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

Version Description

Download this release

Release Info

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

Code changes from version 1.8.6 to 1.8.7

Files changed (105) hide show
  1. admin/assets/extensions/ht-menu/css/admin.css +0 -17
  2. admin/assets/js/admin.js +0 -1
  3. admin/assets/js/custom-control/htmega-preset.js +93 -0
  4. admin/assets/presets/htmega-accordion-addons.json +344 -0
  5. admin/assets/presets/htmega-addbanner-addons.json +3 -0
  6. admin/assets/presets/htmega-animatedheading-addons.json +1 -0
  7. admin/assets/presets/htmega-brand-addons.json +1 -0
  8. admin/assets/presets/htmega-businesshours-addons.json +1 -0
  9. admin/assets/presets/htmega-button-addons.json +330 -0
  10. admin/assets/presets/htmega-calltoaction-addons.json +1 -0
  11. admin/assets/presets/htmega-carousel-addons.json +1 -0
  12. admin/assets/presets/htmega-contactform-addons.json +1 -0
  13. admin/assets/presets/htmega-countdown-addons.json +1 -0
  14. admin/assets/presets/htmega-counter-addons.json +1 -0
  15. admin/assets/presets/htmega-datatable-addons.json +1 -0
  16. admin/assets/presets/htmega-dropcaps-addons.json +1 -0
  17. admin/assets/presets/htmega-errorcontent-addons.json +1 -0
  18. admin/assets/presets/htmega-flipbox-addons.json +1 -0
  19. admin/assets/presets/htmega-imagegrid-addons.json +1 -0
  20. admin/assets/presets/htmega-imagemarker-addons.json +1 -0
  21. admin/assets/presets/htmega-imagemasonryd-addons.json +1 -0
  22. admin/assets/presets/htmega-inlinemenu-addons.json +1 -0
  23. admin/assets/presets/htmega-instagram-addons.json +1 -0
  24. admin/assets/presets/htmega-mailchimp-wp-addons.json +1 -0
  25. admin/assets/presets/htmega-newtsicker-addons.json +1 -0
  26. admin/assets/presets/htmega-panelslider-addons.json +1 -0
  27. admin/assets/presets/htmega-postcarousel-addons.json +1 -0
  28. admin/assets/presets/htmega-postgrid-addons.json +1 -0
  29. admin/assets/presets/htmega-postgridtab-addons.json +1 -0
  30. admin/assets/presets/htmega-postslider-addons.json +1 -0
  31. admin/assets/presets/htmega-pricing-table-addons.json +1 -0
  32. admin/assets/presets/htmega-pricinglistview-addons.json +1 -0
  33. admin/assets/presets/htmega-search-addons.json +1 -0
  34. admin/assets/presets/htmega-service-addons.json +1 -0
  35. admin/assets/presets/htmega-singlepost-addons.json +1 -0
  36. admin/assets/presets/htmega-switcher-addons.json +1 -0
  37. admin/assets/presets/htmega-tab-addons.json +1 -0
  38. admin/assets/presets/htmega-team-member-addons.json +1 -0
  39. admin/assets/presets/htmega-testimonial-addons.json +1 -0
  40. admin/assets/presets/htmega-testimonialgrid-addons.json +1 -0
  41. admin/assets/presets/htmega-twitterfeed-addons.json +1 -0
  42. admin/assets/presets/htmega-userlogin-form-addons.json +1 -0
  43. admin/assets/presets/htmega-userregister-form-addons.json +1 -0
  44. admin/assets/presets/htmega-verticletimeline-addons.json +1 -0
  45. admin/assets/presets/htmega-weather-addons.json +1 -0
  46. admin/assets/presets/htmega-working-process-addons.json +1 -0
  47. admin/assets/presets/section-title-addons.json +1 -0
  48. admin/include/custom-control/preset-manage.php +40 -0
  49. admin/include/custom-control/preset-select.php +55 -0
  50. assets/css/htmega-widgets.css +3 -1
  51. extensions/ht-menu/classes/class.mega-menu.php +0 -1
  52. htmega_addons_elementor.php +4 -4
  53. includes/class.assests.php +1 -1
  54. includes/class.htmega.php +2 -0
  55. includes/helper-function.php +11 -12
  56. includes/weather-resource/weather-map.php +1 -1
  57. includes/widgets/htmega_accordion.php +127 -18
  58. includes/widgets/htmega_add_banner.php +1 -1
  59. includes/widgets/htmega_animated_heading.php +1 -1
  60. includes/widgets/htmega_brand.php +1 -1
  61. includes/widgets/htmega_business_hours.php +1 -1
  62. includes/widgets/htmega_button.php +12 -6
  63. includes/widgets/htmega_call_to_action.php +1 -1
  64. includes/widgets/htmega_carousel.php +1 -1
  65. includes/widgets/htmega_contact_form_seven.php +1 -1
  66. includes/widgets/htmega_countdown.php +1 -1
  67. includes/widgets/htmega_counter.php +1 -1
  68. includes/widgets/htmega_data_table.php +3 -3
  69. includes/widgets/htmega_dropcaps.php +1 -1
  70. includes/widgets/htmega_errorcontent.php +1 -1
  71. includes/widgets/htmega_flip_box.php +1 -1
  72. includes/widgets/htmega_image_grid.php +1 -1
  73. includes/widgets/htmega_image_masonry.php +1 -1
  74. includes/widgets/htmega_imagemarker.php +1 -1
  75. includes/widgets/htmega_inlinemenu.php +1 -1
  76. includes/widgets/htmega_instagram - Copy.php +0 -1672
  77. includes/widgets/htmega_instagram.php +1 -1
  78. includes/widgets/htmega_instragram_feed.php +8 -55
  79. includes/widgets/htmega_mailchimp_wp.php +1 -1
  80. includes/widgets/htmega_newsticker.php +1 -1
  81. includes/widgets/htmega_panel_slider.php +1 -1
  82. includes/widgets/htmega_post_carousel.php +1 -1
  83. includes/widgets/htmega_post_grid_tab.php +1 -1
  84. includes/widgets/htmega_post_slider.php +1 -1
  85. includes/widgets/htmega_postgrid.php +1 -1
  86. includes/widgets/htmega_pricing_list_view.php +1 -1
  87. includes/widgets/htmega_pricing_table.php +1 -1
  88. includes/widgets/htmega_search.php +1 -1
  89. includes/widgets/htmega_section_title.php +1 -1
  90. includes/widgets/htmega_service.php +1 -1
  91. includes/widgets/htmega_singlepost.php +1 -1
  92. includes/widgets/htmega_switcher.php +1 -1
  93. includes/widgets/htmega_tabs.php +1 -1
  94. includes/widgets/htmega_teammember.php +1 -1
  95. includes/widgets/htmega_testimonial.php +1 -1
  96. includes/widgets/htmega_testimonial_grid.php +1 -1
  97. includes/widgets/htmega_twitter_feed.php +1 -1
  98. includes/widgets/htmega_user_login_form.php +1 -1
  99. includes/widgets/htmega_user_register_form.php +1 -1
  100. includes/widgets/htmega_verticle_time_line.php +1 -1
  101. includes/widgets/htmega_wc_add_to_cart.php +0 -1
  102. includes/widgets/htmega_weather.php +1 -1
  103. includes/widgets/htmega_working_process.php +1 -1
  104. languages/htmega-addons.pot +12917 -12917
  105. readme.txt +8 -2
admin/assets/extensions/ht-menu/css/admin.css CHANGED
@@ -66,23 +66,6 @@
66
  }
67
  }
68
 
69
- @-webkit-keyframes htmegamenus-ripple {
70
- 0% {
71
- top: 96px;
72
- left: 96px;
73
- width: 0;
74
- height: 0;
75
- opacity: 1;
76
- }
77
- 100% {
78
- top: 18px;
79
- left: 18px;
80
- width: 156px;
81
- height: 156px;
82
- opacity: 0;
83
- }
84
- }
85
-
86
  .htmegamenus-ripple {
87
  position: relative;
88
  }
66
  }
67
  }
68
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
69
  .htmegamenus-ripple {
70
  position: relative;
71
  }
admin/assets/js/admin.js CHANGED
@@ -25,5 +25,4 @@ jQuery(document).ready(function($) {
25
  }
26
  htmega_admin_toggle( $(".htmega-open-element-toggle"), $("#htmega_element_tabs") );
27
  htmega_admin_toggle( $(".htmega-open-element-toggle"), $("#htmega_thirdparty_element_tabs") );
28
-
29
  });
25
  }
26
  htmega_admin_toggle( $(".htmega-open-element-toggle"), $("#htmega_element_tabs") );
27
  htmega_admin_toggle( $(".htmega-open-element-toggle"), $("#htmega_thirdparty_element_tabs") );
 
28
  });
admin/assets/js/custom-control/htmega-preset.js ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "use strict";
2
+ !(function ($, elementor) {
3
+
4
+ var postSelectControl = elementor.modules.controls.BaseData.extend({
5
+
6
+ onReady: function() {
7
+ this.control_select = this.$el.find('.preset-select');
8
+ this.save_input = this.$el.find('.preset-selection-save-value');
9
+ window.htPresetDesigns = window.htPresetDesigns || {};
10
+ this.fetchPresets();
11
+ this.control_select.on( 'change', (e) => {
12
+ this.onPesetChange(e.currentTarget.value);
13
+ });
14
+ },
15
+ isPresetControl: function (){
16
+ return -1 !== this.getHtWidgetName().indexOf("htmega") || 'section-title-addons' === this.getHtWidgetName();
17
+ },
18
+ getHtWidgetName: function () {
19
+ return this.container.settings.get("widgetType");
20
+ },
21
+ getPresets: function (){
22
+ return !_.isUndefined(window.htPresetDesigns) ? window.htPresetDesigns[this.getHtWidgetName()] : {};
23
+ },
24
+ setPresets: function ( presetData ){
25
+ window.htPresetDesigns[this.getHtWidgetName()] = JSON.parse(presetData);
26
+ },
27
+ isFetchedPreset: function () {
28
+ return !_.isUndefined(window.htPresetDesigns[this.getHtWidgetName()]);
29
+ },
30
+ fetchPresets: function(){
31
+ var t = this;
32
+ if( this.isPresetControl() && !this.isFetchedPreset() && this.getHtWidgetName() ){
33
+ $.get(
34
+ htpreset.ajaxUrl,
35
+ {
36
+ action: "htmega_preset_design",
37
+ widget: this.getHtWidgetName(),
38
+ nonce: htpreset.nonce
39
+ }).done( function (e) {
40
+ if(e.success){
41
+ t.setPresets(e.data);
42
+ }
43
+ });
44
+ }
45
+ },
46
+ onPesetChange: function (presetValue) {
47
+ var p = this.getPresets();
48
+ console.log(p);
49
+ if(!_.isUndefined(p[presetValue])){
50
+ this.applyPreset(p[presetValue]);
51
+ }
52
+ this.saveValue();
53
+ },
54
+ applyPreset: function(p){
55
+ var e = this.container.settings.controls,
56
+ o = this,
57
+ t = {};
58
+ _.each(e, function(cv, ck){
59
+ var cs;
60
+ if(o.model.get("name") !== ck){
61
+ if(!_.isUndefined(p[ck])){
62
+ if(cv.is_repeater){
63
+ cs = o.container.settings.get(ck).clone().each(function (ep, i){
64
+ if(!_.isUndefined(p[ck][i])){
65
+ _.each(ep.controls, function (ek, tk) {
66
+ if(o.isStyleTransferControl(ek)){
67
+ cs.at(i).set(tk, r[ck][i][tk]);
68
+ }
69
+ });
70
+ }
71
+ });
72
+ t[ck] = cs;
73
+ }
74
+ if(o.isStyleTransferControl(cv)){
75
+ t[ck] = p[ck];
76
+ }
77
+ }
78
+ }
79
+ });
80
+ this.container.settings.setExternalChange(t);
81
+ },
82
+ isStyleTransferControl: function (e) {
83
+ return !_.isUndefined(e.style_transfer) && e.style_transfer ? e.style_transfer : "content" !== e.tab || e.selectors || e.prefix_class;
84
+ },
85
+ saveValue: function() {
86
+ this.setValue(this.control_select.val());
87
+ }
88
+
89
+ });
90
+
91
+ elementor.addControlView( 'htmega-preset-select', postSelectControl );
92
+
93
+ })(window.jQuery, window.elementor);
admin/assets/presets/htmega-accordion-addons.json ADDED
@@ -0,0 +1,344 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "one" : {
3
+ "title_typography_typography": "",
4
+ "title_typography_font_size": {
5
+ "unit": "px",
6
+ "size": ""
7
+ },
8
+ "title_typography_font_weight": "",
9
+ "accordion_title_padding": {
10
+ "unit": "px",
11
+ "top": "",
12
+ "right": "",
13
+ "bottom": "",
14
+ "left": "",
15
+ "isLinked": false
16
+ },
17
+ "iconbackground_color": "",
18
+ "accordion_icon_lineheight": {
19
+ "unit": "px",
20
+ "size": ""
21
+ },
22
+ "background_background": "",
23
+ "background_color": "",
24
+ "accordion_icon_border_width": {
25
+ "unit": "px",
26
+ "top": "",
27
+ "right": "",
28
+ "bottom": "",
29
+ "left": "",
30
+ "isLinked": true
31
+ },
32
+ "accordion_icon_border_color": "",
33
+ "activebackground_background": "",
34
+ "activebackground_color": "",
35
+ "accordion_icon_width": {
36
+ "unit": "px",
37
+ "size": ""
38
+ },
39
+ "iconactivebackground_color": "",
40
+ "accordion_active_icon_border_width": {
41
+ "unit": "px",
42
+ "top": "",
43
+ "right": "",
44
+ "bottom": "",
45
+ "left": "",
46
+ "isLinked": true
47
+ },
48
+ "accordion_active_icon_border_color": "",
49
+ "accordion_active_icon_lineheight": {
50
+ "unit": "px",
51
+ "size": ""
52
+ },
53
+ "contentbackground_background": "",
54
+ "contentbackground_color": "",
55
+
56
+ "accordion_title_color": "",
57
+ "title_typography_font_family": "",
58
+ "accordion_title_active_color": "",
59
+ "accordion_title_active_border_color": "",
60
+ "iconbackground_background": "",
61
+ "accordion_icon_color": "",
62
+ "accordion_icon_border_border": "",
63
+ "accordion_icon_border_radius": {
64
+ "unit": "px",
65
+ "top": "",
66
+ "right": "",
67
+ "bottom": "",
68
+ "left": "",
69
+ "isLinked": true
70
+ },
71
+ "iconactivebackground_background": "",
72
+ "accordion_active_icon_color": "",
73
+ "accordion_active_icon_border_border": "",
74
+ "accordion_active_icon_border_radius": {
75
+ "unit": "px",
76
+ "top": "",
77
+ "right": "",
78
+ "bottom": "",
79
+ "left": "",
80
+ "isLinked": true
81
+ },
82
+ "content_typography_typography": "",
83
+ "content_typography_font_family": "",
84
+ "content_typography_font_size": {
85
+ "unit": "px",
86
+ "size": "",
87
+ "sizes": []
88
+ },
89
+ "content_typography_font_weight": "",
90
+ "accordion_content_color": "",
91
+ "accordion_content_padding": {
92
+ "unit": "px",
93
+ "top": "",
94
+ "right": "",
95
+ "bottom": "",
96
+ "left": "",
97
+ "isLinked": false
98
+ },
99
+ "accordion_content_margin": {
100
+ "unit": "px",
101
+ "top": "",
102
+ "right": "",
103
+ "bottom": "",
104
+ "left": "",
105
+ "isLinked": true
106
+ },
107
+ "accordion_content_border_border": "solid",
108
+ "accordion_content_border_width": {
109
+ "unit": "px",
110
+ "top": "",
111
+ "right": "",
112
+ "bottom": "",
113
+ "left": "",
114
+ "isLinked": false
115
+ },
116
+ "accordion_content_border_color": "#5F71EF",
117
+ "accordion_title_border_radius": {
118
+ "unit": "px",
119
+ "top": "",
120
+ "right": "",
121
+ "bottom": "",
122
+ "left": "",
123
+ "isLinked": true
124
+ },
125
+ "accordion_title_active_border_radius": {
126
+ "unit": "px",
127
+ "top": "",
128
+ "right": "",
129
+ "bottom": "",
130
+ "left": "",
131
+ "isLinked": false
132
+ },
133
+ "accordion_content_border_radius": {
134
+ "unit": "px",
135
+ "top": "0",
136
+ "right": "0",
137
+ "bottom": "",
138
+ "left": "",
139
+ "isLinked": false
140
+ },
141
+ "accordion_close_all": "",
142
+ "titlethree_collapsed_align_typography_line_height": {
143
+ "unit": "px",
144
+ "size": "",
145
+ "sizes": []
146
+ },
147
+ "titlethree_collapsed_align_typography_word_spacing": {
148
+ "unit": "px",
149
+ "size": "",
150
+ "sizes": []
151
+ },
152
+ "accordion_icon_align": "",
153
+ "accordion_icon_width_mobile": {
154
+ "unit": "px",
155
+ "size": "",
156
+ "sizes": []
157
+ },
158
+ "accordion_icon_height_mobile": {
159
+ "unit": "px",
160
+ "size": "",
161
+ "sizes": []
162
+ },
163
+ "accordion_icon_box_margin_mobile": {
164
+ "unit": "px",
165
+ "top": "",
166
+ "right": "",
167
+ "bottom": "",
168
+ "left": "",
169
+ "isLinked": false
170
+ }
171
+ },
172
+ "five" : {
173
+ "title_typography_typography": "custom",
174
+ "title_typography_font_size": {
175
+ "unit": "px",
176
+ "size": 16
177
+ },
178
+ "title_typography_font_weight": 500,
179
+ "accordion_title_padding": {
180
+ "unit": "px",
181
+ "top": "18",
182
+ "right": "10",
183
+ "bottom": "18",
184
+ "left": "65",
185
+ "isLinked": false
186
+ },
187
+ "iconbackground_color": "#FFFF",
188
+ "accordion_icon_lineheight": {
189
+ "unit": "px",
190
+ "size": 44
191
+ },
192
+ "background_background": "classic",
193
+ "background_color": "#e3e3e3",
194
+ "accordion_icon_border_width": {
195
+ "unit": "px",
196
+ "top": 5,
197
+ "right": 5,
198
+ "bottom": 5,
199
+ "left": 5,
200
+ "isLinked": true
201
+ },
202
+ "accordion_icon_border_color": "#e3e3e3",
203
+ "activebackground_background": "classic",
204
+ "activebackground_color": "#344CF4",
205
+ "accordion_icon_width": {
206
+ "unit": "px",
207
+ "size": 60
208
+ },
209
+ "iconactivebackground_color": "#5F71EF",
210
+ "accordion_active_icon_border_width": {
211
+ "unit": "px",
212
+ "top": 8,
213
+ "right": 8,
214
+ "bottom": 8,
215
+ "left": 8,
216
+ "isLinked": true
217
+ },
218
+ "accordion_active_icon_border_color": "#344CF4",
219
+ "accordion_active_icon_lineheight": {
220
+ "unit": "px",
221
+ "size": 47
222
+ },
223
+ "contentbackground_background": "classic",
224
+ "contentbackground_color": "#344CF4",
225
+
226
+ "accordion_title_color": "#171717",
227
+ "title_typography_font_family": "Montserrat",
228
+ "accordion_title_active_color": "#FFFFFF",
229
+ "accordion_title_active_border_color": "#344CF4",
230
+ "iconbackground_background": "classic",
231
+ "accordion_icon_color": "#171717",
232
+ "accordion_icon_border_border": "solid",
233
+ "accordion_icon_border_radius": {
234
+ "unit": "px",
235
+ "top": 50,
236
+ "right": 50,
237
+ "bottom": 50,
238
+ "left": 50,
239
+ "isLinked": true
240
+ },
241
+ "iconactivebackground_background": "classic",
242
+ "accordion_active_icon_color": "#F4F4F4",
243
+ "accordion_active_icon_border_border": "solid",
244
+ "accordion_active_icon_border_radius": {
245
+ "unit": "px",
246
+ "top": 100,
247
+ "right": 100,
248
+ "bottom": 100,
249
+ "left": 100,
250
+ "isLinked": true
251
+ },
252
+ "content_typography_typography": "custom",
253
+ "content_typography_font_family": "Roboto",
254
+ "content_typography_font_size": {
255
+ "unit": "px",
256
+ "size": 14,
257
+ "sizes": []
258
+ },
259
+ "content_typography_font_weight": 400,
260
+ "accordion_content_color": "#E9E9E9",
261
+ "accordion_content_padding": {
262
+ "unit": "px",
263
+ "top": "18",
264
+ "right": "10",
265
+ "bottom": "18",
266
+ "left": "65",
267
+ "isLinked": false
268
+ },
269
+ "accordion_content_margin": {
270
+ "unit": "px",
271
+ "top": 0,
272
+ "right": 0,
273
+ "bottom": 0,
274
+ "left": 0,
275
+ "isLinked": true
276
+ },
277
+ "accordion_content_border_border": "solid",
278
+ "accordion_content_border_width": {
279
+ "unit": "px",
280
+ "top": 1,
281
+ "right": 0,
282
+ "bottom": 0,
283
+ "left": 0,
284
+ "isLinked": false
285
+ },
286
+ "accordion_content_border_color": "#5F71EF",
287
+ "accordion_title_border_radius": {
288
+ "unit": "px",
289
+ "top": 5,
290
+ "right": 5,
291
+ "bottom": 5,
292
+ "left": 5,
293
+ "isLinked": true
294
+ },
295
+ "accordion_title_active_border_radius": {
296
+ "unit": "px",
297
+ "top": 5,
298
+ "right": 5,
299
+ "bottom": 0,
300
+ "left": 0,
301
+ "isLinked": false
302
+ },
303
+ "accordion_content_border_radius": {
304
+ "unit": "px",
305
+ "top": "0",
306
+ "right": "0",
307
+ "bottom": "5",
308
+ "left": "5",
309
+ "isLinked": false
310
+ },
311
+ "accordion_close_all": "",
312
+ "titlethree_collapsed_align_typography_line_height": {
313
+ "unit": "px",
314
+ "size": "",
315
+ "sizes": []
316
+ },
317
+ "titlethree_collapsed_align_typography_word_spacing": {
318
+ "unit": "px",
319
+ "size": "",
320
+ "sizes": []
321
+ },
322
+ "accordion_icon_align": "left",
323
+ "accordion_icon_width_mobile": {
324
+ "unit": "px",
325
+ "size": 55,
326
+ "sizes": []
327
+ },
328
+ "accordion_icon_height_mobile": {
329
+ "unit": "px",
330
+ "size": 55,
331
+ "sizes": []
332
+ },
333
+ "accordion_icon_box_margin_mobile": {
334
+ "unit": "px",
335
+ "top": 12,
336
+ "right": 0,
337
+ "bottom": 0,
338
+ "left": 0,
339
+ "isLinked": false
340
+ }
341
+
342
+
343
+ }
344
+ }
admin/assets/presets/htmega-addbanner-addons.json ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ {
2
+
3
+ }
admin/assets/presets/htmega-animatedheading-addons.json ADDED
@@ -0,0 +1 @@
 
1
+ {}
admin/assets/presets/htmega-brand-addons.json ADDED
@@ -0,0 +1 @@
 
1
+ {}
admin/assets/presets/htmega-businesshours-addons.json ADDED
@@ -0,0 +1 @@
 
1
+ {}
admin/assets/presets/htmega-button-addons.json ADDED
@@ -0,0 +1,330 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+
3
+ "1": {
4
+ "button_style": 1,
5
+ "button_text": "Button 03",
6
+ "button_typography_typography": "custom",
7
+ "button_typography_font_size": {
8
+ "unit": "px",
9
+ "size": "",
10
+ "sizes": []
11
+ },
12
+ "button_typography_text_transform": "capitalize",
13
+ "button_background_color": "#000000",
14
+ "button_typography_line_height": {
15
+ "unit": "px",
16
+ "size": "",
17
+ "sizes": []
18
+ },
19
+ "button_effect": 0,
20
+ "button_hover_animation": "wobble-to-bottom-right",
21
+ "button_border_radius": {
22
+ "unit": "px",
23
+ "top": "",
24
+ "right": "",
25
+ "bottom": "",
26
+ "left": "",
27
+ "isLinked": true
28
+ },
29
+ "button_padding": {
30
+ "unit": "px",
31
+ "top": "",
32
+ "right": "",
33
+ "bottom": "",
34
+ "left": "",
35
+ "isLinked": true
36
+ },
37
+ "button_second_background_color" : "#000000",
38
+ "buttonalign_mobile": "center",
39
+ "htmega_button_text_color": "#FFFFFF",
40
+ "button_type": "",
41
+ "htmega_button_icon_color": "#fff",
42
+ "button_icon_background_background": "classic",
43
+ "button_bordericon_radius": {
44
+ "unit": "px",
45
+ "top": "50",
46
+ "right": "50",
47
+ "bottom": "50",
48
+ "left": "50",
49
+ "isLinked": true
50
+ },
51
+ "button_icon_padding": {
52
+ "unit": "px",
53
+ "top": "0",
54
+ "right": "17",
55
+ "bottom": "0",
56
+ "left": "17",
57
+ "isLinked": false
58
+ },
59
+ "button_icon_typography_font_size": {
60
+ "unit": "px",
61
+ "size": 16,
62
+ "sizes": []
63
+ },
64
+ "button_icon_typography_typography": "",
65
+ "button_icon_typography_line_height": {
66
+ "unit": "px",
67
+ "size": ""
68
+ }
69
+ },
70
+ "2": {
71
+ "button_style": 2,
72
+ "button_text": "Button 06",
73
+ "button_typography_typography": "custom",
74
+ "button_typography_font_size": {
75
+ "unit": "px",
76
+ "size": "",
77
+ "sizes": []
78
+ },
79
+ "button_typography_text_transform": "capitalize",
80
+ "button_background_color": "#000000",
81
+ "button_typography_line_height": {
82
+ "unit": "px",
83
+ "size": "",
84
+ "sizes": []
85
+ },
86
+ "button_effect": 0,
87
+ "button_typography_font_weight": "",
88
+ "button_hover_animation": "float",
89
+ "icon_specing": {
90
+ "unit": "px",
91
+ "size": "",
92
+ "sizes": []
93
+ },
94
+ "button_border_border": "",
95
+ "button_border_radius": {
96
+ "unit": "px",
97
+ "top": "",
98
+ "right": "",
99
+ "bottom": "",
100
+ "left": "",
101
+ "isLinked": false
102
+ },
103
+ "button_padding": {
104
+ "unit": "px",
105
+ "top": "",
106
+ "right": "",
107
+ "bottom": "",
108
+ "left": "",
109
+ "isLinked": false
110
+ },
111
+ "button_second_background_color" : "#ff6b6b",
112
+ "htmega_button_icon_color": "#fff",
113
+ "button_icon_background_background": "classic",
114
+ "button_bordericon_radius": {
115
+ "unit": "px",
116
+ "top": "50",
117
+ "right": "50",
118
+ "bottom": "50",
119
+ "left": "50",
120
+ "isLinked": true
121
+ },
122
+ "button_icon_padding": {
123
+ "unit": "px",
124
+ "top": "0",
125
+ "right": "17",
126
+ "bottom": "0",
127
+ "left": "17",
128
+ "isLinked": false
129
+ },
130
+ "button_icon_typography_typography": "",
131
+ "button_icon_typography_line_height": {
132
+ "unit": "px",
133
+ "size": ""
134
+ },
135
+ "buttonalign_mobile": "center",
136
+ "htmega_button_text_color": "#fff",
137
+ "button_typography_font_family": "Roboto",
138
+ "button_border_width": {
139
+ "unit": "px",
140
+ "top": "",
141
+ "right": "",
142
+ "bottom": "",
143
+ "left": "",
144
+ "isLinked": true
145
+ },
146
+ "button_icon_typography_font_size": {
147
+ "unit": "px",
148
+ "size": 16,
149
+ "sizes": []
150
+ },
151
+ "button_icon_typography_font_weight": "",
152
+ "button_background_image": {
153
+ "url": "",
154
+ "id": "",
155
+ "alt": "",
156
+ "source": "library"
157
+ },
158
+ "button_typography_word_spacing": {
159
+ "unit": "px",
160
+ "size": "",
161
+ "sizes": []
162
+ },
163
+ "button_icon_typography_word_spacing": {
164
+ "unit": "px",
165
+ "size": "",
166
+ "sizes": []
167
+ },
168
+ "button_padding_tablet": {
169
+ "unit": "px",
170
+ "top": "",
171
+ "right": "",
172
+ "bottom": "",
173
+ "left": "",
174
+ "isLinked": false
175
+ }
176
+ },
177
+ "3": {
178
+ "button_style": 1,
179
+ "button_text": "Button 03",
180
+ "button_typography_typography": "custom",
181
+ "button_typography_font_size": {
182
+ "unit": "px",
183
+ "size": 13
184
+ },
185
+ "button_typography_text_transform": "uppercase",
186
+ "button_background_color": "#751d45",
187
+ "button_typography_line_height": {
188
+ "unit": "px",
189
+ "size": 27
190
+ },
191
+ "button_effect": 0,
192
+ "button_hover_animation": "wobble-to-bottom-right",
193
+ "button_border_radius": {
194
+ "unit": "px",
195
+ "top": 15,
196
+ "right": 15,
197
+ "bottom": 15,
198
+ "left": 15,
199
+ "isLinked": true
200
+ },
201
+ "button_padding": {
202
+ "unit": "px",
203
+ "top": "",
204
+ "right": "",
205
+ "bottom": "",
206
+ "left": "",
207
+ "isLinked": true
208
+ },
209
+ "buttonalign_mobile": "center",
210
+ "htmega_button_text_color": "#fff",
211
+
212
+ "button_type": "primary",
213
+ "button_icon_padding": {
214
+ "unit": "px",
215
+ "top": "0",
216
+ "right": "17",
217
+ "bottom": "0",
218
+ "left": "17",
219
+ "isLinked": false
220
+ },
221
+ "button_icon_typography_font_size": {
222
+ "unit": "px",
223
+ "size": 16,
224
+ "sizes": []
225
+ }
226
+ },
227
+ "4": {
228
+ "button_style": 2,
229
+ "button_text": "Button 06",
230
+ "button_typography_typography": "custom",
231
+ "button_typography_font_size": {
232
+ "unit": "px",
233
+ "size": 18
234
+ },
235
+ "button_typography_text_transform": "uppercase",
236
+ "button_background_color": "",
237
+ "button_typography_line_height": {
238
+ "unit": "px",
239
+ "size": 50
240
+ },
241
+ "button_effect": 0,
242
+ "button_typography_font_weight": 900,
243
+ "button_hover_animation": "float",
244
+ "icon_specing": {
245
+ "unit": "px",
246
+ "size": 0
247
+ },
248
+ "button_border_radius": {
249
+ "unit": "px",
250
+ "top": "100",
251
+ "right": "0",
252
+ "bottom": "100",
253
+ "left": "0",
254
+ "isLinked": false
255
+ },
256
+ "button_padding": {
257
+ "unit": "px",
258
+ "top": "4",
259
+ "right": "60",
260
+ "bottom": "4",
261
+ "left": "60",
262
+ "isLinked": false
263
+ },
264
+ "button_icon_background_background": "classic",
265
+ "button_bordericon_radius": {
266
+ "unit": "px",
267
+ "top": 50,
268
+ "right": 50,
269
+ "bottom": 50,
270
+ "left": 50,
271
+ "isLinked": true
272
+ },
273
+ "htmega_button_icon_color": "#D43F8D",
274
+ "button_icon_padding": {
275
+ "unit": "px",
276
+ "top": "0",
277
+ "right": "17",
278
+ "bottom": "0",
279
+ "left": "17",
280
+ "isLinked": false
281
+ },
282
+ "button_icon_typography_font_size": {
283
+ "unit": "px",
284
+ "size": 16,
285
+ "sizes": []
286
+ },
287
+ "button_icon_typography_font_weight": 100,
288
+ "button_icon_typography_typography": "custom",
289
+ "button_icon_typography_line_height": {
290
+ "unit": "px",
291
+ "size": ""
292
+ },
293
+ "buttonalign_mobile": "center",
294
+ "htmega_button_text_color": "#000F49",
295
+ "button_typography_font_family": "Roboto",
296
+ "button_border_border": "solid",
297
+ "button_border_width": {
298
+ "unit": "px",
299
+ "top": 3,
300
+ "right": 3,
301
+ "bottom": 3,
302
+ "left": 3,
303
+ "isLinked": true
304
+ },
305
+ "button_background_image": {
306
+ "url": "",
307
+ "id": "",
308
+ "alt": "",
309
+ "source": "library"
310
+ },
311
+ "button_typography_word_spacing": {
312
+ "unit": "px",
313
+ "size": "",
314
+ "sizes": []
315
+ },
316
+ "button_icon_typography_word_spacing": {
317
+ "unit": "px",
318
+ "size": "",
319
+ "sizes": []
320
+ },
321
+ "button_padding_tablet": {
322
+ "unit": "px",
323
+ "top": "4",
324
+ "right": "20",
325
+ "bottom": "4",
326
+ "left": "41",
327
+ "isLinked": false
328
+ }
329
+ }
330
+ }
admin/assets/presets/htmega-calltoaction-addons.json ADDED
@@ -0,0 +1 @@
 
1
+ {}
admin/assets/presets/htmega-carousel-addons.json ADDED
@@ -0,0 +1 @@
 
1
+ {}
admin/assets/presets/htmega-contactform-addons.json ADDED
@@ -0,0 +1 @@
 
1
+ {}
admin/assets/presets/htmega-countdown-addons.json ADDED
@@ -0,0 +1 @@
 
1
+ {}
admin/assets/presets/htmega-counter-addons.json ADDED
@@ -0,0 +1 @@
 
1
+ {}
admin/assets/presets/htmega-datatable-addons.json ADDED
@@ -0,0 +1 @@
 
1
+ {}
admin/assets/presets/htmega-dropcaps-addons.json ADDED
@@ -0,0 +1 @@
 
1
+ {}
admin/assets/presets/htmega-errorcontent-addons.json ADDED
@@ -0,0 +1 @@
 
1
+ {}
admin/assets/presets/htmega-flipbox-addons.json ADDED
@@ -0,0 +1 @@
 
1
+ {}
admin/assets/presets/htmega-imagegrid-addons.json ADDED
@@ -0,0 +1 @@
 
1
+ {}
admin/assets/presets/htmega-imagemarker-addons.json ADDED
@@ -0,0 +1 @@
 
1
+ {}
admin/assets/presets/htmega-imagemasonryd-addons.json ADDED
@@ -0,0 +1 @@
 
1
+ {}
admin/assets/presets/htmega-inlinemenu-addons.json ADDED
@@ -0,0 +1 @@
 
1
+ {}
admin/assets/presets/htmega-instagram-addons.json ADDED
@@ -0,0 +1 @@
 
1
+ {}
admin/assets/presets/htmega-mailchimp-wp-addons.json ADDED
@@ -0,0 +1 @@
 
1
+ {}
admin/assets/presets/htmega-newtsicker-addons.json ADDED
@@ -0,0 +1 @@
 
1
+ {}
admin/assets/presets/htmega-panelslider-addons.json ADDED
@@ -0,0 +1 @@
 
1
+ {}
admin/assets/presets/htmega-postcarousel-addons.json ADDED
@@ -0,0 +1 @@
 
1
+ {}
admin/assets/presets/htmega-postgrid-addons.json ADDED
@@ -0,0 +1 @@
 
1
+ {}
admin/assets/presets/htmega-postgridtab-addons.json ADDED
@@ -0,0 +1 @@
 
1
+ {}
admin/assets/presets/htmega-postslider-addons.json ADDED
@@ -0,0 +1 @@
 
1
+ {}
admin/assets/presets/htmega-pricing-table-addons.json ADDED
@@ -0,0 +1 @@
 
1
+ {}
admin/assets/presets/htmega-pricinglistview-addons.json ADDED
@@ -0,0 +1 @@
 
1
+ {}
admin/assets/presets/htmega-search-addons.json ADDED
@@ -0,0 +1 @@
 
1
+ {}
admin/assets/presets/htmega-service-addons.json ADDED
@@ -0,0 +1 @@
 
1
+ {}
admin/assets/presets/htmega-singlepost-addons.json ADDED
@@ -0,0 +1 @@
 
1
+ {}
admin/assets/presets/htmega-switcher-addons.json ADDED
@@ -0,0 +1 @@
 
1
+ {}
admin/assets/presets/htmega-tab-addons.json ADDED
@@ -0,0 +1 @@
 
1
+ {}
admin/assets/presets/htmega-team-member-addons.json ADDED
@@ -0,0 +1 @@
 
1
+ {}
admin/assets/presets/htmega-testimonial-addons.json ADDED
@@ -0,0 +1 @@
 
1
+ {}
admin/assets/presets/htmega-testimonialgrid-addons.json ADDED
@@ -0,0 +1 @@
 
1
+ {}
admin/assets/presets/htmega-twitterfeed-addons.json ADDED
@@ -0,0 +1 @@
 
1
+ {}
admin/assets/presets/htmega-userlogin-form-addons.json ADDED
@@ -0,0 +1 @@
 
1
+ {}
admin/assets/presets/htmega-userregister-form-addons.json ADDED
@@ -0,0 +1 @@
 
1
+ {}
admin/assets/presets/htmega-verticletimeline-addons.json ADDED
@@ -0,0 +1 @@
 
1
+ {}
admin/assets/presets/htmega-weather-addons.json ADDED
@@ -0,0 +1 @@
 
1
+ {}
admin/assets/presets/htmega-working-process-addons.json ADDED
@@ -0,0 +1 @@
 
1
+ {}
admin/assets/presets/section-title-addons.json ADDED
@@ -0,0 +1 @@
 
1
+ {}
admin/include/custom-control/preset-manage.php ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ namespace HtMega\Preset;
4
+
5
+ defined( 'ABSPATH' ) || die();
6
+
7
+ class Preset_Manage {
8
+ public static function init() {
9
+ add_action( 'wp_ajax_htmega_preset_design', [ __CLASS__, 'get_preset_design' ] );
10
+ }
11
+
12
+ public static function get_preset_design(){
13
+
14
+ if ( ! isset( $_GET['nonce'] ) || ! wp_verify_nonce( $_GET['nonce'], 'htmega_preset_select' ) ) {
15
+ wp_send_json_error( __( 'Invalid preset request', 'htmega-addons' ), 403 );
16
+ }
17
+
18
+ if ( empty( $_GET['widget'] ) ) {
19
+ wp_send_json_error( __( 'Incomplete preset request', 'htmega-addons' ), 404 );
20
+ }
21
+
22
+ if ( ! ( $preset_designs = self::get_presets_option( $_GET['widget'] ) ) ) {
23
+ wp_send_json_error( __( 'Preset not found', 'htmega-addons' ), 404 );
24
+ }
25
+
26
+ wp_send_json_success( $preset_designs, 200 );
27
+
28
+ die();
29
+ }
30
+
31
+ protected static function get_presets_option($presete_name){
32
+ $preset_design = HTMEGA_ADDONS_PL_PATH . 'admin/assets/presets/' . $presete_name . '.json';
33
+ if ( ! is_readable( $preset_design ) ) {
34
+ return false;
35
+ }
36
+ return file_get_contents( $preset_design );
37
+ }
38
+ }
39
+
40
+ Preset_Manage::init();
admin/include/custom-control/preset-select.php ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ namespace HtMega\Preset;
4
+
5
+ class Preset_Select extends \Elementor\Base_Data_Control {
6
+
7
+ public function get_type() {
8
+ return 'htmega-preset-select';
9
+ }
10
+
11
+ public function enqueue()
12
+ {
13
+ wp_register_script( 'htmega_preset_select', HTMEGA_ADDONS_PL_URL . 'admin/assets/js/custom-control/htmega-preset.js', ['jquery'], HTMEGA_VERSION, true );
14
+ wp_enqueue_script( 'htmega_preset_select' );
15
+
16
+ wp_localize_script(
17
+ 'htmega_preset_select',
18
+ 'htpreset',
19
+ [
20
+ 'ajaxUrl' => admin_url( 'admin-ajax.php' ),
21
+ 'nonce' => wp_create_nonce('htmega_preset_select')
22
+ ]
23
+ );
24
+ }
25
+
26
+ public function get_default_value() {
27
+ return '1';
28
+ }
29
+
30
+ public function content_template() {
31
+ $control_uid = $this->get_control_uid();
32
+ ?>
33
+ <div class="elementor-label-inline">
34
+ <div class="elementor-control-content">
35
+ <div class="elementor-control-field">
36
+ <label class="elementor-control-title">{{{ data.label }}}</label>
37
+ <div class="elementor-control-input-wrapper elementor-control-unit-5">
38
+ <select id="<?php echo $control_uid; ?>" class="preset-select" style="width:100%" data-setting="{{ data.name }}">
39
+ <# _.each( data.options, function( val, key ) {
40
+ if(key === data.controlValue){
41
+ #>
42
+ <option value="{{{ key }}}" selected>{{{ val }}}</option>
43
+ <#}else{ #>
44
+ <option value="{{{ key }}}">{{{ val }}}</option>
45
+ <# } } ); #>
46
+ </select>
47
+ </div>
48
+ </div>
49
+ </div>
50
+ </div>
51
+ <?php
52
+
53
+ }
54
+
55
+ }
assets/css/htmega-widgets.css CHANGED
@@ -243,6 +243,8 @@ order: 1;
243
  }
244
 
245
  /* Button Style */
 
 
246
  .htmega-btn-style-2 .htb-btn::after{
247
  border-radius: inherit;
248
  content: "";
@@ -276,6 +278,7 @@ order: 1;
276
  height: 100%;
277
  background: #623687;
278
  z-index: -1;
 
279
  opacity: 0;
280
  -webkit-transform: scale3d(0.7, 1, 1);
281
  transform: scale3d(0.7, 1, 1);
@@ -18650,4 +18653,3 @@ ul.htmega-testimonial-rating * {
18650
 
18651
 
18652
 
18653
-
243
  }
244
 
245
  /* Button Style */
246
+
247
+
248
  .htmega-btn-style-2 .htb-btn::after{
249
  border-radius: inherit;
250
  content: "";
278
  height: 100%;
279
  background: #623687;
280
  z-index: -1;
281
+ background-color: #ff6b6b;
282
  opacity: 0;
283
  -webkit-transform: scale3d(0.7, 1, 1);
284
  transform: scale3d(0.7, 1, 1);
18653
 
18654
 
18655
 
 
extensions/ht-menu/classes/class.mega-menu.php CHANGED
@@ -258,7 +258,6 @@ class HTMegaMenu_Elementor {
258
 
259
  public function htmega_menu_pop_up_content(){
260
  require_once ( HTMEGA_ADDONS_PL_PATH.'extensions/ht-menu/menu/templates.php' );
261
-
262
  ob_start();
263
  ?>
264
  <div id="htmegapro-dialog" title="<?php echo esc_attr( 'Go Premium' ); ?>" style="display: none;">
258
 
259
  public function htmega_menu_pop_up_content(){
260
  require_once ( HTMEGA_ADDONS_PL_PATH.'extensions/ht-menu/menu/templates.php' );
 
261
  ob_start();
262
  ?>
263
  <div id="htmegapro-dialog" title="<?php echo esc_attr( 'Go Premium' ); ?>" style="display: none;">
htmega_addons_elementor.php CHANGED
@@ -5,17 +5,17 @@
5
  * Plugin URI: https://wphtmega.com/
6
  * Author: HasThemes
7
  * Author URI: https://hasthemes.com/
8
- * Version: 1.8.6
9
  * License: GPL2
10
  * License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
  * Text Domain: htmega-addons
12
  * Domain Path: /languages
13
- * Elementor tested up to: 3.6.4
14
- * Elementor Pro tested up to: 3.6.5
15
  */
16
 
17
  if( ! defined( 'ABSPATH' ) ) exit(); // Exit if accessed directly
18
- define( 'HTMEGA_VERSION', '1.8.6' );
19
  define( 'HTMEGA_ADDONS_PL_ROOT', __FILE__ );
20
  define( 'HTMEGA_ADDONS_PL_URL', plugins_url( '/', HTMEGA_ADDONS_PL_ROOT ) );
21
  define( 'HTMEGA_ADDONS_PL_PATH', plugin_dir_path( HTMEGA_ADDONS_PL_ROOT ) );
5
  * Plugin URI: https://wphtmega.com/
6
  * Author: HasThemes
7
  * Author URI: https://hasthemes.com/
8
+ * Version: 1.8.7
9
  * License: GPL2
10
  * License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
  * Text Domain: htmega-addons
12
  * Domain Path: /languages
13
+ * Elementor tested up to: 3.6.5
14
+ * Elementor Pro tested up to: 3.7.0
15
  */
16
 
17
  if( ! defined( 'ABSPATH' ) ) exit(); // Exit if accessed directly
18
+ define( 'HTMEGA_VERSION', '1.8.7' );
19
  define( 'HTMEGA_ADDONS_PL_ROOT', __FILE__ );
20
  define( 'HTMEGA_ADDONS_PL_URL', plugins_url( '/', HTMEGA_ADDONS_PL_ROOT ) );
21
  define( 'HTMEGA_ADDONS_PL_PATH', plugin_dir_path( HTMEGA_ADDONS_PL_ROOT ) );
includes/class.assests.php CHANGED
@@ -395,7 +395,7 @@ if ( !class_exists( 'HTMega_Elementor_Addons_Assests' ) ) {
395
  * @return [void] Load Editor Scripts
396
  */
397
  public function editor_scripts() {
398
- wp_enqueue_style('htmega-element-editor', HTMEGA_ADDONS_PL_URL . 'assets/css/htmega-elementor-editor.css', HTMEGA_VERSION );
399
  wp_enqueue_script("htmega-widgets-editor", HTMEGA_ADDONS_PL_URL ."/assets/js/htmega-widgets-editor.js", array("jquery"),time(),true);
400
  }
401
 
395
  * @return [void] Load Editor Scripts
396
  */
397
  public function editor_scripts() {
398
+ wp_enqueue_style('htmega-element-editor', HTMEGA_ADDONS_PL_URL . 'assets/css/htmega-elementor-editor.css',['elementor-editor'], HTMEGA_VERSION );
399
  wp_enqueue_script("htmega-widgets-editor", HTMEGA_ADDONS_PL_URL ."/assets/js/htmega-widgets-editor.js", array("jquery"),time(),true);
400
  }
401
 
includes/class.htmega.php CHANGED
@@ -225,6 +225,8 @@ final class HTMega_Addons_Elementor {
225
  require_once ( HTMEGA_ADDONS_PL_PATH . 'admin/include/class.htmega-elementor-template-library.php' );
226
  require_once ( HTMEGA_ADDONS_PL_PATH . 'admin/include/class.library-source.php' );
227
  require_once ( HTMEGA_ADDONS_PL_PATH . 'includes/class.htmega-icon-manager.php' );
 
 
228
 
229
  // Admin Required File
230
  if( is_admin() ){
225
  require_once ( HTMEGA_ADDONS_PL_PATH . 'admin/include/class.htmega-elementor-template-library.php' );
226
  require_once ( HTMEGA_ADDONS_PL_PATH . 'admin/include/class.library-source.php' );
227
  require_once ( HTMEGA_ADDONS_PL_PATH . 'includes/class.htmega-icon-manager.php' );
228
+ require_once ( HTMEGA_ADDONS_PL_PATH . 'admin/include/custom-control/preset-manage.php' );
229
+ require_once ( HTMEGA_ADDONS_PL_PATH . 'admin/include/custom-control/preset-select.php' );
230
 
231
  // Admin Required File
232
  if( is_admin() ){
includes/helper-function.php CHANGED
@@ -723,20 +723,19 @@ function htmega_get_page_list( $post_type = 'page' ){
723
  */
724
  if( !function_exists('htmega_instagram_feed_list') ){
725
  function htmega_instagram_feed_list(){
726
- $instagram_feeds = array();
727
- $htmega_instagram_args = array( 'posts_per_page' => -1, 'post_type'=> 'sbi-feed-builder' );
728
- var_dump($htmega_instagram_args);
729
- $htmega_instagrams = get_posts( $htmega_instagram_args );
730
-
731
- if( $htmega_instagrams ){
732
- foreach ( $htmega_instagrams as $htmega_feed ){
733
- $instagram_feeds[$htmega_feed->ID] = $htmega_feed->post_title;
 
734
  }
735
  }else{
736
- $instagram_feeds[ esc_html__( 'No contact form found', 'htmega-addons' ) ] = 0;
737
  }
738
-
739
- var_dump($instagram_feeds);
740
- return $instagram_feeds;
741
  }
742
  }
723
  */
724
  if( !function_exists('htmega_instagram_feed_list') ){
725
  function htmega_instagram_feed_list(){
726
+ global $wpdb;
727
+ $table_name = esc_sql( $wpdb->prefix . 'sbi_sources' );
728
+ $feeds_sql = "SELECT username FROM $table_name WHERE %d";
729
+ $feeds_query = $wpdb->prepare( $feeds_sql, 1 );
730
+ $get_feeds = $wpdb->get_results( $feeds_query, ARRAY_A );
731
+ $all_feeds = array();
732
+ if( !empty( $get_feeds ) ){
733
+ foreach($get_feeds as $value){
734
+ $all_feeds[$value['username']] = $value['username'];
735
  }
736
  }else{
737
+ $all_feeds['blank'] = "connect instagram account from settings";
738
  }
739
+ return $all_feeds;
 
 
740
  }
741
  }
includes/weather-resource/weather-map.php CHANGED
@@ -48,7 +48,7 @@ class WeatherMap{
48
  'city' => $country_name
49
  ];
50
  }else{
51
- return "Invalid latitude or longitude";
52
  }
53
 
54
  }
48
  'city' => $country_name
49
  ];
50
  }else{
51
+ return "Invalid latitude or longitude";
52
  }
53
 
54
  }
includes/widgets/htmega_accordion.php CHANGED
@@ -49,13 +49,14 @@ class HTMega_Elementor_Widget_Accordion extends Widget_Base {
49
  'accordiantstyle',
50
  [
51
  'label' => __( 'Style', 'htmega-addons' ),
52
- 'type' => Controls_Manager::SELECT,
53
  'default' => 'one',
54
  'options' => [
55
  'one' => __( 'Style One', 'htmega-addons' ),
56
  'two' => __( 'Style Two', 'htmega-addons' ),
57
  'three' => __( 'Style Three', 'htmega-addons' ),
58
  'four' => __( 'Style Four', 'htmega-addons' ),
 
59
  ],
60
  ]
61
  );
@@ -112,8 +113,20 @@ class HTMega_Elementor_Widget_Accordion extends Widget_Base {
112
  'label' => __( 'Accordion Items', 'htmega-addons' ),
113
  'type' => Controls_Manager::REPEATER,
114
  'fields' => $repeater->get_controls(),
115
- 'condition' => [
116
- 'accordiantstyle' =>'one',
 
 
 
 
 
 
 
 
 
 
 
 
117
  ],
118
  'default' => [
119
  [
@@ -264,7 +277,19 @@ class HTMega_Elementor_Widget_Accordion extends Widget_Base {
264
  'options' => htmega_html_tag_lists(),
265
  'default' => 'h2',
266
  'condition' => [
267
- 'accordiantstyle' =>'one',
 
 
 
 
 
 
 
 
 
 
 
 
268
  ],
269
  ]
270
  );
@@ -278,8 +303,20 @@ class HTMega_Elementor_Widget_Accordion extends Widget_Base {
278
  'value' => 'fas fa-plus',
279
  'library' => 'solid',
280
  ],
281
- 'condition' => [
282
- 'accordiantstyle' =>'one',
 
 
 
 
 
 
 
 
 
 
 
 
283
  ],
284
  ]
285
  );
@@ -293,8 +330,20 @@ class HTMega_Elementor_Widget_Accordion extends Widget_Base {
293
  'value' => 'fas fa-minus',
294
  'library' => 'solid',
295
  ],
296
- 'condition' => [
297
- 'accordiantstyle' =>'one',
 
 
 
 
 
 
 
 
 
 
 
 
298
  ],
299
  ]
300
  );
@@ -307,8 +356,20 @@ class HTMega_Elementor_Widget_Accordion extends Widget_Base {
307
  'type' => Controls_Manager::SWITCHER,
308
  'default' => 'yes',
309
  'return_value' => 'yes',
310
- 'condition' => [
311
- 'accordiantstyle' =>'one',
 
 
 
 
 
 
 
 
 
 
 
 
312
  ],
313
  ]
314
  );
@@ -320,7 +381,19 @@ class HTMega_Elementor_Widget_Accordion extends Widget_Base {
320
  'type' => Controls_Manager::SWITCHER,
321
  'return_value' => 'yes',
322
  'condition' => [
323
- 'accordiantstyle' =>'one',
 
 
 
 
 
 
 
 
 
 
 
 
324
  ],
325
  ]
326
  );
@@ -411,8 +484,20 @@ class HTMega_Elementor_Widget_Accordion extends Widget_Base {
411
  [
412
  'label' => __( 'Accordion Item', 'htmega-addons' ),
413
  'tab' => Controls_Manager::TAB_STYLE,
414
- 'condition' => [
415
- 'accordiantstyle' =>'one',
 
 
 
 
 
 
 
 
 
 
 
 
416
  ],
417
  ]
418
  );
@@ -444,8 +529,20 @@ class HTMega_Elementor_Widget_Accordion extends Widget_Base {
444
  [
445
  'label' => __( 'Accordion Title', 'htmega-addons' ),
446
  'tab' => Controls_Manager::TAB_STYLE,
447
- 'condition' => [
448
- 'accordiantstyle' =>'one',
 
 
 
 
 
 
 
 
 
 
 
 
449
  ],
450
  ]
451
  );
@@ -956,8 +1053,20 @@ class HTMega_Elementor_Widget_Accordion extends Widget_Base {
956
  [
957
  'label' => __( 'Accordion Icon', 'htmega-addons' ),
958
  'tab' => Controls_Manager::TAB_STYLE,
959
- 'condition' => [
960
- 'accordiantstyle' =>'one',
 
 
 
 
 
 
 
 
 
 
 
 
961
  ],
962
  ]
963
  );
@@ -1190,7 +1299,7 @@ class HTMega_Elementor_Widget_Accordion extends Widget_Base {
1190
  'label' => __( 'Accordion Content', 'htmega-addons' ),
1191
  'tab' => Controls_Manager::TAB_STYLE,
1192
  'condition' => [
1193
- 'accordiantstyle' => array( 'one','three','four' ),
1194
  ],
1195
  ]
1196
  );
49
  'accordiantstyle',
50
  [
51
  'label' => __( 'Style', 'htmega-addons' ),
52
+ 'type' => 'htmega-preset-select',
53
  'default' => 'one',
54
  'options' => [
55
  'one' => __( 'Style One', 'htmega-addons' ),
56
  'two' => __( 'Style Two', 'htmega-addons' ),
57
  'three' => __( 'Style Three', 'htmega-addons' ),
58
  'four' => __( 'Style Four', 'htmega-addons' ),
59
+ 'five' => __( 'Style Five', 'htmega-addons' ),
60
  ],
61
  ]
62
  );
113
  'label' => __( 'Accordion Items', 'htmega-addons' ),
114
  'type' => Controls_Manager::REPEATER,
115
  'fields' => $repeater->get_controls(),
116
+ 'conditions' => [
117
+ 'relation' => 'or',
118
+ 'terms' => [
119
+ [
120
+ 'terms' => [
121
+ ['name' => 'accordiantstyle', 'operator' => '===', 'value' => 'one']
122
+ ]
123
+ ],
124
+ [
125
+ 'terms' => [
126
+ ['name' => 'accordiantstyle', 'operator' => '===', 'value' => 'five'],
127
+ ]
128
+ ],
129
+ ]
130
  ],
131
  'default' => [
132
  [
277
  'options' => htmega_html_tag_lists(),
278
  'default' => 'h2',
279
  'condition' => [
280
+ 'relation' => 'or',
281
+ 'terms' => [
282
+ [
283
+ 'terms' => [
284
+ ['name' => 'accordiantstyle', 'operator' => '===', 'value' => 'one']
285
+ ]
286
+ ],
287
+ [
288
+ 'terms' => [
289
+ ['name' => 'accordiantstyle', 'operator' => '===', 'value' => 'five'],
290
+ ]
291
+ ],
292
+ ]
293
  ],
294
  ]
295
  );
303
  'value' => 'fas fa-plus',
304
  'library' => 'solid',
305
  ],
306
+ 'conditions' => [
307
+ 'relation' => 'or',
308
+ 'terms' => [
309
+ [
310
+ 'terms' => [
311
+ ['name' => 'accordiantstyle', 'operator' => '===', 'value' => 'one']
312
+ ]
313
+ ],
314
+ [
315
+ 'terms' => [
316
+ ['name' => 'accordiantstyle', 'operator' => '===', 'value' => 'five'],
317
+ ]
318
+ ],
319
+ ]
320
  ],
321
  ]
322
  );
330
  'value' => 'fas fa-minus',
331
  'library' => 'solid',
332
  ],
333
+ 'conditions' => [
334
+ 'relation' => 'or',
335
+ 'terms' => [
336
+ [
337
+ 'terms' => [
338
+ ['name' => 'accordiantstyle', 'operator' => '===', 'value' => 'one']
339
+ ]
340
+ ],
341
+ [
342
+ 'terms' => [
343
+ ['name' => 'accordiantstyle', 'operator' => '===', 'value' => 'five'],
344
+ ]
345
+ ],
346
+ ]
347
  ],
348
  ]
349
  );
356
  'type' => Controls_Manager::SWITCHER,
357
  'default' => 'yes',
358
  'return_value' => 'yes',
359
+ 'conditions' => [
360
+ 'relation' => 'or',
361
+ 'terms' => [
362
+ [
363
+ 'terms' => [
364
+ ['name' => 'accordiantstyle', 'operator' => '===', 'value' => 'one']
365
+ ]
366
+ ],
367
+ [
368
+ 'terms' => [
369
+ ['name' => 'accordiantstyle', 'operator' => '===', 'value' => 'five'],
370
+ ]
371
+ ],
372
+ ]
373
  ],
374
  ]
375
  );
381
  'type' => Controls_Manager::SWITCHER,
382
  'return_value' => 'yes',
383
  'condition' => [
384
+ 'relation' => 'or',
385
+ 'terms' => [
386
+ [
387
+ 'terms' => [
388
+ ['name' => 'accordiantstyle', 'operator' => '===', 'value' => 'one']
389
+ ]
390
+ ],
391
+ [
392
+ 'terms' => [
393
+ ['name' => 'accordiantstyle', 'operator' => '===', 'value' => 'five'],
394
+ ]
395
+ ],
396
+ ]
397
  ],
398
  ]
399
  );
484
  [
485
  'label' => __( 'Accordion Item', 'htmega-addons' ),
486
  'tab' => Controls_Manager::TAB_STYLE,
487
+ 'conditions' => [
488
+ 'relation' => 'or',
489
+ 'terms' => [
490
+ [
491
+ 'terms' => [
492
+ ['name' => 'accordiantstyle', 'operator' => '===', 'value' => 'one']
493
+ ]
494
+ ],
495
+ [
496
+ 'terms' => [
497
+ ['name' => 'accordiantstyle', 'operator' => '===', 'value' => 'five'],
498
+ ]
499
+ ],
500
+ ]
501
  ],
502
  ]
503
  );
529
  [
530
  'label' => __( 'Accordion Title', 'htmega-addons' ),
531
  'tab' => Controls_Manager::TAB_STYLE,
532
+ 'conditions' => [
533
+ 'relation' => 'or',
534
+ 'terms' => [
535
+ [
536
+ 'terms' => [
537
+ ['name' => 'accordiantstyle', 'operator' => '===', 'value' => 'one']
538
+ ]
539
+ ],
540
+ [
541
+ 'terms' => [
542
+ ['name' => 'accordiantstyle', 'operator' => '===', 'value' => 'five'],
543
+ ]
544
+ ],
545
+ ]
546
  ],
547
  ]
548
  );
1053
  [
1054
  'label' => __( 'Accordion Icon', 'htmega-addons' ),
1055
  'tab' => Controls_Manager::TAB_STYLE,
1056
+ 'conditions' => [
1057
+ 'relation' => 'or',
1058
+ 'terms' => [
1059
+ [
1060
+ 'terms' => [
1061
+ ['name' => 'accordiantstyle', 'operator' => '===', 'value' => 'one']
1062
+ ]
1063
+ ],
1064
+ [
1065
+ 'terms' => [
1066
+ ['name' => 'accordiantstyle', 'operator' => '===', 'value' => 'five'],
1067
+ ]
1068
+ ],
1069
+ ]
1070
  ],
1071
  ]
1072
  );
1299
  'label' => __( 'Accordion Content', 'htmega-addons' ),
1300
  'tab' => Controls_Manager::TAB_STYLE,
1301
  'condition' => [
1302
+ 'accordiantstyle' => array( 'one','three','four', 'five'),
1303
  ],
1304
  ]
1305
  );
includes/widgets/htmega_add_banner.php CHANGED
@@ -39,7 +39,7 @@ class HTMega_Elementor_Widget_Add_Banner extends Widget_Base {
39
  'banner_layout',
40
  [
41
  'label' => __( 'Style', 'htmega-addons' ),
42
- 'type' => Controls_Manager::SELECT,
43
  'default' => '1',
44
  'options' => [
45
  '1' => __( 'Style One', 'htmega-addons' ),
39
  'banner_layout',
40
  [
41
  'label' => __( 'Style', 'htmega-addons' ),
42
+ 'type' => 'htmega-preset-select',
43
  'default' => '1',
44
  'options' => [
45
  '1' => __( 'Style One', 'htmega-addons' ),
includes/widgets/htmega_animated_heading.php CHANGED
@@ -47,7 +47,7 @@ class HTMega_Elementor_Widget_Animated_Heading extends Widget_Base {
47
  'layout_style',
48
  [
49
  'label' => __( 'Layout', 'htmega-addons' ),
50
- 'type' => Controls_Manager::SELECT,
51
  'default' => '1',
52
  'options' => [
53
  '1' => __( 'Style One', 'htmega-addons' ),
47
  'layout_style',
48
  [
49
  'label' => __( 'Layout', 'htmega-addons' ),
50
+ 'type' => 'htmega-preset-select',
51
  'default' => '1',
52
  'options' => [
53
  '1' => __( 'Style One', 'htmega-addons' ),
includes/widgets/htmega_brand.php CHANGED
@@ -40,7 +40,7 @@ class HTMega_Elementor_Widget_Brand extends Widget_Base {
40
  'htmega_brand_style',
41
  [
42
  'label' => __( 'Style', 'htmega-addons' ),
43
- 'type' => Controls_Manager::SELECT,
44
  'default' => '1',
45
  'options' => [
46
  '1' => __( 'Style One', 'htmega-addons' ),
40
  'htmega_brand_style',
41
  [
42
  'label' => __( 'Style', 'htmega-addons' ),
43
+ 'type' => 'htmega-preset-select',
44
  'default' => '1',
45
  'options' => [
46
  '1' => __( 'Style One', 'htmega-addons' ),
includes/widgets/htmega_business_hours.php CHANGED
@@ -41,7 +41,7 @@ class HTMega_Elementor_Widget_Business_Hours extends Widget_Base {
41
  'business_hours_layout',
42
  [
43
  'label' => __( 'Layout', 'htmega-addons' ),
44
- 'type' => Controls_Manager::SELECT,
45
  'default' => '1',
46
  'options' => [
47
  '1' => __( 'Layout One', 'htmega-addons' ),
41
  'business_hours_layout',
42
  [
43
  'label' => __( 'Layout', 'htmega-addons' ),
44
+ 'type' => 'htmega-preset-select',
45
  'default' => '1',
46
  'options' => [
47
  '1' => __( 'Layout One', 'htmega-addons' ),
includes/widgets/htmega_button.php CHANGED
@@ -27,28 +27,35 @@ class HTMega_Elementor_Widget_Button extends Widget_Base {
27
  ];
28
  }
29
 
30
- protected function register_controls() {
 
 
31
 
 
 
32
  $this->start_controls_section(
33
  'button_content',
34
  [
35
  'label' => __( 'Button', 'htmega-addons' ),
36
  ]
37
  );
38
-
39
  $this->add_control(
40
  'button_style',
41
  [
42
  'label' => __( 'Button Style', 'htmega-addons' ),
43
- 'type' => Controls_Manager::SELECT,
44
  'default' => '1',
45
  'options' => [
46
  '1' => __( 'Style One', 'htmega-addons' ),
47
  '2' => __( 'Style Two', 'htmega-addons' ),
48
- ],
 
 
49
  ]
50
  );
51
 
 
52
  $this->add_control(
53
  'button_text',
54
  [
@@ -389,7 +396,7 @@ class HTMega_Elementor_Widget_Button extends Widget_Base {
389
  'default'=>'classic',
390
  ]
391
  ],
392
- 'selector' => '{{WRAPPER}} .htmega-btn-style-2 .htb-btn:hover::after',
393
  'condition' => array(
394
  'button_style' => '2'
395
  )
@@ -637,7 +644,6 @@ class HTMega_Elementor_Widget_Button extends Widget_Base {
637
  protected function render( $instance = [] ) {
638
 
639
  $settings = $this->get_settings_for_display();
640
-
641
  $this->add_render_attribute( 'htmega_button', 'class', 'htmega-button' );
642
  $this->add_render_attribute( 'htmega_button', 'class', 'htmega-btn-style-'. $settings['button_style'] );
643
  $this->add_render_attribute( 'htmega_button', 'class', 'htmega-btn-shadow-'. $settings['button_shadow'] );
27
  ];
28
  }
29
 
30
+ public function get_script_depends() {
31
+ return ['counterup', 'htmega-admin'];
32
+ }
33
 
34
+ protected function register_controls() {
35
+
36
  $this->start_controls_section(
37
  'button_content',
38
  [
39
  'label' => __( 'Button', 'htmega-addons' ),
40
  ]
41
  );
42
+
43
  $this->add_control(
44
  'button_style',
45
  [
46
  'label' => __( 'Button Style', 'htmega-addons' ),
47
+ 'type' => 'htmega-preset-select',
48
  'default' => '1',
49
  'options' => [
50
  '1' => __( 'Style One', 'htmega-addons' ),
51
  '2' => __( 'Style Two', 'htmega-addons' ),
52
+ '3' => __( 'Style Three', 'htmega-addons' ),
53
+ '4' => __( 'Style Four', 'htmega-addons' ),
54
+ ]
55
  ]
56
  );
57
 
58
+
59
  $this->add_control(
60
  'button_text',
61
  [
396
  'default'=>'classic',
397
  ]
398
  ],
399
+ 'selector' => '{{WRAPPER}} .htmega-btn-style-1 .htb-btn:hover::after',
400
  'condition' => array(
401
  'button_style' => '2'
402
  )
644
  protected function render( $instance = [] ) {
645
 
646
  $settings = $this->get_settings_for_display();
 
647
  $this->add_render_attribute( 'htmega_button', 'class', 'htmega-button' );
648
  $this->add_render_attribute( 'htmega_button', 'class', 'htmega-btn-style-'. $settings['button_style'] );
649
  $this->add_render_attribute( 'htmega_button', 'class', 'htmega-btn-shadow-'. $settings['button_shadow'] );
includes/widgets/htmega_call_to_action.php CHANGED
@@ -37,7 +37,7 @@ class HTMega_Elementor_Widget_Call_To_Action extends Widget_Base {
37
  'callto_action_style',
38
  [
39
  'label' => __( 'Style', 'htmega-addons' ),
40
- 'type' => Controls_Manager::SELECT,
41
  'default' => '1',
42
  'options' => [
43
  '1' => __( 'Style One', 'htmega-addons' ),
37
  'callto_action_style',
38
  [
39
  'label' => __( 'Style', 'htmega-addons' ),
40
+ 'type' => 'htmega-preset-select',
41
  'default' => '1',
42
  'options' => [
43
  '1' => __( 'Style One', 'htmega-addons' ),
includes/widgets/htmega_carousel.php CHANGED
@@ -48,7 +48,7 @@ class HTMega_Elementor_Widget_Carousel extends Widget_Base {
48
  'image_carosul_style',
49
  [
50
  'label' => __( 'Style', 'htmega-addons' ),
51
- 'type' => Controls_Manager::SELECT,
52
  'default' => '1',
53
  'options' => [
54
  '1' => __( 'Style One', 'htmega-addons' ),
48
  'image_carosul_style',
49
  [
50
  'label' => __( 'Style', 'htmega-addons' ),
51
+ 'type' => 'htmega-preset-select',
52
  'default' => '1',
53
  'options' => [
54
  '1' => __( 'Style One', 'htmega-addons' ),
includes/widgets/htmega_contact_form_seven.php CHANGED
@@ -49,7 +49,7 @@ class HTMega_Elementor_Widget_Contact_Form_Seven extends Widget_Base {
49
  'htmega_form_layout_style',
50
  [
51
  'label' => __( 'Style', 'htmega-addons' ),
52
- 'type' => Controls_Manager::SELECT,
53
  'default' => '1',
54
  'options' => [
55
  '1' => __( 'Style One', 'htmega-addons' ),
49
  'htmega_form_layout_style',
50
  [
51
  'label' => __( 'Style', 'htmega-addons' ),
52
+ 'type' => 'htmega-preset-select',
53
  'default' => '1',
54
  'options' => [
55
  '1' => __( 'Style One', 'htmega-addons' ),
includes/widgets/htmega_countdown.php CHANGED
@@ -92,7 +92,7 @@ class HTMega_Elementor_Widget_Countdown extends Widget_Base {
92
  'htmega_count_style',
93
  [
94
  'label' => __( 'Style', 'htmega-addons' ),
95
- 'type' => Controls_Manager::SELECT,
96
  'default' => '1',
97
  'options' => [
98
  '1' => __( 'Style one', 'htmega-addons' ),
92
  'htmega_count_style',
93
  [
94
  'label' => __( 'Style', 'htmega-addons' ),
95
+ 'type' => 'htmega-preset-select',
96
  'default' => '1',
97
  'options' => [
98
  '1' => __( 'Style one', 'htmega-addons' ),
includes/widgets/htmega_counter.php CHANGED
@@ -47,7 +47,7 @@ class HTMega_Elementor_Widget_Counter extends Widget_Base {
47
  'counter_layout_style',
48
  [
49
  'label' => __( 'Style', 'htmega-addons' ),
50
- 'type' => Controls_Manager::SELECT,
51
  'default'=>'1',
52
  'options' => [
53
  '1' => __( 'Style One', 'htmega-addons' ),
47
  'counter_layout_style',
48
  [
49
  'label' => __( 'Style', 'htmega-addons' ),
50
+ 'type' => 'htmega-preset-select',
51
  'default'=>'1',
52
  'options' => [
53
  '1' => __( 'Style One', 'htmega-addons' ),
includes/widgets/htmega_data_table.php CHANGED
@@ -42,7 +42,7 @@ class HTMega_Elementor_Widget_Data_Table extends Widget_Base {
42
  'datatable_style',
43
  [
44
  'label' => __( 'Layout', 'htmega-addons' ),
45
- 'type' => Controls_Manager::SELECT,
46
  'default' => '1',
47
  'options' => [
48
  '1' => __( 'Layout One', 'htmega-addons' ),
@@ -678,7 +678,7 @@ class HTMega_Elementor_Widget_Data_Table extends Widget_Base {
678
  'type' => Controls_Manager::COLOR,
679
  'default' => '',
680
  'selectors' => [
681
- '{{WRAPPER}} .htmega-table-style tbody tr.even' => 'background-color: {{VALUE}};',
682
  ],
683
  ]
684
  );
@@ -690,7 +690,7 @@ class HTMega_Elementor_Widget_Data_Table extends Widget_Base {
690
  'type' => Controls_Manager::COLOR,
691
  'default' => '',
692
  'selectors' => [
693
- '{{WRAPPER}} .htmega-table-style tbody tr.odd' => 'background-color: {{VALUE}};',
694
  ],
695
  ]
696
  );
42
  'datatable_style',
43
  [
44
  'label' => __( 'Layout', 'htmega-addons' ),
45
+ 'type' => 'htmega-preset-select',
46
  'default' => '1',
47
  'options' => [
48
  '1' => __( 'Layout One', 'htmega-addons' ),
678
  'type' => Controls_Manager::COLOR,
679
  'default' => '',
680
  'selectors' => [
681
+ '{{WRAPPER}} .htb-table tbody tr:nth-child(even)' => 'background-color: {{VALUE}};',
682
  ],
683
  ]
684
  );
690
  'type' => Controls_Manager::COLOR,
691
  'default' => '',
692
  'selectors' => [
693
+ '{{WRAPPER}} .htb-table tbody tr:nth-child(odd)' => 'background-color: {{VALUE}};',
694
  ],
695
  ]
696
  );
includes/widgets/htmega_dropcaps.php CHANGED
@@ -40,7 +40,7 @@ class HTMega_Elementor_Widget_Dropcaps extends Widget_Base {
40
  'dropcaps_style',
41
  [
42
  'label' => __( 'Style', 'htmega-addons' ),
43
- 'type' => Controls_Manager::SELECT,
44
  'default' => '1',
45
  'options' => [
46
  '1' => __( 'Style One', 'htmega-addons' ),
40
  'dropcaps_style',
41
  [
42
  'label' => __( 'Style', 'htmega-addons' ),
43
+ 'type' => 'htmega-preset-select',
44
  'default' => '1',
45
  'options' => [
46
  '1' => __( 'Style One', 'htmega-addons' ),
includes/widgets/htmega_errorcontent.php CHANGED
@@ -48,7 +48,7 @@ class HTMega_Elementor_Widget_ErrorContent extends Widget_Base {
48
  'error_layout_style',
49
  [
50
  'label' => __( 'Style', 'htmega-addons' ),
51
- 'type' => Controls_Manager::SELECT,
52
  'default' => '1',
53
  'options' => [
54
  '1' => __( 'Style One', 'htmega-addons' ),
48
  'error_layout_style',
49
  [
50
  'label' => __( 'Style', 'htmega-addons' ),
51
+ 'type' => 'htmega-preset-select',
52
  'default' => '1',
53
  'options' => [
54
  '1' => __( 'Style One', 'htmega-addons' ),
includes/widgets/htmega_flip_box.php CHANGED
@@ -42,7 +42,7 @@ class HTMega_Elementor_Widget_Flip_Box extends Widget_Base {
42
  'flipbox_layout',
43
  [
44
  'label' => __( 'Layout', 'htmega-addons' ),
45
- 'type' => Controls_Manager::SELECT,
46
  'default' => '1',
47
  'options' => [
48
  '1' => __( 'Layout One', 'htmega-addons' ),
42
  'flipbox_layout',
43
  [
44
  'label' => __( 'Layout', 'htmega-addons' ),
45
+ 'type' => 'htmega-preset-select',
46
  'default' => '1',
47
  'options' => [
48
  '1' => __( 'Layout One', 'htmega-addons' ),
includes/widgets/htmega_image_grid.php CHANGED
@@ -40,7 +40,7 @@ class HTMega_Elementor_Widget_Image_Grid extends Widget_Base {
40
  'imagegrid_style',
41
  [
42
  'label' => __( 'Style', 'htmega-addons' ),
43
- 'type' => Controls_Manager::SELECT,
44
  'default' => '1',
45
  'options' => [
46
  '1' => __( 'Style One', 'htmega-addons' ),
40
  'imagegrid_style',
41
  [
42
  'label' => __( 'Style', 'htmega-addons' ),
43
+ 'type' => 'htmega-preset-select',
44
  'default' => '1',
45
  'options' => [
46
  '1' => __( 'Style One', 'htmega-addons' ),
includes/widgets/htmega_image_masonry.php CHANGED
@@ -48,7 +48,7 @@ class HTMega_Elementor_Widget_Image_Masonry extends Widget_Base {
48
  'imagemasonry_style',
49
  [
50
  'label' => __( 'Style', 'htmega-addons' ),
51
- 'type' => Controls_Manager::SELECT,
52
  'default' => '1',
53
  'options' => [
54
  '1' => __( 'Style One', 'htmega-addons' ),
48
  'imagemasonry_style',
49
  [
50
  'label' => __( 'Style', 'htmega-addons' ),
51
+ 'type' => 'htmega-preset-select',
52
  'default' => '1',
53
  'options' => [
54
  '1' => __( 'Style One', 'htmega-addons' ),
includes/widgets/htmega_imagemarker.php CHANGED
@@ -119,7 +119,7 @@ class HTMega_Elementor_Widget_ImageMarker extends Widget_Base {
119
  'marker_style',
120
  [
121
  'label' => __( 'Style', 'htmega-addons' ),
122
- 'type' => Controls_Manager::SELECT,
123
  'default' => '1',
124
  'options' => [
125
  '1' => __( 'Style One', 'htmega-addons' ),
119
  'marker_style',
120
  [
121
  'label' => __( 'Style', 'htmega-addons' ),
122
+ 'type' => 'htmega-preset-select',
123
  'default' => '1',
124
  'options' => [
125
  '1' => __( 'Style One', 'htmega-addons' ),
includes/widgets/htmega_inlinemenu.php CHANGED
@@ -51,7 +51,7 @@ class HTMega_Elementor_Widget_InlineMenu extends Widget_Base {
51
  'inline_menu_style',
52
  [
53
  'label' => __( 'Style', 'htmega-addons' ),
54
- 'type' => Controls_Manager::SELECT,
55
  'default' => '1',
56
  'options' => [
57
  '1' => __( 'Style One', 'htmega-addons' ),
51
  'inline_menu_style',
52
  [
53
  'label' => __( 'Style', 'htmega-addons' ),
54
+ 'type' => 'htmega-preset-select',
55
  'default' => '1',
56
  'options' => [
57
  '1' => __( 'Style One', 'htmega-addons' ),
includes/widgets/htmega_instagram - Copy.php DELETED
@@ -1,1672 +0,0 @@
1
- <?php
2
- namespace Elementor;
3
-
4
- if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
5
-
6
- class HTMega_Elementor_Widget_Instagram extends Widget_Base {
7
-
8
- public function get_name() {
9
- return 'htmega-instagram-addons';
10
- }
11
-
12
- public function get_title() {
13
- return __( 'Instagram', 'htmega-addons' );
14
- }
15
-
16
- public function get_icon() {
17
- return 'htmega-icon eicon-photo-library';
18
- }
19
-
20
- public function get_categories() {
21
- return [ 'htmega-addons' ];
22
- }
23
-
24
- public function get_style_depends() {
25
- return [
26
- 'elementor-icons-shared-0-css','elementor-icons-fa-brands','elementor-icons-fa-regular','elementor-icons-fa-solid',
27
- 'slick',
28
- ];
29
- }
30
-
31
- public function get_script_depends() {
32
- return [
33
- 'htmegainstagramfeed',
34
- 'slick',
35
- 'htmega-widgets-scripts',
36
- ];
37
- }
38
-
39
- protected function register_controls() {
40
-
41
- $this->start_controls_section(
42
- 'instagram_content',
43
- [
44
- 'label' => __( 'Instagram', 'htmega-addons' ),
45
- ]
46
- );
47
-
48
- $this->add_control(
49
- 'instagram_style',
50
- [
51
- 'label' => __( 'Style', 'htmega-addons' ),
52
- 'type' => Controls_Manager::SELECT,
53
- 'default' => '1',
54
- 'options' => [
55
- '1' => __( 'Style One', 'htmega-addons' ),
56
- '2' => __( 'Style Two', 'htmega-addons' ),
57
- '3' => __( 'Style Three', 'htmega-addons' ),
58
- '4' => __( 'Style Four', 'htmega-addons' ),
59
- ],
60
- 'label_block' => true,
61
- ]
62
- );
63
-
64
- $this->add_control(
65
- 'username',
66
- [
67
- 'label' => __( 'Instagram UserName', 'htmega-addons' ),
68
- 'type' => Controls_Manager::TEXT,
69
- 'placeholder' => __( 'portfolio.devitems', 'htmega-addons' ),
70
- 'label_block' =>true,
71
- ]
72
- );
73
-
74
- $this->add_control(
75
- 'limit',
76
- [
77
- 'label' => __( 'Item Limit', 'htmega-addons' ),
78
- 'type' => Controls_Manager::NUMBER,
79
- 'min' => 1,
80
- 'max' => 200,
81
- 'step' => 1,
82
- 'default' => 8,
83
- 'separator'=>'before',
84
- ]
85
- );
86
-
87
- $this->add_responsive_control(
88
- 'instagram_column',
89
- [
90
- 'label' => __( 'Column', 'htmega-addons' ),
91
- 'type' => Controls_Manager::SELECT,
92
- 'description' => wp_kses_post( 'If the slider is off, Then it will work.', 'htmega-addons' ),
93
- 'prefix_class' => 'htmegainstagram-column%s-',
94
- 'default' => '4',
95
- 'required' => true,
96
- 'device_args' => [
97
- Controls_Stack::RESPONSIVE_TABLET => [
98
- 'required' => false,
99
- ],
100
- Controls_Stack::RESPONSIVE_MOBILE => [
101
- 'required' => false,
102
- ],
103
- ],
104
- 'min_affected_device' => [
105
- Controls_Stack::RESPONSIVE_DESKTOP => Controls_Stack::RESPONSIVE_TABLET,
106
- Controls_Stack::RESPONSIVE_TABLET => Controls_Stack::RESPONSIVE_TABLET,
107
- ],
108
- 'options' => [
109
- '1' => __( '1', 'htmega-addons' ),
110
- '2' => __( '2', 'htmega-addons' ),
111
- '3' => __( '3', 'htmega-addons' ),
112
- '4' => __( '4', 'htmega-addons' ),
113
- '5' => __( '5', 'htmega-addons' ),
114
- '6' => __( '6', 'htmega-addons' ),
115
- ],
116
- ]
117
- );
118
-
119
- $this->add_control(
120
- 'instagram_image_size',
121
- [
122
- 'label' => __( 'Image Size', 'htmega-addons' ),
123
- 'type' => Controls_Manager::SELECT,
124
- 'default' => '480',
125
- 'options' => [
126
- '150' => __( '150', 'htmega-addons' ),
127
- '240' => __( '240', 'htmega-addons' ),
128
- '320' => __( '320', 'htmega-addons' ),
129
- '480' => __( '480', 'htmega-addons' ),
130
- '640' => __( '640', 'htmega-addons' ),
131
- ],
132
- ]
133
- );
134
-
135
- $this->add_control(
136
- 'clear_cache_data',
137
- [
138
- 'label' => esc_html__( 'Clear Cache Data', 'htmega-addons' ),
139
- 'type' => Controls_Manager::SWITCHER,
140
- 'label_on' => esc_html__( 'Yes', 'htmega-addons' ),
141
- 'label_off' => esc_html__( 'No', 'htmega-addons' ),
142
- 'return_value' => 'yes',
143
- 'default' => 'no',
144
- ]
145
- );
146
-
147
- $this->add_control(
148
- 'lazy_load',
149
- [
150
- 'label' => __( 'Lazy Load', 'htmega-addons' ),
151
- 'type' => Controls_Manager::SWITCHER,
152
- 'label_on' => __( 'Show', 'htmega-addons' ),
153
- 'label_off' => __( 'Hide', 'htmega-addons' ),
154
- 'return_value' => 'yes',
155
- 'default' => 'no',
156
- ]
157
- );
158
-
159
- $this->add_control(
160
- 'show_like',
161
- [
162
- 'label' => __( 'Show Like', 'htmega-addons' ),
163
- 'type' => Controls_Manager::SWITCHER,
164
- 'label_on' => __( 'Show', 'htmega-addons' ),
165
- 'label_off' => __( 'Hide', 'htmega-addons' ),
166
- 'return_value' => 'yes',
167
- 'default' => 'yes',
168
- ]
169
- );
170
-
171
- $this->add_control(
172
- 'show_comment',
173
- [
174
- 'label' => __( 'Show Comment', 'htmega-addons' ),
175
- 'type' => Controls_Manager::SWITCHER,
176
- 'label_on' => __( 'Show', 'htmega-addons' ),
177
- 'label_off' => __( 'Hide', 'htmega-addons' ),
178
- 'return_value' => 'yes',
179
- 'default' => 'yes',
180
- ]
181
- );
182
-
183
- $this->add_control(
184
- 'show_light_box',
185
- [
186
- 'label' => __( 'Show Light Box', 'htmega-addons' ),
187
- 'type' => Controls_Manager::SWITCHER,
188
- 'label_on' => __( 'Show', 'htmega-addons' ),
189
- 'label_off' => __( 'Hide', 'htmega-addons' ),
190
- 'return_value' => 'yes',
191
- 'default' => 'yes',
192
- ]
193
- );
194
-
195
- $this->add_control(
196
- 'show_flow_button',
197
- [
198
- 'label' => __( 'Show Follow Button', 'htmega-addons' ),
199
- 'type' => Controls_Manager::SWITCHER,
200
- 'label_on' => __( 'Show', 'htmega-addons' ),
201
- 'label_off' => __( 'Hide', 'htmega-addons' ),
202
- 'return_value' => 'yes',
203
- 'default' => 'yes',
204
- ]
205
- );
206
-
207
- $this->add_control(
208
- 'slider_on',
209
- [
210
- 'label' => __( 'Slider', 'htmega-addons' ),
211
- 'type' => Controls_Manager::SWITCHER,
212
- 'label_on' => __( 'On', 'htmega-addons' ),
213
- 'label_off' => __( 'Off', 'htmega-addons' ),
214
- 'return_value' => 'yes',
215
- 'default' => 'no',
216
- ]
217
- );
218
-
219
- $this->add_control(
220
- 'zoomicon_type',
221
- [
222
- 'label' => esc_html__('Zoom Icon Type','htmega-addons'),
223
- 'type' =>Controls_Manager::CHOOSE,
224
- 'options' =>[
225
- 'img' =>[
226
- 'title' =>__('Image','htmega-addons'),
227
- 'icon' =>'fa fa-picture-o',
228
- ],
229
- 'icon' =>[
230
- 'title' =>__('Icon','htmega-addons'),
231
- 'icon' =>'fa fa-info',
232
- ]
233
- ],
234
- 'default' =>'icon',
235
- 'condition' =>[
236
- 'show_light_box' =>'yes',
237
- ],
238
- ]
239
- );
240
-
241
- $this->add_control(
242
- 'zoom_image',
243
- [
244
- 'label' => __('Zoom Image Icon','htmega-addons'),
245
- 'type'=>Controls_Manager::MEDIA,
246
- 'dynamic' => [
247
- 'active' => true,
248
- ],
249
- 'condition' => [
250
- 'show_light_box' =>'yes',
251
- 'zoomicon_type' => 'img',
252
- ]
253
- ]
254
- );
255
-
256
- $this->add_group_control(
257
- Group_Control_Image_Size::get_type(),
258
- [
259
- 'name' => 'zoom_imagesize',
260
- 'default' => 'large',
261
- 'separator' => 'none',
262
- 'condition' => [
263
- 'show_light_box' =>'yes',
264
- 'zoomicon_type' => 'img',
265
- ],
266
- 'fields_options'=>[
267
- 'size'=>[
268
- 'label' => __('Zoom Icon Size','htmega-addons')
269
- ]
270
- ]
271
- ]
272
- );
273
-
274
- $this->add_control(
275
- 'zoom_icon',
276
- [
277
- 'label' =>__('Zoom Icon','htmega-addons'),
278
- 'type'=>Controls_Manager::ICONS,
279
- 'default' => [
280
- 'value'=>'fas fa-plus',
281
- 'library' => 'solid',
282
- ],
283
- 'condition' => [
284
- 'show_light_box' =>'yes',
285
- 'zoomicon_type' => 'icon',
286
- ]
287
- ]
288
- );
289
-
290
- $this->add_control(
291
- 'comment_icon',
292
- [
293
- 'label' =>__('Comment Icon','htmega-addons'),
294
- 'type'=>Controls_Manager::ICONS,
295
- 'default' => [
296
- 'value'=>'far fa-comment',
297
- 'library' => 'solid',
298
- ],
299
- 'condition' => [
300
- 'show_comment' =>'yes',
301
- ]
302
- ]
303
- );
304
-
305
- $this->add_control(
306
- 'like_icon',
307
- [
308
- 'label' =>__('Like Icon','htmega-addons'),
309
- 'type'=>Controls_Manager::ICONS,
310
- 'default' => [
311
- 'value'=>'far fa-heart',
312
- 'library' => 'solid',
313
- ],
314
- 'condition' => [
315
- 'show_like' =>'yes',
316
- ]
317
- ]
318
- );
319
-
320
- $this->add_control(
321
- 'flow_button_icon',
322
- [
323
- 'label' =>__('Flow Button Icon','htmega-addons'),
324
- 'type'=>Controls_Manager::ICONS,
325
- 'default' => [
326
- 'value'=>'fab fa-instagram',
327
- 'library' => 'solid',
328
- ],
329
- 'condition' => [
330
- 'show_flow_button' =>'yes',
331
- ]
332
- ]
333
- );
334
-
335
- $this->add_control(
336
- 'flow_button_txt',
337
- [
338
- 'label' => __( 'Flow Button Prefix', 'htmega-addons' ),
339
- 'type' => Controls_Manager::TEXT,
340
- 'default' => __( 'Follow @', 'htmega-addons' ),
341
- ]
342
- );
343
-
344
- $this->end_controls_section();
345
-
346
- // Slider setting
347
- $this->start_controls_section(
348
- 'instagram_slider_option',
349
- [
350
- 'label' => esc_html__( 'Slider Option', 'htmega-addons' ),
351
- 'condition' => [
352
- 'slider_on' => 'yes',
353
- ]
354
- ]
355
- );
356
-
357
- $this->add_control(
358
- 'slitems',
359
- [
360
- 'label' => esc_html__( 'Slider Items', 'htmega-addons' ),
361
- 'type' => Controls_Manager::NUMBER,
362
- 'min' => 1,
363
- 'max' => 20,
364
- 'step' => 1,
365
- 'default' => 8,
366
- 'condition' => [
367
- 'slider_on' => 'yes',
368
- ]
369
- ]
370
- );
371
-
372
- $this->add_control(
373
- 'slarrows',
374
- [
375
- 'label' => esc_html__( 'Slider Arrow', 'htmega-addons' ),
376
- 'type' => Controls_Manager::SWITCHER,
377
- 'return_value' => 'yes',
378
- 'default' => 'yes',
379
- 'condition' => [
380
- 'slider_on' => 'yes',
381
- ]
382
- ]
383
- );
384
-
385
- $this->add_control(
386
- 'slprevicon',
387
- [
388
- 'label' => __( 'Previous icon', 'htmega-addons' ),
389
- 'type' => Controls_Manager::ICONS,
390
- 'default' => [
391
- 'value'=>'fas fa-angle-left',
392
- 'library' => 'solid',
393
- ],
394
- 'condition' => [
395
- 'slider_on' => 'yes',
396
- 'slarrows' => 'yes',
397
- ]
398
- ]
399
- );
400
-
401
- $this->add_control(
402
- 'slnexticon',
403
- [
404
- 'label' => __( 'Next icon', 'htmega-addons' ),
405
- 'type' => Controls_Manager::ICONS,
406
- 'default' => [
407
- 'value'=>'fas fa-angle-right',
408
- 'library' => 'solid',
409
- ],
410
- 'condition' => [
411
- 'slider_on' => 'yes',
412
- 'slarrows' => 'yes',
413
- ]
414
- ]
415
- );
416
-
417
- $this->add_control(
418
- 'sldots',
419
- [
420
- 'label' => esc_html__( 'Slider dots', 'htmega-addons' ),
421
- 'type' => Controls_Manager::SWITCHER,
422
- 'return_value' => 'yes',
423
- 'default' => 'no',
424
- 'condition' => [
425
- 'slider_on' => 'yes',
426
- ]
427
- ]
428
- );
429
-
430
- $this->add_control(
431
- 'slpause_on_hover',
432
- [
433
- 'type' => Controls_Manager::SWITCHER,
434
- 'label_off' => __('No', 'htmega-addons'),
435
- 'label_on' => __('Yes', 'htmega-addons'),
436
- 'return_value' => 'yes',
437
- 'default' => 'yes',
438
- 'label' => __('Pause on Hover?', 'htmega-addons'),
439
- 'condition' => [
440
- 'slider_on' => 'yes',
441
- ]
442
- ]
443
- );
444
-
445
- $this->add_control(
446
- 'slcentermode',
447
- [
448
- 'label' => esc_html__( 'Center Mode', 'htmega-addons' ),
449
- 'type' => Controls_Manager::SWITCHER,
450
- 'return_value' => 'yes',
451
- 'default' => 'no',
452
- 'condition' => [
453
- 'slider_on' => 'yes',
454
- ]
455
- ]
456
- );
457
-
458
- $this->add_control(
459
- 'slcenterpadding',
460
- [
461
- 'label' => esc_html__( 'Center padding', 'htmega-addons' ),
462
- 'type' => Controls_Manager::NUMBER,
463
- 'min' => 0,
464
- 'max' => 500,
465
- 'step' => 1,
466
- 'default' => 50,
467
- 'condition' => [
468
- 'slider_on' => 'yes',
469
- 'slcentermode' => 'yes',
470
- ]
471
- ]
472
- );
473
-
474
- $this->add_control(
475
- 'slautolay',
476
- [
477
- 'label' => esc_html__( 'Slider auto play', 'htmega-addons' ),
478
- 'type' => Controls_Manager::SWITCHER,
479
- 'return_value' => 'yes',
480
- 'separator' => 'before',
481
- 'default' => 'no',
482
- 'condition' => [
483
- 'slider_on' => 'yes',
484
- ]
485
- ]
486
- );
487
-
488
- $this->add_control(
489
- 'slautoplay_speed',
490
- [
491
- 'label' => __('Autoplay speed', 'htmega-addons'),
492
- 'type' => Controls_Manager::NUMBER,
493
- 'default' => 3000,
494
- 'condition' => [
495
- 'slider_on' => 'yes',
496
- ]
497
- ]
498
- );
499
-
500
- $this->add_control(
501
- 'slanimation_speed',
502
- [
503
- 'label' => __('Autoplay animation speed', 'htmega-addons'),
504
- 'type' => Controls_Manager::NUMBER,
505
- 'default' => 300,
506
- 'condition' => [
507
- 'slider_on' => 'yes',
508
- ]
509
- ]
510
- );
511
-
512
- $this->add_control(
513
- 'slscroll_columns',
514
- [
515
- 'label' => __('Slider item to scroll', 'htmega-addons'),
516
- 'type' => Controls_Manager::NUMBER,
517
- 'min' => 1,
518
- 'max' => 10,
519
- 'step' => 1,
520
- 'default' => 1,
521
- 'condition' => [
522
- 'slider_on' => 'yes',
523
- ]
524
- ]
525
- );
526
-
527
- $this->add_control(
528
- 'heading_tablet',
529
- [
530
- 'label' => __( 'Tablet', 'htmega-addons' ),
531
- 'type' => Controls_Manager::HEADING,
532
- 'separator' => 'after',
533
- 'condition' => [
534
- 'slider_on' => 'yes',
535
- ]
536
- ]
537
- );
538
-
539
- $this->add_control(
540
- 'sltablet_display_columns',
541
- [
542
- 'label' => __('Slider Items', 'htmega-addons'),
543
- 'type' => Controls_Manager::NUMBER,
544
- 'min' => 1,
545
- 'max' => 8,
546
- 'step' => 1,
547
- 'default' => 1,
548
- 'condition' => [
549
- 'slider_on' => 'yes',
550
- ]
551
- ]
552
- );
553
-
554
- $this->add_control(
555
- 'sltablet_scroll_columns',
556
- [
557
- 'label' => __('Slider item to scroll', 'htmega-addons'),
558
- 'type' => Controls_Manager::NUMBER,
559
- 'min' => 1,
560
- 'max' => 8,
561
- 'step' => 1,
562
- 'default' => 1,
563
- 'condition' => [
564
- 'slider_on' => 'yes',
565
- ]
566
- ]
567
- );
568
-
569
- $this->add_control(
570
- 'sltablet_width',
571
- [
572
- 'label' => __('Tablet Resolution', 'htmega-addons'),
573
- 'description' => __('The resolution to tablet.', 'htmega-addons'),
574
- 'type' => Controls_Manager::NUMBER,
575
- 'default' => 750,
576
- 'condition' => [
577
- 'slider_on' => 'yes',
578
- ]
579
- ]
580
- );
581
-
582
- $this->add_control(
583
- 'heading_mobile',
584
- [
585
- 'label' => __( 'Mobile Phone', 'htmega-addons' ),
586
- 'type' => Controls_Manager::HEADING,
587
- 'separator' => 'after',
588
- 'condition' => [
589
- 'slider_on' => 'yes',
590
- ]
591
- ]
592
- );
593
-
594
- $this->add_control(
595
- 'slmobile_display_columns',
596
- [
597
- 'label' => __('Slider Items', 'htmega-addons'),
598
- 'type' => Controls_Manager::NUMBER,
599
- 'min' => 1,
600
- 'max' => 4,
601
- 'step' => 1,
602
- 'default' => 1,
603
- 'condition' => [
604
- 'slider_on' => 'yes',
605
- ]
606
- ]
607
- );
608
-
609
- $this->add_control(
610
- 'slmobile_scroll_columns',
611
- [
612
- 'label' => __('Slider item to scroll', 'htmega-addons'),
613
- 'type' => Controls_Manager::NUMBER,
614
- 'min' => 1,
615
- 'max' => 4,
616
- 'step' => 1,
617
- 'default' => 1,
618
- 'condition' => [
619
- 'slider_on' => 'yes',
620
- ]
621
- ]
622
- );
623
-
624
- $this->add_control(
625
- 'slmobile_width',
626
- [
627
- 'label' => __('Mobile Resolution', 'htmega-addons'),
628
- 'description' => __('The resolution to mobile.', 'htmega-addons'),
629
- 'type' => Controls_Manager::NUMBER,
630
- 'default' => 480,
631
- 'condition' => [
632
- 'slider_on' => 'yes',
633
- ]
634
- ]
635
- );
636
-
637
- $this->end_controls_section(); // Slider Option end
638
-
639
- // Style tab section
640
- $this->start_controls_section(
641
- 'htmega_instagram_style_section',
642
- [
643
- 'label' => __( 'Style', 'htmega-addons' ),
644
- 'tab' => Controls_Manager::TAB_STYLE,
645
- ]
646
- );
647
-
648
- $this->add_group_control(
649
- Group_Control_Background::get_type(),
650
- [
651
- 'name' => 'instagram_background',
652
- 'label' => __( 'Background', 'htmega-addons' ),
653
- 'types' => [ 'classic', 'gradient' ],
654
- 'selector' => '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list',
655
- ]
656
- );
657
-
658
- $this->add_responsive_control(
659
- 'instagram_margin',
660
- [
661
- 'label' => __( 'Margin', 'htmega-addons' ),
662
- 'type' => Controls_Manager::DIMENSIONS,
663
- 'size_units' => [ 'px', '%', 'em' ],
664
- 'selectors' => [
665
- '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
666
- ],
667
- 'separator' =>'before',
668
- ]
669
- );
670
-
671
- $this->add_responsive_control(
672
- 'instagram_padding',
673
- [
674
- 'label' => __( 'Padding', 'htmega-addons' ),
675
- 'type' => Controls_Manager::DIMENSIONS,
676
- 'size_units' => [ 'px', '%', 'em' ],
677
- 'selectors' => [
678
- '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
679
- ],
680
- ]
681
- );
682
-
683
- $this->end_controls_section(); // Style Section
684
-
685
- // Item Style
686
- $this->start_controls_section(
687
- 'htmega_instagram_item_style_section',
688
- [
689
- 'label' => __( 'Item', 'htmega-addons' ),
690
- 'tab' => Controls_Manager::TAB_STYLE,
691
- ]
692
- );
693
-
694
- $this->add_group_control(
695
- Group_Control_Background::get_type(),
696
- [
697
- 'name' => 'instagram_item_background',
698
- 'label' => __( 'Background', 'htmega-addons' ),
699
- 'types' => [ 'classic', 'gradient' ],
700
- 'selector' => '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list li',
701
- ]
702
- );
703
-
704
- $this->add_responsive_control(
705
- 'instagram_item_margin',
706
- [
707
- 'label' => __( 'Margin', 'htmega-addons' ),
708
- 'type' => Controls_Manager::DIMENSIONS,
709
- 'size_units' => [ 'px', '%', 'em' ],
710
- 'selectors' => [
711
- '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list li' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
712
- ],
713
- 'separator' =>'before',
714
- ]
715
- );
716
-
717
- $this->add_responsive_control(
718
- 'instagram_item_padding',
719
- [
720
- 'label' => __( 'Padding', 'htmega-addons' ),
721
- 'type' => Controls_Manager::DIMENSIONS,
722
- 'size_units' => [ 'px', '%', 'em' ],
723
- 'selectors' => [
724
- '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list li' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
725
- ],
726
- ]
727
- );
728
-
729
- $this->add_group_control(
730
- Group_Control_Border::get_type(),
731
- [
732
- 'name' => 'instagram_item_border',
733
- 'label' => __( 'Border', 'htmega-addons' ),
734
- 'selector' => '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list li',
735
- ]
736
- );
737
-
738
- $this->add_responsive_control(
739
- 'instagram_item_border_radius',
740
- [
741
- 'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
742
- 'type' => Controls_Manager::DIMENSIONS,
743
- 'selectors' => [
744
- '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list li' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
745
- ],
746
- ]
747
- );
748
-
749
- $this->add_control(
750
- 'instagram_item_overlay_color',
751
- [
752
- 'label' => __( 'Overlay Color', 'htmega-addons' ),
753
- 'type' => Controls_Manager::COLOR,
754
- 'default' => 'rgba(0, 0, 0, 0.7)',
755
- 'selectors' => [
756
- '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list li .instagram-clip::before' => 'background-color: {{VALUE}};',
757
- ],
758
- ]
759
- );
760
-
761
- $this->end_controls_section(); // Item Style end
762
-
763
- // Zoom icon Style
764
- $this->start_controls_section(
765
- 'htmega_instagram_icon_style_section',
766
- [
767
- 'label' => __( 'Zoom Icon', 'htmega-addons' ),
768
- 'tab' => Controls_Manager::TAB_STYLE,
769
- 'condition' =>[
770
- 'zoomicon_type'=>'icon',
771
- 'zoom_icon[value]!'=>'',
772
- ]
773
- ]
774
- );
775
-
776
- $this->add_control(
777
- 'icon_size',
778
- [
779
- 'label' => __( 'Font Size', 'htmega-addons' ),
780
- 'type' => Controls_Manager::SLIDER,
781
- 'size_units' => [ 'px', '%' ],
782
- 'range' => [
783
- 'px' => [
784
- 'min' => 0,
785
- 'max' => 100,
786
- 'step' => 1,
787
- ],
788
- '%' => [
789
- 'min' => 0,
790
- 'max' => 100,
791
- ],
792
- ],
793
- 'default' => [
794
- 'unit' => 'px',
795
- 'size' => 43,
796
- ],
797
- 'selectors' => [
798
- '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list .zoom_icon i' => 'font-size: {{SIZE}}{{UNIT}};',
799
- '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list .zoom_icon svg' => 'font-size: {{SIZE}}{{UNIT}};',
800
- ],
801
- ]
802
- );
803
-
804
- $this->add_control(
805
- 'instagram_icon_color',
806
- [
807
- 'label' => __( 'Color', 'htmega-addons' ),
808
- 'type' => Controls_Manager::COLOR,
809
- 'default' => '#ffffff',
810
- 'selectors' => [
811
- '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list .zoom_icon i' => 'color: {{VALUE}};',
812
- '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list .zoom_icon svg' => 'color: {{VALUE}};',
813
- ],
814
- ]
815
- );
816
-
817
- $this->add_group_control(
818
- Group_Control_Background::get_type(),
819
- [
820
- 'name' => 'instagram_icon_background',
821
- 'label' => __( 'Background', 'htmega-addons' ),
822
- 'types' => [ 'classic', 'gradient' ],
823
- 'selector' => '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list .zoom_icon',
824
- ]
825
- );
826
-
827
- $this->add_responsive_control(
828
- 'instagram_icon_padding',
829
- [
830
- 'label' => __( 'Padding', 'htmega-addons' ),
831
- 'type' => Controls_Manager::DIMENSIONS,
832
- 'size_units' => [ 'px', '%', 'em' ],
833
- 'selectors' => [
834
- '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list .zoom_icon' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
835
- ],
836
- ]
837
- );
838
-
839
- $this->add_group_control(
840
- Group_Control_Border::get_type(),
841
- [
842
- 'name' => 'instagram_icon_border',
843
- 'label' => __( 'Border', 'htmega-addons' ),
844
- 'selector' => '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list .zoom_icon',
845
- ]
846
- );
847
-
848
- $this->add_responsive_control(
849
- 'instagram_icon_border_radius',
850
- [
851
- 'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
852
- 'type' => Controls_Manager::DIMENSIONS,
853
- 'selectors' => [
854
- '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list .zoom_icon' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
855
- ],
856
- ]
857
- );
858
-
859
- $this->end_controls_section(); // Zoom icon Style end
860
-
861
- // Zoom icon Style
862
- $this->start_controls_section(
863
- 'htmega_instagram_commentlike_style_section',
864
- [
865
- 'label' => __( 'Comment & Like', 'htmega-addons' ),
866
- 'tab' => Controls_Manager::TAB_STYLE,
867
- ]
868
- );
869
-
870
- $this->add_control(
871
- 'commentlike_size',
872
- [
873
- 'label' => __( 'Font Size', 'htmega-addons' ),
874
- 'type' => Controls_Manager::SLIDER,
875
- 'size_units' => [ 'px', '%' ],
876
- 'range' => [
877
- 'px' => [
878
- 'min' => 0,
879
- 'max' => 100,
880
- 'step' => 1,
881
- ],
882
- '%' => [
883
- 'min' => 0,
884
- 'max' => 100,
885
- ],
886
- ],
887
- 'default' => [
888
- 'unit' => 'px',
889
- 'size' => 16,
890
- ],
891
- 'selectors' => [
892
- '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .instagram-like-comment span' => 'font-size: {{SIZE}}{{UNIT}};',
893
- ],
894
- ]
895
- );
896
-
897
- $this->add_control(
898
- 'instagram_commentlike_color',
899
- [
900
- 'label' => __( 'Color', 'htmega-addons' ),
901
- 'type' => Controls_Manager::COLOR,
902
- 'default' => '#ffffff',
903
- 'selectors' => [
904
- '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .instagram-like-comment span' => 'color: {{VALUE}};',
905
- ],
906
- ]
907
- );
908
-
909
- $this->add_responsive_control(
910
- 'instagram_commentlike_padding',
911
- [
912
- 'label' => __( 'Padding', 'htmega-addons' ),
913
- 'type' => Controls_Manager::DIMENSIONS,
914
- 'size_units' => [ 'px', '%', 'em' ],
915
- 'selectors' => [
916
- '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .instagram-like-comment span' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
917
- ],
918
- ]
919
- );
920
-
921
- $this->add_responsive_control(
922
- 'instagram_commentlike_margin',
923
- [
924
- 'label' => __( 'Margin', 'htmega-addons' ),
925
- 'type' => Controls_Manager::DIMENSIONS,
926
- 'size_units' => [ 'px', '%', 'em' ],
927
- 'selectors' => [
928
- '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .instagram-like-comment span' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
929
- ],
930
- ]
931
- );
932
-
933
- $this->add_group_control(
934
- Group_Control_Border::get_type(),
935
- [
936
- 'name' => 'instagram_commentlike_border',
937
- 'label' => __( 'Border', 'htmega-addons' ),
938
- 'selector' => '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .instagram-like-comment span',
939
- ]
940
- );
941
-
942
- $this->add_responsive_control(
943
- 'instagram_commentlike_border_radius',
944
- [
945
- 'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
946
- 'type' => Controls_Manager::DIMENSIONS,
947
- 'selectors' => [
948
- '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .instagram-like-comment span' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
949
- ],
950
- ]
951
- );
952
-
953
- $this->end_controls_section(); // Zoom icon Style end
954
-
955
- // Style Follow Button style start
956
- $this->start_controls_section(
957
- 'htmega_instagram_follow_btn_style',
958
- [
959
- 'label' => __( 'Follow Button', 'htmega-addons' ),
960
- 'tab' => Controls_Manager::TAB_STYLE,
961
- 'condition' =>[
962
- 'show_flow_button' => 'yes',
963
- ],
964
- ]
965
- );
966
-
967
- $this->add_control(
968
- 'follow_btn_margin',
969
- [
970
- 'label' => __( 'Margin', 'htmega-addons' ),
971
- 'type' => Controls_Manager::DIMENSIONS,
972
- 'size_units' => [ 'px', '%', 'em' ],
973
- 'selectors' => [
974
- '{{WRAPPER}} a.instagram_follow_btn' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
975
- ],
976
- ]
977
- );
978
-
979
- $this->add_control(
980
- 'follow_btn_color',
981
- [
982
- 'label' => __( 'Color', 'htmega-addons' ),
983
- 'type' => Controls_Manager::COLOR,
984
- 'selectors' => [
985
- '{{WRAPPER}} a.instagram_follow_btn' => 'color: {{VALUE}}',
986
- ],
987
- ]
988
- );
989
-
990
- $this->add_control(
991
- 'follow_btn_bg_color',
992
- [
993
- 'label' => __( 'Background Color', 'htmega-addons' ),
994
- 'type' => Controls_Manager::COLOR,
995
- 'selectors' => [
996
- '{{WRAPPER}} a.instagram_follow_btn' => 'background-color: {{VALUE}}',
997
- ],
998
- ]
999
- );
1000
-
1001
- $this->add_control(
1002
- 'follow_btn_icon_bg_color',
1003
- [
1004
- 'label' => __( 'Icon Background Color', 'htmega-addons' ),
1005
- 'type' => Controls_Manager::COLOR,
1006
- 'selectors' => [
1007
- '{{WRAPPER}} a.instagram_follow_btn i' => 'background-color: {{VALUE}}',
1008
- ],
1009
- ]
1010
- );
1011
-
1012
- $this->end_controls_section(); // Follow Button Style end
1013
-
1014
-
1015
-
1016
- // Style instagram arrow style start
1017
- $this->start_controls_section(
1018
- 'htmega_instagram_arrow_style',
1019
- [
1020
- 'label' => __( 'Arrow', 'htmega-addons' ),
1021
- 'tab' => Controls_Manager::TAB_STYLE,
1022
- 'condition' =>[
1023
- 'slider_on' => 'yes',
1024
- 'slarrows' => 'yes',
1025
- ],
1026
- ]
1027
- );
1028
-
1029
- $this->start_controls_tabs( 'instagram_arrow_style_tabs' );
1030
-
1031
- // Normal tab Start
1032
- $this->start_controls_tab(
1033
- 'instagram_arrow_style_normal_tab',
1034
- [
1035
- 'label' => __( 'Normal', 'htmega-addons' ),
1036
- ]
1037
- );
1038
-
1039
- $this->add_control(
1040
- 'htmega_instagram_arrow_color',
1041
- [
1042
- 'label' => __( 'Color', 'htmega-addons' ),
1043
- 'type' => Controls_Manager::COLOR,
1044
- 'default' => '#ffffff',
1045
- 'selectors' => [
1046
- '{{WRAPPER}} .htmega-instragram .slick-arrow' => 'color: {{VALUE}};',
1047
- ],
1048
- ]
1049
- );
1050
-
1051
- $this->add_control(
1052
- 'htmega_instagram_arrow_fontsize',
1053
- [
1054
- 'label' => __( 'Font Size', 'htmega-addons' ),
1055
- 'type' => Controls_Manager::SLIDER,
1056
- 'size_units' => [ 'px', '%' ],
1057
- 'range' => [
1058
- 'px' => [
1059
- 'min' => 0,
1060
- 'max' => 100,
1061
- 'step' => 1,
1062
- ],
1063
- '%' => [
1064
- 'min' => 0,
1065
- 'max' => 100,
1066
- ],
1067
- ],
1068
- 'default' => [
1069
- 'unit' => 'px',
1070
- 'size' => 20,
1071
- ],
1072
- 'selectors' => [
1073
- '{{WRAPPER}} .htmega-instragram .slick-arrow' => 'font-size: {{SIZE}}{{UNIT}};',
1074
- ],
1075
- ]
1076
- );
1077
-
1078
- $this->add_group_control(
1079
- Group_Control_Background::get_type(),
1080
- [
1081
- 'name' => 'instagram_arrow_background',
1082
- 'label' => __( 'Background', 'htmega-addons' ),
1083
- 'types' => [ 'classic', 'gradient' ],
1084
- 'selector' => '{{WRAPPER}} .htmega-instragram .slick-arrow',
1085
- ]
1086
- );
1087
-
1088
- $this->add_group_control(
1089
- Group_Control_Border::get_type(),
1090
- [
1091
- 'name' => 'htmega_instagram_arrow_border',
1092
- 'label' => __( 'Border', 'htmega-addons' ),
1093
- 'selector' => '{{WRAPPER}} .htmega-instragram .slick-arrow',
1094
- ]
1095
- );
1096
-
1097
- $this->add_responsive_control(
1098
- 'htmega_instagram_arrow_border_radius',
1099
- [
1100
- 'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
1101
- 'type' => Controls_Manager::DIMENSIONS,
1102
- 'selectors' => [
1103
- '{{WRAPPER}} .htmega-instragram .slick-arrow' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
1104
- ],
1105
- ]
1106
- );
1107
-
1108
- $this->add_control(
1109
- 'htmega_instagram_arrow_height',
1110
- [
1111
- 'label' => __( 'Height', 'htmega-addons' ),
1112
- 'type' => Controls_Manager::SLIDER,
1113
- 'size_units' => [ 'px', '%' ],
1114
- 'range' => [
1115
- 'px' => [
1116
- 'min' => 0,
1117
- 'max' => 1000,
1118
- 'step' => 1,
1119
- ],
1120
- '%' => [
1121
- 'min' => 0,
1122
- 'max' => 100,
1123
- ],
1124
- ],
1125
- 'default' => [
1126
- 'unit' => 'px',
1127
- 'size' => 30,
1128
- ],
1129
- 'selectors' => [
1130
- '{{WRAPPER}} .htmega-instragram .slick-arrow' => 'height: {{SIZE}}{{UNIT}};',
1131
- ],
1132
- ]
1133
- );
1134
-
1135
- $this->add_control(
1136
- 'htmega_instagram_arrow_width',
1137
- [
1138
- 'label' => __( 'Width', 'htmega-addons' ),
1139
- 'type' => Controls_Manager::SLIDER,
1140
- 'size_units' => [ 'px', '%' ],
1141
- 'range' => [
1142
- 'px' => [
1143
- 'min' => 0,
1144
- 'max' => 1000,
1145
- 'step' => 1,
1146
- ],
1147
- '%' => [
1148
- 'min' => 0,
1149
- 'max' => 100,
1150
- ],
1151
- ],
1152
- 'default' => [
1153
- 'unit' => 'px',
1154
- 'size' => 30,
1155
- ],
1156
- 'selectors' => [
1157
- '{{WRAPPER}} .htmega-instragram .slick-arrow' => 'width: {{SIZE}}{{UNIT}};',
1158
- ],
1159
- ]
1160
- );
1161
-
1162
- $this->add_responsive_control(
1163
- 'htmega_instagram_arrow_padding',
1164
- [
1165
- 'label' => __( 'Padding', 'htmega-addons' ),
1166
- 'type' => Controls_Manager::DIMENSIONS,
1167
- 'size_units' => [ 'px', '%', 'em' ],
1168
- 'selectors' => [
1169
- '{{WRAPPER}} .htmega-instragram .slick-arrow' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
1170
- ],
1171
- 'separator' =>'before',
1172
- ]
1173
- );
1174
-
1175
- $this->end_controls_tab(); // Normal tab end
1176
-
1177
- // Hover tab Start
1178
- $this->start_controls_tab(
1179
- 'instagram_arrow_style_hover_tab',
1180
- [
1181
- 'label' => __( 'Hover', 'htmega-addons' ),
1182
- ]
1183
- );
1184
-
1185
- $this->add_control(
1186
- 'htmega_instagram_arrow_hover_color',
1187
- [
1188
- 'label' => __( 'Color', 'htmega-addons' ),
1189
- 'type' => Controls_Manager::COLOR,
1190
- 'default' => '#ffffff',
1191
- 'selectors' => [
1192
- '{{WRAPPER}} .htmega-instragram .slick-arrow:hover' => 'color: {{VALUE}};',
1193
- ],
1194
- ]
1195
- );
1196
-
1197
- $this->add_group_control(
1198
- Group_Control_Background::get_type(),
1199
- [
1200
- 'name' => 'instagram_arrow_hover_background',
1201
- 'label' => __( 'Background', 'htmega-addons' ),
1202
- 'types' => [ 'classic', 'gradient' ],
1203
- 'selector' => '{{WRAPPER}} .htmega-instragram .slick-arrow:hover',
1204
- ]
1205
- );
1206
-
1207
- $this->add_group_control(
1208
- Group_Control_Border::get_type(),
1209
- [
1210
- 'name' => 'htmega_instagram_arrow_hover_border',
1211
- 'label' => __( 'Border', 'htmega-addons' ),
1212
- 'selector' => '{{WRAPPER}} .htmega-instragram .slick-arrow:hover',
1213
- ]
1214
- );
1215
-
1216
- $this->add_responsive_control(
1217
- 'htmega_instagram_arrow_hover_border_radius',
1218
- [
1219
- 'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
1220
- 'type' => Controls_Manager::DIMENSIONS,
1221
- 'selectors' => [
1222
- '{{WRAPPER}} .htmega-instragram .slick-arrow:hover' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
1223
- ],
1224
- ]
1225
- );
1226
-
1227
- $this->end_controls_tab(); // Hover tab end
1228
-
1229
- $this->end_controls_tabs();
1230
-
1231
- $this->end_controls_section(); // Style instagram arrow style end
1232
-
1233
-
1234
- // Style instagram Dots style start
1235
- $this->start_controls_section(
1236
- 'htmega_instagram_dots_style',
1237
- [
1238
- 'label' => __( 'Pagination', 'htmega-addons' ),
1239
- 'tab' => Controls_Manager::TAB_STYLE,
1240
- 'condition' =>[
1241
- 'slider_on' => 'yes',
1242
- 'sldots' => 'yes',
1243
- ],
1244
- ]
1245
- );
1246
-
1247
- $this->start_controls_tabs( 'instagram_dots_style_tabs' );
1248
-
1249
- // Normal tab Start
1250
- $this->start_controls_tab(
1251
- 'instagram_dots_style_normal_tab',
1252
- [
1253
- 'label' => __( 'Normal', 'htmega-addons' ),
1254
- ]
1255
- );
1256
-
1257
- $this->add_group_control(
1258
- Group_Control_Background::get_type(),
1259
- [
1260
- 'name' => 'instagram_dots_background',
1261
- 'label' => __( 'Background', 'htmega-addons' ),
1262
- 'types' => [ 'classic', 'gradient' ],
1263
- 'selector' => '{{WRAPPER}} .htmega-instragram .slick-dots li',
1264
- ]
1265
- );
1266
-
1267
- $this->add_group_control(
1268
- Group_Control_Border::get_type(),
1269
- [
1270
- 'name' => 'htmega_instagram_dots_border',
1271
- 'label' => __( 'Border', 'htmega-addons' ),
1272
- 'selector' => '{{WRAPPER}} .htmega-instragram .slick-dots li',
1273
- ]
1274
- );
1275
-
1276
- $this->add_responsive_control(
1277
- 'htmega_instagram_dots_border_radius',
1278
- [
1279
- 'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
1280
- 'type' => Controls_Manager::DIMENSIONS,
1281
- 'selectors' => [
1282
- '{{WRAPPER}} .htmega-instragram .slick-dots li' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
1283
- ],
1284
- ]
1285
- );
1286
-
1287
- $this->add_control(
1288
- 'htmega_instagram_dots_height',
1289
- [
1290
- 'label' => __( 'Height', 'htmega-addons' ),
1291
- 'type' => Controls_Manager::SLIDER,
1292
- 'size_units' => [ 'px', '%' ],
1293
- 'range' => [
1294
- 'px' => [
1295
- 'min' => 0,
1296
- 'max' => 1000,
1297
- 'step' => 1,
1298
- ],
1299
- '%' => [
1300
- 'min' => 0,
1301
- 'max' => 100,
1302
- ],
1303
- ],
1304
- 'default' => [
1305
- 'unit' => 'px',
1306
- 'size' => 15,
1307
- ],
1308
- 'selectors' => [
1309
- '{{WRAPPER}} .htmega-instragram .slick-dots li' => 'height: {{SIZE}}{{UNIT}};',
1310
- ],
1311
- ]
1312
- );
1313
-
1314
- $this->add_control(
1315
- 'htmega_instagram_dots_width',
1316
- [
1317
- 'label' => __( 'Width', 'htmega-addons' ),
1318
- 'type' => Controls_Manager::SLIDER,
1319
- 'size_units' => [ 'px', '%' ],
1320
- 'range' => [
1321
- 'px' => [
1322
- 'min' => 0,
1323
- 'max' => 1000,
1324
- 'step' => 1,
1325
- ],
1326
- '%' => [
1327
- 'min' => 0,
1328
- 'max' => 100,
1329
- ],
1330
- ],
1331
- 'default' => [
1332
- 'unit' => 'px',
1333
- 'size' => 15,
1334
- ],
1335
- 'selectors' => [
1336
- '{{WRAPPER}} .htmega-instragram .slick-dots li' => 'width: {{SIZE}}{{UNIT}} !important;',
1337
- ],
1338
- ]
1339
- );
1340
-
1341
- $this->end_controls_tab(); // Normal tab end
1342
-
1343
- // Hover tab Start
1344
- $this->start_controls_tab(
1345
- 'instagram_dots_style_hover_tab',
1346
- [
1347
- 'label' => __( 'Active', 'htmega-addons' ),
1348
- ]
1349
- );
1350
-
1351
- $this->add_group_control(
1352
- Group_Control_Background::get_type(),
1353
- [
1354
- 'name' => 'instagram_dots_hover_background',
1355
- 'label' => __( 'Background', 'htmega-addons' ),
1356
- 'types' => [ 'classic', 'gradient' ],
1357
- 'selector' => '{{WRAPPER}} .htmega-instragram .slick-dots li.slick-active',
1358
- ]
1359
- );
1360
-
1361
- $this->add_group_control(
1362
- Group_Control_Border::get_type(),
1363
- [
1364
- 'name' => 'htmega_instagram_dots_hover_border',
1365
- 'label' => __( 'Border', 'htmega-addons' ),
1366
- 'selector' => '{{WRAPPER}} .htmega-instragram .slick-dots li.slick-active',
1367
- ]
1368
- );
1369
-
1370
- $this->add_responsive_control(
1371
- 'htmega_instagram_dots_hover_border_radius',
1372
- [
1373
- 'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
1374
- 'type' => Controls_Manager::DIMENSIONS,
1375
- 'selectors' => [
1376
- '{{WRAPPER}} .htmega-instragram .slick-dots li.slick-active' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
1377
- ],
1378
- ]
1379
- );
1380
-
1381
- $this->end_controls_tab(); // Hover tab end
1382
-
1383
- $this->end_controls_tabs();
1384
-
1385
- $this->end_controls_section(); // Style instagram dots style end
1386
-
1387
- }
1388
-
1389
- protected function render( $instance = [] ) {
1390
-
1391
- $settings = $this->get_settings_for_display();
1392
- $id = $this->get_id();
1393
-
1394
- $this->add_render_attribute( 'htmega_instragram', 'class', 'htmega-instragram' );
1395
- $this->add_render_attribute( 'htmega_instragram', 'class', 'htmega-instragram-style-'.$settings['instagram_style'] );
1396
- $imagesize = (int)$settings['instagram_image_size'];
1397
-
1398
- $limit = !empty( $settings['limit'] ) ? $settings['limit'] : 8;
1399
- $username = !empty( $settings['username'] ) ? $settings['username'] : 'portfolio.devitems';
1400
- $profile_link = 'https://www.instagram.com/'.$username;
1401
-
1402
-
1403
- if( $settings['slider_on'] == 'yes' ){
1404
-
1405
- $slider_settings = [
1406
- 'arrows' => ('yes' === $settings['slarrows']),
1407
- 'arrow_prev_txt' => HTMega_Icon_manager::render_icon( $settings['slprevicon'], [ 'aria-hidden' => 'true' ] ),
1408
- 'arrow_next_txt' => HTMega_Icon_manager::render_icon( $settings['slnexticon'], [ 'aria-hidden' => 'true' ] ),
1409
- 'dots' => ('yes' === $settings['sldots']),
1410
- 'autoplay' => ('yes' === $settings['slautolay']),
1411
- 'autoplay_speed' => absint($settings['slautoplay_speed']),
1412
- 'animation_speed' => absint($settings['slanimation_speed']),
1413
- 'pause_on_hover' => ('yes' === $settings['slpause_on_hover']),
1414
- 'center_mode' => ( 'yes' === $settings['slcentermode']),
1415
- 'center_padding' => absint($settings['slcenterpadding']),
1416
- ];
1417
-
1418
- $slider_responsive_settings = [
1419
- 'display_columns' => $settings['slitems'],
1420
- 'scroll_columns' => $settings['slscroll_columns'],
1421
- 'tablet_width' => $settings['sltablet_width'],
1422
- 'tablet_display_columns' => $settings['sltablet_display_columns'],
1423
- 'tablet_scroll_columns' => $settings['sltablet_scroll_columns'],
1424
- 'mobile_width' => $settings['slmobile_width'],
1425
- 'mobile_display_columns' => $settings['slmobile_display_columns'],
1426
- 'mobile_scroll_columns' => $settings['slmobile_scroll_columns'],
1427
-
1428
- ];
1429
-
1430
- $slider_settings = array_merge( $slider_settings, $slider_responsive_settings );
1431
- }else{
1432
- $slider_settings = [];
1433
- }
1434
-
1435
- ?>
1436
- <div <?php echo $this->get_render_attribute_string('htmega_instragram'); ?> >
1437
-
1438
- <div id="htmega-instagram-list-<?php echo $id; ?>"></div>
1439
-
1440
- <?php
1441
- if( $settings['show_flow_button'] == 'yes' ):
1442
- $flowtxt = $settings['flow_button_txt'].' '.$username;
1443
- ?>
1444
- <a class="instagram_follow_btn" href="<?php echo esc_url( $profile_link ); ?>" target="_blank">
1445
- <?php echo HTMega_Icon_manager::render_icon( $settings['flow_button_icon'], [ 'aria-hidden' => 'true' ] ); ?>
1446
- <span><?php echo esc_html__( $flowtxt, 'htmega-addons' );?></span>
1447
- </a>
1448
- <?php endif; ?>
1449
-
1450
- </div>
1451
-
1452
- <?php
1453
- $zoo_image = '';
1454
- if( !empty( $settings['zoom_image'] ) && $settings['zoomicon_type'] == 'img' ){
1455
- $zoo_image = Group_Control_Image_Size::get_attachment_image_html( $settings, 'zoom_imagesize', 'zoom_image' );
1456
- }else{
1457
- $zoo_image = sprintf('<span class="zoom_icon">%1$s</span>', HTMega_Icon_manager::render_icon( $settings['zoom_icon'], [ 'aria-hidden' => 'true' ] ) );
1458
- }
1459
- ?>
1460
-
1461
- <script type="text/javascript">
1462
- ;jQuery(document).ready(function($) {
1463
- 'use strict';
1464
-
1465
- var limit = <?php echo $limit; ?>,
1466
- id = '<?php echo $id; ?>',
1467
- username = '<?php echo $username; ?>',
1468
- img_size = <?php echo $imagesize; ?>,
1469
- slider_on = '<?php echo $settings['slider_on']; ?>';
1470
-
1471
- // Meta Option
1472
- var comment = '<?php echo $settings['show_comment']; ?>',
1473
- like = '<?php echo $settings['show_like']; ?>',
1474
- lightbox = '<?php echo $settings['show_light_box']; ?>',
1475
- like_icon = '<?php echo HTMega_Icon_manager::render_icon( $settings['like_icon'], [ 'aria-hidden' => 'true' ] ); ?>',
1476
- comment_icon = '<?php echo HTMega_Icon_manager::render_icon( $settings['comment_icon'], [ 'aria-hidden' => 'true' ] ); ?>',
1477
- zoo_image = '<?php echo $zoo_image; ?>',
1478
- lazy_load = '<?php echo $settings['lazy_load']; ?>';
1479
-
1480
- // Slider Option
1481
- if( slider_on == 'yes' ){
1482
- var slider_opt = <?php echo wp_json_encode( $slider_settings ); ?>;
1483
- var arrows = slider_opt['arrows'],
1484
- arrow_prev_txt = slider_opt['arrow_prev_txt'],
1485
- arrow_next_txt = slider_opt['arrow_next_txt'],
1486
- dots = slider_opt['dots'],
1487
- autoplay = slider_opt['autoplay'],
1488
- autoplay_speed = parseInt(slider_opt['autoplay_speed']) || 3000,
1489
- animation_speed = parseInt(slider_opt['animation_speed']) || 300,
1490
- pause_on_hover = slider_opt['pause_on_hover'],
1491
- center_mode = slider_opt['center_mode'],
1492
- center_padding = slider_opt['center_padding'] ? slider_opt['center_padding'] : '50px',
1493
- display_columns = parseInt(slider_opt['display_columns']) || 1,
1494
- scroll_columns = parseInt(slider_opt['scroll_columns']) || 1,
1495
- tablet_width = parseInt(slider_opt['tablet_width']) || 800,
1496
- tablet_display_columns = parseInt(slider_opt['tablet_display_columns']) || 1,
1497
- tablet_scroll_columns = parseInt(slider_opt['tablet_scroll_columns']) || 1,
1498
- mobile_width = parseInt(slider_opt['mobile_width']) || 480,
1499
- mobile_display_columns = parseInt(slider_opt['mobile_display_columns']) || 1,
1500
- mobile_scroll_columns = parseInt(slider_opt['mobile_scroll_columns']) || 1;
1501
- }
1502
-
1503
- // Manage Image Size
1504
- var image_sizes = {
1505
- "150": 0,
1506
- "240": 1,
1507
- "320": 2,
1508
- "480": 3,
1509
- "640": 4
1510
- };
1511
-
1512
- //image size
1513
- var image_index = typeof image_sizes[img_size] !== "undefined" ? image_sizes[img_size] : image_sizes[640];
1514
-
1515
- // Clear localStorage data
1516
- var clearLocalData = '<?php echo $settings['clear_cache_data']; ?>';
1517
- if( clearLocalData == 'yes' ){
1518
- window.localStorage.clear();
1519
- }
1520
-
1521
- // Display Instagram item
1522
- function htMegaDisplayInstagramFeed( data ){
1523
- var html = "<ul class='htmega-instagram-list'>";
1524
- var imgs = (data.edge_owner_to_timeline_media || data.edge_hashtag_to_media).edges,
1525
- max = ( imgs.length > limit ) ? limit : imgs.length;
1526
-
1527
- for (var i = 0; i < max; i++) {
1528
- var url = "https://www.instagram.com/p/" + imgs[i].node.shortcode,
1529
- image, fullimage, type_resource, caption;
1530
-
1531
- switch (imgs[i].node.__typename) {
1532
- case "GraphSidecar":
1533
- type_resource = "sidecar"
1534
- image = imgs[i].node.thumbnail_resources[image_index].src;
1535
- fullimage = imgs[i].node.thumbnail_src;
1536
- break;
1537
- case "GraphVideo":
1538
- type_resource = "video";
1539
- image = imgs[i].node.thumbnail_src
1540
- fullimage = imgs[i].node.thumbnail_src;
1541
- break;
1542
- default:
1543
- type_resource = "image";
1544
- image = imgs[i].node.thumbnail_resources[image_index].src;
1545
- fullimage = imgs[i].node.thumbnail_src;
1546
- }
1547
-
1548
- if (
1549
- typeof imgs[i].node.edge_media_to_caption.edges[0] !== "undefined" &&
1550
- typeof imgs[i].node.edge_media_to_caption.edges[0].node !== "undefined" &&
1551
- typeof imgs[i].node.edge_media_to_caption.edges[0].node.text !== "undefined" &&
1552
- imgs[i].node.edge_media_to_caption.edges[0].node.text !== null
1553
- ) {
1554
- caption = imgs[i].node.edge_media_to_caption.edges[0].node.text;
1555
- } else if (
1556
- typeof imgs[i].node.accessibility_caption !== "undefined" &&
1557
- imgs[i].node.accessibility_caption !== null
1558
- ) {
1559
- caption = imgs[i].node.accessibility_caption;
1560
- } else {
1561
- caption = (is_tag ? data.name : data.username) + " image " + i;
1562
- }
1563
-
1564
- html += '<li>';
1565
- html += "<a href='" + url + "' rel='noopener' target='_blank'>";
1566
- html += "<img" + (lazy_load == 'yes' ? " loading='lazy'" : '') +" src='" + image + "' alt='" + caption + "' />";
1567
- html += "</a>";
1568
-
1569
- if( comment == 'yes' || like == 'yes' || lightbox == 'yes' ){
1570
-
1571
- html += '<div class="instagram-clip"><div class="htmega-content">';
1572
-
1573
- if( comment == 'yes' || like == 'yes' ){
1574
- html += '<div class="instagram-like-comment">';
1575
- if( like == 'yes' ){
1576
- html += '<span class="like">'+like_icon+imgs[i].node.edge_liked_by.count+'</span>';
1577
- }
1578
- if( comment == 'yes' ){
1579
- html += '<span class="comment">'+comment_icon+imgs[i].node.edge_media_to_comment.count+'</span>';
1580
- }
1581
- html +='</div>';
1582
- }
1583
-
1584
- if( lightbox == 'yes' ){
1585
- html += '<div class="instagram-btn">';
1586
- html += '<a class="image-popup-vertical-fit" href="'+ fullimage +'">'+zoo_image+'</a>';
1587
- html += '</div>';
1588
- }
1589
-
1590
- html += '</div></div>';
1591
- }
1592
-
1593
-
1594
- html += '</li>';
1595
- }
1596
-
1597
- html += '</ul>';
1598
-
1599
- $( "#htmega-instagram-list-"+id ).html( html );
1600
- }
1601
-
1602
- // Instagram Feed
1603
- if( window.localStorage.getItem( "htmega_instragram_local_data_status"+id ) === 'true' ){
1604
- var localdata = window.localStorage.getItem( "htmega_instragram_local_data_"+id );
1605
- htMegaDisplayInstagramFeed( JSON.parse( localdata ) );
1606
- }else{
1607
- $.instagramFeed({
1608
- 'username': username,
1609
- 'callback': function( data ){
1610
- window.localStorage.setItem( "htmega_instragram_local_data_"+id, JSON.stringify( data ) );
1611
- window.localStorage.setItem( "htmega_instragram_local_data_status"+id, 'true' );
1612
- htMegaDisplayInstagramFeed( data );
1613
- }
1614
- });
1615
- }
1616
-
1617
- if( slider_on == 'yes' ){
1618
-
1619
- function htMegaInstagramSlider( selector = 'htmega-instagram-list' ){
1620
- $("#htmega-instagram-list-"+id+" ." + selector ).slick({
1621
- arrows: arrows,
1622
- prevArrow: '<button class="htmega-carosul-prev">'+arrow_prev_txt+'</button>',
1623
- nextArrow: '<button class="htmega-carosul-next">'+arrow_next_txt+'</button>',
1624
- dots: dots,
1625
- infinite: true,
1626
- autoplay: autoplay,
1627
- autoplaySpeed: autoplay_speed,
1628
- speed: animation_speed,
1629
- fade: false,
1630
- pauseOnHover: pause_on_hover,
1631
- slidesToShow: display_columns,
1632
- slidesToScroll: scroll_columns,
1633
- centerMode: center_mode,
1634
- centerPadding: center_padding,
1635
- responsive: [
1636
- {
1637
- breakpoint: tablet_width,
1638
- settings: {
1639
- slidesToShow: tablet_display_columns,
1640
- slidesToScroll: tablet_scroll_columns
1641
- }
1642
- },
1643
- {
1644
- breakpoint: mobile_width,
1645
- settings: {
1646
- slidesToShow: mobile_display_columns,
1647
- slidesToScroll: mobile_scroll_columns
1648
- }
1649
- }
1650
- ]
1651
- })
1652
- }
1653
-
1654
- if( window.localStorage.getItem( "htmega_instragram_local_data_status"+id ) === 'true' ){
1655
- htMegaInstagramSlider();
1656
- }else{
1657
- $("#htmega-instagram-list-"+id).on("DOMNodeInserted", function (e) {
1658
- if ( e.target.className == 'htmega-instagram-list' ) {
1659
- htMegaInstagramSlider();
1660
- }
1661
- });
1662
- }
1663
-
1664
- }
1665
-
1666
- });
1667
- </script>
1668
-
1669
- <?php
1670
- }
1671
-
1672
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
includes/widgets/htmega_instagram.php CHANGED
@@ -49,7 +49,7 @@ class HTMega_Elementor_Widget_Instagram extends Widget_Base {
49
  'instagram_style',
50
  [
51
  'label' => __( 'Style', 'htmega-addons' ),
52
- 'type' => Controls_Manager::SELECT,
53
  'default' => '1',
54
  'options' => [
55
  '1' => __( 'Style One', 'htmega-addons' ),
49
  'instagram_style',
50
  [
51
  'label' => __( 'Style', 'htmega-addons' ),
52
+ 'type' => 'htmega-preset-select',
53
  'default' => '1',
54
  'options' => [
55
  '1' => __( 'Style One', 'htmega-addons' ),
includes/widgets/htmega_instragram_feed.php CHANGED
@@ -87,30 +87,6 @@ class HTMega_Elementor_Widget_Instragram_Feed extends Widget_Base {
87
  ]
88
  );
89
 
90
- $this->add_control(
91
- 'show_feed_button',
92
- [
93
- 'label' => esc_html__( 'Load More Button', 'htmega-addons' ),
94
- 'type' => Controls_Manager::SWITCHER,
95
- 'default' => 'no',
96
- 'label_off' => esc_html__( 'no', 'htmega-addons' ),
97
- 'label_on' => esc_html__( 'yes', 'htmega-addons' ),
98
- ]
99
- );
100
-
101
- $this->add_control(
102
- 'feed_button_text',
103
- [
104
- 'label' => esc_html__( 'Button Text', 'htmega-addons' ),
105
- 'type' => Controls_Manager::TEXT,
106
- 'placeholder' => esc_html__( 'Load More', 'htmega-addons' ),
107
- 'label_block' => true,
108
- 'condition' => [
109
- 'show_feed_button' =>'yes',
110
- ],
111
- ]
112
- );
113
-
114
  $this->add_control(
115
  'show_feed_follow',
116
  [
@@ -176,30 +152,6 @@ class HTMega_Elementor_Widget_Instragram_Feed extends Widget_Base {
176
  ]
177
  );
178
 
179
- $this->add_control(
180
- 'buttoncolor',
181
- [
182
- 'label' => esc_html__( 'Button Color', 'htmega-addons' ),
183
- 'type' => Controls_Manager::COLOR,
184
- 'default' => '',
185
- 'condition' => [
186
- 'show_feed_button' =>'yes',
187
- ],
188
- ]
189
- );
190
-
191
- $this->add_control(
192
- 'buttontextcolor',
193
- [
194
- 'label' => esc_html__( 'Button Text Color', 'htmega-addons' ),
195
- 'type' => Controls_Manager::COLOR,
196
- 'default' => '',
197
- 'condition' => [
198
- 'show_feed_button' => 'yes',
199
- ],
200
- ]
201
- );
202
-
203
  $this->add_control(
204
  'followcolor',
205
  [
@@ -229,25 +181,26 @@ class HTMega_Elementor_Widget_Instragram_Feed extends Widget_Base {
229
 
230
  protected function render( $instance = [] ) {
231
 
 
 
 
 
232
  $settings = $this->get_settings_for_display();
233
 
234
  $instagram_attributes = [
235
  'num' => $settings['feed_limit'],
236
  'cols' => $settings['feed_cols'],
 
237
  'imageres' => $settings['feed_imageres_size'],
238
  'imagepadding' => $settings['imagepadding']['size'],
239
- 'imagepaddingunit' =>'px',
240
- 'showheader' => ($settings['show_feed_header'] =='yes') ? true : false,
241
- 'showbutton' => ($settings['show_feed_button'] =='yes') ? 'true' : 'false',
242
  'showfollow' => ($settings['show_feed_follow'] =='yes') ? 'true' : 'false',
243
  'headercolor' => $settings['headercolor'],
244
- 'buttoncolor' => $settings['buttoncolor'],
245
- 'buttontextcolor' => $settings['buttontextcolor'],
246
- 'buttontext' => $settings['feed_button_text'],
247
  'followcolor' => $settings['followcolor'],
248
  'followtextcolor' => $settings['followtextcolor'],
249
  'followtext' => $settings['follow_text'],
250
- //'feed' => 2,
251
  ];
252
 
253
  $this->add_render_attribute( 'shortcode', $instagram_attributes );
87
  ]
88
  );
89
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
90
  $this->add_control(
91
  'show_feed_follow',
92
  [
152
  ]
153
  );
154
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
155
  $this->add_control(
156
  'followcolor',
157
  [
181
 
182
  protected function render( $instance = [] ) {
183
 
184
+ $sbi_statuses = get_option( 'sbi_statuses', array() );
185
+ $sbi_statuses['support_legacy_shortcode'] = true;
186
+ update_option( 'sbi_statuses', $sbi_statuses );
187
+
188
  $settings = $this->get_settings_for_display();
189
 
190
  $instagram_attributes = [
191
  'num' => $settings['feed_limit'],
192
  'cols' => $settings['feed_cols'],
193
+ 'user' => $settings['htmega_feed_id'],
194
  'imageres' => $settings['feed_imageres_size'],
195
  'imagepadding' => $settings['imagepadding']['size'],
196
+ 'imagepaddingunit' => 'px',
197
+ 'showheader' => ($settings['show_feed_header'] =='yes') ? 'true' : 'false',
198
+ 'showbutton' => 'false',
199
  'showfollow' => ($settings['show_feed_follow'] =='yes') ? 'true' : 'false',
200
  'headercolor' => $settings['headercolor'],
 
 
 
201
  'followcolor' => $settings['followcolor'],
202
  'followtextcolor' => $settings['followtextcolor'],
203
  'followtext' => $settings['follow_text'],
 
204
  ];
205
 
206
  $this->add_render_attribute( 'shortcode', $instagram_attributes );
includes/widgets/htmega_mailchimp_wp.php CHANGED
@@ -48,7 +48,7 @@ class HTMega_Elementor_Widget_Mailchimp_Wp extends Widget_Base {
48
  'htmega_mailchimp_form_style',
49
  [
50
  'label' => __( 'Style', 'htmega-addons' ),
51
- 'type' => Controls_Manager::SELECT,
52
  'default' => '1',
53
  'options' => [
54
  '1' => __( 'Style One', 'htmega-addons' ),
48
  'htmega_mailchimp_form_style',
49
  [
50
  'label' => __( 'Style', 'htmega-addons' ),
51
+ 'type' => 'htmega-preset-select',
52
  'default' => '1',
53
  'options' => [
54
  '1' => __( 'Style One', 'htmega-addons' ),
includes/widgets/htmega_newsticker.php CHANGED
@@ -48,7 +48,7 @@ class HTMega_Elementor_Widget_Newsticker extends Widget_Base {
48
  'news_ticker_style',
49
  [
50
  'label' => __( 'Style', 'htmega-addons' ),
51
- 'type' => Controls_Manager::SELECT,
52
  'default' => '1',
53
  'options' => [
54
  '1' => __( 'Style One', 'htmega-addons' ),
48
  'news_ticker_style',
49
  [
50
  'label' => __( 'Style', 'htmega-addons' ),
51
+ 'type' => 'htmega-preset-select',
52
  'default' => '1',
53
  'options' => [
54
  '1' => __( 'Style One', 'htmega-addons' ),
includes/widgets/htmega_panel_slider.php CHANGED
@@ -50,7 +50,7 @@ class HTMega_Elementor_Widget_Panel_Slider extends Widget_Base {
50
  'panel_slider_style',
51
  [
52
  'label' => __( 'Style', 'htmega-addons' ),
53
- 'type' => Controls_Manager::SELECT,
54
  'default' => '1',
55
  'options' => [
56
  '1' => __( 'Style One', 'htmega-addons' ),
50
  'panel_slider_style',
51
  [
52
  'label' => __( 'Style', 'htmega-addons' ),
53
+ 'type' => 'htmega-preset-select',
54
  'default' => '1',
55
  'options' => [
56
  '1' => __( 'Style One', 'htmega-addons' ),
includes/widgets/htmega_post_carousel.php CHANGED
@@ -49,7 +49,7 @@ class HTMega_Elementor_Widget_Post_Carousel extends Widget_Base {
49
  'post_carousel_style',
50
  [
51
  'label' => __( 'Layout', 'htmega-addons' ),
52
- 'type' => Controls_Manager::SELECT,
53
  'default' => '1',
54
  'options' => [
55
  '1' => __( 'Layout One', 'htmega-addons' ),
49
  'post_carousel_style',
50
  [
51
  'label' => __( 'Layout', 'htmega-addons' ),
52
+ 'type' => 'htmega-preset-select',
53
  'default' => '1',
54
  'options' => [
55
  '1' => __( 'Layout One', 'htmega-addons' ),
includes/widgets/htmega_post_grid_tab.php CHANGED
@@ -48,7 +48,7 @@ class HTMega_Elementor_Widget_Post_Grid_Tab extends Widget_Base {
48
  'post_grid_style',
49
  [
50
  'label' => __( 'Layout', 'htmega-addons' ),
51
- 'type' => Controls_Manager::SELECT,
52
  'default' => '1',
53
  'options' => [
54
  '1' => __( 'Layout One', 'htmega-addons' ),
48
  'post_grid_style',
49
  [
50
  'label' => __( 'Layout', 'htmega-addons' ),
51
+ 'type' => 'htmega-preset-select',
52
  'default' => '1',
53
  'options' => [
54
  '1' => __( 'Layout One', 'htmega-addons' ),
includes/widgets/htmega_post_slider.php CHANGED
@@ -49,7 +49,7 @@ class HTMega_Elementor_Widget_Post_Slider extends Widget_Base {
49
  'post_slider_layout',
50
  [
51
  'label' => __( 'Layout', 'htmega-addons' ),
52
- 'type' => Controls_Manager::SELECT,
53
  'default' => '1',
54
  'options' => [
55
  '1' => __( 'Layout One', 'htmega-addons' ),
49
  'post_slider_layout',
50
  [
51
  'label' => __( 'Layout', 'htmega-addons' ),
52
+ 'type' => 'htmega-preset-select',
53
  'default' => '1',
54
  'options' => [
55
  '1' => __( 'Layout One', 'htmega-addons' ),
includes/widgets/htmega_postgrid.php CHANGED
@@ -41,7 +41,7 @@ class HTMega_Elementor_Widget_PostGrid extends Widget_Base {
41
  'post_grid_style',
42
  [
43
  'label' => __( 'Layout', 'htmega-addons' ),
44
- 'type' => Controls_Manager::SELECT,
45
  'default' => '1',
46
  'options' => [
47
  '1' => __( 'Layout One', 'htmega-addons' ),
41
  'post_grid_style',
42
  [
43
  'label' => __( 'Layout', 'htmega-addons' ),
44
+ 'type' => 'htmega-preset-select',
45
  'default' => '1',
46
  'options' => [
47
  '1' => __( 'Layout One', 'htmega-addons' ),
includes/widgets/htmega_pricing_list_view.php CHANGED
@@ -48,7 +48,7 @@ class HTMega_Elementor_Widget_Pricing_List_View extends Widget_Base {
48
  'datatable_style',
49
  [
50
  'label' => __( 'Layout', 'htmega-addons' ),
51
- 'type' => Controls_Manager::SELECT,
52
  'default' => '1',
53
  'options' => [
54
  '1' => __( 'Layout One', 'htmega-addons' ),
48
  'datatable_style',
49
  [
50
  'label' => __( 'Layout', 'htmega-addons' ),
51
+ 'type' => 'htmega-preset-select',
52
  'default' => '1',
53
  'options' => [
54
  '1' => __( 'Layout One', 'htmega-addons' ),
includes/widgets/htmega_pricing_table.php CHANGED
@@ -55,7 +55,7 @@ class HTMega_Elementor_Widget_Pricing_Table extends Widget_Base
55
  'htmega_pricing_style',
56
  [
57
  'label' => __('Style', 'htmega-addons'),
58
- 'type' => Controls_Manager::SELECT,
59
  'default' => '1',
60
  'options' => [
61
  '1' => __('Style One', 'htmega-addons'),
55
  'htmega_pricing_style',
56
  [
57
  'label' => __('Style', 'htmega-addons'),
58
+ 'type' => 'htmega-preset-select',
59
  'default' => '1',
60
  'options' => [
61
  '1' => __('Style One', 'htmega-addons'),
includes/widgets/htmega_search.php CHANGED
@@ -40,7 +40,7 @@ class HTMega_Elementor_Widget_Search extends Widget_Base {
40
  'search_style',
41
  [
42
  'label' => __( 'Style', 'htmega-addons' ),
43
- 'type' => Controls_Manager::SELECT,
44
  'default' => '1',
45
  'options' => [
46
  '1' => __( 'Style One', 'htmega-addons' ),
40
  'search_style',
41
  [
42
  'label' => __( 'Style', 'htmega-addons' ),
43
+ 'type' => 'htmega-preset-select',
44
  'default' => '1',
45
  'options' => [
46
  '1' => __( 'Style One', 'htmega-addons' ),
includes/widgets/htmega_section_title.php CHANGED
@@ -39,7 +39,7 @@ class HTMega_Elementor_Widget_Section_Title extends Widget_Base {
39
  'titlestyle',
40
  [
41
  'label' => __( 'Title Style', 'htmega-addons' ),
42
- 'type' => Controls_Manager::SELECT,
43
  'default' => 'one',
44
  'options' => [
45
  'one' => __( 'Style One', 'htmega-addons' ),
39
  'titlestyle',
40
  [
41
  'label' => __( 'Title Style', 'htmega-addons' ),
42
+ 'type' => 'htmega-preset-select',
43
  'default' => 'one',
44
  'options' => [
45
  'one' => __( 'Style One', 'htmega-addons' ),
includes/widgets/htmega_service.php CHANGED
@@ -40,7 +40,7 @@ class HTMega_Elementor_Widget_Service extends Widget_Base {
40
  'htmega_service_style',
41
  [
42
  'label' => __( 'Style', 'htmega-addons' ),
43
- 'type' => Controls_Manager::SELECT,
44
  'default' => '1',
45
  'options' => [
46
  '1' => __( 'Style One', 'htmega-addons' ),
40
  'htmega_service_style',
41
  [
42
  'label' => __( 'Style', 'htmega-addons' ),
43
+ 'type' => 'htmega-preset-select',
44
  'default' => '1',
45
  'options' => [
46
  '1' => __( 'Style One', 'htmega-addons' ),
includes/widgets/htmega_singlepost.php CHANGED
@@ -40,7 +40,7 @@ class HTMega_Elementor_Widget_SinglePost extends Widget_Base {
40
  'post_style',
41
  [
42
  'label' => esc_html__( 'Style', 'htmega-addons' ),
43
- 'type' => Controls_Manager::SELECT,
44
  'default' => '1',
45
  'options' => [
46
  '1' => esc_html__( 'Style One', 'htmega-addons' ),
40
  'post_style',
41
  [
42
  'label' => esc_html__( 'Style', 'htmega-addons' ),
43
+ 'type' => 'htmega-preset-select',
44
  'default' => '1',
45
  'options' => [
46
  '1' => esc_html__( 'Style One', 'htmega-addons' ),
includes/widgets/htmega_switcher.php CHANGED
@@ -39,7 +39,7 @@ class HTMega_Elementor_Widget_Switcher extends Widget_Base {
39
  'htmega_switcher_layout_style',
40
  [
41
  'label' => __( 'Style', 'htmega-addons' ),
42
- 'type' => Controls_Manager::SELECT,
43
  'default' => 'layout-1',
44
  'options' => [
45
  'layout-1' => __( 'Layout One', 'htmega-addons' ),
39
  'htmega_switcher_layout_style',
40
  [
41
  'label' => __( 'Style', 'htmega-addons' ),
42
+ 'type' => 'htmega-preset-select',
43
  'default' => 'layout-1',
44
  'options' => [
45
  'layout-1' => __( 'Layout One', 'htmega-addons' ),
includes/widgets/htmega_tabs.php CHANGED
@@ -39,7 +39,7 @@ class HTMega_Elementor_Widget_Tabs extends Widget_Base {
39
  'tab_style',
40
  [
41
  'label' => esc_html__( 'Style', 'htmega-addons' ),
42
- 'type' => Controls_Manager::SELECT,
43
  'default' => '1',
44
  'options' => [
45
  '1' => __( 'Style One', 'htmega-addons' ),
39
  'tab_style',
40
  [
41
  'label' => esc_html__( 'Style', 'htmega-addons' ),
42
+ 'type' => 'htmega-preset-select',
43
  'default' => '1',
44
  'options' => [
45
  '1' => __( 'Style One', 'htmega-addons' ),
includes/widgets/htmega_teammember.php CHANGED
@@ -48,7 +48,7 @@ class HTMega_Elementor_Widget_TeamMember extends Widget_Base {
48
  'htmega_team_style',
49
  [
50
  'label' => __( 'Style', 'htmega-addons' ),
51
- 'type' => Controls_Manager::SELECT,
52
  'default' => '1',
53
  'options' => [
54
  '1' => __( 'Style One', 'htmega-addons' ),
48
  'htmega_team_style',
49
  [
50
  'label' => __( 'Style', 'htmega-addons' ),
51
+ 'type' => 'htmega-preset-select',
52
  'default' => '1',
53
  'options' => [
54
  '1' => __( 'Style One', 'htmega-addons' ),
includes/widgets/htmega_testimonial.php CHANGED
@@ -50,7 +50,7 @@ class HTMega_Elementor_Widget_Testimonial extends Widget_Base {
50
  'htmega_testimonial_style',
51
  [
52
  'label' => __( 'Style', 'htmega-addons' ),
53
- 'type' => Controls_Manager::SELECT,
54
  'default' => '1',
55
  'options' => [
56
  '1' => __( 'Style One', 'htmega-addons' ),
50
  'htmega_testimonial_style',
51
  [
52
  'label' => __( 'Style', 'htmega-addons' ),
53
+ 'type' => 'htmega-preset-select',
54
  'default' => '1',
55
  'options' => [
56
  '1' => __( 'Style One', 'htmega-addons' ),
includes/widgets/htmega_testimonial_grid.php CHANGED
@@ -39,7 +39,7 @@ class HTMega_Elementor_Widget_Testimonial_Grid extends Widget_Base {
39
  'testimonial_style',
40
  [
41
  'label' => __( 'Style', 'htmega-addons' ),
42
- 'type' => Controls_Manager::SELECT,
43
  'default' => '1',
44
  'options' => [
45
  '1' => __( 'Style One', 'htmega-addons' ),
39
  'testimonial_style',
40
  [
41
  'label' => __( 'Style', 'htmega-addons' ),
42
+ 'type' => 'htmega-preset-select',
43
  'default' => '1',
44
  'options' => [
45
  '1' => __( 'Style One', 'htmega-addons' ),
includes/widgets/htmega_twitter_feed.php CHANGED
@@ -53,7 +53,7 @@ class HTMega_Elementor_Widget_Twitter_Feed extends Widget_Base {
53
  'twitter_style',
54
  [
55
  'label' => __( 'Style', 'htmega-addons' ),
56
- 'type' => Controls_Manager::SELECT,
57
  'default' => '1',
58
  'options' => [
59
  '1' => __( 'Style One', 'htmega-addons' ),
53
  'twitter_style',
54
  [
55
  'label' => __( 'Style', 'htmega-addons' ),
56
+ 'type' => 'htmega-preset-select',
57
  'default' => '1',
58
  'options' => [
59
  '1' => __( 'Style One', 'htmega-addons' ),
includes/widgets/htmega_user_login_form.php CHANGED
@@ -48,7 +48,7 @@ class HTMega_Elementor_Widget_User_Login_Form extends Widget_Base {
48
  'htmega_loginform_style',
49
  [
50
  'label' => __( 'Style', 'htmega-addons' ),
51
- 'type' => Controls_Manager::SELECT,
52
  'default' => '1',
53
  'options' => [
54
  '1' => __( 'Style One', 'htmega-addons' ),
48
  'htmega_loginform_style',
49
  [
50
  'label' => __( 'Style', 'htmega-addons' ),
51
+ 'type' => 'htmega-preset-select',
52
  'default' => '1',
53
  'options' => [
54
  '1' => __( 'Style One', 'htmega-addons' ),
includes/widgets/htmega_user_register_form.php CHANGED
@@ -48,7 +48,7 @@ class HTMega_Elementor_Widget_User_Register_Form extends Widget_Base {
48
  'register_form_style',
49
  [
50
  'label' => __( 'Style', 'htmega-addons' ),
51
- 'type' => Controls_Manager::SELECT,
52
  'default' => '1',
53
  'options' => [
54
  '1' => __( 'Style One', 'htmega-addons' ),
48
  'register_form_style',
49
  [
50
  'label' => __( 'Style', 'htmega-addons' ),
51
+ 'type' => 'htmega-preset-select',
52
  'default' => '1',
53
  'options' => [
54
  '1' => __( 'Style One', 'htmega-addons' ),
includes/widgets/htmega_verticle_time_line.php CHANGED
@@ -41,7 +41,7 @@ class HTMega_Elementor_Widget_Verticle_Time_Line extends Widget_Base {
41
  'verticle_timeline_layout',
42
  [
43
  'label' => esc_html__( 'Layout', 'htmega-addons' ),
44
- 'type' => Controls_Manager::SELECT,
45
  'default' => '1',
46
  'label_block' => false,
47
  'options' => [
41
  'verticle_timeline_layout',
42
  [
43
  'label' => esc_html__( 'Layout', 'htmega-addons' ),
44
+ 'type' => 'htmega-preset-select',
45
  'default' => '1',
46
  'label_block' => false,
47
  'options' => [
includes/widgets/htmega_wc_add_to_cart.php CHANGED
@@ -208,7 +208,6 @@ class HTMega_Elementor_Widget_WC_Add_to_Cart extends Widget_Button {
208
  ob_start();
209
 
210
  if($product){
211
-
212
  echo '<div class="product">';
213
  do_action( 'woocommerce_' . $product->get_type() . '_add_to_cart' );
214
  echo '</div>';
208
  ob_start();
209
 
210
  if($product){
 
211
  echo '<div class="product">';
212
  do_action( 'woocommerce_' . $product->get_type() . '_add_to_cart' );
213
  echo '</div>';
includes/widgets/htmega_weather.php CHANGED
@@ -63,7 +63,7 @@ class HTMega_Elementor_Widget_Weather extends Widget_Base {
63
  'layout',
64
  [
65
  'label' => __( 'Style', 'htmega-addons' ),
66
- 'type' => Controls_Manager::SELECT,
67
  'default' => 'layout-1',
68
  'options' => [
69
  'layout-1' => __( 'Style One', 'htmega-addons' ),
63
  'layout',
64
  [
65
  'label' => __( 'Style', 'htmega-addons' ),
66
+ 'type' => 'htmega-preset-select',
67
  'default' => 'layout-1',
68
  'options' => [
69
  'layout-1' => __( 'Style One', 'htmega-addons' ),
includes/widgets/htmega_working_process.php CHANGED
@@ -40,7 +40,7 @@ class HTMega_Elementor_Widget_Working_Process extends Widget_Base {
40
  'process_style',
41
  [
42
  'label' => __( 'Style', 'htmega-addons' ),
43
- 'type' => Controls_Manager::SELECT,
44
  'default' => '1',
45
  'options' => [
46
  '1' => __( 'Style One', 'htmega-addons' ),
40
  'process_style',
41
  [
42
  'label' => __( 'Style', 'htmega-addons' ),
43
+ 'type' => 'htmega-preset-select',
44
  'default' => '1',
45
  'options' => [
46
  '1' => __( 'Style One', 'htmega-addons' ),
languages/htmega-addons.pot CHANGED
@@ -1,12917 +1,12917 @@
1
- #, fuzzy
2
- msgid ""
3
- msgstr ""
4
- "Project-Id-Version: HT Mega - Absolute Addons for Elementor Page Builder\n"
5
- "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2022-04-25 07:29+0000\n"
7
- "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
8
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9
- "Language-Team: \n"
10
- "Language: \n"
11
- "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
12
- "MIME-Version: 1.0\n"
13
- "Content-Type: text/plain; charset=UTF-8\n"
14
- "Content-Transfer-Encoding: 8bit\n"
15
- "X-Generator: Loco https://localise.biz/\n"
16
- "X-Loco-Version: 2.6.1; wp-5.9.3\n"
17
- "X-Domain: htmega-addons"
18
-
19
- #: includes/widgets/htmega_twitter_feed.php:1680
20
- msgid " days ago"
21
- msgstr ""
22
-
23
- #: includes/widgets/htmega_verticle_time_line.php:600
24
- msgid " Dot Border Hover Gradient Color"
25
- msgstr ""
26
-
27
- #: includes/widgets/htmega_twitter_feed.php:1674
28
- msgid " hours ago"
29
- msgstr ""
30
-
31
- #: includes/widgets/htmega_twitter_feed.php:1668
32
- msgid " min ago"
33
- msgstr ""
34
-
35
- #: includes/widgets/htmega_twitter_feed.php:1684
36
- msgid " months ago"
37
- msgstr ""
38
-
39
- #: includes/widgets/htmega_twitter_feed.php:1687
40
- msgid " years ago"
41
- msgstr ""
42
-
43
- #: includes/class.htmega.php:158 includes/class.htmega.php:173
44
- #, php-format
45
- msgid "\"%1$s\" requires \"%2$s\" version %3$s or greater."
46
- msgstr ""
47
-
48
- #: includes/widgets/htmega_brand.php:93 includes/widgets/htmega_brand.php:106
49
- #: includes/widgets/htmega_image_grid.php:172
50
- #: includes/widgets/htmega_image_masonry.php:152
51
- msgid "#"
52
- msgstr ""
53
-
54
- #: includes/widgets/htmega_counter.php:175
55
- msgid "$"
56
- msgstr ""
57
-
58
- #: includes/widgets/htmega_pricing_list_view.php:165
59
- msgid "$42"
60
- msgstr ""
61
-
62
- #: includes/widgets/htmega_pricing_list_view.php:159
63
- msgid "$46"
64
- msgstr ""
65
-
66
- #: includes/widgets/htmega_pricing_list_view.php:153
67
- msgid "$48"
68
- msgstr ""
69
-
70
- #: includes/widgets/htmega_pricing_list_view.php:147
71
- msgid "$52"
72
- msgstr ""
73
-
74
- #: includes/widgets/htmega_pricing_list_view.php:99
75
- msgid "$56"
76
- msgstr ""
77
-
78
- #. %s: Number of installations.
79
- #: includes/recommended-plugins/class.recommended-plugins.php:297
80
- #, php-format
81
- msgid "%s Active Installations"
82
- msgstr ""
83
-
84
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:238
85
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:575
86
- #, php-format
87
- msgid "%s Comments"
88
- msgstr ""
89
-
90
- #: extensions/ht-menu/menu/templates.php:107
91
- #: extensions/ht-menu/menu/templates.php:115
92
- #: extensions/ht-menu/menu/templates.php:129
93
- #: extensions/ht-menu/menu/templates.php:144
94
- #: extensions/ht-menu/menu/templates.php:180
95
- msgid "( Pro )"
96
- msgstr ""
97
-
98
- #: includes/widgets/htmega_tablepress.php:36
99
- msgid "(no name)"
100
- msgstr ""
101
-
102
- #: extensions/ht-menu/menu/templates.php:136
103
- msgid "(Pro)"
104
- msgstr ""
105
-
106
- #: includes/widgets/htmega_counter.php:184
107
- msgid "+"
108
- msgstr ""
109
-
110
- #: includes/widgets/htmega_booked_calender.php:67
111
- msgid "01"
112
- msgstr ""
113
-
114
- #: includes/widgets/htmega_booked_calender.php:68
115
- msgid "02"
116
- msgstr ""
117
-
118
- #: includes/widgets/htmega_booked_calender.php:69
119
- msgid "03"
120
- msgstr ""
121
-
122
- #: includes/widgets/htmega_booked_calender.php:70
123
- msgid "04"
124
- msgstr ""
125
-
126
- #: includes/widgets/htmega_booked_calender.php:71
127
- msgid "05"
128
- msgstr ""
129
-
130
- #: includes/widgets/htmega_booked_calender.php:72
131
- msgid "06"
132
- msgstr ""
133
-
134
- #: includes/widgets/htmega_booked_calender.php:73
135
- msgid "07"
136
- msgstr ""
137
-
138
- #: includes/widgets/htmega_booked_calender.php:74
139
- msgid "08"
140
- msgstr ""
141
-
142
- #: includes/widgets/htmega_booked_calender.php:75
143
- msgid "09"
144
- msgstr ""
145
-
146
- #: includes/widgets/htmega_data_table.php:456
147
- #: includes/widgets/htmega_data_table.php:457
148
- #: includes/widgets/htmega_data_table.php:463
149
- #: includes/widgets/htmega_data_table.php:469
150
- #: includes/widgets/htmega_data_table.php:476
151
- #: includes/widgets/htmega_instagram.php:162
152
- #: includes/widgets/htmega_pricing_list_view.php:1093
153
- #: includes/widgets/htmega_pricing_list_view.php:1094
154
- #: includes/widgets/htmega_pricing_list_view.php:1100
155
- #: includes/widgets/htmega_pricing_list_view.php:1106
156
- #: includes/widgets/htmega_pricing_list_view.php:1113
157
- #: extensions/ht-builder/widgets/bl_post_archive.php:60
158
- msgid "1"
159
- msgstr ""
160
-
161
- #: includes/widgets/htmega_twitter_feed.php:1671
162
- msgid "1 hour ago"
163
- msgstr ""
164
-
165
- #: includes/widgets/htmega_twitter_feed.php:1665
166
- msgid "1 min ago"
167
- msgstr ""
168
-
169
- #: extensions/wc-sales-notification/admin/setting.php:132
170
- msgid "1 minute"
171
- msgstr ""
172
-
173
- #: includes/widgets/htmega_twitter_feed.php:1684
174
- msgid "1 month ago"
175
- msgstr ""
176
-
177
- #: extensions/wc-sales-notification/admin/setting.php:157
178
- msgid "1 week"
179
- msgstr ""
180
-
181
- #: includes/widgets/htmega_twitter_feed.php:1687
182
- msgid "1 year ago"
183
- msgstr ""
184
-
185
- #: includes/widgets/htmega_countdown.php:425
186
- msgid "1. Background Days"
187
- msgstr ""
188
-
189
- #: extensions/wc-sales-notification/admin/setting.php:133
190
- msgid "1.5 minutes"
191
- msgstr ""
192
-
193
- #: includes/widgets/htmega_booked_calender.php:76
194
- msgid "10"
195
- msgstr ""
196
-
197
- #: extensions/wc-sales-notification/admin/setting.php:127
198
- msgid "10 seconds"
199
- msgstr ""
200
-
201
- #: includes/widgets/htmega_booked_calender.php:77
202
- msgid "11"
203
- msgstr ""
204
-
205
- #: includes/widgets/htmega_booked_calender.php:78
206
- msgid "12"
207
- msgstr ""
208
-
209
- #: includes/widgets/htmega_booked_calender.php:79
210
- msgid "13"
211
- msgstr ""
212
-
213
- #: includes/widgets/htmega_booked_calender.php:80
214
- msgid "14"
215
- msgstr ""
216
-
217
- #: includes/widgets/htmega_booked_calender.php:81
218
- msgid "15"
219
- msgstr ""
220
-
221
- #: admin/include/admin-setting.php:1244
222
- msgid "15 Categories / Template set"
223
- msgstr ""
224
-
225
- #: admin/include/admin-setting.php:1245
226
- msgid "15 Templates"
227
- msgstr ""
228
-
229
- #: includes/widgets/htmega_booked_calender.php:82
230
- msgid "16"
231
- msgstr ""
232
-
233
- #: includes/widgets/htmega_booked_calender.php:83
234
- msgid "17"
235
- msgstr ""
236
-
237
- #: includes/widgets/htmega_booked_calender.php:84
238
- msgid "18"
239
- msgstr ""
240
-
241
- #: includes/widgets/htmega_booked_calender.php:85
242
- msgid "19"
243
- msgstr ""
244
-
245
- #: includes/widgets/htmega_instagram.php:163
246
- #: extensions/ht-builder/widgets/bl_post_archive.php:61
247
- msgid "2"
248
- msgstr ""
249
-
250
- #: extensions/wc-sales-notification/admin/setting.php:134
251
- msgid "2 minutes"
252
- msgstr ""
253
-
254
- #: extensions/wc-sales-notification/admin/setting.php:119
255
- msgid "2 seconds"
256
- msgstr ""
257
-
258
- #: includes/widgets/htmega_countdown.php:450
259
- msgid "2. Background Hours"
260
- msgstr ""
261
-
262
- #: includes/widgets/htmega_booked_calender.php:86
263
- msgid "20"
264
- msgstr ""
265
-
266
- #: extensions/wc-sales-notification/admin/setting.php:128
267
- msgid "20 seconds"
268
- msgstr ""
269
-
270
- #: includes/widgets/htmega_booked_calender.php:132
271
- msgid "2018"
272
- msgstr ""
273
-
274
- #: includes/widgets/htmega_booked_calender.php:133
275
- msgid "2019"
276
- msgstr ""
277
-
278
- #: includes/widgets/htmega_booked_calender.php:134
279
- msgid "2020"
280
- msgstr ""
281
-
282
- #: includes/widgets/htmega_booked_calender.php:135
283
- msgid "2021"
284
- msgstr ""
285
-
286
- #: includes/widgets/htmega_booked_calender.php:136
287
- msgid "2022"
288
- msgstr ""
289
-
290
- #: includes/widgets/htmega_booked_calender.php:137
291
- msgid "2023"
292
- msgstr ""
293
-
294
- #: includes/widgets/htmega_booked_calender.php:138
295
- msgid "2024"
296
- msgstr ""
297
-
298
- #: includes/widgets/htmega_booked_calender.php:139
299
- msgid "2025"
300
- msgstr ""
301
-
302
- #: includes/widgets/htmega_booked_calender.php:140
303
- msgid "2026"
304
- msgstr ""
305
-
306
- #: includes/widgets/htmega_booked_calender.php:141
307
- msgid "2027"
308
- msgstr ""
309
-
310
- #: includes/widgets/htmega_booked_calender.php:142
311
- msgid "2028"
312
- msgstr ""
313
-
314
- #: includes/widgets/htmega_booked_calender.php:143
315
- msgid "2029"
316
- msgstr ""
317
-
318
- #: includes/widgets/htmega_booked_calender.php:144
319
- msgid "2030"
320
- msgstr ""
321
-
322
- #: includes/widgets/htmega_booked_calender.php:145
323
- msgid "2031"
324
- msgstr ""
325
-
326
- #: includes/widgets/htmega_booked_calender.php:146
327
- msgid "2032"
328
- msgstr ""
329
-
330
- #: includes/widgets/htmega_booked_calender.php:147
331
- msgid "2033"
332
- msgstr ""
333
-
334
- #: includes/widgets/htmega_booked_calender.php:148
335
- msgid "2034"
336
- msgstr ""
337
-
338
- #: includes/widgets/htmega_booked_calender.php:149
339
- msgid "2035"
340
- msgstr ""
341
-
342
- #: includes/widgets/htmega_booked_calender.php:150
343
- msgid "2036"
344
- msgstr ""
345
-
346
- #: includes/widgets/htmega_booked_calender.php:151
347
- msgid "2037"
348
- msgstr ""
349
-
350
- #: includes/widgets/htmega_booked_calender.php:152
351
- msgid "2038"
352
- msgstr ""
353
-
354
- #: includes/widgets/htmega_booked_calender.php:153
355
- msgid "2039"
356
- msgstr ""
357
-
358
- #: includes/widgets/htmega_booked_calender.php:154
359
- msgid "2040"
360
- msgstr ""
361
-
362
- #: includes/widgets/htmega_booked_calender.php:87
363
- msgid "21"
364
- msgstr ""
365
-
366
- #: includes/widgets/htmega_booked_calender.php:88
367
- msgid "22"
368
- msgstr ""
369
-
370
- #: includes/widgets/htmega_booked_calender.php:89
371
- msgid "23"
372
- msgstr ""
373
-
374
- #: includes/widgets/htmega_googlemap.php:251
375
- msgid "23.8103"
376
- msgstr ""
377
-
378
- #: includes/widgets/htmega_booked_calender.php:90
379
- msgid "24"
380
- msgstr ""
381
-
382
- #: includes/widgets/htmega_booked_calender.php:91
383
- msgid "25"
384
- msgstr ""
385
-
386
- #: includes/widgets/htmega_booked_calender.php:92
387
- msgid "26"
388
- msgstr ""
389
-
390
- #: includes/widgets/htmega_booked_calender.php:93
391
- msgid "27"
392
- msgstr ""
393
-
394
- #: includes/widgets/htmega_booked_calender.php:94
395
- msgid "28"
396
- msgstr ""
397
-
398
- #: includes/widgets/htmega_booked_calender.php:95
399
- msgid "29"
400
- msgstr ""
401
-
402
- #: includes/widgets/htmega_mailchimp_wp.php:68
403
- msgid "294"
404
- msgstr ""
405
-
406
- #: includes/widgets/htmega_instagram.php:164
407
- #: extensions/ht-builder/widgets/bl_post_archive.php:62
408
- msgid "3"
409
- msgstr ""
410
-
411
- #: includes/widgets/htmega_weather.php:84
412
- msgid "3 Days"
413
- msgstr ""
414
-
415
- #: extensions/wc-sales-notification/admin/setting.php:120
416
- msgid "3 seconds"
417
- msgstr ""
418
-
419
- #: includes/widgets/htmega_countdown.php:475
420
- msgid "3. Background Minutes"
421
- msgstr ""
422
-
423
- #: includes/widgets/htmega_booked_calender.php:96
424
- msgid "30"
425
- msgstr ""
426
-
427
- #: extensions/wc-sales-notification/admin/setting.php:129
428
- msgid "30 seconds"
429
- msgstr ""
430
-
431
- #: includes/widgets/htmega_booked_calender.php:97
432
- msgid "31"
433
- msgstr ""
434
-
435
- #: admin/include/admin-setting.php:1269
436
- msgid "325 Blocks / Sections"
437
- msgstr ""
438
-
439
- #: admin/include/admin-setting.php:1270
440
- msgid "35 Categories / Template set"
441
- msgstr ""
442
-
443
- #: admin/include/admin-setting.php:1246
444
- msgid "360 Blocks / Sections"
445
- msgstr ""
446
-
447
- #: admin/include/admin-setting.php:1167
448
- msgid "360 Elementor Blocks"
449
- msgstr ""
450
-
451
- #: admin/include/admin-setting.php:1168
452
- msgid "39 Categories and 491 Page Templates."
453
- msgstr ""
454
-
455
- #: includes/widgets/htmega_instagram.php:165
456
- #: extensions/ht-builder/widgets/bl_post_archive.php:63
457
- msgid "4"
458
- msgstr ""
459
-
460
- #: includes/widgets/htmega_weather.php:85
461
- msgid "4 Days"
462
- msgstr ""
463
-
464
- #: extensions/wc-sales-notification/admin/setting.php:121
465
- #: extensions/wc-sales-notification/admin/setting.php:145
466
- msgid "4 seconds"
467
- msgstr ""
468
-
469
- #: includes/widgets/htmega_countdown.php:500
470
- msgid "4. Background Seconds"
471
- msgstr ""
472
-
473
- #: extensions/wc-sales-notification/admin/setting.php:130
474
- msgid "40 seconds"
475
- msgstr ""
476
-
477
- #: admin/include/admin-setting.php:607
478
- #: includes/widgets/htmega_errorcontent.php:13
479
- #: includes/widgets/htmega_errorcontent.php:43
480
- msgid "404 Content"
481
- msgstr ""
482
-
483
- #: admin/include/admin-setting.php:1248 admin/include/admin-setting.php:1273
484
- msgid "404 Error Page Builder"
485
- msgstr ""
486
-
487
- #: extensions/ht-builder/admin/setting.php:112
488
- msgid "404 Page Template."
489
- msgstr ""
490
-
491
- #: includes/widgets/htmega_instagram.php:166
492
- msgid "5"
493
- msgstr ""
494
-
495
- #: includes/widgets/htmega_weather.php:86
496
- msgid "5 Days"
497
- msgstr ""
498
-
499
- #: extensions/wc-sales-notification/admin/setting.php:122
500
- msgid "5 seconds"
501
- msgstr ""
502
-
503
- #: extensions/wc-sales-notification/admin/setting.php:131
504
- msgid "50 seconds"
505
- msgstr ""
506
-
507
- #: includes/widgets/htmega_special_day_banner.php:107
508
- msgid "50%"
509
- msgstr ""
510
-
511
- #: admin/include/admin-setting.php:1271
512
- msgid "524 Templates"
513
- msgstr ""
514
-
515
- #: includes/widgets/htmega_instagram.php:167
516
- msgid "6"
517
- msgstr ""
518
-
519
- #: includes/widgets/htmega_weather.php:87
520
- msgid "6 Days"
521
- msgstr ""
522
-
523
- #: extensions/wc-sales-notification/admin/setting.php:123
524
- msgid "6 seconds"
525
- msgstr ""
526
-
527
- #: extensions/wc-sales-notification/admin/setting.php:124
528
- msgid "7 seconds"
529
- msgstr ""
530
-
531
- #: extensions/wc-sales-notification/admin/setting.php:125
532
- msgid "8 seconds"
533
- msgstr ""
534
-
535
- #: admin/include/admin-setting.php:1166
536
- msgid "80+ Elementor Elements"
537
- msgstr ""
538
-
539
- #: admin/include/admin-setting.php:1243 admin/include/admin-setting.php:1268
540
- msgid "84 Elements"
541
- msgstr ""
542
-
543
- #: extensions/wc-sales-notification/admin/setting.php:126
544
- msgid "9 seconds"
545
- msgstr ""
546
-
547
- #: includes/widgets/htmega_googlemap.php:252
548
- #: includes/widgets/htmega_googlemap.php:253
549
- msgid "90.4125"
550
- msgstr ""
551
-
552
- #: includes/widgets/htmega_business_hours.php:94
553
- msgid "9:00 AM - 6:00 PM"
554
- msgstr ""
555
-
556
- #: includes/widgets/htmega_business_hours.php:164
557
- #: includes/widgets/htmega_business_hours.php:175
558
- #: includes/widgets/htmega_business_hours.php:180
559
- #: includes/widgets/htmega_business_hours.php:185
560
- #: includes/widgets/htmega_business_hours.php:190
561
- msgid "9:00 AM to 6:00 PM"
562
- msgstr ""
563
-
564
- #: includes/widgets/htmega_business_hours.php:195
565
- msgid "9:00 AM to 6:30 PM"
566
- msgstr ""
567
-
568
- #: includes/widgets/htmega_inlinemenu.php:89
569
- #: extensions/ht-builder/widgets/bl_nav_menu.php:83
570
- #, php-format
571
- msgid ""
572
- "<strong>There are no menus in your site.</strong><br>Go to the <a "
573
- "href=\"%s\" target=\"_blank\">Menus Option</a> to create one."
574
- msgstr ""
575
-
576
- #: includes/widgets/htmega_notify.php:80
577
- msgid "<strong>Welcome,</strong>to Notification."
578
- msgstr ""
579
-
580
- #: includes/widgets/htmega_twitter_feed.php:102
581
- msgid "Access Token"
582
- msgstr ""
583
-
584
- #: includes/widgets/htmega_twitter_feed.php:112
585
- msgid "Access Token Secret"
586
- msgstr ""
587
-
588
- #: includes/widgets_control.php:88 admin/include/admin-setting.php:118
589
- #: admin/include/admin-setting.php:119 includes/widgets/htmega_accordion.php:44
590
- msgid "Accordion"
591
- msgstr ""
592
-
593
- #: includes/widgets/htmega_accordion.php:13
594
- msgid "Accordion / FAQ"
595
- msgstr ""
596
-
597
- #: includes/widgets/htmega_accordion.php:88
598
- #: includes/widgets/htmega_accordion.php:99
599
- #: includes/widgets/htmega_accordion.php:217
600
- #: includes/widgets/htmega_accordion.php:219
601
- #: includes/widgets/htmega_accordion.php:228
602
- #: includes/widgets/htmega_accordion.php:1190
603
- msgid "Accordion Content"
604
- msgstr ""
605
-
606
- #: includes/widgets/htmega_accordion.php:374
607
- msgid "Accordion Height"
608
- msgstr ""
609
-
610
- #: includes/widgets/htmega_accordion.php:957
611
- msgid "Accordion Icon"
612
- msgstr ""
613
-
614
- #: includes/widgets/htmega_accordion.php:412
615
- msgid "Accordion Item"
616
- msgstr ""
617
-
618
- #: includes/widgets/htmega_accordion.php:734
619
- msgid "Accordion Item Box"
620
- msgstr ""
621
-
622
- #: includes/widgets/htmega_accordion.php:422
623
- msgid "Accordion Item Spacing"
624
- msgstr ""
625
-
626
- #: includes/widgets/htmega_accordion.php:112
627
- #: includes/widgets/htmega_accordion.php:162
628
- #: includes/widgets/htmega_accordion.php:241
629
- msgid "Accordion Items"
630
- msgstr ""
631
-
632
- #: includes/widgets/htmega_accordion.php:170
633
- #: includes/widgets/htmega_accordion.php:445
634
- #: includes/widgets/htmega_accordion.php:804
635
- msgid "Accordion Title"
636
- msgstr ""
637
-
638
- #: includes/widgets/htmega_accordion.php:636
639
- msgid "Accordion Title Collapsed"
640
- msgstr ""
641
-
642
- #: includes/widgets/htmega_accordion.php:120
643
- #: includes/widgets/htmega_accordion.php:249
644
- msgid "Accordion Title One"
645
- msgstr ""
646
-
647
- #: includes/widgets/htmega_accordion.php:125
648
- #: includes/widgets/htmega_accordion.php:129
649
- msgid "Accordion Title Two"
650
- msgstr ""
651
-
652
- #: admin/include/template-library.php:261
653
- #: admin/include/template-library.php:313
654
- #: includes/recommended-plugins/class.recommended-plugins.php:242
655
- msgid "Activate"
656
- msgstr ""
657
-
658
- #: admin/include/template-library.php:272
659
- #: admin/include/template-library.php:324
660
- #: includes/recommended-plugins/class.recommended-plugins.php:126
661
- #: includes/recommended-plugins/class.recommended-plugins.php:253
662
- msgid "Activated"
663
- msgstr ""
664
-
665
- #: includes/class.assests.php:381
666
- #: includes/recommended-plugins/class.recommended-plugins.php:125
667
- msgid "Activating.."
668
- msgstr ""
669
-
670
- #: includes/class.assests.php:382 includes/widgets/htmega_accordion.php:570
671
- #: includes/widgets/htmega_accordion.php:1121
672
- #: includes/widgets/htmega_buddy_press.php:68
673
- #: includes/widgets/htmega_carousel.php:988
674
- #: includes/widgets/htmega_carousel.php:1188
675
- #: includes/widgets/htmega_carousel.php:1386
676
- #: includes/widgets/htmega_inlinemenu.php:407
677
- #: includes/widgets/htmega_instagram.php:1239
678
- #: includes/widgets/htmega_panel_slider.php:1152
679
- #: includes/widgets/htmega_popover.php:204
680
- #: includes/widgets/htmega_post_slider.php:1860
681
- #: includes/widgets/htmega_post_slider.php:2009
682
- #: includes/widgets/htmega_scroll_navigation.php:404
683
- #: includes/widgets/htmega_slider_thumb_gallery.php:1168
684
- #: includes/widgets/htmega_slider_thumb_gallery.php:1285
685
- #: includes/widgets/htmega_switcher.php:468
686
- #: includes/widgets/htmega_tabs.php:616 includes/widgets/htmega_tabs.php:795
687
- #: includes/widgets/htmega_twitter_feed.php:1435
688
- #: extensions/ht-builder/widgets/bl_nav_menu.php:280
689
- msgid "Active"
690
- msgstr ""
691
-
692
- #: includes/widgets/htmega_easy_digital_download.php:719
693
- msgid "Active Color"
694
- msgstr ""
695
-
696
- #: includes/widgets/htmega_booked_calender.php:449
697
- msgid "Active Date Background Color"
698
- msgstr ""
699
-
700
- #: includes/widgets/htmega_tabs.php:193
701
- msgid "Active Icon Color"
702
- msgstr ""
703
-
704
- #: includes/widgets/htmega_accordion.php:938
705
- msgid "Active Title Line Height"
706
- msgstr ""
707
-
708
- #: includes/widgets/htmega_accordion.php:923
709
- msgid "Active Title Space"
710
- msgstr ""
711
-
712
- #: includes/widgets_control.php:98 includes/widgets/htmega_add_banner.php:13
713
- msgid "Add Banner"
714
- msgstr ""
715
-
716
- #: includes/widgets/htmega_panel_slider.php:179
717
- #: includes/widgets/htmega_testimonial_grid.php:147
718
- msgid "Add Column gap Ex. 15px"
719
- msgstr ""
720
-
721
- #: includes/widgets/htmega_buddy_press.php:282
722
- msgid "Add Column Width Ex. 25%"
723
- msgstr ""
724
-
725
- #: includes/widgets/htmega_gallery_justify.php:50
726
- msgid "Add Images"
727
- msgstr ""
728
-
729
- #: includes/widgets/htmega_wc_add_to_cart.php:116
730
- #: includes/widgets/htmega_wc_add_to_cart.php:117
731
- msgid "Add to Cart"
732
- msgstr ""
733
-
734
- #: includes/widgets/htmega_section_title.php:60
735
- msgid "Add Your Heading Text Here"
736
- msgstr ""
737
-
738
- #: includes/widgets/htmega_singlepost.php:87
739
- msgid "Additional Option"
740
- msgstr ""
741
-
742
- #: includes/widgets/htmega_accordion.php:347
743
- #: extensions/ht-builder/widgets/bl_post_archive.php:90
744
- msgid "Additional Options"
745
- msgstr ""
746
-
747
- #: includes/widgets/htmega_image_comparison.php:147
748
- msgid "Additional Setting"
749
- msgstr ""
750
-
751
- #: extensions/ht-builder/widgets/bl_post_author_info.php:99
752
- msgid "Admin Posts"
753
- msgstr ""
754
-
755
- #: admin/include/admin-setting.php:135
756
- msgid "Ads Banner"
757
- msgstr ""
758
-
759
- #: admin/include/admin-setting.php:91
760
- msgid "Advance Addons"
761
- msgstr ""
762
-
763
- #: includes/widgets/htmega_section_title.php:80
764
- msgid "Advance Title"
765
- msgstr ""
766
-
767
- #: includes/widgets/htmega_section_title.php:281
768
- msgid "Advance Title Setting"
769
- msgstr ""
770
-
771
- #: includes/widgets/htmega_section_title.php:931
772
- msgid "Advance Title style"
773
- msgstr ""
774
-
775
- #: includes/widgets/htmega_blockquote.php:405
776
- #: includes/widgets/htmega_image_comparison.php:165
777
- msgid "After"
778
- msgstr ""
779
-
780
- #: includes/widgets/htmega_counter.php:776
781
- msgid "After Border Color"
782
- msgstr ""
783
-
784
- #: includes/widgets/htmega_counter.php:701
785
- msgid "After Border Height"
786
- msgstr ""
787
-
788
- #: includes/widgets/htmega_counter.php:731
789
- msgid "After Border Position"
790
- msgstr ""
791
-
792
- #: includes/widgets/htmega_counter.php:671
793
- msgid "After Border Width"
794
- msgstr ""
795
-
796
- #: includes/widgets/htmega_image_comparison.php:70
797
- msgid "After Image"
798
- msgstr ""
799
-
800
- #: includes/widgets/htmega_pricing_list_view.php:106
801
- msgid "After Price Label"
802
- msgstr ""
803
-
804
- #: includes/widgets/htmega_pricing_list_view.php:1700
805
- msgid "After Price Style"
806
- msgstr ""
807
-
808
- #: includes/widgets/htmega_animated_heading.php:282
809
- msgid "After Text Style"
810
- msgstr ""
811
-
812
- #: includes/widgets/htmega_image_comparison.php:163
813
- #: includes/widgets/htmega_image_comparison.php:309
814
- msgid "After Title"
815
- msgstr ""
816
-
817
- #: includes/widgets/htmega_user_login_form.php:301
818
- msgid "After/Bottom Login Button"
819
- msgstr ""
820
-
821
- #: includes/widgets/htmega_imagemarker.php:450
822
- msgid "Aleart Note"
823
- msgstr ""
824
-
825
- #: includes/widgets/htmega_accordion.php:466
826
- #: includes/widgets/htmega_accordion.php:657
827
- #: includes/widgets/htmega_accordion.php:815
828
- #: includes/widgets/htmega_accordion.php:996
829
- #: includes/widgets/htmega_accordion.php:1201
830
- #: includes/widgets/htmega_accordion.php:1319
831
- #: includes/widgets/htmega_add_banner.php:364
832
- #: includes/widgets/htmega_blockquote.php:179
833
- #: includes/widgets/htmega_buddy_press.php:250
834
- #: includes/widgets/htmega_business_hours.php:387
835
- #: includes/widgets/htmega_button.php:150
836
- #: includes/widgets/htmega_caldera_form.php:68
837
- #: includes/widgets/htmega_caldera_form.php:343
838
- #: includes/widgets/htmega_call_to_action.php:326
839
- #: includes/widgets/htmega_carousel.php:833
840
- #: includes/widgets/htmega_contact_form_seven.php:113
841
- #: includes/widgets/htmega_counter.php:66
842
- #: includes/widgets/htmega_counter.php:284
843
- #: includes/widgets/htmega_counter.php:317
844
- #: includes/widgets/htmega_counter.php:423
845
- #: includes/widgets/htmega_counter.php:549
846
- #: includes/widgets/htmega_data_table.php:635
847
- #: includes/widgets/htmega_data_table.php:754
848
- #: includes/widgets/htmega_double_button.php:321
849
- #: includes/widgets/htmega_dropcaps.php:80
850
- #: includes/widgets/htmega_easy_digital_download.php:314
851
- #: includes/widgets/htmega_easy_digital_download.php:682
852
- #: includes/widgets/htmega_errorcontent.php:245
853
- #: includes/widgets/htmega_gravity_forms.php:145
854
- #: includes/widgets/htmega_gravity_forms.php:201
855
- #: includes/widgets/htmega_gravity_forms.php:235
856
- #: includes/widgets/htmega_gravity_forms.php:540
857
- #: includes/widgets/htmega_gravity_forms.php:771
858
- #: includes/widgets/htmega_imagemarker.php:706
859
- #: includes/widgets/htmega_image_grid.php:279
860
- #: includes/widgets/htmega_image_grid.php:376
861
- #: includes/widgets/htmega_image_masonry.php:254
862
- #: includes/widgets/htmega_image_masonry.php:351
863
- #: includes/widgets/htmega_inlinemenu.php:117
864
- #: includes/widgets/htmega_instagram.php:1480
865
- #: includes/widgets/htmega_lightbox.php:192
866
- #: includes/widgets/htmega_lightbox.php:305
867
- #: includes/widgets/htmega_mailchimp_wp.php:125
868
- #: includes/widgets/htmega_modal.php:346 includes/widgets/htmega_modal.php:1001
869
- #: includes/widgets/htmega_newsticker.php:450
870
- #: includes/widgets/htmega_ninja_form.php:184
871
- #: includes/widgets/htmega_ninja_form.php:286
872
- #: includes/widgets/htmega_ninja_form.php:320
873
- #: includes/widgets/htmega_ninja_form.php:607
874
- #: includes/widgets/htmega_ninja_form.php:818
875
- #: includes/widgets/htmega_ninja_form.php:1030
876
- #: includes/widgets/htmega_notify.php:278
877
- #: includes/widgets/htmega_notify.php:558
878
- #: includes/widgets/htmega_notify.php:824
879
- #: includes/widgets/htmega_offcanvas.php:279
880
- #: includes/widgets/htmega_offcanvas.php:371
881
- #: includes/widgets/htmega_panel_slider.php:559
882
- #: includes/widgets/htmega_popover.php:261
883
- #: includes/widgets/htmega_popover.php:657
884
- #: includes/widgets/htmega_popover.php:761
885
- #: includes/widgets/htmega_postgrid.php:289
886
- #: includes/widgets/htmega_postgrid.php:513
887
- #: includes/widgets/htmega_postgrid.php:626
888
- #: includes/widgets/htmega_post_grid_tab.php:397
889
- #: includes/widgets/htmega_post_grid_tab.php:491
890
- #: includes/widgets/htmega_post_grid_tab.php:578
891
- #: includes/widgets/htmega_post_grid_tab.php:801
892
- #: includes/widgets/htmega_post_slider.php:832
893
- #: includes/widgets/htmega_post_slider.php:926
894
- #: includes/widgets/htmega_post_slider.php:1013
895
- #: includes/widgets/htmega_post_slider.php:1229
896
- #: includes/widgets/htmega_pricing_list_view.php:469
897
- #: includes/widgets/htmega_pricing_list_view.php:1124
898
- #: includes/widgets/htmega_quforms.php:86
899
- #: includes/widgets/htmega_quforms.php:206
900
- #: includes/widgets/htmega_quforms.php:327
901
- #: includes/widgets/htmega_quforms.php:547
902
- #: includes/widgets/htmega_quforms.php:765
903
- #: includes/widgets/htmega_search.php:152
904
- #: includes/widgets/htmega_section_title.php:411
905
- #: includes/widgets/htmega_service.php:237
906
- #: includes/widgets/htmega_service.php:421
907
- #: includes/widgets/htmega_service.php:526
908
- #: includes/widgets/htmega_service.php:715
909
- #: includes/widgets/htmega_service.php:977
910
- #: includes/widgets/htmega_singlepost.php:217
911
- #: includes/widgets/htmega_singlepost.php:313
912
- #: includes/widgets/htmega_singlepost.php:420
913
- #: includes/widgets/htmega_socialshere.php:370
914
- #: includes/widgets/htmega_special_day_banner.php:261
915
- #: includes/widgets/htmega_tablepress.php:209
916
- #: includes/widgets/htmega_tablepress.php:366
917
- #: includes/widgets/htmega_tabs.php:509
918
- #: includes/widgets/htmega_teammember.php:612
919
- #: includes/widgets/htmega_teammember.php:741
920
- #: includes/widgets/htmega_teammember.php:831
921
- #: includes/widgets/htmega_teammember.php:922
922
- #: includes/widgets/htmega_teammember.php:989
923
- #: includes/widgets/htmega_testimonial_grid.php:549
924
- #: includes/widgets/htmega_toggle.php:192
925
- #: includes/widgets/htmega_tooltip.php:237
926
- #: includes/widgets/htmega_user_login_form.php:145
927
- #: includes/widgets/htmega_user_login_form.php:367
928
- #: includes/widgets/htmega_user_login_form.php:567
929
- #: includes/widgets/htmega_videoplayer.php:292
930
- #: includes/widgets/htmega_wc_categories.php:375
931
- #: includes/widgets/htmega_wpforms.php:176
932
- #: includes/widgets/htmega_wpforms.php:278
933
- #: includes/widgets/htmega_wpforms.php:313
934
- #: includes/widgets/htmega_wpforms.php:610
935
- #: includes/widgets/htmega_wpforms.php:829
936
- #: includes/widgets/htmega_wpforms.php:1057
937
- #: extensions/ht-builder/widgets/bl_nav_menu.php:111
938
- #: extensions/ht-builder/widgets/bl_page_title.php:133
939
- #: extensions/ht-builder/widgets/bl_post_archive.php:298
940
- #: extensions/ht-builder/widgets/bl_post_archive.php:379
941
- #: extensions/ht-builder/widgets/bl_post_archive.php:486
942
- #: extensions/ht-builder/widgets/bl_post_archive.php:592
943
- #: extensions/ht-builder/widgets/bl_post_archive.php:672
944
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:135
945
- #: extensions/ht-builder/widgets/bl_post_content.php:68
946
- #: extensions/ht-builder/widgets/bl_post_excerpt.php:68
947
- #: extensions/ht-builder/widgets/bl_post_featured_image.php:67
948
- #: extensions/ht-builder/widgets/bl_post_title.php:101
949
- #: extensions/ht-builder/widgets/bl_site_logo.php:155
950
- #: extensions/ht-builder/widgets/bl_site_title.php:135
951
- #: extensions/ht-menu/widgets/inline-mega-menu.php:162
952
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:163
953
- msgid "Alignment"
954
- msgstr ""
955
-
956
- #: admin/include/templates_list.php:52
957
- msgid "ALL"
958
- msgstr ""
959
-
960
- #: admin/include/templates_list.php:41
961
- msgid "All Builders"
962
- msgstr ""
963
-
964
- #: includes/widgets/htmega_service.php:305
965
- #: includes/widgets/htmega_testimonial_grid.php:359
966
- #: includes/widgets/htmega_working_process.php:599
967
- msgid "All Content Color"
968
- msgstr ""
969
-
970
- #: extensions/ht-menu/classes/class.mega-menu.php:246
971
- #: extensions/ht-menu/menu/templates.php:194
972
- msgid "All Data Saved"
973
- msgstr ""
974
-
975
- #: includes/class.assests.php:371
976
- msgid "All Items have been Loaded"
977
- msgstr ""
978
-
979
- #: includes/widgets/htmega_accordion.php:121
980
- #: includes/widgets/htmega_accordion.php:126
981
- #: includes/widgets/htmega_accordion.php:130
982
- #: includes/widgets/htmega_accordion.php:250
983
- msgid ""
984
- "Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry "
985
- "richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard "
986
- "dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon "
987
- "tempor, sunt aliqua put a bird on it squid single-origin coffee nulla "
988
- "assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore "
989
- "wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher "
990
- "vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic "
991
- "synth nesciunt you probably have not heard of them accusamus labore "
992
- "sustainable VHS."
993
- msgstr ""
994
-
995
- #: admin/include/admin-setting.php:127
996
- msgid "Animate Heading"
997
- msgstr ""
998
-
999
- #: includes/widgets/htmega_teammember.php:119
1000
- msgid "Animate Top on Mobile Layout"
1001
- msgstr ""
1002
-
1003
- #: includes/widgets_control.php:93
1004
- #: includes/widgets/htmega_animated_heading.php:13
1005
- #: includes/widgets/htmega_animated_heading.php:42
1006
- msgid "Animated Heading"
1007
- msgstr ""
1008
-
1009
- #: includes/widgets/htmega_animated_heading.php:102
1010
- msgid "Animated Heading Text"
1011
- msgstr ""
1012
-
1013
- #: includes/widgets/htmega_animated_heading.php:369
1014
- msgid "Animated Text Style"
1015
- msgstr ""
1016
-
1017
- #: includes/widgets/htmega_newsticker.php:113
1018
- msgid "Animatied duration"
1019
- msgstr ""
1020
-
1021
- #: includes/widgets/htmega_videoplayer.php:429
1022
- msgid "Animation Border Color"
1023
- msgstr ""
1024
-
1025
- #: extensions/wc-sales-notification/admin/setting.php:164
1026
- msgid "Animation In"
1027
- msgstr ""
1028
-
1029
- #: extensions/wc-sales-notification/admin/setting.php:176
1030
- msgid "Animation Out"
1031
- msgstr ""
1032
-
1033
- #: includes/widgets/htmega_newsticker.php:104
1034
- msgid "Animation Speed"
1035
- msgstr ""
1036
-
1037
- #: includes/widgets/htmega_carousel.php:429
1038
- msgid "Animation Style"
1039
- msgstr ""
1040
-
1041
- #: includes/widgets/htmega_animated_heading.php:67
1042
- msgid "Animation Type"
1043
- msgstr ""
1044
-
1045
- #: includes/widgets/htmega_googlemap.php:163
1046
- msgid "Another Place"
1047
- msgstr ""
1048
-
1049
- #: includes/widgets/htmega_booked_calender.php:563
1050
- msgid "Appointment Button"
1051
- msgstr ""
1052
-
1053
- #: includes/widgets/htmega_booked_calender.php:414
1054
- msgid "Appointments"
1055
- msgstr ""
1056
-
1057
- #: includes/widgets/htmega_booked_calender.php:112
1058
- msgid "April"
1059
- msgstr ""
1060
-
1061
- #: admin/include/admin-setting.php:778 admin/include/admin-setting.php:779
1062
- msgid "Archive Posts"
1063
- msgstr ""
1064
-
1065
- #: admin/include/admin-setting.php:787 admin/include/admin-setting.php:788
1066
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:39
1067
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:60
1068
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:170
1069
- msgid "Archive Title"
1070
- msgstr ""
1071
-
1072
- #: includes/widgets/htmega_buddy_press.php:175
1073
- #: includes/widgets/htmega_popover.php:508
1074
- msgid "Area"
1075
- msgstr ""
1076
-
1077
- #: includes/widgets/htmega_imagemarker.php:100
1078
- msgid "Area padding"
1079
- msgstr ""
1080
-
1081
- #: includes/widgets/htmega_carousel.php:535
1082
- #: includes/widgets/htmega_instagram.php:912
1083
- #: includes/widgets/htmega_panel_slider.php:740
1084
- #: includes/widgets/htmega_popover.php:795
1085
- #: includes/widgets/htmega_post_slider.php:1410
1086
- #: includes/widgets/htmega_slider_thumb_gallery.php:802
1087
- #: includes/widgets/htmega_tooltip.php:548
1088
- #: includes/widgets/htmega_twitter_feed.php:1053
1089
- msgid "Arrow"
1090
- msgstr ""
1091
-
1092
- #: includes/widgets/htmega_popover.php:821
1093
- msgid "Arrow Background Color"
1094
- msgstr ""
1095
-
1096
- #: includes/widgets/htmega_popover.php:802
1097
- msgid "Arrow Border Color"
1098
- msgstr ""
1099
-
1100
- #: includes/widgets/htmega_working_process.php:270
1101
- msgid "Arrow Border Height"
1102
- msgstr ""
1103
-
1104
- #: includes/widgets/htmega_testimonial_grid.php:655
1105
- #: includes/widgets/htmega_tooltip.php:554
1106
- #: includes/widgets/htmega_verticle_time_line.php:414
1107
- #: includes/widgets/htmega_verticle_time_line.php:455
1108
- msgid "Arrow Color"
1109
- msgstr ""
1110
-
1111
- #: includes/widgets/htmega_working_process.php:320
1112
- msgid "Arrow Hover Color"
1113
- msgstr ""
1114
-
1115
- #: includes/widgets/htmega_working_process.php:291
1116
- msgid "Arrow Left Color"
1117
- msgstr ""
1118
-
1119
- #: includes/widgets/htmega_working_process.php:306
1120
- msgid "Arrow Right Color"
1121
- msgstr ""
1122
-
1123
- #: includes/widgets/htmega_easy_digital_download.php:213
1124
- msgid "ASC"
1125
- msgstr ""
1126
-
1127
- #: includes/widgets/htmega_job_manager.php:83
1128
- #: includes/widgets/htmega_newsticker.php:272
1129
- #: includes/widgets/htmega_postgrid.php:132
1130
- #: includes/widgets/htmega_post_grid_tab.php:139
1131
- #: includes/widgets/htmega_post_slider.php:143
1132
- #: includes/widgets/htmega_wc_categories.php:144
1133
- #: extensions/ht-builder/widgets/bl_post_archive.php:220
1134
- msgid "Ascending"
1135
- msgstr ""
1136
-
1137
- #: includes/widgets/htmega_verticle_time_line.php:109
1138
- msgid "Aug<br/>2018"
1139
- msgstr ""
1140
-
1141
- #: includes/widgets/htmega_booked_calender.php:116
1142
- msgid "August"
1143
- msgstr ""
1144
-
1145
- #: includes/widgets/htmega_job_manager.php:101
1146
- #: includes/widgets/htmega_post_slider.php:255
1147
- #: includes/widgets/htmega_singlepost.php:130
1148
- #: includes/widgets/htmega_twitter_feed.php:688
1149
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:65
1150
- msgid "Author"
1151
- msgstr ""
1152
-
1153
- #: includes/widgets/htmega_twitter_feed.php:754
1154
- msgid "Author Image Style"
1155
- msgstr ""
1156
-
1157
- #: admin/include/admin-setting.php:832 admin/include/admin-setting.php:833
1158
- #: extensions/ht-builder/widgets/bl_post_author_info.php:39
1159
- msgid "Author Info"
1160
- msgstr ""
1161
-
1162
- #: includes/widgets/htmega_instragram_feed.php:71
1163
- #: includes/widgets/htmega_notify.php:235
1164
- msgid "Auto"
1165
- msgstr ""
1166
-
1167
- #: includes/widgets/htmega_videoplayer.php:162
1168
- msgid "Auto Play"
1169
- msgstr ""
1170
-
1171
- #: includes/widgets/htmega_newsticker.php:158
1172
- msgid "Auto Start"
1173
- msgstr ""
1174
-
1175
- #: includes/widgets/htmega_carousel.php:281
1176
- #: includes/widgets/htmega_instagram.php:476
1177
- #: includes/widgets/htmega_panel_slider.php:341
1178
- #: includes/widgets/htmega_post_slider.php:461
1179
- #: includes/widgets/htmega_slider_thumb_gallery.php:271
1180
- #: includes/widgets/htmega_twitter_feed.php:403
1181
- msgid "Autoplay animation speed"
1182
- msgstr ""
1183
-
1184
- #: includes/widgets/htmega_carousel.php:268
1185
- #: includes/widgets/htmega_instagram.php:463
1186
- #: includes/widgets/htmega_panel_slider.php:328
1187
- #: includes/widgets/htmega_post_slider.php:448
1188
- #: includes/widgets/htmega_slider_thumb_gallery.php:260
1189
- #: includes/widgets/htmega_twitter_feed.php:390
1190
- msgid "Autoplay speed"
1191
- msgstr ""
1192
-
1193
- #: includes/widgets/htmega_booked_calender.php:302
1194
- msgid "Available Date"
1195
- msgstr ""
1196
-
1197
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:170
1198
- msgid "Avatar"
1199
- msgstr ""
1200
-
1201
- #: extensions/ht-builder/widgets/bl_post_author_info.php:108
1202
- msgid "Avater Image Position"
1203
- msgstr ""
1204
-
1205
- #: includes/widgets/htmega_errorcontent.php:136
1206
- #: includes/widgets/htmega_errorcontent.php:542
1207
- msgid "Back Button"
1208
- msgstr ""
1209
-
1210
- #: includes/widgets/htmega_errorcontent.php:144
1211
- #: includes/widgets/htmega_errorcontent.php:145
1212
- #: includes/widgets/htmega_errorcontent.php:193
1213
- msgid "Back To Home"
1214
- msgstr ""
1215
-
1216
- #: admin/include/templates_list.php:72
1217
- #: admin/include/templates/library/templates.php:83
1218
- msgid "Back to Library"
1219
- msgstr ""
1220
-
1221
- #: includes/widgets/htmega_accordion.php:492
1222
- #: includes/widgets/htmega_accordion.php:577
1223
- #: includes/widgets/htmega_accordion.php:695
1224
- #: includes/widgets/htmega_accordion.php:746
1225
- #: includes/widgets/htmega_accordion.php:842
1226
- #: includes/widgets/htmega_accordion.php:1018
1227
- #: includes/widgets/htmega_accordion.php:1129
1228
- #: includes/widgets/htmega_accordion.php:1279
1229
- #: includes/widgets/htmega_add_banner.php:394
1230
- #: includes/widgets/htmega_add_banner.php:668
1231
- #: includes/widgets/htmega_add_banner.php:747
1232
- #: includes/widgets/htmega_animated_heading.php:203
1233
- #: includes/widgets/htmega_animated_heading.php:334
1234
- #: includes/widgets/htmega_animated_heading.php:422
1235
- #: includes/widgets/htmega_blockquote.php:211
1236
- #: includes/widgets/htmega_blockquote.php:520
1237
- #: includes/widgets/htmega_blockquote.php:701
1238
- #: includes/widgets/htmega_booked_calender.php:256
1239
- #: includes/widgets/htmega_booked_calender.php:309
1240
- #: includes/widgets/htmega_booked_calender.php:425
1241
- #: includes/widgets/htmega_brand.php:178 includes/widgets/htmega_brand.php:203
1242
- #: includes/widgets/htmega_brand.php:239 includes/widgets/htmega_brand.php:264
1243
- #: includes/widgets/htmega_buddy_press.php:204
1244
- #: includes/widgets/htmega_business_hours.php:217
1245
- #: includes/widgets/htmega_business_hours.php:230
1246
- #: includes/widgets/htmega_business_hours.php:309
1247
- #: includes/widgets/htmega_business_hours.php:437
1248
- #: includes/widgets/htmega_business_hours.php:532
1249
- #: includes/widgets/htmega_business_hours.php:571
1250
- #: includes/widgets/htmega_button.php:242
1251
- #: includes/widgets/htmega_button.php:270
1252
- #: includes/widgets/htmega_button.php:365
1253
- #: includes/widgets/htmega_button.php:385
1254
- #: includes/widgets/htmega_call_to_action.php:358
1255
- #: includes/widgets/htmega_call_to_action.php:435
1256
- #: includes/widgets/htmega_call_to_action.php:720
1257
- #: includes/widgets/htmega_call_to_action.php:857
1258
- #: includes/widgets/htmega_call_to_action.php:926
1259
- #: includes/widgets/htmega_call_to_action.php:1063
1260
- #: includes/widgets/htmega_carousel.php:598
1261
- #: includes/widgets/htmega_carousel.php:773
1262
- #: includes/widgets/htmega_carousel.php:863
1263
- #: includes/widgets/htmega_carousel.php:996
1264
- #: includes/widgets/htmega_carousel.php:1102
1265
- #: includes/widgets/htmega_carousel.php:1196
1266
- #: includes/widgets/htmega_carousel.php:1329
1267
- #: includes/widgets/htmega_carousel.php:1413
1268
- #: includes/widgets/htmega_contact_form_seven.php:140
1269
- #: includes/widgets/htmega_countdown.php:413
1270
- #: includes/widgets/htmega_countdown.php:438
1271
- #: includes/widgets/htmega_countdown.php:463
1272
- #: includes/widgets/htmega_countdown.php:488
1273
- #: includes/widgets/htmega_countdown.php:513
1274
- #: includes/widgets/htmega_countdown.php:783
1275
- #: includes/widgets/htmega_countdown.php:869
1276
- #: includes/widgets/htmega_countdown.php:953
1277
- #: includes/widgets/htmega_counter.php:202
1278
- #: includes/widgets/htmega_counter.php:478
1279
- #: includes/widgets/htmega_counter.php:603
1280
- #: includes/widgets/htmega_counter.php:869
1281
- #: includes/widgets/htmega_counter.php:959
1282
- #: includes/widgets/htmega_counter.php:1048
1283
- #: includes/widgets/htmega_data_table.php:162
1284
- #: includes/widgets/htmega_data_table.php:423
1285
- #: includes/widgets/htmega_data_table.php:499
1286
- #: includes/widgets/htmega_data_table.php:585
1287
- #: includes/widgets/htmega_data_table.php:878
1288
- #: includes/widgets/htmega_data_table.php:957
1289
- #: includes/widgets/htmega_double_button.php:508
1290
- #: includes/widgets/htmega_double_button.php:595
1291
- #: includes/widgets/htmega_double_button.php:681
1292
- #: includes/widgets/htmega_double_button.php:767
1293
- #: includes/widgets/htmega_double_button.php:864
1294
- #: includes/widgets/htmega_dropcaps.php:131
1295
- #: includes/widgets/htmega_dropcaps.php:230
1296
- #: includes/widgets/htmega_easy_digital_download.php:553
1297
- #: includes/widgets/htmega_easy_digital_download.php:632
1298
- #: includes/widgets/htmega_errorcontent.php:570
1299
- #: includes/widgets/htmega_errorcontent.php:656
1300
- #: includes/widgets/htmega_errorcontent.php:721
1301
- #: includes/widgets/htmega_errorcontent.php:807
1302
- #: includes/widgets/htmega_googlemap.php:306
1303
- #: includes/widgets/htmega_googlemap.php:391
1304
- #: includes/widgets/htmega_googlemap.php:447
1305
- #: includes/widgets/htmega_gravity_forms.php:259
1306
- #: includes/widgets/htmega_imagemarker.php:52
1307
- #: includes/widgets/htmega_imagemarker.php:654
1308
- #: includes/widgets/htmega_imagemarker.php:733
1309
- #: includes/widgets/htmega_image_comparison.php:102
1310
- #: includes/widgets/htmega_image_comparison.php:284
1311
- #: includes/widgets/htmega_image_comparison.php:365
1312
- #: includes/widgets/htmega_image_comparison.php:454
1313
- #: includes/widgets/htmega_image_comparison.php:520
1314
- #: includes/widgets/htmega_image_comparison.php:540
1315
- #: includes/widgets/htmega_image_grid.php:323
1316
- #: includes/widgets/htmega_image_grid.php:482
1317
- #: includes/widgets/htmega_image_grid.php:554
1318
- #: includes/widgets/htmega_image_masonry.php:298
1319
- #: includes/widgets/htmega_image_masonry.php:468
1320
- #: includes/widgets/htmega_image_masonry.php:549
1321
- #: includes/widgets/htmega_inlinemenu.php:166
1322
- #: includes/widgets/htmega_inlinemenu.php:265
1323
- #: includes/widgets/htmega_inlinemenu.php:428
1324
- #: includes/widgets/htmega_instagram.php:625
1325
- #: includes/widgets/htmega_instagram.php:671
1326
- #: includes/widgets/htmega_instagram.php:814
1327
- #: includes/widgets/htmega_instagram.php:974
1328
- #: includes/widgets/htmega_instagram.php:1093
1329
- #: includes/widgets/htmega_instagram.php:1153
1330
- #: includes/widgets/htmega_instagram.php:1247
1331
- #: includes/widgets/htmega_instagram.php:1313
1332
- #: includes/widgets/htmega_instagram.php:1410
1333
- #: includes/widgets/htmega_lightbox.php:354
1334
- #: includes/widgets/htmega_mailchimp_wp.php:116
1335
- #: includes/widgets/htmega_modal.php:249 includes/widgets/htmega_modal.php:455
1336
- #: includes/widgets/htmega_modal.php:516 includes/widgets/htmega_modal.php:613
1337
- #: includes/widgets/htmega_modal.php:701 includes/widgets/htmega_modal.php:776
1338
- #: includes/widgets/htmega_modal.php:868 includes/widgets/htmega_modal.php:946
1339
- #: includes/widgets/htmega_newsticker.php:355
1340
- #: includes/widgets/htmega_newsticker.php:514
1341
- #: includes/widgets/htmega_newsticker.php:643
1342
- #: includes/widgets/htmega_newsticker.php:750
1343
- #: includes/widgets/htmega_newsticker.php:874
1344
- #: includes/widgets/htmega_newsticker.php:931
1345
- #: includes/widgets/htmega_ninja_form.php:344
1346
- #: includes/widgets/htmega_notify.php:370
1347
- #: includes/widgets/htmega_notify.php:437
1348
- #: includes/widgets/htmega_notify.php:522
1349
- #: includes/widgets/htmega_notify.php:671
1350
- #: includes/widgets/htmega_offcanvas.php:362
1351
- #: includes/widgets/htmega_offcanvas.php:474
1352
- #: includes/widgets/htmega_offcanvas.php:505
1353
- #: includes/widgets/htmega_panel_slider.php:540
1354
- #: includes/widgets/htmega_panel_slider.php:599
1355
- #: includes/widgets/htmega_panel_slider.php:800
1356
- #: includes/widgets/htmega_panel_slider.php:989
1357
- #: includes/widgets/htmega_panel_slider.php:1109
1358
- #: includes/widgets/htmega_panel_slider.php:1160
1359
- #: includes/widgets/htmega_popover.php:395
1360
- #: includes/widgets/htmega_popover.php:473
1361
- #: includes/widgets/htmega_popover.php:542
1362
- #: includes/widgets/htmega_popover.php:628
1363
- #: includes/widgets/htmega_popover.php:732
1364
- #: includes/widgets/htmega_postgrid.php:227
1365
- #: includes/widgets/htmega_postgrid.php:714
1366
- #: includes/widgets/htmega_post_grid_tab.php:268
1367
- #: includes/widgets/htmega_post_grid_tab.php:344
1368
- #: includes/widgets/htmega_post_grid_tab.php:677
1369
- #: includes/widgets/htmega_post_grid_tab.php:707
1370
- #: includes/widgets/htmega_post_grid_tab.php:897
1371
- #: includes/widgets/htmega_post_grid_tab.php:947
1372
- #: includes/widgets/htmega_post_grid_tab.php:1012
1373
- #: includes/widgets/htmega_post_grid_tab.php:1070
1374
- #: includes/widgets/htmega_post_grid_tab.php:1101
1375
- #: includes/widgets/htmega_post_slider.php:657
1376
- #: includes/widgets/htmega_post_slider.php:694
1377
- #: includes/widgets/htmega_post_slider.php:717
1378
- #: includes/widgets/htmega_post_slider.php:1111
1379
- #: includes/widgets/htmega_post_slider.php:1141
1380
- #: includes/widgets/htmega_post_slider.php:1324
1381
- #: includes/widgets/htmega_post_slider.php:1374
1382
- #: includes/widgets/htmega_post_slider.php:1584
1383
- #: includes/widgets/htmega_post_slider.php:1704
1384
- #: includes/widgets/htmega_post_slider.php:1817
1385
- #: includes/widgets/htmega_post_slider.php:1868
1386
- #: includes/widgets/htmega_post_slider.php:1969
1387
- #: includes/widgets/htmega_post_slider.php:2017
1388
- #: includes/widgets/htmega_progress_bar.php:487
1389
- #: includes/widgets/htmega_progress_bar.php:668
1390
- #: includes/widgets/htmega_quforms.php:110
1391
- #: includes/widgets/htmega_quforms.php:230
1392
- #: includes/widgets/htmega_scroll_image.php:174
1393
- #: includes/widgets/htmega_scroll_image.php:317
1394
- #: includes/widgets/htmega_scroll_navigation.php:318
1395
- #: includes/widgets/htmega_scroll_navigation.php:412
1396
- #: includes/widgets/htmega_search.php:262
1397
- #: includes/widgets/htmega_search.php:407
1398
- #: includes/widgets/htmega_search.php:494
1399
- #: includes/widgets/htmega_search.php:624
1400
- #: includes/widgets/htmega_search.php:748
1401
- #: includes/widgets/htmega_search.php:922
1402
- #: includes/widgets/htmega_search.php:969
1403
- #: includes/widgets/htmega_section_title.php:378
1404
- #: includes/widgets/htmega_section_title.php:635
1405
- #: includes/widgets/htmega_section_title.php:866
1406
- #: includes/widgets/htmega_section_title.php:1016
1407
- #: includes/widgets/htmega_service.php:210
1408
- #: includes/widgets/htmega_service.php:278
1409
- #: includes/widgets/htmega_service.php:330
1410
- #: includes/widgets/htmega_service.php:686
1411
- #: includes/widgets/htmega_service.php:768
1412
- #: includes/widgets/htmega_service.php:813
1413
- #: includes/widgets/htmega_service.php:948
1414
- #: includes/widgets/htmega_service.php:1076
1415
- #: includes/widgets/htmega_service.php:1128
1416
- #: includes/widgets/htmega_singlepost.php:305
1417
- #: includes/widgets/htmega_singlepost.php:483
1418
- #: includes/widgets/htmega_slider_thumb_gallery.php:790
1419
- #: includes/widgets/htmega_slider_thumb_gallery.php:865
1420
- #: includes/widgets/htmega_slider_thumb_gallery.php:1010
1421
- #: includes/widgets/htmega_slider_thumb_gallery.php:1082
1422
- #: includes/widgets/htmega_slider_thumb_gallery.php:1176
1423
- #: includes/widgets/htmega_slider_thumb_gallery.php:1293
1424
- #: includes/widgets/htmega_socialshere.php:131
1425
- #: includes/widgets/htmega_socialshere.php:241
1426
- #: includes/widgets/htmega_socialshere.php:292
1427
- #: includes/widgets/htmega_socialshere.php:591
1428
- #: includes/widgets/htmega_socialshere.php:702
1429
- #: includes/widgets/htmega_socialshere.php:733
1430
- #: includes/widgets/htmega_special_day_banner.php:322
1431
- #: includes/widgets/htmega_special_day_banner.php:691
1432
- #: includes/widgets/htmega_special_day_banner.php:770
1433
- #: includes/widgets/htmega_switcher.php:284
1434
- #: includes/widgets/htmega_switcher.php:416
1435
- #: includes/widgets/htmega_switcher.php:491
1436
- #: includes/widgets/htmega_switcher.php:603
1437
- #: includes/widgets/htmega_tablepress.php:151
1438
- #: includes/widgets/htmega_tablepress.php:270
1439
- #: includes/widgets/htmega_tablepress.php:314
1440
- #: includes/widgets/htmega_tabs.php:147 includes/widgets/htmega_tabs.php:168
1441
- #: includes/widgets/htmega_tabs.php:306 includes/widgets/htmega_tabs.php:559
1442
- #: includes/widgets/htmega_tabs.php:636 includes/widgets/htmega_tabs.php:722
1443
- #: includes/widgets/htmega_tabs.php:816 includes/widgets/htmega_tabs.php:882
1444
- #: includes/widgets/htmega_teammember.php:386
1445
- #: includes/widgets/htmega_teammember.php:487
1446
- #: includes/widgets/htmega_teammember.php:523
1447
- #: includes/widgets/htmega_teammember.php:546
1448
- #: includes/widgets/htmega_testimonial_grid.php:298
1449
- #: includes/widgets/htmega_testimonial_grid.php:343
1450
- #: includes/widgets/htmega_testimonial_grid.php:644
1451
- #: includes/widgets/htmega_toggle.php:311
1452
- #: includes/widgets/htmega_toggle.php:363
1453
- #: includes/widgets/htmega_tooltip.php:372
1454
- #: includes/widgets/htmega_tooltip.php:450
1455
- #: includes/widgets/htmega_tooltip.php:525
1456
- #: includes/widgets/htmega_twitter_feed.php:552
1457
- #: includes/widgets/htmega_twitter_feed.php:1117
1458
- #: includes/widgets/htmega_twitter_feed.php:1254
1459
- #: includes/widgets/htmega_twitter_feed.php:1314
1460
- #: includes/widgets/htmega_twitter_feed.php:1443
1461
- #: includes/widgets/htmega_user_login_form.php:558
1462
- #: includes/widgets/htmega_user_login_form.php:852
1463
- #: includes/widgets/htmega_user_login_form.php:1124
1464
- #: includes/widgets/htmega_user_login_form.php:1243
1465
- #: includes/widgets/htmega_user_login_form.php:1322
1466
- #: includes/widgets/htmega_user_login_form.php:1427
1467
- #: includes/widgets/htmega_user_login_form.php:1492
1468
- #: includes/widgets/htmega_verticle_time_line.php:403
1469
- #: includes/widgets/htmega_verticle_time_line.php:444
1470
- #: includes/widgets/htmega_verticle_time_line.php:484
1471
- #: includes/widgets/htmega_verticle_time_line.php:613
1472
- #: includes/widgets/htmega_videoplayer.php:242
1473
- #: includes/widgets/htmega_videoplayer.php:357
1474
- #: includes/widgets/htmega_videoplayer.php:494
1475
- #: includes/widgets/htmega_wc_categories.php:184
1476
- #: includes/widgets/htmega_wc_categories.php:246
1477
- #: includes/widgets/htmega_wc_categories.php:321
1478
- #: includes/widgets/htmega_wc_categories.php:423
1479
- #: includes/widgets/htmega_wc_element_pages.php:1735
1480
- #: includes/widgets/htmega_wc_element_pages.php:1812
1481
- #: includes/widgets/htmega_weather.php:297
1482
- #: includes/widgets/htmega_working_process.php:200
1483
- #: includes/widgets/htmega_working_process.php:378
1484
- #: includes/widgets/htmega_working_process.php:392
1485
- #: includes/widgets/htmega_working_process.php:587
1486
- #: includes/widgets/htmega_working_process.php:802
1487
- #: includes/widgets/htmega_working_process.php:1004
1488
- #: includes/widgets/htmega_working_process.php:1083
1489
- #: includes/widgets/htmega_wpforms.php:337
1490
- #: extensions/ht-builder/widgets/bl_nav_menu.php:162
1491
- #: extensions/ht-builder/widgets/bl_nav_menu.php:247
1492
- #: extensions/ht-builder/widgets/bl_nav_menu.php:300
1493
- #: extensions/ht-builder/widgets/bl_nav_menu.php:353
1494
- #: extensions/ht-builder/widgets/bl_nav_menu.php:395
1495
- #: extensions/ht-builder/widgets/bl_nav_menu.php:448
1496
- #: extensions/ht-menu/menu/templates.php:143
1497
- msgid "Background"
1498
- msgstr ""
1499
-
1500
- #: includes/widgets/htmega_booked_calender.php:675
1501
- #: includes/widgets/htmega_business_hours.php:144
1502
- #: includes/widgets/htmega_caldera_form.php:227
1503
- #: includes/widgets/htmega_caldera_form.php:387
1504
- #: includes/widgets/htmega_caldera_form.php:465
1505
- #: includes/widgets/htmega_caldera_form.php:574
1506
- #: includes/widgets/htmega_caldera_form.php:646
1507
- #: includes/widgets/htmega_caldera_form.php:685
1508
- #: includes/widgets/htmega_caldera_form.php:724
1509
- #: includes/widgets/htmega_carousel.php:445
1510
- #: includes/widgets/htmega_contact_form_seven.php:221
1511
- #: includes/widgets/htmega_contact_form_seven.php:372
1512
- #: includes/widgets/htmega_contact_form_seven.php:482
1513
- #: includes/widgets/htmega_contact_form_seven.php:588
1514
- #: includes/widgets/htmega_contact_form_seven.php:651
1515
- #: includes/widgets/htmega_contact_form_seven.php:835
1516
- #: includes/widgets/htmega_contact_form_seven.php:923
1517
- #: includes/widgets/htmega_custom_event.php:342
1518
- #: includes/widgets/htmega_gravity_forms.php:404
1519
- #: includes/widgets/htmega_gravity_forms.php:574
1520
- #: includes/widgets/htmega_gravity_forms.php:706
1521
- #: includes/widgets/htmega_gravity_forms.php:816
1522
- #: includes/widgets/htmega_mailchimp_wp.php:195
1523
- #: includes/widgets/htmega_mailchimp_wp.php:383
1524
- #: includes/widgets/htmega_mailchimp_wp.php:471
1525
- #: includes/widgets/htmega_ninja_form.php:490
1526
- #: includes/widgets/htmega_ninja_form.php:640
1527
- #: includes/widgets/htmega_ninja_form.php:712
1528
- #: includes/widgets/htmega_ninja_form.php:859
1529
- #: includes/widgets/htmega_ninja_form.php:965
1530
- #: includes/widgets/htmega_ninja_form.php:1075
1531
- #: includes/widgets/htmega_pricing_list_view.php:337
1532
- #: includes/widgets/htmega_pricing_list_view.php:707
1533
- #: includes/widgets/htmega_pricing_list_view.php:966
1534
- #: includes/widgets/htmega_pricing_list_view.php:1228
1535
- #: includes/widgets/htmega_pricing_list_view.php:1298
1536
- #: includes/widgets/htmega_pricing_list_view.php:1468
1537
- #: includes/widgets/htmega_pricing_list_view.php:1574
1538
- #: includes/widgets/htmega_pricing_list_view.php:1651
1539
- #: includes/widgets/htmega_pricing_list_view.php:1732
1540
- #: includes/widgets/htmega_pricing_list_view.php:1809
1541
- #: includes/widgets/htmega_quforms.php:351
1542
- #: includes/widgets/htmega_quforms.php:476
1543
- #: includes/widgets/htmega_quforms.php:571
1544
- #: includes/widgets/htmega_quforms.php:693
1545
- #: includes/widgets/htmega_quforms.php:849
1546
- #: includes/widgets/htmega_quforms.php:936
1547
- #: includes/widgets/htmega_quforms.php:1004
1548
- #: includes/widgets/htmega_quforms.php:1043
1549
- #: includes/widgets/htmega_verticle_time_line.php:219
1550
- #: includes/widgets/htmega_verticle_time_line.php:296
1551
- #: includes/widgets/htmega_wc_element_pages.php:108
1552
- #: includes/widgets/htmega_wc_element_pages.php:143
1553
- #: includes/widgets/htmega_wc_element_pages.php:224
1554
- #: includes/widgets/htmega_wc_element_pages.php:309
1555
- #: includes/widgets/htmega_wc_element_pages.php:415
1556
- #: includes/widgets/htmega_wc_element_pages.php:489
1557
- #: includes/widgets/htmega_wc_element_pages.php:566
1558
- #: includes/widgets/htmega_wc_element_pages.php:587
1559
- #: includes/widgets/htmega_wc_element_pages.php:725
1560
- #: includes/widgets/htmega_wc_element_pages.php:850
1561
- #: includes/widgets/htmega_wc_element_pages.php:910
1562
- #: includes/widgets/htmega_wc_element_pages.php:964
1563
- #: includes/widgets/htmega_wc_element_pages.php:1040
1564
- #: includes/widgets/htmega_wc_element_pages.php:1181
1565
- #: includes/widgets/htmega_wc_element_pages.php:1222
1566
- #: includes/widgets/htmega_wc_element_pages.php:1253
1567
- #: includes/widgets/htmega_wc_element_pages.php:1288
1568
- #: includes/widgets/htmega_wc_element_pages.php:1369
1569
- #: includes/widgets/htmega_wc_element_pages.php:1407
1570
- #: includes/widgets/htmega_wc_element_pages.php:1542
1571
- #: includes/widgets/htmega_wc_element_pages.php:1630
1572
- #: includes/widgets/htmega_wpforms.php:493
1573
- #: includes/widgets/htmega_wpforms.php:643
1574
- #: includes/widgets/htmega_wpforms.php:715
1575
- #: includes/widgets/htmega_wpforms.php:861
1576
- #: includes/widgets/htmega_wpforms.php:992
1577
- #: includes/widgets/htmega_wpforms.php:1102
1578
- #: extensions/ht-builder/widgets/bl_post_comments.php:109
1579
- #: extensions/ht-builder/widgets/bl_post_comments.php:159
1580
- #: extensions/ht-builder/widgets/bl_post_search_form.php:195
1581
- #: extensions/ht-builder/widgets/bl_post_search_form.php:269
1582
- #: extensions/ht-menu/menu/templates.php:179
1583
- #: extensions/wc-sales-notification/admin/setting.php:188
1584
- msgid "Background Color"
1585
- msgstr ""
1586
-
1587
- #: includes/widgets/htmega_pricing_list_view.php:1377
1588
- msgid "Background Color ( Even )"
1589
- msgstr ""
1590
-
1591
- #: includes/widgets/htmega_data_table.php:677
1592
- msgid "Background Color ( Event )"
1593
- msgstr ""
1594
-
1595
- #: includes/widgets/htmega_data_table.php:689
1596
- #: includes/widgets/htmega_pricing_list_view.php:1389
1597
- msgid "Background Color ( Odd )"
1598
- msgstr ""
1599
-
1600
- #: admin/include/admin-setting.php:1259 admin/include/admin-setting.php:1284
1601
- msgid "Background color option"
1602
- msgstr ""
1603
-
1604
- #: includes/widgets/htmega_counter.php:211
1605
- #: includes/widgets/htmega_weather.php:218
1606
- msgid "Background Overlay"
1607
- msgstr ""
1608
-
1609
- #: extensions/ht-menu/menu/templates.php:185
1610
- msgid "Background Second Color"
1611
- msgstr ""
1612
-
1613
- #: includes/widgets/htmega_dropcaps.php:195
1614
- msgid "Backround Image as Text Color"
1615
- msgstr ""
1616
-
1617
- #: includes/widgets/htmega_scroll_image.php:241
1618
- msgid "Badge"
1619
- msgstr ""
1620
-
1621
- #: includes/widgets/htmega_special_day_banner.php:157
1622
- msgid "Badge Image"
1623
- msgstr ""
1624
-
1625
- #: includes/widgets/htmega_scroll_image.php:132
1626
- #: includes/widgets/htmega_scroll_image.php:136
1627
- msgid "Badge Text"
1628
- msgstr ""
1629
-
1630
- #: extensions/ht-menu/menu/templates.php:50
1631
- msgid "Badges"
1632
- msgstr ""
1633
-
1634
- #: includes/widgets/htmega_socialshere.php:85
1635
- msgid "Baidu"
1636
- msgstr ""
1637
-
1638
- #: includes/widgets/htmega_googlemap.php:103
1639
- msgid "Bangladesh"
1640
- msgstr ""
1641
-
1642
- #: includes/widgets/htmega_add_banner.php:34
1643
- #: includes/widgets/htmega_special_day_banner.php:35
1644
- msgid "Banner"
1645
- msgstr ""
1646
-
1647
- #: includes/widgets/htmega_special_day_banner.php:147
1648
- msgid "Banner Badge"
1649
- msgstr ""
1650
-
1651
- #: includes/widgets/htmega_add_banner.php:112
1652
- #: includes/widgets/htmega_special_day_banner.php:98
1653
- msgid "Banner Description"
1654
- msgstr ""
1655
-
1656
- #: includes/widgets/htmega_special_day_banner.php:313
1657
- msgid "Banner Hover Color"
1658
- msgstr ""
1659
-
1660
- #: includes/widgets/htmega_add_banner.php:119
1661
- #: includes/widgets/htmega_special_day_banner.php:123
1662
- msgid "Banner Link"
1663
- msgstr ""
1664
-
1665
- #: includes/widgets/htmega_add_banner.php:103
1666
- #: includes/widgets/htmega_special_day_banner.php:89
1667
- msgid "Banner Sub Title"
1668
- msgstr ""
1669
-
1670
- #: includes/widgets/htmega_add_banner.php:94
1671
- #: includes/widgets/htmega_special_day_banner.php:80
1672
- msgid "Banner Title"
1673
- msgstr ""
1674
-
1675
- #: includes/widgets/htmega_pricing_list_view.php:1159
1676
- msgid "Baseline"
1677
- msgstr ""
1678
-
1679
- #: includes/widgets/htmega_bbpress.php:13
1680
- #: includes/widgets/htmega_bbpress.php:43
1681
- msgid "Bbpress"
1682
- msgstr ""
1683
-
1684
- #: admin/include/admin-setting.php:919
1685
- msgid "bbPress"
1686
- msgstr ""
1687
-
1688
- #: includes/widgets/htmega_section_title.php:710
1689
- #: includes/widgets/htmega_section_title.php:875
1690
- msgid "Befor, After Border"
1691
- msgstr ""
1692
-
1693
- #: includes/widgets/htmega_blockquote.php:404
1694
- #: includes/widgets/htmega_image_comparison.php:156
1695
- msgid "Before"
1696
- msgstr ""
1697
-
1698
- #: includes/widgets/htmega_section_title.php:447
1699
- msgid "Before And After Border Color"
1700
- msgstr ""
1701
-
1702
- #: includes/widgets/htmega_inlinemenu.php:296
1703
- #: includes/widgets/htmega_inlinemenu.php:458
1704
- msgid "Before Background"
1705
- msgstr ""
1706
-
1707
- #: includes/widgets/htmega_inlinemenu.php:382
1708
- #: includes/widgets/htmega_inlinemenu.php:544
1709
- msgid "Before Border Botton Position"
1710
- msgstr ""
1711
-
1712
- #: includes/widgets/htmega_inlinemenu.php:337
1713
- #: includes/widgets/htmega_inlinemenu.php:499
1714
- msgid "Before Border Size"
1715
- msgstr ""
1716
-
1717
- #: includes/widgets/htmega_inlinemenu.php:359
1718
- #: includes/widgets/htmega_inlinemenu.php:521
1719
- msgid "Before Border Top Position"
1720
- msgstr ""
1721
-
1722
- #: includes/widgets/htmega_image_comparison.php:50
1723
- msgid "Before Image"
1724
- msgstr ""
1725
-
1726
- #: includes/widgets/htmega_pricing_list_view.php:89
1727
- msgid "Before Price Label"
1728
- msgstr ""
1729
-
1730
- #: includes/widgets/htmega_pricing_list_view.php:1542
1731
- msgid "Before Price Style"
1732
- msgstr ""
1733
-
1734
- #: includes/widgets/htmega_image_comparison.php:172
1735
- msgid "Before Start Amount"
1736
- msgstr ""
1737
-
1738
- #: includes/widgets/htmega_animated_heading.php:151
1739
- msgid "Before Text Style"
1740
- msgstr ""
1741
-
1742
- #: includes/widgets/htmega_image_comparison.php:154
1743
- #: includes/widgets/htmega_image_comparison.php:228
1744
- msgid "Before Title"
1745
- msgstr ""
1746
-
1747
- #: includes/widgets/htmega_inlinemenu.php:311
1748
- #: includes/widgets/htmega_inlinemenu.php:473
1749
- msgid "Before/After Border"
1750
- msgstr ""
1751
-
1752
- #: includes/widgets/htmega_user_login_form.php:300
1753
- msgid "Before/Top Login Button"
1754
- msgstr ""
1755
-
1756
- #: includes/widgets/htmega_teammember.php:175
1757
- msgid "Bio Info"
1758
- msgstr ""
1759
-
1760
- #: includes/widgets/htmega_teammember.php:864
1761
- msgid "Bio info"
1762
- msgstr ""
1763
-
1764
- #: extensions/ht-builder/widgets/bl_post_author_info.php:256
1765
- msgid "Biography"
1766
- msgstr ""
1767
-
1768
- #: extensions/ht-builder/widgets/bl_post_archive.php:23
1769
- msgid "BL: Archive Posts"
1770
- msgstr ""
1771
-
1772
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:22
1773
- msgid "BL: Archive Title"
1774
- msgstr ""
1775
-
1776
- #: extensions/ht-builder/widgets/bl_post_author_info.php:22
1777
- msgid "BL: Author Info"
1778
- msgstr ""
1779
-
1780
- #: extensions/ht-builder/widgets/bl_nav_menu.php:23
1781
- msgid "BL: Nav Menu"
1782
- msgstr ""
1783
-
1784
- #: extensions/ht-builder/widgets/bl_page_title.php:22
1785
- msgid "BL: Page Title"
1786
- msgstr ""
1787
-
1788
- #: extensions/ht-builder/widgets/bl_post_comments.php:23
1789
- msgid "BL: Post Comments"
1790
- msgstr ""
1791
-
1792
- #: extensions/ht-builder/widgets/bl_post_content.php:22
1793
- msgid "BL: Post Content"
1794
- msgstr ""
1795
-
1796
- #: extensions/ht-builder/widgets/bl_post_excerpt.php:22
1797
- msgid "BL: Post Excerpt"
1798
- msgstr ""
1799
-
1800
- #: extensions/ht-builder/widgets/bl_post_featured_image.php:23
1801
- msgid "BL: Post Featured Image"
1802
- msgstr ""
1803
-
1804
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:23
1805
- msgid "BL: Post Meta Info"
1806
- msgstr ""
1807
-
1808
- #: extensions/ht-builder/widgets/bl_post_search_form.php:22
1809
- msgid "BL: Post Search Form"
1810
- msgstr ""
1811
-
1812
- #: extensions/ht-builder/widgets/bl_post_title.php:23
1813
- msgid "BL: Post Title"
1814
- msgstr ""
1815
-
1816
- #: extensions/ht-builder/widgets/bl_site_logo.php:24
1817
- msgid "BL: Site Logo"
1818
- msgstr ""
1819
-
1820
- #: extensions/ht-builder/widgets/bl_site_title.php:22
1821
- msgid "BL: Site Title"
1822
- msgstr ""
1823
-
1824
- #: includes/widgets/htmega_section_title.php:616
1825
- #: includes/widgets/htmega_section_title.php:847
1826
- msgid "Block"
1827
- msgstr ""
1828
-
1829
- #: includes/widgets_control.php:108 admin/include/admin-setting.php:151
1830
- #: includes/widgets/htmega_blockquote.php:13
1831
- #: includes/widgets/htmega_blockquote.php:34
1832
- msgid "Blockquote"
1833
- msgstr ""
1834
-
1835
- #: includes/widgets/htmega_blockquote.php:79
1836
- msgid "Blockquote By"
1837
- msgstr ""
1838
-
1839
- #: includes/widgets/htmega_blockquote.php:69
1840
- msgid "Blockquote Content"
1841
- msgstr ""
1842
-
1843
- #: includes/widgets/htmega_blockquote.php:149
1844
- msgid "Blockquote Position"
1845
- msgstr ""
1846
-
1847
- #: includes/widgets/htmega_blockquote.php:89
1848
- msgid "Blockquote Type"
1849
- msgstr ""
1850
-
1851
- #: admin/include/templates_list.php:34
1852
- msgid "Blocks"
1853
- msgstr ""
1854
-
1855
- #: admin/include/admin-setting.php:1250 admin/include/admin-setting.php:1275
1856
- msgid "Blog Archive Category Wise Individual layout"
1857
- msgstr ""
1858
-
1859
- #: admin/include/admin-setting.php:1251 admin/include/admin-setting.php:1276
1860
- msgid "Blog Archive Tag Wise Individual layout"
1861
- msgstr ""
1862
-
1863
- #: admin/include/admin-setting.php:1247 admin/include/admin-setting.php:1272
1864
- msgid "Blog Search Page Builder"
1865
- msgstr ""
1866
-
1867
- #: extensions/ht-builder/admin/setting.php:73
1868
- msgid "Blog Template."
1869
- msgstr ""
1870
-
1871
- #: extensions/ht-builder/widgets/bl_post_title.php:136
1872
- msgid "Blog Title"
1873
- msgstr ""
1874
-
1875
- #: includes/widgets/htmega_socialshere.php:72
1876
- msgid "Blogger"
1877
- msgstr ""
1878
-
1879
- #: includes/widgets/htmega_booked_calender.php:246
1880
- #: includes/widgets/htmega_notify.php:100
1881
- #: includes/widgets/htmega_tablepress.php:242
1882
- msgid "Body"
1883
- msgstr ""
1884
-
1885
- #: includes/widgets/htmega_booked_calender.php:13
1886
- msgid "Booked Calendar"
1887
- msgstr ""
1888
-
1889
- #: admin/include/admin-setting.php:929
1890
- #: includes/widgets/htmega_booked_calender.php:43
1891
- msgid "Booked Calender"
1892
- msgstr ""
1893
-
1894
- #: includes/widgets/htmega_notify.php:231
1895
- msgid "Bootstrap Column Width"
1896
- msgstr ""
1897
-
1898
- #: includes/widgets/htmega_accordion.php:515
1899
- #: includes/widgets/htmega_accordion.php:599
1900
- #: includes/widgets/htmega_accordion.php:769
1901
- #: includes/widgets/htmega_accordion.php:867
1902
- #: includes/widgets/htmega_accordion.php:1041
1903
- #: includes/widgets/htmega_accordion.php:1152
1904
- #: includes/widgets/htmega_accordion.php:1289
1905
- #: includes/widgets/htmega_add_banner.php:188
1906
- #: includes/widgets/htmega_add_banner.php:216
1907
- #: includes/widgets/htmega_add_banner.php:276
1908
- #: includes/widgets/htmega_add_banner.php:330
1909
- #: includes/widgets/htmega_add_banner.php:648
1910
- #: includes/widgets/htmega_add_banner.php:727
1911
- #: includes/widgets/htmega_animated_heading.php:183
1912
- #: includes/widgets/htmega_animated_heading.php:314
1913
- #: includes/widgets/htmega_animated_heading.php:402
1914
- #: includes/widgets/htmega_blockquote.php:247
1915
- #: includes/widgets/htmega_blockquote.php:381
1916
- #: includes/widgets/htmega_blockquote.php:556
1917
- #: includes/widgets/htmega_blockquote.php:736
1918
- #: includes/widgets/htmega_brand.php:343 includes/widgets/htmega_brand.php:355
1919
- #: includes/widgets/htmega_buddy_press.php:184
1920
- #: includes/widgets/htmega_business_hours.php:269
1921
- #: includes/widgets/htmega_business_hours.php:345
1922
- #: includes/widgets/htmega_business_hours.php:473
1923
- #: includes/widgets/htmega_button.php:222
1924
- #: includes/widgets/htmega_button.php:345
1925
- #: includes/widgets/htmega_button.php:549
1926
- #: includes/widgets/htmega_caldera_form.php:310
1927
- #: includes/widgets/htmega_caldera_form.php:399
1928
- #: includes/widgets/htmega_caldera_form.php:486
1929
- #: includes/widgets/htmega_call_to_action.php:401
1930
- #: includes/widgets/htmega_call_to_action.php:478
1931
- #: includes/widgets/htmega_call_to_action.php:757
1932
- #: includes/widgets/htmega_call_to_action.php:837
1933
- #: includes/widgets/htmega_call_to_action.php:963
1934
- #: includes/widgets/htmega_call_to_action.php:1043
1935
- #: includes/widgets/htmega_carousel.php:512
1936
- #: includes/widgets/htmega_carousel.php:608
1937
- #: includes/widgets/htmega_carousel.php:783
1938
- #: includes/widgets/htmega_carousel.php:873
1939
- #: includes/widgets/htmega_carousel.php:1006
1940
- #: includes/widgets/htmega_carousel.php:1112
1941
- #: includes/widgets/htmega_carousel.php:1206
1942
- #: includes/widgets/htmega_carousel.php:1339
1943
- #: includes/widgets/htmega_carousel.php:1423
1944
- #: includes/widgets/htmega_contact_form_seven.php:292
1945
- #: includes/widgets/htmega_contact_form_seven.php:406
1946
- #: includes/widgets/htmega_contact_form_seven.php:526
1947
- #: includes/widgets/htmega_contact_form_seven.php:611
1948
- #: includes/widgets/htmega_contact_form_seven.php:682
1949
- #: includes/widgets/htmega_contact_form_seven.php:873
1950
- #: includes/widgets/htmega_contact_form_seven.php:935
1951
- #: includes/widgets/htmega_contact_form_seven.php:975
1952
- #: includes/widgets/htmega_contact_form_seven.php:1009
1953
- #: includes/widgets/htmega_countdown.php:535
1954
- #: includes/widgets/htmega_countdown.php:547
1955
- #: includes/widgets/htmega_countdown.php:796
1956
- #: includes/widgets/htmega_countdown.php:963
1957
- #: includes/widgets/htmega_countdown.php:1073
1958
- #: includes/widgets/htmega_countdown.php:1158
1959
- #: includes/widgets/htmega_counter.php:253
1960
- #: includes/widgets/htmega_counter.php:515
1961
- #: includes/widgets/htmega_counter.php:638
1962
- #: includes/widgets/htmega_counter.php:906
1963
- #: includes/widgets/htmega_counter.php:994
1964
- #: includes/widgets/htmega_counter.php:1084
1965
- #: includes/widgets/htmega_custom_event.php:419
1966
- #: includes/widgets/htmega_custom_event.php:461
1967
- #: includes/widgets/htmega_data_table.php:172
1968
- #: includes/widgets/htmega_data_table.php:436
1969
- #: includes/widgets/htmega_data_table.php:534
1970
- #: includes/widgets/htmega_data_table.php:616
1971
- #: includes/widgets/htmega_data_table.php:735
1972
- #: includes/widgets/htmega_data_table.php:839
1973
- #: includes/widgets/htmega_data_table.php:891
1974
- #: includes/widgets/htmega_data_table.php:970
1975
- #: includes/widgets/htmega_double_button.php:392
1976
- #: includes/widgets/htmega_double_button.php:422
1977
- #: includes/widgets/htmega_double_button.php:488
1978
- #: includes/widgets/htmega_double_button.php:575
1979
- #: includes/widgets/htmega_double_button.php:661
1980
- #: includes/widgets/htmega_double_button.php:747
1981
- #: includes/widgets/htmega_double_button.php:844
1982
- #: includes/widgets/htmega_download_monitor.php:169
1983
- #: includes/widgets/htmega_download_monitor.php:357
1984
- #: includes/widgets/htmega_dropcaps.php:166
1985
- #: includes/widgets/htmega_dropcaps.php:267
1986
- #: includes/widgets/htmega_easy_digital_download.php:282
1987
- #: includes/widgets/htmega_easy_digital_download.php:564
1988
- #: includes/widgets/htmega_easy_digital_download.php:643
1989
- #: includes/widgets/htmega_errorcontent.php:336
1990
- #: includes/widgets/htmega_errorcontent.php:415
1991
- #: includes/widgets/htmega_errorcontent.php:494
1992
- #: includes/widgets/htmega_errorcontent.php:616
1993
- #: includes/widgets/htmega_errorcontent.php:667
1994
- #: includes/widgets/htmega_errorcontent.php:767
1995
- #: includes/widgets/htmega_errorcontent.php:818
1996
- #: includes/widgets/htmega_gallery_justify.php:77
1997
- #: includes/widgets/htmega_googlemap.php:316
1998
- #: includes/widgets/htmega_googlemap.php:457
1999
- #: includes/widgets/htmega_gravity_forms.php:300
2000
- #: includes/widgets/htmega_gravity_forms.php:511
2001
- #: includes/widgets/htmega_gravity_forms.php:596
2002
- #: includes/widgets/htmega_gravity_forms.php:744
2003
- #: includes/widgets/htmega_gravity_forms.php:828
2004
- #: includes/widgets/htmega_imagemarker.php:664
2005
- #: includes/widgets/htmega_imagemarker.php:743
2006
- #: includes/widgets/htmega_imagemarker.php:876
2007
- #: includes/widgets/htmega_image_comparison.php:125
2008
- #: includes/widgets/htmega_image_comparison.php:263
2009
- #: includes/widgets/htmega_image_comparison.php:344
2010
- #: includes/widgets/htmega_image_comparison.php:399
2011
- #: includes/widgets/htmega_image_comparison.php:433
2012
- #: includes/widgets/htmega_image_comparison.php:550
2013
- #: includes/widgets/htmega_image_grid.php:221
2014
- #: includes/widgets/htmega_image_grid.php:514
2015
- #: includes/widgets/htmega_image_grid.php:573
2016
- #: includes/widgets/htmega_image_magnifier.php:111
2017
- #: includes/widgets/htmega_image_masonry.php:211
2018
- #: includes/widgets/htmega_image_masonry.php:500
2019
- #: includes/widgets/htmega_image_masonry.php:568
2020
- #: includes/widgets/htmega_inlinemenu.php:201
2021
- #: includes/widgets/htmega_inlinemenu.php:275
2022
- #: includes/widgets/htmega_inlinemenu.php:438
2023
- #: includes/widgets/htmega_instagram.php:706
2024
- #: includes/widgets/htmega_instagram.php:836
2025
- #: includes/widgets/htmega_instagram.php:984
2026
- #: includes/widgets/htmega_instagram.php:1103
2027
- #: includes/widgets/htmega_instagram.php:1163
2028
- #: includes/widgets/htmega_instagram.php:1257
2029
- #: includes/widgets/htmega_instagram.php:1323
2030
- #: includes/widgets/htmega_instagram.php:1459
2031
- #: includes/widgets/htmega_lightbox.php:265
2032
- #: includes/widgets/htmega_lightbox.php:453
2033
- #: includes/widgets/htmega_mailchimp_wp.php:238
2034
- #: includes/widgets/htmega_mailchimp_wp.php:421
2035
- #: includes/widgets/htmega_mailchimp_wp.php:483
2036
- #: includes/widgets/htmega_modal.php:259 includes/widgets/htmega_modal.php:465
2037
- #: includes/widgets/htmega_modal.php:552 includes/widgets/htmega_modal.php:623
2038
- #: includes/widgets/htmega_modal.php:724 includes/widgets/htmega_modal.php:786
2039
- #: includes/widgets/htmega_modal.php:894 includes/widgets/htmega_modal.php:956
2040
- #: includes/widgets/htmega_newsticker.php:365
2041
- #: includes/widgets/htmega_newsticker.php:537
2042
- #: includes/widgets/htmega_newsticker.php:796
2043
- #: includes/widgets/htmega_newsticker.php:884
2044
- #: includes/widgets/htmega_newsticker.php:941
2045
- #: includes/widgets/htmega_ninja_form.php:166
2046
- #: includes/widgets/htmega_ninja_form.php:268
2047
- #: includes/widgets/htmega_ninja_form.php:386
2048
- #: includes/widgets/htmega_ninja_form.php:580
2049
- #: includes/widgets/htmega_ninja_form.php:662
2050
- #: includes/widgets/htmega_ninja_form.php:800
2051
- #: includes/widgets/htmega_ninja_form.php:881
2052
- #: includes/widgets/htmega_ninja_form.php:1003
2053
- #: includes/widgets/htmega_ninja_form.php:1087
2054
- #: includes/widgets/htmega_notify.php:350
2055
- #: includes/widgets/htmega_notify.php:448
2056
- #: includes/widgets/htmega_notify.php:502
2057
- #: includes/widgets/htmega_offcanvas.php:454
2058
- #: includes/widgets/htmega_offcanvas.php:515
2059
- #: includes/widgets/htmega_panel_slider.php:515
2060
- #: includes/widgets/htmega_panel_slider.php:810
2061
- #: includes/widgets/htmega_panel_slider.php:999
2062
- #: includes/widgets/htmega_panel_slider.php:1131
2063
- #: includes/widgets/htmega_panel_slider.php:1170
2064
- #: includes/widgets/htmega_popover.php:405
2065
- #: includes/widgets/htmega_popover.php:483
2066
- #: includes/widgets/htmega_popover.php:562
2067
- #: includes/widgets/htmega_popover.php:638
2068
- #: includes/widgets/htmega_popover.php:742
2069
- #: includes/widgets/htmega_post_grid_tab.php:278
2070
- #: includes/widgets/htmega_post_grid_tab.php:354
2071
- #: includes/widgets/htmega_post_grid_tab.php:907
2072
- #: includes/widgets/htmega_post_grid_tab.php:957
2073
- #: includes/widgets/htmega_post_grid_tab.php:1021
2074
- #: includes/widgets/htmega_post_grid_tab.php:1079
2075
- #: includes/widgets/htmega_post_grid_tab.php:1111
2076
- #: includes/widgets/htmega_post_slider.php:778
2077
- #: includes/widgets/htmega_post_slider.php:1334
2078
- #: includes/widgets/htmega_post_slider.php:1384
2079
- #: includes/widgets/htmega_post_slider.php:1594
2080
- #: includes/widgets/htmega_post_slider.php:1714
2081
- #: includes/widgets/htmega_post_slider.php:1839
2082
- #: includes/widgets/htmega_post_slider.php:1878
2083
- #: includes/widgets/htmega_post_slider.php:1950
2084
- #: includes/widgets/htmega_post_slider.php:2027
2085
- #: includes/widgets/htmega_pricing_list_view.php:920
2086
- #: includes/widgets/htmega_pricing_list_view.php:1265
2087
- #: includes/widgets/htmega_pricing_list_view.php:1344
2088
- #: includes/widgets/htmega_pricing_list_view.php:1435
2089
- #: includes/widgets/htmega_progress_bar.php:361
2090
- #: includes/widgets/htmega_progress_bar.php:497
2091
- #: includes/widgets/htmega_progress_bar.php:615
2092
- #: includes/widgets/htmega_progress_bar.php:706
2093
- #: includes/widgets/htmega_progress_bar.php:798
2094
- #: includes/widgets/htmega_quforms.php:150
2095
- #: includes/widgets/htmega_quforms.php:261
2096
- #: includes/widgets/htmega_quforms.php:441
2097
- #: includes/widgets/htmega_quforms.php:499
2098
- #: includes/widgets/htmega_quforms.php:659
2099
- #: includes/widgets/htmega_quforms.php:717
2100
- #: includes/widgets/htmega_quforms.php:887
2101
- #: includes/widgets/htmega_quforms.php:948
2102
- #: includes/widgets/htmega_scroll_image.php:84
2103
- #: includes/widgets/htmega_scroll_image.php:184
2104
- #: includes/widgets/htmega_scroll_image.php:344
2105
- #: includes/widgets/htmega_scroll_navigation.php:328
2106
- #: includes/widgets/htmega_scroll_navigation.php:422
2107
- #: includes/widgets/htmega_search.php:369
2108
- #: includes/widgets/htmega_search.php:582
2109
- #: includes/widgets/htmega_search.php:634
2110
- #: includes/widgets/htmega_search.php:820
2111
- #: includes/widgets/htmega_search.php:982
2112
- #: includes/widgets/htmega_section_title.php:439
2113
- #: includes/widgets/htmega_section_title.php:567
2114
- #: includes/widgets/htmega_section_title.php:800
2115
- #: includes/widgets/htmega_section_title.php:981
2116
- #: includes/widgets/htmega_service.php:219
2117
- #: includes/widgets/htmega_service.php:287
2118
- #: includes/widgets/htmega_service.php:340
2119
- #: includes/widgets/htmega_service.php:696
2120
- #: includes/widgets/htmega_service.php:778
2121
- #: includes/widgets/htmega_service.php:958
2122
- #: includes/widgets/htmega_service.php:1086
2123
- #: includes/widgets/htmega_service.php:1138
2124
- #: includes/widgets/htmega_slider_thumb_gallery.php:875
2125
- #: includes/widgets/htmega_slider_thumb_gallery.php:1020
2126
- #: includes/widgets/htmega_slider_thumb_gallery.php:1092
2127
- #: includes/widgets/htmega_slider_thumb_gallery.php:1186
2128
- #: includes/widgets/htmega_slider_thumb_gallery.php:1230
2129
- #: includes/widgets/htmega_slider_thumb_gallery.php:1303
2130
- #: includes/widgets/htmega_socialshere.php:141
2131
- #: includes/widgets/htmega_socialshere.php:169
2132
- #: includes/widgets/htmega_socialshere.php:251
2133
- #: includes/widgets/htmega_socialshere.php:302
2134
- #: includes/widgets/htmega_socialshere.php:447
2135
- #: includes/widgets/htmega_socialshere.php:582
2136
- #: includes/widgets/htmega_special_day_banner.php:671
2137
- #: includes/widgets/htmega_special_day_banner.php:750
2138
- #: includes/widgets/htmega_switcher.php:297
2139
- #: includes/widgets/htmega_switcher.php:440
2140
- #: includes/widgets/htmega_switcher.php:515
2141
- #: includes/widgets/htmega_switcher.php:613
2142
- #: includes/widgets/htmega_tablepress.php:132
2143
- #: includes/widgets/htmega_tablepress.php:188
2144
- #: includes/widgets/htmega_tablepress.php:251
2145
- #: includes/widgets/htmega_tabs.php:316 includes/widgets/htmega_tabs.php:594
2146
- #: includes/widgets/htmega_tabs.php:646 includes/widgets/htmega_tabs.php:732
2147
- #: includes/widgets/htmega_tabs.php:827 includes/widgets/htmega_tabs.php:892
2148
- #: includes/widgets/htmega_teammember.php:359
2149
- #: includes/widgets/htmega_teammember.php:500
2150
- #: includes/widgets/htmega_teammember.php:558
2151
- #: includes/widgets/htmega_teammember.php:1020
2152
- #: includes/widgets/htmega_testimonial_grid.php:307
2153
- #: includes/widgets/htmega_testimonial_grid.php:352
2154
- #: includes/widgets/htmega_testimonial_grid.php:397
2155
- #: includes/widgets/htmega_toggle.php:321
2156
- #: includes/widgets/htmega_toggle.php:373
2157
- #: includes/widgets/htmega_tooltip.php:382
2158
- #: includes/widgets/htmega_tooltip.php:460
2159
- #: includes/widgets/htmega_twitter_feed.php:597
2160
- #: includes/widgets/htmega_twitter_feed.php:766
2161
- #: includes/widgets/htmega_twitter_feed.php:1015
2162
- #: includes/widgets/htmega_twitter_feed.php:1127
2163
- #: includes/widgets/htmega_twitter_feed.php:1264
2164
- #: includes/widgets/htmega_twitter_feed.php:1324
2165
- #: includes/widgets/htmega_twitter_feed.php:1453
2166
- #: includes/widgets/htmega_user_login_form.php:928
2167
- #: includes/widgets/htmega_user_login_form.php:1201
2168
- #: includes/widgets/htmega_user_login_form.php:1253
2169
- #: includes/widgets/htmega_user_login_form.php:1385
2170
- #: includes/widgets/htmega_user_login_form.php:1437
2171
- #: includes/widgets/htmega_user_login_form.php:1527
2172
- #: includes/widgets/htmega_verticle_time_line.php:363
2173
- #: includes/widgets/htmega_videoplayer.php:263
2174
- #: includes/widgets/htmega_videoplayer.php:422
2175
- #: includes/widgets/htmega_videoplayer.php:464
2176
- #: includes/widgets/htmega_wc_categories.php:194
2177
- #: includes/widgets/htmega_wc_categories.php:256
2178
- #: includes/widgets/htmega_wc_categories.php:356
2179
- #: includes/widgets/htmega_wc_categories.php:433
2180
- #: includes/widgets/htmega_wc_categories.php:442
2181
- #: includes/widgets/htmega_wc_categories.php:488
2182
- #: includes/widgets/htmega_wc_categories.php:516
2183
- #: includes/widgets/htmega_wc_element_pages.php:167
2184
- #: includes/widgets/htmega_wc_element_pages.php:236
2185
- #: includes/widgets/htmega_wc_element_pages.php:335
2186
- #: includes/widgets/htmega_wc_element_pages.php:427
2187
- #: includes/widgets/htmega_wc_element_pages.php:501
2188
- #: includes/widgets/htmega_wc_element_pages.php:599
2189
- #: includes/widgets/htmega_wc_element_pages.php:622
2190
- #: includes/widgets/htmega_wc_element_pages.php:813
2191
- #: includes/widgets/htmega_wc_element_pages.php:865
2192
- #: includes/widgets/htmega_wc_element_pages.php:976
2193
- #: includes/widgets/htmega_wc_element_pages.php:1066
2194
- #: includes/widgets/htmega_wc_element_pages.php:1421
2195
- #: includes/widgets/htmega_wc_element_pages.php:1479
2196
- #: includes/widgets/htmega_wc_element_pages.php:1554
2197
- #: includes/widgets/htmega_wc_element_pages.php:1656
2198
- #: includes/widgets/htmega_wc_element_pages.php:1770
2199
- #: includes/widgets/htmega_wc_element_pages.php:1822
2200
- #: includes/widgets/htmega_weather.php:288
2201
- #: includes/widgets/htmega_weather.php:326
2202
- #: includes/widgets/htmega_working_process.php:432
2203
- #: includes/widgets/htmega_working_process.php:690
2204
- #: includes/widgets/htmega_working_process.php:769
2205
- #: includes/widgets/htmega_working_process.php:869
2206
- #: includes/widgets/htmega_working_process.php:984
2207
- #: includes/widgets/htmega_working_process.php:1092
2208
- #: includes/widgets/htmega_wpforms.php:158
2209
- #: includes/widgets/htmega_wpforms.php:260
2210
- #: includes/widgets/htmega_wpforms.php:368
2211
- #: includes/widgets/htmega_wpforms.php:583
2212
- #: includes/widgets/htmega_wpforms.php:667
2213
- #: includes/widgets/htmega_wpforms.php:803
2214
- #: includes/widgets/htmega_wpforms.php:885
2215
- #: includes/widgets/htmega_wpforms.php:1030
2216
- #: includes/widgets/htmega_wpforms.php:1114
2217
- #: includes/widgets/htmega_wpforms.php:1156
2218
- #: extensions/ht-builder/widgets/bl_nav_menu.php:185
2219
- #: extensions/ht-builder/widgets/bl_nav_menu.php:257
2220
- #: extensions/ht-builder/widgets/bl_nav_menu.php:310
2221
- #: extensions/ht-builder/widgets/bl_nav_menu.php:418
2222
- #: extensions/ht-builder/widgets/bl_nav_menu.php:458
2223
- #: extensions/ht-builder/widgets/bl_page_title.php:87
2224
- #: extensions/ht-builder/widgets/bl_post_archive.php:278
2225
- #: extensions/ht-builder/widgets/bl_post_archive.php:742
2226
- #: extensions/ht-builder/widgets/bl_post_archive.php:808
2227
- #: extensions/ht-builder/widgets/bl_post_archive.php:878
2228
- #: extensions/ht-builder/widgets/bl_post_archive.php:933
2229
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:89
2230
- #: extensions/ht-builder/widgets/bl_post_author_info.php:174
2231
- #: extensions/ht-builder/widgets/bl_post_comments.php:69
2232
- #: extensions/ht-builder/widgets/bl_post_comments.php:130
2233
- #: extensions/ht-builder/widgets/bl_post_comments.php:171
2234
- #: extensions/ht-builder/widgets/bl_post_search_form.php:131
2235
- #: extensions/ht-builder/widgets/bl_post_search_form.php:216
2236
- #: extensions/ht-builder/widgets/bl_post_search_form.php:281
2237
- #: extensions/ht-builder/widgets/bl_site_logo.php:108
2238
- #: extensions/ht-builder/widgets/bl_site_title.php:89
2239
- #: extensions/ht-menu/widgets/inline-mega-menu.php:144
2240
- #: extensions/ht-menu/widgets/inline-mega-menu.php:264
2241
- #: extensions/ht-menu/widgets/inline-mega-menu.php:394
2242
- #: extensions/ht-menu/widgets/inline-mega-menu.php:452
2243
- #: extensions/ht-menu/widgets/inline-mega-menu.php:516
2244
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:145
2245
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:265
2246
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:352
2247
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:410
2248
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:462
2249
- msgid "Border"
2250
- msgstr ""
2251
-
2252
- #: includes/widgets/htmega_counter.php:764
2253
- msgid "Border After Color"
2254
- msgstr ""
2255
-
2256
- #: includes/widgets/htmega_imagemarker.php:797
2257
- msgid "Border Background"
2258
- msgstr ""
2259
-
2260
- #: includes/widgets/htmega_booked_calender.php:374
2261
- #: includes/widgets/htmega_booked_calender.php:849
2262
- #: includes/widgets/htmega_caldera_form.php:585
2263
- #: includes/widgets/htmega_caldera_form.php:636
2264
- #: includes/widgets/htmega_caldera_form.php:675
2265
- #: includes/widgets/htmega_caldera_form.php:714
2266
- #: includes/widgets/htmega_gravity_forms.php:867
2267
- #: includes/widgets/htmega_ninja_form.php:1126
2268
- #: includes/widgets/htmega_quforms.php:994
2269
- #: includes/widgets/htmega_quforms.php:1033
2270
- #: includes/widgets/htmega_tablepress.php:293
2271
- #: includes/widgets/htmega_tablepress.php:337
2272
- #: includes/widgets/htmega_wc_element_pages.php:320
2273
- #: includes/widgets/htmega_wc_element_pages.php:1051
2274
- #: includes/widgets/htmega_wc_element_pages.php:1641
2275
- msgid "Border Color"
2276
- msgstr ""
2277
-
2278
- #: includes/widgets/htmega_progress_bar.php:374
2279
- msgid "Border color"
2280
- msgstr ""
2281
-
2282
- #: includes/widgets/htmega_search.php:398
2283
- msgid "Border Focus Color"
2284
- msgstr ""
2285
-
2286
- #: includes/widgets/htmega_section_title.php:747
2287
- #: includes/widgets/htmega_section_title.php:909
2288
- msgid "Border Height"
2289
- msgstr ""
2290
-
2291
- #: includes/widgets/htmega_accordion.php:523
2292
- #: includes/widgets/htmega_accordion.php:607
2293
- #: includes/widgets/htmega_accordion.php:777
2294
- #: includes/widgets/htmega_accordion.php:876
2295
- #: includes/widgets/htmega_accordion.php:1049
2296
- #: includes/widgets/htmega_accordion.php:1160
2297
- #: includes/widgets/htmega_accordion.php:1297
2298
- #: includes/widgets/htmega_add_banner.php:284
2299
- #: includes/widgets/htmega_add_banner.php:338
2300
- #: includes/widgets/htmega_add_banner.php:656
2301
- #: includes/widgets/htmega_add_banner.php:735
2302
- #: includes/widgets/htmega_animated_heading.php:191
2303
- #: includes/widgets/htmega_animated_heading.php:322
2304
- #: includes/widgets/htmega_animated_heading.php:410
2305
- #: includes/widgets/htmega_blockquote.php:255
2306
- #: includes/widgets/htmega_blockquote.php:389
2307
- #: includes/widgets/htmega_blockquote.php:564
2308
- #: includes/widgets/htmega_blockquote.php:744
2309
- #: includes/widgets/htmega_booked_calender.php:613
2310
- #: includes/widgets/htmega_booked_calender.php:765
2311
- #: includes/widgets/htmega_brand.php:366
2312
- #: includes/widgets/htmega_buddy_press.php:192
2313
- #: includes/widgets/htmega_business_hours.php:277
2314
- #: includes/widgets/htmega_business_hours.php:353
2315
- #: includes/widgets/htmega_business_hours.php:481
2316
- #: includes/widgets/htmega_button.php:230
2317
- #: includes/widgets/htmega_button.php:353
2318
- #: includes/widgets/htmega_button.php:557
2319
- #: includes/widgets/htmega_caldera_form.php:321
2320
- #: includes/widgets/htmega_caldera_form.php:410
2321
- #: includes/widgets/htmega_caldera_form.php:497
2322
- #: includes/widgets/htmega_call_to_action.php:409
2323
- #: includes/widgets/htmega_call_to_action.php:486
2324
- #: includes/widgets/htmega_call_to_action.php:765
2325
- #: includes/widgets/htmega_call_to_action.php:845
2326
- #: includes/widgets/htmega_call_to_action.php:971
2327
- #: includes/widgets/htmega_call_to_action.php:1051
2328
- #: includes/widgets/htmega_carousel.php:520
2329
- #: includes/widgets/htmega_carousel.php:616
2330
- #: includes/widgets/htmega_carousel.php:791
2331
- #: includes/widgets/htmega_carousel.php:881
2332
- #: includes/widgets/htmega_carousel.php:1014
2333
- #: includes/widgets/htmega_carousel.php:1120
2334
- #: includes/widgets/htmega_carousel.php:1214
2335
- #: includes/widgets/htmega_carousel.php:1347
2336
- #: includes/widgets/htmega_carousel.php:1431
2337
- #: includes/widgets/htmega_contact_form_seven.php:300
2338
- #: includes/widgets/htmega_contact_form_seven.php:414
2339
- #: includes/widgets/htmega_contact_form_seven.php:534
2340
- #: includes/widgets/htmega_contact_form_seven.php:619
2341
- #: includes/widgets/htmega_contact_form_seven.php:690
2342
- #: includes/widgets/htmega_contact_form_seven.php:881
2343
- #: includes/widgets/htmega_countdown.php:559
2344
- #: includes/widgets/htmega_countdown.php:807
2345
- #: includes/widgets/htmega_countdown.php:971
2346
- #: includes/widgets/htmega_countdown.php:1084
2347
- #: includes/widgets/htmega_countdown.php:1169
2348
- #: includes/widgets/htmega_counter.php:261
2349
- #: includes/widgets/htmega_counter.php:523
2350
- #: includes/widgets/htmega_counter.php:646
2351
- #: includes/widgets/htmega_counter.php:914
2352
- #: includes/widgets/htmega_counter.php:1002
2353
- #: includes/widgets/htmega_counter.php:1092
2354
- #: includes/widgets/htmega_custom_event.php:427
2355
- #: includes/widgets/htmega_data_table.php:180
2356
- #: includes/widgets/htmega_data_table.php:542
2357
- #: includes/widgets/htmega_data_table.php:624
2358
- #: includes/widgets/htmega_data_table.php:743
2359
- #: includes/widgets/htmega_double_button.php:276
2360
- #: includes/widgets/htmega_double_button.php:400
2361
- #: includes/widgets/htmega_double_button.php:430
2362
- #: includes/widgets/htmega_double_button.php:496
2363
- #: includes/widgets/htmega_double_button.php:583
2364
- #: includes/widgets/htmega_double_button.php:669
2365
- #: includes/widgets/htmega_double_button.php:755
2366
- #: includes/widgets/htmega_double_button.php:852
2367
- #: includes/widgets/htmega_download_monitor.php:179
2368
- #: includes/widgets/htmega_download_monitor.php:368
2369
- #: includes/widgets/htmega_dropcaps.php:174
2370
- #: includes/widgets/htmega_dropcaps.php:276
2371
- #: includes/widgets/htmega_easy_digital_download.php:291
2372
- #: includes/widgets/htmega_easy_digital_download.php:575
2373
- #: includes/widgets/htmega_easy_digital_download.php:653
2374
- #: includes/widgets/htmega_errorcontent.php:344
2375
- #: includes/widgets/htmega_errorcontent.php:423
2376
- #: includes/widgets/htmega_errorcontent.php:502
2377
- #: includes/widgets/htmega_errorcontent.php:624
2378
- #: includes/widgets/htmega_errorcontent.php:675
2379
- #: includes/widgets/htmega_errorcontent.php:775
2380
- #: includes/widgets/htmega_errorcontent.php:826
2381
- #: includes/widgets/htmega_gallery_justify.php:85
2382
- #: includes/widgets/htmega_googlemap.php:325
2383
- #: includes/widgets/htmega_googlemap.php:466
2384
- #: includes/widgets/htmega_gravity_forms.php:308
2385
- #: includes/widgets/htmega_gravity_forms.php:520
2386
- #: includes/widgets/htmega_gravity_forms.php:605
2387
- #: includes/widgets/htmega_gravity_forms.php:752
2388
- #: includes/widgets/htmega_imagemarker.php:672
2389
- #: includes/widgets/htmega_imagemarker.php:884
2390
- #: includes/widgets/htmega_image_comparison.php:133
2391
- #: includes/widgets/htmega_image_comparison.php:271
2392
- #: includes/widgets/htmega_image_comparison.php:352
2393
- #: includes/widgets/htmega_image_comparison.php:441
2394
- #: includes/widgets/htmega_image_grid.php:229
2395
- #: includes/widgets/htmega_image_grid.php:522
2396
- #: includes/widgets/htmega_image_grid.php:581
2397
- #: includes/widgets/htmega_image_magnifier.php:119
2398
- #: includes/widgets/htmega_image_masonry.php:219
2399
- #: includes/widgets/htmega_image_masonry.php:508
2400
- #: includes/widgets/htmega_image_masonry.php:576
2401
- #: includes/widgets/htmega_inlinemenu.php:209
2402
- #: includes/widgets/htmega_inlinemenu.php:283
2403
- #: includes/widgets/htmega_inlinemenu.php:446
2404
- #: includes/widgets/htmega_instagram.php:714
2405
- #: includes/widgets/htmega_instagram.php:844
2406
- #: includes/widgets/htmega_instagram.php:992
2407
- #: includes/widgets/htmega_instagram.php:1111
2408
- #: includes/widgets/htmega_instagram.php:1171
2409
- #: includes/widgets/htmega_instagram.php:1265
2410
- #: includes/widgets/htmega_instagram.php:1331
2411
- #: includes/widgets/htmega_instagram.php:1468
2412
- #: includes/widgets/htmega_lightbox.php:273
2413
- #: includes/widgets/htmega_lightbox.php:461
2414
- #: includes/widgets/htmega_mailchimp_wp.php:246
2415
- #: includes/widgets/htmega_mailchimp_wp.php:429
2416
- #: includes/widgets/htmega_modal.php:267 includes/widgets/htmega_modal.php:560
2417
- #: includes/widgets/htmega_modal.php:631 includes/widgets/htmega_modal.php:732
2418
- #: includes/widgets/htmega_modal.php:794 includes/widgets/htmega_modal.php:902
2419
- #: includes/widgets/htmega_modal.php:964
2420
- #: includes/widgets/htmega_newsticker.php:373
2421
- #: includes/widgets/htmega_newsticker.php:548
2422
- #: includes/widgets/htmega_newsticker.php:685
2423
- #: includes/widgets/htmega_newsticker.php:804
2424
- #: includes/widgets/htmega_newsticker.php:949
2425
- #: includes/widgets/htmega_ninja_form.php:174
2426
- #: includes/widgets/htmega_ninja_form.php:276
2427
- #: includes/widgets/htmega_ninja_form.php:394
2428
- #: includes/widgets/htmega_ninja_form.php:588
2429
- #: includes/widgets/htmega_ninja_form.php:670
2430
- #: includes/widgets/htmega_ninja_form.php:808
2431
- #: includes/widgets/htmega_ninja_form.php:889
2432
- #: includes/widgets/htmega_ninja_form.php:1011
2433
- #: includes/widgets/htmega_notify.php:358
2434
- #: includes/widgets/htmega_notify.php:510
2435
- #: includes/widgets/htmega_notify.php:813
2436
- #: includes/widgets/htmega_offcanvas.php:462
2437
- #: includes/widgets/htmega_panel_slider.php:526
2438
- #: includes/widgets/htmega_panel_slider.php:818
2439
- #: includes/widgets/htmega_panel_slider.php:1007
2440
- #: includes/widgets/htmega_panel_slider.php:1139
2441
- #: includes/widgets/htmega_panel_slider.php:1178
2442
- #: includes/widgets/htmega_popover.php:413
2443
- #: includes/widgets/htmega_popover.php:570
2444
- #: includes/widgets/htmega_popover.php:646
2445
- #: includes/widgets/htmega_popover.php:750
2446
- #: includes/widgets/htmega_post_grid_tab.php:286
2447
- #: includes/widgets/htmega_post_grid_tab.php:362
2448
- #: includes/widgets/htmega_post_grid_tab.php:915
2449
- #: includes/widgets/htmega_post_grid_tab.php:965
2450
- #: includes/widgets/htmega_post_grid_tab.php:1028
2451
- #: includes/widgets/htmega_post_grid_tab.php:1119
2452
- #: includes/widgets/htmega_post_slider.php:636
2453
- #: includes/widgets/htmega_post_slider.php:789
2454
- #: includes/widgets/htmega_post_slider.php:1342
2455
- #: includes/widgets/htmega_post_slider.php:1392
2456
- #: includes/widgets/htmega_post_slider.php:1602
2457
- #: includes/widgets/htmega_post_slider.php:1722
2458
- #: includes/widgets/htmega_post_slider.php:1847
2459
- #: includes/widgets/htmega_post_slider.php:1886
2460
- #: includes/widgets/htmega_post_slider.php:1958
2461
- #: includes/widgets/htmega_post_slider.php:2035
2462
- #: includes/widgets/htmega_pricing_list_view.php:425
2463
- #: includes/widgets/htmega_pricing_list_view.php:820
2464
- #: includes/widgets/htmega_pricing_list_view.php:943
2465
- #: includes/widgets/htmega_pricing_list_view.php:1054
2466
- #: includes/widgets/htmega_pricing_list_view.php:1273
2467
- #: includes/widgets/htmega_pricing_list_view.php:1352
2468
- #: includes/widgets/htmega_pricing_list_view.php:1443
2469
- #: includes/widgets/htmega_pricing_list_view.php:1480
2470
- #: includes/widgets/htmega_pricing_list_view.php:1586
2471
- #: includes/widgets/htmega_pricing_list_view.php:1744
2472
- #: includes/widgets/htmega_pricing_list_view.php:1821
2473
- #: includes/widgets/htmega_progress_bar.php:505
2474
- #: includes/widgets/htmega_progress_bar.php:714
2475
- #: includes/widgets/htmega_progress_bar.php:806
2476
- #: includes/widgets/htmega_quforms.php:158
2477
- #: includes/widgets/htmega_quforms.php:269
2478
- #: includes/widgets/htmega_quforms.php:449
2479
- #: includes/widgets/htmega_quforms.php:507
2480
- #: includes/widgets/htmega_quforms.php:667
2481
- #: includes/widgets/htmega_quforms.php:725
2482
- #: includes/widgets/htmega_quforms.php:895
2483
- #: includes/widgets/htmega_scroll_image.php:192
2484
- #: includes/widgets/htmega_scroll_image.php:352
2485
- #: includes/widgets/htmega_scroll_navigation.php:336
2486
- #: includes/widgets/htmega_scroll_navigation.php:430
2487
- #: includes/widgets/htmega_search.php:378
2488
- #: includes/widgets/htmega_search.php:591
2489
- #: includes/widgets/htmega_search.php:643
2490
- #: includes/widgets/htmega_search.php:832
2491
- #: includes/widgets/htmega_search.php:994
2492
- #: includes/widgets/htmega_section_title.php:576
2493
- #: includes/widgets/htmega_section_title.php:808
2494
- #: includes/widgets/htmega_section_title.php:990
2495
- #: includes/widgets/htmega_service.php:227
2496
- #: includes/widgets/htmega_service.php:295
2497
- #: includes/widgets/htmega_service.php:704
2498
- #: includes/widgets/htmega_service.php:785
2499
- #: includes/widgets/htmega_service.php:966
2500
- #: includes/widgets/htmega_service.php:1094
2501
- #: includes/widgets/htmega_service.php:1146
2502
- #: includes/widgets/htmega_slider_thumb_gallery.php:883
2503
- #: includes/widgets/htmega_slider_thumb_gallery.php:1028
2504
- #: includes/widgets/htmega_slider_thumb_gallery.php:1100
2505
- #: includes/widgets/htmega_slider_thumb_gallery.php:1194
2506
- #: includes/widgets/htmega_slider_thumb_gallery.php:1238
2507
- #: includes/widgets/htmega_slider_thumb_gallery.php:1311
2508
- #: includes/widgets/htmega_socialshere.php:259
2509
- #: includes/widgets/htmega_socialshere.php:431
2510
- #: includes/widgets/htmega_socialshere.php:600
2511
- #: includes/widgets/htmega_special_day_banner.php:679
2512
- #: includes/widgets/htmega_special_day_banner.php:758
2513
- #: includes/widgets/htmega_switcher.php:308
2514
- #: includes/widgets/htmega_switcher.php:451
2515
- #: includes/widgets/htmega_switcher.php:526
2516
- #: includes/widgets/htmega_switcher.php:621
2517
- #: includes/widgets/htmega_tabs.php:325 includes/widgets/htmega_tabs.php:602
2518
- #: includes/widgets/htmega_tabs.php:654 includes/widgets/htmega_tabs.php:740
2519
- #: includes/widgets/htmega_tabs.php:835 includes/widgets/htmega_tabs.php:900
2520
- #: includes/widgets/htmega_teammember.php:371
2521
- #: includes/widgets/htmega_teammember.php:569
2522
- #: includes/widgets/htmega_teammember.php:1028
2523
- #: includes/widgets/htmega_testimonial_grid.php:315
2524
- #: includes/widgets/htmega_testimonial_grid.php:405
2525
- #: includes/widgets/htmega_testimonial_grid.php:629
2526
- #: includes/widgets/htmega_toggle.php:329
2527
- #: includes/widgets/htmega_tooltip.php:390
2528
- #: includes/widgets/htmega_tooltip.php:534
2529
- #: includes/widgets/htmega_twitter_feed.php:605
2530
- #: includes/widgets/htmega_twitter_feed.php:777
2531
- #: includes/widgets/htmega_twitter_feed.php:1135
2532
- #: includes/widgets/htmega_twitter_feed.php:1272
2533
- #: includes/widgets/htmega_twitter_feed.php:1332
2534
- #: includes/widgets/htmega_twitter_feed.php:1461
2535
- #: includes/widgets/htmega_user_login_form.php:598
2536
- #: includes/widgets/htmega_user_login_form.php:937
2537
- #: includes/widgets/htmega_user_login_form.php:1210
2538
- #: includes/widgets/htmega_user_login_form.php:1262
2539
- #: includes/widgets/htmega_user_login_form.php:1394
2540
- #: includes/widgets/htmega_user_login_form.php:1446
2541
- #: includes/widgets/htmega_user_login_form.php:1536
2542
- #: includes/widgets/htmega_verticle_time_line.php:235
2543
- #: includes/widgets/htmega_verticle_time_line.php:374
2544
- #: includes/widgets/htmega_videoplayer.php:271
2545
- #: includes/widgets/htmega_videoplayer.php:443
2546
- #: includes/widgets/htmega_videoplayer.php:471
2547
- #: includes/widgets/htmega_wc_categories.php:202
2548
- #: includes/widgets/htmega_wc_categories.php:264
2549
- #: includes/widgets/htmega_wc_categories.php:364
2550
- #: includes/widgets/htmega_wc_categories.php:496
2551
- #: includes/widgets/htmega_wc_categories.php:524
2552
- #: includes/widgets/htmega_wc_element_pages.php:175
2553
- #: includes/widgets/htmega_wc_element_pages.php:245
2554
- #: includes/widgets/htmega_wc_element_pages.php:344
2555
- #: includes/widgets/htmega_wc_element_pages.php:435
2556
- #: includes/widgets/htmega_wc_element_pages.php:509
2557
- #: includes/widgets/htmega_wc_element_pages.php:633
2558
- #: includes/widgets/htmega_wc_element_pages.php:826
2559
- #: includes/widgets/htmega_wc_element_pages.php:987
2560
- #: includes/widgets/htmega_wc_element_pages.php:1075
2561
- #: includes/widgets/htmega_wc_element_pages.php:1129
2562
- #: includes/widgets/htmega_wc_element_pages.php:1492
2563
- #: includes/widgets/htmega_wc_element_pages.php:1565
2564
- #: includes/widgets/htmega_wc_element_pages.php:1667
2565
- #: includes/widgets/htmega_wc_element_pages.php:1779
2566
- #: includes/widgets/htmega_wc_element_pages.php:1831
2567
- #: includes/widgets/htmega_working_process.php:440
2568
- #: includes/widgets/htmega_working_process.php:698
2569
- #: includes/widgets/htmega_working_process.php:777
2570
- #: includes/widgets/htmega_working_process.php:877
2571
- #: includes/widgets/htmega_working_process.php:992
2572
- #: includes/widgets/htmega_wpforms.php:166
2573
- #: includes/widgets/htmega_wpforms.php:268
2574
- #: includes/widgets/htmega_wpforms.php:376
2575
- #: includes/widgets/htmega_wpforms.php:591
2576
- #: includes/widgets/htmega_wpforms.php:674
2577
- #: includes/widgets/htmega_wpforms.php:811
2578
- #: includes/widgets/htmega_wpforms.php:892
2579
- #: includes/widgets/htmega_wpforms.php:1038
2580
- #: extensions/ht-builder/widgets/bl_nav_menu.php:193
2581
- #: extensions/ht-builder/widgets/bl_nav_menu.php:265
2582
- #: extensions/ht-builder/widgets/bl_nav_menu.php:318
2583
- #: extensions/ht-builder/widgets/bl_page_title.php:96
2584
- #: extensions/ht-builder/widgets/bl_post_archive.php:286
2585
- #: extensions/ht-builder/widgets/bl_post_archive.php:750
2586
- #: extensions/ht-builder/widgets/bl_post_archive.php:816
2587
- #: extensions/ht-builder/widgets/bl_post_archive.php:886
2588
- #: extensions/ht-builder/widgets/bl_post_archive.php:941
2589
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:98
2590
- #: extensions/ht-builder/widgets/bl_post_author_info.php:182
2591
- #: extensions/ht-builder/widgets/bl_post_search_form.php:139
2592
- #: extensions/ht-builder/widgets/bl_post_search_form.php:224
2593
- #: extensions/ht-builder/widgets/bl_site_logo.php:117
2594
- #: extensions/ht-builder/widgets/bl_site_title.php:98
2595
- #: extensions/ht-menu/widgets/inline-mega-menu.php:131
2596
- #: extensions/ht-menu/widgets/inline-mega-menu.php:251
2597
- #: extensions/ht-menu/widgets/inline-mega-menu.php:381
2598
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:132
2599
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:252
2600
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:339
2601
- msgid "Border Radius"
2602
- msgstr ""
2603
-
2604
- #: includes/widgets/htmega_progress_bar.php:385
2605
- msgid "Border Radius aaa"
2606
- msgstr ""
2607
-
2608
- #: includes/widgets/htmega_newsticker.php:814
2609
- #: includes/widgets/htmega_panel_slider.php:828
2610
- msgid "Border Radius Next Button"
2611
- msgstr ""
2612
-
2613
- #: includes/widgets/htmega_add_banner.php:231
2614
- #: includes/widgets/htmega_service.php:802
2615
- msgid "Border Style"
2616
- msgstr ""
2617
-
2618
- #: includes/widgets/htmega_counter.php:784
2619
- #: includes/widgets/htmega_section_title.php:725
2620
- #: includes/widgets/htmega_section_title.php:887
2621
- #: includes/widgets/htmega_working_process.php:249
2622
- msgid "Border Width"
2623
- msgstr ""
2624
-
2625
- #: includes/widgets/htmega_pricing_list_view.php:586
2626
- msgid "Both"
2627
- msgstr ""
2628
-
2629
- #: includes/widgets/htmega_add_banner.php:64
2630
- #: includes/widgets/htmega_button.php:114
2631
- #: includes/widgets/htmega_imagemarker.php:215
2632
- #: includes/widgets/htmega_image_comparison.php:187
2633
- #: includes/widgets/htmega_offcanvas.php:106
2634
- #: includes/widgets/htmega_popover.php:196
2635
- #: includes/widgets/htmega_pricing_list_view.php:516
2636
- #: includes/widgets/htmega_pricing_list_view.php:1171
2637
- #: includes/widgets/htmega_pricing_list_view.php:1201
2638
- #: includes/widgets/htmega_section_title.php:165
2639
- #: includes/widgets/htmega_section_title.php:240
2640
- #: includes/widgets/htmega_singlepost.php:62
2641
- #: includes/widgets/htmega_slider_thumb_gallery.php:54
2642
- #: includes/widgets/htmega_special_day_banner.php:48
2643
- #: includes/widgets/htmega_teammember.php:108
2644
- #: includes/widgets/htmega_tooltip.php:184
2645
- #: extensions/ht-builder/widgets/bl_post_author_info.php:124
2646
- msgid "Bottom"
2647
- msgstr ""
2648
-
2649
- #: includes/widgets/htmega_notify.php:117
2650
- msgid "Bottom Center"
2651
- msgstr ""
2652
-
2653
- #: includes/widgets/htmega_notify.php:120
2654
- msgid "Bottom Fullwidth"
2655
- msgstr ""
2656
-
2657
- #: includes/widgets/htmega_notify.php:116
2658
- #: extensions/wc-sales-notification/admin/setting.php:82
2659
- msgid "Bottom Left"
2660
- msgstr ""
2661
-
2662
- #: includes/widgets/htmega_notify.php:118
2663
- msgid "Bottom Right"
2664
- msgstr ""
2665
-
2666
- #: includes/widgets/htmega_notify.php:166
2667
- #: includes/widgets/htmega_notify.php:201
2668
- msgid "bounceIn"
2669
- msgstr ""
2670
-
2671
- #: includes/widgets/htmega_notify.php:167
2672
- #: includes/widgets/htmega_notify.php:202
2673
- msgid "bounceInDown"
2674
- msgstr ""
2675
-
2676
- #: includes/widgets/htmega_notify.php:168
2677
- #: includes/widgets/htmega_notify.php:203
2678
- msgid "bounceInLeft"
2679
- msgstr ""
2680
-
2681
- #: includes/widgets/htmega_notify.php:169
2682
- #: includes/widgets/htmega_notify.php:204
2683
- msgid "bounceInRight"
2684
- msgstr ""
2685
-
2686
- #: includes/widgets/htmega_notify.php:170
2687
- #: includes/widgets/htmega_notify.php:205
2688
- msgid "bounceInUp"
2689
- msgstr ""
2690
-
2691
- #: includes/widgets/htmega_notify.php:148
2692
- #: includes/widgets/htmega_notify.php:183
2693
- msgid "bounceOut"
2694
- msgstr ""
2695
-
2696
- #: includes/widgets/htmega_notify.php:149
2697
- #: includes/widgets/htmega_notify.php:184
2698
- msgid "bounceOutDown"
2699
- msgstr ""
2700
-
2701
- #: includes/widgets/htmega_notify.php:150
2702
- #: includes/widgets/htmega_notify.php:185
2703
- msgid "bounceOutLeft"
2704
- msgstr ""
2705
-
2706
- #: includes/widgets/htmega_notify.php:151
2707
- #: includes/widgets/htmega_notify.php:186
2708
- msgid "bounceOutRight"
2709
- msgstr ""
2710
-
2711
- #: includes/widgets/htmega_notify.php:152
2712
- #: includes/widgets/htmega_notify.php:187
2713
- msgid "bounceOutUp"
2714
- msgstr ""
2715
-
2716
- #: includes/widgets/htmega_counter.php:350
2717
- msgid "Box Width"
2718
- msgstr ""
2719
-
2720
- #: includes/widgets/htmega_verticle_time_line.php:473
2721
- msgid "Box Background"
2722
- msgstr ""
2723
-
2724
- #: includes/widgets/htmega_verticle_time_line.php:391
2725
- msgid "Box Border"
2726
- msgstr ""
2727
-
2728
- #: includes/widgets/htmega_counter.php:380
2729
- msgid "Box Height"
2730
- msgstr ""
2731
-
2732
- #: includes/widgets/htmega_newsticker.php:655
2733
- msgid "Box Height and Width"
2734
- msgstr ""
2735
-
2736
- #: includes/widgets/htmega_carousel.php:421
2737
- msgid "Box Option"
2738
- msgstr ""
2739
-
2740
- #: includes/widgets/htmega_accordion.php:536
2741
- #: includes/widgets/htmega_accordion.php:620
2742
- #: includes/widgets/htmega_accordion.php:790
2743
- #: includes/widgets/htmega_accordion.php:890
2744
- #: includes/widgets/htmega_accordion.php:1062
2745
- #: includes/widgets/htmega_accordion.php:1173
2746
- #: includes/widgets/htmega_accordion.php:1310
2747
- #: includes/widgets/htmega_animated_heading.php:214
2748
- #: includes/widgets/htmega_animated_heading.php:345
2749
- #: includes/widgets/htmega_animated_heading.php:433
2750
- #: includes/widgets/htmega_brand.php:191 includes/widgets/htmega_brand.php:216
2751
- #: includes/widgets/htmega_brand.php:252 includes/widgets/htmega_brand.php:277
2752
- #: includes/widgets/htmega_buddy_press.php:215
2753
- #: includes/widgets/htmega_business_hours.php:289
2754
- #: includes/widgets/htmega_business_hours.php:365
2755
- #: includes/widgets/htmega_business_hours.php:493
2756
- #: includes/widgets/htmega_button.php:288
2757
- #: includes/widgets/htmega_button.php:403
2758
- #: includes/widgets/htmega_button.php:592
2759
- #: includes/widgets/htmega_caldera_form.php:336
2760
- #: includes/widgets/htmega_caldera_form.php:423
2761
- #: includes/widgets/htmega_call_to_action.php:392
2762
- #: includes/widgets/htmega_call_to_action.php:469
2763
- #: includes/widgets/htmega_call_to_action.php:777
2764
- #: includes/widgets/htmega_call_to_action.php:868
2765
- #: includes/widgets/htmega_call_to_action.php:983
2766
- #: includes/widgets/htmega_call_to_action.php:1074
2767
- #: includes/widgets/htmega_contact_form_seven.php:356
2768
- #: includes/widgets/htmega_contact_form_seven.php:432
2769
- #: includes/widgets/htmega_contact_form_seven.php:572
2770
- #: includes/widgets/htmega_contact_form_seven.php:631
2771
- #: includes/widgets/htmega_contact_form_seven.php:894
2772
- #: includes/widgets/htmega_countdown.php:526
2773
- #: includes/widgets/htmega_counter.php:275
2774
- #: includes/widgets/htmega_data_table.php:190
2775
- #: includes/widgets/htmega_data_table.php:553
2776
- #: includes/widgets/htmega_double_button.php:289
2777
- #: includes/widgets/htmega_double_button.php:519
2778
- #: includes/widgets/htmega_double_button.php:606
2779
- #: includes/widgets/htmega_double_button.php:692
2780
- #: includes/widgets/htmega_double_button.php:778
2781
- #: includes/widgets/htmega_double_button.php:875
2782
- #: includes/widgets/htmega_gallery_justify.php:98
2783
- #: includes/widgets/htmega_gravity_forms.php:532
2784
- #: includes/widgets/htmega_gravity_forms.php:617
2785
- #: includes/widgets/htmega_gravity_forms.php:764
2786
- #: includes/widgets/htmega_image_grid.php:244
2787
- #: includes/widgets/htmega_image_grid.php:492
2788
- #: includes/widgets/htmega_image_grid.php:564
2789
- #: includes/widgets/htmega_image_magnifier.php:133
2790
- #: includes/widgets/htmega_image_masonry.php:234
2791
- #: includes/widgets/htmega_image_masonry.php:478
2792
- #: includes/widgets/htmega_image_masonry.php:559
2793
- #: includes/widgets/htmega_inlinemenu.php:223
2794
- #: includes/widgets/htmega_lightbox.php:285
2795
- #: includes/widgets/htmega_lightbox.php:473
2796
- #: includes/widgets/htmega_mailchimp_wp.php:442
2797
- #: includes/widgets/htmega_modal.php:240 includes/widgets/htmega_modal.php:604
2798
- #: includes/widgets/htmega_ninja_form.php:600
2799
- #: includes/widgets/htmega_ninja_form.php:682
2800
- #: includes/widgets/htmega_ninja_form.php:843
2801
- #: includes/widgets/htmega_ninja_form.php:900
2802
- #: includes/widgets/htmega_ninja_form.php:1023
2803
- #: includes/widgets/htmega_notify.php:381
2804
- #: includes/widgets/htmega_panel_slider.php:549
2805
- #: includes/widgets/htmega_panel_slider.php:840
2806
- #: includes/widgets/htmega_panel_slider.php:1018
2807
- #: includes/widgets/htmega_popover.php:552
2808
- #: includes/widgets/htmega_progress_bar.php:520
2809
- #: includes/widgets/htmega_progress_bar.php:728
2810
- #: includes/widgets/htmega_progress_bar.php:820
2811
- #: includes/widgets/htmega_quforms.php:461
2812
- #: includes/widgets/htmega_quforms.php:518
2813
- #: includes/widgets/htmega_quforms.php:678
2814
- #: includes/widgets/htmega_quforms.php:736
2815
- #: includes/widgets/htmega_quforms.php:907
2816
- #: includes/widgets/htmega_quforms.php:956
2817
- #: includes/widgets/htmega_scroll_image.php:230
2818
- #: includes/widgets/htmega_section_title.php:972
2819
- #: includes/widgets/htmega_socialshere.php:456
2820
- #: includes/widgets/htmega_teammember.php:399
2821
- #: includes/widgets/htmega_teammember.php:1039
2822
- #: includes/widgets/htmega_testimonial_grid.php:326
2823
- #: includes/widgets/htmega_testimonial_grid.php:375
2824
- #: includes/widgets/htmega_testimonial_grid.php:669
2825
- #: includes/widgets/htmega_twitter_feed.php:562
2826
- #: includes/widgets/htmega_user_login_form.php:634
2827
- #: includes/widgets/htmega_verticle_time_line.php:262
2828
- #: includes/widgets/htmega_videoplayer.php:284
2829
- #: includes/widgets/htmega_wc_categories.php:227
2830
- #: includes/widgets/htmega_wc_element_pages.php:608
2831
- #: includes/widgets/htmega_wc_element_pages.php:874
2832
- #: includes/widgets/htmega_wc_element_pages.php:1430
2833
- #: includes/widgets/htmega_weather.php:307
2834
- #: includes/widgets/htmega_working_process.php:812
2835
- #: includes/widgets/htmega_working_process.php:1053
2836
- #: includes/widgets/htmega_wpforms.php:603
2837
- #: includes/widgets/htmega_wpforms.php:686
2838
- #: includes/widgets/htmega_wpforms.php:822
2839
- #: includes/widgets/htmega_wpforms.php:903
2840
- #: includes/widgets/htmega_wpforms.php:1050
2841
- #: includes/widgets/htmega_wpforms.php:1122
2842
- #: extensions/ht-builder/widgets/bl_nav_menu.php:206
2843
- #: extensions/ht-builder/widgets/bl_nav_menu.php:363
2844
- msgid "Box Shadow"
2845
- msgstr ""
2846
-
2847
- #: includes/widgets/htmega_double_button.php:805
2848
- msgid "Box Size"
2849
- msgstr ""
2850
-
2851
- #: includes/widgets/htmega_add_banner.php:146
2852
- #: includes/widgets/htmega_call_to_action.php:318
2853
- #: includes/widgets/htmega_counter.php:194
2854
- #: includes/widgets/htmega_image_comparison.php:93
2855
- #: includes/widgets/htmega_image_grid.php:186
2856
- #: includes/widgets/htmega_image_masonry.php:166
2857
- #: includes/widgets/htmega_lightbox.php:184
2858
- #: includes/widgets/htmega_service.php:165
2859
- #: includes/widgets/htmega_working_process.php:191
2860
- msgid "Box Style"
2861
- msgstr ""
2862
-
2863
- #: includes/widgets/htmega_verticle_time_line.php:432
2864
- msgid "Box Style Reverse"
2865
- msgstr ""
2866
-
2867
- #: includes/widgets/htmega_post_slider.php:805
2868
- msgid "Box Width"
2869
- msgstr ""
2870
-
2871
- #: includes/widgets_control.php:113
2872
- msgid "Brand"
2873
- msgstr ""
2874
-
2875
- #: includes/widgets/htmega_brand.php:157
2876
- msgid "Brand Logo"
2877
- msgstr ""
2878
-
2879
- #: admin/include/admin-setting.php:159 includes/widgets/htmega_brand.php:13
2880
- #: includes/widgets/htmega_brand.php:35
2881
- msgid "Brands"
2882
- msgstr ""
2883
-
2884
- #: includes/widgets/htmega_newsticker.php:70
2885
- msgid "Breaking News"
2886
- msgstr ""
2887
-
2888
- #: admin/include/admin-setting.php:939
2889
- #: includes/widgets/htmega_buddy_press.php:13
2890
- #: includes/widgets/htmega_buddy_press.php:41
2891
- msgid "BuddyPress"
2892
- msgstr ""
2893
-
2894
- #: includes/widgets/htmega_socialshere.php:81
2895
- msgid "Buffer"
2896
- msgstr ""
2897
-
2898
- #: includes/widgets/htmega_business_hours.php:60
2899
- msgid "Business Hour Title"
2900
- msgstr ""
2901
-
2902
- #: includes/widgets_control.php:118 admin/include/admin-setting.php:167
2903
- #: includes/widgets/htmega_business_hours.php:14
2904
- #: includes/widgets/htmega_business_hours.php:36
2905
- msgid "Business Hours"
2906
- msgstr ""
2907
-
2908
- #: includes/widgets/htmega_business_hours.php:71
2909
- msgid "Business Hours​"
2910
- msgstr ""
2911
-
2912
- #: includes/widgets_control.php:123 admin/include/admin-setting.php:175
2913
- #: includes/widgets/htmega_add_banner.php:607
2914
- #: includes/widgets/htmega_button.php:13 includes/widgets/htmega_button.php:35
2915
- #: includes/widgets/htmega_contact_form_seven.php:756
2916
- #: includes/widgets/htmega_custom_event.php:378
2917
- #: includes/widgets/htmega_double_button.php:101
2918
- #: includes/widgets/htmega_double_button.php:188
2919
- #: includes/widgets/htmega_double_button.php:314
2920
- #: includes/widgets/htmega_download_monitor.php:110
2921
- #: includes/widgets/htmega_easy_digital_download.php:520
2922
- #: includes/widgets/htmega_errorcontent.php:126
2923
- #: includes/widgets/htmega_gravity_forms.php:630
2924
- #: includes/widgets/htmega_lightbox.php:118
2925
- #: includes/widgets/htmega_mailchimp_wp.php:290
2926
- #: includes/widgets/htmega_modal.php:103 includes/widgets/htmega_modal.php:202
2927
- #: includes/widgets/htmega_ninja_form.php:913
2928
- #: includes/widgets/htmega_notify.php:51 includes/widgets/htmega_notify.php:311
2929
- #: includes/widgets/htmega_offcanvas.php:176
2930
- #: includes/widgets/htmega_offcanvas.php:404
2931
- #: includes/widgets/htmega_popover.php:321
2932
- #: includes/widgets/htmega_pricing_list_view.php:590
2933
- #: includes/widgets/htmega_quforms.php:749
2934
- #: includes/widgets/htmega_service.php:1010
2935
- #: includes/widgets/htmega_special_day_banner.php:630
2936
- #: includes/widgets/htmega_toggle.php:184
2937
- #: includes/widgets/htmega_tooltip.php:297
2938
- #: includes/widgets/htmega_videoplayer.php:325
2939
- #: includes/widgets/htmega_wc_element_pages.php:1509
2940
- #: includes/widgets/htmega_wpforms.php:916
2941
- #: extensions/ht-builder/widgets/bl_post_search_form.php:166
2942
- msgid "Button"
2943
- msgstr ""
2944
-
2945
- #: includes/widgets/htmega_double_button.php:268
2946
- msgid "Button Area"
2947
- msgstr ""
2948
-
2949
- #: includes/widgets/htmega_pricing_list_view.php:870
2950
- msgid "Button Background"
2951
- msgstr ""
2952
-
2953
- #: includes/widgets/htmega_tooltip.php:229
2954
- msgid "Button Box Style"
2955
- msgstr ""
2956
-
2957
- #: includes/widgets/htmega_instragram_feed.php:182
2958
- msgid "Button Color"
2959
- msgstr ""
2960
-
2961
- #: includes/widgets/htmega_pricing_list_view.php:882
2962
- msgid "Button Hover Background"
2963
- msgstr ""
2964
-
2965
- #: includes/widgets/htmega_button.php:411
2966
- msgid "Button Hover Effect"
2967
- msgstr ""
2968
-
2969
- #: includes/widgets/htmega_button.php:474
2970
- msgid "Button Hover Shadow"
2971
- msgstr ""
2972
-
2973
- #: includes/widgets/htmega_instagram.php:1367
2974
- #: includes/widgets/htmega_offcanvas.php:191
2975
- #: includes/widgets/htmega_videoplayer.php:111
2976
- msgid "Button Icon"
2977
- msgstr ""
2978
-
2979
- #: includes/widgets/htmega_search.php:68
2980
- msgid "Button Icon Type"
2981
- msgstr ""
2982
-
2983
- #: includes/widgets/htmega_errorcontent.php:152
2984
- #: includes/widgets/htmega_errorcontent.php:200
2985
- msgid "Button Icons"
2986
- msgstr ""
2987
-
2988
- #: includes/widgets/htmega_videoplayer.php:122
2989
- msgid "Button Infinity Animation"
2990
- msgstr ""
2991
-
2992
- #: includes/widgets/htmega_socialshere.php:614
2993
- msgid "Button Line Height"
2994
- msgstr ""
2995
-
2996
- #: includes/widgets/htmega_call_to_action.php:239
2997
- #: includes/widgets/htmega_errorcontent.php:164
2998
- #: includes/widgets/htmega_errorcontent.php:212
2999
- msgid "Button Link"
3000
- msgstr ""
3001
-
3002
- #: includes/widgets/htmega_double_button.php:93
3003
- #: includes/widgets/htmega_double_button.php:448
3004
- msgid "Button One"
3005
- msgstr ""
3006
-
3007
- #: includes/widgets/htmega_pricing_list_view.php:929
3008
- msgid "Button Padding"
3009
- msgstr ""
3010
-
3011
- #: includes/widgets/htmega_button.php:82
3012
- #: includes/widgets/htmega_double_button.php:42
3013
- msgid "Button Size"
3014
- msgstr ""
3015
-
3016
- #: includes/widgets/htmega_button.php:42 includes/widgets/htmega_button.php:183
3017
- #: includes/widgets/htmega_countdown.php:1015
3018
- #: includes/widgets/htmega_download_monitor.php:136
3019
- #: includes/widgets/htmega_wc_element_pages.php:923
3020
- msgid "Button Style"
3021
- msgstr ""
3022
-
3023
- #: includes/widgets/htmega_add_banner.php:134
3024
- #: includes/widgets/htmega_add_banner.php:136
3025
- #: includes/widgets/htmega_call_to_action.php:138
3026
- #: includes/widgets/htmega_call_to_action.php:232
3027
- #: includes/widgets/htmega_errorcontent.php:142
3028
- #: includes/widgets/htmega_errorcontent.php:191
3029
- #: includes/widgets/htmega_instragram_feed.php:104
3030
- #: includes/widgets/htmega_notify.php:58
3031
- #: includes/widgets/htmega_offcanvas.php:182
3032
- #: includes/widgets/htmega_popover.php:72
3033
- #: includes/widgets/htmega_special_day_banner.php:138
3034
- #: includes/widgets/htmega_special_day_banner.php:140
3035
- #: includes/widgets/htmega_user_login_form.php:358
3036
- #: includes/widgets/htmega_videoplayer.php:70
3037
- #: extensions/ht-builder/widgets/bl_post_search_form.php:86
3038
- msgid "Button Text"
3039
- msgstr ""
3040
-
3041
- #: includes/widgets/htmega_instragram_feed.php:194
3042
- msgid "Button Text Color"
3043
- msgstr ""
3044
-
3045
- #: includes/widgets/htmega_double_button.php:180
3046
- #: includes/widgets/htmega_double_button.php:621
3047
- msgid "Button Two"
3048
- msgstr ""
3049
-
3050
- #: includes/widgets/htmega_popover.php:48
3051
- #: includes/widgets/htmega_tooltip.php:48
3052
- #: extensions/ht-builder/widgets/bl_post_search_form.php:54
3053
- msgid "Button Type"
3054
- msgstr ""
3055
-
3056
- #: includes/widgets/htmega_double_button.php:347
3057
- msgid "Button Width"
3058
- msgstr ""
3059
-
3060
- #: includes/class.assests.php:378 admin/include/admin-setting.php:1289
3061
- #: admin/include/template-library.php:280
3062
- #: admin/include/template-library.php:332
3063
- #: includes/recommended-plugins/class.recommended-plugins.php:122
3064
- #: includes/recommended-plugins/class.recommended-plugins.php:284
3065
- msgid "Buy Now"
3066
- msgstr ""
3067
-
3068
- #: includes/recommended-plugins/class.recommended-plugins.php:270
3069
- msgid "By "
3070
- msgstr ""
3071
-
3072
- #: includes/widgets/htmega_easy_digital_download.php:142
3073
- #: includes/widgets/htmega_wc_categories.php:82
3074
- msgid "By Parent"
3075
- msgstr ""
3076
-
3077
- #: includes/widgets/htmega_weather.php:57
3078
- msgid "C"
3079
- msgstr ""
3080
-
3081
- #: includes/widgets/htmega_instagram.php:108
3082
- msgid "Cache Time Duration"
3083
- msgstr ""
3084
-
3085
- #: admin/include/admin-setting.php:949
3086
- #: includes/widgets/htmega_caldera_form.php:13
3087
- #: includes/widgets/htmega_caldera_form.php:41
3088
- msgid "Caldera Form"
3089
- msgstr ""
3090
-
3091
- #: includes/widgets/htmega_booked_calender.php:874
3092
- msgid "Calendar"
3093
- msgstr ""
3094
-
3095
- #: includes/widgets/htmega_booked_calender.php:896
3096
- msgid "Calendar Icon Background"
3097
- msgstr ""
3098
-
3099
- #: includes/widgets/htmega_booked_calender.php:885
3100
- msgid "Calendar Icon Color"
3101
- msgstr ""
3102
-
3103
- #: includes/widgets/htmega_booked_calender.php:938
3104
- msgid "Calendar Icon Padding"
3105
- msgstr ""
3106
-
3107
- #: includes/widgets/htmega_booked_calender.php:918
3108
- msgid "Calendar Icon Radius"
3109
- msgstr ""
3110
-
3111
- #: includes/widgets/htmega_booked_calender.php:162
3112
- msgid "Calendar Size"
3113
- msgstr ""
3114
-
3115
- #: includes/widgets_control.php:128 admin/include/admin-setting.php:183
3116
- #: includes/widgets/htmega_call_to_action.php:13
3117
- #: includes/widgets/htmega_call_to_action.php:32
3118
- msgid "Call To Action"
3119
- msgstr ""
3120
-
3121
- #: includes/widgets/htmega_instagram.php:858
3122
- msgid "Caption"
3123
- msgstr ""
3124
-
3125
- #: includes/widgets/htmega_testimonial_grid.php:168
3126
- #: includes/widgets/htmega_testimonial_grid.php:226
3127
- msgid "Carolina Monntoya"
3128
- msgstr ""
3129
-
3130
- #: includes/widgets_control.php:133 admin/include/admin-setting.php:191
3131
- #: includes/widgets/htmega_carousel.php:13
3132
- #: includes/widgets/htmega_carousel.php:43
3133
- msgid "Carousel"
3134
- msgstr ""
3135
-
3136
- #: includes/widgets/htmega_wc_element_pages.php:58
3137
- msgid "Cart Page"
3138
- msgstr ""
3139
-
3140
- #: includes/widgets/htmega_easy_digital_download.php:156
3141
- #: includes/widgets/htmega_newsticker.php:198
3142
- #: includes/widgets/htmega_newsticker.php:212
3143
- #: includes/widgets/htmega_postgrid.php:79
3144
- #: includes/widgets/htmega_postgrid.php:93
3145
- #: includes/widgets/htmega_post_grid_tab.php:86
3146
- #: includes/widgets/htmega_post_grid_tab.php:100
3147
- #: includes/widgets/htmega_post_slider.php:90
3148
- #: includes/widgets/htmega_post_slider.php:104
3149
- #: includes/widgets/htmega_wc_categories.php:34
3150
- #: includes/widgets/htmega_wc_categories.php:96
3151
- msgid "Categories"
3152
- msgstr ""
3153
-
3154
- #: includes/widgets/htmega_postgrid.php:189
3155
- #: includes/widgets/htmega_postgrid.php:658
3156
- #: includes/widgets/htmega_post_grid_tab.php:213
3157
- #: includes/widgets/htmega_post_grid_tab.php:610
3158
- #: includes/widgets/htmega_post_slider.php:245
3159
- #: includes/widgets/htmega_post_slider.php:1045
3160
- #: includes/widgets/htmega_singlepost.php:120
3161
- #: includes/widgets/htmega_singlepost.php:249
3162
- #: extensions/ht-builder/widgets/bl_post_archive.php:539
3163
- msgid "Category"
3164
- msgstr ""
3165
-
3166
- #: includes/widgets/htmega_wc_categories.php:165
3167
- msgid "Category Area"
3168
- msgstr ""
3169
-
3170
- #: includes/widgets/htmega_data_table.php:267
3171
- #: includes/widgets/htmega_pricing_list_view.php:600
3172
- msgid "Cell Content"
3173
- msgstr ""
3174
-
3175
- #: includes/widgets/htmega_data_table.php:280
3176
- msgid "Cell Icon"
3177
- msgstr ""
3178
-
3179
- #: includes/widgets/htmega_data_table.php:337
3180
- msgid "Cell Image"
3181
- msgstr ""
3182
-
3183
- #: includes/widgets/htmega_pricing_list_view.php:617
3184
- msgid "Cell Label"
3185
- msgstr ""
3186
-
3187
- #: includes/widgets/htmega_data_table.php:410
3188
- msgid "Cell Styles"
3189
- msgstr ""
3190
-
3191
- #: includes/widgets/htmega_accordion.php:474
3192
- #: includes/widgets/htmega_accordion.php:665
3193
- #: includes/widgets/htmega_accordion.php:823
3194
- #: includes/widgets/htmega_accordion.php:1209
3195
- #: includes/widgets/htmega_accordion.php:1327
3196
- #: includes/widgets/htmega_add_banner.php:63
3197
- #: includes/widgets/htmega_add_banner.php:372
3198
- #: includes/widgets/htmega_blockquote.php:187
3199
- #: includes/widgets/htmega_buddy_press.php:258
3200
- #: includes/widgets/htmega_business_hours.php:395
3201
- #: includes/widgets/htmega_button.php:158
3202
- #: includes/widgets/htmega_caldera_form.php:76
3203
- #: includes/widgets/htmega_caldera_form.php:351
3204
- #: includes/widgets/htmega_call_to_action.php:334
3205
- #: includes/widgets/htmega_carousel.php:841
3206
- #: includes/widgets/htmega_contact_form_seven.php:121
3207
- #: includes/widgets/htmega_countdown.php:615
3208
- #: includes/widgets/htmega_countdown.php:647
3209
- #: includes/widgets/htmega_counter.php:292
3210
- #: includes/widgets/htmega_counter.php:325
3211
- #: includes/widgets/htmega_counter.php:431
3212
- #: includes/widgets/htmega_counter.php:557
3213
- #: includes/widgets/htmega_data_table.php:643
3214
- #: includes/widgets/htmega_data_table.php:762
3215
- #: includes/widgets/htmega_double_button.php:329
3216
- #: includes/widgets/htmega_dropcaps.php:88
3217
- #: includes/widgets/htmega_easy_digital_download.php:322
3218
- #: includes/widgets/htmega_easy_digital_download.php:690
3219
- #: includes/widgets/htmega_errorcontent.php:253
3220
- #: includes/widgets/htmega_gravity_forms.php:153
3221
- #: includes/widgets/htmega_gravity_forms.php:209
3222
- #: includes/widgets/htmega_gravity_forms.php:243
3223
- #: includes/widgets/htmega_gravity_forms.php:548
3224
- #: includes/widgets/htmega_gravity_forms.php:779
3225
- #: includes/widgets/htmega_imagemarker.php:714
3226
- #: includes/widgets/htmega_image_comparison.php:186
3227
- #: includes/widgets/htmega_image_grid.php:287
3228
- #: includes/widgets/htmega_image_grid.php:384
3229
- #: includes/widgets/htmega_image_masonry.php:262
3230
- #: includes/widgets/htmega_image_masonry.php:359
3231
- #: includes/widgets/htmega_inlinemenu.php:125
3232
- #: includes/widgets/htmega_instagram.php:1488
3233
- #: includes/widgets/htmega_lightbox.php:200
3234
- #: includes/widgets/htmega_lightbox.php:313
3235
- #: includes/widgets/htmega_mailchimp_wp.php:133
3236
- #: includes/widgets/htmega_modal.php:354 includes/widgets/htmega_modal.php:1009
3237
- #: includes/widgets/htmega_newsticker.php:458
3238
- #: includes/widgets/htmega_ninja_form.php:192
3239
- #: includes/widgets/htmega_ninja_form.php:294
3240
- #: includes/widgets/htmega_ninja_form.php:328
3241
- #: includes/widgets/htmega_ninja_form.php:615
3242
- #: includes/widgets/htmega_ninja_form.php:826
3243
- #: includes/widgets/htmega_ninja_form.php:1038
3244
- #: includes/widgets/htmega_notify.php:286
3245
- #: includes/widgets/htmega_notify.php:566
3246
- #: includes/widgets/htmega_notify.php:832
3247
- #: includes/widgets/htmega_offcanvas.php:287
3248
- #: includes/widgets/htmega_offcanvas.php:379
3249
- #: includes/widgets/htmega_panel_slider.php:567
3250
- #: includes/widgets/htmega_popover.php:269
3251
- #: includes/widgets/htmega_popover.php:665
3252
- #: includes/widgets/htmega_popover.php:769
3253
- #: includes/widgets/htmega_postgrid.php:297
3254
- #: includes/widgets/htmega_postgrid.php:521
3255
- #: includes/widgets/htmega_postgrid.php:634
3256
- #: includes/widgets/htmega_post_grid_tab.php:405
3257
- #: includes/widgets/htmega_post_grid_tab.php:499
3258
- #: includes/widgets/htmega_post_grid_tab.php:586
3259
- #: includes/widgets/htmega_post_grid_tab.php:809
3260
- #: includes/widgets/htmega_post_slider.php:840
3261
- #: includes/widgets/htmega_post_slider.php:934
3262
- #: includes/widgets/htmega_post_slider.php:1021
3263
- #: includes/widgets/htmega_post_slider.php:1237
3264
- #: includes/widgets/htmega_pricing_list_view.php:477
3265
- #: includes/widgets/htmega_pricing_list_view.php:1132
3266
- #: includes/widgets/htmega_quforms.php:94
3267
- #: includes/widgets/htmega_quforms.php:214
3268
- #: includes/widgets/htmega_quforms.php:335
3269
- #: includes/widgets/htmega_quforms.php:555
3270
- #: includes/widgets/htmega_quforms.php:773
3271
- #: includes/widgets/htmega_search.php:160
3272
- #: includes/widgets/htmega_section_title.php:161
3273
- #: includes/widgets/htmega_section_title.php:419
3274
- #: includes/widgets/htmega_service.php:245
3275
- #: includes/widgets/htmega_service.php:429
3276
- #: includes/widgets/htmega_service.php:534
3277
- #: includes/widgets/htmega_service.php:723
3278
- #: includes/widgets/htmega_service.php:985
3279
- #: includes/widgets/htmega_singlepost.php:225
3280
- #: includes/widgets/htmega_singlepost.php:321
3281
- #: includes/widgets/htmega_singlepost.php:428
3282
- #: includes/widgets/htmega_socialshere.php:378
3283
- #: includes/widgets/htmega_special_day_banner.php:47
3284
- #: includes/widgets/htmega_special_day_banner.php:269
3285
- #: includes/widgets/htmega_tablepress.php:217
3286
- #: includes/widgets/htmega_tablepress.php:374
3287
- #: includes/widgets/htmega_tabs.php:517
3288
- #: includes/widgets/htmega_teammember.php:620
3289
- #: includes/widgets/htmega_teammember.php:749
3290
- #: includes/widgets/htmega_teammember.php:839
3291
- #: includes/widgets/htmega_teammember.php:930
3292
- #: includes/widgets/htmega_teammember.php:997
3293
- #: includes/widgets/htmega_testimonial_grid.php:557
3294
- #: includes/widgets/htmega_toggle.php:200
3295
- #: includes/widgets/htmega_tooltip.php:245
3296
- #: includes/widgets/htmega_user_login_form.php:153
3297
- #: includes/widgets/htmega_user_login_form.php:375
3298
- #: includes/widgets/htmega_user_login_form.php:431
3299
- #: includes/widgets/htmega_user_login_form.php:575
3300
- #: includes/widgets/htmega_videoplayer.php:300
3301
- #: includes/widgets/htmega_wc_categories.php:384
3302
- #: includes/widgets/htmega_wpforms.php:184
3303
- #: includes/widgets/htmega_wpforms.php:286
3304
- #: includes/widgets/htmega_wpforms.php:321
3305
- #: includes/widgets/htmega_wpforms.php:618
3306
- #: includes/widgets/htmega_wpforms.php:837
3307
- #: includes/widgets/htmega_wpforms.php:1065
3308
- #: extensions/ht-builder/widgets/bl_nav_menu.php:119
3309
- #: extensions/ht-builder/widgets/bl_nav_menu.php:499
3310
- #: extensions/ht-builder/widgets/bl_page_title.php:141
3311
- #: extensions/ht-builder/widgets/bl_post_archive.php:306
3312
- #: extensions/ht-builder/widgets/bl_post_archive.php:387
3313
- #: extensions/ht-builder/widgets/bl_post_archive.php:494
3314
- #: extensions/ht-builder/widgets/bl_post_archive.php:600
3315
- #: extensions/ht-builder/widgets/bl_post_archive.php:680
3316
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:143
3317
- #: extensions/ht-builder/widgets/bl_post_content.php:76
3318
- #: extensions/ht-builder/widgets/bl_post_excerpt.php:76
3319
- #: extensions/ht-builder/widgets/bl_post_featured_image.php:75
3320
- #: extensions/ht-builder/widgets/bl_post_title.php:109
3321
- #: extensions/ht-builder/widgets/bl_site_logo.php:163
3322
- #: extensions/ht-builder/widgets/bl_site_title.php:143
3323
- #: extensions/ht-menu/widgets/inline-mega-menu.php:170
3324
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:171
3325
- msgid "Center"
3326
- msgstr ""
3327
-
3328
- #: includes/widgets/htmega_googlemap.php:100
3329
- msgid "Center Address"
3330
- msgstr ""
3331
-
3332
- #: includes/widgets/htmega_blockquote.php:158
3333
- msgid "Center Bottom"
3334
- msgstr ""
3335
-
3336
- #: includes/widgets/htmega_blockquote.php:157
3337
- msgid "Center Center"
3338
- msgstr ""
3339
-
3340
- #: includes/widgets/htmega_carousel.php:225
3341
- #: includes/widgets/htmega_instagram.php:420
3342
- #: includes/widgets/htmega_panel_slider.php:285
3343
- #: includes/widgets/htmega_post_slider.php:405
3344
- #: includes/widgets/htmega_slider_thumb_gallery.php:222
3345
- #: includes/widgets/htmega_twitter_feed.php:347
3346
- msgid "Center Mode"
3347
- msgstr ""
3348
-
3349
- #: includes/widgets/htmega_carousel.php:238
3350
- #: includes/widgets/htmega_instagram.php:433
3351
- #: includes/widgets/htmega_panel_slider.php:298
3352
- #: includes/widgets/htmega_post_slider.php:418
3353
- #: includes/widgets/htmega_slider_thumb_gallery.php:233
3354
- #: includes/widgets/htmega_twitter_feed.php:360
3355
- msgid "Center padding"
3356
- msgstr ""
3357
-
3358
- #: includes/widgets/htmega_blockquote.php:156
3359
- msgid "Center Top"
3360
- msgstr ""
3361
-
3362
- #: includes/widgets/htmega_user_login_form.php:1030
3363
- msgid "Checkbox Icon Color"
3364
- msgstr ""
3365
-
3366
- #: includes/widgets/htmega_wc_element_pages.php:371
3367
- msgid "Checkout Button"
3368
- msgstr ""
3369
-
3370
- #: includes/widgets/htmega_wc_element_pages.php:60
3371
- msgid "Checkout Page"
3372
- msgstr ""
3373
-
3374
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:509
3375
- msgid "Choose"
3376
- msgstr ""
3377
-
3378
- #: includes/widgets/htmega_countdown.php:703
3379
- msgid "Choose Area Seperator Image"
3380
- msgstr ""
3381
-
3382
- #: admin/include/class.settings-api.php:398
3383
- msgid "Choose File"
3384
- msgstr ""
3385
-
3386
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:304
3387
- msgid "Choose Icon"
3388
- msgstr ""
3389
-
3390
- #: includes/widgets/htmega_scroll_image.php:50
3391
- msgid "Choose Image"
3392
- msgstr ""
3393
-
3394
- #: includes/widgets/htmega_wc_element_pages.php:70
3395
- msgid "Choose Product"
3396
- msgstr ""
3397
-
3398
- #: includes/widgets/htmega_progress_bar.php:63
3399
- msgid "Circle"
3400
- msgstr ""
3401
-
3402
- #: admin/include/templates/library/templates.php:149
3403
- msgid "Click here"
3404
- msgstr ""
3405
-
3406
- #: includes/widgets/htmega_button.php:58
3407
- msgid "Click Me"
3408
- msgstr ""
3409
-
3410
- #: includes/widgets/htmega_testimonial_grid.php:184
3411
- msgid "Client Rating"
3412
- msgstr ""
3413
-
3414
- #: includes/widgets/htmega_testimonial_grid.php:212
3415
- msgid "Client Say"
3416
- msgstr ""
3417
-
3418
- #: includes/widgets/htmega_testimonial_grid.php:541
3419
- msgid "Client say"
3420
- msgstr ""
3421
-
3422
- #: includes/widgets/htmega_animated_heading.php:74
3423
- msgid "Clip"
3424
- msgstr ""
3425
-
3426
- #: includes/widgets/htmega_animated_heading.php:454
3427
- msgid "Clip Color"
3428
- msgstr ""
3429
-
3430
- #: includes/widgets/htmega_animated_heading.php:470
3431
- msgid "Clip Width"
3432
- msgstr ""
3433
-
3434
- #: includes/widgets/htmega_business_hours.php:169
3435
- #: includes/widgets/htmega_modal.php:833
3436
- #: includes/widgets/htmega_post_grid_tab.php:983
3437
- #: includes/widgets/htmega_toggle.php:63 includes/widgets/htmega_toggle.php:64
3438
- msgid "Close"
3439
- msgstr ""
3440
-
3441
- #: includes/widgets/htmega_search.php:121
3442
- msgid "close"
3443
- msgstr ""
3444
-
3445
- #: includes/widgets/htmega_accordion.php:306
3446
- msgid "Close All Item"
3447
- msgstr ""
3448
-
3449
- #: includes/widgets/htmega_notify.php:618
3450
- msgid "Close Button"
3451
- msgstr ""
3452
-
3453
- #: includes/widgets/htmega_search.php:845
3454
- msgid "Close Button Style"
3455
- msgstr ""
3456
-
3457
- #: includes/widgets/htmega_search.php:119
3458
- msgid "Close Button Text"
3459
- msgstr ""
3460
-
3461
- #: includes/widgets/htmega_data_table.php:455
3462
- #: includes/widgets/htmega_data_table.php:461
3463
- #: includes/widgets/htmega_data_table.php:467
3464
- #: includes/widgets/htmega_data_table.php:474
3465
- #: includes/widgets/htmega_pricing_list_view.php:1092
3466
- #: includes/widgets/htmega_pricing_list_view.php:1098
3467
- #: includes/widgets/htmega_pricing_list_view.php:1104
3468
- #: includes/widgets/htmega_pricing_list_view.php:1111
3469
- msgid "col"
3470
- msgstr ""
3471
-
3472
- #: includes/widgets/htmega_pricing_list_view.php:215
3473
- msgid "Col Span"
3474
- msgstr ""
3475
-
3476
- #: includes/widgets/htmega_notify.php:247
3477
- msgid "col-md-1"
3478
- msgstr ""
3479
-
3480
- #: includes/widgets/htmega_notify.php:238
3481
- msgid "col-md-10"
3482
- msgstr ""
3483
-
3484
- #: includes/widgets/htmega_notify.php:237
3485
- msgid "col-md-11"
3486
- msgstr ""
3487
-
3488
- #: includes/widgets/htmega_notify.php:236
3489
- msgid "col-md-12"
3490
- msgstr ""
3491
-
3492
- #: includes/widgets/htmega_notify.php:246
3493
- msgid "col-md-2"
3494
- msgstr ""
3495
-
3496
- #: includes/widgets/htmega_notify.php:245
3497
- msgid "col-md-3"
3498
- msgstr ""
3499
-
3500
- #: includes/widgets/htmega_notify.php:244
3501
- msgid "col-md-4"
3502
- msgstr ""
3503
-
3504
- #: includes/widgets/htmega_notify.php:243
3505
- msgid "col-md-5"
3506
- msgstr ""
3507
-
3508
- #: includes/widgets/htmega_notify.php:242
3509
- msgid "col-md-6"
3510
- msgstr ""
3511
-
3512
- #: includes/widgets/htmega_notify.php:241
3513
- msgid "col-md-7"
3514
- msgstr ""
3515
-
3516
- #: includes/widgets/htmega_notify.php:240
3517
- msgid "col-md-8"
3518
- msgstr ""
3519
-
3520
- #: includes/widgets/htmega_notify.php:239
3521
- msgid "col-md-9"
3522
- msgstr ""
3523
-
3524
- #: includes/widgets/htmega_accordion.php:545
3525
- #: includes/widgets/htmega_accordion.php:586
3526
- #: includes/widgets/htmega_accordion.php:682
3527
- #: includes/widgets/htmega_accordion.php:900
3528
- #: includes/widgets/htmega_accordion.php:1027
3529
- #: includes/widgets/htmega_accordion.php:1138
3530
- #: includes/widgets/htmega_accordion.php:1239
3531
- #: includes/widgets/htmega_add_banner.php:441
3532
- #: includes/widgets/htmega_add_banner.php:500
3533
- #: includes/widgets/htmega_add_banner.php:559
3534
- #: includes/widgets/htmega_add_banner.php:626
3535
- #: includes/widgets/htmega_add_banner.php:714
3536
- #: includes/widgets/htmega_animated_heading.php:161
3537
- #: includes/widgets/htmega_animated_heading.php:244
3538
- #: includes/widgets/htmega_animated_heading.php:292
3539
- #: includes/widgets/htmega_animated_heading.php:379
3540
- #: includes/widgets/htmega_blockquote.php:277
3541
- #: includes/widgets/htmega_blockquote.php:334
3542
- #: includes/widgets/htmega_blockquote.php:506
3543
- #: includes/widgets/htmega_booked_calender.php:271
3544
- #: includes/widgets/htmega_booked_calender.php:320
3545
- #: includes/widgets/htmega_booked_calender.php:363
3546
- #: includes/widgets/htmega_booked_calender.php:486
3547
- #: includes/widgets/htmega_booked_calender.php:519
3548
- #: includes/widgets/htmega_buddy_press.php:323
3549
- #: includes/widgets/htmega_buddy_press.php:365
3550
- #: includes/widgets/htmega_buddy_press.php:392
3551
- #: includes/widgets/htmega_business_hours.php:418
3552
- #: includes/widgets/htmega_business_hours.php:513
3553
- #: includes/widgets/htmega_business_hours.php:552
3554
- #: includes/widgets/htmega_caldera_form.php:92
3555
- #: includes/widgets/htmega_caldera_form.php:145
3556
- #: includes/widgets/htmega_caldera_form.php:665
3557
- #: includes/widgets/htmega_caldera_form.php:704
3558
- #: includes/widgets/htmega_call_to_action.php:511
3559
- #: includes/widgets/htmega_call_to_action.php:570
3560
- #: includes/widgets/htmega_call_to_action.php:629
3561
- #: includes/widgets/htmega_call_to_action.php:823
3562
- #: includes/widgets/htmega_call_to_action.php:1029
3563
- #: includes/widgets/htmega_carousel.php:557
3564
- #: includes/widgets/htmega_carousel.php:759
3565
- #: includes/widgets/htmega_contact_form_seven.php:957
3566
- #: includes/widgets/htmega_contact_form_seven.php:991
3567
- #: includes/widgets/htmega_countdown.php:687
3568
- #: includes/widgets/htmega_countdown.php:749
3569
- #: includes/widgets/htmega_countdown.php:922
3570
- #: includes/widgets/htmega_countdown.php:1044
3571
- #: includes/widgets/htmega_countdown.php:1129
3572
- #: includes/widgets/htmega_counter.php:456
3573
- #: includes/widgets/htmega_counter.php:582
3574
- #: includes/widgets/htmega_counter.php:821
3575
- #: includes/widgets/htmega_counter.php:938
3576
- #: includes/widgets/htmega_counter.php:1026
3577
- #: includes/widgets/htmega_custom_event.php:143
3578
- #: includes/widgets/htmega_custom_event.php:198
3579
- #: includes/widgets/htmega_custom_event.php:228
3580
- #: includes/widgets/htmega_custom_event.php:285
3581
- #: includes/widgets/htmega_custom_event.php:330
3582
- #: includes/widgets/htmega_custom_event.php:398
3583
- #: includes/widgets/htmega_custom_event.php:448
3584
- #: includes/widgets/htmega_data_table.php:321
3585
- #: includes/widgets/htmega_double_button.php:466
3586
- #: includes/widgets/htmega_double_button.php:562
3587
- #: includes/widgets/htmega_double_button.php:639
3588
- #: includes/widgets/htmega_double_button.php:734
3589
- #: includes/widgets/htmega_double_button.php:822
3590
- #: includes/widgets/htmega_download_monitor.php:211
3591
- #: includes/widgets/htmega_download_monitor.php:258
3592
- #: includes/widgets/htmega_download_monitor.php:328
3593
- #: includes/widgets/htmega_dropcaps.php:109
3594
- #: includes/widgets/htmega_dropcaps.php:205
3595
- #: includes/widgets/htmega_easy_digital_download.php:359
3596
- #: includes/widgets/htmega_easy_digital_download.php:431
3597
- #: includes/widgets/htmega_easy_digital_download.php:540
3598
- #: includes/widgets/htmega_easy_digital_download.php:619
3599
- #: includes/widgets/htmega_easy_digital_download.php:707
3600
- #: includes/widgets/htmega_errorcontent.php:315
3601
- #: includes/widgets/htmega_errorcontent.php:394
3602
- #: includes/widgets/htmega_errorcontent.php:473
3603
- #: includes/widgets/htmega_errorcontent.php:558
3604
- #: includes/widgets/htmega_errorcontent.php:644
3605
- #: includes/widgets/htmega_errorcontent.php:709
3606
- #: includes/widgets/htmega_errorcontent.php:795
3607
- #: includes/widgets/htmega_gravity_forms.php:127
3608
- #: includes/widgets/htmega_gravity_forms.php:183
3609
- #: includes/widgets/htmega_gravity_forms.php:270
3610
- #: includes/widgets/htmega_gravity_forms.php:351
3611
- #: includes/widgets/htmega_gravity_forms.php:415
3612
- #: includes/widgets/htmega_gravity_forms.php:585
3613
- #: includes/widgets/htmega_gravity_forms.php:695
3614
- #: includes/widgets/htmega_gravity_forms.php:805
3615
- #: includes/widgets/htmega_gravity_forms.php:886
3616
- #: includes/widgets/htmega_imagemarker.php:623
3617
- #: includes/widgets/htmega_imagemarker.php:638
3618
- #: includes/widgets/htmega_imagemarker.php:855
3619
- #: includes/widgets/htmega_imagemarker.php:929
3620
- #: includes/widgets/htmega_imagemarker.php:977
3621
- #: includes/widgets/htmega_image_comparison.php:239
3622
- #: includes/widgets/htmega_image_comparison.php:320
3623
- #: includes/widgets/htmega_image_comparison.php:419
3624
- #: includes/widgets/htmega_image_grid.php:310
3625
- #: includes/widgets/htmega_image_grid.php:407
3626
- #: includes/widgets/htmega_image_grid.php:459
3627
- #: includes/widgets/htmega_image_grid.php:541
3628
- #: includes/widgets/htmega_image_masonry.php:285
3629
- #: includes/widgets/htmega_image_masonry.php:382
3630
- #: includes/widgets/htmega_image_masonry.php:455
3631
- #: includes/widgets/htmega_image_masonry.php:536
3632
- #: includes/widgets/htmega_inlinemenu.php:152
3633
- #: includes/widgets/htmega_inlinemenu.php:251
3634
- #: includes/widgets/htmega_inlinemenu.php:414
3635
- #: includes/widgets/htmega_instagram.php:800
3636
- #: includes/widgets/htmega_instagram.php:874
3637
- #: includes/widgets/htmega_instagram.php:934
3638
- #: includes/widgets/htmega_instagram.php:1080
3639
- #: includes/widgets/htmega_instagram.php:1301
3640
- #: includes/widgets/htmega_instagram.php:1397
3641
- #: includes/widgets/htmega_lightbox.php:339
3642
- #: includes/widgets/htmega_modal.php:217 includes/widgets/htmega_modal.php:441
3643
- #: includes/widgets/htmega_modal.php:582 includes/widgets/htmega_modal.php:680
3644
- #: includes/widgets/htmega_modal.php:754 includes/widgets/htmega_modal.php:840
3645
- #: includes/widgets/htmega_modal.php:924
3646
- #: includes/widgets/htmega_newsticker.php:420
3647
- #: includes/widgets/htmega_newsticker.php:494
3648
- #: includes/widgets/htmega_newsticker.php:628
3649
- #: includes/widgets/htmega_newsticker.php:737
3650
- #: includes/widgets/htmega_newsticker.php:861
3651
- #: includes/widgets/htmega_newsticker.php:911
3652
- #: includes/widgets/htmega_ninja_form.php:120
3653
- #: includes/widgets/htmega_ninja_form.php:222
3654
- #: includes/widgets/htmega_ninja_form.php:356
3655
- #: includes/widgets/htmega_ninja_form.php:440
3656
- #: includes/widgets/htmega_ninja_form.php:502
3657
- #: includes/widgets/htmega_ninja_form.php:651
3658
- #: includes/widgets/htmega_ninja_form.php:724
3659
- #: includes/widgets/htmega_ninja_form.php:870
3660
- #: includes/widgets/htmega_ninja_form.php:954
3661
- #: includes/widgets/htmega_ninja_form.php:1064
3662
- #: includes/widgets/htmega_ninja_form.php:1145
3663
- #: includes/widgets/htmega_ninja_form.php:1165
3664
- #: includes/widgets/htmega_notify.php:328
3665
- #: includes/widgets/htmega_notify.php:424
3666
- #: includes/widgets/htmega_notify.php:479
3667
- #: includes/widgets/htmega_notify.php:624
3668
- #: includes/widgets/htmega_offcanvas.php:421
3669
- #: includes/widgets/htmega_offcanvas.php:493
3670
- #: includes/widgets/htmega_panel_slider.php:636
3671
- #: includes/widgets/htmega_panel_slider.php:692
3672
- #: includes/widgets/htmega_panel_slider.php:762
3673
- #: includes/widgets/htmega_panel_slider.php:975
3674
- #: includes/widgets/htmega_popover.php:337
3675
- #: includes/widgets/htmega_popover.php:459
3676
- #: includes/widgets/htmega_popover.php:602
3677
- #: includes/widgets/htmega_popover.php:706
3678
- #: includes/widgets/htmega_postgrid.php:453
3679
- #: includes/widgets/htmega_postgrid.php:581
3680
- #: includes/widgets/htmega_postgrid.php:668
3681
- #: includes/widgets/htmega_post_grid_tab.php:436
3682
- #: includes/widgets/htmega_post_grid_tab.php:533
3683
- #: includes/widgets/htmega_post_grid_tab.php:630
3684
- #: includes/widgets/htmega_post_grid_tab.php:694
3685
- #: includes/widgets/htmega_post_grid_tab.php:734
3686
- #: includes/widgets/htmega_post_grid_tab.php:850
3687
- #: includes/widgets/htmega_post_grid_tab.php:934
3688
- #: includes/widgets/htmega_post_grid_tab.php:1000
3689
- #: includes/widgets/htmega_post_grid_tab.php:1058
3690
- #: includes/widgets/htmega_post_slider.php:871
3691
- #: includes/widgets/htmega_post_slider.php:968
3692
- #: includes/widgets/htmega_post_slider.php:1065
3693
- #: includes/widgets/htmega_post_slider.php:1128
3694
- #: includes/widgets/htmega_post_slider.php:1164
3695
- #: includes/widgets/htmega_post_slider.php:1278
3696
- #: includes/widgets/htmega_post_slider.php:1361
3697
- #: includes/widgets/htmega_post_slider.php:1542
3698
- #: includes/widgets/htmega_post_slider.php:1690
3699
- #: includes/widgets/htmega_pricing_list_view.php:1797
3700
- #: includes/widgets/htmega_progress_bar.php:737
3701
- #: includes/widgets/htmega_quforms.php:121
3702
- #: includes/widgets/htmega_quforms.php:241
3703
- #: includes/widgets/htmega_quforms.php:363
3704
- #: includes/widgets/htmega_quforms.php:487
3705
- #: includes/widgets/htmega_quforms.php:583
3706
- #: includes/widgets/htmega_quforms.php:705
3707
- #: includes/widgets/htmega_quforms.php:838
3708
- #: includes/widgets/htmega_quforms.php:925
3709
- #: includes/widgets/htmega_quforms.php:1023
3710
- #: includes/widgets/htmega_scroll_image.php:329
3711
- #: includes/widgets/htmega_scroll_navigation.php:249
3712
- #: includes/widgets/htmega_search.php:442
3713
- #: includes/widgets/htmega_search.php:611
3714
- #: includes/widgets/htmega_search.php:690
3715
- #: includes/widgets/htmega_search.php:856
3716
- #: includes/widgets/htmega_search.php:953
3717
- #: includes/widgets/htmega_section_title.php:517
3718
- #: includes/widgets/htmega_section_title.php:546
3719
- #: includes/widgets/htmega_section_title.php:779
3720
- #: includes/widgets/htmega_section_title.php:942
3721
- #: includes/widgets/htmega_service.php:364
3722
- #: includes/widgets/htmega_service.php:480
3723
- #: includes/widgets/htmega_service.php:645
3724
- #: includes/widgets/htmega_service.php:754
3725
- #: includes/widgets/htmega_service.php:1029
3726
- #: includes/widgets/htmega_service.php:1115
3727
- #: includes/widgets/htmega_singlepost.php:163
3728
- #: includes/widgets/htmega_singlepost.php:259
3729
- #: includes/widgets/htmega_singlepost.php:361
3730
- #: includes/widgets/htmega_slider_thumb_gallery.php:685
3731
- #: includes/widgets/htmega_slider_thumb_gallery.php:738
3732
- #: includes/widgets/htmega_slider_thumb_gallery.php:823
3733
- #: includes/widgets/htmega_slider_thumb_gallery.php:996
3734
- #: includes/widgets/htmega_socialshere.php:186
3735
- #: includes/widgets/htmega_socialshere.php:228
3736
- #: includes/widgets/htmega_special_day_banner.php:346
3737
- #: includes/widgets/htmega_special_day_banner.php:405
3738
- #: includes/widgets/htmega_special_day_banner.php:464
3739
- #: includes/widgets/htmega_special_day_banner.php:523
3740
- #: includes/widgets/htmega_special_day_banner.php:582
3741
- #: includes/widgets/htmega_special_day_banner.php:649
3742
- #: includes/widgets/htmega_special_day_banner.php:737
3743
- #: includes/widgets/htmega_switcher.php:474
3744
- #: includes/widgets/htmega_switcher.php:553
3745
- #: includes/widgets/htmega_tablepress.php:175
3746
- #: includes/widgets/htmega_tablepress.php:410
3747
- #: includes/widgets/htmega_tabs.php:537 includes/widgets/htmega_tabs.php:623
3748
- #: includes/widgets/htmega_tabs.php:861
3749
- #: includes/widgets/htmega_teammember.php:696
3750
- #: includes/widgets/htmega_teammember.php:786
3751
- #: includes/widgets/htmega_teammember.php:876
3752
- #: includes/widgets/htmega_testimonial_grid.php:427
3753
- #: includes/widgets/htmega_testimonial_grid.php:488
3754
- #: includes/widgets/htmega_testimonial_grid.php:580
3755
- #: includes/widgets/htmega_testimonial_grid.php:701
3756
- #: includes/widgets/htmega_toggle.php:129
3757
- #: includes/widgets/htmega_toggle.php:232
3758
- #: includes/widgets/htmega_toggle.php:349
3759
- #: includes/widgets/htmega_tooltip.php:313
3760
- #: includes/widgets/htmega_tooltip.php:436
3761
- #: includes/widgets/htmega_tooltip.php:491
3762
- #: includes/widgets/htmega_twitter_feed.php:627
3763
- #: includes/widgets/htmega_twitter_feed.php:708
3764
- #: includes/widgets/htmega_twitter_feed.php:844
3765
- #: includes/widgets/htmega_twitter_feed.php:877
3766
- #: includes/widgets/htmega_twitter_feed.php:907
3767
- #: includes/widgets/htmega_twitter_feed.php:977
3768
- #: includes/widgets/htmega_twitter_feed.php:1034
3769
- #: includes/widgets/htmega_twitter_feed.php:1075
3770
- #: includes/widgets/htmega_twitter_feed.php:1240
3771
- #: includes/widgets/htmega_user_login_form.php:1104
3772
- #: includes/widgets/htmega_user_login_form.php:1231
3773
- #: includes/widgets/htmega_user_login_form.php:1302
3774
- #: includes/widgets/htmega_user_login_form.php:1415
3775
- #: includes/widgets/htmega_user_login_form.php:1472
3776
- #: includes/widgets/htmega_verticle_time_line.php:132
3777
- #: includes/widgets/htmega_verticle_time_line.php:198
3778
- #: includes/widgets/htmega_verticle_time_line.php:281
3779
- #: includes/widgets/htmega_verticle_time_line.php:328
3780
- #: includes/widgets/htmega_videoplayer.php:343
3781
- #: includes/widgets/htmega_videoplayer.php:481
3782
- #: includes/widgets/htmega_wc_categories.php:308
3783
- #: includes/widgets/htmega_wc_categories.php:410
3784
- #: includes/widgets/htmega_wc_element_pages.php:668
3785
- #: includes/widgets/htmega_wc_element_pages.php:1314
3786
- #: includes/widgets/htmega_wc_element_pages.php:1713
3787
- #: includes/widgets/htmega_wc_element_pages.php:1800
3788
- #: includes/widgets/htmega_wc_element_pages.php:1861
3789
- #: includes/widgets/htmega_weather.php:255
3790
- #: includes/widgets/htmega_working_process.php:628
3791
- #: includes/widgets/htmega_working_process.php:639
3792
- #: includes/widgets/htmega_working_process.php:720
3793
- #: includes/widgets/htmega_working_process.php:820
3794
- #: includes/widgets/htmega_working_process.php:941
3795
- #: includes/widgets/htmega_working_process.php:1070
3796
- #: includes/widgets/htmega_wpforms.php:112
3797
- #: includes/widgets/htmega_wpforms.php:214
3798
- #: includes/widgets/htmega_wpforms.php:348
3799
- #: includes/widgets/htmega_wpforms.php:422
3800
- #: includes/widgets/htmega_wpforms.php:461
3801
- #: includes/widgets/htmega_wpforms.php:505
3802
- #: includes/widgets/htmega_wpforms.php:655
3803
- #: includes/widgets/htmega_wpforms.php:727
3804
- #: includes/widgets/htmega_wpforms.php:873
3805
- #: includes/widgets/htmega_wpforms.php:981
3806
- #: includes/widgets/htmega_wpforms.php:1091
3807
- #: includes/widgets/htmega_wpforms.php:1144
3808
- #: extensions/ht-builder/widgets/bl_nav_menu.php:149
3809
- #: extensions/ht-builder/widgets/bl_nav_menu.php:234
3810
- #: extensions/ht-builder/widgets/bl_nav_menu.php:287
3811
- #: extensions/ht-builder/widgets/bl_nav_menu.php:382
3812
- #: extensions/ht-builder/widgets/bl_nav_menu.php:435
3813
- #: extensions/ht-builder/widgets/bl_page_title.php:66
3814
- #: extensions/ht-builder/widgets/bl_post_archive.php:347
3815
- #: extensions/ht-builder/widgets/bl_post_archive.php:414
3816
- #: extensions/ht-builder/widgets/bl_post_archive.php:453
3817
- #: extensions/ht-builder/widgets/bl_post_archive.php:560
3818
- #: extensions/ht-builder/widgets/bl_post_archive.php:627
3819
- #: extensions/ht-builder/widgets/bl_post_archive.php:652
3820
- #: extensions/ht-builder/widgets/bl_post_archive.php:721
3821
- #: extensions/ht-builder/widgets/bl_post_archive.php:796
3822
- #: extensions/ht-builder/widgets/bl_post_archive.php:856
3823
- #: extensions/ht-builder/widgets/bl_post_archive.php:920
3824
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:68
3825
- #: extensions/ht-builder/widgets/bl_post_author_info.php:225
3826
- #: extensions/ht-builder/widgets/bl_post_author_info.php:265
3827
- #: extensions/ht-builder/widgets/bl_post_comments.php:48
3828
- #: extensions/ht-builder/widgets/bl_post_comments.php:98
3829
- #: extensions/ht-builder/widgets/bl_post_comments.php:148
3830
- #: extensions/ht-builder/widgets/bl_post_content.php:48
3831
- #: extensions/ht-builder/widgets/bl_post_excerpt.php:48
3832
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:355
3833
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:395
3834
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:425
3835
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:451
3836
- #: extensions/ht-builder/widgets/bl_post_search_form.php:110
3837
- #: extensions/ht-builder/widgets/bl_post_search_form.php:184
3838
- #: extensions/ht-builder/widgets/bl_post_search_form.php:258
3839
- #: extensions/ht-builder/widgets/bl_site_title.php:68
3840
- #: extensions/ht-menu/menu/templates.php:114
3841
- #: extensions/ht-menu/menu/templates.php:135
3842
- msgid "Color"
3843
- msgstr ""
3844
-
3845
- #: includes/widgets/htmega_socialshere.php:689
3846
- #: includes/widgets/htmega_socialshere.php:721
3847
- msgid "color"
3848
- msgstr ""
3849
-
3850
- #: includes/widgets/htmega_data_table.php:396
3851
- #: includes/widgets/htmega_pricing_list_view.php:646
3852
- msgid "Colspan"
3853
- msgstr ""
3854
-
3855
- #: includes/widgets/htmega_data_table.php:242
3856
- #: includes/widgets/htmega_image_grid.php:58
3857
- #: includes/widgets/htmega_image_masonry.php:66
3858
- #: includes/widgets/htmega_instagram.php:143
3859
- #: includes/widgets/htmega_pricing_list_view.php:550
3860
- #: includes/widgets/htmega_user_login_form.php:404
3861
- #: includes/widgets/htmega_working_process.php:58
3862
- msgid "Column"
3863
- msgstr ""
3864
-
3865
- #: includes/widgets/htmega_testimonial_grid.php:56
3866
- msgid "Column "
3867
- msgstr ""
3868
-
3869
- #: includes/widgets/htmega_working_process.php:66
3870
- msgid "Column Five"
3871
- msgstr ""
3872
-
3873
- #: includes/widgets/htmega_working_process.php:65
3874
- msgid "Column Four"
3875
- msgstr ""
3876
-
3877
- #: includes/widgets/htmega_panel_slider.php:177
3878
- #: includes/widgets/htmega_testimonial_grid.php:145
3879
- msgid "Column Gap"
3880
- msgstr ""
3881
-
3882
- #: includes/widgets/htmega_countdown.php:336
3883
- msgid "Column Height"
3884
- msgstr ""
3885
-
3886
- #: includes/widgets/htmega_data_table.php:143
3887
- #: includes/widgets/htmega_pricing_list_view.php:202
3888
- msgid "Column Name"
3889
- msgstr ""
3890
-
3891
- #: includes/widgets/htmega_working_process.php:62
3892
- msgid "Column One"
3893
- msgstr ""
3894
-
3895
- #: includes/widgets/htmega_image_grid.php:75
3896
- #: includes/widgets/htmega_twitter_feed.php:257
3897
- msgid "Column Space"
3898
- msgstr ""
3899
-
3900
- #: includes/widgets/htmega_countdown.php:373
3901
- msgid "Column Spacing"
3902
- msgstr ""
3903
-
3904
- #: includes/widgets/htmega_data_table.php:152
3905
- msgid "Column styles"
3906
- msgstr ""
3907
-
3908
- #: includes/widgets/htmega_working_process.php:64
3909
- msgid "Column Three"
3910
- msgstr ""
3911
-
3912
- #: includes/widgets/htmega_working_process.php:63
3913
- msgid "Column Two"
3914
- msgstr ""
3915
-
3916
- #: includes/widgets/htmega_buddy_press.php:280
3917
- #: includes/widgets/htmega_countdown.php:300
3918
- msgid "Column Width"
3919
- msgstr ""
3920
-
3921
- #: includes/widgets/htmega_panel_slider.php:199
3922
- msgid "Column width accroding to image"
3923
- msgstr ""
3924
-
3925
- #: includes/widgets/htmega_easy_digital_download.php:50
3926
- #: includes/widgets/htmega_wc_categories.php:41
3927
- #: extensions/ht-builder/widgets/bl_post_archive.php:56
3928
- msgid "Columns"
3929
- msgstr ""
3930
-
3931
- #: admin/include/admin-setting.php:1249 admin/include/admin-setting.php:1274
3932
- msgid "Coming soon Page Builder"
3933
- msgstr ""
3934
-
3935
- #: extensions/ht-builder/admin/setting.php:124
3936
- msgid "Coming Soon Page Template."
3937
- msgstr ""
3938
-
3939
- #: includes/widgets/htmega_newsticker.php:255
3940
- #: includes/widgets/htmega_postgrid.php:152
3941
- #: includes/widgets/htmega_post_grid_tab.php:159
3942
- #: includes/widgets/htmega_post_slider.php:163
3943
- #: extensions/ht-builder/widgets/bl_post_archive.php:203
3944
- msgid "Comment count"
3945
- msgstr ""
3946
-
3947
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:68
3948
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:235
3949
- msgid "Comments"
3950
- msgstr ""
3951
-
3952
- #: extensions/ht-builder/widgets/bl_post_comments.php:192
3953
- msgid "Comments Are Closed"
3954
- msgstr ""
3955
-
3956
- #: includes/widgets/htmega_caldera_form.php:696
3957
- #: includes/widgets/htmega_gravity_forms.php:878
3958
- #: includes/widgets/htmega_quforms.php:1015
3959
- msgid "Confirmation Style"
3960
- msgstr ""
3961
-
3962
- #: includes/widgets/htmega_twitter_feed.php:82
3963
- msgid "Consumer Key"
3964
- msgstr ""
3965
-
3966
- #: includes/widgets/htmega_twitter_feed.php:92
3967
- msgid "Consumer Secret"
3968
- msgstr ""
3969
-
3970
- #: includes/widgets/htmega_errorcontent.php:185
3971
- #: includes/widgets/htmega_errorcontent.php:693
3972
- msgid "Contact Button"
3973
- msgstr ""
3974
-
3975
- #: includes/widgets/htmega_contact_form_seven.php:44
3976
- #: includes/widgets/htmega_contact_form_seven.php:68
3977
- msgid "Contact Form"
3978
- msgstr ""
3979
-
3980
- #: admin/include/admin-setting.php:959
3981
- #: includes/widgets/htmega_contact_form_seven.php:13
3982
- msgid "Contact form 7"
3983
- msgstr ""
3984
-
3985
- #: admin/include/admin-setting.php:1231
3986
- msgid "Contact Us"
3987
- msgstr ""
3988
-
3989
- #: includes/widgets/htmega_post_slider.php:682
3990
- msgid "Container background"
3991
- msgstr ""
3992
-
3993
- #: includes/widgets/htmega_post_slider.php:667
3994
- msgid "Container Border Radius"
3995
- msgstr ""
3996
-
3997
- #: includes/widgets/htmega_add_banner.php:356
3998
- #: includes/widgets/htmega_blockquote.php:54
3999
- #: includes/widgets/htmega_blockquote.php:67
4000
- #: includes/widgets/htmega_blockquote.php:269
4001
- #: includes/widgets/htmega_dropcaps.php:58
4002
- #: includes/widgets/htmega_imagemarker.php:698
4003
- #: includes/widgets/htmega_modal.php:64 includes/widgets/htmega_modal.php:77
4004
- #: includes/widgets/htmega_modal.php:79
4005
- #: includes/widgets/htmega_newsticker.php:413
4006
- #: includes/widgets/htmega_notify.php:473
4007
- #: includes/widgets/htmega_popover.php:691
4008
- #: includes/widgets/htmega_post_grid_tab.php:192
4009
- #: includes/widgets/htmega_post_grid_tab.php:523
4010
- #: includes/widgets/htmega_post_slider.php:199
4011
- #: includes/widgets/htmega_post_slider.php:958
4012
- #: includes/widgets/htmega_pricing_list_view.php:68
4013
- #: includes/widgets/htmega_pricing_list_view.php:195
4014
- #: includes/widgets/htmega_pricing_list_view.php:560
4015
- #: includes/widgets/htmega_scroll_navigation.php:73
4016
- #: includes/widgets/htmega_scroll_navigation.php:75
4017
- #: includes/widgets/htmega_scroll_navigation.php:85
4018
- #: includes/widgets/htmega_switcher.php:115
4019
- #: includes/widgets/htmega_switcher.php:128
4020
- #: includes/widgets/htmega_switcher.php:131
4021
- #: includes/widgets/htmega_switcher.php:207
4022
- #: includes/widgets/htmega_switcher.php:220
4023
- #: includes/widgets/htmega_switcher.php:223
4024
- #: includes/widgets/htmega_switcher.php:545 includes/widgets/htmega_tabs.php:62
4025
- #: includes/widgets/htmega_tabs.php:99 includes/widgets/htmega_tabs.php:112
4026
- #: includes/widgets/htmega_tabs.php:114 includes/widgets/htmega_tabs.php:853
4027
- #: includes/widgets/htmega_toggle.php:93 includes/widgets/htmega_toggle.php:106
4028
- #: includes/widgets/htmega_tooltip.php:485
4029
- #: includes/widgets/htmega_twitter_feed.php:619
4030
- #: includes/widgets/htmega_verticle_time_line.php:62
4031
- #: includes/widgets/htmega_verticle_time_line.php:88
4032
- #: includes/widgets/htmega_verticle_time_line.php:180
4033
- #: includes/widgets/htmega_wc_element_pages.php:1850
4034
- #: extensions/ht-builder/widgets/bl_post_archive.php:645
4035
- #: extensions/ht-builder/widgets/bl_post_author_info.php:209
4036
- #: extensions/ht-menu/menu/templates.php:43
4037
- msgid "Content"
4038
- msgstr ""
4039
-
4040
- #: includes/widgets/htmega_countdown.php:639
4041
- #: includes/widgets/htmega_job_manager.php:155
4042
- msgid "Content Alignment"
4043
- msgstr ""
4044
-
4045
- #: includes/widgets/htmega_panel_slider.php:481
4046
- msgid "Content area"
4047
- msgstr ""
4048
-
4049
- #: includes/widgets/htmega_imagemarker.php:751
4050
- msgid "Content area border radius"
4051
- msgstr ""
4052
-
4053
- #: includes/widgets/htmega_imagemarker.php:762
4054
- msgid "Content area padding"
4055
- msgstr ""
4056
-
4057
- #: includes/widgets/htmega_singlepost.php:474
4058
- #: includes/widgets/htmega_slider_thumb_gallery.php:757
4059
- msgid "Content Box"
4060
- msgstr ""
4061
-
4062
- #: includes/widgets/htmega_teammember.php:511
4063
- msgid "Content Box Background"
4064
- msgstr ""
4065
-
4066
- #: includes/widgets/htmega_teammember.php:534
4067
- msgid "Content Box Hover Background"
4068
- msgstr ""
4069
-
4070
- #: includes/widgets/htmega_image_grid.php:253
4071
- #: includes/widgets/htmega_teammember.php:598
4072
- msgid "Content Box Padding"
4073
- msgstr ""
4074
-
4075
- #: includes/widgets/htmega_post_grid_tab.php:335
4076
- #: includes/widgets/htmega_post_slider.php:709
4077
- #: includes/widgets/htmega_slider_thumb_gallery.php:670
4078
- #: includes/widgets/htmega_special_day_banner.php:253
4079
- msgid "Content Box Style"
4080
- msgstr ""
4081
-
4082
- #: includes/widgets/htmega_user_login_form.php:744
4083
- #: extensions/wc-sales-notification/admin/setting.php:204
4084
- msgid "Content Color"
4085
- msgstr ""
4086
-
4087
- #: admin/include/admin-setting.php:1261 admin/include/admin-setting.php:1286
4088
- msgid "Content color option"
4089
- msgstr ""
4090
-
4091
- #: includes/widgets/htmega_verticle_time_line.php:71
4092
- msgid "Content Date"
4093
- msgstr ""
4094
-
4095
- #: includes/widgets/htmega_imagemarker.php:349
4096
- msgid "Content Indicator"
4097
- msgstr ""
4098
-
4099
- #: includes/widgets/htmega_post_grid_tab.php:201
4100
- #: includes/widgets/htmega_post_slider.php:209
4101
- #: includes/widgets/htmega_twitter_feed.php:133
4102
- #: extensions/ht-builder/widgets/bl_post_archive.php:157
4103
- msgid "Content Length"
4104
- msgstr ""
4105
-
4106
- #: includes/widgets/htmega_newsticker.php:1087
4107
- msgid "Content Not Found"
4108
- msgstr ""
4109
-
4110
- #: includes/widgets/htmega_newsticker.php:181
4111
- msgid "Content Option"
4112
- msgstr ""
4113
-
4114
- #: includes/widgets/htmega_postgrid.php:278
4115
- msgid "Content Padding"
4116
- msgstr ""
4117
-
4118
- #: includes/widgets/htmega_add_banner.php:58
4119
- #: includes/widgets/htmega_singlepost.php:57
4120
- #: includes/widgets/htmega_special_day_banner.php:42
4121
- msgid "Content Position"
4122
- msgstr ""
4123
-
4124
- #: includes/widgets/htmega_post_grid_tab.php:76
4125
- #: includes/widgets/htmega_post_slider.php:80
4126
- #: includes/widgets/htmega_scroll_navigation.php:60
4127
- msgid "Content Source"
4128
- msgstr ""
4129
-
4130
- #: includes/widgets/htmega_newsticker.php:188
4131
- #: includes/widgets/htmega_postgrid.php:69
4132
- msgid "Content Sourse"
4133
- msgstr ""
4134
-
4135
- #: includes/widgets/htmega_dropcaps.php:72
4136
- #: includes/widgets/htmega_teammember.php:68
4137
- #: includes/widgets/htmega_teammember.php:83
4138
- #: includes/widgets/htmega_toggle.php:122
4139
- msgid "Content Style"
4140
- msgstr ""
4141
-
4142
- #: includes/widgets/htmega_buddy_press.php:62
4143
- #: includes/widgets/htmega_pricing_list_view.php:570
4144
- msgid "Content Type"
4145
- msgstr ""
4146
-
4147
- #: includes/widgets/htmega_teammember.php:639
4148
- msgid "Corner Shape Color"
4149
- msgstr ""
4150
-
4151
- #: includes/widgets/htmega_easy_digital_download.php:201
4152
- #: includes/widgets/htmega_socialshere.php:356
4153
- #: includes/widgets/htmega_wc_categories.php:132
4154
- msgid "Count"
4155
- msgstr ""
4156
-
4157
- #: includes/widgets/htmega_countdown.php:404
4158
- msgid "Count Area"
4159
- msgstr ""
4160
-
4161
- #: includes/widgets/htmega_countdown.php:291
4162
- msgid "Count Layout"
4163
- msgstr ""
4164
-
4165
- #: includes/widgets_control.php:138 admin/include/admin-setting.php:199
4166
- #: includes/widgets/htmega_countdown.php:13
4167
- #: includes/widgets/htmega_countdown.php:65
4168
- msgid "Countdown"
4169
- msgstr ""
4170
-
4171
- #: includes/widgets_control.php:143 admin/include/admin-setting.php:207
4172
- #: includes/widgets/htmega_counter.php:13
4173
- #: includes/widgets/htmega_counter.php:42
4174
- msgid "Counter"
4175
- msgstr ""
4176
-
4177
- #: includes/widgets/htmega_countdown.php:673
4178
- msgid "Counter separator"
4179
- msgstr ""
4180
-
4181
- #: includes/widgets/htmega_counter.php:154
4182
- msgid "Counter Title"
4183
- msgstr ""
4184
-
4185
- #: includes/widgets/htmega_wc_element_pages.php:191
4186
- msgid "Coupon / Update Button"
4187
- msgstr ""
4188
-
4189
- #: admin/include/templates_list.php:16
4190
- msgid "Create a new page from this template"
4191
- msgstr ""
4192
-
4193
- #: extensions/wc-sales-notification/admin/setting.php:212
4194
- msgid "Cross Icon Color"
4195
- msgstr ""
4196
-
4197
- #: admin/include/admin-setting.php:1262 admin/include/admin-setting.php:1287
4198
- msgid "Cross icon color option"
4199
- msgstr ""
4200
-
4201
- #: includes/widgets/htmega_booked_calender.php:356
4202
- msgid "Current Date"
4203
- msgstr ""
4204
-
4205
- #: includes/widgets/htmega_accordion.php:331
4206
- msgid "Current Item No"
4207
- msgstr ""
4208
-
4209
- #: includes/widgets/htmega_accordion.php:80
4210
- #: includes/widgets/htmega_accordion.php:208
4211
- #: includes/widgets/htmega_blockquote.php:45
4212
- #: includes/widgets/htmega_imagemarker.php:231
4213
- #: includes/widgets/htmega_imagemarker.php:290
4214
- #: includes/widgets/htmega_imagemarker.php:501
4215
- #: includes/widgets/htmega_imagemarker.php:787
4216
- #: includes/widgets/htmega_modal.php:55
4217
- #: includes/widgets/htmega_scroll_image.php:255
4218
- #: includes/widgets/htmega_scroll_navigation.php:64
4219
- #: includes/widgets/htmega_scroll_navigation.php:144
4220
- #: includes/widgets/htmega_socialshere.php:467
4221
- #: includes/widgets/htmega_switcher.php:106
4222
- #: includes/widgets/htmega_switcher.php:198 includes/widgets/htmega_tabs.php:90
4223
- #: includes/widgets/htmega_testimonial_grid.php:59
4224
- #: includes/widgets/htmega_toggle.php:83
4225
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:70
4226
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:88
4227
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:126
4228
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:249
4229
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:292
4230
- #: extensions/ht-builder/widgets/bl_site_logo.php:56
4231
- msgid "Custom"
4232
- msgstr ""
4233
-
4234
- #: includes/widgets/htmega_weather.php:209
4235
- msgid "Custom Background Color"
4236
- msgstr ""
4237
-
4238
- #: includes/widgets/htmega_scroll_navigation.php:242
4239
- #: includes/widgets/htmega_toggle.php:108
4240
- msgid "Custom Content"
4241
- msgstr ""
4242
-
4243
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:99
4244
- msgid "Custom Date Format"
4245
- msgstr ""
4246
-
4247
- #: admin/include/admin-setting.php:215
4248
- #: includes/widgets/htmega_custom_event.php:13
4249
- msgid "Custom Event"
4250
- msgstr ""
4251
-
4252
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:195
4253
- msgid "Custom Format"
4254
- msgstr ""
4255
-
4256
- #: includes/widgets/htmega_weather.php:175
4257
- msgid "Custom Geolocation"
4258
- msgstr ""
4259
-
4260
- #: includes/widgets/htmega_postgrid.php:315
4261
- #: includes/widgets/htmega_post_grid_tab.php:1160
4262
- msgid "Custom Gradient Color"
4263
- msgstr ""
4264
-
4265
- #: includes/widgets/htmega_scroll_navigation.php:152
4266
- msgid "Custom Height"
4267
- msgstr ""
4268
-
4269
- #: includes/widgets/htmega_countdown.php:190
4270
- msgid "Custom Label"
4271
- msgstr ""
4272
-
4273
- #: includes/widgets/htmega_user_login_form.php:194
4274
- msgid "Custom label"
4275
- msgstr ""
4276
-
4277
- #: includes/widgets/htmega_scroll_image.php:61
4278
- msgid "Custom Link"
4279
- msgstr ""
4280
-
4281
- #: includes/widgets/htmega_googlemap.php:170
4282
- msgid "Custom marker"
4283
- msgstr ""
4284
-
4285
- #: includes/widgets/htmega_newsticker.php:236
4286
- #: includes/widgets/htmega_postgrid.php:117
4287
- #: includes/widgets/htmega_post_grid_tab.php:124
4288
- #: includes/widgets/htmega_post_slider.php:128
4289
- #: extensions/ht-builder/widgets/bl_post_archive.php:184
4290
- msgid "Custom order"
4291
- msgstr ""
4292
-
4293
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:137
4294
- msgid "Custom Time Format"
4295
- msgstr ""
4296
-
4297
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:273
4298
- msgid "Custom URL"
4299
- msgstr ""
4300
-
4301
- #: includes/widgets/htmega_panel_slider.php:197
4302
- msgid "Custom Width"
4303
- msgstr ""
4304
-
4305
- #: includes/widgets_control.php:148
4306
- msgid "Custom_Event"
4307
- msgstr ""
4308
-
4309
- #: includes/widgets/htmega_notify.php:133
4310
- msgid "Danger"
4311
- msgstr ""
4312
-
4313
- #: includes/widgets_control.php:333 admin/include/admin-setting.php:511
4314
- #: includes/widgets/htmega_data_table.php:13
4315
- msgid "Data Table"
4316
- msgstr ""
4317
-
4318
- #: includes/widgets/htmega_data_table.php:250
4319
- msgid "Data Type"
4320
- msgstr ""
4321
-
4322
- #: includes/recommended-plugins/recommended-plugins.php:121
4323
- msgid "DataCaptia"
4324
- msgstr ""
4325
-
4326
- #: includes/widgets/htmega_booked_calender.php:288
4327
- #: includes/widgets/htmega_custom_event.php:322
4328
- #: includes/widgets/htmega_job_manager.php:99
4329
- #: includes/widgets/htmega_newsticker.php:135
4330
- #: includes/widgets/htmega_newsticker.php:252
4331
- #: includes/widgets/htmega_newsticker.php:900
4332
- #: includes/widgets/htmega_postgrid.php:149
4333
- #: includes/widgets/htmega_postgrid.php:199
4334
- #: includes/widgets/htmega_postgrid.php:571
4335
- #: includes/widgets/htmega_post_grid_tab.php:156
4336
- #: includes/widgets/htmega_post_slider.php:160
4337
- #: includes/widgets/htmega_post_slider.php:265
4338
- #: includes/widgets/htmega_singlepost.php:140
4339
- #: includes/widgets/htmega_verticle_time_line.php:320
4340
- #: extensions/ht-builder/widgets/bl_post_archive.php:200
4341
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:66
4342
- msgid "Date"
4343
- msgstr ""
4344
-
4345
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:78
4346
- msgid "Date Format"
4347
- msgstr ""
4348
-
4349
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:84
4350
- msgctxt "Date Format"
4351
- msgid "March 6, 2018 (F j, Y)"
4352
- msgstr ""
4353
-
4354
- #: includes/widgets/htmega_newsticker.php:144
4355
- msgid "Date Position In Left"
4356
- msgstr ""
4357
-
4358
- #: includes/widgets/htmega_booked_calender.php:63
4359
- #: includes/widgets/htmega_business_hours.php:83
4360
- #: includes/widgets/htmega_business_hours.php:505
4361
- #: includes/widgets/htmega_countdown.php:132
4362
- #: includes/widgets/htmega_instagram.php:113
4363
- msgid "Day"
4364
- msgstr ""
4365
-
4366
- #: includes/widgets/htmega_business_hours.php:112
4367
- msgid "Day Color"
4368
- msgstr ""
4369
-
4370
- #: includes/widgets/htmega_booked_calender.php:220
4371
- msgid "Day Name Background"
4372
- msgstr ""
4373
-
4374
- #: includes/widgets/htmega_booked_calender.php:232
4375
- msgid "Day Name Color"
4376
- msgstr ""
4377
-
4378
- #: includes/widgets/htmega_countdown.php:202
4379
- #: includes/widgets/htmega_countdown.php:204
4380
- msgid "Days"
4381
- msgstr ""
4382
-
4383
- #: includes/widgets/htmega_booked_calender.php:120
4384
- msgid "December"
4385
- msgstr ""
4386
-
4387
- #: includes/widgets/htmega_booked_calender.php:54
4388
- #: includes/widgets/htmega_booked_calender.php:166
4389
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:50
4390
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:291
4391
- #: extensions/ht-builder/widgets/bl_site_logo.php:52
4392
- msgid "Default"
4393
- msgstr ""
4394
-
4395
- #: includes/widgets/htmega_googlemap.php:60
4396
- msgid "Default Zoom"
4397
- msgstr ""
4398
-
4399
- #: includes/widgets/htmega_notify.php:222
4400
- msgid "Delay"
4401
- msgstr ""
4402
-
4403
- #: includes/widgets/htmega_instagram.php:99
4404
- msgid "Delete existing caching data"
4405
- msgstr ""
4406
-
4407
- #: includes/widgets/htmega_socialshere.php:76
4408
- msgid "Delicious"
4409
- msgstr ""
4410
-
4411
- #: includes/widgets/htmega_easy_digital_download.php:214
4412
- msgid "DESC"
4413
- msgstr ""
4414
-
4415
- #: includes/widgets/htmega_job_manager.php:84
4416
- #: includes/widgets/htmega_newsticker.php:271
4417
- #: includes/widgets/htmega_postgrid.php:131
4418
- #: includes/widgets/htmega_post_grid_tab.php:138
4419
- #: includes/widgets/htmega_post_slider.php:142
4420
- #: includes/widgets/htmega_wc_categories.php:145
4421
- #: extensions/ht-builder/widgets/bl_post_archive.php:219
4422
- msgid "Descending"
4423
- msgstr ""
4424
-
4425
- #: includes/widgets/htmega_add_banner.php:110
4426
- #: includes/widgets/htmega_add_banner.php:548
4427
- #: includes/widgets/htmega_call_to_action.php:104
4428
- #: includes/widgets/htmega_call_to_action.php:618
4429
- #: includes/widgets/htmega_custom_event.php:217
4430
- #: includes/widgets/htmega_easy_digital_download.php:200
4431
- #: includes/widgets/htmega_easy_digital_download.php:420
4432
- #: includes/widgets/htmega_errorcontent.php:112
4433
- #: includes/widgets/htmega_errorcontent.php:463
4434
- #: includes/widgets/htmega_gravity_forms.php:172
4435
- #: includes/widgets/htmega_imagemarker.php:922
4436
- #: includes/widgets/htmega_image_grid.php:114
4437
- #: includes/widgets/htmega_image_grid.php:368
4438
- #: includes/widgets/htmega_image_masonry.php:94
4439
- #: includes/widgets/htmega_image_masonry.php:343
4440
- #: includes/widgets/htmega_ninja_form.php:211
4441
- #: includes/widgets/htmega_service.php:469
4442
- #: includes/widgets/htmega_special_day_banner.php:96
4443
- #: includes/widgets/htmega_special_day_banner.php:453
4444
- #: includes/widgets/htmega_wc_categories.php:131
4445
- #: includes/widgets/htmega_working_process.php:96
4446
- #: includes/widgets/htmega_working_process.php:712
4447
- #: includes/widgets/htmega_wpforms.php:86
4448
- #: includes/widgets/htmega_wpforms.php:203
4449
- msgid "Description"
4450
- msgstr ""
4451
-
4452
- #: includes/widgets/htmega_ninja_form.php:95
4453
- msgid "Description Hide"
4454
- msgstr ""
4455
-
4456
- #: includes/widgets/htmega_caldera_form.php:137
4457
- #: includes/widgets/htmega_gravity_forms.php:343
4458
- #: includes/widgets/htmega_ninja_form.php:432
4459
- #: includes/widgets/htmega_wpforms.php:414
4460
- msgid "Description Style"
4461
- msgstr ""
4462
-
4463
- #: includes/widgets/htmega_call_to_action.php:113
4464
- msgid "Description Tag"
4465
- msgstr ""
4466
-
4467
- #: includes/widgets/htmega_data_table.php:210
4468
- #: includes/widgets/htmega_pricing_list_view.php:455
4469
- #: includes/widgets/htmega_teammember.php:163
4470
- #: includes/widgets/htmega_teammember.php:774
4471
- #: includes/widgets/htmega_testimonial_grid.php:175
4472
- #: includes/widgets/htmega_testimonial_grid.php:480
4473
- msgid "Designation"
4474
- msgstr ""
4475
-
4476
- #: includes/widgets/htmega_testimonial_grid.php:69
4477
- msgid "Desktop"
4478
- msgstr ""
4479
-
4480
- #: admin/include/templates/library/templates.php:30
4481
- #: admin/include/templates/library/templates.php:31
4482
- msgid "Desktop view"
4483
- msgstr ""
4484
-
4485
- #: includes/widgets/htmega_countdown.php:273
4486
- msgid "Details"
4487
- msgstr ""
4488
-
4489
- #: includes/widgets/htmega_data_table.php:468
4490
- #: includes/widgets/htmega_pricing_list_view.php:1105
4491
- #: includes/widgets/htmega_testimonial_grid.php:239
4492
- msgid "Developer"
4493
- msgstr ""
4494
-
4495
- #: includes/widgets/htmega_socialshere.php:73
4496
- msgid "Digg"
4497
- msgstr ""
4498
-
4499
- #: includes/widgets/htmega_newsticker.php:122
4500
- #: includes/widgets/htmega_popover.php:188
4501
- #: includes/widgets/htmega_tooltip.php:176
4502
- msgid "Direction"
4503
- msgstr ""
4504
-
4505
- #: includes/widgets/htmega_section_title.php:612
4506
- #: includes/widgets/htmega_section_title.php:843
4507
- msgid "Display"
4508
- msgstr ""
4509
-
4510
- #: includes/widgets/htmega_user_login_form.php:396
4511
- msgid "Display as"
4512
- msgstr ""
4513
-
4514
- #: includes/helper-function.php:182
4515
- msgid "div"
4516
- msgstr ""
4517
-
4518
- #: includes/helper-function.php:72
4519
- #: extensions/ht-menu/menu/helper_function.php:17
4520
- msgid "Do not Saved Templates."
4521
- msgstr ""
4522
-
4523
- #: extensions/wc-sales-notification/admin/setting.php:153
4524
- msgid ""
4525
- "Do not show purchases older than.( More Options are Pro features ) <span>( "
4526
- "Pro )</span>"
4527
- msgstr ""
4528
-
4529
- #: includes/recommended-plugins/recommended-plugins.php:116
4530
- msgid "Docus"
4531
- msgstr ""
4532
-
4533
- #: includes/widgets/htmega_user_login_form.php:105
4534
- #: includes/widgets/htmega_user_login_form.php:107
4535
- msgid "Don’t Have account? You can create an account by using this form."
4536
- msgstr ""
4537
-
4538
- #: includes/widgets/htmega_post_slider.php:373
4539
- msgid "Dot Style"
4540
- msgstr ""
4541
-
4542
- #: includes/widgets_control.php:153 admin/include/admin-setting.php:223
4543
- #: includes/widgets/htmega_double_button.php:13
4544
- #: includes/widgets/htmega_double_button.php:35
4545
- msgid "Double Button"
4546
- msgstr ""
4547
-
4548
- #: includes/widgets/htmega_newsticker.php:127
4549
- msgid "Down"
4550
- msgstr ""
4551
-
4552
- #: includes/widgets/htmega_download_monitor.php:54
4553
- msgid "Download File"
4554
- msgstr ""
4555
-
4556
- #: admin/include/admin-setting.php:969
4557
- #: includes/widgets/htmega_download_monitor.php:13
4558
- msgid "Download Monitor"
4559
- msgstr ""
4560
-
4561
- #: includes/widgets/htmega_download_monitor.php:421
4562
- msgid "Downloaded"
4563
- msgstr ""
4564
-
4565
- #: admin/include/admin-setting.php:1169
4566
- msgid "Drag n Drop, No coding Required"
4567
- msgstr ""
4568
-
4569
- #: includes/widgets/htmega_dropcaps.php:188
4570
- msgid "Dropcap Letter"
4571
- msgstr ""
4572
-
4573
- #: includes/widgets_control.php:158 admin/include/admin-setting.php:231
4574
- #: includes/widgets/htmega_dropcaps.php:13
4575
- #: includes/widgets/htmega_dropcaps.php:35
4576
- msgid "Dropcaps"
4577
- msgstr ""
4578
-
4579
- #: extensions/ht-menu/widgets/inline-mega-menu.php:47
4580
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:48
4581
- msgid "Dropdown Icon"
4582
- msgstr ""
4583
-
4584
- #: includes/widgets/htmega_countdown.php:109
4585
- msgid "Due Date"
4586
- msgstr ""
4587
-
4588
- #: admin/include/admin-setting.php:979
4589
- #: includes/widgets/htmega_easy_digital_download.php:13
4590
- #: includes/widgets/htmega_easy_digital_download.php:43
4591
- msgid "Easy Digital Downloads"
4592
- msgstr ""
4593
-
4594
- #: admin/include/template-library.php:198
4595
- msgid "Edit Page"
4596
- msgstr ""
4597
-
4598
- #: admin/include/template-library.php:198
4599
- msgid "Edit Template"
4600
- msgstr ""
4601
-
4602
- #: includes/widgets/htmega_button.php:416
4603
- msgid "Effect 1"
4604
- msgstr ""
4605
-
4606
- #: includes/widgets/htmega_button.php:425
4607
- msgid "Effect 10"
4608
- msgstr ""
4609
-
4610
- #: includes/widgets/htmega_button.php:426
4611
- msgid "Effect 11"
4612
- msgstr ""
4613
-
4614
- #: includes/widgets/htmega_button.php:427
4615
- msgid "Effect 12"
4616
- msgstr ""
4617
-
4618
- #: includes/widgets/htmega_button.php:428
4619
- msgid "Effect 13"
4620
- msgstr ""
4621
-
4622
- #: includes/widgets/htmega_button.php:429
4623
- msgid "Effect 14"
4624
- msgstr ""
4625
-
4626
- #: includes/widgets/htmega_button.php:417
4627
- msgid "Effect 2"
4628
- msgstr ""
4629
-
4630
- #: includes/widgets/htmega_button.php:418
4631
- msgid "Effect 3"
4632
- msgstr ""
4633
-
4634
- #: includes/widgets/htmega_button.php:419
4635
- msgid "Effect 4"
4636
- msgstr ""
4637
-
4638
- #: includes/widgets/htmega_button.php:420
4639
- msgid "Effect 5"
4640
- msgstr ""
4641
-
4642
- #: includes/widgets/htmega_button.php:421
4643
- msgid "Effect 6"
4644
- msgstr ""
4645
-
4646
- #: includes/widgets/htmega_button.php:422
4647
- msgid "Effect 7"
4648
- msgstr ""
4649
-
4650
- #: includes/widgets/htmega_button.php:423
4651
- msgid "Effect 8"
4652
- msgstr ""
4653
-
4654
- #: includes/widgets/htmega_button.php:424
4655
- msgid "Effect 9"
4656
- msgstr ""
4657
-
4658
- #: includes/widgets/htmega_button.php:456
4659
- msgid "Effect After Color"
4660
- msgstr ""
4661
-
4662
- #: includes/widgets/htmega_button.php:437
4663
- #: includes/widgets/htmega_button.php:447
4664
- #: includes/widgets/htmega_button.php:465
4665
- msgid "Effect Before Color"
4666
- msgstr ""
4667
-
4668
- #: includes/widgets/htmega_wc_element_pages.php:48
4669
- msgid "Element"
4670
- msgstr ""
4671
-
4672
- #: includes/widgets/htmega_notify.php:96
4673
- msgid "Element Container"
4674
- msgstr ""
4675
-
4676
- #: includes/widgets/htmega_wc_element_pages.php:793
4677
- #: includes/widgets/htmega_wc_element_pages.php:1459
4678
- msgid "Element Space"
4679
- msgstr ""
4680
-
4681
- #: includes/class.htmega.php:160 admin/include/templates_list.php:42
4682
- msgid "Elementor"
4683
- msgstr ""
4684
-
4685
- #: includes/class.htmega.php:138
4686
- msgid "Elementor Activate Now"
4687
- msgstr ""
4688
-
4689
- #: includes/class.htmega.php:146
4690
- msgid "Elementor Install Now"
4691
- msgstr ""
4692
-
4693
- #: includes/widgets/htmega_accordion.php:81
4694
- #: includes/widgets/htmega_accordion.php:209
4695
- #: includes/widgets/htmega_blockquote.php:46
4696
- #: includes/widgets/htmega_modal.php:56
4697
- #: includes/widgets/htmega_offcanvas.php:62
4698
- #: includes/widgets/htmega_scroll_navigation.php:65
4699
- #: includes/widgets/htmega_switcher.php:107
4700
- #: includes/widgets/htmega_switcher.php:199 includes/widgets/htmega_tabs.php:91
4701
- #: includes/widgets/htmega_toggle.php:84
4702
- msgid "Elementor Template"
4703
- msgstr ""
4704
-
4705
- #: admin/include/admin-setting.php:76
4706
- msgid "Elements"
4707
- msgstr ""
4708
-
4709
- #: includes/widgets/htmega_data_table.php:214
4710
- #: includes/widgets/htmega_pricing_list_view.php:459
4711
- msgid "Email"
4712
- msgstr ""
4713
-
4714
- #: includes/helper-function.php:439
4715
- msgid "Email Already in Use"
4716
- msgstr ""
4717
-
4718
- #: includes/helper-function.php:436
4719
- msgid "Email is not valid"
4720
- msgstr ""
4721
-
4722
- #: extensions/ht-menu/classes/class.mega-menu.php:120
4723
- msgid "Enable megamenu?"
4724
- msgstr ""
4725
-
4726
- #: includes/widgets/htmega_accordion.php:1004
4727
- #: includes/widgets/htmega_counter.php:74
4728
- #: includes/widgets/htmega_user_login_form.php:430
4729
- msgid "End"
4730
- msgstr ""
4731
-
4732
- #: includes/widgets/htmega_googlemap.php:113
4733
- msgid "Enter Map Style Json Code."
4734
- msgstr ""
4735
-
4736
- #: extensions/ht-builder/widgets/bl_post_search_form.php:89
4737
- msgid "Enter you text"
4738
- msgstr ""
4739
-
4740
- #: includes/widgets/htmega_section_title.php:82
4741
- #: includes/widgets/htmega_section_title.php:84
4742
- msgid "Enter your advance title"
4743
- msgstr ""
4744
-
4745
- #: includes/widgets/htmega_googlemap.php:102
4746
- msgid "Enter your center address."
4747
- msgstr ""
4748
-
4749
- #: includes/widgets/htmega_dropcaps.php:61
4750
- msgid "Enter Your Dropcaps Content."
4751
- msgstr ""
4752
-
4753
- #: includes/widgets/htmega_googlemap.php:283
4754
- msgid "Enter your fixed address."
4755
- msgstr ""
4756
-
4757
- #: includes/widgets/htmega_section_title.php:71
4758
- #: includes/widgets/htmega_section_title.php:73
4759
- msgid "Enter your sub title"
4760
- msgstr ""
4761
-
4762
- #: extensions/ht-builder/widgets/bl_post_archive.php:74
4763
- msgid "Enter Your Text"
4764
- msgstr ""
4765
-
4766
- #: includes/widgets/htmega_button.php:57 includes/widgets/htmega_button.php:59
4767
- msgid "Enter your Text"
4768
- msgstr ""
4769
-
4770
- #: includes/widgets/htmega_section_title.php:59
4771
- #: includes/widgets/htmega_section_title.php:61
4772
- msgid "Enter your title"
4773
- msgstr ""
4774
-
4775
- #: includes/widgets/htmega_tablepress.php:75
4776
- msgid "Entries Hide"
4777
- msgstr ""
4778
-
4779
- #: includes/widgets/htmega_ninja_form.php:1109
4780
- msgid "Error Color"
4781
- msgstr ""
4782
-
4783
- #: includes/widgets/htmega_caldera_form.php:619
4784
- #: includes/widgets/htmega_gravity_forms.php:850
4785
- msgid "Error Text Color"
4786
- msgstr ""
4787
-
4788
- #: includes/widgets_control.php:393
4789
- msgid "ErrorContent"
4790
- msgstr ""
4791
-
4792
- #: includes/widgets/htmega_gravity_forms.php:842
4793
- msgid "Errors and Confirmation Style"
4794
- msgstr ""
4795
-
4796
- #: includes/widgets/htmega_contact_form_seven.php:949
4797
- msgid "Errors and Feedback Style"
4798
- msgstr ""
4799
-
4800
- #: includes/widgets/htmega_caldera_form.php:611
4801
- #: includes/widgets/htmega_ninja_form.php:1101
4802
- #: includes/widgets/htmega_quforms.php:969
4803
- msgid "Errors and Success Style"
4804
- msgstr ""
4805
-
4806
- #: includes/widgets/htmega_wpforms.php:1136
4807
- msgid "Errors Style"
4808
- msgstr ""
4809
-
4810
- #: includes/widgets/htmega_wc_element_pages.php:1204
4811
- msgid "Even"
4812
- msgstr ""
4813
-
4814
- #: includes/widgets/htmega_custom_event.php:35
4815
- msgid "Event"
4816
- msgstr ""
4817
-
4818
- #: includes/widgets/htmega_countdown.php:261
4819
- msgid "Event Button"
4820
- msgstr ""
4821
-
4822
- #: includes/widgets/htmega_custom_event.php:102
4823
- msgid "Event Button Link"
4824
- msgstr ""
4825
-
4826
- #: includes/widgets/htmega_custom_event.php:93
4827
- msgid "Event Button text"
4828
- msgstr ""
4829
-
4830
- #: includes/widgets/htmega_countdown.php:54
4831
- msgid "Event Calendar Not Installed"
4832
- msgstr ""
4833
-
4834
- #: includes/widgets/htmega_tablepress.php:263
4835
- msgid "Event Cell"
4836
- msgstr ""
4837
-
4838
- #: includes/widgets/htmega_countdown.php:72
4839
- msgid "Event Countdown"
4840
- msgstr ""
4841
-
4842
- #: includes/widgets/htmega_custom_event.php:85
4843
- msgid "Event description"
4844
- msgstr ""
4845
-
4846
- #: includes/widgets/htmega_countdown.php:81
4847
- msgid "Event List"
4848
- msgstr ""
4849
-
4850
- #: includes/widgets/htmega_custom_event.php:76
4851
- msgid "Event Location"
4852
- msgstr ""
4853
-
4854
- #: includes/widgets/htmega_custom_event.php:68
4855
- msgid "Event Time"
4856
- msgstr ""
4857
-
4858
- #: includes/widgets/htmega_custom_event.php:44
4859
- msgid "Event Title."
4860
- msgstr ""
4861
-
4862
- #: includes/recommended-plugins/recommended-plugins.php:68
4863
- msgid "EverCompare"
4864
- msgstr ""
4865
-
4866
- #: includes/widgets/htmega_socialshere.php:74
4867
- msgid "Evernote"
4868
- msgstr ""
4869
-
4870
- #: includes/widgets/htmega_notify.php:178
4871
- msgid "Exit Animation"
4872
- msgstr ""
4873
-
4874
- #: includes/widgets/htmega_post_grid_tab.php:259
4875
- msgid "Expand Box Style"
4876
- msgstr ""
4877
-
4878
- #: includes/widgets/htmega_accordion.php:391
4879
- msgid "Expand Item Height"
4880
- msgstr ""
4881
-
4882
- #: includes/widgets/htmega_button.php:89
4883
- #: includes/widgets/htmega_double_button.php:49
4884
- msgid "Extra Large"
4885
- msgstr ""
4886
-
4887
- #: includes/widgets/htmega_button.php:90
4888
- #: includes/widgets/htmega_double_button.php:50
4889
- msgid "Extra Small"
4890
- msgstr ""
4891
-
4892
- #: includes/widgets/htmega_weather.php:56
4893
- msgid "F"
4894
- msgstr ""
4895
-
4896
- #: includes/widgets/htmega_socialshere.php:62
4897
- #: includes/widgets/htmega_socialshere.php:102
4898
- #: includes/widgets/htmega_socialshere.php:320
4899
- msgid "Facebook"
4900
- msgstr ""
4901
-
4902
- #: includes/widgets/htmega_notify.php:153
4903
- #: includes/widgets/htmega_notify.php:188
4904
- msgid "fadeIn"
4905
- msgstr ""
4906
-
4907
- #: includes/widgets/htmega_notify.php:154
4908
- #: includes/widgets/htmega_notify.php:189
4909
- msgid "fadeInDown"
4910
- msgstr ""
4911
-
4912
- #: includes/widgets/htmega_notify.php:155
4913
- #: includes/widgets/htmega_notify.php:190
4914
- msgid "fadeInDownBig"
4915
- msgstr ""
4916
-
4917
- #: includes/widgets/htmega_notify.php:156
4918
- #: includes/widgets/htmega_notify.php:191
4919
- #: extensions/wc-sales-notification/admin/setting.php:169
4920
- msgid "fadeInLeft"
4921
- msgstr ""
4922
-
4923
- #: includes/widgets/htmega_notify.php:157
4924
- #: includes/widgets/htmega_notify.php:192
4925
- msgid "fadeInLeftBig"
4926
- msgstr ""
4927
-
4928
- #: includes/widgets/htmega_notify.php:158
4929
- #: includes/widgets/htmega_notify.php:193
4930
- msgid "fadeInRight"
4931
- msgstr ""
4932
-
4933
- #: includes/widgets/htmega_notify.php:159
4934
- #: includes/widgets/htmega_notify.php:194
4935
- msgid "fadeInRightBig"
4936
- msgstr ""
4937
-
4938
- #: includes/widgets/htmega_notify.php:162
4939
- #: includes/widgets/htmega_notify.php:197
4940
- msgid "fadeInUp"
4941
- msgstr ""
4942
-
4943
- #: includes/widgets/htmega_notify.php:165
4944
- #: includes/widgets/htmega_notify.php:200
4945
- msgid "fadeInUpBig"
4946
- msgstr ""
4947
-
4948
- #: includes/widgets/htmega_notify.php:164
4949
- #: includes/widgets/htmega_notify.php:199
4950
- msgid "fadeOutDown"
4951
- msgstr ""
4952
-
4953
- #: includes/widgets/htmega_notify.php:161
4954
- #: includes/widgets/htmega_notify.php:196
4955
- msgid "fadeOutLeft"
4956
- msgstr ""
4957
-
4958
- #: includes/widgets/htmega_notify.php:160
4959
- #: includes/widgets/htmega_notify.php:195
4960
- #: extensions/wc-sales-notification/admin/setting.php:181
4961
- msgid "fadeOutRight"
4962
- msgstr ""
4963
-
4964
- #: includes/widgets/htmega_notify.php:163
4965
- #: includes/widgets/htmega_notify.php:198
4966
- msgid "fadeOutUp"
4967
- msgstr ""
4968
-
4969
- #: extensions/wc-sales-notification/admin/setting.php:70
4970
- msgid "Fakes"
4971
- msgstr ""
4972
-
4973
- #: admin/include/admin-setting.php:1252 admin/include/admin-setting.php:1277
4974
- msgid "Fakes notification"
4975
- msgstr ""
4976
-
4977
- #: includes/widgets/htmega_pricing_list_view.php:148
4978
- #: includes/widgets/htmega_pricing_list_view.php:154
4979
- #: includes/widgets/htmega_pricing_list_view.php:160
4980
- #: includes/widgets/htmega_pricing_list_view.php:166
4981
- msgid "fas fa-shopping-basket"
4982
- msgstr ""
4983
-
4984
- #: includes/widgets/htmega_job_manager.php:113
4985
- msgid "Feature Jobs only"
4986
- msgstr ""
4987
-
4988
- #: includes/widgets/htmega_booked_calender.php:110
4989
- msgid "February"
4990
- msgstr ""
4991
-
4992
- #: includes/widgets/htmega_instragram_feed.php:49
4993
- msgid "Feed Limit"
4994
- msgstr ""
4995
-
4996
- #: includes/widgets/htmega_contact_form_seven.php:983
4997
- msgid "Feedback Style"
4998
- msgstr ""
4999
-
5000
- #: includes/widgets/htmega_data_table.php:237
5001
- #: includes/widgets/htmega_pricing_list_view.php:545
5002
- msgid "Fild Type"
5003
- msgstr ""
5004
-
5005
- #: includes/widgets/htmega_job_manager.php:142
5006
- msgid "Filters"
5007
- msgstr ""
5008
-
5009
- #: includes/widgets/htmega_layer_slider.php:72
5010
- msgid "First Slide Number"
5011
- msgstr ""
5012
-
5013
- #: includes/widgets/htmega_image_grid.php:66
5014
- #: includes/widgets/htmega_image_masonry.php:74
5015
- #: includes/widgets/htmega_testimonial_grid.php:77
5016
- msgid "Five"
5017
- msgstr ""
5018
-
5019
- #: includes/widgets/htmega_googlemap.php:281
5020
- msgid "Fixed Address"
5021
- msgstr ""
5022
-
5023
- #: includes/widgets/htmega_googlemap.php:502
5024
- msgid "Fixed Address Span Style"
5025
- msgstr ""
5026
-
5027
- #: includes/widgets/htmega_googlemap.php:272
5028
- msgid "Fixed Maps Address:"
5029
- msgstr ""
5030
-
5031
- #: includes/widgets_control.php:163 admin/include/admin-setting.php:239
5032
- msgid "Flip Box"
5033
- msgstr ""
5034
-
5035
- #: includes/widgets/htmega_instagram.php:303
5036
- msgid "Flow Button Icon"
5037
- msgstr ""
5038
-
5039
- #: includes/widgets/htmega_caldera_form.php:369
5040
- #: includes/widgets/htmega_contact_form_seven.php:366
5041
- #: includes/widgets/htmega_contact_form_seven.php:581
5042
- #: includes/widgets/htmega_gravity_forms.php:568
5043
- #: includes/widgets/htmega_ninja_form.php:634
5044
- #: includes/widgets/htmega_ninja_form.php:852
5045
- #: includes/widgets/htmega_quforms.php:470
5046
- #: includes/widgets/htmega_quforms.php:687
5047
- #: includes/widgets/htmega_search.php:391
5048
- #: includes/widgets/htmega_wc_element_pages.php:580
5049
- #: includes/widgets/htmega_wc_element_pages.php:842
5050
- #: includes/widgets/htmega_wc_element_pages.php:1400
5051
- #: includes/widgets/htmega_wpforms.php:637
5052
- #: includes/widgets/htmega_wpforms.php:855
5053
- msgid "Focus"
5054
- msgstr ""
5055
-
5056
- #: includes/widgets/htmega_instagram.php:292
5057
- msgid "Follow @"
5058
- msgstr ""
5059
-
5060
- #: includes/widgets/htmega_instagram.php:1282
5061
- msgid "Follow Button"
5062
- msgstr ""
5063
-
5064
- #: includes/widgets/htmega_instagram.php:290
5065
- msgid "Follow button Aditional text"
5066
- msgstr ""
5067
-
5068
- #: includes/widgets/htmega_instragram_feed.php:206
5069
- msgid "Follow Color"
5070
- msgstr ""
5071
-
5072
- #: includes/widgets/htmega_instragram_feed.php:130
5073
- #: includes/widgets/htmega_instragram_feed.php:131
5074
- msgid "Follow on Instagram"
5075
- msgstr ""
5076
-
5077
- #: includes/widgets/htmega_instragram_feed.php:128
5078
- msgid "Follow Text"
5079
- msgstr ""
5080
-
5081
- #: includes/widgets/htmega_instragram_feed.php:218
5082
- msgid "Follow Text Color"
5083
- msgstr ""
5084
-
5085
- #: includes/widgets/htmega_googlemap.php:201
5086
- #: includes/widgets/htmega_googlemap.php:232
5087
- #: includes/widgets/htmega_googlemap.php:434
5088
- #: includes/widgets/htmega_googlemap.php:521
5089
- msgid "Font Color"
5090
- msgstr ""
5091
-
5092
- #: includes/widgets/htmega_blockquote.php:575
5093
- #: includes/widgets/htmega_carousel.php:570
5094
- #: includes/widgets/htmega_imagemarker.php:514
5095
- #: includes/widgets/htmega_instagram.php:772
5096
- #: includes/widgets/htmega_instagram.php:946
5097
- #: includes/widgets/htmega_lightbox.php:377
5098
- #: includes/widgets/htmega_panel_slider.php:775
5099
- #: includes/widgets/htmega_post_slider.php:1555
5100
- #: includes/widgets/htmega_search.php:464
5101
- #: includes/widgets/htmega_search.php:716
5102
- #: includes/widgets/htmega_slider_thumb_gallery.php:836
5103
- #: includes/widgets/htmega_teammember.php:1047
5104
- #: includes/widgets/htmega_twitter_feed.php:1088
5105
- #: includes/widgets/htmega_videoplayer.php:366
5106
- #: includes/widgets/htmega_working_process.php:955
5107
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:463
5108
- msgid "Font Size"
5109
- msgstr ""
5110
-
5111
- #: includes/widgets/htmega_modal.php:746
5112
- msgid "Footer"
5113
- msgstr ""
5114
-
5115
- #: includes/widgets/htmega_modal.php:831
5116
- msgid "Footer Close Button"
5117
- msgstr ""
5118
-
5119
- #: includes/widgets/htmega_data_table.php:119
5120
- msgid "Footer Info"
5121
- msgstr ""
5122
-
5123
- #: extensions/ht-builder/classes/class.header_footer.php:100
5124
- msgid "Footer Template"
5125
- msgstr ""
5126
-
5127
- #: extensions/ht-builder/admin/setting.php:91
5128
- msgid "Footer Template."
5129
- msgstr ""
5130
-
5131
- #: includes/widgets/htmega_modal.php:91
5132
- msgid "Footer Text"
5133
- msgstr ""
5134
-
5135
- #: includes/widgets/htmega_tablepress.php:399
5136
- msgid "Footer text"
5137
- msgstr ""
5138
-
5139
- #: includes/widgets/htmega_tablepress.php:108
5140
- msgid "Footer text Hide"
5141
- msgstr ""
5142
-
5143
- #: includes/widgets/htmega_pricing_list_view.php:329
5144
- #: includes/widgets/htmega_pricing_list_view.php:958
5145
- msgid "For Layout 4 only"
5146
- msgstr ""
5147
-
5148
- #: includes/widgets/htmega_mailchimp_wp.php:69
5149
- msgid ""
5150
- "For show ID <a href=\"admin.php?page=mailchimp-for-wp-forms\" "
5151
- "target=\"_blank\"> Click here </a>"
5152
- msgstr ""
5153
-
5154
- #: includes/widgets/htmega_weather.php:317
5155
- msgid "Forcast"
5156
- msgstr ""
5157
-
5158
- #: includes/widgets/htmega_weather.php:80
5159
- msgid "Forecast"
5160
- msgstr ""
5161
-
5162
- #: includes/widgets/htmega_user_login_form.php:296
5163
- msgid "Forget Password Position"
5164
- msgstr ""
5165
-
5166
- #: includes/widgets/htmega_user_login_form.php:951
5167
- msgid "Forget Text"
5168
- msgstr ""
5169
-
5170
- #: includes/widgets/htmega_user_login_form.php:967
5171
- msgid "Forget Text Color"
5172
- msgstr ""
5173
-
5174
- #: includes/widgets/htmega_user_login_form.php:978
5175
- msgid "Forget Text Hover Color"
5176
- msgstr ""
5177
-
5178
- #: includes/widgets/htmega_user_login_form.php:1639
5179
- #: includes/widgets/htmega_user_login_form.php:1662
5180
- msgid "Forgot Password?"
5181
- msgstr ""
5182
-
5183
- #: includes/widgets/htmega_wpforms.php:47
5184
- msgid "Form not found"
5185
- msgstr ""
5186
-
5187
- #: includes/helper-function.php:330
5188
- #: includes/widgets/htmega_gravity_forms.php:48
5189
- #: includes/widgets/htmega_quforms.php:49
5190
- msgid "Form Not Found!"
5191
- msgstr ""
5192
-
5193
- #: includes/widgets/htmega_ninja_form.php:49
5194
- msgid "Form Not Found."
5195
- msgstr ""
5196
-
5197
- #: includes/widgets/htmega_contact_form_seven.php:80
5198
- msgid "Form Wrapper Style"
5199
- msgstr ""
5200
-
5201
- #: includes/widgets/htmega_bbpress.php:55
5202
- msgid "Forum Form"
5203
- msgstr ""
5204
-
5205
- #: includes/widgets/htmega_bbpress.php:54
5206
- msgid "Forum Index"
5207
- msgstr ""
5208
-
5209
- #: includes/widgets/htmega_image_grid.php:65
5210
- #: includes/widgets/htmega_image_masonry.php:73
5211
- #: includes/widgets/htmega_testimonial_grid.php:76
5212
- #: includes/widgets/htmega_testimonial_grid.php:91
5213
- #: includes/widgets/htmega_testimonial_grid.php:108
5214
- msgid "Four"
5215
- msgstr ""
5216
-
5217
- #: admin/include/templates_list.php:53
5218
- msgid "Free"
5219
- msgstr ""
5220
-
5221
- #: includes/widgets/htmega_business_hours.php:194
5222
- msgid "Friday"
5223
- msgstr ""
5224
-
5225
- #: includes/widgets/htmega_gravity_forms.php:100
5226
- msgid "From Ajax"
5227
- msgstr ""
5228
-
5229
- #: includes/widgets/htmega_instragram_feed.php:72
5230
- msgid "Full"
5231
- msgstr ""
5232
-
5233
- #: includes/widgets/htmega_scroll_navigation.php:143
5234
- msgid "Full Screen"
5235
- msgstr ""
5236
-
5237
- #: includes/widgets_control.php:168 admin/include/admin-setting.php:247
5238
- #: includes/widgets/htmega_gallery_justify.php:13
5239
- #: includes/widgets/htmega_gallery_justify.php:43
5240
- msgid "Gallery Justify"
5241
- msgstr ""
5242
-
5243
- #: admin/include/admin-setting.php:71
5244
- msgid "General"
5245
- msgstr ""
5246
-
5247
- #: includes/widgets/htmega_testimonial_grid.php:238
5248
- msgid "Gerald Gilbert"
5249
- msgstr ""
5250
-
5251
- #: admin/include/admin-setting.php:1175
5252
- msgid "Get Pro Now"
5253
- msgstr ""
5254
-
5255
- #: admin/include/admin-setting.php:1176
5256
- msgid "Get pro now"
5257
- msgstr ""
5258
-
5259
- #: includes/class.htmega.php:190
5260
- #: admin/include/templates/library/templates.php:71
5261
- msgid "Go Pro"
5262
- msgstr ""
5263
-
5264
- #: admin/include/admin-setting.php:636
5265
- msgid ""
5266
- "Go to <a href=\"https://developers.google."
5267
- "com/maps/documentation/javascript/get-api-key\" target=\"_blank\">https:"
5268
- "//developers.google.com</a> and generate the API key."
5269
- msgstr ""
5270
-
5271
- #: includes/widgets/htmega_googlemap.php:114
5272
- msgid ""
5273
- "Go to <a href=\"https://snazzymaps.com/\" target=_blank>Snazzy Maps</a> and "
5274
- "Choose/Customize your Map Style. Click on your demo and copy JavaScript "
5275
- "Style Array"
5276
- msgstr ""
5277
-
5278
- #: includes/widgets/htmega_inlinemenu.php:81
5279
- #: extensions/ht-builder/widgets/bl_nav_menu.php:75
5280
- #, php-format
5281
- msgid ""
5282
- "Go to the <a href=\"%s\" target=\"_blank\">Menus Option</a> to manage your "
5283
- "menus."
5284
- msgstr ""
5285
-
5286
- #: includes/widgets/htmega_lightbox.php:95
5287
- msgid "Goggle Map Embed URL"
5288
- msgstr ""
5289
-
5290
- #: admin/include/admin-setting.php:255 includes/widgets/htmega_googlemap.php:13
5291
- #: includes/widgets/htmega_googlemap.php:43
5292
- #: includes/widgets/htmega_lightbox.php:55
5293
- msgid "Google Map"
5294
- msgstr ""
5295
-
5296
- #: admin/include/admin-setting.php:635
5297
- msgid "Google Map API Key"
5298
- msgstr ""
5299
-
5300
- #: admin/include/admin-setting.php:637
5301
- msgid "Google Map API key"
5302
- msgstr ""
5303
-
5304
- #: includes/widgets/htmega_socialshere.php:330
5305
- msgid "Google Plus"
5306
- msgstr ""
5307
-
5308
- #: includes/widgets/htmega_socialshere.php:64
5309
- msgid "Google+"
5310
- msgstr ""
5311
-
5312
- #: includes/widgets_control.php:173
5313
- msgid "GoogleMap"
5314
- msgstr ""
5315
-
5316
- #: includes/widgets/htmega_postgrid.php:424
5317
- #: includes/widgets/htmega_post_grid_tab.php:1269
5318
- #: includes/widgets/htmega_post_grid_tab.php:1287
5319
- msgid "Gradient "
5320
- msgstr ""
5321
-
5322
- #: includes/widgets/htmega_postgrid.php:406
5323
- #: includes/widgets/htmega_post_grid_tab.php:1251
5324
- msgid "Gradient Five"
5325
- msgstr ""
5326
-
5327
- #: includes/widgets/htmega_postgrid.php:388
5328
- #: includes/widgets/htmega_post_grid_tab.php:1233
5329
- msgid "Gradient Four"
5330
- msgstr ""
5331
-
5332
- #: includes/widgets/htmega_postgrid.php:334
5333
- #: includes/widgets/htmega_postgrid.php:352
5334
- #: includes/widgets/htmega_post_grid_tab.php:1179
5335
- #: includes/widgets/htmega_post_grid_tab.php:1197
5336
- msgid "Gradient One"
5337
- msgstr ""
5338
-
5339
- #: includes/widgets/htmega_postgrid.php:370
5340
- #: includes/widgets/htmega_post_grid_tab.php:1215
5341
- msgid "Gradient Three"
5342
- msgstr ""
5343
-
5344
- #: admin/include/admin-setting.php:989
5345
- #: includes/widgets/htmega_gravity_forms.php:13
5346
- #: includes/widgets/htmega_gravity_forms.php:59
5347
- msgid "Gravity Forms"
5348
- msgstr ""
5349
-
5350
- #: includes/widgets/htmega_buddy_press.php:53
5351
- msgid "Group"
5352
- msgstr ""
5353
-
5354
- #: includes/widgets/htmega_post_grid_tab.php:1092
5355
- msgid "Group Item Style"
5356
- msgstr ""
5357
-
5358
- #: includes/helper-function.php:175
5359
- msgid "H1"
5360
- msgstr ""
5361
-
5362
- #: includes/helper-function.php:176
5363
- msgid "H2"
5364
- msgstr ""
5365
-
5366
- #: includes/helper-function.php:177
5367
- msgid "H3"
5368
- msgstr ""
5369
-
5370
- #: includes/helper-function.php:178
5371
- msgid "H4"
5372
- msgstr ""
5373
-
5374
- #: includes/helper-function.php:179
5375
- msgid "H5"
5376
- msgstr ""
5377
-
5378
- #: includes/helper-function.php:180
5379
- msgid "H6"
5380
- msgstr ""
5381
-
5382
- #: includes/widgets/htmega_image_comparison.php:411
5383
- msgid "Handler"
5384
- msgstr ""
5385
-
5386
- #: includes/widgets/htmega_counter.php:156
5387
- msgid "Happy Clients"
5388
- msgstr ""
5389
-
5390
- #: includes/widgets/htmega_twitter_feed.php:73
5391
- msgid "hastechit"
5392
- msgstr ""
5393
-
5394
- #: includes/recommended-plugins/class.recommended-plugins.php:227
5395
- msgid "HasTheme"
5396
- msgstr ""
5397
-
5398
- #. Author of the plugin
5399
- msgid "HasThemes"
5400
- msgstr ""
5401
-
5402
- #: includes/widgets/htmega_booked_calender.php:186
5403
- #: includes/widgets/htmega_modal.php:574
5404
- #: includes/widgets/htmega_popover.php:584
5405
- #: includes/widgets/htmega_tablepress.php:143
5406
- msgid "Header"
5407
- msgstr ""
5408
-
5409
- #: includes/widgets/htmega_booked_calender.php:197
5410
- msgid "Header Background"
5411
- msgstr ""
5412
-
5413
- #: includes/widgets/htmega_booked_calender.php:209
5414
- #: includes/widgets/htmega_instragram_feed.php:170
5415
- #: includes/widgets/htmega_user_login_form.php:692
5416
- msgid "Header Color"
5417
- msgstr ""
5418
-
5419
- #: includes/widgets/htmega_modal.php:42
5420
- #: includes/widgets/htmega_user_login_form.php:721
5421
- msgid "Header Content"
5422
- msgstr ""
5423
-
5424
- #: extensions/ht-builder/classes/class.header_footer.php:89
5425
- msgid "Header Template"
5426
- msgstr ""
5427
-
5428
- #: extensions/ht-builder/admin/setting.php:82
5429
- msgid "Header Template."
5430
- msgstr ""
5431
-
5432
- #: includes/widgets/htmega_booked_calender.php:475
5433
- msgid "Heading"
5434
- msgstr ""
5435
-
5436
- #: includes/widgets/htmega_animated_heading.php:128
5437
- msgid "Heading After Text"
5438
- msgstr ""
5439
-
5440
- #: includes/widgets/htmega_animated_heading.php:91
5441
- msgid "Heading Before Text"
5442
- msgstr ""
5443
-
5444
- #: extensions/wc-sales-notification/admin/setting.php:196
5445
- msgid "Heading Color"
5446
- msgstr ""
5447
-
5448
- #: admin/include/admin-setting.php:1260 admin/include/admin-setting.php:1285
5449
- msgid "Heading color option"
5450
- msgstr ""
5451
-
5452
- #: includes/widgets/htmega_animated_heading.php:138
5453
- msgid "Heading Placeholder Text"
5454
- msgstr ""
5455
-
5456
- #: includes/widgets/htmega_user_login_form.php:669
5457
- msgid "Heading Title Style"
5458
- msgstr ""
5459
-
5460
- #: includes/widgets/htmega_blockquote.php:658
5461
- #: includes/widgets/htmega_caldera_form.php:239
5462
- #: includes/widgets/htmega_carousel.php:627
5463
- #: includes/widgets/htmega_carousel.php:892
5464
- #: includes/widgets/htmega_carousel.php:1131
5465
- #: includes/widgets/htmega_carousel.php:1225
5466
- #: includes/widgets/htmega_contact_form_seven.php:195
5467
- #: includes/widgets/htmega_contact_form_seven.php:462
5468
- #: includes/widgets/htmega_contact_form_seven.php:773
5469
- #: includes/widgets/htmega_gravity_forms.php:448
5470
- #: includes/widgets/htmega_gravity_forms.php:647
5471
- #: includes/widgets/htmega_imagemarker.php:830
5472
- #: includes/widgets/htmega_image_comparison.php:486
5473
- #: includes/widgets/htmega_instagram.php:1003
5474
- #: includes/widgets/htmega_instagram.php:1182
5475
- #: includes/widgets/htmega_mailchimp_wp.php:167
5476
- #: includes/widgets/htmega_mailchimp_wp.php:308
5477
- #: includes/widgets/htmega_modal.php:329
5478
- #: includes/widgets/htmega_ninja_form.php:533
5479
- #: includes/widgets/htmega_ninja_form.php:755
5480
- #: includes/widgets/htmega_ninja_form.php:930
5481
- #: includes/widgets/htmega_notify.php:680
5482
- #: includes/widgets/htmega_panel_slider.php:847
5483
- #: includes/widgets/htmega_panel_slider.php:1054
5484
- #: includes/widgets/htmega_post_slider.php:1613
5485
- #: includes/widgets/htmega_post_slider.php:1762
5486
- #: includes/widgets/htmega_pricing_list_view.php:385
5487
- #: includes/widgets/htmega_pricing_list_view.php:1014
5488
- #: includes/widgets/htmega_progress_bar.php:428
5489
- #: includes/widgets/htmega_quforms.php:394
5490
- #: includes/widgets/htmega_quforms.php:614
5491
- #: includes/widgets/htmega_quforms.php:790
5492
- #: includes/widgets/htmega_scroll_navigation.php:139
5493
- #: includes/widgets/htmega_scroll_navigation.php:347
5494
- #: includes/widgets/htmega_search.php:309
5495
- #: includes/widgets/htmega_search.php:528
5496
- #: includes/widgets/htmega_search.php:759
5497
- #: includes/widgets/htmega_service.php:593
5498
- #: includes/widgets/htmega_service.php:841
5499
- #: includes/widgets/htmega_service.php:904
5500
- #: includes/widgets/htmega_slider_thumb_gallery.php:894
5501
- #: includes/widgets/htmega_slider_thumb_gallery.php:1111
5502
- #: includes/widgets/htmega_twitter_feed.php:1146
5503
- #: includes/widgets/htmega_twitter_feed.php:1343
5504
- #: includes/widgets/htmega_user_login_form.php:899
5505
- #: includes/widgets/htmega_user_login_form.php:1054
5506
- #: includes/widgets/htmega_user_login_form.php:1145
5507
- #: includes/widgets/htmega_working_process.php:904
5508
- #: includes/widgets/htmega_working_process.php:1032
5509
- #: includes/widgets/htmega_wpforms.php:536
5510
- #: includes/widgets/htmega_wpforms.php:758
5511
- #: includes/widgets/htmega_wpforms.php:933
5512
- msgid "Height"
5513
- msgstr ""
5514
-
5515
- #: includes/widgets/htmega_teammember.php:1070
5516
- msgid "Height and Width"
5517
- msgstr ""
5518
-
5519
- #: includes/widgets/htmega_notify.php:493
5520
- msgid "Hello Typography"
5521
- msgstr ""
5522
-
5523
- #: includes/widgets/htmega_user_login_form.php:92
5524
- #: includes/widgets/htmega_user_login_form.php:93
5525
- msgid "Hello!"
5526
- msgstr ""
5527
-
5528
- #: includes/widgets/htmega_imagemarker.php:138
5529
- #: includes/widgets/htmega_imagemarker.php:161
5530
- msgid "Hidden Field"
5531
- msgstr ""
5532
-
5533
- #: includes/widgets/htmega_buddy_press.php:116
5534
- #: includes/widgets/htmega_buddy_press.php:129
5535
- #: includes/widgets/htmega_buddy_press.php:144
5536
- #: includes/widgets/htmega_buddy_press.php:159
5537
- #: includes/widgets/htmega_data_table.php:61
5538
- #: includes/widgets/htmega_data_table.php:86
5539
- #: includes/widgets/htmega_data_table.php:98
5540
- #: includes/widgets/htmega_data_table.php:110
5541
- #: includes/widgets/htmega_data_table.php:122
5542
- #: includes/widgets/htmega_double_button.php:81
5543
- #: includes/widgets/htmega_gravity_forms.php:80
5544
- #: includes/widgets/htmega_gravity_forms.php:92
5545
- #: includes/widgets/htmega_instagram.php:178
5546
- #: includes/widgets/htmega_instagram.php:190
5547
- #: includes/widgets/htmega_instagram.php:280
5548
- #: includes/widgets/htmega_popover.php:130
5549
- #: includes/widgets/htmega_popover.php:207
5550
- #: includes/widgets/htmega_scroll_image.php:123
5551
- #: includes/widgets/htmega_socialshere.php:359
5552
- #: includes/widgets/htmega_tooltip.php:130
5553
- #: includes/widgets/htmega_twitter_feed.php:147
5554
- #: includes/widgets/htmega_twitter_feed.php:159
5555
- #: includes/widgets/htmega_twitter_feed.php:171
5556
- #: includes/widgets/htmega_twitter_feed.php:183
5557
- #: includes/widgets/htmega_twitter_feed.php:195
5558
- #: includes/widgets/htmega_twitter_feed.php:209
5559
- #: includes/widgets/htmega_user_login_form.php:80
5560
- #: includes/widgets/htmega_user_login_form.php:186
5561
- #: includes/widgets/htmega_user_login_form.php:197
5562
- #: includes/widgets/htmega_user_login_form.php:288
5563
- #: includes/widgets/htmega_user_login_form.php:315
5564
- #: includes/widgets/htmega_user_login_form.php:327
5565
- #: includes/widgets/htmega_wc_add_to_cart.php:71
5566
- #: includes/widgets/htmega_wpforms.php:78
5567
- #: includes/widgets/htmega_wpforms.php:90
5568
- #: extensions/ht-builder/widgets/bl_post_archive.php:102
5569
- #: extensions/ht-builder/widgets/bl_post_archive.php:114
5570
- #: extensions/ht-builder/widgets/bl_post_archive.php:126
5571
- #: extensions/ht-builder/widgets/bl_post_archive.php:138
5572
- #: extensions/ht-builder/widgets/bl_post_author_info.php:48
5573
- #: extensions/ht-builder/widgets/bl_post_author_info.php:73
5574
- #: extensions/ht-builder/widgets/bl_post_author_info.php:85
5575
- msgid "Hide"
5576
- msgstr ""
5577
-
5578
- #: includes/widgets/htmega_search.php:130
5579
- msgid "Hide Close Icon"
5580
- msgstr ""
5581
-
5582
- #: includes/widgets/htmega_weather.php:115
5583
- msgid "Hide Current Status"
5584
- msgstr ""
5585
-
5586
- #: includes/widgets/htmega_easy_digital_download.php:185
5587
- #: includes/widgets/htmega_wc_categories.php:153
5588
- msgid "Hide Empty"
5589
- msgstr ""
5590
-
5591
- #: includes/widgets/htmega_weather.php:151
5592
- msgid "Hide Forecast"
5593
- msgstr ""
5594
-
5595
- #: includes/widgets/htmega_countdown.php:180
5596
- msgid "Hide Label"
5597
- msgstr ""
5598
-
5599
- #: includes/widgets/htmega_slider_thumb_gallery.php:615
5600
- msgid "Hide on Mobile"
5601
- msgstr ""
5602
-
5603
- #: extensions/ht-builder/widgets/bl_post_archive.php:231
5604
- msgid "Hide Pagination"
5605
- msgstr ""
5606
-
5607
- #: includes/widgets/htmega_weather.php:139
5608
- msgid "Hide Sun Status"
5609
- msgstr ""
5610
-
5611
- #: includes/widgets/htmega_section_title.php:537
5612
- msgid "Highlight Title Color"
5613
- msgstr ""
5614
-
5615
- #: includes/widgets/htmega_business_hours.php:101
5616
- msgid "Hight Light this day"
5617
- msgstr ""
5618
-
5619
- #: includes/widgets/htmega_animated_heading.php:93
5620
- msgid "Honesty is the best policy"
5621
- msgstr ""
5622
-
5623
- #: includes/widgets/htmega_progress_bar.php:61
5624
- #: includes/widgets/htmega_scroll_navigation.php:130
5625
- msgid "Horizontal"
5626
- msgstr ""
5627
-
5628
- #: includes/widgets/htmega_carousel.php:721
5629
- #: includes/widgets/htmega_carousel.php:946
5630
- #: includes/widgets/htmega_carousel.php:1158
5631
- #: includes/widgets/htmega_carousel.php:1252
5632
- #: includes/widgets/htmega_panel_slider.php:913
5633
- #: includes/widgets/htmega_slider_thumb_gallery.php:947
5634
- #: includes/widgets/htmega_twitter_feed.php:1204
5635
- msgid "Horizontal Position"
5636
- msgstr ""
5637
-
5638
- #: includes/widgets/htmega_special_day_banner.php:190
5639
- msgid "Horizontal Postion"
5640
- msgstr ""
5641
-
5642
- #: includes/widgets/htmega_instagram.php:112
5643
- msgid "Hour"
5644
- msgstr ""
5645
-
5646
- #: includes/widgets/htmega_countdown.php:142
5647
- #: includes/widgets/htmega_countdown.php:216
5648
- #: includes/widgets/htmega_countdown.php:218
5649
- msgid "Hours"
5650
- msgstr ""
5651
-
5652
- #: includes/widgets/htmega_add_banner.php:198
5653
- #: includes/widgets/htmega_add_banner.php:298
5654
- #: includes/widgets/htmega_add_banner.php:707
5655
- #: includes/widgets/htmega_booked_calender.php:657
5656
- #: includes/widgets/htmega_booked_calender.php:818
5657
- #: includes/widgets/htmega_brand.php:231
5658
- #: includes/widgets/htmega_buddy_press.php:359
5659
- #: includes/widgets/htmega_button.php:326
5660
- #: includes/widgets/htmega_button.php:603
5661
- #: includes/widgets/htmega_caldera_form.php:556
5662
- #: includes/widgets/htmega_call_to_action.php:816
5663
- #: includes/widgets/htmega_call_to_action.php:1022
5664
- #: includes/widgets/htmega_carousel.php:752
5665
- #: includes/widgets/htmega_contact_form_seven.php:905
5666
- #: includes/widgets/htmega_countdown.php:1123
5667
- #: includes/widgets/htmega_custom_event.php:191
5668
- #: includes/widgets/htmega_custom_event.php:441
5669
- #: includes/widgets/htmega_double_button.php:414
5670
- #: includes/widgets/htmega_double_button.php:555
5671
- #: includes/widgets/htmega_double_button.php:728
5672
- #: includes/widgets/htmega_download_monitor.php:322
5673
- #: includes/widgets/htmega_easy_digital_download.php:395
5674
- #: includes/widgets/htmega_easy_digital_download.php:612
5675
- #: includes/widgets/htmega_errorcontent.php:637
5676
- #: includes/widgets/htmega_errorcontent.php:788
5677
- #: includes/widgets/htmega_gravity_forms.php:798
5678
- #: includes/widgets/htmega_image_grid.php:535
5679
- #: includes/widgets/htmega_image_masonry.php:521
5680
- #: includes/widgets/htmega_inlinemenu.php:244
5681
- #: includes/widgets/htmega_instagram.php:1073
5682
- #: includes/widgets/htmega_mailchimp_wp.php:453
5683
- #: includes/widgets/htmega_modal.php:434
5684
- #: includes/widgets/htmega_newsticker.php:855
5685
- #: includes/widgets/htmega_ninja_form.php:1057
5686
- #: includes/widgets/htmega_notify.php:418
5687
- #: includes/widgets/htmega_offcanvas.php:486
5688
- #: includes/widgets/htmega_panel_slider.php:968
5689
- #: includes/widgets/htmega_popover.php:453
5690
- #: includes/widgets/htmega_post_grid_tab.php:688
5691
- #: includes/widgets/htmega_post_grid_tab.php:928
5692
- #: includes/widgets/htmega_post_grid_tab.php:1051
5693
- #: includes/widgets/htmega_post_slider.php:1122
5694
- #: includes/widgets/htmega_post_slider.php:1355
5695
- #: includes/widgets/htmega_post_slider.php:1683
5696
- #: includes/widgets/htmega_quforms.php:918
5697
- #: includes/widgets/htmega_search.php:604
5698
- #: includes/widgets/htmega_search.php:936
5699
- #: includes/widgets/htmega_service.php:271
5700
- #: includes/widgets/htmega_service.php:748
5701
- #: includes/widgets/htmega_service.php:1108
5702
- #: includes/widgets/htmega_singlepost.php:453
5703
- #: includes/widgets/htmega_slider_thumb_gallery.php:989
5704
- #: includes/widgets/htmega_socialshere.php:714
5705
- #: includes/widgets/htmega_special_day_banner.php:730
5706
- #: includes/widgets/htmega_testimonial_grid.php:336
5707
- #: includes/widgets/htmega_toggle.php:343
5708
- #: includes/widgets/htmega_tooltip.php:430
5709
- #: includes/widgets/htmega_twitter_feed.php:871
5710
- #: includes/widgets/htmega_twitter_feed.php:1028
5711
- #: includes/widgets/htmega_twitter_feed.php:1233
5712
- #: includes/widgets/htmega_user_login_form.php:1224
5713
- #: includes/widgets/htmega_user_login_form.php:1408
5714
- #: includes/widgets/htmega_verticle_time_line.php:275
5715
- #: includes/widgets/htmega_videoplayer.php:457
5716
- #: includes/widgets/htmega_wc_categories.php:238
5717
- #: includes/widgets/htmega_wc_categories.php:403
5718
- #: includes/widgets/htmega_wc_categories.php:509
5719
- #: includes/widgets/htmega_wc_element_pages.php:291
5720
- #: includes/widgets/htmega_wc_element_pages.php:471
5721
- #: includes/widgets/htmega_wc_element_pages.php:1022
5722
- #: includes/widgets/htmega_wc_element_pages.php:1612
5723
- #: includes/widgets/htmega_wc_element_pages.php:1793
5724
- #: includes/widgets/htmega_working_process.php:555
5725
- #: includes/widgets/htmega_working_process.php:1064
5726
- #: includes/widgets/htmega_wpforms.php:1084
5727
- #: extensions/ht-builder/widgets/bl_nav_menu.php:227
5728
- #: extensions/ht-builder/widgets/bl_nav_menu.php:429
5729
- #: extensions/ht-builder/widgets/bl_post_archive.php:407
5730
- #: extensions/ht-builder/widgets/bl_post_archive.php:514
5731
- #: extensions/ht-builder/widgets/bl_post_archive.php:620
5732
- #: extensions/ht-builder/widgets/bl_post_archive.php:789
5733
- #: extensions/ht-builder/widgets/bl_post_archive.php:913
5734
- #: extensions/ht-builder/widgets/bl_post_comments.php:141
5735
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:419
5736
- #: extensions/ht-builder/widgets/bl_post_search_form.php:251
5737
- #: extensions/ht-menu/widgets/inline-mega-menu.php:496
5738
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:442
5739
- msgid "Hover"
5740
- msgstr ""
5741
-
5742
- #: includes/widgets/htmega_button.php:489
5743
- msgid "Hover Animation"
5744
- msgstr ""
5745
-
5746
- #: includes/widgets/htmega_add_banner.php:206
5747
- #: includes/widgets/htmega_booked_calender.php:331
5748
- #: includes/widgets/htmega_booked_calender.php:385
5749
- #: includes/widgets/htmega_socialshere.php:159
5750
- #: includes/widgets/htmega_tablepress.php:163
5751
- msgid "Hover Background"
5752
- msgstr ""
5753
-
5754
- #: includes/widgets/htmega_teammember.php:407
5755
- msgid "Hover Background Color"
5756
- msgstr ""
5757
-
5758
- #: includes/widgets/htmega_booked_calender.php:342
5759
- #: includes/widgets/htmega_booked_calender.php:396
5760
- #: includes/widgets/htmega_easy_digital_download.php:402
5761
- #: includes/widgets/htmega_postgrid.php:465
5762
- #: includes/widgets/htmega_post_grid_tab.php:447
5763
- #: includes/widgets/htmega_post_slider.php:882
5764
- #: includes/widgets/htmega_post_slider.php:1186
5765
- #: includes/widgets/htmega_service.php:376
5766
- #: includes/widgets/htmega_singlepost.php:173
5767
- #: includes/widgets/htmega_user_login_form.php:1019
5768
- #: includes/widgets/htmega_verticle_time_line.php:143
5769
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:491
5770
- #: extensions/ht-menu/widgets/inline-mega-menu.php:312
5771
- msgid "Hover Color"
5772
- msgstr ""
5773
-
5774
- #: includes/widgets/htmega_socialshere.php:198
5775
- #: includes/widgets/htmega_socialshere.php:280
5776
- msgid "Hover color"
5777
- msgstr ""
5778
-
5779
- #: includes/widgets/htmega_teammember.php:441
5780
- msgid "Hover Content background color"
5781
- msgstr ""
5782
-
5783
- #: includes/widgets/htmega_teammember.php:423
5784
- msgid "Hover Round Space"
5785
- msgstr ""
5786
-
5787
- #: includes/widgets/htmega_teammember.php:654
5788
- msgid "Hover Shape Color"
5789
- msgstr ""
5790
-
5791
- #: includes/widgets/htmega_socialshere.php:149
5792
- #: includes/widgets/htmega_socialshere.php:271
5793
- msgid "Hover Style"
5794
- msgstr ""
5795
-
5796
- #: extensions/ht-builder/admin/setting.php:33
5797
- #: extensions/ht-builder/admin/setting.php:34
5798
- msgid "HT Builder"
5799
- msgstr ""
5800
-
5801
- #: extensions/ht-builder/admin/setting.php:184
5802
- msgid "HT Builder Settings"
5803
- msgstr ""
5804
-
5805
- #: includes/recommended-plugins/recommended-plugins.php:106
5806
- msgid "HT Contact Form 7"
5807
- msgstr ""
5808
-
5809
- #: includes/class.post-duplicator.php:45
5810
- msgid "HT Duplicate"
5811
- msgstr ""
5812
-
5813
- #: includes/recommended-plugins/recommended-plugins.php:101
5814
- msgid "HT Easy GA4 ( Google Analytics 4 )"
5815
- msgstr ""
5816
-
5817
- #: extensions/ht-builder/classes/class.header_footer.php:81
5818
- msgid "HT Header & Footer"
5819
- msgstr ""
5820
-
5821
- #. Name of the plugin
5822
- msgid "HT Mega - Absolute Addons for Elementor Page Builder"
5823
- msgstr ""
5824
-
5825
- #: includes/class.post-duplicator.php:45
5826
- msgid "HT Mega Duplicator"
5827
- msgstr ""
5828
-
5829
- #: admin/include/class.library-source.php:79
5830
- msgid "HT Mega Library"
5831
- msgstr ""
5832
-
5833
- #: extensions/ht-menu/admin/setting.php:31
5834
- #: extensions/ht-menu/admin/setting.php:32
5835
- msgid "HT Menu"
5836
- msgstr ""
5837
-
5838
- #: extensions/ht-menu/admin/setting.php:46
5839
- #: extensions/ht-menu/admin/setting.php:136
5840
- msgid "HT Menu Settings"
5841
- msgstr ""
5842
-
5843
- #: includes/recommended-plugins/recommended-plugins.php:111
5844
- msgid "HT WPForms"
5845
- msgstr ""
5846
-
5847
- #: admin/include/admin-setting.php:1158
5848
- msgid "HTMega"
5849
- msgstr ""
5850
-
5851
- #: includes/class.htmega.php:159 includes/class.htmega.php:174
5852
- #: includes/widgets_control.php:40 admin/include/admin-setting.php:37
5853
- #: admin/include/admin-setting.php:38
5854
- msgid "HTMega Addons"
5855
- msgstr ""
5856
-
5857
- #: includes/class.htmega.php:137
5858
- msgid ""
5859
- "HTMEGA Addons not working because you need to activate the Elementor plugin."
5860
- msgstr ""
5861
-
5862
- #: includes/class.htmega.php:144
5863
- msgid ""
5864
- "HTMEGA Addons not working because you need to install the Elementor plugin"
5865
- msgstr ""
5866
-
5867
- #: admin/include/admin-setting.php:1122
5868
- msgid "HTMega Addons Settings"
5869
- msgstr ""
5870
-
5871
- #: extensions/ht-builder/classes/class.widgets_control.php:44
5872
- msgid "HTMega Builder"
5873
- msgstr ""
5874
-
5875
- #: admin/include/admin-setting.php:1241
5876
- msgid "HTMega Free"
5877
- msgstr ""
5878
-
5879
- #: admin/include/admin-setting.php:1237
5880
- msgid "HTMega Free Vs HTMega Pro."
5881
- msgstr ""
5882
-
5883
- #: extensions/ht-menu/classes/class.mega-menu.php:73
5884
- msgid "HTMega Menu"
5885
- msgstr ""
5886
-
5887
- #: admin/include/admin-setting.php:1266
5888
- msgid "HTMega Pro"
5889
- msgstr ""
5890
-
5891
- #: includes/widgets/htmega_section_title.php:209
5892
- #: includes/widgets/htmega_section_title.php:267
5893
- msgid "HTML Tag"
5894
- msgstr ""
5895
-
5896
- #: includes/widgets/htmega_pricing_list_view.php:164
5897
- msgid "Html Template"
5898
- msgstr ""
5899
-
5900
- #: includes/widgets/htmega_scroll_image.php:64
5901
- msgid "https://example.com/"
5902
- msgstr ""
5903
-
5904
- #. Author URI of the plugin
5905
- msgid "https://hasthemes.com/"
5906
- msgstr ""
5907
-
5908
- #. URI of the plugin
5909
- msgid "https://wphtmega.com/"
5910
- msgstr ""
5911
-
5912
- #: includes/widgets/htmega_teammember.php:225
5913
- #: includes/widgets/htmega_teammember.php:308
5914
- msgid "https://www.facebook.com/hastech.company/"
5915
- msgstr ""
5916
-
5917
- #: includes/widgets/htmega_lightbox.php:101
5918
- msgid "https://www.google.com/maps/embed?pb"
5919
- msgstr ""
5920
-
5921
- #: includes/widgets/htmega_lightbox.php:99
5922
- msgid ""
5923
- "https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d233668.38703692693!"
5924
- "2d90.27923991057244!3d23.780573258035957!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!"
5925
- "4f13.1!3m3!1m2!1s0x3755b8b087026b81%3A0x8fa563bbdd5904c2!2sDhaka!5e0!3m2!"
5926
- "1sen!2sbd!4v1536834022797"
5927
- msgstr ""
5928
-
5929
- #: includes/widgets/htmega_videoplayer.php:62
5930
- #: includes/widgets/htmega_videoplayer.php:63
5931
- msgid "https://www.youtube.com/watch?v=CDilI6jcpP4"
5932
- msgstr ""
5933
-
5934
- #: includes/widgets/htmega_lightbox.php:81
5935
- #: includes/widgets/htmega_lightbox.php:83
5936
- msgid "https://www.youtube.com/watch?v=G_G8SdXktHg"
5937
- msgstr ""
5938
-
5939
- #: includes/widgets/htmega_add_banner.php:121
5940
- #: includes/widgets/htmega_button.php:71
5941
- #: includes/widgets/htmega_call_to_action.php:147
5942
- #: includes/widgets/htmega_call_to_action.php:241
5943
- #: includes/widgets/htmega_custom_event.php:104
5944
- #: includes/widgets/htmega_double_button.php:110
5945
- #: includes/widgets/htmega_double_button.php:197
5946
- #: includes/widgets/htmega_errorcontent.php:169
5947
- #: includes/widgets/htmega_errorcontent.php:217
5948
- #: includes/widgets/htmega_image_grid.php:151
5949
- #: includes/widgets/htmega_image_masonry.php:131
5950
- #: includes/widgets/htmega_popover.php:141
5951
- #: includes/widgets/htmega_pricing_list_view.php:128
5952
- #: includes/widgets/htmega_pricing_list_view.php:662
5953
- #: includes/widgets/htmega_section_title.php:198
5954
- #: includes/widgets/htmega_section_title.php:256
5955
- #: includes/widgets/htmega_service.php:149
5956
- #: includes/widgets/htmega_special_day_banner.php:125
5957
- #: includes/widgets/htmega_tooltip.php:141
5958
- msgid "https://your-link.com"
5959
- msgstr ""
5960
-
5961
- #: includes/widgets/htmega_teammember.php:177
5962
- msgid "I am web developer."
5963
- msgstr ""
5964
-
5965
- #: includes/widgets/htmega_blockquote.php:97
5966
- #: includes/widgets/htmega_blockquote.php:134
5967
- #: includes/widgets/htmega_button.php:98
5968
- #: includes/widgets/htmega_call_to_action.php:163
5969
- #: includes/widgets/htmega_call_to_action.php:257
5970
- #: includes/widgets/htmega_countdown.php:280
5971
- #: includes/widgets/htmega_counter.php:103
5972
- #: includes/widgets/htmega_counter.php:114
5973
- #: includes/widgets/htmega_data_table.php:255
5974
- #: includes/widgets/htmega_double_button.php:123
5975
- #: includes/widgets/htmega_double_button.php:210
5976
- #: includes/widgets/htmega_download_monitor.php:125
5977
- #: includes/widgets/htmega_instagram.php:219
5978
- #: includes/widgets/htmega_instagram.php:760
5979
- #: includes/widgets/htmega_lightbox.php:119
5980
- #: includes/widgets/htmega_modal.php:127 includes/widgets/htmega_modal.php:163
5981
- #: includes/widgets/htmega_notify.php:255
5982
- #: includes/widgets/htmega_popover.php:53
5983
- #: includes/widgets/htmega_popover.php:86
5984
- #: includes/widgets/htmega_pricing_list_view.php:114
5985
- #: includes/widgets/htmega_pricing_list_view.php:244
5986
- #: includes/widgets/htmega_pricing_list_view.php:262
5987
- #: includes/widgets/htmega_pricing_list_view.php:582
5988
- #: includes/widgets/htmega_pricing_list_view.php:1786
5989
- #: includes/widgets/htmega_search.php:76 includes/widgets/htmega_search.php:104
5990
- #: includes/widgets/htmega_section_title.php:102
5991
- #: includes/widgets/htmega_section_title.php:138
5992
- #: includes/widgets/htmega_service.php:77
5993
- #: includes/widgets/htmega_service.php:114
5994
- #: includes/widgets/htmega_service.php:559
5995
- #: includes/widgets/htmega_socialshere.php:109
5996
- #: includes/widgets/htmega_socialshere.php:212
5997
- #: includes/widgets/htmega_switcher.php:73
5998
- #: includes/widgets/htmega_switcher.php:164 includes/widgets/htmega_tabs.php:78
5999
- #: includes/widgets/htmega_teammember.php:232
6000
- #: includes/widgets/htmega_tooltip.php:53
6001
- #: includes/widgets/htmega_tooltip.php:86
6002
- #: includes/widgets/htmega_videoplayer.php:85
6003
- #: includes/widgets/htmega_working_process.php:113
6004
- #: includes/widgets/htmega_working_process.php:150
6005
- #: includes/widgets/htmega_working_process.php:924
6006
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:287
6007
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:443
6008
- #: extensions/ht-builder/widgets/bl_post_search_form.php:62
6009
- #: extensions/ht-builder/widgets/bl_post_search_form.php:74
6010
- #: extensions/ht-menu/menu/templates.php:47
6011
- #: extensions/ht-menu/menu/templates.php:106
6012
- msgid "Icon"
6013
- msgstr ""
6014
-
6015
- #: extensions/ht-builder/widgets/bl_nav_menu.php:492
6016
- msgid "Icon Align"
6017
- msgstr ""
6018
-
6019
- #: includes/widgets/htmega_button.php:538
6020
- #: includes/widgets/htmega_button.php:622
6021
- #: includes/widgets/htmega_teammember.php:256
6022
- msgid "Icon Background"
6023
- msgstr ""
6024
-
6025
- #: includes/widgets/htmega_accordion.php:1088
6026
- msgid "Icon Box Height"
6027
- msgstr ""
6028
-
6029
- #: includes/widgets/htmega_newsticker.php:778
6030
- msgid "Icon Box Height/Width"
6031
- msgstr ""
6032
-
6033
- #: includes/widgets/htmega_accordion.php:1071
6034
- msgid "Icon Box Width"
6035
- msgstr ""
6036
-
6037
- #: includes/widgets/htmega_booked_calender.php:530
6038
- #: includes/widgets/htmega_notify.php:657
6039
- #: includes/widgets/htmega_post_grid_tab.php:756
6040
- #: includes/widgets/htmega_post_slider.php:1176
6041
- #: includes/widgets/htmega_pricing_list_view.php:314
6042
- #: includes/widgets/htmega_pricing_list_view.php:906
6043
- #: includes/widgets/htmega_search.php:270
6044
- #: includes/widgets/htmega_singlepost.php:372
6045
- #: includes/widgets/htmega_tabs.php:177 includes/widgets/htmega_tabs.php:687
6046
- #: includes/widgets/htmega_tabs.php:802
6047
- #: includes/widgets/htmega_teammember.php:244
6048
- #: extensions/ht-builder/widgets/bl_nav_menu.php:481
6049
- msgid "Icon Color"
6050
- msgstr ""
6051
-
6052
- #: includes/widgets/htmega_lightbox.php:408
6053
- msgid "Icon Dimensions"
6054
- msgstr ""
6055
-
6056
- #: includes/widgets/htmega_search.php:881
6057
- #: includes/widgets/htmega_socialshere.php:480
6058
- #: includes/widgets/htmega_toggle.php:252
6059
- msgid "Icon Font Size"
6060
- msgstr ""
6061
-
6062
- #: includes/widgets/htmega_instagram.php:1439
6063
- #: includes/widgets/htmega_socialshere.php:509
6064
- #: includes/widgets/htmega_tabs.php:772
6065
- msgid "Icon Height"
6066
- msgstr ""
6067
-
6068
- #: includes/widgets/htmega_teammember.php:279
6069
- msgid "Icon Hover Background"
6070
- msgstr ""
6071
-
6072
- #: includes/widgets/htmega_teammember.php:290
6073
- msgid "Icon Hover border color"
6074
- msgstr ""
6075
-
6076
- #: includes/widgets/htmega_teammember.php:267
6077
- msgid "Icon Hover Color"
6078
- msgstr ""
6079
-
6080
- #: includes/widgets/htmega_videoplayer.php:97
6081
- msgid "Icon Image"
6082
- msgstr ""
6083
-
6084
- #: includes/widgets/htmega_button.php:107
6085
- #: includes/widgets/htmega_call_to_action.php:196
6086
- #: includes/widgets/htmega_call_to_action.php:290
6087
- #: includes/widgets/htmega_double_button.php:153
6088
- #: includes/widgets/htmega_double_button.php:240
6089
- #: includes/widgets/htmega_modal.php:174
6090
- #: includes/widgets/htmega_offcanvas.php:199
6091
- #: includes/widgets/htmega_pricing_list_view.php:1185
6092
- msgid "Icon Position"
6093
- msgstr ""
6094
-
6095
- #: includes/widgets/htmega_socialshere.php:464
6096
- msgid "Icon Settings"
6097
- msgstr ""
6098
-
6099
- #: includes/widgets/htmega_data_table.php:292
6100
- msgid "Icon SIze"
6101
- msgstr ""
6102
-
6103
- #: includes/widgets/htmega_accordion.php:978
6104
- #: includes/widgets/htmega_call_to_action.php:785
6105
- #: includes/widgets/htmega_call_to_action.php:991
6106
- #: includes/widgets/htmega_instagram.php:1377
6107
- #: includes/widgets/htmega_modal.php:377
6108
- #: includes/widgets/htmega_newsticker.php:606
6109
- #: includes/widgets/htmega_newsticker.php:758
6110
- #: includes/widgets/htmega_notify.php:646
6111
- #: includes/widgets/htmega_popover.php:362
6112
- #: includes/widgets/htmega_pricing_list_view.php:751
6113
- #: includes/widgets/htmega_service.php:624
6114
- #: includes/widgets/htmega_switcher.php:82
6115
- #: includes/widgets/htmega_switcher.php:173
6116
- #: includes/widgets/htmega_tabs.php:700 includes/widgets/htmega_tooltip.php:339
6117
- msgid "Icon Size"
6118
- msgstr ""
6119
-
6120
- #: includes/widgets/htmega_modal.php:409
6121
- msgid "Icon Space"
6122
- msgstr ""
6123
-
6124
- #: includes/widgets/htmega_button.php:125
6125
- #: includes/widgets/htmega_call_to_action.php:174
6126
- #: includes/widgets/htmega_call_to_action.php:268
6127
- #: includes/widgets/htmega_double_button.php:131
6128
- #: includes/widgets/htmega_double_button.php:218
6129
- #: includes/widgets/htmega_offcanvas.php:223
6130
- msgid "Icon Spacing"
6131
- msgstr ""
6132
-
6133
- #: includes/widgets/htmega_button.php:504
6134
- #: includes/widgets/htmega_newsticker.php:594
6135
- msgid "Icon Style"
6136
- msgstr ""
6137
-
6138
- #: includes/widgets/htmega_counter.php:90 includes/widgets/htmega_modal.php:119
6139
- #: includes/widgets/htmega_section_title.php:94
6140
- #: includes/widgets/htmega_working_process.php:105
6141
- msgid "Icon Type"
6142
- msgstr ""
6143
-
6144
- #: includes/widgets/htmega_instagram.php:1420
6145
- #: includes/widgets/htmega_socialshere.php:557
6146
- #: includes/widgets/htmega_tabs.php:751
6147
- msgid "Icon Width"
6148
- msgstr ""
6149
-
6150
- #: includes/widgets/htmega_counter.php:814
6151
- msgid "Icon/Image"
6152
- msgstr ""
6153
-
6154
- #: includes/widgets/htmega_pricing_list_view.php:629
6155
- msgid "Icons"
6156
- msgstr ""
6157
-
6158
- #: includes/widgets/htmega_bbpress.php:73
6159
- #: includes/widgets/htmega_newsticker.php:251
6160
- #: includes/widgets/htmega_postgrid.php:148
6161
- #: includes/widgets/htmega_post_grid_tab.php:155
6162
- #: includes/widgets/htmega_post_slider.php:159
6163
- #: extensions/ht-builder/widgets/bl_post_archive.php:199
6164
- msgid "ID"
6165
- msgstr ""
6166
-
6167
- #: includes/widgets/htmega_newsticker.php:815
6168
- #: includes/widgets/htmega_panel_slider.php:829
6169
- msgid "If need to different from prev button"
6170
- msgstr ""
6171
-
6172
- #: admin/include/admin-setting.php:1186
6173
- msgid ""
6174
- "If you’re loving how our product has helped your business, please let the "
6175
- "WordPress community know by"
6176
- msgstr ""
6177
-
6178
- #: includes/widgets/htmega_accordion.php:151
6179
- #: includes/widgets/htmega_accordion.php:194
6180
- #: includes/widgets/htmega_add_banner.php:72
6181
- #: includes/widgets/htmega_blockquote.php:93
6182
- #: includes/widgets/htmega_blockquote.php:108
6183
- #: includes/widgets/htmega_carousel.php:79
6184
- #: includes/widgets/htmega_counter.php:99
6185
- #: includes/widgets/htmega_counter.php:125
6186
- #: includes/widgets/htmega_custom_event.php:51
6187
- #: includes/widgets/htmega_data_table.php:256
6188
- #: includes/widgets/htmega_errorcontent.php:65
6189
- #: includes/widgets/htmega_image_grid.php:123
6190
- #: includes/widgets/htmega_image_masonry.php:103
6191
- #: includes/widgets/htmega_instagram.php:215
6192
- #: includes/widgets/htmega_instagram.php:233
6193
- #: includes/widgets/htmega_lightbox.php:53
6194
- #: includes/widgets/htmega_lightbox.php:63
6195
- #: includes/widgets/htmega_lightbox.php:117
6196
- #: includes/widgets/htmega_modal.php:123 includes/widgets/htmega_modal.php:137
6197
- #: includes/widgets/htmega_panel_slider.php:87
6198
- #: includes/widgets/htmega_popover.php:61
6199
- #: includes/widgets/htmega_popover.php:101
6200
- #: includes/widgets/htmega_pricing_list_view.php:248
6201
- #: includes/widgets/htmega_pricing_list_view.php:275
6202
- #: includes/widgets/htmega_section_title.php:98
6203
- #: includes/widgets/htmega_section_title.php:112
6204
- #: includes/widgets/htmega_service.php:73
6205
- #: includes/widgets/htmega_service.php:88
6206
- #: includes/widgets/htmega_service.php:876
6207
- #: includes/widgets/htmega_slider_thumb_gallery.php:82
6208
- #: includes/widgets/htmega_special_day_banner.php:58
6209
- #: includes/widgets/htmega_testimonial_grid.php:195
6210
- #: includes/widgets/htmega_testimonial_grid.php:388
6211
- #: includes/widgets/htmega_tooltip.php:61
6212
- #: includes/widgets/htmega_tooltip.php:101
6213
- #: includes/widgets/htmega_videoplayer.php:86
6214
- #: includes/widgets/htmega_wc_categories.php:458
6215
- #: includes/widgets/htmega_working_process.php:109
6216
- #: includes/widgets/htmega_working_process.php:124
6217
- #: extensions/ht-builder/widgets/bl_post_author_info.php:139
6218
- msgid "Image"
6219
- msgstr ""
6220
-
6221
- #: includes/widgets/htmega_image_comparison.php:532
6222
- msgid "Image After"
6223
- msgstr ""
6224
-
6225
- #: includes/widgets/htmega_image_comparison.php:512
6226
- msgid "Image Before"
6227
- msgstr ""
6228
-
6229
- #: includes/widgets/htmega_postgrid.php:236
6230
- #: includes/widgets/htmega_post_grid_tab.php:324
6231
- msgid "Image Border Radius"
6232
- msgstr ""
6233
-
6234
- #: includes/widgets/htmega_panel_slider.php:610
6235
- msgid "Image Box Padding"
6236
- msgstr ""
6237
-
6238
- #: includes/widgets_control.php:178 admin/include/admin-setting.php:263
6239
- #: includes/widgets/htmega_image_comparison.php:13
6240
- #: includes/widgets/htmega_image_comparison.php:43
6241
- msgid "Image Comparison"
6242
- msgstr ""
6243
-
6244
- #: includes/widgets_control.php:183 admin/include/admin-setting.php:271
6245
- #: includes/widgets/htmega_image_grid.php:13
6246
- #: includes/widgets/htmega_image_grid.php:35
6247
- msgid "Image Grid"
6248
- msgstr ""
6249
-
6250
- #: includes/widgets/htmega_image_grid.php:170
6251
- msgid "Image Grid Description"
6252
- msgstr ""
6253
-
6254
- #: includes/widgets/htmega_image_grid.php:116
6255
- msgid "Image Grid Description."
6256
- msgstr ""
6257
-
6258
- #: includes/widgets/htmega_carousel.php:101
6259
- #: includes/widgets/htmega_image_grid.php:169
6260
- msgid "Image Grid Title"
6261
- msgstr ""
6262
-
6263
- #: includes/widgets/htmega_carousel.php:72
6264
- #: includes/widgets/htmega_image_grid.php:107
6265
- msgid "Image Grid Title."
6266
- msgstr ""
6267
-
6268
- #: includes/widgets/htmega_data_table.php:372
6269
- msgid "Image Height"
6270
- msgstr ""
6271
-
6272
- #: includes/widgets/htmega_teammember.php:100
6273
- msgid "Image Hover Animate"
6274
- msgstr ""
6275
-
6276
- #: extensions/wc-sales-notification/admin/setting.php:94
6277
- msgid "Image Left"
6278
- msgstr ""
6279
-
6280
- #: includes/widgets/htmega_instagram.php:87
6281
- msgid "Image link in new tab"
6282
- msgstr ""
6283
-
6284
- #: includes/widgets_control.php:188 admin/include/admin-setting.php:279
6285
- #: includes/widgets/htmega_image_magnifier.php:13
6286
- msgid "Image Magnifier"
6287
- msgstr ""
6288
-
6289
- #: admin/include/admin-setting.php:287
6290
- #: includes/widgets/htmega_imagemarker.php:13
6291
- msgid "Image Marker"
6292
- msgstr ""
6293
-
6294
- #: admin/include/admin-setting.php:295
6295
- #: includes/widgets/htmega_image_masonry.php:13
6296
- #: includes/widgets/htmega_image_masonry.php:43
6297
- msgid "Image Masonry"
6298
- msgstr ""
6299
-
6300
- #: includes/widgets/htmega_image_masonry.php:150
6301
- msgid "Image Masonry Description"
6302
- msgstr ""
6303
-
6304
- #: includes/widgets/htmega_image_masonry.php:96
6305
- msgid "Image Masonry Description."
6306
- msgstr ""
6307
-
6308
- #: includes/widgets/htmega_image_masonry.php:149
6309
- msgid "Image Masonry Title"
6310
- msgstr ""
6311
-
6312
- #: includes/widgets/htmega_image_masonry.php:87
6313
- msgid "Image Masonry Title."
6314
- msgstr ""
6315
-
6316
- #: includes/widgets/htmega_panel_slider.php:587
6317
- #: includes/widgets/htmega_postgrid.php:218
6318
- #: includes/widgets/htmega_post_slider.php:648
6319
- msgid "Image Overlay"
6320
- msgstr ""
6321
-
6322
- #: includes/widgets/htmega_instragram_feed.php:153
6323
- msgid "Image Padding"
6324
- msgstr ""
6325
-
6326
- #: includes/widgets/htmega_section_title.php:153
6327
- #: extensions/wc-sales-notification/admin/setting.php:89
6328
- msgid "Image Position"
6329
- msgstr ""
6330
-
6331
- #: includes/widgets/htmega_buddy_press.php:95
6332
- #: includes/widgets/htmega_instragram_feed.php:67
6333
- msgid "Image Size"
6334
- msgstr ""
6335
-
6336
- #: includes/widgets/htmega_modal.php:291
6337
- msgid "Image space"
6338
- msgstr ""
6339
-
6340
- #: includes/widgets/htmega_data_table.php:349
6341
- #: includes/widgets/htmega_twitter_feed.php:807
6342
- msgid "Image Width"
6343
- msgstr ""
6344
-
6345
- #: includes/widgets/htmega_pricing_list_view.php:500
6346
- msgid "Image/Icon Position"
6347
- msgstr ""
6348
-
6349
- #: includes/widgets_control.php:198
6350
- msgid "Image_Masonry"
6351
- msgstr ""
6352
-
6353
- #: includes/widgets_control.php:193
6354
- msgid "ImageMarker"
6355
- msgstr ""
6356
-
6357
- #: includes/class.assests.php:377
6358
- msgid "Import"
6359
- msgstr ""
6360
-
6361
- #: admin/include/templates_list.php:13
6362
- msgid "Import template to your Library"
6363
- msgstr ""
6364
-
6365
- #: includes/class.assests.php:375
6366
- msgid "Import to Library"
6367
- msgstr ""
6368
-
6369
- #: includes/class.assests.php:376
6370
- msgid "Import to Page"
6371
- msgstr ""
6372
-
6373
- #: includes/class.assests.php:370
6374
- msgid "in this package"
6375
- msgstr ""
6376
-
6377
- #: admin/include/admin-setting.php:1257 admin/include/admin-setting.php:1282
6378
- msgid "Incoming animation option"
6379
- msgstr ""
6380
-
6381
- #: includes/widgets/htmega_instagram.php:1541
6382
- msgid "Incorrect access token specified."
6383
- msgstr ""
6384
-
6385
- #: includes/widgets/htmega_progress_bar.php:602
6386
- msgid "Indicator Background"
6387
- msgstr ""
6388
-
6389
- #: includes/widgets/htmega_progress_bar.php:626
6390
- msgid "Indicator Border Radius"
6391
- msgstr ""
6392
-
6393
- #: includes/widgets/htmega_imagemarker.php:436
6394
- #: includes/widgets/htmega_progress_bar.php:183
6395
- msgid "Indicator color"
6396
- msgstr ""
6397
-
6398
- #: includes/widgets/htmega_imagemarker.php:569
6399
- msgid "Indicator Height"
6400
- msgstr ""
6401
-
6402
- #: includes/widgets/htmega_imagemarker.php:596
6403
- msgid "Indicator Line Height"
6404
- msgstr ""
6405
-
6406
- #: includes/widgets/htmega_imagemarker.php:361
6407
- msgid "Indicator Position(X)"
6408
- msgstr ""
6409
-
6410
- #: includes/widgets/htmega_imagemarker.php:388
6411
- msgid "Indicator Position(Y)"
6412
- msgstr ""
6413
-
6414
- #: includes/widgets/htmega_imagemarker.php:414
6415
- msgid "Indicator Rotated"
6416
- msgstr ""
6417
-
6418
- #: includes/widgets/htmega_progress_bar.php:571
6419
- msgid "Indicator Size"
6420
- msgstr ""
6421
-
6422
- #: includes/widgets/htmega_imagemarker.php:542
6423
- msgid "Indicator Width"
6424
- msgstr ""
6425
-
6426
- #: includes/widgets/htmega_notify.php:132
6427
- msgid "Info"
6428
- msgstr ""
6429
-
6430
- #: includes/widgets/htmega_googlemap.php:213
6431
- msgid "Info Address Span Style"
6432
- msgstr ""
6433
-
6434
- #: includes/widgets/htmega_googlemap.php:179
6435
- msgid "Info Address Style"
6436
- msgstr ""
6437
-
6438
- #: includes/widgets/htmega_googlemap.php:400
6439
- msgid "Info Button Close"
6440
- msgstr ""
6441
-
6442
- #: includes/widgets/htmega_notify.php:639
6443
- msgid "Info Icon"
6444
- msgstr ""
6445
-
6446
- #: includes/widgets/htmega_googlemap.php:361
6447
- msgid "Info Pointer"
6448
- msgstr ""
6449
-
6450
- #: includes/widgets/htmega_scroll_navigation.php:200
6451
- msgid "Initial Slide"
6452
- msgstr ""
6453
-
6454
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:51
6455
- msgid "inline"
6456
- msgstr ""
6457
-
6458
- #: includes/widgets/htmega_section_title.php:620
6459
- #: includes/widgets/htmega_section_title.php:851
6460
- msgid "Inline block"
6461
- msgstr ""
6462
-
6463
- #: extensions/ht-menu/widgets/inline-mega-menu.php:14
6464
- msgid "Inline Mega Menu"
6465
- msgstr ""
6466
-
6467
- #: admin/include/admin-setting.php:303
6468
- #: includes/widgets/htmega_inlinemenu.php:13
6469
- #: includes/widgets/htmega_inlinemenu.php:46
6470
- msgid "Inline Navigation"
6471
- msgstr ""
6472
-
6473
- #: includes/widgets_control.php:203
6474
- msgid "InlineMenu"
6475
- msgstr ""
6476
-
6477
- #: includes/widgets/htmega_progress_bar.php:654
6478
- #: includes/widgets/htmega_progress_bar.php:773
6479
- msgid "Inner"
6480
- msgstr ""
6481
-
6482
- #: includes/widgets/htmega_call_to_action.php:423
6483
- msgid "Inner Box Style"
6484
- msgstr ""
6485
-
6486
- #: includes/widgets/htmega_caldera_form.php:184
6487
- #: includes/widgets/htmega_contact_form_seven.php:177
6488
- #: includes/widgets/htmega_gravity_forms.php:387
6489
- #: includes/widgets/htmega_ninja_form.php:473
6490
- #: includes/widgets/htmega_quforms.php:310
6491
- #: includes/widgets/htmega_search.php:212
6492
- #: includes/widgets/htmega_user_login_form.php:805
6493
- #: includes/widgets/htmega_wc_element_pages.php:692
6494
- #: includes/widgets/htmega_wc_element_pages.php:1336
6495
- #: includes/widgets/htmega_wpforms.php:474
6496
- msgid "Input"
6497
- msgstr ""
6498
-
6499
- #: includes/widgets/htmega_mailchimp_wp.php:159
6500
- #: extensions/ht-builder/widgets/bl_post_comments.php:40
6501
- #: extensions/ht-builder/widgets/bl_post_search_form.php:102
6502
- msgid "Input Box"
6503
- msgstr ""
6504
-
6505
- #: includes/widgets/htmega_caldera_form.php:290
6506
- msgid "Input Space"
6507
- msgstr ""
6508
-
6509
- #: admin/include/templates/library/templates.php:64
6510
- msgid "Insert"
6511
- msgstr ""
6512
-
6513
- #: includes/recommended-plugins/recommended-plugins.php:44
6514
- msgid "Insert Headers and Footers Code"
6515
- msgstr ""
6516
-
6517
- #: includes/widgets_control.php:208 admin/include/admin-setting.php:311
6518
- #: includes/widgets/htmega_instagram.php:15
6519
- #: includes/widgets/htmega_instagram.php:44
6520
- msgid "Instagram"
6521
- msgstr ""
6522
-
6523
- #: includes/widgets/htmega_instagram.php:77
6524
- msgid "Instagram Access Token"
6525
- msgstr ""
6526
-
6527
- #: includes/widgets/htmega_instragram_feed.php:13
6528
- #: includes/widgets/htmega_instragram_feed.php:35
6529
- msgid "Instagram Feed"
6530
- msgstr ""
6531
-
6532
- #: admin/include/template-library.php:267
6533
- #: admin/include/template-library.php:319
6534
- #: includes/recommended-plugins/class.recommended-plugins.php:248
6535
- msgid "Install Now"
6536
- msgstr ""
6537
-
6538
- #: includes/class.assests.php:380
6539
- #: includes/recommended-plugins/class.recommended-plugins.php:124
6540
- msgid "Installing.."
6541
- msgstr ""
6542
-
6543
- #: includes/widgets/htmega_socialshere.php:82
6544
- msgid "Instapaper"
6545
- msgstr ""
6546
-
6547
- #: admin/include/admin-setting.php:999
6548
- msgid "Instragram Feed"
6549
- msgstr ""
6550
-
6551
- #: includes/helper-function.php:364
6552
- msgid "Invalid username or password!"
6553
- msgstr ""
6554
-
6555
- #: includes/widgets/htmega_business_hours.php:300
6556
- #: includes/widgets/htmega_instagram.php:662
6557
- #: extensions/ht-builder/widgets/bl_post_archive.php:245
6558
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:347
6559
- msgid "Item"
6560
- msgstr ""
6561
-
6562
- #: includes/widgets/htmega_countdown.php:607
6563
- msgid "Item Alignment"
6564
- msgstr ""
6565
-
6566
- #: includes/widgets/htmega_business_hours.php:209
6567
- msgid "Item Area"
6568
- msgstr ""
6569
-
6570
- #: includes/widgets/htmega_easy_digital_download.php:259
6571
- msgid "Item Background"
6572
- msgstr ""
6573
-
6574
- #: includes/widgets/htmega_testimonial_grid.php:253
6575
- msgid "Item Box Style"
6576
- msgstr ""
6577
-
6578
- #: includes/widgets/htmega_accordion.php:275
6579
- msgid "Item Collapse Icon"
6580
- msgstr ""
6581
-
6582
- #: includes/widgets/htmega_postgrid.php:397
6583
- #: includes/widgets/htmega_post_grid_tab.php:1242
6584
- msgid "Item Five Gradient"
6585
- msgstr ""
6586
-
6587
- #: includes/widgets/htmega_postgrid.php:379
6588
- #: includes/widgets/htmega_post_grid_tab.php:1224
6589
- msgid "Item Four Gradient"
6590
- msgstr ""
6591
-
6592
- #: includes/widgets/htmega_easy_digital_download.php:233
6593
- msgid "Item Gap"
6594
- msgstr ""
6595
-
6596
- #: includes/widgets/htmega_progress_bar.php:543
6597
- msgid "Item Inner Padding"
6598
- msgstr ""
6599
-
6600
- #: includes/widgets/htmega_instagram.php:130
6601
- msgid "Item Limit"
6602
- msgstr ""
6603
-
6604
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:378
6605
- msgid "Item Link"
6606
- msgstr ""
6607
-
6608
- #: includes/widgets/htmega_working_process.php:463
6609
- msgid "Item Number Shape"
6610
- msgstr ""
6611
-
6612
- #: includes/widgets/htmega_postgrid.php:326
6613
- #: includes/widgets/htmega_post_grid_tab.php:1171
6614
- msgid "Item One Gradient"
6615
- msgstr ""
6616
-
6617
- #: includes/widgets/htmega_instagram.php:725
6618
- msgid "Item Overlay"
6619
- msgstr ""
6620
-
6621
- #: includes/widgets/htmega_progress_bar.php:529
6622
- #: extensions/ht-menu/widgets/inline-mega-menu.php:280
6623
- msgid "Item Padding"
6624
- msgstr ""
6625
-
6626
- #: includes/widgets/htmega_postgrid.php:433
6627
- #: includes/widgets/htmega_post_grid_tab.php:1278
6628
- msgid "Item Seven Gradient"
6629
- msgstr ""
6630
-
6631
- #: includes/widgets/htmega_postgrid.php:415
6632
- #: includes/widgets/htmega_post_grid_tab.php:1260
6633
- msgid "Item Six Gradient"
6634
- msgstr ""
6635
-
6636
- #: includes/widgets/htmega_slider_thumb_gallery.php:1249
6637
- msgid "Item space"
6638
- msgstr ""
6639
-
6640
- #: includes/widgets/htmega_working_process.php:340
6641
- msgid "Item style"
6642
- msgstr ""
6643
-
6644
- #: includes/widgets/htmega_postgrid.php:361
6645
- #: includes/widgets/htmega_post_grid_tab.php:1206
6646
- msgid "Item Three Gradient"
6647
- msgstr ""
6648
-
6649
- #: includes/widgets/htmega_postgrid.php:343
6650
- #: includes/widgets/htmega_post_grid_tab.php:1188
6651
- msgid "Item Two Gradient"
6652
- msgstr ""
6653
-
6654
- #: includes/widgets/htmega_working_process.php:357
6655
- #: includes/widgets/htmega_working_process.php:564
6656
- msgid "Item Width"
6657
- msgstr ""
6658
-
6659
- #: includes/widgets/htmega_working_process.php:451
6660
- msgid "Items Seperator Style"
6661
- msgstr ""
6662
-
6663
- #: includes/widgets/htmega_progress_bar.php:420
6664
- msgid "Items Style"
6665
- msgstr ""
6666
-
6667
- #: includes/widgets/htmega_booked_calender.php:109
6668
- msgid "January"
6669
- msgstr ""
6670
-
6671
- #: includes/widgets/htmega_job_manager.php:56
6672
- msgid "Job Apply To"
6673
- msgstr ""
6674
-
6675
- #: includes/widgets/htmega_job_manager.php:58
6676
- msgid "Job Dashboard"
6677
- msgstr ""
6678
-
6679
- #: includes/widgets/htmega_job_manager.php:54
6680
- msgid "Job List"
6681
- msgstr ""
6682
-
6683
- #: admin/include/admin-setting.php:1009 admin/include/admin-setting.php:1019
6684
- #: includes/widgets/htmega_job_manager.php:13
6685
- #: includes/widgets/htmega_job_manager.php:43
6686
- msgid "Job Manager"
6687
- msgstr ""
6688
-
6689
- #: includes/widgets/htmega_job_manager.php:57
6690
- msgid "Job Post Form"
6691
- msgstr ""
6692
-
6693
- #: includes/widgets/htmega_job_manager.php:55
6694
- msgid "Job Summary"
6695
- msgstr ""
6696
-
6697
- #: includes/widgets/htmega_blockquote.php:81
6698
- #: includes/widgets/htmega_blockquote.php:82
6699
- msgid "Jon Doy"
6700
- msgstr ""
6701
-
6702
- #: includes/widgets/htmega_data_table.php:475
6703
- msgid "jondoy@gmail.com"
6704
- msgstr ""
6705
-
6706
- #: includes/widgets/htmega_progress_bar.php:214
6707
- msgid "Joomla"
6708
- msgstr ""
6709
-
6710
- #: includes/widgets/htmega_pricing_list_view.php:158
6711
- msgid "Joomla Template"
6712
- msgstr ""
6713
-
6714
- #: includes/widgets/htmega_booked_calender.php:115
6715
- msgid "July"
6716
- msgstr ""
6717
-
6718
- #: includes/widgets/htmega_booked_calender.php:114
6719
- msgid "June"
6720
- msgstr ""
6721
-
6722
- #: includes/widgets/htmega_add_banner.php:380
6723
- #: includes/widgets/htmega_blockquote.php:195
6724
- #: includes/widgets/htmega_buddy_press.php:266
6725
- #: includes/widgets/htmega_business_hours.php:403
6726
- #: includes/widgets/htmega_button.php:166
6727
- #: includes/widgets/htmega_call_to_action.php:342
6728
- #: includes/widgets/htmega_carousel.php:849
6729
- #: includes/widgets/htmega_countdown.php:623
6730
- #: includes/widgets/htmega_countdown.php:655
6731
- #: includes/widgets/htmega_counter.php:300
6732
- #: includes/widgets/htmega_counter.php:333
6733
- #: includes/widgets/htmega_counter.php:439
6734
- #: includes/widgets/htmega_counter.php:565
6735
- #: includes/widgets/htmega_data_table.php:651
6736
- #: includes/widgets/htmega_data_table.php:770
6737
- #: includes/widgets/htmega_errorcontent.php:261
6738
- #: includes/widgets/htmega_image_grid.php:295
6739
- #: includes/widgets/htmega_image_grid.php:392
6740
- #: includes/widgets/htmega_image_masonry.php:270
6741
- #: includes/widgets/htmega_image_masonry.php:367
6742
- #: includes/widgets/htmega_lightbox.php:208
6743
- #: includes/widgets/htmega_lightbox.php:321
6744
- #: includes/widgets/htmega_mailchimp_wp.php:141
6745
- #: includes/widgets/htmega_modal.php:362 includes/widgets/htmega_modal.php:1017
6746
- #: includes/widgets/htmega_newsticker.php:466
6747
- #: includes/widgets/htmega_notify.php:294
6748
- #: includes/widgets/htmega_notify.php:574
6749
- #: includes/widgets/htmega_notify.php:840
6750
- #: includes/widgets/htmega_offcanvas.php:387
6751
- #: includes/widgets/htmega_panel_slider.php:575
6752
- #: includes/widgets/htmega_popover.php:277
6753
- #: includes/widgets/htmega_popover.php:673
6754
- #: includes/widgets/htmega_popover.php:777
6755
- #: includes/widgets/htmega_postgrid.php:529
6756
- #: includes/widgets/htmega_postgrid.php:642
6757
- #: includes/widgets/htmega_post_grid_tab.php:507
6758
- #: includes/widgets/htmega_post_grid_tab.php:594
6759
- #: includes/widgets/htmega_post_slider.php:942
6760
- #: includes/widgets/htmega_post_slider.php:1029
6761
- #: includes/widgets/htmega_pricing_list_view.php:485
6762
- #: includes/widgets/htmega_pricing_list_view.php:1140
6763
- #: includes/widgets/htmega_search.php:168
6764
- #: includes/widgets/htmega_service.php:253
6765
- #: includes/widgets/htmega_service.php:437
6766
- #: includes/widgets/htmega_service.php:542
6767
- #: includes/widgets/htmega_service.php:731
6768
- #: includes/widgets/htmega_service.php:993
6769
- #: includes/widgets/htmega_singlepost.php:233
6770
- #: includes/widgets/htmega_singlepost.php:436
6771
- #: includes/widgets/htmega_special_day_banner.php:277
6772
- #: includes/widgets/htmega_tablepress.php:225
6773
- #: includes/widgets/htmega_tablepress.php:382
6774
- #: includes/widgets/htmega_teammember.php:757
6775
- #: includes/widgets/htmega_teammember.php:847
6776
- #: includes/widgets/htmega_teammember.php:938
6777
- #: includes/widgets/htmega_teammember.php:1005
6778
- #: includes/widgets/htmega_testimonial_grid.php:565
6779
- #: includes/widgets/htmega_toggle.php:208
6780
- #: includes/widgets/htmega_tooltip.php:253
6781
- #: includes/widgets/htmega_user_login_form.php:583
6782
- #: extensions/ht-builder/widgets/bl_page_title.php:149
6783
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:151
6784
- #: extensions/ht-builder/widgets/bl_post_content.php:84
6785
- #: extensions/ht-builder/widgets/bl_post_excerpt.php:84
6786
- #: extensions/ht-builder/widgets/bl_post_title.php:117
6787
- #: extensions/ht-builder/widgets/bl_site_logo.php:171
6788
- #: extensions/ht-builder/widgets/bl_site_title.php:151
6789
- msgid "Justified"
6790
- msgstr ""
6791
-
6792
- #: includes/widgets/htmega_user_login_form.php:425
6793
- msgid "Justify Content"
6794
- msgstr ""
6795
-
6796
- #: includes/recommended-plugins/recommended-plugins.php:78
6797
- msgid "JustTables"
6798
- msgstr ""
6799
-
6800
- #: includes/widgets/htmega_countdown.php:912
6801
- #: includes/widgets/htmega_newsticker.php:483
6802
- #: includes/widgets/htmega_quforms.php:79
6803
- #: includes/widgets/htmega_user_login_form.php:183
6804
- #: includes/widgets/htmega_user_login_form.php:1464
6805
- #: includes/widgets/htmega_wc_element_pages.php:648
6806
- #: includes/widgets/htmega_wc_element_pages.php:1303
6807
- msgid "Label"
6808
- msgstr ""
6809
-
6810
- #: includes/widgets/htmega_pricing_list_view.php:790
6811
- msgid "Label Background"
6812
- msgstr ""
6813
-
6814
- #: includes/widgets/htmega_pricing_list_view.php:805
6815
- msgid "Label Color"
6816
- msgstr ""
6817
-
6818
- #: includes/widgets/htmega_newsticker.php:561
6819
- msgid "Label Height"
6820
- msgstr ""
6821
-
6822
- #: includes/widgets/htmega_newsticker.php:78
6823
- msgid "Label Icon"
6824
- msgstr ""
6825
-
6826
- #: includes/widgets/htmega_pricing_list_view.php:853
6827
- msgid "Label Margin"
6828
- msgstr ""
6829
-
6830
- #: includes/widgets/htmega_pricing_list_view.php:837
6831
- msgid "Label Padding"
6832
- msgstr ""
6833
-
6834
- #: includes/widgets/htmega_pricing_list_view.php:766
6835
- msgid "Label Position"
6836
- msgstr ""
6837
-
6838
- #: includes/widgets/htmega_countdown.php:172
6839
- msgid "Label Setting"
6840
- msgstr ""
6841
-
6842
- #: includes/widgets/htmega_pricing_list_view.php:736
6843
- msgid "Label Typography"
6844
- msgstr ""
6845
-
6846
- #: includes/widgets/htmega_caldera_form.php:61
6847
- #: includes/widgets/htmega_contact_form_seven.php:643
6848
- #: includes/widgets/htmega_gravity_forms.php:228
6849
- #: includes/widgets/htmega_ninja_form.php:313
6850
- #: includes/widgets/htmega_wpforms.php:306
6851
- msgid "Labels"
6852
- msgstr ""
6853
-
6854
- #: includes/widgets/htmega_button.php:88
6855
- #: includes/widgets/htmega_double_button.php:48
6856
- msgid "Large"
6857
- msgstr ""
6858
-
6859
- #: includes/widgets/htmega_testimonial_grid.php:101
6860
- msgid "Large Mobile"
6861
- msgstr ""
6862
-
6863
- #: includes/widgets/htmega_googlemap.php:133
6864
- #: includes/widgets/htmega_weather.php:184
6865
- msgid "Latitude"
6866
- msgstr ""
6867
-
6868
- #: includes/widgets/htmega_layer_slider.php:13
6869
- #: includes/widgets/htmega_layer_slider.php:56
6870
- msgid "LayerSlider"
6871
- msgstr ""
6872
-
6873
- #: includes/widgets/htmega_animated_heading.php:49
6874
- #: includes/widgets/htmega_bbpress.php:50
6875
- #: includes/widgets/htmega_business_hours.php:43
6876
- #: includes/widgets/htmega_data_table.php:44
6877
- #: includes/widgets/htmega_job_manager.php:50
6878
- #: includes/widgets/htmega_postgrid.php:43
6879
- #: includes/widgets/htmega_post_grid_tab.php:50
6880
- #: includes/widgets/htmega_post_slider.php:51
6881
- #: includes/widgets/htmega_pricing_list_view.php:43
6882
- #: includes/widgets/htmega_pricing_list_view.php:50
6883
- #: includes/widgets/htmega_verticle_time_line.php:43
6884
- #: extensions/ht-builder/widgets/bl_post_archive.php:43
6885
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:46
6886
- msgid "Layout"
6887
- msgstr ""
6888
-
6889
- #: includes/widgets/htmega_business_hours.php:51
6890
- #: includes/widgets/htmega_postgrid.php:51
6891
- #: includes/widgets/htmega_post_grid_tab.php:58
6892
- #: includes/widgets/htmega_post_slider.php:59
6893
- msgid "Layout Five"
6894
- msgstr ""
6895
-
6896
- #: includes/widgets/htmega_business_hours.php:50
6897
- #: includes/widgets/htmega_postgrid.php:50
6898
- #: includes/widgets/htmega_post_grid_tab.php:57
6899
- #: includes/widgets/htmega_post_slider.php:58
6900
- #: includes/widgets/htmega_verticle_time_line.php:51
6901
- msgid "Layout Four"
6902
- msgstr ""
6903
-
6904
- #: includes/widgets/htmega_pricing_list_view.php:57
6905
- msgid "Layout Four ( No Border )"
6906
- msgstr ""
6907
-
6908
- #: includes/widgets/htmega_business_hours.php:47
6909
- #: includes/widgets/htmega_data_table.php:48
6910
- #: includes/widgets/htmega_postgrid.php:47
6911
- #: includes/widgets/htmega_post_grid_tab.php:54
6912
- #: includes/widgets/htmega_post_slider.php:55
6913
- #: includes/widgets/htmega_pricing_list_view.php:54
6914
- #: includes/widgets/htmega_switcher.php:45
6915
- #: includes/widgets/htmega_verticle_time_line.php:48
6916
- #: extensions/ht-builder/widgets/bl_post_archive.php:47
6917
- msgid "Layout One"
6918
- msgstr ""
6919
-
6920
- #: includes/widgets/htmega_post_slider.php:61
6921
- msgid "Layout Seven"
6922
- msgstr ""
6923
-
6924
- #: includes/widgets/htmega_post_slider.php:60
6925
- msgid "Layout Six"
6926
- msgstr ""
6927
-
6928
- #: includes/widgets/htmega_business_hours.php:49
6929
- #: includes/widgets/htmega_data_table.php:50
6930
- #: includes/widgets/htmega_postgrid.php:49
6931
- #: includes/widgets/htmega_post_grid_tab.php:56
6932
- #: includes/widgets/htmega_post_slider.php:57
6933
- #: includes/widgets/htmega_pricing_list_view.php:56
6934
- #: includes/widgets/htmega_verticle_time_line.php:50
6935
- msgid "Layout Three"
6936
- msgstr ""
6937
-
6938
- #: includes/widgets/htmega_business_hours.php:48
6939
- #: includes/widgets/htmega_data_table.php:49
6940
- #: includes/widgets/htmega_postgrid.php:48
6941
- #: includes/widgets/htmega_post_grid_tab.php:55
6942
- #: includes/widgets/htmega_post_slider.php:56
6943
- #: includes/widgets/htmega_pricing_list_view.php:55
6944
- #: includes/widgets/htmega_switcher.php:46
6945
- #: includes/widgets/htmega_verticle_time_line.php:49
6946
- #: extensions/ht-builder/widgets/bl_post_archive.php:48
6947
- msgid "Layout Two"
6948
- msgstr ""
6949
-
6950
- #: admin/include/admin-setting.php:1186
6951
- msgid "leaving us a review on our WP repository"
6952
- msgstr ""
6953
-
6954
- #: includes/widgets/htmega_accordion.php:470
6955
- #: includes/widgets/htmega_accordion.php:661
6956
- #: includes/widgets/htmega_accordion.php:819
6957
- #: includes/widgets/htmega_accordion.php:1205
6958
- #: includes/widgets/htmega_accordion.php:1323
6959
- #: includes/widgets/htmega_add_banner.php:368
6960
- #: includes/widgets/htmega_blockquote.php:183
6961
- #: includes/widgets/htmega_buddy_press.php:254
6962
- #: includes/widgets/htmega_business_hours.php:391
6963
- #: includes/widgets/htmega_button.php:111
6964
- #: includes/widgets/htmega_button.php:154
6965
- #: includes/widgets/htmega_caldera_form.php:72
6966
- #: includes/widgets/htmega_caldera_form.php:347
6967
- #: includes/widgets/htmega_call_to_action.php:200
6968
- #: includes/widgets/htmega_call_to_action.php:294
6969
- #: includes/widgets/htmega_call_to_action.php:330
6970
- #: includes/widgets/htmega_carousel.php:837
6971
- #: includes/widgets/htmega_contact_form_seven.php:117
6972
- #: includes/widgets/htmega_countdown.php:611
6973
- #: includes/widgets/htmega_countdown.php:643
6974
- #: includes/widgets/htmega_counter.php:288
6975
- #: includes/widgets/htmega_counter.php:321
6976
- #: includes/widgets/htmega_counter.php:427
6977
- #: includes/widgets/htmega_counter.php:553
6978
- #: includes/widgets/htmega_data_table.php:639
6979
- #: includes/widgets/htmega_data_table.php:758
6980
- #: includes/widgets/htmega_double_button.php:157
6981
- #: includes/widgets/htmega_double_button.php:244
6982
- #: includes/widgets/htmega_double_button.php:325
6983
- #: includes/widgets/htmega_dropcaps.php:84
6984
- #: includes/widgets/htmega_easy_digital_download.php:318
6985
- #: includes/widgets/htmega_easy_digital_download.php:686
6986
- #: includes/widgets/htmega_errorcontent.php:249
6987
- #: includes/widgets/htmega_gravity_forms.php:149
6988
- #: includes/widgets/htmega_gravity_forms.php:205
6989
- #: includes/widgets/htmega_gravity_forms.php:239
6990
- #: includes/widgets/htmega_gravity_forms.php:544
6991
- #: includes/widgets/htmega_gravity_forms.php:775
6992
- #: includes/widgets/htmega_imagemarker.php:203
6993
- #: includes/widgets/htmega_imagemarker.php:710
6994
- #: includes/widgets/htmega_image_grid.php:283
6995
- #: includes/widgets/htmega_image_grid.php:380
6996
- #: includes/widgets/htmega_image_masonry.php:258
6997
- #: includes/widgets/htmega_image_masonry.php:355
6998
- #: includes/widgets/htmega_inlinemenu.php:121
6999
- #: includes/widgets/htmega_instagram.php:1484
7000
- #: includes/widgets/htmega_job_manager.php:159
7001
- #: includes/widgets/htmega_lightbox.php:196
7002
- #: includes/widgets/htmega_lightbox.php:309
7003
- #: includes/widgets/htmega_mailchimp_wp.php:129
7004
- #: includes/widgets/htmega_modal.php:178 includes/widgets/htmega_modal.php:350
7005
- #: includes/widgets/htmega_modal.php:1005
7006
- #: includes/widgets/htmega_newsticker.php:454
7007
- #: includes/widgets/htmega_ninja_form.php:188
7008
- #: includes/widgets/htmega_ninja_form.php:290
7009
- #: includes/widgets/htmega_ninja_form.php:324
7010
- #: includes/widgets/htmega_ninja_form.php:611
7011
- #: includes/widgets/htmega_ninja_form.php:822
7012
- #: includes/widgets/htmega_ninja_form.php:1034
7013
- #: includes/widgets/htmega_notify.php:282
7014
- #: includes/widgets/htmega_notify.php:562
7015
- #: includes/widgets/htmega_notify.php:828
7016
- #: includes/widgets/htmega_offcanvas.php:103
7017
- #: includes/widgets/htmega_offcanvas.php:204
7018
- #: includes/widgets/htmega_offcanvas.php:283
7019
- #: includes/widgets/htmega_offcanvas.php:375
7020
- #: includes/widgets/htmega_panel_slider.php:563
7021
- #: includes/widgets/htmega_popover.php:193
7022
- #: includes/widgets/htmega_popover.php:265
7023
- #: includes/widgets/htmega_popover.php:661
7024
- #: includes/widgets/htmega_popover.php:765
7025
- #: includes/widgets/htmega_postgrid.php:293
7026
- #: includes/widgets/htmega_postgrid.php:517
7027
- #: includes/widgets/htmega_postgrid.php:630
7028
- #: includes/widgets/htmega_post_grid_tab.php:401
7029
- #: includes/widgets/htmega_post_grid_tab.php:495
7030
- #: includes/widgets/htmega_post_grid_tab.php:582
7031
- #: includes/widgets/htmega_post_grid_tab.php:805
7032
- #: includes/widgets/htmega_post_slider.php:836
7033
- #: includes/widgets/htmega_post_slider.php:930
7034
- #: includes/widgets/htmega_post_slider.php:1017
7035
- #: includes/widgets/htmega_post_slider.php:1233
7036
- #: includes/widgets/htmega_pricing_list_view.php:473
7037
- #: includes/widgets/htmega_pricing_list_view.php:504
7038
- #: includes/widgets/htmega_pricing_list_view.php:1128
7039
- #: includes/widgets/htmega_pricing_list_view.php:1189
7040
- #: includes/widgets/htmega_quforms.php:90
7041
- #: includes/widgets/htmega_quforms.php:210
7042
- #: includes/widgets/htmega_quforms.php:331
7043
- #: includes/widgets/htmega_quforms.php:551
7044
- #: includes/widgets/htmega_quforms.php:769
7045
- #: includes/widgets/htmega_search.php:156
7046
- #: includes/widgets/htmega_section_title.php:415
7047
- #: includes/widgets/htmega_service.php:241
7048
- #: includes/widgets/htmega_service.php:425
7049
- #: includes/widgets/htmega_service.php:530
7050
- #: includes/widgets/htmega_service.php:719
7051
- #: includes/widgets/htmega_service.php:981
7052
- #: includes/widgets/htmega_singlepost.php:221
7053
- #: includes/widgets/htmega_singlepost.php:317
7054
- #: includes/widgets/htmega_singlepost.php:424
7055
- #: includes/widgets/htmega_slider_thumb_gallery.php:55
7056
- #: includes/widgets/htmega_socialshere.php:374
7057
- #: includes/widgets/htmega_special_day_banner.php:49
7058
- #: includes/widgets/htmega_special_day_banner.php:265
7059
- #: includes/widgets/htmega_tablepress.php:213
7060
- #: includes/widgets/htmega_tablepress.php:370
7061
- #: includes/widgets/htmega_tabs.php:513
7062
- #: includes/widgets/htmega_teammember.php:105
7063
- #: includes/widgets/htmega_teammember.php:616
7064
- #: includes/widgets/htmega_teammember.php:745
7065
- #: includes/widgets/htmega_teammember.php:835
7066
- #: includes/widgets/htmega_teammember.php:926
7067
- #: includes/widgets/htmega_teammember.php:993
7068
- #: includes/widgets/htmega_testimonial_grid.php:553
7069
- #: includes/widgets/htmega_toggle.php:196
7070
- #: includes/widgets/htmega_tooltip.php:181
7071
- #: includes/widgets/htmega_tooltip.php:241
7072
- #: includes/widgets/htmega_user_login_form.php:149
7073
- #: includes/widgets/htmega_user_login_form.php:371
7074
- #: includes/widgets/htmega_user_login_form.php:571
7075
- #: includes/widgets/htmega_videoplayer.php:296
7076
- #: includes/widgets/htmega_wc_categories.php:380
7077
- #: includes/widgets/htmega_wpforms.php:180
7078
- #: includes/widgets/htmega_wpforms.php:282
7079
- #: includes/widgets/htmega_wpforms.php:317
7080
- #: includes/widgets/htmega_wpforms.php:614
7081
- #: includes/widgets/htmega_wpforms.php:833
7082
- #: includes/widgets/htmega_wpforms.php:1061
7083
- #: extensions/ht-builder/widgets/bl_nav_menu.php:115
7084
- #: extensions/ht-builder/widgets/bl_nav_menu.php:498
7085
- #: extensions/ht-builder/widgets/bl_page_title.php:137
7086
- #: extensions/ht-builder/widgets/bl_post_archive.php:302
7087
- #: extensions/ht-builder/widgets/bl_post_archive.php:383
7088
- #: extensions/ht-builder/widgets/bl_post_archive.php:490
7089
- #: extensions/ht-builder/widgets/bl_post_archive.php:596
7090
- #: extensions/ht-builder/widgets/bl_post_archive.php:676
7091
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:139
7092
- #: extensions/ht-builder/widgets/bl_post_author_info.php:112
7093
- #: extensions/ht-builder/widgets/bl_post_content.php:72
7094
- #: extensions/ht-builder/widgets/bl_post_excerpt.php:72
7095
- #: extensions/ht-builder/widgets/bl_post_featured_image.php:71
7096
- #: extensions/ht-builder/widgets/bl_post_title.php:105
7097
- #: extensions/ht-builder/widgets/bl_site_logo.php:159
7098
- #: extensions/ht-builder/widgets/bl_site_title.php:139
7099
- #: extensions/ht-menu/widgets/inline-mega-menu.php:166
7100
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:167
7101
- msgid "Left"
7102
- msgstr ""
7103
-
7104
- #: includes/widgets/htmega_post_slider.php:1435
7105
- msgid "Left Arrow position"
7106
- msgstr ""
7107
-
7108
- #: includes/widgets/htmega_post_slider.php:1486
7109
- msgid "Left Arrow Position vertical"
7110
- msgstr ""
7111
-
7112
- #: includes/widgets/htmega_blockquote.php:155
7113
- msgid "Left Bottom"
7114
- msgstr ""
7115
-
7116
- #: includes/widgets/htmega_blockquote.php:154
7117
- msgid "Left Center"
7118
- msgstr ""
7119
-
7120
- #: includes/widgets/htmega_blockquote.php:153
7121
- msgid "Left Top"
7122
- msgstr ""
7123
-
7124
- #: includes/widgets/htmega_scroll_image.php:268
7125
- msgid "Left-Right"
7126
- msgstr ""
7127
-
7128
- #: includes/widgets/htmega_pricing_list_view.php:348
7129
- #: includes/widgets/htmega_pricing_list_view.php:977
7130
- msgid "Left-Right Position"
7131
- msgstr ""
7132
-
7133
- #: includes/widgets/htmega_image_comparison.php:181
7134
- msgid "Level Position"
7135
- msgstr ""
7136
-
7137
- #: admin/include/admin-setting.php:319
7138
- msgid "Light Box"
7139
- msgstr ""
7140
-
7141
- #: includes/widgets_control.php:213 includes/widgets/htmega_lightbox.php:13
7142
- #: includes/widgets/htmega_lightbox.php:42
7143
- msgid "Lightbox"
7144
- msgstr ""
7145
-
7146
- #: includes/widgets/htmega_lightbox.php:49
7147
- msgid "Lightbox Type"
7148
- msgstr ""
7149
-
7150
- #: includes/widgets/htmega_postgrid.php:107
7151
- #: includes/widgets/htmega_post_grid_tab.php:114
7152
- #: includes/widgets/htmega_post_slider.php:118
7153
- #: includes/widgets/htmega_twitter_feed.php:122
7154
- #: extensions/wc-sales-notification/admin/setting.php:101
7155
- msgid "Limit"
7156
- msgstr ""
7157
-
7158
- #: includes/widgets/htmega_socialshere.php:92
7159
- msgid "Line"
7160
- msgstr ""
7161
-
7162
- #: includes/widgets/htmega_blockquote.php:603
7163
- #: includes/widgets/htmega_notify.php:707
7164
- #: includes/widgets/htmega_socialshere.php:533
7165
- msgid "Line Height"
7166
- msgstr ""
7167
-
7168
- #: includes/widgets/htmega_button.php:66
7169
- #: includes/widgets/htmega_double_button.php:108
7170
- #: includes/widgets/htmega_double_button.php:195
7171
- #: includes/widgets/htmega_popover.php:139
7172
- #: includes/widgets/htmega_pricing_list_view.php:126
7173
- #: includes/widgets/htmega_pricing_list_view.php:660
7174
- #: includes/widgets/htmega_section_title.php:193
7175
- #: includes/widgets/htmega_section_title.php:251
7176
- #: includes/widgets/htmega_teammember.php:223
7177
- #: includes/widgets/htmega_tooltip.php:139
7178
- #: extensions/ht-builder/widgets/bl_post_author_info.php:94
7179
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:261
7180
- msgid "Link"
7181
- msgstr ""
7182
-
7183
- #: includes/widgets/htmega_offcanvas.php:327
7184
- #: includes/widgets/htmega_twitter_feed.php:639
7185
- #: includes/widgets/htmega_user_login_form.php:773
7186
- #: extensions/ht-builder/widgets/bl_post_archive.php:521
7187
- msgid "Link Color"
7188
- msgstr ""
7189
-
7190
- #: extensions/ht-builder/widgets/bl_post_author_info.php:101
7191
- msgid "Link for the Author Name and Image"
7192
- msgstr ""
7193
-
7194
- #: includes/widgets/htmega_offcanvas.php:338
7195
- #: includes/widgets/htmega_user_login_form.php:788
7196
- msgid "Link Hover Color"
7197
- msgstr ""
7198
-
7199
- #: includes/widgets/htmega_socialshere.php:66
7200
- msgid "Linkedin"
7201
- msgstr ""
7202
-
7203
- #: includes/widgets/htmega_booked_calender.php:55
7204
- msgid "List"
7205
- msgstr ""
7206
-
7207
- #: includes/widgets/htmega_pricing_list_view.php:1457
7208
- msgid "List Area"
7209
- msgstr ""
7210
-
7211
- #: includes/widgets/htmega_socialshere.php:71
7212
- msgid "Live journal"
7213
- msgstr ""
7214
-
7215
- #: includes/widgets/htmega_socialshere.php:80
7216
- msgid "Liveinternet"
7217
- msgstr ""
7218
-
7219
- #: includes/widgets/htmega_instragram_feed.php:106
7220
- #: includes/widgets/htmega_job_manager.php:131
7221
- msgid "Load More"
7222
- msgstr ""
7223
-
7224
- #: includes/widgets/htmega_instragram_feed.php:93
7225
- msgid "Load More Button"
7226
- msgstr ""
7227
-
7228
- #: admin/include/admin-setting.php:662
7229
- msgid "Load Post in Elementor Addons"
7230
- msgstr ""
7231
-
7232
- #: admin/include/templates/library/templates.php:53
7233
- msgid "Loading"
7234
- msgstr ""
7235
-
7236
- #: includes/widgets/htmega_animated_heading.php:72
7237
- msgid "Loading bar"
7238
- msgstr ""
7239
-
7240
- #: extensions/wc-sales-notification/admin/setting.php:114
7241
- msgid "Loading Time"
7242
- msgstr ""
7243
-
7244
- #: includes/widgets/htmega_slider_thumb_gallery.php:68
7245
- #: includes/widgets/htmega_slider_thumb_gallery.php:122
7246
- msgid "Location Name Here."
7247
- msgstr ""
7248
-
7249
- #: includes/widgets/htmega_custom_event.php:78
7250
- msgid "Location."
7251
- msgstr ""
7252
-
7253
- #: includes/widgets/htmega_user_login_form.php:360
7254
- #: includes/widgets/htmega_user_login_form.php:1650
7255
- msgid "Login"
7256
- msgstr ""
7257
-
7258
- #: includes/widgets/htmega_user_login_form.php:349
7259
- msgid "Login Button"
7260
- msgstr ""
7261
-
7262
- #: includes/widgets/htmega_user_login_form.php:103
7263
- msgid "Login Content"
7264
- msgstr ""
7265
-
7266
- #: includes/widgets/htmega_user_login_form.php:43
7267
- #: includes/widgets/htmega_user_login_form.php:174
7268
- msgid "Login Form"
7269
- msgstr ""
7270
-
7271
- #: includes/widgets/htmega_user_login_form.php:646
7272
- msgid "Login Form Header Style"
7273
- msgstr ""
7274
-
7275
- #: includes/widgets/htmega_user_login_form.php:68
7276
- msgid "Login Header"
7277
- msgstr ""
7278
-
7279
- #: includes/widgets/htmega_user_login_form.php:89
7280
- msgid "Login Header Title"
7281
- msgstr ""
7282
-
7283
- #: includes/helper-function.php:366
7284
- msgid "Login Successfully"
7285
- msgstr ""
7286
-
7287
- #: extensions/ht-builder/widgets/bl_site_logo.php:48
7288
- msgid "Logo"
7289
- msgstr ""
7290
-
7291
- #: includes/widgets/htmega_googlemap.php:141
7292
- #: includes/widgets/htmega_weather.php:196
7293
- msgid "Longitude"
7294
- msgstr ""
7295
-
7296
- #: includes/widgets/htmega_scroll_navigation.php:105
7297
- #: includes/widgets/htmega_testimonial_grid.php:214
7298
- #: includes/widgets/htmega_testimonial_grid.php:228
7299
- #: includes/widgets/htmega_testimonial_grid.php:234
7300
- #: includes/widgets/htmega_testimonial_grid.php:240
7301
- msgid ""
7302
- "Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusmod "
7303
- "tempor incididunt ut labore et dolore Lorem ipsum dolor sit amet, "
7304
- "consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et "
7305
- "dolore magna aliqua."
7306
- msgstr ""
7307
-
7308
- #: includes/widgets/htmega_working_process.php:170
7309
- msgid ""
7310
- "Lorem ipsum dolor sit amet consectetur adipisicing elit, sed do eiusmod "
7311
- "tempor incid idunt ut labore"
7312
- msgstr ""
7313
-
7314
- #: includes/widgets/htmega_working_process.php:174
7315
- #: includes/widgets/htmega_working_process.php:178
7316
- msgid ""
7317
- "Lorem ipsum dolor sit amet consectetur adipisicing elit, sed do eiusmod "
7318
- "tempor incid idunt ut labore."
7319
- msgstr ""
7320
-
7321
- #: includes/widgets/htmega_dropcaps.php:60
7322
- msgid ""
7323
- "Lorem ipsum dolor sit amet, consec adipisicing elit, sed do eiusmod tempor "
7324
- "incidid ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis "
7325
- "nostrud exercitation ullamco laboris nisi ut aliquip exl Lorem ipsum dolor "
7326
- "sit amet, consectetur adipisicing elit, sed do eiusmod tempor incidid ut "
7327
- "labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud "
7328
- "exercitation ullamco laboris nisi ut aliquip."
7329
- msgstr ""
7330
-
7331
- #: includes/widgets/htmega_modal.php:84
7332
- msgid ""
7333
- "Lorem ipsum dolor sit amet, consectetur adipis elit, sed do eiusmod tempor "
7334
- "incidid ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis "
7335
- "nostrud exercitati ulla laboris nisi ut aliquip ex ea commodo consequat. "
7336
- "Duis aute irure dolor in repre in voluptate velit esse cillum dolore eu."
7337
- msgstr ""
7338
-
7339
- #: includes/widgets/htmega_verticle_time_line.php:90
7340
- #: includes/widgets/htmega_verticle_time_line.php:102
7341
- #: includes/widgets/htmega_verticle_time_line.php:106
7342
- #: includes/widgets/htmega_verticle_time_line.php:110
7343
- msgid ""
7344
- "Lorem ipsum dolor sit amet, consectetur adipis icing elit, sed do eiusmod "
7345
- "tempor incid ut labore et dolore magna aliqua Ut enim ad min."
7346
- msgstr ""
7347
-
7348
- #: includes/widgets/htmega_tabs.php:219 includes/widgets/htmega_tabs.php:223
7349
- #: includes/widgets/htmega_tabs.php:227
7350
- #: includes/widgets/htmega_working_process.php:98
7351
- msgid ""
7352
- "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod "
7353
- "tempor incididunt ut labore et dolo magna aliqua. Ut enim ad minim veniam, "
7354
- "quis nostrud exerci ullamco laboris nisi ut aliquip ex ea commodo consequat. "
7355
- "Duis aute irure dolor in repre in voluptate."
7356
- msgstr ""
7357
-
7358
- #: includes/widgets/htmega_toggle.php:112
7359
- msgid ""
7360
- "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod "
7361
- "tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, "
7362
- "quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo "
7363
- "consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse "
7364
- "cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat "
7365
- "non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
7366
- msgstr ""
7367
-
7368
- #: includes/widgets/htmega_imagemarker.php:192
7369
- #: includes/widgets/htmega_imagemarker.php:469
7370
- msgid "Lorem ipsum pisaci volupt atem accusa saes ntisdumtiu loperm asaerks."
7371
- msgstr ""
7372
-
7373
- #: includes/widgets/htmega_user_login_form.php:285
7374
- msgid "Lost your password?"
7375
- msgstr ""
7376
-
7377
- #: includes/widgets/htmega_data_table.php:269
7378
- #: includes/widgets/htmega_data_table.php:462
7379
- #: includes/widgets/htmega_pricing_list_view.php:603
7380
- #: includes/widgets/htmega_pricing_list_view.php:1099
7381
- msgid "Louis Hudson"
7382
- msgstr ""
7383
-
7384
- #: includes/widgets/htmega_pricing_list_view.php:1112
7385
- msgid "louishudson@gmail.com"
7386
- msgstr ""
7387
-
7388
- #: extensions/ht-builder/widgets/bl_post_archive.php:1066
7389
- msgid "M d, Y"
7390
- msgstr ""
7391
-
7392
- #: includes/weather-resource/weather-resource.php:109
7393
- msgid "m/s"
7394
- msgstr ""
7395
-
7396
- #: includes/widgets/htmega_panel_slider.php:127
7397
- msgid "Made in 2016"
7398
- msgstr ""
7399
-
7400
- #: includes/widgets/htmega_panel_slider.php:80
7401
- #: includes/widgets/htmega_panel_slider.php:123
7402
- msgid "Made in 2017"
7403
- msgstr ""
7404
-
7405
- #: includes/widgets/htmega_panel_slider.php:119
7406
- msgid "Made in 2018"
7407
- msgstr ""
7408
-
7409
- #: includes/widgets/htmega_panel_slider.php:115
7410
- msgid "Made in 2019"
7411
- msgstr ""
7412
-
7413
- #: includes/widgets/htmega_image_magnifier.php:42
7414
- msgid "Magnifier"
7415
- msgstr ""
7416
-
7417
- #: includes/widgets/htmega_mailchimp_wp.php:43
7418
- msgid "Mailchimp"
7419
- msgstr ""
7420
-
7421
- #: admin/include/admin-setting.php:1029
7422
- #: includes/widgets/htmega_mailchimp_wp.php:13
7423
- msgid "Mailchimp for wp"
7424
- msgstr ""
7425
-
7426
- #: includes/widgets/htmega_mailchimp_wp.php:66
7427
- msgid "Mailchimp ID"
7428
- msgstr ""
7429
-
7430
- #: includes/widgets/htmega_inlinemenu.php:102
7431
- #: extensions/ht-builder/widgets/bl_nav_menu.php:96
7432
- #: extensions/ht-menu/widgets/inline-mega-menu.php:63
7433
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:64
7434
- msgid "Main Menu"
7435
- msgstr ""
7436
-
7437
- #: extensions/ht-menu/widgets/inline-mega-menu.php:413
7438
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:371
7439
- msgid "Main Menu Items"
7440
- msgstr ""
7441
-
7442
- #: extensions/ht-menu/widgets/inline-mega-menu.php:71
7443
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:72
7444
- msgid "Main Menu Width"
7445
- msgstr ""
7446
-
7447
- #: includes/widgets/htmega_testimonial_grid.php:233
7448
- msgid "Manager"
7449
- msgstr ""
7450
-
7451
- #: includes/widgets/htmega_testimonial_grid.php:177
7452
- #: includes/widgets/htmega_testimonial_grid.php:227
7453
- msgid "Managing Director"
7454
- msgstr ""
7455
-
7456
- #: includes/widgets/htmega_teammember.php:165
7457
- msgid "Managing director"
7458
- msgstr ""
7459
-
7460
- #: includes/widgets/htmega_easy_digital_download.php:141
7461
- #: includes/widgets/htmega_wc_categories.php:81
7462
- msgid "Manual Selection"
7463
- msgstr ""
7464
-
7465
- #: includes/widgets/htmega_user_login_form.php:449
7466
- #: includes/widgets/htmega_user_login_form.php:477
7467
- #: includes/widgets/htmega_user_login_form.php:504
7468
- msgid "Manual Space"
7469
- msgstr ""
7470
-
7471
- #: includes/widgets/htmega_googlemap.php:265
7472
- msgid "Map Fixed Address"
7473
- msgstr ""
7474
-
7475
- #: includes/widgets/htmega_googlemap.php:80
7476
- msgid "Map Height"
7477
- msgstr ""
7478
-
7479
- #: includes/widgets/htmega_googlemap.php:123
7480
- msgid "Map Marker"
7481
- msgstr ""
7482
-
7483
- #: includes/widgets/htmega_googlemap.php:111
7484
- msgid "Map Style"
7485
- msgstr ""
7486
-
7487
- #: includes/widgets/htmega_googlemap.php:413
7488
- msgid "Maps Fixed Address"
7489
- msgstr ""
7490
-
7491
- #: includes/widgets/htmega_googlemap.php:297
7492
- msgid "Maps Info Address"
7493
- msgstr ""
7494
-
7495
- #: includes/widgets/htmega_booked_calender.php:111
7496
- msgid "March"
7497
- msgstr ""
7498
-
7499
- #: includes/widgets/htmega_accordion.php:704
7500
- #: includes/widgets/htmega_accordion.php:755
7501
- #: includes/widgets/htmega_accordion.php:1105
7502
- #: includes/widgets/htmega_accordion.php:1265
7503
- #: includes/widgets/htmega_add_banner.php:163
7504
- #: includes/widgets/htmega_add_banner.php:251
7505
- #: includes/widgets/htmega_add_banner.php:305
7506
- #: includes/widgets/htmega_add_banner.php:403
7507
- #: includes/widgets/htmega_add_banner.php:462
7508
- #: includes/widgets/htmega_add_banner.php:521
7509
- #: includes/widgets/htmega_add_banner.php:580
7510
- #: includes/widgets/htmega_add_banner.php:691
7511
- #: includes/widgets/htmega_animated_heading.php:267
7512
- #: includes/widgets/htmega_blockquote.php:220
7513
- #: includes/widgets/htmega_blockquote.php:298
7514
- #: includes/widgets/htmega_blockquote.php:354
7515
- #: includes/widgets/htmega_blockquote.php:542
7516
- #: includes/widgets/htmega_blockquote.php:723
7517
- #: includes/widgets/htmega_brand.php:128 includes/widgets/htmega_brand.php:314
7518
- #: includes/widgets/htmega_buddy_press.php:236
7519
- #: includes/widgets/htmega_buddy_press.php:344
7520
- #: includes/widgets/htmega_buddy_press.php:413
7521
- #: includes/widgets/htmega_business_hours.php:242
7522
- #: includes/widgets/htmega_business_hours.php:318
7523
- #: includes/widgets/htmega_business_hours.php:446
7524
- #: includes/widgets/htmega_button.php:310
7525
- #: includes/widgets/htmega_call_to_action.php:367
7526
- #: includes/widgets/htmega_call_to_action.php:444
7527
- #: includes/widgets/htmega_call_to_action.php:532
7528
- #: includes/widgets/htmega_call_to_action.php:591
7529
- #: includes/widgets/htmega_call_to_action.php:650
7530
- #: includes/widgets/htmega_call_to_action.php:743
7531
- #: includes/widgets/htmega_call_to_action.php:949
7532
- #: includes/widgets/htmega_carousel.php:456
7533
- #: includes/widgets/htmega_carousel.php:973
7534
- #: includes/widgets/htmega_carousel.php:1056
7535
- #: includes/widgets/htmega_carousel.php:1371
7536
- #: includes/widgets/htmega_contact_form_seven.php:161
7537
- #: includes/widgets/htmega_contact_form_seven.php:337
7538
- #: includes/widgets/htmega_contact_form_seven.php:559
7539
- #: includes/widgets/htmega_contact_form_seven.php:715
7540
- #: includes/widgets/htmega_contact_form_seven.php:859
7541
- #: includes/widgets/htmega_contact_form_seven.php:1016
7542
- #: includes/widgets/htmega_countdown.php:591
7543
- #: includes/widgets/htmega_countdown.php:838
7544
- #: includes/widgets/htmega_countdown.php:998
7545
- #: includes/widgets/htmega_countdown.php:1096
7546
- #: includes/widgets/htmega_counter.php:240
7547
- #: includes/widgets/htmega_counter.php:501
7548
- #: includes/widgets/htmega_counter.php:625
7549
- #: includes/widgets/htmega_counter.php:892
7550
- #: includes/widgets/htmega_counter.php:981
7551
- #: includes/widgets/htmega_counter.php:1071
7552
- #: includes/widgets/htmega_custom_event.php:176
7553
- #: includes/widgets/htmega_custom_event.php:261
7554
- #: includes/widgets/htmega_custom_event.php:305
7555
- #: includes/widgets/htmega_custom_event.php:362
7556
- #: includes/widgets/htmega_data_table.php:521
7557
- #: includes/widgets/htmega_double_button.php:297
7558
- #: includes/widgets/htmega_double_button.php:540
7559
- #: includes/widgets/htmega_double_button.php:713
7560
- #: includes/widgets/htmega_double_button.php:896
7561
- #: includes/widgets/htmega_dropcaps.php:153
7562
- #: includes/widgets/htmega_dropcaps.php:253
7563
- #: includes/widgets/htmega_easy_digital_download.php:380
7564
- #: includes/widgets/htmega_easy_digital_download.php:444
7565
- #: includes/widgets/htmega_easy_digital_download.php:598
7566
- #: includes/widgets/htmega_easy_digital_download.php:738
7567
- #: includes/widgets/htmega_errorcontent.php:276
7568
- #: includes/widgets/htmega_errorcontent.php:368
7569
- #: includes/widgets/htmega_errorcontent.php:447
7570
- #: includes/widgets/htmega_errorcontent.php:526
7571
- #: includes/widgets/htmega_errorcontent.php:602
7572
- #: includes/widgets/htmega_errorcontent.php:753
7573
- #: includes/widgets/htmega_googlemap.php:349
7574
- #: includes/widgets/htmega_googlemap.php:490
7575
- #: includes/widgets/htmega_gravity_forms.php:331
7576
- #: includes/widgets/htmega_gravity_forms.php:371
7577
- #: includes/widgets/htmega_gravity_forms.php:498
7578
- #: includes/widgets/htmega_gravity_forms.php:730
7579
- #: includes/widgets/htmega_imagemarker.php:895
7580
- #: includes/widgets/htmega_imagemarker.php:950
7581
- #: includes/widgets/htmega_image_comparison.php:111
7582
- #: includes/widgets/htmega_image_grid.php:207
7583
- #: includes/widgets/htmega_image_grid.php:353
7584
- #: includes/widgets/htmega_image_magnifier.php:154
7585
- #: includes/widgets/htmega_image_masonry.php:198
7586
- #: includes/widgets/htmega_image_masonry.php:315
7587
- #: includes/widgets/htmega_image_masonry.php:402
7588
- #: includes/widgets/htmega_inlinemenu.php:187
7589
- #: includes/widgets/htmega_instagram.php:634
7590
- #: includes/widgets/htmega_instagram.php:680
7591
- #: includes/widgets/htmega_instagram.php:897
7592
- #: includes/widgets/htmega_instagram.php:1355
7593
- #: includes/widgets/htmega_lightbox.php:238
7594
- #: includes/widgets/htmega_mailchimp_wp.php:102
7595
- #: includes/widgets/htmega_mailchimp_wp.php:273
7596
- #: includes/widgets/htmega_mailchimp_wp.php:407
7597
- #: includes/widgets/htmega_modal.php:525 includes/widgets/htmega_modal.php:642
7598
- #: includes/widgets/htmega_modal.php:805 includes/widgets/htmega_modal.php:975
7599
- #: includes/widgets/htmega_newsticker.php:397
7600
- #: includes/widgets/htmega_newsticker.php:699
7601
- #: includes/widgets/htmega_newsticker.php:839
7602
- #: includes/widgets/htmega_newsticker.php:972
7603
- #: includes/widgets/htmega_ninja_form.php:153
7604
- #: includes/widgets/htmega_ninja_form.php:255
7605
- #: includes/widgets/htmega_ninja_form.php:419
7606
- #: includes/widgets/htmega_ninja_form.php:458
7607
- #: includes/widgets/htmega_ninja_form.php:566
7608
- #: includes/widgets/htmega_ninja_form.php:787
7609
- #: includes/widgets/htmega_ninja_form.php:989
7610
- #: includes/widgets/htmega_notify.php:402
7611
- #: includes/widgets/htmega_notify.php:545
7612
- #: includes/widgets/htmega_notify.php:801
7613
- #: includes/widgets/htmega_panel_slider.php:489
7614
- #: includes/widgets/htmega_panel_slider.php:657
7615
- #: includes/widgets/htmega_panel_slider.php:713
7616
- #: includes/widgets/htmega_panel_slider.php:1118
7617
- #: includes/widgets/htmega_popover.php:305
7618
- #: includes/widgets/htmega_popover.php:424
7619
- #: includes/widgets/htmega_postgrid.php:248
7620
- #: includes/widgets/htmega_postgrid.php:487
7621
- #: includes/widgets/htmega_postgrid.php:602
7622
- #: includes/widgets/htmega_postgrid.php:689
7623
- #: includes/widgets/htmega_post_grid_tab.php:297
7624
- #: includes/widgets/htmega_post_grid_tab.php:373
7625
- #: includes/widgets/htmega_post_grid_tab.php:467
7626
- #: includes/widgets/htmega_post_grid_tab.php:554
7627
- #: includes/widgets/htmega_post_grid_tab.php:652
7628
- #: includes/widgets/htmega_post_grid_tab.php:777
7629
- #: includes/widgets/htmega_post_grid_tab.php:872
7630
- #: includes/widgets/htmega_post_grid_tab.php:1130
7631
- #: includes/widgets/htmega_post_slider.php:729
7632
- #: includes/widgets/htmega_post_slider.php:744
7633
- #: includes/widgets/htmega_post_slider.php:902
7634
- #: includes/widgets/htmega_post_slider.php:989
7635
- #: includes/widgets/htmega_post_slider.php:1086
7636
- #: includes/widgets/htmega_post_slider.php:1205
7637
- #: includes/widgets/htmega_post_slider.php:1299
7638
- #: includes/widgets/htmega_post_slider.php:1826
7639
- #: includes/widgets/htmega_post_slider.php:1937
7640
- #: includes/widgets/htmega_pricing_list_view.php:1252
7641
- #: includes/widgets/htmega_pricing_list_view.php:1612
7642
- #: includes/widgets/htmega_pricing_list_view.php:1685
7643
- #: includes/widgets/htmega_pricing_list_view.php:1770
7644
- #: includes/widgets/htmega_pricing_list_view.php:1847
7645
- #: includes/widgets/htmega_progress_bar.php:691
7646
- #: includes/widgets/htmega_quforms.php:183
7647
- #: includes/widgets/htmega_quforms.php:294
7648
- #: includes/widgets/htmega_quforms.php:427
7649
- #: includes/widgets/htmega_quforms.php:646
7650
- #: includes/widgets/htmega_quforms.php:873
7651
- #: includes/widgets/htmega_scroll_image.php:203
7652
- #: includes/widgets/htmega_scroll_image.php:363
7653
- #: includes/widgets/htmega_scroll_navigation.php:269
7654
- #: includes/widgets/htmega_search.php:183
7655
- #: includes/widgets/htmega_search.php:284
7656
- #: includes/widgets/htmega_search.php:503
7657
- #: includes/widgets/htmega_section_title.php:387
7658
- #: includes/widgets/htmega_section_title.php:587
7659
- #: includes/widgets/htmega_section_title.php:819
7660
- #: includes/widgets/htmega_service.php:183
7661
- #: includes/widgets/htmega_service.php:395
7662
- #: includes/widgets/htmega_service.php:500
7663
- #: includes/widgets/htmega_service.php:658
7664
- #: includes/widgets/htmega_service.php:921
7665
- #: includes/widgets/htmega_service.php:1049
7666
- #: includes/widgets/htmega_singlepost.php:193
7667
- #: includes/widgets/htmega_singlepost.php:280
7668
- #: includes/widgets/htmega_singlepost.php:394
7669
- #: includes/widgets/htmega_singlepost.php:491
7670
- #: includes/widgets/htmega_slider_thumb_gallery.php:705
7671
- #: includes/widgets/htmega_slider_thumb_gallery.php:777
7672
- #: includes/widgets/htmega_socialshere.php:419
7673
- #: includes/widgets/htmega_special_day_banner.php:290
7674
- #: includes/widgets/htmega_special_day_banner.php:367
7675
- #: includes/widgets/htmega_special_day_banner.php:426
7676
- #: includes/widgets/htmega_special_day_banner.php:485
7677
- #: includes/widgets/htmega_special_day_banner.php:544
7678
- #: includes/widgets/htmega_special_day_banner.php:603
7679
- #: includes/widgets/htmega_special_day_banner.php:714
7680
- #: includes/widgets/htmega_switcher.php:246
7681
- #: includes/widgets/htmega_switcher.php:385
7682
- #: includes/widgets/htmega_switcher.php:576
7683
- #: includes/widgets/htmega_tabs.php:349 includes/widgets/htmega_tabs.php:581
7684
- #: includes/widgets/htmega_tabs.php:924
7685
- #: includes/widgets/htmega_teammember.php:330
7686
- #: includes/widgets/htmega_teammember.php:583
7687
- #: includes/widgets/htmega_teammember.php:715
7688
- #: includes/widgets/htmega_teammember.php:805
7689
- #: includes/widgets/htmega_teammember.php:896
7690
- #: includes/widgets/htmega_teammember.php:963
7691
- #: includes/widgets/htmega_testimonial_grid.php:271
7692
- #: includes/widgets/htmega_testimonial_grid.php:449
7693
- #: includes/widgets/htmega_testimonial_grid.php:509
7694
- #: includes/widgets/htmega_testimonial_grid.php:601
7695
- #: includes/widgets/htmega_toggle.php:156
7696
- #: includes/widgets/htmega_toggle.php:284
7697
- #: includes/widgets/htmega_tooltip.php:281
7698
- #: includes/widgets/htmega_tooltip.php:401
7699
- #: includes/widgets/htmega_twitter_feed.php:570
7700
- #: includes/widgets/htmega_twitter_feed.php:659
7701
- #: includes/widgets/htmega_twitter_feed.php:728
7702
- #: includes/widgets/htmega_twitter_feed.php:792
7703
- #: includes/widgets/htmega_twitter_feed.php:928
7704
- #: includes/widgets/htmega_twitter_feed.php:989
7705
- #: includes/widgets/htmega_twitter_feed.php:1398
7706
- #: includes/widgets/htmega_user_login_form.php:532
7707
- #: includes/widgets/htmega_user_login_form.php:609
7708
- #: includes/widgets/htmega_user_login_form.php:706
7709
- #: includes/widgets/htmega_user_login_form.php:758
7710
- #: includes/widgets/htmega_user_login_form.php:861
7711
- #: includes/widgets/htmega_user_login_form.php:1041
7712
- #: includes/widgets/htmega_user_login_form.php:1501
7713
- #: includes/widgets/htmega_verticle_time_line.php:166
7714
- #: includes/widgets/htmega_videoplayer.php:394
7715
- #: includes/widgets/htmega_wc_categories.php:331
7716
- #: includes/widgets/htmega_wc_categories.php:475
7717
- #: includes/widgets/htmega_wc_element_pages.php:1756
7718
- #: includes/widgets/htmega_working_process.php:209
7719
- #: includes/widgets/htmega_working_process.php:405
7720
- #: includes/widgets/htmega_working_process.php:663
7721
- #: includes/widgets/htmega_working_process.php:742
7722
- #: includes/widgets/htmega_working_process.php:842
7723
- #: includes/widgets/htmega_wpforms.php:145
7724
- #: includes/widgets/htmega_wpforms.php:247
7725
- #: includes/widgets/htmega_wpforms.php:401
7726
- #: includes/widgets/htmega_wpforms.php:440
7727
- #: includes/widgets/htmega_wpforms.php:569
7728
- #: includes/widgets/htmega_wpforms.php:790
7729
- #: includes/widgets/htmega_wpforms.php:1016
7730
- #: extensions/ht-builder/widgets/bl_page_title.php:121
7731
- #: extensions/ht-builder/widgets/bl_post_archive.php:253
7732
- #: extensions/ht-builder/widgets/bl_post_archive.php:367
7733
- #: extensions/ht-builder/widgets/bl_post_archive.php:474
7734
- #: extensions/ht-builder/widgets/bl_post_archive.php:580
7735
- #: extensions/ht-builder/widgets/bl_post_archive.php:774
7736
- #: extensions/ht-builder/widgets/bl_post_archive.php:898
7737
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:123
7738
- #: extensions/ht-builder/widgets/bl_post_author_info.php:194
7739
- #: extensions/ht-builder/widgets/bl_post_author_info.php:244
7740
- #: extensions/ht-builder/widgets/bl_post_author_info.php:284
7741
- #: extensions/ht-builder/widgets/bl_post_title.php:88
7742
- #: extensions/ht-builder/widgets/bl_site_logo.php:143
7743
- #: extensions/ht-builder/widgets/bl_site_title.php:123
7744
- #: extensions/ht-menu/widgets/inline-mega-menu.php:107
7745
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:108
7746
- msgid "Margin"
7747
- msgstr ""
7748
-
7749
- #: includes/widgets/htmega_googlemap.php:244
7750
- #: includes/widgets/htmega_imagemarker.php:44
7751
- #: includes/widgets/htmega_imagemarker.php:490
7752
- msgid "Marker"
7753
- msgstr ""
7754
-
7755
- #: includes/widgets/htmega_imagemarker.php:173
7756
- #: includes/widgets/htmega_imagemarker.php:468
7757
- msgid "Marker #1"
7758
- msgstr ""
7759
-
7760
- #: includes/widgets/htmega_imagemarker.php:190
7761
- msgid "Marker Content"
7762
- msgstr ""
7763
-
7764
- #: includes/widgets/htmega_imagemarker.php:199
7765
- #: includes/widgets/htmega_imagemarker.php:287
7766
- msgid "Marker Content Position"
7767
- msgstr ""
7768
-
7769
- #: includes/widgets/htmega_imagemarker.php:300
7770
- msgid "Marker Content Postion(X)"
7771
- msgstr ""
7772
-
7773
- #: includes/widgets/htmega_imagemarker.php:323
7774
- msgid "Marker Content Postion(Y)"
7775
- msgstr ""
7776
-
7777
- #: includes/widgets/htmega_imagemarker.php:228
7778
- msgid "Marker Icon Position"
7779
- msgstr ""
7780
-
7781
- #: includes/widgets/htmega_imagemarker.php:149
7782
- msgid "Marker Indicator Icon"
7783
- msgstr ""
7784
-
7785
- #: includes/widgets/htmega_imagemarker.php:498
7786
- msgid "Marker Indicator Style"
7787
- msgstr ""
7788
-
7789
- #: includes/widgets/htmega_googlemap.php:150
7790
- msgid "Marker Info Box "
7791
- msgstr ""
7792
-
7793
- #: includes/widgets/htmega_imagemarker.php:112
7794
- msgid "Marker Item"
7795
- msgstr ""
7796
-
7797
- #: includes/widgets/htmega_imagemarker.php:180
7798
- msgid "Marker Placeholder Text"
7799
- msgstr ""
7800
-
7801
- #: includes/widgets/htmega_imagemarker.php:171
7802
- msgid "Marker Title"
7803
- msgstr ""
7804
-
7805
- #: includes/widgets/htmega_buddy_press.php:77
7806
- msgid "Max Item"
7807
- msgstr ""
7808
-
7809
- #: includes/widgets/htmega_contact_form_seven.php:87
7810
- msgid "Max Width"
7811
- msgstr ""
7812
-
7813
- #: includes/widgets/htmega_newsticker.php:95
7814
- msgid "Maxium Row"
7815
- msgstr ""
7816
-
7817
- #: includes/widgets/htmega_booked_calender.php:113
7818
- msgid "May"
7819
- msgstr ""
7820
-
7821
- #: includes/widgets/htmega_pricing_list_view.php:237
7822
- msgid "Media"
7823
- msgstr ""
7824
-
7825
- #: includes/widgets/htmega_button.php:87
7826
- #: includes/widgets/htmega_double_button.php:47
7827
- #: includes/widgets/htmega_instragram_feed.php:73
7828
- msgid "Medium"
7829
- msgstr ""
7830
-
7831
- #: extensions/ht-menu/widgets/inline-mega-menu.php:326
7832
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:284
7833
- msgid "Mega Menu"
7834
- msgstr ""
7835
-
7836
- #: extensions/ht-menu/admin/setting.php:119
7837
- msgid "Mega Menu Background Color"
7838
- msgstr ""
7839
-
7840
- #: extensions/ht-menu/classes/class.mega-menu.php:92
7841
- msgid "Mega Menu Settings"
7842
- msgstr ""
7843
-
7844
- #: extensions/ht-menu/admin/setting.php:108
7845
- #: extensions/ht-menu/widgets/inline-mega-menu.php:333
7846
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:291
7847
- msgid "Mega Menu Width"
7848
- msgstr ""
7849
-
7850
- #: includes/widgets/htmega_buddy_press.php:52
7851
- msgid "Member"
7852
- msgstr ""
7853
-
7854
- #: includes/widgets/htmega_teammember.php:133
7855
- msgid "Member image"
7856
- msgstr ""
7857
-
7858
- #: includes/widgets/htmega_booked_calender.php:175
7859
- msgid "Members Only"
7860
- msgstr ""
7861
-
7862
- #: includes/widgets/htmega_inlinemenu.php:75
7863
- #: extensions/ht-builder/widgets/bl_nav_menu.php:69
7864
- #: extensions/ht-menu/widgets/inline-mega-menu.php:30
7865
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:31
7866
- msgid "Menu"
7867
- msgstr ""
7868
-
7869
- #: extensions/ht-menu/menu/templates.php:128
7870
- msgid "Menu Badge"
7871
- msgstr ""
7872
-
7873
- #: admin/include/admin-setting.php:694
7874
- msgid "Menu Builder"
7875
- msgstr ""
7876
-
7877
- #: extensions/ht-menu/admin/setting.php:62
7878
- msgid "Menu Items Color"
7879
- msgstr ""
7880
-
7881
- #: extensions/ht-menu/admin/setting.php:69
7882
- msgid "Menu Items Hover Color"
7883
- msgstr ""
7884
-
7885
- #: includes/widgets/htmega_wc_element_pages.php:1693
7886
- msgid "Menu Style"
7887
- msgstr ""
7888
-
7889
- #: extensions/ht-menu/menu/templates.php:78
7890
- msgid "Menu Template"
7891
- msgstr ""
7892
-
7893
- #: extensions/ht-menu/menu/templates.php:63
7894
- msgid "Menu Width"
7895
- msgstr ""
7896
-
7897
- #: includes/widgets/htmega_post_grid_tab.php:223
7898
- #: includes/widgets/htmega_post_grid_tab.php:723
7899
- #: includes/widgets/htmega_post_slider.php:1157
7900
- #: includes/widgets/htmega_singlepost.php:341
7901
- msgid "Meta"
7902
- msgstr ""
7903
-
7904
- #: includes/widgets/htmega_twitter_feed.php:957
7905
- msgid "Meta Button"
7906
- msgstr ""
7907
-
7908
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:39
7909
- msgid "Meta Data"
7910
- msgstr ""
7911
-
7912
- #: includes/widgets/htmega_post_grid_tab.php:746
7913
- #: includes/widgets/htmega_singlepost.php:459
7914
- msgid "Meta Hover Color"
7915
- msgstr ""
7916
-
7917
- #: includes/widgets/htmega_buddy_press.php:384
7918
- #: extensions/ht-builder/widgets/bl_post_archive.php:432
7919
- msgid "Meta Info"
7920
- msgstr ""
7921
-
7922
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:61
7923
- msgid "Meta Name"
7924
- msgstr ""
7925
-
7926
- #: includes/widgets/htmega_download_monitor.php:230
7927
- msgid "Meta Style"
7928
- msgstr ""
7929
-
7930
- #: includes/widgets/htmega_pricing_list_view.php:1167
7931
- msgid "Middle"
7932
- msgstr ""
7933
-
7934
- #: includes/widgets/htmega_double_button.php:58
7935
- #: includes/widgets/htmega_double_button.php:66
7936
- #: includes/widgets/htmega_double_button.php:793
7937
- msgid "Middle Text"
7938
- msgstr ""
7939
-
7940
- #: includes/widgets/htmega_search.php:336
7941
- msgid "Min Width"
7942
- msgstr ""
7943
-
7944
- #: includes/widgets/htmega_scroll_image.php:92
7945
- msgid "Minimum Height"
7946
- msgstr ""
7947
-
7948
- #: includes/widgets/htmega_instagram.php:111
7949
- msgid "Minute"
7950
- msgstr ""
7951
-
7952
- #: includes/widgets/htmega_countdown.php:152
7953
- #: includes/widgets/htmega_countdown.php:230
7954
- #: includes/widgets/htmega_countdown.php:232
7955
- msgid "Minutes"
7956
- msgstr ""
7957
-
7958
- #: extensions/ht-builder/widgets/bl_nav_menu.php:474
7959
- msgid "Mobile Menu"
7960
- msgstr ""
7961
-
7962
- #: includes/widgets/htmega_carousel.php:363
7963
- #: includes/widgets/htmega_instagram.php:558
7964
- #: includes/widgets/htmega_panel_slider.php:423
7965
- #: includes/widgets/htmega_post_slider.php:543
7966
- #: includes/widgets/htmega_slider_thumb_gallery.php:341
7967
- #: includes/widgets/htmega_twitter_feed.php:485
7968
- msgid "Mobile Phone"
7969
- msgstr ""
7970
-
7971
- #: includes/widgets/htmega_carousel.php:405
7972
- #: includes/widgets/htmega_instagram.php:600
7973
- #: includes/widgets/htmega_panel_slider.php:465
7974
- #: includes/widgets/htmega_post_slider.php:585
7975
- #: includes/widgets/htmega_slider_thumb_gallery.php:377
7976
- #: includes/widgets/htmega_twitter_feed.php:527
7977
- msgid "Mobile Resolution"
7978
- msgstr ""
7979
-
7980
- #: admin/include/templates/library/templates.php:38
7981
- #: admin/include/templates/library/templates.php:39
7982
- msgid "Mobile view"
7983
- msgstr ""
7984
-
7985
- #: includes/widgets_control.php:218 admin/include/admin-setting.php:327
7986
- #: includes/widgets/htmega_modal.php:13 includes/widgets/htmega_modal.php:35
7987
- msgid "Modal"
7988
- msgstr ""
7989
-
7990
- #: includes/widgets/htmega_modal.php:480
7991
- msgid "Modal Box Style"
7992
- msgstr ""
7993
-
7994
- #: includes/widgets/htmega_modal.php:916
7995
- msgid "Modal Content"
7996
- msgstr ""
7997
-
7998
- #: includes/widgets/htmega_modal.php:112
7999
- msgid "Modal Design"
8000
- msgstr ""
8001
-
8002
- #: includes/widgets/htmega_modal.php:93
8003
- msgid "Modal Footer Content"
8004
- msgstr ""
8005
-
8006
- #: includes/widgets/htmega_modal.php:44
8007
- msgid "Modal Header Content"
8008
- msgstr ""
8009
-
8010
- #: includes/widgets/htmega_modal.php:488
8011
- msgid "Modal Top Space"
8012
- msgstr ""
8013
-
8014
- #: includes/widgets/htmega_modal.php:1032
8015
- msgid "Modal Width"
8016
- msgstr ""
8017
-
8018
- #: includes/widgets/htmega_socialshere.php:70
8019
- msgid "Moimir"
8020
- msgstr ""
8021
-
8022
- #: includes/widgets/htmega_business_hours.php:174
8023
- msgid "Monday"
8024
- msgstr ""
8025
-
8026
- #: includes/widgets/htmega_booked_calender.php:105
8027
- #: includes/widgets/htmega_instagram.php:115
8028
- msgid "Month"
8029
- msgstr ""
8030
-
8031
- #: includes/recommended-plugins/class.recommended-plugins.php:292
8032
- msgid "More Details"
8033
- msgstr ""
8034
-
8035
- #: includes/widgets/htmega_scroll_navigation.php:209
8036
- msgid "Mouse Wheel"
8037
- msgstr ""
8038
-
8039
- #: includes/recommended-plugins/recommended-plugins.php:34
8040
- msgid "Move Addons for Elementor"
8041
- msgstr ""
8042
-
8043
- #: includes/widgets/htmega_accordion.php:319
8044
- msgid "Multiple Item Open"
8045
- msgstr ""
8046
-
8047
- #: includes/widgets/htmega_wc_element_pages.php:62
8048
- msgid "My Account"
8049
- msgstr ""
8050
-
8051
- #: includes/widgets/htmega_data_table.php:206
8052
- #: includes/widgets/htmega_easy_digital_download.php:198
8053
- #: includes/widgets/htmega_newsticker.php:253
8054
- #: includes/widgets/htmega_postgrid.php:150
8055
- #: includes/widgets/htmega_post_grid_tab.php:157
8056
- #: includes/widgets/htmega_post_slider.php:161
8057
- #: includes/widgets/htmega_pricing_list_view.php:80
8058
- #: includes/widgets/htmega_pricing_list_view.php:451
8059
- #: includes/widgets/htmega_teammember.php:153
8060
- #: includes/widgets/htmega_teammember.php:685
8061
- #: includes/widgets/htmega_testimonial_grid.php:166
8062
- #: includes/widgets/htmega_testimonial_grid.php:419
8063
- #: includes/widgets/htmega_wc_categories.php:129
8064
- #: extensions/ht-builder/widgets/bl_post_archive.php:201
8065
- #: extensions/ht-builder/widgets/bl_post_author_info.php:216
8066
- msgid "Name"
8067
- msgstr ""
8068
-
8069
- #: extensions/ht-builder/widgets/bl_post_author_info.php:57
8070
- msgid "Name HTML Tag"
8071
- msgstr ""
8072
-
8073
- #: admin/include/admin-setting.php:823 admin/include/admin-setting.php:824
8074
- msgid "Nav Menu"
8075
- msgstr ""
8076
-
8077
- #: includes/widgets/htmega_newsticker.php:717
8078
- #: extensions/ht-builder/widgets/bl_nav_menu.php:61
8079
- msgid "Navigation"
8080
- msgstr ""
8081
-
8082
- #: includes/widgets/htmega_booked_calender.php:709
8083
- #: includes/widgets/htmega_newsticker.php:296
8084
- msgid "Navigation Button"
8085
- msgstr ""
8086
-
8087
- #: includes/widgets/htmega_buddy_press.php:66
8088
- msgid "Newest"
8089
- msgstr ""
8090
-
8091
- #: includes/widgets/htmega_newsticker.php:346
8092
- msgid "News Box Style"
8093
- msgstr ""
8094
-
8095
- #: includes/widgets/htmega_newsticker.php:226
8096
- msgid "News Limit"
8097
- msgstr ""
8098
-
8099
- #: admin/include/admin-setting.php:335
8100
- #: includes/widgets/htmega_newsticker.php:14
8101
- #: includes/widgets/htmega_newsticker.php:43
8102
- msgid "News Ticker"
8103
- msgstr ""
8104
-
8105
- #: includes/widgets_control.php:223
8106
- msgid "Newsticker"
8107
- msgstr ""
8108
-
8109
- #: includes/widgets/htmega_newsticker.php:328
8110
- msgid "Next Icon"
8111
- msgstr ""
8112
-
8113
- #: includes/widgets/htmega_carousel.php:181
8114
- #: includes/widgets/htmega_instagram.php:376
8115
- #: includes/widgets/htmega_panel_slider.php:241
8116
- #: includes/widgets/htmega_post_slider.php:345
8117
- #: includes/widgets/htmega_slider_thumb_gallery.php:183
8118
- #: includes/widgets/htmega_twitter_feed.php:303
8119
- msgid "Next icon"
8120
- msgstr ""
8121
-
8122
- #: admin/include/admin-setting.php:1039
8123
- #: includes/widgets/htmega_ninja_form.php:13
8124
- #: includes/widgets/htmega_ninja_form.php:59
8125
- msgid "Ninja Form"
8126
- msgstr ""
8127
-
8128
- #: includes/widgets/htmega_carousel.php:211
8129
- #: includes/widgets/htmega_data_table.php:145
8130
- #: includes/widgets/htmega_data_table.php:202
8131
- #: includes/widgets/htmega_gravity_forms.php:104
8132
- #: includes/widgets/htmega_instagram.php:406
8133
- #: includes/widgets/htmega_panel_slider.php:271
8134
- #: includes/widgets/htmega_post_slider.php:391
8135
- #: includes/widgets/htmega_pricing_list_view.php:205
8136
- #: includes/widgets/htmega_pricing_list_view.php:447
8137
- #: includes/widgets/htmega_slider_thumb_gallery.php:210
8138
- #: includes/widgets/htmega_slider_thumb_gallery.php:475
8139
- #: includes/widgets/htmega_twitter_feed.php:333
8140
- #: includes/widgets/htmega_user_login_form.php:120
8141
- #: includes/widgets/htmega_user_login_form.php:263
8142
- #: includes/widgets/htmega_videoplayer.php:125
8143
- #: includes/widgets/htmega_videoplayer.php:165
8144
- #: includes/widgets/htmega_videoplayer.php:177
8145
- #: includes/widgets/htmega_videoplayer.php:189
8146
- #: includes/widgets/htmega_videoplayer.php:201
8147
- #: includes/widgets/htmega_videoplayer.php:213
8148
- msgid "No"
8149
- msgstr ""
8150
-
8151
- #: includes/widgets/htmega_googlemap.php:249
8152
- #: includes/widgets/htmega_instragram_feed.php:85
8153
- #: includes/widgets/htmega_instragram_feed.php:96
8154
- #: includes/widgets/htmega_instragram_feed.php:120
8155
- msgid "no"
8156
- msgstr ""
8157
-
8158
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:207
8159
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:210
8160
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:573
8161
- msgid "No Comments"
8162
- msgstr ""
8163
-
8164
- #: includes/helper-function.php:252 includes/helper-function.php:736
8165
- msgid "No contact form found"
8166
- msgstr ""
8167
-
8168
- #: includes/widgets/htmega_singlepost.php:587
8169
- msgid "No selected post"
8170
- msgstr ""
8171
-
8172
- #: includes/widgets/htmega_template_selector.php:67
8173
- msgid "No selected template"
8174
- msgstr ""
8175
-
8176
- #: includes/helper-function.php:112
8177
- msgid "No sidebars were found"
8178
- msgstr ""
8179
-
8180
- #: includes/widgets/htmega_revolution_slider.php:43
8181
- msgid "No Slider Found."
8182
- msgstr ""
8183
-
8184
- #: includes/helper-function.php:269 includes/widgets/htmega_blockquote.php:406
8185
- #: includes/widgets/htmega_button.php:415
8186
- #: includes/widgets/htmega_button.php:478
8187
- #: includes/widgets/htmega_counter.php:95
8188
- #: includes/widgets/htmega_imagemarker.php:230
8189
- #: includes/widgets/htmega_imagemarker.php:289
8190
- #: includes/widgets/htmega_imagemarker.php:500
8191
- #: includes/widgets/htmega_imagemarker.php:786
8192
- #: includes/widgets/htmega_job_manager.php:129
8193
- #: includes/widgets/htmega_newsticker.php:250
8194
- #: includes/widgets/htmega_notify.php:147
8195
- #: includes/widgets/htmega_notify.php:182
8196
- #: includes/widgets/htmega_postgrid.php:147
8197
- #: includes/widgets/htmega_post_grid_tab.php:154
8198
- #: includes/widgets/htmega_post_slider.php:158
8199
- #: includes/widgets/htmega_pricing_list_view.php:252
8200
- #: includes/widgets/htmega_scroll_image.php:254
8201
- #: includes/widgets/htmega_socialshere.php:466
8202
- #: includes/widgets/htmega_teammember.php:104
8203
- #: includes/widgets/htmega_testimonial_grid.php:58
8204
- #: extensions/ht-builder/widgets/bl_post_archive.php:198
8205
- #: extensions/ht-builder/widgets/bl_post_author_info.php:97
8206
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:290
8207
- msgid "None"
8208
- msgstr ""
8209
-
8210
- #: includes/widgets/htmega_accordion.php:459
8211
- #: includes/widgets/htmega_accordion.php:972
8212
- #: includes/widgets/htmega_add_banner.php:156
8213
- #: includes/widgets/htmega_add_banner.php:245
8214
- #: includes/widgets/htmega_add_banner.php:620
8215
- #: includes/widgets/htmega_booked_calender.php:574
8216
- #: includes/widgets/htmega_booked_calender.php:720
8217
- #: includes/widgets/htmega_brand.php:170
8218
- #: includes/widgets/htmega_buddy_press.php:316
8219
- #: includes/widgets/htmega_button.php:194
8220
- #: includes/widgets/htmega_button.php:519
8221
- #: includes/widgets/htmega_caldera_form.php:195
8222
- #: includes/widgets/htmega_caldera_form.php:447
8223
- #: includes/widgets/htmega_call_to_action.php:690
8224
- #: includes/widgets/htmega_call_to_action.php:896
8225
- #: includes/widgets/htmega_carousel.php:550
8226
- #: includes/widgets/htmega_carousel.php:826
8227
- #: includes/widgets/htmega_carousel.php:1094
8228
- #: includes/widgets/htmega_carousel.php:1302
8229
- #: includes/widgets/htmega_contact_form_seven.php:188
8230
- #: includes/widgets/htmega_contact_form_seven.php:455
8231
- #: includes/widgets/htmega_contact_form_seven.php:766
8232
- #: includes/widgets/htmega_countdown.php:1028
8233
- #: includes/widgets/htmega_custom_event.php:136
8234
- #: includes/widgets/htmega_custom_event.php:391
8235
- #: includes/widgets/htmega_double_button.php:384
8236
- #: includes/widgets/htmega_double_button.php:459
8237
- #: includes/widgets/htmega_double_button.php:632
8238
- #: includes/widgets/htmega_download_monitor.php:146
8239
- #: includes/widgets/htmega_easy_digital_download.php:352
8240
- #: includes/widgets/htmega_easy_digital_download.php:533
8241
- #: includes/widgets/htmega_errorcontent.php:552
8242
- #: includes/widgets/htmega_errorcontent.php:703
8243
- #: includes/widgets/htmega_gravity_forms.php:398
8244
- #: includes/widgets/htmega_gravity_forms.php:640
8245
- #: includes/widgets/htmega_image_grid.php:453
8246
- #: includes/widgets/htmega_image_masonry.php:440
8247
- #: includes/widgets/htmega_inlinemenu.php:146
8248
- #: includes/widgets/htmega_instagram.php:927
8249
- #: includes/widgets/htmega_instagram.php:1145
8250
- #: includes/widgets/htmega_mailchimp_wp.php:301
8251
- #: includes/widgets/htmega_modal.php:211
8252
- #: includes/widgets/htmega_newsticker.php:730
8253
- #: includes/widgets/htmega_ninja_form.php:484
8254
- #: includes/widgets/htmega_ninja_form.php:705
8255
- #: includes/widgets/htmega_ninja_form.php:923
8256
- #: includes/widgets/htmega_notify.php:322
8257
- #: includes/widgets/htmega_offcanvas.php:414
8258
- #: includes/widgets/htmega_panel_slider.php:755
8259
- #: includes/widgets/htmega_panel_slider.php:1047
8260
- #: includes/widgets/htmega_popover.php:331
8261
- #: includes/widgets/htmega_post_grid_tab.php:623
8262
- #: includes/widgets/htmega_post_grid_tab.php:843
8263
- #: includes/widgets/htmega_post_grid_tab.php:993
8264
- #: includes/widgets/htmega_post_slider.php:1058
8265
- #: includes/widgets/htmega_post_slider.php:1271
8266
- #: includes/widgets/htmega_post_slider.php:1535
8267
- #: includes/widgets/htmega_post_slider.php:1755
8268
- #: includes/widgets/htmega_post_slider.php:1920
8269
- #: includes/widgets/htmega_progress_bar.php:76
8270
- #: includes/widgets/htmega_quforms.php:321
8271
- #: includes/widgets/htmega_quforms.php:541
8272
- #: includes/widgets/htmega_quforms.php:759
8273
- #: includes/widgets/htmega_scroll_navigation.php:310
8274
- #: includes/widgets/htmega_search.php:223
8275
- #: includes/widgets/htmega_search.php:435
8276
- #: includes/widgets/htmega_search.php:673
8277
- #: includes/widgets/htmega_service.php:176
8278
- #: includes/widgets/htmega_service.php:617
8279
- #: includes/widgets/htmega_service.php:1022
8280
- #: includes/widgets/htmega_singlepost.php:355
8281
- #: includes/widgets/htmega_slider_thumb_gallery.php:816
8282
- #: includes/widgets/htmega_slider_thumb_gallery.php:1074
8283
- #: includes/widgets/htmega_slider_thumb_gallery.php:1223
8284
- #: includes/widgets/htmega_socialshere.php:681
8285
- #: includes/widgets/htmega_special_day_banner.php:643
8286
- #: includes/widgets/htmega_switcher.php:351
8287
- #: includes/widgets/htmega_tabs.php:502 includes/widgets/htmega_tabs.php:680
8288
- #: includes/widgets/htmega_testimonial_grid.php:264
8289
- #: includes/widgets/htmega_toggle.php:225
8290
- #: includes/widgets/htmega_tooltip.php:307
8291
- #: includes/widgets/htmega_twitter_feed.php:701
8292
- #: includes/widgets/htmega_twitter_feed.php:970
8293
- #: includes/widgets/htmega_twitter_feed.php:1068
8294
- #: includes/widgets/htmega_twitter_feed.php:1306
8295
- #: includes/widgets/htmega_user_login_form.php:1097
8296
- #: includes/widgets/htmega_user_login_form.php:1295
8297
- #: includes/widgets/htmega_verticle_time_line.php:191
8298
- #: includes/widgets/htmega_videoplayer.php:336
8299
- #: includes/widgets/htmega_wc_categories.php:175
8300
- #: includes/widgets/htmega_wc_categories.php:292
8301
- #: includes/widgets/htmega_wc_categories.php:468
8302
- #: includes/widgets/htmega_wc_element_pages.php:205
8303
- #: includes/widgets/htmega_wc_element_pages.php:385
8304
- #: includes/widgets/htmega_wc_element_pages.php:548
8305
- #: includes/widgets/htmega_wc_element_pages.php:705
8306
- #: includes/widgets/htmega_wc_element_pages.php:934
8307
- #: includes/widgets/htmega_wc_element_pages.php:1349
8308
- #: includes/widgets/htmega_wc_element_pages.php:1523
8309
- #: includes/widgets/htmega_wc_element_pages.php:1706
8310
- #: includes/widgets/htmega_working_process.php:351
8311
- #: includes/widgets/htmega_working_process.php:935
8312
- #: includes/widgets/htmega_wpforms.php:485
8313
- #: includes/widgets/htmega_wpforms.php:709
8314
- #: includes/widgets/htmega_wpforms.php:926
8315
- #: extensions/ht-builder/widgets/bl_nav_menu.php:143
8316
- #: extensions/ht-builder/widgets/bl_nav_menu.php:375
8317
- #: extensions/ht-builder/widgets/bl_post_archive.php:340
8318
- #: extensions/ht-builder/widgets/bl_post_archive.php:446
8319
- #: extensions/ht-builder/widgets/bl_post_archive.php:553
8320
- #: extensions/ht-builder/widgets/bl_post_archive.php:714
8321
- #: extensions/ht-builder/widgets/bl_post_archive.php:849
8322
- #: extensions/ht-builder/widgets/bl_post_comments.php:91
8323
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:388
8324
- #: extensions/ht-builder/widgets/bl_post_search_form.php:177
8325
- #: extensions/ht-menu/widgets/inline-mega-menu.php:424
8326
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:382
8327
- msgid "Normal"
8328
- msgstr ""
8329
-
8330
- #: includes/widgets/htmega_toggle.php:53
8331
- msgid "Normal Icon"
8332
- msgstr ""
8333
-
8334
- #: includes/widgets/htmega_socialshere.php:121
8335
- #: includes/widgets/htmega_socialshere.php:219
8336
- msgid "Normal Style"
8337
- msgstr ""
8338
-
8339
- #: includes/widgets/htmega_toggle.php:43
8340
- msgid "Normal Title"
8341
- msgstr ""
8342
-
8343
- #: includes/widgets/htmega_modal.php:670
8344
- msgid "Note: Below, This CSS style to use on your header close button "
8345
- msgstr ""
8346
-
8347
- #: includes/class.assests.php:372
8348
- msgid "Nothing Found"
8349
- msgstr ""
8350
-
8351
- #: includes/recommended-plugins/recommended-plugins.php:39
8352
- msgid "Notification Bar for WordPress"
8353
- msgstr ""
8354
-
8355
- #: includes/widgets/htmega_notify.php:71
8356
- msgid "Notification Content"
8357
- msgstr ""
8358
-
8359
- #: extensions/wc-sales-notification/admin/setting.php:64
8360
- msgid "Notification Content Type"
8361
- msgstr ""
8362
-
8363
- #: extensions/wc-sales-notification/admin/setting.php:165
8364
- msgid "Notification Enter Animation. <span>( Pro )</span>"
8365
- msgstr ""
8366
-
8367
- #: admin/include/admin-setting.php:1254 admin/include/admin-setting.php:1279
8368
- msgid "Notification image position"
8369
- msgstr ""
8370
-
8371
- #: extensions/wc-sales-notification/admin/setting.php:90
8372
- msgid "Notification Layout. <span>( Pro )</span>"
8373
- msgstr ""
8374
-
8375
- #: extensions/wc-sales-notification/admin/setting.php:115
8376
- msgid "Notification Loading duration."
8377
- msgstr ""
8378
-
8379
- #: includes/widgets/htmega_notify.php:78
8380
- msgid "Notification Message"
8381
- msgstr ""
8382
-
8383
- #: includes/widgets/htmega_notify.php:90
8384
- msgid "Notification Option"
8385
- msgstr ""
8386
-
8387
- #: extensions/wc-sales-notification/admin/setting.php:177
8388
- msgid "Notification Out Animation. <span>( Pro )</span>"
8389
- msgstr ""
8390
-
8391
- #: includes/widgets/htmega_notify.php:109
8392
- msgid "Notification Position"
8393
- msgstr ""
8394
-
8395
- #: admin/include/admin-setting.php:1253 admin/include/admin-setting.php:1278
8396
- msgid "Notification showing position"
8397
- msgstr ""
8398
-
8399
- #: includes/widgets/htmega_notify.php:128
8400
- msgid "Notification Type"
8401
- msgstr ""
8402
-
8403
- #: includes/widgets_control.php:228 admin/include/admin-setting.php:343
8404
- #: includes/widgets/htmega_notify.php:13
8405
- msgid "Notify"
8406
- msgstr ""
8407
-
8408
- #: includes/widgets/htmega_notify.php:463
8409
- msgid "Notify Content"
8410
- msgstr ""
8411
-
8412
- #: includes/widgets/htmega_booked_calender.php:119
8413
- msgid "November"
8414
- msgstr ""
8415
-
8416
- #: includes/widgets/htmega_counter.php:413
8417
- #: includes/widgets/htmega_job_manager.php:130
8418
- #: includes/widgets/htmega_working_process.php:791
8419
- msgid "Number"
8420
- msgstr ""
8421
-
8422
- #: includes/widgets/htmega_wc_categories.php:58
8423
- msgid "Number of Category"
8424
- msgstr ""
8425
-
8426
- #: includes/widgets/htmega_instragram_feed.php:58
8427
- msgid "Number of Column"
8428
- msgstr ""
8429
-
8430
- #: includes/widgets/htmega_easy_digital_download.php:67
8431
- msgid "Number of Item"
8432
- msgstr ""
8433
-
8434
- #: includes/widgets/htmega_job_manager.php:66
8435
- msgid "Number of listings to show"
8436
- msgstr ""
8437
-
8438
- #: includes/widgets/htmega_counter.php:173
8439
- msgid "Number Prefix"
8440
- msgstr ""
8441
-
8442
- #: includes/widgets/htmega_counter.php:182
8443
- msgid "Number Suffix"
8444
- msgstr ""
8445
-
8446
- #: includes/widgets/htmega_verticle_time_line.php:105
8447
- msgid "Oct<br/>2018"
8448
- msgstr ""
8449
-
8450
- #: includes/widgets/htmega_booked_calender.php:118
8451
- msgid "October"
8452
- msgstr ""
8453
-
8454
- #: includes/widgets/htmega_wc_element_pages.php:1235
8455
- msgid "Odd"
8456
- msgstr ""
8457
-
8458
- #: includes/widgets/htmega_tablepress.php:307
8459
- msgid "Odd Cell"
8460
- msgstr ""
8461
-
8462
- #: includes/widgets/htmega_socialshere.php:69
8463
- msgid "Odnoklassniki"
8464
- msgstr ""
8465
-
8466
- #: includes/widgets/htmega_carousel.php:115
8467
- #: includes/widgets/htmega_instagram.php:202
8468
- #: includes/widgets/htmega_panel_slider.php:141
8469
- #: includes/widgets/htmega_post_slider.php:279
8470
- #: includes/widgets/htmega_special_day_banner.php:116
8471
- #: includes/widgets/htmega_twitter_feed.php:220
8472
- msgid "Off"
8473
- msgstr ""
8474
-
8475
- #: includes/widgets_control.php:233 admin/include/admin-setting.php:351
8476
- #: includes/widgets/htmega_offcanvas.php:13
8477
- #: includes/widgets/htmega_offcanvas.php:49
8478
- #: includes/widgets/htmega_offcanvas.php:184
8479
- msgid "Offcanvas"
8480
- msgstr ""
8481
-
8482
- #: includes/widgets/htmega_offcanvas.php:144
8483
- msgid "Offcanvas Height"
8484
- msgstr ""
8485
-
8486
- #: includes/widgets/htmega_offcanvas.php:98
8487
- msgid "Offcanvas Position"
8488
- msgstr ""
8489
-
8490
- #: includes/widgets/htmega_offcanvas.php:114
8491
- msgid "Offcanvas Width"
8492
- msgstr ""
8493
-
8494
- #: includes/widgets/htmega_special_day_banner.php:105
8495
- #: includes/widgets/htmega_special_day_banner.php:512
8496
- msgid "Offer Amount"
8497
- msgstr ""
8498
-
8499
- #: includes/widgets/htmega_special_day_banner.php:114
8500
- #: includes/widgets/htmega_special_day_banner.php:571
8501
- msgid "Offer Tag Line"
8502
- msgstr ""
8503
-
8504
- #: includes/widgets/htmega_notify.php:213
8505
- #: includes/widgets/htmega_scroll_image.php:252
8506
- msgid "Offset"
8507
- msgstr ""
8508
-
8509
- #: includes/widgets/htmega_carousel.php:114
8510
- #: includes/widgets/htmega_instagram.php:201
8511
- #: includes/widgets/htmega_panel_slider.php:140
8512
- #: includes/widgets/htmega_post_slider.php:278
8513
- #: includes/widgets/htmega_twitter_feed.php:219
8514
- msgid "On"
8515
- msgstr ""
8516
-
8517
- #: includes/widgets/htmega_teammember.php:669
8518
- msgid "ON/OFF Image Hover rotation"
8519
- msgstr ""
8520
-
8521
- #: includes/widgets/htmega_image_grid.php:62
8522
- #: includes/widgets/htmega_image_masonry.php:70
8523
- #: includes/widgets/htmega_testimonial_grid.php:73
8524
- #: includes/widgets/htmega_testimonial_grid.php:88
8525
- #: includes/widgets/htmega_testimonial_grid.php:105
8526
- msgid "One"
8527
- msgstr ""
8528
-
8529
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:221
8530
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:224
8531
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:574
8532
- msgid "One Comment"
8533
- msgstr ""
8534
-
8535
- #: admin/include/admin-setting.php:1226
8536
- msgid "Online Documentation"
8537
- msgstr ""
8538
-
8539
- #: includes/widgets/htmega_switcher.php:560
8540
- #: includes/widgets/htmega_switcher.php:569
8541
- msgid "Only for custom content."
8542
- msgstr ""
8543
-
8544
- #: includes/widgets/htmega_easy_digital_download.php:168
8545
- #: includes/widgets/htmega_wc_categories.php:108
8546
- msgid "Only Top Level"
8547
- msgstr ""
8548
-
8549
- #: includes/widgets/htmega_section_title.php:1026
8550
- msgid "Opacity"
8551
- msgstr ""
8552
-
8553
- #: includes/widgets/htmega_imagemarker.php:75
8554
- msgid "Opacity (%)"
8555
- msgstr ""
8556
-
8557
- #: includes/widgets/htmega_imagemarker.php:61
8558
- msgid "Opacity Color"
8559
- msgstr ""
8560
-
8561
- #: includes/widgets/htmega_lightbox.php:171
8562
- msgid "Open"
8563
- msgstr ""
8564
-
8565
- #: includes/widgets/htmega_accordion.php:290
8566
- msgid "Open Item Icon"
8567
- msgstr ""
8568
-
8569
- #: includes/widgets/htmega_toggle.php:71
8570
- msgid "Opened Icon"
8571
- msgstr ""
8572
-
8573
- #: includes/widgets/htmega_toggle.php:61
8574
- msgid "Opened Title"
8575
- msgstr ""
8576
-
8577
- #: includes/widgets/htmega_easy_digital_download.php:129
8578
- #: includes/widgets/htmega_ninja_form.php:77
8579
- #: includes/widgets/htmega_tablepress.php:68
8580
- #: includes/widgets/htmega_wc_categories.php:70
8581
- msgid "Options"
8582
- msgstr ""
8583
-
8584
- #: includes/widgets/htmega_double_button.php:68
8585
- msgid "Or"
8586
- msgstr ""
8587
-
8588
- #: includes/widgets/htmega_easy_digital_download.php:209
8589
- #: includes/widgets/htmega_job_manager.php:79
8590
- #: includes/widgets/htmega_postgrid.php:127
8591
- #: includes/widgets/htmega_post_grid_tab.php:134
8592
- #: includes/widgets/htmega_post_slider.php:138
8593
- #: includes/widgets/htmega_wc_categories.php:140
8594
- msgid "Order"
8595
- msgstr ""
8596
-
8597
- #: includes/widgets/htmega_newsticker.php:267
8598
- #: extensions/ht-builder/widgets/bl_post_archive.php:215
8599
- msgid "order"
8600
- msgstr ""
8601
-
8602
- #: includes/widgets/htmega_job_manager.php:95
8603
- msgid "Order By"
8604
- msgstr ""
8605
-
8606
- #: includes/widgets/htmega_easy_digital_download.php:194
8607
- #: includes/widgets/htmega_wc_categories.php:125
8608
- msgid "Order by"
8609
- msgstr ""
8610
-
8611
- #: extensions/wc-sales-notification/admin/setting.php:102
8612
- msgid "Order Limit for notification."
8613
- msgstr ""
8614
-
8615
- #: includes/widgets/htmega_wc_element_pages.php:1101
8616
- msgid "Order Review"
8617
- msgstr ""
8618
-
8619
- #: includes/widgets/htmega_wc_element_pages.php:61
8620
- msgid "Order Tracking Form"
8621
- msgstr ""
8622
-
8623
- #: extensions/wc-sales-notification/admin/setting.php:152
8624
- msgid "Order Upto"
8625
- msgstr ""
8626
-
8627
- #: includes/widgets/htmega_newsticker.php:246
8628
- #: includes/widgets/htmega_postgrid.php:143
8629
- #: includes/widgets/htmega_post_grid_tab.php:150
8630
- #: includes/widgets/htmega_post_slider.php:154
8631
- #: extensions/ht-builder/widgets/bl_post_archive.php:194
8632
- msgid "Orderby"
8633
- msgstr ""
8634
-
8635
- #: includes/widgets/htmega_data_table.php:107
8636
- msgid "Ordering"
8637
- msgstr ""
8638
-
8639
- #: admin/include/admin-setting.php:86
8640
- msgid "Other options"
8641
- msgstr ""
8642
-
8643
- #: includes/recommended-plugins/recommended-plugins.php:91
8644
- msgid "Other Plugins"
8645
- msgstr ""
8646
-
8647
- #: includes/widgets/htmega_testimonial_grid.php:118
8648
- msgid "Other' Devices Width(%)"
8649
- msgstr ""
8650
-
8651
- #: includes/widgets/htmega_progress_bar.php:655
8652
- #: includes/widgets/htmega_progress_bar.php:774
8653
- msgid "Outer"
8654
- msgstr ""
8655
-
8656
- #: admin/include/admin-setting.php:1258 admin/include/admin-setting.php:1283
8657
- msgid "Outgoing animation option"
8658
- msgstr ""
8659
-
8660
- #: includes/widgets/htmega_lightbox.php:226
8661
- msgid "Overlay"
8662
- msgstr ""
8663
-
8664
- #: includes/widgets/htmega_image_grid.php:193
8665
- #: includes/widgets/htmega_image_masonry.php:173
8666
- #: includes/widgets/htmega_instagram.php:734
8667
- msgid "Overlay Color"
8668
- msgstr ""
8669
-
8670
- #: includes/widgets/htmega_instagram.php:745
8671
- msgid "Overlay Padding"
8672
- msgstr ""
8673
-
8674
- #: includes/widgets/htmega_weather.php:43
8675
- msgid "Override Title"
8676
- msgstr ""
8677
-
8678
- #: includes/helper-function.php:181
8679
- msgid "p"
8680
- msgstr ""
8681
-
8682
- #: includes/widgets/htmega_accordion.php:501
8683
- #: includes/widgets/htmega_accordion.php:717
8684
- #: includes/widgets/htmega_accordion.php:852
8685
- #: includes/widgets/htmega_accordion.php:1251
8686
- #: includes/widgets/htmega_add_banner.php:175
8687
- #: includes/widgets/htmega_add_banner.php:263
8688
- #: includes/widgets/htmega_add_banner.php:317
8689
- #: includes/widgets/htmega_add_banner.php:415
8690
- #: includes/widgets/htmega_add_banner.php:474
8691
- #: includes/widgets/htmega_add_banner.php:533
8692
- #: includes/widgets/htmega_add_banner.php:592
8693
- #: includes/widgets/htmega_add_banner.php:678
8694
- #: includes/widgets/htmega_animated_heading.php:222
8695
- #: includes/widgets/htmega_animated_heading.php:353
8696
- #: includes/widgets/htmega_animated_heading.php:441
8697
- #: includes/widgets/htmega_blockquote.php:233
8698
- #: includes/widgets/htmega_blockquote.php:311
8699
- #: includes/widgets/htmega_blockquote.php:367
8700
- #: includes/widgets/htmega_blockquote.php:529
8701
- #: includes/widgets/htmega_blockquote.php:710
8702
- #: includes/widgets/htmega_booked_calender.php:633
8703
- #: includes/widgets/htmega_booked_calender.php:791
8704
- #: includes/widgets/htmega_brand.php:141 includes/widgets/htmega_brand.php:328
8705
- #: includes/widgets/htmega_buddy_press.php:223
8706
- #: includes/widgets/htmega_business_hours.php:255
8707
- #: includes/widgets/htmega_business_hours.php:331
8708
- #: includes/widgets/htmega_business_hours.php:459
8709
- #: includes/widgets/htmega_button.php:297
8710
- #: includes/widgets/htmega_button.php:569
8711
- #: includes/widgets/htmega_caldera_form.php:276
8712
- #: includes/widgets/htmega_caldera_form.php:508
8713
- #: includes/widgets/htmega_call_to_action.php:379
8714
- #: includes/widgets/htmega_call_to_action.php:456
8715
- #: includes/widgets/htmega_call_to_action.php:544
8716
- #: includes/widgets/htmega_call_to_action.php:603
8717
- #: includes/widgets/htmega_call_to_action.php:662
8718
- #: includes/widgets/htmega_call_to_action.php:730
8719
- #: includes/widgets/htmega_call_to_action.php:936
8720
- #: includes/widgets/htmega_carousel.php:468
8721
- #: includes/widgets/htmega_carousel.php:681
8722
- #: includes/widgets/htmega_carousel.php:1358
8723
- #: includes/widgets/htmega_contact_form_seven.php:148
8724
- #: includes/widgets/htmega_contact_form_seven.php:318
8725
- #: includes/widgets/htmega_contact_form_seven.php:546
8726
- #: includes/widgets/htmega_contact_form_seven.php:702
8727
- #: includes/widgets/htmega_contact_form_seven.php:846
8728
- #: includes/widgets/htmega_countdown.php:575
8729
- #: includes/widgets/htmega_countdown.php:822
8730
- #: includes/widgets/htmega_countdown.php:984
8731
- #: includes/widgets/htmega_countdown.php:1108
8732
- #: includes/widgets/htmega_counter.php:227
8733
- #: includes/widgets/htmega_counter.php:487
8734
- #: includes/widgets/htmega_counter.php:612
8735
- #: includes/widgets/htmega_counter.php:878
8736
- #: includes/widgets/htmega_counter.php:968
8737
- #: includes/widgets/htmega_counter.php:1057
8738
- #: includes/widgets/htmega_custom_event.php:163
8739
- #: includes/widgets/htmega_custom_event.php:248
8740
- #: includes/widgets/htmega_data_table.php:509
8741
- #: includes/widgets/htmega_double_button.php:527
8742
- #: includes/widgets/htmega_double_button.php:700
8743
- #: includes/widgets/htmega_double_button.php:883
8744
- #: includes/widgets/htmega_download_monitor.php:191
8745
- #: includes/widgets/htmega_dropcaps.php:140
8746
- #: includes/widgets/htmega_dropcaps.php:239
8747
- #: includes/widgets/htmega_easy_digital_download.php:268
8748
- #: includes/widgets/htmega_easy_digital_download.php:587
8749
- #: includes/widgets/htmega_errorcontent.php:289
8750
- #: includes/widgets/htmega_errorcontent.php:355
8751
- #: includes/widgets/htmega_errorcontent.php:434
8752
- #: includes/widgets/htmega_errorcontent.php:513
8753
- #: includes/widgets/htmega_errorcontent.php:589
8754
- #: includes/widgets/htmega_errorcontent.php:740
8755
- #: includes/widgets/htmega_googlemap.php:336
8756
- #: includes/widgets/htmega_googlemap.php:477
8757
- #: includes/widgets/htmega_gravity_forms.php:319
8758
- #: includes/widgets/htmega_gravity_forms.php:485
8759
- #: includes/widgets/htmega_gravity_forms.php:717
8760
- #: includes/widgets/htmega_imagemarker.php:683
8761
- #: includes/widgets/htmega_imagemarker.php:907
8762
- #: includes/widgets/htmega_image_comparison.php:293
8763
- #: includes/widgets/htmega_image_comparison.php:374
8764
- #: includes/widgets/htmega_image_grid.php:340
8765
- #: includes/widgets/htmega_image_grid.php:427
8766
- #: includes/widgets/htmega_image_grid.php:500
8767
- #: includes/widgets/htmega_image_magnifier.php:142
8768
- #: includes/widgets/htmega_image_masonry.php:185
8769
- #: includes/widgets/htmega_image_masonry.php:327
8770
- #: includes/widgets/htmega_image_masonry.php:414
8771
- #: includes/widgets/htmega_image_masonry.php:486
8772
- #: includes/widgets/htmega_inlinemenu.php:175
8773
- #: includes/widgets/htmega_instagram.php:647
8774
- #: includes/widgets/htmega_instagram.php:693
8775
- #: includes/widgets/htmega_instagram.php:823
8776
- #: includes/widgets/htmega_instagram.php:885
8777
- #: includes/widgets/htmega_instagram.php:1057
8778
- #: includes/widgets/htmega_instagram.php:1342
8779
- #: includes/widgets/htmega_lightbox.php:251
8780
- #: includes/widgets/htmega_lightbox.php:439
8781
- #: includes/widgets/htmega_mailchimp_wp.php:89
8782
- #: includes/widgets/htmega_mailchimp_wp.php:259
8783
- #: includes/widgets/htmega_mailchimp_wp.php:394
8784
- #: includes/widgets/htmega_modal.php:278 includes/widgets/htmega_modal.php:538
8785
- #: includes/widgets/htmega_modal.php:655 includes/widgets/htmega_modal.php:710
8786
- #: includes/widgets/htmega_modal.php:818 includes/widgets/htmega_modal.php:880
8787
- #: includes/widgets/htmega_modal.php:988
8788
- #: includes/widgets/htmega_newsticker.php:384
8789
- #: includes/widgets/htmega_newsticker.php:438
8790
- #: includes/widgets/htmega_newsticker.php:581
8791
- #: includes/widgets/htmega_newsticker.php:826
8792
- #: includes/widgets/htmega_newsticker.php:960
8793
- #: includes/widgets/htmega_ninja_form.php:140
8794
- #: includes/widgets/htmega_ninja_form.php:242
8795
- #: includes/widgets/htmega_ninja_form.php:406
8796
- #: includes/widgets/htmega_ninja_form.php:552
8797
- #: includes/widgets/htmega_ninja_form.php:774
8798
- #: includes/widgets/htmega_ninja_form.php:976
8799
- #: includes/widgets/htmega_notify.php:389
8800
- #: includes/widgets/htmega_notify.php:532
8801
- #: includes/widgets/htmega_notify.php:788
8802
- #: includes/widgets/htmega_offcanvas.php:349
8803
- #: includes/widgets/htmega_offcanvas.php:441
8804
- #: includes/widgets/htmega_panel_slider.php:503
8805
- #: includes/widgets/htmega_panel_slider.php:669
8806
- #: includes/widgets/htmega_panel_slider.php:725
8807
- #: includes/widgets/htmega_panel_slider.php:901
8808
- #: includes/widgets/htmega_popover.php:292
8809
- #: includes/widgets/htmega_popover.php:437
8810
- #: includes/widgets/htmega_popover.php:614
8811
- #: includes/widgets/htmega_popover.php:718
8812
- #: includes/widgets/htmega_postgrid.php:500
8813
- #: includes/widgets/htmega_postgrid.php:614
8814
- #: includes/widgets/htmega_postgrid.php:701
8815
- #: includes/widgets/htmega_post_grid_tab.php:313
8816
- #: includes/widgets/htmega_post_grid_tab.php:386
8817
- #: includes/widgets/htmega_post_grid_tab.php:479
8818
- #: includes/widgets/htmega_post_grid_tab.php:566
8819
- #: includes/widgets/htmega_post_grid_tab.php:664
8820
- #: includes/widgets/htmega_post_grid_tab.php:789
8821
- #: includes/widgets/htmega_post_grid_tab.php:884
8822
- #: includes/widgets/htmega_post_grid_tab.php:1038
8823
- #: includes/widgets/htmega_post_grid_tab.php:1146
8824
- #: includes/widgets/htmega_post_slider.php:759
8825
- #: includes/widgets/htmega_post_slider.php:914
8826
- #: includes/widgets/htmega_post_slider.php:1001
8827
- #: includes/widgets/htmega_post_slider.php:1098
8828
- #: includes/widgets/htmega_post_slider.php:1217
8829
- #: includes/widgets/htmega_post_slider.php:1311
8830
- #: includes/widgets/htmega_post_slider.php:1667
8831
- #: includes/widgets/htmega_post_slider.php:1926
8832
- #: includes/widgets/htmega_pricing_list_view.php:1240
8833
- #: includes/widgets/htmega_pricing_list_view.php:1493
8834
- #: includes/widgets/htmega_pricing_list_view.php:1599
8835
- #: includes/widgets/htmega_pricing_list_view.php:1672
8836
- #: includes/widgets/htmega_pricing_list_view.php:1757
8837
- #: includes/widgets/htmega_pricing_list_view.php:1834
8838
- #: includes/widgets/htmega_progress_bar.php:348
8839
- #: includes/widgets/htmega_progress_bar.php:677
8840
- #: includes/widgets/htmega_progress_bar.php:783
8841
- #: includes/widgets/htmega_quforms.php:170
8842
- #: includes/widgets/htmega_quforms.php:281
8843
- #: includes/widgets/htmega_quforms.php:413
8844
- #: includes/widgets/htmega_quforms.php:633
8845
- #: includes/widgets/htmega_quforms.php:860
8846
- #: includes/widgets/htmega_scroll_image.php:216
8847
- #: includes/widgets/htmega_scroll_image.php:376
8848
- #: includes/widgets/htmega_scroll_navigation.php:282
8849
- #: includes/widgets/htmega_search.php:196
8850
- #: includes/widgets/htmega_search.php:297
8851
- #: includes/widgets/htmega_search.php:516
8852
- #: includes/widgets/htmega_section_title.php:399
8853
- #: includes/widgets/htmega_section_title.php:599
8854
- #: includes/widgets/htmega_section_title.php:831
8855
- #: includes/widgets/htmega_section_title.php:1002
8856
- #: includes/widgets/htmega_service.php:196
8857
- #: includes/widgets/htmega_service.php:408
8858
- #: includes/widgets/htmega_service.php:513
8859
- #: includes/widgets/htmega_service.php:672
8860
- #: includes/widgets/htmega_service.php:934
8861
- #: includes/widgets/htmega_service.php:1062
8862
- #: includes/widgets/htmega_singlepost.php:205
8863
- #: includes/widgets/htmega_singlepost.php:292
8864
- #: includes/widgets/htmega_singlepost.php:407
8865
- #: includes/widgets/htmega_singlepost.php:503
8866
- #: includes/widgets/htmega_slider_thumb_gallery.php:717
8867
- #: includes/widgets/htmega_slider_thumb_gallery.php:765
8868
- #: includes/widgets/htmega_slider_thumb_gallery.php:973
8869
- #: includes/widgets/htmega_socialshere.php:407
8870
- #: includes/widgets/htmega_socialshere.php:652
8871
- #: includes/widgets/htmega_special_day_banner.php:302
8872
- #: includes/widgets/htmega_special_day_banner.php:379
8873
- #: includes/widgets/htmega_special_day_banner.php:438
8874
- #: includes/widgets/htmega_special_day_banner.php:497
8875
- #: includes/widgets/htmega_special_day_banner.php:556
8876
- #: includes/widgets/htmega_special_day_banner.php:615
8877
- #: includes/widgets/htmega_special_day_banner.php:701
8878
- #: includes/widgets/htmega_switcher.php:258
8879
- #: includes/widgets/htmega_switcher.php:399
8880
- #: includes/widgets/htmega_switcher.php:588
8881
- #: includes/widgets/htmega_tablepress.php:196
8882
- #: includes/widgets/htmega_tablepress.php:353
8883
- #: includes/widgets/htmega_tablepress.php:422
8884
- #: includes/widgets/htmega_tabs.php:336 includes/widgets/htmega_tabs.php:568
8885
- #: includes/widgets/htmega_tabs.php:911
8886
- #: includes/widgets/htmega_teammember.php:343
8887
- #: includes/widgets/htmega_teammember.php:728
8888
- #: includes/widgets/htmega_teammember.php:818
8889
- #: includes/widgets/htmega_teammember.php:909
8890
- #: includes/widgets/htmega_teammember.php:976
8891
- #: includes/widgets/htmega_testimonial_grid.php:284
8892
- #: includes/widgets/htmega_testimonial_grid.php:463
8893
- #: includes/widgets/htmega_testimonial_grid.php:523
8894
- #: includes/widgets/htmega_testimonial_grid.php:615
8895
- #: includes/widgets/htmega_toggle.php:168
8896
- #: includes/widgets/htmega_toggle.php:297
8897
- #: includes/widgets/htmega_tooltip.php:268
8898
- #: includes/widgets/htmega_tooltip.php:414
8899
- #: includes/widgets/htmega_tooltip.php:511
8900
- #: includes/widgets/htmega_twitter_feed.php:583
8901
- #: includes/widgets/htmega_twitter_feed.php:672
8902
- #: includes/widgets/htmega_twitter_feed.php:741
8903
- #: includes/widgets/htmega_twitter_feed.php:941
8904
- #: includes/widgets/htmega_twitter_feed.php:1002
8905
- #: includes/widgets/htmega_twitter_feed.php:1192
8906
- #: includes/widgets/htmega_user_login_form.php:621
8907
- #: includes/widgets/htmega_user_login_form.php:657
8908
- #: includes/widgets/htmega_user_login_form.php:887
8909
- #: includes/widgets/htmega_user_login_form.php:1133
8910
- #: includes/widgets/htmega_user_login_form.php:1344
8911
- #: includes/widgets/htmega_user_login_form.php:1514
8912
- #: includes/widgets/htmega_verticle_time_line.php:248
8913
- #: includes/widgets/htmega_verticle_time_line.php:348
8914
- #: includes/widgets/htmega_videoplayer.php:250
8915
- #: includes/widgets/htmega_videoplayer.php:408
8916
- #: includes/widgets/htmega_wc_categories.php:213
8917
- #: includes/widgets/htmega_wc_categories.php:343
8918
- #: includes/widgets/htmega_wc_element_pages.php:154
8919
- #: includes/widgets/htmega_wc_element_pages.php:265
8920
- #: includes/widgets/htmega_wc_element_pages.php:455
8921
- #: includes/widgets/htmega_wc_element_pages.php:776
8922
- #: includes/widgets/htmega_wc_element_pages.php:1007
8923
- #: includes/widgets/htmega_wc_element_pages.php:1149
8924
- #: includes/widgets/htmega_wc_element_pages.php:1442
8925
- #: includes/widgets/htmega_wc_element_pages.php:1577
8926
- #: includes/widgets/htmega_wc_element_pages.php:1744
8927
- #: includes/widgets/htmega_weather.php:275
8928
- #: includes/widgets/htmega_weather.php:334
8929
- #: includes/widgets/htmega_working_process.php:222
8930
- #: includes/widgets/htmega_working_process.php:418
8931
- #: includes/widgets/htmega_working_process.php:676
8932
- #: includes/widgets/htmega_working_process.php:755
8933
- #: includes/widgets/htmega_working_process.php:855
8934
- #: includes/widgets/htmega_wpforms.php:132
8935
- #: includes/widgets/htmega_wpforms.php:234
8936
- #: includes/widgets/htmega_wpforms.php:388
8937
- #: includes/widgets/htmega_wpforms.php:555
8938
- #: includes/widgets/htmega_wpforms.php:777
8939
- #: includes/widgets/htmega_wpforms.php:1003
8940
- #: extensions/ht-builder/widgets/bl_nav_menu.php:171
8941
- #: extensions/ht-builder/widgets/bl_nav_menu.php:404
8942
- #: extensions/ht-builder/widgets/bl_page_title.php:108
8943
- #: extensions/ht-builder/widgets/bl_post_archive.php:265
8944
- #: extensions/ht-builder/widgets/bl_post_archive.php:762
8945
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:110
8946
- #: extensions/ht-builder/widgets/bl_post_search_form.php:151
8947
- #: extensions/ht-builder/widgets/bl_post_search_form.php:236
8948
- #: extensions/ht-builder/widgets/bl_site_logo.php:130
8949
- #: extensions/ht-builder/widgets/bl_site_title.php:110
8950
- #: extensions/ht-menu/widgets/inline-mega-menu.php:119
8951
- #: extensions/ht-menu/widgets/inline-mega-menu.php:239
8952
- #: extensions/ht-menu/widgets/inline-mega-menu.php:369
8953
- #: extensions/ht-menu/widgets/inline-mega-menu.php:481
8954
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:120
8955
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:240
8956
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:327
8957
- msgid "Padding"
8958
- msgstr ""
8959
-
8960
- #: includes/widgets/htmega_wc_element_pages.php:54
8961
- #: extensions/ht-builder/widgets/bl_post_content.php:125
8962
- msgid "Page"
8963
- msgstr ""
8964
-
8965
- #: admin/include/admin-setting.php:796 admin/include/admin-setting.php:797
8966
- #: extensions/ht-builder/widgets/bl_page_title.php:39
8967
- #: extensions/ht-builder/widgets/bl_page_title.php:58
8968
- #: extensions/ht-builder/widgets/bl_page_title.php:168
8969
- msgid "Page Title"
8970
- msgstr ""
8971
-
8972
- #: extensions/ht-builder/widgets/bl_post_content.php:121
8973
- msgid "Pages:"
8974
- msgstr ""
8975
-
8976
- #: includes/widgets/htmega_carousel.php:810
8977
- #: includes/widgets/htmega_carousel.php:1078
8978
- #: includes/widgets/htmega_data_table.php:83
8979
- #: includes/widgets/htmega_easy_digital_download.php:671
8980
- #: includes/widgets/htmega_instagram.php:1130
8981
- #: includes/widgets/htmega_panel_slider.php:1033
8982
- #: includes/widgets/htmega_post_slider.php:1740
8983
- #: includes/widgets/htmega_post_slider.php:1905
8984
- #: includes/widgets/htmega_scroll_navigation.php:299
8985
- #: includes/widgets/htmega_slider_thumb_gallery.php:1047
8986
- #: includes/widgets/htmega_twitter_feed.php:1291
8987
- #: extensions/ht-builder/widgets/bl_post_archive.php:835
8988
- msgid "Pagination"
8989
- msgstr ""
8990
-
8991
- #: includes/widgets/htmega_carousel.php:1286
8992
- msgid "Pagination Box"
8993
- msgstr ""
8994
-
8995
- #: includes/widgets/htmega_post_slider.php:1980
8996
- msgid "Pagination Box Width"
8997
- msgstr ""
8998
-
8999
- #: includes/widgets/htmega_data_table.php:981
9000
- msgid "Pagination Footer"
9001
- msgstr ""
9002
-
9003
- #: includes/widgets/htmega_data_table.php:799
9004
- msgid "Pagination Header"
9005
- msgstr ""
9006
-
9007
- #: includes/widgets/htmega_data_table.php:850
9008
- msgid "Pagination Header length"
9009
- msgstr ""
9010
-
9011
- #: includes/widgets/htmega_tablepress.php:86
9012
- msgid "Pagination Hide"
9013
- msgstr ""
9014
-
9015
- #: includes/widgets/htmega_data_table.php:1019
9016
- msgid "Pagination Ordering"
9017
- msgstr ""
9018
-
9019
- #: includes/widgets/htmega_data_table.php:902
9020
- msgid "Pagination Style"
9021
- msgstr ""
9022
-
9023
- #: includes/widgets/htmega_job_manager.php:125
9024
- msgid "Pagination Type"
9025
- msgstr ""
9026
-
9027
- #: includes/widgets_control.php:238 admin/include/admin-setting.php:359
9028
- #: includes/widgets/htmega_panel_slider.php:15
9029
- #: includes/widgets/htmega_panel_slider.php:45
9030
- msgid "Panel Slider"
9031
- msgstr ""
9032
-
9033
- #: includes/widgets/htmega_easy_digital_download.php:172
9034
- #: includes/widgets/htmega_wc_categories.php:112
9035
- msgid "Parent"
9036
- msgstr ""
9037
-
9038
- #: includes/widgets/htmega_brand.php:91
9039
- msgid "Partner Link"
9040
- msgstr ""
9041
-
9042
- #: includes/widgets/htmega_brand.php:71
9043
- msgid "Partner Logo"
9044
- msgstr ""
9045
-
9046
- #: includes/widgets/htmega_user_login_form.php:236
9047
- #: includes/widgets/htmega_user_login_form.php:249
9048
- #: includes/widgets/htmega_user_login_form.php:1566
9049
- #: includes/widgets/htmega_user_login_form.php:1567
9050
- msgid "Password"
9051
- msgstr ""
9052
-
9053
- #: includes/widgets/htmega_user_login_form.php:234
9054
- msgid "Password Label"
9055
- msgstr ""
9056
-
9057
- #: includes/helper-function.php:431
9058
- msgid "Password length must be greater than 5"
9059
- msgstr ""
9060
-
9061
- #: includes/widgets/htmega_user_login_form.php:247
9062
- msgid "Password Placeholder"
9063
- msgstr ""
9064
-
9065
- #: includes/widgets/htmega_newsticker.php:169
9066
- msgid "Pause on hover"
9067
- msgstr ""
9068
-
9069
- #: includes/widgets/htmega_carousel.php:215
9070
- #: includes/widgets/htmega_instagram.php:410
9071
- #: includes/widgets/htmega_panel_slider.php:275
9072
- #: includes/widgets/htmega_post_slider.php:395
9073
- #: includes/widgets/htmega_slider_thumb_gallery.php:214
9074
- #: includes/widgets/htmega_slider_thumb_gallery.php:479
9075
- #: includes/widgets/htmega_twitter_feed.php:337
9076
- msgid "Pause on Hover?"
9077
- msgstr ""
9078
-
9079
- #: includes/widgets/htmega_wc_element_pages.php:888
9080
- msgid "Payment"
9081
- msgstr ""
9082
-
9083
- #: includes/widgets/htmega_pricing_list_view.php:1712
9084
- msgid "Per Month Typography"
9085
- msgstr ""
9086
-
9087
- #: includes/widgets/htmega_testimonial_grid.php:232
9088
- msgid "Peter Rose"
9089
- msgstr ""
9090
-
9091
- #: includes/widgets/htmega_progress_bar.php:219
9092
- msgid "Photoshop"
9093
- msgstr ""
9094
-
9095
- #: includes/class.htmega.php:175
9096
- msgid "PHP"
9097
- msgstr ""
9098
-
9099
- #: includes/widgets/htmega_socialshere.php:65
9100
- msgid "Pinterest"
9101
- msgstr ""
9102
-
9103
- #: extensions/ht-builder/widgets/bl_post_search_form.php:45
9104
- msgid "Placeholder"
9105
- msgstr ""
9106
-
9107
- #: admin/include/templates_list.php:17
9108
- msgctxt "placeholder"
9109
- msgid "Enter a Page Name"
9110
- msgstr ""
9111
-
9112
- #: includes/widgets/htmega_caldera_form.php:214
9113
- #: includes/widgets/htmega_contact_form_seven.php:263
9114
- #: includes/widgets/htmega_contact_form_seven.php:512
9115
- #: includes/widgets/htmega_gravity_forms.php:425
9116
- #: includes/widgets/htmega_mailchimp_wp.php:220
9117
- #: includes/widgets/htmega_ninja_form.php:513
9118
- #: includes/widgets/htmega_ninja_form.php:735
9119
- #: includes/widgets/htmega_quforms.php:374
9120
- #: includes/widgets/htmega_quforms.php:594
9121
- #: includes/widgets/htmega_search.php:240
9122
- #: includes/widgets/htmega_user_login_form.php:824
9123
- #: includes/widgets/htmega_wc_element_pages.php:738
9124
- #: includes/widgets/htmega_wc_element_pages.php:1382
9125
- #: includes/widgets/htmega_wpforms.php:516
9126
- #: includes/widgets/htmega_wpforms.php:738
9127
- msgid "Placeholder Color"
9128
- msgstr ""
9129
-
9130
- #: includes/widgets/htmega_animated_heading.php:235
9131
- #: includes/widgets/htmega_search.php:58
9132
- msgid "Placeholder Text"
9133
- msgstr ""
9134
-
9135
- #: includes/widgets/htmega_imagemarker.php:969
9136
- msgid "Placeholder Text Style"
9137
- msgstr ""
9138
-
9139
- #: includes/widgets/htmega_videoplayer.php:81
9140
- msgid "Play Button Icon"
9141
- msgstr ""
9142
-
9143
- #: admin/include/admin-setting.php:645
9144
- msgid ""
9145
- "Please enter a OpenWeatherMaps API key. OpenWeather is a weather provider "
9146
- "service which is capable of delivering all the necessary weather information "
9147
- "for any location on the globe.To create API key, go to this link <a "
9148
- "href=\"https://openweathermap.org/appid\" target=\"_blank\">OpenWeather</a>."
9149
- msgstr ""
9150
-
9151
- #: includes/widgets/htmega_instagram.php:1526
9152
- msgid "Please enter your access token."
9153
- msgstr ""
9154
-
9155
- #: includes/widgets/htmega_weather.php:372
9156
- msgid ""
9157
- "Please Insert Weather Map API Key from \"HTMega Addons > Settings > Other "
9158
- "options > Weather Map API Key\"."
9159
- msgstr ""
9160
-
9161
- #: includes/widgets/htmega_caldera_form.php:750
9162
- msgid "Please select a Contact Form From Setting!"
9163
- msgstr ""
9164
-
9165
- #: includes/widgets/htmega_quforms.php:1064
9166
- msgid "Please select Contact Form"
9167
- msgstr ""
9168
-
9169
- #: includes/widgets/htmega_contact_form_seven.php:1039
9170
- msgid "Please Select contact form."
9171
- msgstr ""
9172
-
9173
- #: includes/widgets/htmega_wpforms.php:1169
9174
- msgid "Please Select form."
9175
- msgstr ""
9176
-
9177
- #: includes/widgets/htmega_tablepress.php:440
9178
- msgid "Please Select table"
9179
- msgstr ""
9180
-
9181
- #: includes/widgets/htmega_wc_add_to_cart.php:188
9182
- #: includes/widgets/htmega_wc_add_to_cart.php:194
9183
- #: includes/widgets/htmega_wc_element_pages.php:1897
9184
- msgid "Please set a valid product"
9185
- msgstr ""
9186
-
9187
- #: includes/widgets/htmega_user_login_form.php:1691
9188
- msgid "Please wait..."
9189
- msgstr ""
9190
-
9191
- #: admin/include/template-library.php:355
9192
- #: includes/recommended-plugins/class.recommended-plugins.php:393
9193
- msgid "Plugin Not Found"
9194
- msgstr ""
9195
-
9196
- #: admin/include/template-library.php:375
9197
- #: includes/recommended-plugins/class.recommended-plugins.php:413
9198
- msgid "Plugin Successfully Activated"
9199
- msgstr ""
9200
-
9201
- #: includes/widgets/htmega_teammember.php:472
9202
- msgid "Plus Icon Color"
9203
- msgstr ""
9204
-
9205
- #: includes/widgets/htmega_socialshere.php:78
9206
- msgid "Pocket"
9207
- msgstr ""
9208
-
9209
- #: includes/widgets/htmega_googlemap.php:370
9210
- msgid "Pointer Width"
9211
- msgstr ""
9212
-
9213
- #: includes/widgets/htmega_videoplayer.php:53
9214
- msgid "Pop Up"
9215
- msgstr ""
9216
-
9217
- #: includes/widgets/htmega_videoplayer.php:72
9218
- msgid "Pop Up Button"
9219
- msgstr ""
9220
-
9221
- #: includes/widgets_control.php:243 admin/include/admin-setting.php:367
9222
- #: includes/widgets/htmega_popover.php:14
9223
- #: includes/widgets/htmega_popover.php:75
9224
- #: includes/widgets/htmega_popover.php:498
9225
- msgid "Popover"
9226
- msgstr ""
9227
-
9228
- #: includes/widgets/htmega_popover.php:42
9229
- msgid "Popover Button"
9230
- msgstr ""
9231
-
9232
- #: includes/widgets/htmega_popover.php:169
9233
- msgid "Popover content Here"
9234
- msgstr ""
9235
-
9236
- #: includes/widgets/htmega_popover.php:180
9237
- msgid "Popover Header Here"
9238
- msgstr ""
9239
-
9240
- #: includes/widgets/htmega_popover.php:177
9241
- msgid "Popover Header Text"
9242
- msgstr ""
9243
-
9244
- #: includes/widgets/htmega_popover.php:160
9245
- msgid "Popover Options"
9246
- msgstr ""
9247
-
9248
- #: includes/widgets/htmega_popover.php:166
9249
- msgid "Popover Text"
9250
- msgstr ""
9251
-
9252
- #: includes/widgets/htmega_buddy_press.php:67
9253
- msgid "Popular"
9254
- msgstr ""
9255
-
9256
- #: admin/include/admin-setting.php:887
9257
- msgid "Popular Post"
9258
- msgstr ""
9259
-
9260
- #: admin/include/admin-setting.php:886
9261
- msgid "Popular Post <span>( Pro )</span>"
9262
- msgstr ""
9263
-
9264
- #: includes/widgets/htmega_search.php:910
9265
- msgid "Popup Background"
9266
- msgstr ""
9267
-
9268
- #: includes/widgets/htmega_search.php:679
9269
- #: includes/widgets/htmega_search.php:942
9270
- msgid "Popup Button Style"
9271
- msgstr ""
9272
-
9273
- #: includes/widgets/htmega_search.php:658
9274
- msgid "Popup style"
9275
- msgstr ""
9276
-
9277
- #: includes/widgets/htmega_mailchimp_wp.php:342
9278
- #: includes/widgets/htmega_progress_bar.php:652
9279
- #: includes/widgets/htmega_progress_bar.php:771
9280
- #: includes/widgets/htmega_progress_bar.php:839
9281
- #: includes/widgets/htmega_section_title.php:232
9282
- #: includes/widgets/htmega_working_process.php:524
9283
- #: extensions/wc-sales-notification/admin/setting.php:77
9284
- msgid "Position"
9285
- msgstr ""
9286
-
9287
- #: includes/widgets/htmega_imagemarker.php:1025
9288
- msgid "Position Left-Right (X)"
9289
- msgstr ""
9290
-
9291
- #: includes/widgets/htmega_imagemarker.php:998
9292
- msgid "Position Top-Bottom (Y)"
9293
- msgstr ""
9294
-
9295
- #: includes/widgets/htmega_image_comparison.php:195
9296
- msgid "Positioning Lebel"
9297
- msgstr ""
9298
-
9299
- #: includes/widgets_control.php:248
9300
- msgid "Post Carousel"
9301
- msgstr ""
9302
-
9303
- #: admin/include/admin-setting.php:375
9304
- msgid "Post carousel"
9305
- msgstr ""
9306
-
9307
- #: admin/include/admin-setting.php:760 admin/include/admin-setting.php:761
9308
- #: extensions/ht-builder/widgets/bl_post_comments.php:187
9309
- msgid "Post Comments"
9310
- msgstr ""
9311
-
9312
- #: admin/include/admin-setting.php:751 admin/include/admin-setting.php:752
9313
- #: extensions/ht-builder/widgets/bl_post_content.php:40
9314
- #: extensions/ht-builder/widgets/bl_post_content.php:103
9315
- msgid "Post Content"
9316
- msgstr ""
9317
-
9318
- #: admin/include/admin-setting.php:702
9319
- msgid "Post Duplicator"
9320
- msgstr ""
9321
-
9322
- #: admin/include/admin-setting.php:906
9323
- msgid "Post Duplicator Condition"
9324
- msgstr ""
9325
-
9326
- #: admin/include/admin-setting.php:742 admin/include/admin-setting.php:743
9327
- #: extensions/ht-builder/widgets/bl_post_excerpt.php:40
9328
- #: extensions/ht-builder/widgets/bl_post_excerpt.php:102
9329
- msgid "Post Excerpt"
9330
- msgstr ""
9331
-
9332
- #: admin/include/admin-setting.php:724 admin/include/admin-setting.php:725
9333
- #: extensions/ht-builder/widgets/bl_post_featured_image.php:40
9334
- #: extensions/ht-builder/widgets/bl_post_featured_image.php:59
9335
- #: extensions/ht-builder/widgets/bl_post_featured_image.php:97
9336
- msgid "Post Featured Image"
9337
- msgstr ""
9338
-
9339
- #: admin/include/admin-setting.php:383 includes/widgets/htmega_postgrid.php:15
9340
- #: includes/widgets/htmega_postgrid.php:37
9341
- msgid "Post Grid"
9342
- msgstr ""
9343
-
9344
- #: includes/widgets_control.php:258 admin/include/admin-setting.php:391
9345
- #: includes/widgets/htmega_post_grid_tab.php:15
9346
- #: includes/widgets/htmega_post_grid_tab.php:43
9347
- msgid "Post Grid Tab"
9348
- msgstr ""
9349
-
9350
- #: includes/widgets/htmega_postgrid.php:211
9351
- msgid "Post Items Box Style"
9352
- msgstr ""
9353
-
9354
- #: admin/include/admin-setting.php:733 admin/include/admin-setting.php:734
9355
- msgid "Post Meta Info"
9356
- msgstr ""
9357
-
9358
- #: includes/widgets/htmega_singlepost.php:74
9359
- msgid "Post Name"
9360
- msgstr ""
9361
-
9362
- #: admin/include/admin-setting.php:869
9363
- msgid "Post Navigation"
9364
- msgstr ""
9365
-
9366
- #: admin/include/admin-setting.php:868
9367
- msgid "Post Navigation <span>( Pro )</span>"
9368
- msgstr ""
9369
-
9370
- #: admin/include/class.htmega-elementor-template-library.php:90
9371
- msgid "Post not found"
9372
- msgstr ""
9373
-
9374
- #: admin/include/class.htmega-elementor-template-library.php:69
9375
- msgid "Post not found."
9376
- msgstr ""
9377
-
9378
- #: includes/widgets/htmega_postgrid.php:62
9379
- #: includes/widgets/htmega_post_grid_tab.php:69
9380
- #: includes/widgets/htmega_post_slider.php:73
9381
- msgid "Post Option"
9382
- msgstr ""
9383
-
9384
- #: admin/include/admin-setting.php:769 admin/include/admin-setting.php:770
9385
- msgid "Post Search Form"
9386
- msgstr ""
9387
-
9388
- #: includes/widgets_control.php:263 admin/include/admin-setting.php:399
9389
- #: includes/widgets/htmega_post_slider.php:14
9390
- #: includes/widgets/htmega_post_slider.php:44
9391
- msgid "Post Slider"
9392
- msgstr ""
9393
-
9394
- #: admin/include/admin-setting.php:715 admin/include/admin-setting.php:716
9395
- #: includes/widgets/htmega_post_slider.php:376
9396
- #: extensions/ht-builder/widgets/bl_post_title.php:41
9397
- #: extensions/ht-builder/widgets/bl_post_title.php:60
9398
- msgid "Post Title"
9399
- msgstr ""
9400
-
9401
- #: includes/widgets_control.php:253
9402
- msgid "PostGrid"
9403
- msgstr ""
9404
-
9405
- #: includes/widgets/htmega_easy_digital_download.php:137
9406
- msgctxt "Posts Query Control"
9407
- msgid "Source"
9408
- msgstr ""
9409
-
9410
- #: includes/widgets/htmega_counter.php:928
9411
- msgid "Prefix"
9412
- msgstr ""
9413
-
9414
- #: admin/include/admin-setting.php:1309
9415
- #: extensions/ht-builder/admin/setting.php:151
9416
- #: extensions/ht-menu/classes/class.mega-menu.php:269
9417
- #: extensions/wc-sales-notification/admin/setting.php:235
9418
- msgid "premium version"
9419
- msgstr ""
9420
-
9421
- #: includes/class.assests.php:379
9422
- #: includes/recommended-plugins/class.recommended-plugins.php:123
9423
- #: admin/include/templates/library/templates.php:133
9424
- msgid "Preview"
9425
- msgstr ""
9426
-
9427
- #: includes/widgets/htmega_newsticker.php:313
9428
- msgid "Previous Icon"
9429
- msgstr ""
9430
-
9431
- #: includes/widgets/htmega_carousel.php:165
9432
- #: includes/widgets/htmega_instagram.php:360
9433
- #: includes/widgets/htmega_panel_slider.php:225
9434
- #: includes/widgets/htmega_post_slider.php:329
9435
- #: includes/widgets/htmega_slider_thumb_gallery.php:168
9436
- #: includes/widgets/htmega_twitter_feed.php:287
9437
- msgid "Previous icon"
9438
- msgstr ""
9439
-
9440
- #: includes/widgets/htmega_easy_digital_download.php:468
9441
- #: includes/widgets/htmega_pricing_list_view.php:97
9442
- #: includes/widgets/htmega_pricing_list_view.php:1628
9443
- msgid "Price"
9444
- msgstr ""
9445
-
9446
- #: includes/widgets/htmega_easy_digital_download.php:479
9447
- msgid "Price Color"
9448
- msgstr ""
9449
-
9450
- #: includes/widgets/htmega_easy_digital_download.php:503
9451
- msgid "Price Margin"
9452
- msgstr ""
9453
-
9454
- #: includes/widgets_control.php:268 admin/include/admin-setting.php:407
9455
- #: includes/widgets/htmega_pricing_list_view.php:13
9456
- msgid "Pricing List View"
9457
- msgstr ""
9458
-
9459
- #: includes/widgets_control.php:273 admin/include/admin-setting.php:415
9460
- msgid "Pricing Table"
9461
- msgstr ""
9462
-
9463
- #: includes/widgets/htmega_call_to_action.php:129
9464
- #: includes/widgets/htmega_call_to_action.php:677
9465
- msgid "Primary Button"
9466
- msgstr ""
9467
-
9468
- #: includes/widgets/htmega_call_to_action.php:145
9469
- msgid "Primary Button Link"
9470
- msgstr ""
9471
-
9472
- #: includes/widgets/htmega_call_to_action.php:136
9473
- msgid "Primary Button Text"
9474
- msgstr ""
9475
-
9476
- #: admin/include/admin-setting.php:851
9477
- msgid "Print Page"
9478
- msgstr ""
9479
-
9480
- #: admin/include/admin-setting.php:850
9481
- msgid "Print Page <span>( Pro )</span>"
9482
- msgstr ""
9483
-
9484
- #: includes/class.assests.php:367 admin/include/templates_list.php:54
9485
- #: admin/include/templates/library/templates.php:119
9486
- msgid "Pro"
9487
- msgstr ""
9488
-
9489
- #: includes/widgets/htmega_working_process.php:81
9490
- #: includes/widgets/htmega_working_process.php:169
9491
- msgid "Process #1"
9492
- msgstr ""
9493
-
9494
- #: includes/widgets/htmega_working_process.php:173
9495
- msgid "Process #2"
9496
- msgstr ""
9497
-
9498
- #: includes/widgets/htmega_working_process.php:177
9499
- msgid "Process #3"
9500
- msgstr ""
9501
-
9502
- #: includes/widgets/htmega_working_process.php:88
9503
- msgid "Process Number"
9504
- msgstr ""
9505
-
9506
- #: includes/widgets/htmega_wc_add_to_cart.php:46
9507
- #: includes/widgets/htmega_wc_add_to_cart.php:59
9508
- msgid "Product"
9509
- msgstr ""
9510
-
9511
- #: includes/widgets_control.php:278 admin/include/admin-setting.php:423
9512
- #: includes/widgets/htmega_progress_bar.php:13
9513
- #: includes/widgets/htmega_progress_bar.php:50
9514
- #: includes/widgets/htmega_progress_bar.php:199
9515
- #: includes/widgets/htmega_progress_bar.php:397
9516
- msgid "Progress Bar"
9517
- msgstr ""
9518
-
9519
- #: includes/widgets/htmega_progress_bar.php:309
9520
- msgid "Progress bar Background"
9521
- msgstr ""
9522
-
9523
- #: includes/widgets/htmega_progress_bar.php:131
9524
- msgid "Progress bar color"
9525
- msgstr ""
9526
-
9527
- #: includes/widgets/htmega_progress_bar.php:286
9528
- msgid "Progress Bar Size"
9529
- msgstr ""
9530
-
9531
- #: includes/widgets/htmega_progress_bar.php:317
9532
- msgid "Progress bar track color"
9533
- msgstr ""
9534
-
9535
- #: includes/widgets/htmega_progress_bar.php:113
9536
- #: includes/widgets/htmega_progress_bar.php:245
9537
- msgid "Progress Bar Value"
9538
- msgstr ""
9539
-
9540
- #: includes/widgets/htmega_progress_bar.php:152
9541
- #: includes/widgets/htmega_progress_bar.php:337
9542
- msgid "Progress bar value background color"
9543
- msgstr ""
9544
-
9545
- #: includes/widgets/htmega_progress_bar.php:142
9546
- #: includes/widgets/htmega_progress_bar.php:327
9547
- msgid "Progress bar value color"
9548
- msgstr ""
9549
-
9550
- #: includes/widgets/htmega_progress_bar.php:263
9551
- msgid "Progress Bar Width"
9552
- msgstr ""
9553
-
9554
- #: includes/widgets/htmega_progress_bar.php:163
9555
- #: includes/widgets/htmega_progress_bar.php:556
9556
- msgid "Progress Indicator"
9557
- msgstr ""
9558
-
9559
- #: includes/widgets/htmega_progress_bar.php:459
9560
- msgid "Progress Position Top-Bottom"
9561
- msgstr ""
9562
-
9563
- #: includes/widgets/htmega_pricing_list_view.php:152
9564
- msgid "PSD Template"
9565
- msgstr ""
9566
-
9567
- #: admin/include/admin-setting.php:1309
9568
- #: extensions/ht-builder/admin/setting.php:151
9569
- #: extensions/ht-menu/classes/class.mega-menu.php:269
9570
- #: extensions/wc-sales-notification/admin/setting.php:235
9571
- msgid "Purchase our"
9572
- msgstr ""
9573
-
9574
- #: includes/widgets/htmega_animated_heading.php:104
9575
- msgid "Purpose,policy,Company"
9576
- msgstr ""
9577
-
9578
- #: includes/widgets/htmega_animated_heading.php:77
9579
- msgid "Push"
9580
- msgstr ""
9581
-
9582
- #: includes/widgets/htmega_section_title.php:62
9583
- msgid "Put the highlighted word in between the span tags!"
9584
- msgstr ""
9585
-
9586
- #: admin/include/admin-setting.php:1049 includes/widgets/htmega_quforms.php:13
9587
- #: includes/widgets/htmega_quforms.php:59
9588
- msgid "QU Form"
9589
- msgstr ""
9590
-
9591
- #: includes/widgets/htmega_wc_add_to_cart.php:79
9592
- msgid "Quantity"
9593
- msgstr ""
9594
-
9595
- #: includes/widgets/htmega_wc_element_pages.php:535
9596
- msgid "Quantity Input Box"
9597
- msgstr ""
9598
-
9599
- #: extensions/ht-builder/widgets/bl_post_archive.php:150
9600
- msgid "Query Settings"
9601
- msgstr ""
9602
-
9603
- #: includes/recommended-plugins/recommended-plugins.php:73
9604
- msgid "QuickSwish"
9605
- msgstr ""
9606
-
9607
- #: includes/widgets/htmega_blockquote.php:327
9608
- msgid "Quote By"
9609
- msgstr ""
9610
-
9611
- #: includes/widgets/htmega_blockquote.php:494
9612
- msgid "Quote Icon"
9613
- msgstr ""
9614
-
9615
- #: includes/widgets/htmega_blockquote.php:689
9616
- msgid "Quote Image"
9617
- msgstr ""
9618
-
9619
- #: includes/widgets/htmega_job_manager.php:102
9620
- #: includes/widgets/htmega_newsticker.php:256
9621
- #: includes/widgets/htmega_postgrid.php:153
9622
- #: includes/widgets/htmega_post_grid_tab.php:160
9623
- #: includes/widgets/htmega_post_slider.php:164
9624
- #: extensions/ht-builder/widgets/bl_post_archive.php:204
9625
- msgid "Random"
9626
- msgstr ""
9627
-
9628
- #: includes/widgets/htmega_testimonial_grid.php:682
9629
- msgid "Rating"
9630
- msgstr ""
9631
-
9632
- #: admin/include/admin-setting.php:1183
9633
- msgid "Rating icon"
9634
- msgstr ""
9635
-
9636
- #: includes/widgets/htmega_testimonial_grid.php:689
9637
- msgid "Rating On Right"
9638
- msgstr ""
9639
-
9640
- #: includes/widgets/htmega_image_grid.php:142
9641
- #: includes/widgets/htmega_image_grid.php:171
9642
- #: includes/widgets/htmega_image_masonry.php:122
9643
- #: includes/widgets/htmega_image_masonry.php:151
9644
- #: includes/widgets/htmega_post_grid_tab.php:233
9645
- #: includes/widgets/htmega_post_grid_tab.php:245
9646
- #: includes/widgets/htmega_post_grid_tab.php:246
9647
- #: includes/widgets/htmega_post_grid_tab.php:829
9648
- #: includes/widgets/htmega_post_slider.php:222
9649
- #: includes/widgets/htmega_post_slider.php:234
9650
- #: includes/widgets/htmega_post_slider.php:235
9651
- #: includes/widgets/htmega_post_slider.php:1257
9652
- #: includes/widgets/htmega_service.php:140
9653
- #: extensions/ht-builder/widgets/bl_post_archive.php:700
9654
- msgid "Read More"
9655
- msgstr ""
9656
-
9657
- #: extensions/ht-builder/widgets/bl_post_archive.php:73
9658
- #: extensions/ht-builder/widgets/bl_post_archive.php:1084
9659
- msgid "Read more"
9660
- msgstr ""
9661
-
9662
- #: includes/widgets/htmega_image_grid.php:443
9663
- #: includes/widgets/htmega_image_masonry.php:430
9664
- msgid "Read More Button"
9665
- msgstr ""
9666
-
9667
- #: extensions/ht-builder/widgets/bl_post_archive.php:71
9668
- msgid "Read More Button Text"
9669
- msgstr ""
9670
-
9671
- #: includes/widgets/htmega_post_grid_tab.php:243
9672
- #: includes/widgets/htmega_post_slider.php:232
9673
- msgid "Read More button text"
9674
- msgstr ""
9675
-
9676
- #: includes/widgets/htmega_service.php:318
9677
- msgid "Read More Color"
9678
- msgstr ""
9679
-
9680
- #: includes/widgets/htmega_image_grid.php:149
9681
- #: includes/widgets/htmega_image_masonry.php:129
9682
- msgid "Read More Link"
9683
- msgstr ""
9684
-
9685
- #: includes/widgets/htmega_image_grid.php:140
9686
- #: includes/widgets/htmega_image_masonry.php:120
9687
- msgid "Read More Text"
9688
- msgstr ""
9689
-
9690
- #: includes/widgets/htmega_custom_event.php:95
9691
- msgid "Read More."
9692
- msgstr ""
9693
-
9694
- #: extensions/wc-sales-notification/admin/setting.php:69
9695
- msgid "Real"
9696
- msgstr ""
9697
-
9698
- #: includes/recommended-plugins/class.recommended-plugins.php:71
9699
- msgid "Recommendations"
9700
- msgstr ""
9701
-
9702
- #: includes/recommended-plugins/recommended-plugins.php:28
9703
- msgid "Recommended Plugins"
9704
- msgstr ""
9705
-
9706
- #: includes/widgets/htmega_socialshere.php:75
9707
- msgid "Reddit"
9708
- msgstr ""
9709
-
9710
- #: includes/widgets/htmega_user_login_form.php:260
9711
- msgid "Redirect page after Login"
9712
- msgstr ""
9713
-
9714
- #: includes/widgets/htmega_user_login_form.php:324
9715
- #: includes/widgets/htmega_user_login_form.php:337
9716
- #: includes/widgets/htmega_user_login_form.php:1654
9717
- msgid "Register"
9718
- msgstr ""
9719
-
9720
- #: includes/widgets/htmega_user_login_form.php:1280
9721
- msgid "Register Button"
9722
- msgstr ""
9723
-
9724
- #: includes/widgets/htmega_user_login_form.php:117
9725
- msgid "Register Heading Login"
9726
- msgstr ""
9727
-
9728
- #: includes/widgets/htmega_user_login_form.php:335
9729
- msgid "Register Link Text"
9730
- msgstr ""
9731
-
9732
- #: admin/include/admin-setting.php:878
9733
- msgid "Related Post"
9734
- msgstr ""
9735
-
9736
- #: admin/include/admin-setting.php:877
9737
- msgid "Related Post <span>( Pro )</span>"
9738
- msgstr ""
9739
-
9740
- #: includes/widgets/htmega_imagemarker.php:452
9741
- msgid ""
9742
- "Reload the editor right after enabling this option. Example: Enable/Disable "
9743
- "this option > Click UPDATE > Then Reload the editor page."
9744
- msgstr ""
9745
-
9746
- #: includes/widgets/htmega_user_login_form.php:312
9747
- #: includes/widgets/htmega_user_login_form.php:1634
9748
- msgid "Remember Me"
9749
- msgstr ""
9750
-
9751
- #: includes/widgets/htmega_user_login_form.php:992
9752
- msgid "Remember Me Checkbox"
9753
- msgstr ""
9754
-
9755
- #: admin/include/admin-setting.php:615
9756
- msgid "Remote Template"
9757
- msgstr ""
9758
-
9759
- #: includes/widgets/htmega_socialshere.php:86
9760
- msgid "Renren"
9761
- msgstr ""
9762
-
9763
- #: includes/widgets/htmega_videoplayer.php:186
9764
- msgid "Repeat Video"
9765
- msgstr ""
9766
-
9767
- #: includes/widgets/htmega_bbpress.php:60
9768
- msgid "Reply Form"
9769
- msgstr ""
9770
-
9771
- #: includes/widgets/htmega_gravity_forms.php:280
9772
- #: includes/widgets/htmega_wc_element_pages.php:679
9773
- msgid "Required Color"
9774
- msgstr ""
9775
-
9776
- #: includes/widgets/htmega_wpforms.php:453
9777
- msgid "Required Label Style"
9778
- msgstr ""
9779
-
9780
- #: includes/widgets/htmega_caldera_form.php:102
9781
- #: includes/widgets/htmega_ninja_form.php:366
9782
- #: includes/widgets/htmega_quforms.php:131
9783
- msgid "Required Symbol Color"
9784
- msgstr ""
9785
-
9786
- #: admin/include/admin-setting.php:1170
9787
- msgid "Responsive, supports all major devices"
9788
- msgstr ""
9789
-
9790
- #: includes/widgets/htmega_image_comparison.php:390
9791
- msgid "Reveal"
9792
- msgstr ""
9793
-
9794
- #: admin/include/admin-setting.php:1069
9795
- #: includes/widgets/htmega_revolution_slider.php:13
9796
- #: includes/widgets/htmega_revolution_slider.php:53
9797
- msgid "Revolution Slider"
9798
- msgstr ""
9799
-
9800
- #: includes/widgets/htmega_accordion.php:478
9801
- #: includes/widgets/htmega_accordion.php:669
9802
- #: includes/widgets/htmega_accordion.php:827
9803
- #: includes/widgets/htmega_accordion.php:1213
9804
- #: includes/widgets/htmega_accordion.php:1217
9805
- #: includes/widgets/htmega_accordion.php:1331
9806
- #: includes/widgets/htmega_add_banner.php:376
9807
- #: includes/widgets/htmega_blockquote.php:191
9808
- #: includes/widgets/htmega_buddy_press.php:262
9809
- #: includes/widgets/htmega_business_hours.php:399
9810
- #: includes/widgets/htmega_button.php:112
9811
- #: includes/widgets/htmega_button.php:162
9812
- #: includes/widgets/htmega_caldera_form.php:80
9813
- #: includes/widgets/htmega_caldera_form.php:355
9814
- #: includes/widgets/htmega_call_to_action.php:204
9815
- #: includes/widgets/htmega_call_to_action.php:298
9816
- #: includes/widgets/htmega_call_to_action.php:338
9817
- #: includes/widgets/htmega_carousel.php:845
9818
- #: includes/widgets/htmega_contact_form_seven.php:125
9819
- #: includes/widgets/htmega_countdown.php:619
9820
- #: includes/widgets/htmega_countdown.php:651
9821
- #: includes/widgets/htmega_counter.php:296
9822
- #: includes/widgets/htmega_counter.php:329
9823
- #: includes/widgets/htmega_counter.php:435
9824
- #: includes/widgets/htmega_counter.php:561
9825
- #: includes/widgets/htmega_data_table.php:647
9826
- #: includes/widgets/htmega_data_table.php:766
9827
- #: includes/widgets/htmega_double_button.php:161
9828
- #: includes/widgets/htmega_double_button.php:248
9829
- #: includes/widgets/htmega_double_button.php:333
9830
- #: includes/widgets/htmega_dropcaps.php:92
9831
- #: includes/widgets/htmega_dropcaps.php:96
9832
- #: includes/widgets/htmega_easy_digital_download.php:326
9833
- #: includes/widgets/htmega_easy_digital_download.php:694
9834
- #: includes/widgets/htmega_errorcontent.php:257
9835
- #: includes/widgets/htmega_gravity_forms.php:157
9836
- #: includes/widgets/htmega_gravity_forms.php:213
9837
- #: includes/widgets/htmega_gravity_forms.php:247
9838
- #: includes/widgets/htmega_gravity_forms.php:552
9839
- #: includes/widgets/htmega_gravity_forms.php:783
9840
- #: includes/widgets/htmega_imagemarker.php:207
9841
- #: includes/widgets/htmega_imagemarker.php:718
9842
- #: includes/widgets/htmega_image_grid.php:291
9843
- #: includes/widgets/htmega_image_grid.php:388
9844
- #: includes/widgets/htmega_image_masonry.php:266
9845
- #: includes/widgets/htmega_image_masonry.php:363
9846
- #: includes/widgets/htmega_inlinemenu.php:129
9847
- #: includes/widgets/htmega_instagram.php:1492
9848
- #: includes/widgets/htmega_job_manager.php:160
9849
- #: includes/widgets/htmega_lightbox.php:204
9850
- #: includes/widgets/htmega_lightbox.php:317
9851
- #: includes/widgets/htmega_mailchimp_wp.php:137
9852
- #: includes/widgets/htmega_modal.php:182 includes/widgets/htmega_modal.php:358
9853
- #: includes/widgets/htmega_modal.php:1013
9854
- #: includes/widgets/htmega_newsticker.php:462
9855
- #: includes/widgets/htmega_ninja_form.php:196
9856
- #: includes/widgets/htmega_ninja_form.php:298
9857
- #: includes/widgets/htmega_ninja_form.php:332
9858
- #: includes/widgets/htmega_ninja_form.php:619
9859
- #: includes/widgets/htmega_ninja_form.php:830
9860
- #: includes/widgets/htmega_ninja_form.php:1042
9861
- #: includes/widgets/htmega_notify.php:290
9862
- #: includes/widgets/htmega_notify.php:570
9863
- #: includes/widgets/htmega_notify.php:836
9864
- #: includes/widgets/htmega_offcanvas.php:104
9865
- #: includes/widgets/htmega_offcanvas.php:208
9866
- #: includes/widgets/htmega_offcanvas.php:291
9867
- #: includes/widgets/htmega_offcanvas.php:383
9868
- #: includes/widgets/htmega_panel_slider.php:571
9869
- #: includes/widgets/htmega_popover.php:194
9870
- #: includes/widgets/htmega_popover.php:273
9871
- #: includes/widgets/htmega_popover.php:669
9872
- #: includes/widgets/htmega_popover.php:773
9873
- #: includes/widgets/htmega_postgrid.php:301
9874
- #: includes/widgets/htmega_postgrid.php:525
9875
- #: includes/widgets/htmega_postgrid.php:638
9876
- #: includes/widgets/htmega_post_grid_tab.php:409
9877
- #: includes/widgets/htmega_post_grid_tab.php:503
9878
- #: includes/widgets/htmega_post_grid_tab.php:590
9879
- #: includes/widgets/htmega_post_grid_tab.php:813
9880
- #: includes/widgets/htmega_post_slider.php:844
9881
- #: includes/widgets/htmega_post_slider.php:938
9882
- #: includes/widgets/htmega_post_slider.php:1025
9883
- #: includes/widgets/htmega_post_slider.php:1241
9884
- #: includes/widgets/htmega_pricing_list_view.php:481
9885
- #: includes/widgets/htmega_pricing_list_view.php:508
9886
- #: includes/widgets/htmega_pricing_list_view.php:1136
9887
- #: includes/widgets/htmega_pricing_list_view.php:1193
9888
- #: includes/widgets/htmega_quforms.php:98
9889
- #: includes/widgets/htmega_quforms.php:218
9890
- #: includes/widgets/htmega_quforms.php:339
9891
- #: includes/widgets/htmega_quforms.php:559
9892
- #: includes/widgets/htmega_quforms.php:777
9893
- #: includes/widgets/htmega_search.php:164
9894
- #: includes/widgets/htmega_section_title.php:423
9895
- #: includes/widgets/htmega_service.php:249
9896
- #: includes/widgets/htmega_service.php:433
9897
- #: includes/widgets/htmega_service.php:538
9898
- #: includes/widgets/htmega_service.php:727
9899
- #: includes/widgets/htmega_service.php:989
9900
- #: includes/widgets/htmega_singlepost.php:229
9901
- #: includes/widgets/htmega_singlepost.php:325
9902
- #: includes/widgets/htmega_singlepost.php:432
9903
- #: includes/widgets/htmega_slider_thumb_gallery.php:53
9904
- #: includes/widgets/htmega_socialshere.php:382
9905
- #: includes/widgets/htmega_special_day_banner.php:50
9906
- #: includes/widgets/htmega_special_day_banner.php:273
9907
- #: includes/widgets/htmega_tablepress.php:221
9908
- #: includes/widgets/htmega_tablepress.php:378
9909
- #: includes/widgets/htmega_tabs.php:521
9910
- #: includes/widgets/htmega_teammember.php:106
9911
- #: includes/widgets/htmega_teammember.php:624
9912
- #: includes/widgets/htmega_teammember.php:753
9913
- #: includes/widgets/htmega_teammember.php:843
9914
- #: includes/widgets/htmega_teammember.php:934
9915
- #: includes/widgets/htmega_teammember.php:1001
9916
- #: includes/widgets/htmega_testimonial_grid.php:561
9917
- #: includes/widgets/htmega_toggle.php:204
9918
- #: includes/widgets/htmega_tooltip.php:182
9919
- #: includes/widgets/htmega_tooltip.php:249
9920
- #: includes/widgets/htmega_user_login_form.php:157
9921
- #: includes/widgets/htmega_user_login_form.php:379
9922
- #: includes/widgets/htmega_user_login_form.php:579
9923
- #: includes/widgets/htmega_videoplayer.php:304
9924
- #: includes/widgets/htmega_wc_categories.php:388
9925
- #: includes/widgets/htmega_wpforms.php:188
9926
- #: includes/widgets/htmega_wpforms.php:290
9927
- #: includes/widgets/htmega_wpforms.php:325
9928
- #: includes/widgets/htmega_wpforms.php:622
9929
- #: includes/widgets/htmega_wpforms.php:841
9930
- #: includes/widgets/htmega_wpforms.php:1069
9931
- #: extensions/ht-builder/widgets/bl_nav_menu.php:123
9932
- #: extensions/ht-builder/widgets/bl_nav_menu.php:500
9933
- #: extensions/ht-builder/widgets/bl_page_title.php:145
9934
- #: extensions/ht-builder/widgets/bl_post_archive.php:310
9935
- #: extensions/ht-builder/widgets/bl_post_archive.php:391
9936
- #: extensions/ht-builder/widgets/bl_post_archive.php:498
9937
- #: extensions/ht-builder/widgets/bl_post_archive.php:604
9938
- #: extensions/ht-builder/widgets/bl_post_archive.php:684
9939
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:147
9940
- #: extensions/ht-builder/widgets/bl_post_author_info.php:116
9941
- #: extensions/ht-builder/widgets/bl_post_content.php:80
9942
- #: extensions/ht-builder/widgets/bl_post_excerpt.php:80
9943
- #: extensions/ht-builder/widgets/bl_post_featured_image.php:79
9944
- #: extensions/ht-builder/widgets/bl_post_title.php:113
9945
- #: extensions/ht-builder/widgets/bl_site_logo.php:167
9946
- #: extensions/ht-builder/widgets/bl_site_title.php:147
9947
- #: extensions/ht-menu/widgets/inline-mega-menu.php:174
9948
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:175
9949
- msgid "Right"
9950
- msgstr ""
9951
-
9952
- #: includes/widgets/htmega_post_slider.php:1461
9953
- msgid "Right Arrow position"
9954
- msgstr ""
9955
-
9956
- #: includes/widgets/htmega_post_slider.php:1509
9957
- msgid "Right Arrow position vertical"
9958
- msgstr ""
9959
-
9960
- #: includes/widgets/htmega_blockquote.php:161
9961
- msgid "Right Bottom"
9962
- msgstr ""
9963
-
9964
- #: includes/widgets/htmega_blockquote.php:160
9965
- msgid "Right Center"
9966
- msgstr ""
9967
-
9968
- #: includes/widgets/htmega_blockquote.php:159
9969
- msgid "Right Top"
9970
- msgstr ""
9971
-
9972
- #: includes/widgets/htmega_section_title.php:337
9973
- msgid "Rotate"
9974
- msgstr ""
9975
-
9976
- #: includes/widgets/htmega_animated_heading.php:78
9977
- msgid "Rotate Style One"
9978
- msgstr ""
9979
-
9980
- #: includes/widgets/htmega_animated_heading.php:80
9981
- msgid "Rotate Style Three"
9982
- msgstr ""
9983
-
9984
- #: includes/widgets/htmega_animated_heading.php:79
9985
- msgid "Rotate Style Two"
9986
- msgstr ""
9987
-
9988
- #: includes/widgets/htmega_data_table.php:241
9989
- #: includes/widgets/htmega_pricing_list_view.php:549
9990
- #: includes/widgets/htmega_user_login_form.php:400
9991
- msgid "Row"
9992
- msgstr ""
9993
-
9994
- #: includes/widgets/htmega_data_table.php:451
9995
- #: includes/widgets/htmega_pricing_list_view.php:1088
9996
- msgid "row"
9997
- msgstr ""
9998
-
9999
- #: includes/widgets/htmega_booked_calender.php:950
10000
- msgid "Row Border Color"
10001
- msgstr ""
10002
-
10003
- #: includes/widgets/htmega_booked_calender.php:961
10004
- msgid "Row Border Width"
10005
- msgstr ""
10006
-
10007
- #: includes/widgets/htmega_gallery_justify.php:58
10008
- #: includes/widgets/htmega_newsticker.php:86
10009
- msgid "Row Height"
10010
- msgstr ""
10011
-
10012
- #: includes/widgets/htmega_user_login_form.php:408
10013
- msgid "Row Reverse"
10014
- msgstr ""
10015
-
10016
- #: includes/widgets/htmega_pricing_list_view.php:1072
10017
- msgid "Row Starts"
10018
- msgstr ""
10019
-
10020
- #: extensions/wc-sales-notification/admin/setting.php:78
10021
- msgid ""
10022
- "Sale Notification Position on frontend.( Top Left, Top Right, Bottom Right "
10023
- "option are pro features ) <span>( Pro )</span>"
10024
- msgstr ""
10025
-
10026
- #: extensions/wc-sales-notification/admin/setting.php:48
10027
- msgid "Sale Notification Settings"
10028
- msgstr ""
10029
-
10030
- #: admin/include/admin-setting.php:686
10031
- #: extensions/wc-sales-notification/admin/setting.php:33
10032
- #: extensions/wc-sales-notification/admin/setting.php:34
10033
- msgid "Sales Notification"
10034
- msgstr ""
10035
-
10036
- #: admin/include/admin-setting.php:1256 admin/include/admin-setting.php:1281
10037
- msgid "Sales upto date option"
10038
- msgstr ""
10039
-
10040
- #: includes/widgets/htmega_teammember.php:156
10041
- msgid "Sams Roy"
10042
- msgstr ""
10043
-
10044
- #: includes/widgets/htmega_business_hours.php:85
10045
- #: includes/widgets/htmega_business_hours.php:163
10046
- msgid "Saturday"
10047
- msgstr ""
10048
-
10049
- #: extensions/ht-menu/classes/class.mega-menu.php:124
10050
- #: extensions/ht-menu/classes/class.mega-menu.php:244
10051
- msgid "Save"
10052
- msgstr ""
10053
-
10054
- #: includes/widgets/htmega_pricing_list_view.php:1554
10055
- msgid "Save Typography"
10056
- msgstr ""
10057
-
10058
- #: extensions/ht-menu/classes/class.mega-menu.php:245
10059
- msgid "Saving…"
10060
- msgstr ""
10061
-
10062
- #: includes/widgets/htmega_animated_heading.php:76
10063
- #: includes/widgets/htmega_carousel.php:481
10064
- msgid "Scale"
10065
- msgstr ""
10066
-
10067
- #: includes/widgets_control.php:283 admin/include/admin-setting.php:431
10068
- #: includes/widgets/htmega_scroll_image.php:13
10069
- #: includes/widgets/htmega_scroll_image.php:43
10070
- msgid "Scroll Image"
10071
- msgstr ""
10072
-
10073
- #: includes/widgets/htmega_scroll_image.php:165
10074
- msgid "Scroll Image Style"
10075
- msgstr ""
10076
-
10077
- #: includes/widgets_control.php:288 admin/include/admin-setting.php:439
10078
- #: includes/widgets/htmega_scroll_navigation.php:13
10079
- #: includes/widgets/htmega_scroll_navigation.php:51
10080
- msgid "Scroll Navigation"
10081
- msgstr ""
10082
-
10083
- #: includes/widgets_control.php:293 admin/include/admin-setting.php:447
10084
- #: includes/widgets/htmega_search.php:14 includes/widgets/htmega_search.php:35
10085
- #: includes/widgets/htmega_search.php:60 includes/widgets/htmega_search.php:61
10086
- #: includes/widgets/htmega_search.php:92 includes/widgets/htmega_search.php:93
10087
- #: includes/widgets/htmega_search.php:1024
10088
- #: extensions/ht-builder/widgets/bl_post_search_form.php:88
10089
- #: extensions/ht-builder/widgets/bl_post_search_form.php:304
10090
- #: admin/include/templates/library/templates.php:95
10091
- msgid "Search"
10092
- msgstr ""
10093
-
10094
- #: extensions/ht-builder/widgets/bl_post_search_form.php:47
10095
- msgid "Search ..."
10096
- msgstr ""
10097
-
10098
- #: includes/widgets/htmega_search.php:145
10099
- msgid "Search Box Style"
10100
- msgstr ""
10101
-
10102
- #: includes/widgets/htmega_search.php:90
10103
- msgid "Search Button Text"
10104
- msgstr ""
10105
-
10106
- #: extensions/ht-builder/widgets/bl_post_search_form.php:38
10107
- msgid "Search Form"
10108
- msgstr ""
10109
-
10110
- #: includes/widgets/htmega_tablepress.php:97
10111
- msgid "Search Hide"
10112
- msgstr ""
10113
-
10114
- #: extensions/ht-builder/admin/setting.php:100
10115
- msgid "Search Page Template."
10116
- msgstr ""
10117
-
10118
- #: admin/include/templates/library/templates.php:94
10119
- msgid "Search Templates:"
10120
- msgstr ""
10121
-
10122
- #: admin/include/templates_list.php:47
10123
- msgid "Search.."
10124
- msgstr ""
10125
-
10126
- #: includes/widgets/htmega_data_table.php:95
10127
- msgid "Searching"
10128
- msgstr ""
10129
-
10130
- #: includes/widgets/htmega_button.php:260
10131
- #: includes/widgets/htmega_button.php:375
10132
- msgid "Second Background"
10133
- msgstr ""
10134
-
10135
- #: includes/widgets/htmega_call_to_action.php:223
10136
- #: includes/widgets/htmega_call_to_action.php:883
10137
- msgid "Secondary Button"
10138
- msgstr ""
10139
-
10140
- #: includes/widgets/htmega_call_to_action.php:230
10141
- msgid "Secondary Button Text"
10142
- msgstr ""
10143
-
10144
- #: includes/widgets/htmega_countdown.php:162
10145
- #: includes/widgets/htmega_countdown.php:244
10146
- #: includes/widgets/htmega_countdown.php:246
10147
- msgid "Seconds"
10148
- msgstr ""
10149
-
10150
- #: includes/widgets/htmega_section_title.php:369
10151
- msgid "Section style"
10152
- msgstr ""
10153
-
10154
- #: admin/include/admin-setting.php:455
10155
- #: includes/widgets/htmega_section_title.php:13
10156
- #: includes/widgets/htmega_section_title.php:34
10157
- msgid "Section Title"
10158
- msgstr ""
10159
-
10160
- #: includes/widgets_control.php:298
10161
- msgid "Section_Title"
10162
- msgstr ""
10163
-
10164
- #: includes/helper-function.php:707
10165
- #: includes/widgets/htmega_wc_element_pages.php:57
10166
- msgid "Select"
10167
- msgstr ""
10168
-
10169
- #: admin/include/admin-setting.php:653
10170
- msgid "Select 404 Page."
10171
- msgstr ""
10172
-
10173
- #: includes/widgets/htmega_wc_categories.php:77
10174
- msgid "Select Category Type"
10175
- msgstr ""
10176
-
10177
- #: includes/widgets/htmega_accordion.php:76
10178
- #: includes/widgets/htmega_accordion.php:204
10179
- #: includes/widgets/htmega_blockquote.php:41
10180
- #: includes/widgets/htmega_modal.php:51
10181
- #: includes/widgets/htmega_switcher.php:102
10182
- #: includes/widgets/htmega_switcher.php:194 includes/widgets/htmega_tabs.php:86
10183
- #: includes/widgets/htmega_toggle.php:79
10184
- msgid "Select Content Source"
10185
- msgstr ""
10186
-
10187
- #: extensions/wc-sales-notification/admin/setting.php:65
10188
- msgid "Select Content Type <span>( Pro )</span>"
10189
- msgstr ""
10190
-
10191
- #: includes/widgets/htmega_download_monitor.php:40
10192
- msgid "Select Download File"
10193
- msgstr ""
10194
-
10195
- #: includes/widgets/htmega_countdown.php:46
10196
- msgid "Select Event"
10197
- msgstr ""
10198
-
10199
- #: includes/widgets/htmega_instragram_feed.php:41
10200
- msgid "Select Feed"
10201
- msgstr ""
10202
-
10203
- #: includes/widgets/htmega_download_monitor.php:61
10204
- msgid "Select File"
10205
- msgstr ""
10206
-
10207
- #: includes/helper-function.php:320 includes/widgets/htmega_caldera_form.php:48
10208
- #: includes/widgets/htmega_gravity_forms.php:41
10209
- #: includes/widgets/htmega_gravity_forms.php:66
10210
- #: includes/widgets/htmega_ninja_form.php:43
10211
- #: includes/widgets/htmega_ninja_form.php:66
10212
- #: includes/widgets/htmega_quforms.php:42
10213
- #: includes/widgets/htmega_quforms.php:66
10214
- #: includes/widgets/htmega_wpforms.php:63
10215
- msgid "Select Form"
10216
- msgstr ""
10217
-
10218
- #: includes/widgets/htmega_job_manager.php:193
10219
- #: includes/widgets/htmega_job_manager.php:200
10220
- msgid "Select Job"
10221
- msgstr ""
10222
-
10223
- #: extensions/ht-menu/widgets/inline-mega-menu.php:37
10224
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:38
10225
- msgid "Select Menu"
10226
- msgstr ""
10227
-
10228
- #: includes/widgets/htmega_wc_add_to_cart.php:51
10229
- msgid "Select Post"
10230
- msgstr ""
10231
-
10232
- #: includes/helper-function.php:114 includes/widgets/htmega_offcanvas.php:84
10233
- msgid "Select Sidebar"
10234
- msgstr ""
10235
-
10236
- #: includes/widgets/htmega_layer_slider.php:63
10237
- #: includes/widgets/htmega_revolution_slider.php:34
10238
- #: includes/widgets/htmega_revolution_slider.php:60
10239
- msgid "Select Slider"
10240
- msgstr ""
10241
-
10242
- #: includes/widgets/htmega_offcanvas.php:56
10243
- msgid "Select Source"
10244
- msgstr ""
10245
-
10246
- #: includes/widgets/htmega_tablepress.php:32
10247
- #: includes/widgets/htmega_tablepress.php:55
10248
- msgid "Select Table"
10249
- msgstr ""
10250
-
10251
- #: includes/helper-function.php:74 includes/widgets/htmega_offcanvas.php:70
10252
- #: extensions/ht-menu/menu/helper_function.php:19
10253
- msgid "Select Template"
10254
- msgstr ""
10255
-
10256
- #: includes/widgets/htmega_template_selector.php:49
10257
- msgid "Select Your template"
10258
- msgstr ""
10259
-
10260
- #: includes/widgets/htmega_notify.php:101
10261
- #: includes/widgets/htmega_videoplayer.php:52
10262
- msgid "Self"
10263
- msgstr ""
10264
-
10265
- #: includes/widgets/htmega_verticle_time_line.php:73
10266
- #: includes/widgets/htmega_verticle_time_line.php:101
10267
- msgid "Sep<br/>2018"
10268
- msgstr ""
10269
-
10270
- #: includes/widgets/htmega_tabs.php:373
10271
- msgid "Separator"
10272
- msgstr ""
10273
-
10274
- #: includes/widgets/htmega_tabs.php:361
10275
- msgid "Separator Area"
10276
- msgstr ""
10277
-
10278
- #: includes/widgets/htmega_blockquote.php:415
10279
- #: includes/widgets/htmega_tabs.php:387
10280
- msgid "Separator Color"
10281
- msgstr ""
10282
-
10283
- #: includes/widgets/htmega_blockquote.php:460
10284
- #: includes/widgets/htmega_tabs.php:403
10285
- msgid "Separator Height"
10286
- msgstr ""
10287
-
10288
- #: includes/widgets/htmega_blockquote.php:400
10289
- #: includes/widgets/htmega_countdown.php:716
10290
- #: includes/widgets/htmega_tabs.php:462
10291
- msgid "Separator Position"
10292
- msgstr ""
10293
-
10294
- #: includes/widgets/htmega_section_title.php:480
10295
- msgid "Separator Specing"
10296
- msgstr ""
10297
-
10298
- #: includes/widgets/htmega_blockquote.php:430
10299
- #: includes/widgets/htmega_countdown.php:882
10300
- #: includes/widgets/htmega_tabs.php:434
10301
- msgid "Separator Width"
10302
- msgstr ""
10303
-
10304
- #: includes/widgets/htmega_working_process.php:474
10305
- msgid "Seperator Height"
10306
- msgstr ""
10307
-
10308
- #: includes/widgets/htmega_working_process.php:499
10309
- msgid "Seperator Width"
10310
- msgstr ""
10311
-
10312
- #: includes/widgets/htmega_booked_calender.php:117
10313
- msgid "September"
10314
- msgstr ""
10315
-
10316
- #: includes/widgets_control.php:303 admin/include/admin-setting.php:463
10317
- #: includes/widgets/htmega_service.php:15
10318
- #: includes/widgets/htmega_service.php:36
10319
- msgid "Service"
10320
- msgstr ""
10321
-
10322
- #: includes/widgets/htmega_service.php:138
10323
- msgid "Service Button text"
10324
- msgstr ""
10325
-
10326
- #: includes/widgets/htmega_service.php:129
10327
- msgid "Service description"
10328
- msgstr ""
10329
-
10330
- #: includes/widgets/htmega_service.php:69
10331
- msgid "Service Icon Type"
10332
- msgstr ""
10333
-
10334
- #: includes/widgets/htmega_service.php:147
10335
- msgid "Service Link"
10336
- msgstr ""
10337
-
10338
- #: includes/widgets/htmega_service.php:60
10339
- msgid "Service Title"
10340
- msgstr ""
10341
-
10342
- #: includes/widgets/htmega_service.php:62
10343
- msgid "Services Title"
10344
- msgstr ""
10345
-
10346
- #: includes/class.htmega.php:187 admin/include/admin-setting.php:47
10347
- #: admin/include/admin-setting.php:48
10348
- #: extensions/ht-builder/widgets/bl_post_archive.php:36
10349
- #: extensions/ht-menu/menu/templates.php:40
10350
- msgid "Settings"
10351
- msgstr ""
10352
-
10353
- #: includes/widgets/htmega_button.php:479
10354
- msgid "Shadow 1"
10355
- msgstr ""
10356
-
10357
- #: includes/widgets/htmega_button.php:480
10358
- msgid "Shadow 2"
10359
- msgstr ""
10360
-
10361
- #: includes/widgets/htmega_newsticker.php:522
10362
- msgid "Shape Color"
10363
- msgstr ""
10364
-
10365
- #: includes/widgets/htmega_buddy_press.php:115
10366
- #: includes/widgets/htmega_buddy_press.php:128
10367
- #: includes/widgets/htmega_buddy_press.php:143
10368
- #: includes/widgets/htmega_buddy_press.php:158
10369
- #: includes/widgets/htmega_data_table.php:60
10370
- #: includes/widgets/htmega_data_table.php:85
10371
- #: includes/widgets/htmega_data_table.php:97
10372
- #: includes/widgets/htmega_data_table.php:109
10373
- #: includes/widgets/htmega_data_table.php:121
10374
- #: includes/widgets/htmega_double_button.php:80
10375
- #: includes/widgets/htmega_gravity_forms.php:79
10376
- #: includes/widgets/htmega_gravity_forms.php:91
10377
- #: includes/widgets/htmega_instagram.php:177
10378
- #: includes/widgets/htmega_instagram.php:189
10379
- #: includes/widgets/htmega_instagram.php:279
10380
- #: includes/widgets/htmega_newsticker.php:303
10381
- #: includes/widgets/htmega_popover.php:129
10382
- #: includes/widgets/htmega_popover.php:206
10383
- #: includes/widgets/htmega_scroll_image.php:122
10384
- #: includes/widgets/htmega_socialshere.php:358
10385
- #: includes/widgets/htmega_tooltip.php:129
10386
- #: includes/widgets/htmega_twitter_feed.php:146
10387
- #: includes/widgets/htmega_twitter_feed.php:158
10388
- #: includes/widgets/htmega_twitter_feed.php:170
10389
- #: includes/widgets/htmega_twitter_feed.php:182
10390
- #: includes/widgets/htmega_twitter_feed.php:194
10391
- #: includes/widgets/htmega_twitter_feed.php:208
10392
- #: includes/widgets/htmega_user_login_form.php:79
10393
- #: includes/widgets/htmega_user_login_form.php:187
10394
- #: includes/widgets/htmega_user_login_form.php:198
10395
- #: includes/widgets/htmega_user_login_form.php:289
10396
- #: includes/widgets/htmega_user_login_form.php:316
10397
- #: includes/widgets/htmega_user_login_form.php:328
10398
- #: includes/widgets/htmega_wc_add_to_cart.php:72
10399
- #: includes/widgets/htmega_wpforms.php:77
10400
- #: includes/widgets/htmega_wpforms.php:89
10401
- #: extensions/ht-builder/widgets/bl_post_archive.php:101
10402
- #: extensions/ht-builder/widgets/bl_post_archive.php:113
10403
- #: extensions/ht-builder/widgets/bl_post_archive.php:125
10404
- #: extensions/ht-builder/widgets/bl_post_archive.php:137
10405
- #: extensions/ht-builder/widgets/bl_post_author_info.php:47
10406
- #: extensions/ht-builder/widgets/bl_post_author_info.php:72
10407
- #: extensions/ht-builder/widgets/bl_post_author_info.php:84
10408
- msgid "Show"
10409
- msgstr ""
10410
-
10411
- #: includes/widgets/htmega_buddy_press.php:126
10412
- msgid "Show Active Time"
10413
- msgstr ""
10414
-
10415
- #: includes/widgets/htmega_easy_digital_download.php:140
10416
- #: includes/widgets/htmega_toggle.php:45 includes/widgets/htmega_toggle.php:46
10417
- #: includes/widgets/htmega_wc_categories.php:80
10418
- msgid "Show All"
10419
- msgstr ""
10420
-
10421
- #: includes/widgets/htmega_notify.php:143
10422
- msgid "Show Animation"
10423
- msgstr ""
10424
-
10425
- #: includes/widgets/htmega_twitter_feed.php:156
10426
- msgid "Show Author Image"
10427
- msgstr ""
10428
-
10429
- #: includes/widgets/htmega_twitter_feed.php:168
10430
- msgid "Show Author Name"
10431
- msgstr ""
10432
-
10433
- #: extensions/ht-builder/widgets/bl_post_author_info.php:70
10434
- msgid "Show Avatar Image"
10435
- msgstr ""
10436
-
10437
- #: includes/widgets/htmega_scroll_image.php:120
10438
- msgid "Show Badge"
10439
- msgstr ""
10440
-
10441
- #: extensions/ht-builder/widgets/bl_post_author_info.php:82
10442
- msgid "Show Biography"
10443
- msgstr ""
10444
-
10445
- #: includes/widgets/htmega_easy_digital_download.php:106
10446
- msgid "Show Buy Button"
10447
- msgstr ""
10448
-
10449
- #: includes/widgets/htmega_instagram.php:175
10450
- msgid "Show Caption"
10451
- msgstr ""
10452
-
10453
- #: extensions/ht-builder/widgets/bl_post_archive.php:111
10454
- msgid "Show Category"
10455
- msgstr ""
10456
-
10457
- #: includes/widgets/htmega_easy_digital_download.php:86
10458
- msgid "Show Content"
10459
- msgstr ""
10460
-
10461
- #: includes/widgets/htmega_videoplayer.php:198
10462
- msgid "Show Controller Button"
10463
- msgstr ""
10464
-
10465
- #: includes/widgets/htmega_gravity_forms.php:88
10466
- msgid "Show Description"
10467
- msgstr ""
10468
-
10469
- #: includes/widgets/htmega_download_monitor.php:96
10470
- msgid "Show Download Count"
10471
- msgstr ""
10472
-
10473
- #: includes/widgets/htmega_download_monitor.php:84
10474
- msgid "Show File Size"
10475
- msgstr ""
10476
-
10477
- #: includes/widgets/htmega_download_monitor.php:72
10478
- msgid "Show File Type"
10479
- msgstr ""
10480
-
10481
- #: includes/widgets/htmega_instagram.php:277
10482
- msgid "Show Follow Button"
10483
- msgstr ""
10484
-
10485
- #: includes/widgets/htmega_instragram_feed.php:117
10486
- msgid "Show Follow Text"
10487
- msgstr ""
10488
-
10489
- #: includes/widgets/htmega_buddy_press.php:156
10490
- msgid "Show Friend Count"
10491
- msgstr ""
10492
-
10493
- #: includes/widgets/htmega_instragram_feed.php:82
10494
- msgid "Show Header"
10495
- msgstr ""
10496
-
10497
- #: includes/widgets/htmega_user_login_form.php:77
10498
- msgid "Show Heading And Content"
10499
- msgstr ""
10500
-
10501
- #: includes/widgets/htmega_notify.php:60
10502
- msgid "Show Info"
10503
- msgstr ""
10504
-
10505
- #: includes/widgets/htmega_instagram.php:187
10506
- msgid "Show Light Box"
10507
- msgstr ""
10508
-
10509
- #: includes/widgets/htmega_popover.php:127
10510
- #: includes/widgets/htmega_tooltip.php:127
10511
- msgid "Show Link"
10512
- msgstr ""
10513
-
10514
- #: includes/widgets/htmega_buddy_press.php:113
10515
- msgid "Show Meta Info"
10516
- msgstr ""
10517
-
10518
- #: includes/widgets/htmega_easy_digital_download.php:116
10519
- msgid "Show Pagination"
10520
- msgstr ""
10521
-
10522
- #: extensions/ht-builder/widgets/bl_post_archive.php:123
10523
- msgid "Show Post Meta"
10524
- msgstr ""
10525
-
10526
- #: includes/widgets/htmega_easy_digital_download.php:96
10527
- msgid "Show Price"
10528
- msgstr ""
10529
-
10530
- #: includes/widgets/htmega_wc_add_to_cart.php:69
10531
- msgid "Show Quantity"
10532
- msgstr ""
10533
-
10534
- #: extensions/ht-builder/widgets/bl_post_archive.php:135
10535
- msgid "Show Read More Button"
10536
- msgstr ""
10537
-
10538
- #: includes/widgets/htmega_buddy_press.php:141
10539
- msgid "Show Register Time"
10540
- msgstr ""
10541
-
10542
- #: includes/widgets/htmega_twitter_feed.php:192
10543
- msgid "Show Relative Time"
10544
- msgstr ""
10545
-
10546
- #: includes/widgets/htmega_data_table.php:58
10547
- msgid "Show Sorting Options"
10548
- msgstr ""
10549
-
10550
- #: includes/widgets/htmega_easy_digital_download.php:76
10551
- msgid "Show Thumbnail"
10552
- msgstr ""
10553
-
10554
- #: includes/widgets/htmega_twitter_feed.php:180
10555
- msgid "Show Time"
10556
- msgstr ""
10557
-
10558
- #: includes/widgets/htmega_twitter_feed.php:206
10559
- msgid "Show Time Icon"
10560
- msgstr ""
10561
-
10562
- #: includes/widgets/htmega_gravity_forms.php:76
10563
- #: extensions/ht-builder/widgets/bl_post_archive.php:99
10564
- #: extensions/ht-builder/widgets/bl_post_author_info.php:45
10565
- msgid "Show Title"
10566
- msgstr ""
10567
-
10568
- #: includes/widgets/htmega_twitter_feed.php:144
10569
- msgid "Show Twitter Meta"
10570
- msgstr ""
10571
-
10572
- #: includes/widgets/htmega_videoplayer.php:210
10573
- msgid "Show video source Logo"
10574
- msgstr ""
10575
-
10576
- #: includes/widgets/htmega_offcanvas.php:61
10577
- msgid "Sidebar"
10578
- msgstr ""
10579
-
10580
- #: includes/widgets/htmega_user_login_form.php:133
10581
- #: includes/widgets/htmega_user_login_form.php:134
10582
- msgid "Sign Up"
10583
- msgstr ""
10584
-
10585
- #: extensions/ht-builder/admin/setting.php:64
10586
- msgid "Single Blog Template."
10587
- msgstr ""
10588
-
10589
- #: includes/widgets/htmega_bbpress.php:56
10590
- msgid "Single Forum"
10591
- msgstr ""
10592
-
10593
- #: includes/widgets/htmega_easy_digital_download.php:225
10594
- #: includes/widgets/htmega_twitter_feed.php:543
10595
- msgid "Single Item"
10596
- msgstr ""
10597
-
10598
- #: admin/include/admin-setting.php:471
10599
- #: includes/widgets/htmega_singlepost.php:15
10600
- #: includes/widgets/htmega_singlepost.php:36
10601
- msgid "Single Post"
10602
- msgstr ""
10603
-
10604
- #: includes/widgets/htmega_wc_element_pages.php:59
10605
- msgid "Single Product Page"
10606
- msgstr ""
10607
-
10608
- #: includes/widgets/htmega_bbpress.php:61
10609
- msgid "Single Reply"
10610
- msgstr ""
10611
-
10612
- #: includes/widgets/htmega_bbpress.php:63
10613
- msgid "Single Tag"
10614
- msgstr ""
10615
-
10616
- #: includes/widgets/htmega_bbpress.php:59
10617
- msgid "Single Topic"
10618
- msgstr ""
10619
-
10620
- #: includes/widgets/htmega_bbpress.php:64
10621
- msgid "Single View"
10622
- msgstr ""
10623
-
10624
- #: includes/widgets_control.php:308
10625
- msgid "SinglePost"
10626
- msgstr ""
10627
-
10628
- #: includes/widgets/htmega_user_login_form.php:131
10629
- msgid "SingUp Text"
10630
- msgstr ""
10631
-
10632
- #: admin/include/admin-setting.php:814 admin/include/admin-setting.php:815
10633
- #: extensions/ht-builder/widgets/bl_site_logo.php:69
10634
- msgid "Site Logo"
10635
- msgstr ""
10636
-
10637
- #: admin/include/admin-setting.php:805 admin/include/admin-setting.php:806
10638
- #: extensions/ht-builder/widgets/bl_site_logo.php:41
10639
- #: extensions/ht-builder/widgets/bl_site_title.php:39
10640
- #: extensions/ht-builder/widgets/bl_site_title.php:60
10641
- #: extensions/ht-builder/widgets/bl_site_title.php:170
10642
- msgid "Site Title"
10643
- msgstr ""
10644
-
10645
- #: includes/widgets/htmega_image_grid.php:67
10646
- #: includes/widgets/htmega_image_masonry.php:75
10647
- #: includes/widgets/htmega_testimonial_grid.php:78
10648
- msgid "Six"
10649
- msgstr ""
10650
-
10651
- #: includes/widgets/htmega_counter.php:837
10652
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:181
10653
- msgid "Size"
10654
- msgstr ""
10655
-
10656
- #: includes/widgets/htmega_double_button.php:78
10657
- msgid "Skew Background"
10658
- msgstr ""
10659
-
10660
- #: includes/widgets/htmega_socialshere.php:88
10661
- msgid "Skype"
10662
- msgstr ""
10663
-
10664
- #: includes/widgets/htmega_animated_heading.php:73
10665
- msgid "Slide"
10666
- msgstr ""
10667
-
10668
- #: includes/widgets/htmega_carousel.php:112
10669
- #: includes/widgets/htmega_instagram.php:199
10670
- #: includes/widgets/htmega_panel_slider.php:138
10671
- #: includes/widgets/htmega_post_slider.php:276
10672
- #: includes/widgets/htmega_twitter_feed.php:217
10673
- msgid "Slider"
10674
- msgstr ""
10675
-
10676
- #: includes/widgets/htmega_carousel.php:152
10677
- #: includes/widgets/htmega_instagram.php:347
10678
- #: includes/widgets/htmega_panel_slider.php:212
10679
- #: includes/widgets/htmega_post_slider.php:316
10680
- #: includes/widgets/htmega_slider_thumb_gallery.php:157
10681
- #: includes/widgets/htmega_twitter_feed.php:274
10682
- msgid "Slider Arrow"
10683
- msgstr ""
10684
-
10685
- #: includes/widgets/htmega_instagram.php:449
10686
- #: includes/widgets/htmega_panel_slider.php:314
10687
- #: includes/widgets/htmega_post_slider.php:434
10688
- #: includes/widgets/htmega_slider_thumb_gallery.php:248
10689
- #: includes/widgets/htmega_twitter_feed.php:376
10690
- msgid "Slider auto play"
10691
- msgstr ""
10692
-
10693
- #: includes/widgets/htmega_carousel.php:254
10694
- msgid "Slider autoplay"
10695
- msgstr ""
10696
-
10697
- #: includes/widgets/htmega_scroll_navigation.php:126
10698
- msgid "Slider Direction"
10699
- msgstr ""
10700
-
10701
- #: includes/widgets/htmega_carousel.php:197
10702
- #: includes/widgets/htmega_instagram.php:392
10703
- #: includes/widgets/htmega_panel_slider.php:257
10704
- #: includes/widgets/htmega_post_slider.php:361
10705
- #: includes/widgets/htmega_slider_thumb_gallery.php:198
10706
- #: includes/widgets/htmega_twitter_feed.php:319
10707
- msgid "Slider dots"
10708
- msgstr ""
10709
-
10710
- #: includes/widgets/htmega_post_slider.php:614
10711
- msgid "Slider Image Max Height"
10712
- msgstr ""
10713
-
10714
- #: includes/widgets/htmega_post_slider.php:600
10715
- msgid "Slider Image Style"
10716
- msgstr ""
10717
-
10718
- #: includes/widgets/htmega_carousel.php:293
10719
- #: includes/widgets/htmega_carousel.php:335
10720
- #: includes/widgets/htmega_carousel.php:390
10721
- #: includes/widgets/htmega_instagram.php:488
10722
- #: includes/widgets/htmega_instagram.php:530
10723
- #: includes/widgets/htmega_instagram.php:585
10724
- #: includes/widgets/htmega_panel_slider.php:353
10725
- #: includes/widgets/htmega_panel_slider.php:395
10726
- #: includes/widgets/htmega_panel_slider.php:450
10727
- #: includes/widgets/htmega_post_slider.php:473
10728
- #: includes/widgets/htmega_post_slider.php:515
10729
- #: includes/widgets/htmega_post_slider.php:570
10730
- #: includes/widgets/htmega_slider_thumb_gallery.php:281
10731
- #: includes/widgets/htmega_slider_thumb_gallery.php:317
10732
- #: includes/widgets/htmega_slider_thumb_gallery.php:364
10733
- #: includes/widgets/htmega_twitter_feed.php:415
10734
- #: includes/widgets/htmega_twitter_feed.php:457
10735
- #: includes/widgets/htmega_twitter_feed.php:512
10736
- msgid "Slider item to scroll"
10737
- msgstr ""
10738
-
10739
- #: includes/widgets/htmega_carousel.php:137
10740
- #: includes/widgets/htmega_carousel.php:320
10741
- #: includes/widgets/htmega_carousel.php:375
10742
- #: includes/widgets/htmega_instagram.php:332
10743
- #: includes/widgets/htmega_instagram.php:515
10744
- #: includes/widgets/htmega_instagram.php:570
10745
- #: includes/widgets/htmega_panel_slider.php:163
10746
- #: includes/widgets/htmega_panel_slider.php:380
10747
- #: includes/widgets/htmega_panel_slider.php:435
10748
- #: includes/widgets/htmega_post_slider.php:301
10749
- #: includes/widgets/htmega_post_slider.php:500
10750
- #: includes/widgets/htmega_post_slider.php:555
10751
- #: includes/widgets/htmega_slider_thumb_gallery.php:144
10752
- #: includes/widgets/htmega_slider_thumb_gallery.php:304
10753
- #: includes/widgets/htmega_slider_thumb_gallery.php:351
10754
- #: includes/widgets/htmega_twitter_feed.php:242
10755
- #: includes/widgets/htmega_twitter_feed.php:442
10756
- #: includes/widgets/htmega_twitter_feed.php:497
10757
- msgid "Slider Items"
10758
- msgstr ""
10759
-
10760
- #: includes/widgets/htmega_scroll_navigation.php:219
10761
- msgid "Slider Navigation"
10762
- msgstr ""
10763
-
10764
- #: includes/widgets/htmega_carousel.php:127
10765
- #: includes/widgets/htmega_instagram.php:322
10766
- #: includes/widgets/htmega_panel_slider.php:153
10767
- #: includes/widgets/htmega_post_slider.php:291
10768
- #: includes/widgets/htmega_slider_thumb_gallery.php:137
10769
- #: includes/widgets/htmega_twitter_feed.php:232
10770
- msgid "Slider Option"
10771
- msgstr ""
10772
-
10773
- #: includes/widgets/htmega_scroll_navigation.php:119
10774
- msgid "Slider Options"
10775
- msgstr ""
10776
-
10777
- #: includes/widgets/htmega_scroll_navigation.php:229
10778
- msgid "Slider Pagination"
10779
- msgstr ""
10780
-
10781
- #: includes/widgets/htmega_panel_slider.php:78
10782
- msgid "Slider Sub Title"
10783
- msgstr ""
10784
-
10785
- #: includes/widgets_control.php:313
10786
- msgid "Slider Thumb Gallery"
10787
- msgstr ""
10788
-
10789
- #: includes/widgets/htmega_slider_thumb_gallery.php:43
10790
- msgid "Slider Thumbnail"
10791
- msgstr ""
10792
-
10793
- #: admin/include/admin-setting.php:479
10794
- #: includes/widgets/htmega_slider_thumb_gallery.php:14
10795
- msgid "Slider Thumbnail Gallery"
10796
- msgstr ""
10797
-
10798
- #: includes/widgets/htmega_panel_slider.php:69
10799
- msgid "Slider Title"
10800
- msgstr ""
10801
-
10802
- #: includes/widgets/htmega_scroll_navigation.php:191
10803
- msgid "Slider Visible Item"
10804
- msgstr ""
10805
-
10806
- #: includes/widgets/htmega_easy_digital_download.php:199
10807
- #: includes/widgets/htmega_wc_categories.php:130
10808
- msgid "Slug"
10809
- msgstr ""
10810
-
10811
- #: includes/widgets/htmega_booked_calender.php:167
10812
- #: includes/widgets/htmega_button.php:86
10813
- #: includes/widgets/htmega_double_button.php:46
10814
- msgid "Small"
10815
- msgstr ""
10816
-
10817
- #: includes/widgets/htmega_socialshere.php:58
10818
- #: includes/widgets/htmega_teammember.php:205
10819
- #: includes/widgets/htmega_teammember.php:955
10820
- msgid "Social Media"
10821
- msgstr ""
10822
-
10823
- #: admin/include/admin-setting.php:487
10824
- #: includes/widgets/htmega_socialshere.php:13
10825
- #: includes/widgets/htmega_socialshere.php:49
10826
- msgid "Social Share"
10827
- msgstr ""
10828
-
10829
- #: admin/include/admin-setting.php:842
10830
- msgid "Social share"
10831
- msgstr ""
10832
-
10833
- #: admin/include/admin-setting.php:841
10834
- msgid "Social Share <span>( Pro )</span>"
10835
- msgstr ""
10836
-
10837
- #: includes/widgets_control.php:318
10838
- msgid "SocialShere"
10839
- msgstr ""
10840
-
10841
- #: includes/helper-function.php:399
10842
- msgid "Something is wrong please check again!"
10843
- msgstr ""
10844
-
10845
- #: includes/helper-function.php:421
10846
- msgid "Sorry, that username already exists!"
10847
- msgstr ""
10848
-
10849
- #: includes/helper-function.php:425
10850
- msgid "Sorry, the username you entered is not valid"
10851
- msgstr ""
10852
-
10853
- #: admin/include/template-library.php:390
10854
- msgid "Sorry, you are not allowed to install themes on this site."
10855
- msgstr ""
10856
-
10857
- #: includes/widgets/htmega_data_table.php:73
10858
- msgid "Sorting Options"
10859
- msgstr ""
10860
-
10861
- #: includes/widgets/htmega_data_table.php:1063
10862
- msgid "Sorting Ordering After Color"
10863
- msgstr ""
10864
-
10865
- #: includes/widgets/htmega_data_table.php:1047
10866
- msgid "Sorting Ordering Before Color"
10867
- msgstr ""
10868
-
10869
- #: includes/widgets/htmega_data_table.php:1031
10870
- msgid "Sorting Ordering Color"
10871
- msgstr ""
10872
-
10873
- #: includes/widgets/htmega_data_table.php:788
10874
- msgid "Sorting Style"
10875
- msgstr ""
10876
-
10877
- #: includes/widgets/htmega_videoplayer.php:174
10878
- msgid "Sound Mute"
10879
- msgstr ""
10880
-
10881
- #: includes/widgets/htmega_gallery_justify.php:67
10882
- msgid "Space"
10883
- msgstr ""
10884
-
10885
- #: includes/widgets/htmega_user_login_form.php:433
10886
- msgid "Space Around"
10887
- msgstr ""
10888
-
10889
- #: includes/widgets/htmega_user_login_form.php:432
10890
- msgid "Space Between"
10891
- msgstr ""
10892
-
10893
- #: includes/widgets/htmega_user_login_form.php:434
10894
- msgid "Space Evenly"
10895
- msgstr ""
10896
-
10897
- #: includes/widgets/htmega_popover.php:216
10898
- #: includes/widgets/htmega_tooltip.php:192
10899
- msgid "Space With Button"
10900
- msgstr ""
10901
-
10902
- #: includes/widgets/htmega_caldera_form.php:120
10903
- #: includes/widgets/htmega_caldera_form.php:164
10904
- msgid "Space(px)"
10905
- msgstr ""
10906
-
10907
- #: includes/helper-function.php:183
10908
- msgid "span"
10909
- msgstr ""
10910
-
10911
- #: includes/widgets_control.php:103
10912
- msgid "Special day Banner"
10913
- msgstr ""
10914
-
10915
- #: admin/include/admin-setting.php:143
10916
- #: includes/widgets/htmega_special_day_banner.php:14
10917
- msgid "Special Day Offer"
10918
- msgstr ""
10919
-
10920
- #: includes/widgets/htmega_scroll_image.php:149
10921
- #: includes/widgets/htmega_scroll_navigation.php:182
10922
- msgid "Speed"
10923
- msgstr ""
10924
-
10925
- #: includes/widgets/htmega_accordion.php:1000
10926
- #: includes/widgets/htmega_counter.php:70
10927
- #: includes/widgets/htmega_user_login_form.php:429
10928
- msgid "Start"
10929
- msgstr ""
10930
-
10931
- #: includes/widgets/htmega_bbpress.php:65
10932
- msgid "Stats"
10933
- msgstr ""
10934
-
10935
- #: includes/widgets/htmega_progress_bar.php:75
10936
- msgid "Striped"
10937
- msgstr ""
10938
-
10939
- #: includes/widgets/htmega_progress_bar.php:87
10940
- msgid "Striped Animated"
10941
- msgstr ""
10942
-
10943
- #: includes/widgets/htmega_section_title.php:656
10944
- #: includes/widgets/htmega_section_title.php:1045
10945
- msgid "Stroke"
10946
- msgstr ""
10947
-
10948
- #: includes/widgets/htmega_section_title.php:666
10949
- #: includes/widgets/htmega_section_title.php:1055
10950
- msgid "Stroke Color"
10951
- msgstr ""
10952
-
10953
- #: includes/widgets/htmega_section_title.php:680
10954
- #: includes/widgets/htmega_section_title.php:1069
10955
- msgid "Stroke Fill Width"
10956
- msgstr ""
10957
-
10958
- #: includes/widgets/htmega_socialshere.php:77
10959
- msgid "Stumbleupon"
10960
- msgstr ""
10961
-
10962
- #: includes/widgets/htmega_accordion.php:51
10963
- #: includes/widgets/htmega_add_banner.php:41
10964
- #: includes/widgets/htmega_blockquote.php:172
10965
- #: includes/widgets/htmega_booked_calender.php:50
10966
- #: includes/widgets/htmega_brand.php:42 includes/widgets/htmega_brand.php:120
10967
- #: includes/widgets/htmega_call_to_action.php:39
10968
- #: includes/widgets/htmega_carousel.php:50
10969
- #: includes/widgets/htmega_contact_form_seven.php:51
10970
- #: includes/widgets/htmega_countdown.php:94
10971
- #: includes/widgets/htmega_counter.php:49
10972
- #: includes/widgets/htmega_dropcaps.php:42
10973
- #: includes/widgets/htmega_errorcontent.php:50
10974
- #: includes/widgets/htmega_errorcontent.php:238
10975
- #: includes/widgets/htmega_imagemarker.php:121
10976
- #: includes/widgets/htmega_image_grid.php:42
10977
- #: includes/widgets/htmega_image_magnifier.php:102
10978
- #: includes/widgets/htmega_image_masonry.php:50
10979
- #: includes/widgets/htmega_inlinemenu.php:53
10980
- #: includes/widgets/htmega_instagram.php:51
10981
- #: includes/widgets/htmega_instagram.php:616
10982
- #: includes/widgets/htmega_instragram_feed.php:145
10983
- #: includes/widgets/htmega_mailchimp_wp.php:50
10984
- #: includes/widgets/htmega_mailchimp_wp.php:81
10985
- #: includes/widgets/htmega_newsticker.php:50
10986
- #: includes/widgets/htmega_notify.php:270
10987
- #: includes/widgets/htmega_offcanvas.php:308
10988
- #: includes/widgets/htmega_panel_slider.php:52
10989
- #: includes/widgets/htmega_popover.php:253
10990
- #: includes/widgets/htmega_post_slider.php:1422
10991
- #: includes/widgets/htmega_pricing_list_view.php:307
10992
- #: includes/widgets/htmega_pricing_list_view.php:681
10993
- #: includes/widgets/htmega_progress_bar.php:57
10994
- #: includes/widgets/htmega_progress_bar.php:71
10995
- #: includes/widgets/htmega_search.php:42 includes/widgets/htmega_service.php:42
10996
- #: includes/widgets/htmega_singlepost.php:42
10997
- #: includes/widgets/htmega_socialshere.php:399
10998
- #: includes/widgets/htmega_switcher.php:41
10999
- #: includes/widgets/htmega_switcher.php:238 includes/widgets/htmega_tabs.php:41
11000
- #: includes/widgets/htmega_tabs.php:128
11001
- #: includes/widgets/htmega_teammember.php:50
11002
- #: includes/widgets/htmega_testimonial_grid.php:41
11003
- #: includes/widgets/htmega_twitter_feed.php:55
11004
- #: includes/widgets/htmega_user_login_form.php:50
11005
- #: includes/widgets/htmega_user_login_form.php:549
11006
- #: includes/widgets/htmega_weather.php:65
11007
- #: includes/widgets/htmega_working_process.php:42
11008
- #: extensions/ht-builder/widgets/bl_site_logo.php:99
11009
- msgid "Style"
11010
- msgstr ""
11011
-
11012
- #: includes/widgets/htmega_inlinemenu.php:64
11013
- #: includes/widgets/htmega_teammember.php:61
11014
- msgid "Style Eight"
11015
- msgstr ""
11016
-
11017
- #: includes/widgets/htmega_add_banner.php:49
11018
- #: includes/widgets/htmega_animated_heading.php:57
11019
- #: includes/widgets/htmega_brand.php:50
11020
- #: includes/widgets/htmega_call_to_action.php:47
11021
- #: includes/widgets/htmega_carousel.php:58
11022
- #: includes/widgets/htmega_contact_form_seven.php:59
11023
- #: includes/widgets/htmega_counter.php:57
11024
- #: includes/widgets/htmega_dropcaps.php:50
11025
- #: includes/widgets/htmega_imagemarker.php:129
11026
- #: includes/widgets/htmega_image_grid.php:50
11027
- #: includes/widgets/htmega_image_masonry.php:58
11028
- #: includes/widgets/htmega_inlinemenu.php:61
11029
- #: includes/widgets/htmega_mailchimp_wp.php:58
11030
- #: includes/widgets/htmega_newsticker.php:58
11031
- #: includes/widgets/htmega_search.php:50
11032
- #: includes/widgets/htmega_section_title.php:49
11033
- #: includes/widgets/htmega_service.php:50 includes/widgets/htmega_tabs.php:49
11034
- #: includes/widgets/htmega_teammember.php:58
11035
- #: includes/widgets/htmega_testimonial_grid.php:49
11036
- #: includes/widgets/htmega_twitter_feed.php:63
11037
- #: includes/widgets/htmega_user_login_form.php:58
11038
- #: includes/widgets/htmega_working_process.php:50
11039
- msgid "Style Five"
11040
- msgstr ""
11041
-
11042
- #: includes/widgets/htmega_accordion.php:58
11043
- #: includes/widgets/htmega_add_banner.php:48
11044
- #: includes/widgets/htmega_animated_heading.php:56
11045
- #: includes/widgets/htmega_brand.php:49
11046
- #: includes/widgets/htmega_call_to_action.php:46
11047
- #: includes/widgets/htmega_carousel.php:57
11048
- #: includes/widgets/htmega_contact_form_seven.php:58
11049
- #: includes/widgets/htmega_counter.php:56
11050
- #: includes/widgets/htmega_dropcaps.php:49
11051
- #: includes/widgets/htmega_errorcontent.php:57
11052
- #: includes/widgets/htmega_imagemarker.php:128
11053
- #: includes/widgets/htmega_image_grid.php:49
11054
- #: includes/widgets/htmega_image_masonry.php:57
11055
- #: includes/widgets/htmega_inlinemenu.php:60
11056
- #: includes/widgets/htmega_instagram.php:58
11057
- #: includes/widgets/htmega_mailchimp_wp.php:57
11058
- #: includes/widgets/htmega_newsticker.php:57
11059
- #: includes/widgets/htmega_panel_slider.php:59
11060
- #: includes/widgets/htmega_search.php:49
11061
- #: includes/widgets/htmega_section_title.php:48
11062
- #: includes/widgets/htmega_service.php:49
11063
- #: includes/widgets/htmega_singlepost.php:49
11064
- #: includes/widgets/htmega_tabs.php:48
11065
- #: includes/widgets/htmega_teammember.php:57
11066
- #: includes/widgets/htmega_testimonial_grid.php:48
11067
- #: includes/widgets/htmega_twitter_feed.php:62
11068
- #: includes/widgets/htmega_user_login_form.php:57
11069
- #: includes/widgets/htmega_weather.php:72
11070
- #: includes/widgets/htmega_working_process.php:49
11071
- msgid "Style Four"
11072
- msgstr ""
11073
-
11074
- #: includes/widgets/htmega_countdown.php:101
11075
- msgid "Style Four (Flip)"
11076
- msgstr ""
11077
-
11078
- #: includes/widgets/htmega_inlinemenu.php:65
11079
- msgid "Style Nine"
11080
- msgstr ""
11081
-
11082
- #: includes/widgets/htmega_accordion.php:55
11083
- #: includes/widgets/htmega_add_banner.php:45
11084
- #: includes/widgets/htmega_animated_heading.php:53
11085
- #: includes/widgets/htmega_brand.php:46 includes/widgets/htmega_button.php:46
11086
- #: includes/widgets/htmega_call_to_action.php:43
11087
- #: includes/widgets/htmega_carousel.php:54
11088
- #: includes/widgets/htmega_carousel.php:433
11089
- #: includes/widgets/htmega_contact_form_seven.php:55
11090
- #: includes/widgets/htmega_counter.php:53
11091
- #: includes/widgets/htmega_dropcaps.php:46
11092
- #: includes/widgets/htmega_errorcontent.php:54
11093
- #: includes/widgets/htmega_imagemarker.php:125
11094
- #: includes/widgets/htmega_image_grid.php:46
11095
- #: includes/widgets/htmega_image_masonry.php:54
11096
- #: includes/widgets/htmega_inlinemenu.php:57
11097
- #: includes/widgets/htmega_instagram.php:55
11098
- #: includes/widgets/htmega_mailchimp_wp.php:54
11099
- #: includes/widgets/htmega_newsticker.php:54
11100
- #: includes/widgets/htmega_panel_slider.php:56
11101
- #: includes/widgets/htmega_post_slider.php:1426
11102
- #: includes/widgets/htmega_search.php:46
11103
- #: includes/widgets/htmega_section_title.php:45
11104
- #: includes/widgets/htmega_service.php:46
11105
- #: includes/widgets/htmega_singlepost.php:46
11106
- #: includes/widgets/htmega_tabs.php:45
11107
- #: includes/widgets/htmega_teammember.php:54
11108
- #: includes/widgets/htmega_teammember.php:72
11109
- #: includes/widgets/htmega_teammember.php:87
11110
- #: includes/widgets/htmega_testimonial_grid.php:45
11111
- #: includes/widgets/htmega_twitter_feed.php:59
11112
- #: includes/widgets/htmega_user_login_form.php:54
11113
- #: includes/widgets/htmega_weather.php:69
11114
- #: includes/widgets/htmega_working_process.php:46
11115
- msgid "Style One"
11116
- msgstr ""
11117
-
11118
- #: includes/widgets/htmega_countdown.php:98
11119
- msgid "Style one"
11120
- msgstr ""
11121
-
11122
- #: includes/widgets/htmega_animated_heading.php:59
11123
- #: includes/widgets/htmega_brand.php:52
11124
- #: includes/widgets/htmega_call_to_action.php:49
11125
- #: includes/widgets/htmega_carousel.php:60
11126
- #: includes/widgets/htmega_inlinemenu.php:63
11127
- #: includes/widgets/htmega_newsticker.php:60
11128
- #: includes/widgets/htmega_service.php:52
11129
- #: includes/widgets/htmega_teammember.php:60
11130
- #: includes/widgets/htmega_user_login_form.php:60
11131
- msgid "Style Seven"
11132
- msgstr ""
11133
-
11134
- #: includes/widgets/htmega_add_banner.php:50
11135
- #: includes/widgets/htmega_animated_heading.php:58
11136
- #: includes/widgets/htmega_brand.php:51
11137
- #: includes/widgets/htmega_call_to_action.php:48
11138
- #: includes/widgets/htmega_carousel.php:59
11139
- #: includes/widgets/htmega_contact_form_seven.php:60
11140
- #: includes/widgets/htmega_counter.php:58
11141
- #: includes/widgets/htmega_imagemarker.php:130
11142
- #: includes/widgets/htmega_inlinemenu.php:62
11143
- #: includes/widgets/htmega_newsticker.php:59
11144
- #: includes/widgets/htmega_service.php:51
11145
- #: includes/widgets/htmega_teammember.php:59
11146
- #: includes/widgets/htmega_user_login_form.php:59
11147
- msgid "Style Six"
11148
- msgstr ""
11149
-
11150
- #: includes/widgets/htmega_inlinemenu.php:66
11151
- msgid "Style Ten"
11152
- msgstr ""
11153
-
11154
- #: includes/widgets/htmega_accordion.php:57
11155
- #: includes/widgets/htmega_add_banner.php:47
11156
- #: includes/widgets/htmega_animated_heading.php:55
11157
- #: includes/widgets/htmega_brand.php:48
11158
- #: includes/widgets/htmega_call_to_action.php:45
11159
- #: includes/widgets/htmega_carousel.php:56
11160
- #: includes/widgets/htmega_contact_form_seven.php:57
11161
- #: includes/widgets/htmega_countdown.php:100
11162
- #: includes/widgets/htmega_counter.php:55
11163
- #: includes/widgets/htmega_dropcaps.php:48
11164
- #: includes/widgets/htmega_errorcontent.php:56
11165
- #: includes/widgets/htmega_imagemarker.php:127
11166
- #: includes/widgets/htmega_image_grid.php:48
11167
- #: includes/widgets/htmega_image_masonry.php:56
11168
- #: includes/widgets/htmega_inlinemenu.php:59
11169
- #: includes/widgets/htmega_instagram.php:57
11170
- #: includes/widgets/htmega_mailchimp_wp.php:56
11171
- #: includes/widgets/htmega_newsticker.php:56
11172
- #: includes/widgets/htmega_panel_slider.php:58
11173
- #: includes/widgets/htmega_search.php:48
11174
- #: includes/widgets/htmega_section_title.php:47
11175
- #: includes/widgets/htmega_service.php:48
11176
- #: includes/widgets/htmega_singlepost.php:48
11177
- #: includes/widgets/htmega_tabs.php:47
11178
- #: includes/widgets/htmega_teammember.php:56
11179
- #: includes/widgets/htmega_teammember.php:89
11180
- #: includes/widgets/htmega_testimonial_grid.php:47
11181
- #: includes/widgets/htmega_twitter_feed.php:61
11182
- #: includes/widgets/htmega_user_login_form.php:56
11183
- #: includes/widgets/htmega_weather.php:71
11184
- #: includes/widgets/htmega_working_process.php:48
11185
- msgid "Style Three"
11186
- msgstr ""
11187
-
11188
- #: includes/widgets/htmega_accordion.php:56
11189
- #: includes/widgets/htmega_add_banner.php:46
11190
- #: includes/widgets/htmega_animated_heading.php:54
11191
- #: includes/widgets/htmega_brand.php:47 includes/widgets/htmega_button.php:47
11192
- #: includes/widgets/htmega_call_to_action.php:44
11193
- #: includes/widgets/htmega_carousel.php:55
11194
- #: includes/widgets/htmega_carousel.php:434
11195
- #: includes/widgets/htmega_contact_form_seven.php:56
11196
- #: includes/widgets/htmega_countdown.php:99
11197
- #: includes/widgets/htmega_counter.php:54
11198
- #: includes/widgets/htmega_dropcaps.php:47
11199
- #: includes/widgets/htmega_errorcontent.php:55
11200
- #: includes/widgets/htmega_imagemarker.php:126
11201
- #: includes/widgets/htmega_image_grid.php:47
11202
- #: includes/widgets/htmega_image_masonry.php:55
11203
- #: includes/widgets/htmega_inlinemenu.php:58
11204
- #: includes/widgets/htmega_instagram.php:56
11205
- #: includes/widgets/htmega_mailchimp_wp.php:55
11206
- #: includes/widgets/htmega_newsticker.php:55
11207
- #: includes/widgets/htmega_panel_slider.php:57
11208
- #: includes/widgets/htmega_post_slider.php:1427
11209
- #: includes/widgets/htmega_search.php:47
11210
- #: includes/widgets/htmega_section_title.php:46
11211
- #: includes/widgets/htmega_service.php:47
11212
- #: includes/widgets/htmega_singlepost.php:47
11213
- #: includes/widgets/htmega_tabs.php:46
11214
- #: includes/widgets/htmega_teammember.php:55
11215
- #: includes/widgets/htmega_teammember.php:73
11216
- #: includes/widgets/htmega_teammember.php:88
11217
- #: includes/widgets/htmega_testimonial_grid.php:46
11218
- #: includes/widgets/htmega_twitter_feed.php:60
11219
- #: includes/widgets/htmega_user_login_form.php:55
11220
- #: includes/widgets/htmega_weather.php:70
11221
- #: includes/widgets/htmega_working_process.php:47
11222
- msgid "Style Two"
11223
- msgstr ""
11224
-
11225
- #: includes/widgets/htmega_quforms.php:199
11226
- msgid "Sub Label"
11227
- msgstr ""
11228
-
11229
- #: extensions/ht-builder/widgets/bl_nav_menu.php:337
11230
- #: extensions/ht-menu/widgets/inline-mega-menu.php:195
11231
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:196
11232
- msgid "Sub Menu"
11233
- msgstr ""
11234
-
11235
- #: extensions/ht-menu/admin/setting.php:87
11236
- msgid "Sub Menu Background Color"
11237
- msgstr ""
11238
-
11239
- #: extensions/ht-menu/admin/setting.php:94
11240
- msgid "Sub Menu Items Color"
11241
- msgstr ""
11242
-
11243
- #: extensions/ht-menu/admin/setting.php:101
11244
- msgid "Sub Menu Items Hover Color"
11245
- msgstr ""
11246
-
11247
- #: extensions/ht-menu/admin/setting.php:76
11248
- #: extensions/ht-menu/widgets/inline-mega-menu.php:203
11249
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:204
11250
- msgid "Sub Menu Width"
11251
- msgstr ""
11252
-
11253
- #: includes/widgets/htmega_add_banner.php:101
11254
- #: includes/widgets/htmega_add_banner.php:489
11255
- #: includes/widgets/htmega_call_to_action.php:57
11256
- #: includes/widgets/htmega_call_to_action.php:500
11257
- #: includes/widgets/htmega_errorcontent.php:100
11258
- #: includes/widgets/htmega_errorcontent.php:384
11259
- #: includes/widgets/htmega_panel_slider.php:684
11260
- #: includes/widgets/htmega_section_title.php:69
11261
- #: includes/widgets/htmega_slider_thumb_gallery.php:74
11262
- #: includes/widgets/htmega_special_day_banner.php:87
11263
- #: includes/widgets/htmega_special_day_banner.php:394
11264
- msgid "Sub Title"
11265
- msgstr ""
11266
-
11267
- #: includes/widgets/htmega_section_title.php:222
11268
- msgid "Sub Title Setting"
11269
- msgstr ""
11270
-
11271
- #: includes/widgets/htmega_slider_thumb_gallery.php:730
11272
- msgid "Sub Title Style"
11273
- msgstr ""
11274
-
11275
- #: includes/widgets/htmega_section_title.php:768
11276
- msgid "Sub Title style"
11277
- msgstr ""
11278
-
11279
- #: includes/widgets/htmega_call_to_action.php:69
11280
- msgid "Sub Title Tag"
11281
- msgstr ""
11282
-
11283
- #: extensions/ht-menu/menu/templates.php:68
11284
- msgid "SubMenu Position"
11285
- msgstr ""
11286
-
11287
- #: includes/widgets/htmega_caldera_form.php:436
11288
- #: includes/widgets/htmega_search.php:420
11289
- #: includes/widgets/htmega_user_login_form.php:1085
11290
- #: extensions/ht-builder/widgets/bl_post_comments.php:80
11291
- msgid "Submit Button"
11292
- msgstr ""
11293
-
11294
- #: includes/widgets/htmega_notify.php:134
11295
- msgid "Success"
11296
- msgstr ""
11297
-
11298
- #: includes/widgets/htmega_ninja_form.php:1157
11299
- msgid "Success Style"
11300
- msgstr ""
11301
-
11302
- #: extensions/ht-menu/classes/class.mega-menu.php:156
11303
- msgid "Successfully data saved"
11304
- msgstr ""
11305
-
11306
- #: includes/helper-function.php:401
11307
- msgid "Successfully Register"
11308
- msgstr ""
11309
-
11310
- #: admin/include/admin-setting.php:1138
11311
- #: extensions/ht-builder/admin/setting.php:196
11312
- #: extensions/ht-menu/admin/setting.php:148
11313
- #: extensions/wc-sales-notification/admin/setting.php:280
11314
- msgid "Successfully Settings Saved."
11315
- msgstr ""
11316
-
11317
- #: includes/widgets/htmega_counter.php:1016
11318
- msgid "Suffix"
11319
- msgstr ""
11320
-
11321
- #: includes/widgets/htmega_business_hours.php:168
11322
- msgid "Sunday"
11323
- msgstr ""
11324
-
11325
- #: includes/widgets/htmega_socialshere.php:79
11326
- msgid "Surfingbird"
11327
- msgstr ""
11328
-
11329
- #: includes/widgets/htmega_offcanvas.php:248
11330
- msgid "SVG Icon Size"
11331
- msgstr ""
11332
-
11333
- #: includes/widgets/htmega_switcher.php:64
11334
- msgid "Switch One"
11335
- msgstr ""
11336
-
11337
- #: includes/widgets/htmega_switcher.php:155
11338
- msgid "Switch Two"
11339
- msgstr ""
11340
-
11341
- #: includes/widgets_control.php:323 admin/include/admin-setting.php:495
11342
- #: includes/widgets/htmega_switcher.php:13
11343
- msgid "Switcher"
11344
- msgstr ""
11345
-
11346
- #: includes/widgets/htmega_switcher.php:275
11347
- msgid "Switcher Button"
11348
- msgstr ""
11349
-
11350
- #: includes/widgets/htmega_switcher.php:136
11351
- msgid "Switcher Content One"
11352
- msgstr ""
11353
-
11354
- #: includes/widgets/htmega_switcher.php:228
11355
- msgid "Switcher Content Two"
11356
- msgstr ""
11357
-
11358
- #: includes/widgets/htmega_switcher.php:34
11359
- msgid "Switcher Layout"
11360
- msgstr ""
11361
-
11362
- #: includes/widgets/htmega_switcher.php:56
11363
- msgid "Switcher One"
11364
- msgstr ""
11365
-
11366
- #: includes/widgets/htmega_switcher.php:65
11367
- #: includes/widgets/htmega_switcher.php:156
11368
- msgid "Switcher Title"
11369
- msgstr ""
11370
-
11371
- #: includes/widgets/htmega_switcher.php:75
11372
- #: includes/widgets/htmega_switcher.php:166
11373
- msgid "Switcher Title Icon"
11374
- msgstr ""
11375
-
11376
- #: includes/widgets/htmega_switcher.php:147
11377
- msgid "Switcher Two"
11378
- msgstr ""
11379
-
11380
- #: admin/include/templates/library/templates.php:10
11381
- #: admin/include/templates/library/templates.php:11
11382
- msgid "Sync Library"
11383
- msgstr ""
11384
-
11385
- #: includes/widgets/htmega_tabs.php:71
11386
- msgid "Tab #1"
11387
- msgstr ""
11388
-
11389
- #: includes/widgets/htmega_tabs.php:248
11390
- msgid "Tab Area Style"
11391
- msgstr ""
11392
-
11393
- #: includes/widgets/htmega_tabs.php:281
11394
- msgid "Tab Content Width (%)"
11395
- msgstr ""
11396
-
11397
- #: includes/widgets/htmega_tabs.php:669
11398
- msgid "Tab Icon Box Style"
11399
- msgstr ""
11400
-
11401
- #: includes/widgets/htmega_tabs.php:491
11402
- msgid "Tab Manu Style"
11403
- msgstr ""
11404
-
11405
- #: includes/widgets/htmega_tabs.php:240
11406
- msgid "Tab Menu"
11407
- msgstr ""
11408
-
11409
- #: includes/widgets/htmega_tabs.php:256
11410
- msgid "Tab Menu Width (%)"
11411
- msgstr ""
11412
-
11413
- #: admin/include/templates/library/templates.php:34
11414
- #: admin/include/templates/library/templates.php:35
11415
- msgid "Tab view"
11416
- msgstr ""
11417
-
11418
- #: includes/widgets/htmega_data_table.php:490
11419
- #: includes/widgets/htmega_pricing_list_view.php:1217
11420
- #: includes/widgets/htmega_tablepress.php:123
11421
- msgid "Table"
11422
- msgstr ""
11423
-
11424
- #: includes/widgets/htmega_data_table.php:669
11425
- #: includes/widgets/htmega_pricing_list_view.php:1366
11426
- #: includes/widgets/htmega_wc_element_pages.php:121
11427
- msgid "Table Body"
11428
- msgstr ""
11429
-
11430
- #: includes/widgets/htmega_pricing_list_view.php:1422
11431
- msgid "Table Body Padding"
11432
- msgstr ""
11433
-
11434
- #: includes/widgets/htmega_wc_element_pages.php:1193
11435
- msgid "Table Body Row"
11436
- msgstr ""
11437
-
11438
- #: includes/widgets/htmega_pricing_list_view.php:692
11439
- msgid "Table Body Typography"
11440
- msgstr ""
11441
-
11442
- #: includes/widgets/htmega_data_table.php:722
11443
- msgid "Table Cell Padding"
11444
- msgstr ""
11445
-
11446
- #: includes/widgets/htmega_data_table.php:228
11447
- #: includes/widgets/htmega_pricing_list_view.php:532
11448
- msgid "Table Content"
11449
- msgstr ""
11450
-
11451
- #: includes/widgets/htmega_wc_element_pages.php:1268
11452
- msgid "Table Footer"
11453
- msgstr ""
11454
-
11455
- #: includes/widgets/htmega_wc_element_pages.php:1161
11456
- msgid "Table Head"
11457
- msgstr ""
11458
-
11459
- #: includes/widgets/htmega_data_table.php:134
11460
- #: includes/widgets/htmega_data_table.php:564
11461
- #: includes/widgets/htmega_pricing_list_view.php:180
11462
- #: includes/widgets/htmega_pricing_list_view.php:1287
11463
- msgid "Table Header"
11464
- msgstr ""
11465
-
11466
- #: includes/widgets/htmega_data_table.php:603
11467
- #: includes/widgets/htmega_pricing_list_view.php:1331
11468
- msgid "Table Header Padding"
11469
- msgstr ""
11470
-
11471
- #: includes/widgets/htmega_wc_element_pages.php:87
11472
- msgid "Table Heading"
11473
- msgstr ""
11474
-
11475
- #: includes/widgets/htmega_data_table.php:37
11476
- msgid "Table Layout"
11477
- msgstr ""
11478
-
11479
- #: admin/include/admin-setting.php:1079
11480
- #: includes/widgets/htmega_tablepress.php:13
11481
- #: includes/widgets/htmega_tablepress.php:48
11482
- msgid "TablePress"
11483
- msgstr ""
11484
-
11485
- #: includes/widgets/htmega_carousel.php:308
11486
- #: includes/widgets/htmega_instagram.php:503
11487
- #: includes/widgets/htmega_panel_slider.php:368
11488
- #: includes/widgets/htmega_post_slider.php:488
11489
- #: includes/widgets/htmega_slider_thumb_gallery.php:294
11490
- #: includes/widgets/htmega_testimonial_grid.php:85
11491
- #: includes/widgets/htmega_twitter_feed.php:430
11492
- msgid "Tablet"
11493
- msgstr ""
11494
-
11495
- #: includes/widgets/htmega_carousel.php:350
11496
- #: includes/widgets/htmega_instagram.php:545
11497
- #: includes/widgets/htmega_panel_slider.php:410
11498
- #: includes/widgets/htmega_post_slider.php:530
11499
- #: includes/widgets/htmega_slider_thumb_gallery.php:330
11500
- #: includes/widgets/htmega_twitter_feed.php:472
11501
- msgid "Tablet Resolution"
11502
- msgstr ""
11503
-
11504
- #: includes/widgets_control.php:328 admin/include/admin-setting.php:503
11505
- #: includes/widgets/htmega_tabs.php:13 includes/widgets/htmega_tabs.php:34
11506
- msgid "Tabs"
11507
- msgstr ""
11508
-
11509
- #: includes/widgets/htmega_counter.php:164
11510
- msgid "Target Number"
11511
- msgstr ""
11512
-
11513
- #: includes/widgets/htmega_panel_slider.php:71
11514
- #: includes/widgets/htmega_panel_slider.php:114
11515
- #: includes/widgets/htmega_panel_slider.php:118
11516
- #: includes/widgets/htmega_panel_slider.php:122
11517
- #: includes/widgets/htmega_panel_slider.php:126
11518
- msgid "Tattoo Boy From New York"
11519
- msgstr ""
11520
-
11521
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:156
11522
- msgid "Taxonomy"
11523
- msgstr ""
11524
-
11525
- #: includes/widgets/htmega_teammember.php:322
11526
- msgid "Team Box Style"
11527
- msgstr ""
11528
-
11529
- #: admin/include/admin-setting.php:519
11530
- #: includes/widgets/htmega_teammember.php:14
11531
- #: includes/widgets/htmega_teammember.php:43
11532
- msgid "Team Member"
11533
- msgstr ""
11534
-
11535
- #: includes/widgets_control.php:338
11536
- msgid "TeamMember"
11537
- msgstr ""
11538
-
11539
- #: includes/widgets/htmega_socialshere.php:89
11540
- msgid "Telegram"
11541
- msgstr ""
11542
-
11543
- #: includes/widgets/htmega_template_selector.php:42
11544
- msgid "Template"
11545
- msgstr ""
11546
-
11547
- #: admin/include/class.library-source.php:219
11548
- msgid "Template does not have any content"
11549
- msgstr ""
11550
-
11551
- #: admin/include/class.htmega-elementor-template-library.php:97
11552
- msgid "Template id missing"
11553
- msgstr ""
11554
-
11555
- #: includes/widgets_control.php:398
11556
- #: includes/widgets/htmega_template_selector.php:13
11557
- msgid "Template Selector"
11558
- msgstr ""
11559
-
11560
- #: admin/include/admin-setting.php:902 admin/include/templates_list.php:33
11561
- msgid "Templates"
11562
- msgstr ""
11563
-
11564
- #: admin/include/template-library.php:73 admin/include/template-library.php:74
11565
- msgid "Templates Library"
11566
- msgstr ""
11567
-
11568
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:69
11569
- msgid "Terms"
11570
- msgstr ""
11571
-
11572
- #: includes/widgets_control.php:343 admin/include/admin-setting.php:527
11573
- msgid "Testimonial"
11574
- msgstr ""
11575
-
11576
- #: includes/widgets_control.php:348 admin/include/admin-setting.php:535
11577
- #: includes/widgets/htmega_testimonial_grid.php:14
11578
- #: includes/widgets/htmega_testimonial_grid.php:35
11579
- msgid "Testimonial Grid"
11580
- msgstr ""
11581
-
11582
- #: includes/widgets/htmega_button.php:55
11583
- #: includes/widgets/htmega_countdown.php:271
11584
- #: includes/widgets/htmega_data_table.php:254
11585
- #: includes/widgets/htmega_double_button.php:99
11586
- #: includes/widgets/htmega_double_button.php:186
11587
- #: includes/widgets/htmega_download_monitor.php:117
11588
- #: includes/widgets/htmega_modal.php:110 includes/widgets/htmega_popover.php:57
11589
- #: includes/widgets/htmega_pricing_list_view.php:578
11590
- #: includes/widgets/htmega_search.php:72 includes/widgets/htmega_tooltip.php:57
11591
- #: includes/widgets/htmega_tooltip.php:72
11592
- #: extensions/ht-builder/widgets/bl_post_search_form.php:58
11593
- msgid "Text"
11594
- msgstr ""
11595
-
11596
- #: includes/widgets/htmega_data_table.php:929
11597
- msgid "Text Active Color"
11598
- msgstr ""
11599
-
11600
- #: includes/widgets/htmega_booked_calender.php:437
11601
- #: includes/widgets/htmega_booked_calender.php:541
11602
- #: includes/widgets/htmega_booked_calender.php:581
11603
- #: includes/widgets/htmega_booked_calender.php:664
11604
- #: includes/widgets/htmega_booked_calender.php:727
11605
- #: includes/widgets/htmega_booked_calender.php:825
11606
- #: includes/widgets/htmega_button.php:200
11607
- #: includes/widgets/htmega_button.php:333
11608
- #: includes/widgets/htmega_button.php:526
11609
- #: includes/widgets/htmega_button.php:610
11610
- #: includes/widgets/htmega_caldera_form.php:201
11611
- #: includes/widgets/htmega_caldera_form.php:375
11612
- #: includes/widgets/htmega_caldera_form.php:454
11613
- #: includes/widgets/htmega_caldera_form.php:563
11614
- #: includes/widgets/htmega_call_to_action.php:706
11615
- #: includes/widgets/htmega_call_to_action.php:912
11616
- #: includes/widgets/htmega_contact_form_seven.php:246
11617
- #: includes/widgets/htmega_contact_form_seven.php:389
11618
- #: includes/widgets/htmega_contact_form_seven.php:501
11619
- #: includes/widgets/htmega_contact_form_seven.php:599
11620
- #: includes/widgets/htmega_contact_form_seven.php:662
11621
- #: includes/widgets/htmega_contact_form_seven.php:824
11622
- #: includes/widgets/htmega_contact_form_seven.php:912
11623
- #: includes/widgets/htmega_data_table.php:572
11624
- #: includes/widgets/htmega_data_table.php:701
11625
- #: includes/widgets/htmega_data_table.php:811
11626
- #: includes/widgets/htmega_data_table.php:862
11627
- #: includes/widgets/htmega_data_table.php:914
11628
- #: includes/widgets/htmega_data_table.php:993
11629
- #: includes/widgets/htmega_mailchimp_wp.php:208
11630
- #: includes/widgets/htmega_mailchimp_wp.php:372
11631
- #: includes/widgets/htmega_mailchimp_wp.php:460
11632
- #: includes/widgets/htmega_offcanvas.php:316
11633
- #: includes/widgets/htmega_pricing_list_view.php:722
11634
- #: includes/widgets/htmega_pricing_list_view.php:1310
11635
- #: includes/widgets/htmega_pricing_list_view.php:1401
11636
- #: includes/widgets/htmega_pricing_list_view.php:1519
11637
- #: includes/widgets/htmega_pricing_list_view.php:1562
11638
- #: includes/widgets/htmega_pricing_list_view.php:1639
11639
- #: includes/widgets/htmega_pricing_list_view.php:1720
11640
- #: includes/widgets/htmega_quforms.php:977
11641
- #: includes/widgets/htmega_search.php:229
11642
- #: includes/widgets/htmega_tablepress.php:282
11643
- #: includes/widgets/htmega_tablepress.php:326
11644
- #: includes/widgets/htmega_user_login_form.php:813
11645
- #: includes/widgets/htmega_user_login_form.php:1008
11646
- #: includes/widgets/htmega_wc_element_pages.php:97
11647
- #: includes/widgets/htmega_wc_element_pages.php:132
11648
- #: includes/widgets/htmega_wc_element_pages.php:212
11649
- #: includes/widgets/htmega_wc_element_pages.php:298
11650
- #: includes/widgets/htmega_wc_element_pages.php:392
11651
- #: includes/widgets/htmega_wc_element_pages.php:478
11652
- #: includes/widgets/htmega_wc_element_pages.php:555
11653
- #: includes/widgets/htmega_wc_element_pages.php:712
11654
- #: includes/widgets/htmega_wc_element_pages.php:899
11655
- #: includes/widgets/htmega_wc_element_pages.php:952
11656
- #: includes/widgets/htmega_wc_element_pages.php:1029
11657
- #: includes/widgets/htmega_wc_element_pages.php:1170
11658
- #: includes/widgets/htmega_wc_element_pages.php:1211
11659
- #: includes/widgets/htmega_wc_element_pages.php:1242
11660
- #: includes/widgets/htmega_wc_element_pages.php:1277
11661
- #: includes/widgets/htmega_wc_element_pages.php:1356
11662
- #: includes/widgets/htmega_wc_element_pages.php:1530
11663
- #: includes/widgets/htmega_wc_element_pages.php:1619
11664
- #: includes/widgets/htmega_weather.php:232
11665
- #: extensions/ht-menu/widgets/inline-mega-menu.php:292
11666
- #: extensions/ht-menu/widgets/inline-mega-menu.php:431
11667
- #: extensions/ht-menu/widgets/inline-mega-menu.php:503
11668
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:389
11669
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:449
11670
- msgid "Text Color"
11671
- msgstr ""
11672
-
11673
- #: includes/widgets/htmega_pricing_list_view.php:894
11674
- msgid "Text Hover Color"
11675
- msgstr ""
11676
-
11677
- #: includes/widgets/htmega_countdown.php:771
11678
- #: includes/widgets/htmega_countdown.php:944
11679
- #: includes/widgets/htmega_inlinemenu.php:233
11680
- #: includes/widgets/htmega_section_title.php:963
11681
- #: extensions/ht-builder/widgets/bl_nav_menu.php:216
11682
- msgid "Text Shadow"
11683
- msgstr ""
11684
-
11685
- #: includes/widgets/htmega_contact_form_seven.php:444
11686
- #: includes/widgets/htmega_ninja_form.php:694
11687
- #: includes/widgets/htmega_quforms.php:530
11688
- #: includes/widgets/htmega_wpforms.php:698
11689
- msgid "Textarea"
11690
- msgstr ""
11691
-
11692
- #: includes/widgets/htmega_caldera_form.php:258
11693
- #: includes/widgets/htmega_gravity_forms.php:466
11694
- #: includes/widgets/htmega_wc_element_pages.php:754
11695
- msgid "Textarea Height"
11696
- msgstr ""
11697
-
11698
- #: includes/widgets/htmega_pricing_list_view.php:226
11699
- msgid "TH Width (Table Header Column Width %)"
11700
- msgstr ""
11701
-
11702
- #. Description of the plugin
11703
- msgid ""
11704
- "The HTMega is a elementor addons package for Elementor page builder plugin "
11705
- "for WordPress."
11706
- msgstr ""
11707
-
11708
- #: includes/widgets/htmega_carousel.php:406
11709
- #: includes/widgets/htmega_instagram.php:601
11710
- #: includes/widgets/htmega_panel_slider.php:466
11711
- #: includes/widgets/htmega_post_slider.php:586
11712
- #: includes/widgets/htmega_slider_thumb_gallery.php:378
11713
- #: includes/widgets/htmega_slider_thumb_gallery.php:657
11714
- #: includes/widgets/htmega_twitter_feed.php:528
11715
- msgid "The resolution to mobile."
11716
- msgstr ""
11717
-
11718
- #: includes/widgets/htmega_carousel.php:351
11719
- #: includes/widgets/htmega_instagram.php:546
11720
- #: includes/widgets/htmega_panel_slider.php:411
11721
- #: includes/widgets/htmega_post_slider.php:531
11722
- #: includes/widgets/htmega_slider_thumb_gallery.php:331
11723
- #: includes/widgets/htmega_slider_thumb_gallery.php:596
11724
- #: includes/widgets/htmega_twitter_feed.php:473
11725
- msgid "The resolution to tablet."
11726
- msgstr ""
11727
-
11728
- #: admin/include/template-library.php:401
11729
- msgid "Theme Activated"
11730
- msgstr ""
11731
-
11732
- #: admin/include/admin-setting.php:100 admin/include/admin-setting.php:678
11733
- #: extensions/ht-builder/admin/setting.php:48
11734
- msgid "Theme Builder"
11735
- msgstr ""
11736
-
11737
- #: includes/widgets/htmega_service.php:131
11738
- msgid ""
11739
- "There are many variations of passages Lorem Ipsum available, but majority "
11740
- "have ama suffered altratio. the lorem."
11741
- msgstr ""
11742
-
11743
- #: admin/include/admin-setting.php:81
11744
- msgid "Third Party"
11745
- msgstr ""
11746
-
11747
- #: includes/helper-function.php:697
11748
- #, php-format
11749
- msgid "This input field supports the following HTML tags: %1$s"
11750
- msgstr ""
11751
-
11752
- #: includes/widgets/htmega_googlemap.php:250
11753
- msgid "This is <span>Dhaka</span>"
11754
- msgstr ""
11755
-
11756
- #: includes/widgets/htmega_image_grid.php:64
11757
- #: includes/widgets/htmega_image_masonry.php:72
11758
- #: includes/widgets/htmega_testimonial_grid.php:75
11759
- #: includes/widgets/htmega_testimonial_grid.php:90
11760
- #: includes/widgets/htmega_testimonial_grid.php:107
11761
- msgid "Three"
11762
- msgstr ""
11763
-
11764
- #: includes/widgets/htmega_instragram_feed.php:74
11765
- msgid "Thumb"
11766
- msgstr ""
11767
-
11768
- #: includes/widgets/htmega_post_slider.php:377
11769
- msgid "Thumbnail"
11770
- msgstr ""
11771
-
11772
- #: includes/widgets/htmega_image_magnifier.php:49
11773
- msgid "Thumbnail Image"
11774
- msgstr ""
11775
-
11776
- #: includes/widgets/htmega_slider_thumb_gallery.php:49
11777
- msgid "Thumbnail Position"
11778
- msgstr ""
11779
-
11780
- #: includes/widgets/htmega_slider_thumb_gallery.php:1212
11781
- msgid "Thumbnail Style"
11782
- msgstr ""
11783
-
11784
- #: includes/widgets/htmega_slider_thumb_gallery.php:411
11785
- msgid "Thumbnails Arrow"
11786
- msgstr ""
11787
-
11788
- #: includes/widgets/htmega_slider_thumb_gallery.php:513
11789
- msgid "Thumbnails auto play"
11790
- msgstr ""
11791
-
11792
- #: includes/widgets/htmega_slider_thumb_gallery.php:536
11793
- msgid "Thumbnails Autoplay animation speed"
11794
- msgstr ""
11795
-
11796
- #: includes/widgets/htmega_slider_thumb_gallery.php:525
11797
- msgid "Thumbnails Autoplay speed"
11798
- msgstr ""
11799
-
11800
- #: includes/widgets/htmega_slider_thumb_gallery.php:487
11801
- msgid "Thumbnails Center Mode"
11802
- msgstr ""
11803
-
11804
- #: includes/widgets/htmega_slider_thumb_gallery.php:498
11805
- msgid "Thumbnails Center padding"
11806
- msgstr ""
11807
-
11808
- #: includes/widgets/htmega_slider_thumb_gallery.php:452
11809
- msgid "Thumbnails dots"
11810
- msgstr ""
11811
-
11812
- #: includes/widgets/htmega_slider_thumb_gallery.php:391
11813
- msgid "Thumbnails Gallery Option"
11814
- msgstr ""
11815
-
11816
- #: includes/widgets/htmega_slider_thumb_gallery.php:99
11817
- msgid "Thumbnails Image Size"
11818
- msgstr ""
11819
-
11820
- #: includes/widgets/htmega_slider_thumb_gallery.php:582
11821
- #: includes/widgets/htmega_slider_thumb_gallery.php:640
11822
- msgid "Thumbnails item to scroll"
11823
- msgstr ""
11824
-
11825
- #: includes/widgets/htmega_slider_thumb_gallery.php:398
11826
- #: includes/widgets/htmega_slider_thumb_gallery.php:569
11827
- #: includes/widgets/htmega_slider_thumb_gallery.php:624
11828
- msgid "Thumbnails Items"
11829
- msgstr ""
11830
-
11831
- #: includes/widgets/htmega_slider_thumb_gallery.php:606
11832
- msgid "Thumbnails Mobile Phone"
11833
- msgstr ""
11834
-
11835
- #: includes/widgets/htmega_slider_thumb_gallery.php:656
11836
- msgid "Thumbnails Mobile Resolution"
11837
- msgstr ""
11838
-
11839
- #: includes/widgets/htmega_slider_thumb_gallery.php:437
11840
- msgid "Thumbnails Next icon"
11841
- msgstr ""
11842
-
11843
- #: includes/widgets/htmega_slider_thumb_gallery.php:422
11844
- msgid "Thumbnails Previous icon"
11845
- msgstr ""
11846
-
11847
- #: includes/widgets/htmega_slider_thumb_gallery.php:546
11848
- msgid "Thumbnails Slider item to scroll"
11849
- msgstr ""
11850
-
11851
- #: includes/widgets/htmega_slider_thumb_gallery.php:559
11852
- msgid "Thumbnails Tablet"
11853
- msgstr ""
11854
-
11855
- #: includes/widgets/htmega_slider_thumb_gallery.php:595
11856
- msgid "Thumbnails Tablet Resolution"
11857
- msgstr ""
11858
-
11859
- #: includes/widgets/htmega_business_hours.php:189
11860
- msgid "Thursday"
11861
- msgstr ""
11862
-
11863
- #: includes/widgets/htmega_newsticker.php:68
11864
- msgid "Ticker Label"
11865
- msgstr ""
11866
-
11867
- #: includes/widgets/htmega_booked_calender.php:508
11868
- #: includes/widgets/htmega_business_hours.php:92
11869
- #: includes/widgets/htmega_business_hours.php:544
11870
- #: includes/widgets/htmega_twitter_feed.php:896
11871
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:67
11872
- msgid "Time"
11873
- msgstr ""
11874
-
11875
- #: includes/widgets/htmega_custom_event.php:277
11876
- msgid "Time / Location"
11877
- msgstr ""
11878
-
11879
- #: extensions/wc-sales-notification/admin/setting.php:141
11880
- msgid "Time between notifications. <span>( Pro )</span>"
11881
- msgstr ""
11882
-
11883
- #: includes/widgets/htmega_business_hours.php:128
11884
- msgid "Time Color"
11885
- msgstr ""
11886
-
11887
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:117
11888
- msgid "Time Format"
11889
- msgstr ""
11890
-
11891
- #: extensions/wc-sales-notification/admin/setting.php:140
11892
- msgid "Time Interval"
11893
- msgstr ""
11894
-
11895
- #: admin/include/admin-setting.php:1255 admin/include/admin-setting.php:1280
11896
- msgid "Time interval each notification"
11897
- msgstr ""
11898
-
11899
- #: includes/widgets/htmega_countdown.php:124
11900
- msgid "Time Setting"
11901
- msgstr ""
11902
-
11903
- #: includes/widgets/htmega_booked_calender.php:462
11904
- msgid "Time Slot Color"
11905
- msgstr ""
11906
-
11907
- #: includes/widgets/htmega_verticle_time_line.php:555
11908
- msgid "Timeline Dot BG Color"
11909
- msgstr ""
11910
-
11911
- #: includes/widgets/htmega_verticle_time_line.php:540
11912
- msgid "Timeline Dot Color"
11913
- msgstr ""
11914
-
11915
- #: includes/widgets/htmega_verticle_time_line.php:569
11916
- msgid "Timeline Dot Hover BG Color"
11917
- msgstr ""
11918
-
11919
- #: includes/widgets/htmega_verticle_time_line.php:584
11920
- msgid "Timeline Hover Line Color"
11921
- msgstr ""
11922
-
11923
- #: includes/widgets/htmega_verticle_time_line.php:523
11924
- msgid "Timeline Line Color"
11925
- msgstr ""
11926
-
11927
- #: includes/widgets/htmega_verticle_time_line.php:505
11928
- msgid "Timeline Primary Color"
11929
- msgstr ""
11930
-
11931
- #: includes/widgets/htmega_verticle_time_line.php:497
11932
- msgid "Timeline Style"
11933
- msgstr ""
11934
-
11935
- #: includes/widgets/htmega_countdown.php:741
11936
- msgid "Timer"
11937
- msgstr ""
11938
-
11939
- #: includes/widgets/htmega_countdown.php:854
11940
- msgid "Timer separator"
11941
- msgstr ""
11942
-
11943
- #: includes/widgets/htmega_accordion.php:69
11944
- #: includes/widgets/htmega_accordion.php:144
11945
- #: includes/widgets/htmega_accordion.php:187
11946
- #: includes/widgets/htmega_add_banner.php:92
11947
- #: includes/widgets/htmega_add_banner.php:430
11948
- #: includes/widgets/htmega_brand.php:62
11949
- #: includes/widgets/htmega_buddy_press.php:306
11950
- #: includes/widgets/htmega_business_hours.php:69
11951
- #: includes/widgets/htmega_business_hours.php:376
11952
- #: includes/widgets/htmega_call_to_action.php:82
11953
- #: includes/widgets/htmega_call_to_action.php:559
11954
- #: includes/widgets/htmega_carousel.php:70
11955
- #: includes/widgets/htmega_counter.php:538
11956
- #: includes/widgets/htmega_custom_event.php:42
11957
- #: includes/widgets/htmega_custom_event.php:123
11958
- #: includes/widgets/htmega_easy_digital_download.php:342
11959
- #: includes/widgets/htmega_errorcontent.php:88
11960
- #: includes/widgets/htmega_errorcontent.php:305
11961
- #: includes/widgets/htmega_googlemap.php:161
11962
- #: includes/widgets/htmega_gravity_forms.php:116
11963
- #: includes/widgets/htmega_imagemarker.php:777
11964
- #: includes/widgets/htmega_image_grid.php:105
11965
- #: includes/widgets/htmega_image_grid.php:271
11966
- #: includes/widgets/htmega_image_masonry.php:85
11967
- #: includes/widgets/htmega_image_masonry.php:246
11968
- #: includes/widgets/htmega_job_manager.php:100
11969
- #: includes/widgets/htmega_newsticker.php:254
11970
- #: includes/widgets/htmega_ninja_form.php:109
11971
- #: includes/widgets/htmega_panel_slider.php:628
11972
- #: includes/widgets/htmega_postgrid.php:151
11973
- #: includes/widgets/htmega_postgrid.php:164
11974
- #: includes/widgets/htmega_postgrid.php:443
11975
- #: includes/widgets/htmega_post_grid_tab.php:158
11976
- #: includes/widgets/htmega_post_grid_tab.php:171
11977
- #: includes/widgets/htmega_post_grid_tab.php:426
11978
- #: includes/widgets/htmega_post_slider.php:162
11979
- #: includes/widgets/htmega_post_slider.php:175
11980
- #: includes/widgets/htmega_post_slider.php:861
11981
- #: includes/widgets/htmega_pricing_list_view.php:1508
11982
- #: includes/widgets/htmega_progress_bar.php:104
11983
- #: includes/widgets/htmega_progress_bar.php:236
11984
- #: includes/widgets/htmega_section_title.php:57
11985
- #: includes/widgets/htmega_section_title.php:509
11986
- #: includes/widgets/htmega_service.php:353
11987
- #: includes/widgets/htmega_singlepost.php:94
11988
- #: includes/widgets/htmega_singlepost.php:153
11989
- #: includes/widgets/htmega_slider_thumb_gallery.php:66
11990
- #: includes/widgets/htmega_socialshere.php:100
11991
- #: includes/widgets/htmega_socialshere.php:179
11992
- #: includes/widgets/htmega_special_day_banner.php:78
11993
- #: includes/widgets/htmega_special_day_banner.php:335
11994
- #: includes/widgets/htmega_switcher.php:62
11995
- #: includes/widgets/htmega_switcher.php:153 includes/widgets/htmega_tabs.php:69
11996
- #: includes/widgets/htmega_teammember.php:214
11997
- #: includes/widgets/htmega_verticle_time_line.php:80
11998
- #: includes/widgets/htmega_verticle_time_line.php:124
11999
- #: includes/widgets/htmega_wc_categories.php:282
12000
- #: includes/widgets/htmega_weather.php:247
12001
- #: includes/widgets/htmega_working_process.php:79
12002
- #: includes/widgets/htmega_working_process.php:620
12003
- #: includes/widgets/htmega_wpforms.php:74
12004
- #: includes/widgets/htmega_wpforms.php:101
12005
- #: extensions/ht-builder/widgets/bl_post_archive.php:202
12006
- #: extensions/ht-builder/widgets/bl_post_archive.php:326
12007
- msgid "Title"
12008
- msgstr ""
12009
-
12010
- #: includes/widgets/htmega_tabs.php:218
12011
- msgid "Title #1"
12012
- msgstr ""
12013
-
12014
- #: includes/widgets/htmega_tabs.php:222
12015
- msgid "Title #2"
12016
- msgstr ""
12017
-
12018
- #: includes/widgets/htmega_tabs.php:226
12019
- msgid "Title #3"
12020
- msgstr ""
12021
-
12022
- #: includes/widgets/htmega_tabs.php:156
12023
- msgid "Title Active Color"
12024
- msgstr ""
12025
-
12026
- #: includes/widgets/htmega_counter.php:657
12027
- msgid "Title After Border Color"
12028
- msgstr ""
12029
-
12030
- #: includes/widgets/htmega_service.php:451
12031
- msgid "Title Border Color"
12032
- msgstr ""
12033
-
12034
- #: includes/widgets/htmega_imagemarker.php:784
12035
- msgid "Title Bottom Border Style"
12036
- msgstr ""
12037
-
12038
- #: includes/widgets/htmega_carousel.php:1309
12039
- #: includes/widgets/htmega_carousel.php:1393
12040
- #: includes/widgets/htmega_switcher.php:322
12041
- #: includes/widgets/htmega_switcher.php:358
12042
- #: includes/widgets/htmega_tabs.php:135
12043
- #: extensions/ht-builder/widgets/bl_post_title.php:68
12044
- msgid "Title Color"
12045
- msgstr ""
12046
-
12047
- #: includes/widgets/htmega_ninja_form.php:84
12048
- msgid "Title Hide"
12049
- msgstr ""
12050
-
12051
- #: includes/widgets/htmega_accordion.php:262
12052
- #: extensions/ht-builder/widgets/bl_page_title.php:45
12053
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:46
12054
- #: extensions/ht-builder/widgets/bl_post_title.php:47
12055
- #: extensions/ht-builder/widgets/bl_site_title.php:46
12056
- msgid "Title HTML Tag"
12057
- msgstr ""
12058
-
12059
- #: includes/widgets/htmega_newsticker.php:282
12060
- #: includes/widgets/htmega_postgrid.php:174
12061
- #: includes/widgets/htmega_post_grid_tab.php:180
12062
- #: includes/widgets/htmega_post_slider.php:186
12063
- #: includes/widgets/htmega_singlepost.php:104
12064
- #: extensions/ht-builder/widgets/bl_post_archive.php:169
12065
- msgid "Title Length"
12066
- msgstr ""
12067
-
12068
- #: includes/widgets/htmega_section_title.php:463
12069
- msgid "Title Separator Color"
12070
- msgstr ""
12071
-
12072
- #: includes/widgets/htmega_section_title.php:183
12073
- msgid "Title Setting"
12074
- msgstr ""
12075
-
12076
- #: includes/widgets/htmega_download_monitor.php:202
12077
- #: includes/widgets/htmega_progress_bar.php:644
12078
- #: includes/widgets/htmega_section_title.php:41
12079
- #: includes/widgets/htmega_slider_thumb_gallery.php:677
12080
- #: includes/widgets/htmega_socialshere.php:640
12081
- msgid "Title Style"
12082
- msgstr ""
12083
-
12084
- #: includes/widgets/htmega_section_title.php:498
12085
- msgid "Title style"
12086
- msgstr ""
12087
-
12088
- #: includes/widgets/htmega_call_to_action.php:91
12089
- msgid "Title Tag"
12090
- msgstr ""
12091
-
12092
- #: includes/widgets/htmega_postgrid.php:542
12093
- msgid "Title Two style"
12094
- msgstr ""
12095
-
12096
- #: includes/widgets/htmega_teammember.php:640
12097
- #: includes/widgets/htmega_teammember.php:655
12098
- msgid "To hide the shape, please set the color to transparent."
12099
- msgstr ""
12100
-
12101
- #: admin/include/admin-setting.php:1309
12102
- #: extensions/ht-builder/admin/setting.php:151
12103
- #: extensions/wc-sales-notification/admin/setting.php:235
12104
- msgid "to unlock these pro elements!"
12105
- msgstr ""
12106
-
12107
- #: extensions/ht-menu/classes/class.mega-menu.php:269
12108
- msgid "to unlock these pro options!"
12109
- msgstr ""
12110
-
12111
- #: includes/weather-resource/template/layout-1.php:40
12112
- #: includes/weather-resource/template/layout-2.php:14
12113
- #: includes/weather-resource/template/layout-4.php:26
12114
- msgid "Today"
12115
- msgstr ""
12116
-
12117
- #: includes/widgets_control.php:353 admin/include/admin-setting.php:543
12118
- #: includes/widgets/htmega_toggle.php:14 includes/widgets/htmega_toggle.php:36
12119
- msgid "Toggle"
12120
- msgstr ""
12121
-
12122
- #: admin/include/admin-setting.php:1342
12123
- msgid "Toggle All"
12124
- msgstr ""
12125
-
12126
- #: includes/widgets/htmega_switcher.php:425
12127
- #: includes/widgets/htmega_switcher.php:500
12128
- msgid "Toggle Color"
12129
- msgstr ""
12130
-
12131
- #: includes/widgets/htmega_lightbox.php:128
12132
- msgid "Toggler Image"
12133
- msgstr ""
12134
-
12135
- #: includes/widgets/htmega_lightbox.php:113
12136
- msgid "Toggler Type"
12137
- msgstr ""
12138
-
12139
- #: includes/widgets_control.php:358 admin/include/admin-setting.php:551
12140
- #: includes/widgets/htmega_tooltip.php:14
12141
- #: includes/widgets/htmega_tooltip.php:42
12142
- #: includes/widgets/htmega_tooltip.php:75
12143
- #: includes/widgets/htmega_tooltip.php:475
12144
- msgid "Tooltip"
12145
- msgstr ""
12146
-
12147
- #: includes/widgets/htmega_tooltip.php:168
12148
- msgid "Tooltip content"
12149
- msgstr ""
12150
-
12151
- #: includes/widgets/htmega_tooltip.php:159
12152
- msgid "Tooltip Options"
12153
- msgstr ""
12154
-
12155
- #: includes/widgets/htmega_tooltip.php:165
12156
- msgid "Tooltip Text"
12157
- msgstr ""
12158
-
12159
- #: admin/include/templates_list.php:77 admin/include/templates_list.php:80
12160
- #: includes/widgets/htmega_add_banner.php:62
12161
- #: includes/widgets/htmega_button.php:113
12162
- #: includes/widgets/htmega_imagemarker.php:211
12163
- #: includes/widgets/htmega_image_comparison.php:185
12164
- #: includes/widgets/htmega_notify.php:588
12165
- #: includes/widgets/htmega_notify.php:761
12166
- #: includes/widgets/htmega_offcanvas.php:105
12167
- #: includes/widgets/htmega_popover.php:195
12168
- #: includes/widgets/htmega_pricing_list_view.php:512
12169
- #: includes/widgets/htmega_pricing_list_view.php:1163
12170
- #: includes/widgets/htmega_pricing_list_view.php:1197
12171
- #: includes/widgets/htmega_section_title.php:157
12172
- #: includes/widgets/htmega_section_title.php:236
12173
- #: includes/widgets/htmega_singlepost.php:61
12174
- #: includes/widgets/htmega_slider_thumb_gallery.php:56
12175
- #: includes/widgets/htmega_special_day_banner.php:46
12176
- #: includes/widgets/htmega_teammember.php:107
12177
- #: includes/widgets/htmega_tooltip.php:183
12178
- #: extensions/ht-builder/widgets/bl_post_author_info.php:120
12179
- msgid "Top"
12180
- msgstr ""
12181
-
12182
- #: includes/widgets/htmega_notify.php:114
12183
- msgid "Top Center"
12184
- msgstr ""
12185
-
12186
- #: includes/widgets/htmega_notify.php:119
12187
- msgid "Top Fullwidth"
12188
- msgstr ""
12189
-
12190
- #: includes/widgets/htmega_notify.php:113
12191
- msgid "Top Left"
12192
- msgstr ""
12193
-
12194
- #: includes/widgets/htmega_notify.php:115
12195
- msgid "Top Right"
12196
- msgstr ""
12197
-
12198
- #: includes/widgets/htmega_scroll_image.php:291
12199
- msgid "Top-Bottom"
12200
- msgstr ""
12201
-
12202
- #: includes/widgets/htmega_pricing_list_view.php:368
12203
- #: includes/widgets/htmega_pricing_list_view.php:997
12204
- msgid "Top-Bottom Position"
12205
- msgstr ""
12206
-
12207
- #: includes/widgets/htmega_bbpress.php:58
12208
- msgid "Topic Form"
12209
- msgstr ""
12210
-
12211
- #: includes/widgets/htmega_bbpress.php:57
12212
- msgid "Topic Index"
12213
- msgstr ""
12214
-
12215
- #: includes/widgets/htmega_bbpress.php:62
12216
- msgid "Topic Tags"
12217
- msgstr ""
12218
-
12219
- #: includes/widgets/htmega_brand.php:288
12220
- msgid "Transition Duration"
12221
- msgstr ""
12222
-
12223
- #: includes/widgets/htmega_business_hours.php:179
12224
- msgid "Tues Day"
12225
- msgstr ""
12226
-
12227
- #: includes/widgets/htmega_socialshere.php:67
12228
- msgid "tumblr"
12229
- msgstr ""
12230
-
12231
- #: includes/widgets/htmega_socialshere.php:63
12232
- #: includes/widgets/htmega_socialshere.php:325
12233
- msgid "Twitter"
12234
- msgstr ""
12235
-
12236
- #: includes/widgets/htmega_twitter_feed.php:114
12237
- msgid "Twitter access token secret."
12238
- msgstr ""
12239
-
12240
- #: includes/widgets/htmega_twitter_feed.php:104
12241
- msgid "Twitter access token."
12242
- msgstr ""
12243
-
12244
- #: includes/widgets/htmega_twitter_feed.php:84
12245
- msgid "Twitter consumer key."
12246
- msgstr ""
12247
-
12248
- #: includes/widgets/htmega_twitter_feed.php:94
12249
- msgid "Twitter consumer secret."
12250
- msgstr ""
12251
-
12252
- #: admin/include/admin-setting.php:559
12253
- #: includes/widgets/htmega_twitter_feed.php:18
12254
- #: includes/widgets/htmega_twitter_feed.php:48
12255
- msgid "Twitter Feed"
12256
- msgstr ""
12257
-
12258
- #: includes/widgets_control.php:363
12259
- msgid "Twitter_Feed"
12260
- msgstr ""
12261
-
12262
- #: includes/widgets/htmega_image_grid.php:63
12263
- #: includes/widgets/htmega_image_masonry.php:71
12264
- #: includes/widgets/htmega_testimonial_grid.php:74
12265
- #: includes/widgets/htmega_testimonial_grid.php:89
12266
- #: includes/widgets/htmega_testimonial_grid.php:106
12267
- msgid "Two"
12268
- msgstr ""
12269
-
12270
- #: includes/widgets/htmega_animated_heading.php:71
12271
- #: includes/widgets/htmega_buddy_press.php:48
12272
- msgid "Type"
12273
- msgstr ""
12274
-
12275
- #: includes/widgets/htmega_errorcontent.php:114
12276
- msgid "Type your Description here."
12277
- msgstr ""
12278
-
12279
- #: includes/widgets/htmega_call_to_action.php:106
12280
- msgid "Type your description here..."
12281
- msgstr ""
12282
-
12283
- #: includes/widgets/htmega_errorcontent.php:102
12284
- msgid "Type your Sub title here."
12285
- msgstr ""
12286
-
12287
- #: includes/widgets/htmega_call_to_action.php:59
12288
- msgid "Type your sub title here..."
12289
- msgstr ""
12290
-
12291
- #: includes/widgets/htmega_counter.php:157
12292
- msgid "Type your title here"
12293
- msgstr ""
12294
-
12295
- #: includes/widgets/htmega_errorcontent.php:90
12296
- msgid "Type your title here."
12297
- msgstr ""
12298
-
12299
- #: includes/widgets/htmega_call_to_action.php:84
12300
- msgid "Type your title here..."
12301
- msgstr ""
12302
-
12303
- #: includes/widgets/htmega_accordion.php:558
12304
- #: includes/widgets/htmega_accordion.php:648
12305
- #: includes/widgets/htmega_accordion.php:914
12306
- #: includes/widgets/htmega_accordion.php:1230
12307
- #: includes/widgets/htmega_add_banner.php:454
12308
- #: includes/widgets/htmega_add_banner.php:513
12309
- #: includes/widgets/htmega_add_banner.php:572
12310
- #: includes/widgets/htmega_add_banner.php:639
12311
- #: includes/widgets/htmega_animated_heading.php:174
12312
- #: includes/widgets/htmega_animated_heading.php:258
12313
- #: includes/widgets/htmega_animated_heading.php:305
12314
- #: includes/widgets/htmega_animated_heading.php:393
12315
- #: includes/widgets/htmega_buddy_press.php:336
12316
- #: includes/widgets/htmega_buddy_press.php:405
12317
- #: includes/widgets/htmega_button.php:213
12318
- #: includes/widgets/htmega_button.php:583
12319
- #: includes/widgets/htmega_caldera_form.php:113
12320
- #: includes/widgets/htmega_caldera_form.php:157
12321
- #: includes/widgets/htmega_caldera_form.php:477
12322
- #: includes/widgets/htmega_call_to_action.php:524
12323
- #: includes/widgets/htmega_call_to_action.php:583
12324
- #: includes/widgets/htmega_call_to_action.php:642
12325
- #: includes/widgets/htmega_call_to_action.php:698
12326
- #: includes/widgets/htmega_call_to_action.php:904
12327
- #: includes/widgets/htmega_countdown.php:1036
12328
- #: includes/widgets/htmega_data_table.php:595
12329
- #: includes/widgets/htmega_data_table.php:714
12330
- #: includes/widgets/htmega_data_table.php:827
12331
- #: includes/widgets/htmega_data_table.php:945
12332
- #: includes/widgets/htmega_data_table.php:1008
12333
- #: includes/widgets/htmega_double_button.php:479
12334
- #: includes/widgets/htmega_double_button.php:652
12335
- #: includes/widgets/htmega_double_button.php:835
12336
- #: includes/widgets/htmega_download_monitor.php:223
12337
- #: includes/widgets/htmega_download_monitor.php:290
12338
- #: includes/widgets/htmega_easy_digital_download.php:372
12339
- #: includes/widgets/htmega_easy_digital_download.php:457
12340
- #: includes/widgets/htmega_easy_digital_download.php:494
12341
- #: includes/widgets/htmega_easy_digital_download.php:731
12342
- #: includes/widgets/htmega_errorcontent.php:327
12343
- #: includes/widgets/htmega_errorcontent.php:406
12344
- #: includes/widgets/htmega_errorcontent.php:485
12345
- #: includes/widgets/htmega_errorcontent.php:581
12346
- #: includes/widgets/htmega_errorcontent.php:732
12347
- #: includes/widgets/htmega_googlemap.php:189
12348
- #: includes/widgets/htmega_googlemap.php:223
12349
- #: includes/widgets/htmega_googlemap.php:425
12350
- #: includes/widgets/htmega_googlemap.php:512
12351
- #: includes/widgets/htmega_image_comparison.php:253
12352
- #: includes/widgets/htmega_image_comparison.php:334
12353
- #: includes/widgets/htmega_image_grid.php:472
12354
- #: includes/widgets/htmega_notify.php:341
12355
- #: includes/widgets/htmega_panel_slider.php:649
12356
- #: includes/widgets/htmega_panel_slider.php:705
12357
- #: includes/widgets/htmega_postgrid.php:479
12358
- #: includes/widgets/htmega_postgrid.php:554
12359
- #: includes/widgets/htmega_postgrid.php:594
12360
- #: includes/widgets/htmega_postgrid.php:681
12361
- #: includes/widgets/htmega_post_grid_tab.php:459
12362
- #: includes/widgets/htmega_post_grid_tab.php:546
12363
- #: includes/widgets/htmega_post_grid_tab.php:643
12364
- #: includes/widgets/htmega_post_grid_tab.php:769
12365
- #: includes/widgets/htmega_post_grid_tab.php:863
12366
- #: includes/widgets/htmega_post_slider.php:894
12367
- #: includes/widgets/htmega_post_slider.php:981
12368
- #: includes/widgets/htmega_post_slider.php:1078
12369
- #: includes/widgets/htmega_post_slider.php:1197
12370
- #: includes/widgets/htmega_post_slider.php:1291
12371
- #: includes/widgets/htmega_pricing_list_view.php:1323
12372
- #: includes/widgets/htmega_pricing_list_view.php:1414
12373
- #: includes/widgets/htmega_pricing_list_view.php:1532
12374
- #: includes/widgets/htmega_pricing_list_view.php:1664
12375
- #: includes/widgets/htmega_progress_bar.php:751
12376
- #: includes/widgets/htmega_progress_bar.php:830
12377
- #: includes/widgets/htmega_scroll_image.php:401
12378
- #: includes/widgets/htmega_singlepost.php:185
12379
- #: includes/widgets/htmega_singlepost.php:272
12380
- #: includes/widgets/htmega_singlepost.php:385
12381
- #: includes/widgets/htmega_special_day_banner.php:359
12382
- #: includes/widgets/htmega_special_day_banner.php:418
12383
- #: includes/widgets/htmega_special_day_banner.php:477
12384
- #: includes/widgets/htmega_special_day_banner.php:536
12385
- #: includes/widgets/htmega_special_day_banner.php:595
12386
- #: includes/widgets/htmega_special_day_banner.php:662
12387
- #: includes/widgets/htmega_tabs.php:549
12388
- #: includes/widgets/htmega_verticle_time_line.php:158
12389
- #: includes/widgets/htmega_verticle_time_line.php:211
12390
- #: includes/widgets/htmega_verticle_time_line.php:341
12391
- #: includes/widgets/htmega_wc_categories.php:300
12392
- #: includes/widgets/htmega_wc_element_pages.php:279
12393
- #: includes/widgets/htmega_wc_element_pages.php:405
12394
- #: includes/widgets/htmega_wc_element_pages.php:660
12395
- #: includes/widgets/htmega_wc_element_pages.php:942
12396
- #: includes/widgets/htmega_wc_element_pages.php:1326
12397
- #: includes/widgets/htmega_wc_element_pages.php:1591
12398
- #: includes/widgets/htmega_wc_element_pages.php:1725
12399
- #: includes/widgets/htmega_wc_element_pages.php:1873
12400
- #: includes/widgets/htmega_working_process.php:654
12401
- #: includes/widgets/htmega_working_process.php:733
12402
- #: includes/widgets/htmega_working_process.php:833
12403
- #: extensions/ht-builder/widgets/bl_page_title.php:78
12404
- #: extensions/ht-builder/widgets/bl_post_archive.php:359
12405
- #: extensions/ht-builder/widgets/bl_post_archive.php:466
12406
- #: extensions/ht-builder/widgets/bl_post_archive.php:572
12407
- #: extensions/ht-builder/widgets/bl_post_archive.php:664
12408
- #: extensions/ht-builder/widgets/bl_post_archive.php:733
12409
- #: extensions/ht-builder/widgets/bl_post_archive.php:869
12410
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:80
12411
- #: extensions/ht-builder/widgets/bl_post_comments.php:60
12412
- #: extensions/ht-builder/widgets/bl_post_comments.php:121
12413
- #: extensions/ht-builder/widgets/bl_post_content.php:60
12414
- #: extensions/ht-builder/widgets/bl_post_excerpt.php:60
12415
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:367
12416
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:407
12417
- #: extensions/ht-builder/widgets/bl_post_search_form.php:122
12418
- #: extensions/ht-builder/widgets/bl_post_search_form.php:207
12419
- #: extensions/ht-builder/widgets/bl_post_title.php:80
12420
- #: extensions/ht-builder/widgets/bl_site_title.php:80
12421
- msgid "Typography"
12422
- msgstr ""
12423
-
12424
- #: includes/widgets/htmega_weather.php:52
12425
- msgid "Units"
12426
- msgstr ""
12427
-
12428
- #: includes/widgets/htmega_newsticker.php:126
12429
- msgid "Up"
12430
- msgstr ""
12431
-
12432
- #: includes/widgets/htmega_section_title.php:644
12433
- msgid "Use Backround for Text"
12434
- msgstr ""
12435
-
12436
- #: includes/widgets/htmega_googlemap.php:171
12437
- msgid "Use max 32x32 px size."
12438
- msgstr ""
12439
-
12440
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:108
12441
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:147
12442
- #, php-format
12443
- msgid "Use the letters: %s"
12444
- msgstr ""
12445
-
12446
- #: includes/widgets_control.php:368 admin/include/admin-setting.php:567
12447
- #: includes/widgets/htmega_user_login_form.php:13
12448
- msgid "User Login Form"
12449
- msgstr ""
12450
-
12451
- #: includes/widgets/htmega_twitter_feed.php:833
12452
- msgid "User Name Style"
12453
- msgstr ""
12454
-
12455
- #: includes/widgets_control.php:373 admin/include/admin-setting.php:575
12456
- msgid "User Register Form"
12457
- msgstr ""
12458
-
12459
- #: includes/widgets/htmega_twitter_feed.php:71
12460
- msgid "UserName"
12461
- msgstr ""
12462
-
12463
- #: includes/widgets/htmega_user_login_form.php:1564
12464
- #: includes/widgets/htmega_user_login_form.php:1565
12465
- msgid "Username"
12466
- msgstr ""
12467
-
12468
- #: includes/widgets/htmega_user_login_form.php:208
12469
- msgid "Username Label"
12470
- msgstr ""
12471
-
12472
- #: includes/widgets/htmega_user_login_form.php:210
12473
- #: includes/widgets/htmega_user_login_form.php:223
12474
- msgid "Username or Email"
12475
- msgstr ""
12476
-
12477
- #: includes/widgets/htmega_user_login_form.php:221
12478
- msgid "Username Placeholder"
12479
- msgstr ""
12480
-
12481
- #: includes/helper-function.php:417
12482
- msgid "Username too short. At least 4 characters is required"
12483
- msgstr ""
12484
-
12485
- #: includes/helper-function.php:412
12486
- msgid "Username, Password and E-Mail are required"
12487
- msgstr ""
12488
-
12489
- #: includes/widgets/htmega_caldera_form.php:657
12490
- #: includes/widgets/htmega_ninja_form.php:1137
12491
- msgid "Validation Pass Style"
12492
- msgstr ""
12493
-
12494
- #: includes/widgets/htmega_progress_bar.php:763
12495
- msgid "Value"
12496
- msgstr ""
12497
-
12498
- #: includes/widgets/htmega_progress_bar.php:174
12499
- msgid "Value Indicator"
12500
- msgstr ""
12501
-
12502
- #: includes/widgets/htmega_progress_bar.php:62
12503
- #: includes/widgets/htmega_scroll_navigation.php:131
12504
- msgid "Vertical"
12505
- msgstr ""
12506
-
12507
- #: includes/widgets/htmega_pricing_list_view.php:1155
12508
- msgid "Vertical Alignment"
12509
- msgstr ""
12510
-
12511
- #: includes/widgets/htmega_working_process.php:235
12512
- msgid "Vertical Line Color"
12513
- msgstr ""
12514
-
12515
- #: includes/widgets/htmega_service.php:861
12516
- msgid "Vertical line Hover Color"
12517
- msgstr ""
12518
-
12519
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:15
12520
- msgid "Vertical Mega Menu"
12521
- msgstr ""
12522
-
12523
- #: includes/widgets/htmega_carousel.php:694
12524
- #: includes/widgets/htmega_panel_slider.php:939
12525
- msgid "Vertical Position"
12526
- msgstr ""
12527
-
12528
- #: includes/widgets/htmega_special_day_banner.php:219
12529
- msgid "Vertical Postion"
12530
- msgstr ""
12531
-
12532
- #: includes/widgets/htmega_slider_thumb_gallery.php:463
12533
- msgid "Vertical Slide"
12534
- msgstr ""
12535
-
12536
- #: includes/widgets/htmega_twitter_feed.php:1410
12537
- msgid "Vertical Space"
12538
- msgstr ""
12539
-
12540
- #: includes/widgets/htmega_verticle_time_line.php:14
12541
- msgid "Vertical Timeline"
12542
- msgstr ""
12543
-
12544
- #: includes/widgets/htmega_verticle_time_line.php:36
12545
- msgid "Vertical Timeline Layout"
12546
- msgstr ""
12547
-
12548
- #: includes/widgets_control.php:378
12549
- msgid "Verticle Time Line"
12550
- msgstr ""
12551
-
12552
- #: admin/include/admin-setting.php:583
12553
- msgid "Verticle Timeline"
12554
- msgstr ""
12555
-
12556
- #: includes/widgets/htmega_socialshere.php:90
12557
- msgid "Viber"
12558
- msgstr ""
12559
-
12560
- #: includes/widgets/htmega_lightbox.php:54
12561
- msgid "Video"
12562
- msgstr ""
12563
-
12564
- #: includes/widgets/htmega_videoplayer.php:233
12565
- msgid "Video Box Style"
12566
- msgstr ""
12567
-
12568
- #: includes/widgets/htmega_videoplayer.php:48
12569
- msgid "Video Container"
12570
- msgstr ""
12571
-
12572
- #: includes/widgets/htmega_videoplayer.php:136
12573
- msgid "Video Image"
12574
- msgstr ""
12575
-
12576
- #: includes/widgets/htmega_videoplayer.php:153
12577
- msgid "Video Options"
12578
- msgstr ""
12579
-
12580
- #: admin/include/admin-setting.php:591
12581
- #: includes/widgets/htmega_videoplayer.php:12
12582
- #: includes/widgets/htmega_videoplayer.php:41
12583
- msgid "Video Player"
12584
- msgstr ""
12585
-
12586
- #: includes/widgets/htmega_videoplayer.php:221
12587
- msgid "Video Start Time"
12588
- msgstr ""
12589
-
12590
- #: admin/include/admin-setting.php:1221
12591
- msgid "Video Tutorial"
12592
- msgstr ""
12593
-
12594
- #: includes/widgets/htmega_lightbox.php:77
12595
- msgid "Video URL"
12596
- msgstr ""
12597
-
12598
- #: includes/widgets/htmega_videoplayer.php:60
12599
- msgid "Video Url"
12600
- msgstr ""
12601
-
12602
- #: includes/widgets_control.php:383
12603
- msgid "VideoPlayer"
12604
- msgstr ""
12605
-
12606
- #: includes/widgets/htmega_socialshere.php:341
12607
- msgid "View"
12608
- msgstr ""
12609
-
12610
- #: admin/include/admin-setting.php:860
12611
- msgid "View Counter"
12612
- msgstr ""
12613
-
12614
- #: admin/include/admin-setting.php:859
12615
- msgid "View Counter <span>( Pro )</span>"
12616
- msgstr ""
12617
-
12618
- #: includes/widgets/htmega_accordion.php:357
12619
- msgid "Visible Item"
12620
- msgstr ""
12621
-
12622
- #: includes/widgets/htmega_animated_heading.php:114
12623
- msgid "Visible Item Number"
12624
- msgstr ""
12625
-
12626
- #: includes/widgets/htmega_socialshere.php:68
12627
- msgid "Vkontakte"
12628
- msgstr ""
12629
-
12630
- #: admin/include/templates/library/templates.php:148
12631
- msgid "Want to learn more about the HT Mega library?"
12632
- msgstr ""
12633
-
12634
- #: includes/widgets/htmega_notify.php:135
12635
- msgid "Warning"
12636
- msgstr ""
12637
-
12638
- #: admin/include/admin-setting.php:1090
12639
- #: includes/widgets/htmega_wc_add_to_cart.php:14
12640
- msgid "WC : Add To cart"
12641
- msgstr ""
12642
-
12643
- #: admin/include/admin-setting.php:1098
12644
- #: includes/widgets/htmega_wc_categories.php:13
12645
- msgid "WC : Categories"
12646
- msgstr ""
12647
-
12648
- #: admin/include/admin-setting.php:1106
12649
- #: includes/widgets/htmega_wc_element_pages.php:13
12650
- msgid "WC : Pages"
12651
- msgstr ""
12652
-
12653
- #: extensions/wc-sales-notification/admin/setting.php:268
12654
- msgid "WC Sales Notification Settings"
12655
- msgstr ""
12656
-
12657
- #: includes/widgets_control.php:403 admin/include/admin-setting.php:623
12658
- #: includes/widgets/htmega_weather.php:13
12659
- #: includes/widgets/htmega_weather.php:36
12660
- msgid "Weather"
12661
- msgstr ""
12662
-
12663
- #: admin/include/admin-setting.php:644
12664
- msgid "Weather Map API Key"
12665
- msgstr ""
12666
-
12667
- #: admin/include/admin-setting.php:646
12668
- msgid "Weather Map API key"
12669
- msgstr ""
12670
-
12671
- #: extensions/ht-builder/widgets/bl_post_author_info.php:98
12672
- msgid "Website"
12673
- msgstr ""
12674
-
12675
- #: includes/helper-function.php:444
12676
- msgid "Website is not a valid URL"
12677
- msgstr ""
12678
-
12679
- #: includes/widgets/htmega_business_hours.php:184
12680
- msgid "Wednesday"
12681
- msgstr ""
12682
-
12683
- #: includes/widgets/htmega_instagram.php:114
12684
- msgid "Week"
12685
- msgstr ""
12686
-
12687
- #: includes/widgets/htmega_socialshere.php:87
12688
- msgid "Weibo"
12689
- msgstr ""
12690
-
12691
- #: includes/widgets/htmega_socialshere.php:91
12692
- msgid "Whatsapp"
12693
- msgstr ""
12694
-
12695
- #: admin/include/admin-setting.php:1186
12696
- msgid "Which will motivate us a lot."
12697
- msgstr ""
12698
-
12699
- #: includes/recommended-plugins/recommended-plugins.php:83
12700
- msgid "Whols"
12701
- msgstr ""
12702
-
12703
- #: includes/widgets/htmega_blockquote.php:630
12704
- #: includes/widgets/htmega_blockquote.php:755
12705
- #: includes/widgets/htmega_caldera_form.php:521
12706
- #: includes/widgets/htmega_carousel.php:654
12707
- #: includes/widgets/htmega_carousel.php:919
12708
- #: includes/widgets/htmega_carousel.php:1025
12709
- #: includes/widgets/htmega_contact_form_seven.php:727
12710
- #: includes/widgets/htmega_contact_form_seven.php:791
12711
- #: includes/widgets/htmega_gravity_forms.php:662
12712
- #: includes/widgets/htmega_imagemarker.php:808
12713
- #: includes/widgets/htmega_image_comparison.php:463
12714
- #: includes/widgets/htmega_instagram.php:1030
12715
- #: includes/widgets/htmega_instagram.php:1209
12716
- #: includes/widgets/htmega_job_manager.php:171
12717
- #: includes/widgets/htmega_mailchimp_wp.php:327
12718
- #: includes/widgets/htmega_modal.php:312 includes/widgets/htmega_notify.php:734
12719
- #: includes/widgets/htmega_panel_slider.php:874
12720
- #: includes/widgets/htmega_panel_slider.php:1081
12721
- #: includes/widgets/htmega_popover.php:514
12722
- #: includes/widgets/htmega_post_slider.php:1640
12723
- #: includes/widgets/htmega_post_slider.php:1789
12724
- #: includes/widgets/htmega_pricing_list_view.php:405
12725
- #: includes/widgets/htmega_pricing_list_view.php:1034
12726
- #: includes/widgets/htmega_quforms.php:805
12727
- #: includes/widgets/htmega_scroll_navigation.php:374
12728
- #: includes/widgets/htmega_search.php:554
12729
- #: includes/widgets/htmega_search.php:789
12730
- #: includes/widgets/htmega_service.php:571
12731
- #: includes/widgets/htmega_service.php:821
12732
- #: includes/widgets/htmega_service.php:887
12733
- #: includes/widgets/htmega_slider_thumb_gallery.php:921
12734
- #: includes/widgets/htmega_slider_thumb_gallery.php:1138
12735
- #: includes/widgets/htmega_special_day_banner.php:165
12736
- #: includes/widgets/htmega_twitter_feed.php:1169
12737
- #: includes/widgets/htmega_twitter_feed.php:1371
12738
- #: includes/widgets/htmega_user_login_form.php:1173
12739
- #: includes/widgets/htmega_working_process.php:887
12740
- #: includes/widgets/htmega_working_process.php:1012
12741
- #: includes/widgets/htmega_wpforms.php:948
12742
- #: extensions/ht-builder/widgets/bl_post_author_info.php:146
12743
- msgid "Width"
12744
- msgstr ""
12745
-
12746
- #: includes/recommended-plugins/recommended-plugins.php:63
12747
- msgid "WishSuite"
12748
- msgstr ""
12749
-
12750
- #: includes/recommended-plugins/recommended-plugins.php:51
12751
- msgid "WooCommerce"
12752
- msgstr ""
12753
-
12754
- #: includes/recommended-plugins/recommended-plugins.php:58
12755
- msgid "WooLentor – WooCommerce Elementor Addons + Builder"
12756
- msgstr ""
12757
-
12758
- #: includes/widgets/htmega_progress_bar.php:106
12759
- #: includes/widgets/htmega_progress_bar.php:208
12760
- #: includes/widgets/htmega_progress_bar.php:238
12761
- #: includes/widgets/htmega_progress_bar.php:406
12762
- #: includes/widgets/htmega_socialshere.php:84
12763
- msgid "WordPress"
12764
- msgstr ""
12765
-
12766
- #: includes/widgets/htmega_pricing_list_view.php:82
12767
- #: includes/widgets/htmega_pricing_list_view.php:146
12768
- msgid "WordPress Plugin"
12769
- msgstr ""
12770
-
12771
- #: includes/widgets_control.php:388 admin/include/admin-setting.php:599
12772
- #: includes/widgets/htmega_working_process.php:14
12773
- #: includes/widgets/htmega_working_process.php:35
12774
- msgid "Working Process"
12775
- msgstr ""
12776
-
12777
- #: admin/include/admin-setting.php:1059 includes/widgets/htmega_wpforms.php:13
12778
- #: includes/widgets/htmega_wpforms.php:57
12779
- msgid "WP Form"
12780
- msgstr ""
12781
-
12782
- #: includes/recommended-plugins/recommended-plugins.php:96
12783
- msgid "WP Plugin Manager"
12784
- msgstr ""
12785
-
12786
- #: includes/widgets/htmega_section_title.php:291
12787
- msgid "X Offset"
12788
- msgstr ""
12789
-
12790
- #: includes/widgets/htmega_imagemarker.php:241
12791
- msgid "X Postion"
12792
- msgstr ""
12793
-
12794
- #: includes/widgets/htmega_socialshere.php:83
12795
- msgid "Xing"
12796
- msgstr ""
12797
-
12798
- #: includes/widgets/htmega_section_title.php:314
12799
- msgid "Y Offset"
12800
- msgstr ""
12801
-
12802
- #: includes/widgets/htmega_imagemarker.php:262
12803
- msgid "Y Postion"
12804
- msgstr ""
12805
-
12806
- #: includes/widgets/htmega_booked_calender.php:128
12807
- #: includes/widgets/htmega_instagram.php:116
12808
- msgid "Year"
12809
- msgstr ""
12810
-
12811
- #: includes/widgets/htmega_carousel.php:212
12812
- #: includes/widgets/htmega_gravity_forms.php:103
12813
- #: includes/widgets/htmega_instagram.php:407
12814
- #: includes/widgets/htmega_panel_slider.php:272
12815
- #: includes/widgets/htmega_post_slider.php:392
12816
- #: includes/widgets/htmega_slider_thumb_gallery.php:211
12817
- #: includes/widgets/htmega_slider_thumb_gallery.php:476
12818
- #: includes/widgets/htmega_twitter_feed.php:334
12819
- #: includes/widgets/htmega_user_login_form.php:121
12820
- #: includes/widgets/htmega_user_login_form.php:264
12821
- #: includes/widgets/htmega_videoplayer.php:124
12822
- #: includes/widgets/htmega_videoplayer.php:164
12823
- #: includes/widgets/htmega_videoplayer.php:176
12824
- #: includes/widgets/htmega_videoplayer.php:188
12825
- #: includes/widgets/htmega_videoplayer.php:200
12826
- #: includes/widgets/htmega_videoplayer.php:212
12827
- msgid "Yes"
12828
- msgstr ""
12829
-
12830
- #: includes/widgets/htmega_business_hours.php:170
12831
- #: includes/widgets/htmega_instragram_feed.php:86
12832
- #: includes/widgets/htmega_instragram_feed.php:97
12833
- #: includes/widgets/htmega_instragram_feed.php:121
12834
- msgid "yes"
12835
- msgstr ""
12836
-
12837
- #: includes/widgets/htmega_twitter_feed.php:1677
12838
- msgid "yesterday"
12839
- msgstr ""
12840
-
12841
- #: includes/widgets/htmega_user_login_form.php:1578
12842
- #, php-format
12843
- msgid "You are Logged in as %1$s (<a href=\"%2$s\">Logout</a>)"
12844
- msgstr ""
12845
-
12846
- #: admin/include/admin-setting.php:907
12847
- msgid "You can enable duplicator for individual post."
12848
- msgstr ""
12849
-
12850
- #: admin/include/admin-setting.php:654
12851
- msgid "You can select 404 page from here."
12852
- msgstr ""
12853
-
12854
- #: extensions/ht-builder/admin/setting.php:113
12855
- msgid "You can select 404 page from here. <span>( Pro )</span>"
12856
- msgstr ""
12857
-
12858
- #: extensions/ht-builder/admin/setting.php:74
12859
- msgid "You can select blog page from here."
12860
- msgstr ""
12861
-
12862
- #: extensions/ht-builder/admin/setting.php:125
12863
- msgid "You can select coming soon page from here. <span>( Pro )</span>"
12864
- msgstr ""
12865
-
12866
- #: extensions/ht-builder/admin/setting.php:92
12867
- msgid "You can select footer template from here."
12868
- msgstr ""
12869
-
12870
- #: extensions/ht-builder/admin/setting.php:83
12871
- msgid "You can select header template from here."
12872
- msgstr ""
12873
-
12874
- #: extensions/ht-builder/admin/setting.php:101
12875
- msgid "You can select search page from here. <span>( Pro )</span>"
12876
- msgstr ""
12877
-
12878
- #: extensions/ht-builder/admin/setting.php:65
12879
- msgid "You can select Single blog page from here."
12880
- msgstr ""
12881
-
12882
- #: includes/widgets/htmega_wc_element_pages.php:1924
12883
- msgid "Your cart is currently empty."
12884
- msgstr ""
12885
-
12886
- #: includes/widgets/htmega_animated_heading.php:75
12887
- msgid "Zoom"
12888
- msgstr ""
12889
-
12890
- #: includes/widgets/htmega_lightbox.php:297
12891
- msgid "Zoom Button"
12892
- msgstr ""
12893
-
12894
- #: includes/widgets/htmega_lightbox.php:169
12895
- msgid "Zoom Button Text"
12896
- msgstr ""
12897
-
12898
- #: includes/widgets/htmega_googlemap.php:50
12899
- msgid "Zoom Control"
12900
- msgstr ""
12901
-
12902
- #: includes/widgets/htmega_instagram.php:261
12903
- #: includes/widgets/htmega_lightbox.php:154
12904
- msgid "Zoom Icon"
12905
- msgstr ""
12906
-
12907
- #: includes/widgets/htmega_instagram.php:211
12908
- msgid "Zoom Icon Type"
12909
- msgstr ""
12910
-
12911
- #: includes/widgets/htmega_image_magnifier.php:79
12912
- msgid "Zoom Label"
12913
- msgstr ""
12914
-
12915
- #: includes/widgets/htmega_image_magnifier.php:69
12916
- msgid "Zoomable"
12917
- msgstr ""
1
+ #, fuzzy
2
+ msgid ""
3
+ msgstr ""
4
+ "Project-Id-Version: HT Mega - Absolute Addons for Elementor Page Builder\n"
5
+ "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2022-04-25 07:29+0000\n"
7
+ "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
8
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9
+ "Language-Team: \n"
10
+ "Language: \n"
11
+ "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "X-Generator: Loco https://localise.biz/\n"
16
+ "X-Loco-Version: 2.6.1; wp-5.9.3\n"
17
+ "X-Domain: htmega-addons"
18
+
19
+ #: includes/widgets/htmega_twitter_feed.php:1680
20
+ msgid " days ago"
21
+ msgstr ""
22
+
23
+ #: includes/widgets/htmega_verticle_time_line.php:600
24
+ msgid " Dot Border Hover Gradient Color"
25
+ msgstr ""
26
+
27
+ #: includes/widgets/htmega_twitter_feed.php:1674
28
+ msgid " hours ago"
29
+ msgstr ""
30
+
31
+ #: includes/widgets/htmega_twitter_feed.php:1668
32
+ msgid " min ago"
33
+ msgstr ""
34
+
35
+ #: includes/widgets/htmega_twitter_feed.php:1684
36
+ msgid " months ago"
37
+ msgstr ""
38
+
39
+ #: includes/widgets/htmega_twitter_feed.php:1687
40
+ msgid " years ago"
41
+ msgstr ""
42
+
43
+ #: includes/class.htmega.php:158 includes/class.htmega.php:173
44
+ #, php-format
45
+ msgid "\"%1$s\" requires \"%2$s\" version %3$s or greater."
46
+ msgstr ""
47
+
48
+ #: includes/widgets/htmega_brand.php:93 includes/widgets/htmega_brand.php:106
49
+ #: includes/widgets/htmega_image_grid.php:172
50
+ #: includes/widgets/htmega_image_masonry.php:152
51
+ msgid "#"
52
+ msgstr ""
53
+
54
+ #: includes/widgets/htmega_counter.php:175
55
+ msgid "$"
56
+ msgstr ""
57
+
58
+ #: includes/widgets/htmega_pricing_list_view.php:165
59
+ msgid "$42"
60
+ msgstr ""
61
+
62
+ #: includes/widgets/htmega_pricing_list_view.php:159
63
+ msgid "$46"
64
+ msgstr ""
65
+
66
+ #: includes/widgets/htmega_pricing_list_view.php:153
67
+ msgid "$48"
68
+ msgstr ""
69
+
70
+ #: includes/widgets/htmega_pricing_list_view.php:147
71
+ msgid "$52"
72
+ msgstr ""
73
+
74
+ #: includes/widgets/htmega_pricing_list_view.php:99
75
+ msgid "$56"
76
+ msgstr ""
77
+
78
+ #. %s: Number of installations.
79
+ #: includes/recommended-plugins/class.recommended-plugins.php:297
80
+ #, php-format
81
+ msgid "%s Active Installations"
82
+ msgstr ""
83
+
84
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:238
85
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:575
86
+ #, php-format
87
+ msgid "%s Comments"
88
+ msgstr ""
89
+
90
+ #: extensions/ht-menu/menu/templates.php:107
91
+ #: extensions/ht-menu/menu/templates.php:115
92
+ #: extensions/ht-menu/menu/templates.php:129
93
+ #: extensions/ht-menu/menu/templates.php:144
94
+ #: extensions/ht-menu/menu/templates.php:180
95
+ msgid "( Pro )"
96
+ msgstr ""
97
+
98
+ #: includes/widgets/htmega_tablepress.php:36
99
+ msgid "(no name)"
100
+ msgstr ""
101
+
102
+ #: extensions/ht-menu/menu/templates.php:136
103
+ msgid "(Pro)"
104
+ msgstr ""
105
+
106
+ #: includes/widgets/htmega_counter.php:184
107
+ msgid "+"
108
+ msgstr ""
109
+
110
+ #: includes/widgets/htmega_booked_calender.php:67
111
+ msgid "01"
112
+ msgstr ""
113
+
114
+ #: includes/widgets/htmega_booked_calender.php:68
115
+ msgid "02"
116
+ msgstr ""
117
+
118
+ #: includes/widgets/htmega_booked_calender.php:69
119
+ msgid "03"
120
+ msgstr ""
121
+
122
+ #: includes/widgets/htmega_booked_calender.php:70
123
+ msgid "04"
124
+ msgstr ""
125
+
126
+ #: includes/widgets/htmega_booked_calender.php:71
127
+ msgid "05"
128
+ msgstr ""
129
+
130
+ #: includes/widgets/htmega_booked_calender.php:72
131
+ msgid "06"
132
+ msgstr ""
133
+
134
+ #: includes/widgets/htmega_booked_calender.php:73
135
+ msgid "07"
136
+ msgstr ""
137
+
138
+ #: includes/widgets/htmega_booked_calender.php:74
139
+ msgid "08"
140
+ msgstr ""
141
+
142
+ #: includes/widgets/htmega_booked_calender.php:75
143
+ msgid "09"
144
+ msgstr ""
145
+
146
+ #: includes/widgets/htmega_data_table.php:456
147
+ #: includes/widgets/htmega_data_table.php:457
148
+ #: includes/widgets/htmega_data_table.php:463
149
+ #: includes/widgets/htmega_data_table.php:469
150
+ #: includes/widgets/htmega_data_table.php:476
151
+ #: includes/widgets/htmega_instagram.php:162
152
+ #: includes/widgets/htmega_pricing_list_view.php:1093
153
+ #: includes/widgets/htmega_pricing_list_view.php:1094
154
+ #: includes/widgets/htmega_pricing_list_view.php:1100
155
+ #: includes/widgets/htmega_pricing_list_view.php:1106
156
+ #: includes/widgets/htmega_pricing_list_view.php:1113
157
+ #: extensions/ht-builder/widgets/bl_post_archive.php:60
158
+ msgid "1"
159
+ msgstr ""
160
+
161
+ #: includes/widgets/htmega_twitter_feed.php:1671
162
+ msgid "1 hour ago"
163
+ msgstr ""
164
+
165
+ #: includes/widgets/htmega_twitter_feed.php:1665
166
+ msgid "1 min ago"
167
+ msgstr ""
168
+
169
+ #: extensions/wc-sales-notification/admin/setting.php:132
170
+ msgid "1 minute"
171
+ msgstr ""
172
+
173
+ #: includes/widgets/htmega_twitter_feed.php:1684
174
+ msgid "1 month ago"
175
+ msgstr ""
176
+
177
+ #: extensions/wc-sales-notification/admin/setting.php:157
178
+ msgid "1 week"
179
+ msgstr ""
180
+
181
+ #: includes/widgets/htmega_twitter_feed.php:1687
182
+ msgid "1 year ago"
183
+ msgstr ""
184
+
185
+ #: includes/widgets/htmega_countdown.php:425
186
+ msgid "1. Background Days"
187
+ msgstr ""
188
+
189
+ #: extensions/wc-sales-notification/admin/setting.php:133
190
+ msgid "1.5 minutes"
191
+ msgstr ""
192
+
193
+ #: includes/widgets/htmega_booked_calender.php:76
194
+ msgid "10"
195
+ msgstr ""
196
+
197
+ #: extensions/wc-sales-notification/admin/setting.php:127
198
+ msgid "10 seconds"
199
+ msgstr ""
200
+
201
+ #: includes/widgets/htmega_booked_calender.php:77
202
+ msgid "11"
203
+ msgstr ""
204
+
205
+ #: includes/widgets/htmega_booked_calender.php:78
206
+ msgid "12"
207
+ msgstr ""
208
+
209
+ #: includes/widgets/htmega_booked_calender.php:79
210
+ msgid "13"
211
+ msgstr ""
212
+
213
+ #: includes/widgets/htmega_booked_calender.php:80
214
+ msgid "14"
215
+ msgstr ""
216
+
217
+ #: includes/widgets/htmega_booked_calender.php:81
218
+ msgid "15"
219
+ msgstr ""
220
+
221
+ #: admin/include/admin-setting.php:1244
222
+ msgid "15 Categories / Template set"
223
+ msgstr ""
224
+
225
+ #: admin/include/admin-setting.php:1245
226
+ msgid "15 Templates"
227
+ msgstr ""
228
+
229
+ #: includes/widgets/htmega_booked_calender.php:82
230
+ msgid "16"
231
+ msgstr ""
232
+
233
+ #: includes/widgets/htmega_booked_calender.php:83
234
+ msgid "17"
235
+ msgstr ""
236
+
237
+ #: includes/widgets/htmega_booked_calender.php:84
238
+ msgid "18"
239
+ msgstr ""
240
+
241
+ #: includes/widgets/htmega_booked_calender.php:85
242
+ msgid "19"
243
+ msgstr ""
244
+
245
+ #: includes/widgets/htmega_instagram.php:163
246
+ #: extensions/ht-builder/widgets/bl_post_archive.php:61
247
+ msgid "2"
248
+ msgstr ""
249
+
250
+ #: extensions/wc-sales-notification/admin/setting.php:134
251
+ msgid "2 minutes"
252
+ msgstr ""
253
+
254
+ #: extensions/wc-sales-notification/admin/setting.php:119
255
+ msgid "2 seconds"
256
+ msgstr ""
257
+
258
+ #: includes/widgets/htmega_countdown.php:450
259
+ msgid "2. Background Hours"
260
+ msgstr ""
261
+
262
+ #: includes/widgets/htmega_booked_calender.php:86
263
+ msgid "20"
264
+ msgstr ""
265
+
266
+ #: extensions/wc-sales-notification/admin/setting.php:128
267
+ msgid "20 seconds"
268
+ msgstr ""
269
+
270
+ #: includes/widgets/htmega_booked_calender.php:132
271
+ msgid "2018"
272
+ msgstr ""
273
+
274
+ #: includes/widgets/htmega_booked_calender.php:133
275
+ msgid "2019"
276
+ msgstr ""
277
+
278
+ #: includes/widgets/htmega_booked_calender.php:134
279
+ msgid "2020"
280
+ msgstr ""
281
+
282
+ #: includes/widgets/htmega_booked_calender.php:135
283
+ msgid "2021"
284
+ msgstr ""
285
+
286
+ #: includes/widgets/htmega_booked_calender.php:136
287
+ msgid "2022"
288
+ msgstr ""
289
+
290
+ #: includes/widgets/htmega_booked_calender.php:137
291
+ msgid "2023"
292
+ msgstr ""
293
+
294
+ #: includes/widgets/htmega_booked_calender.php:138
295
+ msgid "2024"
296
+ msgstr ""
297
+
298
+ #: includes/widgets/htmega_booked_calender.php:139
299
+ msgid "2025"
300
+ msgstr ""
301
+
302
+ #: includes/widgets/htmega_booked_calender.php:140
303
+ msgid "2026"
304
+ msgstr ""
305
+
306
+ #: includes/widgets/htmega_booked_calender.php:141
307
+ msgid "2027"
308
+ msgstr ""
309
+
310
+ #: includes/widgets/htmega_booked_calender.php:142
311
+ msgid "2028"
312
+ msgstr ""
313
+
314
+ #: includes/widgets/htmega_booked_calender.php:143
315
+ msgid "2029"
316
+ msgstr ""
317
+
318
+ #: includes/widgets/htmega_booked_calender.php:144
319
+ msgid "2030"
320
+ msgstr ""
321
+
322
+ #: includes/widgets/htmega_booked_calender.php:145
323
+ msgid "2031"
324
+ msgstr ""
325
+
326
+ #: includes/widgets/htmega_booked_calender.php:146
327
+ msgid "2032"
328
+ msgstr ""
329
+
330
+ #: includes/widgets/htmega_booked_calender.php:147
331
+ msgid "2033"
332
+ msgstr ""
333
+
334
+ #: includes/widgets/htmega_booked_calender.php:148
335
+ msgid "2034"
336
+ msgstr ""
337
+
338
+ #: includes/widgets/htmega_booked_calender.php:149
339
+ msgid "2035"
340
+ msgstr ""
341
+
342
+ #: includes/widgets/htmega_booked_calender.php:150
343
+ msgid "2036"
344
+ msgstr ""
345
+
346
+ #: includes/widgets/htmega_booked_calender.php:151
347
+ msgid "2037"
348
+ msgstr ""
349
+
350
+ #: includes/widgets/htmega_booked_calender.php:152
351
+ msgid "2038"
352
+ msgstr ""
353
+
354
+ #: includes/widgets/htmega_booked_calender.php:153
355
+ msgid "2039"
356
+ msgstr ""
357
+
358
+ #: includes/widgets/htmega_booked_calender.php:154
359
+ msgid "2040"
360
+ msgstr ""
361
+
362
+ #: includes/widgets/htmega_booked_calender.php:87
363
+ msgid "21"
364
+ msgstr ""
365
+
366
+ #: includes/widgets/htmega_booked_calender.php:88
367
+ msgid "22"
368
+ msgstr ""
369
+
370
+ #: includes/widgets/htmega_booked_calender.php:89
371
+ msgid "23"
372
+ msgstr ""
373
+
374
+ #: includes/widgets/htmega_googlemap.php:251
375
+ msgid "23.8103"
376
+ msgstr ""
377
+
378
+ #: includes/widgets/htmega_booked_calender.php:90
379
+ msgid "24"
380
+ msgstr ""
381
+
382
+ #: includes/widgets/htmega_booked_calender.php:91
383
+ msgid "25"
384
+ msgstr ""
385
+
386
+ #: includes/widgets/htmega_booked_calender.php:92
387
+ msgid "26"
388
+ msgstr ""
389
+
390
+ #: includes/widgets/htmega_booked_calender.php:93
391
+ msgid "27"
392
+ msgstr ""
393
+
394
+ #: includes/widgets/htmega_booked_calender.php:94
395
+ msgid "28"
396
+ msgstr ""
397
+
398
+ #: includes/widgets/htmega_booked_calender.php:95
399
+ msgid "29"
400
+ msgstr ""
401
+
402
+ #: includes/widgets/htmega_mailchimp_wp.php:68
403
+ msgid "294"
404
+ msgstr ""
405
+
406
+ #: includes/widgets/htmega_instagram.php:164
407
+ #: extensions/ht-builder/widgets/bl_post_archive.php:62
408
+ msgid "3"
409
+ msgstr ""
410
+
411
+ #: includes/widgets/htmega_weather.php:84
412
+ msgid "3 Days"
413
+ msgstr ""
414
+
415
+ #: extensions/wc-sales-notification/admin/setting.php:120
416
+ msgid "3 seconds"
417
+ msgstr ""
418
+
419
+ #: includes/widgets/htmega_countdown.php:475
420
+ msgid "3. Background Minutes"
421
+ msgstr ""
422
+
423
+ #: includes/widgets/htmega_booked_calender.php:96
424
+ msgid "30"
425
+ msgstr ""
426
+
427
+ #: extensions/wc-sales-notification/admin/setting.php:129
428
+ msgid "30 seconds"
429
+ msgstr ""
430
+
431
+ #: includes/widgets/htmega_booked_calender.php:97
432
+ msgid "31"
433
+ msgstr ""
434
+
435
+ #: admin/include/admin-setting.php:1269
436
+ msgid "325 Blocks / Sections"
437
+ msgstr ""
438
+
439
+ #: admin/include/admin-setting.php:1270
440
+ msgid "35 Categories / Template set"
441
+ msgstr ""
442
+
443
+ #: admin/include/admin-setting.php:1246
444
+ msgid "360 Blocks / Sections"
445
+ msgstr ""
446
+
447
+ #: admin/include/admin-setting.php:1167
448
+ msgid "360 Elementor Blocks"
449
+ msgstr ""
450
+
451
+ #: admin/include/admin-setting.php:1168
452
+ msgid "39 Categories and 491 Page Templates."
453
+ msgstr ""
454
+
455
+ #: includes/widgets/htmega_instagram.php:165
456
+ #: extensions/ht-builder/widgets/bl_post_archive.php:63
457
+ msgid "4"
458
+ msgstr ""
459
+
460
+ #: includes/widgets/htmega_weather.php:85
461
+ msgid "4 Days"
462
+ msgstr ""
463
+
464
+ #: extensions/wc-sales-notification/admin/setting.php:121
465
+ #: extensions/wc-sales-notification/admin/setting.php:145
466
+ msgid "4 seconds"
467
+ msgstr ""
468
+
469
+ #: includes/widgets/htmega_countdown.php:500
470
+ msgid "4. Background Seconds"
471
+ msgstr ""
472
+
473
+ #: extensions/wc-sales-notification/admin/setting.php:130
474
+ msgid "40 seconds"
475
+ msgstr ""
476
+
477
+ #: admin/include/admin-setting.php:607
478
+ #: includes/widgets/htmega_errorcontent.php:13
479
+ #: includes/widgets/htmega_errorcontent.php:43
480
+ msgid "404 Content"
481
+ msgstr ""
482
+
483
+ #: admin/include/admin-setting.php:1248 admin/include/admin-setting.php:1273
484
+ msgid "404 Error Page Builder"
485
+ msgstr ""
486
+
487
+ #: extensions/ht-builder/admin/setting.php:112
488
+ msgid "404 Page Template."
489
+ msgstr ""
490
+
491
+ #: includes/widgets/htmega_instagram.php:166
492
+ msgid "5"
493
+ msgstr ""
494
+
495
+ #: includes/widgets/htmega_weather.php:86
496
+ msgid "5 Days"
497
+ msgstr ""
498
+
499
+ #: extensions/wc-sales-notification/admin/setting.php:122
500
+ msgid "5 seconds"
501
+ msgstr ""
502
+
503
+ #: extensions/wc-sales-notification/admin/setting.php:131
504
+ msgid "50 seconds"
505
+ msgstr ""
506
+
507
+ #: includes/widgets/htmega_special_day_banner.php:107
508
+ msgid "50%"
509
+ msgstr ""
510
+
511
+ #: admin/include/admin-setting.php:1271
512
+ msgid "524 Templates"
513
+ msgstr ""
514
+
515
+ #: includes/widgets/htmega_instagram.php:167
516
+ msgid "6"
517
+ msgstr ""
518
+
519
+ #: includes/widgets/htmega_weather.php:87
520
+ msgid "6 Days"
521
+ msgstr ""
522
+
523
+ #: extensions/wc-sales-notification/admin/setting.php:123
524
+ msgid "6 seconds"
525
+ msgstr ""
526
+
527
+ #: extensions/wc-sales-notification/admin/setting.php:124
528
+ msgid "7 seconds"
529
+ msgstr ""
530
+
531
+ #: extensions/wc-sales-notification/admin/setting.php:125
532
+ msgid "8 seconds"
533
+ msgstr ""
534
+
535
+ #: admin/include/admin-setting.php:1166
536
+ msgid "80+ Elementor Elements"
537
+ msgstr ""
538
+
539
+ #: admin/include/admin-setting.php:1243 admin/include/admin-setting.php:1268
540
+ msgid "84 Elements"
541
+ msgstr ""
542
+
543
+ #: extensions/wc-sales-notification/admin/setting.php:126
544
+ msgid "9 seconds"
545
+ msgstr ""
546
+
547
+ #: includes/widgets/htmega_googlemap.php:252
548
+ #: includes/widgets/htmega_googlemap.php:253
549
+ msgid "90.4125"
550
+ msgstr ""
551
+
552
+ #: includes/widgets/htmega_business_hours.php:94
553
+ msgid "9:00 AM - 6:00 PM"
554
+ msgstr ""
555
+
556
+ #: includes/widgets/htmega_business_hours.php:164
557
+ #: includes/widgets/htmega_business_hours.php:175
558
+ #: includes/widgets/htmega_business_hours.php:180
559
+ #: includes/widgets/htmega_business_hours.php:185
560
+ #: includes/widgets/htmega_business_hours.php:190
561
+ msgid "9:00 AM to 6:00 PM"
562
+ msgstr ""
563
+
564
+ #: includes/widgets/htmega_business_hours.php:195
565
+ msgid "9:00 AM to 6:30 PM"
566
+ msgstr ""
567
+
568
+ #: includes/widgets/htmega_inlinemenu.php:89
569
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:83
570
+ #, php-format
571
+ msgid ""
572
+ "<strong>There are no menus in your site.</strong><br>Go to the <a "
573
+ "href=\"%s\" target=\"_blank\">Menus Option</a> to create one."
574
+ msgstr ""
575
+
576
+ #: includes/widgets/htmega_notify.php:80
577
+ msgid "<strong>Welcome,</strong>to Notification."
578
+ msgstr ""
579
+
580
+ #: includes/widgets/htmega_twitter_feed.php:102
581
+ msgid "Access Token"
582
+ msgstr ""
583
+
584
+ #: includes/widgets/htmega_twitter_feed.php:112
585
+ msgid "Access Token Secret"
586
+ msgstr ""
587
+
588
+ #: includes/widgets_control.php:88 admin/include/admin-setting.php:118
589
+ #: admin/include/admin-setting.php:119 includes/widgets/htmega_accordion.php:44
590
+ msgid "Accordion"
591
+ msgstr ""
592
+
593
+ #: includes/widgets/htmega_accordion.php:13
594
+ msgid "Accordion / FAQ"
595
+ msgstr ""
596
+
597
+ #: includes/widgets/htmega_accordion.php:88
598
+ #: includes/widgets/htmega_accordion.php:99
599
+ #: includes/widgets/htmega_accordion.php:217
600
+ #: includes/widgets/htmega_accordion.php:219
601
+ #: includes/widgets/htmega_accordion.php:228
602
+ #: includes/widgets/htmega_accordion.php:1190
603
+ msgid "Accordion Content"
604
+ msgstr ""
605
+
606
+ #: includes/widgets/htmega_accordion.php:374
607
+ msgid "Accordion Height"
608
+ msgstr ""
609
+
610
+ #: includes/widgets/htmega_accordion.php:957
611
+ msgid "Accordion Icon"
612
+ msgstr ""
613
+
614
+ #: includes/widgets/htmega_accordion.php:412
615
+ msgid "Accordion Item"
616
+ msgstr ""
617
+
618
+ #: includes/widgets/htmega_accordion.php:734
619
+ msgid "Accordion Item Box"
620
+ msgstr ""
621
+
622
+ #: includes/widgets/htmega_accordion.php:422
623
+ msgid "Accordion Item Spacing"
624
+ msgstr ""
625
+
626
+ #: includes/widgets/htmega_accordion.php:112
627
+ #: includes/widgets/htmega_accordion.php:162
628
+ #: includes/widgets/htmega_accordion.php:241
629
+ msgid "Accordion Items"
630
+ msgstr ""
631
+
632
+ #: includes/widgets/htmega_accordion.php:170
633
+ #: includes/widgets/htmega_accordion.php:445
634
+ #: includes/widgets/htmega_accordion.php:804
635
+ msgid "Accordion Title"
636
+ msgstr ""
637
+
638
+ #: includes/widgets/htmega_accordion.php:636
639
+ msgid "Accordion Title Collapsed"
640
+ msgstr ""
641
+
642
+ #: includes/widgets/htmega_accordion.php:120
643
+ #: includes/widgets/htmega_accordion.php:249
644
+ msgid "Accordion Title One"
645
+ msgstr ""
646
+
647
+ #: includes/widgets/htmega_accordion.php:125
648
+ #: includes/widgets/htmega_accordion.php:129
649
+ msgid "Accordion Title Two"
650
+ msgstr ""
651
+
652
+ #: admin/include/template-library.php:261
653
+ #: admin/include/template-library.php:313
654
+ #: includes/recommended-plugins/class.recommended-plugins.php:242
655
+ msgid "Activate"
656
+ msgstr ""
657
+
658
+ #: admin/include/template-library.php:272
659
+ #: admin/include/template-library.php:324
660
+ #: includes/recommended-plugins/class.recommended-plugins.php:126
661
+ #: includes/recommended-plugins/class.recommended-plugins.php:253
662
+ msgid "Activated"
663
+ msgstr ""
664
+
665
+ #: includes/class.assests.php:381
666
+ #: includes/recommended-plugins/class.recommended-plugins.php:125
667
+ msgid "Activating.."
668
+ msgstr ""
669
+
670
+ #: includes/class.assests.php:382 includes/widgets/htmega_accordion.php:570
671
+ #: includes/widgets/htmega_accordion.php:1121
672
+ #: includes/widgets/htmega_buddy_press.php:68
673
+ #: includes/widgets/htmega_carousel.php:988
674
+ #: includes/widgets/htmega_carousel.php:1188
675
+ #: includes/widgets/htmega_carousel.php:1386
676
+ #: includes/widgets/htmega_inlinemenu.php:407
677
+ #: includes/widgets/htmega_instagram.php:1239
678
+ #: includes/widgets/htmega_panel_slider.php:1152
679
+ #: includes/widgets/htmega_popover.php:204
680
+ #: includes/widgets/htmega_post_slider.php:1860
681
+ #: includes/widgets/htmega_post_slider.php:2009
682
+ #: includes/widgets/htmega_scroll_navigation.php:404
683
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1168
684
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1285
685
+ #: includes/widgets/htmega_switcher.php:468
686
+ #: includes/widgets/htmega_tabs.php:616 includes/widgets/htmega_tabs.php:795
687
+ #: includes/widgets/htmega_twitter_feed.php:1435
688
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:280
689
+ msgid "Active"
690
+ msgstr ""
691
+
692
+ #: includes/widgets/htmega_easy_digital_download.php:719
693
+ msgid "Active Color"
694
+ msgstr ""
695
+
696
+ #: includes/widgets/htmega_booked_calender.php:449
697
+ msgid "Active Date Background Color"
698
+ msgstr ""
699
+
700
+ #: includes/widgets/htmega_tabs.php:193
701
+ msgid "Active Icon Color"
702
+ msgstr ""
703
+
704
+ #: includes/widgets/htmega_accordion.php:938
705
+ msgid "Active Title Line Height"
706
+ msgstr ""
707
+
708
+ #: includes/widgets/htmega_accordion.php:923
709
+ msgid "Active Title Space"
710
+ msgstr ""
711
+
712
+ #: includes/widgets_control.php:98 includes/widgets/htmega_add_banner.php:13
713
+ msgid "Add Banner"
714
+ msgstr ""
715
+
716
+ #: includes/widgets/htmega_panel_slider.php:179
717
+ #: includes/widgets/htmega_testimonial_grid.php:147
718
+ msgid "Add Column gap Ex. 15px"
719
+ msgstr ""
720
+
721
+ #: includes/widgets/htmega_buddy_press.php:282
722
+ msgid "Add Column Width Ex. 25%"
723
+ msgstr ""
724
+
725
+ #: includes/widgets/htmega_gallery_justify.php:50
726
+ msgid "Add Images"
727
+ msgstr ""
728
+
729
+ #: includes/widgets/htmega_wc_add_to_cart.php:116
730
+ #: includes/widgets/htmega_wc_add_to_cart.php:117
731
+ msgid "Add to Cart"
732
+ msgstr ""
733
+
734
+ #: includes/widgets/htmega_section_title.php:60
735
+ msgid "Add Your Heading Text Here"
736
+ msgstr ""
737
+
738
+ #: includes/widgets/htmega_singlepost.php:87
739
+ msgid "Additional Option"
740
+ msgstr ""
741
+
742
+ #: includes/widgets/htmega_accordion.php:347
743
+ #: extensions/ht-builder/widgets/bl_post_archive.php:90
744
+ msgid "Additional Options"
745
+ msgstr ""
746
+
747
+ #: includes/widgets/htmega_image_comparison.php:147
748
+ msgid "Additional Setting"
749
+ msgstr ""
750
+
751
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:99
752
+ msgid "Admin Posts"
753
+ msgstr ""
754
+
755
+ #: admin/include/admin-setting.php:135
756
+ msgid "Ads Banner"
757
+ msgstr ""
758
+
759
+ #: admin/include/admin-setting.php:91
760
+ msgid "Advance Addons"
761
+ msgstr ""
762
+
763
+ #: includes/widgets/htmega_section_title.php:80
764
+ msgid "Advance Title"
765
+ msgstr ""
766
+
767
+ #: includes/widgets/htmega_section_title.php:281
768
+ msgid "Advance Title Setting"
769
+ msgstr ""
770
+
771
+ #: includes/widgets/htmega_section_title.php:931
772
+ msgid "Advance Title style"
773
+ msgstr ""
774
+
775
+ #: includes/widgets/htmega_blockquote.php:405
776
+ #: includes/widgets/htmega_image_comparison.php:165
777
+ msgid "After"
778
+ msgstr ""
779
+
780
+ #: includes/widgets/htmega_counter.php:776
781
+ msgid "After Border Color"
782
+ msgstr ""
783
+
784
+ #: includes/widgets/htmega_counter.php:701
785
+ msgid "After Border Height"
786
+ msgstr ""
787
+
788
+ #: includes/widgets/htmega_counter.php:731
789
+ msgid "After Border Position"
790
+ msgstr ""
791
+
792
+ #: includes/widgets/htmega_counter.php:671
793
+ msgid "After Border Width"
794
+ msgstr ""
795
+
796
+ #: includes/widgets/htmega_image_comparison.php:70
797
+ msgid "After Image"
798
+ msgstr ""
799
+
800
+ #: includes/widgets/htmega_pricing_list_view.php:106
801
+ msgid "After Price Label"
802
+ msgstr ""
803
+
804
+ #: includes/widgets/htmega_pricing_list_view.php:1700
805
+ msgid "After Price Style"
806
+ msgstr ""
807
+
808
+ #: includes/widgets/htmega_animated_heading.php:282
809
+ msgid "After Text Style"
810
+ msgstr ""
811
+
812
+ #: includes/widgets/htmega_image_comparison.php:163
813
+ #: includes/widgets/htmega_image_comparison.php:309
814
+ msgid "After Title"
815
+ msgstr ""
816
+
817
+ #: includes/widgets/htmega_user_login_form.php:301
818
+ msgid "After/Bottom Login Button"
819
+ msgstr ""
820
+
821
+ #: includes/widgets/htmega_imagemarker.php:450
822
+ msgid "Aleart Note"
823
+ msgstr ""
824
+
825
+ #: includes/widgets/htmega_accordion.php:466
826
+ #: includes/widgets/htmega_accordion.php:657
827
+ #: includes/widgets/htmega_accordion.php:815
828
+ #: includes/widgets/htmega_accordion.php:996
829
+ #: includes/widgets/htmega_accordion.php:1201
830
+ #: includes/widgets/htmega_accordion.php:1319
831
+ #: includes/widgets/htmega_add_banner.php:364
832
+ #: includes/widgets/htmega_blockquote.php:179
833
+ #: includes/widgets/htmega_buddy_press.php:250
834
+ #: includes/widgets/htmega_business_hours.php:387
835
+ #: includes/widgets/htmega_button.php:150
836
+ #: includes/widgets/htmega_caldera_form.php:68
837
+ #: includes/widgets/htmega_caldera_form.php:343
838
+ #: includes/widgets/htmega_call_to_action.php:326
839
+ #: includes/widgets/htmega_carousel.php:833
840
+ #: includes/widgets/htmega_contact_form_seven.php:113
841
+ #: includes/widgets/htmega_counter.php:66
842
+ #: includes/widgets/htmega_counter.php:284
843
+ #: includes/widgets/htmega_counter.php:317
844
+ #: includes/widgets/htmega_counter.php:423
845
+ #: includes/widgets/htmega_counter.php:549
846
+ #: includes/widgets/htmega_data_table.php:635
847
+ #: includes/widgets/htmega_data_table.php:754
848
+ #: includes/widgets/htmega_double_button.php:321
849
+ #: includes/widgets/htmega_dropcaps.php:80
850
+ #: includes/widgets/htmega_easy_digital_download.php:314
851
+ #: includes/widgets/htmega_easy_digital_download.php:682
852
+ #: includes/widgets/htmega_errorcontent.php:245
853
+ #: includes/widgets/htmega_gravity_forms.php:145
854
+ #: includes/widgets/htmega_gravity_forms.php:201
855
+ #: includes/widgets/htmega_gravity_forms.php:235
856
+ #: includes/widgets/htmega_gravity_forms.php:540
857
+ #: includes/widgets/htmega_gravity_forms.php:771
858
+ #: includes/widgets/htmega_imagemarker.php:706
859
+ #: includes/widgets/htmega_image_grid.php:279
860
+ #: includes/widgets/htmega_image_grid.php:376
861
+ #: includes/widgets/htmega_image_masonry.php:254
862
+ #: includes/widgets/htmega_image_masonry.php:351
863
+ #: includes/widgets/htmega_inlinemenu.php:117
864
+ #: includes/widgets/htmega_instagram.php:1480
865
+ #: includes/widgets/htmega_lightbox.php:192
866
+ #: includes/widgets/htmega_lightbox.php:305
867
+ #: includes/widgets/htmega_mailchimp_wp.php:125
868
+ #: includes/widgets/htmega_modal.php:346 includes/widgets/htmega_modal.php:1001
869
+ #: includes/widgets/htmega_newsticker.php:450
870
+ #: includes/widgets/htmega_ninja_form.php:184
871
+ #: includes/widgets/htmega_ninja_form.php:286
872
+ #: includes/widgets/htmega_ninja_form.php:320
873
+ #: includes/widgets/htmega_ninja_form.php:607
874
+ #: includes/widgets/htmega_ninja_form.php:818
875
+ #: includes/widgets/htmega_ninja_form.php:1030
876
+ #: includes/widgets/htmega_notify.php:278
877
+ #: includes/widgets/htmega_notify.php:558
878
+ #: includes/widgets/htmega_notify.php:824
879
+ #: includes/widgets/htmega_offcanvas.php:279
880
+ #: includes/widgets/htmega_offcanvas.php:371
881
+ #: includes/widgets/htmega_panel_slider.php:559
882
+ #: includes/widgets/htmega_popover.php:261
883
+ #: includes/widgets/htmega_popover.php:657
884
+ #: includes/widgets/htmega_popover.php:761
885
+ #: includes/widgets/htmega_postgrid.php:289
886
+ #: includes/widgets/htmega_postgrid.php:513
887
+ #: includes/widgets/htmega_postgrid.php:626
888
+ #: includes/widgets/htmega_post_grid_tab.php:397
889
+ #: includes/widgets/htmega_post_grid_tab.php:491
890
+ #: includes/widgets/htmega_post_grid_tab.php:578
891
+ #: includes/widgets/htmega_post_grid_tab.php:801
892
+ #: includes/widgets/htmega_post_slider.php:832
893
+ #: includes/widgets/htmega_post_slider.php:926
894
+ #: includes/widgets/htmega_post_slider.php:1013
895
+ #: includes/widgets/htmega_post_slider.php:1229
896
+ #: includes/widgets/htmega_pricing_list_view.php:469
897
+ #: includes/widgets/htmega_pricing_list_view.php:1124
898
+ #: includes/widgets/htmega_quforms.php:86
899
+ #: includes/widgets/htmega_quforms.php:206
900
+ #: includes/widgets/htmega_quforms.php:327
901
+ #: includes/widgets/htmega_quforms.php:547
902
+ #: includes/widgets/htmega_quforms.php:765
903
+ #: includes/widgets/htmega_search.php:152
904
+ #: includes/widgets/htmega_section_title.php:411
905
+ #: includes/widgets/htmega_service.php:237
906
+ #: includes/widgets/htmega_service.php:421
907
+ #: includes/widgets/htmega_service.php:526
908
+ #: includes/widgets/htmega_service.php:715
909
+ #: includes/widgets/htmega_service.php:977
910
+ #: includes/widgets/htmega_singlepost.php:217
911
+ #: includes/widgets/htmega_singlepost.php:313
912
+ #: includes/widgets/htmega_singlepost.php:420
913
+ #: includes/widgets/htmega_socialshere.php:370
914
+ #: includes/widgets/htmega_special_day_banner.php:261
915
+ #: includes/widgets/htmega_tablepress.php:209
916
+ #: includes/widgets/htmega_tablepress.php:366
917
+ #: includes/widgets/htmega_tabs.php:509
918
+ #: includes/widgets/htmega_teammember.php:612
919
+ #: includes/widgets/htmega_teammember.php:741
920
+ #: includes/widgets/htmega_teammember.php:831
921
+ #: includes/widgets/htmega_teammember.php:922
922
+ #: includes/widgets/htmega_teammember.php:989
923
+ #: includes/widgets/htmega_testimonial_grid.php:549
924
+ #: includes/widgets/htmega_toggle.php:192
925
+ #: includes/widgets/htmega_tooltip.php:237
926
+ #: includes/widgets/htmega_user_login_form.php:145
927
+ #: includes/widgets/htmega_user_login_form.php:367
928
+ #: includes/widgets/htmega_user_login_form.php:567
929
+ #: includes/widgets/htmega_videoplayer.php:292
930
+ #: includes/widgets/htmega_wc_categories.php:375
931
+ #: includes/widgets/htmega_wpforms.php:176
932
+ #: includes/widgets/htmega_wpforms.php:278
933
+ #: includes/widgets/htmega_wpforms.php:313
934
+ #: includes/widgets/htmega_wpforms.php:610
935
+ #: includes/widgets/htmega_wpforms.php:829
936
+ #: includes/widgets/htmega_wpforms.php:1057
937
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:111
938
+ #: extensions/ht-builder/widgets/bl_page_title.php:133
939
+ #: extensions/ht-builder/widgets/bl_post_archive.php:298
940
+ #: extensions/ht-builder/widgets/bl_post_archive.php:379
941
+ #: extensions/ht-builder/widgets/bl_post_archive.php:486
942
+ #: extensions/ht-builder/widgets/bl_post_archive.php:592
943
+ #: extensions/ht-builder/widgets/bl_post_archive.php:672
944
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:135
945
+ #: extensions/ht-builder/widgets/bl_post_content.php:68
946
+ #: extensions/ht-builder/widgets/bl_post_excerpt.php:68
947
+ #: extensions/ht-builder/widgets/bl_post_featured_image.php:67
948
+ #: extensions/ht-builder/widgets/bl_post_title.php:101
949
+ #: extensions/ht-builder/widgets/bl_site_logo.php:155
950
+ #: extensions/ht-builder/widgets/bl_site_title.php:135
951
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:162
952
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:163
953
+ msgid "Alignment"
954
+ msgstr ""
955
+
956
+ #: admin/include/templates_list.php:52
957
+ msgid "ALL"
958
+ msgstr ""
959
+
960
+ #: admin/include/templates_list.php:41
961
+ msgid "All Builders"
962
+ msgstr ""
963
+
964
+ #: includes/widgets/htmega_service.php:305
965
+ #: includes/widgets/htmega_testimonial_grid.php:359
966
+ #: includes/widgets/htmega_working_process.php:599
967
+ msgid "All Content Color"
968
+ msgstr ""
969
+
970
+ #: extensions/ht-menu/classes/class.mega-menu.php:246
971
+ #: extensions/ht-menu/menu/templates.php:194
972
+ msgid "All Data Saved"
973
+ msgstr ""
974
+
975
+ #: includes/class.assests.php:371
976
+ msgid "All Items have been Loaded"
977
+ msgstr ""
978
+
979
+ #: includes/widgets/htmega_accordion.php:121
980
+ #: includes/widgets/htmega_accordion.php:126
981
+ #: includes/widgets/htmega_accordion.php:130
982
+ #: includes/widgets/htmega_accordion.php:250
983
+ msgid ""
984
+ "Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry "
985
+ "richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard "
986
+ "dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon "
987
+ "tempor, sunt aliqua put a bird on it squid single-origin coffee nulla "
988
+ "assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore "
989
+ "wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher "
990
+ "vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic "
991
+ "synth nesciunt you probably have not heard of them accusamus labore "
992
+ "sustainable VHS."
993
+ msgstr ""
994
+
995
+ #: admin/include/admin-setting.php:127
996
+ msgid "Animate Heading"
997
+ msgstr ""
998
+
999
+ #: includes/widgets/htmega_teammember.php:119
1000
+ msgid "Animate Top on Mobile Layout"
1001
+ msgstr ""
1002
+
1003
+ #: includes/widgets_control.php:93
1004
+ #: includes/widgets/htmega_animated_heading.php:13
1005
+ #: includes/widgets/htmega_animated_heading.php:42
1006
+ msgid "Animated Heading"
1007
+ msgstr ""
1008
+
1009
+ #: includes/widgets/htmega_animated_heading.php:102
1010
+ msgid "Animated Heading Text"
1011
+ msgstr ""
1012
+
1013
+ #: includes/widgets/htmega_animated_heading.php:369
1014
+ msgid "Animated Text Style"
1015
+ msgstr ""
1016
+
1017
+ #: includes/widgets/htmega_newsticker.php:113
1018
+ msgid "Animatied duration"
1019
+ msgstr ""
1020
+
1021
+ #: includes/widgets/htmega_videoplayer.php:429
1022
+ msgid "Animation Border Color"
1023
+ msgstr ""
1024
+
1025
+ #: extensions/wc-sales-notification/admin/setting.php:164
1026
+ msgid "Animation In"
1027
+ msgstr ""
1028
+
1029
+ #: extensions/wc-sales-notification/admin/setting.php:176
1030
+ msgid "Animation Out"
1031
+ msgstr ""
1032
+
1033
+ #: includes/widgets/htmega_newsticker.php:104
1034
+ msgid "Animation Speed"
1035
+ msgstr ""
1036
+
1037
+ #: includes/widgets/htmega_carousel.php:429
1038
+ msgid "Animation Style"
1039
+ msgstr ""
1040
+
1041
+ #: includes/widgets/htmega_animated_heading.php:67
1042
+ msgid "Animation Type"
1043
+ msgstr ""
1044
+
1045
+ #: includes/widgets/htmega_googlemap.php:163
1046
+ msgid "Another Place"
1047
+ msgstr ""
1048
+
1049
+ #: includes/widgets/htmega_booked_calender.php:563
1050
+ msgid "Appointment Button"
1051
+ msgstr ""
1052
+
1053
+ #: includes/widgets/htmega_booked_calender.php:414
1054
+ msgid "Appointments"
1055
+ msgstr ""
1056
+
1057
+ #: includes/widgets/htmega_booked_calender.php:112
1058
+ msgid "April"
1059
+ msgstr ""
1060
+
1061
+ #: admin/include/admin-setting.php:778 admin/include/admin-setting.php:779
1062
+ msgid "Archive Posts"
1063
+ msgstr ""
1064
+
1065
+ #: admin/include/admin-setting.php:787 admin/include/admin-setting.php:788
1066
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:39
1067
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:60
1068
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:170
1069
+ msgid "Archive Title"
1070
+ msgstr ""
1071
+
1072
+ #: includes/widgets/htmega_buddy_press.php:175
1073
+ #: includes/widgets/htmega_popover.php:508
1074
+ msgid "Area"
1075
+ msgstr ""
1076
+
1077
+ #: includes/widgets/htmega_imagemarker.php:100
1078
+ msgid "Area padding"
1079
+ msgstr ""
1080
+
1081
+ #: includes/widgets/htmega_carousel.php:535
1082
+ #: includes/widgets/htmega_instagram.php:912
1083
+ #: includes/widgets/htmega_panel_slider.php:740
1084
+ #: includes/widgets/htmega_popover.php:795
1085
+ #: includes/widgets/htmega_post_slider.php:1410
1086
+ #: includes/widgets/htmega_slider_thumb_gallery.php:802
1087
+ #: includes/widgets/htmega_tooltip.php:548
1088
+ #: includes/widgets/htmega_twitter_feed.php:1053
1089
+ msgid "Arrow"
1090
+ msgstr ""
1091
+
1092
+ #: includes/widgets/htmega_popover.php:821
1093
+ msgid "Arrow Background Color"
1094
+ msgstr ""
1095
+
1096
+ #: includes/widgets/htmega_popover.php:802
1097
+ msgid "Arrow Border Color"
1098
+ msgstr ""
1099
+
1100
+ #: includes/widgets/htmega_working_process.php:270
1101
+ msgid "Arrow Border Height"
1102
+ msgstr ""
1103
+
1104
+ #: includes/widgets/htmega_testimonial_grid.php:655
1105
+ #: includes/widgets/htmega_tooltip.php:554
1106
+ #: includes/widgets/htmega_verticle_time_line.php:414
1107
+ #: includes/widgets/htmega_verticle_time_line.php:455
1108
+ msgid "Arrow Color"
1109
+ msgstr ""
1110
+
1111
+ #: includes/widgets/htmega_working_process.php:320
1112
+ msgid "Arrow Hover Color"
1113
+ msgstr ""
1114
+
1115
+ #: includes/widgets/htmega_working_process.php:291
1116
+ msgid "Arrow Left Color"
1117
+ msgstr ""
1118
+
1119
+ #: includes/widgets/htmega_working_process.php:306
1120
+ msgid "Arrow Right Color"
1121
+ msgstr ""
1122
+
1123
+ #: includes/widgets/htmega_easy_digital_download.php:213
1124
+ msgid "ASC"
1125
+ msgstr ""
1126
+
1127
+ #: includes/widgets/htmega_job_manager.php:83
1128
+ #: includes/widgets/htmega_newsticker.php:272
1129
+ #: includes/widgets/htmega_postgrid.php:132
1130
+ #: includes/widgets/htmega_post_grid_tab.php:139
1131
+ #: includes/widgets/htmega_post_slider.php:143
1132
+ #: includes/widgets/htmega_wc_categories.php:144
1133
+ #: extensions/ht-builder/widgets/bl_post_archive.php:220
1134
+ msgid "Ascending"
1135
+ msgstr ""
1136
+
1137
+ #: includes/widgets/htmega_verticle_time_line.php:109
1138
+ msgid "Aug<br/>2018"
1139
+ msgstr ""
1140
+
1141
+ #: includes/widgets/htmega_booked_calender.php:116
1142
+ msgid "August"
1143
+ msgstr ""
1144
+
1145
+ #: includes/widgets/htmega_job_manager.php:101
1146
+ #: includes/widgets/htmega_post_slider.php:255
1147
+ #: includes/widgets/htmega_singlepost.php:130
1148
+ #: includes/widgets/htmega_twitter_feed.php:688
1149
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:65
1150
+ msgid "Author"
1151
+ msgstr ""
1152
+
1153
+ #: includes/widgets/htmega_twitter_feed.php:754
1154
+ msgid "Author Image Style"
1155
+ msgstr ""
1156
+
1157
+ #: admin/include/admin-setting.php:832 admin/include/admin-setting.php:833
1158
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:39
1159
+ msgid "Author Info"
1160
+ msgstr ""
1161
+
1162
+ #: includes/widgets/htmega_instragram_feed.php:71
1163
+ #: includes/widgets/htmega_notify.php:235
1164
+ msgid "Auto"
1165
+ msgstr ""
1166
+
1167
+ #: includes/widgets/htmega_videoplayer.php:162
1168
+ msgid "Auto Play"
1169
+ msgstr ""
1170
+
1171
+ #: includes/widgets/htmega_newsticker.php:158
1172
+ msgid "Auto Start"
1173
+ msgstr ""
1174
+
1175
+ #: includes/widgets/htmega_carousel.php:281
1176
+ #: includes/widgets/htmega_instagram.php:476
1177
+ #: includes/widgets/htmega_panel_slider.php:341
1178
+ #: includes/widgets/htmega_post_slider.php:461
1179
+ #: includes/widgets/htmega_slider_thumb_gallery.php:271
1180
+ #: includes/widgets/htmega_twitter_feed.php:403
1181
+ msgid "Autoplay animation speed"
1182
+ msgstr ""
1183
+
1184
+ #: includes/widgets/htmega_carousel.php:268
1185
+ #: includes/widgets/htmega_instagram.php:463
1186
+ #: includes/widgets/htmega_panel_slider.php:328
1187
+ #: includes/widgets/htmega_post_slider.php:448
1188
+ #: includes/widgets/htmega_slider_thumb_gallery.php:260
1189
+ #: includes/widgets/htmega_twitter_feed.php:390
1190
+ msgid "Autoplay speed"
1191
+ msgstr ""
1192
+
1193
+ #: includes/widgets/htmega_booked_calender.php:302
1194
+ msgid "Available Date"
1195
+ msgstr ""
1196
+
1197
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:170
1198
+ msgid "Avatar"
1199
+ msgstr ""
1200
+
1201
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:108
1202
+ msgid "Avater Image Position"
1203
+ msgstr ""
1204
+
1205
+ #: includes/widgets/htmega_errorcontent.php:136
1206
+ #: includes/widgets/htmega_errorcontent.php:542
1207
+ msgid "Back Button"
1208
+ msgstr ""
1209
+
1210
+ #: includes/widgets/htmega_errorcontent.php:144
1211
+ #: includes/widgets/htmega_errorcontent.php:145
1212
+ #: includes/widgets/htmega_errorcontent.php:193
1213
+ msgid "Back To Home"
1214
+ msgstr ""
1215
+
1216
+ #: admin/include/templates_list.php:72
1217
+ #: admin/include/templates/library/templates.php:83
1218
+ msgid "Back to Library"
1219
+ msgstr ""
1220
+
1221
+ #: includes/widgets/htmega_accordion.php:492
1222
+ #: includes/widgets/htmega_accordion.php:577
1223
+ #: includes/widgets/htmega_accordion.php:695
1224
+ #: includes/widgets/htmega_accordion.php:746
1225
+ #: includes/widgets/htmega_accordion.php:842
1226
+ #: includes/widgets/htmega_accordion.php:1018
1227
+ #: includes/widgets/htmega_accordion.php:1129
1228
+ #: includes/widgets/htmega_accordion.php:1279
1229
+ #: includes/widgets/htmega_add_banner.php:394
1230
+ #: includes/widgets/htmega_add_banner.php:668
1231
+ #: includes/widgets/htmega_add_banner.php:747
1232
+ #: includes/widgets/htmega_animated_heading.php:203
1233
+ #: includes/widgets/htmega_animated_heading.php:334
1234
+ #: includes/widgets/htmega_animated_heading.php:422
1235
+ #: includes/widgets/htmega_blockquote.php:211
1236
+ #: includes/widgets/htmega_blockquote.php:520
1237
+ #: includes/widgets/htmega_blockquote.php:701
1238
+ #: includes/widgets/htmega_booked_calender.php:256
1239
+ #: includes/widgets/htmega_booked_calender.php:309
1240
+ #: includes/widgets/htmega_booked_calender.php:425
1241
+ #: includes/widgets/htmega_brand.php:178 includes/widgets/htmega_brand.php:203
1242
+ #: includes/widgets/htmega_brand.php:239 includes/widgets/htmega_brand.php:264
1243
+ #: includes/widgets/htmega_buddy_press.php:204
1244
+ #: includes/widgets/htmega_business_hours.php:217
1245
+ #: includes/widgets/htmega_business_hours.php:230
1246
+ #: includes/widgets/htmega_business_hours.php:309
1247
+ #: includes/widgets/htmega_business_hours.php:437
1248
+ #: includes/widgets/htmega_business_hours.php:532
1249
+ #: includes/widgets/htmega_business_hours.php:571
1250
+ #: includes/widgets/htmega_button.php:242
1251
+ #: includes/widgets/htmega_button.php:270
1252
+ #: includes/widgets/htmega_button.php:365
1253
+ #: includes/widgets/htmega_button.php:385
1254
+ #: includes/widgets/htmega_call_to_action.php:358
1255
+ #: includes/widgets/htmega_call_to_action.php:435
1256
+ #: includes/widgets/htmega_call_to_action.php:720
1257
+ #: includes/widgets/htmega_call_to_action.php:857
1258
+ #: includes/widgets/htmega_call_to_action.php:926
1259
+ #: includes/widgets/htmega_call_to_action.php:1063
1260
+ #: includes/widgets/htmega_carousel.php:598
1261
+ #: includes/widgets/htmega_carousel.php:773
1262
+ #: includes/widgets/htmega_carousel.php:863
1263
+ #: includes/widgets/htmega_carousel.php:996
1264
+ #: includes/widgets/htmega_carousel.php:1102
1265
+ #: includes/widgets/htmega_carousel.php:1196
1266
+ #: includes/widgets/htmega_carousel.php:1329
1267
+ #: includes/widgets/htmega_carousel.php:1413
1268
+ #: includes/widgets/htmega_contact_form_seven.php:140
1269
+ #: includes/widgets/htmega_countdown.php:413
1270
+ #: includes/widgets/htmega_countdown.php:438
1271
+ #: includes/widgets/htmega_countdown.php:463
1272
+ #: includes/widgets/htmega_countdown.php:488
1273
+ #: includes/widgets/htmega_countdown.php:513
1274
+ #: includes/widgets/htmega_countdown.php:783
1275
+ #: includes/widgets/htmega_countdown.php:869
1276
+ #: includes/widgets/htmega_countdown.php:953
1277
+ #: includes/widgets/htmega_counter.php:202
1278
+ #: includes/widgets/htmega_counter.php:478
1279
+ #: includes/widgets/htmega_counter.php:603
1280
+ #: includes/widgets/htmega_counter.php:869
1281
+ #: includes/widgets/htmega_counter.php:959
1282
+ #: includes/widgets/htmega_counter.php:1048
1283
+ #: includes/widgets/htmega_data_table.php:162
1284
+ #: includes/widgets/htmega_data_table.php:423
1285
+ #: includes/widgets/htmega_data_table.php:499
1286
+ #: includes/widgets/htmega_data_table.php:585
1287
+ #: includes/widgets/htmega_data_table.php:878
1288
+ #: includes/widgets/htmega_data_table.php:957
1289
+ #: includes/widgets/htmega_double_button.php:508
1290
+ #: includes/widgets/htmega_double_button.php:595
1291
+ #: includes/widgets/htmega_double_button.php:681
1292
+ #: includes/widgets/htmega_double_button.php:767
1293
+ #: includes/widgets/htmega_double_button.php:864
1294
+ #: includes/widgets/htmega_dropcaps.php:131
1295
+ #: includes/widgets/htmega_dropcaps.php:230
1296
+ #: includes/widgets/htmega_easy_digital_download.php:553
1297
+ #: includes/widgets/htmega_easy_digital_download.php:632
1298
+ #: includes/widgets/htmega_errorcontent.php:570
1299
+ #: includes/widgets/htmega_errorcontent.php:656
1300
+ #: includes/widgets/htmega_errorcontent.php:721
1301
+ #: includes/widgets/htmega_errorcontent.php:807
1302
+ #: includes/widgets/htmega_googlemap.php:306
1303
+ #: includes/widgets/htmega_googlemap.php:391
1304
+ #: includes/widgets/htmega_googlemap.php:447
1305
+ #: includes/widgets/htmega_gravity_forms.php:259
1306
+ #: includes/widgets/htmega_imagemarker.php:52
1307
+ #: includes/widgets/htmega_imagemarker.php:654
1308
+ #: includes/widgets/htmega_imagemarker.php:733
1309
+ #: includes/widgets/htmega_image_comparison.php:102
1310
+ #: includes/widgets/htmega_image_comparison.php:284
1311
+ #: includes/widgets/htmega_image_comparison.php:365
1312
+ #: includes/widgets/htmega_image_comparison.php:454
1313
+ #: includes/widgets/htmega_image_comparison.php:520
1314
+ #: includes/widgets/htmega_image_comparison.php:540
1315
+ #: includes/widgets/htmega_image_grid.php:323
1316
+ #: includes/widgets/htmega_image_grid.php:482
1317
+ #: includes/widgets/htmega_image_grid.php:554
1318
+ #: includes/widgets/htmega_image_masonry.php:298
1319
+ #: includes/widgets/htmega_image_masonry.php:468
1320
+ #: includes/widgets/htmega_image_masonry.php:549
1321
+ #: includes/widgets/htmega_inlinemenu.php:166
1322
+ #: includes/widgets/htmega_inlinemenu.php:265
1323
+ #: includes/widgets/htmega_inlinemenu.php:428
1324
+ #: includes/widgets/htmega_instagram.php:625
1325
+ #: includes/widgets/htmega_instagram.php:671
1326
+ #: includes/widgets/htmega_instagram.php:814
1327
+ #: includes/widgets/htmega_instagram.php:974
1328
+ #: includes/widgets/htmega_instagram.php:1093
1329
+ #: includes/widgets/htmega_instagram.php:1153
1330
+ #: includes/widgets/htmega_instagram.php:1247
1331
+ #: includes/widgets/htmega_instagram.php:1313
1332
+ #: includes/widgets/htmega_instagram.php:1410
1333
+ #: includes/widgets/htmega_lightbox.php:354
1334
+ #: includes/widgets/htmega_mailchimp_wp.php:116
1335
+ #: includes/widgets/htmega_modal.php:249 includes/widgets/htmega_modal.php:455
1336
+ #: includes/widgets/htmega_modal.php:516 includes/widgets/htmega_modal.php:613
1337
+ #: includes/widgets/htmega_modal.php:701 includes/widgets/htmega_modal.php:776
1338
+ #: includes/widgets/htmega_modal.php:868 includes/widgets/htmega_modal.php:946
1339
+ #: includes/widgets/htmega_newsticker.php:355
1340
+ #: includes/widgets/htmega_newsticker.php:514
1341
+ #: includes/widgets/htmega_newsticker.php:643
1342
+ #: includes/widgets/htmega_newsticker.php:750
1343
+ #: includes/widgets/htmega_newsticker.php:874
1344
+ #: includes/widgets/htmega_newsticker.php:931
1345
+ #: includes/widgets/htmega_ninja_form.php:344
1346
+ #: includes/widgets/htmega_notify.php:370
1347
+ #: includes/widgets/htmega_notify.php:437
1348
+ #: includes/widgets/htmega_notify.php:522
1349
+ #: includes/widgets/htmega_notify.php:671
1350
+ #: includes/widgets/htmega_offcanvas.php:362
1351
+ #: includes/widgets/htmega_offcanvas.php:474
1352
+ #: includes/widgets/htmega_offcanvas.php:505
1353
+ #: includes/widgets/htmega_panel_slider.php:540
1354
+ #: includes/widgets/htmega_panel_slider.php:599
1355
+ #: includes/widgets/htmega_panel_slider.php:800
1356
+ #: includes/widgets/htmega_panel_slider.php:989
1357
+ #: includes/widgets/htmega_panel_slider.php:1109
1358
+ #: includes/widgets/htmega_panel_slider.php:1160
1359
+ #: includes/widgets/htmega_popover.php:395
1360
+ #: includes/widgets/htmega_popover.php:473
1361
+ #: includes/widgets/htmega_popover.php:542
1362
+ #: includes/widgets/htmega_popover.php:628
1363
+ #: includes/widgets/htmega_popover.php:732
1364
+ #: includes/widgets/htmega_postgrid.php:227
1365
+ #: includes/widgets/htmega_postgrid.php:714
1366
+ #: includes/widgets/htmega_post_grid_tab.php:268
1367
+ #: includes/widgets/htmega_post_grid_tab.php:344
1368
+ #: includes/widgets/htmega_post_grid_tab.php:677
1369
+ #: includes/widgets/htmega_post_grid_tab.php:707
1370
+ #: includes/widgets/htmega_post_grid_tab.php:897
1371
+ #: includes/widgets/htmega_post_grid_tab.php:947
1372
+ #: includes/widgets/htmega_post_grid_tab.php:1012
1373
+ #: includes/widgets/htmega_post_grid_tab.php:1070
1374
+ #: includes/widgets/htmega_post_grid_tab.php:1101
1375
+ #: includes/widgets/htmega_post_slider.php:657
1376
+ #: includes/widgets/htmega_post_slider.php:694
1377
+ #: includes/widgets/htmega_post_slider.php:717
1378
+ #: includes/widgets/htmega_post_slider.php:1111
1379
+ #: includes/widgets/htmega_post_slider.php:1141
1380
+ #: includes/widgets/htmega_post_slider.php:1324
1381
+ #: includes/widgets/htmega_post_slider.php:1374
1382
+ #: includes/widgets/htmega_post_slider.php:1584
1383
+ #: includes/widgets/htmega_post_slider.php:1704
1384
+ #: includes/widgets/htmega_post_slider.php:1817
1385
+ #: includes/widgets/htmega_post_slider.php:1868
1386
+ #: includes/widgets/htmega_post_slider.php:1969
1387
+ #: includes/widgets/htmega_post_slider.php:2017
1388
+ #: includes/widgets/htmega_progress_bar.php:487
1389
+ #: includes/widgets/htmega_progress_bar.php:668
1390
+ #: includes/widgets/htmega_quforms.php:110
1391
+ #: includes/widgets/htmega_quforms.php:230
1392
+ #: includes/widgets/htmega_scroll_image.php:174
1393
+ #: includes/widgets/htmega_scroll_image.php:317
1394
+ #: includes/widgets/htmega_scroll_navigation.php:318
1395
+ #: includes/widgets/htmega_scroll_navigation.php:412
1396
+ #: includes/widgets/htmega_search.php:262
1397
+ #: includes/widgets/htmega_search.php:407
1398
+ #: includes/widgets/htmega_search.php:494
1399
+ #: includes/widgets/htmega_search.php:624
1400
+ #: includes/widgets/htmega_search.php:748
1401
+ #: includes/widgets/htmega_search.php:922
1402
+ #: includes/widgets/htmega_search.php:969
1403
+ #: includes/widgets/htmega_section_title.php:378
1404
+ #: includes/widgets/htmega_section_title.php:635
1405
+ #: includes/widgets/htmega_section_title.php:866
1406
+ #: includes/widgets/htmega_section_title.php:1016
1407
+ #: includes/widgets/htmega_service.php:210
1408
+ #: includes/widgets/htmega_service.php:278
1409
+ #: includes/widgets/htmega_service.php:330
1410
+ #: includes/widgets/htmega_service.php:686
1411
+ #: includes/widgets/htmega_service.php:768
1412
+ #: includes/widgets/htmega_service.php:813
1413
+ #: includes/widgets/htmega_service.php:948
1414
+ #: includes/widgets/htmega_service.php:1076
1415
+ #: includes/widgets/htmega_service.php:1128
1416
+ #: includes/widgets/htmega_singlepost.php:305
1417
+ #: includes/widgets/htmega_singlepost.php:483
1418
+ #: includes/widgets/htmega_slider_thumb_gallery.php:790
1419
+ #: includes/widgets/htmega_slider_thumb_gallery.php:865
1420
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1010
1421
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1082
1422
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1176
1423
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1293
1424
+ #: includes/widgets/htmega_socialshere.php:131
1425
+ #: includes/widgets/htmega_socialshere.php:241
1426
+ #: includes/widgets/htmega_socialshere.php:292
1427
+ #: includes/widgets/htmega_socialshere.php:591
1428
+ #: includes/widgets/htmega_socialshere.php:702
1429
+ #: includes/widgets/htmega_socialshere.php:733
1430
+ #: includes/widgets/htmega_special_day_banner.php:322
1431
+ #: includes/widgets/htmega_special_day_banner.php:691
1432
+ #: includes/widgets/htmega_special_day_banner.php:770
1433
+ #: includes/widgets/htmega_switcher.php:284
1434
+ #: includes/widgets/htmega_switcher.php:416
1435
+ #: includes/widgets/htmega_switcher.php:491
1436
+ #: includes/widgets/htmega_switcher.php:603
1437
+ #: includes/widgets/htmega_tablepress.php:151
1438
+ #: includes/widgets/htmega_tablepress.php:270
1439
+ #: includes/widgets/htmega_tablepress.php:314
1440
+ #: includes/widgets/htmega_tabs.php:147 includes/widgets/htmega_tabs.php:168
1441
+ #: includes/widgets/htmega_tabs.php:306 includes/widgets/htmega_tabs.php:559
1442
+ #: includes/widgets/htmega_tabs.php:636 includes/widgets/htmega_tabs.php:722
1443
+ #: includes/widgets/htmega_tabs.php:816 includes/widgets/htmega_tabs.php:882
1444
+ #: includes/widgets/htmega_teammember.php:386
1445
+ #: includes/widgets/htmega_teammember.php:487
1446
+ #: includes/widgets/htmega_teammember.php:523
1447
+ #: includes/widgets/htmega_teammember.php:546
1448
+ #: includes/widgets/htmega_testimonial_grid.php:298
1449
+ #: includes/widgets/htmega_testimonial_grid.php:343
1450
+ #: includes/widgets/htmega_testimonial_grid.php:644
1451
+ #: includes/widgets/htmega_toggle.php:311
1452
+ #: includes/widgets/htmega_toggle.php:363
1453
+ #: includes/widgets/htmega_tooltip.php:372
1454
+ #: includes/widgets/htmega_tooltip.php:450
1455
+ #: includes/widgets/htmega_tooltip.php:525
1456
+ #: includes/widgets/htmega_twitter_feed.php:552
1457
+ #: includes/widgets/htmega_twitter_feed.php:1117
1458
+ #: includes/widgets/htmega_twitter_feed.php:1254
1459
+ #: includes/widgets/htmega_twitter_feed.php:1314
1460
+ #: includes/widgets/htmega_twitter_feed.php:1443
1461
+ #: includes/widgets/htmega_user_login_form.php:558
1462
+ #: includes/widgets/htmega_user_login_form.php:852
1463
+ #: includes/widgets/htmega_user_login_form.php:1124
1464
+ #: includes/widgets/htmega_user_login_form.php:1243
1465
+ #: includes/widgets/htmega_user_login_form.php:1322
1466
+ #: includes/widgets/htmega_user_login_form.php:1427
1467
+ #: includes/widgets/htmega_user_login_form.php:1492
1468
+ #: includes/widgets/htmega_verticle_time_line.php:403
1469
+ #: includes/widgets/htmega_verticle_time_line.php:444
1470
+ #: includes/widgets/htmega_verticle_time_line.php:484
1471
+ #: includes/widgets/htmega_verticle_time_line.php:613
1472
+ #: includes/widgets/htmega_videoplayer.php:242
1473
+ #: includes/widgets/htmega_videoplayer.php:357
1474
+ #: includes/widgets/htmega_videoplayer.php:494
1475
+ #: includes/widgets/htmega_wc_categories.php:184
1476
+ #: includes/widgets/htmega_wc_categories.php:246
1477
+ #: includes/widgets/htmega_wc_categories.php:321
1478
+ #: includes/widgets/htmega_wc_categories.php:423
1479
+ #: includes/widgets/htmega_wc_element_pages.php:1735
1480
+ #: includes/widgets/htmega_wc_element_pages.php:1812
1481
+ #: includes/widgets/htmega_weather.php:297
1482
+ #: includes/widgets/htmega_working_process.php:200
1483
+ #: includes/widgets/htmega_working_process.php:378
1484
+ #: includes/widgets/htmega_working_process.php:392
1485
+ #: includes/widgets/htmega_working_process.php:587
1486
+ #: includes/widgets/htmega_working_process.php:802
1487
+ #: includes/widgets/htmega_working_process.php:1004
1488
+ #: includes/widgets/htmega_working_process.php:1083
1489
+ #: includes/widgets/htmega_wpforms.php:337
1490
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:162
1491
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:247
1492
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:300
1493
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:353
1494
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:395
1495
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:448
1496
+ #: extensions/ht-menu/menu/templates.php:143
1497
+ msgid "Background"
1498
+ msgstr ""
1499
+
1500
+ #: includes/widgets/htmega_booked_calender.php:675
1501
+ #: includes/widgets/htmega_business_hours.php:144
1502
+ #: includes/widgets/htmega_caldera_form.php:227
1503
+ #: includes/widgets/htmega_caldera_form.php:387
1504
+ #: includes/widgets/htmega_caldera_form.php:465
1505
+ #: includes/widgets/htmega_caldera_form.php:574
1506
+ #: includes/widgets/htmega_caldera_form.php:646
1507
+ #: includes/widgets/htmega_caldera_form.php:685
1508
+ #: includes/widgets/htmega_caldera_form.php:724
1509
+ #: includes/widgets/htmega_carousel.php:445
1510
+ #: includes/widgets/htmega_contact_form_seven.php:221
1511
+ #: includes/widgets/htmega_contact_form_seven.php:372
1512
+ #: includes/widgets/htmega_contact_form_seven.php:482
1513
+ #: includes/widgets/htmega_contact_form_seven.php:588
1514
+ #: includes/widgets/htmega_contact_form_seven.php:651
1515
+ #: includes/widgets/htmega_contact_form_seven.php:835
1516
+ #: includes/widgets/htmega_contact_form_seven.php:923
1517
+ #: includes/widgets/htmega_custom_event.php:342
1518
+ #: includes/widgets/htmega_gravity_forms.php:404
1519
+ #: includes/widgets/htmega_gravity_forms.php:574
1520
+ #: includes/widgets/htmega_gravity_forms.php:706
1521
+ #: includes/widgets/htmega_gravity_forms.php:816
1522
+ #: includes/widgets/htmega_mailchimp_wp.php:195
1523
+ #: includes/widgets/htmega_mailchimp_wp.php:383
1524
+ #: includes/widgets/htmega_mailchimp_wp.php:471
1525
+ #: includes/widgets/htmega_ninja_form.php:490
1526
+ #: includes/widgets/htmega_ninja_form.php:640
1527
+ #: includes/widgets/htmega_ninja_form.php:712
1528
+ #: includes/widgets/htmega_ninja_form.php:859
1529
+ #: includes/widgets/htmega_ninja_form.php:965
1530
+ #: includes/widgets/htmega_ninja_form.php:1075
1531
+ #: includes/widgets/htmega_pricing_list_view.php:337
1532
+ #: includes/widgets/htmega_pricing_list_view.php:707
1533
+ #: includes/widgets/htmega_pricing_list_view.php:966
1534
+ #: includes/widgets/htmega_pricing_list_view.php:1228
1535
+ #: includes/widgets/htmega_pricing_list_view.php:1298
1536
+ #: includes/widgets/htmega_pricing_list_view.php:1468
1537
+ #: includes/widgets/htmega_pricing_list_view.php:1574
1538
+ #: includes/widgets/htmega_pricing_list_view.php:1651
1539
+ #: includes/widgets/htmega_pricing_list_view.php:1732
1540
+ #: includes/widgets/htmega_pricing_list_view.php:1809
1541
+ #: includes/widgets/htmega_quforms.php:351
1542
+ #: includes/widgets/htmega_quforms.php:476
1543
+ #: includes/widgets/htmega_quforms.php:571
1544
+ #: includes/widgets/htmega_quforms.php:693
1545
+ #: includes/widgets/htmega_quforms.php:849
1546
+ #: includes/widgets/htmega_quforms.php:936
1547
+ #: includes/widgets/htmega_quforms.php:1004
1548
+ #: includes/widgets/htmega_quforms.php:1043
1549
+ #: includes/widgets/htmega_verticle_time_line.php:219
1550
+ #: includes/widgets/htmega_verticle_time_line.php:296
1551
+ #: includes/widgets/htmega_wc_element_pages.php:108
1552
+ #: includes/widgets/htmega_wc_element_pages.php:143
1553
+ #: includes/widgets/htmega_wc_element_pages.php:224
1554
+ #: includes/widgets/htmega_wc_element_pages.php:309
1555
+ #: includes/widgets/htmega_wc_element_pages.php:415
1556
+ #: includes/widgets/htmega_wc_element_pages.php:489
1557
+ #: includes/widgets/htmega_wc_element_pages.php:566
1558
+ #: includes/widgets/htmega_wc_element_pages.php:587
1559
+ #: includes/widgets/htmega_wc_element_pages.php:725
1560
+ #: includes/widgets/htmega_wc_element_pages.php:850
1561
+ #: includes/widgets/htmega_wc_element_pages.php:910
1562
+ #: includes/widgets/htmega_wc_element_pages.php:964
1563
+ #: includes/widgets/htmega_wc_element_pages.php:1040
1564
+ #: includes/widgets/htmega_wc_element_pages.php:1181
1565
+ #: includes/widgets/htmega_wc_element_pages.php:1222
1566
+ #: includes/widgets/htmega_wc_element_pages.php:1253
1567
+ #: includes/widgets/htmega_wc_element_pages.php:1288
1568
+ #: includes/widgets/htmega_wc_element_pages.php:1369
1569
+ #: includes/widgets/htmega_wc_element_pages.php:1407
1570
+ #: includes/widgets/htmega_wc_element_pages.php:1542
1571
+ #: includes/widgets/htmega_wc_element_pages.php:1630
1572
+ #: includes/widgets/htmega_wpforms.php:493
1573
+ #: includes/widgets/htmega_wpforms.php:643
1574
+ #: includes/widgets/htmega_wpforms.php:715
1575
+ #: includes/widgets/htmega_wpforms.php:861
1576
+ #: includes/widgets/htmega_wpforms.php:992
1577
+ #: includes/widgets/htmega_wpforms.php:1102
1578
+ #: extensions/ht-builder/widgets/bl_post_comments.php:109
1579
+ #: extensions/ht-builder/widgets/bl_post_comments.php:159
1580
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:195
1581
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:269
1582
+ #: extensions/ht-menu/menu/templates.php:179
1583
+ #: extensions/wc-sales-notification/admin/setting.php:188
1584
+ msgid "Background Color"
1585
+ msgstr ""
1586
+
1587
+ #: includes/widgets/htmega_pricing_list_view.php:1377
1588
+ msgid "Background Color ( Even )"
1589
+ msgstr ""
1590
+
1591
+ #: includes/widgets/htmega_data_table.php:677
1592
+ msgid "Background Color ( Event )"
1593
+ msgstr ""
1594
+
1595
+ #: includes/widgets/htmega_data_table.php:689
1596
+ #: includes/widgets/htmega_pricing_list_view.php:1389
1597
+ msgid "Background Color ( Odd )"
1598
+ msgstr ""
1599
+
1600
+ #: admin/include/admin-setting.php:1259 admin/include/admin-setting.php:1284
1601
+ msgid "Background color option"
1602
+ msgstr ""
1603
+
1604
+ #: includes/widgets/htmega_counter.php:211
1605
+ #: includes/widgets/htmega_weather.php:218
1606
+ msgid "Background Overlay"
1607
+ msgstr ""
1608
+
1609
+ #: extensions/ht-menu/menu/templates.php:185
1610
+ msgid "Background Second Color"
1611
+ msgstr ""
1612
+
1613
+ #: includes/widgets/htmega_dropcaps.php:195
1614
+ msgid "Backround Image as Text Color"
1615
+ msgstr ""
1616
+
1617
+ #: includes/widgets/htmega_scroll_image.php:241
1618
+ msgid "Badge"
1619
+ msgstr ""
1620
+
1621
+ #: includes/widgets/htmega_special_day_banner.php:157
1622
+ msgid "Badge Image"
1623
+ msgstr ""
1624
+
1625
+ #: includes/widgets/htmega_scroll_image.php:132
1626
+ #: includes/widgets/htmega_scroll_image.php:136
1627
+ msgid "Badge Text"
1628
+ msgstr ""
1629
+
1630
+ #: extensions/ht-menu/menu/templates.php:50
1631
+ msgid "Badges"
1632
+ msgstr ""
1633
+
1634
+ #: includes/widgets/htmega_socialshere.php:85
1635
+ msgid "Baidu"
1636
+ msgstr ""
1637
+
1638
+ #: includes/widgets/htmega_googlemap.php:103
1639
+ msgid "Bangladesh"
1640
+ msgstr ""
1641
+
1642
+ #: includes/widgets/htmega_add_banner.php:34
1643
+ #: includes/widgets/htmega_special_day_banner.php:35
1644
+ msgid "Banner"
1645
+ msgstr ""
1646
+
1647
+ #: includes/widgets/htmega_special_day_banner.php:147
1648
+ msgid "Banner Badge"
1649
+ msgstr ""
1650
+
1651
+ #: includes/widgets/htmega_add_banner.php:112
1652
+ #: includes/widgets/htmega_special_day_banner.php:98
1653
+ msgid "Banner Description"
1654
+ msgstr ""
1655
+
1656
+ #: includes/widgets/htmega_special_day_banner.php:313
1657
+ msgid "Banner Hover Color"
1658
+ msgstr ""
1659
+
1660
+ #: includes/widgets/htmega_add_banner.php:119
1661
+ #: includes/widgets/htmega_special_day_banner.php:123
1662
+ msgid "Banner Link"
1663
+ msgstr ""
1664
+
1665
+ #: includes/widgets/htmega_add_banner.php:103
1666
+ #: includes/widgets/htmega_special_day_banner.php:89
1667
+ msgid "Banner Sub Title"
1668
+ msgstr ""
1669
+
1670
+ #: includes/widgets/htmega_add_banner.php:94
1671
+ #: includes/widgets/htmega_special_day_banner.php:80
1672
+ msgid "Banner Title"
1673
+ msgstr ""
1674
+
1675
+ #: includes/widgets/htmega_pricing_list_view.php:1159
1676
+ msgid "Baseline"
1677
+ msgstr ""
1678
+
1679
+ #: includes/widgets/htmega_bbpress.php:13
1680
+ #: includes/widgets/htmega_bbpress.php:43
1681
+ msgid "Bbpress"
1682
+ msgstr ""
1683
+
1684
+ #: admin/include/admin-setting.php:919
1685
+ msgid "bbPress"
1686
+ msgstr ""
1687
+
1688
+ #: includes/widgets/htmega_section_title.php:710
1689
+ #: includes/widgets/htmega_section_title.php:875
1690
+ msgid "Befor, After Border"
1691
+ msgstr ""
1692
+
1693
+ #: includes/widgets/htmega_blockquote.php:404
1694
+ #: includes/widgets/htmega_image_comparison.php:156
1695
+ msgid "Before"
1696
+ msgstr ""
1697
+
1698
+ #: includes/widgets/htmega_section_title.php:447
1699
+ msgid "Before And After Border Color"
1700
+ msgstr ""
1701
+
1702
+ #: includes/widgets/htmega_inlinemenu.php:296
1703
+ #: includes/widgets/htmega_inlinemenu.php:458
1704
+ msgid "Before Background"
1705
+ msgstr ""
1706
+
1707
+ #: includes/widgets/htmega_inlinemenu.php:382
1708
+ #: includes/widgets/htmega_inlinemenu.php:544
1709
+ msgid "Before Border Botton Position"
1710
+ msgstr ""
1711
+
1712
+ #: includes/widgets/htmega_inlinemenu.php:337
1713
+ #: includes/widgets/htmega_inlinemenu.php:499
1714
+ msgid "Before Border Size"
1715
+ msgstr ""
1716
+
1717
+ #: includes/widgets/htmega_inlinemenu.php:359
1718
+ #: includes/widgets/htmega_inlinemenu.php:521
1719
+ msgid "Before Border Top Position"
1720
+ msgstr ""
1721
+
1722
+ #: includes/widgets/htmega_image_comparison.php:50
1723
+ msgid "Before Image"
1724
+ msgstr ""
1725
+
1726
+ #: includes/widgets/htmega_pricing_list_view.php:89
1727
+ msgid "Before Price Label"
1728
+ msgstr ""
1729
+
1730
+ #: includes/widgets/htmega_pricing_list_view.php:1542
1731
+ msgid "Before Price Style"
1732
+ msgstr ""
1733
+
1734
+ #: includes/widgets/htmega_image_comparison.php:172
1735
+ msgid "Before Start Amount"
1736
+ msgstr ""
1737
+
1738
+ #: includes/widgets/htmega_animated_heading.php:151
1739
+ msgid "Before Text Style"
1740
+ msgstr ""
1741
+
1742
+ #: includes/widgets/htmega_image_comparison.php:154
1743
+ #: includes/widgets/htmega_image_comparison.php:228
1744
+ msgid "Before Title"
1745
+ msgstr ""
1746
+
1747
+ #: includes/widgets/htmega_inlinemenu.php:311
1748
+ #: includes/widgets/htmega_inlinemenu.php:473
1749
+ msgid "Before/After Border"
1750
+ msgstr ""
1751
+
1752
+ #: includes/widgets/htmega_user_login_form.php:300
1753
+ msgid "Before/Top Login Button"
1754
+ msgstr ""
1755
+
1756
+ #: includes/widgets/htmega_teammember.php:175
1757
+ msgid "Bio Info"
1758
+ msgstr ""
1759
+
1760
+ #: includes/widgets/htmega_teammember.php:864
1761
+ msgid "Bio info"
1762
+ msgstr ""
1763
+
1764
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:256
1765
+ msgid "Biography"
1766
+ msgstr ""
1767
+
1768
+ #: extensions/ht-builder/widgets/bl_post_archive.php:23
1769
+ msgid "BL: Archive Posts"
1770
+ msgstr ""
1771
+
1772
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:22
1773
+ msgid "BL: Archive Title"
1774
+ msgstr ""
1775
+
1776
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:22
1777
+ msgid "BL: Author Info"
1778
+ msgstr ""
1779
+
1780
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:23
1781
+ msgid "BL: Nav Menu"
1782
+ msgstr ""
1783
+
1784
+ #: extensions/ht-builder/widgets/bl_page_title.php:22
1785
+ msgid "BL: Page Title"
1786
+ msgstr ""
1787
+
1788
+ #: extensions/ht-builder/widgets/bl_post_comments.php:23
1789
+ msgid "BL: Post Comments"
1790
+ msgstr ""
1791
+
1792
+ #: extensions/ht-builder/widgets/bl_post_content.php:22
1793
+ msgid "BL: Post Content"
1794
+ msgstr ""
1795
+
1796
+ #: extensions/ht-builder/widgets/bl_post_excerpt.php:22
1797
+ msgid "BL: Post Excerpt"
1798
+ msgstr ""
1799
+
1800
+ #: extensions/ht-builder/widgets/bl_post_featured_image.php:23
1801
+ msgid "BL: Post Featured Image"
1802
+ msgstr ""
1803
+
1804
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:23
1805
+ msgid "BL: Post Meta Info"
1806
+ msgstr ""
1807
+
1808
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:22
1809
+ msgid "BL: Post Search Form"
1810
+ msgstr ""
1811
+
1812
+ #: extensions/ht-builder/widgets/bl_post_title.php:23
1813
+ msgid "BL: Post Title"
1814
+ msgstr ""
1815
+
1816
+ #: extensions/ht-builder/widgets/bl_site_logo.php:24
1817
+ msgid "BL: Site Logo"
1818
+ msgstr ""
1819
+
1820
+ #: extensions/ht-builder/widgets/bl_site_title.php:22
1821
+ msgid "BL: Site Title"
1822
+ msgstr ""
1823
+
1824
+ #: includes/widgets/htmega_section_title.php:616
1825
+ #: includes/widgets/htmega_section_title.php:847
1826
+ msgid "Block"
1827
+ msgstr ""
1828
+
1829
+ #: includes/widgets_control.php:108 admin/include/admin-setting.php:151
1830
+ #: includes/widgets/htmega_blockquote.php:13
1831
+ #: includes/widgets/htmega_blockquote.php:34
1832
+ msgid "Blockquote"
1833
+ msgstr ""
1834
+
1835
+ #: includes/widgets/htmega_blockquote.php:79
1836
+ msgid "Blockquote By"
1837
+ msgstr ""
1838
+
1839
+ #: includes/widgets/htmega_blockquote.php:69
1840
+ msgid "Blockquote Content"
1841
+ msgstr ""
1842
+
1843
+ #: includes/widgets/htmega_blockquote.php:149
1844
+ msgid "Blockquote Position"
1845
+ msgstr ""
1846
+
1847
+ #: includes/widgets/htmega_blockquote.php:89
1848
+ msgid "Blockquote Type"
1849
+ msgstr ""
1850
+
1851
+ #: admin/include/templates_list.php:34
1852
+ msgid "Blocks"
1853
+ msgstr ""
1854
+
1855
+ #: admin/include/admin-setting.php:1250 admin/include/admin-setting.php:1275
1856
+ msgid "Blog Archive Category Wise Individual layout"
1857
+ msgstr ""
1858
+
1859
+ #: admin/include/admin-setting.php:1251 admin/include/admin-setting.php:1276
1860
+ msgid "Blog Archive Tag Wise Individual layout"
1861
+ msgstr ""
1862
+
1863
+ #: admin/include/admin-setting.php:1247 admin/include/admin-setting.php:1272
1864
+ msgid "Blog Search Page Builder"
1865
+ msgstr ""
1866
+
1867
+ #: extensions/ht-builder/admin/setting.php:73
1868
+ msgid "Blog Template."
1869
+ msgstr ""
1870
+
1871
+ #: extensions/ht-builder/widgets/bl_post_title.php:136
1872
+ msgid "Blog Title"
1873
+ msgstr ""
1874
+
1875
+ #: includes/widgets/htmega_socialshere.php:72
1876
+ msgid "Blogger"
1877
+ msgstr ""
1878
+
1879
+ #: includes/widgets/htmega_booked_calender.php:246
1880
+ #: includes/widgets/htmega_notify.php:100
1881
+ #: includes/widgets/htmega_tablepress.php:242
1882
+ msgid "Body"
1883
+ msgstr ""
1884
+
1885
+ #: includes/widgets/htmega_booked_calender.php:13
1886
+ msgid "Booked Calendar"
1887
+ msgstr ""
1888
+
1889
+ #: admin/include/admin-setting.php:929
1890
+ #: includes/widgets/htmega_booked_calender.php:43
1891
+ msgid "Booked Calender"
1892
+ msgstr ""
1893
+
1894
+ #: includes/widgets/htmega_notify.php:231
1895
+ msgid "Bootstrap Column Width"
1896
+ msgstr ""
1897
+
1898
+ #: includes/widgets/htmega_accordion.php:515
1899
+ #: includes/widgets/htmega_accordion.php:599
1900
+ #: includes/widgets/htmega_accordion.php:769
1901
+ #: includes/widgets/htmega_accordion.php:867
1902
+ #: includes/widgets/htmega_accordion.php:1041
1903
+ #: includes/widgets/htmega_accordion.php:1152
1904
+ #: includes/widgets/htmega_accordion.php:1289
1905
+ #: includes/widgets/htmega_add_banner.php:188
1906
+ #: includes/widgets/htmega_add_banner.php:216
1907
+ #: includes/widgets/htmega_add_banner.php:276
1908
+ #: includes/widgets/htmega_add_banner.php:330
1909
+ #: includes/widgets/htmega_add_banner.php:648
1910
+ #: includes/widgets/htmega_add_banner.php:727
1911
+ #: includes/widgets/htmega_animated_heading.php:183
1912
+ #: includes/widgets/htmega_animated_heading.php:314
1913
+ #: includes/widgets/htmega_animated_heading.php:402
1914
+ #: includes/widgets/htmega_blockquote.php:247
1915
+ #: includes/widgets/htmega_blockquote.php:381
1916
+ #: includes/widgets/htmega_blockquote.php:556
1917
+ #: includes/widgets/htmega_blockquote.php:736
1918
+ #: includes/widgets/htmega_brand.php:343 includes/widgets/htmega_brand.php:355
1919
+ #: includes/widgets/htmega_buddy_press.php:184
1920
+ #: includes/widgets/htmega_business_hours.php:269
1921
+ #: includes/widgets/htmega_business_hours.php:345
1922
+ #: includes/widgets/htmega_business_hours.php:473
1923
+ #: includes/widgets/htmega_button.php:222
1924
+ #: includes/widgets/htmega_button.php:345
1925
+ #: includes/widgets/htmega_button.php:549
1926
+ #: includes/widgets/htmega_caldera_form.php:310
1927
+ #: includes/widgets/htmega_caldera_form.php:399
1928
+ #: includes/widgets/htmega_caldera_form.php:486
1929
+ #: includes/widgets/htmega_call_to_action.php:401
1930
+ #: includes/widgets/htmega_call_to_action.php:478
1931
+ #: includes/widgets/htmega_call_to_action.php:757
1932
+ #: includes/widgets/htmega_call_to_action.php:837
1933
+ #: includes/widgets/htmega_call_to_action.php:963
1934
+ #: includes/widgets/htmega_call_to_action.php:1043
1935
+ #: includes/widgets/htmega_carousel.php:512
1936
+ #: includes/widgets/htmega_carousel.php:608
1937
+ #: includes/widgets/htmega_carousel.php:783
1938
+ #: includes/widgets/htmega_carousel.php:873
1939
+ #: includes/widgets/htmega_carousel.php:1006
1940
+ #: includes/widgets/htmega_carousel.php:1112
1941
+ #: includes/widgets/htmega_carousel.php:1206
1942
+ #: includes/widgets/htmega_carousel.php:1339
1943
+ #: includes/widgets/htmega_carousel.php:1423
1944
+ #: includes/widgets/htmega_contact_form_seven.php:292
1945
+ #: includes/widgets/htmega_contact_form_seven.php:406
1946
+ #: includes/widgets/htmega_contact_form_seven.php:526
1947
+ #: includes/widgets/htmega_contact_form_seven.php:611
1948
+ #: includes/widgets/htmega_contact_form_seven.php:682
1949
+ #: includes/widgets/htmega_contact_form_seven.php:873
1950
+ #: includes/widgets/htmega_contact_form_seven.php:935
1951
+ #: includes/widgets/htmega_contact_form_seven.php:975
1952
+ #: includes/widgets/htmega_contact_form_seven.php:1009
1953
+ #: includes/widgets/htmega_countdown.php:535
1954
+ #: includes/widgets/htmega_countdown.php:547
1955
+ #: includes/widgets/htmega_countdown.php:796
1956
+ #: includes/widgets/htmega_countdown.php:963
1957
+ #: includes/widgets/htmega_countdown.php:1073
1958
+ #: includes/widgets/htmega_countdown.php:1158
1959
+ #: includes/widgets/htmega_counter.php:253
1960
+ #: includes/widgets/htmega_counter.php:515
1961
+ #: includes/widgets/htmega_counter.php:638
1962
+ #: includes/widgets/htmega_counter.php:906
1963
+ #: includes/widgets/htmega_counter.php:994
1964
+ #: includes/widgets/htmega_counter.php:1084
1965
+ #: includes/widgets/htmega_custom_event.php:419
1966
+ #: includes/widgets/htmega_custom_event.php:461
1967
+ #: includes/widgets/htmega_data_table.php:172
1968
+ #: includes/widgets/htmega_data_table.php:436
1969
+ #: includes/widgets/htmega_data_table.php:534
1970
+ #: includes/widgets/htmega_data_table.php:616
1971
+ #: includes/widgets/htmega_data_table.php:735
1972
+ #: includes/widgets/htmega_data_table.php:839
1973
+ #: includes/widgets/htmega_data_table.php:891
1974
+ #: includes/widgets/htmega_data_table.php:970
1975
+ #: includes/widgets/htmega_double_button.php:392
1976
+ #: includes/widgets/htmega_double_button.php:422
1977
+ #: includes/widgets/htmega_double_button.php:488
1978
+ #: includes/widgets/htmega_double_button.php:575
1979
+ #: includes/widgets/htmega_double_button.php:661
1980
+ #: includes/widgets/htmega_double_button.php:747
1981
+ #: includes/widgets/htmega_double_button.php:844
1982
+ #: includes/widgets/htmega_download_monitor.php:169
1983
+ #: includes/widgets/htmega_download_monitor.php:357
1984
+ #: includes/widgets/htmega_dropcaps.php:166
1985
+ #: includes/widgets/htmega_dropcaps.php:267
1986
+ #: includes/widgets/htmega_easy_digital_download.php:282
1987
+ #: includes/widgets/htmega_easy_digital_download.php:564
1988
+ #: includes/widgets/htmega_easy_digital_download.php:643
1989
+ #: includes/widgets/htmega_errorcontent.php:336
1990
+ #: includes/widgets/htmega_errorcontent.php:415
1991
+ #: includes/widgets/htmega_errorcontent.php:494
1992
+ #: includes/widgets/htmega_errorcontent.php:616
1993
+ #: includes/widgets/htmega_errorcontent.php:667
1994
+ #: includes/widgets/htmega_errorcontent.php:767
1995
+ #: includes/widgets/htmega_errorcontent.php:818
1996
+ #: includes/widgets/htmega_gallery_justify.php:77
1997
+ #: includes/widgets/htmega_googlemap.php:316
1998
+ #: includes/widgets/htmega_googlemap.php:457
1999
+ #: includes/widgets/htmega_gravity_forms.php:300
2000
+ #: includes/widgets/htmega_gravity_forms.php:511
2001
+ #: includes/widgets/htmega_gravity_forms.php:596
2002
+ #: includes/widgets/htmega_gravity_forms.php:744
2003
+ #: includes/widgets/htmega_gravity_forms.php:828
2004
+ #: includes/widgets/htmega_imagemarker.php:664
2005
+ #: includes/widgets/htmega_imagemarker.php:743
2006
+ #: includes/widgets/htmega_imagemarker.php:876
2007
+ #: includes/widgets/htmega_image_comparison.php:125
2008
+ #: includes/widgets/htmega_image_comparison.php:263
2009
+ #: includes/widgets/htmega_image_comparison.php:344
2010
+ #: includes/widgets/htmega_image_comparison.php:399
2011
+ #: includes/widgets/htmega_image_comparison.php:433
2012
+ #: includes/widgets/htmega_image_comparison.php:550
2013
+ #: includes/widgets/htmega_image_grid.php:221
2014
+ #: includes/widgets/htmega_image_grid.php:514
2015
+ #: includes/widgets/htmega_image_grid.php:573
2016
+ #: includes/widgets/htmega_image_magnifier.php:111
2017
+ #: includes/widgets/htmega_image_masonry.php:211
2018
+ #: includes/widgets/htmega_image_masonry.php:500
2019
+ #: includes/widgets/htmega_image_masonry.php:568
2020
+ #: includes/widgets/htmega_inlinemenu.php:201
2021
+ #: includes/widgets/htmega_inlinemenu.php:275
2022
+ #: includes/widgets/htmega_inlinemenu.php:438
2023
+ #: includes/widgets/htmega_instagram.php:706
2024
+ #: includes/widgets/htmega_instagram.php:836
2025
+ #: includes/widgets/htmega_instagram.php:984
2026
+ #: includes/widgets/htmega_instagram.php:1103
2027
+ #: includes/widgets/htmega_instagram.php:1163
2028
+ #: includes/widgets/htmega_instagram.php:1257
2029
+ #: includes/widgets/htmega_instagram.php:1323
2030
+ #: includes/widgets/htmega_instagram.php:1459
2031
+ #: includes/widgets/htmega_lightbox.php:265
2032
+ #: includes/widgets/htmega_lightbox.php:453
2033
+ #: includes/widgets/htmega_mailchimp_wp.php:238
2034
+ #: includes/widgets/htmega_mailchimp_wp.php:421
2035
+ #: includes/widgets/htmega_mailchimp_wp.php:483
2036
+ #: includes/widgets/htmega_modal.php:259 includes/widgets/htmega_modal.php:465
2037
+ #: includes/widgets/htmega_modal.php:552 includes/widgets/htmega_modal.php:623
2038
+ #: includes/widgets/htmega_modal.php:724 includes/widgets/htmega_modal.php:786
2039
+ #: includes/widgets/htmega_modal.php:894 includes/widgets/htmega_modal.php:956
2040
+ #: includes/widgets/htmega_newsticker.php:365
2041
+ #: includes/widgets/htmega_newsticker.php:537
2042
+ #: includes/widgets/htmega_newsticker.php:796
2043
+ #: includes/widgets/htmega_newsticker.php:884
2044
+ #: includes/widgets/htmega_newsticker.php:941
2045
+ #: includes/widgets/htmega_ninja_form.php:166
2046
+ #: includes/widgets/htmega_ninja_form.php:268
2047
+ #: includes/widgets/htmega_ninja_form.php:386
2048
+ #: includes/widgets/htmega_ninja_form.php:580
2049
+ #: includes/widgets/htmega_ninja_form.php:662
2050
+ #: includes/widgets/htmega_ninja_form.php:800
2051
+ #: includes/widgets/htmega_ninja_form.php:881
2052
+ #: includes/widgets/htmega_ninja_form.php:1003
2053
+ #: includes/widgets/htmega_ninja_form.php:1087
2054
+ #: includes/widgets/htmega_notify.php:350
2055
+ #: includes/widgets/htmega_notify.php:448
2056
+ #: includes/widgets/htmega_notify.php:502
2057
+ #: includes/widgets/htmega_offcanvas.php:454
2058
+ #: includes/widgets/htmega_offcanvas.php:515
2059
+ #: includes/widgets/htmega_panel_slider.php:515
2060
+ #: includes/widgets/htmega_panel_slider.php:810
2061
+ #: includes/widgets/htmega_panel_slider.php:999
2062
+ #: includes/widgets/htmega_panel_slider.php:1131
2063
+ #: includes/widgets/htmega_panel_slider.php:1170
2064
+ #: includes/widgets/htmega_popover.php:405
2065
+ #: includes/widgets/htmega_popover.php:483
2066
+ #: includes/widgets/htmega_popover.php:562
2067
+ #: includes/widgets/htmega_popover.php:638
2068
+ #: includes/widgets/htmega_popover.php:742
2069
+ #: includes/widgets/htmega_post_grid_tab.php:278
2070
+ #: includes/widgets/htmega_post_grid_tab.php:354
2071
+ #: includes/widgets/htmega_post_grid_tab.php:907
2072
+ #: includes/widgets/htmega_post_grid_tab.php:957
2073
+ #: includes/widgets/htmega_post_grid_tab.php:1021
2074
+ #: includes/widgets/htmega_post_grid_tab.php:1079
2075
+ #: includes/widgets/htmega_post_grid_tab.php:1111
2076
+ #: includes/widgets/htmega_post_slider.php:778
2077
+ #: includes/widgets/htmega_post_slider.php:1334
2078
+ #: includes/widgets/htmega_post_slider.php:1384
2079
+ #: includes/widgets/htmega_post_slider.php:1594
2080
+ #: includes/widgets/htmega_post_slider.php:1714
2081
+ #: includes/widgets/htmega_post_slider.php:1839
2082
+ #: includes/widgets/htmega_post_slider.php:1878
2083
+ #: includes/widgets/htmega_post_slider.php:1950
2084
+ #: includes/widgets/htmega_post_slider.php:2027
2085
+ #: includes/widgets/htmega_pricing_list_view.php:920
2086
+ #: includes/widgets/htmega_pricing_list_view.php:1265
2087
+ #: includes/widgets/htmega_pricing_list_view.php:1344
2088
+ #: includes/widgets/htmega_pricing_list_view.php:1435
2089
+ #: includes/widgets/htmega_progress_bar.php:361
2090
+ #: includes/widgets/htmega_progress_bar.php:497
2091
+ #: includes/widgets/htmega_progress_bar.php:615
2092
+ #: includes/widgets/htmega_progress_bar.php:706
2093
+ #: includes/widgets/htmega_progress_bar.php:798
2094
+ #: includes/widgets/htmega_quforms.php:150
2095
+ #: includes/widgets/htmega_quforms.php:261
2096
+ #: includes/widgets/htmega_quforms.php:441
2097
+ #: includes/widgets/htmega_quforms.php:499
2098
+ #: includes/widgets/htmega_quforms.php:659
2099
+ #: includes/widgets/htmega_quforms.php:717
2100
+ #: includes/widgets/htmega_quforms.php:887
2101
+ #: includes/widgets/htmega_quforms.php:948
2102
+ #: includes/widgets/htmega_scroll_image.php:84
2103
+ #: includes/widgets/htmega_scroll_image.php:184
2104
+ #: includes/widgets/htmega_scroll_image.php:344
2105
+ #: includes/widgets/htmega_scroll_navigation.php:328
2106
+ #: includes/widgets/htmega_scroll_navigation.php:422
2107
+ #: includes/widgets/htmega_search.php:369
2108
+ #: includes/widgets/htmega_search.php:582
2109
+ #: includes/widgets/htmega_search.php:634
2110
+ #: includes/widgets/htmega_search.php:820
2111
+ #: includes/widgets/htmega_search.php:982
2112
+ #: includes/widgets/htmega_section_title.php:439
2113
+ #: includes/widgets/htmega_section_title.php:567
2114
+ #: includes/widgets/htmega_section_title.php:800
2115
+ #: includes/widgets/htmega_section_title.php:981
2116
+ #: includes/widgets/htmega_service.php:219
2117
+ #: includes/widgets/htmega_service.php:287
2118
+ #: includes/widgets/htmega_service.php:340
2119
+ #: includes/widgets/htmega_service.php:696
2120
+ #: includes/widgets/htmega_service.php:778
2121
+ #: includes/widgets/htmega_service.php:958
2122
+ #: includes/widgets/htmega_service.php:1086
2123
+ #: includes/widgets/htmega_service.php:1138
2124
+ #: includes/widgets/htmega_slider_thumb_gallery.php:875
2125
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1020
2126
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1092
2127
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1186
2128
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1230
2129
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1303
2130
+ #: includes/widgets/htmega_socialshere.php:141
2131
+ #: includes/widgets/htmega_socialshere.php:169
2132
+ #: includes/widgets/htmega_socialshere.php:251
2133
+ #: includes/widgets/htmega_socialshere.php:302
2134
+ #: includes/widgets/htmega_socialshere.php:447
2135
+ #: includes/widgets/htmega_socialshere.php:582
2136
+ #: includes/widgets/htmega_special_day_banner.php:671
2137
+ #: includes/widgets/htmega_special_day_banner.php:750
2138
+ #: includes/widgets/htmega_switcher.php:297
2139
+ #: includes/widgets/htmega_switcher.php:440
2140
+ #: includes/widgets/htmega_switcher.php:515
2141
+ #: includes/widgets/htmega_switcher.php:613
2142
+ #: includes/widgets/htmega_tablepress.php:132
2143
+ #: includes/widgets/htmega_tablepress.php:188
2144
+ #: includes/widgets/htmega_tablepress.php:251
2145
+ #: includes/widgets/htmega_tabs.php:316 includes/widgets/htmega_tabs.php:594
2146
+ #: includes/widgets/htmega_tabs.php:646 includes/widgets/htmega_tabs.php:732
2147
+ #: includes/widgets/htmega_tabs.php:827 includes/widgets/htmega_tabs.php:892
2148
+ #: includes/widgets/htmega_teammember.php:359
2149
+ #: includes/widgets/htmega_teammember.php:500
2150
+ #: includes/widgets/htmega_teammember.php:558
2151
+ #: includes/widgets/htmega_teammember.php:1020
2152
+ #: includes/widgets/htmega_testimonial_grid.php:307
2153
+ #: includes/widgets/htmega_testimonial_grid.php:352
2154
+ #: includes/widgets/htmega_testimonial_grid.php:397
2155
+ #: includes/widgets/htmega_toggle.php:321
2156
+ #: includes/widgets/htmega_toggle.php:373
2157
+ #: includes/widgets/htmega_tooltip.php:382
2158
+ #: includes/widgets/htmega_tooltip.php:460
2159
+ #: includes/widgets/htmega_twitter_feed.php:597
2160
+ #: includes/widgets/htmega_twitter_feed.php:766
2161
+ #: includes/widgets/htmega_twitter_feed.php:1015
2162
+ #: includes/widgets/htmega_twitter_feed.php:1127
2163
+ #: includes/widgets/htmega_twitter_feed.php:1264
2164
+ #: includes/widgets/htmega_twitter_feed.php:1324
2165
+ #: includes/widgets/htmega_twitter_feed.php:1453
2166
+ #: includes/widgets/htmega_user_login_form.php:928
2167
+ #: includes/widgets/htmega_user_login_form.php:1201
2168
+ #: includes/widgets/htmega_user_login_form.php:1253
2169
+ #: includes/widgets/htmega_user_login_form.php:1385
2170
+ #: includes/widgets/htmega_user_login_form.php:1437
2171
+ #: includes/widgets/htmega_user_login_form.php:1527
2172
+ #: includes/widgets/htmega_verticle_time_line.php:363
2173
+ #: includes/widgets/htmega_videoplayer.php:263
2174
+ #: includes/widgets/htmega_videoplayer.php:422
2175
+ #: includes/widgets/htmega_videoplayer.php:464
2176
+ #: includes/widgets/htmega_wc_categories.php:194
2177
+ #: includes/widgets/htmega_wc_categories.php:256
2178
+ #: includes/widgets/htmega_wc_categories.php:356
2179
+ #: includes/widgets/htmega_wc_categories.php:433
2180
+ #: includes/widgets/htmega_wc_categories.php:442
2181
+ #: includes/widgets/htmega_wc_categories.php:488
2182
+ #: includes/widgets/htmega_wc_categories.php:516
2183
+ #: includes/widgets/htmega_wc_element_pages.php:167
2184
+ #: includes/widgets/htmega_wc_element_pages.php:236
2185
+ #: includes/widgets/htmega_wc_element_pages.php:335
2186
+ #: includes/widgets/htmega_wc_element_pages.php:427
2187
+ #: includes/widgets/htmega_wc_element_pages.php:501
2188
+ #: includes/widgets/htmega_wc_element_pages.php:599
2189
+ #: includes/widgets/htmega_wc_element_pages.php:622
2190
+ #: includes/widgets/htmega_wc_element_pages.php:813
2191
+ #: includes/widgets/htmega_wc_element_pages.php:865
2192
+ #: includes/widgets/htmega_wc_element_pages.php:976
2193
+ #: includes/widgets/htmega_wc_element_pages.php:1066
2194
+ #: includes/widgets/htmega_wc_element_pages.php:1421
2195
+ #: includes/widgets/htmega_wc_element_pages.php:1479
2196
+ #: includes/widgets/htmega_wc_element_pages.php:1554
2197
+ #: includes/widgets/htmega_wc_element_pages.php:1656
2198
+ #: includes/widgets/htmega_wc_element_pages.php:1770
2199
+ #: includes/widgets/htmega_wc_element_pages.php:1822
2200
+ #: includes/widgets/htmega_weather.php:288
2201
+ #: includes/widgets/htmega_weather.php:326
2202
+ #: includes/widgets/htmega_working_process.php:432
2203
+ #: includes/widgets/htmega_working_process.php:690
2204
+ #: includes/widgets/htmega_working_process.php:769
2205
+ #: includes/widgets/htmega_working_process.php:869
2206
+ #: includes/widgets/htmega_working_process.php:984
2207
+ #: includes/widgets/htmega_working_process.php:1092
2208
+ #: includes/widgets/htmega_wpforms.php:158
2209
+ #: includes/widgets/htmega_wpforms.php:260
2210
+ #: includes/widgets/htmega_wpforms.php:368
2211
+ #: includes/widgets/htmega_wpforms.php:583
2212
+ #: includes/widgets/htmega_wpforms.php:667
2213
+ #: includes/widgets/htmega_wpforms.php:803
2214
+ #: includes/widgets/htmega_wpforms.php:885
2215
+ #: includes/widgets/htmega_wpforms.php:1030
2216
+ #: includes/widgets/htmega_wpforms.php:1114
2217
+ #: includes/widgets/htmega_wpforms.php:1156
2218
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:185
2219
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:257
2220
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:310
2221
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:418
2222
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:458
2223
+ #: extensions/ht-builder/widgets/bl_page_title.php:87
2224
+ #: extensions/ht-builder/widgets/bl_post_archive.php:278
2225
+ #: extensions/ht-builder/widgets/bl_post_archive.php:742
2226
+ #: extensions/ht-builder/widgets/bl_post_archive.php:808
2227
+ #: extensions/ht-builder/widgets/bl_post_archive.php:878
2228
+ #: extensions/ht-builder/widgets/bl_post_archive.php:933
2229
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:89
2230
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:174
2231
+ #: extensions/ht-builder/widgets/bl_post_comments.php:69
2232
+ #: extensions/ht-builder/widgets/bl_post_comments.php:130
2233
+ #: extensions/ht-builder/widgets/bl_post_comments.php:171
2234
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:131
2235
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:216
2236
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:281
2237
+ #: extensions/ht-builder/widgets/bl_site_logo.php:108
2238
+ #: extensions/ht-builder/widgets/bl_site_title.php:89
2239
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:144
2240
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:264
2241
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:394
2242
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:452
2243
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:516
2244
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:145
2245
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:265
2246
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:352
2247
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:410
2248
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:462
2249
+ msgid "Border"
2250
+ msgstr ""
2251
+
2252
+ #: includes/widgets/htmega_counter.php:764
2253
+ msgid "Border After Color"
2254
+ msgstr ""
2255
+
2256
+ #: includes/widgets/htmega_imagemarker.php:797
2257
+ msgid "Border Background"
2258
+ msgstr ""
2259
+
2260
+ #: includes/widgets/htmega_booked_calender.php:374
2261
+ #: includes/widgets/htmega_booked_calender.php:849
2262
+ #: includes/widgets/htmega_caldera_form.php:585
2263
+ #: includes/widgets/htmega_caldera_form.php:636
2264
+ #: includes/widgets/htmega_caldera_form.php:675
2265
+ #: includes/widgets/htmega_caldera_form.php:714
2266
+ #: includes/widgets/htmega_gravity_forms.php:867
2267
+ #: includes/widgets/htmega_ninja_form.php:1126
2268
+ #: includes/widgets/htmega_quforms.php:994
2269
+ #: includes/widgets/htmega_quforms.php:1033
2270
+ #: includes/widgets/htmega_tablepress.php:293
2271
+ #: includes/widgets/htmega_tablepress.php:337
2272
+ #: includes/widgets/htmega_wc_element_pages.php:320
2273
+ #: includes/widgets/htmega_wc_element_pages.php:1051
2274
+ #: includes/widgets/htmega_wc_element_pages.php:1641
2275
+ msgid "Border Color"
2276
+ msgstr ""
2277
+
2278
+ #: includes/widgets/htmega_progress_bar.php:374
2279
+ msgid "Border color"
2280
+ msgstr ""
2281
+
2282
+ #: includes/widgets/htmega_search.php:398
2283
+ msgid "Border Focus Color"
2284
+ msgstr ""
2285
+
2286
+ #: includes/widgets/htmega_section_title.php:747
2287
+ #: includes/widgets/htmega_section_title.php:909
2288
+ msgid "Border Height"
2289
+ msgstr ""
2290
+
2291
+ #: includes/widgets/htmega_accordion.php:523
2292
+ #: includes/widgets/htmega_accordion.php:607
2293
+ #: includes/widgets/htmega_accordion.php:777
2294
+ #: includes/widgets/htmega_accordion.php:876
2295
+ #: includes/widgets/htmega_accordion.php:1049
2296
+ #: includes/widgets/htmega_accordion.php:1160
2297
+ #: includes/widgets/htmega_accordion.php:1297
2298
+ #: includes/widgets/htmega_add_banner.php:284
2299
+ #: includes/widgets/htmega_add_banner.php:338
2300
+ #: includes/widgets/htmega_add_banner.php:656
2301
+ #: includes/widgets/htmega_add_banner.php:735
2302
+ #: includes/widgets/htmega_animated_heading.php:191
2303
+ #: includes/widgets/htmega_animated_heading.php:322
2304
+ #: includes/widgets/htmega_animated_heading.php:410
2305
+ #: includes/widgets/htmega_blockquote.php:255
2306
+ #: includes/widgets/htmega_blockquote.php:389
2307
+ #: includes/widgets/htmega_blockquote.php:564
2308
+ #: includes/widgets/htmega_blockquote.php:744
2309
+ #: includes/widgets/htmega_booked_calender.php:613
2310
+ #: includes/widgets/htmega_booked_calender.php:765
2311
+ #: includes/widgets/htmega_brand.php:366
2312
+ #: includes/widgets/htmega_buddy_press.php:192
2313
+ #: includes/widgets/htmega_business_hours.php:277
2314
+ #: includes/widgets/htmega_business_hours.php:353
2315
+ #: includes/widgets/htmega_business_hours.php:481
2316
+ #: includes/widgets/htmega_button.php:230
2317
+ #: includes/widgets/htmega_button.php:353
2318
+ #: includes/widgets/htmega_button.php:557
2319
+ #: includes/widgets/htmega_caldera_form.php:321
2320
+ #: includes/widgets/htmega_caldera_form.php:410
2321
+ #: includes/widgets/htmega_caldera_form.php:497
2322
+ #: includes/widgets/htmega_call_to_action.php:409
2323
+ #: includes/widgets/htmega_call_to_action.php:486
2324
+ #: includes/widgets/htmega_call_to_action.php:765
2325
+ #: includes/widgets/htmega_call_to_action.php:845
2326
+ #: includes/widgets/htmega_call_to_action.php:971
2327
+ #: includes/widgets/htmega_call_to_action.php:1051
2328
+ #: includes/widgets/htmega_carousel.php:520
2329
+ #: includes/widgets/htmega_carousel.php:616
2330
+ #: includes/widgets/htmega_carousel.php:791
2331
+ #: includes/widgets/htmega_carousel.php:881
2332
+ #: includes/widgets/htmega_carousel.php:1014
2333
+ #: includes/widgets/htmega_carousel.php:1120
2334
+ #: includes/widgets/htmega_carousel.php:1214
2335
+ #: includes/widgets/htmega_carousel.php:1347
2336
+ #: includes/widgets/htmega_carousel.php:1431
2337
+ #: includes/widgets/htmega_contact_form_seven.php:300
2338
+ #: includes/widgets/htmega_contact_form_seven.php:414
2339
+ #: includes/widgets/htmega_contact_form_seven.php:534
2340
+ #: includes/widgets/htmega_contact_form_seven.php:619
2341
+ #: includes/widgets/htmega_contact_form_seven.php:690
2342
+ #: includes/widgets/htmega_contact_form_seven.php:881
2343
+ #: includes/widgets/htmega_countdown.php:559
2344
+ #: includes/widgets/htmega_countdown.php:807
2345
+ #: includes/widgets/htmega_countdown.php:971
2346
+ #: includes/widgets/htmega_countdown.php:1084
2347
+ #: includes/widgets/htmega_countdown.php:1169
2348
+ #: includes/widgets/htmega_counter.php:261
2349
+ #: includes/widgets/htmega_counter.php:523
2350
+ #: includes/widgets/htmega_counter.php:646
2351
+ #: includes/widgets/htmega_counter.php:914
2352
+ #: includes/widgets/htmega_counter.php:1002
2353
+ #: includes/widgets/htmega_counter.php:1092
2354
+ #: includes/widgets/htmega_custom_event.php:427
2355
+ #: includes/widgets/htmega_data_table.php:180
2356
+ #: includes/widgets/htmega_data_table.php:542
2357
+ #: includes/widgets/htmega_data_table.php:624
2358
+ #: includes/widgets/htmega_data_table.php:743
2359
+ #: includes/widgets/htmega_double_button.php:276
2360
+ #: includes/widgets/htmega_double_button.php:400
2361
+ #: includes/widgets/htmega_double_button.php:430
2362
+ #: includes/widgets/htmega_double_button.php:496
2363
+ #: includes/widgets/htmega_double_button.php:583
2364
+ #: includes/widgets/htmega_double_button.php:669
2365
+ #: includes/widgets/htmega_double_button.php:755
2366
+ #: includes/widgets/htmega_double_button.php:852
2367
+ #: includes/widgets/htmega_download_monitor.php:179
2368
+ #: includes/widgets/htmega_download_monitor.php:368
2369
+ #: includes/widgets/htmega_dropcaps.php:174
2370
+ #: includes/widgets/htmega_dropcaps.php:276
2371
+ #: includes/widgets/htmega_easy_digital_download.php:291
2372
+ #: includes/widgets/htmega_easy_digital_download.php:575
2373
+ #: includes/widgets/htmega_easy_digital_download.php:653
2374
+ #: includes/widgets/htmega_errorcontent.php:344
2375
+ #: includes/widgets/htmega_errorcontent.php:423
2376
+ #: includes/widgets/htmega_errorcontent.php:502
2377
+ #: includes/widgets/htmega_errorcontent.php:624
2378
+ #: includes/widgets/htmega_errorcontent.php:675
2379
+ #: includes/widgets/htmega_errorcontent.php:775
2380
+ #: includes/widgets/htmega_errorcontent.php:826
2381
+ #: includes/widgets/htmega_gallery_justify.php:85
2382
+ #: includes/widgets/htmega_googlemap.php:325
2383
+ #: includes/widgets/htmega_googlemap.php:466
2384
+ #: includes/widgets/htmega_gravity_forms.php:308
2385
+ #: includes/widgets/htmega_gravity_forms.php:520
2386
+ #: includes/widgets/htmega_gravity_forms.php:605
2387
+ #: includes/widgets/htmega_gravity_forms.php:752
2388
+ #: includes/widgets/htmega_imagemarker.php:672
2389
+ #: includes/widgets/htmega_imagemarker.php:884
2390
+ #: includes/widgets/htmega_image_comparison.php:133
2391
+ #: includes/widgets/htmega_image_comparison.php:271
2392
+ #: includes/widgets/htmega_image_comparison.php:352
2393
+ #: includes/widgets/htmega_image_comparison.php:441
2394
+ #: includes/widgets/htmega_image_grid.php:229
2395
+ #: includes/widgets/htmega_image_grid.php:522
2396
+ #: includes/widgets/htmega_image_grid.php:581
2397
+ #: includes/widgets/htmega_image_magnifier.php:119
2398
+ #: includes/widgets/htmega_image_masonry.php:219
2399
+ #: includes/widgets/htmega_image_masonry.php:508
2400
+ #: includes/widgets/htmega_image_masonry.php:576
2401
+ #: includes/widgets/htmega_inlinemenu.php:209
2402
+ #: includes/widgets/htmega_inlinemenu.php:283
2403
+ #: includes/widgets/htmega_inlinemenu.php:446
2404
+ #: includes/widgets/htmega_instagram.php:714
2405
+ #: includes/widgets/htmega_instagram.php:844
2406
+ #: includes/widgets/htmega_instagram.php:992
2407
+ #: includes/widgets/htmega_instagram.php:1111
2408
+ #: includes/widgets/htmega_instagram.php:1171
2409
+ #: includes/widgets/htmega_instagram.php:1265
2410
+ #: includes/widgets/htmega_instagram.php:1331
2411
+ #: includes/widgets/htmega_instagram.php:1468
2412
+ #: includes/widgets/htmega_lightbox.php:273
2413
+ #: includes/widgets/htmega_lightbox.php:461
2414
+ #: includes/widgets/htmega_mailchimp_wp.php:246
2415
+ #: includes/widgets/htmega_mailchimp_wp.php:429
2416
+ #: includes/widgets/htmega_modal.php:267 includes/widgets/htmega_modal.php:560
2417
+ #: includes/widgets/htmega_modal.php:631 includes/widgets/htmega_modal.php:732
2418
+ #: includes/widgets/htmega_modal.php:794 includes/widgets/htmega_modal.php:902
2419
+ #: includes/widgets/htmega_modal.php:964
2420
+ #: includes/widgets/htmega_newsticker.php:373
2421
+ #: includes/widgets/htmega_newsticker.php:548
2422
+ #: includes/widgets/htmega_newsticker.php:685
2423
+ #: includes/widgets/htmega_newsticker.php:804
2424
+ #: includes/widgets/htmega_newsticker.php:949
2425
+ #: includes/widgets/htmega_ninja_form.php:174
2426
+ #: includes/widgets/htmega_ninja_form.php:276
2427
+ #: includes/widgets/htmega_ninja_form.php:394
2428
+ #: includes/widgets/htmega_ninja_form.php:588
2429
+ #: includes/widgets/htmega_ninja_form.php:670
2430
+ #: includes/widgets/htmega_ninja_form.php:808
2431
+ #: includes/widgets/htmega_ninja_form.php:889
2432
+ #: includes/widgets/htmega_ninja_form.php:1011
2433
+ #: includes/widgets/htmega_notify.php:358
2434
+ #: includes/widgets/htmega_notify.php:510
2435
+ #: includes/widgets/htmega_notify.php:813
2436
+ #: includes/widgets/htmega_offcanvas.php:462
2437
+ #: includes/widgets/htmega_panel_slider.php:526
2438
+ #: includes/widgets/htmega_panel_slider.php:818
2439
+ #: includes/widgets/htmega_panel_slider.php:1007
2440
+ #: includes/widgets/htmega_panel_slider.php:1139
2441
+ #: includes/widgets/htmega_panel_slider.php:1178
2442
+ #: includes/widgets/htmega_popover.php:413
2443
+ #: includes/widgets/htmega_popover.php:570
2444
+ #: includes/widgets/htmega_popover.php:646
2445
+ #: includes/widgets/htmega_popover.php:750
2446
+ #: includes/widgets/htmega_post_grid_tab.php:286
2447
+ #: includes/widgets/htmega_post_grid_tab.php:362
2448
+ #: includes/widgets/htmega_post_grid_tab.php:915
2449
+ #: includes/widgets/htmega_post_grid_tab.php:965
2450
+ #: includes/widgets/htmega_post_grid_tab.php:1028
2451
+ #: includes/widgets/htmega_post_grid_tab.php:1119
2452
+ #: includes/widgets/htmega_post_slider.php:636
2453
+ #: includes/widgets/htmega_post_slider.php:789
2454
+ #: includes/widgets/htmega_post_slider.php:1342
2455
+ #: includes/widgets/htmega_post_slider.php:1392
2456
+ #: includes/widgets/htmega_post_slider.php:1602
2457
+ #: includes/widgets/htmega_post_slider.php:1722
2458
+ #: includes/widgets/htmega_post_slider.php:1847
2459
+ #: includes/widgets/htmega_post_slider.php:1886
2460
+ #: includes/widgets/htmega_post_slider.php:1958
2461
+ #: includes/widgets/htmega_post_slider.php:2035
2462
+ #: includes/widgets/htmega_pricing_list_view.php:425
2463
+ #: includes/widgets/htmega_pricing_list_view.php:820
2464
+ #: includes/widgets/htmega_pricing_list_view.php:943
2465
+ #: includes/widgets/htmega_pricing_list_view.php:1054
2466
+ #: includes/widgets/htmega_pricing_list_view.php:1273
2467
+ #: includes/widgets/htmega_pricing_list_view.php:1352
2468
+ #: includes/widgets/htmega_pricing_list_view.php:1443
2469
+ #: includes/widgets/htmega_pricing_list_view.php:1480
2470
+ #: includes/widgets/htmega_pricing_list_view.php:1586
2471
+ #: includes/widgets/htmega_pricing_list_view.php:1744
2472
+ #: includes/widgets/htmega_pricing_list_view.php:1821
2473
+ #: includes/widgets/htmega_progress_bar.php:505
2474
+ #: includes/widgets/htmega_progress_bar.php:714
2475
+ #: includes/widgets/htmega_progress_bar.php:806
2476
+ #: includes/widgets/htmega_quforms.php:158
2477
+ #: includes/widgets/htmega_quforms.php:269
2478
+ #: includes/widgets/htmega_quforms.php:449
2479
+ #: includes/widgets/htmega_quforms.php:507
2480
+ #: includes/widgets/htmega_quforms.php:667
2481
+ #: includes/widgets/htmega_quforms.php:725
2482
+ #: includes/widgets/htmega_quforms.php:895
2483
+ #: includes/widgets/htmega_scroll_image.php:192
2484
+ #: includes/widgets/htmega_scroll_image.php:352
2485
+ #: includes/widgets/htmega_scroll_navigation.php:336
2486
+ #: includes/widgets/htmega_scroll_navigation.php:430
2487
+ #: includes/widgets/htmega_search.php:378
2488
+ #: includes/widgets/htmega_search.php:591
2489
+ #: includes/widgets/htmega_search.php:643
2490
+ #: includes/widgets/htmega_search.php:832
2491
+ #: includes/widgets/htmega_search.php:994
2492
+ #: includes/widgets/htmega_section_title.php:576
2493
+ #: includes/widgets/htmega_section_title.php:808
2494
+ #: includes/widgets/htmega_section_title.php:990
2495
+ #: includes/widgets/htmega_service.php:227
2496
+ #: includes/widgets/htmega_service.php:295
2497
+ #: includes/widgets/htmega_service.php:704
2498
+ #: includes/widgets/htmega_service.php:785
2499
+ #: includes/widgets/htmega_service.php:966
2500
+ #: includes/widgets/htmega_service.php:1094
2501
+ #: includes/widgets/htmega_service.php:1146
2502
+ #: includes/widgets/htmega_slider_thumb_gallery.php:883
2503
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1028
2504
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1100
2505
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1194
2506
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1238
2507
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1311
2508
+ #: includes/widgets/htmega_socialshere.php:259
2509
+ #: includes/widgets/htmega_socialshere.php:431
2510
+ #: includes/widgets/htmega_socialshere.php:600
2511
+ #: includes/widgets/htmega_special_day_banner.php:679
2512
+ #: includes/widgets/htmega_special_day_banner.php:758
2513
+ #: includes/widgets/htmega_switcher.php:308
2514
+ #: includes/widgets/htmega_switcher.php:451
2515
+ #: includes/widgets/htmega_switcher.php:526
2516
+ #: includes/widgets/htmega_switcher.php:621
2517
+ #: includes/widgets/htmega_tabs.php:325 includes/widgets/htmega_tabs.php:602
2518
+ #: includes/widgets/htmega_tabs.php:654 includes/widgets/htmega_tabs.php:740
2519
+ #: includes/widgets/htmega_tabs.php:835 includes/widgets/htmega_tabs.php:900
2520
+ #: includes/widgets/htmega_teammember.php:371
2521
+ #: includes/widgets/htmega_teammember.php:569
2522
+ #: includes/widgets/htmega_teammember.php:1028
2523
+ #: includes/widgets/htmega_testimonial_grid.php:315
2524
+ #: includes/widgets/htmega_testimonial_grid.php:405
2525
+ #: includes/widgets/htmega_testimonial_grid.php:629
2526
+ #: includes/widgets/htmega_toggle.php:329
2527
+ #: includes/widgets/htmega_tooltip.php:390
2528
+ #: includes/widgets/htmega_tooltip.php:534
2529
+ #: includes/widgets/htmega_twitter_feed.php:605
2530
+ #: includes/widgets/htmega_twitter_feed.php:777
2531
+ #: includes/widgets/htmega_twitter_feed.php:1135
2532
+ #: includes/widgets/htmega_twitter_feed.php:1272
2533
+ #: includes/widgets/htmega_twitter_feed.php:1332
2534
+ #: includes/widgets/htmega_twitter_feed.php:1461
2535
+ #: includes/widgets/htmega_user_login_form.php:598
2536
+ #: includes/widgets/htmega_user_login_form.php:937
2537
+ #: includes/widgets/htmega_user_login_form.php:1210
2538
+ #: includes/widgets/htmega_user_login_form.php:1262
2539
+ #: includes/widgets/htmega_user_login_form.php:1394
2540
+ #: includes/widgets/htmega_user_login_form.php:1446
2541
+ #: includes/widgets/htmega_user_login_form.php:1536
2542
+ #: includes/widgets/htmega_verticle_time_line.php:235
2543
+ #: includes/widgets/htmega_verticle_time_line.php:374
2544
+ #: includes/widgets/htmega_videoplayer.php:271
2545
+ #: includes/widgets/htmega_videoplayer.php:443
2546
+ #: includes/widgets/htmega_videoplayer.php:471
2547
+ #: includes/widgets/htmega_wc_categories.php:202
2548
+ #: includes/widgets/htmega_wc_categories.php:264
2549
+ #: includes/widgets/htmega_wc_categories.php:364
2550
+ #: includes/widgets/htmega_wc_categories.php:496
2551
+ #: includes/widgets/htmega_wc_categories.php:524
2552
+ #: includes/widgets/htmega_wc_element_pages.php:175
2553
+ #: includes/widgets/htmega_wc_element_pages.php:245
2554
+ #: includes/widgets/htmega_wc_element_pages.php:344
2555
+ #: includes/widgets/htmega_wc_element_pages.php:435
2556
+ #: includes/widgets/htmega_wc_element_pages.php:509
2557
+ #: includes/widgets/htmega_wc_element_pages.php:633
2558
+ #: includes/widgets/htmega_wc_element_pages.php:826
2559
+ #: includes/widgets/htmega_wc_element_pages.php:987
2560
+ #: includes/widgets/htmega_wc_element_pages.php:1075
2561
+ #: includes/widgets/htmega_wc_element_pages.php:1129
2562
+ #: includes/widgets/htmega_wc_element_pages.php:1492
2563
+ #: includes/widgets/htmega_wc_element_pages.php:1565
2564
+ #: includes/widgets/htmega_wc_element_pages.php:1667
2565
+ #: includes/widgets/htmega_wc_element_pages.php:1779
2566
+ #: includes/widgets/htmega_wc_element_pages.php:1831
2567
+ #: includes/widgets/htmega_working_process.php:440
2568
+ #: includes/widgets/htmega_working_process.php:698
2569
+ #: includes/widgets/htmega_working_process.php:777
2570
+ #: includes/widgets/htmega_working_process.php:877
2571
+ #: includes/widgets/htmega_working_process.php:992
2572
+ #: includes/widgets/htmega_wpforms.php:166
2573
+ #: includes/widgets/htmega_wpforms.php:268
2574
+ #: includes/widgets/htmega_wpforms.php:376
2575
+ #: includes/widgets/htmega_wpforms.php:591
2576
+ #: includes/widgets/htmega_wpforms.php:674
2577
+ #: includes/widgets/htmega_wpforms.php:811
2578
+ #: includes/widgets/htmega_wpforms.php:892
2579
+ #: includes/widgets/htmega_wpforms.php:1038
2580
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:193
2581
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:265
2582
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:318
2583
+ #: extensions/ht-builder/widgets/bl_page_title.php:96
2584
+ #: extensions/ht-builder/widgets/bl_post_archive.php:286
2585
+ #: extensions/ht-builder/widgets/bl_post_archive.php:750
2586
+ #: extensions/ht-builder/widgets/bl_post_archive.php:816
2587
+ #: extensions/ht-builder/widgets/bl_post_archive.php:886
2588
+ #: extensions/ht-builder/widgets/bl_post_archive.php:941
2589
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:98
2590
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:182
2591
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:139
2592
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:224
2593
+ #: extensions/ht-builder/widgets/bl_site_logo.php:117
2594
+ #: extensions/ht-builder/widgets/bl_site_title.php:98
2595
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:131
2596
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:251
2597
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:381
2598
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:132
2599
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:252
2600
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:339
2601
+ msgid "Border Radius"
2602
+ msgstr ""
2603
+
2604
+ #: includes/widgets/htmega_progress_bar.php:385
2605
+ msgid "Border Radius aaa"
2606
+ msgstr ""
2607
+
2608
+ #: includes/widgets/htmega_newsticker.php:814
2609
+ #: includes/widgets/htmega_panel_slider.php:828
2610
+ msgid "Border Radius Next Button"
2611
+ msgstr ""
2612
+
2613
+ #: includes/widgets/htmega_add_banner.php:231
2614
+ #: includes/widgets/htmega_service.php:802
2615
+ msgid "Border Style"
2616
+ msgstr ""
2617
+
2618
+ #: includes/widgets/htmega_counter.php:784
2619
+ #: includes/widgets/htmega_section_title.php:725
2620
+ #: includes/widgets/htmega_section_title.php:887
2621
+ #: includes/widgets/htmega_working_process.php:249
2622
+ msgid "Border Width"
2623
+ msgstr ""
2624
+
2625
+ #: includes/widgets/htmega_pricing_list_view.php:586
2626
+ msgid "Both"
2627
+ msgstr ""
2628
+
2629
+ #: includes/widgets/htmega_add_banner.php:64
2630
+ #: includes/widgets/htmega_button.php:114
2631
+ #: includes/widgets/htmega_imagemarker.php:215
2632
+ #: includes/widgets/htmega_image_comparison.php:187
2633
+ #: includes/widgets/htmega_offcanvas.php:106
2634
+ #: includes/widgets/htmega_popover.php:196
2635
+ #: includes/widgets/htmega_pricing_list_view.php:516
2636
+ #: includes/widgets/htmega_pricing_list_view.php:1171
2637
+ #: includes/widgets/htmega_pricing_list_view.php:1201
2638
+ #: includes/widgets/htmega_section_title.php:165
2639
+ #: includes/widgets/htmega_section_title.php:240
2640
+ #: includes/widgets/htmega_singlepost.php:62
2641
+ #: includes/widgets/htmega_slider_thumb_gallery.php:54
2642
+ #: includes/widgets/htmega_special_day_banner.php:48
2643
+ #: includes/widgets/htmega_teammember.php:108
2644
+ #: includes/widgets/htmega_tooltip.php:184
2645
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:124
2646
+ msgid "Bottom"
2647
+ msgstr ""
2648
+
2649
+ #: includes/widgets/htmega_notify.php:117
2650
+ msgid "Bottom Center"
2651
+ msgstr ""
2652
+
2653
+ #: includes/widgets/htmega_notify.php:120
2654
+ msgid "Bottom Fullwidth"
2655
+ msgstr ""
2656
+
2657
+ #: includes/widgets/htmega_notify.php:116
2658
+ #: extensions/wc-sales-notification/admin/setting.php:82
2659
+ msgid "Bottom Left"
2660
+ msgstr ""
2661
+
2662
+ #: includes/widgets/htmega_notify.php:118
2663
+ msgid "Bottom Right"
2664
+ msgstr ""
2665
+
2666
+ #: includes/widgets/htmega_notify.php:166
2667
+ #: includes/widgets/htmega_notify.php:201
2668
+ msgid "bounceIn"
2669
+ msgstr ""
2670
+
2671
+ #: includes/widgets/htmega_notify.php:167
2672
+ #: includes/widgets/htmega_notify.php:202
2673
+ msgid "bounceInDown"
2674
+ msgstr ""
2675
+
2676
+ #: includes/widgets/htmega_notify.php:168
2677
+ #: includes/widgets/htmega_notify.php:203
2678
+ msgid "bounceInLeft"
2679
+ msgstr ""
2680
+
2681
+ #: includes/widgets/htmega_notify.php:169
2682
+ #: includes/widgets/htmega_notify.php:204
2683
+ msgid "bounceInRight"
2684
+ msgstr ""
2685
+
2686
+ #: includes/widgets/htmega_notify.php:170
2687
+ #: includes/widgets/htmega_notify.php:205
2688
+ msgid "bounceInUp"
2689
+ msgstr ""
2690
+
2691
+ #: includes/widgets/htmega_notify.php:148
2692
+ #: includes/widgets/htmega_notify.php:183
2693
+ msgid "bounceOut"
2694
+ msgstr ""
2695
+
2696
+ #: includes/widgets/htmega_notify.php:149
2697
+ #: includes/widgets/htmega_notify.php:184
2698
+ msgid "bounceOutDown"
2699
+ msgstr ""
2700
+
2701
+ #: includes/widgets/htmega_notify.php:150
2702
+ #: includes/widgets/htmega_notify.php:185
2703
+ msgid "bounceOutLeft"
2704
+ msgstr ""
2705
+
2706
+ #: includes/widgets/htmega_notify.php:151
2707
+ #: includes/widgets/htmega_notify.php:186
2708
+ msgid "bounceOutRight"
2709
+ msgstr ""
2710
+
2711
+ #: includes/widgets/htmega_notify.php:152
2712
+ #: includes/widgets/htmega_notify.php:187
2713
+ msgid "bounceOutUp"
2714
+ msgstr ""
2715
+
2716
+ #: includes/widgets/htmega_counter.php:350
2717
+ msgid "Box Width"
2718
+ msgstr ""
2719
+
2720
+ #: includes/widgets/htmega_verticle_time_line.php:473
2721
+ msgid "Box Background"
2722
+ msgstr ""
2723
+
2724
+ #: includes/widgets/htmega_verticle_time_line.php:391
2725
+ msgid "Box Border"
2726
+ msgstr ""
2727
+
2728
+ #: includes/widgets/htmega_counter.php:380
2729
+ msgid "Box Height"
2730
+ msgstr ""
2731
+
2732
+ #: includes/widgets/htmega_newsticker.php:655
2733
+ msgid "Box Height and Width"
2734
+ msgstr ""
2735
+
2736
+ #: includes/widgets/htmega_carousel.php:421
2737
+ msgid "Box Option"
2738
+ msgstr ""
2739
+
2740
+ #: includes/widgets/htmega_accordion.php:536
2741
+ #: includes/widgets/htmega_accordion.php:620
2742
+ #: includes/widgets/htmega_accordion.php:790
2743
+ #: includes/widgets/htmega_accordion.php:890
2744
+ #: includes/widgets/htmega_accordion.php:1062
2745
+ #: includes/widgets/htmega_accordion.php:1173
2746
+ #: includes/widgets/htmega_accordion.php:1310
2747
+ #: includes/widgets/htmega_animated_heading.php:214
2748
+ #: includes/widgets/htmega_animated_heading.php:345
2749
+ #: includes/widgets/htmega_animated_heading.php:433
2750
+ #: includes/widgets/htmega_brand.php:191 includes/widgets/htmega_brand.php:216
2751
+ #: includes/widgets/htmega_brand.php:252 includes/widgets/htmega_brand.php:277
2752
+ #: includes/widgets/htmega_buddy_press.php:215
2753
+ #: includes/widgets/htmega_business_hours.php:289
2754
+ #: includes/widgets/htmega_business_hours.php:365
2755
+ #: includes/widgets/htmega_business_hours.php:493
2756
+ #: includes/widgets/htmega_button.php:288
2757
+ #: includes/widgets/htmega_button.php:403
2758
+ #: includes/widgets/htmega_button.php:592
2759
+ #: includes/widgets/htmega_caldera_form.php:336
2760
+ #: includes/widgets/htmega_caldera_form.php:423
2761
+ #: includes/widgets/htmega_call_to_action.php:392
2762
+ #: includes/widgets/htmega_call_to_action.php:469
2763
+ #: includes/widgets/htmega_call_to_action.php:777
2764
+ #: includes/widgets/htmega_call_to_action.php:868
2765
+ #: includes/widgets/htmega_call_to_action.php:983
2766
+ #: includes/widgets/htmega_call_to_action.php:1074
2767
+ #: includes/widgets/htmega_contact_form_seven.php:356
2768
+ #: includes/widgets/htmega_contact_form_seven.php:432
2769
+ #: includes/widgets/htmega_contact_form_seven.php:572
2770
+ #: includes/widgets/htmega_contact_form_seven.php:631
2771
+ #: includes/widgets/htmega_contact_form_seven.php:894
2772
+ #: includes/widgets/htmega_countdown.php:526
2773
+ #: includes/widgets/htmega_counter.php:275
2774
+ #: includes/widgets/htmega_data_table.php:190
2775
+ #: includes/widgets/htmega_data_table.php:553
2776
+ #: includes/widgets/htmega_double_button.php:289
2777
+ #: includes/widgets/htmega_double_button.php:519
2778
+ #: includes/widgets/htmega_double_button.php:606
2779
+ #: includes/widgets/htmega_double_button.php:692
2780
+ #: includes/widgets/htmega_double_button.php:778
2781
+ #: includes/widgets/htmega_double_button.php:875
2782
+ #: includes/widgets/htmega_gallery_justify.php:98
2783
+ #: includes/widgets/htmega_gravity_forms.php:532
2784
+ #: includes/widgets/htmega_gravity_forms.php:617
2785
+ #: includes/widgets/htmega_gravity_forms.php:764
2786
+ #: includes/widgets/htmega_image_grid.php:244
2787
+ #: includes/widgets/htmega_image_grid.php:492
2788
+ #: includes/widgets/htmega_image_grid.php:564
2789
+ #: includes/widgets/htmega_image_magnifier.php:133
2790
+ #: includes/widgets/htmega_image_masonry.php:234
2791
+ #: includes/widgets/htmega_image_masonry.php:478
2792
+ #: includes/widgets/htmega_image_masonry.php:559
2793
+ #: includes/widgets/htmega_inlinemenu.php:223
2794
+ #: includes/widgets/htmega_lightbox.php:285
2795
+ #: includes/widgets/htmega_lightbox.php:473
2796
+ #: includes/widgets/htmega_mailchimp_wp.php:442
2797
+ #: includes/widgets/htmega_modal.php:240 includes/widgets/htmega_modal.php:604
2798
+ #: includes/widgets/htmega_ninja_form.php:600
2799
+ #: includes/widgets/htmega_ninja_form.php:682
2800
+ #: includes/widgets/htmega_ninja_form.php:843
2801
+ #: includes/widgets/htmega_ninja_form.php:900
2802
+ #: includes/widgets/htmega_ninja_form.php:1023
2803
+ #: includes/widgets/htmega_notify.php:381
2804
+ #: includes/widgets/htmega_panel_slider.php:549
2805
+ #: includes/widgets/htmega_panel_slider.php:840
2806
+ #: includes/widgets/htmega_panel_slider.php:1018
2807
+ #: includes/widgets/htmega_popover.php:552
2808
+ #: includes/widgets/htmega_progress_bar.php:520
2809
+ #: includes/widgets/htmega_progress_bar.php:728
2810
+ #: includes/widgets/htmega_progress_bar.php:820
2811
+ #: includes/widgets/htmega_quforms.php:461
2812
+ #: includes/widgets/htmega_quforms.php:518
2813
+ #: includes/widgets/htmega_quforms.php:678
2814
+ #: includes/widgets/htmega_quforms.php:736
2815
+ #: includes/widgets/htmega_quforms.php:907
2816
+ #: includes/widgets/htmega_quforms.php:956
2817
+ #: includes/widgets/htmega_scroll_image.php:230
2818
+ #: includes/widgets/htmega_section_title.php:972
2819
+ #: includes/widgets/htmega_socialshere.php:456
2820
+ #: includes/widgets/htmega_teammember.php:399
2821
+ #: includes/widgets/htmega_teammember.php:1039
2822
+ #: includes/widgets/htmega_testimonial_grid.php:326
2823
+ #: includes/widgets/htmega_testimonial_grid.php:375
2824
+ #: includes/widgets/htmega_testimonial_grid.php:669
2825
+ #: includes/widgets/htmega_twitter_feed.php:562
2826
+ #: includes/widgets/htmega_user_login_form.php:634
2827
+ #: includes/widgets/htmega_verticle_time_line.php:262
2828
+ #: includes/widgets/htmega_videoplayer.php:284
2829
+ #: includes/widgets/htmega_wc_categories.php:227
2830
+ #: includes/widgets/htmega_wc_element_pages.php:608
2831
+ #: includes/widgets/htmega_wc_element_pages.php:874
2832
+ #: includes/widgets/htmega_wc_element_pages.php:1430
2833
+ #: includes/widgets/htmega_weather.php:307
2834
+ #: includes/widgets/htmega_working_process.php:812
2835
+ #: includes/widgets/htmega_working_process.php:1053
2836
+ #: includes/widgets/htmega_wpforms.php:603
2837
+ #: includes/widgets/htmega_wpforms.php:686
2838
+ #: includes/widgets/htmega_wpforms.php:822
2839
+ #: includes/widgets/htmega_wpforms.php:903
2840
+ #: includes/widgets/htmega_wpforms.php:1050
2841
+ #: includes/widgets/htmega_wpforms.php:1122
2842
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:206
2843
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:363
2844
+ msgid "Box Shadow"
2845
+ msgstr ""
2846
+
2847
+ #: includes/widgets/htmega_double_button.php:805
2848
+ msgid "Box Size"
2849
+ msgstr ""
2850
+
2851
+ #: includes/widgets/htmega_add_banner.php:146
2852
+ #: includes/widgets/htmega_call_to_action.php:318
2853
+ #: includes/widgets/htmega_counter.php:194
2854
+ #: includes/widgets/htmega_image_comparison.php:93
2855
+ #: includes/widgets/htmega_image_grid.php:186
2856
+ #: includes/widgets/htmega_image_masonry.php:166
2857
+ #: includes/widgets/htmega_lightbox.php:184
2858
+ #: includes/widgets/htmega_service.php:165
2859
+ #: includes/widgets/htmega_working_process.php:191
2860
+ msgid "Box Style"
2861
+ msgstr ""
2862
+
2863
+ #: includes/widgets/htmega_verticle_time_line.php:432
2864
+ msgid "Box Style Reverse"
2865
+ msgstr ""
2866
+
2867
+ #: includes/widgets/htmega_post_slider.php:805
2868
+ msgid "Box Width"
2869
+ msgstr ""
2870
+
2871
+ #: includes/widgets_control.php:113
2872
+ msgid "Brand"
2873
+ msgstr ""
2874
+
2875
+ #: includes/widgets/htmega_brand.php:157
2876
+ msgid "Brand Logo"
2877
+ msgstr ""
2878
+
2879
+ #: admin/include/admin-setting.php:159 includes/widgets/htmega_brand.php:13
2880
+ #: includes/widgets/htmega_brand.php:35
2881
+ msgid "Brands"
2882
+ msgstr ""
2883
+
2884
+ #: includes/widgets/htmega_newsticker.php:70
2885
+ msgid "Breaking News"
2886
+ msgstr ""
2887
+
2888
+ #: admin/include/admin-setting.php:939
2889
+ #: includes/widgets/htmega_buddy_press.php:13
2890
+ #: includes/widgets/htmega_buddy_press.php:41
2891
+ msgid "BuddyPress"
2892
+ msgstr ""
2893
+
2894
+ #: includes/widgets/htmega_socialshere.php:81
2895
+ msgid "Buffer"
2896
+ msgstr ""
2897
+
2898
+ #: includes/widgets/htmega_business_hours.php:60
2899
+ msgid "Business Hour Title"
2900
+ msgstr ""
2901
+
2902
+ #: includes/widgets_control.php:118 admin/include/admin-setting.php:167
2903
+ #: includes/widgets/htmega_business_hours.php:14
2904
+ #: includes/widgets/htmega_business_hours.php:36
2905
+ msgid "Business Hours"
2906
+ msgstr ""
2907
+
2908
+ #: includes/widgets/htmega_business_hours.php:71
2909
+ msgid "Business Hours​"
2910
+ msgstr ""
2911
+
2912
+ #: includes/widgets_control.php:123 admin/include/admin-setting.php:175
2913
+ #: includes/widgets/htmega_add_banner.php:607
2914
+ #: includes/widgets/htmega_button.php:13 includes/widgets/htmega_button.php:35
2915
+ #: includes/widgets/htmega_contact_form_seven.php:756
2916
+ #: includes/widgets/htmega_custom_event.php:378
2917
+ #: includes/widgets/htmega_double_button.php:101
2918
+ #: includes/widgets/htmega_double_button.php:188
2919
+ #: includes/widgets/htmega_double_button.php:314
2920
+ #: includes/widgets/htmega_download_monitor.php:110
2921
+ #: includes/widgets/htmega_easy_digital_download.php:520
2922
+ #: includes/widgets/htmega_errorcontent.php:126
2923
+ #: includes/widgets/htmega_gravity_forms.php:630
2924
+ #: includes/widgets/htmega_lightbox.php:118
2925
+ #: includes/widgets/htmega_mailchimp_wp.php:290
2926
+ #: includes/widgets/htmega_modal.php:103 includes/widgets/htmega_modal.php:202
2927
+ #: includes/widgets/htmega_ninja_form.php:913
2928
+ #: includes/widgets/htmega_notify.php:51 includes/widgets/htmega_notify.php:311
2929
+ #: includes/widgets/htmega_offcanvas.php:176
2930
+ #: includes/widgets/htmega_offcanvas.php:404
2931
+ #: includes/widgets/htmega_popover.php:321
2932
+ #: includes/widgets/htmega_pricing_list_view.php:590
2933
+ #: includes/widgets/htmega_quforms.php:749
2934
+ #: includes/widgets/htmega_service.php:1010
2935
+ #: includes/widgets/htmega_special_day_banner.php:630
2936
+ #: includes/widgets/htmega_toggle.php:184
2937
+ #: includes/widgets/htmega_tooltip.php:297
2938
+ #: includes/widgets/htmega_videoplayer.php:325
2939
+ #: includes/widgets/htmega_wc_element_pages.php:1509
2940
+ #: includes/widgets/htmega_wpforms.php:916
2941
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:166
2942
+ msgid "Button"
2943
+ msgstr ""
2944
+
2945
+ #: includes/widgets/htmega_double_button.php:268
2946
+ msgid "Button Area"
2947
+ msgstr ""
2948
+
2949
+ #: includes/widgets/htmega_pricing_list_view.php:870
2950
+ msgid "Button Background"
2951
+ msgstr ""
2952
+
2953
+ #: includes/widgets/htmega_tooltip.php:229
2954
+ msgid "Button Box Style"
2955
+ msgstr ""
2956
+
2957
+ #: includes/widgets/htmega_instragram_feed.php:182
2958
+ msgid "Button Color"
2959
+ msgstr ""
2960
+
2961
+ #: includes/widgets/htmega_pricing_list_view.php:882
2962
+ msgid "Button Hover Background"
2963
+ msgstr ""
2964
+
2965
+ #: includes/widgets/htmega_button.php:411
2966
+ msgid "Button Hover Effect"
2967
+ msgstr ""
2968
+
2969
+ #: includes/widgets/htmega_button.php:474
2970
+ msgid "Button Hover Shadow"
2971
+ msgstr ""
2972
+
2973
+ #: includes/widgets/htmega_instagram.php:1367
2974
+ #: includes/widgets/htmega_offcanvas.php:191
2975
+ #: includes/widgets/htmega_videoplayer.php:111
2976
+ msgid "Button Icon"
2977
+ msgstr ""
2978
+
2979
+ #: includes/widgets/htmega_search.php:68
2980
+ msgid "Button Icon Type"
2981
+ msgstr ""
2982
+
2983
+ #: includes/widgets/htmega_errorcontent.php:152
2984
+ #: includes/widgets/htmega_errorcontent.php:200
2985
+ msgid "Button Icons"
2986
+ msgstr ""
2987
+
2988
+ #: includes/widgets/htmega_videoplayer.php:122
2989
+ msgid "Button Infinity Animation"
2990
+ msgstr ""
2991
+
2992
+ #: includes/widgets/htmega_socialshere.php:614
2993
+ msgid "Button Line Height"
2994
+ msgstr ""
2995
+
2996
+ #: includes/widgets/htmega_call_to_action.php:239
2997
+ #: includes/widgets/htmega_errorcontent.php:164
2998
+ #: includes/widgets/htmega_errorcontent.php:212
2999
+ msgid "Button Link"
3000
+ msgstr ""
3001
+
3002
+ #: includes/widgets/htmega_double_button.php:93
3003
+ #: includes/widgets/htmega_double_button.php:448
3004
+ msgid "Button One"
3005
+ msgstr ""
3006
+
3007
+ #: includes/widgets/htmega_pricing_list_view.php:929
3008
+ msgid "Button Padding"
3009
+ msgstr ""
3010
+
3011
+ #: includes/widgets/htmega_button.php:82
3012
+ #: includes/widgets/htmega_double_button.php:42
3013
+ msgid "Button Size"
3014
+ msgstr ""
3015
+
3016
+ #: includes/widgets/htmega_button.php:42 includes/widgets/htmega_button.php:183
3017
+ #: includes/widgets/htmega_countdown.php:1015
3018
+ #: includes/widgets/htmega_download_monitor.php:136
3019
+ #: includes/widgets/htmega_wc_element_pages.php:923
3020
+ msgid "Button Style"
3021
+ msgstr ""
3022
+
3023
+ #: includes/widgets/htmega_add_banner.php:134
3024
+ #: includes/widgets/htmega_add_banner.php:136
3025
+ #: includes/widgets/htmega_call_to_action.php:138
3026
+ #: includes/widgets/htmega_call_to_action.php:232
3027
+ #: includes/widgets/htmega_errorcontent.php:142
3028
+ #: includes/widgets/htmega_errorcontent.php:191
3029
+ #: includes/widgets/htmega_instragram_feed.php:104
3030
+ #: includes/widgets/htmega_notify.php:58
3031
+ #: includes/widgets/htmega_offcanvas.php:182
3032
+ #: includes/widgets/htmega_popover.php:72
3033
+ #: includes/widgets/htmega_special_day_banner.php:138
3034
+ #: includes/widgets/htmega_special_day_banner.php:140
3035
+ #: includes/widgets/htmega_user_login_form.php:358
3036
+ #: includes/widgets/htmega_videoplayer.php:70
3037
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:86
3038
+ msgid "Button Text"
3039
+ msgstr ""
3040
+
3041
+ #: includes/widgets/htmega_instragram_feed.php:194
3042
+ msgid "Button Text Color"
3043
+ msgstr ""
3044
+
3045
+ #: includes/widgets/htmega_double_button.php:180
3046
+ #: includes/widgets/htmega_double_button.php:621
3047
+ msgid "Button Two"
3048
+ msgstr ""
3049
+
3050
+ #: includes/widgets/htmega_popover.php:48
3051
+ #: includes/widgets/htmega_tooltip.php:48
3052
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:54
3053
+ msgid "Button Type"
3054
+ msgstr ""
3055
+
3056
+ #: includes/widgets/htmega_double_button.php:347
3057
+ msgid "Button Width"
3058
+ msgstr ""
3059
+
3060
+ #: includes/class.assests.php:378 admin/include/admin-setting.php:1289
3061
+ #: admin/include/template-library.php:280
3062
+ #: admin/include/template-library.php:332
3063
+ #: includes/recommended-plugins/class.recommended-plugins.php:122
3064
+ #: includes/recommended-plugins/class.recommended-plugins.php:284
3065
+ msgid "Buy Now"
3066
+ msgstr ""
3067
+
3068
+ #: includes/recommended-plugins/class.recommended-plugins.php:270
3069
+ msgid "By "
3070
+ msgstr ""
3071
+
3072
+ #: includes/widgets/htmega_easy_digital_download.php:142
3073
+ #: includes/widgets/htmega_wc_categories.php:82
3074
+ msgid "By Parent"
3075
+ msgstr ""
3076
+
3077
+ #: includes/widgets/htmega_weather.php:57
3078
+ msgid "C"
3079
+ msgstr ""
3080
+
3081
+ #: includes/widgets/htmega_instagram.php:108
3082
+ msgid "Cache Time Duration"
3083
+ msgstr ""
3084
+
3085
+ #: admin/include/admin-setting.php:949
3086
+ #: includes/widgets/htmega_caldera_form.php:13
3087
+ #: includes/widgets/htmega_caldera_form.php:41
3088
+ msgid "Caldera Form"
3089
+ msgstr ""
3090
+
3091
+ #: includes/widgets/htmega_booked_calender.php:874
3092
+ msgid "Calendar"
3093
+ msgstr ""
3094
+
3095
+ #: includes/widgets/htmega_booked_calender.php:896
3096
+ msgid "Calendar Icon Background"
3097
+ msgstr ""
3098
+
3099
+ #: includes/widgets/htmega_booked_calender.php:885
3100
+ msgid "Calendar Icon Color"
3101
+ msgstr ""
3102
+
3103
+ #: includes/widgets/htmega_booked_calender.php:938
3104
+ msgid "Calendar Icon Padding"
3105
+ msgstr ""
3106
+
3107
+ #: includes/widgets/htmega_booked_calender.php:918
3108
+ msgid "Calendar Icon Radius"
3109
+ msgstr ""
3110
+
3111
+ #: includes/widgets/htmega_booked_calender.php:162
3112
+ msgid "Calendar Size"
3113
+ msgstr ""
3114
+
3115
+ #: includes/widgets_control.php:128 admin/include/admin-setting.php:183
3116
+ #: includes/widgets/htmega_call_to_action.php:13
3117
+ #: includes/widgets/htmega_call_to_action.php:32
3118
+ msgid "Call To Action"
3119
+ msgstr ""
3120
+
3121
+ #: includes/widgets/htmega_instagram.php:858
3122
+ msgid "Caption"
3123
+ msgstr ""
3124
+
3125
+ #: includes/widgets/htmega_testimonial_grid.php:168
3126
+ #: includes/widgets/htmega_testimonial_grid.php:226
3127
+ msgid "Carolina Monntoya"
3128
+ msgstr ""
3129
+
3130
+ #: includes/widgets_control.php:133 admin/include/admin-setting.php:191
3131
+ #: includes/widgets/htmega_carousel.php:13
3132
+ #: includes/widgets/htmega_carousel.php:43
3133
+ msgid "Carousel"
3134
+ msgstr ""
3135
+
3136
+ #: includes/widgets/htmega_wc_element_pages.php:58
3137
+ msgid "Cart Page"
3138
+ msgstr ""
3139
+
3140
+ #: includes/widgets/htmega_easy_digital_download.php:156
3141
+ #: includes/widgets/htmega_newsticker.php:198
3142
+ #: includes/widgets/htmega_newsticker.php:212
3143
+ #: includes/widgets/htmega_postgrid.php:79
3144
+ #: includes/widgets/htmega_postgrid.php:93
3145
+ #: includes/widgets/htmega_post_grid_tab.php:86
3146
+ #: includes/widgets/htmega_post_grid_tab.php:100
3147
+ #: includes/widgets/htmega_post_slider.php:90
3148
+ #: includes/widgets/htmega_post_slider.php:104
3149
+ #: includes/widgets/htmega_wc_categories.php:34
3150
+ #: includes/widgets/htmega_wc_categories.php:96
3151
+ msgid "Categories"
3152
+ msgstr ""
3153
+
3154
+ #: includes/widgets/htmega_postgrid.php:189
3155
+ #: includes/widgets/htmega_postgrid.php:658
3156
+ #: includes/widgets/htmega_post_grid_tab.php:213
3157
+ #: includes/widgets/htmega_post_grid_tab.php:610
3158
+ #: includes/widgets/htmega_post_slider.php:245
3159
+ #: includes/widgets/htmega_post_slider.php:1045
3160
+ #: includes/widgets/htmega_singlepost.php:120
3161
+ #: includes/widgets/htmega_singlepost.php:249
3162
+ #: extensions/ht-builder/widgets/bl_post_archive.php:539
3163
+ msgid "Category"
3164
+ msgstr ""
3165
+
3166
+ #: includes/widgets/htmega_wc_categories.php:165
3167
+ msgid "Category Area"
3168
+ msgstr ""
3169
+
3170
+ #: includes/widgets/htmega_data_table.php:267
3171
+ #: includes/widgets/htmega_pricing_list_view.php:600
3172
+ msgid "Cell Content"
3173
+ msgstr ""
3174
+
3175
+ #: includes/widgets/htmega_data_table.php:280
3176
+ msgid "Cell Icon"
3177
+ msgstr ""
3178
+
3179
+ #: includes/widgets/htmega_data_table.php:337
3180
+ msgid "Cell Image"
3181
+ msgstr ""
3182
+
3183
+ #: includes/widgets/htmega_pricing_list_view.php:617
3184
+ msgid "Cell Label"
3185
+ msgstr ""
3186
+
3187
+ #: includes/widgets/htmega_data_table.php:410
3188
+ msgid "Cell Styles"
3189
+ msgstr ""
3190
+
3191
+ #: includes/widgets/htmega_accordion.php:474
3192
+ #: includes/widgets/htmega_accordion.php:665
3193
+ #: includes/widgets/htmega_accordion.php:823
3194
+ #: includes/widgets/htmega_accordion.php:1209
3195
+ #: includes/widgets/htmega_accordion.php:1327
3196
+ #: includes/widgets/htmega_add_banner.php:63
3197
+ #: includes/widgets/htmega_add_banner.php:372
3198
+ #: includes/widgets/htmega_blockquote.php:187
3199
+ #: includes/widgets/htmega_buddy_press.php:258
3200
+ #: includes/widgets/htmega_business_hours.php:395
3201
+ #: includes/widgets/htmega_button.php:158
3202
+ #: includes/widgets/htmega_caldera_form.php:76
3203
+ #: includes/widgets/htmega_caldera_form.php:351
3204
+ #: includes/widgets/htmega_call_to_action.php:334
3205
+ #: includes/widgets/htmega_carousel.php:841
3206
+ #: includes/widgets/htmega_contact_form_seven.php:121
3207
+ #: includes/widgets/htmega_countdown.php:615
3208
+ #: includes/widgets/htmega_countdown.php:647
3209
+ #: includes/widgets/htmega_counter.php:292
3210
+ #: includes/widgets/htmega_counter.php:325
3211
+ #: includes/widgets/htmega_counter.php:431
3212
+ #: includes/widgets/htmega_counter.php:557
3213
+ #: includes/widgets/htmega_data_table.php:643
3214
+ #: includes/widgets/htmega_data_table.php:762
3215
+ #: includes/widgets/htmega_double_button.php:329
3216
+ #: includes/widgets/htmega_dropcaps.php:88
3217
+ #: includes/widgets/htmega_easy_digital_download.php:322
3218
+ #: includes/widgets/htmega_easy_digital_download.php:690
3219
+ #: includes/widgets/htmega_errorcontent.php:253
3220
+ #: includes/widgets/htmega_gravity_forms.php:153
3221
+ #: includes/widgets/htmega_gravity_forms.php:209
3222
+ #: includes/widgets/htmega_gravity_forms.php:243
3223
+ #: includes/widgets/htmega_gravity_forms.php:548
3224
+ #: includes/widgets/htmega_gravity_forms.php:779
3225
+ #: includes/widgets/htmega_imagemarker.php:714
3226
+ #: includes/widgets/htmega_image_comparison.php:186
3227
+ #: includes/widgets/htmega_image_grid.php:287
3228
+ #: includes/widgets/htmega_image_grid.php:384
3229
+ #: includes/widgets/htmega_image_masonry.php:262
3230
+ #: includes/widgets/htmega_image_masonry.php:359
3231
+ #: includes/widgets/htmega_inlinemenu.php:125
3232
+ #: includes/widgets/htmega_instagram.php:1488
3233
+ #: includes/widgets/htmega_lightbox.php:200
3234
+ #: includes/widgets/htmega_lightbox.php:313
3235
+ #: includes/widgets/htmega_mailchimp_wp.php:133
3236
+ #: includes/widgets/htmega_modal.php:354 includes/widgets/htmega_modal.php:1009
3237
+ #: includes/widgets/htmega_newsticker.php:458
3238
+ #: includes/widgets/htmega_ninja_form.php:192
3239
+ #: includes/widgets/htmega_ninja_form.php:294
3240
+ #: includes/widgets/htmega_ninja_form.php:328
3241
+ #: includes/widgets/htmega_ninja_form.php:615
3242
+ #: includes/widgets/htmega_ninja_form.php:826
3243
+ #: includes/widgets/htmega_ninja_form.php:1038
3244
+ #: includes/widgets/htmega_notify.php:286
3245
+ #: includes/widgets/htmega_notify.php:566
3246
+ #: includes/widgets/htmega_notify.php:832
3247
+ #: includes/widgets/htmega_offcanvas.php:287
3248
+ #: includes/widgets/htmega_offcanvas.php:379
3249
+ #: includes/widgets/htmega_panel_slider.php:567
3250
+ #: includes/widgets/htmega_popover.php:269
3251
+ #: includes/widgets/htmega_popover.php:665
3252
+ #: includes/widgets/htmega_popover.php:769
3253
+ #: includes/widgets/htmega_postgrid.php:297
3254
+ #: includes/widgets/htmega_postgrid.php:521
3255
+ #: includes/widgets/htmega_postgrid.php:634
3256
+ #: includes/widgets/htmega_post_grid_tab.php:405
3257
+ #: includes/widgets/htmega_post_grid_tab.php:499
3258
+ #: includes/widgets/htmega_post_grid_tab.php:586
3259
+ #: includes/widgets/htmega_post_grid_tab.php:809
3260
+ #: includes/widgets/htmega_post_slider.php:840
3261
+ #: includes/widgets/htmega_post_slider.php:934
3262
+ #: includes/widgets/htmega_post_slider.php:1021
3263
+ #: includes/widgets/htmega_post_slider.php:1237
3264
+ #: includes/widgets/htmega_pricing_list_view.php:477
3265
+ #: includes/widgets/htmega_pricing_list_view.php:1132
3266
+ #: includes/widgets/htmega_quforms.php:94
3267
+ #: includes/widgets/htmega_quforms.php:214
3268
+ #: includes/widgets/htmega_quforms.php:335
3269
+ #: includes/widgets/htmega_quforms.php:555
3270
+ #: includes/widgets/htmega_quforms.php:773
3271
+ #: includes/widgets/htmega_search.php:160
3272
+ #: includes/widgets/htmega_section_title.php:161
3273
+ #: includes/widgets/htmega_section_title.php:419
3274
+ #: includes/widgets/htmega_service.php:245
3275
+ #: includes/widgets/htmega_service.php:429
3276
+ #: includes/widgets/htmega_service.php:534
3277
+ #: includes/widgets/htmega_service.php:723
3278
+ #: includes/widgets/htmega_service.php:985
3279
+ #: includes/widgets/htmega_singlepost.php:225
3280
+ #: includes/widgets/htmega_singlepost.php:321
3281
+ #: includes/widgets/htmega_singlepost.php:428
3282
+ #: includes/widgets/htmega_socialshere.php:378
3283
+ #: includes/widgets/htmega_special_day_banner.php:47
3284
+ #: includes/widgets/htmega_special_day_banner.php:269
3285
+ #: includes/widgets/htmega_tablepress.php:217
3286
+ #: includes/widgets/htmega_tablepress.php:374
3287
+ #: includes/widgets/htmega_tabs.php:517
3288
+ #: includes/widgets/htmega_teammember.php:620
3289
+ #: includes/widgets/htmega_teammember.php:749
3290
+ #: includes/widgets/htmega_teammember.php:839
3291
+ #: includes/widgets/htmega_teammember.php:930
3292
+ #: includes/widgets/htmega_teammember.php:997
3293
+ #: includes/widgets/htmega_testimonial_grid.php:557
3294
+ #: includes/widgets/htmega_toggle.php:200
3295
+ #: includes/widgets/htmega_tooltip.php:245
3296
+ #: includes/widgets/htmega_user_login_form.php:153
3297
+ #: includes/widgets/htmega_user_login_form.php:375
3298
+ #: includes/widgets/htmega_user_login_form.php:431
3299
+ #: includes/widgets/htmega_user_login_form.php:575
3300
+ #: includes/widgets/htmega_videoplayer.php:300
3301
+ #: includes/widgets/htmega_wc_categories.php:384
3302
+ #: includes/widgets/htmega_wpforms.php:184
3303
+ #: includes/widgets/htmega_wpforms.php:286
3304
+ #: includes/widgets/htmega_wpforms.php:321
3305
+ #: includes/widgets/htmega_wpforms.php:618
3306
+ #: includes/widgets/htmega_wpforms.php:837
3307
+ #: includes/widgets/htmega_wpforms.php:1065
3308
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:119
3309
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:499
3310
+ #: extensions/ht-builder/widgets/bl_page_title.php:141
3311
+ #: extensions/ht-builder/widgets/bl_post_archive.php:306
3312
+ #: extensions/ht-builder/widgets/bl_post_archive.php:387
3313
+ #: extensions/ht-builder/widgets/bl_post_archive.php:494
3314
+ #: extensions/ht-builder/widgets/bl_post_archive.php:600
3315
+ #: extensions/ht-builder/widgets/bl_post_archive.php:680
3316
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:143
3317
+ #: extensions/ht-builder/widgets/bl_post_content.php:76
3318
+ #: extensions/ht-builder/widgets/bl_post_excerpt.php:76
3319
+ #: extensions/ht-builder/widgets/bl_post_featured_image.php:75
3320
+ #: extensions/ht-builder/widgets/bl_post_title.php:109
3321
+ #: extensions/ht-builder/widgets/bl_site_logo.php:163
3322
+ #: extensions/ht-builder/widgets/bl_site_title.php:143
3323
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:170
3324
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:171
3325
+ msgid "Center"
3326
+ msgstr ""
3327
+
3328
+ #: includes/widgets/htmega_googlemap.php:100
3329
+ msgid "Center Address"
3330
+ msgstr ""
3331
+
3332
+ #: includes/widgets/htmega_blockquote.php:158
3333
+ msgid "Center Bottom"
3334
+ msgstr ""
3335
+
3336
+ #: includes/widgets/htmega_blockquote.php:157
3337
+ msgid "Center Center"
3338
+ msgstr ""
3339
+
3340
+ #: includes/widgets/htmega_carousel.php:225
3341
+ #: includes/widgets/htmega_instagram.php:420
3342
+ #: includes/widgets/htmega_panel_slider.php:285
3343
+ #: includes/widgets/htmega_post_slider.php:405
3344
+ #: includes/widgets/htmega_slider_thumb_gallery.php:222
3345
+ #: includes/widgets/htmega_twitter_feed.php:347
3346
+ msgid "Center Mode"
3347
+ msgstr ""
3348
+
3349
+ #: includes/widgets/htmega_carousel.php:238
3350
+ #: includes/widgets/htmega_instagram.php:433
3351
+ #: includes/widgets/htmega_panel_slider.php:298
3352
+ #: includes/widgets/htmega_post_slider.php:418
3353
+ #: includes/widgets/htmega_slider_thumb_gallery.php:233
3354
+ #: includes/widgets/htmega_twitter_feed.php:360
3355
+ msgid "Center padding"
3356
+ msgstr ""
3357
+
3358
+ #: includes/widgets/htmega_blockquote.php:156
3359
+ msgid "Center Top"
3360
+ msgstr ""
3361
+
3362
+ #: includes/widgets/htmega_user_login_form.php:1030
3363
+ msgid "Checkbox Icon Color"
3364
+ msgstr ""
3365
+
3366
+ #: includes/widgets/htmega_wc_element_pages.php:371
3367
+ msgid "Checkout Button"
3368
+ msgstr ""
3369
+
3370
+ #: includes/widgets/htmega_wc_element_pages.php:60
3371
+ msgid "Checkout Page"
3372
+ msgstr ""
3373
+
3374
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:509
3375
+ msgid "Choose"
3376
+ msgstr ""
3377
+
3378
+ #: includes/widgets/htmega_countdown.php:703
3379
+ msgid "Choose Area Seperator Image"
3380
+ msgstr ""
3381
+
3382
+ #: admin/include/class.settings-api.php:398
3383
+ msgid "Choose File"
3384
+ msgstr ""
3385
+
3386
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:304
3387
+ msgid "Choose Icon"
3388
+ msgstr ""
3389
+
3390
+ #: includes/widgets/htmega_scroll_image.php:50
3391
+ msgid "Choose Image"
3392
+ msgstr ""
3393
+
3394
+ #: includes/widgets/htmega_wc_element_pages.php:70
3395
+ msgid "Choose Product"
3396
+ msgstr ""
3397
+
3398
+ #: includes/widgets/htmega_progress_bar.php:63
3399
+ msgid "Circle"
3400
+ msgstr ""
3401
+
3402
+ #: admin/include/templates/library/templates.php:149
3403
+ msgid "Click here"
3404
+ msgstr ""
3405
+
3406
+ #: includes/widgets/htmega_button.php:58
3407
+ msgid "Click Me"
3408
+ msgstr ""
3409
+
3410
+ #: includes/widgets/htmega_testimonial_grid.php:184
3411
+ msgid "Client Rating"
3412
+ msgstr ""
3413
+
3414
+ #: includes/widgets/htmega_testimonial_grid.php:212
3415
+ msgid "Client Say"
3416
+ msgstr ""
3417
+
3418
+ #: includes/widgets/htmega_testimonial_grid.php:541
3419
+ msgid "Client say"
3420
+ msgstr ""
3421
+
3422
+ #: includes/widgets/htmega_animated_heading.php:74
3423
+ msgid "Clip"
3424
+ msgstr ""
3425
+
3426
+ #: includes/widgets/htmega_animated_heading.php:454
3427
+ msgid "Clip Color"
3428
+ msgstr ""
3429
+
3430
+ #: includes/widgets/htmega_animated_heading.php:470
3431
+ msgid "Clip Width"
3432
+ msgstr ""
3433
+
3434
+ #: includes/widgets/htmega_business_hours.php:169
3435
+ #: includes/widgets/htmega_modal.php:833
3436
+ #: includes/widgets/htmega_post_grid_tab.php:983
3437
+ #: includes/widgets/htmega_toggle.php:63 includes/widgets/htmega_toggle.php:64
3438
+ msgid "Close"
3439
+ msgstr ""
3440
+
3441
+ #: includes/widgets/htmega_search.php:121
3442
+ msgid "close"
3443
+ msgstr ""
3444
+
3445
+ #: includes/widgets/htmega_accordion.php:306
3446
+ msgid "Close All Item"
3447
+ msgstr ""
3448
+
3449
+ #: includes/widgets/htmega_notify.php:618
3450
+ msgid "Close Button"
3451
+ msgstr ""
3452
+
3453
+ #: includes/widgets/htmega_search.php:845
3454
+ msgid "Close Button Style"
3455
+ msgstr ""
3456
+
3457
+ #: includes/widgets/htmega_search.php:119
3458
+ msgid "Close Button Text"
3459
+ msgstr ""
3460
+
3461
+ #: includes/widgets/htmega_data_table.php:455
3462
+ #: includes/widgets/htmega_data_table.php:461
3463
+ #: includes/widgets/htmega_data_table.php:467
3464
+ #: includes/widgets/htmega_data_table.php:474
3465
+ #: includes/widgets/htmega_pricing_list_view.php:1092
3466
+ #: includes/widgets/htmega_pricing_list_view.php:1098
3467
+ #: includes/widgets/htmega_pricing_list_view.php:1104
3468
+ #: includes/widgets/htmega_pricing_list_view.php:1111
3469
+ msgid "col"
3470
+ msgstr ""
3471
+
3472
+ #: includes/widgets/htmega_pricing_list_view.php:215
3473
+ msgid "Col Span"
3474
+ msgstr ""
3475
+
3476
+ #: includes/widgets/htmega_notify.php:247
3477
+ msgid "col-md-1"
3478
+ msgstr ""
3479
+
3480
+ #: includes/widgets/htmega_notify.php:238
3481
+ msgid "col-md-10"
3482
+ msgstr ""
3483
+
3484
+ #: includes/widgets/htmega_notify.php:237
3485
+ msgid "col-md-11"
3486
+ msgstr ""
3487
+
3488
+ #: includes/widgets/htmega_notify.php:236
3489
+ msgid "col-md-12"
3490
+ msgstr ""
3491
+
3492
+ #: includes/widgets/htmega_notify.php:246
3493
+ msgid "col-md-2"
3494
+ msgstr ""
3495
+
3496
+ #: includes/widgets/htmega_notify.php:245
3497
+ msgid "col-md-3"
3498
+ msgstr ""
3499
+
3500
+ #: includes/widgets/htmega_notify.php:244
3501
+ msgid "col-md-4"
3502
+ msgstr ""
3503
+
3504
+ #: includes/widgets/htmega_notify.php:243
3505
+ msgid "col-md-5"
3506
+ msgstr ""
3507
+
3508
+ #: includes/widgets/htmega_notify.php:242
3509
+ msgid "col-md-6"
3510
+ msgstr ""
3511
+
3512
+ #: includes/widgets/htmega_notify.php:241
3513
+ msgid "col-md-7"
3514
+ msgstr ""
3515
+
3516
+ #: includes/widgets/htmega_notify.php:240
3517
+ msgid "col-md-8"
3518
+ msgstr ""
3519
+
3520
+ #: includes/widgets/htmega_notify.php:239
3521
+ msgid "col-md-9"
3522
+ msgstr ""
3523
+
3524
+ #: includes/widgets/htmega_accordion.php:545
3525
+ #: includes/widgets/htmega_accordion.php:586
3526
+ #: includes/widgets/htmega_accordion.php:682
3527
+ #: includes/widgets/htmega_accordion.php:900
3528
+ #: includes/widgets/htmega_accordion.php:1027
3529
+ #: includes/widgets/htmega_accordion.php:1138
3530
+ #: includes/widgets/htmega_accordion.php:1239
3531
+ #: includes/widgets/htmega_add_banner.php:441
3532
+ #: includes/widgets/htmega_add_banner.php:500
3533
+ #: includes/widgets/htmega_add_banner.php:559
3534
+ #: includes/widgets/htmega_add_banner.php:626
3535
+ #: includes/widgets/htmega_add_banner.php:714
3536
+ #: includes/widgets/htmega_animated_heading.php:161
3537
+ #: includes/widgets/htmega_animated_heading.php:244
3538
+ #: includes/widgets/htmega_animated_heading.php:292
3539
+ #: includes/widgets/htmega_animated_heading.php:379
3540
+ #: includes/widgets/htmega_blockquote.php:277
3541
+ #: includes/widgets/htmega_blockquote.php:334
3542
+ #: includes/widgets/htmega_blockquote.php:506
3543
+ #: includes/widgets/htmega_booked_calender.php:271
3544
+ #: includes/widgets/htmega_booked_calender.php:320
3545
+ #: includes/widgets/htmega_booked_calender.php:363
3546
+ #: includes/widgets/htmega_booked_calender.php:486
3547
+ #: includes/widgets/htmega_booked_calender.php:519
3548
+ #: includes/widgets/htmega_buddy_press.php:323
3549
+ #: includes/widgets/htmega_buddy_press.php:365
3550
+ #: includes/widgets/htmega_buddy_press.php:392
3551
+ #: includes/widgets/htmega_business_hours.php:418
3552
+ #: includes/widgets/htmega_business_hours.php:513
3553
+ #: includes/widgets/htmega_business_hours.php:552
3554
+ #: includes/widgets/htmega_caldera_form.php:92
3555
+ #: includes/widgets/htmega_caldera_form.php:145
3556
+ #: includes/widgets/htmega_caldera_form.php:665
3557
+ #: includes/widgets/htmega_caldera_form.php:704
3558
+ #: includes/widgets/htmega_call_to_action.php:511
3559
+ #: includes/widgets/htmega_call_to_action.php:570
3560
+ #: includes/widgets/htmega_call_to_action.php:629
3561
+ #: includes/widgets/htmega_call_to_action.php:823
3562
+ #: includes/widgets/htmega_call_to_action.php:1029
3563
+ #: includes/widgets/htmega_carousel.php:557
3564
+ #: includes/widgets/htmega_carousel.php:759
3565
+ #: includes/widgets/htmega_contact_form_seven.php:957
3566
+ #: includes/widgets/htmega_contact_form_seven.php:991
3567
+ #: includes/widgets/htmega_countdown.php:687
3568
+ #: includes/widgets/htmega_countdown.php:749
3569
+ #: includes/widgets/htmega_countdown.php:922
3570
+ #: includes/widgets/htmega_countdown.php:1044
3571
+ #: includes/widgets/htmega_countdown.php:1129
3572
+ #: includes/widgets/htmega_counter.php:456
3573
+ #: includes/widgets/htmega_counter.php:582
3574
+ #: includes/widgets/htmega_counter.php:821
3575
+ #: includes/widgets/htmega_counter.php:938
3576
+ #: includes/widgets/htmega_counter.php:1026
3577
+ #: includes/widgets/htmega_custom_event.php:143
3578
+ #: includes/widgets/htmega_custom_event.php:198
3579
+ #: includes/widgets/htmega_custom_event.php:228
3580
+ #: includes/widgets/htmega_custom_event.php:285
3581
+ #: includes/widgets/htmega_custom_event.php:330
3582
+ #: includes/widgets/htmega_custom_event.php:398
3583
+ #: includes/widgets/htmega_custom_event.php:448
3584
+ #: includes/widgets/htmega_data_table.php:321
3585
+ #: includes/widgets/htmega_double_button.php:466
3586
+ #: includes/widgets/htmega_double_button.php:562
3587
+ #: includes/widgets/htmega_double_button.php:639
3588
+ #: includes/widgets/htmega_double_button.php:734
3589
+ #: includes/widgets/htmega_double_button.php:822
3590
+ #: includes/widgets/htmega_download_monitor.php:211
3591
+ #: includes/widgets/htmega_download_monitor.php:258
3592
+ #: includes/widgets/htmega_download_monitor.php:328
3593
+ #: includes/widgets/htmega_dropcaps.php:109
3594
+ #: includes/widgets/htmega_dropcaps.php:205
3595
+ #: includes/widgets/htmega_easy_digital_download.php:359
3596
+ #: includes/widgets/htmega_easy_digital_download.php:431
3597
+ #: includes/widgets/htmega_easy_digital_download.php:540
3598
+ #: includes/widgets/htmega_easy_digital_download.php:619
3599
+ #: includes/widgets/htmega_easy_digital_download.php:707
3600
+ #: includes/widgets/htmega_errorcontent.php:315
3601
+ #: includes/widgets/htmega_errorcontent.php:394
3602
+ #: includes/widgets/htmega_errorcontent.php:473
3603
+ #: includes/widgets/htmega_errorcontent.php:558
3604
+ #: includes/widgets/htmega_errorcontent.php:644
3605
+ #: includes/widgets/htmega_errorcontent.php:709
3606
+ #: includes/widgets/htmega_errorcontent.php:795
3607
+ #: includes/widgets/htmega_gravity_forms.php:127
3608
+ #: includes/widgets/htmega_gravity_forms.php:183
3609
+ #: includes/widgets/htmega_gravity_forms.php:270
3610
+ #: includes/widgets/htmega_gravity_forms.php:351
3611
+ #: includes/widgets/htmega_gravity_forms.php:415
3612
+ #: includes/widgets/htmega_gravity_forms.php:585
3613
+ #: includes/widgets/htmega_gravity_forms.php:695
3614
+ #: includes/widgets/htmega_gravity_forms.php:805
3615
+ #: includes/widgets/htmega_gravity_forms.php:886
3616
+ #: includes/widgets/htmega_imagemarker.php:623
3617
+ #: includes/widgets/htmega_imagemarker.php:638
3618
+ #: includes/widgets/htmega_imagemarker.php:855
3619
+ #: includes/widgets/htmega_imagemarker.php:929
3620
+ #: includes/widgets/htmega_imagemarker.php:977
3621
+ #: includes/widgets/htmega_image_comparison.php:239
3622
+ #: includes/widgets/htmega_image_comparison.php:320
3623
+ #: includes/widgets/htmega_image_comparison.php:419
3624
+ #: includes/widgets/htmega_image_grid.php:310
3625
+ #: includes/widgets/htmega_image_grid.php:407
3626
+ #: includes/widgets/htmega_image_grid.php:459
3627
+ #: includes/widgets/htmega_image_grid.php:541
3628
+ #: includes/widgets/htmega_image_masonry.php:285
3629
+ #: includes/widgets/htmega_image_masonry.php:382
3630
+ #: includes/widgets/htmega_image_masonry.php:455
3631
+ #: includes/widgets/htmega_image_masonry.php:536
3632
+ #: includes/widgets/htmega_inlinemenu.php:152
3633
+ #: includes/widgets/htmega_inlinemenu.php:251
3634
+ #: includes/widgets/htmega_inlinemenu.php:414
3635
+ #: includes/widgets/htmega_instagram.php:800
3636
+ #: includes/widgets/htmega_instagram.php:874
3637
+ #: includes/widgets/htmega_instagram.php:934
3638
+ #: includes/widgets/htmega_instagram.php:1080
3639
+ #: includes/widgets/htmega_instagram.php:1301
3640
+ #: includes/widgets/htmega_instagram.php:1397
3641
+ #: includes/widgets/htmega_lightbox.php:339
3642
+ #: includes/widgets/htmega_modal.php:217 includes/widgets/htmega_modal.php:441
3643
+ #: includes/widgets/htmega_modal.php:582 includes/widgets/htmega_modal.php:680
3644
+ #: includes/widgets/htmega_modal.php:754 includes/widgets/htmega_modal.php:840
3645
+ #: includes/widgets/htmega_modal.php:924
3646
+ #: includes/widgets/htmega_newsticker.php:420
3647
+ #: includes/widgets/htmega_newsticker.php:494
3648
+ #: includes/widgets/htmega_newsticker.php:628
3649
+ #: includes/widgets/htmega_newsticker.php:737
3650
+ #: includes/widgets/htmega_newsticker.php:861
3651
+ #: includes/widgets/htmega_newsticker.php:911
3652
+ #: includes/widgets/htmega_ninja_form.php:120
3653
+ #: includes/widgets/htmega_ninja_form.php:222
3654
+ #: includes/widgets/htmega_ninja_form.php:356
3655
+ #: includes/widgets/htmega_ninja_form.php:440
3656
+ #: includes/widgets/htmega_ninja_form.php:502
3657
+ #: includes/widgets/htmega_ninja_form.php:651
3658
+ #: includes/widgets/htmega_ninja_form.php:724
3659
+ #: includes/widgets/htmega_ninja_form.php:870
3660
+ #: includes/widgets/htmega_ninja_form.php:954
3661
+ #: includes/widgets/htmega_ninja_form.php:1064
3662
+ #: includes/widgets/htmega_ninja_form.php:1145
3663
+ #: includes/widgets/htmega_ninja_form.php:1165
3664
+ #: includes/widgets/htmega_notify.php:328
3665
+ #: includes/widgets/htmega_notify.php:424
3666
+ #: includes/widgets/htmega_notify.php:479
3667
+ #: includes/widgets/htmega_notify.php:624
3668
+ #: includes/widgets/htmega_offcanvas.php:421
3669
+ #: includes/widgets/htmega_offcanvas.php:493
3670
+ #: includes/widgets/htmega_panel_slider.php:636
3671
+ #: includes/widgets/htmega_panel_slider.php:692
3672
+ #: includes/widgets/htmega_panel_slider.php:762
3673
+ #: includes/widgets/htmega_panel_slider.php:975
3674
+ #: includes/widgets/htmega_popover.php:337
3675
+ #: includes/widgets/htmega_popover.php:459
3676
+ #: includes/widgets/htmega_popover.php:602
3677
+ #: includes/widgets/htmega_popover.php:706
3678
+ #: includes/widgets/htmega_postgrid.php:453
3679
+ #: includes/widgets/htmega_postgrid.php:581
3680
+ #: includes/widgets/htmega_postgrid.php:668
3681
+ #: includes/widgets/htmega_post_grid_tab.php:436
3682
+ #: includes/widgets/htmega_post_grid_tab.php:533
3683
+ #: includes/widgets/htmega_post_grid_tab.php:630
3684
+ #: includes/widgets/htmega_post_grid_tab.php:694
3685
+ #: includes/widgets/htmega_post_grid_tab.php:734
3686
+ #: includes/widgets/htmega_post_grid_tab.php:850
3687
+ #: includes/widgets/htmega_post_grid_tab.php:934
3688
+ #: includes/widgets/htmega_post_grid_tab.php:1000
3689
+ #: includes/widgets/htmega_post_grid_tab.php:1058
3690
+ #: includes/widgets/htmega_post_slider.php:871
3691
+ #: includes/widgets/htmega_post_slider.php:968
3692
+ #: includes/widgets/htmega_post_slider.php:1065
3693
+ #: includes/widgets/htmega_post_slider.php:1128
3694
+ #: includes/widgets/htmega_post_slider.php:1164
3695
+ #: includes/widgets/htmega_post_slider.php:1278
3696
+ #: includes/widgets/htmega_post_slider.php:1361
3697
+ #: includes/widgets/htmega_post_slider.php:1542
3698
+ #: includes/widgets/htmega_post_slider.php:1690
3699
+ #: includes/widgets/htmega_pricing_list_view.php:1797
3700
+ #: includes/widgets/htmega_progress_bar.php:737
3701
+ #: includes/widgets/htmega_quforms.php:121
3702
+ #: includes/widgets/htmega_quforms.php:241
3703
+ #: includes/widgets/htmega_quforms.php:363
3704
+ #: includes/widgets/htmega_quforms.php:487
3705
+ #: includes/widgets/htmega_quforms.php:583
3706
+ #: includes/widgets/htmega_quforms.php:705
3707
+ #: includes/widgets/htmega_quforms.php:838
3708
+ #: includes/widgets/htmega_quforms.php:925
3709
+ #: includes/widgets/htmega_quforms.php:1023
3710
+ #: includes/widgets/htmega_scroll_image.php:329
3711
+ #: includes/widgets/htmega_scroll_navigation.php:249
3712
+ #: includes/widgets/htmega_search.php:442
3713
+ #: includes/widgets/htmega_search.php:611
3714
+ #: includes/widgets/htmega_search.php:690
3715
+ #: includes/widgets/htmega_search.php:856
3716
+ #: includes/widgets/htmega_search.php:953
3717
+ #: includes/widgets/htmega_section_title.php:517
3718
+ #: includes/widgets/htmega_section_title.php:546
3719
+ #: includes/widgets/htmega_section_title.php:779
3720
+ #: includes/widgets/htmega_section_title.php:942
3721
+ #: includes/widgets/htmega_service.php:364
3722
+ #: includes/widgets/htmega_service.php:480
3723
+ #: includes/widgets/htmega_service.php:645
3724
+ #: includes/widgets/htmega_service.php:754
3725
+ #: includes/widgets/htmega_service.php:1029
3726
+ #: includes/widgets/htmega_service.php:1115
3727
+ #: includes/widgets/htmega_singlepost.php:163
3728
+ #: includes/widgets/htmega_singlepost.php:259
3729
+ #: includes/widgets/htmega_singlepost.php:361
3730
+ #: includes/widgets/htmega_slider_thumb_gallery.php:685
3731
+ #: includes/widgets/htmega_slider_thumb_gallery.php:738
3732
+ #: includes/widgets/htmega_slider_thumb_gallery.php:823
3733
+ #: includes/widgets/htmega_slider_thumb_gallery.php:996
3734
+ #: includes/widgets/htmega_socialshere.php:186
3735
+ #: includes/widgets/htmega_socialshere.php:228
3736
+ #: includes/widgets/htmega_special_day_banner.php:346
3737
+ #: includes/widgets/htmega_special_day_banner.php:405
3738
+ #: includes/widgets/htmega_special_day_banner.php:464
3739
+ #: includes/widgets/htmega_special_day_banner.php:523
3740
+ #: includes/widgets/htmega_special_day_banner.php:582
3741
+ #: includes/widgets/htmega_special_day_banner.php:649
3742
+ #: includes/widgets/htmega_special_day_banner.php:737
3743
+ #: includes/widgets/htmega_switcher.php:474
3744
+ #: includes/widgets/htmega_switcher.php:553
3745
+ #: includes/widgets/htmega_tablepress.php:175
3746
+ #: includes/widgets/htmega_tablepress.php:410
3747
+ #: includes/widgets/htmega_tabs.php:537 includes/widgets/htmega_tabs.php:623
3748
+ #: includes/widgets/htmega_tabs.php:861
3749
+ #: includes/widgets/htmega_teammember.php:696
3750
+ #: includes/widgets/htmega_teammember.php:786
3751
+ #: includes/widgets/htmega_teammember.php:876
3752
+ #: includes/widgets/htmega_testimonial_grid.php:427
3753
+ #: includes/widgets/htmega_testimonial_grid.php:488
3754
+ #: includes/widgets/htmega_testimonial_grid.php:580
3755
+ #: includes/widgets/htmega_testimonial_grid.php:701
3756
+ #: includes/widgets/htmega_toggle.php:129
3757
+ #: includes/widgets/htmega_toggle.php:232
3758
+ #: includes/widgets/htmega_toggle.php:349
3759
+ #: includes/widgets/htmega_tooltip.php:313
3760
+ #: includes/widgets/htmega_tooltip.php:436
3761
+ #: includes/widgets/htmega_tooltip.php:491
3762
+ #: includes/widgets/htmega_twitter_feed.php:627
3763
+ #: includes/widgets/htmega_twitter_feed.php:708
3764
+ #: includes/widgets/htmega_twitter_feed.php:844
3765
+ #: includes/widgets/htmega_twitter_feed.php:877
3766
+ #: includes/widgets/htmega_twitter_feed.php:907
3767
+ #: includes/widgets/htmega_twitter_feed.php:977
3768
+ #: includes/widgets/htmega_twitter_feed.php:1034
3769
+ #: includes/widgets/htmega_twitter_feed.php:1075
3770
+ #: includes/widgets/htmega_twitter_feed.php:1240
3771
+ #: includes/widgets/htmega_user_login_form.php:1104
3772
+ #: includes/widgets/htmega_user_login_form.php:1231
3773
+ #: includes/widgets/htmega_user_login_form.php:1302
3774
+ #: includes/widgets/htmega_user_login_form.php:1415
3775
+ #: includes/widgets/htmega_user_login_form.php:1472
3776
+ #: includes/widgets/htmega_verticle_time_line.php:132
3777
+ #: includes/widgets/htmega_verticle_time_line.php:198
3778
+ #: includes/widgets/htmega_verticle_time_line.php:281
3779
+ #: includes/widgets/htmega_verticle_time_line.php:328
3780
+ #: includes/widgets/htmega_videoplayer.php:343
3781
+ #: includes/widgets/htmega_videoplayer.php:481
3782
+ #: includes/widgets/htmega_wc_categories.php:308
3783
+ #: includes/widgets/htmega_wc_categories.php:410
3784
+ #: includes/widgets/htmega_wc_element_pages.php:668
3785
+ #: includes/widgets/htmega_wc_element_pages.php:1314
3786
+ #: includes/widgets/htmega_wc_element_pages.php:1713
3787
+ #: includes/widgets/htmega_wc_element_pages.php:1800
3788
+ #: includes/widgets/htmega_wc_element_pages.php:1861
3789
+ #: includes/widgets/htmega_weather.php:255
3790
+ #: includes/widgets/htmega_working_process.php:628
3791
+ #: includes/widgets/htmega_working_process.php:639
3792
+ #: includes/widgets/htmega_working_process.php:720
3793
+ #: includes/widgets/htmega_working_process.php:820
3794
+ #: includes/widgets/htmega_working_process.php:941
3795
+ #: includes/widgets/htmega_working_process.php:1070
3796
+ #: includes/widgets/htmega_wpforms.php:112
3797
+ #: includes/widgets/htmega_wpforms.php:214
3798
+ #: includes/widgets/htmega_wpforms.php:348
3799
+ #: includes/widgets/htmega_wpforms.php:422
3800
+ #: includes/widgets/htmega_wpforms.php:461
3801
+ #: includes/widgets/htmega_wpforms.php:505
3802
+ #: includes/widgets/htmega_wpforms.php:655
3803
+ #: includes/widgets/htmega_wpforms.php:727
3804
+ #: includes/widgets/htmega_wpforms.php:873
3805
+ #: includes/widgets/htmega_wpforms.php:981
3806
+ #: includes/widgets/htmega_wpforms.php:1091
3807
+ #: includes/widgets/htmega_wpforms.php:1144
3808
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:149
3809
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:234
3810
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:287
3811
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:382
3812
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:435
3813
+ #: extensions/ht-builder/widgets/bl_page_title.php:66
3814
+ #: extensions/ht-builder/widgets/bl_post_archive.php:347
3815
+ #: extensions/ht-builder/widgets/bl_post_archive.php:414
3816
+ #: extensions/ht-builder/widgets/bl_post_archive.php:453
3817
+ #: extensions/ht-builder/widgets/bl_post_archive.php:560
3818
+ #: extensions/ht-builder/widgets/bl_post_archive.php:627
3819
+ #: extensions/ht-builder/widgets/bl_post_archive.php:652
3820
+ #: extensions/ht-builder/widgets/bl_post_archive.php:721
3821
+ #: extensions/ht-builder/widgets/bl_post_archive.php:796
3822
+ #: extensions/ht-builder/widgets/bl_post_archive.php:856
3823
+ #: extensions/ht-builder/widgets/bl_post_archive.php:920
3824
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:68
3825
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:225
3826
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:265
3827
+ #: extensions/ht-builder/widgets/bl_post_comments.php:48
3828
+ #: extensions/ht-builder/widgets/bl_post_comments.php:98
3829
+ #: extensions/ht-builder/widgets/bl_post_comments.php:148
3830
+ #: extensions/ht-builder/widgets/bl_post_content.php:48
3831
+ #: extensions/ht-builder/widgets/bl_post_excerpt.php:48
3832
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:355
3833
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:395
3834
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:425
3835
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:451
3836
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:110
3837
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:184
3838
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:258
3839
+ #: extensions/ht-builder/widgets/bl_site_title.php:68
3840
+ #: extensions/ht-menu/menu/templates.php:114
3841
+ #: extensions/ht-menu/menu/templates.php:135
3842
+ msgid "Color"
3843
+ msgstr ""
3844
+
3845
+ #: includes/widgets/htmega_socialshere.php:689
3846
+ #: includes/widgets/htmega_socialshere.php:721
3847
+ msgid "color"
3848
+ msgstr ""
3849
+
3850
+ #: includes/widgets/htmega_data_table.php:396
3851
+ #: includes/widgets/htmega_pricing_list_view.php:646
3852
+ msgid "Colspan"
3853
+ msgstr ""
3854
+
3855
+ #: includes/widgets/htmega_data_table.php:242
3856
+ #: includes/widgets/htmega_image_grid.php:58
3857
+ #: includes/widgets/htmega_image_masonry.php:66
3858
+ #: includes/widgets/htmega_instagram.php:143
3859
+ #: includes/widgets/htmega_pricing_list_view.php:550
3860
+ #: includes/widgets/htmega_user_login_form.php:404
3861
+ #: includes/widgets/htmega_working_process.php:58
3862
+ msgid "Column"
3863
+ msgstr ""
3864
+
3865
+ #: includes/widgets/htmega_testimonial_grid.php:56
3866
+ msgid "Column "
3867
+ msgstr ""
3868
+
3869
+ #: includes/widgets/htmega_working_process.php:66
3870
+ msgid "Column Five"
3871
+ msgstr ""
3872
+
3873
+ #: includes/widgets/htmega_working_process.php:65
3874
+ msgid "Column Four"
3875
+ msgstr ""
3876
+
3877
+ #: includes/widgets/htmega_panel_slider.php:177
3878
+ #: includes/widgets/htmega_testimonial_grid.php:145
3879
+ msgid "Column Gap"
3880
+ msgstr ""
3881
+
3882
+ #: includes/widgets/htmega_countdown.php:336
3883
+ msgid "Column Height"
3884
+ msgstr ""
3885
+
3886
+ #: includes/widgets/htmega_data_table.php:143
3887
+ #: includes/widgets/htmega_pricing_list_view.php:202
3888
+ msgid "Column Name"
3889
+ msgstr ""
3890
+
3891
+ #: includes/widgets/htmega_working_process.php:62
3892
+ msgid "Column One"
3893
+ msgstr ""
3894
+
3895
+ #: includes/widgets/htmega_image_grid.php:75
3896
+ #: includes/widgets/htmega_twitter_feed.php:257
3897
+ msgid "Column Space"
3898
+ msgstr ""
3899
+
3900
+ #: includes/widgets/htmega_countdown.php:373
3901
+ msgid "Column Spacing"
3902
+ msgstr ""
3903
+
3904
+ #: includes/widgets/htmega_data_table.php:152
3905
+ msgid "Column styles"
3906
+ msgstr ""
3907
+
3908
+ #: includes/widgets/htmega_working_process.php:64
3909
+ msgid "Column Three"
3910
+ msgstr ""
3911
+
3912
+ #: includes/widgets/htmega_working_process.php:63
3913
+ msgid "Column Two"
3914
+ msgstr ""
3915
+
3916
+ #: includes/widgets/htmega_buddy_press.php:280
3917
+ #: includes/widgets/htmega_countdown.php:300
3918
+ msgid "Column Width"
3919
+ msgstr ""
3920
+
3921
+ #: includes/widgets/htmega_panel_slider.php:199
3922
+ msgid "Column width accroding to image"
3923
+ msgstr ""
3924
+
3925
+ #: includes/widgets/htmega_easy_digital_download.php:50
3926
+ #: includes/widgets/htmega_wc_categories.php:41
3927
+ #: extensions/ht-builder/widgets/bl_post_archive.php:56
3928
+ msgid "Columns"
3929
+ msgstr ""
3930
+
3931
+ #: admin/include/admin-setting.php:1249 admin/include/admin-setting.php:1274
3932
+ msgid "Coming soon Page Builder"
3933
+ msgstr ""
3934
+
3935
+ #: extensions/ht-builder/admin/setting.php:124
3936
+ msgid "Coming Soon Page Template."
3937
+ msgstr ""
3938
+
3939
+ #: includes/widgets/htmega_newsticker.php:255
3940
+ #: includes/widgets/htmega_postgrid.php:152
3941
+ #: includes/widgets/htmega_post_grid_tab.php:159
3942
+ #: includes/widgets/htmega_post_slider.php:163
3943
+ #: extensions/ht-builder/widgets/bl_post_archive.php:203
3944
+ msgid "Comment count"
3945
+ msgstr ""
3946
+
3947
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:68
3948
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:235
3949
+ msgid "Comments"
3950
+ msgstr ""
3951
+
3952
+ #: extensions/ht-builder/widgets/bl_post_comments.php:192
3953
+ msgid "Comments Are Closed"
3954
+ msgstr ""
3955
+
3956
+ #: includes/widgets/htmega_caldera_form.php:696
3957
+ #: includes/widgets/htmega_gravity_forms.php:878
3958
+ #: includes/widgets/htmega_quforms.php:1015
3959
+ msgid "Confirmation Style"
3960
+ msgstr ""
3961
+
3962
+ #: includes/widgets/htmega_twitter_feed.php:82
3963
+ msgid "Consumer Key"
3964
+ msgstr ""
3965
+
3966
+ #: includes/widgets/htmega_twitter_feed.php:92
3967
+ msgid "Consumer Secret"
3968
+ msgstr ""
3969
+
3970
+ #: includes/widgets/htmega_errorcontent.php:185
3971
+ #: includes/widgets/htmega_errorcontent.php:693
3972
+ msgid "Contact Button"
3973
+ msgstr ""
3974
+
3975
+ #: includes/widgets/htmega_contact_form_seven.php:44
3976
+ #: includes/widgets/htmega_contact_form_seven.php:68
3977
+ msgid "Contact Form"
3978
+ msgstr ""
3979
+
3980
+ #: admin/include/admin-setting.php:959
3981
+ #: includes/widgets/htmega_contact_form_seven.php:13
3982
+ msgid "Contact form 7"
3983
+ msgstr ""
3984
+
3985
+ #: admin/include/admin-setting.php:1231
3986
+ msgid "Contact Us"
3987
+ msgstr ""
3988
+
3989
+ #: includes/widgets/htmega_post_slider.php:682
3990
+ msgid "Container background"
3991
+ msgstr ""
3992
+
3993
+ #: includes/widgets/htmega_post_slider.php:667
3994
+ msgid "Container Border Radius"
3995
+ msgstr ""
3996
+
3997
+ #: includes/widgets/htmega_add_banner.php:356
3998
+ #: includes/widgets/htmega_blockquote.php:54
3999
+ #: includes/widgets/htmega_blockquote.php:67
4000
+ #: includes/widgets/htmega_blockquote.php:269
4001
+ #: includes/widgets/htmega_dropcaps.php:58
4002
+ #: includes/widgets/htmega_imagemarker.php:698
4003
+ #: includes/widgets/htmega_modal.php:64 includes/widgets/htmega_modal.php:77
4004
+ #: includes/widgets/htmega_modal.php:79
4005
+ #: includes/widgets/htmega_newsticker.php:413
4006
+ #: includes/widgets/htmega_notify.php:473
4007
+ #: includes/widgets/htmega_popover.php:691
4008
+ #: includes/widgets/htmega_post_grid_tab.php:192
4009
+ #: includes/widgets/htmega_post_grid_tab.php:523
4010
+ #: includes/widgets/htmega_post_slider.php:199
4011
+ #: includes/widgets/htmega_post_slider.php:958
4012
+ #: includes/widgets/htmega_pricing_list_view.php:68
4013
+ #: includes/widgets/htmega_pricing_list_view.php:195
4014
+ #: includes/widgets/htmega_pricing_list_view.php:560
4015
+ #: includes/widgets/htmega_scroll_navigation.php:73
4016
+ #: includes/widgets/htmega_scroll_navigation.php:75
4017
+ #: includes/widgets/htmega_scroll_navigation.php:85
4018
+ #: includes/widgets/htmega_switcher.php:115
4019
+ #: includes/widgets/htmega_switcher.php:128
4020
+ #: includes/widgets/htmega_switcher.php:131
4021
+ #: includes/widgets/htmega_switcher.php:207
4022
+ #: includes/widgets/htmega_switcher.php:220
4023
+ #: includes/widgets/htmega_switcher.php:223
4024
+ #: includes/widgets/htmega_switcher.php:545 includes/widgets/htmega_tabs.php:62
4025
+ #: includes/widgets/htmega_tabs.php:99 includes/widgets/htmega_tabs.php:112
4026
+ #: includes/widgets/htmega_tabs.php:114 includes/widgets/htmega_tabs.php:853
4027
+ #: includes/widgets/htmega_toggle.php:93 includes/widgets/htmega_toggle.php:106
4028
+ #: includes/widgets/htmega_tooltip.php:485
4029
+ #: includes/widgets/htmega_twitter_feed.php:619
4030
+ #: includes/widgets/htmega_verticle_time_line.php:62
4031
+ #: includes/widgets/htmega_verticle_time_line.php:88
4032
+ #: includes/widgets/htmega_verticle_time_line.php:180
4033
+ #: includes/widgets/htmega_wc_element_pages.php:1850
4034
+ #: extensions/ht-builder/widgets/bl_post_archive.php:645
4035
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:209
4036
+ #: extensions/ht-menu/menu/templates.php:43
4037
+ msgid "Content"
4038
+ msgstr ""
4039
+
4040
+ #: includes/widgets/htmega_countdown.php:639
4041
+ #: includes/widgets/htmega_job_manager.php:155
4042
+ msgid "Content Alignment"
4043
+ msgstr ""
4044
+
4045
+ #: includes/widgets/htmega_panel_slider.php:481
4046
+ msgid "Content area"
4047
+ msgstr ""
4048
+
4049
+ #: includes/widgets/htmega_imagemarker.php:751
4050
+ msgid "Content area border radius"
4051
+ msgstr ""
4052
+
4053
+ #: includes/widgets/htmega_imagemarker.php:762
4054
+ msgid "Content area padding"
4055
+ msgstr ""
4056
+
4057
+ #: includes/widgets/htmega_singlepost.php:474
4058
+ #: includes/widgets/htmega_slider_thumb_gallery.php:757
4059
+ msgid "Content Box"
4060
+ msgstr ""
4061
+
4062
+ #: includes/widgets/htmega_teammember.php:511
4063
+ msgid "Content Box Background"
4064
+ msgstr ""
4065
+
4066
+ #: includes/widgets/htmega_teammember.php:534
4067
+ msgid "Content Box Hover Background"
4068
+ msgstr ""
4069
+
4070
+ #: includes/widgets/htmega_image_grid.php:253
4071
+ #: includes/widgets/htmega_teammember.php:598
4072
+ msgid "Content Box Padding"
4073
+ msgstr ""
4074
+
4075
+ #: includes/widgets/htmega_post_grid_tab.php:335
4076
+ #: includes/widgets/htmega_post_slider.php:709
4077
+ #: includes/widgets/htmega_slider_thumb_gallery.php:670
4078
+ #: includes/widgets/htmega_special_day_banner.php:253
4079
+ msgid "Content Box Style"
4080
+ msgstr ""
4081
+
4082
+ #: includes/widgets/htmega_user_login_form.php:744
4083
+ #: extensions/wc-sales-notification/admin/setting.php:204
4084
+ msgid "Content Color"
4085
+ msgstr ""
4086
+
4087
+ #: admin/include/admin-setting.php:1261 admin/include/admin-setting.php:1286
4088
+ msgid "Content color option"
4089
+ msgstr ""
4090
+
4091
+ #: includes/widgets/htmega_verticle_time_line.php:71
4092
+ msgid "Content Date"
4093
+ msgstr ""
4094
+
4095
+ #: includes/widgets/htmega_imagemarker.php:349
4096
+ msgid "Content Indicator"
4097
+ msgstr ""
4098
+
4099
+ #: includes/widgets/htmega_post_grid_tab.php:201
4100
+ #: includes/widgets/htmega_post_slider.php:209
4101
+ #: includes/widgets/htmega_twitter_feed.php:133
4102
+ #: extensions/ht-builder/widgets/bl_post_archive.php:157
4103
+ msgid "Content Length"
4104
+ msgstr ""
4105
+
4106
+ #: includes/widgets/htmega_newsticker.php:1087
4107
+ msgid "Content Not Found"
4108
+ msgstr ""
4109
+
4110
+ #: includes/widgets/htmega_newsticker.php:181
4111
+ msgid "Content Option"
4112
+ msgstr ""
4113
+
4114
+ #: includes/widgets/htmega_postgrid.php:278
4115
+ msgid "Content Padding"
4116
+ msgstr ""
4117
+
4118
+ #: includes/widgets/htmega_add_banner.php:58
4119
+ #: includes/widgets/htmega_singlepost.php:57
4120
+ #: includes/widgets/htmega_special_day_banner.php:42
4121
+ msgid "Content Position"
4122
+ msgstr ""
4123
+
4124
+ #: includes/widgets/htmega_post_grid_tab.php:76
4125
+ #: includes/widgets/htmega_post_slider.php:80
4126
+ #: includes/widgets/htmega_scroll_navigation.php:60
4127
+ msgid "Content Source"
4128
+ msgstr ""
4129
+
4130
+ #: includes/widgets/htmega_newsticker.php:188
4131
+ #: includes/widgets/htmega_postgrid.php:69
4132
+ msgid "Content Sourse"
4133
+ msgstr ""
4134
+
4135
+ #: includes/widgets/htmega_dropcaps.php:72
4136
+ #: includes/widgets/htmega_teammember.php:68
4137
+ #: includes/widgets/htmega_teammember.php:83
4138
+ #: includes/widgets/htmega_toggle.php:122
4139
+ msgid "Content Style"
4140
+ msgstr ""
4141
+
4142
+ #: includes/widgets/htmega_buddy_press.php:62
4143
+ #: includes/widgets/htmega_pricing_list_view.php:570
4144
+ msgid "Content Type"
4145
+ msgstr ""
4146
+
4147
+ #: includes/widgets/htmega_teammember.php:639
4148
+ msgid "Corner Shape Color"
4149
+ msgstr ""
4150
+
4151
+ #: includes/widgets/htmega_easy_digital_download.php:201
4152
+ #: includes/widgets/htmega_socialshere.php:356
4153
+ #: includes/widgets/htmega_wc_categories.php:132
4154
+ msgid "Count"
4155
+ msgstr ""
4156
+
4157
+ #: includes/widgets/htmega_countdown.php:404
4158
+ msgid "Count Area"
4159
+ msgstr ""
4160
+
4161
+ #: includes/widgets/htmega_countdown.php:291
4162
+ msgid "Count Layout"
4163
+ msgstr ""
4164
+
4165
+ #: includes/widgets_control.php:138 admin/include/admin-setting.php:199
4166
+ #: includes/widgets/htmega_countdown.php:13
4167
+ #: includes/widgets/htmega_countdown.php:65
4168
+ msgid "Countdown"
4169
+ msgstr ""
4170
+
4171
+ #: includes/widgets_control.php:143 admin/include/admin-setting.php:207
4172
+ #: includes/widgets/htmega_counter.php:13
4173
+ #: includes/widgets/htmega_counter.php:42
4174
+ msgid "Counter"
4175
+ msgstr ""
4176
+
4177
+ #: includes/widgets/htmega_countdown.php:673
4178
+ msgid "Counter separator"
4179
+ msgstr ""
4180
+
4181
+ #: includes/widgets/htmega_counter.php:154
4182
+ msgid "Counter Title"
4183
+ msgstr ""
4184
+
4185
+ #: includes/widgets/htmega_wc_element_pages.php:191
4186
+ msgid "Coupon / Update Button"
4187
+ msgstr ""
4188
+
4189
+ #: admin/include/templates_list.php:16
4190
+ msgid "Create a new page from this template"
4191
+ msgstr ""
4192
+
4193
+ #: extensions/wc-sales-notification/admin/setting.php:212
4194
+ msgid "Cross Icon Color"
4195
+ msgstr ""
4196
+
4197
+ #: admin/include/admin-setting.php:1262 admin/include/admin-setting.php:1287
4198
+ msgid "Cross icon color option"
4199
+ msgstr ""
4200
+
4201
+ #: includes/widgets/htmega_booked_calender.php:356
4202
+ msgid "Current Date"
4203
+ msgstr ""
4204
+
4205
+ #: includes/widgets/htmega_accordion.php:331
4206
+ msgid "Current Item No"
4207
+ msgstr ""
4208
+
4209
+ #: includes/widgets/htmega_accordion.php:80
4210
+ #: includes/widgets/htmega_accordion.php:208
4211
+ #: includes/widgets/htmega_blockquote.php:45
4212
+ #: includes/widgets/htmega_imagemarker.php:231
4213
+ #: includes/widgets/htmega_imagemarker.php:290
4214
+ #: includes/widgets/htmega_imagemarker.php:501
4215
+ #: includes/widgets/htmega_imagemarker.php:787
4216
+ #: includes/widgets/htmega_modal.php:55
4217
+ #: includes/widgets/htmega_scroll_image.php:255
4218
+ #: includes/widgets/htmega_scroll_navigation.php:64
4219
+ #: includes/widgets/htmega_scroll_navigation.php:144
4220
+ #: includes/widgets/htmega_socialshere.php:467
4221
+ #: includes/widgets/htmega_switcher.php:106
4222
+ #: includes/widgets/htmega_switcher.php:198 includes/widgets/htmega_tabs.php:90
4223
+ #: includes/widgets/htmega_testimonial_grid.php:59
4224
+ #: includes/widgets/htmega_toggle.php:83
4225
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:70
4226
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:88
4227
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:126
4228
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:249
4229
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:292
4230
+ #: extensions/ht-builder/widgets/bl_site_logo.php:56
4231
+ msgid "Custom"
4232
+ msgstr ""
4233
+
4234
+ #: includes/widgets/htmega_weather.php:209
4235
+ msgid "Custom Background Color"
4236
+ msgstr ""
4237
+
4238
+ #: includes/widgets/htmega_scroll_navigation.php:242
4239
+ #: includes/widgets/htmega_toggle.php:108
4240
+ msgid "Custom Content"
4241
+ msgstr ""
4242
+
4243
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:99
4244
+ msgid "Custom Date Format"
4245
+ msgstr ""
4246
+
4247
+ #: admin/include/admin-setting.php:215
4248
+ #: includes/widgets/htmega_custom_event.php:13
4249
+ msgid "Custom Event"
4250
+ msgstr ""
4251
+
4252
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:195
4253
+ msgid "Custom Format"
4254
+ msgstr ""
4255
+
4256
+ #: includes/widgets/htmega_weather.php:175
4257
+ msgid "Custom Geolocation"
4258
+ msgstr ""
4259
+
4260
+ #: includes/widgets/htmega_postgrid.php:315
4261
+ #: includes/widgets/htmega_post_grid_tab.php:1160
4262
+ msgid "Custom Gradient Color"
4263
+ msgstr ""
4264
+
4265
+ #: includes/widgets/htmega_scroll_navigation.php:152
4266
+ msgid "Custom Height"
4267
+ msgstr ""
4268
+
4269
+ #: includes/widgets/htmega_countdown.php:190
4270
+ msgid "Custom Label"
4271
+ msgstr ""
4272
+
4273
+ #: includes/widgets/htmega_user_login_form.php:194
4274
+ msgid "Custom label"
4275
+ msgstr ""
4276
+
4277
+ #: includes/widgets/htmega_scroll_image.php:61
4278
+ msgid "Custom Link"
4279
+ msgstr ""
4280
+
4281
+ #: includes/widgets/htmega_googlemap.php:170
4282
+ msgid "Custom marker"
4283
+ msgstr ""
4284
+
4285
+ #: includes/widgets/htmega_newsticker.php:236
4286
+ #: includes/widgets/htmega_postgrid.php:117
4287
+ #: includes/widgets/htmega_post_grid_tab.php:124
4288
+ #: includes/widgets/htmega_post_slider.php:128
4289
+ #: extensions/ht-builder/widgets/bl_post_archive.php:184
4290
+ msgid "Custom order"
4291
+ msgstr ""
4292
+
4293
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:137
4294
+ msgid "Custom Time Format"
4295
+ msgstr ""
4296
+
4297
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:273
4298
+ msgid "Custom URL"
4299
+ msgstr ""
4300
+
4301
+ #: includes/widgets/htmega_panel_slider.php:197
4302
+ msgid "Custom Width"
4303
+ msgstr ""
4304
+
4305
+ #: includes/widgets_control.php:148
4306
+ msgid "Custom_Event"
4307
+ msgstr ""
4308
+
4309
+ #: includes/widgets/htmega_notify.php:133
4310
+ msgid "Danger"
4311
+ msgstr ""
4312
+
4313
+ #: includes/widgets_control.php:333 admin/include/admin-setting.php:511
4314
+ #: includes/widgets/htmega_data_table.php:13
4315
+ msgid "Data Table"
4316
+ msgstr ""
4317
+
4318
+ #: includes/widgets/htmega_data_table.php:250
4319
+ msgid "Data Type"
4320
+ msgstr ""
4321
+
4322
+ #: includes/recommended-plugins/recommended-plugins.php:121
4323
+ msgid "DataCaptia"
4324
+ msgstr ""
4325
+
4326
+ #: includes/widgets/htmega_booked_calender.php:288
4327
+ #: includes/widgets/htmega_custom_event.php:322
4328
+ #: includes/widgets/htmega_job_manager.php:99
4329
+ #: includes/widgets/htmega_newsticker.php:135
4330
+ #: includes/widgets/htmega_newsticker.php:252
4331
+ #: includes/widgets/htmega_newsticker.php:900
4332
+ #: includes/widgets/htmega_postgrid.php:149
4333
+ #: includes/widgets/htmega_postgrid.php:199
4334
+ #: includes/widgets/htmega_postgrid.php:571
4335
+ #: includes/widgets/htmega_post_grid_tab.php:156
4336
+ #: includes/widgets/htmega_post_slider.php:160
4337
+ #: includes/widgets/htmega_post_slider.php:265
4338
+ #: includes/widgets/htmega_singlepost.php:140
4339
+ #: includes/widgets/htmega_verticle_time_line.php:320
4340
+ #: extensions/ht-builder/widgets/bl_post_archive.php:200
4341
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:66
4342
+ msgid "Date"
4343
+ msgstr ""
4344
+
4345
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:78
4346
+ msgid "Date Format"
4347
+ msgstr ""
4348
+
4349
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:84
4350
+ msgctxt "Date Format"
4351
+ msgid "March 6, 2018 (F j, Y)"
4352
+ msgstr ""
4353
+
4354
+ #: includes/widgets/htmega_newsticker.php:144
4355
+ msgid "Date Position In Left"
4356
+ msgstr ""
4357
+
4358
+ #: includes/widgets/htmega_booked_calender.php:63
4359
+ #: includes/widgets/htmega_business_hours.php:83
4360
+ #: includes/widgets/htmega_business_hours.php:505
4361
+ #: includes/widgets/htmega_countdown.php:132
4362
+ #: includes/widgets/htmega_instagram.php:113
4363
+ msgid "Day"
4364
+ msgstr ""
4365
+
4366
+ #: includes/widgets/htmega_business_hours.php:112
4367
+ msgid "Day Color"
4368
+ msgstr ""
4369
+
4370
+ #: includes/widgets/htmega_booked_calender.php:220
4371
+ msgid "Day Name Background"
4372
+ msgstr ""
4373
+
4374
+ #: includes/widgets/htmega_booked_calender.php:232
4375
+ msgid "Day Name Color"
4376
+ msgstr ""
4377
+
4378
+ #: includes/widgets/htmega_countdown.php:202
4379
+ #: includes/widgets/htmega_countdown.php:204
4380
+ msgid "Days"
4381
+ msgstr ""
4382
+
4383
+ #: includes/widgets/htmega_booked_calender.php:120
4384
+ msgid "December"
4385
+ msgstr ""
4386
+
4387
+ #: includes/widgets/htmega_booked_calender.php:54
4388
+ #: includes/widgets/htmega_booked_calender.php:166
4389
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:50
4390
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:291
4391
+ #: extensions/ht-builder/widgets/bl_site_logo.php:52
4392
+ msgid "Default"
4393
+ msgstr ""
4394
+
4395
+ #: includes/widgets/htmega_googlemap.php:60
4396
+ msgid "Default Zoom"
4397
+ msgstr ""
4398
+
4399
+ #: includes/widgets/htmega_notify.php:222
4400
+ msgid "Delay"
4401
+ msgstr ""
4402
+
4403
+ #: includes/widgets/htmega_instagram.php:99
4404
+ msgid "Delete existing caching data"
4405
+ msgstr ""
4406
+
4407
+ #: includes/widgets/htmega_socialshere.php:76
4408
+ msgid "Delicious"
4409
+ msgstr ""
4410
+
4411
+ #: includes/widgets/htmega_easy_digital_download.php:214
4412
+ msgid "DESC"
4413
+ msgstr ""
4414
+
4415
+ #: includes/widgets/htmega_job_manager.php:84
4416
+ #: includes/widgets/htmega_newsticker.php:271
4417
+ #: includes/widgets/htmega_postgrid.php:131
4418
+ #: includes/widgets/htmega_post_grid_tab.php:138
4419
+ #: includes/widgets/htmega_post_slider.php:142
4420
+ #: includes/widgets/htmega_wc_categories.php:145
4421
+ #: extensions/ht-builder/widgets/bl_post_archive.php:219
4422
+ msgid "Descending"
4423
+ msgstr ""
4424
+
4425
+ #: includes/widgets/htmega_add_banner.php:110
4426
+ #: includes/widgets/htmega_add_banner.php:548
4427
+ #: includes/widgets/htmega_call_to_action.php:104
4428
+ #: includes/widgets/htmega_call_to_action.php:618
4429
+ #: includes/widgets/htmega_custom_event.php:217
4430
+ #: includes/widgets/htmega_easy_digital_download.php:200
4431
+ #: includes/widgets/htmega_easy_digital_download.php:420
4432
+ #: includes/widgets/htmega_errorcontent.php:112
4433
+ #: includes/widgets/htmega_errorcontent.php:463
4434
+ #: includes/widgets/htmega_gravity_forms.php:172
4435
+ #: includes/widgets/htmega_imagemarker.php:922
4436
+ #: includes/widgets/htmega_image_grid.php:114
4437
+ #: includes/widgets/htmega_image_grid.php:368
4438
+ #: includes/widgets/htmega_image_masonry.php:94
4439
+ #: includes/widgets/htmega_image_masonry.php:343
4440
+ #: includes/widgets/htmega_ninja_form.php:211
4441
+ #: includes/widgets/htmega_service.php:469
4442
+ #: includes/widgets/htmega_special_day_banner.php:96
4443
+ #: includes/widgets/htmega_special_day_banner.php:453
4444
+ #: includes/widgets/htmega_wc_categories.php:131
4445
+ #: includes/widgets/htmega_working_process.php:96
4446
+ #: includes/widgets/htmega_working_process.php:712
4447
+ #: includes/widgets/htmega_wpforms.php:86
4448
+ #: includes/widgets/htmega_wpforms.php:203
4449
+ msgid "Description"
4450
+ msgstr ""
4451
+
4452
+ #: includes/widgets/htmega_ninja_form.php:95
4453
+ msgid "Description Hide"
4454
+ msgstr ""
4455
+
4456
+ #: includes/widgets/htmega_caldera_form.php:137
4457
+ #: includes/widgets/htmega_gravity_forms.php:343
4458
+ #: includes/widgets/htmega_ninja_form.php:432
4459
+ #: includes/widgets/htmega_wpforms.php:414
4460
+ msgid "Description Style"
4461
+ msgstr ""
4462
+
4463
+ #: includes/widgets/htmega_call_to_action.php:113
4464
+ msgid "Description Tag"
4465
+ msgstr ""
4466
+
4467
+ #: includes/widgets/htmega_data_table.php:210
4468
+ #: includes/widgets/htmega_pricing_list_view.php:455
4469
+ #: includes/widgets/htmega_teammember.php:163
4470
+ #: includes/widgets/htmega_teammember.php:774
4471
+ #: includes/widgets/htmega_testimonial_grid.php:175
4472
+ #: includes/widgets/htmega_testimonial_grid.php:480
4473
+ msgid "Designation"
4474
+ msgstr ""
4475
+
4476
+ #: includes/widgets/htmega_testimonial_grid.php:69
4477
+ msgid "Desktop"
4478
+ msgstr ""
4479
+
4480
+ #: admin/include/templates/library/templates.php:30
4481
+ #: admin/include/templates/library/templates.php:31
4482
+ msgid "Desktop view"
4483
+ msgstr ""
4484
+
4485
+ #: includes/widgets/htmega_countdown.php:273
4486
+ msgid "Details"
4487
+ msgstr ""
4488
+
4489
+ #: includes/widgets/htmega_data_table.php:468
4490
+ #: includes/widgets/htmega_pricing_list_view.php:1105
4491
+ #: includes/widgets/htmega_testimonial_grid.php:239
4492
+ msgid "Developer"
4493
+ msgstr ""
4494
+
4495
+ #: includes/widgets/htmega_socialshere.php:73
4496
+ msgid "Digg"
4497
+ msgstr ""
4498
+
4499
+ #: includes/widgets/htmega_newsticker.php:122
4500
+ #: includes/widgets/htmega_popover.php:188
4501
+ #: includes/widgets/htmega_tooltip.php:176
4502
+ msgid "Direction"
4503
+ msgstr ""
4504
+
4505
+ #: includes/widgets/htmega_section_title.php:612
4506
+ #: includes/widgets/htmega_section_title.php:843
4507
+ msgid "Display"
4508
+ msgstr ""
4509
+
4510
+ #: includes/widgets/htmega_user_login_form.php:396
4511
+ msgid "Display as"
4512
+ msgstr ""
4513
+
4514
+ #: includes/helper-function.php:182
4515
+ msgid "div"
4516
+ msgstr ""
4517
+
4518
+ #: includes/helper-function.php:72
4519
+ #: extensions/ht-menu/menu/helper_function.php:17
4520
+ msgid "Do not Saved Templates."
4521
+ msgstr ""
4522
+
4523
+ #: extensions/wc-sales-notification/admin/setting.php:153
4524
+ msgid ""
4525
+ "Do not show purchases older than.( More Options are Pro features ) <span>( "
4526
+ "Pro )</span>"
4527
+ msgstr ""
4528
+
4529
+ #: includes/recommended-plugins/recommended-plugins.php:116
4530
+ msgid "Docus"
4531
+ msgstr ""
4532
+
4533
+ #: includes/widgets/htmega_user_login_form.php:105
4534
+ #: includes/widgets/htmega_user_login_form.php:107
4535
+ msgid "Don’t Have account? You can create an account by using this form."
4536
+ msgstr ""
4537
+
4538
+ #: includes/widgets/htmega_post_slider.php:373
4539
+ msgid "Dot Style"
4540
+ msgstr ""
4541
+
4542
+ #: includes/widgets_control.php:153 admin/include/admin-setting.php:223
4543
+ #: includes/widgets/htmega_double_button.php:13
4544
+ #: includes/widgets/htmega_double_button.php:35
4545
+ msgid "Double Button"
4546
+ msgstr ""
4547
+
4548
+ #: includes/widgets/htmega_newsticker.php:127
4549
+ msgid "Down"
4550
+ msgstr ""
4551
+
4552
+ #: includes/widgets/htmega_download_monitor.php:54
4553
+ msgid "Download File"
4554
+ msgstr ""
4555
+
4556
+ #: admin/include/admin-setting.php:969
4557
+ #: includes/widgets/htmega_download_monitor.php:13
4558
+ msgid "Download Monitor"
4559
+ msgstr ""
4560
+
4561
+ #: includes/widgets/htmega_download_monitor.php:421
4562
+ msgid "Downloaded"
4563
+ msgstr ""
4564
+
4565
+ #: admin/include/admin-setting.php:1169
4566
+ msgid "Drag n Drop, No coding Required"
4567
+ msgstr ""
4568
+
4569
+ #: includes/widgets/htmega_dropcaps.php:188
4570
+ msgid "Dropcap Letter"
4571
+ msgstr ""
4572
+
4573
+ #: includes/widgets_control.php:158 admin/include/admin-setting.php:231
4574
+ #: includes/widgets/htmega_dropcaps.php:13
4575
+ #: includes/widgets/htmega_dropcaps.php:35
4576
+ msgid "Dropcaps"
4577
+ msgstr ""
4578
+
4579
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:47
4580
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:48
4581
+ msgid "Dropdown Icon"
4582
+ msgstr ""
4583
+
4584
+ #: includes/widgets/htmega_countdown.php:109
4585
+ msgid "Due Date"
4586
+ msgstr ""
4587
+
4588
+ #: admin/include/admin-setting.php:979
4589
+ #: includes/widgets/htmega_easy_digital_download.php:13
4590
+ #: includes/widgets/htmega_easy_digital_download.php:43
4591
+ msgid "Easy Digital Downloads"
4592
+ msgstr ""
4593
+
4594
+ #: admin/include/template-library.php:198
4595
+ msgid "Edit Page"
4596
+ msgstr ""
4597
+
4598
+ #: admin/include/template-library.php:198
4599
+ msgid "Edit Template"
4600
+ msgstr ""
4601
+
4602
+ #: includes/widgets/htmega_button.php:416
4603
+ msgid "Effect 1"
4604
+ msgstr ""
4605
+
4606
+ #: includes/widgets/htmega_button.php:425
4607
+ msgid "Effect 10"
4608
+ msgstr ""
4609
+
4610
+ #: includes/widgets/htmega_button.php:426
4611
+ msgid "Effect 11"
4612
+ msgstr ""
4613
+
4614
+ #: includes/widgets/htmega_button.php:427
4615
+ msgid "Effect 12"
4616
+ msgstr ""
4617
+
4618
+ #: includes/widgets/htmega_button.php:428
4619
+ msgid "Effect 13"
4620
+ msgstr ""
4621
+
4622
+ #: includes/widgets/htmega_button.php:429
4623
+ msgid "Effect 14"
4624
+ msgstr ""
4625
+
4626
+ #: includes/widgets/htmega_button.php:417
4627
+ msgid "Effect 2"
4628
+ msgstr ""
4629
+
4630
+ #: includes/widgets/htmega_button.php:418
4631
+ msgid "Effect 3"
4632
+ msgstr ""
4633
+
4634
+ #: includes/widgets/htmega_button.php:419
4635
+ msgid "Effect 4"
4636
+ msgstr ""
4637
+
4638
+ #: includes/widgets/htmega_button.php:420
4639
+ msgid "Effect 5"
4640
+ msgstr ""
4641
+
4642
+ #: includes/widgets/htmega_button.php:421
4643
+ msgid "Effect 6"
4644
+ msgstr ""
4645
+
4646
+ #: includes/widgets/htmega_button.php:422
4647
+ msgid "Effect 7"
4648
+ msgstr ""
4649
+
4650
+ #: includes/widgets/htmega_button.php:423
4651
+ msgid "Effect 8"
4652
+ msgstr ""
4653
+
4654
+ #: includes/widgets/htmega_button.php:424
4655
+ msgid "Effect 9"
4656
+ msgstr ""
4657
+
4658
+ #: includes/widgets/htmega_button.php:456
4659
+ msgid "Effect After Color"
4660
+ msgstr ""
4661
+
4662
+ #: includes/widgets/htmega_button.php:437
4663
+ #: includes/widgets/htmega_button.php:447
4664
+ #: includes/widgets/htmega_button.php:465
4665
+ msgid "Effect Before Color"
4666
+ msgstr ""
4667
+
4668
+ #: includes/widgets/htmega_wc_element_pages.php:48
4669
+ msgid "Element"
4670
+ msgstr ""
4671
+
4672
+ #: includes/widgets/htmega_notify.php:96
4673
+ msgid "Element Container"
4674
+ msgstr ""
4675
+
4676
+ #: includes/widgets/htmega_wc_element_pages.php:793
4677
+ #: includes/widgets/htmega_wc_element_pages.php:1459
4678
+ msgid "Element Space"
4679
+ msgstr ""
4680
+
4681
+ #: includes/class.htmega.php:160 admin/include/templates_list.php:42
4682
+ msgid "Elementor"
4683
+ msgstr ""
4684
+
4685
+ #: includes/class.htmega.php:138
4686
+ msgid "Elementor Activate Now"
4687
+ msgstr ""
4688
+
4689
+ #: includes/class.htmega.php:146
4690
+ msgid "Elementor Install Now"
4691
+ msgstr ""
4692
+
4693
+ #: includes/widgets/htmega_accordion.php:81
4694
+ #: includes/widgets/htmega_accordion.php:209
4695
+ #: includes/widgets/htmega_blockquote.php:46
4696
+ #: includes/widgets/htmega_modal.php:56
4697
+ #: includes/widgets/htmega_offcanvas.php:62
4698
+ #: includes/widgets/htmega_scroll_navigation.php:65
4699
+ #: includes/widgets/htmega_switcher.php:107
4700
+ #: includes/widgets/htmega_switcher.php:199 includes/widgets/htmega_tabs.php:91
4701
+ #: includes/widgets/htmega_toggle.php:84
4702
+ msgid "Elementor Template"
4703
+ msgstr ""
4704
+
4705
+ #: admin/include/admin-setting.php:76
4706
+ msgid "Elements"
4707
+ msgstr ""
4708
+
4709
+ #: includes/widgets/htmega_data_table.php:214
4710
+ #: includes/widgets/htmega_pricing_list_view.php:459
4711
+ msgid "Email"
4712
+ msgstr ""
4713
+
4714
+ #: includes/helper-function.php:439
4715
+ msgid "Email Already in Use"
4716
+ msgstr ""
4717
+
4718
+ #: includes/helper-function.php:436
4719
+ msgid "Email is not valid"
4720
+ msgstr ""
4721
+
4722
+ #: extensions/ht-menu/classes/class.mega-menu.php:120
4723
+ msgid "Enable megamenu?"
4724
+ msgstr ""
4725
+
4726
+ #: includes/widgets/htmega_accordion.php:1004
4727
+ #: includes/widgets/htmega_counter.php:74
4728
+ #: includes/widgets/htmega_user_login_form.php:430
4729
+ msgid "End"
4730
+ msgstr ""
4731
+
4732
+ #: includes/widgets/htmega_googlemap.php:113
4733
+ msgid "Enter Map Style Json Code."
4734
+ msgstr ""
4735
+
4736
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:89
4737
+ msgid "Enter you text"
4738
+ msgstr ""
4739
+
4740
+ #: includes/widgets/htmega_section_title.php:82
4741
+ #: includes/widgets/htmega_section_title.php:84
4742
+ msgid "Enter your advance title"
4743
+ msgstr ""
4744
+
4745
+ #: includes/widgets/htmega_googlemap.php:102
4746
+ msgid "Enter your center address."
4747
+ msgstr ""
4748
+
4749
+ #: includes/widgets/htmega_dropcaps.php:61
4750
+ msgid "Enter Your Dropcaps Content."
4751
+ msgstr ""
4752
+
4753
+ #: includes/widgets/htmega_googlemap.php:283
4754
+ msgid "Enter your fixed address."
4755
+ msgstr ""
4756
+
4757
+ #: includes/widgets/htmega_section_title.php:71
4758
+ #: includes/widgets/htmega_section_title.php:73
4759
+ msgid "Enter your sub title"
4760
+ msgstr ""
4761
+
4762
+ #: extensions/ht-builder/widgets/bl_post_archive.php:74
4763
+ msgid "Enter Your Text"
4764
+ msgstr ""
4765
+
4766
+ #: includes/widgets/htmega_button.php:57 includes/widgets/htmega_button.php:59
4767
+ msgid "Enter your Text"
4768
+ msgstr ""
4769
+
4770
+ #: includes/widgets/htmega_section_title.php:59
4771
+ #: includes/widgets/htmega_section_title.php:61
4772
+ msgid "Enter your title"
4773
+ msgstr ""
4774
+
4775
+ #: includes/widgets/htmega_tablepress.php:75
4776
+ msgid "Entries Hide"
4777
+ msgstr ""
4778
+
4779
+ #: includes/widgets/htmega_ninja_form.php:1109
4780
+ msgid "Error Color"
4781
+ msgstr ""
4782
+
4783
+ #: includes/widgets/htmega_caldera_form.php:619
4784
+ #: includes/widgets/htmega_gravity_forms.php:850
4785
+ msgid "Error Text Color"
4786
+ msgstr ""
4787
+
4788
+ #: includes/widgets_control.php:393
4789
+ msgid "ErrorContent"
4790
+ msgstr ""
4791
+
4792
+ #: includes/widgets/htmega_gravity_forms.php:842
4793
+ msgid "Errors and Confirmation Style"
4794
+ msgstr ""
4795
+
4796
+ #: includes/widgets/htmega_contact_form_seven.php:949
4797
+ msgid "Errors and Feedback Style"
4798
+ msgstr ""
4799
+
4800
+ #: includes/widgets/htmega_caldera_form.php:611
4801
+ #: includes/widgets/htmega_ninja_form.php:1101
4802
+ #: includes/widgets/htmega_quforms.php:969
4803
+ msgid "Errors and Success Style"
4804
+ msgstr ""
4805
+
4806
+ #: includes/widgets/htmega_wpforms.php:1136
4807
+ msgid "Errors Style"
4808
+ msgstr ""
4809
+
4810
+ #: includes/widgets/htmega_wc_element_pages.php:1204
4811
+ msgid "Even"
4812
+ msgstr ""
4813
+
4814
+ #: includes/widgets/htmega_custom_event.php:35
4815
+ msgid "Event"
4816
+ msgstr ""
4817
+
4818
+ #: includes/widgets/htmega_countdown.php:261
4819
+ msgid "Event Button"
4820
+ msgstr ""
4821
+
4822
+ #: includes/widgets/htmega_custom_event.php:102
4823
+ msgid "Event Button Link"
4824
+ msgstr ""
4825
+
4826
+ #: includes/widgets/htmega_custom_event.php:93
4827
+ msgid "Event Button text"
4828
+ msgstr ""
4829
+
4830
+ #: includes/widgets/htmega_countdown.php:54
4831
+ msgid "Event Calendar Not Installed"
4832
+ msgstr ""
4833
+
4834
+ #: includes/widgets/htmega_tablepress.php:263
4835
+ msgid "Event Cell"
4836
+ msgstr ""
4837
+
4838
+ #: includes/widgets/htmega_countdown.php:72
4839
+ msgid "Event Countdown"
4840
+ msgstr ""
4841
+
4842
+ #: includes/widgets/htmega_custom_event.php:85
4843
+ msgid "Event description"
4844
+ msgstr ""
4845
+
4846
+ #: includes/widgets/htmega_countdown.php:81
4847
+ msgid "Event List"
4848
+ msgstr ""
4849
+
4850
+ #: includes/widgets/htmega_custom_event.php:76
4851
+ msgid "Event Location"
4852
+ msgstr ""
4853
+
4854
+ #: includes/widgets/htmega_custom_event.php:68
4855
+ msgid "Event Time"
4856
+ msgstr ""
4857
+
4858
+ #: includes/widgets/htmega_custom_event.php:44
4859
+ msgid "Event Title."
4860
+ msgstr ""
4861
+
4862
+ #: includes/recommended-plugins/recommended-plugins.php:68
4863
+ msgid "EverCompare"
4864
+ msgstr ""
4865
+
4866
+ #: includes/widgets/htmega_socialshere.php:74
4867
+ msgid "Evernote"
4868
+ msgstr ""
4869
+
4870
+ #: includes/widgets/htmega_notify.php:178
4871
+ msgid "Exit Animation"
4872
+ msgstr ""
4873
+
4874
+ #: includes/widgets/htmega_post_grid_tab.php:259
4875
+ msgid "Expand Box Style"
4876
+ msgstr ""
4877
+
4878
+ #: includes/widgets/htmega_accordion.php:391
4879
+ msgid "Expand Item Height"
4880
+ msgstr ""
4881
+
4882
+ #: includes/widgets/htmega_button.php:89
4883
+ #: includes/widgets/htmega_double_button.php:49
4884
+ msgid "Extra Large"
4885
+ msgstr ""
4886
+
4887
+ #: includes/widgets/htmega_button.php:90
4888
+ #: includes/widgets/htmega_double_button.php:50
4889
+ msgid "Extra Small"
4890
+ msgstr ""
4891
+
4892
+ #: includes/widgets/htmega_weather.php:56
4893
+ msgid "F"
4894
+ msgstr ""
4895
+
4896
+ #: includes/widgets/htmega_socialshere.php:62
4897
+ #: includes/widgets/htmega_socialshere.php:102
4898
+ #: includes/widgets/htmega_socialshere.php:320
4899
+ msgid "Facebook"
4900
+ msgstr ""
4901
+
4902
+ #: includes/widgets/htmega_notify.php:153
4903
+ #: includes/widgets/htmega_notify.php:188
4904
+ msgid "fadeIn"
4905
+ msgstr ""
4906
+
4907
+ #: includes/widgets/htmega_notify.php:154
4908
+ #: includes/widgets/htmega_notify.php:189
4909
+ msgid "fadeInDown"
4910
+ msgstr ""
4911
+
4912
+ #: includes/widgets/htmega_notify.php:155
4913
+ #: includes/widgets/htmega_notify.php:190
4914
+ msgid "fadeInDownBig"
4915
+ msgstr ""
4916
+
4917
+ #: includes/widgets/htmega_notify.php:156
4918
+ #: includes/widgets/htmega_notify.php:191
4919
+ #: extensions/wc-sales-notification/admin/setting.php:169
4920
+ msgid "fadeInLeft"
4921
+ msgstr ""
4922
+
4923
+ #: includes/widgets/htmega_notify.php:157
4924
+ #: includes/widgets/htmega_notify.php:192
4925
+ msgid "fadeInLeftBig"
4926
+ msgstr ""
4927
+
4928
+ #: includes/widgets/htmega_notify.php:158
4929
+ #: includes/widgets/htmega_notify.php:193
4930
+ msgid "fadeInRight"
4931
+ msgstr ""
4932
+
4933
+ #: includes/widgets/htmega_notify.php:159
4934
+ #: includes/widgets/htmega_notify.php:194
4935
+ msgid "fadeInRightBig"
4936
+ msgstr ""
4937
+
4938
+ #: includes/widgets/htmega_notify.php:162
4939
+ #: includes/widgets/htmega_notify.php:197
4940
+ msgid "fadeInUp"
4941
+ msgstr ""
4942
+
4943
+ #: includes/widgets/htmega_notify.php:165
4944
+ #: includes/widgets/htmega_notify.php:200
4945
+ msgid "fadeInUpBig"
4946
+ msgstr ""
4947
+
4948
+ #: includes/widgets/htmega_notify.php:164
4949
+ #: includes/widgets/htmega_notify.php:199
4950
+ msgid "fadeOutDown"
4951
+ msgstr ""
4952
+
4953
+ #: includes/widgets/htmega_notify.php:161
4954
+ #: includes/widgets/htmega_notify.php:196
4955
+ msgid "fadeOutLeft"
4956
+ msgstr ""
4957
+
4958
+ #: includes/widgets/htmega_notify.php:160
4959
+ #: includes/widgets/htmega_notify.php:195
4960
+ #: extensions/wc-sales-notification/admin/setting.php:181
4961
+ msgid "fadeOutRight"
4962
+ msgstr ""
4963
+
4964
+ #: includes/widgets/htmega_notify.php:163
4965
+ #: includes/widgets/htmega_notify.php:198
4966
+ msgid "fadeOutUp"
4967
+ msgstr ""
4968
+
4969
+ #: extensions/wc-sales-notification/admin/setting.php:70
4970
+ msgid "Fakes"
4971
+ msgstr ""
4972
+
4973
+ #: admin/include/admin-setting.php:1252 admin/include/admin-setting.php:1277
4974
+ msgid "Fakes notification"
4975
+ msgstr ""
4976
+
4977
+ #: includes/widgets/htmega_pricing_list_view.php:148
4978
+ #: includes/widgets/htmega_pricing_list_view.php:154
4979
+ #: includes/widgets/htmega_pricing_list_view.php:160
4980
+ #: includes/widgets/htmega_pricing_list_view.php:166
4981
+ msgid "fas fa-shopping-basket"
4982
+ msgstr ""
4983
+
4984
+ #: includes/widgets/htmega_job_manager.php:113
4985
+ msgid "Feature Jobs only"
4986
+ msgstr ""
4987
+
4988
+ #: includes/widgets/htmega_booked_calender.php:110
4989
+ msgid "February"
4990
+ msgstr ""
4991
+
4992
+ #: includes/widgets/htmega_instragram_feed.php:49
4993
+ msgid "Feed Limit"
4994
+ msgstr ""
4995
+
4996
+ #: includes/widgets/htmega_contact_form_seven.php:983
4997
+ msgid "Feedback Style"
4998
+ msgstr ""
4999
+
5000
+ #: includes/widgets/htmega_data_table.php:237
5001
+ #: includes/widgets/htmega_pricing_list_view.php:545
5002
+ msgid "Fild Type"
5003
+ msgstr ""
5004
+
5005
+ #: includes/widgets/htmega_job_manager.php:142
5006
+ msgid "Filters"
5007
+ msgstr ""
5008
+
5009
+ #: includes/widgets/htmega_layer_slider.php:72
5010
+ msgid "First Slide Number"
5011
+ msgstr ""
5012
+
5013
+ #: includes/widgets/htmega_image_grid.php:66
5014
+ #: includes/widgets/htmega_image_masonry.php:74
5015
+ #: includes/widgets/htmega_testimonial_grid.php:77
5016
+ msgid "Five"
5017
+ msgstr ""
5018
+
5019
+ #: includes/widgets/htmega_googlemap.php:281
5020
+ msgid "Fixed Address"
5021
+ msgstr ""
5022
+
5023
+ #: includes/widgets/htmega_googlemap.php:502
5024
+ msgid "Fixed Address Span Style"
5025
+ msgstr ""
5026
+
5027
+ #: includes/widgets/htmega_googlemap.php:272
5028
+ msgid "Fixed Maps Address:"
5029
+ msgstr ""
5030
+
5031
+ #: includes/widgets_control.php:163 admin/include/admin-setting.php:239
5032
+ msgid "Flip Box"
5033
+ msgstr ""
5034
+
5035
+ #: includes/widgets/htmega_instagram.php:303
5036
+ msgid "Flow Button Icon"
5037
+ msgstr ""
5038
+
5039
+ #: includes/widgets/htmega_caldera_form.php:369
5040
+ #: includes/widgets/htmega_contact_form_seven.php:366
5041
+ #: includes/widgets/htmega_contact_form_seven.php:581
5042
+ #: includes/widgets/htmega_gravity_forms.php:568
5043
+ #: includes/widgets/htmega_ninja_form.php:634
5044
+ #: includes/widgets/htmega_ninja_form.php:852
5045
+ #: includes/widgets/htmega_quforms.php:470
5046
+ #: includes/widgets/htmega_quforms.php:687
5047
+ #: includes/widgets/htmega_search.php:391
5048
+ #: includes/widgets/htmega_wc_element_pages.php:580
5049
+ #: includes/widgets/htmega_wc_element_pages.php:842
5050
+ #: includes/widgets/htmega_wc_element_pages.php:1400
5051
+ #: includes/widgets/htmega_wpforms.php:637
5052
+ #: includes/widgets/htmega_wpforms.php:855
5053
+ msgid "Focus"
5054
+ msgstr ""
5055
+
5056
+ #: includes/widgets/htmega_instagram.php:292
5057
+ msgid "Follow @"
5058
+ msgstr ""
5059
+
5060
+ #: includes/widgets/htmega_instagram.php:1282
5061
+ msgid "Follow Button"
5062
+ msgstr ""
5063
+
5064
+ #: includes/widgets/htmega_instagram.php:290
5065
+ msgid "Follow button Aditional text"
5066
+ msgstr ""
5067
+
5068
+ #: includes/widgets/htmega_instragram_feed.php:206
5069
+ msgid "Follow Color"
5070
+ msgstr ""
5071
+
5072
+ #: includes/widgets/htmega_instragram_feed.php:130
5073
+ #: includes/widgets/htmega_instragram_feed.php:131
5074
+ msgid "Follow on Instagram"
5075
+ msgstr ""
5076
+
5077
+ #: includes/widgets/htmega_instragram_feed.php:128
5078
+ msgid "Follow Text"
5079
+ msgstr ""
5080
+
5081
+ #: includes/widgets/htmega_instragram_feed.php:218
5082
+ msgid "Follow Text Color"
5083
+ msgstr ""
5084
+
5085
+ #: includes/widgets/htmega_googlemap.php:201
5086
+ #: includes/widgets/htmega_googlemap.php:232
5087
+ #: includes/widgets/htmega_googlemap.php:434
5088
+ #: includes/widgets/htmega_googlemap.php:521
5089
+ msgid "Font Color"
5090
+ msgstr ""
5091
+
5092
+ #: includes/widgets/htmega_blockquote.php:575
5093
+ #: includes/widgets/htmega_carousel.php:570
5094
+ #: includes/widgets/htmega_imagemarker.php:514
5095
+ #: includes/widgets/htmega_instagram.php:772
5096
+ #: includes/widgets/htmega_instagram.php:946
5097
+ #: includes/widgets/htmega_lightbox.php:377
5098
+ #: includes/widgets/htmega_panel_slider.php:775
5099
+ #: includes/widgets/htmega_post_slider.php:1555
5100
+ #: includes/widgets/htmega_search.php:464
5101
+ #: includes/widgets/htmega_search.php:716
5102
+ #: includes/widgets/htmega_slider_thumb_gallery.php:836
5103
+ #: includes/widgets/htmega_teammember.php:1047
5104
+ #: includes/widgets/htmega_twitter_feed.php:1088
5105
+ #: includes/widgets/htmega_videoplayer.php:366
5106
+ #: includes/widgets/htmega_working_process.php:955
5107
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:463
5108
+ msgid "Font Size"
5109
+ msgstr ""
5110
+
5111
+ #: includes/widgets/htmega_modal.php:746
5112
+ msgid "Footer"
5113
+ msgstr ""
5114
+
5115
+ #: includes/widgets/htmega_modal.php:831
5116
+ msgid "Footer Close Button"
5117
+ msgstr ""
5118
+
5119
+ #: includes/widgets/htmega_data_table.php:119
5120
+ msgid "Footer Info"
5121
+ msgstr ""
5122
+
5123
+ #: extensions/ht-builder/classes/class.header_footer.php:100
5124
+ msgid "Footer Template"
5125
+ msgstr ""
5126
+
5127
+ #: extensions/ht-builder/admin/setting.php:91
5128
+ msgid "Footer Template."
5129
+ msgstr ""
5130
+
5131
+ #: includes/widgets/htmega_modal.php:91
5132
+ msgid "Footer Text"
5133
+ msgstr ""
5134
+
5135
+ #: includes/widgets/htmega_tablepress.php:399
5136
+ msgid "Footer text"
5137
+ msgstr ""
5138
+
5139
+ #: includes/widgets/htmega_tablepress.php:108
5140
+ msgid "Footer text Hide"
5141
+ msgstr ""
5142
+
5143
+ #: includes/widgets/htmega_pricing_list_view.php:329
5144
+ #: includes/widgets/htmega_pricing_list_view.php:958
5145
+ msgid "For Layout 4 only"
5146
+ msgstr ""
5147
+
5148
+ #: includes/widgets/htmega_mailchimp_wp.php:69
5149
+ msgid ""
5150
+ "For show ID <a href=\"admin.php?page=mailchimp-for-wp-forms\" "
5151
+ "target=\"_blank\"> Click here </a>"
5152
+ msgstr ""
5153
+
5154
+ #: includes/widgets/htmega_weather.php:317
5155
+ msgid "Forcast"
5156
+ msgstr ""
5157
+
5158
+ #: includes/widgets/htmega_weather.php:80
5159
+ msgid "Forecast"
5160
+ msgstr ""
5161
+
5162
+ #: includes/widgets/htmega_user_login_form.php:296
5163
+ msgid "Forget Password Position"
5164
+ msgstr ""
5165
+
5166
+ #: includes/widgets/htmega_user_login_form.php:951
5167
+ msgid "Forget Text"
5168
+ msgstr ""
5169
+
5170
+ #: includes/widgets/htmega_user_login_form.php:967
5171
+ msgid "Forget Text Color"
5172
+ msgstr ""
5173
+
5174
+ #: includes/widgets/htmega_user_login_form.php:978
5175
+ msgid "Forget Text Hover Color"
5176
+ msgstr ""
5177
+
5178
+ #: includes/widgets/htmega_user_login_form.php:1639
5179
+ #: includes/widgets/htmega_user_login_form.php:1662
5180
+ msgid "Forgot Password?"
5181
+ msgstr ""
5182
+
5183
+ #: includes/widgets/htmega_wpforms.php:47
5184
+ msgid "Form not found"
5185
+ msgstr ""
5186
+
5187
+ #: includes/helper-function.php:330
5188
+ #: includes/widgets/htmega_gravity_forms.php:48
5189
+ #: includes/widgets/htmega_quforms.php:49
5190
+ msgid "Form Not Found!"
5191
+ msgstr ""
5192
+
5193
+ #: includes/widgets/htmega_ninja_form.php:49
5194
+ msgid "Form Not Found."
5195
+ msgstr ""
5196
+
5197
+ #: includes/widgets/htmega_contact_form_seven.php:80
5198
+ msgid "Form Wrapper Style"
5199
+ msgstr ""
5200
+
5201
+ #: includes/widgets/htmega_bbpress.php:55
5202
+ msgid "Forum Form"
5203
+ msgstr ""
5204
+
5205
+ #: includes/widgets/htmega_bbpress.php:54
5206
+ msgid "Forum Index"
5207
+ msgstr ""
5208
+
5209
+ #: includes/widgets/htmega_image_grid.php:65
5210
+ #: includes/widgets/htmega_image_masonry.php:73
5211
+ #: includes/widgets/htmega_testimonial_grid.php:76
5212
+ #: includes/widgets/htmega_testimonial_grid.php:91
5213
+ #: includes/widgets/htmega_testimonial_grid.php:108
5214
+ msgid "Four"
5215
+ msgstr ""
5216
+
5217
+ #: admin/include/templates_list.php:53
5218
+ msgid "Free"
5219
+ msgstr ""
5220
+
5221
+ #: includes/widgets/htmega_business_hours.php:194
5222
+ msgid "Friday"
5223
+ msgstr ""
5224
+
5225
+ #: includes/widgets/htmega_gravity_forms.php:100
5226
+ msgid "From Ajax"
5227
+ msgstr ""
5228
+
5229
+ #: includes/widgets/htmega_instragram_feed.php:72
5230
+ msgid "Full"
5231
+ msgstr ""
5232
+
5233
+ #: includes/widgets/htmega_scroll_navigation.php:143
5234
+ msgid "Full Screen"
5235
+ msgstr ""
5236
+
5237
+ #: includes/widgets_control.php:168 admin/include/admin-setting.php:247
5238
+ #: includes/widgets/htmega_gallery_justify.php:13
5239
+ #: includes/widgets/htmega_gallery_justify.php:43
5240
+ msgid "Gallery Justify"
5241
+ msgstr ""
5242
+
5243
+ #: admin/include/admin-setting.php:71
5244
+ msgid "General"
5245
+ msgstr ""
5246
+
5247
+ #: includes/widgets/htmega_testimonial_grid.php:238
5248
+ msgid "Gerald Gilbert"
5249
+ msgstr ""
5250
+
5251
+ #: admin/include/admin-setting.php:1175
5252
+ msgid "Get Pro Now"
5253
+ msgstr ""
5254
+
5255
+ #: admin/include/admin-setting.php:1176
5256
+ msgid "Get pro now"
5257
+ msgstr ""
5258
+
5259
+ #: includes/class.htmega.php:190
5260
+ #: admin/include/templates/library/templates.php:71
5261
+ msgid "Go Pro"
5262
+ msgstr ""
5263
+
5264
+ #: admin/include/admin-setting.php:636
5265
+ msgid ""
5266
+ "Go to <a href=\"https://developers.google."
5267
+ "com/maps/documentation/javascript/get-api-key\" target=\"_blank\">https:"
5268
+ "//developers.google.com</a> and generate the API key."
5269
+ msgstr ""
5270
+
5271
+ #: includes/widgets/htmega_googlemap.php:114
5272
+ msgid ""
5273
+ "Go to <a href=\"https://snazzymaps.com/\" target=_blank>Snazzy Maps</a> and "
5274
+ "Choose/Customize your Map Style. Click on your demo and copy JavaScript "
5275
+ "Style Array"
5276
+ msgstr ""
5277
+
5278
+ #: includes/widgets/htmega_inlinemenu.php:81
5279
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:75
5280
+ #, php-format
5281
+ msgid ""
5282
+ "Go to the <a href=\"%s\" target=\"_blank\">Menus Option</a> to manage your "
5283
+ "menus."
5284
+ msgstr ""
5285
+
5286
+ #: includes/widgets/htmega_lightbox.php:95
5287
+ msgid "Goggle Map Embed URL"
5288
+ msgstr ""
5289
+
5290
+ #: admin/include/admin-setting.php:255 includes/widgets/htmega_googlemap.php:13
5291
+ #: includes/widgets/htmega_googlemap.php:43
5292
+ #: includes/widgets/htmega_lightbox.php:55
5293
+ msgid "Google Map"
5294
+ msgstr ""
5295
+
5296
+ #: admin/include/admin-setting.php:635
5297
+ msgid "Google Map API Key"
5298
+ msgstr ""
5299
+
5300
+ #: admin/include/admin-setting.php:637
5301
+ msgid "Google Map API key"
5302
+ msgstr ""
5303
+
5304
+ #: includes/widgets/htmega_socialshere.php:330
5305
+ msgid "Google Plus"
5306
+ msgstr ""
5307
+
5308
+ #: includes/widgets/htmega_socialshere.php:64
5309
+ msgid "Google+"
5310
+ msgstr ""
5311
+
5312
+ #: includes/widgets_control.php:173
5313
+ msgid "GoogleMap"
5314
+ msgstr ""
5315
+
5316
+ #: includes/widgets/htmega_postgrid.php:424
5317
+ #: includes/widgets/htmega_post_grid_tab.php:1269
5318
+ #: includes/widgets/htmega_post_grid_tab.php:1287
5319
+ msgid "Gradient "
5320
+ msgstr ""
5321
+
5322
+ #: includes/widgets/htmega_postgrid.php:406
5323
+ #: includes/widgets/htmega_post_grid_tab.php:1251
5324
+ msgid "Gradient Five"
5325
+ msgstr ""
5326
+
5327
+ #: includes/widgets/htmega_postgrid.php:388
5328
+ #: includes/widgets/htmega_post_grid_tab.php:1233
5329
+ msgid "Gradient Four"
5330
+ msgstr ""
5331
+
5332
+ #: includes/widgets/htmega_postgrid.php:334
5333
+ #: includes/widgets/htmega_postgrid.php:352
5334
+ #: includes/widgets/htmega_post_grid_tab.php:1179
5335
+ #: includes/widgets/htmega_post_grid_tab.php:1197
5336
+ msgid "Gradient One"
5337
+ msgstr ""
5338
+
5339
+ #: includes/widgets/htmega_postgrid.php:370
5340
+ #: includes/widgets/htmega_post_grid_tab.php:1215
5341
+ msgid "Gradient Three"
5342
+ msgstr ""
5343
+
5344
+ #: admin/include/admin-setting.php:989
5345
+ #: includes/widgets/htmega_gravity_forms.php:13
5346
+ #: includes/widgets/htmega_gravity_forms.php:59
5347
+ msgid "Gravity Forms"
5348
+ msgstr ""
5349
+
5350
+ #: includes/widgets/htmega_buddy_press.php:53
5351
+ msgid "Group"
5352
+ msgstr ""
5353
+
5354
+ #: includes/widgets/htmega_post_grid_tab.php:1092
5355
+ msgid "Group Item Style"
5356
+ msgstr ""
5357
+
5358
+ #: includes/helper-function.php:175
5359
+ msgid "H1"
5360
+ msgstr ""
5361
+
5362
+ #: includes/helper-function.php:176
5363
+ msgid "H2"
5364
+ msgstr ""
5365
+
5366
+ #: includes/helper-function.php:177
5367
+ msgid "H3"
5368
+ msgstr ""
5369
+
5370
+ #: includes/helper-function.php:178
5371
+ msgid "H4"
5372
+ msgstr ""
5373
+
5374
+ #: includes/helper-function.php:179
5375
+ msgid "H5"
5376
+ msgstr ""
5377
+
5378
+ #: includes/helper-function.php:180
5379
+ msgid "H6"
5380
+ msgstr ""
5381
+
5382
+ #: includes/widgets/htmega_image_comparison.php:411
5383
+ msgid "Handler"
5384
+ msgstr ""
5385
+
5386
+ #: includes/widgets/htmega_counter.php:156
5387
+ msgid "Happy Clients"
5388
+ msgstr ""
5389
+
5390
+ #: includes/widgets/htmega_twitter_feed.php:73
5391
+ msgid "hastechit"
5392
+ msgstr ""
5393
+
5394
+ #: includes/recommended-plugins/class.recommended-plugins.php:227
5395
+ msgid "HasTheme"
5396
+ msgstr ""
5397
+
5398
+ #. Author of the plugin
5399
+ msgid "HasThemes"
5400
+ msgstr ""
5401
+
5402
+ #: includes/widgets/htmega_booked_calender.php:186
5403
+ #: includes/widgets/htmega_modal.php:574
5404
+ #: includes/widgets/htmega_popover.php:584
5405
+ #: includes/widgets/htmega_tablepress.php:143
5406
+ msgid "Header"
5407
+ msgstr ""
5408
+
5409
+ #: includes/widgets/htmega_booked_calender.php:197
5410
+ msgid "Header Background"
5411
+ msgstr ""
5412
+
5413
+ #: includes/widgets/htmega_booked_calender.php:209
5414
+ #: includes/widgets/htmega_instragram_feed.php:170
5415
+ #: includes/widgets/htmega_user_login_form.php:692
5416
+ msgid "Header Color"
5417
+ msgstr ""
5418
+
5419
+ #: includes/widgets/htmega_modal.php:42
5420
+ #: includes/widgets/htmega_user_login_form.php:721
5421
+ msgid "Header Content"
5422
+ msgstr ""
5423
+
5424
+ #: extensions/ht-builder/classes/class.header_footer.php:89
5425
+ msgid "Header Template"
5426
+ msgstr ""
5427
+
5428
+ #: extensions/ht-builder/admin/setting.php:82
5429
+ msgid "Header Template."
5430
+ msgstr ""
5431
+
5432
+ #: includes/widgets/htmega_booked_calender.php:475
5433
+ msgid "Heading"
5434
+ msgstr ""
5435
+
5436
+ #: includes/widgets/htmega_animated_heading.php:128
5437
+ msgid "Heading After Text"
5438
+ msgstr ""
5439
+
5440
+ #: includes/widgets/htmega_animated_heading.php:91
5441
+ msgid "Heading Before Text"
5442
+ msgstr ""
5443
+
5444
+ #: extensions/wc-sales-notification/admin/setting.php:196
5445
+ msgid "Heading Color"
5446
+ msgstr ""
5447
+
5448
+ #: admin/include/admin-setting.php:1260 admin/include/admin-setting.php:1285
5449
+ msgid "Heading color option"
5450
+ msgstr ""
5451
+
5452
+ #: includes/widgets/htmega_animated_heading.php:138
5453
+ msgid "Heading Placeholder Text"
5454
+ msgstr ""
5455
+
5456
+ #: includes/widgets/htmega_user_login_form.php:669
5457
+ msgid "Heading Title Style"
5458
+ msgstr ""
5459
+
5460
+ #: includes/widgets/htmega_blockquote.php:658
5461
+ #: includes/widgets/htmega_caldera_form.php:239
5462
+ #: includes/widgets/htmega_carousel.php:627
5463
+ #: includes/widgets/htmega_carousel.php:892
5464
+ #: includes/widgets/htmega_carousel.php:1131
5465
+ #: includes/widgets/htmega_carousel.php:1225
5466
+ #: includes/widgets/htmega_contact_form_seven.php:195
5467
+ #: includes/widgets/htmega_contact_form_seven.php:462
5468
+ #: includes/widgets/htmega_contact_form_seven.php:773
5469
+ #: includes/widgets/htmega_gravity_forms.php:448
5470
+ #: includes/widgets/htmega_gravity_forms.php:647
5471
+ #: includes/widgets/htmega_imagemarker.php:830
5472
+ #: includes/widgets/htmega_image_comparison.php:486
5473
+ #: includes/widgets/htmega_instagram.php:1003
5474
+ #: includes/widgets/htmega_instagram.php:1182
5475
+ #: includes/widgets/htmega_mailchimp_wp.php:167
5476
+ #: includes/widgets/htmega_mailchimp_wp.php:308
5477
+ #: includes/widgets/htmega_modal.php:329
5478
+ #: includes/widgets/htmega_ninja_form.php:533
5479
+ #: includes/widgets/htmega_ninja_form.php:755
5480
+ #: includes/widgets/htmega_ninja_form.php:930
5481
+ #: includes/widgets/htmega_notify.php:680
5482
+ #: includes/widgets/htmega_panel_slider.php:847
5483
+ #: includes/widgets/htmega_panel_slider.php:1054
5484
+ #: includes/widgets/htmega_post_slider.php:1613
5485
+ #: includes/widgets/htmega_post_slider.php:1762
5486
+ #: includes/widgets/htmega_pricing_list_view.php:385
5487
+ #: includes/widgets/htmega_pricing_list_view.php:1014
5488
+ #: includes/widgets/htmega_progress_bar.php:428
5489
+ #: includes/widgets/htmega_quforms.php:394
5490
+ #: includes/widgets/htmega_quforms.php:614
5491
+ #: includes/widgets/htmega_quforms.php:790
5492
+ #: includes/widgets/htmega_scroll_navigation.php:139
5493
+ #: includes/widgets/htmega_scroll_navigation.php:347
5494
+ #: includes/widgets/htmega_search.php:309
5495
+ #: includes/widgets/htmega_search.php:528
5496
+ #: includes/widgets/htmega_search.php:759
5497
+ #: includes/widgets/htmega_service.php:593
5498
+ #: includes/widgets/htmega_service.php:841
5499
+ #: includes/widgets/htmega_service.php:904
5500
+ #: includes/widgets/htmega_slider_thumb_gallery.php:894
5501
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1111
5502
+ #: includes/widgets/htmega_twitter_feed.php:1146
5503
+ #: includes/widgets/htmega_twitter_feed.php:1343
5504
+ #: includes/widgets/htmega_user_login_form.php:899
5505
+ #: includes/widgets/htmega_user_login_form.php:1054
5506
+ #: includes/widgets/htmega_user_login_form.php:1145
5507
+ #: includes/widgets/htmega_working_process.php:904
5508
+ #: includes/widgets/htmega_working_process.php:1032
5509
+ #: includes/widgets/htmega_wpforms.php:536
5510
+ #: includes/widgets/htmega_wpforms.php:758
5511
+ #: includes/widgets/htmega_wpforms.php:933
5512
+ msgid "Height"
5513
+ msgstr ""
5514
+
5515
+ #: includes/widgets/htmega_teammember.php:1070
5516
+ msgid "Height and Width"
5517
+ msgstr ""
5518
+
5519
+ #: includes/widgets/htmega_notify.php:493
5520
+ msgid "Hello Typography"
5521
+ msgstr ""
5522
+
5523
+ #: includes/widgets/htmega_user_login_form.php:92
5524
+ #: includes/widgets/htmega_user_login_form.php:93
5525
+ msgid "Hello!"
5526
+ msgstr ""
5527
+
5528
+ #: includes/widgets/htmega_imagemarker.php:138
5529
+ #: includes/widgets/htmega_imagemarker.php:161
5530
+ msgid "Hidden Field"
5531
+ msgstr ""
5532
+
5533
+ #: includes/widgets/htmega_buddy_press.php:116
5534
+ #: includes/widgets/htmega_buddy_press.php:129
5535
+ #: includes/widgets/htmega_buddy_press.php:144
5536
+ #: includes/widgets/htmega_buddy_press.php:159
5537
+ #: includes/widgets/htmega_data_table.php:61
5538
+ #: includes/widgets/htmega_data_table.php:86
5539
+ #: includes/widgets/htmega_data_table.php:98
5540
+ #: includes/widgets/htmega_data_table.php:110
5541
+ #: includes/widgets/htmega_data_table.php:122
5542
+ #: includes/widgets/htmega_double_button.php:81
5543
+ #: includes/widgets/htmega_gravity_forms.php:80
5544
+ #: includes/widgets/htmega_gravity_forms.php:92
5545
+ #: includes/widgets/htmega_instagram.php:178
5546
+ #: includes/widgets/htmega_instagram.php:190
5547
+ #: includes/widgets/htmega_instagram.php:280
5548
+ #: includes/widgets/htmega_popover.php:130
5549
+ #: includes/widgets/htmega_popover.php:207
5550
+ #: includes/widgets/htmega_scroll_image.php:123
5551
+ #: includes/widgets/htmega_socialshere.php:359
5552
+ #: includes/widgets/htmega_tooltip.php:130
5553
+ #: includes/widgets/htmega_twitter_feed.php:147
5554
+ #: includes/widgets/htmega_twitter_feed.php:159
5555
+ #: includes/widgets/htmega_twitter_feed.php:171
5556
+ #: includes/widgets/htmega_twitter_feed.php:183
5557
+ #: includes/widgets/htmega_twitter_feed.php:195
5558
+ #: includes/widgets/htmega_twitter_feed.php:209
5559
+ #: includes/widgets/htmega_user_login_form.php:80
5560
+ #: includes/widgets/htmega_user_login_form.php:186
5561
+ #: includes/widgets/htmega_user_login_form.php:197
5562
+ #: includes/widgets/htmega_user_login_form.php:288
5563
+ #: includes/widgets/htmega_user_login_form.php:315
5564
+ #: includes/widgets/htmega_user_login_form.php:327
5565
+ #: includes/widgets/htmega_wc_add_to_cart.php:71
5566
+ #: includes/widgets/htmega_wpforms.php:78
5567
+ #: includes/widgets/htmega_wpforms.php:90
5568
+ #: extensions/ht-builder/widgets/bl_post_archive.php:102
5569
+ #: extensions/ht-builder/widgets/bl_post_archive.php:114
5570
+ #: extensions/ht-builder/widgets/bl_post_archive.php:126
5571
+ #: extensions/ht-builder/widgets/bl_post_archive.php:138
5572
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:48
5573
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:73
5574
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:85
5575
+ msgid "Hide"
5576
+ msgstr ""
5577
+
5578
+ #: includes/widgets/htmega_search.php:130
5579
+ msgid "Hide Close Icon"
5580
+ msgstr ""
5581
+
5582
+ #: includes/widgets/htmega_weather.php:115
5583
+ msgid "Hide Current Status"
5584
+ msgstr ""
5585
+
5586
+ #: includes/widgets/htmega_easy_digital_download.php:185
5587
+ #: includes/widgets/htmega_wc_categories.php:153
5588
+ msgid "Hide Empty"
5589
+ msgstr ""
5590
+
5591
+ #: includes/widgets/htmega_weather.php:151
5592
+ msgid "Hide Forecast"
5593
+ msgstr ""
5594
+
5595
+ #: includes/widgets/htmega_countdown.php:180
5596
+ msgid "Hide Label"
5597
+ msgstr ""
5598
+
5599
+ #: includes/widgets/htmega_slider_thumb_gallery.php:615
5600
+ msgid "Hide on Mobile"
5601
+ msgstr ""
5602
+
5603
+ #: extensions/ht-builder/widgets/bl_post_archive.php:231
5604
+ msgid "Hide Pagination"
5605
+ msgstr ""
5606
+
5607
+ #: includes/widgets/htmega_weather.php:139
5608
+ msgid "Hide Sun Status"
5609
+ msgstr ""
5610
+
5611
+ #: includes/widgets/htmega_section_title.php:537
5612
+ msgid "Highlight Title Color"
5613
+ msgstr ""
5614
+
5615
+ #: includes/widgets/htmega_business_hours.php:101
5616
+ msgid "Hight Light this day"
5617
+ msgstr ""
5618
+
5619
+ #: includes/widgets/htmega_animated_heading.php:93
5620
+ msgid "Honesty is the best policy"
5621
+ msgstr ""
5622
+
5623
+ #: includes/widgets/htmega_progress_bar.php:61
5624
+ #: includes/widgets/htmega_scroll_navigation.php:130
5625
+ msgid "Horizontal"
5626
+ msgstr ""
5627
+
5628
+ #: includes/widgets/htmega_carousel.php:721
5629
+ #: includes/widgets/htmega_carousel.php:946
5630
+ #: includes/widgets/htmega_carousel.php:1158
5631
+ #: includes/widgets/htmega_carousel.php:1252
5632
+ #: includes/widgets/htmega_panel_slider.php:913
5633
+ #: includes/widgets/htmega_slider_thumb_gallery.php:947
5634
+ #: includes/widgets/htmega_twitter_feed.php:1204
5635
+ msgid "Horizontal Position"
5636
+ msgstr ""
5637
+
5638
+ #: includes/widgets/htmega_special_day_banner.php:190
5639
+ msgid "Horizontal Postion"
5640
+ msgstr ""
5641
+
5642
+ #: includes/widgets/htmega_instagram.php:112
5643
+ msgid "Hour"
5644
+ msgstr ""
5645
+
5646
+ #: includes/widgets/htmega_countdown.php:142
5647
+ #: includes/widgets/htmega_countdown.php:216
5648
+ #: includes/widgets/htmega_countdown.php:218
5649
+ msgid "Hours"
5650
+ msgstr ""
5651
+
5652
+ #: includes/widgets/htmega_add_banner.php:198
5653
+ #: includes/widgets/htmega_add_banner.php:298
5654
+ #: includes/widgets/htmega_add_banner.php:707
5655
+ #: includes/widgets/htmega_booked_calender.php:657
5656
+ #: includes/widgets/htmega_booked_calender.php:818
5657
+ #: includes/widgets/htmega_brand.php:231
5658
+ #: includes/widgets/htmega_buddy_press.php:359
5659
+ #: includes/widgets/htmega_button.php:326
5660
+ #: includes/widgets/htmega_button.php:603
5661
+ #: includes/widgets/htmega_caldera_form.php:556
5662
+ #: includes/widgets/htmega_call_to_action.php:816
5663
+ #: includes/widgets/htmega_call_to_action.php:1022
5664
+ #: includes/widgets/htmega_carousel.php:752
5665
+ #: includes/widgets/htmega_contact_form_seven.php:905
5666
+ #: includes/widgets/htmega_countdown.php:1123
5667
+ #: includes/widgets/htmega_custom_event.php:191
5668
+ #: includes/widgets/htmega_custom_event.php:441
5669
+ #: includes/widgets/htmega_double_button.php:414
5670
+ #: includes/widgets/htmega_double_button.php:555
5671
+ #: includes/widgets/htmega_double_button.php:728
5672
+ #: includes/widgets/htmega_download_monitor.php:322
5673
+ #: includes/widgets/htmega_easy_digital_download.php:395
5674
+ #: includes/widgets/htmega_easy_digital_download.php:612
5675
+ #: includes/widgets/htmega_errorcontent.php:637
5676
+ #: includes/widgets/htmega_errorcontent.php:788
5677
+ #: includes/widgets/htmega_gravity_forms.php:798
5678
+ #: includes/widgets/htmega_image_grid.php:535
5679
+ #: includes/widgets/htmega_image_masonry.php:521
5680
+ #: includes/widgets/htmega_inlinemenu.php:244
5681
+ #: includes/widgets/htmega_instagram.php:1073
5682
+ #: includes/widgets/htmega_mailchimp_wp.php:453
5683
+ #: includes/widgets/htmega_modal.php:434
5684
+ #: includes/widgets/htmega_newsticker.php:855
5685
+ #: includes/widgets/htmega_ninja_form.php:1057
5686
+ #: includes/widgets/htmega_notify.php:418
5687
+ #: includes/widgets/htmega_offcanvas.php:486
5688
+ #: includes/widgets/htmega_panel_slider.php:968
5689
+ #: includes/widgets/htmega_popover.php:453
5690
+ #: includes/widgets/htmega_post_grid_tab.php:688
5691
+ #: includes/widgets/htmega_post_grid_tab.php:928
5692
+ #: includes/widgets/htmega_post_grid_tab.php:1051
5693
+ #: includes/widgets/htmega_post_slider.php:1122
5694
+ #: includes/widgets/htmega_post_slider.php:1355
5695
+ #: includes/widgets/htmega_post_slider.php:1683
5696
+ #: includes/widgets/htmega_quforms.php:918
5697
+ #: includes/widgets/htmega_search.php:604
5698
+ #: includes/widgets/htmega_search.php:936
5699
+ #: includes/widgets/htmega_service.php:271
5700
+ #: includes/widgets/htmega_service.php:748
5701
+ #: includes/widgets/htmega_service.php:1108
5702
+ #: includes/widgets/htmega_singlepost.php:453
5703
+ #: includes/widgets/htmega_slider_thumb_gallery.php:989
5704
+ #: includes/widgets/htmega_socialshere.php:714
5705
+ #: includes/widgets/htmega_special_day_banner.php:730
5706
+ #: includes/widgets/htmega_testimonial_grid.php:336
5707
+ #: includes/widgets/htmega_toggle.php:343
5708
+ #: includes/widgets/htmega_tooltip.php:430
5709
+ #: includes/widgets/htmega_twitter_feed.php:871
5710
+ #: includes/widgets/htmega_twitter_feed.php:1028
5711
+ #: includes/widgets/htmega_twitter_feed.php:1233
5712
+ #: includes/widgets/htmega_user_login_form.php:1224
5713
+ #: includes/widgets/htmega_user_login_form.php:1408
5714
+ #: includes/widgets/htmega_verticle_time_line.php:275
5715
+ #: includes/widgets/htmega_videoplayer.php:457
5716
+ #: includes/widgets/htmega_wc_categories.php:238
5717
+ #: includes/widgets/htmega_wc_categories.php:403
5718
+ #: includes/widgets/htmega_wc_categories.php:509
5719
+ #: includes/widgets/htmega_wc_element_pages.php:291
5720
+ #: includes/widgets/htmega_wc_element_pages.php:471
5721
+ #: includes/widgets/htmega_wc_element_pages.php:1022
5722
+ #: includes/widgets/htmega_wc_element_pages.php:1612
5723
+ #: includes/widgets/htmega_wc_element_pages.php:1793
5724
+ #: includes/widgets/htmega_working_process.php:555
5725
+ #: includes/widgets/htmega_working_process.php:1064
5726
+ #: includes/widgets/htmega_wpforms.php:1084
5727
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:227
5728
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:429
5729
+ #: extensions/ht-builder/widgets/bl_post_archive.php:407
5730
+ #: extensions/ht-builder/widgets/bl_post_archive.php:514
5731
+ #: extensions/ht-builder/widgets/bl_post_archive.php:620
5732
+ #: extensions/ht-builder/widgets/bl_post_archive.php:789
5733
+ #: extensions/ht-builder/widgets/bl_post_archive.php:913
5734
+ #: extensions/ht-builder/widgets/bl_post_comments.php:141
5735
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:419
5736
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:251
5737
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:496
5738
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:442
5739
+ msgid "Hover"
5740
+ msgstr ""
5741
+
5742
+ #: includes/widgets/htmega_button.php:489
5743
+ msgid "Hover Animation"
5744
+ msgstr ""
5745
+
5746
+ #: includes/widgets/htmega_add_banner.php:206
5747
+ #: includes/widgets/htmega_booked_calender.php:331
5748
+ #: includes/widgets/htmega_booked_calender.php:385
5749
+ #: includes/widgets/htmega_socialshere.php:159
5750
+ #: includes/widgets/htmega_tablepress.php:163
5751
+ msgid "Hover Background"
5752
+ msgstr ""
5753
+
5754
+ #: includes/widgets/htmega_teammember.php:407
5755
+ msgid "Hover Background Color"
5756
+ msgstr ""
5757
+
5758
+ #: includes/widgets/htmega_booked_calender.php:342
5759
+ #: includes/widgets/htmega_booked_calender.php:396
5760
+ #: includes/widgets/htmega_easy_digital_download.php:402
5761
+ #: includes/widgets/htmega_postgrid.php:465
5762
+ #: includes/widgets/htmega_post_grid_tab.php:447
5763
+ #: includes/widgets/htmega_post_slider.php:882
5764
+ #: includes/widgets/htmega_post_slider.php:1186
5765
+ #: includes/widgets/htmega_service.php:376
5766
+ #: includes/widgets/htmega_singlepost.php:173
5767
+ #: includes/widgets/htmega_user_login_form.php:1019
5768
+ #: includes/widgets/htmega_verticle_time_line.php:143
5769
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:491
5770
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:312
5771
+ msgid "Hover Color"
5772
+ msgstr ""
5773
+
5774
+ #: includes/widgets/htmega_socialshere.php:198
5775
+ #: includes/widgets/htmega_socialshere.php:280
5776
+ msgid "Hover color"
5777
+ msgstr ""
5778
+
5779
+ #: includes/widgets/htmega_teammember.php:441
5780
+ msgid "Hover Content background color"
5781
+ msgstr ""
5782
+
5783
+ #: includes/widgets/htmega_teammember.php:423
5784
+ msgid "Hover Round Space"
5785
+ msgstr ""
5786
+
5787
+ #: includes/widgets/htmega_teammember.php:654
5788
+ msgid "Hover Shape Color"
5789
+ msgstr ""
5790
+
5791
+ #: includes/widgets/htmega_socialshere.php:149
5792
+ #: includes/widgets/htmega_socialshere.php:271
5793
+ msgid "Hover Style"
5794
+ msgstr ""
5795
+
5796
+ #: extensions/ht-builder/admin/setting.php:33
5797
+ #: extensions/ht-builder/admin/setting.php:34
5798
+ msgid "HT Builder"
5799
+ msgstr ""
5800
+
5801
+ #: extensions/ht-builder/admin/setting.php:184
5802
+ msgid "HT Builder Settings"
5803
+ msgstr ""
5804
+
5805
+ #: includes/recommended-plugins/recommended-plugins.php:106
5806
+ msgid "HT Contact Form 7"
5807
+ msgstr ""
5808
+
5809
+ #: includes/class.post-duplicator.php:45
5810
+ msgid "HT Duplicate"
5811
+ msgstr ""
5812
+
5813
+ #: includes/recommended-plugins/recommended-plugins.php:101
5814
+ msgid "HT Easy GA4 ( Google Analytics 4 )"
5815
+ msgstr ""
5816
+
5817
+ #: extensions/ht-builder/classes/class.header_footer.php:81
5818
+ msgid "HT Header & Footer"
5819
+ msgstr ""
5820
+
5821
+ #. Name of the plugin
5822
+ msgid "HT Mega - Absolute Addons for Elementor Page Builder"
5823
+ msgstr ""
5824
+
5825
+ #: includes/class.post-duplicator.php:45
5826
+ msgid "HT Mega Duplicator"
5827
+ msgstr ""
5828
+
5829
+ #: admin/include/class.library-source.php:79
5830
+ msgid "HT Mega Library"
5831
+ msgstr ""
5832
+
5833
+ #: extensions/ht-menu/admin/setting.php:31
5834
+ #: extensions/ht-menu/admin/setting.php:32
5835
+ msgid "HT Menu"
5836
+ msgstr ""
5837
+
5838
+ #: extensions/ht-menu/admin/setting.php:46
5839
+ #: extensions/ht-menu/admin/setting.php:136
5840
+ msgid "HT Menu Settings"
5841
+ msgstr ""
5842
+
5843
+ #: includes/recommended-plugins/recommended-plugins.php:111
5844
+ msgid "HT WPForms"
5845
+ msgstr ""
5846
+
5847
+ #: admin/include/admin-setting.php:1158
5848
+ msgid "HTMega"
5849
+ msgstr ""
5850
+
5851
+ #: includes/class.htmega.php:159 includes/class.htmega.php:174
5852
+ #: includes/widgets_control.php:40 admin/include/admin-setting.php:37
5853
+ #: admin/include/admin-setting.php:38
5854
+ msgid "HTMega Addons"
5855
+ msgstr ""
5856
+
5857
+ #: includes/class.htmega.php:137
5858
+ msgid ""
5859
+ "HTMEGA Addons not working because you need to activate the Elementor plugin."
5860
+ msgstr ""
5861
+
5862
+ #: includes/class.htmega.php:144
5863
+ msgid ""
5864
+ "HTMEGA Addons not working because you need to install the Elementor plugin"
5865
+ msgstr ""
5866
+
5867
+ #: admin/include/admin-setting.php:1122
5868
+ msgid "HTMega Addons Settings"
5869
+ msgstr ""
5870
+
5871
+ #: extensions/ht-builder/classes/class.widgets_control.php:44
5872
+ msgid "HTMega Builder"
5873
+ msgstr ""
5874
+
5875
+ #: admin/include/admin-setting.php:1241
5876
+ msgid "HTMega Free"
5877
+ msgstr ""
5878
+
5879
+ #: admin/include/admin-setting.php:1237
5880
+ msgid "HTMega Free Vs HTMega Pro."
5881
+ msgstr ""
5882
+
5883
+ #: extensions/ht-menu/classes/class.mega-menu.php:73
5884
+ msgid "HTMega Menu"
5885
+ msgstr ""
5886
+
5887
+ #: admin/include/admin-setting.php:1266
5888
+ msgid "HTMega Pro"
5889
+ msgstr ""
5890
+
5891
+ #: includes/widgets/htmega_section_title.php:209
5892
+ #: includes/widgets/htmega_section_title.php:267
5893
+ msgid "HTML Tag"
5894
+ msgstr ""
5895
+
5896
+ #: includes/widgets/htmega_pricing_list_view.php:164
5897
+ msgid "Html Template"
5898
+ msgstr ""
5899
+
5900
+ #: includes/widgets/htmega_scroll_image.php:64
5901
+ msgid "https://example.com/"
5902
+ msgstr ""
5903
+
5904
+ #. Author URI of the plugin
5905
+ msgid "https://hasthemes.com/"
5906
+ msgstr ""
5907
+
5908
+ #. URI of the plugin
5909
+ msgid "https://wphtmega.com/"
5910
+ msgstr ""
5911
+
5912
+ #: includes/widgets/htmega_teammember.php:225
5913
+ #: includes/widgets/htmega_teammember.php:308
5914
+ msgid "https://www.facebook.com/hastech.company/"
5915
+ msgstr ""
5916
+
5917
+ #: includes/widgets/htmega_lightbox.php:101
5918
+ msgid "https://www.google.com/maps/embed?pb"
5919
+ msgstr ""
5920
+
5921
+ #: includes/widgets/htmega_lightbox.php:99
5922
+ msgid ""
5923
+ "https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d233668.38703692693!"
5924
+ "2d90.27923991057244!3d23.780573258035957!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!"
5925
+ "4f13.1!3m3!1m2!1s0x3755b8b087026b81%3A0x8fa563bbdd5904c2!2sDhaka!5e0!3m2!"
5926
+ "1sen!2sbd!4v1536834022797"
5927
+ msgstr ""
5928
+
5929
+ #: includes/widgets/htmega_videoplayer.php:62
5930
+ #: includes/widgets/htmega_videoplayer.php:63
5931
+ msgid "https://www.youtube.com/watch?v=CDilI6jcpP4"
5932
+ msgstr ""
5933
+
5934
+ #: includes/widgets/htmega_lightbox.php:81
5935
+ #: includes/widgets/htmega_lightbox.php:83
5936
+ msgid "https://www.youtube.com/watch?v=G_G8SdXktHg"
5937
+ msgstr ""
5938
+
5939
+ #: includes/widgets/htmega_add_banner.php:121
5940
+ #: includes/widgets/htmega_button.php:71
5941
+ #: includes/widgets/htmega_call_to_action.php:147
5942
+ #: includes/widgets/htmega_call_to_action.php:241
5943
+ #: includes/widgets/htmega_custom_event.php:104
5944
+ #: includes/widgets/htmega_double_button.php:110
5945
+ #: includes/widgets/htmega_double_button.php:197
5946
+ #: includes/widgets/htmega_errorcontent.php:169
5947
+ #: includes/widgets/htmega_errorcontent.php:217
5948
+ #: includes/widgets/htmega_image_grid.php:151
5949
+ #: includes/widgets/htmega_image_masonry.php:131
5950
+ #: includes/widgets/htmega_popover.php:141
5951
+ #: includes/widgets/htmega_pricing_list_view.php:128
5952
+ #: includes/widgets/htmega_pricing_list_view.php:662
5953
+ #: includes/widgets/htmega_section_title.php:198
5954
+ #: includes/widgets/htmega_section_title.php:256
5955
+ #: includes/widgets/htmega_service.php:149
5956
+ #: includes/widgets/htmega_special_day_banner.php:125
5957
+ #: includes/widgets/htmega_tooltip.php:141
5958
+ msgid "https://your-link.com"
5959
+ msgstr ""
5960
+
5961
+ #: includes/widgets/htmega_teammember.php:177
5962
+ msgid "I am web developer."
5963
+ msgstr ""
5964
+
5965
+ #: includes/widgets/htmega_blockquote.php:97
5966
+ #: includes/widgets/htmega_blockquote.php:134
5967
+ #: includes/widgets/htmega_button.php:98
5968
+ #: includes/widgets/htmega_call_to_action.php:163
5969
+ #: includes/widgets/htmega_call_to_action.php:257
5970
+ #: includes/widgets/htmega_countdown.php:280
5971
+ #: includes/widgets/htmega_counter.php:103
5972
+ #: includes/widgets/htmega_counter.php:114
5973
+ #: includes/widgets/htmega_data_table.php:255
5974
+ #: includes/widgets/htmega_double_button.php:123
5975
+ #: includes/widgets/htmega_double_button.php:210
5976
+ #: includes/widgets/htmega_download_monitor.php:125
5977
+ #: includes/widgets/htmega_instagram.php:219
5978
+ #: includes/widgets/htmega_instagram.php:760
5979
+ #: includes/widgets/htmega_lightbox.php:119
5980
+ #: includes/widgets/htmega_modal.php:127 includes/widgets/htmega_modal.php:163
5981
+ #: includes/widgets/htmega_notify.php:255
5982
+ #: includes/widgets/htmega_popover.php:53
5983
+ #: includes/widgets/htmega_popover.php:86
5984
+ #: includes/widgets/htmega_pricing_list_view.php:114
5985
+ #: includes/widgets/htmega_pricing_list_view.php:244
5986
+ #: includes/widgets/htmega_pricing_list_view.php:262
5987
+ #: includes/widgets/htmega_pricing_list_view.php:582
5988
+ #: includes/widgets/htmega_pricing_list_view.php:1786
5989
+ #: includes/widgets/htmega_search.php:76 includes/widgets/htmega_search.php:104
5990
+ #: includes/widgets/htmega_section_title.php:102
5991
+ #: includes/widgets/htmega_section_title.php:138
5992
+ #: includes/widgets/htmega_service.php:77
5993
+ #: includes/widgets/htmega_service.php:114
5994
+ #: includes/widgets/htmega_service.php:559
5995
+ #: includes/widgets/htmega_socialshere.php:109
5996
+ #: includes/widgets/htmega_socialshere.php:212
5997
+ #: includes/widgets/htmega_switcher.php:73
5998
+ #: includes/widgets/htmega_switcher.php:164 includes/widgets/htmega_tabs.php:78
5999
+ #: includes/widgets/htmega_teammember.php:232
6000
+ #: includes/widgets/htmega_tooltip.php:53
6001
+ #: includes/widgets/htmega_tooltip.php:86
6002
+ #: includes/widgets/htmega_videoplayer.php:85
6003
+ #: includes/widgets/htmega_working_process.php:113
6004
+ #: includes/widgets/htmega_working_process.php:150
6005
+ #: includes/widgets/htmega_working_process.php:924
6006
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:287
6007
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:443
6008
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:62
6009
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:74
6010
+ #: extensions/ht-menu/menu/templates.php:47
6011
+ #: extensions/ht-menu/menu/templates.php:106
6012
+ msgid "Icon"
6013
+ msgstr ""
6014
+
6015
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:492
6016
+ msgid "Icon Align"
6017
+ msgstr ""
6018
+
6019
+ #: includes/widgets/htmega_button.php:538
6020
+ #: includes/widgets/htmega_button.php:622
6021
+ #: includes/widgets/htmega_teammember.php:256
6022
+ msgid "Icon Background"
6023
+ msgstr ""
6024
+
6025
+ #: includes/widgets/htmega_accordion.php:1088
6026
+ msgid "Icon Box Height"
6027
+ msgstr ""
6028
+
6029
+ #: includes/widgets/htmega_newsticker.php:778
6030
+ msgid "Icon Box Height/Width"
6031
+ msgstr ""
6032
+
6033
+ #: includes/widgets/htmega_accordion.php:1071
6034
+ msgid "Icon Box Width"
6035
+ msgstr ""
6036
+
6037
+ #: includes/widgets/htmega_booked_calender.php:530
6038
+ #: includes/widgets/htmega_notify.php:657
6039
+ #: includes/widgets/htmega_post_grid_tab.php:756
6040
+ #: includes/widgets/htmega_post_slider.php:1176
6041
+ #: includes/widgets/htmega_pricing_list_view.php:314
6042
+ #: includes/widgets/htmega_pricing_list_view.php:906
6043
+ #: includes/widgets/htmega_search.php:270
6044
+ #: includes/widgets/htmega_singlepost.php:372
6045
+ #: includes/widgets/htmega_tabs.php:177 includes/widgets/htmega_tabs.php:687
6046
+ #: includes/widgets/htmega_tabs.php:802
6047
+ #: includes/widgets/htmega_teammember.php:244
6048
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:481
6049
+ msgid "Icon Color"
6050
+ msgstr ""
6051
+
6052
+ #: includes/widgets/htmega_lightbox.php:408
6053
+ msgid "Icon Dimensions"
6054
+ msgstr ""
6055
+
6056
+ #: includes/widgets/htmega_search.php:881
6057
+ #: includes/widgets/htmega_socialshere.php:480
6058
+ #: includes/widgets/htmega_toggle.php:252
6059
+ msgid "Icon Font Size"
6060
+ msgstr ""
6061
+
6062
+ #: includes/widgets/htmega_instagram.php:1439
6063
+ #: includes/widgets/htmega_socialshere.php:509
6064
+ #: includes/widgets/htmega_tabs.php:772
6065
+ msgid "Icon Height"
6066
+ msgstr ""
6067
+
6068
+ #: includes/widgets/htmega_teammember.php:279
6069
+ msgid "Icon Hover Background"
6070
+ msgstr ""
6071
+
6072
+ #: includes/widgets/htmega_teammember.php:290
6073
+ msgid "Icon Hover border color"
6074
+ msgstr ""
6075
+
6076
+ #: includes/widgets/htmega_teammember.php:267
6077
+ msgid "Icon Hover Color"
6078
+ msgstr ""
6079
+
6080
+ #: includes/widgets/htmega_videoplayer.php:97
6081
+ msgid "Icon Image"
6082
+ msgstr ""
6083
+
6084
+ #: includes/widgets/htmega_button.php:107
6085
+ #: includes/widgets/htmega_call_to_action.php:196
6086
+ #: includes/widgets/htmega_call_to_action.php:290
6087
+ #: includes/widgets/htmega_double_button.php:153
6088
+ #: includes/widgets/htmega_double_button.php:240
6089
+ #: includes/widgets/htmega_modal.php:174
6090
+ #: includes/widgets/htmega_offcanvas.php:199
6091
+ #: includes/widgets/htmega_pricing_list_view.php:1185
6092
+ msgid "Icon Position"
6093
+ msgstr ""
6094
+
6095
+ #: includes/widgets/htmega_socialshere.php:464
6096
+ msgid "Icon Settings"
6097
+ msgstr ""
6098
+
6099
+ #: includes/widgets/htmega_data_table.php:292
6100
+ msgid "Icon SIze"
6101
+ msgstr ""
6102
+
6103
+ #: includes/widgets/htmega_accordion.php:978
6104
+ #: includes/widgets/htmega_call_to_action.php:785
6105
+ #: includes/widgets/htmega_call_to_action.php:991
6106
+ #: includes/widgets/htmega_instagram.php:1377
6107
+ #: includes/widgets/htmega_modal.php:377
6108
+ #: includes/widgets/htmega_newsticker.php:606
6109
+ #: includes/widgets/htmega_newsticker.php:758
6110
+ #: includes/widgets/htmega_notify.php:646
6111
+ #: includes/widgets/htmega_popover.php:362
6112
+ #: includes/widgets/htmega_pricing_list_view.php:751
6113
+ #: includes/widgets/htmega_service.php:624
6114
+ #: includes/widgets/htmega_switcher.php:82
6115
+ #: includes/widgets/htmega_switcher.php:173
6116
+ #: includes/widgets/htmega_tabs.php:700 includes/widgets/htmega_tooltip.php:339
6117
+ msgid "Icon Size"
6118
+ msgstr ""
6119
+
6120
+ #: includes/widgets/htmega_modal.php:409
6121
+ msgid "Icon Space"
6122
+ msgstr ""
6123
+
6124
+ #: includes/widgets/htmega_button.php:125
6125
+ #: includes/widgets/htmega_call_to_action.php:174
6126
+ #: includes/widgets/htmega_call_to_action.php:268
6127
+ #: includes/widgets/htmega_double_button.php:131
6128
+ #: includes/widgets/htmega_double_button.php:218
6129
+ #: includes/widgets/htmega_offcanvas.php:223
6130
+ msgid "Icon Spacing"
6131
+ msgstr ""
6132
+
6133
+ #: includes/widgets/htmega_button.php:504
6134
+ #: includes/widgets/htmega_newsticker.php:594
6135
+ msgid "Icon Style"
6136
+ msgstr ""
6137
+
6138
+ #: includes/widgets/htmega_counter.php:90 includes/widgets/htmega_modal.php:119
6139
+ #: includes/widgets/htmega_section_title.php:94
6140
+ #: includes/widgets/htmega_working_process.php:105
6141
+ msgid "Icon Type"
6142
+ msgstr ""
6143
+
6144
+ #: includes/widgets/htmega_instagram.php:1420
6145
+ #: includes/widgets/htmega_socialshere.php:557
6146
+ #: includes/widgets/htmega_tabs.php:751
6147
+ msgid "Icon Width"
6148
+ msgstr ""
6149
+
6150
+ #: includes/widgets/htmega_counter.php:814
6151
+ msgid "Icon/Image"
6152
+ msgstr ""
6153
+
6154
+ #: includes/widgets/htmega_pricing_list_view.php:629
6155
+ msgid "Icons"
6156
+ msgstr ""
6157
+
6158
+ #: includes/widgets/htmega_bbpress.php:73
6159
+ #: includes/widgets/htmega_newsticker.php:251
6160
+ #: includes/widgets/htmega_postgrid.php:148
6161
+ #: includes/widgets/htmega_post_grid_tab.php:155
6162
+ #: includes/widgets/htmega_post_slider.php:159
6163
+ #: extensions/ht-builder/widgets/bl_post_archive.php:199
6164
+ msgid "ID"
6165
+ msgstr ""
6166
+
6167
+ #: includes/widgets/htmega_newsticker.php:815
6168
+ #: includes/widgets/htmega_panel_slider.php:829
6169
+ msgid "If need to different from prev button"
6170
+ msgstr ""
6171
+
6172
+ #: admin/include/admin-setting.php:1186
6173
+ msgid ""
6174
+ "If you’re loving how our product has helped your business, please let the "
6175
+ "WordPress community know by"
6176
+ msgstr ""
6177
+
6178
+ #: includes/widgets/htmega_accordion.php:151
6179
+ #: includes/widgets/htmega_accordion.php:194
6180
+ #: includes/widgets/htmega_add_banner.php:72
6181
+ #: includes/widgets/htmega_blockquote.php:93
6182
+ #: includes/widgets/htmega_blockquote.php:108
6183
+ #: includes/widgets/htmega_carousel.php:79
6184
+ #: includes/widgets/htmega_counter.php:99
6185
+ #: includes/widgets/htmega_counter.php:125
6186
+ #: includes/widgets/htmega_custom_event.php:51
6187
+ #: includes/widgets/htmega_data_table.php:256
6188
+ #: includes/widgets/htmega_errorcontent.php:65
6189
+ #: includes/widgets/htmega_image_grid.php:123
6190
+ #: includes/widgets/htmega_image_masonry.php:103
6191
+ #: includes/widgets/htmega_instagram.php:215
6192
+ #: includes/widgets/htmega_instagram.php:233
6193
+ #: includes/widgets/htmega_lightbox.php:53
6194
+ #: includes/widgets/htmega_lightbox.php:63
6195
+ #: includes/widgets/htmega_lightbox.php:117
6196
+ #: includes/widgets/htmega_modal.php:123 includes/widgets/htmega_modal.php:137
6197
+ #: includes/widgets/htmega_panel_slider.php:87
6198
+ #: includes/widgets/htmega_popover.php:61
6199
+ #: includes/widgets/htmega_popover.php:101
6200
+ #: includes/widgets/htmega_pricing_list_view.php:248
6201
+ #: includes/widgets/htmega_pricing_list_view.php:275
6202
+ #: includes/widgets/htmega_section_title.php:98
6203
+ #: includes/widgets/htmega_section_title.php:112
6204
+ #: includes/widgets/htmega_service.php:73
6205
+ #: includes/widgets/htmega_service.php:88
6206
+ #: includes/widgets/htmega_service.php:876
6207
+ #: includes/widgets/htmega_slider_thumb_gallery.php:82
6208
+ #: includes/widgets/htmega_special_day_banner.php:58
6209
+ #: includes/widgets/htmega_testimonial_grid.php:195
6210
+ #: includes/widgets/htmega_testimonial_grid.php:388
6211
+ #: includes/widgets/htmega_tooltip.php:61
6212
+ #: includes/widgets/htmega_tooltip.php:101
6213
+ #: includes/widgets/htmega_videoplayer.php:86
6214
+ #: includes/widgets/htmega_wc_categories.php:458
6215
+ #: includes/widgets/htmega_working_process.php:109
6216
+ #: includes/widgets/htmega_working_process.php:124
6217
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:139
6218
+ msgid "Image"
6219
+ msgstr ""
6220
+
6221
+ #: includes/widgets/htmega_image_comparison.php:532
6222
+ msgid "Image After"
6223
+ msgstr ""
6224
+
6225
+ #: includes/widgets/htmega_image_comparison.php:512
6226
+ msgid "Image Before"
6227
+ msgstr ""
6228
+
6229
+ #: includes/widgets/htmega_postgrid.php:236
6230
+ #: includes/widgets/htmega_post_grid_tab.php:324
6231
+ msgid "Image Border Radius"
6232
+ msgstr ""
6233
+
6234
+ #: includes/widgets/htmega_panel_slider.php:610
6235
+ msgid "Image Box Padding"
6236
+ msgstr ""
6237
+
6238
+ #: includes/widgets_control.php:178 admin/include/admin-setting.php:263
6239
+ #: includes/widgets/htmega_image_comparison.php:13
6240
+ #: includes/widgets/htmega_image_comparison.php:43
6241
+ msgid "Image Comparison"
6242
+ msgstr ""
6243
+
6244
+ #: includes/widgets_control.php:183 admin/include/admin-setting.php:271
6245
+ #: includes/widgets/htmega_image_grid.php:13
6246
+ #: includes/widgets/htmega_image_grid.php:35
6247
+ msgid "Image Grid"
6248
+ msgstr ""
6249
+
6250
+ #: includes/widgets/htmega_image_grid.php:170
6251
+ msgid "Image Grid Description"
6252
+ msgstr ""
6253
+
6254
+ #: includes/widgets/htmega_image_grid.php:116
6255
+ msgid "Image Grid Description."
6256
+ msgstr ""
6257
+
6258
+ #: includes/widgets/htmega_carousel.php:101
6259
+ #: includes/widgets/htmega_image_grid.php:169
6260
+ msgid "Image Grid Title"
6261
+ msgstr ""
6262
+
6263
+ #: includes/widgets/htmega_carousel.php:72
6264
+ #: includes/widgets/htmega_image_grid.php:107
6265
+ msgid "Image Grid Title."
6266
+ msgstr ""
6267
+
6268
+ #: includes/widgets/htmega_data_table.php:372
6269
+ msgid "Image Height"
6270
+ msgstr ""
6271
+
6272
+ #: includes/widgets/htmega_teammember.php:100
6273
+ msgid "Image Hover Animate"
6274
+ msgstr ""
6275
+
6276
+ #: extensions/wc-sales-notification/admin/setting.php:94
6277
+ msgid "Image Left"
6278
+ msgstr ""
6279
+
6280
+ #: includes/widgets/htmega_instagram.php:87
6281
+ msgid "Image link in new tab"
6282
+ msgstr ""
6283
+
6284
+ #: includes/widgets_control.php:188 admin/include/admin-setting.php:279
6285
+ #: includes/widgets/htmega_image_magnifier.php:13
6286
+ msgid "Image Magnifier"
6287
+ msgstr ""
6288
+
6289
+ #: admin/include/admin-setting.php:287
6290
+ #: includes/widgets/htmega_imagemarker.php:13
6291
+ msgid "Image Marker"
6292
+ msgstr ""
6293
+
6294
+ #: admin/include/admin-setting.php:295
6295
+ #: includes/widgets/htmega_image_masonry.php:13
6296
+ #: includes/widgets/htmega_image_masonry.php:43
6297
+ msgid "Image Masonry"
6298
+ msgstr ""
6299
+
6300
+ #: includes/widgets/htmega_image_masonry.php:150
6301
+ msgid "Image Masonry Description"
6302
+ msgstr ""
6303
+
6304
+ #: includes/widgets/htmega_image_masonry.php:96
6305
+ msgid "Image Masonry Description."
6306
+ msgstr ""
6307
+
6308
+ #: includes/widgets/htmega_image_masonry.php:149
6309
+ msgid "Image Masonry Title"
6310
+ msgstr ""
6311
+
6312
+ #: includes/widgets/htmega_image_masonry.php:87
6313
+ msgid "Image Masonry Title."
6314
+ msgstr ""
6315
+
6316
+ #: includes/widgets/htmega_panel_slider.php:587
6317
+ #: includes/widgets/htmega_postgrid.php:218
6318
+ #: includes/widgets/htmega_post_slider.php:648
6319
+ msgid "Image Overlay"
6320
+ msgstr ""
6321
+
6322
+ #: includes/widgets/htmega_instragram_feed.php:153
6323
+ msgid "Image Padding"
6324
+ msgstr ""
6325
+
6326
+ #: includes/widgets/htmega_section_title.php:153
6327
+ #: extensions/wc-sales-notification/admin/setting.php:89
6328
+ msgid "Image Position"
6329
+ msgstr ""
6330
+
6331
+ #: includes/widgets/htmega_buddy_press.php:95
6332
+ #: includes/widgets/htmega_instragram_feed.php:67
6333
+ msgid "Image Size"
6334
+ msgstr ""
6335
+
6336
+ #: includes/widgets/htmega_modal.php:291
6337
+ msgid "Image space"
6338
+ msgstr ""
6339
+
6340
+ #: includes/widgets/htmega_data_table.php:349
6341
+ #: includes/widgets/htmega_twitter_feed.php:807
6342
+ msgid "Image Width"
6343
+ msgstr ""
6344
+
6345
+ #: includes/widgets/htmega_pricing_list_view.php:500
6346
+ msgid "Image/Icon Position"
6347
+ msgstr ""
6348
+
6349
+ #: includes/widgets_control.php:198
6350
+ msgid "Image_Masonry"
6351
+ msgstr ""
6352
+
6353
+ #: includes/widgets_control.php:193
6354
+ msgid "ImageMarker"
6355
+ msgstr ""
6356
+
6357
+ #: includes/class.assests.php:377
6358
+ msgid "Import"
6359
+ msgstr ""
6360
+
6361
+ #: admin/include/templates_list.php:13
6362
+ msgid "Import template to your Library"
6363
+ msgstr ""
6364
+
6365
+ #: includes/class.assests.php:375
6366
+ msgid "Import to Library"
6367
+ msgstr ""
6368
+
6369
+ #: includes/class.assests.php:376
6370
+ msgid "Import to Page"
6371
+ msgstr ""
6372
+
6373
+ #: includes/class.assests.php:370
6374
+ msgid "in this package"
6375
+ msgstr ""
6376
+
6377
+ #: admin/include/admin-setting.php:1257 admin/include/admin-setting.php:1282
6378
+ msgid "Incoming animation option"
6379
+ msgstr ""
6380
+
6381
+ #: includes/widgets/htmega_instagram.php:1541
6382
+ msgid "Incorrect access token specified."
6383
+ msgstr ""
6384
+
6385
+ #: includes/widgets/htmega_progress_bar.php:602
6386
+ msgid "Indicator Background"
6387
+ msgstr ""
6388
+
6389
+ #: includes/widgets/htmega_progress_bar.php:626
6390
+ msgid "Indicator Border Radius"
6391
+ msgstr ""
6392
+
6393
+ #: includes/widgets/htmega_imagemarker.php:436
6394
+ #: includes/widgets/htmega_progress_bar.php:183
6395
+ msgid "Indicator color"
6396
+ msgstr ""
6397
+
6398
+ #: includes/widgets/htmega_imagemarker.php:569
6399
+ msgid "Indicator Height"
6400
+ msgstr ""
6401
+
6402
+ #: includes/widgets/htmega_imagemarker.php:596
6403
+ msgid "Indicator Line Height"
6404
+ msgstr ""
6405
+
6406
+ #: includes/widgets/htmega_imagemarker.php:361
6407
+ msgid "Indicator Position(X)"
6408
+ msgstr ""
6409
+
6410
+ #: includes/widgets/htmega_imagemarker.php:388
6411
+ msgid "Indicator Position(Y)"
6412
+ msgstr ""
6413
+
6414
+ #: includes/widgets/htmega_imagemarker.php:414
6415
+ msgid "Indicator Rotated"
6416
+ msgstr ""
6417
+
6418
+ #: includes/widgets/htmega_progress_bar.php:571
6419
+ msgid "Indicator Size"
6420
+ msgstr ""
6421
+
6422
+ #: includes/widgets/htmega_imagemarker.php:542
6423
+ msgid "Indicator Width"
6424
+ msgstr ""
6425
+
6426
+ #: includes/widgets/htmega_notify.php:132
6427
+ msgid "Info"
6428
+ msgstr ""
6429
+
6430
+ #: includes/widgets/htmega_googlemap.php:213
6431
+ msgid "Info Address Span Style"
6432
+ msgstr ""
6433
+
6434
+ #: includes/widgets/htmega_googlemap.php:179
6435
+ msgid "Info Address Style"
6436
+ msgstr ""
6437
+
6438
+ #: includes/widgets/htmega_googlemap.php:400
6439
+ msgid "Info Button Close"
6440
+ msgstr ""
6441
+
6442
+ #: includes/widgets/htmega_notify.php:639
6443
+ msgid "Info Icon"
6444
+ msgstr ""
6445
+
6446
+ #: includes/widgets/htmega_googlemap.php:361
6447
+ msgid "Info Pointer"
6448
+ msgstr ""
6449
+
6450
+ #: includes/widgets/htmega_scroll_navigation.php:200
6451
+ msgid "Initial Slide"
6452
+ msgstr ""
6453
+
6454
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:51
6455
+ msgid "inline"
6456
+ msgstr ""
6457
+
6458
+ #: includes/widgets/htmega_section_title.php:620
6459
+ #: includes/widgets/htmega_section_title.php:851
6460
+ msgid "Inline block"
6461
+ msgstr ""
6462
+
6463
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:14
6464
+ msgid "Inline Mega Menu"
6465
+ msgstr ""
6466
+
6467
+ #: admin/include/admin-setting.php:303
6468
+ #: includes/widgets/htmega_inlinemenu.php:13
6469
+ #: includes/widgets/htmega_inlinemenu.php:46
6470
+ msgid "Inline Navigation"
6471
+ msgstr ""
6472
+
6473
+ #: includes/widgets_control.php:203
6474
+ msgid "InlineMenu"
6475
+ msgstr ""
6476
+
6477
+ #: includes/widgets/htmega_progress_bar.php:654
6478
+ #: includes/widgets/htmega_progress_bar.php:773
6479
+ msgid "Inner"
6480
+ msgstr ""
6481
+
6482
+ #: includes/widgets/htmega_call_to_action.php:423
6483
+ msgid "Inner Box Style"
6484
+ msgstr ""
6485
+
6486
+ #: includes/widgets/htmega_caldera_form.php:184
6487
+ #: includes/widgets/htmega_contact_form_seven.php:177
6488
+ #: includes/widgets/htmega_gravity_forms.php:387
6489
+ #: includes/widgets/htmega_ninja_form.php:473
6490
+ #: includes/widgets/htmega_quforms.php:310
6491
+ #: includes/widgets/htmega_search.php:212
6492
+ #: includes/widgets/htmega_user_login_form.php:805
6493
+ #: includes/widgets/htmega_wc_element_pages.php:692
6494
+ #: includes/widgets/htmega_wc_element_pages.php:1336
6495
+ #: includes/widgets/htmega_wpforms.php:474
6496
+ msgid "Input"
6497
+ msgstr ""
6498
+
6499
+ #: includes/widgets/htmega_mailchimp_wp.php:159
6500
+ #: extensions/ht-builder/widgets/bl_post_comments.php:40
6501
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:102
6502
+ msgid "Input Box"
6503
+ msgstr ""
6504
+
6505
+ #: includes/widgets/htmega_caldera_form.php:290
6506
+ msgid "Input Space"
6507
+ msgstr ""
6508
+
6509
+ #: admin/include/templates/library/templates.php:64
6510
+ msgid "Insert"
6511
+ msgstr ""
6512
+
6513
+ #: includes/recommended-plugins/recommended-plugins.php:44
6514
+ msgid "Insert Headers and Footers Code"
6515
+ msgstr ""
6516
+
6517
+ #: includes/widgets_control.php:208 admin/include/admin-setting.php:311
6518
+ #: includes/widgets/htmega_instagram.php:15
6519
+ #: includes/widgets/htmega_instagram.php:44
6520
+ msgid "Instagram"
6521
+ msgstr ""
6522
+
6523
+ #: includes/widgets/htmega_instagram.php:77
6524
+ msgid "Instagram Access Token"
6525
+ msgstr ""
6526
+
6527
+ #: includes/widgets/htmega_instragram_feed.php:13
6528
+ #: includes/widgets/htmega_instragram_feed.php:35
6529
+ msgid "Instagram Feed"
6530
+ msgstr ""
6531
+
6532
+ #: admin/include/template-library.php:267
6533
+ #: admin/include/template-library.php:319
6534
+ #: includes/recommended-plugins/class.recommended-plugins.php:248
6535
+ msgid "Install Now"
6536
+ msgstr ""
6537
+
6538
+ #: includes/class.assests.php:380
6539
+ #: includes/recommended-plugins/class.recommended-plugins.php:124
6540
+ msgid "Installing.."
6541
+ msgstr ""
6542
+
6543
+ #: includes/widgets/htmega_socialshere.php:82
6544
+ msgid "Instapaper"
6545
+ msgstr ""
6546
+
6547
+ #: admin/include/admin-setting.php:999
6548
+ msgid "Instragram Feed"
6549
+ msgstr ""
6550
+
6551
+ #: includes/helper-function.php:364
6552
+ msgid "Invalid username or password!"
6553
+ msgstr ""
6554
+
6555
+ #: includes/widgets/htmega_business_hours.php:300
6556
+ #: includes/widgets/htmega_instagram.php:662
6557
+ #: extensions/ht-builder/widgets/bl_post_archive.php:245
6558
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:347
6559
+ msgid "Item"
6560
+ msgstr ""
6561
+
6562
+ #: includes/widgets/htmega_countdown.php:607
6563
+ msgid "Item Alignment"
6564
+ msgstr ""
6565
+
6566
+ #: includes/widgets/htmega_business_hours.php:209
6567
+ msgid "Item Area"
6568
+ msgstr ""
6569
+
6570
+ #: includes/widgets/htmega_easy_digital_download.php:259
6571
+ msgid "Item Background"
6572
+ msgstr ""
6573
+
6574
+ #: includes/widgets/htmega_testimonial_grid.php:253
6575
+ msgid "Item Box Style"
6576
+ msgstr ""
6577
+
6578
+ #: includes/widgets/htmega_accordion.php:275
6579
+ msgid "Item Collapse Icon"
6580
+ msgstr ""
6581
+
6582
+ #: includes/widgets/htmega_postgrid.php:397
6583
+ #: includes/widgets/htmega_post_grid_tab.php:1242
6584
+ msgid "Item Five Gradient"
6585
+ msgstr ""
6586
+
6587
+ #: includes/widgets/htmega_postgrid.php:379
6588
+ #: includes/widgets/htmega_post_grid_tab.php:1224
6589
+ msgid "Item Four Gradient"
6590
+ msgstr ""
6591
+
6592
+ #: includes/widgets/htmega_easy_digital_download.php:233
6593
+ msgid "Item Gap"
6594
+ msgstr ""
6595
+
6596
+ #: includes/widgets/htmega_progress_bar.php:543
6597
+ msgid "Item Inner Padding"
6598
+ msgstr ""
6599
+
6600
+ #: includes/widgets/htmega_instagram.php:130
6601
+ msgid "Item Limit"
6602
+ msgstr ""
6603
+
6604
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:378
6605
+ msgid "Item Link"
6606
+ msgstr ""
6607
+
6608
+ #: includes/widgets/htmega_working_process.php:463
6609
+ msgid "Item Number Shape"
6610
+ msgstr ""
6611
+
6612
+ #: includes/widgets/htmega_postgrid.php:326
6613
+ #: includes/widgets/htmega_post_grid_tab.php:1171
6614
+ msgid "Item One Gradient"
6615
+ msgstr ""
6616
+
6617
+ #: includes/widgets/htmega_instagram.php:725
6618
+ msgid "Item Overlay"
6619
+ msgstr ""
6620
+
6621
+ #: includes/widgets/htmega_progress_bar.php:529
6622
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:280
6623
+ msgid "Item Padding"
6624
+ msgstr ""
6625
+
6626
+ #: includes/widgets/htmega_postgrid.php:433
6627
+ #: includes/widgets/htmega_post_grid_tab.php:1278
6628
+ msgid "Item Seven Gradient"
6629
+ msgstr ""
6630
+
6631
+ #: includes/widgets/htmega_postgrid.php:415
6632
+ #: includes/widgets/htmega_post_grid_tab.php:1260
6633
+ msgid "Item Six Gradient"
6634
+ msgstr ""
6635
+
6636
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1249
6637
+ msgid "Item space"
6638
+ msgstr ""
6639
+
6640
+ #: includes/widgets/htmega_working_process.php:340
6641
+ msgid "Item style"
6642
+ msgstr ""
6643
+
6644
+ #: includes/widgets/htmega_postgrid.php:361
6645
+ #: includes/widgets/htmega_post_grid_tab.php:1206
6646
+ msgid "Item Three Gradient"
6647
+ msgstr ""
6648
+
6649
+ #: includes/widgets/htmega_postgrid.php:343
6650
+ #: includes/widgets/htmega_post_grid_tab.php:1188
6651
+ msgid "Item Two Gradient"
6652
+ msgstr ""
6653
+
6654
+ #: includes/widgets/htmega_working_process.php:357
6655
+ #: includes/widgets/htmega_working_process.php:564
6656
+ msgid "Item Width"
6657
+ msgstr ""
6658
+
6659
+ #: includes/widgets/htmega_working_process.php:451
6660
+ msgid "Items Seperator Style"
6661
+ msgstr ""
6662
+
6663
+ #: includes/widgets/htmega_progress_bar.php:420
6664
+ msgid "Items Style"
6665
+ msgstr ""
6666
+
6667
+ #: includes/widgets/htmega_booked_calender.php:109
6668
+ msgid "January"
6669
+ msgstr ""
6670
+
6671
+ #: includes/widgets/htmega_job_manager.php:56
6672
+ msgid "Job Apply To"
6673
+ msgstr ""
6674
+
6675
+ #: includes/widgets/htmega_job_manager.php:58
6676
+ msgid "Job Dashboard"
6677
+ msgstr ""
6678
+
6679
+ #: includes/widgets/htmega_job_manager.php:54
6680
+ msgid "Job List"
6681
+ msgstr ""
6682
+
6683
+ #: admin/include/admin-setting.php:1009 admin/include/admin-setting.php:1019
6684
+ #: includes/widgets/htmega_job_manager.php:13
6685
+ #: includes/widgets/htmega_job_manager.php:43
6686
+ msgid "Job Manager"
6687
+ msgstr ""
6688
+
6689
+ #: includes/widgets/htmega_job_manager.php:57
6690
+ msgid "Job Post Form"
6691
+ msgstr ""
6692
+
6693
+ #: includes/widgets/htmega_job_manager.php:55
6694
+ msgid "Job Summary"
6695
+ msgstr ""
6696
+
6697
+ #: includes/widgets/htmega_blockquote.php:81
6698
+ #: includes/widgets/htmega_blockquote.php:82
6699
+ msgid "Jon Doy"
6700
+ msgstr ""
6701
+
6702
+ #: includes/widgets/htmega_data_table.php:475
6703
+ msgid "jondoy@gmail.com"
6704
+ msgstr ""
6705
+
6706
+ #: includes/widgets/htmega_progress_bar.php:214
6707
+ msgid "Joomla"
6708
+ msgstr ""
6709
+
6710
+ #: includes/widgets/htmega_pricing_list_view.php:158
6711
+ msgid "Joomla Template"
6712
+ msgstr ""
6713
+
6714
+ #: includes/widgets/htmega_booked_calender.php:115
6715
+ msgid "July"
6716
+ msgstr ""
6717
+
6718
+ #: includes/widgets/htmega_booked_calender.php:114
6719
+ msgid "June"
6720
+ msgstr ""
6721
+
6722
+ #: includes/widgets/htmega_add_banner.php:380
6723
+ #: includes/widgets/htmega_blockquote.php:195
6724
+ #: includes/widgets/htmega_buddy_press.php:266
6725
+ #: includes/widgets/htmega_business_hours.php:403
6726
+ #: includes/widgets/htmega_button.php:166
6727
+ #: includes/widgets/htmega_call_to_action.php:342
6728
+ #: includes/widgets/htmega_carousel.php:849
6729
+ #: includes/widgets/htmega_countdown.php:623
6730
+ #: includes/widgets/htmega_countdown.php:655
6731
+ #: includes/widgets/htmega_counter.php:300
6732
+ #: includes/widgets/htmega_counter.php:333
6733
+ #: includes/widgets/htmega_counter.php:439
6734
+ #: includes/widgets/htmega_counter.php:565
6735
+ #: includes/widgets/htmega_data_table.php:651
6736
+ #: includes/widgets/htmega_data_table.php:770
6737
+ #: includes/widgets/htmega_errorcontent.php:261
6738
+ #: includes/widgets/htmega_image_grid.php:295
6739
+ #: includes/widgets/htmega_image_grid.php:392
6740
+ #: includes/widgets/htmega_image_masonry.php:270
6741
+ #: includes/widgets/htmega_image_masonry.php:367
6742
+ #: includes/widgets/htmega_lightbox.php:208
6743
+ #: includes/widgets/htmega_lightbox.php:321
6744
+ #: includes/widgets/htmega_mailchimp_wp.php:141
6745
+ #: includes/widgets/htmega_modal.php:362 includes/widgets/htmega_modal.php:1017
6746
+ #: includes/widgets/htmega_newsticker.php:466
6747
+ #: includes/widgets/htmega_notify.php:294
6748
+ #: includes/widgets/htmega_notify.php:574
6749
+ #: includes/widgets/htmega_notify.php:840
6750
+ #: includes/widgets/htmega_offcanvas.php:387
6751
+ #: includes/widgets/htmega_panel_slider.php:575
6752
+ #: includes/widgets/htmega_popover.php:277
6753
+ #: includes/widgets/htmega_popover.php:673
6754
+ #: includes/widgets/htmega_popover.php:777
6755
+ #: includes/widgets/htmega_postgrid.php:529
6756
+ #: includes/widgets/htmega_postgrid.php:642
6757
+ #: includes/widgets/htmega_post_grid_tab.php:507
6758
+ #: includes/widgets/htmega_post_grid_tab.php:594
6759
+ #: includes/widgets/htmega_post_slider.php:942
6760
+ #: includes/widgets/htmega_post_slider.php:1029
6761
+ #: includes/widgets/htmega_pricing_list_view.php:485
6762
+ #: includes/widgets/htmega_pricing_list_view.php:1140
6763
+ #: includes/widgets/htmega_search.php:168
6764
+ #: includes/widgets/htmega_service.php:253
6765
+ #: includes/widgets/htmega_service.php:437
6766
+ #: includes/widgets/htmega_service.php:542
6767
+ #: includes/widgets/htmega_service.php:731
6768
+ #: includes/widgets/htmega_service.php:993
6769
+ #: includes/widgets/htmega_singlepost.php:233
6770
+ #: includes/widgets/htmega_singlepost.php:436
6771
+ #: includes/widgets/htmega_special_day_banner.php:277
6772
+ #: includes/widgets/htmega_tablepress.php:225
6773
+ #: includes/widgets/htmega_tablepress.php:382
6774
+ #: includes/widgets/htmega_teammember.php:757
6775
+ #: includes/widgets/htmega_teammember.php:847
6776
+ #: includes/widgets/htmega_teammember.php:938
6777
+ #: includes/widgets/htmega_teammember.php:1005
6778
+ #: includes/widgets/htmega_testimonial_grid.php:565
6779
+ #: includes/widgets/htmega_toggle.php:208
6780
+ #: includes/widgets/htmega_tooltip.php:253
6781
+ #: includes/widgets/htmega_user_login_form.php:583
6782
+ #: extensions/ht-builder/widgets/bl_page_title.php:149
6783
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:151
6784
+ #: extensions/ht-builder/widgets/bl_post_content.php:84
6785
+ #: extensions/ht-builder/widgets/bl_post_excerpt.php:84
6786
+ #: extensions/ht-builder/widgets/bl_post_title.php:117
6787
+ #: extensions/ht-builder/widgets/bl_site_logo.php:171
6788
+ #: extensions/ht-builder/widgets/bl_site_title.php:151
6789
+ msgid "Justified"
6790
+ msgstr ""
6791
+
6792
+ #: includes/widgets/htmega_user_login_form.php:425
6793
+ msgid "Justify Content"
6794
+ msgstr ""
6795
+
6796
+ #: includes/recommended-plugins/recommended-plugins.php:78
6797
+ msgid "JustTables"
6798
+ msgstr ""
6799
+
6800
+ #: includes/widgets/htmega_countdown.php:912
6801
+ #: includes/widgets/htmega_newsticker.php:483
6802
+ #: includes/widgets/htmega_quforms.php:79
6803
+ #: includes/widgets/htmega_user_login_form.php:183
6804
+ #: includes/widgets/htmega_user_login_form.php:1464
6805
+ #: includes/widgets/htmega_wc_element_pages.php:648
6806
+ #: includes/widgets/htmega_wc_element_pages.php:1303
6807
+ msgid "Label"
6808
+ msgstr ""
6809
+
6810
+ #: includes/widgets/htmega_pricing_list_view.php:790
6811
+ msgid "Label Background"
6812
+ msgstr ""
6813
+
6814
+ #: includes/widgets/htmega_pricing_list_view.php:805
6815
+ msgid "Label Color"
6816
+ msgstr ""
6817
+
6818
+ #: includes/widgets/htmega_newsticker.php:561
6819
+ msgid "Label Height"
6820
+ msgstr ""
6821
+
6822
+ #: includes/widgets/htmega_newsticker.php:78
6823
+ msgid "Label Icon"
6824
+ msgstr ""
6825
+
6826
+ #: includes/widgets/htmega_pricing_list_view.php:853
6827
+ msgid "Label Margin"
6828
+ msgstr ""
6829
+
6830
+ #: includes/widgets/htmega_pricing_list_view.php:837
6831
+ msgid "Label Padding"
6832
+ msgstr ""
6833
+
6834
+ #: includes/widgets/htmega_pricing_list_view.php:766
6835
+ msgid "Label Position"
6836
+ msgstr ""
6837
+
6838
+ #: includes/widgets/htmega_countdown.php:172
6839
+ msgid "Label Setting"
6840
+ msgstr ""
6841
+
6842
+ #: includes/widgets/htmega_pricing_list_view.php:736
6843
+ msgid "Label Typography"
6844
+ msgstr ""
6845
+
6846
+ #: includes/widgets/htmega_caldera_form.php:61
6847
+ #: includes/widgets/htmega_contact_form_seven.php:643
6848
+ #: includes/widgets/htmega_gravity_forms.php:228
6849
+ #: includes/widgets/htmega_ninja_form.php:313
6850
+ #: includes/widgets/htmega_wpforms.php:306
6851
+ msgid "Labels"
6852
+ msgstr ""
6853
+
6854
+ #: includes/widgets/htmega_button.php:88
6855
+ #: includes/widgets/htmega_double_button.php:48
6856
+ msgid "Large"
6857
+ msgstr ""
6858
+
6859
+ #: includes/widgets/htmega_testimonial_grid.php:101
6860
+ msgid "Large Mobile"
6861
+ msgstr ""
6862
+
6863
+ #: includes/widgets/htmega_googlemap.php:133
6864
+ #: includes/widgets/htmega_weather.php:184
6865
+ msgid "Latitude"
6866
+ msgstr ""
6867
+
6868
+ #: includes/widgets/htmega_layer_slider.php:13
6869
+ #: includes/widgets/htmega_layer_slider.php:56
6870
+ msgid "LayerSlider"
6871
+ msgstr ""
6872
+
6873
+ #: includes/widgets/htmega_animated_heading.php:49
6874
+ #: includes/widgets/htmega_bbpress.php:50
6875
+ #: includes/widgets/htmega_business_hours.php:43
6876
+ #: includes/widgets/htmega_data_table.php:44
6877
+ #: includes/widgets/htmega_job_manager.php:50
6878
+ #: includes/widgets/htmega_postgrid.php:43
6879
+ #: includes/widgets/htmega_post_grid_tab.php:50
6880
+ #: includes/widgets/htmega_post_slider.php:51
6881
+ #: includes/widgets/htmega_pricing_list_view.php:43
6882
+ #: includes/widgets/htmega_pricing_list_view.php:50
6883
+ #: includes/widgets/htmega_verticle_time_line.php:43
6884
+ #: extensions/ht-builder/widgets/bl_post_archive.php:43
6885
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:46
6886
+ msgid "Layout"
6887
+ msgstr ""
6888
+
6889
+ #: includes/widgets/htmega_business_hours.php:51
6890
+ #: includes/widgets/htmega_postgrid.php:51
6891
+ #: includes/widgets/htmega_post_grid_tab.php:58
6892
+ #: includes/widgets/htmega_post_slider.php:59
6893
+ msgid "Layout Five"
6894
+ msgstr ""
6895
+
6896
+ #: includes/widgets/htmega_business_hours.php:50
6897
+ #: includes/widgets/htmega_postgrid.php:50
6898
+ #: includes/widgets/htmega_post_grid_tab.php:57
6899
+ #: includes/widgets/htmega_post_slider.php:58
6900
+ #: includes/widgets/htmega_verticle_time_line.php:51
6901
+ msgid "Layout Four"
6902
+ msgstr ""
6903
+
6904
+ #: includes/widgets/htmega_pricing_list_view.php:57
6905
+ msgid "Layout Four ( No Border )"
6906
+ msgstr ""
6907
+
6908
+ #: includes/widgets/htmega_business_hours.php:47
6909
+ #: includes/widgets/htmega_data_table.php:48
6910
+ #: includes/widgets/htmega_postgrid.php:47
6911
+ #: includes/widgets/htmega_post_grid_tab.php:54
6912
+ #: includes/widgets/htmega_post_slider.php:55
6913
+ #: includes/widgets/htmega_pricing_list_view.php:54
6914
+ #: includes/widgets/htmega_switcher.php:45
6915
+ #: includes/widgets/htmega_verticle_time_line.php:48
6916
+ #: extensions/ht-builder/widgets/bl_post_archive.php:47
6917
+ msgid "Layout One"
6918
+ msgstr ""
6919
+
6920
+ #: includes/widgets/htmega_post_slider.php:61
6921
+ msgid "Layout Seven"
6922
+ msgstr ""
6923
+
6924
+ #: includes/widgets/htmega_post_slider.php:60
6925
+ msgid "Layout Six"
6926
+ msgstr ""
6927
+
6928
+ #: includes/widgets/htmega_business_hours.php:49
6929
+ #: includes/widgets/htmega_data_table.php:50
6930
+ #: includes/widgets/htmega_postgrid.php:49
6931
+ #: includes/widgets/htmega_post_grid_tab.php:56
6932
+ #: includes/widgets/htmega_post_slider.php:57
6933
+ #: includes/widgets/htmega_pricing_list_view.php:56
6934
+ #: includes/widgets/htmega_verticle_time_line.php:50
6935
+ msgid "Layout Three"
6936
+ msgstr ""
6937
+
6938
+ #: includes/widgets/htmega_business_hours.php:48
6939
+ #: includes/widgets/htmega_data_table.php:49
6940
+ #: includes/widgets/htmega_postgrid.php:48
6941
+ #: includes/widgets/htmega_post_grid_tab.php:55
6942
+ #: includes/widgets/htmega_post_slider.php:56
6943
+ #: includes/widgets/htmega_pricing_list_view.php:55
6944
+ #: includes/widgets/htmega_switcher.php:46
6945
+ #: includes/widgets/htmega_verticle_time_line.php:49
6946
+ #: extensions/ht-builder/widgets/bl_post_archive.php:48
6947
+ msgid "Layout Two"
6948
+ msgstr ""
6949
+
6950
+ #: admin/include/admin-setting.php:1186
6951
+ msgid "leaving us a review on our WP repository"
6952
+ msgstr ""
6953
+
6954
+ #: includes/widgets/htmega_accordion.php:470
6955
+ #: includes/widgets/htmega_accordion.php:661
6956
+ #: includes/widgets/htmega_accordion.php:819
6957
+ #: includes/widgets/htmega_accordion.php:1205
6958
+ #: includes/widgets/htmega_accordion.php:1323
6959
+ #: includes/widgets/htmega_add_banner.php:368
6960
+ #: includes/widgets/htmega_blockquote.php:183
6961
+ #: includes/widgets/htmega_buddy_press.php:254
6962
+ #: includes/widgets/htmega_business_hours.php:391
6963
+ #: includes/widgets/htmega_button.php:111
6964
+ #: includes/widgets/htmega_button.php:154
6965
+ #: includes/widgets/htmega_caldera_form.php:72
6966
+ #: includes/widgets/htmega_caldera_form.php:347
6967
+ #: includes/widgets/htmega_call_to_action.php:200
6968
+ #: includes/widgets/htmega_call_to_action.php:294
6969
+ #: includes/widgets/htmega_call_to_action.php:330
6970
+ #: includes/widgets/htmega_carousel.php:837
6971
+ #: includes/widgets/htmega_contact_form_seven.php:117
6972
+ #: includes/widgets/htmega_countdown.php:611
6973
+ #: includes/widgets/htmega_countdown.php:643
6974
+ #: includes/widgets/htmega_counter.php:288
6975
+ #: includes/widgets/htmega_counter.php:321
6976
+ #: includes/widgets/htmega_counter.php:427
6977
+ #: includes/widgets/htmega_counter.php:553
6978
+ #: includes/widgets/htmega_data_table.php:639
6979
+ #: includes/widgets/htmega_data_table.php:758
6980
+ #: includes/widgets/htmega_double_button.php:157
6981
+ #: includes/widgets/htmega_double_button.php:244
6982
+ #: includes/widgets/htmega_double_button.php:325
6983
+ #: includes/widgets/htmega_dropcaps.php:84
6984
+ #: includes/widgets/htmega_easy_digital_download.php:318
6985
+ #: includes/widgets/htmega_easy_digital_download.php:686
6986
+ #: includes/widgets/htmega_errorcontent.php:249
6987
+ #: includes/widgets/htmega_gravity_forms.php:149
6988
+ #: includes/widgets/htmega_gravity_forms.php:205
6989
+ #: includes/widgets/htmega_gravity_forms.php:239
6990
+ #: includes/widgets/htmega_gravity_forms.php:544
6991
+ #: includes/widgets/htmega_gravity_forms.php:775
6992
+ #: includes/widgets/htmega_imagemarker.php:203
6993
+ #: includes/widgets/htmega_imagemarker.php:710
6994
+ #: includes/widgets/htmega_image_grid.php:283
6995
+ #: includes/widgets/htmega_image_grid.php:380
6996
+ #: includes/widgets/htmega_image_masonry.php:258
6997
+ #: includes/widgets/htmega_image_masonry.php:355
6998
+ #: includes/widgets/htmega_inlinemenu.php:121
6999
+ #: includes/widgets/htmega_instagram.php:1484
7000
+ #: includes/widgets/htmega_job_manager.php:159
7001
+ #: includes/widgets/htmega_lightbox.php:196
7002
+ #: includes/widgets/htmega_lightbox.php:309
7003
+ #: includes/widgets/htmega_mailchimp_wp.php:129
7004
+ #: includes/widgets/htmega_modal.php:178 includes/widgets/htmega_modal.php:350
7005
+ #: includes/widgets/htmega_modal.php:1005
7006
+ #: includes/widgets/htmega_newsticker.php:454
7007
+ #: includes/widgets/htmega_ninja_form.php:188
7008
+ #: includes/widgets/htmega_ninja_form.php:290
7009
+ #: includes/widgets/htmega_ninja_form.php:324
7010
+ #: includes/widgets/htmega_ninja_form.php:611
7011
+ #: includes/widgets/htmega_ninja_form.php:822
7012
+ #: includes/widgets/htmega_ninja_form.php:1034
7013
+ #: includes/widgets/htmega_notify.php:282
7014
+ #: includes/widgets/htmega_notify.php:562
7015
+ #: includes/widgets/htmega_notify.php:828
7016
+ #: includes/widgets/htmega_offcanvas.php:103
7017
+ #: includes/widgets/htmega_offcanvas.php:204
7018
+ #: includes/widgets/htmega_offcanvas.php:283
7019
+ #: includes/widgets/htmega_offcanvas.php:375
7020
+ #: includes/widgets/htmega_panel_slider.php:563
7021
+ #: includes/widgets/htmega_popover.php:193
7022
+ #: includes/widgets/htmega_popover.php:265
7023
+ #: includes/widgets/htmega_popover.php:661
7024
+ #: includes/widgets/htmega_popover.php:765
7025
+ #: includes/widgets/htmega_postgrid.php:293
7026
+ #: includes/widgets/htmega_postgrid.php:517
7027
+ #: includes/widgets/htmega_postgrid.php:630
7028
+ #: includes/widgets/htmega_post_grid_tab.php:401
7029
+ #: includes/widgets/htmega_post_grid_tab.php:495
7030
+ #: includes/widgets/htmega_post_grid_tab.php:582
7031
+ #: includes/widgets/htmega_post_grid_tab.php:805
7032
+ #: includes/widgets/htmega_post_slider.php:836
7033
+ #: includes/widgets/htmega_post_slider.php:930
7034
+ #: includes/widgets/htmega_post_slider.php:1017
7035
+ #: includes/widgets/htmega_post_slider.php:1233
7036
+ #: includes/widgets/htmega_pricing_list_view.php:473
7037
+ #: includes/widgets/htmega_pricing_list_view.php:504
7038
+ #: includes/widgets/htmega_pricing_list_view.php:1128
7039
+ #: includes/widgets/htmega_pricing_list_view.php:1189
7040
+ #: includes/widgets/htmega_quforms.php:90
7041
+ #: includes/widgets/htmega_quforms.php:210
7042
+ #: includes/widgets/htmega_quforms.php:331
7043
+ #: includes/widgets/htmega_quforms.php:551
7044
+ #: includes/widgets/htmega_quforms.php:769
7045
+ #: includes/widgets/htmega_search.php:156
7046
+ #: includes/widgets/htmega_section_title.php:415
7047
+ #: includes/widgets/htmega_service.php:241
7048
+ #: includes/widgets/htmega_service.php:425
7049
+ #: includes/widgets/htmega_service.php:530
7050
+ #: includes/widgets/htmega_service.php:719
7051
+ #: includes/widgets/htmega_service.php:981
7052
+ #: includes/widgets/htmega_singlepost.php:221
7053
+ #: includes/widgets/htmega_singlepost.php:317
7054
+ #: includes/widgets/htmega_singlepost.php:424
7055
+ #: includes/widgets/htmega_slider_thumb_gallery.php:55
7056
+ #: includes/widgets/htmega_socialshere.php:374
7057
+ #: includes/widgets/htmega_special_day_banner.php:49
7058
+ #: includes/widgets/htmega_special_day_banner.php:265
7059
+ #: includes/widgets/htmega_tablepress.php:213
7060
+ #: includes/widgets/htmega_tablepress.php:370
7061
+ #: includes/widgets/htmega_tabs.php:513
7062
+ #: includes/widgets/htmega_teammember.php:105
7063
+ #: includes/widgets/htmega_teammember.php:616
7064
+ #: includes/widgets/htmega_teammember.php:745
7065
+ #: includes/widgets/htmega_teammember.php:835
7066
+ #: includes/widgets/htmega_teammember.php:926
7067
+ #: includes/widgets/htmega_teammember.php:993
7068
+ #: includes/widgets/htmega_testimonial_grid.php:553
7069
+ #: includes/widgets/htmega_toggle.php:196
7070
+ #: includes/widgets/htmega_tooltip.php:181
7071
+ #: includes/widgets/htmega_tooltip.php:241
7072
+ #: includes/widgets/htmega_user_login_form.php:149
7073
+ #: includes/widgets/htmega_user_login_form.php:371
7074
+ #: includes/widgets/htmega_user_login_form.php:571
7075
+ #: includes/widgets/htmega_videoplayer.php:296
7076
+ #: includes/widgets/htmega_wc_categories.php:380
7077
+ #: includes/widgets/htmega_wpforms.php:180
7078
+ #: includes/widgets/htmega_wpforms.php:282
7079
+ #: includes/widgets/htmega_wpforms.php:317
7080
+ #: includes/widgets/htmega_wpforms.php:614
7081
+ #: includes/widgets/htmega_wpforms.php:833
7082
+ #: includes/widgets/htmega_wpforms.php:1061
7083
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:115
7084
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:498
7085
+ #: extensions/ht-builder/widgets/bl_page_title.php:137
7086
+ #: extensions/ht-builder/widgets/bl_post_archive.php:302
7087
+ #: extensions/ht-builder/widgets/bl_post_archive.php:383
7088
+ #: extensions/ht-builder/widgets/bl_post_archive.php:490
7089
+ #: extensions/ht-builder/widgets/bl_post_archive.php:596
7090
+ #: extensions/ht-builder/widgets/bl_post_archive.php:676
7091
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:139
7092
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:112
7093
+ #: extensions/ht-builder/widgets/bl_post_content.php:72
7094
+ #: extensions/ht-builder/widgets/bl_post_excerpt.php:72
7095
+ #: extensions/ht-builder/widgets/bl_post_featured_image.php:71
7096
+ #: extensions/ht-builder/widgets/bl_post_title.php:105
7097
+ #: extensions/ht-builder/widgets/bl_site_logo.php:159
7098
+ #: extensions/ht-builder/widgets/bl_site_title.php:139
7099
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:166
7100
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:167
7101
+ msgid "Left"
7102
+ msgstr ""
7103
+
7104
+ #: includes/widgets/htmega_post_slider.php:1435
7105
+ msgid "Left Arrow position"
7106
+ msgstr ""
7107
+
7108
+ #: includes/widgets/htmega_post_slider.php:1486
7109
+ msgid "Left Arrow Position vertical"
7110
+ msgstr ""
7111
+
7112
+ #: includes/widgets/htmega_blockquote.php:155
7113
+ msgid "Left Bottom"
7114
+ msgstr ""
7115
+
7116
+ #: includes/widgets/htmega_blockquote.php:154
7117
+ msgid "Left Center"
7118
+ msgstr ""
7119
+
7120
+ #: includes/widgets/htmega_blockquote.php:153
7121
+ msgid "Left Top"
7122
+ msgstr ""
7123
+
7124
+ #: includes/widgets/htmega_scroll_image.php:268
7125
+ msgid "Left-Right"
7126
+ msgstr ""
7127
+
7128
+ #: includes/widgets/htmega_pricing_list_view.php:348
7129
+ #: includes/widgets/htmega_pricing_list_view.php:977
7130
+ msgid "Left-Right Position"
7131
+ msgstr ""
7132
+
7133
+ #: includes/widgets/htmega_image_comparison.php:181
7134
+ msgid "Level Position"
7135
+ msgstr ""
7136
+
7137
+ #: admin/include/admin-setting.php:319
7138
+ msgid "Light Box"
7139
+ msgstr ""
7140
+
7141
+ #: includes/widgets_control.php:213 includes/widgets/htmega_lightbox.php:13
7142
+ #: includes/widgets/htmega_lightbox.php:42
7143
+ msgid "Lightbox"
7144
+ msgstr ""
7145
+
7146
+ #: includes/widgets/htmega_lightbox.php:49
7147
+ msgid "Lightbox Type"
7148
+ msgstr ""
7149
+
7150
+ #: includes/widgets/htmega_postgrid.php:107
7151
+ #: includes/widgets/htmega_post_grid_tab.php:114
7152
+ #: includes/widgets/htmega_post_slider.php:118
7153
+ #: includes/widgets/htmega_twitter_feed.php:122
7154
+ #: extensions/wc-sales-notification/admin/setting.php:101
7155
+ msgid "Limit"
7156
+ msgstr ""
7157
+
7158
+ #: includes/widgets/htmega_socialshere.php:92
7159
+ msgid "Line"
7160
+ msgstr ""
7161
+
7162
+ #: includes/widgets/htmega_blockquote.php:603
7163
+ #: includes/widgets/htmega_notify.php:707
7164
+ #: includes/widgets/htmega_socialshere.php:533
7165
+ msgid "Line Height"
7166
+ msgstr ""
7167
+
7168
+ #: includes/widgets/htmega_button.php:66
7169
+ #: includes/widgets/htmega_double_button.php:108
7170
+ #: includes/widgets/htmega_double_button.php:195
7171
+ #: includes/widgets/htmega_popover.php:139
7172
+ #: includes/widgets/htmega_pricing_list_view.php:126
7173
+ #: includes/widgets/htmega_pricing_list_view.php:660
7174
+ #: includes/widgets/htmega_section_title.php:193
7175
+ #: includes/widgets/htmega_section_title.php:251
7176
+ #: includes/widgets/htmega_teammember.php:223
7177
+ #: includes/widgets/htmega_tooltip.php:139
7178
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:94
7179
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:261
7180
+ msgid "Link"
7181
+ msgstr ""
7182
+
7183
+ #: includes/widgets/htmega_offcanvas.php:327
7184
+ #: includes/widgets/htmega_twitter_feed.php:639
7185
+ #: includes/widgets/htmega_user_login_form.php:773
7186
+ #: extensions/ht-builder/widgets/bl_post_archive.php:521
7187
+ msgid "Link Color"
7188
+ msgstr ""
7189
+
7190
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:101
7191
+ msgid "Link for the Author Name and Image"
7192
+ msgstr ""
7193
+
7194
+ #: includes/widgets/htmega_offcanvas.php:338
7195
+ #: includes/widgets/htmega_user_login_form.php:788
7196
+ msgid "Link Hover Color"
7197
+ msgstr ""
7198
+
7199
+ #: includes/widgets/htmega_socialshere.php:66
7200
+ msgid "Linkedin"
7201
+ msgstr ""
7202
+
7203
+ #: includes/widgets/htmega_booked_calender.php:55
7204
+ msgid "List"
7205
+ msgstr ""
7206
+
7207
+ #: includes/widgets/htmega_pricing_list_view.php:1457
7208
+ msgid "List Area"
7209
+ msgstr ""
7210
+
7211
+ #: includes/widgets/htmega_socialshere.php:71
7212
+ msgid "Live journal"
7213
+ msgstr ""
7214
+
7215
+ #: includes/widgets/htmega_socialshere.php:80
7216
+ msgid "Liveinternet"
7217
+ msgstr ""
7218
+
7219
+ #: includes/widgets/htmega_instragram_feed.php:106
7220
+ #: includes/widgets/htmega_job_manager.php:131
7221
+ msgid "Load More"
7222
+ msgstr ""
7223
+
7224
+ #: includes/widgets/htmega_instragram_feed.php:93
7225
+ msgid "Load More Button"
7226
+ msgstr ""
7227
+
7228
+ #: admin/include/admin-setting.php:662
7229
+ msgid "Load Post in Elementor Addons"
7230
+ msgstr ""
7231
+
7232
+ #: admin/include/templates/library/templates.php:53
7233
+ msgid "Loading"
7234
+ msgstr ""
7235
+
7236
+ #: includes/widgets/htmega_animated_heading.php:72
7237
+ msgid "Loading bar"
7238
+ msgstr ""
7239
+
7240
+ #: extensions/wc-sales-notification/admin/setting.php:114
7241
+ msgid "Loading Time"
7242
+ msgstr ""
7243
+
7244
+ #: includes/widgets/htmega_slider_thumb_gallery.php:68
7245
+ #: includes/widgets/htmega_slider_thumb_gallery.php:122
7246
+ msgid "Location Name Here."
7247
+ msgstr ""
7248
+
7249
+ #: includes/widgets/htmega_custom_event.php:78
7250
+ msgid "Location."
7251
+ msgstr ""
7252
+
7253
+ #: includes/widgets/htmega_user_login_form.php:360
7254
+ #: includes/widgets/htmega_user_login_form.php:1650
7255
+ msgid "Login"
7256
+ msgstr ""
7257
+
7258
+ #: includes/widgets/htmega_user_login_form.php:349
7259
+ msgid "Login Button"
7260
+ msgstr ""
7261
+
7262
+ #: includes/widgets/htmega_user_login_form.php:103
7263
+ msgid "Login Content"
7264
+ msgstr ""
7265
+
7266
+ #: includes/widgets/htmega_user_login_form.php:43
7267
+ #: includes/widgets/htmega_user_login_form.php:174
7268
+ msgid "Login Form"
7269
+ msgstr ""
7270
+
7271
+ #: includes/widgets/htmega_user_login_form.php:646
7272
+ msgid "Login Form Header Style"
7273
+ msgstr ""
7274
+
7275
+ #: includes/widgets/htmega_user_login_form.php:68
7276
+ msgid "Login Header"
7277
+ msgstr ""
7278
+
7279
+ #: includes/widgets/htmega_user_login_form.php:89
7280
+ msgid "Login Header Title"
7281
+ msgstr ""
7282
+
7283
+ #: includes/helper-function.php:366
7284
+ msgid "Login Successfully"
7285
+ msgstr ""
7286
+
7287
+ #: extensions/ht-builder/widgets/bl_site_logo.php:48
7288
+ msgid "Logo"
7289
+ msgstr ""
7290
+
7291
+ #: includes/widgets/htmega_googlemap.php:141
7292
+ #: includes/widgets/htmega_weather.php:196
7293
+ msgid "Longitude"
7294
+ msgstr ""
7295
+
7296
+ #: includes/widgets/htmega_scroll_navigation.php:105
7297
+ #: includes/widgets/htmega_testimonial_grid.php:214
7298
+ #: includes/widgets/htmega_testimonial_grid.php:228
7299
+ #: includes/widgets/htmega_testimonial_grid.php:234
7300
+ #: includes/widgets/htmega_testimonial_grid.php:240
7301
+ msgid ""
7302
+ "Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusmod "
7303
+ "tempor incididunt ut labore et dolore Lorem ipsum dolor sit amet, "
7304
+ "consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et "
7305
+ "dolore magna aliqua."
7306
+ msgstr ""
7307
+
7308
+ #: includes/widgets/htmega_working_process.php:170
7309
+ msgid ""
7310
+ "Lorem ipsum dolor sit amet consectetur adipisicing elit, sed do eiusmod "
7311
+ "tempor incid idunt ut labore"
7312
+ msgstr ""
7313
+
7314
+ #: includes/widgets/htmega_working_process.php:174
7315
+ #: includes/widgets/htmega_working_process.php:178
7316
+ msgid ""
7317
+ "Lorem ipsum dolor sit amet consectetur adipisicing elit, sed do eiusmod "
7318
+ "tempor incid idunt ut labore."
7319
+ msgstr ""
7320
+
7321
+ #: includes/widgets/htmega_dropcaps.php:60
7322
+ msgid ""
7323
+ "Lorem ipsum dolor sit amet, consec adipisicing elit, sed do eiusmod tempor "
7324
+ "incidid ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis "
7325
+ "nostrud exercitation ullamco laboris nisi ut aliquip exl Lorem ipsum dolor "
7326
+ "sit amet, consectetur adipisicing elit, sed do eiusmod tempor incidid ut "
7327
+ "labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud "
7328
+ "exercitation ullamco laboris nisi ut aliquip."
7329
+ msgstr ""
7330
+
7331
+ #: includes/widgets/htmega_modal.php:84
7332
+ msgid ""
7333
+ "Lorem ipsum dolor sit amet, consectetur adipis elit, sed do eiusmod tempor "
7334
+ "incidid ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis "
7335
+ "nostrud exercitati ulla laboris nisi ut aliquip ex ea commodo consequat. "
7336
+ "Duis aute irure dolor in repre in voluptate velit esse cillum dolore eu."
7337
+ msgstr ""
7338
+
7339
+ #: includes/widgets/htmega_verticle_time_line.php:90
7340
+ #: includes/widgets/htmega_verticle_time_line.php:102
7341
+ #: includes/widgets/htmega_verticle_time_line.php:106
7342
+ #: includes/widgets/htmega_verticle_time_line.php:110
7343
+ msgid ""
7344
+ "Lorem ipsum dolor sit amet, consectetur adipis icing elit, sed do eiusmod "
7345
+ "tempor incid ut labore et dolore magna aliqua Ut enim ad min."
7346
+ msgstr ""
7347
+
7348
+ #: includes/widgets/htmega_tabs.php:219 includes/widgets/htmega_tabs.php:223
7349
+ #: includes/widgets/htmega_tabs.php:227
7350
+ #: includes/widgets/htmega_working_process.php:98
7351
+ msgid ""
7352
+ "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod "
7353
+ "tempor incididunt ut labore et dolo magna aliqua. Ut enim ad minim veniam, "
7354
+ "quis nostrud exerci ullamco laboris nisi ut aliquip ex ea commodo consequat. "
7355
+ "Duis aute irure dolor in repre in voluptate."
7356
+ msgstr ""
7357
+
7358
+ #: includes/widgets/htmega_toggle.php:112
7359
+ msgid ""
7360
+ "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod "
7361
+ "tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, "
7362
+ "quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo "
7363
+ "consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse "
7364
+ "cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat "
7365
+ "non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
7366
+ msgstr ""
7367
+
7368
+ #: includes/widgets/htmega_imagemarker.php:192
7369
+ #: includes/widgets/htmega_imagemarker.php:469
7370
+ msgid "Lorem ipsum pisaci volupt atem accusa saes ntisdumtiu loperm asaerks."
7371
+ msgstr ""
7372
+
7373
+ #: includes/widgets/htmega_user_login_form.php:285
7374
+ msgid "Lost your password?"
7375
+ msgstr ""
7376
+
7377
+ #: includes/widgets/htmega_data_table.php:269
7378
+ #: includes/widgets/htmega_data_table.php:462
7379
+ #: includes/widgets/htmega_pricing_list_view.php:603
7380
+ #: includes/widgets/htmega_pricing_list_view.php:1099
7381
+ msgid "Louis Hudson"
7382
+ msgstr ""
7383
+
7384
+ #: includes/widgets/htmega_pricing_list_view.php:1112
7385
+ msgid "louishudson@gmail.com"
7386
+ msgstr ""
7387
+
7388
+ #: extensions/ht-builder/widgets/bl_post_archive.php:1066
7389
+ msgid "M d, Y"
7390
+ msgstr ""
7391
+
7392
+ #: includes/weather-resource/weather-resource.php:109
7393
+ msgid "m/s"
7394
+ msgstr ""
7395
+
7396
+ #: includes/widgets/htmega_panel_slider.php:127
7397
+ msgid "Made in 2016"
7398
+ msgstr ""
7399
+
7400
+ #: includes/widgets/htmega_panel_slider.php:80
7401
+ #: includes/widgets/htmega_panel_slider.php:123
7402
+ msgid "Made in 2017"
7403
+ msgstr ""
7404
+
7405
+ #: includes/widgets/htmega_panel_slider.php:119
7406
+ msgid "Made in 2018"
7407
+ msgstr ""
7408
+
7409
+ #: includes/widgets/htmega_panel_slider.php:115
7410
+ msgid "Made in 2019"
7411
+ msgstr ""
7412
+
7413
+ #: includes/widgets/htmega_image_magnifier.php:42
7414
+ msgid "Magnifier"
7415
+ msgstr ""
7416
+
7417
+ #: includes/widgets/htmega_mailchimp_wp.php:43
7418
+ msgid "Mailchimp"
7419
+ msgstr ""
7420
+
7421
+ #: admin/include/admin-setting.php:1029
7422
+ #: includes/widgets/htmega_mailchimp_wp.php:13
7423
+ msgid "Mailchimp for wp"
7424
+ msgstr ""
7425
+
7426
+ #: includes/widgets/htmega_mailchimp_wp.php:66
7427
+ msgid "Mailchimp ID"
7428
+ msgstr ""
7429
+
7430
+ #: includes/widgets/htmega_inlinemenu.php:102
7431
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:96
7432
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:63
7433
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:64
7434
+ msgid "Main Menu"
7435
+ msgstr ""
7436
+
7437
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:413
7438
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:371
7439
+ msgid "Main Menu Items"
7440
+ msgstr ""
7441
+
7442
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:71
7443
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:72
7444
+ msgid "Main Menu Width"
7445
+ msgstr ""
7446
+
7447
+ #: includes/widgets/htmega_testimonial_grid.php:233
7448
+ msgid "Manager"
7449
+ msgstr ""
7450
+
7451
+ #: includes/widgets/htmega_testimonial_grid.php:177
7452
+ #: includes/widgets/htmega_testimonial_grid.php:227
7453
+ msgid "Managing Director"
7454
+ msgstr ""
7455
+
7456
+ #: includes/widgets/htmega_teammember.php:165
7457
+ msgid "Managing director"
7458
+ msgstr ""
7459
+
7460
+ #: includes/widgets/htmega_easy_digital_download.php:141
7461
+ #: includes/widgets/htmega_wc_categories.php:81
7462
+ msgid "Manual Selection"
7463
+ msgstr ""
7464
+
7465
+ #: includes/widgets/htmega_user_login_form.php:449
7466
+ #: includes/widgets/htmega_user_login_form.php:477
7467
+ #: includes/widgets/htmega_user_login_form.php:504
7468
+ msgid "Manual Space"
7469
+ msgstr ""
7470
+
7471
+ #: includes/widgets/htmega_googlemap.php:265
7472
+ msgid "Map Fixed Address"
7473
+ msgstr ""
7474
+
7475
+ #: includes/widgets/htmega_googlemap.php:80
7476
+ msgid "Map Height"
7477
+ msgstr ""
7478
+
7479
+ #: includes/widgets/htmega_googlemap.php:123
7480
+ msgid "Map Marker"
7481
+ msgstr ""
7482
+
7483
+ #: includes/widgets/htmega_googlemap.php:111
7484
+ msgid "Map Style"
7485
+ msgstr ""
7486
+
7487
+ #: includes/widgets/htmega_googlemap.php:413
7488
+ msgid "Maps Fixed Address"
7489
+ msgstr ""
7490
+
7491
+ #: includes/widgets/htmega_googlemap.php:297
7492
+ msgid "Maps Info Address"
7493
+ msgstr ""
7494
+
7495
+ #: includes/widgets/htmega_booked_calender.php:111
7496
+ msgid "March"
7497
+ msgstr ""
7498
+
7499
+ #: includes/widgets/htmega_accordion.php:704
7500
+ #: includes/widgets/htmega_accordion.php:755
7501
+ #: includes/widgets/htmega_accordion.php:1105
7502
+ #: includes/widgets/htmega_accordion.php:1265
7503
+ #: includes/widgets/htmega_add_banner.php:163
7504
+ #: includes/widgets/htmega_add_banner.php:251
7505
+ #: includes/widgets/htmega_add_banner.php:305
7506
+ #: includes/widgets/htmega_add_banner.php:403
7507
+ #: includes/widgets/htmega_add_banner.php:462
7508
+ #: includes/widgets/htmega_add_banner.php:521
7509
+ #: includes/widgets/htmega_add_banner.php:580
7510
+ #: includes/widgets/htmega_add_banner.php:691
7511
+ #: includes/widgets/htmega_animated_heading.php:267
7512
+ #: includes/widgets/htmega_blockquote.php:220
7513
+ #: includes/widgets/htmega_blockquote.php:298
7514
+ #: includes/widgets/htmega_blockquote.php:354
7515
+ #: includes/widgets/htmega_blockquote.php:542
7516
+ #: includes/widgets/htmega_blockquote.php:723
7517
+ #: includes/widgets/htmega_brand.php:128 includes/widgets/htmega_brand.php:314
7518
+ #: includes/widgets/htmega_buddy_press.php:236
7519
+ #: includes/widgets/htmega_buddy_press.php:344
7520
+ #: includes/widgets/htmega_buddy_press.php:413
7521
+ #: includes/widgets/htmega_business_hours.php:242
7522
+ #: includes/widgets/htmega_business_hours.php:318
7523
+ #: includes/widgets/htmega_business_hours.php:446
7524
+ #: includes/widgets/htmega_button.php:310
7525
+ #: includes/widgets/htmega_call_to_action.php:367
7526
+ #: includes/widgets/htmega_call_to_action.php:444
7527
+ #: includes/widgets/htmega_call_to_action.php:532
7528
+ #: includes/widgets/htmega_call_to_action.php:591
7529
+ #: includes/widgets/htmega_call_to_action.php:650
7530
+ #: includes/widgets/htmega_call_to_action.php:743
7531
+ #: includes/widgets/htmega_call_to_action.php:949
7532
+ #: includes/widgets/htmega_carousel.php:456
7533
+ #: includes/widgets/htmega_carousel.php:973
7534
+ #: includes/widgets/htmega_carousel.php:1056
7535
+ #: includes/widgets/htmega_carousel.php:1371
7536
+ #: includes/widgets/htmega_contact_form_seven.php:161
7537
+ #: includes/widgets/htmega_contact_form_seven.php:337
7538
+ #: includes/widgets/htmega_contact_form_seven.php:559
7539
+ #: includes/widgets/htmega_contact_form_seven.php:715
7540
+ #: includes/widgets/htmega_contact_form_seven.php:859
7541
+ #: includes/widgets/htmega_contact_form_seven.php:1016
7542
+ #: includes/widgets/htmega_countdown.php:591
7543
+ #: includes/widgets/htmega_countdown.php:838
7544
+ #: includes/widgets/htmega_countdown.php:998
7545
+ #: includes/widgets/htmega_countdown.php:1096
7546
+ #: includes/widgets/htmega_counter.php:240
7547
+ #: includes/widgets/htmega_counter.php:501
7548
+ #: includes/widgets/htmega_counter.php:625
7549
+ #: includes/widgets/htmega_counter.php:892
7550
+ #: includes/widgets/htmega_counter.php:981
7551
+ #: includes/widgets/htmega_counter.php:1071
7552
+ #: includes/widgets/htmega_custom_event.php:176
7553
+ #: includes/widgets/htmega_custom_event.php:261
7554
+ #: includes/widgets/htmega_custom_event.php:305
7555
+ #: includes/widgets/htmega_custom_event.php:362
7556
+ #: includes/widgets/htmega_data_table.php:521
7557
+ #: includes/widgets/htmega_double_button.php:297
7558
+ #: includes/widgets/htmega_double_button.php:540
7559
+ #: includes/widgets/htmega_double_button.php:713
7560
+ #: includes/widgets/htmega_double_button.php:896
7561
+ #: includes/widgets/htmega_dropcaps.php:153
7562
+ #: includes/widgets/htmega_dropcaps.php:253
7563
+ #: includes/widgets/htmega_easy_digital_download.php:380
7564
+ #: includes/widgets/htmega_easy_digital_download.php:444
7565
+ #: includes/widgets/htmega_easy_digital_download.php:598
7566
+ #: includes/widgets/htmega_easy_digital_download.php:738
7567
+ #: includes/widgets/htmega_errorcontent.php:276
7568
+ #: includes/widgets/htmega_errorcontent.php:368
7569
+ #: includes/widgets/htmega_errorcontent.php:447
7570
+ #: includes/widgets/htmega_errorcontent.php:526
7571
+ #: includes/widgets/htmega_errorcontent.php:602
7572
+ #: includes/widgets/htmega_errorcontent.php:753
7573
+ #: includes/widgets/htmega_googlemap.php:349
7574
+ #: includes/widgets/htmega_googlemap.php:490
7575
+ #: includes/widgets/htmega_gravity_forms.php:331
7576
+ #: includes/widgets/htmega_gravity_forms.php:371
7577
+ #: includes/widgets/htmega_gravity_forms.php:498
7578
+ #: includes/widgets/htmega_gravity_forms.php:730
7579
+ #: includes/widgets/htmega_imagemarker.php:895
7580
+ #: includes/widgets/htmega_imagemarker.php:950
7581
+ #: includes/widgets/htmega_image_comparison.php:111
7582
+ #: includes/widgets/htmega_image_grid.php:207
7583
+ #: includes/widgets/htmega_image_grid.php:353
7584
+ #: includes/widgets/htmega_image_magnifier.php:154
7585
+ #: includes/widgets/htmega_image_masonry.php:198
7586
+ #: includes/widgets/htmega_image_masonry.php:315
7587
+ #: includes/widgets/htmega_image_masonry.php:402
7588
+ #: includes/widgets/htmega_inlinemenu.php:187
7589
+ #: includes/widgets/htmega_instagram.php:634
7590
+ #: includes/widgets/htmega_instagram.php:680
7591
+ #: includes/widgets/htmega_instagram.php:897
7592
+ #: includes/widgets/htmega_instagram.php:1355
7593
+ #: includes/widgets/htmega_lightbox.php:238
7594
+ #: includes/widgets/htmega_mailchimp_wp.php:102
7595
+ #: includes/widgets/htmega_mailchimp_wp.php:273
7596
+ #: includes/widgets/htmega_mailchimp_wp.php:407
7597
+ #: includes/widgets/htmega_modal.php:525 includes/widgets/htmega_modal.php:642
7598
+ #: includes/widgets/htmega_modal.php:805 includes/widgets/htmega_modal.php:975
7599
+ #: includes/widgets/htmega_newsticker.php:397
7600
+ #: includes/widgets/htmega_newsticker.php:699
7601
+ #: includes/widgets/htmega_newsticker.php:839
7602
+ #: includes/widgets/htmega_newsticker.php:972
7603
+ #: includes/widgets/htmega_ninja_form.php:153
7604
+ #: includes/widgets/htmega_ninja_form.php:255
7605
+ #: includes/widgets/htmega_ninja_form.php:419
7606
+ #: includes/widgets/htmega_ninja_form.php:458
7607
+ #: includes/widgets/htmega_ninja_form.php:566
7608
+ #: includes/widgets/htmega_ninja_form.php:787
7609
+ #: includes/widgets/htmega_ninja_form.php:989
7610
+ #: includes/widgets/htmega_notify.php:402
7611
+ #: includes/widgets/htmega_notify.php:545
7612
+ #: includes/widgets/htmega_notify.php:801
7613
+ #: includes/widgets/htmega_panel_slider.php:489
7614
+ #: includes/widgets/htmega_panel_slider.php:657
7615
+ #: includes/widgets/htmega_panel_slider.php:713
7616
+ #: includes/widgets/htmega_panel_slider.php:1118
7617
+ #: includes/widgets/htmega_popover.php:305
7618
+ #: includes/widgets/htmega_popover.php:424
7619
+ #: includes/widgets/htmega_postgrid.php:248
7620
+ #: includes/widgets/htmega_postgrid.php:487
7621
+ #: includes/widgets/htmega_postgrid.php:602
7622
+ #: includes/widgets/htmega_postgrid.php:689
7623
+ #: includes/widgets/htmega_post_grid_tab.php:297
7624
+ #: includes/widgets/htmega_post_grid_tab.php:373
7625
+ #: includes/widgets/htmega_post_grid_tab.php:467
7626
+ #: includes/widgets/htmega_post_grid_tab.php:554
7627
+ #: includes/widgets/htmega_post_grid_tab.php:652
7628
+ #: includes/widgets/htmega_post_grid_tab.php:777
7629
+ #: includes/widgets/htmega_post_grid_tab.php:872
7630
+ #: includes/widgets/htmega_post_grid_tab.php:1130
7631
+ #: includes/widgets/htmega_post_slider.php:729
7632
+ #: includes/widgets/htmega_post_slider.php:744
7633
+ #: includes/widgets/htmega_post_slider.php:902
7634
+ #: includes/widgets/htmega_post_slider.php:989
7635
+ #: includes/widgets/htmega_post_slider.php:1086
7636
+ #: includes/widgets/htmega_post_slider.php:1205
7637
+ #: includes/widgets/htmega_post_slider.php:1299
7638
+ #: includes/widgets/htmega_post_slider.php:1826
7639
+ #: includes/widgets/htmega_post_slider.php:1937
7640
+ #: includes/widgets/htmega_pricing_list_view.php:1252
7641
+ #: includes/widgets/htmega_pricing_list_view.php:1612
7642
+ #: includes/widgets/htmega_pricing_list_view.php:1685
7643
+ #: includes/widgets/htmega_pricing_list_view.php:1770
7644
+ #: includes/widgets/htmega_pricing_list_view.php:1847
7645
+ #: includes/widgets/htmega_progress_bar.php:691
7646
+ #: includes/widgets/htmega_quforms.php:183
7647
+ #: includes/widgets/htmega_quforms.php:294
7648
+ #: includes/widgets/htmega_quforms.php:427
7649
+ #: includes/widgets/htmega_quforms.php:646
7650
+ #: includes/widgets/htmega_quforms.php:873
7651
+ #: includes/widgets/htmega_scroll_image.php:203
7652
+ #: includes/widgets/htmega_scroll_image.php:363
7653
+ #: includes/widgets/htmega_scroll_navigation.php:269
7654
+ #: includes/widgets/htmega_search.php:183
7655
+ #: includes/widgets/htmega_search.php:284
7656
+ #: includes/widgets/htmega_search.php:503
7657
+ #: includes/widgets/htmega_section_title.php:387
7658
+ #: includes/widgets/htmega_section_title.php:587
7659
+ #: includes/widgets/htmega_section_title.php:819
7660
+ #: includes/widgets/htmega_service.php:183
7661
+ #: includes/widgets/htmega_service.php:395
7662
+ #: includes/widgets/htmega_service.php:500
7663
+ #: includes/widgets/htmega_service.php:658
7664
+ #: includes/widgets/htmega_service.php:921
7665
+ #: includes/widgets/htmega_service.php:1049
7666
+ #: includes/widgets/htmega_singlepost.php:193
7667
+ #: includes/widgets/htmega_singlepost.php:280
7668
+ #: includes/widgets/htmega_singlepost.php:394
7669
+ #: includes/widgets/htmega_singlepost.php:491
7670
+ #: includes/widgets/htmega_slider_thumb_gallery.php:705
7671
+ #: includes/widgets/htmega_slider_thumb_gallery.php:777
7672
+ #: includes/widgets/htmega_socialshere.php:419
7673
+ #: includes/widgets/htmega_special_day_banner.php:290
7674
+ #: includes/widgets/htmega_special_day_banner.php:367
7675
+ #: includes/widgets/htmega_special_day_banner.php:426
7676
+ #: includes/widgets/htmega_special_day_banner.php:485
7677
+ #: includes/widgets/htmega_special_day_banner.php:544
7678
+ #: includes/widgets/htmega_special_day_banner.php:603
7679
+ #: includes/widgets/htmega_special_day_banner.php:714
7680
+ #: includes/widgets/htmega_switcher.php:246
7681
+ #: includes/widgets/htmega_switcher.php:385
7682
+ #: includes/widgets/htmega_switcher.php:576
7683
+ #: includes/widgets/htmega_tabs.php:349 includes/widgets/htmega_tabs.php:581
7684
+ #: includes/widgets/htmega_tabs.php:924
7685
+ #: includes/widgets/htmega_teammember.php:330
7686
+ #: includes/widgets/htmega_teammember.php:583
7687
+ #: includes/widgets/htmega_teammember.php:715
7688
+ #: includes/widgets/htmega_teammember.php:805
7689
+ #: includes/widgets/htmega_teammember.php:896
7690
+ #: includes/widgets/htmega_teammember.php:963
7691
+ #: includes/widgets/htmega_testimonial_grid.php:271
7692
+ #: includes/widgets/htmega_testimonial_grid.php:449
7693
+ #: includes/widgets/htmega_testimonial_grid.php:509
7694
+ #: includes/widgets/htmega_testimonial_grid.php:601
7695
+ #: includes/widgets/htmega_toggle.php:156
7696
+ #: includes/widgets/htmega_toggle.php:284
7697
+ #: includes/widgets/htmega_tooltip.php:281
7698
+ #: includes/widgets/htmega_tooltip.php:401
7699
+ #: includes/widgets/htmega_twitter_feed.php:570
7700
+ #: includes/widgets/htmega_twitter_feed.php:659
7701
+ #: includes/widgets/htmega_twitter_feed.php:728
7702
+ #: includes/widgets/htmega_twitter_feed.php:792
7703
+ #: includes/widgets/htmega_twitter_feed.php:928
7704
+ #: includes/widgets/htmega_twitter_feed.php:989
7705
+ #: includes/widgets/htmega_twitter_feed.php:1398
7706
+ #: includes/widgets/htmega_user_login_form.php:532
7707
+ #: includes/widgets/htmega_user_login_form.php:609
7708
+ #: includes/widgets/htmega_user_login_form.php:706
7709
+ #: includes/widgets/htmega_user_login_form.php:758
7710
+ #: includes/widgets/htmega_user_login_form.php:861
7711
+ #: includes/widgets/htmega_user_login_form.php:1041
7712
+ #: includes/widgets/htmega_user_login_form.php:1501
7713
+ #: includes/widgets/htmega_verticle_time_line.php:166
7714
+ #: includes/widgets/htmega_videoplayer.php:394
7715
+ #: includes/widgets/htmega_wc_categories.php:331
7716
+ #: includes/widgets/htmega_wc_categories.php:475
7717
+ #: includes/widgets/htmega_wc_element_pages.php:1756
7718
+ #: includes/widgets/htmega_working_process.php:209
7719
+ #: includes/widgets/htmega_working_process.php:405
7720
+ #: includes/widgets/htmega_working_process.php:663
7721
+ #: includes/widgets/htmega_working_process.php:742
7722
+ #: includes/widgets/htmega_working_process.php:842
7723
+ #: includes/widgets/htmega_wpforms.php:145
7724
+ #: includes/widgets/htmega_wpforms.php:247
7725
+ #: includes/widgets/htmega_wpforms.php:401
7726
+ #: includes/widgets/htmega_wpforms.php:440
7727
+ #: includes/widgets/htmega_wpforms.php:569
7728
+ #: includes/widgets/htmega_wpforms.php:790
7729
+ #: includes/widgets/htmega_wpforms.php:1016
7730
+ #: extensions/ht-builder/widgets/bl_page_title.php:121
7731
+ #: extensions/ht-builder/widgets/bl_post_archive.php:253
7732
+ #: extensions/ht-builder/widgets/bl_post_archive.php:367
7733
+ #: extensions/ht-builder/widgets/bl_post_archive.php:474
7734
+ #: extensions/ht-builder/widgets/bl_post_archive.php:580
7735
+ #: extensions/ht-builder/widgets/bl_post_archive.php:774
7736
+ #: extensions/ht-builder/widgets/bl_post_archive.php:898
7737
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:123
7738
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:194
7739
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:244
7740
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:284
7741
+ #: extensions/ht-builder/widgets/bl_post_title.php:88
7742
+ #: extensions/ht-builder/widgets/bl_site_logo.php:143
7743
+ #: extensions/ht-builder/widgets/bl_site_title.php:123
7744
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:107
7745
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:108
7746
+ msgid "Margin"
7747
+ msgstr ""
7748
+
7749
+ #: includes/widgets/htmega_googlemap.php:244
7750
+ #: includes/widgets/htmega_imagemarker.php:44
7751
+ #: includes/widgets/htmega_imagemarker.php:490
7752
+ msgid "Marker"
7753
+ msgstr ""
7754
+
7755
+ #: includes/widgets/htmega_imagemarker.php:173
7756
+ #: includes/widgets/htmega_imagemarker.php:468
7757
+ msgid "Marker #1"
7758
+ msgstr ""
7759
+
7760
+ #: includes/widgets/htmega_imagemarker.php:190
7761
+ msgid "Marker Content"
7762
+ msgstr ""
7763
+
7764
+ #: includes/widgets/htmega_imagemarker.php:199
7765
+ #: includes/widgets/htmega_imagemarker.php:287
7766
+ msgid "Marker Content Position"
7767
+ msgstr ""
7768
+
7769
+ #: includes/widgets/htmega_imagemarker.php:300
7770
+ msgid "Marker Content Postion(X)"
7771
+ msgstr ""
7772
+
7773
+ #: includes/widgets/htmega_imagemarker.php:323
7774
+ msgid "Marker Content Postion(Y)"
7775
+ msgstr ""
7776
+
7777
+ #: includes/widgets/htmega_imagemarker.php:228
7778
+ msgid "Marker Icon Position"
7779
+ msgstr ""
7780
+
7781
+ #: includes/widgets/htmega_imagemarker.php:149
7782
+ msgid "Marker Indicator Icon"
7783
+ msgstr ""
7784
+
7785
+ #: includes/widgets/htmega_imagemarker.php:498
7786
+ msgid "Marker Indicator Style"
7787
+ msgstr ""
7788
+
7789
+ #: includes/widgets/htmega_googlemap.php:150
7790
+ msgid "Marker Info Box "
7791
+ msgstr ""
7792
+
7793
+ #: includes/widgets/htmega_imagemarker.php:112
7794
+ msgid "Marker Item"
7795
+ msgstr ""
7796
+
7797
+ #: includes/widgets/htmega_imagemarker.php:180
7798
+ msgid "Marker Placeholder Text"
7799
+ msgstr ""
7800
+
7801
+ #: includes/widgets/htmega_imagemarker.php:171
7802
+ msgid "Marker Title"
7803
+ msgstr ""
7804
+
7805
+ #: includes/widgets/htmega_buddy_press.php:77
7806
+ msgid "Max Item"
7807
+ msgstr ""
7808
+
7809
+ #: includes/widgets/htmega_contact_form_seven.php:87
7810
+ msgid "Max Width"
7811
+ msgstr ""
7812
+
7813
+ #: includes/widgets/htmega_newsticker.php:95
7814
+ msgid "Maxium Row"
7815
+ msgstr ""
7816
+
7817
+ #: includes/widgets/htmega_booked_calender.php:113
7818
+ msgid "May"
7819
+ msgstr ""
7820
+
7821
+ #: includes/widgets/htmega_pricing_list_view.php:237
7822
+ msgid "Media"
7823
+ msgstr ""
7824
+
7825
+ #: includes/widgets/htmega_button.php:87
7826
+ #: includes/widgets/htmega_double_button.php:47
7827
+ #: includes/widgets/htmega_instragram_feed.php:73
7828
+ msgid "Medium"
7829
+ msgstr ""
7830
+
7831
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:326
7832
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:284
7833
+ msgid "Mega Menu"
7834
+ msgstr ""
7835
+
7836
+ #: extensions/ht-menu/admin/setting.php:119
7837
+ msgid "Mega Menu Background Color"
7838
+ msgstr ""
7839
+
7840
+ #: extensions/ht-menu/classes/class.mega-menu.php:92
7841
+ msgid "Mega Menu Settings"
7842
+ msgstr ""
7843
+
7844
+ #: extensions/ht-menu/admin/setting.php:108
7845
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:333
7846
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:291
7847
+ msgid "Mega Menu Width"
7848
+ msgstr ""
7849
+
7850
+ #: includes/widgets/htmega_buddy_press.php:52
7851
+ msgid "Member"
7852
+ msgstr ""
7853
+
7854
+ #: includes/widgets/htmega_teammember.php:133
7855
+ msgid "Member image"
7856
+ msgstr ""
7857
+
7858
+ #: includes/widgets/htmega_booked_calender.php:175
7859
+ msgid "Members Only"
7860
+ msgstr ""
7861
+
7862
+ #: includes/widgets/htmega_inlinemenu.php:75
7863
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:69
7864
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:30
7865
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:31
7866
+ msgid "Menu"
7867
+ msgstr ""
7868
+
7869
+ #: extensions/ht-menu/menu/templates.php:128
7870
+ msgid "Menu Badge"
7871
+ msgstr ""
7872
+
7873
+ #: admin/include/admin-setting.php:694
7874
+ msgid "Menu Builder"
7875
+ msgstr ""
7876
+
7877
+ #: extensions/ht-menu/admin/setting.php:62
7878
+ msgid "Menu Items Color"
7879
+ msgstr ""
7880
+
7881
+ #: extensions/ht-menu/admin/setting.php:69
7882
+ msgid "Menu Items Hover Color"
7883
+ msgstr ""
7884
+
7885
+ #: includes/widgets/htmega_wc_element_pages.php:1693
7886
+ msgid "Menu Style"
7887
+ msgstr ""
7888
+
7889
+ #: extensions/ht-menu/menu/templates.php:78
7890
+ msgid "Menu Template"
7891
+ msgstr ""
7892
+
7893
+ #: extensions/ht-menu/menu/templates.php:63
7894
+ msgid "Menu Width"
7895
+ msgstr ""
7896
+
7897
+ #: includes/widgets/htmega_post_grid_tab.php:223
7898
+ #: includes/widgets/htmega_post_grid_tab.php:723
7899
+ #: includes/widgets/htmega_post_slider.php:1157
7900
+ #: includes/widgets/htmega_singlepost.php:341
7901
+ msgid "Meta"
7902
+ msgstr ""
7903
+
7904
+ #: includes/widgets/htmega_twitter_feed.php:957
7905
+ msgid "Meta Button"
7906
+ msgstr ""
7907
+
7908
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:39
7909
+ msgid "Meta Data"
7910
+ msgstr ""
7911
+
7912
+ #: includes/widgets/htmega_post_grid_tab.php:746
7913
+ #: includes/widgets/htmega_singlepost.php:459
7914
+ msgid "Meta Hover Color"
7915
+ msgstr ""
7916
+
7917
+ #: includes/widgets/htmega_buddy_press.php:384
7918
+ #: extensions/ht-builder/widgets/bl_post_archive.php:432
7919
+ msgid "Meta Info"
7920
+ msgstr ""
7921
+
7922
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:61
7923
+ msgid "Meta Name"
7924
+ msgstr ""
7925
+
7926
+ #: includes/widgets/htmega_download_monitor.php:230
7927
+ msgid "Meta Style"
7928
+ msgstr ""
7929
+
7930
+ #: includes/widgets/htmega_pricing_list_view.php:1167
7931
+ msgid "Middle"
7932
+ msgstr ""
7933
+
7934
+ #: includes/widgets/htmega_double_button.php:58
7935
+ #: includes/widgets/htmega_double_button.php:66
7936
+ #: includes/widgets/htmega_double_button.php:793
7937
+ msgid "Middle Text"
7938
+ msgstr ""
7939
+
7940
+ #: includes/widgets/htmega_search.php:336
7941
+ msgid "Min Width"
7942
+ msgstr ""
7943
+
7944
+ #: includes/widgets/htmega_scroll_image.php:92
7945
+ msgid "Minimum Height"
7946
+ msgstr ""
7947
+
7948
+ #: includes/widgets/htmega_instagram.php:111
7949
+ msgid "Minute"
7950
+ msgstr ""
7951
+
7952
+ #: includes/widgets/htmega_countdown.php:152
7953
+ #: includes/widgets/htmega_countdown.php:230
7954
+ #: includes/widgets/htmega_countdown.php:232
7955
+ msgid "Minutes"
7956
+ msgstr ""
7957
+
7958
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:474
7959
+ msgid "Mobile Menu"
7960
+ msgstr ""
7961
+
7962
+ #: includes/widgets/htmega_carousel.php:363
7963
+ #: includes/widgets/htmega_instagram.php:558
7964
+ #: includes/widgets/htmega_panel_slider.php:423
7965
+ #: includes/widgets/htmega_post_slider.php:543
7966
+ #: includes/widgets/htmega_slider_thumb_gallery.php:341
7967
+ #: includes/widgets/htmega_twitter_feed.php:485
7968
+ msgid "Mobile Phone"
7969
+ msgstr ""
7970
+
7971
+ #: includes/widgets/htmega_carousel.php:405
7972
+ #: includes/widgets/htmega_instagram.php:600
7973
+ #: includes/widgets/htmega_panel_slider.php:465
7974
+ #: includes/widgets/htmega_post_slider.php:585
7975
+ #: includes/widgets/htmega_slider_thumb_gallery.php:377
7976
+ #: includes/widgets/htmega_twitter_feed.php:527
7977
+ msgid "Mobile Resolution"
7978
+ msgstr ""
7979
+
7980
+ #: admin/include/templates/library/templates.php:38
7981
+ #: admin/include/templates/library/templates.php:39
7982
+ msgid "Mobile view"
7983
+ msgstr ""
7984
+
7985
+ #: includes/widgets_control.php:218 admin/include/admin-setting.php:327
7986
+ #: includes/widgets/htmega_modal.php:13 includes/widgets/htmega_modal.php:35
7987
+ msgid "Modal"
7988
+ msgstr ""
7989
+
7990
+ #: includes/widgets/htmega_modal.php:480
7991
+ msgid "Modal Box Style"
7992
+ msgstr ""
7993
+
7994
+ #: includes/widgets/htmega_modal.php:916
7995
+ msgid "Modal Content"
7996
+ msgstr ""
7997
+
7998
+ #: includes/widgets/htmega_modal.php:112
7999
+ msgid "Modal Design"
8000
+ msgstr ""
8001
+
8002
+ #: includes/widgets/htmega_modal.php:93
8003
+ msgid "Modal Footer Content"
8004
+ msgstr ""
8005
+
8006
+ #: includes/widgets/htmega_modal.php:44
8007
+ msgid "Modal Header Content"
8008
+ msgstr ""
8009
+
8010
+ #: includes/widgets/htmega_modal.php:488
8011
+ msgid "Modal Top Space"
8012
+ msgstr ""
8013
+
8014
+ #: includes/widgets/htmega_modal.php:1032
8015
+ msgid "Modal Width"
8016
+ msgstr ""
8017
+
8018
+ #: includes/widgets/htmega_socialshere.php:70
8019
+ msgid "Moimir"
8020
+ msgstr ""
8021
+
8022
+ #: includes/widgets/htmega_business_hours.php:174
8023
+ msgid "Monday"
8024
+ msgstr ""
8025
+
8026
+ #: includes/widgets/htmega_booked_calender.php:105
8027
+ #: includes/widgets/htmega_instagram.php:115
8028
+ msgid "Month"
8029
+ msgstr ""
8030
+
8031
+ #: includes/recommended-plugins/class.recommended-plugins.php:292
8032
+ msgid "More Details"
8033
+ msgstr ""
8034
+
8035
+ #: includes/widgets/htmega_scroll_navigation.php:209
8036
+ msgid "Mouse Wheel"
8037
+ msgstr ""
8038
+
8039
+ #: includes/recommended-plugins/recommended-plugins.php:34
8040
+ msgid "Move Addons for Elementor"
8041
+ msgstr ""
8042
+
8043
+ #: includes/widgets/htmega_accordion.php:319
8044
+ msgid "Multiple Item Open"
8045
+ msgstr ""
8046
+
8047
+ #: includes/widgets/htmega_wc_element_pages.php:62
8048
+ msgid "My Account"
8049
+ msgstr ""
8050
+
8051
+ #: includes/widgets/htmega_data_table.php:206
8052
+ #: includes/widgets/htmega_easy_digital_download.php:198
8053
+ #: includes/widgets/htmega_newsticker.php:253
8054
+ #: includes/widgets/htmega_postgrid.php:150
8055
+ #: includes/widgets/htmega_post_grid_tab.php:157
8056
+ #: includes/widgets/htmega_post_slider.php:161
8057
+ #: includes/widgets/htmega_pricing_list_view.php:80
8058
+ #: includes/widgets/htmega_pricing_list_view.php:451
8059
+ #: includes/widgets/htmega_teammember.php:153
8060
+ #: includes/widgets/htmega_teammember.php:685
8061
+ #: includes/widgets/htmega_testimonial_grid.php:166
8062
+ #: includes/widgets/htmega_testimonial_grid.php:419
8063
+ #: includes/widgets/htmega_wc_categories.php:129
8064
+ #: extensions/ht-builder/widgets/bl_post_archive.php:201
8065
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:216
8066
+ msgid "Name"
8067
+ msgstr ""
8068
+
8069
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:57
8070
+ msgid "Name HTML Tag"
8071
+ msgstr ""
8072
+
8073
+ #: admin/include/admin-setting.php:823 admin/include/admin-setting.php:824
8074
+ msgid "Nav Menu"
8075
+ msgstr ""
8076
+
8077
+ #: includes/widgets/htmega_newsticker.php:717
8078
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:61
8079
+ msgid "Navigation"
8080
+ msgstr ""
8081
+
8082
+ #: includes/widgets/htmega_booked_calender.php:709
8083
+ #: includes/widgets/htmega_newsticker.php:296
8084
+ msgid "Navigation Button"
8085
+ msgstr ""
8086
+
8087
+ #: includes/widgets/htmega_buddy_press.php:66
8088
+ msgid "Newest"
8089
+ msgstr ""
8090
+
8091
+ #: includes/widgets/htmega_newsticker.php:346
8092
+ msgid "News Box Style"
8093
+ msgstr ""
8094
+
8095
+ #: includes/widgets/htmega_newsticker.php:226
8096
+ msgid "News Limit"
8097
+ msgstr ""
8098
+
8099
+ #: admin/include/admin-setting.php:335
8100
+ #: includes/widgets/htmega_newsticker.php:14
8101
+ #: includes/widgets/htmega_newsticker.php:43
8102
+ msgid "News Ticker"
8103
+ msgstr ""
8104
+
8105
+ #: includes/widgets_control.php:223
8106
+ msgid "Newsticker"
8107
+ msgstr ""
8108
+
8109
+ #: includes/widgets/htmega_newsticker.php:328
8110
+ msgid "Next Icon"
8111
+ msgstr ""
8112
+
8113
+ #: includes/widgets/htmega_carousel.php:181
8114
+ #: includes/widgets/htmega_instagram.php:376
8115
+ #: includes/widgets/htmega_panel_slider.php:241
8116
+ #: includes/widgets/htmega_post_slider.php:345
8117
+ #: includes/widgets/htmega_slider_thumb_gallery.php:183
8118
+ #: includes/widgets/htmega_twitter_feed.php:303
8119
+ msgid "Next icon"
8120
+ msgstr ""
8121
+
8122
+ #: admin/include/admin-setting.php:1039
8123
+ #: includes/widgets/htmega_ninja_form.php:13
8124
+ #: includes/widgets/htmega_ninja_form.php:59
8125
+ msgid "Ninja Form"
8126
+ msgstr ""
8127
+
8128
+ #: includes/widgets/htmega_carousel.php:211
8129
+ #: includes/widgets/htmega_data_table.php:145
8130
+ #: includes/widgets/htmega_data_table.php:202
8131
+ #: includes/widgets/htmega_gravity_forms.php:104
8132
+ #: includes/widgets/htmega_instagram.php:406
8133
+ #: includes/widgets/htmega_panel_slider.php:271
8134
+ #: includes/widgets/htmega_post_slider.php:391
8135
+ #: includes/widgets/htmega_pricing_list_view.php:205
8136
+ #: includes/widgets/htmega_pricing_list_view.php:447
8137
+ #: includes/widgets/htmega_slider_thumb_gallery.php:210
8138
+ #: includes/widgets/htmega_slider_thumb_gallery.php:475
8139
+ #: includes/widgets/htmega_twitter_feed.php:333
8140
+ #: includes/widgets/htmega_user_login_form.php:120
8141
+ #: includes/widgets/htmega_user_login_form.php:263
8142
+ #: includes/widgets/htmega_videoplayer.php:125
8143
+ #: includes/widgets/htmega_videoplayer.php:165
8144
+ #: includes/widgets/htmega_videoplayer.php:177
8145
+ #: includes/widgets/htmega_videoplayer.php:189
8146
+ #: includes/widgets/htmega_videoplayer.php:201
8147
+ #: includes/widgets/htmega_videoplayer.php:213
8148
+ msgid "No"
8149
+ msgstr ""
8150
+
8151
+ #: includes/widgets/htmega_googlemap.php:249
8152
+ #: includes/widgets/htmega_instragram_feed.php:85
8153
+ #: includes/widgets/htmega_instragram_feed.php:96
8154
+ #: includes/widgets/htmega_instragram_feed.php:120
8155
+ msgid "no"
8156
+ msgstr ""
8157
+
8158
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:207
8159
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:210
8160
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:573
8161
+ msgid "No Comments"
8162
+ msgstr ""
8163
+
8164
+ #: includes/helper-function.php:252 includes/helper-function.php:736
8165
+ msgid "No contact form found"
8166
+ msgstr ""
8167
+
8168
+ #: includes/widgets/htmega_singlepost.php:587
8169
+ msgid "No selected post"
8170
+ msgstr ""
8171
+
8172
+ #: includes/widgets/htmega_template_selector.php:67
8173
+ msgid "No selected template"
8174
+ msgstr ""
8175
+
8176
+ #: includes/helper-function.php:112
8177
+ msgid "No sidebars were found"
8178
+ msgstr ""
8179
+
8180
+ #: includes/widgets/htmega_revolution_slider.php:43
8181
+ msgid "No Slider Found."
8182
+ msgstr ""
8183
+
8184
+ #: includes/helper-function.php:269 includes/widgets/htmega_blockquote.php:406
8185
+ #: includes/widgets/htmega_button.php:415
8186
+ #: includes/widgets/htmega_button.php:478
8187
+ #: includes/widgets/htmega_counter.php:95
8188
+ #: includes/widgets/htmega_imagemarker.php:230
8189
+ #: includes/widgets/htmega_imagemarker.php:289
8190
+ #: includes/widgets/htmega_imagemarker.php:500
8191
+ #: includes/widgets/htmega_imagemarker.php:786
8192
+ #: includes/widgets/htmega_job_manager.php:129
8193
+ #: includes/widgets/htmega_newsticker.php:250
8194
+ #: includes/widgets/htmega_notify.php:147
8195
+ #: includes/widgets/htmega_notify.php:182
8196
+ #: includes/widgets/htmega_postgrid.php:147
8197
+ #: includes/widgets/htmega_post_grid_tab.php:154
8198
+ #: includes/widgets/htmega_post_slider.php:158
8199
+ #: includes/widgets/htmega_pricing_list_view.php:252
8200
+ #: includes/widgets/htmega_scroll_image.php:254
8201
+ #: includes/widgets/htmega_socialshere.php:466
8202
+ #: includes/widgets/htmega_teammember.php:104
8203
+ #: includes/widgets/htmega_testimonial_grid.php:58
8204
+ #: extensions/ht-builder/widgets/bl_post_archive.php:198
8205
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:97
8206
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:290
8207
+ msgid "None"
8208
+ msgstr ""
8209
+
8210
+ #: includes/widgets/htmega_accordion.php:459
8211
+ #: includes/widgets/htmega_accordion.php:972
8212
+ #: includes/widgets/htmega_add_banner.php:156
8213
+ #: includes/widgets/htmega_add_banner.php:245
8214
+ #: includes/widgets/htmega_add_banner.php:620
8215
+ #: includes/widgets/htmega_booked_calender.php:574
8216
+ #: includes/widgets/htmega_booked_calender.php:720
8217
+ #: includes/widgets/htmega_brand.php:170
8218
+ #: includes/widgets/htmega_buddy_press.php:316
8219
+ #: includes/widgets/htmega_button.php:194
8220
+ #: includes/widgets/htmega_button.php:519
8221
+ #: includes/widgets/htmega_caldera_form.php:195
8222
+ #: includes/widgets/htmega_caldera_form.php:447
8223
+ #: includes/widgets/htmega_call_to_action.php:690
8224
+ #: includes/widgets/htmega_call_to_action.php:896
8225
+ #: includes/widgets/htmega_carousel.php:550
8226
+ #: includes/widgets/htmega_carousel.php:826
8227
+ #: includes/widgets/htmega_carousel.php:1094
8228
+ #: includes/widgets/htmega_carousel.php:1302
8229
+ #: includes/widgets/htmega_contact_form_seven.php:188
8230
+ #: includes/widgets/htmega_contact_form_seven.php:455
8231
+ #: includes/widgets/htmega_contact_form_seven.php:766
8232
+ #: includes/widgets/htmega_countdown.php:1028
8233
+ #: includes/widgets/htmega_custom_event.php:136
8234
+ #: includes/widgets/htmega_custom_event.php:391
8235
+ #: includes/widgets/htmega_double_button.php:384
8236
+ #: includes/widgets/htmega_double_button.php:459
8237
+ #: includes/widgets/htmega_double_button.php:632
8238
+ #: includes/widgets/htmega_download_monitor.php:146
8239
+ #: includes/widgets/htmega_easy_digital_download.php:352
8240
+ #: includes/widgets/htmega_easy_digital_download.php:533
8241
+ #: includes/widgets/htmega_errorcontent.php:552
8242
+ #: includes/widgets/htmega_errorcontent.php:703
8243
+ #: includes/widgets/htmega_gravity_forms.php:398
8244
+ #: includes/widgets/htmega_gravity_forms.php:640
8245
+ #: includes/widgets/htmega_image_grid.php:453
8246
+ #: includes/widgets/htmega_image_masonry.php:440
8247
+ #: includes/widgets/htmega_inlinemenu.php:146
8248
+ #: includes/widgets/htmega_instagram.php:927
8249
+ #: includes/widgets/htmega_instagram.php:1145
8250
+ #: includes/widgets/htmega_mailchimp_wp.php:301
8251
+ #: includes/widgets/htmega_modal.php:211
8252
+ #: includes/widgets/htmega_newsticker.php:730
8253
+ #: includes/widgets/htmega_ninja_form.php:484
8254
+ #: includes/widgets/htmega_ninja_form.php:705
8255
+ #: includes/widgets/htmega_ninja_form.php:923
8256
+ #: includes/widgets/htmega_notify.php:322
8257
+ #: includes/widgets/htmega_offcanvas.php:414
8258
+ #: includes/widgets/htmega_panel_slider.php:755
8259
+ #: includes/widgets/htmega_panel_slider.php:1047
8260
+ #: includes/widgets/htmega_popover.php:331
8261
+ #: includes/widgets/htmega_post_grid_tab.php:623
8262
+ #: includes/widgets/htmega_post_grid_tab.php:843
8263
+ #: includes/widgets/htmega_post_grid_tab.php:993
8264
+ #: includes/widgets/htmega_post_slider.php:1058
8265
+ #: includes/widgets/htmega_post_slider.php:1271
8266
+ #: includes/widgets/htmega_post_slider.php:1535
8267
+ #: includes/widgets/htmega_post_slider.php:1755
8268
+ #: includes/widgets/htmega_post_slider.php:1920
8269
+ #: includes/widgets/htmega_progress_bar.php:76
8270
+ #: includes/widgets/htmega_quforms.php:321
8271
+ #: includes/widgets/htmega_quforms.php:541
8272
+ #: includes/widgets/htmega_quforms.php:759
8273
+ #: includes/widgets/htmega_scroll_navigation.php:310
8274
+ #: includes/widgets/htmega_search.php:223
8275
+ #: includes/widgets/htmega_search.php:435
8276
+ #: includes/widgets/htmega_search.php:673
8277
+ #: includes/widgets/htmega_service.php:176
8278
+ #: includes/widgets/htmega_service.php:617
8279
+ #: includes/widgets/htmega_service.php:1022
8280
+ #: includes/widgets/htmega_singlepost.php:355
8281
+ #: includes/widgets/htmega_slider_thumb_gallery.php:816
8282
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1074
8283
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1223
8284
+ #: includes/widgets/htmega_socialshere.php:681
8285
+ #: includes/widgets/htmega_special_day_banner.php:643
8286
+ #: includes/widgets/htmega_switcher.php:351
8287
+ #: includes/widgets/htmega_tabs.php:502 includes/widgets/htmega_tabs.php:680
8288
+ #: includes/widgets/htmega_testimonial_grid.php:264
8289
+ #: includes/widgets/htmega_toggle.php:225
8290
+ #: includes/widgets/htmega_tooltip.php:307
8291
+ #: includes/widgets/htmega_twitter_feed.php:701
8292
+ #: includes/widgets/htmega_twitter_feed.php:970
8293
+ #: includes/widgets/htmega_twitter_feed.php:1068
8294
+ #: includes/widgets/htmega_twitter_feed.php:1306
8295
+ #: includes/widgets/htmega_user_login_form.php:1097
8296
+ #: includes/widgets/htmega_user_login_form.php:1295
8297
+ #: includes/widgets/htmega_verticle_time_line.php:191
8298
+ #: includes/widgets/htmega_videoplayer.php:336
8299
+ #: includes/widgets/htmega_wc_categories.php:175
8300
+ #: includes/widgets/htmega_wc_categories.php:292
8301
+ #: includes/widgets/htmega_wc_categories.php:468
8302
+ #: includes/widgets/htmega_wc_element_pages.php:205
8303
+ #: includes/widgets/htmega_wc_element_pages.php:385
8304
+ #: includes/widgets/htmega_wc_element_pages.php:548
8305
+ #: includes/widgets/htmega_wc_element_pages.php:705
8306
+ #: includes/widgets/htmega_wc_element_pages.php:934
8307
+ #: includes/widgets/htmega_wc_element_pages.php:1349
8308
+ #: includes/widgets/htmega_wc_element_pages.php:1523
8309
+ #: includes/widgets/htmega_wc_element_pages.php:1706
8310
+ #: includes/widgets/htmega_working_process.php:351
8311
+ #: includes/widgets/htmega_working_process.php:935
8312
+ #: includes/widgets/htmega_wpforms.php:485
8313
+ #: includes/widgets/htmega_wpforms.php:709
8314
+ #: includes/widgets/htmega_wpforms.php:926
8315
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:143
8316
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:375
8317
+ #: extensions/ht-builder/widgets/bl_post_archive.php:340
8318
+ #: extensions/ht-builder/widgets/bl_post_archive.php:446
8319
+ #: extensions/ht-builder/widgets/bl_post_archive.php:553
8320
+ #: extensions/ht-builder/widgets/bl_post_archive.php:714
8321
+ #: extensions/ht-builder/widgets/bl_post_archive.php:849
8322
+ #: extensions/ht-builder/widgets/bl_post_comments.php:91
8323
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:388
8324
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:177
8325
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:424
8326
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:382
8327
+ msgid "Normal"
8328
+ msgstr ""
8329
+
8330
+ #: includes/widgets/htmega_toggle.php:53
8331
+ msgid "Normal Icon"
8332
+ msgstr ""
8333
+
8334
+ #: includes/widgets/htmega_socialshere.php:121
8335
+ #: includes/widgets/htmega_socialshere.php:219
8336
+ msgid "Normal Style"
8337
+ msgstr ""
8338
+
8339
+ #: includes/widgets/htmega_toggle.php:43
8340
+ msgid "Normal Title"
8341
+ msgstr ""
8342
+
8343
+ #: includes/widgets/htmega_modal.php:670
8344
+ msgid "Note: Below, This CSS style to use on your header close button "
8345
+ msgstr ""
8346
+
8347
+ #: includes/class.assests.php:372
8348
+ msgid "Nothing Found"
8349
+ msgstr ""
8350
+
8351
+ #: includes/recommended-plugins/recommended-plugins.php:39
8352
+ msgid "Notification Bar for WordPress"
8353
+ msgstr ""
8354
+
8355
+ #: includes/widgets/htmega_notify.php:71
8356
+ msgid "Notification Content"
8357
+ msgstr ""
8358
+
8359
+ #: extensions/wc-sales-notification/admin/setting.php:64
8360
+ msgid "Notification Content Type"
8361
+ msgstr ""
8362
+
8363
+ #: extensions/wc-sales-notification/admin/setting.php:165
8364
+ msgid "Notification Enter Animation. <span>( Pro )</span>"
8365
+ msgstr ""
8366
+
8367
+ #: admin/include/admin-setting.php:1254 admin/include/admin-setting.php:1279
8368
+ msgid "Notification image position"
8369
+ msgstr ""
8370
+
8371
+ #: extensions/wc-sales-notification/admin/setting.php:90
8372
+ msgid "Notification Layout. <span>( Pro )</span>"
8373
+ msgstr ""
8374
+
8375
+ #: extensions/wc-sales-notification/admin/setting.php:115
8376
+ msgid "Notification Loading duration."
8377
+ msgstr ""
8378
+
8379
+ #: includes/widgets/htmega_notify.php:78
8380
+ msgid "Notification Message"
8381
+ msgstr ""
8382
+
8383
+ #: includes/widgets/htmega_notify.php:90
8384
+ msgid "Notification Option"
8385
+ msgstr ""
8386
+
8387
+ #: extensions/wc-sales-notification/admin/setting.php:177
8388
+ msgid "Notification Out Animation. <span>( Pro )</span>"
8389
+ msgstr ""
8390
+
8391
+ #: includes/widgets/htmega_notify.php:109
8392
+ msgid "Notification Position"
8393
+ msgstr ""
8394
+
8395
+ #: admin/include/admin-setting.php:1253 admin/include/admin-setting.php:1278
8396
+ msgid "Notification showing position"
8397
+ msgstr ""
8398
+
8399
+ #: includes/widgets/htmega_notify.php:128
8400
+ msgid "Notification Type"
8401
+ msgstr ""
8402
+
8403
+ #: includes/widgets_control.php:228 admin/include/admin-setting.php:343
8404
+ #: includes/widgets/htmega_notify.php:13
8405
+ msgid "Notify"
8406
+ msgstr ""
8407
+
8408
+ #: includes/widgets/htmega_notify.php:463
8409
+ msgid "Notify Content"
8410
+ msgstr ""
8411
+
8412
+ #: includes/widgets/htmega_booked_calender.php:119
8413
+ msgid "November"
8414
+ msgstr ""
8415
+
8416
+ #: includes/widgets/htmega_counter.php:413
8417
+ #: includes/widgets/htmega_job_manager.php:130
8418
+ #: includes/widgets/htmega_working_process.php:791
8419
+ msgid "Number"
8420
+ msgstr ""
8421
+
8422
+ #: includes/widgets/htmega_wc_categories.php:58
8423
+ msgid "Number of Category"
8424
+ msgstr ""
8425
+
8426
+ #: includes/widgets/htmega_instragram_feed.php:58
8427
+ msgid "Number of Column"
8428
+ msgstr ""
8429
+
8430
+ #: includes/widgets/htmega_easy_digital_download.php:67
8431
+ msgid "Number of Item"
8432
+ msgstr ""
8433
+
8434
+ #: includes/widgets/htmega_job_manager.php:66
8435
+ msgid "Number of listings to show"
8436
+ msgstr ""
8437
+
8438
+ #: includes/widgets/htmega_counter.php:173
8439
+ msgid "Number Prefix"
8440
+ msgstr ""
8441
+
8442
+ #: includes/widgets/htmega_counter.php:182
8443
+ msgid "Number Suffix"
8444
+ msgstr ""
8445
+
8446
+ #: includes/widgets/htmega_verticle_time_line.php:105
8447
+ msgid "Oct<br/>2018"
8448
+ msgstr ""
8449
+
8450
+ #: includes/widgets/htmega_booked_calender.php:118
8451
+ msgid "October"
8452
+ msgstr ""
8453
+
8454
+ #: includes/widgets/htmega_wc_element_pages.php:1235
8455
+ msgid "Odd"
8456
+ msgstr ""
8457
+
8458
+ #: includes/widgets/htmega_tablepress.php:307
8459
+ msgid "Odd Cell"
8460
+ msgstr ""
8461
+
8462
+ #: includes/widgets/htmega_socialshere.php:69
8463
+ msgid "Odnoklassniki"
8464
+ msgstr ""
8465
+
8466
+ #: includes/widgets/htmega_carousel.php:115
8467
+ #: includes/widgets/htmega_instagram.php:202
8468
+ #: includes/widgets/htmega_panel_slider.php:141
8469
+ #: includes/widgets/htmega_post_slider.php:279
8470
+ #: includes/widgets/htmega_special_day_banner.php:116
8471
+ #: includes/widgets/htmega_twitter_feed.php:220
8472
+ msgid "Off"
8473
+ msgstr ""
8474
+
8475
+ #: includes/widgets_control.php:233 admin/include/admin-setting.php:351
8476
+ #: includes/widgets/htmega_offcanvas.php:13
8477
+ #: includes/widgets/htmega_offcanvas.php:49
8478
+ #: includes/widgets/htmega_offcanvas.php:184
8479
+ msgid "Offcanvas"
8480
+ msgstr ""
8481
+
8482
+ #: includes/widgets/htmega_offcanvas.php:144
8483
+ msgid "Offcanvas Height"
8484
+ msgstr ""
8485
+
8486
+ #: includes/widgets/htmega_offcanvas.php:98
8487
+ msgid "Offcanvas Position"
8488
+ msgstr ""
8489
+
8490
+ #: includes/widgets/htmega_offcanvas.php:114
8491
+ msgid "Offcanvas Width"
8492
+ msgstr ""
8493
+
8494
+ #: includes/widgets/htmega_special_day_banner.php:105
8495
+ #: includes/widgets/htmega_special_day_banner.php:512
8496
+ msgid "Offer Amount"
8497
+ msgstr ""
8498
+
8499
+ #: includes/widgets/htmega_special_day_banner.php:114
8500
+ #: includes/widgets/htmega_special_day_banner.php:571
8501
+ msgid "Offer Tag Line"
8502
+ msgstr ""
8503
+
8504
+ #: includes/widgets/htmega_notify.php:213
8505
+ #: includes/widgets/htmega_scroll_image.php:252
8506
+ msgid "Offset"
8507
+ msgstr ""
8508
+
8509
+ #: includes/widgets/htmega_carousel.php:114
8510
+ #: includes/widgets/htmega_instagram.php:201
8511
+ #: includes/widgets/htmega_panel_slider.php:140
8512
+ #: includes/widgets/htmega_post_slider.php:278
8513
+ #: includes/widgets/htmega_twitter_feed.php:219
8514
+ msgid "On"
8515
+ msgstr ""
8516
+
8517
+ #: includes/widgets/htmega_teammember.php:669
8518
+ msgid "ON/OFF Image Hover rotation"
8519
+ msgstr ""
8520
+
8521
+ #: includes/widgets/htmega_image_grid.php:62
8522
+ #: includes/widgets/htmega_image_masonry.php:70
8523
+ #: includes/widgets/htmega_testimonial_grid.php:73
8524
+ #: includes/widgets/htmega_testimonial_grid.php:88
8525
+ #: includes/widgets/htmega_testimonial_grid.php:105
8526
+ msgid "One"
8527
+ msgstr ""
8528
+
8529
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:221
8530
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:224
8531
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:574
8532
+ msgid "One Comment"
8533
+ msgstr ""
8534
+
8535
+ #: admin/include/admin-setting.php:1226
8536
+ msgid "Online Documentation"
8537
+ msgstr ""
8538
+
8539
+ #: includes/widgets/htmega_switcher.php:560
8540
+ #: includes/widgets/htmega_switcher.php:569
8541
+ msgid "Only for custom content."
8542
+ msgstr ""
8543
+
8544
+ #: includes/widgets/htmega_easy_digital_download.php:168
8545
+ #: includes/widgets/htmega_wc_categories.php:108
8546
+ msgid "Only Top Level"
8547
+ msgstr ""
8548
+
8549
+ #: includes/widgets/htmega_section_title.php:1026
8550
+ msgid "Opacity"
8551
+ msgstr ""
8552
+
8553
+ #: includes/widgets/htmega_imagemarker.php:75
8554
+ msgid "Opacity (%)"
8555
+ msgstr ""
8556
+
8557
+ #: includes/widgets/htmega_imagemarker.php:61
8558
+ msgid "Opacity Color"
8559
+ msgstr ""
8560
+
8561
+ #: includes/widgets/htmega_lightbox.php:171
8562
+ msgid "Open"
8563
+ msgstr ""
8564
+
8565
+ #: includes/widgets/htmega_accordion.php:290
8566
+ msgid "Open Item Icon"
8567
+ msgstr ""
8568
+
8569
+ #: includes/widgets/htmega_toggle.php:71
8570
+ msgid "Opened Icon"
8571
+ msgstr ""
8572
+
8573
+ #: includes/widgets/htmega_toggle.php:61
8574
+ msgid "Opened Title"
8575
+ msgstr ""
8576
+
8577
+ #: includes/widgets/htmega_easy_digital_download.php:129
8578
+ #: includes/widgets/htmega_ninja_form.php:77
8579
+ #: includes/widgets/htmega_tablepress.php:68
8580
+ #: includes/widgets/htmega_wc_categories.php:70
8581
+ msgid "Options"
8582
+ msgstr ""
8583
+
8584
+ #: includes/widgets/htmega_double_button.php:68
8585
+ msgid "Or"
8586
+ msgstr ""
8587
+
8588
+ #: includes/widgets/htmega_easy_digital_download.php:209
8589
+ #: includes/widgets/htmega_job_manager.php:79
8590
+ #: includes/widgets/htmega_postgrid.php:127
8591
+ #: includes/widgets/htmega_post_grid_tab.php:134
8592
+ #: includes/widgets/htmega_post_slider.php:138
8593
+ #: includes/widgets/htmega_wc_categories.php:140
8594
+ msgid "Order"
8595
+ msgstr ""
8596
+
8597
+ #: includes/widgets/htmega_newsticker.php:267
8598
+ #: extensions/ht-builder/widgets/bl_post_archive.php:215
8599
+ msgid "order"
8600
+ msgstr ""
8601
+
8602
+ #: includes/widgets/htmega_job_manager.php:95
8603
+ msgid "Order By"
8604
+ msgstr ""
8605
+
8606
+ #: includes/widgets/htmega_easy_digital_download.php:194
8607
+ #: includes/widgets/htmega_wc_categories.php:125
8608
+ msgid "Order by"
8609
+ msgstr ""
8610
+
8611
+ #: extensions/wc-sales-notification/admin/setting.php:102
8612
+ msgid "Order Limit for notification."
8613
+ msgstr ""
8614
+
8615
+ #: includes/widgets/htmega_wc_element_pages.php:1101
8616
+ msgid "Order Review"
8617
+ msgstr ""
8618
+
8619
+ #: includes/widgets/htmega_wc_element_pages.php:61
8620
+ msgid "Order Tracking Form"
8621
+ msgstr ""
8622
+
8623
+ #: extensions/wc-sales-notification/admin/setting.php:152
8624
+ msgid "Order Upto"
8625
+ msgstr ""
8626
+
8627
+ #: includes/widgets/htmega_newsticker.php:246
8628
+ #: includes/widgets/htmega_postgrid.php:143
8629
+ #: includes/widgets/htmega_post_grid_tab.php:150
8630
+ #: includes/widgets/htmega_post_slider.php:154
8631
+ #: extensions/ht-builder/widgets/bl_post_archive.php:194
8632
+ msgid "Orderby"
8633
+ msgstr ""
8634
+
8635
+ #: includes/widgets/htmega_data_table.php:107
8636
+ msgid "Ordering"
8637
+ msgstr ""
8638
+
8639
+ #: admin/include/admin-setting.php:86
8640
+ msgid "Other options"
8641
+ msgstr ""
8642
+
8643
+ #: includes/recommended-plugins/recommended-plugins.php:91
8644
+ msgid "Other Plugins"
8645
+ msgstr ""
8646
+
8647
+ #: includes/widgets/htmega_testimonial_grid.php:118
8648
+ msgid "Other' Devices Width(%)"
8649
+ msgstr ""
8650
+
8651
+ #: includes/widgets/htmega_progress_bar.php:655
8652
+ #: includes/widgets/htmega_progress_bar.php:774
8653
+ msgid "Outer"
8654
+ msgstr ""
8655
+
8656
+ #: admin/include/admin-setting.php:1258 admin/include/admin-setting.php:1283
8657
+ msgid "Outgoing animation option"
8658
+ msgstr ""
8659
+
8660
+ #: includes/widgets/htmega_lightbox.php:226
8661
+ msgid "Overlay"
8662
+ msgstr ""
8663
+
8664
+ #: includes/widgets/htmega_image_grid.php:193
8665
+ #: includes/widgets/htmega_image_masonry.php:173
8666
+ #: includes/widgets/htmega_instagram.php:734
8667
+ msgid "Overlay Color"
8668
+ msgstr ""
8669
+
8670
+ #: includes/widgets/htmega_instagram.php:745
8671
+ msgid "Overlay Padding"
8672
+ msgstr ""
8673
+
8674
+ #: includes/widgets/htmega_weather.php:43
8675
+ msgid "Override Title"
8676
+ msgstr ""
8677
+
8678
+ #: includes/helper-function.php:181
8679
+ msgid "p"
8680
+ msgstr ""
8681
+
8682
+ #: includes/widgets/htmega_accordion.php:501
8683
+ #: includes/widgets/htmega_accordion.php:717
8684
+ #: includes/widgets/htmega_accordion.php:852
8685
+ #: includes/widgets/htmega_accordion.php:1251
8686
+ #: includes/widgets/htmega_add_banner.php:175
8687
+ #: includes/widgets/htmega_add_banner.php:263
8688
+ #: includes/widgets/htmega_add_banner.php:317
8689
+ #: includes/widgets/htmega_add_banner.php:415
8690
+ #: includes/widgets/htmega_add_banner.php:474
8691
+ #: includes/widgets/htmega_add_banner.php:533
8692
+ #: includes/widgets/htmega_add_banner.php:592
8693
+ #: includes/widgets/htmega_add_banner.php:678
8694
+ #: includes/widgets/htmega_animated_heading.php:222
8695
+ #: includes/widgets/htmega_animated_heading.php:353
8696
+ #: includes/widgets/htmega_animated_heading.php:441
8697
+ #: includes/widgets/htmega_blockquote.php:233
8698
+ #: includes/widgets/htmega_blockquote.php:311
8699
+ #: includes/widgets/htmega_blockquote.php:367
8700
+ #: includes/widgets/htmega_blockquote.php:529
8701
+ #: includes/widgets/htmega_blockquote.php:710
8702
+ #: includes/widgets/htmega_booked_calender.php:633
8703
+ #: includes/widgets/htmega_booked_calender.php:791
8704
+ #: includes/widgets/htmega_brand.php:141 includes/widgets/htmega_brand.php:328
8705
+ #: includes/widgets/htmega_buddy_press.php:223
8706
+ #: includes/widgets/htmega_business_hours.php:255
8707
+ #: includes/widgets/htmega_business_hours.php:331
8708
+ #: includes/widgets/htmega_business_hours.php:459
8709
+ #: includes/widgets/htmega_button.php:297
8710
+ #: includes/widgets/htmega_button.php:569
8711
+ #: includes/widgets/htmega_caldera_form.php:276
8712
+ #: includes/widgets/htmega_caldera_form.php:508
8713
+ #: includes/widgets/htmega_call_to_action.php:379
8714
+ #: includes/widgets/htmega_call_to_action.php:456
8715
+ #: includes/widgets/htmega_call_to_action.php:544
8716
+ #: includes/widgets/htmega_call_to_action.php:603
8717
+ #: includes/widgets/htmega_call_to_action.php:662
8718
+ #: includes/widgets/htmega_call_to_action.php:730
8719
+ #: includes/widgets/htmega_call_to_action.php:936
8720
+ #: includes/widgets/htmega_carousel.php:468
8721
+ #: includes/widgets/htmega_carousel.php:681
8722
+ #: includes/widgets/htmega_carousel.php:1358
8723
+ #: includes/widgets/htmega_contact_form_seven.php:148
8724
+ #: includes/widgets/htmega_contact_form_seven.php:318
8725
+ #: includes/widgets/htmega_contact_form_seven.php:546
8726
+ #: includes/widgets/htmega_contact_form_seven.php:702
8727
+ #: includes/widgets/htmega_contact_form_seven.php:846
8728
+ #: includes/widgets/htmega_countdown.php:575
8729
+ #: includes/widgets/htmega_countdown.php:822
8730
+ #: includes/widgets/htmega_countdown.php:984
8731
+ #: includes/widgets/htmega_countdown.php:1108
8732
+ #: includes/widgets/htmega_counter.php:227
8733
+ #: includes/widgets/htmega_counter.php:487
8734
+ #: includes/widgets/htmega_counter.php:612
8735
+ #: includes/widgets/htmega_counter.php:878
8736
+ #: includes/widgets/htmega_counter.php:968
8737
+ #: includes/widgets/htmega_counter.php:1057
8738
+ #: includes/widgets/htmega_custom_event.php:163
8739
+ #: includes/widgets/htmega_custom_event.php:248
8740
+ #: includes/widgets/htmega_data_table.php:509
8741
+ #: includes/widgets/htmega_double_button.php:527
8742
+ #: includes/widgets/htmega_double_button.php:700
8743
+ #: includes/widgets/htmega_double_button.php:883
8744
+ #: includes/widgets/htmega_download_monitor.php:191
8745
+ #: includes/widgets/htmega_dropcaps.php:140
8746
+ #: includes/widgets/htmega_dropcaps.php:239
8747
+ #: includes/widgets/htmega_easy_digital_download.php:268
8748
+ #: includes/widgets/htmega_easy_digital_download.php:587
8749
+ #: includes/widgets/htmega_errorcontent.php:289
8750
+ #: includes/widgets/htmega_errorcontent.php:355
8751
+ #: includes/widgets/htmega_errorcontent.php:434
8752
+ #: includes/widgets/htmega_errorcontent.php:513
8753
+ #: includes/widgets/htmega_errorcontent.php:589
8754
+ #: includes/widgets/htmega_errorcontent.php:740
8755
+ #: includes/widgets/htmega_googlemap.php:336
8756
+ #: includes/widgets/htmega_googlemap.php:477
8757
+ #: includes/widgets/htmega_gravity_forms.php:319
8758
+ #: includes/widgets/htmega_gravity_forms.php:485
8759
+ #: includes/widgets/htmega_gravity_forms.php:717
8760
+ #: includes/widgets/htmega_imagemarker.php:683
8761
+ #: includes/widgets/htmega_imagemarker.php:907
8762
+ #: includes/widgets/htmega_image_comparison.php:293
8763
+ #: includes/widgets/htmega_image_comparison.php:374
8764
+ #: includes/widgets/htmega_image_grid.php:340
8765
+ #: includes/widgets/htmega_image_grid.php:427
8766
+ #: includes/widgets/htmega_image_grid.php:500
8767
+ #: includes/widgets/htmega_image_magnifier.php:142
8768
+ #: includes/widgets/htmega_image_masonry.php:185
8769
+ #: includes/widgets/htmega_image_masonry.php:327
8770
+ #: includes/widgets/htmega_image_masonry.php:414
8771
+ #: includes/widgets/htmega_image_masonry.php:486
8772
+ #: includes/widgets/htmega_inlinemenu.php:175
8773
+ #: includes/widgets/htmega_instagram.php:647
8774
+ #: includes/widgets/htmega_instagram.php:693
8775
+ #: includes/widgets/htmega_instagram.php:823
8776
+ #: includes/widgets/htmega_instagram.php:885
8777
+ #: includes/widgets/htmega_instagram.php:1057
8778
+ #: includes/widgets/htmega_instagram.php:1342
8779
+ #: includes/widgets/htmega_lightbox.php:251
8780
+ #: includes/widgets/htmega_lightbox.php:439
8781
+ #: includes/widgets/htmega_mailchimp_wp.php:89
8782
+ #: includes/widgets/htmega_mailchimp_wp.php:259
8783
+ #: includes/widgets/htmega_mailchimp_wp.php:394
8784
+ #: includes/widgets/htmega_modal.php:278 includes/widgets/htmega_modal.php:538
8785
+ #: includes/widgets/htmega_modal.php:655 includes/widgets/htmega_modal.php:710
8786
+ #: includes/widgets/htmega_modal.php:818 includes/widgets/htmega_modal.php:880
8787
+ #: includes/widgets/htmega_modal.php:988
8788
+ #: includes/widgets/htmega_newsticker.php:384
8789
+ #: includes/widgets/htmega_newsticker.php:438
8790
+ #: includes/widgets/htmega_newsticker.php:581
8791
+ #: includes/widgets/htmega_newsticker.php:826
8792
+ #: includes/widgets/htmega_newsticker.php:960
8793
+ #: includes/widgets/htmega_ninja_form.php:140
8794
+ #: includes/widgets/htmega_ninja_form.php:242
8795
+ #: includes/widgets/htmega_ninja_form.php:406
8796
+ #: includes/widgets/htmega_ninja_form.php:552
8797
+ #: includes/widgets/htmega_ninja_form.php:774
8798
+ #: includes/widgets/htmega_ninja_form.php:976
8799
+ #: includes/widgets/htmega_notify.php:389
8800
+ #: includes/widgets/htmega_notify.php:532
8801
+ #: includes/widgets/htmega_notify.php:788
8802
+ #: includes/widgets/htmega_offcanvas.php:349
8803
+ #: includes/widgets/htmega_offcanvas.php:441
8804
+ #: includes/widgets/htmega_panel_slider.php:503
8805
+ #: includes/widgets/htmega_panel_slider.php:669
8806
+ #: includes/widgets/htmega_panel_slider.php:725
8807
+ #: includes/widgets/htmega_panel_slider.php:901
8808
+ #: includes/widgets/htmega_popover.php:292
8809
+ #: includes/widgets/htmega_popover.php:437
8810
+ #: includes/widgets/htmega_popover.php:614
8811
+ #: includes/widgets/htmega_popover.php:718
8812
+ #: includes/widgets/htmega_postgrid.php:500
8813
+ #: includes/widgets/htmega_postgrid.php:614
8814
+ #: includes/widgets/htmega_postgrid.php:701
8815
+ #: includes/widgets/htmega_post_grid_tab.php:313
8816
+ #: includes/widgets/htmega_post_grid_tab.php:386
8817
+ #: includes/widgets/htmega_post_grid_tab.php:479
8818
+ #: includes/widgets/htmega_post_grid_tab.php:566
8819
+ #: includes/widgets/htmega_post_grid_tab.php:664
8820
+ #: includes/widgets/htmega_post_grid_tab.php:789
8821
+ #: includes/widgets/htmega_post_grid_tab.php:884
8822
+ #: includes/widgets/htmega_post_grid_tab.php:1038
8823
+ #: includes/widgets/htmega_post_grid_tab.php:1146
8824
+ #: includes/widgets/htmega_post_slider.php:759
8825
+ #: includes/widgets/htmega_post_slider.php:914
8826
+ #: includes/widgets/htmega_post_slider.php:1001
8827
+ #: includes/widgets/htmega_post_slider.php:1098
8828
+ #: includes/widgets/htmega_post_slider.php:1217
8829
+ #: includes/widgets/htmega_post_slider.php:1311
8830
+ #: includes/widgets/htmega_post_slider.php:1667
8831
+ #: includes/widgets/htmega_post_slider.php:1926
8832
+ #: includes/widgets/htmega_pricing_list_view.php:1240
8833
+ #: includes/widgets/htmega_pricing_list_view.php:1493
8834
+ #: includes/widgets/htmega_pricing_list_view.php:1599
8835
+ #: includes/widgets/htmega_pricing_list_view.php:1672
8836
+ #: includes/widgets/htmega_pricing_list_view.php:1757
8837
+ #: includes/widgets/htmega_pricing_list_view.php:1834
8838
+ #: includes/widgets/htmega_progress_bar.php:348
8839
+ #: includes/widgets/htmega_progress_bar.php:677
8840
+ #: includes/widgets/htmega_progress_bar.php:783
8841
+ #: includes/widgets/htmega_quforms.php:170
8842
+ #: includes/widgets/htmega_quforms.php:281
8843
+ #: includes/widgets/htmega_quforms.php:413
8844
+ #: includes/widgets/htmega_quforms.php:633
8845
+ #: includes/widgets/htmega_quforms.php:860
8846
+ #: includes/widgets/htmega_scroll_image.php:216
8847
+ #: includes/widgets/htmega_scroll_image.php:376
8848
+ #: includes/widgets/htmega_scroll_navigation.php:282
8849
+ #: includes/widgets/htmega_search.php:196
8850
+ #: includes/widgets/htmega_search.php:297
8851
+ #: includes/widgets/htmega_search.php:516
8852
+ #: includes/widgets/htmega_section_title.php:399
8853
+ #: includes/widgets/htmega_section_title.php:599
8854
+ #: includes/widgets/htmega_section_title.php:831
8855
+ #: includes/widgets/htmega_section_title.php:1002
8856
+ #: includes/widgets/htmega_service.php:196
8857
+ #: includes/widgets/htmega_service.php:408
8858
+ #: includes/widgets/htmega_service.php:513
8859
+ #: includes/widgets/htmega_service.php:672
8860
+ #: includes/widgets/htmega_service.php:934
8861
+ #: includes/widgets/htmega_service.php:1062
8862
+ #: includes/widgets/htmega_singlepost.php:205
8863
+ #: includes/widgets/htmega_singlepost.php:292
8864
+ #: includes/widgets/htmega_singlepost.php:407
8865
+ #: includes/widgets/htmega_singlepost.php:503
8866
+ #: includes/widgets/htmega_slider_thumb_gallery.php:717
8867
+ #: includes/widgets/htmega_slider_thumb_gallery.php:765
8868
+ #: includes/widgets/htmega_slider_thumb_gallery.php:973
8869
+ #: includes/widgets/htmega_socialshere.php:407
8870
+ #: includes/widgets/htmega_socialshere.php:652
8871
+ #: includes/widgets/htmega_special_day_banner.php:302
8872
+ #: includes/widgets/htmega_special_day_banner.php:379
8873
+ #: includes/widgets/htmega_special_day_banner.php:438
8874
+ #: includes/widgets/htmega_special_day_banner.php:497
8875
+ #: includes/widgets/htmega_special_day_banner.php:556
8876
+ #: includes/widgets/htmega_special_day_banner.php:615
8877
+ #: includes/widgets/htmega_special_day_banner.php:701
8878
+ #: includes/widgets/htmega_switcher.php:258
8879
+ #: includes/widgets/htmega_switcher.php:399
8880
+ #: includes/widgets/htmega_switcher.php:588
8881
+ #: includes/widgets/htmega_tablepress.php:196
8882
+ #: includes/widgets/htmega_tablepress.php:353
8883
+ #: includes/widgets/htmega_tablepress.php:422
8884
+ #: includes/widgets/htmega_tabs.php:336 includes/widgets/htmega_tabs.php:568
8885
+ #: includes/widgets/htmega_tabs.php:911
8886
+ #: includes/widgets/htmega_teammember.php:343
8887
+ #: includes/widgets/htmega_teammember.php:728
8888
+ #: includes/widgets/htmega_teammember.php:818
8889
+ #: includes/widgets/htmega_teammember.php:909
8890
+ #: includes/widgets/htmega_teammember.php:976
8891
+ #: includes/widgets/htmega_testimonial_grid.php:284
8892
+ #: includes/widgets/htmega_testimonial_grid.php:463
8893
+ #: includes/widgets/htmega_testimonial_grid.php:523
8894
+ #: includes/widgets/htmega_testimonial_grid.php:615
8895
+ #: includes/widgets/htmega_toggle.php:168
8896
+ #: includes/widgets/htmega_toggle.php:297
8897
+ #: includes/widgets/htmega_tooltip.php:268
8898
+ #: includes/widgets/htmega_tooltip.php:414
8899
+ #: includes/widgets/htmega_tooltip.php:511
8900
+ #: includes/widgets/htmega_twitter_feed.php:583
8901
+ #: includes/widgets/htmega_twitter_feed.php:672
8902
+ #: includes/widgets/htmega_twitter_feed.php:741
8903
+ #: includes/widgets/htmega_twitter_feed.php:941
8904
+ #: includes/widgets/htmega_twitter_feed.php:1002
8905
+ #: includes/widgets/htmega_twitter_feed.php:1192
8906
+ #: includes/widgets/htmega_user_login_form.php:621
8907
+ #: includes/widgets/htmega_user_login_form.php:657
8908
+ #: includes/widgets/htmega_user_login_form.php:887
8909
+ #: includes/widgets/htmega_user_login_form.php:1133
8910
+ #: includes/widgets/htmega_user_login_form.php:1344
8911
+ #: includes/widgets/htmega_user_login_form.php:1514
8912
+ #: includes/widgets/htmega_verticle_time_line.php:248
8913
+ #: includes/widgets/htmega_verticle_time_line.php:348
8914
+ #: includes/widgets/htmega_videoplayer.php:250
8915
+ #: includes/widgets/htmega_videoplayer.php:408
8916
+ #: includes/widgets/htmega_wc_categories.php:213
8917
+ #: includes/widgets/htmega_wc_categories.php:343
8918
+ #: includes/widgets/htmega_wc_element_pages.php:154
8919
+ #: includes/widgets/htmega_wc_element_pages.php:265
8920
+ #: includes/widgets/htmega_wc_element_pages.php:455
8921
+ #: includes/widgets/htmega_wc_element_pages.php:776
8922
+ #: includes/widgets/htmega_wc_element_pages.php:1007
8923
+ #: includes/widgets/htmega_wc_element_pages.php:1149
8924
+ #: includes/widgets/htmega_wc_element_pages.php:1442
8925
+ #: includes/widgets/htmega_wc_element_pages.php:1577
8926
+ #: includes/widgets/htmega_wc_element_pages.php:1744
8927
+ #: includes/widgets/htmega_weather.php:275
8928
+ #: includes/widgets/htmega_weather.php:334
8929
+ #: includes/widgets/htmega_working_process.php:222
8930
+ #: includes/widgets/htmega_working_process.php:418
8931
+ #: includes/widgets/htmega_working_process.php:676
8932
+ #: includes/widgets/htmega_working_process.php:755
8933
+ #: includes/widgets/htmega_working_process.php:855
8934
+ #: includes/widgets/htmega_wpforms.php:132
8935
+ #: includes/widgets/htmega_wpforms.php:234
8936
+ #: includes/widgets/htmega_wpforms.php:388
8937
+ #: includes/widgets/htmega_wpforms.php:555
8938
+ #: includes/widgets/htmega_wpforms.php:777
8939
+ #: includes/widgets/htmega_wpforms.php:1003
8940
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:171
8941
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:404
8942
+ #: extensions/ht-builder/widgets/bl_page_title.php:108
8943
+ #: extensions/ht-builder/widgets/bl_post_archive.php:265
8944
+ #: extensions/ht-builder/widgets/bl_post_archive.php:762
8945
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:110
8946
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:151
8947
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:236
8948
+ #: extensions/ht-builder/widgets/bl_site_logo.php:130
8949
+ #: extensions/ht-builder/widgets/bl_site_title.php:110
8950
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:119
8951
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:239
8952
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:369
8953
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:481
8954
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:120
8955
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:240
8956
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:327
8957
+ msgid "Padding"
8958
+ msgstr ""
8959
+
8960
+ #: includes/widgets/htmega_wc_element_pages.php:54
8961
+ #: extensions/ht-builder/widgets/bl_post_content.php:125
8962
+ msgid "Page"
8963
+ msgstr ""
8964
+
8965
+ #: admin/include/admin-setting.php:796 admin/include/admin-setting.php:797
8966
+ #: extensions/ht-builder/widgets/bl_page_title.php:39
8967
+ #: extensions/ht-builder/widgets/bl_page_title.php:58
8968
+ #: extensions/ht-builder/widgets/bl_page_title.php:168
8969
+ msgid "Page Title"
8970
+ msgstr ""
8971
+
8972
+ #: extensions/ht-builder/widgets/bl_post_content.php:121
8973
+ msgid "Pages:"
8974
+ msgstr ""
8975
+
8976
+ #: includes/widgets/htmega_carousel.php:810
8977
+ #: includes/widgets/htmega_carousel.php:1078
8978
+ #: includes/widgets/htmega_data_table.php:83
8979
+ #: includes/widgets/htmega_easy_digital_download.php:671
8980
+ #: includes/widgets/htmega_instagram.php:1130
8981
+ #: includes/widgets/htmega_panel_slider.php:1033
8982
+ #: includes/widgets/htmega_post_slider.php:1740
8983
+ #: includes/widgets/htmega_post_slider.php:1905
8984
+ #: includes/widgets/htmega_scroll_navigation.php:299
8985
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1047
8986
+ #: includes/widgets/htmega_twitter_feed.php:1291
8987
+ #: extensions/ht-builder/widgets/bl_post_archive.php:835
8988
+ msgid "Pagination"
8989
+ msgstr ""
8990
+
8991
+ #: includes/widgets/htmega_carousel.php:1286
8992
+ msgid "Pagination Box"
8993
+ msgstr ""
8994
+
8995
+ #: includes/widgets/htmega_post_slider.php:1980
8996
+ msgid "Pagination Box Width"
8997
+ msgstr ""
8998
+
8999
+ #: includes/widgets/htmega_data_table.php:981
9000
+ msgid "Pagination Footer"
9001
+ msgstr ""
9002
+
9003
+ #: includes/widgets/htmega_data_table.php:799
9004
+ msgid "Pagination Header"
9005
+ msgstr ""
9006
+
9007
+ #: includes/widgets/htmega_data_table.php:850
9008
+ msgid "Pagination Header length"
9009
+ msgstr ""
9010
+
9011
+ #: includes/widgets/htmega_tablepress.php:86
9012
+ msgid "Pagination Hide"
9013
+ msgstr ""
9014
+
9015
+ #: includes/widgets/htmega_data_table.php:1019
9016
+ msgid "Pagination Ordering"
9017
+ msgstr ""
9018
+
9019
+ #: includes/widgets/htmega_data_table.php:902
9020
+ msgid "Pagination Style"
9021
+ msgstr ""
9022
+
9023
+ #: includes/widgets/htmega_job_manager.php:125
9024
+ msgid "Pagination Type"
9025
+ msgstr ""
9026
+
9027
+ #: includes/widgets_control.php:238 admin/include/admin-setting.php:359
9028
+ #: includes/widgets/htmega_panel_slider.php:15
9029
+ #: includes/widgets/htmega_panel_slider.php:45
9030
+ msgid "Panel Slider"
9031
+ msgstr ""
9032
+
9033
+ #: includes/widgets/htmega_easy_digital_download.php:172
9034
+ #: includes/widgets/htmega_wc_categories.php:112
9035
+ msgid "Parent"
9036
+ msgstr ""
9037
+
9038
+ #: includes/widgets/htmega_brand.php:91
9039
+ msgid "Partner Link"
9040
+ msgstr ""
9041
+
9042
+ #: includes/widgets/htmega_brand.php:71
9043
+ msgid "Partner Logo"
9044
+ msgstr ""
9045
+
9046
+ #: includes/widgets/htmega_user_login_form.php:236
9047
+ #: includes/widgets/htmega_user_login_form.php:249
9048
+ #: includes/widgets/htmega_user_login_form.php:1566
9049
+ #: includes/widgets/htmega_user_login_form.php:1567
9050
+ msgid "Password"
9051
+ msgstr ""
9052
+
9053
+ #: includes/widgets/htmega_user_login_form.php:234
9054
+ msgid "Password Label"
9055
+ msgstr ""
9056
+
9057
+ #: includes/helper-function.php:431
9058
+ msgid "Password length must be greater than 5"
9059
+ msgstr ""
9060
+
9061
+ #: includes/widgets/htmega_user_login_form.php:247
9062
+ msgid "Password Placeholder"
9063
+ msgstr ""
9064
+
9065
+ #: includes/widgets/htmega_newsticker.php:169
9066
+ msgid "Pause on hover"
9067
+ msgstr ""
9068
+
9069
+ #: includes/widgets/htmega_carousel.php:215
9070
+ #: includes/widgets/htmega_instagram.php:410
9071
+ #: includes/widgets/htmega_panel_slider.php:275
9072
+ #: includes/widgets/htmega_post_slider.php:395
9073
+ #: includes/widgets/htmega_slider_thumb_gallery.php:214
9074
+ #: includes/widgets/htmega_slider_thumb_gallery.php:479
9075
+ #: includes/widgets/htmega_twitter_feed.php:337
9076
+ msgid "Pause on Hover?"
9077
+ msgstr ""
9078
+
9079
+ #: includes/widgets/htmega_wc_element_pages.php:888
9080
+ msgid "Payment"
9081
+ msgstr ""
9082
+
9083
+ #: includes/widgets/htmega_pricing_list_view.php:1712
9084
+ msgid "Per Month Typography"
9085
+ msgstr ""
9086
+
9087
+ #: includes/widgets/htmega_testimonial_grid.php:232
9088
+ msgid "Peter Rose"
9089
+ msgstr ""
9090
+
9091
+ #: includes/widgets/htmega_progress_bar.php:219
9092
+ msgid "Photoshop"
9093
+ msgstr ""
9094
+
9095
+ #: includes/class.htmega.php:175
9096
+ msgid "PHP"
9097
+ msgstr ""
9098
+
9099
+ #: includes/widgets/htmega_socialshere.php:65
9100
+ msgid "Pinterest"
9101
+ msgstr ""
9102
+
9103
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:45
9104
+ msgid "Placeholder"
9105
+ msgstr ""
9106
+
9107
+ #: admin/include/templates_list.php:17
9108
+ msgctxt "placeholder"
9109
+ msgid "Enter a Page Name"
9110
+ msgstr ""
9111
+
9112
+ #: includes/widgets/htmega_caldera_form.php:214
9113
+ #: includes/widgets/htmega_contact_form_seven.php:263
9114
+ #: includes/widgets/htmega_contact_form_seven.php:512
9115
+ #: includes/widgets/htmega_gravity_forms.php:425
9116
+ #: includes/widgets/htmega_mailchimp_wp.php:220
9117
+ #: includes/widgets/htmega_ninja_form.php:513
9118
+ #: includes/widgets/htmega_ninja_form.php:735
9119
+ #: includes/widgets/htmega_quforms.php:374
9120
+ #: includes/widgets/htmega_quforms.php:594
9121
+ #: includes/widgets/htmega_search.php:240
9122
+ #: includes/widgets/htmega_user_login_form.php:824
9123
+ #: includes/widgets/htmega_wc_element_pages.php:738
9124
+ #: includes/widgets/htmega_wc_element_pages.php:1382
9125
+ #: includes/widgets/htmega_wpforms.php:516
9126
+ #: includes/widgets/htmega_wpforms.php:738
9127
+ msgid "Placeholder Color"
9128
+ msgstr ""
9129
+
9130
+ #: includes/widgets/htmega_animated_heading.php:235
9131
+ #: includes/widgets/htmega_search.php:58
9132
+ msgid "Placeholder Text"
9133
+ msgstr ""
9134
+
9135
+ #: includes/widgets/htmega_imagemarker.php:969
9136
+ msgid "Placeholder Text Style"
9137
+ msgstr ""
9138
+
9139
+ #: includes/widgets/htmega_videoplayer.php:81
9140
+ msgid "Play Button Icon"
9141
+ msgstr ""
9142
+
9143
+ #: admin/include/admin-setting.php:645
9144
+ msgid ""
9145
+ "Please enter a OpenWeatherMaps API key. OpenWeather is a weather provider "
9146
+ "service which is capable of delivering all the necessary weather information "
9147
+ "for any location on the globe.To create API key, go to this link <a "
9148
+ "href=\"https://openweathermap.org/appid\" target=\"_blank\">OpenWeather</a>."
9149
+ msgstr ""
9150
+
9151
+ #: includes/widgets/htmega_instagram.php:1526
9152
+ msgid "Please enter your access token."
9153
+ msgstr ""
9154
+
9155
+ #: includes/widgets/htmega_weather.php:372
9156
+ msgid ""
9157
+ "Please Insert Weather Map API Key from \"HTMega Addons > Settings > Other "
9158
+ "options > Weather Map API Key\"."
9159
+ msgstr ""
9160
+
9161
+ #: includes/widgets/htmega_caldera_form.php:750
9162
+ msgid "Please select a Contact Form From Setting!"
9163
+ msgstr ""
9164
+
9165
+ #: includes/widgets/htmega_quforms.php:1064
9166
+ msgid "Please select Contact Form"
9167
+ msgstr ""
9168
+
9169
+ #: includes/widgets/htmega_contact_form_seven.php:1039
9170
+ msgid "Please Select contact form."
9171
+ msgstr ""
9172
+
9173
+ #: includes/widgets/htmega_wpforms.php:1169
9174
+ msgid "Please Select form."
9175
+ msgstr ""
9176
+
9177
+ #: includes/widgets/htmega_tablepress.php:440
9178
+ msgid "Please Select table"
9179
+ msgstr ""
9180
+
9181
+ #: includes/widgets/htmega_wc_add_to_cart.php:188
9182
+ #: includes/widgets/htmega_wc_add_to_cart.php:194
9183
+ #: includes/widgets/htmega_wc_element_pages.php:1897
9184
+ msgid "Please set a valid product"
9185
+ msgstr ""
9186
+
9187
+ #: includes/widgets/htmega_user_login_form.php:1691
9188
+ msgid "Please wait..."
9189
+ msgstr ""
9190
+
9191
+ #: admin/include/template-library.php:355
9192
+ #: includes/recommended-plugins/class.recommended-plugins.php:393
9193
+ msgid "Plugin Not Found"
9194
+ msgstr ""
9195
+
9196
+ #: admin/include/template-library.php:375
9197
+ #: includes/recommended-plugins/class.recommended-plugins.php:413
9198
+ msgid "Plugin Successfully Activated"
9199
+ msgstr ""
9200
+
9201
+ #: includes/widgets/htmega_teammember.php:472
9202
+ msgid "Plus Icon Color"
9203
+ msgstr ""
9204
+
9205
+ #: includes/widgets/htmega_socialshere.php:78
9206
+ msgid "Pocket"
9207
+ msgstr ""
9208
+
9209
+ #: includes/widgets/htmega_googlemap.php:370
9210
+ msgid "Pointer Width"
9211
+ msgstr ""
9212
+
9213
+ #: includes/widgets/htmega_videoplayer.php:53
9214
+ msgid "Pop Up"
9215
+ msgstr ""
9216
+
9217
+ #: includes/widgets/htmega_videoplayer.php:72
9218
+ msgid "Pop Up Button"
9219
+ msgstr ""
9220
+
9221
+ #: includes/widgets_control.php:243 admin/include/admin-setting.php:367
9222
+ #: includes/widgets/htmega_popover.php:14
9223
+ #: includes/widgets/htmega_popover.php:75
9224
+ #: includes/widgets/htmega_popover.php:498
9225
+ msgid "Popover"
9226
+ msgstr ""
9227
+
9228
+ #: includes/widgets/htmega_popover.php:42
9229
+ msgid "Popover Button"
9230
+ msgstr ""
9231
+
9232
+ #: includes/widgets/htmega_popover.php:169
9233
+ msgid "Popover content Here"
9234
+ msgstr ""
9235
+
9236
+ #: includes/widgets/htmega_popover.php:180
9237
+ msgid "Popover Header Here"
9238
+ msgstr ""
9239
+
9240
+ #: includes/widgets/htmega_popover.php:177
9241
+ msgid "Popover Header Text"
9242
+ msgstr ""
9243
+
9244
+ #: includes/widgets/htmega_popover.php:160
9245
+ msgid "Popover Options"
9246
+ msgstr ""
9247
+
9248
+ #: includes/widgets/htmega_popover.php:166
9249
+ msgid "Popover Text"
9250
+ msgstr ""
9251
+
9252
+ #: includes/widgets/htmega_buddy_press.php:67
9253
+ msgid "Popular"
9254
+ msgstr ""
9255
+
9256
+ #: admin/include/admin-setting.php:887
9257
+ msgid "Popular Post"
9258
+ msgstr ""
9259
+
9260
+ #: admin/include/admin-setting.php:886
9261
+ msgid "Popular Post <span>( Pro )</span>"
9262
+ msgstr ""
9263
+
9264
+ #: includes/widgets/htmega_search.php:910
9265
+ msgid "Popup Background"
9266
+ msgstr ""
9267
+
9268
+ #: includes/widgets/htmega_search.php:679
9269
+ #: includes/widgets/htmega_search.php:942
9270
+ msgid "Popup Button Style"
9271
+ msgstr ""
9272
+
9273
+ #: includes/widgets/htmega_search.php:658
9274
+ msgid "Popup style"
9275
+ msgstr ""
9276
+
9277
+ #: includes/widgets/htmega_mailchimp_wp.php:342
9278
+ #: includes/widgets/htmega_progress_bar.php:652
9279
+ #: includes/widgets/htmega_progress_bar.php:771
9280
+ #: includes/widgets/htmega_progress_bar.php:839
9281
+ #: includes/widgets/htmega_section_title.php:232
9282
+ #: includes/widgets/htmega_working_process.php:524
9283
+ #: extensions/wc-sales-notification/admin/setting.php:77
9284
+ msgid "Position"
9285
+ msgstr ""
9286
+
9287
+ #: includes/widgets/htmega_imagemarker.php:1025
9288
+ msgid "Position Left-Right (X)"
9289
+ msgstr ""
9290
+
9291
+ #: includes/widgets/htmega_imagemarker.php:998
9292
+ msgid "Position Top-Bottom (Y)"
9293
+ msgstr ""
9294
+
9295
+ #: includes/widgets/htmega_image_comparison.php:195
9296
+ msgid "Positioning Lebel"
9297
+ msgstr ""
9298
+
9299
+ #: includes/widgets_control.php:248
9300
+ msgid "Post Carousel"
9301
+ msgstr ""
9302
+
9303
+ #: admin/include/admin-setting.php:375
9304
+ msgid "Post carousel"
9305
+ msgstr ""
9306
+
9307
+ #: admin/include/admin-setting.php:760 admin/include/admin-setting.php:761
9308
+ #: extensions/ht-builder/widgets/bl_post_comments.php:187
9309
+ msgid "Post Comments"
9310
+ msgstr ""
9311
+
9312
+ #: admin/include/admin-setting.php:751 admin/include/admin-setting.php:752
9313
+ #: extensions/ht-builder/widgets/bl_post_content.php:40
9314
+ #: extensions/ht-builder/widgets/bl_post_content.php:103
9315
+ msgid "Post Content"
9316
+ msgstr ""
9317
+
9318
+ #: admin/include/admin-setting.php:702
9319
+ msgid "Post Duplicator"
9320
+ msgstr ""
9321
+
9322
+ #: admin/include/admin-setting.php:906
9323
+ msgid "Post Duplicator Condition"
9324
+ msgstr ""
9325
+
9326
+ #: admin/include/admin-setting.php:742 admin/include/admin-setting.php:743
9327
+ #: extensions/ht-builder/widgets/bl_post_excerpt.php:40
9328
+ #: extensions/ht-builder/widgets/bl_post_excerpt.php:102
9329
+ msgid "Post Excerpt"
9330
+ msgstr ""
9331
+
9332
+ #: admin/include/admin-setting.php:724 admin/include/admin-setting.php:725
9333
+ #: extensions/ht-builder/widgets/bl_post_featured_image.php:40
9334
+ #: extensions/ht-builder/widgets/bl_post_featured_image.php:59
9335
+ #: extensions/ht-builder/widgets/bl_post_featured_image.php:97
9336
+ msgid "Post Featured Image"
9337
+ msgstr ""
9338
+
9339
+ #: admin/include/admin-setting.php:383 includes/widgets/htmega_postgrid.php:15
9340
+ #: includes/widgets/htmega_postgrid.php:37
9341
+ msgid "Post Grid"
9342
+ msgstr ""
9343
+
9344
+ #: includes/widgets_control.php:258 admin/include/admin-setting.php:391
9345
+ #: includes/widgets/htmega_post_grid_tab.php:15
9346
+ #: includes/widgets/htmega_post_grid_tab.php:43
9347
+ msgid "Post Grid Tab"
9348
+ msgstr ""
9349
+
9350
+ #: includes/widgets/htmega_postgrid.php:211
9351
+ msgid "Post Items Box Style"
9352
+ msgstr ""
9353
+
9354
+ #: admin/include/admin-setting.php:733 admin/include/admin-setting.php:734
9355
+ msgid "Post Meta Info"
9356
+ msgstr ""
9357
+
9358
+ #: includes/widgets/htmega_singlepost.php:74
9359
+ msgid "Post Name"
9360
+ msgstr ""
9361
+
9362
+ #: admin/include/admin-setting.php:869
9363
+ msgid "Post Navigation"
9364
+ msgstr ""
9365
+
9366
+ #: admin/include/admin-setting.php:868
9367
+ msgid "Post Navigation <span>( Pro )</span>"
9368
+ msgstr ""
9369
+
9370
+ #: admin/include/class.htmega-elementor-template-library.php:90
9371
+ msgid "Post not found"
9372
+ msgstr ""
9373
+
9374
+ #: admin/include/class.htmega-elementor-template-library.php:69
9375
+ msgid "Post not found."
9376
+ msgstr ""
9377
+
9378
+ #: includes/widgets/htmega_postgrid.php:62
9379
+ #: includes/widgets/htmega_post_grid_tab.php:69
9380
+ #: includes/widgets/htmega_post_slider.php:73
9381
+ msgid "Post Option"
9382
+ msgstr ""
9383
+
9384
+ #: admin/include/admin-setting.php:769 admin/include/admin-setting.php:770
9385
+ msgid "Post Search Form"
9386
+ msgstr ""
9387
+
9388
+ #: includes/widgets_control.php:263 admin/include/admin-setting.php:399
9389
+ #: includes/widgets/htmega_post_slider.php:14
9390
+ #: includes/widgets/htmega_post_slider.php:44
9391
+ msgid "Post Slider"
9392
+ msgstr ""
9393
+
9394
+ #: admin/include/admin-setting.php:715 admin/include/admin-setting.php:716
9395
+ #: includes/widgets/htmega_post_slider.php:376
9396
+ #: extensions/ht-builder/widgets/bl_post_title.php:41
9397
+ #: extensions/ht-builder/widgets/bl_post_title.php:60
9398
+ msgid "Post Title"
9399
+ msgstr ""
9400
+
9401
+ #: includes/widgets_control.php:253
9402
+ msgid "PostGrid"
9403
+ msgstr ""
9404
+
9405
+ #: includes/widgets/htmega_easy_digital_download.php:137
9406
+ msgctxt "Posts Query Control"
9407
+ msgid "Source"
9408
+ msgstr ""
9409
+
9410
+ #: includes/widgets/htmega_counter.php:928
9411
+ msgid "Prefix"
9412
+ msgstr ""
9413
+
9414
+ #: admin/include/admin-setting.php:1309
9415
+ #: extensions/ht-builder/admin/setting.php:151
9416
+ #: extensions/ht-menu/classes/class.mega-menu.php:269
9417
+ #: extensions/wc-sales-notification/admin/setting.php:235
9418
+ msgid "premium version"
9419
+ msgstr ""
9420
+
9421
+ #: includes/class.assests.php:379
9422
+ #: includes/recommended-plugins/class.recommended-plugins.php:123
9423
+ #: admin/include/templates/library/templates.php:133
9424
+ msgid "Preview"
9425
+ msgstr ""
9426
+
9427
+ #: includes/widgets/htmega_newsticker.php:313
9428
+ msgid "Previous Icon"
9429
+ msgstr ""
9430
+
9431
+ #: includes/widgets/htmega_carousel.php:165
9432
+ #: includes/widgets/htmega_instagram.php:360
9433
+ #: includes/widgets/htmega_panel_slider.php:225
9434
+ #: includes/widgets/htmega_post_slider.php:329
9435
+ #: includes/widgets/htmega_slider_thumb_gallery.php:168
9436
+ #: includes/widgets/htmega_twitter_feed.php:287
9437
+ msgid "Previous icon"
9438
+ msgstr ""
9439
+
9440
+ #: includes/widgets/htmega_easy_digital_download.php:468
9441
+ #: includes/widgets/htmega_pricing_list_view.php:97
9442
+ #: includes/widgets/htmega_pricing_list_view.php:1628
9443
+ msgid "Price"
9444
+ msgstr ""
9445
+
9446
+ #: includes/widgets/htmega_easy_digital_download.php:479
9447
+ msgid "Price Color"
9448
+ msgstr ""
9449
+
9450
+ #: includes/widgets/htmega_easy_digital_download.php:503
9451
+ msgid "Price Margin"
9452
+ msgstr ""
9453
+
9454
+ #: includes/widgets_control.php:268 admin/include/admin-setting.php:407
9455
+ #: includes/widgets/htmega_pricing_list_view.php:13
9456
+ msgid "Pricing List View"
9457
+ msgstr ""
9458
+
9459
+ #: includes/widgets_control.php:273 admin/include/admin-setting.php:415
9460
+ msgid "Pricing Table"
9461
+ msgstr ""
9462
+
9463
+ #: includes/widgets/htmega_call_to_action.php:129
9464
+ #: includes/widgets/htmega_call_to_action.php:677
9465
+ msgid "Primary Button"
9466
+ msgstr ""
9467
+
9468
+ #: includes/widgets/htmega_call_to_action.php:145
9469
+ msgid "Primary Button Link"
9470
+ msgstr ""
9471
+
9472
+ #: includes/widgets/htmega_call_to_action.php:136
9473
+ msgid "Primary Button Text"
9474
+ msgstr ""
9475
+
9476
+ #: admin/include/admin-setting.php:851
9477
+ msgid "Print Page"
9478
+ msgstr ""
9479
+
9480
+ #: admin/include/admin-setting.php:850
9481
+ msgid "Print Page <span>( Pro )</span>"
9482
+ msgstr ""
9483
+
9484
+ #: includes/class.assests.php:367 admin/include/templates_list.php:54
9485
+ #: admin/include/templates/library/templates.php:119
9486
+ msgid "Pro"
9487
+ msgstr ""
9488
+
9489
+ #: includes/widgets/htmega_working_process.php:81
9490
+ #: includes/widgets/htmega_working_process.php:169
9491
+ msgid "Process #1"
9492
+ msgstr ""
9493
+
9494
+ #: includes/widgets/htmega_working_process.php:173
9495
+ msgid "Process #2"
9496
+ msgstr ""
9497
+
9498
+ #: includes/widgets/htmega_working_process.php:177
9499
+ msgid "Process #3"
9500
+ msgstr ""
9501
+
9502
+ #: includes/widgets/htmega_working_process.php:88
9503
+ msgid "Process Number"
9504
+ msgstr ""
9505
+
9506
+ #: includes/widgets/htmega_wc_add_to_cart.php:46
9507
+ #: includes/widgets/htmega_wc_add_to_cart.php:59
9508
+ msgid "Product"
9509
+ msgstr ""
9510
+
9511
+ #: includes/widgets_control.php:278 admin/include/admin-setting.php:423
9512
+ #: includes/widgets/htmega_progress_bar.php:13
9513
+ #: includes/widgets/htmega_progress_bar.php:50
9514
+ #: includes/widgets/htmega_progress_bar.php:199
9515
+ #: includes/widgets/htmega_progress_bar.php:397
9516
+ msgid "Progress Bar"
9517
+ msgstr ""
9518
+
9519
+ #: includes/widgets/htmega_progress_bar.php:309
9520
+ msgid "Progress bar Background"
9521
+ msgstr ""
9522
+
9523
+ #: includes/widgets/htmega_progress_bar.php:131
9524
+ msgid "Progress bar color"
9525
+ msgstr ""
9526
+
9527
+ #: includes/widgets/htmega_progress_bar.php:286
9528
+ msgid "Progress Bar Size"
9529
+ msgstr ""
9530
+
9531
+ #: includes/widgets/htmega_progress_bar.php:317
9532
+ msgid "Progress bar track color"
9533
+ msgstr ""
9534
+
9535
+ #: includes/widgets/htmega_progress_bar.php:113
9536
+ #: includes/widgets/htmega_progress_bar.php:245
9537
+ msgid "Progress Bar Value"
9538
+ msgstr ""
9539
+
9540
+ #: includes/widgets/htmega_progress_bar.php:152
9541
+ #: includes/widgets/htmega_progress_bar.php:337
9542
+ msgid "Progress bar value background color"
9543
+ msgstr ""
9544
+
9545
+ #: includes/widgets/htmega_progress_bar.php:142
9546
+ #: includes/widgets/htmega_progress_bar.php:327
9547
+ msgid "Progress bar value color"
9548
+ msgstr ""
9549
+
9550
+ #: includes/widgets/htmega_progress_bar.php:263
9551
+ msgid "Progress Bar Width"
9552
+ msgstr ""
9553
+
9554
+ #: includes/widgets/htmega_progress_bar.php:163
9555
+ #: includes/widgets/htmega_progress_bar.php:556
9556
+ msgid "Progress Indicator"
9557
+ msgstr ""
9558
+
9559
+ #: includes/widgets/htmega_progress_bar.php:459
9560
+ msgid "Progress Position Top-Bottom"
9561
+ msgstr ""
9562
+
9563
+ #: includes/widgets/htmega_pricing_list_view.php:152
9564
+ msgid "PSD Template"
9565
+ msgstr ""
9566
+
9567
+ #: admin/include/admin-setting.php:1309
9568
+ #: extensions/ht-builder/admin/setting.php:151
9569
+ #: extensions/ht-menu/classes/class.mega-menu.php:269
9570
+ #: extensions/wc-sales-notification/admin/setting.php:235
9571
+ msgid "Purchase our"
9572
+ msgstr ""
9573
+
9574
+ #: includes/widgets/htmega_animated_heading.php:104
9575
+ msgid "Purpose,policy,Company"
9576
+ msgstr ""
9577
+
9578
+ #: includes/widgets/htmega_animated_heading.php:77
9579
+ msgid "Push"
9580
+ msgstr ""
9581
+
9582
+ #: includes/widgets/htmega_section_title.php:62
9583
+ msgid "Put the highlighted word in between the span tags!"
9584
+ msgstr ""
9585
+
9586
+ #: admin/include/admin-setting.php:1049 includes/widgets/htmega_quforms.php:13
9587
+ #: includes/widgets/htmega_quforms.php:59
9588
+ msgid "QU Form"
9589
+ msgstr ""
9590
+
9591
+ #: includes/widgets/htmega_wc_add_to_cart.php:79
9592
+ msgid "Quantity"
9593
+ msgstr ""
9594
+
9595
+ #: includes/widgets/htmega_wc_element_pages.php:535
9596
+ msgid "Quantity Input Box"
9597
+ msgstr ""
9598
+
9599
+ #: extensions/ht-builder/widgets/bl_post_archive.php:150
9600
+ msgid "Query Settings"
9601
+ msgstr ""
9602
+
9603
+ #: includes/recommended-plugins/recommended-plugins.php:73
9604
+ msgid "QuickSwish"
9605
+ msgstr ""
9606
+
9607
+ #: includes/widgets/htmega_blockquote.php:327
9608
+ msgid "Quote By"
9609
+ msgstr ""
9610
+
9611
+ #: includes/widgets/htmega_blockquote.php:494
9612
+ msgid "Quote Icon"
9613
+ msgstr ""
9614
+
9615
+ #: includes/widgets/htmega_blockquote.php:689
9616
+ msgid "Quote Image"
9617
+ msgstr ""
9618
+
9619
+ #: includes/widgets/htmega_job_manager.php:102
9620
+ #: includes/widgets/htmega_newsticker.php:256
9621
+ #: includes/widgets/htmega_postgrid.php:153
9622
+ #: includes/widgets/htmega_post_grid_tab.php:160
9623
+ #: includes/widgets/htmega_post_slider.php:164
9624
+ #: extensions/ht-builder/widgets/bl_post_archive.php:204
9625
+ msgid "Random"
9626
+ msgstr ""
9627
+
9628
+ #: includes/widgets/htmega_testimonial_grid.php:682
9629
+ msgid "Rating"
9630
+ msgstr ""
9631
+
9632
+ #: admin/include/admin-setting.php:1183
9633
+ msgid "Rating icon"
9634
+ msgstr ""
9635
+
9636
+ #: includes/widgets/htmega_testimonial_grid.php:689
9637
+ msgid "Rating On Right"
9638
+ msgstr ""
9639
+
9640
+ #: includes/widgets/htmega_image_grid.php:142
9641
+ #: includes/widgets/htmega_image_grid.php:171
9642
+ #: includes/widgets/htmega_image_masonry.php:122
9643
+ #: includes/widgets/htmega_image_masonry.php:151
9644
+ #: includes/widgets/htmega_post_grid_tab.php:233
9645
+ #: includes/widgets/htmega_post_grid_tab.php:245
9646
+ #: includes/widgets/htmega_post_grid_tab.php:246
9647
+ #: includes/widgets/htmega_post_grid_tab.php:829
9648
+ #: includes/widgets/htmega_post_slider.php:222
9649
+ #: includes/widgets/htmega_post_slider.php:234
9650
+ #: includes/widgets/htmega_post_slider.php:235
9651
+ #: includes/widgets/htmega_post_slider.php:1257
9652
+ #: includes/widgets/htmega_service.php:140
9653
+ #: extensions/ht-builder/widgets/bl_post_archive.php:700
9654
+ msgid "Read More"
9655
+ msgstr ""
9656
+
9657
+ #: extensions/ht-builder/widgets/bl_post_archive.php:73
9658
+ #: extensions/ht-builder/widgets/bl_post_archive.php:1084
9659
+ msgid "Read more"
9660
+ msgstr ""
9661
+
9662
+ #: includes/widgets/htmega_image_grid.php:443
9663
+ #: includes/widgets/htmega_image_masonry.php:430
9664
+ msgid "Read More Button"
9665
+ msgstr ""
9666
+
9667
+ #: extensions/ht-builder/widgets/bl_post_archive.php:71
9668
+ msgid "Read More Button Text"
9669
+ msgstr ""
9670
+
9671
+ #: includes/widgets/htmega_post_grid_tab.php:243
9672
+ #: includes/widgets/htmega_post_slider.php:232
9673
+ msgid "Read More button text"
9674
+ msgstr ""
9675
+
9676
+ #: includes/widgets/htmega_service.php:318
9677
+ msgid "Read More Color"
9678
+ msgstr ""
9679
+
9680
+ #: includes/widgets/htmega_image_grid.php:149
9681
+ #: includes/widgets/htmega_image_masonry.php:129
9682
+ msgid "Read More Link"
9683
+ msgstr ""
9684
+
9685
+ #: includes/widgets/htmega_image_grid.php:140
9686
+ #: includes/widgets/htmega_image_masonry.php:120
9687
+ msgid "Read More Text"
9688
+ msgstr ""
9689
+
9690
+ #: includes/widgets/htmega_custom_event.php:95
9691
+ msgid "Read More."
9692
+ msgstr ""
9693
+
9694
+ #: extensions/wc-sales-notification/admin/setting.php:69
9695
+ msgid "Real"
9696
+ msgstr ""
9697
+
9698
+ #: includes/recommended-plugins/class.recommended-plugins.php:71
9699
+ msgid "Recommendations"
9700
+ msgstr ""
9701
+
9702
+ #: includes/recommended-plugins/recommended-plugins.php:28
9703
+ msgid "Recommended Plugins"
9704
+ msgstr ""
9705
+
9706
+ #: includes/widgets/htmega_socialshere.php:75
9707
+ msgid "Reddit"
9708
+ msgstr ""
9709
+
9710
+ #: includes/widgets/htmega_user_login_form.php:260
9711
+ msgid "Redirect page after Login"
9712
+ msgstr ""
9713
+
9714
+ #: includes/widgets/htmega_user_login_form.php:324
9715
+ #: includes/widgets/htmega_user_login_form.php:337
9716
+ #: includes/widgets/htmega_user_login_form.php:1654
9717
+ msgid "Register"
9718
+ msgstr ""
9719
+
9720
+ #: includes/widgets/htmega_user_login_form.php:1280
9721
+ msgid "Register Button"
9722
+ msgstr ""
9723
+
9724
+ #: includes/widgets/htmega_user_login_form.php:117
9725
+ msgid "Register Heading Login"
9726
+ msgstr ""
9727
+
9728
+ #: includes/widgets/htmega_user_login_form.php:335
9729
+ msgid "Register Link Text"
9730
+ msgstr ""
9731
+
9732
+ #: admin/include/admin-setting.php:878
9733
+ msgid "Related Post"
9734
+ msgstr ""
9735
+
9736
+ #: admin/include/admin-setting.php:877
9737
+ msgid "Related Post <span>( Pro )</span>"
9738
+ msgstr ""
9739
+
9740
+ #: includes/widgets/htmega_imagemarker.php:452
9741
+ msgid ""
9742
+ "Reload the editor right after enabling this option. Example: Enable/Disable "
9743
+ "this option > Click UPDATE > Then Reload the editor page."
9744
+ msgstr ""
9745
+
9746
+ #: includes/widgets/htmega_user_login_form.php:312
9747
+ #: includes/widgets/htmega_user_login_form.php:1634
9748
+ msgid "Remember Me"
9749
+ msgstr ""
9750
+
9751
+ #: includes/widgets/htmega_user_login_form.php:992
9752
+ msgid "Remember Me Checkbox"
9753
+ msgstr ""
9754
+
9755
+ #: admin/include/admin-setting.php:615
9756
+ msgid "Remote Template"
9757
+ msgstr ""
9758
+
9759
+ #: includes/widgets/htmega_socialshere.php:86
9760
+ msgid "Renren"
9761
+ msgstr ""
9762
+
9763
+ #: includes/widgets/htmega_videoplayer.php:186
9764
+ msgid "Repeat Video"
9765
+ msgstr ""
9766
+
9767
+ #: includes/widgets/htmega_bbpress.php:60
9768
+ msgid "Reply Form"
9769
+ msgstr ""
9770
+
9771
+ #: includes/widgets/htmega_gravity_forms.php:280
9772
+ #: includes/widgets/htmega_wc_element_pages.php:679
9773
+ msgid "Required Color"
9774
+ msgstr ""
9775
+
9776
+ #: includes/widgets/htmega_wpforms.php:453
9777
+ msgid "Required Label Style"
9778
+ msgstr ""
9779
+
9780
+ #: includes/widgets/htmega_caldera_form.php:102
9781
+ #: includes/widgets/htmega_ninja_form.php:366
9782
+ #: includes/widgets/htmega_quforms.php:131
9783
+ msgid "Required Symbol Color"
9784
+ msgstr ""
9785
+
9786
+ #: admin/include/admin-setting.php:1170
9787
+ msgid "Responsive, supports all major devices"
9788
+ msgstr ""
9789
+
9790
+ #: includes/widgets/htmega_image_comparison.php:390
9791
+ msgid "Reveal"
9792
+ msgstr ""
9793
+
9794
+ #: admin/include/admin-setting.php:1069
9795
+ #: includes/widgets/htmega_revolution_slider.php:13
9796
+ #: includes/widgets/htmega_revolution_slider.php:53
9797
+ msgid "Revolution Slider"
9798
+ msgstr ""
9799
+
9800
+ #: includes/widgets/htmega_accordion.php:478
9801
+ #: includes/widgets/htmega_accordion.php:669
9802
+ #: includes/widgets/htmega_accordion.php:827
9803
+ #: includes/widgets/htmega_accordion.php:1213
9804
+ #: includes/widgets/htmega_accordion.php:1217
9805
+ #: includes/widgets/htmega_accordion.php:1331
9806
+ #: includes/widgets/htmega_add_banner.php:376
9807
+ #: includes/widgets/htmega_blockquote.php:191
9808
+ #: includes/widgets/htmega_buddy_press.php:262
9809
+ #: includes/widgets/htmega_business_hours.php:399
9810
+ #: includes/widgets/htmega_button.php:112
9811
+ #: includes/widgets/htmega_button.php:162
9812
+ #: includes/widgets/htmega_caldera_form.php:80
9813
+ #: includes/widgets/htmega_caldera_form.php:355
9814
+ #: includes/widgets/htmega_call_to_action.php:204
9815
+ #: includes/widgets/htmega_call_to_action.php:298
9816
+ #: includes/widgets/htmega_call_to_action.php:338
9817
+ #: includes/widgets/htmega_carousel.php:845
9818
+ #: includes/widgets/htmega_contact_form_seven.php:125
9819
+ #: includes/widgets/htmega_countdown.php:619
9820
+ #: includes/widgets/htmega_countdown.php:651
9821
+ #: includes/widgets/htmega_counter.php:296
9822
+ #: includes/widgets/htmega_counter.php:329
9823
+ #: includes/widgets/htmega_counter.php:435
9824
+ #: includes/widgets/htmega_counter.php:561
9825
+ #: includes/widgets/htmega_data_table.php:647
9826
+ #: includes/widgets/htmega_data_table.php:766
9827
+ #: includes/widgets/htmega_double_button.php:161
9828
+ #: includes/widgets/htmega_double_button.php:248
9829
+ #: includes/widgets/htmega_double_button.php:333
9830
+ #: includes/widgets/htmega_dropcaps.php:92
9831
+ #: includes/widgets/htmega_dropcaps.php:96
9832
+ #: includes/widgets/htmega_easy_digital_download.php:326
9833
+ #: includes/widgets/htmega_easy_digital_download.php:694
9834
+ #: includes/widgets/htmega_errorcontent.php:257
9835
+ #: includes/widgets/htmega_gravity_forms.php:157
9836
+ #: includes/widgets/htmega_gravity_forms.php:213
9837
+ #: includes/widgets/htmega_gravity_forms.php:247
9838
+ #: includes/widgets/htmega_gravity_forms.php:552
9839
+ #: includes/widgets/htmega_gravity_forms.php:783
9840
+ #: includes/widgets/htmega_imagemarker.php:207
9841
+ #: includes/widgets/htmega_imagemarker.php:718
9842
+ #: includes/widgets/htmega_image_grid.php:291
9843
+ #: includes/widgets/htmega_image_grid.php:388
9844
+ #: includes/widgets/htmega_image_masonry.php:266
9845
+ #: includes/widgets/htmega_image_masonry.php:363
9846
+ #: includes/widgets/htmega_inlinemenu.php:129
9847
+ #: includes/widgets/htmega_instagram.php:1492
9848
+ #: includes/widgets/htmega_job_manager.php:160
9849
+ #: includes/widgets/htmega_lightbox.php:204
9850
+ #: includes/widgets/htmega_lightbox.php:317
9851
+ #: includes/widgets/htmega_mailchimp_wp.php:137
9852
+ #: includes/widgets/htmega_modal.php:182 includes/widgets/htmega_modal.php:358
9853
+ #: includes/widgets/htmega_modal.php:1013
9854
+ #: includes/widgets/htmega_newsticker.php:462
9855
+ #: includes/widgets/htmega_ninja_form.php:196
9856
+ #: includes/widgets/htmega_ninja_form.php:298
9857
+ #: includes/widgets/htmega_ninja_form.php:332
9858
+ #: includes/widgets/htmega_ninja_form.php:619
9859
+ #: includes/widgets/htmega_ninja_form.php:830
9860
+ #: includes/widgets/htmega_ninja_form.php:1042
9861
+ #: includes/widgets/htmega_notify.php:290
9862
+ #: includes/widgets/htmega_notify.php:570
9863
+ #: includes/widgets/htmega_notify.php:836
9864
+ #: includes/widgets/htmega_offcanvas.php:104
9865
+ #: includes/widgets/htmega_offcanvas.php:208
9866
+ #: includes/widgets/htmega_offcanvas.php:291
9867
+ #: includes/widgets/htmega_offcanvas.php:383
9868
+ #: includes/widgets/htmega_panel_slider.php:571
9869
+ #: includes/widgets/htmega_popover.php:194
9870
+ #: includes/widgets/htmega_popover.php:273
9871
+ #: includes/widgets/htmega_popover.php:669
9872
+ #: includes/widgets/htmega_popover.php:773
9873
+ #: includes/widgets/htmega_postgrid.php:301
9874
+ #: includes/widgets/htmega_postgrid.php:525
9875
+ #: includes/widgets/htmega_postgrid.php:638
9876
+ #: includes/widgets/htmega_post_grid_tab.php:409
9877
+ #: includes/widgets/htmega_post_grid_tab.php:503
9878
+ #: includes/widgets/htmega_post_grid_tab.php:590
9879
+ #: includes/widgets/htmega_post_grid_tab.php:813
9880
+ #: includes/widgets/htmega_post_slider.php:844
9881
+ #: includes/widgets/htmega_post_slider.php:938
9882
+ #: includes/widgets/htmega_post_slider.php:1025
9883
+ #: includes/widgets/htmega_post_slider.php:1241
9884
+ #: includes/widgets/htmega_pricing_list_view.php:481
9885
+ #: includes/widgets/htmega_pricing_list_view.php:508
9886
+ #: includes/widgets/htmega_pricing_list_view.php:1136
9887
+ #: includes/widgets/htmega_pricing_list_view.php:1193
9888
+ #: includes/widgets/htmega_quforms.php:98
9889
+ #: includes/widgets/htmega_quforms.php:218
9890
+ #: includes/widgets/htmega_quforms.php:339
9891
+ #: includes/widgets/htmega_quforms.php:559
9892
+ #: includes/widgets/htmega_quforms.php:777
9893
+ #: includes/widgets/htmega_search.php:164
9894
+ #: includes/widgets/htmega_section_title.php:423
9895
+ #: includes/widgets/htmega_service.php:249
9896
+ #: includes/widgets/htmega_service.php:433
9897
+ #: includes/widgets/htmega_service.php:538
9898
+ #: includes/widgets/htmega_service.php:727
9899
+ #: includes/widgets/htmega_service.php:989
9900
+ #: includes/widgets/htmega_singlepost.php:229
9901
+ #: includes/widgets/htmega_singlepost.php:325
9902
+ #: includes/widgets/htmega_singlepost.php:432
9903
+ #: includes/widgets/htmega_slider_thumb_gallery.php:53
9904
+ #: includes/widgets/htmega_socialshere.php:382
9905
+ #: includes/widgets/htmega_special_day_banner.php:50
9906
+ #: includes/widgets/htmega_special_day_banner.php:273
9907
+ #: includes/widgets/htmega_tablepress.php:221
9908
+ #: includes/widgets/htmega_tablepress.php:378
9909
+ #: includes/widgets/htmega_tabs.php:521
9910
+ #: includes/widgets/htmega_teammember.php:106
9911
+ #: includes/widgets/htmega_teammember.php:624
9912
+ #: includes/widgets/htmega_teammember.php:753
9913
+ #: includes/widgets/htmega_teammember.php:843
9914
+ #: includes/widgets/htmega_teammember.php:934
9915
+ #: includes/widgets/htmega_teammember.php:1001
9916
+ #: includes/widgets/htmega_testimonial_grid.php:561
9917
+ #: includes/widgets/htmega_toggle.php:204
9918
+ #: includes/widgets/htmega_tooltip.php:182
9919
+ #: includes/widgets/htmega_tooltip.php:249
9920
+ #: includes/widgets/htmega_user_login_form.php:157
9921
+ #: includes/widgets/htmega_user_login_form.php:379
9922
+ #: includes/widgets/htmega_user_login_form.php:579
9923
+ #: includes/widgets/htmega_videoplayer.php:304
9924
+ #: includes/widgets/htmega_wc_categories.php:388
9925
+ #: includes/widgets/htmega_wpforms.php:188
9926
+ #: includes/widgets/htmega_wpforms.php:290
9927
+ #: includes/widgets/htmega_wpforms.php:325
9928
+ #: includes/widgets/htmega_wpforms.php:622
9929
+ #: includes/widgets/htmega_wpforms.php:841
9930
+ #: includes/widgets/htmega_wpforms.php:1069
9931
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:123
9932
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:500
9933
+ #: extensions/ht-builder/widgets/bl_page_title.php:145
9934
+ #: extensions/ht-builder/widgets/bl_post_archive.php:310
9935
+ #: extensions/ht-builder/widgets/bl_post_archive.php:391
9936
+ #: extensions/ht-builder/widgets/bl_post_archive.php:498
9937
+ #: extensions/ht-builder/widgets/bl_post_archive.php:604
9938
+ #: extensions/ht-builder/widgets/bl_post_archive.php:684
9939
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:147
9940
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:116
9941
+ #: extensions/ht-builder/widgets/bl_post_content.php:80
9942
+ #: extensions/ht-builder/widgets/bl_post_excerpt.php:80
9943
+ #: extensions/ht-builder/widgets/bl_post_featured_image.php:79
9944
+ #: extensions/ht-builder/widgets/bl_post_title.php:113
9945
+ #: extensions/ht-builder/widgets/bl_site_logo.php:167
9946
+ #: extensions/ht-builder/widgets/bl_site_title.php:147
9947
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:174
9948
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:175
9949
+ msgid "Right"
9950
+ msgstr ""
9951
+
9952
+ #: includes/widgets/htmega_post_slider.php:1461
9953
+ msgid "Right Arrow position"
9954
+ msgstr ""
9955
+
9956
+ #: includes/widgets/htmega_post_slider.php:1509
9957
+ msgid "Right Arrow position vertical"
9958
+ msgstr ""
9959
+
9960
+ #: includes/widgets/htmega_blockquote.php:161
9961
+ msgid "Right Bottom"
9962
+ msgstr ""
9963
+
9964
+ #: includes/widgets/htmega_blockquote.php:160
9965
+ msgid "Right Center"
9966
+ msgstr ""
9967
+
9968
+ #: includes/widgets/htmega_blockquote.php:159
9969
+ msgid "Right Top"
9970
+ msgstr ""
9971
+
9972
+ #: includes/widgets/htmega_section_title.php:337
9973
+ msgid "Rotate"
9974
+ msgstr ""
9975
+
9976
+ #: includes/widgets/htmega_animated_heading.php:78
9977
+ msgid "Rotate Style One"
9978
+ msgstr ""
9979
+
9980
+ #: includes/widgets/htmega_animated_heading.php:80
9981
+ msgid "Rotate Style Three"
9982
+ msgstr ""
9983
+
9984
+ #: includes/widgets/htmega_animated_heading.php:79
9985
+ msgid "Rotate Style Two"
9986
+ msgstr ""
9987
+
9988
+ #: includes/widgets/htmega_data_table.php:241
9989
+ #: includes/widgets/htmega_pricing_list_view.php:549
9990
+ #: includes/widgets/htmega_user_login_form.php:400
9991
+ msgid "Row"
9992
+ msgstr ""
9993
+
9994
+ #: includes/widgets/htmega_data_table.php:451
9995
+ #: includes/widgets/htmega_pricing_list_view.php:1088
9996
+ msgid "row"
9997
+ msgstr ""
9998
+
9999
+ #: includes/widgets/htmega_booked_calender.php:950
10000
+ msgid "Row Border Color"
10001
+ msgstr ""
10002
+
10003
+ #: includes/widgets/htmega_booked_calender.php:961
10004
+ msgid "Row Border Width"
10005
+ msgstr ""
10006
+
10007
+ #: includes/widgets/htmega_gallery_justify.php:58
10008
+ #: includes/widgets/htmega_newsticker.php:86
10009
+ msgid "Row Height"
10010
+ msgstr ""
10011
+
10012
+ #: includes/widgets/htmega_user_login_form.php:408
10013
+ msgid "Row Reverse"
10014
+ msgstr ""
10015
+
10016
+ #: includes/widgets/htmega_pricing_list_view.php:1072
10017
+ msgid "Row Starts"
10018
+ msgstr ""
10019
+
10020
+ #: extensions/wc-sales-notification/admin/setting.php:78
10021
+ msgid ""
10022
+ "Sale Notification Position on frontend.( Top Left, Top Right, Bottom Right "
10023
+ "option are pro features ) <span>( Pro )</span>"
10024
+ msgstr ""
10025
+
10026
+ #: extensions/wc-sales-notification/admin/setting.php:48
10027
+ msgid "Sale Notification Settings"
10028
+ msgstr ""
10029
+
10030
+ #: admin/include/admin-setting.php:686
10031
+ #: extensions/wc-sales-notification/admin/setting.php:33
10032
+ #: extensions/wc-sales-notification/admin/setting.php:34
10033
+ msgid "Sales Notification"
10034
+ msgstr ""
10035
+
10036
+ #: admin/include/admin-setting.php:1256 admin/include/admin-setting.php:1281
10037
+ msgid "Sales upto date option"
10038
+ msgstr ""
10039
+
10040
+ #: includes/widgets/htmega_teammember.php:156
10041
+ msgid "Sams Roy"
10042
+ msgstr ""
10043
+
10044
+ #: includes/widgets/htmega_business_hours.php:85
10045
+ #: includes/widgets/htmega_business_hours.php:163
10046
+ msgid "Saturday"
10047
+ msgstr ""
10048
+
10049
+ #: extensions/ht-menu/classes/class.mega-menu.php:124
10050
+ #: extensions/ht-menu/classes/class.mega-menu.php:244
10051
+ msgid "Save"
10052
+ msgstr ""
10053
+
10054
+ #: includes/widgets/htmega_pricing_list_view.php:1554
10055
+ msgid "Save Typography"
10056
+ msgstr ""
10057
+
10058
+ #: extensions/ht-menu/classes/class.mega-menu.php:245
10059
+ msgid "Saving…"
10060
+ msgstr ""
10061
+
10062
+ #: includes/widgets/htmega_animated_heading.php:76
10063
+ #: includes/widgets/htmega_carousel.php:481
10064
+ msgid "Scale"
10065
+ msgstr ""
10066
+
10067
+ #: includes/widgets_control.php:283 admin/include/admin-setting.php:431
10068
+ #: includes/widgets/htmega_scroll_image.php:13
10069
+ #: includes/widgets/htmega_scroll_image.php:43
10070
+ msgid "Scroll Image"
10071
+ msgstr ""
10072
+
10073
+ #: includes/widgets/htmega_scroll_image.php:165
10074
+ msgid "Scroll Image Style"
10075
+ msgstr ""
10076
+
10077
+ #: includes/widgets_control.php:288 admin/include/admin-setting.php:439
10078
+ #: includes/widgets/htmega_scroll_navigation.php:13
10079
+ #: includes/widgets/htmega_scroll_navigation.php:51
10080
+ msgid "Scroll Navigation"
10081
+ msgstr ""
10082
+
10083
+ #: includes/widgets_control.php:293 admin/include/admin-setting.php:447
10084
+ #: includes/widgets/htmega_search.php:14 includes/widgets/htmega_search.php:35
10085
+ #: includes/widgets/htmega_search.php:60 includes/widgets/htmega_search.php:61
10086
+ #: includes/widgets/htmega_search.php:92 includes/widgets/htmega_search.php:93
10087
+ #: includes/widgets/htmega_search.php:1024
10088
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:88
10089
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:304
10090
+ #: admin/include/templates/library/templates.php:95
10091
+ msgid "Search"
10092
+ msgstr ""
10093
+
10094
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:47
10095
+ msgid "Search ..."
10096
+ msgstr ""
10097
+
10098
+ #: includes/widgets/htmega_search.php:145
10099
+ msgid "Search Box Style"
10100
+ msgstr ""
10101
+
10102
+ #: includes/widgets/htmega_search.php:90
10103
+ msgid "Search Button Text"
10104
+ msgstr ""
10105
+
10106
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:38
10107
+ msgid "Search Form"
10108
+ msgstr ""
10109
+
10110
+ #: includes/widgets/htmega_tablepress.php:97
10111
+ msgid "Search Hide"
10112
+ msgstr ""
10113
+
10114
+ #: extensions/ht-builder/admin/setting.php:100
10115
+ msgid "Search Page Template."
10116
+ msgstr ""
10117
+
10118
+ #: admin/include/templates/library/templates.php:94
10119
+ msgid "Search Templates:"
10120
+ msgstr ""
10121
+
10122
+ #: admin/include/templates_list.php:47
10123
+ msgid "Search.."
10124
+ msgstr ""
10125
+
10126
+ #: includes/widgets/htmega_data_table.php:95
10127
+ msgid "Searching"
10128
+ msgstr ""
10129
+
10130
+ #: includes/widgets/htmega_button.php:260
10131
+ #: includes/widgets/htmega_button.php:375
10132
+ msgid "Second Background"
10133
+ msgstr ""
10134
+
10135
+ #: includes/widgets/htmega_call_to_action.php:223
10136
+ #: includes/widgets/htmega_call_to_action.php:883
10137
+ msgid "Secondary Button"
10138
+ msgstr ""
10139
+
10140
+ #: includes/widgets/htmega_call_to_action.php:230
10141
+ msgid "Secondary Button Text"
10142
+ msgstr ""
10143
+
10144
+ #: includes/widgets/htmega_countdown.php:162
10145
+ #: includes/widgets/htmega_countdown.php:244
10146
+ #: includes/widgets/htmega_countdown.php:246
10147
+ msgid "Seconds"
10148
+ msgstr ""
10149
+
10150
+ #: includes/widgets/htmega_section_title.php:369
10151
+ msgid "Section style"
10152
+ msgstr ""
10153
+
10154
+ #: admin/include/admin-setting.php:455
10155
+ #: includes/widgets/htmega_section_title.php:13
10156
+ #: includes/widgets/htmega_section_title.php:34
10157
+ msgid "Section Title"
10158
+ msgstr ""
10159
+
10160
+ #: includes/widgets_control.php:298
10161
+ msgid "Section_Title"
10162
+ msgstr ""
10163
+
10164
+ #: includes/helper-function.php:707
10165
+ #: includes/widgets/htmega_wc_element_pages.php:57
10166
+ msgid "Select"
10167
+ msgstr ""
10168
+
10169
+ #: admin/include/admin-setting.php:653
10170
+ msgid "Select 404 Page."
10171
+ msgstr ""
10172
+
10173
+ #: includes/widgets/htmega_wc_categories.php:77
10174
+ msgid "Select Category Type"
10175
+ msgstr ""
10176
+
10177
+ #: includes/widgets/htmega_accordion.php:76
10178
+ #: includes/widgets/htmega_accordion.php:204
10179
+ #: includes/widgets/htmega_blockquote.php:41
10180
+ #: includes/widgets/htmega_modal.php:51
10181
+ #: includes/widgets/htmega_switcher.php:102
10182
+ #: includes/widgets/htmega_switcher.php:194 includes/widgets/htmega_tabs.php:86
10183
+ #: includes/widgets/htmega_toggle.php:79
10184
+ msgid "Select Content Source"
10185
+ msgstr ""
10186
+
10187
+ #: extensions/wc-sales-notification/admin/setting.php:65
10188
+ msgid "Select Content Type <span>( Pro )</span>"
10189
+ msgstr ""
10190
+
10191
+ #: includes/widgets/htmega_download_monitor.php:40
10192
+ msgid "Select Download File"
10193
+ msgstr ""
10194
+
10195
+ #: includes/widgets/htmega_countdown.php:46
10196
+ msgid "Select Event"
10197
+ msgstr ""
10198
+
10199
+ #: includes/widgets/htmega_instragram_feed.php:41
10200
+ msgid "Select Feed"
10201
+ msgstr ""
10202
+
10203
+ #: includes/widgets/htmega_download_monitor.php:61
10204
+ msgid "Select File"
10205
+ msgstr ""
10206
+
10207
+ #: includes/helper-function.php:320 includes/widgets/htmega_caldera_form.php:48
10208
+ #: includes/widgets/htmega_gravity_forms.php:41
10209
+ #: includes/widgets/htmega_gravity_forms.php:66
10210
+ #: includes/widgets/htmega_ninja_form.php:43
10211
+ #: includes/widgets/htmega_ninja_form.php:66
10212
+ #: includes/widgets/htmega_quforms.php:42
10213
+ #: includes/widgets/htmega_quforms.php:66
10214
+ #: includes/widgets/htmega_wpforms.php:63
10215
+ msgid "Select Form"
10216
+ msgstr ""
10217
+
10218
+ #: includes/widgets/htmega_job_manager.php:193
10219
+ #: includes/widgets/htmega_job_manager.php:200
10220
+ msgid "Select Job"
10221
+ msgstr ""
10222
+
10223
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:37
10224
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:38
10225
+ msgid "Select Menu"
10226
+ msgstr ""
10227
+
10228
+ #: includes/widgets/htmega_wc_add_to_cart.php:51
10229
+ msgid "Select Post"
10230
+ msgstr ""
10231
+
10232
+ #: includes/helper-function.php:114 includes/widgets/htmega_offcanvas.php:84
10233
+ msgid "Select Sidebar"
10234
+ msgstr ""
10235
+
10236
+ #: includes/widgets/htmega_layer_slider.php:63
10237
+ #: includes/widgets/htmega_revolution_slider.php:34
10238
+ #: includes/widgets/htmega_revolution_slider.php:60
10239
+ msgid "Select Slider"
10240
+ msgstr ""
10241
+
10242
+ #: includes/widgets/htmega_offcanvas.php:56
10243
+ msgid "Select Source"
10244
+ msgstr ""
10245
+
10246
+ #: includes/widgets/htmega_tablepress.php:32
10247
+ #: includes/widgets/htmega_tablepress.php:55
10248
+ msgid "Select Table"
10249
+ msgstr ""
10250
+
10251
+ #: includes/helper-function.php:74 includes/widgets/htmega_offcanvas.php:70
10252
+ #: extensions/ht-menu/menu/helper_function.php:19
10253
+ msgid "Select Template"
10254
+ msgstr ""
10255
+
10256
+ #: includes/widgets/htmega_template_selector.php:49
10257
+ msgid "Select Your template"
10258
+ msgstr ""
10259
+
10260
+ #: includes/widgets/htmega_notify.php:101
10261
+ #: includes/widgets/htmega_videoplayer.php:52
10262
+ msgid "Self"
10263
+ msgstr ""
10264
+
10265
+ #: includes/widgets/htmega_verticle_time_line.php:73
10266
+ #: includes/widgets/htmega_verticle_time_line.php:101
10267
+ msgid "Sep<br/>2018"
10268
+ msgstr ""
10269
+
10270
+ #: includes/widgets/htmega_tabs.php:373
10271
+ msgid "Separator"
10272
+ msgstr ""
10273
+
10274
+ #: includes/widgets/htmega_tabs.php:361
10275
+ msgid "Separator Area"
10276
+ msgstr ""
10277
+
10278
+ #: includes/widgets/htmega_blockquote.php:415
10279
+ #: includes/widgets/htmega_tabs.php:387
10280
+ msgid "Separator Color"
10281
+ msgstr ""
10282
+
10283
+ #: includes/widgets/htmega_blockquote.php:460
10284
+ #: includes/widgets/htmega_tabs.php:403
10285
+ msgid "Separator Height"
10286
+ msgstr ""
10287
+
10288
+ #: includes/widgets/htmega_blockquote.php:400
10289
+ #: includes/widgets/htmega_countdown.php:716
10290
+ #: includes/widgets/htmega_tabs.php:462
10291
+ msgid "Separator Position"
10292
+ msgstr ""
10293
+
10294
+ #: includes/widgets/htmega_section_title.php:480
10295
+ msgid "Separator Specing"
10296
+ msgstr ""
10297
+
10298
+ #: includes/widgets/htmega_blockquote.php:430
10299
+ #: includes/widgets/htmega_countdown.php:882
10300
+ #: includes/widgets/htmega_tabs.php:434
10301
+ msgid "Separator Width"
10302
+ msgstr ""
10303
+
10304
+ #: includes/widgets/htmega_working_process.php:474
10305
+ msgid "Seperator Height"
10306
+ msgstr ""
10307
+
10308
+ #: includes/widgets/htmega_working_process.php:499
10309
+ msgid "Seperator Width"
10310
+ msgstr ""
10311
+
10312
+ #: includes/widgets/htmega_booked_calender.php:117
10313
+ msgid "September"
10314
+ msgstr ""
10315
+
10316
+ #: includes/widgets_control.php:303 admin/include/admin-setting.php:463
10317
+ #: includes/widgets/htmega_service.php:15
10318
+ #: includes/widgets/htmega_service.php:36
10319
+ msgid "Service"
10320
+ msgstr ""
10321
+
10322
+ #: includes/widgets/htmega_service.php:138
10323
+ msgid "Service Button text"
10324
+ msgstr ""
10325
+
10326
+ #: includes/widgets/htmega_service.php:129
10327
+ msgid "Service description"
10328
+ msgstr ""
10329
+
10330
+ #: includes/widgets/htmega_service.php:69
10331
+ msgid "Service Icon Type"
10332
+ msgstr ""
10333
+
10334
+ #: includes/widgets/htmega_service.php:147
10335
+ msgid "Service Link"
10336
+ msgstr ""
10337
+
10338
+ #: includes/widgets/htmega_service.php:60
10339
+ msgid "Service Title"
10340
+ msgstr ""
10341
+
10342
+ #: includes/widgets/htmega_service.php:62
10343
+ msgid "Services Title"
10344
+ msgstr ""
10345
+
10346
+ #: includes/class.htmega.php:187 admin/include/admin-setting.php:47
10347
+ #: admin/include/admin-setting.php:48
10348
+ #: extensions/ht-builder/widgets/bl_post_archive.php:36
10349
+ #: extensions/ht-menu/menu/templates.php:40
10350
+ msgid "Settings"
10351
+ msgstr ""
10352
+
10353
+ #: includes/widgets/htmega_button.php:479
10354
+ msgid "Shadow 1"
10355
+ msgstr ""
10356
+
10357
+ #: includes/widgets/htmega_button.php:480
10358
+ msgid "Shadow 2"
10359
+ msgstr ""
10360
+
10361
+ #: includes/widgets/htmega_newsticker.php:522
10362
+ msgid "Shape Color"
10363
+ msgstr ""
10364
+
10365
+ #: includes/widgets/htmega_buddy_press.php:115
10366
+ #: includes/widgets/htmega_buddy_press.php:128
10367
+ #: includes/widgets/htmega_buddy_press.php:143
10368
+ #: includes/widgets/htmega_buddy_press.php:158
10369
+ #: includes/widgets/htmega_data_table.php:60
10370
+ #: includes/widgets/htmega_data_table.php:85
10371
+ #: includes/widgets/htmega_data_table.php:97
10372
+ #: includes/widgets/htmega_data_table.php:109
10373
+ #: includes/widgets/htmega_data_table.php:121
10374
+ #: includes/widgets/htmega_double_button.php:80
10375
+ #: includes/widgets/htmega_gravity_forms.php:79
10376
+ #: includes/widgets/htmega_gravity_forms.php:91
10377
+ #: includes/widgets/htmega_instagram.php:177
10378
+ #: includes/widgets/htmega_instagram.php:189
10379
+ #: includes/widgets/htmega_instagram.php:279
10380
+ #: includes/widgets/htmega_newsticker.php:303
10381
+ #: includes/widgets/htmega_popover.php:129
10382
+ #: includes/widgets/htmega_popover.php:206
10383
+ #: includes/widgets/htmega_scroll_image.php:122
10384
+ #: includes/widgets/htmega_socialshere.php:358
10385
+ #: includes/widgets/htmega_tooltip.php:129
10386
+ #: includes/widgets/htmega_twitter_feed.php:146
10387
+ #: includes/widgets/htmega_twitter_feed.php:158
10388
+ #: includes/widgets/htmega_twitter_feed.php:170
10389
+ #: includes/widgets/htmega_twitter_feed.php:182
10390
+ #: includes/widgets/htmega_twitter_feed.php:194
10391
+ #: includes/widgets/htmega_twitter_feed.php:208
10392
+ #: includes/widgets/htmega_user_login_form.php:79
10393
+ #: includes/widgets/htmega_user_login_form.php:187
10394
+ #: includes/widgets/htmega_user_login_form.php:198
10395
+ #: includes/widgets/htmega_user_login_form.php:289
10396
+ #: includes/widgets/htmega_user_login_form.php:316
10397
+ #: includes/widgets/htmega_user_login_form.php:328
10398
+ #: includes/widgets/htmega_wc_add_to_cart.php:72
10399
+ #: includes/widgets/htmega_wpforms.php:77
10400
+ #: includes/widgets/htmega_wpforms.php:89
10401
+ #: extensions/ht-builder/widgets/bl_post_archive.php:101
10402
+ #: extensions/ht-builder/widgets/bl_post_archive.php:113
10403
+ #: extensions/ht-builder/widgets/bl_post_archive.php:125
10404
+ #: extensions/ht-builder/widgets/bl_post_archive.php:137
10405
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:47
10406
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:72
10407
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:84
10408
+ msgid "Show"
10409
+ msgstr ""
10410
+
10411
+ #: includes/widgets/htmega_buddy_press.php:126
10412
+ msgid "Show Active Time"
10413
+ msgstr ""
10414
+
10415
+ #: includes/widgets/htmega_easy_digital_download.php:140
10416
+ #: includes/widgets/htmega_toggle.php:45 includes/widgets/htmega_toggle.php:46
10417
+ #: includes/widgets/htmega_wc_categories.php:80
10418
+ msgid "Show All"
10419
+ msgstr ""
10420
+
10421
+ #: includes/widgets/htmega_notify.php:143
10422
+ msgid "Show Animation"
10423
+ msgstr ""
10424
+
10425
+ #: includes/widgets/htmega_twitter_feed.php:156
10426
+ msgid "Show Author Image"
10427
+ msgstr ""
10428
+
10429
+ #: includes/widgets/htmega_twitter_feed.php:168
10430
+ msgid "Show Author Name"
10431
+ msgstr ""
10432
+
10433
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:70
10434
+ msgid "Show Avatar Image"
10435
+ msgstr ""
10436
+
10437
+ #: includes/widgets/htmega_scroll_image.php:120
10438
+ msgid "Show Badge"
10439
+ msgstr ""
10440
+
10441
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:82
10442
+ msgid "Show Biography"
10443
+ msgstr ""
10444
+
10445
+ #: includes/widgets/htmega_easy_digital_download.php:106
10446
+ msgid "Show Buy Button"
10447
+ msgstr ""
10448
+
10449
+ #: includes/widgets/htmega_instagram.php:175
10450
+ msgid "Show Caption"
10451
+ msgstr ""
10452
+
10453
+ #: extensions/ht-builder/widgets/bl_post_archive.php:111
10454
+ msgid "Show Category"
10455
+ msgstr ""
10456
+
10457
+ #: includes/widgets/htmega_easy_digital_download.php:86
10458
+ msgid "Show Content"
10459
+ msgstr ""
10460
+
10461
+ #: includes/widgets/htmega_videoplayer.php:198
10462
+ msgid "Show Controller Button"
10463
+ msgstr ""
10464
+
10465
+ #: includes/widgets/htmega_gravity_forms.php:88
10466
+ msgid "Show Description"
10467
+ msgstr ""
10468
+
10469
+ #: includes/widgets/htmega_download_monitor.php:96
10470
+ msgid "Show Download Count"
10471
+ msgstr ""
10472
+
10473
+ #: includes/widgets/htmega_download_monitor.php:84
10474
+ msgid "Show File Size"
10475
+ msgstr ""
10476
+
10477
+ #: includes/widgets/htmega_download_monitor.php:72
10478
+ msgid "Show File Type"
10479
+ msgstr ""
10480
+
10481
+ #: includes/widgets/htmega_instagram.php:277
10482
+ msgid "Show Follow Button"
10483
+ msgstr ""
10484
+
10485
+ #: includes/widgets/htmega_instragram_feed.php:117
10486
+ msgid "Show Follow Text"
10487
+ msgstr ""
10488
+
10489
+ #: includes/widgets/htmega_buddy_press.php:156
10490
+ msgid "Show Friend Count"
10491
+ msgstr ""
10492
+
10493
+ #: includes/widgets/htmega_instragram_feed.php:82
10494
+ msgid "Show Header"
10495
+ msgstr ""
10496
+
10497
+ #: includes/widgets/htmega_user_login_form.php:77
10498
+ msgid "Show Heading And Content"
10499
+ msgstr ""
10500
+
10501
+ #: includes/widgets/htmega_notify.php:60
10502
+ msgid "Show Info"
10503
+ msgstr ""
10504
+
10505
+ #: includes/widgets/htmega_instagram.php:187
10506
+ msgid "Show Light Box"
10507
+ msgstr ""
10508
+
10509
+ #: includes/widgets/htmega_popover.php:127
10510
+ #: includes/widgets/htmega_tooltip.php:127
10511
+ msgid "Show Link"
10512
+ msgstr ""
10513
+
10514
+ #: includes/widgets/htmega_buddy_press.php:113
10515
+ msgid "Show Meta Info"
10516
+ msgstr ""
10517
+
10518
+ #: includes/widgets/htmega_easy_digital_download.php:116
10519
+ msgid "Show Pagination"
10520
+ msgstr ""
10521
+
10522
+ #: extensions/ht-builder/widgets/bl_post_archive.php:123
10523
+ msgid "Show Post Meta"
10524
+ msgstr ""
10525
+
10526
+ #: includes/widgets/htmega_easy_digital_download.php:96
10527
+ msgid "Show Price"
10528
+ msgstr ""
10529
+
10530
+ #: includes/widgets/htmega_wc_add_to_cart.php:69
10531
+ msgid "Show Quantity"
10532
+ msgstr ""
10533
+
10534
+ #: extensions/ht-builder/widgets/bl_post_archive.php:135
10535
+ msgid "Show Read More Button"
10536
+ msgstr ""
10537
+
10538
+ #: includes/widgets/htmega_buddy_press.php:141
10539
+ msgid "Show Register Time"
10540
+ msgstr ""
10541
+
10542
+ #: includes/widgets/htmega_twitter_feed.php:192
10543
+ msgid "Show Relative Time"
10544
+ msgstr ""
10545
+
10546
+ #: includes/widgets/htmega_data_table.php:58
10547
+ msgid "Show Sorting Options"
10548
+ msgstr ""
10549
+
10550
+ #: includes/widgets/htmega_easy_digital_download.php:76
10551
+ msgid "Show Thumbnail"
10552
+ msgstr ""
10553
+
10554
+ #: includes/widgets/htmega_twitter_feed.php:180
10555
+ msgid "Show Time"
10556
+ msgstr ""
10557
+
10558
+ #: includes/widgets/htmega_twitter_feed.php:206
10559
+ msgid "Show Time Icon"
10560
+ msgstr ""
10561
+
10562
+ #: includes/widgets/htmega_gravity_forms.php:76
10563
+ #: extensions/ht-builder/widgets/bl_post_archive.php:99
10564
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:45
10565
+ msgid "Show Title"
10566
+ msgstr ""
10567
+
10568
+ #: includes/widgets/htmega_twitter_feed.php:144
10569
+ msgid "Show Twitter Meta"
10570
+ msgstr ""
10571
+
10572
+ #: includes/widgets/htmega_videoplayer.php:210
10573
+ msgid "Show video source Logo"
10574
+ msgstr ""
10575
+
10576
+ #: includes/widgets/htmega_offcanvas.php:61
10577
+ msgid "Sidebar"
10578
+ msgstr ""
10579
+
10580
+ #: includes/widgets/htmega_user_login_form.php:133
10581
+ #: includes/widgets/htmega_user_login_form.php:134
10582
+ msgid "Sign Up"
10583
+ msgstr ""
10584
+
10585
+ #: extensions/ht-builder/admin/setting.php:64
10586
+ msgid "Single Blog Template."
10587
+ msgstr ""
10588
+
10589
+ #: includes/widgets/htmega_bbpress.php:56
10590
+ msgid "Single Forum"
10591
+ msgstr ""
10592
+
10593
+ #: includes/widgets/htmega_easy_digital_download.php:225
10594
+ #: includes/widgets/htmega_twitter_feed.php:543
10595
+ msgid "Single Item"
10596
+ msgstr ""
10597
+
10598
+ #: admin/include/admin-setting.php:471
10599
+ #: includes/widgets/htmega_singlepost.php:15
10600
+ #: includes/widgets/htmega_singlepost.php:36
10601
+ msgid "Single Post"
10602
+ msgstr ""
10603
+
10604
+ #: includes/widgets/htmega_wc_element_pages.php:59
10605
+ msgid "Single Product Page"
10606
+ msgstr ""
10607
+
10608
+ #: includes/widgets/htmega_bbpress.php:61
10609
+ msgid "Single Reply"
10610
+ msgstr ""
10611
+
10612
+ #: includes/widgets/htmega_bbpress.php:63
10613
+ msgid "Single Tag"
10614
+ msgstr ""
10615
+
10616
+ #: includes/widgets/htmega_bbpress.php:59
10617
+ msgid "Single Topic"
10618
+ msgstr ""
10619
+
10620
+ #: includes/widgets/htmega_bbpress.php:64
10621
+ msgid "Single View"
10622
+ msgstr ""
10623
+
10624
+ #: includes/widgets_control.php:308
10625
+ msgid "SinglePost"
10626
+ msgstr ""
10627
+
10628
+ #: includes/widgets/htmega_user_login_form.php:131
10629
+ msgid "SingUp Text"
10630
+ msgstr ""
10631
+
10632
+ #: admin/include/admin-setting.php:814 admin/include/admin-setting.php:815
10633
+ #: extensions/ht-builder/widgets/bl_site_logo.php:69
10634
+ msgid "Site Logo"
10635
+ msgstr ""
10636
+
10637
+ #: admin/include/admin-setting.php:805 admin/include/admin-setting.php:806
10638
+ #: extensions/ht-builder/widgets/bl_site_logo.php:41
10639
+ #: extensions/ht-builder/widgets/bl_site_title.php:39
10640
+ #: extensions/ht-builder/widgets/bl_site_title.php:60
10641
+ #: extensions/ht-builder/widgets/bl_site_title.php:170
10642
+ msgid "Site Title"
10643
+ msgstr ""
10644
+
10645
+ #: includes/widgets/htmega_image_grid.php:67
10646
+ #: includes/widgets/htmega_image_masonry.php:75
10647
+ #: includes/widgets/htmega_testimonial_grid.php:78
10648
+ msgid "Six"
10649
+ msgstr ""
10650
+
10651
+ #: includes/widgets/htmega_counter.php:837
10652
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:181
10653
+ msgid "Size"
10654
+ msgstr ""
10655
+
10656
+ #: includes/widgets/htmega_double_button.php:78
10657
+ msgid "Skew Background"
10658
+ msgstr ""
10659
+
10660
+ #: includes/widgets/htmega_socialshere.php:88
10661
+ msgid "Skype"
10662
+ msgstr ""
10663
+
10664
+ #: includes/widgets/htmega_animated_heading.php:73
10665
+ msgid "Slide"
10666
+ msgstr ""
10667
+
10668
+ #: includes/widgets/htmega_carousel.php:112
10669
+ #: includes/widgets/htmega_instagram.php:199
10670
+ #: includes/widgets/htmega_panel_slider.php:138
10671
+ #: includes/widgets/htmega_post_slider.php:276
10672
+ #: includes/widgets/htmega_twitter_feed.php:217
10673
+ msgid "Slider"
10674
+ msgstr ""
10675
+
10676
+ #: includes/widgets/htmega_carousel.php:152
10677
+ #: includes/widgets/htmega_instagram.php:347
10678
+ #: includes/widgets/htmega_panel_slider.php:212
10679
+ #: includes/widgets/htmega_post_slider.php:316
10680
+ #: includes/widgets/htmega_slider_thumb_gallery.php:157
10681
+ #: includes/widgets/htmega_twitter_feed.php:274
10682
+ msgid "Slider Arrow"
10683
+ msgstr ""
10684
+
10685
+ #: includes/widgets/htmega_instagram.php:449
10686
+ #: includes/widgets/htmega_panel_slider.php:314
10687
+ #: includes/widgets/htmega_post_slider.php:434
10688
+ #: includes/widgets/htmega_slider_thumb_gallery.php:248
10689
+ #: includes/widgets/htmega_twitter_feed.php:376
10690
+ msgid "Slider auto play"
10691
+ msgstr ""
10692
+
10693
+ #: includes/widgets/htmega_carousel.php:254
10694
+ msgid "Slider autoplay"
10695
+ msgstr ""
10696
+
10697
+ #: includes/widgets/htmega_scroll_navigation.php:126
10698
+ msgid "Slider Direction"
10699
+ msgstr ""
10700
+
10701
+ #: includes/widgets/htmega_carousel.php:197
10702
+ #: includes/widgets/htmega_instagram.php:392
10703
+ #: includes/widgets/htmega_panel_slider.php:257
10704
+ #: includes/widgets/htmega_post_slider.php:361
10705
+ #: includes/widgets/htmega_slider_thumb_gallery.php:198
10706
+ #: includes/widgets/htmega_twitter_feed.php:319
10707
+ msgid "Slider dots"
10708
+ msgstr ""
10709
+
10710
+ #: includes/widgets/htmega_post_slider.php:614
10711
+ msgid "Slider Image Max Height"
10712
+ msgstr ""
10713
+
10714
+ #: includes/widgets/htmega_post_slider.php:600
10715
+ msgid "Slider Image Style"
10716
+ msgstr ""
10717
+
10718
+ #: includes/widgets/htmega_carousel.php:293
10719
+ #: includes/widgets/htmega_carousel.php:335
10720
+ #: includes/widgets/htmega_carousel.php:390
10721
+ #: includes/widgets/htmega_instagram.php:488
10722
+ #: includes/widgets/htmega_instagram.php:530
10723
+ #: includes/widgets/htmega_instagram.php:585
10724
+ #: includes/widgets/htmega_panel_slider.php:353
10725
+ #: includes/widgets/htmega_panel_slider.php:395
10726
+ #: includes/widgets/htmega_panel_slider.php:450
10727
+ #: includes/widgets/htmega_post_slider.php:473
10728
+ #: includes/widgets/htmega_post_slider.php:515
10729
+ #: includes/widgets/htmega_post_slider.php:570
10730
+ #: includes/widgets/htmega_slider_thumb_gallery.php:281
10731
+ #: includes/widgets/htmega_slider_thumb_gallery.php:317
10732
+ #: includes/widgets/htmega_slider_thumb_gallery.php:364
10733
+ #: includes/widgets/htmega_twitter_feed.php:415
10734
+ #: includes/widgets/htmega_twitter_feed.php:457
10735
+ #: includes/widgets/htmega_twitter_feed.php:512
10736
+ msgid "Slider item to scroll"
10737
+ msgstr ""
10738
+
10739
+ #: includes/widgets/htmega_carousel.php:137
10740
+ #: includes/widgets/htmega_carousel.php:320
10741
+ #: includes/widgets/htmega_carousel.php:375
10742
+ #: includes/widgets/htmega_instagram.php:332
10743
+ #: includes/widgets/htmega_instagram.php:515
10744
+ #: includes/widgets/htmega_instagram.php:570
10745
+ #: includes/widgets/htmega_panel_slider.php:163
10746
+ #: includes/widgets/htmega_panel_slider.php:380
10747
+ #: includes/widgets/htmega_panel_slider.php:435
10748
+ #: includes/widgets/htmega_post_slider.php:301
10749
+ #: includes/widgets/htmega_post_slider.php:500
10750
+ #: includes/widgets/htmega_post_slider.php:555
10751
+ #: includes/widgets/htmega_slider_thumb_gallery.php:144
10752
+ #: includes/widgets/htmega_slider_thumb_gallery.php:304
10753
+ #: includes/widgets/htmega_slider_thumb_gallery.php:351
10754
+ #: includes/widgets/htmega_twitter_feed.php:242
10755
+ #: includes/widgets/htmega_twitter_feed.php:442
10756
+ #: includes/widgets/htmega_twitter_feed.php:497
10757
+ msgid "Slider Items"
10758
+ msgstr ""
10759
+
10760
+ #: includes/widgets/htmega_scroll_navigation.php:219
10761
+ msgid "Slider Navigation"
10762
+ msgstr ""
10763
+
10764
+ #: includes/widgets/htmega_carousel.php:127
10765
+ #: includes/widgets/htmega_instagram.php:322
10766
+ #: includes/widgets/htmega_panel_slider.php:153
10767
+ #: includes/widgets/htmega_post_slider.php:291
10768
+ #: includes/widgets/htmega_slider_thumb_gallery.php:137
10769
+ #: includes/widgets/htmega_twitter_feed.php:232
10770
+ msgid "Slider Option"
10771
+ msgstr ""
10772
+
10773
+ #: includes/widgets/htmega_scroll_navigation.php:119
10774
+ msgid "Slider Options"
10775
+ msgstr ""
10776
+
10777
+ #: includes/widgets/htmega_scroll_navigation.php:229
10778
+ msgid "Slider Pagination"
10779
+ msgstr ""
10780
+
10781
+ #: includes/widgets/htmega_panel_slider.php:78
10782
+ msgid "Slider Sub Title"
10783
+ msgstr ""
10784
+
10785
+ #: includes/widgets_control.php:313
10786
+ msgid "Slider Thumb Gallery"
10787
+ msgstr ""
10788
+
10789
+ #: includes/widgets/htmega_slider_thumb_gallery.php:43
10790
+ msgid "Slider Thumbnail"
10791
+ msgstr ""
10792
+
10793
+ #: admin/include/admin-setting.php:479
10794
+ #: includes/widgets/htmega_slider_thumb_gallery.php:14
10795
+ msgid "Slider Thumbnail Gallery"
10796
+ msgstr ""
10797
+
10798
+ #: includes/widgets/htmega_panel_slider.php:69
10799
+ msgid "Slider Title"
10800
+ msgstr ""
10801
+
10802
+ #: includes/widgets/htmega_scroll_navigation.php:191
10803
+ msgid "Slider Visible Item"
10804
+ msgstr ""
10805
+
10806
+ #: includes/widgets/htmega_easy_digital_download.php:199
10807
+ #: includes/widgets/htmega_wc_categories.php:130
10808
+ msgid "Slug"
10809
+ msgstr ""
10810
+
10811
+ #: includes/widgets/htmega_booked_calender.php:167
10812
+ #: includes/widgets/htmega_button.php:86
10813
+ #: includes/widgets/htmega_double_button.php:46
10814
+ msgid "Small"
10815
+ msgstr ""
10816
+
10817
+ #: includes/widgets/htmega_socialshere.php:58
10818
+ #: includes/widgets/htmega_teammember.php:205
10819
+ #: includes/widgets/htmega_teammember.php:955
10820
+ msgid "Social Media"
10821
+ msgstr ""
10822
+
10823
+ #: admin/include/admin-setting.php:487
10824
+ #: includes/widgets/htmega_socialshere.php:13
10825
+ #: includes/widgets/htmega_socialshere.php:49
10826
+ msgid "Social Share"
10827
+ msgstr ""
10828
+
10829
+ #: admin/include/admin-setting.php:842
10830
+ msgid "Social share"
10831
+ msgstr ""
10832
+
10833
+ #: admin/include/admin-setting.php:841
10834
+ msgid "Social Share <span>( Pro )</span>"
10835
+ msgstr ""
10836
+
10837
+ #: includes/widgets_control.php:318
10838
+ msgid "SocialShere"
10839
+ msgstr ""
10840
+
10841
+ #: includes/helper-function.php:399
10842
+ msgid "Something is wrong please check again!"
10843
+ msgstr ""
10844
+
10845
+ #: includes/helper-function.php:421
10846
+ msgid "Sorry, that username already exists!"
10847
+ msgstr ""
10848
+
10849
+ #: includes/helper-function.php:425
10850
+ msgid "Sorry, the username you entered is not valid"
10851
+ msgstr ""
10852
+
10853
+ #: admin/include/template-library.php:390
10854
+ msgid "Sorry, you are not allowed to install themes on this site."
10855
+ msgstr ""
10856
+
10857
+ #: includes/widgets/htmega_data_table.php:73
10858
+ msgid "Sorting Options"
10859
+ msgstr ""
10860
+
10861
+ #: includes/widgets/htmega_data_table.php:1063
10862
+ msgid "Sorting Ordering After Color"
10863
+ msgstr ""
10864
+
10865
+ #: includes/widgets/htmega_data_table.php:1047
10866
+ msgid "Sorting Ordering Before Color"
10867
+ msgstr ""
10868
+
10869
+ #: includes/widgets/htmega_data_table.php:1031
10870
+ msgid "Sorting Ordering Color"
10871
+ msgstr ""
10872
+
10873
+ #: includes/widgets/htmega_data_table.php:788
10874
+ msgid "Sorting Style"
10875
+ msgstr ""
10876
+
10877
+ #: includes/widgets/htmega_videoplayer.php:174
10878
+ msgid "Sound Mute"
10879
+ msgstr ""
10880
+
10881
+ #: includes/widgets/htmega_gallery_justify.php:67
10882
+ msgid "Space"
10883
+ msgstr ""
10884
+
10885
+ #: includes/widgets/htmega_user_login_form.php:433
10886
+ msgid "Space Around"
10887
+ msgstr ""
10888
+
10889
+ #: includes/widgets/htmega_user_login_form.php:432
10890
+ msgid "Space Between"
10891
+ msgstr ""
10892
+
10893
+ #: includes/widgets/htmega_user_login_form.php:434
10894
+ msgid "Space Evenly"
10895
+ msgstr ""
10896
+
10897
+ #: includes/widgets/htmega_popover.php:216
10898
+ #: includes/widgets/htmega_tooltip.php:192
10899
+ msgid "Space With Button"
10900
+ msgstr ""
10901
+
10902
+ #: includes/widgets/htmega_caldera_form.php:120
10903
+ #: includes/widgets/htmega_caldera_form.php:164
10904
+ msgid "Space(px)"
10905
+ msgstr ""
10906
+
10907
+ #: includes/helper-function.php:183
10908
+ msgid "span"
10909
+ msgstr ""
10910
+
10911
+ #: includes/widgets_control.php:103
10912
+ msgid "Special day Banner"
10913
+ msgstr ""
10914
+
10915
+ #: admin/include/admin-setting.php:143
10916
+ #: includes/widgets/htmega_special_day_banner.php:14
10917
+ msgid "Special Day Offer"
10918
+ msgstr ""
10919
+
10920
+ #: includes/widgets/htmega_scroll_image.php:149
10921
+ #: includes/widgets/htmega_scroll_navigation.php:182
10922
+ msgid "Speed"
10923
+ msgstr ""
10924
+
10925
+ #: includes/widgets/htmega_accordion.php:1000
10926
+ #: includes/widgets/htmega_counter.php:70
10927
+ #: includes/widgets/htmega_user_login_form.php:429
10928
+ msgid "Start"
10929
+ msgstr ""
10930
+
10931
+ #: includes/widgets/htmega_bbpress.php:65
10932
+ msgid "Stats"
10933
+ msgstr ""
10934
+
10935
+ #: includes/widgets/htmega_progress_bar.php:75
10936
+ msgid "Striped"
10937
+ msgstr ""
10938
+
10939
+ #: includes/widgets/htmega_progress_bar.php:87
10940
+ msgid "Striped Animated"
10941
+ msgstr ""
10942
+
10943
+ #: includes/widgets/htmega_section_title.php:656
10944
+ #: includes/widgets/htmega_section_title.php:1045
10945
+ msgid "Stroke"
10946
+ msgstr ""
10947
+
10948
+ #: includes/widgets/htmega_section_title.php:666
10949
+ #: includes/widgets/htmega_section_title.php:1055
10950
+ msgid "Stroke Color"
10951
+ msgstr ""
10952
+
10953
+ #: includes/widgets/htmega_section_title.php:680
10954
+ #: includes/widgets/htmega_section_title.php:1069
10955
+ msgid "Stroke Fill Width"
10956
+ msgstr ""
10957
+
10958
+ #: includes/widgets/htmega_socialshere.php:77
10959
+ msgid "Stumbleupon"
10960
+ msgstr ""
10961
+
10962
+ #: includes/widgets/htmega_accordion.php:51
10963
+ #: includes/widgets/htmega_add_banner.php:41
10964
+ #: includes/widgets/htmega_blockquote.php:172
10965
+ #: includes/widgets/htmega_booked_calender.php:50
10966
+ #: includes/widgets/htmega_brand.php:42 includes/widgets/htmega_brand.php:120
10967
+ #: includes/widgets/htmega_call_to_action.php:39
10968
+ #: includes/widgets/htmega_carousel.php:50
10969
+ #: includes/widgets/htmega_contact_form_seven.php:51
10970
+ #: includes/widgets/htmega_countdown.php:94
10971
+ #: includes/widgets/htmega_counter.php:49
10972
+ #: includes/widgets/htmega_dropcaps.php:42
10973
+ #: includes/widgets/htmega_errorcontent.php:50
10974
+ #: includes/widgets/htmega_errorcontent.php:238
10975
+ #: includes/widgets/htmega_imagemarker.php:121
10976
+ #: includes/widgets/htmega_image_grid.php:42
10977
+ #: includes/widgets/htmega_image_magnifier.php:102
10978
+ #: includes/widgets/htmega_image_masonry.php:50
10979
+ #: includes/widgets/htmega_inlinemenu.php:53
10980
+ #: includes/widgets/htmega_instagram.php:51
10981
+ #: includes/widgets/htmega_instagram.php:616
10982
+ #: includes/widgets/htmega_instragram_feed.php:145
10983
+ #: includes/widgets/htmega_mailchimp_wp.php:50
10984
+ #: includes/widgets/htmega_mailchimp_wp.php:81
10985
+ #: includes/widgets/htmega_newsticker.php:50
10986
+ #: includes/widgets/htmega_notify.php:270
10987
+ #: includes/widgets/htmega_offcanvas.php:308
10988
+ #: includes/widgets/htmega_panel_slider.php:52
10989
+ #: includes/widgets/htmega_popover.php:253
10990
+ #: includes/widgets/htmega_post_slider.php:1422
10991
+ #: includes/widgets/htmega_pricing_list_view.php:307
10992
+ #: includes/widgets/htmega_pricing_list_view.php:681
10993
+ #: includes/widgets/htmega_progress_bar.php:57
10994
+ #: includes/widgets/htmega_progress_bar.php:71
10995
+ #: includes/widgets/htmega_search.php:42 includes/widgets/htmega_service.php:42
10996
+ #: includes/widgets/htmega_singlepost.php:42
10997
+ #: includes/widgets/htmega_socialshere.php:399
10998
+ #: includes/widgets/htmega_switcher.php:41
10999
+ #: includes/widgets/htmega_switcher.php:238 includes/widgets/htmega_tabs.php:41
11000
+ #: includes/widgets/htmega_tabs.php:128
11001
+ #: includes/widgets/htmega_teammember.php:50
11002
+ #: includes/widgets/htmega_testimonial_grid.php:41
11003
+ #: includes/widgets/htmega_twitter_feed.php:55
11004
+ #: includes/widgets/htmega_user_login_form.php:50
11005
+ #: includes/widgets/htmega_user_login_form.php:549
11006
+ #: includes/widgets/htmega_weather.php:65
11007
+ #: includes/widgets/htmega_working_process.php:42
11008
+ #: extensions/ht-builder/widgets/bl_site_logo.php:99
11009
+ msgid "Style"
11010
+ msgstr ""
11011
+
11012
+ #: includes/widgets/htmega_inlinemenu.php:64
11013
+ #: includes/widgets/htmega_teammember.php:61
11014
+ msgid "Style Eight"
11015
+ msgstr ""
11016
+
11017
+ #: includes/widgets/htmega_add_banner.php:49
11018
+ #: includes/widgets/htmega_animated_heading.php:57
11019
+ #: includes/widgets/htmega_brand.php:50
11020
+ #: includes/widgets/htmega_call_to_action.php:47
11021
+ #: includes/widgets/htmega_carousel.php:58
11022
+ #: includes/widgets/htmega_contact_form_seven.php:59
11023
+ #: includes/widgets/htmega_counter.php:57
11024
+ #: includes/widgets/htmega_dropcaps.php:50
11025
+ #: includes/widgets/htmega_imagemarker.php:129
11026
+ #: includes/widgets/htmega_image_grid.php:50
11027
+ #: includes/widgets/htmega_image_masonry.php:58
11028
+ #: includes/widgets/htmega_inlinemenu.php:61
11029
+ #: includes/widgets/htmega_mailchimp_wp.php:58
11030
+ #: includes/widgets/htmega_newsticker.php:58
11031
+ #: includes/widgets/htmega_search.php:50
11032
+ #: includes/widgets/htmega_section_title.php:49
11033
+ #: includes/widgets/htmega_service.php:50 includes/widgets/htmega_tabs.php:49
11034
+ #: includes/widgets/htmega_teammember.php:58
11035
+ #: includes/widgets/htmega_testimonial_grid.php:49
11036
+ #: includes/widgets/htmega_twitter_feed.php:63
11037
+ #: includes/widgets/htmega_user_login_form.php:58
11038
+ #: includes/widgets/htmega_working_process.php:50
11039
+ msgid "Style Five"
11040
+ msgstr ""
11041
+
11042
+ #: includes/widgets/htmega_accordion.php:58
11043
+ #: includes/widgets/htmega_add_banner.php:48
11044
+ #: includes/widgets/htmega_animated_heading.php:56
11045
+ #: includes/widgets/htmega_brand.php:49
11046
+ #: includes/widgets/htmega_call_to_action.php:46
11047
+ #: includes/widgets/htmega_carousel.php:57
11048
+ #: includes/widgets/htmega_contact_form_seven.php:58
11049
+ #: includes/widgets/htmega_counter.php:56
11050
+ #: includes/widgets/htmega_dropcaps.php:49
11051
+ #: includes/widgets/htmega_errorcontent.php:57
11052
+ #: includes/widgets/htmega_imagemarker.php:128
11053
+ #: includes/widgets/htmega_image_grid.php:49
11054
+ #: includes/widgets/htmega_image_masonry.php:57
11055
+ #: includes/widgets/htmega_inlinemenu.php:60
11056
+ #: includes/widgets/htmega_instagram.php:58
11057
+ #: includes/widgets/htmega_mailchimp_wp.php:57
11058
+ #: includes/widgets/htmega_newsticker.php:57
11059
+ #: includes/widgets/htmega_panel_slider.php:59
11060
+ #: includes/widgets/htmega_search.php:49
11061
+ #: includes/widgets/htmega_section_title.php:48
11062
+ #: includes/widgets/htmega_service.php:49
11063
+ #: includes/widgets/htmega_singlepost.php:49
11064
+ #: includes/widgets/htmega_tabs.php:48
11065
+ #: includes/widgets/htmega_teammember.php:57
11066
+ #: includes/widgets/htmega_testimonial_grid.php:48
11067
+ #: includes/widgets/htmega_twitter_feed.php:62
11068
+ #: includes/widgets/htmega_user_login_form.php:57
11069
+ #: includes/widgets/htmega_weather.php:72
11070
+ #: includes/widgets/htmega_working_process.php:49
11071
+ msgid "Style Four"
11072
+ msgstr ""
11073
+
11074
+ #: includes/widgets/htmega_countdown.php:101
11075
+ msgid "Style Four (Flip)"
11076
+ msgstr ""
11077
+
11078
+ #: includes/widgets/htmega_inlinemenu.php:65
11079
+ msgid "Style Nine"
11080
+ msgstr ""
11081
+
11082
+ #: includes/widgets/htmega_accordion.php:55
11083
+ #: includes/widgets/htmega_add_banner.php:45
11084
+ #: includes/widgets/htmega_animated_heading.php:53
11085
+ #: includes/widgets/htmega_brand.php:46 includes/widgets/htmega_button.php:46
11086
+ #: includes/widgets/htmega_call_to_action.php:43
11087
+ #: includes/widgets/htmega_carousel.php:54
11088
+ #: includes/widgets/htmega_carousel.php:433
11089
+ #: includes/widgets/htmega_contact_form_seven.php:55
11090
+ #: includes/widgets/htmega_counter.php:53
11091
+ #: includes/widgets/htmega_dropcaps.php:46
11092
+ #: includes/widgets/htmega_errorcontent.php:54
11093
+ #: includes/widgets/htmega_imagemarker.php:125
11094
+ #: includes/widgets/htmega_image_grid.php:46
11095
+ #: includes/widgets/htmega_image_masonry.php:54
11096
+ #: includes/widgets/htmega_inlinemenu.php:57
11097
+ #: includes/widgets/htmega_instagram.php:55
11098
+ #: includes/widgets/htmega_mailchimp_wp.php:54
11099
+ #: includes/widgets/htmega_newsticker.php:54
11100
+ #: includes/widgets/htmega_panel_slider.php:56
11101
+ #: includes/widgets/htmega_post_slider.php:1426
11102
+ #: includes/widgets/htmega_search.php:46
11103
+ #: includes/widgets/htmega_section_title.php:45
11104
+ #: includes/widgets/htmega_service.php:46
11105
+ #: includes/widgets/htmega_singlepost.php:46
11106
+ #: includes/widgets/htmega_tabs.php:45
11107
+ #: includes/widgets/htmega_teammember.php:54
11108
+ #: includes/widgets/htmega_teammember.php:72
11109
+ #: includes/widgets/htmega_teammember.php:87
11110
+ #: includes/widgets/htmega_testimonial_grid.php:45
11111
+ #: includes/widgets/htmega_twitter_feed.php:59
11112
+ #: includes/widgets/htmega_user_login_form.php:54
11113
+ #: includes/widgets/htmega_weather.php:69
11114
+ #: includes/widgets/htmega_working_process.php:46
11115
+ msgid "Style One"
11116
+ msgstr ""
11117
+
11118
+ #: includes/widgets/htmega_countdown.php:98
11119
+ msgid "Style one"
11120
+ msgstr ""
11121
+
11122
+ #: includes/widgets/htmega_animated_heading.php:59
11123
+ #: includes/widgets/htmega_brand.php:52
11124
+ #: includes/widgets/htmega_call_to_action.php:49
11125
+ #: includes/widgets/htmega_carousel.php:60
11126
+ #: includes/widgets/htmega_inlinemenu.php:63
11127
+ #: includes/widgets/htmega_newsticker.php:60
11128
+ #: includes/widgets/htmega_service.php:52
11129
+ #: includes/widgets/htmega_teammember.php:60
11130
+ #: includes/widgets/htmega_user_login_form.php:60
11131
+ msgid "Style Seven"
11132
+ msgstr ""
11133
+
11134
+ #: includes/widgets/htmega_add_banner.php:50
11135
+ #: includes/widgets/htmega_animated_heading.php:58
11136
+ #: includes/widgets/htmega_brand.php:51
11137
+ #: includes/widgets/htmega_call_to_action.php:48
11138
+ #: includes/widgets/htmega_carousel.php:59
11139
+ #: includes/widgets/htmega_contact_form_seven.php:60
11140
+ #: includes/widgets/htmega_counter.php:58
11141
+ #: includes/widgets/htmega_imagemarker.php:130
11142
+ #: includes/widgets/htmega_inlinemenu.php:62
11143
+ #: includes/widgets/htmega_newsticker.php:59
11144
+ #: includes/widgets/htmega_service.php:51
11145
+ #: includes/widgets/htmega_teammember.php:59
11146
+ #: includes/widgets/htmega_user_login_form.php:59
11147
+ msgid "Style Six"
11148
+ msgstr ""
11149
+
11150
+ #: includes/widgets/htmega_inlinemenu.php:66
11151
+ msgid "Style Ten"
11152
+ msgstr ""
11153
+
11154
+ #: includes/widgets/htmega_accordion.php:57
11155
+ #: includes/widgets/htmega_add_banner.php:47
11156
+ #: includes/widgets/htmega_animated_heading.php:55
11157
+ #: includes/widgets/htmega_brand.php:48
11158
+ #: includes/widgets/htmega_call_to_action.php:45
11159
+ #: includes/widgets/htmega_carousel.php:56
11160
+ #: includes/widgets/htmega_contact_form_seven.php:57
11161
+ #: includes/widgets/htmega_countdown.php:100
11162
+ #: includes/widgets/htmega_counter.php:55
11163
+ #: includes/widgets/htmega_dropcaps.php:48
11164
+ #: includes/widgets/htmega_errorcontent.php:56
11165
+ #: includes/widgets/htmega_imagemarker.php:127
11166
+ #: includes/widgets/htmega_image_grid.php:48
11167
+ #: includes/widgets/htmega_image_masonry.php:56
11168
+ #: includes/widgets/htmega_inlinemenu.php:59
11169
+ #: includes/widgets/htmega_instagram.php:57
11170
+ #: includes/widgets/htmega_mailchimp_wp.php:56
11171
+ #: includes/widgets/htmega_newsticker.php:56
11172
+ #: includes/widgets/htmega_panel_slider.php:58
11173
+ #: includes/widgets/htmega_search.php:48
11174
+ #: includes/widgets/htmega_section_title.php:47
11175
+ #: includes/widgets/htmega_service.php:48
11176
+ #: includes/widgets/htmega_singlepost.php:48
11177
+ #: includes/widgets/htmega_tabs.php:47
11178
+ #: includes/widgets/htmega_teammember.php:56
11179
+ #: includes/widgets/htmega_teammember.php:89
11180
+ #: includes/widgets/htmega_testimonial_grid.php:47
11181
+ #: includes/widgets/htmega_twitter_feed.php:61
11182
+ #: includes/widgets/htmega_user_login_form.php:56
11183
+ #: includes/widgets/htmega_weather.php:71
11184
+ #: includes/widgets/htmega_working_process.php:48
11185
+ msgid "Style Three"
11186
+ msgstr ""
11187
+
11188
+ #: includes/widgets/htmega_accordion.php:56
11189
+ #: includes/widgets/htmega_add_banner.php:46
11190
+ #: includes/widgets/htmega_animated_heading.php:54
11191
+ #: includes/widgets/htmega_brand.php:47 includes/widgets/htmega_button.php:47
11192
+ #: includes/widgets/htmega_call_to_action.php:44
11193
+ #: includes/widgets/htmega_carousel.php:55
11194
+ #: includes/widgets/htmega_carousel.php:434
11195
+ #: includes/widgets/htmega_contact_form_seven.php:56
11196
+ #: includes/widgets/htmega_countdown.php:99
11197
+ #: includes/widgets/htmega_counter.php:54
11198
+ #: includes/widgets/htmega_dropcaps.php:47
11199
+ #: includes/widgets/htmega_errorcontent.php:55
11200
+ #: includes/widgets/htmega_imagemarker.php:126
11201
+ #: includes/widgets/htmega_image_grid.php:47
11202
+ #: includes/widgets/htmega_image_masonry.php:55
11203
+ #: includes/widgets/htmega_inlinemenu.php:58
11204
+ #: includes/widgets/htmega_instagram.php:56
11205
+ #: includes/widgets/htmega_mailchimp_wp.php:55
11206
+ #: includes/widgets/htmega_newsticker.php:55
11207
+ #: includes/widgets/htmega_panel_slider.php:57
11208
+ #: includes/widgets/htmega_post_slider.php:1427
11209
+ #: includes/widgets/htmega_search.php:47
11210
+ #: includes/widgets/htmega_section_title.php:46
11211
+ #: includes/widgets/htmega_service.php:47
11212
+ #: includes/widgets/htmega_singlepost.php:47
11213
+ #: includes/widgets/htmega_tabs.php:46
11214
+ #: includes/widgets/htmega_teammember.php:55
11215
+ #: includes/widgets/htmega_teammember.php:73
11216
+ #: includes/widgets/htmega_teammember.php:88
11217
+ #: includes/widgets/htmega_testimonial_grid.php:46
11218
+ #: includes/widgets/htmega_twitter_feed.php:60
11219
+ #: includes/widgets/htmega_user_login_form.php:55
11220
+ #: includes/widgets/htmega_weather.php:70
11221
+ #: includes/widgets/htmega_working_process.php:47
11222
+ msgid "Style Two"
11223
+ msgstr ""
11224
+
11225
+ #: includes/widgets/htmega_quforms.php:199
11226
+ msgid "Sub Label"
11227
+ msgstr ""
11228
+
11229
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:337
11230
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:195
11231
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:196
11232
+ msgid "Sub Menu"
11233
+ msgstr ""
11234
+
11235
+ #: extensions/ht-menu/admin/setting.php:87
11236
+ msgid "Sub Menu Background Color"
11237
+ msgstr ""
11238
+
11239
+ #: extensions/ht-menu/admin/setting.php:94
11240
+ msgid "Sub Menu Items Color"
11241
+ msgstr ""
11242
+
11243
+ #: extensions/ht-menu/admin/setting.php:101
11244
+ msgid "Sub Menu Items Hover Color"
11245
+ msgstr ""
11246
+
11247
+ #: extensions/ht-menu/admin/setting.php:76
11248
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:203
11249
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:204
11250
+ msgid "Sub Menu Width"
11251
+ msgstr ""
11252
+
11253
+ #: includes/widgets/htmega_add_banner.php:101
11254
+ #: includes/widgets/htmega_add_banner.php:489
11255
+ #: includes/widgets/htmega_call_to_action.php:57
11256
+ #: includes/widgets/htmega_call_to_action.php:500
11257
+ #: includes/widgets/htmega_errorcontent.php:100
11258
+ #: includes/widgets/htmega_errorcontent.php:384
11259
+ #: includes/widgets/htmega_panel_slider.php:684
11260
+ #: includes/widgets/htmega_section_title.php:69
11261
+ #: includes/widgets/htmega_slider_thumb_gallery.php:74
11262
+ #: includes/widgets/htmega_special_day_banner.php:87
11263
+ #: includes/widgets/htmega_special_day_banner.php:394
11264
+ msgid "Sub Title"
11265
+ msgstr ""
11266
+
11267
+ #: includes/widgets/htmega_section_title.php:222
11268
+ msgid "Sub Title Setting"
11269
+ msgstr ""
11270
+
11271
+ #: includes/widgets/htmega_slider_thumb_gallery.php:730
11272
+ msgid "Sub Title Style"
11273
+ msgstr ""
11274
+
11275
+ #: includes/widgets/htmega_section_title.php:768
11276
+ msgid "Sub Title style"
11277
+ msgstr ""
11278
+
11279
+ #: includes/widgets/htmega_call_to_action.php:69
11280
+ msgid "Sub Title Tag"
11281
+ msgstr ""
11282
+
11283
+ #: extensions/ht-menu/menu/templates.php:68
11284
+ msgid "SubMenu Position"
11285
+ msgstr ""
11286
+
11287
+ #: includes/widgets/htmega_caldera_form.php:436
11288
+ #: includes/widgets/htmega_search.php:420
11289
+ #: includes/widgets/htmega_user_login_form.php:1085
11290
+ #: extensions/ht-builder/widgets/bl_post_comments.php:80
11291
+ msgid "Submit Button"
11292
+ msgstr ""
11293
+
11294
+ #: includes/widgets/htmega_notify.php:134
11295
+ msgid "Success"
11296
+ msgstr ""
11297
+
11298
+ #: includes/widgets/htmega_ninja_form.php:1157
11299
+ msgid "Success Style"
11300
+ msgstr ""
11301
+
11302
+ #: extensions/ht-menu/classes/class.mega-menu.php:156
11303
+ msgid "Successfully data saved"
11304
+ msgstr ""
11305
+
11306
+ #: includes/helper-function.php:401
11307
+ msgid "Successfully Register"
11308
+ msgstr ""
11309
+
11310
+ #: admin/include/admin-setting.php:1138
11311
+ #: extensions/ht-builder/admin/setting.php:196
11312
+ #: extensions/ht-menu/admin/setting.php:148
11313
+ #: extensions/wc-sales-notification/admin/setting.php:280
11314
+ msgid "Successfully Settings Saved."
11315
+ msgstr ""
11316
+
11317
+ #: includes/widgets/htmega_counter.php:1016
11318
+ msgid "Suffix"
11319
+ msgstr ""
11320
+
11321
+ #: includes/widgets/htmega_business_hours.php:168
11322
+ msgid "Sunday"
11323
+ msgstr ""
11324
+
11325
+ #: includes/widgets/htmega_socialshere.php:79
11326
+ msgid "Surfingbird"
11327
+ msgstr ""
11328
+
11329
+ #: includes/widgets/htmega_offcanvas.php:248
11330
+ msgid "SVG Icon Size"
11331
+ msgstr ""
11332
+
11333
+ #: includes/widgets/htmega_switcher.php:64
11334
+ msgid "Switch One"
11335
+ msgstr ""
11336
+
11337
+ #: includes/widgets/htmega_switcher.php:155
11338
+ msgid "Switch Two"
11339
+ msgstr ""
11340
+
11341
+ #: includes/widgets_control.php:323 admin/include/admin-setting.php:495
11342
+ #: includes/widgets/htmega_switcher.php:13
11343
+ msgid "Switcher"
11344
+ msgstr ""
11345
+
11346
+ #: includes/widgets/htmega_switcher.php:275
11347
+ msgid "Switcher Button"
11348
+ msgstr ""
11349
+
11350
+ #: includes/widgets/htmega_switcher.php:136
11351
+ msgid "Switcher Content One"
11352
+ msgstr ""
11353
+
11354
+ #: includes/widgets/htmega_switcher.php:228
11355
+ msgid "Switcher Content Two"
11356
+ msgstr ""
11357
+
11358
+ #: includes/widgets/htmega_switcher.php:34
11359
+ msgid "Switcher Layout"
11360
+ msgstr ""
11361
+
11362
+ #: includes/widgets/htmega_switcher.php:56
11363
+ msgid "Switcher One"
11364
+ msgstr ""
11365
+
11366
+ #: includes/widgets/htmega_switcher.php:65
11367
+ #: includes/widgets/htmega_switcher.php:156
11368
+ msgid "Switcher Title"
11369
+ msgstr ""
11370
+
11371
+ #: includes/widgets/htmega_switcher.php:75
11372
+ #: includes/widgets/htmega_switcher.php:166
11373
+ msgid "Switcher Title Icon"
11374
+ msgstr ""
11375
+
11376
+ #: includes/widgets/htmega_switcher.php:147
11377
+ msgid "Switcher Two"
11378
+ msgstr ""
11379
+
11380
+ #: admin/include/templates/library/templates.php:10
11381
+ #: admin/include/templates/library/templates.php:11
11382
+ msgid "Sync Library"
11383
+ msgstr ""
11384
+
11385
+ #: includes/widgets/htmega_tabs.php:71
11386
+ msgid "Tab #1"
11387
+ msgstr ""
11388
+
11389
+ #: includes/widgets/htmega_tabs.php:248
11390
+ msgid "Tab Area Style"
11391
+ msgstr ""
11392
+
11393
+ #: includes/widgets/htmega_tabs.php:281
11394
+ msgid "Tab Content Width (%)"
11395
+ msgstr ""
11396
+
11397
+ #: includes/widgets/htmega_tabs.php:669
11398
+ msgid "Tab Icon Box Style"
11399
+ msgstr ""
11400
+
11401
+ #: includes/widgets/htmega_tabs.php:491
11402
+ msgid "Tab Manu Style"
11403
+ msgstr ""
11404
+
11405
+ #: includes/widgets/htmega_tabs.php:240
11406
+ msgid "Tab Menu"
11407
+ msgstr ""
11408
+
11409
+ #: includes/widgets/htmega_tabs.php:256
11410
+ msgid "Tab Menu Width (%)"
11411
+ msgstr ""
11412
+
11413
+ #: admin/include/templates/library/templates.php:34
11414
+ #: admin/include/templates/library/templates.php:35
11415
+ msgid "Tab view"
11416
+ msgstr ""
11417
+
11418
+ #: includes/widgets/htmega_data_table.php:490
11419
+ #: includes/widgets/htmega_pricing_list_view.php:1217
11420
+ #: includes/widgets/htmega_tablepress.php:123
11421
+ msgid "Table"
11422
+ msgstr ""
11423
+
11424
+ #: includes/widgets/htmega_data_table.php:669
11425
+ #: includes/widgets/htmega_pricing_list_view.php:1366
11426
+ #: includes/widgets/htmega_wc_element_pages.php:121
11427
+ msgid "Table Body"
11428
+ msgstr ""
11429
+
11430
+ #: includes/widgets/htmega_pricing_list_view.php:1422
11431
+ msgid "Table Body Padding"
11432
+ msgstr ""
11433
+
11434
+ #: includes/widgets/htmega_wc_element_pages.php:1193
11435
+ msgid "Table Body Row"
11436
+ msgstr ""
11437
+
11438
+ #: includes/widgets/htmega_pricing_list_view.php:692
11439
+ msgid "Table Body Typography"
11440
+ msgstr ""
11441
+
11442
+ #: includes/widgets/htmega_data_table.php:722
11443
+ msgid "Table Cell Padding"
11444
+ msgstr ""
11445
+
11446
+ #: includes/widgets/htmega_data_table.php:228
11447
+ #: includes/widgets/htmega_pricing_list_view.php:532
11448
+ msgid "Table Content"
11449
+ msgstr ""
11450
+
11451
+ #: includes/widgets/htmega_wc_element_pages.php:1268
11452
+ msgid "Table Footer"
11453
+ msgstr ""
11454
+
11455
+ #: includes/widgets/htmega_wc_element_pages.php:1161
11456
+ msgid "Table Head"
11457
+ msgstr ""
11458
+
11459
+ #: includes/widgets/htmega_data_table.php:134
11460
+ #: includes/widgets/htmega_data_table.php:564
11461
+ #: includes/widgets/htmega_pricing_list_view.php:180
11462
+ #: includes/widgets/htmega_pricing_list_view.php:1287
11463
+ msgid "Table Header"
11464
+ msgstr ""
11465
+
11466
+ #: includes/widgets/htmega_data_table.php:603
11467
+ #: includes/widgets/htmega_pricing_list_view.php:1331
11468
+ msgid "Table Header Padding"
11469
+ msgstr ""
11470
+
11471
+ #: includes/widgets/htmega_wc_element_pages.php:87
11472
+ msgid "Table Heading"
11473
+ msgstr ""
11474
+
11475
+ #: includes/widgets/htmega_data_table.php:37
11476
+ msgid "Table Layout"
11477
+ msgstr ""
11478
+
11479
+ #: admin/include/admin-setting.php:1079
11480
+ #: includes/widgets/htmega_tablepress.php:13
11481
+ #: includes/widgets/htmega_tablepress.php:48
11482
+ msgid "TablePress"
11483
+ msgstr ""
11484
+
11485
+ #: includes/widgets/htmega_carousel.php:308
11486
+ #: includes/widgets/htmega_instagram.php:503
11487
+ #: includes/widgets/htmega_panel_slider.php:368
11488
+ #: includes/widgets/htmega_post_slider.php:488
11489
+ #: includes/widgets/htmega_slider_thumb_gallery.php:294
11490
+ #: includes/widgets/htmega_testimonial_grid.php:85
11491
+ #: includes/widgets/htmega_twitter_feed.php:430
11492
+ msgid "Tablet"
11493
+ msgstr ""
11494
+
11495
+ #: includes/widgets/htmega_carousel.php:350
11496
+ #: includes/widgets/htmega_instagram.php:545
11497
+ #: includes/widgets/htmega_panel_slider.php:410
11498
+ #: includes/widgets/htmega_post_slider.php:530
11499
+ #: includes/widgets/htmega_slider_thumb_gallery.php:330
11500
+ #: includes/widgets/htmega_twitter_feed.php:472
11501
+ msgid "Tablet Resolution"
11502
+ msgstr ""
11503
+
11504
+ #: includes/widgets_control.php:328 admin/include/admin-setting.php:503
11505
+ #: includes/widgets/htmega_tabs.php:13 includes/widgets/htmega_tabs.php:34
11506
+ msgid "Tabs"
11507
+ msgstr ""
11508
+
11509
+ #: includes/widgets/htmega_counter.php:164
11510
+ msgid "Target Number"
11511
+ msgstr ""
11512
+
11513
+ #: includes/widgets/htmega_panel_slider.php:71
11514
+ #: includes/widgets/htmega_panel_slider.php:114
11515
+ #: includes/widgets/htmega_panel_slider.php:118
11516
+ #: includes/widgets/htmega_panel_slider.php:122
11517
+ #: includes/widgets/htmega_panel_slider.php:126
11518
+ msgid "Tattoo Boy From New York"
11519
+ msgstr ""
11520
+
11521
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:156
11522
+ msgid "Taxonomy"
11523
+ msgstr ""
11524
+
11525
+ #: includes/widgets/htmega_teammember.php:322
11526
+ msgid "Team Box Style"
11527
+ msgstr ""
11528
+
11529
+ #: admin/include/admin-setting.php:519
11530
+ #: includes/widgets/htmega_teammember.php:14
11531
+ #: includes/widgets/htmega_teammember.php:43
11532
+ msgid "Team Member"
11533
+ msgstr ""
11534
+
11535
+ #: includes/widgets_control.php:338
11536
+ msgid "TeamMember"
11537
+ msgstr ""
11538
+
11539
+ #: includes/widgets/htmega_socialshere.php:89
11540
+ msgid "Telegram"
11541
+ msgstr ""
11542
+
11543
+ #: includes/widgets/htmega_template_selector.php:42
11544
+ msgid "Template"
11545
+ msgstr ""
11546
+
11547
+ #: admin/include/class.library-source.php:219
11548
+ msgid "Template does not have any content"
11549
+ msgstr ""
11550
+
11551
+ #: admin/include/class.htmega-elementor-template-library.php:97
11552
+ msgid "Template id missing"
11553
+ msgstr ""
11554
+
11555
+ #: includes/widgets_control.php:398
11556
+ #: includes/widgets/htmega_template_selector.php:13
11557
+ msgid "Template Selector"
11558
+ msgstr ""
11559
+
11560
+ #: admin/include/admin-setting.php:902 admin/include/templates_list.php:33
11561
+ msgid "Templates"
11562
+ msgstr ""
11563
+
11564
+ #: admin/include/template-library.php:73 admin/include/template-library.php:74
11565
+ msgid "Templates Library"
11566
+ msgstr ""
11567
+
11568
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:69
11569
+ msgid "Terms"
11570
+ msgstr ""
11571
+
11572
+ #: includes/widgets_control.php:343 admin/include/admin-setting.php:527
11573
+ msgid "Testimonial"
11574
+ msgstr ""
11575
+
11576
+ #: includes/widgets_control.php:348 admin/include/admin-setting.php:535
11577
+ #: includes/widgets/htmega_testimonial_grid.php:14
11578
+ #: includes/widgets/htmega_testimonial_grid.php:35
11579
+ msgid "Testimonial Grid"
11580
+ msgstr ""
11581
+
11582
+ #: includes/widgets/htmega_button.php:55
11583
+ #: includes/widgets/htmega_countdown.php:271
11584
+ #: includes/widgets/htmega_data_table.php:254
11585
+ #: includes/widgets/htmega_double_button.php:99
11586
+ #: includes/widgets/htmega_double_button.php:186
11587
+ #: includes/widgets/htmega_download_monitor.php:117
11588
+ #: includes/widgets/htmega_modal.php:110 includes/widgets/htmega_popover.php:57
11589
+ #: includes/widgets/htmega_pricing_list_view.php:578
11590
+ #: includes/widgets/htmega_search.php:72 includes/widgets/htmega_tooltip.php:57
11591
+ #: includes/widgets/htmega_tooltip.php:72
11592
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:58
11593
+ msgid "Text"
11594
+ msgstr ""
11595
+
11596
+ #: includes/widgets/htmega_data_table.php:929
11597
+ msgid "Text Active Color"
11598
+ msgstr ""
11599
+
11600
+ #: includes/widgets/htmega_booked_calender.php:437
11601
+ #: includes/widgets/htmega_booked_calender.php:541
11602
+ #: includes/widgets/htmega_booked_calender.php:581
11603
+ #: includes/widgets/htmega_booked_calender.php:664
11604
+ #: includes/widgets/htmega_booked_calender.php:727
11605
+ #: includes/widgets/htmega_booked_calender.php:825
11606
+ #: includes/widgets/htmega_button.php:200
11607
+ #: includes/widgets/htmega_button.php:333
11608
+ #: includes/widgets/htmega_button.php:526
11609
+ #: includes/widgets/htmega_button.php:610
11610
+ #: includes/widgets/htmega_caldera_form.php:201
11611
+ #: includes/widgets/htmega_caldera_form.php:375
11612
+ #: includes/widgets/htmega_caldera_form.php:454
11613
+ #: includes/widgets/htmega_caldera_form.php:563
11614
+ #: includes/widgets/htmega_call_to_action.php:706
11615
+ #: includes/widgets/htmega_call_to_action.php:912
11616
+ #: includes/widgets/htmega_contact_form_seven.php:246
11617
+ #: includes/widgets/htmega_contact_form_seven.php:389
11618
+ #: includes/widgets/htmega_contact_form_seven.php:501
11619
+ #: includes/widgets/htmega_contact_form_seven.php:599
11620
+ #: includes/widgets/htmega_contact_form_seven.php:662
11621
+ #: includes/widgets/htmega_contact_form_seven.php:824
11622
+ #: includes/widgets/htmega_contact_form_seven.php:912
11623
+ #: includes/widgets/htmega_data_table.php:572
11624
+ #: includes/widgets/htmega_data_table.php:701
11625
+ #: includes/widgets/htmega_data_table.php:811
11626
+ #: includes/widgets/htmega_data_table.php:862
11627
+ #: includes/widgets/htmega_data_table.php:914
11628
+ #: includes/widgets/htmega_data_table.php:993
11629
+ #: includes/widgets/htmega_mailchimp_wp.php:208
11630
+ #: includes/widgets/htmega_mailchimp_wp.php:372
11631
+ #: includes/widgets/htmega_mailchimp_wp.php:460
11632
+ #: includes/widgets/htmega_offcanvas.php:316
11633
+ #: includes/widgets/htmega_pricing_list_view.php:722
11634
+ #: includes/widgets/htmega_pricing_list_view.php:1310
11635
+ #: includes/widgets/htmega_pricing_list_view.php:1401
11636
+ #: includes/widgets/htmega_pricing_list_view.php:1519
11637
+ #: includes/widgets/htmega_pricing_list_view.php:1562
11638
+ #: includes/widgets/htmega_pricing_list_view.php:1639
11639
+ #: includes/widgets/htmega_pricing_list_view.php:1720
11640
+ #: includes/widgets/htmega_quforms.php:977
11641
+ #: includes/widgets/htmega_search.php:229
11642
+ #: includes/widgets/htmega_tablepress.php:282
11643
+ #: includes/widgets/htmega_tablepress.php:326
11644
+ #: includes/widgets/htmega_user_login_form.php:813
11645
+ #: includes/widgets/htmega_user_login_form.php:1008
11646
+ #: includes/widgets/htmega_wc_element_pages.php:97
11647
+ #: includes/widgets/htmega_wc_element_pages.php:132
11648
+ #: includes/widgets/htmega_wc_element_pages.php:212
11649
+ #: includes/widgets/htmega_wc_element_pages.php:298
11650
+ #: includes/widgets/htmega_wc_element_pages.php:392
11651
+ #: includes/widgets/htmega_wc_element_pages.php:478
11652
+ #: includes/widgets/htmega_wc_element_pages.php:555
11653
+ #: includes/widgets/htmega_wc_element_pages.php:712
11654
+ #: includes/widgets/htmega_wc_element_pages.php:899
11655
+ #: includes/widgets/htmega_wc_element_pages.php:952
11656
+ #: includes/widgets/htmega_wc_element_pages.php:1029
11657
+ #: includes/widgets/htmega_wc_element_pages.php:1170
11658
+ #: includes/widgets/htmega_wc_element_pages.php:1211
11659
+ #: includes/widgets/htmega_wc_element_pages.php:1242
11660
+ #: includes/widgets/htmega_wc_element_pages.php:1277
11661
+ #: includes/widgets/htmega_wc_element_pages.php:1356
11662
+ #: includes/widgets/htmega_wc_element_pages.php:1530
11663
+ #: includes/widgets/htmega_wc_element_pages.php:1619
11664
+ #: includes/widgets/htmega_weather.php:232
11665
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:292
11666
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:431
11667
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:503
11668
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:389
11669
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:449
11670
+ msgid "Text Color"
11671
+ msgstr ""
11672
+
11673
+ #: includes/widgets/htmega_pricing_list_view.php:894
11674
+ msgid "Text Hover Color"
11675
+ msgstr ""
11676
+
11677
+ #: includes/widgets/htmega_countdown.php:771
11678
+ #: includes/widgets/htmega_countdown.php:944
11679
+ #: includes/widgets/htmega_inlinemenu.php:233
11680
+ #: includes/widgets/htmega_section_title.php:963
11681
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:216
11682
+ msgid "Text Shadow"
11683
+ msgstr ""
11684
+
11685
+ #: includes/widgets/htmega_contact_form_seven.php:444
11686
+ #: includes/widgets/htmega_ninja_form.php:694
11687
+ #: includes/widgets/htmega_quforms.php:530
11688
+ #: includes/widgets/htmega_wpforms.php:698
11689
+ msgid "Textarea"
11690
+ msgstr ""
11691
+
11692
+ #: includes/widgets/htmega_caldera_form.php:258
11693
+ #: includes/widgets/htmega_gravity_forms.php:466
11694
+ #: includes/widgets/htmega_wc_element_pages.php:754
11695
+ msgid "Textarea Height"
11696
+ msgstr ""
11697
+
11698
+ #: includes/widgets/htmega_pricing_list_view.php:226
11699
+ msgid "TH Width (Table Header Column Width %)"
11700
+ msgstr ""
11701
+
11702
+ #. Description of the plugin
11703
+ msgid ""
11704
+ "The HTMega is a elementor addons package for Elementor page builder plugin "
11705
+ "for WordPress."
11706
+ msgstr ""
11707
+
11708
+ #: includes/widgets/htmega_carousel.php:406
11709
+ #: includes/widgets/htmega_instagram.php:601
11710
+ #: includes/widgets/htmega_panel_slider.php:466
11711
+ #: includes/widgets/htmega_post_slider.php:586
11712
+ #: includes/widgets/htmega_slider_thumb_gallery.php:378
11713
+ #: includes/widgets/htmega_slider_thumb_gallery.php:657
11714
+ #: includes/widgets/htmega_twitter_feed.php:528
11715
+ msgid "The resolution to mobile."
11716
+ msgstr ""
11717
+
11718
+ #: includes/widgets/htmega_carousel.php:351
11719
+ #: includes/widgets/htmega_instagram.php:546
11720
+ #: includes/widgets/htmega_panel_slider.php:411
11721
+ #: includes/widgets/htmega_post_slider.php:531
11722
+ #: includes/widgets/htmega_slider_thumb_gallery.php:331
11723
+ #: includes/widgets/htmega_slider_thumb_gallery.php:596
11724
+ #: includes/widgets/htmega_twitter_feed.php:473
11725
+ msgid "The resolution to tablet."
11726
+ msgstr ""
11727
+
11728
+ #: admin/include/template-library.php:401
11729
+ msgid "Theme Activated"
11730
+ msgstr ""
11731
+
11732
+ #: admin/include/admin-setting.php:100 admin/include/admin-setting.php:678
11733
+ #: extensions/ht-builder/admin/setting.php:48
11734
+ msgid "Theme Builder"
11735
+ msgstr ""
11736
+
11737
+ #: includes/widgets/htmega_service.php:131
11738
+ msgid ""
11739
+ "There are many variations of passages Lorem Ipsum available, but majority "
11740
+ "have ama suffered altratio. the lorem."
11741
+ msgstr ""
11742
+
11743
+ #: admin/include/admin-setting.php:81
11744
+ msgid "Third Party"
11745
+ msgstr ""
11746
+
11747
+ #: includes/helper-function.php:697
11748
+ #, php-format
11749
+ msgid "This input field supports the following HTML tags: %1$s"
11750
+ msgstr ""
11751
+
11752
+ #: includes/widgets/htmega_googlemap.php:250
11753
+ msgid "This is <span>Dhaka</span>"
11754
+ msgstr ""
11755
+
11756
+ #: includes/widgets/htmega_image_grid.php:64
11757
+ #: includes/widgets/htmega_image_masonry.php:72
11758
+ #: includes/widgets/htmega_testimonial_grid.php:75
11759
+ #: includes/widgets/htmega_testimonial_grid.php:90
11760
+ #: includes/widgets/htmega_testimonial_grid.php:107
11761
+ msgid "Three"
11762
+ msgstr ""
11763
+
11764
+ #: includes/widgets/htmega_instragram_feed.php:74
11765
+ msgid "Thumb"
11766
+ msgstr ""
11767
+
11768
+ #: includes/widgets/htmega_post_slider.php:377
11769
+ msgid "Thumbnail"
11770
+ msgstr ""
11771
+
11772
+ #: includes/widgets/htmega_image_magnifier.php:49
11773
+ msgid "Thumbnail Image"
11774
+ msgstr ""
11775
+
11776
+ #: includes/widgets/htmega_slider_thumb_gallery.php:49
11777
+ msgid "Thumbnail Position"
11778
+ msgstr ""
11779
+
11780
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1212
11781
+ msgid "Thumbnail Style"
11782
+ msgstr ""
11783
+
11784
+ #: includes/widgets/htmega_slider_thumb_gallery.php:411
11785
+ msgid "Thumbnails Arrow"
11786
+ msgstr ""
11787
+
11788
+ #: includes/widgets/htmega_slider_thumb_gallery.php:513
11789
+ msgid "Thumbnails auto play"
11790
+ msgstr ""
11791
+
11792
+ #: includes/widgets/htmega_slider_thumb_gallery.php:536
11793
+ msgid "Thumbnails Autoplay animation speed"
11794
+ msgstr ""
11795
+
11796
+ #: includes/widgets/htmega_slider_thumb_gallery.php:525
11797
+ msgid "Thumbnails Autoplay speed"
11798
+ msgstr ""
11799
+
11800
+ #: includes/widgets/htmega_slider_thumb_gallery.php:487
11801
+ msgid "Thumbnails Center Mode"
11802
+ msgstr ""
11803
+
11804
+ #: includes/widgets/htmega_slider_thumb_gallery.php:498
11805
+ msgid "Thumbnails Center padding"
11806
+ msgstr ""
11807
+
11808
+ #: includes/widgets/htmega_slider_thumb_gallery.php:452
11809
+ msgid "Thumbnails dots"
11810
+ msgstr ""
11811
+
11812
+ #: includes/widgets/htmega_slider_thumb_gallery.php:391
11813
+ msgid "Thumbnails Gallery Option"
11814
+ msgstr ""
11815
+
11816
+ #: includes/widgets/htmega_slider_thumb_gallery.php:99
11817
+ msgid "Thumbnails Image Size"
11818
+ msgstr ""
11819
+
11820
+ #: includes/widgets/htmega_slider_thumb_gallery.php:582
11821
+ #: includes/widgets/htmega_slider_thumb_gallery.php:640
11822
+ msgid "Thumbnails item to scroll"
11823
+ msgstr ""
11824
+
11825
+ #: includes/widgets/htmega_slider_thumb_gallery.php:398
11826
+ #: includes/widgets/htmega_slider_thumb_gallery.php:569
11827
+ #: includes/widgets/htmega_slider_thumb_gallery.php:624
11828
+ msgid "Thumbnails Items"
11829
+ msgstr ""
11830
+
11831
+ #: includes/widgets/htmega_slider_thumb_gallery.php:606
11832
+ msgid "Thumbnails Mobile Phone"
11833
+ msgstr ""
11834
+
11835
+ #: includes/widgets/htmega_slider_thumb_gallery.php:656
11836
+ msgid "Thumbnails Mobile Resolution"
11837
+ msgstr ""
11838
+
11839
+ #: includes/widgets/htmega_slider_thumb_gallery.php:437
11840
+ msgid "Thumbnails Next icon"
11841
+ msgstr ""
11842
+
11843
+ #: includes/widgets/htmega_slider_thumb_gallery.php:422
11844
+ msgid "Thumbnails Previous icon"
11845
+ msgstr ""
11846
+
11847
+ #: includes/widgets/htmega_slider_thumb_gallery.php:546
11848
+ msgid "Thumbnails Slider item to scroll"
11849
+ msgstr ""
11850
+
11851
+ #: includes/widgets/htmega_slider_thumb_gallery.php:559
11852
+ msgid "Thumbnails Tablet"
11853
+ msgstr ""
11854
+
11855
+ #: includes/widgets/htmega_slider_thumb_gallery.php:595
11856
+ msgid "Thumbnails Tablet Resolution"
11857
+ msgstr ""
11858
+
11859
+ #: includes/widgets/htmega_business_hours.php:189
11860
+ msgid "Thursday"
11861
+ msgstr ""
11862
+
11863
+ #: includes/widgets/htmega_newsticker.php:68
11864
+ msgid "Ticker Label"
11865
+ msgstr ""
11866
+
11867
+ #: includes/widgets/htmega_booked_calender.php:508
11868
+ #: includes/widgets/htmega_business_hours.php:92
11869
+ #: includes/widgets/htmega_business_hours.php:544
11870
+ #: includes/widgets/htmega_twitter_feed.php:896
11871
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:67
11872
+ msgid "Time"
11873
+ msgstr ""
11874
+
11875
+ #: includes/widgets/htmega_custom_event.php:277
11876
+ msgid "Time / Location"
11877
+ msgstr ""
11878
+
11879
+ #: extensions/wc-sales-notification/admin/setting.php:141
11880
+ msgid "Time between notifications. <span>( Pro )</span>"
11881
+ msgstr ""
11882
+
11883
+ #: includes/widgets/htmega_business_hours.php:128
11884
+ msgid "Time Color"
11885
+ msgstr ""
11886
+
11887
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:117
11888
+ msgid "Time Format"
11889
+ msgstr ""
11890
+
11891
+ #: extensions/wc-sales-notification/admin/setting.php:140
11892
+ msgid "Time Interval"
11893
+ msgstr ""
11894
+
11895
+ #: admin/include/admin-setting.php:1255 admin/include/admin-setting.php:1280
11896
+ msgid "Time interval each notification"
11897
+ msgstr ""
11898
+
11899
+ #: includes/widgets/htmega_countdown.php:124
11900
+ msgid "Time Setting"
11901
+ msgstr ""
11902
+
11903
+ #: includes/widgets/htmega_booked_calender.php:462
11904
+ msgid "Time Slot Color"
11905
+ msgstr ""
11906
+
11907
+ #: includes/widgets/htmega_verticle_time_line.php:555
11908
+ msgid "Timeline Dot BG Color"
11909
+ msgstr ""
11910
+
11911
+ #: includes/widgets/htmega_verticle_time_line.php:540
11912
+ msgid "Timeline Dot Color"
11913
+ msgstr ""
11914
+
11915
+ #: includes/widgets/htmega_verticle_time_line.php:569
11916
+ msgid "Timeline Dot Hover BG Color"
11917
+ msgstr ""
11918
+
11919
+ #: includes/widgets/htmega_verticle_time_line.php:584
11920
+ msgid "Timeline Hover Line Color"
11921
+ msgstr ""
11922
+
11923
+ #: includes/widgets/htmega_verticle_time_line.php:523
11924
+ msgid "Timeline Line Color"
11925
+ msgstr ""
11926
+
11927
+ #: includes/widgets/htmega_verticle_time_line.php:505
11928
+ msgid "Timeline Primary Color"
11929
+ msgstr ""
11930
+
11931
+ #: includes/widgets/htmega_verticle_time_line.php:497
11932
+ msgid "Timeline Style"
11933
+ msgstr ""
11934
+
11935
+ #: includes/widgets/htmega_countdown.php:741
11936
+ msgid "Timer"
11937
+ msgstr ""
11938
+
11939
+ #: includes/widgets/htmega_countdown.php:854
11940
+ msgid "Timer separator"
11941
+ msgstr ""
11942
+
11943
+ #: includes/widgets/htmega_accordion.php:69
11944
+ #: includes/widgets/htmega_accordion.php:144
11945
+ #: includes/widgets/htmega_accordion.php:187
11946
+ #: includes/widgets/htmega_add_banner.php:92
11947
+ #: includes/widgets/htmega_add_banner.php:430
11948
+ #: includes/widgets/htmega_brand.php:62
11949
+ #: includes/widgets/htmega_buddy_press.php:306
11950
+ #: includes/widgets/htmega_business_hours.php:69
11951
+ #: includes/widgets/htmega_business_hours.php:376
11952
+ #: includes/widgets/htmega_call_to_action.php:82
11953
+ #: includes/widgets/htmega_call_to_action.php:559
11954
+ #: includes/widgets/htmega_carousel.php:70
11955
+ #: includes/widgets/htmega_counter.php:538
11956
+ #: includes/widgets/htmega_custom_event.php:42
11957
+ #: includes/widgets/htmega_custom_event.php:123
11958
+ #: includes/widgets/htmega_easy_digital_download.php:342
11959
+ #: includes/widgets/htmega_errorcontent.php:88
11960
+ #: includes/widgets/htmega_errorcontent.php:305
11961
+ #: includes/widgets/htmega_googlemap.php:161
11962
+ #: includes/widgets/htmega_gravity_forms.php:116
11963
+ #: includes/widgets/htmega_imagemarker.php:777
11964
+ #: includes/widgets/htmega_image_grid.php:105
11965
+ #: includes/widgets/htmega_image_grid.php:271
11966
+ #: includes/widgets/htmega_image_masonry.php:85
11967
+ #: includes/widgets/htmega_image_masonry.php:246
11968
+ #: includes/widgets/htmega_job_manager.php:100
11969
+ #: includes/widgets/htmega_newsticker.php:254
11970
+ #: includes/widgets/htmega_ninja_form.php:109
11971
+ #: includes/widgets/htmega_panel_slider.php:628
11972
+ #: includes/widgets/htmega_postgrid.php:151
11973
+ #: includes/widgets/htmega_postgrid.php:164
11974
+ #: includes/widgets/htmega_postgrid.php:443
11975
+ #: includes/widgets/htmega_post_grid_tab.php:158
11976
+ #: includes/widgets/htmega_post_grid_tab.php:171
11977
+ #: includes/widgets/htmega_post_grid_tab.php:426
11978
+ #: includes/widgets/htmega_post_slider.php:162
11979
+ #: includes/widgets/htmega_post_slider.php:175
11980
+ #: includes/widgets/htmega_post_slider.php:861
11981
+ #: includes/widgets/htmega_pricing_list_view.php:1508
11982
+ #: includes/widgets/htmega_progress_bar.php:104
11983
+ #: includes/widgets/htmega_progress_bar.php:236
11984
+ #: includes/widgets/htmega_section_title.php:57
11985
+ #: includes/widgets/htmega_section_title.php:509
11986
+ #: includes/widgets/htmega_service.php:353
11987
+ #: includes/widgets/htmega_singlepost.php:94
11988
+ #: includes/widgets/htmega_singlepost.php:153
11989
+ #: includes/widgets/htmega_slider_thumb_gallery.php:66
11990
+ #: includes/widgets/htmega_socialshere.php:100
11991
+ #: includes/widgets/htmega_socialshere.php:179
11992
+ #: includes/widgets/htmega_special_day_banner.php:78
11993
+ #: includes/widgets/htmega_special_day_banner.php:335
11994
+ #: includes/widgets/htmega_switcher.php:62
11995
+ #: includes/widgets/htmega_switcher.php:153 includes/widgets/htmega_tabs.php:69
11996
+ #: includes/widgets/htmega_teammember.php:214
11997
+ #: includes/widgets/htmega_verticle_time_line.php:80
11998
+ #: includes/widgets/htmega_verticle_time_line.php:124
11999
+ #: includes/widgets/htmega_wc_categories.php:282
12000
+ #: includes/widgets/htmega_weather.php:247
12001
+ #: includes/widgets/htmega_working_process.php:79
12002
+ #: includes/widgets/htmega_working_process.php:620
12003
+ #: includes/widgets/htmega_wpforms.php:74
12004
+ #: includes/widgets/htmega_wpforms.php:101
12005
+ #: extensions/ht-builder/widgets/bl_post_archive.php:202
12006
+ #: extensions/ht-builder/widgets/bl_post_archive.php:326
12007
+ msgid "Title"
12008
+ msgstr ""
12009
+
12010
+ #: includes/widgets/htmega_tabs.php:218
12011
+ msgid "Title #1"
12012
+ msgstr ""
12013
+
12014
+ #: includes/widgets/htmega_tabs.php:222
12015
+ msgid "Title #2"
12016
+ msgstr ""
12017
+
12018
+ #: includes/widgets/htmega_tabs.php:226
12019
+ msgid "Title #3"
12020
+ msgstr ""
12021
+
12022
+ #: includes/widgets/htmega_tabs.php:156
12023
+ msgid "Title Active Color"
12024
+ msgstr ""
12025
+
12026
+ #: includes/widgets/htmega_counter.php:657
12027
+ msgid "Title After Border Color"
12028
+ msgstr ""
12029
+
12030
+ #: includes/widgets/htmega_service.php:451
12031
+ msgid "Title Border Color"
12032
+ msgstr ""
12033
+
12034
+ #: includes/widgets/htmega_imagemarker.php:784
12035
+ msgid "Title Bottom Border Style"
12036
+ msgstr ""
12037
+
12038
+ #: includes/widgets/htmega_carousel.php:1309
12039
+ #: includes/widgets/htmega_carousel.php:1393
12040
+ #: includes/widgets/htmega_switcher.php:322
12041
+ #: includes/widgets/htmega_switcher.php:358
12042
+ #: includes/widgets/htmega_tabs.php:135
12043
+ #: extensions/ht-builder/widgets/bl_post_title.php:68
12044
+ msgid "Title Color"
12045
+ msgstr ""
12046
+
12047
+ #: includes/widgets/htmega_ninja_form.php:84
12048
+ msgid "Title Hide"
12049
+ msgstr ""
12050
+
12051
+ #: includes/widgets/htmega_accordion.php:262
12052
+ #: extensions/ht-builder/widgets/bl_page_title.php:45
12053
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:46
12054
+ #: extensions/ht-builder/widgets/bl_post_title.php:47
12055
+ #: extensions/ht-builder/widgets/bl_site_title.php:46
12056
+ msgid "Title HTML Tag"
12057
+ msgstr ""
12058
+
12059
+ #: includes/widgets/htmega_newsticker.php:282
12060
+ #: includes/widgets/htmega_postgrid.php:174
12061
+ #: includes/widgets/htmega_post_grid_tab.php:180
12062
+ #: includes/widgets/htmega_post_slider.php:186
12063
+ #: includes/widgets/htmega_singlepost.php:104
12064
+ #: extensions/ht-builder/widgets/bl_post_archive.php:169
12065
+ msgid "Title Length"
12066
+ msgstr ""
12067
+
12068
+ #: includes/widgets/htmega_section_title.php:463
12069
+ msgid "Title Separator Color"
12070
+ msgstr ""
12071
+
12072
+ #: includes/widgets/htmega_section_title.php:183
12073
+ msgid "Title Setting"
12074
+ msgstr ""
12075
+
12076
+ #: includes/widgets/htmega_download_monitor.php:202
12077
+ #: includes/widgets/htmega_progress_bar.php:644
12078
+ #: includes/widgets/htmega_section_title.php:41
12079
+ #: includes/widgets/htmega_slider_thumb_gallery.php:677
12080
+ #: includes/widgets/htmega_socialshere.php:640
12081
+ msgid "Title Style"
12082
+ msgstr ""
12083
+
12084
+ #: includes/widgets/htmega_section_title.php:498
12085
+ msgid "Title style"
12086
+ msgstr ""
12087
+
12088
+ #: includes/widgets/htmega_call_to_action.php:91
12089
+ msgid "Title Tag"
12090
+ msgstr ""
12091
+
12092
+ #: includes/widgets/htmega_postgrid.php:542
12093
+ msgid "Title Two style"
12094
+ msgstr ""
12095
+
12096
+ #: includes/widgets/htmega_teammember.php:640
12097
+ #: includes/widgets/htmega_teammember.php:655
12098
+ msgid "To hide the shape, please set the color to transparent."
12099
+ msgstr ""
12100
+
12101
+ #: admin/include/admin-setting.php:1309
12102
+ #: extensions/ht-builder/admin/setting.php:151
12103
+ #: extensions/wc-sales-notification/admin/setting.php:235
12104
+ msgid "to unlock these pro elements!"
12105
+ msgstr ""
12106
+
12107
+ #: extensions/ht-menu/classes/class.mega-menu.php:269
12108
+ msgid "to unlock these pro options!"
12109
+ msgstr ""
12110
+
12111
+ #: includes/weather-resource/template/layout-1.php:40
12112
+ #: includes/weather-resource/template/layout-2.php:14
12113
+ #: includes/weather-resource/template/layout-4.php:26
12114
+ msgid "Today"
12115
+ msgstr ""
12116
+
12117
+ #: includes/widgets_control.php:353 admin/include/admin-setting.php:543
12118
+ #: includes/widgets/htmega_toggle.php:14 includes/widgets/htmega_toggle.php:36
12119
+ msgid "Toggle"
12120
+ msgstr ""
12121
+
12122
+ #: admin/include/admin-setting.php:1342
12123
+ msgid "Toggle All"
12124
+ msgstr ""
12125
+
12126
+ #: includes/widgets/htmega_switcher.php:425
12127
+ #: includes/widgets/htmega_switcher.php:500
12128
+ msgid "Toggle Color"
12129
+ msgstr ""
12130
+
12131
+ #: includes/widgets/htmega_lightbox.php:128
12132
+ msgid "Toggler Image"
12133
+ msgstr ""
12134
+
12135
+ #: includes/widgets/htmega_lightbox.php:113
12136
+ msgid "Toggler Type"
12137
+ msgstr ""
12138
+
12139
+ #: includes/widgets_control.php:358 admin/include/admin-setting.php:551
12140
+ #: includes/widgets/htmega_tooltip.php:14
12141
+ #: includes/widgets/htmega_tooltip.php:42
12142
+ #: includes/widgets/htmega_tooltip.php:75
12143
+ #: includes/widgets/htmega_tooltip.php:475
12144
+ msgid "Tooltip"
12145
+ msgstr ""
12146
+
12147
+ #: includes/widgets/htmega_tooltip.php:168
12148
+ msgid "Tooltip content"
12149
+ msgstr ""
12150
+
12151
+ #: includes/widgets/htmega_tooltip.php:159
12152
+ msgid "Tooltip Options"
12153
+ msgstr ""
12154
+
12155
+ #: includes/widgets/htmega_tooltip.php:165
12156
+ msgid "Tooltip Text"
12157
+ msgstr ""
12158
+
12159
+ #: admin/include/templates_list.php:77 admin/include/templates_list.php:80
12160
+ #: includes/widgets/htmega_add_banner.php:62
12161
+ #: includes/widgets/htmega_button.php:113
12162
+ #: includes/widgets/htmega_imagemarker.php:211
12163
+ #: includes/widgets/htmega_image_comparison.php:185
12164
+ #: includes/widgets/htmega_notify.php:588
12165
+ #: includes/widgets/htmega_notify.php:761
12166
+ #: includes/widgets/htmega_offcanvas.php:105
12167
+ #: includes/widgets/htmega_popover.php:195
12168
+ #: includes/widgets/htmega_pricing_list_view.php:512
12169
+ #: includes/widgets/htmega_pricing_list_view.php:1163
12170
+ #: includes/widgets/htmega_pricing_list_view.php:1197
12171
+ #: includes/widgets/htmega_section_title.php:157
12172
+ #: includes/widgets/htmega_section_title.php:236
12173
+ #: includes/widgets/htmega_singlepost.php:61
12174
+ #: includes/widgets/htmega_slider_thumb_gallery.php:56
12175
+ #: includes/widgets/htmega_special_day_banner.php:46
12176
+ #: includes/widgets/htmega_teammember.php:107
12177
+ #: includes/widgets/htmega_tooltip.php:183
12178
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:120
12179
+ msgid "Top"
12180
+ msgstr ""
12181
+
12182
+ #: includes/widgets/htmega_notify.php:114
12183
+ msgid "Top Center"
12184
+ msgstr ""
12185
+
12186
+ #: includes/widgets/htmega_notify.php:119
12187
+ msgid "Top Fullwidth"
12188
+ msgstr ""
12189
+
12190
+ #: includes/widgets/htmega_notify.php:113
12191
+ msgid "Top Left"
12192
+ msgstr ""
12193
+
12194
+ #: includes/widgets/htmega_notify.php:115
12195
+ msgid "Top Right"
12196
+ msgstr ""
12197
+
12198
+ #: includes/widgets/htmega_scroll_image.php:291
12199
+ msgid "Top-Bottom"
12200
+ msgstr ""
12201
+
12202
+ #: includes/widgets/htmega_pricing_list_view.php:368
12203
+ #: includes/widgets/htmega_pricing_list_view.php:997
12204
+ msgid "Top-Bottom Position"
12205
+ msgstr ""
12206
+
12207
+ #: includes/widgets/htmega_bbpress.php:58
12208
+ msgid "Topic Form"
12209
+ msgstr ""
12210
+
12211
+ #: includes/widgets/htmega_bbpress.php:57
12212
+ msgid "Topic Index"
12213
+ msgstr ""
12214
+
12215
+ #: includes/widgets/htmega_bbpress.php:62
12216
+ msgid "Topic Tags"
12217
+ msgstr ""
12218
+
12219
+ #: includes/widgets/htmega_brand.php:288
12220
+ msgid "Transition Duration"
12221
+ msgstr ""
12222
+
12223
+ #: includes/widgets/htmega_business_hours.php:179
12224
+ msgid "Tues Day"
12225
+ msgstr ""
12226
+
12227
+ #: includes/widgets/htmega_socialshere.php:67
12228
+ msgid "tumblr"
12229
+ msgstr ""
12230
+
12231
+ #: includes/widgets/htmega_socialshere.php:63
12232
+ #: includes/widgets/htmega_socialshere.php:325
12233
+ msgid "Twitter"
12234
+ msgstr ""
12235
+
12236
+ #: includes/widgets/htmega_twitter_feed.php:114
12237
+ msgid "Twitter access token secret."
12238
+ msgstr ""
12239
+
12240
+ #: includes/widgets/htmega_twitter_feed.php:104
12241
+ msgid "Twitter access token."
12242
+ msgstr ""
12243
+
12244
+ #: includes/widgets/htmega_twitter_feed.php:84
12245
+ msgid "Twitter consumer key."
12246
+ msgstr ""
12247
+
12248
+ #: includes/widgets/htmega_twitter_feed.php:94
12249
+ msgid "Twitter consumer secret."
12250
+ msgstr ""
12251
+
12252
+ #: admin/include/admin-setting.php:559
12253
+ #: includes/widgets/htmega_twitter_feed.php:18
12254
+ #: includes/widgets/htmega_twitter_feed.php:48
12255
+ msgid "Twitter Feed"
12256
+ msgstr ""
12257
+
12258
+ #: includes/widgets_control.php:363
12259
+ msgid "Twitter_Feed"
12260
+ msgstr ""
12261
+
12262
+ #: includes/widgets/htmega_image_grid.php:63
12263
+ #: includes/widgets/htmega_image_masonry.php:71
12264
+ #: includes/widgets/htmega_testimonial_grid.php:74
12265
+ #: includes/widgets/htmega_testimonial_grid.php:89
12266
+ #: includes/widgets/htmega_testimonial_grid.php:106
12267
+ msgid "Two"
12268
+ msgstr ""
12269
+
12270
+ #: includes/widgets/htmega_animated_heading.php:71
12271
+ #: includes/widgets/htmega_buddy_press.php:48
12272
+ msgid "Type"
12273
+ msgstr ""
12274
+
12275
+ #: includes/widgets/htmega_errorcontent.php:114
12276
+ msgid "Type your Description here."
12277
+ msgstr ""
12278
+
12279
+ #: includes/widgets/htmega_call_to_action.php:106
12280
+ msgid "Type your description here..."
12281
+ msgstr ""
12282
+
12283
+ #: includes/widgets/htmega_errorcontent.php:102
12284
+ msgid "Type your Sub title here."
12285
+ msgstr ""
12286
+
12287
+ #: includes/widgets/htmega_call_to_action.php:59
12288
+ msgid "Type your sub title here..."
12289
+ msgstr ""
12290
+
12291
+ #: includes/widgets/htmega_counter.php:157
12292
+ msgid "Type your title here"
12293
+ msgstr ""
12294
+
12295
+ #: includes/widgets/htmega_errorcontent.php:90
12296
+ msgid "Type your title here."
12297
+ msgstr ""
12298
+
12299
+ #: includes/widgets/htmega_call_to_action.php:84
12300
+ msgid "Type your title here..."
12301
+ msgstr ""
12302
+
12303
+ #: includes/widgets/htmega_accordion.php:558
12304
+ #: includes/widgets/htmega_accordion.php:648
12305
+ #: includes/widgets/htmega_accordion.php:914
12306
+ #: includes/widgets/htmega_accordion.php:1230
12307
+ #: includes/widgets/htmega_add_banner.php:454
12308
+ #: includes/widgets/htmega_add_banner.php:513
12309
+ #: includes/widgets/htmega_add_banner.php:572
12310
+ #: includes/widgets/htmega_add_banner.php:639
12311
+ #: includes/widgets/htmega_animated_heading.php:174
12312
+ #: includes/widgets/htmega_animated_heading.php:258
12313
+ #: includes/widgets/htmega_animated_heading.php:305
12314
+ #: includes/widgets/htmega_animated_heading.php:393
12315
+ #: includes/widgets/htmega_buddy_press.php:336
12316
+ #: includes/widgets/htmega_buddy_press.php:405
12317
+ #: includes/widgets/htmega_button.php:213
12318
+ #: includes/widgets/htmega_button.php:583
12319
+ #: includes/widgets/htmega_caldera_form.php:113
12320
+ #: includes/widgets/htmega_caldera_form.php:157
12321
+ #: includes/widgets/htmega_caldera_form.php:477
12322
+ #: includes/widgets/htmega_call_to_action.php:524
12323
+ #: includes/widgets/htmega_call_to_action.php:583
12324
+ #: includes/widgets/htmega_call_to_action.php:642
12325
+ #: includes/widgets/htmega_call_to_action.php:698
12326
+ #: includes/widgets/htmega_call_to_action.php:904
12327
+ #: includes/widgets/htmega_countdown.php:1036
12328
+ #: includes/widgets/htmega_data_table.php:595
12329
+ #: includes/widgets/htmega_data_table.php:714
12330
+ #: includes/widgets/htmega_data_table.php:827
12331
+ #: includes/widgets/htmega_data_table.php:945
12332
+ #: includes/widgets/htmega_data_table.php:1008
12333
+ #: includes/widgets/htmega_double_button.php:479
12334
+ #: includes/widgets/htmega_double_button.php:652
12335
+ #: includes/widgets/htmega_double_button.php:835
12336
+ #: includes/widgets/htmega_download_monitor.php:223
12337
+ #: includes/widgets/htmega_download_monitor.php:290
12338
+ #: includes/widgets/htmega_easy_digital_download.php:372
12339
+ #: includes/widgets/htmega_easy_digital_download.php:457
12340
+ #: includes/widgets/htmega_easy_digital_download.php:494
12341
+ #: includes/widgets/htmega_easy_digital_download.php:731
12342
+ #: includes/widgets/htmega_errorcontent.php:327
12343
+ #: includes/widgets/htmega_errorcontent.php:406
12344
+ #: includes/widgets/htmega_errorcontent.php:485
12345
+ #: includes/widgets/htmega_errorcontent.php:581
12346
+ #: includes/widgets/htmega_errorcontent.php:732
12347
+ #: includes/widgets/htmega_googlemap.php:189
12348
+ #: includes/widgets/htmega_googlemap.php:223
12349
+ #: includes/widgets/htmega_googlemap.php:425
12350
+ #: includes/widgets/htmega_googlemap.php:512
12351
+ #: includes/widgets/htmega_image_comparison.php:253
12352
+ #: includes/widgets/htmega_image_comparison.php:334
12353
+ #: includes/widgets/htmega_image_grid.php:472
12354
+ #: includes/widgets/htmega_notify.php:341
12355
+ #: includes/widgets/htmega_panel_slider.php:649
12356
+ #: includes/widgets/htmega_panel_slider.php:705
12357
+ #: includes/widgets/htmega_postgrid.php:479
12358
+ #: includes/widgets/htmega_postgrid.php:554
12359
+ #: includes/widgets/htmega_postgrid.php:594
12360
+ #: includes/widgets/htmega_postgrid.php:681
12361
+ #: includes/widgets/htmega_post_grid_tab.php:459
12362
+ #: includes/widgets/htmega_post_grid_tab.php:546
12363
+ #: includes/widgets/htmega_post_grid_tab.php:643
12364
+ #: includes/widgets/htmega_post_grid_tab.php:769
12365
+ #: includes/widgets/htmega_post_grid_tab.php:863
12366
+ #: includes/widgets/htmega_post_slider.php:894
12367
+ #: includes/widgets/htmega_post_slider.php:981
12368
+ #: includes/widgets/htmega_post_slider.php:1078
12369
+ #: includes/widgets/htmega_post_slider.php:1197
12370
+ #: includes/widgets/htmega_post_slider.php:1291
12371
+ #: includes/widgets/htmega_pricing_list_view.php:1323
12372
+ #: includes/widgets/htmega_pricing_list_view.php:1414
12373
+ #: includes/widgets/htmega_pricing_list_view.php:1532
12374
+ #: includes/widgets/htmega_pricing_list_view.php:1664
12375
+ #: includes/widgets/htmega_progress_bar.php:751
12376
+ #: includes/widgets/htmega_progress_bar.php:830
12377
+ #: includes/widgets/htmega_scroll_image.php:401
12378
+ #: includes/widgets/htmega_singlepost.php:185
12379
+ #: includes/widgets/htmega_singlepost.php:272
12380
+ #: includes/widgets/htmega_singlepost.php:385
12381
+ #: includes/widgets/htmega_special_day_banner.php:359
12382
+ #: includes/widgets/htmega_special_day_banner.php:418
12383
+ #: includes/widgets/htmega_special_day_banner.php:477
12384
+ #: includes/widgets/htmega_special_day_banner.php:536
12385
+ #: includes/widgets/htmega_special_day_banner.php:595
12386
+ #: includes/widgets/htmega_special_day_banner.php:662
12387
+ #: includes/widgets/htmega_tabs.php:549
12388
+ #: includes/widgets/htmega_verticle_time_line.php:158
12389
+ #: includes/widgets/htmega_verticle_time_line.php:211
12390
+ #: includes/widgets/htmega_verticle_time_line.php:341
12391
+ #: includes/widgets/htmega_wc_categories.php:300
12392
+ #: includes/widgets/htmega_wc_element_pages.php:279
12393
+ #: includes/widgets/htmega_wc_element_pages.php:405
12394
+ #: includes/widgets/htmega_wc_element_pages.php:660
12395
+ #: includes/widgets/htmega_wc_element_pages.php:942
12396
+ #: includes/widgets/htmega_wc_element_pages.php:1326
12397
+ #: includes/widgets/htmega_wc_element_pages.php:1591
12398
+ #: includes/widgets/htmega_wc_element_pages.php:1725
12399
+ #: includes/widgets/htmega_wc_element_pages.php:1873
12400
+ #: includes/widgets/htmega_working_process.php:654
12401
+ #: includes/widgets/htmega_working_process.php:733
12402
+ #: includes/widgets/htmega_working_process.php:833
12403
+ #: extensions/ht-builder/widgets/bl_page_title.php:78
12404
+ #: extensions/ht-builder/widgets/bl_post_archive.php:359
12405
+ #: extensions/ht-builder/widgets/bl_post_archive.php:466
12406
+ #: extensions/ht-builder/widgets/bl_post_archive.php:572
12407
+ #: extensions/ht-builder/widgets/bl_post_archive.php:664
12408
+ #: extensions/ht-builder/widgets/bl_post_archive.php:733
12409
+ #: extensions/ht-builder/widgets/bl_post_archive.php:869
12410
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:80
12411
+ #: extensions/ht-builder/widgets/bl_post_comments.php:60
12412
+ #: extensions/ht-builder/widgets/bl_post_comments.php:121
12413
+ #: extensions/ht-builder/widgets/bl_post_content.php:60
12414
+ #: extensions/ht-builder/widgets/bl_post_excerpt.php:60
12415
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:367
12416
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:407
12417
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:122
12418
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:207
12419
+ #: extensions/ht-builder/widgets/bl_post_title.php:80
12420
+ #: extensions/ht-builder/widgets/bl_site_title.php:80
12421
+ msgid "Typography"
12422
+ msgstr ""
12423
+
12424
+ #: includes/widgets/htmega_weather.php:52
12425
+ msgid "Units"
12426
+ msgstr ""
12427
+
12428
+ #: includes/widgets/htmega_newsticker.php:126
12429
+ msgid "Up"
12430
+ msgstr ""
12431
+
12432
+ #: includes/widgets/htmega_section_title.php:644
12433
+ msgid "Use Backround for Text"
12434
+ msgstr ""
12435
+
12436
+ #: includes/widgets/htmega_googlemap.php:171
12437
+ msgid "Use max 32x32 px size."
12438
+ msgstr ""
12439
+
12440
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:108
12441
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:147
12442
+ #, php-format
12443
+ msgid "Use the letters: %s"
12444
+ msgstr ""
12445
+
12446
+ #: includes/widgets_control.php:368 admin/include/admin-setting.php:567
12447
+ #: includes/widgets/htmega_user_login_form.php:13
12448
+ msgid "User Login Form"
12449
+ msgstr ""
12450
+
12451
+ #: includes/widgets/htmega_twitter_feed.php:833
12452
+ msgid "User Name Style"
12453
+ msgstr ""
12454
+
12455
+ #: includes/widgets_control.php:373 admin/include/admin-setting.php:575
12456
+ msgid "User Register Form"
12457
+ msgstr ""
12458
+
12459
+ #: includes/widgets/htmega_twitter_feed.php:71
12460
+ msgid "UserName"
12461
+ msgstr ""
12462
+
12463
+ #: includes/widgets/htmega_user_login_form.php:1564
12464
+ #: includes/widgets/htmega_user_login_form.php:1565
12465
+ msgid "Username"
12466
+ msgstr ""
12467
+
12468
+ #: includes/widgets/htmega_user_login_form.php:208
12469
+ msgid "Username Label"
12470
+ msgstr ""
12471
+
12472
+ #: includes/widgets/htmega_user_login_form.php:210
12473
+ #: includes/widgets/htmega_user_login_form.php:223
12474
+ msgid "Username or Email"
12475
+ msgstr ""
12476
+
12477
+ #: includes/widgets/htmega_user_login_form.php:221
12478
+ msgid "Username Placeholder"
12479
+ msgstr ""
12480
+
12481
+ #: includes/helper-function.php:417
12482
+ msgid "Username too short. At least 4 characters is required"
12483
+ msgstr ""
12484
+
12485
+ #: includes/helper-function.php:412
12486
+ msgid "Username, Password and E-Mail are required"
12487
+ msgstr ""
12488
+
12489
+ #: includes/widgets/htmega_caldera_form.php:657
12490
+ #: includes/widgets/htmega_ninja_form.php:1137
12491
+ msgid "Validation Pass Style"
12492
+ msgstr ""
12493
+
12494
+ #: includes/widgets/htmega_progress_bar.php:763
12495
+ msgid "Value"
12496
+ msgstr ""
12497
+
12498
+ #: includes/widgets/htmega_progress_bar.php:174
12499
+ msgid "Value Indicator"
12500
+ msgstr ""
12501
+
12502
+ #: includes/widgets/htmega_progress_bar.php:62
12503
+ #: includes/widgets/htmega_scroll_navigation.php:131
12504
+ msgid "Vertical"
12505
+ msgstr ""
12506
+
12507
+ #: includes/widgets/htmega_pricing_list_view.php:1155
12508
+ msgid "Vertical Alignment"
12509
+ msgstr ""
12510
+
12511
+ #: includes/widgets/htmega_working_process.php:235
12512
+ msgid "Vertical Line Color"
12513
+ msgstr ""
12514
+
12515
+ #: includes/widgets/htmega_service.php:861
12516
+ msgid "Vertical line Hover Color"
12517
+ msgstr ""
12518
+
12519
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:15
12520
+ msgid "Vertical Mega Menu"
12521
+ msgstr ""
12522
+
12523
+ #: includes/widgets/htmega_carousel.php:694
12524
+ #: includes/widgets/htmega_panel_slider.php:939
12525
+ msgid "Vertical Position"
12526
+ msgstr ""
12527
+
12528
+ #: includes/widgets/htmega_special_day_banner.php:219
12529
+ msgid "Vertical Postion"
12530
+ msgstr ""
12531
+
12532
+ #: includes/widgets/htmega_slider_thumb_gallery.php:463
12533
+ msgid "Vertical Slide"
12534
+ msgstr ""
12535
+
12536
+ #: includes/widgets/htmega_twitter_feed.php:1410
12537
+ msgid "Vertical Space"
12538
+ msgstr ""
12539
+
12540
+ #: includes/widgets/htmega_verticle_time_line.php:14
12541
+ msgid "Vertical Timeline"
12542
+ msgstr ""
12543
+
12544
+ #: includes/widgets/htmega_verticle_time_line.php:36
12545
+ msgid "Vertical Timeline Layout"
12546
+ msgstr ""
12547
+
12548
+ #: includes/widgets_control.php:378
12549
+ msgid "Verticle Time Line"
12550
+ msgstr ""
12551
+
12552
+ #: admin/include/admin-setting.php:583
12553
+ msgid "Verticle Timeline"
12554
+ msgstr ""
12555
+
12556
+ #: includes/widgets/htmega_socialshere.php:90
12557
+ msgid "Viber"
12558
+ msgstr ""
12559
+
12560
+ #: includes/widgets/htmega_lightbox.php:54
12561
+ msgid "Video"
12562
+ msgstr ""
12563
+
12564
+ #: includes/widgets/htmega_videoplayer.php:233
12565
+ msgid "Video Box Style"
12566
+ msgstr ""
12567
+
12568
+ #: includes/widgets/htmega_videoplayer.php:48
12569
+ msgid "Video Container"
12570
+ msgstr ""
12571
+
12572
+ #: includes/widgets/htmega_videoplayer.php:136
12573
+ msgid "Video Image"
12574
+ msgstr ""
12575
+
12576
+ #: includes/widgets/htmega_videoplayer.php:153
12577
+ msgid "Video Options"
12578
+ msgstr ""
12579
+
12580
+ #: admin/include/admin-setting.php:591
12581
+ #: includes/widgets/htmega_videoplayer.php:12
12582
+ #: includes/widgets/htmega_videoplayer.php:41
12583
+ msgid "Video Player"
12584
+ msgstr ""
12585
+
12586
+ #: includes/widgets/htmega_videoplayer.php:221
12587
+ msgid "Video Start Time"
12588
+ msgstr ""
12589
+
12590
+ #: admin/include/admin-setting.php:1221
12591
+ msgid "Video Tutorial"
12592
+ msgstr ""
12593
+
12594
+ #: includes/widgets/htmega_lightbox.php:77
12595
+ msgid "Video URL"
12596
+ msgstr ""
12597
+
12598
+ #: includes/widgets/htmega_videoplayer.php:60
12599
+ msgid "Video Url"
12600
+ msgstr ""
12601
+
12602
+ #: includes/widgets_control.php:383
12603
+ msgid "VideoPlayer"
12604
+ msgstr ""
12605
+
12606
+ #: includes/widgets/htmega_socialshere.php:341
12607
+ msgid "View"
12608
+ msgstr ""
12609
+
12610
+ #: admin/include/admin-setting.php:860
12611
+ msgid "View Counter"
12612
+ msgstr ""
12613
+
12614
+ #: admin/include/admin-setting.php:859
12615
+ msgid "View Counter <span>( Pro )</span>"
12616
+ msgstr ""
12617
+
12618
+ #: includes/widgets/htmega_accordion.php:357
12619
+ msgid "Visible Item"
12620
+ msgstr ""
12621
+
12622
+ #: includes/widgets/htmega_animated_heading.php:114
12623
+ msgid "Visible Item Number"
12624
+ msgstr ""
12625
+
12626
+ #: includes/widgets/htmega_socialshere.php:68
12627
+ msgid "Vkontakte"
12628
+ msgstr ""
12629
+
12630
+ #: admin/include/templates/library/templates.php:148
12631
+ msgid "Want to learn more about the HT Mega library?"
12632
+ msgstr ""
12633
+
12634
+ #: includes/widgets/htmega_notify.php:135
12635
+ msgid "Warning"
12636
+ msgstr ""
12637
+
12638
+ #: admin/include/admin-setting.php:1090
12639
+ #: includes/widgets/htmega_wc_add_to_cart.php:14
12640
+ msgid "WC : Add To cart"
12641
+ msgstr ""
12642
+
12643
+ #: admin/include/admin-setting.php:1098
12644
+ #: includes/widgets/htmega_wc_categories.php:13
12645
+ msgid "WC : Categories"
12646
+ msgstr ""
12647
+
12648
+ #: admin/include/admin-setting.php:1106
12649
+ #: includes/widgets/htmega_wc_element_pages.php:13
12650
+ msgid "WC : Pages"
12651
+ msgstr ""
12652
+
12653
+ #: extensions/wc-sales-notification/admin/setting.php:268
12654
+ msgid "WC Sales Notification Settings"
12655
+ msgstr ""
12656
+
12657
+ #: includes/widgets_control.php:403 admin/include/admin-setting.php:623
12658
+ #: includes/widgets/htmega_weather.php:13
12659
+ #: includes/widgets/htmega_weather.php:36
12660
+ msgid "Weather"
12661
+ msgstr ""
12662
+
12663
+ #: admin/include/admin-setting.php:644
12664
+ msgid "Weather Map API Key"
12665
+ msgstr ""
12666
+
12667
+ #: admin/include/admin-setting.php:646
12668
+ msgid "Weather Map API key"
12669
+ msgstr ""
12670
+
12671
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:98
12672
+ msgid "Website"
12673
+ msgstr ""
12674
+
12675
+ #: includes/helper-function.php:444
12676
+ msgid "Website is not a valid URL"
12677
+ msgstr ""
12678
+
12679
+ #: includes/widgets/htmega_business_hours.php:184
12680
+ msgid "Wednesday"
12681
+ msgstr ""
12682
+
12683
+ #: includes/widgets/htmega_instagram.php:114
12684
+ msgid "Week"
12685
+ msgstr ""
12686
+
12687
+ #: includes/widgets/htmega_socialshere.php:87
12688
+ msgid "Weibo"
12689
+ msgstr ""
12690
+
12691
+ #: includes/widgets/htmega_socialshere.php:91
12692
+ msgid "Whatsapp"
12693
+ msgstr ""
12694
+
12695
+ #: admin/include/admin-setting.php:1186
12696
+ msgid "Which will motivate us a lot."
12697
+ msgstr ""
12698
+
12699
+ #: includes/recommended-plugins/recommended-plugins.php:83
12700
+ msgid "Whols"
12701
+ msgstr ""
12702
+
12703
+ #: includes/widgets/htmega_blockquote.php:630
12704
+ #: includes/widgets/htmega_blockquote.php:755
12705
+ #: includes/widgets/htmega_caldera_form.php:521
12706
+ #: includes/widgets/htmega_carousel.php:654
12707
+ #: includes/widgets/htmega_carousel.php:919
12708
+ #: includes/widgets/htmega_carousel.php:1025
12709
+ #: includes/widgets/htmega_contact_form_seven.php:727
12710
+ #: includes/widgets/htmega_contact_form_seven.php:791
12711
+ #: includes/widgets/htmega_gravity_forms.php:662
12712
+ #: includes/widgets/htmega_imagemarker.php:808
12713
+ #: includes/widgets/htmega_image_comparison.php:463
12714
+ #: includes/widgets/htmega_instagram.php:1030
12715
+ #: includes/widgets/htmega_instagram.php:1209
12716
+ #: includes/widgets/htmega_job_manager.php:171
12717
+ #: includes/widgets/htmega_mailchimp_wp.php:327
12718
+ #: includes/widgets/htmega_modal.php:312 includes/widgets/htmega_notify.php:734
12719
+ #: includes/widgets/htmega_panel_slider.php:874
12720
+ #: includes/widgets/htmega_panel_slider.php:1081
12721
+ #: includes/widgets/htmega_popover.php:514
12722
+ #: includes/widgets/htmega_post_slider.php:1640
12723
+ #: includes/widgets/htmega_post_slider.php:1789
12724
+ #: includes/widgets/htmega_pricing_list_view.php:405
12725
+ #: includes/widgets/htmega_pricing_list_view.php:1034
12726
+ #: includes/widgets/htmega_quforms.php:805
12727
+ #: includes/widgets/htmega_scroll_navigation.php:374
12728
+ #: includes/widgets/htmega_search.php:554
12729
+ #: includes/widgets/htmega_search.php:789
12730
+ #: includes/widgets/htmega_service.php:571
12731
+ #: includes/widgets/htmega_service.php:821
12732
+ #: includes/widgets/htmega_service.php:887
12733
+ #: includes/widgets/htmega_slider_thumb_gallery.php:921
12734
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1138
12735
+ #: includes/widgets/htmega_special_day_banner.php:165
12736
+ #: includes/widgets/htmega_twitter_feed.php:1169
12737
+ #: includes/widgets/htmega_twitter_feed.php:1371
12738
+ #: includes/widgets/htmega_user_login_form.php:1173
12739
+ #: includes/widgets/htmega_working_process.php:887
12740
+ #: includes/widgets/htmega_working_process.php:1012
12741
+ #: includes/widgets/htmega_wpforms.php:948
12742
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:146
12743
+ msgid "Width"
12744
+ msgstr ""
12745
+
12746
+ #: includes/recommended-plugins/recommended-plugins.php:63
12747
+ msgid "WishSuite"
12748
+ msgstr ""
12749
+
12750
+ #: includes/recommended-plugins/recommended-plugins.php:51
12751
+ msgid "WooCommerce"
12752
+ msgstr ""
12753
+
12754
+ #: includes/recommended-plugins/recommended-plugins.php:58
12755
+ msgid "WooLentor – WooCommerce Elementor Addons + Builder"
12756
+ msgstr ""
12757
+
12758
+ #: includes/widgets/htmega_progress_bar.php:106
12759
+ #: includes/widgets/htmega_progress_bar.php:208
12760
+ #: includes/widgets/htmega_progress_bar.php:238
12761
+ #: includes/widgets/htmega_progress_bar.php:406
12762
+ #: includes/widgets/htmega_socialshere.php:84
12763
+ msgid "WordPress"
12764
+ msgstr ""
12765
+
12766
+ #: includes/widgets/htmega_pricing_list_view.php:82
12767
+ #: includes/widgets/htmega_pricing_list_view.php:146
12768
+ msgid "WordPress Plugin"
12769
+ msgstr ""
12770
+
12771
+ #: includes/widgets_control.php:388 admin/include/admin-setting.php:599
12772
+ #: includes/widgets/htmega_working_process.php:14
12773
+ #: includes/widgets/htmega_working_process.php:35
12774
+ msgid "Working Process"
12775
+ msgstr ""
12776
+
12777
+ #: admin/include/admin-setting.php:1059 includes/widgets/htmega_wpforms.php:13
12778
+ #: includes/widgets/htmega_wpforms.php:57
12779
+ msgid "WP Form"
12780
+ msgstr ""
12781
+
12782
+ #: includes/recommended-plugins/recommended-plugins.php:96
12783
+ msgid "WP Plugin Manager"
12784
+ msgstr ""
12785
+
12786
+ #: includes/widgets/htmega_section_title.php:291
12787
+ msgid "X Offset"
12788
+ msgstr ""
12789
+
12790
+ #: includes/widgets/htmega_imagemarker.php:241
12791
+ msgid "X Postion"
12792
+ msgstr ""
12793
+
12794
+ #: includes/widgets/htmega_socialshere.php:83
12795
+ msgid "Xing"
12796
+ msgstr ""
12797
+
12798
+ #: includes/widgets/htmega_section_title.php:314
12799
+ msgid "Y Offset"
12800
+ msgstr ""
12801
+
12802
+ #: includes/widgets/htmega_imagemarker.php:262
12803
+ msgid "Y Postion"
12804
+ msgstr ""
12805
+
12806
+ #: includes/widgets/htmega_booked_calender.php:128
12807
+ #: includes/widgets/htmega_instagram.php:116
12808
+ msgid "Year"
12809
+ msgstr ""
12810
+
12811
+ #: includes/widgets/htmega_carousel.php:212
12812
+ #: includes/widgets/htmega_gravity_forms.php:103
12813
+ #: includes/widgets/htmega_instagram.php:407
12814
+ #: includes/widgets/htmega_panel_slider.php:272
12815
+ #: includes/widgets/htmega_post_slider.php:392
12816
+ #: includes/widgets/htmega_slider_thumb_gallery.php:211
12817
+ #: includes/widgets/htmega_slider_thumb_gallery.php:476
12818
+ #: includes/widgets/htmega_twitter_feed.php:334
12819
+ #: includes/widgets/htmega_user_login_form.php:121
12820
+ #: includes/widgets/htmega_user_login_form.php:264
12821
+ #: includes/widgets/htmega_videoplayer.php:124
12822
+ #: includes/widgets/htmega_videoplayer.php:164
12823
+ #: includes/widgets/htmega_videoplayer.php:176
12824
+ #: includes/widgets/htmega_videoplayer.php:188
12825
+ #: includes/widgets/htmega_videoplayer.php:200
12826
+ #: includes/widgets/htmega_videoplayer.php:212
12827
+ msgid "Yes"
12828
+ msgstr ""
12829
+
12830
+ #: includes/widgets/htmega_business_hours.php:170
12831
+ #: includes/widgets/htmega_instragram_feed.php:86
12832
+ #: includes/widgets/htmega_instragram_feed.php:97
12833
+ #: includes/widgets/htmega_instragram_feed.php:121
12834
+ msgid "yes"
12835
+ msgstr ""
12836
+
12837
+ #: includes/widgets/htmega_twitter_feed.php:1677
12838
+ msgid "yesterday"
12839
+ msgstr ""
12840
+
12841
+ #: includes/widgets/htmega_user_login_form.php:1578
12842
+ #, php-format
12843
+ msgid "You are Logged in as %1$s (<a href=\"%2$s\">Logout</a>)"
12844
+ msgstr ""
12845
+
12846
+ #: admin/include/admin-setting.php:907
12847
+ msgid "You can enable duplicator for individual post."
12848
+ msgstr ""
12849
+
12850
+ #: admin/include/admin-setting.php:654
12851
+ msgid "You can select 404 page from here."
12852
+ msgstr ""
12853
+
12854
+ #: extensions/ht-builder/admin/setting.php:113
12855
+ msgid "You can select 404 page from here. <span>( Pro )</span>"
12856
+ msgstr ""
12857
+
12858
+ #: extensions/ht-builder/admin/setting.php:74
12859
+ msgid "You can select blog page from here."
12860
+ msgstr ""
12861
+
12862
+ #: extensions/ht-builder/admin/setting.php:125
12863
+ msgid "You can select coming soon page from here. <span>( Pro )</span>"
12864
+ msgstr ""
12865
+
12866
+ #: extensions/ht-builder/admin/setting.php:92
12867
+ msgid "You can select footer template from here."
12868
+ msgstr ""
12869
+
12870
+ #: extensions/ht-builder/admin/setting.php:83
12871
+ msgid "You can select header template from here."
12872
+ msgstr ""
12873
+
12874
+ #: extensions/ht-builder/admin/setting.php:101
12875
+ msgid "You can select search page from here. <span>( Pro )</span>"
12876
+ msgstr ""
12877
+
12878
+ #: extensions/ht-builder/admin/setting.php:65
12879
+ msgid "You can select Single blog page from here."
12880
+ msgstr ""
12881
+
12882
+ #: includes/widgets/htmega_wc_element_pages.php:1924
12883
+ msgid "Your cart is currently empty."
12884
+ msgstr ""
12885
+
12886
+ #: includes/widgets/htmega_animated_heading.php:75
12887
+ msgid "Zoom"
12888
+ msgstr ""
12889
+
12890
+ #: includes/widgets/htmega_lightbox.php:297
12891
+ msgid "Zoom Button"
12892
+ msgstr ""
12893
+
12894
+ #: includes/widgets/htmega_lightbox.php:169
12895
+ msgid "Zoom Button Text"
12896
+ msgstr ""
12897
+
12898
+ #: includes/widgets/htmega_googlemap.php:50
12899
+ msgid "Zoom Control"
12900
+ msgstr ""
12901
+
12902
+ #: includes/widgets/htmega_instagram.php:261
12903
+ #: includes/widgets/htmega_lightbox.php:154
12904
+ msgid "Zoom Icon"
12905
+ msgstr ""
12906
+
12907
+ #: includes/widgets/htmega_instagram.php:211
12908
+ msgid "Zoom Icon Type"
12909
+ msgstr ""
12910
+
12911
+ #: includes/widgets/htmega_image_magnifier.php:79
12912
+ msgid "Zoom Label"
12913
+ msgstr ""
12914
+
12915
+ #: includes/widgets/htmega_image_magnifier.php:69
12916
+ msgid "Zoomable"
12917
+ msgstr ""
readme.txt CHANGED
@@ -1,9 +1,9 @@
1
- === HT Mega - Absolute Addons for Elementor Page Builder ===
2
  Contributors: hasthemes, htplugins, devitemsllc, tarekht, aslamhasib
3
  Tags: Elementor, Elementor Addons, Elementor Widgets, elementor page builder, Elementor Blocks
4
  Requires at least: 4.7
5
  Tested up to: 5.9.3
6
- Stable tag: 1.8.6
7
  License: GPLv2 or later
8
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -198,6 +198,12 @@ Feel free to [Contact us](https://hasthemes.com/contact-us/) 💌
198
 
199
  Visit [HasThemes](https://hasthemes.com/) for more details about HTML, Shopify and WordPress products and services.
200
 
 
 
 
 
 
 
201
  == Changelog ==
202
  = Version: 1.8.6 - Date: 2022-04-25 =
203
  * Added: Initial slider set option in Scroll Navigation.
1
+ === HT Mega - Absolute Addons for Elementor Page Builder ===
2
  Contributors: hasthemes, htplugins, devitemsllc, tarekht, aslamhasib
3
  Tags: Elementor, Elementor Addons, Elementor Widgets, elementor page builder, Elementor Blocks
4
  Requires at least: 4.7
5
  Tested up to: 5.9.3
6
+ Stable tag: 1.8.7
7
  License: GPLv2 or later
8
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
9
 
198
 
199
  Visit [HasThemes](https://hasthemes.com/) for more details about HTML, Shopify and WordPress products and services.
200
 
201
+ == Changelog ==
202
+ = Version: 1.8.7 - Date: 2022-05-15 =
203
+ * Updated: Make Third party instagram feed addon compatible with latest version of instgram feed plugin.
204
+ * Fixed: Odd and even row's background color not working in Datatable addon.
205
+ * Added: Styles in button and accordion addon.
206
+
207
  == Changelog ==
208
  = Version: 1.8.6 - Date: 2022-04-25 =
209
  * Added: Initial slider set option in Scroll Navigation.