YITH WooCommerce Compare - Version 2.17.0

Version Description

Released on 29 July 2022

  • New: support for WooCommerce 6.8
  • Update: YITH plugin framework
Download this release

Release Info

Developer yithemes
Plugin Icon 128x128 YITH WooCommerce Compare
Version 2.17.0
Comparing to
See all releases

Code changes from version 2.16.0 to 2.17.0

init.php CHANGED
@@ -3,17 +3,17 @@
3
  * Plugin Name: YITH WooCommerce Compare
4
  * Plugin URI: https://yithemes.com/themes/plugins/yith-woocommerce-compare/
5
  * Description: The <code><strong>YITH WooCommerce Compare</strong></code> plugin allow you to compare in a simple and efficient way products on sale in your shop and analyze their main features in a single table. <a href="https://yithemes.com/" target="_blank">Get more plugins for your e-commerce shop on <strong>YITH</strong></a>.
6
- * Version: 2.16.0
7
  * Author: YITH
8
  * Author URI: https://yithemes.com/
9
  * Text Domain: yith-woocommerce-compare
10
  * Domain Path: /languages/
11
  * WC requires at least: 6.4
12
- * WC tested up to: 6.7
13
  *
14
  * @author YITH
15
  * @package YITH WooCommerce Compare
16
- * @version 2.16.0
17
  */
18
 
19
  /*
@@ -75,7 +75,7 @@ if ( ! function_exists( 'yith_plugin_registration_hook' ) ) {
75
  register_activation_hook( __FILE__, 'yith_plugin_registration_hook' );
76
 
77
  if ( ! defined( 'YITH_WOOCOMPARE_VERSION' ) ) {
78
- define( 'YITH_WOOCOMPARE_VERSION', '2.16.0' );
79
  }
80
  if ( ! defined( 'YITH_WOOCOMPARE_FREE_INIT' ) ) {
81
  define( 'YITH_WOOCOMPARE_FREE_INIT', plugin_basename( __FILE__ ) );
3
  * Plugin Name: YITH WooCommerce Compare
4
  * Plugin URI: https://yithemes.com/themes/plugins/yith-woocommerce-compare/
5
  * Description: The <code><strong>YITH WooCommerce Compare</strong></code> plugin allow you to compare in a simple and efficient way products on sale in your shop and analyze their main features in a single table. <a href="https://yithemes.com/" target="_blank">Get more plugins for your e-commerce shop on <strong>YITH</strong></a>.
6
+ * Version: 2.17.0
7
  * Author: YITH
8
  * Author URI: https://yithemes.com/
9
  * Text Domain: yith-woocommerce-compare
10
  * Domain Path: /languages/
11
  * WC requires at least: 6.4
12
+ * WC tested up to: 6.8
13
  *
14
  * @author YITH
15
  * @package YITH WooCommerce Compare
16
+ * @version 2.17.0
17
  */
18
 
19
  /*
75
  register_activation_hook( __FILE__, 'yith_plugin_registration_hook' );
76
 
77
  if ( ! defined( 'YITH_WOOCOMPARE_VERSION' ) ) {
78
+ define( 'YITH_WOOCOMPARE_VERSION', '2.17.0' );
79
  }
80
  if ( ! defined( 'YITH_WOOCOMPARE_FREE_INIT' ) ) {
81
  define( 'YITH_WOOCOMPARE_FREE_INIT', plugin_basename( __FILE__ ) );
languages/yith-woocommerce-compare.pot CHANGED
@@ -2,10 +2,10 @@
2
  # This file is distributed under the same license as the YITH WooCommerce Compare package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: YITH WooCommerce Compare 2.16.0\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://wordpress.org/support/plugin/yith_woocommerce_compare\n"
8
- "POT-Creation-Date: 2022-07-14 10:05:09+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
2
  # This file is distributed under the same license as the YITH WooCommerce Compare package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: YITH WooCommerce Compare 2.17.0\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://wordpress.org/support/plugin/yith_woocommerce_compare\n"
8
+ "POT-Creation-Date: 2022-07-29 14:38:06+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
plugin-fw/assets/css/yit-plugin-panel.css CHANGED
@@ -1188,11 +1188,6 @@ button#yith-plugin-fw-float-save-button.visible {
1188
  display : flex;
1189
  }
1190
 
1191
- button#yith-plugin-fw-float-save-button i {
1192
- font-size : 15px;
1193
- margin-right : 8px;
1194
- }
1195
-
1196
  button#yith-plugin-fw-float-save-button:hover {
1197
  box-shadow : 0px 1px 6px 3px rgba(0, 121, 159, .3);
1198
  }
@@ -1209,12 +1204,6 @@ button#yith-plugin-fw-float-save-button.green {
1209
  left : 70px;
1210
  }
1211
 
1212
- .rtl button#yith-plugin-fw-float-save-button i {
1213
- margin-left : 8px;
1214
- margin-right : 0;
1215
- }
1216
-
1217
-
1218
  /* === Responsive === */
1219
 
1220
  @media (max-width : 1210px) {
1188
  display : flex;
1189
  }
1190
 
 
 
 
 
 
1191
  button#yith-plugin-fw-float-save-button:hover {
1192
  box-shadow : 0px 1px 6px 3px rgba(0, 121, 159, .3);
1193
  }
1204
  left : 70px;
1205
  }
1206
 
 
 
 
 
 
 
1207
  /* === Responsive === */
1208
 
1209
  @media (max-width : 1210px) {
plugin-fw/assets/css/yith-fields.css CHANGED
@@ -969,11 +969,7 @@ span.select2.select2-container.select2-container--default.yith-plugin-fw-select2
969
  border : 0;
970
  }
971
 
972
- .yith-plugin-fw-select2-container.select2-container--default .select2-results__option[data-selected=true] {
973
- background-color : #fff;
974
- outline : none;
975
- }
976
-
977
  .yith-plugin-fw-select2-container.select2-container--default .select2-results__option--highlighted[aria-selected] {
978
  background-color : #e8eff1;
979
  color : #4e8ba2;
969
  border : 0;
970
  }
971
 
