YITH WooCommerce Catalog Mode - Version 2.13.0

Version Description

Last Stable Tag 2.13.0

Download this release

Release Info

Developer yithemes
Plugin Icon 128x128 YITH WooCommerce Catalog Mode
Version 2.13.0
Comparing to
See all releases

Code changes from version 2.12.0 to 2.13.0

Files changed (37) hide show
  1. init.php +4 -4
  2. languages/yith-woocommerce-catalog-mode.pot +2 -2
  3. plugin-fw/assets/css/yit-plugin-panel.css +43 -11
  4. plugin-fw/assets/css/yith-bh-onboarding.css +170 -0
  5. plugin-fw/assets/css/yith-fields.css +1 -5
  6. plugin-fw/assets/images/bh-onboarding/check.svg +16 -0
  7. plugin-fw/assets/images/help-tab/documentation.svg +176 -0
  8. plugin-fw/assets/images/help-tab/support-desk.svg +37 -0
  9. plugin-fw/assets/js/yit-plugin-panel.js +2 -2
  10. plugin-fw/assets/js/yit-plugin-panel.min.js +1 -1
  11. plugin-fw/assets/js/yith-bh-onboarding.js +65 -0
  12. plugin-fw/assets/js/yith-bh-onboarding.min.js +1 -0
  13. plugin-fw/includes/class-yit-assets.php +10 -0
  14. plugin-fw/includes/class-yit-plugin-panel-woocommerce.php +11 -5
  15. plugin-fw/includes/class-yit-plugin-panel.php +21 -6
  16. plugin-fw/includes/class-yith-bh-onboarding.php +110 -0
  17. plugin-fw/init.php +2 -2
  18. plugin-fw/languages/yith-plugin-fw-el.mo +0 -0
  19. plugin-fw/languages/yith-plugin-fw-el.po +119 -68
  20. plugin-fw/languages/yith-plugin-fw-es_ES.mo +0 -0
  21. plugin-fw/languages/yith-plugin-fw-es_ES.po +130 -69
  22. plugin-fw/languages/yith-plugin-fw-it_IT.mo +0 -0
  23. plugin-fw/languages/yith-plugin-fw-it_IT.po +130 -69
  24. plugin-fw/languages/yith-plugin-fw-nl_NL.mo +0 -0
  25. plugin-fw/languages/yith-plugin-fw-nl_NL.po +124 -68
  26. plugin-fw/languages/yith-plugin-fw-ru_RU.mo +0 -0
  27. plugin-fw/languages/yith-plugin-fw-ru_RU.po +125 -69
  28. plugin-fw/languages/yith-plugin-fw-zh_CN.mo +0 -0
  29. plugin-fw/languages/yith-plugin-fw-zh_CN.po +124 -67
  30. plugin-fw/languages/yith-plugin-fw.pot +119 -68
  31. plugin-fw/templates/bh-onboarding/onboarding-tabs.php +75 -0
  32. plugin-fw/templates/panel/help-tab.php +44 -6
  33. plugin-fw/templates/panel/premium-tab.php +9 -2
  34. plugin-fw/templates/panel/woocommerce/woocommerce-form.php +1 -1
  35. plugin-fw/yit-deactive-plugin.php +4 -50
  36. plugin-fw/yit-plugin.php +82 -12
  37. readme.txt +7 -2
init.php CHANGED
@@ -5,10 +5,10 @@
5
  * Description: <code><strong>YITH WooCommerce Catalog Mode</strong></code> allows hiding product prices, cart and checkout from your store and turning it into a performing product catalogue. You will be able to adjust your catalogue settings as you prefer based on your requirements. <a href="https://yithemes.com/" target="_blank">Get more plugins for your e-commerce shop on <strong>YITH</strong></a>
6
  * Author: YITH
7
  * Text Domain: yith-woocommerce-catalog-mode
8
- * Version: 2.12.0
9
  * Author URI: https://yithemes.com/
10
- * WC requires at least: 6.5.0
11
- * WC tested up to: 6.7.x
12
  *
13
  * @package YITH WooCommerce Catalog Mode
14
  */
@@ -61,7 +61,7 @@ function ywctm_install_free_admin_notice() {
61
  <?php
62
  }
63
 
64
- ! defined( 'YWCTM_VERSION' ) && define( 'YWCTM_VERSION', '2.12.0' );
65
  ! defined( 'YWCTM_FREE_INIT' ) && define( 'YWCTM_FREE_INIT', plugin_basename( __FILE__ ) );
66
  ! defined( 'YWCTM_SLUG' ) && define( 'YWCTM_SLUG', 'yith-woocommerce-catalog-mode' );
67
  ! defined( 'YWCTM_FILE' ) && define( 'YWCTM_FILE', __FILE__ );
5
  * Description: <code><strong>YITH WooCommerce Catalog Mode</strong></code> allows hiding product prices, cart and checkout from your store and turning it into a performing product catalogue. You will be able to adjust your catalogue settings as you prefer based on your requirements. <a href="https://yithemes.com/" target="_blank">Get more plugins for your e-commerce shop on <strong>YITH</strong></a>
6
  * Author: YITH
7
  * Text Domain: yith-woocommerce-catalog-mode
8
+ * Version: 2.13.0
9
  * Author URI: https://yithemes.com/
10
+ * WC requires at least: 6.6.0
11
+ * WC tested up to: 6.8.x
12
  *
13
  * @package YITH WooCommerce Catalog Mode
14
  */
61
  <?php
62
  }
63
 
64
+ ! defined( 'YWCTM_VERSION' ) && define( 'YWCTM_VERSION', '2.13.0' );
65
  ! defined( 'YWCTM_FREE_INIT' ) && define( 'YWCTM_FREE_INIT', plugin_basename( __FILE__ ) );
66
  ! defined( 'YWCTM_SLUG' ) && define( 'YWCTM_SLUG', 'yith-woocommerce-catalog-mode' );
67
  ! defined( 'YWCTM_FILE' ) && define( 'YWCTM_FILE', __FILE__ );
languages/yith-woocommerce-catalog-mode.pot CHANGED
@@ -2,10 +2,10 @@
2
  # This file is distributed under the same license as the YITH WooCommerce Catalog Mode package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: YITH WooCommerce Catalog Mode 2.12.0\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://wordpress.org/support/plugin/yith-woocommerce-catalog-mode\n"
8
- "POT-Creation-Date: 2022-07-08 15:18:29+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 Catalog Mode package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: YITH WooCommerce Catalog Mode 2.13.0\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://wordpress.org/support/plugin/yith-woocommerce-catalog-mode\n"
8
+ "POT-Creation-Date: 2022-08-03 10:38:52+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
@@ -185,6 +185,35 @@
185
  transition : all .2s ease;
186
  }
187
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
188
  .yith-plugin-fw-panel-help-tab-content ul.yith-plugin-fw-help-tab-actions,
189
  .yith-plugin-fw-panel-help-tab-content .yith-plugin-fw-submit-ticket {
190
  margin : 0 auto;
@@ -1159,11 +1188,6 @@ button#yith-plugin-fw-float-save-button.visible {
1159
  display : flex;
1160
  }
1161
 
1162
- button#yith-plugin-fw-float-save-button i {
1163
- font-size : 15px;
1164
- margin-right : 8px;
1165
- }
1166
-
1167
  button#yith-plugin-fw-float-save-button:hover {
1168
  box-shadow : 0px 1px 6px 3px rgba(0, 121, 159, .3);
1169
  }
@@ -1180,12 +1204,6 @@ button#yith-plugin-fw-float-save-button.green {
1180
  left : 70px;
1181
  }
1182
 
1183
- .rtl button#yith-plugin-fw-float-save-button i {
1184
- margin-left : 8px;
1185
- margin-right : 0;
1186
- }
1187
-
1188
-
1189
  /* === Responsive === */
1190
 
1191
  @media (max-width : 1210px) {
@@ -1201,6 +1219,10 @@ button#yith-plugin-fw-float-save-button.green {
1201
  #yith_plugin_fw_panel_premium_tab .yith-plugin-fw-panel-premium-tab__features {
1202
  padding-top : 15px;
1203
  }
 
 
 
 
1204
  }
1205
 
1206
  @media (max-width : 600px) {
@@ -1237,6 +1259,11 @@ button#yith-plugin-fw-float-save-button.green {
1237
  #yith_plugin_fw_panel_premium_tab .yith-plugin-fw-panel-premium-tab__cta-button {
1238
  white-space : unset;
1239
  }
 
 
 
 
 
1240
  }
1241
 
1242
  @media (max-width : 992px) {
@@ -1254,6 +1281,11 @@ button#yith-plugin-fw-float-save-button.green {
1254
  .yith-plugin-fw-panel-help-tab-content ul.yith-plugin-fw-help-tab-actions {
1255
  padding-top : 0 !important;
1256
  }
 
 
 
 
 
1257
  }
1258
 
1259
  @media (min-width : 768px) and (max-width : 992px) {
185
  transition : all .2s ease;
186
  }
187
 
188
+ .yith-plugin-fw-panel-help-tab-content .box-with-image {
189
+ display : grid;
190
+ grid-template-columns: repeat(2, 1fr);
191
+ column-gap : 40px;
192
+ background-color : #fff;
193
+ border : 1px solid #ebebeb;
194
+ padding : 30px 40px;
195
+ max-width : 60%;
196
+ margin : 0 auto 40px;
197
+ }
198
+
199
+ .yith-plugin-fw-panel-help-tab-content .box-with-image img{
200
+ margin : 0 auto;
201
+ max-width: 100%;
202
+ }
203
+
204
+ .yith-plugin-fw-panel-help-tab-content .box-with-image .box-content {
205
+ white-space: initial;
206
+ }
207
+
208
+ .yith-plugin-fw-panel-help-tab-content .box-with-image .box-content .button {
209
+ border-radius: 0;
210
+ padding : 10px 20px;
211
+ min-width : 230px;
212
+ margin-top : 20px;
213
+ text-align : center;
214
+ white-space: initial;
215
+ }
216
+
217
  .yith-plugin-fw-panel-help-tab-content ul.yith-plugin-fw-help-tab-actions,
218
  .yith-plugin-fw-panel-help-tab-content .yith-plugin-fw-submit-ticket {
219
  margin : 0 auto;
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) {
1219
  #yith_plugin_fw_panel_premium_tab .yith-plugin-fw-panel-premium-tab__features {
1220
  padding-top : 15px;
1221
  }
1222
+
1223
+ .yith-plugin-fw-panel-help-tab-content .box-with-image {
1224
+ max-width: 100%;
1225
+ }
1226
  }
1227
 
1228
  @media (max-width : 600px) {
1259
  #yith_plugin_fw_panel_premium_tab .yith-plugin-fw-panel-premium-tab__cta-button {
1260
  white-space : unset;
1261
  }
1262
+
1263
+ .yith-plugin-fw-panel-help-tab-content .box-with-image .box-content a.button {
1264
+ min-width: 0;
1265
+ max-width: 100%;
1266
+ }
1267
  }
1268
 
1269
  @media (max-width : 992px) {
1281
  .yith-plugin-fw-panel-help-tab-content ul.yith-plugin-fw-help-tab-actions {
1282
  padding-top : 0 !important;
1283
  }
1284
+
1285
+ .yith-plugin-fw-panel-help-tab-content .box-with-image {
1286
+ display: block;
1287
+ text-align: center;
1288
+ }
1289
  }
1290
 
