Shortcodes and extra features for Phlox theme - Version 2.9.5

Version Description

Download this release

Release Info

Developer averta
Plugin Icon 128x128 Shortcodes and extra features for Phlox theme
Version 2.9.5
Comparing to
See all releases

Code changes from version 2.9.4 to 2.9.5

Files changed (91) hide show
  1. README.txt +9 -4
  2. admin/assets/js/elementor/context-menu.js +87 -0
  3. admin/assets/js/plugins.js +1 -1
  4. admin/includes/classes/class-auxels-system-check.php +1 -2
  5. admin/includes/classes/class-auxin-upgrader-prepare.php +44 -0
  6. auxin-elements.php +2 -2
  7. includes/classes/class-auxin-demo-importer.php +98 -4
  8. includes/classes/class-auxin-welcome.php +1 -0
  9. includes/define.php +1 -1
  10. includes/elementor/class-auxin-elementor-core-elements.php +19 -0
  11. includes/elementor/modules/documents/footer.php +2 -2
  12. includes/elementor/modules/documents/header.php +2 -2
  13. includes/elementor/modules/dynamic-tags/archive-meta.php +1 -1
  14. includes/elementor/modules/dynamic-tags/archive-title.php +1 -1
  15. includes/elementor/modules/dynamic-tags/archive-url.php +1 -1
  16. includes/elementor/modules/dynamic-tags/author-info.php +1 -1
  17. includes/elementor/modules/dynamic-tags/author-meta.php +1 -1
  18. includes/elementor/modules/dynamic-tags/author-url.php +1 -1
  19. includes/elementor/modules/dynamic-tags/comments-number.php +1 -1
  20. includes/elementor/modules/dynamic-tags/contact-url.php +1 -1
  21. includes/elementor/modules/dynamic-tags/current-date-time.php +1 -1
  22. includes/elementor/modules/dynamic-tags/featured-colors.php +1 -1
  23. includes/elementor/modules/dynamic-tags/featured-image-data.php +1 -1
  24. includes/elementor/modules/dynamic-tags/login-url.php +1 -1
  25. includes/elementor/modules/dynamic-tags/page-title.php +1 -1
  26. includes/elementor/modules/dynamic-tags/pages-url.php +1 -1
  27. includes/elementor/modules/dynamic-tags/post-custom-field.php +1 -1
  28. includes/elementor/modules/dynamic-tags/post-date.php +1 -1
  29. includes/elementor/modules/dynamic-tags/post-featured-image.php +1 -1
  30. includes/elementor/modules/dynamic-tags/post-terms.php +1 -1
  31. includes/elementor/modules/dynamic-tags/post-time.php +1 -1
  32. includes/elementor/modules/dynamic-tags/posts-url.php +1 -1
  33. includes/elementor/modules/dynamic-tags/request-parameter.php +1 -1
  34. includes/elementor/modules/dynamic-tags/shortcode.php +1 -1
  35. includes/elementor/modules/dynamic-tags/taxonomies-url.php +1 -1
  36. includes/elementor/modules/dynamic-tags/user-info.php +1 -1
  37. includes/elementor/modules/theme-builder/theme-page-document.php +2 -2
  38. includes/elementor/widgets/accordion.php +1 -1
  39. includes/elementor/widgets/audio.php +1 -1
  40. includes/elementor/widgets/before-after.php +1 -1
  41. includes/elementor/widgets/button.php +1 -1
  42. includes/elementor/widgets/carousel-navigation.php +1 -1
  43. includes/elementor/widgets/contact-box.php +1 -1
  44. includes/elementor/widgets/contact-form.php +1 -1
  45. includes/elementor/widgets/custom-list.php +1 -1
  46. includes/elementor/widgets/divider.php +1 -1
  47. includes/elementor/widgets/gallery.php +1 -1
  48. includes/elementor/widgets/gmap.php +1 -1
  49. includes/elementor/widgets/heading-modern.php +1 -1
  50. includes/elementor/widgets/icon.php +1 -1
  51. includes/elementor/widgets/image.php +1 -1
  52. includes/elementor/widgets/mailchimp.php +1 -1
  53. includes/elementor/widgets/modern-button.php +15 -1
  54. includes/elementor/widgets/products-grid.php +1 -1
  55. includes/elementor/widgets/quote.php +1 -1
  56. includes/elementor/widgets/recent-comments.php +1 -1
  57. includes/elementor/widgets/recent-posts-grid-carousel.php +15 -1
  58. includes/elementor/widgets/recent-posts-land-style.php +16 -1
  59. includes/elementor/widgets/recent-posts-masonry.php +15 -1
  60. includes/elementor/widgets/recent-posts-tiles-carousel.php +1 -1
  61. includes/elementor/widgets/recent-posts-tiles.php +1 -1
  62. includes/elementor/widgets/recent-posts-timeline.php +1 -1
  63. includes/elementor/widgets/recent-products.php +15 -30
  64. includes/elementor/widgets/responsive-table.php +1 -1
  65. includes/elementor/widgets/search.php +1 -1
  66. includes/elementor/widgets/staff.php +1 -1
  67. includes/elementor/widgets/svg.php +1 -1
  68. includes/elementor/widgets/tabs.php +1 -1
  69. includes/elementor/widgets/testimonial.php +1 -1
  70. includes/elementor/widgets/text.php +2 -2
  71. includes/elementor/widgets/theme-elements/breadcrumbs.php +1 -1
  72. includes/elementor/widgets/theme-elements/copyright.php +1 -1
  73. includes/elementor/widgets/theme-elements/current-time.php +1 -1
  74. includes/elementor/widgets/theme-elements/logo.php +1 -1
  75. includes/elementor/widgets/theme-elements/menu.php +1 -1
  76. includes/elementor/widgets/theme-elements/modern-search.php +1 -1
  77. includes/elementor/widgets/theme-elements/search.php +1 -1
  78. includes/elementor/widgets/theme-elements/select.php +826 -0
  79. includes/elementor/widgets/theme-elements/shopping-cart.php +1 -1
  80. includes/elementor/widgets/theme-elements/site-title.php +1 -1
  81. includes/elementor/widgets/touch-slider.php +1 -1
  82. includes/elementor/widgets/video.php +1 -1
  83. includes/elements/recent-posts-grid-carousel.php +1 -0
  84. includes/elements/recent-posts-land-style.php +1 -0
  85. includes/elements/recent-posts-masonry.php +1 -0
  86. includes/elements/recent-products.php +56 -3
  87. includes/general-functions.php +2 -1
  88. languages/auxin-elements-fa_IR.po +848 -680
  89. languages/auxin-elements.pot +831 -675
  90. public/assets/js/plugins.js +1 -1
  91. public/assets/js/scripts.js +69 -0
README.txt CHANGED
@@ -6,8 +6,8 @@ License URI: http://www.gnu.org/licenses/gpl.html
6
  Tags: phlox, gallery, elementor, siteorigin, auxin, averta, auxin-elements, framework, widget, fullwidth, masonry, timeline, parallax
7
  Requires PHP: 5.4
8
  Requires at least: 4.6
9
- Tested up to: 5.8.2
10
- Stable tag: 2.9.4
11
  License: GPLv3
12
  License URI: http://www.gnu.org/licenses/gpl.html
13
 
@@ -155,6 +155,10 @@ Bugs can be reported in our [support forums](https://docs.phlox.pro).
155
 
156
  == Changelog ==
157
 
 
 
 
 
158
  = Version 2.9.4 / (23.01.2022) =
159
  - [Fix]: An issue while creating a translation with Polylang plugin fixed.
160
 
@@ -452,5 +456,6 @@ Bugs can be reported in our [support forums](https://docs.phlox.pro).
452
 
453
  == Upgrade Notice ==
454
 
455
- = 2.8.0 =
456
- - [New]: Integrating "Ti Wishlist plugin" for better wishlist features in shops.
 
6
  Tags: phlox, gallery, elementor, siteorigin, auxin, averta, auxin-elements, framework, widget, fullwidth, masonry, timeline, parallax
7
  Requires PHP: 5.4
8
  Requires at least: 4.6
9
+ Tested up to: 5.9.3
10
+ Stable tag: 2.9.5
11
  License: GPLv3
12
  License URI: http://www.gnu.org/licenses/gpl.html
13
 
155
 
156
  == Changelog ==
157
 
158
+ = Version 2.9.5 / (24.04.2022) =
159
+ - [New]: Copy animation button added to Elementor context menu to copy and paste animations across elements.
160
+ - [Fix]: Deprecated notices of new version of Elementor fixed.
161
+
162
  = Version 2.9.4 / (23.01.2022) =
163
  - [Fix]: An issue while creating a translation with Polylang plugin fixed.
164
 
456
 
457
  == Upgrade Notice ==
458
 
459
+ = 2.9.5 =
460
+ - [New]: Copy animation button added to Elementor context menu to copy and paste animations across elements.
461
+ - [Fix]: Deprecated notices of new version of Elementor fixed.
admin/assets/js/elementor/context-menu.js ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ (() => {
2
+ window.addEventListener("elementor/init", () => {
3
+ // for adding items to widget context menu use this below line
4
+ elementor.hooks.addFilter(
5
+ "elements/widget/contextMenuGroups",
6
+ (groups, view) => {
7
+
8
+ // Insert Entrance Animation group as third third group
9
+ groups.splice(2, 0, {
10
+ name: "entranceAnimationGroup",
11
+ actions: [
12
+ {
13
+ name: "copyEntranceAnimation",
14
+ title: "Copy Entrance Animation",
15
+ callback: () => {
16
+ const exportedSettings = {};
17
+
18
+ [
19
+ "aux_animation_name",
20
+ "aux_fade_in_custom_x",
21
+ "aux_fade_in_custom_y",
22
+ "aux_scale_custom",
23
+ "aux_rotate_custom_deg",
24
+ "aux_rotate_custom_origin",
25
+ "aux_animation_duration",
26
+ "aux_animation_delay",
27
+ "aux_animation_easing",
28
+ "aux_animation_count",
29
+ ].forEach((id) => {
30
+ exportedSettings[id] =
31
+ view.model.getSetting(id);
32
+ });
33
+
34
+ localStorage.setItem(
35
+ "auxElementorEntranceAnimationSettings",
36
+ JSON.stringify(exportedSettings)
37
+ );
38
+ },
39
+ },
40
+ {
41
+ name: "pasteEntranceAnimation",
42
+ title: "Paste Entrance Animation",
43
+ isEnabled: () =>
44
+ !!localStorage.getItem(
45
+ "auxElementorEntranceAnimationSettings"
46
+ ),
47
+ callback: () => {
48
+ const settings = JSON.parse(
49
+ localStorage.getItem(
50
+ "auxElementorEntranceAnimationSettings"
51
+ )
52
+ );
53
+
54
+ Object.keys(settings).forEach((setting) => {
55
+ view.model.setSetting(
56
+ setting,
57
+ settings[setting]
58
+ );
59
+ });
60
+
61
+ view.model.renderRemoteServer();
62
+ },
63
+ },
64
+ ],
65
+ });
66
+
67
+ return groups;
68
+ }
69
+ );
70
+
71
+ // for adding items to section context menu use this below line
72
+ elementor.hooks.addFilter(
73
+ "elements/section/contextMenuGroups",
74
+ (groups, view) => {
75
+ return groups;
76
+ }
77
+ );
78
+
79
+ // for adding items to column context menu use this below line
80
+ elementor.hooks.addFilter(
81
+ "elements/column/contextMenuGroups",
82
+ (groups, view) => {
83
+ return groups;
84
+ }
85
+ );
86
+ });
87
+ })();
admin/assets/js/plugins.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! Phlox Core Plugin - v2.9.4 (2022-01)
2
  * All required javascript plugins for admin
3
  * http://phlox.pro/
4
  * Place any jQuery/helper plugins in here, instead of separate, slower script files!
1
+ /*! Phlox Core Plugin - v2.9.5 (2022-04)
2
  * All required javascript plugins for admin
3
  * http://phlox.pro/
4
  * Place any jQuery/helper plugins in here, instead of separate, slower script files!
admin/includes/classes/class-auxels-system-check.php CHANGED
@@ -119,8 +119,7 @@ class Auxels_System_Check {
119
 
120
  $class = 'error';
121
  $screen_reader = __( 'Error', 'auxin-elements' );
122
- $message = __( 'Your site cannot communicate securely with Phlox update services. <a href="https://docs.phlox.pro/article/206-error-activating-license" target="_blank">How to fix?</a>
123
- ', 'auxin-elements' );
124
  $message = "<span class='dashicons $class'><span class='screen-reader-text'>$screen_reader</span></span> $message";
125
 
126
  $output = '<ul>';
119
 
120
  $class = 'error';
121
  $screen_reader = __( 'Error', 'auxin-elements' );
122
+ $message = __( 'Your site cannot communicate securely with Phlox update services. <a href="https://docs.phlox.pro/article/240-managing-license#activate-license" target="_blank">How to fix?</a>', 'auxin-elements' );
 
123
  $message = "<span class='dashicons $class'><span class='screen-reader-text'>$screen_reader</span></span> $message";
124
 
125
  $output = '<ul>';
admin/includes/classes/class-auxin-upgrader-prepare.php CHANGED
@@ -17,6 +17,7 @@ class Auxin_Upgrader_Prepare {
17
  function __construct(){
18
  add_filter( 'site_transient_update_plugins', array( $this, 'disable_update_plugins' ) );
19
  add_filter( 'site_transient_update_themes', array( $this, 'disable_update_themes' ) );
 
20
 
21
  add_action( 'load-plugins.php', array( $this, 'update_plugins' ) );
22
  add_action( 'load-update.php', array( $this, 'update_plugins' ) );
@@ -458,5 +459,48 @@ class Auxin_Upgrader_Prepare {
458
  return self::$instance;
459
  }
460
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
461
 
462
  }
17
  function __construct(){
18
  add_filter( 'site_transient_update_plugins', array( $this, 'disable_update_plugins' ) );
19
  add_filter( 'site_transient_update_themes', array( $this, 'disable_update_themes' ) );
20
+ add_filter ( 'pre_set_site_transient_update_themes', [ $this, 'pre_set_transient_update_theme' ] );
21
 
22
  add_action( 'load-plugins.php', array( $this, 'update_plugins' ) );
23
  add_action( 'load-update.php', array( $this, 'update_plugins' ) );
459
  return self::$instance;
460
  }
461
 
462
+ /**
463
+ * Upgrade theme through wordpress built in upgrader system
464
+ *
465
+ * @param object $transient
466
+ * @return object $transient
467
+ */
468
+ function pre_set_transient_update_theme( $transient ) {
469
+
470
+ if( empty( $transient->checked ) ) {
471
+ return $transient;
472
+ }
473
+
474
+ $get_themes = $this->get_themes();
475
+ $api_request = new Auxin_Upgrader_Http_Api;
476
+ foreach ( $get_themes as $slug => $data ) {
477
+
478
+ if( !$data->isOfficial ) {
479
+
480
+ // Get version number of our api
481
+ $new_version = $this->remote_get( array(
482
+ 'cat' => 'version-check',
483
+ 'action' => 'final',
484
+ 'item-name' => sanitize_key( $slug )
485
+ ) );
486
+
487
+ if( ! empty( $new_version ) && version_compare( $new_version, $data->get( 'Version' ), '>' ) ){
488
+ $downlaod_link = $api_request->get_download_link( $slug );
489
+ if( is_wp_error( $downlaod_link ) ){
490
+ continue;
491
+ }
492
+ $transient->response[ $data->get_stylesheet() ] = array(
493
+ 'slug' => esc_sql($slug),
494
+ 'version' => $data->get( 'Version' ),
495
+ 'new_version' => esc_sql($new_version),
496
+ 'package' => $downlaod_link
497
+ );
498
+ }
499
+ }
500
+
501
+ }
502
+
503
+ return $transient;
504
+ }
505
 
506
  }
auxin-elements.php CHANGED
@@ -12,14 +12,14 @@
12
  * Plugin Name: Phlox Core Elements
13
  * Plugin URI: https://wordpress.org/plugins/auxin-elements/
14
  * Description: Exclusive and comprehensive plugin that extends the functionality of Phlox theme by adding new Elements, widgets and options.
15
- * Version: 2.9.4
16
  * Author: averta
17
  * Author URI: http://averta.net
18
  * Text Domain: auxin-elements
19
  * License: GPL2
20
  * License URI: https://www.gnu.org/licenses/gpl-2.0.html
21
  * Domain Path: /languages
22
- * Tested up to: 5.8.2
23
  */
24
 
25
  // If this file is called directly, abort.
12
  * Plugin Name: Phlox Core Elements
13
  * Plugin URI: https://wordpress.org/plugins/auxin-elements/
14
  * Description: Exclusive and comprehensive plugin that extends the functionality of Phlox theme by adding new Elements, widgets and options.
15
+ * Version: 2.9.5
16
  * Author: averta
17
  * Author URI: http://averta.net
18
  * Text Domain: auxin-elements
19
  * License: GPL2
20
  * License URI: https://www.gnu.org/licenses/gpl-2.0.html
21
  * Domain Path: /languages
22
+ * Tested up to: 5.9.3
23
  */
24
 
25
  // If this file is called directly, abort.
includes/classes/class-auxin-demo-importer.php CHANGED
@@ -54,6 +54,7 @@ class Auxin_Demo_Importer {
54
  add_action( 'wp_ajax_auxin_demo_data' , array( $this, 'import') );
55
  add_action( 'wp_ajax_auxin_templates_data' , array( $this, 'templates') );
56
  add_action( 'wp_ajax_import_step' , array( $this, 'import_step') );
 
57
  }
58
 
59
  public function templates(){
@@ -359,8 +360,13 @@ class Auxin_Demo_Importer {
359
  case 'masterslider':
360
  if ( 'complete' === $options['import']
361
  || ( 'custom' === $options['import'] && ( isset( $options['masterslider'] ) && 'on' === $options['masterslider'] ) )
362
- && isset( $data['sliders'] ) ) {
363
- return $this->import_sliders( $data['sliders'] );
 
 
 
 
 
364
  }
365
 
366
  case 'prepare':
@@ -777,6 +783,7 @@ class Auxin_Demo_Importer {
777
  // Update the custom_css post for a given theme.
778
  if( $post['post_type'] == 'custom_css' ) {
779
  if( ! isset( $post['post_meta']['auxin_import_post'] ) ){
 
780
  wp_update_custom_css_post( $content );
781
  }
782
  continue;
@@ -1037,6 +1044,29 @@ class Auxin_Demo_Importer {
1037
  //wp_send_json_success( array( 'step' => 'content', 'next' => 'auxin_options', 'message' => __( 'Importing Options' ) ) );
1038
  }
1039
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1040
  public function update_imported_ids() {
1041
 
1042
  $args = array(
@@ -1312,9 +1342,9 @@ class Auxin_Demo_Importer {
1312
  *
1313
  * @return String
1314
  */
1315
- public function import_sliders( $sliders ) {
1316
 
1317
- if ( class_exists( 'MSP_DB' ) && ! empty( $sliders ) ) {
1318
 
1319
  $ms_db = new MSP_DB;
1320
 
@@ -1334,10 +1364,44 @@ class Auxin_Demo_Importer {
1334
 
1335
  }
1336
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1337
  wp_send_json_success( array( 'step' => 'masterslider', 'next' => 'prepare', 'message' => __( 'Preparing Site ...', 'auxin-elements' ) ) );
1338
 
1339
  }
1340
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1341
  /**
1342
  * Prepare site for final step
1343
  *
@@ -2062,6 +2126,36 @@ class Auxin_Demo_Importer {
2062
 
2063
  }
2064
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2065
 
2066
 
2067
  }//End class
54
  add_action( 'wp_ajax_auxin_demo_data' , array( $this, 'import') );
55
  add_action( 'wp_ajax_auxin_templates_data' , array( $this, 'templates') );
56
  add_action( 'wp_ajax_import_step' , array( $this, 'import_step') );
57
+ add_action( 'auxin_demo_import_finish', array( $this, 'search_for_depicter_use') );
58
  }
59
 
60
  public function templates(){
360
  case 'masterslider':
361
  if ( 'complete' === $options['import']
362
  || ( 'custom' === $options['import'] && ( isset( $options['masterslider'] ) && 'on' === $options['masterslider'] ) )
363
+ && ( isset( $data['sliders'] ) || isset( $data['depicter_sliders'] ) ) ) {
364
+ if ( !empty( $data['depicter_sliders'] ) ) {
365
+ return $this->import_sliders( $data['depicter_sliders'], true );
366
+ } else {
367
+ return $this->import_sliders( $data['sliders'] );
368
+ }
369
+
370
  }
371
 
372
  case 'prepare':
783
  // Update the custom_css post for a given theme.
784
  if( $post['post_type'] == 'custom_css' ) {
785
  if( ! isset( $post['post_meta']['auxin_import_post'] ) ){
786
+ $content = $this->update_custom_css_content( $content );
787
  wp_update_custom_css_post( $content );
788
  }
789
  continue;
1044
  //wp_send_json_success( array( 'step' => 'content', 'next' => 'auxin_options', 'message' => __( 'Importing Options' ) ) );
1045
  }
1046
 
1047
+ /**
1048
+ * Update Custom css
1049
+ *
1050
+ * @param string $custom_css
1051
+ *
1052
+ * @return string
1053
+ */
1054
+ public function update_custom_css_content( $custom_css ) {
1055
+ preg_match_all( '#[\w\/\-\.\:]+?([\w\-]+?)\/wp-content#', $custom_css, $matches, PREG_SET_ORDER );
1056
+ if ( ! empty( $matches ) ) {
1057
+ $site_url = trailingslashit( get_site_url() );
1058
+ foreach( $matches as $key => $match ) {
1059
+ if ( !empty( $match[1] ) ) {
1060
+ $new_url = str_replace( '/' . $match[1], '', $match[0] );
1061
+ $new_url = str_replace( "https://demo.phlox.pro/", $site_url, $new_url );
1062
+ $custom_css = str_replace( $match[0], $new_url, $custom_css );
1063
+ }
1064
+ }
1065
+ $custom_css = preg_replace( "#sites\/\d*\/#", '', $custom_css );
1066
+ }
1067
+ return $custom_css;
1068
+ }
1069
+
1070
  public function update_imported_ids() {
1071
 
1072
  $args = array(
1342
  *
1343
  * @return String
1344
  */
1345
+ public function import_sliders( $sliders, $is_depicter = false ) {
1346
 
1347
+ if ( class_exists( 'MSP_DB' ) && ! empty( $sliders ) && !$is_depicter ) {
1348
 
1349
  $ms_db = new MSP_DB;
1350
 
1364
 
1365
  }
1366
 
1367
+ if ( class_exists( 'Depicter' ) && ! empty( $sliders ) && $is_depicter ) {
1368
+ foreach ( $sliders as $slider ) {
1369
+ $document = Depicter::documentRepository()->create();
1370
+ set_transient( 'auxin_depicter_' . $slider['id'] . '_to', $document->getID() );
1371
+ unset( $slider['id'] );
1372
+
1373
+ $slider['content'] = $this->update_slider_assets_id( $slider['content'] );
1374
+
1375
+ // Download media
1376
+ Depicter::media()->importDocumentAssets( $slider['content'] );
1377
+ Depicter::documentRepository()->update( $document->getID(), $slider );
1378
+ }
1379
+ }
1380
+
1381
  wp_send_json_success( array( 'step' => 'masterslider', 'next' => 'prepare', 'message' => __( 'Preparing Site ...', 'auxin-elements' ) ) );
1382
 
1383
  }
1384
 
1385
+ /**
1386
+ * Update id of imported assets
1387
+ *
1388
+ * @param string $data
1389
+ *
1390
+ * @return string $data
1391
+ */
1392
+ public function update_slider_assets_id( $data ) {
1393
+ preg_match_all( '/\"source\":\"(\d+)\"/', $data, $assets, PREG_SET_ORDER );
1394
+ if ( !empty( $assets ) ) {
1395
+ foreach( $assets as $asset ) {
1396
+ if ( !empty( $asset[1] ) ) {
1397
+ $new_id = $this->get_attachment_id( 'auxin_import_id', $asset[1] );
1398
+ $data = str_replace( $asset[0], '"source":"'. $new_id .'"', $data );
1399
+ }
1400
+ }
1401
+ }
1402
+ return $data;
1403
+ }
1404
+
1405
  /**
1406
  * Prepare site for final step
1407
  *
2126
 
2127
  }
2128
 
2129
+ /**
2130
+ * Search for depicter widget in pages and update its imported ID
2131
+ */
2132
+ public function search_for_depicter_use() {
2133
+ if ( !class_exists('Depicter') ) {
2134
+ return;
2135
+ }
2136
+
2137
+ $pages = get_pages();
2138
+ foreach ( $pages as $page ) {
2139
+ $elementor_data = get_post_meta( $page->ID, '_elementor_data', true );
2140
+ if ( empty( $elementor_data ) ) {
2141
+ continue;
2142
+ }
2143
+
2144
+ $elementor_data = is_array( $elementor_data ) ? wp_json_encode( $elementor_data ) : $elementor_data;
2145
+ preg_match_all( '/\{\"slider_id\":\"(\d+)\"\}/', $elementor_data, $shortcodes, PREG_SET_ORDER );
2146
+ if ( !empty( $shortcodes ) ) {
2147
+ foreach ( $shortcodes as $shortcode ) {
2148
+ if ( !empty( $shortcode[1] ) ) {
2149
+ $imported_slider_id = get_transient( 'auxin_depicter_' . $shortcode[1] . '_to', $shortcode[1] );
2150
+ $elementor_data = str_replace( $shortcode[0], '{"slider_id":"'.$imported_slider_id.'"}', $elementor_data );
2151
+ }
2152
+ }
2153
+ $elementor_data = wp_slash( $elementor_data );
2154
+ update_post_meta( $page->ID, '_elementor_data', $elementor_data );
2155
+ }
2156
+ }
2157
+ }
2158
+
2159
 
2160
 
2161
  }//End class
includes/classes/class-auxin-welcome.php CHANGED
@@ -373,6 +373,7 @@ class Auxin_Welcome extends Auxin_Welcome_Base {
373
  'js_composer' => 'Drag and drop page builder for WordPress. Take full control over your WordPress site, build any layout you can imagine – no programming knowledge required.',
374
  'Ultimate_VC_Addons' => 'Includes Visual Composer premium addon elements like Icon, Info Box, Interactive Banner, Flip Box, Info List & Counter. Best of all - provides A Font Icon Manager allowing users to upload / delete custom icon fonts.',
375
  'masterslider' => 'Master Slider is the most advanced responsive HTML5 WordPress slider plugin with touch swipe navigation that works smoothly on devices too.',
 
376
  'go_pricing' => 'The New Generation Pricing Tables. If you like traditional Pricing Tables, but you would like get much more out of it, then this rodded product is a useful tool for you.',
377
  'waspthemes-yellow-pencil' => 'The most advanced visual CSS editor. Customize any page in real-time without coding.',
378
  'auxin-the-news' => 'Publish news easily and beautifully with Phlox theme.',
373
  'js_composer' => 'Drag and drop page builder for WordPress. Take full control over your WordPress site, build any layout you can imagine – no programming knowledge required.',
374
  'Ultimate_VC_Addons' => 'Includes Visual Composer premium addon elements like Icon, Info Box, Interactive Banner, Flip Box, Info List & Counter. Best of all - provides A Font Icon Manager allowing users to upload / delete custom icon fonts.',
375
  'masterslider' => 'Master Slider is the most advanced responsive HTML5 WordPress slider plugin with touch swipe navigation that works smoothly on devices too.',
376
+ 'depicter' => 'Make animated and interactive sliders and carousels which work smoothly across devices.',
377
  'go_pricing' => 'The New Generation Pricing Tables. If you like traditional Pricing Tables, but you would like get much more out of it, then this rodded product is a useful tool for you.',
378
  'waspthemes-yellow-pencil' => 'The most advanced visual CSS editor. Customize any page in real-time without coding.',
379
  'auxin-the-news' => 'Publish news easily and beautifully with Phlox theme.',
includes/define.php CHANGED
@@ -12,7 +12,7 @@ if( ! defined( 'THEME_NAME' ) ){
12
  }
13
 
14
 
15
- define( 'AUXELS_VERSION' , '2.9.4' );
16
 
17
  define( 'AUXELS_SLUG' , 'auxin-elements' );
18
 
12
  }
13
 
14
 
15
+ define( 'AUXELS_VERSION' , '2.9.5' );
16
 
17
  define( 'AUXELS_SLUG' , 'auxin-elements' );
18
 
includes/elementor/class-auxin-elementor-core-elements.php CHANGED
@@ -195,6 +195,8 @@ final class Elements {
195
 
196
  // Register Admin Scripts
197
  add_action( 'elementor/editor/before_enqueue_scripts' , [ $this, 'editor_scripts' ] );
 
 
198
 
199
  // Register additional font icons
200
  add_filter('elementor/icons_manager/additional_tabs' , [ $this, 'add_auxin_font_icons' ] );
@@ -392,6 +394,10 @@ final class Elements {
392
  '255' => [
393
  'file' => $this->dir_path . '/widgets/responsive-table.php',
394
  'class' => 'Elements\ResponsiveTable'
 
 
 
 
395
  ]
396
  ];
397
 
@@ -669,6 +675,19 @@ final class Elements {
669
  wp_register_script( 'auxin-elementor-editor', AUXELS_ADMIN_URL . '/assets/js/elementor/editor.js', array( 'jquery-elementor-select2' ), AUXELS_VERSION );
670
  }
671
 
 
 
 
 
 
 
 
 
 
 
 
 
 
672
  /**
673
  * Admin notice
674
  *
195
 
196
  // Register Admin Scripts
197
  add_action( 'elementor/editor/before_enqueue_scripts' , [ $this, 'editor_scripts' ] );
198
+ add_action( 'elementor/editor/after_enqueue_scripts' , [ $this, 'editor_after_enqueue_scripts' ] );
199
+
200
 
201
  // Register additional font icons
202
  add_filter('elementor/icons_manager/additional_tabs' , [ $this, 'add_auxin_font_icons' ] );
394
  '255' => [
395
  'file' => $this->dir_path . '/widgets/responsive-table.php',
396
  'class' => 'Elements\ResponsiveTable'
397
+ ],
398
+ '260' => [
399
+ 'file' => $this->dir_path . '/widgets/theme-elements/select.php',
400
+ 'class' => 'Elements\Theme_Elements\Select'
401
  ]
402
  ];
403
 
675
  wp_register_script( 'auxin-elementor-editor', AUXELS_ADMIN_URL . '/assets/js/elementor/editor.js', array( 'jquery-elementor-select2' ), AUXELS_VERSION );
676
  }
677
 
678
+ /**
679
+ * Enqueue scripts.
680
+ *
681
+ * Enqueue all the bac kend scripts after enqueuing editor scripts.
682
+ *
683
+ * @since 2.9.6
684
+ *
685
+ */
686
+ public function editor_after_enqueue_scripts() {
687
+ // Elementor Custom Scripts
688
+ wp_enqueue_script( 'auxin-elementor-editor-context-menus', AUXELS_ADMIN_URL . '/assets/js/elementor/context-menu.js', [], AUXELS_VERSION );
689
+ }
690
+
691
  /**
692
  * Admin notice
693
  *
includes/elementor/modules/documents/footer.php CHANGED
@@ -52,8 +52,8 @@ class Footer extends Library_Document {
52
  }
53
 
54
 
55
- protected function _register_controls() {
56
- parent::_register_controls();
57
 
58
  Post::register_style_controls( $this );
59
  }
52
  }
53
 
54
 
55
+ protected function register_controls() {
56
+ parent::register_controls();
57
 
58
  Post::register_style_controls( $this );
59
  }
includes/elementor/modules/documents/header.php CHANGED
@@ -51,8 +51,8 @@ class Header extends Library_Document {
51
  return $categories + parent::get_editor_panel_categories();
52
  }
53
 
54
- protected function _register_controls() {
55
- parent::_register_controls();
56
 
57
  Post::register_style_controls( $this );
58
  }
51
  return $categories + parent::get_editor_panel_categories();
52
  }
53
 
54
+ protected function register_controls() {
55
+ parent::register_controls();
56
 
57
  Post::register_style_controls( $this );
58
  }
includes/elementor/modules/dynamic-tags/archive-meta.php CHANGED
@@ -52,7 +52,7 @@ class Archive_Meta extends Tag {
52
  return 'key';
53
  }
54
 
55
- protected function _register_controls() {
56
  $this->add_control(
57
  'key',
58
  [
52
  return 'key';
53
  }
54
 
55
+ protected function register_controls() {
56
  $this->add_control(
57
  'key',
58
  [
includes/elementor/modules/dynamic-tags/archive-title.php CHANGED
@@ -34,7 +34,7 @@ class Archive_Title extends Tag {
34
  echo wp_kses_post( $title );
35
  }
36
 
37
- protected function _register_controls() {
38
  $this->add_control(
39
  'include_context',
40
  [
34
  echo wp_kses_post( $title );
35
  }
36
 
37
+ protected function register_controls() {
38
  $this->add_control(
39
  'include_context',
40
  [
includes/elementor/modules/dynamic-tags/archive-url.php CHANGED
@@ -42,7 +42,7 @@ class Archive_URL extends Data_Tag {
42
  return true;
43
  }
44
 
45
- protected function _register_controls() {
46
  $this->add_control(
47
  'key',
48
  [
42
  return true;
43
  }
44
 
45
+ protected function register_controls() {
46
  $this->add_control(
47
  'key',
48
  [
includes/elementor/modules/dynamic-tags/author-info.php CHANGED
@@ -43,7 +43,7 @@ class Author_Info extends Tag {
43
  return 'key';
44
  }
45
 
46
- protected function _register_controls() {
47
  $this->add_control(
48
  'key',
49
  [
43
  return 'key';
44
  }
45
 
46
+ protected function register_controls() {
47
  $this->add_control(
48
  'key',
49
  [
includes/elementor/modules/dynamic-tags/author-meta.php CHANGED
@@ -41,7 +41,7 @@ class Author_Meta extends Tag {
41
  echo wp_kses_post( $value );
42
  }
43
 
44
- protected function _register_controls() {
45
  $this->add_control(
46
  'key',
47
  [
41
  echo wp_kses_post( $value );
42
  }
43
 
44
+ protected function register_controls() {
45
  $this->add_control(
46
  'key',
47
  [
includes/elementor/modules/dynamic-tags/author-url.php CHANGED
@@ -47,7 +47,7 @@ class Author_URL extends Data_Tag {
47
  return $value;
48
  }
49
 
50
- protected function _register_controls() {
51
  $this->add_control(
52
  'url',
53
  [
47
  return $value;
48
  }
49
 
50
+ protected function register_controls() {
51
  $this->add_control(
52
  'url',
53
  [
includes/elementor/modules/dynamic-tags/comments-number.php CHANGED
@@ -27,7 +27,7 @@ class Comments_Number extends Tag {
27
  return [ TagsModule::TEXT_CATEGORY ];
28
  }
29
 
30
- protected function _register_controls() {
31
  $this->add_control(
32
  'format_no_comments',
33
  [
27
  return [ TagsModule::TEXT_CATEGORY ];
28
  }
29
 
30
+ protected function register_controls() {
31
  $this->add_control(
32
  'format_no_comments',
33
  [
includes/elementor/modules/dynamic-tags/contact-url.php CHANGED
@@ -27,7 +27,7 @@ class Contact_URL extends Tag {
27
  return [ TagsModule::URL_CATEGORY ];
28
  }
29
 
30
- protected function _register_controls() {
31
  $this->add_control(
32
  'link_type',
33
  [
27
  return [ TagsModule::URL_CATEGORY ];
28
  }
29
 
30
+ protected function register_controls() {
31
  $this->add_control(
32
  'link_type',
33
  [
includes/elementor/modules/dynamic-tags/current-date-time.php CHANGED
@@ -27,7 +27,7 @@ class Current_Date_Time extends Tag {
27
  return [ TagsModule::TEXT_CATEGORY ];
28
  }
29
 
30
- protected function _register_controls() {
31
  $this->add_control(
32
  'date_format',
33
  [
27
  return [ TagsModule::TEXT_CATEGORY ];
28
  }
29
 
30
+ protected function register_controls() {
31
  $this->add_control(
32
  'date_format',
33
  [
includes/elementor/modules/dynamic-tags/featured-colors.php CHANGED
@@ -51,7 +51,7 @@ class Auxin_Featured_Colors extends Tag {
51
  return true;
52
  }
53
 
54
- protected function _register_controls() {
55
  $this->add_control(
56
  'key',
57
  [
51
  return true;
52
  }
53
 
54
+ protected function register_controls() {
55
  $this->add_control(
56
  'key',
57
  [
includes/elementor/modules/dynamic-tags/featured-image-data.php CHANGED
@@ -75,7 +75,7 @@ class Featured_Image_Data extends Tag {
75
  echo wp_kses_post( $value );
76
  }
77
 
78
- protected function _register_controls() {
79
 
80
  $this->add_control(
81
  'attachment_data',
75
  echo wp_kses_post( $value );
76
  }
77
 
78
+ protected function register_controls() {
79
 
80
  $this->add_control(
81
  'attachment_data',
includes/elementor/modules/dynamic-tags/login-url.php CHANGED
@@ -34,7 +34,7 @@ class Auxin_Login_Url extends Tag {
34
  return true;
35
  }
36
 
37
- protected function _register_controls() {
38
  $this->add_control(
39
  'key',
40
  [
34
  return true;
35
  }
36
 
37
+ protected function register_controls() {
38
  $this->add_control(
39
  'key',
40
  [
includes/elementor/modules/dynamic-tags/page-title.php CHANGED
@@ -39,7 +39,7 @@ class Page_Title extends Tag {
39
  echo wp_kses_post( $title );
40
  }
41
 
42
- protected function _register_controls() {
43
  $this->add_control(
44
  'include_context',
45
  [
39
  echo wp_kses_post( $title );
40
  }
41
 
42
+ protected function register_controls() {
43
  $this->add_control(
44
  'include_context',
45
  [
includes/elementor/modules/dynamic-tags/pages-url.php CHANGED
@@ -51,7 +51,7 @@ class Auxin_Pages_Url extends Tag {
51
  return true;
52
  }
53
 
54
- protected function _register_controls() {
55
  $this->add_control(
56
  'key',
57
  [
51
  return true;
52
  }
53
 
54
+ protected function register_controls() {
55
  $this->add_control(
56
  'key',
57
  [
includes/elementor/modules/dynamic-tags/post-custom-field.php CHANGED
@@ -39,7 +39,7 @@ class Post_Custom_Field extends Tag {
39
  return true;
40
  }
41
 
42
- protected function _register_controls() {
43
  $this->add_control(
44
  'key',
45
  [
39
  return true;
40
  }
41
 
42
+ protected function register_controls() {
43
  $this->add_control(
44
  'key',
45
  [
includes/elementor/modules/dynamic-tags/post-date.php CHANGED
@@ -26,7 +26,7 @@ class Post_Date extends Tag {
26
  return [ TagsModule::TEXT_CATEGORY ];
27
  }
28
 
29
- protected function _register_controls() {
30
  $this->add_control(
31
  'type',
32
  [
26
  return [ TagsModule::TEXT_CATEGORY ];
27
  }
28
 
29
+ protected function register_controls() {
30
  $this->add_control(
31
  'type',
32
  [
includes/elementor/modules/dynamic-tags/post-featured-image.php CHANGED
@@ -42,7 +42,7 @@ class Post_Featured_Image extends Data_Tag {
42
  return $image_data;
43
  }
44
 
45
- protected function _register_controls() {
46
  $this->add_control(
47
  'fallback',
48
  [
42
  return $image_data;
43
  }
44
 
45
+ protected function register_controls() {
46
  $this->add_control(
47
  'fallback',
48
  [
includes/elementor/modules/dynamic-tags/post-terms.php CHANGED
@@ -27,7 +27,7 @@ class Post_Terms extends Tag {
27
  return [ TagsModule::TEXT_CATEGORY ];
28
  }
29
 
30
- protected function _register_controls() {
31
  $taxonomy_filter_args = [
32
  'show_in_nav_menus' => true,
33
  'object_type' => [ get_post_type() ],
27
  return [ TagsModule::TEXT_CATEGORY ];
28
  }
29
 
30
+ protected function register_controls() {
31
  $taxonomy_filter_args = [
32
  'show_in_nav_menus' => true,
33
  'object_type' => [ get_post_type() ],
includes/elementor/modules/dynamic-tags/post-time.php CHANGED
@@ -27,7 +27,7 @@ class Post_Time extends Tag {
27
  return [ TagsModule::TEXT_CATEGORY ];
28
  }
29
 
30
- protected function _register_controls() {
31
  $this->add_control(
32
  'type',
33
  [
27
  return [ TagsModule::TEXT_CATEGORY ];
28
  }
29
 
30
+ protected function register_controls() {
31
  $this->add_control(
32
  'type',
33
  [
includes/elementor/modules/dynamic-tags/posts-url.php CHANGED
@@ -50,7 +50,7 @@ class Auxin_Posts_Url extends Tag {
50
  return true;
51
  }
52
 
53
- protected function _register_controls() {
54
  $this->add_control(
55
  'key',
56
  [
50
  return true;
51
  }
52
 
53
+ protected function register_controls() {
54
  $this->add_control(
55
  'key',
56
  [
includes/elementor/modules/dynamic-tags/request-parameter.php CHANGED
@@ -59,7 +59,7 @@ class Request_Parameter extends Tag {
59
  echo htmlentities( wp_kses_post( $value ) );
60
  }
61
 
62
- protected function _register_controls() {
63
  $this->add_control(
64
  'request_type',
65
  [
59
  echo htmlentities( wp_kses_post( $value ) );
60
  }
61
 
62
+ protected function register_controls() {
63
  $this->add_control(
64
  'request_type',
65
  [
includes/elementor/modules/dynamic-tags/shortcode.php CHANGED
@@ -33,7 +33,7 @@ class Shortcode extends Tag {
33
  ];
34
  }
35
 
36
- protected function _register_controls() {
37
  $this->add_control(
38
  'shortcode',
39
  [
33
  ];
34
  }
35
 
36
+ protected function register_controls() {
37
  $this->add_control(
38
  'shortcode',
39
  [
includes/elementor/modules/dynamic-tags/taxonomies-url.php CHANGED
@@ -50,7 +50,7 @@ class Auxin_Taxonomies_Url extends Tag {
50
  return true;
51
  }
52
 
53
- protected function _register_controls() {
54
  $this->add_control(
55
  'key',
56
  [
50
  return true;
51
  }
52
 
53
+ protected function register_controls() {
54
  $this->add_control(
55
  'key',
56
  [
includes/elementor/modules/dynamic-tags/user-info.php CHANGED
@@ -65,7 +65,7 @@ class User_Info extends Tag {
65
  return 'type';
66
  }
67
 
68
- protected function _register_controls() {
69
  $this->add_control(
70
  'type',
71
  [
65
  return 'type';
66
  }
67
 
68
+ protected function register_controls() {
69
  $this->add_control(
70
  'type',
71
  [
includes/elementor/modules/theme-builder/theme-page-document.php CHANGED
@@ -112,8 +112,8 @@ abstract class Theme_Document extends Library_Document {
112
 
113
  }
114
 
115
- protected function _register_controls() {
116
- parent::_register_controls();
117
 
118
  // $this->start_controls_section(
119
  // 'preview_settings',
112
 
113
  }
114
 
115
+ protected function register_controls() {
116
+ parent::register_controls();
117
 
118
  // $this->start_controls_section(
119
  // 'preview_settings',
includes/elementor/widgets/accordion.php CHANGED
@@ -88,7 +88,7 @@ class Accordion extends Widget_Base {
88
  * @since 1.0.0
89
  * @access protected
90
  */
91
- protected function _register_controls() {
92
 
93
  /*-----------------------------------------------------------------------------------*/
94
  /* Content TAB
88
  * @since 1.0.0
89
  * @access protected
90
  */
91
+ protected function register_controls() {
92
 
93
  /*-----------------------------------------------------------------------------------*/
94
  /* Content TAB
includes/elementor/widgets/audio.php CHANGED
@@ -83,7 +83,7 @@ class Audio extends Widget_Base {
83
  * @since 1.0.0
84
  * @access protected
85
  */
86
- protected function _register_controls() {
87
 
88
  /*-----------------------------------------------------------------------------------*/
89
  /* audio_section
83
  * @since 1.0.0
84
  * @access protected
85
  */
86
+ protected function register_controls() {
87
 
88
  /*-----------------------------------------------------------------------------------*/
89
  /* audio_section
includes/elementor/widgets/before-after.php CHANGED
@@ -84,7 +84,7 @@ class BeforeAfter extends Widget_Base {
84
  * @since 1.0.0
85
  * @access protected
86
  */
87
- protected function _register_controls() {
88
 
89
  /*-----------------------------------------------------------------------------------*/
90
  /* images_section
84
  * @since 1.0.0
85
  * @access protected
86
  */
87
+ protected function register_controls() {
88
 
89
  /*-----------------------------------------------------------------------------------*/
90
  /* images_section
includes/elementor/widgets/button.php CHANGED
@@ -88,7 +88,7 @@ class Button extends Widget_Base {
88
  * @since 1.0.0
89
  * @access protected
90
  */
91
- protected function _register_controls() {
92
 
93
  /*-----------------------------------------------------------------------------------*/
94
  /* button_section
88
  * @since 1.0.0
89
  * @access protected
90
  */
91
+ protected function register_controls() {
92
 
93
  /*-----------------------------------------------------------------------------------*/
94
  /* button_section
includes/elementor/widgets/carousel-navigation.php CHANGED
@@ -84,7 +84,7 @@ class CarouselNavigation extends Widget_Base {
84
  * @since 1.0.0
85
  * @access protected
86
  */
87
- protected function _register_controls() {
88
 
89
  $this->start_controls_section(
90
  'navigation',
84
  * @since 1.0.0
85
  * @access protected
86
  */
87
+ protected function register_controls() {
88
 
89
  $this->start_controls_section(
90
  'navigation',
includes/elementor/widgets/contact-box.php CHANGED
@@ -83,7 +83,7 @@ class ContactBox extends Widget_Base {
83
  * @since 1.0.0
84
  * @access protected
85
  */
86
- protected function _register_controls() {
87
 
88
  /*-----------------------------------------------------------------------------------*/
89
  /* Contact Info section
83
  * @since 1.0.0
84
  * @access protected
85
  */
86
+ protected function register_controls() {
87
 
88
  /*-----------------------------------------------------------------------------------*/
89
  /* Contact Info section
includes/elementor/widgets/contact-form.php CHANGED
@@ -88,7 +88,7 @@ class ContactForm extends Widget_Base {
88
  * @since 1.0.0
89
  * @access protected
90
  */
91
- protected function _register_controls() {
92
 
93
  /*-----------------------------------------------------------------------------------*/
94
  /* contact_section
88
  * @since 1.0.0
89
  * @access protected
90
  */
91
+ protected function register_controls() {
92
 
93
  /*-----------------------------------------------------------------------------------*/
94
  /* contact_section
includes/elementor/widgets/custom-list.php CHANGED
@@ -89,7 +89,7 @@ class CustomList extends Widget_Base {
89
  * @since 1.0.0
90
  * @access protected
91
  */
92
- protected function _register_controls() {
93
 
94
  /*-----------------------------------------------------------------------------------*/
95
  /* Content TAB
89
  * @since 1.0.0
90
  * @access protected
91
  */
92
+ protected function register_controls() {
93
 
94
  /*-----------------------------------------------------------------------------------*/
95
  /* Content TAB
includes/elementor/widgets/divider.php CHANGED
@@ -83,7 +83,7 @@ class Divider extends Widget_Base {
83
  * @since 1.0.0
84
  * @access protected
85
  */
86
- protected function _register_controls() {
87
 
88
  /*-----------------------------------------------------------------------------------*/
89
  /* Divider section
83
  * @since 1.0.0
84
  * @access protected
85
  */
86
+ protected function register_controls() {
87
 
88
  /*-----------------------------------------------------------------------------------*/
89
  /* Divider section
includes/elementor/widgets/gallery.php CHANGED
@@ -86,7 +86,7 @@ class Gallery extends Widget_Base {
86
  * @since 1.0.0
87
  * @access protected
88
  */
89
- protected function _register_controls() {
90
 
91
  $this->start_controls_section(
92
  'section_gallery',
86
  * @since 1.0.0
87
  * @access protected
88
  */
89
+ protected function register_controls() {
90
 
91
  $this->start_controls_section(
92
  'section_gallery',
includes/elementor/widgets/gmap.php CHANGED
@@ -82,7 +82,7 @@ class Gmap extends Widget_Base {
82
  * @since 1.0.0
83
  * @access protected
84
  */
85
- protected function _register_controls() {
86
 
87
  /*-----------------------------------------------------------------------------------*/
88
  /* map_section
82
  * @since 1.0.0
83
  * @access protected
84
  */
85
+ protected function register_controls() {
86
 
87
  /*-----------------------------------------------------------------------------------*/
88
  /* map_section
includes/elementor/widgets/heading-modern.php CHANGED
@@ -89,7 +89,7 @@ class ModernHeading extends Widget_Base {
89
  * @since 1.0.0
90
  * @access protected
91
  */
92
- protected function _register_controls() {
93
 
94
  /*-----------------------------------------------------------------------------------*/
95
  /* Content TAB
89
  * @since 1.0.0
90
  * @access protected
91
  */
92
+ protected function register_controls() {
93
 
94
  /*-----------------------------------------------------------------------------------*/
95
  /* Content TAB
includes/elementor/widgets/icon.php CHANGED
@@ -100,7 +100,7 @@ class Icon extends Widget_Base {
100
  * @since 1.0.0
101
  * @access protected
102
  */
103
- protected function _register_controls() {
104
  $this->start_controls_section(
105
  'section_icon',
106
  array(
100
  * @since 1.0.0
101
  * @access protected
102
  */
103
+ protected function register_controls() {
104
  $this->start_controls_section(
105
  'section_icon',
106
  array(
includes/elementor/widgets/image.php CHANGED
@@ -91,7 +91,7 @@ class Image extends Widget_Base {
91
  * @since 1.0.0
92
  * @access protected
93
  */
94
- protected function _register_controls() {
95
 
96
  /*-----------------------------------------------------------------------------------*/
97
  /* Content Tab
91
  * @since 1.0.0
92
  * @access protected
93
  */
94
+ protected function register_controls() {
95
 
96
  /*-----------------------------------------------------------------------------------*/
97
  /* Content Tab
includes/elementor/widgets/mailchimp.php CHANGED
@@ -113,7 +113,7 @@ class MailChimp extends Widget_Base {
113
  * @since 1.0.0
114
  * @access protected
115
  */
116
- protected function _register_controls() {
117
 
118
  /*-----------------------------------------------------------------------------------*/
119
  /* Content TAB
113
  * @since 1.0.0
114
  * @access protected
115
  */
116
+ protected function register_controls() {
117
 
118
  /*-----------------------------------------------------------------------------------*/
119
  /* Content TAB
includes/elementor/widgets/modern-button.php CHANGED
@@ -89,7 +89,7 @@ class ModernButton extends Widget_Base {
89
  * @since 1.0.0
90
  * @access protected
91
  */
92
- protected function _register_controls() {
93
 
94
  /*-----------------------------------------------------------------------------------*/
95
  /* Button
@@ -217,6 +217,16 @@ class ModernButton extends Widget_Base {
217
  ]
218
  );
219
 
 
 
 
 
 
 
 
 
 
 
220
  $this->add_control(
221
  'open_video_in_lightbox',
222
  array(
@@ -1043,6 +1053,10 @@ class ModernButton extends Widget_Base {
1043
  $url = $settings['link']['url'];
1044
  }
1045
 
 
 
 
 
1046
  ?>
1047
  <div <?php echo $this->get_render_attribute_string( 'wrapper' ); ?> >
1048
  <?php
89
  * @since 1.0.0
90
  * @access protected
91
  */
92
+ protected function register_controls() {
93
 
94
  /*-----------------------------------------------------------------------------------*/
95
  /* Button
217
  ]
218
  );
219
 
220
+ $this->add_control(
221
+ 'link_css_id',
222
+ array(
223
+ 'label' => __('Link CSS ID','auxin-elements' ),
224
+ 'type' => Controls_Manager::TEXT,
225
+ 'placeholder' => 'Css ID for anchor tag',
226
+ 'label_block' => true,
227
+ )
228
+ );
229
+
230
  $this->add_control(
231
  'open_video_in_lightbox',
232
  array(
1053
  $url = $settings['link']['url'];
1054
  }
1055
 
1056
+ if ( $settings['link_css_id'] ) {
1057
+ $this->add_render_attribute( 'button', 'id', $settings['link_css_id'] );
1058
+ }
1059
+
1060
  ?>
1061
  <div <?php echo $this->get_render_attribute_string( 'wrapper' ); ?> >
1062
  <?php
includes/elementor/widgets/products-grid.php CHANGED
@@ -125,7 +125,7 @@ class ProductsGrid extends Widget_Base {
125
  * @since 1.0.0
126
  * @access protected
127
  */
128
- protected function _register_controls() {
129
  /*-------------------------------------------------------------------*/
130
  /* Layout TAB
131
  /*-------------------------------------------------------------------*/
125
  * @since 1.0.0
126
  * @access protected
127
  */
128
+ protected function register_controls() {
129
  /*-------------------------------------------------------------------*/
130
  /* Layout TAB
131
  /*-------------------------------------------------------------------*/
includes/elementor/widgets/quote.php CHANGED
@@ -86,7 +86,7 @@ class Quote extends Widget_Base {
86
  * @since 1.0.0
87
  * @access protected
88
  */
89
- protected function _register_controls() {
90
 
91
  /*-----------------------------------------------------------------------------------*/
92
  /* content_section
86
  * @since 1.0.0
87
  * @access protected
88
  */
89
+ protected function register_controls() {
90
 
91
  /*-----------------------------------------------------------------------------------*/
92
  /* content_section
includes/elementor/widgets/recent-comments.php CHANGED
@@ -111,7 +111,7 @@ class RecentComments extends Widget_Base {
111
  * @since 1.0.0
112
  * @access protected
113
  */
114
- protected function _register_controls() {
115
 
116
  /*-----------------------------------------------------------------------------------*/
117
  /* Content TAB
111
  * @since 1.0.0
112
  * @access protected
113
  */
114
+ protected function register_controls() {
115
 
116
  /*-----------------------------------------------------------------------------------*/
117
  /* Content TAB
includes/elementor/widgets/recent-posts-grid-carousel.php CHANGED
@@ -108,7 +108,7 @@ class RecentPostsGridCarousel extends Widget_Base {
108
  * @since 1.0.0
109
  * @access protected
110
  */
111
- protected function _register_controls() {
112
 
113
  /*-----------------------------------------------------------------------------------*/
114
  /* layout_section
@@ -497,6 +497,19 @@ class RecentPostsGridCarousel extends Widget_Base {
497
  )
498
  );
499
 
 
 
 
 
 
 
 
 
 
 
 
 
 
500
  $this->add_control(
501
  'show_badge',
502
  array(
@@ -1979,6 +1992,7 @@ class RecentPostsGridCarousel extends Widget_Base {
1979
  'display_like' => $settings['display_like'],
1980
  'show_content' => $settings['show_content'],
1981
  'display_categories' => $settings['display_categories'],
 
1982
  'show_badge' => $settings['show_badge'],
1983
  'show_date' => $settings['show_date'],
1984
  'show_excerpt' => $settings['show_excerpt'],
108
  * @since 1.0.0
109
  * @access protected
110
  */
111
+ protected function register_controls() {
112
 
113
  /*-----------------------------------------------------------------------------------*/
114
  /* layout_section
497
  )
498
  );
499
 
500
+ $this->add_control(
501
+ 'max_taxonomy_num',
502
+ array(
503
+ 'label' => __('Number of Categories Limit','auxin-elements' ),
504
+ 'type' => Controls_Manager::NUMBER,
505
+ 'default' => '1',
506
+ 'condition' => array(
507
+ 'show_info' => 'yes',
508
+ 'display_categories' => 'yes'
509
+ )
510
+ )
511
+ );
512
+
513
  $this->add_control(
514
  'show_badge',
515
  array(
1992
  'display_like' => $settings['display_like'],
1993
  'show_content' => $settings['show_content'],
1994
  'display_categories' => $settings['display_categories'],
1995
+ 'max_taxonomy_num' => $settings['max_taxonomy_num'],
1996
  'show_badge' => $settings['show_badge'],
1997
  'show_date' => $settings['show_date'],
1998
  'show_excerpt' => $settings['show_excerpt'],
includes/elementor/widgets/recent-posts-land-style.php CHANGED
@@ -105,7 +105,7 @@ class RecentPostsLand extends Widget_Base {
105
  * @since 1.0.0
106
  * @access protected
107
  */
108
- protected function _register_controls() {
109
 
110
  /*-----------------------------------------------------------------------------------*/
111
  /* layout_section
@@ -229,6 +229,20 @@ class RecentPostsLand extends Widget_Base {
229
  )
230
  );
231
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
232
  $this->add_control(
233
  'show_date',
234
  array(
@@ -970,6 +984,7 @@ class RecentPostsLand extends Widget_Base {
970
  'display_title' => $settings['display_title'],
971
  'show_info' => $settings['show_info'],
972
  'display_categories' => $settings['display_categories'],
 
973
  'show_date' => $settings['show_date'],
974
  'display_comments' => $settings['display_comments'],
975
  'display_like' => $settings['display_like'],
105
  * @since 1.0.0
106
  * @access protected
107
  */
108
+ protected function register_controls() {
109
 
110
  /*-----------------------------------------------------------------------------------*/
111
  /* layout_section
229
  )
230
  );
231
 
232
+ $this->add_control(
233
+ 'max_taxonomy_num',
234
+ array(
235
+
236
+ 'label' => __('Number of Categories Limit','auxin-elements' ),
237
+ 'type' => Controls_Manager::NUMBER,
238
+ 'default' => '1',
239
+ 'condition' => array(
240
+ 'show_info' => 'yes',
241
+ 'display_categories' => 'yes'
242
+ )
243
+ )
244
+ );
245
+
246
  $this->add_control(
247
  'show_date',
248
  array(
984
  'display_title' => $settings['display_title'],
985
  'show_info' => $settings['show_info'],
986
  'display_categories' => $settings['display_categories'],
987
+ 'max_taxonomy_num' => $settings['max_taxonomy_num'],
988
  'show_date' => $settings['show_date'],
989
  'display_comments' => $settings['display_comments'],
990
  'display_like' => $settings['display_like'],
includes/elementor/widgets/recent-posts-masonry.php CHANGED
@@ -108,7 +108,7 @@ class RecentPostsMasonry extends Widget_Base {
108
  * @since 1.0.0
109
  * @access protected
110
  */
111
- protected function _register_controls() {
112
 
113
  /*-----------------------------------------------------------------------------------*/
114
  /* layout_section
@@ -296,6 +296,19 @@ class RecentPostsMasonry extends Widget_Base {
296
  )
297
  );
298
 
 
 
 
 
 
 
 
 
 
 
 
 
 
299
  $this->add_control(
300
  'show_date',
301
  array(
@@ -1367,6 +1380,7 @@ class RecentPostsMasonry extends Widget_Base {
1367
  'display_like' => $settings['display_like'],
1368
  'show_content' => $settings['show_content'],
1369
  'display_categories' => $settings['display_categories'],
 
1370
  'show_date' => $settings['show_date'],
1371
  'show_excerpt' => $settings['show_excerpt'],
1372
  'excerpt_len' => $settings['excerpt_len'],
108
  * @since 1.0.0
109
  * @access protected
110
  */
111
+ protected function register_controls() {
112
 
113
  /*-----------------------------------------------------------------------------------*/
114
  /* layout_section
296
  )
297
  );
298
 
299
+ $this->add_control(
300
+ 'max_taxonomy_num',
301
+ array(
302
+ 'label' => __('Number of Categories Limit','auxin-elements' ),
303
+ 'type' => Controls_Manager::NUMBER,
304
+ 'default' => '1',
305
+ 'condition' => array(
306
+ 'show_info' => 'yes',
307
+ 'display_categories' => 'yes'
308
+ )
309
+ )
310
+ );
311
+
312
  $this->add_control(
313
  'show_date',
314
  array(
1380
  'display_like' => $settings['display_like'],
1381
  'show_content' => $settings['show_content'],
1382
  'display_categories' => $settings['display_categories'],
1383
+ 'max_taxonomy_num' => $settings['max_taxonomy_num'],
1384
  'show_date' => $settings['show_date'],
1385
  'show_excerpt' => $settings['show_excerpt'],
1386
  'excerpt_len' => $settings['excerpt_len'],
includes/elementor/widgets/recent-posts-tiles-carousel.php CHANGED
@@ -105,7 +105,7 @@ class RecentPostsTilesCarousel extends Widget_Base {
105
  * @since 1.0.0
106
  * @access protected
107
  */
108
- protected function _register_controls() {
109
 
110
  /*-----------------------------------------------------------------------------------*/
111
  /* layout_section
105
  * @since 1.0.0
106
  * @access protected
107
  */
108
+ protected function register_controls() {
109
 
110
  /*-----------------------------------------------------------------------------------*/
111
  /* layout_section
includes/elementor/widgets/recent-posts-tiles.php CHANGED
@@ -105,7 +105,7 @@ class RecentPostsTiles extends Widget_Base {
105
  * @since 1.0.0
106
  * @access protected
107
  */
108
- protected function _register_controls() {
109
 
110
  /*-----------------------------------------------------------------------------------*/
111
  /* layout_section
105
  * @since 1.0.0
106
  * @access protected
107
  */
108
+ protected function register_controls() {
109
 
110
  /*-----------------------------------------------------------------------------------*/
111
  /* layout_section
includes/elementor/widgets/recent-posts-timeline.php CHANGED
@@ -105,7 +105,7 @@ class RecentPostsTimeline extends Widget_Base {
105
  * @since 1.0.0
106
  * @access protected
107
  */
108
- protected function _register_controls() {
109
 
110
  /*-----------------------------------------------------------------------------------*/
111
  /* layout_section
105
  * @since 1.0.0
106
  * @access protected
107
  */
108
+ protected function register_controls() {
109
 
110
  /*-----------------------------------------------------------------------------------*/
111
  /* layout_section
includes/elementor/widgets/recent-products.php CHANGED
@@ -117,7 +117,7 @@ class RecentProducts extends Widget_Base {
117
  * @since 1.0.0
118
  * @access protected
119
  */
120
- protected function _register_controls() {
121
 
122
  /*-----------------------------------------------------------------------------------*/
123
  /* layout_section
@@ -345,33 +345,6 @@ class RecentProducts extends Widget_Base {
345
  )
346
  );
347
 
348
- $this->add_control(
349
- 'exclude_custom_post_formats',
350
- array(
351
- 'label' => __('Exclude custom post formats','auxin-elements' ),
352
- 'type' => Controls_Manager::SWITCHER,
353
- 'label_on' => __( 'On', 'auxin-elements' ),
354
- 'label_off' => __( 'Off', 'auxin-elements' ),
355
- 'return_value' => 'yes',
356
- 'default' => 'no',
357
- )
358
- );
359
-
360
- $this->add_control(
361
- 'exclude_quote_link',
362
- array(
363
- 'label' => __('Exclude quote and link post formats','auxin-elements' ),
364
- 'type' => Controls_Manager::SWITCHER,
365
- 'label_on' => __( 'On', 'auxin-elements' ),
366
- 'label_off' => __( 'Off', 'auxin-elements' ),
367
- 'return_value' => 'yes',
368
- 'default' => 'no',
369
- 'condition' => array(
370
- 'exclude_custom_post_formats' => 'yes',
371
- )
372
- )
373
- );
374
-
375
  $this->add_control(
376
  'order_by',
377
  array(
@@ -441,6 +414,19 @@ class RecentProducts extends Widget_Base {
441
  )
442
  );
443
 
 
 
 
 
 
 
 
 
 
 
 
 
 
444
  $this->end_controls_section();
445
 
446
  /*-----------------------------------------------------------------------------------*/
@@ -740,14 +726,13 @@ class RecentProducts extends Widget_Base {
740
  'cat' => $settings['cat'],
741
  'num' => $settings['num'],
742
  'exclude_without_media' => $settings['exclude_without_media'],
743
- 'exclude_custom_post_formats' => $settings['exclude_custom_post_formats'],
744
- 'exclude_quote_link' => $settings['exclude_quote_link'],
745
  'order_by' => $settings['order_by'],
746
  'order' => $settings['order'],
747
  'only_products__in' => $settings['only_products__in'],
748
  'include' => $settings['include'],
749
  'exclude' => $settings['exclude'],
750
  'offset' => $settings['offset'],
 
751
 
752
  // Style Section
753
  'image_aspect_ratio' => $settings['image_aspect_ratio'],
117
  * @since 1.0.0
118
  * @access protected
119
  */
120
+ protected function register_controls() {
121
 
122
  /*-----------------------------------------------------------------------------------*/
123
  /* layout_section
345
  )
346
  );
347
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
348
  $this->add_control(
349
  'order_by',
350
  array(
414
  )
415
  );
416
 
417
+ $this->add_control(
418
+ 'show_pagination',
419
+ array(
420
+ 'label' => __('Show Pagination','auxin-elements' ),
421
+ 'description' => __('Paginates the products', 'auxin-elements' ),
422
+ 'type' => Controls_Manager::SWITCHER,
423
+ 'label_on' => __( 'On', 'auxin-elements' ),
424
+ 'label_off' => __( 'Off', 'auxin-elements' ),
425
+ 'return_value' => 'yes',
426
+ 'default' => ''
427
+ )
428
+ );
429
+
430
  $this->end_controls_section();
431
 
432
  /*-----------------------------------------------------------------------------------*/
726
  'cat' => $settings['cat'],
727
  'num' => $settings['num'],
728
  'exclude_without_media' => $settings['exclude_without_media'],
 
 
729
  'order_by' => $settings['order_by'],
730
  'order' => $settings['order'],
731
  'only_products__in' => $settings['only_products__in'],
732
  'include' => $settings['include'],
733
  'exclude' => $settings['exclude'],
734
  'offset' => $settings['offset'],
735
+ 'show_pagination' => $settings['show_pagination'],
736
 
737
  // Style Section
738
  'image_aspect_ratio' => $settings['image_aspect_ratio'],
includes/elementor/widgets/responsive-table.php CHANGED
@@ -90,7 +90,7 @@ class ResponsiveTable extends Widget_Base {
90
  * @since 1.0.0
91
  * @access protected
92
  */
93
- protected function _register_controls() {
94
 
95
  /*-----------------------------------------------------------------------------------*/
96
  /* Content TAB
90
  * @since 1.0.0
91
  * @access protected
92
  */
93
+ protected function register_controls() {
94
 
95
  /*-----------------------------------------------------------------------------------*/
96
  /* Content TAB
includes/elementor/widgets/search.php CHANGED
@@ -83,7 +83,7 @@ class Search extends Widget_Base {
83
  * @since 1.0.0
84
  * @access protected
85
  */
86
- protected function _register_controls() {
87
 
88
  /*-----------------------------------------------------------------------------------*/
89
  /* skin_section
83
  * @since 1.0.0
84
  * @access protected
85
  */
86
+ protected function register_controls() {
87
 
88
  /*-----------------------------------------------------------------------------------*/
89
  /* skin_section
includes/elementor/widgets/staff.php CHANGED
@@ -88,7 +88,7 @@ class Staff extends Widget_Base {
88
  * @since 1.0.0
89
  * @access protected
90
  */
91
- protected function _register_controls() {
92
 
93
  /*-----------------------------------------------------------------------------------*/
94
  /* content_section
88
  * @since 1.0.0
89
  * @access protected
90
  */
91
+ protected function register_controls() {
92
 
93
  /*-----------------------------------------------------------------------------------*/
94
  /* content_section
includes/elementor/widgets/svg.php CHANGED
@@ -88,7 +88,7 @@ class Simple__SVG extends Widget_Base {
88
  * @since 1.0.0
89
  * @access protected
90
  */
91
- protected function _register_controls() {
92
 
93
  /*-----------------------------------------------------------------------------------*/
94
  /* Content Tab
88
  * @since 1.0.0
89
  * @access protected
90
  */
91
+ protected function register_controls() {
92
 
93
  /*-----------------------------------------------------------------------------------*/
94
  /* Content Tab
includes/elementor/widgets/tabs.php CHANGED
@@ -88,7 +88,7 @@ class Tabs extends Widget_Base {
88
  * @since 1.0.0
89
  * @access protected
90
  */
91
- protected function _register_controls() {
92
 
93
  /*-----------------------------------------------------------------------------------*/
94
  /* Content TAB
88
  * @since 1.0.0
89
  * @access protected
90
  */
91
+ protected function register_controls() {
92
 
93
  /*-----------------------------------------------------------------------------------*/
94
  /* Content TAB
includes/elementor/widgets/testimonial.php CHANGED
@@ -90,7 +90,7 @@ class Testimonial extends Widget_Base {
90
  * @since 1.0.0
91
  * @access protected
92
  */
93
- protected function _register_controls() {
94
 
95
  /*-----------------------------------------------------------------------------------*/
96
  /* audio_section
90
  * @since 1.0.0
91
  * @access protected
92
  */
93
+ protected function register_controls() {
94
 
95
  /*-----------------------------------------------------------------------------------*/
96
  /* audio_section
includes/elementor/widgets/text.php CHANGED
@@ -90,7 +90,7 @@ class Text extends Widget_Base {
90
  * @since 1.0.0
91
  * @access protected
92
  */
93
- protected function _register_controls() {
94
 
95
  /*-----------------------------------------------------------------------------------*/
96
  /* Content TAB
@@ -1675,7 +1675,7 @@ class Text extends Widget_Base {
1675
  'icon_svg_inline' => $settings['svg_inline'],
1676
 
1677
  'text_align' => $settings['text_align'],
1678
- 'text_align_resp' => $settings['text_align_mobile'],
1679
  'overlay_color' => $settings['overlay_color'],
1680
 
1681
  'footer_shape' => $settings['footer_shape'],
90
  * @since 1.0.0
91
  * @access protected
92
  */
93
+ protected function register_controls() {
94
 
95
  /*-----------------------------------------------------------------------------------*/
96
  /* Content TAB
1675
  'icon_svg_inline' => $settings['svg_inline'],
1676
 
1677
  'text_align' => $settings['text_align'],
1678
+ 'text_align_resp' => empty( $settings['text_align_mobile'] ) ? '' : $settings['text_align_mobile'],
1679
  'overlay_color' => $settings['overlay_color'],
1680
 
1681
  'footer_shape' => $settings['footer_shape'],
includes/elementor/widgets/theme-elements/breadcrumbs.php CHANGED
@@ -104,7 +104,7 @@ class Breadcrumbs extends Widget_Base {
104
  * @since 1.0.0
105
  * @access protected
106
  */
107
- protected function _register_controls() {
108
 
109
  /*--------------------------------------------------------------------*/
110
  /* Content
104
  * @since 1.0.0
105
  * @access protected
106
  */
107
+ protected function register_controls() {
108
 
109
  /*--------------------------------------------------------------------*/
110
  /* Content
includes/elementor/widgets/theme-elements/copyright.php CHANGED
@@ -86,7 +86,7 @@ class Copyright extends Widget_Base {
86
  * @since 1.0.0
87
  * @access protected
88
  */
89
- protected function _register_controls() {
90
 
91
  $this->start_controls_section(
92
  'general',
86
  * @since 1.0.0
87
  * @access protected
88
  */
89
+ protected function register_controls() {
90
 
91
  $this->start_controls_section(
92
  'general',
includes/elementor/widgets/theme-elements/current-time.php CHANGED
@@ -86,7 +86,7 @@ class Current_Time extends Widget_Base {
86
  * @since 1.0.0
87
  * @access protected
88
  */
89
- protected function _register_controls() {
90
 
91
  /*-----------------------------------------------------------------------------------*/
92
  /* button_section
86
  * @since 1.0.0
87
  * @access protected
88
  */
89
+ protected function register_controls() {
90
 
91
  /*-----------------------------------------------------------------------------------*/
92
  /* button_section
includes/elementor/widgets/theme-elements/logo.php CHANGED
@@ -90,7 +90,7 @@ class Logo extends Widget_Base {
90
  * @since 1.0.0
91
  * @access protected
92
  */
93
- protected function _register_controls() {
94
 
95
  /*-----------------------------------------------------------------------------------*/
96
  /* button_section
90
  * @since 1.0.0
91
  * @access protected
92
  */
93
+ protected function register_controls() {
94
 
95
  /*-----------------------------------------------------------------------------------*/
96
  /* button_section
includes/elementor/widgets/theme-elements/menu.php CHANGED
@@ -112,7 +112,7 @@ class MenuBox extends Widget_Base {
112
  * @since 1.0.0
113
  * @access protected
114
  */
115
- protected function _register_controls() {
116
 
117
  $this->start_controls_section(
118
  'general',
112
  * @since 1.0.0
113
  * @access protected
114
  */
115
+ protected function register_controls() {
116
 
117
  $this->start_controls_section(
118
  'general',
includes/elementor/widgets/theme-elements/modern-search.php CHANGED
@@ -88,7 +88,7 @@ class ModernSearch extends Widget_Base {
88
  * @since 1.0.0
89
  * @access protected
90
  */
91
- protected function _register_controls() {
92
 
93
  /* Search Section
94
  /*-------------------------------------*/
88
  * @since 1.0.0
89
  * @access protected
90
  */
91
+ protected function register_controls() {
92
 
93
  /* Search Section
94
  /*-------------------------------------*/
includes/elementor/widgets/theme-elements/search.php CHANGED
@@ -86,7 +86,7 @@ class SearchBox extends Widget_Base {
86
  * @since 1.0.0
87
  * @access protected
88
  */
89
- protected function _register_controls() {
90
 
91
  $this->start_controls_section(
92
  'general',
86
  * @since 1.0.0
87
  * @access protected
88
  */
89
+ protected function register_controls() {
90
 
91
  $this->start_controls_section(
92
  'general',
includes/elementor/widgets/theme-elements/select.php ADDED
@@ -0,0 +1,826 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ namespace Auxin\Plugin\CoreElements\Elementor\Elements\Theme_Elements;
3
+ /**
4
+ * Elementor Select Widget
5
+ *
6
+ * @since 1.2.2
7
+ */
8
+ if ( ! defined( 'ABSPATH' ) ) {
9
+ exit; // Exit if accessed directly.
10
+ }
11
+
12
+ use Elementor\Widget_Base;
13
+ use Elementor\Controls_Manager;
14
+ use Elementor\Group_Control_Typography;
15
+ use Elementor\Core\Schemes\Typography;
16
+ use Elementor\Group_Control_Border;
17
+ use Elementor\Group_Control_Background;
18
+ use Elementor\Group_Control_Box_Shadow;
19
+
20
+ class Select extends Widget_Base {
21
+
22
+ /**
23
+ * Get widget name.
24
+ *
25
+ * Retrieve Icon Box Left widget name.
26
+ *
27
+ * @since 1.0.0
28
+ * @access public
29
+ *
30
+ * @return string Widget name.
31
+ */
32
+ public function get_name() {
33
+ return 'aux_select_box';
34
+ }
35
+
36
+ /**
37
+ * Get widget title.
38
+ *
39
+ * Retrieve Icon Box Left widget title.
40
+ *
41
+ * @since 1.0.0
42
+ * @access public
43
+ *
44
+ * @return string Widget title.
45
+ */
46
+ public function get_title() {
47
+ return esc_html__( 'Select Box', 'auxin-elements' );
48
+ }
49
+
50
+ /**
51
+ * Get widget icon.
52
+ *
53
+ * Retrieve Icon Box Left widget icon.
54
+ *
55
+ * @since 1.0.0
56
+ * @access public
57
+ *
58
+ * @return string Widget icon.
59
+ */
60
+ public function get_icon() {
61
+ return 'eicon-select auxin-badge';
62
+ }
63
+
64
+ /**
65
+ * Get widget categories.
66
+ *
67
+ * Retrieve the list of categories the Icon Box Left widget belongs to.
68
+ *
69
+ * @since 1.0.0
70
+ * @access public
71
+ *
72
+ * @return array Widget categories.
73
+ */
74
+ public function get_categories() {
75
+ return array( 'auxin-core', 'auxin-theme-elements' );
76
+ }
77
+
78
+ /**
79
+ * Register Icon Box Left widget controls.
80
+ *
81
+ * Adds different input fields to allow the user to change and customize the widget settings.
82
+ *
83
+ * @since 1.0.0
84
+ * @access protected
85
+ */
86
+ protected function register_controls() {
87
+ $this->start_controls_section(
88
+ 'content_section',
89
+ array(
90
+ 'label' => esc_html__( 'Select', 'auxin-elements' ),
91
+ 'tab' => Controls_Manager::TAB_CONTENT,
92
+ )
93
+ );
94
+
95
+ $this->add_control(
96
+ 'dropdown_icon',
97
+ [
98
+ 'label' => __( 'Dropdown icon', 'auxin-elements' ),
99
+ 'type' => Controls_Manager::ICONS,
100
+ 'default' => [
101
+ 'value' => 'auxicon auxicon-chevron-down',
102
+ 'library' => 'auxicon',
103
+ ],
104
+ ]
105
+ );
106
+
107
+ $repeater = new \Elementor\Repeater();
108
+
109
+ $repeater->add_control(
110
+ 'item_title',
111
+ array(
112
+ 'label' => esc_html__( 'Title', 'auxin-elements' ),
113
+ 'type' => Controls_Manager::TEXT,
114
+ 'placeholder' => esc_html__( 'Link title', 'auxin-elements' ),
115
+ )
116
+ );
117
+
118
+ $repeater->add_control(
119
+ 'item_link',
120
+ [
121
+ 'label' => __( 'Link', 'auxin-elements' ),
122
+ 'type' => Controls_Manager::URL,
123
+ 'placeholder' => __( 'https://your-link.com', 'auxin-elements' ),
124
+ 'show_external' => true,
125
+ 'default' => [
126
+ 'url' => '#',
127
+ 'is_external' => false,
128
+ 'nofollow' => true,
129
+ ],
130
+ 'dynamic' => array(
131
+ 'active' => true
132
+ )
133
+ ]
134
+ );
135
+
136
+ $repeater->add_control(
137
+ 'item_icon',
138
+ [
139
+ 'label' => __( 'Icon', 'auxin-elements' ),
140
+ 'type' => Controls_Manager::ICONS,
141
+ 'default' => [
142
+ 'value' => 'fas fa-star',
143
+ 'library' => 'solid',
144
+ ],
145
+ ]
146
+ );
147
+
148
+ $repeater->add_control(
149
+ 'is_language_switcher',
150
+ array(
151
+ 'label' => __('Is lanugage swicher ?', 'auxin-elements'),
152
+ 'type' => Controls_Manager::SWITCHER,
153
+ 'label_on' => __( 'Yes', 'auxin-elements' ),
154
+ 'label_off' => __( 'No', 'auxin-elements' ),
155
+ 'return_value' => 'yes',
156
+ 'default' => 'yes',
157
+ )
158
+ );
159
+
160
+ $repeater->add_control(
161
+ 'language',
162
+ array(
163
+ 'label' => __('Language', 'auxin-elements'),
164
+ 'type' => Controls_Manager::SELECT,
165
+ 'options' => $this->get_languages_list(),
166
+ 'condition' => [
167
+ 'is_language_switcher' => 'yes'
168
+ ]
169
+ )
170
+ );
171
+
172
+ $this->add_control(
173
+ 'select_items',
174
+ array(
175
+ 'label' => esc_html__( 'Items', 'auxin-elements' ),
176
+ 'type' => Controls_Manager::REPEATER,
177
+ 'fields' => $repeater->get_controls(),
178
+ 'default' => array(
179
+ array(
180
+ 'item_title' => esc_html__( 'First Item', 'auxin-elements' ),
181
+ ),
182
+ array(
183
+ 'item_title' => esc_html__( 'Second Item', 'auxin-elements' ),
184
+ ),
185
+ ),
186
+ 'title_field' => '{{{ item_title }}}',
187
+ )
188
+ );
189
+
190
+ $this->add_control(
191
+ 'action',
192
+ array(
193
+ 'label' => esc_html__( 'Display Items On Hover', 'auxin-elements' ),
194
+ 'type' => Controls_Manager::SWITCHER,
195
+ 'label_on' => esc_html__( 'Hover', 'auxin-elements' ),
196
+ 'label_off' => esc_html__( 'Click', 'auxin-elements' ),
197
+ 'return_value' => 'hover',
198
+ 'default' => 'hover',
199
+ )
200
+ );
201
+
202
+ $this->end_controls_section();
203
+
204
+ $this->start_controls_section(
205
+ 'select_style_section',
206
+ array(
207
+ 'label' => esc_html__( 'Select Style', 'auxin-elements' ),
208
+ 'tab' => Controls_Manager::TAB_STYLE,
209
+ )
210
+ );
211
+
212
+ $this->add_responsive_control(
213
+ 'select_box_margin',
214
+ array(
215
+ 'label' => esc_html__( 'Select Margin', 'auxin-elements' ),
216
+ 'type' => Controls_Manager::DIMENSIONS,
217
+ 'size_units' => array( 'px', '%', 'em' ),
218
+ 'selectors' => array(
219
+ '{{WRAPPER}}' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
220
+ ),
221
+ )
222
+ );
223
+
224
+ $this->add_responsive_control(
225
+ 'select_align',
226
+ array(
227
+ 'label' => esc_html__( 'Alignment', 'auxin-elements' ),
228
+ 'type' => Controls_Manager::CHOOSE,
229
+ 'options' => array(
230
+ 'left' => array(
231
+ 'title' => __( 'Left', 'auxin-elements' ),
232
+ 'icon' => 'eicon-text-align-left',
233
+ ),
234
+ 'center' => array(
235
+ 'title' => __( 'Center', 'auxin-elements' ),
236
+ 'icon' => 'eicon-text-align-center',
237
+ ),
238
+ 'right' => array(
239
+ 'title' => __( 'Right', 'auxin-elements' ),
240
+ 'icon' => 'eicon-text-align-right',
241
+ )
242
+ ),
243
+ 'default' => 'left',
244
+ 'selectors_dictionary' => [
245
+ 'left' => 'text-align: left;justify-content: flex-start;',
246
+ 'center' => 'text-align: center;justify-content: center;',
247
+ 'right' => 'text-align: right;justify-content: flex-end;'
248
+ ],
249
+ 'selectors' => array(
250
+ '{{WRAPPER}} div.aux-select-element' => '{{VALUE}}',
251
+ '{{WRAPPER}} div.aux-select-element ul li' => '{{VALUE}}',
252
+ ),
253
+ )
254
+ );
255
+
256
+ $this->add_responsive_control(
257
+ 'select_width',
258
+ array(
259
+ 'label' => __('Select Width', 'auxin-elements' ),
260
+ 'type' => Controls_Manager::SLIDER,
261
+ 'size_units' => array('px', '%'),
262
+ 'range' => array(
263
+ 'px' => array(
264
+ 'min' => 0,
265
+ 'max' => 2000,
266
+ 'step' => 5
267
+ ),
268
+ '%' => array(
269
+ 'min' => 0,
270
+ 'max' => 100,
271
+ 'step' => 1
272
+ )
273
+ ),
274
+ 'selectors' => array(
275
+ '{{WRAPPER}} .aux-select-element' => 'width: {{SIZE}}{{UNIT}};'
276
+ )
277
+ )
278
+ );
279
+
280
+ $this->add_responsive_control(
281
+ 'select_height',
282
+ array(
283
+ 'label' => __('Select Height', 'auxin-elements' ),
284
+ 'type' => Controls_Manager::SLIDER,
285
+ 'size_units' => array('px', '%'),
286
+ 'range' => array(
287
+ 'px' => array(
288
+ 'min' => 0,
289
+ 'max' => 2000,
290
+ 'step' => 5
291
+ ),
292
+ '%' => array(
293
+ 'min' => 0,
294
+ 'max' => 100,
295
+ 'step' => 1
296
+ )
297
+ ),
298
+ 'selectors' => array(
299
+ '{{WRAPPER}} .aux-select-element' => 'height: {{SIZE}}{{UNIT}};'
300
+ )
301
+ )
302
+ );
303
+
304
+ $this->start_controls_tabs( 'select_state_colors' );
305
+
306
+ $this->start_controls_tab(
307
+ 'select_normal',
308
+ array(
309
+ 'label' => __( 'Normal' , 'auxin-elements' )
310
+ )
311
+ );
312
+
313
+ $this->add_control(
314
+ 'current_color_normal',
315
+ array(
316
+ 'label' => esc_html__( 'Current Item Color ', 'auxin-elements' ),
317
+ 'type' => Controls_Manager::COLOR,
318
+ 'default' => '',
319
+ 'selectors' => [
320
+ '{{WRAPPER}} .current, {{WRAPPER}} .current a' => 'color: {{VALUE}};'
321
+ ]
322
+ )
323
+ );
324
+
325
+ $this->add_group_control(
326
+ Group_Control_Background::get_type(),
327
+ array(
328
+ 'name' => 'select_background_normal',
329
+ 'label' => __( 'Select Background', 'auxin-elements' ),
330
+ 'types' => array( 'classic', 'gradient' ),
331
+ 'selector' => '{{WRAPPER}} .aux-select-element',
332
+ )
333
+ );
334
+
335
+ $this->end_controls_tab();
336
+
337
+ $this->start_controls_tab(
338
+ 'select_hover',
339
+ array(
340
+ 'label' => __( 'Hover' , 'auxin-elements' )
341
+ )
342
+ );
343
+
344
+ $this->add_control(
345
+ 'current_color_hover',
346
+ array(
347
+ 'label' => esc_html__( 'Current Item Color ', 'auxin-elements' ),
348
+ 'type' => Controls_Manager::COLOR,
349
+ 'default' => '',
350
+ 'selectors' => [
351
+ '{{WRAPPER}} .current:hover, {{WRAPPER}} .current:hover a' => 'color: {{VALUE}};'
352
+ ]
353
+ )
354
+ );
355
+
356
+ $this->add_group_control(
357
+ Group_Control_Background::get_type(),
358
+ array(
359
+ 'name' => 'select_background_hover',
360
+ 'label' => __( 'Select Background', 'auxin-elements' ),
361
+ 'types' => array( 'classic', 'gradient' ),
362
+ 'selector' => '{{WRAPPER}} .aux-select-element',
363
+ )
364
+ );
365
+
366
+ $this->add_responsive_control(
367
+ 'select_transition',
368
+ array(
369
+ 'label' => __('Transition (ms)', 'auxin-elements' ),
370
+ 'type' => Controls_Manager::SLIDER,
371
+ 'size_units' => array('px'),
372
+ 'range' => array(
373
+ 'px' => array(
374
+ 'min' => 0,
375
+ 'max' => 5000,
376
+ 'step' => 100
377
+ )
378
+ ),
379
+ 'selectors' => array(
380
+ '{{WRAPPER}} .aux-select-element, {{WRAPPER}} .current' => 'transition: all {{SIZE}}ms ease;'
381
+ )
382
+ )
383
+ );
384
+
385
+ $this->end_controls_tab();
386
+
387
+ $this->end_controls_tabs();
388
+
389
+ $this->add_control(
390
+ 'select_border_options',
391
+ [
392
+ 'label' => __( 'Select Border Options', 'auxin-elements' ),
393
+ 'type' => Controls_Manager::HEADING,
394
+ 'separator' => 'before',
395
+ ]
396
+ );
397
+
398
+ $this->add_group_control(
399
+ Group_Control_Border::get_type(),
400
+ array(
401
+ 'name' => 'select_border',
402
+ 'label' => esc_html__( 'Select Border', 'auxin-elements' ),
403
+ 'selector' => '{{WRAPPER}} div.aux-select-element',
404
+ 'separator' => 'none'
405
+ )
406
+ );
407
+
408
+ $this->add_responsive_control(
409
+ 'select_border_radius',
410
+ array(
411
+ 'label' => esc_html__( 'Select Border Radius', 'auxin-elements' ),
412
+ 'type' => Controls_Manager::DIMENSIONS,
413
+ 'size_units' => array( 'px', '%', 'em' ),
414
+ 'selectors' => array(
415
+ '{{WRAPPER}} div.aux-select-element' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
416
+ ),
417
+ )
418
+ );
419
+
420
+ $this->end_controls_section();
421
+
422
+ $this->start_controls_section(
423
+ 'dropdown_style_section',
424
+ array(
425
+ 'label' => esc_html__( 'Dropdown Style', 'auxin-elements' ),
426
+ 'tab' => Controls_Manager::TAB_STYLE,
427
+ )
428
+ );
429
+
430
+ $this->add_control(
431
+ 'select_list_border_options',
432
+ [
433
+ 'label' => __( 'Dropdown Border Options', 'auxin-elements' ),
434
+ 'type' => Controls_Manager::HEADING,
435
+ 'separator' => 'before',
436
+ ]
437
+ );
438
+
439
+ $this->add_group_control(
440
+ Group_Control_Border::get_type(),
441
+ array(
442
+ 'name' => 'select_list_border',
443
+ 'label' => esc_html__( 'Select List Border', 'auxin-elements' ),
444
+ 'selector' => '{{WRAPPER}} div.aux-select-element ul',
445
+ 'separator' => 'none'
446
+ )
447
+ );
448
+
449
+ $this->add_responsive_control(
450
+ 'select_list_border_radius',
451
+ array(
452
+ 'label' => esc_html__( 'Dropdown Border Radius', 'auxin-elements' ),
453
+ 'type' => Controls_Manager::DIMENSIONS,
454
+ 'size_units' => array( 'px', '%', 'em' ),
455
+ 'selectors' => array(
456
+ '{{WRAPPER}} div.aux-select-element ul' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
457
+ ),
458
+ )
459
+ );
460
+
461
+ $this->add_group_control(
462
+ Group_Control_Box_Shadow::get_type(),
463
+ array(
464
+ 'name' => 'dropdown_box_shadow',
465
+ 'selector' => '{{WRAPPER}} div.aux-select-element ul',
466
+ )
467
+ );
468
+
469
+ $this->add_group_control(
470
+ Group_Control_Background::get_type(),
471
+ array(
472
+ 'name' => 'dropdown_background',
473
+ 'label' => __( 'Dropdown Background', 'auxin-elements' ),
474
+ 'types' => array( 'classic', 'gradient' ),
475
+ 'selector' => '{{WRAPPER}} ul',
476
+ )
477
+ );
478
+
479
+ $this->end_controls_section();
480
+
481
+ $this->start_controls_section(
482
+ 'select_items_style_section',
483
+ array(
484
+ 'label' => esc_html__( 'Items Style', 'auxin-elements' ),
485
+ 'tab' => Controls_Manager::TAB_STYLE,
486
+ )
487
+ );
488
+
489
+ $this->add_group_control(
490
+ Group_Control_Typography::get_type(),
491
+ array(
492
+ 'name' => 'item_typography',
493
+ 'label' => __( 'Item Typography', 'auxin-elements' ),
494
+ 'scheme' => Typography::TYPOGRAPHY_1,
495
+ 'selector' => '{{WRAPPER}} .current .selected, {{WRAPPER}} ul li',
496
+ )
497
+ );
498
+
499
+ $this->add_responsive_control(
500
+ 'item_padding',
501
+ array(
502
+ 'label' => esc_html__( 'Padding', 'auxin-elements' ),
503
+ 'type' => Controls_Manager::DIMENSIONS,
504
+ 'size_units' => array( 'px', '%', 'em' ),
505
+ 'selectors' => array(
506
+ '{{WRAPPER}} ul li' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
507
+ ),
508
+ )
509
+ );
510
+
511
+ $this->add_responsive_control(
512
+ 'item_margin',
513
+ array(
514
+ 'label' => esc_html__( 'Margin', 'auxin-elements' ),
515
+ 'type' => Controls_Manager::DIMENSIONS,
516
+ 'size_units' => array( 'px', '%', 'em' ),
517
+ 'selectors' => array(
518
+ '{{WRAPPER}} ul li' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
519
+ ),
520
+ )
521
+ );
522
+
523
+ $this->add_group_control(
524
+ Group_Control_Border::get_type(),
525
+ array(
526
+ 'name' => 'item_border',
527
+ 'label' => esc_html__( 'Border', 'auxin-elements' ),
528
+ 'selector' => '{{WRAPPER}} div.aux-select-element li:not(:last-child)',
529
+ 'separator' => 'none'
530
+ )
531
+ );
532
+
533
+ $this->add_responsive_control(
534
+ 'icon_padding',
535
+ array(
536
+ 'label' => esc_html__( 'Icon/Image Padding', 'auxin-elements' ),
537
+ 'type' => Controls_Manager::DIMENSIONS,
538
+ 'size_units' => array( 'px', '%', 'em' ),
539
+ 'selectors' => array(
540
+ '{{WRAPPER}} span.element-icon , {{WRAPPER}} img' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
541
+ ),
542
+ )
543
+ );
544
+
545
+ $this->start_controls_tabs( 'item_state_colors' );
546
+
547
+ $this->start_controls_tab(
548
+ 'item_normal',
549
+ array(
550
+ 'label' => __( 'Normal' , 'auxin-elements' )
551
+ )
552
+ );
553
+
554
+ $this->add_control(
555
+ 'icon_color_normal',
556
+ array(
557
+ 'label' => esc_html__( 'Icon Color ', 'auxin-elements' ),
558
+ 'type' => Controls_Manager::COLOR,
559
+ 'default' => '',
560
+ 'selectors' => [
561
+ '{{WRAPPER}} .element-icon' => 'color: {{VALUE}};'
562
+ ]
563
+ )
564
+ );
565
+
566
+ $this->add_control(
567
+ 'title_color_normal',
568
+ array(
569
+ 'label' => esc_html__( 'Text Color ', 'auxin-elements' ),
570
+ 'type' => Controls_Manager::COLOR,
571
+ 'default' => '',
572
+ 'selectors' => [
573
+ '{{WRAPPER}} ul li a' => 'color: {{VALUE}};'
574
+ ]
575
+ )
576
+ );
577
+
578
+ $this->add_group_control(
579
+ Group_Control_Background::get_type(),
580
+ array(
581
+ 'name' => 'item_background_normal',
582
+ 'label' => __( 'Item Background', 'auxin-elements' ),
583
+ 'types' => array( 'classic', 'gradient' ),
584
+ 'selector' => '{{WRAPPER}} ul li',
585
+ )
586
+ );
587
+
588
+ $this->end_controls_tab();
589
+
590
+ $this->start_controls_tab(
591
+ 'item_hover',
592
+ array(
593
+ 'label' => __( 'Hover' , 'auxin-elements' )
594
+ )
595
+ );
596
+
597
+ $this->add_control(
598
+ 'icon_color_hover',
599
+ array(
600
+ 'label' => esc_html__( 'Icon Color ', 'auxin-elements' ),
601
+ 'type' => Controls_Manager::COLOR,
602
+ 'default' => '',
603
+ 'selectors' => [
604
+ '{{WRAPPER}} ul li:hover .element-icon' => 'color: {{VALUE}};'
605
+ ]
606
+ )
607
+ );
608
+
609
+ $this->add_control(
610
+ 'title_color_hover',
611
+ array(
612
+ 'label' => esc_html__( 'Text Color ', 'auxin-elements' ),
613
+ 'type' => Controls_Manager::COLOR,
614
+ 'default' => '',
615
+ 'selectors' => [
616
+ '{{WRAPPER}} ul li:hover a' => 'color: {{VALUE}};'
617
+ ]
618
+ )
619
+ );
620
+
621
+ $this->add_group_control(
622
+ Group_Control_Background::get_type(),
623
+ array(
624
+ 'name' => 'item_background_hover',
625
+ 'label' => __( 'Item Background', 'auxin-elements' ),
626
+ 'types' => array( 'classic', 'gradient' ),
627
+ 'selector' => '{{WRAPPER}} ul li:hover',
628
+ )
629
+ );
630
+
631
+ $this->add_responsive_control(
632
+ 'dropdown_transition',
633
+ array(
634
+ 'label' => __('Transition (ms)', 'auxin-elements' ),
635
+ 'type' => Controls_Manager::SLIDER,
636
+ 'size_units' => array('px'),
637
+ 'range' => array(
638
+ 'px' => array(
639
+ 'min' => 0,
640
+ 'max' => 5000,
641
+ 'step' => 100
642
+ )
643
+ ),
644
+ 'selectors' => array(
645
+ '{{WRAPPER}} ul li, {{WRAPPER}} ul li a, {{WRAPPER}} ul li .element-icon' => 'transition: all {{SIZE}}ms ease;'
646
+ )
647
+ )
648
+ );
649
+
650
+ $this->end_controls_tab();
651
+
652
+ $this->end_controls_tabs();
653
+
654
+ $this->end_controls_section();
655
+
656
+ }
657
+
658
+ /**
659
+ * Render Icon Box Left widget output on the frontend.
660
+ *
661
+ * Written in PHP and used to generate the final HTML.
662
+ *
663
+ * @since 1.0.0
664
+ * @access protected
665
+ */
666
+ protected function render() {
667
+ $settings = $this->get_settings_for_display();
668
+
669
+ $action = $settings['action'] == 'hover' ? 'hover' : 'click';
670
+
671
+ $current_item = $this->get_current_item( $settings );
672
+
673
+ ?>
674
+ <div class="aux-select-element" data-action="<?php echo esc_attr( $action );?>">
675
+ <span class="current">
676
+ <span class="selected">
677
+ <?php
678
+ if ( !empty( $settings['select_items'][ $current_item ]['item_icon']['library'] ) && $settings['select_items'][ $current_item ]['item_icon']['library'] == 'svg' ) {
679
+ $icon = '<img src="' . $settings['select_items'][ $current_item ]['item_icon']['value']['url'] . '">';
680
+ } elseif ( !empty( $settings['select_items'][ $current_item ]['item_icon']['value'] ) ) {
681
+ $icon = '<span class="element-icon ' . $settings['select_items'][ $current_item ]['item_icon']['value'] . '"></span>';
682
+ } else {
683
+ $icon = '';
684
+ }
685
+ echo auxin_kses( $icon ) . esc_html( $settings['select_items'][ $current_item ]['item_title'] );
686
+ ?>
687
+ </span>
688
+ <?php
689
+ if ( !empty( $settings['dropdown_icon']['library'] ) && $settings['dropdown_icon']['library'] == 'svg' ) {
690
+ echo '<img class="dropdown-icon" src="' . $settings['dropdown_icon']['value']['url'] . '">';
691
+ } elseif ( !empty( $settings['dropdown_icon']['value'] ) ) {
692
+ echo '<span class="dropdown-icon ' . $settings['dropdown_icon']['value'] . '"></span>';
693
+ }
694
+ ?>
695
+ </span>
696
+ <ul class="list">
697
+ <?php
698
+ foreach( $settings['select_items'] as $key => $item ) {
699
+ $is_external = $item['item_link']['is_external'] ? 'target="_blank"' : '';
700
+ if ( !empty( $item['item_icon']['library'] ) && $item['item_icon']['library'] == 'svg' ) {
701
+ $icon = '<img src="' . $item['item_icon']['value']['url'] . '">';
702
+ } elseif ( !empty( $item['item_icon']['value'] ) ) {
703
+ $icon = '<span class="element-icon ' . $item['item_icon']['value'] . '"></span>';
704
+ }
705
+
706
+ $item_link = $item['is_language_switcher'] ? $this->get_item_language_link( $item ) : rtrim( $item['item_link']['url'], '/' );
707
+ ?>
708
+ <li class="option"><?php echo $icon;?><a href="<?php echo esc_url( $item_link );?>" <?php echo $is_external;?>><?php echo esc_html( $item['item_title'] );?></a></li>
709
+ <?php } ?>
710
+ </ul>
711
+ </div>
712
+ <?php
713
+ }
714
+ /**
715
+ * Whether the reload preview is required or not.
716
+ *
717
+ * Used to determine whether the reload preview is required.
718
+ *
719
+ * @since 1.0.0
720
+ * @access public
721
+ *
722
+ * @return bool Whether the reload preview is required.
723
+ */
724
+ public function is_reload_preview_required() {
725
+ return false;
726
+ }
727
+
728
+ /**
729
+ * Render shortcode widget as plain content.
730
+ *
731
+ * Override the default behavior by printing the shortcode instead of rendering it.
732
+ *
733
+ * @since 1.0.0
734
+ * @access public
735
+ */
736
+ public function render_plain_content() {
737
+
738
+ }
739
+
740
+ protected function content_template() {
741
+ }
742
+
743
+ /**
744
+ * Get current item for url visiting
745
+ *
746
+ * @param array $settings
747
+ * @return int
748
+ */
749
+ public function get_current_item( $settings ) {
750
+ global $wp;
751
+ $current_link = rtrim( home_url( $wp->request ), '/' );
752
+
753
+ // if permalink structure is pretty
754
+ foreach( $settings['select_items'] as $key => $item ) {
755
+ $item_link = !empty( $item['is_language_switcher'] ) ? $this->get_item_language_link($item) : rtrim( $item['item_link']['url'], '/' );
756
+ if ( !empty( $item_link ) && ( $item_link == $current_link || strpos( $current_link, $item_link ) != false ) ) {
757
+ return $key;
758
+ }
759
+ }
760
+
761
+ // if permalink structure is not pretty and hast query variables inside
762
+ foreach( $settings['select_items'] as $key => $item ) {
763
+ $item_link = !empty( $item['is_language_switcher'] ) ? $this->get_item_language_link($item) : rtrim( $item['item_link']['url'], '/' );
764
+ if ( !empty( $item_link ) ) {
765
+ $query = parse_url($item_link, PHP_URL_QUERY);
766
+ parse_str($query, $params);
767
+ if ( !empty( $params ) ) {
768
+ $paramKeyFound = true;
769
+ foreach( $params as $paramKey => $paramValue ) {
770
+ if ( empty( $_GET[ $paramKey ] ) || $_GET[ $paramKey ] != $paramValue ) {
771
+ $paramKeyFound = false;
772
+ break;
773
+ }
774
+ }
775
+
776
+ if ( $paramKeyFound ) {
777
+ return $key;
778
+ }
779
+ }
780
+ }
781
+ }
782
+
783
+ return 0;
784
+ }
785
+
786
+ /**
787
+ * List available languages
788
+ *
789
+ * @return array
790
+ */
791
+ public function get_languages_list() {
792
+ if ( function_exists('pll_languages_list') ) {
793
+ $languages_list = pll_languages_list();
794
+ return array_combine( $languages_list, $languages_list );
795
+ }
796
+
797
+ if ( function_exists('wpml_get_active_languages_filter') ) {
798
+ $languages_list = wpml_get_active_languages_filter('');
799
+ return array_combine( array_keys( $languages_list ), array_keys( $languages_list ) );
800
+ }
801
+ return [];
802
+ }
803
+
804
+ /**
805
+ * Get relative language link for an item
806
+ *
807
+ * @param array $item
808
+ * @return string
809
+ */
810
+ public function get_item_language_link( $item ) {
811
+ global $post;
812
+ if ( is_object( $post ) && !is_archive() ) {
813
+ if ( function_exists('pll_get_post') ) {
814
+ $translated_post = pll_get_post( $post->ID, $item['language'] );
815
+ return !empty( $translated_post ) ? rtrim( get_permalink( $translated_post ), '/') : rtrim( $item['item_link']['url'], '/' );
816
+ }
817
+
818
+ if ( function_exists('wpml_object_id_filter') ) {
819
+ $translated_post = wpml_object_id_filter( $post->ID, $post->post_type, false, $item['language'] );
820
+ return !empty( $translated_post ) ? rtrim( wpml_permalink_filter( get_permalink( $translated_post ), $item['language'] ), '/') : rtrim( $item['item_link']['url'], '/' );
821
+ }
822
+ }
823
+
824
+ return rtrim( $item['item_link']['url'], '/' );
825
+ }
826
+ }
includes/elementor/widgets/theme-elements/shopping-cart.php CHANGED
@@ -89,7 +89,7 @@ class Shopping_Cart extends Widget_Base {
89
  * @since 1.0.0
90
  * @access protected
91
  */
92
- protected function _register_controls() {
93
 
94
  /*-----------------------------------------------------------------------------------*/
95
  /* button_section
89
  * @since 1.0.0
90
  * @access protected
91
  */
92
+ protected function register_controls() {
93
 
94
  /*-----------------------------------------------------------------------------------*/
95
  /* button_section
includes/elementor/widgets/theme-elements/site-title.php CHANGED
@@ -86,7 +86,7 @@ class SiteTitle extends Widget_Base {
86
  * @since 1.0.0
87
  * @access protected
88
  */
89
- protected function _register_controls() {
90
 
91
  $this->start_controls_section(
92
  'title_section',
86
  * @since 1.0.0
87
  * @access protected
88
  */
89
+ protected function register_controls() {
90
 
91
  $this->start_controls_section(
92
  'title_section',
includes/elementor/widgets/touch-slider.php CHANGED
@@ -86,7 +86,7 @@ class TouchSlider extends Widget_Base {
86
  * @since 1.0.0
87
  * @access protected
88
  */
89
- protected function _register_controls() {
90
 
91
  /*-----------------------------------------------------------------------------------*/
92
  /* images_section
86
  * @since 1.0.0
87
  * @access protected
88
  */
89
+ protected function register_controls() {
90
 
91
  /*-----------------------------------------------------------------------------------*/
92
  /* images_section
includes/elementor/widgets/video.php CHANGED
@@ -82,7 +82,7 @@ class Video extends Widget_Base {
82
  * @since 1.0.0
83
  * @access protected
84
  */
85
- protected function _register_controls() {
86
 
87
  /*-----------------------------------------------------------------------------------*/
88
  /* audio_section
82
  * @since 1.0.0
83
  * @access protected
84
  */
85
+ protected function register_controls() {
86
 
87
  /*-----------------------------------------------------------------------------------*/
88
  /* audio_section
includes/elements/recent-posts-grid-carousel.php CHANGED
@@ -805,6 +805,7 @@ function auxin_widget_recent_posts_callback( $atts, $shortcode_content = null ){
805
  'display_like' => true,
806
  'display_comments' => true,
807
  'display_categories' => true,
 
808
  'show_badge' => false,
809
  'content_layout' => '', // entry-boxed
810
  'excerpt_len' => '160',
805
  'display_like' => true,
806
  'display_comments' => true,
807
  'display_categories' => true,
808
+ 'max_taxonomy_num' => '',
809
  'show_badge' => false,
810
  'content_layout' => '', // entry-boxed
811
  'excerpt_len' => '160',
includes/elements/recent-posts-land-style.php CHANGED
@@ -439,6 +439,7 @@ function auxin_widget_recent_posts_land_style_callback( $atts, $shortcode_conten
439
  'display_like' => true,
440
  'display_comments' => true,
441
  'display_categories' => true,
 
442
  'show_info' => true,
443
  'show_date' => true,
444
  'author_or_readmore' => 'readmore',
439
  'display_like' => true,
440
  'display_comments' => true,
441
  'display_categories' => true,
442
+ 'max_taxonomy_num' => '',
443
  'show_info' => true,
444
  'show_date' => true,
445
  'author_or_readmore' => 'readmore',
includes/elements/recent-posts-masonry.php CHANGED
@@ -463,6 +463,7 @@ function auxin_widget_recent_posts_masonry_callback( $atts, $shortcode_content =
463
  'display_like' => true,
464
  'display_comments' => true,
465
  'display_categories' => true,
 
466
  'content_layout' => '', // entry-boxed
467
  'post_info_position' => 'after-title', // entry-boxed
468
  'excerpt_len' => '160',
463
  'display_like' => true,
464
  'display_comments' => true,
465
  'display_categories' => true,
466
+ 'max_taxonomy_num' => '',
467
  'content_layout' => '', // entry-boxed
468
  'post_info_position' => 'after-title', // entry-boxed
469
  'excerpt_len' => '160',
includes/elements/recent-products.php CHANGED
@@ -377,7 +377,7 @@ function auxin_widget_the_recent_products_callback( $atts, $shortcode_content =
377
  'include' => '', // include these post IDs in result too. array or string comma separated
378
  'exclude' => '', // exclude these post IDs from result. array or string comma separated
379
  'offset' => '',
380
- 'paged' => '',
381
  'post_type' => 'product',
382
  'taxonomy_name' => 'product_cat', // the taxonomy that we intent to display in post info
383
  'tax_args' => '',
@@ -407,7 +407,8 @@ function auxin_widget_the_recent_products_callback( $atts, $shortcode_content =
407
  'wp_query_args' => array(), // additional wp_query args
408
  'custom_wp_query' => '',
409
  'base' => 'aux_recent_products',
410
- 'base_class' => 'aux-widget-recent-products'
 
411
  );
412
 
413
  $result = auxin_get_widget_scafold( $atts, $default_atts, $shortcode_content );
@@ -502,7 +503,41 @@ function auxin_widget_the_recent_products_callback( $atts, $shortcode_content =
502
  $column_media_width = auxin_get_content_column_width( $desktop_cnum, 15, $content_width );
503
  $size = array( 'width' => $column_media_width, 'height' => $column_media_width * $image_aspect_ratio );
504
  }
505
- echo '<div class="'. $column_class .'">';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
506
 
507
  $have_posts = $wp_query->have_posts();
508
 
@@ -560,6 +595,13 @@ function auxin_widget_the_recent_products_callback( $atts, $shortcode_content =
560
  echo '<span class="aux-post-count hidden">'.$wp_query->post_count.'</span>';
561
  echo '<span class="aux-all-posts-count hidden">'.$wp_query->found_posts.'</span>';
562
  }
 
 
 
 
 
 
 
563
 
564
  }
565
 
@@ -581,3 +623,14 @@ function auxin_widget_the_recent_products_callback( $atts, $shortcode_content =
581
 
582
  return ob_get_clean();
583
  }
 
 
 
 
 
 
 
 
 
 
 
377
  'include' => '', // include these post IDs in result too. array or string comma separated
378
  'exclude' => '', // exclude these post IDs from result. array or string comma separated
379
  'offset' => '',
380
+ 'paged' => 1,
381
  'post_type' => 'product',
382
  'taxonomy_name' => 'product_cat', // the taxonomy that we intent to display in post info
383
  'tax_args' => '',
407
  'wp_query_args' => array(), // additional wp_query args
408
  'custom_wp_query' => '',
409
  'base' => 'aux_recent_products',
410
+ 'base_class' => 'aux-widget-recent-products',
411
+ 'show_pagination' => ''
412
  );
413
 
414
  $result = auxin_get_widget_scafold( $atts, $default_atts, $shortcode_content );
503
  $column_media_width = auxin_get_content_column_width( $desktop_cnum, 15, $content_width );
504
  $size = array( 'width' => $column_media_width, 'height' => $column_media_width * $image_aspect_ratio );
505
  }
506
+
507
+ $column_attrs = '';
508
+
509
+ if ( !empty( $show_pagination ) ) {
510
+ $requiredData = array(
511
+ 'display_price' => $result['parsed_atts']['display_price'],
512
+ 'display_sale_badge' => $result['parsed_atts']['display_sale_badge'],
513
+ 'show_media' => $result['parsed_atts']['show_media'],
514
+ 'preloadable' => $result['parsed_atts']['preloadable'],
515
+ 'preload_preview' => $result['parsed_atts']['preload_preview'],
516
+ 'preload_bgcolor' => $result['parsed_atts']['preload_bgcolor'],
517
+ 'display_title' => $result['parsed_atts']['display_title'],
518
+ 'display_categories' => $result['parsed_atts']['display_categories'],
519
+ 'display_button' => $result['parsed_atts']['display_button'],
520
+ 'desktop_cnum' => $result['parsed_atts']['desktop_cnum'],
521
+ 'tablet_cnum' => $result['parsed_atts']['tablet_cnum'],
522
+ 'phone_cnum' => $result['parsed_atts']['phone_cnum'],
523
+ 'cat' => $result['parsed_atts']['cat'],
524
+ 'num' => $result['parsed_atts']['num'],
525
+ 'exclude_without_media' => $result['parsed_atts']['exclude_without_media'],
526
+ 'order_by' => $result['parsed_atts']['order_by'],
527
+ 'order' => $result['parsed_atts']['order'],
528
+ 'only_products__in' => $result['parsed_atts']['only_products__in'],
529
+ 'include' => $result['parsed_atts']['include'],
530
+ 'exclude' => $result['parsed_atts']['exclude'],
531
+ 'offset' => $result['parsed_atts']['offset'],
532
+ 'show_pagination' => $result['parsed_atts']['show_pagination'],
533
+ 'image_aspect_ratio' => $result['parsed_atts']['image_aspect_ratio'],
534
+ );
535
+
536
+ $column_attrs .= " data-widget-data='" . wp_json_encode( $requiredData ) . "'";
537
+ echo '<div class="aux-isotope-animated"><div class="aux-items-loading aux-loading-hide"><div class="aux-loading-loop"><svg class="aux-circle" width="100%" height="100%" viewBox="0 0 42 42"><circle class="aux-stroke-bg" r="20" cx="21" cy="21" fill="none"></circle><circle class="aux-progress" r="20" cx="21" cy="21" fill="none" transform="rotate(-90 21 21)"></circle></svg></div></div></div>';
538
+ }
539
+
540
+ echo '<div class="'. $column_class .'" ' . $column_attrs . '>';
541
 
542
  $have_posts = $wp_query->have_posts();
543
 
595
  echo '<span class="aux-post-count hidden">'.$wp_query->post_count.'</span>';
596
  echo '<span class="aux-all-posts-count hidden">'.$wp_query->found_posts.'</span>';
597
  }
598
+
599
+ if ( !empty( $show_pagination ) ) {
600
+ echo auxin_the_paginate_nav( [
601
+ 'wp_query' => $wp_query,
602
+ 'current' => $args['paged']
603
+ ] );
604
+ }
605
 
606
  }
607
 
623
 
624
  return ob_get_clean();
625
  }
626
+
627
+ function auxin_ajax_widget_the_recent_products(){
628
+
629
+ $args = !empty($_GET['data']) ? $_GET['data'] : [];
630
+ $args['paged'] = !empty($_GET['paged']) ? sanitize_text_field( $_GET['paged'] ) : $args['paged'];
631
+
632
+ echo auxin_widget_the_recent_products_callback( $args );
633
+ die();
634
+ }
635
+ add_action( 'wp_ajax_aux_the_recent_products', 'auxin_ajax_widget_the_recent_products' );
636
+ add_action( 'wp_ajax_nopriv_aux_the_recent_products', 'auxin_ajax_widget_the_recent_products');
includes/general-functions.php CHANGED
@@ -2419,7 +2419,8 @@ function auxin_search_page_results($post_type = 'post',$args = array()) {
2419
  case 'product':
2420
 
2421
  if ( class_exists('AUXSHP') ) {
2422
- $args['image_aspect_ratio'] = auxin_get_option( 'product_index_thumb_ratio', '1.33' );
 
2423
  } else {
2424
  $sizes = wc_get_image_size( 'woocommerce_thumbnail' );
2425
  $args['image_aspect_ratio'] = $sizes['width']/$sizes['height'];
2419
  case 'product':
2420
 
2421
  if ( class_exists('AUXSHP') ) {
2422
+ $image_aspect_ratio = auxin_get_option( 'product_index_thumb_ratio', '1.33' );
2423
+ $args['image_aspect_ratio'] = $image_aspect_ratio == 'custom' ? (int) auxin_get_option( 'product_index_thumb_ratio_custom', '1' ) : $image_aspect_ratio;
2424
  } else {
2425
  $sizes = wc_get_image_size( 'woocommerce_thumbnail' );
2426
  $args['image_aspect_ratio'] = $sizes['width']/$sizes['height'];
languages/auxin-elements-fa_IR.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Auxin Essential Elements\n"
4
  "Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
5
- "POT-Creation-Date: 2022-01-24 06:28:50+00:00\n"
6
  "PO-Revision-Date: 2016-11-09 12:50+0330\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
@@ -58,9 +58,9 @@ msgid "It's OK."
58
  msgstr ""
59
 
60
  #: admin/includes/admin-ajax.php:262
61
- #: includes/classes/class-auxin-welcome.php:1206
62
- #: includes/classes/class-auxin-welcome.php:1211
63
- #: includes/classes/class-auxin-welcome.php:1374
64
  msgid "Security Token Error!"
65
  msgstr ""
66
 
@@ -88,17 +88,17 @@ msgid "Activate"
88
  msgstr ""
89
 
90
  #: admin/includes/admin-ajax.php:306 admin/includes/admin-ajax.php:321
91
- #: includes/classes/class-auxin-demo-importer.php:190
92
  msgid "Retry"
93
  msgstr ""
94
 
95
  #: admin/includes/admin-ajax.php:317
96
- #: includes/classes/class-auxin-demo-importer.php:114
97
- #: includes/classes/class-auxin-demo-importer.php:157
98
- #: includes/classes/class-auxin-demo-importer.php:192
99
- #: includes/classes/class-auxin-welcome.php:1353
100
- #: includes/classes/class-auxin-welcome.php:1388
101
- #: includes/classes/class-auxin-welcome.php:1820
102
  msgid "Close"
103
  msgstr ""
104
 
@@ -324,12 +324,11 @@ msgstr "خطا"
324
  #: admin/includes/classes/class-auxels-system-check.php:122
325
  msgid ""
326
  "Your site cannot communicate securely with Phlox update services. <a href="
327
- "\"https://docs.phlox.pro/article/206-error-activating-license\" target="
328
- "\"_blank\">How to fix?</a>\n"
329
- " "
330
  msgstr ""
331
 
332
- #: admin/includes/classes/class-auxels-system-check.php:133
333
  msgid "Error while trying to connect to averta servers"
334
  msgstr ""
335
 
@@ -364,9 +363,9 @@ msgid "You need to enter a unique id for notice."
364
  msgstr ""
365
 
366
  #: admin/includes/classes/class-auxin-notices.php:186
367
- #: includes/classes/class-auxin-welcome.php:1872
368
- #: includes/classes/class-auxin-welcome.php:1901
369
- #: includes/classes/class-auxin-welcome.php:1976
370
  msgid "Skip"
371
  msgstr ""
372
 
@@ -626,6 +625,7 @@ msgstr "پیشفرض پوسته"
626
  #: admin/includes/metaboxes/metabox-fields-general-header.php:891
627
  #: admin/includes/metaboxes/metabox-fields-general-top-header.php:35
628
  #: admin/includes/metaboxes/metabox-fields-general-top-header.php:47
 
629
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:157
630
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:169
631
  #: includes/elements/custom-list.php:160 includes/elements/custom-list.php:178
@@ -658,6 +658,7 @@ msgstr "بله"
658
  #: admin/includes/metaboxes/metabox-fields-general-header.php:892
659
  #: admin/includes/metaboxes/metabox-fields-general-top-header.php:36
660
  #: admin/includes/metaboxes/metabox-fields-general-top-header.php:48
 
661
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:158
662
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:170
663
  #: includes/elements/custom-list.php:161 includes/elements/custom-list.php:179
@@ -1169,9 +1170,9 @@ msgstr ""
1169
  #: includes/elementor/widgets/modern-button.php:188
1170
  #: includes/elementor/widgets/quote.php:169
1171
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:252
1172
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1660
1173
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1773
1174
- #: includes/elementor/widgets/recent-posts-masonry.php:1159
1175
  #: includes/elementor/widgets/recent-posts-timeline.php:130
1176
  #: includes/elementor/widgets/responsive-table.php:141
1177
  #: includes/elementor/widgets/responsive-table.php:208
@@ -1185,6 +1186,7 @@ msgstr ""
1185
  #: includes/elementor/widgets/theme-elements/logo.php:165
1186
  #: includes/elementor/widgets/theme-elements/menu.php:332
1187
  #: includes/elementor/widgets/theme-elements/menu.php:1350
 
1188
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:199
1189
  #: includes/elementor/widgets/theme-elements/site-title.php:192
1190
  #: includes/elements/quote.php:112
@@ -1207,11 +1209,11 @@ msgstr "وسط"
1207
  #: includes/elementor/widgets/icon.php:170
1208
  #: includes/elementor/widgets/image.php:319
1209
  #: includes/elementor/widgets/modern-button.php:184
1210
- #: includes/elementor/widgets/modern-button.php:806
1211
  #: includes/elementor/widgets/quote.php:165
1212
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1656
1213
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1769
1214
- #: includes/elementor/widgets/recent-posts-masonry.php:1155
1215
  #: includes/elementor/widgets/recent-posts-timeline.php:134
1216
  #: includes/elementor/widgets/responsive-table.php:137
1217
  #: includes/elementor/widgets/responsive-table.php:204
@@ -1229,6 +1231,7 @@ msgstr "وسط"
1229
  #: includes/elementor/widgets/theme-elements/menu.php:281
1230
  #: includes/elementor/widgets/theme-elements/menu.php:328
1231
  #: includes/elementor/widgets/theme-elements/menu.php:1346
 
1232
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:195
1233
  #: includes/elementor/widgets/theme-elements/site-title.php:188
1234
  #: includes/elements/button.php:183 includes/elements/image.php:151
@@ -1283,7 +1286,7 @@ msgstr "تراز المان خط زمانی را مشخص می کند."
1283
  #: admin/includes/metaboxes/metabox-fields-general-header.php:707
1284
  #: includes/elementor/widgets/button.php:163
1285
  #: includes/elementor/widgets/divider.php:146
1286
- #: includes/elementor/widgets/modern-button.php:311
1287
  #: includes/elementor/widgets/staff.php:787
1288
  #: includes/elementor/widgets/text.php:1046 includes/elements/button.php:66
1289
  #: includes/elements/divider.php:90 includes/elements/socials-list.php:63
@@ -1297,7 +1300,7 @@ msgstr "کوچک"
1297
  #: includes/classes/class-auxin-svg-support.php:192
1298
  #: includes/elementor/widgets/button.php:162
1299
  #: includes/elementor/widgets/divider.php:145
1300
- #: includes/elementor/widgets/modern-button.php:310
1301
  #: includes/elementor/widgets/staff.php:788
1302
  #: includes/elementor/widgets/text.php:1045
1303
  #: includes/elements/before-after.php:104 includes/elements/button.php:65
@@ -1313,7 +1316,7 @@ msgstr "متوسط"
1313
  #: admin/includes/metaboxes/metabox-fields-general-header.php:709
1314
  #: includes/classes/class-auxin-svg-support.php:193
1315
  #: includes/elementor/widgets/button.php:161
1316
- #: includes/elementor/widgets/modern-button.php:309
1317
  #: includes/elementor/widgets/staff.php:789
1318
  #: includes/elementor/widgets/text.php:1044
1319
  #: includes/elements/before-after.php:105 includes/elements/button.php:64
@@ -1381,7 +1384,7 @@ msgstr ""
1381
  #: includes/elementor/widgets/custom-list.php:385
1382
  #: includes/elementor/widgets/gallery.php:131
1383
  #: includes/elementor/widgets/icon.php:125
1384
- #: includes/elementor/widgets/modern-button.php:281
1385
  #: includes/elementor/widgets/quote.php:161
1386
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:130
1387
  #: includes/elementor/widgets/recent-posts-tiles.php:130
@@ -1421,11 +1424,11 @@ msgstr "پیش فرض"
1421
  #: includes/elementor/widgets/image.php:536
1422
  #: includes/elementor/widgets/mailchimp.php:352
1423
  #: includes/elementor/widgets/mailchimp.php:609
1424
- #: includes/elementor/widgets/modern-button.php:407
1425
- #: includes/elementor/widgets/modern-button.php:518
1426
- #: includes/elementor/widgets/modern-button.php:618
1427
- #: includes/elementor/widgets/modern-button.php:730
1428
- #: includes/elementor/widgets/modern-button.php:916
1429
  #: includes/elementor/widgets/products-grid.php:420
1430
  #: includes/elementor/widgets/products-grid.php:487
1431
  #: includes/elementor/widgets/products-grid.php:556
@@ -1436,23 +1439,23 @@ msgstr "پیش فرض"
1436
  #: includes/elementor/widgets/products-grid.php:1044
1437
  #: includes/elementor/widgets/recent-comments.php:201
1438
  #: includes/elementor/widgets/recent-comments.php:284
1439
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:997
1440
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1067
1441
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1171
1442
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1362
1443
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1467
1444
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1593
1445
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1724
1446
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1876
1447
- #: includes/elementor/widgets/recent-posts-land-style.php:624
1448
- #: includes/elementor/widgets/recent-posts-land-style.php:728
1449
- #: includes/elementor/widgets/recent-posts-land-style.php:905
1450
- #: includes/elementor/widgets/recent-posts-masonry.php:670
1451
- #: includes/elementor/widgets/recent-posts-masonry.php:740
1452
- #: includes/elementor/widgets/recent-posts-masonry.php:844
1453
- #: includes/elementor/widgets/recent-posts-masonry.php:1021
1454
- #: includes/elementor/widgets/recent-posts-masonry.php:1110
1455
- #: includes/elementor/widgets/recent-posts-masonry.php:1274
1456
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:514
1457
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:618
1458
  #: includes/elementor/widgets/recent-posts-tiles.php:455
@@ -1460,7 +1463,7 @@ msgstr "پیش فرض"
1460
  #: includes/elementor/widgets/recent-posts-timeline.php:637
1461
  #: includes/elementor/widgets/recent-posts-timeline.php:741
1462
  #: includes/elementor/widgets/recent-posts-timeline.php:918
1463
- #: includes/elementor/widgets/recent-products.php:644
1464
  #: includes/elementor/widgets/staff.php:491
1465
  #: includes/elementor/widgets/staff.php:738
1466
  #: includes/elementor/widgets/svg.php:357
@@ -1489,11 +1492,15 @@ msgstr "پیش فرض"
1489
  #: includes/elementor/widgets/theme-elements/modern-search.php:293
1490
  #: includes/elementor/widgets/theme-elements/modern-search.php:390
1491
  #: includes/elementor/widgets/theme-elements/modern-search.php:509
 
 
 
1492
  #, fuzzy
1493
  msgid "Hover"
1494
  msgstr "پوشاننده"
1495
 
1496
  #: admin/includes/metaboxes/metabox-fields-general-header.php:843
 
1497
  msgid "Click"
1498
  msgstr ""
1499
 
@@ -1653,7 +1660,7 @@ msgid ""
1653
  msgstr ""
1654
 
1655
  #: admin/includes/metaboxes/metabox-fields-page-template.php:27
1656
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:643
1657
  #: includes/elements/recent-posts-grid-carousel.php:467
1658
  #, fuzzy
1659
  msgid "Before Content"
@@ -1670,7 +1677,7 @@ msgid "Above Content, Boxed Layout"
1670
  msgstr "چیدمان محتوا"
1671
 
1672
  #: admin/includes/metaboxes/metabox-fields-page-template.php:30
1673
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:642
1674
  #: includes/elements/recent-posts-grid-carousel.php:466
1675
  #, fuzzy
1676
  msgid "After Content"
@@ -1812,23 +1819,23 @@ msgid "Processing: Download"
1812
  msgstr ""
1813
 
1814
  #: includes/classes/class-auxels-admin-assets.php:67
1815
- #: includes/classes/class-auxin-welcome.php:1429
1816
- #: includes/classes/class-auxin-welcome.php:1560
1817
- #: includes/classes/class-auxin-welcome.php:1929
1818
- #: includes/classes/class-auxin-welcome.php:1999
1819
  #, fuzzy
1820
  msgid "Continue"
1821
  msgstr "دربرگیرنده"
1822
 
1823
  #: includes/classes/class-auxels-admin-assets.php:68
1824
- #: includes/classes/class-auxin-welcome.php:526
1825
- #: includes/classes/class-auxin-welcome.php:1640
1826
  #, fuzzy
1827
  msgid "Install Plugins"
1828
  msgstr "افزونه های فعال"
1829
 
1830
  #: includes/classes/class-auxels-admin-assets.php:69
1831
- #: includes/classes/class-auxin-welcome.php:1786
1832
  #, fuzzy
1833
  msgid "Import Content"
1834
  msgstr "محتوای جعبه ای"
@@ -1851,7 +1858,7 @@ msgid "Archive"
1851
  msgstr ""
1852
 
1853
  #: includes/classes/class-auxels-archive-menu-links.php:72
1854
- #: includes/classes/class-auxin-welcome.php:426
1855
  #, fuzzy
1856
  msgid "Select All"
1857
  msgstr "نوع گالری را انتخاب کنید."
@@ -1938,95 +1945,95 @@ msgstr "افزودن بخش"
1938
  msgid "%s Status"
1939
  msgstr "وضعیت سیستم"
1940
 
1941
- #: includes/classes/class-auxin-demo-importer.php:76
1942
  #, fuzzy
1943
  msgid "Import content"
1944
  msgstr "محتوای خود را وارد کنید."
1945
 
1946
- #: includes/classes/class-auxin-demo-importer.php:108
1947
  msgid "Page has been successfully generated."
1948
  msgstr ""
1949
 
1950
- #: includes/classes/class-auxin-demo-importer.php:111
1951
  #, fuzzy
1952
  msgid "Edit Page"
1953
  msgstr "صفحه ورود"
1954
 
1955
- #: includes/classes/class-auxin-demo-importer.php:138
1956
  msgid "Template content has been successfully imported."
1957
  msgstr ""
1958
 
1959
- #: includes/classes/class-auxin-demo-importer.php:146
1960
- #: includes/classes/class-auxin-demo-importer.php:165
1961
- #: includes/classes/class-auxin-welcome.php:813
1962
  msgid "Copy to clipboard"
1963
  msgstr ""
1964
 
1965
- #: includes/classes/class-auxin-demo-importer.php:155
1966
  msgid "Import to my templates"
1967
  msgstr ""
1968
 
1969
- #: includes/classes/class-auxin-demo-importer.php:182
1970
  msgid "Process failed!."
1971
  msgstr ""
1972
 
1973
- #: includes/classes/class-auxin-demo-importer.php:210
1974
  msgid "Invalid Inputs."
1975
  msgstr ""
1976
 
1977
- #: includes/classes/class-auxin-demo-importer.php:241
1978
  msgid "Step Failed!"
1979
  msgstr ""
1980
 
1981
- #: includes/classes/class-auxin-demo-importer.php:248
1982
  msgid "Error in getting data!"
1983
  msgstr ""
1984
 
1985
- #: includes/classes/class-auxin-demo-importer.php:271
1986
  msgid "Downloading Medias"
1987
  msgstr ""
1988
 
1989
- #: includes/classes/class-auxin-demo-importer.php:277
1990
  msgid "Importing Media"
1991
  msgstr ""
1992
 
1993
- #: includes/classes/class-auxin-demo-importer.php:293
1994
- #: includes/classes/class-auxin-demo-importer.php:1274
1995
  msgid "Importing Users"
1996
  msgstr ""
1997
 
1998
- #: includes/classes/class-auxin-demo-importer.php:304
1999
- #: includes/classes/class-auxin-demo-importer.php:316
2000
  msgid "Importing Contents"
2001
  msgstr ""
2002
 
2003
- #: includes/classes/class-auxin-demo-importer.php:328
2004
  #, fuzzy
2005
  msgid "Importing Options"
2006
  msgstr "تنظیمات طراحی"
2007
 
2008
- #: includes/classes/class-auxin-demo-importer.php:345
2009
- #: includes/classes/class-auxin-demo-importer.php:554
2010
  msgid "Importing Menus"
2011
  msgstr ""
2012
 
2013
- #: includes/classes/class-auxin-demo-importer.php:351
2014
  msgid "Importing Widgets"
2015
  msgstr ""
2016
 
2017
- #: includes/classes/class-auxin-demo-importer.php:431
2018
  msgid "Retrieve Body Fails"
2019
  msgstr ""
2020
 
2021
- #: includes/classes/class-auxin-demo-importer.php:620
2022
  msgid "Importing Sliders"
2023
  msgstr ""
2024
 
2025
- #: includes/classes/class-auxin-demo-importer.php:1337
2026
  msgid "Preparing Site ..."
2027
  msgstr ""
2028
 
2029
- #: includes/classes/class-auxin-demo-importer.php:1359
2030
  msgid "All steps are successful"
2031
  msgstr ""
2032
 
@@ -2229,7 +2236,7 @@ msgid "Link Relationship (XFN)"
2229
  msgstr ""
2230
 
2231
  #: includes/classes/class-auxin-walker-nav-menu-back.php:205
2232
- #: includes/classes/class-auxin-welcome.php:431
2233
  #: includes/elementor/modules/dynamic-tags/contact-url.php:181
2234
  #: includes/elementor/modules/dynamic-tags/featured-image-data.php:90
2235
  #: includes/elementor/widgets/heading-modern.php:310
@@ -2283,13 +2290,13 @@ msgid "Remove"
2283
  msgstr ""
2284
 
2285
  #: includes/classes/class-auxin-walker-nav-menu-back.php:384
2286
- #: includes/classes/class-auxin-welcome.php:1432
2287
- #: includes/classes/class-auxin-welcome.php:1460
2288
- #: includes/classes/class-auxin-welcome.php:1563
2289
- #: includes/classes/class-auxin-welcome.php:1642
2290
- #: includes/classes/class-auxin-welcome.php:1690
2291
- #: includes/classes/class-auxin-welcome.php:1788
2292
- #: includes/classes/class-auxin-welcome.php:1931
2293
  msgid "Cancel"
2294
  msgstr ""
2295
 
@@ -2429,417 +2436,417 @@ msgid ""
2429
  "all features."
2430
  msgstr ""
2431
 
2432
- #: includes/classes/class-auxin-welcome.php:390
2433
  #, fuzzy
2434
  msgid "Recommended Plugins"
2435
  msgstr "افزونه های فعال"
2436
 
2437
- #: includes/classes/class-auxin-welcome.php:391
2438
  msgid ""
2439
  "The following is a list of best integrated plugins for %s theme, you can "
2440
  "install them from here and add or remove them later on WordPress plugins "
2441
  "page."
2442
  msgstr ""
2443
 
2444
- #: includes/classes/class-auxin-welcome.php:392
2445
  msgid ""
2446
  "We recommend you to install only the plugins under \"Essential\" tab, and "
2447
  "avoid installing all of plugins."
2448
  msgstr ""
2449
 
2450
- #: includes/classes/class-auxin-welcome.php:412
2451
- #: includes/classes/class-auxin-welcome.php:736
2452
  #: includes/elements/popular-posts-widget.php:388
2453
  msgid "Recent"
2454
  msgstr "اخیر"
2455
 
2456
- #: includes/classes/class-auxin-welcome.php:430
2457
  #: includes/elementor/widgets/testimonial.php:346
2458
  #: includes/elements/about-widget.php:58
2459
  msgid "Name"
2460
  msgstr "نام"
2461
 
2462
- #: includes/classes/class-auxin-welcome.php:432
2463
  #, fuzzy
2464
  msgid "Status"
2465
  msgstr "وضعیت سیستم"
2466
 
2467
- #: includes/classes/class-auxin-welcome.php:433
2468
  #, fuzzy
2469
  msgid "Version"
2470
  msgstr "نسخه وردپرس"
2471
 
2472
- #: includes/classes/class-auxin-welcome.php:502
2473
  #, fuzzy
2474
  msgid "Not Installed"
2475
  msgstr "SUHOSIN نصب شده"
2476
 
2477
- #: includes/classes/class-auxin-welcome.php:504
2478
  msgid "Not Activated"
2479
  msgstr ""
2480
 
2481
- #: includes/classes/class-auxin-welcome.php:534
2482
  msgid ""
2483
  "Good news! All plugins are already installed and up to date. Please continue."
2484
  msgstr ""
2485
 
2486
- #: includes/classes/class-auxin-welcome.php:630
2487
  msgid "No Slug Found"
2488
  msgstr ""
2489
 
2490
- #: includes/classes/class-auxin-welcome.php:649
2491
  #, fuzzy
2492
  msgid "Activating"
2493
  msgstr "بخش فعال"
2494
 
2495
- #: includes/classes/class-auxin-welcome.php:664
2496
  msgid "Updating"
2497
  msgstr ""
2498
 
2499
- #: includes/classes/class-auxin-welcome.php:679
2500
  msgid "Installing"
2501
  msgstr ""
2502
 
2503
- #: includes/classes/class-auxin-welcome.php:690
2504
  msgid "Activated"
2505
  msgstr ""
2506
 
2507
- #: includes/classes/class-auxin-welcome.php:749
2508
- #: includes/classes/class-auxin-welcome.php:938
2509
  msgid "Search Templates"
2510
  msgstr ""
2511
 
2512
- #: includes/classes/class-auxin-welcome.php:756
2513
  #, fuzzy
2514
  msgid ""
2515
  "An error occurred while downloading the list of templates. Please try again "
2516
  "later."
2517
  msgstr "خطایی رخ داده است. بازخورد قابل تحویل نیست، لطفا دوباره تلاش کنید."
2518
 
2519
- #: includes/classes/class-auxin-welcome.php:800
2520
  msgid "Download"
2521
  msgstr ""
2522
 
2523
- #: includes/classes/class-auxin-welcome.php:821
2524
- #: includes/classes/class-auxin-welcome.php:998
2525
  msgid "Unlock"
2526
  msgstr ""
2527
 
2528
- #: includes/classes/class-auxin-welcome.php:833
2529
- #: includes/classes/class-auxin-welcome.php:1009
2530
- #: includes/classes/class-auxin-welcome.php:1350
2531
- #: includes/classes/class-auxin-welcome.php:1817
2532
  msgid "Preview"
2533
  msgstr ""
2534
 
2535
- #: includes/classes/class-auxin-welcome.php:856
2536
  msgid "Save to my templates"
2537
  msgstr ""
2538
 
2539
- #: includes/classes/class-auxin-welcome.php:867
2540
  #, fuzzy
2541
  msgid "Create new page"
2542
  msgstr "صفحه جاری"
2543
 
2544
- #: includes/classes/class-auxin-welcome.php:921
2545
  msgid "All Templates"
2546
  msgstr ""
2547
 
2548
- #: includes/classes/class-auxin-welcome.php:944
2549
  #, fuzzy
2550
  msgid ""
2551
  "An error occurred while downloading the list of demo sites. Please try again "
2552
  "later."
2553
  msgstr "خطایی رخ داده است. بازخورد قابل تحویل نیست، لطفا دوباره تلاش کنید."
2554
 
2555
- #: includes/classes/class-auxin-welcome.php:993
2556
- #: includes/classes/class-auxin-welcome.php:1457
2557
  msgid "Uninstall"
2558
  msgstr ""
2559
 
2560
- #: includes/classes/class-auxin-welcome.php:993
2561
- #: includes/classes/class-auxin-welcome.php:1361
2562
  msgid "Import"
2563
  msgstr ""
2564
 
2565
- #: includes/classes/class-auxin-welcome.php:1096
2566
  msgid "You have already the latest version."
2567
  msgstr ""
2568
 
2569
- #: includes/classes/class-auxin-welcome.php:1100
2570
  msgid "New updates are available."
2571
  msgstr ""
2572
 
2573
- #: includes/classes/class-auxin-welcome.php:1101
2574
  msgid ""
2575
  "The following items require update, click update button to update them to "
2576
  "the latest version."
2577
  msgstr ""
2578
 
2579
- #: includes/classes/class-auxin-welcome.php:1110
2580
  msgid "Last checked "
2581
  msgstr ""
2582
 
2583
- #: includes/classes/class-auxin-welcome.php:1112
2584
  msgid "ago"
2585
  msgstr ""
2586
 
2587
- #: includes/classes/class-auxin-welcome.php:1132
2588
- #: includes/classes/class-auxin-welcome.php:1162
2589
- #: includes/classes/class-auxin-welcome.php:1616
2590
  msgid "Ready to update"
2591
  msgstr ""
2592
 
2593
- #: includes/classes/class-auxin-welcome.php:1182
2594
  msgid "Update Now"
2595
  msgstr ""
2596
 
2597
- #: includes/classes/class-auxin-welcome.php:1185
2598
  msgid "Check Again"
2599
  msgstr ""
2600
 
2601
- #: includes/classes/class-auxin-welcome.php:1219
2602
  msgid "You can't remove this demo."
2603
  msgstr ""
2604
 
2605
- #: includes/classes/class-auxin-welcome.php:1344
2606
  msgid "Done!"
2607
  msgstr ""
2608
 
2609
- #: includes/classes/class-auxin-welcome.php:1345
2610
  msgid "Demo has been successfully uninstalled."
2611
  msgstr ""
2612
 
2613
- #: includes/classes/class-auxin-welcome.php:1407
2614
  #: public/includes/frontend-ajax.php:180 public/includes/frontend-ajax.php:243
2615
  msgid "An Error Occurred!"
2616
  msgstr ""
2617
 
2618
- #: includes/classes/class-auxin-welcome.php:1421
2619
  #, fuzzy
2620
  msgid "Notice"
2621
  msgstr "نکته"
2622
 
2623
- #: includes/classes/class-auxin-welcome.php:1423
2624
  msgid ""
2625
  "For better and faster result, it's recommended to install the demo on a "
2626
  "clean WordPress website."
2627
  msgstr ""
2628
 
2629
- #: includes/classes/class-auxin-welcome.php:1449
2630
  msgid "Warning!"
2631
  msgstr ""
2632
 
2633
- #: includes/classes/class-auxin-welcome.php:1451
2634
  msgid "This process will erase all images, posts and settings of this demo..."
2635
  msgstr ""
2636
 
2637
- #: includes/classes/class-auxin-welcome.php:1456
2638
  msgid "Are you sure you want to uninstall this demo?"
2639
  msgstr ""
2640
 
2641
- #: includes/classes/class-auxin-welcome.php:1466
2642
- #: includes/classes/class-auxin-welcome.php:1696
2643
- #: includes/classes/class-auxin-welcome.php:1794
2644
  msgid "Please wait, this may take several minutes .."
2645
  msgstr ""
2646
 
2647
- #: includes/classes/class-auxin-welcome.php:1536
2648
  msgid "An error occurred!"
2649
  msgstr ""
2650
 
2651
- #: includes/classes/class-auxin-welcome.php:1538
2652
  msgid "Method not exist!"
2653
  msgstr ""
2654
 
2655
- #: includes/classes/class-auxin-welcome.php:1552
2656
- #: includes/classes/class-auxin-welcome.php:1593
2657
  msgid "Required Plugins for this demo."
2658
  msgstr ""
2659
 
2660
- #: includes/classes/class-auxin-welcome.php:1554
2661
  msgid ""
2662
  "For better and faster install process it's recommended to install demo on a "
2663
  "clean WordPress website."
2664
  msgstr ""
2665
 
2666
- #: includes/classes/class-auxin-welcome.php:1594
2667
  msgid "The following plugins are required to be installed for this demo."
2668
  msgstr ""
2669
 
2670
- #: includes/classes/class-auxin-welcome.php:1608
2671
  #, fuzzy
2672
  msgid "Ready to install"
2673
  msgstr "تکرار افقی"
2674
 
2675
- #: includes/classes/class-auxin-welcome.php:1612
2676
  #, fuzzy
2677
  msgid "Not activated"
2678
  msgstr "اصلا"
2679
 
2680
- #: includes/classes/class-auxin-welcome.php:1673
2681
  msgid "You already have installed template!"
2682
  msgstr ""
2683
 
2684
- #: includes/classes/class-auxin-welcome.php:1675
2685
  msgid ""
2686
  "For better and faster install proccess it's recommanded to install demo on a "
2687
  "clean wordpress website."
2688
  msgstr ""
2689
 
2690
- #: includes/classes/class-auxin-welcome.php:1687
2691
  msgid "Unistall Template"
2692
  msgstr ""
2693
 
2694
- #: includes/classes/class-auxin-welcome.php:1713
2695
  msgid "Import Demo Content of Phlox Theme."
2696
  msgstr ""
2697
 
2698
- #: includes/classes/class-auxin-welcome.php:1718
2699
  msgid "Complete pre-build Website"
2700
  msgstr ""
2701
 
2702
- #: includes/classes/class-auxin-welcome.php:1723
2703
  #, fuzzy
2704
  msgid "Import media (images, videos, etc.)"
2705
  msgstr "نمایش رسانه های نوشته (تصویر، ویدیو، غیره)"
2706
 
2707
- #: includes/classes/class-auxin-welcome.php:1730
2708
  msgid "Selected Data Only"
2709
  msgstr ""
2710
 
2711
- #: includes/classes/class-auxin-welcome.php:1736
2712
  #, fuzzy
2713
  msgid "Posts/Pages"
2714
  msgstr "نوشته ها"
2715
 
2716
- #: includes/classes/class-auxin-welcome.php:1741
2717
  #, fuzzy
2718
  msgid "Media"
2719
  msgstr "متوسط"
2720
 
2721
- #: includes/classes/class-auxin-welcome.php:1746
2722
  #, fuzzy
2723
  msgid "Widgets"
2724
  msgstr "عنوان ابزارک"
2725
 
2726
- #: includes/classes/class-auxin-welcome.php:1753
2727
  msgid "Menus"
2728
  msgstr ""
2729
 
2730
- #: includes/classes/class-auxin-welcome.php:1758
2731
  #, fuzzy
2732
  msgid "Theme Options"
2733
  msgstr "تنظیمات طراحی"
2734
 
2735
- #: includes/classes/class-auxin-welcome.php:1763
2736
  msgid "MasterSlider (If Available)"
2737
  msgstr ""
2738
 
2739
- #: includes/classes/class-auxin-welcome.php:1773
2740
  msgid "Importing Demo Content is in Progress..."
2741
  msgstr ""
2742
 
2743
- #: includes/classes/class-auxin-welcome.php:1774
2744
  msgid ""
2745
  "This process may take 5 to 10 minutes to complete, please do not close or "
2746
  "refresh this page."
2747
  msgstr ""
2748
 
2749
- #: includes/classes/class-auxin-welcome.php:1808
2750
  msgid "Congratulations!"
2751
  msgstr ""
2752
 
2753
- #: includes/classes/class-auxin-welcome.php:1809
2754
  msgid "Demo has been successfully imported."
2755
  msgstr ""
2756
 
2757
- #: includes/classes/class-auxin-welcome.php:1814
2758
  #, fuzzy
2759
  msgid "Customize"
2760
  msgstr "تصویر دلخواه"
2761
 
2762
- #: includes/classes/class-auxin-welcome.php:1831
2763
  #, fuzzy
2764
  msgid "Importing page content ..."
2765
  msgstr "تراز تصویر در محتوا."
2766
 
2767
- #: includes/classes/class-auxin-welcome.php:1855
2768
  msgid "Remove Watermarks?"
2769
  msgstr ""
2770
 
2771
- #: includes/classes/class-auxin-welcome.php:1856
2772
  msgid ""
2773
  "Some images in this demo are copyrighted and watermarked, you can remove "
2774
  "watermarks by authorizing your Envato Elements subscription."
2775
  msgstr ""
2776
 
2777
- #: includes/classes/class-auxin-welcome.php:1870
2778
  msgid "Remove Watermarks"
2779
  msgstr ""
2780
 
2781
- #: includes/classes/class-auxin-welcome.php:1885
2782
  msgid "Remove watermarks by authorizing your Envato Elements subscription"
2783
  msgstr ""
2784
 
2785
- #: includes/classes/class-auxin-welcome.php:1886
2786
  msgid ""
2787
  "By subscribing to Envato Elements you will have access to unlimited premium "
2788
  "stock images, icons, graphical assets, videos and more."
2789
  msgstr ""
2790
 
2791
- #: includes/classes/class-auxin-welcome.php:1888
2792
  msgid "Explore and Subscribe"
2793
  msgstr ""
2794
 
2795
- #: includes/classes/class-auxin-welcome.php:1896
2796
  msgid "Already an Envato Elements member?"
2797
  msgstr ""
2798
 
2799
- #: includes/classes/class-auxin-welcome.php:1896
2800
  msgid "Activate here"
2801
  msgstr ""
2802
 
2803
- #: includes/classes/class-auxin-welcome.php:1914
2804
- #: includes/classes/class-auxin-welcome.php:1944
2805
  msgid "Verify Your Envato Elements Subscription"
2806
  msgstr ""
2807
 
2808
- #: includes/classes/class-auxin-welcome.php:1915
2809
  msgid "Enter your email below and click continue button"
2810
  msgstr ""
2811
 
2812
- #: includes/classes/class-auxin-welcome.php:1917
2813
  #, fuzzy
2814
  msgid "Enter your email"
2815
  msgstr "برچسب آیتم زبانه را وارد کنید."
2816
 
2817
- #: includes/classes/class-auxin-welcome.php:1945
2818
  msgid "Enter your token below to verify your Subscription"
2819
  msgstr ""
2820
 
2821
- #: includes/classes/class-auxin-welcome.php:1947
2822
  #, fuzzy
2823
  msgid "Enter token here"
2824
  msgstr "برچسب دکمه را وارد کنید."
2825
 
2826
- #: includes/classes/class-auxin-welcome.php:1959
2827
  msgid "How to generate a token ?"
2828
  msgstr ""
2829
 
2830
- #: includes/classes/class-auxin-welcome.php:1960
2831
  msgid "Don't have subscription?"
2832
  msgstr ""
2833
 
2834
- #: includes/classes/class-auxin-welcome.php:1970
2835
  msgid "Verify Token"
2836
  msgstr ""
2837
 
2838
- #: includes/classes/class-auxin-welcome.php:1989
2839
  msgid "Succeed"
2840
  msgstr ""
2841
 
2842
- #: includes/classes/class-auxin-welcome.php:1990
2843
  msgid ""
2844
  "Congratulations! you have successfully authorized your Envato Elements "
2845
  "subscription."
@@ -2912,51 +2919,51 @@ msgstr "افزودن بخش"
2912
  msgid "Select Audio"
2913
  msgstr "انتخاب شکاف آکاردئون"
2914
 
2915
- #: includes/elementor/class-auxin-elementor-core-elements.php:419
2916
  msgid "Element class \"%s\" not found."
2917
  msgstr ""
2918
 
2919
- #: includes/elementor/class-auxin-elementor-core-elements.php:515
2920
  msgid "Module class \"%s\" not found."
2921
  msgstr ""
2922
 
2923
- #: includes/elementor/class-auxin-elementor-core-elements.php:588
2924
  msgid "%s - General"
2925
  msgstr ""
2926
 
2927
- #: includes/elementor/class-auxin-elementor-core-elements.php:596
2928
  msgid "%s - Featured"
2929
  msgstr ""
2930
 
2931
- #: includes/elementor/class-auxin-elementor-core-elements.php:604
2932
  #, fuzzy
2933
  msgid "%s - Posts"
2934
  msgstr "نوشته ها"
2935
 
2936
- #: includes/elementor/class-auxin-elementor-core-elements.php:612
2937
  msgid "%s - Portfolio"
2938
  msgstr ""
2939
 
2940
  #. translators: 1: Plugin name 2: PHP 3: Required PHP version
2941
- #: includes/elementor/class-auxin-elementor-core-elements.php:686
2942
- #: includes/elementor/class-auxin-elementor-core-elements.php:710
2943
  msgid "\"%1$s\" requires \"%2$s\" version %3$s or greater."
2944
  msgstr ""
2945
 
2946
- #: includes/elementor/class-auxin-elementor-core-elements.php:688
2947
  msgid "Elementor"
2948
  msgstr ""
2949
 
2950
- #: includes/elementor/class-auxin-elementor-core-elements.php:712
2951
  #: includes/elements/code.php:82
2952
  msgid "PHP"
2953
  msgstr ""
2954
 
2955
- #: includes/elementor/class-auxin-elementor-core-elements.php:769
2956
  msgid "Phlox Icons - Set 1"
2957
  msgstr ""
2958
 
2959
- #: includes/elementor/class-auxin-elementor-core-elements.php:791
2960
  msgid "Phlox Icons - Set 2"
2961
  msgstr ""
2962
 
@@ -3139,11 +3146,11 @@ msgstr "بالا"
3139
  #: includes/elementor/widgets/icon.php:178
3140
  #: includes/elementor/widgets/image.php:327
3141
  #: includes/elementor/widgets/modern-button.php:192
3142
- #: includes/elementor/widgets/modern-button.php:807
3143
  #: includes/elementor/widgets/quote.php:173
3144
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1664
3145
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1777
3146
- #: includes/elementor/widgets/recent-posts-masonry.php:1163
3147
  #: includes/elementor/widgets/recent-posts-timeline.php:138
3148
  #: includes/elementor/widgets/responsive-table.php:145
3149
  #: includes/elementor/widgets/responsive-table.php:212
@@ -3161,6 +3168,7 @@ msgstr "بالا"
3161
  #: includes/elementor/widgets/theme-elements/menu.php:282
3162
  #: includes/elementor/widgets/theme-elements/menu.php:336
3163
  #: includes/elementor/widgets/theme-elements/menu.php:1354
 
3164
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:203
3165
  #: includes/elementor/widgets/theme-elements/site-title.php:196
3166
  #: includes/elements/button.php:187 includes/elements/image.php:152
@@ -3352,9 +3360,9 @@ msgid "Author Meta"
3352
  msgstr "نام نویسنده"
3353
 
3354
  #: includes/elementor/modules/dynamic-tags/author-name.php:18
3355
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:612
3356
- #: includes/elementor/widgets/recent-posts-land-style.php:307
3357
- #: includes/elementor/widgets/recent-posts-masonry.php:386
3358
  #: includes/elementor/widgets/recent-posts-timeline.php:315
3359
  #: includes/elements/recent-posts-grid-carousel.php:448
3360
  #: includes/elements/recent-posts-land-style.php:372
@@ -3421,10 +3429,11 @@ msgstr "تعداد نوشته ها"
3421
  #: includes/elementor/widgets/heading-modern.php:271
3422
  #: includes/elementor/widgets/icon.php:154
3423
  #: includes/elementor/widgets/modern-button.php:210
3424
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:743
3425
  #: includes/elementor/widgets/text.php:322
3426
  #: includes/elementor/widgets/theme-elements/logo.php:182
3427
  #: includes/elementor/widgets/theme-elements/logo.php:196
 
3428
  #: includes/elementor/widgets/theme-elements/site-title.php:212
3429
  #: includes/elements/custom-list.php:106 includes/elements/text.php:843
3430
  msgid "Link"
@@ -3438,12 +3447,12 @@ msgstr "پیوند"
3438
  #: includes/elementor/widgets/gallery.php:305
3439
  #: includes/elementor/widgets/image.php:302
3440
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:235
3441
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:613
3442
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:879
3443
- #: includes/elementor/widgets/recent-posts-land-style.php:308
3444
- #: includes/elementor/widgets/recent-posts-land-style.php:494
3445
- #: includes/elementor/widgets/recent-posts-masonry.php:387
3446
- #: includes/elementor/widgets/recent-posts-masonry.php:590
3447
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:205
3448
  #: includes/elementor/widgets/recent-posts-tiles.php:387
3449
  #: includes/elementor/widgets/recent-posts-timeline.php:316
@@ -3490,7 +3499,7 @@ msgstr ""
3490
  #: includes/elementor/modules/dynamic-tags/post-time.php:34
3491
  #: includes/elementor/modules/dynamic-tags/request-parameter.php:66
3492
  #: includes/elementor/widgets/accordion.php:145
3493
- #: includes/elementor/widgets/modern-button.php:277
3494
  #: includes/elementor/widgets/svg.php:107
3495
  #: includes/elementor/widgets/text.php:112
3496
  #: includes/elementor/widgets/theme-elements/logo.php:135
@@ -3503,6 +3512,7 @@ msgstr "نوع"
3503
 
3504
  #: includes/elementor/modules/dynamic-tags/contact-url.php:37
3505
  #: includes/elementor/modules/theme-builder/module.php:117
 
3506
  msgid "Select"
3507
  msgstr ""
3508
 
@@ -3618,25 +3628,26 @@ msgstr "بخش"
3618
  #: includes/elementor/widgets/products-grid.php:239
3619
  #: includes/elementor/widgets/products-grid.php:390
3620
  #: includes/elementor/widgets/recent-comments.php:171
3621
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:781
3622
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1028
3623
- #: includes/elementor/widgets/recent-posts-land-style.php:414
3624
- #: includes/elementor/widgets/recent-posts-land-style.php:585
3625
- #: includes/elementor/widgets/recent-posts-masonry.php:510
3626
- #: includes/elementor/widgets/recent-posts-masonry.php:701
3627
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:405
3628
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:475
3629
  #: includes/elementor/widgets/recent-posts-tiles.php:307
3630
  #: includes/elementor/widgets/recent-posts-tiles.php:416
3631
  #: includes/elementor/widgets/recent-posts-timeline.php:439
3632
  #: includes/elementor/widgets/recent-posts-timeline.php:598
3633
- #: includes/elementor/widgets/recent-products.php:384
3634
- #: includes/elementor/widgets/recent-products.php:543
3635
  #: includes/elementor/widgets/staff.php:452
3636
  #: includes/elementor/widgets/tabs.php:373
3637
  #: includes/elementor/widgets/text.php:233
3638
  #: includes/elementor/widgets/text.php:687
3639
  #: includes/elementor/widgets/theme-elements/logo.php:454
 
3640
  #: includes/elementor/widgets/theme-elements/site-title.php:94
3641
  #: includes/elementor/widgets/touch-slider.php:332
3642
  #: includes/elements/about-widget.php:43
@@ -3704,7 +3715,7 @@ msgstr "نمایش فرمت نوشته؟"
3704
  #: includes/elementor/widgets/carousel-navigation.php:105
3705
  #: includes/elementor/widgets/divider.php:148
3706
  #: includes/elementor/widgets/mailchimp.php:137
3707
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:927
3708
  #: includes/elementor/widgets/theme-elements/current-time.php:109
3709
  #: includes/elementor/widgets/theme-elements/menu.php:1000
3710
  #: includes/elements/image.php:98 includes/elements/staff.php:113
@@ -4041,13 +4052,13 @@ msgstr "شناسه کاربر"
4041
  #: includes/elementor/modules/dynamic-tags/user-info.php:76
4042
  #: includes/elementor/widgets/gallery.php:304
4043
  #: includes/elementor/widgets/products-grid.php:240
4044
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:782
4045
- #: includes/elementor/widgets/recent-posts-land-style.php:415
4046
- #: includes/elementor/widgets/recent-posts-masonry.php:511
4047
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:406
4048
  #: includes/elementor/widgets/recent-posts-tiles.php:308
4049
  #: includes/elementor/widgets/recent-posts-timeline.php:440
4050
- #: includes/elementor/widgets/recent-products.php:385
4051
  #: includes/elements/gallery.php:196
4052
  #: includes/elements/latest-posts-slider.php:139
4053
  #: includes/elements/popular-posts-widget.php:200
@@ -4103,13 +4114,13 @@ msgstr ""
4103
  #: includes/elementor/modules/query-control/controls/group-control-query.php:169
4104
  #: includes/elementor/modules/query-control/controls/group-control-query.php:225
4105
  #: includes/elementor/widgets/products-grid.php:244
4106
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:786
4107
- #: includes/elementor/widgets/recent-posts-land-style.php:419
4108
- #: includes/elementor/widgets/recent-posts-masonry.php:515
4109
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:410
4110
  #: includes/elementor/widgets/recent-posts-tiles.php:312
4111
  #: includes/elementor/widgets/recent-posts-timeline.php:444
4112
- #: includes/elementor/widgets/recent-products.php:389
4113
  #: includes/elements/latest-posts-slider.php:143
4114
  #: includes/elements/popular-posts-widget.php:204
4115
  #: includes/elements/recent-posts-grid-carousel.php:190
@@ -4198,13 +4209,13 @@ msgstr ""
4198
  #: includes/elementor/modules/query-control/controls/group-control-query.php:276
4199
  #: includes/elementor/modules/query-control/controls/group-control-query.php:345
4200
  #: includes/elementor/widgets/products-grid.php:237
4201
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:779
4202
- #: includes/elementor/widgets/recent-posts-land-style.php:412
4203
- #: includes/elementor/widgets/recent-posts-masonry.php:508
4204
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:403
4205
  #: includes/elementor/widgets/recent-posts-tiles.php:305
4206
  #: includes/elementor/widgets/recent-posts-timeline.php:437
4207
- #: includes/elementor/widgets/recent-products.php:382
4208
  #: includes/elements/gallery.php:195
4209
  #: includes/elements/latest-posts-slider.php:136
4210
  #: includes/elements/popular-posts-widget.php:197
@@ -4275,13 +4286,13 @@ msgstr "مرتب سازی بر اساس"
4275
  #: includes/elementor/modules/query-control/controls/group-control-query.php:347
4276
  #: includes/elementor/widgets/gallery.php:302
4277
  #: includes/elementor/widgets/products-grid.php:238
4278
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:780
4279
- #: includes/elementor/widgets/recent-posts-land-style.php:413
4280
- #: includes/elementor/widgets/recent-posts-masonry.php:509
4281
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:404
4282
  #: includes/elementor/widgets/recent-posts-tiles.php:306
4283
  #: includes/elementor/widgets/recent-posts-timeline.php:438
4284
- #: includes/elementor/widgets/recent-products.php:383
4285
  #: includes/elements/gallery.php:194
4286
  #: includes/elements/latest-posts-slider.php:137
4287
  #: includes/elements/popular-posts-widget.php:198
@@ -4300,13 +4311,13 @@ msgstr "ترتیب فهرست"
4300
 
4301
  #: includes/elementor/modules/query-control/controls/group-control-query.php:348
4302
  #: includes/elementor/widgets/products-grid.php:241
4303
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:783
4304
- #: includes/elementor/widgets/recent-posts-land-style.php:416
4305
- #: includes/elementor/widgets/recent-posts-masonry.php:512
4306
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:407
4307
  #: includes/elementor/widgets/recent-posts-tiles.php:309
4308
  #: includes/elementor/widgets/recent-posts-timeline.php:441
4309
- #: includes/elementor/widgets/recent-products.php:386
4310
  #: includes/elements/latest-posts-slider.php:140
4311
  #: includes/elements/popular-posts-widget.php:201
4312
  #: includes/elements/recent-posts-grid-carousel.php:187
@@ -4325,13 +4336,13 @@ msgstr "تصادفی"
4325
  #: includes/elementor/modules/query-control/controls/group-control-query.php:356
4326
  #: includes/elementor/widgets/gallery.php:282
4327
  #: includes/elementor/widgets/products-grid.php:253
4328
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:798
4329
- #: includes/elementor/widgets/recent-posts-land-style.php:428
4330
- #: includes/elementor/widgets/recent-posts-masonry.php:524
4331
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:419
4332
  #: includes/elementor/widgets/recent-posts-tiles.php:321
4333
  #: includes/elementor/widgets/recent-posts-timeline.php:453
4334
- #: includes/elementor/widgets/recent-products.php:398
4335
  #: includes/elements/gallery.php:167
4336
  #: includes/elements/popular-posts-widget.php:213
4337
  #: includes/elements/recent-posts-grid-carousel.php:200
@@ -4564,10 +4575,10 @@ msgstr ""
4564
  #: includes/elementor/widgets/heading-modern.php:926
4565
  #: includes/elementor/widgets/heading-modern.php:1002
4566
  #: includes/elementor/widgets/heading-modern.php:1116
4567
- #: includes/elementor/widgets/modern-button.php:658
4568
- #: includes/elementor/widgets/modern-button.php:770
4569
- #: includes/elementor/widgets/modern-button.php:876
4570
- #: includes/elementor/widgets/modern-button.php:975
4571
  #: includes/elementor/widgets/quote.php:288
4572
  #: includes/elementor/widgets/tabs.php:480
4573
  #: includes/elementor/widgets/theme-elements/breadcrumbs.php:240
@@ -4580,6 +4591,7 @@ msgstr ""
4580
  #: includes/elementor/widgets/theme-elements/modern-search.php:869
4581
  #: includes/elementor/widgets/theme-elements/search.php:318
4582
  #: includes/elementor/widgets/theme-elements/search.php:428
 
4583
  #: includes/elementor/widgets/theme-elements/site-title.php:334
4584
  #: includes/elementor/widgets/theme-elements/site-title.php:400
4585
  #: includes/elementor/widgets/theme-elements/site-title.php:466
@@ -4601,15 +4613,15 @@ msgstr ""
4601
  #: includes/elementor/widgets/icon.php:360
4602
  #: includes/elementor/widgets/mailchimp.php:298
4603
  #: includes/elementor/widgets/mailchimp.php:544
4604
- #: includes/elementor/widgets/modern-button.php:391
4605
- #: includes/elementor/widgets/modern-button.php:444
4606
- #: includes/elementor/widgets/modern-button.php:900
4607
- #: includes/elementor/widgets/modern-button.php:999
4608
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:957
4609
- #: includes/elementor/widgets/recent-posts-land-style.php:552
4610
- #: includes/elementor/widgets/recent-posts-masonry.php:630
4611
  #: includes/elementor/widgets/recent-posts-timeline.php:577
4612
- #: includes/elementor/widgets/recent-products.php:522
4613
  #: includes/elementor/widgets/tabs.php:235
4614
  #: includes/elementor/widgets/tabs.php:493
4615
  #: includes/elementor/widgets/text.php:1484
@@ -4653,12 +4665,12 @@ msgstr "کادربندی شده"
4653
  #: includes/elementor/widgets/image.php:499
4654
  #: includes/elementor/widgets/mailchimp.php:326
4655
  #: includes/elementor/widgets/mailchimp.php:571
4656
- #: includes/elementor/widgets/modern-button.php:294
4657
- #: includes/elementor/widgets/modern-button.php:354
4658
- #: includes/elementor/widgets/modern-button.php:479
4659
- #: includes/elementor/widgets/modern-button.php:579
4660
- #: includes/elementor/widgets/modern-button.php:691
4661
- #: includes/elementor/widgets/modern-button.php:817
4662
  #: includes/elementor/widgets/products-grid.php:400
4663
  #: includes/elementor/widgets/products-grid.php:467
4664
  #: includes/elementor/widgets/products-grid.php:536
@@ -4669,23 +4681,23 @@ msgstr "کادربندی شده"
4669
  #: includes/elementor/widgets/products-grid.php:988
4670
  #: includes/elementor/widgets/recent-comments.php:181
4671
  #: includes/elementor/widgets/recent-comments.php:264
4672
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:974
4673
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1041
4674
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1145
4675
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1332
4676
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1447
4677
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1566
4678
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1697
4679
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1820
4680
- #: includes/elementor/widgets/recent-posts-land-style.php:598
4681
- #: includes/elementor/widgets/recent-posts-land-style.php:702
4682
- #: includes/elementor/widgets/recent-posts-land-style.php:885
4683
- #: includes/elementor/widgets/recent-posts-masonry.php:647
4684
- #: includes/elementor/widgets/recent-posts-masonry.php:714
4685
- #: includes/elementor/widgets/recent-posts-masonry.php:818
4686
- #: includes/elementor/widgets/recent-posts-masonry.php:1001
4687
- #: includes/elementor/widgets/recent-posts-masonry.php:1083
4688
- #: includes/elementor/widgets/recent-posts-masonry.php:1218
4689
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:488
4690
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:592
4691
  #: includes/elementor/widgets/recent-posts-tiles.php:429
@@ -4693,7 +4705,7 @@ msgstr "کادربندی شده"
4693
  #: includes/elementor/widgets/recent-posts-timeline.php:611
4694
  #: includes/elementor/widgets/recent-posts-timeline.php:715
4695
  #: includes/elementor/widgets/recent-posts-timeline.php:898
4696
- #: includes/elementor/widgets/recent-products.php:618
4697
  #: includes/elementor/widgets/staff.php:465
4698
  #: includes/elementor/widgets/staff.php:712
4699
  #: includes/elementor/widgets/svg.php:320
@@ -4723,6 +4735,8 @@ msgstr "کادربندی شده"
4723
  #: includes/elementor/widgets/theme-elements/modern-search.php:246
4724
  #: includes/elementor/widgets/theme-elements/modern-search.php:353
4725
  #: includes/elementor/widgets/theme-elements/modern-search.php:444
 
 
4726
  #: includes/elements/button.php:118 includes/elements/text.php:738
4727
  #: includes/general-hooks.php:766 includes/general-hooks.php:1178
4728
  msgid "Normal"
@@ -4735,7 +4749,7 @@ msgstr "معمولی"
4735
  #: includes/elementor/widgets/accordion.php:458
4736
  #: includes/elementor/widgets/accordion.php:496
4737
  #: includes/elementor/widgets/image.php:650
4738
- #: includes/elementor/widgets/recent-posts-land-style.php:568
4739
  #: includes/elementor/widgets/tabs.php:259
4740
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:280
4741
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:470
@@ -4802,15 +4816,15 @@ msgstr ""
4802
  #: includes/elementor/widgets/icon.php:311
4803
  #: includes/elementor/widgets/mailchimp.php:310
4804
  #: includes/elementor/widgets/mailchimp.php:556
4805
- #: includes/elementor/widgets/modern-button.php:379
4806
- #: includes/elementor/widgets/modern-button.php:432
4807
- #: includes/elementor/widgets/modern-button.php:888
4808
- #: includes/elementor/widgets/modern-button.php:987
4809
  #: includes/elementor/widgets/products-grid.php:721
4810
  #: includes/elementor/widgets/products-grid.php:858
4811
  #: includes/elementor/widgets/products-grid.php:949
4812
  #: includes/elementor/widgets/quote.php:333
4813
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1403
4814
  #: includes/elementor/widgets/staff.php:810
4815
  #: includes/elementor/widgets/tabs.php:210
4816
  #: includes/elementor/widgets/tabs.php:467
@@ -4830,6 +4844,7 @@ msgstr ""
4830
  #: includes/elementor/widgets/theme-elements/modern-search.php:640
4831
  #: includes/elementor/widgets/theme-elements/search.php:330
4832
  #: includes/elementor/widgets/theme-elements/search.php:416
 
4833
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:336
4834
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:438
4835
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:503
@@ -4880,14 +4895,14 @@ msgstr "تیتر گذاری"
4880
  #: includes/elementor/widgets/mailchimp.php:423
4881
  #: includes/elementor/widgets/mailchimp.php:578
4882
  #: includes/elementor/widgets/mailchimp.php:616
4883
- #: includes/elementor/widgets/modern-button.php:495
4884
- #: includes/elementor/widgets/modern-button.php:534
4885
- #: includes/elementor/widgets/modern-button.php:595
4886
- #: includes/elementor/widgets/modern-button.php:634
4887
- #: includes/elementor/widgets/modern-button.php:707
4888
- #: includes/elementor/widgets/modern-button.php:746
4889
- #: includes/elementor/widgets/modern-button.php:847
4890
- #: includes/elementor/widgets/modern-button.php:946
4891
  #: includes/elementor/widgets/products-grid.php:407
4892
  #: includes/elementor/widgets/products-grid.php:427
4893
  #: includes/elementor/widgets/products-grid.php:474
@@ -4908,31 +4923,31 @@ msgstr "تیتر گذاری"
4908
  #: includes/elementor/widgets/recent-comments.php:208
4909
  #: includes/elementor/widgets/recent-comments.php:271
4910
  #: includes/elementor/widgets/recent-comments.php:291
4911
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1051
4912
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1077
4913
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1155
4914
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1181
4915
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1267
4916
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1454
4917
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1474
4918
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1845
4919
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1901
4920
- #: includes/elementor/widgets/recent-posts-land-style.php:608
4921
- #: includes/elementor/widgets/recent-posts-land-style.php:634
4922
- #: includes/elementor/widgets/recent-posts-land-style.php:712
4923
- #: includes/elementor/widgets/recent-posts-land-style.php:738
4924
- #: includes/elementor/widgets/recent-posts-land-style.php:824
4925
- #: includes/elementor/widgets/recent-posts-land-style.php:892
4926
- #: includes/elementor/widgets/recent-posts-land-style.php:912
4927
- #: includes/elementor/widgets/recent-posts-masonry.php:724
4928
- #: includes/elementor/widgets/recent-posts-masonry.php:750
4929
- #: includes/elementor/widgets/recent-posts-masonry.php:828
4930
- #: includes/elementor/widgets/recent-posts-masonry.php:854
4931
- #: includes/elementor/widgets/recent-posts-masonry.php:940
4932
- #: includes/elementor/widgets/recent-posts-masonry.php:1008
4933
- #: includes/elementor/widgets/recent-posts-masonry.php:1028
4934
- #: includes/elementor/widgets/recent-posts-masonry.php:1243
4935
- #: includes/elementor/widgets/recent-posts-masonry.php:1299
4936
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:498
4937
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:524
4938
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:602
@@ -4948,9 +4963,9 @@ msgstr "تیتر گذاری"
4948
  #: includes/elementor/widgets/recent-posts-timeline.php:837
4949
  #: includes/elementor/widgets/recent-posts-timeline.php:905
4950
  #: includes/elementor/widgets/recent-posts-timeline.php:925
4951
- #: includes/elementor/widgets/recent-products.php:554
4952
- #: includes/elementor/widgets/recent-products.php:628
4953
- #: includes/elementor/widgets/recent-products.php:654
4954
  #: includes/elementor/widgets/responsive-table.php:179
4955
  #: includes/elementor/widgets/responsive-table.php:246
4956
  #: includes/elementor/widgets/responsive-table.php:276
@@ -5013,7 +5028,7 @@ msgid "Audio Player"
5013
  msgstr "پخش کننده صدا"
5014
 
5015
  #: includes/elementor/widgets/audio.php:95
5016
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:746
5017
  #: includes/elements/audio.php:15
5018
  msgid "Audio"
5019
  msgstr ""
@@ -5054,8 +5069,8 @@ msgstr "فایل صوتی را به صورت خودکار پخش کن."
5054
  #: includes/elementor/widgets/image.php:345
5055
  #: includes/elementor/widgets/image.php:385
5056
  #: includes/elementor/widgets/image.php:399
5057
- #: includes/elementor/widgets/modern-button.php:226
5058
- #: includes/elementor/widgets/modern-button.php:238
5059
  #: includes/elementor/widgets/products-grid.php:223
5060
  #: includes/elementor/widgets/quote.php:221
5061
  #: includes/elementor/widgets/recent-comments.php:155
@@ -5068,48 +5083,48 @@ msgstr "فایل صوتی را به صورت خودکار پخش کن."
5068
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:449
5069
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:461
5070
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:490
5071
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:505
5072
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:517
5073
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:533
5074
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:545
5075
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:557
5076
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:569
5077
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:582
5078
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:625
5079
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:669
5080
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:708
5081
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:723
5082
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:760
 
5083
  #: includes/elementor/widgets/recent-posts-land-style.php:128
5084
  #: includes/elementor/widgets/recent-posts-land-style.php:140
5085
  #: includes/elementor/widgets/recent-posts-land-style.php:182
5086
  #: includes/elementor/widgets/recent-posts-land-style.php:194
5087
  #: includes/elementor/widgets/recent-posts-land-style.php:207
5088
  #: includes/elementor/widgets/recent-posts-land-style.php:222
5089
- #: includes/elementor/widgets/recent-posts-land-style.php:237
5090
- #: includes/elementor/widgets/recent-posts-land-style.php:252
5091
- #: includes/elementor/widgets/recent-posts-land-style.php:264
5092
- #: includes/elementor/widgets/recent-posts-land-style.php:277
5093
- #: includes/elementor/widgets/recent-posts-land-style.php:319
5094
- #: includes/elementor/widgets/recent-posts-land-style.php:371
5095
- #: includes/elementor/widgets/recent-posts-land-style.php:383
5096
- #: includes/elementor/widgets/recent-posts-land-style.php:395
5097
  #: includes/elementor/widgets/recent-posts-masonry.php:179
5098
  #: includes/elementor/widgets/recent-posts-masonry.php:192
5099
  #: includes/elementor/widgets/recent-posts-masonry.php:207
5100
  #: includes/elementor/widgets/recent-posts-masonry.php:249
5101
  #: includes/elementor/widgets/recent-posts-masonry.php:261
5102
  #: includes/elementor/widgets/recent-posts-masonry.php:289
5103
- #: includes/elementor/widgets/recent-posts-masonry.php:304
5104
- #: includes/elementor/widgets/recent-posts-masonry.php:319
5105
- #: includes/elementor/widgets/recent-posts-masonry.php:331
5106
- #: includes/elementor/widgets/recent-posts-masonry.php:343
5107
  #: includes/elementor/widgets/recent-posts-masonry.php:356
5108
- #: includes/elementor/widgets/recent-posts-masonry.php:399
5109
- #: includes/elementor/widgets/recent-posts-masonry.php:415
5110
- #: includes/elementor/widgets/recent-posts-masonry.php:467
5111
- #: includes/elementor/widgets/recent-posts-masonry.php:479
5112
- #: includes/elementor/widgets/recent-posts-masonry.php:491
 
5113
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:253
5114
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:265
5115
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:301
@@ -5143,8 +5158,7 @@ msgstr "فایل صوتی را به صورت خودکار پخش کن."
5143
  #: includes/elementor/widgets/recent-products.php:280
5144
  #: includes/elementor/widgets/recent-products.php:292
5145
  #: includes/elementor/widgets/recent-products.php:341
5146
- #: includes/elementor/widgets/recent-products.php:353
5147
- #: includes/elementor/widgets/recent-products.php:365
5148
  #: includes/elementor/widgets/search.php:104
5149
  #: includes/elementor/widgets/search.php:116
5150
  #: includes/elementor/widgets/search.php:131
@@ -5201,8 +5215,8 @@ msgstr ""
5201
  #: includes/elementor/widgets/image.php:346
5202
  #: includes/elementor/widgets/image.php:386
5203
  #: includes/elementor/widgets/image.php:400
5204
- #: includes/elementor/widgets/modern-button.php:227
5205
- #: includes/elementor/widgets/modern-button.php:239
5206
  #: includes/elementor/widgets/products-grid.php:224
5207
  #: includes/elementor/widgets/quote.php:222
5208
  #: includes/elementor/widgets/recent-comments.php:156
@@ -5215,48 +5229,48 @@ msgstr ""
5215
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:450
5216
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:462
5217
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:491
5218
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:506
5219
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:518
5220
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:534
5221
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:546
5222
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:558
5223
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:570
5224
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:583
5225
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:626
5226
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:670
5227
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:709
5228
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:724
5229
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:761
 
5230
  #: includes/elementor/widgets/recent-posts-land-style.php:129
5231
  #: includes/elementor/widgets/recent-posts-land-style.php:141
5232
  #: includes/elementor/widgets/recent-posts-land-style.php:183
5233
  #: includes/elementor/widgets/recent-posts-land-style.php:195
5234
  #: includes/elementor/widgets/recent-posts-land-style.php:208
5235
  #: includes/elementor/widgets/recent-posts-land-style.php:223
5236
- #: includes/elementor/widgets/recent-posts-land-style.php:238
5237
- #: includes/elementor/widgets/recent-posts-land-style.php:253
5238
- #: includes/elementor/widgets/recent-posts-land-style.php:265
5239
- #: includes/elementor/widgets/recent-posts-land-style.php:278
5240
- #: includes/elementor/widgets/recent-posts-land-style.php:320
5241
- #: includes/elementor/widgets/recent-posts-land-style.php:372
5242
- #: includes/elementor/widgets/recent-posts-land-style.php:384
5243
- #: includes/elementor/widgets/recent-posts-land-style.php:396
5244
  #: includes/elementor/widgets/recent-posts-masonry.php:180
5245
  #: includes/elementor/widgets/recent-posts-masonry.php:193
5246
  #: includes/elementor/widgets/recent-posts-masonry.php:208
5247
  #: includes/elementor/widgets/recent-posts-masonry.php:250
5248
  #: includes/elementor/widgets/recent-posts-masonry.php:262
5249
  #: includes/elementor/widgets/recent-posts-masonry.php:290
5250
- #: includes/elementor/widgets/recent-posts-masonry.php:305
5251
- #: includes/elementor/widgets/recent-posts-masonry.php:320
5252
- #: includes/elementor/widgets/recent-posts-masonry.php:332
5253
- #: includes/elementor/widgets/recent-posts-masonry.php:344
5254
  #: includes/elementor/widgets/recent-posts-masonry.php:357
5255
- #: includes/elementor/widgets/recent-posts-masonry.php:400
5256
- #: includes/elementor/widgets/recent-posts-masonry.php:416
5257
- #: includes/elementor/widgets/recent-posts-masonry.php:468
5258
- #: includes/elementor/widgets/recent-posts-masonry.php:480
5259
- #: includes/elementor/widgets/recent-posts-masonry.php:492
 
5260
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:254
5261
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:266
5262
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:302
@@ -5290,8 +5304,7 @@ msgstr ""
5290
  #: includes/elementor/widgets/recent-products.php:281
5291
  #: includes/elementor/widgets/recent-products.php:293
5292
  #: includes/elementor/widgets/recent-products.php:342
5293
- #: includes/elementor/widgets/recent-products.php:354
5294
- #: includes/elementor/widgets/recent-products.php:366
5295
  #: includes/elementor/widgets/search.php:105
5296
  #: includes/elementor/widgets/search.php:117
5297
  #: includes/elementor/widgets/search.php:132
@@ -5333,7 +5346,7 @@ msgstr "تکرار صدا"
5333
  #: includes/elementor/widgets/audio.php:150
5334
  #: includes/elementor/widgets/button.php:275
5335
  #: includes/elementor/widgets/button.php:283
5336
- #: includes/elementor/widgets/modern-button.php:320
5337
  #: includes/elementor/widgets/tabs.php:149
5338
  #: includes/elementor/widgets/text.php:1064
5339
  #: includes/elementor/widgets/theme-elements/menu.php:616
@@ -5395,13 +5408,13 @@ msgstr "ظاهر"
5395
 
5396
  #: includes/elementor/widgets/before-after.php:155
5397
  #: includes/elementor/widgets/products-grid.php:293
5398
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:850
5399
- #: includes/elementor/widgets/recent-posts-land-style.php:468
5400
- #: includes/elementor/widgets/recent-posts-masonry.php:564
5401
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:459
5402
  #: includes/elementor/widgets/recent-posts-tiles.php:361
5403
  #: includes/elementor/widgets/recent-posts-timeline.php:493
5404
- #: includes/elementor/widgets/recent-products.php:438
5405
  #: includes/elements/before-after.php:83
5406
  #: includes/elements/latest-posts-slider.php:116
5407
  #: includes/elements/recent-posts-grid-carousel.php:260
@@ -5448,7 +5461,7 @@ msgstr "عرض"
5448
  #: includes/elementor/widgets/button.php:52
5449
  #: includes/elementor/widgets/button.php:100
5450
  #: includes/elementor/widgets/modern-button.php:101
5451
- #: includes/elementor/widgets/modern-button.php:269
5452
  #: includes/elementor/widgets/products-grid.php:978
5453
  #: includes/elementor/widgets/text.php:279
5454
  #: includes/elementor/widgets/text.php:1028
@@ -5481,15 +5494,15 @@ msgid "If you want to link your button."
5481
  msgstr "اگر می خواهید دکمه را لینک کنید."
5482
 
5483
  #: includes/elementor/widgets/button.php:130
5484
- #: includes/elementor/widgets/modern-button.php:223
5485
  #, fuzzy
5486
  msgid "Open Video in Lightbox"
5487
  msgstr "بازشدن لایت باکس"
5488
 
5489
  #: includes/elementor/widgets/button.php:148
5490
  #: includes/elementor/widgets/heading-modern.php:1049
5491
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1532
5492
- #: includes/elementor/widgets/recent-posts-masonry.php:1073
5493
  #: includes/elementor/widgets/text.php:1429
5494
  #, fuzzy
5495
  msgid "Wrapper"
@@ -5501,7 +5514,7 @@ msgid "Button size"
5501
  msgstr "اندازه دکمه"
5502
 
5503
  #: includes/elementor/widgets/button.php:160
5504
- #: includes/elementor/widgets/modern-button.php:308
5505
  #: includes/elementor/widgets/text.php:1043 includes/elements/button.php:63
5506
  #: includes/elements/text.php:674 includes/general-hooks.php:698
5507
  #: includes/general-hooks.php:1110
@@ -5510,7 +5523,7 @@ msgstr "خیلی بزرگ"
5510
 
5511
  #: includes/elementor/widgets/button.php:164
5512
  #: includes/elementor/widgets/divider.php:147
5513
- #: includes/elementor/widgets/modern-button.php:312
5514
  #: includes/elementor/widgets/text.php:1047 includes/elements/button.php:67
5515
  #: includes/elements/divider.php:91 includes/elements/text.php:678
5516
  #: includes/general-hooks.php:702 includes/general-hooks.php:1114
@@ -5534,7 +5547,7 @@ msgid "Box"
5534
  msgstr "جعبه"
5535
 
5536
  #: includes/elementor/widgets/button.php:192
5537
- #: includes/elementor/widgets/modern-button.php:295
5538
  #: includes/elementor/widgets/text.php:1372 includes/elements/button.php:95
5539
  #: includes/elements/text.php:712 includes/general-hooks.php:733
5540
  #: includes/general-hooks.php:1145
@@ -5542,7 +5555,7 @@ msgid "Round"
5542
  msgstr "گرد"
5543
 
5544
  #: includes/elementor/widgets/button.php:196
5545
- #: includes/elementor/widgets/modern-button.php:296
5546
  #: includes/elementor/widgets/text.php:1376 includes/elements/button.php:99
5547
  #: includes/elements/text.php:716 includes/general-hooks.php:737
5548
  #: includes/general-hooks.php:1149
@@ -5562,7 +5575,7 @@ msgid "3D"
5562
  msgstr "سه بعدی"
5563
 
5564
  #: includes/elementor/widgets/button.php:219
5565
- #: includes/elementor/widgets/modern-button.php:282
5566
  #: includes/elementor/widgets/text.php:1400 includes/elements/button.php:126
5567
  #: includes/elements/text.php:746 includes/general-hooks.php:774
5568
  #: includes/general-hooks.php:1186
@@ -5571,9 +5584,9 @@ msgstr "خط بیرونی"
5571
 
5572
  #: includes/elementor/widgets/button.php:230
5573
  #: includes/elementor/widgets/carousel-navigation.php:164
5574
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1651
5575
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1764
5576
- #: includes/elementor/widgets/recent-posts-masonry.php:1150
5577
  #: includes/elementor/widgets/theme-elements/current-time.php:131
5578
  #, fuzzy
5579
  msgid "Align"
@@ -5584,26 +5597,26 @@ msgstr "تراز"
5584
  #: includes/elementor/widgets/carousel-navigation.php:292
5585
  #: includes/elementor/widgets/carousel-navigation.php:399
5586
  #: includes/elementor/widgets/heading-modern.php:960
5587
- #: includes/elementor/widgets/modern-button.php:362
5588
- #: includes/elementor/widgets/modern-button.php:415
5589
- #: includes/elementor/widgets/modern-button.php:859
5590
- #: includes/elementor/widgets/modern-button.php:958
5591
  #: includes/elementor/widgets/products-grid.php:871
5592
  #: includes/elementor/widgets/products-grid.php:962
5593
  #: includes/elementor/widgets/products-grid.php:996
5594
  #: includes/elementor/widgets/products-grid.php:1052
5595
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1340
5596
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1370
5597
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1574
5598
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1612
5599
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1705
5600
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1743
5601
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1828
5602
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1884
5603
- #: includes/elementor/widgets/recent-posts-masonry.php:1091
5604
- #: includes/elementor/widgets/recent-posts-masonry.php:1129
5605
- #: includes/elementor/widgets/recent-posts-masonry.php:1226
5606
- #: includes/elementor/widgets/recent-posts-masonry.php:1282
5607
  #: includes/elementor/widgets/testimonial.php:895
5608
  #: includes/elementor/widgets/testimonial.php:931
5609
  #: includes/elementor/widgets/text.php:384
@@ -5634,7 +5647,7 @@ msgstr "اندازه پس زمینه"
5634
  #: includes/elementor/widgets/icon.php:107
5635
  #: includes/elementor/widgets/icon.php:114
5636
  #: includes/elementor/widgets/icon.php:194
5637
- #: includes/elementor/widgets/modern-button.php:789
5638
  #: includes/elementor/widgets/text.php:117
5639
  #: includes/elementor/widgets/text.php:127
5640
  #: includes/elementor/widgets/theme-elements/modern-search.php:106
@@ -5643,6 +5656,7 @@ msgstr "اندازه پس زمینه"
5643
  #: includes/elementor/widgets/theme-elements/search.php:119
5644
  #: includes/elementor/widgets/theme-elements/search.php:131
5645
  #: includes/elementor/widgets/theme-elements/search.php:178
 
5646
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:108
5647
  #: includes/elements/custom-list.php:74 includes/elements/text.php:374
5648
  #: includes/elements/text.php:386 includes/general-hooks.php:241
@@ -5665,7 +5679,7 @@ msgid "Icon alignment"
5665
  msgstr "تراز شکلک"
5666
 
5667
  #: includes/elementor/widgets/button.php:380
5668
- #: includes/elementor/widgets/modern-button.php:804
5669
  #: includes/elementor/widgets/text.php:1152 includes/elements/button.php:191
5670
  #: includes/elements/text.php:809 includes/general-hooks.php:859
5671
  #: includes/general-hooks.php:1271
@@ -5704,11 +5718,11 @@ msgstr "تراز شکلک"
5704
  #: includes/elementor/widgets/custom-list.php:765
5705
  #: includes/elementor/widgets/image.php:198
5706
  #: includes/elementor/widgets/modern-button.php:108
5707
- #: includes/elementor/widgets/modern-button.php:468
5708
  #: includes/elementor/widgets/quote.php:98
5709
  #: includes/elementor/widgets/quote.php:148
5710
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1349
5711
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1379
5712
  #: includes/elementor/widgets/theme-elements/breadcrumbs.php:287
5713
  #: includes/elementor/widgets/theme-elements/current-time.php:163
5714
  #: includes/elementor/widgets/theme-elements/modern-search.php:118
@@ -5726,18 +5740,18 @@ msgstr ""
5726
  #: includes/elementor/widgets/heading-modern.php:745
5727
  #: includes/elementor/widgets/heading-modern.php:783
5728
  #: includes/elementor/widgets/image.php:680
5729
- #: includes/elementor/widgets/modern-button.php:508
5730
- #: includes/elementor/widgets/modern-button.php:546
5731
- #: includes/elementor/widgets/modern-button.php:608
5732
- #: includes/elementor/widgets/modern-button.php:646
5733
- #: includes/elementor/widgets/modern-button.php:720
5734
- #: includes/elementor/widgets/modern-button.php:758
5735
  #: includes/elementor/widgets/products-grid.php:1025
5736
  #: includes/elementor/widgets/products-grid.php:1081
5737
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1857
5738
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1913
5739
- #: includes/elementor/widgets/recent-posts-masonry.php:1255
5740
- #: includes/elementor/widgets/recent-posts-masonry.php:1311
5741
  #: includes/elementor/widgets/text.php:762
5742
  #: includes/elementor/widgets/text.php:858
5743
  #: includes/elementor/widgets/text.php:969
@@ -5786,9 +5800,9 @@ msgid "Previous Button"
5786
  msgstr "قبلی و بعدی"
5787
 
5788
  #: includes/elementor/widgets/carousel-navigation.php:128
5789
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:887
5790
- #: includes/elementor/widgets/recent-posts-land-style.php:502
5791
- #: includes/elementor/widgets/recent-posts-masonry.php:598
5792
  #: includes/elementor/widgets/recent-posts-tiles.php:395
5793
  #: includes/elementor/widgets/recent-posts-timeline.php:527
5794
  #: includes/elements/recent-posts-grid-carousel.php:415
@@ -5831,9 +5845,9 @@ msgstr "فاصله بین اسلایدها"
5831
  #: includes/elementor/widgets/carousel-navigation.php:430
5832
  #: includes/elementor/widgets/custom-list.php:949
5833
  #: includes/elementor/widgets/icon.php:294
5834
- #: includes/elementor/widgets/modern-button.php:304
5835
- #: includes/elementor/widgets/modern-button.php:824
5836
- #: includes/elementor/widgets/modern-button.php:923
5837
  #: includes/elementor/widgets/products-grid.php:770
5838
  #: includes/elementor/widgets/testimonial.php:756
5839
  #: includes/elementor/widgets/text.php:1039
@@ -6399,13 +6413,14 @@ msgstr "تصویر دلخواه"
6399
  #: includes/elementor/widgets/icon.php:166
6400
  #: includes/elementor/widgets/image.php:314
6401
  #: includes/elementor/widgets/modern-button.php:180
6402
- #: includes/elementor/widgets/modern-button.php:800
6403
  #: includes/elementor/widgets/responsive-table.php:133
6404
  #: includes/elementor/widgets/responsive-table.php:200
6405
  #: includes/elementor/widgets/svg.php:279
6406
  #: includes/elementor/widgets/theme-elements/breadcrumbs.php:427
6407
  #: includes/elementor/widgets/theme-elements/copyright.php:138
6408
  #: includes/elementor/widgets/theme-elements/logo.php:157
 
6409
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:191
6410
  #: includes/elementor/widgets/theme-elements/site-title.php:184
6411
  #: includes/elements/image.php:145
@@ -6565,10 +6580,10 @@ msgid "Image spacing"
6565
  msgstr "اندازه تصویر"
6566
 
6567
  #: includes/elementor/widgets/gallery.php:188
6568
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:919
6569
- #: includes/elementor/widgets/recent-posts-land-style.php:534
6570
  #: includes/elementor/widgets/recent-posts-timeline.php:559
6571
- #: includes/elementor/widgets/recent-products.php:504
6572
  #: includes/elements/gallery.php:292
6573
  #: includes/elements/recent-posts-grid-carousel.php:113
6574
  #: includes/elements/recent-posts-land-style.php:100
@@ -6748,14 +6763,14 @@ msgstr ""
6748
 
6749
  #: includes/elementor/widgets/heading-modern.php:245
6750
  #: includes/elementor/widgets/modern-button.php:117
6751
- #: includes/elementor/widgets/modern-button.php:565
6752
  #: includes/elements/highlight.php:18
6753
  msgid "Highlighted Text"
6754
  msgstr "متن هایلایت شده"
6755
 
6756
  #: includes/elementor/widgets/heading-modern.php:258
6757
  #: includes/elementor/widgets/modern-button.php:126
6758
- #: includes/elementor/widgets/modern-button.php:677
6759
  msgid "After Text"
6760
  msgstr ""
6761
 
@@ -6793,7 +6808,7 @@ msgid "Framed"
6793
  msgstr ""
6794
 
6795
  #: includes/elementor/widgets/icon.php:137
6796
- #: includes/elementor/widgets/modern-button.php:290
6797
  msgid "Shape"
6798
  msgstr "شکل"
6799
 
@@ -6805,6 +6820,7 @@ msgstr "مربع"
6805
 
6806
  #: includes/elementor/widgets/icon.php:159
6807
  #: includes/elementor/widgets/theme-elements/logo.php:198
 
6808
  msgid "https://your-link.com"
6809
  msgstr ""
6810
 
@@ -6842,12 +6858,12 @@ msgstr "تصویر پس زمینه"
6842
  #: includes/elementor/widgets/image.php:110
6843
  #: includes/elementor/widgets/image.php:165
6844
  #: includes/elementor/widgets/image.php:418
6845
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:742
6846
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:908
6847
- #: includes/elementor/widgets/recent-posts-land-style.php:523
6848
- #: includes/elementor/widgets/recent-posts-masonry.php:619
6849
  #: includes/elementor/widgets/recent-posts-timeline.php:548
6850
- #: includes/elementor/widgets/recent-products.php:493
6851
  #: includes/elementor/widgets/staff.php:169
6852
  #: includes/elementor/widgets/staff.php:176
6853
  #: includes/elementor/widgets/svg.php:110
@@ -7015,9 +7031,9 @@ msgstr "عمودی"
7015
 
7016
  #: includes/elementor/widgets/image.php:659
7017
  #: includes/elementor/widgets/quote.php:186
7018
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1600
7019
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1731
7020
- #: includes/elementor/widgets/recent-posts-masonry.php:1117
7021
  #: includes/elementor/widgets/theme-elements/breadcrumbs.php:325
7022
  #: includes/elementor/widgets/theme-elements/modern-search.php:607
7023
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:269
@@ -7099,39 +7115,43 @@ msgstr "تراز متن"
7099
  msgid "Justified"
7100
  msgstr "تعدیل شده"
7101
 
7102
- #: includes/elementor/widgets/modern-button.php:224
 
 
 
 
7103
  msgid "To use this option, the above link option should be a video"
7104
  msgstr ""
7105
 
7106
- #: includes/elementor/widgets/modern-button.php:236
7107
  #, fuzzy
7108
  msgid "Display Icon"
7109
  msgstr "نمایش زبانه دیدگاه ها"
7110
 
7111
- #: includes/elementor/widgets/modern-button.php:326
7112
  msgid "black"
7113
  msgstr ""
7114
 
7115
- #: includes/elementor/widgets/modern-button.php:330
7116
  #, fuzzy
7117
  msgid "White"
7118
  msgstr "فاصله خالی"
7119
 
7120
- #: includes/elementor/widgets/modern-button.php:334
7121
  #, fuzzy
7122
  msgid "Ball Blue"
7123
  msgstr "آبی"
7124
 
7125
- #: includes/elementor/widgets/modern-button.php:338
7126
  #, fuzzy
7127
  msgid "Mikado Yellow"
7128
  msgstr "زرد"
7129
 
7130
- #: includes/elementor/widgets/modern-button.php:342
7131
  msgid "Carmine Pink"
7132
  msgstr ""
7133
 
7134
- #: includes/elementor/widgets/modern-button.php:805
7135
  msgid "Below"
7136
  msgstr ""
7137
 
@@ -7140,9 +7160,9 @@ msgid "Products Grid"
7140
  msgstr ""
7141
 
7142
  #: includes/elementor/widgets/products-grid.php:164
7143
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:694
7144
- #: includes/elementor/widgets/recent-posts-land-style.php:357
7145
- #: includes/elementor/widgets/recent-posts-masonry.php:453
7146
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:348
7147
  #: includes/elementor/widgets/recent-posts-tiles.php:250
7148
  #: includes/elementor/widgets/recent-posts-timeline.php:382
@@ -7158,9 +7178,9 @@ msgid "Number of posts to show"
7158
  msgstr "تعداد نوشته ها برای نمایش"
7159
 
7160
  #: includes/elementor/widgets/products-grid.php:184
7161
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:660
7162
- #: includes/elementor/widgets/recent-posts-land-style.php:338
7163
- #: includes/elementor/widgets/recent-posts-masonry.php:434
7164
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:329
7165
  #: includes/elementor/widgets/recent-posts-tiles.php:231
7166
  #: includes/elementor/widgets/recent-posts-timeline.php:363
@@ -7277,9 +7297,9 @@ msgid "Deal Products"
7277
  msgstr ""
7278
 
7279
  #: includes/elementor/widgets/products-grid.php:209
7280
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:679
7281
- #: includes/elementor/widgets/recent-posts-land-style.php:345
7282
- #: includes/elementor/widgets/recent-posts-masonry.php:441
7283
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:336
7284
  #: includes/elementor/widgets/recent-posts-tiles.php:238
7285
  #: includes/elementor/widgets/recent-posts-timeline.php:370
@@ -7309,13 +7329,13 @@ msgid "Exclude products without media"
7309
  msgstr "نادیده گرفتن نوشته های بدون رسانه"
7310
 
7311
  #: includes/elementor/widgets/products-grid.php:233
7312
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:775
7313
- #: includes/elementor/widgets/recent-posts-land-style.php:408
7314
- #: includes/elementor/widgets/recent-posts-masonry.php:504
7315
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:399
7316
  #: includes/elementor/widgets/recent-posts-tiles.php:301
7317
  #: includes/elementor/widgets/recent-posts-timeline.php:433
7318
- #: includes/elementor/widgets/recent-products.php:378
7319
  #: includes/elements/latest-posts-slider.php:130
7320
  #: includes/elements/popular-posts-widget.php:189
7321
  #: includes/elements/recent-posts-grid-carousel.php:175
@@ -7332,13 +7352,13 @@ msgid "Order by"
7332
  msgstr "مرتب سازی بر اساس"
7333
 
7334
  #: includes/elementor/widgets/products-grid.php:242
7335
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:784
7336
- #: includes/elementor/widgets/recent-posts-land-style.php:417
7337
- #: includes/elementor/widgets/recent-posts-masonry.php:513
7338
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:408
7339
  #: includes/elementor/widgets/recent-posts-tiles.php:310
7340
  #: includes/elementor/widgets/recent-posts-timeline.php:442
7341
- #: includes/elementor/widgets/recent-products.php:387
7342
  #: includes/elements/latest-posts-slider.php:141
7343
  #: includes/elements/popular-posts-widget.php:202
7344
  #: includes/elements/recent-posts-grid-carousel.php:188
@@ -7355,13 +7375,13 @@ msgid "Comments"
7355
  msgstr "دیدگاه ها"
7356
 
7357
  #: includes/elementor/widgets/products-grid.php:243
7358
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:785
7359
- #: includes/elementor/widgets/recent-posts-land-style.php:418
7360
- #: includes/elementor/widgets/recent-posts-masonry.php:514
7361
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:409
7362
  #: includes/elementor/widgets/recent-posts-tiles.php:311
7363
  #: includes/elementor/widgets/recent-posts-timeline.php:443
7364
- #: includes/elementor/widgets/recent-products.php:388
7365
  #: includes/elements/latest-posts-slider.php:142
7366
  #: includes/elements/popular-posts-widget.php:203
7367
  #: includes/elements/recent-posts-grid-carousel.php:189
@@ -7378,13 +7398,13 @@ msgid "Date Modified"
7378
  msgstr "تاریخ ویرایش"
7379
 
7380
  #: includes/elementor/widgets/products-grid.php:245
7381
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:787
7382
- #: includes/elementor/widgets/recent-posts-land-style.php:420
7383
- #: includes/elementor/widgets/recent-posts-masonry.php:516
7384
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:411
7385
  #: includes/elementor/widgets/recent-posts-tiles.php:313
7386
  #: includes/elementor/widgets/recent-posts-timeline.php:445
7387
- #: includes/elementor/widgets/recent-products.php:390
7388
  #: includes/elements/recent-posts-grid-carousel.php:191
7389
  #: includes/elements/recent-posts-land-style.php:178
7390
  #: includes/elements/recent-posts-masonry.php:158
@@ -7399,13 +7419,13 @@ msgid "Inserted Post IDs"
7399
  msgstr "افزودن متای نوشته"
7400
 
7401
  #: includes/elementor/widgets/products-grid.php:257
7402
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:802
7403
- #: includes/elementor/widgets/recent-posts-land-style.php:432
7404
- #: includes/elementor/widgets/recent-posts-masonry.php:528
7405
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:423
7406
  #: includes/elementor/widgets/recent-posts-tiles.php:325
7407
  #: includes/elementor/widgets/recent-posts-timeline.php:457
7408
- #: includes/elementor/widgets/recent-products.php:402
7409
  #: includes/elements/latest-posts-slider.php:160
7410
  #: includes/elements/popular-posts-widget.php:221
7411
  #: includes/elements/recent-posts-grid-carousel.php:208
@@ -7422,13 +7442,13 @@ msgid "Descending"
7422
  msgstr "نزولی"
7423
 
7424
  #: includes/elementor/widgets/products-grid.php:258
7425
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:803
7426
- #: includes/elementor/widgets/recent-posts-land-style.php:433
7427
- #: includes/elementor/widgets/recent-posts-masonry.php:529
7428
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:424
7429
  #: includes/elementor/widgets/recent-posts-tiles.php:326
7430
  #: includes/elementor/widgets/recent-posts-timeline.php:458
7431
- #: includes/elementor/widgets/recent-products.php:403
7432
  #: includes/elements/latest-posts-slider.php:161
7433
  #: includes/elements/popular-posts-widget.php:222
7434
  #: includes/elements/recent-posts-grid-carousel.php:209
@@ -7445,13 +7465,13 @@ msgid "Ascending"
7445
  msgstr "صعودی"
7446
 
7447
  #: includes/elementor/widgets/products-grid.php:266
7448
- #: includes/elementor/widgets/recent-products.php:411
7449
  #: includes/elements/recent-products.php:164
7450
  msgid "Only products"
7451
  msgstr ""
7452
 
7453
  #: includes/elementor/widgets/products-grid.php:267
7454
- #: includes/elementor/widgets/recent-products.php:412
7455
  #: includes/elements/recent-products.php:165
7456
  msgid ""
7457
  "If you intend to display ONLY specific products, you should specify the "
@@ -7460,14 +7480,14 @@ msgid ""
7460
  msgstr ""
7461
 
7462
  #: includes/elementor/widgets/products-grid.php:275
7463
- #: includes/elementor/widgets/recent-products.php:420
7464
  #: includes/elements/recent-products.php:178
7465
  #, fuzzy
7466
  msgid "Include products"
7467
  msgstr "شامل شدن این نوشته ها"
7468
 
7469
  #: includes/elementor/widgets/products-grid.php:276
7470
- #: includes/elementor/widgets/recent-products.php:421
7471
  #: includes/elements/recent-products.php:179
7472
  msgid ""
7473
  "If you intend to include additional products, you should specify the "
@@ -7476,14 +7496,14 @@ msgid ""
7476
  msgstr ""
7477
 
7478
  #: includes/elementor/widgets/products-grid.php:284
7479
- #: includes/elementor/widgets/recent-products.php:429
7480
  #: includes/elements/recent-products.php:192
7481
  #, fuzzy
7482
  msgid "Exclude products"
7483
  msgstr "نادیده گرفتن این نوشته ها"
7484
 
7485
  #: includes/elementor/widgets/products-grid.php:285
7486
- #: includes/elementor/widgets/recent-products.php:430
7487
  #: includes/elements/recent-products.php:193
7488
  msgid ""
7489
  "If you intend to exclude specific products from result, you should specify "
@@ -7561,8 +7581,8 @@ msgid "Featured Badge"
7561
  msgstr "تصویر شاخص"
7562
 
7563
  #: includes/elementor/widgets/products-grid.php:1102
7564
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1934
7565
- #: includes/elementor/widgets/recent-posts-masonry.php:1332
7566
  #, fuzzy
7567
  msgid "Button Padding"
7568
  msgstr "اندازه دکمه"
@@ -7643,19 +7663,19 @@ msgstr "نمایش تصویر"
7643
 
7644
  #: includes/elementor/widgets/recent-comments.php:232
7645
  #: includes/elementor/widgets/recent-comments.php:315
7646
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1107
7647
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1211
7648
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1293
7649
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1415
7650
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1510
7651
- #: includes/elementor/widgets/recent-posts-land-style.php:664
7652
- #: includes/elementor/widgets/recent-posts-land-style.php:768
7653
- #: includes/elementor/widgets/recent-posts-land-style.php:850
7654
- #: includes/elementor/widgets/recent-posts-land-style.php:936
7655
- #: includes/elementor/widgets/recent-posts-masonry.php:780
7656
- #: includes/elementor/widgets/recent-posts-masonry.php:884
7657
- #: includes/elementor/widgets/recent-posts-masonry.php:966
7658
- #: includes/elementor/widgets/recent-posts-masonry.php:1052
7659
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:554
7660
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:658
7661
  #: includes/elementor/widgets/recent-posts-tiles.php:495
@@ -7664,7 +7684,7 @@ msgstr "نمایش تصویر"
7664
  #: includes/elementor/widgets/recent-posts-timeline.php:781
7665
  #: includes/elementor/widgets/recent-posts-timeline.php:863
7666
  #: includes/elementor/widgets/recent-posts-timeline.php:949
7667
- #: includes/elementor/widgets/recent-products.php:684
7668
  #: includes/elementor/widgets/staff.php:550
7669
  #: includes/elementor/widgets/staff.php:612
7670
  #: includes/elementor/widgets/staff.php:674
@@ -7683,9 +7703,9 @@ msgid "Meta Info"
7683
  msgstr "اطلاعات"
7684
 
7685
  #: includes/elementor/widgets/recent-comments.php:331
7686
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1230
7687
- #: includes/elementor/widgets/recent-posts-land-style.php:787
7688
- #: includes/elementor/widgets/recent-posts-masonry.php:903
7689
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:677
7690
  #: includes/elementor/widgets/recent-posts-tiles.php:618
7691
  #: includes/elementor/widgets/recent-posts-timeline.php:800
@@ -7994,50 +8014,57 @@ msgid "Display Categories"
7994
  msgstr "همه دسته ها"
7995
 
7996
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:503
 
 
 
 
 
 
 
7997
  #, fuzzy
7998
  msgid "Display Category Badge"
7999
  msgstr "نمایش نویسنده یا ادامه نوشته"
8000
 
8001
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:515
8002
- #: includes/elementor/widgets/recent-posts-land-style.php:235
8003
- #: includes/elementor/widgets/recent-posts-masonry.php:302
8004
  #: includes/elements/recent-posts-grid-carousel.php:363
8005
  #, fuzzy
8006
  msgid "Display Date"
8007
  msgstr "نمایش تصویر"
8008
 
8009
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:530
8010
  #: includes/elementor/widgets/recent-posts-land-style.php:204
8011
- #: includes/elementor/widgets/recent-posts-masonry.php:396
8012
  #: includes/elementor/widgets/recent-posts-timeline.php:325
8013
  #, fuzzy
8014
  msgid "Display Author in Header"
8015
  msgstr "نمایش نویسنده یا ادامه نوشته"
8016
 
8017
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:531
8018
  #: includes/elementor/widgets/recent-posts-land-style.php:205
8019
- #: includes/elementor/widgets/recent-posts-masonry.php:397
8020
  #: includes/elementor/widgets/recent-posts-timeline.php:326
8021
  #, fuzzy
8022
  msgid "Enable it to display author name in header"
8023
  msgstr "برای نمایش پس زمینه دلخواه در صفحه ورود این گزینه را فعال کنید."
8024
 
8025
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:543
8026
- #: includes/elementor/widgets/recent-posts-masonry.php:317
8027
  #: includes/elements/recent-posts-grid-carousel.php:313
8028
  #, fuzzy
8029
  msgid "Display post content"
8030
  msgstr "نمایش تاریخ نوشته"
8031
 
8032
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:555
8033
- #: includes/elementor/widgets/recent-posts-land-style.php:250
8034
  #, fuzzy
8035
  msgid "Display Comments Number"
8036
  msgstr "نمایش زبانه دیدگاه ها"
8037
 
8038
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:567
8039
- #: includes/elementor/widgets/recent-posts-land-style.php:262
8040
- #: includes/elementor/widgets/recent-posts-masonry.php:329
8041
  #: includes/elementor/widgets/recent-posts-timeline.php:258
8042
  #: includes/elements/recent-posts-grid-carousel.php:380
8043
  #: includes/elements/recent-posts-land-style.php:300
@@ -8045,9 +8072,9 @@ msgstr "نمایش زبانه دیدگاه ها"
8045
  msgid "Display like button"
8046
  msgstr "نمایش دکمه لایک"
8047
 
8048
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:579
8049
- #: includes/elementor/widgets/recent-posts-land-style.php:274
8050
- #: includes/elementor/widgets/recent-posts-masonry.php:353
8051
  #: includes/elementor/widgets/recent-posts-timeline.php:282
8052
  #: includes/elements/popular-posts-widget.php:146
8053
  #: includes/elements/recent-posts-timeline.php:352
@@ -8055,9 +8082,9 @@ msgstr "نمایش دکمه لایک"
8055
  msgid "Display excerpt"
8056
  msgstr "نمایش خلاصه"
8057
 
8058
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:580
8059
- #: includes/elementor/widgets/recent-posts-land-style.php:275
8060
- #: includes/elementor/widgets/recent-posts-masonry.php:354
8061
  #: includes/elementor/widgets/recent-posts-timeline.php:283
8062
  #: includes/elements/popular-posts-widget.php:147
8063
  #: includes/elements/recent-posts-timeline.php:353
@@ -8065,9 +8092,9 @@ msgstr "نمایش خلاصه"
8065
  msgid "Enable it to display post summary instead of full content."
8066
  msgstr "برای نمایش خلاصه نوشته به جای محتوای کامل این گزینه را فعال کنید."
8067
 
8068
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:592
8069
- #: includes/elementor/widgets/recent-posts-land-style.php:287
8070
- #: includes/elementor/widgets/recent-posts-masonry.php:366
8071
  #: includes/elementor/widgets/recent-posts-timeline.php:295
8072
  #: includes/elements/popular-posts-widget.php:175
8073
  #: includes/elements/recent-posts-grid-carousel.php:425
@@ -8078,9 +8105,9 @@ msgstr "برای نمایش خلاصه نوشته به جای محتوای کا
8078
  msgid "Excerpt length"
8079
  msgstr "طول خلاصه"
8080
 
8081
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:593
8082
- #: includes/elementor/widgets/recent-posts-land-style.php:288
8083
- #: includes/elementor/widgets/recent-posts-masonry.php:367
8084
  #: includes/elementor/widgets/recent-posts-timeline.php:296
8085
  #: includes/elements/recent-posts-grid-carousel.php:426
8086
  #: includes/elements/recent-posts-land-style.php:346
@@ -8089,9 +8116,9 @@ msgstr "طول خلاصه"
8089
  msgid "Specify summary content in character."
8090
  msgstr "خلاصه نوشته را برحسب کاراکتر مشخص می کند."
8091
 
8092
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:605
8093
- #: includes/elementor/widgets/recent-posts-land-style.php:300
8094
- #: includes/elementor/widgets/recent-posts-masonry.php:379
8095
  #: includes/elementor/widgets/recent-posts-timeline.php:308
8096
  #: includes/elements/recent-posts-grid-carousel.php:439
8097
  #: includes/elements/recent-posts-land-style.php:363
@@ -8100,9 +8127,9 @@ msgstr "خلاصه نوشته را برحسب کاراکتر مشخص می کن
8100
  msgid "Display author or read more"
8101
  msgstr "نمایش نویسنده یا ادامه نوشته"
8102
 
8103
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:607
8104
- #: includes/elementor/widgets/recent-posts-land-style.php:302
8105
- #: includes/elementor/widgets/recent-posts-masonry.php:381
8106
  #: includes/elementor/widgets/recent-posts-timeline.php:310
8107
  #: includes/elements/recent-posts-grid-carousel.php:440
8108
  #: includes/elements/recent-posts-land-style.php:364
@@ -8111,11 +8138,11 @@ msgstr "نمایش نویسنده یا ادامه نوشته"
8111
  msgid "Specifies whether to show author or read more on each post."
8112
  msgstr "مشخص می کند نویسنده یا بیشتر بخوانید در هر نوشته نشان داده شود یا خیر."
8113
 
8114
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:611
8115
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1810
8116
- #: includes/elementor/widgets/recent-posts-land-style.php:306
8117
- #: includes/elementor/widgets/recent-posts-masonry.php:385
8118
- #: includes/elementor/widgets/recent-posts-masonry.php:1208
8119
  #: includes/elementor/widgets/recent-posts-timeline.php:314
8120
  #: includes/elementor/widgets/text.php:301
8121
  #: includes/elements/recent-posts-grid-carousel.php:447
@@ -8125,34 +8152,34 @@ msgstr "مشخص می کند نویسنده یا بیشتر بخوانید در
8125
  msgid "Read More"
8126
  msgstr "بیشتر بخوانید"
8127
 
8128
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:622
8129
- #: includes/elementor/widgets/recent-posts-land-style.php:316
8130
- #: includes/elementor/widgets/recent-posts-masonry.php:412
8131
  #: includes/elementor/widgets/recent-posts-timeline.php:341
8132
  #, fuzzy
8133
  msgid "Display Author in Footer"
8134
  msgstr "نمایش نویسنده یا ادامه نوشته"
8135
 
8136
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:623
8137
- #: includes/elementor/widgets/recent-posts-land-style.php:317
8138
- #: includes/elementor/widgets/recent-posts-masonry.php:413
8139
  #: includes/elementor/widgets/recent-posts-timeline.php:342
8140
  #, fuzzy
8141
  msgid "Enable it to display author name in footer"
8142
  msgstr "برای نمایش مطالب اخیر این گزینه را فعال کنید."
8143
 
8144
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:638
8145
  #, fuzzy
8146
  msgid "Meta info position"
8147
  msgstr "موقعیت تصویر یا شکلک"
8148
 
8149
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:667
8150
  msgid "Use wp query"
8151
  msgstr ""
8152
 
8153
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:680
8154
- #: includes/elementor/widgets/recent-posts-land-style.php:346
8155
- #: includes/elementor/widgets/recent-posts-masonry.php:442
8156
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:337
8157
  #: includes/elementor/widgets/recent-posts-tiles.php:239
8158
  #: includes/elementor/widgets/recent-posts-timeline.php:371
@@ -8168,9 +8195,9 @@ msgstr ""
8168
  msgid "Specifies a category that you want to show posts from it."
8169
  msgstr "دسته ای که می خواهید نوشته ها از آن نشان داده شوند را مشخص کنید."
8170
 
8171
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:706
8172
- #: includes/elementor/widgets/recent-posts-land-style.php:369
8173
- #: includes/elementor/widgets/recent-posts-masonry.php:465
8174
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:360
8175
  #: includes/elementor/widgets/recent-posts-tiles.php:262
8176
  #: includes/elementor/widgets/recent-posts-timeline.php:394
@@ -8185,46 +8212,45 @@ msgstr "دسته ای که می خواهید نوشته ها از آن نشان
8185
  msgid "Exclude posts without media"
8186
  msgstr "نادیده گرفتن نوشته های بدون رسانه"
8187
 
8188
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:721
8189
  #: includes/elements/recent-posts-timeline.php:107
8190
  #, fuzzy
8191
  msgid "Exclude all custom post formats"
8192
  msgstr "نادیده گرفتن فرمت های سفارشی نوشته"
8193
 
8194
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:736
8195
  #, fuzzy
8196
  msgid "Include custom post formats"
8197
  msgstr "نادیده گرفتن فرمت های سفارشی نوشته"
8198
 
8199
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:740
8200
  msgid "Aside"
8201
  msgstr ""
8202
 
8203
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:741
8204
  #: includes/elements/gallery.php:15
8205
  #, fuzzy
8206
  msgid "Gallery"
8207
  msgstr "شناسه گالری"
8208
 
8209
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:744
8210
  #: includes/elements/quote.php:15
8211
  #, fuzzy
8212
  msgid "Quote"
8213
  msgstr "متن نقل قول"
8214
 
8215
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:745
8216
  #: includes/elementor/widgets/video.php:94 includes/elements/video.php:15
8217
  #, fuzzy
8218
  msgid "Video"
8219
  msgstr "فایل ویدیو"
8220
 
8221
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:758
8222
- #: includes/elementor/widgets/recent-posts-land-style.php:393
8223
- #: includes/elementor/widgets/recent-posts-masonry.php:489
8224
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:384
8225
  #: includes/elementor/widgets/recent-posts-tiles.php:286
8226
  #: includes/elementor/widgets/recent-posts-timeline.php:418
8227
- #: includes/elementor/widgets/recent-products.php:363
8228
  #: includes/elements/recent-posts-grid-carousel.php:159
8229
  #: includes/elements/recent-posts-land-style.php:146
8230
  #: includes/elements/recent-posts-masonry.php:126
@@ -8235,9 +8261,9 @@ msgstr "فایل ویدیو"
8235
  msgid "Exclude quote and link post formats"
8236
  msgstr "نادیده گرفتن نوشته های سبک نقل قول و لینک"
8237
 
8238
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:814
8239
- #: includes/elementor/widgets/recent-posts-land-style.php:441
8240
- #: includes/elementor/widgets/recent-posts-masonry.php:537
8241
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:432
8242
  #: includes/elementor/widgets/recent-posts-tiles.php:334
8243
  #: includes/elementor/widgets/recent-posts-timeline.php:466
@@ -8251,9 +8277,9 @@ msgstr "نادیده گرفتن نوشته های سبک نقل قول و لین
8251
  msgid "Only posts"
8252
  msgstr "شامل شدن این نوشته ها"
8253
 
8254
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:815
8255
- #: includes/elementor/widgets/recent-posts-land-style.php:442
8256
- #: includes/elementor/widgets/recent-posts-masonry.php:538
8257
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:433
8258
  #: includes/elementor/widgets/recent-posts-tiles.php:335
8259
  #: includes/elementor/widgets/recent-posts-timeline.php:467
@@ -8269,9 +8295,9 @@ msgid ""
8269
  "53,34,87,25)."
8270
  msgstr ""
8271
 
8272
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:826
8273
- #: includes/elementor/widgets/recent-posts-land-style.php:450
8274
- #: includes/elementor/widgets/recent-posts-masonry.php:546
8275
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:441
8276
  #: includes/elementor/widgets/recent-posts-tiles.php:343
8277
  #: includes/elementor/widgets/recent-posts-timeline.php:475
@@ -8286,9 +8312,9 @@ msgstr ""
8286
  msgid "Include posts"
8287
  msgstr "شامل شدن این نوشته ها"
8288
 
8289
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:827
8290
- #: includes/elementor/widgets/recent-posts-land-style.php:451
8291
- #: includes/elementor/widgets/recent-posts-masonry.php:547
8292
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:442
8293
  #: includes/elementor/widgets/recent-posts-tiles.php:344
8294
  #: includes/elementor/widgets/recent-posts-timeline.php:476
@@ -8304,9 +8330,9 @@ msgid ""
8304
  "53,34,87,25)"
8305
  msgstr ""
8306
 
8307
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:838
8308
- #: includes/elementor/widgets/recent-posts-land-style.php:459
8309
- #: includes/elementor/widgets/recent-posts-masonry.php:555
8310
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:450
8311
  #: includes/elementor/widgets/recent-posts-tiles.php:352
8312
  #: includes/elementor/widgets/recent-posts-timeline.php:484
@@ -8320,9 +8346,9 @@ msgstr ""
8320
  msgid "Exclude posts"
8321
  msgstr "نادیده گرفتن این نوشته ها"
8322
 
8323
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:839
8324
- #: includes/elementor/widgets/recent-posts-land-style.php:460
8325
- #: includes/elementor/widgets/recent-posts-masonry.php:556
8326
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:451
8327
  #: includes/elementor/widgets/recent-posts-tiles.php:353
8328
  #: includes/elementor/widgets/recent-posts-timeline.php:485
@@ -8338,13 +8364,13 @@ msgid ""
8338
  "53,34,87,25)"
8339
  msgstr ""
8340
 
8341
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:851
8342
- #: includes/elementor/widgets/recent-posts-land-style.php:469
8343
- #: includes/elementor/widgets/recent-posts-masonry.php:565
8344
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:460
8345
  #: includes/elementor/widgets/recent-posts-tiles.php:362
8346
  #: includes/elementor/widgets/recent-posts-timeline.php:494
8347
- #: includes/elementor/widgets/recent-products.php:439
8348
  #: includes/elements/latest-posts-slider.php:117
8349
  #: includes/elements/recent-posts-grid-carousel.php:261
8350
  #: includes/elements/recent-posts-land-style.php:248
@@ -8355,18 +8381,18 @@ msgstr ""
8355
  msgid "Number of post to displace or pass over."
8356
  msgstr "تعداد نوشته هایی که باید از آن ها عبور کرد یا آن ها را نادیده گرفت."
8357
 
8358
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:868
8359
- #: includes/elementor/widgets/recent-posts-land-style.php:483
8360
- #: includes/elementor/widgets/recent-posts-masonry.php:579
8361
  #: includes/elementor/widgets/recent-posts-tiles.php:376
8362
  #: includes/elementor/widgets/recent-posts-timeline.php:508
8363
  #, fuzzy
8364
  msgid "Paginate"
8365
  msgstr "صفحه بندی"
8366
 
8367
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:875
8368
- #: includes/elementor/widgets/recent-posts-land-style.php:490
8369
- #: includes/elementor/widgets/recent-posts-masonry.php:586
8370
  #: includes/elementor/widgets/recent-posts-tiles.php:383
8371
  #: includes/elementor/widgets/recent-posts-timeline.php:515
8372
  #: includes/elements/recent-posts-grid-carousel.php:394
@@ -8378,9 +8404,9 @@ msgstr "صفحه بندی"
8378
  msgid "Load More Type"
8379
  msgstr "بیشتر بخوانید"
8380
 
8381
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:883
8382
- #: includes/elementor/widgets/recent-posts-land-style.php:498
8383
- #: includes/elementor/widgets/recent-posts-masonry.php:594
8384
  #: includes/elementor/widgets/recent-posts-tiles.php:391
8385
  #: includes/elementor/widgets/recent-posts-timeline.php:523
8386
  #: includes/elements/recent-posts-grid-carousel.php:411
@@ -8391,9 +8417,9 @@ msgstr "بیشتر بخوانید"
8391
  msgid "Infinite Scroll"
8392
  msgstr ""
8393
 
8394
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:891
8395
- #: includes/elementor/widgets/recent-posts-land-style.php:506
8396
- #: includes/elementor/widgets/recent-posts-masonry.php:602
8397
  #: includes/elementor/widgets/recent-posts-tiles.php:399
8398
  #: includes/elementor/widgets/recent-posts-timeline.php:531
8399
  #: includes/elements/recent-posts-grid-carousel.php:419
@@ -8404,10 +8430,10 @@ msgstr ""
8404
  msgid "Next Prev"
8405
  msgstr ""
8406
 
8407
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:923
8408
- #: includes/elementor/widgets/recent-posts-land-style.php:538
8409
  #: includes/elementor/widgets/recent-posts-timeline.php:563
8410
- #: includes/elementor/widgets/recent-products.php:508
8411
  #: includes/elements/gallery.php:300
8412
  #: includes/elements/recent-posts-grid-carousel.php:121
8413
  #: includes/elements/recent-posts-land-style.php:108
@@ -8416,10 +8442,10 @@ msgstr ""
8416
  msgid "Horizontal 4:3"
8417
  msgstr "افقی 4:3"
8418
 
8419
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:924
8420
- #: includes/elementor/widgets/recent-posts-land-style.php:539
8421
  #: includes/elementor/widgets/recent-posts-timeline.php:564
8422
- #: includes/elementor/widgets/recent-products.php:509
8423
  #: includes/elements/gallery.php:301
8424
  #: includes/elements/recent-posts-grid-carousel.php:122
8425
  #: includes/elements/recent-posts-land-style.php:109
@@ -8428,10 +8454,10 @@ msgstr "افقی 4:3"
8428
  msgid "Horizontal 16:9"
8429
  msgstr "افقی 16:9"
8430
 
8431
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:925
8432
- #: includes/elementor/widgets/recent-posts-land-style.php:540
8433
  #: includes/elementor/widgets/recent-posts-timeline.php:565
8434
- #: includes/elementor/widgets/recent-products.php:510
8435
  #: includes/elements/gallery.php:302
8436
  #: includes/elements/recent-posts-grid-carousel.php:123
8437
  #: includes/elements/recent-posts-land-style.php:110
@@ -8440,10 +8466,10 @@ msgstr "افقی 16:9"
8440
  msgid "Square 1:1"
8441
  msgstr "مربع 1:1"
8442
 
8443
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:926
8444
- #: includes/elementor/widgets/recent-posts-land-style.php:541
8445
  #: includes/elementor/widgets/recent-posts-timeline.php:566
8446
- #: includes/elementor/widgets/recent-products.php:511
8447
  #: includes/elements/gallery.php:303
8448
  #: includes/elements/recent-posts-grid-carousel.php:124
8449
  #: includes/elements/recent-posts-land-style.php:111
@@ -8452,14 +8478,14 @@ msgstr "مربع 1:1"
8452
  msgid "Vertical 3:4"
8453
  msgstr "عمودی 3:4"
8454
 
8455
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:939
8456
  #, fuzzy
8457
  msgid "Custom Aspect Ratio"
8458
  msgstr "نسبت ابعاد تصویر"
8459
 
8460
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1132
8461
- #: includes/elementor/widgets/recent-posts-land-style.php:689
8462
- #: includes/elementor/widgets/recent-posts-masonry.php:805
8463
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:579
8464
  #: includes/elementor/widgets/recent-posts-tiles.php:520
8465
  #: includes/elementor/widgets/recent-posts-timeline.php:702
@@ -8467,49 +8493,49 @@ msgstr "نسبت ابعاد تصویر"
8467
  msgid "Post Info"
8468
  msgstr "اطلاعات"
8469
 
8470
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1256
8471
- #: includes/elementor/widgets/recent-posts-land-style.php:813
8472
- #: includes/elementor/widgets/recent-posts-masonry.php:929
8473
  #: includes/elementor/widgets/recent-posts-timeline.php:826
8474
  #, fuzzy
8475
  msgid "Excerpt"
8476
  msgstr "خلاصه"
8477
 
8478
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1319
8479
  msgid "Badge"
8480
  msgstr ""
8481
 
8482
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1437
8483
- #: includes/elementor/widgets/recent-posts-land-style.php:875
8484
- #: includes/elementor/widgets/recent-posts-masonry.php:991
8485
  #: includes/elementor/widgets/recent-posts-timeline.php:888
8486
  msgid "Meta"
8487
  msgstr ""
8488
 
8489
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1498
8490
  msgid "Padding for meta wrapper"
8491
  msgstr ""
8492
 
8493
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1540
8494
- #: includes/elementor/widgets/recent-posts-masonry.php:1178
8495
  #: includes/elementor/widgets/staff.php:894
8496
  msgid "Padding for main wrapper"
8497
  msgstr ""
8498
 
8499
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1552
8500
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1792
8501
- #: includes/elementor/widgets/recent-posts-masonry.php:1190
8502
  #: includes/elementor/widgets/staff.php:906
8503
  msgid "Padding for content wrapper"
8504
  msgstr ""
8505
 
8506
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1629
8507
  #: includes/elementor/widgets/text.php:623
8508
  #: includes/elementor/widgets/text.php:1553
8509
  msgid "Transition duration"
8510
  msgstr ""
8511
 
8512
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1684
8513
  msgid "Flip Wrapper"
8514
  msgstr ""
8515
 
@@ -8518,12 +8544,11 @@ msgstr ""
8518
  msgid "Land Style Posts"
8519
  msgstr "[فلوکس] مطالب اخیر سبک زمین"
8520
 
8521
- #: includes/elementor/widgets/recent-posts-land-style.php:381
8522
- #: includes/elementor/widgets/recent-posts-masonry.php:477
8523
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:372
8524
  #: includes/elementor/widgets/recent-posts-tiles.php:274
8525
  #: includes/elementor/widgets/recent-posts-timeline.php:406
8526
- #: includes/elementor/widgets/recent-products.php:351
8527
  #: includes/elements/recent-posts-grid-carousel.php:146
8528
  #: includes/elements/recent-posts-land-style.php:133
8529
  #: includes/elements/recent-posts-masonry.php:113
@@ -8543,7 +8568,7 @@ msgstr "ساختمانی"
8543
  msgid "Crop image"
8544
  msgstr "تصویر دلخواه"
8545
 
8546
- #: includes/elementor/widgets/recent-posts-masonry.php:341
8547
  #: includes/elementor/widgets/recent-posts-timeline.php:270
8548
  #, fuzzy
8549
  msgid "Display Comment Number"
@@ -8632,15 +8657,24 @@ msgstr "نمایش عنوان پست"
8632
  msgid "Display Add To Cart"
8633
  msgstr "نمایش تاریخ نوشته"
8634
 
8635
- #: includes/elementor/widgets/recent-products.php:580
 
 
 
 
 
 
 
 
 
8636
  msgid "Spacing"
8637
  msgstr "فاصله"
8638
 
8639
- #: includes/elementor/widgets/recent-products.php:605
8640
  msgid "Category"
8641
  msgstr "دسته"
8642
 
8643
- #: includes/elementor/widgets/recent-products.php:714
8644
  msgid "WooCommerce"
8645
  msgstr ""
8646
 
@@ -9085,6 +9119,7 @@ msgid "Icon/Image"
9085
  msgstr "تصویر"
9086
 
9087
  #: includes/elementor/widgets/text.php:422
 
9088
  #, fuzzy
9089
  msgid "Border"
9090
  msgstr "کادربندی شده"
@@ -9658,6 +9693,149 @@ msgstr "دسته"
9658
  msgid "Form Background Color"
9659
  msgstr "رنگ پس زمینه"
9660
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9661
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:53
9662
  msgid "Shopping Cart"
9663
  msgstr ""
@@ -10139,10 +10317,6 @@ msgstr "یک المان کد اضافه می کند."
10139
  msgid "Code title, leave it empty if you don`t need title."
10140
  msgstr "عنوان کد، اگر به عنوان نیازی ندارید این بخش را خالی بگذارید."
10141
 
10142
- #: includes/elements/code.php:73
10143
- msgid "Language"
10144
- msgstr "زبان"
10145
-
10146
  #: includes/elements/code.php:79
10147
  #, fuzzy
10148
  msgid "JavaScript"
@@ -12136,7 +12310,7 @@ msgstr ""
12136
  msgid "Page Not Found"
12137
  msgstr ""
12138
 
12139
- #: includes/general-functions.php:2508
12140
  #, fuzzy
12141
  msgid "Select Page"
12142
  msgstr "تراز شکلک را انتخاب کنید."
@@ -13452,9 +13626,6 @@ msgstr ""
13452
  #~ msgid "No second button"
13453
  #~ msgstr "بدون دکمه دوم"
13454
 
13455
- #~ msgid "Second Button style"
13456
- #~ msgstr "ظاهر دکمه دوم"
13457
-
13458
  #~ msgid "Auxin Captionn "
13459
  #~ msgstr "اکسین عنوان"
13460
 
@@ -13696,9 +13867,6 @@ msgstr ""
13696
  #~ msgid "This is will add testimonial_slider element"
13697
  #~ msgstr "یک المان testimonial_slider اضافه می کند."
13698
 
13699
- #~ msgid "Number of testimonials"
13700
- #~ msgstr "تعداد اظهار نظرها"
13701
-
13702
  #~ msgid "Category 2"
13703
  #~ msgstr "دسته 2"
13704
 
2
  msgstr ""
3
  "Project-Id-Version: Auxin Essential Elements\n"
4
  "Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
5
+ "POT-Creation-Date: 2022-04-24 09:54:23+00:00\n"
6
  "PO-Revision-Date: 2016-11-09 12:50+0330\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
58
  msgstr ""
59
 
60
  #: admin/includes/admin-ajax.php:262
61
+ #: includes/classes/class-auxin-welcome.php:1207
62
+ #: includes/classes/class-auxin-welcome.php:1212
63
+ #: includes/classes/class-auxin-welcome.php:1375
64
  msgid "Security Token Error!"
65
  msgstr ""
66
 
88
  msgstr ""
89
 
90
  #: admin/includes/admin-ajax.php:306 admin/includes/admin-ajax.php:321
91
+ #: includes/classes/class-auxin-demo-importer.php:191
92
  msgid "Retry"
93
  msgstr ""
94
 
95
  #: admin/includes/admin-ajax.php:317
96
+ #: includes/classes/class-auxin-demo-importer.php:115
97
+ #: includes/classes/class-auxin-demo-importer.php:158
98
+ #: includes/classes/class-auxin-demo-importer.php:193
99
+ #: includes/classes/class-auxin-welcome.php:1354
100
+ #: includes/classes/class-auxin-welcome.php:1389
101
+ #: includes/classes/class-auxin-welcome.php:1821
102
  msgid "Close"
103
  msgstr ""
104
 
324
  #: admin/includes/classes/class-auxels-system-check.php:122
325
  msgid ""
326
  "Your site cannot communicate securely with Phlox update services. <a href="
327
+ "\"https://docs.phlox.pro/article/240-managing-license#activate-license\" "
328
+ "target=\"_blank\">How to fix?</a>"
 
329
  msgstr ""
330
 
331
+ #: admin/includes/classes/class-auxels-system-check.php:132
332
  msgid "Error while trying to connect to averta servers"
333
  msgstr ""
334
 
363
  msgstr ""
364
 
365
  #: admin/includes/classes/class-auxin-notices.php:186
366
+ #: includes/classes/class-auxin-welcome.php:1873
367
+ #: includes/classes/class-auxin-welcome.php:1902
368
+ #: includes/classes/class-auxin-welcome.php:1977
369
  msgid "Skip"
370
  msgstr ""
371
 
625
  #: admin/includes/metaboxes/metabox-fields-general-header.php:891
626
  #: admin/includes/metaboxes/metabox-fields-general-top-header.php:35
627
  #: admin/includes/metaboxes/metabox-fields-general-top-header.php:47
628
+ #: includes/elementor/widgets/theme-elements/select.php:153
629
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:157
630
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:169
631
  #: includes/elements/custom-list.php:160 includes/elements/custom-list.php:178
658
  #: admin/includes/metaboxes/metabox-fields-general-header.php:892
659
  #: admin/includes/metaboxes/metabox-fields-general-top-header.php:36
660
  #: admin/includes/metaboxes/metabox-fields-general-top-header.php:48
661
+ #: includes/elementor/widgets/theme-elements/select.php:154
662
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:158
663
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:170
664
  #: includes/elements/custom-list.php:161 includes/elements/custom-list.php:179
1170
  #: includes/elementor/widgets/modern-button.php:188
1171
  #: includes/elementor/widgets/quote.php:169
1172
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:252
1173
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1673
1174
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1786
1175
+ #: includes/elementor/widgets/recent-posts-masonry.php:1172
1176
  #: includes/elementor/widgets/recent-posts-timeline.php:130
1177
  #: includes/elementor/widgets/responsive-table.php:141
1178
  #: includes/elementor/widgets/responsive-table.php:208
1186
  #: includes/elementor/widgets/theme-elements/logo.php:165
1187
  #: includes/elementor/widgets/theme-elements/menu.php:332
1188
  #: includes/elementor/widgets/theme-elements/menu.php:1350
1189
+ #: includes/elementor/widgets/theme-elements/select.php:235
1190
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:199
1191
  #: includes/elementor/widgets/theme-elements/site-title.php:192
1192
  #: includes/elements/quote.php:112
1209
  #: includes/elementor/widgets/icon.php:170
1210
  #: includes/elementor/widgets/image.php:319
1211
  #: includes/elementor/widgets/modern-button.php:184
1212
+ #: includes/elementor/widgets/modern-button.php:816
1213
  #: includes/elementor/widgets/quote.php:165
1214
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1669
1215
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1782
1216
+ #: includes/elementor/widgets/recent-posts-masonry.php:1168
1217
  #: includes/elementor/widgets/recent-posts-timeline.php:134
1218
  #: includes/elementor/widgets/responsive-table.php:137
1219
  #: includes/elementor/widgets/responsive-table.php:204
1231
  #: includes/elementor/widgets/theme-elements/menu.php:281
1232
  #: includes/elementor/widgets/theme-elements/menu.php:328
1233
  #: includes/elementor/widgets/theme-elements/menu.php:1346
1234
+ #: includes/elementor/widgets/theme-elements/select.php:231
1235
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:195
1236
  #: includes/elementor/widgets/theme-elements/site-title.php:188
1237
  #: includes/elements/button.php:183 includes/elements/image.php:151
1286
  #: admin/includes/metaboxes/metabox-fields-general-header.php:707
1287
  #: includes/elementor/widgets/button.php:163
1288
  #: includes/elementor/widgets/divider.php:146
1289
+ #: includes/elementor/widgets/modern-button.php:321
1290
  #: includes/elementor/widgets/staff.php:787
1291
  #: includes/elementor/widgets/text.php:1046 includes/elements/button.php:66
1292
  #: includes/elements/divider.php:90 includes/elements/socials-list.php:63
1300
  #: includes/classes/class-auxin-svg-support.php:192
1301
  #: includes/elementor/widgets/button.php:162
1302
  #: includes/elementor/widgets/divider.php:145
1303
+ #: includes/elementor/widgets/modern-button.php:320
1304
  #: includes/elementor/widgets/staff.php:788
1305
  #: includes/elementor/widgets/text.php:1045
1306
  #: includes/elements/before-after.php:104 includes/elements/button.php:65
1316
  #: admin/includes/metaboxes/metabox-fields-general-header.php:709
1317
  #: includes/classes/class-auxin-svg-support.php:193
1318
  #: includes/elementor/widgets/button.php:161
1319
+ #: includes/elementor/widgets/modern-button.php:319
1320
  #: includes/elementor/widgets/staff.php:789
1321
  #: includes/elementor/widgets/text.php:1044
1322
  #: includes/elements/before-after.php:105 includes/elements/button.php:64
1384
  #: includes/elementor/widgets/custom-list.php:385
1385
  #: includes/elementor/widgets/gallery.php:131
1386
  #: includes/elementor/widgets/icon.php:125
1387
+ #: includes/elementor/widgets/modern-button.php:291
1388
  #: includes/elementor/widgets/quote.php:161
1389
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:130
1390
  #: includes/elementor/widgets/recent-posts-tiles.php:130
1424
  #: includes/elementor/widgets/image.php:536
1425
  #: includes/elementor/widgets/mailchimp.php:352
1426
  #: includes/elementor/widgets/mailchimp.php:609
1427
+ #: includes/elementor/widgets/modern-button.php:417
1428
+ #: includes/elementor/widgets/modern-button.php:528
1429
+ #: includes/elementor/widgets/modern-button.php:628
1430
+ #: includes/elementor/widgets/modern-button.php:740
1431
+ #: includes/elementor/widgets/modern-button.php:926
1432
  #: includes/elementor/widgets/products-grid.php:420
1433
  #: includes/elementor/widgets/products-grid.php:487
1434
  #: includes/elementor/widgets/products-grid.php:556
1439
  #: includes/elementor/widgets/products-grid.php:1044
1440
  #: includes/elementor/widgets/recent-comments.php:201
1441
  #: includes/elementor/widgets/recent-comments.php:284
1442
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1010
1443
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1080
1444
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1184
1445
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1375
1446
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1480
1447
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1606
1448
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1737
1449
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1889
1450
+ #: includes/elementor/widgets/recent-posts-land-style.php:638
1451
+ #: includes/elementor/widgets/recent-posts-land-style.php:742
1452
+ #: includes/elementor/widgets/recent-posts-land-style.php:919
1453
+ #: includes/elementor/widgets/recent-posts-masonry.php:683
1454
+ #: includes/elementor/widgets/recent-posts-masonry.php:753
1455
+ #: includes/elementor/widgets/recent-posts-masonry.php:857
1456
+ #: includes/elementor/widgets/recent-posts-masonry.php:1034
1457
+ #: includes/elementor/widgets/recent-posts-masonry.php:1123
1458
+ #: includes/elementor/widgets/recent-posts-masonry.php:1287
1459
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:514
1460
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:618
1461
  #: includes/elementor/widgets/recent-posts-tiles.php:455
1463
  #: includes/elementor/widgets/recent-posts-timeline.php:637
1464
  #: includes/elementor/widgets/recent-posts-timeline.php:741
1465
  #: includes/elementor/widgets/recent-posts-timeline.php:918
1466
+ #: includes/elementor/widgets/recent-products.php:630
1467
  #: includes/elementor/widgets/staff.php:491
1468
  #: includes/elementor/widgets/staff.php:738
1469
  #: includes/elementor/widgets/svg.php:357
1492
  #: includes/elementor/widgets/theme-elements/modern-search.php:293
1493
  #: includes/elementor/widgets/theme-elements/modern-search.php:390
1494
  #: includes/elementor/widgets/theme-elements/modern-search.php:509
1495
+ #: includes/elementor/widgets/theme-elements/select.php:195
1496
+ #: includes/elementor/widgets/theme-elements/select.php:340
1497
+ #: includes/elementor/widgets/theme-elements/select.php:593
1498
  #, fuzzy
1499
  msgid "Hover"
1500
  msgstr "پوشاننده"
1501
 
1502
  #: admin/includes/metaboxes/metabox-fields-general-header.php:843
1503
+ #: includes/elementor/widgets/theme-elements/select.php:196
1504
  msgid "Click"
1505
  msgstr ""
1506
 
1660
  msgstr ""
1661
 
1662
  #: admin/includes/metaboxes/metabox-fields-page-template.php:27
1663
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:656
1664
  #: includes/elements/recent-posts-grid-carousel.php:467
1665
  #, fuzzy
1666
  msgid "Before Content"
1677
  msgstr "چیدمان محتوا"
1678
 
1679
  #: admin/includes/metaboxes/metabox-fields-page-template.php:30
1680
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:655
1681
  #: includes/elements/recent-posts-grid-carousel.php:466
1682
  #, fuzzy
1683
  msgid "After Content"
1819
  msgstr ""
1820
 
1821
  #: includes/classes/class-auxels-admin-assets.php:67
1822
+ #: includes/classes/class-auxin-welcome.php:1430
1823
+ #: includes/classes/class-auxin-welcome.php:1561
1824
+ #: includes/classes/class-auxin-welcome.php:1930
1825
+ #: includes/classes/class-auxin-welcome.php:2000
1826
  #, fuzzy
1827
  msgid "Continue"
1828
  msgstr "دربرگیرنده"
1829
 
1830
  #: includes/classes/class-auxels-admin-assets.php:68
1831
+ #: includes/classes/class-auxin-welcome.php:527
1832
+ #: includes/classes/class-auxin-welcome.php:1641
1833
  #, fuzzy
1834
  msgid "Install Plugins"
1835
  msgstr "افزونه های فعال"
1836
 
1837
  #: includes/classes/class-auxels-admin-assets.php:69
1838
+ #: includes/classes/class-auxin-welcome.php:1787
1839
  #, fuzzy
1840
  msgid "Import Content"
1841
  msgstr "محتوای جعبه ای"
1858
  msgstr ""
1859
 
1860
  #: includes/classes/class-auxels-archive-menu-links.php:72
1861
+ #: includes/classes/class-auxin-welcome.php:427
1862
  #, fuzzy
1863
  msgid "Select All"
1864
  msgstr "نوع گالری را انتخاب کنید."
1945
  msgid "%s Status"
1946
  msgstr "وضعیت سیستم"
1947
 
1948
+ #: includes/classes/class-auxin-demo-importer.php:77
1949
  #, fuzzy
1950
  msgid "Import content"
1951
  msgstr "محتوای خود را وارد کنید."
1952
 
1953
+ #: includes/classes/class-auxin-demo-importer.php:109
1954
  msgid "Page has been successfully generated."
1955
  msgstr ""
1956
 
1957
+ #: includes/classes/class-auxin-demo-importer.php:112
1958
  #, fuzzy
1959
  msgid "Edit Page"
1960
  msgstr "صفحه ورود"
1961
 
1962
+ #: includes/classes/class-auxin-demo-importer.php:139
1963
  msgid "Template content has been successfully imported."
1964
  msgstr ""
1965
 
1966
+ #: includes/classes/class-auxin-demo-importer.php:147
1967
+ #: includes/classes/class-auxin-demo-importer.php:166
1968
+ #: includes/classes/class-auxin-welcome.php:814
1969
  msgid "Copy to clipboard"
1970
  msgstr ""
1971
 
1972
+ #: includes/classes/class-auxin-demo-importer.php:156
1973
  msgid "Import to my templates"
1974
  msgstr ""
1975
 
1976
+ #: includes/classes/class-auxin-demo-importer.php:183
1977
  msgid "Process failed!."
1978
  msgstr ""
1979
 
1980
+ #: includes/classes/class-auxin-demo-importer.php:211
1981
  msgid "Invalid Inputs."
1982
  msgstr ""
1983
 
1984
+ #: includes/classes/class-auxin-demo-importer.php:242
1985
  msgid "Step Failed!"
1986
  msgstr ""
1987
 
1988
+ #: includes/classes/class-auxin-demo-importer.php:249
1989
  msgid "Error in getting data!"
1990
  msgstr ""
1991
 
1992
+ #: includes/classes/class-auxin-demo-importer.php:272
1993
  msgid "Downloading Medias"
1994
  msgstr ""
1995
 
1996
+ #: includes/classes/class-auxin-demo-importer.php:278
1997
  msgid "Importing Media"
1998
  msgstr ""
1999
 
2000
+ #: includes/classes/class-auxin-demo-importer.php:294
2001
+ #: includes/classes/class-auxin-demo-importer.php:1304
2002
  msgid "Importing Users"
2003
  msgstr ""
2004
 
2005
+ #: includes/classes/class-auxin-demo-importer.php:305
2006
+ #: includes/classes/class-auxin-demo-importer.php:317
2007
  msgid "Importing Contents"
2008
  msgstr ""
2009
 
2010
+ #: includes/classes/class-auxin-demo-importer.php:329
2011
  #, fuzzy
2012
  msgid "Importing Options"
2013
  msgstr "تنظیمات طراحی"
2014
 
2015
+ #: includes/classes/class-auxin-demo-importer.php:346
2016
+ #: includes/classes/class-auxin-demo-importer.php:560
2017
  msgid "Importing Menus"
2018
  msgstr ""
2019
 
2020
+ #: includes/classes/class-auxin-demo-importer.php:352
2021
  msgid "Importing Widgets"
2022
  msgstr ""
2023
 
2024
+ #: includes/classes/class-auxin-demo-importer.php:437
2025
  msgid "Retrieve Body Fails"
2026
  msgstr ""
2027
 
2028
+ #: includes/classes/class-auxin-demo-importer.php:626
2029
  msgid "Importing Sliders"
2030
  msgstr ""
2031
 
2032
+ #: includes/classes/class-auxin-demo-importer.php:1381
2033
  msgid "Preparing Site ..."
2034
  msgstr ""
2035
 
2036
+ #: includes/classes/class-auxin-demo-importer.php:1423
2037
  msgid "All steps are successful"
2038
  msgstr ""
2039
 
2236
  msgstr ""
2237
 
2238
  #: includes/classes/class-auxin-walker-nav-menu-back.php:205
2239
+ #: includes/classes/class-auxin-welcome.php:432
2240
  #: includes/elementor/modules/dynamic-tags/contact-url.php:181
2241
  #: includes/elementor/modules/dynamic-tags/featured-image-data.php:90
2242
  #: includes/elementor/widgets/heading-modern.php:310
2290
  msgstr ""
2291
 
2292
  #: includes/classes/class-auxin-walker-nav-menu-back.php:384
2293
+ #: includes/classes/class-auxin-welcome.php:1433
2294
+ #: includes/classes/class-auxin-welcome.php:1461
2295
+ #: includes/classes/class-auxin-welcome.php:1564
2296
+ #: includes/classes/class-auxin-welcome.php:1643
2297
+ #: includes/classes/class-auxin-welcome.php:1691
2298
+ #: includes/classes/class-auxin-welcome.php:1789
2299
+ #: includes/classes/class-auxin-welcome.php:1932
2300
  msgid "Cancel"
2301
  msgstr ""
2302
 
2436
  "all features."
2437
  msgstr ""
2438
 
2439
+ #: includes/classes/class-auxin-welcome.php:391
2440
  #, fuzzy
2441
  msgid "Recommended Plugins"
2442
  msgstr "افزونه های فعال"
2443
 
2444
+ #: includes/classes/class-auxin-welcome.php:392
2445
  msgid ""
2446
  "The following is a list of best integrated plugins for %s theme, you can "
2447
  "install them from here and add or remove them later on WordPress plugins "
2448
  "page."
2449
  msgstr ""
2450
 
2451
+ #: includes/classes/class-auxin-welcome.php:393
2452
  msgid ""
2453
  "We recommend you to install only the plugins under \"Essential\" tab, and "
2454
  "avoid installing all of plugins."
2455
  msgstr ""
2456
 
2457
+ #: includes/classes/class-auxin-welcome.php:413
2458
+ #: includes/classes/class-auxin-welcome.php:737
2459
  #: includes/elements/popular-posts-widget.php:388
2460
  msgid "Recent"
2461
  msgstr "اخیر"
2462
 
2463
+ #: includes/classes/class-auxin-welcome.php:431
2464
  #: includes/elementor/widgets/testimonial.php:346
2465
  #: includes/elements/about-widget.php:58
2466
  msgid "Name"
2467
  msgstr "نام"
2468
 
2469
+ #: includes/classes/class-auxin-welcome.php:433
2470
  #, fuzzy
2471
  msgid "Status"
2472
  msgstr "وضعیت سیستم"
2473
 
2474
+ #: includes/classes/class-auxin-welcome.php:434
2475
  #, fuzzy
2476
  msgid "Version"
2477
  msgstr "نسخه وردپرس"
2478
 
2479
+ #: includes/classes/class-auxin-welcome.php:503
2480
  #, fuzzy
2481
  msgid "Not Installed"
2482
  msgstr "SUHOSIN نصب شده"
2483
 
2484
+ #: includes/classes/class-auxin-welcome.php:505
2485
  msgid "Not Activated"
2486
  msgstr ""
2487
 
2488
+ #: includes/classes/class-auxin-welcome.php:535
2489
  msgid ""
2490
  "Good news! All plugins are already installed and up to date. Please continue."
2491
  msgstr ""
2492
 
2493
+ #: includes/classes/class-auxin-welcome.php:631
2494
  msgid "No Slug Found"
2495
  msgstr ""
2496
 
2497
+ #: includes/classes/class-auxin-welcome.php:650
2498
  #, fuzzy
2499
  msgid "Activating"
2500
  msgstr "بخش فعال"
2501
 
2502
+ #: includes/classes/class-auxin-welcome.php:665
2503
  msgid "Updating"
2504
  msgstr ""
2505
 
2506
+ #: includes/classes/class-auxin-welcome.php:680
2507
  msgid "Installing"
2508
  msgstr ""
2509
 
2510
+ #: includes/classes/class-auxin-welcome.php:691
2511
  msgid "Activated"
2512
  msgstr ""
2513
 
2514
+ #: includes/classes/class-auxin-welcome.php:750
2515
+ #: includes/classes/class-auxin-welcome.php:939
2516
  msgid "Search Templates"
2517
  msgstr ""
2518
 
2519
+ #: includes/classes/class-auxin-welcome.php:757
2520
  #, fuzzy
2521
  msgid ""
2522
  "An error occurred while downloading the list of templates. Please try again "
2523
  "later."
2524
  msgstr "خطایی رخ داده است. بازخورد قابل تحویل نیست، لطفا دوباره تلاش کنید."
2525
 
2526
+ #: includes/classes/class-auxin-welcome.php:801
2527
  msgid "Download"
2528
  msgstr ""
2529
 
2530
+ #: includes/classes/class-auxin-welcome.php:822
2531
+ #: includes/classes/class-auxin-welcome.php:999
2532
  msgid "Unlock"
2533
  msgstr ""
2534
 
2535
+ #: includes/classes/class-auxin-welcome.php:834
2536
+ #: includes/classes/class-auxin-welcome.php:1010
2537
+ #: includes/classes/class-auxin-welcome.php:1351
2538
+ #: includes/classes/class-auxin-welcome.php:1818
2539
  msgid "Preview"
2540
  msgstr ""
2541
 
2542
+ #: includes/classes/class-auxin-welcome.php:857
2543
  msgid "Save to my templates"
2544
  msgstr ""
2545
 
2546
+ #: includes/classes/class-auxin-welcome.php:868
2547
  #, fuzzy
2548
  msgid "Create new page"
2549
  msgstr "صفحه جاری"
2550
 
2551
+ #: includes/classes/class-auxin-welcome.php:922
2552
  msgid "All Templates"
2553
  msgstr ""
2554
 
2555
+ #: includes/classes/class-auxin-welcome.php:945
2556
  #, fuzzy
2557
  msgid ""
2558
  "An error occurred while downloading the list of demo sites. Please try again "
2559
  "later."
2560
  msgstr "خطایی رخ داده است. بازخورد قابل تحویل نیست، لطفا دوباره تلاش کنید."
2561
 
2562
+ #: includes/classes/class-auxin-welcome.php:994
2563
+ #: includes/classes/class-auxin-welcome.php:1458
2564
  msgid "Uninstall"
2565
  msgstr ""
2566
 
2567
+ #: includes/classes/class-auxin-welcome.php:994
2568
+ #: includes/classes/class-auxin-welcome.php:1362
2569
  msgid "Import"
2570
  msgstr ""
2571
 
2572
+ #: includes/classes/class-auxin-welcome.php:1097
2573
  msgid "You have already the latest version."
2574
  msgstr ""
2575
 
2576
+ #: includes/classes/class-auxin-welcome.php:1101
2577
  msgid "New updates are available."
2578
  msgstr ""
2579
 
2580
+ #: includes/classes/class-auxin-welcome.php:1102
2581
  msgid ""
2582
  "The following items require update, click update button to update them to "
2583
  "the latest version."
2584
  msgstr ""
2585
 
2586
+ #: includes/classes/class-auxin-welcome.php:1111
2587
  msgid "Last checked "
2588
  msgstr ""
2589
 
2590
+ #: includes/classes/class-auxin-welcome.php:1113
2591
  msgid "ago"
2592
  msgstr ""
2593
 
2594
+ #: includes/classes/class-auxin-welcome.php:1133
2595
+ #: includes/classes/class-auxin-welcome.php:1163
2596
+ #: includes/classes/class-auxin-welcome.php:1617
2597
  msgid "Ready to update"
2598
  msgstr ""
2599
 
2600
+ #: includes/classes/class-auxin-welcome.php:1183
2601
  msgid "Update Now"
2602
  msgstr ""
2603
 
2604
+ #: includes/classes/class-auxin-welcome.php:1186
2605
  msgid "Check Again"
2606
  msgstr ""
2607
 
2608
+ #: includes/classes/class-auxin-welcome.php:1220
2609
  msgid "You can't remove this demo."
2610
  msgstr ""
2611
 
2612
+ #: includes/classes/class-auxin-welcome.php:1345
2613
  msgid "Done!"
2614
  msgstr ""
2615
 
2616
+ #: includes/classes/class-auxin-welcome.php:1346
2617
  msgid "Demo has been successfully uninstalled."
2618
  msgstr ""
2619
 
2620
+ #: includes/classes/class-auxin-welcome.php:1408
2621
  #: public/includes/frontend-ajax.php:180 public/includes/frontend-ajax.php:243
2622
  msgid "An Error Occurred!"
2623
  msgstr ""
2624
 
2625
+ #: includes/classes/class-auxin-welcome.php:1422
2626
  #, fuzzy
2627
  msgid "Notice"
2628
  msgstr "نکته"
2629
 
2630
+ #: includes/classes/class-auxin-welcome.php:1424
2631
  msgid ""
2632
  "For better and faster result, it's recommended to install the demo on a "
2633
  "clean WordPress website."
2634
  msgstr ""
2635
 
2636
+ #: includes/classes/class-auxin-welcome.php:1450
2637
  msgid "Warning!"
2638
  msgstr ""
2639
 
2640
+ #: includes/classes/class-auxin-welcome.php:1452
2641
  msgid "This process will erase all images, posts and settings of this demo..."
2642
  msgstr ""
2643
 
2644
+ #: includes/classes/class-auxin-welcome.php:1457
2645
  msgid "Are you sure you want to uninstall this demo?"
2646
  msgstr ""
2647
 
2648
+ #: includes/classes/class-auxin-welcome.php:1467
2649
+ #: includes/classes/class-auxin-welcome.php:1697
2650
+ #: includes/classes/class-auxin-welcome.php:1795
2651
  msgid "Please wait, this may take several minutes .."
2652
  msgstr ""
2653
 
2654
+ #: includes/classes/class-auxin-welcome.php:1537
2655
  msgid "An error occurred!"
2656
  msgstr ""
2657
 
2658
+ #: includes/classes/class-auxin-welcome.php:1539
2659
  msgid "Method not exist!"
2660
  msgstr ""
2661
 
2662
+ #: includes/classes/class-auxin-welcome.php:1553
2663
+ #: includes/classes/class-auxin-welcome.php:1594
2664
  msgid "Required Plugins for this demo."
2665
  msgstr ""
2666
 
2667
+ #: includes/classes/class-auxin-welcome.php:1555
2668
  msgid ""
2669
  "For better and faster install process it's recommended to install demo on a "
2670
  "clean WordPress website."
2671
  msgstr ""
2672
 
2673
+ #: includes/classes/class-auxin-welcome.php:1595
2674
  msgid "The following plugins are required to be installed for this demo."
2675
  msgstr ""
2676
 
2677
+ #: includes/classes/class-auxin-welcome.php:1609
2678
  #, fuzzy
2679
  msgid "Ready to install"
2680
  msgstr "تکرار افقی"
2681
 
2682
+ #: includes/classes/class-auxin-welcome.php:1613
2683
  #, fuzzy
2684
  msgid "Not activated"
2685
  msgstr "اصلا"
2686
 
2687
+ #: includes/classes/class-auxin-welcome.php:1674
2688
  msgid "You already have installed template!"
2689
  msgstr ""
2690
 
2691
+ #: includes/classes/class-auxin-welcome.php:1676
2692
  msgid ""
2693
  "For better and faster install proccess it's recommanded to install demo on a "
2694
  "clean wordpress website."
2695
  msgstr ""
2696
 
2697
+ #: includes/classes/class-auxin-welcome.php:1688
2698
  msgid "Unistall Template"
2699
  msgstr ""
2700
 
2701
+ #: includes/classes/class-auxin-welcome.php:1714
2702
  msgid "Import Demo Content of Phlox Theme."
2703
  msgstr ""
2704
 
2705
+ #: includes/classes/class-auxin-welcome.php:1719
2706
  msgid "Complete pre-build Website"
2707
  msgstr ""
2708
 
2709
+ #: includes/classes/class-auxin-welcome.php:1724
2710
  #, fuzzy
2711
  msgid "Import media (images, videos, etc.)"
2712
  msgstr "نمایش رسانه های نوشته (تصویر، ویدیو، غیره)"
2713
 
2714
+ #: includes/classes/class-auxin-welcome.php:1731
2715
  msgid "Selected Data Only"
2716
  msgstr ""
2717
 
2718
+ #: includes/classes/class-auxin-welcome.php:1737
2719
  #, fuzzy
2720
  msgid "Posts/Pages"
2721
  msgstr "نوشته ها"
2722
 
2723
+ #: includes/classes/class-auxin-welcome.php:1742
2724
  #, fuzzy
2725
  msgid "Media"
2726
  msgstr "متوسط"
2727
 
2728
+ #: includes/classes/class-auxin-welcome.php:1747
2729
  #, fuzzy
2730
  msgid "Widgets"
2731
  msgstr "عنوان ابزارک"
2732
 
2733
+ #: includes/classes/class-auxin-welcome.php:1754
2734
  msgid "Menus"
2735
  msgstr ""
2736
 
2737
+ #: includes/classes/class-auxin-welcome.php:1759
2738
  #, fuzzy
2739
  msgid "Theme Options"
2740
  msgstr "تنظیمات طراحی"
2741
 
2742
+ #: includes/classes/class-auxin-welcome.php:1764
2743
  msgid "MasterSlider (If Available)"
2744
  msgstr ""
2745
 
2746
+ #: includes/classes/class-auxin-welcome.php:1774
2747
  msgid "Importing Demo Content is in Progress..."
2748
  msgstr ""
2749
 
2750
+ #: includes/classes/class-auxin-welcome.php:1775
2751
  msgid ""
2752
  "This process may take 5 to 10 minutes to complete, please do not close or "
2753
  "refresh this page."
2754
  msgstr ""
2755
 
2756
+ #: includes/classes/class-auxin-welcome.php:1809
2757
  msgid "Congratulations!"
2758
  msgstr ""
2759
 
2760
+ #: includes/classes/class-auxin-welcome.php:1810
2761
  msgid "Demo has been successfully imported."
2762
  msgstr ""
2763
 
2764
+ #: includes/classes/class-auxin-welcome.php:1815
2765
  #, fuzzy
2766
  msgid "Customize"
2767
  msgstr "تصویر دلخواه"
2768
 
2769
+ #: includes/classes/class-auxin-welcome.php:1832
2770
  #, fuzzy
2771
  msgid "Importing page content ..."
2772
  msgstr "تراز تصویر در محتوا."
2773
 
2774
+ #: includes/classes/class-auxin-welcome.php:1856
2775
  msgid "Remove Watermarks?"
2776
  msgstr ""
2777
 
2778
+ #: includes/classes/class-auxin-welcome.php:1857
2779
  msgid ""
2780
  "Some images in this demo are copyrighted and watermarked, you can remove "
2781
  "watermarks by authorizing your Envato Elements subscription."
2782
  msgstr ""
2783
 
2784
+ #: includes/classes/class-auxin-welcome.php:1871
2785
  msgid "Remove Watermarks"
2786
  msgstr ""
2787
 
2788
+ #: includes/classes/class-auxin-welcome.php:1886
2789
  msgid "Remove watermarks by authorizing your Envato Elements subscription"
2790
  msgstr ""
2791
 
2792
+ #: includes/classes/class-auxin-welcome.php:1887
2793
  msgid ""
2794
  "By subscribing to Envato Elements you will have access to unlimited premium "
2795
  "stock images, icons, graphical assets, videos and more."
2796
  msgstr ""
2797
 
2798
+ #: includes/classes/class-auxin-welcome.php:1889
2799
  msgid "Explore and Subscribe"
2800
  msgstr ""
2801
 
2802
+ #: includes/classes/class-auxin-welcome.php:1897
2803
  msgid "Already an Envato Elements member?"
2804
  msgstr ""
2805
 
2806
+ #: includes/classes/class-auxin-welcome.php:1897
2807
  msgid "Activate here"
2808
  msgstr ""
2809
 
2810
+ #: includes/classes/class-auxin-welcome.php:1915
2811
+ #: includes/classes/class-auxin-welcome.php:1945
2812
  msgid "Verify Your Envato Elements Subscription"
2813
  msgstr ""
2814
 
2815
+ #: includes/classes/class-auxin-welcome.php:1916
2816
  msgid "Enter your email below and click continue button"
2817
  msgstr ""
2818
 
2819
+ #: includes/classes/class-auxin-welcome.php:1918
2820
  #, fuzzy
2821
  msgid "Enter your email"
2822
  msgstr "برچسب آیتم زبانه را وارد کنید."
2823
 
2824
+ #: includes/classes/class-auxin-welcome.php:1946
2825
  msgid "Enter your token below to verify your Subscription"
2826
  msgstr ""
2827
 
2828
+ #: includes/classes/class-auxin-welcome.php:1948
2829
  #, fuzzy
2830
  msgid "Enter token here"
2831
  msgstr "برچسب دکمه را وارد کنید."
2832
 
2833
+ #: includes/classes/class-auxin-welcome.php:1960
2834
  msgid "How to generate a token ?"
2835
  msgstr ""
2836
 
2837
+ #: includes/classes/class-auxin-welcome.php:1961
2838
  msgid "Don't have subscription?"
2839
  msgstr ""
2840
 
2841
+ #: includes/classes/class-auxin-welcome.php:1971
2842
  msgid "Verify Token"
2843
  msgstr ""
2844
 
2845
+ #: includes/classes/class-auxin-welcome.php:1990
2846
  msgid "Succeed"
2847
  msgstr ""
2848
 
2849
+ #: includes/classes/class-auxin-welcome.php:1991
2850
  msgid ""
2851
  "Congratulations! you have successfully authorized your Envato Elements "
2852
  "subscription."
2919
  msgid "Select Audio"
2920
  msgstr "انتخاب شکاف آکاردئون"
2921
 
2922
+ #: includes/elementor/class-auxin-elementor-core-elements.php:425
2923
  msgid "Element class \"%s\" not found."
2924
  msgstr ""
2925
 
2926
+ #: includes/elementor/class-auxin-elementor-core-elements.php:521
2927
  msgid "Module class \"%s\" not found."
2928
  msgstr ""
2929
 
2930
+ #: includes/elementor/class-auxin-elementor-core-elements.php:594
2931
  msgid "%s - General"
2932
  msgstr ""
2933
 
2934
+ #: includes/elementor/class-auxin-elementor-core-elements.php:602
2935
  msgid "%s - Featured"
2936
  msgstr ""
2937
 
2938
+ #: includes/elementor/class-auxin-elementor-core-elements.php:610
2939
  #, fuzzy
2940
  msgid "%s - Posts"
2941
  msgstr "نوشته ها"
2942
 
2943
+ #: includes/elementor/class-auxin-elementor-core-elements.php:618
2944
  msgid "%s - Portfolio"
2945
  msgstr ""
2946
 
2947
  #. translators: 1: Plugin name 2: PHP 3: Required PHP version
2948
+ #: includes/elementor/class-auxin-elementor-core-elements.php:705
2949
+ #: includes/elementor/class-auxin-elementor-core-elements.php:729
2950
  msgid "\"%1$s\" requires \"%2$s\" version %3$s or greater."
2951
  msgstr ""
2952
 
2953
+ #: includes/elementor/class-auxin-elementor-core-elements.php:707
2954
  msgid "Elementor"
2955
  msgstr ""
2956
 
2957
+ #: includes/elementor/class-auxin-elementor-core-elements.php:731
2958
  #: includes/elements/code.php:82
2959
  msgid "PHP"
2960
  msgstr ""
2961
 
2962
+ #: includes/elementor/class-auxin-elementor-core-elements.php:788
2963
  msgid "Phlox Icons - Set 1"
2964
  msgstr ""
2965
 
2966
+ #: includes/elementor/class-auxin-elementor-core-elements.php:810
2967
  msgid "Phlox Icons - Set 2"
2968
  msgstr ""
2969
 
3146
  #: includes/elementor/widgets/icon.php:178
3147
  #: includes/elementor/widgets/image.php:327
3148
  #: includes/elementor/widgets/modern-button.php:192
3149
+ #: includes/elementor/widgets/modern-button.php:817
3150
  #: includes/elementor/widgets/quote.php:173
3151
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1677
3152
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1790
3153
+ #: includes/elementor/widgets/recent-posts-masonry.php:1176
3154
  #: includes/elementor/widgets/recent-posts-timeline.php:138
3155
  #: includes/elementor/widgets/responsive-table.php:145
3156
  #: includes/elementor/widgets/responsive-table.php:212
3168
  #: includes/elementor/widgets/theme-elements/menu.php:282
3169
  #: includes/elementor/widgets/theme-elements/menu.php:336
3170
  #: includes/elementor/widgets/theme-elements/menu.php:1354
3171
+ #: includes/elementor/widgets/theme-elements/select.php:239
3172
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:203
3173
  #: includes/elementor/widgets/theme-elements/site-title.php:196
3174
  #: includes/elements/button.php:187 includes/elements/image.php:152
3360
  msgstr "نام نویسنده"
3361
 
3362
  #: includes/elementor/modules/dynamic-tags/author-name.php:18
3363
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:625
3364
+ #: includes/elementor/widgets/recent-posts-land-style.php:321
3365
+ #: includes/elementor/widgets/recent-posts-masonry.php:399
3366
  #: includes/elementor/widgets/recent-posts-timeline.php:315
3367
  #: includes/elements/recent-posts-grid-carousel.php:448
3368
  #: includes/elements/recent-posts-land-style.php:372
3429
  #: includes/elementor/widgets/heading-modern.php:271
3430
  #: includes/elementor/widgets/icon.php:154
3431
  #: includes/elementor/widgets/modern-button.php:210
3432
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:756
3433
  #: includes/elementor/widgets/text.php:322
3434
  #: includes/elementor/widgets/theme-elements/logo.php:182
3435
  #: includes/elementor/widgets/theme-elements/logo.php:196
3436
+ #: includes/elementor/widgets/theme-elements/select.php:121
3437
  #: includes/elementor/widgets/theme-elements/site-title.php:212
3438
  #: includes/elements/custom-list.php:106 includes/elements/text.php:843
3439
  msgid "Link"
3447
  #: includes/elementor/widgets/gallery.php:305
3448
  #: includes/elementor/widgets/image.php:302
3449
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:235
3450
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:626
3451
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:892
3452
+ #: includes/elementor/widgets/recent-posts-land-style.php:322
3453
+ #: includes/elementor/widgets/recent-posts-land-style.php:508
3454
+ #: includes/elementor/widgets/recent-posts-masonry.php:400
3455
+ #: includes/elementor/widgets/recent-posts-masonry.php:603
3456
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:205
3457
  #: includes/elementor/widgets/recent-posts-tiles.php:387
3458
  #: includes/elementor/widgets/recent-posts-timeline.php:316
3499
  #: includes/elementor/modules/dynamic-tags/post-time.php:34
3500
  #: includes/elementor/modules/dynamic-tags/request-parameter.php:66
3501
  #: includes/elementor/widgets/accordion.php:145
3502
+ #: includes/elementor/widgets/modern-button.php:287
3503
  #: includes/elementor/widgets/svg.php:107
3504
  #: includes/elementor/widgets/text.php:112
3505
  #: includes/elementor/widgets/theme-elements/logo.php:135
3512
 
3513
  #: includes/elementor/modules/dynamic-tags/contact-url.php:37
3514
  #: includes/elementor/modules/theme-builder/module.php:117
3515
+ #: includes/elementor/widgets/theme-elements/select.php:90
3516
  msgid "Select"
3517
  msgstr ""
3518
 
3628
  #: includes/elementor/widgets/products-grid.php:239
3629
  #: includes/elementor/widgets/products-grid.php:390
3630
  #: includes/elementor/widgets/recent-comments.php:171
3631
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:794
3632
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1041
3633
+ #: includes/elementor/widgets/recent-posts-land-style.php:428
3634
+ #: includes/elementor/widgets/recent-posts-land-style.php:599
3635
+ #: includes/elementor/widgets/recent-posts-masonry.php:523
3636
+ #: includes/elementor/widgets/recent-posts-masonry.php:714
3637
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:405
3638
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:475
3639
  #: includes/elementor/widgets/recent-posts-tiles.php:307
3640
  #: includes/elementor/widgets/recent-posts-tiles.php:416
3641
  #: includes/elementor/widgets/recent-posts-timeline.php:439
3642
  #: includes/elementor/widgets/recent-posts-timeline.php:598
3643
+ #: includes/elementor/widgets/recent-products.php:357
3644
+ #: includes/elementor/widgets/recent-products.php:529
3645
  #: includes/elementor/widgets/staff.php:452
3646
  #: includes/elementor/widgets/tabs.php:373
3647
  #: includes/elementor/widgets/text.php:233
3648
  #: includes/elementor/widgets/text.php:687
3649
  #: includes/elementor/widgets/theme-elements/logo.php:454
3650
+ #: includes/elementor/widgets/theme-elements/select.php:112
3651
  #: includes/elementor/widgets/theme-elements/site-title.php:94
3652
  #: includes/elementor/widgets/touch-slider.php:332
3653
  #: includes/elements/about-widget.php:43
3715
  #: includes/elementor/widgets/carousel-navigation.php:105
3716
  #: includes/elementor/widgets/divider.php:148
3717
  #: includes/elementor/widgets/mailchimp.php:137
3718
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:940
3719
  #: includes/elementor/widgets/theme-elements/current-time.php:109
3720
  #: includes/elementor/widgets/theme-elements/menu.php:1000
3721
  #: includes/elements/image.php:98 includes/elements/staff.php:113
4052
  #: includes/elementor/modules/dynamic-tags/user-info.php:76
4053
  #: includes/elementor/widgets/gallery.php:304
4054
  #: includes/elementor/widgets/products-grid.php:240
4055
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:795
4056
+ #: includes/elementor/widgets/recent-posts-land-style.php:429
4057
+ #: includes/elementor/widgets/recent-posts-masonry.php:524
4058
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:406
4059
  #: includes/elementor/widgets/recent-posts-tiles.php:308
4060
  #: includes/elementor/widgets/recent-posts-timeline.php:440
4061
+ #: includes/elementor/widgets/recent-products.php:358
4062
  #: includes/elements/gallery.php:196
4063
  #: includes/elements/latest-posts-slider.php:139
4064
  #: includes/elements/popular-posts-widget.php:200
4114
  #: includes/elementor/modules/query-control/controls/group-control-query.php:169
4115
  #: includes/elementor/modules/query-control/controls/group-control-query.php:225
4116
  #: includes/elementor/widgets/products-grid.php:244
4117
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:799
4118
+ #: includes/elementor/widgets/recent-posts-land-style.php:433
4119
+ #: includes/elementor/widgets/recent-posts-masonry.php:528
4120
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:410
4121
  #: includes/elementor/widgets/recent-posts-tiles.php:312
4122
  #: includes/elementor/widgets/recent-posts-timeline.php:444
4123
+ #: includes/elementor/widgets/recent-products.php:362
4124
  #: includes/elements/latest-posts-slider.php:143
4125
  #: includes/elements/popular-posts-widget.php:204
4126
  #: includes/elements/recent-posts-grid-carousel.php:190
4209
  #: includes/elementor/modules/query-control/controls/group-control-query.php:276
4210
  #: includes/elementor/modules/query-control/controls/group-control-query.php:345
4211
  #: includes/elementor/widgets/products-grid.php:237
4212
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:792
4213
+ #: includes/elementor/widgets/recent-posts-land-style.php:426
4214
+ #: includes/elementor/widgets/recent-posts-masonry.php:521
4215
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:403
4216
  #: includes/elementor/widgets/recent-posts-tiles.php:305
4217
  #: includes/elementor/widgets/recent-posts-timeline.php:437
4218
+ #: includes/elementor/widgets/recent-products.php:355
4219
  #: includes/elements/gallery.php:195
4220
  #: includes/elements/latest-posts-slider.php:136
4221
  #: includes/elements/popular-posts-widget.php:197
4286
  #: includes/elementor/modules/query-control/controls/group-control-query.php:347
4287
  #: includes/elementor/widgets/gallery.php:302
4288
  #: includes/elementor/widgets/products-grid.php:238
4289
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:793
4290
+ #: includes/elementor/widgets/recent-posts-land-style.php:427
4291
+ #: includes/elementor/widgets/recent-posts-masonry.php:522
4292
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:404
4293
  #: includes/elementor/widgets/recent-posts-tiles.php:306
4294
  #: includes/elementor/widgets/recent-posts-timeline.php:438
4295
+ #: includes/elementor/widgets/recent-products.php:356
4296
  #: includes/elements/gallery.php:194
4297
  #: includes/elements/latest-posts-slider.php:137
4298
  #: includes/elements/popular-posts-widget.php:198
4311
 
4312
  #: includes/elementor/modules/query-control/controls/group-control-query.php:348
4313
  #: includes/elementor/widgets/products-grid.php:241
4314
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:796
4315
+ #: includes/elementor/widgets/recent-posts-land-style.php:430
4316
+ #: includes/elementor/widgets/recent-posts-masonry.php:525
4317
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:407
4318
  #: includes/elementor/widgets/recent-posts-tiles.php:309
4319
  #: includes/elementor/widgets/recent-posts-timeline.php:441
4320
+ #: includes/elementor/widgets/recent-products.php:359
4321
  #: includes/elements/latest-posts-slider.php:140
4322
  #: includes/elements/popular-posts-widget.php:201
4323
  #: includes/elements/recent-posts-grid-carousel.php:187
4336
  #: includes/elementor/modules/query-control/controls/group-control-query.php:356
4337
  #: includes/elementor/widgets/gallery.php:282
4338
  #: includes/elementor/widgets/products-grid.php:253
4339
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:811
4340
+ #: includes/elementor/widgets/recent-posts-land-style.php:442
4341
+ #: includes/elementor/widgets/recent-posts-masonry.php:537
4342
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:419
4343
  #: includes/elementor/widgets/recent-posts-tiles.php:321
4344
  #: includes/elementor/widgets/recent-posts-timeline.php:453
4345
+ #: includes/elementor/widgets/recent-products.php:371
4346
  #: includes/elements/gallery.php:167
4347
  #: includes/elements/popular-posts-widget.php:213
4348
  #: includes/elements/recent-posts-grid-carousel.php:200
4575
  #: includes/elementor/widgets/heading-modern.php:926
4576
  #: includes/elementor/widgets/heading-modern.php:1002
4577
  #: includes/elementor/widgets/heading-modern.php:1116
4578
+ #: includes/elementor/widgets/modern-button.php:668
4579
+ #: includes/elementor/widgets/modern-button.php:780
4580
+ #: includes/elementor/widgets/modern-button.php:886
4581
+ #: includes/elementor/widgets/modern-button.php:985
4582
  #: includes/elementor/widgets/quote.php:288
4583
  #: includes/elementor/widgets/tabs.php:480
4584
  #: includes/elementor/widgets/theme-elements/breadcrumbs.php:240
4591
  #: includes/elementor/widgets/theme-elements/modern-search.php:869
4592
  #: includes/elementor/widgets/theme-elements/search.php:318
4593
  #: includes/elementor/widgets/theme-elements/search.php:428
4594
+ #: includes/elementor/widgets/theme-elements/select.php:514
4595
  #: includes/elementor/widgets/theme-elements/site-title.php:334
4596
  #: includes/elementor/widgets/theme-elements/site-title.php:400
4597
  #: includes/elementor/widgets/theme-elements/site-title.php:466
4613
  #: includes/elementor/widgets/icon.php:360
4614
  #: includes/elementor/widgets/mailchimp.php:298
4615
  #: includes/elementor/widgets/mailchimp.php:544
4616
+ #: includes/elementor/widgets/modern-button.php:401
4617
+ #: includes/elementor/widgets/modern-button.php:454
4618
+ #: includes/elementor/widgets/modern-button.php:910
4619
+ #: includes/elementor/widgets/modern-button.php:1009
4620
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:970
4621
+ #: includes/elementor/widgets/recent-posts-land-style.php:566
4622
+ #: includes/elementor/widgets/recent-posts-masonry.php:643
4623
  #: includes/elementor/widgets/recent-posts-timeline.php:577
4624
+ #: includes/elementor/widgets/recent-products.php:508
4625
  #: includes/elementor/widgets/tabs.php:235
4626
  #: includes/elementor/widgets/tabs.php:493
4627
  #: includes/elementor/widgets/text.php:1484
4665
  #: includes/elementor/widgets/image.php:499
4666
  #: includes/elementor/widgets/mailchimp.php:326
4667
  #: includes/elementor/widgets/mailchimp.php:571
4668
+ #: includes/elementor/widgets/modern-button.php:304
4669
+ #: includes/elementor/widgets/modern-button.php:364
4670
+ #: includes/elementor/widgets/modern-button.php:489
4671
+ #: includes/elementor/widgets/modern-button.php:589
4672
+ #: includes/elementor/widgets/modern-button.php:701
4673
+ #: includes/elementor/widgets/modern-button.php:827
4674
  #: includes/elementor/widgets/products-grid.php:400
4675
  #: includes/elementor/widgets/products-grid.php:467
4676
  #: includes/elementor/widgets/products-grid.php:536
4681
  #: includes/elementor/widgets/products-grid.php:988
4682
  #: includes/elementor/widgets/recent-comments.php:181
4683
  #: includes/elementor/widgets/recent-comments.php:264
4684
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:987
4685
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1054
4686
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1158
4687
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1345
4688
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1460
4689
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1579
4690
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1710
4691
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1833
4692
+ #: includes/elementor/widgets/recent-posts-land-style.php:612
4693
+ #: includes/elementor/widgets/recent-posts-land-style.php:716
4694
+ #: includes/elementor/widgets/recent-posts-land-style.php:899
4695
+ #: includes/elementor/widgets/recent-posts-masonry.php:660
4696
+ #: includes/elementor/widgets/recent-posts-masonry.php:727
4697
+ #: includes/elementor/widgets/recent-posts-masonry.php:831
4698
+ #: includes/elementor/widgets/recent-posts-masonry.php:1014
4699
+ #: includes/elementor/widgets/recent-posts-masonry.php:1096
4700
+ #: includes/elementor/widgets/recent-posts-masonry.php:1231
4701
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:488
4702
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:592
4703
  #: includes/elementor/widgets/recent-posts-tiles.php:429
4705
  #: includes/elementor/widgets/recent-posts-timeline.php:611
4706
  #: includes/elementor/widgets/recent-posts-timeline.php:715
4707
  #: includes/elementor/widgets/recent-posts-timeline.php:898
4708
+ #: includes/elementor/widgets/recent-products.php:604
4709
  #: includes/elementor/widgets/staff.php:465
4710
  #: includes/elementor/widgets/staff.php:712
4711
  #: includes/elementor/widgets/svg.php:320
4735
  #: includes/elementor/widgets/theme-elements/modern-search.php:246
4736
  #: includes/elementor/widgets/theme-elements/modern-search.php:353
4737
  #: includes/elementor/widgets/theme-elements/modern-search.php:444
4738
+ #: includes/elementor/widgets/theme-elements/select.php:309
4739
+ #: includes/elementor/widgets/theme-elements/select.php:550
4740
  #: includes/elements/button.php:118 includes/elements/text.php:738
4741
  #: includes/general-hooks.php:766 includes/general-hooks.php:1178
4742
  msgid "Normal"
4749
  #: includes/elementor/widgets/accordion.php:458
4750
  #: includes/elementor/widgets/accordion.php:496
4751
  #: includes/elementor/widgets/image.php:650
4752
+ #: includes/elementor/widgets/recent-posts-land-style.php:582
4753
  #: includes/elementor/widgets/tabs.php:259
4754
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:280
4755
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:470
4816
  #: includes/elementor/widgets/icon.php:311
4817
  #: includes/elementor/widgets/mailchimp.php:310
4818
  #: includes/elementor/widgets/mailchimp.php:556
4819
+ #: includes/elementor/widgets/modern-button.php:389
4820
+ #: includes/elementor/widgets/modern-button.php:442
4821
+ #: includes/elementor/widgets/modern-button.php:898
4822
+ #: includes/elementor/widgets/modern-button.php:997
4823
  #: includes/elementor/widgets/products-grid.php:721
4824
  #: includes/elementor/widgets/products-grid.php:858
4825
  #: includes/elementor/widgets/products-grid.php:949
4826
  #: includes/elementor/widgets/quote.php:333
4827
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1416
4828
  #: includes/elementor/widgets/staff.php:810
4829
  #: includes/elementor/widgets/tabs.php:210
4830
  #: includes/elementor/widgets/tabs.php:467
4844
  #: includes/elementor/widgets/theme-elements/modern-search.php:640
4845
  #: includes/elementor/widgets/theme-elements/search.php:330
4846
  #: includes/elementor/widgets/theme-elements/search.php:416
4847
+ #: includes/elementor/widgets/theme-elements/select.php:502
4848
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:336
4849
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:438
4850
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:503
4895
  #: includes/elementor/widgets/mailchimp.php:423
4896
  #: includes/elementor/widgets/mailchimp.php:578
4897
  #: includes/elementor/widgets/mailchimp.php:616
4898
+ #: includes/elementor/widgets/modern-button.php:505
4899
+ #: includes/elementor/widgets/modern-button.php:544
4900
+ #: includes/elementor/widgets/modern-button.php:605
4901
+ #: includes/elementor/widgets/modern-button.php:644
4902
+ #: includes/elementor/widgets/modern-button.php:717
4903
+ #: includes/elementor/widgets/modern-button.php:756
4904
+ #: includes/elementor/widgets/modern-button.php:857
4905
+ #: includes/elementor/widgets/modern-button.php:956
4906
  #: includes/elementor/widgets/products-grid.php:407
4907
  #: includes/elementor/widgets/products-grid.php:427
4908
  #: includes/elementor/widgets/products-grid.php:474
4923
  #: includes/elementor/widgets/recent-comments.php:208
4924
  #: includes/elementor/widgets/recent-comments.php:271
4925
  #: includes/elementor/widgets/recent-comments.php:291
4926
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1064
4927
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1090
4928
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1168
4929
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1194
4930
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1280
4931
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1467
4932
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1487
4933
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1858
4934
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1914
4935
+ #: includes/elementor/widgets/recent-posts-land-style.php:622
4936
+ #: includes/elementor/widgets/recent-posts-land-style.php:648
4937
+ #: includes/elementor/widgets/recent-posts-land-style.php:726
4938
+ #: includes/elementor/widgets/recent-posts-land-style.php:752
4939
+ #: includes/elementor/widgets/recent-posts-land-style.php:838
4940
+ #: includes/elementor/widgets/recent-posts-land-style.php:906
4941
+ #: includes/elementor/widgets/recent-posts-land-style.php:926
4942
+ #: includes/elementor/widgets/recent-posts-masonry.php:737
4943
+ #: includes/elementor/widgets/recent-posts-masonry.php:763
4944
+ #: includes/elementor/widgets/recent-posts-masonry.php:841
4945
+ #: includes/elementor/widgets/recent-posts-masonry.php:867
4946
+ #: includes/elementor/widgets/recent-posts-masonry.php:953
4947
+ #: includes/elementor/widgets/recent-posts-masonry.php:1021
4948
+ #: includes/elementor/widgets/recent-posts-masonry.php:1041
4949
+ #: includes/elementor/widgets/recent-posts-masonry.php:1256
4950
+ #: includes/elementor/widgets/recent-posts-masonry.php:1312
4951
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:498
4952
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:524
4953
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:602
4963
  #: includes/elementor/widgets/recent-posts-timeline.php:837
4964
  #: includes/elementor/widgets/recent-posts-timeline.php:905
4965
  #: includes/elementor/widgets/recent-posts-timeline.php:925
4966
+ #: includes/elementor/widgets/recent-products.php:540
4967
+ #: includes/elementor/widgets/recent-products.php:614
4968
+ #: includes/elementor/widgets/recent-products.php:640
4969
  #: includes/elementor/widgets/responsive-table.php:179
4970
  #: includes/elementor/widgets/responsive-table.php:246
4971
  #: includes/elementor/widgets/responsive-table.php:276
5028
  msgstr "پخش کننده صدا"
5029
 
5030
  #: includes/elementor/widgets/audio.php:95
5031
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:759
5032
  #: includes/elements/audio.php:15
5033
  msgid "Audio"
5034
  msgstr ""
5069
  #: includes/elementor/widgets/image.php:345
5070
  #: includes/elementor/widgets/image.php:385
5071
  #: includes/elementor/widgets/image.php:399
5072
+ #: includes/elementor/widgets/modern-button.php:236
5073
+ #: includes/elementor/widgets/modern-button.php:248
5074
  #: includes/elementor/widgets/products-grid.php:223
5075
  #: includes/elementor/widgets/quote.php:221
5076
  #: includes/elementor/widgets/recent-comments.php:155
5083
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:449
5084
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:461
5085
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:490
5086
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:518
5087
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:530
5088
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:546
5089
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:558
5090
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:570
 
5091
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:582
5092
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:595
5093
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:638
5094
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:682
5095
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:721
5096
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:736
5097
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:773
5098
  #: includes/elementor/widgets/recent-posts-land-style.php:128
5099
  #: includes/elementor/widgets/recent-posts-land-style.php:140
5100
  #: includes/elementor/widgets/recent-posts-land-style.php:182
5101
  #: includes/elementor/widgets/recent-posts-land-style.php:194
5102
  #: includes/elementor/widgets/recent-posts-land-style.php:207
5103
  #: includes/elementor/widgets/recent-posts-land-style.php:222
5104
+ #: includes/elementor/widgets/recent-posts-land-style.php:251
5105
+ #: includes/elementor/widgets/recent-posts-land-style.php:266
5106
+ #: includes/elementor/widgets/recent-posts-land-style.php:278
5107
+ #: includes/elementor/widgets/recent-posts-land-style.php:291
5108
+ #: includes/elementor/widgets/recent-posts-land-style.php:333
5109
+ #: includes/elementor/widgets/recent-posts-land-style.php:385
5110
+ #: includes/elementor/widgets/recent-posts-land-style.php:397
5111
+ #: includes/elementor/widgets/recent-posts-land-style.php:409
5112
  #: includes/elementor/widgets/recent-posts-masonry.php:179
5113
  #: includes/elementor/widgets/recent-posts-masonry.php:192
5114
  #: includes/elementor/widgets/recent-posts-masonry.php:207
5115
  #: includes/elementor/widgets/recent-posts-masonry.php:249
5116
  #: includes/elementor/widgets/recent-posts-masonry.php:261
5117
  #: includes/elementor/widgets/recent-posts-masonry.php:289
5118
+ #: includes/elementor/widgets/recent-posts-masonry.php:317
5119
+ #: includes/elementor/widgets/recent-posts-masonry.php:332
5120
+ #: includes/elementor/widgets/recent-posts-masonry.php:344
 
5121
  #: includes/elementor/widgets/recent-posts-masonry.php:356
5122
+ #: includes/elementor/widgets/recent-posts-masonry.php:369
5123
+ #: includes/elementor/widgets/recent-posts-masonry.php:412
5124
+ #: includes/elementor/widgets/recent-posts-masonry.php:428
5125
+ #: includes/elementor/widgets/recent-posts-masonry.php:480
5126
+ #: includes/elementor/widgets/recent-posts-masonry.php:492
5127
+ #: includes/elementor/widgets/recent-posts-masonry.php:504
5128
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:253
5129
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:265
5130
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:301
5158
  #: includes/elementor/widgets/recent-products.php:280
5159
  #: includes/elementor/widgets/recent-products.php:292
5160
  #: includes/elementor/widgets/recent-products.php:341
5161
+ #: includes/elementor/widgets/recent-products.php:423
 
5162
  #: includes/elementor/widgets/search.php:104
5163
  #: includes/elementor/widgets/search.php:116
5164
  #: includes/elementor/widgets/search.php:131
5215
  #: includes/elementor/widgets/image.php:346
5216
  #: includes/elementor/widgets/image.php:386
5217
  #: includes/elementor/widgets/image.php:400
5218
+ #: includes/elementor/widgets/modern-button.php:237
5219
+ #: includes/elementor/widgets/modern-button.php:249
5220
  #: includes/elementor/widgets/products-grid.php:224
5221
  #: includes/elementor/widgets/quote.php:222
5222
  #: includes/elementor/widgets/recent-comments.php:156
5229
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:450
5230
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:462
5231
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:491
5232
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:519
5233
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:531
5234
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:547
5235
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:559
5236
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:571
 
5237
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:583
5238
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:596
5239
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:639
5240
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:683
5241
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:722
5242
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:737
5243
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:774
5244
  #: includes/elementor/widgets/recent-posts-land-style.php:129
5245
  #: includes/elementor/widgets/recent-posts-land-style.php:141
5246
  #: includes/elementor/widgets/recent-posts-land-style.php:183
5247
  #: includes/elementor/widgets/recent-posts-land-style.php:195
5248
  #: includes/elementor/widgets/recent-posts-land-style.php:208
5249
  #: includes/elementor/widgets/recent-posts-land-style.php:223
5250
+ #: includes/elementor/widgets/recent-posts-land-style.php:252
5251
+ #: includes/elementor/widgets/recent-posts-land-style.php:267
5252
+ #: includes/elementor/widgets/recent-posts-land-style.php:279
5253
+ #: includes/elementor/widgets/recent-posts-land-style.php:292
5254
+ #: includes/elementor/widgets/recent-posts-land-style.php:334
5255
+ #: includes/elementor/widgets/recent-posts-land-style.php:386
5256
+ #: includes/elementor/widgets/recent-posts-land-style.php:398
5257
+ #: includes/elementor/widgets/recent-posts-land-style.php:410
5258
  #: includes/elementor/widgets/recent-posts-masonry.php:180
5259
  #: includes/elementor/widgets/recent-posts-masonry.php:193
5260
  #: includes/elementor/widgets/recent-posts-masonry.php:208
5261
  #: includes/elementor/widgets/recent-posts-masonry.php:250
5262
  #: includes/elementor/widgets/recent-posts-masonry.php:262
5263
  #: includes/elementor/widgets/recent-posts-masonry.php:290
5264
+ #: includes/elementor/widgets/recent-posts-masonry.php:318
5265
+ #: includes/elementor/widgets/recent-posts-masonry.php:333
5266
+ #: includes/elementor/widgets/recent-posts-masonry.php:345
 
5267
  #: includes/elementor/widgets/recent-posts-masonry.php:357
5268
+ #: includes/elementor/widgets/recent-posts-masonry.php:370
5269
+ #: includes/elementor/widgets/recent-posts-masonry.php:413
5270
+ #: includes/elementor/widgets/recent-posts-masonry.php:429
5271
+ #: includes/elementor/widgets/recent-posts-masonry.php:481
5272
+ #: includes/elementor/widgets/recent-posts-masonry.php:493
5273
+ #: includes/elementor/widgets/recent-posts-masonry.php:505
5274
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:254
5275
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:266
5276
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:302
5304
  #: includes/elementor/widgets/recent-products.php:281
5305
  #: includes/elementor/widgets/recent-products.php:293
5306
  #: includes/elementor/widgets/recent-products.php:342
5307
+ #: includes/elementor/widgets/recent-products.php:424
 
5308
  #: includes/elementor/widgets/search.php:105
5309
  #: includes/elementor/widgets/search.php:117
5310
  #: includes/elementor/widgets/search.php:132
5346
  #: includes/elementor/widgets/audio.php:150
5347
  #: includes/elementor/widgets/button.php:275
5348
  #: includes/elementor/widgets/button.php:283
5349
+ #: includes/elementor/widgets/modern-button.php:330
5350
  #: includes/elementor/widgets/tabs.php:149
5351
  #: includes/elementor/widgets/text.php:1064
5352
  #: includes/elementor/widgets/theme-elements/menu.php:616
5408
 
5409
  #: includes/elementor/widgets/before-after.php:155
5410
  #: includes/elementor/widgets/products-grid.php:293
5411
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:863
5412
+ #: includes/elementor/widgets/recent-posts-land-style.php:482
5413
+ #: includes/elementor/widgets/recent-posts-masonry.php:577
5414
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:459
5415
  #: includes/elementor/widgets/recent-posts-tiles.php:361
5416
  #: includes/elementor/widgets/recent-posts-timeline.php:493
5417
+ #: includes/elementor/widgets/recent-products.php:411
5418
  #: includes/elements/before-after.php:83
5419
  #: includes/elements/latest-posts-slider.php:116
5420
  #: includes/elements/recent-posts-grid-carousel.php:260
5461
  #: includes/elementor/widgets/button.php:52
5462
  #: includes/elementor/widgets/button.php:100
5463
  #: includes/elementor/widgets/modern-button.php:101
5464
+ #: includes/elementor/widgets/modern-button.php:279
5465
  #: includes/elementor/widgets/products-grid.php:978
5466
  #: includes/elementor/widgets/text.php:279
5467
  #: includes/elementor/widgets/text.php:1028
5494
  msgstr "اگر می خواهید دکمه را لینک کنید."
5495
 
5496
  #: includes/elementor/widgets/button.php:130
5497
+ #: includes/elementor/widgets/modern-button.php:233
5498
  #, fuzzy
5499
  msgid "Open Video in Lightbox"
5500
  msgstr "بازشدن لایت باکس"
5501
 
5502
  #: includes/elementor/widgets/button.php:148
5503
  #: includes/elementor/widgets/heading-modern.php:1049
5504
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1545
5505
+ #: includes/elementor/widgets/recent-posts-masonry.php:1086
5506
  #: includes/elementor/widgets/text.php:1429
5507
  #, fuzzy
5508
  msgid "Wrapper"
5514
  msgstr "اندازه دکمه"
5515
 
5516
  #: includes/elementor/widgets/button.php:160
5517
+ #: includes/elementor/widgets/modern-button.php:318
5518
  #: includes/elementor/widgets/text.php:1043 includes/elements/button.php:63
5519
  #: includes/elements/text.php:674 includes/general-hooks.php:698
5520
  #: includes/general-hooks.php:1110
5523
 
5524
  #: includes/elementor/widgets/button.php:164
5525
  #: includes/elementor/widgets/divider.php:147
5526
+ #: includes/elementor/widgets/modern-button.php:322
5527
  #: includes/elementor/widgets/text.php:1047 includes/elements/button.php:67
5528
  #: includes/elements/divider.php:91 includes/elements/text.php:678
5529
  #: includes/general-hooks.php:702 includes/general-hooks.php:1114
5547
  msgstr "جعبه"
5548
 
5549
  #: includes/elementor/widgets/button.php:192
5550
+ #: includes/elementor/widgets/modern-button.php:305
5551
  #: includes/elementor/widgets/text.php:1372 includes/elements/button.php:95
5552
  #: includes/elements/text.php:712 includes/general-hooks.php:733
5553
  #: includes/general-hooks.php:1145
5555
  msgstr "گرد"
5556
 
5557
  #: includes/elementor/widgets/button.php:196
5558
+ #: includes/elementor/widgets/modern-button.php:306
5559
  #: includes/elementor/widgets/text.php:1376 includes/elements/button.php:99
5560
  #: includes/elements/text.php:716 includes/general-hooks.php:737
5561
  #: includes/general-hooks.php:1149
5575
  msgstr "سه بعدی"
5576
 
5577
  #: includes/elementor/widgets/button.php:219
5578
+ #: includes/elementor/widgets/modern-button.php:292
5579
  #: includes/elementor/widgets/text.php:1400 includes/elements/button.php:126
5580
  #: includes/elements/text.php:746 includes/general-hooks.php:774
5581
  #: includes/general-hooks.php:1186
5584
 
5585
  #: includes/elementor/widgets/button.php:230
5586
  #: includes/elementor/widgets/carousel-navigation.php:164
5587
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1664
5588
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1777
5589
+ #: includes/elementor/widgets/recent-posts-masonry.php:1163
5590
  #: includes/elementor/widgets/theme-elements/current-time.php:131
5591
  #, fuzzy
5592
  msgid "Align"
5597
  #: includes/elementor/widgets/carousel-navigation.php:292
5598
  #: includes/elementor/widgets/carousel-navigation.php:399
5599
  #: includes/elementor/widgets/heading-modern.php:960
5600
+ #: includes/elementor/widgets/modern-button.php:372
5601
+ #: includes/elementor/widgets/modern-button.php:425
5602
+ #: includes/elementor/widgets/modern-button.php:869
5603
+ #: includes/elementor/widgets/modern-button.php:968
5604
  #: includes/elementor/widgets/products-grid.php:871
5605
  #: includes/elementor/widgets/products-grid.php:962
5606
  #: includes/elementor/widgets/products-grid.php:996
5607
  #: includes/elementor/widgets/products-grid.php:1052
5608
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1353
5609
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1383
5610
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1587
5611
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1625
5612
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1718
5613
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1756
5614
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1841
5615
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1897
5616
+ #: includes/elementor/widgets/recent-posts-masonry.php:1104
5617
+ #: includes/elementor/widgets/recent-posts-masonry.php:1142
5618
+ #: includes/elementor/widgets/recent-posts-masonry.php:1239
5619
+ #: includes/elementor/widgets/recent-posts-masonry.php:1295
5620
  #: includes/elementor/widgets/testimonial.php:895
5621
  #: includes/elementor/widgets/testimonial.php:931
5622
  #: includes/elementor/widgets/text.php:384
5647
  #: includes/elementor/widgets/icon.php:107
5648
  #: includes/elementor/widgets/icon.php:114
5649
  #: includes/elementor/widgets/icon.php:194
5650
+ #: includes/elementor/widgets/modern-button.php:799
5651
  #: includes/elementor/widgets/text.php:117
5652
  #: includes/elementor/widgets/text.php:127
5653
  #: includes/elementor/widgets/theme-elements/modern-search.php:106
5656
  #: includes/elementor/widgets/theme-elements/search.php:119
5657
  #: includes/elementor/widgets/theme-elements/search.php:131
5658
  #: includes/elementor/widgets/theme-elements/search.php:178
5659
+ #: includes/elementor/widgets/theme-elements/select.php:139
5660
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:108
5661
  #: includes/elements/custom-list.php:74 includes/elements/text.php:374
5662
  #: includes/elements/text.php:386 includes/general-hooks.php:241
5679
  msgstr "تراز شکلک"
5680
 
5681
  #: includes/elementor/widgets/button.php:380
5682
+ #: includes/elementor/widgets/modern-button.php:814
5683
  #: includes/elementor/widgets/text.php:1152 includes/elements/button.php:191
5684
  #: includes/elements/text.php:809 includes/general-hooks.php:859
5685
  #: includes/general-hooks.php:1271
5718
  #: includes/elementor/widgets/custom-list.php:765
5719
  #: includes/elementor/widgets/image.php:198
5720
  #: includes/elementor/widgets/modern-button.php:108
5721
+ #: includes/elementor/widgets/modern-button.php:478
5722
  #: includes/elementor/widgets/quote.php:98
5723
  #: includes/elementor/widgets/quote.php:148
5724
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1362
5725
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1392
5726
  #: includes/elementor/widgets/theme-elements/breadcrumbs.php:287
5727
  #: includes/elementor/widgets/theme-elements/current-time.php:163
5728
  #: includes/elementor/widgets/theme-elements/modern-search.php:118
5740
  #: includes/elementor/widgets/heading-modern.php:745
5741
  #: includes/elementor/widgets/heading-modern.php:783
5742
  #: includes/elementor/widgets/image.php:680
5743
+ #: includes/elementor/widgets/modern-button.php:518
5744
+ #: includes/elementor/widgets/modern-button.php:556
5745
+ #: includes/elementor/widgets/modern-button.php:618
5746
+ #: includes/elementor/widgets/modern-button.php:656
5747
+ #: includes/elementor/widgets/modern-button.php:730
5748
+ #: includes/elementor/widgets/modern-button.php:768
5749
  #: includes/elementor/widgets/products-grid.php:1025
5750
  #: includes/elementor/widgets/products-grid.php:1081
5751
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1870
5752
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1926
5753
+ #: includes/elementor/widgets/recent-posts-masonry.php:1268
5754
+ #: includes/elementor/widgets/recent-posts-masonry.php:1324
5755
  #: includes/elementor/widgets/text.php:762
5756
  #: includes/elementor/widgets/text.php:858
5757
  #: includes/elementor/widgets/text.php:969
5800
  msgstr "قبلی و بعدی"
5801
 
5802
  #: includes/elementor/widgets/carousel-navigation.php:128
5803
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:900
5804
+ #: includes/elementor/widgets/recent-posts-land-style.php:516
5805
+ #: includes/elementor/widgets/recent-posts-masonry.php:611
5806
  #: includes/elementor/widgets/recent-posts-tiles.php:395
5807
  #: includes/elementor/widgets/recent-posts-timeline.php:527
5808
  #: includes/elements/recent-posts-grid-carousel.php:415
5845
  #: includes/elementor/widgets/carousel-navigation.php:430
5846
  #: includes/elementor/widgets/custom-list.php:949
5847
  #: includes/elementor/widgets/icon.php:294
5848
+ #: includes/elementor/widgets/modern-button.php:314
5849
+ #: includes/elementor/widgets/modern-button.php:834
5850
+ #: includes/elementor/widgets/modern-button.php:933
5851
  #: includes/elementor/widgets/products-grid.php:770
5852
  #: includes/elementor/widgets/testimonial.php:756
5853
  #: includes/elementor/widgets/text.php:1039
6413
  #: includes/elementor/widgets/icon.php:166
6414
  #: includes/elementor/widgets/image.php:314
6415
  #: includes/elementor/widgets/modern-button.php:180
6416
+ #: includes/elementor/widgets/modern-button.php:810
6417
  #: includes/elementor/widgets/responsive-table.php:133
6418
  #: includes/elementor/widgets/responsive-table.php:200
6419
  #: includes/elementor/widgets/svg.php:279
6420
  #: includes/elementor/widgets/theme-elements/breadcrumbs.php:427
6421
  #: includes/elementor/widgets/theme-elements/copyright.php:138
6422
  #: includes/elementor/widgets/theme-elements/logo.php:157
6423
+ #: includes/elementor/widgets/theme-elements/select.php:227
6424
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:191
6425
  #: includes/elementor/widgets/theme-elements/site-title.php:184
6426
  #: includes/elements/image.php:145
6580
  msgstr "اندازه تصویر"
6581
 
6582
  #: includes/elementor/widgets/gallery.php:188
6583
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:932
6584
+ #: includes/elementor/widgets/recent-posts-land-style.php:548
6585
  #: includes/elementor/widgets/recent-posts-timeline.php:559
6586
+ #: includes/elementor/widgets/recent-products.php:490
6587
  #: includes/elements/gallery.php:292
6588
  #: includes/elements/recent-posts-grid-carousel.php:113
6589
  #: includes/elements/recent-posts-land-style.php:100
6763
 
6764
  #: includes/elementor/widgets/heading-modern.php:245
6765
  #: includes/elementor/widgets/modern-button.php:117
6766
+ #: includes/elementor/widgets/modern-button.php:575
6767
  #: includes/elements/highlight.php:18
6768
  msgid "Highlighted Text"
6769
  msgstr "متن هایلایت شده"
6770
 
6771
  #: includes/elementor/widgets/heading-modern.php:258
6772
  #: includes/elementor/widgets/modern-button.php:126
6773
+ #: includes/elementor/widgets/modern-button.php:687
6774
  msgid "After Text"
6775
  msgstr ""
6776
 
6808
  msgstr ""
6809
 
6810
  #: includes/elementor/widgets/icon.php:137
6811
+ #: includes/elementor/widgets/modern-button.php:300
6812
  msgid "Shape"
6813
  msgstr "شکل"
6814
 
6820
 
6821
  #: includes/elementor/widgets/icon.php:159
6822
  #: includes/elementor/widgets/theme-elements/logo.php:198
6823
+ #: includes/elementor/widgets/theme-elements/select.php:123
6824
  msgid "https://your-link.com"
6825
  msgstr ""
6826
 
6858
  #: includes/elementor/widgets/image.php:110
6859
  #: includes/elementor/widgets/image.php:165
6860
  #: includes/elementor/widgets/image.php:418
6861
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:755
6862
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:921
6863
+ #: includes/elementor/widgets/recent-posts-land-style.php:537
6864
+ #: includes/elementor/widgets/recent-posts-masonry.php:632
6865
  #: includes/elementor/widgets/recent-posts-timeline.php:548
6866
+ #: includes/elementor/widgets/recent-products.php:479
6867
  #: includes/elementor/widgets/staff.php:169
6868
  #: includes/elementor/widgets/staff.php:176
6869
  #: includes/elementor/widgets/svg.php:110
7031
 
7032
  #: includes/elementor/widgets/image.php:659
7033
  #: includes/elementor/widgets/quote.php:186
7034
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1613
7035
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1744
7036
+ #: includes/elementor/widgets/recent-posts-masonry.php:1130
7037
  #: includes/elementor/widgets/theme-elements/breadcrumbs.php:325
7038
  #: includes/elementor/widgets/theme-elements/modern-search.php:607
7039
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:269
7115
  msgid "Justified"
7116
  msgstr "تعدیل شده"
7117
 
7118
+ #: includes/elementor/widgets/modern-button.php:223
7119
+ msgid "Link CSS ID"
7120
+ msgstr ""
7121
+
7122
+ #: includes/elementor/widgets/modern-button.php:234
7123
  msgid "To use this option, the above link option should be a video"
7124
  msgstr ""
7125
 
7126
+ #: includes/elementor/widgets/modern-button.php:246
7127
  #, fuzzy
7128
  msgid "Display Icon"
7129
  msgstr "نمایش زبانه دیدگاه ها"
7130
 
7131
+ #: includes/elementor/widgets/modern-button.php:336
7132
  msgid "black"
7133
  msgstr ""
7134
 
7135
+ #: includes/elementor/widgets/modern-button.php:340
7136
  #, fuzzy
7137
  msgid "White"
7138
  msgstr "فاصله خالی"
7139
 
7140
+ #: includes/elementor/widgets/modern-button.php:344
7141
  #, fuzzy
7142
  msgid "Ball Blue"
7143
  msgstr "آبی"
7144
 
7145
+ #: includes/elementor/widgets/modern-button.php:348
7146
  #, fuzzy
7147
  msgid "Mikado Yellow"
7148
  msgstr "زرد"
7149
 
7150
+ #: includes/elementor/widgets/modern-button.php:352
7151
  msgid "Carmine Pink"
7152
  msgstr ""
7153
 
7154
+ #: includes/elementor/widgets/modern-button.php:815
7155
  msgid "Below"
7156
  msgstr ""
7157
 
7160
  msgstr ""
7161
 
7162
  #: includes/elementor/widgets/products-grid.php:164
7163
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:707
7164
+ #: includes/elementor/widgets/recent-posts-land-style.php:371
7165
+ #: includes/elementor/widgets/recent-posts-masonry.php:466
7166
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:348
7167
  #: includes/elementor/widgets/recent-posts-tiles.php:250
7168
  #: includes/elementor/widgets/recent-posts-timeline.php:382
7178
  msgstr "تعداد نوشته ها برای نمایش"
7179
 
7180
  #: includes/elementor/widgets/products-grid.php:184
7181
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:673
7182
+ #: includes/elementor/widgets/recent-posts-land-style.php:352
7183
+ #: includes/elementor/widgets/recent-posts-masonry.php:447
7184
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:329
7185
  #: includes/elementor/widgets/recent-posts-tiles.php:231
7186
  #: includes/elementor/widgets/recent-posts-timeline.php:363
7297
  msgstr ""
7298
 
7299
  #: includes/elementor/widgets/products-grid.php:209
7300
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:692
7301
+ #: includes/elementor/widgets/recent-posts-land-style.php:359
7302
+ #: includes/elementor/widgets/recent-posts-masonry.php:454
7303
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:336
7304
  #: includes/elementor/widgets/recent-posts-tiles.php:238
7305
  #: includes/elementor/widgets/recent-posts-timeline.php:370
7329
  msgstr "نادیده گرفتن نوشته های بدون رسانه"
7330
 
7331
  #: includes/elementor/widgets/products-grid.php:233
7332
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:788
7333
+ #: includes/elementor/widgets/recent-posts-land-style.php:422
7334
+ #: includes/elementor/widgets/recent-posts-masonry.php:517
7335
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:399
7336
  #: includes/elementor/widgets/recent-posts-tiles.php:301
7337
  #: includes/elementor/widgets/recent-posts-timeline.php:433
7338
+ #: includes/elementor/widgets/recent-products.php:351
7339
  #: includes/elements/latest-posts-slider.php:130
7340
  #: includes/elements/popular-posts-widget.php:189
7341
  #: includes/elements/recent-posts-grid-carousel.php:175
7352
  msgstr "مرتب سازی بر اساس"
7353
 
7354
  #: includes/elementor/widgets/products-grid.php:242
7355
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:797
7356
+ #: includes/elementor/widgets/recent-posts-land-style.php:431
7357
+ #: includes/elementor/widgets/recent-posts-masonry.php:526
7358
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:408
7359
  #: includes/elementor/widgets/recent-posts-tiles.php:310
7360
  #: includes/elementor/widgets/recent-posts-timeline.php:442
7361
+ #: includes/elementor/widgets/recent-products.php:360
7362
  #: includes/elements/latest-posts-slider.php:141
7363
  #: includes/elements/popular-posts-widget.php:202
7364
  #: includes/elements/recent-posts-grid-carousel.php:188
7375
  msgstr "دیدگاه ها"
7376
 
7377
  #: includes/elementor/widgets/products-grid.php:243
7378
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:798
7379
+ #: includes/elementor/widgets/recent-posts-land-style.php:432
7380
+ #: includes/elementor/widgets/recent-posts-masonry.php:527
7381
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:409
7382
  #: includes/elementor/widgets/recent-posts-tiles.php:311
7383
  #: includes/elementor/widgets/recent-posts-timeline.php:443
7384
+ #: includes/elementor/widgets/recent-products.php:361
7385
  #: includes/elements/latest-posts-slider.php:142
7386
  #: includes/elements/popular-posts-widget.php:203
7387
  #: includes/elements/recent-posts-grid-carousel.php:189
7398
  msgstr "تاریخ ویرایش"
7399
 
7400
  #: includes/elementor/widgets/products-grid.php:245
7401
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:800
7402
+ #: includes/elementor/widgets/recent-posts-land-style.php:434
7403
+ #: includes/elementor/widgets/recent-posts-masonry.php:529
7404
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:411
7405
  #: includes/elementor/widgets/recent-posts-tiles.php:313
7406
  #: includes/elementor/widgets/recent-posts-timeline.php:445
7407
+ #: includes/elementor/widgets/recent-products.php:363
7408
  #: includes/elements/recent-posts-grid-carousel.php:191
7409
  #: includes/elements/recent-posts-land-style.php:178
7410
  #: includes/elements/recent-posts-masonry.php:158
7419
  msgstr "افزودن متای نوشته"
7420
 
7421
  #: includes/elementor/widgets/products-grid.php:257
7422
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:815
7423
+ #: includes/elementor/widgets/recent-posts-land-style.php:446
7424
+ #: includes/elementor/widgets/recent-posts-masonry.php:541
7425
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:423
7426
  #: includes/elementor/widgets/recent-posts-tiles.php:325
7427
  #: includes/elementor/widgets/recent-posts-timeline.php:457
7428
+ #: includes/elementor/widgets/recent-products.php:375
7429
  #: includes/elements/latest-posts-slider.php:160
7430
  #: includes/elements/popular-posts-widget.php:221
7431
  #: includes/elements/recent-posts-grid-carousel.php:208
7442
  msgstr "نزولی"
7443
 
7444
  #: includes/elementor/widgets/products-grid.php:258
7445
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:816
7446
+ #: includes/elementor/widgets/recent-posts-land-style.php:447
7447
+ #: includes/elementor/widgets/recent-posts-masonry.php:542
7448
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:424
7449
  #: includes/elementor/widgets/recent-posts-tiles.php:326
7450
  #: includes/elementor/widgets/recent-posts-timeline.php:458
7451
+ #: includes/elementor/widgets/recent-products.php:376
7452
  #: includes/elements/latest-posts-slider.php:161
7453
  #: includes/elements/popular-posts-widget.php:222
7454
  #: includes/elements/recent-posts-grid-carousel.php:209
7465
  msgstr "صعودی"
7466
 
7467
  #: includes/elementor/widgets/products-grid.php:266
7468
+ #: includes/elementor/widgets/recent-products.php:384
7469
  #: includes/elements/recent-products.php:164
7470
  msgid "Only products"
7471
  msgstr ""
7472
 
7473
  #: includes/elementor/widgets/products-grid.php:267
7474
+ #: includes/elementor/widgets/recent-products.php:385
7475
  #: includes/elements/recent-products.php:165
7476
  msgid ""
7477
  "If you intend to display ONLY specific products, you should specify the "
7480
  msgstr ""
7481
 
7482
  #: includes/elementor/widgets/products-grid.php:275
7483
+ #: includes/elementor/widgets/recent-products.php:393
7484
  #: includes/elements/recent-products.php:178
7485
  #, fuzzy
7486
  msgid "Include products"
7487
  msgstr "شامل شدن این نوشته ها"
7488
 
7489
  #: includes/elementor/widgets/products-grid.php:276
7490
+ #: includes/elementor/widgets/recent-products.php:394
7491
  #: includes/elements/recent-products.php:179
7492
  msgid ""
7493
  "If you intend to include additional products, you should specify the "
7496
  msgstr ""
7497
 
7498
  #: includes/elementor/widgets/products-grid.php:284
7499
+ #: includes/elementor/widgets/recent-products.php:402
7500
  #: includes/elements/recent-products.php:192
7501
  #, fuzzy
7502
  msgid "Exclude products"
7503
  msgstr "نادیده گرفتن این نوشته ها"
7504
 
7505
  #: includes/elementor/widgets/products-grid.php:285
7506
+ #: includes/elementor/widgets/recent-products.php:403
7507
  #: includes/elements/recent-products.php:193
7508
  msgid ""
7509
  "If you intend to exclude specific products from result, you should specify "
7581
  msgstr "تصویر شاخص"
7582
 
7583
  #: includes/elementor/widgets/products-grid.php:1102
7584
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1947
7585
+ #: includes/elementor/widgets/recent-posts-masonry.php:1345
7586
  #, fuzzy
7587
  msgid "Button Padding"
7588
  msgstr "اندازه دکمه"
7663
 
7664
  #: includes/elementor/widgets/recent-comments.php:232
7665
  #: includes/elementor/widgets/recent-comments.php:315
7666
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1120
7667
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1224
7668
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1306
7669
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1428
7670
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1523
7671
+ #: includes/elementor/widgets/recent-posts-land-style.php:678
7672
+ #: includes/elementor/widgets/recent-posts-land-style.php:782
7673
+ #: includes/elementor/widgets/recent-posts-land-style.php:864
7674
+ #: includes/elementor/widgets/recent-posts-land-style.php:950
7675
+ #: includes/elementor/widgets/recent-posts-masonry.php:793
7676
+ #: includes/elementor/widgets/recent-posts-masonry.php:897
7677
+ #: includes/elementor/widgets/recent-posts-masonry.php:979
7678
+ #: includes/elementor/widgets/recent-posts-masonry.php:1065
7679
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:554
7680
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:658
7681
  #: includes/elementor/widgets/recent-posts-tiles.php:495
7684
  #: includes/elementor/widgets/recent-posts-timeline.php:781
7685
  #: includes/elementor/widgets/recent-posts-timeline.php:863
7686
  #: includes/elementor/widgets/recent-posts-timeline.php:949
7687
+ #: includes/elementor/widgets/recent-products.php:670
7688
  #: includes/elementor/widgets/staff.php:550
7689
  #: includes/elementor/widgets/staff.php:612
7690
  #: includes/elementor/widgets/staff.php:674
7703
  msgstr "اطلاعات"
7704
 
7705
  #: includes/elementor/widgets/recent-comments.php:331
7706
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1243
7707
+ #: includes/elementor/widgets/recent-posts-land-style.php:801
7708
+ #: includes/elementor/widgets/recent-posts-masonry.php:916
7709
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:677
7710
  #: includes/elementor/widgets/recent-posts-tiles.php:618
7711
  #: includes/elementor/widgets/recent-posts-timeline.php:800
8014
  msgstr "همه دسته ها"
8015
 
8016
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:503
8017
+ #: includes/elementor/widgets/recent-posts-land-style.php:236
8018
+ #: includes/elementor/widgets/recent-posts-masonry.php:302
8019
+ #, fuzzy
8020
+ msgid "Number of Categories Limit"
8021
+ msgstr "تعداد اظهار نظرها"
8022
+
8023
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:516
8024
  #, fuzzy
8025
  msgid "Display Category Badge"
8026
  msgstr "نمایش نویسنده یا ادامه نوشته"
8027
 
8028
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:528
8029
+ #: includes/elementor/widgets/recent-posts-land-style.php:249
8030
+ #: includes/elementor/widgets/recent-posts-masonry.php:315
8031
  #: includes/elements/recent-posts-grid-carousel.php:363
8032
  #, fuzzy
8033
  msgid "Display Date"
8034
  msgstr "نمایش تصویر"
8035
 
8036
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:543
8037
  #: includes/elementor/widgets/recent-posts-land-style.php:204
8038
+ #: includes/elementor/widgets/recent-posts-masonry.php:409
8039
  #: includes/elementor/widgets/recent-posts-timeline.php:325
8040
  #, fuzzy
8041
  msgid "Display Author in Header"
8042
  msgstr "نمایش نویسنده یا ادامه نوشته"
8043
 
8044
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:544
8045
  #: includes/elementor/widgets/recent-posts-land-style.php:205
8046
+ #: includes/elementor/widgets/recent-posts-masonry.php:410
8047
  #: includes/elementor/widgets/recent-posts-timeline.php:326
8048
  #, fuzzy
8049
  msgid "Enable it to display author name in header"
8050
  msgstr "برای نمایش پس زمینه دلخواه در صفحه ورود این گزینه را فعال کنید."
8051
 
8052
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:556
8053
+ #: includes/elementor/widgets/recent-posts-masonry.php:330
8054
  #: includes/elements/recent-posts-grid-carousel.php:313
8055
  #, fuzzy
8056
  msgid "Display post content"
8057
  msgstr "نمایش تاریخ نوشته"
8058
 
8059
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:568
8060
+ #: includes/elementor/widgets/recent-posts-land-style.php:264
8061
  #, fuzzy
8062
  msgid "Display Comments Number"
8063
  msgstr "نمایش زبانه دیدگاه ها"
8064
 
8065
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:580
8066
+ #: includes/elementor/widgets/recent-posts-land-style.php:276
8067
+ #: includes/elementor/widgets/recent-posts-masonry.php:342
8068
  #: includes/elementor/widgets/recent-posts-timeline.php:258
8069
  #: includes/elements/recent-posts-grid-carousel.php:380
8070
  #: includes/elements/recent-posts-land-style.php:300
8072
  msgid "Display like button"
8073
  msgstr "نمایش دکمه لایک"
8074
 
8075
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:592
8076
+ #: includes/elementor/widgets/recent-posts-land-style.php:288
8077
+ #: includes/elementor/widgets/recent-posts-masonry.php:366
8078
  #: includes/elementor/widgets/recent-posts-timeline.php:282
8079
  #: includes/elements/popular-posts-widget.php:146
8080
  #: includes/elements/recent-posts-timeline.php:352
8082
  msgid "Display excerpt"
8083
  msgstr "نمایش خلاصه"
8084
 
8085
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:593
8086
+ #: includes/elementor/widgets/recent-posts-land-style.php:289
8087
+ #: includes/elementor/widgets/recent-posts-masonry.php:367
8088
  #: includes/elementor/widgets/recent-posts-timeline.php:283
8089
  #: includes/elements/popular-posts-widget.php:147
8090
  #: includes/elements/recent-posts-timeline.php:353
8092
  msgid "Enable it to display post summary instead of full content."
8093
  msgstr "برای نمایش خلاصه نوشته به جای محتوای کامل این گزینه را فعال کنید."
8094
 
8095
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:605
8096
+ #: includes/elementor/widgets/recent-posts-land-style.php:301
8097
+ #: includes/elementor/widgets/recent-posts-masonry.php:379
8098
  #: includes/elementor/widgets/recent-posts-timeline.php:295
8099
  #: includes/elements/popular-posts-widget.php:175
8100
  #: includes/elements/recent-posts-grid-carousel.php:425
8105
  msgid "Excerpt length"
8106
  msgstr "طول خلاصه"
8107
 
8108
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:606
8109
+ #: includes/elementor/widgets/recent-posts-land-style.php:302
8110
+ #: includes/elementor/widgets/recent-posts-masonry.php:380
8111
  #: includes/elementor/widgets/recent-posts-timeline.php:296
8112
  #: includes/elements/recent-posts-grid-carousel.php:426
8113
  #: includes/elements/recent-posts-land-style.php:346
8116
  msgid "Specify summary content in character."
8117
  msgstr "خلاصه نوشته را برحسب کاراکتر مشخص می کند."
8118
 
8119
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:618
8120
+ #: includes/elementor/widgets/recent-posts-land-style.php:314
8121
+ #: includes/elementor/widgets/recent-posts-masonry.php:392
8122
  #: includes/elementor/widgets/recent-posts-timeline.php:308
8123
  #: includes/elements/recent-posts-grid-carousel.php:439
8124
  #: includes/elements/recent-posts-land-style.php:363
8127
  msgid "Display author or read more"
8128
  msgstr "نمایش نویسنده یا ادامه نوشته"
8129
 
8130
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:620
8131
+ #: includes/elementor/widgets/recent-posts-land-style.php:316
8132
+ #: includes/elementor/widgets/recent-posts-masonry.php:394
8133
  #: includes/elementor/widgets/recent-posts-timeline.php:310
8134
  #: includes/elements/recent-posts-grid-carousel.php:440
8135
  #: includes/elements/recent-posts-land-style.php:364
8138
  msgid "Specifies whether to show author or read more on each post."
8139
  msgstr "مشخص می کند نویسنده یا بیشتر بخوانید در هر نوشته نشان داده شود یا خیر."
8140
 
8141
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:624
8142
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1823
8143
+ #: includes/elementor/widgets/recent-posts-land-style.php:320
8144
+ #: includes/elementor/widgets/recent-posts-masonry.php:398
8145
+ #: includes/elementor/widgets/recent-posts-masonry.php:1221
8146
  #: includes/elementor/widgets/recent-posts-timeline.php:314
8147
  #: includes/elementor/widgets/text.php:301
8148
  #: includes/elements/recent-posts-grid-carousel.php:447
8152
  msgid "Read More"
8153
  msgstr "بیشتر بخوانید"
8154
 
8155
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:635
8156
+ #: includes/elementor/widgets/recent-posts-land-style.php:330
8157
+ #: includes/elementor/widgets/recent-posts-masonry.php:425
8158
  #: includes/elementor/widgets/recent-posts-timeline.php:341
8159
  #, fuzzy
8160
  msgid "Display Author in Footer"
8161
  msgstr "نمایش نویسنده یا ادامه نوشته"
8162
 
8163
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:636
8164
+ #: includes/elementor/widgets/recent-posts-land-style.php:331
8165
+ #: includes/elementor/widgets/recent-posts-masonry.php:426
8166
  #: includes/elementor/widgets/recent-posts-timeline.php:342
8167
  #, fuzzy
8168
  msgid "Enable it to display author name in footer"
8169
  msgstr "برای نمایش مطالب اخیر این گزینه را فعال کنید."
8170
 
8171
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:651
8172
  #, fuzzy
8173
  msgid "Meta info position"
8174
  msgstr "موقعیت تصویر یا شکلک"
8175
 
8176
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:680
8177
  msgid "Use wp query"
8178
  msgstr ""
8179
 
8180
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:693
8181
+ #: includes/elementor/widgets/recent-posts-land-style.php:360
8182
+ #: includes/elementor/widgets/recent-posts-masonry.php:455
8183
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:337
8184
  #: includes/elementor/widgets/recent-posts-tiles.php:239
8185
  #: includes/elementor/widgets/recent-posts-timeline.php:371
8195
  msgid "Specifies a category that you want to show posts from it."
8196
  msgstr "دسته ای که می خواهید نوشته ها از آن نشان داده شوند را مشخص کنید."
8197
 
8198
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:719
8199
+ #: includes/elementor/widgets/recent-posts-land-style.php:383
8200
+ #: includes/elementor/widgets/recent-posts-masonry.php:478
8201
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:360
8202
  #: includes/elementor/widgets/recent-posts-tiles.php:262
8203
  #: includes/elementor/widgets/recent-posts-timeline.php:394
8212
  msgid "Exclude posts without media"
8213
  msgstr "نادیده گرفتن نوشته های بدون رسانه"
8214
 
8215
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:734
8216
  #: includes/elements/recent-posts-timeline.php:107
8217
  #, fuzzy
8218
  msgid "Exclude all custom post formats"
8219
  msgstr "نادیده گرفتن فرمت های سفارشی نوشته"
8220
 
8221
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:749
8222
  #, fuzzy
8223
  msgid "Include custom post formats"
8224
  msgstr "نادیده گرفتن فرمت های سفارشی نوشته"
8225
 
8226
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:753
8227
  msgid "Aside"
8228
  msgstr ""
8229
 
8230
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:754
8231
  #: includes/elements/gallery.php:15
8232
  #, fuzzy
8233
  msgid "Gallery"
8234
  msgstr "شناسه گالری"
8235
 
8236
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:757
8237
  #: includes/elements/quote.php:15
8238
  #, fuzzy
8239
  msgid "Quote"
8240
  msgstr "متن نقل قول"
8241
 
8242
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:758
8243
  #: includes/elementor/widgets/video.php:94 includes/elements/video.php:15
8244
  #, fuzzy
8245
  msgid "Video"
8246
  msgstr "فایل ویدیو"
8247
 
8248
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:771
8249
+ #: includes/elementor/widgets/recent-posts-land-style.php:407
8250
+ #: includes/elementor/widgets/recent-posts-masonry.php:502
8251
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:384
8252
  #: includes/elementor/widgets/recent-posts-tiles.php:286
8253
  #: includes/elementor/widgets/recent-posts-timeline.php:418
 
8254
  #: includes/elements/recent-posts-grid-carousel.php:159
8255
  #: includes/elements/recent-posts-land-style.php:146
8256
  #: includes/elements/recent-posts-masonry.php:126
8261
  msgid "Exclude quote and link post formats"
8262
  msgstr "نادیده گرفتن نوشته های سبک نقل قول و لینک"
8263
 
8264
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:827
8265
+ #: includes/elementor/widgets/recent-posts-land-style.php:455
8266
+ #: includes/elementor/widgets/recent-posts-masonry.php:550
8267
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:432
8268
  #: includes/elementor/widgets/recent-posts-tiles.php:334
8269
  #: includes/elementor/widgets/recent-posts-timeline.php:466
8277
  msgid "Only posts"
8278
  msgstr "شامل شدن این نوشته ها"
8279
 
8280
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:828
8281
+ #: includes/elementor/widgets/recent-posts-land-style.php:456
8282
+ #: includes/elementor/widgets/recent-posts-masonry.php:551
8283
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:433
8284
  #: includes/elementor/widgets/recent-posts-tiles.php:335
8285
  #: includes/elementor/widgets/recent-posts-timeline.php:467
8295
  "53,34,87,25)."
8296
  msgstr ""
8297
 
8298
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:839
8299
+ #: includes/elementor/widgets/recent-posts-land-style.php:464
8300
+ #: includes/elementor/widgets/recent-posts-masonry.php:559
8301
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:441
8302
  #: includes/elementor/widgets/recent-posts-tiles.php:343
8303
  #: includes/elementor/widgets/recent-posts-timeline.php:475
8312
  msgid "Include posts"
8313
  msgstr "شامل شدن این نوشته ها"
8314
 
8315
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:840
8316
+ #: includes/elementor/widgets/recent-posts-land-style.php:465
8317
+ #: includes/elementor/widgets/recent-posts-masonry.php:560
8318
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:442
8319
  #: includes/elementor/widgets/recent-posts-tiles.php:344
8320
  #: includes/elementor/widgets/recent-posts-timeline.php:476
8330
  "53,34,87,25)"
8331
  msgstr ""
8332
 
8333
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:851
8334
+ #: includes/elementor/widgets/recent-posts-land-style.php:473
8335
+ #: includes/elementor/widgets/recent-posts-masonry.php:568
8336
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:450
8337
  #: includes/elementor/widgets/recent-posts-tiles.php:352
8338
  #: includes/elementor/widgets/recent-posts-timeline.php:484
8346
  msgid "Exclude posts"
8347
  msgstr "نادیده گرفتن این نوشته ها"
8348
 
8349
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:852
8350
+ #: includes/elementor/widgets/recent-posts-land-style.php:474
8351
+ #: includes/elementor/widgets/recent-posts-masonry.php:569
8352
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:451
8353
  #: includes/elementor/widgets/recent-posts-tiles.php:353
8354
  #: includes/elementor/widgets/recent-posts-timeline.php:485
8364
  "53,34,87,25)"
8365
  msgstr ""
8366
 
8367
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:864
8368
+ #: includes/elementor/widgets/recent-posts-land-style.php:483
8369
+ #: includes/elementor/widgets/recent-posts-masonry.php:578
8370
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:460
8371
  #: includes/elementor/widgets/recent-posts-tiles.php:362
8372
  #: includes/elementor/widgets/recent-posts-timeline.php:494
8373
+ #: includes/elementor/widgets/recent-products.php:412
8374
  #: includes/elements/latest-posts-slider.php:117
8375
  #: includes/elements/recent-posts-grid-carousel.php:261
8376
  #: includes/elements/recent-posts-land-style.php:248
8381
  msgid "Number of post to displace or pass over."
8382
  msgstr "تعداد نوشته هایی که باید از آن ها عبور کرد یا آن ها را نادیده گرفت."
8383
 
8384
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:881
8385
+ #: includes/elementor/widgets/recent-posts-land-style.php:497
8386
+ #: includes/elementor/widgets/recent-posts-masonry.php:592
8387
  #: includes/elementor/widgets/recent-posts-tiles.php:376
8388
  #: includes/elementor/widgets/recent-posts-timeline.php:508
8389
  #, fuzzy
8390
  msgid "Paginate"
8391
  msgstr "صفحه بندی"
8392
 
8393
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:888
8394
+ #: includes/elementor/widgets/recent-posts-land-style.php:504
8395
+ #: includes/elementor/widgets/recent-posts-masonry.php:599
8396
  #: includes/elementor/widgets/recent-posts-tiles.php:383
8397
  #: includes/elementor/widgets/recent-posts-timeline.php:515
8398
  #: includes/elements/recent-posts-grid-carousel.php:394
8404
  msgid "Load More Type"
8405
  msgstr "بیشتر بخوانید"
8406
 
8407
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:896
8408
+ #: includes/elementor/widgets/recent-posts-land-style.php:512
8409
+ #: includes/elementor/widgets/recent-posts-masonry.php:607
8410
  #: includes/elementor/widgets/recent-posts-tiles.php:391
8411
  #: includes/elementor/widgets/recent-posts-timeline.php:523
8412
  #: includes/elements/recent-posts-grid-carousel.php:411
8417
  msgid "Infinite Scroll"
8418
  msgstr ""
8419
 
8420
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:904
8421
+ #: includes/elementor/widgets/recent-posts-land-style.php:520
8422
+ #: includes/elementor/widgets/recent-posts-masonry.php:615
8423
  #: includes/elementor/widgets/recent-posts-tiles.php:399
8424
  #: includes/elementor/widgets/recent-posts-timeline.php:531
8425
  #: includes/elements/recent-posts-grid-carousel.php:419
8430
  msgid "Next Prev"
8431
  msgstr ""
8432
 
8433
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:936
8434
+ #: includes/elementor/widgets/recent-posts-land-style.php:552
8435
  #: includes/elementor/widgets/recent-posts-timeline.php:563
8436
+ #: includes/elementor/widgets/recent-products.php:494
8437
  #: includes/elements/gallery.php:300
8438
  #: includes/elements/recent-posts-grid-carousel.php:121
8439
  #: includes/elements/recent-posts-land-style.php:108
8442
  msgid "Horizontal 4:3"
8443
  msgstr "افقی 4:3"
8444
 
8445
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:937
8446
+ #: includes/elementor/widgets/recent-posts-land-style.php:553
8447
  #: includes/elementor/widgets/recent-posts-timeline.php:564
8448
+ #: includes/elementor/widgets/recent-products.php:495
8449
  #: includes/elements/gallery.php:301
8450
  #: includes/elements/recent-posts-grid-carousel.php:122
8451
  #: includes/elements/recent-posts-land-style.php:109
8454
  msgid "Horizontal 16:9"
8455
  msgstr "افقی 16:9"
8456
 
8457
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:938
8458
+ #: includes/elementor/widgets/recent-posts-land-style.php:554
8459
  #: includes/elementor/widgets/recent-posts-timeline.php:565
8460
+ #: includes/elementor/widgets/recent-products.php:496
8461
  #: includes/elements/gallery.php:302
8462
  #: includes/elements/recent-posts-grid-carousel.php:123
8463
  #: includes/elements/recent-posts-land-style.php:110
8466
  msgid "Square 1:1"
8467
  msgstr "مربع 1:1"
8468
 
8469
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:939
8470
+ #: includes/elementor/widgets/recent-posts-land-style.php:555
8471
  #: includes/elementor/widgets/recent-posts-timeline.php:566
8472
+ #: includes/elementor/widgets/recent-products.php:497
8473
  #: includes/elements/gallery.php:303
8474
  #: includes/elements/recent-posts-grid-carousel.php:124
8475
  #: includes/elements/recent-posts-land-style.php:111
8478
  msgid "Vertical 3:4"
8479
  msgstr "عمودی 3:4"
8480
 
8481
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:952
8482
  #, fuzzy
8483
  msgid "Custom Aspect Ratio"
8484
  msgstr "نسبت ابعاد تصویر"
8485
 
8486
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1145
8487
+ #: includes/elementor/widgets/recent-posts-land-style.php:703
8488
+ #: includes/elementor/widgets/recent-posts-masonry.php:818
8489
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:579
8490
  #: includes/elementor/widgets/recent-posts-tiles.php:520
8491
  #: includes/elementor/widgets/recent-posts-timeline.php:702
8493
  msgid "Post Info"
8494
  msgstr "اطلاعات"
8495
 
8496
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1269
8497
+ #: includes/elementor/widgets/recent-posts-land-style.php:827
8498
+ #: includes/elementor/widgets/recent-posts-masonry.php:942
8499
  #: includes/elementor/widgets/recent-posts-timeline.php:826
8500
  #, fuzzy
8501
  msgid "Excerpt"
8502
  msgstr "خلاصه"
8503
 
8504
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1332
8505
  msgid "Badge"
8506
  msgstr ""
8507
 
8508
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1450
8509
+ #: includes/elementor/widgets/recent-posts-land-style.php:889
8510
+ #: includes/elementor/widgets/recent-posts-masonry.php:1004
8511
  #: includes/elementor/widgets/recent-posts-timeline.php:888
8512
  msgid "Meta"
8513
  msgstr ""
8514
 
8515
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1511
8516
  msgid "Padding for meta wrapper"
8517
  msgstr ""
8518
 
8519
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1553
8520
+ #: includes/elementor/widgets/recent-posts-masonry.php:1191
8521
  #: includes/elementor/widgets/staff.php:894
8522
  msgid "Padding for main wrapper"
8523
  msgstr ""
8524
 
8525
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1565
8526
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1805
8527
+ #: includes/elementor/widgets/recent-posts-masonry.php:1203
8528
  #: includes/elementor/widgets/staff.php:906
8529
  msgid "Padding for content wrapper"
8530
  msgstr ""
8531
 
8532
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1642
8533
  #: includes/elementor/widgets/text.php:623
8534
  #: includes/elementor/widgets/text.php:1553
8535
  msgid "Transition duration"
8536
  msgstr ""
8537
 
8538
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1697
8539
  msgid "Flip Wrapper"
8540
  msgstr ""
8541
 
8544
  msgid "Land Style Posts"
8545
  msgstr "[فلوکس] مطالب اخیر سبک زمین"
8546
 
8547
+ #: includes/elementor/widgets/recent-posts-land-style.php:395
8548
+ #: includes/elementor/widgets/recent-posts-masonry.php:490
8549
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:372
8550
  #: includes/elementor/widgets/recent-posts-tiles.php:274
8551
  #: includes/elementor/widgets/recent-posts-timeline.php:406
 
8552
  #: includes/elements/recent-posts-grid-carousel.php:146
8553
  #: includes/elements/recent-posts-land-style.php:133
8554
  #: includes/elements/recent-posts-masonry.php:113
8568
  msgid "Crop image"
8569
  msgstr "تصویر دلخواه"
8570
 
8571
+ #: includes/elementor/widgets/recent-posts-masonry.php:354
8572
  #: includes/elementor/widgets/recent-posts-timeline.php:270
8573
  #, fuzzy
8574
  msgid "Display Comment Number"
8657
  msgid "Display Add To Cart"
8658
  msgstr "نمایش تاریخ نوشته"
8659
 
8660
+ #: includes/elementor/widgets/recent-products.php:420
8661
+ #, fuzzy
8662
+ msgid "Show Pagination"
8663
+ msgstr "صفحه بندی"
8664
+
8665
+ #: includes/elementor/widgets/recent-products.php:421
8666
+ msgid "Paginates the products"
8667
+ msgstr ""
8668
+
8669
+ #: includes/elementor/widgets/recent-products.php:566
8670
  msgid "Spacing"
8671
  msgstr "فاصله"
8672
 
8673
+ #: includes/elementor/widgets/recent-products.php:591
8674
  msgid "Category"
8675
  msgstr "دسته"
8676
 
8677
+ #: includes/elementor/widgets/recent-products.php:700
8678
  msgid "WooCommerce"
8679
  msgstr ""
8680
 
9119
  msgstr "تصویر"
9120
 
9121
  #: includes/elementor/widgets/text.php:422
9122
+ #: includes/elementor/widgets/theme-elements/select.php:527
9123
  #, fuzzy
9124
  msgid "Border"
9125
  msgstr "کادربندی شده"
9693
  msgid "Form Background Color"
9694
  msgstr "رنگ پس زمینه"
9695
 
9696
+ #: includes/elementor/widgets/theme-elements/select.php:47
9697
+ msgid "Select Box"
9698
+ msgstr ""
9699
+
9700
+ #: includes/elementor/widgets/theme-elements/select.php:98
9701
+ #, fuzzy
9702
+ msgid "Dropdown icon"
9703
+ msgstr "نمایش شکلک"
9704
+
9705
+ #: includes/elementor/widgets/theme-elements/select.php:114
9706
+ #, fuzzy
9707
+ msgid "Link title"
9708
+ msgstr "عنوان"
9709
+
9710
+ #: includes/elementor/widgets/theme-elements/select.php:151
9711
+ msgid "Is lanugage swicher ?"
9712
+ msgstr ""
9713
+
9714
+ #: includes/elementor/widgets/theme-elements/select.php:163
9715
+ #: includes/elements/code.php:73
9716
+ msgid "Language"
9717
+ msgstr "زبان"
9718
+
9719
+ #: includes/elementor/widgets/theme-elements/select.php:175
9720
+ msgid "Items"
9721
+ msgstr ""
9722
+
9723
+ #: includes/elementor/widgets/theme-elements/select.php:180
9724
+ msgid "First Item"
9725
+ msgstr ""
9726
+
9727
+ #: includes/elementor/widgets/theme-elements/select.php:183
9728
+ #, fuzzy
9729
+ msgid "Second Item"
9730
+ msgstr "ظاهر دکمه دوم"
9731
+
9732
+ #: includes/elementor/widgets/theme-elements/select.php:193
9733
+ #, fuzzy
9734
+ msgid "Display Items On Hover"
9735
+ msgstr "نمایش آیتم ها در"
9736
+
9737
+ #: includes/elementor/widgets/theme-elements/select.php:207
9738
+ #, fuzzy
9739
+ msgid "Select Style"
9740
+ msgstr "نوع گالری را انتخاب کنید."
9741
+
9742
+ #: includes/elementor/widgets/theme-elements/select.php:215
9743
+ #, fuzzy
9744
+ msgid "Select Margin"
9745
+ msgstr "انتخاب شکاف آکاردئون"
9746
+
9747
+ #: includes/elementor/widgets/theme-elements/select.php:259
9748
+ msgid "Select Width"
9749
+ msgstr ""
9750
+
9751
+ #: includes/elementor/widgets/theme-elements/select.php:283
9752
+ #, fuzzy
9753
+ msgid "Select Height"
9754
+ msgstr "ارتفاع"
9755
+
9756
+ #: includes/elementor/widgets/theme-elements/select.php:316
9757
+ #: includes/elementor/widgets/theme-elements/select.php:347
9758
+ msgid "Current Item Color "
9759
+ msgstr ""
9760
+
9761
+ #: includes/elementor/widgets/theme-elements/select.php:329
9762
+ #: includes/elementor/widgets/theme-elements/select.php:360
9763
+ #, fuzzy
9764
+ msgid "Select Background"
9765
+ msgstr "فعالسازی پس زمینه"
9766
+
9767
+ #: includes/elementor/widgets/theme-elements/select.php:369
9768
+ #: includes/elementor/widgets/theme-elements/select.php:634
9769
+ msgid "Transition (ms)"
9770
+ msgstr ""
9771
+
9772
+ #: includes/elementor/widgets/theme-elements/select.php:392
9773
+ #, fuzzy
9774
+ msgid "Select Border Options"
9775
+ msgstr "انتخاب شکل آکاردئون."
9776
+
9777
+ #: includes/elementor/widgets/theme-elements/select.php:402
9778
+ #, fuzzy
9779
+ msgid "Select Border"
9780
+ msgstr "بلوک نقل قول کادربندی شده"
9781
+
9782
+ #: includes/elementor/widgets/theme-elements/select.php:411
9783
+ msgid "Select Border Radius"
9784
+ msgstr ""
9785
+
9786
+ #: includes/elementor/widgets/theme-elements/select.php:425
9787
+ #, fuzzy
9788
+ msgid "Dropdown Style"
9789
+ msgstr "ظاهر دراپ کپ"
9790
+
9791
+ #: includes/elementor/widgets/theme-elements/select.php:433
9792
+ msgid "Dropdown Border Options"
9793
+ msgstr ""
9794
+
9795
+ #: includes/elementor/widgets/theme-elements/select.php:443
9796
+ msgid "Select List Border"
9797
+ msgstr ""
9798
+
9799
+ #: includes/elementor/widgets/theme-elements/select.php:452
9800
+ msgid "Dropdown Border Radius"
9801
+ msgstr ""
9802
+
9803
+ #: includes/elementor/widgets/theme-elements/select.php:473
9804
+ #, fuzzy
9805
+ msgid "Dropdown Background"
9806
+ msgstr "فعالسازی پس زمینه"
9807
+
9808
+ #: includes/elementor/widgets/theme-elements/select.php:484
9809
+ #, fuzzy
9810
+ msgid "Items Style"
9811
+ msgstr "ظاهر تصویر"
9812
+
9813
+ #: includes/elementor/widgets/theme-elements/select.php:493
9814
+ msgid "Item Typography"
9815
+ msgstr ""
9816
+
9817
+ #: includes/elementor/widgets/theme-elements/select.php:536
9818
+ msgid "Icon/Image Padding"
9819
+ msgstr ""
9820
+
9821
+ #: includes/elementor/widgets/theme-elements/select.php:557
9822
+ #: includes/elementor/widgets/theme-elements/select.php:600
9823
+ #, fuzzy
9824
+ msgid "Icon Color "
9825
+ msgstr "رنگ شکلک"
9826
+
9827
+ #: includes/elementor/widgets/theme-elements/select.php:569
9828
+ #: includes/elementor/widgets/theme-elements/select.php:612
9829
+ #, fuzzy
9830
+ msgid "Text Color "
9831
+ msgstr "شمای رنگ متن"
9832
+
9833
+ #: includes/elementor/widgets/theme-elements/select.php:582
9834
+ #: includes/elementor/widgets/theme-elements/select.php:625
9835
+ #, fuzzy
9836
+ msgid "Item Background"
9837
+ msgstr "فعالسازی پس زمینه"
9838
+
9839
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:53
9840
  msgid "Shopping Cart"
9841
  msgstr ""
10317
  msgid "Code title, leave it empty if you don`t need title."
10318
  msgstr "عنوان کد، اگر به عنوان نیازی ندارید این بخش را خالی بگذارید."
10319
 
 
 
 
 
10320
  #: includes/elements/code.php:79
10321
  #, fuzzy
10322
  msgid "JavaScript"
12310
  msgid "Page Not Found"
12311
  msgstr ""
12312
 
12313
+ #: includes/general-functions.php:2509
12314
  #, fuzzy
12315
  msgid "Select Page"
12316
  msgstr "تراز شکلک را انتخاب کنید."
13626
  #~ msgid "No second button"
13627
  #~ msgstr "بدون دکمه دوم"
13628
 
 
 
 
13629
  #~ msgid "Auxin Captionn "
13630
  #~ msgstr "اکسین عنوان"
13631
 
13867
  #~ msgid "This is will add testimonial_slider element"
13868
  #~ msgstr "یک المان testimonial_slider اضافه می کند."
13869
 
 
 
 
13870
  #~ msgid "Category 2"
13871
  #~ msgstr "دسته 2"
13872
 
languages/auxin-elements.pot CHANGED
@@ -1,9 +1,9 @@
1
  # Averta Copyright (c) {2022}
2
  msgid ""
3
  msgstr ""
4
- "Project-Id-Version: Phlox Core Elements 2.9.4\n"
5
  "Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
6
- "POT-Creation-Date: 2022-01-24 06:28:50+00:00\n"
7
  "MIME-Version: 1.0\n"
8
  "Content-Type: text/plain; charset=utf-8\n"
9
  "Content-Transfer-Encoding: 8bit\n"
@@ -61,9 +61,9 @@ msgid "It's OK."
61
  msgstr ""
62
 
63
  #: admin/includes/admin-ajax.php:262
64
- #: includes/classes/class-auxin-welcome.php:1206
65
- #: includes/classes/class-auxin-welcome.php:1211
66
- #: includes/classes/class-auxin-welcome.php:1374
67
  msgid "Security Token Error!"
68
  msgstr ""
69
 
@@ -90,17 +90,17 @@ msgid "Activate"
90
  msgstr ""
91
 
92
  #: admin/includes/admin-ajax.php:306 admin/includes/admin-ajax.php:321
93
- #: includes/classes/class-auxin-demo-importer.php:190
94
  msgid "Retry"
95
  msgstr ""
96
 
97
  #: admin/includes/admin-ajax.php:317
98
- #: includes/classes/class-auxin-demo-importer.php:114
99
- #: includes/classes/class-auxin-demo-importer.php:157
100
- #: includes/classes/class-auxin-demo-importer.php:192
101
- #: includes/classes/class-auxin-welcome.php:1353
102
- #: includes/classes/class-auxin-welcome.php:1388
103
- #: includes/classes/class-auxin-welcome.php:1820
104
  msgid "Close"
105
  msgstr ""
106
 
@@ -308,12 +308,11 @@ msgstr ""
308
  #: admin/includes/classes/class-auxels-system-check.php:122
309
  msgid ""
310
  "Your site cannot communicate securely with Phlox update services. <a "
311
- "href=\"https://docs.phlox.pro/article/206-error-activating-license\" "
312
- "target=\"_blank\">How to fix?</a>\n"
313
- " "
314
  msgstr ""
315
 
316
- #: admin/includes/classes/class-auxels-system-check.php:133
317
  msgid "Error while trying to connect to averta servers"
318
  msgstr ""
319
 
@@ -346,9 +345,9 @@ msgid "You need to enter a unique id for notice."
346
  msgstr ""
347
 
348
  #: admin/includes/classes/class-auxin-notices.php:186
349
- #: includes/classes/class-auxin-welcome.php:1872
350
- #: includes/classes/class-auxin-welcome.php:1901
351
- #: includes/classes/class-auxin-welcome.php:1976
352
  msgid "Skip"
353
  msgstr ""
354
 
@@ -589,6 +588,7 @@ msgstr ""
589
  #: admin/includes/metaboxes/metabox-fields-general-header.php:891
590
  #: admin/includes/metaboxes/metabox-fields-general-top-header.php:35
591
  #: admin/includes/metaboxes/metabox-fields-general-top-header.php:47
 
592
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:157
593
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:169
594
  #: includes/elements/custom-list.php:160 includes/elements/custom-list.php:178
@@ -621,6 +621,7 @@ msgstr ""
621
  #: admin/includes/metaboxes/metabox-fields-general-header.php:892
622
  #: admin/includes/metaboxes/metabox-fields-general-top-header.php:36
623
  #: admin/includes/metaboxes/metabox-fields-general-top-header.php:48
 
624
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:158
625
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:170
626
  #: includes/elements/custom-list.php:161 includes/elements/custom-list.php:179
@@ -1092,9 +1093,9 @@ msgstr ""
1092
  #: includes/elementor/widgets/modern-button.php:188
1093
  #: includes/elementor/widgets/quote.php:169
1094
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:252
1095
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1660
1096
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1773
1097
- #: includes/elementor/widgets/recent-posts-masonry.php:1159
1098
  #: includes/elementor/widgets/recent-posts-timeline.php:130
1099
  #: includes/elementor/widgets/responsive-table.php:141
1100
  #: includes/elementor/widgets/responsive-table.php:208
@@ -1108,6 +1109,7 @@ msgstr ""
1108
  #: includes/elementor/widgets/theme-elements/logo.php:165
1109
  #: includes/elementor/widgets/theme-elements/menu.php:332
1110
  #: includes/elementor/widgets/theme-elements/menu.php:1350
 
1111
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:199
1112
  #: includes/elementor/widgets/theme-elements/site-title.php:192
1113
  #: includes/elements/quote.php:112
@@ -1130,11 +1132,11 @@ msgstr ""
1130
  #: includes/elementor/widgets/icon.php:170
1131
  #: includes/elementor/widgets/image.php:319
1132
  #: includes/elementor/widgets/modern-button.php:184
1133
- #: includes/elementor/widgets/modern-button.php:806
1134
  #: includes/elementor/widgets/quote.php:165
1135
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1656
1136
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1769
1137
- #: includes/elementor/widgets/recent-posts-masonry.php:1155
1138
  #: includes/elementor/widgets/recent-posts-timeline.php:134
1139
  #: includes/elementor/widgets/responsive-table.php:137
1140
  #: includes/elementor/widgets/responsive-table.php:204
@@ -1152,6 +1154,7 @@ msgstr ""
1152
  #: includes/elementor/widgets/theme-elements/menu.php:281
1153
  #: includes/elementor/widgets/theme-elements/menu.php:328
1154
  #: includes/elementor/widgets/theme-elements/menu.php:1346
 
1155
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:195
1156
  #: includes/elementor/widgets/theme-elements/site-title.php:188
1157
  #: includes/elements/button.php:183 includes/elements/image.php:151
@@ -1200,7 +1203,7 @@ msgstr ""
1200
  #: admin/includes/metaboxes/metabox-fields-general-header.php:707
1201
  #: includes/elementor/widgets/button.php:163
1202
  #: includes/elementor/widgets/divider.php:146
1203
- #: includes/elementor/widgets/modern-button.php:311
1204
  #: includes/elementor/widgets/staff.php:787
1205
  #: includes/elementor/widgets/text.php:1046 includes/elements/button.php:66
1206
  #: includes/elements/divider.php:90 includes/elements/socials-list.php:63
@@ -1214,7 +1217,7 @@ msgstr ""
1214
  #: includes/classes/class-auxin-svg-support.php:192
1215
  #: includes/elementor/widgets/button.php:162
1216
  #: includes/elementor/widgets/divider.php:145
1217
- #: includes/elementor/widgets/modern-button.php:310
1218
  #: includes/elementor/widgets/staff.php:788
1219
  #: includes/elementor/widgets/text.php:1045
1220
  #: includes/elements/before-after.php:104 includes/elements/button.php:65
@@ -1230,7 +1233,7 @@ msgstr ""
1230
  #: admin/includes/metaboxes/metabox-fields-general-header.php:709
1231
  #: includes/classes/class-auxin-svg-support.php:193
1232
  #: includes/elementor/widgets/button.php:161
1233
- #: includes/elementor/widgets/modern-button.php:309
1234
  #: includes/elementor/widgets/staff.php:789
1235
  #: includes/elementor/widgets/text.php:1044
1236
  #: includes/elements/before-after.php:105 includes/elements/button.php:64
@@ -1293,7 +1296,7 @@ msgstr ""
1293
  #: includes/elementor/widgets/custom-list.php:385
1294
  #: includes/elementor/widgets/gallery.php:131
1295
  #: includes/elementor/widgets/icon.php:125
1296
- #: includes/elementor/widgets/modern-button.php:281
1297
  #: includes/elementor/widgets/quote.php:161
1298
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:130
1299
  #: includes/elementor/widgets/recent-posts-tiles.php:130
@@ -1333,11 +1336,11 @@ msgstr ""
1333
  #: includes/elementor/widgets/image.php:536
1334
  #: includes/elementor/widgets/mailchimp.php:352
1335
  #: includes/elementor/widgets/mailchimp.php:609
1336
- #: includes/elementor/widgets/modern-button.php:407
1337
- #: includes/elementor/widgets/modern-button.php:518
1338
- #: includes/elementor/widgets/modern-button.php:618
1339
- #: includes/elementor/widgets/modern-button.php:730
1340
- #: includes/elementor/widgets/modern-button.php:916
1341
  #: includes/elementor/widgets/products-grid.php:420
1342
  #: includes/elementor/widgets/products-grid.php:487
1343
  #: includes/elementor/widgets/products-grid.php:556
@@ -1348,23 +1351,23 @@ msgstr ""
1348
  #: includes/elementor/widgets/products-grid.php:1044
1349
  #: includes/elementor/widgets/recent-comments.php:201
1350
  #: includes/elementor/widgets/recent-comments.php:284
1351
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:997
1352
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1067
1353
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1171
1354
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1362
1355
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1467
1356
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1593
1357
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1724
1358
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1876
1359
- #: includes/elementor/widgets/recent-posts-land-style.php:624
1360
- #: includes/elementor/widgets/recent-posts-land-style.php:728
1361
- #: includes/elementor/widgets/recent-posts-land-style.php:905
1362
- #: includes/elementor/widgets/recent-posts-masonry.php:670
1363
- #: includes/elementor/widgets/recent-posts-masonry.php:740
1364
- #: includes/elementor/widgets/recent-posts-masonry.php:844
1365
- #: includes/elementor/widgets/recent-posts-masonry.php:1021
1366
- #: includes/elementor/widgets/recent-posts-masonry.php:1110
1367
- #: includes/elementor/widgets/recent-posts-masonry.php:1274
1368
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:514
1369
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:618
1370
  #: includes/elementor/widgets/recent-posts-tiles.php:455
@@ -1372,7 +1375,7 @@ msgstr ""
1372
  #: includes/elementor/widgets/recent-posts-timeline.php:637
1373
  #: includes/elementor/widgets/recent-posts-timeline.php:741
1374
  #: includes/elementor/widgets/recent-posts-timeline.php:918
1375
- #: includes/elementor/widgets/recent-products.php:644
1376
  #: includes/elementor/widgets/staff.php:491
1377
  #: includes/elementor/widgets/staff.php:738
1378
  #: includes/elementor/widgets/svg.php:357
@@ -1401,10 +1404,14 @@ msgstr ""
1401
  #: includes/elementor/widgets/theme-elements/modern-search.php:293
1402
  #: includes/elementor/widgets/theme-elements/modern-search.php:390
1403
  #: includes/elementor/widgets/theme-elements/modern-search.php:509
 
 
 
1404
  msgid "Hover"
1405
  msgstr ""
1406
 
1407
  #: admin/includes/metaboxes/metabox-fields-general-header.php:843
 
1408
  msgid "Click"
1409
  msgstr ""
1410
 
@@ -1552,7 +1559,7 @@ msgid ""
1552
  msgstr ""
1553
 
1554
  #: admin/includes/metaboxes/metabox-fields-page-template.php:27
1555
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:643
1556
  #: includes/elements/recent-posts-grid-carousel.php:467
1557
  msgid "Before Content"
1558
  msgstr ""
@@ -1566,7 +1573,7 @@ msgid "Above Content, Boxed Layout"
1566
  msgstr ""
1567
 
1568
  #: admin/includes/metaboxes/metabox-fields-page-template.php:30
1569
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:642
1570
  #: includes/elements/recent-posts-grid-carousel.php:466
1571
  msgid "After Content"
1572
  msgstr ""
@@ -1702,21 +1709,21 @@ msgid "Processing: Download"
1702
  msgstr ""
1703
 
1704
  #: includes/classes/class-auxels-admin-assets.php:67
1705
- #: includes/classes/class-auxin-welcome.php:1429
1706
- #: includes/classes/class-auxin-welcome.php:1560
1707
- #: includes/classes/class-auxin-welcome.php:1929
1708
- #: includes/classes/class-auxin-welcome.php:1999
1709
  msgid "Continue"
1710
  msgstr ""
1711
 
1712
  #: includes/classes/class-auxels-admin-assets.php:68
1713
- #: includes/classes/class-auxin-welcome.php:526
1714
- #: includes/classes/class-auxin-welcome.php:1640
1715
  msgid "Install Plugins"
1716
  msgstr ""
1717
 
1718
  #: includes/classes/class-auxels-admin-assets.php:69
1719
- #: includes/classes/class-auxin-welcome.php:1786
1720
  msgid "Import Content"
1721
  msgstr ""
1722
 
@@ -1737,7 +1744,7 @@ msgid "Archive"
1737
  msgstr ""
1738
 
1739
  #: includes/classes/class-auxels-archive-menu-links.php:72
1740
- #: includes/classes/class-auxin-welcome.php:426
1741
  msgid "Select All"
1742
  msgstr ""
1743
 
@@ -1816,92 +1823,92 @@ msgstr ""
1816
  msgid "%s Status"
1817
  msgstr ""
1818
 
1819
- #: includes/classes/class-auxin-demo-importer.php:76
1820
  msgid "Import content"
1821
  msgstr ""
1822
 
1823
- #: includes/classes/class-auxin-demo-importer.php:108
1824
  msgid "Page has been successfully generated."
1825
  msgstr ""
1826
 
1827
- #: includes/classes/class-auxin-demo-importer.php:111
1828
  msgid "Edit Page"
1829
  msgstr ""
1830
 
1831
- #: includes/classes/class-auxin-demo-importer.php:138
1832
  msgid "Template content has been successfully imported."
1833
  msgstr ""
1834
 
1835
- #: includes/classes/class-auxin-demo-importer.php:146
1836
- #: includes/classes/class-auxin-demo-importer.php:165
1837
- #: includes/classes/class-auxin-welcome.php:813
1838
  msgid "Copy to clipboard"
1839
  msgstr ""
1840
 
1841
- #: includes/classes/class-auxin-demo-importer.php:155
1842
  msgid "Import to my templates"
1843
  msgstr ""
1844
 
1845
- #: includes/classes/class-auxin-demo-importer.php:182
1846
  msgid "Process failed!."
1847
  msgstr ""
1848
 
1849
- #: includes/classes/class-auxin-demo-importer.php:210
1850
  msgid "Invalid Inputs."
1851
  msgstr ""
1852
 
1853
- #: includes/classes/class-auxin-demo-importer.php:241
1854
  msgid "Step Failed!"
1855
  msgstr ""
1856
 
1857
- #: includes/classes/class-auxin-demo-importer.php:248
1858
  msgid "Error in getting data!"
1859
  msgstr ""
1860
 
1861
- #: includes/classes/class-auxin-demo-importer.php:271
1862
  msgid "Downloading Medias"
1863
  msgstr ""
1864
 
1865
- #: includes/classes/class-auxin-demo-importer.php:277
1866
  msgid "Importing Media"
1867
  msgstr ""
1868
 
1869
- #: includes/classes/class-auxin-demo-importer.php:293
1870
- #: includes/classes/class-auxin-demo-importer.php:1274
1871
  msgid "Importing Users"
1872
  msgstr ""
1873
 
1874
- #: includes/classes/class-auxin-demo-importer.php:304
1875
- #: includes/classes/class-auxin-demo-importer.php:316
1876
  msgid "Importing Contents"
1877
  msgstr ""
1878
 
1879
- #: includes/classes/class-auxin-demo-importer.php:328
1880
  msgid "Importing Options"
1881
  msgstr ""
1882
 
1883
- #: includes/classes/class-auxin-demo-importer.php:345
1884
- #: includes/classes/class-auxin-demo-importer.php:554
1885
  msgid "Importing Menus"
1886
  msgstr ""
1887
 
1888
- #: includes/classes/class-auxin-demo-importer.php:351
1889
  msgid "Importing Widgets"
1890
  msgstr ""
1891
 
1892
- #: includes/classes/class-auxin-demo-importer.php:431
1893
  msgid "Retrieve Body Fails"
1894
  msgstr ""
1895
 
1896
- #: includes/classes/class-auxin-demo-importer.php:620
1897
  msgid "Importing Sliders"
1898
  msgstr ""
1899
 
1900
- #: includes/classes/class-auxin-demo-importer.php:1337
1901
  msgid "Preparing Site ..."
1902
  msgstr ""
1903
 
1904
- #: includes/classes/class-auxin-demo-importer.php:1359
1905
  msgid "All steps are successful"
1906
  msgstr ""
1907
 
@@ -2094,7 +2101,7 @@ msgid "Link Relationship (XFN)"
2094
  msgstr ""
2095
 
2096
  #: includes/classes/class-auxin-walker-nav-menu-back.php:205
2097
- #: includes/classes/class-auxin-welcome.php:431
2098
  #: includes/elementor/modules/dynamic-tags/contact-url.php:181
2099
  #: includes/elementor/modules/dynamic-tags/featured-image-data.php:90
2100
  #: includes/elementor/widgets/heading-modern.php:310
@@ -2144,13 +2151,13 @@ msgid "Remove"
2144
  msgstr ""
2145
 
2146
  #: includes/classes/class-auxin-walker-nav-menu-back.php:384
2147
- #: includes/classes/class-auxin-welcome.php:1432
2148
- #: includes/classes/class-auxin-welcome.php:1460
2149
- #: includes/classes/class-auxin-welcome.php:1563
2150
- #: includes/classes/class-auxin-welcome.php:1642
2151
- #: includes/classes/class-auxin-welcome.php:1690
2152
- #: includes/classes/class-auxin-welcome.php:1788
2153
- #: includes/classes/class-auxin-welcome.php:1931
2154
  msgid "Cancel"
2155
  msgstr ""
2156
 
@@ -2284,398 +2291,398 @@ msgid ""
2284
  "all features."
2285
  msgstr ""
2286
 
2287
- #: includes/classes/class-auxin-welcome.php:390
2288
  msgid "Recommended Plugins"
2289
  msgstr ""
2290
 
2291
- #: includes/classes/class-auxin-welcome.php:391
2292
  msgid ""
2293
  "The following is a list of best integrated plugins for %s theme, you can "
2294
  "install them from here and add or remove them later on WordPress plugins "
2295
  "page."
2296
  msgstr ""
2297
 
2298
- #: includes/classes/class-auxin-welcome.php:392
2299
  msgid ""
2300
  "We recommend you to install only the plugins under \"Essential\" tab, and "
2301
  "avoid installing all of plugins."
2302
  msgstr ""
2303
 
2304
- #: includes/classes/class-auxin-welcome.php:412
2305
- #: includes/classes/class-auxin-welcome.php:736
2306
  #: includes/elements/popular-posts-widget.php:388
2307
  msgid "Recent"
2308
  msgstr ""
2309
 
2310
- #: includes/classes/class-auxin-welcome.php:430
2311
  #: includes/elementor/widgets/testimonial.php:346
2312
  #: includes/elements/about-widget.php:58
2313
  msgid "Name"
2314
  msgstr ""
2315
 
2316
- #: includes/classes/class-auxin-welcome.php:432
2317
  msgid "Status"
2318
  msgstr ""
2319
 
2320
- #: includes/classes/class-auxin-welcome.php:433
2321
  msgid "Version"
2322
  msgstr ""
2323
 
2324
- #: includes/classes/class-auxin-welcome.php:502
2325
  msgid "Not Installed"
2326
  msgstr ""
2327
 
2328
- #: includes/classes/class-auxin-welcome.php:504
2329
  msgid "Not Activated"
2330
  msgstr ""
2331
 
2332
- #: includes/classes/class-auxin-welcome.php:534
2333
  msgid ""
2334
  "Good news! All plugins are already installed and up to date. Please "
2335
  "continue."
2336
  msgstr ""
2337
 
2338
- #: includes/classes/class-auxin-welcome.php:630
2339
  msgid "No Slug Found"
2340
  msgstr ""
2341
 
2342
- #: includes/classes/class-auxin-welcome.php:649
2343
  msgid "Activating"
2344
  msgstr ""
2345
 
2346
- #: includes/classes/class-auxin-welcome.php:664
2347
  msgid "Updating"
2348
  msgstr ""
2349
 
2350
- #: includes/classes/class-auxin-welcome.php:679
2351
  msgid "Installing"
2352
  msgstr ""
2353
 
2354
- #: includes/classes/class-auxin-welcome.php:690
2355
  msgid "Activated"
2356
  msgstr ""
2357
 
2358
- #: includes/classes/class-auxin-welcome.php:749
2359
- #: includes/classes/class-auxin-welcome.php:938
2360
  msgid "Search Templates"
2361
  msgstr ""
2362
 
2363
- #: includes/classes/class-auxin-welcome.php:756
2364
  msgid ""
2365
  "An error occurred while downloading the list of templates. Please try again "
2366
  "later."
2367
  msgstr ""
2368
 
2369
- #: includes/classes/class-auxin-welcome.php:800
2370
  msgid "Download"
2371
  msgstr ""
2372
 
2373
- #: includes/classes/class-auxin-welcome.php:821
2374
- #: includes/classes/class-auxin-welcome.php:998
2375
  msgid "Unlock"
2376
  msgstr ""
2377
 
2378
- #: includes/classes/class-auxin-welcome.php:833
2379
- #: includes/classes/class-auxin-welcome.php:1009
2380
- #: includes/classes/class-auxin-welcome.php:1350
2381
- #: includes/classes/class-auxin-welcome.php:1817
2382
  msgid "Preview"
2383
  msgstr ""
2384
 
2385
- #: includes/classes/class-auxin-welcome.php:856
2386
  msgid "Save to my templates"
2387
  msgstr ""
2388
 
2389
- #: includes/classes/class-auxin-welcome.php:867
2390
  msgid "Create new page"
2391
  msgstr ""
2392
 
2393
- #: includes/classes/class-auxin-welcome.php:921
2394
  msgid "All Templates"
2395
  msgstr ""
2396
 
2397
- #: includes/classes/class-auxin-welcome.php:944
2398
  msgid ""
2399
  "An error occurred while downloading the list of demo sites. Please try "
2400
  "again later."
2401
  msgstr ""
2402
 
2403
- #: includes/classes/class-auxin-welcome.php:993
2404
- #: includes/classes/class-auxin-welcome.php:1457
2405
  msgid "Uninstall"
2406
  msgstr ""
2407
 
2408
- #: includes/classes/class-auxin-welcome.php:993
2409
- #: includes/classes/class-auxin-welcome.php:1361
2410
  msgid "Import"
2411
  msgstr ""
2412
 
2413
- #: includes/classes/class-auxin-welcome.php:1096
2414
  msgid "You have already the latest version."
2415
  msgstr ""
2416
 
2417
- #: includes/classes/class-auxin-welcome.php:1100
2418
  msgid "New updates are available."
2419
  msgstr ""
2420
 
2421
- #: includes/classes/class-auxin-welcome.php:1101
2422
  msgid ""
2423
  "The following items require update, click update button to update them to "
2424
  "the latest version."
2425
  msgstr ""
2426
 
2427
- #: includes/classes/class-auxin-welcome.php:1110
2428
  msgid "Last checked "
2429
  msgstr ""
2430
 
2431
- #: includes/classes/class-auxin-welcome.php:1112
2432
  msgid "ago"
2433
  msgstr ""
2434
 
2435
- #: includes/classes/class-auxin-welcome.php:1132
2436
- #: includes/classes/class-auxin-welcome.php:1162
2437
- #: includes/classes/class-auxin-welcome.php:1616
2438
  msgid "Ready to update"
2439
  msgstr ""
2440
 
2441
- #: includes/classes/class-auxin-welcome.php:1182
2442
  msgid "Update Now"
2443
  msgstr ""
2444
 
2445
- #: includes/classes/class-auxin-welcome.php:1185
2446
  msgid "Check Again"
2447
  msgstr ""
2448
 
2449
- #: includes/classes/class-auxin-welcome.php:1219
2450
  msgid "You can't remove this demo."
2451
  msgstr ""
2452
 
2453
- #: includes/classes/class-auxin-welcome.php:1344
2454
  msgid "Done!"
2455
  msgstr ""
2456
 
2457
- #: includes/classes/class-auxin-welcome.php:1345
2458
  msgid "Demo has been successfully uninstalled."
2459
  msgstr ""
2460
 
2461
- #: includes/classes/class-auxin-welcome.php:1407
2462
  #: public/includes/frontend-ajax.php:180 public/includes/frontend-ajax.php:243
2463
  msgid "An Error Occurred!"
2464
  msgstr ""
2465
 
2466
- #: includes/classes/class-auxin-welcome.php:1421
2467
  msgid "Notice"
2468
  msgstr ""
2469
 
2470
- #: includes/classes/class-auxin-welcome.php:1423
2471
  msgid ""
2472
  "For better and faster result, it's recommended to install the demo on a "
2473
  "clean WordPress website."
2474
  msgstr ""
2475
 
2476
- #: includes/classes/class-auxin-welcome.php:1449
2477
  msgid "Warning!"
2478
  msgstr ""
2479
 
2480
- #: includes/classes/class-auxin-welcome.php:1451
2481
  msgid "This process will erase all images, posts and settings of this demo..."
2482
  msgstr ""
2483
 
2484
- #: includes/classes/class-auxin-welcome.php:1456
2485
  msgid "Are you sure you want to uninstall this demo?"
2486
  msgstr ""
2487
 
2488
- #: includes/classes/class-auxin-welcome.php:1466
2489
- #: includes/classes/class-auxin-welcome.php:1696
2490
- #: includes/classes/class-auxin-welcome.php:1794
2491
  msgid "Please wait, this may take several minutes .."
2492
  msgstr ""
2493
 
2494
- #: includes/classes/class-auxin-welcome.php:1536
2495
  msgid "An error occurred!"
2496
  msgstr ""
2497
 
2498
- #: includes/classes/class-auxin-welcome.php:1538
2499
  msgid "Method not exist!"
2500
  msgstr ""
2501
 
2502
- #: includes/classes/class-auxin-welcome.php:1552
2503
- #: includes/classes/class-auxin-welcome.php:1593
2504
  msgid "Required Plugins for this demo."
2505
  msgstr ""
2506
 
2507
- #: includes/classes/class-auxin-welcome.php:1554
2508
  msgid ""
2509
  "For better and faster install process it's recommended to install demo on a "
2510
  "clean WordPress website."
2511
  msgstr ""
2512
 
2513
- #: includes/classes/class-auxin-welcome.php:1594
2514
  msgid "The following plugins are required to be installed for this demo."
2515
  msgstr ""
2516
 
2517
- #: includes/classes/class-auxin-welcome.php:1608
2518
  msgid "Ready to install"
2519
  msgstr ""
2520
 
2521
- #: includes/classes/class-auxin-welcome.php:1612
2522
  msgid "Not activated"
2523
  msgstr ""
2524
 
2525
- #: includes/classes/class-auxin-welcome.php:1673
2526
  msgid "You already have installed template!"
2527
  msgstr ""
2528
 
2529
- #: includes/classes/class-auxin-welcome.php:1675
2530
  msgid ""
2531
  "For better and faster install proccess it's recommanded to install demo on "
2532
  "a clean wordpress website."
2533
  msgstr ""
2534
 
2535
- #: includes/classes/class-auxin-welcome.php:1687
2536
  msgid "Unistall Template"
2537
  msgstr ""
2538
 
2539
- #: includes/classes/class-auxin-welcome.php:1713
2540
  msgid "Import Demo Content of Phlox Theme."
2541
  msgstr ""
2542
 
2543
- #: includes/classes/class-auxin-welcome.php:1718
2544
  msgid "Complete pre-build Website"
2545
  msgstr ""
2546
 
2547
- #: includes/classes/class-auxin-welcome.php:1723
2548
  msgid "Import media (images, videos, etc.)"
2549
  msgstr ""
2550
 
2551
- #: includes/classes/class-auxin-welcome.php:1730
2552
  msgid "Selected Data Only"
2553
  msgstr ""
2554
 
2555
- #: includes/classes/class-auxin-welcome.php:1736
2556
  msgid "Posts/Pages"
2557
  msgstr ""
2558
 
2559
- #: includes/classes/class-auxin-welcome.php:1741
2560
  msgid "Media"
2561
  msgstr ""
2562
 
2563
- #: includes/classes/class-auxin-welcome.php:1746
2564
  msgid "Widgets"
2565
  msgstr ""
2566
 
2567
- #: includes/classes/class-auxin-welcome.php:1753
2568
  msgid "Menus"
2569
  msgstr ""
2570
 
2571
- #: includes/classes/class-auxin-welcome.php:1758
2572
  msgid "Theme Options"
2573
  msgstr ""
2574
 
2575
- #: includes/classes/class-auxin-welcome.php:1763
2576
  msgid "MasterSlider (If Available)"
2577
  msgstr ""
2578
 
2579
- #: includes/classes/class-auxin-welcome.php:1773
2580
  msgid "Importing Demo Content is in Progress..."
2581
  msgstr ""
2582
 
2583
- #: includes/classes/class-auxin-welcome.php:1774
2584
  msgid ""
2585
  "This process may take 5 to 10 minutes to complete, please do not close or "
2586
  "refresh this page."
2587
  msgstr ""
2588
 
2589
- #: includes/classes/class-auxin-welcome.php:1808
2590
  msgid "Congratulations!"
2591
  msgstr ""
2592
 
2593
- #: includes/classes/class-auxin-welcome.php:1809
2594
  msgid "Demo has been successfully imported."
2595
  msgstr ""
2596
 
2597
- #: includes/classes/class-auxin-welcome.php:1814
2598
  msgid "Customize"
2599
  msgstr ""
2600
 
2601
- #: includes/classes/class-auxin-welcome.php:1831
2602
  msgid "Importing page content ..."
2603
  msgstr ""
2604
 
2605
- #: includes/classes/class-auxin-welcome.php:1855
2606
  msgid "Remove Watermarks?"
2607
  msgstr ""
2608
 
2609
- #: includes/classes/class-auxin-welcome.php:1856
2610
  msgid ""
2611
  "Some images in this demo are copyrighted and watermarked, you can remove "
2612
  "watermarks by authorizing your Envato Elements subscription."
2613
  msgstr ""
2614
 
2615
- #: includes/classes/class-auxin-welcome.php:1870
2616
  msgid "Remove Watermarks"
2617
  msgstr ""
2618
 
2619
- #: includes/classes/class-auxin-welcome.php:1885
2620
  msgid "Remove watermarks by authorizing your Envato Elements subscription"
2621
  msgstr ""
2622
 
2623
- #: includes/classes/class-auxin-welcome.php:1886
2624
  msgid ""
2625
  "By subscribing to Envato Elements you will have access to unlimited premium "
2626
  "stock images, icons, graphical assets, videos and more."
2627
  msgstr ""
2628
 
2629
- #: includes/classes/class-auxin-welcome.php:1888
2630
  msgid "Explore and Subscribe"
2631
  msgstr ""
2632
 
2633
- #: includes/classes/class-auxin-welcome.php:1896
2634
  msgid "Already an Envato Elements member?"
2635
  msgstr ""
2636
 
2637
- #: includes/classes/class-auxin-welcome.php:1896
2638
  msgid "Activate here"
2639
  msgstr ""
2640
 
2641
- #: includes/classes/class-auxin-welcome.php:1914
2642
- #: includes/classes/class-auxin-welcome.php:1944
2643
  msgid "Verify Your Envato Elements Subscription"
2644
  msgstr ""
2645
 
2646
- #: includes/classes/class-auxin-welcome.php:1915
2647
  msgid "Enter your email below and click continue button"
2648
  msgstr ""
2649
 
2650
- #: includes/classes/class-auxin-welcome.php:1917
2651
  msgid "Enter your email"
2652
  msgstr ""
2653
 
2654
- #: includes/classes/class-auxin-welcome.php:1945
2655
  msgid "Enter your token below to verify your Subscription"
2656
  msgstr ""
2657
 
2658
- #: includes/classes/class-auxin-welcome.php:1947
2659
  msgid "Enter token here"
2660
  msgstr ""
2661
 
2662
- #: includes/classes/class-auxin-welcome.php:1959
2663
  msgid "How to generate a token ?"
2664
  msgstr ""
2665
 
2666
- #: includes/classes/class-auxin-welcome.php:1960
2667
  msgid "Don't have subscription?"
2668
  msgstr ""
2669
 
2670
- #: includes/classes/class-auxin-welcome.php:1970
2671
  msgid "Verify Token"
2672
  msgstr ""
2673
 
2674
- #: includes/classes/class-auxin-welcome.php:1989
2675
  msgid "Succeed"
2676
  msgstr ""
2677
 
2678
- #: includes/classes/class-auxin-welcome.php:1990
2679
  msgid ""
2680
  "Congratulations! you have successfully authorized your Envato Elements "
2681
  "subscription."
@@ -2740,50 +2747,50 @@ msgstr ""
2740
  msgid "Select Audio"
2741
  msgstr ""
2742
 
2743
- #: includes/elementor/class-auxin-elementor-core-elements.php:419
2744
  msgid "Element class \"%s\" not found."
2745
  msgstr ""
2746
 
2747
- #: includes/elementor/class-auxin-elementor-core-elements.php:515
2748
  msgid "Module class \"%s\" not found."
2749
  msgstr ""
2750
 
2751
- #: includes/elementor/class-auxin-elementor-core-elements.php:588
2752
  msgid "%s - General"
2753
  msgstr ""
2754
 
2755
- #: includes/elementor/class-auxin-elementor-core-elements.php:596
2756
  msgid "%s - Featured"
2757
  msgstr ""
2758
 
2759
- #: includes/elementor/class-auxin-elementor-core-elements.php:604
2760
  msgid "%s - Posts"
2761
  msgstr ""
2762
 
2763
- #: includes/elementor/class-auxin-elementor-core-elements.php:612
2764
  msgid "%s - Portfolio"
2765
  msgstr ""
2766
 
2767
- #: includes/elementor/class-auxin-elementor-core-elements.php:686
2768
- #: includes/elementor/class-auxin-elementor-core-elements.php:710
2769
  #. translators: 1: Plugin name 2: PHP 3: Required PHP version
2770
  msgid "\"%1$s\" requires \"%2$s\" version %3$s or greater."
2771
  msgstr ""
2772
 
2773
- #: includes/elementor/class-auxin-elementor-core-elements.php:688
2774
  msgid "Elementor"
2775
  msgstr ""
2776
 
2777
- #: includes/elementor/class-auxin-elementor-core-elements.php:712
2778
  #: includes/elements/code.php:82
2779
  msgid "PHP"
2780
  msgstr ""
2781
 
2782
- #: includes/elementor/class-auxin-elementor-core-elements.php:769
2783
  msgid "Phlox Icons - Set 1"
2784
  msgstr ""
2785
 
2786
- #: includes/elementor/class-auxin-elementor-core-elements.php:791
2787
  msgid "Phlox Icons - Set 2"
2788
  msgstr ""
2789
 
@@ -2953,11 +2960,11 @@ msgstr ""
2953
  #: includes/elementor/widgets/icon.php:178
2954
  #: includes/elementor/widgets/image.php:327
2955
  #: includes/elementor/widgets/modern-button.php:192
2956
- #: includes/elementor/widgets/modern-button.php:807
2957
  #: includes/elementor/widgets/quote.php:173
2958
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1664
2959
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1777
2960
- #: includes/elementor/widgets/recent-posts-masonry.php:1163
2961
  #: includes/elementor/widgets/recent-posts-timeline.php:138
2962
  #: includes/elementor/widgets/responsive-table.php:145
2963
  #: includes/elementor/widgets/responsive-table.php:212
@@ -2975,6 +2982,7 @@ msgstr ""
2975
  #: includes/elementor/widgets/theme-elements/menu.php:282
2976
  #: includes/elementor/widgets/theme-elements/menu.php:336
2977
  #: includes/elementor/widgets/theme-elements/menu.php:1354
 
2978
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:203
2979
  #: includes/elementor/widgets/theme-elements/site-title.php:196
2980
  #: includes/elements/button.php:187 includes/elements/image.php:152
@@ -3150,9 +3158,9 @@ msgid "Author Meta"
3150
  msgstr ""
3151
 
3152
  #: includes/elementor/modules/dynamic-tags/author-name.php:18
3153
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:612
3154
- #: includes/elementor/widgets/recent-posts-land-style.php:307
3155
- #: includes/elementor/widgets/recent-posts-masonry.php:386
3156
  #: includes/elementor/widgets/recent-posts-timeline.php:315
3157
  #: includes/elements/recent-posts-grid-carousel.php:448
3158
  #: includes/elements/recent-posts-land-style.php:372
@@ -3212,10 +3220,11 @@ msgstr ""
3212
  #: includes/elementor/widgets/heading-modern.php:271
3213
  #: includes/elementor/widgets/icon.php:154
3214
  #: includes/elementor/widgets/modern-button.php:210
3215
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:743
3216
  #: includes/elementor/widgets/text.php:322
3217
  #: includes/elementor/widgets/theme-elements/logo.php:182
3218
  #: includes/elementor/widgets/theme-elements/logo.php:196
 
3219
  #: includes/elementor/widgets/theme-elements/site-title.php:212
3220
  #: includes/elements/custom-list.php:106 includes/elements/text.php:843
3221
  msgid "Link"
@@ -3229,12 +3238,12 @@ msgstr ""
3229
  #: includes/elementor/widgets/gallery.php:305
3230
  #: includes/elementor/widgets/image.php:302
3231
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:235
3232
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:613
3233
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:879
3234
- #: includes/elementor/widgets/recent-posts-land-style.php:308
3235
- #: includes/elementor/widgets/recent-posts-land-style.php:494
3236
- #: includes/elementor/widgets/recent-posts-masonry.php:387
3237
- #: includes/elementor/widgets/recent-posts-masonry.php:590
3238
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:205
3239
  #: includes/elementor/widgets/recent-posts-tiles.php:387
3240
  #: includes/elementor/widgets/recent-posts-timeline.php:316
@@ -3279,7 +3288,7 @@ msgstr ""
3279
  #: includes/elementor/modules/dynamic-tags/post-time.php:34
3280
  #: includes/elementor/modules/dynamic-tags/request-parameter.php:66
3281
  #: includes/elementor/widgets/accordion.php:145
3282
- #: includes/elementor/widgets/modern-button.php:277
3283
  #: includes/elementor/widgets/svg.php:107
3284
  #: includes/elementor/widgets/text.php:112
3285
  #: includes/elementor/widgets/theme-elements/logo.php:135
@@ -3292,6 +3301,7 @@ msgstr ""
3292
 
3293
  #: includes/elementor/modules/dynamic-tags/contact-url.php:37
3294
  #: includes/elementor/modules/theme-builder/module.php:117
 
3295
  msgid "Select"
3296
  msgstr ""
3297
 
@@ -3399,25 +3409,26 @@ msgstr ""
3399
  #: includes/elementor/widgets/products-grid.php:239
3400
  #: includes/elementor/widgets/products-grid.php:390
3401
  #: includes/elementor/widgets/recent-comments.php:171
3402
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:781
3403
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1028
3404
- #: includes/elementor/widgets/recent-posts-land-style.php:414
3405
- #: includes/elementor/widgets/recent-posts-land-style.php:585
3406
- #: includes/elementor/widgets/recent-posts-masonry.php:510
3407
- #: includes/elementor/widgets/recent-posts-masonry.php:701
3408
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:405
3409
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:475
3410
  #: includes/elementor/widgets/recent-posts-tiles.php:307
3411
  #: includes/elementor/widgets/recent-posts-tiles.php:416
3412
  #: includes/elementor/widgets/recent-posts-timeline.php:439
3413
  #: includes/elementor/widgets/recent-posts-timeline.php:598
3414
- #: includes/elementor/widgets/recent-products.php:384
3415
- #: includes/elementor/widgets/recent-products.php:543
3416
  #: includes/elementor/widgets/staff.php:452
3417
  #: includes/elementor/widgets/tabs.php:373
3418
  #: includes/elementor/widgets/text.php:233
3419
  #: includes/elementor/widgets/text.php:687
3420
  #: includes/elementor/widgets/theme-elements/logo.php:454
 
3421
  #: includes/elementor/widgets/theme-elements/site-title.php:94
3422
  #: includes/elementor/widgets/touch-slider.php:332
3423
  #: includes/elements/about-widget.php:43
@@ -3483,7 +3494,7 @@ msgstr ""
3483
  #: includes/elementor/widgets/carousel-navigation.php:105
3484
  #: includes/elementor/widgets/divider.php:148
3485
  #: includes/elementor/widgets/mailchimp.php:137
3486
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:927
3487
  #: includes/elementor/widgets/theme-elements/current-time.php:109
3488
  #: includes/elementor/widgets/theme-elements/menu.php:1000
3489
  #: includes/elements/image.php:98 includes/elements/staff.php:113
@@ -3778,13 +3789,13 @@ msgstr ""
3778
  #: includes/elementor/modules/dynamic-tags/user-info.php:76
3779
  #: includes/elementor/widgets/gallery.php:304
3780
  #: includes/elementor/widgets/products-grid.php:240
3781
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:782
3782
- #: includes/elementor/widgets/recent-posts-land-style.php:415
3783
- #: includes/elementor/widgets/recent-posts-masonry.php:511
3784
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:406
3785
  #: includes/elementor/widgets/recent-posts-tiles.php:308
3786
  #: includes/elementor/widgets/recent-posts-timeline.php:440
3787
- #: includes/elementor/widgets/recent-products.php:385
3788
  #: includes/elements/gallery.php:196
3789
  #: includes/elements/latest-posts-slider.php:139
3790
  #: includes/elements/popular-posts-widget.php:200
@@ -3836,13 +3847,13 @@ msgstr ""
3836
  #: includes/elementor/modules/query-control/controls/group-control-query.php:169
3837
  #: includes/elementor/modules/query-control/controls/group-control-query.php:225
3838
  #: includes/elementor/widgets/products-grid.php:244
3839
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:786
3840
- #: includes/elementor/widgets/recent-posts-land-style.php:419
3841
- #: includes/elementor/widgets/recent-posts-masonry.php:515
3842
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:410
3843
  #: includes/elementor/widgets/recent-posts-tiles.php:312
3844
  #: includes/elementor/widgets/recent-posts-timeline.php:444
3845
- #: includes/elementor/widgets/recent-products.php:389
3846
  #: includes/elements/latest-posts-slider.php:143
3847
  #: includes/elements/popular-posts-widget.php:204
3848
  #: includes/elements/recent-posts-grid-carousel.php:190
@@ -3924,13 +3935,13 @@ msgstr ""
3924
  #: includes/elementor/modules/query-control/controls/group-control-query.php:276
3925
  #: includes/elementor/modules/query-control/controls/group-control-query.php:345
3926
  #: includes/elementor/widgets/products-grid.php:237
3927
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:779
3928
- #: includes/elementor/widgets/recent-posts-land-style.php:412
3929
- #: includes/elementor/widgets/recent-posts-masonry.php:508
3930
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:403
3931
  #: includes/elementor/widgets/recent-posts-tiles.php:305
3932
  #: includes/elementor/widgets/recent-posts-timeline.php:437
3933
- #: includes/elementor/widgets/recent-products.php:382
3934
  #: includes/elements/gallery.php:195
3935
  #: includes/elements/latest-posts-slider.php:136
3936
  #: includes/elements/popular-posts-widget.php:197
@@ -3999,13 +4010,13 @@ msgstr ""
3999
  #: includes/elementor/modules/query-control/controls/group-control-query.php:347
4000
  #: includes/elementor/widgets/gallery.php:302
4001
  #: includes/elementor/widgets/products-grid.php:238
4002
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:780
4003
- #: includes/elementor/widgets/recent-posts-land-style.php:413
4004
- #: includes/elementor/widgets/recent-posts-masonry.php:509
4005
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:404
4006
  #: includes/elementor/widgets/recent-posts-tiles.php:306
4007
  #: includes/elementor/widgets/recent-posts-timeline.php:438
4008
- #: includes/elementor/widgets/recent-products.php:383
4009
  #: includes/elements/gallery.php:194
4010
  #: includes/elements/latest-posts-slider.php:137
4011
  #: includes/elements/popular-posts-widget.php:198
@@ -4024,13 +4035,13 @@ msgstr ""
4024
 
4025
  #: includes/elementor/modules/query-control/controls/group-control-query.php:348
4026
  #: includes/elementor/widgets/products-grid.php:241
4027
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:783
4028
- #: includes/elementor/widgets/recent-posts-land-style.php:416
4029
- #: includes/elementor/widgets/recent-posts-masonry.php:512
4030
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:407
4031
  #: includes/elementor/widgets/recent-posts-tiles.php:309
4032
  #: includes/elementor/widgets/recent-posts-timeline.php:441
4033
- #: includes/elementor/widgets/recent-products.php:386
4034
  #: includes/elements/latest-posts-slider.php:140
4035
  #: includes/elements/popular-posts-widget.php:201
4036
  #: includes/elements/recent-posts-grid-carousel.php:187
@@ -4049,13 +4060,13 @@ msgstr ""
4049
  #: includes/elementor/modules/query-control/controls/group-control-query.php:356
4050
  #: includes/elementor/widgets/gallery.php:282
4051
  #: includes/elementor/widgets/products-grid.php:253
4052
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:798
4053
- #: includes/elementor/widgets/recent-posts-land-style.php:428
4054
- #: includes/elementor/widgets/recent-posts-masonry.php:524
4055
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:419
4056
  #: includes/elementor/widgets/recent-posts-tiles.php:321
4057
  #: includes/elementor/widgets/recent-posts-timeline.php:453
4058
- #: includes/elementor/widgets/recent-products.php:398
4059
  #: includes/elements/gallery.php:167
4060
  #: includes/elements/popular-posts-widget.php:213
4061
  #: includes/elements/recent-posts-grid-carousel.php:200
@@ -4272,10 +4283,10 @@ msgstr ""
4272
  #: includes/elementor/widgets/heading-modern.php:926
4273
  #: includes/elementor/widgets/heading-modern.php:1002
4274
  #: includes/elementor/widgets/heading-modern.php:1116
4275
- #: includes/elementor/widgets/modern-button.php:658
4276
- #: includes/elementor/widgets/modern-button.php:770
4277
- #: includes/elementor/widgets/modern-button.php:876
4278
- #: includes/elementor/widgets/modern-button.php:975
4279
  #: includes/elementor/widgets/quote.php:288
4280
  #: includes/elementor/widgets/tabs.php:480
4281
  #: includes/elementor/widgets/theme-elements/breadcrumbs.php:240
@@ -4288,6 +4299,7 @@ msgstr ""
4288
  #: includes/elementor/widgets/theme-elements/modern-search.php:869
4289
  #: includes/elementor/widgets/theme-elements/search.php:318
4290
  #: includes/elementor/widgets/theme-elements/search.php:428
 
4291
  #: includes/elementor/widgets/theme-elements/site-title.php:334
4292
  #: includes/elementor/widgets/theme-elements/site-title.php:400
4293
  #: includes/elementor/widgets/theme-elements/site-title.php:466
@@ -4309,15 +4321,15 @@ msgstr ""
4309
  #: includes/elementor/widgets/icon.php:360
4310
  #: includes/elementor/widgets/mailchimp.php:298
4311
  #: includes/elementor/widgets/mailchimp.php:544
4312
- #: includes/elementor/widgets/modern-button.php:391
4313
- #: includes/elementor/widgets/modern-button.php:444
4314
- #: includes/elementor/widgets/modern-button.php:900
4315
- #: includes/elementor/widgets/modern-button.php:999
4316
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:957
4317
- #: includes/elementor/widgets/recent-posts-land-style.php:552
4318
- #: includes/elementor/widgets/recent-posts-masonry.php:630
4319
  #: includes/elementor/widgets/recent-posts-timeline.php:577
4320
- #: includes/elementor/widgets/recent-products.php:522
4321
  #: includes/elementor/widgets/tabs.php:235
4322
  #: includes/elementor/widgets/tabs.php:493
4323
  #: includes/elementor/widgets/text.php:1484
@@ -4360,12 +4372,12 @@ msgstr ""
4360
  #: includes/elementor/widgets/image.php:499
4361
  #: includes/elementor/widgets/mailchimp.php:326
4362
  #: includes/elementor/widgets/mailchimp.php:571
4363
- #: includes/elementor/widgets/modern-button.php:294
4364
- #: includes/elementor/widgets/modern-button.php:354
4365
- #: includes/elementor/widgets/modern-button.php:479
4366
- #: includes/elementor/widgets/modern-button.php:579
4367
- #: includes/elementor/widgets/modern-button.php:691
4368
- #: includes/elementor/widgets/modern-button.php:817
4369
  #: includes/elementor/widgets/products-grid.php:400
4370
  #: includes/elementor/widgets/products-grid.php:467
4371
  #: includes/elementor/widgets/products-grid.php:536
@@ -4376,23 +4388,23 @@ msgstr ""
4376
  #: includes/elementor/widgets/products-grid.php:988
4377
  #: includes/elementor/widgets/recent-comments.php:181
4378
  #: includes/elementor/widgets/recent-comments.php:264
4379
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:974
4380
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1041
4381
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1145
4382
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1332
4383
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1447
4384
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1566
4385
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1697
4386
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1820
4387
- #: includes/elementor/widgets/recent-posts-land-style.php:598
4388
- #: includes/elementor/widgets/recent-posts-land-style.php:702
4389
- #: includes/elementor/widgets/recent-posts-land-style.php:885
4390
- #: includes/elementor/widgets/recent-posts-masonry.php:647
4391
- #: includes/elementor/widgets/recent-posts-masonry.php:714
4392
- #: includes/elementor/widgets/recent-posts-masonry.php:818
4393
- #: includes/elementor/widgets/recent-posts-masonry.php:1001
4394
- #: includes/elementor/widgets/recent-posts-masonry.php:1083
4395
- #: includes/elementor/widgets/recent-posts-masonry.php:1218
4396
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:488
4397
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:592
4398
  #: includes/elementor/widgets/recent-posts-tiles.php:429
@@ -4400,7 +4412,7 @@ msgstr ""
4400
  #: includes/elementor/widgets/recent-posts-timeline.php:611
4401
  #: includes/elementor/widgets/recent-posts-timeline.php:715
4402
  #: includes/elementor/widgets/recent-posts-timeline.php:898
4403
- #: includes/elementor/widgets/recent-products.php:618
4404
  #: includes/elementor/widgets/staff.php:465
4405
  #: includes/elementor/widgets/staff.php:712
4406
  #: includes/elementor/widgets/svg.php:320
@@ -4430,6 +4442,8 @@ msgstr ""
4430
  #: includes/elementor/widgets/theme-elements/modern-search.php:246
4431
  #: includes/elementor/widgets/theme-elements/modern-search.php:353
4432
  #: includes/elementor/widgets/theme-elements/modern-search.php:444
 
 
4433
  #: includes/elements/button.php:118 includes/elements/text.php:738
4434
  #: includes/general-hooks.php:766 includes/general-hooks.php:1178
4435
  msgid "Normal"
@@ -4442,7 +4456,7 @@ msgstr ""
4442
  #: includes/elementor/widgets/accordion.php:458
4443
  #: includes/elementor/widgets/accordion.php:496
4444
  #: includes/elementor/widgets/image.php:650
4445
- #: includes/elementor/widgets/recent-posts-land-style.php:568
4446
  #: includes/elementor/widgets/tabs.php:259
4447
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:280
4448
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:470
@@ -4507,15 +4521,15 @@ msgstr ""
4507
  #: includes/elementor/widgets/icon.php:311
4508
  #: includes/elementor/widgets/mailchimp.php:310
4509
  #: includes/elementor/widgets/mailchimp.php:556
4510
- #: includes/elementor/widgets/modern-button.php:379
4511
- #: includes/elementor/widgets/modern-button.php:432
4512
- #: includes/elementor/widgets/modern-button.php:888
4513
- #: includes/elementor/widgets/modern-button.php:987
4514
  #: includes/elementor/widgets/products-grid.php:721
4515
  #: includes/elementor/widgets/products-grid.php:858
4516
  #: includes/elementor/widgets/products-grid.php:949
4517
  #: includes/elementor/widgets/quote.php:333
4518
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1403
4519
  #: includes/elementor/widgets/staff.php:810
4520
  #: includes/elementor/widgets/tabs.php:210
4521
  #: includes/elementor/widgets/tabs.php:467
@@ -4535,6 +4549,7 @@ msgstr ""
4535
  #: includes/elementor/widgets/theme-elements/modern-search.php:640
4536
  #: includes/elementor/widgets/theme-elements/search.php:330
4537
  #: includes/elementor/widgets/theme-elements/search.php:416
 
4538
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:336
4539
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:438
4540
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:503
@@ -4584,14 +4599,14 @@ msgstr ""
4584
  #: includes/elementor/widgets/mailchimp.php:423
4585
  #: includes/elementor/widgets/mailchimp.php:578
4586
  #: includes/elementor/widgets/mailchimp.php:616
4587
- #: includes/elementor/widgets/modern-button.php:495
4588
- #: includes/elementor/widgets/modern-button.php:534
4589
- #: includes/elementor/widgets/modern-button.php:595
4590
- #: includes/elementor/widgets/modern-button.php:634
4591
- #: includes/elementor/widgets/modern-button.php:707
4592
- #: includes/elementor/widgets/modern-button.php:746
4593
- #: includes/elementor/widgets/modern-button.php:847
4594
- #: includes/elementor/widgets/modern-button.php:946
4595
  #: includes/elementor/widgets/products-grid.php:407
4596
  #: includes/elementor/widgets/products-grid.php:427
4597
  #: includes/elementor/widgets/products-grid.php:474
@@ -4612,31 +4627,31 @@ msgstr ""
4612
  #: includes/elementor/widgets/recent-comments.php:208
4613
  #: includes/elementor/widgets/recent-comments.php:271
4614
  #: includes/elementor/widgets/recent-comments.php:291
4615
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1051
4616
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1077
4617
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1155
4618
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1181
4619
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1267
4620
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1454
4621
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1474
4622
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1845
4623
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1901
4624
- #: includes/elementor/widgets/recent-posts-land-style.php:608
4625
- #: includes/elementor/widgets/recent-posts-land-style.php:634
4626
- #: includes/elementor/widgets/recent-posts-land-style.php:712
4627
- #: includes/elementor/widgets/recent-posts-land-style.php:738
4628
- #: includes/elementor/widgets/recent-posts-land-style.php:824
4629
- #: includes/elementor/widgets/recent-posts-land-style.php:892
4630
- #: includes/elementor/widgets/recent-posts-land-style.php:912
4631
- #: includes/elementor/widgets/recent-posts-masonry.php:724
4632
- #: includes/elementor/widgets/recent-posts-masonry.php:750
4633
- #: includes/elementor/widgets/recent-posts-masonry.php:828
4634
- #: includes/elementor/widgets/recent-posts-masonry.php:854
4635
- #: includes/elementor/widgets/recent-posts-masonry.php:940
4636
- #: includes/elementor/widgets/recent-posts-masonry.php:1008
4637
- #: includes/elementor/widgets/recent-posts-masonry.php:1028
4638
- #: includes/elementor/widgets/recent-posts-masonry.php:1243
4639
- #: includes/elementor/widgets/recent-posts-masonry.php:1299
4640
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:498
4641
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:524
4642
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:602
@@ -4652,9 +4667,9 @@ msgstr ""
4652
  #: includes/elementor/widgets/recent-posts-timeline.php:837
4653
  #: includes/elementor/widgets/recent-posts-timeline.php:905
4654
  #: includes/elementor/widgets/recent-posts-timeline.php:925
4655
- #: includes/elementor/widgets/recent-products.php:554
4656
- #: includes/elementor/widgets/recent-products.php:628
4657
- #: includes/elementor/widgets/recent-products.php:654
4658
  #: includes/elementor/widgets/responsive-table.php:179
4659
  #: includes/elementor/widgets/responsive-table.php:246
4660
  #: includes/elementor/widgets/responsive-table.php:276
@@ -4715,7 +4730,7 @@ msgid "Audio Player"
4715
  msgstr ""
4716
 
4717
  #: includes/elementor/widgets/audio.php:95
4718
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:746
4719
  #: includes/elements/audio.php:15
4720
  msgid "Audio"
4721
  msgstr ""
@@ -4756,8 +4771,8 @@ msgstr ""
4756
  #: includes/elementor/widgets/image.php:345
4757
  #: includes/elementor/widgets/image.php:385
4758
  #: includes/elementor/widgets/image.php:399
4759
- #: includes/elementor/widgets/modern-button.php:226
4760
- #: includes/elementor/widgets/modern-button.php:238
4761
  #: includes/elementor/widgets/products-grid.php:223
4762
  #: includes/elementor/widgets/quote.php:221
4763
  #: includes/elementor/widgets/recent-comments.php:155
@@ -4770,48 +4785,48 @@ msgstr ""
4770
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:449
4771
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:461
4772
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:490
4773
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:505
4774
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:517
4775
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:533
4776
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:545
4777
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:557
4778
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:569
4779
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:582
4780
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:625
4781
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:669
4782
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:708
4783
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:723
4784
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:760
 
4785
  #: includes/elementor/widgets/recent-posts-land-style.php:128
4786
  #: includes/elementor/widgets/recent-posts-land-style.php:140
4787
  #: includes/elementor/widgets/recent-posts-land-style.php:182
4788
  #: includes/elementor/widgets/recent-posts-land-style.php:194
4789
  #: includes/elementor/widgets/recent-posts-land-style.php:207
4790
  #: includes/elementor/widgets/recent-posts-land-style.php:222
4791
- #: includes/elementor/widgets/recent-posts-land-style.php:237
4792
- #: includes/elementor/widgets/recent-posts-land-style.php:252
4793
- #: includes/elementor/widgets/recent-posts-land-style.php:264
4794
- #: includes/elementor/widgets/recent-posts-land-style.php:277
4795
- #: includes/elementor/widgets/recent-posts-land-style.php:319
4796
- #: includes/elementor/widgets/recent-posts-land-style.php:371
4797
- #: includes/elementor/widgets/recent-posts-land-style.php:383
4798
- #: includes/elementor/widgets/recent-posts-land-style.php:395
4799
  #: includes/elementor/widgets/recent-posts-masonry.php:179
4800
  #: includes/elementor/widgets/recent-posts-masonry.php:192
4801
  #: includes/elementor/widgets/recent-posts-masonry.php:207
4802
  #: includes/elementor/widgets/recent-posts-masonry.php:249
4803
  #: includes/elementor/widgets/recent-posts-masonry.php:261
4804
  #: includes/elementor/widgets/recent-posts-masonry.php:289
4805
- #: includes/elementor/widgets/recent-posts-masonry.php:304
4806
- #: includes/elementor/widgets/recent-posts-masonry.php:319
4807
- #: includes/elementor/widgets/recent-posts-masonry.php:331
4808
- #: includes/elementor/widgets/recent-posts-masonry.php:343
4809
  #: includes/elementor/widgets/recent-posts-masonry.php:356
4810
- #: includes/elementor/widgets/recent-posts-masonry.php:399
4811
- #: includes/elementor/widgets/recent-posts-masonry.php:415
4812
- #: includes/elementor/widgets/recent-posts-masonry.php:467
4813
- #: includes/elementor/widgets/recent-posts-masonry.php:479
4814
- #: includes/elementor/widgets/recent-posts-masonry.php:491
 
4815
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:253
4816
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:265
4817
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:301
@@ -4845,8 +4860,7 @@ msgstr ""
4845
  #: includes/elementor/widgets/recent-products.php:280
4846
  #: includes/elementor/widgets/recent-products.php:292
4847
  #: includes/elementor/widgets/recent-products.php:341
4848
- #: includes/elementor/widgets/recent-products.php:353
4849
- #: includes/elementor/widgets/recent-products.php:365
4850
  #: includes/elementor/widgets/search.php:104
4851
  #: includes/elementor/widgets/search.php:116
4852
  #: includes/elementor/widgets/search.php:131
@@ -4903,8 +4917,8 @@ msgstr ""
4903
  #: includes/elementor/widgets/image.php:346
4904
  #: includes/elementor/widgets/image.php:386
4905
  #: includes/elementor/widgets/image.php:400
4906
- #: includes/elementor/widgets/modern-button.php:227
4907
- #: includes/elementor/widgets/modern-button.php:239
4908
  #: includes/elementor/widgets/products-grid.php:224
4909
  #: includes/elementor/widgets/quote.php:222
4910
  #: includes/elementor/widgets/recent-comments.php:156
@@ -4917,48 +4931,48 @@ msgstr ""
4917
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:450
4918
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:462
4919
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:491
4920
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:506
4921
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:518
4922
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:534
4923
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:546
4924
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:558
4925
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:570
4926
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:583
4927
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:626
4928
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:670
4929
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:709
4930
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:724
4931
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:761
 
4932
  #: includes/elementor/widgets/recent-posts-land-style.php:129
4933
  #: includes/elementor/widgets/recent-posts-land-style.php:141
4934
  #: includes/elementor/widgets/recent-posts-land-style.php:183
4935
  #: includes/elementor/widgets/recent-posts-land-style.php:195
4936
  #: includes/elementor/widgets/recent-posts-land-style.php:208
4937
  #: includes/elementor/widgets/recent-posts-land-style.php:223
4938
- #: includes/elementor/widgets/recent-posts-land-style.php:238
4939
- #: includes/elementor/widgets/recent-posts-land-style.php:253
4940
- #: includes/elementor/widgets/recent-posts-land-style.php:265
4941
- #: includes/elementor/widgets/recent-posts-land-style.php:278
4942
- #: includes/elementor/widgets/recent-posts-land-style.php:320
4943
- #: includes/elementor/widgets/recent-posts-land-style.php:372
4944
- #: includes/elementor/widgets/recent-posts-land-style.php:384
4945
- #: includes/elementor/widgets/recent-posts-land-style.php:396
4946
  #: includes/elementor/widgets/recent-posts-masonry.php:180
4947
  #: includes/elementor/widgets/recent-posts-masonry.php:193
4948
  #: includes/elementor/widgets/recent-posts-masonry.php:208
4949
  #: includes/elementor/widgets/recent-posts-masonry.php:250
4950
  #: includes/elementor/widgets/recent-posts-masonry.php:262
4951
  #: includes/elementor/widgets/recent-posts-masonry.php:290
4952
- #: includes/elementor/widgets/recent-posts-masonry.php:305
4953
- #: includes/elementor/widgets/recent-posts-masonry.php:320
4954
- #: includes/elementor/widgets/recent-posts-masonry.php:332
4955
- #: includes/elementor/widgets/recent-posts-masonry.php:344
4956
  #: includes/elementor/widgets/recent-posts-masonry.php:357
4957
- #: includes/elementor/widgets/recent-posts-masonry.php:400
4958
- #: includes/elementor/widgets/recent-posts-masonry.php:416
4959
- #: includes/elementor/widgets/recent-posts-masonry.php:468
4960
- #: includes/elementor/widgets/recent-posts-masonry.php:480
4961
- #: includes/elementor/widgets/recent-posts-masonry.php:492
 
4962
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:254
4963
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:266
4964
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:302
@@ -4992,8 +5006,7 @@ msgstr ""
4992
  #: includes/elementor/widgets/recent-products.php:281
4993
  #: includes/elementor/widgets/recent-products.php:293
4994
  #: includes/elementor/widgets/recent-products.php:342
4995
- #: includes/elementor/widgets/recent-products.php:354
4996
- #: includes/elementor/widgets/recent-products.php:366
4997
  #: includes/elementor/widgets/search.php:105
4998
  #: includes/elementor/widgets/search.php:117
4999
  #: includes/elementor/widgets/search.php:132
@@ -5035,7 +5048,7 @@ msgstr ""
5035
  #: includes/elementor/widgets/audio.php:150
5036
  #: includes/elementor/widgets/button.php:275
5037
  #: includes/elementor/widgets/button.php:283
5038
- #: includes/elementor/widgets/modern-button.php:320
5039
  #: includes/elementor/widgets/tabs.php:149
5040
  #: includes/elementor/widgets/text.php:1064
5041
  #: includes/elementor/widgets/theme-elements/menu.php:616
@@ -5095,13 +5108,13 @@ msgstr ""
5095
 
5096
  #: includes/elementor/widgets/before-after.php:155
5097
  #: includes/elementor/widgets/products-grid.php:293
5098
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:850
5099
- #: includes/elementor/widgets/recent-posts-land-style.php:468
5100
- #: includes/elementor/widgets/recent-posts-masonry.php:564
5101
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:459
5102
  #: includes/elementor/widgets/recent-posts-tiles.php:361
5103
  #: includes/elementor/widgets/recent-posts-timeline.php:493
5104
- #: includes/elementor/widgets/recent-products.php:438
5105
  #: includes/elements/before-after.php:83
5106
  #: includes/elements/latest-posts-slider.php:116
5107
  #: includes/elements/recent-posts-grid-carousel.php:260
@@ -5148,7 +5161,7 @@ msgstr ""
5148
  #: includes/elementor/widgets/button.php:52
5149
  #: includes/elementor/widgets/button.php:100
5150
  #: includes/elementor/widgets/modern-button.php:101
5151
- #: includes/elementor/widgets/modern-button.php:269
5152
  #: includes/elementor/widgets/products-grid.php:978
5153
  #: includes/elementor/widgets/text.php:279
5154
  #: includes/elementor/widgets/text.php:1028
@@ -5180,14 +5193,14 @@ msgid "If you want to link your button."
5180
  msgstr ""
5181
 
5182
  #: includes/elementor/widgets/button.php:130
5183
- #: includes/elementor/widgets/modern-button.php:223
5184
  msgid "Open Video in Lightbox"
5185
  msgstr ""
5186
 
5187
  #: includes/elementor/widgets/button.php:148
5188
  #: includes/elementor/widgets/heading-modern.php:1049
5189
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1532
5190
- #: includes/elementor/widgets/recent-posts-masonry.php:1073
5191
  #: includes/elementor/widgets/text.php:1429
5192
  msgid "Wrapper"
5193
  msgstr ""
@@ -5198,7 +5211,7 @@ msgid "Button size"
5198
  msgstr ""
5199
 
5200
  #: includes/elementor/widgets/button.php:160
5201
- #: includes/elementor/widgets/modern-button.php:308
5202
  #: includes/elementor/widgets/text.php:1043 includes/elements/button.php:63
5203
  #: includes/elements/text.php:674 includes/general-hooks.php:698
5204
  #: includes/general-hooks.php:1110
@@ -5207,7 +5220,7 @@ msgstr ""
5207
 
5208
  #: includes/elementor/widgets/button.php:164
5209
  #: includes/elementor/widgets/divider.php:147
5210
- #: includes/elementor/widgets/modern-button.php:312
5211
  #: includes/elementor/widgets/text.php:1047 includes/elements/button.php:67
5212
  #: includes/elements/divider.php:91 includes/elements/text.php:678
5213
  #: includes/general-hooks.php:702 includes/general-hooks.php:1114
@@ -5230,7 +5243,7 @@ msgid "Box"
5230
  msgstr ""
5231
 
5232
  #: includes/elementor/widgets/button.php:192
5233
- #: includes/elementor/widgets/modern-button.php:295
5234
  #: includes/elementor/widgets/text.php:1372 includes/elements/button.php:95
5235
  #: includes/elements/text.php:712 includes/general-hooks.php:733
5236
  #: includes/general-hooks.php:1145
@@ -5238,7 +5251,7 @@ msgid "Round"
5238
  msgstr ""
5239
 
5240
  #: includes/elementor/widgets/button.php:196
5241
- #: includes/elementor/widgets/modern-button.php:296
5242
  #: includes/elementor/widgets/text.php:1376 includes/elements/button.php:99
5243
  #: includes/elements/text.php:716 includes/general-hooks.php:737
5244
  #: includes/general-hooks.php:1149
@@ -5258,7 +5271,7 @@ msgid "3D"
5258
  msgstr ""
5259
 
5260
  #: includes/elementor/widgets/button.php:219
5261
- #: includes/elementor/widgets/modern-button.php:282
5262
  #: includes/elementor/widgets/text.php:1400 includes/elements/button.php:126
5263
  #: includes/elements/text.php:746 includes/general-hooks.php:774
5264
  #: includes/general-hooks.php:1186
@@ -5267,9 +5280,9 @@ msgstr ""
5267
 
5268
  #: includes/elementor/widgets/button.php:230
5269
  #: includes/elementor/widgets/carousel-navigation.php:164
5270
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1651
5271
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1764
5272
- #: includes/elementor/widgets/recent-posts-masonry.php:1150
5273
  #: includes/elementor/widgets/theme-elements/current-time.php:131
5274
  msgid "Align"
5275
  msgstr ""
@@ -5279,26 +5292,26 @@ msgstr ""
5279
  #: includes/elementor/widgets/carousel-navigation.php:292
5280
  #: includes/elementor/widgets/carousel-navigation.php:399
5281
  #: includes/elementor/widgets/heading-modern.php:960
5282
- #: includes/elementor/widgets/modern-button.php:362
5283
- #: includes/elementor/widgets/modern-button.php:415
5284
- #: includes/elementor/widgets/modern-button.php:859
5285
- #: includes/elementor/widgets/modern-button.php:958
5286
  #: includes/elementor/widgets/products-grid.php:871
5287
  #: includes/elementor/widgets/products-grid.php:962
5288
  #: includes/elementor/widgets/products-grid.php:996
5289
  #: includes/elementor/widgets/products-grid.php:1052
5290
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1340
5291
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1370
5292
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1574
5293
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1612
5294
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1705
5295
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1743
5296
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1828
5297
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1884
5298
- #: includes/elementor/widgets/recent-posts-masonry.php:1091
5299
- #: includes/elementor/widgets/recent-posts-masonry.php:1129
5300
- #: includes/elementor/widgets/recent-posts-masonry.php:1226
5301
- #: includes/elementor/widgets/recent-posts-masonry.php:1282
5302
  #: includes/elementor/widgets/testimonial.php:895
5303
  #: includes/elementor/widgets/testimonial.php:931
5304
  #: includes/elementor/widgets/text.php:384
@@ -5328,7 +5341,7 @@ msgstr ""
5328
  #: includes/elementor/widgets/icon.php:107
5329
  #: includes/elementor/widgets/icon.php:114
5330
  #: includes/elementor/widgets/icon.php:194
5331
- #: includes/elementor/widgets/modern-button.php:789
5332
  #: includes/elementor/widgets/text.php:117
5333
  #: includes/elementor/widgets/text.php:127
5334
  #: includes/elementor/widgets/theme-elements/modern-search.php:106
@@ -5337,6 +5350,7 @@ msgstr ""
5337
  #: includes/elementor/widgets/theme-elements/search.php:119
5338
  #: includes/elementor/widgets/theme-elements/search.php:131
5339
  #: includes/elementor/widgets/theme-elements/search.php:178
 
5340
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:108
5341
  #: includes/elements/custom-list.php:74 includes/elements/text.php:374
5342
  #: includes/elements/text.php:386 includes/general-hooks.php:241
@@ -5359,7 +5373,7 @@ msgid "Icon alignment"
5359
  msgstr ""
5360
 
5361
  #: includes/elementor/widgets/button.php:380
5362
- #: includes/elementor/widgets/modern-button.php:804
5363
  #: includes/elementor/widgets/text.php:1152 includes/elements/button.php:191
5364
  #: includes/elements/text.php:809 includes/general-hooks.php:859
5365
  #: includes/general-hooks.php:1271
@@ -5396,11 +5410,11 @@ msgstr ""
5396
  #: includes/elementor/widgets/custom-list.php:765
5397
  #: includes/elementor/widgets/image.php:198
5398
  #: includes/elementor/widgets/modern-button.php:108
5399
- #: includes/elementor/widgets/modern-button.php:468
5400
  #: includes/elementor/widgets/quote.php:98
5401
  #: includes/elementor/widgets/quote.php:148
5402
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1349
5403
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1379
5404
  #: includes/elementor/widgets/theme-elements/breadcrumbs.php:287
5405
  #: includes/elementor/widgets/theme-elements/current-time.php:163
5406
  #: includes/elementor/widgets/theme-elements/modern-search.php:118
@@ -5418,18 +5432,18 @@ msgstr ""
5418
  #: includes/elementor/widgets/heading-modern.php:745
5419
  #: includes/elementor/widgets/heading-modern.php:783
5420
  #: includes/elementor/widgets/image.php:680
5421
- #: includes/elementor/widgets/modern-button.php:508
5422
- #: includes/elementor/widgets/modern-button.php:546
5423
- #: includes/elementor/widgets/modern-button.php:608
5424
- #: includes/elementor/widgets/modern-button.php:646
5425
- #: includes/elementor/widgets/modern-button.php:720
5426
- #: includes/elementor/widgets/modern-button.php:758
5427
  #: includes/elementor/widgets/products-grid.php:1025
5428
  #: includes/elementor/widgets/products-grid.php:1081
5429
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1857
5430
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1913
5431
- #: includes/elementor/widgets/recent-posts-masonry.php:1255
5432
- #: includes/elementor/widgets/recent-posts-masonry.php:1311
5433
  #: includes/elementor/widgets/text.php:762
5434
  #: includes/elementor/widgets/text.php:858
5435
  #: includes/elementor/widgets/text.php:969
@@ -5472,9 +5486,9 @@ msgid "Previous Button"
5472
  msgstr ""
5473
 
5474
  #: includes/elementor/widgets/carousel-navigation.php:128
5475
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:887
5476
- #: includes/elementor/widgets/recent-posts-land-style.php:502
5477
- #: includes/elementor/widgets/recent-posts-masonry.php:598
5478
  #: includes/elementor/widgets/recent-posts-tiles.php:395
5479
  #: includes/elementor/widgets/recent-posts-timeline.php:527
5480
  #: includes/elements/recent-posts-grid-carousel.php:415
@@ -5513,9 +5527,9 @@ msgstr ""
5513
  #: includes/elementor/widgets/carousel-navigation.php:430
5514
  #: includes/elementor/widgets/custom-list.php:949
5515
  #: includes/elementor/widgets/icon.php:294
5516
- #: includes/elementor/widgets/modern-button.php:304
5517
- #: includes/elementor/widgets/modern-button.php:824
5518
- #: includes/elementor/widgets/modern-button.php:923
5519
  #: includes/elementor/widgets/products-grid.php:770
5520
  #: includes/elementor/widgets/testimonial.php:756
5521
  #: includes/elementor/widgets/text.php:1039
@@ -6049,13 +6063,14 @@ msgstr ""
6049
  #: includes/elementor/widgets/icon.php:166
6050
  #: includes/elementor/widgets/image.php:314
6051
  #: includes/elementor/widgets/modern-button.php:180
6052
- #: includes/elementor/widgets/modern-button.php:800
6053
  #: includes/elementor/widgets/responsive-table.php:133
6054
  #: includes/elementor/widgets/responsive-table.php:200
6055
  #: includes/elementor/widgets/svg.php:279
6056
  #: includes/elementor/widgets/theme-elements/breadcrumbs.php:427
6057
  #: includes/elementor/widgets/theme-elements/copyright.php:138
6058
  #: includes/elementor/widgets/theme-elements/logo.php:157
 
6059
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:191
6060
  #: includes/elementor/widgets/theme-elements/site-title.php:184
6061
  #: includes/elements/image.php:145
@@ -6205,10 +6220,10 @@ msgid "Image spacing"
6205
  msgstr ""
6206
 
6207
  #: includes/elementor/widgets/gallery.php:188
6208
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:919
6209
- #: includes/elementor/widgets/recent-posts-land-style.php:534
6210
  #: includes/elementor/widgets/recent-posts-timeline.php:559
6211
- #: includes/elementor/widgets/recent-products.php:504
6212
  #: includes/elements/gallery.php:292
6213
  #: includes/elements/recent-posts-grid-carousel.php:113
6214
  #: includes/elements/recent-posts-land-style.php:100
@@ -6372,14 +6387,14 @@ msgstr ""
6372
 
6373
  #: includes/elementor/widgets/heading-modern.php:245
6374
  #: includes/elementor/widgets/modern-button.php:117
6375
- #: includes/elementor/widgets/modern-button.php:565
6376
  #: includes/elements/highlight.php:18
6377
  msgid "Highlighted Text"
6378
  msgstr ""
6379
 
6380
  #: includes/elementor/widgets/heading-modern.php:258
6381
  #: includes/elementor/widgets/modern-button.php:126
6382
- #: includes/elementor/widgets/modern-button.php:677
6383
  msgid "After Text"
6384
  msgstr ""
6385
 
@@ -6415,7 +6430,7 @@ msgid "Framed"
6415
  msgstr ""
6416
 
6417
  #: includes/elementor/widgets/icon.php:137
6418
- #: includes/elementor/widgets/modern-button.php:290
6419
  msgid "Shape"
6420
  msgstr ""
6421
 
@@ -6427,6 +6442,7 @@ msgstr ""
6427
 
6428
  #: includes/elementor/widgets/icon.php:159
6429
  #: includes/elementor/widgets/theme-elements/logo.php:198
 
6430
  msgid "https://your-link.com"
6431
  msgstr ""
6432
 
@@ -6460,12 +6476,12 @@ msgstr ""
6460
  #: includes/elementor/widgets/image.php:110
6461
  #: includes/elementor/widgets/image.php:165
6462
  #: includes/elementor/widgets/image.php:418
6463
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:742
6464
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:908
6465
- #: includes/elementor/widgets/recent-posts-land-style.php:523
6466
- #: includes/elementor/widgets/recent-posts-masonry.php:619
6467
  #: includes/elementor/widgets/recent-posts-timeline.php:548
6468
- #: includes/elementor/widgets/recent-products.php:493
6469
  #: includes/elementor/widgets/staff.php:169
6470
  #: includes/elementor/widgets/staff.php:176
6471
  #: includes/elementor/widgets/svg.php:110
@@ -6621,9 +6637,9 @@ msgstr ""
6621
 
6622
  #: includes/elementor/widgets/image.php:659
6623
  #: includes/elementor/widgets/quote.php:186
6624
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1600
6625
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1731
6626
- #: includes/elementor/widgets/recent-posts-masonry.php:1117
6627
  #: includes/elementor/widgets/theme-elements/breadcrumbs.php:325
6628
  #: includes/elementor/widgets/theme-elements/modern-search.php:607
6629
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:269
@@ -6698,35 +6714,39 @@ msgstr ""
6698
  msgid "Justified"
6699
  msgstr ""
6700
 
6701
- #: includes/elementor/widgets/modern-button.php:224
 
 
 
 
6702
  msgid "To use this option, the above link option should be a video"
6703
  msgstr ""
6704
 
6705
- #: includes/elementor/widgets/modern-button.php:236
6706
  msgid "Display Icon"
6707
  msgstr ""
6708
 
6709
- #: includes/elementor/widgets/modern-button.php:326
6710
  msgid "black"
6711
  msgstr ""
6712
 
6713
- #: includes/elementor/widgets/modern-button.php:330
6714
  msgid "White"
6715
  msgstr ""
6716
 
6717
- #: includes/elementor/widgets/modern-button.php:334
6718
  msgid "Ball Blue"
6719
  msgstr ""
6720
 
6721
- #: includes/elementor/widgets/modern-button.php:338
6722
  msgid "Mikado Yellow"
6723
  msgstr ""
6724
 
6725
- #: includes/elementor/widgets/modern-button.php:342
6726
  msgid "Carmine Pink"
6727
  msgstr ""
6728
 
6729
- #: includes/elementor/widgets/modern-button.php:805
6730
  msgid "Below"
6731
  msgstr ""
6732
 
@@ -6735,9 +6755,9 @@ msgid "Products Grid"
6735
  msgstr ""
6736
 
6737
  #: includes/elementor/widgets/products-grid.php:164
6738
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:694
6739
- #: includes/elementor/widgets/recent-posts-land-style.php:357
6740
- #: includes/elementor/widgets/recent-posts-masonry.php:453
6741
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:348
6742
  #: includes/elementor/widgets/recent-posts-tiles.php:250
6743
  #: includes/elementor/widgets/recent-posts-timeline.php:382
@@ -6753,9 +6773,9 @@ msgid "Number of posts to show"
6753
  msgstr ""
6754
 
6755
  #: includes/elementor/widgets/products-grid.php:184
6756
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:660
6757
- #: includes/elementor/widgets/recent-posts-land-style.php:338
6758
- #: includes/elementor/widgets/recent-posts-masonry.php:434
6759
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:329
6760
  #: includes/elementor/widgets/recent-posts-tiles.php:231
6761
  #: includes/elementor/widgets/recent-posts-timeline.php:363
@@ -6871,9 +6891,9 @@ msgid "Deal Products"
6871
  msgstr ""
6872
 
6873
  #: includes/elementor/widgets/products-grid.php:209
6874
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:679
6875
- #: includes/elementor/widgets/recent-posts-land-style.php:345
6876
- #: includes/elementor/widgets/recent-posts-masonry.php:441
6877
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:336
6878
  #: includes/elementor/widgets/recent-posts-tiles.php:238
6879
  #: includes/elementor/widgets/recent-posts-timeline.php:370
@@ -6901,13 +6921,13 @@ msgid "Exclude products without media"
6901
  msgstr ""
6902
 
6903
  #: includes/elementor/widgets/products-grid.php:233
6904
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:775
6905
- #: includes/elementor/widgets/recent-posts-land-style.php:408
6906
- #: includes/elementor/widgets/recent-posts-masonry.php:504
6907
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:399
6908
  #: includes/elementor/widgets/recent-posts-tiles.php:301
6909
  #: includes/elementor/widgets/recent-posts-timeline.php:433
6910
- #: includes/elementor/widgets/recent-products.php:378
6911
  #: includes/elements/latest-posts-slider.php:130
6912
  #: includes/elements/popular-posts-widget.php:189
6913
  #: includes/elements/recent-posts-grid-carousel.php:175
@@ -6924,13 +6944,13 @@ msgid "Order by"
6924
  msgstr ""
6925
 
6926
  #: includes/elementor/widgets/products-grid.php:242
6927
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:784
6928
- #: includes/elementor/widgets/recent-posts-land-style.php:417
6929
- #: includes/elementor/widgets/recent-posts-masonry.php:513
6930
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:408
6931
  #: includes/elementor/widgets/recent-posts-tiles.php:310
6932
  #: includes/elementor/widgets/recent-posts-timeline.php:442
6933
- #: includes/elementor/widgets/recent-products.php:387
6934
  #: includes/elements/latest-posts-slider.php:141
6935
  #: includes/elements/popular-posts-widget.php:202
6936
  #: includes/elements/recent-posts-grid-carousel.php:188
@@ -6947,13 +6967,13 @@ msgid "Comments"
6947
  msgstr ""
6948
 
6949
  #: includes/elementor/widgets/products-grid.php:243
6950
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:785
6951
- #: includes/elementor/widgets/recent-posts-land-style.php:418
6952
- #: includes/elementor/widgets/recent-posts-masonry.php:514
6953
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:409
6954
  #: includes/elementor/widgets/recent-posts-tiles.php:311
6955
  #: includes/elementor/widgets/recent-posts-timeline.php:443
6956
- #: includes/elementor/widgets/recent-products.php:388
6957
  #: includes/elements/latest-posts-slider.php:142
6958
  #: includes/elements/popular-posts-widget.php:203
6959
  #: includes/elements/recent-posts-grid-carousel.php:189
@@ -6970,13 +6990,13 @@ msgid "Date Modified"
6970
  msgstr ""
6971
 
6972
  #: includes/elementor/widgets/products-grid.php:245
6973
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:787
6974
- #: includes/elementor/widgets/recent-posts-land-style.php:420
6975
- #: includes/elementor/widgets/recent-posts-masonry.php:516
6976
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:411
6977
  #: includes/elementor/widgets/recent-posts-tiles.php:313
6978
  #: includes/elementor/widgets/recent-posts-timeline.php:445
6979
- #: includes/elementor/widgets/recent-products.php:390
6980
  #: includes/elements/recent-posts-grid-carousel.php:191
6981
  #: includes/elements/recent-posts-land-style.php:178
6982
  #: includes/elements/recent-posts-masonry.php:158
@@ -6990,13 +7010,13 @@ msgid "Inserted Post IDs"
6990
  msgstr ""
6991
 
6992
  #: includes/elementor/widgets/products-grid.php:257
6993
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:802
6994
- #: includes/elementor/widgets/recent-posts-land-style.php:432
6995
- #: includes/elementor/widgets/recent-posts-masonry.php:528
6996
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:423
6997
  #: includes/elementor/widgets/recent-posts-tiles.php:325
6998
  #: includes/elementor/widgets/recent-posts-timeline.php:457
6999
- #: includes/elementor/widgets/recent-products.php:402
7000
  #: includes/elements/latest-posts-slider.php:160
7001
  #: includes/elements/popular-posts-widget.php:221
7002
  #: includes/elements/recent-posts-grid-carousel.php:208
@@ -7013,13 +7033,13 @@ msgid "Descending"
7013
  msgstr ""
7014
 
7015
  #: includes/elementor/widgets/products-grid.php:258
7016
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:803
7017
- #: includes/elementor/widgets/recent-posts-land-style.php:433
7018
- #: includes/elementor/widgets/recent-posts-masonry.php:529
7019
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:424
7020
  #: includes/elementor/widgets/recent-posts-tiles.php:326
7021
  #: includes/elementor/widgets/recent-posts-timeline.php:458
7022
- #: includes/elementor/widgets/recent-products.php:403
7023
  #: includes/elements/latest-posts-slider.php:161
7024
  #: includes/elements/popular-posts-widget.php:222
7025
  #: includes/elements/recent-posts-grid-carousel.php:209
@@ -7036,13 +7056,13 @@ msgid "Ascending"
7036
  msgstr ""
7037
 
7038
  #: includes/elementor/widgets/products-grid.php:266
7039
- #: includes/elementor/widgets/recent-products.php:411
7040
  #: includes/elements/recent-products.php:164
7041
  msgid "Only products"
7042
  msgstr ""
7043
 
7044
  #: includes/elementor/widgets/products-grid.php:267
7045
- #: includes/elementor/widgets/recent-products.php:412
7046
  #: includes/elements/recent-products.php:165
7047
  msgid ""
7048
  "If you intend to display ONLY specific products, you should specify the "
@@ -7051,13 +7071,13 @@ msgid ""
7051
  msgstr ""
7052
 
7053
  #: includes/elementor/widgets/products-grid.php:275
7054
- #: includes/elementor/widgets/recent-products.php:420
7055
  #: includes/elements/recent-products.php:178
7056
  msgid "Include products"
7057
  msgstr ""
7058
 
7059
  #: includes/elementor/widgets/products-grid.php:276
7060
- #: includes/elementor/widgets/recent-products.php:421
7061
  #: includes/elements/recent-products.php:179
7062
  msgid ""
7063
  "If you intend to include additional products, you should specify the "
@@ -7066,13 +7086,13 @@ msgid ""
7066
  msgstr ""
7067
 
7068
  #: includes/elementor/widgets/products-grid.php:284
7069
- #: includes/elementor/widgets/recent-products.php:429
7070
  #: includes/elements/recent-products.php:192
7071
  msgid "Exclude products"
7072
  msgstr ""
7073
 
7074
  #: includes/elementor/widgets/products-grid.php:285
7075
- #: includes/elementor/widgets/recent-products.php:430
7076
  #: includes/elements/recent-products.php:193
7077
  msgid ""
7078
  "If you intend to exclude specific products from result, you should specify "
@@ -7146,8 +7166,8 @@ msgid "Featured Badge"
7146
  msgstr ""
7147
 
7148
  #: includes/elementor/widgets/products-grid.php:1102
7149
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1934
7150
- #: includes/elementor/widgets/recent-posts-masonry.php:1332
7151
  msgid "Button Padding"
7152
  msgstr ""
7153
 
@@ -7217,19 +7237,19 @@ msgstr ""
7217
 
7218
  #: includes/elementor/widgets/recent-comments.php:232
7219
  #: includes/elementor/widgets/recent-comments.php:315
7220
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1107
7221
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1211
7222
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1293
7223
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1415
7224
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1510
7225
- #: includes/elementor/widgets/recent-posts-land-style.php:664
7226
- #: includes/elementor/widgets/recent-posts-land-style.php:768
7227
- #: includes/elementor/widgets/recent-posts-land-style.php:850
7228
- #: includes/elementor/widgets/recent-posts-land-style.php:936
7229
- #: includes/elementor/widgets/recent-posts-masonry.php:780
7230
- #: includes/elementor/widgets/recent-posts-masonry.php:884
7231
- #: includes/elementor/widgets/recent-posts-masonry.php:966
7232
- #: includes/elementor/widgets/recent-posts-masonry.php:1052
7233
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:554
7234
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:658
7235
  #: includes/elementor/widgets/recent-posts-tiles.php:495
@@ -7238,7 +7258,7 @@ msgstr ""
7238
  #: includes/elementor/widgets/recent-posts-timeline.php:781
7239
  #: includes/elementor/widgets/recent-posts-timeline.php:863
7240
  #: includes/elementor/widgets/recent-posts-timeline.php:949
7241
- #: includes/elementor/widgets/recent-products.php:684
7242
  #: includes/elementor/widgets/staff.php:550
7243
  #: includes/elementor/widgets/staff.php:612
7244
  #: includes/elementor/widgets/staff.php:674
@@ -7255,9 +7275,9 @@ msgid "Meta Info"
7255
  msgstr ""
7256
 
7257
  #: includes/elementor/widgets/recent-comments.php:331
7258
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1230
7259
- #: includes/elementor/widgets/recent-posts-land-style.php:787
7260
- #: includes/elementor/widgets/recent-posts-masonry.php:903
7261
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:677
7262
  #: includes/elementor/widgets/recent-posts-tiles.php:618
7263
  #: includes/elementor/widgets/recent-posts-timeline.php:800
@@ -7548,44 +7568,50 @@ msgid "Display Categories"
7548
  msgstr ""
7549
 
7550
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:503
 
 
 
 
 
 
7551
  msgid "Display Category Badge"
7552
  msgstr ""
7553
 
7554
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:515
7555
- #: includes/elementor/widgets/recent-posts-land-style.php:235
7556
- #: includes/elementor/widgets/recent-posts-masonry.php:302
7557
  #: includes/elements/recent-posts-grid-carousel.php:363
7558
  msgid "Display Date"
7559
  msgstr ""
7560
 
7561
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:530
7562
  #: includes/elementor/widgets/recent-posts-land-style.php:204
7563
- #: includes/elementor/widgets/recent-posts-masonry.php:396
7564
  #: includes/elementor/widgets/recent-posts-timeline.php:325
7565
  msgid "Display Author in Header"
7566
  msgstr ""
7567
 
7568
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:531
7569
  #: includes/elementor/widgets/recent-posts-land-style.php:205
7570
- #: includes/elementor/widgets/recent-posts-masonry.php:397
7571
  #: includes/elementor/widgets/recent-posts-timeline.php:326
7572
  msgid "Enable it to display author name in header"
7573
  msgstr ""
7574
 
7575
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:543
7576
- #: includes/elementor/widgets/recent-posts-masonry.php:317
7577
  #: includes/elements/recent-posts-grid-carousel.php:313
7578
  msgid "Display post content"
7579
  msgstr ""
7580
 
7581
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:555
7582
- #: includes/elementor/widgets/recent-posts-land-style.php:250
7583
  msgid "Display Comments Number"
7584
  msgstr ""
7585
 
7586
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:567
7587
- #: includes/elementor/widgets/recent-posts-land-style.php:262
7588
- #: includes/elementor/widgets/recent-posts-masonry.php:329
7589
  #: includes/elementor/widgets/recent-posts-timeline.php:258
7590
  #: includes/elements/recent-posts-grid-carousel.php:380
7591
  #: includes/elements/recent-posts-land-style.php:300
@@ -7593,9 +7619,9 @@ msgstr ""
7593
  msgid "Display like button"
7594
  msgstr ""
7595
 
7596
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:579
7597
- #: includes/elementor/widgets/recent-posts-land-style.php:274
7598
- #: includes/elementor/widgets/recent-posts-masonry.php:353
7599
  #: includes/elementor/widgets/recent-posts-timeline.php:282
7600
  #: includes/elements/popular-posts-widget.php:146
7601
  #: includes/elements/recent-posts-timeline.php:352
@@ -7603,9 +7629,9 @@ msgstr ""
7603
  msgid "Display excerpt"
7604
  msgstr ""
7605
 
7606
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:580
7607
- #: includes/elementor/widgets/recent-posts-land-style.php:275
7608
- #: includes/elementor/widgets/recent-posts-masonry.php:354
7609
  #: includes/elementor/widgets/recent-posts-timeline.php:283
7610
  #: includes/elements/popular-posts-widget.php:147
7611
  #: includes/elements/recent-posts-timeline.php:353
@@ -7613,9 +7639,9 @@ msgstr ""
7613
  msgid "Enable it to display post summary instead of full content."
7614
  msgstr ""
7615
 
7616
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:592
7617
- #: includes/elementor/widgets/recent-posts-land-style.php:287
7618
- #: includes/elementor/widgets/recent-posts-masonry.php:366
7619
  #: includes/elementor/widgets/recent-posts-timeline.php:295
7620
  #: includes/elements/popular-posts-widget.php:175
7621
  #: includes/elements/recent-posts-grid-carousel.php:425
@@ -7626,9 +7652,9 @@ msgstr ""
7626
  msgid "Excerpt length"
7627
  msgstr ""
7628
 
7629
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:593
7630
- #: includes/elementor/widgets/recent-posts-land-style.php:288
7631
- #: includes/elementor/widgets/recent-posts-masonry.php:367
7632
  #: includes/elementor/widgets/recent-posts-timeline.php:296
7633
  #: includes/elements/recent-posts-grid-carousel.php:426
7634
  #: includes/elements/recent-posts-land-style.php:346
@@ -7637,9 +7663,9 @@ msgstr ""
7637
  msgid "Specify summary content in character."
7638
  msgstr ""
7639
 
7640
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:605
7641
- #: includes/elementor/widgets/recent-posts-land-style.php:300
7642
- #: includes/elementor/widgets/recent-posts-masonry.php:379
7643
  #: includes/elementor/widgets/recent-posts-timeline.php:308
7644
  #: includes/elements/recent-posts-grid-carousel.php:439
7645
  #: includes/elements/recent-posts-land-style.php:363
@@ -7648,9 +7674,9 @@ msgstr ""
7648
  msgid "Display author or read more"
7649
  msgstr ""
7650
 
7651
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:607
7652
- #: includes/elementor/widgets/recent-posts-land-style.php:302
7653
- #: includes/elementor/widgets/recent-posts-masonry.php:381
7654
  #: includes/elementor/widgets/recent-posts-timeline.php:310
7655
  #: includes/elements/recent-posts-grid-carousel.php:440
7656
  #: includes/elements/recent-posts-land-style.php:364
@@ -7659,11 +7685,11 @@ msgstr ""
7659
  msgid "Specifies whether to show author or read more on each post."
7660
  msgstr ""
7661
 
7662
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:611
7663
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1810
7664
- #: includes/elementor/widgets/recent-posts-land-style.php:306
7665
- #: includes/elementor/widgets/recent-posts-masonry.php:385
7666
- #: includes/elementor/widgets/recent-posts-masonry.php:1208
7667
  #: includes/elementor/widgets/recent-posts-timeline.php:314
7668
  #: includes/elementor/widgets/text.php:301
7669
  #: includes/elements/recent-posts-grid-carousel.php:447
@@ -7673,31 +7699,31 @@ msgstr ""
7673
  msgid "Read More"
7674
  msgstr ""
7675
 
7676
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:622
7677
- #: includes/elementor/widgets/recent-posts-land-style.php:316
7678
- #: includes/elementor/widgets/recent-posts-masonry.php:412
7679
  #: includes/elementor/widgets/recent-posts-timeline.php:341
7680
  msgid "Display Author in Footer"
7681
  msgstr ""
7682
 
7683
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:623
7684
- #: includes/elementor/widgets/recent-posts-land-style.php:317
7685
- #: includes/elementor/widgets/recent-posts-masonry.php:413
7686
  #: includes/elementor/widgets/recent-posts-timeline.php:342
7687
  msgid "Enable it to display author name in footer"
7688
  msgstr ""
7689
 
7690
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:638
7691
  msgid "Meta info position"
7692
  msgstr ""
7693
 
7694
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:667
7695
  msgid "Use wp query"
7696
  msgstr ""
7697
 
7698
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:680
7699
- #: includes/elementor/widgets/recent-posts-land-style.php:346
7700
- #: includes/elementor/widgets/recent-posts-masonry.php:442
7701
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:337
7702
  #: includes/elementor/widgets/recent-posts-tiles.php:239
7703
  #: includes/elementor/widgets/recent-posts-timeline.php:371
@@ -7713,9 +7739,9 @@ msgstr ""
7713
  msgid "Specifies a category that you want to show posts from it."
7714
  msgstr ""
7715
 
7716
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:706
7717
- #: includes/elementor/widgets/recent-posts-land-style.php:369
7718
- #: includes/elementor/widgets/recent-posts-masonry.php:465
7719
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:360
7720
  #: includes/elementor/widgets/recent-posts-tiles.php:262
7721
  #: includes/elementor/widgets/recent-posts-timeline.php:394
@@ -7730,41 +7756,40 @@ msgstr ""
7730
  msgid "Exclude posts without media"
7731
  msgstr ""
7732
 
7733
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:721
7734
  #: includes/elements/recent-posts-timeline.php:107
7735
  msgid "Exclude all custom post formats"
7736
  msgstr ""
7737
 
7738
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:736
7739
  msgid "Include custom post formats"
7740
  msgstr ""
7741
 
7742
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:740
7743
  msgid "Aside"
7744
  msgstr ""
7745
 
7746
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:741
7747
  #: includes/elements/gallery.php:15
7748
  msgid "Gallery"
7749
  msgstr ""
7750
 
7751
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:744
7752
  #: includes/elements/quote.php:15
7753
  msgid "Quote"
7754
  msgstr ""
7755
 
7756
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:745
7757
  #: includes/elementor/widgets/video.php:94 includes/elements/video.php:15
7758
  msgid "Video"
7759
  msgstr ""
7760
 
7761
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:758
7762
- #: includes/elementor/widgets/recent-posts-land-style.php:393
7763
- #: includes/elementor/widgets/recent-posts-masonry.php:489
7764
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:384
7765
  #: includes/elementor/widgets/recent-posts-tiles.php:286
7766
  #: includes/elementor/widgets/recent-posts-timeline.php:418
7767
- #: includes/elementor/widgets/recent-products.php:363
7768
  #: includes/elements/recent-posts-grid-carousel.php:159
7769
  #: includes/elements/recent-posts-land-style.php:146
7770
  #: includes/elements/recent-posts-masonry.php:126
@@ -7774,9 +7799,9 @@ msgstr ""
7774
  msgid "Exclude quote and link post formats"
7775
  msgstr ""
7776
 
7777
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:814
7778
- #: includes/elementor/widgets/recent-posts-land-style.php:441
7779
- #: includes/elementor/widgets/recent-posts-masonry.php:537
7780
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:432
7781
  #: includes/elementor/widgets/recent-posts-tiles.php:334
7782
  #: includes/elementor/widgets/recent-posts-timeline.php:466
@@ -7789,9 +7814,9 @@ msgstr ""
7789
  msgid "Only posts"
7790
  msgstr ""
7791
 
7792
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:815
7793
- #: includes/elementor/widgets/recent-posts-land-style.php:442
7794
- #: includes/elementor/widgets/recent-posts-masonry.php:538
7795
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:433
7796
  #: includes/elementor/widgets/recent-posts-tiles.php:335
7797
  #: includes/elementor/widgets/recent-posts-timeline.php:467
@@ -7807,9 +7832,9 @@ msgid ""
7807
  "53,34,87,25)."
7808
  msgstr ""
7809
 
7810
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:826
7811
- #: includes/elementor/widgets/recent-posts-land-style.php:450
7812
- #: includes/elementor/widgets/recent-posts-masonry.php:546
7813
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:441
7814
  #: includes/elementor/widgets/recent-posts-tiles.php:343
7815
  #: includes/elementor/widgets/recent-posts-timeline.php:475
@@ -7824,9 +7849,9 @@ msgstr ""
7824
  msgid "Include posts"
7825
  msgstr ""
7826
 
7827
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:827
7828
- #: includes/elementor/widgets/recent-posts-land-style.php:451
7829
- #: includes/elementor/widgets/recent-posts-masonry.php:547
7830
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:442
7831
  #: includes/elementor/widgets/recent-posts-tiles.php:344
7832
  #: includes/elementor/widgets/recent-posts-timeline.php:476
@@ -7842,9 +7867,9 @@ msgid ""
7842
  "53,34,87,25)"
7843
  msgstr ""
7844
 
7845
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:838
7846
- #: includes/elementor/widgets/recent-posts-land-style.php:459
7847
- #: includes/elementor/widgets/recent-posts-masonry.php:555
7848
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:450
7849
  #: includes/elementor/widgets/recent-posts-tiles.php:352
7850
  #: includes/elementor/widgets/recent-posts-timeline.php:484
@@ -7858,9 +7883,9 @@ msgstr ""
7858
  msgid "Exclude posts"
7859
  msgstr ""
7860
 
7861
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:839
7862
- #: includes/elementor/widgets/recent-posts-land-style.php:460
7863
- #: includes/elementor/widgets/recent-posts-masonry.php:556
7864
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:451
7865
  #: includes/elementor/widgets/recent-posts-tiles.php:353
7866
  #: includes/elementor/widgets/recent-posts-timeline.php:485
@@ -7876,13 +7901,13 @@ msgid ""
7876
  "(eg. 53,34,87,25)"
7877
  msgstr ""
7878
 
7879
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:851
7880
- #: includes/elementor/widgets/recent-posts-land-style.php:469
7881
- #: includes/elementor/widgets/recent-posts-masonry.php:565
7882
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:460
7883
  #: includes/elementor/widgets/recent-posts-tiles.php:362
7884
  #: includes/elementor/widgets/recent-posts-timeline.php:494
7885
- #: includes/elementor/widgets/recent-products.php:439
7886
  #: includes/elements/latest-posts-slider.php:117
7887
  #: includes/elements/recent-posts-grid-carousel.php:261
7888
  #: includes/elements/recent-posts-land-style.php:248
@@ -7893,17 +7918,17 @@ msgstr ""
7893
  msgid "Number of post to displace or pass over."
7894
  msgstr ""
7895
 
7896
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:868
7897
- #: includes/elementor/widgets/recent-posts-land-style.php:483
7898
- #: includes/elementor/widgets/recent-posts-masonry.php:579
7899
  #: includes/elementor/widgets/recent-posts-tiles.php:376
7900
  #: includes/elementor/widgets/recent-posts-timeline.php:508
7901
  msgid "Paginate"
7902
  msgstr ""
7903
 
7904
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:875
7905
- #: includes/elementor/widgets/recent-posts-land-style.php:490
7906
- #: includes/elementor/widgets/recent-posts-masonry.php:586
7907
  #: includes/elementor/widgets/recent-posts-tiles.php:383
7908
  #: includes/elementor/widgets/recent-posts-timeline.php:515
7909
  #: includes/elements/recent-posts-grid-carousel.php:394
@@ -7914,9 +7939,9 @@ msgstr ""
7914
  msgid "Load More Type"
7915
  msgstr ""
7916
 
7917
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:883
7918
- #: includes/elementor/widgets/recent-posts-land-style.php:498
7919
- #: includes/elementor/widgets/recent-posts-masonry.php:594
7920
  #: includes/elementor/widgets/recent-posts-tiles.php:391
7921
  #: includes/elementor/widgets/recent-posts-timeline.php:523
7922
  #: includes/elements/recent-posts-grid-carousel.php:411
@@ -7927,9 +7952,9 @@ msgstr ""
7927
  msgid "Infinite Scroll"
7928
  msgstr ""
7929
 
7930
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:891
7931
- #: includes/elementor/widgets/recent-posts-land-style.php:506
7932
- #: includes/elementor/widgets/recent-posts-masonry.php:602
7933
  #: includes/elementor/widgets/recent-posts-tiles.php:399
7934
  #: includes/elementor/widgets/recent-posts-timeline.php:531
7935
  #: includes/elements/recent-posts-grid-carousel.php:419
@@ -7940,10 +7965,10 @@ msgstr ""
7940
  msgid "Next Prev"
7941
  msgstr ""
7942
 
7943
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:923
7944
- #: includes/elementor/widgets/recent-posts-land-style.php:538
7945
  #: includes/elementor/widgets/recent-posts-timeline.php:563
7946
- #: includes/elementor/widgets/recent-products.php:508
7947
  #: includes/elements/gallery.php:300
7948
  #: includes/elements/recent-posts-grid-carousel.php:121
7949
  #: includes/elements/recent-posts-land-style.php:108
@@ -7952,10 +7977,10 @@ msgstr ""
7952
  msgid "Horizontal 4:3"
7953
  msgstr ""
7954
 
7955
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:924
7956
- #: includes/elementor/widgets/recent-posts-land-style.php:539
7957
  #: includes/elementor/widgets/recent-posts-timeline.php:564
7958
- #: includes/elementor/widgets/recent-products.php:509
7959
  #: includes/elements/gallery.php:301
7960
  #: includes/elements/recent-posts-grid-carousel.php:122
7961
  #: includes/elements/recent-posts-land-style.php:109
@@ -7964,10 +7989,10 @@ msgstr ""
7964
  msgid "Horizontal 16:9"
7965
  msgstr ""
7966
 
7967
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:925
7968
- #: includes/elementor/widgets/recent-posts-land-style.php:540
7969
  #: includes/elementor/widgets/recent-posts-timeline.php:565
7970
- #: includes/elementor/widgets/recent-products.php:510
7971
  #: includes/elements/gallery.php:302
7972
  #: includes/elements/recent-posts-grid-carousel.php:123
7973
  #: includes/elements/recent-posts-land-style.php:110
@@ -7976,10 +8001,10 @@ msgstr ""
7976
  msgid "Square 1:1"
7977
  msgstr ""
7978
 
7979
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:926
7980
- #: includes/elementor/widgets/recent-posts-land-style.php:541
7981
  #: includes/elementor/widgets/recent-posts-timeline.php:566
7982
- #: includes/elementor/widgets/recent-products.php:511
7983
  #: includes/elements/gallery.php:303
7984
  #: includes/elements/recent-posts-grid-carousel.php:124
7985
  #: includes/elements/recent-posts-land-style.php:111
@@ -7988,61 +8013,61 @@ msgstr ""
7988
  msgid "Vertical 3:4"
7989
  msgstr ""
7990
 
7991
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:939
7992
  msgid "Custom Aspect Ratio"
7993
  msgstr ""
7994
 
7995
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1132
7996
- #: includes/elementor/widgets/recent-posts-land-style.php:689
7997
- #: includes/elementor/widgets/recent-posts-masonry.php:805
7998
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:579
7999
  #: includes/elementor/widgets/recent-posts-tiles.php:520
8000
  #: includes/elementor/widgets/recent-posts-timeline.php:702
8001
  msgid "Post Info"
8002
  msgstr ""
8003
 
8004
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1256
8005
- #: includes/elementor/widgets/recent-posts-land-style.php:813
8006
- #: includes/elementor/widgets/recent-posts-masonry.php:929
8007
  #: includes/elementor/widgets/recent-posts-timeline.php:826
8008
  msgid "Excerpt"
8009
  msgstr ""
8010
 
8011
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1319
8012
  msgid "Badge"
8013
  msgstr ""
8014
 
8015
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1437
8016
- #: includes/elementor/widgets/recent-posts-land-style.php:875
8017
- #: includes/elementor/widgets/recent-posts-masonry.php:991
8018
  #: includes/elementor/widgets/recent-posts-timeline.php:888
8019
  msgid "Meta"
8020
  msgstr ""
8021
 
8022
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1498
8023
  msgid "Padding for meta wrapper"
8024
  msgstr ""
8025
 
8026
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1540
8027
- #: includes/elementor/widgets/recent-posts-masonry.php:1178
8028
  #: includes/elementor/widgets/staff.php:894
8029
  msgid "Padding for main wrapper"
8030
  msgstr ""
8031
 
8032
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1552
8033
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1792
8034
- #: includes/elementor/widgets/recent-posts-masonry.php:1190
8035
  #: includes/elementor/widgets/staff.php:906
8036
  msgid "Padding for content wrapper"
8037
  msgstr ""
8038
 
8039
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1629
8040
  #: includes/elementor/widgets/text.php:623
8041
  #: includes/elementor/widgets/text.php:1553
8042
  msgid "Transition duration"
8043
  msgstr ""
8044
 
8045
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:1684
8046
  msgid "Flip Wrapper"
8047
  msgstr ""
8048
 
@@ -8050,12 +8075,11 @@ msgstr ""
8050
  msgid "Land Style Posts"
8051
  msgstr ""
8052
 
8053
- #: includes/elementor/widgets/recent-posts-land-style.php:381
8054
- #: includes/elementor/widgets/recent-posts-masonry.php:477
8055
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:372
8056
  #: includes/elementor/widgets/recent-posts-tiles.php:274
8057
  #: includes/elementor/widgets/recent-posts-timeline.php:406
8058
- #: includes/elementor/widgets/recent-products.php:351
8059
  #: includes/elements/recent-posts-grid-carousel.php:146
8060
  #: includes/elements/recent-posts-land-style.php:133
8061
  #: includes/elements/recent-posts-masonry.php:113
@@ -8073,7 +8097,7 @@ msgstr ""
8073
  msgid "Crop image"
8074
  msgstr ""
8075
 
8076
- #: includes/elementor/widgets/recent-posts-masonry.php:341
8077
  #: includes/elementor/widgets/recent-posts-timeline.php:270
8078
  msgid "Display Comment Number"
8079
  msgstr ""
@@ -8152,15 +8176,23 @@ msgstr ""
8152
  msgid "Display Add To Cart"
8153
  msgstr ""
8154
 
8155
- #: includes/elementor/widgets/recent-products.php:580
 
 
 
 
 
 
 
 
8156
  msgid "Spacing"
8157
  msgstr ""
8158
 
8159
- #: includes/elementor/widgets/recent-products.php:605
8160
  msgid "Category"
8161
  msgstr ""
8162
 
8163
- #: includes/elementor/widgets/recent-products.php:714
8164
  msgid "WooCommerce"
8165
  msgstr ""
8166
 
@@ -8562,6 +8594,7 @@ msgid "Icon/Image"
8562
  msgstr ""
8563
 
8564
  #: includes/elementor/widgets/text.php:422
 
8565
  msgid "Border"
8566
  msgstr ""
8567
 
@@ -9084,6 +9117,133 @@ msgstr ""
9084
  msgid "Form Background Color"
9085
  msgstr ""
9086
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9087
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:53
9088
  msgid "Shopping Cart"
9089
  msgstr ""
@@ -9534,10 +9694,6 @@ msgstr ""
9534
  msgid "Code title, leave it empty if you don`t need title."
9535
  msgstr ""
9536
 
9537
- #: includes/elements/code.php:73
9538
- msgid "Language"
9539
- msgstr ""
9540
-
9541
  #: includes/elements/code.php:79
9542
  msgid "JavaScript"
9543
  msgstr ""
@@ -11389,7 +11545,7 @@ msgstr ""
11389
  msgid "Page Not Found"
11390
  msgstr ""
11391
 
11392
- #: includes/general-functions.php:2508
11393
  msgid "Select Page"
11394
  msgstr ""
11395
 
1
  # Averta Copyright (c) {2022}
2
  msgid ""
3
  msgstr ""
4
+ "Project-Id-Version: Phlox Core Elements 2.9.5\n"
5
  "Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
6
+ "POT-Creation-Date: 2022-04-24 09:54:23+00:00\n"
7
  "MIME-Version: 1.0\n"
8
  "Content-Type: text/plain; charset=utf-8\n"
9
  "Content-Transfer-Encoding: 8bit\n"
61
  msgstr ""
62
 
63
  #: admin/includes/admin-ajax.php:262
64
+ #: includes/classes/class-auxin-welcome.php:1207
65
+ #: includes/classes/class-auxin-welcome.php:1212
66
+ #: includes/classes/class-auxin-welcome.php:1375
67
  msgid "Security Token Error!"
68
  msgstr ""
69
 
90
  msgstr ""
91
 
92
  #: admin/includes/admin-ajax.php:306 admin/includes/admin-ajax.php:321
93
+ #: includes/classes/class-auxin-demo-importer.php:191
94
  msgid "Retry"
95
  msgstr ""
96
 
97
  #: admin/includes/admin-ajax.php:317
98
+ #: includes/classes/class-auxin-demo-importer.php:115
99
+ #: includes/classes/class-auxin-demo-importer.php:158
100
+ #: includes/classes/class-auxin-demo-importer.php:193
101
+ #: includes/classes/class-auxin-welcome.php:1354
102
+ #: includes/classes/class-auxin-welcome.php:1389
103
+ #: includes/classes/class-auxin-welcome.php:1821
104
  msgid "Close"
105
  msgstr ""
106
 
308
  #: admin/includes/classes/class-auxels-system-check.php:122
309
  msgid ""
310
  "Your site cannot communicate securely with Phlox update services. <a "
311
+ "href=\"https://docs.phlox.pro/article/240-managing-license#activate-license\""
312
+ " target=\"_blank\">How to fix?</a>"
 
313
  msgstr ""
314
 
315
+ #: admin/includes/classes/class-auxels-system-check.php:132
316
  msgid "Error while trying to connect to averta servers"
317
  msgstr ""
318
 
345
  msgstr ""
346
 
347
  #: admin/includes/classes/class-auxin-notices.php:186
348
+ #: includes/classes/class-auxin-welcome.php:1873
349
+ #: includes/classes/class-auxin-welcome.php:1902
350
+ #: includes/classes/class-auxin-welcome.php:1977
351
  msgid "Skip"
352
  msgstr ""
353
 
588
  #: admin/includes/metaboxes/metabox-fields-general-header.php:891
589
  #: admin/includes/metaboxes/metabox-fields-general-top-header.php:35
590
  #: admin/includes/metaboxes/metabox-fields-general-top-header.php:47
591
+ #: includes/elementor/widgets/theme-elements/select.php:153
592
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:157
593
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:169
594
  #: includes/elements/custom-list.php:160 includes/elements/custom-list.php:178
621
  #: admin/includes/metaboxes/metabox-fields-general-header.php:892
622
  #: admin/includes/metaboxes/metabox-fields-general-top-header.php:36
623
  #: admin/includes/metaboxes/metabox-fields-general-top-header.php:48
624
+ #: includes/elementor/widgets/theme-elements/select.php:154
625
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:158
626
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:170
627
  #: includes/elements/custom-list.php:161 includes/elements/custom-list.php:179
1093
  #: includes/elementor/widgets/modern-button.php:188
1094
  #: includes/elementor/widgets/quote.php:169
1095
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:252
1096
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1673
1097
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1786
1098
+ #: includes/elementor/widgets/recent-posts-masonry.php:1172
1099
  #: includes/elementor/widgets/recent-posts-timeline.php:130
1100
  #: includes/elementor/widgets/responsive-table.php:141
1101
  #: includes/elementor/widgets/responsive-table.php:208
1109
  #: includes/elementor/widgets/theme-elements/logo.php:165
1110
  #: includes/elementor/widgets/theme-elements/menu.php:332
1111
  #: includes/elementor/widgets/theme-elements/menu.php:1350
1112
+ #: includes/elementor/widgets/theme-elements/select.php:235
1113
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:199
1114
  #: includes/elementor/widgets/theme-elements/site-title.php:192
1115
  #: includes/elements/quote.php:112
1132
  #: includes/elementor/widgets/icon.php:170
1133
  #: includes/elementor/widgets/image.php:319
1134
  #: includes/elementor/widgets/modern-button.php:184
1135
+ #: includes/elementor/widgets/modern-button.php:816
1136
  #: includes/elementor/widgets/quote.php:165
1137
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1669
1138
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1782
1139
+ #: includes/elementor/widgets/recent-posts-masonry.php:1168
1140
  #: includes/elementor/widgets/recent-posts-timeline.php:134
1141
  #: includes/elementor/widgets/responsive-table.php:137
1142
  #: includes/elementor/widgets/responsive-table.php:204
1154
  #: includes/elementor/widgets/theme-elements/menu.php:281
1155
  #: includes/elementor/widgets/theme-elements/menu.php:328
1156
  #: includes/elementor/widgets/theme-elements/menu.php:1346
1157
+ #: includes/elementor/widgets/theme-elements/select.php:231
1158
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:195
1159
  #: includes/elementor/widgets/theme-elements/site-title.php:188
1160
  #: includes/elements/button.php:183 includes/elements/image.php:151
1203
  #: admin/includes/metaboxes/metabox-fields-general-header.php:707
1204
  #: includes/elementor/widgets/button.php:163
1205
  #: includes/elementor/widgets/divider.php:146
1206
+ #: includes/elementor/widgets/modern-button.php:321
1207
  #: includes/elementor/widgets/staff.php:787
1208
  #: includes/elementor/widgets/text.php:1046 includes/elements/button.php:66
1209
  #: includes/elements/divider.php:90 includes/elements/socials-list.php:63
1217
  #: includes/classes/class-auxin-svg-support.php:192
1218
  #: includes/elementor/widgets/button.php:162
1219
  #: includes/elementor/widgets/divider.php:145
1220
+ #: includes/elementor/widgets/modern-button.php:320
1221
  #: includes/elementor/widgets/staff.php:788
1222
  #: includes/elementor/widgets/text.php:1045
1223
  #: includes/elements/before-after.php:104 includes/elements/button.php:65
1233
  #: admin/includes/metaboxes/metabox-fields-general-header.php:709
1234
  #: includes/classes/class-auxin-svg-support.php:193
1235
  #: includes/elementor/widgets/button.php:161
1236
+ #: includes/elementor/widgets/modern-button.php:319
1237
  #: includes/elementor/widgets/staff.php:789
1238
  #: includes/elementor/widgets/text.php:1044
1239
  #: includes/elements/before-after.php:105 includes/elements/button.php:64
1296
  #: includes/elementor/widgets/custom-list.php:385
1297
  #: includes/elementor/widgets/gallery.php:131
1298
  #: includes/elementor/widgets/icon.php:125
1299
+ #: includes/elementor/widgets/modern-button.php:291
1300
  #: includes/elementor/widgets/quote.php:161
1301
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:130
1302
  #: includes/elementor/widgets/recent-posts-tiles.php:130
1336
  #: includes/elementor/widgets/image.php:536
1337
  #: includes/elementor/widgets/mailchimp.php:352
1338
  #: includes/elementor/widgets/mailchimp.php:609
1339
+ #: includes/elementor/widgets/modern-button.php:417
1340
+ #: includes/elementor/widgets/modern-button.php:528
1341
+ #: includes/elementor/widgets/modern-button.php:628
1342
+ #: includes/elementor/widgets/modern-button.php:740
1343
+ #: includes/elementor/widgets/modern-button.php:926
1344
  #: includes/elementor/widgets/products-grid.php:420
1345
  #: includes/elementor/widgets/products-grid.php:487
1346
  #: includes/elementor/widgets/products-grid.php:556
1351
  #: includes/elementor/widgets/products-grid.php:1044
1352
  #: includes/elementor/widgets/recent-comments.php:201
1353
  #: includes/elementor/widgets/recent-comments.php:284
1354
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1010
1355
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1080
1356
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1184
1357
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1375
1358
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1480
1359
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1606
1360
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1737
1361
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1889
1362
+ #: includes/elementor/widgets/recent-posts-land-style.php:638
1363
+ #: includes/elementor/widgets/recent-posts-land-style.php:742
1364
+ #: includes/elementor/widgets/recent-posts-land-style.php:919
1365
+ #: includes/elementor/widgets/recent-posts-masonry.php:683
1366
+ #: includes/elementor/widgets/recent-posts-masonry.php:753
1367
+ #: includes/elementor/widgets/recent-posts-masonry.php:857
1368
+ #: includes/elementor/widgets/recent-posts-masonry.php:1034
1369
+ #: includes/elementor/widgets/recent-posts-masonry.php:1123
1370
+ #: includes/elementor/widgets/recent-posts-masonry.php:1287
1371
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:514
1372
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:618
1373
  #: includes/elementor/widgets/recent-posts-tiles.php:455
1375
  #: includes/elementor/widgets/recent-posts-timeline.php:637
1376
  #: includes/elementor/widgets/recent-posts-timeline.php:741
1377
  #: includes/elementor/widgets/recent-posts-timeline.php:918
1378
+ #: includes/elementor/widgets/recent-products.php:630
1379
  #: includes/elementor/widgets/staff.php:491
1380
  #: includes/elementor/widgets/staff.php:738
1381
  #: includes/elementor/widgets/svg.php:357
1404
  #: includes/elementor/widgets/theme-elements/modern-search.php:293
1405
  #: includes/elementor/widgets/theme-elements/modern-search.php:390
1406
  #: includes/elementor/widgets/theme-elements/modern-search.php:509
1407
+ #: includes/elementor/widgets/theme-elements/select.php:195
1408
+ #: includes/elementor/widgets/theme-elements/select.php:340
1409
+ #: includes/elementor/widgets/theme-elements/select.php:593
1410
  msgid "Hover"
1411
  msgstr ""
1412
 
1413
  #: admin/includes/metaboxes/metabox-fields-general-header.php:843
1414
+ #: includes/elementor/widgets/theme-elements/select.php:196
1415
  msgid "Click"
1416
  msgstr ""
1417
 
1559
  msgstr ""
1560
 
1561
  #: admin/includes/metaboxes/metabox-fields-page-template.php:27
1562
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:656
1563
  #: includes/elements/recent-posts-grid-carousel.php:467
1564
  msgid "Before Content"
1565
  msgstr ""
1573
  msgstr ""
1574
 
1575
  #: admin/includes/metaboxes/metabox-fields-page-template.php:30
1576
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:655
1577
  #: includes/elements/recent-posts-grid-carousel.php:466
1578
  msgid "After Content"
1579
  msgstr ""
1709
  msgstr ""
1710
 
1711
  #: includes/classes/class-auxels-admin-assets.php:67
1712
+ #: includes/classes/class-auxin-welcome.php:1430
1713
+ #: includes/classes/class-auxin-welcome.php:1561
1714
+ #: includes/classes/class-auxin-welcome.php:1930
1715
+ #: includes/classes/class-auxin-welcome.php:2000
1716
  msgid "Continue"
1717
  msgstr ""
1718
 
1719
  #: includes/classes/class-auxels-admin-assets.php:68
1720
+ #: includes/classes/class-auxin-welcome.php:527
1721
+ #: includes/classes/class-auxin-welcome.php:1641
1722
  msgid "Install Plugins"
1723
  msgstr ""
1724
 
1725
  #: includes/classes/class-auxels-admin-assets.php:69
1726
+ #: includes/classes/class-auxin-welcome.php:1787
1727
  msgid "Import Content"
1728
  msgstr ""
1729
 
1744
  msgstr ""
1745
 
1746
  #: includes/classes/class-auxels-archive-menu-links.php:72
1747
+ #: includes/classes/class-auxin-welcome.php:427
1748
  msgid "Select All"
1749
  msgstr ""
1750
 
1823
  msgid "%s Status"
1824
  msgstr ""
1825
 
1826
+ #: includes/classes/class-auxin-demo-importer.php:77
1827
  msgid "Import content"
1828
  msgstr ""
1829
 
1830
+ #: includes/classes/class-auxin-demo-importer.php:109
1831
  msgid "Page has been successfully generated."
1832
  msgstr ""
1833
 
1834
+ #: includes/classes/class-auxin-demo-importer.php:112
1835
  msgid "Edit Page"
1836
  msgstr ""
1837
 
1838
+ #: includes/classes/class-auxin-demo-importer.php:139
1839
  msgid "Template content has been successfully imported."
1840
  msgstr ""
1841
 
1842
+ #: includes/classes/class-auxin-demo-importer.php:147
1843
+ #: includes/classes/class-auxin-demo-importer.php:166
1844
+ #: includes/classes/class-auxin-welcome.php:814
1845
  msgid "Copy to clipboard"
1846
  msgstr ""
1847
 
1848
+ #: includes/classes/class-auxin-demo-importer.php:156
1849
  msgid "Import to my templates"
1850
  msgstr ""
1851
 
1852
+ #: includes/classes/class-auxin-demo-importer.php:183
1853
  msgid "Process failed!."
1854
  msgstr ""
1855
 
1856
+ #: includes/classes/class-auxin-demo-importer.php:211
1857
  msgid "Invalid Inputs."
1858
  msgstr ""
1859
 
1860
+ #: includes/classes/class-auxin-demo-importer.php:242
1861
  msgid "Step Failed!"
1862
  msgstr ""
1863
 
1864
+ #: includes/classes/class-auxin-demo-importer.php:249
1865
  msgid "Error in getting data!"
1866
  msgstr ""
1867
 
1868
+ #: includes/classes/class-auxin-demo-importer.php:272
1869
  msgid "Downloading Medias"
1870
  msgstr ""
1871
 
1872
+ #: includes/classes/class-auxin-demo-importer.php:278
1873
  msgid "Importing Media"
1874
  msgstr ""
1875
 
1876
+ #: includes/classes/class-auxin-demo-importer.php:294
1877
+ #: includes/classes/class-auxin-demo-importer.php:1304
1878
  msgid "Importing Users"
1879
  msgstr ""
1880
 
1881
+ #: includes/classes/class-auxin-demo-importer.php:305
1882
+ #: includes/classes/class-auxin-demo-importer.php:317
1883
  msgid "Importing Contents"
1884
  msgstr ""
1885
 
1886
+ #: includes/classes/class-auxin-demo-importer.php:329
1887
  msgid "Importing Options"
1888
  msgstr ""
1889
 
1890
+ #: includes/classes/class-auxin-demo-importer.php:346
1891
+ #: includes/classes/class-auxin-demo-importer.php:560
1892
  msgid "Importing Menus"
1893
  msgstr ""
1894
 
1895
+ #: includes/classes/class-auxin-demo-importer.php:352
1896
  msgid "Importing Widgets"
1897
  msgstr ""
1898
 
1899
+ #: includes/classes/class-auxin-demo-importer.php:437
1900
  msgid "Retrieve Body Fails"
1901
  msgstr ""
1902
 
1903
+ #: includes/classes/class-auxin-demo-importer.php:626
1904
  msgid "Importing Sliders"
1905
  msgstr ""
1906
 
1907
+ #: includes/classes/class-auxin-demo-importer.php:1381
1908
  msgid "Preparing Site ..."
1909
  msgstr ""
1910
 
1911
+ #: includes/classes/class-auxin-demo-importer.php:1423
1912
  msgid "All steps are successful"
1913
  msgstr ""
1914
 
2101
  msgstr ""
2102
 
2103
  #: includes/classes/class-auxin-walker-nav-menu-back.php:205
2104
+ #: includes/classes/class-auxin-welcome.php:432
2105
  #: includes/elementor/modules/dynamic-tags/contact-url.php:181
2106
  #: includes/elementor/modules/dynamic-tags/featured-image-data.php:90
2107
  #: includes/elementor/widgets/heading-modern.php:310
2151
  msgstr ""
2152
 
2153
  #: includes/classes/class-auxin-walker-nav-menu-back.php:384
2154
+ #: includes/classes/class-auxin-welcome.php:1433
2155
+ #: includes/classes/class-auxin-welcome.php:1461
2156
+ #: includes/classes/class-auxin-welcome.php:1564
2157
+ #: includes/classes/class-auxin-welcome.php:1643
2158
+ #: includes/classes/class-auxin-welcome.php:1691
2159
+ #: includes/classes/class-auxin-welcome.php:1789
2160
+ #: includes/classes/class-auxin-welcome.php:1932
2161
  msgid "Cancel"
2162
  msgstr ""
2163
 
2291
  "all features."
2292
  msgstr ""
2293
 
2294
+ #: includes/classes/class-auxin-welcome.php:391
2295
  msgid "Recommended Plugins"
2296
  msgstr ""
2297
 
2298
+ #: includes/classes/class-auxin-welcome.php:392
2299
  msgid ""
2300
  "The following is a list of best integrated plugins for %s theme, you can "
2301
  "install them from here and add or remove them later on WordPress plugins "
2302
  "page."
2303
  msgstr ""
2304
 
2305
+ #: includes/classes/class-auxin-welcome.php:393
2306
  msgid ""
2307
  "We recommend you to install only the plugins under \"Essential\" tab, and "
2308
  "avoid installing all of plugins."
2309
  msgstr ""
2310
 
2311
+ #: includes/classes/class-auxin-welcome.php:413
2312
+ #: includes/classes/class-auxin-welcome.php:737
2313
  #: includes/elements/popular-posts-widget.php:388
2314
  msgid "Recent"
2315
  msgstr ""
2316
 
2317
+ #: includes/classes/class-auxin-welcome.php:431
2318
  #: includes/elementor/widgets/testimonial.php:346
2319
  #: includes/elements/about-widget.php:58
2320
  msgid "Name"
2321
  msgstr ""
2322
 
2323
+ #: includes/classes/class-auxin-welcome.php:433
2324
  msgid "Status"
2325
  msgstr ""
2326
 
2327
+ #: includes/classes/class-auxin-welcome.php:434
2328
  msgid "Version"
2329
  msgstr ""
2330
 
2331
+ #: includes/classes/class-auxin-welcome.php:503
2332
  msgid "Not Installed"
2333
  msgstr ""
2334
 
2335
+ #: includes/classes/class-auxin-welcome.php:505
2336
  msgid "Not Activated"
2337
  msgstr ""
2338
 
2339
+ #: includes/classes/class-auxin-welcome.php:535
2340
  msgid ""
2341
  "Good news! All plugins are already installed and up to date. Please "
2342
  "continue."
2343
  msgstr ""
2344
 
2345
+ #: includes/classes/class-auxin-welcome.php:631
2346
  msgid "No Slug Found"
2347
  msgstr ""
2348
 
2349
+ #: includes/classes/class-auxin-welcome.php:650
2350
  msgid "Activating"
2351
  msgstr ""
2352
 
2353
+ #: includes/classes/class-auxin-welcome.php:665
2354
  msgid "Updating"
2355
  msgstr ""
2356
 
2357
+ #: includes/classes/class-auxin-welcome.php:680
2358
  msgid "Installing"
2359
  msgstr ""
2360
 
2361
+ #: includes/classes/class-auxin-welcome.php:691
2362
  msgid "Activated"
2363
  msgstr ""
2364
 
2365
+ #: includes/classes/class-auxin-welcome.php:750
2366
+ #: includes/classes/class-auxin-welcome.php:939
2367
  msgid "Search Templates"
2368
  msgstr ""
2369
 
2370
+ #: includes/classes/class-auxin-welcome.php:757
2371
  msgid ""
2372
  "An error occurred while downloading the list of templates. Please try again "
2373
  "later."
2374
  msgstr ""
2375
 
2376
+ #: includes/classes/class-auxin-welcome.php:801
2377
  msgid "Download"
2378
  msgstr ""
2379
 
2380
+ #: includes/classes/class-auxin-welcome.php:822
2381
+ #: includes/classes/class-auxin-welcome.php:999
2382
  msgid "Unlock"
2383
  msgstr ""
2384
 
2385
+ #: includes/classes/class-auxin-welcome.php:834
2386
+ #: includes/classes/class-auxin-welcome.php:1010
2387
+ #: includes/classes/class-auxin-welcome.php:1351
2388
+ #: includes/classes/class-auxin-welcome.php:1818
2389
  msgid "Preview"
2390
  msgstr ""
2391
 
2392
+ #: includes/classes/class-auxin-welcome.php:857
2393
  msgid "Save to my templates"
2394
  msgstr ""
2395
 
2396
+ #: includes/classes/class-auxin-welcome.php:868
2397
  msgid "Create new page"
2398
  msgstr ""
2399
 
2400
+ #: includes/classes/class-auxin-welcome.php:922
2401
  msgid "All Templates"
2402
  msgstr ""
2403
 
2404
+ #: includes/classes/class-auxin-welcome.php:945
2405
  msgid ""
2406
  "An error occurred while downloading the list of demo sites. Please try "
2407
  "again later."
2408
  msgstr ""
2409
 
2410
+ #: includes/classes/class-auxin-welcome.php:994
2411
+ #: includes/classes/class-auxin-welcome.php:1458
2412
  msgid "Uninstall"
2413
  msgstr ""
2414
 
2415
+ #: includes/classes/class-auxin-welcome.php:994
2416
+ #: includes/classes/class-auxin-welcome.php:1362
2417
  msgid "Import"
2418
  msgstr ""
2419
 
2420
+ #: includes/classes/class-auxin-welcome.php:1097
2421
  msgid "You have already the latest version."
2422
  msgstr ""
2423
 
2424
+ #: includes/classes/class-auxin-welcome.php:1101
2425
  msgid "New updates are available."
2426
  msgstr ""
2427
 
2428
+ #: includes/classes/class-auxin-welcome.php:1102
2429
  msgid ""
2430
  "The following items require update, click update button to update them to "
2431
  "the latest version."
2432
  msgstr ""
2433
 
2434
+ #: includes/classes/class-auxin-welcome.php:1111
2435
  msgid "Last checked "
2436
  msgstr ""
2437
 
2438
+ #: includes/classes/class-auxin-welcome.php:1113
2439
  msgid "ago"
2440
  msgstr ""
2441
 
2442
+ #: includes/classes/class-auxin-welcome.php:1133
2443
+ #: includes/classes/class-auxin-welcome.php:1163
2444
+ #: includes/classes/class-auxin-welcome.php:1617
2445
  msgid "Ready to update"
2446
  msgstr ""
2447
 
2448
+ #: includes/classes/class-auxin-welcome.php:1183
2449
  msgid "Update Now"
2450
  msgstr ""
2451
 
2452
+ #: includes/classes/class-auxin-welcome.php:1186
2453
  msgid "Check Again"
2454
  msgstr ""
2455
 
2456
+ #: includes/classes/class-auxin-welcome.php:1220
2457
  msgid "You can't remove this demo."
2458
  msgstr ""
2459
 
2460
+ #: includes/classes/class-auxin-welcome.php:1345
2461
  msgid "Done!"
2462
  msgstr ""
2463
 
2464
+ #: includes/classes/class-auxin-welcome.php:1346
2465
  msgid "Demo has been successfully uninstalled."
2466
  msgstr ""
2467
 
2468
+ #: includes/classes/class-auxin-welcome.php:1408
2469
  #: public/includes/frontend-ajax.php:180 public/includes/frontend-ajax.php:243
2470
  msgid "An Error Occurred!"
2471
  msgstr ""
2472
 
2473
+ #: includes/classes/class-auxin-welcome.php:1422
2474
  msgid "Notice"
2475
  msgstr ""
2476
 
2477
+ #: includes/classes/class-auxin-welcome.php:1424
2478
  msgid ""
2479
  "For better and faster result, it's recommended to install the demo on a "
2480
  "clean WordPress website."
2481
  msgstr ""
2482
 
2483
+ #: includes/classes/class-auxin-welcome.php:1450
2484
  msgid "Warning!"
2485
  msgstr ""
2486
 
2487
+ #: includes/classes/class-auxin-welcome.php:1452
2488
  msgid "This process will erase all images, posts and settings of this demo..."
2489
  msgstr ""
2490
 
2491
+ #: includes/classes/class-auxin-welcome.php:1457
2492
  msgid "Are you sure you want to uninstall this demo?"
2493
  msgstr ""
2494
 
2495
+ #: includes/classes/class-auxin-welcome.php:1467
2496
+ #: includes/classes/class-auxin-welcome.php:1697
2497
+ #: includes/classes/class-auxin-welcome.php:1795
2498
  msgid "Please wait, this may take several minutes .."
2499
  msgstr ""
2500
 
2501
+ #: includes/classes/class-auxin-welcome.php:1537
2502
  msgid "An error occurred!"
2503
  msgstr ""
2504
 
2505
+ #: includes/classes/class-auxin-welcome.php:1539
2506
  msgid "Method not exist!"
2507
  msgstr ""
2508
 
2509
+ #: includes/classes/class-auxin-welcome.php:1553
2510
+ #: includes/classes/class-auxin-welcome.php:1594
2511
  msgid "Required Plugins for this demo."
2512
  msgstr ""
2513
 
2514
+ #: includes/classes/class-auxin-welcome.php:1555
2515
  msgid ""
2516
  "For better and faster install process it's recommended to install demo on a "
2517
  "clean WordPress website."
2518
  msgstr ""
2519
 
2520
+ #: includes/classes/class-auxin-welcome.php:1595
2521
  msgid "The following plugins are required to be installed for this demo."
2522
  msgstr ""
2523
 
2524
+ #: includes/classes/class-auxin-welcome.php:1609
2525
  msgid "Ready to install"
2526
  msgstr ""
2527
 
2528
+ #: includes/classes/class-auxin-welcome.php:1613
2529
  msgid "Not activated"
2530
  msgstr ""
2531
 
2532
+ #: includes/classes/class-auxin-welcome.php:1674
2533
  msgid "You already have installed template!"
2534
  msgstr ""
2535
 
2536
+ #: includes/classes/class-auxin-welcome.php:1676
2537
  msgid ""
2538
  "For better and faster install proccess it's recommanded to install demo on "
2539
  "a clean wordpress website."
2540
  msgstr ""
2541
 
2542
+ #: includes/classes/class-auxin-welcome.php:1688
2543
  msgid "Unistall Template"
2544
  msgstr ""
2545
 
2546
+ #: includes/classes/class-auxin-welcome.php:1714
2547
  msgid "Import Demo Content of Phlox Theme."
2548
  msgstr ""
2549
 
2550
+ #: includes/classes/class-auxin-welcome.php:1719
2551
  msgid "Complete pre-build Website"
2552
  msgstr ""
2553
 
2554
+ #: includes/classes/class-auxin-welcome.php:1724
2555
  msgid "Import media (images, videos, etc.)"
2556
  msgstr ""
2557
 
2558
+ #: includes/classes/class-auxin-welcome.php:1731
2559
  msgid "Selected Data Only"
2560
  msgstr ""
2561
 
2562
+ #: includes/classes/class-auxin-welcome.php:1737
2563
  msgid "Posts/Pages"
2564
  msgstr ""
2565
 
2566
+ #: includes/classes/class-auxin-welcome.php:1742
2567
  msgid "Media"
2568
  msgstr ""
2569
 
2570
+ #: includes/classes/class-auxin-welcome.php:1747
2571
  msgid "Widgets"
2572
  msgstr ""
2573
 
2574
+ #: includes/classes/class-auxin-welcome.php:1754
2575
  msgid "Menus"
2576
  msgstr ""
2577
 
2578
+ #: includes/classes/class-auxin-welcome.php:1759
2579
  msgid "Theme Options"
2580
  msgstr ""
2581
 
2582
+ #: includes/classes/class-auxin-welcome.php:1764
2583
  msgid "MasterSlider (If Available)"
2584
  msgstr ""
2585
 
2586
+ #: includes/classes/class-auxin-welcome.php:1774
2587
  msgid "Importing Demo Content is in Progress..."
2588
  msgstr ""
2589
 
2590
+ #: includes/classes/class-auxin-welcome.php:1775
2591
  msgid ""
2592
  "This process may take 5 to 10 minutes to complete, please do not close or "
2593
  "refresh this page."
2594
  msgstr ""
2595
 
2596
+ #: includes/classes/class-auxin-welcome.php:1809
2597
  msgid "Congratulations!"
2598
  msgstr ""
2599
 
2600
+ #: includes/classes/class-auxin-welcome.php:1810
2601
  msgid "Demo has been successfully imported."
2602
  msgstr ""
2603
 
2604
+ #: includes/classes/class-auxin-welcome.php:1815
2605
  msgid "Customize"
2606
  msgstr ""
2607
 
2608
+ #: includes/classes/class-auxin-welcome.php:1832
2609
  msgid "Importing page content ..."
2610
  msgstr ""
2611
 
2612
+ #: includes/classes/class-auxin-welcome.php:1856
2613
  msgid "Remove Watermarks?"
2614
  msgstr ""
2615
 
2616
+ #: includes/classes/class-auxin-welcome.php:1857
2617
  msgid ""
2618
  "Some images in this demo are copyrighted and watermarked, you can remove "
2619
  "watermarks by authorizing your Envato Elements subscription."
2620
  msgstr ""
2621
 
2622
+ #: includes/classes/class-auxin-welcome.php:1871
2623
  msgid "Remove Watermarks"
2624
  msgstr ""
2625
 
2626
+ #: includes/classes/class-auxin-welcome.php:1886
2627
  msgid "Remove watermarks by authorizing your Envato Elements subscription"
2628
  msgstr ""
2629
 
2630
+ #: includes/classes/class-auxin-welcome.php:1887
2631
  msgid ""
2632
  "By subscribing to Envato Elements you will have access to unlimited premium "
2633
  "stock images, icons, graphical assets, videos and more."
2634
  msgstr ""
2635
 
2636
+ #: includes/classes/class-auxin-welcome.php:1889
2637
  msgid "Explore and Subscribe"
2638
  msgstr ""
2639
 
2640
+ #: includes/classes/class-auxin-welcome.php:1897
2641
  msgid "Already an Envato Elements member?"
2642
  msgstr ""
2643
 
2644
+ #: includes/classes/class-auxin-welcome.php:1897
2645
  msgid "Activate here"
2646
  msgstr ""
2647
 
2648
+ #: includes/classes/class-auxin-welcome.php:1915
2649
+ #: includes/classes/class-auxin-welcome.php:1945
2650
  msgid "Verify Your Envato Elements Subscription"
2651
  msgstr ""
2652
 
2653
+ #: includes/classes/class-auxin-welcome.php:1916
2654
  msgid "Enter your email below and click continue button"
2655
  msgstr ""
2656
 
2657
+ #: includes/classes/class-auxin-welcome.php:1918
2658
  msgid "Enter your email"
2659
  msgstr ""
2660
 
2661
+ #: includes/classes/class-auxin-welcome.php:1946
2662
  msgid "Enter your token below to verify your Subscription"
2663
  msgstr ""
2664
 
2665
+ #: includes/classes/class-auxin-welcome.php:1948
2666
  msgid "Enter token here"
2667
  msgstr ""
2668
 
2669
+ #: includes/classes/class-auxin-welcome.php:1960
2670
  msgid "How to generate a token ?"
2671
  msgstr ""
2672
 
2673
+ #: includes/classes/class-auxin-welcome.php:1961
2674
  msgid "Don't have subscription?"
2675
  msgstr ""
2676
 
2677
+ #: includes/classes/class-auxin-welcome.php:1971
2678
  msgid "Verify Token"
2679
  msgstr ""
2680
 
2681
+ #: includes/classes/class-auxin-welcome.php:1990
2682
  msgid "Succeed"
2683
  msgstr ""
2684
 
2685
+ #: includes/classes/class-auxin-welcome.php:1991
2686
  msgid ""
2687
  "Congratulations! you have successfully authorized your Envato Elements "
2688
  "subscription."
2747
  msgid "Select Audio"
2748
  msgstr ""
2749
 
2750
+ #: includes/elementor/class-auxin-elementor-core-elements.php:425
2751
  msgid "Element class \"%s\" not found."
2752
  msgstr ""
2753
 
2754
+ #: includes/elementor/class-auxin-elementor-core-elements.php:521
2755
  msgid "Module class \"%s\" not found."
2756
  msgstr ""
2757
 
2758
+ #: includes/elementor/class-auxin-elementor-core-elements.php:594
2759
  msgid "%s - General"
2760
  msgstr ""
2761
 
2762
+ #: includes/elementor/class-auxin-elementor-core-elements.php:602
2763
  msgid "%s - Featured"
2764
  msgstr ""
2765
 
2766
+ #: includes/elementor/class-auxin-elementor-core-elements.php:610
2767
  msgid "%s - Posts"
2768
  msgstr ""
2769
 
2770
+ #: includes/elementor/class-auxin-elementor-core-elements.php:618
2771
  msgid "%s - Portfolio"
2772
  msgstr ""
2773
 
2774
+ #: includes/elementor/class-auxin-elementor-core-elements.php:705
2775
+ #: includes/elementor/class-auxin-elementor-core-elements.php:729
2776
  #. translators: 1: Plugin name 2: PHP 3: Required PHP version
2777
  msgid "\"%1$s\" requires \"%2$s\" version %3$s or greater."
2778
  msgstr ""
2779
 
2780
+ #: includes/elementor/class-auxin-elementor-core-elements.php:707
2781
  msgid "Elementor"
2782
  msgstr ""
2783
 
2784
+ #: includes/elementor/class-auxin-elementor-core-elements.php:731
2785
  #: includes/elements/code.php:82
2786
  msgid "PHP"
2787
  msgstr ""
2788
 
2789
+ #: includes/elementor/class-auxin-elementor-core-elements.php:788
2790
  msgid "Phlox Icons - Set 1"
2791
  msgstr ""
2792
 
2793
+ #: includes/elementor/class-auxin-elementor-core-elements.php:810
2794
  msgid "Phlox Icons - Set 2"
2795
  msgstr ""
2796
 
2960
  #: includes/elementor/widgets/icon.php:178
2961
  #: includes/elementor/widgets/image.php:327
2962
  #: includes/elementor/widgets/modern-button.php:192
2963
+ #: includes/elementor/widgets/modern-button.php:817
2964
  #: includes/elementor/widgets/quote.php:173
2965
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1677
2966
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1790
2967
+ #: includes/elementor/widgets/recent-posts-masonry.php:1176
2968
  #: includes/elementor/widgets/recent-posts-timeline.php:138
2969
  #: includes/elementor/widgets/responsive-table.php:145
2970
  #: includes/elementor/widgets/responsive-table.php:212
2982
  #: includes/elementor/widgets/theme-elements/menu.php:282
2983
  #: includes/elementor/widgets/theme-elements/menu.php:336
2984
  #: includes/elementor/widgets/theme-elements/menu.php:1354
2985
+ #: includes/elementor/widgets/theme-elements/select.php:239
2986
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:203
2987
  #: includes/elementor/widgets/theme-elements/site-title.php:196
2988
  #: includes/elements/button.php:187 includes/elements/image.php:152
3158
  msgstr ""
3159
 
3160
  #: includes/elementor/modules/dynamic-tags/author-name.php:18
3161
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:625
3162
+ #: includes/elementor/widgets/recent-posts-land-style.php:321
3163
+ #: includes/elementor/widgets/recent-posts-masonry.php:399
3164
  #: includes/elementor/widgets/recent-posts-timeline.php:315
3165
  #: includes/elements/recent-posts-grid-carousel.php:448
3166
  #: includes/elements/recent-posts-land-style.php:372
3220
  #: includes/elementor/widgets/heading-modern.php:271
3221
  #: includes/elementor/widgets/icon.php:154
3222
  #: includes/elementor/widgets/modern-button.php:210
3223
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:756
3224
  #: includes/elementor/widgets/text.php:322
3225
  #: includes/elementor/widgets/theme-elements/logo.php:182
3226
  #: includes/elementor/widgets/theme-elements/logo.php:196
3227
+ #: includes/elementor/widgets/theme-elements/select.php:121
3228
  #: includes/elementor/widgets/theme-elements/site-title.php:212
3229
  #: includes/elements/custom-list.php:106 includes/elements/text.php:843
3230
  msgid "Link"
3238
  #: includes/elementor/widgets/gallery.php:305
3239
  #: includes/elementor/widgets/image.php:302
3240
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:235
3241
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:626
3242
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:892
3243
+ #: includes/elementor/widgets/recent-posts-land-style.php:322
3244
+ #: includes/elementor/widgets/recent-posts-land-style.php:508
3245
+ #: includes/elementor/widgets/recent-posts-masonry.php:400
3246
+ #: includes/elementor/widgets/recent-posts-masonry.php:603
3247
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:205
3248
  #: includes/elementor/widgets/recent-posts-tiles.php:387
3249
  #: includes/elementor/widgets/recent-posts-timeline.php:316
3288
  #: includes/elementor/modules/dynamic-tags/post-time.php:34
3289
  #: includes/elementor/modules/dynamic-tags/request-parameter.php:66
3290
  #: includes/elementor/widgets/accordion.php:145
3291
+ #: includes/elementor/widgets/modern-button.php:287
3292
  #: includes/elementor/widgets/svg.php:107
3293
  #: includes/elementor/widgets/text.php:112
3294
  #: includes/elementor/widgets/theme-elements/logo.php:135
3301
 
3302
  #: includes/elementor/modules/dynamic-tags/contact-url.php:37
3303
  #: includes/elementor/modules/theme-builder/module.php:117
3304
+ #: includes/elementor/widgets/theme-elements/select.php:90
3305
  msgid "Select"
3306
  msgstr ""
3307
 
3409
  #: includes/elementor/widgets/products-grid.php:239
3410
  #: includes/elementor/widgets/products-grid.php:390
3411
  #: includes/elementor/widgets/recent-comments.php:171
3412
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:794
3413
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1041
3414
+ #: includes/elementor/widgets/recent-posts-land-style.php:428
3415
+ #: includes/elementor/widgets/recent-posts-land-style.php:599
3416
+ #: includes/elementor/widgets/recent-posts-masonry.php:523
3417
+ #: includes/elementor/widgets/recent-posts-masonry.php:714
3418
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:405
3419
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:475
3420
  #: includes/elementor/widgets/recent-posts-tiles.php:307
3421
  #: includes/elementor/widgets/recent-posts-tiles.php:416
3422
  #: includes/elementor/widgets/recent-posts-timeline.php:439
3423
  #: includes/elementor/widgets/recent-posts-timeline.php:598
3424
+ #: includes/elementor/widgets/recent-products.php:357
3425
+ #: includes/elementor/widgets/recent-products.php:529
3426
  #: includes/elementor/widgets/staff.php:452
3427
  #: includes/elementor/widgets/tabs.php:373
3428
  #: includes/elementor/widgets/text.php:233
3429
  #: includes/elementor/widgets/text.php:687
3430
  #: includes/elementor/widgets/theme-elements/logo.php:454
3431
+ #: includes/elementor/widgets/theme-elements/select.php:112
3432
  #: includes/elementor/widgets/theme-elements/site-title.php:94
3433
  #: includes/elementor/widgets/touch-slider.php:332
3434
  #: includes/elements/about-widget.php:43
3494
  #: includes/elementor/widgets/carousel-navigation.php:105
3495
  #: includes/elementor/widgets/divider.php:148
3496
  #: includes/elementor/widgets/mailchimp.php:137
3497
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:940
3498
  #: includes/elementor/widgets/theme-elements/current-time.php:109
3499
  #: includes/elementor/widgets/theme-elements/menu.php:1000
3500
  #: includes/elements/image.php:98 includes/elements/staff.php:113
3789
  #: includes/elementor/modules/dynamic-tags/user-info.php:76
3790
  #: includes/elementor/widgets/gallery.php:304
3791
  #: includes/elementor/widgets/products-grid.php:240
3792
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:795
3793
+ #: includes/elementor/widgets/recent-posts-land-style.php:429
3794
+ #: includes/elementor/widgets/recent-posts-masonry.php:524
3795
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:406
3796
  #: includes/elementor/widgets/recent-posts-tiles.php:308
3797
  #: includes/elementor/widgets/recent-posts-timeline.php:440
3798
+ #: includes/elementor/widgets/recent-products.php:358
3799
  #: includes/elements/gallery.php:196
3800
  #: includes/elements/latest-posts-slider.php:139
3801
  #: includes/elements/popular-posts-widget.php:200
3847
  #: includes/elementor/modules/query-control/controls/group-control-query.php:169
3848
  #: includes/elementor/modules/query-control/controls/group-control-query.php:225
3849
  #: includes/elementor/widgets/products-grid.php:244
3850
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:799
3851
+ #: includes/elementor/widgets/recent-posts-land-style.php:433
3852
+ #: includes/elementor/widgets/recent-posts-masonry.php:528
3853
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:410
3854
  #: includes/elementor/widgets/recent-posts-tiles.php:312
3855
  #: includes/elementor/widgets/recent-posts-timeline.php:444
3856
+ #: includes/elementor/widgets/recent-products.php:362
3857
  #: includes/elements/latest-posts-slider.php:143
3858
  #: includes/elements/popular-posts-widget.php:204
3859
  #: includes/elements/recent-posts-grid-carousel.php:190
3935
  #: includes/elementor/modules/query-control/controls/group-control-query.php:276
3936
  #: includes/elementor/modules/query-control/controls/group-control-query.php:345
3937
  #: includes/elementor/widgets/products-grid.php:237
3938
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:792
3939
+ #: includes/elementor/widgets/recent-posts-land-style.php:426
3940
+ #: includes/elementor/widgets/recent-posts-masonry.php:521
3941
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:403
3942
  #: includes/elementor/widgets/recent-posts-tiles.php:305
3943
  #: includes/elementor/widgets/recent-posts-timeline.php:437
3944
+ #: includes/elementor/widgets/recent-products.php:355
3945
  #: includes/elements/gallery.php:195
3946
  #: includes/elements/latest-posts-slider.php:136
3947
  #: includes/elements/popular-posts-widget.php:197
4010
  #: includes/elementor/modules/query-control/controls/group-control-query.php:347
4011
  #: includes/elementor/widgets/gallery.php:302
4012
  #: includes/elementor/widgets/products-grid.php:238
4013
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:793
4014
+ #: includes/elementor/widgets/recent-posts-land-style.php:427
4015
+ #: includes/elementor/widgets/recent-posts-masonry.php:522
4016
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:404
4017
  #: includes/elementor/widgets/recent-posts-tiles.php:306
4018
  #: includes/elementor/widgets/recent-posts-timeline.php:438
4019
+ #: includes/elementor/widgets/recent-products.php:356
4020
  #: includes/elements/gallery.php:194
4021
  #: includes/elements/latest-posts-slider.php:137
4022
  #: includes/elements/popular-posts-widget.php:198
4035
 
4036
  #: includes/elementor/modules/query-control/controls/group-control-query.php:348
4037
  #: includes/elementor/widgets/products-grid.php:241
4038
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:796
4039
+ #: includes/elementor/widgets/recent-posts-land-style.php:430
4040
+ #: includes/elementor/widgets/recent-posts-masonry.php:525
4041
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:407
4042
  #: includes/elementor/widgets/recent-posts-tiles.php:309
4043
  #: includes/elementor/widgets/recent-posts-timeline.php:441
4044
+ #: includes/elementor/widgets/recent-products.php:359
4045
  #: includes/elements/latest-posts-slider.php:140
4046
  #: includes/elements/popular-posts-widget.php:201
4047
  #: includes/elements/recent-posts-grid-carousel.php:187
4060
  #: includes/elementor/modules/query-control/controls/group-control-query.php:356
4061
  #: includes/elementor/widgets/gallery.php:282
4062
  #: includes/elementor/widgets/products-grid.php:253
4063
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:811
4064
+ #: includes/elementor/widgets/recent-posts-land-style.php:442
4065
+ #: includes/elementor/widgets/recent-posts-masonry.php:537
4066
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:419
4067
  #: includes/elementor/widgets/recent-posts-tiles.php:321
4068
  #: includes/elementor/widgets/recent-posts-timeline.php:453
4069
+ #: includes/elementor/widgets/recent-products.php:371
4070
  #: includes/elements/gallery.php:167
4071
  #: includes/elements/popular-posts-widget.php:213
4072
  #: includes/elements/recent-posts-grid-carousel.php:200
4283
  #: includes/elementor/widgets/heading-modern.php:926
4284
  #: includes/elementor/widgets/heading-modern.php:1002
4285
  #: includes/elementor/widgets/heading-modern.php:1116
4286
+ #: includes/elementor/widgets/modern-button.php:668
4287
+ #: includes/elementor/widgets/modern-button.php:780
4288
+ #: includes/elementor/widgets/modern-button.php:886
4289
+ #: includes/elementor/widgets/modern-button.php:985
4290
  #: includes/elementor/widgets/quote.php:288
4291
  #: includes/elementor/widgets/tabs.php:480
4292
  #: includes/elementor/widgets/theme-elements/breadcrumbs.php:240
4299
  #: includes/elementor/widgets/theme-elements/modern-search.php:869
4300
  #: includes/elementor/widgets/theme-elements/search.php:318
4301
  #: includes/elementor/widgets/theme-elements/search.php:428
4302
+ #: includes/elementor/widgets/theme-elements/select.php:514
4303
  #: includes/elementor/widgets/theme-elements/site-title.php:334
4304
  #: includes/elementor/widgets/theme-elements/site-title.php:400
4305
  #: includes/elementor/widgets/theme-elements/site-title.php:466
4321
  #: includes/elementor/widgets/icon.php:360
4322
  #: includes/elementor/widgets/mailchimp.php:298
4323
  #: includes/elementor/widgets/mailchimp.php:544
4324
+ #: includes/elementor/widgets/modern-button.php:401
4325
+ #: includes/elementor/widgets/modern-button.php:454
4326
+ #: includes/elementor/widgets/modern-button.php:910
4327
+ #: includes/elementor/widgets/modern-button.php:1009
4328
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:970
4329
+ #: includes/elementor/widgets/recent-posts-land-style.php:566
4330
+ #: includes/elementor/widgets/recent-posts-masonry.php:643
4331
  #: includes/elementor/widgets/recent-posts-timeline.php:577
4332
+ #: includes/elementor/widgets/recent-products.php:508
4333
  #: includes/elementor/widgets/tabs.php:235
4334
  #: includes/elementor/widgets/tabs.php:493
4335
  #: includes/elementor/widgets/text.php:1484
4372
  #: includes/elementor/widgets/image.php:499
4373
  #: includes/elementor/widgets/mailchimp.php:326
4374
  #: includes/elementor/widgets/mailchimp.php:571
4375
+ #: includes/elementor/widgets/modern-button.php:304
4376
+ #: includes/elementor/widgets/modern-button.php:364
4377
+ #: includes/elementor/widgets/modern-button.php:489
4378
+ #: includes/elementor/widgets/modern-button.php:589
4379
+ #: includes/elementor/widgets/modern-button.php:701
4380
+ #: includes/elementor/widgets/modern-button.php:827
4381
  #: includes/elementor/widgets/products-grid.php:400
4382
  #: includes/elementor/widgets/products-grid.php:467
4383
  #: includes/elementor/widgets/products-grid.php:536
4388
  #: includes/elementor/widgets/products-grid.php:988
4389
  #: includes/elementor/widgets/recent-comments.php:181
4390
  #: includes/elementor/widgets/recent-comments.php:264
4391
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:987
4392
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1054
4393
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1158
4394
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1345
4395
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1460
4396
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1579
4397
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1710
4398
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1833
4399
+ #: includes/elementor/widgets/recent-posts-land-style.php:612
4400
+ #: includes/elementor/widgets/recent-posts-land-style.php:716
4401
+ #: includes/elementor/widgets/recent-posts-land-style.php:899
4402
+ #: includes/elementor/widgets/recent-posts-masonry.php:660
4403
+ #: includes/elementor/widgets/recent-posts-masonry.php:727
4404
+ #: includes/elementor/widgets/recent-posts-masonry.php:831
4405
+ #: includes/elementor/widgets/recent-posts-masonry.php:1014
4406
+ #: includes/elementor/widgets/recent-posts-masonry.php:1096
4407
+ #: includes/elementor/widgets/recent-posts-masonry.php:1231
4408
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:488
4409
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:592
4410
  #: includes/elementor/widgets/recent-posts-tiles.php:429
4412
  #: includes/elementor/widgets/recent-posts-timeline.php:611
4413
  #: includes/elementor/widgets/recent-posts-timeline.php:715
4414
  #: includes/elementor/widgets/recent-posts-timeline.php:898
4415
+ #: includes/elementor/widgets/recent-products.php:604
4416
  #: includes/elementor/widgets/staff.php:465
4417
  #: includes/elementor/widgets/staff.php:712
4418
  #: includes/elementor/widgets/svg.php:320
4442
  #: includes/elementor/widgets/theme-elements/modern-search.php:246
4443
  #: includes/elementor/widgets/theme-elements/modern-search.php:353
4444
  #: includes/elementor/widgets/theme-elements/modern-search.php:444
4445
+ #: includes/elementor/widgets/theme-elements/select.php:309
4446
+ #: includes/elementor/widgets/theme-elements/select.php:550
4447
  #: includes/elements/button.php:118 includes/elements/text.php:738
4448
  #: includes/general-hooks.php:766 includes/general-hooks.php:1178
4449
  msgid "Normal"
4456
  #: includes/elementor/widgets/accordion.php:458
4457
  #: includes/elementor/widgets/accordion.php:496
4458
  #: includes/elementor/widgets/image.php:650
4459
+ #: includes/elementor/widgets/recent-posts-land-style.php:582
4460
  #: includes/elementor/widgets/tabs.php:259
4461
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:280
4462
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:470
4521
  #: includes/elementor/widgets/icon.php:311
4522
  #: includes/elementor/widgets/mailchimp.php:310
4523
  #: includes/elementor/widgets/mailchimp.php:556
4524
+ #: includes/elementor/widgets/modern-button.php:389
4525
+ #: includes/elementor/widgets/modern-button.php:442
4526
+ #: includes/elementor/widgets/modern-button.php:898
4527
+ #: includes/elementor/widgets/modern-button.php:997
4528
  #: includes/elementor/widgets/products-grid.php:721
4529
  #: includes/elementor/widgets/products-grid.php:858
4530
  #: includes/elementor/widgets/products-grid.php:949
4531
  #: includes/elementor/widgets/quote.php:333
4532
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1416
4533
  #: includes/elementor/widgets/staff.php:810
4534
  #: includes/elementor/widgets/tabs.php:210
4535
  #: includes/elementor/widgets/tabs.php:467
4549
  #: includes/elementor/widgets/theme-elements/modern-search.php:640
4550
  #: includes/elementor/widgets/theme-elements/search.php:330
4551
  #: includes/elementor/widgets/theme-elements/search.php:416
4552
+ #: includes/elementor/widgets/theme-elements/select.php:502
4553
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:336
4554
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:438
4555
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:503
4599
  #: includes/elementor/widgets/mailchimp.php:423
4600
  #: includes/elementor/widgets/mailchimp.php:578
4601
  #: includes/elementor/widgets/mailchimp.php:616
4602
+ #: includes/elementor/widgets/modern-button.php:505
4603
+ #: includes/elementor/widgets/modern-button.php:544
4604
+ #: includes/elementor/widgets/modern-button.php:605
4605
+ #: includes/elementor/widgets/modern-button.php:644
4606
+ #: includes/elementor/widgets/modern-button.php:717
4607
+ #: includes/elementor/widgets/modern-button.php:756
4608
+ #: includes/elementor/widgets/modern-button.php:857
4609
+ #: includes/elementor/widgets/modern-button.php:956
4610
  #: includes/elementor/widgets/products-grid.php:407
4611
  #: includes/elementor/widgets/products-grid.php:427
4612
  #: includes/elementor/widgets/products-grid.php:474
4627
  #: includes/elementor/widgets/recent-comments.php:208
4628
  #: includes/elementor/widgets/recent-comments.php:271
4629
  #: includes/elementor/widgets/recent-comments.php:291
4630
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1064
4631
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1090
4632
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1168
4633
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1194
4634
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1280
4635
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1467
4636
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1487
4637
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1858
4638
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1914
4639
+ #: includes/elementor/widgets/recent-posts-land-style.php:622
4640
+ #: includes/elementor/widgets/recent-posts-land-style.php:648
4641
+ #: includes/elementor/widgets/recent-posts-land-style.php:726
4642
+ #: includes/elementor/widgets/recent-posts-land-style.php:752
4643
+ #: includes/elementor/widgets/recent-posts-land-style.php:838
4644
+ #: includes/elementor/widgets/recent-posts-land-style.php:906
4645
+ #: includes/elementor/widgets/recent-posts-land-style.php:926
4646
+ #: includes/elementor/widgets/recent-posts-masonry.php:737
4647
+ #: includes/elementor/widgets/recent-posts-masonry.php:763
4648
+ #: includes/elementor/widgets/recent-posts-masonry.php:841
4649
+ #: includes/elementor/widgets/recent-posts-masonry.php:867
4650
+ #: includes/elementor/widgets/recent-posts-masonry.php:953
4651
+ #: includes/elementor/widgets/recent-posts-masonry.php:1021
4652
+ #: includes/elementor/widgets/recent-posts-masonry.php:1041
4653
+ #: includes/elementor/widgets/recent-posts-masonry.php:1256
4654
+ #: includes/elementor/widgets/recent-posts-masonry.php:1312
4655
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:498
4656
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:524
4657
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:602
4667
  #: includes/elementor/widgets/recent-posts-timeline.php:837
4668
  #: includes/elementor/widgets/recent-posts-timeline.php:905
4669
  #: includes/elementor/widgets/recent-posts-timeline.php:925
4670
+ #: includes/elementor/widgets/recent-products.php:540
4671
+ #: includes/elementor/widgets/recent-products.php:614
4672
+ #: includes/elementor/widgets/recent-products.php:640
4673
  #: includes/elementor/widgets/responsive-table.php:179
4674
  #: includes/elementor/widgets/responsive-table.php:246
4675
  #: includes/elementor/widgets/responsive-table.php:276
4730
  msgstr ""
4731
 
4732
  #: includes/elementor/widgets/audio.php:95
4733
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:759
4734
  #: includes/elements/audio.php:15
4735
  msgid "Audio"
4736
  msgstr ""
4771
  #: includes/elementor/widgets/image.php:345
4772
  #: includes/elementor/widgets/image.php:385
4773
  #: includes/elementor/widgets/image.php:399
4774
+ #: includes/elementor/widgets/modern-button.php:236
4775
+ #: includes/elementor/widgets/modern-button.php:248
4776
  #: includes/elementor/widgets/products-grid.php:223
4777
  #: includes/elementor/widgets/quote.php:221
4778
  #: includes/elementor/widgets/recent-comments.php:155
4785
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:449
4786
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:461
4787
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:490
4788
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:518
4789
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:530
4790
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:546
4791
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:558
4792
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:570
 
4793
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:582
4794
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:595
4795
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:638
4796
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:682
4797
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:721
4798
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:736
4799
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:773
4800
  #: includes/elementor/widgets/recent-posts-land-style.php:128
4801
  #: includes/elementor/widgets/recent-posts-land-style.php:140
4802
  #: includes/elementor/widgets/recent-posts-land-style.php:182
4803
  #: includes/elementor/widgets/recent-posts-land-style.php:194
4804
  #: includes/elementor/widgets/recent-posts-land-style.php:207
4805
  #: includes/elementor/widgets/recent-posts-land-style.php:222
4806
+ #: includes/elementor/widgets/recent-posts-land-style.php:251
4807
+ #: includes/elementor/widgets/recent-posts-land-style.php:266
4808
+ #: includes/elementor/widgets/recent-posts-land-style.php:278
4809
+ #: includes/elementor/widgets/recent-posts-land-style.php:291
4810
+ #: includes/elementor/widgets/recent-posts-land-style.php:333
4811
+ #: includes/elementor/widgets/recent-posts-land-style.php:385
4812
+ #: includes/elementor/widgets/recent-posts-land-style.php:397
4813
+ #: includes/elementor/widgets/recent-posts-land-style.php:409
4814
  #: includes/elementor/widgets/recent-posts-masonry.php:179
4815
  #: includes/elementor/widgets/recent-posts-masonry.php:192
4816
  #: includes/elementor/widgets/recent-posts-masonry.php:207
4817
  #: includes/elementor/widgets/recent-posts-masonry.php:249
4818
  #: includes/elementor/widgets/recent-posts-masonry.php:261
4819
  #: includes/elementor/widgets/recent-posts-masonry.php:289
4820
+ #: includes/elementor/widgets/recent-posts-masonry.php:317
4821
+ #: includes/elementor/widgets/recent-posts-masonry.php:332
4822
+ #: includes/elementor/widgets/recent-posts-masonry.php:344
 
4823
  #: includes/elementor/widgets/recent-posts-masonry.php:356
4824
+ #: includes/elementor/widgets/recent-posts-masonry.php:369
4825
+ #: includes/elementor/widgets/recent-posts-masonry.php:412
4826
+ #: includes/elementor/widgets/recent-posts-masonry.php:428
4827
+ #: includes/elementor/widgets/recent-posts-masonry.php:480
4828
+ #: includes/elementor/widgets/recent-posts-masonry.php:492
4829
+ #: includes/elementor/widgets/recent-posts-masonry.php:504
4830
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:253
4831
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:265
4832
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:301
4860
  #: includes/elementor/widgets/recent-products.php:280
4861
  #: includes/elementor/widgets/recent-products.php:292
4862
  #: includes/elementor/widgets/recent-products.php:341
4863
+ #: includes/elementor/widgets/recent-products.php:423
 
4864
  #: includes/elementor/widgets/search.php:104
4865
  #: includes/elementor/widgets/search.php:116
4866
  #: includes/elementor/widgets/search.php:131
4917
  #: includes/elementor/widgets/image.php:346
4918
  #: includes/elementor/widgets/image.php:386
4919
  #: includes/elementor/widgets/image.php:400
4920
+ #: includes/elementor/widgets/modern-button.php:237
4921
+ #: includes/elementor/widgets/modern-button.php:249
4922
  #: includes/elementor/widgets/products-grid.php:224
4923
  #: includes/elementor/widgets/quote.php:222
4924
  #: includes/elementor/widgets/recent-comments.php:156
4931
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:450
4932
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:462
4933
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:491
4934
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:519
4935
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:531
4936
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:547
4937
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:559
4938
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:571
 
4939
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:583
4940
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:596
4941
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:639
4942
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:683
4943
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:722
4944
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:737
4945
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:774
4946
  #: includes/elementor/widgets/recent-posts-land-style.php:129
4947
  #: includes/elementor/widgets/recent-posts-land-style.php:141
4948
  #: includes/elementor/widgets/recent-posts-land-style.php:183
4949
  #: includes/elementor/widgets/recent-posts-land-style.php:195
4950
  #: includes/elementor/widgets/recent-posts-land-style.php:208
4951
  #: includes/elementor/widgets/recent-posts-land-style.php:223
4952
+ #: includes/elementor/widgets/recent-posts-land-style.php:252
4953
+ #: includes/elementor/widgets/recent-posts-land-style.php:267
4954
+ #: includes/elementor/widgets/recent-posts-land-style.php:279
4955
+ #: includes/elementor/widgets/recent-posts-land-style.php:292
4956
+ #: includes/elementor/widgets/recent-posts-land-style.php:334
4957
+ #: includes/elementor/widgets/recent-posts-land-style.php:386
4958
+ #: includes/elementor/widgets/recent-posts-land-style.php:398
4959
+ #: includes/elementor/widgets/recent-posts-land-style.php:410
4960
  #: includes/elementor/widgets/recent-posts-masonry.php:180
4961
  #: includes/elementor/widgets/recent-posts-masonry.php:193
4962
  #: includes/elementor/widgets/recent-posts-masonry.php:208
4963
  #: includes/elementor/widgets/recent-posts-masonry.php:250
4964
  #: includes/elementor/widgets/recent-posts-masonry.php:262
4965
  #: includes/elementor/widgets/recent-posts-masonry.php:290
4966
+ #: includes/elementor/widgets/recent-posts-masonry.php:318
4967
+ #: includes/elementor/widgets/recent-posts-masonry.php:333
4968
+ #: includes/elementor/widgets/recent-posts-masonry.php:345
 
4969
  #: includes/elementor/widgets/recent-posts-masonry.php:357
4970
+ #: includes/elementor/widgets/recent-posts-masonry.php:370
4971
+ #: includes/elementor/widgets/recent-posts-masonry.php:413
4972
+ #: includes/elementor/widgets/recent-posts-masonry.php:429
4973
+ #: includes/elementor/widgets/recent-posts-masonry.php:481
4974
+ #: includes/elementor/widgets/recent-posts-masonry.php:493
4975
+ #: includes/elementor/widgets/recent-posts-masonry.php:505
4976
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:254
4977
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:266
4978
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:302
5006
  #: includes/elementor/widgets/recent-products.php:281
5007
  #: includes/elementor/widgets/recent-products.php:293
5008
  #: includes/elementor/widgets/recent-products.php:342
5009
+ #: includes/elementor/widgets/recent-products.php:424
 
5010
  #: includes/elementor/widgets/search.php:105
5011
  #: includes/elementor/widgets/search.php:117
5012
  #: includes/elementor/widgets/search.php:132
5048
  #: includes/elementor/widgets/audio.php:150
5049
  #: includes/elementor/widgets/button.php:275
5050
  #: includes/elementor/widgets/button.php:283
5051
+ #: includes/elementor/widgets/modern-button.php:330
5052
  #: includes/elementor/widgets/tabs.php:149
5053
  #: includes/elementor/widgets/text.php:1064
5054
  #: includes/elementor/widgets/theme-elements/menu.php:616
5108
 
5109
  #: includes/elementor/widgets/before-after.php:155
5110
  #: includes/elementor/widgets/products-grid.php:293
5111
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:863
5112
+ #: includes/elementor/widgets/recent-posts-land-style.php:482
5113
+ #: includes/elementor/widgets/recent-posts-masonry.php:577
5114
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:459
5115
  #: includes/elementor/widgets/recent-posts-tiles.php:361
5116
  #: includes/elementor/widgets/recent-posts-timeline.php:493
5117
+ #: includes/elementor/widgets/recent-products.php:411
5118
  #: includes/elements/before-after.php:83
5119
  #: includes/elements/latest-posts-slider.php:116
5120
  #: includes/elements/recent-posts-grid-carousel.php:260
5161
  #: includes/elementor/widgets/button.php:52
5162
  #: includes/elementor/widgets/button.php:100
5163
  #: includes/elementor/widgets/modern-button.php:101
5164
+ #: includes/elementor/widgets/modern-button.php:279
5165
  #: includes/elementor/widgets/products-grid.php:978
5166
  #: includes/elementor/widgets/text.php:279
5167
  #: includes/elementor/widgets/text.php:1028
5193
  msgstr ""
5194
 
5195
  #: includes/elementor/widgets/button.php:130
5196
+ #: includes/elementor/widgets/modern-button.php:233
5197
  msgid "Open Video in Lightbox"
5198
  msgstr ""
5199
 
5200
  #: includes/elementor/widgets/button.php:148
5201
  #: includes/elementor/widgets/heading-modern.php:1049
5202
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1545
5203
+ #: includes/elementor/widgets/recent-posts-masonry.php:1086
5204
  #: includes/elementor/widgets/text.php:1429
5205
  msgid "Wrapper"
5206
  msgstr ""
5211
  msgstr ""
5212
 
5213
  #: includes/elementor/widgets/button.php:160
5214
+ #: includes/elementor/widgets/modern-button.php:318
5215
  #: includes/elementor/widgets/text.php:1043 includes/elements/button.php:63
5216
  #: includes/elements/text.php:674 includes/general-hooks.php:698
5217
  #: includes/general-hooks.php:1110
5220
 
5221
  #: includes/elementor/widgets/button.php:164
5222
  #: includes/elementor/widgets/divider.php:147
5223
+ #: includes/elementor/widgets/modern-button.php:322
5224
  #: includes/elementor/widgets/text.php:1047 includes/elements/button.php:67
5225
  #: includes/elements/divider.php:91 includes/elements/text.php:678
5226
  #: includes/general-hooks.php:702 includes/general-hooks.php:1114
5243
  msgstr ""
5244
 
5245
  #: includes/elementor/widgets/button.php:192
5246
+ #: includes/elementor/widgets/modern-button.php:305
5247
  #: includes/elementor/widgets/text.php:1372 includes/elements/button.php:95
5248
  #: includes/elements/text.php:712 includes/general-hooks.php:733
5249
  #: includes/general-hooks.php:1145
5251
  msgstr ""
5252
 
5253
  #: includes/elementor/widgets/button.php:196
5254
+ #: includes/elementor/widgets/modern-button.php:306
5255
  #: includes/elementor/widgets/text.php:1376 includes/elements/button.php:99
5256
  #: includes/elements/text.php:716 includes/general-hooks.php:737
5257
  #: includes/general-hooks.php:1149
5271
  msgstr ""
5272
 
5273
  #: includes/elementor/widgets/button.php:219
5274
+ #: includes/elementor/widgets/modern-button.php:292
5275
  #: includes/elementor/widgets/text.php:1400 includes/elements/button.php:126
5276
  #: includes/elements/text.php:746 includes/general-hooks.php:774
5277
  #: includes/general-hooks.php:1186
5280
 
5281
  #: includes/elementor/widgets/button.php:230
5282
  #: includes/elementor/widgets/carousel-navigation.php:164
5283
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1664
5284
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1777
5285
+ #: includes/elementor/widgets/recent-posts-masonry.php:1163
5286
  #: includes/elementor/widgets/theme-elements/current-time.php:131
5287
  msgid "Align"
5288
  msgstr ""
5292
  #: includes/elementor/widgets/carousel-navigation.php:292
5293
  #: includes/elementor/widgets/carousel-navigation.php:399
5294
  #: includes/elementor/widgets/heading-modern.php:960
5295
+ #: includes/elementor/widgets/modern-button.php:372
5296
+ #: includes/elementor/widgets/modern-button.php:425
5297
+ #: includes/elementor/widgets/modern-button.php:869
5298
+ #: includes/elementor/widgets/modern-button.php:968
5299
  #: includes/elementor/widgets/products-grid.php:871
5300
  #: includes/elementor/widgets/products-grid.php:962
5301
  #: includes/elementor/widgets/products-grid.php:996
5302
  #: includes/elementor/widgets/products-grid.php:1052
5303
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1353
5304
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1383
5305
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1587
5306
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1625
5307
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1718
5308
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1756
5309
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1841
5310
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1897
5311
+ #: includes/elementor/widgets/recent-posts-masonry.php:1104
5312
+ #: includes/elementor/widgets/recent-posts-masonry.php:1142
5313
+ #: includes/elementor/widgets/recent-posts-masonry.php:1239
5314
+ #: includes/elementor/widgets/recent-posts-masonry.php:1295
5315
  #: includes/elementor/widgets/testimonial.php:895
5316
  #: includes/elementor/widgets/testimonial.php:931
5317
  #: includes/elementor/widgets/text.php:384
5341
  #: includes/elementor/widgets/icon.php:107
5342
  #: includes/elementor/widgets/icon.php:114
5343
  #: includes/elementor/widgets/icon.php:194
5344
+ #: includes/elementor/widgets/modern-button.php:799
5345
  #: includes/elementor/widgets/text.php:117
5346
  #: includes/elementor/widgets/text.php:127
5347
  #: includes/elementor/widgets/theme-elements/modern-search.php:106
5350
  #: includes/elementor/widgets/theme-elements/search.php:119
5351
  #: includes/elementor/widgets/theme-elements/search.php:131
5352
  #: includes/elementor/widgets/theme-elements/search.php:178
5353
+ #: includes/elementor/widgets/theme-elements/select.php:139
5354
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:108
5355
  #: includes/elements/custom-list.php:74 includes/elements/text.php:374
5356
  #: includes/elements/text.php:386 includes/general-hooks.php:241
5373
  msgstr ""
5374
 
5375
  #: includes/elementor/widgets/button.php:380
5376
+ #: includes/elementor/widgets/modern-button.php:814
5377
  #: includes/elementor/widgets/text.php:1152 includes/elements/button.php:191
5378
  #: includes/elements/text.php:809 includes/general-hooks.php:859
5379
  #: includes/general-hooks.php:1271
5410
  #: includes/elementor/widgets/custom-list.php:765
5411
  #: includes/elementor/widgets/image.php:198
5412
  #: includes/elementor/widgets/modern-button.php:108
5413
+ #: includes/elementor/widgets/modern-button.php:478
5414
  #: includes/elementor/widgets/quote.php:98
5415
  #: includes/elementor/widgets/quote.php:148
5416
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1362
5417
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1392
5418
  #: includes/elementor/widgets/theme-elements/breadcrumbs.php:287
5419
  #: includes/elementor/widgets/theme-elements/current-time.php:163
5420
  #: includes/elementor/widgets/theme-elements/modern-search.php:118
5432
  #: includes/elementor/widgets/heading-modern.php:745
5433
  #: includes/elementor/widgets/heading-modern.php:783
5434
  #: includes/elementor/widgets/image.php:680
5435
+ #: includes/elementor/widgets/modern-button.php:518
5436
+ #: includes/elementor/widgets/modern-button.php:556
5437
+ #: includes/elementor/widgets/modern-button.php:618
5438
+ #: includes/elementor/widgets/modern-button.php:656
5439
+ #: includes/elementor/widgets/modern-button.php:730
5440
+ #: includes/elementor/widgets/modern-button.php:768
5441
  #: includes/elementor/widgets/products-grid.php:1025
5442
  #: includes/elementor/widgets/products-grid.php:1081
5443
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1870
5444
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1926
5445
+ #: includes/elementor/widgets/recent-posts-masonry.php:1268
5446
+ #: includes/elementor/widgets/recent-posts-masonry.php:1324
5447
  #: includes/elementor/widgets/text.php:762
5448
  #: includes/elementor/widgets/text.php:858
5449
  #: includes/elementor/widgets/text.php:969
5486
  msgstr ""
5487
 
5488
  #: includes/elementor/widgets/carousel-navigation.php:128
5489
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:900
5490
+ #: includes/elementor/widgets/recent-posts-land-style.php:516
5491
+ #: includes/elementor/widgets/recent-posts-masonry.php:611
5492
  #: includes/elementor/widgets/recent-posts-tiles.php:395
5493
  #: includes/elementor/widgets/recent-posts-timeline.php:527
5494
  #: includes/elements/recent-posts-grid-carousel.php:415
5527
  #: includes/elementor/widgets/carousel-navigation.php:430
5528
  #: includes/elementor/widgets/custom-list.php:949
5529
  #: includes/elementor/widgets/icon.php:294
5530
+ #: includes/elementor/widgets/modern-button.php:314
5531
+ #: includes/elementor/widgets/modern-button.php:834
5532
+ #: includes/elementor/widgets/modern-button.php:933
5533
  #: includes/elementor/widgets/products-grid.php:770
5534
  #: includes/elementor/widgets/testimonial.php:756
5535
  #: includes/elementor/widgets/text.php:1039
6063
  #: includes/elementor/widgets/icon.php:166
6064
  #: includes/elementor/widgets/image.php:314
6065
  #: includes/elementor/widgets/modern-button.php:180
6066
+ #: includes/elementor/widgets/modern-button.php:810
6067
  #: includes/elementor/widgets/responsive-table.php:133
6068
  #: includes/elementor/widgets/responsive-table.php:200
6069
  #: includes/elementor/widgets/svg.php:279
6070
  #: includes/elementor/widgets/theme-elements/breadcrumbs.php:427
6071
  #: includes/elementor/widgets/theme-elements/copyright.php:138
6072
  #: includes/elementor/widgets/theme-elements/logo.php:157
6073
+ #: includes/elementor/widgets/theme-elements/select.php:227
6074
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:191
6075
  #: includes/elementor/widgets/theme-elements/site-title.php:184
6076
  #: includes/elements/image.php:145
6220
  msgstr ""
6221
 
6222
  #: includes/elementor/widgets/gallery.php:188
6223
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:932
6224
+ #: includes/elementor/widgets/recent-posts-land-style.php:548
6225
  #: includes/elementor/widgets/recent-posts-timeline.php:559
6226
+ #: includes/elementor/widgets/recent-products.php:490
6227
  #: includes/elements/gallery.php:292
6228
  #: includes/elements/recent-posts-grid-carousel.php:113
6229
  #: includes/elements/recent-posts-land-style.php:100
6387
 
6388
  #: includes/elementor/widgets/heading-modern.php:245
6389
  #: includes/elementor/widgets/modern-button.php:117
6390
+ #: includes/elementor/widgets/modern-button.php:575
6391
  #: includes/elements/highlight.php:18
6392
  msgid "Highlighted Text"
6393
  msgstr ""
6394
 
6395
  #: includes/elementor/widgets/heading-modern.php:258
6396
  #: includes/elementor/widgets/modern-button.php:126
6397
+ #: includes/elementor/widgets/modern-button.php:687
6398
  msgid "After Text"
6399
  msgstr ""
6400
 
6430
  msgstr ""
6431
 
6432
  #: includes/elementor/widgets/icon.php:137
6433
+ #: includes/elementor/widgets/modern-button.php:300
6434
  msgid "Shape"
6435
  msgstr ""
6436
 
6442
 
6443
  #: includes/elementor/widgets/icon.php:159
6444
  #: includes/elementor/widgets/theme-elements/logo.php:198
6445
+ #: includes/elementor/widgets/theme-elements/select.php:123
6446
  msgid "https://your-link.com"
6447
  msgstr ""
6448
 
6476
  #: includes/elementor/widgets/image.php:110
6477
  #: includes/elementor/widgets/image.php:165
6478
  #: includes/elementor/widgets/image.php:418
6479
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:755
6480
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:921
6481
+ #: includes/elementor/widgets/recent-posts-land-style.php:537
6482
+ #: includes/elementor/widgets/recent-posts-masonry.php:632
6483
  #: includes/elementor/widgets/recent-posts-timeline.php:548
6484
+ #: includes/elementor/widgets/recent-products.php:479
6485
  #: includes/elementor/widgets/staff.php:169
6486
  #: includes/elementor/widgets/staff.php:176
6487
  #: includes/elementor/widgets/svg.php:110
6637
 
6638
  #: includes/elementor/widgets/image.php:659
6639
  #: includes/elementor/widgets/quote.php:186
6640
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1613
6641
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1744
6642
+ #: includes/elementor/widgets/recent-posts-masonry.php:1130
6643
  #: includes/elementor/widgets/theme-elements/breadcrumbs.php:325
6644
  #: includes/elementor/widgets/theme-elements/modern-search.php:607
6645
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:269
6714
  msgid "Justified"
6715
  msgstr ""
6716
 
6717
+ #: includes/elementor/widgets/modern-button.php:223
6718
+ msgid "Link CSS ID"
6719
+ msgstr ""
6720
+
6721
+ #: includes/elementor/widgets/modern-button.php:234
6722
  msgid "To use this option, the above link option should be a video"
6723
  msgstr ""
6724
 
6725
+ #: includes/elementor/widgets/modern-button.php:246
6726
  msgid "Display Icon"
6727
  msgstr ""
6728
 
6729
+ #: includes/elementor/widgets/modern-button.php:336
6730
  msgid "black"
6731
  msgstr ""
6732
 
6733
+ #: includes/elementor/widgets/modern-button.php:340
6734
  msgid "White"
6735
  msgstr ""
6736
 
6737
+ #: includes/elementor/widgets/modern-button.php:344
6738
  msgid "Ball Blue"
6739
  msgstr ""
6740
 
6741
+ #: includes/elementor/widgets/modern-button.php:348
6742
  msgid "Mikado Yellow"
6743
  msgstr ""
6744
 
6745
+ #: includes/elementor/widgets/modern-button.php:352
6746
  msgid "Carmine Pink"
6747
  msgstr ""
6748
 
6749
+ #: includes/elementor/widgets/modern-button.php:815
6750
  msgid "Below"
6751
  msgstr ""
6752
 
6755
  msgstr ""
6756
 
6757
  #: includes/elementor/widgets/products-grid.php:164
6758
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:707
6759
+ #: includes/elementor/widgets/recent-posts-land-style.php:371
6760
+ #: includes/elementor/widgets/recent-posts-masonry.php:466
6761
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:348
6762
  #: includes/elementor/widgets/recent-posts-tiles.php:250
6763
  #: includes/elementor/widgets/recent-posts-timeline.php:382
6773
  msgstr ""
6774
 
6775
  #: includes/elementor/widgets/products-grid.php:184
6776
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:673
6777
+ #: includes/elementor/widgets/recent-posts-land-style.php:352
6778
+ #: includes/elementor/widgets/recent-posts-masonry.php:447
6779
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:329
6780
  #: includes/elementor/widgets/recent-posts-tiles.php:231
6781
  #: includes/elementor/widgets/recent-posts-timeline.php:363
6891
  msgstr ""
6892
 
6893
  #: includes/elementor/widgets/products-grid.php:209
6894
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:692
6895
+ #: includes/elementor/widgets/recent-posts-land-style.php:359
6896
+ #: includes/elementor/widgets/recent-posts-masonry.php:454
6897
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:336
6898
  #: includes/elementor/widgets/recent-posts-tiles.php:238
6899
  #: includes/elementor/widgets/recent-posts-timeline.php:370
6921
  msgstr ""
6922
 
6923
  #: includes/elementor/widgets/products-grid.php:233
6924
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:788
6925
+ #: includes/elementor/widgets/recent-posts-land-style.php:422
6926
+ #: includes/elementor/widgets/recent-posts-masonry.php:517
6927
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:399
6928
  #: includes/elementor/widgets/recent-posts-tiles.php:301
6929
  #: includes/elementor/widgets/recent-posts-timeline.php:433
6930
+ #: includes/elementor/widgets/recent-products.php:351
6931
  #: includes/elements/latest-posts-slider.php:130
6932
  #: includes/elements/popular-posts-widget.php:189
6933
  #: includes/elements/recent-posts-grid-carousel.php:175
6944
  msgstr ""
6945
 
6946
  #: includes/elementor/widgets/products-grid.php:242
6947
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:797
6948
+ #: includes/elementor/widgets/recent-posts-land-style.php:431
6949
+ #: includes/elementor/widgets/recent-posts-masonry.php:526
6950
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:408
6951
  #: includes/elementor/widgets/recent-posts-tiles.php:310
6952
  #: includes/elementor/widgets/recent-posts-timeline.php:442
6953
+ #: includes/elementor/widgets/recent-products.php:360
6954
  #: includes/elements/latest-posts-slider.php:141
6955
  #: includes/elements/popular-posts-widget.php:202
6956
  #: includes/elements/recent-posts-grid-carousel.php:188
6967
  msgstr ""
6968
 
6969
  #: includes/elementor/widgets/products-grid.php:243
6970
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:798
6971
+ #: includes/elementor/widgets/recent-posts-land-style.php:432
6972
+ #: includes/elementor/widgets/recent-posts-masonry.php:527
6973
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:409
6974
  #: includes/elementor/widgets/recent-posts-tiles.php:311
6975
  #: includes/elementor/widgets/recent-posts-timeline.php:443
6976
+ #: includes/elementor/widgets/recent-products.php:361
6977
  #: includes/elements/latest-posts-slider.php:142
6978
  #: includes/elements/popular-posts-widget.php:203
6979
  #: includes/elements/recent-posts-grid-carousel.php:189
6990
  msgstr ""
6991
 
6992
  #: includes/elementor/widgets/products-grid.php:245
6993
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:800
6994
+ #: includes/elementor/widgets/recent-posts-land-style.php:434
6995
+ #: includes/elementor/widgets/recent-posts-masonry.php:529
6996
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:411
6997
  #: includes/elementor/widgets/recent-posts-tiles.php:313
6998
  #: includes/elementor/widgets/recent-posts-timeline.php:445
6999
+ #: includes/elementor/widgets/recent-products.php:363
7000
  #: includes/elements/recent-posts-grid-carousel.php:191
7001
  #: includes/elements/recent-posts-land-style.php:178
7002
  #: includes/elements/recent-posts-masonry.php:158
7010
  msgstr ""
7011
 
7012
  #: includes/elementor/widgets/products-grid.php:257
7013
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:815
7014
+ #: includes/elementor/widgets/recent-posts-land-style.php:446
7015
+ #: includes/elementor/widgets/recent-posts-masonry.php:541
7016
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:423
7017
  #: includes/elementor/widgets/recent-posts-tiles.php:325
7018
  #: includes/elementor/widgets/recent-posts-timeline.php:457
7019
+ #: includes/elementor/widgets/recent-products.php:375
7020
  #: includes/elements/latest-posts-slider.php:160
7021
  #: includes/elements/popular-posts-widget.php:221
7022
  #: includes/elements/recent-posts-grid-carousel.php:208
7033
  msgstr ""
7034
 
7035
  #: includes/elementor/widgets/products-grid.php:258
7036
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:816
7037
+ #: includes/elementor/widgets/recent-posts-land-style.php:447
7038
+ #: includes/elementor/widgets/recent-posts-masonry.php:542
7039
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:424
7040
  #: includes/elementor/widgets/recent-posts-tiles.php:326
7041
  #: includes/elementor/widgets/recent-posts-timeline.php:458
7042
+ #: includes/elementor/widgets/recent-products.php:376
7043
  #: includes/elements/latest-posts-slider.php:161
7044
  #: includes/elements/popular-posts-widget.php:222
7045
  #: includes/elements/recent-posts-grid-carousel.php:209
7056
  msgstr ""
7057
 
7058
  #: includes/elementor/widgets/products-grid.php:266
7059
+ #: includes/elementor/widgets/recent-products.php:384
7060
  #: includes/elements/recent-products.php:164
7061
  msgid "Only products"
7062
  msgstr ""
7063
 
7064
  #: includes/elementor/widgets/products-grid.php:267
7065
+ #: includes/elementor/widgets/recent-products.php:385
7066
  #: includes/elements/recent-products.php:165
7067
  msgid ""
7068
  "If you intend to display ONLY specific products, you should specify the "
7071
  msgstr ""
7072
 
7073
  #: includes/elementor/widgets/products-grid.php:275
7074
+ #: includes/elementor/widgets/recent-products.php:393
7075
  #: includes/elements/recent-products.php:178
7076
  msgid "Include products"
7077
  msgstr ""
7078
 
7079
  #: includes/elementor/widgets/products-grid.php:276
7080
+ #: includes/elementor/widgets/recent-products.php:394
7081
  #: includes/elements/recent-products.php:179
7082
  msgid ""
7083
  "If you intend to include additional products, you should specify the "
7086
  msgstr ""
7087
 
7088
  #: includes/elementor/widgets/products-grid.php:284
7089
+ #: includes/elementor/widgets/recent-products.php:402
7090
  #: includes/elements/recent-products.php:192
7091
  msgid "Exclude products"
7092
  msgstr ""
7093
 
7094
  #: includes/elementor/widgets/products-grid.php:285
7095
+ #: includes/elementor/widgets/recent-products.php:403
7096
  #: includes/elements/recent-products.php:193
7097
  msgid ""
7098
  "If you intend to exclude specific products from result, you should specify "
7166
  msgstr ""
7167
 
7168
  #: includes/elementor/widgets/products-grid.php:1102
7169
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1947
7170
+ #: includes/elementor/widgets/recent-posts-masonry.php:1345
7171
  msgid "Button Padding"
7172
  msgstr ""
7173
 
7237
 
7238
  #: includes/elementor/widgets/recent-comments.php:232
7239
  #: includes/elementor/widgets/recent-comments.php:315
7240
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1120
7241
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1224
7242
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1306
7243
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1428
7244
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1523
7245
+ #: includes/elementor/widgets/recent-posts-land-style.php:678
7246
+ #: includes/elementor/widgets/recent-posts-land-style.php:782
7247
+ #: includes/elementor/widgets/recent-posts-land-style.php:864
7248
+ #: includes/elementor/widgets/recent-posts-land-style.php:950
7249
+ #: includes/elementor/widgets/recent-posts-masonry.php:793
7250
+ #: includes/elementor/widgets/recent-posts-masonry.php:897
7251
+ #: includes/elementor/widgets/recent-posts-masonry.php:979
7252
+ #: includes/elementor/widgets/recent-posts-masonry.php:1065
7253
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:554
7254
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:658
7255
  #: includes/elementor/widgets/recent-posts-tiles.php:495
7258
  #: includes/elementor/widgets/recent-posts-timeline.php:781
7259
  #: includes/elementor/widgets/recent-posts-timeline.php:863
7260
  #: includes/elementor/widgets/recent-posts-timeline.php:949
7261
+ #: includes/elementor/widgets/recent-products.php:670
7262
  #: includes/elementor/widgets/staff.php:550
7263
  #: includes/elementor/widgets/staff.php:612
7264
  #: includes/elementor/widgets/staff.php:674
7275
  msgstr ""
7276
 
7277
  #: includes/elementor/widgets/recent-comments.php:331
7278
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1243
7279
+ #: includes/elementor/widgets/recent-posts-land-style.php:801
7280
+ #: includes/elementor/widgets/recent-posts-masonry.php:916
7281
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:677
7282
  #: includes/elementor/widgets/recent-posts-tiles.php:618
7283
  #: includes/elementor/widgets/recent-posts-timeline.php:800
7568
  msgstr ""
7569
 
7570
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:503
7571
+ #: includes/elementor/widgets/recent-posts-land-style.php:236
7572
+ #: includes/elementor/widgets/recent-posts-masonry.php:302
7573
+ msgid "Number of Categories Limit"
7574
+ msgstr ""
7575
+
7576
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:516
7577
  msgid "Display Category Badge"
7578
  msgstr ""
7579
 
7580
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:528
7581
+ #: includes/elementor/widgets/recent-posts-land-style.php:249
7582
+ #: includes/elementor/widgets/recent-posts-masonry.php:315
7583
  #: includes/elements/recent-posts-grid-carousel.php:363
7584
  msgid "Display Date"
7585
  msgstr ""
7586
 
7587
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:543
7588
  #: includes/elementor/widgets/recent-posts-land-style.php:204
7589
+ #: includes/elementor/widgets/recent-posts-masonry.php:409
7590
  #: includes/elementor/widgets/recent-posts-timeline.php:325
7591
  msgid "Display Author in Header"
7592
  msgstr ""
7593
 
7594
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:544
7595
  #: includes/elementor/widgets/recent-posts-land-style.php:205
7596
+ #: includes/elementor/widgets/recent-posts-masonry.php:410
7597
  #: includes/elementor/widgets/recent-posts-timeline.php:326
7598
  msgid "Enable it to display author name in header"
7599
  msgstr ""
7600
 
7601
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:556
7602
+ #: includes/elementor/widgets/recent-posts-masonry.php:330
7603
  #: includes/elements/recent-posts-grid-carousel.php:313
7604
  msgid "Display post content"
7605
  msgstr ""
7606
 
7607
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:568
7608
+ #: includes/elementor/widgets/recent-posts-land-style.php:264
7609
  msgid "Display Comments Number"
7610
  msgstr ""
7611
 
7612
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:580
7613
+ #: includes/elementor/widgets/recent-posts-land-style.php:276
7614
+ #: includes/elementor/widgets/recent-posts-masonry.php:342
7615
  #: includes/elementor/widgets/recent-posts-timeline.php:258
7616
  #: includes/elements/recent-posts-grid-carousel.php:380
7617
  #: includes/elements/recent-posts-land-style.php:300
7619
  msgid "Display like button"
7620
  msgstr ""
7621
 
7622
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:592
7623
+ #: includes/elementor/widgets/recent-posts-land-style.php:288
7624
+ #: includes/elementor/widgets/recent-posts-masonry.php:366
7625
  #: includes/elementor/widgets/recent-posts-timeline.php:282
7626
  #: includes/elements/popular-posts-widget.php:146
7627
  #: includes/elements/recent-posts-timeline.php:352
7629
  msgid "Display excerpt"
7630
  msgstr ""
7631
 
7632
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:593
7633
+ #: includes/elementor/widgets/recent-posts-land-style.php:289
7634
+ #: includes/elementor/widgets/recent-posts-masonry.php:367
7635
  #: includes/elementor/widgets/recent-posts-timeline.php:283
7636
  #: includes/elements/popular-posts-widget.php:147
7637
  #: includes/elements/recent-posts-timeline.php:353
7639
  msgid "Enable it to display post summary instead of full content."
7640
  msgstr ""
7641
 
7642
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:605
7643
+ #: includes/elementor/widgets/recent-posts-land-style.php:301
7644
+ #: includes/elementor/widgets/recent-posts-masonry.php:379
7645
  #: includes/elementor/widgets/recent-posts-timeline.php:295
7646
  #: includes/elements/popular-posts-widget.php:175
7647
  #: includes/elements/recent-posts-grid-carousel.php:425
7652
  msgid "Excerpt length"
7653
  msgstr ""
7654
 
7655
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:606
7656
+ #: includes/elementor/widgets/recent-posts-land-style.php:302
7657
+ #: includes/elementor/widgets/recent-posts-masonry.php:380
7658
  #: includes/elementor/widgets/recent-posts-timeline.php:296
7659
  #: includes/elements/recent-posts-grid-carousel.php:426
7660
  #: includes/elements/recent-posts-land-style.php:346
7663
  msgid "Specify summary content in character."
7664
  msgstr ""
7665
 
7666
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:618
7667
+ #: includes/elementor/widgets/recent-posts-land-style.php:314
7668
+ #: includes/elementor/widgets/recent-posts-masonry.php:392
7669
  #: includes/elementor/widgets/recent-posts-timeline.php:308
7670
  #: includes/elements/recent-posts-grid-carousel.php:439
7671
  #: includes/elements/recent-posts-land-style.php:363
7674
  msgid "Display author or read more"
7675
  msgstr ""
7676
 
7677
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:620
7678
+ #: includes/elementor/widgets/recent-posts-land-style.php:316
7679
+ #: includes/elementor/widgets/recent-posts-masonry.php:394
7680
  #: includes/elementor/widgets/recent-posts-timeline.php:310
7681
  #: includes/elements/recent-posts-grid-carousel.php:440
7682
  #: includes/elements/recent-posts-land-style.php:364
7685
  msgid "Specifies whether to show author or read more on each post."
7686
  msgstr ""
7687
 
7688
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:624
7689
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1823
7690
+ #: includes/elementor/widgets/recent-posts-land-style.php:320
7691
+ #: includes/elementor/widgets/recent-posts-masonry.php:398
7692
+ #: includes/elementor/widgets/recent-posts-masonry.php:1221
7693
  #: includes/elementor/widgets/recent-posts-timeline.php:314
7694
  #: includes/elementor/widgets/text.php:301
7695
  #: includes/elements/recent-posts-grid-carousel.php:447
7699
  msgid "Read More"
7700
  msgstr ""
7701
 
7702
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:635
7703
+ #: includes/elementor/widgets/recent-posts-land-style.php:330
7704
+ #: includes/elementor/widgets/recent-posts-masonry.php:425
7705
  #: includes/elementor/widgets/recent-posts-timeline.php:341
7706
  msgid "Display Author in Footer"
7707
  msgstr ""
7708
 
7709
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:636
7710
+ #: includes/elementor/widgets/recent-posts-land-style.php:331
7711
+ #: includes/elementor/widgets/recent-posts-masonry.php:426
7712
  #: includes/elementor/widgets/recent-posts-timeline.php:342
7713
  msgid "Enable it to display author name in footer"
7714
  msgstr ""
7715
 
7716
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:651
7717
  msgid "Meta info position"
7718
  msgstr ""
7719
 
7720
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:680
7721
  msgid "Use wp query"
7722
  msgstr ""
7723
 
7724
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:693
7725
+ #: includes/elementor/widgets/recent-posts-land-style.php:360
7726
+ #: includes/elementor/widgets/recent-posts-masonry.php:455
7727
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:337
7728
  #: includes/elementor/widgets/recent-posts-tiles.php:239
7729
  #: includes/elementor/widgets/recent-posts-timeline.php:371
7739
  msgid "Specifies a category that you want to show posts from it."
7740
  msgstr ""
7741
 
7742
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:719
7743
+ #: includes/elementor/widgets/recent-posts-land-style.php:383
7744
+ #: includes/elementor/widgets/recent-posts-masonry.php:478
7745
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:360
7746
  #: includes/elementor/widgets/recent-posts-tiles.php:262
7747
  #: includes/elementor/widgets/recent-posts-timeline.php:394
7756
  msgid "Exclude posts without media"
7757
  msgstr ""
7758
 
7759
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:734
7760
  #: includes/elements/recent-posts-timeline.php:107
7761
  msgid "Exclude all custom post formats"
7762
  msgstr ""
7763
 
7764
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:749
7765
  msgid "Include custom post formats"
7766
  msgstr ""
7767
 
7768
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:753
7769
  msgid "Aside"
7770
  msgstr ""
7771
 
7772
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:754
7773
  #: includes/elements/gallery.php:15
7774
  msgid "Gallery"
7775
  msgstr ""
7776
 
7777
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:757
7778
  #: includes/elements/quote.php:15
7779
  msgid "Quote"
7780
  msgstr ""
7781
 
7782
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:758
7783
  #: includes/elementor/widgets/video.php:94 includes/elements/video.php:15
7784
  msgid "Video"
7785
  msgstr ""
7786
 
7787
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:771
7788
+ #: includes/elementor/widgets/recent-posts-land-style.php:407
7789
+ #: includes/elementor/widgets/recent-posts-masonry.php:502
7790
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:384
7791
  #: includes/elementor/widgets/recent-posts-tiles.php:286
7792
  #: includes/elementor/widgets/recent-posts-timeline.php:418
 
7793
  #: includes/elements/recent-posts-grid-carousel.php:159
7794
  #: includes/elements/recent-posts-land-style.php:146
7795
  #: includes/elements/recent-posts-masonry.php:126
7799
  msgid "Exclude quote and link post formats"
7800
  msgstr ""
7801
 
7802
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:827
7803
+ #: includes/elementor/widgets/recent-posts-land-style.php:455
7804
+ #: includes/elementor/widgets/recent-posts-masonry.php:550
7805
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:432
7806
  #: includes/elementor/widgets/recent-posts-tiles.php:334
7807
  #: includes/elementor/widgets/recent-posts-timeline.php:466
7814
  msgid "Only posts"
7815
  msgstr ""
7816
 
7817
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:828
7818
+ #: includes/elementor/widgets/recent-posts-land-style.php:456
7819
+ #: includes/elementor/widgets/recent-posts-masonry.php:551
7820
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:433
7821
  #: includes/elementor/widgets/recent-posts-tiles.php:335
7822
  #: includes/elementor/widgets/recent-posts-timeline.php:467
7832
  "53,34,87,25)."
7833
  msgstr ""
7834
 
7835
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:839
7836
+ #: includes/elementor/widgets/recent-posts-land-style.php:464
7837
+ #: includes/elementor/widgets/recent-posts-masonry.php:559
7838
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:441
7839
  #: includes/elementor/widgets/recent-posts-tiles.php:343
7840
  #: includes/elementor/widgets/recent-posts-timeline.php:475
7849
  msgid "Include posts"
7850
  msgstr ""
7851
 
7852
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:840
7853
+ #: includes/elementor/widgets/recent-posts-land-style.php:465
7854
+ #: includes/elementor/widgets/recent-posts-masonry.php:560
7855
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:442
7856
  #: includes/elementor/widgets/recent-posts-tiles.php:344
7857
  #: includes/elementor/widgets/recent-posts-timeline.php:476
7867
  "53,34,87,25)"
7868
  msgstr ""
7869
 
7870
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:851
7871
+ #: includes/elementor/widgets/recent-posts-land-style.php:473
7872
+ #: includes/elementor/widgets/recent-posts-masonry.php:568
7873
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:450
7874
  #: includes/elementor/widgets/recent-posts-tiles.php:352
7875
  #: includes/elementor/widgets/recent-posts-timeline.php:484
7883
  msgid "Exclude posts"
7884
  msgstr ""
7885
 
7886
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:852
7887
+ #: includes/elementor/widgets/recent-posts-land-style.php:474
7888
+ #: includes/elementor/widgets/recent-posts-masonry.php:569
7889
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:451
7890
  #: includes/elementor/widgets/recent-posts-tiles.php:353
7891
  #: includes/elementor/widgets/recent-posts-timeline.php:485
7901
  "(eg. 53,34,87,25)"
7902
  msgstr ""
7903
 
7904
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:864
7905
+ #: includes/elementor/widgets/recent-posts-land-style.php:483
7906
+ #: includes/elementor/widgets/recent-posts-masonry.php:578
7907
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:460
7908
  #: includes/elementor/widgets/recent-posts-tiles.php:362
7909
  #: includes/elementor/widgets/recent-posts-timeline.php:494
7910
+ #: includes/elementor/widgets/recent-products.php:412
7911
  #: includes/elements/latest-posts-slider.php:117
7912
  #: includes/elements/recent-posts-grid-carousel.php:261
7913
  #: includes/elements/recent-posts-land-style.php:248
7918
  msgid "Number of post to displace or pass over."
7919
  msgstr ""
7920
 
7921
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:881
7922
+ #: includes/elementor/widgets/recent-posts-land-style.php:497
7923
+ #: includes/elementor/widgets/recent-posts-masonry.php:592
7924
  #: includes/elementor/widgets/recent-posts-tiles.php:376
7925
  #: includes/elementor/widgets/recent-posts-timeline.php:508
7926
  msgid "Paginate"
7927
  msgstr ""
7928
 
7929
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:888
7930
+ #: includes/elementor/widgets/recent-posts-land-style.php:504
7931
+ #: includes/elementor/widgets/recent-posts-masonry.php:599
7932
  #: includes/elementor/widgets/recent-posts-tiles.php:383
7933
  #: includes/elementor/widgets/recent-posts-timeline.php:515
7934
  #: includes/elements/recent-posts-grid-carousel.php:394
7939
  msgid "Load More Type"
7940
  msgstr ""
7941
 
7942
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:896
7943
+ #: includes/elementor/widgets/recent-posts-land-style.php:512
7944
+ #: includes/elementor/widgets/recent-posts-masonry.php:607
7945
  #: includes/elementor/widgets/recent-posts-tiles.php:391
7946
  #: includes/elementor/widgets/recent-posts-timeline.php:523
7947
  #: includes/elements/recent-posts-grid-carousel.php:411
7952
  msgid "Infinite Scroll"
7953
  msgstr ""
7954
 
7955
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:904
7956
+ #: includes/elementor/widgets/recent-posts-land-style.php:520
7957
+ #: includes/elementor/widgets/recent-posts-masonry.php:615
7958
  #: includes/elementor/widgets/recent-posts-tiles.php:399
7959
  #: includes/elementor/widgets/recent-posts-timeline.php:531
7960
  #: includes/elements/recent-posts-grid-carousel.php:419
7965
  msgid "Next Prev"
7966
  msgstr ""
7967
 
7968
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:936
7969
+ #: includes/elementor/widgets/recent-posts-land-style.php:552
7970
  #: includes/elementor/widgets/recent-posts-timeline.php:563
7971
+ #: includes/elementor/widgets/recent-products.php:494
7972
  #: includes/elements/gallery.php:300
7973
  #: includes/elements/recent-posts-grid-carousel.php:121
7974
  #: includes/elements/recent-posts-land-style.php:108
7977
  msgid "Horizontal 4:3"
7978
  msgstr ""
7979
 
7980
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:937
7981
+ #: includes/elementor/widgets/recent-posts-land-style.php:553
7982
  #: includes/elementor/widgets/recent-posts-timeline.php:564
7983
+ #: includes/elementor/widgets/recent-products.php:495
7984
  #: includes/elements/gallery.php:301
7985
  #: includes/elements/recent-posts-grid-carousel.php:122
7986
  #: includes/elements/recent-posts-land-style.php:109
7989
  msgid "Horizontal 16:9"
7990
  msgstr ""
7991
 
7992
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:938
7993
+ #: includes/elementor/widgets/recent-posts-land-style.php:554
7994
  #: includes/elementor/widgets/recent-posts-timeline.php:565
7995
+ #: includes/elementor/widgets/recent-products.php:496
7996
  #: includes/elements/gallery.php:302
7997
  #: includes/elements/recent-posts-grid-carousel.php:123
7998
  #: includes/elements/recent-posts-land-style.php:110
8001
  msgid "Square 1:1"
8002
  msgstr ""
8003
 
8004
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:939
8005
+ #: includes/elementor/widgets/recent-posts-land-style.php:555
8006
  #: includes/elementor/widgets/recent-posts-timeline.php:566
8007
+ #: includes/elementor/widgets/recent-products.php:497
8008
  #: includes/elements/gallery.php:303
8009
  #: includes/elements/recent-posts-grid-carousel.php:124
8010
  #: includes/elements/recent-posts-land-style.php:111
8013
  msgid "Vertical 3:4"
8014
  msgstr ""
8015
 
8016
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:952
8017
  msgid "Custom Aspect Ratio"
8018
  msgstr ""
8019
 
8020
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1145
8021
+ #: includes/elementor/widgets/recent-posts-land-style.php:703
8022
+ #: includes/elementor/widgets/recent-posts-masonry.php:818
8023
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:579
8024
  #: includes/elementor/widgets/recent-posts-tiles.php:520
8025
  #: includes/elementor/widgets/recent-posts-timeline.php:702
8026
  msgid "Post Info"
8027
  msgstr ""
8028
 
8029
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1269
8030
+ #: includes/elementor/widgets/recent-posts-land-style.php:827
8031
+ #: includes/elementor/widgets/recent-posts-masonry.php:942
8032
  #: includes/elementor/widgets/recent-posts-timeline.php:826
8033
  msgid "Excerpt"
8034
  msgstr ""
8035
 
8036
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1332
8037
  msgid "Badge"
8038
  msgstr ""
8039
 
8040
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1450
8041
+ #: includes/elementor/widgets/recent-posts-land-style.php:889
8042
+ #: includes/elementor/widgets/recent-posts-masonry.php:1004
8043
  #: includes/elementor/widgets/recent-posts-timeline.php:888
8044
  msgid "Meta"
8045
  msgstr ""
8046
 
8047
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1511
8048
  msgid "Padding for meta wrapper"
8049
  msgstr ""
8050
 
8051
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1553
8052
+ #: includes/elementor/widgets/recent-posts-masonry.php:1191
8053
  #: includes/elementor/widgets/staff.php:894
8054
  msgid "Padding for main wrapper"
8055
  msgstr ""
8056
 
8057
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1565
8058
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1805
8059
+ #: includes/elementor/widgets/recent-posts-masonry.php:1203
8060
  #: includes/elementor/widgets/staff.php:906
8061
  msgid "Padding for content wrapper"
8062
  msgstr ""
8063
 
8064
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1642
8065
  #: includes/elementor/widgets/text.php:623
8066
  #: includes/elementor/widgets/text.php:1553
8067
  msgid "Transition duration"
8068
  msgstr ""
8069
 
8070
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:1697
8071
  msgid "Flip Wrapper"
8072
  msgstr ""
8073
 
8075
  msgid "Land Style Posts"
8076
  msgstr ""
8077
 
8078
+ #: includes/elementor/widgets/recent-posts-land-style.php:395
8079
+ #: includes/elementor/widgets/recent-posts-masonry.php:490
8080
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:372
8081
  #: includes/elementor/widgets/recent-posts-tiles.php:274
8082
  #: includes/elementor/widgets/recent-posts-timeline.php:406
 
8083
  #: includes/elements/recent-posts-grid-carousel.php:146
8084
  #: includes/elements/recent-posts-land-style.php:133
8085
  #: includes/elements/recent-posts-masonry.php:113
8097
  msgid "Crop image"
8098
  msgstr ""
8099
 
8100
+ #: includes/elementor/widgets/recent-posts-masonry.php:354
8101
  #: includes/elementor/widgets/recent-posts-timeline.php:270
8102
  msgid "Display Comment Number"
8103
  msgstr ""
8176
  msgid "Display Add To Cart"
8177
  msgstr ""
8178
 
8179
+ #: includes/elementor/widgets/recent-products.php:420
8180
+ msgid "Show Pagination"
8181
+ msgstr ""
8182
+
8183
+ #: includes/elementor/widgets/recent-products.php:421
8184
+ msgid "Paginates the products"
8185
+ msgstr ""
8186
+
8187
+ #: includes/elementor/widgets/recent-products.php:566
8188
  msgid "Spacing"
8189
  msgstr ""
8190
 
8191
+ #: includes/elementor/widgets/recent-products.php:591
8192
  msgid "Category"
8193
  msgstr ""
8194
 
8195
+ #: includes/elementor/widgets/recent-products.php:700
8196
  msgid "WooCommerce"
8197
  msgstr ""
8198
 
8594
  msgstr ""
8595
 
8596
  #: includes/elementor/widgets/text.php:422
8597
+ #: includes/elementor/widgets/theme-elements/select.php:527
8598
  msgid "Border"
8599
  msgstr ""
8600
 
9117
  msgid "Form Background Color"
9118
  msgstr ""
9119
 
9120
+ #: includes/elementor/widgets/theme-elements/select.php:47
9121
+ msgid "Select Box"
9122
+ msgstr ""
9123
+
9124
+ #: includes/elementor/widgets/theme-elements/select.php:98
9125
+ msgid "Dropdown icon"
9126
+ msgstr ""
9127
+
9128
+ #: includes/elementor/widgets/theme-elements/select.php:114
9129
+ msgid "Link title"
9130
+ msgstr ""
9131
+
9132
+ #: includes/elementor/widgets/theme-elements/select.php:151
9133
+ msgid "Is lanugage swicher ?"
9134
+ msgstr ""
9135
+
9136
+ #: includes/elementor/widgets/theme-elements/select.php:163
9137
+ #: includes/elements/code.php:73
9138
+ msgid "Language"
9139
+ msgstr ""
9140
+
9141
+ #: includes/elementor/widgets/theme-elements/select.php:175
9142
+ msgid "Items"
9143
+ msgstr ""
9144
+
9145
+ #: includes/elementor/widgets/theme-elements/select.php:180
9146
+ msgid "First Item"
9147
+ msgstr ""
9148
+
9149
+ #: includes/elementor/widgets/theme-elements/select.php:183
9150
+ msgid "Second Item"
9151
+ msgstr ""
9152
+
9153
+ #: includes/elementor/widgets/theme-elements/select.php:193
9154
+ msgid "Display Items On Hover"
9155
+ msgstr ""
9156
+
9157
+ #: includes/elementor/widgets/theme-elements/select.php:207
9158
+ msgid "Select Style"
9159
+ msgstr ""
9160
+
9161
+ #: includes/elementor/widgets/theme-elements/select.php:215
9162
+ msgid "Select Margin"
9163
+ msgstr ""
9164
+
9165
+ #: includes/elementor/widgets/theme-elements/select.php:259
9166
+ msgid "Select Width"
9167
+ msgstr ""
9168
+
9169
+ #: includes/elementor/widgets/theme-elements/select.php:283
9170
+ msgid "Select Height"
9171
+ msgstr ""
9172
+
9173
+ #: includes/elementor/widgets/theme-elements/select.php:316
9174
+ #: includes/elementor/widgets/theme-elements/select.php:347
9175
+ msgid "Current Item Color "
9176
+ msgstr ""
9177
+
9178
+ #: includes/elementor/widgets/theme-elements/select.php:329
9179
+ #: includes/elementor/widgets/theme-elements/select.php:360
9180
+ msgid "Select Background"
9181
+ msgstr ""
9182
+
9183
+ #: includes/elementor/widgets/theme-elements/select.php:369
9184
+ #: includes/elementor/widgets/theme-elements/select.php:634
9185
+ msgid "Transition (ms)"
9186
+ msgstr ""
9187
+
9188
+ #: includes/elementor/widgets/theme-elements/select.php:392
9189
+ msgid "Select Border Options"
9190
+ msgstr ""
9191
+
9192
+ #: includes/elementor/widgets/theme-elements/select.php:402
9193
+ msgid "Select Border"
9194
+ msgstr ""
9195
+
9196
+ #: includes/elementor/widgets/theme-elements/select.php:411
9197
+ msgid "Select Border Radius"
9198
+ msgstr ""
9199
+
9200
+ #: includes/elementor/widgets/theme-elements/select.php:425
9201
+ msgid "Dropdown Style"
9202
+ msgstr ""
9203
+
9204
+ #: includes/elementor/widgets/theme-elements/select.php:433
9205
+ msgid "Dropdown Border Options"
9206
+ msgstr ""
9207
+
9208
+ #: includes/elementor/widgets/theme-elements/select.php:443
9209
+ msgid "Select List Border"
9210
+ msgstr ""
9211
+
9212
+ #: includes/elementor/widgets/theme-elements/select.php:452
9213
+ msgid "Dropdown Border Radius"
9214
+ msgstr ""
9215
+
9216
+ #: includes/elementor/widgets/theme-elements/select.php:473
9217
+ msgid "Dropdown Background"
9218
+ msgstr ""
9219
+
9220
+ #: includes/elementor/widgets/theme-elements/select.php:484
9221
+ msgid "Items Style"
9222
+ msgstr ""
9223
+
9224
+ #: includes/elementor/widgets/theme-elements/select.php:493
9225
+ msgid "Item Typography"
9226
+ msgstr ""
9227
+
9228
+ #: includes/elementor/widgets/theme-elements/select.php:536
9229
+ msgid "Icon/Image Padding"
9230
+ msgstr ""
9231
+
9232
+ #: includes/elementor/widgets/theme-elements/select.php:557
9233
+ #: includes/elementor/widgets/theme-elements/select.php:600
9234
+ msgid "Icon Color "
9235
+ msgstr ""
9236
+
9237
+ #: includes/elementor/widgets/theme-elements/select.php:569
9238
+ #: includes/elementor/widgets/theme-elements/select.php:612
9239
+ msgid "Text Color "
9240
+ msgstr ""
9241
+
9242
+ #: includes/elementor/widgets/theme-elements/select.php:582
9243
+ #: includes/elementor/widgets/theme-elements/select.php:625
9244
+ msgid "Item Background"
9245
+ msgstr ""
9246
+
9247
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:53
9248
  msgid "Shopping Cart"
9249
  msgstr ""
9694
  msgid "Code title, leave it empty if you don`t need title."
9695
  msgstr ""
9696
 
 
 
 
 
9697
  #: includes/elements/code.php:79
9698
  msgid "JavaScript"
9699
  msgstr ""
11545
  msgid "Page Not Found"
11546
  msgstr ""
11547
 
11548
+ #: includes/general-functions.php:2509
11549
  msgid "Select Page"
11550
  msgstr ""
11551
 
public/assets/js/plugins.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! Phlox Core Plugin - v2.9.4 (2022-01)
2
  * All required plugins
3
  * http://phlox.pro/
4
  */
1
+ /*! Phlox Core Plugin - v2.9.5 (2022-04)
2
  * All required plugins
3
  * http://phlox.pro/
4
  */
public/assets/js/scripts.js CHANGED
@@ -190,9 +190,78 @@
190
 
191
  };
192
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
193
  $(document).ready(function(){
194
  AuxinRemoveCartContent();
195
  AuxinAjaxAddToCart();
 
 
 
 
 
 
196
  });
197
 
198
  $.fn.AuxinCartAnimationHandler = function() {
190
 
191
  };
192
 
193
+ var AjaxRecentProductsPagination = function () {
194
+ $('a.page-numbers').on('click', function (e) {
195
+ if ( !$(this).parents('.aux-widget-recent-products').length) {
196
+ return;
197
+ }
198
+ e.preventDefault();
199
+ var $widgetWrapper = $(this).parents('.elementor-widget-container'),
200
+ widgetData = $widgetWrapper.find('.aux-recent-products-wrapper').data('widget-data'),
201
+ paged = $(this).data('paged');
202
+
203
+ $widgetWrapper.find('.aux-widget-recent-products').addClass('loading');
204
+ $widgetWrapper.find('.aux-isotope-animated .aux-items-loading').removeClass('aux-loading-hide');
205
+ $.ajax({
206
+ url: auxin.ajax_url,
207
+ type: 'GET',
208
+ data: {
209
+ action: 'aux_the_recent_products',
210
+ data: widgetData,
211
+ paged: paged
212
+ }
213
+ }).done(function (response) {
214
+ if (response) {
215
+ $widgetWrapper.empty();
216
+ $widgetWrapper.append(response);
217
+ $(document).trigger('auxin_the_recent_products_widget_updated');
218
+ }
219
+ });
220
+ });
221
+ }
222
+
223
+ var AuxinSelectEelement = function () {
224
+
225
+ $('.aux-select-element').each(function () {
226
+ var $element = $(this);
227
+ var action = $element.data('action');
228
+ if (action == 'click') {
229
+ $element.find('.current').on('click', function () {
230
+ $(this).siblings('.list').toggleClass('show');
231
+ })
232
+
233
+ } else {
234
+ $element.hover(function () {
235
+ $element.find('.list').addClass('show');
236
+ }, function () {
237
+ $element.find('.list').removeClass('show');
238
+ }
239
+ );
240
+ }
241
+
242
+ $element.find('.option').on('click', function () {
243
+ var markup = $(this).html();
244
+ $element.find('.current .selected').html(markup);
245
+ $element.find('.list').toggleClass('show');
246
+ });
247
+
248
+ $(document).on('click', function (e) {
249
+ if (!$(e.target).parents('.aux-select-element').length) {
250
+ $element.find('.list').removeClass('show');
251
+ }
252
+ });
253
+ })
254
+ }
255
+
256
  $(document).ready(function(){
257
  AuxinRemoveCartContent();
258
  AuxinAjaxAddToCart();
259
+ AjaxRecentProductsPagination();
260
+ $(document).on('auxin_the_recent_products_widget_updated', function () {
261
+ AjaxRecentProductsPagination();
262
+ });
263
+
264
+ AuxinSelectEelement();
265
  });
266
 
267
  $.fn.AuxinCartAnimationHandler = function() {