972
+ .yith-plugin-fw-select2-container.select2-container--default .select2-results__option[data-selected=true],
 
 
 
 
973
  .yith-plugin-fw-select2-container.select2-container--default .select2-results__option--highlighted[aria-selected] {
974
  background-color : #e8eff1;
975
  color : #4e8ba2;
plugin-fw/assets/js/yit-plugin-panel.js CHANGED
@@ -275,7 +275,7 @@ jQuery( function ( $ ) {
275
  floatSaveButton.unblock()
276
  .addClass( 'green' )
277
  .fadeOut( 300 )
278
- .html( '<i class="yith-icon yith-icon-check"></i>' + floatSaveButton.data( 'saved-label' ) )
279
  .fadeIn( 300 )
280
  .delay( 2500 )
281
  .queue(
@@ -284,7 +284,7 @@ jQuery( function ( $ ) {
284
  500,
285
  function () {
286
  $( this ).removeClass( 'green' );
287
- $( this ).html( '<i class="yith-icon yith-icon-save"></i>' + $( this ).data( 'default-label' ) ).fadeIn( 500 );
288
  }
289
  );
290
  next();
275
  floatSaveButton.unblock()
276
  .addClass( 'green' )
277
  .fadeOut( 300 )
278
+ .html( floatSaveButton.data( 'saved-label' ) )
279
  .fadeIn( 300 )
280
  .delay( 2500 )
281
  .queue(
284
  500,
285
  function () {
286
  $( this ).removeClass( 'green' );
287
+ $( this ).html( $( this ).data( 'default-label' ) ).fadeIn( 500 );
288
  }
289
  );
290
  next();
plugin-fw/includes/class-yit-plugin-panel.php CHANGED
@@ -769,7 +769,7 @@ if ( ! class_exists( 'YIT_Plugin_Panel' ) ) {
769
  * @return bool Whether panel has help tab or no.
770
  */
771
  public function has_help_tab() {
772
- return ! empty( $this->settings['help_tab'] ) && apply_filters( 'yith_plugin_fw_panel_has_help_tab', true, $this ) && ( ! $this->is_free() || ! empty( $this->settings['help_tab']['show_on_free'] ) );
773
  }
774
 
775
 
@@ -910,12 +910,14 @@ if ( ! class_exists( 'YIT_Plugin_Panel' ) ) {
910
  * @since 3.9.0
911
  */
912
  protected function print_premium_tab() {
913
- $options = $this->settings['premium_tab'] ?? array();
 
914
 
915
  $defaults = array(
916
  'premium_features' => array(),
917
  'main_image_url' => '',
918
  'show_free_vs_premium_link' => true,
 
919
  );
920
  $options = wp_parse_args( $options, $defaults );
921
 
769
  * @return bool Whether panel has help tab or no.
770
  */
771
  public function has_help_tab() {
772
+ return apply_filters( 'yith_plugin_fw_panel_has_help_tab', ! empty( $this->settings['help_tab'] ) && ( ! $this->is_free() || ! empty( $this->settings['help_tab']['show_on_free'] ) ), $this );
773
  }
774
 
775
 
910
  * @since 3.9.0
911
  */
912
  protected function print_premium_tab() {
913
+ $options = $this->settings['premium_tab'] ?? array();
914
+ $is_extended = $this->is_extended();
915
 
916
  $defaults = array(
917
  'premium_features' => array(),
918
  'main_image_url' => '',
919
  'show_free_vs_premium_link' => true,
920
+ 'show_premium_landing_link' => $is_extended,
921
  );
922
  $options = wp_parse_args( $options, $defaults );
923
 
plugin-fw/init.php CHANGED
@@ -1,13 +1,13 @@
1
  <?php
2
  /**
3
  * Framework Name: YIT Plugin Framework
4
- * Version: 3.9.10
5
  * Author: YITH
6
  * Text Domain: yith-plugin-fw
7
  * Domain Path: /languages/
8
  *
9
  * @author YITH
10
- * @version 3.9.7
11
  * @package YITH\PluginFramework
12
  */
13
 
1
  <?php
2
  /**
3
  * Framework Name: YIT Plugin Framework
4
+ * Version: 3.9.12
5
  * Author: YITH
6
  * Text Domain: yith-plugin-fw
7
  * Domain Path: /languages/
8
  *
9
  * @author YITH
10
+ * @version 3.9.11
11
  * @package YITH\PluginFramework
12
  */
13
 
plugin-fw/languages/yith-plugin-fw-el.po CHANGED
@@ -4,7 +4,7 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: YITH Framework\n"
6
  "Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
7
- "POT-Creation-Date: 2022-07-06 06:26:03+00:00\n"
8
  "PO-Revision-Date: 2021-02-11 18:07:46+0000\n"
9
  "Language: el_GR\n"
10
  "MIME-Version: 1.0\n"
@@ -113,62 +113,62 @@ msgstr "Είστε σίγουρος;"
113
  msgid "Reset to default"
114
  msgstr "Επαναφορά σε προεπιλεγμένο"
115
 
116
- #: includes/class-yit-plugin-panel.php:1059
117
  msgid ""
118
  "The element you have entered already exists. Please, enter another name."
119
  msgstr "Το στοιχείο που εισάγατε υπάρχει ήδη. Παρακαλώ, εισάγετε άλλο όνομα."
120
 
121
- #: includes/class-yit-plugin-panel.php:1060
122
  msgid "Settings saved"
123
  msgstr "Ρυθμίσεις αποθηκεύτηκαν"
124
 
125
- #: includes/class-yit-plugin-panel.php:1061
126
  msgid "Settings reset"
127
  msgstr "Επαναφορά ρυθμίσεων"
128
 
129
- #: includes/class-yit-plugin-panel.php:1062
130
  msgid "Element deleted correctly."
131
  msgstr "Το στοιχείο διαγράφηκε επιτυχώς."
132
 
133
- #: includes/class-yit-plugin-panel.php:1063
134
- #: includes/class-yit-plugin-panel.php:1064
135
  msgid "Element updated correctly."
136
  msgstr "Το στοιχείο αναβαθμίστηκε επιτυχώς."
137
 
138
- #: includes/class-yit-plugin-panel.php:1065
139
  msgid "Database imported correctly."
140
  msgstr "Επιτυχής εισαγωγή βάσης δεδομένων."
141
 
142
- #: includes/class-yit-plugin-panel.php:1066
143
  msgid "An error has occurred during import. Please try again."
144
  msgstr "Παρουσιάστηκε σφάλμα κατά την εισαγωγή. Παρακαλώ προσπαθήστε ξανά."
145
 
146
- #: includes/class-yit-plugin-panel.php:1067
147
  msgid "The added file is not valid."
148
  msgstr "Το προστιθέμενο αρχείο δεν είναι έγκυρο."
149
 
150
- #: includes/class-yit-plugin-panel.php:1068
151
  msgid "Sorry, import is disabled."
152
  msgstr "Συγνώμη, η εισαγωγή είναι απενεργοποιημένη."
153
 
154
- #: includes/class-yit-plugin-panel.php:1069
155
  msgid "Sorting successful."
156
  msgstr "Διαλογή επιτυχής."
157
 
158
- #: includes/class-yit-plugin-panel.php:1558
159
  msgid "We need your support"
160
  msgstr "Χρειαζόμαστε την υποστήριξή σας"
161
 
162
- #: includes/class-yit-plugin-panel.php:1559
163
  msgid "to keep updating and improving the plugin. Please,"
164
  msgstr ""
165
  "για να διατηρήσετε την ενημέρωση και τη βελτίωση του πρόσθετου. Παρακαλώ,"
166
 
167
- #: includes/class-yit-plugin-panel.php:1561
168
  msgid "help us by leaving a good review"
169
  msgstr ""
170
 
171
- #: includes/class-yit-plugin-panel.php:1562
172
  msgid ":) Thanks!"
173
  msgstr ":) Ευχαριστώ!"
174
 
@@ -664,17 +664,6 @@ msgstr ""
664
  msgid "Data: %1$.2fMB | Index: %2$.2fMB | Free: %3$.2fMB | Engine: %4$s"
665
  msgstr ""
666
 
667
- #. translators: 1. Plugin(s) name(s).
668
- #: yit-deactive-plugin.php:119
669
- msgid ""
670
- "%s was deactivated as you're running an higher tier version of the same "
671
- "plugin."
672
- msgid_plural ""
673
- "%s were deactivated as you're running higher tier versions of the same "
674
- "plugins."
675
- msgstr[0] ""
676
- msgstr[1] ""
677
-
678
  #. translators: %s is the title of the post object.
679
  #: yit-functions.php:1938
680
  msgid "Are you sure you want to move \"%s\" to trash?"
@@ -689,10 +678,21 @@ msgstr ""
689
  msgid "Further actions"
690
  msgstr ""
691
 
692
- #: yit-plugin.php:213
693
  msgid "License"
694
  msgstr "Άδεια χρήσης προϊόντος"
695
 
 
 
 
 
 
 
 
 
 
 
 
696
  #. Author of the plugin/theme
697
  msgid "YITH"
698
  msgstr "YITH"
@@ -730,23 +730,28 @@ msgid "Yes, delete"
730
  msgstr ""
731
 
732
  #. translators: 1. Plugin name.
733
- #: includes/class-yit-plugin-panel.php:805
734
  msgctxt "Help tab default title"
735
  msgid "Thank you for purchasing %s!"
736
  msgstr ""
737
 
738
- #: includes/class-yit-plugin-panel.php:806
 
 
 
 
 
739
  msgctxt "Help tab default description"
740
  msgid ""
741
  "We want to help you enjoy a wonderful experience with all of our products."
742
  msgstr ""
743
 
744
- #: includes/class-yit-plugin-panel.php:853
745
  msgctxt "Premium tab name"
746
  msgid "Get premium"
747
  msgstr ""
748
 
749
- #: includes/class-yit-plugin-panel.php:865
750
  msgctxt "Help tab name"
751
  msgid "Help"
752
  msgstr ""
@@ -866,64 +871,64 @@ msgid "NO"
866
  msgstr "ΟΧΙ"
867
 
868
  #. translators: 1. Url to EN playlist.
869
- #: templates/panel/help-tab.php:87
870
  msgctxt "Help tab view all video link"
871
  msgid ""
872
  "Check the full <a href=\"%s\" target=\"_blank\">Playlist on Youtube</a> to "
873
  "learn more >"
874
  msgstr ""
875
 
876
- #: templates/panel/help-tab.php:94
877
  msgctxt "Help tab Watch Videotutorials link"
878
  msgid "Videos are also available in:"
879
  msgstr ""
880
 
881
- #: templates/panel/help-tab.php:124
882
  msgctxt "Help tab Read Documentation link"
883
  msgid "Read the documentation"
884
  msgstr ""
885
 
886
- #: templates/panel/help-tab.php:127
887
  msgctxt "Help tab Read Documentation link"
888
  msgid "to learn how the plugin works from the basics."
889
  msgstr ""
890
 
891
- #: templates/panel/help-tab.php:137
892
  msgctxt "Help tab Watch video tutorials link"
893
  msgid "Watch our video tutorials"
894
  msgstr ""
895
 
896
- #: templates/panel/help-tab.php:140
897
  msgctxt "Help tab Watch video tutorials link"
898
  msgid "to see some helpful use cases."
899
  msgstr ""
900
 
901
- #: templates/panel/help-tab.php:150
902
  msgctxt "Help tab view FAQs link"
903
  msgid "Check the FAQs"
904
  msgstr ""
905
 
906
- #: templates/panel/help-tab.php:153
907
  msgctxt "Help tab view FAQs link"
908
  msgid "to find answers to your doubts."
909
  msgstr ""
910
 
911
- #: templates/panel/help-tab.php:169
912
  msgctxt "Help tab FAQ title"
913
  msgid "Last FAQs in our Help Center"
914
  msgstr ""
915
 
916
- #: templates/panel/help-tab.php:183
917
  msgctxt "Help tab FAQ link"
918
  msgid "View all FAQs >"
919
  msgstr ""
920
 
921
- #: templates/panel/help-tab.php:192
922
  msgctxt "Help tab submit ticket title"
923
  msgid "Need help?"
924
  msgstr ""
925
 
926
- #: templates/panel/help-tab.php:195
927
  msgctxt "Help tab submit ticket description"
928
  msgid ""
929
  "If you are experiencing any technical issues, ask for help from our "
@@ -931,11 +936,42 @@ msgid ""
931
  "soon as possible."
932
  msgstr ""
933
 
934
- #: templates/panel/help-tab.php:203
935
  msgctxt "Help tab submit ticket button"
936
  msgid "Submit a ticket"
937
  msgstr ""
938
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
939
  #: templates/panel/premium-tab.php:30
940
  msgctxt "Premium Tab"
941
  msgid "Get the premium version to unlock advanced features"
@@ -1042,7 +1078,7 @@ msgctxt "Plugin Row Meta"
1042
  msgid "Premium version"
1043
  msgstr "Premium έκδοση"
1044
 
1045
- #: yit-plugin.php:209
1046
  msgctxt "Action links"
1047
  msgid "Settings"
1048
  msgstr "Ρυθμίσεις"
4
  msgstr ""
5
  "Project-Id-Version: YITH Framework\n"
6
  "Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
7
+ "POT-Creation-Date: 2022-07-18 06:07:56+00:00\n"
8
  "PO-Revision-Date: 2021-02-11 18:07:46+0000\n"
9
  "Language: el_GR\n"
10
  "MIME-Version: 1.0\n"
113
  msgid "Reset to default"
114
  msgstr "Επαναφορά σε προεπιλεγμένο"
115
 
116
+ #: includes/class-yit-plugin-panel.php:1072
117
  msgid ""
118
  "The element you have entered already exists. Please, enter another name."
119
  msgstr "Το στοιχείο που εισάγατε υπάρχει ήδη. Παρακαλώ, εισάγετε άλλο όνομα."
120
 
121
+ #: includes/class-yit-plugin-panel.php:1073
122
  msgid "Settings saved"
123
  msgstr "Ρυθμίσεις αποθηκεύτηκαν"
124
 
125
+ #: includes/class-yit-plugin-panel.php:1074
126
  msgid "Settings reset"
127
  msgstr "Επαναφορά ρυθμίσεων"
128
 
129
+ #: includes/class-yit-plugin-panel.php:1075
130
  msgid "Element deleted correctly."
131
  msgstr "Το στοιχείο διαγράφηκε επιτυχώς."
132
 
133
+ #: includes/class-yit-plugin-panel.php:1076
134
+ #: includes/class-yit-plugin-panel.php:1077
135
  msgid "Element updated correctly."
136
  msgstr "Το στοιχείο αναβαθμίστηκε επιτυχώς."
137
 
138
+ #: includes/class-yit-plugin-panel.php:1078
139
  msgid "Database imported correctly."
140
  msgstr "Επιτυχής εισαγωγή βάσης δεδομένων."
141
 
142
+ #: includes/class-yit-plugin-panel.php:1079
143
  msgid "An error has occurred during import. Please try again."
144
  msgstr "Παρουσιάστηκε σφάλμα κατά την εισαγωγή. Παρακαλώ προσπαθήστε ξανά."
145
 
146
+ #: includes/class-yit-plugin-panel.php:1080
147
  msgid "The added file is not valid."
148
  msgstr "Το προστιθέμενο αρχείο δεν είναι έγκυρο."
149
 
150
+ #: includes/class-yit-plugin-panel.php:1081
151
  msgid "Sorry, import is disabled."
152
  msgstr "Συγνώμη, η εισαγωγή είναι απενεργοποιημένη."
153
 
154
+ #: includes/class-yit-plugin-panel.php:1082
155
  msgid "Sorting successful."
156
  msgstr "Διαλογή επιτυχής."
157
 
158
+ #: includes/class-yit-plugin-panel.php:1571
159
  msgid "We need your support"
160
  msgstr "Χρειαζόμαστε την υποστήριξή σας"
161
 
162
+ #: includes/class-yit-plugin-panel.php:1572
163
  msgid "to keep updating and improving the plugin. Please,"
164
  msgstr ""
165
  "για να διατηρήσετε την ενημέρωση και τη βελτίωση του πρόσθετου. Παρακαλώ,"
166
 
167
+ #: includes/class-yit-plugin-panel.php:1574
168
  msgid "help us by leaving a good review"
169
  msgstr ""
170
 
171
+ #: includes/class-yit-plugin-panel.php:1575
172
  msgid ":) Thanks!"
173
  msgstr ":) Ευχαριστώ!"
174
 
664
  msgid "Data: %1$.2fMB | Index: %2$.2fMB | Free: %3$.2fMB | Engine: %4$s"
665
  msgstr ""
666
 
 
 
 
 
 
 
 
 
 
 
 
667
  #. translators: %s is the title of the post object.
668
  #: yit-functions.php:1938
669
  msgid "Are you sure you want to move \"%s\" to trash?"
678
  msgid "Further actions"
679
  msgstr ""
680
 
681
+ #: yit-plugin.php:232
682
  msgid "License"
683
  msgstr "Άδεια χρήσης προϊόντος"
684
 
685
+ #. translators: 1. Plugin(s) name(s).
686
+ #: yit-plugin.php:271
687
+ msgid ""
688
+ "%s was deactivated as you're running an higher tier version of the same "
689
+ "plugin."
690
+ msgid_plural ""
691
+ "%s were deactivated as you're running higher tier versions of the same "
692
+ "plugins."
693
+ msgstr[0] ""
694
+ msgstr[1] ""
695
+
696
  #. Author of the plugin/theme
697
  msgid "YITH"
698
  msgstr "YITH"
730
  msgstr ""
731
 
732
  #. translators: 1. Plugin name.
733
+ #: includes/class-yit-plugin-panel.php:803
734
  msgctxt "Help tab default title"
735
  msgid "Thank you for purchasing %s!"
736
  msgstr ""
737
 
738
+ #: includes/class-yit-plugin-panel.php:803
739
+ msgctxt "Help tab default title"
740
+ msgid "Thank you for using %s!"
741
+ msgstr ""
742
+
743
+ #: includes/class-yit-plugin-panel.php:815
744
  msgctxt "Help tab default description"
745
  msgid ""
746
  "We want to help you enjoy a wonderful experience with all of our products."
747
  msgstr ""
748
 
749
+ #: includes/class-yit-plugin-panel.php:866
750
  msgctxt "Premium tab name"
751
  msgid "Get premium"
752
  msgstr ""
753
 
754
+ #: includes/class-yit-plugin-panel.php:878
755
  msgctxt "Help tab name"
756
  msgid "Help"
757
  msgstr ""
871
  msgstr "ΟΧΙ"
872
 
873
  #. translators: 1. Url to EN playlist.
874
+ #: templates/panel/help-tab.php:89
875
  msgctxt "Help tab view all video link"
876
  msgid ""
877
  "Check the full <a href=\"%s\" target=\"_blank\">Playlist on Youtube</a> to "
878
  "learn more >"
879
  msgstr ""
880
 
881
+ #: templates/panel/help-tab.php:96
882
  msgctxt "Help tab Watch Videotutorials link"
883
  msgid "Videos are also available in:"
884
  msgstr ""
885
 
886
+ #: templates/panel/help-tab.php:126
887
  msgctxt "Help tab Read Documentation link"
888
  msgid "Read the documentation"
889
  msgstr ""
890
 
891
+ #: templates/panel/help-tab.php:129
892
  msgctxt "Help tab Read Documentation link"
893
  msgid "to learn how the plugin works from the basics."
894
  msgstr ""
895
 
896
+ #: templates/panel/help-tab.php:139
897
  msgctxt "Help tab Watch video tutorials link"
898
  msgid "Watch our video tutorials"
899
  msgstr ""
900
 
901
+ #: templates/panel/help-tab.php:142
902
  msgctxt "Help tab Watch video tutorials link"
903
  msgid "to see some helpful use cases."
904
  msgstr ""
905
 
906
+ #: templates/panel/help-tab.php:152
907
  msgctxt "Help tab view FAQs link"
908
  msgid "Check the FAQs"
909
  msgstr ""
910
 
911
+ #: templates/panel/help-tab.php:155
912
  msgctxt "Help tab view FAQs link"
913
  msgid "to find answers to your doubts."
914
  msgstr ""
915
 
916
+ #: templates/panel/help-tab.php:170
917
  msgctxt "Help tab FAQ title"
918
  msgid "Last FAQs in our Help Center"
919
  msgstr ""
920
 
921
+ #: templates/panel/help-tab.php:184
922
  msgctxt "Help tab FAQ link"
923
  msgid "View all FAQs >"
924
  msgstr ""
925
 
926
+ #: templates/panel/help-tab.php:193
927
  msgctxt "Help tab submit ticket title"
928
  msgid "Need help?"
929
  msgstr ""
930
 
931
+ #: templates/panel/help-tab.php:196
932
  msgctxt "Help tab submit ticket description"
933
  msgid ""
934
  "If you are experiencing any technical issues, ask for help from our "
936
  "soon as possible."
937
  msgstr ""
938
 
939
+ #: templates/panel/help-tab.php:204
940
  msgctxt "Help tab submit ticket button"
941
  msgid "Submit a ticket"
942
  msgstr ""
943
 
944
+ #: templates/panel/help-tab.php:216 templates/panel/help-tab.php:218
945
+ #: templates/panel/help-tab.php:223
946
+ msgctxt "Help tab documentation"
947
+ msgid "Read the plugin documentation"
948
+ msgstr ""
949
+
950
+ #: templates/panel/help-tab.php:220
951
+ msgctxt "Help tab documentation"
952
+ msgid "to learn from basics how it works"
953
+ msgstr ""
954
+
955
+ #: templates/panel/help-tab.php:231 templates/panel/help-tab.php:233
956
+ msgctxt "Help tab support"
957
+ msgid "Need some help?"
958
+ msgstr ""
959
+
960
+ #: templates/panel/help-tab.php:235
961
+ msgctxt "Help tab support"
962
+ msgid "From DIY to full-service help"
963
+ msgstr ""
964
+
965
+ #: templates/panel/help-tab.php:238
966
+ msgctxt "Help tab support"
967
+ msgid "Call or chat 24/7 for support or let our expert to make your site"
968
+ msgstr ""
969
+
970
+ #: templates/panel/help-tab.php:241
971
+ msgctxt "Help tab support"
972
+ msgid "Yes, I need help"
973
+ msgstr ""
974
+
975
  #: templates/panel/premium-tab.php:30
976
  msgctxt "Premium Tab"
977
  msgid "Get the premium version to unlock advanced features"
1078
  msgid "Premium version"
1079
  msgstr "Premium έκδοση"
1080
 
1081
+ #: yit-plugin.php:228
1082
  msgctxt "Action links"
1083
  msgid "Settings"
1084
  msgstr "Ρυθμίσεις"
plugin-fw/languages/yith-plugin-fw-es_ES.mo CHANGED
Binary file
plugin-fw/languages/yith-plugin-fw-es_ES.po CHANGED
@@ -4,8 +4,8 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: YITH Framework\n"
6
  "Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
7
- "POT-Creation-Date: 2022-07-06 06:26:03+00:00\n"
8
- "PO-Revision-Date: 2022-03-21 12:58:47+0000\n"
9
  "Language: es\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -114,63 +114,63 @@ msgstr "¿Estás seguro?"
114
  msgid "Reset to default"
115
  msgstr "Restablecer valores predeterminados"
116
 
117
- #: includes/class-yit-plugin-panel.php:1059
118
  msgid ""
119
  "The element you have entered already exists. Please, enter another name."
120
  msgstr ""
121
  "El elemento que has introducido ya existe. Por favor, introduce otro nombre."
122
 
123
- #: includes/class-yit-plugin-panel.php:1060
124
  msgid "Settings saved"
125
  msgstr "Ajustes guardados"
126
 
127
- #: includes/class-yit-plugin-panel.php:1061
128
  msgid "Settings reset"
129
  msgstr "Restablecer ajustes"
130
 
131
- #: includes/class-yit-plugin-panel.php:1062
132
  msgid "Element deleted correctly."
133
  msgstr "Elemento eliminado correctamente."
134
 
135
- #: includes/class-yit-plugin-panel.php:1063
136
- #: includes/class-yit-plugin-panel.php:1064
137
  msgid "Element updated correctly."
138
  msgstr "Elemento actualizado correctamente."
139
 
140
- #: includes/class-yit-plugin-panel.php:1065
141
  msgid "Database imported correctly."
142
  msgstr "Base de datos importada correctamente."
143
 
144
- #: includes/class-yit-plugin-panel.php:1066
145
  msgid "An error has occurred during import. Please try again."
146
  msgstr ""
147
  "Ha ocurrido un error durante la importación. Por favor, inténtalo de nuevo."
148
 
149
- #: includes/class-yit-plugin-panel.php:1067
150
  msgid "The added file is not valid."
151
  msgstr "El archivo añadido no es válido."
152
 
153
- #: includes/class-yit-plugin-panel.php:1068
154
  msgid "Sorry, import is disabled."
155
  msgstr "Lo siento, la importación está desactivada."
156
 
157
- #: includes/class-yit-plugin-panel.php:1069
158
  msgid "Sorting successful."
159
  msgstr "Clasificación realizada con éxito"
160
 
161
- #: includes/class-yit-plugin-panel.php:1558
162
  msgid "We need your support"
163
  msgstr "Necesitamos tu apoyo"
164
 
165
- #: includes/class-yit-plugin-panel.php:1559
166
  msgid "to keep updating and improving the plugin. Please,"
167
  msgstr "para que podamos seguir actualizando y mejorando el plugin. Por favor,"
168
 
169
- #: includes/class-yit-plugin-panel.php:1561
170
  msgid "help us by leaving a good review"
171
  msgstr "ayúdanos dejando una buena valoración"
172
 
173
- #: includes/class-yit-plugin-panel.php:1562
174
  msgid ":) Thanks!"
175
  msgstr ":) ¡Gracias!"
176
 
@@ -672,17 +672,6 @@ msgstr "Espacio libre en la base de datos:"
672
  msgid "Data: %1$.2fMB | Index: %2$.2fMB | Free: %3$.2fMB | Engine: %4$s"
673
  msgstr "Datos: %1$.2fMB | Índice: %2$.2fMB | Libre: %3$.2fMB | Motor: %4$s"
674
 
675
- #. translators: 1. Plugin(s) name(s).
676
- #: yit-deactive-plugin.php:119
677
- msgid ""
678
- "%s was deactivated as you're running an higher tier version of the same "
679
- "plugin."
680
- msgid_plural ""
681
- "%s were deactivated as you're running higher tier versions of the same "
682
- "plugins."
683
- msgstr[0] ""
684
- msgstr[1] ""
685
-
686
  #. translators: %s is the title of the post object.
687
  #: yit-functions.php:1938
688
  msgid "Are you sure you want to move \"%s\" to trash?"
@@ -697,10 +686,25 @@ msgstr "¿Estás seguro de que quieres borrar \"%s\"?"
697
  msgid "Further actions"
698
  msgstr "Otras acciones"
699
 
700
- #: yit-plugin.php:213
701
  msgid "License"
702
  msgstr "Licencia"
703
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
704
  #. Author of the plugin/theme
705
  msgid "YITH"
706
  msgstr "YITH"
@@ -738,12 +742,18 @@ msgid "Yes, delete"
738
  msgstr "Si, borrar"
739
 
740
  #. translators: 1. Plugin name.
741
- #: includes/class-yit-plugin-panel.php:805
742
  msgctxt "Help tab default title"
743
  msgid "Thank you for purchasing %s!"
744
  msgstr "¡Gracias por comprar %s!"
745
 
746
- #: includes/class-yit-plugin-panel.php:806
 
 
 
 
 
 
747
  msgctxt "Help tab default description"
748
  msgid ""
749
  "We want to help you enjoy a wonderful experience with all of our products."
@@ -751,12 +761,12 @@ msgstr ""
751
  "Queremos ayudarte a disfrutar de una experiencia maravillosa con todos "
752
  "nuestros productos."
753
 
754
- #: includes/class-yit-plugin-panel.php:853
755
  msgctxt "Premium tab name"
756
  msgid "Get premium"
757
  msgstr "Obtén premium"
758
 
759
- #: includes/class-yit-plugin-panel.php:865
760
  msgctxt "Help tab name"
761
  msgid "Help"
762
  msgstr "Ayuda"
@@ -874,7 +884,7 @@ msgid "NO"
874
  msgstr "NO"
875
 
876
  #. translators: 1. Url to EN playlist.
877
- #: templates/panel/help-tab.php:87
878
  msgctxt "Help tab view all video link"
879
  msgid ""
880
  "Check the full <a href=\"%s\" target=\"_blank\">Playlist on Youtube</a> to "
@@ -883,57 +893,57 @@ msgstr ""
883
  "Consulta la <a href=\"%s\" target=\"_blank\">Lista de reproducción en "
884
  "Youtube</a> para saber más >"
885
 
886
- #: templates/panel/help-tab.php:94
887
  msgctxt "Help tab Watch Videotutorials link"
888
  msgid "Videos are also available in:"
889
  msgstr "Los vídeos también están disponibles en:"
890
 
891
- #: templates/panel/help-tab.php:124
892
  msgctxt "Help tab Read Documentation link"
893
  msgid "Read the documentation"
894
  msgstr "Lee la documentación"
895
 
896
- #: templates/panel/help-tab.php:127
897
  msgctxt "Help tab Read Documentation link"
898
  msgid "to learn how the plugin works from the basics."
899
  msgstr "para aprender cómo funciona el plugin desde lo más básico."
900
 
901
- #: templates/panel/help-tab.php:137
902
  msgctxt "Help tab Watch video tutorials link"
903
  msgid "Watch our video tutorials"
904
  msgstr "Ve nuestros videotutoriales"
905
 
906
- #: templates/panel/help-tab.php:140
907
  msgctxt "Help tab Watch video tutorials link"
908
  msgid "to see some helpful use cases."
909
  msgstr "para ver algunos casos de uso útiles."
910
 
911
- #: templates/panel/help-tab.php:150
912
  msgctxt "Help tab view FAQs link"
913
  msgid "Check the FAQs"
914
  msgstr "Comprueba los FAQ"
915
 
916
- #: templates/panel/help-tab.php:153
917
  msgctxt "Help tab view FAQs link"
918
  msgid "to find answers to your doubts."
919
  msgstr "para encontrar respuestas a tus dudas."
920
 
921
- #: templates/panel/help-tab.php:169
922
  msgctxt "Help tab FAQ title"
923
  msgid "Last FAQs in our Help Center"
924
  msgstr "Últimos FAQs en nuestro Centro de Ayuda"
925
 
926
- #: templates/panel/help-tab.php:183
927
  msgctxt "Help tab FAQ link"
928
  msgid "View all FAQs >"
929
  msgstr "Ver todos los FAQs >"
930
 
931
- #: templates/panel/help-tab.php:192
932
  msgctxt "Help tab submit ticket title"
933
  msgid "Need help?"
934
  msgstr "¿Necesitas ayuda?"
935
 
936
- #: templates/panel/help-tab.php:195
937
  msgctxt "Help tab submit ticket description"
938
  msgid ""
939
  "If you are experiencing any technical issues, ask for help from our "
@@ -944,11 +954,45 @@ msgstr ""
944
  "Envía un ticket a través de nuestro servicio de asistencia y te ayudaremos "
945
  "lo antes posible."
946
 
947
- #: templates/panel/help-tab.php:203
948
  msgctxt "Help tab submit ticket button"
949
  msgid "Submit a ticket"
950
  msgstr "Enviar ticket"
951
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
952
  #: templates/panel/premium-tab.php:30
953
  msgctxt "Premium Tab"
954
  msgid "Get the premium version to unlock advanced features"
@@ -1055,7 +1099,7 @@ msgctxt "Plugin Row Meta"
1055
  msgid "Premium version"
1056
  msgstr "Versión premium"
1057
 
1058
- #: yit-plugin.php:209
1059
  msgctxt "Action links"
1060
  msgid "Settings"
1061
  msgstr "Ajustes"
4
  msgstr ""
5
  "Project-Id-Version: YITH Framework\n"
6
  "Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
7
+ "POT-Creation-Date: 2022-07-18 06:07:56+00:00\n"
8
+ "PO-Revision-Date: 2022-07-06 06:44:36+0000\n"
9
  "Language: es\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
114
  msgid "Reset to default"
115
  msgstr "Restablecer valores predeterminados"
116
 
117
+ #: includes/class-yit-plugin-panel.php:1072
118
  msgid ""
119
  "The element you have entered already exists. Please, enter another name."
120
  msgstr ""
121
  "El elemento que has introducido ya existe. Por favor, introduce otro nombre."
122
 
123
+ #: includes/class-yit-plugin-panel.php:1073
124
  msgid "Settings saved"
125
  msgstr "Ajustes guardados"
126
 
127
+ #: includes/class-yit-plugin-panel.php:1074
128
  msgid "Settings reset"
129
  msgstr "Restablecer ajustes"
130
 
131
+ #: includes/class-yit-plugin-panel.php:1075
132
  msgid "Element deleted correctly."
133
  msgstr "Elemento eliminado correctamente."
134
 
135
+ #: includes/class-yit-plugin-panel.php:1076
136
+ #: includes/class-yit-plugin-panel.php:1077
137
  msgid "Element updated correctly."
138
  msgstr "Elemento actualizado correctamente."
139
 
140
+ #: includes/class-yit-plugin-panel.php:1078
141
  msgid "Database imported correctly."
142
  msgstr "Base de datos importada correctamente."
143
 
144
+ #: includes/class-yit-plugin-panel.php:1079
145
  msgid "An error has occurred during import. Please try again."
146
  msgstr ""
147
  "Ha ocurrido un error durante la importación. Por favor, inténtalo de nuevo."
148
 
149
+ #: includes/class-yit-plugin-panel.php:1080
150
  msgid "The added file is not valid."
151
  msgstr "El archivo añadido no es válido."
152
 
153
+ #: includes/class-yit-plugin-panel.php:1081
154
  msgid "Sorry, import is disabled."
155
  msgstr "Lo siento, la importación está desactivada."
156
 
157
+ #: includes/class-yit-plugin-panel.php:1082
158
  msgid "Sorting successful."
159
  msgstr "Clasificación realizada con éxito"
160
 
161
+ #: includes/class-yit-plugin-panel.php:1571
162
  msgid "We need your support"
163
  msgstr "Necesitamos tu apoyo"
164
 
165
+ #: includes/class-yit-plugin-panel.php:1572
166
  msgid "to keep updating and improving the plugin. Please,"
167
  msgstr "para que podamos seguir actualizando y mejorando el plugin. Por favor,"
168
 
169
+ #: includes/class-yit-plugin-panel.php:1574
170
  msgid "help us by leaving a good review"
171
  msgstr "ayúdanos dejando una buena valoración"
172
 
173
+ #: includes/class-yit-plugin-panel.php:1575
174
  msgid ":) Thanks!"
175
  msgstr ":) ¡Gracias!"
176
 
672
  msgid "Data: %1$.2fMB | Index: %2$.2fMB | Free: %3$.2fMB | Engine: %4$s"
673
  msgstr "Datos: %1$.2fMB | Índice: %2$.2fMB | Libre: %3$.2fMB | Motor: %4$s"
674
 
 
 
 
 
 
 
 
 
 
 
 
675
  #. translators: %s is the title of the post object.
676
  #: yit-functions.php:1938
677
  msgid "Are you sure you want to move \"%s\" to trash?"
686
  msgid "Further actions"
687
  msgstr "Otras acciones"
688
 
689
+ #: yit-plugin.php:232
690
  msgid "License"
691
  msgstr "Licencia"
692
 
693
+ #. translators: 1. Plugin(s) name(s).
694
+ #: yit-plugin.php:271
695
+ msgid ""
696
+ "%s was deactivated as you're running an higher tier version of the same "
697
+ "plugin."
698
+ msgid_plural ""
699
+ "%s were deactivated as you're running higher tier versions of the same "
700
+ "plugins."
701
+ msgstr[0] ""
702
+ "%s fue desactivado ya que estás ejecutando una versión superior del mismo "
703
+ "plugin."
704
+ msgstr[1] ""
705
+ "%s fueron desactivados ya que estás ejecutando una versión superior de los "
706
+ "mismos plugins."
707
+
708
  #. Author of the plugin/theme
709
  msgid "YITH"
710
  msgstr "YITH"
742
  msgstr "Si, borrar"
743
 
744
  #. translators: 1. Plugin name.
745
+ #: includes/class-yit-plugin-panel.php:803
746
  msgctxt "Help tab default title"
747
  msgid "Thank you for purchasing %s!"
748
  msgstr "¡Gracias por comprar %s!"
749
 
750
+ #: includes/class-yit-plugin-panel.php:803
751
+ #, fuzzy
752
+ msgctxt "Help tab default title"
753
+ msgid "Thank you for using %s!"
754
+ msgstr "¡Gracias por comprar %s!"
755
+
756
+ #: includes/class-yit-plugin-panel.php:815
757
  msgctxt "Help tab default description"
758
  msgid ""
759
  "We want to help you enjoy a wonderful experience with all of our products."
761
  "Queremos ayudarte a disfrutar de una experiencia maravillosa con todos "
762
  "nuestros productos."
763
 
764
+ #: includes/class-yit-plugin-panel.php:866
765
  msgctxt "Premium tab name"
766
  msgid "Get premium"
767
  msgstr "Obtén premium"
768
 
769
+ #: includes/class-yit-plugin-panel.php:878
770
  msgctxt "Help tab name"
771
  msgid "Help"
772
  msgstr "Ayuda"
884
  msgstr "NO"
885
 
886
  #. translators: 1. Url to EN playlist.
887
+ #: templates/panel/help-tab.php:89
888
  msgctxt "Help tab view all video link"
889
  msgid ""
890
  "Check the full <a href=\"%s\" target=\"_blank\">Playlist on Youtube</a> to "
893
  "Consulta la <a href=\"%s\" target=\"_blank\">Lista de reproducción en "
894
  "Youtube</a> para saber más >"
895
 
896
+ #: templates/panel/help-tab.php:96
897
  msgctxt "Help tab Watch Videotutorials link"
898
  msgid "Videos are also available in:"
899
  msgstr "Los vídeos también están disponibles en:"
900
 
901
+ #: templates/panel/help-tab.php:126
902
  msgctxt "Help tab Read Documentation link"
903
  msgid "Read the documentation"
904
  msgstr "Lee la documentación"
905
 
906
+ #: templates/panel/help-tab.php:129
907
  msgctxt "Help tab Read Documentation link"
908
  msgid "to learn how the plugin works from the basics."
909
  msgstr "para aprender cómo funciona el plugin desde lo más básico."
910
 
911
+ #: templates/panel/help-tab.php:139
912
  msgctxt "Help tab Watch video tutorials link"
913
  msgid "Watch our video tutorials"
914
  msgstr "Ve nuestros videotutoriales"
915
 
916
+ #: templates/panel/help-tab.php:142
917
  msgctxt "Help tab Watch video tutorials link"
918
  msgid "to see some helpful use cases."
919
  msgstr "para ver algunos casos de uso útiles."
920
 
921
+ #: templates/panel/help-tab.php:152
922
  msgctxt "Help tab view FAQs link"
923
  msgid "Check the FAQs"
924
  msgstr "Comprueba los FAQ"
925
 
926
+ #: templates/panel/help-tab.php:155
927
  msgctxt "Help tab view FAQs link"
928
  msgid "to find answers to your doubts."
929
  msgstr "para encontrar respuestas a tus dudas."
930
 
931
+ #: templates/panel/help-tab.php:170
932
  msgctxt "Help tab FAQ title"
933
  msgid "Last FAQs in our Help Center"
934
  msgstr "Últimos FAQs en nuestro Centro de Ayuda"
935
 
936
+ #: templates/panel/help-tab.php:184
937
  msgctxt "Help tab FAQ link"
938
  msgid "View all FAQs >"
939
  msgstr "Ver todos los FAQs >"
940
 
941
+ #: templates/panel/help-tab.php:193
942
  msgctxt "Help tab submit ticket title"
943
  msgid "Need help?"
944
  msgstr "¿Necesitas ayuda?"
945
 
946
+ #: templates/panel/help-tab.php:196
947
  msgctxt "Help tab submit ticket description"
948
  msgid ""
949
  "If you are experiencing any technical issues, ask for help from our "
954
  "Envía un ticket a través de nuestro servicio de asistencia y te ayudaremos "
955
  "lo antes posible."
956
 
957
+ #: templates/panel/help-tab.php:204
958
  msgctxt "Help tab submit ticket button"
959
  msgid "Submit a ticket"
960
  msgstr "Enviar ticket"
961
 
962
+ #: templates/panel/help-tab.php:216 templates/panel/help-tab.php:218
963
+ #: templates/panel/help-tab.php:223
964
+ #, fuzzy
965
+ msgctxt "Help tab documentation"
966
+ msgid "Read the plugin documentation"
967
+ msgstr "Lee la documentación"
968
+
969
+ #: templates/panel/help-tab.php:220
970
+ msgctxt "Help tab documentation"
971
+ msgid "to learn from basics how it works"
972
+ msgstr ""
973
+
974
+ #: templates/panel/help-tab.php:231 templates/panel/help-tab.php:233
975
+ #, fuzzy
976
+ msgctxt "Help tab support"
977
+ msgid "Need some help?"
978
+ msgstr "¿Necesitas ayuda?"
979
+
980
+ #: templates/panel/help-tab.php:235
981
+ msgctxt "Help tab support"
982
+ msgid "From DIY to full-service help"
983
+ msgstr ""
984
+
985
+ #: templates/panel/help-tab.php:238
986
+ msgctxt "Help tab support"
987
+ msgid "Call or chat 24/7 for support or let our expert to make your site"
988
+ msgstr ""
989
+
990
+ #: templates/panel/help-tab.php:241
991
+ #, fuzzy
992
+ msgctxt "Help tab support"
993
+ msgid "Yes, I need help"
994
+ msgstr "¿Necesitas ayuda?"
995
+
996
  #: templates/panel/premium-tab.php:30
997
  msgctxt "Premium Tab"
998
  msgid "Get the premium version to unlock advanced features"
1099
  msgid "Premium version"
1100
  msgstr "Versión premium"
1101
 
1102
+ #: yit-plugin.php:228
1103
  msgctxt "Action links"
1104
  msgid "Settings"
1105
  msgstr "Ajustes"
plugin-fw/languages/yith-plugin-fw-it_IT.mo CHANGED
Binary file
plugin-fw/languages/yith-plugin-fw-it_IT.po CHANGED
@@ -4,8 +4,8 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: YITH Framework\n"
6
  "Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
7
- "POT-Creation-Date: 2022-07-06 06:26:03+00:00\n"
8
- "PO-Revision-Date: 2022-03-21 13:01:47+0000\n"
9
  "Language: it\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -114,61 +114,61 @@ msgstr "Sei sicuro?"
114
  msgid "Reset to default"
115
  msgstr "Ripristina configurazione predefinita"
116
 
117
- #: includes/class-yit-plugin-panel.php:1059
118
  msgid ""
119
  "The element you have entered already exists. Please, enter another name."
120
  msgstr "L'elemento inserito esiste già. Per favore, inserisci un altro nome."
121
 
122
- #: includes/class-yit-plugin-panel.php:1060
123
  msgid "Settings saved"
124
  msgstr "Impostazioni salvate"
125
 
126
- #: includes/class-yit-plugin-panel.php:1061
127
  msgid "Settings reset"
128
  msgstr "Impostazioni azzerate"
129
 
130
- #: includes/class-yit-plugin-panel.php:1062
131
  msgid "Element deleted correctly."
132
  msgstr "Elemento rimosso correttamente."
133
 
134
- #: includes/class-yit-plugin-panel.php:1063
135
- #: includes/class-yit-plugin-panel.php:1064
136
  msgid "Element updated correctly."
137
  msgstr "Elemento aggiornato correttamente."
138
 
139
- #: includes/class-yit-plugin-panel.php:1065
140
  msgid "Database imported correctly."
141
  msgstr "Database importato correttamente."
142
 
143
- #: includes/class-yit-plugin-panel.php:1066
144
  msgid "An error has occurred during import. Please try again."
145
  msgstr "Si è verificato un errore durante l'importazione. Prova di nuovo."
146
 
147
- #: includes/class-yit-plugin-panel.php:1067
148
  msgid "The added file is not valid."
149
  msgstr "Il file aggiunto non è valido."
150
 
151
- #: includes/class-yit-plugin-panel.php:1068
152
  msgid "Sorry, import is disabled."
153
  msgstr "Ci dispiace, l'importazione è disabilitata."
154
 
155
- #: includes/class-yit-plugin-panel.php:1069
156
  msgid "Sorting successful."
157
  msgstr "Ordinamento effettuato con successo."
158
 
159
- #: includes/class-yit-plugin-panel.php:1558
160
  msgid "We need your support"
161
  msgstr "Abbiamo bisogno del tuo sostegno"
162
 
163
- #: includes/class-yit-plugin-panel.php:1559
164
  msgid "to keep updating and improving the plugin. Please,"
165
  msgstr "per poter continuare ad aggiornare e migliorare il plugin."
166
 
167
- #: includes/class-yit-plugin-panel.php:1561
168
  msgid "help us by leaving a good review"
169
  msgstr "Puoi darci una mano lasciando una recensione positiva"
170
 
171
- #: includes/class-yit-plugin-panel.php:1562
172
  msgid ":) Thanks!"
173
  msgstr ":) Grazie!"
174
 
@@ -672,17 +672,6 @@ msgstr "Dimensione spazio libero database"
672
  msgid "Data: %1$.2fMB | Index: %2$.2fMB | Free: %3$.2fMB | Engine: %4$s"
673
  msgstr "Dati: %1$.2fMB | Indice: %2$.2fMB | Libero: %3$.2fMB | Engine: %4$s"
674
 
675
- #. translators: 1. Plugin(s) name(s).
676
- #: yit-deactive-plugin.php:119
677
- msgid ""
678
- "%s was deactivated as you're running an higher tier version of the same "
679
- "plugin."
680
- msgid_plural ""
681
- "%s were deactivated as you're running higher tier versions of the same "
682
- "plugins."
683
- msgstr[0] ""
684
- msgstr[1] ""
685
-
686
  #. translators: %s is the title of the post object.
687
  #: yit-functions.php:1938
688
  msgid "Are you sure you want to move \"%s\" to trash?"
@@ -697,10 +686,25 @@ msgstr "Sei sicuro di voler eliminare \"%s\"?"
697
  msgid "Further actions"
698
  msgstr "Altre azioni"
699
 
700
- #: yit-plugin.php:213
701
  msgid "License"
702
  msgstr "Chiave di licenza"
703
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
704
  #. Author of the plugin/theme
705
  msgid "YITH"
706
  msgstr "YITH"
@@ -738,12 +742,18 @@ msgid "Yes, delete"
738
  msgstr "Sì, elimina"
739
 
740
  #. translators: 1. Plugin name.
741
- #: includes/class-yit-plugin-panel.php:805
742
  msgctxt "Help tab default title"
743
  msgid "Thank you for purchasing %s!"
744
  msgstr "Grazie per aver acquistato %s!"
745
 
746
- #: includes/class-yit-plugin-panel.php:806
 
 
 
 
 
 
747
  msgctxt "Help tab default description"
748
  msgid ""
749
  "We want to help you enjoy a wonderful experience with all of our products."
@@ -751,12 +761,12 @@ msgstr ""
751
  "Vogliamo aiutarti ad avere un'esperienza fantastica con tutti i nostri "
752
  "prodotti."
753
 
754
- #: includes/class-yit-plugin-panel.php:853
755
  msgctxt "Premium tab name"
756
  msgid "Get premium"
757
  msgstr "Diventa premium"
758
 
759
- #: includes/class-yit-plugin-panel.php:865
760
  msgctxt "Help tab name"
761
  msgid "Help"
762
  msgstr "Help"
@@ -875,7 +885,7 @@ msgid "NO"
875
  msgstr "NO"
876
 
877
  #. translators: 1. Url to EN playlist.
878
- #: templates/panel/help-tab.php:87
879
  msgctxt "Help tab view all video link"
880
  msgid ""
881
  "Check the full <a href=\"%s\" target=\"_blank\">Playlist on Youtube</a> to "
@@ -884,57 +894,57 @@ msgstr ""
884
  "Per saperne di più, vedi la <a href=\"%s\" target=\"_blank\">Playlist "
885
  "completa su Youtube</a>>"
886
 
887
- #: templates/panel/help-tab.php:94
888
  msgctxt "Help tab Watch Videotutorials link"
889
  msgid "Videos are also available in:"
890
  msgstr "I video sono disponibili anche in:"
891
 
892
- #: templates/panel/help-tab.php:124
893
  msgctxt "Help tab Read Documentation link"
894
  msgid "Read the documentation"
895
  msgstr "Consulta la documentazione"
896
 
897
- #: templates/panel/help-tab.php:127
898
  msgctxt "Help tab Read Documentation link"
899
  msgid "to learn how the plugin works from the basics."
900
  msgstr "per scoprire dalle basi come funziona il plugin."
901
 
902
- #: templates/panel/help-tab.php:137
903
  msgctxt "Help tab Watch video tutorials link"
904
  msgid "Watch our video tutorials"
905
  msgstr "Guarda i nostri video tutorial"
906
 
907
- #: templates/panel/help-tab.php:140
908
  msgctxt "Help tab Watch video tutorials link"
909
  msgid "to see some helpful use cases."
910
  msgstr "per vedere dei casi d'utilizzo utili."
911
 
912
- #: templates/panel/help-tab.php:150
913
  msgctxt "Help tab view FAQs link"
914
  msgid "Check the FAQs"
915
  msgstr "Controlla le FAQ"
916
 
917
- #: templates/panel/help-tab.php:153
918
  msgctxt "Help tab view FAQs link"
919
  msgid "to find answers to your doubts."
920
  msgstr "per trovare le risposte ai tuoi dubbi."
921
 
922
- #: templates/panel/help-tab.php:169
923
  msgctxt "Help tab FAQ title"
924
  msgid "Last FAQs in our Help Center"
925
  msgstr "Ultime FAQ nel nostro Centro Assistenza"
926
 
927
- #: templates/panel/help-tab.php:183
928
  msgctxt "Help tab FAQ link"
929
  msgid "View all FAQs >"
930
  msgstr "Vedi tutte le FAQ"
931
 
932
- #: templates/panel/help-tab.php:192
933
  msgctxt "Help tab submit ticket title"
934
  msgid "Need help?"
935
  msgstr "Ti serve aiuto?"
936
 
937
- #: templates/panel/help-tab.php:195
938
  msgctxt "Help tab submit ticket description"
939
  msgid ""
940
  "If you are experiencing any technical issues, ask for help from our "
@@ -945,11 +955,45 @@ msgstr ""
945
  "Invia un ticket dalla nostra piattaforma di supporto e ti daremo assistenza "
946
  "il più presto possibile."
947
 
948
- #: templates/panel/help-tab.php:203
949
  msgctxt "Help tab submit ticket button"
950
  msgid "Submit a ticket"
951
  msgstr "Invia un ticket"
952
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
953
  #: templates/panel/premium-tab.php:30
954
  msgctxt "Premium Tab"
955
  msgid "Get the premium version to unlock advanced features"
@@ -1056,7 +1100,7 @@ msgctxt "Plugin Row Meta"
1056
  msgid "Premium version"
1057
  msgstr "Versione premium"
1058
 
1059
- #: yit-plugin.php:209
1060
  msgctxt "Action links"
1061
  msgid "Settings"
1062
  msgstr "Impostazioni"
4
  msgstr ""
5
  "Project-Id-Version: YITH Framework\n"
6
  "Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
7
+ "POT-Creation-Date: 2022-07-18 06:07:56+00:00\n"
8
+ "PO-Revision-Date: 2022-07-06 07:17:32+0000\n"
9
  "Language: it\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
114
  msgid "Reset to default"
115
  msgstr "Ripristina configurazione predefinita"
116
 
117
+ #: includes/class-yit-plugin-panel.php:1072
118
  msgid ""
119
  "The element you have entered already exists. Please, enter another name."
120
  msgstr "L'elemento inserito esiste già. Per favore, inserisci un altro nome."
121
 
122
+ #: includes/class-yit-plugin-panel.php:1073
123
  msgid "Settings saved"
124
  msgstr "Impostazioni salvate"
125
 
126
+ #: includes/class-yit-plugin-panel.php:1074
127
  msgid "Settings reset"
128
  msgstr "Impostazioni azzerate"
129
 
130
+ #: includes/class-yit-plugin-panel.php:1075
131
  msgid "Element deleted correctly."
132
  msgstr "Elemento rimosso correttamente."
133
 
134
+ #: includes/class-yit-plugin-panel.php:1076
135
+ #: includes/class-yit-plugin-panel.php:1077
136
  msgid "Element updated correctly."
137
  msgstr "Elemento aggiornato correttamente."
138
 
139
+ #: includes/class-yit-plugin-panel.php:1078
140
  msgid "Database imported correctly."
141
  msgstr "Database importato correttamente."
142
 
143
+ #: includes/class-yit-plugin-panel.php:1079
144
  msgid "An error has occurred during import. Please try again."
145
  msgstr "Si è verificato un errore durante l'importazione. Prova di nuovo."
146
 
147
+ #: includes/class-yit-plugin-panel.php:1080
148
  msgid "The added file is not valid."
149
  msgstr "Il file aggiunto non è valido."
150
 
151
+ #: includes/class-yit-plugin-panel.php:1081
152
  msgid "Sorry, import is disabled."
153
  msgstr "Ci dispiace, l'importazione è disabilitata."
154
 
155
+ #: includes/class-yit-plugin-panel.php:1082
156
  msgid "Sorting successful."
157
  msgstr "Ordinamento effettuato con successo."
158
 
159
+ #: includes/class-yit-plugin-panel.php:1571
160
  msgid "We need your support"
161
  msgstr "Abbiamo bisogno del tuo sostegno"
162
 
163
+ #: includes/class-yit-plugin-panel.php:1572
164
  msgid "to keep updating and improving the plugin. Please,"
165
  msgstr "per poter continuare ad aggiornare e migliorare il plugin."
166
 
167
+ #: includes/class-yit-plugin-panel.php:1574
168
  msgid "help us by leaving a good review"
169
  msgstr "Puoi darci una mano lasciando una recensione positiva"
170
 
171
+ #: includes/class-yit-plugin-panel.php:1575
172
  msgid ":) Thanks!"
173
  msgstr ":) Grazie!"
174
 
672
  msgid "Data: %1$.2fMB | Index: %2$.2fMB | Free: %3$.2fMB | Engine: %4$s"
673
  msgstr "Dati: %1$.2fMB | Indice: %2$.2fMB | Libero: %3$.2fMB | Engine: %4$s"
674
 
 
 
 
 
 
 
 
 
 
 
 
675
  #. translators: %s is the title of the post object.
676
  #: yit-functions.php:1938
677
  msgid "Are you sure you want to move \"%s\" to trash?"
686
  msgid "Further actions"
687
  msgstr "Altre azioni"
688
 
689
+ #: yit-plugin.php:232
690
  msgid "License"
691
  msgstr "Chiave di licenza"
692
 
693
+ #. translators: 1. Plugin(s) name(s).
694
+ #: yit-plugin.php:271
695
+ msgid ""
696
+ "%s was deactivated as you're running an higher tier version of the same "
697
+ "plugin."
698
+ msgid_plural ""
699
+ "%s were deactivated as you're running higher tier versions of the same "
700
+ "plugins."
701
+ msgstr[0] ""
702
+ "%s è stato disattivato poiché stai usando una versione superiore dello "
703
+ "stesso plugin. "
704
+ msgstr[1] ""
705
+ "%s sono stati disattivati poiché stai usando una versione superiore degli "
706
+ "stessi plugin. "
707
+
708
  #. Author of the plugin/theme
709
  msgid "YITH"
710
  msgstr "YITH"
742
  msgstr "Sì, elimina"
743
 
744
  #. translators: 1. Plugin name.
745
+ #: includes/class-yit-plugin-panel.php:803
746
  msgctxt "Help tab default title"
747
  msgid "Thank you for purchasing %s!"
748
  msgstr "Grazie per aver acquistato %s!"
749
 
750
+ #: includes/class-yit-plugin-panel.php:803
751
+ #, fuzzy
752
+ msgctxt "Help tab default title"
753
+ msgid "Thank you for using %s!"
754
+ msgstr "Grazie per aver acquistato %s!"
755
+
756
+ #: includes/class-yit-plugin-panel.php:815
757
  msgctxt "Help tab default description"
758
  msgid ""
759
  "We want to help you enjoy a wonderful experience with all of our products."
761
  "Vogliamo aiutarti ad avere un'esperienza fantastica con tutti i nostri "
762
  "prodotti."
763
 
764
+ #: includes/class-yit-plugin-panel.php:866
765
  msgctxt "Premium tab name"
766
  msgid "Get premium"
767
  msgstr "Diventa premium"
768
 
769
+ #: includes/class-yit-plugin-panel.php:878
770
  msgctxt "Help tab name"
771
  msgid "Help"
772
  msgstr "Help"
885
  msgstr "NO"
886
 
887
  #. translators: 1. Url to EN playlist.
888
+ #: templates/panel/help-tab.php:89
889
  msgctxt "Help tab view all video link"
890
  msgid ""
891
  "Check the full <a href=\"%s\" target=\"_blank\">Playlist on Youtube</a> to "
894
  "Per saperne di più, vedi la <a href=\"%s\" target=\"_blank\">Playlist "
895
  "completa su Youtube</a>>"
896
 
897
+ #: templates/panel/help-tab.php:96
898
  msgctxt "Help tab Watch Videotutorials link"
899
  msgid "Videos are also available in:"
900
  msgstr "I video sono disponibili anche in:"
901
 
902
+ #: templates/panel/help-tab.php:126
903
  msgctxt "Help tab Read Documentation link"
904
  msgid "Read the documentation"
905
  msgstr "Consulta la documentazione"
906
 
907
+ #: templates/panel/help-tab.php:129
908
  msgctxt "Help tab Read Documentation link"
909
  msgid "to learn how the plugin works from the basics."
910
  msgstr "per scoprire dalle basi come funziona il plugin."
911
 
912
+ #: templates/panel/help-tab.php:139
913
  msgctxt "Help tab Watch video tutorials link"
914
  msgid "Watch our video tutorials"
915
  msgstr "Guarda i nostri video tutorial"
916
 
917
+ #: templates/panel/help-tab.php:142
918
  msgctxt "Help tab Watch video tutorials link"
919
  msgid "to see some helpful use cases."
920
  msgstr "per vedere dei casi d'utilizzo utili."
921
 
922
+ #: templates/panel/help-tab.php:152
923
  msgctxt "Help tab view FAQs link"
924
  msgid "Check the FAQs"
925
  msgstr "Controlla le FAQ"
926
 
927
+ #: templates/panel/help-tab.php:155
928
  msgctxt "Help tab view FAQs link"
929
  msgid "to find answers to your doubts."
930
  msgstr "per trovare le risposte ai tuoi dubbi."
931
 
932
+ #: templates/panel/help-tab.php:170
933
  msgctxt "Help tab FAQ title"
934
  msgid "Last FAQs in our Help Center"
935
  msgstr "Ultime FAQ nel nostro Centro Assistenza"
936
 
937
+ #: templates/panel/help-tab.php:184
938
  msgctxt "Help tab FAQ link"
939
  msgid "View all FAQs >"
940
  msgstr "Vedi tutte le FAQ"
941
 
942
+ #: templates/panel/help-tab.php:193
943
  msgctxt "Help tab submit ticket title"
944
  msgid "Need help?"
945
  msgstr "Ti serve aiuto?"
946
 
947
+ #: templates/panel/help-tab.php:196
948
  msgctxt "Help tab submit ticket description"
949
  msgid ""
950
  "If you are experiencing any technical issues, ask for help from our "
955
  "Invia un ticket dalla nostra piattaforma di supporto e ti daremo assistenza "
956
  "il più presto possibile."
957
 
958
+ #: templates/panel/help-tab.php:204
959
  msgctxt "Help tab submit ticket button"
960
  msgid "Submit a ticket"
961
  msgstr "Invia un ticket"
962
 
963
+ #: templates/panel/help-tab.php:216 templates/panel/help-tab.php:218
964
+ #: templates/panel/help-tab.php:223
965
+ #, fuzzy
966
+ msgctxt "Help tab documentation"
967
+ msgid "Read the plugin documentation"
968
+ msgstr "Consulta la documentazione"
969
+
970
+ #: templates/panel/help-tab.php:220
971
+ msgctxt "Help tab documentation"
972
+ msgid "to learn from basics how it works"
973
+ msgstr ""
974
+
975
+ #: templates/panel/help-tab.php:231 templates/panel/help-tab.php:233
976
+ #, fuzzy
977
+ msgctxt "Help tab support"
978
+ msgid "Need some help?"
979
+ msgstr "Ti serve aiuto?"
980
+
981
+ #: templates/panel/help-tab.php:235
982
+ msgctxt "Help tab support"
983
+ msgid "From DIY to full-service help"
984
+ msgstr ""
985
+
986
+ #: templates/panel/help-tab.php:238
987
+ msgctxt "Help tab support"
988
+ msgid "Call or chat 24/7 for support or let our expert to make your site"
989
+ msgstr ""
990
+
991
+ #: templates/panel/help-tab.php:241
992
+ #, fuzzy
993
+ msgctxt "Help tab support"
994
+ msgid "Yes, I need help"
995
+ msgstr "Ti serve aiuto?"
996
+
997
  #: templates/panel/premium-tab.php:30
998
  msgctxt "Premium Tab"
999
  msgid "Get the premium version to unlock advanced features"
1100
  msgid "Premium version"
1101
  msgstr "Versione premium"
1102
 
1103
+ #: yit-plugin.php:228
1104
  msgctxt "Action links"
1105
  msgid "Settings"
1106
  msgstr "Impostazioni"
plugin-fw/languages/yith-plugin-fw-nl_NL.po CHANGED
@@ -4,7 +4,7 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: YITH Framework\n"
6
  "Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
7
- "POT-Creation-Date: 2022-07-06 06:26:03+00:00\n"
8
  "PO-Revision-Date: 2021-12-13 12:45:02+0000\n"
9
  "Language: nl\n"
10
  "MIME-Version: 1.0\n"
@@ -116,61 +116,61 @@ msgstr "Weet je het zeker?"
116
  msgid "Reset to default"
117
  msgstr "Resetten naar standaard"
118
 
119
- #: includes/class-yit-plugin-panel.php:1059
120
  msgid ""
121
  "The element you have entered already exists. Please, enter another name."
122
  msgstr "Het element dat je hebt ingevoerd bestaat al. Voer een andere naam in."
123
 
124
- #: includes/class-yit-plugin-panel.php:1060
125
  msgid "Settings saved"
126
  msgstr "Instellingen opgeslagen"
127
 
128
- #: includes/class-yit-plugin-panel.php:1061
129
  msgid "Settings reset"
130
  msgstr "Instellingen resetten"
131
 
132
- #: includes/class-yit-plugin-panel.php:1062
133
  msgid "Element deleted correctly."
134
  msgstr "Element juist verwijderd."
135
 
136
- #: includes/class-yit-plugin-panel.php:1063
137
- #: includes/class-yit-plugin-panel.php:1064
138
  msgid "Element updated correctly."
139
  msgstr "Element juist geüpdatet."
140
 
141
- #: includes/class-yit-plugin-panel.php:1065
142
  msgid "Database imported correctly."
143
  msgstr "Database juist geïmporteerd."
144
 
145
- #: includes/class-yit-plugin-panel.php:1066
146
  msgid "An error has occurred during import. Please try again."
147
  msgstr "Er is een fout opgetreden tijdens importeren. Probeer opnieuw."
148
 
149
- #: includes/class-yit-plugin-panel.php:1067
150
  msgid "The added file is not valid."
151
  msgstr "Het toegevoegde bestand is niet geldig."
152
 
153
- #: includes/class-yit-plugin-panel.php:1068
154
  msgid "Sorry, import is disabled."
155
  msgstr "Sorry, importeren is uitgeschakeld."
156
 
157
- #: includes/class-yit-plugin-panel.php:1069
158
  msgid "Sorting successful."
159
  msgstr "Succesvol gesorteerd."
160
 
161
- #: includes/class-yit-plugin-panel.php:1558
162
  msgid "We need your support"
163
  msgstr "We hebben je hulp nodig"
164
 
165
- #: includes/class-yit-plugin-panel.php:1559
166
  msgid "to keep updating and improving the plugin. Please,"
167
  msgstr "om de plugin te blijven bijwerken en verbeteren. A.u.b.,"
168
 
169
- #: includes/class-yit-plugin-panel.php:1561
170
  msgid "help us by leaving a good review"
171
  msgstr "help ons door een goede beoordeling achter te laten"
172
 
173
- #: includes/class-yit-plugin-panel.php:1562
174
  msgid ":) Thanks!"
175
  msgstr ":) Bedankt!"
176
 
@@ -672,17 +672,6 @@ msgstr "Database gratis grootte"
672
  msgid "Data: %1$.2fMB | Index: %2$.2fMB | Free: %3$.2fMB | Engine: %4$s"
673
  msgstr "Data: %1$.2fMB | Index: %2$.2fMB | Free: %3$.2fMB | Engine: %4$s"
674
 
675
- #. translators: 1. Plugin(s) name(s).
676
- #: yit-deactive-plugin.php:119
677
- msgid ""
678
- "%s was deactivated as you're running an higher tier version of the same "
679
- "plugin."
680
- msgid_plural ""
681
- "%s were deactivated as you're running higher tier versions of the same "
682
- "plugins."
683
- msgstr[0] ""
684
- msgstr[1] ""
685
-
686
  #. translators: %s is the title of the post object.
687
  #: yit-functions.php:1938
688
  msgid "Are you sure you want to move \"%s\" to trash?"
@@ -697,10 +686,21 @@ msgstr "Weet je zeker dat je \"%s\" wilt verwijderen?"
697
  msgid "Further actions"
698
  msgstr "Verdere acties"
699
 
700
- #: yit-plugin.php:213
701
  msgid "License"
702
  msgstr "Licentie"
703
 
 
 
 
 
 
 
 
 
 
 
 
704
  #. Author of the plugin/theme
705
  msgid "YITH"
706
  msgstr "YITH"
@@ -738,23 +738,29 @@ msgid "Yes, delete"
738
  msgstr "Ja, verwijderen"
739
 
740
  #. translators: 1. Plugin name.
741
- #: includes/class-yit-plugin-panel.php:805
742
  msgctxt "Help tab default title"
743
  msgid "Thank you for purchasing %s!"
744
  msgstr "Bedankt voor het kopen van %s!"
745
 
746
- #: includes/class-yit-plugin-panel.php:806
 
 
 
 
 
 
747
  msgctxt "Help tab default description"
748
  msgid ""
749
  "We want to help you enjoy a wonderful experience with all of our products."
750
  msgstr ""
751
 
752
- #: includes/class-yit-plugin-panel.php:853
753
  msgctxt "Premium tab name"
754
  msgid "Get premium"
755
  msgstr "Neem premium"
756
 
757
- #: includes/class-yit-plugin-panel.php:865
758
  msgctxt "Help tab name"
759
  msgid "Help"
760
  msgstr "Help"
@@ -872,7 +878,7 @@ msgid "NO"
872
  msgstr "NEE"
873
 
874
  #. translators: 1. Url to EN playlist.
875
- #: templates/panel/help-tab.php:87
876
  msgctxt "Help tab view all video link"
877
  msgid ""
878
  "Check the full <a href=\"%s\" target=\"_blank\">Playlist on Youtube</a> to "
@@ -881,57 +887,57 @@ msgstr ""
881
  "Bekijk de volledige <a href=\"%s\" target=\"_blank\">Playlist op Youtube</a> "
882
  "om meer te weten te komen >"
883
 
884
- #: templates/panel/help-tab.php:94
885
  msgctxt "Help tab Watch Videotutorials link"
886
  msgid "Videos are also available in:"
887
  msgstr "Videos zijn ook beschikbaar in:"
888
 
889
- #: templates/panel/help-tab.php:124
890
  msgctxt "Help tab Read Documentation link"
891
  msgid "Read the documentation"
892
  msgstr "Lees de documentatie"
893
 
894
- #: templates/panel/help-tab.php:127
895
  msgctxt "Help tab Read Documentation link"
896
  msgid "to learn how the plugin works from the basics."
897
  msgstr ""
898
 
899
- #: templates/panel/help-tab.php:137
900
  msgctxt "Help tab Watch video tutorials link"
901
  msgid "Watch our video tutorials"
902
  msgstr ""
903
 
904
- #: templates/panel/help-tab.php:140
905
  msgctxt "Help tab Watch video tutorials link"
906
  msgid "to see some helpful use cases."
907
  msgstr ""
908
 
909
- #: templates/panel/help-tab.php:150
910
  msgctxt "Help tab view FAQs link"
911
  msgid "Check the FAQs"
912
  msgstr "Check de FAQs"
913
 
914
- #: templates/panel/help-tab.php:153
915
  msgctxt "Help tab view FAQs link"
916
  msgid "to find answers to your doubts."
917
  msgstr ""
918
 
919
- #: templates/panel/help-tab.php:169
920
  msgctxt "Help tab FAQ title"
921
  msgid "Last FAQs in our Help Center"
922
  msgstr "Laatste FAQs in ons Help Center"
923
 
924
- #: templates/panel/help-tab.php:183
925
  msgctxt "Help tab FAQ link"
926
  msgid "View all FAQs >"
927
  msgstr "Bekijk alle FAQs >"
928
 
929
- #: templates/panel/help-tab.php:192
930
  msgctxt "Help tab submit ticket title"
931
  msgid "Need help?"
932
  msgstr "Hulp nodig?"
933
 
934
- #: templates/panel/help-tab.php:195
935
  msgctxt "Help tab submit ticket description"
936
  msgid ""
937
  "If you are experiencing any technical issues, ask for help from our "
@@ -939,11 +945,45 @@ msgid ""
939
  "soon as possible."
940
  msgstr ""
941
 
942
- #: templates/panel/help-tab.php:203
943
  msgctxt "Help tab submit ticket button"
944
  msgid "Submit a ticket"
945
  msgstr "Verstuur een ticket"
946
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
947
  #: templates/panel/premium-tab.php:30
948
  msgctxt "Premium Tab"
949
  msgid "Get the premium version to unlock advanced features"
@@ -1050,7 +1090,7 @@ msgctxt "Plugin Row Meta"
1050
  msgid "Premium version"
1051
  msgstr "Premium versie"
1052
 
1053
- #: yit-plugin.php:209
1054
  msgctxt "Action links"
1055
  msgid "Settings"
1056
  msgstr "Instellingen"
4
  msgstr ""
5
  "Project-Id-Version: YITH Framework\n"
6
  "Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
7
+ "POT-Creation-Date: 2022-07-18 06:07:56+00:00\n"
8
  "PO-Revision-Date: 2021-12-13 12:45:02+0000\n"
9
  "Language: nl\n"
10
  "MIME-Version: 1.0\n"
116
  msgid "Reset to default"
117
  msgstr "Resetten naar standaard"
118
 
119
+ #: includes/class-yit-plugin-panel.php:1072
120
  msgid ""
121
  "The element you have entered already exists. Please, enter another name."
122
  msgstr "Het element dat je hebt ingevoerd bestaat al. Voer een andere naam in."
123
 
124
+ #: includes/class-yit-plugin-panel.php:1073
125
  msgid "Settings saved"
126
  msgstr "Instellingen opgeslagen"
127
 
128
+ #: includes/class-yit-plugin-panel.php:1074
129
  msgid "Settings reset"
130
  msgstr "Instellingen resetten"
131
 
132
+ #: includes/class-yit-plugin-panel.php:1075
133
  msgid "Element deleted correctly."
134
  msgstr "Element juist verwijderd."
135
 
136
+ #: includes/class-yit-plugin-panel.php:1076
137
+ #: includes/class-yit-plugin-panel.php:1077
138
  msgid "Element updated correctly."
139
  msgstr "Element juist geüpdatet."
140
 
141
+ #: includes/class-yit-plugin-panel.php:1078
142
  msgid "Database imported correctly."
143
  msgstr "Database juist geïmporteerd."
144
 
145
+ #: includes/class-yit-plugin-panel.php:1079
146
  msgid "An error has occurred during import. Please try again."
147
  msgstr "Er is een fout opgetreden tijdens importeren. Probeer opnieuw."
148
 
149
+ #: includes/class-yit-plugin-panel.php:1080
150
  msgid "The added file is not valid."
151
  msgstr "Het toegevoegde bestand is niet geldig."
152
 
153
+ #: includes/class-yit-plugin-panel.php:1081
154
  msgid "Sorry, import is disabled."
155
  msgstr "Sorry, importeren is uitgeschakeld."
156
 
157
+ #: includes/class-yit-plugin-panel.php:1082
158
  msgid "Sorting successful."
159
  msgstr "Succesvol gesorteerd."
160
 
161
+ #: includes/class-yit-plugin-panel.php:1571
162
  msgid "We need your support"
163
  msgstr "We hebben je hulp nodig"
164
 
165
+ #: includes/class-yit-plugin-panel.php:1572
166
  msgid "to keep updating and improving the plugin. Please,"
167
  msgstr "om de plugin te blijven bijwerken en verbeteren. A.u.b.,"
168
 
169
+ #: includes/class-yit-plugin-panel.php:1574
170
  msgid "help us by leaving a good review"
171
  msgstr "help ons door een goede beoordeling achter te laten"
172
 
173
+ #: includes/class-yit-plugin-panel.php:1575
174
  msgid ":) Thanks!"
175
  msgstr ":) Bedankt!"
176
 
672
  msgid "Data: %1$.2fMB | Index: %2$.2fMB | Free: %3$.2fMB | Engine: %4$s"
673
  msgstr "Data: %1$.2fMB | Index: %2$.2fMB | Free: %3$.2fMB | Engine: %4$s"
674
 
 
 
 
 
 
 
 
 
 
 
 
675
  #. translators: %s is the title of the post object.
676
  #: yit-functions.php:1938
677
  msgid "Are you sure you want to move \"%s\" to trash?"
686
  msgid "Further actions"
687
  msgstr "Verdere acties"
688
 
689
+ #: yit-plugin.php:232
690
  msgid "License"
691
  msgstr "Licentie"
692
 
693
+ #. translators: 1. Plugin(s) name(s).
694
+ #: yit-plugin.php:271
695
+ msgid ""
696
+ "%s was deactivated as you're running an higher tier version of the same "
697
+ "plugin."
698
+ msgid_plural ""
699
+ "%s were deactivated as you're running higher tier versions of the same "
700
+ "plugins."
701
+ msgstr[0] ""
702
+ msgstr[1] ""
703
+
704
  #. Author of the plugin/theme
705
  msgid "YITH"
706
  msgstr "YITH"
738
  msgstr "Ja, verwijderen"
739
 
740
  #. translators: 1. Plugin name.
741
+ #: includes/class-yit-plugin-panel.php:803
742
  msgctxt "Help tab default title"
743
  msgid "Thank you for purchasing %s!"
744
  msgstr "Bedankt voor het kopen van %s!"
745
 
746
+ #: includes/class-yit-plugin-panel.php:803
747
+ #, fuzzy
748
+ msgctxt "Help tab default title"
749
+ msgid "Thank you for using %s!"
750
+ msgstr "Bedankt voor het kopen van %s!"
751
+
752
+ #: includes/class-yit-plugin-panel.php:815
753
  msgctxt "Help tab default description"
754
  msgid ""
755
  "We want to help you enjoy a wonderful experience with all of our products."
756
  msgstr ""
757
 
758
+ #: includes/class-yit-plugin-panel.php:866
759
  msgctxt "Premium tab name"
760
  msgid "Get premium"
761
  msgstr "Neem premium"
762
 
763
+ #: includes/class-yit-plugin-panel.php:878
764
  msgctxt "Help tab name"
765
  msgid "Help"
766
  msgstr "Help"
878
  msgstr "NEE"
879
 
880
  #. translators: 1. Url to EN playlist.
881
+ #: templates/panel/help-tab.php:89
882
  msgctxt "Help tab view all video link"
883
  msgid ""
884
  "Check the full <a href=\"%s\" target=\"_blank\">Playlist on Youtube</a> to "
887
  "Bekijk de volledige <a href=\"%s\" target=\"_blank\">Playlist op Youtube</a> "
888
  "om meer te weten te komen >"
889
 
890
+ #: templates/panel/help-tab.php:96
891
  msgctxt "Help tab Watch Videotutorials link"
892
  msgid "Videos are also available in:"
893
  msgstr "Videos zijn ook beschikbaar in:"
894
 
895
+ #: templates/panel/help-tab.php:126
896
  msgctxt "Help tab Read Documentation link"
897
  msgid "Read the documentation"
898
  msgstr "Lees de documentatie"
899
 
900
+ #: templates/panel/help-tab.php:129
901
  msgctxt "Help tab Read Documentation link"
902
  msgid "to learn how the plugin works from the basics."
903
  msgstr ""
904
 
905
+ #: templates/panel/help-tab.php:139
906
  msgctxt "Help tab Watch video tutorials link"
907
  msgid "Watch our video tutorials"
908
  msgstr ""
909
 
910
+ #: templates/panel/help-tab.php:142
911
  msgctxt "Help tab Watch video tutorials link"
912
  msgid "to see some helpful use cases."
913
  msgstr ""
914
 
915
+ #: templates/panel/help-tab.php:152
916
  msgctxt "Help tab view FAQs link"
917
  msgid "Check the FAQs"
918
  msgstr "Check de FAQs"
919
 
920
+ #: templates/panel/help-tab.php:155
921
  msgctxt "Help tab view FAQs link"
922
  msgid "to find answers to your doubts."
923
  msgstr ""
924
 
925
+ #: templates/panel/help-tab.php:170
926
  msgctxt "Help tab FAQ title"
927
  msgid "Last FAQs in our Help Center"
928
  msgstr "Laatste FAQs in ons Help Center"
929
 
930
+ #: templates/panel/help-tab.php:184
931
  msgctxt "Help tab FAQ link"
932
  msgid "View all FAQs >"
933
  msgstr "Bekijk alle FAQs >"
934
 
935
+ #: templates/panel/help-tab.php:193
936
  msgctxt "Help tab submit ticket title"
937
  msgid "Need help?"
938
  msgstr "Hulp nodig?"
939
 
940
+ #: templates/panel/help-tab.php:196
941
  msgctxt "Help tab submit ticket description"
942
  msgid ""
943
  "If you are experiencing any technical issues, ask for help from our "
945
  "soon as possible."
946
  msgstr ""
947
 
948
+ #: templates/panel/help-tab.php:204
949
  msgctxt "Help tab submit ticket button"
950
  msgid "Submit a ticket"
951
  msgstr "Verstuur een ticket"
952
 
953
+ #: templates/panel/help-tab.php:216 templates/panel/help-tab.php:218
954
+ #: templates/panel/help-tab.php:223
955
+ #, fuzzy
956
+ msgctxt "Help tab documentation"
957
+ msgid "Read the plugin documentation"
958
+ msgstr "Lees de documentatie"
959
+
960
+ #: templates/panel/help-tab.php:220
961
+ msgctxt "Help tab documentation"
962
+ msgid "to learn from basics how it works"
963
+ msgstr ""
964
+
965
+ #: templates/panel/help-tab.php:231 templates/panel/help-tab.php:233
966
+ #, fuzzy
967
+ msgctxt "Help tab support"
968
+ msgid "Need some help?"
969
+ msgstr "Hulp nodig?"
970
+
971
+ #: templates/panel/help-tab.php:235
972
+ msgctxt "Help tab support"
973
+ msgid "From DIY to full-service help"
974
+ msgstr ""
975
+
976
+ #: templates/panel/help-tab.php:238
977
+ msgctxt "Help tab support"
978
+ msgid "Call or chat 24/7 for support or let our expert to make your site"
979
+ msgstr ""
980
+
981
+ #: templates/panel/help-tab.php:241
982
+ #, fuzzy
983
+ msgctxt "Help tab support"
984
+ msgid "Yes, I need help"
985
+ msgstr "Hulp nodig?"
986
+
987
  #: templates/panel/premium-tab.php:30
988
  msgctxt "Premium Tab"
989
  msgid "Get the premium version to unlock advanced features"
1090
  msgid "Premium version"
1091
  msgstr "Premium versie"
1092
 
1093
+ #: yit-plugin.php:228
1094
  msgctxt "Action links"
1095
  msgid "Settings"
1096
  msgstr "Instellingen"
plugin-fw/languages/yith-plugin-fw-ru_RU.po CHANGED
@@ -4,7 +4,7 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: YITH Framework\n"
6
  "Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
7
- "POT-Creation-Date: 2022-07-06 06:26:03+00:00\n"
8
  "PO-Revision-Date: 2022-04-05 17:22:32+0000\n"
9
  "Language: ru\n"
10
  "MIME-Version: 1.0\n"
@@ -115,61 +115,61 @@ msgstr "Вы уверены?"
115
  msgid "Reset to default"
116
  msgstr "Сброс до заводских настроек"
117
 
118
- #: includes/class-yit-plugin-panel.php:1059
119
  msgid ""
120
  "The element you have entered already exists. Please, enter another name."
121
  msgstr "Введенный вами элемент уже существует. Пожалуйста, введите другое имя."
122
 
123
- #: includes/class-yit-plugin-panel.php:1060
124
  msgid "Settings saved"
125
  msgstr "Настройки сохранены"
126
 
127
- #: includes/class-yit-plugin-panel.php:1061
128
  msgid "Settings reset"
129
  msgstr "Сбросить настройки"
130
 
131
- #: includes/class-yit-plugin-panel.php:1062
132
  msgid "Element deleted correctly."
133
  msgstr "Элемент удален правильно."
134
 
135
- #: includes/class-yit-plugin-panel.php:1063
136
- #: includes/class-yit-plugin-panel.php:1064
137
  msgid "Element updated correctly."
138
  msgstr "Элемент обновлен правильно."
139
 
140
- #: includes/class-yit-plugin-panel.php:1065
141
  msgid "Database imported correctly."
142
  msgstr "База данных импортирована правильно."
143
 
144
- #: includes/class-yit-plugin-panel.php:1066
145
  msgid "An error has occurred during import. Please try again."
146
  msgstr "Во время импорта произошла ошибка. Пожалуйста, попробуйте еще раз."
147
 
148
- #: includes/class-yit-plugin-panel.php:1067
149
  msgid "The added file is not valid."
150
  msgstr "Добавленный файл недействителен."
151
 
152
- #: includes/class-yit-plugin-panel.php:1068
153
  msgid "Sorry, import is disabled."
154
  msgstr "Извините, импорт отключен."
155
 
156
- #: includes/class-yit-plugin-panel.php:1069
157
  msgid "Sorting successful."
158
  msgstr "Сортировка выполнена успешно."
159
 
160
- #: includes/class-yit-plugin-panel.php:1558
161
  msgid "We need your support"
162
  msgstr "Нам нужна ваша поддержка"
163
 
164
- #: includes/class-yit-plugin-panel.php:1559
165
  msgid "to keep updating and improving the plugin. Please,"
166
  msgstr "чтобы продолжать обновлять и улучшать плагин. Пожалуйста,"
167
 
168
- #: includes/class-yit-plugin-panel.php:1561
169
  msgid "help us by leaving a good review"
170
  msgstr "помогите нам, оставив хороший отзыв"
171
 
172
- #: includes/class-yit-plugin-panel.php:1562
173
  msgid ":) Thanks!"
174
  msgstr ":) Благодарим!"
175
 
@@ -671,18 +671,6 @@ msgid "Data: %1$.2fMB | Index: %2$.2fMB | Free: %3$.2fMB | Engine: %4$s"
671
  msgstr ""
672
  "Данные: %1$.2fMB | Индекс: %2$.2fMB | Свободно: %3$.2fMB | Движок: %4$s"
673
 
674
- #. translators: 1. Plugin(s) name(s).
675
- #: yit-deactive-plugin.php:119
676
- msgid ""
677
- "%s was deactivated as you're running an higher tier version of the same "
678
- "plugin."
679
- msgid_plural ""
680
- "%s were deactivated as you're running higher tier versions of the same "
681
- "plugins."
682
- msgstr[0] ""
683
- msgstr[1] ""
684
- msgstr[2] ""
685
-
686
  #. translators: %s is the title of the post object.
687
  #: yit-functions.php:1938
688
  msgid "Are you sure you want to move \"%s\" to trash?"
@@ -697,10 +685,22 @@ msgstr "Вы уверены, что хотите удалить \"%s\"?"
697
  msgid "Further actions"
698
  msgstr "Дальнейшие действия"
699
 
700
- #: yit-plugin.php:213
701
  msgid "License"
702
  msgstr "Лицензия"
703
 
 
 
 
 
 
 
 
 
 
 
 
 
704
  #. Author of the plugin/theme
705
  msgid "YITH"
706
  msgstr "YITH"
@@ -738,12 +738,18 @@ msgid "Yes, delete"
738
  msgstr "Да, удалить"
739
 
740
  #. translators: 1. Plugin name.
741
- #: includes/class-yit-plugin-panel.php:805
742
  msgctxt "Help tab default title"
743
  msgid "Thank you for purchasing %s!"
744
  msgstr "Благодарим вас за покупку %s!"
745
 
746
- #: includes/class-yit-plugin-panel.php:806
 
 
 
 
 
 
747
  msgctxt "Help tab default description"
748
  msgid ""
749
  "We want to help you enjoy a wonderful experience with all of our products."
@@ -751,12 +757,12 @@ msgstr ""
751
  "Мы хотим помочь вам получить удовольствие от использования всех наших "
752
  "продуктов."
753
 
754
- #: includes/class-yit-plugin-panel.php:853
755
  msgctxt "Premium tab name"
756
  msgid "Get premium"
757
  msgstr "Получите премиум"
758
 
759
- #: includes/class-yit-plugin-panel.php:865
760
  msgctxt "Help tab name"
761
  msgid "Help"
762
  msgstr "Помощь"
@@ -875,7 +881,7 @@ msgid "NO"
875
  msgstr "НЕТ"
876
 
877
  #. translators: 1. Url to EN playlist.
878
- #: templates/panel/help-tab.php:87
879
  msgctxt "Help tab view all video link"
880
  msgid ""
881
  "Check the full <a href=\"%s\" target=\"_blank\">Playlist on Youtube</a> to "
@@ -884,57 +890,57 @@ msgstr ""
884
  "Посмотрите полный <a href=\"%s\" target=\"_blank\">плейлист на Youtube</a>, "
885
  "чтобы узнать больше >"
886
 
887
- #: templates/panel/help-tab.php:94
888
  msgctxt "Help tab Watch Videotutorials link"
889
  msgid "Videos are also available in:"
890
  msgstr "Видеоматериалы также доступны в:"
891
 
892
- #: templates/panel/help-tab.php:124
893
  msgctxt "Help tab Read Documentation link"
894
  msgid "Read the documentation"
895
  msgstr "Прочтите документацию"
896
 
897
- #: templates/panel/help-tab.php:127
898
  msgctxt "Help tab Read Documentation link"
899
  msgid "to learn how the plugin works from the basics."
900
  msgstr ""
901
 
902
- #: templates/panel/help-tab.php:137
903
  msgctxt "Help tab Watch video tutorials link"
904
  msgid "Watch our video tutorials"
905
  msgstr "Посмотрите наши видеоуроки"
906
 
907
- #: templates/panel/help-tab.php:140
908
  msgctxt "Help tab Watch video tutorials link"
909
  msgid "to see some helpful use cases."
910
  msgstr ""
911
 
912
- #: templates/panel/help-tab.php:150
913
  msgctxt "Help tab view FAQs link"
914
  msgid "Check the FAQs"
915
  msgstr "Проверьте ответы на часто задаваемые вопросы"
916
 
917
- #: templates/panel/help-tab.php:153
918
  msgctxt "Help tab view FAQs link"
919
  msgid "to find answers to your doubts."
920
  msgstr "найти ответы на свои сомнения."
921
 
922
- #: templates/panel/help-tab.php:169
923
  msgctxt "Help tab FAQ title"
924
  msgid "Last FAQs in our Help Center"
925
  msgstr "Последние часто задаваемые вопросы в нашем Справочном Центре"
926
 
927
- #: templates/panel/help-tab.php:183
928
  msgctxt "Help tab FAQ link"
929
  msgid "View all FAQs >"
930
  msgstr "Просмотреть все часто задаваемые вопросы >"
931
 
932
- #: templates/panel/help-tab.php:192
933
  msgctxt "Help tab submit ticket title"
934
  msgid "Need help?"
935
  msgstr "Нужна помощь?"
936
 
937
- #: templates/panel/help-tab.php:195
938
  msgctxt "Help tab submit ticket description"
939
  msgid ""
940
  "If you are experiencing any technical issues, ask for help from our "
@@ -945,11 +951,45 @@ msgstr ""
945
  "разработчикам. Отправьте заявку через нашу службу поддержки, и мы поможем "
946
  "вам как можно скорее."
947
 
948
- #: templates/panel/help-tab.php:203
949
  msgctxt "Help tab submit ticket button"
950
  msgid "Submit a ticket"
951
  msgstr "Отправить обращение"
952
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
953
  #: templates/panel/premium-tab.php:30
954
  msgctxt "Premium Tab"
955
  msgid "Get the premium version to unlock advanced features"
@@ -1056,7 +1096,7 @@ msgctxt "Plugin Row Meta"
1056
  msgid "Premium version"
1057
  msgstr "Премиум версия"
1058
 
1059
- #: yit-plugin.php:209
1060
  msgctxt "Action links"
1061
  msgid "Settings"
1062
  msgstr "Настройки"
4
  msgstr ""
5
  "Project-Id-Version: YITH Framework\n"
6
  "Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
7
+ "POT-Creation-Date: 2022-07-18 06:07:56+00:00\n"
8
  "PO-Revision-Date: 2022-04-05 17:22:32+0000\n"
9
  "Language: ru\n"
10
  "MIME-Version: 1.0\n"
115
  msgid "Reset to default"
116
  msgstr "Сброс до заводских настроек"
117
 
118
+ #: includes/class-yit-plugin-panel.php:1072
119
  msgid ""
120
  "The element you have entered already exists. Please, enter another name."
121
  msgstr "Введенный вами элемент уже существует. Пожалуйста, введите другое имя."
122
 
123
+ #: includes/class-yit-plugin-panel.php:1073
124
  msgid "Settings saved"
125
  msgstr "Настройки сохранены"
126
 
127
+ #: includes/class-yit-plugin-panel.php:1074
128
  msgid "Settings reset"
129
  msgstr "Сбросить настройки"
130
 
131
+ #: includes/class-yit-plugin-panel.php:1075
132
  msgid "Element deleted correctly."
133
  msgstr "Элемент удален правильно."
134
 
135
+ #: includes/class-yit-plugin-panel.php:1076
136
+ #: includes/class-yit-plugin-panel.php:1077
137
  msgid "Element updated correctly."
138
  msgstr "Элемент обновлен правильно."
139
 
140
+ #: includes/class-yit-plugin-panel.php:1078
141
  msgid "Database imported correctly."
142
  msgstr "База данных импортирована правильно."
143
 
144
+ #: includes/class-yit-plugin-panel.php:1079
145
  msgid "An error has occurred during import. Please try again."
146
  msgstr "Во время импорта произошла ошибка. Пожалуйста, попробуйте еще раз."
147
 
148
+ #: includes/class-yit-plugin-panel.php:1080
149
  msgid "The added file is not valid."
150
  msgstr "Добавленный файл недействителен."
151
 
152
+ #: includes/class-yit-plugin-panel.php:1081
153
  msgid "Sorry, import is disabled."
154
  msgstr "Извините, импорт отключен."
155
 
156
+ #: includes/class-yit-plugin-panel.php:1082
157
  msgid "Sorting successful."
158
  msgstr "Сортировка выполнена успешно."
159
 
160
+ #: includes/class-yit-plugin-panel.php:1571
161
  msgid "We need your support"
162
  msgstr "Нам нужна ваша поддержка"
163
 
164
+ #: includes/class-yit-plugin-panel.php:1572
165
  msgid "to keep updating and improving the plugin. Please,"
166
  msgstr "чтобы продолжать обновлять и улучшать плагин. Пожалуйста,"
167
 
168
+ #: includes/class-yit-plugin-panel.php:1574
169
  msgid "help us by leaving a good review"
170
  msgstr "помогите нам, оставив хороший отзыв"
171
 
172
+ #: includes/class-yit-plugin-panel.php:1575
173
  msgid ":) Thanks!"
174
  msgstr ":) Благодарим!"
175
 
671
  msgstr ""
672
  "Данные: %1$.2fMB | Индекс: %2$.2fMB | Свободно: %3$.2fMB | Движок: %4$s"
673
 
 
 
 
 
 
 
 
 
 
 
 
 
674
  #. translators: %s is the title of the post object.
675
  #: yit-functions.php:1938
676
  msgid "Are you sure you want to move \"%s\" to trash?"
685
  msgid "Further actions"
686
  msgstr "Дальнейшие действия"
687
 
688
+ #: yit-plugin.php:232
689
  msgid "License"
690
  msgstr "Лицензия"
691
 
692
+ #. translators: 1. Plugin(s) name(s).
693
+ #: yit-plugin.php:271
694
+ msgid ""
695
+ "%s was deactivated as you're running an higher tier version of the same "
696
+ "plugin."
697
+ msgid_plural ""
698
+ "%s were deactivated as you're running higher tier versions of the same "
699
+ "plugins."
700
+ msgstr[0] ""
701
+ msgstr[1] ""
702
+ msgstr[2] ""
703
+
704
  #. Author of the plugin/theme
705
  msgid "YITH"
706
  msgstr "YITH"
738
  msgstr "Да, удалить"
739
 
740
  #. translators: 1. Plugin name.
741
+ #: includes/class-yit-plugin-panel.php:803
742
  msgctxt "Help tab default title"
743
  msgid "Thank you for purchasing %s!"
744
  msgstr "Благодарим вас за покупку %s!"
745
 
746
+ #: includes/class-yit-plugin-panel.php:803
747
+ #, fuzzy
748
+ msgctxt "Help tab default title"
749
+ msgid "Thank you for using %s!"
750
+ msgstr "Благодарим вас за покупку %s!"
751
+
752
+ #: includes/class-yit-plugin-panel.php:815
753
  msgctxt "Help tab default description"
754
  msgid ""
755
  "We want to help you enjoy a wonderful experience with all of our products."
757
  "Мы хотим помочь вам получить удовольствие от использования всех наших "
758
  "продуктов."
759
 
760
+ #: includes/class-yit-plugin-panel.php:866
761
  msgctxt "Premium tab name"
762
  msgid "Get premium"
763
  msgstr "Получите премиум"
764
 
765
+ #: includes/class-yit-plugin-panel.php:878
766
  msgctxt "Help tab name"
767
  msgid "Help"
768
  msgstr "Помощь"
881
  msgstr "НЕТ"
882
 
883
  #. translators: 1. Url to EN playlist.
884
+ #: templates/panel/help-tab.php:89
885
  msgctxt "Help tab view all video link"
886
  msgid ""
887
  "Check the full <a href=\"%s\" target=\"_blank\">Playlist on Youtube</a> to "
890
  "Посмотрите полный <a href=\"%s\" target=\"_blank\">плейлист на Youtube</a>, "
891
  "чтобы узнать больше >"
892
 
893
+ #: templates/panel/help-tab.php:96
894
  msgctxt "Help tab Watch Videotutorials link"
895
  msgid "Videos are also available in:"
896
  msgstr "Видеоматериалы также доступны в:"
897
 
898
+ #: templates/panel/help-tab.php:126
899
  msgctxt "Help tab Read Documentation link"
900
  msgid "Read the documentation"
901
  msgstr "Прочтите документацию"
902
 
903
+ #: templates/panel/help-tab.php:129
904
  msgctxt "Help tab Read Documentation link"
905
  msgid "to learn how the plugin works from the basics."
906
  msgstr ""
907
 
908
+ #: templates/panel/help-tab.php:139
909
  msgctxt "Help tab Watch video tutorials link"
910
  msgid "Watch our video tutorials"
911
  msgstr "Посмотрите наши видеоуроки"
912
 
913
+ #: templates/panel/help-tab.php:142
914
  msgctxt "Help tab Watch video tutorials link"
915
  msgid "to see some helpful use cases."
916
  msgstr ""
917
 
918
+ #: templates/panel/help-tab.php:152
919
  msgctxt "Help tab view FAQs link"
920
  msgid "Check the FAQs"
921
  msgstr "Проверьте ответы на часто задаваемые вопросы"
922
 
923
+ #: templates/panel/help-tab.php:155
924
  msgctxt "Help tab view FAQs link"
925
  msgid "to find answers to your doubts."
926
  msgstr "найти ответы на свои сомнения."
927
 
928
+ #: templates/panel/help-tab.php:170
929
  msgctxt "Help tab FAQ title"
930
  msgid "Last FAQs in our Help Center"
931
  msgstr "Последние часто задаваемые вопросы в нашем Справочном Центре"
932
 
933
+ #: templates/panel/help-tab.php:184
934
  msgctxt "Help tab FAQ link"
935
  msgid "View all FAQs >"
936
  msgstr "Просмотреть все часто задаваемые вопросы >"
937
 
938
+ #: templates/panel/help-tab.php:193
939
  msgctxt "Help tab submit ticket title"
940
  msgid "Need help?"
941
  msgstr "Нужна помощь?"
942
 
943
+ #: templates/panel/help-tab.php:196
944
  msgctxt "Help tab submit ticket description"
945
  msgid ""
946
  "If you are experiencing any technical issues, ask for help from our "
951
  "разработчикам. Отправьте заявку через нашу службу поддержки, и мы поможем "
952
  "вам как можно скорее."
953
 
954
+ #: templates/panel/help-tab.php:204
955
  msgctxt "Help tab submit ticket button"
956
  msgid "Submit a ticket"
957
  msgstr "Отправить обращение"
958
 
959
+ #: templates/panel/help-tab.php:216 templates/panel/help-tab.php:218
960
+ #: templates/panel/help-tab.php:223
961
+ #, fuzzy
962
+ msgctxt "Help tab documentation"
963
+ msgid "Read the plugin documentation"
964
+ msgstr "Прочтите документацию"
965
+
966
+ #: templates/panel/help-tab.php:220
967
+ msgctxt "Help tab documentation"
968
+ msgid "to learn from basics how it works"
969
+ msgstr ""
970
+
971
+ #: templates/panel/help-tab.php:231 templates/panel/help-tab.php:233
972
+ #, fuzzy
973
+ msgctxt "Help tab support"
974
+ msgid "Need some help?"
975
+ msgstr "Нужна помощь?"
976
+
977
+ #: templates/panel/help-tab.php:235
978
+ msgctxt "Help tab support"
979
+ msgid "From DIY to full-service help"
980
+ msgstr ""
981
+
982
+ #: templates/panel/help-tab.php:238
983
+ msgctxt "Help tab support"
984
+ msgid "Call or chat 24/7 for support or let our expert to make your site"
985
+ msgstr ""
986
+
987
+ #: templates/panel/help-tab.php:241
988
+ #, fuzzy
989
+ msgctxt "Help tab support"
990
+ msgid "Yes, I need help"
991
+ msgstr "Нужна помощь?"
992
+
993
  #: templates/panel/premium-tab.php:30
994
  msgctxt "Premium Tab"
995
  msgid "Get the premium version to unlock advanced features"
1096
  msgid "Premium version"
1097
  msgstr "Премиум версия"
1098
 
1099
+ #: yit-plugin.php:228
1100
  msgctxt "Action links"
1101
  msgid "Settings"
1102
  msgstr "Настройки"
plugin-fw/languages/yith-plugin-fw-zh_CN.po CHANGED
@@ -4,7 +4,7 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: YITH Framework\n"
6
  "Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
7
- "POT-Creation-Date: 2022-07-06 06:26:03+00:00\n"
8
  "PO-Revision-Date: 2022-06-29 13:12:18+0000\n"
9
  "Language: zh\n"
10
  "MIME-Version: 1.0\n"
@@ -110,61 +110,61 @@ msgstr "你確定嗎?"
110
  msgid "Reset to default"
111
  msgstr "重置為預設值"
112
 
113
- #: includes/class-yit-plugin-panel.php:1059
114
  msgid ""
115
  "The element you have entered already exists. Please, enter another name."
116
  msgstr "你輸入的這個元素已經存在,請輸入另一個名稱"
117
 
118
- #: includes/class-yit-plugin-panel.php:1060
119
  msgid "Settings saved"
120
  msgstr "設定已經儲存"
121
 
122
- #: includes/class-yit-plugin-panel.php:1061
123
  msgid "Settings reset"
124
  msgstr "重置設定"
125
 
126
- #: includes/class-yit-plugin-panel.php:1062
127
  msgid "Element deleted correctly."
128
  msgstr "元素已被確實刪除"
129
 
130
- #: includes/class-yit-plugin-panel.php:1063
131
- #: includes/class-yit-plugin-panel.php:1064
132
  msgid "Element updated correctly."
133
  msgstr "元素已正確更新。"
134
 
135
- #: includes/class-yit-plugin-panel.php:1065
136
  msgid "Database imported correctly."
137
  msgstr "資料庫已被正確匯入"
138
 
139
- #: includes/class-yit-plugin-panel.php:1066
140
  msgid "An error has occurred during import. Please try again."
141
  msgstr "匯入過程中發生一個錯誤,請再試一次"
142
 
143
- #: includes/class-yit-plugin-panel.php:1067
144
  msgid "The added file is not valid."
145
  msgstr "添加的檔案無效"
146
 
147
- #: includes/class-yit-plugin-panel.php:1068
148
  msgid "Sorry, import is disabled."
149
  msgstr "抱歉,匯入功能被關閉"
150
 
151
- #: includes/class-yit-plugin-panel.php:1069
152
  msgid "Sorting successful."
153
  msgstr "已順利排序"
154
 
155
- #: includes/class-yit-plugin-panel.php:1558
156
  msgid "We need your support"
157
  msgstr "我們需要你的支援"
158
 
159
- #: includes/class-yit-plugin-panel.php:1559
160
  msgid "to keep updating and improving the plugin. Please,"
161
  msgstr "請不斷保持更新與改進外掛"
162
 
163
- #: includes/class-yit-plugin-panel.php:1561
164
  msgid "help us by leaving a good review"
165
  msgstr "留下好的評論幫助我們更進步"
166
 
167
- #: includes/class-yit-plugin-panel.php:1562
168
  msgid ":) Thanks!"
169
  msgstr ":) 謝謝!"
170
 
@@ -653,16 +653,6 @@ msgstr "資料庫可用大小"
653
  msgid "Data: %1$.2fMB | Index: %2$.2fMB | Free: %3$.2fMB | Engine: %4$s"
654
  msgstr "資料數據: %1$.2fMB | 索引: %2$.2fMB | 可用: %3$.2fMB | 引擎: %4$s"
655
 
656
- #. translators: 1. Plugin(s) name(s).
657
- #: yit-deactive-plugin.php:119
658
- msgid ""
659
- "%s was deactivated as you're running an higher tier version of the same "
660
- "plugin."
661
- msgid_plural ""
662
- "%s were deactivated as you're running higher tier versions of the same "
663
- "plugins."
664
- msgstr[0] ""
665
-
666
  #. translators: %s is the title of the post object.
667
  #: yit-functions.php:1938
668
  msgid "Are you sure you want to move \"%s\" to trash?"
@@ -677,10 +667,20 @@ msgstr "您確定要刪除 \"%s\" 嗎?"
677
  msgid "Further actions"
678
  msgstr "進一步動作"
679
 
680
- #: yit-plugin.php:213
681
  msgid "License"
682
  msgstr "授權"
683
 
 
 
 
 
 
 
 
 
 
 
684
  #. Author of the plugin/theme
685
  msgid "YITH"
686
  msgstr "YITH"
@@ -718,23 +718,29 @@ msgid "Yes, delete"
718
  msgstr "是的,刪除"
719
 
720
  #. translators: 1. Plugin name.
721
- #: includes/class-yit-plugin-panel.php:805
722
  msgctxt "Help tab default title"
723
  msgid "Thank you for purchasing %s!"
724
  msgstr "感謝您購買 %s !"
725
 
726
- #: includes/class-yit-plugin-panel.php:806
 
 
 
 
 
 
727
  msgctxt "Help tab default description"
728
  msgid ""
729
  "We want to help you enjoy a wonderful experience with all of our products."
730
  msgstr "我們希望幫助您享受我們所有產品的美妙體驗。"
731
 
732
- #: includes/class-yit-plugin-panel.php:853
733
  msgctxt "Premium tab name"
734
  msgid "Get premium"
735
  msgstr "取得高級版"
736
 
737
- #: includes/class-yit-plugin-panel.php:865
738
  msgctxt "Help tab name"
739
  msgid "Help"
740
  msgstr "幫助"
@@ -849,7 +855,7 @@ msgid "NO"
849
  msgstr "不"
850
 
851
  #. translators: 1. Url to EN playlist.
852
- #: templates/panel/help-tab.php:87
853
  msgctxt "Help tab view all video link"
854
  msgid ""
855
  "Check the full <a href=\"%s\" target=\"_blank\">Playlist on Youtube</a> to "
@@ -857,57 +863,57 @@ msgid ""
857
  msgstr ""
858
  "查看全部的 <a href=\"%s\" target=\"_blank\">Youtube</a> 播放清單去學習更多 >"
859
 
860
- #: templates/panel/help-tab.php:94
861
  msgctxt "Help tab Watch Videotutorials link"
862
  msgid "Videos are also available in:"
863
  msgstr "影片也可用於:"
864
 
865
- #: templates/panel/help-tab.php:124
866
  msgctxt "Help tab Read Documentation link"
867
  msgid "Read the documentation"
868
  msgstr "閱讀說明文件"
869
 
870
- #: templates/panel/help-tab.php:127
871
  msgctxt "Help tab Read Documentation link"
872
  msgid "to learn how the plugin works from the basics."
873
  msgstr "了解外掛的基礎工作原理"
874
 
875
- #: templates/panel/help-tab.php:137
876
  msgctxt "Help tab Watch video tutorials link"
877
  msgid "Watch our video tutorials"
878
  msgstr "查看我們的教學影片"
879
 
880
- #: templates/panel/help-tab.php:140
881
  msgctxt "Help tab Watch video tutorials link"
882
  msgid "to see some helpful use cases."
883
  msgstr "查看一些有用的案例"
884
 
885
- #: templates/panel/help-tab.php:150
886
  msgctxt "Help tab view FAQs link"
887
  msgid "Check the FAQs"
888
  msgstr "檢查問與答"
889
 
890
- #: templates/panel/help-tab.php:153
891
  msgctxt "Help tab view FAQs link"
892
  msgid "to find answers to your doubts."
893
  msgstr "找到你的問題答案"
894
 
895
- #: templates/panel/help-tab.php:169
896
  msgctxt "Help tab FAQ title"
897
  msgid "Last FAQs in our Help Center"
898
  msgstr "在我們的幫助中心的最新問答"
899
 
900
- #: templates/panel/help-tab.php:183
901
  msgctxt "Help tab FAQ link"
902
  msgid "View all FAQs >"
903
  msgstr "查看所有的問與答 >"
904
 
905
- #: templates/panel/help-tab.php:192
906
  msgctxt "Help tab submit ticket title"
907
  msgid "Need help?"
908
  msgstr "需要幫忙?"
909
 
910
- #: templates/panel/help-tab.php:195
911
  msgctxt "Help tab submit ticket description"
912
  msgid ""
913
  "If you are experiencing any technical issues, ask for help from our "
@@ -917,11 +923,45 @@ msgstr ""
917
  "如果您遇到任何技術問題,請向我們的開發人員尋求幫助。 通過我們的支援後台提交工"
918
  "作單,我們將盡快為您提供幫助。"
919
 
920
- #: templates/panel/help-tab.php:203
921
  msgctxt "Help tab submit ticket button"
922
  msgid "Submit a ticket"
923
  msgstr "提交一張工作單"
924
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
925
  #: templates/panel/premium-tab.php:30
926
  msgctxt "Premium Tab"
927
  msgid "Get the premium version to unlock advanced features"
@@ -1028,7 +1068,7 @@ msgctxt "Plugin Row Meta"
1028
  msgid "Premium version"
1029
  msgstr "高級版本"
1030
 
1031
- #: yit-plugin.php:209
1032
  msgctxt "Action links"
1033
  msgid "Settings"
1034
  msgstr "設定"
4
  msgstr ""
5
  "Project-Id-Version: YITH Framework\n"
6
  "Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
7
+ "POT-Creation-Date: 2022-07-18 06:07:56+00:00\n"
8
  "PO-Revision-Date: 2022-06-29 13:12:18+0000\n"
9
  "Language: zh\n"
10
  "MIME-Version: 1.0\n"
110
  msgid "Reset to default"
111
  msgstr "重置為預設值"
112
 
113
+ #: includes/class-yit-plugin-panel.php:1072
114
  msgid ""
115
  "The element you have entered already exists. Please, enter another name."
116
  msgstr "你輸入的這個元素已經存在,請輸入另一個名稱"
117
 
118
+ #: includes/class-yit-plugin-panel.php:1073
119
  msgid "Settings saved"
120
  msgstr "設定已經儲存"
121
 
122
+ #: includes/class-yit-plugin-panel.php:1074
123
  msgid "Settings reset"
124
  msgstr "重置設定"
125
 
126
+ #: includes/class-yit-plugin-panel.php:1075
127
  msgid "Element deleted correctly."
128
  msgstr "元素已被確實刪除"
129
 
130
+ #: includes/class-yit-plugin-panel.php:1076
131
+ #: includes/class-yit-plugin-panel.php:1077
132
  msgid "Element updated correctly."
133
  msgstr "元素已正確更新。"
134
 
135
+ #: includes/class-yit-plugin-panel.php:1078
136
  msgid "Database imported correctly."
137
  msgstr "資料庫已被正確匯入"
138
 
139
+ #: includes/class-yit-plugin-panel.php:1079
140
  msgid "An error has occurred during import. Please try again."
141
  msgstr "匯入過程中發生一個錯誤,請再試一次"
142
 
143
+ #: includes/class-yit-plugin-panel.php:1080
144
  msgid "The added file is not valid."
145
  msgstr "添加的檔案無效"
146
 
147
+ #: includes/class-yit-plugin-panel.php:1081
148
  msgid "Sorry, import is disabled."
149
  msgstr "抱歉,匯入功能被關閉"
150
 
151
+ #: includes/class-yit-plugin-panel.php:1082
152
  msgid "Sorting successful."
153
  msgstr "已順利排序"
154
 
155
+ #: includes/class-yit-plugin-panel.php:1571
156
  msgid "We need your support"
157
  msgstr "我們需要你的支援"
158
 
159
+ #: includes/class-yit-plugin-panel.php:1572
160
  msgid "to keep updating and improving the plugin. Please,"
161
  msgstr "請不斷保持更新與改進外掛"
162
 
163
+ #: includes/class-yit-plugin-panel.php:1574
164
  msgid "help us by leaving a good review"
165
  msgstr "留下好的評論幫助我們更進步"
166
 
167
+ #: includes/class-yit-plugin-panel.php:1575
168
  msgid ":) Thanks!"
169
  msgstr ":) 謝謝!"
170
 
653
  msgid "Data: %1$.2fMB | Index: %2$.2fMB | Free: %3$.2fMB | Engine: %4$s"
654
  msgstr "資料數據: %1$.2fMB | 索引: %2$.2fMB | 可用: %3$.2fMB | 引擎: %4$s"
655
 
 
 
 
 
 
 
 
 
 
 
656
  #. translators: %s is the title of the post object.
657
  #: yit-functions.php:1938
658
  msgid "Are you sure you want to move \"%s\" to trash?"
667
  msgid "Further actions"
668
  msgstr "進一步動作"
669
 
670
+ #: yit-plugin.php:232
671
  msgid "License"
672
  msgstr "授權"
673
 
674
+ #. translators: 1. Plugin(s) name(s).
675
+ #: yit-plugin.php:271
676
+ msgid ""
677
+ "%s was deactivated as you're running an higher tier version of the same "
678
+ "plugin."
679
+ msgid_plural ""
680
+ "%s were deactivated as you're running higher tier versions of the same "
681
+ "plugins."
682
+ msgstr[0] ""
683
+
684
  #. Author of the plugin/theme
685
  msgid "YITH"
686
  msgstr "YITH"
718
  msgstr "是的,刪除"
719
 
720
  #. translators: 1. Plugin name.
721
+ #: includes/class-yit-plugin-panel.php:803
722
  msgctxt "Help tab default title"
723
  msgid "Thank you for purchasing %s!"
724
  msgstr "感謝您購買 %s !"
725
 
726
+ #: includes/class-yit-plugin-panel.php:803
727
+ #, fuzzy
728
+ msgctxt "Help tab default title"
729
+ msgid "Thank you for using %s!"
730
+ msgstr "感謝您購買 %s !"
731
+
732
+ #: includes/class-yit-plugin-panel.php:815
733
  msgctxt "Help tab default description"
734
  msgid ""
735
  "We want to help you enjoy a wonderful experience with all of our products."
736
  msgstr "我們希望幫助您享受我們所有產品的美妙體驗。"
737
 
738
+ #: includes/class-yit-plugin-panel.php:866
739
  msgctxt "Premium tab name"
740
  msgid "Get premium"
741
  msgstr "取得高級版"
742
 
743
+ #: includes/class-yit-plugin-panel.php:878
744
  msgctxt "Help tab name"
745
  msgid "Help"
746
  msgstr "幫助"
855
  msgstr "不"
856
 
857
  #. translators: 1. Url to EN playlist.
858
+ #: templates/panel/help-tab.php:89
859
  msgctxt "Help tab view all video link"
860
  msgid ""
861
  "Check the full <a href=\"%s\" target=\"_blank\">Playlist on Youtube</a> to "
863
  msgstr ""
864
  "查看全部的 <a href=\"%s\" target=\"_blank\">Youtube</a> 播放清單去學習更多 >"
865
 
866
+ #: templates/panel/help-tab.php:96
867
  msgctxt "Help tab Watch Videotutorials link"
868
  msgid "Videos are also available in:"
869
  msgstr "影片也可用於:"
870
 
871
+ #: templates/panel/help-tab.php:126
872
  msgctxt "Help tab Read Documentation link"
873
  msgid "Read the documentation"
874
  msgstr "閱讀說明文件"
875
 
876
+ #: templates/panel/help-tab.php:129
877
  msgctxt "Help tab Read Documentation link"
878
  msgid "to learn how the plugin works from the basics."
879
  msgstr "了解外掛的基礎工作原理"
880
 
881
+ #: templates/panel/help-tab.php:139
882
  msgctxt "Help tab Watch video tutorials link"
883
  msgid "Watch our video tutorials"
884
  msgstr "查看我們的教學影片"
885
 
886
+ #: templates/panel/help-tab.php:142
887
  msgctxt "Help tab Watch video tutorials link"
888
  msgid "to see some helpful use cases."
889
  msgstr "查看一些有用的案例"
890
 
891
+ #: templates/panel/help-tab.php:152
892
  msgctxt "Help tab view FAQs link"
893
  msgid "Check the FAQs"
894
  msgstr "檢查問與答"
895
 
896
+ #: templates/panel/help-tab.php:155
897
  msgctxt "Help tab view FAQs link"
898
  msgid "to find answers to your doubts."
899
  msgstr "找到你的問題答案"
900
 
901
+ #: templates/panel/help-tab.php:170
902
  msgctxt "Help tab FAQ title"
903
  msgid "Last FAQs in our Help Center"
904
  msgstr "在我們的幫助中心的最新問答"
905
 
906
+ #: templates/panel/help-tab.php:184
907
  msgctxt "Help tab FAQ link"
908
  msgid "View all FAQs >"
909
  msgstr "查看所有的問與答 >"
910
 
911
+ #: templates/panel/help-tab.php:193
912
  msgctxt "Help tab submit ticket title"
913
  msgid "Need help?"
914
  msgstr "需要幫忙?"
915
 
916
+ #: templates/panel/help-tab.php:196
917
  msgctxt "Help tab submit ticket description"
918
  msgid ""
919
  "If you are experiencing any technical issues, ask for help from our "
923
  "如果您遇到任何技術問題,請向我們的開發人員尋求幫助。 通過我們的支援後台提交工"
924
  "作單,我們將盡快為您提供幫助。"
925
 
926
+ #: templates/panel/help-tab.php:204
927
  msgctxt "Help tab submit ticket button"
928
  msgid "Submit a ticket"
929
  msgstr "提交一張工作單"
930
 
931
+ #: templates/panel/help-tab.php:216 templates/panel/help-tab.php:218
932
+ #: templates/panel/help-tab.php:223
933
+ #, fuzzy
934
+ msgctxt "Help tab documentation"
935
+ msgid "Read the plugin documentation"
936
+ msgstr "閱讀說明文件"
937
+
938
+ #: templates/panel/help-tab.php:220
939
+ msgctxt "Help tab documentation"
940
+ msgid "to learn from basics how it works"
941
+ msgstr ""
942
+
943
+ #: templates/panel/help-tab.php:231 templates/panel/help-tab.php:233
944
+ #, fuzzy
945
+ msgctxt "Help tab support"
946
+ msgid "Need some help?"
947
+ msgstr "需要幫忙?"
948
+
949
+ #: templates/panel/help-tab.php:235
950
+ msgctxt "Help tab support"
951
+ msgid "From DIY to full-service help"
952
+ msgstr ""
953
+
954
+ #: templates/panel/help-tab.php:238
955
+ msgctxt "Help tab support"
956
+ msgid "Call or chat 24/7 for support or let our expert to make your site"
957
+ msgstr ""
958
+
959
+ #: templates/panel/help-tab.php:241
960
+ #, fuzzy
961
+ msgctxt "Help tab support"
962
+ msgid "Yes, I need help"
963
+ msgstr "需要幫忙?"
964
+
965
  #: templates/panel/premium-tab.php:30
966
  msgctxt "Premium Tab"
967
  msgid "Get the premium version to unlock advanced features"
1068
  msgid "Premium version"
1069
  msgstr "高級版本"
1070
 
1071
+ #: yit-plugin.php:228
1072
  msgctxt "Action links"
1073
  msgid "Settings"
1074
  msgstr "設定"
plugin-fw/languages/yith-plugin-fw.pot CHANGED
@@ -4,7 +4,7 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: \n"
6
  "Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
7
- "POT-Creation-Date: 2022-07-06 06:26:03+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
@@ -119,60 +119,60 @@ msgstr ""
119
  msgid "Reset to default"
120
  msgstr ""
121
 
122
- #: includes/class-yit-plugin-panel.php:1059
123
  msgid "The element you have entered already exists. Please, enter another name."
124
  msgstr ""
125
 
126
- #: includes/class-yit-plugin-panel.php:1060
127
  msgid "Settings saved"
128
  msgstr ""
129
 
130
- #: includes/class-yit-plugin-panel.php:1061
131
  msgid "Settings reset"
132
  msgstr ""
133
 
134
- #: includes/class-yit-plugin-panel.php:1062
135
  msgid "Element deleted correctly."
136
  msgstr ""
137
 
138
- #: includes/class-yit-plugin-panel.php:1063
139
- #: includes/class-yit-plugin-panel.php:1064
140
  msgid "Element updated correctly."
141
  msgstr ""
142
 
143
- #: includes/class-yit-plugin-panel.php:1065
144
  msgid "Database imported correctly."
145
  msgstr ""
146
 
147
- #: includes/class-yit-plugin-panel.php:1066
148
  msgid "An error has occurred during import. Please try again."
149
  msgstr ""
150
 
151
- #: includes/class-yit-plugin-panel.php:1067
152
  msgid "The added file is not valid."
153
  msgstr ""
154
 
155
- #: includes/class-yit-plugin-panel.php:1068
156
  msgid "Sorry, import is disabled."
157
  msgstr ""
158
 
159
- #: includes/class-yit-plugin-panel.php:1069
160
  msgid "Sorting successful."
161
  msgstr ""
162
 
163
- #: includes/class-yit-plugin-panel.php:1558
164
  msgid "We need your support"
165
  msgstr ""
166
 
167
- #: includes/class-yit-plugin-panel.php:1559
168
  msgid "to keep updating and improving the plugin. Please,"
169
  msgstr ""
170
 
171
- #: includes/class-yit-plugin-panel.php:1561
172
  msgid "help us by leaving a good review"
173
  msgstr ""
174
 
175
- #: includes/class-yit-plugin-panel.php:1562
176
  msgid ":) Thanks!"
177
  msgstr ""
178
 
@@ -649,17 +649,6 @@ msgstr ""
649
  msgid "Data: %1$.2fMB | Index: %2$.2fMB | Free: %3$.2fMB | Engine: %4$s"
650
  msgstr ""
651
 
652
- #: yit-deactive-plugin.php:119
653
- #. translators: 1. Plugin(s) name(s).
654
- msgid ""
655
- "%s was deactivated as you're running an higher tier version of the same "
656
- "plugin."
657
- msgid_plural ""
658
- "%s were deactivated as you're running higher tier versions of the same "
659
- "plugins."
660
- msgstr[0] ""
661
- msgstr[1] ""
662
-
663
  #: yit-functions.php:1938
664
  #. translators: %s is the title of the post object.
665
  msgid "Are you sure you want to move \"%s\" to trash?"
@@ -674,10 +663,21 @@ msgstr ""
674
  msgid "Further actions"
675
  msgstr ""
676
 
677
- #: yit-plugin.php:213
678
  msgid "License"
679
  msgstr ""
680
 
 
 
 
 
 
 
 
 
 
 
 
681
  #. Author of the plugin/theme
682
  msgid "YITH"
683
  msgstr ""
@@ -714,23 +714,28 @@ msgctxt "Delete confirmation action"
714
  msgid "Yes, delete"
715
  msgstr ""
716
 
717
- #: includes/class-yit-plugin-panel.php:805
718
  #. translators: 1. Plugin name.
719
  msgctxt "Help tab default title"
720
  msgid "Thank you for purchasing %s!"
721
  msgstr ""
722
 
723
- #: includes/class-yit-plugin-panel.php:806
 
 
 
 
 
724
  msgctxt "Help tab default description"
725
  msgid "We want to help you enjoy a wonderful experience with all of our products."
726
  msgstr ""
727
 
728
- #: includes/class-yit-plugin-panel.php:853
729
  msgctxt "Premium tab name"
730
  msgid "Get premium"
731
  msgstr ""
732
 
733
- #: includes/class-yit-plugin-panel.php:865
734
  msgctxt "Help tab name"
735
  msgid "Help"
736
  msgstr ""
@@ -841,7 +846,7 @@ msgctxt "YES/NO button: use MAX 4 characters!"
841
  msgid "NO"
842
  msgstr ""
843
 
844
- #: templates/panel/help-tab.php:87
845
  #. translators: 1. Url to EN playlist.
846
  msgctxt "Help tab view all video link"
847
  msgid ""
@@ -849,57 +854,57 @@ msgid ""
849
  "learn more >"
850
  msgstr ""
851
 
852
- #: templates/panel/help-tab.php:94
853
  msgctxt "Help tab Watch Videotutorials link"
854
  msgid "Videos are also available in:"
855
  msgstr ""
856
 
857
- #: templates/panel/help-tab.php:124
858
  msgctxt "Help tab Read Documentation link"
859
  msgid "Read the documentation"
860
  msgstr ""
861
 
862
- #: templates/panel/help-tab.php:127
863
  msgctxt "Help tab Read Documentation link"
864
  msgid "to learn how the plugin works from the basics."
865
  msgstr ""
866
 
867
- #: templates/panel/help-tab.php:137
868
  msgctxt "Help tab Watch video tutorials link"
869
  msgid "Watch our video tutorials"
870
  msgstr ""
871
 
872
- #: templates/panel/help-tab.php:140
873
  msgctxt "Help tab Watch video tutorials link"
874
  msgid "to see some helpful use cases."
875
  msgstr ""
876
 
877
- #: templates/panel/help-tab.php:150
878
  msgctxt "Help tab view FAQs link"
879
  msgid "Check the FAQs"
880
  msgstr ""
881
 
882
- #: templates/panel/help-tab.php:153
883
  msgctxt "Help tab view FAQs link"
884
  msgid "to find answers to your doubts."
885
  msgstr ""
886
 
887
- #: templates/panel/help-tab.php:169
888
  msgctxt "Help tab FAQ title"
889
  msgid "Last FAQs in our Help Center"
890
  msgstr ""
891
 
892
- #: templates/panel/help-tab.php:183
893
  msgctxt "Help tab FAQ link"
894
  msgid "View all FAQs >"
895
  msgstr ""
896
 
897
- #: templates/panel/help-tab.php:192
898
  msgctxt "Help tab submit ticket title"
899
  msgid "Need help?"
900
  msgstr ""
901
 
902
- #: templates/panel/help-tab.php:195
903
  msgctxt "Help tab submit ticket description"
904
  msgid ""
905
  "If you are experiencing any technical issues, ask for help from our "
@@ -907,11 +912,42 @@ msgid ""
907
  "as soon as possible."
908
  msgstr ""
909
 
910
- #: templates/panel/help-tab.php:203
911
  msgctxt "Help tab submit ticket button"
912
  msgid "Submit a ticket"
913
  msgstr ""
914
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
915
  #: templates/panel/premium-tab.php:30
916
  msgctxt "Premium Tab"
917
  msgid "Get the premium version to unlock advanced features"
@@ -1018,7 +1054,7 @@ msgctxt "Plugin Row Meta"
1018
  msgid "Premium version"
1019
  msgstr ""
1020
 
1021
- #: yit-plugin.php:209
1022
  msgctxt "Action links"
1023
  msgid "Settings"
1024
  msgstr ""
4
  msgstr ""
5
  "Project-Id-Version: \n"
6
  "Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
7
+ "POT-Creation-Date: 2022-07-18 06:07:56+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
119
  msgid "Reset to default"
120
  msgstr ""
121
 
122
+ #: includes/class-yit-plugin-panel.php:1072
123
  msgid "The element you have entered already exists. Please, enter another name."
124
  msgstr ""
125
 
126
+ #: includes/class-yit-plugin-panel.php:1073
127
  msgid "Settings saved"
128
  msgstr ""
129
 
130
+ #: includes/class-yit-plugin-panel.php:1074
131
  msgid "Settings reset"
132
  msgstr ""
133
 
134
+ #: includes/class-yit-plugin-panel.php:1075
135
  msgid "Element deleted correctly."
136
  msgstr ""
137
 
138
+ #: includes/class-yit-plugin-panel.php:1076
139
+ #: includes/class-yit-plugin-panel.php:1077
140
  msgid "Element updated correctly."
141
  msgstr ""
142
 
143
+ #: includes/class-yit-plugin-panel.php:1078
144
  msgid "Database imported correctly."
145
  msgstr ""
146
 
147
+ #: includes/class-yit-plugin-panel.php:1079
148
  msgid "An error has occurred during import. Please try again."
149
  msgstr ""
150
 
151
+ #: includes/class-yit-plugin-panel.php:1080
152
  msgid "The added file is not valid."
153
  msgstr ""
154
 
155
+ #: includes/class-yit-plugin-panel.php:1081
156
  msgid "Sorry, import is disabled."
157
  msgstr ""
158
 
159
+ #: includes/class-yit-plugin-panel.php:1082
160
  msgid "Sorting successful."
161
  msgstr ""
162
 
163
+ #: includes/class-yit-plugin-panel.php:1571
164
  msgid "We need your support"
165
  msgstr ""
166
 
167
+ #: includes/class-yit-plugin-panel.php:1572
168
  msgid "to keep updating and improving the plugin. Please,"
169
  msgstr ""
170
 
171
+ #: includes/class-yit-plugin-panel.php:1574
172
  msgid "help us by leaving a good review"
173
  msgstr ""
174
 
175
+ #: includes/class-yit-plugin-panel.php:1575
176
  msgid ":) Thanks!"
177
  msgstr ""
178
 
649
  msgid "Data: %1$.2fMB | Index: %2$.2fMB | Free: %3$.2fMB | Engine: %4$s"
650
  msgstr ""
651
 
 
 
 
 
 
 
 
 
 
 
 
652
  #: yit-functions.php:1938
653
  #. translators: %s is the title of the post object.
654
  msgid "Are you sure you want to move \"%s\" to trash?"
663
  msgid "Further actions"
664
  msgstr ""
665
 
666
+ #: yit-plugin.php:232
667
  msgid "License"
668
  msgstr ""
669
 
670
+ #: yit-plugin.php:271
671
+ #. translators: 1. Plugin(s) name(s).
672
+ msgid ""
673
+ "%s was deactivated as you're running an higher tier version of the same "
674
+ "plugin."
675
+ msgid_plural ""
676
+ "%s were deactivated as you're running higher tier versions of the same "
677
+ "plugins."
678
+ msgstr[0] ""
679
+ msgstr[1] ""
680
+
681
  #. Author of the plugin/theme
682
  msgid "YITH"
683
  msgstr ""
714
  msgid "Yes, delete"
715
  msgstr ""
716
 
717
+ #: includes/class-yit-plugin-panel.php:803
718
  #. translators: 1. Plugin name.
719
  msgctxt "Help tab default title"
720
  msgid "Thank you for purchasing %s!"
721
  msgstr ""
722
 
723
+ #: includes/class-yit-plugin-panel.php:803
724
+ msgctxt "Help tab default title"
725
+ msgid "Thank you for using %s!"
726
+ msgstr ""
727
+
728
+ #: includes/class-yit-plugin-panel.php:815
729
  msgctxt "Help tab default description"
730
  msgid "We want to help you enjoy a wonderful experience with all of our products."
731
  msgstr ""
732
 
733
+ #: includes/class-yit-plugin-panel.php:866
734
  msgctxt "Premium tab name"
735
  msgid "Get premium"
736
  msgstr ""
737
 
738
+ #: includes/class-yit-plugin-panel.php:878
739
  msgctxt "Help tab name"
740
  msgid "Help"
741
  msgstr ""
846
  msgid "NO"
847
  msgstr ""
848
 
849
+ #: templates/panel/help-tab.php:89
850
  #. translators: 1. Url to EN playlist.
851
  msgctxt "Help tab view all video link"
852
  msgid ""
854
  "learn more >"
855
  msgstr ""
856
 
857
+ #: templates/panel/help-tab.php:96
858
  msgctxt "Help tab Watch Videotutorials link"
859
  msgid "Videos are also available in:"
860
  msgstr ""
861
 
862
+ #: templates/panel/help-tab.php:126
863
  msgctxt "Help tab Read Documentation link"
864
  msgid "Read the documentation"
865
  msgstr ""
866
 
867
+ #: templates/panel/help-tab.php:129
868
  msgctxt "Help tab Read Documentation link"
869
  msgid "to learn how the plugin works from the basics."
870
  msgstr ""
871
 
872
+ #: templates/panel/help-tab.php:139
873
  msgctxt "Help tab Watch video tutorials link"
874
  msgid "Watch our video tutorials"
875
  msgstr ""
876
 
877
+ #: templates/panel/help-tab.php:142
878
  msgctxt "Help tab Watch video tutorials link"
879
  msgid "to see some helpful use cases."
880
  msgstr ""
881
 
882
+ #: templates/panel/help-tab.php:152
883
  msgctxt "Help tab view FAQs link"
884
  msgid "Check the FAQs"
885
  msgstr ""
886
 
887
+ #: templates/panel/help-tab.php:155
888
  msgctxt "Help tab view FAQs link"
889
  msgid "to find answers to your doubts."
890
  msgstr ""
891
 
892
+ #: templates/panel/help-tab.php:170
893
  msgctxt "Help tab FAQ title"
894
  msgid "Last FAQs in our Help Center"
895
  msgstr ""
896
 
897
+ #: templates/panel/help-tab.php:184
898
  msgctxt "Help tab FAQ link"
899
  msgid "View all FAQs >"
900
  msgstr ""
901
 
902
+ #: templates/panel/help-tab.php:193
903
  msgctxt "Help tab submit ticket title"
904
  msgid "Need help?"
905
  msgstr ""
906
 
907
+ #: templates/panel/help-tab.php:196
908
  msgctxt "Help tab submit ticket description"
909
  msgid ""
910
  "If you are experiencing any technical issues, ask for help from our "
912
  "as soon as possible."
913
  msgstr ""
914
 
915
+ #: templates/panel/help-tab.php:204
916
  msgctxt "Help tab submit ticket button"
917
  msgid "Submit a ticket"
918
  msgstr ""
919
 
920
+ #: templates/panel/help-tab.php:216 templates/panel/help-tab.php:218
921
+ #: templates/panel/help-tab.php:223
922
+ msgctxt "Help tab documentation"
923
+ msgid "Read the plugin documentation"
924
+ msgstr ""
925
+
926
+ #: templates/panel/help-tab.php:220
927
+ msgctxt "Help tab documentation"
928
+ msgid "to learn from basics how it works"
929
+ msgstr ""
930
+
931
+ #: templates/panel/help-tab.php:231 templates/panel/help-tab.php:233
932
+ msgctxt "Help tab support"
933
+ msgid "Need some help?"
934
+ msgstr ""
935
+
936
+ #: templates/panel/help-tab.php:235
937
+ msgctxt "Help tab support"
938
+ msgid "From DIY to full-service help"
939
+ msgstr ""
940
+
941
+ #: templates/panel/help-tab.php:238
942
+ msgctxt "Help tab support"
943
+ msgid "Call or chat 24/7 for support or let our expert to make your site"
944
+ msgstr ""
945
+
946
+ #: templates/panel/help-tab.php:241
947
+ msgctxt "Help tab support"
948
+ msgid "Yes, I need help"
949
+ msgstr ""
950
+
951
  #: templates/panel/premium-tab.php:30
952
  msgctxt "Premium Tab"
953
  msgid "Get the premium version to unlock advanced features"
1054
  msgid "Premium version"
1055
  msgstr ""
1056
 
1057
+ #: yit-plugin.php:228
1058
  msgctxt "Action links"
1059
  msgid "Settings"
1060
  msgstr ""
plugin-fw/templates/panel/help-tab.php CHANGED
@@ -217,7 +217,7 @@ if ( $has_default_playlist ) {
217
  <div class="box-content">
218
  <h3><?php echo esc_html_x( 'Read the plugin documentation', 'Help tab documentation', 'yith-plugin-fw' ); ?></h3>
219
  <p>
220
- <?php echo esc_html_x( 'to learn from basics how t works', 'Help tab documentation', 'yith-plugin-fw' ); ?>
221
  </p>
222
  <a target="_blank" href="<?php echo esc_url( $options['doc_url'] ); ?>" class="button yith-plugin-fw__button--secondary">
223
  <?php echo esc_html_x( 'Read the plugin documentation', 'Help tab documentation', 'yith-plugin-fw' ); ?>
@@ -235,9 +235,9 @@ if ( $has_default_playlist ) {
235
  <b><?php echo esc_html_x( 'From DIY to full-service help', 'Help tab support', 'yith-plugin-fw' ); ?></b>
236
  </p>
237
  <p>
238
- <?php echo esc_html_x( 'Call or chat 24/7 for support or let our expert to make your site', 'Help tab support', 'yith-plugin-fw' ); ?>
239
  </p>
240
- <a target="_blank" href="<?php echo esc_url( $options['submit_ticket_url'] ); ?>" class="yit-plugin-fw-submit-ticket-button button yith-plugin-fw__button--secondary">
241
  <?php echo esc_html_x( 'Yes, I need help', 'Help tab support', 'yith-plugin-fw' ); ?>
242
  </a>
243
  </div>
217
  <div class="box-content">
218
  <h3><?php echo esc_html_x( 'Read the plugin documentation', 'Help tab documentation', 'yith-plugin-fw' ); ?></h3>
219
  <p>
220
+ <?php echo esc_html_x( 'to learn how it works from the basics.', 'Help tab documentation', 'yith-plugin-fw' ); ?>
221
  </p>
222
  <a target="_blank" href="<?php echo esc_url( $options['doc_url'] ); ?>" class="button yith-plugin-fw__button--secondary">
223
  <?php echo esc_html_x( 'Read the plugin documentation', 'Help tab documentation', 'yith-plugin-fw' ); ?>
235
  <b><?php echo esc_html_x( 'From DIY to full-service help', 'Help tab support', 'yith-plugin-fw' ); ?></b>
236
  </p>
237
  <p>
238
+ <?php echo esc_html_x( 'Call or chat 24/7 with our support agents, or let our experts build your site.', 'Help tab support', 'yith-plugin-fw' ); ?>
239
  </p>
240
+ <a href="<?php echo esc_url( $options['submit_ticket_url'] ); ?>" class="yit-plugin-fw-submit-ticket-button button yith-plugin-fw__button--secondary">
241
  <?php echo esc_html_x( 'Yes, I need help', 'Help tab support', 'yith-plugin-fw' ); ?>
242
  </a>
243
  </div>
plugin-fw/templates/panel/premium-tab.php CHANGED
@@ -13,7 +13,7 @@
13
 
14
  defined( 'ABSPATH' ) || exit; // Exit if accessed directly.
15
 
16
- list( $premium_features, $main_image_url, $show_free_vs_premium ) = yith_plugin_fw_extract( $options, 'premium_features', 'main_image_url', 'show_free_vs_premium_link' );
17
 
18
  $get_premium_url = yith_plugin_fw_add_utm_data( $premium_url, $plugin_slug, 'button-upgrade', yith_plugin_fw_panel_utm_source( $this ) );
19
 
@@ -46,7 +46,14 @@ if ( $show_free_vs_premium ) {
46
  </span>
47
  </div>
48
  <?php endforeach; ?>
49
- <?php if ( $show_free_vs_premium ) : ?>
 
 
 
 
 
 
 
50
  <span class="yith-plugin-fw-panel-premium-tab__free-vs-premium">
51
  <?php echo esc_html_x( 'And so much more!', 'Premium Tab', 'yith-plugin-fw' ); ?>
52
  <a href="<?php echo esc_url( $free_vs_premium_url . '#tab-free_vs_premium_tab' ); ?>" target="_blank">
13
 
14
  defined( 'ABSPATH' ) || exit; // Exit if accessed directly.
15
 
16
+ list( $premium_features, $main_image_url, $show_free_vs_premium, $show_premium_landing_link ) = yith_plugin_fw_extract( $options, 'premium_features', 'main_image_url', 'show_free_vs_premium_link', 'show_premium_landing_link' );
17
 
18
  $get_premium_url = yith_plugin_fw_add_utm_data( $premium_url, $plugin_slug, 'button-upgrade', yith_plugin_fw_panel_utm_source( $this ) );
19
 
46
  </span>
47
  </div>
48
  <?php endforeach; ?>
49
+ <?php if ( $show_premium_landing_link ) : ?>
50
+ <span class="yith-plugin-fw-panel-premium-tab__free-vs-premium">
51
+ <?php echo esc_html_x( 'And so much more!', 'Premium Tab', 'yith-plugin-fw' ); ?>
52
+ <a href="<?php echo esc_url( $get_premium_url ); ?>" target="_blank">
53
+ <?php echo esc_html_x( 'Check the premium features >', 'Premium Tab', 'yith-plugin-fw' ); ?>
54
+ </a>
55
+ </span>
56
+ <?php elseif ( $show_free_vs_premium ) : ?>
57
  <span class="yith-plugin-fw-panel-premium-tab__free-vs-premium">
58
  <?php echo esc_html_x( 'And so much more!', 'Premium Tab', 'yith-plugin-fw' ); ?>
59
  <a href="<?php echo esc_url( $free_vs_premium_url . '#tab-free_vs_premium_tab' ); ?>" target="_blank">
plugin-fw/templates/panel/woocommerce/woocommerce-form.php CHANGED
@@ -30,7 +30,7 @@ $reset_warning = __( 'If you continue with this action, you will reset all optio
30
  </p>
31
 
32
  <?php if ( apply_filters( 'yit_framework_show_float_save_button', true ) ) : ?>
33
- <button id="yith-plugin-fw-float-save-button" class="button button-primary yith-plugin-fw-animate__appear-from-bottom" data-default-label="<?php esc_attr_e( 'Save Options', 'yith-plugin-fw' ); ?>" data-saved-label="<?php esc_attr_e( 'Options Saved', 'yith-plugin-fw' ); ?>"><i class="yith-icon yith-icon-save"></i> <?php esc_html_e( 'Save Options', 'yith-plugin-fw' ); ?></button>
34
  <?php endif; ?>
35
 
36
  <input type="hidden" name="page" value="<?php echo esc_attr( $this->settings['page'] ); ?>"/>
30
  </p>
31
 
32
  <?php if ( apply_filters( 'yit_framework_show_float_save_button', true ) ) : ?>
33
+ <button id="yith-plugin-fw-float-save-button" class="button button-primary yith-plugin-fw-animate__appear-from-bottom" data-default-label="<?php esc_attr_e( 'Save Options', 'yith-plugin-fw' ); ?>" data-saved-label="<?php esc_attr_e( 'Options Saved', 'yith-plugin-fw' ); ?>"><?php esc_html_e( 'Save Options', 'yith-plugin-fw' ); ?></button>
34
  <?php endif; ?>
35
 
36
  <input type="hidden" name="page" value="<?php echo esc_attr( $this->settings['page'] ); ?>"/>
plugin-fw/yit-deactive-plugin.php CHANGED
@@ -59,10 +59,10 @@ if ( ! function_exists( 'yith_deactivate_plugins' ) ) {
59
  global $status, $page, $s;
60
 
61
  $query_params = array(
62
- 'deactivated_plugins' => implode( ',', $deactivated ),
63
- 'plugin_status' => $status,
64
- 'paged' => $page,
65
- 's' => $s,
66
  );
67
 
68
  if ( $to_activate && function_exists( 'wp_create_nonce' ) ) {
@@ -87,49 +87,3 @@ if ( ! function_exists( 'yith_deactivate_plugins' ) ) {
87
  die;
88
  }
89
  }
90
-
91
- if ( ! function_exists( 'yith_print_deactivation_message' ) ) {
92
- /**
93
- * Prints message about plugins deactivation, due to multiple versions active of the same software active at the same time
94
- *
95
- * @return void
96
- * @since 3.9.8
97
- */
98
- function yith_print_deactivation_message() {
99
- global $pagenow;
100
-
101
- // phpcs:disable WordPress.Security.NonceVerification
102
- if ( 'plugins.php' !== $pagenow || ! isset( $_GET['deactivated_plugins'] ) ) {
103
- return;
104
- }
105
-
106
- $names = sanitize_text_field( wp_unslash( $_GET['deactivated_plugins'] ) );
107
- $names = explode( ',', $names );
108
- $names = array_map(
109
- function( $name ) {
110
- $name = str_replace( array( '-', 'init.php', '/' ), ' ', $name );
111
- $name = str_replace( array( 'yith', 'woocommerce', 'wordpress' ), array( 'YITH', 'WooCommerce', 'WordPress' ), $name );
112
-
113
- return trim( ucwords( $name ) );
114
- },
115
- $names
116
- );
117
-
118
- // translators: 1. Plugin(s) name(s).
119
- $message = _n(
120
- '%s was deactivated as you\'re running an higher tier version of the same plugin.',
121
- '%s were deactivated as you\'re running higher tier versions of the same plugins.',
122
- count( $names ),
123
- 'yit-plugin-fw'
124
- );
125
- $message = sprintf( $message, implode( ', ', $names ) );
126
- ?>
127
- <div class="notice">
128
- <p><?php echo esc_html( $message ); ?></p>
129
- </div>
130
- <?php
131
- // phpcs:enable WordPress.Security.NonceVerification
132
- }
133
- }
134
-
135
- add_action( 'admin_notices', 'yith_print_deactivation_message' );
59
  global $status, $page, $s;
60
 
61
  $query_params = array(
62
+ 'yith_deactivated_plugins' => implode( ',', $deactivated ),
63
+ 'plugin_status' => $status,
64
+ 'paged' => $page,
65
+ 's' => $s,
66
  );
67
 
68
  if ( $to_activate && function_exists( 'wp_create_nonce' ) ) {
87
  die;
88
  }
89
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
plugin-fw/yit-plugin.php CHANGED
@@ -110,25 +110,36 @@ if ( ! function_exists( 'yit_plugin_fw_row_meta' ) ) {
110
  $plugin_data,
111
  $status
112
  );
113
- $fields = isset( $new_row_meta_args['to_show'] ) ? $new_row_meta_args['to_show'] : array();
114
- $slug = isset( $new_row_meta_args['slug'] ) ? $new_row_meta_args['slug'] : '';
115
- $is_extended = ! empty( $new_row_meta_args['is_extended'] ) || false !== strpos( $plugin_file, '-extended' );
116
- $is_premium = ! empty( $new_row_meta_args['is_premium'] ) || false !== strpos( $plugin_file, '-premium' );
117
  $utm_campaign = 'plugin-version-author-uri';
118
 
119
  if ( $is_premium ) {
120
  $utm_source = 'wp-premium-dashboard';
 
121
  } elseif ( $is_extended ) {
122
  $utm_source = 'wp-extended-dashboard';
 
 
 
 
 
123
  } else {
124
  $utm_source = 'wp-free-dashboard';
125
  }
126
 
127
- if ( ! ! $is_premium ) {
128
- $to_remove = array_search( 'premium_version', $fields, true );
 
 
 
 
 
 
129
 
130
- if ( false !== $to_remove ) {
131
- unset( $fields[ $to_remove ] );
132
  }
133
  }
134
 
@@ -155,11 +166,12 @@ if ( ! function_exists( 'yit_plugin_fw_row_meta' ) ) {
155
  if ( ! empty( $slug ) ) {
156
  if ( 'support' === $field ) {
157
  $support_field = true === $is_premium ? 'premium_support' : 'free_support';
 
158
  if ( ! empty( $base_uri[ $support_field ] ) ) {
159
  $url = $base_uri[ $support_field ];
160
  }
161
 
162
- if ( 'free_support' === $support_field ) {
163
  $url = $url . $slug;
164
  }
165
  } else {
@@ -171,7 +183,10 @@ if ( ! function_exists( 'yit_plugin_fw_row_meta' ) ) {
171
  }
172
 
173
  if ( ! empty( $url ) && ! empty( $label ) ) {
174
- $url = yith_plugin_fw_add_utm_data( $url, $slug, $utm_campaign, $utm_source );
 
 
 
175
  $plugin_meta[] = sprintf( '<a href="%s" target="_blank"><span class="%s"></span>%s</a>', $url, $icon, $label );
176
  }
177
  }
@@ -182,8 +197,12 @@ if ( ! function_exists( 'yit_plugin_fw_row_meta' ) ) {
182
  }
183
 
184
  if ( isset( $plugin_meta[2] ) ) {
185
- $utm_plugin_uri = yith_plugin_fw_add_utm_data( $plugin_data['PluginURI'], $slug, $utm_campaign, $utm_source );
186
- $plugin_meta[2] = str_replace( $plugin_data['PluginURI'], $utm_plugin_uri, $plugin_meta[2] );
 
 
 
 
187
  }
188
 
189
  return $plugin_meta;
@@ -216,3 +235,53 @@ if ( ! function_exists( 'yith_add_action_links' ) ) {
216
  return $links;
217
  }
218
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
110
  $plugin_data,
111
  $status
112
  );
113
+ $fields = $new_row_meta_args['to_show'] ?? array();
114
+ $slug = $new_row_meta_args['slug'] ?? '';
115
+ $is_extended = $new_row_meta_args['is_extended'] ?? ( false !== strpos( $plugin_file, '-extended' ) );
116
+ $is_premium = $new_row_meta_args['is_premium'] ?? ( false !== strpos( $plugin_file, '-premium' ) );
117
  $utm_campaign = 'plugin-version-author-uri';
118
 
119
  if ( $is_premium ) {
120
  $utm_source = 'wp-premium-dashboard';
121
+ $to_remove = array( 'premium_version' );
122
  } elseif ( $is_extended ) {
123
  $utm_source = 'wp-extended-dashboard';
124
+ $to_remove = array( 'live_demo' );
125
+
126
+ // set custom base uri.
127
+ $base_uri['documentation'] = 'https://www.bluehost.com/help/article/';
128
+ $base_uri['free_support'] = add_query_arg( array( 'page' => 'bluehost' ), admin_url( 'admin.php' ) ) . '#/help';
129
  } else {
130
  $utm_source = 'wp-free-dashboard';
131
  }
132
 
133
+ // remove meta not required for current plugin.
134
+ if ( ! empty( $to_remove ) ) {
135
+ foreach ( $to_remove as $item_to_remove ) {
136
+ $item_to_remove_pos = array_search( $item_to_remove, $fields, true );
137
+
138
+ if ( false === $item_to_remove_pos ) {
139
+ continue;
140
+ }
141
 
142
+ unset( $fields[ $item_to_remove_pos ] );
 
143
  }
144
  }
145
 
166
  if ( ! empty( $slug ) ) {
167
  if ( 'support' === $field ) {
168
  $support_field = true === $is_premium ? 'premium_support' : 'free_support';
169
+
170
  if ( ! empty( $base_uri[ $support_field ] ) ) {
171
  $url = $base_uri[ $support_field ];
172
  }
173
 
174
+ if ( 'free_support' === $support_field && ! $is_extended ) {
175
  $url = $url . $slug;
176
  }
177
  } else {
183
  }
184
 
185
  if ( ! empty( $url ) && ! empty( $label ) ) {
186
+ if ( ! ( $is_extended && in_array( $field, array( 'support', 'documentation' ), true ) ) ) {
187
+ $url = yith_plugin_fw_add_utm_data( $url, $slug, $utm_campaign, $utm_source );
188
+ }
189
+
190
  $plugin_meta[] = sprintf( '<a href="%s" target="_blank"><span class="%s"></span>%s</a>', $url, $icon, $label );
191
  }
192
  }
197
  }
198
 
199
  if ( isset( $plugin_meta[2] ) ) {
200
+ if ( $is_extended ) {
201
+ unset( $plugin_meta[2] );
202
+ } else {
203
+ $utm_plugin_uri = yith_plugin_fw_add_utm_data( $plugin_data['PluginURI'], $slug, $utm_campaign, $utm_source );
204
+ $plugin_meta[2] = str_replace( $plugin_data['PluginURI'], $utm_plugin_uri, $plugin_meta[2] );
205
+ }
206
  }
207
 
208
  return $plugin_meta;
235
  return $links;
236
  }
237
  }
238
+
239
+ if ( ! function_exists( 'yith_plugin_fw_print_deactivation_message' ) ) {
240
+ /**
241
+ * Prints message about plugins deactivation, due to multiple versions active of the same software active at the same time
242
+ *
243
+ * @return void
244
+ * @since 3.9.8
245
+ */
246
+ function yith_plugin_fw_print_deactivation_message() {
247
+ global $pagenow;
248
+
249
+ // phpcs:disable WordPress.Security.NonceVerification
250
+ if ( 'plugins.php' !== $pagenow || ! isset( $_GET['yith_deactivated_plugins'] ) ) {
251
+ return;
252
+ }
253
+
254
+ $names = sanitize_text_field( wp_unslash( $_GET['yith_deactivated_plugins'] ) );
255
+ $names = explode( ',', $names );
256
+ $names = array_map(
257
+ function ( $init_file ) {
258
+ $name = get_plugin_data( WP_PLUGIN_DIR . '/' . $init_file )['Name'] ?? '';
259
+ if ( ! $name ) {
260
+ $name = str_replace( array( '-', 'init.php', '/' ), ' ', $init_file );
261
+ $name = str_replace( array( 'yith', 'woocommerce', 'wordpress' ), array( 'YITH', 'WooCommerce', 'WordPress' ), $name );
262
+ $name = trim( ucwords( $name ) );
263
+ }
264
+
265
+ return $name;
266
+ },
267
+ $names
268
+ );
269
+
270
+ // translators: 1. Plugin(s) name(s).
271
+ $message = _n(
272
+ '%s was deactivated as you\'re running an higher tier version of the same plugin.',
273
+ '%s were deactivated as you\'re running higher tier versions of the same plugins.',
274
+ count( $names ),
275
+ 'yit-plugin-fw'
276
+ );
277
+ $message = sprintf( $message, implode( ', ', $names ) );
278
+ ?>
279
+ <div class="notice">
280
+ <p><?php echo esc_html( $message ); ?></p>
281
+ </div>
282
+ <?php
283
+ // phpcs:enable
284
+ }
285
+ }
286
+
287
+ add_action( 'admin_notices', 'yith_plugin_fw_print_deactivation_message' );
readme.txt CHANGED
@@ -4,12 +4,12 @@ Contributors: yithemes
4
  Tags: yith, woocommerce compare, compare products, product compare, product comparison
5
  Requires at least: 5.7
6
  Tested up to: 6.0
7
- Stable tag: 2.15.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
  YITH WooCommerce Compare allows you to compare more products of your shop in one complete table.
12
- WooCommerce Compatible up to 6.7
13
 
14
  == Description ==
15
 
@@ -66,6 +66,11 @@ yith-woocommerce-compare-<WORDPRESS LOCALE >.mo
66
 
67
  == Changelog ==
68
 
 
 
 
 
 
69
  = 2.16.0 = Released on 14 July 2022
70
 
71
  * New: support for WooCommerce 6.7
4
  Tags: yith, woocommerce compare, compare products, product compare, product comparison
5
  Requires at least: 5.7
6
  Tested up to: 6.0
7
+ Stable tag: 2.17.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
  YITH WooCommerce Compare allows you to compare more products of your shop in one complete table.
12
+ WooCommerce Compatible up to 6.8
13
 
14
  == Description ==
15
 
66
 
67
  == Changelog ==
68
 
69
+ = 2.17.0 = Released on 29 July 2022
70
+
71
+ * New: support for WooCommerce 6.8
72
+ * Update: YITH plugin framework
73
+
74
  = 2.16.0 = Released on 14 July 2022
75
 
76
  * New: support for WooCommerce 6.7