1291
  @media (min-width : 768px) and (max-width : 992px) {
plugin-fw/assets/css/yith-bh-onboarding.css ADDED
@@ -0,0 +1,170 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* === YITH BH Onboarding Modal Style === */
2
+ #nfd-ecommerce {
3
+ overflow-x: hidden;
4
+ }
5
+
6
+ #yith-bh-onboarding {
7
+ max-width: 800px;
8
+ margin: 20px auto;
9
+ padding: 30px 20px;
10
+ background-color: #fff;
11
+ box-sizing: border-box;
12
+ }
13
+
14
+ #yith-bh-onboarding header {
15
+ display: flex;
16
+ align-items: flex-end;
17
+ margin-bottom: 40px;
18
+ }
19
+ #yith-bh-onboarding header .logo{
20
+ margin-bottom: 10px;
21
+ }
22
+ #yith-bh-onboarding .yith-bh-onboarding-plugin-description {
23
+ flex: 1;
24
+ }
25
+
26
+ #yith-bh-onboarding header div .claim {
27
+ color: #2C5DB4;
28
+ width: 100%;
29
+ font-weight: 600;
30
+ font-size: 15px;
31
+ }
32
+
33
+ #yith-bh-onboarding header div .plugin-description {
34
+ width: 100%;
35
+ text-align: right;
36
+ font-size: 10px;
37
+ }
38
+
39
+ #yith-bh-onboarding table {
40
+ margin-bottom: 20px !important;
41
+ }
42
+
43
+ #yith-bh-onboarding .submit-area {
44
+ padding: 0 30px 30px;
45
+ text-align: right;
46
+ }
47
+
48
+ #yith-bh-onboarding .submit-area button {
49
+ padding: 3px 50px;
50
+ background-color: #2C5DB4;
51
+ }
52
+
53
+ #yith-bh-onboarding .yith-bh-onboarding-tabs.yith-plugin-ui {
54
+ border: 1px solid #ccc;
55
+ border-radius: 10px;
56
+ }
57
+
58
+ #yith-bh-onboarding ul.yith-bh-onboarding-tabs__nav {
59
+ display: flex;
60
+ align-items: baseline;
61
+ justify-content: center;
62
+ margin-top: 0;
63
+ overflow: hidden;
64
+ }
65
+
66
+ #yith-bh-onboarding ul.yith-bh-onboarding-tabs__nav li {
67
+ width: 50%;
68
+ background-color: #536E8B;
69
+ color: #fff;
70
+ padding: 13px;
71
+ text-align: center;
72
+ cursor: pointer;
73
+ font-weight: 600;
74
+ }
75
+
76
+ #yith-bh-onboarding ul.yith-bh-onboarding-tabs__nav li:first-child {
77
+ border-top-left-radius: 10px;
78
+ }
79
+
80
+ #yith-bh-onboarding ul.yith-bh-onboarding-tabs__nav li:last-child {
81
+ border-top-right-radius: 10px;
82
+ }
83
+
84
+ #yith-bh-onboarding ul.yith-bh-onboarding-tabs__nav li a {
85
+ text-decoration: none;
86
+ }
87
+
88
+ #yith-bh-onboarding ul.yith-bh-onboarding-tabs__nav li.selected {
89
+ background-color: #fff;
90
+ color: #2C5DB4;
91
+ }
92
+
93
+ #yith-bh-onboarding .yith-bh-onboarding-tabs__content .yith-bh-onboarding-tabs__tab {
94
+ display: none;
95
+ }
96
+
97
+ #yith-bh-onboarding .yith-bh-onboarding-tabs__content p.yith-bh-onboarding-tab-description {
98
+ padding: 9px 20px;
99
+ }
100
+
101
+ #yith-bh-onboarding .yith-bh-onboarding-tabs__content .form-table {
102
+ border: 0 !important;
103
+ }
104
+
105
+ #yith-bh-onboarding ul.yith-bh-onboarding-connect-list {
106
+ width: 70%;
107
+ margin: 0 auto 60px;
108
+ }
109
+
110
+ #yith-bh-onboarding ul.yith-bh-onboarding-connect-list li {
111
+ padding-left: 35px;
112
+ margin: 0 auto 40px;
113
+ position: relative;
114
+ }
115
+
116
+ #yith-bh-onboarding ul.yith-bh-onboarding-connect-list li h3 {
117
+ font-size: 13px;
118
+ font-weight: bold;
119
+ margin-bottom: 20px;
120
+ }
121
+
122
+ #yith-bh-onboarding ul.yith-bh-onboarding-connect-list li:before {
123
+ content: "";
124
+ width: 35px;
125
+ height: 35px;
126
+ display: block;
127
+ position: absolute;
128
+ left: -35px;
129
+ top: -5px;
130
+ background: url("../images/bh-onboarding/check.svg") no-repeat center center;
131
+ }
132
+
133
+ #yith-bh-onboarding ul.yith-bh-onboarding-connect-list p {
134
+ font-size: 13px;
135
+ line-height: 1.6em;
136
+ }
137
+
138
+ #yith-bh-onboarding .yith-bh-onboarding-connect-cta {
139
+ width: calc(70% + 70px);
140
+ margin: 20px auto;
141
+ border-radius: 10px;
142
+ background-color: #f6f6f6;
143
+ padding: 30px 0 45px;
144
+ text-align: center;
145
+ }
146
+
147
+ #yith-bh-onboarding .yith-bh-onboarding-connect-cta p {
148
+ font-size: 16px;
149
+ margin-bottom: 30px;
150
+ }
151
+
152
+ #yith-bh-onboarding .yith-bh-onboarding-connect-cta a {
153
+ text-decoration: none;
154
+ font-size: 13px;
155
+ color: white;
156
+ background-color: #2C5DB4;
157
+ padding: 10px 30px;
158
+ border-radius: 5px;
159
+ }
160
+
161
+ @media screen and (max-width: 782px){
162
+
163
+ #yith-bh-onboarding header {
164
+ display: block;
165
+ }
166
+ #yith-bh-onboarding header div .plugin-description{
167
+ text-align: left;
168
+ margin-top: 20px;
169
+ }
170
+ }
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/images/bh-onboarding/check.svg ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg width="100%" height="100%" viewBox="0 0 35 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
4
+ <g transform="matrix(2.0825,0,0,3.04444,-3.82583,-18.2777)">
5
+ <ellipse cx="10.24" cy="11.752" rx="8.403" ry="5.748" style="fill:rgb(226,235,252);"/>
6
+ </g>
7
+ <g transform="matrix(0.805374,0,0,0.805374,7.56329,9.79297)">
8
+ <g id="Plugin-onboarding---Step-2">
9
+ <g id="Group">
10
+ <g id="check-verde--1-" serif:id="check-verde-(1)">
11
+ <path id="Path" d="M4.705,4.608L10.178,9.985L20.163,0L24.676,4.449L10.146,19.139L0,9.249L4.705,4.608Z" style="fill:rgb(115,161,239);fill-rule:nonzero;"/>
12
+ </g>
13
+ </g>
14
+ </g>
15
+ </g>
16
+ </svg>
plugin-fw/assets/images/help-tab/documentation.svg ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="274px" height="200px" viewBox="0 0 197 144" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>documentation-bluehost</title>
4
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
+ <g id="Help-Bluehost" transform="translate(-358.000000, -322.000000)" fill-rule="nonzero">
6
+ <g id="documentation-bluehost" transform="translate(358.000000, 322.000000)">
7
+ <g id="Group" transform="translate(110.000000, 0.000000)" fill="#E3F6FF">
8
+ <path d="M6.3766672,35.9266104 C6.44826487,35.8558364 6.475114,35.7496756 6.43931516,35.6523614 C6.42141575,35.6081277 4.85074193,31.2643785 5.39219929,25.3016759 C5.89338295,19.8078504 8.34112819,11.7705873 17.1744903,4.67992536 C17.2863617,4.59145796 17.3042611,4.42779327 17.214764,4.31278566 C17.1252669,4.20220141 16.9552225,4.18450793 16.8433511,4.27297533 C7.85784394,11.4830683 5.37429987,19.6751493 4.86864135,25.2751356 C4.32270914,31.3484225 5.92918179,35.7850625 5.9470812,35.8292962 C5.9963046,35.9664207 6.14844964,36.0327712 6.28269527,35.9841142 C6.3184941,35.9708441 6.35429293,35.9487272 6.3766672,35.922187 L6.3766672,35.9266104 Z" id="Path"></path>
9
+ <path d="M11.1289623,4.62242155 C11.1065881,6.29445537 11.9389109,7.26317338 12.981552,7.27644349 C14.024193,7.2897136 14.8788901,6.34311244 14.9012644,4.66665525 C14.9236387,2.99462143 13.0576245,1.21200335 13.0576245,1.21200335 C13.0576245,1.21200335 11.1513366,2.94596436 11.1289623,4.61799818 L11.1289623,4.62242155 Z" id="Path"></path>
10
+ <path d="M7.28953746,9.36869746 C7.73254802,10.9832275 8.80203817,11.6909667 9.80440551,11.4211411 C10.8112477,11.1513155 11.3706045,10.0100861 10.9275939,8.39555608 C10.4845833,6.78102606 8.19793286,5.57344608 8.19793286,5.57344608 C8.19793286,5.57344608 6.84205204,7.75859081 7.2850626,9.37312083 L7.28953746,9.36869746 Z" id="Path"></path>
11
+ <path d="M4.34060855,14.3582587 C5.15950687,15.8223941 6.36324264,16.2603078 7.27611289,15.7648903 C8.18898315,15.2694729 8.46194925,14.026506 7.64305094,12.5623705 C6.82415262,11.0982351 4.31823428,10.4568465 4.31823428,10.4568465 C4.31823428,10.4568465 3.52171024,12.8941233 4.34060855,14.3626821 L4.34060855,14.3582587 Z" id="Path"></path>
12
+ <path d="M2.33587388,19.6574559 C3.2621687,21.0596641 4.49722845,21.404687 5.36982501,20.842919 C6.24242158,20.281151 6.42141575,19.0204906 5.49512093,17.6227057 C4.56882612,16.2204974 2.01815923,15.7693137 2.01815923,15.7693137 C2.01815923,15.7693137 1.40957907,18.259671 2.33587388,19.6618792 L2.33587388,19.6574559 Z" id="Path"></path>
13
+ <path d="M1.37378023,25.4255302 C2.64911367,26.5269493 3.93339682,26.5269493 4.61804951,25.7484362 C5.3027022,24.9743465 5.12818289,23.7136861 3.85284945,22.6122669 C2.57751601,21.5108478 0,21.7629799 0,21.7629799 C0,21.7629799 0.0984467919,24.3241111 1.37825509,25.4211068 L1.37378023,25.4255302 Z" id="Path"></path>
14
+ <path d="M17.2729371,1.37124467 C16.1631733,2.63632846 16.1676481,3.90583563 16.9552225,4.57818785 C17.7427968,5.25054008 19.0136554,5.07802865 20.1234192,3.81294486 C21.2331831,2.54786106 20.9736415,0 20.9736415,0 C20.9736415,0 18.382701,0.106160878 17.277412,1.37124467 L17.2729371,1.37124467 Z" id="Path"></path>
15
+ <path d="M16.2392458,6.25022167 C14.5567006,6.42715647 13.6841041,7.36048752 13.7915006,8.38228597 C13.9033719,9.40408442 14.9549627,10.1339405 16.6375078,9.95700565 C18.320053,9.78007086 19.886252,7.73647396 19.886252,7.73647396 C19.886252,7.73647396 17.9173161,6.06886351 16.234771,6.25022167 L16.2392458,6.25022167 Z" id="Path"></path>
16
+ <path d="M12.8294069,10.2622182 C11.1468618,10.439153 10.2742652,11.372484 10.3816617,12.3942825 C10.493533,13.4160809 11.5451238,14.145937 13.227669,13.9690022 C14.9102141,13.7920674 16.4764131,11.7484705 16.4764131,11.7484705 C16.4764131,11.7484705 14.5074772,10.08086 12.8249321,10.2577948 L12.8294069,10.2622182 Z" id="Path"></path>
17
+ <path d="M10.2876898,14.3847989 C8.60514459,14.5617337 7.73254802,15.4950648 7.83994452,16.5168632 C7.95181588,17.5386617 9.00340661,18.2685177 10.6859518,18.0915829 C12.368497,17.9146481 13.9346959,15.8710512 13.9346959,15.8710512 C13.9346959,15.8710512 11.9657601,14.2034408 10.2832149,14.3803756 L10.2876898,14.3847989 Z" id="Path"></path>
18
+ <path d="M8.65884284,18.8568259 C6.97629766,19.0337607 6.1037011,19.9670917 6.2110976,20.9888902 C6.32296895,22.0106886 7.37455969,22.7405447 9.05710486,22.5636099 C10.73965,22.3866751 12.305849,20.3430782 12.305849,20.3430782 C12.305849,20.3430782 10.3369132,18.6754677 8.65436798,18.8524025 L8.65884284,18.8568259 Z" id="Path"></path>
19
+ <path d="M7.79519598,23.4482839 C6.11265081,23.6252187 5.24005424,24.5585497 5.34745074,25.5803482 C5.4593221,26.6021466 6.51091283,27.3320026 8.193458,27.1550678 C9.87600317,26.978133 11.4422021,24.9345361 11.4422021,24.9345361 C11.4422021,24.9345361 9.4732663,23.2669257 7.79072113,23.4482839 L7.79519598,23.4482839 Z" id="Path"></path>
20
+ </g>
21
+ <path d="M25.1177429,16.7436106 C15.8345531,17.6803268 6.71594304,25.7112261 7.13406467,35.4779361 C7.50770528,44.1836262 14.8025933,51.007005 16.2749152,59.5839521 C18.4500373,72.2629175 7.61890784,83.259345 5.39930471,95.9294315 C3.94032711,104.262211 6.54246705,113.269781 12.1737648,119.347338 C17.8050625,125.429335 26.3142825,128.425939 34.3075226,127.142949 C44.8495254,125.451532 54.0215127,116.936737 64.6747181,117.393996 C73.2551078,117.762468 80.4610337,123.844464 87.9249497,128.306075 C95.3888656,132.763246 105.45937,135.489046 112.060354,129.726688 C116.517352,125.833322 117.851783,119.316263 121.134483,114.299725 C126.067428,106.761601 135.86215,103.152358 144.211238,105.798248 C151.261481,108.031273 157.12408,114.162103 164.476793,114.637121 C171.736096,115.107698 178.657344,109.269869 180.570028,101.918201 C182.48716,94.5665315 179.769369,86.3491769 174.498368,81.0973506 C171.157843,77.7677904 166.620778,75.0686269 165.56213,70.3672878 C164.583547,66.0299807 167.065589,61.6172036 170.134779,58.5318111 C173.20397,55.4464186 176.95372,53.1068476 179.675959,49.6796203 C185.86327,41.8928888 184.964753,31.4513879 179.800506,23.3672157 C177.09606,19.1364545 174.062454,16.4772458 169.787827,14.0710836 C165.495408,11.6560425 160.887174,9.85808003 156.141049,8.71271131 C145.523428,6.15116964 129.34568,5.32543871 121.276822,14.5416614 C117.260185,19.1320151 113.172379,24.8721769 106.500226,24.0952795 C102.385731,23.6158229 99.8369681,20.4860363 96.5453722,18.2219353 C92.2929863,15.3008011 87.9872231,16.9123083 83.9527942,19.4338952 C79.7938184,22.039831 76.4310529,25.8577268 72.3254543,28.5480114 C63.0867455,34.5989322 56.6236527,28.7966186 48.7149265,23.8688695 C41.6246512,19.4516529 33.5513452,15.8779249 25.1266391,16.7302923 L25.1177429,16.7436106 Z" id="Path" fill="#ECF7FA"></path>
22
+ <path d="M38.1177429,27.7436106 C28.8345531,28.6803268 19.715943,36.7112261 20.1340647,46.4779361 C20.5077053,55.1836262 27.8025933,62.007005 29.2749152,70.5839521 C31.4500373,83.2629175 20.6189078,94.259345 18.3993047,106.929432 C16.9403271,115.262211 19.542467,124.269781 25.1737648,130.347338 C30.8050625,136.429335 39.3142825,139.425939 47.3075226,138.142949 C57.8495254,136.451532 67.0215127,127.936737 77.6747181,128.393996 C86.2551078,128.762468 93.4610337,134.844464 100.92495,139.306075 C108.388866,143.763246 118.45937,146.489046 125.060354,140.726688 C129.517352,136.833322 130.851783,130.316263 134.134483,125.299725 C139.067428,117.761601 148.86215,114.152358 157.211238,116.798248 C164.261481,119.031273 170.12408,125.162103 177.476793,125.637121 C184.736096,126.107698 191.657344,120.269869 193.570028,112.918201 C195.48716,105.566532 192.769369,97.3491769 187.498368,92.0973506 C184.157843,88.7677904 179.620778,86.0686269 178.56213,81.3672878 C177.583547,77.0299807 180.065589,72.6172036 183.134779,69.5318111 C186.20397,66.4464186 189.95372,64.1068476 192.675959,60.6796203 C198.86327,52.8928888 197.964753,42.4513879 192.800506,34.3672157 C190.09606,30.1364545 187.062454,27.4772458 182.787827,25.0710836 C178.495408,22.6560425 173.887174,20.85808 169.141049,19.7127113 C158.523428,17.1511696 142.34568,16.3254387 134.276822,25.5416614 C130.260185,30.1320151 126.172379,35.8721769 119.500226,35.0952795 C115.385731,34.6158229 112.836968,31.4860363 109.545372,29.2219353 C105.292986,26.3008011 100.987223,27.9123083 96.9527942,30.4338952 C92.7938184,33.039831 89.4310529,36.8577268 85.3254543,39.5480114 C76.0867455,45.5989322 69.6236527,39.7966186 61.7149265,34.8688695 C54.6246512,30.4516529 46.5513452,26.8779249 38.1266391,27.7302923 L38.1177429,27.7436106 Z" id="Path" fill="#DDEFF7"></path>
23
+ <g id="Group" transform="translate(41.000000, 35.000000)" fill="#B2E4F9">
24
+ <path d="M30.6678034,26.9903235 C30.5748169,26.963378 30.4951143,26.8870327 30.4774026,26.7837419 C30.4685468,26.7388329 29.6051015,22.135658 26.1203252,17.1911744 C22.9056521,12.6329085 16.7419816,6.84413526 5.61460795,5.12861055 C5.47291437,5.10615603 5.37550004,4.97142896 5.39763966,4.82772008 C5.41977928,4.68401121 5.55261701,4.58521135 5.69431059,4.60766587 C17.0165129,6.350136 23.2908816,12.2556727 26.5631176,16.9037566 C30.1098849,21.9425491 30.9866139,26.6400331 30.9954698,26.689433 C31.0220373,26.8331419 30.9290509,26.9723598 30.7873573,26.9948144 C30.747506,27.0037962 30.7120826,26.9993053 30.6766592,26.9948144 L30.6678034,26.9903235 Z" id="Path"></path>
25
+ <path d="M10.7377163,2.00294247 C11.6055895,3.45799485 11.3841932,4.72892023 10.5030363,5.26782852 C9.6218794,5.80673681 8.40862815,5.4160283 7.54518292,3.96097592 C6.67730977,2.50592354 7.36806595,0 7.36806595,0 C7.36806595,0 9.87427108,0.547890093 10.7421442,2.00294247 L10.7377163,2.00294247 Z" id="Path"></path>
26
+ <path d="M16.4187431,4.20348465 C16.8615355,5.84266403 16.308045,7.00131685 15.3117621,7.2797528 C14.3154791,7.55369784 13.2572052,6.83964436 12.8188407,5.20046498 C12.3760483,3.56128561 13.7132814,1.34277982 13.7132814,1.34277982 C13.7132814,1.34277982 15.9759507,2.56430527 16.4187431,4.20348465 Z" id="Path"></path>
27
+ <path d="M21.4665768,7.07317129 C21.510856,8.7707324 20.7049738,9.76771273 19.6732674,9.79465814 C18.6415611,9.82160356 17.7825438,8.87402315 17.7338366,7.17646204 C17.6895574,5.47890093 19.5050063,3.64212185 19.5050063,3.64212185 C19.5050063,3.64212185 21.4178696,5.37111928 21.4665768,7.07317129 Z" id="Path"></path>
28
+ <path d="M25.8635055,10.6928386 C25.7838029,12.3903997 24.9070739,13.3200165 23.8753676,13.2706166 C22.8436612,13.2212167 22.0554907,12.2107636 22.1351933,10.5132025 C22.214896,8.81564142 24.1587547,7.12257121 24.1587547,7.12257121 C24.1587547,7.12257121 25.9387803,8.99078661 25.8635055,10.6883477 L25.8635055,10.6928386 Z" id="Path"></path>
29
+ <path d="M29.6095295,15.2511046 C29.0781786,16.8633385 27.9800533,17.5145194 27.00591,17.1821926 C26.0273387,16.8498658 25.5402671,15.6597767 26.071618,14.0475427 C26.6029689,12.4353088 28.932057,11.3440195 28.932057,11.3440195 C28.932057,11.3440195 30.1453083,13.6343797 29.6139574,15.2466137 L29.6095295,15.2511046 Z" id="Path"></path>
30
+ <path d="M3.84786617,2.27688752 C5.43749098,2.82028671 6.07511207,3.93403051 5.74744568,4.92202904 C5.41977928,5.91451847 4.24195143,6.40402683 2.65675455,5.86062764 C1.06712974,5.31722845 0,2.95501378 0,2.95501378 C0,2.95501378 2.26266929,1.73348833 3.84786617,2.27239662 L3.84786617,2.27688752 Z" id="Path"></path>
31
+ <path d="M7.20423275,6.02230012 C8.73186662,5.32171935 9.94954579,5.69446425 10.3746265,6.64653556 C10.7997072,7.59860687 10.2683563,8.7707324 8.74515039,9.47131317 C7.21751653,10.1718939 4.84857705,9.17940451 4.84857705,9.17940451 C4.84857705,9.17940451 5.68102681,6.71839 7.20866068,6.02230012 L7.20423275,6.02230012 Z" id="Path"></path>
32
+ <path d="M12.1457962,7.80069748 C13.6734301,7.1001167 14.8911093,7.4728616 15.31619,8.42493291 C15.7412707,9.37700422 15.2099198,10.5491297 13.6867139,11.2497105 C12.15908,11.9502913 9.79014052,10.9578019 9.79014052,10.9578019 C9.79014052,10.9578019 10.6225903,8.49678735 12.1502241,7.80069748 L12.1457962,7.80069748 Z" id="Path"></path>
33
+ <path d="M16.4054593,10.1180031 C17.9330932,9.41742234 19.1507724,9.79016724 19.5758531,10.7422386 C20.0009338,11.6943099 19.4695829,12.8664354 17.946377,13.5670162 C16.4187431,14.2675969 14.0498036,13.2751075 14.0498036,13.2751075 C14.0498036,13.2751075 14.8822534,10.814093 16.4098873,10.1180031 L16.4054593,10.1180031 Z" id="Path"></path>
34
+ <path d="M20.0629248,13.2032531 C21.5905586,12.5026723 22.8082378,12.8754172 23.2333185,13.8274885 C23.6583993,14.7795598 23.1270484,15.9516853 21.6038424,16.6522661 C20.0762085,17.3528469 17.7072691,16.3603575 17.7072691,16.3603575 C17.7072691,16.3603575 18.5397188,13.8993429 20.0673527,13.2032531 L20.0629248,13.2032531 Z" id="Path"></path>
35
+ <path d="M23.1314763,16.7869932 C24.6591101,16.0864124 25.8767893,16.4591573 26.30187,17.4112286 C26.7269508,18.3632999 26.1955999,19.5354255 24.6723939,20.2360062 C23.1447601,20.936587 20.7758206,19.9440976 20.7758206,19.9440976 C20.7758206,19.9440976 21.6082703,17.4830831 23.1359042,16.7869932 L23.1314763,16.7869932 Z" id="Path"></path>
36
+ </g>
37
+ <g id="Group" transform="translate(133.000000, 38.000000)" fill="#B2E4F9">
38
+ <path d="M0.332244101,26.9903218 C0.425243793,26.9633719 0.504957816,26.8870139 0.522672043,26.783706 C0.531529157,26.7387895 1.39509773,22.1348487 4.88037194,17.1895426 C8.09550419,12.6305184 14.2600553,6.84078219 25.3890185,5.12497208 C25.5307323,5.10251383 25.6281606,4.96776435 25.6060178,4.82403156 C25.583875,4.68029878 25.4510183,4.58148249 25.3093045,4.60394074 C13.9854847,6.34670074 7.71021974,12.2532198 4.43751626,16.9020771 C0.890242258,21.9417078 0.0133880103,26.6399732 0.00453089667,26.6893813 C-0.0220404442,26.8331141 0.0709592488,26.9723552 0.212673067,26.9948135 C0.252530078,27.0037968 0.287958532,26.9993051 0.323386987,26.9948135 L0.332244101,26.9903218 Z" id="Path"></path>
39
+ <path d="M20.2651783,2.00327568 C19.3971812,3.45857011 19.618609,4.72970692 20.4998918,5.26870486 C21.3811746,5.8077028 22.5945992,5.4169293 23.4581678,3.96163486 C24.3217363,2.50634042 23.63531,0 23.63531,0 C23.63531,0 21.1287469,0.547981239 20.2607497,2.00327568 L20.2651783,2.00327568 Z" id="Path"></path>
40
+ <path d="M14.5789114,4.19969228 C14.1360557,5.83914435 14.6896253,6.99798992 15.6860506,7.27647219 C16.6824758,7.55046281 17.7409009,6.83629054 18.179328,5.19683847 C18.6177552,3.5573864 17.2847596,1.33851155 17.2847596,1.33851155 C17.2847596,1.33851155 15.021767,2.56024021 14.5789114,4.19969228 Z" id="Path"></path>
41
+ <path d="M9.53478515,7.06985631 C9.49049958,8.76769982 10.2964969,9.76484601 11.3283507,9.79179591 C12.3602044,9.81874581 13.2193444,8.87100776 13.2680585,7.17316425 C13.3123441,5.47532074 11.4966358,3.63823609 11.4966358,3.63823609 C11.4966358,3.63823609 9.58349927,5.36752115 9.53478515,7.06985631 Z" id="Path"></path>
42
+ <path d="M5.13722824,10.6901258 C5.21694226,12.3879693 6.09379651,13.3177408 7.12565024,13.2683326 C8.15750398,13.2189245 8.94578709,12.2083033 8.86607307,10.5104598 C8.78635905,8.81261632 6.84222261,7.11926446 6.84222261,7.11926446 C6.84222261,7.11926446 5.06194277,8.98779065 5.13722824,10.6856342 L5.13722824,10.6901258 Z" id="Path"></path>
43
+ <path d="M1.39066918,15.24915 C1.92209599,16.8616522 3.02037808,17.5129414 3.99466058,17.1805593 C4.96894308,16.8481773 5.46051288,15.6578902 4.92908607,14.045388 C4.39765925,12.4328858 2.06823837,11.341415 2.06823837,11.341415 C2.06823837,11.341415 0.854813804,13.6321562 1.38624062,15.2446584 L1.39066918,15.24915 Z" id="Path"></path>
44
+ <path d="M27.1515841,2.27277465 C25.5617322,2.81626424 24.9240201,3.93019331 25.2517333,4.9183562 C25.5794465,5.91101074 26.7574426,6.40060054 28.3428659,5.85711095 C29.9327178,5.31362136 31,2.95101372 31,2.95101372 C31,2.95101372 28.7370075,1.72928506 27.1515841,2.268283 L27.1515841,2.27277465 Z" id="Path"></path>
45
+ <path d="M23.7991666,6.02330198 C22.2713145,5.32260466 21.0534614,5.69541156 20.62832,6.64764126 C20.2031785,7.59987095 20.7346053,8.77219147 22.2580289,9.47288879 C23.785881,10.1735861 26.1551589,9.18093158 26.1551589,9.18093158 C26.1551589,9.18093158 25.3225902,6.71950765 23.7947381,6.02330198 L23.7991666,6.02330198 Z" id="Path"></path>
46
+ <path d="M18.8568972,7.79750353 C17.3290451,7.09680621 16.111192,7.46961312 15.6860506,8.42184281 C15.2609091,9.3740725 15.7923359,10.546393 17.3157595,11.2470903 C18.8436116,11.9477877 21.2128895,10.9551331 21.2128895,10.9551331 C21.2128895,10.9551331 20.3803208,8.4937092 18.8524687,7.79750353 L18.8568972,7.79750353 Z" id="Path"></path>
47
+ <path d="M14.592197,10.1151947 C13.0643449,9.41449735 11.8464918,9.78730426 11.4213503,10.739534 C10.9962089,11.6917636 11.5276357,12.8640842 13.0510593,13.5647815 C14.5789114,14.2654788 16.9481892,13.2728243 16.9481892,13.2728243 C16.9481892,13.2728243 16.1156206,10.8114003 14.5877685,10.1151947 L14.592197,10.1151947 Z" id="Path"></path>
48
+ <path d="M10.9342091,13.2054495 C9.406357,12.5047522 8.18850388,12.8775591 7.76336243,13.8297888 C7.33822097,14.7820185 7.86964779,15.954339 9.39307133,16.6550363 C10.9209234,17.3557337 13.2902013,16.3630791 13.2902013,16.3630791 C13.2902013,16.3630791 12.4576326,13.9016552 10.9297805,13.2054495 L10.9342091,13.2054495 Z" id="Path"></path>
49
+ <path d="M7.86964779,16.7852942 C6.34179569,16.0845969 5.12394257,16.4574038 4.69880111,17.4096335 C4.27365966,18.3618632 4.80508648,19.5341837 6.32851002,20.234881 C7.85636212,20.9355783 10.22564,19.9429238 10.22564,19.9429238 C10.22564,19.9429238 9.39307133,17.4814999 7.86521923,16.7852942 L7.86964779,16.7852942 Z" id="Path"></path>
50
+ </g>
51
+ <path d="M69.9135227,28 L140.086477,28 C141.144068,28 142,28.850578 142,29.9015539 L142,120.098446 C142,121.149422 141.144068,122 140.086477,122 L69.9135227,122 C68.8559317,122 68,121.149422 68,120.098446 L68,29.9015539 C68,28.850578 68.8559317,28 69.9135227,28 Z" id="Path" fill="#414A59"></path>
52
+ <rect id="Rectangle" fill="#FFFFFF" x="71" y="32" width="67" height="87"></rect>
53
+ <g id="Group" transform="translate(82.000000, 40.000000)" fill="#E5E5E5">
54
+ <g>
55
+ <rect id="Rectangle" x="0" y="6.49645752" width="47" height="1.69783622" rx="0.848918108"></rect>
56
+ <path d="M46.1601618,12.3763324 L0.839838239,12.3763324 C0.375717107,12.3763324 0,11.9965533 0,11.5274143 L0,11.5274143 C0,11.0582754 0.375717107,10.6784962 0.839838239,10.6784962 L46.1601618,10.6784962 C46.6242829,10.6784962 47,11.0582754 47,11.5274143 L47,11.5274143 C47,11.9965533 46.6242829,12.3763324 46.1601618,12.3763324 Z" id="Path"></path>
57
+ <path d="M31.9978369,1.69783622 L15.0065833,1.69783622 C14.5424621,1.69783622 14.166745,1.31805706 14.166745,0.848918108 L14.166745,0.848918108 C14.166745,0.379779154 14.5424621,0 15.0065833,0 L31.9978369,0 C32.4619581,0 32.8376752,0.379779154 32.8376752,0.848918108 L32.8376752,0.848918108 C32.8376752,1.31805706 32.4619581,1.69783622 31.9978369,1.69783622 Z" id="Path"></path>
58
+ <rect id="Rectangle" x="0" y="14.8605349" width="37.2799774" height="1.69783622" rx="0.848918108"></rect>
59
+ <rect id="Rectangle" x="0" y="19.0470416" width="47" height="1.69783622" rx="0.848918108"></rect>
60
+ </g>
61
+ <g transform="translate(0.000000, 25.391587)" id="Rectangle">
62
+ <rect x="0" y="0" width="30.2076554" height="1.69783622" rx="0.848918108"></rect>
63
+ <rect x="37.2799774" y="0" width="9.72002257" height="1.69783622" rx="0.848918108"></rect>
64
+ <rect x="0" y="4.18203868" width="47" height="1.69783622" rx="0.848918108"></rect>
65
+ </g>
66
+ <g transform="translate(0.000000, 44.657560)" id="Rectangle">
67
+ <rect x="0" y="0" width="30.2076554" height="1.69783622" rx="0.848918108"></rect>
68
+ <rect x="37.2799774" y="0" width="9.72002257" height="1.69783622" rx="0.848918108"></rect>
69
+ <rect x="0" y="4.18203868" width="47" height="1.69783622" rx="0.848918108"></rect>
70
+ </g>
71
+ <g transform="translate(0.000000, 35.024574)" id="Rectangle">
72
+ <rect x="16.7923446" y="4.18203868" width="30.2076554" height="1.69783622" rx="0.848918108"></rect>
73
+ <rect x="0" y="4.18203868" width="9.72002257" height="1.69783622" rx="0.848918108"></rect>
74
+ <rect x="0" y="0" width="47" height="1.69783622" rx="0.848918108"></rect>
75
+ </g>
76
+ <g transform="translate(0.000000, 55.751580)" id="Path">
77
+ <path d="M1.37468259,1.69783622 L45.6253174,1.69783622 C46.385592,1.69783622 47,1.31805706 47,0.848918108 L47,0.848918108 C47,0.379779154 46.385592,0 45.6253174,0 L1.37468259,0 C0.614407975,0 0,0.379779154 0,0.848918108 L0,0.848918108 C0,1.31805706 0.614407975,1.69783622 1.37468259,1.69783622 Z"></path>
78
+ <path d="M1.37468259,5.88434289 L45.6253174,5.88434289 C46.385592,5.88434289 47,5.50456373 47,5.03542478 L47,5.03542478 C47,4.56628582 46.385592,4.18650667 45.6253174,4.18650667 L1.37468259,4.18650667 C0.614407975,4.18650667 0,4.56628582 0,5.03542478 L0,5.03542478 C0,5.50456373 0.614407975,5.88434289 1.37468259,5.88434289 Z"></path>
79
+ <path d="M22.8347597,10.0663816 L45.6253174,10.0663816 C46.385592,10.0663816 47,9.68660241 47,9.21746346 L47,9.21746346 C47,8.7483245 46.385592,8.36854535 45.6253174,8.36854535 L22.8347597,8.36854535 C22.0744851,8.36854535 21.4600771,8.7483245 21.4600771,9.21746346 L21.4600771,9.21746346 C21.4600771,9.68660241 22.0744851,10.0663816 22.8347597,10.0663816 Z"></path>
80
+ <path d="M22.8347597,14.2484202 L45.6253174,14.2484202 C46.385592,14.2484202 47,13.8686411 47,13.3995021 L47,13.3995021 C47,12.9303632 46.385592,12.550584 45.6253174,12.550584 L22.8347597,12.550584 C22.0744851,12.550584 21.4600771,12.9303632 21.4600771,13.3995021 L21.4600771,13.3995021 C21.4600771,13.8686411 22.0744851,14.2484202 22.8347597,14.2484202 Z"></path>
81
+ </g>
82
+ </g>
83
+ <path d="M107,23.5 C107,24.8841808 105.879473,26 104.5,26 C103.120527,26 102,24.8794727 102,23.5 C102,22.1205273 103.120527,21 104.5,21 C105.879473,21 107,22.1205273 107,23.5 Z" id="Path" fill="#FFFFFF"></path>
84
+ <g id="Group" transform="translate(4.000000, 55.939667)" fill="#C2EBFF">
85
+ <path d="M2.93251152,0.852687558 L3.1881558,0.845135567 C4.19439556,0.815410223 5.03421121,1.60703157 5.06393656,2.61327133 C5.06501135,2.64965454 5.06499609,2.68606177 5.06389078,2.72244406 L5.05946074,2.86826367 C5.02893766,3.87296381 4.22116579,4.68005863 3.2164404,4.70973923 L2.96079613,4.71729123 C1.95455637,4.74701657 1.11474071,3.95539522 1.08501537,2.94915546 C1.08394057,2.91277226 1.08395584,2.87636502 1.08506114,2.83998273 L1.08949119,2.69416312 C1.12001427,1.68946298 1.92778614,0.882368165 2.93251152,0.852687558 Z" id="Rectangle" transform="translate(3.074476, 2.781213) rotate(32.470000) translate(-3.074476, -2.781213) "></path>
86
+ <path d="M5.92505754,7.55668777 C6.105641,7.90807732 5.94881852,8.32618641 5.573395,8.49520923 C5.19797148,8.66423205 4.75126502,8.51744907 4.57068156,8.16605952 C4.3900981,7.81466997 4.54692058,7.39656089 4.92234409,7.22753807 C5.29776761,7.05851525 5.74447407,7.20529822 5.92505754,7.55668777 Z" id="Path"></path>
87
+ <path d="M2.71257276,14.1441298 C3.0547309,14.8068772 2.75534253,15.6075116 2.04726526,15.9277654 C1.339188,16.2480192 0.483792646,15.9677971 0.141634505,15.3050497 C-0.200523637,14.6423024 0.0988647369,13.8416679 0.806942002,13.5214142 C1.51501927,13.2011604 2.37041462,13.4813825 2.71257276,14.1441298 Z" id="Path"></path>
88
+ </g>
89
+ <g id="Group" transform="translate(20.000000, 61.000000)">
90
+ <g>
91
+ <path d="M9.8410596,9.33125285 C9.8410596,9.33125285 13.4701987,9.88611482 13.9116998,14.0764325 C14.3532009,18.2667501 14.8918322,28.9334167 14.8918322,28.9334167 C14.8918322,28.9334167 15.0198675,32.1072272 12.2384106,33.438896 L9.39514349,23.4069914 L9.83664459,9.33125285 L9.8410596,9.33125285 Z" id="Path" fill="#3B4956"></path>
92
+ <path d="M9.8410596,9.33125285 C9.8410596,9.33125285 12.8565121,9.75738685 13.7704194,13.2197256 C13.7704194,13.2197256 15.1434879,17.077126 14.6225166,22.3150231 C14.6225166,22.3150231 15.4746137,10.5253158 9.98233996,10.1435708 L9.8410596,9.33569175 L9.8410596,9.33125285 Z" id="Path" fill="#3B4956"></path>
93
+ <rect id="Rectangle" fill="#FE9E80" x="10.397351" y="57.1736718" width="1.64238411" height="2.18837563"></rect>
94
+ <path d="M7.11258278,31.0995979 L10.8653422,43.8614233 L10.1059603,59.8725205 L12.0838852,59.9479817 L15.0286976,43.6705508 C15.0286976,43.6705508 13.5143488,28.3741158 11.6203091,25.5776115 L5.68653422,26.3411016 L7.11258278,31.0995979 L7.11258278,31.0995979 Z" id="Path" fill="#062E5B"></path>
95
+ <rect id="Rectangle" fill="#FE9E80" x="3.22295806" y="57.1736718" width="1.64238411" height="2.18837563"></rect>
96
+ <path d="M2.6401766,23.0873909 C2.6401766,23.0873909 -0.136865342,21.0233044 3.200883,58.8471355 L4.92715232,59.1001526 L8.24724062,24.5122765 L2.6401766,23.0873909 L2.6401766,23.0873909 Z" id="Path" fill="#062E5B"></path>
97
+ <path d="M1.94701987,15.4125401 C1.94701987,15.4125401 0.812362031,12.1277572 2.89624724,10.6984328 C4.98013245,9.26910831 10.9845475,9.14481923 12.781457,11.8081567 C14.4415011,14.267305 13.5011038,24.3302818 13.1258278,28.9955613 C13.1258278,28.9955613 7.19205298,30.32723 1.50993377,28.6138162 C1.50993377,28.6138162 2.90066225,23.3137746 1.95143488,15.4081012 L1.94701987,15.4125401 Z" id="Path" fill="#FFFFFF"></path>
98
+ <g transform="translate(6.374388, 0.081227)" id="Path">
99
+ <path d="M3.61236745,6.60888275 C3.61236745,6.60888275 3.31656171,8.36668548 4.01413346,10.2487773 C4.82649549,12.4415918 0.61898997,12.0687246 0.0891886455,10.8968561 C0.0891886455,10.8968561 -0.180127028,10.5284277 0.217223966,9.82264331 C0.610159948,9.11685887 1.45342706,6.24489329 0.504199683,4.69571865 L3.61236745,6.60444385 L3.61236745,6.60888275 Z" fill="#FE9E80"></path>
100
+ <path d="M0.870645599,5.71222579 C0.848570544,5.6012534 0.826495489,5.490281 0.795590411,5.3837475 L3.59912242,6.72429404 C3.56821734,6.95955551 3.51965222,7.54992866 3.58587739,8.30897984 C2.10243368,7.62095099 1.2326765,6.34698789 0.870645599,5.71222579 Z" fill="#F0736D"></path>
101
+ <path d="M5.9920584,4.14529558 C5.60353743,6.16943206 4.2702041,7.6120732 3.02075597,7.36793393 C1.76689284,7.12379466 0.221638977,4.88659117 0.614574959,2.86245469 C1.00751094,0.838318202 3.17969637,-0.209261208 4.43355951,0.0348780613 C5.68742264,0.27901733 6.38499438,2.11672019 5.99647341,4.14085668 L5.9920584,4.14529558 Z" fill="#FE9E80"></path>
102
+ </g>
103
+ <path d="M13.2362031,2.20682509 C13.2362031,2.20682509 13.218543,3.36093799 9.00220751,1.85615232 C9.00220751,1.85615232 7.85871965,1.46552949 8.13686534,4.23983936 L7.8013245,4.6260233 C7.8013245,4.6260233 7.77041943,3.47191039 7.29801325,3.68497739 C6.82560706,3.89804439 6.93156733,4.40407851 7.36423841,5.45609681 C7.36423841,5.45609681 7.41721854,6.2062702 7.27152318,6.45928726 C7.27152318,6.45928726 5.83664459,6.79220445 6.57836645,5.0477184 C6.57836645,5.0477184 4.20750552,0.631017075 7.63355408,0.355805535 C7.63355408,0.355805535 12.3399558,-1.20224689 13.2362031,2.20238619 L13.2362031,2.20682509 Z" id="Path" fill="#282F39"></path>
104
+ <path d="M6.75055188,9.3800807 C6.75055188,9.3800807 8.07505519,11.7282566 7.3200883,17.8850051 L6.43708609,27.5662368 C6.43708609,27.5662368 6.38852097,32.2315163 3.02869757,32.5644335 L0,32.5644335 C0,32.5644335 1.70419426,20.6770705 1.58057395,13.756832 C1.58057395,13.756832 1.26269316,9.18476929 6.7593819,9.37564181 L6.75055188,9.3800807 Z" id="Path" fill="#3B4956"></path>
105
+ <path d="M6.75055188,9.3800807 C6.75055188,9.3800807 8.20309051,11.9191291 7.3200883,17.8850051 L6.8785872,22.8343739 C6.8785872,22.8343739 6.81677704,11.328756 4.77704194,9.47329752 C4.77704194,9.47329752 6.02207506,9.23359714 6.75055188,9.3800807 Z" id="Path" fill="#282F39"></path>
106
+ <path d="M10,14.1430159 C9.598234,14.0453602 9.29801325,13.6858096 9.29801325,13.2507978 C9.29801325,12.7403248 9.70860927,12.3319464 10.2119205,12.3319464 C10.7152318,12.3319464 11.1258278,12.7447637 11.1258278,13.2507978 C11.1258278,13.4638648 11.0507726,13.6547374 10.9315673,13.8145376 C11.2317881,14.6890001 11.8233996,17.077126 11.5717439,21.8666946 L10.5386313,22.7722293 L9.36865342,21.8311834 C9.36865342,21.8311834 10.3311258,16.4956307 9.99558499,14.1430159 L10,14.1430159 Z" id="Path" fill="#64C4FF"></path>
107
+ <polygon id="Path" fill="#FFFFFF" points="10.0573951 12.2831186 9.3200883 14.4049108 8.39735099 13.6636152 8.86975717 12.5006245 9.77041943 12.0700516"></polygon>
108
+ <path d="M9.96909492,12.349702 L11.2935982,13.5881539 L11.7969095,12.860175 C11.7969095,12.860175 11.4966887,12.2254129 11.214128,12.1943406 C10.9315673,12.1632684 10.1236203,12.1144405 10.1236203,12.1144405 L9.96467991,12.3541409 L9.96909492,12.349702 Z" id="Path" fill="#FFFFFF"></path>
109
+ <path d="M11.1434879,22.9453463 C11.3863135,23.6422529 12.1412804,24.0062424 12.8344371,23.766542 C13.5275938,23.5224027 13.8896247,22.7633516 13.6512141,22.0664449 C13.4083885,21.3695383 12.6534216,21.0055488 11.9602649,21.2452492 C11.2671082,21.4893885 10.9050773,22.2484396 11.1434879,22.9453463 Z" id="Path" fill="#FE9E80"></path>
110
+ <polygon id="Path" fill="#3B4956" points="2.30463576 12.988903 1.34657837 24.9384105 11.3863135 23.682203 11.187638 21.5914831 4.7593819 21.4583162 5.1611479 15.7454573"></polygon>
111
+ <g transform="translate(11.395143, 6.710623)">
112
+ <path d="M0.348785872,2.50521853 C-0.0529801325,3.18880848 0.799116998,3.56611462 1.49227373,3.51284787 C2.18543046,3.45958112 2.59161148,2.56736307 2.53863135,1.87045643 C2.48565121,1.17354979 1.2803532,-0.051585456 0.587196468,0.00168129364 C-0.105960265,0.0549480433 1.22737307,1.00931064 0.348785872,2.50077963 L0.348785872,2.50521853 Z" id="Path" fill="#FE9E80"></path>
113
+ <polygon id="Rectangle" fill="#FE9E80" transform="translate(1.162557, 3.583125) rotate(167.890000) translate(-1.162557, -3.583125) " points="0.472204732 2.89380735 1.85443221 2.89227388 1.85290854 4.27244355 0.470681062 4.27397702"></polygon>
114
+ <path d="M2.00883002,3.55723683 L4.36644592,14.2816091 C4.36644592,14.2816091 4.82560706,15.9950229 3.78807947,16.5099348 C2.75055188,17.0248467 1.17880795,16.8384131 1.13465784,14.8897378 L0,3.77918162 L2.01324503,3.55723683 L2.00883002,3.55723683 Z" id="Path" fill="#3B4956"></path>
115
+ </g>
116
+ <polygon id="Path" fill="#282F39" points="6.74172185 24.2548205 2.93156733 24.405743 1.88962472 15.1728397 1.55408389 25.8838953 6.62251656 25.6441949"></polygon>
117
+ <path d="M6.98896247,21.5027051 L5.48344371,21.5027051 C5.48344371,21.5027051 6.90507726,13.6946874 4.77262693,9.47329752 C4.77262693,9.47329752 6.08388521,9.1714526 6.74613687,9.3800807 C6.74613687,9.3800807 7.74392936,18.0758776 6.98896247,21.5027051 Z" id="Path" fill="#282F39"></path>
118
+ </g>
119
+ <path d="M10.384106,58.2700791 C10.384106,58.2700791 9.37306843,59.4774587 10.2560706,61 L16,61 C16,61 15.9381898,59.0024969 12.781457,59.4774587 L12.1236203,58.7317242 C12.1236203,58.7317242 10.9183223,59.508531 10.384106,58.2700791 L10.384106,58.2700791 Z" id="Path" fill="#282F39"></path>
120
+ <path d="M3.20971302,58.2700791 C3.20971302,58.2700791 2.1986755,59.4774587 3.0816777,61 L8.82560706,61 C8.82560706,61 8.76379691,59.0024969 5.60706402,59.4774587 L4.94922737,58.7317242 C4.94922737,58.7317242 3.74392936,59.508531 3.20971302,58.2700791 L3.20971302,58.2700791 Z" id="Path" fill="#282F39"></path>
121
+ </g>
122
+ <g id="Group" transform="translate(44.000000, 59.000000)">
123
+ <g transform="translate(0.000000, 10.153651)">
124
+ <g transform="translate(3.686949, 13.722670)" fill="#FE9E80">
125
+ <polygon id="Rectangle" transform="translate(0.850467, 0.947390) rotate(-29.400000) translate(-0.850467, -0.947390) " points="0.317943382 0.160015062 1.36739467 0.170352929 1.38299137 1.73476414 0.333540078 1.72442627"></polygon>
126
+ <path d="M0.644272177,2.69879007 C0.35980637,2.20117005 0.538744539,1.57354121 1.04344194,1.29559129 C1.5527275,1.01764137 2.19506964,1.19248084 2.47953545,1.68561779 C2.76400126,2.1832378 2.58506309,2.81086665 2.08036569,3.08881656 C1.57108013,3.36676648 0.928737985,3.19192702 0.644272177,2.69879007 Z" id="Path"></path>
127
+ </g>
128
+ <polygon id="Path" fill="#1F4C72" points="7.65304785 3.35781433 2.48678173 7.83191139 5.16167795 14.3592514 3.91369893 14.9106682 0 7.63913967 6.34083461 0"></polygon>
129
+ </g>
130
+ <g transform="translate(13.346952, 10.826111)">
131
+ <g transform="translate(1.351316, 13.726786)" fill="#FE9E80">
132
+ <polygon id="Rectangle" transform="translate(1.767504, 0.947390) rotate(-150.600000) translate(-1.767504, -0.947390) " points="1.25057627 0.170352929 2.30002756 0.160015062 2.28443086 1.72442627 1.23497957 1.73476414"></polygon>
133
+ <path d="M1.97051012,2.69019134 C2.25497592,2.19257132 2.07603776,1.56494248 1.57134036,1.28699256 C1.06664296,1.00904264 0.419712652,1.1838821 0.135246844,1.67701906 C-0.149218963,2.17463907 0.0297192063,2.80226791 0.534416606,3.08021783 C1.03911401,3.35816775 1.68604431,3.18332829 1.97051012,2.69019134 Z" id="Path"></path>
134
+ </g>
135
+ <polygon id="Path" fill="#1F4C72" points="0 3.35781433 5.16626611 7.83191139 2.48678173 14.3592514 3.73934892 14.9061851 7.65304785 7.63913967 1.31221324 0"></polygon>
136
+ </g>
137
+ <path d="M12.5761416,2.01240841 C12.3972034,2.0751713 12.2228534,2.15138337 12.0576797,2.24104463 C10.3279441,3.16455565 9.27266769,5.08778976 8.70373607,6.86756584 C8.36880052,7.92108569 8.26327289,9.06874987 8.58444396,10.1222697 C8.90561503,11.1757896 9.70395456,12.126199 10.7729954,12.4758779 C11.8420363,12.8255568 13.1588377,12.480361 13.7736509,11.561333 C14.2370548,10.8619751 14.2737601,9.95191332 14.764693,9.27048771 C15.1822154,8.69217256 15.9209089,8.26179849 15.9622023,7.55795757 C15.9943194,6.99757468 15.5446799,6.51788691 15.4620931,5.96198708 C15.3519773,5.23573084 15.8842036,4.5587883 15.9163207,3.828049 C15.9576142,2.99868231 15.315272,2.22759545 14.5123443,1.95412859 C13.8883548,1.74342462 13.2001311,1.79273832 12.5761416,2.01689148 L12.5761416,2.01240841 Z" id="Path" fill="#81CAE3"></path>
138
+ <g transform="translate(3.980125, 57.660672)" id="Path">
139
+ <path d="M0.36027273,2.22359934 L0.649326696,1.87840348 L0.603445114,0 L1.91565835,0 L1.72754387,1.80667446 C1.72754387,1.80667446 3.31963476,2.6674226 3.2049308,4.72066554 L2.40659128,4.80584374 C2.40659128,4.80584374 0.938380661,2.30877754 0.36027273,2.21911628 L0.36027273,2.22359934 Z" fill="#FE9E80"></path>
140
+ <path d="M0.36027273,2.22359934 C0.36027273,2.22359934 -0.360068104,2.86467738 0.236392459,3.65817956 L0.61262143,5.33932825 L1.02096751,5.33932825 L1.33296226,3.75232389 C1.33296226,3.75232389 2.02118599,3.81508677 1.92483467,5.33932825 L4.08126902,5.33932825 C4.08126902,5.33932825 4.42538088,4.94033563 3.17740185,4.54582607 L2.52129523,4.42478336 C2.52129523,4.42478336 1.8009544,2.56431214 0.364860888,2.2280824 L0.36027273,2.22359934 Z" fill="#282F39"></path>
141
+ </g>
142
+ <g transform="translate(12.229633, 57.660672)" id="Path">
143
+ <path d="M0.36027273,2.22359934 L0.649326696,1.87840348 L0.603445114,0 L1.91565835,0 L1.72754387,1.80667446 C1.72754387,1.80667446 3.31963476,2.6674226 3.2049308,4.72066554 L2.40659128,4.80584374 C2.40659128,4.80584374 0.938380661,2.30877754 0.36027273,2.21911628 L0.36027273,2.22359934 Z" fill="#FE9E80"></path>
144
+ <path d="M0.36027273,2.22359934 C0.36027273,2.22359934 -0.360068104,2.86467738 0.236392459,3.65817956 L0.61262143,5.33932825 L1.02096751,5.33932825 L1.33296226,3.75232389 C1.33296226,3.75232389 2.02118599,3.81508677 1.92483467,5.33932825 L4.08126902,5.33932825 C4.08126902,5.33932825 4.42538088,4.94033563 3.17740185,4.54582607 L2.52129523,4.42478336 C2.52129523,4.42478336 1.8009544,2.56431214 0.364860888,2.2280824 L0.36027273,2.22359934 Z" fill="#282F39"></path>
145
+ </g>
146
+ <path d="M6.31330566,24.0870115 C6.31330566,24.0870115 3.8953463,20.6350529 4.4872187,58.8666157 L6.02883985,58.8666157 L11.1584007,25.6695328 L6.31330566,24.0870115 L6.31330566,24.0870115 Z" id="Path" fill="#BEDAFC"></path>
147
+ <path d="M8.96067293,24.7639541 C8.96067293,24.7639541 8.82761634,26.1716359 12.617435,58.8710988 L14.2278785,58.8710988 L15.6456194,24.6698098 L8.96067293,24.7639541 Z" id="Path" fill="#BEDAFC"></path>
148
+ <path d="M9.60760323,10.6961018 C8.89185056,10.7364494 8.1852742,10.8664582 7.50622679,11.0906114 C6.80882674,11.3192476 5.85448984,11.843766 5.72602141,12.6103698 C5.56543588,13.5562961 5.9141359,14.3946289 6.30412934,15.2419279 C6.77670964,16.2730324 7.15293861,17.2413741 7.48787415,18.3217923 C7.8228097,19.4022105 7.85492681,20.6485021 7.21717282,21.5899453 C6.66200568,22.4103459 5.859078,22.9931441 5.7168451,23.9659688 C5.63425825,24.5218687 6.06554512,25.252608 7.59340179,26.0819747 C8.85514529,26.7634003 10.2728862,26.7813325 11.718156,26.7813325 C14.154468,26.7813325 15.3290365,26.0864577 15.5905615,25.4139982 C15.9071444,24.6070469 15.7052655,23.696985 15.402447,22.8810675 C15.0996286,22.0696331 14.6958707,21.2761309 14.5995193,20.4153828 C14.3471706,18.1738512 16.2191392,15.963701 15.5630326,13.7983815 C15.1730391,12.4982932 13.9342364,11.5927144 12.6357876,11.1309589 C11.6676863,10.7857631 10.6261744,10.6467881 9.59842692,10.7005849 L9.60760323,10.6961018 Z" id="Path" fill="#1F4C72"></path>
149
+ <g transform="translate(9.592915, 1.537204)" id="Path">
150
+ <path d="M2.94193266,6.73356091 C2.94193266,6.73356091 2.31794315,8.35642978 3.6072156,10.3513929 C4.89648805,12.346356 0.643265412,12.2970423 0.0926864304,11.1179967 C0.0926864304,11.1179967 -0.187191219,10.7459025 0.225743018,10.0375785 C0.634089096,9.32477143 1.50583915,6.43767874 0.5239733,4.87757275 L2.94193266,6.73356091 L2.94193266,6.73356091 Z" fill="#FE9E80"></path>
151
+ <path d="M0.817615423,5.5769306 C0.817615423,5.5769306 1.35901809,6.7828746 2.78593528,7.71983481 C2.78593528,7.71983481 2.7951116,7.27601155 2.88228661,6.98012938 L0.817615423,5.5769306 Z" fill="#F0736D"></path>
152
+ <path d="M5.48377229,3.5685183 C5.48377229,5.5410661 4.46520118,7.14151966 3.20804584,7.14151966 C1.95089049,7.14151966 0.0422166904,5.32587907 0.0422166904,3.35333126 C0.0422166904,1.38078346 1.95089049,0 3.20804584,0 C4.46520118,0 5.48377229,1.60045356 5.48377229,3.57300136 L5.48377229,3.5685183 Z" fill="#FE9E80"></path>
153
+ </g>
154
+ <path d="M14.2278785,1.64479723 C14.2324667,1.71204318 14.2370548,1.77928913 14.2278785,1.84653507 C14.1636443,2.86867348 13.0900153,3.50078539 12.1494429,3.95357477 C11.2088704,4.40636415 10.1352414,5.05192525 10.0893598,6.07406366 C10.0618309,6.73755701 10.4931178,7.32932135 10.731702,7.95246713 C11.167577,9.10461437 10.8464059,10.4674656 10.0205375,11.3730443 C9.26349137,12.197928 8.24492025,13.5338808 7.00611754,13.5518131 C6.07930959,13.5652622 5.17544243,12.9421165 4.87721215,12.0813683 C4.51474765,11.0457807 4.9919161,9.91604881 5.57920035,8.98357167 C6.1664846,8.05109452 6.89141359,7.15448189 7.08870439,6.07854672 C7.24470177,5.23124778 7.05199913,4.33911821 7.27223072,3.50078539 C7.56128468,2.42036716 8.49726895,1.62686498 9.4470177,0.999236132 C10.2866506,0.44781936 11.2409875,-0.0498006533 12.2503823,0.00399610494 C13.1909548,0.0533098 14.1452917,0.748184594 14.2278785,1.64031417 L14.2278785,1.64479723 Z" id="Path" fill="#81CAE3"></path>
155
+ <path d="M5.31767533,9.97432863 C4.80838977,10.8395598 4.7946253,11.9648087 5.27638191,12.8434891 C5.76272668,13.7221695 6.73082805,14.327383 7.74939917,14.3901459 C8.34585973,14.4260104 8.93314398,14.2915185 9.52960454,14.2466878 C10.2453572,14.1928911 10.9702862,14.2780693 11.6860389,14.2691032 C12.6266113,14.2511709 13.5809482,14.0628823 14.3838759,13.5831945 C15.1868036,13.1035067 15.8199694,12.3144876 15.9667905,11.4089089 C16.0723181,10.7498986 15.9254971,10.0774391 16.0264365,9.4184288 C16.154905,8.56664679 16.6733668,7.62968658 16.1778458,6.91239648 C16.0218484,6.68376025 15.778676,6.52236998 15.6135023,6.30269988 C15.1179812,5.65265572 15.3795062,4.73362777 15.2143325,3.94012558 C14.9711601,2.77901222 14.328818,1.73894156 13.1313087,1.56858516 C11.9337994,1.39374569 10.181123,1.96309472 9.0294953,2.32173977 C8.12103998,2.60417275 7.68516496,7.871772 6.07472143,9.27048771 C5.72143325,9.43636105 5.45073192,9.7591416 5.3543806,10.1312358 L5.31767533,9.97881169 L5.31767533,9.97432863 Z" id="Path" fill="#81CAE3"></path>
156
+ <polygon id="Path" fill="#9DC5ED" points="6.02425169 58.8710988 9.84618746 34.191836 9.09372952 28.5969731"></polygon>
157
+ </g>
158
+ <g id="Group" transform="translate(0.000000, 30.000000)" fill="#B1D8E5">
159
+ <path d="M8.05217391,11.3478261 C7.93478261,11.3478261 7.82173913,11.3 7.73913043,11.2173913 L5.83913043,9.3173913 C5.66521739,9.14347826 5.66521739,8.86086957 5.83913043,8.68695652 C5.92173913,8.60434783 6.03478261,8.55652174 6.15217391,8.55652174 C6.26956522,8.55652174 6.3826087,8.60434783 6.46521739,8.68695652 L7.69565217,9.9173913 C7.79130435,10.0130435 7.9173913,10.0652174 8.05217391,10.0652174 C8.18695652,10.0652174 8.31304348,10.0130435 8.40869565,9.9173913 L11.5391304,6.78695652 C11.6217391,6.70434783 11.7347826,6.65652174 11.8521739,6.65652174 C11.9695652,6.65652174 12.0826087,6.70434783 12.1652174,6.78695652 C12.3391304,6.96086957 12.3391304,7.24347826 12.1652174,7.4173913 L8.36086957,11.2217391 C8.27826087,11.3043478 8.16521739,11.3521739 8.04782609,11.3521739 L8.05217391,11.3478261 Z" id="Path"></path>
160
+ <path d="M9,18 C4.03478261,18 0,13.9608696 0,9 C0,4.03913043 4.03913043,0 9,0 C13.9608696,0 18,4.03913043 18,9 C18,13.9608696 13.9608696,18 9,18 Z M9,0.886956522 C4.52608696,0.886956522 0.891304348,4.52608696 0.891304348,8.99565217 C0.891304348,13.4652174 4.53043478,17.1043478 9,17.1043478 C13.4695652,17.1043478 17.1086957,13.4652174 17.1086957,8.99565217 C17.1086957,4.52608696 13.4695652,0.886956522 9,0.886956522 Z" id="Shape"></path>
161
+ </g>
162
+ <g id="Group" transform="translate(161.000000, 15.000000)" fill="#B1D8E5">
163
+ <path d="M15.0100881,14.8700481 C13.4369646,14.8700481 11.9616058,14.2569419 10.8506429,13.1462421 C9.73968001,12.0355424 9.13087233,10.5605331 9.13087233,8.9877823 C9.13087233,7.41503147 9.74412386,5.93557942 10.8506429,4.82932247 C11.9616058,3.71862273 13.4369646,3.10995927 15.0100881,3.10995927 C16.5832116,3.10995927 18.0630142,3.72306553 19.1695332,4.82932247 C20.2804962,5.94002221 20.8937477,7.41947427 20.8937477,8.9877823 C20.8937477,10.5560903 20.2804962,12.0355424 19.1695332,13.1462421 C18.0585703,14.2569419 16.5832116,14.8700481 15.0100881,14.8700481 Z M15.0100881,3.96297668 C13.663601,3.96297668 12.4015472,4.48278415 11.4550067,5.43354313 C10.5040225,6.38430211 9.98409185,7.64605702 9.98409185,8.9877823 C9.98409185,10.3295076 10.5084663,11.5912625 11.4550067,12.5420215 C12.405991,13.4927805 13.6680449,14.0125879 15.0100881,14.0125879 C16.3521313,14.0125879 17.6141852,13.4883377 18.5651694,12.5420215 C19.5161537,11.5912625 20.0360843,10.3295076 20.0360843,8.9877823 C20.0360843,7.64605702 19.5117098,6.38430211 18.5651694,5.43354313 C17.618629,4.48722695 16.3565751,3.96297668 15.0100881,3.96297668 Z" id="Shape"></path>
164
+ <path d="M2.10514284,23.9955572 C1.54966139,23.9955572 1.02084304,23.7734173 0.620896388,23.3735653 C-0.183440763,22.5694187 -0.210103873,21.2854498 0.563126316,20.50796 L7.0644813,14.0081451 L7.14002678,13.9637171 C7.29111774,13.8659756 7.34000011,13.6616068 7.24667922,13.5061088 C5.19361975,9.97852647 5.77132047,5.50907071 8.65093635,2.63013699 C10.3440438,0.937430581 12.6059643,0 15.0100881,0 C17.4142118,0 19.6716885,0.932987782 21.3692398,2.63013699 C23.0667912,4.32728619 24,6.58422806 24,8.9877823 C24,11.3913365 23.0667912,13.6482784 21.3692398,15.3454276 C19.6761323,17.0425768 17.4142118,17.9755646 15.0100881,17.9755646 C13.4325207,17.9755646 11.868285,17.5534987 10.4862471,16.7493521 C10.4329209,16.7182525 10.3751508,16.7049241 10.3129369,16.7049241 C10.1973967,16.7049241 10.0907443,16.7626805 10.0285304,16.8559793 C10.0151988,16.8781933 10.0018673,16.8959645 9.9885357,16.9181785 L3.48273686,23.4313217 C3.11834102,23.7956312 2.62507349,24 2.10069899,24 L2.10514284,23.9955572 Z M5.82909054,16.6027397 C5.73576965,16.6027397 5.65133647,16.6382821 5.58912255,16.7049241 L1.17637785,21.1166235 C0.736436531,21.5564606 0.763099641,22.298408 1.23414792,22.7693447 C1.4652282,23.0003702 1.78518552,23.1336542 2.11403055,23.1336542 C2.41176861,23.1336542 2.68728741,23.0225842 2.88726074,22.8271011 L7.30444929,18.4154017 C7.36666322,18.3532025 7.40665788,18.2643465 7.40665788,18.1754906 C7.40665788,18.0866346 7.37110707,17.9977786 7.30444929,17.9355794 L6.08239008,16.7138097 C6.01573231,16.6471677 5.93129913,16.6116253 5.84242209,16.6116253 L5.82909054,16.6027397 Z M7.82882379,14.6034802 C7.73994676,14.6034802 7.65106972,14.6390226 7.5888558,14.7056646 L6.67786621,15.6164384 C6.61565228,15.6786375 6.57565762,15.7674935 6.57565762,15.8563495 C6.57565762,15.9452055 6.61120843,16.0340615 6.67786621,16.0962606 L7.89992542,17.3180304 C7.96658319,17.3846723 8.05101637,17.4202147 8.13989341,17.4202147 C8.22877044,17.4202147 8.31764747,17.3846723 8.3798614,17.3180304 L9.29085099,16.4072566 C9.35750876,16.3406146 9.39305958,16.2473158 9.38861572,16.1495742 C9.38417187,16.0518327 9.33973336,15.9629767 9.26418788,15.9007775 C9.02421989,15.7008515 8.82424656,15.5186968 8.6464925,15.3409848 C8.46873843,15.1632729 8.29098436,14.9677897 8.08656719,14.7234358 C8.02435326,14.6479082 7.93547623,14.6034802 7.83771149,14.5990374 L7.82437994,14.5990374 L7.82882379,14.6034802 Z M15.0100881,0.861902999 C12.8370446,0.861902999 10.7928729,1.7060348 9.25974403,3.23880044 C6.09127779,6.4109589 6.09127779,11.5690485 9.25974403,14.741207 C10.7928729,16.2739726 12.8370446,17.1181044 15.0100881,17.1181044 C17.1831315,17.1181044 19.2273033,16.2739726 20.7604321,14.741207 C22.293561,13.2084413 23.1378928,11.1647538 23.1378928,8.9922251 C23.1378928,6.81969641 22.293561,4.77600889 20.7604321,3.24324324 C19.2273033,1.7104776 17.1831315,0.866345798 15.0100881,0.866345798 L15.0100881,0.861902999 Z" id="Shape"></path>
165
+ <path d="M17.8985917,8.84116994 C17.6630675,8.84116994 17.4675381,8.65012958 17.4675381,8.41021844 C17.4675381,7.37060348 16.6232062,6.52647168 15.5833449,6.52647168 C15.3478208,6.52647168 15.1522913,6.33543132 15.1522913,6.09552018 C15.1522913,5.85560903 15.343377,5.66456868 15.5833449,5.66456868 C17.0942545,5.66456868 18.3252014,6.89522399 18.3252014,8.40577564 C18.3252014,8.64124398 18.1341158,8.83672714 17.8941478,8.83672714 L17.8985917,8.84116994 Z" id="Path"></path>
166
+ </g>
167
+ <g id="Group" transform="translate(149.000000, 13.000000)" fill="#B9E9FC">
168
+ <path d="M6.75554844,1.00477209 C8.42857149,1.02711616 9.77924792,2.3782215 9.8010608,4.05125155 L9.80296982,4.19767203 C9.82405347,5.81476988 8.53022832,7.14277837 6.91313047,7.16386201 C6.88737145,7.16419786 6.86160911,7.16419377 6.8358502,7.16384974 C5.16282715,7.14150567 3.81215073,5.79040033 3.79033784,4.11737028 L3.78842882,3.9709498 C3.76734518,2.35385195 5.06117033,1.02584346 6.67826817,1.00475982 C6.7040272,1.00442397 6.72978953,1.00442806 6.75554844,1.00477209 Z" id="Rectangle" transform="translate(6.795699, 4.084311) rotate(23.820000) translate(-6.795699, -4.084311) "></path>
169
+ <path d="M14.8902685,11.6454812 C14.603398,12.3155198 13.8498279,12.6216963 13.1990174,12.3243945 C12.5524884,12.0270926 12.2570547,11.2461205 12.5439251,10.5716446 C12.8307956,9.89716877 13.5843657,9.59542956 14.2351763,9.89273143 C14.8817052,10.1900333 15.1771389,10.9710054 14.8902685,11.6454812 Z" id="Path"></path>
170
+ <path d="M4.02344479,15.7012112 C3.55246346,16.8016718 2.31506707,17.298654 1.25321826,16.8149838 C0.19136945,16.3268763 -0.288175173,15.0444847 0.178524505,13.944024 C0.645224183,12.8435634 1.88690223,12.3465812 2.94875103,12.8302514 C4.01059984,13.3183589 4.49014447,14.6007505 4.02344479,15.7012112 L4.02344479,15.7012112 Z" id="Path"></path>
171
+ </g>
172
+ <path d="M161.960187,58.8451352 C161.771932,59.6512551 160.960985,60.1484428 160.154865,59.9601873 C159.348745,59.7719317 158.851557,58.9609847 159.039813,58.1548648 C159.228068,57.3487449 160.039015,56.8515572 160.845135,57.0398127 C161.651255,57.2280683 162.148443,58.0390153 161.960187,58.8451352 Z" id="Path" fill="#C2EBFF"></path>
173
+ </g>
174
+ </g>
175
+ </g>
176
+ </svg>
plugin-fw/assets/images/help-tab/support-desk.svg ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <svg width="274px" height="171px" viewBox="0 0 539.47 338.14" xmlns="http://www.w3.org/2000/svg">
3
+ <defs>
4
+ <style>.cls-1{font-size:21.21px;}.cls-1,.cls-12,.cls-8{fill:#67cce6;}.cls-1,.cls-12{font-family:OpenSans-Bold, Open Sans;font-weight:700;}.cls-2{opacity:0.15;}.cls-3{fill:#68cce5;}.cls-4{fill:#4687c7;}.cls-5{fill:#f8f6f0;}.cls-6{fill:#a160a7;}.cls-7{fill:#004c75;}.cls-9{fill:#fff;stroke:#36434c;stroke-width:2.36px;}.cls-13,.cls-9{stroke-miterlimit:10;}.cls-10{fill:#f5f1f3;}.cls-11{fill:#fbb11e;}.cls-12{font-size:23.02px;}.cls-13{fill:#f5f9fd;stroke:#004c75;stroke-width:1.85px;}</style>
5
+ </defs>
6
+ <g id="Layer_2" data-name="Layer 2">
7
+ <g id="Layer_3" data-name="Layer 3">
8
+ <text class="cls-1" transform="translate(152.76 80.43)" style="white-space: pre;">HELLO</text>
9
+ <g class="cls-2">
10
+ <path class="cls-3" d="M123,23.83c11.5-15.09,31-19.38,49-21.42A382.17,382.17,0,0,1,225.83.16c17.27.51,34.79,2.26,50.85,9.13C287.3,13.83,297.13,20.54,308.09,24c20.64,6.5,42.6.79,64-1.32a189.17,189.17,0,0,1,52.79,2.24c13.52,2.5,26.94,6.53,38.9,13.78,11.07,6.72,20.63,16,29.18,26.18,10.57,12.55,19.7,26.41,28.79,40.24,7.37,11.21,14.94,22.91,17.18,36.45s-2.5,29.49-14.09,35.14c-6.79,3.31-14.62,2.62-21.87,4.48-14.18,3.64-24.69,16.61-32.08,30.2S458.16,240,449.07,252.28c-18.13,24.61-48,34.73-76.32,41.83-54.53,13.67-114.09,20.38-164.58-5.75-15.83-8.19-30.4-19.46-47.13-25.14-30.58-10.38-64.52-.91-95.28-10.61a84.15,84.15,0,0,1-33.45-20.23C21.57,221.86,13.42,208.42,8,193.9c-14.4-38.34-9-84.64,13.87-117.85S84.06,23.86,122.14,27.76"/>
11
+ </g>
12
+ <g class="cls-2">
13
+ <path class="cls-3" d="M153.73,55.81c10.58-15.09,28.51-19.38,45.06-21.41a322.81,322.81,0,0,1,49.62-2.26c15.89.51,32,2.26,46.8,9.13C305,45.81,314,52.52,324.12,56c19,6.5,39.21.79,58.91-1.31a160.49,160.49,0,0,1,48.59,2.23c12.44,2.5,24.79,6.53,35.8,13.79,10.19,6.71,19,16,26.86,26.17,9.73,12.55,18.13,26.41,26.5,40.24,6.79,11.21,13.75,22.91,15.81,36.45s-2.3,29.49-13,35.14c-6.24,3.31-13.46,2.62-20.12,4.48-13.05,3.65-22.73,16.61-29.53,30.2s-11.73,28.59-20.09,40.91c-16.69,24.61-44.17,34.73-70.25,41.83-50.19,13.67-105,20.39-151.49-5.75-14.56-8.19-28-19.46-43.37-25.14-28.15-10.38-59.39-.91-87.71-10.61a76.59,76.59,0,0,1-30.78-20.23c-9.89-10.52-17.39-24-22.41-38.47C34.61,187.54,39.62,141.24,60.63,108S117.91,55.85,153,59.74"/>
14
+ </g>
15
+ <rect class="cls-4" x="136.96" y="46.76" width="95.39" height="143" rx="16.53" transform="translate(369.32 236.51) rotate(-180)"/>
16
+ <path class="cls-5" d="M148.09,116.66v7.6h71.5v-7.6Zm71.5,14.26h-71.5v7.6h71.5Zm0,14.26h-71.5v7.6h71.5Zm0,14.26h-71.5V167h71.5ZM182.81,173.7H147.88v7.6h34.93Z"/>
17
+ <rect class="cls-4" x="54.45" y="282.58" width="383.54" height="11.78"/>
18
+ <path class="cls-6" d="M320.07,273.6h-39s20.12-3.08,40.14-6.47C320.5,271.06,320.07,273.6,320.07,273.6Z"/>
19
+ <path class="cls-7" d="M114.4,270.54V279s94,3.06,100.92,0,16.06-27.53,22.94-42.82,15.29-21.41,17.59-9.17,9.94,46.63,9.94,46.63h15.29c3.06,7.65,0,12.24,0,12.24,85.63,8.41,123.09,2.29,123.09-6.88s-31.35-94-42.81-108.57-23.71-22.94-48.17-29.82-29.82-2.29-29.82-2.29S258.14,136,236.74,152s-37.47,87.16-39.77,94S114.4,270.54,114.4,270.54Zm206.82-3.41c2.15-11.76,6.88-36,10.32-41.7,4.59-7.64,33.64,30.59,29,33.65C358.38,260.55,339.84,264,321.22,267.13Z"/>
20
+ <path class="cls-8" d="M110.51,283.26l.77-6.5s-28.61-5-34.57-4.61-4.31,11.11-4.31,11.11Z"/>
21
+ <path class="cls-9" d="M259.67,270.54c3.82-1.52,21.41,3.06,21.41,3.06s4.58,9.18,0,12.24-9.18-5.36-13-4.59-12.23,8.41-13.76,6.88a2.12,2.12,0,0,1,0-3.06s-2.3,2.29-2.3,0v-2.29s-2.29,2.29-3.05,0S255.85,272.07,259.67,270.54Z"/>
22
+ <path class="cls-9" d="M95.73,264.79a21.54,21.54,0,0,1,9.39,1.27c3.75,1.35,7.45,2.91,11.07,4.58,1.3,4.4,1.9,9.39-3.71,9.6-4.85.18-7.92-4.59-12.31-5.88-6.15-1.82-14.25-.89-20.64-1.23a11.78,11.78,0,0,1,9.22-7.45C91.38,265.31,93.6,264.94,95.73,264.79Z"/>
23
+ <path class="cls-9" d="M261.65,106a35.58,35.58,0,0,1,.62-6.65c-.77-3.13-1.15-7,.89-13.84,4.59-15.3,24.46-18.35,37.46-12.24s11.47,34.41,11.47,34.41c-2.48,11.33-7.91,19.06-13.64,23.85l-.12.11v21.91s-9.56,6.88-19.12,0v-17.2l-.81-.51a44.73,44.73,0,0,1-12.23-12.11h0a18.78,18.78,0,0,1-3.38-8.84A34.7,34.7,0,0,1,261.65,106Z"/>
24
+ <path class="cls-8" d="M266.55,48.82c21.41-8.41,30.58,0,40.52,2.3s34.41,9.94,64.22-3.06,67.28-2.29,75.69,9.17,23.71,20.65,39.76,20.65,24.47,13,19.12,31.34-26.76,9.94-39,9.18-28.29,24.46-53.52,19.11-22.17-32.87-45.1-22.17-47.52,29.8-64.36,7.85c6,6,0,0,0,0s.9-12.44,3.19-32.31c0,0-13,1.52-21.41-5.36s-6.11-8.41-14.52-3.06-6.88,4.59-6.88,4.59,0,.25,0,1,0,2.26-.12,4.66c0,1.09-.11,2.36-.2,3.88h0c-.27,4.48,1.53,9.08,4.89,14.13,2.49,3.75-6.67,7.74-2.64,12.11.26.3.54.59.81.89,0,0-1.24,4.59-7.36-6.12s-2.29-22.17-8.41-28.28S245.14,57.23,266.55,48.82Z"/>
25
+ <path class="cls-10" d="M312,87.82a3.55,3.55,0,0,1,2.75,1.5,6.69,6.69,0,0,1,1.07,3.05,60,60,0,0,1-.07,12.13,8.5,8.5,0,0,1-1,3.8c-1.54,2.58-4.39,2.45-7,2.45a9.08,9.08,0,0,1-1.42-2.29c-1.53-6.12-1.53-12.23.76-17.58A5.33,5.33,0,0,1,312,87.82Z"/>
26
+ <path class="cls-11" d="M312,87.82a5.19,5.19,0,0,0-5,3.06c-2.29,5.35-2.29,11.46-.76,17.58a9.08,9.08,0,0,0,1.42,2.29h-4.46s-3.84-.76-3.84-4.58,0-12.24,1.39-16.06C301.78,87.48,308.28,86.3,312,87.82Z"/>
27
+ <path class="cls-11" d="M264,88.23a3.49,3.49,0,0,1,.34-.15c0,.83,0,2.26-.12,4.66a12.81,12.81,0,0,1-.2,3.88h0c-.27,4.48,1.53,9.08,4.89,14.13h-4.47s-4-.76-4-4.58,0-12.24,1.44-16.06A3.82,3.82,0,0,1,264,88.23Z"/>
28
+ <path class="cls-11" d="M311.59,96.23c1.23,0,2.22,1.54,2.22,3.44s-1,3.44-2.22,3.44-2.22-1.54-2.22-3.44S310.36,96.23,311.59,96.23Z"/>
29
+ <path class="cls-10" d="M266.46,69.88c4.9-6.25,11.57-10.1,18.92-10.1,15,0,27.24,16.09,27.24,35.94,0,.17,0,.34,0,.51h-2.32c0-.17,0-.34,0-.51,0-18.16-11.16-32.88-24.92-32.88-8.56,0-19.59,5.86-21.89,25.74C263.82,86.06,262,79.41,266.46,69.88Z"/>
30
+ <path class="cls-11" d="M265.39,108a12.63,12.63,0,0,0,15.8,14l.32,1.2a13.24,13.24,0,0,1-3.5.46,13.84,13.84,0,0,1-13.86-15.87Z"/>
31
+ <path class="cls-11" d="M281.49,120.06c2,.58,3.3,2.14,2.91,3.47s-2.32,1.94-4.32,1.36-3.31-2.14-2.92-3.47S279.49,119.47,281.49,120.06Z"/>
32
+ <path d="M 15.53 -16.43 L 15.53 0 L 12.06 0 L 12.06 -7.09 L 5.55 -7.09 L 5.55 0 L 2.07 0 L 2.07 -16.43 L 5.55 -16.43 L 5.55 -9.99 L 12.06 -9.99 L 12.06 -16.43 L 15.53 -16.43 ZM 29.142 -2.88 L 29.142 0 L 19.682 0 L 19.682 -16.43 L 29.142 -16.43 L 29.142 -13.58 L 23.162 -13.58 L 23.162 -9.97 L 28.732 -9.97 L 28.732 -7.12 L 23.162 -7.12 L 23.162 -2.88 L 29.142 -2.88 ZM 42.724 0 L 32.574 0 L 32.574 -16.43 L 36.054 -16.43 L 36.054 -2.88 L 42.724 -2.88 L 42.724 0 ZM 55.728 0 L 45.578 0 L 45.578 -16.43 L 49.058 -16.43 L 49.058 -2.88 L 55.728 -2.88 L 55.728 0 ZM 73.493 -8.24 C 73.493 -5.52 72.819 -3.43 71.473 -1.97 C 70.126 -0.51 68.193 0.22 65.673 0.22 C 63.153 0.22 61.219 -0.51 59.873 -1.97 C 58.526 -3.43 57.853 -5.527 57.853 -8.26 C 57.853 -10.993 58.529 -13.083 59.883 -14.53 C 61.236 -15.97 63.173 -16.69 65.693 -16.69 C 68.219 -16.69 70.153 -15.963 71.493 -14.51 C 72.826 -13.057 73.493 -10.967 73.493 -8.24 Z M 61.503 -8.24 C 61.503 -6.407 61.853 -5.023 62.553 -4.09 C 63.246 -3.163 64.286 -2.7 65.673 -2.7 C 68.453 -2.7 69.843 -4.547 69.843 -8.24 C 69.843 -11.94 68.459 -13.79 65.693 -13.79 C 64.306 -13.79 63.263 -13.323 62.563 -12.39 C 61.856 -11.457 61.503 -10.073 61.503 -8.24 Z" transform="matrix(1, 0, 0, 1, 147.69000244140625, 82.95999908447266)" style="white-space: pre; fill: rgb(103, 204, 230);"/>
33
+ <polygon class="cls-13" points="15.09 145.9 41.83 159.27 48.76 182.04 51.77 162.75 84.41 177.59 97.78 117.18 15.09 145.9"/>
34
+ <polygon class="cls-8" points="88.29 123.74 45.95 154.56 52.64 156.42 88.29 123.74"/>
35
+ </g>
36
+ </g>
37
+ </svg>
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/assets/js/yit-plugin-panel.min.js CHANGED
@@ -1 +1 @@
1
- jQuery(function(e){function t(){e("[data-dep-target]:not( .deps-initialized )").each(function(){var t=e(this);if(!t.closest(".metaboxes-tab").length){t.addClass("deps-initialized");var a="#"+t.data("dep-target"),i="#"+t.data("dep-id"),n=t.data("dep-value"),o=t.data("dep-type");e(i).on("change",function(){!function(t,a,i,n){var o=!0;if("string"==typeof a){":radio"===a.substr(0,6)&&(a+=":checked");var r=e(a),d=r.attr("type"),s=r.val();switch(d){case"checkbox":s=r.is(":checked")?"yes":"no";break;case"radio":s=r.find('input[type="radio"]').filter(":checked").val()}i=i.split(",");for(var c=0;c<i.length;c++){if(s==i[c]){o=!0;break}o=!1}}var l=e(t),h=e(t+"-container").closest("tr");h.length<1&&(h=l.closest(".yith-plugin-fw-panel-wc-row, .yith-toggle-content-row"));var u,g=n.split("-");for(u in g){var f=g[u];if(o)switch(f){case"disable":h.removeClass("yith-disabled"),l.attr("disabled",!1);break;case"hide":case"hideNow":h.show();break;case"hideme":l.show();break;case"fadeOut":h.show();break;case"fadeInOut":case"fadeIn":default:h.show(500)}else switch(f){case"disable":h.addClass("yith-disabled"),l.attr("disabled",!0);break;case"hide":case"hideNow":h.hide();break;case"hideme":l.hide();break;case"fadeInOut":case"fadeOut":h.hide(500);break;case"fadeIn":default:h.hide()}}}(a,i,n.toString(),o)}).trigger("change")}})}t(),e(document).on("yith-add-box-button-toggle",t),e(".rm_connectedlist").each(function(){var t=e(this).find("ul"),a=e(this).find(":hidden");t.sortable({connectWith:t,update:function(i,n){var o={};t.each(function(){var t={};e(this).children().each(function(){t[e(this).data("option")]=e(this).text()}),o[e(this).data("list")]=t}),a.val(JSON.stringify(o).replace(/[\\"']/g,"\\$&").replace(/\u0000/g,"\\0"))}}).disableSelection()}),e(function(){e(".google-analytic-generate").click(function(){var t=e("#"+e(this).data("textarea")).data("codemirrorInstance"),a="(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n";a+="(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement( o ),\n",a+="m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n",a+="})(window,document,'script','//www.google-analytics.com/analytics.js','ga');\n\n",a+="ga('create', '"+e("#"+e(this).data("input")).val()+"', '"+e(this).data("basename")+"');\n",a+="ga('send', 'pageview');\n",t.replaceRange(a,t.getCursor("start"),t.getCursor("end"))})}),e(".yith-plugin-fw-panel .woo-nav-tab-wrapper").removeClass("woo-nav-tab-wrapper").addClass("yith-nav-tab-wrapper");var a=e(".wrap.yith-plugin-ui").first(),i=e("div.updated, div.error, div.notice");i.addClass("inline"),a.length&&a.prepend(i),function(){var t=e(".yith-nav-sub-tab.nav-tab-active"),a=e(".yith-plugin-fw-wp-page__sub-tab-wrap");if(t.length&&!a.length){var i=e(".yith-plugin-fw-wp-page-wrapper");if(i.length||(i=e("#wpbody-content > .yith-plugin-ui")),i){var n=i.find(".yit-admin-panel-content-wrap");n.length?n.addClass("has-subnav"):i.find(".wrap").wrap('<div class="yith-plugin-fw-wp-page__sub-tab-wrap"></div>')}}}(),function(){var t=e("#yith-plugin-fw-float-save-button"),a=e("#plugin-fw-wc"),i=document.querySelector("#main-save-button");function n(){var e,a;e=i.getBoundingClientRect(),a={width:window.innerWidth||document.documentElement.clientWidth,height:window.innerHeight||document.documentElement.clientHeight},e.top>=0&&e.left>=0&&e.top<=a.height&&e.left<=a.width?t.removeClass("visible"):t.addClass("visible")}t.length>0&&a.length>0&&(n(),document.addEventListener("scroll",n,{passive:!0}),e(document).on("click","#yith-plugin-fw-float-save-button",function(i){i.preventDefault(),"tinyMCE"in window&&"triggerSave"in window.tinyMCE&&window.tinyMCE.triggerSave(),e(".codemirror.codemirror--initialized").each(function(){var t=e(this).data("codemirrorInstance")||!1;t&&"codemirror"in t&&t.codemirror.save()}),t.block({message:null,overlayCSS:{background:"transparent",opacity:.6}}),e.post(document.location.href,a.serialize()).done(function(a){t.unblock().addClass("green").fadeOut(300).html('<i class="yith-icon yith-icon-check"></i>'+t.data("saved-label")).fadeIn(300).delay(2500).queue(function(a){t.fadeOut(500,function(){e(this).removeClass("green"),e(this).html('<i class="yith-icon yith-icon-save"></i>'+e(this).data("default-label")).fadeIn(500)}),a()}),window.onbeforeunload=null,e(document).trigger("yith-plugin-fw-float-save-button-after-saving",[a])})}))}()});
1
+ jQuery(function(e){function t(){e("[data-dep-target]:not( .deps-initialized )").each(function(){var t=e(this);if(!t.closest(".metaboxes-tab").length){t.addClass("deps-initialized");var a="#"+t.data("dep-target"),i="#"+t.data("dep-id"),n=t.data("dep-value"),r=t.data("dep-type");e(i).on("change",function(){!function(t,a,i,n){var r=!0;if("string"==typeof a){":radio"===a.substr(0,6)&&(a+=":checked");var d=e(a),o=d.attr("type"),s=d.val();switch(o){case"checkbox":s=d.is(":checked")?"yes":"no";break;case"radio":s=d.find('input[type="radio"]').filter(":checked").val()}i=i.split(",");for(var c=0;c<i.length;c++){if(s==i[c]){r=!0;break}r=!1}}var l=e(t),h=e(t+"-container").closest("tr");h.length<1&&(h=l.closest(".yith-plugin-fw-panel-wc-row, .yith-toggle-content-row"));var u,g=n.split("-");for(u in g){var f=g[u];if(r)switch(f){case"disable":h.removeClass("yith-disabled"),l.attr("disabled",!1);break;case"hide":case"hideNow":h.show();break;case"hideme":l.show();break;case"fadeOut":h.show();break;case"fadeInOut":case"fadeIn":default:h.show(500)}else switch(f){case"disable":h.addClass("yith-disabled"),l.attr("disabled",!0);break;case"hide":case"hideNow":h.hide();break;case"hideme":l.hide();break;case"fadeInOut":case"fadeOut":h.hide(500);break;case"fadeIn":default:h.hide()}}}(a,i,n.toString(),r)}).trigger("change")}})}t(),e(document).on("yith-add-box-button-toggle",t),e(".rm_connectedlist").each(function(){var t=e(this).find("ul"),a=e(this).find(":hidden");t.sortable({connectWith:t,update:function(i,n){var r={};t.each(function(){var t={};e(this).children().each(function(){t[e(this).data("option")]=e(this).text()}),r[e(this).data("list")]=t}),a.val(JSON.stringify(r).replace(/[\\"']/g,"\\$&").replace(/\u0000/g,"\\0"))}}).disableSelection()}),e(function(){e(".google-analytic-generate").click(function(){var t=e("#"+e(this).data("textarea")).data("codemirrorInstance"),a="(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n";a+="(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement( o ),\n",a+="m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n",a+="})(window,document,'script','//www.google-analytics.com/analytics.js','ga');\n\n",a+="ga('create', '"+e("#"+e(this).data("input")).val()+"', '"+e(this).data("basename")+"');\n",a+="ga('send', 'pageview');\n",t.replaceRange(a,t.getCursor("start"),t.getCursor("end"))})}),e(".yith-plugin-fw-panel .woo-nav-tab-wrapper").removeClass("woo-nav-tab-wrapper").addClass("yith-nav-tab-wrapper");var a=e(".wrap.yith-plugin-ui").first(),i=e("div.updated, div.error, div.notice");i.addClass("inline"),a.length&&a.prepend(i),function(){var t=e(".yith-nav-sub-tab.nav-tab-active"),a=e(".yith-plugin-fw-wp-page__sub-tab-wrap");if(t.length&&!a.length){var i=e(".yith-plugin-fw-wp-page-wrapper");if(i.length||(i=e("#wpbody-content > .yith-plugin-ui")),i){var n=i.find(".yit-admin-panel-content-wrap");n.length?n.addClass("has-subnav"):i.find(".wrap").wrap('<div class="yith-plugin-fw-wp-page__sub-tab-wrap"></div>')}}}(),function(){var t=e("#yith-plugin-fw-float-save-button"),a=e("#plugin-fw-wc"),i=document.querySelector("#main-save-button");function n(){var e,a;e=i.getBoundingClientRect(),a={width:window.innerWidth||document.documentElement.clientWidth,height:window.innerHeight||document.documentElement.clientHeight},e.top>=0&&e.left>=0&&e.top<=a.height&&e.left<=a.width?t.removeClass("visible"):t.addClass("visible")}t.length>0&&a.length>0&&(n(),document.addEventListener("scroll",n,{passive:!0}),e(document).on("click","#yith-plugin-fw-float-save-button",function(i){i.preventDefault(),"tinyMCE"in window&&"triggerSave"in window.tinyMCE&&window.tinyMCE.triggerSave(),e(".codemirror.codemirror--initialized").each(function(){var t=e(this).data("codemirrorInstance")||!1;t&&"codemirror"in t&&t.codemirror.save()}),t.block({message:null,overlayCSS:{background:"transparent",opacity:.6}}),e.post(document.location.href,a.serialize()).done(function(a){t.unblock().addClass("green").fadeOut(300).html(t.data("saved-label")).fadeIn(300).delay(2500).queue(function(a){t.fadeOut(500,function(){e(this).removeClass("green"),e(this).html(e(this).data("default-label")).fadeIn(500)}),a()}),window.onbeforeunload=null,e(document).trigger("yith-plugin-fw-float-save-button-after-saving",[a])})}))}()});
plugin-fw/assets/js/yith-bh-onboarding.js ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ (function($) {
2
+
3
+ var init = function() {
4
+ var currentTab = $('.yith-bh-onboarding-tabs__nav li.selected').data('tab');
5
+ $('#' + currentTab).fadeIn();
6
+ };
7
+
8
+ var block = function(element) {
9
+ var blockArgs = {
10
+ message: '',
11
+ overlayCSS: {
12
+ backgroundColor: '#FFFFFF',
13
+ opacity: 0.8,
14
+ cursor: 'wait',
15
+ },
16
+ };
17
+ element.block(blockArgs);
18
+ };
19
+
20
+ var unblock = function(element) {
21
+ element.unblock();
22
+ };
23
+
24
+ $(document).on('click', '.yith-bh-onboarding-tabs__nav li', function(e) {
25
+ var $t = $(this);
26
+ //nav
27
+ $('.yith-bh-onboarding-tabs__nav li').removeClass('selected');
28
+ $t.addClass('selected');
29
+ //tab content
30
+ $('.yith-bh-onboarding-tabs__tab').hide();
31
+ $('#' + $t.data('tab')).fadeIn();
32
+ });
33
+
34
+ $(document).on('submit', 'form', function(e) {
35
+ e.preventDefault();
36
+ var form = $(this);
37
+
38
+ if (true ===
39
+ $(document).triggerHandler('yith_onboarding_form_submit_validation')) {
40
+ $(document).trigger('yith_onboarding_validate_form_submit', [form]);
41
+ return false;
42
+ }
43
+ block($('.yith-bh-onboarding-tabs__content'));
44
+ $.ajax(
45
+ {
46
+ type: 'POST',
47
+ data: form.serialize(),
48
+ url: yith_bh_onboarding.ajax_url,
49
+ success: function(response) {
50
+ if (response.success) {
51
+ var button = parent.document.querySelector(
52
+ '.components-modal__frame button');
53
+ button.click();
54
+ }
55
+ },
56
+ complete: function() {
57
+ unblock($('.yith-bh-onboarding-tabs__content'));
58
+ },
59
+ },
60
+ );
61
+
62
+ });
63
+ init();
64
+
65
+ })(jQuery);
plugin-fw/assets/js/yith-bh-onboarding.min.js ADDED
@@ -0,0 +1 @@
 
1
+ !function(t){var a;t(document).on("click",".yith-bh-onboarding-tabs__nav li",function(a){var n=t(this);t(".yith-bh-onboarding-tabs__nav li").removeClass("selected"),n.addClass("selected"),t(".yith-bh-onboarding-tabs__tab").hide(),t("#"+n.data("tab")).fadeIn()}),t(document).on("submit","form",function(a){a.preventDefault();var n=t(this);if(!0===t(document).triggerHandler("yith_onboarding_form_submit_validation"))return t(document).trigger("yith_onboarding_validate_form_submit",[n]),!1;t(".yith-bh-onboarding-tabs__content").block({message:"",overlayCSS:{backgroundColor:"#FFFFFF",opacity:.8,cursor:"wait"}}),t.ajax({type:"POST",data:n.serialize(),url:yith_bh_onboarding.ajax_url,success:function(t){t.success&&parent.document.querySelector(".components-modal__frame button").click()},complete:function(){t(".yith-bh-onboarding-tabs__content").unblock()}})}),a=t(".yith-bh-onboarding-tabs__nav li.selected").data("tab"),t("#"+a).fadeIn()}(jQuery);
plugin-fw/includes/class-yit-assets.php CHANGED
@@ -80,6 +80,7 @@ if ( ! class_exists( 'YIT_Assets' ) ) {
80
  wp_register_script( 'colorbox', YIT_CORE_PLUGIN_URL . '/assets/js/jquery.colorbox' . $suffix . '.js', array( 'jquery' ), '1.6.3', true );
81
  wp_register_script( 'yith_how_to', YIT_CORE_PLUGIN_URL . '/assets/js/how-to' . $suffix . '.js', array( 'jquery' ), $this->version, true );
82
  wp_register_script( 'yith-plugin-fw-wp-pages', YIT_CORE_PLUGIN_URL . '/assets/js/wp-pages' . $suffix . '.js', array( 'jquery' ), $this->version, false );
 
83
 
84
  // Register styles.
85
  wp_register_style( 'yith-plugin-ui', YIT_CORE_PLUGIN_URL . '/assets/css/yith-plugin-ui.css', array( 'yith-plugin-fw-icon-font' ), $this->version );
@@ -89,6 +90,7 @@ if ( ! class_exists( 'YIT_Assets' ) ) {
89
  wp_register_style( 'yit-upgrade-to-pro', YIT_CORE_PLUGIN_URL . '/assets/css/yit-upgrade-to-pro.css', array( 'colorbox' ), $this->version );
90
  wp_register_style( 'yit-plugin-metaboxes', YIT_CORE_PLUGIN_URL . '/assets/css/metaboxes.css', array( 'yith-plugin-ui' ), $this->version );
91
  wp_register_style( 'yith-plugin-fw-fields', YIT_CORE_PLUGIN_URL . '/assets/css/yith-fields.css', array( 'yith-plugin-ui' ), $this->version );
 
92
 
93
  $wc_version_suffix = '';
94
  if ( function_exists( 'WC' ) || ! empty( $woocommerce ) ) {
@@ -153,6 +155,14 @@ if ( ! class_exists( 'YIT_Assets' ) ) {
153
  )
154
  );
155
 
 
 
 
 
 
 
 
 
156
  // Localize color-picker to avoid issues with WordPress 5.5.
157
  if ( version_compare( $wp_version, '5.5-RC', '>=' ) ) {
158
  wp_localize_script(
80
  wp_register_script( 'colorbox', YIT_CORE_PLUGIN_URL . '/assets/js/jquery.colorbox' . $suffix . '.js', array( 'jquery' ), '1.6.3', true );
81
  wp_register_script( 'yith_how_to', YIT_CORE_PLUGIN_URL . '/assets/js/how-to' . $suffix . '.js', array( 'jquery' ), $this->version, true );
82
  wp_register_script( 'yith-plugin-fw-wp-pages', YIT_CORE_PLUGIN_URL . '/assets/js/wp-pages' . $suffix . '.js', array( 'jquery' ), $this->version, false );
83
+ wp_register_script( 'yith-bh-onboarding', YIT_CORE_PLUGIN_URL . '/assets/js/yith-bh-onboarding' . $suffix . '.js', array( 'jquery', 'yit-plugin-panel', 'yith-plugin-fw-fields', 'jquery-blockui' ), $this->version, true );
84
 
85
  // Register styles.
86
  wp_register_style( 'yith-plugin-ui', YIT_CORE_PLUGIN_URL . '/assets/css/yith-plugin-ui.css', array( 'yith-plugin-fw-icon-font' ), $this->version );
90
  wp_register_style( 'yit-upgrade-to-pro', YIT_CORE_PLUGIN_URL . '/assets/css/yit-upgrade-to-pro.css', array( 'colorbox' ), $this->version );
91
  wp_register_style( 'yit-plugin-metaboxes', YIT_CORE_PLUGIN_URL . '/assets/css/metaboxes.css', array( 'yith-plugin-ui' ), $this->version );
92
  wp_register_style( 'yith-plugin-fw-fields', YIT_CORE_PLUGIN_URL . '/assets/css/yith-fields.css', array( 'yith-plugin-ui' ), $this->version );
93
+ wp_register_style( 'yith-bh-onboarding', YIT_CORE_PLUGIN_URL . '/assets/css/yith-bh-onboarding.css', array( 'yith-plugin-ui', 'yith-plugin-fw-fields' ), $this->version );
94
 
95
  $wc_version_suffix = '';
96
  if ( function_exists( 'WC' ) || ! empty( $woocommerce ) ) {
155
  )
156
  );
157
 
158
+ wp_localize_script(
159
+ 'yith-bh-onboarding',
160
+ 'yith_bh_onboarding',
161
+ array(
162
+ 'ajax_url' => admin_url( 'admin-ajax.php' ),
163
+ )
164
+ );
165
+
166
  // Localize color-picker to avoid issues with WordPress 5.5.
167
  if ( version_compare( $wp_version, '5.5-RC', '>=' ) ) {
168
  wp_localize_script(
plugin-fw/includes/class-yit-plugin-panel-woocommerce.php CHANGED
@@ -374,6 +374,12 @@ if ( ! class_exists( 'YIT_Plugin_Panel_WooCommerce' ) ) {
374
  $default[ $colorpicker['id'] ] = isset( $colorpicker['default'] ) ? $colorpicker['default'] : '';
375
  }
376
  update_option( $option['id'], $default );
 
 
 
 
 
 
377
  } elseif ( isset( $option['default'] ) ) {
378
  update_option( $option['id'], $option['default'] );
379
  }
@@ -494,8 +500,8 @@ if ( ! class_exists( 'YIT_Plugin_Panel_WooCommerce' ) ) {
494
  * @param string $admin_body_classes The body classes.
495
  *
496
  * @return string Filtered body classes
497
- * @author Andrea Grillo <andrea.grillo@yithemes.com>
498
  * @since 2.0
 
499
  */
500
  public static function admin_body_class( $admin_body_classes ) {
501
  global $pagenow;
@@ -518,8 +524,8 @@ if ( ! class_exists( 'YIT_Plugin_Panel_WooCommerce' ) ) {
518
  * @param string $raw_value Raw option value.
519
  *
520
  * @return mixed Filtered return value
521
- * @author Antonio La Rocca <antonio.larocca@yithemes.com>
522
  * @since 2.0
 
523
  */
524
  public function maybe_unserialize_panel_data( $value, $option, $raw_value ) {
525
  if ( ! version_compare( WC()->version, '2.4.0', '>=' ) || ! isset( $option['type'] ) || in_array( $option['type'], self::$wc_type, true ) || 'yith-field' === $option['type'] ) {
@@ -548,8 +554,8 @@ if ( ! class_exists( 'YIT_Plugin_Panel_WooCommerce' ) ) {
548
  * @param mixed $raw_value Raw option value.
549
  *
550
  * @return mixed Filtered return value
551
- * @author Leanza Francesco <leanzafrancesco@gmail.com>
552
  * @since 3.0.0
 
553
  */
554
  public static function sanitize_option( $value, $option, $raw_value ) {
555
  if ( isset( $option['type'] ) && 'yith-field' === $option['type'] ) {
@@ -731,8 +737,8 @@ if ( ! class_exists( 'YIT_Plugin_Panel_WooCommerce' ) ) {
731
  * @param string $raw_value Raw option value.
732
  *
733
  * @return mixed Filtered return value
734
- * @author Andrea Grillo <andrea.grillo@yithemes.com>
735
  * @since 3.0.0
 
736
  */
737
  public static function sanitize_onoff_value( $value, $option, $raw_value ) {
738
  if ( isset( $option['type'] ) && in_array( $option['type'], array( 'checkbox', 'onoff' ), true ) ) {
@@ -752,8 +758,8 @@ if ( ! class_exists( 'YIT_Plugin_Panel_WooCommerce' ) ) {
752
  * @param array $yit_options Original options array.
753
  *
754
  * @return mixed|array New options array
755
- * @author Andrea Grillo <andrea.grillo@yithemes.com>
756
  * @since 3.0.0
 
757
  */
758
  public function check_for_save_single_option( $yit_options ) {
759
  foreach ( $yit_options as $key => $options_list ) {
374
  $default[ $colorpicker['id'] ] = isset( $colorpicker['default'] ) ? $colorpicker['default'] : '';
375
  }
376
  update_option( $option['id'], $default );
377
+ } elseif ( isset( $option['yith-type'] ) && 'inline-fields' === $option['yith-type'] && ! empty( $option['fields'] ) ) {
378
+ $default = array();
379
+ foreach ( $option['fields'] as $field_id => $field ) {
380
+ $default[ $field_id ] = isset( $field['default'] ) ? $field['default'] : '';
381
+ }
382
+ update_option( $option['id'], $default );
383
  } elseif ( isset( $option['default'] ) ) {
384
  update_option( $option['id'], $option['default'] );
385
  }
500
  * @param string $admin_body_classes The body classes.
501
  *
502
  * @return string Filtered body classes
 
503
  * @since 2.0
504
+ * @author Andrea Grillo <andrea.grillo@yithemes.com>
505
  */
506
  public static function admin_body_class( $admin_body_classes ) {
507
  global $pagenow;
524
  * @param string $raw_value Raw option value.
525
  *
526
  * @return mixed Filtered return value
 
527
  * @since 2.0
528
+ * @author Antonio La Rocca <antonio.larocca@yithemes.com>
529
  */
530
  public function maybe_unserialize_panel_data( $value, $option, $raw_value ) {
531
  if ( ! version_compare( WC()->version, '2.4.0', '>=' ) || ! isset( $option['type'] ) || in_array( $option['type'], self::$wc_type, true ) || 'yith-field' === $option['type'] ) {
554
  * @param mixed $raw_value Raw option value.
555
  *
556
  * @return mixed Filtered return value
 
557
  * @since 3.0.0
558
+ * @author Leanza Francesco <leanzafrancesco@gmail.com>
559
  */
560
  public static function sanitize_option( $value, $option, $raw_value ) {
561
  if ( isset( $option['type'] ) && 'yith-field' === $option['type'] ) {
737
  * @param string $raw_value Raw option value.
738
  *
739
  * @return mixed Filtered return value
 
740
  * @since 3.0.0
741
+ * @author Andrea Grillo <andrea.grillo@yithemes.com>
742
  */
743
  public static function sanitize_onoff_value( $value, $option, $raw_value ) {
744
  if ( isset( $option['type'] ) && in_array( $option['type'], array( 'checkbox', 'onoff' ), true ) ) {
758
  * @param array $yit_options Original options array.
759
  *
760
  * @return mixed|array New options array
 
761
  * @since 3.0.0
762
+ * @author Andrea Grillo <andrea.grillo@yithemes.com>
763
  */
764
  public function check_for_save_single_option( $yit_options ) {
765
  foreach ( $yit_options as $key => $options_list ) {
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
 
@@ -792,22 +792,31 @@ if ( ! class_exists( 'YIT_Plugin_Panel' ) ) {
792
  public function print_help_tab() {
793
  $options = isset( $this->settings['help_tab'] ) ? $this->settings['help_tab'] : array();
794
  $plugin_title = isset( $this->settings['plugin_title'] ) ? $this->settings['plugin_title'] : $this->settings['page_title'];
 
 
795
 
796
  if ( 0 !== strpos( $plugin_title, 'YITH' ) ) {
797
  $plugin_title = "YITH {$plugin_title}";
798
  }
799
 
 
 
 
 
 
 
 
 
800
  // parse options.
801
  $options = wp_parse_args(
802
  $options,
803
  array(
804
- // translators: 1. Plugin name.
805
- 'title' => sprintf( _x( 'Thank you for purchasing %s!', 'Help tab default title', 'yith-plugin-fw' ), $plugin_title ),
806
  'description' => _x( 'We want to help you enjoy a wonderful experience with all of our products.', 'Help tab default description', 'yith-plugin-fw' ),
807
  'main_video' => false,
808
  'playlists' => array(),
809
  'hc_url' => 'https://support.yithemes.com/hc/',
810
- 'doc_url' => isset( $this->settings['plugin_slug'] ) ? 'https://docs.yithemes.com/' . $this->settings['plugin_slug'] . '/' : '',
811
  'submit_ticket_url' => 'https://yithemes.com/my-account/support/submit-a-ticket/',
812
  'show_hc_articles' => true,
813
  'show_submit_ticket' => true,
@@ -815,7 +824,7 @@ if ( ! class_exists( 'YIT_Plugin_Panel' ) ) {
815
  );
816
 
817
  // add campaign parameters to url.
818
- if ( isset( $this->settings['plugin_slug'] ) ) {
819
  $utm_medium = $this->settings['plugin_slug'];
820
  $utm_source = yith_plugin_fw_panel_utm_source( $this );
821
  $utm_campaign = 'help-tab';
@@ -834,6 +843,10 @@ if ( ! class_exists( 'YIT_Plugin_Panel' ) ) {
834
  }
835
  }
836
 
 
 
 
 
837
  // set template variables.
838
  $current_tab = $this->get_current_tab();
839
  $current_sub_tab = $this->get_current_sub_tab();
@@ -897,12 +910,14 @@ if ( ! class_exists( 'YIT_Plugin_Panel' ) ) {
897
  * @since 3.9.0
898
  */
899
  protected function print_premium_tab() {
900
- $options = $this->settings['premium_tab'] ?? array();
 
901
 
902
  $defaults = array(
903
  'premium_features' => array(),
904
  'main_image_url' => '',
905
  'show_free_vs_premium_link' => true,
 
906
  );
907
  $options = wp_parse_args( $options, $defaults );
908
 
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
 
792
  public function print_help_tab() {
793
  $options = isset( $this->settings['help_tab'] ) ? $this->settings['help_tab'] : array();
794
  $plugin_title = isset( $this->settings['plugin_title'] ) ? $this->settings['plugin_title'] : $this->settings['page_title'];
795
+ $is_extended = $this->is_extended();
796
+ $is_premium = $this->is_premium() || ! $is_extended;
797
 
798
  if ( 0 !== strpos( $plugin_title, 'YITH' ) ) {
799
  $plugin_title = "YITH {$plugin_title}";
800
  }
801
 
802
+ // translators: 1. Plugin name.
803
+ $default_title = $is_premium ? _x( 'Thank you for purchasing %s!', 'Help tab default title', 'yith-plugin-fw' ) : _x( 'Thank you for using %s!', 'Help tab default title', 'yith-plugin-fw' );
804
+ $default_doc_url = '';
805
+
806
+ if ( isset( $this->settings['plugin_slug'] ) ) {
807
+ $default_doc_url = $is_extended ? "https://www.bluehost.com/help/article/{$this->settings['plugin_slug']}/" : "https://docs.yithemes.com/{$this->settings['plugin_slug']}/";
808
+ }
809
+
810
  // parse options.
811
  $options = wp_parse_args(
812
  $options,
813
  array(
814
+ 'title' => sprintf( $default_title, $plugin_title ),
 
815
  'description' => _x( 'We want to help you enjoy a wonderful experience with all of our products.', 'Help tab default description', 'yith-plugin-fw' ),
816
  'main_video' => false,
817
  'playlists' => array(),
818
  'hc_url' => 'https://support.yithemes.com/hc/',
819
+ 'doc_url' => $default_doc_url,
820
  'submit_ticket_url' => 'https://yithemes.com/my-account/support/submit-a-ticket/',
821
  'show_hc_articles' => true,
822
  'show_submit_ticket' => true,
824
  );
825
 
826
  // add campaign parameters to url.
827
+ if ( isset( $this->settings['plugin_slug'] ) && ! $is_extended ) {
828
  $utm_medium = $this->settings['plugin_slug'];
829
  $utm_source = yith_plugin_fw_panel_utm_source( $this );
830
  $utm_campaign = 'help-tab';
843
  }
844
  }
845
 
846
+ if ( $is_extended && $options['show_submit_ticket'] ) {
847
+ $options['submit_ticket_url'] = add_query_arg( array( 'page' => 'bluehost' ), admin_url( 'admin.php' ) ) . '#/help';
848
+ }
849
+
850
  // set template variables.
851
  $current_tab = $this->get_current_tab();
852
  $current_sub_tab = $this->get_current_sub_tab();
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/includes/class-yith-bh-onboarding.php ADDED
@@ -0,0 +1,110 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * YITH BH Onboarding Class
4
+ *
5
+ * @class YITH_BH_Onboarding
6
+ * @package YITH\PluginFramework\Classes
7
+ */
8
+
9
+ defined( 'ABSPATH' ) || exit; // Exit if accessed directly.
10
+
11
+ if ( ! class_exists( 'YITH_BH_Onboarding' ) ) {
12
+ /**
13
+ * Main Class
14
+ */
15
+ class YITH_BH_Onboarding {
16
+ /**
17
+ * The single instance of the class.
18
+ *
19
+ * @var self
20
+ */
21
+ protected static $instance = null;
22
+
23
+ /**
24
+ * Get class instance.
25
+ *
26
+ * @return self
27
+ */
28
+ public static function get_instance() {
29
+ return ! is_null( static::$instance ) ? static::$instance : static::$instance = new static();
30
+ }
31
+
32
+ /**
33
+ * Constructor
34
+ */
35
+ protected function __construct() {
36
+ add_action( 'yith_bh_onboarding', array( $this, 'show_onboarding_content' ), 10, 1 );
37
+ add_action( 'wp_ajax_yith_bh_onboarding', array( $this, 'save_options' ) );
38
+ }
39
+
40
+ /**
41
+ * Show onboarding content
42
+ *
43
+ * @param string $slug Slug of current plugin modal.
44
+ */
45
+ public function show_onboarding_content( $slug ) {
46
+
47
+ $options = apply_filters( 'yith_bh_onboarding_' . $slug, array() );
48
+
49
+ if ( empty( $options ) || ! isset( $options['tabs'], $options['slug'] ) ) {
50
+ return;
51
+ }
52
+
53
+ define( 'DOING_YITH_BH_ONBOARDING', true );
54
+
55
+ if ( ! wp_script_is( 'yith-plugin-fw-fields', 'registered' ) || ! wp_style_is( 'yith-plugin-fw-fields', 'registered' ) ) {
56
+ YIT_Assets::instance()->register_styles_and_scripts();
57
+ }
58
+
59
+ if ( isset( $options['enqueue_script'] ) ) {
60
+ foreach ( $options['enqueue_script'] as $handle ) {
61
+ wp_enqueue_script( $handle );
62
+ }
63
+ }
64
+
65
+ if ( isset( $options['enqueue_style'] ) ) {
66
+ foreach ( $options['enqueue_style'] as $handle ) {
67
+ wp_enqueue_style( $handle );
68
+ }
69
+ }
70
+
71
+ wp_enqueue_script( 'yith-bh-onboarding' );
72
+ wp_enqueue_style( 'yith-bh-onboarding' );
73
+
74
+ include YIT_CORE_PLUGIN_TEMPLATE_PATH . '/bh-onboarding/onboarding-tabs.php';
75
+ }
76
+
77
+ /**
78
+ * Save options
79
+ *
80
+ * @return void
81
+ */
82
+ public function save_options() {
83
+ check_ajax_referer( 'yith-bh-onboarding-save-options' );
84
+ if ( ! isset( $_REQUEST['yith-plugin'], $_REQUEST['tab'] ) ) {
85
+ wp_send_json_error( __( 'It is not possible save the options', 'yith-plugin-fw' ) );
86
+ }
87
+
88
+ $slug = sanitize_text_field( wp_unslash( $_REQUEST['yith-plugin'] ) );
89
+ $posted = $_REQUEST;
90
+ // the options are filtered by each plugin.
91
+ $options = apply_filters( 'yith_bh_onboarding_' . $slug, array() );
92
+ $tab = $posted['tab'];
93
+
94
+ if ( apply_filters( 'yith_bh_onboarding_save_options_' . $slug, isset( $options['tabs'][ $tab ]['options'] ), $posted ) ) {
95
+ foreach ( $options['tabs'][ $tab ]['options'] as $single_option ) {
96
+ if ( isset( $posted[ $single_option['id'] ] ) ) {
97
+ $value = $posted[ $single_option['id'] ] ?? false;
98
+ $value = YIT_Plugin_Panel_WooCommerce::sanitize_option( $value, $single_option, $value );
99
+ $value = apply_filters( 'yith_bh_onboarding_save_option_value', $value, $single_option, $slug );
100
+ update_option( $single_option['id'], $value );
101
+ }
102
+ }
103
+ }
104
+
105
+ wp_send_json_success();
106
+ }
107
+ }
108
+ }
109
+
110
+ YITH_BH_Onboarding::get_instance();
plugin-fw/init.php CHANGED
@@ -1,13 +1,13 @@
1
  <?php
2
  /**
3
  * Framework Name: YIT Plugin Framework
4
- * Version: 3.9.8
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.13
5
  * Author: YITH
6
  * Text Domain: yith-plugin-fw
7
  * Domain Path: /languages/
8
  *
9
  * @author YITH
10
+ * @version 3.9.13
11
  * @package YITH\PluginFramework
12
  */
13
 
plugin-fw/languages/yith-plugin-fw-el.mo CHANGED
Binary file
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"
@@ -13,56 +13,56 @@ msgstr ""
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
  "X-Generator: GlotPress/3.0.0-alpha.2\n"
15
 
16
- #: includes/class-yit-assets.php:144 yit-functions.php:2006
17
  msgid "Confirm trash"
18
  msgstr ""
19
 
20
- #: includes/class-yit-assets.php:145
21
  msgid "Are you sure you want to trash the selected items?"
22
  msgstr ""
23
 
24
- #: includes/class-yit-assets.php:147 includes/class-yit-assets.php:151
25
  #: templates/sysinfo/tabs/main.php:42 templates/sysinfo/tabs/main.php:50
26
  #: yit-functions.php:2008 yit-functions.php:2026
27
  msgid "No"
28
  msgstr "Όχι"
29
 
30
- #: includes/class-yit-assets.php:148 yit-functions.php:2024
31
  #: yit-functions.php:2152
32
  msgid "Confirm delete"
33
  msgstr ""
34
 
35
- #: includes/class-yit-assets.php:149
36
  msgid "Are you sure you want to delete the selected items?"
37
  msgstr ""
38
 
39
- #: includes/class-yit-assets.php:149 yit-functions.php:1940
40
  #: yit-functions.php:2100
41
  msgid ""
42
  "This action cannot be undone and you will not be able to recover this data."
43
  msgstr ""
44
 
45
- #: includes/class-yit-assets.php:162
46
  msgid "Clear"
47
  msgstr "Καθαρισμός"
48
 
49
- #: includes/class-yit-assets.php:163
50
  msgid "Clear color"
51
  msgstr "Καθαρισμός χρώματος"
52
 
53
- #: includes/class-yit-assets.php:164
54
  msgid "Default"
55
  msgstr "Προεπιλεγμένο"
56
 
57
- #: includes/class-yit-assets.php:165
58
  msgid "Select default color"
59
  msgstr "Επιλογή προεπιλεγμένου χρώματος"
60
 
61
- #: includes/class-yit-assets.php:166
62
  msgid "Select Color"
63
  msgstr "Επιλογή Χρώματος"
64
 
65
- #: includes/class-yit-assets.php:167
66
  msgid "Color value"
67
  msgstr "Αξία χρώματος"
68
 
@@ -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
 
@@ -200,6 +200,10 @@ msgid ""
200
  "previous location to YITH menu."
201
  msgstr ""
202
 
 
 
 
 
203
  #: includes/class-yith-dashboard.php:35
204
  msgid "YITH Latest Updates"
205
  msgstr "Τελευταίες Αναβαθμίσεις YITH"
@@ -401,6 +405,10 @@ msgstr ""
401
  "εγκατασταθεί λόγω προβλήματος σύνδεσης ανάμεσα στον ιστότοπο σας και τον "
402
  "διακομιστή μας."
403
 
 
 
 
 
404
  #: templates/fields/ajax-customers.php:41
405
  msgid "Search for a customer..."
406
  msgstr ""
@@ -664,17 +672,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 +686,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"
@@ -708,45 +716,50 @@ msgctxt "[gutenberg]: Category Name"
708
  msgid "YITH"
709
  msgstr "YITH"
710
 
711
- #: includes/class-yit-assets.php:132
712
  msgctxt "Button text"
713
  msgid "Confirm"
714
  msgstr ""
715
 
716
- #: includes/class-yit-assets.php:133
717
  msgctxt "Button text"
718
  msgid "Cancel"
719
  msgstr ""
720
 
721
- #: includes/class-yit-assets.php:146 yit-functions.php:2009
722
  msgctxt "Trash confirmation action"
723
  msgid "Yes, move to trash"
724
  msgstr ""
725
 
726
- #: includes/class-yit-assets.php:150 yit-functions.php:2027
727
  #: yit-functions.php:2154
728
  msgctxt "Delete confirmation action"
729
  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 +879,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 +944,44 @@ 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"
@@ -952,17 +998,22 @@ msgid "Plugin premium features images"
952
  msgstr ""
953
 
954
  #. translators: alt attribute of main image tag.
955
- #: templates/panel/premium-tab.php:51
956
  msgctxt "Premium Tab"
957
  msgid "And so much more!"
958
  msgstr ""
959
 
960
  #: templates/panel/premium-tab.php:53
961
  msgctxt "Premium Tab"
 
 
 
 
 
962
  msgid "Check the free vs premium features >"
963
  msgstr ""
964
 
965
- #: templates/panel/premium-tab.php:58
966
  msgctxt "Premium Tab"
967
  msgid "Get the premium version"
968
  msgstr ""
@@ -1022,27 +1073,27 @@ msgctxt "Term action"
1022
  msgid "Delete"
1023
  msgstr ""
1024
 
1025
- #: yit-plugin.php:84
1026
  msgctxt "Plugin Row Meta"
1027
  msgid "Live Demo"
1028
  msgstr "Live Demo"
1029
 
1030
- #: yit-plugin.php:88
1031
  msgctxt "Plugin Row Meta"
1032
  msgid "Documentation"
1033
  msgstr "Εγχειρίδιο χρήσης"
1034
 
1035
- #: yit-plugin.php:92
1036
  msgctxt "Plugin Row Meta"
1037
  msgid "Support"
1038
  msgstr "Υποστήριξη"
1039
 
1040
- #: yit-plugin.php:96
1041
  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-08-02 12:02:23+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"
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
  "X-Generator: GlotPress/3.0.0-alpha.2\n"
15
 
16
+ #: includes/class-yit-assets.php:146 yit-functions.php:2006
17
  msgid "Confirm trash"
18
  msgstr ""
19
 
20
+ #: includes/class-yit-assets.php:147
21
  msgid "Are you sure you want to trash the selected items?"
22
  msgstr ""
23
 
24
+ #: includes/class-yit-assets.php:149 includes/class-yit-assets.php:153
25
  #: templates/sysinfo/tabs/main.php:42 templates/sysinfo/tabs/main.php:50
26
  #: yit-functions.php:2008 yit-functions.php:2026
27
  msgid "No"
28
  msgstr "Όχι"
29
 
30
+ #: includes/class-yit-assets.php:150 yit-functions.php:2024
31
  #: yit-functions.php:2152
32
  msgid "Confirm delete"
33
  msgstr ""
34
 
35
+ #: includes/class-yit-assets.php:151
36
  msgid "Are you sure you want to delete the selected items?"
37
  msgstr ""
38
 
39
+ #: includes/class-yit-assets.php:151 yit-functions.php:1940
40
  #: yit-functions.php:2100
41
  msgid ""
42
  "This action cannot be undone and you will not be able to recover this data."
43
  msgstr ""
44
 
45
+ #: includes/class-yit-assets.php:172
46
  msgid "Clear"
47
  msgstr "Καθαρισμός"
48
 
49
+ #: includes/class-yit-assets.php:173
50
  msgid "Clear color"
51
  msgstr "Καθαρισμός χρώματος"
52
 
53
+ #: includes/class-yit-assets.php:174
54
  msgid "Default"
55
  msgstr "Προεπιλεγμένο"
56
 
57
+ #: includes/class-yit-assets.php:175
58
  msgid "Select default color"
59
  msgstr "Επιλογή προεπιλεγμένου χρώματος"
60
 
61
+ #: includes/class-yit-assets.php:176
62
  msgid "Select Color"
63
  msgstr "Επιλογή Χρώματος"
64
 
65
+ #: includes/class-yit-assets.php:177
66
  msgid "Color value"
67
  msgstr "Αξία χρώματος"
68
 
113
  msgid "Reset to default"
114
  msgstr "Επαναφορά σε προεπιλεγμένο"
115
 
116
+ #: includes/class-yit-plugin-panel.php:1074
117
  msgid ""
118
  "The element you have entered already exists. Please, enter another name."
119
  msgstr "Το στοιχείο που εισάγατε υπάρχει ήδη. Παρακαλώ, εισάγετε άλλο όνομα."
120
 
121
+ #: includes/class-yit-plugin-panel.php:1075
122
  msgid "Settings saved"
123
  msgstr "Ρυθμίσεις αποθηκεύτηκαν"
124
 
125
+ #: includes/class-yit-plugin-panel.php:1076
126
  msgid "Settings reset"
127
  msgstr "Επαναφορά ρυθμίσεων"
128
 
129
+ #: includes/class-yit-plugin-panel.php:1077
130
  msgid "Element deleted correctly."
131
  msgstr "Το στοιχείο διαγράφηκε επιτυχώς."
132
 
133
+ #: includes/class-yit-plugin-panel.php:1078
134
+ #: includes/class-yit-plugin-panel.php:1079
135
  msgid "Element updated correctly."
136
  msgstr "Το στοιχείο αναβαθμίστηκε επιτυχώς."
137
 
138
+ #: includes/class-yit-plugin-panel.php:1080
139
  msgid "Database imported correctly."
140
  msgstr "Επιτυχής εισαγωγή βάσης δεδομένων."
141
 
142
+ #: includes/class-yit-plugin-panel.php:1081
143
  msgid "An error has occurred during import. Please try again."
144
  msgstr "Παρουσιάστηκε σφάλμα κατά την εισαγωγή. Παρακαλώ προσπαθήστε ξανά."
145
 
146
+ #: includes/class-yit-plugin-panel.php:1082
147
  msgid "The added file is not valid."
148
  msgstr "Το προστιθέμενο αρχείο δεν είναι έγκυρο."
149
 
150
+ #: includes/class-yit-plugin-panel.php:1083
151
  msgid "Sorry, import is disabled."
152
  msgstr "Συγνώμη, η εισαγωγή είναι απενεργοποιημένη."
153
 
154
+ #: includes/class-yit-plugin-panel.php:1084
155
  msgid "Sorting successful."
156
  msgstr "Διαλογή επιτυχής."
157
 
158
+ #: includes/class-yit-plugin-panel.php:1573
159
  msgid "We need your support"
160
  msgstr "Χρειαζόμαστε την υποστήριξή σας"
161
 
162
+ #: includes/class-yit-plugin-panel.php:1574
163
  msgid "to keep updating and improving the plugin. Please,"
164
  msgstr ""
165
  "για να διατηρήσετε την ενημέρωση και τη βελτίωση του πρόσθετου. Παρακαλώ,"
166
 
167
+ #: includes/class-yit-plugin-panel.php:1576
168
  msgid "help us by leaving a good review"
169
  msgstr ""
170
 
171
+ #: includes/class-yit-plugin-panel.php:1577
172
  msgid ":) Thanks!"
173
  msgstr ":) Ευχαριστώ!"
174
 
200
  "previous location to YITH menu."
201
  msgstr ""
202
 
203
+ #: includes/class-yith-bh-onboarding.php:85
204
+ msgid "It is not possible save the options"
205
+ msgstr ""
206
+
207
  #: includes/class-yith-dashboard.php:35
208
  msgid "YITH Latest Updates"
209
  msgstr "Τελευταίες Αναβαθμίσεις YITH"
405
  "εγκατασταθεί λόγω προβλήματος σύνδεσης ανάμεσα στον ιστότοπο σας και τον "
406
  "διακομιστή μας."
407
 
408
+ #: templates/bh-onboarding/onboarding-tabs.php:63
409
+ msgid "Save"
410
+ msgstr ""
411
+
412
  #: templates/fields/ajax-customers.php:41
413
  msgid "Search for a customer..."
414
  msgstr ""
672
  msgid "Data: %1$.2fMB | Index: %2$.2fMB | Free: %3$.2fMB | Engine: %4$s"
673
  msgstr ""
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 ""
688
 
689
+ #: yit-plugin.php:233
690
  msgid "License"
691
  msgstr "Άδεια χρήσης προϊόντος"
692
 
693
+ #. translators: 1. Plugin(s) name(s).
694
+ #: yit-plugin.php:272
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"
716
  msgid "YITH"
717
  msgstr "YITH"
718
 
719
+ #: includes/class-yit-assets.php:134
720
  msgctxt "Button text"
721
  msgid "Confirm"
722
  msgstr ""
723
 
724
+ #: includes/class-yit-assets.php:135
725
  msgctxt "Button text"
726
  msgid "Cancel"
727
  msgstr ""
728
 
729
+ #: includes/class-yit-assets.php:148 yit-functions.php:2009
730
  msgctxt "Trash confirmation action"
731
  msgid "Yes, move to trash"
732
  msgstr ""
733
 
734
+ #: includes/class-yit-assets.php:152 yit-functions.php:2027
735
  #: yit-functions.php:2154
736
  msgctxt "Delete confirmation action"
737
  msgid "Yes, delete"
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 ""
745
 
746
+ #: includes/class-yit-plugin-panel.php:803
747
+ msgctxt "Help tab default title"
748
+ msgid "Thank you for using %s!"
749
+ msgstr ""
750
+
751
+ #: includes/class-yit-plugin-panel.php:815
752
  msgctxt "Help tab default description"
753
  msgid ""
754
  "We want to help you enjoy a wonderful experience with all of our products."
755
  msgstr ""
756
 
757
+ #: includes/class-yit-plugin-panel.php:866
758
  msgctxt "Premium tab name"
759
  msgid "Get premium"
760
  msgstr ""
761
 
762
+ #: includes/class-yit-plugin-panel.php:878
763
  msgctxt "Help tab name"
764
  msgid "Help"
765
  msgstr ""
879
  msgstr "ΟΧΙ"
880
 
881
  #. translators: 1. Url to EN playlist.
882
+ #: templates/panel/help-tab.php:89
883
  msgctxt "Help tab view all video link"
884
  msgid ""
885
  "Check the full <a href=\"%s\" target=\"_blank\">Playlist on Youtube</a> to "
886
  "learn more >"
887
  msgstr ""
888
 
889
+ #: templates/panel/help-tab.php:96
890
  msgctxt "Help tab Watch Videotutorials link"
891
  msgid "Videos are also available in:"
892
  msgstr ""
893
 
894
+ #: templates/panel/help-tab.php:126
895
  msgctxt "Help tab Read Documentation link"
896
  msgid "Read the documentation"
897
  msgstr ""
898
 
899
+ #: templates/panel/help-tab.php:129
900
  msgctxt "Help tab Read Documentation link"
901
  msgid "to learn how the plugin works from the basics."
902
  msgstr ""
903
 
904
+ #: templates/panel/help-tab.php:139
905
  msgctxt "Help tab Watch video tutorials link"
906
  msgid "Watch our video tutorials"
907
  msgstr ""
908
 
909
+ #: templates/panel/help-tab.php:142
910
  msgctxt "Help tab Watch video tutorials link"
911
  msgid "to see some helpful use cases."
912
  msgstr ""
913
 
914
+ #: templates/panel/help-tab.php:152
915
  msgctxt "Help tab view FAQs link"
916
  msgid "Check the FAQs"
917
  msgstr ""
918
 
919
+ #: templates/panel/help-tab.php:155
920
  msgctxt "Help tab view FAQs link"
921
  msgid "to find answers to your doubts."
922
  msgstr ""
923
 
924
+ #: templates/panel/help-tab.php:170
925
  msgctxt "Help tab FAQ title"
926
  msgid "Last FAQs in our Help Center"
927
  msgstr ""
928
 
929
+ #: templates/panel/help-tab.php:184
930
  msgctxt "Help tab FAQ link"
931
  msgid "View all FAQs >"
932
  msgstr ""
933
 
934
+ #: templates/panel/help-tab.php:193
935
  msgctxt "Help tab submit ticket title"
936
  msgid "Need help?"
937
  msgstr ""
938
 
939
+ #: templates/panel/help-tab.php:196
940
  msgctxt "Help tab submit ticket description"
941
  msgid ""
942
  "If you are experiencing any technical issues, ask for help from our "
944
  "soon as possible."
945
  msgstr ""
946
 
947
+ #: templates/panel/help-tab.php:204
948
  msgctxt "Help tab submit ticket button"
949
  msgid "Submit a ticket"
950
  msgstr ""
951
 
952
+ #: templates/panel/help-tab.php:216 templates/panel/help-tab.php:218
953
+ #: templates/panel/help-tab.php:223
954
+ msgctxt "Help tab documentation"
955
+ msgid "Read the plugin documentation"
956
+ msgstr ""
957
+
958
+ #: templates/panel/help-tab.php:220
959
+ msgctxt "Help tab documentation"
960
+ msgid "to learn how it works from the basics."
961
+ msgstr ""
962
+
963
+ #: templates/panel/help-tab.php:231 templates/panel/help-tab.php:233
964
+ msgctxt "Help tab support"
965
+ msgid "Need some help?"
966
+ msgstr ""
967
+
968
+ #: templates/panel/help-tab.php:235
969
+ msgctxt "Help tab support"
970
+ msgid "From DIY to full-service help"
971
+ msgstr ""
972
+
973
+ #: templates/panel/help-tab.php:238
974
+ msgctxt "Help tab support"
975
+ msgid ""
976
+ "Call or chat 24/7 with our support agents, or let our experts build your "
977
+ "site."
978
+ msgstr ""
979
+
980
+ #: templates/panel/help-tab.php:241
981
+ msgctxt "Help tab support"
982
+ msgid "Yes, I need help"
983
+ msgstr ""
984
+
985
  #: templates/panel/premium-tab.php:30
986
  msgctxt "Premium Tab"
987
  msgid "Get the premium version to unlock advanced features"
998
  msgstr ""
999
 
1000
  #. translators: alt attribute of main image tag.
1001
+ #: templates/panel/premium-tab.php:51 templates/panel/premium-tab.php:58
1002
  msgctxt "Premium Tab"
1003
  msgid "And so much more!"
1004
  msgstr ""
1005
 
1006
  #: templates/panel/premium-tab.php:53
1007
  msgctxt "Premium Tab"
1008
+ msgid "Check the premium features >"
1009
+ msgstr ""
1010
+
1011
+ #: templates/panel/premium-tab.php:60
1012
+ msgctxt "Premium Tab"
1013
  msgid "Check the free vs premium features >"
1014
  msgstr ""
1015
 
1016
+ #: templates/panel/premium-tab.php:65
1017
  msgctxt "Premium Tab"
1018
  msgid "Get the premium version"
1019
  msgstr ""
1073
  msgid "Delete"
1074
  msgstr ""
1075
 
1076
+ #: yit-plugin.php:85
1077
  msgctxt "Plugin Row Meta"
1078
  msgid "Live Demo"
1079
  msgstr "Live Demo"
1080
 
1081
+ #: yit-plugin.php:89
1082
  msgctxt "Plugin Row Meta"
1083
  msgid "Documentation"
1084
  msgstr "Εγχειρίδιο χρήσης"
1085
 
1086
+ #: yit-plugin.php:93
1087
  msgctxt "Plugin Row Meta"
1088
  msgid "Support"
1089
  msgstr "Υποστήριξη"
1090
 
1091
+ #: yit-plugin.php:97
1092
  msgctxt "Plugin Row Meta"
1093
  msgid "Premium version"
1094
  msgstr "Premium έκδοση"
1095
 
1096
+ #: yit-plugin.php:229
1097
  msgctxt "Action links"
1098
  msgid "Settings"
1099
  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"
@@ -13,57 +13,57 @@ msgstr ""
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
  "X-Generator: GlotPress/3.0.0-alpha.2\n"
15
 
16
- #: includes/class-yit-assets.php:144 yit-functions.php:2006
17
  msgid "Confirm trash"
18
  msgstr "Confirmar el traslado a la papelera"
19
 
20
- #: includes/class-yit-assets.php:145
21
  msgid "Are you sure you want to trash the selected items?"
22
  msgstr ""
23
  "¿Estás seguro de que quieres mover a la papelera los elementos seleccionados?"
24
 
25
- #: includes/class-yit-assets.php:147 includes/class-yit-assets.php:151
26
  #: templates/sysinfo/tabs/main.php:42 templates/sysinfo/tabs/main.php:50
27
  #: yit-functions.php:2008 yit-functions.php:2026
28
  msgid "No"
29
  msgstr "No"
30
 
31
- #: includes/class-yit-assets.php:148 yit-functions.php:2024
32
  #: yit-functions.php:2152
33
  msgid "Confirm delete"
34
  msgstr "Confirmar el borrado"
35
 
36
- #: includes/class-yit-assets.php:149
37
  msgid "Are you sure you want to delete the selected items?"
38
  msgstr "¿Estás seguro de que quieres borrar los elementos seleccionados?"
39
 
40
- #: includes/class-yit-assets.php:149 yit-functions.php:1940
41
  #: yit-functions.php:2100
42
  msgid ""
43
  "This action cannot be undone and you will not be able to recover this data."
44
  msgstr "Esta acción no se puede revertir y no podrá recuperar estos datos."
45
 
46
- #: includes/class-yit-assets.php:162
47
  msgid "Clear"
48
  msgstr "Borrar"
49
 
50
- #: includes/class-yit-assets.php:163
51
  msgid "Clear color"
52
  msgstr "Borrar color"
53
 
54
- #: includes/class-yit-assets.php:164
55
  msgid "Default"
56
  msgstr "Predeterminado"
57
 
58
- #: includes/class-yit-assets.php:165
59
  msgid "Select default color"
60
  msgstr "Seleccionar color predeterminado"
61
 
62
- #: includes/class-yit-assets.php:166
63
  msgid "Select Color"
64
  msgstr "Seleccionar color"
65
 
66
- #: includes/class-yit-assets.php:167
67
  msgid "Color value"
68
  msgstr "Valor del color"
69
 
@@ -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
 
@@ -211,6 +211,10 @@ msgstr ""
211
  "WooCommerce Ajax Search, etc.) serán movidos de la ubicación previa a la "
212
  "pestaña de YITH plugins."
213
 
 
 
 
 
214
  #: includes/class-yith-dashboard.php:35
215
  msgid "YITH Latest Updates"
216
  msgstr "Últimas actualizaciones de YITH"
@@ -410,6 +414,10 @@ msgstr ""
410
  "La comprobación del sistema no ha podido determinar qué versión de %1$s está "
411
  "instalada debido a un error entre tu sitio y nuestro servidor."
412
 
 
 
 
 
413
  #: templates/fields/ajax-customers.php:41
414
  msgid "Search for a customer..."
415
  msgstr "Buscar un cliente..."
@@ -672,17 +680,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 +694,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"
@@ -716,34 +728,40 @@ msgctxt "[gutenberg]: Category Name"
716
  msgid "YITH"
717
  msgstr "YITH"
718
 
719
- #: includes/class-yit-assets.php:132
720
  msgctxt "Button text"
721
  msgid "Confirm"
722
  msgstr "Confirmar"
723
 
724
- #: includes/class-yit-assets.php:133
725
  msgctxt "Button text"
726
  msgid "Cancel"
727
  msgstr "Cancelar"
728
 
729
- #: includes/class-yit-assets.php:146 yit-functions.php:2009
730
  msgctxt "Trash confirmation action"
731
  msgid "Yes, move to trash"
732
  msgstr "Sí, mover a la papelera"
733
 
734
- #: includes/class-yit-assets.php:150 yit-functions.php:2027
735
  #: yit-functions.php:2154
736
  msgctxt "Delete confirmation action"
737
  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 +769,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 +892,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 +901,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 +962,48 @@ 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"
@@ -965,17 +1020,23 @@ msgid "Plugin premium features images"
965
  msgstr "Imágenes de la versión premium"
966
 
967
  #. translators: alt attribute of main image tag.
968
- #: templates/panel/premium-tab.php:51
969
  msgctxt "Premium Tab"
970
  msgid "And so much more!"
971
  msgstr "¡Y mucho más!"
972
 
973
  #: templates/panel/premium-tab.php:53
 
 
 
 
 
 
974
  msgctxt "Premium Tab"
975
  msgid "Check the free vs premium features >"
976
  msgstr "Comprueba las características gratuitas frente a las premium >"
977
 
978
- #: templates/panel/premium-tab.php:58
979
  msgctxt "Premium Tab"
980
  msgid "Get the premium version"
981
  msgstr "Obtén la versión Premium"
@@ -1035,27 +1096,27 @@ msgctxt "Term action"
1035
  msgid "Delete"
1036
  msgstr "Borrar"
1037
 
1038
- #: yit-plugin.php:84
1039
  msgctxt "Plugin Row Meta"
1040
  msgid "Live Demo"
1041
  msgstr "Demostración en vivo"
1042
 
1043
- #: yit-plugin.php:88
1044
  msgctxt "Plugin Row Meta"
1045
  msgid "Documentation"
1046
  msgstr "Documentación"
1047
 
1048
- #: yit-plugin.php:92
1049
  msgctxt "Plugin Row Meta"
1050
  msgid "Support"
1051
  msgstr "Soporte"
1052
 
1053
- #: yit-plugin.php:96
1054
  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-08-02 12:02:23+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"
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
  "X-Generator: GlotPress/3.0.0-alpha.2\n"
15
 
16
+ #: includes/class-yit-assets.php:146 yit-functions.php:2006
17
  msgid "Confirm trash"
18
  msgstr "Confirmar el traslado a la papelera"
19
 
20
+ #: includes/class-yit-assets.php:147
21
  msgid "Are you sure you want to trash the selected items?"
22
  msgstr ""
23
  "¿Estás seguro de que quieres mover a la papelera los elementos seleccionados?"
24
 
25
+ #: includes/class-yit-assets.php:149 includes/class-yit-assets.php:153
26
  #: templates/sysinfo/tabs/main.php:42 templates/sysinfo/tabs/main.php:50
27
  #: yit-functions.php:2008 yit-functions.php:2026
28
  msgid "No"
29
  msgstr "No"
30
 
31
+ #: includes/class-yit-assets.php:150 yit-functions.php:2024
32
  #: yit-functions.php:2152
33
  msgid "Confirm delete"
34
  msgstr "Confirmar el borrado"
35
 
36
+ #: includes/class-yit-assets.php:151
37
  msgid "Are you sure you want to delete the selected items?"
38
  msgstr "¿Estás seguro de que quieres borrar los elementos seleccionados?"
39
 
40
+ #: includes/class-yit-assets.php:151 yit-functions.php:1940
41
  #: yit-functions.php:2100
42
  msgid ""
43
  "This action cannot be undone and you will not be able to recover this data."
44
  msgstr "Esta acción no se puede revertir y no podrá recuperar estos datos."
45
 
46
+ #: includes/class-yit-assets.php:172
47
  msgid "Clear"
48
  msgstr "Borrar"
49
 
50
+ #: includes/class-yit-assets.php:173
51
  msgid "Clear color"
52
  msgstr "Borrar color"
53
 
54
+ #: includes/class-yit-assets.php:174
55
  msgid "Default"
56
  msgstr "Predeterminado"
57
 
58
+ #: includes/class-yit-assets.php:175
59
  msgid "Select default color"
60
  msgstr "Seleccionar color predeterminado"
61
 
62
+ #: includes/class-yit-assets.php:176
63
  msgid "Select Color"
64
  msgstr "Seleccionar color"
65
 
66
+ #: includes/class-yit-assets.php:177
67
  msgid "Color value"
68
  msgstr "Valor del color"
69
 
114
  msgid "Reset to default"
115
  msgstr "Restablecer valores predeterminados"
116
 
117
+ #: includes/class-yit-plugin-panel.php:1074
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:1075
124
  msgid "Settings saved"
125
  msgstr "Ajustes guardados"
126
 
127
+ #: includes/class-yit-plugin-panel.php:1076
128
  msgid "Settings reset"
129
  msgstr "Restablecer ajustes"
130
 
131
+ #: includes/class-yit-plugin-panel.php:1077
132
  msgid "Element deleted correctly."
133
  msgstr "Elemento eliminado correctamente."
134
 
135
+ #: includes/class-yit-plugin-panel.php:1078
136
+ #: includes/class-yit-plugin-panel.php:1079
137
  msgid "Element updated correctly."
138
  msgstr "Elemento actualizado correctamente."
139
 
140
+ #: includes/class-yit-plugin-panel.php:1080
141
  msgid "Database imported correctly."
142
  msgstr "Base de datos importada correctamente."
143
 
144
+ #: includes/class-yit-plugin-panel.php:1081
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:1082
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:1083
154
  msgid "Sorry, import is disabled."
155
  msgstr "Lo siento, la importación está desactivada."
156
 
157
+ #: includes/class-yit-plugin-panel.php:1084
158
  msgid "Sorting successful."
159
  msgstr "Clasificación realizada con éxito"
160
 
161
+ #: includes/class-yit-plugin-panel.php:1573
162
  msgid "We need your support"
163
  msgstr "Necesitamos tu apoyo"
164
 
165
+ #: includes/class-yit-plugin-panel.php:1574
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:1576
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:1577
174
  msgid ":) Thanks!"
175
  msgstr ":) ¡Gracias!"
176
 
211
  "WooCommerce Ajax Search, etc.) serán movidos de la ubicación previa a la "
212
  "pestaña de YITH plugins."
213
 
214
+ #: includes/class-yith-bh-onboarding.php:85
215
+ msgid "It is not possible save the options"
216
+ msgstr ""
217
+
218
  #: includes/class-yith-dashboard.php:35
219
  msgid "YITH Latest Updates"
220
  msgstr "Últimas actualizaciones de YITH"
414
  "La comprobación del sistema no ha podido determinar qué versión de %1$s está "
415
  "instalada debido a un error entre tu sitio y nuestro servidor."
416
 
417
+ #: templates/bh-onboarding/onboarding-tabs.php:63
418
+ msgid "Save"
419
+ msgstr ""
420
+
421
  #: templates/fields/ajax-customers.php:41
422
  msgid "Search for a customer..."
423
  msgstr "Buscar un cliente..."
680
  msgid "Data: %1$.2fMB | Index: %2$.2fMB | Free: %3$.2fMB | Engine: %4$s"
681
  msgstr "Datos: %1$.2fMB | Índice: %2$.2fMB | Libre: %3$.2fMB | Motor: %4$s"
682
 
 
 
 
 
 
 
 
 
 
 
 
683
  #. translators: %s is the title of the post object.
684
  #: yit-functions.php:1938
685
  msgid "Are you sure you want to move \"%s\" to trash?"
694
  msgid "Further actions"
695
  msgstr "Otras acciones"
696
 
697
+ #: yit-plugin.php:233
698
  msgid "License"
699
  msgstr "Licencia"
700
 
701
+ #. translators: 1. Plugin(s) name(s).
702
+ #: yit-plugin.php:272
703
+ msgid ""
704
+ "%s was deactivated as you're running an higher tier version of the same "
705
+ "plugin."
706
+ msgid_plural ""
707
+ "%s were deactivated as you're running higher tier versions of the same "
708
+ "plugins."
709
+ msgstr[0] ""
710
+ "%s fue desactivado ya que estás ejecutando una versión superior del mismo "
711
+ "plugin."
712
+ msgstr[1] ""
713
+ "%s fueron desactivados ya que estás ejecutando una versión superior de los "
714
+ "mismos plugins."
715
+
716
  #. Author of the plugin/theme
717
  msgid "YITH"
718
  msgstr "YITH"
728
  msgid "YITH"
729
  msgstr "YITH"
730
 
731
+ #: includes/class-yit-assets.php:134
732
  msgctxt "Button text"
733
  msgid "Confirm"
734
  msgstr "Confirmar"
735
 
736
+ #: includes/class-yit-assets.php:135
737
  msgctxt "Button text"
738
  msgid "Cancel"
739
  msgstr "Cancelar"
740
 
741
+ #: includes/class-yit-assets.php:148 yit-functions.php:2009
742
  msgctxt "Trash confirmation action"
743
  msgid "Yes, move to trash"
744
  msgstr "Sí, mover a la papelera"
745
 
746
+ #: includes/class-yit-assets.php:152 yit-functions.php:2027
747
  #: yit-functions.php:2154
748
  msgctxt "Delete confirmation action"
749
  msgid "Yes, delete"
750
  msgstr "Si, borrar"
751
 
752
  #. translators: 1. Plugin name.
753
+ #: includes/class-yit-plugin-panel.php:803
754
  msgctxt "Help tab default title"
755
  msgid "Thank you for purchasing %s!"
756
  msgstr "¡Gracias por comprar %s!"
757
 
758
+ #: includes/class-yit-plugin-panel.php:803
759
+ #, fuzzy
760
+ msgctxt "Help tab default title"
761
+ msgid "Thank you for using %s!"
762
+ msgstr "¡Gracias por comprar %s!"
763
+
764
+ #: includes/class-yit-plugin-panel.php:815
765
  msgctxt "Help tab default description"
766
  msgid ""
767
  "We want to help you enjoy a wonderful experience with all of our products."
769
  "Queremos ayudarte a disfrutar de una experiencia maravillosa con todos "
770
  "nuestros productos."
771
 
772
+ #: includes/class-yit-plugin-panel.php:866
773
  msgctxt "Premium tab name"
774
  msgid "Get premium"
775
  msgstr "Obtén premium"
776
 
777
+ #: includes/class-yit-plugin-panel.php:878
778
  msgctxt "Help tab name"
779
  msgid "Help"
780
  msgstr "Ayuda"
892
  msgstr "NO"
893
 
894
  #. translators: 1. Url to EN playlist.
895
+ #: templates/panel/help-tab.php:89
896
  msgctxt "Help tab view all video link"
897
  msgid ""
898
  "Check the full <a href=\"%s\" target=\"_blank\">Playlist on Youtube</a> to "
901
  "Consulta la <a href=\"%s\" target=\"_blank\">Lista de reproducción en "
902
  "Youtube</a> para saber más >"
903
 
904
+ #: templates/panel/help-tab.php:96
905
  msgctxt "Help tab Watch Videotutorials link"
906
  msgid "Videos are also available in:"
907
  msgstr "Los vídeos también están disponibles en:"
908
 
909
+ #: templates/panel/help-tab.php:126
910
  msgctxt "Help tab Read Documentation link"
911
  msgid "Read the documentation"
912
  msgstr "Lee la documentación"
913
 
914
+ #: templates/panel/help-tab.php:129
915
  msgctxt "Help tab Read Documentation link"
916
  msgid "to learn how the plugin works from the basics."
917
  msgstr "para aprender cómo funciona el plugin desde lo más básico."
918
 
919
+ #: templates/panel/help-tab.php:139
920
  msgctxt "Help tab Watch video tutorials link"
921
  msgid "Watch our video tutorials"
922
  msgstr "Ve nuestros videotutoriales"
923
 
924
+ #: templates/panel/help-tab.php:142
925
  msgctxt "Help tab Watch video tutorials link"
926
  msgid "to see some helpful use cases."
927
  msgstr "para ver algunos casos de uso útiles."
928
 
929
+ #: templates/panel/help-tab.php:152
930
  msgctxt "Help tab view FAQs link"
931
  msgid "Check the FAQs"
932
  msgstr "Comprueba los FAQ"
933
 
934
+ #: templates/panel/help-tab.php:155
935
  msgctxt "Help tab view FAQs link"
936
  msgid "to find answers to your doubts."
937
  msgstr "para encontrar respuestas a tus dudas."
938
 
939
+ #: templates/panel/help-tab.php:170
940
  msgctxt "Help tab FAQ title"
941
  msgid "Last FAQs in our Help Center"
942
  msgstr "Últimos FAQs en nuestro Centro de Ayuda"
943
 
944
+ #: templates/panel/help-tab.php:184
945
  msgctxt "Help tab FAQ link"
946
  msgid "View all FAQs >"
947
  msgstr "Ver todos los FAQs >"
948
 
949
+ #: templates/panel/help-tab.php:193
950
  msgctxt "Help tab submit ticket title"
951
  msgid "Need help?"
952
  msgstr "¿Necesitas ayuda?"
953
 
954
+ #: templates/panel/help-tab.php:196
955
  msgctxt "Help tab submit ticket description"
956
  msgid ""
957
  "If you are experiencing any technical issues, ask for help from our "
962
  "Envía un ticket a través de nuestro servicio de asistencia y te ayudaremos "
963
  "lo antes posible."
964
 
965
+ #: templates/panel/help-tab.php:204
966
  msgctxt "Help tab submit ticket button"
967
  msgid "Submit a ticket"
968
  msgstr "Enviar ticket"
969
 
970
+ #: templates/panel/help-tab.php:216 templates/panel/help-tab.php:218
971
+ #: templates/panel/help-tab.php:223
972
+ #, fuzzy
973
+ msgctxt "Help tab documentation"
974
+ msgid "Read the plugin documentation"
975
+ msgstr "Lee la documentación"
976
+
977
+ #: templates/panel/help-tab.php:220
978
+ #, fuzzy
979
+ msgctxt "Help tab documentation"
980
+ msgid "to learn how it works from the basics."
981
+ msgstr "para aprender cómo funciona el plugin desde lo más básico."
982
+
983
+ #: templates/panel/help-tab.php:231 templates/panel/help-tab.php:233
984
+ #, fuzzy
985
+ msgctxt "Help tab support"
986
+ msgid "Need some help?"
987
+ msgstr "¿Necesitas ayuda?"
988
+
989
+ #: templates/panel/help-tab.php:235
990
+ msgctxt "Help tab support"
991
+ msgid "From DIY to full-service help"
992
+ msgstr ""
993
+
994
+ #: templates/panel/help-tab.php:238
995
+ msgctxt "Help tab support"
996
+ msgid ""
997
+ "Call or chat 24/7 with our support agents, or let our experts build your "
998
+ "site."
999
+ msgstr ""
1000
+
1001
+ #: templates/panel/help-tab.php:241
1002
+ #, fuzzy
1003
+ msgctxt "Help tab support"
1004
+ msgid "Yes, I need help"
1005
+ msgstr "¿Necesitas ayuda?"
1006
+
1007
  #: templates/panel/premium-tab.php:30
1008
  msgctxt "Premium Tab"
1009
  msgid "Get the premium version to unlock advanced features"
1020
  msgstr "Imágenes de la versión premium"
1021
 
1022
  #. translators: alt attribute of main image tag.
1023
+ #: templates/panel/premium-tab.php:51 templates/panel/premium-tab.php:58
1024
  msgctxt "Premium Tab"
1025
  msgid "And so much more!"
1026
  msgstr "¡Y mucho más!"
1027
 
1028
  #: templates/panel/premium-tab.php:53
1029
+ #, fuzzy
1030
+ msgctxt "Premium Tab"
1031
+ msgid "Check the premium features >"
1032
+ msgstr "Comprueba las características gratuitas frente a las premium >"
1033
+
1034
+ #: templates/panel/premium-tab.php:60
1035
  msgctxt "Premium Tab"
1036
  msgid "Check the free vs premium features >"
1037
  msgstr "Comprueba las características gratuitas frente a las premium >"
1038
 
1039
+ #: templates/panel/premium-tab.php:65
1040
  msgctxt "Premium Tab"
1041
  msgid "Get the premium version"
1042
  msgstr "Obtén la versión Premium"
1096
  msgid "Delete"
1097
  msgstr "Borrar"
1098
 
1099
+ #: yit-plugin.php:85
1100
  msgctxt "Plugin Row Meta"
1101
  msgid "Live Demo"
1102
  msgstr "Demostración en vivo"
1103
 
1104
+ #: yit-plugin.php:89
1105
  msgctxt "Plugin Row Meta"
1106
  msgid "Documentation"
1107
  msgstr "Documentación"
1108
 
1109
+ #: yit-plugin.php:93
1110
  msgctxt "Plugin Row Meta"
1111
  msgid "Support"
1112
  msgstr "Soporte"
1113
 
1114
+ #: yit-plugin.php:97
1115
  msgctxt "Plugin Row Meta"
1116
  msgid "Premium version"
1117
  msgstr "Versión premium"
1118
 
1119
+ #: yit-plugin.php:229
1120
  msgctxt "Action links"
1121
  msgid "Settings"
1122
  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"
@@ -13,30 +13,30 @@ msgstr ""
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
  "X-Generator: GlotPress/3.0.0-alpha.2\n"
15
 
16
- #: includes/class-yit-assets.php:144 yit-functions.php:2006
17
  msgid "Confirm trash"
18
  msgstr "Conferma eliminazione"
19
 
20
- #: includes/class-yit-assets.php:145
21
  msgid "Are you sure you want to trash the selected items?"
22
  msgstr "Se sicuro di voler spostare nel cestino gli elementi selezionati?"
23
 
24
- #: includes/class-yit-assets.php:147 includes/class-yit-assets.php:151
25
  #: templates/sysinfo/tabs/main.php:42 templates/sysinfo/tabs/main.php:50
26
  #: yit-functions.php:2008 yit-functions.php:2026
27
  msgid "No"
28
  msgstr "No"
29
 
30
- #: includes/class-yit-assets.php:148 yit-functions.php:2024
31
  #: yit-functions.php:2152
32
  msgid "Confirm delete"
33
  msgstr "Conferma eliminazione"
34
 
35
- #: includes/class-yit-assets.php:149
36
  msgid "Are you sure you want to delete the selected items?"
37
  msgstr "Se sicuro di voler eliminare gli elementi selezionati?"
38
 
39
- #: includes/class-yit-assets.php:149 yit-functions.php:1940
40
  #: yit-functions.php:2100
41
  msgid ""
42
  "This action cannot be undone and you will not be able to recover this data."
@@ -44,27 +44,27 @@ msgstr ""
44
  "Quest'azione non può essere annullata e non sarà possibile recuperare questi "
45
  "dati."
46
 
47
- #: includes/class-yit-assets.php:162
48
  msgid "Clear"
49
  msgstr "Rimuovi"
50
 
51
- #: includes/class-yit-assets.php:163
52
  msgid "Clear color"
53
  msgstr "Rimuovi colore"
54
 
55
- #: includes/class-yit-assets.php:164
56
  msgid "Default"
57
  msgstr "Predefinito"
58
 
59
- #: includes/class-yit-assets.php:165
60
  msgid "Select default color"
61
  msgstr "Seleziona il colore predefinito"
62
 
63
- #: includes/class-yit-assets.php:166
64
  msgid "Select Color"
65
  msgstr "Seleziona il colore"
66
 
67
- #: includes/class-yit-assets.php:167
68
  msgid "Color value"
69
  msgstr "Valore del colore"
70
 
@@ -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
 
@@ -208,6 +208,10 @@ msgstr ""
208
  "(come per YITH WooCommerce Wishlist, YITH WooCommerce Ajax Search, etc.) "
209
  "saranno spostate dalla posizione precedente al menù YITH."
210
 
 
 
 
 
211
  #: includes/class-yith-dashboard.php:35
212
  msgid "YITH Latest Updates"
213
  msgstr "Ultimi aggiornamenti da YITH"
@@ -408,6 +412,10 @@ msgstr ""
408
  "Non ci è stato possibile determinare quale versione di %1$s è installata a "
409
  "causa di un problema di connessione fra il tuo sito e il nostro server."
410
 
 
 
 
 
411
  #: templates/fields/ajax-customers.php:41
412
  msgid "Search for a customer..."
413
  msgstr "Cerca un cliente..."
@@ -672,17 +680,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 +694,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"
@@ -716,34 +728,40 @@ msgctxt "[gutenberg]: Category Name"
716
  msgid "YITH"
717
  msgstr "YITH"
718
 
719
- #: includes/class-yit-assets.php:132
720
  msgctxt "Button text"
721
  msgid "Confirm"
722
  msgstr "Conferma"
723
 
724
- #: includes/class-yit-assets.php:133
725
  msgctxt "Button text"
726
  msgid "Cancel"
727
  msgstr "Annulla"
728
 
729
- #: includes/class-yit-assets.php:146 yit-functions.php:2009
730
  msgctxt "Trash confirmation action"
731
  msgid "Yes, move to trash"
732
  msgstr "Sì, sposta nel cestino"
733
 
734
- #: includes/class-yit-assets.php:150 yit-functions.php:2027
735
  #: yit-functions.php:2154
736
  msgctxt "Delete confirmation action"
737
  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 +769,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 +893,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 +902,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 +963,48 @@ 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"
@@ -966,17 +1021,23 @@ msgid "Plugin premium features images"
966
  msgstr "Immagini funzionalità premium"
967
 
968
  #. translators: alt attribute of main image tag.
969
- #: templates/panel/premium-tab.php:51
970
  msgctxt "Premium Tab"
971
  msgid "And so much more!"
972
  msgstr "E molto altro!"
973
 
974
  #: templates/panel/premium-tab.php:53
 
 
 
 
 
 
975
  msgctxt "Premium Tab"
976
  msgid "Check the free vs premium features >"
977
  msgstr "Confronta le funzionalità gratuite e premium >"
978
 
979
- #: templates/panel/premium-tab.php:58
980
  msgctxt "Premium Tab"
981
  msgid "Get the premium version"
982
  msgstr "Ottieni la versione premium"
@@ -1036,27 +1097,27 @@ msgctxt "Term action"
1036
  msgid "Delete"
1037
  msgstr "Elimina"
1038
 
1039
- #: yit-plugin.php:84
1040
  msgctxt "Plugin Row Meta"
1041
  msgid "Live Demo"
1042
  msgstr "Live Demo"
1043
 
1044
- #: yit-plugin.php:88
1045
  msgctxt "Plugin Row Meta"
1046
  msgid "Documentation"
1047
  msgstr "Documentazione"
1048
 
1049
- #: yit-plugin.php:92
1050
  msgctxt "Plugin Row Meta"
1051
  msgid "Support"
1052
  msgstr "Assistenza"
1053
 
1054
- #: yit-plugin.php:96
1055
  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-08-02 12:02:23+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"
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
  "X-Generator: GlotPress/3.0.0-alpha.2\n"
15
 
16
+ #: includes/class-yit-assets.php:146 yit-functions.php:2006
17
  msgid "Confirm trash"
18
  msgstr "Conferma eliminazione"
19
 
20
+ #: includes/class-yit-assets.php:147
21
  msgid "Are you sure you want to trash the selected items?"
22
  msgstr "Se sicuro di voler spostare nel cestino gli elementi selezionati?"
23
 
24
+ #: includes/class-yit-assets.php:149 includes/class-yit-assets.php:153
25
  #: templates/sysinfo/tabs/main.php:42 templates/sysinfo/tabs/main.php:50
26
  #: yit-functions.php:2008 yit-functions.php:2026
27
  msgid "No"
28
  msgstr "No"
29
 
30
+ #: includes/class-yit-assets.php:150 yit-functions.php:2024
31
  #: yit-functions.php:2152
32
  msgid "Confirm delete"
33
  msgstr "Conferma eliminazione"
34
 
35
+ #: includes/class-yit-assets.php:151
36
  msgid "Are you sure you want to delete the selected items?"
37
  msgstr "Se sicuro di voler eliminare gli elementi selezionati?"
38
 
39
+ #: includes/class-yit-assets.php:151 yit-functions.php:1940
40
  #: yit-functions.php:2100
41
  msgid ""
42
  "This action cannot be undone and you will not be able to recover this data."
44
  "Quest'azione non può essere annullata e non sarà possibile recuperare questi "
45
  "dati."
46
 
47
+ #: includes/class-yit-assets.php:172
48
  msgid "Clear"
49
  msgstr "Rimuovi"
50
 
51
+ #: includes/class-yit-assets.php:173
52
  msgid "Clear color"
53
  msgstr "Rimuovi colore"
54
 
55
+ #: includes/class-yit-assets.php:174
56
  msgid "Default"
57
  msgstr "Predefinito"
58
 
59
+ #: includes/class-yit-assets.php:175
60
  msgid "Select default color"
61
  msgstr "Seleziona il colore predefinito"
62
 
63
+ #: includes/class-yit-assets.php:176
64
  msgid "Select Color"
65
  msgstr "Seleziona il colore"
66
 
67
+ #: includes/class-yit-assets.php:177
68
  msgid "Color value"
69
  msgstr "Valore del colore"
70
 
114
  msgid "Reset to default"
115
  msgstr "Ripristina configurazione predefinita"
116
 
117
+ #: includes/class-yit-plugin-panel.php:1074
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:1075
123
  msgid "Settings saved"
124
  msgstr "Impostazioni salvate"
125
 
126
+ #: includes/class-yit-plugin-panel.php:1076
127
  msgid "Settings reset"
128
  msgstr "Impostazioni azzerate"
129
 
130
+ #: includes/class-yit-plugin-panel.php:1077
131
  msgid "Element deleted correctly."
132
  msgstr "Elemento rimosso correttamente."
133
 
134
+ #: includes/class-yit-plugin-panel.php:1078
135
+ #: includes/class-yit-plugin-panel.php:1079
136
  msgid "Element updated correctly."
137
  msgstr "Elemento aggiornato correttamente."
138
 
139
+ #: includes/class-yit-plugin-panel.php:1080
140
  msgid "Database imported correctly."
141
  msgstr "Database importato correttamente."
142
 
143
+ #: includes/class-yit-plugin-panel.php:1081
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:1082
148
  msgid "The added file is not valid."
149
  msgstr "Il file aggiunto non è valido."
150
 
151
+ #: includes/class-yit-plugin-panel.php:1083
152
  msgid "Sorry, import is disabled."
153
  msgstr "Ci dispiace, l'importazione è disabilitata."
154
 
155
+ #: includes/class-yit-plugin-panel.php:1084
156
  msgid "Sorting successful."
157
  msgstr "Ordinamento effettuato con successo."
158
 
159
+ #: includes/class-yit-plugin-panel.php:1573
160
  msgid "We need your support"
161
  msgstr "Abbiamo bisogno del tuo sostegno"
162
 
163
+ #: includes/class-yit-plugin-panel.php:1574
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:1576
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:1577
172
  msgid ":) Thanks!"
173
  msgstr ":) Grazie!"
174
 
208
  "(come per YITH WooCommerce Wishlist, YITH WooCommerce Ajax Search, etc.) "
209
  "saranno spostate dalla posizione precedente al menù YITH."
210
 
211
+ #: includes/class-yith-bh-onboarding.php:85
212
+ msgid "It is not possible save the options"
213
+ msgstr ""
214
+
215
  #: includes/class-yith-dashboard.php:35
216
  msgid "YITH Latest Updates"
217
  msgstr "Ultimi aggiornamenti da YITH"
412
  "Non ci è stato possibile determinare quale versione di %1$s è installata a "
413
  "causa di un problema di connessione fra il tuo sito e il nostro server."
414
 
415
+ #: templates/bh-onboarding/onboarding-tabs.php:63
416
+ msgid "Save"
417
+ msgstr ""
418
+
419
  #: templates/fields/ajax-customers.php:41
420
  msgid "Search for a customer..."
421
  msgstr "Cerca un cliente..."
680
  msgid "Data: %1$.2fMB | Index: %2$.2fMB | Free: %3$.2fMB | Engine: %4$s"
681
  msgstr "Dati: %1$.2fMB | Indice: %2$.2fMB | Libero: %3$.2fMB | Engine: %4$s"
682
 
 
 
 
 
 
 
 
 
 
 
 
683
  #. translators: %s is the title of the post object.
684
  #: yit-functions.php:1938
685
  msgid "Are you sure you want to move \"%s\" to trash?"
694
  msgid "Further actions"
695
  msgstr "Altre azioni"
696
 
697
+ #: yit-plugin.php:233
698
  msgid "License"
699
  msgstr "Chiave di licenza"
700
 
701
+ #. translators: 1. Plugin(s) name(s).
702
+ #: yit-plugin.php:272
703
+ msgid ""
704
+ "%s was deactivated as you're running an higher tier version of the same "
705
+ "plugin."
706
+ msgid_plural ""
707
+ "%s were deactivated as you're running higher tier versions of the same "
708
+ "plugins."
709
+ msgstr[0] ""
710
+ "%s è stato disattivato poiché stai usando una versione superiore dello "
711
+ "stesso plugin. "
712
+ msgstr[1] ""
713
+ "%s sono stati disattivati poiché stai usando una versione superiore degli "
714
+ "stessi plugin. "
715
+
716
  #. Author of the plugin/theme
717
  msgid "YITH"
718
  msgstr "YITH"
728
  msgid "YITH"
729
  msgstr "YITH"
730
 
731
+ #: includes/class-yit-assets.php:134
732
  msgctxt "Button text"
733
  msgid "Confirm"
734
  msgstr "Conferma"
735
 
736
+ #: includes/class-yit-assets.php:135
737
  msgctxt "Button text"
738
  msgid "Cancel"
739
  msgstr "Annulla"
740
 
741
+ #: includes/class-yit-assets.php:148 yit-functions.php:2009
742
  msgctxt "Trash confirmation action"
743
  msgid "Yes, move to trash"
744
  msgstr "Sì, sposta nel cestino"
745
 
746
+ #: includes/class-yit-assets.php:152 yit-functions.php:2027
747
  #: yit-functions.php:2154
748
  msgctxt "Delete confirmation action"
749
  msgid "Yes, delete"
750
  msgstr "Sì, elimina"
751
 
752
  #. translators: 1. Plugin name.
753
+ #: includes/class-yit-plugin-panel.php:803
754
  msgctxt "Help tab default title"
755
  msgid "Thank you for purchasing %s!"
756
  msgstr "Grazie per aver acquistato %s!"
757
 
758
+ #: includes/class-yit-plugin-panel.php:803
759
+ #, fuzzy
760
+ msgctxt "Help tab default title"
761
+ msgid "Thank you for using %s!"
762
+ msgstr "Grazie per aver acquistato %s!"
763
+
764
+ #: includes/class-yit-plugin-panel.php:815
765
  msgctxt "Help tab default description"
766
  msgid ""
767
  "We want to help you enjoy a wonderful experience with all of our products."
769
  "Vogliamo aiutarti ad avere un'esperienza fantastica con tutti i nostri "
770
  "prodotti."
771
 
772
+ #: includes/class-yit-plugin-panel.php:866
773
  msgctxt "Premium tab name"
774
  msgid "Get premium"
775
  msgstr "Diventa premium"
776
 
777
+ #: includes/class-yit-plugin-panel.php:878
778
  msgctxt "Help tab name"
779
  msgid "Help"
780
  msgstr "Help"
893
  msgstr "NO"
894
 
895
  #. translators: 1. Url to EN playlist.
896
+ #: templates/panel/help-tab.php:89
897
  msgctxt "Help tab view all video link"
898
  msgid ""
899
  "Check the full <a href=\"%s\" target=\"_blank\">Playlist on Youtube</a> to "
902
  "Per saperne di più, vedi la <a href=\"%s\" target=\"_blank\">Playlist "
903
  "completa su Youtube</a>>"
904
 
905
+ #: templates/panel/help-tab.php:96
906
  msgctxt "Help tab Watch Videotutorials link"
907
  msgid "Videos are also available in:"
908
  msgstr "I video sono disponibili anche in:"
909
 
910
+ #: templates/panel/help-tab.php:126
911
  msgctxt "Help tab Read Documentation link"
912
  msgid "Read the documentation"
913
  msgstr "Consulta la documentazione"
914
 
915
+ #: templates/panel/help-tab.php:129
916
  msgctxt "Help tab Read Documentation link"
917
  msgid "to learn how the plugin works from the basics."
918
  msgstr "per scoprire dalle basi come funziona il plugin."
919
 
920
+ #: templates/panel/help-tab.php:139
921
  msgctxt "Help tab Watch video tutorials link"
922
  msgid "Watch our video tutorials"
923
  msgstr "Guarda i nostri video tutorial"
924
 
925
+ #: templates/panel/help-tab.php:142
926
  msgctxt "Help tab Watch video tutorials link"
927
  msgid "to see some helpful use cases."
928
  msgstr "per vedere dei casi d'utilizzo utili."
929
 
930
+ #: templates/panel/help-tab.php:152
931
  msgctxt "Help tab view FAQs link"
932
  msgid "Check the FAQs"
933
  msgstr "Controlla le FAQ"
934
 
935
+ #: templates/panel/help-tab.php:155
936
  msgctxt "Help tab view FAQs link"
937
  msgid "to find answers to your doubts."
938
  msgstr "per trovare le risposte ai tuoi dubbi."
939
 
940
+ #: templates/panel/help-tab.php:170
941
  msgctxt "Help tab FAQ title"
942
  msgid "Last FAQs in our Help Center"
943
  msgstr "Ultime FAQ nel nostro Centro Assistenza"
944
 
945
+ #: templates/panel/help-tab.php:184
946
  msgctxt "Help tab FAQ link"
947
  msgid "View all FAQs >"
948
  msgstr "Vedi tutte le FAQ"
949
 
950
+ #: templates/panel/help-tab.php:193
951
  msgctxt "Help tab submit ticket title"
952
  msgid "Need help?"
953
  msgstr "Ti serve aiuto?"
954
 
955
+ #: templates/panel/help-tab.php:196
956
  msgctxt "Help tab submit ticket description"
957
  msgid ""
958
  "If you are experiencing any technical issues, ask for help from our "
963
  "Invia un ticket dalla nostra piattaforma di supporto e ti daremo assistenza "
964
  "il più presto possibile."
965
 
966
+ #: templates/panel/help-tab.php:204
967
  msgctxt "Help tab submit ticket button"
968
  msgid "Submit a ticket"
969
  msgstr "Invia un ticket"
970
 
971
+ #: templates/panel/help-tab.php:216 templates/panel/help-tab.php:218
972
+ #: templates/panel/help-tab.php:223
973
+ #, fuzzy
974
+ msgctxt "Help tab documentation"
975
+ msgid "Read the plugin documentation"
976
+ msgstr "Consulta la documentazione"
977
+
978
+ #: templates/panel/help-tab.php:220
979
+ #, fuzzy
980
+ msgctxt "Help tab documentation"
981
+ msgid "to learn how it works from the basics."
982
+ msgstr "per scoprire dalle basi come funziona il plugin."
983
+
984
+ #: templates/panel/help-tab.php:231 templates/panel/help-tab.php:233
985
+ #, fuzzy
986
+ msgctxt "Help tab support"
987
+ msgid "Need some help?"
988
+ msgstr "Ti serve aiuto?"
989
+
990
+ #: templates/panel/help-tab.php:235
991
+ msgctxt "Help tab support"
992
+ msgid "From DIY to full-service help"
993
+ msgstr ""
994
+
995
+ #: templates/panel/help-tab.php:238
996
+ msgctxt "Help tab support"
997
+ msgid ""
998
+ "Call or chat 24/7 with our support agents, or let our experts build your "
999
+ "site."
1000
+ msgstr ""
1001
+
1002
+ #: templates/panel/help-tab.php:241
1003
+ #, fuzzy
1004
+ msgctxt "Help tab support"
1005
+ msgid "Yes, I need help"
1006
+ msgstr "Ti serve aiuto?"
1007
+
1008
  #: templates/panel/premium-tab.php:30
1009
  msgctxt "Premium Tab"
1010
  msgid "Get the premium version to unlock advanced features"
1021
  msgstr "Immagini funzionalità premium"
1022
 
1023
  #. translators: alt attribute of main image tag.
1024
+ #: templates/panel/premium-tab.php:51 templates/panel/premium-tab.php:58
1025
  msgctxt "Premium Tab"
1026
  msgid "And so much more!"
1027
  msgstr "E molto altro!"
1028
 
1029
  #: templates/panel/premium-tab.php:53
1030
+ #, fuzzy
1031
+ msgctxt "Premium Tab"
1032
+ msgid "Check the premium features >"
1033
+ msgstr "Confronta le funzionalità gratuite e premium >"
1034
+
1035
+ #: templates/panel/premium-tab.php:60
1036
  msgctxt "Premium Tab"
1037
  msgid "Check the free vs premium features >"
1038
  msgstr "Confronta le funzionalità gratuite e premium >"
1039
 
1040
+ #: templates/panel/premium-tab.php:65
1041
  msgctxt "Premium Tab"
1042
  msgid "Get the premium version"
1043
  msgstr "Ottieni la versione premium"
1097
  msgid "Delete"
1098
  msgstr "Elimina"
1099
 
1100
+ #: yit-plugin.php:85
1101
  msgctxt "Plugin Row Meta"
1102
  msgid "Live Demo"
1103
  msgstr "Live Demo"
1104
 
1105
+ #: yit-plugin.php:89
1106
  msgctxt "Plugin Row Meta"
1107
  msgid "Documentation"
1108
  msgstr "Documentazione"
1109
 
1110
+ #: yit-plugin.php:93
1111
  msgctxt "Plugin Row Meta"
1112
  msgid "Support"
1113
  msgstr "Assistenza"
1114
 
1115
+ #: yit-plugin.php:97
1116
  msgctxt "Plugin Row Meta"
1117
  msgid "Premium version"
1118
  msgstr "Versione premium"
1119
 
1120
+ #: yit-plugin.php:229
1121
  msgctxt "Action links"
1122
  msgid "Settings"
1123
  msgstr "Impostazioni"
plugin-fw/languages/yith-plugin-fw-nl_NL.mo CHANGED
Binary file
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"
@@ -13,32 +13,32 @@ msgstr ""
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
  "X-Generator: GlotPress/3.0.0-alpha.2\n"
15
 
16
- #: includes/class-yit-assets.php:144 yit-functions.php:2006
17
  msgid "Confirm trash"
18
  msgstr "Verplaatsen naar prullenbak bevestigen"
19
 
20
- #: includes/class-yit-assets.php:145
21
  msgid "Are you sure you want to trash the selected items?"
22
  msgstr ""
23
  "Weet je zeker dat je het geselecteerde item naar de prullenbak wilt "
24
  "verplaatsen?"
25
 
26
- #: includes/class-yit-assets.php:147 includes/class-yit-assets.php:151
27
  #: templates/sysinfo/tabs/main.php:42 templates/sysinfo/tabs/main.php:50
28
  #: yit-functions.php:2008 yit-functions.php:2026
29
  msgid "No"
30
  msgstr "Nee"
31
 
32
- #: includes/class-yit-assets.php:148 yit-functions.php:2024
33
  #: yit-functions.php:2152
34
  msgid "Confirm delete"
35
  msgstr "Verwijderen bevestigen"
36
 
37
- #: includes/class-yit-assets.php:149
38
  msgid "Are you sure you want to delete the selected items?"
39
  msgstr "Weet je zeker dat je de geselecteerde items wilt verwijderen?"
40
 
41
- #: includes/class-yit-assets.php:149 yit-functions.php:1940
42
  #: yit-functions.php:2100
43
  msgid ""
44
  "This action cannot be undone and you will not be able to recover this data."
@@ -46,27 +46,27 @@ msgstr ""
46
  "Deze actie kan niet ongedaan gemaakt worden en je zult deze gegevens niet "
47
  "kunnen herstellen."
48
 
49
- #: includes/class-yit-assets.php:162
50
  msgid "Clear"
51
  msgstr "Wissen"
52
 
53
- #: includes/class-yit-assets.php:163
54
  msgid "Clear color"
55
  msgstr "Kleur wissen"
56
 
57
- #: includes/class-yit-assets.php:164
58
  msgid "Default"
59
  msgstr "Standaard"
60
 
61
- #: includes/class-yit-assets.php:165
62
  msgid "Select default color"
63
  msgstr "Standaardkleur selecteren"
64
 
65
- #: includes/class-yit-assets.php:166
66
  msgid "Select Color"
67
  msgstr "Kleur selecteren"
68
 
69
- #: includes/class-yit-assets.php:167
70
  msgid "Color value"
71
  msgstr "Kleurwaarde"
72
 
@@ -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
 
@@ -210,6 +210,10 @@ msgstr ""
210
  "(zoals voor YITH WooCommerce Wishlist, YITH WooCommerce Ajax Search, enz.) "
211
  "verplaatst van de vorige locatie naar het YITH menu."
212
 
 
 
 
 
213
  #: includes/class-yith-dashboard.php:35
214
  msgid "YITH Latest Updates"
215
  msgstr "YITH laatste updates"
@@ -409,6 +413,10 @@ msgstr ""
409
  "De systeemcontrole kan niet bepalen welke versie van %1$s is geïnstalleerd "
410
  "vanwege een verbindingsprobleem tussen je site en onze server."
411
 
 
 
 
 
412
  #: templates/fields/ajax-customers.php:41
413
  msgid "Search for a customer..."
414
  msgstr ""
@@ -672,17 +680,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 +694,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"
@@ -716,45 +724,51 @@ msgctxt "[gutenberg]: Category Name"
716
  msgid "YITH"
717
  msgstr "YITH"
718
 
719
- #: includes/class-yit-assets.php:132
720
  msgctxt "Button text"
721
  msgid "Confirm"
722
  msgstr "Bevestigen"
723
 
724
- #: includes/class-yit-assets.php:133
725
  msgctxt "Button text"
726
  msgid "Cancel"
727
  msgstr "Annuleren"
728
 
729
- #: includes/class-yit-assets.php:146 yit-functions.php:2009
730
  msgctxt "Trash confirmation action"
731
  msgid "Yes, move to trash"
732
  msgstr "Ja, verplaatsen naar prullenbak"
733
 
734
- #: includes/class-yit-assets.php:150 yit-functions.php:2027
735
  #: yit-functions.php:2154
736
  msgctxt "Delete confirmation action"
737
  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 +886,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 +895,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 +953,47 @@ 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"
@@ -960,17 +1010,23 @@ msgid "Plugin premium features images"
960
  msgstr "Plugin premium opties afbeeldingen"
961
 
962
  #. translators: alt attribute of main image tag.
963
- #: templates/panel/premium-tab.php:51
964
  msgctxt "Premium Tab"
965
  msgid "And so much more!"
966
  msgstr "En zo veel meer!"
967
 
968
  #: templates/panel/premium-tab.php:53
 
 
 
 
 
 
969
  msgctxt "Premium Tab"
970
  msgid "Check the free vs premium features >"
971
  msgstr "Bekijk de gratis vs premium opties >"
972
 
973
- #: templates/panel/premium-tab.php:58
974
  msgctxt "Premium Tab"
975
  msgid "Get the premium version"
976
  msgstr "Krijg de premium versie"
@@ -1030,27 +1086,27 @@ msgctxt "Term action"
1030
  msgid "Delete"
1031
  msgstr "Verwijderen"
1032
 
1033
- #: yit-plugin.php:84
1034
  msgctxt "Plugin Row Meta"
1035
  msgid "Live Demo"
1036
  msgstr "Live Demo"
1037
 
1038
- #: yit-plugin.php:88
1039
  msgctxt "Plugin Row Meta"
1040
  msgid "Documentation"
1041
  msgstr "Documentatie"
1042
 
1043
- #: yit-plugin.php:92
1044
  msgctxt "Plugin Row Meta"
1045
  msgid "Support"
1046
  msgstr "Ondersteuning"
1047
 
1048
- #: yit-plugin.php:96
1049
  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-08-02 12:02:23+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"
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
  "X-Generator: GlotPress/3.0.0-alpha.2\n"
15
 
16
+ #: includes/class-yit-assets.php:146 yit-functions.php:2006
17
  msgid "Confirm trash"
18
  msgstr "Verplaatsen naar prullenbak bevestigen"
19
 
20
+ #: includes/class-yit-assets.php:147
21
  msgid "Are you sure you want to trash the selected items?"
22
  msgstr ""
23
  "Weet je zeker dat je het geselecteerde item naar de prullenbak wilt "
24
  "verplaatsen?"
25
 
26
+ #: includes/class-yit-assets.php:149 includes/class-yit-assets.php:153
27
  #: templates/sysinfo/tabs/main.php:42 templates/sysinfo/tabs/main.php:50
28
  #: yit-functions.php:2008 yit-functions.php:2026
29
  msgid "No"
30
  msgstr "Nee"
31
 
32
+ #: includes/class-yit-assets.php:150 yit-functions.php:2024
33
  #: yit-functions.php:2152
34
  msgid "Confirm delete"
35
  msgstr "Verwijderen bevestigen"
36
 
37
+ #: includes/class-yit-assets.php:151
38
  msgid "Are you sure you want to delete the selected items?"
39
  msgstr "Weet je zeker dat je de geselecteerde items wilt verwijderen?"
40
 
41
+ #: includes/class-yit-assets.php:151 yit-functions.php:1940
42
  #: yit-functions.php:2100
43
  msgid ""
44
  "This action cannot be undone and you will not be able to recover this data."
46
  "Deze actie kan niet ongedaan gemaakt worden en je zult deze gegevens niet "
47
  "kunnen herstellen."
48
 
49
+ #: includes/class-yit-assets.php:172
50
  msgid "Clear"
51
  msgstr "Wissen"
52
 
53
+ #: includes/class-yit-assets.php:173
54
  msgid "Clear color"
55
  msgstr "Kleur wissen"
56
 
57
+ #: includes/class-yit-assets.php:174
58
  msgid "Default"
59
  msgstr "Standaard"
60
 
61
+ #: includes/class-yit-assets.php:175
62
  msgid "Select default color"
63
  msgstr "Standaardkleur selecteren"
64
 
65
+ #: includes/class-yit-assets.php:176
66
  msgid "Select Color"
67
  msgstr "Kleur selecteren"
68
 
69
+ #: includes/class-yit-assets.php:177
70
  msgid "Color value"
71
  msgstr "Kleurwaarde"
72
 
116
  msgid "Reset to default"
117
  msgstr "Resetten naar standaard"
118
 
119
+ #: includes/class-yit-plugin-panel.php:1074
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:1075
125
  msgid "Settings saved"
126
  msgstr "Instellingen opgeslagen"
127
 
128
+ #: includes/class-yit-plugin-panel.php:1076
129
  msgid "Settings reset"
130
  msgstr "Instellingen resetten"
131
 
132
+ #: includes/class-yit-plugin-panel.php:1077
133
  msgid "Element deleted correctly."
134
  msgstr "Element juist verwijderd."
135
 
136
+ #: includes/class-yit-plugin-panel.php:1078
137
+ #: includes/class-yit-plugin-panel.php:1079
138
  msgid "Element updated correctly."
139
  msgstr "Element juist geüpdatet."
140
 
141
+ #: includes/class-yit-plugin-panel.php:1080
142
  msgid "Database imported correctly."
143
  msgstr "Database juist geïmporteerd."
144
 
145
+ #: includes/class-yit-plugin-panel.php:1081
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:1082
150
  msgid "The added file is not valid."
151
  msgstr "Het toegevoegde bestand is niet geldig."
152
 
153
+ #: includes/class-yit-plugin-panel.php:1083
154
  msgid "Sorry, import is disabled."
155
  msgstr "Sorry, importeren is uitgeschakeld."
156
 
157
+ #: includes/class-yit-plugin-panel.php:1084
158
  msgid "Sorting successful."
159
  msgstr "Succesvol gesorteerd."
160
 
161
+ #: includes/class-yit-plugin-panel.php:1573
162
  msgid "We need your support"
163
  msgstr "We hebben je hulp nodig"
164
 
165
+ #: includes/class-yit-plugin-panel.php:1574
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:1576
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:1577
174
  msgid ":) Thanks!"
175
  msgstr ":) Bedankt!"
176
 
210
  "(zoals voor YITH WooCommerce Wishlist, YITH WooCommerce Ajax Search, enz.) "
211
  "verplaatst van de vorige locatie naar het YITH menu."
212
 
213
+ #: includes/class-yith-bh-onboarding.php:85
214
+ msgid "It is not possible save the options"
215
+ msgstr ""
216
+
217
  #: includes/class-yith-dashboard.php:35
218
  msgid "YITH Latest Updates"
219
  msgstr "YITH laatste updates"
413
  "De systeemcontrole kan niet bepalen welke versie van %1$s is geïnstalleerd "
414
  "vanwege een verbindingsprobleem tussen je site en onze server."
415
 
416
+ #: templates/bh-onboarding/onboarding-tabs.php:63
417
+ msgid "Save"
418
+ msgstr ""
419
+
420
  #: templates/fields/ajax-customers.php:41
421
  msgid "Search for a customer..."
422
  msgstr ""
680
  msgid "Data: %1$.2fMB | Index: %2$.2fMB | Free: %3$.2fMB | Engine: %4$s"
681
  msgstr "Data: %1$.2fMB | Index: %2$.2fMB | Free: %3$.2fMB | Engine: %4$s"
682
 
 
 
 
 
 
 
 
 
 
 
 
683
  #. translators: %s is the title of the post object.
684
  #: yit-functions.php:1938
685
  msgid "Are you sure you want to move \"%s\" to trash?"
694
  msgid "Further actions"
695
  msgstr "Verdere acties"
696
 
697
+ #: yit-plugin.php:233
698
  msgid "License"
699
  msgstr "Licentie"
700
 
701
+ #. translators: 1. Plugin(s) name(s).
702
+ #: yit-plugin.php:272
703
+ msgid ""
704
+ "%s was deactivated as you're running an higher tier version of the same "
705
+ "plugin."
706
+ msgid_plural ""
707
+ "%s were deactivated as you're running higher tier versions of the same "
708
+ "plugins."
709
+ msgstr[0] ""
710
+ msgstr[1] ""
711
+
712
  #. Author of the plugin/theme
713
  msgid "YITH"
714
  msgstr "YITH"
724
  msgid "YITH"
725
  msgstr "YITH"
726
 
727
+ #: includes/class-yit-assets.php:134
728
  msgctxt "Button text"
729
  msgid "Confirm"
730
  msgstr "Bevestigen"
731
 
732
+ #: includes/class-yit-assets.php:135
733
  msgctxt "Button text"
734
  msgid "Cancel"
735
  msgstr "Annuleren"
736
 
737
+ #: includes/class-yit-assets.php:148 yit-functions.php:2009
738
  msgctxt "Trash confirmation action"
739
  msgid "Yes, move to trash"
740
  msgstr "Ja, verplaatsen naar prullenbak"
741
 
742
+ #: includes/class-yit-assets.php:152 yit-functions.php:2027
743
  #: yit-functions.php:2154
744
  msgctxt "Delete confirmation action"
745
  msgid "Yes, delete"
746
  msgstr "Ja, verwijderen"
747
 
748
  #. translators: 1. Plugin name.
749
+ #: includes/class-yit-plugin-panel.php:803
750
  msgctxt "Help tab default title"
751
  msgid "Thank you for purchasing %s!"
752
  msgstr "Bedankt voor het kopen van %s!"
753
 
754
+ #: includes/class-yit-plugin-panel.php:803
755
+ #, fuzzy
756
+ msgctxt "Help tab default title"
757
+ msgid "Thank you for using %s!"
758
+ msgstr "Bedankt voor het kopen van %s!"
759
+
760
+ #: includes/class-yit-plugin-panel.php:815
761
  msgctxt "Help tab default description"
762
  msgid ""
763
  "We want to help you enjoy a wonderful experience with all of our products."
764
  msgstr ""
765
 
766
+ #: includes/class-yit-plugin-panel.php:866
767
  msgctxt "Premium tab name"
768
  msgid "Get premium"
769
  msgstr "Neem premium"
770
 
771
+ #: includes/class-yit-plugin-panel.php:878
772
  msgctxt "Help tab name"
773
  msgid "Help"
774
  msgstr "Help"
886
  msgstr "NEE"
887
 
888
  #. translators: 1. Url to EN playlist.
889
+ #: templates/panel/help-tab.php:89
890
  msgctxt "Help tab view all video link"
891
  msgid ""
892
  "Check the full <a href=\"%s\" target=\"_blank\">Playlist on Youtube</a> to "
895
  "Bekijk de volledige <a href=\"%s\" target=\"_blank\">Playlist op Youtube</a> "
896
  "om meer te weten te komen >"
897
 
898
+ #: templates/panel/help-tab.php:96
899
  msgctxt "Help tab Watch Videotutorials link"
900
  msgid "Videos are also available in:"
901
  msgstr "Videos zijn ook beschikbaar in:"
902
 
903
+ #: templates/panel/help-tab.php:126
904
  msgctxt "Help tab Read Documentation link"
905
  msgid "Read the documentation"
906
  msgstr "Lees de documentatie"
907
 
908
+ #: templates/panel/help-tab.php:129
909
  msgctxt "Help tab Read Documentation link"
910
  msgid "to learn how the plugin works from the basics."
911
  msgstr ""
912
 
913
+ #: templates/panel/help-tab.php:139
914
  msgctxt "Help tab Watch video tutorials link"
915
  msgid "Watch our video tutorials"
916
  msgstr ""
917
 
918
+ #: templates/panel/help-tab.php:142
919
  msgctxt "Help tab Watch video tutorials link"
920
  msgid "to see some helpful use cases."
921
  msgstr ""
922
 
923
+ #: templates/panel/help-tab.php:152
924
  msgctxt "Help tab view FAQs link"
925
  msgid "Check the FAQs"
926
  msgstr "Check de FAQs"
927
 
928
+ #: templates/panel/help-tab.php:155
929
  msgctxt "Help tab view FAQs link"
930
  msgid "to find answers to your doubts."
931
  msgstr ""
932
 
933
+ #: templates/panel/help-tab.php:170
934
  msgctxt "Help tab FAQ title"
935
  msgid "Last FAQs in our Help Center"
936
  msgstr "Laatste FAQs in ons Help Center"
937
 
938
+ #: templates/panel/help-tab.php:184
939
  msgctxt "Help tab FAQ link"
940
  msgid "View all FAQs >"
941
  msgstr "Bekijk alle FAQs >"
942
 
943
+ #: templates/panel/help-tab.php:193
944
  msgctxt "Help tab submit ticket title"
945
  msgid "Need help?"
946
  msgstr "Hulp nodig?"
947
 
948
+ #: templates/panel/help-tab.php:196
949
  msgctxt "Help tab submit ticket description"
950
  msgid ""
951
  "If you are experiencing any technical issues, ask for help from our "
953
  "soon as possible."
954
  msgstr ""
955
 
956
+ #: templates/panel/help-tab.php:204
957
  msgctxt "Help tab submit ticket button"
958
  msgid "Submit a ticket"
959
  msgstr "Verstuur een ticket"
960
 
961
+ #: templates/panel/help-tab.php:216 templates/panel/help-tab.php:218
962
+ #: templates/panel/help-tab.php:223
963
+ #, fuzzy
964
+ msgctxt "Help tab documentation"
965
+ msgid "Read the plugin documentation"
966
+ msgstr "Lees de documentatie"
967
+
968
+ #: templates/panel/help-tab.php:220
969
+ msgctxt "Help tab documentation"
970
+ msgid "to learn how it works from the basics."
971
+ msgstr ""
972
+
973
+ #: templates/panel/help-tab.php:231 templates/panel/help-tab.php:233
974
+ #, fuzzy
975
+ msgctxt "Help tab support"
976
+ msgid "Need some help?"
977
+ msgstr "Hulp nodig?"
978
+
979
+ #: templates/panel/help-tab.php:235
980
+ msgctxt "Help tab support"
981
+ msgid "From DIY to full-service help"
982
+ msgstr ""
983
+
984
+ #: templates/panel/help-tab.php:238
985
+ msgctxt "Help tab support"
986
+ msgid ""
987
+ "Call or chat 24/7 with our support agents, or let our experts build your "
988
+ "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 "Hulp nodig?"
996
+
997
  #: templates/panel/premium-tab.php:30
998
  msgctxt "Premium Tab"
999
  msgid "Get the premium version to unlock advanced features"
1010
  msgstr "Plugin premium opties afbeeldingen"
1011
 
1012
  #. translators: alt attribute of main image tag.
1013
+ #: templates/panel/premium-tab.php:51 templates/panel/premium-tab.php:58
1014
  msgctxt "Premium Tab"
1015
  msgid "And so much more!"
1016
  msgstr "En zo veel meer!"
1017
 
1018
  #: templates/panel/premium-tab.php:53
1019
+ #, fuzzy
1020
+ msgctxt "Premium Tab"
1021
+ msgid "Check the premium features >"
1022
+ msgstr "Bekijk de gratis vs premium opties >"
1023
+
1024
+ #: templates/panel/premium-tab.php:60
1025
  msgctxt "Premium Tab"
1026
  msgid "Check the free vs premium features >"
1027
  msgstr "Bekijk de gratis vs premium opties >"
1028
 
1029
+ #: templates/panel/premium-tab.php:65
1030
  msgctxt "Premium Tab"
1031
  msgid "Get the premium version"
1032
  msgstr "Krijg de premium versie"
1086
  msgid "Delete"
1087
  msgstr "Verwijderen"
1088
 
1089
+ #: yit-plugin.php:85
1090
  msgctxt "Plugin Row Meta"
1091
  msgid "Live Demo"
1092
  msgstr "Live Demo"
1093
 
1094
+ #: yit-plugin.php:89
1095
  msgctxt "Plugin Row Meta"
1096
  msgid "Documentation"
1097
  msgstr "Documentatie"
1098
 
1099
+ #: yit-plugin.php:93
1100
  msgctxt "Plugin Row Meta"
1101
  msgid "Support"
1102
  msgstr "Ondersteuning"
1103
 
1104
+ #: yit-plugin.php:97
1105
  msgctxt "Plugin Row Meta"
1106
  msgid "Premium version"
1107
  msgstr "Premium versie"
1108
 
1109
+ #: yit-plugin.php:229
1110
  msgctxt "Action links"
1111
  msgid "Settings"
1112
  msgstr "Instellingen"
plugin-fw/languages/yith-plugin-fw-ru_RU.mo CHANGED
Binary file
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"
@@ -14,56 +14,56 @@ msgstr ""
14
  "10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);\n"
15
  "X-Generator: GlotPress/3.0.0-alpha.2\n"
16
 
17
- #: includes/class-yit-assets.php:144 yit-functions.php:2006
18
  msgid "Confirm trash"
19
  msgstr "Подтвердить корзину"
20
 
21
- #: includes/class-yit-assets.php:145
22
  msgid "Are you sure you want to trash the selected items?"
23
  msgstr "Вы уверены, что хотите переместить в корзину выбранные элементы?"
24
 
25
- #: includes/class-yit-assets.php:147 includes/class-yit-assets.php:151
26
  #: templates/sysinfo/tabs/main.php:42 templates/sysinfo/tabs/main.php:50
27
  #: yit-functions.php:2008 yit-functions.php:2026
28
  msgid "No"
29
  msgstr "Нет"
30
 
31
- #: includes/class-yit-assets.php:148 yit-functions.php:2024
32
  #: yit-functions.php:2152
33
  msgid "Confirm delete"
34
  msgstr "Подтвердите удаление"
35
 
36
- #: includes/class-yit-assets.php:149
37
  msgid "Are you sure you want to delete the selected items?"
38
  msgstr "Вы уверены, что хотите удалить выбранные элементы?"
39
 
40
- #: includes/class-yit-assets.php:149 yit-functions.php:1940
41
  #: yit-functions.php:2100
42
  msgid ""
43
  "This action cannot be undone and you will not be able to recover this data."
44
  msgstr "Это действие нельзя отменить, и вы не сможете восстановить эти данные."
45
 
46
- #: includes/class-yit-assets.php:162
47
  msgid "Clear"
48
  msgstr "Очистить"
49
 
50
- #: includes/class-yit-assets.php:163
51
  msgid "Clear color"
52
  msgstr "Очистить цвет"
53
 
54
- #: includes/class-yit-assets.php:164
55
  msgid "Default"
56
  msgstr "По умолчанию"
57
 
58
- #: includes/class-yit-assets.php:165
59
  msgid "Select default color"
60
  msgstr "Выберите цвет по умолчанию"
61
 
62
- #: includes/class-yit-assets.php:166
63
  msgid "Select Color"
64
  msgstr "Выберите цвет"
65
 
66
- #: includes/class-yit-assets.php:167
67
  msgid "Color value"
68
  msgstr "Цвет значения"
69
 
@@ -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
 
@@ -208,6 +208,10 @@ msgstr ""
208
  "как для YITH WooCommerce Wishlist, YITH WooCommerce Ajax Search и т.д.) "
209
  "будут перемещены из предыдущего места в меню YITH."
210
 
 
 
 
 
211
  #: includes/class-yith-dashboard.php:35
212
  msgid "YITH Latest Updates"
213
  msgstr "Последние обновления YITH"
@@ -408,6 +412,10 @@ msgstr ""
408
  "Системная проверка не может определить, какая версия %1$s установлена, из-за "
409
  "проблемы с соединением между вашим сайтом и нашим сервером."
410
 
 
 
 
 
411
  #: templates/fields/ajax-customers.php:41
412
  msgid "Search for a customer..."
413
  msgstr ""
@@ -671,18 +679,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 +693,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"
@@ -716,34 +724,40 @@ msgctxt "[gutenberg]: Category Name"
716
  msgid "YITH"
717
  msgstr "YITH"
718
 
719
- #: includes/class-yit-assets.php:132
720
  msgctxt "Button text"
721
  msgid "Confirm"
722
  msgstr "Подтвердить"
723
 
724
- #: includes/class-yit-assets.php:133
725
  msgctxt "Button text"
726
  msgid "Cancel"
727
  msgstr "Отмена"
728
 
729
- #: includes/class-yit-assets.php:146 yit-functions.php:2009
730
  msgctxt "Trash confirmation action"
731
  msgid "Yes, move to trash"
732
  msgstr "Да, удалить в корзину"
733
 
734
- #: includes/class-yit-assets.php:150 yit-functions.php:2027
735
  #: yit-functions.php:2154
736
  msgctxt "Delete confirmation action"
737
  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 +765,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 +889,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 +898,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 +959,47 @@ 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"
@@ -966,17 +1016,23 @@ msgid "Plugin premium features images"
966
  msgstr "Изображения премиум-функций плагина"
967
 
968
  #. translators: alt attribute of main image tag.
969
- #: templates/panel/premium-tab.php:51
970
  msgctxt "Premium Tab"
971
  msgid "And so much more!"
972
  msgstr "И многое другое!"
973
 
974
  #: templates/panel/premium-tab.php:53
 
 
 
 
 
 
975
  msgctxt "Premium Tab"
976
  msgid "Check the free vs premium features >"
977
  msgstr "Проверьте бесплатные и премиум функции >"
978
 
979
- #: templates/panel/premium-tab.php:58
980
  msgctxt "Premium Tab"
981
  msgid "Get the premium version"
982
  msgstr "Получите премиум-версию"
@@ -1036,27 +1092,27 @@ msgctxt "Term action"
1036
  msgid "Delete"
1037
  msgstr "Удалить"
1038
 
1039
- #: yit-plugin.php:84
1040
  msgctxt "Plugin Row Meta"
1041
  msgid "Live Demo"
1042
  msgstr "Живая Демонстрация"
1043
 
1044
- #: yit-plugin.php:88
1045
  msgctxt "Plugin Row Meta"
1046
  msgid "Documentation"
1047
  msgstr "Документация"
1048
 
1049
- #: yit-plugin.php:92
1050
  msgctxt "Plugin Row Meta"
1051
  msgid "Support"
1052
  msgstr "Поддержка"
1053
 
1054
- #: yit-plugin.php:96
1055
  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-08-02 12:02:23+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"
14
  "10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);\n"
15
  "X-Generator: GlotPress/3.0.0-alpha.2\n"
16
 
17
+ #: includes/class-yit-assets.php:146 yit-functions.php:2006
18
  msgid "Confirm trash"
19
  msgstr "Подтвердить корзину"
20
 
21
+ #: includes/class-yit-assets.php:147
22
  msgid "Are you sure you want to trash the selected items?"
23
  msgstr "Вы уверены, что хотите переместить в корзину выбранные элементы?"
24
 
25
+ #: includes/class-yit-assets.php:149 includes/class-yit-assets.php:153
26
  #: templates/sysinfo/tabs/main.php:42 templates/sysinfo/tabs/main.php:50
27
  #: yit-functions.php:2008 yit-functions.php:2026
28
  msgid "No"
29
  msgstr "Нет"
30
 
31
+ #: includes/class-yit-assets.php:150 yit-functions.php:2024
32
  #: yit-functions.php:2152
33
  msgid "Confirm delete"
34
  msgstr "Подтвердите удаление"
35
 
36
+ #: includes/class-yit-assets.php:151
37
  msgid "Are you sure you want to delete the selected items?"
38
  msgstr "Вы уверены, что хотите удалить выбранные элементы?"
39
 
40
+ #: includes/class-yit-assets.php:151 yit-functions.php:1940
41
  #: yit-functions.php:2100
42
  msgid ""
43
  "This action cannot be undone and you will not be able to recover this data."
44
  msgstr "Это действие нельзя отменить, и вы не сможете восстановить эти данные."
45
 
46
+ #: includes/class-yit-assets.php:172
47
  msgid "Clear"
48
  msgstr "Очистить"
49
 
50
+ #: includes/class-yit-assets.php:173
51
  msgid "Clear color"
52
  msgstr "Очистить цвет"
53
 
54
+ #: includes/class-yit-assets.php:174
55
  msgid "Default"
56
  msgstr "По умолчанию"
57
 
58
+ #: includes/class-yit-assets.php:175
59
  msgid "Select default color"
60
  msgstr "Выберите цвет по умолчанию"
61
 
62
+ #: includes/class-yit-assets.php:176
63
  msgid "Select Color"
64
  msgstr "Выберите цвет"
65
 
66
+ #: includes/class-yit-assets.php:177
67
  msgid "Color value"
68
  msgstr "Цвет значения"
69
 
115
  msgid "Reset to default"
116
  msgstr "Сброс до заводских настроек"
117
 
118
+ #: includes/class-yit-plugin-panel.php:1074
119
  msgid ""
120
  "The element you have entered already exists. Please, enter another name."
121
  msgstr "Введенный вами элемент уже существует. Пожалуйста, введите другое имя."
122
 
123
+ #: includes/class-yit-plugin-panel.php:1075
124
  msgid "Settings saved"
125
  msgstr "Настройки сохранены"
126
 
127
+ #: includes/class-yit-plugin-panel.php:1076
128
  msgid "Settings reset"
129
  msgstr "Сбросить настройки"
130
 
131
+ #: includes/class-yit-plugin-panel.php:1077
132
  msgid "Element deleted correctly."
133
  msgstr "Элемент удален правильно."
134
 
135
+ #: includes/class-yit-plugin-panel.php:1078
136
+ #: includes/class-yit-plugin-panel.php:1079
137
  msgid "Element updated correctly."
138
  msgstr "Элемент обновлен правильно."
139
 
140
+ #: includes/class-yit-plugin-panel.php:1080
141
  msgid "Database imported correctly."
142
  msgstr "База данных импортирована правильно."
143
 
144
+ #: includes/class-yit-plugin-panel.php:1081
145
  msgid "An error has occurred during import. Please try again."
146
  msgstr "Во время импорта произошла ошибка. Пожалуйста, попробуйте еще раз."
147
 
148
+ #: includes/class-yit-plugin-panel.php:1082
149
  msgid "The added file is not valid."
150
  msgstr "Добавленный файл недействителен."
151
 
152
+ #: includes/class-yit-plugin-panel.php:1083
153
  msgid "Sorry, import is disabled."
154
  msgstr "Извините, импорт отключен."
155
 
156
+ #: includes/class-yit-plugin-panel.php:1084
157
  msgid "Sorting successful."
158
  msgstr "Сортировка выполнена успешно."
159
 
160
+ #: includes/class-yit-plugin-panel.php:1573
161
  msgid "We need your support"
162
  msgstr "Нам нужна ваша поддержка"
163
 
164
+ #: includes/class-yit-plugin-panel.php:1574
165
  msgid "to keep updating and improving the plugin. Please,"
166
  msgstr "чтобы продолжать обновлять и улучшать плагин. Пожалуйста,"
167
 
168
+ #: includes/class-yit-plugin-panel.php:1576
169
  msgid "help us by leaving a good review"
170
  msgstr "помогите нам, оставив хороший отзыв"
171
 
172
+ #: includes/class-yit-plugin-panel.php:1577
173
  msgid ":) Thanks!"
174
  msgstr ":) Благодарим!"
175
 
208
  "как для YITH WooCommerce Wishlist, YITH WooCommerce Ajax Search и т.д.) "
209
  "будут перемещены из предыдущего места в меню YITH."
210
 
211
+ #: includes/class-yith-bh-onboarding.php:85
212
+ msgid "It is not possible save the options"
213
+ msgstr ""
214
+
215
  #: includes/class-yith-dashboard.php:35
216
  msgid "YITH Latest Updates"
217
  msgstr "Последние обновления YITH"
412
  "Системная проверка не может определить, какая версия %1$s установлена, из-за "
413
  "проблемы с соединением между вашим сайтом и нашим сервером."
414
 
415
+ #: templates/bh-onboarding/onboarding-tabs.php:63
416
+ msgid "Save"
417
+ msgstr ""
418
+
419
  #: templates/fields/ajax-customers.php:41
420
  msgid "Search for a customer..."
421
  msgstr ""
679
  msgstr ""
680
  "Данные: %1$.2fMB | Индекс: %2$.2fMB | Свободно: %3$.2fMB | Движок: %4$s"
681
 
 
 
 
 
 
 
 
 
 
 
 
 
682
  #. translators: %s is the title of the post object.
683
  #: yit-functions.php:1938
684
  msgid "Are you sure you want to move \"%s\" to trash?"
693
  msgid "Further actions"
694
  msgstr "Дальнейшие действия"
695
 
696
+ #: yit-plugin.php:233
697
  msgid "License"
698
  msgstr "Лицензия"
699
 
700
+ #. translators: 1. Plugin(s) name(s).
701
+ #: yit-plugin.php:272
702
+ msgid ""
703
+ "%s was deactivated as you're running an higher tier version of the same "
704
+ "plugin."
705
+ msgid_plural ""
706
+ "%s were deactivated as you're running higher tier versions of the same "
707
+ "plugins."
708
+ msgstr[0] ""
709
+ msgstr[1] ""
710
+ msgstr[2] ""
711
+
712
  #. Author of the plugin/theme
713
  msgid "YITH"
714
  msgstr "YITH"
724
  msgid "YITH"
725
  msgstr "YITH"
726
 
727
+ #: includes/class-yit-assets.php:134
728
  msgctxt "Button text"
729
  msgid "Confirm"
730
  msgstr "Подтвердить"
731
 
732
+ #: includes/class-yit-assets.php:135
733
  msgctxt "Button text"
734
  msgid "Cancel"
735
  msgstr "Отмена"
736
 
737
+ #: includes/class-yit-assets.php:148 yit-functions.php:2009
738
  msgctxt "Trash confirmation action"
739
  msgid "Yes, move to trash"
740
  msgstr "Да, удалить в корзину"
741
 
742
+ #: includes/class-yit-assets.php:152 yit-functions.php:2027
743
  #: yit-functions.php:2154
744
  msgctxt "Delete confirmation action"
745
  msgid "Yes, delete"
746
  msgstr "Да, удалить"
747
 
748
  #. translators: 1. Plugin name.
749
+ #: includes/class-yit-plugin-panel.php:803
750
  msgctxt "Help tab default title"
751
  msgid "Thank you for purchasing %s!"
752
  msgstr "Благодарим вас за покупку %s!"
753
 
754
+ #: includes/class-yit-plugin-panel.php:803
755
+ #, fuzzy
756
+ msgctxt "Help tab default title"
757
+ msgid "Thank you for using %s!"
758
+ msgstr "Благодарим вас за покупку %s!"
759
+
760
+ #: includes/class-yit-plugin-panel.php:815
761
  msgctxt "Help tab default description"
762
  msgid ""
763
  "We want to help you enjoy a wonderful experience with all of our products."
765
  "Мы хотим помочь вам получить удовольствие от использования всех наших "
766
  "продуктов."
767
 
768
+ #: includes/class-yit-plugin-panel.php:866
769
  msgctxt "Premium tab name"
770
  msgid "Get premium"
771
  msgstr "Получите премиум"
772
 
773
+ #: includes/class-yit-plugin-panel.php:878
774
  msgctxt "Help tab name"
775
  msgid "Help"
776
  msgstr "Помощь"
889
  msgstr "НЕТ"
890
 
891
  #. translators: 1. Url to EN playlist.
892
+ #: templates/panel/help-tab.php:89
893
  msgctxt "Help tab view all video link"
894
  msgid ""
895
  "Check the full <a href=\"%s\" target=\"_blank\">Playlist on Youtube</a> to "
898
  "Посмотрите полный <a href=\"%s\" target=\"_blank\">плейлист на Youtube</a>, "
899
  "чтобы узнать больше >"
900
 
901
+ #: templates/panel/help-tab.php:96
902
  msgctxt "Help tab Watch Videotutorials link"
903
  msgid "Videos are also available in:"
904
  msgstr "Видеоматериалы также доступны в:"
905
 
906
+ #: templates/panel/help-tab.php:126
907
  msgctxt "Help tab Read Documentation link"
908
  msgid "Read the documentation"
909
  msgstr "Прочтите документацию"
910
 
911
+ #: templates/panel/help-tab.php:129
912
  msgctxt "Help tab Read Documentation link"
913
  msgid "to learn how the plugin works from the basics."
914
  msgstr ""
915
 
916
+ #: templates/panel/help-tab.php:139
917
  msgctxt "Help tab Watch video tutorials link"
918
  msgid "Watch our video tutorials"
919
  msgstr "Посмотрите наши видеоуроки"
920
 
921
+ #: templates/panel/help-tab.php:142
922
  msgctxt "Help tab Watch video tutorials link"
923
  msgid "to see some helpful use cases."
924
  msgstr ""
925
 
926
+ #: templates/panel/help-tab.php:152
927
  msgctxt "Help tab view FAQs link"
928
  msgid "Check the FAQs"
929
  msgstr "Проверьте ответы на часто задаваемые вопросы"
930
 
931
+ #: templates/panel/help-tab.php:155
932
  msgctxt "Help tab view FAQs link"
933
  msgid "to find answers to your doubts."
934
  msgstr "найти ответы на свои сомнения."
935
 
936
+ #: templates/panel/help-tab.php:170
937
  msgctxt "Help tab FAQ title"
938
  msgid "Last FAQs in our Help Center"
939
  msgstr "Последние часто задаваемые вопросы в нашем Справочном Центре"
940
 
941
+ #: templates/panel/help-tab.php:184
942
  msgctxt "Help tab FAQ link"
943
  msgid "View all FAQs >"
944
  msgstr "Просмотреть все часто задаваемые вопросы >"
945
 
946
+ #: templates/panel/help-tab.php:193
947
  msgctxt "Help tab submit ticket title"
948
  msgid "Need help?"
949
  msgstr "Нужна помощь?"
950
 
951
+ #: templates/panel/help-tab.php:196
952
  msgctxt "Help tab submit ticket description"
953
  msgid ""
954
  "If you are experiencing any technical issues, ask for help from our "
959
  "разработчикам. Отправьте заявку через нашу службу поддержки, и мы поможем "
960
  "вам как можно скорее."
961
 
962
+ #: templates/panel/help-tab.php:204
963
  msgctxt "Help tab submit ticket button"
964
  msgid "Submit a ticket"
965
  msgstr "Отправить обращение"
966
 
967
+ #: templates/panel/help-tab.php:216 templates/panel/help-tab.php:218
968
+ #: templates/panel/help-tab.php:223
969
+ #, fuzzy
970
+ msgctxt "Help tab documentation"
971
+ msgid "Read the plugin documentation"
972
+ msgstr "Прочтите документацию"
973
+
974
+ #: templates/panel/help-tab.php:220
975
+ msgctxt "Help tab documentation"
976
+ msgid "to learn how it works from the basics."
977
+ msgstr ""
978
+
979
+ #: templates/panel/help-tab.php:231 templates/panel/help-tab.php:233
980
+ #, fuzzy
981
+ msgctxt "Help tab support"
982
+ msgid "Need some help?"
983
+ msgstr "Нужна помощь?"
984
+
985
+ #: templates/panel/help-tab.php:235
986
+ msgctxt "Help tab support"
987
+ msgid "From DIY to full-service help"
988
+ msgstr ""
989
+
990
+ #: templates/panel/help-tab.php:238
991
+ msgctxt "Help tab support"
992
+ msgid ""
993
+ "Call or chat 24/7 with our support agents, or let our experts build your "
994
+ "site."
995
+ msgstr ""
996
+
997
+ #: templates/panel/help-tab.php:241
998
+ #, fuzzy
999
+ msgctxt "Help tab support"
1000
+ msgid "Yes, I need help"
1001
+ msgstr "Нужна помощь?"
1002
+
1003
  #: templates/panel/premium-tab.php:30
1004
  msgctxt "Premium Tab"
1005
  msgid "Get the premium version to unlock advanced features"
1016
  msgstr "Изображения премиум-функций плагина"
1017
 
1018
  #. translators: alt attribute of main image tag.
1019
+ #: templates/panel/premium-tab.php:51 templates/panel/premium-tab.php:58
1020
  msgctxt "Premium Tab"
1021
  msgid "And so much more!"
1022
  msgstr "И многое другое!"
1023
 
1024
  #: templates/panel/premium-tab.php:53
1025
+ #, fuzzy
1026
+ msgctxt "Premium Tab"
1027
+ msgid "Check the premium features >"
1028
+ msgstr "Проверьте бесплатные и премиум функции >"
1029
+
1030
+ #: templates/panel/premium-tab.php:60
1031
  msgctxt "Premium Tab"
1032
  msgid "Check the free vs premium features >"
1033
  msgstr "Проверьте бесплатные и премиум функции >"
1034
 
1035
+ #: templates/panel/premium-tab.php:65
1036
  msgctxt "Premium Tab"
1037
  msgid "Get the premium version"
1038
  msgstr "Получите премиум-версию"
1092
  msgid "Delete"
1093
  msgstr "Удалить"
1094
 
1095
+ #: yit-plugin.php:85
1096
  msgctxt "Plugin Row Meta"
1097
  msgid "Live Demo"
1098
  msgstr "Живая Демонстрация"
1099
 
1100
+ #: yit-plugin.php:89
1101
  msgctxt "Plugin Row Meta"
1102
  msgid "Documentation"
1103
  msgstr "Документация"
1104
 
1105
+ #: yit-plugin.php:93
1106
  msgctxt "Plugin Row Meta"
1107
  msgid "Support"
1108
  msgstr "Поддержка"
1109
 
1110
+ #: yit-plugin.php:97
1111
  msgctxt "Plugin Row Meta"
1112
  msgid "Premium version"
1113
  msgstr "Премиум версия"
1114
 
1115
+ #: yit-plugin.php:229
1116
  msgctxt "Action links"
1117
  msgid "Settings"
1118
  msgstr "Настройки"
plugin-fw/languages/yith-plugin-fw-zh_CN.mo CHANGED
Binary file
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"
@@ -13,56 +13,56 @@ msgstr ""
13
  "Plural-Forms: nplurals=1; plural=0;\n"
14
  "X-Generator: GlotPress/3.0.0-alpha.2\n"
15
 
16
- #: includes/class-yit-assets.php:144 yit-functions.php:2006
17
  msgid "Confirm trash"
18
  msgstr "確認丟棄"
19
 
20
- #: includes/class-yit-assets.php:145
21
  msgid "Are you sure you want to trash the selected items?"
22
  msgstr "你確定要將所選的項目移至垃圾桶嗎?"
23
 
24
- #: includes/class-yit-assets.php:147 includes/class-yit-assets.php:151
25
  #: templates/sysinfo/tabs/main.php:42 templates/sysinfo/tabs/main.php:50
26
  #: yit-functions.php:2008 yit-functions.php:2026
27
  msgid "No"
28
  msgstr "不"
29
 
30
- #: includes/class-yit-assets.php:148 yit-functions.php:2024
31
  #: yit-functions.php:2152
32
  msgid "Confirm delete"
33
  msgstr "確認刪除"
34
 
35
- #: includes/class-yit-assets.php:149
36
  msgid "Are you sure you want to delete the selected items?"
37
  msgstr "你確定要刪除所選的項目嗎?"
38
 
39
- #: includes/class-yit-assets.php:149 yit-functions.php:1940
40
  #: yit-functions.php:2100
41
  msgid ""
42
  "This action cannot be undone and you will not be able to recover this data."
43
  msgstr "此操作無法撤消,您將無法恢復此數據。"
44
 
45
- #: includes/class-yit-assets.php:162
46
  msgid "Clear"
47
  msgstr "清除"
48
 
49
- #: includes/class-yit-assets.php:163
50
  msgid "Clear color"
51
  msgstr "清除顏色"
52
 
53
- #: includes/class-yit-assets.php:164
54
  msgid "Default"
55
  msgstr "預設"
56
 
57
- #: includes/class-yit-assets.php:165
58
  msgid "Select default color"
59
  msgstr "選擇預設顏色"
60
 
61
- #: includes/class-yit-assets.php:166
62
  msgid "Select Color"
63
  msgstr "選擇顏色"
64
 
65
- #: includes/class-yit-assets.php:167
66
  msgid "Color value"
67
  msgstr "顏色數值"
68
 
@@ -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
 
@@ -202,6 +202,10 @@ msgstr ""
202
  "WooCommerce Wishlist、YITH WooCommerce Ajax 搜尋等)將從之前的位置移動到 "
203
  "YITH 選單。"
204
 
 
 
 
 
205
  #: includes/class-yith-dashboard.php:35
206
  msgid "YITH Latest Updates"
207
  msgstr "YITH 最新更新"
@@ -392,6 +396,10 @@ msgstr ""
392
  "由於您的網站和我們的伺服器之間的連接問題,系統檢查無法確定安裝了哪個 %1$s 版"
393
  "本。"
394
 
 
 
 
 
395
  #: templates/fields/ajax-customers.php:41
396
  msgid "Search for a customer..."
397
  msgstr "搜尋顧客..."
@@ -653,16 +661,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 +675,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"
@@ -696,45 +704,51 @@ msgctxt "[gutenberg]: Category Name"
696
  msgid "YITH"
697
  msgstr "YITH"
698
 
699
- #: includes/class-yit-assets.php:132
700
  msgctxt "Button text"
701
  msgid "Confirm"
702
  msgstr "確認"
703
 
704
- #: includes/class-yit-assets.php:133
705
  msgctxt "Button text"
706
  msgid "Cancel"
707
  msgstr "取消"
708
 
709
- #: includes/class-yit-assets.php:146 yit-functions.php:2009
710
  msgctxt "Trash confirmation action"
711
  msgid "Yes, move to trash"
712
  msgstr "是的,將它移至垃圾桶"
713
 
714
- #: includes/class-yit-assets.php:150 yit-functions.php:2027
715
  #: yit-functions.php:2154
716
  msgctxt "Delete confirmation action"
717
  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 +863,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 +871,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 +931,48 @@ 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"
@@ -938,17 +989,23 @@ msgid "Plugin premium features images"
938
  msgstr "高級版外掛特色圖片"
939
 
940
  #. translators: alt attribute of main image tag.
941
- #: templates/panel/premium-tab.php:51
942
  msgctxt "Premium Tab"
943
  msgid "And so much more!"
944
  msgstr "還有更多!"
945
 
946
  #: templates/panel/premium-tab.php:53
 
 
 
 
 
 
947
  msgctxt "Premium Tab"
948
  msgid "Check the free vs premium features >"
949
  msgstr "查看免費板與高級版的特色比較"
950
 
951
- #: templates/panel/premium-tab.php:58
952
  msgctxt "Premium Tab"
953
  msgid "Get the premium version"
954
  msgstr "取得高級版本"
@@ -1008,27 +1065,27 @@ msgctxt "Term action"
1008
  msgid "Delete"
1009
  msgstr "刪除"
1010
 
1011
- #: yit-plugin.php:84
1012
  msgctxt "Plugin Row Meta"
1013
  msgid "Live Demo"
1014
  msgstr "即時演示"
1015
 
1016
- #: yit-plugin.php:88
1017
  msgctxt "Plugin Row Meta"
1018
  msgid "Documentation"
1019
  msgstr "說明文件"
1020
 
1021
- #: yit-plugin.php:92
1022
  msgctxt "Plugin Row Meta"
1023
  msgid "Support"
1024
  msgstr "支援"
1025
 
1026
- #: yit-plugin.php:96
1027
  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-08-02 12:02:23+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"
13
  "Plural-Forms: nplurals=1; plural=0;\n"
14
  "X-Generator: GlotPress/3.0.0-alpha.2\n"
15
 
16
+ #: includes/class-yit-assets.php:146 yit-functions.php:2006
17
  msgid "Confirm trash"
18
  msgstr "確認丟棄"
19
 
20
+ #: includes/class-yit-assets.php:147
21
  msgid "Are you sure you want to trash the selected items?"
22
  msgstr "你確定要將所選的項目移至垃圾桶嗎?"
23
 
24
+ #: includes/class-yit-assets.php:149 includes/class-yit-assets.php:153
25
  #: templates/sysinfo/tabs/main.php:42 templates/sysinfo/tabs/main.php:50
26
  #: yit-functions.php:2008 yit-functions.php:2026
27
  msgid "No"
28
  msgstr "不"
29
 
30
+ #: includes/class-yit-assets.php:150 yit-functions.php:2024
31
  #: yit-functions.php:2152
32
  msgid "Confirm delete"
33
  msgstr "確認刪除"
34
 
35
+ #: includes/class-yit-assets.php:151
36
  msgid "Are you sure you want to delete the selected items?"
37
  msgstr "你確定要刪除所選的項目嗎?"
38
 
39
+ #: includes/class-yit-assets.php:151 yit-functions.php:1940
40
  #: yit-functions.php:2100
41
  msgid ""
42
  "This action cannot be undone and you will not be able to recover this data."
43
  msgstr "此操作無法撤消,您將無法恢復此數據。"
44
 
45
+ #: includes/class-yit-assets.php:172
46
  msgid "Clear"
47
  msgstr "清除"
48
 
49
+ #: includes/class-yit-assets.php:173
50
  msgid "Clear color"
51
  msgstr "清除顏色"
52
 
53
+ #: includes/class-yit-assets.php:174
54
  msgid "Default"
55
  msgstr "預設"
56
 
57
+ #: includes/class-yit-assets.php:175
58
  msgid "Select default color"
59
  msgstr "選擇預設顏色"
60
 
61
+ #: includes/class-yit-assets.php:176
62
  msgid "Select Color"
63
  msgstr "選擇顏色"
64
 
65
+ #: includes/class-yit-assets.php:177
66
  msgid "Color value"
67
  msgstr "顏色數值"
68
 
110
  msgid "Reset to default"
111
  msgstr "重置為預設值"
112
 
113
+ #: includes/class-yit-plugin-panel.php:1074
114
  msgid ""
115
  "The element you have entered already exists. Please, enter another name."
116
  msgstr "你輸入的這個元素已經存在,請輸入另一個名稱"
117
 
118
+ #: includes/class-yit-plugin-panel.php:1075
119
  msgid "Settings saved"
120
  msgstr "設定已經儲存"
121
 
122
+ #: includes/class-yit-plugin-panel.php:1076
123
  msgid "Settings reset"
124
  msgstr "重置設定"
125
 
126
+ #: includes/class-yit-plugin-panel.php:1077
127
  msgid "Element deleted correctly."
128
  msgstr "元素已被確實刪除"
129
 
130
+ #: includes/class-yit-plugin-panel.php:1078
131
+ #: includes/class-yit-plugin-panel.php:1079
132
  msgid "Element updated correctly."
133
  msgstr "元素已正確更新。"
134
 
135
+ #: includes/class-yit-plugin-panel.php:1080
136
  msgid "Database imported correctly."
137
  msgstr "資料庫已被正確匯入"
138
 
139
+ #: includes/class-yit-plugin-panel.php:1081
140
  msgid "An error has occurred during import. Please try again."
141
  msgstr "匯入過程中發生一個錯誤,請再試一次"
142
 
143
+ #: includes/class-yit-plugin-panel.php:1082
144
  msgid "The added file is not valid."
145
  msgstr "添加的檔案無效"
146
 
147
+ #: includes/class-yit-plugin-panel.php:1083
148
  msgid "Sorry, import is disabled."
149
  msgstr "抱歉,匯入功能被關閉"
150
 
151
+ #: includes/class-yit-plugin-panel.php:1084
152
  msgid "Sorting successful."
153
  msgstr "已順利排序"
154
 
155
+ #: includes/class-yit-plugin-panel.php:1573
156
  msgid "We need your support"
157
  msgstr "我們需要你的支援"
158
 
159
+ #: includes/class-yit-plugin-panel.php:1574
160
  msgid "to keep updating and improving the plugin. Please,"
161
  msgstr "請不斷保持更新與改進外掛"
162
 
163
+ #: includes/class-yit-plugin-panel.php:1576
164
  msgid "help us by leaving a good review"
165
  msgstr "留下好的評論幫助我們更進步"
166
 
167
+ #: includes/class-yit-plugin-panel.php:1577
168
  msgid ":) Thanks!"
169
  msgstr ":) 謝謝!"
170
 
202
  "WooCommerce Wishlist、YITH WooCommerce Ajax 搜尋等)將從之前的位置移動到 "
203
  "YITH 選單。"
204
 
205
+ #: includes/class-yith-bh-onboarding.php:85
206
+ msgid "It is not possible save the options"
207
+ msgstr ""
208
+
209
  #: includes/class-yith-dashboard.php:35
210
  msgid "YITH Latest Updates"
211
  msgstr "YITH 最新更新"
396
  "由於您的網站和我們的伺服器之間的連接問題,系統檢查無法確定安裝了哪個 %1$s 版"
397
  "本。"
398
 
399
+ #: templates/bh-onboarding/onboarding-tabs.php:63
400
+ msgid "Save"
401
+ msgstr ""
402
+
403
  #: templates/fields/ajax-customers.php:41
404
  msgid "Search for a customer..."
405
  msgstr "搜尋顧客..."
661
  msgid "Data: %1$.2fMB | Index: %2$.2fMB | Free: %3$.2fMB | Engine: %4$s"
662
  msgstr "資料數據: %1$.2fMB | 索引: %2$.2fMB | 可用: %3$.2fMB | 引擎: %4$s"
663
 
 
 
 
 
 
 
 
 
 
 
664
  #. translators: %s is the title of the post object.
665
  #: yit-functions.php:1938
666
  msgid "Are you sure you want to move \"%s\" to trash?"
675
  msgid "Further actions"
676
  msgstr "進一步動作"
677
 
678
+ #: yit-plugin.php:233
679
  msgid "License"
680
  msgstr "授權"
681
 
682
+ #. translators: 1. Plugin(s) name(s).
683
+ #: yit-plugin.php:272
684
+ msgid ""
685
+ "%s was deactivated as you're running an higher tier version of the same "
686
+ "plugin."
687
+ msgid_plural ""
688
+ "%s were deactivated as you're running higher tier versions of the same "
689
+ "plugins."
690
+ msgstr[0] ""
691
+
692
  #. Author of the plugin/theme
693
  msgid "YITH"
694
  msgstr "YITH"
704
  msgid "YITH"
705
  msgstr "YITH"
706
 
707
+ #: includes/class-yit-assets.php:134
708
  msgctxt "Button text"
709
  msgid "Confirm"
710
  msgstr "確認"
711
 
712
+ #: includes/class-yit-assets.php:135
713
  msgctxt "Button text"
714
  msgid "Cancel"
715
  msgstr "取消"
716
 
717
+ #: includes/class-yit-assets.php:148 yit-functions.php:2009
718
  msgctxt "Trash confirmation action"
719
  msgid "Yes, move to trash"
720
  msgstr "是的,將它移至垃圾桶"
721
 
722
+ #: includes/class-yit-assets.php:152 yit-functions.php:2027
723
  #: yit-functions.php:2154
724
  msgctxt "Delete confirmation action"
725
  msgid "Yes, delete"
726
  msgstr "是的,刪除"
727
 
728
  #. translators: 1. Plugin name.
729
+ #: includes/class-yit-plugin-panel.php:803
730
  msgctxt "Help tab default title"
731
  msgid "Thank you for purchasing %s!"
732
  msgstr "感謝您購買 %s !"
733
 
734
+ #: includes/class-yit-plugin-panel.php:803
735
+ #, fuzzy
736
+ msgctxt "Help tab default title"
737
+ msgid "Thank you for using %s!"
738
+ msgstr "感謝您購買 %s !"
739
+
740
+ #: includes/class-yit-plugin-panel.php:815
741
  msgctxt "Help tab default description"
742
  msgid ""
743
  "We want to help you enjoy a wonderful experience with all of our products."
744
  msgstr "我們希望幫助您享受我們所有產品的美妙體驗。"
745
 
746
+ #: includes/class-yit-plugin-panel.php:866
747
  msgctxt "Premium tab name"
748
  msgid "Get premium"
749
  msgstr "取得高級版"
750
 
751
+ #: includes/class-yit-plugin-panel.php:878
752
  msgctxt "Help tab name"
753
  msgid "Help"
754
  msgstr "幫助"
863
  msgstr "不"
864
 
865
  #. translators: 1. Url to EN playlist.
866
+ #: templates/panel/help-tab.php:89
867
  msgctxt "Help tab view all video link"
868
  msgid ""
869
  "Check the full <a href=\"%s\" target=\"_blank\">Playlist on Youtube</a> to "
871
  msgstr ""
872
  "查看全部的 <a href=\"%s\" target=\"_blank\">Youtube</a> 播放清單去學習更多 >"
873
 
874
+ #: templates/panel/help-tab.php:96
875
  msgctxt "Help tab Watch Videotutorials link"
876
  msgid "Videos are also available in:"
877
  msgstr "影片也可用於:"
878
 
879
+ #: templates/panel/help-tab.php:126
880
  msgctxt "Help tab Read Documentation link"
881
  msgid "Read the documentation"
882
  msgstr "閱讀說明文件"
883
 
884
+ #: templates/panel/help-tab.php:129
885
  msgctxt "Help tab Read Documentation link"
886
  msgid "to learn how the plugin works from the basics."
887
  msgstr "了解外掛的基礎工作原理"
888
 
889
+ #: templates/panel/help-tab.php:139
890
  msgctxt "Help tab Watch video tutorials link"
891
  msgid "Watch our video tutorials"
892
  msgstr "查看我們的教學影片"
893
 
894
+ #: templates/panel/help-tab.php:142
895
  msgctxt "Help tab Watch video tutorials link"
896
  msgid "to see some helpful use cases."
897
  msgstr "查看一些有用的案例"
898
 
899
+ #: templates/panel/help-tab.php:152
900
  msgctxt "Help tab view FAQs link"
901
  msgid "Check the FAQs"
902
  msgstr "檢查問與答"
903
 
904
+ #: templates/panel/help-tab.php:155
905
  msgctxt "Help tab view FAQs link"
906
  msgid "to find answers to your doubts."
907
  msgstr "找到你的問題答案"
908
 
909
+ #: templates/panel/help-tab.php:170
910
  msgctxt "Help tab FAQ title"
911
  msgid "Last FAQs in our Help Center"
912
  msgstr "在我們的幫助中心的最新問答"
913
 
914
+ #: templates/panel/help-tab.php:184
915
  msgctxt "Help tab FAQ link"
916
  msgid "View all FAQs >"
917
  msgstr "查看所有的問與答 >"
918
 
919
+ #: templates/panel/help-tab.php:193
920
  msgctxt "Help tab submit ticket title"
921
  msgid "Need help?"
922
  msgstr "需要幫忙?"
923
 
924
+ #: templates/panel/help-tab.php:196
925
  msgctxt "Help tab submit ticket description"
926
  msgid ""
927
  "If you are experiencing any technical issues, ask for help from our "
931
  "如果您遇到任何技術問題,請向我們的開發人員尋求幫助。 通過我們的支援後台提交工"
932
  "作單,我們將盡快為您提供幫助。"
933
 
934
+ #: templates/panel/help-tab.php:204
935
  msgctxt "Help tab submit ticket button"
936
  msgid "Submit a ticket"
937
  msgstr "提交一張工作單"
938
 
939
+ #: templates/panel/help-tab.php:216 templates/panel/help-tab.php:218
940
+ #: templates/panel/help-tab.php:223
941
+ #, fuzzy
942
+ msgctxt "Help tab documentation"
943
+ msgid "Read the plugin documentation"
944
+ msgstr "閱讀說明文件"
945
+
946
+ #: templates/panel/help-tab.php:220
947
+ #, fuzzy
948
+ msgctxt "Help tab documentation"
949
+ msgid "to learn how it works from the basics."
950
+ msgstr "了解外掛的基礎工作原理"
951
+
952
+ #: templates/panel/help-tab.php:231 templates/panel/help-tab.php:233
953
+ #, fuzzy
954
+ msgctxt "Help tab support"
955
+ msgid "Need some help?"
956
+ msgstr "需要幫忙?"
957
+
958
+ #: templates/panel/help-tab.php:235
959
+ msgctxt "Help tab support"
960
+ msgid "From DIY to full-service help"
961
+ msgstr ""
962
+
963
+ #: templates/panel/help-tab.php:238
964
+ msgctxt "Help tab support"
965
+ msgid ""
966
+ "Call or chat 24/7 with our support agents, or let our experts build your "
967
+ "site."
968
+ msgstr ""
969
+
970
+ #: templates/panel/help-tab.php:241
971
+ #, fuzzy
972
+ msgctxt "Help tab support"
973
+ msgid "Yes, I need help"
974
+ msgstr "需要幫忙?"
975
+
976
  #: templates/panel/premium-tab.php:30
977
  msgctxt "Premium Tab"
978
  msgid "Get the premium version to unlock advanced features"
989
  msgstr "高級版外掛特色圖片"
990
 
991
  #. translators: alt attribute of main image tag.
992
+ #: templates/panel/premium-tab.php:51 templates/panel/premium-tab.php:58
993
  msgctxt "Premium Tab"
994
  msgid "And so much more!"
995
  msgstr "還有更多!"
996
 
997
  #: templates/panel/premium-tab.php:53
998
+ #, fuzzy
999
+ msgctxt "Premium Tab"
1000
+ msgid "Check the premium features >"
1001
+ msgstr "查看免費板與高級版的特色比較"
1002
+
1003
+ #: templates/panel/premium-tab.php:60
1004
  msgctxt "Premium Tab"
1005
  msgid "Check the free vs premium features >"
1006
  msgstr "查看免費板與高級版的特色比較"
1007
 
1008
+ #: templates/panel/premium-tab.php:65
1009
  msgctxt "Premium Tab"
1010
  msgid "Get the premium version"
1011
  msgstr "取得高級版本"
1065
  msgid "Delete"
1066
  msgstr "刪除"
1067
 
1068
+ #: yit-plugin.php:85
1069
  msgctxt "Plugin Row Meta"
1070
  msgid "Live Demo"
1071
  msgstr "即時演示"
1072
 
1073
+ #: yit-plugin.php:89
1074
  msgctxt "Plugin Row Meta"
1075
  msgid "Documentation"
1076
  msgstr "說明文件"
1077
 
1078
+ #: yit-plugin.php:93
1079
  msgctxt "Plugin Row Meta"
1080
  msgid "Support"
1081
  msgstr "支援"
1082
 
1083
+ #: yit-plugin.php:97
1084
  msgctxt "Plugin Row Meta"
1085
  msgid "Premium version"
1086
  msgstr "高級版本"
1087
 
1088
+ #: yit-plugin.php:229
1089
  msgctxt "Action links"
1090
  msgid "Settings"
1091
  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"
@@ -24,55 +24,55 @@ msgstr ""
24
  "X-Textdomain-Support: yes\n"
25
  "X-Generator: grunt-wp-i18n 1.0.3\n"
26
 
27
- #: includes/class-yit-assets.php:144 yit-functions.php:2006
28
  msgid "Confirm trash"
29
  msgstr ""
30
 
31
- #: includes/class-yit-assets.php:145
32
  msgid "Are you sure you want to trash the selected items?"
33
  msgstr ""
34
 
35
- #: includes/class-yit-assets.php:147 includes/class-yit-assets.php:151
36
  #: templates/sysinfo/tabs/main.php:42 templates/sysinfo/tabs/main.php:50
37
  #: yit-functions.php:2008 yit-functions.php:2026
38
  msgid "No"
39
  msgstr ""
40
 
41
- #: includes/class-yit-assets.php:148 yit-functions.php:2024
42
  #: yit-functions.php:2152
43
  msgid "Confirm delete"
44
  msgstr ""
45
 
46
- #: includes/class-yit-assets.php:149
47
  msgid "Are you sure you want to delete the selected items?"
48
  msgstr ""
49
 
50
- #: includes/class-yit-assets.php:149 yit-functions.php:1940
51
  #: yit-functions.php:2100
52
  msgid "This action cannot be undone and you will not be able to recover this data."
53
  msgstr ""
54
 
55
- #: includes/class-yit-assets.php:162
56
  msgid "Clear"
57
  msgstr ""
58
 
59
- #: includes/class-yit-assets.php:163
60
  msgid "Clear color"
61
  msgstr ""
62
 
63
- #: includes/class-yit-assets.php:164
64
  msgid "Default"
65
  msgstr ""
66
 
67
- #: includes/class-yit-assets.php:165
68
  msgid "Select default color"
69
  msgstr ""
70
 
71
- #: includes/class-yit-assets.php:166
72
  msgid "Select Color"
73
  msgstr ""
74
 
75
- #: includes/class-yit-assets.php:167
76
  msgid "Color value"
77
  msgstr ""
78
 
@@ -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
 
@@ -204,6 +204,10 @@ msgid ""
204
  "from previous location to YITH menu."
205
  msgstr ""
206
 
 
 
 
 
207
  #: includes/class-yith-dashboard.php:35
208
  msgid "YITH Latest Updates"
209
  msgstr ""
@@ -389,6 +393,10 @@ msgid ""
389
  "connection issue between your site and our server."
390
  msgstr ""
391
 
 
 
 
 
392
  #: templates/fields/ajax-customers.php:41
393
  msgid "Search for a customer..."
394
  msgstr ""
@@ -649,17 +657,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 +671,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 ""
@@ -693,44 +701,49 @@ msgctxt "[gutenberg]: Category Name"
693
  msgid "YITH"
694
  msgstr ""
695
 
696
- #: includes/class-yit-assets.php:132
697
  msgctxt "Button text"
698
  msgid "Confirm"
699
  msgstr ""
700
 
701
- #: includes/class-yit-assets.php:133
702
  msgctxt "Button text"
703
  msgid "Cancel"
704
  msgstr ""
705
 
706
- #: includes/class-yit-assets.php:146 yit-functions.php:2009
707
  msgctxt "Trash confirmation action"
708
  msgid "Yes, move to trash"
709
  msgstr ""
710
 
711
- #: includes/class-yit-assets.php:150 yit-functions.php:2027
712
  #: yit-functions.php:2154
713
  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 +854,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 +862,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 +920,44 @@ 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"
@@ -927,7 +973,7 @@ msgctxt "Premium Tab"
927
  msgid "Plugin premium features images"
928
  msgstr ""
929
 
930
- #: templates/panel/premium-tab.php:51
931
  #. translators: alt attribute of main image tag.
932
  msgctxt "Premium Tab"
933
  msgid "And so much more!"
@@ -935,10 +981,15 @@ msgstr ""
935
 
936
  #: templates/panel/premium-tab.php:53
937
  msgctxt "Premium Tab"
 
 
 
 
 
938
  msgid "Check the free vs premium features >"
939
  msgstr ""
940
 
941
- #: templates/panel/premium-tab.php:58
942
  msgctxt "Premium Tab"
943
  msgid "Get the premium version"
944
  msgstr ""
@@ -998,27 +1049,27 @@ msgctxt "Term action"
998
  msgid "Delete"
999
  msgstr ""
1000
 
1001
- #: yit-plugin.php:84
1002
  msgctxt "Plugin Row Meta"
1003
  msgid "Live Demo"
1004
  msgstr ""
1005
 
1006
- #: yit-plugin.php:88
1007
  msgctxt "Plugin Row Meta"
1008
  msgid "Documentation"
1009
  msgstr ""
1010
 
1011
- #: yit-plugin.php:92
1012
  msgctxt "Plugin Row Meta"
1013
  msgid "Support"
1014
  msgstr ""
1015
 
1016
- #: yit-plugin.php:96
1017
  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-08-02 12:02:23+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
24
  "X-Textdomain-Support: yes\n"
25
  "X-Generator: grunt-wp-i18n 1.0.3\n"
26
 
27
+ #: includes/class-yit-assets.php:146 yit-functions.php:2006
28
  msgid "Confirm trash"
29
  msgstr ""
30
 
31
+ #: includes/class-yit-assets.php:147
32
  msgid "Are you sure you want to trash the selected items?"
33
  msgstr ""
34
 
35
+ #: includes/class-yit-assets.php:149 includes/class-yit-assets.php:153
36
  #: templates/sysinfo/tabs/main.php:42 templates/sysinfo/tabs/main.php:50
37
  #: yit-functions.php:2008 yit-functions.php:2026
38
  msgid "No"
39
  msgstr ""
40
 
41
+ #: includes/class-yit-assets.php:150 yit-functions.php:2024
42
  #: yit-functions.php:2152
43
  msgid "Confirm delete"
44
  msgstr ""
45
 
46
+ #: includes/class-yit-assets.php:151
47
  msgid "Are you sure you want to delete the selected items?"
48
  msgstr ""
49
 
50
+ #: includes/class-yit-assets.php:151 yit-functions.php:1940
51
  #: yit-functions.php:2100
52
  msgid "This action cannot be undone and you will not be able to recover this data."
53
  msgstr ""
54
 
55
+ #: includes/class-yit-assets.php:172
56
  msgid "Clear"
57
  msgstr ""
58
 
59
+ #: includes/class-yit-assets.php:173
60
  msgid "Clear color"
61
  msgstr ""
62
 
63
+ #: includes/class-yit-assets.php:174
64
  msgid "Default"
65
  msgstr ""
66
 
67
+ #: includes/class-yit-assets.php:175
68
  msgid "Select default color"
69
  msgstr ""
70
 
71
+ #: includes/class-yit-assets.php:176
72
  msgid "Select Color"
73
  msgstr ""
74
 
75
+ #: includes/class-yit-assets.php:177
76
  msgid "Color value"
77
  msgstr ""
78
 
119
  msgid "Reset to default"
120
  msgstr ""
121
 
122
+ #: includes/class-yit-plugin-panel.php:1074
123
  msgid "The element you have entered already exists. Please, enter another name."
124
  msgstr ""
125
 
126
+ #: includes/class-yit-plugin-panel.php:1075
127
  msgid "Settings saved"
128
  msgstr ""
129
 
130
+ #: includes/class-yit-plugin-panel.php:1076
131
  msgid "Settings reset"
132
  msgstr ""
133
 
134
+ #: includes/class-yit-plugin-panel.php:1077
135
  msgid "Element deleted correctly."
136
  msgstr ""
137
 
138
+ #: includes/class-yit-plugin-panel.php:1078
139
+ #: includes/class-yit-plugin-panel.php:1079
140
  msgid "Element updated correctly."
141
  msgstr ""
142
 
143
+ #: includes/class-yit-plugin-panel.php:1080
144
  msgid "Database imported correctly."
145
  msgstr ""
146
 
147
+ #: includes/class-yit-plugin-panel.php:1081
148
  msgid "An error has occurred during import. Please try again."
149
  msgstr ""
150
 
151
+ #: includes/class-yit-plugin-panel.php:1082
152
  msgid "The added file is not valid."
153
  msgstr ""
154
 
155
+ #: includes/class-yit-plugin-panel.php:1083
156
  msgid "Sorry, import is disabled."
157
  msgstr ""
158
 
159
+ #: includes/class-yit-plugin-panel.php:1084
160
  msgid "Sorting successful."
161
  msgstr ""
162
 
163
+ #: includes/class-yit-plugin-panel.php:1573
164
  msgid "We need your support"
165
  msgstr ""
166
 
167
+ #: includes/class-yit-plugin-panel.php:1574
168
  msgid "to keep updating and improving the plugin. Please,"
169
  msgstr ""
170
 
171
+ #: includes/class-yit-plugin-panel.php:1576
172
  msgid "help us by leaving a good review"
173
  msgstr ""
174
 
175
+ #: includes/class-yit-plugin-panel.php:1577
176
  msgid ":) Thanks!"
177
  msgstr ""
178
 
204
  "from previous location to YITH menu."
205
  msgstr ""
206
 
207
+ #: includes/class-yith-bh-onboarding.php:85
208
+ msgid "It is not possible save the options"
209
+ msgstr ""
210
+
211
  #: includes/class-yith-dashboard.php:35
212
  msgid "YITH Latest Updates"
213
  msgstr ""
393
  "connection issue between your site and our server."
394
  msgstr ""
395
 
396
+ #: templates/bh-onboarding/onboarding-tabs.php:63
397
+ msgid "Save"
398
+ msgstr ""
399
+
400
  #: templates/fields/ajax-customers.php:41
401
  msgid "Search for a customer..."
402
  msgstr ""
657
  msgid "Data: %1$.2fMB | Index: %2$.2fMB | Free: %3$.2fMB | Engine: %4$s"
658
  msgstr ""
659
 
 
 
 
 
 
 
 
 
 
 
 
660
  #: yit-functions.php:1938
661
  #. translators: %s is the title of the post object.
662
  msgid "Are you sure you want to move \"%s\" to trash?"
671
  msgid "Further actions"
672
  msgstr ""
673
 
674
+ #: yit-plugin.php:233
675
  msgid "License"
676
  msgstr ""
677
 
678
+ #: yit-plugin.php:272
679
+ #. translators: 1. Plugin(s) name(s).
680
+ msgid ""
681
+ "%s was deactivated as you're running an higher tier version of the same "
682
+ "plugin."
683
+ msgid_plural ""
684
+ "%s were deactivated as you're running higher tier versions of the same "
685
+ "plugins."
686
+ msgstr[0] ""
687
+ msgstr[1] ""
688
+
689
  #. Author of the plugin/theme
690
  msgid "YITH"
691
  msgstr ""
701
  msgid "YITH"
702
  msgstr ""
703
 
704
+ #: includes/class-yit-assets.php:134
705
  msgctxt "Button text"
706
  msgid "Confirm"
707
  msgstr ""
708
 
709
+ #: includes/class-yit-assets.php:135
710
  msgctxt "Button text"
711
  msgid "Cancel"
712
  msgstr ""
713
 
714
+ #: includes/class-yit-assets.php:148 yit-functions.php:2009
715
  msgctxt "Trash confirmation action"
716
  msgid "Yes, move to trash"
717
  msgstr ""
718
 
719
+ #: includes/class-yit-assets.php:152 yit-functions.php:2027
720
  #: yit-functions.php:2154
721
  msgctxt "Delete confirmation action"
722
  msgid "Yes, delete"
723
  msgstr ""
724
 
725
+ #: includes/class-yit-plugin-panel.php:803
726
  #. translators: 1. Plugin name.
727
  msgctxt "Help tab default title"
728
  msgid "Thank you for purchasing %s!"
729
  msgstr ""
730
 
731
+ #: includes/class-yit-plugin-panel.php:803
732
+ msgctxt "Help tab default title"
733
+ msgid "Thank you for using %s!"
734
+ msgstr ""
735
+
736
+ #: includes/class-yit-plugin-panel.php:815
737
  msgctxt "Help tab default description"
738
  msgid "We want to help you enjoy a wonderful experience with all of our products."
739
  msgstr ""
740
 
741
+ #: includes/class-yit-plugin-panel.php:866
742
  msgctxt "Premium tab name"
743
  msgid "Get premium"
744
  msgstr ""
745
 
746
+ #: includes/class-yit-plugin-panel.php:878
747
  msgctxt "Help tab name"
748
  msgid "Help"
749
  msgstr ""
854
  msgid "NO"
855
  msgstr ""
856
 
857
+ #: templates/panel/help-tab.php:89
858
  #. translators: 1. Url to EN playlist.
859
  msgctxt "Help tab view all video link"
860
  msgid ""
862
  "learn more >"
863
  msgstr ""
864
 
865
+ #: templates/panel/help-tab.php:96
866
  msgctxt "Help tab Watch Videotutorials link"
867
  msgid "Videos are also available in:"
868
  msgstr ""
869
 
870
+ #: templates/panel/help-tab.php:126
871
  msgctxt "Help tab Read Documentation link"
872
  msgid "Read the documentation"
873
  msgstr ""
874
 
875
+ #: templates/panel/help-tab.php:129
876
  msgctxt "Help tab Read Documentation link"
877
  msgid "to learn how the plugin works from the basics."
878
  msgstr ""
879
 
880
+ #: templates/panel/help-tab.php:139
881
  msgctxt "Help tab Watch video tutorials link"
882
  msgid "Watch our video tutorials"
883
  msgstr ""
884
 
885
+ #: templates/panel/help-tab.php:142
886
  msgctxt "Help tab Watch video tutorials link"
887
  msgid "to see some helpful use cases."
888
  msgstr ""
889
 
890
+ #: templates/panel/help-tab.php:152
891
  msgctxt "Help tab view FAQs link"
892
  msgid "Check the FAQs"
893
  msgstr ""
894
 
895
+ #: templates/panel/help-tab.php:155
896
  msgctxt "Help tab view FAQs link"
897
  msgid "to find answers to your doubts."
898
  msgstr ""
899
 
900
+ #: templates/panel/help-tab.php:170
901
  msgctxt "Help tab FAQ title"
902
  msgid "Last FAQs in our Help Center"
903
  msgstr ""
904
 
905
+ #: templates/panel/help-tab.php:184
906
  msgctxt "Help tab FAQ link"
907
  msgid "View all FAQs >"
908
  msgstr ""
909
 
910
+ #: templates/panel/help-tab.php:193
911
  msgctxt "Help tab submit ticket title"
912
  msgid "Need help?"
913
  msgstr ""
914
 
915
+ #: templates/panel/help-tab.php:196
916
  msgctxt "Help tab submit ticket description"
917
  msgid ""
918
  "If you are experiencing any technical issues, ask for help from our "
920
  "as soon as possible."
921
  msgstr ""
922
 
923
+ #: templates/panel/help-tab.php:204
924
  msgctxt "Help tab submit ticket button"
925
  msgid "Submit a ticket"
926
  msgstr ""
927
 
928
+ #: templates/panel/help-tab.php:216 templates/panel/help-tab.php:218
929
+ #: templates/panel/help-tab.php:223
930
+ msgctxt "Help tab documentation"
931
+ msgid "Read the plugin documentation"
932
+ msgstr ""
933
+
934
+ #: templates/panel/help-tab.php:220
935
+ msgctxt "Help tab documentation"
936
+ msgid "to learn how it works from the basics."
937
+ msgstr ""
938
+
939
+ #: templates/panel/help-tab.php:231 templates/panel/help-tab.php:233
940
+ msgctxt "Help tab support"
941
+ msgid "Need some help?"
942
+ msgstr ""
943
+
944
+ #: templates/panel/help-tab.php:235
945
+ msgctxt "Help tab support"
946
+ msgid "From DIY to full-service help"
947
+ msgstr ""
948
+
949
+ #: templates/panel/help-tab.php:238
950
+ msgctxt "Help tab support"
951
+ msgid ""
952
+ "Call or chat 24/7 with our support agents, or let our experts build your "
953
+ "site."
954
+ msgstr ""
955
+
956
+ #: templates/panel/help-tab.php:241
957
+ msgctxt "Help tab support"
958
+ msgid "Yes, I need help"
959
+ msgstr ""
960
+
961
  #: templates/panel/premium-tab.php:30
962
  msgctxt "Premium Tab"
963
  msgid "Get the premium version to unlock advanced features"
973
  msgid "Plugin premium features images"
974
  msgstr ""
975
 
976
+ #: templates/panel/premium-tab.php:51 templates/panel/premium-tab.php:58
977
  #. translators: alt attribute of main image tag.
978
  msgctxt "Premium Tab"
979
  msgid "And so much more!"
981
 
982
  #: templates/panel/premium-tab.php:53
983
  msgctxt "Premium Tab"
984
+ msgid "Check the premium features >"
985
+ msgstr ""
986
+
987
+ #: templates/panel/premium-tab.php:60
988
+ msgctxt "Premium Tab"
989
  msgid "Check the free vs premium features >"
990
  msgstr ""
991
 
992
+ #: templates/panel/premium-tab.php:65
993
  msgctxt "Premium Tab"
994
  msgid "Get the premium version"
995
  msgstr ""
1049
  msgid "Delete"
1050
  msgstr ""
1051
 
1052
+ #: yit-plugin.php:85
1053
  msgctxt "Plugin Row Meta"
1054
  msgid "Live Demo"
1055
  msgstr ""
1056
 
1057
+ #: yit-plugin.php:89
1058
  msgctxt "Plugin Row Meta"
1059
  msgid "Documentation"
1060
  msgstr ""
1061
 
1062
+ #: yit-plugin.php:93
1063
  msgctxt "Plugin Row Meta"
1064
  msgid "Support"
1065
  msgstr ""
1066
 
1067
+ #: yit-plugin.php:97
1068
  msgctxt "Plugin Row Meta"
1069
  msgid "Premium version"
1070
  msgstr ""
1071
 
1072
+ #: yit-plugin.php:229
1073
  msgctxt "Action links"
1074
  msgid "Settings"
1075
  msgstr ""
plugin-fw/templates/bh-onboarding/onboarding-tabs.php ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * The Template for displaying the BH Onboarding tabs.
4
+ *
5
+ * @var array $options The premium tab options array.
6
+ *
7
+ * @package YITH\PluginFramework\Templates
8
+ * @author Emanuela Castorina <emanuela.castorina@yithemes.com>
9
+ * @since 3.9.11
10
+ */
11
+
12
+ defined( 'ABSPATH' ) || exit; // Exit if accessed directly.
13
+ $tabs = $options['tabs'];
14
+ ?>
15
+ <div class="woocommerce yith-plugin-fw-panel" id="yith-bh-onboarding">
16
+ <header>
17
+ <div class="yith-bh-onboarding-logo">
18
+ <?php if ( isset( $options['logo'] ) ) : ?>
19
+ <div class="logo">
20
+ <img src="<?php echo esc_url( $options['logo'] ); ?>" width="150"/>
21
+ </div>
22
+ <?php endif; ?>
23
+ <?php if ( isset( $options['claim'] ) ) : ?>
24
+ <div class="claim"><?php echo esc_html( $options['claim'] ); ?></div>
25
+ <?php endif; ?>
26
+ </div>
27
+ <div class="yith-bh-onboarding-plugin-description">
28
+ <?php if ( isset( $options['plugin-description'] ) ) : ?>
29
+ <div class="plugin-description"><?php echo wp_kses_post( $options['plugin-description'] ); ?></div>
30
+ <?php endif; ?>
31
+ </div>
32
+ </header>
33
+ <div class="yith-bh-onboarding-tabs yith-plugin-ui">
34
+ <ul class="yith-bh-onboarding-tabs__nav">
35
+ <?php
36
+ $c = 0;
37
+ foreach ( $tabs as $key => $tab ) :
38
+ ?>
39
+ <li class="yith-bh-onboarding-tabs__nav__link <?php echo ! ( $c ++ ) ? 'selected' : ''; ?>" data-tab="<?php esc_attr_e( $key ); ?>"><?php echo esc_html( $tab['title'] ); ?></li>
40
+ <?php
41
+ endforeach;
42
+ ?>
43
+ </ul>
44
+ <div class="yith-bh-onboarding-tabs__content yith-plugin-fw yit-admin-panel-container">
45
+ <?php foreach ( $tabs as $key => $tab ) : ?>
46
+ <?php if ( isset( $tab['options'] ) ) : ?>
47
+ <div class="yith-bh-onboarding-tabs__tab" id="<?php echo esc_attr( $key ); ?>">
48
+ <p class="yith-bh-onboarding-tab-description"><?php echo wp_kses_post( $tab['description'] ); ?></p>
49
+ <form class="yith-bh-onboarding-tabs__form" id="plugin-fw-wc">
50
+ <table class="form-table">
51
+ <?php
52
+ foreach ( $tab['options'] as $name => $option ) {
53
+ YIT_Plugin_Panel_WooCommerce::add_yith_field( $option );
54
+ }
55
+ ?>
56
+ </table>
57
+ <?php if ( isset( $tab['show_save_button'] ) && $tab['show_save_button'] ) : ?>
58
+ <input type="hidden" name="yith-plugin" value="<?php echo esc_attr( $options['slug'] ); ?>">
59
+ <input type="hidden" name="action" value="yith_bh_onboarding">
60
+ <input type="hidden" name="tab" value="<?php echo esc_attr( $key ); ?>">
61
+ <?php wp_nonce_field( 'yith-bh-onboarding-save-options' ); ?>
62
+ <div class="submit-area">
63
+ <button id="yith-bh-save-button" class="button button-primary"><?php echo esc_html__( 'Save', 'yith-plugin-fw' ); ?></button>
64
+ </div>
65
+ <?php endif; ?>
66
+ </form>
67
+ </div>
68
+ <?php
69
+ endif;
70
+ endforeach;
71
+
72
+ ?>
73
+ </div>
74
+
75
+ </div>
plugin-fw/templates/panel/help-tab.php CHANGED
@@ -6,6 +6,8 @@
6
  * @var string $current_tab The current tab.
7
  * @var string $current_sub_tab The current sub-tab.
8
  * @var array $latest_articles Latest HC articles.
 
 
9
  *
10
  * @package YITH\PluginFramework\Templates
11
  */
@@ -54,7 +56,7 @@ if ( $has_default_playlist ) {
54
  }
55
  ?>
56
 
57
- <div id='yith_plugin_fw_panel_help_tab' class='yith-plugin-fw-panel-help-tab-container'>
58
  <div class="yith-plugin-fw-panel-help-tab-content">
59
  <?php if ( $the_title ) : ?>
60
  <h2 class="yith-plugin-fw-panel-help-tab-title"><?php echo wp_kses_post( $the_title ); ?></h2>
@@ -66,7 +68,7 @@ if ( $has_default_playlist ) {
66
  </p>
67
  <?php endif; ?>
68
 
69
- <?php if ( $has_video || $has_additional_links ) : ?>
70
  <div class="row">
71
  <?php if ( $video_url ) : ?>
72
  <div class="yith-plugin-fw-help-tab-video <?php echo $has_additional_links ? 'column-left' : 'full-width'; ?>">
@@ -161,8 +163,7 @@ if ( $has_default_playlist ) {
161
  </div>
162
  <?php endif; ?>
163
 
164
-
165
- <?php if ( $show_articles || $show_submit_ticket ) : ?>
166
  <div class="row">
167
  <?php if ( $show_articles ) : ?>
168
  <div class="yith-plugin-fw-hc-articles <?php echo $show_submit_ticket ? 'column-left' : 'full-width'; ?>">
@@ -205,7 +206,44 @@ if ( $has_default_playlist ) {
205
  </div>
206
  </div>
207
  <?php endif; ?>
208
- <?php endif; ?>
209
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
210
  </div>
211
  </div>
6
  * @var string $current_tab The current tab.
7
  * @var string $current_sub_tab The current sub-tab.
8
  * @var array $latest_articles Latest HC articles.
9
+ * @var bool $is_extended Whether current plugin is an Extended version.
10
+ * @var bool $is_premium Whether current plugin is a Premium version.
11
  *
12
  * @package YITH\PluginFramework\Templates
13
  */
56
  }
57
  ?>
58
 
59
+ <div id='yith_plugin_fw_panel_help_tab' class='yith-plugin-fw-panel-help-tab-container <?php echo esc_attr( $is_extended ? 'extended' : '' ); ?>'>
60
  <div class="yith-plugin-fw-panel-help-tab-content">
61
  <?php if ( $the_title ) : ?>
62
  <h2 class="yith-plugin-fw-panel-help-tab-title"><?php echo wp_kses_post( $the_title ); ?></h2>
68
  </p>
69
  <?php endif; ?>
70
 
71
+ <?php if ( $is_premium && ( $has_video || $has_additional_links ) ) : ?>
72
  <div class="row">
73
  <?php if ( $video_url ) : ?>
74
  <div class="yith-plugin-fw-help-tab-video <?php echo $has_additional_links ? 'column-left' : 'full-width'; ?>">
163
  </div>
164
  <?php endif; ?>
165
 
166
+ <?php if ( $is_premium && ( $show_articles || $show_submit_ticket ) ) : ?>
 
167
  <div class="row">
168
  <?php if ( $show_articles ) : ?>
169
  <div class="yith-plugin-fw-hc-articles <?php echo $show_submit_ticket ? 'column-left' : 'full-width'; ?>">
206
  </div>
207
  </div>
208
  <?php endif; ?>
209
+ </div>
210
+ <?php endif; ?>
211
+
212
+ <?php if ( $is_extended ) : ?>
213
+ <div class="row">
214
+ <?php if ( $options['doc_url'] ) : ?>
215
+ <div class="box-with-image">
216
+ <img src="<?php echo esc_url( YIT_CORE_PLUGIN_URL ); ?>/assets/images/help-tab/documentation.svg" alt="<?php echo esc_attr_x( 'Read the plugin documentation', 'Help tab documentation', 'yith-plugin-fw' ); ?>">
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' ); ?>
224
+ </a>
225
+ </div>
226
+ </div>
227
+ <?php endif; ?>
228
+
229
+ <?php if ( $show_submit_ticket ) : ?>
230
+ <div class="box-with-image">
231
+ <img src="<?php echo esc_url( YIT_CORE_PLUGIN_URL ); ?>/assets/images/help-tab/support-desk.svg" alt="<?php echo esc_attr_x( 'Need some help?', 'Help tab support', 'yith-plugin-fw' ); ?>">
232
+ <div class="box-content">
233
+ <h3><?php echo esc_html_x( 'Need some help?', 'Help tab support', 'yith-plugin-fw' ); ?></h3>
234
+ <p>
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>
244
+ </div>
245
+ <?php endif; ?>
246
+ </div>
247
+ <?php endif; ?>
248
  </div>
249
  </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
@@ -37,6 +37,7 @@ require_once 'includes/privacy/class-yith-privacy.php';
37
  require_once 'includes/privacy/class-yith-privacy-plugin-abstract.php';
38
  require_once 'includes/class-yith-system-status.php';
39
  require_once 'includes/class-yith-post-type-admin.php';
 
40
 
41
  // Gutenberg Support.
42
  if ( class_exists( 'WP_Block_Type_Registry' ) ) {
@@ -110,25 +111,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 +167,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 +184,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 +198,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 +236,53 @@ if ( ! function_exists( 'yith_add_action_links' ) ) {
216
  return $links;
217
  }
218
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  require_once 'includes/privacy/class-yith-privacy-plugin-abstract.php';
38
  require_once 'includes/class-yith-system-status.php';
39
  require_once 'includes/class-yith-post-type-admin.php';
40
+ require_once 'includes/class-yith-bh-onboarding.php';
41
 
42
  // Gutenberg Support.
43
  if ( class_exists( 'WP_Block_Type_Registry' ) ) {
111
  $plugin_data,
112
  $status
113
  );
114
+ $fields = $new_row_meta_args['to_show'] ?? array();
115
+ $slug = $new_row_meta_args['slug'] ?? '';
116
+ $is_extended = $new_row_meta_args['is_extended'] ?? ( false !== strpos( $plugin_file, '-extended' ) );
117
+ $is_premium = $new_row_meta_args['is_premium'] ?? ( false !== strpos( $plugin_file, '-premium' ) );
118
  $utm_campaign = 'plugin-version-author-uri';
119
 
120
  if ( $is_premium ) {
121
  $utm_source = 'wp-premium-dashboard';
122
+ $to_remove = array( 'premium_version' );
123
  } elseif ( $is_extended ) {
124
  $utm_source = 'wp-extended-dashboard';
125
+ $to_remove = array( 'live_demo' );
126
+
127
+ // set custom base uri.
128
+ $base_uri['documentation'] = 'https://www.bluehost.com/help/article/';
129
+ $base_uri['free_support'] = add_query_arg( array( 'page' => 'bluehost' ), admin_url( 'admin.php' ) ) . '#/help';
130
  } else {
131
  $utm_source = 'wp-free-dashboard';
132
  }
133
 
134
+ // remove meta not required for current plugin.
135
+ if ( ! empty( $to_remove ) ) {
136
+ foreach ( $to_remove as $item_to_remove ) {
137
+ $item_to_remove_pos = array_search( $item_to_remove, $fields, true );
138
+
139
+ if ( false === $item_to_remove_pos ) {
140
+ continue;
141
+ }
142
 
143
+ unset( $fields[ $item_to_remove_pos ] );
 
144
  }
145
  }
146
 
167
  if ( ! empty( $slug ) ) {
168
  if ( 'support' === $field ) {
169
  $support_field = true === $is_premium ? 'premium_support' : 'free_support';
170
+
171
  if ( ! empty( $base_uri[ $support_field ] ) ) {
172
  $url = $base_uri[ $support_field ];
173
  }
174
 
175
+ if ( 'free_support' === $support_field && ! $is_extended ) {
176
  $url = $url . $slug;
177
  }
178
  } else {
184
  }
185
 
186
  if ( ! empty( $url ) && ! empty( $label ) ) {
187
+ if ( ! ( $is_extended && in_array( $field, array( 'support', 'documentation' ), true ) ) ) {
188
+ $url = yith_plugin_fw_add_utm_data( $url, $slug, $utm_campaign, $utm_source );
189
+ }
190
+
191
  $plugin_meta[] = sprintf( '<a href="%s" target="_blank"><span class="%s"></span>%s</a>', $url, $icon, $label );
192
  }
193
  }
198
  }
199
 
200
  if ( isset( $plugin_meta[2] ) ) {
201
+ if ( $is_extended ) {
202
+ unset( $plugin_meta[2] );
203
+ } else {
204
+ $utm_plugin_uri = yith_plugin_fw_add_utm_data( $plugin_data['PluginURI'], $slug, $utm_campaign, $utm_source );
205
+ $plugin_meta[2] = str_replace( $plugin_data['PluginURI'], $utm_plugin_uri, $plugin_meta[2] );
206
+ }
207
  }
208
 
209
  return $plugin_meta;
236
  return $links;
237
  }
238
  }
239
+
240
+ if ( ! function_exists( 'yith_plugin_fw_print_deactivation_message' ) ) {
241
+ /**
242
+ * Prints message about plugins deactivation, due to multiple versions active of the same software active at the same time
243
+ *
244
+ * @return void
245
+ * @since 3.9.8
246
+ */
247
+ function yith_plugin_fw_print_deactivation_message() {
248
+ global $pagenow;
249
+
250
+ // phpcs:disable WordPress.Security.NonceVerification
251
+ if ( 'plugins.php' !== $pagenow || ! isset( $_GET['yith_deactivated_plugins'] ) ) {
252
+ return;
253
+ }
254
+
255
+ $names = sanitize_text_field( wp_unslash( $_GET['yith_deactivated_plugins'] ) );
256
+ $names = explode( ',', $names );
257
+ $names = array_map(
258
+ function ( $init_file ) {
259
+ $name = get_plugin_data( WP_PLUGIN_DIR . '/' . $init_file )['Name'] ?? '';
260
+ if ( ! $name ) {
261
+ $name = str_replace( array( '-', 'init.php', '/' ), ' ', $init_file );
262
+ $name = str_replace( array( 'yith', 'woocommerce', 'wordpress' ), array( 'YITH', 'WooCommerce', 'WordPress' ), $name );
263
+ $name = trim( ucwords( $name ) );
264
+ }
265
+
266
+ return $name;
267
+ },
268
+ $names
269
+ );
270
+
271
+ // translators: 1. Plugin(s) name(s).
272
+ $message = _n(
273
+ '%s was deactivated as you\'re running an higher tier version of the same plugin.',
274
+ '%s were deactivated as you\'re running higher tier versions of the same plugins.',
275
+ count( $names ),
276
+ 'yit-plugin-fw'
277
+ );
278
+ $message = sprintf( $message, implode( ', ', $names ) );
279
+ ?>
280
+ <div class="notice">
281
+ <p><?php echo esc_html( $message ); ?></p>
282
+ </div>
283
+ <?php
284
+ // phpcs:enable
285
+ }
286
+ }
287
+
288
+ add_action( 'admin_notices', 'yith_plugin_fw_print_deactivation_message' );
readme.txt CHANGED
@@ -4,7 +4,7 @@ Contributors: yithemes
4
  Tags: woocommerce catalog mode plugin, woocommerce catalog only, woocommerce, products, themes, yit, yith, yithemes, e-commerce, shop, catalog mode, catalogue mode, remove add to cart, ask for price, ask price, asking for price, asking price, button remove, call, call for price, call me, call us, contact, email, hide add to cart, hide price
5
  Requires at least: 5.8
6
  Tested up to: 6.0
7
- Stable tag: 2.12.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -131,6 +131,11 @@ yith-woocommerce-catalog-mode-<WORDPRESS LOCALE >.mo
131
 
132
  == Changelog ==
133
 
 
 
 
 
 
134
  = Version 2.12.0 - Released: 08 July 2022 =
135
 
136
  * New: support for WooCommerce 6.7
@@ -501,7 +506,7 @@ yith-woocommerce-catalog-mode-<WORDPRESS LOCALE >.mo
501
 
502
  == Upgrade Notice ==
503
 
504
- Last Stable Tag 2.12.0
505
 
506
  == Suggestions ==
507
 
4
  Tags: woocommerce catalog mode plugin, woocommerce catalog only, woocommerce, products, themes, yit, yith, yithemes, e-commerce, shop, catalog mode, catalogue mode, remove add to cart, ask for price, ask price, asking for price, asking price, button remove, call, call for price, call me, call us, contact, email, hide add to cart, hide price
5
  Requires at least: 5.8
6
  Tested up to: 6.0
7
+ Stable tag: 2.13.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
131
 
132
  == Changelog ==
133
 
134
+ = Version 2.13.0 - Released: 03 August 2022 =
135
+
136
+ * New: support for WooCommerce 6.8
137
+ * Update: YITH plugin framework
138
+
139
  = Version 2.12.0 - Released: 08 July 2022 =
140
 
141
  * New: support for WooCommerce 6.7
506
 
507
  == Upgrade Notice ==
508
 
509
+ Last Stable Tag 2.13.0
510
 
511
  == Suggestions ==
512