YITH WooCommerce Compare - Version 2.1.0

Version Description

Released on Oct 19, 2016

  • Added: Support to WooCommerce 2.6.4
  • Added: Support to WordPress 4.6
  • Added: Auto remove from compare list for products that are private or were cancelled.
  • Added: Add as default fields Weight and Dimensions.
  • Fixed: Uncaught ReferenceError "redirect_to_cart is not defined" error on "add to cart" action.
  • Fixed: Compatibility issue with NextGen Gallery plugin.
  • Updated: Plugin Core.
  • Updated: Language Files.
Download this release

Release Info

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

Code changes from version 2.0.9 to 2.1.0

Files changed (47) hide show
  1. README.txt +22 -5
  2. assets/css/widget.css +53 -19
  3. assets/js/woocompare.js +253 -253
  4. assets/js/woocompare.min.js +1 -0
  5. includes/class.yith-woocompare-frontend.php +78 -31
  6. includes/class.yith-woocompare-helper.php +3 -1
  7. includes/class.yith-woocompare.php +26 -8
  8. init.php +3 -5
  9. languages/yith-woocommerce-compare-bg_BG.mo +0 -0
  10. languages/yith-woocommerce-compare-bg_BG.po +110 -68
  11. languages/yith-woocommerce-compare-es_ES.mo +0 -0
  12. languages/yith-woocommerce-compare-es_ES.po +119 -70
  13. languages/yith-woocommerce-compare-fa_IR.mo +0 -0
  14. languages/yith-woocommerce-compare-fa_IR.po +118 -70
  15. languages/yith-woocommerce-compare-fr_FR.mo +0 -0
  16. languages/yith-woocommerce-compare-fr_FR.po +114 -69
  17. languages/yith-woocommerce-compare-it_IT.mo +0 -0
  18. languages/yith-woocommerce-compare-it_IT.po +132 -83
  19. languages/yith-woocommerce-compare-nl_NL.mo +0 -0
  20. languages/yith-woocommerce-compare-nl_NL.po +94 -68
  21. languages/yith-woocommerce-compare-pt_BR.mo +0 -0
  22. languages/yith-woocommerce-compare-pt_BR.po +118 -70
  23. languages/yith-woocommerce-compare-sk_SK.mo +0 -0
  24. languages/yith-woocommerce-compare-sk_SK.po +79 -54
  25. languages/yith-woocommerce-compare.pot +112 -68
  26. plugin-fw/assets/js/yit-plugin-panel.js +11 -0
  27. plugin-fw/assets/js/yit-plugin-panel.min.js +1 -10
  28. plugin-fw/init.php +2 -18
  29. plugin-fw/languages/yith-plugin-fw-es_ES.mo +0 -0
  30. plugin-fw/languages/yith-plugin-fw-es_ES.po +287 -260
  31. plugin-fw/languages/yith-plugin-fw-it_IT.mo +0 -0
  32. plugin-fw/languages/yith-plugin-fw-it_IT.po +299 -282
  33. plugin-fw/languages/yith-plugin-fw.pot +36 -126
  34. plugin-fw/lib/yit-metabox.php +1 -1
  35. plugin-fw/lib/yit-plugin-panel-sidebar.php +8 -5
  36. plugin-fw/lib/yit-plugin-panel-wc.php +1 -1
  37. plugin-fw/lib/yit-plugin-panel.php +4 -3
  38. plugin-fw/lib/yit-pointers.php +5 -5
  39. plugin-fw/lib/yit-upgrade.php +16 -7
  40. plugin-fw/licence/lib/yit-licence.php +2 -2
  41. plugin-fw/licence/templates/panel/activation/activation-panel.php +2 -2
  42. plugin-fw/templates/panel/types/colorpicker.php +38 -0
  43. plugin-fw/templates/panel/types/number.php +35 -0
  44. plugin-fw/templates/panel/types/upload.php +1 -1
  45. plugin-fw/templates/panel/woocommerce/woocommerce-form.php +25 -23
  46. templates/compare.php +6 -4
  47. widgets/class.yith-woocompare-widget.php +5 -5
README.txt CHANGED
@@ -3,8 +3,8 @@
3
  Contributors: yithemes
4
  Tags: wc, shop, woocommerce, compare, compare products, product compare, widget, comparison, product comparison, compare table
5
  Requires at least: 3.5.1
6
- Tested up to: 4.5.2
7
- Stable tag: 2.0.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -66,6 +66,17 @@ yith-woocommerce-compare-<WORDPRESS LOCALE >.mo
66
 
67
  == Changelog ==
68
 
 
 
 
 
 
 
 
 
 
 
 
69
  = 2.0.9 = Released on Jun 13, 2016
70
 
71
  * Added: Support to WooCommerce 2.6 RC1
@@ -225,7 +236,13 @@ Full documentation is available [here](http://yithemes.com/docs-plugins/yith-woo
225
 
226
  == Upgrade notice ==
227
 
228
- = 2.0.9 = Released on Jun 13, 2016
229
 
230
- * Added: Support to WooCommerce 2.6 RC1
231
- * Updated: Plugin Core.
 
 
 
 
 
 
3
  Contributors: yithemes
4
  Tags: wc, shop, woocommerce, compare, compare products, product compare, widget, comparison, product comparison, compare table
5
  Requires at least: 3.5.1
6
+ Tested up to: 4.6.1
7
+ Stable tag: 2.1.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
66
 
67
  == Changelog ==
68
 
69
+ = 2.1.0 = Released on Oct 19, 2016
70
+
71
+ * Added: Support to WooCommerce 2.6.4
72
+ * Added: Support to WordPress 4.6
73
+ * Added: Auto remove from compare list for products that are private or were cancelled.
74
+ * Added: Add as default fields Weight and Dimensions.
75
+ * Fixed: Uncaught ReferenceError "redirect_to_cart is not defined" error on "add to cart" action.
76
+ * Fixed: Compatibility issue with NextGen Gallery plugin.
77
+ * Updated: Plugin Core.
78
+ * Updated: Language Files.
79
+
80
  = 2.0.9 = Released on Jun 13, 2016
81
 
82
  * Added: Support to WooCommerce 2.6 RC1
236
 
237
  == Upgrade notice ==
238
 
239
+ = 2.1.0 = Released on Oct 19, 2016
240
 
241
+ * Added: Support to WooCommerce 2.6.4
242
+ * Added: Support to WordPress 4.6
243
+ * Added: Auto remove from compare list for products that are private or were cancelled.
244
+ * Added: Add as default fields Weight and Dimensions.
245
+ * Fixed: Uncaught ReferenceError "redirect_to_cart is not defined" error on "add to cart" action.
246
+ * Fixed: Compatibility issue with NextGen Gallery plugin.
247
+ * Updated: Plugin Core.
248
+ * Updated: Language Files.
assets/css/widget.css CHANGED
@@ -1,31 +1,65 @@
1
- .yith-woocompare-widget ul.products-list a.remove {
2
- border-radius: 100% 100% 100% 100%;
3
- color: red;
4
- display: inline-block;
5
- font-size: 1em;
6
- font-weight: 600;
7
- height: 1em;
8
- line-height: 0.81em;
9
- text-align: center;
10
- text-decoration: none;
11
- margin-top: 0.5em;
12
- width: 1em;
13
  }
14
 
15
- .yith-woocompare-widget ul.products-list a.remove {
16
- float: right;
 
 
17
  }
18
 
19
- .yith-woocompare-widget ul.products-list a.remove:hover {
20
- background-color: red;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  color: #ffffff;
22
  }
23
 
24
- .yith-woocompare-widget ul.products-list li a.title {
25
- display: inline-block;
26
- width: 90%;
 
 
 
 
27
  }
28
 
29
  .yith-woocompare-widget a.compare {
30
  float: right;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  }
1
+ .yith-woocompare-widget ul.products-list {
2
+ list-style: none;
3
+ margin: 0 0 15px;
 
 
 
 
 
 
 
 
 
4
  }
5
 
6
+ .yith-woocompare-widget ul.products-list li:not( .list_empty ) {
7
+ position: relative;
8
+ padding: 5px 0 5px 30px;
9
+ border-bottom: 1px solid #dfdfdf;
10
  }
11
 
12
+ .yith-woocompare-widget ul.products-list li .remove {
13
+ position: absolute;
14
+ left: 3px;
15
+ color: #ff0000;
16
+ font-weight: 400;
17
+ font-size: 1.2em;
18
+ line-height: 1.2;
19
+ height: 1.2em;
20
+ width: 1.2em;
21
+ border-radius: 50%;
22
+ text-align: center;
23
+ cursor: pointer;
24
+ outline: none;
25
+ }
26
+
27
+ .yith-woocompare-widget ul.products-list li .remove:hover {
28
+ background-color: #ff0000;
29
  color: #ffffff;
30
  }
31
 
32
+ .yith-woocompare-widget ul.products-list li .title {
33
+ cursor: pointer;
34
+ text-transform: uppercase;
35
+ font-size: 12px;
36
+ font-weight: 400;
37
+ display: block;
38
+ outline: none;
39
  }
40
 
41
  .yith-woocompare-widget a.compare {
42
  float: right;
43
+ float: right;
44
+ line-height: 1;
45
+ cursor: pointer;
46
+ padding: 8px 10px;
47
+ font-size: 13px;
48
+ text-transform: uppercase;
49
+ font-weight: 700;
50
+ border-radius: 3px;
51
+ border: 0;
52
+ white-space: nowrap;
53
+ display: inline-block;
54
+ color: #ffffff;
55
+ background-color: #b2b2b2;
56
+ }
57
+
58
+ .yith-woocompare-widget a.compare:hover {
59
+ background-color: #303030;
60
+ }
61
+
62
+ .yith-woocompare-widget a.clear-all {
63
+ outline: none;
64
+ font-size: 12px;
65
  }
assets/js/woocompare.js CHANGED
@@ -1,254 +1,254 @@
1
- jQuery(document).ready(function($) {
2
-
3
- // add into table
4
- $(document).on( 'click', '.product a.compare:not(.added)', function(e){
5
- e.preventDefault();
6
-
7
- var button = $(this),
8
- data = {
9
- action: yith_woocompare.actionadd,
10
- id: button.data('product_id'),
11
- context: 'frontend'
12
- },
13
- widget_list = $('.yith-woocompare-widget ul.products-list');
14
-
15
- // add ajax loader
16
- if( typeof $.fn.block != 'undefined' ) {
17
- button.block({message: null, overlayCSS: { background: '#fff url(' + yith_woocompare.loader + ') no-repeat center', backgroundSize: '16px 16px', opacity: 0.6}});
18
- widget_list.block({message: null, overlayCSS: { background: '#fff url(' + yith_woocompare.loader + ') no-repeat center', backgroundSize: '16px 16px', opacity: 0.6}});
19
- }
20
-
21
- $.ajax({
22
- type: 'post',
23
- url: yith_woocompare.ajaxurl.toString().replace( '%%endpoint%%', yith_woocompare.actionadd ),
24
- data: data,
25
- dataType: 'json',
26
- success: function(response){
27
-
28
- if( typeof $.fn.block != 'undefined' ) {
29
- button.unblock();
30
- widget_list.unblock()
31
- }
32
-
33
- button.addClass('added')
34
- .attr( 'href', response.table_url )
35
- .text( yith_woocompare.added_label );
36
-
37
- // add the product in the widget
38
- widget_list.html( response.widget_table );
39
-
40
- if ( yith_woocompare.auto_open == 'yes')
41
- $('body').trigger( 'yith_woocompare_open_popup', { response: response.table_url, button: button } );
42
- }
43
- });
44
- });
45
-
46
-
47
-
48
- $(document).on('click', '.product a.compare.added', function (ev) {
49
- ev.preventDefault();
50
-
51
- var table_url = this.href;
52
-
53
- if (typeof table_url == 'undefined')
54
- return;
55
-
56
- $('body').trigger('yith_woocompare_open_popup', {response: table_url, button: $(this)});
57
- });
58
-
59
-
60
- // open popup
61
- $('body').on( 'yith_woocompare_open_popup', function( e, data ) {
62
- var response = data.response;
63
-
64
- if ( $(window).width() >= 768 ) {
65
- $.colorbox({
66
- href: response,
67
- iframe: true,
68
- width: '90%',
69
- height: '90%',
70
- onClosed: function(){
71
- var widget_list = $('.yith-woocompare-widget ul.products-list'),
72
- data = {
73
- action: yith_woocompare.actionview,
74
- context: 'frontend'
75
- };
76
-
77
- if( typeof $.fn.block != 'undefined' ) {
78
- widget_list.block({message: null, overlayCSS: {background: '#fff url(' + yith_woocompare.loader + ') no-repeat center', backgroundSize: '16px 16px', opacity: 0.6}});
79
- }
80
-
81
- $.ajax({
82
- type: 'post',
83
- url: yith_woocompare.ajaxurl.toString().replace( '%%endpoint%%', yith_woocompare.actionview ),
84
- data: data,
85
- success: function(response){
86
- // add the product in the widget
87
- if( typeof $.fn.block != 'undefined' ) {
88
- widget_list.unblock().html(response);
89
- }
90
- widget_list.html(response);
91
- }
92
- });
93
- }
94
- });
95
-
96
- $(window).resize(function () {
97
- $.colorbox.resize({
98
- width: '90%',
99
- height: '90%'
100
- });
101
- });
102
-
103
- } else {
104
- var urlparts = response.split('?');
105
- var parameter = 'iframe';
106
- if (urlparts.length >= 2) {
107
- var prefix = encodeURIComponent(parameter) + '=';
108
- var pars = urlparts[1].split(/[&;]/g);
109
- for (var i = pars.length; i-- > 0;) {
110
- if (pars[i].lastIndexOf(prefix, 0) !== -1) {
111
- pars.splice(i, 1);
112
- }
113
- }
114
- response = urlparts[0] + '?' + pars.join('&');
115
- }
116
-
117
- window.open( response, yith_woocompare.table_title);
118
- }
119
- });
120
-
121
- // remove from table
122
- $(document).on( 'click', '.remove a', function(e){
123
- e.preventDefault();
124
-
125
- var button = $(this),
126
- data = {
127
- action: yith_woocompare.actionremove,
128
- id: button.data('product_id'),
129
- context: 'frontend'
130
- },
131
- product_cell = $( 'td.product_' + data.id + ', th.product_' + data.id );
132
-
133
- // add ajax loader
134
- if( typeof $.fn.block != 'undefined' ) {
135
- button.block({
136
- message: null,
137
- overlayCSS: {
138
- background: '#fff url(' + yith_woocompare.loader + ') no-repeat center',
139
- backgroundSize: '16px 16px',
140
- opacity: 0.6
141
- }
142
- });
143
- }
144
-
145
- $.ajax({
146
- type: 'post',
147
- url: yith_woocompare.ajaxurl.toString().replace( '%%endpoint%%', yith_woocompare.actionremove ),
148
- data: data,
149
- dataType:'html',
150
- success: function(response){
151
-
152
- // in compare table
153
- var table = $(response).filter('table.compare-list');
154
- $('body > table.compare-list').replaceWith( table );
155
-
156
- $('.compare[data-product_id="' + button.data('product_id') + '"]', window.parent.document).removeClass('added').html( yith_woocompare.button_text );
157
-
158
- // removed trigger
159
- $(window).trigger('yith_woocompare_product_removed');
160
- }
161
- });
162
- });
163
-
164
-
165
- // ##### LINK OPEN COMPARE POPUP #####
166
-
167
- $('.yith-woocompare-open a, a.yith-woocompare-open').on('click', function(e){
168
- e.preventDefault();
169
- $('body').trigger('yith_woocompare_open_popup', { response: yith_add_query_arg('action', yith_woocompare.actionview) + '&iframe=true' });
170
- });
171
-
172
-
173
-
174
- // ##### WIDGET ######
175
-
176
- $('.yith-woocompare-widget')
177
-
178
- // view table (click on compare
179
- .on('click', 'a.compare', function (e) {
180
- e.preventDefault();
181
- $('body').trigger('yith_woocompare_open_popup', { response: $(this).attr('href') });
182
- })
183
-
184
- // remove product & clear all
185
- .on('click', 'li a.remove, a.clear-all', function (e) {
186
- e.preventDefault();
187
-
188
- var lang = $( '.yith-woocompare-widget .products-list').data('lang');
189
-
190
- var button = $(this),
191
- prod_id = button.data('product_id'),
192
- data = {
193
- action: yith_woocompare.actionremove,
194
- id: prod_id,
195
- context: 'frontend',
196
- responseType: 'product_list',
197
- lang: lang
198
- },
199
- product_list = button.parents('.yith-woocompare-widget').find('ul.products-list');
200
-
201
- // add ajax loader
202
- if( typeof $.fn.block != 'undefined' ) {
203
- product_list.block({message: null,
204
- overlayCSS : {
205
- background : '#fff url(' + yith_woocompare.loader + ') no-repeat center',
206
- backgroundSize: '16px 16px',
207
- opacity : 0.6
208
- }
209
- });
210
- }
211
-
212
- $.ajax({
213
- type: 'post',
214
- url: yith_woocompare.ajaxurl.toString().replace( '%%endpoint%%', yith_woocompare.actionremove ),
215
- data: data,
216
- dataType: 'html',
217
- success: function (response) {
218
-
219
- if( prod_id == 'all' ) {
220
- $( '.compare.added' ).removeClass('added').html( yith_woocompare.button_text );
221
- }
222
- else {
223
- $('.compare[data-product_id="' + prod_id + '"]' ).removeClass('added').html( yith_woocompare.button_text );
224
- }
225
-
226
- product_list.html(response);
227
- if( typeof $.fn.block != 'undefined' ) {
228
- product_list.unblock();
229
- }
230
-
231
-
232
- }
233
- });
234
- });
235
-
236
-
237
- function yith_add_query_arg(key, value)
238
- {
239
- key = escape(key); value = escape(value);
240
-
241
- var s = document.location.search;
242
- var kvp = key+"="+value;
243
-
244
- var r = new RegExp("(&|\\?)"+key+"=[^\&]*");
245
-
246
- s = s.replace(r,"$1"+kvp);
247
-
248
- if(!RegExp.$1) {s += (s.length>0 ? '&' : '?') + kvp;};
249
-
250
- //again, do what you will here
251
- return s;
252
- }
253
-
254
  });
1
+ jQuery(document).ready(function($) {
2
+
3
+ // add into table
4
+ $(document).on( 'click', '.product a.compare:not(.added)', function(e){
5
+ e.preventDefault();
6
+
7
+ var button = $(this),
8
+ data = {
9
+ action: yith_woocompare.actionadd,
10
+ id: button.data('product_id'),
11
+ context: 'frontend'
12
+ },
13
+ widget_list = $('.yith-woocompare-widget ul.products-list');
14
+
15
+ // add ajax loader
16
+ if( typeof $.fn.block != 'undefined' ) {
17
+ button.block({message: null, overlayCSS: { background: '#fff url(' + yith_woocompare.loader + ') no-repeat center', backgroundSize: '16px 16px', opacity: 0.6}});
18
+ widget_list.block({message: null, overlayCSS: { background: '#fff url(' + yith_woocompare.loader + ') no-repeat center', backgroundSize: '16px 16px', opacity: 0.6}});
19
+ }
20
+
21
+ $.ajax({
22
+ type: 'post',
23
+ url: yith_woocompare.ajaxurl.toString().replace( '%%endpoint%%', yith_woocompare.actionadd ),
24
+ data: data,
25
+ dataType: 'json',
26
+ success: function(response){
27
+
28
+ if( typeof $.fn.block != 'undefined' ) {
29
+ button.unblock();
30
+ widget_list.unblock()
31
+ }
32
+
33
+ button.addClass('added')
34
+ .attr( 'href', response.table_url )
35
+ .text( yith_woocompare.added_label );
36
+
37
+ // add the product in the widget
38
+ widget_list.html( response.widget_table );
39
+
40
+ if ( yith_woocompare.auto_open == 'yes')
41
+ $('body').trigger( 'yith_woocompare_open_popup', { response: response.table_url, button: button } );
42
+ }
43
+ });
44
+ });
45
+
46
+
47
+
48
+ $(document).on('click', '.product a.compare.added', function (ev) {
49
+ ev.preventDefault();
50
+
51
+ var table_url = this.href;
52
+
53
+ if (typeof table_url == 'undefined')
54
+ return;
55
+
56
+ $('body').trigger('yith_woocompare_open_popup', {response: table_url, button: $(this)});
57
+ });
58
+
59
+
60
+ // open popup
61
+ $('body').on( 'yith_woocompare_open_popup', function( e, data ) {
62
+ var response = data.response;
63
+
64
+ if ( $(window).width() >= 768 ) {
65
+ $.colorbox({
66
+ href: response,
67
+ iframe: true,
68
+ width: '90%',
69
+ height: '90%',
70
+ onClosed: function(){
71
+ var widget_list = $('.yith-woocompare-widget ul.products-list'),
72
+ data = {
73
+ action: yith_woocompare.actionview,
74
+ context: 'frontend'
75
+ };
76
+
77
+ if( typeof $.fn.block != 'undefined' ) {
78
+ widget_list.block({message: null, overlayCSS: {background: '#fff url(' + yith_woocompare.loader + ') no-repeat center', backgroundSize: '16px 16px', opacity: 0.6}});
79
+ }
80
+
81
+ $.ajax({
82
+ type: 'post',
83
+ url: yith_woocompare.ajaxurl.toString().replace( '%%endpoint%%', yith_woocompare.actionview ),
84
+ data: data,
85
+ success: function(response){
86
+ // add the product in the widget
87
+ if( typeof $.fn.block != 'undefined' ) {
88
+ widget_list.unblock().html(response);
89
+ }
90
+ widget_list.html(response);
91
+ }
92
+ });
93
+ }
94
+ });
95
+
96
+ $(window).resize(function () {
97
+ $.colorbox.resize({
98
+ width: '90%',
99
+ height: '90%'
100
+ });
101
+ });
102
+
103
+ } else {
104
+ var urlparts = response.split('?');
105
+ var parameter = 'iframe';
106
+ if (urlparts.length >= 2) {
107
+ var prefix = encodeURIComponent(parameter) + '=';
108
+ var pars = urlparts[1].split(/[&;]/g);
109
+ for (var i = pars.length; i-- > 0;) {
110
+ if (pars[i].lastIndexOf(prefix, 0) !== -1) {
111
+ pars.splice(i, 1);
112
+ }
113
+ }
114
+ response = urlparts[0] + '?' + pars.join('&');
115
+ }
116
+
117
+ window.open( response, yith_woocompare.table_title);
118
+ }
119
+ });
120
+
121
+ // remove from table
122
+ $(document).on( 'click', '.remove a', function(e){
123
+ e.preventDefault();
124
+
125
+ var button = $(this),
126
+ data = {
127
+ action: yith_woocompare.actionremove,
128
+ id: button.data('product_id'),
129
+ context: 'frontend'
130
+ },
131
+ product_cell = $( 'td.product_' + data.id + ', th.product_' + data.id );
132
+
133
+ // add ajax loader
134
+ if( typeof $.fn.block != 'undefined' ) {
135
+ button.block({
136
+ message: null,
137
+ overlayCSS: {
138
+ background: '#fff url(' + yith_woocompare.loader + ') no-repeat center',
139
+ backgroundSize: '16px 16px',
140
+ opacity: 0.6
141
+ }
142
+ });
143
+ }
144
+
145
+ $.ajax({
146
+ type: 'post',
147
+ url: yith_woocompare.ajaxurl.toString().replace( '%%endpoint%%', yith_woocompare.actionremove ),
148
+ data: data,
149
+ dataType:'html',
150
+ success: function(response){
151
+
152
+ // in compare table
153
+ var table = $(response).filter('table.compare-list');
154
+ $('body > table.compare-list').replaceWith( table );
155
+
156
+ $('.compare[data-product_id="' + button.data('product_id') + '"]', window.parent.document).removeClass('added').html( yith_woocompare.button_text );
157
+
158
+ // removed trigger
159
+ $(window).trigger('yith_woocompare_product_removed');
160
+ }
161
+ });
162
+ });
163
+
164
+
165
+ // ##### LINK OPEN COMPARE POPUP #####
166
+
167
+ $('.yith-woocompare-open a, a.yith-woocompare-open').on('click', function(e){
168
+ e.preventDefault();
169
+ $('body').trigger('yith_woocompare_open_popup', { response: yith_add_query_arg('action', yith_woocompare.actionview) + '&iframe=true' });
170
+ });
171
+
172
+
173
+
174
+ // ##### WIDGET ######
175
+
176
+ $('.yith-woocompare-widget')
177
+
178
+ // view table (click on compare
179
+ .on('click', 'a.compare', function (e) {
180
+ e.preventDefault();
181
+ $('body').trigger('yith_woocompare_open_popup', { response: $(this).attr('href') });
182
+ })
183
+
184
+ // remove product & clear all
185
+ .on('click', 'li a.remove, a.clear-all', function (e) {
186
+ e.preventDefault();
187
+
188
+ var lang = $( '.yith-woocompare-widget .products-list').data('lang');
189
+
190
+ var button = $(this),
191
+ prod_id = button.data('product_id'),
192
+ data = {
193
+ action: yith_woocompare.actionremove,
194
+ id: prod_id,
195
+ context: 'frontend',
196
+ responseType: 'product_list',
197
+ lang: lang
198
+ },
199
+ product_list = button.parents('.yith-woocompare-widget').find('ul.products-list');
200
+
201
+ // add ajax loader
202
+ if( typeof $.fn.block != 'undefined' ) {
203
+ product_list.block({message: null,
204
+ overlayCSS : {
205
+ background : '#fff url(' + yith_woocompare.loader + ') no-repeat center',
206
+ backgroundSize: '16px 16px',
207
+ opacity : 0.6
208
+ }
209
+ });
210
+ }
211
+
212
+ $.ajax({
213
+ type: 'post',
214
+ url: yith_woocompare.ajaxurl.toString().replace( '%%endpoint%%', yith_woocompare.actionremove ),
215
+ data: data,
216
+ dataType: 'html',
217
+ success: function (response) {
218
+
219
+ if( prod_id == 'all' ) {
220
+ $( '.compare.added' ).removeClass('added').html( yith_woocompare.button_text );
221
+ }
222
+ else {
223
+ $('.compare[data-product_id="' + prod_id + '"]' ).removeClass('added').html( yith_woocompare.button_text );
224
+ }
225
+
226
+ product_list.html(response);
227
+ if( typeof $.fn.block != 'undefined' ) {
228
+ product_list.unblock();
229
+ }
230
+
231
+
232
+ }
233
+ });
234
+ });
235
+
236
+
237
+ function yith_add_query_arg(key, value)
238
+ {
239
+ key = escape(key); value = escape(value);
240
+
241
+ var s = document.location.search;
242
+ var kvp = key+"="+value;
243
+
244
+ var r = new RegExp("(&|\\?)"+key+"=[^\&]*");
245
+
246
+ s = s.replace(r,"$1"+kvp);
247
+
248
+ if(!RegExp.$1) {s += (s.length>0 ? '&' : '?') + kvp;};
249
+
250
+ //again, do what you will here
251
+ return s;
252
+ }
253
+
254
  });
assets/js/woocompare.min.js ADDED
@@ -0,0 +1 @@
 
1
+ jQuery(document).ready(function(a){function b(a,b){a=escape(a),b=escape(b);var c=document.location.search,d=a+"="+b,e=new RegExp("(&|\\?)"+a+"=[^&]*");return c=c.replace(e,"$1"+d),RegExp.$1||(c+=(c.length>0?"&":"?")+d),c}a(document).on("click",".product a.compare:not(.added)",function(b){b.preventDefault();var c=a(this),d={action:yith_woocompare.actionadd,id:c.data("product_id"),context:"frontend"},e=a(".yith-woocompare-widget ul.products-list");"undefined"!=typeof a.fn.block&&(c.block({message:null,overlayCSS:{background:"#fff url("+yith_woocompare.loader+") no-repeat center",backgroundSize:"16px 16px",opacity:.6}}),e.block({message:null,overlayCSS:{background:"#fff url("+yith_woocompare.loader+") no-repeat center",backgroundSize:"16px 16px",opacity:.6}})),a.ajax({type:"post",url:yith_woocompare.ajaxurl.toString().replace("%%endpoint%%",yith_woocompare.actionadd),data:d,dataType:"json",success:function(b){"undefined"!=typeof a.fn.block&&(c.unblock(),e.unblock()),c.addClass("added").attr("href",b.table_url).text(yith_woocompare.added_label),e.html(b.widget_table),"yes"==yith_woocompare.auto_open&&a("body").trigger("yith_woocompare_open_popup",{response:b.table_url,button:c})}})}),a(document).on("click",".product a.compare.added",function(b){b.preventDefault();var c=this.href;"undefined"!=typeof c&&a("body").trigger("yith_woocompare_open_popup",{response:c,button:a(this)})}),a("body").on("yith_woocompare_open_popup",function(b,c){var d=c.response;if(a(window).width()>=768)a.colorbox({href:d,iframe:!0,width:"90%",height:"90%",onClosed:function(){var b=a(".yith-woocompare-widget ul.products-list"),c={action:yith_woocompare.actionview,context:"frontend"};"undefined"!=typeof a.fn.block&&b.block({message:null,overlayCSS:{background:"#fff url("+yith_woocompare.loader+") no-repeat center",backgroundSize:"16px 16px",opacity:.6}}),a.ajax({type:"post",url:yith_woocompare.ajaxurl.toString().replace("%%endpoint%%",yith_woocompare.actionview),data:c,success:function(c){"undefined"!=typeof a.fn.block&&b.unblock().html(c),b.html(c)}})}}),a(window).resize(function(){a.colorbox.resize({width:"90%",height:"90%"})});else{var e=d.split("?"),f="iframe";if(e.length>=2){for(var g=encodeURIComponent(f)+"=",h=e[1].split(/[&;]/g),i=h.length;i-- >0;)h[i].lastIndexOf(g,0)!==-1&&h.splice(i,1);d=e[0]+"?"+h.join("&")}window.open(d,yith_woocompare.table_title)}}),a(document).on("click",".remove a",function(b){b.preventDefault();var c=a(this),d={action:yith_woocompare.actionremove,id:c.data("product_id"),context:"frontend"};a("td.product_"+d.id+", th.product_"+d.id);"undefined"!=typeof a.fn.block&&c.block({message:null,overlayCSS:{background:"#fff url("+yith_woocompare.loader+") no-repeat center",backgroundSize:"16px 16px",opacity:.6}}),a.ajax({type:"post",url:yith_woocompare.ajaxurl.toString().replace("%%endpoint%%",yith_woocompare.actionremove),data:d,dataType:"html",success:function(b){var d=a(b).filter("table.compare-list");a("body > table.compare-list").replaceWith(d),a('.compare[data-product_id="'+c.data("product_id")+'"]',window.parent.document).removeClass("added").html(yith_woocompare.button_text),a(window).trigger("yith_woocompare_product_removed")}})}),a(".yith-woocompare-open a, a.yith-woocompare-open").on("click",function(c){c.preventDefault(),a("body").trigger("yith_woocompare_open_popup",{response:b("action",yith_woocompare.actionview)+"&iframe=true"})}),a(".yith-woocompare-widget").on("click","a.compare",function(b){b.preventDefault(),a("body").trigger("yith_woocompare_open_popup",{response:a(this).attr("href")})}).on("click","li a.remove, a.clear-all",function(b){b.preventDefault();var c=a(".yith-woocompare-widget .products-list").data("lang"),d=a(this),e=d.data("product_id"),f={action:yith_woocompare.actionremove,id:e,context:"frontend",responseType:"product_list",lang:c},g=d.parents(".yith-woocompare-widget").find("ul.products-list");"undefined"!=typeof a.fn.block&&g.block({message:null,overlayCSS:{background:"#fff url("+yith_woocompare.loader+") no-repeat center",backgroundSize:"16px 16px",opacity:.6}}),a.ajax({type:"post",url:yith_woocompare.ajaxurl.toString().replace("%%endpoint%%",yith_woocompare.actionremove),data:f,dataType:"html",success:function(b){"all"==e?a(".compare.added").removeClass("added").html(yith_woocompare.button_text):a('.compare[data-product_id="'+e+'"]').removeClass("added").html(yith_woocompare.button_text),g.html(b),"undefined"!=typeof a.fn.block&&g.unblock()}})})});
includes/class.yith-woocompare-frontend.php CHANGED
@@ -91,8 +91,7 @@ if( !class_exists( 'YITH_Woocompare_Frontend' ) ) {
91
  // set coookiename
92
  if ( is_multisite() ) $this->cookie_name .= '_' . get_current_blog_id();
93
 
94
- // populate the list of products
95
- $this->products_list = isset( $_COOKIE[ $this->cookie_name ] ) ? json_decode( maybe_unserialize( $_COOKIE[ $this->cookie_name ] ) ) : array();
96
 
97
  // populate default fields for the comparison table
98
  $this->default_fields = YITH_Woocompare_Helper::standard_fields();
@@ -129,20 +128,63 @@ if( !class_exists( 'YITH_Woocompare_Frontend' ) ) {
129
  return $this;
130
  }
131
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
132
  /**
133
  * Enqueue the scripts and styles in the page
134
  */
135
  public function enqueue_scripts() {
136
 
137
  // scripts
138
- wp_enqueue_script( 'yith-woocompare-main', YITH_WOOCOMPARE_ASSETS_URL . '/js/woocompare.js', array('jquery'), $this->version, true );
 
 
 
 
139
  wp_localize_script( 'yith-woocompare-main', 'yith_woocompare', array(
140
  'ajaxurl' => version_compare( WC()->version, '2.4', '>=' ) ? WC_AJAX::get_endpoint( "%%endpoint%%" ) : admin_url( 'admin-ajax.php', 'relative' ),
141
  'actionadd' => $this->action_add,
142
  'actionremove' => $this->action_remove,
143
  'actionview' => $this->action_view,
144
- 'added_label' => __( 'Added', 'yith-woocommerce-compare' ),
145
- 'table_title' => __( 'Product Comparison', 'yith-woocommerce-compare' ),
146
  'auto_open' => get_option( 'yith_woocompare_auto_open', 'yes' ),
147
  'loader' => YITH_WOOCOMPARE_ASSETS_URL . '/images/loader.gif',
148
  'button_text' => get_option('yith_woocompare_button_text')
@@ -161,6 +203,7 @@ if( !class_exists( 'YITH_Woocompare_Frontend' ) ) {
161
  /**
162
  * The fields to show in the table
163
  *
 
164
  * @return mixed|void
165
  * @since 1.0.0
166
  */
@@ -249,26 +292,15 @@ if( !class_exists( 'YITH_Woocompare_Frontend' ) ) {
249
  * @return array The complete list of products with all attributes value
250
  */
251
  public function get_products_list( $products = array() ) {
252
-
253
- global $sitepress;
254
-
255
  $list = array();
256
 
257
- if( empty( $products ) )
258
- $products = apply_filters( 'yith_woocompare_exclude_products_from_list', $this->products_list );
259
 
260
  $fields = $this->fields();
261
 
262
  foreach ( $products as $product_id ) {
263
 
264
- // include only product for current language
265
- if( function_exists( 'wpml_object_id_filter' ) ) {
266
- $product_translated = wpml_object_id_filter( $product_id, 'product', false );
267
- if ( $product_translated !== $product_id ) {
268
- continue;
269
- }
270
- }
271
-
272
  $product = $this->wc_get_product( $product_id );
273
 
274
  if ( ! $product )
@@ -299,6 +331,21 @@ if( !class_exists( 'YITH_Woocompare_Frontend' ) ) {
299
  }
300
  $product->fields[$field] = sprintf( '<span class="%s">%s</span>', esc_attr( $availability['class'] ), esc_html( $availability['availability'] ) );
301
  break;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
302
  default:
303
  if ( taxonomy_exists( $field ) ) {
304
  $product->fields[$field] = array();
@@ -310,7 +357,8 @@ if( !class_exists( 'YITH_Woocompare_Frontend' ) ) {
310
  }
311
  }
312
  $product->fields[$field] = implode( ', ', $product->fields[$field] );
313
- } else {
 
314
  do_action_ref_array( 'yith_woocompare_field_' . $field, array( $product, &$product->fields ) );
315
  }
316
  break;
@@ -330,7 +378,6 @@ if( !class_exists( 'YITH_Woocompare_Frontend' ) ) {
330
  * @return string The url to add the product in the comparison table
331
  */
332
  public function view_table_url( $product_id = false ) {
333
-
334
  $url_args = array(
335
  'action' => $this->action_view,
336
  'iframe' => true
@@ -351,7 +398,6 @@ if( !class_exists( 'YITH_Woocompare_Frontend' ) ) {
351
  * @return string The url to add the product in the comparison table
352
  */
353
  public function add_product_url( $product_id ) {
354
-
355
  $url_args = array(
356
  'action' => $this->action_add,
357
  'id' => $product_id
@@ -362,7 +408,7 @@ if( !class_exists( 'YITH_Woocompare_Frontend' ) ) {
362
  $url_args['lang'] = $lang;
363
  }
364
 
365
- return apply_filters( 'yith_woocompare_add_product_url', esc_url_raw( add_query_arg( $url_args ) ), $this->action_add );
366
  }
367
 
368
  /**
@@ -376,7 +422,7 @@ if( !class_exists( 'YITH_Woocompare_Frontend' ) ) {
376
  'action' => $this->action_remove,
377
  'id' => $product_id
378
  );
379
- return apply_filters( 'yith_woocompare_remove_product_url', esc_url_raw( add_query_arg( $url_args ) ), $this->action_remove );
380
  }
381
 
382
  /**
@@ -398,8 +444,8 @@ if( !class_exists( 'YITH_Woocompare_Frontend' ) ) {
398
 
399
  if ( ! isset( $button_text ) || $button_text == 'default' ) {
400
  $button_text = get_option( 'yith_woocompare_button_text', __( 'Compare', 'yith-woocommerce-compare' ) );
401
- yit_wpml_register_string( 'Plugins', 'plugin_yit_compare_button_text', $button_text );
402
- $button_text = yit_wpml_string_translate( 'Plugins', 'plugin_yit_compare_button_text', $button_text );
403
  }
404
 
405
  printf( '<a href="%s" class="%s" data-product_id="%d" rel="nofollow">%s</a>', $this->add_product_url( $product_id ), 'compare' . ( $is_button == 'button' ? ' button' : '' ), $product_id, $button_text );
@@ -454,7 +500,7 @@ if( !class_exists( 'YITH_Woocompare_Frontend' ) ) {
454
  * The action called by the query string
455
  */
456
  public function add_product_to_compare_action() {
457
- if ( defined( 'DOING_AJAX' ) && DOING_AJAX || ! isset( $_REQUEST['action'] ) || $_REQUEST['action'] != $this->action_add ) {
458
  return;
459
  }
460
 
@@ -595,12 +641,12 @@ if( !class_exists( 'YITH_Woocompare_Frontend' ) ) {
595
  */
596
  global $sitepress;
597
 
598
- if( defined( 'ICL_LANGUAGE_CODE' ) && $lang != false && isset( $sitepress )) {
599
  $sitepress->switch_lang( $lang, true );
600
  }
601
 
602
  if ( empty( $this->products_list ) ) {
603
- echo '<li>' . __( 'No products to compare', 'yith-woocommerce-compare' ) . '</li>';
604
  return ob_get_clean();
605
  }
606
 
@@ -610,13 +656,15 @@ if( !class_exists( 'YITH_Woocompare_Frontend' ) ) {
610
  continue;
611
  ?>
612
  <li>
613
- <a class="title" href="<?php echo get_permalink( $product_id ) ?>"><?php echo $product->get_title() ?></a>
614
  <a href="<?php echo $this->remove_product_url( $product_id ) ?>" data-product_id="<?php echo $product_id; ?>" class="remove" title="<?php _e( 'Remove', 'yith-woocommerce-compare' ) ?>">x</a>
 
615
  </li>
616
  <?php
617
  }
618
 
619
- return ob_get_clean();
 
 
620
  }
621
 
622
  /**
@@ -686,6 +734,5 @@ if( !class_exists( 'YITH_Woocompare_Frontend' ) ) {
686
  $wc_get_product = function_exists( 'wc_get_product' ) ? 'wc_get_product' : 'get_product';
687
  return $wc_get_product( $product_id );
688
  }
689
-
690
  }
691
  }
91
  // set coookiename
92
  if ( is_multisite() ) $this->cookie_name .= '_' . get_current_blog_id();
93
 
94
+ add_action( 'init', array( $this, 'populate_products_list' ), 10 );
 
95
 
96
  // populate default fields for the comparison table
97
  $this->default_fields = YITH_Woocompare_Helper::standard_fields();
128
  return $this;
129
  }
130
 
131
+ /**
132
+ * Populate the compare product list
133
+ */
134
+ public function populate_products_list(){
135
+
136
+ global $sitepress;
137
+
138
+ /**
139
+ * WPML Support
140
+ */
141
+ $lang = isset( $_REQUEST['lang'] ) ? $_REQUEST['lang'] : false;
142
+
143
+ // get cookie val
144
+ $the_list = isset( $_COOKIE[ $this->cookie_name ] ) ? json_decode( $_COOKIE[ $this->cookie_name ] ) : array();
145
+
146
+ // switch lang for WPML
147
+ if( defined( 'ICL_LANGUAGE_CODE' ) && $lang && isset( $sitepress ) ) {
148
+ $sitepress->switch_lang( $lang, true );
149
+ }
150
+
151
+ foreach( $the_list as $product_id ) {
152
+ if( function_exists( 'wpml_object_id_filter' ) ) {
153
+ $product_id_translated = wpml_object_id_filter( $product_id, 'product', false );
154
+ // get all product of current lang
155
+ if ( $product_id_translated !== $product_id ) {
156
+ continue;
157
+ }
158
+ }
159
+
160
+ // check for deleted|private products
161
+ $product = wc_get_product( $product_id );
162
+ if( ! $product || $product->post->post_status !== 'publish' ) {
163
+ continue;
164
+ }
165
+
166
+ $this->products_list[] = $product_id;
167
+ }
168
+ }
169
+
170
  /**
171
  * Enqueue the scripts and styles in the page
172
  */
173
  public function enqueue_scripts() {
174
 
175
  // scripts
176
+ $min = ! ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '.min' : '';
177
+ wp_register_script( 'yith-woocompare-main', YITH_WOOCOMPARE_ASSETS_URL . '/js/woocompare' . $min .'.js', array('jquery'), $this->version, true );
178
+
179
+ // enqueue and add localize
180
+ wp_enqueue_script( 'yith-woocompare-main' );
181
  wp_localize_script( 'yith-woocompare-main', 'yith_woocompare', array(
182
  'ajaxurl' => version_compare( WC()->version, '2.4', '>=' ) ? WC_AJAX::get_endpoint( "%%endpoint%%" ) : admin_url( 'admin-ajax.php', 'relative' ),
183
  'actionadd' => $this->action_add,
184
  'actionremove' => $this->action_remove,
185
  'actionview' => $this->action_view,
186
+ 'added_label' => apply_filters( 'yith_woocompare_compare_added_label', __( 'Added', 'yith-woocommerce-compare' ) ),
187
+ 'table_title' => apply_filters( 'yith_woocompare_compare_table_title',__( 'Product Comparison', 'yith-woocommerce-compare' ) ),
188
  'auto_open' => get_option( 'yith_woocompare_auto_open', 'yes' ),
189
  'loader' => YITH_WOOCOMPARE_ASSETS_URL . '/images/loader.gif',
190
  'button_text' => get_option('yith_woocompare_button_text')
203
  /**
204
  * The fields to show in the table
205
  *
206
+ * @param array $products
207
  * @return mixed|void
208
  * @since 1.0.0
209
  */
292
  * @return array The complete list of products with all attributes value
293
  */
294
  public function get_products_list( $products = array() ) {
 
 
 
295
  $list = array();
296
 
297
+ $products = empty( $products ) ? $this->products_list : $products;
298
+ $products = apply_filters( 'yith_woocompare_exclude_products_from_list', $products );
299
 
300
  $fields = $this->fields();
301
 
302
  foreach ( $products as $product_id ) {
303
 
 
 
 
 
 
 
 
 
304
  $product = $this->wc_get_product( $product_id );
305
 
306
  if ( ! $product )
331
  }
332
  $product->fields[$field] = sprintf( '<span class="%s">%s</span>', esc_attr( $availability['class'] ), esc_html( $availability['availability'] ) );
333
  break;
334
+ case 'weight':
335
+ if( $weight = $product->get_weight() ){
336
+ $weight = wc_format_localized_decimal( $weight ) . ' ' . esc_attr( get_option( 'woocommerce_weight_unit' ) );
337
+ }
338
+ else {
339
+ $weight = '-';
340
+ }
341
+ $product->fields[$field] = sprintf( '<span>%s</span>', esc_html( $weight ) );
342
+ break;
343
+ case 'dimensions':
344
+ if( ! $dimensions = $product->get_dimensions() ) {
345
+ $dimensions = '-';
346
+ }
347
+ $product->fields[$field] = sprintf( '<span>%s</span>', esc_html( $dimensions ) );
348
+ break;
349
  default:
350
  if ( taxonomy_exists( $field ) ) {
351
  $product->fields[$field] = array();
357
  }
358
  }
359
  $product->fields[$field] = implode( ', ', $product->fields[$field] );
360
+ }
361
+ else {
362
  do_action_ref_array( 'yith_woocompare_field_' . $field, array( $product, &$product->fields ) );
363
  }
364
  break;
378
  * @return string The url to add the product in the comparison table
379
  */
380
  public function view_table_url( $product_id = false ) {
 
381
  $url_args = array(
382
  'action' => $this->action_view,
383
  'iframe' => true
398
  * @return string The url to add the product in the comparison table
399
  */
400
  public function add_product_url( $product_id ) {
 
401
  $url_args = array(
402
  'action' => $this->action_add,
403
  'id' => $product_id
408
  $url_args['lang'] = $lang;
409
  }
410
 
411
+ return apply_filters( 'yith_woocompare_add_product_url', esc_url_raw( add_query_arg( $url_args, site_url() ) ), $this->action_add );
412
  }
413
 
414
  /**
422
  'action' => $this->action_remove,
423
  'id' => $product_id
424
  );
425
+ return apply_filters( 'yith_woocompare_remove_product_url', esc_url_raw( add_query_arg( $url_args, site_url() ) ), $this->action_remove );
426
  }
427
 
428
  /**
444
 
445
  if ( ! isset( $button_text ) || $button_text == 'default' ) {
446
  $button_text = get_option( 'yith_woocompare_button_text', __( 'Compare', 'yith-woocommerce-compare' ) );
447
+ do_action ( 'wpml_register_single_string', 'Plugins', 'plugin_yit_compare_button_text', $button_text );
448
+ $button_text = apply_filters( 'wpml_translate_single_string', $button_text, 'Plugins', 'plugin_yit_compare_button_text' );
449
  }
450
 
451
  printf( '<a href="%s" class="%s" data-product_id="%d" rel="nofollow">%s</a>', $this->add_product_url( $product_id ), 'compare' . ( $is_button == 'button' ? ' button' : '' ), $product_id, $button_text );
500
  * The action called by the query string
501
  */
502
  public function add_product_to_compare_action() {
503
+ if ( defined( 'DOING_AJAX' ) && DOING_AJAX || ! isset( $_REQUEST['id'] ) || ! isset( $_REQUEST['action'] ) || $_REQUEST['action'] != $this->action_add ) {
504
  return;
505
  }
506
 
641
  */
642
  global $sitepress;
643
 
644
+ if( defined( 'ICL_LANGUAGE_CODE' ) && $lang && isset( $sitepress )) {
645
  $sitepress->switch_lang( $lang, true );
646
  }
647
 
648
  if ( empty( $this->products_list ) ) {
649
+ echo '<li class="list_empty">' . __( 'No products to compare', 'yith-woocommerce-compare' ) . '</li>';
650
  return ob_get_clean();
651
  }
652
 
656
  continue;
657
  ?>
658
  <li>
 
659
  <a href="<?php echo $this->remove_product_url( $product_id ) ?>" data-product_id="<?php echo $product_id; ?>" class="remove" title="<?php _e( 'Remove', 'yith-woocommerce-compare' ) ?>">x</a>
660
+ <a class="title" href="<?php echo get_permalink( $product_id ) ?>"><?php echo $product->get_title() ?></a>
661
  </li>
662
  <?php
663
  }
664
 
665
+ $return = ob_get_clean();
666
+
667
+ return apply_filters( 'yith_woocompare_widget_products_html', $return, $this->products_list, $this );
668
  }
669
 
670
  /**
734
  $wc_get_product = function_exists( 'wc_get_product' ) ? 'wc_get_product' : 'get_product';
735
  return $wc_get_product( $product_id );
736
  }
 
737
  }
738
  }
includes/class.yith-woocompare-helper.php CHANGED
@@ -47,7 +47,9 @@ if( !class_exists( 'YITH_Woocompare_Helper' ) ) {
47
  'price' => __( 'Price', 'yith-woocommerce-compare' ),
48
  'add-to-cart' => __( 'Add to cart', 'yith-woocommerce-compare' ),
49
  'description' => __( 'Description', 'yith-woocommerce-compare' ),
50
- 'stock' => __( 'Availability', 'yith-woocommerce-compare' )
 
 
51
  );
52
 
53
  if( $with_attr )
47
  'price' => __( 'Price', 'yith-woocommerce-compare' ),
48
  'add-to-cart' => __( 'Add to cart', 'yith-woocommerce-compare' ),
49
  'description' => __( 'Description', 'yith-woocommerce-compare' ),
50
+ 'stock' => __( 'Availability', 'yith-woocommerce-compare' ),
51
+ 'weight' => __( 'Weight', 'yith-woocommerce-compare' ),
52
+ 'dimensions' => __( 'Dimensions', 'yith-woocommerce-compare' )
53
  );
54
 
55
  if( $with_attr )
includes/class.yith-woocompare.php CHANGED
@@ -40,15 +40,25 @@ if( !class_exists( 'YITH_Woocompare' ) ) {
40
  * @since 1.0.0
41
  */
42
  public function __construct() {
 
 
43
  add_action( 'widgets_init', array( $this, 'registerWidgets' ) );
44
 
45
- // Load Plugin Framework
46
- add_action( 'after_setup_theme', array( $this, 'plugin_fw_loader' ), 1 );
47
-
48
  if( $this->is_frontend() ) {
 
 
 
 
49
  $this->obj = new YITH_Woocompare_Frontend();
50
- } elseif( $this->is_admin() ) {
51
-
 
 
 
 
 
 
 
52
  $this->obj = new YITH_Woocompare_Admin();
53
  }
54
 
@@ -61,7 +71,11 @@ if( !class_exists( 'YITH_Woocompare' ) ) {
61
  */
62
  public function is_frontend() {
63
  $is_ajax = ( defined( 'DOING_AJAX' ) && DOING_AJAX );
64
- return (bool) ( ! is_admin() || $is_ajax && isset( $_REQUEST['context'] ) && $_REQUEST['context'] == 'frontend' );
 
 
 
 
65
  }
66
 
67
  /**
@@ -82,10 +96,14 @@ if( !class_exists( 'YITH_Woocompare' ) ) {
82
  * @author Andrea Grillo <andrea.grillo@yithemes.com>
83
  */
84
  public function plugin_fw_loader() {
 
85
  if ( ! defined( 'YIT_CORE_PLUGIN' ) ) {
86
- require_once( YITH_WOOCOMPARE_DIR . 'plugin-fw/yit-plugin.php' );
 
 
 
87
  }
88
-
89
  }
90
 
91
  /**
40
  * @since 1.0.0
41
  */
42
  public function __construct() {
43
+
44
+ // init widget
45
  add_action( 'widgets_init', array( $this, 'registerWidgets' ) );
46
 
 
 
 
47
  if( $this->is_frontend() ) {
48
+
49
+ // require frontend class
50
+ require_once('class.yith-woocompare-frontend.php');
51
+
52
  $this->obj = new YITH_Woocompare_Frontend();
53
+ }
54
+ elseif( $this->is_admin() ) {
55
+
56
+ // Load Plugin Framework
57
+ add_action( 'after_setup_theme', array( $this, 'plugin_fw_loader' ), 1 );
58
+
59
+ // require admin class
60
+ require_once('class.yith-woocompare-admin.php');
61
+
62
  $this->obj = new YITH_Woocompare_Admin();
63
  }
64
 
71
  */
72
  public function is_frontend() {
73
  $is_ajax = ( defined( 'DOING_AJAX' ) && DOING_AJAX );
74
+ $context_check = isset( $_REQUEST['context'] ) && $_REQUEST['context'] == 'frontend';
75
+ $actions_to_check = array( 'woof_draw_products' );
76
+ $action_check = isset( $_REQUEST['action'] ) && in_array( $_REQUEST['action'], $actions_to_check );
77
+
78
+ return (bool) ( ! is_admin() || ( $is_ajax && ( $context_check || $action_check ) ) );
79
  }
80
 
81
  /**
96
  * @author Andrea Grillo <andrea.grillo@yithemes.com>
97
  */
98
  public function plugin_fw_loader() {
99
+
100
  if ( ! defined( 'YIT_CORE_PLUGIN' ) ) {
101
+ global $plugin_fw_data;
102
+ if( ! empty( $plugin_fw_data ) ){
103
+ $plugin_fw_file = array_shift( $plugin_fw_data );
104
+ require_once( $plugin_fw_file );
105
  }
106
+ }
107
  }
108
 
109
  /**
init.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: YITH WooCommerce Compare
4
  * Plugin URI: https://yithemes.com/themes/plugins/yith-woocommerce-compare/
5
  * Description: YITH WooCommerce Compare allows you to compare more products with WooCommerce plugin, through product attributes.
6
- * Version: 2.0.9
7
  * Author: YITHEMES
8
  * Author URI: https://yithemes.com/
9
  * Text Domain: yith-woocommerce-compare
@@ -11,7 +11,7 @@
11
  *
12
  * @author Yithemes
13
  * @package YITH WooCommerce Compare
14
- * @version 2.0.9
15
  */
16
  /* Copyright 2013 Your Inspiration Themes (email : plugins@yithemes.com)
17
 
@@ -56,7 +56,7 @@ if ( ! function_exists( 'yith_plugin_registration_hook' ) ) {
56
  register_activation_hook( __FILE__, 'yith_plugin_registration_hook' );
57
 
58
  if ( ! defined( 'YITH_WOOCOMPARE_VERSION' ) ){
59
- define( 'YITH_WOOCOMPARE_VERSION', '2.0.9' );
60
  }
61
  if ( ! defined( 'YITH_WOOCOMPARE_FREE_INIT' ) ) {
62
  define( 'YITH_WOOCOMPARE_FREE_INIT', plugin_basename( __FILE__ ) );
@@ -108,8 +108,6 @@ function yith_woocompare_constructor() {
108
  // Load required classes and functions
109
  require_once('includes/class.yith-woocompare-helper.php');
110
  require_once('includes/functions.yith-woocompare.php');
111
- require_once('includes/class.yith-woocompare-admin.php');
112
- require_once('includes/class.yith-woocompare-frontend.php');
113
  require_once('widgets/class.yith-woocompare-widget.php');
114
  require_once('includes/class.yith-woocompare.php');
115
 
3
  * Plugin Name: YITH WooCommerce Compare
4
  * Plugin URI: https://yithemes.com/themes/plugins/yith-woocommerce-compare/
5
  * Description: YITH WooCommerce Compare allows you to compare more products with WooCommerce plugin, through product attributes.
6
+ * Version: 2.1.0
7
  * Author: YITHEMES
8
  * Author URI: https://yithemes.com/
9
  * Text Domain: yith-woocommerce-compare
11
  *
12
  * @author Yithemes
13
  * @package YITH WooCommerce Compare
14
+ * @version 2.1.0
15
  */
16
  /* Copyright 2013 Your Inspiration Themes (email : plugins@yithemes.com)
17
 
56
  register_activation_hook( __FILE__, 'yith_plugin_registration_hook' );
57
 
58
  if ( ! defined( 'YITH_WOOCOMPARE_VERSION' ) ){
59
+ define( 'YITH_WOOCOMPARE_VERSION', '2.1.0' );
60
  }
61
  if ( ! defined( 'YITH_WOOCOMPARE_FREE_INIT' ) ) {
62
  define( 'YITH_WOOCOMPARE_FREE_INIT', plugin_basename( __FILE__ ) );
108
  // Load required classes and functions
109
  require_once('includes/class.yith-woocompare-helper.php');
110
  require_once('includes/functions.yith-woocompare.php');
 
 
111
  require_once('widgets/class.yith-woocompare-widget.php');
112
  require_once('includes/class.yith-woocompare.php');
113
 
languages/yith-woocommerce-compare-bg_BG.mo CHANGED
Binary file
languages/yith-woocommerce-compare-bg_BG.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH Woocommerce Compare\n"
4
- "POT-Creation-Date: 2015-09-22 09:45+0200\n"
5
- "PO-Revision-Date: 2015-09-22 09:45+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: bg_BG\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.8.2\n"
13
  "X-Poedit-KeywordsList: __;_e;_x\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -17,33 +17,33 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
  "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
19
 
20
- #: includes/class.yith-woocompare-admin.php:117
21
- #: includes/class.yith-woocompare-admin.php:141
22
  msgid "Settings"
23
  msgstr ""
24
 
25
- #: includes/class.yith-woocompare-admin.php:119
26
- #: includes/class.yith-woocompare-admin.php:145
27
  msgid "Premium Version"
28
  msgstr ""
29
 
30
- #: includes/class.yith-woocompare-admin.php:151
31
- #: includes/class.yith-woocompare-admin.php:152
32
- #: includes/class.yith-woocompare-frontend.php:353
33
- #: plugin-options/general-options.php:40
34
- #: widgets/class.yith-woocompare-widget.php:50
35
  msgid "Compare"
36
  msgstr "Сравни"
37
 
38
- #: includes/class.yith-woocompare-admin.php:215
39
  msgid "Plugin Documentation"
40
  msgstr ""
41
 
42
- #: includes/class.yith-woocompare-admin.php:235
43
  msgid "YITH WooCommerce Compare Activated"
44
  msgstr ""
45
 
46
- #: includes/class.yith-woocompare-admin.php:236
47
  #, php-format
48
  msgid ""
49
  "In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
@@ -52,11 +52,11 @@ msgid ""
52
  "PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
53
  msgstr ""
54
 
55
- #: includes/class.yith-woocompare-admin.php:247
56
  msgid "YITH WooCommerce Compare Updated"
57
  msgstr ""
58
 
59
- #: includes/class.yith-woocompare-admin.php:248
60
  #, php-format
61
  msgid ""
62
  "From now on, you can find all the options of YITH WooCommerce Compare under "
@@ -66,27 +66,27 @@ msgid ""
66
  "available options, <a href=\"%s\">discover the PREMIUM version.</a>"
67
  msgstr ""
68
 
69
- #: includes/class.yith-woocompare-admin.php:393
70
  msgid "Do you want to hard crop the image?"
71
  msgstr ""
72
 
73
- #: includes/class.yith-woocompare-frontend.php:142
74
  msgid "Added"
75
  msgstr "Добавено"
76
 
77
- #: includes/class.yith-woocompare-frontend.php:143 templates/compare.php:51
78
  msgid "Product Comparison"
79
  msgstr "Сравнение на продуктите"
80
 
81
- #: includes/class.yith-woocompare-frontend.php:265
82
  msgid "In stock"
83
  msgstr "В наличност"
84
 
85
- #: includes/class.yith-woocompare-frontend.php:548
86
  msgid "No products to compare"
87
  msgstr "В момента нямате продукти за сравнение"
88
 
89
- #: includes/class.yith-woocompare-frontend.php:559 templates/compare.php:111
90
  msgid "Remove"
91
  msgstr "Премахни"
92
 
@@ -95,7 +95,7 @@ msgid "Image"
95
  msgstr "Снимка"
96
 
97
  #: includes/class.yith-woocompare-helper.php:46
98
- #: widgets/class.yith-woocompare-widget.php:67
99
  msgid "Title"
100
  msgstr "Заглавие"
101
 
@@ -115,6 +115,14 @@ msgstr "Описание"
115
  msgid "Availability"
116
  msgstr "Достъпност"
117
 
 
 
 
 
 
 
 
 
118
  #: init.php:40
119
  msgid ""
120
  "YITH WooCommerce Compare is enabled but not effective. It requires "
@@ -155,104 +163,104 @@ msgstr "Текст на Линка/Бутона"
155
  msgid "Type the text to use for the button or the link of the compare."
156
  msgstr "Напишете текста, който искате да използвате за линка или бутона"
157
 
158
- #: plugin-options/general-options.php:45
159
  msgid "Show button in single product page"
160
  msgstr "Покажете бутона на страницата на продукта"
161
 
162
- #: plugin-options/general-options.php:46
163
  msgid "Say if you want to show the button in the single product page."
164
  msgstr ""
165
 
166
- #: plugin-options/general-options.php:54
167
  msgid "Show button in products list"
168
  msgstr "Покажете бутона в каталога "
169
 
170
- #: plugin-options/general-options.php:55
171
  msgid "Say if you want to show the button in the products list."
172
  msgstr ""
173
 
174
- #: plugin-options/general-options.php:63
175
  msgid "Open automatically lightbox"
176
  msgstr ""
177
 
178
- #: plugin-options/general-options.php:64
179
  msgid "Open link after click into \"Compare\" button\"."
180
  msgstr ""
181
 
182
- #: plugin-options/general-options.php:77
183
  msgid "Table Settings"
184
  msgstr "Настройки на таблицата"
185
 
186
- #: plugin-options/general-options.php:84
187
  msgid "Table title"
188
  msgstr "Заглавие на таблицата"
189
 
190
- #: plugin-options/general-options.php:85
191
  msgid "Type the text to use for the table title."
192
  msgstr ""
193
 
194
- #: plugin-options/general-options.php:87
195
  msgid "Compare products"
196
  msgstr "Сравнете продуктите си"
197
 
198
- #: plugin-options/general-options.php:92
199
  msgid "Fields to show"
200
  msgstr ""
201
 
202
- #: plugin-options/general-options.php:93
203
  msgid ""
204
  "Select the fields to show in the comparison table and order them by "
205
  "drag&drop (are included also the woocommerce attributes)"
206
  msgstr ""
207
 
208
- #: plugin-options/general-options.php:101
209
  msgid "Repeat \"Price\" field"
210
  msgstr ""
211
 
212
- #: plugin-options/general-options.php:102
213
  msgid "Repeat the \"Price\" field at the end of the table"
214
  msgstr ""
215
 
216
- #: plugin-options/general-options.php:110
217
  msgid "Repeat \"Add to cart\" field"
218
  msgstr ""
219
 
220
- #: plugin-options/general-options.php:111
221
  msgid "Repeat the \"Add to cart\" field at the end of the table"
222
  msgstr ""
223
 
224
- #: plugin-options/general-options.php:119
225
  msgid "Image size"
226
  msgstr "Размер на изображението"
227
 
228
- #: plugin-options/general-options.php:120
229
  msgid "Set the size for the images"
230
  msgstr ""
231
 
232
- #: templates/admin/premium.php:228 templates/admin/premium.php:370
233
  #, php-format
234
  msgid ""
235
  "Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
236
  "benefit from all features!"
237
  msgstr ""
238
 
239
- #: templates/admin/premium.php:231 templates/admin/premium.php:373
240
  msgid "UPGRADE"
241
  msgstr ""
242
 
243
- #: templates/admin/premium.php:232 templates/admin/premium.php:374
244
  msgid "to the premium version"
245
  msgstr ""
246
 
247
- #: templates/admin/premium.php:238
248
  msgid "Premium Features"
249
  msgstr ""
250
 
251
- #: templates/admin/premium.php:246
252
  msgid "A DEDICATED PAGE"
253
  msgstr ""
254
 
255
- #: templates/admin/premium.php:249
256
  #, php-format
257
  msgid ""
258
  "Don't you want to compare your products in a modal window anymore?%3$sWith "
@@ -262,11 +270,11 @@ msgid ""
262
  "whenever they want."
263
  msgstr ""
264
 
265
- #: templates/admin/premium.php:259
266
  msgid "CATEGORY COMPARATION"
267
  msgstr ""
268
 
269
- #: templates/admin/premium.php:262
270
  #, php-format
271
  msgid ""
272
  "People are often confused by finding products of different categories in the "
@@ -276,11 +284,11 @@ msgid ""
276
  "affinity."
277
  msgstr ""
278
 
279
- #: templates/admin/premium.php:278
280
  msgid "CATEGORY EXCLUSION "
281
  msgstr ""
282
 
283
- #: templates/admin/premium.php:281
284
  #, php-format
285
  msgid ""
286
  "In your shop there may be product categories you don't want to be affected "
@@ -291,11 +299,11 @@ msgid ""
291
  "selected categories."
292
  msgstr ""
293
 
294
- #: templates/admin/premium.php:291
295
  msgid "TABLE IMAGE"
296
  msgstr ""
297
 
298
- #: templates/admin/premium.php:294
299
  #, php-format
300
  msgid ""
301
  "Give a personal touch to the %1$scomparison table%2$s your users will see. "
@@ -303,11 +311,11 @@ msgid ""
303
  "table to your users. "
304
  msgstr ""
305
 
306
- #: templates/admin/premium.php:310
307
  msgid "DYNAMIC FIELDS"
308
  msgstr ""
309
 
310
- #: templates/admin/premium.php:313
311
  #, php-format
312
  msgid ""
313
  "With this precious feature, you will be able to show in the table only the "
@@ -316,11 +324,11 @@ msgid ""
316
  "be no more empty lines in your comparison table."
317
  msgstr ""
318
 
319
- #: templates/admin/premium.php:323
320
  msgid "SOCIAL NETWORK SHARING"
321
  msgstr ""
322
 
323
- #: templates/admin/premium.php:326
324
  #, php-format
325
  msgid ""
326
  "One of the most appealing features of the premium version of the plugin.Four "
@@ -329,11 +337,11 @@ msgid ""
329
  "products they have selected."
330
  msgstr ""
331
 
332
- #: templates/admin/premium.php:342
333
  msgid "RELATED PRODUCTS"
334
  msgstr ""
335
 
336
- #: templates/admin/premium.php:345
337
  #, php-format
338
  msgid ""
339
  "All the products that have common categories and/or tags with those in the "
@@ -343,36 +351,70 @@ msgid ""
343
  "interested into."
344
  msgstr ""
345
 
346
- #: templates/admin/premium.php:355
347
  msgid "CUSTOMIZABLE STYLE"
348
  msgstr ""
349
 
350
- #: templates/admin/premium.php:358
351
  #, php-format
352
  msgid ""
353
  "An advanced option panel that let you change all the colors of the plugin, "
354
- "so that you can adapt stylistically all its elements to the %1$slayout%2$s "
355
  "of your shop.We know it, looks also count... and we give you the right tools "
356
  "to get to the best result."
357
  msgstr ""
358
 
359
- #: templates/compare.php:76
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
360
  msgid "Close window [X]"
361
  msgstr "Затвори"
362
 
363
- #: templates/compare.php:103
364
  msgid "No products added in the compare table."
365
  msgstr "Няма добавени продукти за сравнение."
366
 
367
  #: widgets/class.yith-woocompare-widget.php:23
368
- msgid "The widget show the list of products added in the compare table."
369
  msgstr ""
370
 
371
  #: widgets/class.yith-woocompare-widget.php:27
372
- msgid "YITH Woocommerce Compare Widget"
373
  msgstr ""
374
 
375
- #: widgets/class.yith-woocompare-widget.php:49
376
  msgid "Clear all"
377
  msgstr "Изтрий всички"
378
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH Woocommerce Compare\n"
4
+ "POT-Creation-Date: 2016-10-19 15:37+0200\n"
5
+ "PO-Revision-Date: 2016-10-19 15:37+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: bg_BG\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.8.10\n"
13
  "X-Poedit-KeywordsList: __;_e;_x\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
  "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
19
 
20
+ #: includes/class.yith-woocompare-admin.php:122
21
+ #: includes/class.yith-woocompare-admin.php:146
22
  msgid "Settings"
23
  msgstr ""
24
 
25
+ #: includes/class.yith-woocompare-admin.php:124
26
+ #: includes/class.yith-woocompare-admin.php:150
27
  msgid "Premium Version"
28
  msgstr ""
29
 
30
+ #: includes/class.yith-woocompare-admin.php:156
31
+ #: includes/class.yith-woocompare-admin.php:157
32
+ #: includes/class.yith-woocompare-frontend.php:446
33
+ #: plugin-options/general-options.php:40 plugin-options/general-options.php:41
34
+ #: widgets/class.yith-woocompare-widget.php:51
35
  msgid "Compare"
36
  msgstr "Сравни"
37
 
38
+ #: includes/class.yith-woocompare-admin.php:220
39
  msgid "Plugin Documentation"
40
  msgstr ""
41
 
42
+ #: includes/class.yith-woocompare-admin.php:240
43
  msgid "YITH WooCommerce Compare Activated"
44
  msgstr ""
45
 
46
+ #: includes/class.yith-woocompare-admin.php:241
47
  #, php-format
48
  msgid ""
49
  "In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
52
  "PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
53
  msgstr ""
54
 
55
+ #: includes/class.yith-woocompare-admin.php:252
56
  msgid "YITH WooCommerce Compare Updated"
57
  msgstr ""
58
 
59
+ #: includes/class.yith-woocompare-admin.php:253
60
  #, php-format
61
  msgid ""
62
  "From now on, you can find all the options of YITH WooCommerce Compare under "
66
  "available options, <a href=\"%s\">discover the PREMIUM version.</a>"
67
  msgstr ""
68
 
69
+ #: includes/class.yith-woocompare-admin.php:398
70
  msgid "Do you want to hard crop the image?"
71
  msgstr ""
72
 
73
+ #: includes/class.yith-woocompare-frontend.php:186
74
  msgid "Added"
75
  msgstr "Добавено"
76
 
77
+ #: includes/class.yith-woocompare-frontend.php:187 templates/compare.php:49
78
  msgid "Product Comparison"
79
  msgstr "Сравнение на продуктите"
80
 
81
+ #: includes/class.yith-woocompare-frontend.php:330
82
  msgid "In stock"
83
  msgstr "В наличност"
84
 
85
+ #: includes/class.yith-woocompare-frontend.php:649
86
  msgid "No products to compare"
87
  msgstr "В момента нямате продукти за сравнение"
88
 
89
+ #: includes/class.yith-woocompare-frontend.php:659 templates/compare.php:109
90
  msgid "Remove"
91
  msgstr "Премахни"
92
 
95
  msgstr "Снимка"
96
 
97
  #: includes/class.yith-woocompare-helper.php:46
98
+ #: widgets/class.yith-woocompare-widget.php:68
99
  msgid "Title"
100
  msgstr "Заглавие"
101
 
115
  msgid "Availability"
116
  msgstr "Достъпност"
117
 
118
+ #: includes/class.yith-woocompare-helper.php:51
119
+ msgid "Weight"
120
+ msgstr ""
121
+
122
+ #: includes/class.yith-woocompare-helper.php:52
123
+ msgid "Dimensions"
124
+ msgstr ""
125
+
126
  #: init.php:40
127
  msgid ""
128
  "YITH WooCommerce Compare is enabled but not effective. It requires "
163
  msgid "Type the text to use for the button or the link of the compare."
164
  msgstr "Напишете текста, който искате да използвате за линка или бутона"
165
 
166
+ #: plugin-options/general-options.php:46
167
  msgid "Show button in single product page"
168
  msgstr "Покажете бутона на страницата на продукта"
169
 
170
+ #: plugin-options/general-options.php:47
171
  msgid "Say if you want to show the button in the single product page."
172
  msgstr ""
173
 
174
+ #: plugin-options/general-options.php:55
175
  msgid "Show button in products list"
176
  msgstr "Покажете бутона в каталога "
177
 
178
+ #: plugin-options/general-options.php:56
179
  msgid "Say if you want to show the button in the products list."
180
  msgstr ""
181
 
182
+ #: plugin-options/general-options.php:64
183
  msgid "Open automatically lightbox"
184
  msgstr ""
185
 
186
+ #: plugin-options/general-options.php:65
187
  msgid "Open link after click into \"Compare\" button\"."
188
  msgstr ""
189
 
190
+ #: plugin-options/general-options.php:78
191
  msgid "Table Settings"
192
  msgstr "Настройки на таблицата"
193
 
194
+ #: plugin-options/general-options.php:85
195
  msgid "Table title"
196
  msgstr "Заглавие на таблицата"
197
 
198
+ #: plugin-options/general-options.php:86
199
  msgid "Type the text to use for the table title."
200
  msgstr ""
201
 
202
+ #: plugin-options/general-options.php:88 plugin-options/general-options.php:89
203
  msgid "Compare products"
204
  msgstr "Сравнете продуктите си"
205
 
206
+ #: plugin-options/general-options.php:94
207
  msgid "Fields to show"
208
  msgstr ""
209
 
210
+ #: plugin-options/general-options.php:95
211
  msgid ""
212
  "Select the fields to show in the comparison table and order them by "
213
  "drag&drop (are included also the woocommerce attributes)"
214
  msgstr ""
215
 
216
+ #: plugin-options/general-options.php:103
217
  msgid "Repeat \"Price\" field"
218
  msgstr ""
219
 
220
+ #: plugin-options/general-options.php:104
221
  msgid "Repeat the \"Price\" field at the end of the table"
222
  msgstr ""
223
 
224
+ #: plugin-options/general-options.php:112
225
  msgid "Repeat \"Add to cart\" field"
226
  msgstr ""
227
 
228
+ #: plugin-options/general-options.php:113
229
  msgid "Repeat the \"Add to cart\" field at the end of the table"
230
  msgstr ""
231
 
232
+ #: plugin-options/general-options.php:121
233
  msgid "Image size"
234
  msgstr "Размер на изображението"
235
 
236
+ #: plugin-options/general-options.php:122
237
  msgid "Set the size for the images"
238
  msgstr ""
239
 
240
+ #: templates/admin/premium.php:231 templates/admin/premium.php:421
241
  #, php-format
242
  msgid ""
243
  "Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
244
  "benefit from all features!"
245
  msgstr ""
246
 
247
+ #: templates/admin/premium.php:234 templates/admin/premium.php:424
248
  msgid "UPGRADE"
249
  msgstr ""
250
 
251
+ #: templates/admin/premium.php:235 templates/admin/premium.php:425
252
  msgid "to the premium version"
253
  msgstr ""
254
 
255
+ #: templates/admin/premium.php:241
256
  msgid "Premium Features"
257
  msgstr ""
258
 
259
+ #: templates/admin/premium.php:249
260
  msgid "A DEDICATED PAGE"
261
  msgstr ""
262
 
263
+ #: templates/admin/premium.php:252
264
  #, php-format
265
  msgid ""
266
  "Don't you want to compare your products in a modal window anymore?%3$sWith "
270
  "whenever they want."
271
  msgstr ""
272
 
273
+ #: templates/admin/premium.php:262
274
  msgid "CATEGORY COMPARATION"
275
  msgstr ""
276
 
277
+ #: templates/admin/premium.php:265
278
  #, php-format
279
  msgid ""
280
  "People are often confused by finding products of different categories in the "
284
  "affinity."
285
  msgstr ""
286
 
287
+ #: templates/admin/premium.php:281
288
  msgid "CATEGORY EXCLUSION "
289
  msgstr ""
290
 
291
+ #: templates/admin/premium.php:284
292
  #, php-format
293
  msgid ""
294
  "In your shop there may be product categories you don't want to be affected "
299
  "selected categories."
300
  msgstr ""
301
 
302
+ #: templates/admin/premium.php:294
303
  msgid "TABLE IMAGE"
304
  msgstr ""
305
 
306
+ #: templates/admin/premium.php:297
307
  #, php-format
308
  msgid ""
309
  "Give a personal touch to the %1$scomparison table%2$s your users will see. "
311
  "table to your users. "
312
  msgstr ""
313
 
314
+ #: templates/admin/premium.php:313
315
  msgid "DYNAMIC FIELDS"
316
  msgstr ""
317
 
318
+ #: templates/admin/premium.php:316
319
  #, php-format
320
  msgid ""
321
  "With this precious feature, you will be able to show in the table only the "
324
  "be no more empty lines in your comparison table."
325
  msgstr ""
326
 
327
+ #: templates/admin/premium.php:326
328
  msgid "SOCIAL NETWORK SHARING"
329
  msgstr ""
330
 
331
+ #: templates/admin/premium.php:329
332
  #, php-format
333
  msgid ""
334
  "One of the most appealing features of the premium version of the plugin.Four "
337
  "products they have selected."
338
  msgstr ""
339
 
340
+ #: templates/admin/premium.php:345
341
  msgid "RELATED PRODUCTS"
342
  msgstr ""
343
 
344
+ #: templates/admin/premium.php:348
345
  #, php-format
346
  msgid ""
347
  "All the products that have common categories and/or tags with those in the "
351
  "interested into."
352
  msgstr ""
353
 
354
+ #: templates/admin/premium.php:358
355
  msgid "CUSTOMIZABLE STYLE"
356
  msgstr ""
357
 
358
+ #: templates/admin/premium.php:361
359
  #, php-format
360
  msgid ""
361
  "An advanced option panel that let you change all the colors of the plugin, "
362
+ "so that you can adapt stylistically all its elements %1$sto the layout%2$s "
363
  "of your shop.We know it, looks also count... and we give you the right tools "
364
  "to get to the best result."
365
  msgstr ""
366
 
367
+ #: templates/admin/premium.php:377
368
+ msgid "CUSTOMIZED ATTRIBUTES"
369
+ msgstr ""
370
+
371
+ #: templates/admin/premium.php:380
372
+ #, php-format
373
+ msgid ""
374
+ "Let you users compare products following every feature, and considering also "
375
+ "all those %1$sattributes%2$s that can be manually created in within the "
376
+ "product detail page. Every single detail will be included."
377
+ msgstr ""
378
+
379
+ #: templates/admin/premium.php:390
380
+ msgid "A TAILORED TABLE"
381
+ msgstr ""
382
+
383
+ #: templates/admin/premium.php:393
384
+ #, php-format
385
+ msgid ""
386
+ "Select the products you want to compare and the system will offer you the "
387
+ "%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
388
+ msgstr ""
389
+
390
+ #: templates/admin/premium.php:409
391
+ msgid "WIDGET"
392
+ msgstr ""
393
+
394
+ #: templates/admin/premium.php:412
395
+ msgid ""
396
+ "Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
397
+ "complete list of products added to the compare tab and avoid to open the "
398
+ "popup to check its existence. "
399
+ msgstr ""
400
+
401
+ #: templates/compare.php:74
402
  msgid "Close window [X]"
403
  msgstr "Затвори"
404
 
405
+ #: templates/compare.php:101
406
  msgid "No products added in the compare table."
407
  msgstr "Няма добавени продукти за сравнение."
408
 
409
  #: widgets/class.yith-woocompare-widget.php:23
410
+ msgid "The widget shows the list of products added in the comparison table."
411
  msgstr ""
412
 
413
  #: widgets/class.yith-woocompare-widget.php:27
414
+ msgid "YITH WooCommerce Compare Widget"
415
  msgstr ""
416
 
417
+ #: widgets/class.yith-woocompare-widget.php:50
418
  msgid "Clear all"
419
  msgstr "Изтрий всички"
420
 
languages/yith-woocommerce-compare-es_ES.mo CHANGED
Binary file
languages/yith-woocommerce-compare-es_ES.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH Woocommerce Compare\n"
4
- "POT-Creation-Date: 2015-09-22 09:44+0200\n"
5
- "PO-Revision-Date: 2015-09-22 09:44+0200\n"
6
  "Last-Translator: Radi Angelov <fullmetalradi@hotmail.com>\n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: es_ES\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.8.2\n"
13
  "X-Poedit-KeywordsList: __;_e;_x\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
@@ -17,33 +17,33 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
  "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
19
 
20
- #: includes/class.yith-woocompare-admin.php:117
21
- #: includes/class.yith-woocompare-admin.php:141
22
  msgid "Settings"
23
  msgstr ""
24
 
25
- #: includes/class.yith-woocompare-admin.php:119
26
- #: includes/class.yith-woocompare-admin.php:145
27
  msgid "Premium Version"
28
  msgstr ""
29
 
30
- #: includes/class.yith-woocompare-admin.php:151
31
- #: includes/class.yith-woocompare-admin.php:152
32
- #: includes/class.yith-woocompare-frontend.php:353
33
- #: plugin-options/general-options.php:40
34
- #: widgets/class.yith-woocompare-widget.php:50
35
  msgid "Compare"
36
  msgstr "Comparar"
37
 
38
- #: includes/class.yith-woocompare-admin.php:215
39
  msgid "Plugin Documentation"
40
  msgstr ""
41
 
42
- #: includes/class.yith-woocompare-admin.php:235
43
  msgid "YITH WooCommerce Compare Activated"
44
  msgstr ""
45
 
46
- #: includes/class.yith-woocompare-admin.php:236
47
  #, php-format
48
  msgid ""
49
  "In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
@@ -52,11 +52,11 @@ msgid ""
52
  "PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
53
  msgstr ""
54
 
55
- #: includes/class.yith-woocompare-admin.php:247
56
  msgid "YITH WooCommerce Compare Updated"
57
  msgstr ""
58
 
59
- #: includes/class.yith-woocompare-admin.php:248
60
  #, php-format
61
  msgid ""
62
  "From now on, you can find all the options of YITH WooCommerce Compare under "
@@ -66,27 +66,27 @@ msgid ""
66
  "available options, <a href=\"%s\">discover the PREMIUM version.</a>"
67
  msgstr ""
68
 
69
- #: includes/class.yith-woocompare-admin.php:393
70
  msgid "Do you want to hard crop the image?"
71
  msgstr ""
72
 
73
- #: includes/class.yith-woocompare-frontend.php:142
74
  msgid "Added"
75
  msgstr "Añadido"
76
 
77
- #: includes/class.yith-woocompare-frontend.php:143 templates/compare.php:51
78
  msgid "Product Comparison"
79
  msgstr "Comparacion de producto"
80
 
81
- #: includes/class.yith-woocompare-frontend.php:265
82
  msgid "In stock"
83
  msgstr "En stock"
84
 
85
- #: includes/class.yith-woocompare-frontend.php:548
86
  msgid "No products to compare"
87
  msgstr "Comparador de productos vacio"
88
 
89
- #: includes/class.yith-woocompare-frontend.php:559 templates/compare.php:111
90
  msgid "Remove"
91
  msgstr "Eliminar"
92
 
@@ -95,7 +95,7 @@ msgid "Image"
95
  msgstr "Imagen"
96
 
97
  #: includes/class.yith-woocompare-helper.php:46
98
- #: widgets/class.yith-woocompare-widget.php:67
99
  msgid "Title"
100
  msgstr "Titulo"
101
 
@@ -115,6 +115,14 @@ msgstr "Descripcion"
115
  msgid "Availability"
116
  msgstr "Disponibilidad"
117
 
 
 
 
 
 
 
 
 
118
  #: init.php:40
119
  msgid ""
120
  "YITH WooCommerce Compare is enabled but not effective. It requires "
@@ -155,53 +163,53 @@ msgstr "Texto del boton/link"
155
  msgid "Type the text to use for the button or the link of the compare."
156
  msgstr "Escribe el texto del boton/link comparar."
157
 
158
- #: plugin-options/general-options.php:45
159
  msgid "Show button in single product page"
160
  msgstr "Mostrar boton en pagina de producto individual"
161
 
162
- #: plugin-options/general-options.php:46
163
  msgid "Say if you want to show the button in the single product page."
164
  msgstr ""
165
  "¿Quieres mostrar el boton de comparar en la pagina individual de cada "
166
  "producto?"
167
 
168
- #: plugin-options/general-options.php:54
169
  msgid "Show button in products list"
170
  msgstr "Mostrar boton en la lista de productos"
171
 
172
- #: plugin-options/general-options.php:55
173
  msgid "Say if you want to show the button in the products list."
174
  msgstr "¿Quieres mostrar el boton de comparar en la lista de productos?"
175
 
176
- #: plugin-options/general-options.php:63
177
  msgid "Open automatically lightbox"
178
  msgstr "Abrir lightbox (mensaje emergente) automaticamente"
179
 
180
- #: plugin-options/general-options.php:64
181
  msgid "Open link after click into \"Compare\" button\"."
182
  msgstr "Abrir link despues de hacer click en \"Comparar\""
183
 
184
- #: plugin-options/general-options.php:77
185
  msgid "Table Settings"
186
  msgstr "Opciones de tabla"
187
 
188
- #: plugin-options/general-options.php:84
189
  msgid "Table title"
190
  msgstr "Titulo de tabla"
191
 
192
- #: plugin-options/general-options.php:85
193
  msgid "Type the text to use for the table title."
194
  msgstr "Escribe el texto del boton/link comparar."
195
 
196
- #: plugin-options/general-options.php:87
197
  msgid "Compare products"
198
  msgstr "Comparador de productos"
199
 
200
- #: plugin-options/general-options.php:92
201
  msgid "Fields to show"
202
  msgstr "Mostrar boton en la lista de productos"
203
 
204
- #: plugin-options/general-options.php:93
205
  msgid ""
206
  "Select the fields to show in the comparison table and order them by "
207
  "drag&drop (are included also the woocommerce attributes)"
@@ -210,54 +218,54 @@ msgstr ""
210
  "simplemente arrastrandolos (estan incluidos los atributos de productos de "
211
  "woocommerce)"
212
 
213
- #: plugin-options/general-options.php:101
214
  msgid "Repeat \"Price\" field"
215
  msgstr ""
216
 
217
- #: plugin-options/general-options.php:102
218
  msgid "Repeat the \"Price\" field at the end of the table"
219
  msgstr ""
220
 
221
- #: plugin-options/general-options.php:110
222
  msgid "Repeat \"Add to cart\" field"
223
  msgstr ""
224
 
225
- #: plugin-options/general-options.php:111
226
  msgid "Repeat the \"Add to cart\" field at the end of the table"
227
  msgstr ""
228
 
229
- #: plugin-options/general-options.php:119
230
  msgid "Image size"
231
  msgstr "Imagen"
232
 
233
- #: plugin-options/general-options.php:120
234
  msgid "Set the size for the images"
235
  msgstr "Fijar el tamaño de la imagen"
236
 
237
- #: templates/admin/premium.php:228 templates/admin/premium.php:370
238
  #, php-format
239
  msgid ""
240
  "Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
241
  "benefit from all features!"
242
  msgstr ""
243
 
244
- #: templates/admin/premium.php:231 templates/admin/premium.php:373
245
  msgid "UPGRADE"
246
  msgstr ""
247
 
248
- #: templates/admin/premium.php:232 templates/admin/premium.php:374
249
  msgid "to the premium version"
250
  msgstr ""
251
 
252
- #: templates/admin/premium.php:238
253
  msgid "Premium Features"
254
  msgstr ""
255
 
256
- #: templates/admin/premium.php:246
257
  msgid "A DEDICATED PAGE"
258
  msgstr ""
259
 
260
- #: templates/admin/premium.php:249
261
  #, php-format
262
  msgid ""
263
  "Don't you want to compare your products in a modal window anymore?%3$sWith "
@@ -267,11 +275,11 @@ msgid ""
267
  "whenever they want."
268
  msgstr ""
269
 
270
- #: templates/admin/premium.php:259
271
  msgid "CATEGORY COMPARATION"
272
  msgstr ""
273
 
274
- #: templates/admin/premium.php:262
275
  #, php-format
276
  msgid ""
277
  "People are often confused by finding products of different categories in the "
@@ -281,11 +289,11 @@ msgid ""
281
  "affinity."
282
  msgstr ""
283
 
284
- #: templates/admin/premium.php:278
285
  msgid "CATEGORY EXCLUSION "
286
  msgstr ""
287
 
288
- #: templates/admin/premium.php:281
289
  #, php-format
290
  msgid ""
291
  "In your shop there may be product categories you don't want to be affected "
@@ -296,11 +304,11 @@ msgid ""
296
  "selected categories."
297
  msgstr ""
298
 
299
- #: templates/admin/premium.php:291
300
  msgid "TABLE IMAGE"
301
  msgstr ""
302
 
303
- #: templates/admin/premium.php:294
304
  #, php-format
305
  msgid ""
306
  "Give a personal touch to the %1$scomparison table%2$s your users will see. "
@@ -308,11 +316,11 @@ msgid ""
308
  "table to your users. "
309
  msgstr ""
310
 
311
- #: templates/admin/premium.php:310
312
  msgid "DYNAMIC FIELDS"
313
  msgstr ""
314
 
315
- #: templates/admin/premium.php:313
316
  #, php-format
317
  msgid ""
318
  "With this precious feature, you will be able to show in the table only the "
@@ -321,11 +329,11 @@ msgid ""
321
  "be no more empty lines in your comparison table."
322
  msgstr ""
323
 
324
- #: templates/admin/premium.php:323
325
  msgid "SOCIAL NETWORK SHARING"
326
  msgstr ""
327
 
328
- #: templates/admin/premium.php:326
329
  #, php-format
330
  msgid ""
331
  "One of the most appealing features of the premium version of the plugin.Four "
@@ -334,11 +342,11 @@ msgid ""
334
  "products they have selected."
335
  msgstr ""
336
 
337
- #: templates/admin/premium.php:342
338
  msgid "RELATED PRODUCTS"
339
  msgstr ""
340
 
341
- #: templates/admin/premium.php:345
342
  #, php-format
343
  msgid ""
344
  "All the products that have common categories and/or tags with those in the "
@@ -348,40 +356,81 @@ msgid ""
348
  "interested into."
349
  msgstr ""
350
 
351
- #: templates/admin/premium.php:355
352
  msgid "CUSTOMIZABLE STYLE"
353
  msgstr ""
354
 
355
- #: templates/admin/premium.php:358
356
  #, php-format
357
  msgid ""
358
  "An advanced option panel that let you change all the colors of the plugin, "
359
- "so that you can adapt stylistically all its elements to the %1$slayout%2$s "
360
  "of your shop.We know it, looks also count... and we give you the right tools "
361
  "to get to the best result."
362
  msgstr ""
363
 
364
- #: templates/compare.php:76
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
365
  msgid "Close window [X]"
366
  msgstr "Cerrar ventana [X]"
367
 
368
- #: templates/compare.php:103
369
  msgid "No products added in the compare table."
370
  msgstr "Comparador de productos"
371
 
372
  #: widgets/class.yith-woocompare-widget.php:23
373
- msgid "The widget show the list of products added in the compare table."
374
  msgstr ""
375
- "El widget muestra la lista de productos añadidos en la tabla de comparacion"
376
 
377
  #: widgets/class.yith-woocompare-widget.php:27
378
- msgid "YITH Woocommerce Compare Widget"
379
- msgstr "YITH Woocommerce widget de comparador"
380
 
381
- #: widgets/class.yith-woocompare-widget.php:49
382
  msgid "Clear all"
383
  msgstr "Eliminar todos"
384
 
 
 
 
 
 
 
 
 
385
  #~ msgid "Products Compare"
386
  #~ msgstr "Comparador de productos"
387
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH Woocommerce Compare\n"
4
+ "POT-Creation-Date: 2016-10-19 15:37+0200\n"
5
+ "PO-Revision-Date: 2016-10-19 15:37+0200\n"
6
  "Last-Translator: Radi Angelov <fullmetalradi@hotmail.com>\n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: es_ES\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.8.10\n"
13
  "X-Poedit-KeywordsList: __;_e;_x\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
  "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
19
 
20
+ #: includes/class.yith-woocompare-admin.php:122
21
+ #: includes/class.yith-woocompare-admin.php:146
22
  msgid "Settings"
23
  msgstr ""
24
 
25
+ #: includes/class.yith-woocompare-admin.php:124
26
+ #: includes/class.yith-woocompare-admin.php:150
27
  msgid "Premium Version"
28
  msgstr ""
29
 
30
+ #: includes/class.yith-woocompare-admin.php:156
31
+ #: includes/class.yith-woocompare-admin.php:157
32
+ #: includes/class.yith-woocompare-frontend.php:446
33
+ #: plugin-options/general-options.php:40 plugin-options/general-options.php:41
34
+ #: widgets/class.yith-woocompare-widget.php:51
35
  msgid "Compare"
36
  msgstr "Comparar"
37
 
38
+ #: includes/class.yith-woocompare-admin.php:220
39
  msgid "Plugin Documentation"
40
  msgstr ""
41
 
42
+ #: includes/class.yith-woocompare-admin.php:240
43
  msgid "YITH WooCommerce Compare Activated"
44
  msgstr ""
45
 
46
+ #: includes/class.yith-woocompare-admin.php:241
47
  #, php-format
48
  msgid ""
49
  "In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
52
  "PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
53
  msgstr ""
54
 
55
+ #: includes/class.yith-woocompare-admin.php:252
56
  msgid "YITH WooCommerce Compare Updated"
57
  msgstr ""
58
 
59
+ #: includes/class.yith-woocompare-admin.php:253
60
  #, php-format
61
  msgid ""
62
  "From now on, you can find all the options of YITH WooCommerce Compare under "
66
  "available options, <a href=\"%s\">discover the PREMIUM version.</a>"
67
  msgstr ""
68
 
69
+ #: includes/class.yith-woocompare-admin.php:398
70
  msgid "Do you want to hard crop the image?"
71
  msgstr ""
72
 
73
+ #: includes/class.yith-woocompare-frontend.php:186
74
  msgid "Added"
75
  msgstr "Añadido"
76
 
77
+ #: includes/class.yith-woocompare-frontend.php:187 templates/compare.php:49
78
  msgid "Product Comparison"
79
  msgstr "Comparacion de producto"
80
 
81
+ #: includes/class.yith-woocompare-frontend.php:330
82
  msgid "In stock"
83
  msgstr "En stock"
84
 
85
+ #: includes/class.yith-woocompare-frontend.php:649
86
  msgid "No products to compare"
87
  msgstr "Comparador de productos vacio"
88
 
89
+ #: includes/class.yith-woocompare-frontend.php:659 templates/compare.php:109
90
  msgid "Remove"
91
  msgstr "Eliminar"
92
 
95
  msgstr "Imagen"
96
 
97
  #: includes/class.yith-woocompare-helper.php:46
98
+ #: widgets/class.yith-woocompare-widget.php:68
99
  msgid "Title"
100
  msgstr "Titulo"
101
 
115
  msgid "Availability"
116
  msgstr "Disponibilidad"
117
 
118
+ #: includes/class.yith-woocompare-helper.php:51
119
+ msgid "Weight"
120
+ msgstr ""
121
+
122
+ #: includes/class.yith-woocompare-helper.php:52
123
+ msgid "Dimensions"
124
+ msgstr ""
125
+
126
  #: init.php:40
127
  msgid ""
128
  "YITH WooCommerce Compare is enabled but not effective. It requires "
163
  msgid "Type the text to use for the button or the link of the compare."
164
  msgstr "Escribe el texto del boton/link comparar."
165
 
166
+ #: plugin-options/general-options.php:46
167
  msgid "Show button in single product page"
168
  msgstr "Mostrar boton en pagina de producto individual"
169
 
170
+ #: plugin-options/general-options.php:47
171
  msgid "Say if you want to show the button in the single product page."
172
  msgstr ""
173
  "¿Quieres mostrar el boton de comparar en la pagina individual de cada "
174
  "producto?"
175
 
176
+ #: plugin-options/general-options.php:55
177
  msgid "Show button in products list"
178
  msgstr "Mostrar boton en la lista de productos"
179
 
180
+ #: plugin-options/general-options.php:56
181
  msgid "Say if you want to show the button in the products list."
182
  msgstr "¿Quieres mostrar el boton de comparar en la lista de productos?"
183
 
184
+ #: plugin-options/general-options.php:64
185
  msgid "Open automatically lightbox"
186
  msgstr "Abrir lightbox (mensaje emergente) automaticamente"
187
 
188
+ #: plugin-options/general-options.php:65
189
  msgid "Open link after click into \"Compare\" button\"."
190
  msgstr "Abrir link despues de hacer click en \"Comparar\""
191
 
192
+ #: plugin-options/general-options.php:78
193
  msgid "Table Settings"
194
  msgstr "Opciones de tabla"
195
 
196
+ #: plugin-options/general-options.php:85
197
  msgid "Table title"
198
  msgstr "Titulo de tabla"
199
 
200
+ #: plugin-options/general-options.php:86
201
  msgid "Type the text to use for the table title."
202
  msgstr "Escribe el texto del boton/link comparar."
203
 
204
+ #: plugin-options/general-options.php:88 plugin-options/general-options.php:89
205
  msgid "Compare products"
206
  msgstr "Comparador de productos"
207
 
208
+ #: plugin-options/general-options.php:94
209
  msgid "Fields to show"
210
  msgstr "Mostrar boton en la lista de productos"
211
 
212
+ #: plugin-options/general-options.php:95
213
  msgid ""
214
  "Select the fields to show in the comparison table and order them by "
215
  "drag&drop (are included also the woocommerce attributes)"
218
  "simplemente arrastrandolos (estan incluidos los atributos de productos de "
219
  "woocommerce)"
220
 
221
+ #: plugin-options/general-options.php:103
222
  msgid "Repeat \"Price\" field"
223
  msgstr ""
224
 
225
+ #: plugin-options/general-options.php:104
226
  msgid "Repeat the \"Price\" field at the end of the table"
227
  msgstr ""
228
 
229
+ #: plugin-options/general-options.php:112
230
  msgid "Repeat \"Add to cart\" field"
231
  msgstr ""
232
 
233
+ #: plugin-options/general-options.php:113
234
  msgid "Repeat the \"Add to cart\" field at the end of the table"
235
  msgstr ""
236
 
237
+ #: plugin-options/general-options.php:121
238
  msgid "Image size"
239
  msgstr "Imagen"
240
 
241
+ #: plugin-options/general-options.php:122
242
  msgid "Set the size for the images"
243
  msgstr "Fijar el tamaño de la imagen"
244
 
245
+ #: templates/admin/premium.php:231 templates/admin/premium.php:421
246
  #, php-format
247
  msgid ""
248
  "Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
249
  "benefit from all features!"
250
  msgstr ""
251
 
252
+ #: templates/admin/premium.php:234 templates/admin/premium.php:424
253
  msgid "UPGRADE"
254
  msgstr ""
255
 
256
+ #: templates/admin/premium.php:235 templates/admin/premium.php:425
257
  msgid "to the premium version"
258
  msgstr ""
259
 
260
+ #: templates/admin/premium.php:241
261
  msgid "Premium Features"
262
  msgstr ""
263
 
264
+ #: templates/admin/premium.php:249
265
  msgid "A DEDICATED PAGE"
266
  msgstr ""
267
 
268
+ #: templates/admin/premium.php:252
269
  #, php-format
270
  msgid ""
271
  "Don't you want to compare your products in a modal window anymore?%3$sWith "
275
  "whenever they want."
276
  msgstr ""
277
 
278
+ #: templates/admin/premium.php:262
279
  msgid "CATEGORY COMPARATION"
280
  msgstr ""
281
 
282
+ #: templates/admin/premium.php:265
283
  #, php-format
284
  msgid ""
285
  "People are often confused by finding products of different categories in the "
289
  "affinity."
290
  msgstr ""
291
 
292
+ #: templates/admin/premium.php:281
293
  msgid "CATEGORY EXCLUSION "
294
  msgstr ""
295
 
296
+ #: templates/admin/premium.php:284
297
  #, php-format
298
  msgid ""
299
  "In your shop there may be product categories you don't want to be affected "
304
  "selected categories."
305
  msgstr ""
306
 
307
+ #: templates/admin/premium.php:294
308
  msgid "TABLE IMAGE"
309
  msgstr ""
310
 
311
+ #: templates/admin/premium.php:297
312
  #, php-format
313
  msgid ""
314
  "Give a personal touch to the %1$scomparison table%2$s your users will see. "
316
  "table to your users. "
317
  msgstr ""
318
 
319
+ #: templates/admin/premium.php:313
320
  msgid "DYNAMIC FIELDS"
321
  msgstr ""
322
 
323
+ #: templates/admin/premium.php:316
324
  #, php-format
325
  msgid ""
326
  "With this precious feature, you will be able to show in the table only the "
329
  "be no more empty lines in your comparison table."
330
  msgstr ""
331
 
332
+ #: templates/admin/premium.php:326
333
  msgid "SOCIAL NETWORK SHARING"
334
  msgstr ""
335
 
336
+ #: templates/admin/premium.php:329
337
  #, php-format
338
  msgid ""
339
  "One of the most appealing features of the premium version of the plugin.Four "
342
  "products they have selected."
343
  msgstr ""
344
 
345
+ #: templates/admin/premium.php:345
346
  msgid "RELATED PRODUCTS"
347
  msgstr ""
348
 
349
+ #: templates/admin/premium.php:348
350
  #, php-format
351
  msgid ""
352
  "All the products that have common categories and/or tags with those in the "
356
  "interested into."
357
  msgstr ""
358
 
359
+ #: templates/admin/premium.php:358
360
  msgid "CUSTOMIZABLE STYLE"
361
  msgstr ""
362
 
363
+ #: templates/admin/premium.php:361
364
  #, php-format
365
  msgid ""
366
  "An advanced option panel that let you change all the colors of the plugin, "
367
+ "so that you can adapt stylistically all its elements %1$sto the layout%2$s "
368
  "of your shop.We know it, looks also count... and we give you the right tools "
369
  "to get to the best result."
370
  msgstr ""
371
 
372
+ #: templates/admin/premium.php:377
373
+ msgid "CUSTOMIZED ATTRIBUTES"
374
+ msgstr ""
375
+
376
+ #: templates/admin/premium.php:380
377
+ #, php-format
378
+ msgid ""
379
+ "Let you users compare products following every feature, and considering also "
380
+ "all those %1$sattributes%2$s that can be manually created in within the "
381
+ "product detail page. Every single detail will be included."
382
+ msgstr ""
383
+
384
+ #: templates/admin/premium.php:390
385
+ msgid "A TAILORED TABLE"
386
+ msgstr ""
387
+
388
+ #: templates/admin/premium.php:393
389
+ #, php-format
390
+ msgid ""
391
+ "Select the products you want to compare and the system will offer you the "
392
+ "%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
393
+ msgstr ""
394
+
395
+ #: templates/admin/premium.php:409
396
+ msgid "WIDGET"
397
+ msgstr ""
398
+
399
+ #: templates/admin/premium.php:412
400
+ msgid ""
401
+ "Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
402
+ "complete list of products added to the compare tab and avoid to open the "
403
+ "popup to check its existence. "
404
+ msgstr ""
405
+
406
+ #: templates/compare.php:74
407
  msgid "Close window [X]"
408
  msgstr "Cerrar ventana [X]"
409
 
410
+ #: templates/compare.php:101
411
  msgid "No products added in the compare table."
412
  msgstr "Comparador de productos"
413
 
414
  #: widgets/class.yith-woocompare-widget.php:23
415
+ msgid "The widget shows the list of products added in the comparison table."
416
  msgstr ""
 
417
 
418
  #: widgets/class.yith-woocompare-widget.php:27
419
+ msgid "YITH WooCommerce Compare Widget"
420
+ msgstr ""
421
 
422
+ #: widgets/class.yith-woocompare-widget.php:50
423
  msgid "Clear all"
424
  msgstr "Eliminar todos"
425
 
426
+ #~ msgid "The widget show the list of products added in the compare table."
427
+ #~ msgstr ""
428
+ #~ "El widget muestra la lista de productos añadidos en la tabla de "
429
+ #~ "comparacion"
430
+
431
+ #~ msgid "YITH Woocommerce Compare Widget"
432
+ #~ msgstr "YITH Woocommerce widget de comparador"
433
+
434
  #~ msgid "Products Compare"
435
  #~ msgstr "Comparador de productos"
436
 
languages/yith-woocommerce-compare-fa_IR.mo CHANGED
Binary file
languages/yith-woocommerce-compare-fa_IR.po CHANGED
@@ -1,48 +1,48 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH Woocommerce Compare\n"
4
- "POT-Creation-Date: 2015-09-22 09:43+0200\n"
5
- "PO-Revision-Date: 2015-09-22 09:43+0200\n"
6
  "Last-Translator: Khalil Delavaran <khalil.delavaran@gmail.com>\n"
7
  "Language-Team: Qooqnos <khalil.delavaran@gmail.com>\n"
8
  "Language: fa\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.8.2\n"
13
  "X-Poedit-KeywordsList: __;_e;_x\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
  "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
18
 
19
- #: includes/class.yith-woocompare-admin.php:117
20
- #: includes/class.yith-woocompare-admin.php:141
21
  msgid "Settings"
22
  msgstr ""
23
 
24
- #: includes/class.yith-woocompare-admin.php:119
25
- #: includes/class.yith-woocompare-admin.php:145
26
  msgid "Premium Version"
27
  msgstr ""
28
 
29
- #: includes/class.yith-woocompare-admin.php:151
30
- #: includes/class.yith-woocompare-admin.php:152
31
- #: includes/class.yith-woocompare-frontend.php:353
32
- #: plugin-options/general-options.php:40
33
- #: widgets/class.yith-woocompare-widget.php:50
34
  msgid "Compare"
35
  msgstr "سنجش"
36
 
37
- #: includes/class.yith-woocompare-admin.php:215
38
  msgid "Plugin Documentation"
39
  msgstr ""
40
 
41
- #: includes/class.yith-woocompare-admin.php:235
42
  msgid "YITH WooCommerce Compare Activated"
43
  msgstr ""
44
 
45
- #: includes/class.yith-woocompare-admin.php:236
46
  #, php-format
47
  msgid ""
48
  "In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
@@ -51,11 +51,11 @@ msgid ""
51
  "PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
52
  msgstr ""
53
 
54
- #: includes/class.yith-woocompare-admin.php:247
55
  msgid "YITH WooCommerce Compare Updated"
56
  msgstr ""
57
 
58
- #: includes/class.yith-woocompare-admin.php:248
59
  #, php-format
60
  msgid ""
61
  "From now on, you can find all the options of YITH WooCommerce Compare under "
@@ -65,27 +65,27 @@ msgid ""
65
  "available options, <a href=\"%s\">discover the PREMIUM version.</a>"
66
  msgstr ""
67
 
68
- #: includes/class.yith-woocompare-admin.php:393
69
  msgid "Do you want to hard crop the image?"
70
  msgstr ""
71
 
72
- #: includes/class.yith-woocompare-frontend.php:142
73
  msgid "Added"
74
  msgstr "اضافه شد"
75
 
76
- #: includes/class.yith-woocompare-frontend.php:143 templates/compare.php:51
77
  msgid "Product Comparison"
78
  msgstr "سنجش محصولات"
79
 
80
- #: includes/class.yith-woocompare-frontend.php:265
81
  msgid "In stock"
82
  msgstr "داشتن در انبار"
83
 
84
- #: includes/class.yith-woocompare-frontend.php:548
85
  msgid "No products to compare"
86
  msgstr "محصولاتی برای سنجش نیست"
87
 
88
- #: includes/class.yith-woocompare-frontend.php:559 templates/compare.php:111
89
  msgid "Remove"
90
  msgstr "پاک"
91
 
@@ -94,7 +94,7 @@ msgid "Image"
94
  msgstr "نگاره"
95
 
96
  #: includes/class.yith-woocompare-helper.php:46
97
- #: widgets/class.yith-woocompare-widget.php:67
98
  msgid "Title"
99
  msgstr "جستار"
100
 
@@ -114,6 +114,14 @@ msgstr "روشنگری"
114
  msgid "Availability"
115
  msgstr "دسترس پذیری"
116
 
 
 
 
 
 
 
 
 
117
  #: init.php:40
118
  msgid ""
119
  "YITH WooCommerce Compare is enabled but not effective. It requires "
@@ -154,51 +162,51 @@ msgstr "لینک یا دکمه"
154
  msgid "Type the text to use for the button or the link of the compare."
155
  msgstr "نوشته ای برای بکار بردن دکمه یا لینک مقایسه بنویسید"
156
 
157
- #: plugin-options/general-options.php:45
158
  msgid "Show button in single product page"
159
  msgstr "نمایش دکمه در برگه محصول"
160
 
161
- #: plugin-options/general-options.php:46
162
  msgid "Say if you want to show the button in the single product page."
163
  msgstr "اگر می خواهید دکمه در برگه محصول نمایش داده شود"
164
 
165
- #: plugin-options/general-options.php:54
166
  msgid "Show button in products list"
167
  msgstr "نمایش دکمه در لیست محصولات"
168
 
169
- #: plugin-options/general-options.php:55
170
  msgid "Say if you want to show the button in the products list."
171
  msgstr "اگر می خواهید دکمه در لیست محصول نمایش داده شود"
172
 
173
- #: plugin-options/general-options.php:63
174
  msgid "Open automatically lightbox"
175
  msgstr "باز کردن اتوماتیک جعبه نور"
176
 
177
- #: plugin-options/general-options.php:64
178
  msgid "Open link after click into \"Compare\" button\"."
179
  msgstr " باز کردن پیوند پس از \"سنجش\" دکمه\"کلیک کنید"
180
 
181
- #: plugin-options/general-options.php:77
182
  msgid "Table Settings"
183
  msgstr "پیکربندی جدول"
184
 
185
- #: plugin-options/general-options.php:84
186
  msgid "Table title"
187
  msgstr ""
188
 
189
- #: plugin-options/general-options.php:85
190
  msgid "Type the text to use for the table title."
191
  msgstr ""
192
 
193
- #: plugin-options/general-options.php:87
194
  msgid "Compare products"
195
  msgstr "سنجش محصولات"
196
 
197
- #: plugin-options/general-options.php:92
198
  msgid "Fields to show"
199
  msgstr "فیلدهای نمایش"
200
 
201
- #: plugin-options/general-options.php:93
202
  msgid ""
203
  "Select the fields to show in the comparison table and order them by "
204
  "drag&drop (are included also the woocommerce attributes)"
@@ -206,54 +214,54 @@ msgstr ""
206
  "انتخاب این گزینه برای نشان دادن در جدول سنجش و سفارش سازی آنها با کشیدن و "
207
  "رها کردن دکمه ماوس (ویژگی های ووکامرس را شامل می شود)"
208
 
209
- #: plugin-options/general-options.php:101
210
  msgid "Repeat \"Price\" field"
211
  msgstr ""
212
 
213
- #: plugin-options/general-options.php:102
214
  msgid "Repeat the \"Price\" field at the end of the table"
215
  msgstr ""
216
 
217
- #: plugin-options/general-options.php:110
218
  msgid "Repeat \"Add to cart\" field"
219
  msgstr ""
220
 
221
- #: plugin-options/general-options.php:111
222
  msgid "Repeat the \"Add to cart\" field at the end of the table"
223
  msgstr ""
224
 
225
- #: plugin-options/general-options.php:119
226
  msgid "Image size"
227
  msgstr "اندازه نگاره"
228
 
229
- #: plugin-options/general-options.php:120
230
  msgid "Set the size for the images"
231
  msgstr "تعیین اندازه برای نگاره"
232
 
233
- #: templates/admin/premium.php:228 templates/admin/premium.php:370
234
  #, php-format
235
  msgid ""
236
  "Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
237
  "benefit from all features!"
238
  msgstr ""
239
 
240
- #: templates/admin/premium.php:231 templates/admin/premium.php:373
241
  msgid "UPGRADE"
242
  msgstr ""
243
 
244
- #: templates/admin/premium.php:232 templates/admin/premium.php:374
245
  msgid "to the premium version"
246
  msgstr ""
247
 
248
- #: templates/admin/premium.php:238
249
  msgid "Premium Features"
250
  msgstr ""
251
 
252
- #: templates/admin/premium.php:246
253
  msgid "A DEDICATED PAGE"
254
  msgstr ""
255
 
256
- #: templates/admin/premium.php:249
257
  #, php-format
258
  msgid ""
259
  "Don't you want to compare your products in a modal window anymore?%3$sWith "
@@ -263,11 +271,11 @@ msgid ""
263
  "whenever they want."
264
  msgstr ""
265
 
266
- #: templates/admin/premium.php:259
267
  msgid "CATEGORY COMPARATION"
268
  msgstr ""
269
 
270
- #: templates/admin/premium.php:262
271
  #, php-format
272
  msgid ""
273
  "People are often confused by finding products of different categories in the "
@@ -277,11 +285,11 @@ msgid ""
277
  "affinity."
278
  msgstr ""
279
 
280
- #: templates/admin/premium.php:278
281
  msgid "CATEGORY EXCLUSION "
282
  msgstr ""
283
 
284
- #: templates/admin/premium.php:281
285
  #, php-format
286
  msgid ""
287
  "In your shop there may be product categories you don't want to be affected "
@@ -292,11 +300,11 @@ msgid ""
292
  "selected categories."
293
  msgstr ""
294
 
295
- #: templates/admin/premium.php:291
296
  msgid "TABLE IMAGE"
297
  msgstr ""
298
 
299
- #: templates/admin/premium.php:294
300
  #, php-format
301
  msgid ""
302
  "Give a personal touch to the %1$scomparison table%2$s your users will see. "
@@ -304,11 +312,11 @@ msgid ""
304
  "table to your users. "
305
  msgstr ""
306
 
307
- #: templates/admin/premium.php:310
308
  msgid "DYNAMIC FIELDS"
309
  msgstr ""
310
 
311
- #: templates/admin/premium.php:313
312
  #, php-format
313
  msgid ""
314
  "With this precious feature, you will be able to show in the table only the "
@@ -317,11 +325,11 @@ msgid ""
317
  "be no more empty lines in your comparison table."
318
  msgstr ""
319
 
320
- #: templates/admin/premium.php:323
321
  msgid "SOCIAL NETWORK SHARING"
322
  msgstr ""
323
 
324
- #: templates/admin/premium.php:326
325
  #, php-format
326
  msgid ""
327
  "One of the most appealing features of the premium version of the plugin.Four "
@@ -330,11 +338,11 @@ msgid ""
330
  "products they have selected."
331
  msgstr ""
332
 
333
- #: templates/admin/premium.php:342
334
  msgid "RELATED PRODUCTS"
335
  msgstr ""
336
 
337
- #: templates/admin/premium.php:345
338
  #, php-format
339
  msgid ""
340
  "All the products that have common categories and/or tags with those in the "
@@ -344,39 +352,79 @@ msgid ""
344
  "interested into."
345
  msgstr ""
346
 
347
- #: templates/admin/premium.php:355
348
  msgid "CUSTOMIZABLE STYLE"
349
  msgstr ""
350
 
351
- #: templates/admin/premium.php:358
352
  #, php-format
353
  msgid ""
354
  "An advanced option panel that let you change all the colors of the plugin, "
355
- "so that you can adapt stylistically all its elements to the %1$slayout%2$s "
356
  "of your shop.We know it, looks also count... and we give you the right tools "
357
  "to get to the best result."
358
  msgstr ""
359
 
360
- #: templates/compare.php:76
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
361
  msgid "Close window [X]"
362
  msgstr "بستن پنجره [X]"
363
 
364
- #: templates/compare.php:103
365
  msgid "No products added in the compare table."
366
  msgstr "هیچ محصولی افزوده نشده است برای جدول سنجش"
367
 
368
  #: widgets/class.yith-woocompare-widget.php:23
369
- msgid "The widget show the list of products added in the compare table."
370
- msgstr "ویجت نشان می دهد لیستی از محصولات افزوده شده در جدول سنجش"
371
 
372
  #: widgets/class.yith-woocompare-widget.php:27
373
- msgid "YITH Woocommerce Compare Widget"
374
- msgstr "ویجت سنجش ووکاکرس YITH"
375
 
376
- #: widgets/class.yith-woocompare-widget.php:49
377
  msgid "Clear all"
378
  msgstr "پاک کردن همه"
379
 
 
 
 
 
 
 
380
  #~ msgid "Products Compare"
381
  #~ msgstr "سنجش محصولات"
382
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH Woocommerce Compare\n"
4
+ "POT-Creation-Date: 2016-10-19 15:37+0200\n"
5
+ "PO-Revision-Date: 2016-10-19 15:37+0200\n"
6
  "Last-Translator: Khalil Delavaran <khalil.delavaran@gmail.com>\n"
7
  "Language-Team: Qooqnos <khalil.delavaran@gmail.com>\n"
8
  "Language: fa\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.8.10\n"
13
  "X-Poedit-KeywordsList: __;_e;_x\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
  "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
18
 
19
+ #: includes/class.yith-woocompare-admin.php:122
20
+ #: includes/class.yith-woocompare-admin.php:146
21
  msgid "Settings"
22
  msgstr ""
23
 
24
+ #: includes/class.yith-woocompare-admin.php:124
25
+ #: includes/class.yith-woocompare-admin.php:150
26
  msgid "Premium Version"
27
  msgstr ""
28
 
29
+ #: includes/class.yith-woocompare-admin.php:156
30
+ #: includes/class.yith-woocompare-admin.php:157
31
+ #: includes/class.yith-woocompare-frontend.php:446
32
+ #: plugin-options/general-options.php:40 plugin-options/general-options.php:41
33
+ #: widgets/class.yith-woocompare-widget.php:51
34
  msgid "Compare"
35
  msgstr "سنجش"
36
 
37
+ #: includes/class.yith-woocompare-admin.php:220
38
  msgid "Plugin Documentation"
39
  msgstr ""
40
 
41
+ #: includes/class.yith-woocompare-admin.php:240
42
  msgid "YITH WooCommerce Compare Activated"
43
  msgstr ""
44
 
45
+ #: includes/class.yith-woocompare-admin.php:241
46
  #, php-format
47
  msgid ""
48
  "In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
51
  "PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
52
  msgstr ""
53
 
54
+ #: includes/class.yith-woocompare-admin.php:252
55
  msgid "YITH WooCommerce Compare Updated"
56
  msgstr ""
57
 
58
+ #: includes/class.yith-woocompare-admin.php:253
59
  #, php-format
60
  msgid ""
61
  "From now on, you can find all the options of YITH WooCommerce Compare under "
65
  "available options, <a href=\"%s\">discover the PREMIUM version.</a>"
66
  msgstr ""
67
 
68
+ #: includes/class.yith-woocompare-admin.php:398
69
  msgid "Do you want to hard crop the image?"
70
  msgstr ""
71
 
72
+ #: includes/class.yith-woocompare-frontend.php:186
73
  msgid "Added"
74
  msgstr "اضافه شد"
75
 
76
+ #: includes/class.yith-woocompare-frontend.php:187 templates/compare.php:49
77
  msgid "Product Comparison"
78
  msgstr "سنجش محصولات"
79
 
80
+ #: includes/class.yith-woocompare-frontend.php:330
81
  msgid "In stock"
82
  msgstr "داشتن در انبار"
83
 
84
+ #: includes/class.yith-woocompare-frontend.php:649
85
  msgid "No products to compare"
86
  msgstr "محصولاتی برای سنجش نیست"
87
 
88
+ #: includes/class.yith-woocompare-frontend.php:659 templates/compare.php:109
89
  msgid "Remove"
90
  msgstr "پاک"
91
 
94
  msgstr "نگاره"
95
 
96
  #: includes/class.yith-woocompare-helper.php:46
97
+ #: widgets/class.yith-woocompare-widget.php:68
98
  msgid "Title"
99
  msgstr "جستار"
100
 
114
  msgid "Availability"
115
  msgstr "دسترس پذیری"
116
 
117
+ #: includes/class.yith-woocompare-helper.php:51
118
+ msgid "Weight"
119
+ msgstr ""
120
+
121
+ #: includes/class.yith-woocompare-helper.php:52
122
+ msgid "Dimensions"
123
+ msgstr ""
124
+
125
  #: init.php:40
126
  msgid ""
127
  "YITH WooCommerce Compare is enabled but not effective. It requires "
162
  msgid "Type the text to use for the button or the link of the compare."
163
  msgstr "نوشته ای برای بکار بردن دکمه یا لینک مقایسه بنویسید"
164
 
165
+ #: plugin-options/general-options.php:46
166
  msgid "Show button in single product page"
167
  msgstr "نمایش دکمه در برگه محصول"
168
 
169
+ #: plugin-options/general-options.php:47
170
  msgid "Say if you want to show the button in the single product page."
171
  msgstr "اگر می خواهید دکمه در برگه محصول نمایش داده شود"
172
 
173
+ #: plugin-options/general-options.php:55
174
  msgid "Show button in products list"
175
  msgstr "نمایش دکمه در لیست محصولات"
176
 
177
+ #: plugin-options/general-options.php:56
178
  msgid "Say if you want to show the button in the products list."
179
  msgstr "اگر می خواهید دکمه در لیست محصول نمایش داده شود"
180
 
181
+ #: plugin-options/general-options.php:64
182
  msgid "Open automatically lightbox"
183
  msgstr "باز کردن اتوماتیک جعبه نور"
184
 
185
+ #: plugin-options/general-options.php:65
186
  msgid "Open link after click into \"Compare\" button\"."
187
  msgstr " باز کردن پیوند پس از \"سنجش\" دکمه\"کلیک کنید"
188
 
189
+ #: plugin-options/general-options.php:78
190
  msgid "Table Settings"
191
  msgstr "پیکربندی جدول"
192
 
193
+ #: plugin-options/general-options.php:85
194
  msgid "Table title"
195
  msgstr ""
196
 
197
+ #: plugin-options/general-options.php:86
198
  msgid "Type the text to use for the table title."
199
  msgstr ""
200
 
201
+ #: plugin-options/general-options.php:88 plugin-options/general-options.php:89
202
  msgid "Compare products"
203
  msgstr "سنجش محصولات"
204
 
205
+ #: plugin-options/general-options.php:94
206
  msgid "Fields to show"
207
  msgstr "فیلدهای نمایش"
208
 
209
+ #: plugin-options/general-options.php:95
210
  msgid ""
211
  "Select the fields to show in the comparison table and order them by "
212
  "drag&drop (are included also the woocommerce attributes)"
214
  "انتخاب این گزینه برای نشان دادن در جدول سنجش و سفارش سازی آنها با کشیدن و "
215
  "رها کردن دکمه ماوس (ویژگی های ووکامرس را شامل می شود)"
216
 
217
+ #: plugin-options/general-options.php:103
218
  msgid "Repeat \"Price\" field"
219
  msgstr ""
220
 
221
+ #: plugin-options/general-options.php:104
222
  msgid "Repeat the \"Price\" field at the end of the table"
223
  msgstr ""
224
 
225
+ #: plugin-options/general-options.php:112
226
  msgid "Repeat \"Add to cart\" field"
227
  msgstr ""
228
 
229
+ #: plugin-options/general-options.php:113
230
  msgid "Repeat the \"Add to cart\" field at the end of the table"
231
  msgstr ""
232
 
233
+ #: plugin-options/general-options.php:121
234
  msgid "Image size"
235
  msgstr "اندازه نگاره"
236
 
237
+ #: plugin-options/general-options.php:122
238
  msgid "Set the size for the images"
239
  msgstr "تعیین اندازه برای نگاره"
240
 
241
+ #: templates/admin/premium.php:231 templates/admin/premium.php:421
242
  #, php-format
243
  msgid ""
244
  "Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
245
  "benefit from all features!"
246
  msgstr ""
247
 
248
+ #: templates/admin/premium.php:234 templates/admin/premium.php:424
249
  msgid "UPGRADE"
250
  msgstr ""
251
 
252
+ #: templates/admin/premium.php:235 templates/admin/premium.php:425
253
  msgid "to the premium version"
254
  msgstr ""
255
 
256
+ #: templates/admin/premium.php:241
257
  msgid "Premium Features"
258
  msgstr ""
259
 
260
+ #: templates/admin/premium.php:249
261
  msgid "A DEDICATED PAGE"
262
  msgstr ""
263
 
264
+ #: templates/admin/premium.php:252
265
  #, php-format
266
  msgid ""
267
  "Don't you want to compare your products in a modal window anymore?%3$sWith "
271
  "whenever they want."
272
  msgstr ""
273
 
274
+ #: templates/admin/premium.php:262
275
  msgid "CATEGORY COMPARATION"
276
  msgstr ""
277
 
278
+ #: templates/admin/premium.php:265
279
  #, php-format
280
  msgid ""
281
  "People are often confused by finding products of different categories in the "
285
  "affinity."
286
  msgstr ""
287
 
288
+ #: templates/admin/premium.php:281
289
  msgid "CATEGORY EXCLUSION "
290
  msgstr ""
291
 
292
+ #: templates/admin/premium.php:284
293
  #, php-format
294
  msgid ""
295
  "In your shop there may be product categories you don't want to be affected "
300
  "selected categories."
301
  msgstr ""
302
 
303
+ #: templates/admin/premium.php:294
304
  msgid "TABLE IMAGE"
305
  msgstr ""
306
 
307
+ #: templates/admin/premium.php:297
308
  #, php-format
309
  msgid ""
310
  "Give a personal touch to the %1$scomparison table%2$s your users will see. "
312
  "table to your users. "
313
  msgstr ""
314
 
315
+ #: templates/admin/premium.php:313
316
  msgid "DYNAMIC FIELDS"
317
  msgstr ""
318
 
319
+ #: templates/admin/premium.php:316
320
  #, php-format
321
  msgid ""
322
  "With this precious feature, you will be able to show in the table only the "
325
  "be no more empty lines in your comparison table."
326
  msgstr ""
327
 
328
+ #: templates/admin/premium.php:326
329
  msgid "SOCIAL NETWORK SHARING"
330
  msgstr ""
331
 
332
+ #: templates/admin/premium.php:329
333
  #, php-format
334
  msgid ""
335
  "One of the most appealing features of the premium version of the plugin.Four "
338
  "products they have selected."
339
  msgstr ""
340
 
341
+ #: templates/admin/premium.php:345
342
  msgid "RELATED PRODUCTS"
343
  msgstr ""
344
 
345
+ #: templates/admin/premium.php:348
346
  #, php-format
347
  msgid ""
348
  "All the products that have common categories and/or tags with those in the "
352
  "interested into."
353
  msgstr ""
354
 
355
+ #: templates/admin/premium.php:358
356
  msgid "CUSTOMIZABLE STYLE"
357
  msgstr ""
358
 
359
+ #: templates/admin/premium.php:361
360
  #, php-format
361
  msgid ""
362
  "An advanced option panel that let you change all the colors of the plugin, "
363
+ "so that you can adapt stylistically all its elements %1$sto the layout%2$s "
364
  "of your shop.We know it, looks also count... and we give you the right tools "
365
  "to get to the best result."
366
  msgstr ""
367
 
368
+ #: templates/admin/premium.php:377
369
+ msgid "CUSTOMIZED ATTRIBUTES"
370
+ msgstr ""
371
+
372
+ #: templates/admin/premium.php:380
373
+ #, php-format
374
+ msgid ""
375
+ "Let you users compare products following every feature, and considering also "
376
+ "all those %1$sattributes%2$s that can be manually created in within the "
377
+ "product detail page. Every single detail will be included."
378
+ msgstr ""
379
+
380
+ #: templates/admin/premium.php:390
381
+ msgid "A TAILORED TABLE"
382
+ msgstr ""
383
+
384
+ #: templates/admin/premium.php:393
385
+ #, php-format
386
+ msgid ""
387
+ "Select the products you want to compare and the system will offer you the "
388
+ "%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
389
+ msgstr ""
390
+
391
+ #: templates/admin/premium.php:409
392
+ msgid "WIDGET"
393
+ msgstr ""
394
+
395
+ #: templates/admin/premium.php:412
396
+ msgid ""
397
+ "Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
398
+ "complete list of products added to the compare tab and avoid to open the "
399
+ "popup to check its existence. "
400
+ msgstr ""
401
+
402
+ #: templates/compare.php:74
403
  msgid "Close window [X]"
404
  msgstr "بستن پنجره [X]"
405
 
406
+ #: templates/compare.php:101
407
  msgid "No products added in the compare table."
408
  msgstr "هیچ محصولی افزوده نشده است برای جدول سنجش"
409
 
410
  #: widgets/class.yith-woocompare-widget.php:23
411
+ msgid "The widget shows the list of products added in the comparison table."
412
+ msgstr ""
413
 
414
  #: widgets/class.yith-woocompare-widget.php:27
415
+ msgid "YITH WooCommerce Compare Widget"
416
+ msgstr ""
417
 
418
+ #: widgets/class.yith-woocompare-widget.php:50
419
  msgid "Clear all"
420
  msgstr "پاک کردن همه"
421
 
422
+ #~ msgid "The widget show the list of products added in the compare table."
423
+ #~ msgstr "ویجت نشان می دهد لیستی از محصولات افزوده شده در جدول سنجش"
424
+
425
+ #~ msgid "YITH Woocommerce Compare Widget"
426
+ #~ msgstr "ویجت سنجش ووکاکرس YITH"
427
+
428
  #~ msgid "Products Compare"
429
  #~ msgstr "سنجش محصولات"
430
 
languages/yith-woocommerce-compare-fr_FR.mo CHANGED
Binary file
languages/yith-woocommerce-compare-fr_FR.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH Woocommerce Compare\n"
4
- "POT-Creation-Date: 2015-09-22 09:42+0200\n"
5
- "PO-Revision-Date: 2015-09-22 09:42+0200\n"
6
  "Last-Translator: YIThemes <support@yithemes.com>\n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: fr\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.8.2\n"
13
  "X-Poedit-KeywordsList: __;_e;_x\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -17,33 +17,33 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
  "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
19
 
20
- #: includes/class.yith-woocompare-admin.php:117
21
- #: includes/class.yith-woocompare-admin.php:141
22
  msgid "Settings"
23
  msgstr ""
24
 
25
- #: includes/class.yith-woocompare-admin.php:119
26
- #: includes/class.yith-woocompare-admin.php:145
27
  msgid "Premium Version"
28
  msgstr ""
29
 
30
- #: includes/class.yith-woocompare-admin.php:151
31
- #: includes/class.yith-woocompare-admin.php:152
32
- #: includes/class.yith-woocompare-frontend.php:353
33
- #: plugin-options/general-options.php:40
34
- #: widgets/class.yith-woocompare-widget.php:50
35
  msgid "Compare"
36
  msgstr "Comparer"
37
 
38
- #: includes/class.yith-woocompare-admin.php:215
39
  msgid "Plugin Documentation"
40
  msgstr ""
41
 
42
- #: includes/class.yith-woocompare-admin.php:235
43
  msgid "YITH WooCommerce Compare Activated"
44
  msgstr ""
45
 
46
- #: includes/class.yith-woocompare-admin.php:236
47
  #, php-format
48
  msgid ""
49
  "In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
@@ -52,11 +52,11 @@ msgid ""
52
  "PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
53
  msgstr ""
54
 
55
- #: includes/class.yith-woocompare-admin.php:247
56
  msgid "YITH WooCommerce Compare Updated"
57
  msgstr ""
58
 
59
- #: includes/class.yith-woocompare-admin.php:248
60
  #, php-format
61
  msgid ""
62
  "From now on, you can find all the options of YITH WooCommerce Compare under "
@@ -66,27 +66,27 @@ msgid ""
66
  "available options, <a href=\"%s\">discover the PREMIUM version.</a>"
67
  msgstr ""
68
 
69
- #: includes/class.yith-woocompare-admin.php:393
70
  msgid "Do you want to hard crop the image?"
71
  msgstr ""
72
 
73
- #: includes/class.yith-woocompare-frontend.php:142
74
  msgid "Added"
75
  msgstr "Ajouté"
76
 
77
- #: includes/class.yith-woocompare-frontend.php:143 templates/compare.php:51
78
  msgid "Product Comparison"
79
  msgstr "Comparaison de produits"
80
 
81
- #: includes/class.yith-woocompare-frontend.php:265
82
  msgid "In stock"
83
  msgstr "En stock"
84
 
85
- #: includes/class.yith-woocompare-frontend.php:548
86
  msgid "No products to compare"
87
  msgstr "Aucun produits à comparer"
88
 
89
- #: includes/class.yith-woocompare-frontend.php:559 templates/compare.php:111
90
  msgid "Remove"
91
  msgstr "Retirer"
92
 
@@ -95,7 +95,7 @@ msgid "Image"
95
  msgstr ""
96
 
97
  #: includes/class.yith-woocompare-helper.php:46
98
- #: widgets/class.yith-woocompare-widget.php:67
99
  msgid "Title"
100
  msgstr "Titre"
101
 
@@ -115,6 +115,14 @@ msgstr ""
115
  msgid "Availability"
116
  msgstr "Disponibilité"
117
 
 
 
 
 
 
 
 
 
118
  #: init.php:40
119
  msgid ""
120
  "YITH WooCommerce Compare is enabled but not effective. It requires "
@@ -155,51 +163,51 @@ msgstr "texte du lien ou bouton"
155
  msgid "Type the text to use for the button or the link of the compare."
156
  msgstr "inscriver le texte pour le bouton ou le lien pour comparer"
157
 
158
- #: plugin-options/general-options.php:45
159
  msgid "Show button in single product page"
160
  msgstr "montrer le bouton sur page produit"
161
 
162
- #: plugin-options/general-options.php:46
163
  msgid "Say if you want to show the button in the single product page."
164
  msgstr "dites si vous souhaitez montrer le bouton sur page produit"
165
 
166
- #: plugin-options/general-options.php:54
167
  msgid "Show button in products list"
168
  msgstr "montrer le bouton sur liste de produit"
169
 
170
- #: plugin-options/general-options.php:55
171
  msgid "Say if you want to show the button in the products list."
172
  msgstr "dites si vous souhaitez montrer le bouton sur liste de produit"
173
 
174
- #: plugin-options/general-options.php:63
175
  msgid "Open automatically lightbox"
176
  msgstr "ouverture lightbox auto"
177
 
178
- #: plugin-options/general-options.php:64
179
  msgid "Open link after click into \"Compare\" button\"."
180
  msgstr "ouvrir lien apres le click sur bouton"
181
 
182
- #: plugin-options/general-options.php:77
183
  msgid "Table Settings"
184
  msgstr "reglages panneau"
185
 
186
- #: plugin-options/general-options.php:84
187
  msgid "Table title"
188
  msgstr ""
189
 
190
- #: plugin-options/general-options.php:85
191
  msgid "Type the text to use for the table title."
192
  msgstr ""
193
 
194
- #: plugin-options/general-options.php:87
195
  msgid "Compare products"
196
  msgstr "Comparer les produits"
197
 
198
- #: plugin-options/general-options.php:92
199
  msgid "Fields to show"
200
  msgstr "champs a montrer"
201
 
202
- #: plugin-options/general-options.php:93
203
  msgid ""
204
  "Select the fields to show in the comparison table and order them by "
205
  "drag&drop (are included also the woocommerce attributes)"
@@ -207,54 +215,54 @@ msgstr ""
207
  "selectionnez les champs a montrer dans le tabelau de comparaison (en faisant "
208
  "glisser deposer)"
209
 
210
- #: plugin-options/general-options.php:101
211
  msgid "Repeat \"Price\" field"
212
  msgstr ""
213
 
214
- #: plugin-options/general-options.php:102
215
  msgid "Repeat the \"Price\" field at the end of the table"
216
  msgstr ""
217
 
218
- #: plugin-options/general-options.php:110
219
  msgid "Repeat \"Add to cart\" field"
220
  msgstr ""
221
 
222
- #: plugin-options/general-options.php:111
223
  msgid "Repeat the \"Add to cart\" field at the end of the table"
224
  msgstr ""
225
 
226
- #: plugin-options/general-options.php:119
227
  msgid "Image size"
228
  msgstr "taille image"
229
 
230
- #: plugin-options/general-options.php:120
231
  msgid "Set the size for the images"
232
  msgstr "ajuster tialle image"
233
 
234
- #: templates/admin/premium.php:228 templates/admin/premium.php:370
235
  #, php-format
236
  msgid ""
237
  "Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
238
  "benefit from all features!"
239
  msgstr ""
240
 
241
- #: templates/admin/premium.php:231 templates/admin/premium.php:373
242
  msgid "UPGRADE"
243
  msgstr ""
244
 
245
- #: templates/admin/premium.php:232 templates/admin/premium.php:374
246
  msgid "to the premium version"
247
  msgstr ""
248
 
249
- #: templates/admin/premium.php:238
250
  msgid "Premium Features"
251
  msgstr ""
252
 
253
- #: templates/admin/premium.php:246
254
  msgid "A DEDICATED PAGE"
255
  msgstr ""
256
 
257
- #: templates/admin/premium.php:249
258
  #, php-format
259
  msgid ""
260
  "Don't you want to compare your products in a modal window anymore?%3$sWith "
@@ -264,11 +272,11 @@ msgid ""
264
  "whenever they want."
265
  msgstr ""
266
 
267
- #: templates/admin/premium.php:259
268
  msgid "CATEGORY COMPARATION"
269
  msgstr ""
270
 
271
- #: templates/admin/premium.php:262
272
  #, php-format
273
  msgid ""
274
  "People are often confused by finding products of different categories in the "
@@ -278,11 +286,11 @@ msgid ""
278
  "affinity."
279
  msgstr ""
280
 
281
- #: templates/admin/premium.php:278
282
  msgid "CATEGORY EXCLUSION "
283
  msgstr ""
284
 
285
- #: templates/admin/premium.php:281
286
  #, php-format
287
  msgid ""
288
  "In your shop there may be product categories you don't want to be affected "
@@ -293,11 +301,11 @@ msgid ""
293
  "selected categories."
294
  msgstr ""
295
 
296
- #: templates/admin/premium.php:291
297
  msgid "TABLE IMAGE"
298
  msgstr ""
299
 
300
- #: templates/admin/premium.php:294
301
  #, php-format
302
  msgid ""
303
  "Give a personal touch to the %1$scomparison table%2$s your users will see. "
@@ -305,11 +313,11 @@ msgid ""
305
  "table to your users. "
306
  msgstr ""
307
 
308
- #: templates/admin/premium.php:310
309
  msgid "DYNAMIC FIELDS"
310
  msgstr ""
311
 
312
- #: templates/admin/premium.php:313
313
  #, php-format
314
  msgid ""
315
  "With this precious feature, you will be able to show in the table only the "
@@ -318,11 +326,11 @@ msgid ""
318
  "be no more empty lines in your comparison table."
319
  msgstr ""
320
 
321
- #: templates/admin/premium.php:323
322
  msgid "SOCIAL NETWORK SHARING"
323
  msgstr ""
324
 
325
- #: templates/admin/premium.php:326
326
  #, php-format
327
  msgid ""
328
  "One of the most appealing features of the premium version of the plugin.Four "
@@ -331,11 +339,11 @@ msgid ""
331
  "products they have selected."
332
  msgstr ""
333
 
334
- #: templates/admin/premium.php:342
335
  msgid "RELATED PRODUCTS"
336
  msgstr ""
337
 
338
- #: templates/admin/premium.php:345
339
  #, php-format
340
  msgid ""
341
  "All the products that have common categories and/or tags with those in the "
@@ -345,39 +353,76 @@ msgid ""
345
  "interested into."
346
  msgstr ""
347
 
348
- #: templates/admin/premium.php:355
349
  msgid "CUSTOMIZABLE STYLE"
350
  msgstr ""
351
 
352
- #: templates/admin/premium.php:358
353
  #, php-format
354
  msgid ""
355
  "An advanced option panel that let you change all the colors of the plugin, "
356
- "so that you can adapt stylistically all its elements to the %1$slayout%2$s "
357
  "of your shop.We know it, looks also count... and we give you the right tools "
358
  "to get to the best result."
359
  msgstr ""
360
 
361
- #: templates/compare.php:76
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
362
  msgid "Close window [X]"
363
  msgstr "Fermer ce tableau"
364
 
365
- #: templates/compare.php:103
366
  msgid "No products added in the compare table."
367
  msgstr "Aucun produit à comparer"
368
 
369
  #: widgets/class.yith-woocompare-widget.php:23
370
- msgid "The widget show the list of products added in the compare table."
371
- msgstr "le widget montre les produits à comparer"
372
 
373
  #: widgets/class.yith-woocompare-widget.php:27
374
- msgid "YITH Woocommerce Compare Widget"
375
  msgstr ""
376
 
377
- #: widgets/class.yith-woocompare-widget.php:49
378
  msgid "Clear all"
379
  msgstr "Retirer tout"
380
 
 
 
 
381
  #~ msgid "Products Compare"
382
  #~ msgstr "Comparaison de produits"
383
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH Woocommerce Compare\n"
4
+ "POT-Creation-Date: 2016-10-19 15:38+0200\n"
5
+ "PO-Revision-Date: 2016-10-19 15:38+0200\n"
6
  "Last-Translator: YIThemes <support@yithemes.com>\n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: fr\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.8.10\n"
13
  "X-Poedit-KeywordsList: __;_e;_x\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
  "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
19
 
20
+ #: includes/class.yith-woocompare-admin.php:122
21
+ #: includes/class.yith-woocompare-admin.php:146
22
  msgid "Settings"
23
  msgstr ""
24
 
25
+ #: includes/class.yith-woocompare-admin.php:124
26
+ #: includes/class.yith-woocompare-admin.php:150
27
  msgid "Premium Version"
28
  msgstr ""
29
 
30
+ #: includes/class.yith-woocompare-admin.php:156
31
+ #: includes/class.yith-woocompare-admin.php:157
32
+ #: includes/class.yith-woocompare-frontend.php:446
33
+ #: plugin-options/general-options.php:40 plugin-options/general-options.php:41
34
+ #: widgets/class.yith-woocompare-widget.php:51
35
  msgid "Compare"
36
  msgstr "Comparer"
37
 
38
+ #: includes/class.yith-woocompare-admin.php:220
39
  msgid "Plugin Documentation"
40
  msgstr ""
41
 
42
+ #: includes/class.yith-woocompare-admin.php:240
43
  msgid "YITH WooCommerce Compare Activated"
44
  msgstr ""
45
 
46
+ #: includes/class.yith-woocompare-admin.php:241
47
  #, php-format
48
  msgid ""
49
  "In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
52
  "PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
53
  msgstr ""
54
 
55
+ #: includes/class.yith-woocompare-admin.php:252
56
  msgid "YITH WooCommerce Compare Updated"
57
  msgstr ""
58
 
59
+ #: includes/class.yith-woocompare-admin.php:253
60
  #, php-format
61
  msgid ""
62
  "From now on, you can find all the options of YITH WooCommerce Compare under "
66
  "available options, <a href=\"%s\">discover the PREMIUM version.</a>"
67
  msgstr ""
68
 
69
+ #: includes/class.yith-woocompare-admin.php:398
70
  msgid "Do you want to hard crop the image?"
71
  msgstr ""
72
 
73
+ #: includes/class.yith-woocompare-frontend.php:186
74
  msgid "Added"
75
  msgstr "Ajouté"
76
 
77
+ #: includes/class.yith-woocompare-frontend.php:187 templates/compare.php:49
78
  msgid "Product Comparison"
79
  msgstr "Comparaison de produits"
80
 
81
+ #: includes/class.yith-woocompare-frontend.php:330
82
  msgid "In stock"
83
  msgstr "En stock"
84
 
85
+ #: includes/class.yith-woocompare-frontend.php:649
86
  msgid "No products to compare"
87
  msgstr "Aucun produits à comparer"
88
 
89
+ #: includes/class.yith-woocompare-frontend.php:659 templates/compare.php:109
90
  msgid "Remove"
91
  msgstr "Retirer"
92
 
95
  msgstr ""
96
 
97
  #: includes/class.yith-woocompare-helper.php:46
98
+ #: widgets/class.yith-woocompare-widget.php:68
99
  msgid "Title"
100
  msgstr "Titre"
101
 
115
  msgid "Availability"
116
  msgstr "Disponibilité"
117
 
118
+ #: includes/class.yith-woocompare-helper.php:51
119
+ msgid "Weight"
120
+ msgstr ""
121
+
122
+ #: includes/class.yith-woocompare-helper.php:52
123
+ msgid "Dimensions"
124
+ msgstr ""
125
+
126
  #: init.php:40
127
  msgid ""
128
  "YITH WooCommerce Compare is enabled but not effective. It requires "
163
  msgid "Type the text to use for the button or the link of the compare."
164
  msgstr "inscriver le texte pour le bouton ou le lien pour comparer"
165
 
166
+ #: plugin-options/general-options.php:46
167
  msgid "Show button in single product page"
168
  msgstr "montrer le bouton sur page produit"
169
 
170
+ #: plugin-options/general-options.php:47
171
  msgid "Say if you want to show the button in the single product page."
172
  msgstr "dites si vous souhaitez montrer le bouton sur page produit"
173
 
174
+ #: plugin-options/general-options.php:55
175
  msgid "Show button in products list"
176
  msgstr "montrer le bouton sur liste de produit"
177
 
178
+ #: plugin-options/general-options.php:56
179
  msgid "Say if you want to show the button in the products list."
180
  msgstr "dites si vous souhaitez montrer le bouton sur liste de produit"
181
 
182
+ #: plugin-options/general-options.php:64
183
  msgid "Open automatically lightbox"
184
  msgstr "ouverture lightbox auto"
185
 
186
+ #: plugin-options/general-options.php:65
187
  msgid "Open link after click into \"Compare\" button\"."
188
  msgstr "ouvrir lien apres le click sur bouton"
189
 
190
+ #: plugin-options/general-options.php:78
191
  msgid "Table Settings"
192
  msgstr "reglages panneau"
193
 
194
+ #: plugin-options/general-options.php:85
195
  msgid "Table title"
196
  msgstr ""
197
 
198
+ #: plugin-options/general-options.php:86
199
  msgid "Type the text to use for the table title."
200
  msgstr ""
201
 
202
+ #: plugin-options/general-options.php:88 plugin-options/general-options.php:89
203
  msgid "Compare products"
204
  msgstr "Comparer les produits"
205
 
206
+ #: plugin-options/general-options.php:94
207
  msgid "Fields to show"
208
  msgstr "champs a montrer"
209
 
210
+ #: plugin-options/general-options.php:95
211
  msgid ""
212
  "Select the fields to show in the comparison table and order them by "
213
  "drag&drop (are included also the woocommerce attributes)"
215
  "selectionnez les champs a montrer dans le tabelau de comparaison (en faisant "
216
  "glisser deposer)"
217
 
218
+ #: plugin-options/general-options.php:103
219
  msgid "Repeat \"Price\" field"
220
  msgstr ""
221
 
222
+ #: plugin-options/general-options.php:104
223
  msgid "Repeat the \"Price\" field at the end of the table"
224
  msgstr ""
225
 
226
+ #: plugin-options/general-options.php:112
227
  msgid "Repeat \"Add to cart\" field"
228
  msgstr ""
229
 
230
+ #: plugin-options/general-options.php:113
231
  msgid "Repeat the \"Add to cart\" field at the end of the table"
232
  msgstr ""
233
 
234
+ #: plugin-options/general-options.php:121
235
  msgid "Image size"
236
  msgstr "taille image"
237
 
238
+ #: plugin-options/general-options.php:122
239
  msgid "Set the size for the images"
240
  msgstr "ajuster tialle image"
241
 
242
+ #: templates/admin/premium.php:231 templates/admin/premium.php:421
243
  #, php-format
244
  msgid ""
245
  "Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
246
  "benefit from all features!"
247
  msgstr ""
248
 
249
+ #: templates/admin/premium.php:234 templates/admin/premium.php:424
250
  msgid "UPGRADE"
251
  msgstr ""
252
 
253
+ #: templates/admin/premium.php:235 templates/admin/premium.php:425
254
  msgid "to the premium version"
255
  msgstr ""
256
 
257
+ #: templates/admin/premium.php:241
258
  msgid "Premium Features"
259
  msgstr ""
260
 
261
+ #: templates/admin/premium.php:249
262
  msgid "A DEDICATED PAGE"
263
  msgstr ""
264
 
265
+ #: templates/admin/premium.php:252
266
  #, php-format
267
  msgid ""
268
  "Don't you want to compare your products in a modal window anymore?%3$sWith "
272
  "whenever they want."
273
  msgstr ""
274
 
275
+ #: templates/admin/premium.php:262
276
  msgid "CATEGORY COMPARATION"
277
  msgstr ""
278
 
279
+ #: templates/admin/premium.php:265
280
  #, php-format
281
  msgid ""
282
  "People are often confused by finding products of different categories in the "
286
  "affinity."
287
  msgstr ""
288
 
289
+ #: templates/admin/premium.php:281
290
  msgid "CATEGORY EXCLUSION "
291
  msgstr ""
292
 
293
+ #: templates/admin/premium.php:284
294
  #, php-format
295
  msgid ""
296
  "In your shop there may be product categories you don't want to be affected "
301
  "selected categories."
302
  msgstr ""
303
 
304
+ #: templates/admin/premium.php:294
305
  msgid "TABLE IMAGE"
306
  msgstr ""
307
 
308
+ #: templates/admin/premium.php:297
309
  #, php-format
310
  msgid ""
311
  "Give a personal touch to the %1$scomparison table%2$s your users will see. "
313
  "table to your users. "
314
  msgstr ""
315
 
316
+ #: templates/admin/premium.php:313
317
  msgid "DYNAMIC FIELDS"
318
  msgstr ""
319
 
320
+ #: templates/admin/premium.php:316
321
  #, php-format
322
  msgid ""
323
  "With this precious feature, you will be able to show in the table only the "
326
  "be no more empty lines in your comparison table."
327
  msgstr ""
328
 
329
+ #: templates/admin/premium.php:326
330
  msgid "SOCIAL NETWORK SHARING"
331
  msgstr ""
332
 
333
+ #: templates/admin/premium.php:329
334
  #, php-format
335
  msgid ""
336
  "One of the most appealing features of the premium version of the plugin.Four "
339
  "products they have selected."
340
  msgstr ""
341
 
342
+ #: templates/admin/premium.php:345
343
  msgid "RELATED PRODUCTS"
344
  msgstr ""
345
 
346
+ #: templates/admin/premium.php:348
347
  #, php-format
348
  msgid ""
349
  "All the products that have common categories and/or tags with those in the "
353
  "interested into."
354
  msgstr ""
355
 
356
+ #: templates/admin/premium.php:358
357
  msgid "CUSTOMIZABLE STYLE"
358
  msgstr ""
359
 
360
+ #: templates/admin/premium.php:361
361
  #, php-format
362
  msgid ""
363
  "An advanced option panel that let you change all the colors of the plugin, "
364
+ "so that you can adapt stylistically all its elements %1$sto the layout%2$s "
365
  "of your shop.We know it, looks also count... and we give you the right tools "
366
  "to get to the best result."
367
  msgstr ""
368
 
369
+ #: templates/admin/premium.php:377
370
+ msgid "CUSTOMIZED ATTRIBUTES"
371
+ msgstr ""
372
+
373
+ #: templates/admin/premium.php:380
374
+ #, php-format
375
+ msgid ""
376
+ "Let you users compare products following every feature, and considering also "
377
+ "all those %1$sattributes%2$s that can be manually created in within the "
378
+ "product detail page. Every single detail will be included."
379
+ msgstr ""
380
+
381
+ #: templates/admin/premium.php:390
382
+ msgid "A TAILORED TABLE"
383
+ msgstr ""
384
+
385
+ #: templates/admin/premium.php:393
386
+ #, php-format
387
+ msgid ""
388
+ "Select the products you want to compare and the system will offer you the "
389
+ "%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
390
+ msgstr ""
391
+
392
+ #: templates/admin/premium.php:409
393
+ msgid "WIDGET"
394
+ msgstr ""
395
+
396
+ #: templates/admin/premium.php:412
397
+ msgid ""
398
+ "Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
399
+ "complete list of products added to the compare tab and avoid to open the "
400
+ "popup to check its existence. "
401
+ msgstr ""
402
+
403
+ #: templates/compare.php:74
404
  msgid "Close window [X]"
405
  msgstr "Fermer ce tableau"
406
 
407
+ #: templates/compare.php:101
408
  msgid "No products added in the compare table."
409
  msgstr "Aucun produit à comparer"
410
 
411
  #: widgets/class.yith-woocompare-widget.php:23
412
+ msgid "The widget shows the list of products added in the comparison table."
413
+ msgstr ""
414
 
415
  #: widgets/class.yith-woocompare-widget.php:27
416
+ msgid "YITH WooCommerce Compare Widget"
417
  msgstr ""
418
 
419
+ #: widgets/class.yith-woocompare-widget.php:50
420
  msgid "Clear all"
421
  msgstr "Retirer tout"
422
 
423
+ #~ msgid "The widget show the list of products added in the compare table."
424
+ #~ msgstr "le widget montre les produits à comparer"
425
+
426
  #~ msgid "Products Compare"
427
  #~ msgstr "Comparaison de produits"
428
 
languages/yith-woocommerce-compare-it_IT.mo CHANGED
Binary file
languages/yith-woocommerce-compare-it_IT.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH Woocommerce Compare\n"
4
- "POT-Creation-Date: 2015-09-22 09:42+0200\n"
5
- "PO-Revision-Date: 2016-01-27 09:42+0100\n"
6
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: it\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.8.2\n"
13
  "X-Poedit-KeywordsList: __;_e;_x\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -17,33 +17,33 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
  "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
19
 
20
- #: includes/class.yith-woocompare-admin.php:117
21
- #: includes/class.yith-woocompare-admin.php:141
22
  msgid "Settings"
23
  msgstr "Impostazioni"
24
 
25
- #: includes/class.yith-woocompare-admin.php:119
26
- #: includes/class.yith-woocompare-admin.php:145
27
  msgid "Premium Version"
28
  msgstr "Versione premium"
29
 
30
- #: includes/class.yith-woocompare-admin.php:151
31
- #: includes/class.yith-woocompare-admin.php:152
32
- #: includes/class.yith-woocompare-frontend.php:353
33
- #: plugin-options/general-options.php:40
34
- #: widgets/class.yith-woocompare-widget.php:50
35
  msgid "Compare"
36
  msgstr "Confronta"
37
 
38
- #: includes/class.yith-woocompare-admin.php:215
39
  msgid "Plugin Documentation"
40
  msgstr "Documentazione plugin"
41
 
42
- #: includes/class.yith-woocompare-admin.php:235
43
  msgid "YITH WooCommerce Compare Activated"
44
  msgstr "YITH WooCommerce Compare attivato"
45
 
46
- #: includes/class.yith-woocompare-admin.php:236
47
  #, php-format
48
  msgid ""
49
  "In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
@@ -57,11 +57,11 @@ msgstr ""
57
  "WooCommerce Compare con molte nuove opzioni, <a href=\"%s\">scoprila subito</"
58
  "a>."
59
 
60
- #: includes/class.yith-woocompare-admin.php:247
61
  msgid "YITH WooCommerce Compare Updated"
62
  msgstr "YITH WooCommerce Compare aggiornato"
63
 
64
- #: includes/class.yith-woocompare-admin.php:248
65
  #, php-format
66
  msgid ""
67
  "From now on, you can find all the options of YITH WooCommerce Compare under "
@@ -77,27 +77,27 @@ msgstr ""
77
  "Compare è stato aggiornato includendo nuove opzioni, <a href=\"%s\">scopri "
78
  "la versione PREMIUM</a>."
79
 
80
- #: includes/class.yith-woocompare-admin.php:393
81
  msgid "Do you want to hard crop the image?"
82
  msgstr "Vuoi ritagliare questa immagine?"
83
 
84
- #: includes/class.yith-woocompare-frontend.php:142
85
  msgid "Added"
86
  msgstr "Aggiunto"
87
 
88
- #: includes/class.yith-woocompare-frontend.php:143 templates/compare.php:51
89
  msgid "Product Comparison"
90
  msgstr "Comparazione Prodotto"
91
 
92
- #: includes/class.yith-woocompare-frontend.php:265
93
  msgid "In stock"
94
  msgstr "In stock"
95
 
96
- #: includes/class.yith-woocompare-frontend.php:548
97
  msgid "No products to compare"
98
  msgstr "Nessun prodotto da comparare"
99
 
100
- #: includes/class.yith-woocompare-frontend.php:559 templates/compare.php:111
101
  msgid "Remove"
102
  msgstr "Rimuovi"
103
 
@@ -106,7 +106,7 @@ msgid "Image"
106
  msgstr "Immagine"
107
 
108
  #: includes/class.yith-woocompare-helper.php:46
109
- #: widgets/class.yith-woocompare-widget.php:67
110
  msgid "Title"
111
  msgstr "Titolo"
112
 
@@ -126,6 +126,14 @@ msgstr "Descrizione"
126
  msgid "Availability"
127
  msgstr "Disponibilità"
128
 
 
 
 
 
 
 
 
 
129
  #: init.php:40
130
  msgid ""
131
  "YITH WooCommerce Compare is enabled but not effective. It requires "
@@ -174,52 +182,52 @@ msgstr ""
174
  "Inserisci il testo da utilizzare per il pulsante o il collegamento che ti "
175
  "permetterà di confrontare i prodotti."
176
 
177
- #: plugin-options/general-options.php:45
178
  msgid "Show button in single product page"
179
  msgstr "Mostra pulsante nella pagina dettaglio prodotto"
180
 
181
- #: plugin-options/general-options.php:46
182
  msgid "Say if you want to show the button in the single product page."
183
  msgstr ""
184
  "Scegli se vuoi mostrare il pulsante nella pagina dettaglio del prodotto."
185
 
186
- #: plugin-options/general-options.php:54
187
  msgid "Show button in products list"
188
  msgstr "Mostra pulsante nella lista prodotti"
189
 
190
- #: plugin-options/general-options.php:55
191
  msgid "Say if you want to show the button in the products list."
192
  msgstr "Imposta se vuoi mostrare il pulsante nella lista prodotti."
193
 
194
- #: plugin-options/general-options.php:63
195
  msgid "Open automatically lightbox"
196
  msgstr "Apri lightbox automaticamente"
197
 
198
- #: plugin-options/general-options.php:64
199
  msgid "Open link after click into \"Compare\" button\"."
200
  msgstr "Apri pagina dopo aver cliccato sul pulsante \"Confronta\"."
201
 
202
- #: plugin-options/general-options.php:77
203
  msgid "Table Settings"
204
  msgstr "Impostazioni tabella."
205
 
206
- #: plugin-options/general-options.php:84
207
  msgid "Table title"
208
  msgstr "Titolo tabella"
209
 
210
- #: plugin-options/general-options.php:85
211
  msgid "Type the text to use for the table title."
212
  msgstr "Inserisci il testo da utilizzare come titolo della tabella."
213
 
214
- #: plugin-options/general-options.php:87
215
  msgid "Compare products"
216
  msgstr "Confronta prodotti"
217
 
218
- #: plugin-options/general-options.php:92
219
  msgid "Fields to show"
220
  msgstr "Campi da mostrare"
221
 
222
- #: plugin-options/general-options.php:93
223
  msgid ""
224
  "Select the fields to show in the comparison table and order them by "
225
  "drag&drop (are included also the woocommerce attributes)"
@@ -227,31 +235,31 @@ msgstr ""
227
  "Seleziona i campi da mostrare nella tabella di comparazione e ordinali "
228
  "attraverso il drag&drop (sono inclusi anche gli attributi di woocommerce)"
229
 
230
- #: plugin-options/general-options.php:101
231
  msgid "Repeat \"Price\" field"
232
  msgstr "Ripeti campo \"Prezzo\""
233
 
234
- #: plugin-options/general-options.php:102
235
  msgid "Repeat the \"Price\" field at the end of the table"
236
  msgstr "Ripeti il campo \"Prezzo\" alla fine di ogni tabella"
237
 
238
- #: plugin-options/general-options.php:110
239
  msgid "Repeat \"Add to cart\" field"
240
  msgstr "Ripeti campo \"Aggiungi al carrello\""
241
 
242
- #: plugin-options/general-options.php:111
243
  msgid "Repeat the \"Add to cart\" field at the end of the table"
244
  msgstr "Ripeti il campo \"Aggiungi al carrello\" alla fine di ogni tabella"
245
 
246
- #: plugin-options/general-options.php:119
247
  msgid "Image size"
248
  msgstr "Dimensione immagine"
249
 
250
- #: plugin-options/general-options.php:120
251
  msgid "Set the size for the images"
252
  msgstr "Imposta la dimensione per le immagini"
253
 
254
- #: templates/admin/premium.php:228 templates/admin/premium.php:370
255
  #, php-format
256
  msgid ""
257
  "Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
@@ -260,23 +268,23 @@ msgstr ""
260
  "Aggiorna alla %1$sversione premium%2$s di %1$sYITH WooCommerce Compare%2$s "
261
  "per usufruire di tutte le sue funzionalità!"
262
 
263
- #: templates/admin/premium.php:231 templates/admin/premium.php:373
264
  msgid "UPGRADE"
265
  msgstr "AGGIORNA"
266
 
267
- #: templates/admin/premium.php:232 templates/admin/premium.php:374
268
  msgid "to the premium version"
269
  msgstr "alla versione premium"
270
 
271
- #: templates/admin/premium.php:238
272
  msgid "Premium Features"
273
  msgstr "Funzionalità premium"
274
 
275
- #: templates/admin/premium.php:246
276
  msgid "A DEDICATED PAGE"
277
  msgstr "UNA PAGINA DEDICATA"
278
 
279
- #: templates/admin/premium.php:249
280
  #, php-format
281
  msgid ""
282
  "Don't you want to compare your products in a modal window anymore?%3$sWith "
@@ -291,11 +299,11 @@ msgstr ""
291
  "aggiungendola tra le voci di menu, potrai dare ai tuoi utenti la possibilità "
292
  "di accedervi in qualsiasi momento e in maniera agevole."
293
 
294
- #: templates/admin/premium.php:259
295
  msgid "CATEGORY COMPARATION"
296
  msgstr "CONFRONTO PER CATEGORIA"
297
 
298
- #: templates/admin/premium.php:262
299
  #, php-format
300
  msgid ""
301
  "People are often confused by finding products of different categories in the "
@@ -311,11 +319,11 @@ msgstr ""
311
  "suddividere i prodotti presenti nella tabella a seconda della categoria di "
312
  "appartenenza."
313
 
314
- #: templates/admin/premium.php:278
315
  msgid "CATEGORY EXCLUSION "
316
  msgstr "ESCLUSIONE CATEGORIE"
317
 
318
- #: templates/admin/premium.php:281
319
  #, php-format
320
  msgid ""
321
  "In your shop there may be product categories you don't want to be affected "
@@ -333,11 +341,11 @@ msgstr ""
333
  "comportamento, consentendo il confronto solo sui prodotti associati con le "
334
  "categorie selezionate."
335
 
336
- #: templates/admin/premium.php:291
337
  msgid "TABLE IMAGE"
338
  msgstr "IMMAGINE TABELLA"
339
 
340
- #: templates/admin/premium.php:294
341
  #, php-format
342
  msgid ""
343
  "Give a personal touch to the %1$scomparison table%2$s your users will see. "
@@ -348,11 +356,11 @@ msgstr ""
348
  "visualizzata dagli utenti. Seleziona un’immagine, effettua l’upload dal "
349
  "pannello opzioni e mostrala agli utenti in testa alla tabella."
350
 
351
- #: templates/admin/premium.php:310
352
  msgid "DYNAMIC FIELDS"
353
  msgstr "CAMPI DINAMICI"
354
 
355
- #: templates/admin/premium.php:313
356
  #, php-format
357
  msgid ""
358
  "With this precious feature, you will be able to show in the table only the "
@@ -366,11 +374,11 @@ msgstr ""
366
  "esisteranno più righe della tabella comparativa senza alcun valore di "
367
  "confronto."
368
 
369
- #: templates/admin/premium.php:323
370
  msgid "SOCIAL NETWORK SHARING"
371
  msgstr "CONDIVISIONE SUI SOCIAL NETWORK"
372
 
373
- #: templates/admin/premium.php:326
374
  #, php-format
375
  msgid ""
376
  "One of the most appealing features of the premium version of the plugin.Four "
@@ -383,11 +391,11 @@ msgstr ""
383
  "Google+ e Pinterest) e il servizio email per permettere loro di %1$sconvidere"
384
  "%2$s in rete la tabella comparativa dei prodotti che hanno selezionato."
385
 
386
- #: templates/admin/premium.php:342
387
  msgid "RELATED PRODUCTS"
388
  msgstr "PRODOTTI CORRELATI"
389
 
390
- #: templates/admin/premium.php:345
391
  #, php-format
392
  msgid ""
393
  "All the products that have common categories and/or tags with those in the "
@@ -402,46 +410,94 @@ msgstr ""
402
  "%1$s“touch-friendly”%2$s per invitare i tuoi utenti a scoprire i prodotti "
403
  "del tuo shop affini a quelli che hanno attirato il loro interesse."
404
 
405
- #: templates/admin/premium.php:355
406
  msgid "CUSTOMIZABLE STYLE"
407
  msgstr "STILE PERSONALIZZABILE"
408
 
409
- #: templates/admin/premium.php:358
410
  #, php-format
411
  msgid ""
412
  "An advanced option panel that let you change all the colors of the plugin, "
413
- "so that you can adapt stylistically all its elements to the %1$slayout%2$s "
414
  "of your shop.We know it, looks also count... and we give you the right tools "
415
  "to get to the best result."
416
  msgstr ""
417
- "Un pannello opzioni avanzato che ti permette di modificare tutti i colori "
418
- "del plugin, così da adattare stilisticamente tutti i suoi componenti al "
419
- "%1$slayout%2$s del tuo shop.\n"
420
- "In fondo, anche l’occhio vuole la sua parte... e noi ti diamo gli strumenti "
421
- "adatti per arrivare al migliore risultato."
422
 
423
- #: templates/compare.php:76
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
424
  msgid "Close window [X]"
425
  msgstr "Chiudi finestra [X]"
426
 
427
- #: templates/compare.php:103
428
  msgid "No products added in the compare table."
429
  msgstr "Nessun prodotto aggiunto nella tabella di comparazione."
430
 
431
  #: widgets/class.yith-woocompare-widget.php:23
432
- msgid "The widget show the list of products added in the compare table."
433
  msgstr ""
434
- "Widget che mostra la lista dei prodotti aggiunti nella tabella di "
435
- "comparazione."
436
 
437
  #: widgets/class.yith-woocompare-widget.php:27
438
- msgid "YITH Woocommerce Compare Widget"
439
- msgstr "YITH Woocommerce Compare Widget"
440
 
441
- #: widgets/class.yith-woocompare-widget.php:49
442
  msgid "Clear all"
443
  msgstr "Cancella tutti"
444
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
445
  #~ msgid "Comparison Table"
446
  #~ msgstr "Tabella confronto"
447
 
@@ -776,13 +832,6 @@ msgstr "Cancella tutti"
776
  #~ msgid "No products added in the comparison table."
777
  #~ msgstr "Non è stato aggiunto alcun prodotto alla tabella comparativa."
778
 
779
- #~ msgid "The widget shows the list of products added in the comparison table."
780
- #~ msgstr ""
781
- #~ "Il widget mostra l'elenco dei prodotti aggiunti alla tabella comparativa."
782
-
783
- #~ msgid "YITH WooCommerce Compare Widget"
784
- #~ msgstr "YITH WooCommerce Compare Widget"
785
-
786
  #~ msgid "Products Compare"
787
  #~ msgstr "Compara Prodotti"
788
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH Woocommerce Compare\n"
4
+ "POT-Creation-Date: 2016-10-19 15:38+0200\n"
5
+ "PO-Revision-Date: 2016-10-19 15:38+0200\n"
6
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: it\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.8.10\n"
13
  "X-Poedit-KeywordsList: __;_e;_x\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
  "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
19
 
20
+ #: includes/class.yith-woocompare-admin.php:122
21
+ #: includes/class.yith-woocompare-admin.php:146
22
  msgid "Settings"
23
  msgstr "Impostazioni"
24
 
25
+ #: includes/class.yith-woocompare-admin.php:124
26
+ #: includes/class.yith-woocompare-admin.php:150
27
  msgid "Premium Version"
28
  msgstr "Versione premium"
29
 
30
+ #: includes/class.yith-woocompare-admin.php:156
31
+ #: includes/class.yith-woocompare-admin.php:157
32
+ #: includes/class.yith-woocompare-frontend.php:446
33
+ #: plugin-options/general-options.php:40 plugin-options/general-options.php:41
34
+ #: widgets/class.yith-woocompare-widget.php:51
35
  msgid "Compare"
36
  msgstr "Confronta"
37
 
38
+ #: includes/class.yith-woocompare-admin.php:220
39
  msgid "Plugin Documentation"
40
  msgstr "Documentazione plugin"
41
 
42
+ #: includes/class.yith-woocompare-admin.php:240
43
  msgid "YITH WooCommerce Compare Activated"
44
  msgstr "YITH WooCommerce Compare attivato"
45
 
46
+ #: includes/class.yith-woocompare-admin.php:241
47
  #, php-format
48
  msgid ""
49
  "In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
57
  "WooCommerce Compare con molte nuove opzioni, <a href=\"%s\">scoprila subito</"
58
  "a>."
59
 
60
+ #: includes/class.yith-woocompare-admin.php:252
61
  msgid "YITH WooCommerce Compare Updated"
62
  msgstr "YITH WooCommerce Compare aggiornato"
63
 
64
+ #: includes/class.yith-woocompare-admin.php:253
65
  #, php-format
66
  msgid ""
67
  "From now on, you can find all the options of YITH WooCommerce Compare under "
77
  "Compare è stato aggiornato includendo nuove opzioni, <a href=\"%s\">scopri "
78
  "la versione PREMIUM</a>."
79
 
80
+ #: includes/class.yith-woocompare-admin.php:398
81
  msgid "Do you want to hard crop the image?"
82
  msgstr "Vuoi ritagliare questa immagine?"
83
 
84
+ #: includes/class.yith-woocompare-frontend.php:186
85
  msgid "Added"
86
  msgstr "Aggiunto"
87
 
88
+ #: includes/class.yith-woocompare-frontend.php:187 templates/compare.php:49
89
  msgid "Product Comparison"
90
  msgstr "Comparazione Prodotto"
91
 
92
+ #: includes/class.yith-woocompare-frontend.php:330
93
  msgid "In stock"
94
  msgstr "In stock"
95
 
96
+ #: includes/class.yith-woocompare-frontend.php:649
97
  msgid "No products to compare"
98
  msgstr "Nessun prodotto da comparare"
99
 
100
+ #: includes/class.yith-woocompare-frontend.php:659 templates/compare.php:109
101
  msgid "Remove"
102
  msgstr "Rimuovi"
103
 
106
  msgstr "Immagine"
107
 
108
  #: includes/class.yith-woocompare-helper.php:46
109
+ #: widgets/class.yith-woocompare-widget.php:68
110
  msgid "Title"
111
  msgstr "Titolo"
112
 
126
  msgid "Availability"
127
  msgstr "Disponibilità"
128
 
129
+ #: includes/class.yith-woocompare-helper.php:51
130
+ msgid "Weight"
131
+ msgstr "Peso"
132
+
133
+ #: includes/class.yith-woocompare-helper.php:52
134
+ msgid "Dimensions"
135
+ msgstr "Dimensioni"
136
+
137
  #: init.php:40
138
  msgid ""
139
  "YITH WooCommerce Compare is enabled but not effective. It requires "
182
  "Inserisci il testo da utilizzare per il pulsante o il collegamento che ti "
183
  "permetterà di confrontare i prodotti."
184
 
185
+ #: plugin-options/general-options.php:46
186
  msgid "Show button in single product page"
187
  msgstr "Mostra pulsante nella pagina dettaglio prodotto"
188
 
189
+ #: plugin-options/general-options.php:47
190
  msgid "Say if you want to show the button in the single product page."
191
  msgstr ""
192
  "Scegli se vuoi mostrare il pulsante nella pagina dettaglio del prodotto."
193
 
194
+ #: plugin-options/general-options.php:55
195
  msgid "Show button in products list"
196
  msgstr "Mostra pulsante nella lista prodotti"
197
 
198
+ #: plugin-options/general-options.php:56
199
  msgid "Say if you want to show the button in the products list."
200
  msgstr "Imposta se vuoi mostrare il pulsante nella lista prodotti."
201
 
202
+ #: plugin-options/general-options.php:64
203
  msgid "Open automatically lightbox"
204
  msgstr "Apri lightbox automaticamente"
205
 
206
+ #: plugin-options/general-options.php:65
207
  msgid "Open link after click into \"Compare\" button\"."
208
  msgstr "Apri pagina dopo aver cliccato sul pulsante \"Confronta\"."
209
 
210
+ #: plugin-options/general-options.php:78
211
  msgid "Table Settings"
212
  msgstr "Impostazioni tabella."
213
 
214
+ #: plugin-options/general-options.php:85
215
  msgid "Table title"
216
  msgstr "Titolo tabella"
217
 
218
+ #: plugin-options/general-options.php:86
219
  msgid "Type the text to use for the table title."
220
  msgstr "Inserisci il testo da utilizzare come titolo della tabella."
221
 
222
+ #: plugin-options/general-options.php:88 plugin-options/general-options.php:89
223
  msgid "Compare products"
224
  msgstr "Confronta prodotti"
225
 
226
+ #: plugin-options/general-options.php:94
227
  msgid "Fields to show"
228
  msgstr "Campi da mostrare"
229
 
230
+ #: plugin-options/general-options.php:95
231
  msgid ""
232
  "Select the fields to show in the comparison table and order them by "
233
  "drag&drop (are included also the woocommerce attributes)"
235
  "Seleziona i campi da mostrare nella tabella di comparazione e ordinali "
236
  "attraverso il drag&drop (sono inclusi anche gli attributi di woocommerce)"
237
 
238
+ #: plugin-options/general-options.php:103
239
  msgid "Repeat \"Price\" field"
240
  msgstr "Ripeti campo \"Prezzo\""
241
 
242
+ #: plugin-options/general-options.php:104
243
  msgid "Repeat the \"Price\" field at the end of the table"
244
  msgstr "Ripeti il campo \"Prezzo\" alla fine di ogni tabella"
245
 
246
+ #: plugin-options/general-options.php:112
247
  msgid "Repeat \"Add to cart\" field"
248
  msgstr "Ripeti campo \"Aggiungi al carrello\""
249
 
250
+ #: plugin-options/general-options.php:113
251
  msgid "Repeat the \"Add to cart\" field at the end of the table"
252
  msgstr "Ripeti il campo \"Aggiungi al carrello\" alla fine di ogni tabella"
253
 
254
+ #: plugin-options/general-options.php:121
255
  msgid "Image size"
256
  msgstr "Dimensione immagine"
257
 
258
+ #: plugin-options/general-options.php:122
259
  msgid "Set the size for the images"
260
  msgstr "Imposta la dimensione per le immagini"
261
 
262
+ #: templates/admin/premium.php:231 templates/admin/premium.php:421
263
  #, php-format
264
  msgid ""
265
  "Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
268
  "Aggiorna alla %1$sversione premium%2$s di %1$sYITH WooCommerce Compare%2$s "
269
  "per usufruire di tutte le sue funzionalità!"
270
 
271
+ #: templates/admin/premium.php:234 templates/admin/premium.php:424
272
  msgid "UPGRADE"
273
  msgstr "AGGIORNA"
274
 
275
+ #: templates/admin/premium.php:235 templates/admin/premium.php:425
276
  msgid "to the premium version"
277
  msgstr "alla versione premium"
278
 
279
+ #: templates/admin/premium.php:241
280
  msgid "Premium Features"
281
  msgstr "Funzionalità premium"
282
 
283
+ #: templates/admin/premium.php:249
284
  msgid "A DEDICATED PAGE"
285
  msgstr "UNA PAGINA DEDICATA"
286
 
287
+ #: templates/admin/premium.php:252
288
  #, php-format
289
  msgid ""
290
  "Don't you want to compare your products in a modal window anymore?%3$sWith "
299
  "aggiungendola tra le voci di menu, potrai dare ai tuoi utenti la possibilità "
300
  "di accedervi in qualsiasi momento e in maniera agevole."
301
 
302
+ #: templates/admin/premium.php:262
303
  msgid "CATEGORY COMPARATION"
304
  msgstr "CONFRONTO PER CATEGORIA"
305
 
306
+ #: templates/admin/premium.php:265
307
  #, php-format
308
  msgid ""
309
  "People are often confused by finding products of different categories in the "
319
  "suddividere i prodotti presenti nella tabella a seconda della categoria di "
320
  "appartenenza."
321
 
322
+ #: templates/admin/premium.php:281
323
  msgid "CATEGORY EXCLUSION "
324
  msgstr "ESCLUSIONE CATEGORIE"
325
 
326
+ #: templates/admin/premium.php:284
327
  #, php-format
328
  msgid ""
329
  "In your shop there may be product categories you don't want to be affected "
341
  "comportamento, consentendo il confronto solo sui prodotti associati con le "
342
  "categorie selezionate."
343
 
344
+ #: templates/admin/premium.php:294
345
  msgid "TABLE IMAGE"
346
  msgstr "IMMAGINE TABELLA"
347
 
348
+ #: templates/admin/premium.php:297
349
  #, php-format
350
  msgid ""
351
  "Give a personal touch to the %1$scomparison table%2$s your users will see. "
356
  "visualizzata dagli utenti. Seleziona un’immagine, effettua l’upload dal "
357
  "pannello opzioni e mostrala agli utenti in testa alla tabella."
358
 
359
+ #: templates/admin/premium.php:313
360
  msgid "DYNAMIC FIELDS"
361
  msgstr "CAMPI DINAMICI"
362
 
363
+ #: templates/admin/premium.php:316
364
  #, php-format
365
  msgid ""
366
  "With this precious feature, you will be able to show in the table only the "
374
  "esisteranno più righe della tabella comparativa senza alcun valore di "
375
  "confronto."
376
 
377
+ #: templates/admin/premium.php:326
378
  msgid "SOCIAL NETWORK SHARING"
379
  msgstr "CONDIVISIONE SUI SOCIAL NETWORK"
380
 
381
+ #: templates/admin/premium.php:329
382
  #, php-format
383
  msgid ""
384
  "One of the most appealing features of the premium version of the plugin.Four "
391
  "Google+ e Pinterest) e il servizio email per permettere loro di %1$sconvidere"
392
  "%2$s in rete la tabella comparativa dei prodotti che hanno selezionato."
393
 
394
+ #: templates/admin/premium.php:345
395
  msgid "RELATED PRODUCTS"
396
  msgstr "PRODOTTI CORRELATI"
397
 
398
+ #: templates/admin/premium.php:348
399
  #, php-format
400
  msgid ""
401
  "All the products that have common categories and/or tags with those in the "
410
  "%1$s“touch-friendly”%2$s per invitare i tuoi utenti a scoprire i prodotti "
411
  "del tuo shop affini a quelli che hanno attirato il loro interesse."
412
 
413
+ #: templates/admin/premium.php:358
414
  msgid "CUSTOMIZABLE STYLE"
415
  msgstr "STILE PERSONALIZZABILE"
416
 
417
+ #: templates/admin/premium.php:361
418
  #, php-format
419
  msgid ""
420
  "An advanced option panel that let you change all the colors of the plugin, "
421
+ "so that you can adapt stylistically all its elements %1$sto the layout%2$s "
422
  "of your shop.We know it, looks also count... and we give you the right tools "
423
  "to get to the best result."
424
  msgstr ""
 
 
 
 
 
425
 
426
+ #: templates/admin/premium.php:377
427
+ msgid "CUSTOMIZED ATTRIBUTES"
428
+ msgstr ""
429
+
430
+ #: templates/admin/premium.php:380
431
+ #, php-format
432
+ msgid ""
433
+ "Let you users compare products following every feature, and considering also "
434
+ "all those %1$sattributes%2$s that can be manually created in within the "
435
+ "product detail page. Every single detail will be included."
436
+ msgstr ""
437
+
438
+ #: templates/admin/premium.php:390
439
+ msgid "A TAILORED TABLE"
440
+ msgstr ""
441
+
442
+ #: templates/admin/premium.php:393
443
+ #, php-format
444
+ msgid ""
445
+ "Select the products you want to compare and the system will offer you the "
446
+ "%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
447
+ msgstr ""
448
+
449
+ #: templates/admin/premium.php:409
450
+ msgid "WIDGET"
451
+ msgstr ""
452
+
453
+ #: templates/admin/premium.php:412
454
+ msgid ""
455
+ "Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
456
+ "complete list of products added to the compare tab and avoid to open the "
457
+ "popup to check its existence. "
458
+ msgstr ""
459
+
460
+ #: templates/compare.php:74
461
  msgid "Close window [X]"
462
  msgstr "Chiudi finestra [X]"
463
 
464
+ #: templates/compare.php:101
465
  msgid "No products added in the compare table."
466
  msgstr "Nessun prodotto aggiunto nella tabella di comparazione."
467
 
468
  #: widgets/class.yith-woocompare-widget.php:23
469
+ msgid "The widget shows the list of products added in the comparison table."
470
  msgstr ""
471
+ "Il widget mostra l'elenco dei prodotti aggiunti alla tabella comparativa."
 
472
 
473
  #: widgets/class.yith-woocompare-widget.php:27
474
+ msgid "YITH WooCommerce Compare Widget"
475
+ msgstr "YITH WooCommerce Compare Widget"
476
 
477
+ #: widgets/class.yith-woocompare-widget.php:50
478
  msgid "Clear all"
479
  msgstr "Cancella tutti"
480
 
481
+ #~ msgid ""
482
+ #~ "An advanced option panel that let you change all the colors of the "
483
+ #~ "plugin, so that you can adapt stylistically all its elements to the "
484
+ #~ "%1$slayout%2$s of your shop.We know it, looks also count... and we give "
485
+ #~ "you the right tools to get to the best result."
486
+ #~ msgstr ""
487
+ #~ "Un pannello opzioni avanzato che ti permette di modificare tutti i colori "
488
+ #~ "del plugin, così da adattare stilisticamente tutti i suoi componenti al "
489
+ #~ "%1$slayout%2$s del tuo shop.\n"
490
+ #~ "In fondo, anche l’occhio vuole la sua parte... e noi ti diamo gli "
491
+ #~ "strumenti adatti per arrivare al migliore risultato."
492
+
493
+ #~ msgid "The widget show the list of products added in the compare table."
494
+ #~ msgstr ""
495
+ #~ "Widget che mostra la lista dei prodotti aggiunti nella tabella di "
496
+ #~ "comparazione."
497
+
498
+ #~ msgid "YITH Woocommerce Compare Widget"
499
+ #~ msgstr "YITH Woocommerce Compare Widget"
500
+
501
  #~ msgid "Comparison Table"
502
  #~ msgstr "Tabella confronto"
503
 
832
  #~ msgid "No products added in the comparison table."
833
  #~ msgstr "Non è stato aggiunto alcun prodotto alla tabella comparativa."
834
 
 
 
 
 
 
 
 
835
  #~ msgid "Products Compare"
836
  #~ msgstr "Compara Prodotti"
837
 
languages/yith-woocommerce-compare-nl_NL.mo CHANGED
Binary file
languages/yith-woocommerce-compare-nl_NL.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH Woocommerce Compare\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-10-26 10:23+0100\n"
6
- "PO-Revision-Date: 2015-10-26 10:23+0100\n"
7
  "Last-Translator: admin <admin@localhost.local>\n"
8
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
9
  "Language: nl\n"
@@ -12,7 +12,7 @@ msgstr ""
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
15
- "X-Generator: Poedit 1.8.2\n"
16
  "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
17
  "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
18
  "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
@@ -23,33 +23,49 @@ msgstr ""
23
  "X-Poedit-SearchPath-0: .\n"
24
  "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
25
 
26
- #: includes/class.yith-woocompare-admin.php:117
27
- #: includes/class.yith-woocompare-admin.php:141
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  msgid "Settings"
29
  msgstr "Instellingen"
30
 
31
- #: includes/class.yith-woocompare-admin.php:119
32
- #: includes/class.yith-woocompare-admin.php:145
33
  msgid "Premium Version"
34
  msgstr "Premium Versie"
35
 
36
- #: includes/class.yith-woocompare-admin.php:151
37
- #: includes/class.yith-woocompare-admin.php:152
38
- #: includes/class.yith-woocompare-frontend.php:354
39
  #: plugin-options/general-options.php:40 plugin-options/general-options.php:41
40
- #: widgets/class.yith-woocompare-widget.php:50
41
  msgid "Compare"
42
  msgstr "Vergelijk"
43
 
44
- #: includes/class.yith-woocompare-admin.php:215
45
  msgid "Plugin Documentation"
46
  msgstr "Plugin Documentatie"
47
 
48
- #: includes/class.yith-woocompare-admin.php:235
49
  msgid "YITH WooCommerce Compare Activated"
50
  msgstr "YITH WooCommerce Compare Geactiveerd"
51
 
52
- #: includes/class.yith-woocompare-admin.php:236
53
  #, php-format
54
  msgid ""
55
  "In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
@@ -63,11 +79,11 @@ msgstr ""
63
  "PREMIUM versie met veel nieuwe mogelijkheden, <a href=\"%s\">Ontdek het nu</"
64
  "a>."
65
 
66
- #: includes/class.yith-woocompare-admin.php:247
67
  msgid "YITH WooCommerce Compare Updated"
68
  msgstr "YITH WooCommerce Compare geüpdatet"
69
 
70
- #: includes/class.yith-woocompare-admin.php:248
71
  #, php-format
72
  msgid ""
73
  "From now on, you can find all the options of YITH WooCommerce Compare under "
@@ -83,27 +99,27 @@ msgstr ""
83
  "bijgewerkt met nieuwe beschikbare opties, <a href=\"%s\"> ontdek het PREMIUM "
84
  "versie. </a>"
85
 
86
- #: includes/class.yith-woocompare-admin.php:393
87
  msgid "Do you want to hard crop the image?"
88
  msgstr "Wilt u een harde crop van de afbeelding?"
89
 
90
- #: includes/class.yith-woocompare-frontend.php:142
91
  msgid "Added"
92
  msgstr "Toegevoegd"
93
 
94
- #: includes/class.yith-woocompare-frontend.php:143 templates/compare.php:51
95
  msgid "Product Comparison"
96
  msgstr "Product vergelijk"
97
 
98
- #: includes/class.yith-woocompare-frontend.php:266
99
  msgid "In stock"
100
  msgstr "Op voorraad"
101
 
102
- #: includes/class.yith-woocompare-frontend.php:549
103
  msgid "No products to compare"
104
  msgstr "Geen producten om te vergelijken"
105
 
106
- #: includes/class.yith-woocompare-frontend.php:560 templates/compare.php:111
107
  msgid "Remove"
108
  msgstr "Verwijder"
109
 
@@ -112,7 +128,7 @@ msgid "Image"
112
  msgstr "Afbeelding"
113
 
114
  #: includes/class.yith-woocompare-helper.php:46
115
- #: widgets/class.yith-woocompare-widget.php:67
116
  msgid "Title"
117
  msgstr "Titel"
118
 
@@ -132,6 +148,14 @@ msgstr "Omschrijving"
132
  msgid "Availability"
133
  msgstr "Beschikbaarheid"
134
 
 
 
 
 
 
 
 
 
135
  #: init.php:40
136
  msgid ""
137
  "YITH WooCommerce Compare is enabled but not effective. It requires "
@@ -255,7 +279,7 @@ msgstr "Afbeelding formaat"
255
  msgid "Set the size for the images"
256
  msgstr "Stel afbeeldings formaat in "
257
 
258
- #: templates/admin/premium.php:228 templates/admin/premium.php:402
259
  #, php-format
260
  msgid ""
261
  "Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
@@ -264,23 +288,23 @@ msgstr ""
264
  "Upgrade naar %1$spremium version%2$s van %1$sYITH WooCommerce Compare%2$s om "
265
  "te profiteren van alle functies!"
266
 
267
- #: templates/admin/premium.php:231 templates/admin/premium.php:405
268
  msgid "UPGRADE"
269
  msgstr "UPGRADE"
270
 
271
- #: templates/admin/premium.php:232 templates/admin/premium.php:406
272
  msgid "to the premium version"
273
  msgstr "naar het premium versie"
274
 
275
- #: templates/admin/premium.php:238
276
  msgid "Premium Features"
277
  msgstr "Premium Functies"
278
 
279
- #: templates/admin/premium.php:246
280
  msgid "A DEDICATED PAGE"
281
  msgstr "EEN SPECIALE PAGINA"
282
 
283
- #: templates/admin/premium.php:249
284
  #, php-format
285
  msgid ""
286
  "Don't you want to compare your products in a modal window anymore?%3$sWith "
@@ -295,11 +319,11 @@ msgstr ""
295
  "tussen de menu-items, is het mogelijk om je gebruikers de kans te geven om "
296
  "makkelijk toegang te geven wanneer ze maar willen. "
297
 
298
- #: templates/admin/premium.php:259
299
  msgid "CATEGORY COMPARATION"
300
  msgstr "CATEGORIE VERGELIJKING"
301
 
302
- #: templates/admin/premium.php:262
303
  #, php-format
304
  msgid ""
305
  "People are often confused by finding products of different categories in the "
@@ -314,11 +338,11 @@ msgstr ""
314
  "by category\"%2$s optie bestaat voor de behoefte: U hebt de mogelijkheid om "
315
  "de producten te scheiden in de tabel bij de categorie affiniteit."
316
 
317
- #: templates/admin/premium.php:278
318
  msgid "CATEGORY EXCLUSION "
319
  msgstr "CATEGORIE UITSLUITEN"
320
 
321
- #: templates/admin/premium.php:281
322
  #, php-format
323
  msgid ""
324
  "In your shop there may be product categories you don't want to be affected "
@@ -335,11 +359,11 @@ msgstr ""
335
  "gedrag van de functie omkeren, waardoor de vergelijking alleen kan op de "
336
  "producten van de geselecteerde categorieën."
337
 
338
- #: templates/admin/premium.php:291
339
  msgid "TABLE IMAGE"
340
  msgstr "TABEL AFBEELDING"
341
 
342
- #: templates/admin/premium.php:294
343
  #, php-format
344
  msgid ""
345
  "Give a personal touch to the %1$scomparison table%2$s your users will see. "
@@ -350,11 +374,11 @@ msgstr ""
350
  "zien. Selecteer een afbeelding, upload het van het optie paneel en het wordt "
351
  "direct getoond in de tabel van uw gebruikers."
352
 
353
- #: templates/admin/premium.php:310
354
  msgid "DYNAMIC FIELDS"
355
  msgstr "DYNAMISCHE VELDEN"
356
 
357
- #: templates/admin/premium.php:313
358
  #, php-format
359
  msgid ""
360
  "With this precious feature, you will be able to show in the table only the "
@@ -367,11 +391,11 @@ msgstr ""
367
  "producten.%3$sActivate the %1$s\"Dynamic Attribute fields\"%2$s optie en er "
368
  "zullen geen legen regels zijn in uw vergelijkingstabel."
369
 
370
- #: templates/admin/premium.php:323
371
  msgid "SOCIAL NETWORK SHARING"
372
  msgstr "SOCIAAL NETWERK DELEN"
373
 
374
- #: templates/admin/premium.php:326
375
  #, php-format
376
  msgid ""
377
  "One of the most appealing features of the premium version of the plugin.Four "
@@ -384,11 +408,11 @@ msgstr ""
384
  "Google + en Pinterest) en het e-mailsysteem %1$sto share%2$s de "
385
  "vergelijkstabel van de producten die zij hebben geselecteerd."
386
 
387
- #: templates/admin/premium.php:342
388
  msgid "RELATED PRODUCTS"
389
  msgstr "GERELATEERDE PRODUCTEN"
390
 
391
- #: templates/admin/premium.php:345
392
  #, php-format
393
  msgid ""
394
  "All the products that have common categories and/or tags with those in the "
@@ -403,11 +427,11 @@ msgstr ""
403
  "gebruikers aan te moedigen de winkel producten van de winkel waar in ze "
404
  "geïnteresseerd zijn in te ontdekken."
405
 
406
- #: templates/admin/premium.php:355
407
  msgid "CUSTOMIZABLE STYLE"
408
  msgstr "AANPASBARE STIJLEN"
409
 
410
- #: templates/admin/premium.php:358
411
  #, php-format
412
  msgid ""
413
  "An advanced option panel that let you change all the colors of the plugin, "
@@ -416,11 +440,11 @@ msgid ""
416
  "to get to the best result."
417
  msgstr ""
418
 
419
- #: templates/admin/premium.php:374
420
  msgid "CUSTOMIZED ATTRIBUTES"
421
  msgstr ""
422
 
423
- #: templates/admin/premium.php:377
424
  #, php-format
425
  msgid ""
426
  "Let you users compare products following every feature, and considering also "
@@ -428,52 +452,54 @@ msgid ""
428
  "product detail page. Every single detail will be included."
429
  msgstr ""
430
 
431
- #: templates/admin/premium.php:387
432
  msgid "A TAILORED TABLE"
433
  msgstr ""
434
 
435
- #: templates/admin/premium.php:390
436
  #, php-format
437
  msgid ""
438
  "Select the products you want to compare and the system will offer you the "
439
  "%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
440
  msgstr ""
441
 
442
- #: templates/compare.php:76
 
 
 
 
 
 
 
 
 
 
 
443
  msgid "Close window [X]"
444
  msgstr "Sluit venster [X]"
445
 
446
- #: templates/compare.php:103
447
  msgid "No products added in the compare table."
448
  msgstr "Geen producten toegevoegd in de vergelijk tabel."
449
 
450
  #: widgets/class.yith-woocompare-widget.php:23
451
- msgid "The widget show the list of products added in the compare table."
452
- msgstr "Deze widget toont een lijst met producten in een vergelijkings tabel."
453
 
454
  #: widgets/class.yith-woocompare-widget.php:27
455
- msgid "YITH Woocommerce Compare Widget"
456
- msgstr "Een YITH Woocommerce Vergelijk Widget"
457
 
458
- #: widgets/class.yith-woocompare-widget.php:49
459
  msgid "Clear all"
460
  msgstr "Wis alles"
461
 
462
- #: assets/js/jquery.colorbox-min.js:7
463
- msgid "."
464
- msgstr ""
465
-
466
- #: assets/js/jquery.colorbox-min.js:7
467
- msgid "<button type=\"button\"/>"
468
- msgstr ""
469
-
470
- #: assets/js/jquery.colorbox-min.js:7
471
- msgid "<div>"
472
- msgstr ""
473
 
474
- #: assets/js/jquery.colorbox-min.js:7
475
- msgid "<a/>"
476
- msgstr ""
477
 
478
  #~ msgid ""
479
  #~ "An advanced option panel that let you change all the colors of the "
2
  msgstr ""
3
  "Project-Id-Version: YITH Woocommerce Compare\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-10-19 15:39+0200\n"
6
+ "PO-Revision-Date: 2016-10-19 15:39+0200\n"
7
  "Last-Translator: admin <admin@localhost.local>\n"
8
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
9
  "Language: nl\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Generator: Poedit 1.8.10\n"
16
  "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
17
  "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
18
  "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
23
  "X-Poedit-SearchPath-0: .\n"
24
  "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
25
 
26
+ #: assets/js/jquery.colorbox-min.js:7
27
+ msgid "."
28
+ msgstr ""
29
+
30
+ #: assets/js/jquery.colorbox-min.js:7
31
+ msgid "<button type=\"button\"/>"
32
+ msgstr ""
33
+
34
+ #: assets/js/jquery.colorbox-min.js:7
35
+ msgid "<div>"
36
+ msgstr ""
37
+
38
+ #: assets/js/jquery.colorbox-min.js:7
39
+ msgid "<a/>"
40
+ msgstr ""
41
+
42
+ #: includes/class.yith-woocompare-admin.php:122
43
+ #: includes/class.yith-woocompare-admin.php:146
44
  msgid "Settings"
45
  msgstr "Instellingen"
46
 
47
+ #: includes/class.yith-woocompare-admin.php:124
48
+ #: includes/class.yith-woocompare-admin.php:150
49
  msgid "Premium Version"
50
  msgstr "Premium Versie"
51
 
52
+ #: includes/class.yith-woocompare-admin.php:156
53
+ #: includes/class.yith-woocompare-admin.php:157
54
+ #: includes/class.yith-woocompare-frontend.php:446
55
  #: plugin-options/general-options.php:40 plugin-options/general-options.php:41
56
+ #: widgets/class.yith-woocompare-widget.php:51
57
  msgid "Compare"
58
  msgstr "Vergelijk"
59
 
60
+ #: includes/class.yith-woocompare-admin.php:220
61
  msgid "Plugin Documentation"
62
  msgstr "Plugin Documentatie"
63
 
64
+ #: includes/class.yith-woocompare-admin.php:240
65
  msgid "YITH WooCommerce Compare Activated"
66
  msgstr "YITH WooCommerce Compare Geactiveerd"
67
 
68
+ #: includes/class.yith-woocompare-admin.php:241
69
  #, php-format
70
  msgid ""
71
  "In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
79
  "PREMIUM versie met veel nieuwe mogelijkheden, <a href=\"%s\">Ontdek het nu</"
80
  "a>."
81
 
82
+ #: includes/class.yith-woocompare-admin.php:252
83
  msgid "YITH WooCommerce Compare Updated"
84
  msgstr "YITH WooCommerce Compare geüpdatet"
85
 
86
+ #: includes/class.yith-woocompare-admin.php:253
87
  #, php-format
88
  msgid ""
89
  "From now on, you can find all the options of YITH WooCommerce Compare under "
99
  "bijgewerkt met nieuwe beschikbare opties, <a href=\"%s\"> ontdek het PREMIUM "
100
  "versie. </a>"
101
 
102
+ #: includes/class.yith-woocompare-admin.php:398
103
  msgid "Do you want to hard crop the image?"
104
  msgstr "Wilt u een harde crop van de afbeelding?"
105
 
106
+ #: includes/class.yith-woocompare-frontend.php:186
107
  msgid "Added"
108
  msgstr "Toegevoegd"
109
 
110
+ #: includes/class.yith-woocompare-frontend.php:187 templates/compare.php:49
111
  msgid "Product Comparison"
112
  msgstr "Product vergelijk"
113
 
114
+ #: includes/class.yith-woocompare-frontend.php:330
115
  msgid "In stock"
116
  msgstr "Op voorraad"
117
 
118
+ #: includes/class.yith-woocompare-frontend.php:649
119
  msgid "No products to compare"
120
  msgstr "Geen producten om te vergelijken"
121
 
122
+ #: includes/class.yith-woocompare-frontend.php:659 templates/compare.php:109
123
  msgid "Remove"
124
  msgstr "Verwijder"
125
 
128
  msgstr "Afbeelding"
129
 
130
  #: includes/class.yith-woocompare-helper.php:46
131
+ #: widgets/class.yith-woocompare-widget.php:68
132
  msgid "Title"
133
  msgstr "Titel"
134
 
148
  msgid "Availability"
149
  msgstr "Beschikbaarheid"
150
 
151
+ #: includes/class.yith-woocompare-helper.php:51
152
+ msgid "Weight"
153
+ msgstr ""
154
+
155
+ #: includes/class.yith-woocompare-helper.php:52
156
+ msgid "Dimensions"
157
+ msgstr ""
158
+
159
  #: init.php:40
160
  msgid ""
161
  "YITH WooCommerce Compare is enabled but not effective. It requires "
279
  msgid "Set the size for the images"
280
  msgstr "Stel afbeeldings formaat in "
281
 
282
+ #: templates/admin/premium.php:231 templates/admin/premium.php:421
283
  #, php-format
284
  msgid ""
285
  "Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
288
  "Upgrade naar %1$spremium version%2$s van %1$sYITH WooCommerce Compare%2$s om "
289
  "te profiteren van alle functies!"
290
 
291
+ #: templates/admin/premium.php:234 templates/admin/premium.php:424
292
  msgid "UPGRADE"
293
  msgstr "UPGRADE"
294
 
295
+ #: templates/admin/premium.php:235 templates/admin/premium.php:425
296
  msgid "to the premium version"
297
  msgstr "naar het premium versie"
298
 
299
+ #: templates/admin/premium.php:241
300
  msgid "Premium Features"
301
  msgstr "Premium Functies"
302
 
303
+ #: templates/admin/premium.php:249
304
  msgid "A DEDICATED PAGE"
305
  msgstr "EEN SPECIALE PAGINA"
306
 
307
+ #: templates/admin/premium.php:252
308
  #, php-format
309
  msgid ""
310
  "Don't you want to compare your products in a modal window anymore?%3$sWith "
319
  "tussen de menu-items, is het mogelijk om je gebruikers de kans te geven om "
320
  "makkelijk toegang te geven wanneer ze maar willen. "
321
 
322
+ #: templates/admin/premium.php:262
323
  msgid "CATEGORY COMPARATION"
324
  msgstr "CATEGORIE VERGELIJKING"
325
 
326
+ #: templates/admin/premium.php:265
327
  #, php-format
328
  msgid ""
329
  "People are often confused by finding products of different categories in the "
338
  "by category\"%2$s optie bestaat voor de behoefte: U hebt de mogelijkheid om "
339
  "de producten te scheiden in de tabel bij de categorie affiniteit."
340
 
341
+ #: templates/admin/premium.php:281
342
  msgid "CATEGORY EXCLUSION "
343
  msgstr "CATEGORIE UITSLUITEN"
344
 
345
+ #: templates/admin/premium.php:284
346
  #, php-format
347
  msgid ""
348
  "In your shop there may be product categories you don't want to be affected "
359
  "gedrag van de functie omkeren, waardoor de vergelijking alleen kan op de "
360
  "producten van de geselecteerde categorieën."
361
 
362
+ #: templates/admin/premium.php:294
363
  msgid "TABLE IMAGE"
364
  msgstr "TABEL AFBEELDING"
365
 
366
+ #: templates/admin/premium.php:297
367
  #, php-format
368
  msgid ""
369
  "Give a personal touch to the %1$scomparison table%2$s your users will see. "
374
  "zien. Selecteer een afbeelding, upload het van het optie paneel en het wordt "
375
  "direct getoond in de tabel van uw gebruikers."
376
 
377
+ #: templates/admin/premium.php:313
378
  msgid "DYNAMIC FIELDS"
379
  msgstr "DYNAMISCHE VELDEN"
380
 
381
+ #: templates/admin/premium.php:316
382
  #, php-format
383
  msgid ""
384
  "With this precious feature, you will be able to show in the table only the "
391
  "producten.%3$sActivate the %1$s\"Dynamic Attribute fields\"%2$s optie en er "
392
  "zullen geen legen regels zijn in uw vergelijkingstabel."
393
 
394
+ #: templates/admin/premium.php:326
395
  msgid "SOCIAL NETWORK SHARING"
396
  msgstr "SOCIAAL NETWERK DELEN"
397
 
398
+ #: templates/admin/premium.php:329
399
  #, php-format
400
  msgid ""
401
  "One of the most appealing features of the premium version of the plugin.Four "
408
  "Google + en Pinterest) en het e-mailsysteem %1$sto share%2$s de "
409
  "vergelijkstabel van de producten die zij hebben geselecteerd."
410
 
411
+ #: templates/admin/premium.php:345
412
  msgid "RELATED PRODUCTS"
413
  msgstr "GERELATEERDE PRODUCTEN"
414
 
415
+ #: templates/admin/premium.php:348
416
  #, php-format
417
  msgid ""
418
  "All the products that have common categories and/or tags with those in the "
427
  "gebruikers aan te moedigen de winkel producten van de winkel waar in ze "
428
  "geïnteresseerd zijn in te ontdekken."
429
 
430
+ #: templates/admin/premium.php:358
431
  msgid "CUSTOMIZABLE STYLE"
432
  msgstr "AANPASBARE STIJLEN"
433
 
434
+ #: templates/admin/premium.php:361
435
  #, php-format
436
  msgid ""
437
  "An advanced option panel that let you change all the colors of the plugin, "
440
  "to get to the best result."
441
  msgstr ""
442
 
443
+ #: templates/admin/premium.php:377
444
  msgid "CUSTOMIZED ATTRIBUTES"
445
  msgstr ""
446
 
447
+ #: templates/admin/premium.php:380
448
  #, php-format
449
  msgid ""
450
  "Let you users compare products following every feature, and considering also "
452
  "product detail page. Every single detail will be included."
453
  msgstr ""
454
 
455
+ #: templates/admin/premium.php:390
456
  msgid "A TAILORED TABLE"
457
  msgstr ""
458
 
459
+ #: templates/admin/premium.php:393
460
  #, php-format
461
  msgid ""
462
  "Select the products you want to compare and the system will offer you the "
463
  "%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
464
  msgstr ""
465
 
466
+ #: templates/admin/premium.php:409
467
+ msgid "WIDGET"
468
+ msgstr ""
469
+
470
+ #: templates/admin/premium.php:412
471
+ msgid ""
472
+ "Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
473
+ "complete list of products added to the compare tab and avoid to open the "
474
+ "popup to check its existence. "
475
+ msgstr ""
476
+
477
+ #: templates/compare.php:74
478
  msgid "Close window [X]"
479
  msgstr "Sluit venster [X]"
480
 
481
+ #: templates/compare.php:101
482
  msgid "No products added in the compare table."
483
  msgstr "Geen producten toegevoegd in de vergelijk tabel."
484
 
485
  #: widgets/class.yith-woocompare-widget.php:23
486
+ msgid "The widget shows the list of products added in the comparison table."
487
+ msgstr ""
488
 
489
  #: widgets/class.yith-woocompare-widget.php:27
490
+ msgid "YITH WooCommerce Compare Widget"
491
+ msgstr ""
492
 
493
+ #: widgets/class.yith-woocompare-widget.php:50
494
  msgid "Clear all"
495
  msgstr "Wis alles"
496
 
497
+ #~ msgid "The widget show the list of products added in the compare table."
498
+ #~ msgstr ""
499
+ #~ "Deze widget toont een lijst met producten in een vergelijkings tabel."
 
 
 
 
 
 
 
 
500
 
501
+ #~ msgid "YITH Woocommerce Compare Widget"
502
+ #~ msgstr "Een YITH Woocommerce Vergelijk Widget"
 
503
 
504
  #~ msgid ""
505
  #~ "An advanced option panel that let you change all the colors of the "
languages/yith-woocommerce-compare-pt_BR.mo CHANGED
Binary file
languages/yith-woocommerce-compare-pt_BR.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH Woocommerce Compare\n"
4
- "POT-Creation-Date: 2015-09-22 09:40+0200\n"
5
- "PO-Revision-Date: 2015-09-22 09:40+0200\n"
6
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: pt_BR\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.8.2\n"
13
  "X-Poedit-KeywordsList: __;_e;_x\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -17,33 +17,33 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
  "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
19
 
20
- #: includes/class.yith-woocompare-admin.php:117
21
- #: includes/class.yith-woocompare-admin.php:141
22
  msgid "Settings"
23
  msgstr ""
24
 
25
- #: includes/class.yith-woocompare-admin.php:119
26
- #: includes/class.yith-woocompare-admin.php:145
27
  msgid "Premium Version"
28
  msgstr ""
29
 
30
- #: includes/class.yith-woocompare-admin.php:151
31
- #: includes/class.yith-woocompare-admin.php:152
32
- #: includes/class.yith-woocompare-frontend.php:353
33
- #: plugin-options/general-options.php:40
34
- #: widgets/class.yith-woocompare-widget.php:50
35
  msgid "Compare"
36
  msgstr "Comparar"
37
 
38
- #: includes/class.yith-woocompare-admin.php:215
39
  msgid "Plugin Documentation"
40
  msgstr ""
41
 
42
- #: includes/class.yith-woocompare-admin.php:235
43
  msgid "YITH WooCommerce Compare Activated"
44
  msgstr ""
45
 
46
- #: includes/class.yith-woocompare-admin.php:236
47
  #, php-format
48
  msgid ""
49
  "In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
@@ -52,11 +52,11 @@ msgid ""
52
  "PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
53
  msgstr ""
54
 
55
- #: includes/class.yith-woocompare-admin.php:247
56
  msgid "YITH WooCommerce Compare Updated"
57
  msgstr ""
58
 
59
- #: includes/class.yith-woocompare-admin.php:248
60
  #, php-format
61
  msgid ""
62
  "From now on, you can find all the options of YITH WooCommerce Compare under "
@@ -66,27 +66,27 @@ msgid ""
66
  "available options, <a href=\"%s\">discover the PREMIUM version.</a>"
67
  msgstr ""
68
 
69
- #: includes/class.yith-woocompare-admin.php:393
70
  msgid "Do you want to hard crop the image?"
71
  msgstr ""
72
 
73
- #: includes/class.yith-woocompare-frontend.php:142
74
  msgid "Added"
75
  msgstr "Adicionado"
76
 
77
- #: includes/class.yith-woocompare-frontend.php:143 templates/compare.php:51
78
  msgid "Product Comparison"
79
  msgstr "Comparação de Produtos"
80
 
81
- #: includes/class.yith-woocompare-frontend.php:265
82
  msgid "In stock"
83
  msgstr "No estoque"
84
 
85
- #: includes/class.yith-woocompare-frontend.php:548
86
  msgid "No products to compare"
87
  msgstr "Não há produtos à comparar"
88
 
89
- #: includes/class.yith-woocompare-frontend.php:559 templates/compare.php:111
90
  msgid "Remove"
91
  msgstr "Remover"
92
 
@@ -95,7 +95,7 @@ msgid "Image"
95
  msgstr "Imagem"
96
 
97
  #: includes/class.yith-woocompare-helper.php:46
98
- #: widgets/class.yith-woocompare-widget.php:67
99
  msgid "Title"
100
  msgstr "Título"
101
 
@@ -115,6 +115,14 @@ msgstr "Descrição"
115
  msgid "Availability"
116
  msgstr "Disponibilidade"
117
 
 
 
 
 
 
 
 
 
118
  #: init.php:40
119
  msgid ""
120
  "YITH WooCommerce Compare is enabled but not effective. It requires "
@@ -155,51 +163,51 @@ msgstr "Texto Link/Botão"
155
  msgid "Type the text to use for the button or the link of the compare."
156
  msgstr "Insira o texto usado no botão de comparação."
157
 
158
- #: plugin-options/general-options.php:45
159
  msgid "Show button in single product page"
160
  msgstr "Mostrar na página de produto único"
161
 
162
- #: plugin-options/general-options.php:46
163
  msgid "Say if you want to show the button in the single product page."
164
  msgstr "Marque para mostrar na página de produto único"
165
 
166
- #: plugin-options/general-options.php:54
167
  msgid "Show button in products list"
168
  msgstr "Mostrar na lista de produtos"
169
 
170
- #: plugin-options/general-options.php:55
171
  msgid "Say if you want to show the button in the products list."
172
  msgstr "Marque para mostrar na lista de produtos"
173
 
174
- #: plugin-options/general-options.php:63
175
  msgid "Open automatically lightbox"
176
  msgstr "Abrir lightbox automaticamente"
177
 
178
- #: plugin-options/general-options.php:64
179
  msgid "Open link after click into \"Compare\" button\"."
180
  msgstr "Abre link após clicar no botão de comparação."
181
 
182
- #: plugin-options/general-options.php:77
183
  msgid "Table Settings"
184
  msgstr "Opções de tabela"
185
 
186
- #: plugin-options/general-options.php:84
187
  msgid "Table title"
188
  msgstr ""
189
 
190
- #: plugin-options/general-options.php:85
191
  msgid "Type the text to use for the table title."
192
  msgstr ""
193
 
194
- #: plugin-options/general-options.php:87
195
  msgid "Compare products"
196
  msgstr "Comparar produtos"
197
 
198
- #: plugin-options/general-options.php:92
199
  msgid "Fields to show"
200
  msgstr "Campos a mostrar"
201
 
202
- #: plugin-options/general-options.php:93
203
  msgid ""
204
  "Select the fields to show in the comparison table and order them by "
205
  "drag&drop (are included also the woocommerce attributes)"
@@ -207,54 +215,54 @@ msgstr ""
207
  "Selecione os campos a mostrar na tabela de comparação e organize-os "
208
  "arrastando e soltando (atributos do Woocommerce também são incluídos)"
209
 
210
- #: plugin-options/general-options.php:101
211
  msgid "Repeat \"Price\" field"
212
  msgstr ""
213
 
214
- #: plugin-options/general-options.php:102
215
  msgid "Repeat the \"Price\" field at the end of the table"
216
  msgstr ""
217
 
218
- #: plugin-options/general-options.php:110
219
  msgid "Repeat \"Add to cart\" field"
220
  msgstr ""
221
 
222
- #: plugin-options/general-options.php:111
223
  msgid "Repeat the \"Add to cart\" field at the end of the table"
224
  msgstr ""
225
 
226
- #: plugin-options/general-options.php:119
227
  msgid "Image size"
228
  msgstr "Tamanho da imagem"
229
 
230
- #: plugin-options/general-options.php:120
231
  msgid "Set the size for the images"
232
  msgstr "Especifique um tamanho para as imagens"
233
 
234
- #: templates/admin/premium.php:228 templates/admin/premium.php:370
235
  #, php-format
236
  msgid ""
237
  "Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
238
  "benefit from all features!"
239
  msgstr ""
240
 
241
- #: templates/admin/premium.php:231 templates/admin/premium.php:373
242
  msgid "UPGRADE"
243
  msgstr ""
244
 
245
- #: templates/admin/premium.php:232 templates/admin/premium.php:374
246
  msgid "to the premium version"
247
  msgstr ""
248
 
249
- #: templates/admin/premium.php:238
250
  msgid "Premium Features"
251
  msgstr ""
252
 
253
- #: templates/admin/premium.php:246
254
  msgid "A DEDICATED PAGE"
255
  msgstr ""
256
 
257
- #: templates/admin/premium.php:249
258
  #, php-format
259
  msgid ""
260
  "Don't you want to compare your products in a modal window anymore?%3$sWith "
@@ -264,11 +272,11 @@ msgid ""
264
  "whenever they want."
265
  msgstr ""
266
 
267
- #: templates/admin/premium.php:259
268
  msgid "CATEGORY COMPARATION"
269
  msgstr ""
270
 
271
- #: templates/admin/premium.php:262
272
  #, php-format
273
  msgid ""
274
  "People are often confused by finding products of different categories in the "
@@ -278,11 +286,11 @@ msgid ""
278
  "affinity."
279
  msgstr ""
280
 
281
- #: templates/admin/premium.php:278
282
  msgid "CATEGORY EXCLUSION "
283
  msgstr ""
284
 
285
- #: templates/admin/premium.php:281
286
  #, php-format
287
  msgid ""
288
  "In your shop there may be product categories you don't want to be affected "
@@ -293,11 +301,11 @@ msgid ""
293
  "selected categories."
294
  msgstr ""
295
 
296
- #: templates/admin/premium.php:291
297
  msgid "TABLE IMAGE"
298
  msgstr ""
299
 
300
- #: templates/admin/premium.php:294
301
  #, php-format
302
  msgid ""
303
  "Give a personal touch to the %1$scomparison table%2$s your users will see. "
@@ -305,11 +313,11 @@ msgid ""
305
  "table to your users. "
306
  msgstr ""
307
 
308
- #: templates/admin/premium.php:310
309
  msgid "DYNAMIC FIELDS"
310
  msgstr ""
311
 
312
- #: templates/admin/premium.php:313
313
  #, php-format
314
  msgid ""
315
  "With this precious feature, you will be able to show in the table only the "
@@ -318,11 +326,11 @@ msgid ""
318
  "be no more empty lines in your comparison table."
319
  msgstr ""
320
 
321
- #: templates/admin/premium.php:323
322
  msgid "SOCIAL NETWORK SHARING"
323
  msgstr ""
324
 
325
- #: templates/admin/premium.php:326
326
  #, php-format
327
  msgid ""
328
  "One of the most appealing features of the premium version of the plugin.Four "
@@ -331,11 +339,11 @@ msgid ""
331
  "products they have selected."
332
  msgstr ""
333
 
334
- #: templates/admin/premium.php:342
335
  msgid "RELATED PRODUCTS"
336
  msgstr ""
337
 
338
- #: templates/admin/premium.php:345
339
  #, php-format
340
  msgid ""
341
  "All the products that have common categories and/or tags with those in the "
@@ -345,40 +353,80 @@ msgid ""
345
  "interested into."
346
  msgstr ""
347
 
348
- #: templates/admin/premium.php:355
349
  msgid "CUSTOMIZABLE STYLE"
350
  msgstr ""
351
 
352
- #: templates/admin/premium.php:358
353
  #, php-format
354
  msgid ""
355
  "An advanced option panel that let you change all the colors of the plugin, "
356
- "so that you can adapt stylistically all its elements to the %1$slayout%2$s "
357
  "of your shop.We know it, looks also count... and we give you the right tools "
358
  "to get to the best result."
359
  msgstr ""
360
 
361
- #: templates/compare.php:76
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
362
  msgid "Close window [X]"
363
  msgstr "Fechar janela [X]"
364
 
365
- #: templates/compare.php:103
366
  msgid "No products added in the compare table."
367
  msgstr "Não foram adicionados produtos na tabela de comparação"
368
 
369
  #: widgets/class.yith-woocompare-widget.php:23
370
- msgid "The widget show the list of products added in the compare table."
371
  msgstr ""
372
- "O widget mostra a lista de produtos adicionados na tabela de comparação."
373
 
374
  #: widgets/class.yith-woocompare-widget.php:27
375
- msgid "YITH Woocommerce Compare Widget"
376
- msgstr "Widget de Comparação"
377
 
378
- #: widgets/class.yith-woocompare-widget.php:49
379
  msgid "Clear all"
380
  msgstr "Limpar tudo"
381
 
 
 
 
 
 
 
 
382
  #~ msgid "Products Compare"
383
  #~ msgstr "Comparar Produtos"
384
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH Woocommerce Compare\n"
4
+ "POT-Creation-Date: 2016-10-19 15:39+0200\n"
5
+ "PO-Revision-Date: 2016-10-19 15:39+0200\n"
6
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: pt_BR\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.8.10\n"
13
  "X-Poedit-KeywordsList: __;_e;_x\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
  "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
19
 
20
+ #: includes/class.yith-woocompare-admin.php:122
21
+ #: includes/class.yith-woocompare-admin.php:146
22
  msgid "Settings"
23
  msgstr ""
24
 
25
+ #: includes/class.yith-woocompare-admin.php:124
26
+ #: includes/class.yith-woocompare-admin.php:150
27
  msgid "Premium Version"
28
  msgstr ""
29
 
30
+ #: includes/class.yith-woocompare-admin.php:156
31
+ #: includes/class.yith-woocompare-admin.php:157
32
+ #: includes/class.yith-woocompare-frontend.php:446
33
+ #: plugin-options/general-options.php:40 plugin-options/general-options.php:41
34
+ #: widgets/class.yith-woocompare-widget.php:51
35
  msgid "Compare"
36
  msgstr "Comparar"
37
 
38
+ #: includes/class.yith-woocompare-admin.php:220
39
  msgid "Plugin Documentation"
40
  msgstr ""
41
 
42
+ #: includes/class.yith-woocompare-admin.php:240
43
  msgid "YITH WooCommerce Compare Activated"
44
  msgstr ""
45
 
46
+ #: includes/class.yith-woocompare-admin.php:241
47
  #, php-format
48
  msgid ""
49
  "In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
52
  "PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
53
  msgstr ""
54
 
55
+ #: includes/class.yith-woocompare-admin.php:252
56
  msgid "YITH WooCommerce Compare Updated"
57
  msgstr ""
58
 
59
+ #: includes/class.yith-woocompare-admin.php:253
60
  #, php-format
61
  msgid ""
62
  "From now on, you can find all the options of YITH WooCommerce Compare under "
66
  "available options, <a href=\"%s\">discover the PREMIUM version.</a>"
67
  msgstr ""
68
 
69
+ #: includes/class.yith-woocompare-admin.php:398
70
  msgid "Do you want to hard crop the image?"
71
  msgstr ""
72
 
73
+ #: includes/class.yith-woocompare-frontend.php:186
74
  msgid "Added"
75
  msgstr "Adicionado"
76
 
77
+ #: includes/class.yith-woocompare-frontend.php:187 templates/compare.php:49
78
  msgid "Product Comparison"
79
  msgstr "Comparação de Produtos"
80
 
81
+ #: includes/class.yith-woocompare-frontend.php:330
82
  msgid "In stock"
83
  msgstr "No estoque"
84
 
85
+ #: includes/class.yith-woocompare-frontend.php:649
86
  msgid "No products to compare"
87
  msgstr "Não há produtos à comparar"
88
 
89
+ #: includes/class.yith-woocompare-frontend.php:659 templates/compare.php:109
90
  msgid "Remove"
91
  msgstr "Remover"
92
 
95
  msgstr "Imagem"
96
 
97
  #: includes/class.yith-woocompare-helper.php:46
98
+ #: widgets/class.yith-woocompare-widget.php:68
99
  msgid "Title"
100
  msgstr "Título"
101
 
115
  msgid "Availability"
116
  msgstr "Disponibilidade"
117
 
118
+ #: includes/class.yith-woocompare-helper.php:51
119
+ msgid "Weight"
120
+ msgstr ""
121
+
122
+ #: includes/class.yith-woocompare-helper.php:52
123
+ msgid "Dimensions"
124
+ msgstr ""
125
+
126
  #: init.php:40
127
  msgid ""
128
  "YITH WooCommerce Compare is enabled but not effective. It requires "
163
  msgid "Type the text to use for the button or the link of the compare."
164
  msgstr "Insira o texto usado no botão de comparação."
165
 
166
+ #: plugin-options/general-options.php:46
167
  msgid "Show button in single product page"
168
  msgstr "Mostrar na página de produto único"
169
 
170
+ #: plugin-options/general-options.php:47
171
  msgid "Say if you want to show the button in the single product page."
172
  msgstr "Marque para mostrar na página de produto único"
173
 
174
+ #: plugin-options/general-options.php:55
175
  msgid "Show button in products list"
176
  msgstr "Mostrar na lista de produtos"
177
 
178
+ #: plugin-options/general-options.php:56
179
  msgid "Say if you want to show the button in the products list."
180
  msgstr "Marque para mostrar na lista de produtos"
181
 
182
+ #: plugin-options/general-options.php:64
183
  msgid "Open automatically lightbox"
184
  msgstr "Abrir lightbox automaticamente"
185
 
186
+ #: plugin-options/general-options.php:65
187
  msgid "Open link after click into \"Compare\" button\"."
188
  msgstr "Abre link após clicar no botão de comparação."
189
 
190
+ #: plugin-options/general-options.php:78
191
  msgid "Table Settings"
192
  msgstr "Opções de tabela"
193
 
194
+ #: plugin-options/general-options.php:85
195
  msgid "Table title"
196
  msgstr ""
197
 
198
+ #: plugin-options/general-options.php:86
199
  msgid "Type the text to use for the table title."
200
  msgstr ""
201
 
202
+ #: plugin-options/general-options.php:88 plugin-options/general-options.php:89
203
  msgid "Compare products"
204
  msgstr "Comparar produtos"
205
 
206
+ #: plugin-options/general-options.php:94
207
  msgid "Fields to show"
208
  msgstr "Campos a mostrar"
209
 
210
+ #: plugin-options/general-options.php:95
211
  msgid ""
212
  "Select the fields to show in the comparison table and order them by "
213
  "drag&drop (are included also the woocommerce attributes)"
215
  "Selecione os campos a mostrar na tabela de comparação e organize-os "
216
  "arrastando e soltando (atributos do Woocommerce também são incluídos)"
217
 
218
+ #: plugin-options/general-options.php:103
219
  msgid "Repeat \"Price\" field"
220
  msgstr ""
221
 
222
+ #: plugin-options/general-options.php:104
223
  msgid "Repeat the \"Price\" field at the end of the table"
224
  msgstr ""
225
 
226
+ #: plugin-options/general-options.php:112
227
  msgid "Repeat \"Add to cart\" field"
228
  msgstr ""
229
 
230
+ #: plugin-options/general-options.php:113
231
  msgid "Repeat the \"Add to cart\" field at the end of the table"
232
  msgstr ""
233
 
234
+ #: plugin-options/general-options.php:121
235
  msgid "Image size"
236
  msgstr "Tamanho da imagem"
237
 
238
+ #: plugin-options/general-options.php:122
239
  msgid "Set the size for the images"
240
  msgstr "Especifique um tamanho para as imagens"
241
 
242
+ #: templates/admin/premium.php:231 templates/admin/premium.php:421
243
  #, php-format
244
  msgid ""
245
  "Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
246
  "benefit from all features!"
247
  msgstr ""
248
 
249
+ #: templates/admin/premium.php:234 templates/admin/premium.php:424
250
  msgid "UPGRADE"
251
  msgstr ""
252
 
253
+ #: templates/admin/premium.php:235 templates/admin/premium.php:425
254
  msgid "to the premium version"
255
  msgstr ""
256
 
257
+ #: templates/admin/premium.php:241
258
  msgid "Premium Features"
259
  msgstr ""
260
 
261
+ #: templates/admin/premium.php:249
262
  msgid "A DEDICATED PAGE"
263
  msgstr ""
264
 
265
+ #: templates/admin/premium.php:252
266
  #, php-format
267
  msgid ""
268
  "Don't you want to compare your products in a modal window anymore?%3$sWith "
272
  "whenever they want."
273
  msgstr ""
274
 
275
+ #: templates/admin/premium.php:262
276
  msgid "CATEGORY COMPARATION"
277
  msgstr ""
278
 
279
+ #: templates/admin/premium.php:265
280
  #, php-format
281
  msgid ""
282
  "People are often confused by finding products of different categories in the "
286
  "affinity."
287
  msgstr ""
288
 
289
+ #: templates/admin/premium.php:281
290
  msgid "CATEGORY EXCLUSION "
291
  msgstr ""
292
 
293
+ #: templates/admin/premium.php:284
294
  #, php-format
295
  msgid ""
296
  "In your shop there may be product categories you don't want to be affected "
301
  "selected categories."
302
  msgstr ""
303
 
304
+ #: templates/admin/premium.php:294
305
  msgid "TABLE IMAGE"
306
  msgstr ""
307
 
308
+ #: templates/admin/premium.php:297
309
  #, php-format
310
  msgid ""
311
  "Give a personal touch to the %1$scomparison table%2$s your users will see. "
313
  "table to your users. "
314
  msgstr ""
315
 
316
+ #: templates/admin/premium.php:313
317
  msgid "DYNAMIC FIELDS"
318
  msgstr ""
319
 
320
+ #: templates/admin/premium.php:316
321
  #, php-format
322
  msgid ""
323
  "With this precious feature, you will be able to show in the table only the "
326
  "be no more empty lines in your comparison table."
327
  msgstr ""
328
 
329
+ #: templates/admin/premium.php:326
330
  msgid "SOCIAL NETWORK SHARING"
331
  msgstr ""
332
 
333
+ #: templates/admin/premium.php:329
334
  #, php-format
335
  msgid ""
336
  "One of the most appealing features of the premium version of the plugin.Four "
339
  "products they have selected."
340
  msgstr ""
341
 
342
+ #: templates/admin/premium.php:345
343
  msgid "RELATED PRODUCTS"
344
  msgstr ""
345
 
346
+ #: templates/admin/premium.php:348
347
  #, php-format
348
  msgid ""
349
  "All the products that have common categories and/or tags with those in the "
353
  "interested into."
354
  msgstr ""
355
 
356
+ #: templates/admin/premium.php:358
357
  msgid "CUSTOMIZABLE STYLE"
358
  msgstr ""
359
 
360
+ #: templates/admin/premium.php:361
361
  #, php-format
362
  msgid ""
363
  "An advanced option panel that let you change all the colors of the plugin, "
364
+ "so that you can adapt stylistically all its elements %1$sto the layout%2$s "
365
  "of your shop.We know it, looks also count... and we give you the right tools "
366
  "to get to the best result."
367
  msgstr ""
368
 
369
+ #: templates/admin/premium.php:377
370
+ msgid "CUSTOMIZED ATTRIBUTES"
371
+ msgstr ""
372
+
373
+ #: templates/admin/premium.php:380
374
+ #, php-format
375
+ msgid ""
376
+ "Let you users compare products following every feature, and considering also "
377
+ "all those %1$sattributes%2$s that can be manually created in within the "
378
+ "product detail page. Every single detail will be included."
379
+ msgstr ""
380
+
381
+ #: templates/admin/premium.php:390
382
+ msgid "A TAILORED TABLE"
383
+ msgstr ""
384
+
385
+ #: templates/admin/premium.php:393
386
+ #, php-format
387
+ msgid ""
388
+ "Select the products you want to compare and the system will offer you the "
389
+ "%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
390
+ msgstr ""
391
+
392
+ #: templates/admin/premium.php:409
393
+ msgid "WIDGET"
394
+ msgstr ""
395
+
396
+ #: templates/admin/premium.php:412
397
+ msgid ""
398
+ "Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
399
+ "complete list of products added to the compare tab and avoid to open the "
400
+ "popup to check its existence. "
401
+ msgstr ""
402
+
403
+ #: templates/compare.php:74
404
  msgid "Close window [X]"
405
  msgstr "Fechar janela [X]"
406
 
407
+ #: templates/compare.php:101
408
  msgid "No products added in the compare table."
409
  msgstr "Não foram adicionados produtos na tabela de comparação"
410
 
411
  #: widgets/class.yith-woocompare-widget.php:23
412
+ msgid "The widget shows the list of products added in the comparison table."
413
  msgstr ""
 
414
 
415
  #: widgets/class.yith-woocompare-widget.php:27
416
+ msgid "YITH WooCommerce Compare Widget"
417
+ msgstr ""
418
 
419
+ #: widgets/class.yith-woocompare-widget.php:50
420
  msgid "Clear all"
421
  msgstr "Limpar tudo"
422
 
423
+ #~ msgid "The widget show the list of products added in the compare table."
424
+ #~ msgstr ""
425
+ #~ "O widget mostra a lista de produtos adicionados na tabela de comparação."
426
+
427
+ #~ msgid "YITH Woocommerce Compare Widget"
428
+ #~ msgstr "Widget de Comparação"
429
+
430
  #~ msgid "Products Compare"
431
  #~ msgstr "Comparar Produtos"
432
 
languages/yith-woocommerce-compare-sk_SK.mo CHANGED
Binary file
languages/yith-woocommerce-compare-sk_SK.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH Woocommerce Compare\n"
4
- "POT-Creation-Date: 2015-10-28 10:14+0100\n"
5
- "PO-Revision-Date: 2015-10-28 10:14+0100\n"
6
  "Last-Translator: Jakub Novák <jakub.novak@hellephant.sk>\n"
7
  "Language-Team: Hellephant <jakub.novak@hellephant.sk>\n"
8
  "Language: sk\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.8.2\n"
13
  "X-Poedit-KeywordsList: __;_e;_x\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
@@ -17,33 +17,33 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
  "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
19
 
20
- #: includes/class.yith-woocompare-admin.php:117
21
- #: includes/class.yith-woocompare-admin.php:141
22
  msgid "Settings"
23
  msgstr ""
24
 
25
- #: includes/class.yith-woocompare-admin.php:119
26
- #: includes/class.yith-woocompare-admin.php:145
27
  msgid "Premium Version"
28
  msgstr ""
29
 
30
- #: includes/class.yith-woocompare-admin.php:151
31
- #: includes/class.yith-woocompare-admin.php:152
32
- #: includes/class.yith-woocompare-frontend.php:354
33
  #: plugin-options/general-options.php:40 plugin-options/general-options.php:41
34
- #: widgets/class.yith-woocompare-widget.php:50
35
  msgid "Compare"
36
  msgstr "Porovnať"
37
 
38
- #: includes/class.yith-woocompare-admin.php:215
39
  msgid "Plugin Documentation"
40
  msgstr ""
41
 
42
- #: includes/class.yith-woocompare-admin.php:235
43
  msgid "YITH WooCommerce Compare Activated"
44
  msgstr ""
45
 
46
- #: includes/class.yith-woocompare-admin.php:236
47
  #, php-format
48
  msgid ""
49
  "In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
@@ -52,11 +52,11 @@ msgid ""
52
  "PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
53
  msgstr ""
54
 
55
- #: includes/class.yith-woocompare-admin.php:247
56
  msgid "YITH WooCommerce Compare Updated"
57
  msgstr ""
58
 
59
- #: includes/class.yith-woocompare-admin.php:248
60
  #, php-format
61
  msgid ""
62
  "From now on, you can find all the options of YITH WooCommerce Compare under "
@@ -66,27 +66,27 @@ msgid ""
66
  "available options, <a href=\"%s\">discover the PREMIUM version.</a>"
67
  msgstr ""
68
 
69
- #: includes/class.yith-woocompare-admin.php:393
70
  msgid "Do you want to hard crop the image?"
71
  msgstr ""
72
 
73
- #: includes/class.yith-woocompare-frontend.php:142
74
  msgid "Added"
75
  msgstr "Pridané"
76
 
77
- #: includes/class.yith-woocompare-frontend.php:143 templates/compare.php:51
78
  msgid "Product Comparison"
79
  msgstr "Porovnanie produktov"
80
 
81
- #: includes/class.yith-woocompare-frontend.php:266
82
  msgid "In stock"
83
  msgstr "Na sklade"
84
 
85
- #: includes/class.yith-woocompare-frontend.php:549
86
  msgid "No products to compare"
87
  msgstr "Nie sú produkty na porovnanie"
88
 
89
- #: includes/class.yith-woocompare-frontend.php:560 templates/compare.php:111
90
  msgid "Remove"
91
  msgstr "Odobrať"
92
 
@@ -95,7 +95,7 @@ msgid "Image"
95
  msgstr "Obrázok"
96
 
97
  #: includes/class.yith-woocompare-helper.php:46
98
- #: widgets/class.yith-woocompare-widget.php:67
99
  msgid "Title"
100
  msgstr "Titulok"
101
 
@@ -115,6 +115,14 @@ msgstr "Popis"
115
  msgid "Availability"
116
  msgstr "Dostupnosť"
117
 
 
 
 
 
 
 
 
 
118
  #: init.php:40
119
  msgid ""
120
  "YITH WooCommerce Compare is enabled but not effective. It requires "
@@ -231,30 +239,30 @@ msgstr "Rozmer obrázka"
231
  msgid "Set the size for the images"
232
  msgstr "Nastaviť rozmer pre obrázky"
233
 
234
- #: templates/admin/premium.php:228 templates/admin/premium.php:402
235
  #, php-format
236
  msgid ""
237
  "Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
238
  "benefit from all features!"
239
  msgstr ""
240
 
241
- #: templates/admin/premium.php:231 templates/admin/premium.php:405
242
  msgid "UPGRADE"
243
  msgstr ""
244
 
245
- #: templates/admin/premium.php:232 templates/admin/premium.php:406
246
  msgid "to the premium version"
247
  msgstr ""
248
 
249
- #: templates/admin/premium.php:238
250
  msgid "Premium Features"
251
  msgstr ""
252
 
253
- #: templates/admin/premium.php:246
254
  msgid "A DEDICATED PAGE"
255
  msgstr ""
256
 
257
- #: templates/admin/premium.php:249
258
  #, php-format
259
  msgid ""
260
  "Don't you want to compare your products in a modal window anymore?%3$sWith "
@@ -264,11 +272,11 @@ msgid ""
264
  "whenever they want."
265
  msgstr ""
266
 
267
- #: templates/admin/premium.php:259
268
  msgid "CATEGORY COMPARATION"
269
  msgstr ""
270
 
271
- #: templates/admin/premium.php:262
272
  #, php-format
273
  msgid ""
274
  "People are often confused by finding products of different categories in the "
@@ -278,11 +286,11 @@ msgid ""
278
  "affinity."
279
  msgstr ""
280
 
281
- #: templates/admin/premium.php:278
282
  msgid "CATEGORY EXCLUSION "
283
  msgstr ""
284
 
285
- #: templates/admin/premium.php:281
286
  #, php-format
287
  msgid ""
288
  "In your shop there may be product categories you don't want to be affected "
@@ -293,11 +301,11 @@ msgid ""
293
  "selected categories."
294
  msgstr ""
295
 
296
- #: templates/admin/premium.php:291
297
  msgid "TABLE IMAGE"
298
  msgstr ""
299
 
300
- #: templates/admin/premium.php:294
301
  #, php-format
302
  msgid ""
303
  "Give a personal touch to the %1$scomparison table%2$s your users will see. "
@@ -305,11 +313,11 @@ msgid ""
305
  "table to your users. "
306
  msgstr ""
307
 
308
- #: templates/admin/premium.php:310
309
  msgid "DYNAMIC FIELDS"
310
  msgstr ""
311
 
312
- #: templates/admin/premium.php:313
313
  #, php-format
314
  msgid ""
315
  "With this precious feature, you will be able to show in the table only the "
@@ -318,11 +326,11 @@ msgid ""
318
  "be no more empty lines in your comparison table."
319
  msgstr ""
320
 
321
- #: templates/admin/premium.php:323
322
  msgid "SOCIAL NETWORK SHARING"
323
  msgstr ""
324
 
325
- #: templates/admin/premium.php:326
326
  #, php-format
327
  msgid ""
328
  "One of the most appealing features of the premium version of the plugin.Four "
@@ -331,11 +339,11 @@ msgid ""
331
  "products they have selected."
332
  msgstr ""
333
 
334
- #: templates/admin/premium.php:342
335
  msgid "RELATED PRODUCTS"
336
  msgstr ""
337
 
338
- #: templates/admin/premium.php:345
339
  #, php-format
340
  msgid ""
341
  "All the products that have common categories and/or tags with those in the "
@@ -345,11 +353,11 @@ msgid ""
345
  "interested into."
346
  msgstr ""
347
 
348
- #: templates/admin/premium.php:355
349
  msgid "CUSTOMIZABLE STYLE"
350
  msgstr ""
351
 
352
- #: templates/admin/premium.php:358
353
  #, php-format
354
  msgid ""
355
  "An advanced option panel that let you change all the colors of the plugin, "
@@ -358,11 +366,11 @@ msgid ""
358
  "to get to the best result."
359
  msgstr ""
360
 
361
- #: templates/admin/premium.php:374
362
  msgid "CUSTOMIZED ATTRIBUTES"
363
  msgstr ""
364
 
365
- #: templates/admin/premium.php:377
366
  #, php-format
367
  msgid ""
368
  "Let you users compare products following every feature, and considering also "
@@ -370,37 +378,54 @@ msgid ""
370
  "product detail page. Every single detail will be included."
371
  msgstr ""
372
 
373
- #: templates/admin/premium.php:387
374
  msgid "A TAILORED TABLE"
375
  msgstr ""
376
 
377
- #: templates/admin/premium.php:390
378
  #, php-format
379
  msgid ""
380
  "Select the products you want to compare and the system will offer you the "
381
  "%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
382
  msgstr ""
383
 
384
- #: templates/compare.php:76
 
 
 
 
 
 
 
 
 
 
 
385
  msgid "Close window [X]"
386
  msgstr "Zavrieť okno [X]"
387
 
388
- #: templates/compare.php:103
389
  msgid "No products added in the compare table."
390
  msgstr "Neboli vybrané produkty do porovnávacej tabuľky."
391
 
392
  #: widgets/class.yith-woocompare-widget.php:23
393
- msgid "The widget show the list of products added in the compare table."
394
- msgstr "Wiget ukazuje zoznam produktov pridaných do porovnávacej tabuľky."
395
 
396
  #: widgets/class.yith-woocompare-widget.php:27
397
- msgid "YITH Woocommerce Compare Widget"
398
- msgstr "YITH Woocommerce Compare Widget"
399
 
400
- #: widgets/class.yith-woocompare-widget.php:49
401
  msgid "Clear all"
402
  msgstr "Vyprázdniť všetko"
403
 
 
 
 
 
 
 
404
  #~ msgid "Upload"
405
  #~ msgstr "Upload"
406
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH Woocommerce Compare\n"
4
+ "POT-Creation-Date: 2016-10-19 15:39+0200\n"
5
+ "PO-Revision-Date: 2016-10-19 15:39+0200\n"
6
  "Last-Translator: Jakub Novák <jakub.novak@hellephant.sk>\n"
7
  "Language-Team: Hellephant <jakub.novak@hellephant.sk>\n"
8
  "Language: sk\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.8.10\n"
13
  "X-Poedit-KeywordsList: __;_e;_x\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
  "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
19
 
20
+ #: includes/class.yith-woocompare-admin.php:122
21
+ #: includes/class.yith-woocompare-admin.php:146
22
  msgid "Settings"
23
  msgstr ""
24
 
25
+ #: includes/class.yith-woocompare-admin.php:124
26
+ #: includes/class.yith-woocompare-admin.php:150
27
  msgid "Premium Version"
28
  msgstr ""
29
 
30
+ #: includes/class.yith-woocompare-admin.php:156
31
+ #: includes/class.yith-woocompare-admin.php:157
32
+ #: includes/class.yith-woocompare-frontend.php:446
33
  #: plugin-options/general-options.php:40 plugin-options/general-options.php:41
34
+ #: widgets/class.yith-woocompare-widget.php:51
35
  msgid "Compare"
36
  msgstr "Porovnať"
37
 
38
+ #: includes/class.yith-woocompare-admin.php:220
39
  msgid "Plugin Documentation"
40
  msgstr ""
41
 
42
+ #: includes/class.yith-woocompare-admin.php:240
43
  msgid "YITH WooCommerce Compare Activated"
44
  msgstr ""
45
 
46
+ #: includes/class.yith-woocompare-admin.php:241
47
  #, php-format
48
  msgid ""
49
  "In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
52
  "PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
53
  msgstr ""
54
 
55
+ #: includes/class.yith-woocompare-admin.php:252
56
  msgid "YITH WooCommerce Compare Updated"
57
  msgstr ""
58
 
59
+ #: includes/class.yith-woocompare-admin.php:253
60
  #, php-format
61
  msgid ""
62
  "From now on, you can find all the options of YITH WooCommerce Compare under "
66
  "available options, <a href=\"%s\">discover the PREMIUM version.</a>"
67
  msgstr ""
68
 
69
+ #: includes/class.yith-woocompare-admin.php:398
70
  msgid "Do you want to hard crop the image?"
71
  msgstr ""
72
 
73
+ #: includes/class.yith-woocompare-frontend.php:186
74
  msgid "Added"
75
  msgstr "Pridané"
76
 
77
+ #: includes/class.yith-woocompare-frontend.php:187 templates/compare.php:49
78
  msgid "Product Comparison"
79
  msgstr "Porovnanie produktov"
80
 
81
+ #: includes/class.yith-woocompare-frontend.php:330
82
  msgid "In stock"
83
  msgstr "Na sklade"
84
 
85
+ #: includes/class.yith-woocompare-frontend.php:649
86
  msgid "No products to compare"
87
  msgstr "Nie sú produkty na porovnanie"
88
 
89
+ #: includes/class.yith-woocompare-frontend.php:659 templates/compare.php:109
90
  msgid "Remove"
91
  msgstr "Odobrať"
92
 
95
  msgstr "Obrázok"
96
 
97
  #: includes/class.yith-woocompare-helper.php:46
98
+ #: widgets/class.yith-woocompare-widget.php:68
99
  msgid "Title"
100
  msgstr "Titulok"
101
 
115
  msgid "Availability"
116
  msgstr "Dostupnosť"
117
 
118
+ #: includes/class.yith-woocompare-helper.php:51
119
+ msgid "Weight"
120
+ msgstr ""
121
+
122
+ #: includes/class.yith-woocompare-helper.php:52
123
+ msgid "Dimensions"
124
+ msgstr ""
125
+
126
  #: init.php:40
127
  msgid ""
128
  "YITH WooCommerce Compare is enabled but not effective. It requires "
239
  msgid "Set the size for the images"
240
  msgstr "Nastaviť rozmer pre obrázky"
241
 
242
+ #: templates/admin/premium.php:231 templates/admin/premium.php:421
243
  #, php-format
244
  msgid ""
245
  "Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
246
  "benefit from all features!"
247
  msgstr ""
248
 
249
+ #: templates/admin/premium.php:234 templates/admin/premium.php:424
250
  msgid "UPGRADE"
251
  msgstr ""
252
 
253
+ #: templates/admin/premium.php:235 templates/admin/premium.php:425
254
  msgid "to the premium version"
255
  msgstr ""
256
 
257
+ #: templates/admin/premium.php:241
258
  msgid "Premium Features"
259
  msgstr ""
260
 
261
+ #: templates/admin/premium.php:249
262
  msgid "A DEDICATED PAGE"
263
  msgstr ""
264
 
265
+ #: templates/admin/premium.php:252
266
  #, php-format
267
  msgid ""
268
  "Don't you want to compare your products in a modal window anymore?%3$sWith "
272
  "whenever they want."
273
  msgstr ""
274
 
275
+ #: templates/admin/premium.php:262
276
  msgid "CATEGORY COMPARATION"
277
  msgstr ""
278
 
279
+ #: templates/admin/premium.php:265
280
  #, php-format
281
  msgid ""
282
  "People are often confused by finding products of different categories in the "
286
  "affinity."
287
  msgstr ""
288
 
289
+ #: templates/admin/premium.php:281
290
  msgid "CATEGORY EXCLUSION "
291
  msgstr ""
292
 
293
+ #: templates/admin/premium.php:284
294
  #, php-format
295
  msgid ""
296
  "In your shop there may be product categories you don't want to be affected "
301
  "selected categories."
302
  msgstr ""
303
 
304
+ #: templates/admin/premium.php:294
305
  msgid "TABLE IMAGE"
306
  msgstr ""
307
 
308
+ #: templates/admin/premium.php:297
309
  #, php-format
310
  msgid ""
311
  "Give a personal touch to the %1$scomparison table%2$s your users will see. "
313
  "table to your users. "
314
  msgstr ""
315
 
316
+ #: templates/admin/premium.php:313
317
  msgid "DYNAMIC FIELDS"
318
  msgstr ""
319
 
320
+ #: templates/admin/premium.php:316
321
  #, php-format
322
  msgid ""
323
  "With this precious feature, you will be able to show in the table only the "
326
  "be no more empty lines in your comparison table."
327
  msgstr ""
328
 
329
+ #: templates/admin/premium.php:326
330
  msgid "SOCIAL NETWORK SHARING"
331
  msgstr ""
332
 
333
+ #: templates/admin/premium.php:329
334
  #, php-format
335
  msgid ""
336
  "One of the most appealing features of the premium version of the plugin.Four "
339
  "products they have selected."
340
  msgstr ""
341
 
342
+ #: templates/admin/premium.php:345
343
  msgid "RELATED PRODUCTS"
344
  msgstr ""
345
 
346
+ #: templates/admin/premium.php:348
347
  #, php-format
348
  msgid ""
349
  "All the products that have common categories and/or tags with those in the "
353
  "interested into."
354
  msgstr ""
355
 
356
+ #: templates/admin/premium.php:358
357
  msgid "CUSTOMIZABLE STYLE"
358
  msgstr ""
359
 
360
+ #: templates/admin/premium.php:361
361
  #, php-format
362
  msgid ""
363
  "An advanced option panel that let you change all the colors of the plugin, "
366
  "to get to the best result."
367
  msgstr ""
368
 
369
+ #: templates/admin/premium.php:377
370
  msgid "CUSTOMIZED ATTRIBUTES"
371
  msgstr ""
372
 
373
+ #: templates/admin/premium.php:380
374
  #, php-format
375
  msgid ""
376
  "Let you users compare products following every feature, and considering also "
378
  "product detail page. Every single detail will be included."
379
  msgstr ""
380
 
381
+ #: templates/admin/premium.php:390
382
  msgid "A TAILORED TABLE"
383
  msgstr ""
384
 
385
+ #: templates/admin/premium.php:393
386
  #, php-format
387
  msgid ""
388
  "Select the products you want to compare and the system will offer you the "
389
  "%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
390
  msgstr ""
391
 
392
+ #: templates/admin/premium.php:409
393
+ msgid "WIDGET"
394
+ msgstr ""
395
+
396
+ #: templates/admin/premium.php:412
397
+ msgid ""
398
+ "Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
399
+ "complete list of products added to the compare tab and avoid to open the "
400
+ "popup to check its existence. "
401
+ msgstr ""
402
+
403
+ #: templates/compare.php:74
404
  msgid "Close window [X]"
405
  msgstr "Zavrieť okno [X]"
406
 
407
+ #: templates/compare.php:101
408
  msgid "No products added in the compare table."
409
  msgstr "Neboli vybrané produkty do porovnávacej tabuľky."
410
 
411
  #: widgets/class.yith-woocompare-widget.php:23
412
+ msgid "The widget shows the list of products added in the comparison table."
413
+ msgstr ""
414
 
415
  #: widgets/class.yith-woocompare-widget.php:27
416
+ msgid "YITH WooCommerce Compare Widget"
417
+ msgstr ""
418
 
419
+ #: widgets/class.yith-woocompare-widget.php:50
420
  msgid "Clear all"
421
  msgstr "Vyprázdniť všetko"
422
 
423
+ #~ msgid "The widget show the list of products added in the compare table."
424
+ #~ msgstr "Wiget ukazuje zoznam produktov pridaných do porovnávacej tabuľky."
425
+
426
+ #~ msgid "YITH Woocommerce Compare Widget"
427
+ #~ msgstr "YITH Woocommerce Compare Widget"
428
+
429
  #~ msgid "Upload"
430
  #~ msgstr "Upload"
431
 
languages/yith-woocommerce-compare.pot CHANGED
@@ -2,7 +2,7 @@
2
  msgid ""
3
  msgstr ""
4
  "Project-Id-Version: YITH Woocommerce Compare\n"
5
- "POT-Creation-Date: 2015-09-22 09:38+0200\n"
6
  "PO-Revision-Date: 2015-07-14 15:10+0100\n"
7
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
8
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
@@ -10,40 +10,41 @@ msgstr ""
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 1.8.2\n"
14
  "X-Poedit-KeywordsList: __;_e;_x\n"
15
  "X-Poedit-Basepath: .\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
19
 
20
- #: ../includes/class.yith-woocompare-admin.php:117
21
- #: ../includes/class.yith-woocompare-admin.php:141
22
  msgid "Settings"
23
  msgstr ""
24
 
25
- #: ../includes/class.yith-woocompare-admin.php:119
26
- #: ../includes/class.yith-woocompare-admin.php:145
27
  msgid "Premium Version"
28
  msgstr ""
29
 
30
- #: ../includes/class.yith-woocompare-admin.php:151
31
- #: ../includes/class.yith-woocompare-admin.php:152
32
- #: ../includes/class.yith-woocompare-frontend.php:353
33
  #: ../plugin-options/general-options.php:40
34
- #: ../widgets/class.yith-woocompare-widget.php:50
 
35
  msgid "Compare"
36
  msgstr ""
37
 
38
- #: ../includes/class.yith-woocompare-admin.php:215
39
  msgid "Plugin Documentation"
40
  msgstr ""
41
 
42
- #: ../includes/class.yith-woocompare-admin.php:235
43
  msgid "YITH WooCommerce Compare Activated"
44
  msgstr ""
45
 
46
- #: ../includes/class.yith-woocompare-admin.php:236
47
  #, php-format
48
  msgid ""
49
  "In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
@@ -52,11 +53,11 @@ msgid ""
52
  "PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
53
  msgstr ""
54
 
55
- #: ../includes/class.yith-woocompare-admin.php:247
56
  msgid "YITH WooCommerce Compare Updated"
57
  msgstr ""
58
 
59
- #: ../includes/class.yith-woocompare-admin.php:248
60
  #, php-format
61
  msgid ""
62
  "From now on, you can find all the options of YITH WooCommerce Compare under "
@@ -66,29 +67,29 @@ msgid ""
66
  "available options, <a href=\"%s\">discover the PREMIUM version.</a>"
67
  msgstr ""
68
 
69
- #: ../includes/class.yith-woocompare-admin.php:393
70
  msgid "Do you want to hard crop the image?"
71
  msgstr ""
72
 
73
- #: ../includes/class.yith-woocompare-frontend.php:142
74
  msgid "Added"
75
  msgstr ""
76
 
77
- #: ../includes/class.yith-woocompare-frontend.php:143
78
- #: ../templates/compare.php:51
79
  msgid "Product Comparison"
80
  msgstr ""
81
 
82
- #: ../includes/class.yith-woocompare-frontend.php:265
83
  msgid "In stock"
84
  msgstr ""
85
 
86
- #: ../includes/class.yith-woocompare-frontend.php:548
87
  msgid "No products to compare"
88
  msgstr ""
89
 
90
- #: ../includes/class.yith-woocompare-frontend.php:559
91
- #: ../templates/compare.php:111
92
  msgid "Remove"
93
  msgstr ""
94
 
@@ -97,7 +98,7 @@ msgid "Image"
97
  msgstr ""
98
 
99
  #: ../includes/class.yith-woocompare-helper.php:46
100
- #: ../widgets/class.yith-woocompare-widget.php:67
101
  msgid "Title"
102
  msgstr ""
103
 
@@ -117,6 +118,14 @@ msgstr ""
117
  msgid "Availability"
118
  msgstr ""
119
 
 
 
 
 
 
 
 
 
120
  #: ../init.php:40
121
  msgid ""
122
  "YITH WooCommerce Compare is enabled but not effective. It requires "
@@ -157,104 +166,105 @@ msgstr ""
157
  msgid "Type the text to use for the button or the link of the compare."
158
  msgstr ""
159
 
160
- #: ../plugin-options/general-options.php:45
161
  msgid "Show button in single product page"
162
  msgstr ""
163
 
164
- #: ../plugin-options/general-options.php:46
165
  msgid "Say if you want to show the button in the single product page."
166
  msgstr ""
167
 
168
- #: ../plugin-options/general-options.php:54
169
  msgid "Show button in products list"
170
  msgstr ""
171
 
172
- #: ../plugin-options/general-options.php:55
173
  msgid "Say if you want to show the button in the products list."
174
  msgstr ""
175
 
176
- #: ../plugin-options/general-options.php:63
177
  msgid "Open automatically lightbox"
178
  msgstr ""
179
 
180
- #: ../plugin-options/general-options.php:64
181
  msgid "Open link after click into \"Compare\" button\"."
182
  msgstr ""
183
 
184
- #: ../plugin-options/general-options.php:77
185
  msgid "Table Settings"
186
  msgstr ""
187
 
188
- #: ../plugin-options/general-options.php:84
189
  msgid "Table title"
190
  msgstr ""
191
 
192
- #: ../plugin-options/general-options.php:85
193
  msgid "Type the text to use for the table title."
194
  msgstr ""
195
 
196
- #: ../plugin-options/general-options.php:87
 
197
  msgid "Compare products"
198
  msgstr ""
199
 
200
- #: ../plugin-options/general-options.php:92
201
  msgid "Fields to show"
202
  msgstr ""
203
 
204
- #: ../plugin-options/general-options.php:93
205
  msgid ""
206
  "Select the fields to show in the comparison table and order them by "
207
  "drag&drop (are included also the woocommerce attributes)"
208
  msgstr ""
209
 
210
- #: ../plugin-options/general-options.php:101
211
  msgid "Repeat \"Price\" field"
212
  msgstr ""
213
 
214
- #: ../plugin-options/general-options.php:102
215
  msgid "Repeat the \"Price\" field at the end of the table"
216
  msgstr ""
217
 
218
- #: ../plugin-options/general-options.php:110
219
  msgid "Repeat \"Add to cart\" field"
220
  msgstr ""
221
 
222
- #: ../plugin-options/general-options.php:111
223
  msgid "Repeat the \"Add to cart\" field at the end of the table"
224
  msgstr ""
225
 
226
- #: ../plugin-options/general-options.php:119
227
  msgid "Image size"
228
  msgstr ""
229
 
230
- #: ../plugin-options/general-options.php:120
231
  msgid "Set the size for the images"
232
  msgstr ""
233
 
234
- #: ../templates/admin/premium.php:228 ../templates/admin/premium.php:370
235
  #, php-format
236
  msgid ""
237
  "Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
238
  "benefit from all features!"
239
  msgstr ""
240
 
241
- #: ../templates/admin/premium.php:231 ../templates/admin/premium.php:373
242
  msgid "UPGRADE"
243
  msgstr ""
244
 
245
- #: ../templates/admin/premium.php:232 ../templates/admin/premium.php:374
246
  msgid "to the premium version"
247
  msgstr ""
248
 
249
- #: ../templates/admin/premium.php:238
250
  msgid "Premium Features"
251
  msgstr ""
252
 
253
- #: ../templates/admin/premium.php:246
254
  msgid "A DEDICATED PAGE"
255
  msgstr ""
256
 
257
- #: ../templates/admin/premium.php:249
258
  #, php-format
259
  msgid ""
260
  "Don't you want to compare your products in a modal window anymore?%3$sWith "
@@ -264,11 +274,11 @@ msgid ""
264
  "whenever they want."
265
  msgstr ""
266
 
267
- #: ../templates/admin/premium.php:259
268
  msgid "CATEGORY COMPARATION"
269
  msgstr ""
270
 
271
- #: ../templates/admin/premium.php:262
272
  #, php-format
273
  msgid ""
274
  "People are often confused by finding products of different categories in the "
@@ -278,11 +288,11 @@ msgid ""
278
  "affinity."
279
  msgstr ""
280
 
281
- #: ../templates/admin/premium.php:278
282
  msgid "CATEGORY EXCLUSION "
283
  msgstr ""
284
 
285
- #: ../templates/admin/premium.php:281
286
  #, php-format
287
  msgid ""
288
  "In your shop there may be product categories you don't want to be affected "
@@ -293,11 +303,11 @@ msgid ""
293
  "selected categories."
294
  msgstr ""
295
 
296
- #: ../templates/admin/premium.php:291
297
  msgid "TABLE IMAGE"
298
  msgstr ""
299
 
300
- #: ../templates/admin/premium.php:294
301
  #, php-format
302
  msgid ""
303
  "Give a personal touch to the %1$scomparison table%2$s your users will see. "
@@ -305,11 +315,11 @@ msgid ""
305
  "table to your users. "
306
  msgstr ""
307
 
308
- #: ../templates/admin/premium.php:310
309
  msgid "DYNAMIC FIELDS"
310
  msgstr ""
311
 
312
- #: ../templates/admin/premium.php:313
313
  #, php-format
314
  msgid ""
315
  "With this precious feature, you will be able to show in the table only the "
@@ -318,11 +328,11 @@ msgid ""
318
  "be no more empty lines in your comparison table."
319
  msgstr ""
320
 
321
- #: ../templates/admin/premium.php:323
322
  msgid "SOCIAL NETWORK SHARING"
323
  msgstr ""
324
 
325
- #: ../templates/admin/premium.php:326
326
  #, php-format
327
  msgid ""
328
  "One of the most appealing features of the premium version of the plugin.Four "
@@ -331,11 +341,11 @@ msgid ""
331
  "products they have selected."
332
  msgstr ""
333
 
334
- #: ../templates/admin/premium.php:342
335
  msgid "RELATED PRODUCTS"
336
  msgstr ""
337
 
338
- #: ../templates/admin/premium.php:345
339
  #, php-format
340
  msgid ""
341
  "All the products that have common categories and/or tags with those in the "
@@ -345,35 +355,69 @@ msgid ""
345
  "interested into."
346
  msgstr ""
347
 
348
- #: ../templates/admin/premium.php:355
349
  msgid "CUSTOMIZABLE STYLE"
350
  msgstr ""
351
 
352
- #: ../templates/admin/premium.php:358
353
  #, php-format
354
  msgid ""
355
  "An advanced option panel that let you change all the colors of the plugin, "
356
- "so that you can adapt stylistically all its elements to the %1$slayout%2$s "
357
  "of your shop.We know it, looks also count... and we give you the right tools "
358
  "to get to the best result."
359
  msgstr ""
360
 
361
- #: ../templates/compare.php:76
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
362
  msgid "Close window [X]"
363
  msgstr ""
364
 
365
- #: ../templates/compare.php:103
366
  msgid "No products added in the compare table."
367
  msgstr ""
368
 
369
  #: ../widgets/class.yith-woocompare-widget.php:23
370
- msgid "The widget show the list of products added in the compare table."
371
  msgstr ""
372
 
373
  #: ../widgets/class.yith-woocompare-widget.php:27
374
- msgid "YITH Woocommerce Compare Widget"
375
  msgstr ""
376
 
377
- #: ../widgets/class.yith-woocompare-widget.php:49
378
  msgid "Clear all"
379
  msgstr ""
2
  msgid ""
3
  msgstr ""
4
  "Project-Id-Version: YITH Woocommerce Compare\n"
5
+ "POT-Creation-Date: 2016-10-19 15:36+0200\n"
6
  "PO-Revision-Date: 2015-07-14 15:10+0100\n"
7
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
8
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Generator: Poedit 1.8.10\n"
14
  "X-Poedit-KeywordsList: __;_e;_x\n"
15
  "X-Poedit-Basepath: .\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
19
 
20
+ #: ../includes/class.yith-woocompare-admin.php:122
21
+ #: ../includes/class.yith-woocompare-admin.php:146
22
  msgid "Settings"
23
  msgstr ""
24
 
25
+ #: ../includes/class.yith-woocompare-admin.php:124
26
+ #: ../includes/class.yith-woocompare-admin.php:150
27
  msgid "Premium Version"
28
  msgstr ""
29
 
30
+ #: ../includes/class.yith-woocompare-admin.php:156
31
+ #: ../includes/class.yith-woocompare-admin.php:157
32
+ #: ../includes/class.yith-woocompare-frontend.php:446
33
  #: ../plugin-options/general-options.php:40
34
+ #: ../plugin-options/general-options.php:41
35
+ #: ../widgets/class.yith-woocompare-widget.php:51
36
  msgid "Compare"
37
  msgstr ""
38
 
39
+ #: ../includes/class.yith-woocompare-admin.php:220
40
  msgid "Plugin Documentation"
41
  msgstr ""
42
 
43
+ #: ../includes/class.yith-woocompare-admin.php:240
44
  msgid "YITH WooCommerce Compare Activated"
45
  msgstr ""
46
 
47
+ #: ../includes/class.yith-woocompare-admin.php:241
48
  #, php-format
49
  msgid ""
50
  "In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
53
  "PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
54
  msgstr ""
55
 
56
+ #: ../includes/class.yith-woocompare-admin.php:252
57
  msgid "YITH WooCommerce Compare Updated"
58
  msgstr ""
59
 
60
+ #: ../includes/class.yith-woocompare-admin.php:253
61
  #, php-format
62
  msgid ""
63
  "From now on, you can find all the options of YITH WooCommerce Compare under "
67
  "available options, <a href=\"%s\">discover the PREMIUM version.</a>"
68
  msgstr ""
69
 
70
+ #: ../includes/class.yith-woocompare-admin.php:398
71
  msgid "Do you want to hard crop the image?"
72
  msgstr ""
73
 
74
+ #: ../includes/class.yith-woocompare-frontend.php:186
75
  msgid "Added"
76
  msgstr ""
77
 
78
+ #: ../includes/class.yith-woocompare-frontend.php:187
79
+ #: ../templates/compare.php:49
80
  msgid "Product Comparison"
81
  msgstr ""
82
 
83
+ #: ../includes/class.yith-woocompare-frontend.php:330
84
  msgid "In stock"
85
  msgstr ""
86
 
87
+ #: ../includes/class.yith-woocompare-frontend.php:649
88
  msgid "No products to compare"
89
  msgstr ""
90
 
91
+ #: ../includes/class.yith-woocompare-frontend.php:659
92
+ #: ../templates/compare.php:109
93
  msgid "Remove"
94
  msgstr ""
95
 
98
  msgstr ""
99
 
100
  #: ../includes/class.yith-woocompare-helper.php:46
101
+ #: ../widgets/class.yith-woocompare-widget.php:68
102
  msgid "Title"
103
  msgstr ""
104
 
118
  msgid "Availability"
119
  msgstr ""
120
 
121
+ #: ../includes/class.yith-woocompare-helper.php:51
122
+ msgid "Weight"
123
+ msgstr ""
124
+
125
+ #: ../includes/class.yith-woocompare-helper.php:52
126
+ msgid "Dimensions"
127
+ msgstr ""
128
+
129
  #: ../init.php:40
130
  msgid ""
131
  "YITH WooCommerce Compare is enabled but not effective. It requires "
166
  msgid "Type the text to use for the button or the link of the compare."
167
  msgstr ""
168
 
169
+ #: ../plugin-options/general-options.php:46
170
  msgid "Show button in single product page"
171
  msgstr ""
172
 
173
+ #: ../plugin-options/general-options.php:47
174
  msgid "Say if you want to show the button in the single product page."
175
  msgstr ""
176
 
177
+ #: ../plugin-options/general-options.php:55
178
  msgid "Show button in products list"
179
  msgstr ""
180
 
181
+ #: ../plugin-options/general-options.php:56
182
  msgid "Say if you want to show the button in the products list."
183
  msgstr ""
184
 
185
+ #: ../plugin-options/general-options.php:64
186
  msgid "Open automatically lightbox"
187
  msgstr ""
188
 
189
+ #: ../plugin-options/general-options.php:65
190
  msgid "Open link after click into \"Compare\" button\"."
191
  msgstr ""
192
 
193
+ #: ../plugin-options/general-options.php:78
194
  msgid "Table Settings"
195
  msgstr ""
196
 
197
+ #: ../plugin-options/general-options.php:85
198
  msgid "Table title"
199
  msgstr ""
200
 
201
+ #: ../plugin-options/general-options.php:86
202
  msgid "Type the text to use for the table title."
203
  msgstr ""
204
 
205
+ #: ../plugin-options/general-options.php:88
206
+ #: ../plugin-options/general-options.php:89
207
  msgid "Compare products"
208
  msgstr ""
209
 
210
+ #: ../plugin-options/general-options.php:94
211
  msgid "Fields to show"
212
  msgstr ""
213
 
214
+ #: ../plugin-options/general-options.php:95
215
  msgid ""
216
  "Select the fields to show in the comparison table and order them by "
217
  "drag&drop (are included also the woocommerce attributes)"
218
  msgstr ""
219
 
220
+ #: ../plugin-options/general-options.php:103
221
  msgid "Repeat \"Price\" field"
222
  msgstr ""
223
 
224
+ #: ../plugin-options/general-options.php:104
225
  msgid "Repeat the \"Price\" field at the end of the table"
226
  msgstr ""
227
 
228
+ #: ../plugin-options/general-options.php:112
229
  msgid "Repeat \"Add to cart\" field"
230
  msgstr ""
231
 
232
+ #: ../plugin-options/general-options.php:113
233
  msgid "Repeat the \"Add to cart\" field at the end of the table"
234
  msgstr ""
235
 
236
+ #: ../plugin-options/general-options.php:121
237
  msgid "Image size"
238
  msgstr ""
239
 
240
+ #: ../plugin-options/general-options.php:122
241
  msgid "Set the size for the images"
242
  msgstr ""
243
 
244
+ #: ../templates/admin/premium.php:231 ../templates/admin/premium.php:421
245
  #, php-format
246
  msgid ""
247
  "Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
248
  "benefit from all features!"
249
  msgstr ""
250
 
251
+ #: ../templates/admin/premium.php:234 ../templates/admin/premium.php:424
252
  msgid "UPGRADE"
253
  msgstr ""
254
 
255
+ #: ../templates/admin/premium.php:235 ../templates/admin/premium.php:425
256
  msgid "to the premium version"
257
  msgstr ""
258
 
259
+ #: ../templates/admin/premium.php:241
260
  msgid "Premium Features"
261
  msgstr ""
262
 
263
+ #: ../templates/admin/premium.php:249
264
  msgid "A DEDICATED PAGE"
265
  msgstr ""
266
 
267
+ #: ../templates/admin/premium.php:252
268
  #, php-format
269
  msgid ""
270
  "Don't you want to compare your products in a modal window anymore?%3$sWith "
274
  "whenever they want."
275
  msgstr ""
276
 
277
+ #: ../templates/admin/premium.php:262
278
  msgid "CATEGORY COMPARATION"
279
  msgstr ""
280
 
281
+ #: ../templates/admin/premium.php:265
282
  #, php-format
283
  msgid ""
284
  "People are often confused by finding products of different categories in the "
288
  "affinity."
289
  msgstr ""
290
 
291
+ #: ../templates/admin/premium.php:281
292
  msgid "CATEGORY EXCLUSION "
293
  msgstr ""
294
 
295
+ #: ../templates/admin/premium.php:284
296
  #, php-format
297
  msgid ""
298
  "In your shop there may be product categories you don't want to be affected "
303
  "selected categories."
304
  msgstr ""
305
 
306
+ #: ../templates/admin/premium.php:294
307
  msgid "TABLE IMAGE"
308
  msgstr ""
309
 
310
+ #: ../templates/admin/premium.php:297
311
  #, php-format
312
  msgid ""
313
  "Give a personal touch to the %1$scomparison table%2$s your users will see. "
315
  "table to your users. "
316
  msgstr ""
317
 
318
+ #: ../templates/admin/premium.php:313
319
  msgid "DYNAMIC FIELDS"
320
  msgstr ""
321
 
322
+ #: ../templates/admin/premium.php:316
323
  #, php-format
324
  msgid ""
325
  "With this precious feature, you will be able to show in the table only the "
328
  "be no more empty lines in your comparison table."
329
  msgstr ""
330
 
331
+ #: ../templates/admin/premium.php:326
332
  msgid "SOCIAL NETWORK SHARING"
333
  msgstr ""
334
 
335
+ #: ../templates/admin/premium.php:329
336
  #, php-format
337
  msgid ""
338
  "One of the most appealing features of the premium version of the plugin.Four "
341
  "products they have selected."
342
  msgstr ""
343
 
344
+ #: ../templates/admin/premium.php:345
345
  msgid "RELATED PRODUCTS"
346
  msgstr ""
347
 
348
+ #: ../templates/admin/premium.php:348
349
  #, php-format
350
  msgid ""
351
  "All the products that have common categories and/or tags with those in the "
355
  "interested into."
356
  msgstr ""
357
 
358
+ #: ../templates/admin/premium.php:358
359
  msgid "CUSTOMIZABLE STYLE"
360
  msgstr ""
361
 
362
+ #: ../templates/admin/premium.php:361
363
  #, php-format
364
  msgid ""
365
  "An advanced option panel that let you change all the colors of the plugin, "
366
+ "so that you can adapt stylistically all its elements %1$sto the layout%2$s "
367
  "of your shop.We know it, looks also count... and we give you the right tools "
368
  "to get to the best result."
369
  msgstr ""
370
 
371
+ #: ../templates/admin/premium.php:377
372
+ msgid "CUSTOMIZED ATTRIBUTES"
373
+ msgstr ""
374
+
375
+ #: ../templates/admin/premium.php:380
376
+ #, php-format
377
+ msgid ""
378
+ "Let you users compare products following every feature, and considering also "
379
+ "all those %1$sattributes%2$s that can be manually created in within the "
380
+ "product detail page. Every single detail will be included."
381
+ msgstr ""
382
+
383
+ #: ../templates/admin/premium.php:390
384
+ msgid "A TAILORED TABLE"
385
+ msgstr ""
386
+
387
+ #: ../templates/admin/premium.php:393
388
+ #, php-format
389
+ msgid ""
390
+ "Select the products you want to compare and the system will offer you the "
391
+ "%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
392
+ msgstr ""
393
+
394
+ #: ../templates/admin/premium.php:409
395
+ msgid "WIDGET"
396
+ msgstr ""
397
+
398
+ #: ../templates/admin/premium.php:412
399
+ msgid ""
400
+ "Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
401
+ "complete list of products added to the compare tab and avoid to open the "
402
+ "popup to check its existence. "
403
+ msgstr ""
404
+
405
+ #: ../templates/compare.php:74
406
  msgid "Close window [X]"
407
  msgstr ""
408
 
409
+ #: ../templates/compare.php:101
410
  msgid "No products added in the compare table."
411
  msgstr ""
412
 
413
  #: ../widgets/class.yith-woocompare-widget.php:23
414
+ msgid "The widget shows the list of products added in the comparison table."
415
  msgstr ""
416
 
417
  #: ../widgets/class.yith-woocompare-widget.php:27
418
+ msgid "YITH WooCommerce Compare Widget"
419
  msgstr ""
420
 
421
+ #: ../widgets/class.yith-woocompare-widget.php:50
422
  msgid "Clear all"
423
  msgstr ""
plugin-fw/assets/js/yit-plugin-panel.js CHANGED
@@ -78,6 +78,17 @@
78
  input.change();
79
  });
80
 
 
 
 
 
 
 
 
 
 
 
 
81
 
82
  //slider
83
  $('.plugin-option .slider_container .ui-slider-horizontal').each(function () {
78
  input.change();
79
  });
80
 
81
+ //colorpicker
82
+ $('.plugin-option .panel-colorpicker').wpColorPicker({
83
+ onInit: function(){ },
84
+ change: function(event, ui){
85
+ },
86
+ clear: function(){
87
+ var input = $(this);
88
+ input.val(input.data('default-color'));
89
+ input.change();
90
+ }
91
+ });
92
 
93
  //slider
94
  $('.plugin-option .slider_container .ui-slider-horizontal').each(function () {
plugin-fw/assets/js/yit-plugin-panel.min.js CHANGED
@@ -1,10 +1 @@
1
- (function(a){var l=function(){var b="";a(this).attr("multiple")?(a(this).children("option:selected").each(function(c,d){0!=c&&(b+=", ");b+=a(d).text()}),""==b&&a(this).children().children("option:selected").each(function(c,d){0!=c&&(b+=", ");b+=a(d).text()})):(b=a(this).children("option:selected").text(),""==b&&(b=a(this).children().children("option:selected").text()));0>=a(this).parent().find("span").length&&a(this).before("<span></span>");a(this).parent().children("span").replaceWith("<span>"+b+
2
- "</span>")};a(".plugin-option .select_wrapper select").not(".chosen").each(l).change(l);a(".plugin-option .select_wrapper").click(function(b){b.stopPropagation();a(this).find("select[multiple]").not(".chosen").toggle()});a(".plugin-option .select_wrapper select[multiple]").not(".chosen").click(function(a){a.stopPropagation()});a(window).click(function(){a(".plugin-option .select_wrapper select[multiple]").not(".chosen").hide()});a(".plugin-option .chosen .select_wrapper select").chosen();a(".plugin-option .onoff_container span").on("click",
3
- function(){var b=a(this).prev("input");b.prop("checked")?b.prop("checked",!1).attr("value","no").removeClass("onoffchecked"):b.prop("checked",!0).attr("value","yes").addClass("onoffchecked");b.change()});a(".plugin-option .slider_container .ui-slider-horizontal").each(function(){var b=a(this).data("val"),c=a(this).data("min"),d=a(this).data("max"),e=a(this).data("step"),f=a(this).data("labels");a(this).slider({value:b,min:c,max:d,range:"min",step:e,slide:function(b,c){a(this).find("input").val(c.value);
4
- a(this).siblings(".feedback").find("strong").text(c.value+f)}})});"undefined"!==typeof wp&&"undefined"!==typeof wp.media&&(a(".plugin-option .upload_img_url").change(function(){var b=a(this).val(),c=a(this).parents().siblings(".upload_img_preview");/(http|ftp|https):\/\/[a-zA-Z0-9@?^=%&amp;:/~+#-_.]*.(gif|jpg|jpeg|png|ico)/.test(b)?c.html('<img src="'+b+'" style="max-width:600px; max-height:300px;" />'):c.html("")}).trigger("change"),a(document).on("click",".plugin-option .upload_button",function(b){b.preventDefault();
5
- var c,d=a(this).attr("id").replace(/-button$/,"");c||(b=[new wp.media.controller.Library({library:wp.media.query(),multiple:!1,title:"Choose Image",priority:20,filterable:"uploaded"})],c=wp.media.frames.downloadable_file=wp.media({title:"Choose Image",library:{type:""},button:{text:"Choose Image"},multiple:!1,states:b}),c.on("select",function(){var b=c.state().get("selection").first().toJSON();a("#"+d).val(b.url);a("#"+d+"-yith-attachment-id")&&a("#"+d+"-yith-attachment-id").val(b.id);a(".plugin-option .upload_img_url").trigger("change")}));
6
- c.open()}),a(document).on("click",".plugin-option .upload_button_reset",function(b){var c=a(this);b=c.attr("id");c=c.attr("id").replace(/-button_reset$/,"");b=a("#"+b).data("default");a("#"+c).val(b);a(".plugin-option .upload_img_url").trigger("change")}));a(".plugin-option .add_media").on("click",function(){});a("[data-field]").each(function(){var b=a(this),c="#"+b.data("field"),d="#"+b.data("dep"),e=b.data("value");a(d).on("change",function(){var b=d,g=e.toString(),h=!0;if("string"==typeof b){":radio"==
7
- b.substr(0,6)&&(b+=":checked");for(var g=g.split(","),k=0;k<g.length;k++)if(a(b).val()!=g[k])h=!1;else{h=!0;break}}h?a(c+"-container").closest("tr").show():a(c+"-container").closest("tr").hide()}).change()});a(".rm_connectedlist").each(function(){var b=a(this).find("ul"),c=a(this).find(":hidden");b.sortable({connectWith:b,update:function(d,e){var f={};b.each(function(){var b={};a(this).children().each(function(){b[a(this).data("option")]=a(this).text()});f[a(this).data("list")]=b});c.val(JSON.stringify(f).replace(/[\\"']/g,
8
- "\\$&").replace(/\u0000/g,"\\0"))}}).disableSelection()});a(document).ready(function(){a(".yith-video-link").click(function(b){b.preventDefault();b=a(this).data("video-id");a("."+b).dialog({dialogClass:"wp-dialog yit-dialog yit-video-dialog",modal:!0,closeOnEscape:!0,width:"auto",resizable:!1,draggable:!1,create:function(b,d){a(this).css("maxWidth","853px")},open:function(b,d){a(".ui-widget-overlay").bind("click",function(){a(this).siblings(".ui-dialog").find(".ui-dialog-content").dialog("close")})}});
9
- a(".ui-dialog :button").blur()})});a(document).ready(function(){a(".codemirror").each(function(b,c){var d=CodeMirror.fromTextArea(c,{lineNumbers:1,mode:"javascript",showCursorWhenSelecting:!0});a(c).data("codemirrorInstance",d)})});a(document).ready(function(){a(".google-analytic-generate").click(function(){var b=a("#"+a(this).data("textarea")).data("codemirrorInstance"),c=a("#"+a(this).data("input")).val(),d=a(this).data("basename"),e;e="(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement( o ),\nm=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n";
10
- e+="})(window,document,'script','//www.google-analytics.com/analytics.js','ga');\n\n";e+="ga('create', '"+c+"', '"+d+"');\n";e+="ga('send', 'pageview');\n";b.replaceRange(e,b.getCursor("start"),b.getCursor("end"))})})})(jQuery);
1
+ !function(t){function e(e,i,n){var a=!0;if("string"==typeof i){":radio"==i.substr(0,6)&&(i+=":checked");for(var n=n.split(","),o=0;o<n.length;o++){if(t(i).val()==n[o]){a=!0;break}a=!1}}a?t(e+"-container").closest("tr").show():t(e+"-container").closest("tr").hide()}var i=function(){var e="";t(this).attr("multiple")?(t(this).children("option:selected").each(function(i,n){0!=i&&(e+=", "),e+=t(n).text()}),""==e&&t(this).children().children("option:selected").each(function(i,n){0!=i&&(e+=", "),e+=t(n).text()})):(e=t(this).children("option:selected").text(),""==e&&(e=t(this).children().children("option:selected").text())),t(this).parent().find("span").length<=0&&t(this).before("<span></span>"),t(this).parent().children("span").replaceWith("<span>"+e+"</span>")};if(t(".plugin-option .select_wrapper select").not(".chosen").each(i).change(i),t(".plugin-option .select_wrapper").click(function(e){e.stopPropagation(),t(this).find("select[multiple]").not(".chosen").toggle()}),t(".plugin-option .select_wrapper select[multiple]").not(".chosen").click(function(t){t.stopPropagation()}),t(window).click(function(){t(".plugin-option .select_wrapper select[multiple]").not(".chosen").hide()}),t(".plugin-option .chosen .select_wrapper select").chosen(),t(".plugin-option .onoff_container span").on("click",function(){var e=t(this).prev("input"),i=e.prop("checked");i?e.prop("checked",!1).attr("value","no").removeClass("onoffchecked"):e.prop("checked",!0).attr("value","yes").addClass("onoffchecked"),e.change()}),t(".plugin-option .panel-colorpicker").wpColorPicker({onInit:function(){},change:function(t,e){},clear:function(){var e=t(this);e.val(e.data("default-color")),e.change()}}),t(".plugin-option .slider_container .ui-slider-horizontal").each(function(){var e=t(this).data("val"),i=t(this).data("min"),n=t(this).data("max"),a=t(this).data("step"),o=t(this).data("labels");t(this).slider({value:e,min:i,max:n,range:"min",step:a,slide:function(e,i){t(this).find("input").val(i.value),t(this).siblings(".feedback").find("strong").text(i.value+o)}})}),"undefined"!=typeof wp&&"undefined"!=typeof wp.media){var n=!0;wp.media.editor.send.attachment;t(".plugin-option .upload_img_url").change(function(){var e=t(this).val(),i=new RegExp("(http|ftp|https)://[a-zA-Z0-9@?^=%&amp;:/~+#-_.]*.(gif|jpg|jpeg|png|ico)"),n=t(this).parents().siblings(".upload_img_preview");i.test(e)?n.html('<img src="'+e+'" style="max-width:600px; max-height:300px;" />'):n.html("")}).trigger("change"),t(document).on("click",".plugin-option .upload_button",function(e){e.preventDefault();var i,n=t(this),a=n.attr("id").replace(/-button$/,"");if(i)return void i.open();var o=[new wp.media.controller.Library({library:wp.media.query(),multiple:!1,title:"Choose Image",priority:20,filterable:"uploaded"})];i=wp.media.frames.downloadable_file=wp.media({title:"Choose Image",library:{type:""},button:{text:"Choose Image"},multiple:!1,states:o}),i.on("select",function(){var e=i.state().get("selection").first().toJSON();t("#"+a).val(e.url),t("#"+a+"-yith-attachment-id")&&t("#"+a+"-yith-attachment-id").val(e.id),t(".plugin-option .upload_img_url").trigger("change")}),i.open()}),t(document).on("click",".plugin-option .upload_button_reset",function(e){var i=t(this),n=i.attr("id"),a=i.attr("id").replace(/-button_reset$/,""),o=t("#"+n).data("default");t("#"+a).val(o),t(".plugin-option .upload_img_url").trigger("change")})}t(".plugin-option .add_media").on("click",function(){n=!1}),t("[data-field]").each(function(){var i=t(this),n="#"+i.data("field"),a="#"+i.data("dep"),o=i.data("value");t(a).on("change",function(){e(n,a,o.toString())}).change()}),t(".rm_connectedlist").each(function(){var e=t(this).find("ul"),i=t(this).find(":hidden");e.sortable({connectWith:e,update:function(n,a){var o={};e.each(function(){var e={};t(this).children().each(function(){e[t(this).data("option")]=t(this).text()}),o[t(this).data("list")]=e}),i.val(JSON.stringify(o).replace(/[\\"']/g,"\\$&").replace(/\u0000/g,"\\0"))}}).disableSelection()}),t(document).ready(function(){t(".yith-video-link").click(function(e){e.preventDefault();var i=t(this).data("video-id");t("."+i).dialog({dialogClass:"wp-dialog yit-dialog yit-video-dialog",modal:!0,closeOnEscape:!0,width:"auto",resizable:!1,draggable:!1,create:function(e,i){t(this).css("maxWidth","853px")},open:function(e,i){t(".ui-widget-overlay").bind("click",function(){t(this).siblings(".ui-dialog").find(".ui-dialog-content").dialog("close")})}}),t(".ui-dialog :button").blur()})}),t(document).ready(function(){t(".codemirror").each(function(e,i){var n=CodeMirror.fromTextArea(i,{lineNumbers:1,mode:"javascript",showCursorWhenSelecting:!0});t(i).data("codemirrorInstance",n)})}),t(document).ready(function(){t(".google-analytic-generate").click(function(){var e=t("#"+t(this).data("textarea")).data("codemirrorInstance"),i=t("#"+t(this).data("input")).val(),n=t(this).data("basename"),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', '"+i+"', '"+n+"');\n",a+="ga('send', 'pageview');\n",e.replaceRange(a,e.getCursor("start"),e.getCursor("end"))})})}(jQuery);
 
 
 
 
 
 
 
 
 
plugin-fw/init.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Framework Name: YIT Plugin Framework
4
- * Version: 2.9.33
5
  * Author: Yithemes
6
  * Text Domain: yith-plugin-fw
7
  * Domain Path: /languages/
@@ -19,6 +19,7 @@
19
  * http://www.gnu.org/licenses/gpl-3.0.txt
20
  */
21
 
 
22
 
23
  if ( ! defined ( 'ABSPATH' ) ) {
24
  exit;
@@ -55,20 +56,3 @@ if ( ! function_exists ( 'yit_maybe_plugin_fw_loader' ) ) {
55
  }
56
  }
57
  }
58
-
59
- if( is_admin() && function_exists( 'WC' ) && version_compare( WC()->version, '2.6', '<' ) ){
60
- add_action( 'admin_notices', 'yit_before_woocommerce_2_6_update' );
61
- }
62
-
63
- if( ! function_exists( 'yit_before_woocommerce_2_6_update' ) ){
64
- function yit_before_woocommerce_2_6_update(){ ?>
65
- <div id="message" class="error notice is-dismissible">
66
- <p>
67
- <strong>Attention!</strong> In the following days the new version 2.6 will be released for WooCommerce. <strong>Update all YITH plugins before updating WooCommerce</strong> to version 2.6 in order to avoid any possible unexpected errors occur.
68
- </p>
69
- <button type="button" class="notice-dismiss"><span class="screen-reader-text">Dismiss this notice.</span></button>
70
- </div>
71
- <?php
72
- }
73
- }
74
-
1
  <?php
2
  /**
3
  * Framework Name: YIT Plugin Framework
4
+ * Version: 2.9.38
5
  * Author: Yithemes
6
  * Text Domain: yith-plugin-fw
7
  * Domain Path: /languages/
19
  * http://www.gnu.org/licenses/gpl-3.0.txt
20
  */
21
 
22
+ // test
23
 
24
  if ( ! defined ( 'ABSPATH' ) ) {
25
  exit;
56
  }
57
  }
58
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
plugin-fw/languages/yith-plugin-fw-es_ES.mo CHANGED
Binary file
plugin-fw/languages/yith-plugin-fw-es_ES.po CHANGED
@@ -4,15 +4,15 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: YITH Plugin Starter 1.0.0 Plugin FW\n"
6
  "Report-Msgid-Bugs-To: Your Inspiration Themes <plugins@yithemes.com>\n"
7
- "POT-Creation-Date: 2016-05-16 16:37+0200\n"
8
- "PO-Revision-Date: 2016-05-24 15:45+0100\n"
9
  "Last-Translator: \n"
10
  "Language-Team: Your Inspiration Themes <info@yithemes.com>\n"
11
  "Language: es_ES\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
- "X-Generator: Poedit 1.8.7\n"
16
  "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;"
17
  "_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;"
18
  "esc_html_x:1,2c\n"
@@ -146,10 +146,11 @@ msgstr "Reescribir"
146
 
147
  #: lib/yit-cpt-unlimited.php:1059
148
  msgid ""
149
- "Univocal identification name in the URL for each product (slug from post if empty)"
 
150
  msgstr ""
151
- "Nombre de identificación único en la URL para cada producto (slug desde la entrada "
152
- "si está vacío)"
153
 
154
  #: lib/yit-cpt-unlimited.php:1064
155
  msgid "Label in Singular"
@@ -157,7 +158,8 @@ msgstr "Etiqueta en singular"
157
 
158
  #: lib/yit-cpt-unlimited.php:1065
159
  msgid "Set a label in singular (title of portfolio if empty)"
160
- msgstr "Establecer una etiqueta en singular (título del portafolio si está vacío)"
 
161
 
162
  #: lib/yit-cpt-unlimited.php:1070
163
  msgid "Label in Plural"
@@ -165,7 +167,8 @@ msgstr "Etiqueta en Plural"
165
 
166
  #: lib/yit-cpt-unlimited.php:1071
167
  msgid "Set a label in plural (title of portfolio if empty)"
168
- msgstr "Establecer una etiqueta en plural (título del portafolio si está vacío)"
 
169
 
170
  #: lib/yit-cpt-unlimited.php:1076
171
  msgid "Taxonomy"
@@ -173,14 +176,14 @@ msgstr "Taxonomía"
173
 
174
  #: lib/yit-cpt-unlimited.php:1077
175
  msgid ""
176
- "If you want to use categories in the portfolio, set a name for taxonomy. Name "
177
- "should be a slug (must not contain capital letters nor spaces) and must not be "
178
- "more than 32 characters long (database structure restriction)."
179
  msgstr ""
180
  "Si quieres usar categorías en el portafolio, establece un nombre para la "
181
- "taxonomía. El nombre debería ser un slug (no debe contener mayúsculas ni espacios) "
182
- "y no debe ser más largo de 32 caracteres (restricción de estructura de base de "
183
- "datos)."
184
 
185
  #: lib/yit-cpt-unlimited.php:1082
186
  msgid "Taxonomy Rewrite"
@@ -233,7 +236,7 @@ msgstr "Ocultar barra lateral"
233
  msgid "Show sidebar"
234
  msgstr "Mostrar barra lateral"
235
 
236
- #: lib/yit-plugin-panel-wc.php:359
237
  msgid "The changes you have made will be lost if you leave this page."
238
  msgstr "Los cambios que has hecho se perderán si sales de esta página."
239
 
@@ -241,72 +244,80 @@ msgstr "Los cambios que has hecho se perderán si sales de esta página."
241
  msgid "Plugin Settings"
242
  msgstr "Ajustes del plugin"
243
 
244
- #: lib/yit-plugin-panel.php:293
245
- msgid "Premium version upgrade"
246
- msgstr "Actualiza a la versión premium"
247
 
248
- #: lib/yit-plugin-panel.php:344 lib/yit-plugin-subpanel.php:146
249
  #: templates/panel/woocommerce/woocommerce-form.php:11
250
  msgid "Save Changes"
251
  msgstr "Guardar cambios"
252
 
253
- #: lib/yit-plugin-panel.php:347 templates/panel/woocommerce/woocommerce-form.php:14
254
- msgid "If you continue with this action, you will reset all options in this page."
255
- msgstr "Si sigues con esta acción, se reiniciarán todas las opciones en esta página."
 
 
 
256
 
257
- #: lib/yit-plugin-panel.php:349 lib/yit-plugin-subpanel.php:151
258
  msgid "Reset to default"
259
  msgstr "Reiniciar a predeterminado"
260
 
261
- #: lib/yit-plugin-panel.php:349 lib/yit-plugin-subpanel.php:151
262
  #: templates/panel/woocommerce/woocommerce-form.php:18
263
  msgid "Are you sure?"
264
  msgstr "¿Estás seguro/a?"
265
 
266
- #: lib/yit-plugin-panel.php:545
267
- msgid "The element you have entered already exists. Please, enter another name."
268
- msgstr "El elemento que has introducido ya existe. Por favor, introduce otro nombre."
 
 
269
 
270
- #: lib/yit-plugin-panel.php:546
271
  msgid "Settings saved"
272
  msgstr "Ajustes guardados"
273
 
274
- #: lib/yit-plugin-panel.php:547
275
  msgid "Settings reset"
276
  msgstr "Ajustes reiniciados"
277
 
278
- #: lib/yit-plugin-panel.php:548
279
  msgid "Element deleted correctly."
280
  msgstr "Elemento borrado correctamente."
281
 
282
- #: lib/yit-plugin-panel.php:549 lib/yit-plugin-panel.php:550
283
  msgid "Element updated correctly."
284
  msgstr "Elemento actualizado correctamente."
285
 
286
- #: lib/yit-plugin-panel.php:551
287
  msgid "Database imported correctly."
288
  msgstr "Base de datos importada correctamente."
289
 
290
- #: lib/yit-plugin-panel.php:552
291
  msgid "An error has occurred during import. Please try again."
292
- msgstr "Ha ocurrido un error durante la importación. Por favor, inténtalo de nuevo."
 
293
 
294
- #: lib/yit-plugin-panel.php:553
295
  msgid "The added file is not valid."
296
  msgstr "El archivo añadido no es válido."
297
 
298
- #: lib/yit-plugin-panel.php:554
299
  msgid "Sorry, import is disabled."
300
  msgstr "Lo sentimos, la importación está deshabilitada."
301
 
302
- #: lib/yit-plugin-panel.php:555
303
  msgid "Sorting successful."
304
  msgstr "Clasificación fue realizada con éxito."
305
 
306
  #: lib/yit-plugin-subpanel.php:149
307
  msgid ""
308
- "If you continue with this action, you will reset all the options in this page."
309
- msgstr "Si continúas con esta acción, reiniciarás todas las opciones de esta página."
 
 
310
 
311
  #: lib/yit-pointers.php:70
312
  msgid "Plugins Activated"
@@ -315,13 +326,14 @@ msgstr "Plugins Activados"
315
  #: lib/yit-pointers.php:71
316
  msgid ""
317
  "From now on, you can find all plugin options in YIT Plugin menu.\n"
318
- " For each plugin installed, customization "
319
- "settings will be available as a new entry in YIT Plugin menu."
320
  msgstr ""
321
- "De ahora en adelante, puedes encontrar todas las opciones del plugin en el menú "
322
- "YIT Plugin.\n"
323
- " Para cada plugin instalado, los ajustes de "
324
- "personalización estarán disponibles como una nueva entrada en el menú YIT Plugin."
 
325
 
326
  #: lib/yit-pointers.php:73 lib/yit-pointers.php:89
327
  msgid "Discover all our plugins available on:"
@@ -338,111 +350,117 @@ msgstr "Plugins Actualizados"
338
  #: lib/yit-pointers.php:85
339
  msgid ""
340
  "From now on, you can find all options of your plugins in YIT Plugin menu.\n"
341
- " Any time one of our plugins is updated, a new "
342
- "entry will be added to this menu.\n"
343
- " For example, after the update, plugin options "
344
- "(such as for YITH WooCommerce Wishlist, YITH WooCommerce Ajax Search, etc.)\n"
345
- " will be moved from previous location to YIT "
346
- "Plugin tab."
 
347
  msgstr ""
348
- "De ahora en adelante, puedes encontrar todas las opciones de tus plugins en el "
349
- "menú YIT Plugin.\n"
350
  " Cada vez que uno de nuestros plugins sea "
351
  "actualizado, se añadirá una nueva entrada a este menú.\n"
352
  " Por ejemplo, después de actualizar, las "
353
- "opciones del plugin (como las de YITH WooCommerce Wishlist, YITH WooCommerce Ajax "
354
- "Search, etc.)\n"
355
  " se moverán de su posición anterior a la "
356
  "pestaña YIT Plugin."
357
 
358
- #: lib/yit-upgrade.php:136
359
  msgid "There is a new version of %plugin_name% available."
360
  msgstr "Hay una nueva versión de %plugin_name% disponible."
361
 
362
- #: lib/yit-upgrade.php:137
363
  msgid "View version %latest% details."
364
  msgstr "Ver detalles de la %latest% versión"
365
 
366
- #: lib/yit-upgrade.php:138
367
  msgid "Automatic update is unavailable for this plugin,"
368
  msgstr "Las actualizaciones automáticas no están disponibles para este plugin,"
369
 
370
- #: lib/yit-upgrade.php:139
371
- msgid "please <a href=\"%activate_link%\">activate</a> your copy of %plugin_name%."
372
- msgstr "por favor, <a href=\"%activate_link%\">activa</a> tu copia de %plugin_name%."
 
 
373
 
374
- #: lib/yit-upgrade.php:140
375
  msgid "Update now."
376
  msgstr "Actualiza ahora."
377
 
378
- #: lib/yit-upgrade.php:243
379
  msgid "YIThemes Repository"
380
  msgstr "Repositorio YIThemes"
381
 
382
- #: lib/yit-upgrade.php:277
383
  msgid "Invalid URL Provided."
384
  msgstr "La URL proporcionada no es válida."
385
 
386
- #: lib/yit-upgrade.php:290
387
  msgid "Could not create Temporary file."
388
  msgstr "No se pudo crear un archivo temporal."
389
 
390
- #: lib/yit-upgrade.php:432
391
  #, php-format
392
  msgid ""
393
- "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
394
- "changelog-button\" title=\"%3$s\">View version %4$s details</a>."
395
  msgstr ""
396
- "Hay una nueva versión de %1$s disponible. <a href=\"%2$s\" class=\"thickbox yit-"
397
- "changelog-button\" title=\"%3$s\">Ver detalles de la versión %4$s</a>."
398
 
399
- #: lib/yit-upgrade.php:434
400
  #, php-format
401
  msgid ""
402
- "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
403
- "changelog-button\" title=\"%3$s\">View version %4$s details</a>. <em>You have to "
404
- "activate the plugin on a single site of the network to benefit from automatic "
405
- "updates.</em>"
406
  msgstr ""
407
- "Hay una nueva versión de %1$s disponible. <a href=\"%2$s\" class=\"thickbox yit-"
408
- "changelog-button\" title=\"%3$s\">Ver detalles de la versión %4$s</a>. <em>Tienes "
409
- "que activar el plugin en un único sitio web desdela red para beneficiarte de las "
410
- "actualizaciones automáticas.</em>"
411
 
412
- #: lib/yit-upgrade.php:436
413
  #, php-format
414
  msgid ""
415
- "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
416
- "changelog-button\" title=\"%3$s\">View version %4$s details</a>. <em>Automatic "
417
- "update is unavailable for this plugin, please <a href=\"%5$s\" title=\"License "
418
- "activation\">activate</a> your copy of %6s.</em>"
419
  msgstr ""
420
- "Hay una nueva versión de %1$s disponible. <a href=\"%2$s\" class=\"thickbox yit-"
421
- "changelog-button\" title=\"%3$s\">Ver detalles de la versión %4$s</a>. <em>Las "
422
- "actualizaciones automáticas no están disponibles para este plugin, por favor <a "
423
- "href=\"%5$s\" title=\"License activation\">activa</a> tu copia de %6s.</em>"
 
424
 
425
- #: lib/yit-upgrade.php:438
426
  #, php-format
427
  msgid ""
428
- "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
429
- "changelog-button\" title=\"%3$s\">View version %4$s details</a> or <a href=\"%5$s"
430
- "\">update now</a>."
431
  msgstr ""
432
- "Hay una nueva versión de %1$s disponible. <a href=\"%2$s\" class=\"thickbox yit-"
433
- "changelog-button\" title=\"%3$s\">Ver detalles de la versión %4$s</a> o <a href="
434
- "\"%5$s\">actualizar ahora</a>."
435
 
436
- #: lib/yit-upgrade.php:511
437
  msgid "You can't update the plugins for this site."
438
  msgstr "No puedes actualizar los plugins para este sitio web."
439
 
440
- #: lib/yit-upgrade.php:515
441
- msgid "You do not have sufficient permissions to update the plugins for this site."
 
442
  msgstr ""
443
- "No tienes suficientes permisos para actualizar los plugins para este sitio web."
 
444
 
445
- #: lib/yit-upgrade.php:522
446
  msgid "Update Plugin"
447
  msgstr "Actualizar Plugin"
448
 
@@ -460,8 +478,8 @@ msgstr "Los campos %s y %s no pueden estar vacíos"
460
  #: licence/lib/yit-licence.php:184
461
  msgid "Unable to contact the remote server, please try again later. Thanks!"
462
  msgstr ""
463
- "No fue posible contactar con el servidor remoto, por favor, inténtalo de nuevo más "
464
- "tarde. ¡Gracias!"
465
 
466
  #: licence/lib/yit-licence.php:185
467
  #: licence/templates/panel/activation/activation-panel.php:88
@@ -482,7 +500,8 @@ msgstr "Clave de Licencia"
482
  #: licence/lib/yit-licence.php:187
483
  msgid "Are you sure you want to deactivate the license for current site?"
484
  msgstr ""
485
- "¿Estás seguro/a de que quieres desactivar la licencia para el sitio web actual?"
 
486
 
487
  #: licence/lib/yit-licence.php:667
488
  msgid "Invalid Request"
@@ -517,8 +536,9 @@ msgid "License key has been banned"
517
  msgstr "La clave de licencia ha sido bloqueada"
518
 
519
  #: licence/lib/yit-licence.php:675
520
- msgid "Current product is not included with your membership key"
521
- msgstr "El producto actual no está incluido en tu clave de suscripción"
 
522
 
523
  #: licence/lib/yit-licence.php:676
524
  msgid "Great"
@@ -545,34 +565,34 @@ msgstr "%s"
545
 
546
  #: licence/lib/yit-theme-licence.php:159
547
  msgid ""
548
- "I cannot find the license key for activating the theme I have bought some time "
549
- "ago. Where can I find it?"
550
  msgstr ""
551
  "No puedo encontrar la clave de licencia para activar el tema que compré hace "
552
  "tiempo. ¿Dónde la puedo encontrar?"
553
 
554
  #: licence/lib/yit-theme-licence.php:163
555
  msgid ""
556
- "If you have purchased one of our products before 27 January 2015, you can benefit "
557
- "from support and updates (the services offered with the license)\n"
558
- " until 27 January 2016 and you do not have to purchase it again "
559
- "to get a new license key, because, before this date, your license used to be "
560
- "activated automatically by our system.\n"
561
- " After 27 January 2016, instead, if you want to benefit from "
562
- "support and updates you have to buy a new license and activate it through the "
563
- "license key you will be\n"
564
- " provided with and that you can find in your YIThemes account, "
565
- "in section \"My licenses\"."
566
  msgstr ""
567
- "Si has comprado uno de nuestros productos antes del 27 de enero de 2015, puedes "
568
- "beneficiarte del soporte y actualizaciones (los servicios incluidos con la "
569
- "licencia)\n"
570
- " hasta el 27 de enero de 2016 y no tendrás que comprarla otra "
571
- "vez para conseguir una nueva clave de licencia, porque, antes de esta fecha, tu "
572
- "licencia se activaba automáticamente por nuestro sistema.\n"
573
  " Después del 27 de enero de 2016, sin embargo, si quieres "
574
- "beneficiarte de nuestro soporte y actualizaciones, tienes que comprar una nueva "
575
- "licencia y activarla a través de la clave de licencia que \n"
576
  " se te proporcionará y que podrás encontrar en tu cuenta "
577
  "YIThemes, en la sección \"My licenses\"."
578
 
@@ -620,8 +640,8 @@ msgid "Remaining"
620
  msgstr "Queda"
621
 
622
  #: licence/templates/panel/activation/activation-panel.php:97
623
- msgid "Membership"
624
- msgstr "Suscripción"
625
 
626
  #: licence/templates/panel/activation/activation-panel.php:101
627
  msgid "License Actions"
@@ -748,11 +768,12 @@ msgstr "Nombre del dato."
748
  #: templates/metaboxes/types/contactform.php:90
749
  #: templates/metaboxes/types/contactform.php:282
750
  msgid ""
751
- "REQUIRED: Field identification name to be entered into email body. <strong>Note:</"
752
- "strong>Use only lowercase characters and underscores."
753
  msgstr ""
754
- "OBLIGATORIO: El nombre del campo de identificación debe introducirse en el cuerpo "
755
- "del email. <strong> Nota: </strong> Usa sólo minúsculas y guiones bajos."
 
756
 
757
  #: templates/metaboxes/types/contactform.php:95
758
  #: templates/metaboxes/types/contactform.php:287
@@ -772,7 +793,8 @@ msgstr "Campo seleccionado"
772
  #: templates/metaboxes/types/contactform.php:112
773
  #: templates/metaboxes/types/contactform.php:304
774
  msgid "Select this option if you want this field appears as already checked."
775
- msgstr "Selecciona esta opción si quieres que este campo aparezca como ya marcado."
 
776
 
777
  #: templates/metaboxes/types/contactform.php:117
778
  #: templates/metaboxes/types/contactform.php:309
@@ -838,8 +860,10 @@ msgstr "Clase"
838
 
839
  #: templates/metaboxes/types/contactform.php:170
840
  #: templates/metaboxes/types/contactform.php:362
841
- msgid "Insert additional class(es) (separated by commas) for more personalization."
842
- msgstr "Inserta clase(s) adicionales (separados por comas) para más personalización."
 
 
843
 
844
  #: templates/metaboxes/types/contactform.php:175
845
  #: templates/metaboxes/types/contactform.php:367
@@ -915,7 +939,8 @@ msgstr "(Por defecto: <i %s></i> )"
915
 
916
  #: templates/metaboxes/types/image-gallery.php:40
917
  #: templates/metaboxes/types/image-gallery.php:45
918
- #: templates/metaboxes/types/images.php:38 templates/metaboxes/types/images.php:64
 
919
  msgid "Delete image"
920
  msgstr "Borrar imagen"
921
 
@@ -1043,128 +1068,130 @@ msgstr "Reinicia"
1043
  msgid "Reset Defaults"
1044
  msgstr "Ajustes predeterminados"
1045
 
1046
- #: templates/upgrade/upgrade-to-pro-version.php:2
1047
- msgid "Upgrade to Premium Version"
1048
- msgstr "Actualizar a la Versión Premium"
1049
-
1050
- #: templates/upgrade/upgrade-to-pro-version.php:3
1051
- msgid ""
1052
- "Have you purchased the premium version of a plugin? Don't you know how to activate "
1053
- "the license after the purchase?"
1054
- msgstr ""
1055
- "¿Has comprado la versión premium de un plugin? ¿No sabes cómo activar la licencia "
1056
- "después de la compra?"
1057
-
1058
- #: templates/upgrade/upgrade-to-pro-version.php:5
1059
- msgid ""
1060
- "To upgrade from a FREE to a PREMIUM plugin is not suffice to insert the license "
1061
- "key provided after the purchase.\n"
1062
- " The reason is that they are two distinct products, with significant "
1063
- "differences both for available options and for number of files included in the "
1064
- "plugin package.\n"
1065
- " To start to use the PREMIUM version of the plugin, you simply need to "
1066
- "download the PREMIUM packet and install it on your site."
1067
- msgstr ""
1068
- "Para actualizar a del plugin FREE al PREMIUMT no es suficiente con insertar la "
1069
- "clave de licencia proporcionada después de la compra.\n"
1070
- " La razón es que son dos productos diferentes, con diferencias "
1071
- "significativas en las opciones disponibles para el número de archivos incluidos en "
1072
- "el paquete del plugin.\n"
1073
- " Para empezar a usar la versión PREMIUM del plugin, simplemente necesitas "
1074
- "descargar el paquete PREMIUM e instalarlo en tu sitio web."
1075
-
1076
- #: templates/upgrade/upgrade-to-pro-version.php:9
1077
- #, php-format
1078
- msgid ""
1079
- "%1$sDo you need to know how to do it?%2$s Easy! %1$sFollow this list of steps%2$s "
1080
- "and in a few minutes the plugin you purchased will be installed on your site"
1081
- msgstr ""
1082
- "%1$s¿Necesitas saber cómo hacerlo?%2$s ¡Fácil! %1$sSigue estos pasos%2$s y en unos "
1083
- "minutos el plugin que has comprado estará instalado en tu sitio web"
1084
-
1085
- #: templates/upgrade/upgrade-to-pro-version.php:12
1086
- msgid "Go to yithemes.com and login to \"My Account\" page"
1087
- msgstr "Ve a yithemes.com e inicia sesión en la página \"Mi cuenta\""
1088
-
1089
- #: templates/upgrade/upgrade-to-pro-version.php:18
1090
- msgid ""
1091
- "From the menu on the left, click on \"My Downloads\", look for the plugin you want "
1092
- "to install among the available downloads and click on \"Download\" button"
1093
- msgstr ""
1094
- "Desde el menú de la izquierda, haz click en \"Mis Descargas\", busca el plugin que "
1095
- "te quieres descargar entre las descargas disponibles y haz click en el botón "
1096
- "\"Descargar\""
1097
-
1098
- #: templates/upgrade/upgrade-to-pro-version.php:24
1099
- msgid ""
1100
- "After downloading the packet, go to your website and login to WordPress "
1101
- "administration area."
1102
- msgstr ""
1103
- "Después de descargar el paquete, ve a tu sitio web y regístrate en el área de "
1104
- "administración de WordPress."
1105
-
1106
- #: templates/upgrade/upgrade-to-pro-version.php:30
1107
- msgid ""
1108
- "From the menu on the left, click on \"Plugins\". You will be redirected to the "
1109
- "page where you will find the complete list of all the plugins available on your "
1110
- "site. Click on \"Add New\" button that you find above on the left to add a new "
1111
- "plugin"
1112
- msgstr ""
1113
- "Desde el menú de la izquierda, haz click en \"Plugins\". Serás redirigido/a a la "
1114
- "página donde podrás encontrar la lista completa de plugins disponible en tu sitio "
1115
- "web. Haz click en el botón \"Añadir Nuevo\" que encontrarás arriba a la izquierda "
1116
- "para añadir un nuevo plugin"
1117
-
1118
- #: templates/upgrade/upgrade-to-pro-version.php:36
1119
- msgid ""
1120
- "You will be redirected to a new page where you will find, above on the left next "
1121
- "to the page title, the \"Upload Plugin\" button."
1122
- msgstr ""
1123
- "Serás redirigido/a a una nueva página donde encontrarás, en la parte superior "
1124
- "izquierda, junto al título de la página, el botón \"Actualizar Plugin\""
1125
-
1126
- #: templates/upgrade/upgrade-to-pro-version.php:42
1127
- msgid ""
1128
- "Click on \"Upload Plugins\" button to start the upload of the PREMIUM version of "
1129
- "the plugin previously downloaded. Click on \"Select File\", search for the "
1130
- "download folder related to the plugin and upload the package. Now you only need to "
1131
- "wait a few minutes for the upload and the installation on your site. (We used YITH "
1132
- "Live Chat plugin by way of example)"
1133
- msgstr ""
1134
- "Haz click en el botón \"Actualizar Plugins\" para actualizar la versión premium "
1135
- "del plugin anteriormente descargada. Haz click en \"Seleccionar Archivo\", busca "
1136
- "la carpeta relacionada al plugin y actualiza el paquete. Ahora sólo necesitas "
1137
- "esperar unos minutos para actualizarlo e instalarlo en tu sitio web. (Usamos YITH "
1138
- "Live Chat a modo de ejemplo)"
1139
-
1140
- #: templates/upgrade/upgrade-to-pro-version.php:48
1141
- msgid "After completing the installation, click on \"Activate plugin\""
1142
- msgstr "Después de completar la instalación, haz click en \"Activar plugin\""
1143
-
1144
- #: templates/upgrade/upgrade-to-pro-version.php:52
1145
- msgid ""
1146
- "If everything worked allright, your plugin is now correctly installed on your "
1147
- "website. Enjoy it :-)"
1148
- msgstr ""
1149
- "Si todo funcionó bien, tu plugin está ahora correctamente instalado en tu sitio "
1150
- "web. Disfrútalo :-)"
1151
-
1152
- #: templates/upgrade/upgrade-to-pro-version.php:55
1153
- msgid ""
1154
- "The last step is the activation of the plugin through its license key you received "
1155
- "after the purchase. Click on \"License Activation\" that you find in \"YITH Plugins"
1156
- "\" and insert the license key and the email address you used during the purchase."
1157
- msgstr ""
1158
- "El último paso es la activación del plugin a través de la clave de licencia, que "
1159
- "recibiste después de la compra. Haz click en \"Activación de la licencia\", que "
1160
- "encontrarás en \"YITH Plugins\" e introduce la dirección de email que usaste "
1161
- "durante la compra."
1162
-
1163
- #: templates/upgrade/upgrade-to-pro-version.php:61
1164
- msgid ""
1165
- "In case you had difficulty to recover the license key we sent you by email, you "
1166
- "can easily find it in \"My Licenses\" section of your account on yithemes.com"
1167
- msgstr ""
1168
- "En caso de que hayas tenido dificultad para recuperar la clave de licencia que te "
1169
- "enviamos por email, puedes encontrarla fácilmente en la sección \"Mis Licencias\" "
1170
- "de tu cuenta en yithemes.com"
 
 
4
  msgstr ""
5
  "Project-Id-Version: YITH Plugin Starter 1.0.0 Plugin FW\n"
6
  "Report-Msgid-Bugs-To: Your Inspiration Themes <plugins@yithemes.com>\n"
7
+ "POT-Creation-Date: 2016-07-06 15:18+0200\n"
8
+ "PO-Revision-Date: 2016-07-06 15:19+0200\n"
9
  "Last-Translator: \n"
10
  "Language-Team: Your Inspiration Themes <info@yithemes.com>\n"
11
  "Language: es_ES\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
+ "X-Generator: Poedit 1.8.8\n"
16
  "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;"
17
  "_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;"
18
  "esc_html_x:1,2c\n"
146
 
147
  #: lib/yit-cpt-unlimited.php:1059
148
  msgid ""
149
+ "Univocal identification name in the URL for each product (slug from post if "
150
+ "empty)"
151
  msgstr ""
152
+ "Nombre de identificación único en la URL para cada producto (slug desde la "
153
+ "entrada si está vacío)"
154
 
155
  #: lib/yit-cpt-unlimited.php:1064
156
  msgid "Label in Singular"
158
 
159
  #: lib/yit-cpt-unlimited.php:1065
160
  msgid "Set a label in singular (title of portfolio if empty)"
161
+ msgstr ""
162
+ "Establecer una etiqueta en singular (título del portafolio si está vacío)"
163
 
164
  #: lib/yit-cpt-unlimited.php:1070
165
  msgid "Label in Plural"
167
 
168
  #: lib/yit-cpt-unlimited.php:1071
169
  msgid "Set a label in plural (title of portfolio if empty)"
170
+ msgstr ""
171
+ "Establecer una etiqueta en plural (título del portafolio si está vacío)"
172
 
173
  #: lib/yit-cpt-unlimited.php:1076
174
  msgid "Taxonomy"
176
 
177
  #: lib/yit-cpt-unlimited.php:1077
178
  msgid ""
179
+ "If you want to use categories in the portfolio, set a name for taxonomy. "
180
+ "Name should be a slug (must not contain capital letters nor spaces) and must "
181
+ "not be more than 32 characters long (database structure restriction)."
182
  msgstr ""
183
  "Si quieres usar categorías en el portafolio, establece un nombre para la "
184
+ "taxonomía. El nombre debería ser un slug (no debe contener mayúsculas ni "
185
+ "espacios) y no debe ser más largo de 32 caracteres (restricción de "
186
+ "estructura de base de datos)."
187
 
188
  #: lib/yit-cpt-unlimited.php:1082
189
  msgid "Taxonomy Rewrite"
236
  msgid "Show sidebar"
237
  msgstr "Mostrar barra lateral"
238
 
239
+ #: lib/yit-plugin-panel-wc.php:374
240
  msgid "The changes you have made will be lost if you leave this page."
241
  msgstr "Los cambios que has hecho se perderán si sales de esta página."
242
 
244
  msgid "Plugin Settings"
245
  msgstr "Ajustes del plugin"
246
 
247
+ #: lib/yit-plugin-panel.php:297 lib/yit-plugin-panel.php:300
248
+ msgid "How to install premium version"
249
+ msgstr "Cómo instalar la versión premium"
250
 
251
+ #: lib/yit-plugin-panel.php:352 lib/yit-plugin-subpanel.php:146
252
  #: templates/panel/woocommerce/woocommerce-form.php:11
253
  msgid "Save Changes"
254
  msgstr "Guardar cambios"
255
 
256
+ #: lib/yit-plugin-panel.php:355
257
+ #: templates/panel/woocommerce/woocommerce-form.php:14
258
+ msgid ""
259
+ "If you continue with this action, you will reset all options in this page."
260
+ msgstr ""
261
+ "Si sigues con esta acción, se reiniciarán todas las opciones en esta página."
262
 
263
+ #: lib/yit-plugin-panel.php:357 lib/yit-plugin-subpanel.php:151
264
  msgid "Reset to default"
265
  msgstr "Reiniciar a predeterminado"
266
 
267
+ #: lib/yit-plugin-panel.php:357 lib/yit-plugin-subpanel.php:151
268
  #: templates/panel/woocommerce/woocommerce-form.php:18
269
  msgid "Are you sure?"
270
  msgstr "¿Estás seguro/a?"
271
 
272
+ #: lib/yit-plugin-panel.php:553
273
+ msgid ""
274
+ "The element you have entered already exists. Please, enter another name."
275
+ msgstr ""
276
+ "El elemento que has introducido ya existe. Por favor, introduce otro nombre."
277
 
278
+ #: lib/yit-plugin-panel.php:554
279
  msgid "Settings saved"
280
  msgstr "Ajustes guardados"
281
 
282
+ #: lib/yit-plugin-panel.php:555
283
  msgid "Settings reset"
284
  msgstr "Ajustes reiniciados"
285
 
286
+ #: lib/yit-plugin-panel.php:556
287
  msgid "Element deleted correctly."
288
  msgstr "Elemento borrado correctamente."
289
 
290
+ #: lib/yit-plugin-panel.php:557 lib/yit-plugin-panel.php:558
291
  msgid "Element updated correctly."
292
  msgstr "Elemento actualizado correctamente."
293
 
294
+ #: lib/yit-plugin-panel.php:559
295
  msgid "Database imported correctly."
296
  msgstr "Base de datos importada correctamente."
297
 
298
+ #: lib/yit-plugin-panel.php:560
299
  msgid "An error has occurred during import. Please try again."
300
+ msgstr ""
301
+ "Ha ocurrido un error durante la importación. Por favor, inténtalo de nuevo."
302
 
303
+ #: lib/yit-plugin-panel.php:561
304
  msgid "The added file is not valid."
305
  msgstr "El archivo añadido no es válido."
306
 
307
+ #: lib/yit-plugin-panel.php:562
308
  msgid "Sorry, import is disabled."
309
  msgstr "Lo sentimos, la importación está deshabilitada."
310
 
311
+ #: lib/yit-plugin-panel.php:563
312
  msgid "Sorting successful."
313
  msgstr "Clasificación fue realizada con éxito."
314
 
315
  #: lib/yit-plugin-subpanel.php:149
316
  msgid ""
317
+ "If you continue with this action, you will reset all the options in this "
318
+ "page."
319
+ msgstr ""
320
+ "Si continúas con esta acción, reiniciarás todas las opciones de esta página."
321
 
322
  #: lib/yit-pointers.php:70
323
  msgid "Plugins Activated"
326
  #: lib/yit-pointers.php:71
327
  msgid ""
328
  "From now on, you can find all plugin options in YIT Plugin menu.\n"
329
+ " For each plugin installed, "
330
+ "customization settings will be available as a new entry in YIT Plugin menu."
331
  msgstr ""
332
+ "De ahora en adelante, puedes encontrar todas las opciones del plugin en el "
333
+ "menú YIT Plugin.\n"
334
+ " Para cada plugin instalado, los ajustes "
335
+ "de personalización estarán disponibles como una nueva entrada en el menú YIT "
336
+ "Plugin."
337
 
338
  #: lib/yit-pointers.php:73 lib/yit-pointers.php:89
339
  msgid "Discover all our plugins available on:"
350
  #: lib/yit-pointers.php:85
351
  msgid ""
352
  "From now on, you can find all options of your plugins in YIT Plugin menu.\n"
353
+ " Any time one of our plugins is updated, "
354
+ "a new entry will be added to this menu.\n"
355
+ " For example, after the update, plugin "
356
+ "options (such as for YITH WooCommerce Wishlist, YITH WooCommerce Ajax "
357
+ "Search, etc.)\n"
358
+ " will be moved from previous location to "
359
+ "YIT Plugin tab."
360
  msgstr ""
361
+ "De ahora en adelante, puedes encontrar todas las opciones de tus plugins en "
362
+ "el menú YIT Plugin.\n"
363
  " Cada vez que uno de nuestros plugins sea "
364
  "actualizado, se añadirá una nueva entrada a este menú.\n"
365
  " Por ejemplo, después de actualizar, las "
366
+ "opciones del plugin (como las de YITH WooCommerce Wishlist, YITH WooCommerce "
367
+ "Ajax Search, etc.)\n"
368
  " se moverán de su posición anterior a la "
369
  "pestaña YIT Plugin."
370
 
371
+ #: lib/yit-upgrade.php:135
372
  msgid "There is a new version of %plugin_name% available."
373
  msgstr "Hay una nueva versión de %plugin_name% disponible."
374
 
375
+ #: lib/yit-upgrade.php:136
376
  msgid "View version %latest% details."
377
  msgstr "Ver detalles de la %latest% versión"
378
 
379
+ #: lib/yit-upgrade.php:137
380
  msgid "Automatic update is unavailable for this plugin,"
381
  msgstr "Las actualizaciones automáticas no están disponibles para este plugin,"
382
 
383
+ #: lib/yit-upgrade.php:138
384
+ msgid ""
385
+ "please <a href=\"%activate_link%\">activate</a> your copy of %plugin_name%."
386
+ msgstr ""
387
+ "por favor, <a href=\"%activate_link%\">activa</a> tu copia de %plugin_name%."
388
 
389
+ #: lib/yit-upgrade.php:139
390
  msgid "Update now."
391
  msgstr "Actualiza ahora."
392
 
393
+ #: lib/yit-upgrade.php:240
394
  msgid "YIThemes Repository"
395
  msgstr "Repositorio YIThemes"
396
 
397
+ #: lib/yit-upgrade.php:274
398
  msgid "Invalid URL Provided."
399
  msgstr "La URL proporcionada no es válida."
400
 
401
+ #: lib/yit-upgrade.php:287
402
  msgid "Could not create Temporary file."
403
  msgstr "No se pudo crear un archivo temporal."
404
 
405
+ #: lib/yit-upgrade.php:439
406
  #, php-format
407
  msgid ""
408
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
409
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>."
410
  msgstr ""
411
+ "Hay una nueva versión de %1$s disponible. <a href=\"%2$s\" class=\"thickbox "
412
+ "yit-changelog-button\" title=\"%3$s\">Ver detalles de la versión %4$s</a>."
413
 
414
+ #: lib/yit-upgrade.php:441
415
  #, php-format
416
  msgid ""
417
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
418
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>. <em>You "
419
+ "have to activate the plugin on a single site of the network to benefit from "
420
+ "automatic updates.</em>"
421
  msgstr ""
422
+ "Hay una nueva versión de %1$s disponible. <a href=\"%2$s\" class=\"thickbox "
423
+ "yit-changelog-button\" title=\"%3$s\">Ver detalles de la versión %4$s</a>. "
424
+ "<em>Tienes que activar el plugin en un único sitio web desdela red para "
425
+ "beneficiarte de las actualizaciones automáticas.</em>"
426
 
427
+ #: lib/yit-upgrade.php:443
428
  #, php-format
429
  msgid ""
430
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
431
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>. "
432
+ "<em>Automatic update is unavailable for this plugin, please <a href=\"%5$s\" "
433
+ "title=\"License activation\">activate</a> your copy of %6s.</em>"
434
  msgstr ""
435
+ "Hay una nueva versión de %1$s disponible. <a href=\"%2$s\" class=\"thickbox "
436
+ "yit-changelog-button\" title=\"%3$s\">Ver detalles de la versión %4$s</a>. "
437
+ "<em>Las actualizaciones automáticas no están disponibles para este plugin, "
438
+ "por favor <a href=\"%5$s\" title=\"License activation\">activa</a> tu copia "
439
+ "de %6s.</em>"
440
 
441
+ #: lib/yit-upgrade.php:445
442
  #, php-format
443
  msgid ""
444
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
445
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a> or <a "
446
+ "href=\"%5$s\">update now</a>."
447
  msgstr ""
448
+ "Hay una nueva versión de %1$s disponible. <a href=\"%2$s\" class=\"thickbox "
449
+ "yit-changelog-button\" title=\"%3$s\">Ver detalles de la versión %4$s</a> o "
450
+ "<a href=\"%5$s\">actualizar ahora</a>."
451
 
452
+ #: lib/yit-upgrade.php:517
453
  msgid "You can't update the plugins for this site."
454
  msgstr "No puedes actualizar los plugins para este sitio web."
455
 
456
+ #: lib/yit-upgrade.php:521
457
+ msgid ""
458
+ "You do not have sufficient permissions to update the plugins for this site."
459
  msgstr ""
460
+ "No tienes suficientes permisos para actualizar los plugins para este sitio "
461
+ "web."
462
 
463
+ #: lib/yit-upgrade.php:528
464
  msgid "Update Plugin"
465
  msgstr "Actualizar Plugin"
466
 
478
  #: licence/lib/yit-licence.php:184
479
  msgid "Unable to contact the remote server, please try again later. Thanks!"
480
  msgstr ""
481
+ "No fue posible contactar con el servidor remoto, por favor, inténtalo de "
482
+ "nuevo más tarde. ¡Gracias!"
483
 
484
  #: licence/lib/yit-licence.php:185
485
  #: licence/templates/panel/activation/activation-panel.php:88
500
  #: licence/lib/yit-licence.php:187
501
  msgid "Are you sure you want to deactivate the license for current site?"
502
  msgstr ""
503
+ "¿Estás seguro/a de que quieres desactivar la licencia para el sitio web "
504
+ "actual?"
505
 
506
  #: licence/lib/yit-licence.php:667
507
  msgid "Invalid Request"
536
  msgstr "La clave de licencia ha sido bloqueada"
537
 
538
  #: licence/lib/yit-licence.php:675
539
+ msgid "Current product is not included in your YITH Club Subscription key"
540
+ msgstr ""
541
+ "Producto actual no está incluido en la clave de suscripción de Club de YITH"
542
 
543
  #: licence/lib/yit-licence.php:676
544
  msgid "Great"
565
 
566
  #: licence/lib/yit-theme-licence.php:159
567
  msgid ""
568
+ "I cannot find the license key for activating the theme I have bought some "
569
+ "time ago. Where can I find it?"
570
  msgstr ""
571
  "No puedo encontrar la clave de licencia para activar el tema que compré hace "
572
  "tiempo. ¿Dónde la puedo encontrar?"
573
 
574
  #: licence/lib/yit-theme-licence.php:163
575
  msgid ""
576
+ "If you have purchased one of our products before 27 January 2015, you can "
577
+ "benefit from support and updates (the services offered with the license)\n"
578
+ " until 27 January 2016 and you do not have to purchase it "
579
+ "again to get a new license key, because, before this date, your license used "
580
+ "to be activated automatically by our system.\n"
581
+ " After 27 January 2016, instead, if you want to benefit "
582
+ "from support and updates you have to buy a new license and activate it "
583
+ "through the license key you will be\n"
584
+ " provided with and that you can find in your YIThemes "
585
+ "account, in section \"My licenses\"."
586
  msgstr ""
587
+ "Si has comprado uno de nuestros productos antes del 27 de enero de 2015, "
588
+ "puedes beneficiarte del soporte y actualizaciones (los servicios incluidos "
589
+ "con la licencia)\n"
590
+ " hasta el 27 de enero de 2016 y no tendrás que comprarla "
591
+ "otra vez para conseguir una nueva clave de licencia, porque, antes de esta "
592
+ "fecha, tu licencia se activaba automáticamente por nuestro sistema.\n"
593
  " Después del 27 de enero de 2016, sin embargo, si quieres "
594
+ "beneficiarte de nuestro soporte y actualizaciones, tienes que comprar una "
595
+ "nueva licencia y activarla a través de la clave de licencia que \n"
596
  " se te proporcionará y que podrás encontrar en tu cuenta "
597
  "YIThemes, en la sección \"My licenses\"."
598
 
640
  msgstr "Queda"
641
 
642
  #: licence/templates/panel/activation/activation-panel.php:97
643
+ msgid "Club Subscription"
644
+ msgstr "Suscripción a Club"
645
 
646
  #: licence/templates/panel/activation/activation-panel.php:101
647
  msgid "License Actions"
768
  #: templates/metaboxes/types/contactform.php:90
769
  #: templates/metaboxes/types/contactform.php:282
770
  msgid ""
771
+ "REQUIRED: Field identification name to be entered into email body. "
772
+ "<strong>Note:</strong>Use only lowercase characters and underscores."
773
  msgstr ""
774
+ "OBLIGATORIO: El nombre del campo de identificación debe introducirse en el "
775
+ "cuerpo del email. <strong> Nota: </strong> Usa sólo minúsculas y guiones "
776
+ "bajos."
777
 
778
  #: templates/metaboxes/types/contactform.php:95
779
  #: templates/metaboxes/types/contactform.php:287
793
  #: templates/metaboxes/types/contactform.php:112
794
  #: templates/metaboxes/types/contactform.php:304
795
  msgid "Select this option if you want this field appears as already checked."
796
+ msgstr ""
797
+ "Selecciona esta opción si quieres que este campo aparezca como ya marcado."
798
 
799
  #: templates/metaboxes/types/contactform.php:117
800
  #: templates/metaboxes/types/contactform.php:309
860
 
861
  #: templates/metaboxes/types/contactform.php:170
862
  #: templates/metaboxes/types/contactform.php:362
863
+ msgid ""
864
+ "Insert additional class(es) (separated by commas) for more personalization."
865
+ msgstr ""
866
+ "Inserta clase(s) adicionales (separados por comas) para más personalización."
867
 
868
  #: templates/metaboxes/types/contactform.php:175
869
  #: templates/metaboxes/types/contactform.php:367
939
 
940
  #: templates/metaboxes/types/image-gallery.php:40
941
  #: templates/metaboxes/types/image-gallery.php:45
942
+ #: templates/metaboxes/types/images.php:38
943
+ #: templates/metaboxes/types/images.php:64
944
  msgid "Delete image"
945
  msgstr "Borrar imagen"
946
 
1068
  msgid "Reset Defaults"
1069
  msgstr "Ajustes predeterminados"
1070
 
1071
+ #~ msgid "Premium version upgrade"
1072
+ #~ msgstr "Actualiza a la versión premium"
1073
+
1074
+ #~ msgid "Current product is not included with your membership key"
1075
+ #~ msgstr "El producto actual no está incluido en tu clave de suscripción"
1076
+
1077
+ #~ msgid "Membership"
1078
+ #~ msgstr "Suscripción"
1079
+
1080
+ #~ msgid "Upgrade to Premium Version"
1081
+ #~ msgstr "Actualizar a la Versión Premium"
1082
+
1083
+ #~ msgid ""
1084
+ #~ "Have you purchased the premium version of a plugin? Don't you know how to "
1085
+ #~ "activate the license after the purchase?"
1086
+ #~ msgstr ""
1087
+ #~ "¿Has comprado la versión premium de un plugin? ¿No sabes cómo activar la "
1088
+ #~ "licencia después de la compra?"
1089
+
1090
+ #~ msgid ""
1091
+ #~ "To upgrade from a FREE to a PREMIUM plugin is not suffice to insert the "
1092
+ #~ "license key provided after the purchase.\n"
1093
+ #~ " The reason is that they are two distinct products, with "
1094
+ #~ "significant differences both for available options and for number of "
1095
+ #~ "files included in the plugin package.\n"
1096
+ #~ " To start to use the PREMIUM version of the plugin, you simply "
1097
+ #~ "need to download the PREMIUM packet and install it on your site."
1098
+ #~ msgstr ""
1099
+ #~ "Para actualizar a del plugin FREE al PREMIUMT no es suficiente con "
1100
+ #~ "insertar la clave de licencia proporcionada después de la compra.\n"
1101
+ #~ " La razón es que son dos productos diferentes, con diferencias "
1102
+ #~ "significativas en las opciones disponibles para el número de archivos "
1103
+ #~ "incluidos en el paquete del plugin.\n"
1104
+ #~ " Para empezar a usar la versión PREMIUM del plugin, simplemente "
1105
+ #~ "necesitas descargar el paquete PREMIUM e instalarlo en tu sitio web."
1106
+
1107
+ #~ msgid ""
1108
+ #~ "%1$sDo you need to know how to do it?%2$s Easy! %1$sFollow this list of "
1109
+ #~ "steps%2$s and in a few minutes the plugin you purchased will be installed "
1110
+ #~ "on your site"
1111
+ #~ msgstr ""
1112
+ #~ "%1$s¿Necesitas saber cómo hacerlo?%2$s ¡Fácil! %1$sSigue estos pasos%2$s "
1113
+ #~ "y en unos minutos el plugin que has comprado estará instalado en tu sitio "
1114
+ #~ "web"
1115
+
1116
+ #~ msgid "Go to yithemes.com and login to \"My Account\" page"
1117
+ #~ msgstr "Ve a yithemes.com e inicia sesión en la página \"Mi cuenta\""
1118
+
1119
+ #~ msgid ""
1120
+ #~ "From the menu on the left, click on \"My Downloads\", look for the plugin "
1121
+ #~ "you want to install among the available downloads and click on \"Download"
1122
+ #~ "\" button"
1123
+ #~ msgstr ""
1124
+ #~ "Desde el menú de la izquierda, haz click en \"Mis Descargas\", busca el "
1125
+ #~ "plugin que te quieres descargar entre las descargas disponibles y haz "
1126
+ #~ "click en el botón \"Descargar\""
1127
+
1128
+ #~ msgid ""
1129
+ #~ "After downloading the packet, go to your website and login to WordPress "
1130
+ #~ "administration area."
1131
+ #~ msgstr ""
1132
+ #~ "Después de descargar el paquete, ve a tu sitio web y regístrate en el "
1133
+ #~ "área de administración de WordPress."
1134
+
1135
+ #~ msgid ""
1136
+ #~ "From the menu on the left, click on \"Plugins\". You will be redirected "
1137
+ #~ "to the page where you will find the complete list of all the plugins "
1138
+ #~ "available on your site. Click on \"Add New\" button that you find above "
1139
+ #~ "on the left to add a new plugin"
1140
+ #~ msgstr ""
1141
+ #~ "Desde el menú de la izquierda, haz click en \"Plugins\". Serás redirigido/"
1142
+ #~ "a a la página donde podrás encontrar la lista completa de plugins "
1143
+ #~ "disponible en tu sitio web. Haz click en el botón \"Añadir Nuevo\" que "
1144
+ #~ "encontrarás arriba a la izquierda para añadir un nuevo plugin"
1145
+
1146
+ #~ msgid ""
1147
+ #~ "You will be redirected to a new page where you will find, above on the "
1148
+ #~ "left next to the page title, the \"Upload Plugin\" button."
1149
+ #~ msgstr ""
1150
+ #~ "Serás redirigido/a a una nueva página donde encontrarás, en la parte "
1151
+ #~ "superior izquierda, junto al título de la página, el botón \"Actualizar "
1152
+ #~ "Plugin\""
1153
+
1154
+ #~ msgid ""
1155
+ #~ "Click on \"Upload Plugins\" button to start the upload of the PREMIUM "
1156
+ #~ "version of the plugin previously downloaded. Click on \"Select File\", "
1157
+ #~ "search for the download folder related to the plugin and upload the "
1158
+ #~ "package. Now you only need to wait a few minutes for the upload and the "
1159
+ #~ "installation on your site. (We used YITH Live Chat plugin by way of "
1160
+ #~ "example)"
1161
+ #~ msgstr ""
1162
+ #~ "Haz click en el botón \"Actualizar Plugins\" para actualizar la versión "
1163
+ #~ "premium del plugin anteriormente descargada. Haz click en \"Seleccionar "
1164
+ #~ "Archivo\", busca la carpeta relacionada al plugin y actualiza el paquete. "
1165
+ #~ "Ahora sólo necesitas esperar unos minutos para actualizarlo e instalarlo "
1166
+ #~ "en tu sitio web. (Usamos YITH Live Chat a modo de ejemplo)"
1167
+
1168
+ #~ msgid "After completing the installation, click on \"Activate plugin\""
1169
+ #~ msgstr ""
1170
+ #~ "Después de completar la instalación, haz click en \"Activar plugin\""
1171
+
1172
+ #~ msgid ""
1173
+ #~ "If everything worked allright, your plugin is now correctly installed on "
1174
+ #~ "your website. Enjoy it :-)"
1175
+ #~ msgstr ""
1176
+ #~ "Si todo funcionó bien, tu plugin está ahora correctamente instalado en tu "
1177
+ #~ "sitio web. Disfrútalo :-)"
1178
+
1179
+ #~ msgid ""
1180
+ #~ "The last step is the activation of the plugin through its license key you "
1181
+ #~ "received after the purchase. Click on \"License Activation\" that you "
1182
+ #~ "find in \"YITH Plugins\" and insert the license key and the email address "
1183
+ #~ "you used during the purchase."
1184
+ #~ msgstr ""
1185
+ #~ "El último paso es la activación del plugin a través de la clave de "
1186
+ #~ "licencia, que recibiste después de la compra. Haz click en \"Activación "
1187
+ #~ "de la licencia\", que encontrarás en \"YITH Plugins\" e introduce la "
1188
+ #~ "dirección de email que usaste durante la compra."
1189
+
1190
+ #~ msgid ""
1191
+ #~ "In case you had difficulty to recover the license key we sent you by "
1192
+ #~ "email, you can easily find it in \"My Licenses\" section of your account "
1193
+ #~ "on yithemes.com"
1194
+ #~ msgstr ""
1195
+ #~ "En caso de que hayas tenido dificultad para recuperar la clave de "
1196
+ #~ "licencia que te enviamos por email, puedes encontrarla fácilmente en la "
1197
+ #~ "sección \"Mis Licencias\" de tu cuenta en yithemes.com"
plugin-fw/languages/yith-plugin-fw-it_IT.mo CHANGED
Binary file
plugin-fw/languages/yith-plugin-fw-it_IT.po CHANGED
@@ -4,15 +4,15 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: YITH Plugin Starter 1.0.0 Plugin FW\n"
6
  "Report-Msgid-Bugs-To: Your Inspiration Themes <plugins@yithemes.com>\n"
7
- "POT-Creation-Date: 2016-05-16 16:37+0200\n"
8
- "PO-Revision-Date: 2016-05-16 16:37+0200\n"
9
  "Last-Translator: \n"
10
  "Language-Team: YIThemes <plugins@yithemes.com>\n"
11
  "Language: it_IT\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
- "X-Generator: Poedit 1.8.4\n"
16
  "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;"
17
  "_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;"
18
  "esc_html_x:1,2c\n"
@@ -138,7 +138,7 @@ msgstr "Tipologia"
138
  #: lib/yit-cpt-unlimited.php:1052
139
  #, php-format
140
  msgid "Layout for this %s"
141
- msgstr ""
142
 
143
  #: lib/yit-cpt-unlimited.php:1058
144
  msgid "Rewrite"
@@ -146,10 +146,11 @@ msgstr "Riscrivi"
146
 
147
  #: lib/yit-cpt-unlimited.php:1059
148
  msgid ""
149
- "Univocal identification name in the URL for each product (slug from post if empty)"
 
150
  msgstr ""
151
- "Nome identificativo univoco nell'URL per singolo prodotto (usa slug dal post se "
152
- "vuoto)"
153
 
154
  #: lib/yit-cpt-unlimited.php:1064
155
  msgid "Label in Singular"
@@ -173,13 +174,14 @@ msgstr "Tassonomia"
173
 
174
  #: lib/yit-cpt-unlimited.php:1077
175
  msgid ""
176
- "If you want to use categories in the portfolio, set a name for taxonomy. Name "
177
- "should be a slug (must not contain capital letters nor spaces) and must not be "
178
- "more than 32 characters long (database structure restriction)."
179
  msgstr ""
180
  "Se vuoi aggiungere delle categorie nel portfolio, imposta un nome per la "
181
- "tassonomia. Il nome dovrà essere in forma di slug (non deve contenere caratteri "
182
- "maiuscoli né spazi) e non più lungo di 32 caratteri (restrizione di database)."
 
183
 
184
  #: lib/yit-cpt-unlimited.php:1082
185
  msgid "Taxonomy Rewrite"
@@ -222,17 +224,17 @@ msgstr "Aggiungi %s dalla immagini"
222
 
223
  #: lib/yit-cpt-unlimited.php:1633
224
  msgid "Upload multiple files"
225
- msgstr ""
226
 
227
  #: lib/yit-plugin-panel-sidebar.php:421 templates/panel/sidebar/sidebar.php:3
228
  msgid "Hide sidebar"
229
- msgstr ""
230
 
231
  #: lib/yit-plugin-panel-sidebar.php:422 templates/panel/sidebar/sidebar.php:3
232
  msgid "Show sidebar"
233
- msgstr ""
234
 
235
- #: lib/yit-plugin-panel-wc.php:359
236
  msgid "The changes you have made will be lost if you leave this page."
237
  msgstr "Perderai tutti i cambiamenti effettuati se lasci questa pagina."
238
 
@@ -240,73 +242,77 @@ msgstr "Perderai tutti i cambiamenti effettuati se lasci questa pagina."
240
  msgid "Plugin Settings"
241
  msgstr "Impostazioni plugin"
242
 
243
- #: lib/yit-plugin-panel.php:293
244
- msgid "Premium version upgrade"
245
- msgstr ""
246
 
247
- #: lib/yit-plugin-panel.php:344 lib/yit-plugin-subpanel.php:146
248
  #: templates/panel/woocommerce/woocommerce-form.php:11
249
  msgid "Save Changes"
250
  msgstr "Salva modifiche"
251
 
252
- #: lib/yit-plugin-panel.php:347 templates/panel/woocommerce/woocommerce-form.php:14
253
- msgid "If you continue with this action, you will reset all options in this page."
 
 
254
  msgstr ""
255
  "Se prosegui con questa azione, tutte le opzioni di questa pagina saranno "
256
  "reimpostate."
257
 
258
- #: lib/yit-plugin-panel.php:349 lib/yit-plugin-subpanel.php:151
259
  msgid "Reset to default"
260
- msgstr ""
261
 
262
- #: lib/yit-plugin-panel.php:349 lib/yit-plugin-subpanel.php:151
263
  #: templates/panel/woocommerce/woocommerce-form.php:18
264
  msgid "Are you sure?"
265
  msgstr "Sei sicuro?"
266
 
267
- #: lib/yit-plugin-panel.php:545
268
- msgid "The element you have entered already exists. Please, enter another name."
 
269
  msgstr "L'elemento inserito esiste già. Per favore, inserisci un altro nome."
270
 
271
- #: lib/yit-plugin-panel.php:546
272
  msgid "Settings saved"
273
  msgstr "Impostazioni salvate"
274
 
275
- #: lib/yit-plugin-panel.php:547
276
  msgid "Settings reset"
277
  msgstr "Impostazioni azzerate"
278
 
279
- #: lib/yit-plugin-panel.php:548
280
  msgid "Element deleted correctly."
281
  msgstr "Elemento rimosso correttamente."
282
 
283
- #: lib/yit-plugin-panel.php:549 lib/yit-plugin-panel.php:550
284
  msgid "Element updated correctly."
285
  msgstr "Elemento aggiornato correttamente."
286
 
287
- #: lib/yit-plugin-panel.php:551
288
  msgid "Database imported correctly."
289
  msgstr "Database importato correttamente."
290
 
291
- #: lib/yit-plugin-panel.php:552
292
  msgid "An error has occurred during import. Please try again."
293
  msgstr "Si è verificato un errore durante l'importazione. Prova di nuovo."
294
 
295
- #: lib/yit-plugin-panel.php:553
296
  msgid "The added file is not valid."
297
  msgstr "Il file aggiunto non è valido."
298
 
299
- #: lib/yit-plugin-panel.php:554
300
  msgid "Sorry, import is disabled."
301
  msgstr "Ci dispiace, l'importazione è disabilitata."
302
 
303
- #: lib/yit-plugin-panel.php:555
304
  msgid "Sorting successful."
305
  msgstr "Ordinamento effettuato con successo."
306
 
307
  #: lib/yit-plugin-subpanel.php:149
308
  msgid ""
309
- "If you continue with this action, you will reset all the options in this page."
 
310
  msgstr ""
311
  "Se prosegui con questa azione, tutte le opzioni di questa pagina saranno "
312
  "reimpostate."
@@ -318,12 +324,13 @@ msgstr "Plugin attivati"
318
  #: lib/yit-pointers.php:71
319
  msgid ""
320
  "From now on, you can find all plugin options in YIT Plugin menu.\n"
321
- " For each plugin installed, customization "
322
- "settings will be available as a new entry in YIT Plugin menu."
323
  msgstr ""
324
- "Da ora in poi, puoi trovare tutte le opzioni dei tuoi plugin nel menu Plugin YIT.\n"
325
- "Troverai le impostazioni di personalizzazione sotto una nuova voce nel menu Plugin "
326
- "YIT."
 
327
 
328
  #: lib/yit-pointers.php:73 lib/yit-pointers.php:89
329
  msgid "Discover all our plugins available on:"
@@ -337,110 +344,120 @@ msgstr "e"
337
  msgid "Plugins Upgraded"
338
  msgstr "Plugin aggiornati"
339
 
340
- # Any time you install one of our plugins, a new entry will be added to this menu.\n
341
  #: lib/yit-pointers.php:85
342
  msgid ""
343
  "From now on, you can find all options of your plugins in YIT Plugin menu.\n"
344
- " Any time one of our plugins is updated, a new "
345
- "entry will be added to this menu.\n"
346
- " For example, after the update, plugin options "
347
- "(such as for YITH WooCommerce Wishlist, YITH WooCommerce Ajax Search, etc.)\n"
348
- " will be moved from previous location to YIT "
349
- "Plugin tab."
 
350
  msgstr ""
351
- "Da ora in poi, troverai tutte le opzioni dei tuoi plugin nel menu Plugin YIT.\n"
352
- "Ogni volta che aggiornerai i nostri plugin, troverai una nuova voce in questo "
353
- "menu.\n"
354
- "Per esempio, dopo l'aggiornamento, le opzioni del plugin (come per esempio quelle "
355
- "di YITH WooCommerce Wishlist, YITH WooCommerce Ajax Search etc.)\n"
 
356
  "saranno trasferite nella scheda Plugin YIT."
357
 
358
- #: lib/yit-upgrade.php:136
359
  msgid "There is a new version of %plugin_name% available."
360
  msgstr "Una nuova versione di %plugin_name% è disponibile."
361
 
362
- #: lib/yit-upgrade.php:137
363
  msgid "View version %latest% details."
364
  msgstr "Visualizza i dettagli della versione %latest%."
365
 
366
- #: lib/yit-upgrade.php:138
367
  msgid "Automatic update is unavailable for this plugin,"
368
  msgstr "L'aggiornamento automatico non è disponibile per questo plugin,"
369
 
370
- #: lib/yit-upgrade.php:139
371
- msgid "please <a href=\"%activate_link%\">activate</a> your copy of %plugin_name%."
 
372
  msgstr ""
373
- "per favore, <a href=\"%activate_link%\">attiva</a> la tua copia di %plugin_name%."
 
374
 
375
- #: lib/yit-upgrade.php:140
376
  msgid "Update now."
377
  msgstr "Aggiorna adesso."
378
 
379
- #: lib/yit-upgrade.php:243
380
  msgid "YIThemes Repository"
381
- msgstr ""
382
 
383
- #: lib/yit-upgrade.php:277
384
  msgid "Invalid URL Provided."
385
  msgstr "L'URL inserito non è valido."
386
 
387
- #: lib/yit-upgrade.php:290
388
  msgid "Could not create Temporary file."
389
  msgstr "Non è stato possibile creare il file temporaneo."
390
 
391
- #: lib/yit-upgrade.php:432
392
  #, php-format
393
  msgid ""
394
- "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
395
- "changelog-button\" title=\"%3$s\">View version %4$s details</a>."
396
  msgstr ""
397
- "È disponibile una nuova versione di %1$s. <a href=\"%2$s\" class=\"thickbox yit-"
398
- "changelog-button\" title=\"%3$s\">Visualizza i dettagli della versione %4$s</a>."
 
399
 
400
- #: lib/yit-upgrade.php:434
401
  #, php-format
402
  msgid ""
403
- "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
404
- "changelog-button\" title=\"%3$s\">View version %4$s details</a>. <em>You have to "
405
- "activate the plugin on a single site of the network to benefit from automatic "
406
- "updates.</em>"
407
  msgstr ""
408
- "È disponibile una nuova versioni di %1$s. <a href=\"%2$s\" class=\"thickbox yit-"
409
- "changelog-button\" title=\"%3$s\">Visualizza i dettagli della versione %4$s</a>. "
410
- "<em>Per poter usufruire degli aggiornamenti automatici è necessario attivare il "
411
- "plugin su un solo sito.</em>"
412
 
413
- #: lib/yit-upgrade.php:436
414
  #, php-format
415
  msgid ""
416
- "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
417
- "changelog-button\" title=\"%3$s\">View version %4$s details</a>. <em>Automatic "
418
- "update is unavailable for this plugin, please <a href=\"%5$s\" title=\"License "
419
- "activation\">activate</a> your copy of %6s.</em>"
420
  msgstr ""
 
 
 
 
 
421
 
422
- #: lib/yit-upgrade.php:438
423
  #, php-format
424
  msgid ""
425
- "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
426
- "changelog-button\" title=\"%3$s\">View version %4$s details</a> or <a href=\"%5$s"
427
- "\">update now</a>."
428
  msgstr ""
429
- "È disponibile una nuova versioni di %1$s. <a href=\"%2$s\" class=\"thickbox yit-"
430
- "changelog-button\" title=\"%3$s\">Visualizza i dettagli della versione %4$s</a> "
431
- "oppure <a href=\"%5$s\">aggiorna adesso</a>."
432
 
433
- #: lib/yit-upgrade.php:511
434
  msgid "You can't update the plugins for this site."
435
  msgstr "Non è possibile aggiornare i plugin per questo sito."
436
 
437
- #: lib/yit-upgrade.php:515
438
- msgid "You do not have sufficient permissions to update the plugins for this site."
 
439
  msgstr ""
440
- "Non sei in possesso delle autorizzazioni necessarie per aggiornare i plugin in "
441
- "questo sito."
442
 
443
- #: lib/yit-upgrade.php:522
444
  msgid "Update Plugin"
445
  msgstr "Aggiorna plugin"
446
 
@@ -473,11 +490,11 @@ msgstr "Email"
473
  #: licence/templates/panel/activation/activation-panel.php:167
474
  #: licence/templates/panel/activation/activation-panel.php:198
475
  msgid "License Key"
476
- msgstr ""
477
 
478
  #: licence/lib/yit-licence.php:187
479
  msgid "Are you sure you want to deactivate the license for current site?"
480
- msgstr ""
481
 
482
  #: licence/lib/yit-licence.php:667
483
  msgid "Invalid Request"
@@ -485,7 +502,7 @@ msgstr "Richiesta non valida"
485
 
486
  #: licence/lib/yit-licence.php:668
487
  msgid "Invalid license key"
488
- msgstr ""
489
 
490
  #: licence/lib/yit-licence.php:669
491
  msgid "Software has been deactivated"
@@ -505,33 +522,33 @@ msgstr "Chiave di sicurezza non valida"
505
 
506
  #: licence/lib/yit-licence.php:673
507
  msgid "License key has expired"
508
- msgstr ""
509
 
510
  #: licence/lib/yit-licence.php:674
511
  msgid "License key has been banned"
512
- msgstr ""
513
 
514
  #: licence/lib/yit-licence.php:675
515
- msgid "Current product is not included with your membership key"
516
- msgstr ""
517
 
518
  #: licence/lib/yit-licence.php:676
519
  msgid "Great"
520
- msgstr ""
521
 
522
  #: licence/lib/yit-licence.php:676
523
  msgid "License successfully activated"
524
- msgstr ""
525
 
526
  #: licence/lib/yit-licence.php:677
527
  msgid "License key deactivated for website"
528
- msgstr ""
529
 
530
  #: licence/lib/yit-plugin-licence.php:67 licence/lib/yit-plugin-licence.php:68
531
  #: licence/lib/yit-theme-licence.php:69 licence/lib/yit-theme-licence.php:70
532
  #: licence/lib/yit-theme-licence.php:109 licence/lib/yit-theme-licence.php:110
533
  msgid "License Activation"
534
- msgstr ""
535
 
536
  #: licence/lib/yit-theme-licence.php:117 licence/lib/yit-theme-licence.php:118
537
  #, php-format
@@ -540,29 +557,39 @@ msgstr "%s"
540
 
541
  #: licence/lib/yit-theme-licence.php:159
542
  msgid ""
543
- "I cannot find the license key for activating the theme I have bought some time "
544
- "ago. Where can I find it?"
545
  msgstr ""
546
  "Non riesco a trovare la chiave di licenza per l'attivazione del tema che ho "
547
  "acquistato diverso tempo fa. Dove posso trovarla?"
548
 
549
  #: licence/lib/yit-theme-licence.php:163
550
  msgid ""
551
- "If you have purchased one of our products before 27 January 2015, you can benefit "
552
- "from support and updates (the services offered with the license)\n"
553
- " until 27 January 2016 and you do not have to purchase it again "
554
- "to get a new license key, because, before this date, your license used to be "
555
- "activated automatically by our system.\n"
556
- " After 27 January 2016, instead, if you want to benefit from "
557
- "support and updates you have to buy a new license and activate it through the "
558
- "license key you will be\n"
559
- " provided with and that you can find in your YIThemes account, "
560
- "in section \"My licenses\"."
561
  msgstr ""
 
 
 
 
 
 
 
 
 
 
562
 
563
  #: licence/templates/panel/activation/activation-panel.php:23
564
  msgid "Yithemes License Activation"
565
- msgstr ""
566
 
567
  #: licence/templates/panel/activation/activation-panel.php:27
568
  msgid ""
@@ -574,13 +601,13 @@ msgstr ""
574
 
575
  #: licence/templates/panel/activation/activation-panel.php:29
576
  msgid "Update license information"
577
- msgstr ""
578
 
579
  #: licence/templates/panel/activation/activation-panel.php:42
580
  msgid "Product to activate"
581
  msgid_plural "Products to activate"
582
- msgstr[0] ""
583
- msgstr[1] ""
584
 
585
  #: licence/templates/panel/activation/activation-panel.php:61
586
  msgid "Activate"
@@ -606,12 +633,12 @@ msgid "Remaining"
606
  msgstr "Tempo rimanente"
607
 
608
  #: licence/templates/panel/activation/activation-panel.php:97
609
- msgid "Membership"
610
- msgstr ""
611
 
612
  #: licence/templates/panel/activation/activation-panel.php:101
613
  msgid "License Actions"
614
- msgstr ""
615
 
616
  #: licence/templates/panel/activation/activation-panel.php:126
617
  #, php-format
@@ -620,7 +647,7 @@ msgstr "%1s di %2s"
620
 
621
  #: licence/templates/panel/activation/activation-panel.php:142
622
  msgid "Deactivate"
623
- msgstr ""
624
 
625
  #: licence/templates/panel/activation/activation-panel.php:147
626
  #: licence/templates/panel/activation/activation-panel.php:204
@@ -637,11 +664,11 @@ msgstr "Non più valido"
637
 
638
  #: licence/templates/panel/activation/activation-panel.php:226
639
  msgid "Order again"
640
- msgstr ""
641
 
642
  #: licence/templates/panel/activation/activation-panel.php:228
643
  msgid "Renew license"
644
- msgstr ""
645
 
646
  #: templates/metaboxes/types/ajax-products.php:23
647
  msgid "Search for a product"
@@ -734,11 +761,12 @@ msgstr "Nome dati"
734
  #: templates/metaboxes/types/contactform.php:90
735
  #: templates/metaboxes/types/contactform.php:282
736
  msgid ""
737
- "REQUIRED: Field identification name to be entered into email body. <strong>Note:</"
738
- "strong>Use only lowercase characters and underscores."
739
  msgstr ""
740
  "RICHIESTO: Nome identificativo del campo da inserire nel corpo dell'email. "
741
- "<strong>Nota:</strong>Puoi utilizzare solamente caratteri minuscoli e underscore."
 
742
 
743
  #: templates/metaboxes/types/contactform.php:95
744
  #: templates/metaboxes/types/contactform.php:287
@@ -824,7 +852,8 @@ msgstr "Classe"
824
 
825
  #: templates/metaboxes/types/contactform.php:170
826
  #: templates/metaboxes/types/contactform.php:362
827
- msgid "Insert additional class(es) (separated by commas) for more personalization."
 
828
  msgstr ""
829
  "Inserisci una o più classi (separate da virgole) per una ulteriore "
830
  "personalizzazione."
@@ -903,7 +932,8 @@ msgstr "(Default: <i %s></i> )"
903
 
904
  #: templates/metaboxes/types/image-gallery.php:40
905
  #: templates/metaboxes/types/image-gallery.php:45
906
- #: templates/metaboxes/types/images.php:38 templates/metaboxes/types/images.php:64
 
907
  msgid "Delete image"
908
  msgstr "Rimuovi immagine"
909
 
@@ -1009,163 +1039,149 @@ msgstr "Grassetto corsivo"
1009
 
1010
  #: templates/panel/sidebar/widgets/widgets.php:17
1011
  msgid "Join the club"
1012
- msgstr ""
1013
 
1014
  #: templates/panel/sidebar/widgets/widgets.php:24
1015
  msgid "Despacho Theme - 100% FREE"
1016
- msgstr ""
1017
 
1018
  #: templates/panel/sidebar/widgets/widgets.php:28
1019
  msgid "FREE!"
1020
- msgstr ""
1021
 
1022
  #: templates/panel/sidebar/widgets/widgets.php:34
1023
  msgid "Important Links"
1024
- msgstr ""
1025
 
1026
  #: templates/panel/types/upload.php:32
1027
  msgid "Reset"
1028
- msgstr ""
1029
 
1030
  #: templates/panel/woocommerce/woocommerce-form.php:17
1031
  msgid "Reset Defaults"
1032
  msgstr "Ripristina impostazioni iniziali"
1033
 
1034
- #: templates/upgrade/upgrade-to-pro-version.php:2
1035
- msgid "Upgrade to Premium Version"
1036
- msgstr ""
1037
 
1038
- #: templates/upgrade/upgrade-to-pro-version.php:3
1039
- msgid ""
1040
- "Have you purchased the premium version of a plugin? Don't you know how to activate "
1041
- "the license after the purchase?"
1042
- msgstr ""
1043
- "Hai comprato la versione premium di un plugin ? Dopo l'acquisto non trovi dove "
1044
- "attivare la licenza del tuo plugin premium ? "
1045
 
1046
- #: templates/upgrade/upgrade-to-pro-version.php:5
1047
- msgid ""
1048
- "To upgrade from a FREE to a PREMIUM plugin is not suffice to insert the license "
1049
- "key provided after the purchase.\n"
1050
- " The reason is that they are two distinct products, with significant "
1051
- "differences both for available options and for number of files included in the "
1052
- "plugin package.\n"
1053
- " To start to use the PREMIUM version of the plugin, you simply need to "
1054
- "download the PREMIUM packet and install it on your site."
1055
- msgstr ""
1056
- "Per passare da un plugin FREE ad uno PREMIUM non basta semplicemnete inserire la "
1057
- "chiave di licenza che ti è stata fornita dopo aver completato l'acquisto. Questo "
1058
- "perchè fisicamente si tratta di due prodotti diversi, con differenze sostanziali "
1059
- "sia nelle opzioni disponibili sia sul numero di file presenti all'interno del "
1060
- "pacchetto del plugin stesso. \n"
1061
- "Per iniziare ad usare il plugin PREMIUM che hai appena acquistato devi "
1062
- "semplicemente scaricare il pacchetto PREMIUM ed installarlo sul tuo sito."
1063
-
1064
- #: templates/upgrade/upgrade-to-pro-version.php:9
1065
- #, php-format
1066
- msgid ""
1067
- "%1$sDo you need to know how to do it?%2$s Easy! %1$sFollow this list of steps%2$s "
1068
- "and in a few minutes the plugin you purchased will be installed on your site"
1069
- msgstr ""
1070
- "%1$sNon sai come fare ?%2$s Non è un problema%1$s, segui i passi elencati qui sotto"
1071
- "%2$s ed in pochi minuti avrai il plugin acquistato correttamente installato sul "
1072
- "tuo sito."
1073
 
1074
- #: templates/upgrade/upgrade-to-pro-version.php:12
1075
- msgid "Go to yithemes.com and login to \"My Account\" page"
1076
- msgstr "Vai su yithemes.com ed effettua il login alla sezione \"My Account \""
 
 
 
 
 
1077
 
1078
- #: templates/upgrade/upgrade-to-pro-version.php:18
1079
- msgid ""
1080
- "From the menu on the left, click on \"My Downloads\", look for the plugin you want "
1081
- "to install among the available downloads and click on \"Download\" button"
1082
- msgstr ""
1083
- "Dal menù di sinistra clicca su \"My Downloads\" e cerca tra i download disponibili "
1084
- "il plugin che vuoi installare, e clicca su \"Download\""
1085
 
1086
- #: templates/upgrade/upgrade-to-pro-version.php:24
1087
- msgid ""
1088
- "After downloading the packet, go to your website and login to WordPress "
1089
- "administration area."
1090
- msgstr ""
1091
- "Non appena il download del pacchetto sarà completato recati sul tuo sito web ed "
1092
- "effettua il login all'area amministrazione di WordPress."
1093
 
1094
- #: templates/upgrade/upgrade-to-pro-version.php:30
1095
- msgid ""
1096
- "From the menu on the left, click on \"Plugins\". You will be redirected to the "
1097
- "page where you will find the complete list of all the plugins available on your "
1098
- "site. Click on \"Add New\" button that you find above on the left to add a new "
1099
- "plugin"
1100
- msgstr ""
1101
- "Dal menù di sinistra clicca sulla voce Plugins. Verrai indirizzato su una pagina "
1102
- "con la lista dei plugin disponibili sul tuo sito. Clicca sul pulsante \"Add New\" "
1103
- "che trovi in alto a sinistra vicino al titolo della pagina."
1104
 
1105
- #: templates/upgrade/upgrade-to-pro-version.php:36
1106
- msgid ""
1107
- "You will be redirected to a new page where you will find, above on the left next "
1108
- "to the page title, the \"Upload Plugin\" button."
1109
- msgstr ""
1110
- "Verrai indirizzato su una nuova pagina dove trovi, in alto a sinistra vicino al "
1111
- "titolo della pagina, il pulsante \"Upload Plugin\"."
 
 
 
1112
 
1113
- #: templates/upgrade/upgrade-to-pro-version.php:42
1114
- msgid ""
1115
- "Click on \"Upload Plugins\" button to start the upload of the PREMIUM version of "
1116
- "the plugin previously downloaded. Click on \"Select File\", search for the "
1117
- "download folder related to the plugin and upload the package. Now you only need to "
1118
- "wait a few minutes for the upload and the installation on your site. (We used YITH "
1119
- "Live Chat plugin by way of example)"
1120
- msgstr ""
1121
- "Cliccando su \"Upload Plugins\", ti troverai in una pagina dove poter effettuare "
1122
- "l'upload del pacchetto del plugin PREMIUM da te precedentemente scaricato. Clicca "
1123
- "quindi su \"Scegli File\", cerca la cartella di download dove hai scaricato il "
1124
- "plugin ed effettua il caricamento del pacchetto. A questo punto ti basta attendere "
1125
- "qualche minuto che il pacchetto venga caricato ed installato sul tuo sito. "
1126
- "(Abbiamo usato YITH Live Chat come esempio) "
1127
-
1128
- #: templates/upgrade/upgrade-to-pro-version.php:48
1129
- msgid "After completing the installation, click on \"Activate plugin\""
1130
- msgstr "Al termine della procedura di installazione clicca su \"Attiva\""
1131
-
1132
- #: templates/upgrade/upgrade-to-pro-version.php:52
1133
- msgid ""
1134
- "If everything worked allright, your plugin is now correctly installed on your "
1135
- "website. Enjoy it :-)"
1136
- msgstr ""
1137
- "Se tutto è andato per il meglio il tuo plugin è correttamente installato sul tuo "
1138
- "sito web. Enjoy it :-)"
1139
 
1140
- #: templates/upgrade/upgrade-to-pro-version.php:55
1141
- msgid ""
1142
- "The last step is the activation of the plugin through its license key you received "
1143
- "after the purchase. Click on \"License Activation\" that you find in \"YITH Plugins"
1144
- "\" and insert the license key and the email address you used during the purchase."
1145
- msgstr ""
 
 
 
 
 
 
 
 
 
1146
 
1147
- #: templates/upgrade/upgrade-to-pro-version.php:61
1148
- msgid ""
1149
- "In case you had difficulty to recover the license key we sent you by email, you "
1150
- "can easily find it in \"My Licenses\" section of your account on yithemes.com"
1151
- msgstr ""
1152
- "Se non trovi l'email che ti abbiamo inviato contenete la license key puoi "
1153
- "facilmente recuperarla dalla sezione \"My Licenses\" all'interno della sezione My "
1154
- "Account del nostro sito yithemes.com."
 
 
 
 
 
 
 
 
 
 
1155
 
1156
  #~ msgid "YITH Plugins"
1157
  #~ msgstr "YITH Plugins"
1158
 
1159
  #~ msgid ""
1160
  #~ "The last step is the activation of the plugin through its license key you "
1161
- #~ "received after the purchase. Click on \"License Activation\" that you find in "
1162
- #~ "\"YITH Plugins\" and insert the license key and the email address you used "
1163
- #~ "during the purchas."
1164
  #~ msgstr ""
1165
- #~ "Ultimo step è attivare il plugin con la chiave di licenza che hai ricevuto dopo "
1166
- #~ "l'acquisto. Clicca quindi sul link \"License Activation\" che trovi sotto "
1167
- #~ "\"YITH Plugins\" ed inserisci la license key in tuo possesso ed email "
1168
- #~ "utilizzata in fase di acquisto."
1169
 
1170
  #~ msgid "YIT Plugins"
1171
  #~ msgstr "YIT Plugins"
@@ -1183,16 +1199,17 @@ msgstr ""
1183
  #~ msgstr "Ripristina impostazioni iniziali"
1184
 
1185
  #~ msgid ""
1186
- #~ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
1187
- #~ "changelog-button\" title=\"%3$s\">View version %4$s details</a>. <em>Automatic "
1188
- #~ "update is unavailable for this plugin, please <a href=\"%5$s\" title=\"Licence "
1189
- #~ "activation\">activate</a> your copy of %6s.</em>"
 
1190
  #~ msgstr ""
1191
- #~ "È disponibile una nuova versioni di %1$s. <a href=\"%2$s\" class=\"thickbox yit-"
1192
- #~ "changelog-button\" title=\"%3$s\">Visualizza i dettagli della versione %4$s</"
1193
- #~ "a>. <em>Gli aggiornamenti automatici non sono disponibili per questo plugi, per "
1194
- #~ "favore, <a href=\"%5$s\" title=\"Licence activation\">attiva</a> la tua copia "
1195
- #~ "di %6s.</em>"
1196
 
1197
  #~ msgid "Invalid licence key"
1198
  #~ msgstr "Chiave di licenza non valida"
@@ -1212,24 +1229,24 @@ msgstr ""
1212
  #~ msgid ""
1213
  #~ "If you have purchased one of our products before 27 January 2015, you can "
1214
  #~ "benefit from support and updates (the services offered with the license)\n"
1215
- #~ " until 27 January 2016 and you do not have to purchase it again to "
1216
- #~ "get a new license key, because, before this date, your license used to be "
1217
- #~ "activated automatically by our system.\n"
1218
- #~ " After 27 January 2016, instead, if you want to benefit from support "
1219
- #~ "and updates you have to buy a new license and activate it through the license "
1220
- #~ "key you will be\n"
1221
- #~ " provided with and that you can find in your YIThemes account, in "
1222
- #~ "section \"My licenses\"."
1223
  #~ msgstr ""
1224
- #~ "Se hai acquistato un nostro prodotto prima del 27 gennaio 2015 potrai accedere "
1225
- #~ "al supporto e scaricare gli aggiornamenti fino al 27 gennaio 2016 e non avrai "
1226
- #~ "bisogno di una chiave di licenza,\n"
1227
  #~ "in quanto la tua licenza prima di questa data veniva attivata in modo "
1228
  #~ "automatico dal nostro sistema.\n"
1229
- #~ "Dopo il 27 gennaio 2016, invece, per poter usufruire del servizio di supporto e "
1230
- #~ "degli aggiornamenti dovrai riacquistare il prodotto e\n"
1231
- #~ "attivarlo con la chiave di licenza che ti sarà fornita e che puoi trovare sul "
1232
- #~ "tuo account YIThemes, alla voce \"Le mie licenze\"."
1233
 
1234
  #~ msgid "Update licence information"
1235
  #~ msgstr "Aggiorna le informazioni di licenza"
4
  msgstr ""
5
  "Project-Id-Version: YITH Plugin Starter 1.0.0 Plugin FW\n"
6
  "Report-Msgid-Bugs-To: Your Inspiration Themes <plugins@yithemes.com>\n"
7
+ "POT-Creation-Date: 2016-07-06 15:16+0200\n"
8
+ "PO-Revision-Date: 2016-07-06 15:17+0200\n"
9
  "Last-Translator: \n"
10
  "Language-Team: YIThemes <plugins@yithemes.com>\n"
11
  "Language: it_IT\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
+ "X-Generator: Poedit 1.8.8\n"
16
  "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;"
17
  "_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;"
18
  "esc_html_x:1,2c\n"
138
  #: lib/yit-cpt-unlimited.php:1052
139
  #, php-format
140
  msgid "Layout for this %s"
141
+ msgstr "Layout per questo %s"
142
 
143
  #: lib/yit-cpt-unlimited.php:1058
144
  msgid "Rewrite"
146
 
147
  #: lib/yit-cpt-unlimited.php:1059
148
  msgid ""
149
+ "Univocal identification name in the URL for each product (slug from post if "
150
+ "empty)"
151
  msgstr ""
152
+ "Nome identificativo univoco nell'URL per singolo prodotto (usa slug dal post "
153
+ "se vuoto)"
154
 
155
  #: lib/yit-cpt-unlimited.php:1064
156
  msgid "Label in Singular"
174
 
175
  #: lib/yit-cpt-unlimited.php:1077
176
  msgid ""
177
+ "If you want to use categories in the portfolio, set a name for taxonomy. "
178
+ "Name should be a slug (must not contain capital letters nor spaces) and must "
179
+ "not be more than 32 characters long (database structure restriction)."
180
  msgstr ""
181
  "Se vuoi aggiungere delle categorie nel portfolio, imposta un nome per la "
182
+ "tassonomia. Il nome dovrà essere in forma di slug (non deve contenere "
183
+ "caratteri maiuscoli né spazi) e non più lungo di 32 caratteri (restrizione "
184
+ "di database)."
185
 
186
  #: lib/yit-cpt-unlimited.php:1082
187
  msgid "Taxonomy Rewrite"
224
 
225
  #: lib/yit-cpt-unlimited.php:1633
226
  msgid "Upload multiple files"
227
+ msgstr "Carica file multipli"
228
 
229
  #: lib/yit-plugin-panel-sidebar.php:421 templates/panel/sidebar/sidebar.php:3
230
  msgid "Hide sidebar"
231
+ msgstr "Nascondi barra laterale"
232
 
233
  #: lib/yit-plugin-panel-sidebar.php:422 templates/panel/sidebar/sidebar.php:3
234
  msgid "Show sidebar"
235
+ msgstr "Mostra barra laterale"
236
 
237
+ #: lib/yit-plugin-panel-wc.php:374
238
  msgid "The changes you have made will be lost if you leave this page."
239
  msgstr "Perderai tutti i cambiamenti effettuati se lasci questa pagina."
240
 
242
  msgid "Plugin Settings"
243
  msgstr "Impostazioni plugin"
244
 
245
+ #: lib/yit-plugin-panel.php:297 lib/yit-plugin-panel.php:300
246
+ msgid "How to install premium version"
247
+ msgstr "Come installare la versione premium"
248
 
249
+ #: lib/yit-plugin-panel.php:352 lib/yit-plugin-subpanel.php:146
250
  #: templates/panel/woocommerce/woocommerce-form.php:11
251
  msgid "Save Changes"
252
  msgstr "Salva modifiche"
253
 
254
+ #: lib/yit-plugin-panel.php:355
255
+ #: templates/panel/woocommerce/woocommerce-form.php:14
256
+ msgid ""
257
+ "If you continue with this action, you will reset all options in this page."
258
  msgstr ""
259
  "Se prosegui con questa azione, tutte le opzioni di questa pagina saranno "
260
  "reimpostate."
261
 
262
+ #: lib/yit-plugin-panel.php:357 lib/yit-plugin-subpanel.php:151
263
  msgid "Reset to default"
264
+ msgstr "Ripristina configurazione predefinita"
265
 
266
+ #: lib/yit-plugin-panel.php:357 lib/yit-plugin-subpanel.php:151
267
  #: templates/panel/woocommerce/woocommerce-form.php:18
268
  msgid "Are you sure?"
269
  msgstr "Sei sicuro?"
270
 
271
+ #: lib/yit-plugin-panel.php:553
272
+ msgid ""
273
+ "The element you have entered already exists. Please, enter another name."
274
  msgstr "L'elemento inserito esiste già. Per favore, inserisci un altro nome."
275
 
276
+ #: lib/yit-plugin-panel.php:554
277
  msgid "Settings saved"
278
  msgstr "Impostazioni salvate"
279
 
280
+ #: lib/yit-plugin-panel.php:555
281
  msgid "Settings reset"
282
  msgstr "Impostazioni azzerate"
283
 
284
+ #: lib/yit-plugin-panel.php:556
285
  msgid "Element deleted correctly."
286
  msgstr "Elemento rimosso correttamente."
287
 
288
+ #: lib/yit-plugin-panel.php:557 lib/yit-plugin-panel.php:558
289
  msgid "Element updated correctly."
290
  msgstr "Elemento aggiornato correttamente."
291
 
292
+ #: lib/yit-plugin-panel.php:559
293
  msgid "Database imported correctly."
294
  msgstr "Database importato correttamente."
295
 
296
+ #: lib/yit-plugin-panel.php:560
297
  msgid "An error has occurred during import. Please try again."
298
  msgstr "Si è verificato un errore durante l'importazione. Prova di nuovo."
299
 
300
+ #: lib/yit-plugin-panel.php:561
301
  msgid "The added file is not valid."
302
  msgstr "Il file aggiunto non è valido."
303
 
304
+ #: lib/yit-plugin-panel.php:562
305
  msgid "Sorry, import is disabled."
306
  msgstr "Ci dispiace, l'importazione è disabilitata."
307
 
308
+ #: lib/yit-plugin-panel.php:563
309
  msgid "Sorting successful."
310
  msgstr "Ordinamento effettuato con successo."
311
 
312
  #: lib/yit-plugin-subpanel.php:149
313
  msgid ""
314
+ "If you continue with this action, you will reset all the options in this "
315
+ "page."
316
  msgstr ""
317
  "Se prosegui con questa azione, tutte le opzioni di questa pagina saranno "
318
  "reimpostate."
324
  #: lib/yit-pointers.php:71
325
  msgid ""
326
  "From now on, you can find all plugin options in YIT Plugin menu.\n"
327
+ " For each plugin installed, "
328
+ "customization settings will be available as a new entry in YIT Plugin menu."
329
  msgstr ""
330
+ "Da ora in poi, puoi trovare tutte le opzioni dei tuoi plugin nel menu Plugin "
331
+ "YIT.\n"
332
+ "Troverai le impostazioni di personalizzazione sotto una nuova voce nel menu "
333
+ "Plugin YIT."
334
 
335
  #: lib/yit-pointers.php:73 lib/yit-pointers.php:89
336
  msgid "Discover all our plugins available on:"
344
  msgid "Plugins Upgraded"
345
  msgstr "Plugin aggiornati"
346
 
 
347
  #: lib/yit-pointers.php:85
348
  msgid ""
349
  "From now on, you can find all options of your plugins in YIT Plugin menu.\n"
350
+ " Any time one of our plugins is updated, "
351
+ "a new entry will be added to this menu.\n"
352
+ " For example, after the update, plugin "
353
+ "options (such as for YITH WooCommerce Wishlist, YITH WooCommerce Ajax "
354
+ "Search, etc.)\n"
355
+ " will be moved from previous location to "
356
+ "YIT Plugin tab."
357
  msgstr ""
358
+ "Da ora in poi, troverai tutte le opzioni dei tuoi plugin nel menu Plugin "
359
+ "YIT.\n"
360
+ "Ogni volta che aggiornerai i nostri plugin, troverai una nuova voce in "
361
+ "questo menu.\n"
362
+ "Per esempio, dopo l'aggiornamento, le opzioni del plugin (come per esempio "
363
+ "quelle di YITH WooCommerce Wishlist, YITH WooCommerce Ajax Search etc.)\n"
364
  "saranno trasferite nella scheda Plugin YIT."
365
 
366
+ #: lib/yit-upgrade.php:135
367
  msgid "There is a new version of %plugin_name% available."
368
  msgstr "Una nuova versione di %plugin_name% è disponibile."
369
 
370
+ #: lib/yit-upgrade.php:136
371
  msgid "View version %latest% details."
372
  msgstr "Visualizza i dettagli della versione %latest%."
373
 
374
+ #: lib/yit-upgrade.php:137
375
  msgid "Automatic update is unavailable for this plugin,"
376
  msgstr "L'aggiornamento automatico non è disponibile per questo plugin,"
377
 
378
+ #: lib/yit-upgrade.php:138
379
+ msgid ""
380
+ "please <a href=\"%activate_link%\">activate</a> your copy of %plugin_name%."
381
  msgstr ""
382
+ "per favore, <a href=\"%activate_link%\">attiva</a> la tua copia di "
383
+ "%plugin_name%."
384
 
385
+ #: lib/yit-upgrade.php:139
386
  msgid "Update now."
387
  msgstr "Aggiorna adesso."
388
 
389
+ #: lib/yit-upgrade.php:240
390
  msgid "YIThemes Repository"
391
+ msgstr "Repository YIThemes"
392
 
393
+ #: lib/yit-upgrade.php:274
394
  msgid "Invalid URL Provided."
395
  msgstr "L'URL inserito non è valido."
396
 
397
+ #: lib/yit-upgrade.php:287
398
  msgid "Could not create Temporary file."
399
  msgstr "Non è stato possibile creare il file temporaneo."
400
 
401
+ #: lib/yit-upgrade.php:439
402
  #, php-format
403
  msgid ""
404
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
405
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>."
406
  msgstr ""
407
+ "È disponibile una nuova versione di %1$s. <a href=\"%2$s\" class=\"thickbox "
408
+ "yit-changelog-button\" title=\"%3$s\">Visualizza i dettagli della versione "
409
+ "%4$s</a>."
410
 
411
+ #: lib/yit-upgrade.php:441
412
  #, php-format
413
  msgid ""
414
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
415
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>. <em>You "
416
+ "have to activate the plugin on a single site of the network to benefit from "
417
+ "automatic updates.</em>"
418
  msgstr ""
419
+ "È disponibile una nuova versioni di %1$s. <a href=\"%2$s\" class=\"thickbox "
420
+ "yit-changelog-button\" title=\"%3$s\">Visualizza i dettagli della versione "
421
+ "%4$s</a>. <em>Per poter usufruire degli aggiornamenti automatici è "
422
+ "necessario attivare il plugin su un solo sito.</em>"
423
 
424
+ #: lib/yit-upgrade.php:443
425
  #, php-format
426
  msgid ""
427
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
428
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>. "
429
+ "<em>Automatic update is unavailable for this plugin, please <a href=\"%5$s\" "
430
+ "title=\"License activation\">activate</a> your copy of %6s.</em>"
431
  msgstr ""
432
+ "È disponibile una nuova versione di %1$s. <a href=\"%2$s\" class=\"thickbox "
433
+ "yit-changelog-button\" title=\"%3$s\">Visualizza i dettagli della versione "
434
+ "%4$s</a>. <em>Gli aggiornamenti automatici non sono disponibili per questo "
435
+ "plugin, per piacere <a href=\"%5$s\" title=\"License activation\">attivi</a> "
436
+ "la sua copia di %6s.</em>"
437
 
438
+ #: lib/yit-upgrade.php:445
439
  #, php-format
440
  msgid ""
441
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
442
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a> or <a "
443
+ "href=\"%5$s\">update now</a>."
444
  msgstr ""
445
+ "È disponibile una nuova versioni di %1$s. <a href=\"%2$s\" class=\"thickbox "
446
+ "yit-changelog-button\" title=\"%3$s\">Visualizza i dettagli della versione "
447
+ "%4$s</a> oppure <a href=\"%5$s\">aggiorna adesso</a>."
448
 
449
+ #: lib/yit-upgrade.php:517
450
  msgid "You can't update the plugins for this site."
451
  msgstr "Non è possibile aggiornare i plugin per questo sito."
452
 
453
+ #: lib/yit-upgrade.php:521
454
+ msgid ""
455
+ "You do not have sufficient permissions to update the plugins for this site."
456
  msgstr ""
457
+ "Non sei in possesso delle autorizzazioni necessarie per aggiornare i plugin "
458
+ "in questo sito."
459
 
460
+ #: lib/yit-upgrade.php:528
461
  msgid "Update Plugin"
462
  msgstr "Aggiorna plugin"
463
 
490
  #: licence/templates/panel/activation/activation-panel.php:167
491
  #: licence/templates/panel/activation/activation-panel.php:198
492
  msgid "License Key"
493
+ msgstr "Chiave di licenza"
494
 
495
  #: licence/lib/yit-licence.php:187
496
  msgid "Are you sure you want to deactivate the license for current site?"
497
+ msgstr "Sei sicuro di voler disattivare la licenza per questo sito?"
498
 
499
  #: licence/lib/yit-licence.php:667
500
  msgid "Invalid Request"
502
 
503
  #: licence/lib/yit-licence.php:668
504
  msgid "Invalid license key"
505
+ msgstr "Chiave di licenza non valida"
506
 
507
  #: licence/lib/yit-licence.php:669
508
  msgid "Software has been deactivated"
522
 
523
  #: licence/lib/yit-licence.php:673
524
  msgid "License key has expired"
525
+ msgstr "La chiave di licenza è scaduta"
526
 
527
  #: licence/lib/yit-licence.php:674
528
  msgid "License key has been banned"
529
+ msgstr "La chiave di licenza è stata bloccata"
530
 
531
  #: licence/lib/yit-licence.php:675
532
+ msgid "Current product is not included in your YITH Club Subscription key"
533
+ msgstr "Questo prodotto non è incluso nella tua licenze YITH Club Subscription"
534
 
535
  #: licence/lib/yit-licence.php:676
536
  msgid "Great"
537
+ msgstr "Grande!"
538
 
539
  #: licence/lib/yit-licence.php:676
540
  msgid "License successfully activated"
541
+ msgstr "Licenza attivata con successo"
542
 
543
  #: licence/lib/yit-licence.php:677
544
  msgid "License key deactivated for website"
545
+ msgstr "Chiave di licenza disattivata per il sito web"
546
 
547
  #: licence/lib/yit-plugin-licence.php:67 licence/lib/yit-plugin-licence.php:68
548
  #: licence/lib/yit-theme-licence.php:69 licence/lib/yit-theme-licence.php:70
549
  #: licence/lib/yit-theme-licence.php:109 licence/lib/yit-theme-licence.php:110
550
  msgid "License Activation"
551
+ msgstr "Attivazione licenza"
552
 
553
  #: licence/lib/yit-theme-licence.php:117 licence/lib/yit-theme-licence.php:118
554
  #, php-format
557
 
558
  #: licence/lib/yit-theme-licence.php:159
559
  msgid ""
560
+ "I cannot find the license key for activating the theme I have bought some "
561
+ "time ago. Where can I find it?"
562
  msgstr ""
563
  "Non riesco a trovare la chiave di licenza per l'attivazione del tema che ho "
564
  "acquistato diverso tempo fa. Dove posso trovarla?"
565
 
566
  #: licence/lib/yit-theme-licence.php:163
567
  msgid ""
568
+ "If you have purchased one of our products before 27 January 2015, you can "
569
+ "benefit from support and updates (the services offered with the license)\n"
570
+ " until 27 January 2016 and you do not have to purchase it "
571
+ "again to get a new license key, because, before this date, your license used "
572
+ "to be activated automatically by our system.\n"
573
+ " After 27 January 2016, instead, if you want to benefit "
574
+ "from support and updates you have to buy a new license and activate it "
575
+ "through the license key you will be\n"
576
+ " provided with and that you can find in your YIThemes "
577
+ "account, in section \"My licenses\"."
578
  msgstr ""
579
+ "Se hai acquistato uno dei nostri prodotti prima del 27 gennaio 2015, potrai "
580
+ "usufruire di supporto e aggiornamenti (servizi inclusi nella licenza)\n"
581
+ "fino al 27 gennaio 2016 e non dovrai riacquistare il prodotto per ottenere "
582
+ "una chiave di licenza, poiché prima di questa data il tuo prodotto veniva "
583
+ "automaticamente attivato dal nostro sistema.\n"
584
+ "Dopo il 27 gennaio 2016, invece, se vorrai usufruire di supporto e "
585
+ "aggiornamenti dovrai acquistare una nuova licenza e attivarla con il codice "
586
+ "che ti verrà\n"
587
+ "fornito e che puoi trovare nella tua area riservata su YIThemes, nella "
588
+ "sezione \"My licenses\"."
589
 
590
  #: licence/templates/panel/activation/activation-panel.php:23
591
  msgid "Yithemes License Activation"
592
+ msgstr "Attivazione licenza YIThemes"
593
 
594
  #: licence/templates/panel/activation/activation-panel.php:27
595
  msgid ""
601
 
602
  #: licence/templates/panel/activation/activation-panel.php:29
603
  msgid "Update license information"
604
+ msgstr "Aggiorna informazioni licenza"
605
 
606
  #: licence/templates/panel/activation/activation-panel.php:42
607
  msgid "Product to activate"
608
  msgid_plural "Products to activate"
609
+ msgstr[0] "Prodotto da attivare"
610
+ msgstr[1] "Prodotti da attivare"
611
 
612
  #: licence/templates/panel/activation/activation-panel.php:61
613
  msgid "Activate"
633
  msgstr "Tempo rimanente"
634
 
635
  #: licence/templates/panel/activation/activation-panel.php:97
636
+ msgid "Club Subscription"
637
+ msgstr "Club Subscription"
638
 
639
  #: licence/templates/panel/activation/activation-panel.php:101
640
  msgid "License Actions"
641
+ msgstr "Azioni licenza"
642
 
643
  #: licence/templates/panel/activation/activation-panel.php:126
644
  #, php-format
647
 
648
  #: licence/templates/panel/activation/activation-panel.php:142
649
  msgid "Deactivate"
650
+ msgstr "Disattiva"
651
 
652
  #: licence/templates/panel/activation/activation-panel.php:147
653
  #: licence/templates/panel/activation/activation-panel.php:204
664
 
665
  #: licence/templates/panel/activation/activation-panel.php:226
666
  msgid "Order again"
667
+ msgstr "Acquista di nuovo"
668
 
669
  #: licence/templates/panel/activation/activation-panel.php:228
670
  msgid "Renew license"
671
+ msgstr "Rinnova la licenza"
672
 
673
  #: templates/metaboxes/types/ajax-products.php:23
674
  msgid "Search for a product"
761
  #: templates/metaboxes/types/contactform.php:90
762
  #: templates/metaboxes/types/contactform.php:282
763
  msgid ""
764
+ "REQUIRED: Field identification name to be entered into email body. "
765
+ "<strong>Note:</strong>Use only lowercase characters and underscores."
766
  msgstr ""
767
  "RICHIESTO: Nome identificativo del campo da inserire nel corpo dell'email. "
768
+ "<strong>Nota:</strong>Puoi utilizzare solamente caratteri minuscoli e "
769
+ "underscore."
770
 
771
  #: templates/metaboxes/types/contactform.php:95
772
  #: templates/metaboxes/types/contactform.php:287
852
 
853
  #: templates/metaboxes/types/contactform.php:170
854
  #: templates/metaboxes/types/contactform.php:362
855
+ msgid ""
856
+ "Insert additional class(es) (separated by commas) for more personalization."
857
  msgstr ""
858
  "Inserisci una o più classi (separate da virgole) per una ulteriore "
859
  "personalizzazione."
932
 
933
  #: templates/metaboxes/types/image-gallery.php:40
934
  #: templates/metaboxes/types/image-gallery.php:45
935
+ #: templates/metaboxes/types/images.php:38
936
+ #: templates/metaboxes/types/images.php:64
937
  msgid "Delete image"
938
  msgstr "Rimuovi immagine"
939
 
1039
 
1040
  #: templates/panel/sidebar/widgets/widgets.php:17
1041
  msgid "Join the club"
1042
+ msgstr "Iscriviti al Club"
1043
 
1044
  #: templates/panel/sidebar/widgets/widgets.php:24
1045
  msgid "Despacho Theme - 100% FREE"
1046
+ msgstr "Despacho Theme - 100% GRATUITO"
1047
 
1048
  #: templates/panel/sidebar/widgets/widgets.php:28
1049
  msgid "FREE!"
1050
+ msgstr "GRATIS!"
1051
 
1052
  #: templates/panel/sidebar/widgets/widgets.php:34
1053
  msgid "Important Links"
1054
+ msgstr "Link importanti"
1055
 
1056
  #: templates/panel/types/upload.php:32
1057
  msgid "Reset"
1058
+ msgstr "Ripristina"
1059
 
1060
  #: templates/panel/woocommerce/woocommerce-form.php:17
1061
  msgid "Reset Defaults"
1062
  msgstr "Ripristina impostazioni iniziali"
1063
 
1064
+ #~ msgid "Premium version upgrade"
1065
+ #~ msgstr "Aggiorna alla versione PREMIUM"
 
1066
 
1067
+ #~ msgid ""
1068
+ #~ "Have you purchased the premium version of a plugin? Don't you know how to "
1069
+ #~ "activate the license after the purchase?"
1070
+ #~ msgstr ""
1071
+ #~ "Hai comprato la versione premium di un plugin ? Dopo l'acquisto non trovi "
1072
+ #~ "dove attivare la licenza del tuo plugin premium ? "
 
1073
 
1074
+ #~ msgid ""
1075
+ #~ "To upgrade from a FREE to a PREMIUM plugin is not suffice to insert the "
1076
+ #~ "license key provided after the purchase.\n"
1077
+ #~ " The reason is that they are two distinct products, with "
1078
+ #~ "significant differences both for available options and for number of "
1079
+ #~ "files included in the plugin package.\n"
1080
+ #~ " To start to use the PREMIUM version of the plugin, you simply "
1081
+ #~ "need to download the PREMIUM packet and install it on your site."
1082
+ #~ msgstr ""
1083
+ #~ "Per passare da un plugin FREE ad uno PREMIUM non basta semplicemnete "
1084
+ #~ "inserire la chiave di licenza che ti è stata fornita dopo aver completato "
1085
+ #~ "l'acquisto. Questo perchè fisicamente si tratta di due prodotti diversi, "
1086
+ #~ "con differenze sostanziali sia nelle opzioni disponibili sia sul numero "
1087
+ #~ "di file presenti all'interno del pacchetto del plugin stesso. \n"
1088
+ #~ "Per iniziare ad usare il plugin PREMIUM che hai appena acquistato devi "
1089
+ #~ "semplicemente scaricare il pacchetto PREMIUM ed installarlo sul tuo sito."
 
 
 
 
 
 
 
 
 
 
 
1090
 
1091
+ #~ msgid ""
1092
+ #~ "%1$sDo you need to know how to do it?%2$s Easy! %1$sFollow this list of "
1093
+ #~ "steps%2$s and in a few minutes the plugin you purchased will be installed "
1094
+ #~ "on your site"
1095
+ #~ msgstr ""
1096
+ #~ "%1$sNon sai come fare ?%2$s Non è un problema%1$s, segui i passi elencati "
1097
+ #~ "qui sotto%2$s ed in pochi minuti avrai il plugin acquistato correttamente "
1098
+ #~ "installato sul tuo sito."
1099
 
1100
+ #~ msgid "Go to yithemes.com and login to \"My Account\" page"
1101
+ #~ msgstr ""
1102
+ #~ "Vai su yithemes.com ed effettua il login alla sezione \"My Account \""
 
 
 
 
1103
 
1104
+ #~ msgid ""
1105
+ #~ "From the menu on the left, click on \"My Downloads\", look for the plugin "
1106
+ #~ "you want to install among the available downloads and click on \"Download"
1107
+ #~ "\" button"
1108
+ #~ msgstr ""
1109
+ #~ "Dal menù di sinistra clicca su \"My Downloads\" e cerca tra i download "
1110
+ #~ "disponibili il plugin che vuoi installare, e clicca su \"Download\""
1111
 
1112
+ #~ msgid ""
1113
+ #~ "After downloading the packet, go to your website and login to WordPress "
1114
+ #~ "administration area."
1115
+ #~ msgstr ""
1116
+ #~ "Non appena il download del pacchetto sarà completato recati sul tuo sito "
1117
+ #~ "web ed effettua il login all'area amministrazione di WordPress."
 
 
 
 
1118
 
1119
+ #~ msgid ""
1120
+ #~ "From the menu on the left, click on \"Plugins\". You will be redirected "
1121
+ #~ "to the page where you will find the complete list of all the plugins "
1122
+ #~ "available on your site. Click on \"Add New\" button that you find above "
1123
+ #~ "on the left to add a new plugin"
1124
+ #~ msgstr ""
1125
+ #~ "Dal menù di sinistra clicca sulla voce Plugins. Verrai indirizzato su una "
1126
+ #~ "pagina con la lista dei plugin disponibili sul tuo sito. Clicca sul "
1127
+ #~ "pulsante \"Add New\" che trovi in alto a sinistra vicino al titolo della "
1128
+ #~ "pagina."
1129
 
1130
+ #~ msgid ""
1131
+ #~ "You will be redirected to a new page where you will find, above on the "
1132
+ #~ "left next to the page title, the \"Upload Plugin\" button."
1133
+ #~ msgstr ""
1134
+ #~ "Verrai indirizzato su una nuova pagina dove trovi, in alto a sinistra "
1135
+ #~ "vicino al titolo della pagina, il pulsante \"Upload Plugin\"."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1136
 
1137
+ #~ msgid ""
1138
+ #~ "Click on \"Upload Plugins\" button to start the upload of the PREMIUM "
1139
+ #~ "version of the plugin previously downloaded. Click on \"Select File\", "
1140
+ #~ "search for the download folder related to the plugin and upload the "
1141
+ #~ "package. Now you only need to wait a few minutes for the upload and the "
1142
+ #~ "installation on your site. (We used YITH Live Chat plugin by way of "
1143
+ #~ "example)"
1144
+ #~ msgstr ""
1145
+ #~ "Cliccando su \"Upload Plugins\", ti troverai in una pagina dove poter "
1146
+ #~ "effettuare l'upload del pacchetto del plugin PREMIUM da te "
1147
+ #~ "precedentemente scaricato. Clicca quindi su \"Scegli File\", cerca la "
1148
+ #~ "cartella di download dove hai scaricato il plugin ed effettua il "
1149
+ #~ "caricamento del pacchetto. A questo punto ti basta attendere qualche "
1150
+ #~ "minuto che il pacchetto venga caricato ed installato sul tuo sito. "
1151
+ #~ "(Abbiamo usato YITH Live Chat come esempio) "
1152
 
1153
+ #~ msgid "After completing the installation, click on \"Activate plugin\""
1154
+ #~ msgstr "Al termine della procedura di installazione clicca su \"Attiva\""
1155
+
1156
+ #~ msgid ""
1157
+ #~ "If everything worked allright, your plugin is now correctly installed on "
1158
+ #~ "your website. Enjoy it :-)"
1159
+ #~ msgstr ""
1160
+ #~ "Se tutto è andato per il meglio il tuo plugin è correttamente installato "
1161
+ #~ "sul tuo sito web. Enjoy it :-)"
1162
+
1163
+ #~ msgid ""
1164
+ #~ "In case you had difficulty to recover the license key we sent you by "
1165
+ #~ "email, you can easily find it in \"My Licenses\" section of your account "
1166
+ #~ "on yithemes.com"
1167
+ #~ msgstr ""
1168
+ #~ "Se non trovi l'email che ti abbiamo inviato contenete la license key puoi "
1169
+ #~ "facilmente recuperarla dalla sezione \"My Licenses\" all'interno della "
1170
+ #~ "sezione My Account del nostro sito yithemes.com."
1171
 
1172
  #~ msgid "YITH Plugins"
1173
  #~ msgstr "YITH Plugins"
1174
 
1175
  #~ msgid ""
1176
  #~ "The last step is the activation of the plugin through its license key you "
1177
+ #~ "received after the purchase. Click on \"License Activation\" that you "
1178
+ #~ "find in \"YITH Plugins\" and insert the license key and the email address "
1179
+ #~ "you used during the purchas."
1180
  #~ msgstr ""
1181
+ #~ "Ultimo step è attivare il plugin con la chiave di licenza che hai "
1182
+ #~ "ricevuto dopo l'acquisto. Clicca quindi sul link \"License Activation\" "
1183
+ #~ "che trovi sotto \"YITH Plugins\" ed inserisci la license key in tuo "
1184
+ #~ "possesso ed email utilizzata in fase di acquisto."
1185
 
1186
  #~ msgid "YIT Plugins"
1187
  #~ msgstr "YIT Plugins"
1199
  #~ msgstr "Ripristina impostazioni iniziali"
1200
 
1201
  #~ msgid ""
1202
+ #~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
1203
+ #~ "\"thickbox yit-changelog-button\" title=\"%3$s\">View version %4$s "
1204
+ #~ "details</a>. <em>Automatic update is unavailable for this plugin, please "
1205
+ #~ "<a href=\"%5$s\" title=\"Licence activation\">activate</a> your copy of "
1206
+ #~ "%6s.</em>"
1207
  #~ msgstr ""
1208
+ #~ "È disponibile una nuova versioni di %1$s. <a href=\"%2$s\" class="
1209
+ #~ "\"thickbox yit-changelog-button\" title=\"%3$s\">Visualizza i dettagli "
1210
+ #~ "della versione %4$s</a>. <em>Gli aggiornamenti automatici non sono "
1211
+ #~ "disponibili per questo plugi, per favore, <a href=\"%5$s\" title="
1212
+ #~ "\"Licence activation\">attiva</a> la tua copia di %6s.</em>"
1213
 
1214
  #~ msgid "Invalid licence key"
1215
  #~ msgstr "Chiave di licenza non valida"
1229
  #~ msgid ""
1230
  #~ "If you have purchased one of our products before 27 January 2015, you can "
1231
  #~ "benefit from support and updates (the services offered with the license)\n"
1232
+ #~ " until 27 January 2016 and you do not have to purchase it "
1233
+ #~ "again to get a new license key, because, before this date, your license "
1234
+ #~ "used to be activated automatically by our system.\n"
1235
+ #~ " After 27 January 2016, instead, if you want to benefit from "
1236
+ #~ "support and updates you have to buy a new license and activate it through "
1237
+ #~ "the license key you will be\n"
1238
+ #~ " provided with and that you can find in your YIThemes account, "
1239
+ #~ "in section \"My licenses\"."
1240
  #~ msgstr ""
1241
+ #~ "Se hai acquistato un nostro prodotto prima del 27 gennaio 2015 potrai "
1242
+ #~ "accedere al supporto e scaricare gli aggiornamenti fino al 27 gennaio "
1243
+ #~ "2016 e non avrai bisogno di una chiave di licenza,\n"
1244
  #~ "in quanto la tua licenza prima di questa data veniva attivata in modo "
1245
  #~ "automatico dal nostro sistema.\n"
1246
+ #~ "Dopo il 27 gennaio 2016, invece, per poter usufruire del servizio di "
1247
+ #~ "supporto e degli aggiornamenti dovrai riacquistare il prodotto e\n"
1248
+ #~ "attivarlo con la chiave di licenza che ti sarà fornita e che puoi trovare "
1249
+ #~ "sul tuo account YIThemes, alla voce \"Le mie licenze\"."
1250
 
1251
  #~ msgid "Update licence information"
1252
  #~ msgstr "Aggiorna le informazioni di licenza"
plugin-fw/languages/yith-plugin-fw.pot CHANGED
@@ -5,7 +5,7 @@ msgid ""
5
  msgstr ""
6
  "Project-Id-Version: YITH Plugin Starter 1.0.0 Plugin FW\n"
7
  "Report-Msgid-Bugs-To: Your Inspiration Themes <plugins@yithemes.com>\n"
8
- "POT-Creation-Date: 2016-05-16 16:37+0200\n"
9
  "PO-Revision-Date: 2015-05-05 10:38+0100\n"
10
  "Last-Translator: \n"
11
  "Language-Team: Your Inspiration Themes <info@yithemes.com>\n"
@@ -13,7 +13,7 @@ msgstr ""
13
  "MIME-Version: 1.0\n"
14
  "Content-Type: text/plain; charset=utf-8\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
- "X-Generator: Poedit 1.8.4\n"
17
  "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;"
18
  "_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;"
19
  "esc_html_x:1,2c\n"
@@ -228,7 +228,7 @@ msgstr ""
228
  msgid "Show sidebar"
229
  msgstr ""
230
 
231
- #: lib/yit-plugin-panel-wc.php:359
232
  msgid "The changes you have made will be lost if you leave this page."
233
  msgstr ""
234
 
@@ -236,65 +236,65 @@ msgstr ""
236
  msgid "Plugin Settings"
237
  msgstr ""
238
 
239
- #: lib/yit-plugin-panel.php:293
240
- msgid "Premium version upgrade"
241
  msgstr ""
242
 
243
- #: lib/yit-plugin-panel.php:344 lib/yit-plugin-subpanel.php:146
244
  #: templates/panel/woocommerce/woocommerce-form.php:11
245
  msgid "Save Changes"
246
  msgstr ""
247
 
248
- #: lib/yit-plugin-panel.php:347 templates/panel/woocommerce/woocommerce-form.php:14
249
  msgid "If you continue with this action, you will reset all options in this page."
250
  msgstr ""
251
 
252
- #: lib/yit-plugin-panel.php:349 lib/yit-plugin-subpanel.php:151
253
  msgid "Reset to default"
254
  msgstr ""
255
 
256
- #: lib/yit-plugin-panel.php:349 lib/yit-plugin-subpanel.php:151
257
  #: templates/panel/woocommerce/woocommerce-form.php:18
258
  msgid "Are you sure?"
259
  msgstr ""
260
 
261
- #: lib/yit-plugin-panel.php:545
262
  msgid "The element you have entered already exists. Please, enter another name."
263
  msgstr ""
264
 
265
- #: lib/yit-plugin-panel.php:546
266
  msgid "Settings saved"
267
  msgstr ""
268
 
269
- #: lib/yit-plugin-panel.php:547
270
  msgid "Settings reset"
271
  msgstr ""
272
 
273
- #: lib/yit-plugin-panel.php:548
274
  msgid "Element deleted correctly."
275
  msgstr ""
276
 
277
- #: lib/yit-plugin-panel.php:549 lib/yit-plugin-panel.php:550
278
  msgid "Element updated correctly."
279
  msgstr ""
280
 
281
- #: lib/yit-plugin-panel.php:551
282
  msgid "Database imported correctly."
283
  msgstr ""
284
 
285
- #: lib/yit-plugin-panel.php:552
286
  msgid "An error has occurred during import. Please try again."
287
  msgstr ""
288
 
289
- #: lib/yit-plugin-panel.php:553
290
  msgid "The added file is not valid."
291
  msgstr ""
292
 
293
- #: lib/yit-plugin-panel.php:554
294
  msgid "Sorry, import is disabled."
295
  msgstr ""
296
 
297
- #: lib/yit-plugin-panel.php:555
298
  msgid "Sorting successful."
299
  msgstr ""
300
 
@@ -337,46 +337,46 @@ msgid ""
337
  "Plugin tab."
338
  msgstr ""
339
 
340
- #: lib/yit-upgrade.php:136
341
  msgid "There is a new version of %plugin_name% available."
342
  msgstr ""
343
 
344
- #: lib/yit-upgrade.php:137
345
  msgid "View version %latest% details."
346
  msgstr ""
347
 
348
- #: lib/yit-upgrade.php:138
349
  msgid "Automatic update is unavailable for this plugin,"
350
  msgstr ""
351
 
352
- #: lib/yit-upgrade.php:139
353
  msgid "please <a href=\"%activate_link%\">activate</a> your copy of %plugin_name%."
354
  msgstr ""
355
 
356
- #: lib/yit-upgrade.php:140
357
  msgid "Update now."
358
  msgstr ""
359
 
360
- #: lib/yit-upgrade.php:243
361
  msgid "YIThemes Repository"
362
  msgstr ""
363
 
364
- #: lib/yit-upgrade.php:277
365
  msgid "Invalid URL Provided."
366
  msgstr ""
367
 
368
- #: lib/yit-upgrade.php:290
369
  msgid "Could not create Temporary file."
370
  msgstr ""
371
 
372
- #: lib/yit-upgrade.php:432
373
  #, php-format
374
  msgid ""
375
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
376
  "changelog-button\" title=\"%3$s\">View version %4$s details</a>."
377
  msgstr ""
378
 
379
- #: lib/yit-upgrade.php:434
380
  #, php-format
381
  msgid ""
382
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
@@ -385,7 +385,7 @@ msgid ""
385
  "updates.</em>"
386
  msgstr ""
387
 
388
- #: lib/yit-upgrade.php:436
389
  #, php-format
390
  msgid ""
391
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
@@ -394,7 +394,7 @@ msgid ""
394
  "activation\">activate</a> your copy of %6s.</em>"
395
  msgstr ""
396
 
397
- #: lib/yit-upgrade.php:438
398
  #, php-format
399
  msgid ""
400
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
@@ -402,15 +402,15 @@ msgid ""
402
  "\">update now</a>."
403
  msgstr ""
404
 
405
- #: lib/yit-upgrade.php:511
406
  msgid "You can't update the plugins for this site."
407
  msgstr ""
408
 
409
- #: lib/yit-upgrade.php:515
410
  msgid "You do not have sufficient permissions to update the plugins for this site."
411
  msgstr ""
412
 
413
- #: lib/yit-upgrade.php:522
414
  msgid "Update Plugin"
415
  msgstr ""
416
 
@@ -482,7 +482,7 @@ msgid "License key has been banned"
482
  msgstr ""
483
 
484
  #: licence/lib/yit-licence.php:675
485
- msgid "Current product is not included with your membership key"
486
  msgstr ""
487
 
488
  #: licence/lib/yit-licence.php:676
@@ -572,7 +572,7 @@ msgid "Remaining"
572
  msgstr ""
573
 
574
  #: licence/templates/panel/activation/activation-panel.php:97
575
- msgid "Membership"
576
  msgstr ""
577
 
578
  #: licence/templates/panel/activation/activation-panel.php:101
@@ -992,93 +992,3 @@ msgstr ""
992
  #: templates/panel/woocommerce/woocommerce-form.php:17
993
  msgid "Reset Defaults"
994
  msgstr ""
995
-
996
- #: templates/upgrade/upgrade-to-pro-version.php:2
997
- msgid "Upgrade to Premium Version"
998
- msgstr ""
999
-
1000
- #: templates/upgrade/upgrade-to-pro-version.php:3
1001
- msgid ""
1002
- "Have you purchased the premium version of a plugin? Don't you know how to activate "
1003
- "the license after the purchase?"
1004
- msgstr ""
1005
-
1006
- #: templates/upgrade/upgrade-to-pro-version.php:5
1007
- msgid ""
1008
- "To upgrade from a FREE to a PREMIUM plugin is not suffice to insert the license "
1009
- "key provided after the purchase.\n"
1010
- " The reason is that they are two distinct products, with significant "
1011
- "differences both for available options and for number of files included in the "
1012
- "plugin package.\n"
1013
- " To start to use the PREMIUM version of the plugin, you simply need to "
1014
- "download the PREMIUM packet and install it on your site."
1015
- msgstr ""
1016
-
1017
- #: templates/upgrade/upgrade-to-pro-version.php:9
1018
- #, php-format
1019
- msgid ""
1020
- "%1$sDo you need to know how to do it?%2$s Easy! %1$sFollow this list of steps%2$s "
1021
- "and in a few minutes the plugin you purchased will be installed on your site"
1022
- msgstr ""
1023
-
1024
- #: templates/upgrade/upgrade-to-pro-version.php:12
1025
- msgid "Go to yithemes.com and login to \"My Account\" page"
1026
- msgstr ""
1027
-
1028
- #: templates/upgrade/upgrade-to-pro-version.php:18
1029
- msgid ""
1030
- "From the menu on the left, click on \"My Downloads\", look for the plugin you want "
1031
- "to install among the available downloads and click on \"Download\" button"
1032
- msgstr ""
1033
-
1034
- #: templates/upgrade/upgrade-to-pro-version.php:24
1035
- msgid ""
1036
- "After downloading the packet, go to your website and login to WordPress "
1037
- "administration area."
1038
- msgstr ""
1039
-
1040
- #: templates/upgrade/upgrade-to-pro-version.php:30
1041
- msgid ""
1042
- "From the menu on the left, click on \"Plugins\". You will be redirected to the "
1043
- "page where you will find the complete list of all the plugins available on your "
1044
- "site. Click on \"Add New\" button that you find above on the left to add a new "
1045
- "plugin"
1046
- msgstr ""
1047
-
1048
- #: templates/upgrade/upgrade-to-pro-version.php:36
1049
- msgid ""
1050
- "You will be redirected to a new page where you will find, above on the left next "
1051
- "to the page title, the \"Upload Plugin\" button."
1052
- msgstr ""
1053
-
1054
- #: templates/upgrade/upgrade-to-pro-version.php:42
1055
- msgid ""
1056
- "Click on \"Upload Plugins\" button to start the upload of the PREMIUM version of "
1057
- "the plugin previously downloaded. Click on \"Select File\", search for the "
1058
- "download folder related to the plugin and upload the package. Now you only need to "
1059
- "wait a few minutes for the upload and the installation on your site. (We used YITH "
1060
- "Live Chat plugin by way of example)"
1061
- msgstr ""
1062
-
1063
- #: templates/upgrade/upgrade-to-pro-version.php:48
1064
- msgid "After completing the installation, click on \"Activate plugin\""
1065
- msgstr ""
1066
-
1067
- #: templates/upgrade/upgrade-to-pro-version.php:52
1068
- msgid ""
1069
- "If everything worked allright, your plugin is now correctly installed on your "
1070
- "website. Enjoy it :-)"
1071
- msgstr ""
1072
-
1073
- #: templates/upgrade/upgrade-to-pro-version.php:55
1074
- msgid ""
1075
- "The last step is the activation of the plugin through its license key you received "
1076
- "after the purchase. Click on \"License Activation\" that you find in \"YITH Plugins"
1077
- "\" and insert the license key and the email address you used during the purchase."
1078
- msgstr ""
1079
-
1080
- #: templates/upgrade/upgrade-to-pro-version.php:61
1081
- msgid ""
1082
- "In case you had difficulty to recover the license key we sent you by email, you "
1083
- "can easily find it in \"My Licenses\" section of your account on yithemes.com"
1084
- msgstr ""
5
  msgstr ""
6
  "Project-Id-Version: YITH Plugin Starter 1.0.0 Plugin FW\n"
7
  "Report-Msgid-Bugs-To: Your Inspiration Themes <plugins@yithemes.com>\n"
8
+ "POT-Creation-Date: 2016-07-06 15:16+0200\n"
9
  "PO-Revision-Date: 2015-05-05 10:38+0100\n"
10
  "Last-Translator: \n"
11
  "Language-Team: Your Inspiration Themes <info@yithemes.com>\n"
13
  "MIME-Version: 1.0\n"
14
  "Content-Type: text/plain; charset=utf-8\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
+ "X-Generator: Poedit 1.8.8\n"
17
  "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;"
18
  "_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;"
19
  "esc_html_x:1,2c\n"
228
  msgid "Show sidebar"
229
  msgstr ""
230
 
231
+ #: lib/yit-plugin-panel-wc.php:374
232
  msgid "The changes you have made will be lost if you leave this page."
233
  msgstr ""
234
 
236
  msgid "Plugin Settings"
237
  msgstr ""
238
 
239
+ #: lib/yit-plugin-panel.php:297 lib/yit-plugin-panel.php:300
240
+ msgid "How to install premium version"
241
  msgstr ""
242
 
243
+ #: lib/yit-plugin-panel.php:352 lib/yit-plugin-subpanel.php:146
244
  #: templates/panel/woocommerce/woocommerce-form.php:11
245
  msgid "Save Changes"
246
  msgstr ""
247
 
248
+ #: lib/yit-plugin-panel.php:355 templates/panel/woocommerce/woocommerce-form.php:14
249
  msgid "If you continue with this action, you will reset all options in this page."
250
  msgstr ""
251
 
252
+ #: lib/yit-plugin-panel.php:357 lib/yit-plugin-subpanel.php:151
253
  msgid "Reset to default"
254
  msgstr ""
255
 
256
+ #: lib/yit-plugin-panel.php:357 lib/yit-plugin-subpanel.php:151
257
  #: templates/panel/woocommerce/woocommerce-form.php:18
258
  msgid "Are you sure?"
259
  msgstr ""
260
 
261
+ #: lib/yit-plugin-panel.php:553
262
  msgid "The element you have entered already exists. Please, enter another name."
263
  msgstr ""
264
 
265
+ #: lib/yit-plugin-panel.php:554
266
  msgid "Settings saved"
267
  msgstr ""
268
 
269
+ #: lib/yit-plugin-panel.php:555
270
  msgid "Settings reset"
271
  msgstr ""
272
 
273
+ #: lib/yit-plugin-panel.php:556
274
  msgid "Element deleted correctly."
275
  msgstr ""
276
 
277
+ #: lib/yit-plugin-panel.php:557 lib/yit-plugin-panel.php:558
278
  msgid "Element updated correctly."
279
  msgstr ""
280
 
281
+ #: lib/yit-plugin-panel.php:559
282
  msgid "Database imported correctly."
283
  msgstr ""
284
 
285
+ #: lib/yit-plugin-panel.php:560
286
  msgid "An error has occurred during import. Please try again."
287
  msgstr ""
288
 
289
+ #: lib/yit-plugin-panel.php:561
290
  msgid "The added file is not valid."
291
  msgstr ""
292
 
293
+ #: lib/yit-plugin-panel.php:562
294
  msgid "Sorry, import is disabled."
295
  msgstr ""
296
 
297
+ #: lib/yit-plugin-panel.php:563
298
  msgid "Sorting successful."
299
  msgstr ""
300
 
337
  "Plugin tab."
338
  msgstr ""
339
 
340
+ #: lib/yit-upgrade.php:135
341
  msgid "There is a new version of %plugin_name% available."
342
  msgstr ""
343
 
344
+ #: lib/yit-upgrade.php:136
345
  msgid "View version %latest% details."
346
  msgstr ""
347
 
348
+ #: lib/yit-upgrade.php:137
349
  msgid "Automatic update is unavailable for this plugin,"
350
  msgstr ""
351
 
352
+ #: lib/yit-upgrade.php:138
353
  msgid "please <a href=\"%activate_link%\">activate</a> your copy of %plugin_name%."
354
  msgstr ""
355
 
356
+ #: lib/yit-upgrade.php:139
357
  msgid "Update now."
358
  msgstr ""
359
 
360
+ #: lib/yit-upgrade.php:240
361
  msgid "YIThemes Repository"
362
  msgstr ""
363
 
364
+ #: lib/yit-upgrade.php:274
365
  msgid "Invalid URL Provided."
366
  msgstr ""
367
 
368
+ #: lib/yit-upgrade.php:287
369
  msgid "Could not create Temporary file."
370
  msgstr ""
371
 
372
+ #: lib/yit-upgrade.php:439
373
  #, php-format
374
  msgid ""
375
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
376
  "changelog-button\" title=\"%3$s\">View version %4$s details</a>."
377
  msgstr ""
378
 
379
+ #: lib/yit-upgrade.php:441
380
  #, php-format
381
  msgid ""
382
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
385
  "updates.</em>"
386
  msgstr ""
387
 
388
+ #: lib/yit-upgrade.php:443
389
  #, php-format
390
  msgid ""
391
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
394
  "activation\">activate</a> your copy of %6s.</em>"
395
  msgstr ""
396
 
397
+ #: lib/yit-upgrade.php:445
398
  #, php-format
399
  msgid ""
400
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
402
  "\">update now</a>."
403
  msgstr ""
404
 
405
+ #: lib/yit-upgrade.php:517
406
  msgid "You can't update the plugins for this site."
407
  msgstr ""
408
 
409
+ #: lib/yit-upgrade.php:521
410
  msgid "You do not have sufficient permissions to update the plugins for this site."
411
  msgstr ""
412
 
413
+ #: lib/yit-upgrade.php:528
414
  msgid "Update Plugin"
415
  msgstr ""
416
 
482
  msgstr ""
483
 
484
  #: licence/lib/yit-licence.php:675
485
+ msgid "Current product is not included in your YITH Club Subscription key"
486
  msgstr ""
487
 
488
  #: licence/lib/yit-licence.php:676
572
  msgstr ""
573
 
574
  #: licence/templates/panel/activation/activation-panel.php:97
575
+ msgid "Club Subscription"
576
  msgstr ""
577
 
578
  #: licence/templates/panel/activation/activation-panel.php:101
992
  #: templates/panel/woocommerce/woocommerce-form.php:17
993
  msgid "Reset Defaults"
994
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
plugin-fw/lib/yit-metabox.php CHANGED
@@ -158,7 +158,7 @@ if (!class_exists('YIT_Metabox')) {
158
  wp_enqueue_script('jquery-ui-datepicker');
159
  wp_enqueue_script('yit-spinner', YIT_CORE_PLUGIN_URL . '/assets/js/panel.spinner.js', array('jquery'), '0.0.1', true);
160
  wp_enqueue_script('jquery-chosen', YIT_CORE_PLUGIN_URL . '/assets/js/chosen/chosen.jquery.js', array('jquery'), '1.1.0', true);
161
- wp_enqueue_script('ajax-chosen', yit_load_js_file(YIT_CORE_PLUGIN_URL . '/assets/js/chosen/ajax-chosen.jquery.js'), array('jquery'), '1.1.0', true);
162
  wp_enqueue_script('yit-metabox', YIT_CORE_PLUGIN_URL . '/assets/js/metabox.js', array('jquery', 'wp-color-picker'), '1.0.0', true);
163
  wp_enqueue_style('jquery-ui-overcast', YIT_CORE_PLUGIN_URL . '/assets/css/overcast/jquery-ui-custom/jquery-ui-1.8.9.custom.css', false, '1.8.9', 'all');
164
  }
158
  wp_enqueue_script('jquery-ui-datepicker');
159
  wp_enqueue_script('yit-spinner', YIT_CORE_PLUGIN_URL . '/assets/js/panel.spinner.js', array('jquery'), '0.0.1', true);
160
  wp_enqueue_script('jquery-chosen', YIT_CORE_PLUGIN_URL . '/assets/js/chosen/chosen.jquery.js', array('jquery'), '1.1.0', true);
161
+ wp_enqueue_script('ajax-chosen', YIT_CORE_PLUGIN_URL . '/assets/js/chosen/'.yit_load_js_file('ajax-chosen.jquery.js'), array('jquery'), '1.1.0', true);
162
  wp_enqueue_script('yit-metabox', YIT_CORE_PLUGIN_URL . '/assets/js/metabox.js', array('jquery', 'wp-color-picker'), '1.0.0', true);
163
  wp_enqueue_style('jquery-ui-overcast', YIT_CORE_PLUGIN_URL . '/assets/css/overcast/jquery-ui-custom/jquery-ui-1.8.9.custom.css', false, '1.8.9', 'all');
164
  }
plugin-fw/lib/yit-plugin-panel-sidebar.php CHANGED
@@ -166,6 +166,10 @@ if ( !class_exists( 'YIT_Plugin_Panel_Sidebar' ) ) {
166
  * @author Leanza Francesco <leanzafrancesco@gmail.com>
167
  */
168
  public function get_remote_widgets() {
 
 
 
 
169
  $remote_widgets = get_transient( self::$transient_remote_widgets );
170
  $updated = get_transient( self::$transient_updated_remote_widgets );
171
  $is_debug = defined( 'YIT_FW_REMOTE_WIDGETS_DEBUG' ) && YIT_FW_REMOTE_WIDGETS_DEBUG;
@@ -209,11 +213,11 @@ if ( !class_exists( 'YIT_Plugin_Panel_Sidebar' ) ) {
209
  if ( !isset( $xml_widget->id ) )
210
  continue;
211
 
212
- $widget_id = (string)$xml_widget->id;
213
  $widget_array = array();
214
  foreach ( $enabled_args as $key ) {
215
  if ( isset( $xml_widget->$key ) ) {
216
- $widget_array[ $key ] = (string)$xml_widget->$key;
217
  } else {
218
  if ( $key == 'priority' ) {
219
  $widget_array[ $key ] = $last_remote_priority;
@@ -224,7 +228,7 @@ if ( !class_exists( 'YIT_Plugin_Panel_Sidebar' ) ) {
224
  $remote_widgets[ $widget_id ] = $widget_array;
225
  }
226
 
227
- $xml_expiration = isset( $xml_data->expiration ) ? (string)$xml_data->expiration : '';
228
  if ( !empty( $xml_expiration ) ) {
229
  $expiration = strtotime( $xml_expiration ) - strtotime( 'now' );
230
  // if the XML is expired removes widgets
@@ -253,8 +257,7 @@ if ( !class_exists( 'YIT_Plugin_Panel_Sidebar' ) ) {
253
  if ( $expiration < 1 ) {
254
  $expiration = 1 * DAY_IN_SECONDS + $four_days_random;
255
  }
256
- }
257
- catch ( Exception $e ) {
258
 
259
  }
260
 
166
  * @author Leanza Francesco <leanzafrancesco@gmail.com>
167
  */
168
  public function get_remote_widgets() {
169
+ $load_remote_widgets = apply_filters( 'yit_panel_sidebar_load_remote_widgets', true );
170
+ if ( !$load_remote_widgets )
171
+ return array();
172
+
173
  $remote_widgets = get_transient( self::$transient_remote_widgets );
174
  $updated = get_transient( self::$transient_updated_remote_widgets );
175
  $is_debug = defined( 'YIT_FW_REMOTE_WIDGETS_DEBUG' ) && YIT_FW_REMOTE_WIDGETS_DEBUG;
213
  if ( !isset( $xml_widget->id ) )
214
  continue;
215
 
216
+ $widget_id = (string) $xml_widget->id;
217
  $widget_array = array();
218
  foreach ( $enabled_args as $key ) {
219
  if ( isset( $xml_widget->$key ) ) {
220
+ $widget_array[ $key ] = (string) $xml_widget->$key;
221
  } else {
222
  if ( $key == 'priority' ) {
223
  $widget_array[ $key ] = $last_remote_priority;
228
  $remote_widgets[ $widget_id ] = $widget_array;
229
  }
230
 
231
+ $xml_expiration = isset( $xml_data->expiration ) ? (string) $xml_data->expiration : '';
232
  if ( !empty( $xml_expiration ) ) {
233
  $expiration = strtotime( $xml_expiration ) - strtotime( 'now' );
234
  // if the XML is expired removes widgets
257
  if ( $expiration < 1 ) {
258
  $expiration = 1 * DAY_IN_SECONDS + $four_days_random;
259
  }
260
+ } catch ( Exception $e ) {
 
261
 
262
  }
263
 
plugin-fw/lib/yit-plugin-panel-wc.php CHANGED
@@ -369,7 +369,7 @@ if ( ! class_exists( 'YIT_Plugin_Panel_WooCommerce' ) ) {
369
  wp_enqueue_script( 'woocommerce_settings', $woocommerce->plugin_url() . '/assets/js/admin/settings.min.js', $woocommerce_settings_deps, $woocommerce_version, true );
370
 
371
  wp_register_script( 'colorbox', YIT_CORE_PLUGIN_URL . '/assets/js/jquery.colorbox.js', array( 'jquery' ), '1.6.3', true );
372
- wp_register_script( 'yit-plugin-panel', YIT_CORE_PLUGIN_URL . '/assets/js/yit-plugin-panel.min.js', array( 'jquery', 'jquery-chosen' ), $this->version, true );
373
  wp_localize_script( 'woocommerce_settings', 'woocommerce_settings_params', array(
374
  'i18n_nav_warning' => __( 'The changes you have made will be lost if you leave this page.', 'yith-plugin-fw' )
375
  ) );
369
  wp_enqueue_script( 'woocommerce_settings', $woocommerce->plugin_url() . '/assets/js/admin/settings.min.js', $woocommerce_settings_deps, $woocommerce_version, true );
370
 
371
  wp_register_script( 'colorbox', YIT_CORE_PLUGIN_URL . '/assets/js/jquery.colorbox.js', array( 'jquery' ), '1.6.3', true );
372
+ wp_register_script( 'yit-plugin-panel', YIT_CORE_PLUGIN_URL . '/assets/js/yit-plugin-panel.min.js', array( 'jquery', 'jquery-chosen','wp-color-picker' ), $this->version, true );
373
  wp_localize_script( 'woocommerce_settings', 'woocommerce_settings_params', array(
374
  'i18n_nav_warning' => __( 'The changes you have made will be lost if you leave this page.', 'yith-plugin-fw' )
375
  ) );
plugin-fw/lib/yit-plugin-panel.php CHANGED
@@ -113,7 +113,8 @@ if ( ! class_exists( 'YIT_Plugin_Panel' ) ) {
113
 
114
  if( ! isset( $admin_page_hooks['yit_plugin_panel'] ) ){
115
  $position = apply_filters( 'yit_plugins_menu_item_position', '62.32' );
116
- add_menu_page( 'yit_plugin_panel', __( 'YITH Plugins', 'yith-plugin-fw' ), 'manage_options', 'yit_plugin_panel', NULL, YIT_CORE_PLUGIN_URL . '/assets/images/yithemes-icon.png', $position );
 
117
  }
118
  }
119
 
@@ -151,7 +152,7 @@ if ( ! class_exists( 'YIT_Plugin_Panel' ) ) {
151
  wp_enqueue_script( 'jquery-ui-slider' );
152
  wp_enqueue_script( 'jquery-ui-dialog' );
153
  wp_enqueue_script( 'jquery-chosen', YIT_CORE_PLUGIN_URL . '/assets/js/chosen/chosen.jquery.js', array( 'jquery' ), '1.1.0', true );
154
- wp_register_script( 'yit-plugin-panel', YIT_CORE_PLUGIN_URL . '/assets/js/yit-plugin-panel.js', array( 'jquery', 'jquery-chosen' ), $this->version, true );
155
  wp_register_script( 'codemirror', YIT_CORE_PLUGIN_URL . '/assets/js/codemirror/codemirror.js', array( 'jquery' ), $this->version, true );
156
  wp_register_script( 'codemirror-javascript', YIT_CORE_PLUGIN_URL . '/assets/js/codemirror/javascript.js', array( 'jquery', 'codemirror' ), $this->version, true );
157
  wp_register_script( 'colorbox', YIT_CORE_PLUGIN_URL . '/assets/js/jquery.colorbox.js', array( 'jquery' ), '1.6.3', true );
@@ -167,7 +168,7 @@ if ( ! class_exists( 'YIT_Plugin_Panel' ) ) {
167
  wp_enqueue_style( 'yit-jquery-ui-style', '//code.jquery.com/ui/' . $jquery_version . '/themes/smoothness/jquery-ui.css', array(), $jquery_version );
168
  wp_register_style( 'colorbox', YIT_CORE_PLUGIN_URL . '/assets/css/colorbox.css', array(), $this->version );
169
  wp_register_style( 'yit-upgrade-to-pro', YIT_CORE_PLUGIN_URL . '/assets/css/yit-upgrade-to-pro.css', array( 'colorbox' ), $this->version );
170
-
171
  if( ( 'admin.php' == $pagenow && strpos( get_current_screen()->id, 'yith-plugins_page' ) !== false ) || apply_filters( 'yit_plugin_panel_asset_loading', false ) ){
172
  wp_enqueue_style( 'yit-plugin-style' );
173
  wp_enqueue_script( 'yit-plugin-panel' );
113
 
114
  if( ! isset( $admin_page_hooks['yit_plugin_panel'] ) ){
115
  $position = apply_filters( 'yit_plugins_menu_item_position', '62.32' );
116
+ // YITH Plugins text must not be translated
117
+ add_menu_page( 'yit_plugin_panel', 'YITH Plugins', 'manage_options', 'yit_plugin_panel', NULL, YIT_CORE_PLUGIN_URL . '/assets/images/yithemes-icon.png', $position );
118
  }
119
  }
120
 
152
  wp_enqueue_script( 'jquery-ui-slider' );
153
  wp_enqueue_script( 'jquery-ui-dialog' );
154
  wp_enqueue_script( 'jquery-chosen', YIT_CORE_PLUGIN_URL . '/assets/js/chosen/chosen.jquery.js', array( 'jquery' ), '1.1.0', true );
155
+ wp_register_script( 'yit-plugin-panel', YIT_CORE_PLUGIN_URL . '/assets/js/yit-plugin-panel.js', array( 'jquery', 'jquery-chosen','wp-color-picker'), $this->version, true );
156
  wp_register_script( 'codemirror', YIT_CORE_PLUGIN_URL . '/assets/js/codemirror/codemirror.js', array( 'jquery' ), $this->version, true );
157
  wp_register_script( 'codemirror-javascript', YIT_CORE_PLUGIN_URL . '/assets/js/codemirror/javascript.js', array( 'jquery', 'codemirror' ), $this->version, true );
158
  wp_register_script( 'colorbox', YIT_CORE_PLUGIN_URL . '/assets/js/jquery.colorbox.js', array( 'jquery' ), '1.6.3', true );
168
  wp_enqueue_style( 'yit-jquery-ui-style', '//code.jquery.com/ui/' . $jquery_version . '/themes/smoothness/jquery-ui.css', array(), $jquery_version );
169
  wp_register_style( 'colorbox', YIT_CORE_PLUGIN_URL . '/assets/css/colorbox.css', array(), $this->version );
170
  wp_register_style( 'yit-upgrade-to-pro', YIT_CORE_PLUGIN_URL . '/assets/css/yit-upgrade-to-pro.css', array( 'colorbox' ), $this->version );
171
+
172
  if( ( 'admin.php' == $pagenow && strpos( get_current_screen()->id, 'yith-plugins_page' ) !== false ) || apply_filters( 'yit_plugin_panel_asset_loading', false ) ){
173
  wp_enqueue_style( 'yit-plugin-style' );
174
  wp_enqueue_script( 'yit-plugin-panel' );
plugin-fw/lib/yit-pointers.php CHANGED
@@ -68,8 +68,8 @@ if ( ! class_exists( 'YIT_Pointers' ) ) {
68
  'content' => sprintf( '<h3> %s </h3> <p> %s </p> <p> %s <a href="http://yithemes.com/product-category/plugins/" target="_blank">Yithemes.com</a> %s
69
  <a href="https://profiles.wordpress.org/yithemes/" target="_blank">Wordpress.org</a></p>',
70
  __( 'Plugins Activated', 'yith-plugin-fw' ),
71
- __( 'From now on, you can find all plugin options in YIT Plugin menu.
72
- For each plugin installed, customization settings will be available as a new entry in YIT Plugin menu.', 'yith-plugin-fw' ),
73
  __( 'Discover all our plugins available on:', 'yith-plugin-fw' ),
74
  __( 'and', 'yith-plugin-fw' )
75
  ),
@@ -82,10 +82,10 @@ if ( ! class_exists( 'YIT_Pointers' ) ) {
82
  'content' => sprintf( '<h3> %s </h3> <p> %s </p> <p> %s <a href="http://yithemes.com/product-category/plugins/" target="_blank">Yithemes.com</a> %s
83
  <a href="https://profiles.wordpress.org/yithemes/" target="_blank">Wordpress.org</a></p>',
84
  __( 'Plugins Upgraded', 'yith-plugin-fw' ),
85
- __( 'From now on, you can find all options of your plugins in YIT Plugin menu.
86
- Any time one of our plugins is updated, a new entry will be added to this menu.
87
  For example, after the update, plugin options (such as for YITH WooCommerce Wishlist, YITH WooCommerce Ajax Search, etc.)
88
- will be moved from previous location to YIT Plugin tab.', 'yith-plugin-fw' ),
89
  __( 'Discover all our plugins available on:', 'yith-plugin-fw' ),
90
  __( 'and', 'yith-plugin-fw' )
91
  ),
68
  'content' => sprintf( '<h3> %s </h3> <p> %s </p> <p> %s <a href="http://yithemes.com/product-category/plugins/" target="_blank">Yithemes.com</a> %s
69
  <a href="https://profiles.wordpress.org/yithemes/" target="_blank">Wordpress.org</a></p>',
70
  __( 'Plugins Activated', 'yith-plugin-fw' ),
71
+ __( 'From now on, you can find all plugin options in YITH Plugins menu.
72
+ Plugin customization settings will be available as a new entry in YITH Plugins menu.', 'yith-plugin-fw' ),
73
  __( 'Discover all our plugins available on:', 'yith-plugin-fw' ),
74
  __( 'and', 'yith-plugin-fw' )
75
  ),
82
  'content' => sprintf( '<h3> %s </h3> <p> %s </p> <p> %s <a href="http://yithemes.com/product-category/plugins/" target="_blank">Yithemes.com</a> %s
83
  <a href="https://profiles.wordpress.org/yithemes/" target="_blank">Wordpress.org</a></p>',
84
  __( 'Plugins Upgraded', 'yith-plugin-fw' ),
85
+ __( 'From now on, you can find the option panel of YITH plugins in YITH Plugins menu.
86
+ Every time one of our plugins is added, a new entry will be added to this menu.
87
  For example, after the update, plugin options (such as for YITH WooCommerce Wishlist, YITH WooCommerce Ajax Search, etc.)
88
+ will be moved from previous location to YITH Plugins tab.', 'yith-plugin-fw' ),
89
  __( 'Discover all our plugins available on:', 'yith-plugin-fw' ),
90
  __( 'and', 'yith-plugin-fw' )
91
  ),
plugin-fw/lib/yit-upgrade.php CHANGED
@@ -93,7 +93,7 @@ if ( ! class_exists( 'YIT_Upgrade' ) ) {
93
 
94
  /* === HOOKS === */
95
  if ( ! is_multisite() || is_plugin_active_for_network( $plugin_init ) ) {
96
- add_action( 'admin_init', array( $this, 'remove_wp_plugin_update_row' ), 15 );
97
  add_filter( 'pre_set_site_transient_update_plugins', array( $this, 'check_update' ) );
98
  } else if ( is_multisite() && current_user_can( 'update_plugins' ) ) {
99
  $transient = 'yith_register_' . md5( $plugin_slug );
@@ -433,18 +433,27 @@ if ( ! class_exists( 'YIT_Upgrade' ) ) {
433
  $wp_list_table = _get_list_table( 'WP_MS_Themes_List_Table' );
434
 
435
  if ( is_network_admin() || ! is_multisite() || true ) {
436
- echo '<tr class="plugin-update-tr"><td colspan="' . $wp_list_table->get_column_count() . '" class="plugin-update colspanchange"><div class="update-message">';
 
 
 
 
 
 
 
437
 
438
  if ( ! current_user_can( 'update_plugins' ) ) {
439
- printf( __( 'There is a new version of %1$s available. <a href="%2$s" class="thickbox yit-changelog-button" title="%3$s">View version %4$s details</a>.', 'yith-plugin-fw' ), $this->_plugins[ $init ]['info']['Name'], esc_url( $details_url ), esc_attr( $this->_plugins[ $init ]['info']['Name'] ), $r->new_version );
440
  } elseif ( is_plugin_active_for_network( $init ) ) {
441
- printf( __( 'There is a new version of %1$s available. <a href="%2$s" class="thickbox yit-changelog-button" title="%3$s">View version %4$s details</a>. <em>You have to activate the plugin on a single site of the network to benefit from automatic updates.</em>', 'yith-plugin-fw' ), $this->_plugins[ $init ]['info']['Name'], esc_url( $details_url ), esc_attr( $this->_plugins[ $init ]['info']['Name'] ), $r->new_version );
442
  } elseif ( empty( $r->package ) ) {
443
- printf( __( 'There is a new version of %1$s available. <a href="%2$s" class="thickbox yit-changelog-button" title="%3$s">View version %4$s details</a>. <em>Automatic update is unavailable for this plugin, please <a href="%5$s" title="License activation">activate</a> your copy of %6s.</em>', 'yith-plugin-fw' ), $this->_plugins[ $init ]['info']['Name'], esc_url( $details_url ), esc_attr( $this->_plugins[ $init ]['info']['Name'] ), $r->new_version, YIT_Plugin_Licence()->get_licence_activation_page_url(), $this->_plugins[ $init ]['info']['Name'] );
444
  } else {
445
- printf( __( 'There is a new version of %1$s available. <a href="%2$s" class="thickbox yit-changelog-button" title="%3$s">View version %4$s details</a> or <a href="%5$s">update now</a>.', 'yith-plugin-fw' ), $this->_plugins[ $init ]['info']['Name'], esc_url( $details_url ), esc_attr( $this->_plugins[ $init ]['info']['Name'] ), $r->new_version, wp_nonce_url( self_admin_url( 'update.php?action=upgrade-plugin&plugin=' ) . $init, 'upgrade-plugin_' . $init ) );
446
  }
447
 
 
 
448
  /**
449
  * Fires at the end of the update message container in each
450
  * row of the themes list table.
@@ -475,7 +484,7 @@ if ( ! class_exists( 'YIT_Upgrade' ) ) {
475
  */
476
  public function remove_wp_plugin_update_row() {
477
  foreach ( $this->_plugins as $init => $plugin ) {
478
- remove_action( "after_plugin_row_{$init}", 'wp_plugin_update_row', 10, 2 );
479
  add_action( "after_plugin_row_{$init}", array( $this, 'plugin_update_row' ) );
480
  add_action( "in_theme_update_message-{$init}", array( $this, 'in_theme_update_message' ), 10, 3 );
481
  }
93
 
94
  /* === HOOKS === */
95
  if ( ! is_multisite() || is_plugin_active_for_network( $plugin_init ) ) {
96
+ add_action( 'load-plugins.php', array( $this, 'remove_wp_plugin_update_row' ), 25 );
97
  add_filter( 'pre_set_site_transient_update_plugins', array( $this, 'check_update' ) );
98
  } else if ( is_multisite() && current_user_can( 'update_plugins' ) ) {
99
  $transient = 'yith_register_' . md5( $plugin_slug );
433
  $wp_list_table = _get_list_table( 'WP_MS_Themes_List_Table' );
434
 
435
  if ( is_network_admin() || ! is_multisite() || true ) {
436
+ global $wp_version;
437
+ $is_wp_4_6 = version_compare( $wp_version, '4.6', '>=' );
438
+
439
+ echo '<tr class="plugin-update-tr' . ( is_plugin_active( $init ) ? ' active' : '' ) . '"><td colspan="' . $wp_list_table->get_column_count() . '" class="plugin-update colspanchange">';
440
+
441
+ echo '<div class="update-message' . ( $is_wp_4_6 ? ' notice inline notice-warning notice-alt' : '' ) . '">';
442
+
443
+ echo( $is_wp_4_6 ? '<p>' : '' );
444
 
445
  if ( ! current_user_can( 'update_plugins' ) ) {
446
+ printf( __( 'There is a new version of %1$s available. <a href="%2$s" class="thickbox yit-changelog-button open-plugin-details-modal" title="%3$s">View version %4$s details</a>.', 'yith-plugin-fw' ), $this->_plugins[ $init ]['info']['Name'], esc_url( $details_url ), esc_attr( $this->_plugins[ $init ]['info']['Name'] ), $r->new_version );
447
  } elseif ( is_plugin_active_for_network( $init ) ) {
448
+ printf( __( 'There is a new version of %1$s available. <a href="%2$s" class="thickbox yit-changelog-button open-plugin-details-modal" title="%3$s">View version %4$s details</a>. <em>You have to activate the plugin on a single site of the network to benefit from automatic updates.</em>', 'yith-plugin-fw' ), $this->_plugins[ $init ]['info']['Name'], esc_url( $details_url ), esc_attr( $this->_plugins[ $init ]['info']['Name'] ), $r->new_version );
449
  } elseif ( empty( $r->package ) ) {
450
+ printf( __( 'There is a new version of %1$s available. <a href="%2$s" class="thickbox yit-changelog-button open-plugin-details-modal" title="%3$s">View version %4$s details</a>. <em>Automatic update is unavailable for this plugin, please <a href="%5$s" title="License activation">activate</a> your copy of %6s.</em>', 'yith-plugin-fw' ), $this->_plugins[ $init ]['info']['Name'], esc_url( $details_url ), esc_attr( $this->_plugins[ $init ]['info']['Name'] ), $r->new_version, YIT_Plugin_Licence()->get_licence_activation_page_url(), $this->_plugins[ $init ]['info']['Name'] );
451
  } else {
452
+ printf( __( 'There is a new version of %1$s available. <a href="%2$s" class="thickbox yit-changelog-button open-plugin-details-modal" title="%3$s">View version %4$s details</a> or <a href="%5$s">update now</a>.', 'yith-plugin-fw' ), $this->_plugins[ $init ]['info']['Name'], esc_url( $details_url ), esc_attr( $this->_plugins[ $init ]['info']['Name'] ), $r->new_version, wp_nonce_url( self_admin_url( 'update.php?action=upgrade-plugin&plugin=' ) . $init, 'upgrade-plugin_' . $init ) );
453
  }
454
 
455
+ echo( $is_wp_4_6 ? '</p>' : '' );
456
+
457
  /**
458
  * Fires at the end of the update message container in each
459
  * row of the themes list table.
484
  */
485
  public function remove_wp_plugin_update_row() {
486
  foreach ( $this->_plugins as $init => $plugin ) {
487
+ remove_action( "after_plugin_row_{$init}", 'wp_plugin_update_row', 10 );
488
  add_action( "after_plugin_row_{$init}", array( $this, 'plugin_update_row' ) );
489
  add_action( "in_theme_update_message-{$init}", array( $this, 'in_theme_update_message' ), 10, 3 );
490
  }
plugin-fw/licence/lib/yit-licence.php CHANGED
@@ -672,7 +672,7 @@ if ( ! class_exists( 'YIT_Licence' ) ) {
672
  '105' => __( 'Invalid security key', 'yith-plugin-fw' ),
673
  '106' => __( 'License key has expired', 'yith-plugin-fw' ),
674
  '107' => __( 'License key has been banned', 'yith-plugin-fw' ),
675
- '108' => __( 'Current product is not included with your membership key', 'woocommerce-software-add-on' ),
676
  '200' => sprintf( '<strong>%s</strong>! %s',__( 'Great', 'yith-plugin-fw' ), __( 'License successfully activated', 'yith-plugin-fw' ) ),
677
  'deactivated' => sprintf( '%s <strong>%s</strong>', __( 'License key deactivated for website', 'woocommerce-software-add-on' ), isset( $instance ) ? $instance : '' )
678
  );
@@ -691,7 +691,7 @@ if ( ! class_exists( 'YIT_Licence' ) ) {
691
  * @author Andrea Grillo <andrea.grillo@yithemes.com>
692
  */
693
  public function display_product_name( $product_name ){
694
- return str_replace( array( 'YITH', 'WooCommerce', 'Premium', 'Theme' ), '', $product_name );
695
  }
696
 
697
  public function get_number_of_membership_products(){
672
  '105' => __( 'Invalid security key', 'yith-plugin-fw' ),
673
  '106' => __( 'License key has expired', 'yith-plugin-fw' ),
674
  '107' => __( 'License key has been banned', 'yith-plugin-fw' ),
675
+ '108' => __( 'Current product is not included in your YITH Club Subscription key', 'yith-plugin-fw' ),
676
  '200' => sprintf( '<strong>%s</strong>! %s',__( 'Great', 'yith-plugin-fw' ), __( 'License successfully activated', 'yith-plugin-fw' ) ),
677
  'deactivated' => sprintf( '%s <strong>%s</strong>', __( 'License key deactivated for website', 'woocommerce-software-add-on' ), isset( $instance ) ? $instance : '' )
678
  );
691
  * @author Andrea Grillo <andrea.grillo@yithemes.com>
692
  */
693
  public function display_product_name( $product_name ){
694
+ return str_replace( array( 'for WooCommerce', 'YITH', 'WooCommerce', 'Premium', 'Theme' ), '', $product_name );
695
  }
696
 
697
  public function get_number_of_membership_products(){
plugin-fw/licence/templates/panel/activation/activation-panel.php CHANGED
@@ -94,7 +94,7 @@ $num_members_products_activate = $this->get_number_of_membership_products();
94
  <?php if( $this->show_extra_info ) : ?>
95
  <th><?php _e( 'Remaining', 'yith-plugin-fw' ) ?></th>
96
  <?php if( $num_members_products_activate ) : ?>
97
- <th><?php _e( 'Membership', 'yith-plugin-fw' ) ?></th>
98
  <?php endif; ?>
99
  <?php endif; ?>
100
 
@@ -143,7 +143,7 @@ $num_members_products_activate = $this->get_number_of_membership_products();
143
  </a>
144
 
145
  <?php if( ! $info['licence']['is_membership'] && $this->show_renew_button ) : ?>
146
- <a class="button-licence licence-renew" href="<?php echo $this->get_renewing_uri( $info['licence']['licence_key'] ) ?>" target="_blank">
147
  <?php _e( 'Renew', 'yith-plugin-fw' ) ?>
148
  </a>
149
  <?php endif; ?>
94
  <?php if( $this->show_extra_info ) : ?>
95
  <th><?php _e( 'Remaining', 'yith-plugin-fw' ) ?></th>
96
  <?php if( $num_members_products_activate ) : ?>
97
+ <th><?php _e( 'Club Subscription', 'yith-plugin-fw' ) ?></th>
98
  <?php endif; ?>
99
  <?php endif; ?>
100
 
143
  </a>
144
 
145
  <?php if( ! $info['licence']['is_membership'] && $this->show_renew_button ) : ?>
146
+ <a class="button-licence licence-renew" href="<?php echo esc_url( $this->get_renewing_uri( $info['licence']['licence_key'] ) ) ?>" target="_blank">
147
  <?php _e( 'Renew', 'yith-plugin-fw' ) ?>
148
  </a>
149
  <?php endif; ?>
plugin-fw/templates/panel/types/colorpicker.php ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * This file belongs to the YIT Plugin Framework.
4
+ *
5
+ * This source file is subject to the GNU GENERAL PUBLIC LICENSE (GPL 3.0)
6
+ * that is bundled with this package in the file LICENSE.txt.
7
+ * It is also available through the world-wide-web at this URL:
8
+ * http://www.gnu.org/licenses/gpl-3.0.txt
9
+ */
10
+
11
+ /**
12
+ * Text Plugin Admin View
13
+ *
14
+ * @package Yithemes
15
+ * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
16
+ * @since 1.0.0
17
+ */
18
+
19
+ if ( ! defined( 'ABSPATH' ) ) {
20
+ exit;
21
+ } // Exit if accessed directly
22
+
23
+ wp_enqueue_style('wp-color-picker');
24
+
25
+ $id = $this->get_id_field( $option['id'] );
26
+ $name = $this->get_name_field( $option['id'] );
27
+
28
+ ?>
29
+ <div id="<?php echo $id ?>-container" <?php if ( isset( $option['deps'] ) ): ?>data-field="<?php echo $id ?>" data-dep="<?php echo $this->get_id_field( $option['deps']['ids'] ) ?>" data-value="<?php echo $option['deps']['values'] ?>" <?php endif ?> class="yit_options rm_option rm_input rm_colorpicker">
30
+ <div class="option">
31
+ <input type="text" name="<?php echo $name ?>" id="<?php echo $id ?>" value="<?php echo esc_attr( $db_value ) ?>" <?php if( isset( $std ) ) : ?>data-default-color="<?php echo $std ?>"<?php endif ?> class="panel-colorpicker"/>
32
+
33
+ </div>
34
+ <span class="description"><?php echo $option['desc'] ?></span>
35
+
36
+ <div class="clear"></div>
37
+ </div>
38
+
plugin-fw/templates/panel/types/number.php ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * This file belongs to the YIT Plugin Framework.
4
+ *
5
+ * This source file is subject to the GNU GENERAL PUBLIC LICENSE (GPL 3.0)
6
+ * that is bundled with this package in the file LICENSE.txt.
7
+ * It is also available through the world-wide-web at this URL:
8
+ * http://www.gnu.org/licenses/gpl-3.0.txt
9
+ */
10
+
11
+ /**
12
+ * Number Plugin Admin View
13
+ *
14
+ * @package Yithemes
15
+ * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
16
+ * @since 1.0.0
17
+ */
18
+
19
+ if ( ! defined( 'ABSPATH' ) ) {
20
+ exit;
21
+ } // Exit if accessed directly
22
+
23
+ $id = $this->get_id_field( $option['id'] );
24
+ $name = $this->get_name_field( $option['id'] );
25
+
26
+ ?>
27
+ <div id="<?php echo $id ?>-container" <?php if ( isset( $option['deps'] ) ): ?>data-field="<?php echo $id ?>" data-dep="<?php echo $this->get_id_field( $option['deps']['ids'] ) ?>" data-value="<?php echo $option['deps']['values'] ?>" <?php endif ?> class="yit_options rm_option rm_input rm_text">
28
+ <div class="option">
29
+ <input type="number" name="<?php echo $name ?>" id="<?php echo $id ?>" value="<?php echo esc_attr( $db_value ) ?>" <?php echo $custom_attributes ?> />
30
+ </div>
31
+ <span class="description"><?php echo $option['desc'] ?></span>
32
+
33
+ <div class="clear"></div>
34
+ </div>
35
+
plugin-fw/templates/panel/types/upload.php CHANGED
@@ -38,7 +38,7 @@ $name = $this->get_name_field( $option['id'] );
38
  <?php
39
  $file = $db_value;
40
  if ( preg_match( '/(jpg|jpeg|png|gif|ico)$/', $file ) ) {
41
- echo "<img src=\"" . $this->settings['plugin-url'] . "/plugin-fw/assets/images/sleep.png\" data-src=\"$file\" />";
42
  }
43
  ?>
44
  </div>
38
  <?php
39
  $file = $db_value;
40
  if ( preg_match( '/(jpg|jpeg|png|gif|ico)$/', $file ) ) {
41
+ echo isset( $this->settings['plugin-url'] ) ? "<img src=\"" . $this->settings['plugin-url'] . "/plugin-fw/assets/images/sleep.png\" data-src=\"$file\" />" : '';
42
  }
43
  ?>
44
  </div>
plugin-fw/templates/panel/woocommerce/woocommerce-form.php CHANGED
@@ -3,26 +3,28 @@ $hide_sidebar = $this->hide_sidebar();
3
  $panel_content_class = !$hide_sidebar ? apply_filters( 'yit_admin_panel_content_class', 'yit-admin-panel-content-wrap' ) : 'yit-admin-panel-content-wrap-no-sidebar';
4
  ?>
5
 
6
- <div id="<?php echo $this->settings[ 'page' ] ?>_<?php echo $this->get_current_tab() ?>" class="yit-admin-panel-container">
7
- <div class="<?php echo $panel_content_class; ?>">
8
- <form id="plugin-fw-wc" method="post">
9
- <?php $this->add_fields() ?>
10
- <?php wp_nonce_field( 'yit_panel_wc_options_' . $this->settings[ 'page' ], 'yit_panel_wc_options_nonce' ); ?>
11
- <input style="float: left; margin-right: 10px;" class="button-primary" type="submit" value="<?php _e( 'Save Changes', 'yith-plugin-fw' ) ?>"/>
12
- </form>
13
- <form id="plugin-fw-wc-reset" method="post">
14
- <?php $warning = __( 'If you continue with this action, you will reset all options in this page.', 'yith-plugin-fw' ) ?>
15
- <input type="hidden" name="yit-action" value="wc-options-reset"/>
16
- <?php wp_nonce_field( 'yith_wc_reset_options_' . $this->settings[ 'page' ], 'yith_wc_reset_options_nonce' ); ?>
17
- <input type="submit" name="yit-reset" class="button-secondary" value="<?php _e( 'Reset Defaults', 'yith-plugin-fw' ) ?>"
18
- onclick="return confirm('<?php echo $warning . '\n' . __( 'Are you sure?', 'yith-plugin-fw' ) ?>');"/>
19
- </form>
20
- </div>
21
- <?php
22
- /**
23
- * Add panel Sidebar
24
- */
25
- if ( !$hide_sidebar )
26
- $this->print_panel_sidebar();
27
- ?>
28
- </div>
 
 
3
  $panel_content_class = !$hide_sidebar ? apply_filters( 'yit_admin_panel_content_class', 'yit-admin-panel-content-wrap' ) : 'yit-admin-panel-content-wrap-no-sidebar';
4
  ?>
5
 
6
+ <div id="<?php echo $this->settings[ 'page' ] ?>_<?php echo $this->get_current_tab() ?>" class="yit-admin-panel-container">
7
+ <?php do_action( 'yit_framework_before_print_wc_panel_content', $current_tab ); ?>
8
+ <div class="<?php echo $panel_content_class; ?>">
9
+ <form id="plugin-fw-wc" method="post">
10
+ <?php $this->add_fields() ?>
11
+ <?php wp_nonce_field( 'yit_panel_wc_options_' . $this->settings[ 'page' ], 'yit_panel_wc_options_nonce' ); ?>
12
+ <input style="float: left; margin-right: 10px;" class="button-primary" type="submit" value="<?php _e( 'Save Changes', 'yith-plugin-fw' ) ?>"/>
13
+ </form>
14
+ <form id="plugin-fw-wc-reset" method="post">
15
+ <?php $warning = __( 'If you continue with this action, you will reset all options in this page.', 'yith-plugin-fw' ) ?>
16
+ <input type="hidden" name="yit-action" value="wc-options-reset"/>
17
+ <?php wp_nonce_field( 'yith_wc_reset_options_' . $this->settings[ 'page' ], 'yith_wc_reset_options_nonce' ); ?>
18
+ <input type="submit" name="yit-reset" class="button-secondary" value="<?php _e( 'Reset Defaults', 'yith-plugin-fw' ) ?>"
19
+ onclick="return confirm('<?php echo $warning . '\n' . __( 'Are you sure?', 'yith-plugin-fw' ) ?>');"/>
20
+ </form>
21
+ </div>
22
+ <?php
23
+ /**
24
+ * Add panel Sidebar
25
+ */
26
+ if ( !$hide_sidebar )
27
+ $this->print_panel_sidebar();
28
+ ?>
29
+ <?php do_action( 'yit_framework_after_print_wc_panel_content', $current_tab ); ?>
30
+ </div>
templates/compare.php CHANGED
@@ -19,8 +19,8 @@ $widths = array();
19
  foreach( $products as $product ) $widths[] = '{ "sWidth": "205px", resizeable:true }';
20
 
21
  $table_text = get_option( 'yith_woocompare_table_text' );
22
- yit_wpml_register_string( 'Plugins', 'plugin_yit_compare_table_text', $table_text );
23
- $localized_table_text = yit_wpml_string_translate( 'Plugins', 'plugin_yit_compare_table_text', $table_text );
24
 
25
  ?><!DOCTYPE html>
26
  <!--[if IE 6]>
@@ -174,7 +174,7 @@ $localized_table_text = yit_wpml_string_translate( 'Plugins', 'plugin_yit_compar
174
  <?php do_action( 'yith_woocompare_after_main_table' ); ?>
175
 
176
  <?php if( wp_script_is( 'responsive-theme', 'enqueued' ) ) wp_dequeue_script( 'responsive-theme' ) ?><?php if( wp_script_is( 'responsive-theme', 'enqueued' ) ) wp_dequeue_script( 'responsive-theme' ) ?>
177
- <?php do_action('wp_print_footer_scripts'); ?>
178
 
179
  <script type="text/javascript">
180
 
@@ -202,7 +202,9 @@ $localized_table_text = yit_wpml_string_translate( 'Plugins', 'plugin_yit_compar
202
  }).trigger('yith_woocompare_render_table');
203
 
204
  // add to cart
205
- var button_clicked;
 
 
206
  $(document).on('click', 'a.add_to_cart_button', function(){
207
  button_clicked = $(this);
208
  button_clicked.block({message: null, overlayCSS: {background: '#fff url(' + woocommerce_params.ajax_loader_url + ') no-repeat center', backgroundSize: '16px 16px', opacity: 0.6}});
19
  foreach( $products as $product ) $widths[] = '{ "sWidth": "205px", resizeable:true }';
20
 
21
  $table_text = get_option( 'yith_woocompare_table_text' );
22
+ do_action ( 'wpml_register_single_string', 'Plugins', 'plugin_yit_compare_table_text', $table_text );
23
+ $localized_table_text = apply_filters ( 'wpml_translate_single_string', $table_text, 'Plugins', 'plugin_yit_compare_table_text' );
24
 
25
  ?><!DOCTYPE html>
26
  <!--[if IE 6]>
174
  <?php do_action( 'yith_woocompare_after_main_table' ); ?>
175
 
176
  <?php if( wp_script_is( 'responsive-theme', 'enqueued' ) ) wp_dequeue_script( 'responsive-theme' ) ?><?php if( wp_script_is( 'responsive-theme', 'enqueued' ) ) wp_dequeue_script( 'responsive-theme' ) ?>
177
+ <?php print_footer_scripts(); ?>
178
 
179
  <script type="text/javascript">
180
 
202
  }).trigger('yith_woocompare_render_table');
203
 
204
  // add to cart
205
+ var button_clicked,
206
+ redirect_to_cart = false;
207
+
208
  $(document).on('click', 'a.add_to_cart_button', function(){
209
  button_clicked = $(this);
210
  button_clicked.block({message: null, overlayCSS: {background: '#fff url(' + woocommerce_params.ajax_loader_url + ') no-repeat center', backgroundSize: '16px 16px', opacity: 0.6}});
widgets/class.yith-woocompare-widget.php CHANGED
@@ -20,11 +20,11 @@ if( !class_exists( 'YITH_WOOCOMPARE' ) ) {
20
  function __construct() {
21
  $widget_ops = array (
22
  'classname' => 'yith-woocompare-widget',
23
- 'description' => __( 'The widget show the list of products added in the compare table.', 'yith-woocommerce-compare'
24
  )
25
  );
26
 
27
- parent::__construct( 'yith-woocompare-widget', __( 'YITH Woocommerce Compare Widget', 'yith-woocommerce-compare' ), $widget_ops );
28
  }
29
 
30
 
@@ -38,8 +38,8 @@ if( !class_exists( 'YITH_WOOCOMPARE' ) ) {
38
 
39
  extract( $args );
40
 
41
- yit_wpml_register_string( 'Widget', 'widget_yit_compare_title_text', $instance['title'] );
42
- $localized_widget_title = yit_wpml_string_translate( 'Widget', 'widget_yit_compare_title_text', $instance['title'] );
43
 
44
  echo $before_widget . $before_title . $localized_widget_title . $after_title; ?>
45
 
@@ -65,7 +65,7 @@ if( !class_exists( 'YITH_WOOCOMPARE' ) ) {
65
 
66
  <p>
67
  <label>
68
- <strong><?php _e( 'Title', 'yit' ) ?>:</strong><br />
69
  <input class="widefat" type="text" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->get_field_name( 'title' ); ?>" value="<?php echo $instance['title']; ?>" />
70
  </label>
71
  </p>
20
  function __construct() {
21
  $widget_ops = array (
22
  'classname' => 'yith-woocompare-widget',
23
+ 'description' => __( 'The widget shows the list of products added in the comparison table.', 'yith-woocommerce-compare'
24
  )
25
  );
26
 
27
+ parent::__construct( 'yith-woocompare-widget', __( 'YITH WooCommerce Compare Widget', 'yith-woocommerce-compare' ), $widget_ops );
28
  }
29
 
30
 
38
 
39
  extract( $args );
40
 
41
+ do_action ( 'wpml_register_single_string', 'Widget', 'widget_yit_compare_title_text', $instance['title'] );
42
+ $localized_widget_title = apply_filters ( 'wpml_translate_single_string', $instance['title'], 'Widget', 'widget_yit_compare_title_text' );
43
 
44
  echo $before_widget . $before_title . $localized_widget_title . $after_title; ?>
45
 
65
 
66
  <p>
67
  <label>
68
+ <?php _e( 'Title', 'yith-woocommerce-compare' ) ?>:<br />
69
  <input class="widefat" type="text" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->get_field_name( 'title' ); ?>" value="<?php echo $instance['title']; ?>" />
70
  </label>
71
  </p>