YITH WooCommerce Ajax Product Filter - Version 3.5.0

Version Description

  • Released: 01 Feb, 2018 =

  • New: 100% German translation (Thanks to Thomas)

  • New: Support for WooCommerce 3.3.0

  • Fix: Undefined index "dropdown-type" in shop page

  • Fix: Reset filter doesn't works if the user filter by categories and use only one filter

  • Fix: Show only parent term with attrbute filter doesn't works

  • Fix: $count doesn't exists with OR query type set

  • Dev: yith_wcan_can_be_displayed hook

  • Dev: yith_wcan_list_type_empty_filter_class hook

Download this release

Release Info

Developer yithemes
Plugin Icon 128x128 YITH WooCommerce Ajax Product Filter
Version 3.5.0
Comparing to
See all releases

Code changes from version 3.4.6 to 3.5.0

README.txt CHANGED
@@ -3,8 +3,8 @@
3
  Contributors: yithemes
4
  Tags: woocommerce ajax product filter download, woocommerce, widget, ajax, ajax filtered nav, ajax navigation, ajax filtered navigation, woocommerce layered navigation, woocommerce layered nav, product filter, product filters, ajax product filter, woocommerce ajax product filter, woocommerce filters, sidebar filter, sidebar ajax filter, ajax price filter, price filter, product sorting, woocommerce filter, taxonomy filter, attribute filter, attributes filter, woocommerce product sort, ajax sort, woocommerce ajax product filter, advanced product filters, ajax product filters, filters, woocommerce ajax product filters, woocommerce product filters, woocommerce product filters, category filter, attribute filters, woocommerce products filter, woocommerce price filter, yit, yith, yithemes
5
  Requires at least: 4.0
6
- Tested up to: 4.8.2
7
- Stable tag: 3.4.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -21,7 +21,7 @@ All this can be done in a quick and very intuitive way that will certainly help
21
 
22
 
23
  Working demos for YITH WooCommerce Ajax Product Filter are available here:
24
- **[LIVE DEMO 1](http://live.yithemes.com/globe/shop/?layout-shop=sidebar-right)** - **[LIVE DEMO 2](http://preview.yithemes.com/bazar/shop/)**
25
 
26
  Full documentation for YITH WooCommerce Ajax Product Filter is available [here](http://yithemes.com/docs-plugins/yith-woocommerce-ajax-product-filter/).
27
 
@@ -159,6 +159,17 @@ If you want to see a demonstration version of the premium plugin, you can see it
159
 
160
  == Changelog ==
161
 
 
 
 
 
 
 
 
 
 
 
 
162
  = 3.4.6 - Released: 12 Oct, 2017 =
163
 
164
  * Fix: 500 internal server error if use with YITH WooCommerce Ajax Search plugin
3
  Contributors: yithemes
4
  Tags: woocommerce ajax product filter download, woocommerce, widget, ajax, ajax filtered nav, ajax navigation, ajax filtered navigation, woocommerce layered navigation, woocommerce layered nav, product filter, product filters, ajax product filter, woocommerce ajax product filter, woocommerce filters, sidebar filter, sidebar ajax filter, ajax price filter, price filter, product sorting, woocommerce filter, taxonomy filter, attribute filter, attributes filter, woocommerce product sort, ajax sort, woocommerce ajax product filter, advanced product filters, ajax product filters, filters, woocommerce ajax product filters, woocommerce product filters, woocommerce product filters, category filter, attribute filters, woocommerce products filter, woocommerce price filter, yit, yith, yithemes
5
  Requires at least: 4.0
6
+ Tested up to: 4.9.2
7
+ Stable tag: 3.5.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
21
 
22
 
23
  Working demos for YITH WooCommerce Ajax Product Filter are available here:
24
+ **[LIVE DEMO](https://plugins.yithemes.com/yith-woocommerce-ajax-product-filter/)**
25
 
26
  Full documentation for YITH WooCommerce Ajax Product Filter is available [here](http://yithemes.com/docs-plugins/yith-woocommerce-ajax-product-filter/).
27
 
159
 
160
  == Changelog ==
161
 
162
+ = 3.5.0 - Released: 01 Feb, 2018 =
163
+
164
+ * New: 100% German translation (Thanks to Thomas)
165
+ * New: Support for WooCommerce 3.3.0
166
+ * Fix: Undefined index "dropdown-type" in shop page
167
+ * Fix: Reset filter doesn't works if the user filter by categories and use only one filter
168
+ * Fix: Show only parent term with attrbute filter doesn't works
169
+ * Fix: $count doesn't exists with OR query type set
170
+ * Dev: yith_wcan_can_be_displayed hook
171
+ * Dev: yith_wcan_list_type_empty_filter_class hook
172
+
173
  = 3.4.6 - Released: 12 Oct, 2017 =
174
 
175
  * Fix: 500 internal server error if use with YITH WooCommerce Ajax Search plugin
assets/css/frontend.css CHANGED
@@ -1,3 +1,7 @@
 
 
 
 
1
  .yith-wcan-group:after {
2
  content: "";
3
  display: table;
@@ -15,6 +19,15 @@
15
  }
16
 
17
  /* Colors Type */
 
 
 
 
 
 
 
 
 
18
  .yith-wcan-color li {
19
  float: left;
20
  }
@@ -108,7 +121,6 @@
108
  position: absolute;
109
  overflow-x: hidden;
110
  overflow-y: auto;
111
- max-width: 268px;
112
  width: 100%;
113
  z-index: -1;
114
  border: 1px solid #cecece;
@@ -116,10 +128,6 @@
116
  margin-top: -16px;
117
  }
118
 
119
- .widget-area .yith-wcan-select-wrapper {
120
- max-width: 260px;
121
- }
122
-
123
  .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li {
124
  padding: 5px 8px;
125
  border-bottom: 1px solid transparent;
@@ -260,9 +268,6 @@ a.yith-wcan-price-link.active:before {
260
  /*--------------------------
261
  CHECKBOX LAYOUT
262
  ---------------------------*/
263
- .yith-woocommerce-ajax-product-filter.with-checkbox{
264
-
265
- }
266
  .yith-woocommerce-ajax-product-filter.with-checkbox ul{
267
  list-style-type: none;
268
  padding-left: 0;
1
+ .yith-woocommerce-ajax-product-filter{
2
+ position: relative;
3
+ }
4
+
5
  .yith-wcan-group:after {
6
  content: "";
7
  display: table;
19
  }
20
 
21
  /* Colors Type */
22
+ ul.yith-wcan-color.yith-wcan.yith-wcan-group {
23
+ list-style: none;
24
+ margin-left: 0;
25
+ }
26
+
27
+ .yith-wcan-color li:first-child{
28
+ margin-left: 0;
29
+ }
30
+
31
  .yith-wcan-color li {
32
  float: left;
33
  }
121
  position: absolute;
122
  overflow-x: hidden;
123
  overflow-y: auto;
 
124
  width: 100%;
125
  z-index: -1;
126
  border: 1px solid #cecece;
128
  margin-top: -16px;
129
  }
130
 
 
 
 
 
131
  .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li {
132
  padding: 5px 8px;
133
  border-bottom: 1px solid transparent;
268
  /*--------------------------
269
  CHECKBOX LAYOUT
270
  ---------------------------*/
 
 
 
271
  .yith-woocommerce-ajax-product-filter.with-checkbox ul{
272
  list-style-type: none;
273
  padding-left: 0;
assets/js/yith-wcan-frontend.js CHANGED
@@ -304,10 +304,14 @@ jQuery(function ($) {
304
  $(element).parent().find('div.yith-wcan-select-wrapper').css("z-index", "1").animate({
305
 
306
  visibility: "visible",
307
- opacity : 1
308
-
309
-
310
- }, 300);
 
 
 
 
311
 
312
  $(element).parent().find('a.yit-wcan-select-open').addClass('active');
313
  }
@@ -317,9 +321,12 @@ jQuery(function ($) {
317
  $(element).parent().find('div.yith-wcan-select-wrapper').css("z-index", "-1").animate({
318
 
319
  visibility: "hidden",
320
- opacity : 0
321
 
322
- }, 300);
 
 
 
323
 
324
  $(element).parent().find('a.yit-wcan-select-open').removeClass('active');
325
  }
@@ -327,11 +334,13 @@ jQuery(function ($) {
327
  var yit_hidden_filters_wrapper = function () {
328
 
329
  $('div.yith-wcan-select-wrapper').css("z-index", "-1").animate({
330
-
331
  visibility: "hidden",
332
  opacity : 0
333
 
334
- }, 0);
 
 
 
335
 
336
  $('a.yit-wcan-select-open').removeClass('active');
337
  }
304
  $(element).parent().find('div.yith-wcan-select-wrapper').css("z-index", "1").animate({
305
 
306
  visibility: "visible",
307
+ opacity : 1,
308
+ }, {
309
+ duration: 300,
310
+ start: function(){
311
+ var t = $(this);
312
+ t.css( 'display', 'block' );
313
+ }
314
+ });
315
 
316
  $(element).parent().find('a.yit-wcan-select-open').addClass('active');
317
  }
321
  $(element).parent().find('div.yith-wcan-select-wrapper').css("z-index", "-1").animate({
322
 
323
  visibility: "hidden",
324
+ opacity : 0,
325
 
326
+ }, 300, function(){
327
+ var t = $(this);
328
+ t.css( 'display', 'none' );
329
+ });
330
 
331
  $(element).parent().find('a.yit-wcan-select-open').removeClass('active');
332
  }
334
  var yit_hidden_filters_wrapper = function () {
335
 
336
  $('div.yith-wcan-select-wrapper').css("z-index", "-1").animate({
 
337
  visibility: "hidden",
338
  opacity : 0
339
 
340
+ }, 0, function(){
341
+ var t = $(this);
342
+ t.css( 'display', 'none' );
343
+ });
344
 
345
  $('a.yit-wcan-select-open').removeClass('active');
346
  }
assets/js/yith-wcan-frontend.min.js CHANGED
@@ -1,16 +1,17 @@
1
- jQuery(function(a){function u(a,p){return a.replace(new RegExp("[?&]"+p+"=[^&#]*(#.*)?$"),"$1").replace(new RegExp("([?&])"+p+"=[^&]*&"),"$1")}var y=/(?!(\[))(\.)[^.#[]*/g,z=/(#)[^.#[]*/,A=/^[\w]+/,B=/^[\w]+$/,v=function(h,p){var b;if(B.test(h))b=[{tag:h}];else{b=h;for(var d={sel:[],val:[]},n=[],c=!1,k="",m=[],l=0,g=b.length;l<g;l++){var f=b.charAt(l);if(c)if("\\"===f&&l+1<b.length)m.push(b.charAt(++l));else if(k===f)k="",m.push(f);else if(("'"===f||'"'===f)&&""===k)k=f,m.push(f);else if("]"===f&&
2
- ""===k)d.val.push(m.join("")),m=[],c=!1;else{if("]"!==f||""!==k)""===k&&","===f?(d.val.push(m.join("")),m=[]):m.push(f)}else"\\"===f&&l+1<b.length?c&&m.push(b.charAt(++l)):"["===f&&""===k?c=!0:" "===f||"+"===f?(d.sel=d.sel.join(""),n.push(d),"+"===f&&n.push({sel:"+",val:""}),d={sel:[],val:[]}):" "!==f&&"]"!==f&&d.sel.push(f)}if(0!=d.sel.length||0!=d.val.length)d.sel=d.sel.join(""),n.push(d);for(l=0;l<n.length;l++){d=n[l].sel;if("+"===d)e.tag=d;else{var e=[];e.tag=A.exec(d);e.id=z.exec(d);e.id&&a.isArray(e.id)&&
3
- (e.id=e.id[0].substr(1));e.tag||(e.tag="div");e.vars=[];for(b=0;b<n[l].val.length;b++)k=n[l].val[b].indexOf("="),c=n[l].val[b].substr(0,k),k=n[l].val[b].substr(k+1),k=k.replace(/^[\s]*[\"\']*|[\"\']*[\s]*$/g,""),"text"===c?e.text=k:e.vars.push([c,k]);d=d.match(y);c=[];if(d){for(b=0;b<d.length;b++)c.push(d[b].substr(1));e.className=c.join(" ")}}n[l]=e}b=n}d=[];"undefined"===typeof p&&(p=1);n=[];c=[];k=[];m=document.createElement("div");for(g=l=0;g<b.length;g++){if("+"==b[g].tag)c=k.slice(),--l;else{for(f=
4
- 0;f<p;f++)if("input"==b[g].tag){e=[];e.push("<"+b[g].tag);b[g].id&&e.push("id='"+b[g].id+"'");b[g].className&&(e.push("class='"+b[g].className),g+1===b.length&&e.push(lastClass),e.push("'"));if(b[g].vars)for(var q=0;q<b[g].vars.length;q++)e.push(b[g].vars[q][0]+"='"+b[g].vars[q][1]+"'");b[g].text&&e.push("value='"+b[g].text+"'");e.push("/>");k[f]=c[f];c[f]?(c[f].innerHTML+=e.join(" "),c[f]=c[f].lastChild):(m.innerHTML=e.join(" "),c[f]=m.removeChild(m.firstChild))}else{e=document.createElement(b[g].tag);
5
- if(b[g].vars)for(q=0;q<b[g].vars.length;q++)console.log(b[g].tag,b[g].vars[q]),e.setAttribute(b[g].vars[q][0],b[g].vars[q][1]);b[g].id&&(e.id=b[g].id);b[g].className&&(e.className=b[g].className);b[g].text&&e.appendChild(document.createTextNode(b[g].text));k[f]=c[f];c[f]=c[f]?c[f].appendChild(e):e}l++||Array.prototype.push.apply(n,c)}d=a.merge(d,c)}return a(n)},w=function(h,p,b){for(var d=h.match(/%[^%]*%/g)||[],n=[],c=0;c<p.length;c++){for(var k=h,m=0;m<d.length;m++)var l=d[m].substr(1,d[m].length-
6
- 2),k=k.replace(d[m],p[c][l]);n=a.merge(n,v(k,b))}return a(n)};a.jseldom=function(h){if(2==arguments.length&&a.isPlainObject(arguments[1]))return w.apply(this,[arguments[0],[arguments[1]]]);if(1==arguments.length||2==arguments.length&&!a.isArray(arguments[1]))return v.apply(this,arguments);if(2==arguments.length)return w.apply(this,arguments)};var r=!1,x=function(){var h=a("#yith-wcan-reset-all-categories").find("a.yith-wcan-reset-categories-link"),p=a("#yith-wcan-reset-all-tags").find("a.yith-wcan-reset-tags-link");
7
- h.add(p).on("click",function(b){a(this).yith_wcan_ajax_filters(b,this)})};a.fn.yith_wcan_ajax_filters=function(h,p){h.preventDefault();var b=p.href,d=a(p),n=d.hasClass("yith-wcan-reset-navigation");if("undefined"==typeof b&&d.parents().hasClass("price_slider_wrapper")){d.parents("form");var c=window.location,k=c.origin+c.pathname,m=k!=c.href,l=a(".price_slider_amount #min_price").val(),g=a(".price_slider_amount #max_price").val(),b=c.href;1==m&&(b=u(b,"min_price"),b=u(b,"max_price"));b=b+(k==b?"?":
8
- "&")+a.param({min_price:l,max_price:g})}"select"==d.data("type")&&(d.parents("div.yith-woo-ajax-navigation").find("a.yit-wcan-select-open").removeClass("active"),d.parent().find("div.yith-wcan-select-wrapper").css("z-index","-1").animate({visibility:"hidden",opacity:0},300));a(yith_wcan.container).not(".ywcps-products").html("").addClass("yith-wcan-loading");a(document).trigger("yith-wcan-ajax-loading");"undefined"!=typeof yith_wcan_frontend&&a(yith_wcan.container).not(".ywcps-products").css("backgroundImage",
9
- "url("+yith_wcan_frontend.loader_url+")");c=!1;"both"==yith_wcan.scroll_top_mode?c=!0:"mobile"==yith_wcan.scroll_top_mode&&1==yith_wcan.is_mobile?c=!0:"desktop"==yith_wcan.scroll_top_mode&&1!=yith_wcan.is_mobile&&(c=!0);1==c&&a(window).scrollTop(a(yith_wcan.scroll_top).offset().top);a(yith_wcan.pagination).hide();a(yith_wcan.result_count).hide();0!=r&&(r.abort(),r=!1);r=a.ajax({url:b,success:function(c){r=!1;a(yith_wcan.container).not(".ywcps-products").removeClass("yith-wcan-loading");0<a(c).find(yith_wcan.container).not(".ywcps-products").length?
10
- a(".yit-wcan-container").html(a(c).find(yith_wcan.container).not(".ywcps-products")):a(".yit-wcan-container").html(a(c).find(".woocommerce-info"));0<a(c).find(yith_wcan.pagination).length?(0==a(yith_wcan.pagination).length&&a.jseldom(yith_wcan.pagination).insertAfter(a(yith_wcan.container).not(".ywcps-products")),a(yith_wcan.pagination).html(a(c).find(yith_wcan.pagination).html()).show()):a(yith_wcan.pagination).empty();a("div.quantity:not(.buttons_added), td.quantity:not(.buttons_added)").addClass("buttons_added").append('<input type="button" value="+" class="plus" />').prepend('<input type="button" value="-" class="minus" />');
11
- 0<a(c).find(yith_wcan.result_count).length&&a(yith_wcan.result_count).html(a(c).find(yith_wcan.result_count).html()).show();a(".yith-woo-ajax-navigation").add(".yith-wcan-sort-by").add(".yith-wcan-stock-on-sale").add(".yith-wcan-list-price-filter").each(function(){var b=a(this),d=b.attr("id"),d=a(c).find("#"+d);0==d.length?b.hide():(b.html(d.html()),b.show())});if(1==yith_wcan.avada.is_enabled){var e=a(yith_wcan.avada.sort_count);e.html(a(c).find(yith_wcan.avada.sort_count).html());""==d.text()?e.hide():
12
- e.show()}1!=yith_wcan.change_browser_url||navigator.userAgent.match(/msie/i)||window.history.pushState({pageTitle:c.pageTitle},"",b);a(document).trigger("ready");a(document).trigger("yith-wcan-ajax-filtered",[c]);a(window).trigger("scroll");if(n){if("undefined"!=typeof a.fn.slider){var e=parseInt(a(yith_wcan.wc_price_slider.min_price).data("min")),f=parseInt(a(yith_wcan.wc_price_slider.max_price).data("max"));a(yith_wcan.wc_price_slider.wrapper).slider("values",[e,f]);a(document.body).trigger("price_slider_slide",
13
- [e,f])}a(document).trigger("yith-wcan-ajax-reset-filtered")}x()}})};a(yith_wcan.container).not(".ywcps-products").wrap('<div class="yit-wcan-container"></div>');a(document).on("yith-wcan-wrapped",function(){x()});a(document).trigger("yith-wcan-wrapped");a(document).on("click",".yith-wcan a",function(h){a(this).yith_wcan_ajax_filters(h,this)});var t=function(){a("div.yith-wcan-select-wrapper").css("z-index","-1").animate({visibility:"hidden",opacity:0},0);a("a.yit-wcan-select-open").removeClass("active")};
14
- a(document).on("click","a.yit-wcan-select-open.active",function(h){h.preventDefault();a(this).parent().find("div.yith-wcan-select-wrapper").css("z-index","-1").animate({visibility:"hidden",opacity:0},300);a(this).parent().find("a.yit-wcan-select-open").removeClass("active")});a(document).on("click","a.yit-wcan-select-open:not(.active)",function(h){h.preventDefault();a("a.yit-wcan-select-open.active").trigger("click");a(this).parent().find("div.yith-wcan-select-wrapper").css("z-index","1").animate({visibility:"visible",
15
- opacity:1},300);a(this).parent().find("a.yit-wcan-select-open").addClass("active")});a(document).on("ready yith-wcan-ajax-filtered",function(){a("div.yith-wcan-select-wrapper ul.yith-wcan-select li.chosen");t();a("div.yith-wcan-select-wrapper").each(function(){var h="";a(this).find("ul.yith-wcan-select li.chosen").each(function(){h+=a(this).text()+", "});h=h.substring(0,h.length-2);""!=h&&a(this).parent().find("a.yit-wcan-select-open").text(h)})});a(document).on("ready",t);a("body").on("click",function(h){a(h.target).hasClass("yit-wcan-select-open")||
16
- t()});if(1==yith_wcan.flatsome.is_enabled&&1==yith_wcan.flatsome.lazy_load_enabled)a(document).on("yith-wcan-ajax-filtered",function(h,p){var b=a(document);jQuery(".lazy-load",b).each(function(a,b){var c=jQuery(b);c.waypoint(function(a){if(!c.hasClass("lazy-load-active")){a=c.data("src");var b=c.data("srcset");a&&c.attr("src",a);b&&c.attr("srcset",b);c.imagesLoaded(function(){c.addClass("lazy-load-active").removeClass("lazy-load")})}},{offset:"140%"})})});window.addEventListener("popstate",function(a){window.location.reload(!0)})});
 
1
+ jQuery(function(a){function y(h){a(h).parent().find("div.yith-wcan-select-wrapper").css("z-index","1").animate({visibility:"visible",opacity:1},{duration:300,start:function(){a(this).css("display","block")}});a(h).parent().find("a.yit-wcan-select-open").addClass("active")}function z(h){a(h).parent().find("div.yith-wcan-select-wrapper").css("z-index","-1").animate({visibility:"hidden",opacity:0},300,function(){a(this).css("display","none")});a(h).parent().find("a.yit-wcan-select-open").removeClass("active")}
2
+ function u(a,p){return a.replace(new RegExp("[?&]"+p+"=[^&#]*(#.*)?$"),"$1").replace(new RegExp("([?&])"+p+"=[^&]*&"),"$1")}var A=/(?!(\[))(\.)[^.#[]*/g,B=/(#)[^.#[]*/,C=/^[\w]+/,D=/^[\w]+$/,v=function(h,p){if(D.test(h))var b=[{tag:h}];else{b=h;for(var d={sel:[],val:[]},n=[],c=!1,k="",m=[],l=0,g=b.length;l<g;l++){var f=b.charAt(l);if(c)if("\\"===f&&l+1<b.length)m.push(b.charAt(++l));else if(k===f)k="",m.push(f);else if(("'"===f||'"'===f)&&""===k)k=f,m.push(f);else if("]"===f&&""===k)d.val.push(m.join("")),
3
+ m=[],c=!1;else{if("]"!==f||""!==k)""===k&&","===f?(d.val.push(m.join("")),m=[]):m.push(f)}else"\\"===f&&l+1<b.length?c&&m.push(b.charAt(++l)):"["===f&&""===k?c=!0:" "===f||"+"===f?(d.sel=d.sel.join(""),n.push(d),"+"===f&&n.push({sel:"+",val:""}),d={sel:[],val:[]}):" "!==f&&"]"!==f&&d.sel.push(f)}if(0!=d.sel.length||0!=d.val.length)d.sel=d.sel.join(""),n.push(d);for(l=0;l<n.length;l++){d=n[l].sel;if("+"===d)e.tag=d;else{var e=[];e.tag=C.exec(d);e.id=B.exec(d);e.id&&a.isArray(e.id)&&(e.id=e.id[0].substr(1));
4
+ e.tag||(e.tag="div");e.vars=[];for(b=0;b<n[l].val.length;b++)k=n[l].val[b].indexOf("="),c=n[l].val[b].substr(0,k),k=n[l].val[b].substr(k+1),k=k.replace(/^[\s]*[\"\']*|[\"\']*[\s]*$/g,""),"text"===c?e.text=k:e.vars.push([c,k]);d=d.match(A);c=[];if(d){for(b=0;b<d.length;b++)c.push(d[b].substr(1));e.className=c.join(" ")}}n[l]=e}b=n}d=[];"undefined"===typeof p&&(p=1);n=[];c=[];k=[];m=document.createElement("div");for(g=l=0;g<b.length;g++){if("+"==b[g].tag)c=k.slice(),--l;else{for(f=0;f<p;f++)if("input"==
5
+ b[g].tag){e=[];e.push("<"+b[g].tag);b[g].id&&e.push("id='"+b[g].id+"'");b[g].className&&(e.push("class='"+b[g].className),g+1===b.length&&e.push(lastClass),e.push("'"));if(b[g].vars)for(var q=0;q<b[g].vars.length;q++)e.push(b[g].vars[q][0]+"='"+b[g].vars[q][1]+"'");b[g].text&&e.push("value='"+b[g].text+"'");e.push("/>");k[f]=c[f];c[f]?(c[f].innerHTML+=e.join(" "),c[f]=c[f].lastChild):(m.innerHTML=e.join(" "),c[f]=m.removeChild(m.firstChild))}else{e=document.createElement(b[g].tag);if(b[g].vars)for(q=
6
+ 0;q<b[g].vars.length;q++)console.log(b[g].tag,b[g].vars[q]),e.setAttribute(b[g].vars[q][0],b[g].vars[q][1]);b[g].id&&(e.id=b[g].id);b[g].className&&(e.className=b[g].className);b[g].text&&e.appendChild(document.createTextNode(b[g].text));k[f]=c[f];c[f]=c[f]?c[f].appendChild(e):e}l++||Array.prototype.push.apply(n,c)}d=a.merge(d,c)}return a(n)},w=function(h,p,b){for(var d=h.match(/%[^%]*%/g)||[],n=[],c=0;c<p.length;c++){for(var k=h,m=0;m<d.length;m++){var l=d[m].substr(1,d[m].length-2);k=k.replace(d[m],
7
+ p[c][l])}n=a.merge(n,v(k,b))}return a(n)};a.jseldom=function(h){if(2==arguments.length&&a.isPlainObject(arguments[1]))return w.apply(this,[arguments[0],[arguments[1]]]);if(1==arguments.length||2==arguments.length&&!a.isArray(arguments[1]))return v.apply(this,arguments);if(2==arguments.length)return w.apply(this,arguments)};var r=!1,x=function(){var h=a("#yith-wcan-reset-all-categories").find("a.yith-wcan-reset-categories-link"),p=a("#yith-wcan-reset-all-tags").find("a.yith-wcan-reset-tags-link");
8
+ h.add(p).on("click",function(b){a(this).yith_wcan_ajax_filters(b,this)})};a.fn.yith_wcan_ajax_filters=function(h,p){h.preventDefault();var b=p.href,d=a(p),n=d.hasClass("yith-wcan-reset-navigation");if("undefined"==typeof b&&d.parents().hasClass("price_slider_wrapper")){d.parents("form");var c=window.location,k=c.origin+c.pathname,m=k!=c.href,l=a(".price_slider_amount #min_price").val(),g=a(".price_slider_amount #max_price").val();b=c.href;1==m&&(b=u(b,"min_price"),b=u(b,"max_price"));b=b+(k==b?"?":
9
+ "&")+a.param({min_price:l,max_price:g})}"select"==d.data("type")&&(d.parents("div.yith-woo-ajax-navigation").find("a.yit-wcan-select-open").removeClass("active"),d.parent().find("div.yith-wcan-select-wrapper").css("z-index","-1").animate({visibility:"hidden",opacity:0},300));a(yith_wcan.container).not(".ywcps-products").html("").addClass("yith-wcan-loading");a(document).trigger("yith-wcan-ajax-loading");"undefined"!=typeof yith_wcan_frontend&&a(yith_wcan.container).not(".ywcps-products").css("backgroundImage",
10
+ "url("+yith_wcan_frontend.loader_url+")");c=!1;"both"==yith_wcan.scroll_top_mode?c=!0:"mobile"==yith_wcan.scroll_top_mode&&1==yith_wcan.is_mobile?c=!0:"desktop"==yith_wcan.scroll_top_mode&&1!=yith_wcan.is_mobile&&(c=!0);1==c&&a(window).scrollTop(a(yith_wcan.scroll_top).offset().top);a(yith_wcan.pagination).hide();a(yith_wcan.result_count).hide();0!=r&&(r.abort(),r=!1);r=a.ajax({url:b,success:function(c){r=!1;a(yith_wcan.container).not(".ywcps-products").removeClass("yith-wcan-loading");0<a(c).find(yith_wcan.container).not(".ywcps-products").length?
11
+ a(".yit-wcan-container").html(a(c).find(yith_wcan.container).not(".ywcps-products")):a(".yit-wcan-container").html(a(c).find(".woocommerce-info"));0<a(c).find(yith_wcan.pagination).length?(0==a(yith_wcan.pagination).length&&a.jseldom(yith_wcan.pagination).insertAfter(a(yith_wcan.container).not(".ywcps-products")),a(yith_wcan.pagination).html(a(c).find(yith_wcan.pagination).html()).show()):a(yith_wcan.pagination).empty();a("div.quantity:not(.buttons_added), td.quantity:not(.buttons_added)").addClass("buttons_added").append('<input type="button" value="+" class="plus" />').prepend('<input type="button" value="-" class="minus" />');
12
+ 0<a(c).find(yith_wcan.result_count).length&&a(yith_wcan.result_count).html(a(c).find(yith_wcan.result_count).html()).show();a(".yith-woo-ajax-navigation").add(".yith-wcan-sort-by").add(".yith-wcan-stock-on-sale").add(".yith-wcan-list-price-filter").each(function(){var b=a(this),d=b.attr("id");d=a(c).find("#"+d);0==d.length?b.hide():(b.html(d.html()),b.show())});if(1==yith_wcan.avada.is_enabled){var e=a(yith_wcan.avada.sort_count);e.html(a(c).find(yith_wcan.avada.sort_count).html());""==d.text()?e.hide():
13
+ e.show()}1!=yith_wcan.change_browser_url||navigator.userAgent.match(/msie/i)||window.history.pushState({pageTitle:c.pageTitle},"",b);a(document).trigger("ready");a(document).trigger("yith-wcan-ajax-filtered",[c]);a(window).trigger("scroll");if(n){if("undefined"!=typeof a.fn.slider){e=parseInt(a(yith_wcan.wc_price_slider.min_price).data("min"));var f=parseInt(a(yith_wcan.wc_price_slider.max_price).data("max"));a(yith_wcan.wc_price_slider.wrapper).slider("values",[e,f]);a(document.body).trigger("price_slider_slide",
14
+ [e,f])}a(document).trigger("yith-wcan-ajax-reset-filtered")}x()}})};a(yith_wcan.container).not(".ywcps-products").wrap('<div class="yit-wcan-container"></div>');a(document).on("yith-wcan-wrapped",function(){x()});a(document).trigger("yith-wcan-wrapped");a(document).on("click",".yith-wcan a",function(h){a(this).yith_wcan_ajax_filters(h,this)});var t=function(){a("div.yith-wcan-select-wrapper").css("z-index","-1").animate({visibility:"hidden",opacity:0},0,function(){a(this).css("display","none")});
15
+ a("a.yit-wcan-select-open").removeClass("active")};a(document).on("click","a.yit-wcan-select-open.active",function(a){a.preventDefault();z(this)});a(document).on("click","a.yit-wcan-select-open:not(.active)",function(h){h.preventDefault();a("a.yit-wcan-select-open.active").trigger("click");y(this)});a(document).on("ready yith-wcan-ajax-filtered",function(){a("div.yith-wcan-select-wrapper ul.yith-wcan-select li.chosen");t();a("div.yith-wcan-select-wrapper").each(function(){var h="";a(this).find("ul.yith-wcan-select li.chosen").each(function(){h+=
16
+ a(this).text()+", "});h=h.substring(0,h.length-2);""!=h&&a(this).parent().find("a.yit-wcan-select-open").text(h)})});a(document).on("ready",t);a("body").on("click",function(h){a(h.target).hasClass("yit-wcan-select-open")||t()});if(1==yith_wcan.flatsome.is_enabled&&1==yith_wcan.flatsome.lazy_load_enabled)a(document).on("yith-wcan-ajax-filtered",function(h,p){var b=a(document);jQuery(".lazy-load",b).each(function(a,b){var c=jQuery(b);c.waypoint(function(a){if(!c.hasClass("lazy-load-active")){a=c.data("src");
17
+ var b=c.data("srcset");a&&c.attr("src",a);b&&c.attr("srcset",b);c.imagesLoaded(function(){c.addClass("lazy-load-active").removeClass("lazy-load")})}},{offset:"140%"})})});window.addEventListener("popstate",function(a){window.location.reload(!0)})});
includes/class.yith-wcan.php CHANGED
@@ -202,7 +202,7 @@ if ( ! class_exists( 'YITH_WCAN' ) ) {
202
  }
203
 
204
  public function init() {
205
- if ( is_admin() && ! is_ajax() ) {
206
  $this->admin = new YITH_WCAN_Admin( $this->version );
207
  }
208
  else {
202
  }
203
 
204
  public function init() {
205
+ if ( is_admin() ) {
206
  $this->admin = new YITH_WCAN_Admin( $this->version );
207
  }
208
  else {
includes/functions.yith-wcan.php CHANGED
@@ -116,6 +116,8 @@ function yith_wcan_attributes_table( $type, $attribute, $id, $name, $values = ar
116
  * @return bool
117
  */
118
  function yith_wcan_can_be_displayed() {
 
 
119
  if (
120
  ( is_active_widget( false, false, 'yith-woo-ajax-navigation', true ) ||
121
  is_active_widget( false, false, 'yith-woo-ajax-navigation-sort-by', true ) ||
@@ -123,11 +125,10 @@ function yith_wcan_can_be_displayed() {
123
  is_active_widget( false, false, 'yith-woo-ajax-navigation-list-price-filter', true ) ) &&
124
  ( is_shop() || defined( 'SHOP_IS_ON_FRONT' ) || is_product_taxonomy() || is_product_category() )
125
  ) {
126
- return true;
127
- }
128
- else {
129
- return false;
130
  }
 
 
131
  }
132
 
133
 
@@ -467,7 +468,7 @@ if ( ! function_exists( 'yit_get_filter_args' ) ) {
467
  $filter_value['source_tax'] = $_GET['source_tax'];
468
  }
469
 
470
- elseif( is_product_taxonomy() && $queried_object && ! isset( $filter_value['source_id'] ) && ! isset( $filter_value['source_tax'] )){
471
  $filter_value['source_id'] = $queried_object->slug;
472
  $filter_value['source_tax'] = $queried_object->taxonomy;
473
  }
@@ -521,13 +522,7 @@ if ( ! function_exists( 'yit_get_woocommerce_layered_nav_link' ) ) {
521
  $taxonomy = $source_tax = ! empty( $_GET['source_tax'] ) ? $_GET['source_tax'] : '';
522
 
523
  if ( defined( 'SHOP_IS_ON_FRONT' ) || ( is_shop() && ! is_product_category() ) ) {
524
- // $taxonomy = get_query_var( 'taxonomy' );
525
- // $brands_taxonomy = yit_get_brands_taxonomy();
526
  $return = get_post_type_archive_link( 'product' );
527
-
528
- // if( ! empty( $brands_taxonomy ) && $brands_taxonomy == $taxonomy ){
529
- // $return = add_query_arg( array( $taxonomy => get_query_var( 'term' ) ), $return );
530
- // }
531
  return apply_filters( 'yith_wcan_untrailingslashit', true ) && is_string( $return ) ? untrailingslashit( $return ) : $return;
532
  }
533
 
@@ -537,17 +532,6 @@ if ( ! function_exists( 'yit_get_woocommerce_layered_nav_link' ) ) {
537
  }
538
 
539
  else {
540
- if( empty( $taxonomy ) || empty( $term ) ){
541
- $queried_object = get_queried_object();
542
- $taxonomy = $queried_object instanceof WP_Term ? $queried_object->taxonomy : get_query_var( 'taxonomy' );
543
- $term = $queried_object instanceof WP_Term ? $queried_object : get_query_var( 'term' );
544
- }
545
-
546
- // if( yith_wcan_is_product_attribute() || is_numeric( $term ) ){
547
- // $term = intval( $term );
548
- // }
549
- //
550
- // $return = get_term_link( $term, $taxonomy );
551
  $return = get_post_type_archive_link( 'product' );
552
 
553
  return apply_filters( 'yith_wcan_untrailingslashit', true ) && is_string( $return ) ? untrailingslashit( $return ) : $return;
116
  * @return bool
117
  */
118
  function yith_wcan_can_be_displayed() {
119
+ $return = false;
120
+
121
  if (
122
  ( is_active_widget( false, false, 'yith-woo-ajax-navigation', true ) ||
123
  is_active_widget( false, false, 'yith-woo-ajax-navigation-sort-by', true ) ||
125
  is_active_widget( false, false, 'yith-woo-ajax-navigation-list-price-filter', true ) ) &&
126
  ( is_shop() || defined( 'SHOP_IS_ON_FRONT' ) || is_product_taxonomy() || is_product_category() )
127
  ) {
128
+ $return = true;
 
 
 
129
  }
130
+
131
+ return apply_filters( 'yith_wcan_can_be_displayed', $return );
132
  }
133
 
134
 
468
  $filter_value['source_tax'] = $_GET['source_tax'];
469
  }
470
 
471
+ elseif( ! is_shop() && is_product_taxonomy() && $queried_object && ! isset( $filter_value['source_id'] ) && ! isset( $filter_value['source_tax'] )){
472
  $filter_value['source_id'] = $queried_object->slug;
473
  $filter_value['source_tax'] = $queried_object->taxonomy;
474
  }
522
  $taxonomy = $source_tax = ! empty( $_GET['source_tax'] ) ? $_GET['source_tax'] : '';
523
 
524
  if ( defined( 'SHOP_IS_ON_FRONT' ) || ( is_shop() && ! is_product_category() ) ) {
 
 
525
  $return = get_post_type_archive_link( 'product' );
 
 
 
 
526
  return apply_filters( 'yith_wcan_untrailingslashit', true ) && is_string( $return ) ? untrailingslashit( $return ) : $return;
527
  }
528
 
532
  }
533
 
534
  else {
 
 
 
 
 
 
 
 
 
 
 
535
  $return = get_post_type_archive_link( 'product' );
536
 
537
  return apply_filters( 'yith_wcan_untrailingslashit', true ) && is_string( $return ) ? untrailingslashit( $return ) : $return;
init.php CHANGED
@@ -3,14 +3,14 @@
3
  * Plugin Name: YITH WooCommerce Ajax Product Filter
4
  * Plugin URI: http://yithemes.com/
5
  * Description: YITH WooCommerce Ajax Product Filter offers the perfect way to filter all the products of your shop.
6
- * Version: 3.4.6
7
  * Author: YITHEMES
8
  * Author URI: http://yithemes.com/
9
  * Text Domain: yith-woocommerce-ajax-navigation
10
  * Domain Path: /languages/
11
  *
12
  * WC requires at least: 2.2.0
13
- * WC tested up to: 3.2.0
14
  *
15
  * @author Your Inspiration Themes
16
  * @package YITH WooCommerce Ajax Navigation
@@ -67,7 +67,7 @@ load_plugin_textdomain( 'yith-woocommerce-ajax-navigation', false, dirname( plug
67
  ! defined( 'YITH_WCAN' ) && define( 'YITH_WCAN', true );
68
  ! defined( 'YITH_WCAN_URL' ) && define( 'YITH_WCAN_URL', plugin_dir_url( __FILE__ ) );
69
  ! defined( 'YITH_WCAN_DIR' ) && define( 'YITH_WCAN_DIR', plugin_dir_path( __FILE__ ) );
70
- ! defined( 'YITH_WCAN_VERSION' ) && define( 'YITH_WCAN_VERSION', '3.4.6' );
71
  ! defined( 'YITH_WCAN_FREE_INIT') && define( 'YITH_WCAN_FREE_INIT', plugin_basename( __FILE__ ) );
72
  ! defined( 'YITH_WCAN_FILE' ) && define( 'YITH_WCAN_FILE', __FILE__ );
73
 
3
  * Plugin Name: YITH WooCommerce Ajax Product Filter
4
  * Plugin URI: http://yithemes.com/
5
  * Description: YITH WooCommerce Ajax Product Filter offers the perfect way to filter all the products of your shop.
6
+ * Version: 3.5.0
7
  * Author: YITHEMES
8
  * Author URI: http://yithemes.com/
9
  * Text Domain: yith-woocommerce-ajax-navigation
10
  * Domain Path: /languages/
11
  *
12
  * WC requires at least: 2.2.0
13
+ * WC tested up to: 3.3.0
14
  *
15
  * @author Your Inspiration Themes
16
  * @package YITH WooCommerce Ajax Navigation
67
  ! defined( 'YITH_WCAN' ) && define( 'YITH_WCAN', true );
68
  ! defined( 'YITH_WCAN_URL' ) && define( 'YITH_WCAN_URL', plugin_dir_url( __FILE__ ) );
69
  ! defined( 'YITH_WCAN_DIR' ) && define( 'YITH_WCAN_DIR', plugin_dir_path( __FILE__ ) );
70
+ ! defined( 'YITH_WCAN_VERSION' ) && define( 'YITH_WCAN_VERSION', '3.5.0' );
71
  ! defined( 'YITH_WCAN_FREE_INIT') && define( 'YITH_WCAN_FREE_INIT', plugin_basename( __FILE__ ) );
72
  ! defined( 'YITH_WCAN_FILE' ) && define( 'YITH_WCAN_FILE', __FILE__ );
73
 
languages/yith-woocommerce-ajax-navigation-de_DE.mo ADDED
Binary file
languages/yith-woocommerce-ajax-navigation-de_DE.po ADDED
@@ -0,0 +1,806 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: YITH WooCommerce Ajax Product Filter\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-02-01 14:37+0100\n"
6
+ "PO-Revision-Date: 2018-02-01 14:37+0100\n"
7
+ "Last-Translator: Thomas Bunte <thomas@bunte-tk.de>\n"
8
+ "Language-Team: \n"
9
+ "Language: de_DE\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
14
+ "X-Generator: Poedit 1.8.9\n"
15
+ "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
17
+ "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
18
+ "X-Poedit-Basepath: ..\n"
19
+ "X-Textdomain-Support: yes\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+ "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
22
+
23
+ #: includes/class.yith-wcan-admin.php:126
24
+ msgid "Front end"
25
+ msgstr "Frontend"
26
+
27
+ #: includes/class.yith-wcan-admin.php:127 settings/custom-style-options.php:12
28
+ msgid "Custom Style"
29
+ msgstr "Benutzerdefinierter Style"
30
+
31
+ #: includes/class.yith-wcan-admin.php:128
32
+ #: includes/class.yith-wcan-admin.php:195
33
+ msgid "Premium Version"
34
+ msgstr "Premium Version"
35
+
36
+ #: includes/class.yith-wcan-admin.php:134
37
+ #: includes/class.yith-wcan-admin.php:135
38
+ msgid "Ajax Product Filter"
39
+ msgstr "Ajax Product Filter"
40
+
41
+ #: includes/class.yith-wcan-admin.php:191
42
+ msgid "Premium live demo"
43
+ msgstr "Premium Live Demo"
44
+
45
+ #: includes/class.yith-wcan-admin.php:191
46
+ msgid "Live demo"
47
+ msgstr "Live Demo"
48
+
49
+ #: includes/class.yith-wcan-admin.php:219
50
+ msgid "Plugin Documentation"
51
+ msgstr "Plugin Dokumentation"
52
+
53
+ #: includes/functions.yith-wcan.php:57 includes/functions.yith-wcan.php:71
54
+ #: includes/functions.yith-wcan.php:93
55
+ msgid "Term"
56
+ msgstr "Term"
57
+
58
+ #: includes/functions.yith-wcan.php:57
59
+ #: widgets/class.yith-wcan-navigation-widget.php:867
60
+ msgid "Color"
61
+ msgstr "Farbe"
62
+
63
+ #: includes/functions.yith-wcan.php:71
64
+ msgctxt "For multicolor: I.E. white and red T-Shirt"
65
+ msgid "Color 1"
66
+ msgstr ""
67
+
68
+ #: includes/functions.yith-wcan.php:71
69
+ msgctxt "For multicolor: I.E. white and red T-Shirt"
70
+ msgid "Color 2"
71
+ msgstr ""
72
+
73
+ #: includes/functions.yith-wcan.php:93
74
+ msgid "Labels"
75
+ msgstr "Label"
76
+
77
+ #: init.php:49
78
+ msgid ""
79
+ "YITH WooCommerce Ajax Product Filter is enabled but not effective. It "
80
+ "requires WooCommerce in order to work."
81
+ msgstr ""
82
+ "YITH WooCommerce Produkt Countdown ist aktiviert, jedoch nicht funktionabel. "
83
+ "Es wird WooCommerce benötigt."
84
+
85
+ #: init.php:58
86
+ msgid ""
87
+ "You can't activate the free version of YITH WooCommerce Ajax Product Filter "
88
+ "while you are using the premium one."
89
+ msgstr ""
90
+
91
+ #: settings/custom-style-options.php:24
92
+ msgid "Enter here your custom CSS rules:"
93
+ msgstr "Geben Sie hier Ihre angepassten CSS-Regeln ein:"
94
+
95
+ #: settings/frontend-options.php:12
96
+ msgid "Frontend Settings"
97
+ msgstr "Frontend Einstellungen"
98
+
99
+ #: settings/frontend-options.php:25
100
+ msgctxt "Admin panel: option description"
101
+ msgid "How To:"
102
+ msgstr "How To:"
103
+
104
+ #: settings/frontend-options.php:27
105
+ msgctxt "Admin: Panel section description"
106
+ msgid ""
107
+ "If your theme is using WooCommerce standard templates, you don't need to "
108
+ "change the following values.\n"
109
+ " Otherwise, add the classes used in the "
110
+ "templates of your theme.\n"
111
+ " If you don't know how to do, please contact "
112
+ "the developer of your theme to be correctly instructed."
113
+ msgstr ""
114
+ "Wenn Ihr Thema WooCommerce Standardvorlagen verwendet, brauchen Sie die "
115
+ "folgenden Werte nicht zu ändern.\n"
116
+ " Andernfalls fügen Sie die Klassen hinzu, die "
117
+ "in den Vorlagen Ihres Themas verwendet werden.\n"
118
+ " Wenn Sie nicht wissen, wie das geht, wenden "
119
+ "Sie sich bitte an den Entwickler Ihres Themas, um eine korrekte Anleitung zu "
120
+ "erhalten."
121
+
122
+ #: settings/frontend-options.php:33
123
+ msgid "Product Container"
124
+ msgstr "Produkt Container"
125
+
126
+ #: settings/frontend-options.php:34
127
+ msgid "Enter here the CSS class or id for the product container"
128
+ msgstr "Geben Sie hier die CSS-Klasse oder ID für den Produktcontainer ein"
129
+
130
+ #: settings/frontend-options.php:41
131
+ msgid "Shop Pagination Container"
132
+ msgstr "Shop Pagination Container"
133
+
134
+ #: settings/frontend-options.php:42
135
+ msgid "Enter here the CSS class or id for the shop pagination container"
136
+ msgstr ""
137
+ "Geben Sie hier die CSS-Klasse oder ID für den Shop-Pagination-Container ein."
138
+
139
+ #: settings/frontend-options.php:49
140
+ msgid "Result Count Container"
141
+ msgstr "Result Count Container"
142
+
143
+ #: settings/frontend-options.php:50
144
+ msgid "Enter here the CSS class or id for the results count container"
145
+ msgstr ""
146
+ "Geben Sie hier die CSS-Klasse oder ID für den Reslut Count Container ein."
147
+
148
+ #: settings/frontend-options.php:57
149
+ msgid "Scroll top anchor"
150
+ msgstr "Scroll-Top-Anker"
151
+
152
+ #: settings/frontend-options.php:58
153
+ msgid "Enter here the HTML tag for the scroll to top feature"
154
+ msgstr "Geben Sie hier das HTML-Tag für das Scroll-to-Top-Feature ein"
155
+
156
+ #: settings/frontend-options.php:65
157
+ msgid "Order by"
158
+ msgstr "Sortieren nach"
159
+
160
+ #: settings/frontend-options.php:66
161
+ msgid "Sort by number of products contained or alphabetically"
162
+ msgstr "Sortieren nach \"Anzahl der Produkte\" oder \"alphabetisch\""
163
+
164
+ #: settings/frontend-options.php:70
165
+ msgid "Alphabetically"
166
+ msgstr "Alphabetisch"
167
+
168
+ #: settings/frontend-options.php:71
169
+ msgid "WooCommerce Default"
170
+ msgstr "WooCommerce Standard"
171
+
172
+ #: templates/admin/premium.php:203 templates/admin/premium.php:441
173
+ #, php-format
174
+ msgid ""
175
+ "Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Ajax Product "
176
+ "Filter%2$s to benefit from all features!"
177
+ msgstr ""
178
+
179
+ #: templates/admin/premium.php:206 templates/admin/premium.php:444
180
+ msgid "UPGRADE"
181
+ msgstr ""
182
+
183
+ #: templates/admin/premium.php:207 templates/admin/premium.php:445
184
+ msgid "to the premium version"
185
+ msgstr ""
186
+
187
+ #: templates/admin/premium.php:213
188
+ msgid "Premium Features"
189
+ msgstr ""
190
+
191
+ #: templates/admin/premium.php:221
192
+ msgid "Two more layouts"
193
+ msgstr ""
194
+
195
+ #: templates/admin/premium.php:224
196
+ #, php-format
197
+ msgid ""
198
+ "The YITH WooCommerce Ajax product Filter widget get richer with 2 new "
199
+ "layouts to filter the products of your shop.%1$sBicolor%2$s: the perfect "
200
+ "choice for those attributes related to two different colors at the same time "
201
+ "(white/black), for a simple visual impact for the final user. Pick the "
202
+ "%1$sTag%2$s typology, on the contrary, if you want to filter your products "
203
+ "by product tag. And if you are using also the %1$sYITH WooCommerce Brand Add-"
204
+ "On%2$s plugin, you will be able to offer the freedom to filter your shop "
205
+ "products by brands thanks to the ajax technology."
206
+ msgstr ""
207
+
208
+ #: templates/admin/premium.php:234
209
+ msgid "Price range"
210
+ msgstr ""
211
+
212
+ #: templates/admin/premium.php:237
213
+ #, php-format
214
+ msgid ""
215
+ "One of the most requested filter for e-commerce sites is the one that let "
216
+ "you select products by their prices. Thanks to YITH WooCommerce Ajax List "
217
+ "Price Filter, %1$syou can set unlimited price ranges:%2$s your users will be "
218
+ "able to filter products selecting on the ranges you have set."
219
+ msgstr ""
220
+
221
+ #: templates/admin/premium.php:253
222
+ msgid "Ajax Stock/On Sale Filters"
223
+ msgstr ""
224
+
225
+ #: templates/admin/premium.php:256
226
+ #, php-format
227
+ msgid ""
228
+ "A new widget for the premium version of the plugin. Whoever will surf the "
229
+ "pages of your shop will be able to display only the products on sale and/or "
230
+ "the available ones.%3$s %1$sAn additional feature for an e-commerce site "
231
+ "that is worthy!%2$s"
232
+ msgstr ""
233
+
234
+ #: templates/admin/premium.php:266
235
+ msgid "Product sorting"
236
+ msgstr ""
237
+
238
+ #: templates/admin/premium.php:269
239
+ #, php-format
240
+ msgid ""
241
+ "With the new %1$sYITH WooCommerce Ajax Sort By%2$s widget, you can give your "
242
+ "users the freedom to sort products with the ajax technology, without the "
243
+ "need to reload the page. Products can be sorted by rate, sales, price or "
244
+ "publication date."
245
+ msgstr ""
246
+
247
+ #: templates/admin/premium.php:285
248
+ msgid "Customized loader"
249
+ msgstr ""
250
+
251
+ #: templates/admin/premium.php:288
252
+ msgid ""
253
+ "From the plugin option panel, you can choose to upload a new icon for your "
254
+ "loader: in this way, it will better meet your needs."
255
+ msgstr ""
256
+
257
+ #: templates/admin/premium.php:298
258
+ msgid "WooCommerce Price Filter"
259
+ msgstr ""
260
+
261
+ #: templates/admin/premium.php:301
262
+ #, php-format
263
+ msgid ""
264
+ "Take advantage of the premium version of the plugin to edit the default "
265
+ "behavior of WooCommerce Price Filter. Change the %1$slayout of the filter"
266
+ "%2$s and activate the %1$sAjax mode%2$s to apply the filter immediately, "
267
+ "without reloading the page."
268
+ msgstr ""
269
+
270
+ #: templates/admin/premium.php:317
271
+ msgid "SEO"
272
+ msgstr "SEO"
273
+
274
+ #: templates/admin/premium.php:320
275
+ msgid ""
276
+ "The Ajax management of the plugin adds specific queries to the URLs of the "
277
+ "current page. Choose whether to allow search engines to index the URLs "
278
+ "generated by the plugin, or not: with the latter, you will be free to avoid "
279
+ "possible penalizations that may apply to your site."
280
+ msgstr ""
281
+
282
+ #: templates/admin/premium.php:330
283
+ msgid " Filter by category"
284
+ msgstr ""
285
+
286
+ #: templates/admin/premium.php:333
287
+ #, php-format
288
+ msgid ""
289
+ "Configure the widget to let your users filter product by a %1$sselected "
290
+ "category%2$s. Your users will be even happier to browse your shop."
291
+ msgstr ""
292
+
293
+ #: templates/admin/premium.php:349
294
+ msgid "FILTER ORDERING"
295
+ msgstr ""
296
+
297
+ #: templates/admin/premium.php:352
298
+ msgid ""
299
+ "Choose one of the two solutions for a better filter ordering of your "
300
+ "product archieve pages: classic alphabetical order or decreasing order, "
301
+ "based on the number of products contained in each filter."
302
+ msgstr ""
303
+
304
+ #: templates/admin/premium.php:362
305
+ msgid "Filter style"
306
+ msgstr "Filterstil"
307
+
308
+ #: templates/admin/premium.php:365
309
+ msgid ""
310
+ "In addition to the classic visualization style, the premium version of this "
311
+ "plugin gives you the possibility to show filters in \"checkbox\" style. "
312
+ "Users will experience a new look of your pages while filtering products."
313
+ msgstr ""
314
+
315
+ #: templates/admin/premium.php:381
316
+ msgid "Page url"
317
+ msgstr ""
318
+
319
+ #: templates/admin/premium.php:384
320
+ msgid ""
321
+ "Each applied filter generates a new url for the page. You can decide to keep "
322
+ "the same url or let it get automatically updated every time user applies a "
323
+ "filter to the products list of your shop."
324
+ msgstr ""
325
+
326
+ #: templates/admin/premium.php:394
327
+ msgid "Filter by tag"
328
+ msgstr ""
329
+
330
+ #: templates/admin/premium.php:397
331
+ msgid ""
332
+ "If you use tags as a powerful tool to classify your products, you can "
333
+ "configure an ad-hoc filter to be used on your products also by tag. In "
334
+ "addition, you could organize your tags in a hierarchy and have appropriate "
335
+ "tools for a better management of your products."
336
+ msgstr ""
337
+
338
+ #: templates/admin/premium.php:413
339
+ msgid "Reset"
340
+ msgstr ""
341
+
342
+ #: templates/admin/premium.php:416
343
+ msgid ""
344
+ "User experience on the site requires handiness and insight. This is why it "
345
+ "is unreasonable to deselect filters one by one to go back to the main view "
346
+ "when multiple filters have been applied to the product list. The plugin also "
347
+ "manages this action by a specific button which reset filters and by other "
348
+ "two which refresh the main view of categories and/or tags."
349
+ msgstr ""
350
+
351
+ #: templates/admin/premium.php:426
352
+ msgid "Scroll to top"
353
+ msgstr ""
354
+
355
+ #: templates/admin/premium.php:429
356
+ msgid ""
357
+ "Scroll to top is a feature to improve user experience on your site. Soon "
358
+ "after filtering the product list, the page will be automatically scrolled to "
359
+ "the top so the user can immediately see the filtered list. "
360
+ msgstr ""
361
+
362
+ #: widgets/class.yith-wcan-navigation-widget.php:36
363
+ msgid "Filter the list of products without reloading the page"
364
+ msgstr "Filtern Sie die Produktliste, ohne die Seite neu zu laden"
365
+
366
+ #: widgets/class.yith-wcan-navigation-widget.php:39
367
+ msgctxt "Admin: Widget Title"
368
+ msgid "YITH WooCommerce Ajax Product Filter"
369
+ msgstr "YITH WooCommerce Ajax Produkt Filter"
370
+
371
+ #: widgets/class.yith-wcan-navigation-widget.php:153
372
+ msgid "Filters:"
373
+ msgstr "Filter:"
374
+
375
+ #: widgets/class.yith-wcan-navigation-widget.php:866
376
+ msgid "List"
377
+ msgstr "Liste"
378
+
379
+ #: widgets/class.yith-wcan-navigation-widget.php:868
380
+ msgid "Label"
381
+ msgstr "Label"
382
+
383
+ #: widgets/class.yith-wcan-navigation-widget.php:869
384
+ msgid "Dropdown"
385
+ msgstr "Dropdown"
386
+
387
+ #: widgets/class.yith-wcan-navigation-widget.php:876
388
+ #: widgets/class.yith-wcan-reset-navigation-widget.php:104
389
+ msgid "Title"
390
+ msgstr "Titel"
391
+
392
+ #: widgets/class.yith-wcan-navigation-widget.php:882
393
+ msgid "Type:"
394
+ msgstr "Typ:"
395
+
396
+ #: widgets/class.yith-wcan-navigation-widget.php:893
397
+ msgid "Query Type:"
398
+ msgstr "Query-Typ"
399
+
400
+ #: widgets/class.yith-wcan-navigation-widget.php:895
401
+ msgid "AND"
402
+ msgstr "AND"
403
+
404
+ #: widgets/class.yith-wcan-navigation-widget.php:896
405
+ msgid "OR"
406
+ msgstr "OR"
407
+
408
+ #: widgets/class.yith-wcan-navigation-widget.php:902
409
+ msgid "Attribute:"
410
+ msgstr "Attribute:"
411
+
412
+ #: widgets/class.yith-wcan-navigation-widget.php:909
413
+ msgid "Display (default All):"
414
+ msgstr "Anzeige (Standard Alles):"
415
+
416
+ #: widgets/class.yith-wcan-navigation-widget.php:911
417
+ msgid "All (no hierarchical)"
418
+ msgstr "Alle (nicht hierarchisch)"
419
+
420
+ #: widgets/class.yith-wcan-navigation-widget.php:912
421
+ msgid "All (hierarchical)"
422
+ msgstr "Alles (hierarchisch)"
423
+
424
+ #: widgets/class.yith-wcan-navigation-widget.php:913
425
+ msgid "Only Parent"
426
+ msgstr "Nur Übergeordnete"
427
+
428
+ #: widgets/class.yith-wcan-navigation-widget.php:920
429
+ msgid "CSS custom class"
430
+ msgstr "Benutzerdefinierte CSS-Klasse"
431
+
432
+ #: widgets/class.yith-wcan-reset-navigation-widget.php:23
433
+ msgid "Reset all filters set by YITH WooCommerce Ajax Product Filter"
434
+ msgstr "YITH WooCommerce Ajax Filter zurücksetzen"
435
+
436
+ #: widgets/class.yith-wcan-reset-navigation-widget.php:25
437
+ msgid "YITH WooCommerce Ajax Reset Filter"
438
+ msgstr "YITH WooCommerce Ajax Reset Filter"
439
+
440
+ #: widgets/class.yith-wcan-reset-navigation-widget.php:97
441
+ msgid "Reset All Filters"
442
+ msgstr "Alle Filter zurücksetzen"
443
+
444
+ #: widgets/class.yith-wcan-reset-navigation-widget.php:110
445
+ msgid "Button Label"
446
+ msgstr "Button Beschriftung"
447
+
448
+ #~ msgid "Settings"
449
+ #~ msgstr "Einstellungen"
450
+
451
+ #~ msgctxt "[Admin] Option name"
452
+ #~ msgid "Enable Scroll Top"
453
+ #~ msgstr "Bedienungselement \"nach oben\" aktivieren"
454
+
455
+ #~ msgid ""
456
+ #~ "Select whether you want to enable the \"Scroll to top\" option on "
457
+ #~ "Desktop, Mobile, or on both of them"
458
+ #~ msgstr ""
459
+ #~ "Wählen Sie diese Option, wenn Sie \"Scrollen nach oben\" auf Desktop, "
460
+ #~ "Mobile oder auf beiden aktivieren möchten"
461
+
462
+ #~ msgid "Disabled"
463
+ #~ msgstr "Deaktivieren"
464
+
465
+ #~ msgid "Mobile"
466
+ #~ msgstr "Mobil"
467
+
468
+ #~ msgid "Desktop"
469
+ #~ msgstr "Desktop"
470
+
471
+ #~ msgid "Mobile and Desktop"
472
+ #~ msgstr "Mobil und Desktop"
473
+
474
+ #~ msgid "Widget Title Tag"
475
+ #~ msgstr "Widget-Titel Tag"
476
+
477
+ #~ msgid "Enter here the HTML tag for the widget title"
478
+ #~ msgstr "Geben Sie hier das HTML-Tag für den Widget Titel ein"
479
+
480
+ #~ msgid "Widget Wrapper Tag"
481
+ #~ msgstr "Widget Wrapper Tag"
482
+
483
+ #~ msgid "Enter here the HTML tag for the widget wrapper"
484
+ #~ msgstr "Geben Sie hier das HTML-Tag für den Widget Wrapper ein"
485
+
486
+ #~ msgid "Number of products"
487
+ #~ msgstr "Anzahl der Produkte"
488
+
489
+ #~ msgid "Select the filter style"
490
+ #~ msgstr "Filter Stil wählen"
491
+
492
+ #~ msgid "\"x\" icon before activated filter"
493
+ #~ msgstr "\"x\" Symbol vor aktiviertem Filter"
494
+
495
+ #~ msgid "Checkboxes"
496
+ #~ msgstr "Checkboxen"
497
+
498
+ #~ msgid "Enable ajax shop pagination"
499
+ #~ msgstr "Ajax Shop Paginierung aktivieren"
500
+
501
+ #~ msgid "Enable AJAX WooCommerce pagination"
502
+ #~ msgstr "WooCommerce Ajax Paginierung aktivieren"
503
+
504
+ #~ msgid "Shop Pagination Container Anchor"
505
+ #~ msgstr "Shop Paginierung Container Anker"
506
+
507
+ #~ msgid "Enter here the HTML tag for the shop pagination anchor"
508
+ #~ msgstr "Geben Sie hier das HTML-Tag für den Shop Paginierungs-Anker ein"
509
+
510
+ #~ msgid "Show current categories"
511
+ #~ msgstr "Aktuelle Kategorien anzeigen"
512
+
513
+ #~ msgid ""
514
+ #~ "This option allows whether to show or hide the current category when you "
515
+ #~ "are on it. For example, if I am on “Jeans” category page, the \"Jeans\" "
516
+ #~ "filter is automatically hidden."
517
+ #~ msgstr ""
518
+ #~ "Mit dieser Option können Sie festlegen, ob die aktuelle Kategorie ein- "
519
+ #~ "oder ausgeblendet werden soll. Wenn ich zum Beispiel auf der Kategorie-"
520
+ #~ "Seite \"Jeans\" bin, wird der Filter \"Jeans\" automatisch ausgeblendet."
521
+
522
+ #~ msgid "Show \"All Categories\" link"
523
+ #~ msgstr "Link \"Alle Kategorien\" anzeigen"
524
+
525
+ #~ msgid "Add a link \"See all categories\" after a filter is applied"
526
+ #~ msgstr ""
527
+ #~ "Link \"Alle Kategorien anzeigen\" anzeigen, nachdem der Filter gewählt "
528
+ #~ "wurde"
529
+
530
+ #~ msgid "\"All Categories\" link text"
531
+ #~ msgstr "Linktext \"Alle Kategorien\""
532
+
533
+ #~ msgid "Enter here the text for the link \"See all categories\""
534
+ #~ msgstr "Hier den Linktext für den Link \"Alle Kategorien\" eingeben"
535
+
536
+ #~ msgid "See all categories"
537
+ #~ msgstr "Alle Kategorien anzeigen"
538
+
539
+ #~ msgid "Show \"All Tags\" link"
540
+ #~ msgstr "Link \"Alle Schlagwörter\" anzeigen"
541
+
542
+ #~ msgid "Add a link \"See all tags\" after a filter is applied"
543
+ #~ msgstr ""
544
+ #~ "Link \"Alle Schlagwörter anzeigen\" anzeigen, nachdem der Filer gewählt "
545
+ #~ "wurde"
546
+
547
+ #~ msgid "\"All Tags\" link text"
548
+ #~ msgstr "Linktext \"Alle Schlagwörter\""
549
+
550
+ #~ msgid "Text for \"See all tags\" link"
551
+ #~ msgstr "Text für Link \"Alle Schlagwörter anzeigen\""
552
+
553
+ #~ msgid "See all tags"
554
+ #~ msgstr "Alle Schlagwörter anzeigen"
555
+
556
+ #~ msgid "Enable Hierarchical Management for Product Tags"
557
+ #~ msgstr "Hierarchische Verwaltung für Produkt Schlagwörter aktivieren"
558
+
559
+ #~ msgid "Hack the standard WooCommerce non-hierarchical product tags"
560
+ #~ msgstr ""
561
+ #~ "Hacken Sie die Standard WooCommerce nicht-hierarchischen Produkt-Tags"
562
+
563
+ #~ msgid "General Settings"
564
+ #~ msgstr "Allgemeine Einstellungen"
565
+
566
+ #~ msgid "Ajax Loader"
567
+ #~ msgstr "Ajax Loader"
568
+
569
+ #~ msgid "Customize the AJAX loader icon"
570
+ #~ msgstr "Symbol für den Ajax Loader anpassen"
571
+
572
+ #~ msgctxt "Referer to original WooCommerce Price Filter Widget"
573
+ #~ msgid "Ajax WooCommerce Price Filter"
574
+ #~ msgstr "Ajax WooCommerce Preis Filter"
575
+
576
+ #~ msgid "Use AJAX WooCommerce price filter"
577
+ #~ msgstr "Verwenden Sie den AJAX WooCommerce Preisfilter"
578
+
579
+ #~ msgctxt "Referer to original WooCommerce Price Filter Widget"
580
+ #~ msgid "WooCommerce Price Filter slider"
581
+ #~ msgstr "WooCommerce Preis Filter Slider"
582
+
583
+ #~ msgid "Use WooCommerce price filter with slider"
584
+ #~ msgstr "Verwenden Sie WooCommerce Preisfilter Slider"
585
+
586
+ #~ msgctxt "Referer to original WooCommerce Price Filter Widget"
587
+ #~ msgid "Instant WooCommerce Price Filter slider"
588
+ #~ msgstr "Instant WooCommerce Preis Filter Slider"
589
+
590
+ #~ msgid ""
591
+ #~ "Use WooCommerce price filter with ajax slider without \"Filter\" button"
592
+ #~ msgstr ""
593
+ #~ "Benutzen Sie WooCommerce Preisfilter mit Ajax-Slider ohne \"Filter\"-"
594
+ #~ "Button"
595
+
596
+ #~ msgctxt "Referer to original WooCommerce Price Filter Widget"
597
+ #~ msgid "Dropdown for WooCommerce Price Filter"
598
+ #~ msgstr "Dropdown für WooCommerce Preisfilter"
599
+
600
+ #~ msgid "Add dropdown effect to original WooCommerce Price Filter widget"
601
+ #~ msgstr ""
602
+ #~ "Dropdown-Effekt zum Original WooCommerce Price Filter Widget hinzufügen"
603
+
604
+ #~ msgctxt "Referer to original WooCommerce Price Filter Widget"
605
+ #~ msgid "Open/Close for WooCommerce Price Filter"
606
+ #~ msgstr "Öffnen/Schließen für WooCommerce Preisfilter"
607
+
608
+ #~ msgid ""
609
+ #~ "Select this option if you want to show the dropdown as opened or closed "
610
+ #~ "when the page is loaded"
611
+ #~ msgstr ""
612
+ #~ "Wählen Sie diese Option, wenn Sie die Dropdown-Liste beim Laden der Seite "
613
+ #~ "als geöffnet oder geschlossen anzeigen möchten."
614
+
615
+ #~ msgid "Opened"
616
+ #~ msgstr "Geöffnet"
617
+
618
+ #~ msgid "Closed"
619
+ #~ msgstr "Geschlossen"
620
+
621
+ #~ msgid "Enable SEO option"
622
+ #~ msgstr "Aktiviert SEO Option"
623
+
624
+ #~ msgid ""
625
+ #~ "Add \"robots\" meta tag in head tag of HTML page if filters have been "
626
+ #~ "activated."
627
+ #~ msgstr ""
628
+ #~ "\"robots\" Meta Tag in den Kopf (Head Tag) der HTML-Seite nehmen, sobald "
629
+ #~ "die Filter aktiviert wurden."
630
+
631
+ #~ msgid "Meta tag options"
632
+ #~ msgstr "Meta Tag Optionen"
633
+
634
+ #~ msgid "Change browser URL"
635
+ #~ msgstr "Browser URL ändern"
636
+
637
+ #~ msgid ""
638
+ #~ "Enable this option if you want to update the URL after applying a filter."
639
+ #~ msgstr ""
640
+ #~ "Aktivieren, wenn Sie die URL aktualisieren möchten, nachdem der Filter "
641
+ #~ "gewählt wurde."
642
+
643
+ #~ msgctxt "Price filter option: price starts from"
644
+ #~ msgid "From"
645
+ #~ msgstr "Von"
646
+
647
+ #~ msgctxt "Price filter option: price ends to"
648
+ #~ msgid "To"
649
+ #~ msgstr "Bis"
650
+
651
+ #~ msgid ""
652
+ #~ "Show a price filter widget with a list of preset price ranges that users "
653
+ #~ "can use to better narrow down the products"
654
+ #~ msgstr ""
655
+ #~ "Zeigen Sie ein Preisfilter-Widget mit einer Liste voreingestellter "
656
+ #~ "Preisspannen, mit denen Benutzer die Produkte besser eingrenzen können."
657
+
658
+ #~ msgid "YITH WooCommerce Ajax Price List Filter"
659
+ #~ msgstr "YITH WooCommerce Ajax Preisliste Filter"
660
+
661
+ #~ msgctxt "refer to: product price"
662
+ #~ msgid "Price Filter"
663
+ #~ msgstr "Preis Filter"
664
+
665
+ #~ msgid "Show widget dropdown"
666
+ #~ msgstr "Widget Dropdown anzeigen"
667
+
668
+ #~ msgctxt "Select this if you want to show the widget as open or closed"
669
+ #~ msgid "Dropdown style:"
670
+ #~ msgstr "Dropdown Stil:"
671
+
672
+ #~ msgid "Price Range"
673
+ #~ msgstr "Preisspanne"
674
+
675
+ #~ msgid "Add new range"
676
+ #~ msgstr "Neue Preisspanne hinzufügen"
677
+
678
+ #~ msgid "\"See all categories/tags\" link text"
679
+ #~ msgstr "Linktext für \"Alle Kategorien/Schlagwörter anzeigen\""
680
+
681
+ #~ msgid "Leave it empty to use the default text available"
682
+ #~ msgstr "Leer lassen um den Standardtext zu verwenden"
683
+
684
+ #~ msgid "here"
685
+ #~ msgstr "hier"
686
+
687
+ #~ msgid "current categories text"
688
+ #~ msgstr "Aktueller Kategorietext"
689
+
690
+ #~ msgid "current tags text"
691
+ #~ msgstr "Aktueller Schlagworttext"
692
+
693
+ #~ msgid "No tags found."
694
+ #~ msgstr "Keine Schlagwörter gefunden."
695
+
696
+ #~ msgctxt "Admin: Section title"
697
+ #~ msgid "Tag List"
698
+ #~ msgstr "Schlagwort-Liste"
699
+
700
+ #~ msgid "Show Selected"
701
+ #~ msgstr "Ausgewählte anzeigen"
702
+
703
+ #~ msgid "Hide Selected"
704
+ #~ msgstr "Ausgewählte ausblenden"
705
+
706
+ #~ msgid "Select all"
707
+ #~ msgstr "Alle auswählen"
708
+
709
+ #~ msgid "Unselect all"
710
+ #~ msgstr "Alle abwählen"
711
+
712
+ #~ msgctxt "Admin: user note"
713
+ #~ msgid ""
714
+ #~ "Note: tags with no products assigned will not be showed in the front end"
715
+ #~ msgstr ""
716
+ #~ "Hinweis: Schlagwörter, denen keine Produkte zugeordnet sind, werden nicht "
717
+ #~ "im Frontend angezeigt. "
718
+
719
+ #~ msgid "Tag name"
720
+ #~ msgstr "Schlagwort-Name."
721
+
722
+ #~ msgid "Count"
723
+ #~ msgstr "Anzahl"
724
+
725
+ #~ msgctxt "Select if you want to show round color box or square color box"
726
+ #~ msgid "Color Style:"
727
+ #~ msgstr "Color Style:"
728
+
729
+ #~ msgid "Square"
730
+ #~ msgstr "Quadrat"
731
+
732
+ #~ msgid "Round"
733
+ #~ msgstr "Rund"
734
+
735
+ #~ msgid "Hide product count"
736
+ #~ msgstr "Produktanzahl ausblenden"
737
+
738
+ #~ msgid "See all"
739
+ #~ msgstr "Alle anzeigen"
740
+
741
+ #~ msgid "Categories"
742
+ #~ msgstr "Kategorien"
743
+
744
+ #~ msgid "BiColor"
745
+ #~ msgstr "BiColor"
746
+
747
+ #~ msgid "Tag"
748
+ #~ msgstr "Schlagwort"
749
+
750
+ #~ msgid "Brand"
751
+ #~ msgstr "Marke / Brand"
752
+
753
+ #~ msgid "Use custom style for reset button"
754
+ #~ msgstr ""
755
+ #~ "benutzerdefinierte Formatvorlage für Schaltfläche \"Zurücksetzen\" "
756
+ #~ "verwenden"
757
+
758
+ #~ msgid "Background color"
759
+ #~ msgstr "Background Farbe"
760
+
761
+ #~ msgid "Background color on hover"
762
+ #~ msgstr "Background Farbe beim hovern"
763
+
764
+ #~ msgid "Text color"
765
+ #~ msgstr "Text Farbe"
766
+
767
+ #~ msgid "Text color on hover"
768
+ #~ msgstr "Text Farbe beim hovern"
769
+
770
+ #~ msgid "Border color"
771
+ #~ msgstr "Border Farbe"
772
+
773
+ #~ msgid "Border color on hover"
774
+ #~ msgstr "Border Farbe beim hovern"
775
+
776
+ #~ msgid "Choose how to sort WooCommerce products"
777
+ #~ msgstr "Wählen Sie, wie Sie Produkte sortieren möchten"
778
+
779
+ #~ msgid "YITH WooCommerce Ajax Sort By"
780
+ #~ msgstr "YITH WooCommerce Ajax Sortieren nach"
781
+
782
+ #~ msgctxt "Product sorting"
783
+ #~ msgid "Sort by"
784
+ #~ msgstr "Sortieren nach"
785
+
786
+ #~ msgid "Display on sale and in stock WooCommerce products"
787
+ #~ msgstr "Anzeige von OnSale und Auf Lager Produkten in WooCommerce"
788
+
789
+ #~ msgid "YITH WooCommerce Ajax In Stock/On Sale Filters"
790
+ #~ msgstr "YITH WooCommerce Ajax Auf Lager/On Sale Filter"
791
+
792
+ #~ msgid "Show only \"On Sale\" products"
793
+ #~ msgstr "Nur \"On Sale\"-Produkte anzeigen"
794
+
795
+ #~ msgid "Show only \"In Stock\" products"
796
+ #~ msgstr "Nur \"Auf Lager\" Produkte anzeigen"
797
+
798
+ #~ msgctxt "Product sorting"
799
+ #~ msgid "Stock/On sale"
800
+ #~ msgstr "Auf Lager/OnSale"
801
+
802
+ #~ msgid "Show \"On Sale\" filter"
803
+ #~ msgstr "Filter \"OnSale\" anzeigen"
804
+
805
+ #~ msgid "Show \"In Stock\" filter"
806
+ #~ msgstr "Filter \"Auf Lager\" anzeigen"
languages/yith-woocommerce-ajax-navigation-es_ES.mo ADDED
Binary file
languages/yith-woocommerce-ajax-navigation-es_ES.po ADDED
@@ -0,0 +1,901 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: YITH WooCommerce Ajax Product Filter\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-02-01 14:37+0100\n"
6
+ "PO-Revision-Date: 2018-02-01 14:37+0100\n"
7
+ "Last-Translator: Your Inspiration Themes <plugins@yithemes.com>\n"
8
+ "Language-Team: \n"
9
+ "Language: es_ES\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
+ "X-Generator: Poedit 1.8.9\n"
15
+ "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
17
+ "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
18
+ "X-Poedit-Basepath: ..\n"
19
+ "X-Textdomain-Support: yes\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+ "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
22
+
23
+ #: includes/class.yith-wcan-admin.php:126
24
+ msgid "Front end"
25
+ msgstr "Front end"
26
+
27
+ #: includes/class.yith-wcan-admin.php:127 settings/custom-style-options.php:12
28
+ msgid "Custom Style"
29
+ msgstr "Estilo personalizado"
30
+
31
+ #: includes/class.yith-wcan-admin.php:128
32
+ #: includes/class.yith-wcan-admin.php:195
33
+ msgid "Premium Version"
34
+ msgstr "Versión Premium"
35
+
36
+ #: includes/class.yith-wcan-admin.php:134
37
+ #: includes/class.yith-wcan-admin.php:135
38
+ msgid "Ajax Product Filter"
39
+ msgstr "Ajax Product Filter"
40
+
41
+ #: includes/class.yith-wcan-admin.php:191
42
+ msgid "Premium live demo"
43
+ msgstr "Live Demo Premium"
44
+
45
+ #: includes/class.yith-wcan-admin.php:191
46
+ msgid "Live demo"
47
+ msgstr "Live demo"
48
+
49
+ #: includes/class.yith-wcan-admin.php:219
50
+ msgid "Plugin Documentation"
51
+ msgstr "Documentación del plugin"
52
+
53
+ #: includes/functions.yith-wcan.php:57 includes/functions.yith-wcan.php:71
54
+ #: includes/functions.yith-wcan.php:93
55
+ msgid "Term"
56
+ msgstr "Término"
57
+
58
+ #: includes/functions.yith-wcan.php:57
59
+ #: widgets/class.yith-wcan-navigation-widget.php:867
60
+ msgid "Color"
61
+ msgstr "Color"
62
+
63
+ #: includes/functions.yith-wcan.php:71
64
+ msgctxt "For multicolor: I.E. white and red T-Shirt"
65
+ msgid "Color 1"
66
+ msgstr "Color 1"
67
+
68
+ #: includes/functions.yith-wcan.php:71
69
+ msgctxt "For multicolor: I.E. white and red T-Shirt"
70
+ msgid "Color 2"
71
+ msgstr "Color 2"
72
+
73
+ #: includes/functions.yith-wcan.php:93
74
+ msgid "Labels"
75
+ msgstr "Etiquetas"
76
+
77
+ #: init.php:49
78
+ msgid ""
79
+ "YITH WooCommerce Ajax Product Filter is enabled but not effective. It "
80
+ "requires WooCommerce in order to work."
81
+ msgstr ""
82
+ "YITH WooCommerce Ajax Product Filter está habilitado pero no es efectivo. "
83
+ "Requiere WooCommerce para funcionar."
84
+
85
+ #: init.php:58
86
+ msgid ""
87
+ "You can't activate the free version of YITH WooCommerce Ajax Product Filter "
88
+ "while you are using the premium one."
89
+ msgstr ""
90
+
91
+ #: settings/custom-style-options.php:24
92
+ msgid "Enter here your custom CSS rules:"
93
+ msgstr "Introduce aquí tus reglas CSS personalizadas:"
94
+
95
+ #: settings/frontend-options.php:12
96
+ msgid "Frontend Settings"
97
+ msgstr "Ajustes de Frontend"
98
+
99
+ #: settings/frontend-options.php:25
100
+ msgctxt "Admin panel: option description"
101
+ msgid "How To:"
102
+ msgstr "Instrucciones:"
103
+
104
+ #: settings/frontend-options.php:27
105
+ msgctxt "Admin: Panel section description"
106
+ msgid ""
107
+ "If your theme is using WooCommerce standard templates, you don't need to "
108
+ "change the following values.\n"
109
+ " Otherwise, add the classes used in the "
110
+ "templates of your theme.\n"
111
+ " If you don't know how to do, please contact "
112
+ "the developer of your theme to be correctly instructed."
113
+ msgstr ""
114
+ "Si tu tema usa plantillas estándar WooCommerce, no necesitas cambiar los "
115
+ "siguientes valores.\n"
116
+ " Si no, añade las clases que se usan en las "
117
+ "plantillas de tu tema.\n"
118
+ " Si no sabes cómo hacerlo, por favor, "
119
+ "contacta con el desarrollador de tu tema para recibir las instrucciones "
120
+ "correctas."
121
+
122
+ #: settings/frontend-options.php:33
123
+ msgid "Product Container"
124
+ msgstr "Contenedor de producto"
125
+
126
+ #: settings/frontend-options.php:34
127
+ msgid "Enter here the CSS class or id for the product container"
128
+ msgstr "Introduce aquí la clase CSS o ID para el contenedor del producto"
129
+
130
+ #: settings/frontend-options.php:41
131
+ msgid "Shop Pagination Container"
132
+ msgstr "Contenedor de paginación de la tienda"
133
+
134
+ #: settings/frontend-options.php:42
135
+ msgid "Enter here the CSS class or id for the shop pagination container"
136
+ msgstr ""
137
+ "Introduce aquí la clase CSS o ID para el contenedor de paginación de la "
138
+ "tienda"
139
+
140
+ #: settings/frontend-options.php:49
141
+ msgid "Result Count Container"
142
+ msgstr "Contenedor de cuenta de resultado"
143
+
144
+ #: settings/frontend-options.php:50
145
+ msgid "Enter here the CSS class or id for the results count container"
146
+ msgstr ""
147
+ "Introduce aquí la clase CSS o ID para el recuento de contenedor de resultados"
148
+
149
+ #: settings/frontend-options.php:57
150
+ msgid "Scroll top anchor"
151
+ msgstr "Clase HTML o ID para la función \"Scroll Top\""
152
+
153
+ #: settings/frontend-options.php:58
154
+ msgid "Enter here the HTML tag for the scroll to top feature"
155
+ msgstr ""
156
+
157
+ #: settings/frontend-options.php:65
158
+ msgid "Order by"
159
+ msgstr "Ordenar por"
160
+
161
+ #: settings/frontend-options.php:66
162
+ msgid "Sort by number of products contained or alphabetically"
163
+ msgstr "Ordenar por número de productos contenidos o alfabéticamente"
164
+
165
+ #: settings/frontend-options.php:70
166
+ msgid "Alphabetically"
167
+ msgstr "Alfabéticamente"
168
+
169
+ #: settings/frontend-options.php:71
170
+ msgid "WooCommerce Default"
171
+ msgstr ""
172
+
173
+ #: templates/admin/premium.php:203 templates/admin/premium.php:441
174
+ #, php-format
175
+ msgid ""
176
+ "Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Ajax Product "
177
+ "Filter%2$s to benefit from all features!"
178
+ msgstr ""
179
+
180
+ #: templates/admin/premium.php:206 templates/admin/premium.php:444
181
+ msgid "UPGRADE"
182
+ msgstr ""
183
+
184
+ #: templates/admin/premium.php:207 templates/admin/premium.php:445
185
+ msgid "to the premium version"
186
+ msgstr ""
187
+
188
+ #: templates/admin/premium.php:213
189
+ msgid "Premium Features"
190
+ msgstr ""
191
+
192
+ #: templates/admin/premium.php:221
193
+ msgid "Two more layouts"
194
+ msgstr ""
195
+
196
+ #: templates/admin/premium.php:224
197
+ #, php-format
198
+ msgid ""
199
+ "The YITH WooCommerce Ajax product Filter widget get richer with 2 new "
200
+ "layouts to filter the products of your shop.%1$sBicolor%2$s: the perfect "
201
+ "choice for those attributes related to two different colors at the same time "
202
+ "(white/black), for a simple visual impact for the final user. Pick the "
203
+ "%1$sTag%2$s typology, on the contrary, if you want to filter your products "
204
+ "by product tag. And if you are using also the %1$sYITH WooCommerce Brand Add-"
205
+ "On%2$s plugin, you will be able to offer the freedom to filter your shop "
206
+ "products by brands thanks to the ajax technology."
207
+ msgstr ""
208
+
209
+ #: templates/admin/premium.php:234
210
+ msgid "Price range"
211
+ msgstr ""
212
+
213
+ #: templates/admin/premium.php:237
214
+ #, php-format
215
+ msgid ""
216
+ "One of the most requested filter for e-commerce sites is the one that let "
217
+ "you select products by their prices. Thanks to YITH WooCommerce Ajax List "
218
+ "Price Filter, %1$syou can set unlimited price ranges:%2$s your users will be "
219
+ "able to filter products selecting on the ranges you have set."
220
+ msgstr ""
221
+
222
+ #: templates/admin/premium.php:253
223
+ msgid "Ajax Stock/On Sale Filters"
224
+ msgstr ""
225
+
226
+ #: templates/admin/premium.php:256
227
+ #, php-format
228
+ msgid ""
229
+ "A new widget for the premium version of the plugin. Whoever will surf the "
230
+ "pages of your shop will be able to display only the products on sale and/or "
231
+ "the available ones.%3$s %1$sAn additional feature for an e-commerce site "
232
+ "that is worthy!%2$s"
233
+ msgstr ""
234
+
235
+ #: templates/admin/premium.php:266
236
+ msgid "Product sorting"
237
+ msgstr ""
238
+
239
+ #: templates/admin/premium.php:269
240
+ #, php-format
241
+ msgid ""
242
+ "With the new %1$sYITH WooCommerce Ajax Sort By%2$s widget, you can give your "
243
+ "users the freedom to sort products with the ajax technology, without the "
244
+ "need to reload the page. Products can be sorted by rate, sales, price or "
245
+ "publication date."
246
+ msgstr ""
247
+
248
+ #: templates/admin/premium.php:285
249
+ msgid "Customized loader"
250
+ msgstr ""
251
+
252
+ #: templates/admin/premium.php:288
253
+ msgid ""
254
+ "From the plugin option panel, you can choose to upload a new icon for your "
255
+ "loader: in this way, it will better meet your needs."
256
+ msgstr ""
257
+
258
+ #: templates/admin/premium.php:298
259
+ msgid "WooCommerce Price Filter"
260
+ msgstr ""
261
+
262
+ #: templates/admin/premium.php:301
263
+ #, php-format
264
+ msgid ""
265
+ "Take advantage of the premium version of the plugin to edit the default "
266
+ "behavior of WooCommerce Price Filter. Change the %1$slayout of the filter"
267
+ "%2$s and activate the %1$sAjax mode%2$s to apply the filter immediately, "
268
+ "without reloading the page."
269
+ msgstr ""
270
+
271
+ #: templates/admin/premium.php:317
272
+ msgid "SEO"
273
+ msgstr "SEO"
274
+
275
+ #: templates/admin/premium.php:320
276
+ msgid ""
277
+ "The Ajax management of the plugin adds specific queries to the URLs of the "
278
+ "current page. Choose whether to allow search engines to index the URLs "
279
+ "generated by the plugin, or not: with the latter, you will be free to avoid "
280
+ "possible penalizations that may apply to your site."
281
+ msgstr ""
282
+
283
+ #: templates/admin/premium.php:330
284
+ msgid " Filter by category"
285
+ msgstr ""
286
+
287
+ #: templates/admin/premium.php:333
288
+ #, php-format
289
+ msgid ""
290
+ "Configure the widget to let your users filter product by a %1$sselected "
291
+ "category%2$s. Your users will be even happier to browse your shop."
292
+ msgstr ""
293
+
294
+ #: templates/admin/premium.php:349
295
+ msgid "FILTER ORDERING"
296
+ msgstr ""
297
+
298
+ #: templates/admin/premium.php:352
299
+ msgid ""
300
+ "Choose one of the two solutions for a better filter ordering of your "
301
+ "product archieve pages: classic alphabetical order or decreasing order, "
302
+ "based on the number of products contained in each filter."
303
+ msgstr ""
304
+
305
+ #: templates/admin/premium.php:362
306
+ msgid "Filter style"
307
+ msgstr "Estilo de filtro"
308
+
309
+ #: templates/admin/premium.php:365
310
+ msgid ""
311
+ "In addition to the classic visualization style, the premium version of this "
312
+ "plugin gives you the possibility to show filters in \"checkbox\" style. "
313
+ "Users will experience a new look of your pages while filtering products."
314
+ msgstr ""
315
+
316
+ #: templates/admin/premium.php:381
317
+ msgid "Page url"
318
+ msgstr ""
319
+
320
+ #: templates/admin/premium.php:384
321
+ msgid ""
322
+ "Each applied filter generates a new url for the page. You can decide to keep "
323
+ "the same url or let it get automatically updated every time user applies a "
324
+ "filter to the products list of your shop."
325
+ msgstr ""
326
+
327
+ #: templates/admin/premium.php:394
328
+ msgid "Filter by tag"
329
+ msgstr ""
330
+
331
+ #: templates/admin/premium.php:397
332
+ msgid ""
333
+ "If you use tags as a powerful tool to classify your products, you can "
334
+ "configure an ad-hoc filter to be used on your products also by tag. In "
335
+ "addition, you could organize your tags in a hierarchy and have appropriate "
336
+ "tools for a better management of your products."
337
+ msgstr ""
338
+
339
+ #: templates/admin/premium.php:413
340
+ msgid "Reset"
341
+ msgstr ""
342
+
343
+ #: templates/admin/premium.php:416
344
+ msgid ""
345
+ "User experience on the site requires handiness and insight. This is why it "
346
+ "is unreasonable to deselect filters one by one to go back to the main view "
347
+ "when multiple filters have been applied to the product list. The plugin also "
348
+ "manages this action by a specific button which reset filters and by other "
349
+ "two which refresh the main view of categories and/or tags."
350
+ msgstr ""
351
+
352
+ #: templates/admin/premium.php:426
353
+ msgid "Scroll to top"
354
+ msgstr ""
355
+
356
+ #: templates/admin/premium.php:429
357
+ msgid ""
358
+ "Scroll to top is a feature to improve user experience on your site. Soon "
359
+ "after filtering the product list, the page will be automatically scrolled to "
360
+ "the top so the user can immediately see the filtered list. "
361
+ msgstr ""
362
+
363
+ #: widgets/class.yith-wcan-navigation-widget.php:36
364
+ msgid "Filter the list of products without reloading the page"
365
+ msgstr "Filtrar la lista de productos sin recargar la página"
366
+
367
+ #: widgets/class.yith-wcan-navigation-widget.php:39
368
+ msgctxt "Admin: Widget Title"
369
+ msgid "YITH WooCommerce Ajax Product Filter"
370
+ msgstr "YITH WooCommerce Ajax Product Filter"
371
+
372
+ #: widgets/class.yith-wcan-navigation-widget.php:153
373
+ msgid "Filters:"
374
+ msgstr "Filtros"
375
+
376
+ #: widgets/class.yith-wcan-navigation-widget.php:866
377
+ msgid "List"
378
+ msgstr "Lista"
379
+
380
+ #: widgets/class.yith-wcan-navigation-widget.php:868
381
+ msgid "Label"
382
+ msgstr "Etiqueta"
383
+
384
+ #: widgets/class.yith-wcan-navigation-widget.php:869
385
+ msgid "Dropdown"
386
+ msgstr "Desplegable"
387
+
388
+ #: widgets/class.yith-wcan-navigation-widget.php:876
389
+ #: widgets/class.yith-wcan-reset-navigation-widget.php:104
390
+ msgid "Title"
391
+ msgstr "Título"
392
+
393
+ #: widgets/class.yith-wcan-navigation-widget.php:882
394
+ msgid "Type:"
395
+ msgstr "Tipo:"
396
+
397
+ #: widgets/class.yith-wcan-navigation-widget.php:893
398
+ msgid "Query Type:"
399
+ msgstr "Tipo Query:"
400
+
401
+ #: widgets/class.yith-wcan-navigation-widget.php:895
402
+ msgid "AND"
403
+ msgstr "Y"
404
+
405
+ #: widgets/class.yith-wcan-navigation-widget.php:896
406
+ msgid "OR"
407
+ msgstr "O"
408
+
409
+ #: widgets/class.yith-wcan-navigation-widget.php:902
410
+ msgid "Attribute:"
411
+ msgstr "Atributo:"
412
+
413
+ #: widgets/class.yith-wcan-navigation-widget.php:909
414
+ msgid "Display (default All):"
415
+ msgstr "Mostrar (por defecto Todos):"
416
+
417
+ #: widgets/class.yith-wcan-navigation-widget.php:911
418
+ msgid "All (no hierarchical)"
419
+ msgstr "Todos (no jerárquicos)"
420
+
421
+ #: widgets/class.yith-wcan-navigation-widget.php:912
422
+ msgid "All (hierarchical)"
423
+ msgstr "Todos (jerárquicos)"
424
+
425
+ #: widgets/class.yith-wcan-navigation-widget.php:913
426
+ msgid "Only Parent"
427
+ msgstr "Sólo padres"
428
+
429
+ #: widgets/class.yith-wcan-navigation-widget.php:920
430
+ msgid "CSS custom class"
431
+ msgstr "Clase CSS personalizada"
432
+
433
+ #: widgets/class.yith-wcan-reset-navigation-widget.php:23
434
+ msgid "Reset all filters set by YITH WooCommerce Ajax Product Filter"
435
+ msgstr "Reiniciar todos los filtros por YITH WooCommerce Ajax Product Filter"
436
+
437
+ #: widgets/class.yith-wcan-reset-navigation-widget.php:25
438
+ msgid "YITH WooCommerce Ajax Reset Filter"
439
+ msgstr "YITH WooCommerce Ajax reiniciar filtro"
440
+
441
+ #: widgets/class.yith-wcan-reset-navigation-widget.php:97
442
+ msgid "Reset All Filters"
443
+ msgstr "Reiniciar todos los filtros"
444
+
445
+ #: widgets/class.yith-wcan-reset-navigation-widget.php:110
446
+ msgid "Button Label"
447
+ msgstr "Etiqueta del botón"
448
+
449
+ #~ msgid "Settings"
450
+ #~ msgstr "Ajustes"
451
+
452
+ #~ msgid "Widget Title Tag"
453
+ #~ msgstr "Etiqueta de título del widget"
454
+
455
+ #~ msgid "Enter here the HTML tag for the widget title"
456
+ #~ msgstr "Introduce aquí la etiqueta HTML para el título del widget"
457
+
458
+ #~ msgid "Number of products"
459
+ #~ msgstr "Número de productos"
460
+
461
+ #~ msgid "Select the filter style"
462
+ #~ msgstr "Selecciona el estilo de filtro"
463
+
464
+ #~ msgid "\"x\" icon before activated filter"
465
+ #~ msgstr "icono \"x\" antes del filtro activado"
466
+
467
+ #~ msgid "Checkboxes"
468
+ #~ msgstr "Casillas"
469
+
470
+ #~ msgid "Enable ajax shop pagination"
471
+ #~ msgstr "Habilitar paginación de tienda en ajax"
472
+
473
+ #~ msgid "Enable AJAX WooCommerce pagination"
474
+ #~ msgstr "Habilitar paginación AJAX WooCommerce"
475
+
476
+ #~ msgid "Shop Pagination Container Anchor"
477
+ #~ msgstr "Ancla contenedor de paginación de la tienda"
478
+
479
+ #~ msgid "Enter here the HTML tag for the shop pagination anchor"
480
+ #~ msgstr ""
481
+ #~ "Introduce aquí la etiqueta HTML para el ancla de paginación de la tienda"
482
+
483
+ #~ msgid "Show current categories"
484
+ #~ msgstr "Mostrar categorías actuales"
485
+
486
+ #~ msgid ""
487
+ #~ "This option allows whether to show or hide the current category when you "
488
+ #~ "are on it. For example, if I am on “Jeans” category page, the \"Jeans\" "
489
+ #~ "filter is automatically hidden."
490
+ #~ msgstr ""
491
+ #~ "Esta opción permite mostrar u ocultar la categoría actual cuando estás en "
492
+ #~ "ella. Por ejemplo, si estoy en la página de categoría \"Vaqueros\", el "
493
+ #~ "filtro \"Vaqueros\" se oculta automáticamente."
494
+
495
+ #~ msgid "Show \"All Categories\" link"
496
+ #~ msgstr "Mostrar el link \"Todas las categorías\""
497
+
498
+ #~ msgid "Add a link \"See all categories\" after a filter is applied"
499
+ #~ msgstr ""
500
+ #~ "Añadir un enlace de \"Ver todas las categorías\" después que se aplique "
501
+ #~ "un filtro"
502
+
503
+ #~ msgid "\"All Categories\" link text"
504
+ #~ msgstr "Texto del enlace \"Todas las categorías\""
505
+
506
+ #~ msgid "Enter here the text for the link \"See all categories\""
507
+ #~ msgstr "Introduce aquí el texto del enlace \"Ver todas las categorías\""
508
+
509
+ #~ msgid "See all categories"
510
+ #~ msgstr "Ver todas las categorías"
511
+
512
+ #~ msgid "Show \"All Tags\" link"
513
+ #~ msgstr "Mostrar enlace \"Todas las etiquetas\""
514
+
515
+ #~ msgid "Add a link \"See all tags\" after a filter is applied"
516
+ #~ msgstr ""
517
+ #~ "Añadir un enlace de \"Ver todas las etiquetas\" después que se aplique un "
518
+ #~ "filtro"
519
+
520
+ #~ msgid "\"All Tags\" link text"
521
+ #~ msgstr "Texto del enlace \"Ver todas las etiquetas\""
522
+
523
+ #~ msgid "Text for \"See all tags\" link"
524
+ #~ msgstr "Texto para el enlace \"Ver todas las etiquetas\""
525
+
526
+ #~ msgid "See all tags"
527
+ #~ msgstr "Ver todas las etiquetas"
528
+
529
+ #~ msgid "Enable Hierarchical Management for Product Tags"
530
+ #~ msgstr "Habilitar Administración Jerárquica para Etiquetas de Producto"
531
+
532
+ #~ msgid "Hack the standard WooCommerce non-hierarchical product tags"
533
+ #~ msgstr ""
534
+ #~ "Hackea las etiquetas de producto estándar no jerárquicas de WooCommerce"
535
+
536
+ #~ msgid "General Settings"
537
+ #~ msgstr "Ajustes Generales"
538
+
539
+ #~ msgid "Ajax Loader"
540
+ #~ msgstr "Cargador Ajax"
541
+
542
+ #~ msgid "Customize the AJAX loader icon"
543
+ #~ msgstr "Personalizar el cargador ajax"
544
+
545
+ #~ msgctxt "Referer to original WooCommerce Price Filter Widget"
546
+ #~ msgid "Ajax WooCommerce Price Filter"
547
+ #~ msgstr "Ajax WooCommerce Price Filter"
548
+
549
+ #~ msgid "Use AJAX WooCommerce price filter"
550
+ #~ msgstr "Usar AJAX WooCommerce price filter"
551
+
552
+ #~ msgctxt "Referer to original WooCommerce Price Filter Widget"
553
+ #~ msgid "WooCommerce Price Filter slider"
554
+ #~ msgstr "WooCommerce Price Filter slider"
555
+
556
+ #~ msgid "Use WooCommerce price filter with slider"
557
+ #~ msgstr "Usar filtro de precio WooCommerce con slider"
558
+
559
+ #~ msgctxt "Referer to original WooCommerce Price Filter Widget"
560
+ #~ msgid "Instant WooCommerce Price Filter slider"
561
+ #~ msgstr "Instant WooCommerce Price Filter slider"
562
+
563
+ #~ msgid ""
564
+ #~ "Use WooCommerce price filter with ajax slider without \"Filter\" button"
565
+ #~ msgstr ""
566
+ #~ "Usar filtro de precio WooCommerce con Ajax slider sin botón \"Filtro\""
567
+
568
+ #~ msgctxt "Referer to original WooCommerce Price Filter Widget"
569
+ #~ msgid "Dropdown for WooCommerce Price Filter"
570
+ #~ msgstr "Desplegable para WooCommerce Price Filter"
571
+
572
+ #~ msgid "Add dropdown effect to original WooCommerce Price Filter widget"
573
+ #~ msgstr ""
574
+ #~ "Añadir efecto del desplegable al widget original WooCommerce Price Filter"
575
+
576
+ #~ msgctxt "Referer to original WooCommerce Price Filter Widget"
577
+ #~ msgid "Open/Close for WooCommerce Price Filter"
578
+ #~ msgstr "Abrir/Cerrar para el Filtro de Precio de WooComerce"
579
+
580
+ #~ msgid ""
581
+ #~ "Select this option if you want to show the dropdown as opened or closed "
582
+ #~ "when the page is loaded"
583
+ #~ msgstr ""
584
+ #~ "Selecciona esta opción si quieres mostrar el desplegable abierto o "
585
+ #~ "cerrado cuando la página cargue"
586
+
587
+ #~ msgid "Opened"
588
+ #~ msgstr "Abierto"
589
+
590
+ #~ msgid "Closed"
591
+ #~ msgstr "Cerrado"
592
+
593
+ #~ msgid "Enable SEO option"
594
+ #~ msgstr "Habilitar opción SEO"
595
+
596
+ #~ msgid ""
597
+ #~ "Add \"robots\" meta tag in head tag of HTML page if filters have been "
598
+ #~ "activated."
599
+ #~ msgstr ""
600
+ #~ "Añade meta tag \"robots\" en la etiqueta principal de la página HTML si "
601
+ #~ "los filtros han sido activados."
602
+
603
+ #~ msgid "Meta tag options"
604
+ #~ msgstr "Opciones meta tag"
605
+
606
+ #~ msgid "Change browser URL"
607
+ #~ msgstr "Cambiar la URL del navegador"
608
+
609
+ #~ msgid ""
610
+ #~ "Enable this option if you want to update the URL after applying a filter."
611
+ #~ msgstr ""
612
+ #~ "Habilita esta opción si quieres actualizar la URL después de aplicar un "
613
+ #~ "filtro."
614
+
615
+ #~ msgctxt "Price filter option: price starts from"
616
+ #~ msgid "From"
617
+ #~ msgstr "De"
618
+
619
+ #~ msgctxt "Price filter option: price ends to"
620
+ #~ msgid "To"
621
+ #~ msgstr "A"
622
+
623
+ #~ msgid ""
624
+ #~ "Show a price filter widget with a list of preset price ranges that users "
625
+ #~ "can use to better narrow down the products"
626
+ #~ msgstr ""
627
+ #~ "Mostrar un widget de filtro de precio con una lista predeterminada de "
628
+ #~ "gamas de precios que los usuarios puedan usar para cribar mejor los "
629
+ #~ "productos"
630
+
631
+ #~ msgid "YITH WooCommerce Ajax Price List Filter"
632
+ #~ msgstr "YITH WooCommerce Ajax Price List Filter"
633
+
634
+ #~ msgctxt "refer to: product price"
635
+ #~ msgid "Price Filter"
636
+ #~ msgstr "Filtro de precio"
637
+
638
+ #~ msgid "Show widget dropdown"
639
+ #~ msgstr "Mostrar desplegable del widget"
640
+
641
+ #~ msgctxt "Select this if you want to show the widget as open or closed"
642
+ #~ msgid "Dropdown style:"
643
+ #~ msgstr "Estilo del desplegable:"
644
+
645
+ #~ msgid "Price Range"
646
+ #~ msgstr "Rango de precios"
647
+
648
+ #~ msgid "Add new range"
649
+ #~ msgstr "Añadir nuevo rango"
650
+
651
+ #~ msgid "\"See all categories/tags\" link text"
652
+ #~ msgstr "Texto del enlace \"Ver todas las categorías/etiquetas\""
653
+
654
+ #~ msgid "Leave it empty to use the default text available"
655
+ #~ msgstr "Déjalo vacío para usar el texto disponible por defecto"
656
+
657
+ #~ msgid "here"
658
+ #~ msgstr "aquí"
659
+
660
+ #~ msgid "current categories text"
661
+ #~ msgstr "texto de las categorías actuales"
662
+
663
+ #~ msgid "current tags text"
664
+ #~ msgstr "texto actual de etiquetas"
665
+
666
+ #~ msgid "No tags found."
667
+ #~ msgstr "No se han encontrado etiquetas."
668
+
669
+ #~ msgctxt "Admin: Section title"
670
+ #~ msgid "Tag List"
671
+ #~ msgstr "Lista de etiquetas"
672
+
673
+ #~ msgid "Show Selected"
674
+ #~ msgstr "Mostrar seleccionados"
675
+
676
+ #~ msgid "Hide Selected"
677
+ #~ msgstr "Ocultar seleccionados"
678
+
679
+ #~ msgid "Select all"
680
+ #~ msgstr "Seleccionar todos"
681
+
682
+ #~ msgid "Unselect all"
683
+ #~ msgstr "Deseleccionar todos"
684
+
685
+ #~ msgctxt "Admin: user note"
686
+ #~ msgid ""
687
+ #~ "Note: tags with no products assigned will not be showed in the front end"
688
+ #~ msgstr ""
689
+ #~ "Nota: las etiquetas sin productos asignados no se mostrarán en el front "
690
+ #~ "end"
691
+
692
+ #~ msgid "Tag name"
693
+ #~ msgstr "Nombre de etiqueta"
694
+
695
+ #~ msgid "Count"
696
+ #~ msgstr "Cuenta"
697
+
698
+ #~ msgctxt "Select if you want to show round color box or square color box"
699
+ #~ msgid "Color Style:"
700
+ #~ msgstr "Estilo de color:"
701
+
702
+ #~ msgid "Square"
703
+ #~ msgstr "Cuadrado"
704
+
705
+ #~ msgid "Round"
706
+ #~ msgstr "Redondo"
707
+
708
+ #~ msgid "Hide product count"
709
+ #~ msgstr "Ocultar cuenta de producto"
710
+
711
+ #~ msgid "See all"
712
+ #~ msgstr "Ver todo"
713
+
714
+ #~ msgid "Categories"
715
+ #~ msgstr "Categorías"
716
+
717
+ #~ msgid "BiColor"
718
+ #~ msgstr "BiColor"
719
+
720
+ #~ msgid "Tag"
721
+ #~ msgstr "Etiqueta"
722
+
723
+ #~ msgid "Brand"
724
+ #~ msgstr "Marca"
725
+
726
+ #~ msgid "Use custom style for reset button"
727
+ #~ msgstr "Usar estilo personalizado para el botón de reiniciar"
728
+
729
+ #~ msgid "Background color"
730
+ #~ msgstr "Color de fondo"
731
+
732
+ #~ msgid "Background color on hover"
733
+ #~ msgstr "Color de fondo en hover"
734
+
735
+ #~ msgid "Text color"
736
+ #~ msgstr "Color de texto"
737
+
738
+ #~ msgid "Text color on hover"
739
+ #~ msgstr "Color de texto en hover"
740
+
741
+ #~ msgid "Border color"
742
+ #~ msgstr "Color del borde"
743
+
744
+ #~ msgid "Border color on hover"
745
+ #~ msgstr "Color del borde en hover"
746
+
747
+ #~ msgid "Choose how to sort WooCommerce products"
748
+ #~ msgstr "Elige cómo mostrar los productos WooCommerce"
749
+
750
+ #~ msgid "YITH WooCommerce Ajax Sort By"
751
+ #~ msgstr "YITH WooCommerce Ajax ordenar por"
752
+
753
+ #~ msgctxt "Product sorting"
754
+ #~ msgid "Sort by"
755
+ #~ msgstr "Ordenar por"
756
+
757
+ #~ msgid "Display on sale and in stock WooCommerce products"
758
+ #~ msgstr "Mostrar productos WooCommerce rebajados y en stock"
759
+
760
+ #~ msgid "YITH WooCommerce Ajax In Stock/On Sale Filters"
761
+ #~ msgstr "YITH WooCommerce Ajax en filtros EnStock/Rebajados"
762
+
763
+ #~ msgid "Show only \"On Sale\" products"
764
+ #~ msgstr "Mostrar sólo productos \"Rebajados\""
765
+
766
+ #~ msgid "Show only \"In Stock\" products"
767
+ #~ msgstr "Mostrar sólo productos \"En Stock\""
768
+
769
+ #~ msgctxt "Product sorting"
770
+ #~ msgid "Stock/On sale"
771
+ #~ msgstr "En Stock/Rebajados"
772
+
773
+ #~ msgid "Show \"On Sale\" filter"
774
+ #~ msgstr "Mostrar filtro \"Rebajados\""
775
+
776
+ #~ msgid "Show \"In Stock\" filter"
777
+ #~ msgstr "Mostrar filtro \"En Stock\""
778
+
779
+ #~ msgid "Enter here the HTML tag for the scroll to top feature on mobiles"
780
+ #~ msgstr ""
781
+ #~ "Introduce aquí la etiqueta HTML para la característica de arrastrar hacia "
782
+ #~ "arriba en móviles"
783
+
784
+ #~ msgid "Put here the HTML tag for the widget title"
785
+ #~ msgstr "Pon aquí la etiqueta HTML para el título del widget"
786
+
787
+ #~ msgid "Products number"
788
+ #~ msgstr "Número de productos"
789
+
790
+ #~ msgid "Enable shop pagination in ajax"
791
+ #~ msgstr "Habilitar paginación de tienda en ajax"
792
+
793
+ #~ msgid "Put here the HTML tag for the shop pagination anchor"
794
+ #~ msgstr "Pon aquí la etiqueta HTML para el ancla de paginación de la tienda"
795
+
796
+ #~ msgid ""
797
+ #~ "This option allows you to decide to show or hide the current category on "
798
+ #~ "the specific category page. For example, if I am on “Jeans” category "
799
+ #~ "page, the widget hides the line related to jeans."
800
+ #~ msgstr ""
801
+ #~ "Esta opción te permite decidir si mostrar u ocultar la categoría actual "
802
+ #~ "en la página de categoría específica. Por ejemplo, es estoy en la página "
803
+ #~ "de categoría \"Vaqueros\", el widget oculta la línea relacionada con "
804
+ #~ "vaqueros."
805
+
806
+ #~ msgid "Add a link \"See all categories\" after a filter was applied"
807
+ #~ msgstr ""
808
+ #~ "Añade un enlace \"Ver todas las categorías\" después de que un filtro "
809
+ #~ "fuera aplicado"
810
+
811
+ #~ msgid "Text for \"See all categories\" link"
812
+ #~ msgstr "Texto para el enlace \"Ver todas las categorías\""
813
+
814
+ #~ msgid "Add a link \"See all tags\" after a filter was applied"
815
+ #~ msgstr ""
816
+ #~ "Añade un enlace \"Ver todas las etiquetas\" después de que se haya "
817
+ #~ "aplicado un filtro"
818
+
819
+ #~ msgid "Enabled Hierarchical Management for Products Tags"
820
+ #~ msgstr "Administración jerárquica para etiquetas de productos habilitada"
821
+
822
+ #~ msgid "Hack the standard WooCommerce no hierarchical product tags"
823
+ #~ msgstr ""
824
+ #~ "Hackea las etiquetas de producto no jerárquicas estándar de WooCommerce"
825
+
826
+ #~ msgid "Put here your custom CSS rules:"
827
+ #~ msgstr "Pon aquí tus reglas CSS personalizadas:"
828
+
829
+ #~ msgctxt "Admin: Panel section description"
830
+ #~ msgid ""
831
+ #~ "If your theme use the WooCommerce standard templates, you don't need to "
832
+ #~ "change the following values.\n"
833
+ #~ " Otherwise, add the classes used in the "
834
+ #~ "template of your theme.\n"
835
+ #~ " If you don't know them, please contact "
836
+ #~ "the developer of your theme to receive the correct classes."
837
+ #~ msgstr ""
838
+ #~ "Si tu tema usa las plantillas estándar de WooCommerce, no necesitas "
839
+ #~ "cambiar los siguientes valores.\n"
840
+ #~ " De otro modo, añade las clases usadas en "
841
+ #~ "la plantilla de tu tema.\n"
842
+ #~ " Si no las conoces, por favor, ponte en "
843
+ #~ "contacto con el desarrollador de tu tema para recibir las clases "
844
+ #~ "correctas."
845
+
846
+ #~ msgid "Put here the CSS class or id for the product container"
847
+ #~ msgstr "Pon aquí la clase CSS o ID para el contenedor de producto"
848
+
849
+ #~ msgid "Put here the CSS class or id for the shop pagination container"
850
+ #~ msgstr ""
851
+ #~ "Pon aquí la clase CSS o ID para el contenedor de paginación de la tienda"
852
+
853
+ #~ msgid "Put here the CSS class or id for the result count container"
854
+ #~ msgstr ""
855
+ #~ "Pon aquí la clase CSS o ID para el contenedor de cuenta de resultado"
856
+
857
+ #~ msgid "Put here the HTML tag for the scroll top in mobile"
858
+ #~ msgstr "Pon aquí la etiqueta HTML para desplazarse hacia arriba en móvil"
859
+
860
+ #~ msgid "Customize the ajax loader"
861
+ #~ msgstr "Personalizar el cargador ajax"
862
+
863
+ #~ msgid "Use WooCommerce price filter in ajax"
864
+ #~ msgstr "Usar filtro de precio WooCommerce en ajax"
865
+
866
+ #~ msgid "Select if you want to show the dropdown opened or closed"
867
+ #~ msgstr "Selecciona si quieres mostrar el desplegable abierto o cerrado"
868
+
869
+ #~ msgid "Change browser url"
870
+ #~ msgstr "Cambiar la URL del navegador"
871
+
872
+ #~ msgid "Enable if you want to change browser url after applying a filter."
873
+ #~ msgstr ""
874
+ #~ "Habilita esta opción si quieres cambiar la URL del navegador después de "
875
+ #~ "aplicar un filtro."
876
+
877
+ #~ msgctxt "Select if you want to show the widget open or closed"
878
+ #~ msgid "Dropdown style:"
879
+ #~ msgstr "Estilo del desplegable:"
880
+
881
+ #~ msgctxt "Admin: user note"
882
+ #~ msgid ""
883
+ #~ "Note: tags with no assigned products will not be showed in the front end"
884
+ #~ msgstr ""
885
+ #~ "Nota: las etiquetas sin productos asignados no se mostrarán en el front "
886
+ #~ "end"
887
+
888
+ #~ msgid "Filter the product list without reloading the page"
889
+ #~ msgstr "Filtrar la lista de productos sin recargar la página"
890
+
891
+ #~ msgid "Background color in hover"
892
+ #~ msgstr "Color de fondo en hover"
893
+
894
+ #~ msgid "Text color in hover"
895
+ #~ msgstr "Color de texto en hover"
896
+
897
+ #~ msgid "Border color in hover"
898
+ #~ msgstr "Color del borde en hover"
899
+
900
+ #~ msgid "Display the sorting of the WooCommerce products"
901
+ #~ msgstr "Muestra el orden de los productos WooCommerce"
languages/yith-woocommerce-ajax-navigation-it_IT.mo CHANGED
Binary file
languages/yith-woocommerce-ajax-navigation-it_IT.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Ajax Product Filter\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-09-26 12:43+0200\n"
6
- "PO-Revision-Date: 2017-09-26 12:43+0200\n"
7
  "Last-Translator: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language-Team: \n"
9
  "Language: it_IT\n"
@@ -58,7 +58,7 @@ msgstr "Proprietà"
58
 
59
  # @ yit
60
  #: includes/functions.yith-wcan.php:57
61
- #: widgets/class.yith-wcan-navigation-widget.php:841
62
  msgid "Color"
63
  msgstr "Colore"
64
 
@@ -146,8 +146,8 @@ msgid "Enter here the CSS class or id for the results count container"
146
  msgstr "Inserisci qui la classe CSS o l'ID dei risultati del conteggio"
147
 
148
  #: settings/frontend-options.php:57
149
- msgid "Scroll top anchor (only for mobiles)"
150
- msgstr ""
151
 
152
  #: settings/frontend-options.php:58
153
  msgid "Enter here the HTML tag for the scroll to top feature"
@@ -368,72 +368,72 @@ msgctxt "Admin: Widget Title"
368
  msgid "YITH WooCommerce Ajax Product Filter"
369
  msgstr "YITH WooCommerce Filtro Prodotti Ajax"
370
 
371
- #: widgets/class.yith-wcan-navigation-widget.php:151
372
  msgid "Filters:"
373
  msgstr "Filtri:"
374
 
375
  # @ yit
376
- #: widgets/class.yith-wcan-navigation-widget.php:840
377
  msgid "List"
378
  msgstr "Lista"
379
 
380
  # @ yit
381
- #: widgets/class.yith-wcan-navigation-widget.php:842
382
  msgid "Label"
383
  msgstr "Etichetta"
384
 
385
- #: widgets/class.yith-wcan-navigation-widget.php:843
386
  msgid "Dropdown"
387
  msgstr "Menu a tendina"
388
 
389
  # @ yit
390
- #: widgets/class.yith-wcan-navigation-widget.php:850
391
- #: widgets/class.yith-wcan-reset-navigation-widget.php:114
392
  msgid "Title"
393
  msgstr "Titolo"
394
 
395
  # @ yit
396
- #: widgets/class.yith-wcan-navigation-widget.php:856
397
  msgid "Type:"
398
  msgstr "Tipo:"
399
 
400
  # @ yit
401
- #: widgets/class.yith-wcan-navigation-widget.php:867
402
  msgid "Query Type:"
403
  msgstr "Tipo Query:"
404
 
405
  # @ yit
406
- #: widgets/class.yith-wcan-navigation-widget.php:869
407
  msgid "AND"
408
  msgstr "E"
409
 
410
  # @ yit
411
- #: widgets/class.yith-wcan-navigation-widget.php:870
412
  msgid "OR"
413
  msgstr "O"
414
 
415
  # @ yit
416
- #: widgets/class.yith-wcan-navigation-widget.php:876
417
  msgid "Attribute:"
418
  msgstr "Attributo:"
419
 
420
- #: widgets/class.yith-wcan-navigation-widget.php:883
421
  msgid "Display (default All):"
422
  msgstr "Visualizza (default Tutti)"
423
 
424
- #: widgets/class.yith-wcan-navigation-widget.php:885
425
  msgid "All (no hierarchical)"
426
  msgstr "Tutti (non gerarchico)"
427
 
428
- #: widgets/class.yith-wcan-navigation-widget.php:886
429
  msgid "All (hierarchical)"
430
  msgstr "Tutti (gerarchico)"
431
 
432
- #: widgets/class.yith-wcan-navigation-widget.php:887
433
  msgid "Only Parent"
434
  msgstr "Solo Principali"
435
 
436
- #: widgets/class.yith-wcan-navigation-widget.php:894
437
  msgid "CSS custom class"
438
  msgstr "Classe CSS custom"
439
 
@@ -446,17 +446,14 @@ msgstr ""
446
  msgid "YITH WooCommerce Ajax Reset Filter"
447
  msgstr "YITH WooCommerce Filtro Ajax Reset"
448
 
449
- #: widgets/class.yith-wcan-reset-navigation-widget.php:107
450
  msgid "Reset All Filters"
451
  msgstr "Resetta tutti i filtri"
452
 
453
- #: widgets/class.yith-wcan-reset-navigation-widget.php:120
454
  msgid "Button Label"
455
  msgstr "Etichetta Pulsante"
456
 
457
- #~ msgid "Scroll top anchor"
458
- #~ msgstr "Tag html per la funzione Scroll Top"
459
-
460
  #~ msgid "Settings"
461
  #~ msgstr "Impostazioni"
462
 
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Ajax Product Filter\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-02-01 14:37+0100\n"
6
+ "PO-Revision-Date: 2018-02-01 14:37+0100\n"
7
  "Last-Translator: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language-Team: \n"
9
  "Language: it_IT\n"
58
 
59
  # @ yit
60
  #: includes/functions.yith-wcan.php:57
61
+ #: widgets/class.yith-wcan-navigation-widget.php:867
62
  msgid "Color"
63
  msgstr "Colore"
64
 
146
  msgstr "Inserisci qui la classe CSS o l'ID dei risultati del conteggio"
147
 
148
  #: settings/frontend-options.php:57
149
+ msgid "Scroll top anchor"
150
+ msgstr "Tag html per la funzione Scroll Top"
151
 
152
  #: settings/frontend-options.php:58
153
  msgid "Enter here the HTML tag for the scroll to top feature"
368
  msgid "YITH WooCommerce Ajax Product Filter"
369
  msgstr "YITH WooCommerce Filtro Prodotti Ajax"
370
 
371
+ #: widgets/class.yith-wcan-navigation-widget.php:153
372
  msgid "Filters:"
373
  msgstr "Filtri:"
374
 
375
  # @ yit
376
+ #: widgets/class.yith-wcan-navigation-widget.php:866
377
  msgid "List"
378
  msgstr "Lista"
379
 
380
  # @ yit
381
+ #: widgets/class.yith-wcan-navigation-widget.php:868
382
  msgid "Label"
383
  msgstr "Etichetta"
384
 
385
+ #: widgets/class.yith-wcan-navigation-widget.php:869
386
  msgid "Dropdown"
387
  msgstr "Menu a tendina"
388
 
389
  # @ yit
390
+ #: widgets/class.yith-wcan-navigation-widget.php:876
391
+ #: widgets/class.yith-wcan-reset-navigation-widget.php:104
392
  msgid "Title"
393
  msgstr "Titolo"
394
 
395
  # @ yit
396
+ #: widgets/class.yith-wcan-navigation-widget.php:882
397
  msgid "Type:"
398
  msgstr "Tipo:"
399
 
400
  # @ yit
401
+ #: widgets/class.yith-wcan-navigation-widget.php:893
402
  msgid "Query Type:"
403
  msgstr "Tipo Query:"
404
 
405
  # @ yit
406
+ #: widgets/class.yith-wcan-navigation-widget.php:895
407
  msgid "AND"
408
  msgstr "E"
409
 
410
  # @ yit
411
+ #: widgets/class.yith-wcan-navigation-widget.php:896
412
  msgid "OR"
413
  msgstr "O"
414
 
415
  # @ yit
416
+ #: widgets/class.yith-wcan-navigation-widget.php:902
417
  msgid "Attribute:"
418
  msgstr "Attributo:"
419
 
420
+ #: widgets/class.yith-wcan-navigation-widget.php:909
421
  msgid "Display (default All):"
422
  msgstr "Visualizza (default Tutti)"
423
 
424
+ #: widgets/class.yith-wcan-navigation-widget.php:911
425
  msgid "All (no hierarchical)"
426
  msgstr "Tutti (non gerarchico)"
427
 
428
+ #: widgets/class.yith-wcan-navigation-widget.php:912
429
  msgid "All (hierarchical)"
430
  msgstr "Tutti (gerarchico)"
431
 
432
+ #: widgets/class.yith-wcan-navigation-widget.php:913
433
  msgid "Only Parent"
434
  msgstr "Solo Principali"
435
 
436
+ #: widgets/class.yith-wcan-navigation-widget.php:920
437
  msgid "CSS custom class"
438
  msgstr "Classe CSS custom"
439
 
446
  msgid "YITH WooCommerce Ajax Reset Filter"
447
  msgstr "YITH WooCommerce Filtro Ajax Reset"
448
 
449
+ #: widgets/class.yith-wcan-reset-navigation-widget.php:97
450
  msgid "Reset All Filters"
451
  msgstr "Resetta tutti i filtri"
452
 
453
+ #: widgets/class.yith-wcan-reset-navigation-widget.php:110
454
  msgid "Button Label"
455
  msgstr "Etichetta Pulsante"
456
 
 
 
 
457
  #~ msgid "Settings"
458
  #~ msgstr "Impostazioni"
459
 
languages/yith-woocommerce-ajax-navigation-nl_NL.mo ADDED
Binary file
languages/yith-woocommerce-ajax-navigation-nl_NL.po ADDED
@@ -0,0 +1,792 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: YITH WooCommerce Ajax Product Filter\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-02-01 14:36+0100\n"
6
+ "PO-Revision-Date: 2018-02-01 14:36+0100\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: \n"
9
+ "Language: nl_NL\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
14
+ "X-Generator: Poedit 1.8.9\n"
15
+ "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
17
+ "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
18
+ "X-Poedit-Basepath: ..\n"
19
+ "X-Textdomain-Support: yes\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+ "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
22
+
23
+ #: includes/class.yith-wcan-admin.php:126
24
+ msgid "Front end"
25
+ msgstr "Frontend"
26
+
27
+ #: includes/class.yith-wcan-admin.php:127 settings/custom-style-options.php:12
28
+ msgid "Custom Style"
29
+ msgstr "Aangepaste stijl"
30
+
31
+ #: includes/class.yith-wcan-admin.php:128
32
+ #: includes/class.yith-wcan-admin.php:195
33
+ msgid "Premium Version"
34
+ msgstr "Premium versie"
35
+
36
+ #: includes/class.yith-wcan-admin.php:134
37
+ #: includes/class.yith-wcan-admin.php:135
38
+ msgid "Ajax Product Filter"
39
+ msgstr "Ajax Product Filter"
40
+
41
+ #: includes/class.yith-wcan-admin.php:191
42
+ msgid "Premium live demo"
43
+ msgstr "Premium live demo"
44
+
45
+ #: includes/class.yith-wcan-admin.php:191
46
+ msgid "Live demo"
47
+ msgstr "Live demo"
48
+
49
+ #: includes/class.yith-wcan-admin.php:219
50
+ msgid "Plugin Documentation"
51
+ msgstr "Plugin Documentatie"
52
+
53
+ #: includes/functions.yith-wcan.php:57 includes/functions.yith-wcan.php:71
54
+ #: includes/functions.yith-wcan.php:93
55
+ msgid "Term"
56
+ msgstr "Termijn"
57
+
58
+ #: includes/functions.yith-wcan.php:57
59
+ #: widgets/class.yith-wcan-navigation-widget.php:867
60
+ msgid "Color"
61
+ msgstr "Kleur"
62
+
63
+ #: includes/functions.yith-wcan.php:71
64
+ msgctxt "For multicolor: I.E. white and red T-Shirt"
65
+ msgid "Color 1"
66
+ msgstr "Kleur 1"
67
+
68
+ #: includes/functions.yith-wcan.php:71
69
+ msgctxt "For multicolor: I.E. white and red T-Shirt"
70
+ msgid "Color 2"
71
+ msgstr "Kleur 2"
72
+
73
+ #: includes/functions.yith-wcan.php:93
74
+ msgid "Labels"
75
+ msgstr "Labels"
76
+
77
+ #: init.php:49
78
+ msgid ""
79
+ "YITH WooCommerce Ajax Product Filter is enabled but not effective. It "
80
+ "requires WooCommerce in order to work."
81
+ msgstr ""
82
+ "YITH WooCommerce Ajax Product Filter is ingeschakeld maar niet werkend. Het "
83
+ "heeft WooCommerce nodig om te werken."
84
+
85
+ #: init.php:58
86
+ msgid ""
87
+ "You can't activate the free version of YITH WooCommerce Ajax Product Filter "
88
+ "while you are using the premium one."
89
+ msgstr ""
90
+
91
+ #: settings/custom-style-options.php:24
92
+ msgid "Enter here your custom CSS rules:"
93
+ msgstr "Voer hier uw aangepaste CSS regels in:"
94
+
95
+ #: settings/frontend-options.php:12
96
+ msgid "Frontend Settings"
97
+ msgstr "Frontend instellingen"
98
+
99
+ #: settings/frontend-options.php:25
100
+ msgctxt "Admin panel: option description"
101
+ msgid "How To:"
102
+ msgstr "Hoe:"
103
+
104
+ #: settings/frontend-options.php:27
105
+ msgctxt "Admin: Panel section description"
106
+ msgid ""
107
+ "If your theme is using WooCommerce standard templates, you don't need to "
108
+ "change the following values.\n"
109
+ " Otherwise, add the classes used in the "
110
+ "templates of your theme.\n"
111
+ " If you don't know how to do, please contact "
112
+ "the developer of your theme to be correctly instructed."
113
+ msgstr ""
114
+ "Indien uw theme gebruik maakt van standaard WooCommerce templates, dan hoeft "
115
+ "u de volgende waarden niet aan te passen.\n"
116
+ " Anderzins, voeg de klassen toe die zijn "
117
+ "gebruikt in de templates van uw theme.\n"
118
+ " Indien u niet weet hoe, dan wordt u "
119
+ "vriendelijk verzocht contact op te nemen met de developer van uw theme voor "
120
+ "de juiste instructies."
121
+
122
+ #: settings/frontend-options.php:33
123
+ msgid "Product Container"
124
+ msgstr "Product Container"
125
+
126
+ #: settings/frontend-options.php:34
127
+ msgid "Enter here the CSS class or id for the product container"
128
+ msgstr "Voer hier de CSS klasse of id in voor de product container"
129
+
130
+ #: settings/frontend-options.php:41
131
+ msgid "Shop Pagination Container"
132
+ msgstr "Winkel Paginering Container"
133
+
134
+ #: settings/frontend-options.php:42
135
+ msgid "Enter here the CSS class or id for the shop pagination container"
136
+ msgstr "Voer hier de CSS klasse of id in voor de winkel paginering container"
137
+
138
+ #: settings/frontend-options.php:49
139
+ msgid "Result Count Container"
140
+ msgstr "Resultaten Optellen Container"
141
+
142
+ #: settings/frontend-options.php:50
143
+ msgid "Enter here the CSS class or id for the results count container"
144
+ msgstr "Vul hier de CSS klasse of id in voor de resultaten optellen container"
145
+
146
+ #: settings/frontend-options.php:57
147
+ msgid "Scroll top anchor"
148
+ msgstr "Scroll top anker"
149
+
150
+ #: settings/frontend-options.php:58
151
+ msgid "Enter here the HTML tag for the scroll to top feature"
152
+ msgstr "Vul hier de THML tag in voor de scroll to top functie"
153
+
154
+ #: settings/frontend-options.php:65
155
+ msgid "Order by"
156
+ msgstr "Sorteer op"
157
+
158
+ #: settings/frontend-options.php:66
159
+ msgid "Sort by number of products contained or alphabetically"
160
+ msgstr "Sorteer op aantal producten of alfabetisch"
161
+
162
+ #: settings/frontend-options.php:70
163
+ msgid "Alphabetically"
164
+ msgstr "Alfabetisch"
165
+
166
+ #: settings/frontend-options.php:71
167
+ msgid "WooCommerce Default"
168
+ msgstr ""
169
+
170
+ #: templates/admin/premium.php:203 templates/admin/premium.php:441
171
+ #, php-format
172
+ msgid ""
173
+ "Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Ajax Product "
174
+ "Filter%2$s to benefit from all features!"
175
+ msgstr ""
176
+
177
+ #: templates/admin/premium.php:206 templates/admin/premium.php:444
178
+ msgid "UPGRADE"
179
+ msgstr ""
180
+
181
+ #: templates/admin/premium.php:207 templates/admin/premium.php:445
182
+ msgid "to the premium version"
183
+ msgstr ""
184
+
185
+ #: templates/admin/premium.php:213
186
+ msgid "Premium Features"
187
+ msgstr ""
188
+
189
+ #: templates/admin/premium.php:221
190
+ msgid "Two more layouts"
191
+ msgstr ""
192
+
193
+ #: templates/admin/premium.php:224
194
+ #, php-format
195
+ msgid ""
196
+ "The YITH WooCommerce Ajax product Filter widget get richer with 2 new "
197
+ "layouts to filter the products of your shop.%1$sBicolor%2$s: the perfect "
198
+ "choice for those attributes related to two different colors at the same time "
199
+ "(white/black), for a simple visual impact for the final user. Pick the "
200
+ "%1$sTag%2$s typology, on the contrary, if you want to filter your products "
201
+ "by product tag. And if you are using also the %1$sYITH WooCommerce Brand Add-"
202
+ "On%2$s plugin, you will be able to offer the freedom to filter your shop "
203
+ "products by brands thanks to the ajax technology."
204
+ msgstr ""
205
+
206
+ #: templates/admin/premium.php:234
207
+ msgid "Price range"
208
+ msgstr ""
209
+
210
+ #: templates/admin/premium.php:237
211
+ #, php-format
212
+ msgid ""
213
+ "One of the most requested filter for e-commerce sites is the one that let "
214
+ "you select products by their prices. Thanks to YITH WooCommerce Ajax List "
215
+ "Price Filter, %1$syou can set unlimited price ranges:%2$s your users will be "
216
+ "able to filter products selecting on the ranges you have set."
217
+ msgstr ""
218
+
219
+ #: templates/admin/premium.php:253
220
+ msgid "Ajax Stock/On Sale Filters"
221
+ msgstr ""
222
+
223
+ #: templates/admin/premium.php:256
224
+ #, php-format
225
+ msgid ""
226
+ "A new widget for the premium version of the plugin. Whoever will surf the "
227
+ "pages of your shop will be able to display only the products on sale and/or "
228
+ "the available ones.%3$s %1$sAn additional feature for an e-commerce site "
229
+ "that is worthy!%2$s"
230
+ msgstr ""
231
+
232
+ #: templates/admin/premium.php:266
233
+ msgid "Product sorting"
234
+ msgstr ""
235
+
236
+ #: templates/admin/premium.php:269
237
+ #, php-format
238
+ msgid ""
239
+ "With the new %1$sYITH WooCommerce Ajax Sort By%2$s widget, you can give your "
240
+ "users the freedom to sort products with the ajax technology, without the "
241
+ "need to reload the page. Products can be sorted by rate, sales, price or "
242
+ "publication date."
243
+ msgstr ""
244
+
245
+ #: templates/admin/premium.php:285
246
+ msgid "Customized loader"
247
+ msgstr ""
248
+
249
+ #: templates/admin/premium.php:288
250
+ msgid ""
251
+ "From the plugin option panel, you can choose to upload a new icon for your "
252
+ "loader: in this way, it will better meet your needs."
253
+ msgstr ""
254
+
255
+ #: templates/admin/premium.php:298
256
+ msgid "WooCommerce Price Filter"
257
+ msgstr ""
258
+
259
+ #: templates/admin/premium.php:301
260
+ #, php-format
261
+ msgid ""
262
+ "Take advantage of the premium version of the plugin to edit the default "
263
+ "behavior of WooCommerce Price Filter. Change the %1$slayout of the filter"
264
+ "%2$s and activate the %1$sAjax mode%2$s to apply the filter immediately, "
265
+ "without reloading the page."
266
+ msgstr ""
267
+
268
+ #: templates/admin/premium.php:317
269
+ msgid "SEO"
270
+ msgstr "SEO"
271
+
272
+ #: templates/admin/premium.php:320
273
+ msgid ""
274
+ "The Ajax management of the plugin adds specific queries to the URLs of the "
275
+ "current page. Choose whether to allow search engines to index the URLs "
276
+ "generated by the plugin, or not: with the latter, you will be free to avoid "
277
+ "possible penalizations that may apply to your site."
278
+ msgstr ""
279
+
280
+ #: templates/admin/premium.php:330
281
+ msgid " Filter by category"
282
+ msgstr ""
283
+
284
+ #: templates/admin/premium.php:333
285
+ #, php-format
286
+ msgid ""
287
+ "Configure the widget to let your users filter product by a %1$sselected "
288
+ "category%2$s. Your users will be even happier to browse your shop."
289
+ msgstr ""
290
+
291
+ #: templates/admin/premium.php:349
292
+ msgid "FILTER ORDERING"
293
+ msgstr ""
294
+
295
+ #: templates/admin/premium.php:352
296
+ msgid ""
297
+ "Choose one of the two solutions for a better filter ordering of your "
298
+ "product archieve pages: classic alphabetical order or decreasing order, "
299
+ "based on the number of products contained in each filter."
300
+ msgstr ""
301
+
302
+ #: templates/admin/premium.php:362
303
+ msgid "Filter style"
304
+ msgstr "Filterstijl"
305
+
306
+ #: templates/admin/premium.php:365
307
+ msgid ""
308
+ "In addition to the classic visualization style, the premium version of this "
309
+ "plugin gives you the possibility to show filters in \"checkbox\" style. "
310
+ "Users will experience a new look of your pages while filtering products."
311
+ msgstr ""
312
+
313
+ #: templates/admin/premium.php:381
314
+ msgid "Page url"
315
+ msgstr ""
316
+
317
+ #: templates/admin/premium.php:384
318
+ msgid ""
319
+ "Each applied filter generates a new url for the page. You can decide to keep "
320
+ "the same url or let it get automatically updated every time user applies a "
321
+ "filter to the products list of your shop."
322
+ msgstr ""
323
+
324
+ #: templates/admin/premium.php:394
325
+ msgid "Filter by tag"
326
+ msgstr ""
327
+
328
+ #: templates/admin/premium.php:397
329
+ msgid ""
330
+ "If you use tags as a powerful tool to classify your products, you can "
331
+ "configure an ad-hoc filter to be used on your products also by tag. In "
332
+ "addition, you could organize your tags in a hierarchy and have appropriate "
333
+ "tools for a better management of your products."
334
+ msgstr ""
335
+
336
+ #: templates/admin/premium.php:413
337
+ msgid "Reset"
338
+ msgstr ""
339
+
340
+ #: templates/admin/premium.php:416
341
+ msgid ""
342
+ "User experience on the site requires handiness and insight. This is why it "
343
+ "is unreasonable to deselect filters one by one to go back to the main view "
344
+ "when multiple filters have been applied to the product list. The plugin also "
345
+ "manages this action by a specific button which reset filters and by other "
346
+ "two which refresh the main view of categories and/or tags."
347
+ msgstr ""
348
+
349
+ #: templates/admin/premium.php:426
350
+ msgid "Scroll to top"
351
+ msgstr ""
352
+
353
+ #: templates/admin/premium.php:429
354
+ msgid ""
355
+ "Scroll to top is a feature to improve user experience on your site. Soon "
356
+ "after filtering the product list, the page will be automatically scrolled to "
357
+ "the top so the user can immediately see the filtered list. "
358
+ msgstr ""
359
+
360
+ #: widgets/class.yith-wcan-navigation-widget.php:36
361
+ msgid "Filter the list of products without reloading the page"
362
+ msgstr "Filter de lijst met producten, zonder te pagina opnieuw te laden"
363
+
364
+ #: widgets/class.yith-wcan-navigation-widget.php:39
365
+ msgctxt "Admin: Widget Title"
366
+ msgid "YITH WooCommerce Ajax Product Filter"
367
+ msgstr "YITH WooCommerce Ajax Product Filter"
368
+
369
+ #: widgets/class.yith-wcan-navigation-widget.php:153
370
+ msgid "Filters:"
371
+ msgstr "Filters:"
372
+
373
+ #: widgets/class.yith-wcan-navigation-widget.php:866
374
+ msgid "List"
375
+ msgstr "Lijst"
376
+
377
+ #: widgets/class.yith-wcan-navigation-widget.php:868
378
+ msgid "Label"
379
+ msgstr "Label"
380
+
381
+ #: widgets/class.yith-wcan-navigation-widget.php:869
382
+ msgid "Dropdown"
383
+ msgstr "Dropdown"
384
+
385
+ #: widgets/class.yith-wcan-navigation-widget.php:876
386
+ #: widgets/class.yith-wcan-reset-navigation-widget.php:104
387
+ msgid "Title"
388
+ msgstr "Titel"
389
+
390
+ #: widgets/class.yith-wcan-navigation-widget.php:882
391
+ msgid "Type:"
392
+ msgstr "Type:"
393
+
394
+ #: widgets/class.yith-wcan-navigation-widget.php:893
395
+ msgid "Query Type:"
396
+ msgstr "Query Type:"
397
+
398
+ #: widgets/class.yith-wcan-navigation-widget.php:895
399
+ msgid "AND"
400
+ msgstr "EN"
401
+
402
+ #: widgets/class.yith-wcan-navigation-widget.php:896
403
+ msgid "OR"
404
+ msgstr "OF"
405
+
406
+ #: widgets/class.yith-wcan-navigation-widget.php:902
407
+ msgid "Attribute:"
408
+ msgstr "Eigenschap:"
409
+
410
+ #: widgets/class.yith-wcan-navigation-widget.php:909
411
+ msgid "Display (default All):"
412
+ msgstr "Weergave (allen default):"
413
+
414
+ #: widgets/class.yith-wcan-navigation-widget.php:911
415
+ msgid "All (no hierarchical)"
416
+ msgstr "Allen (niet hiërarchisch)"
417
+
418
+ #: widgets/class.yith-wcan-navigation-widget.php:912
419
+ msgid "All (hierarchical)"
420
+ msgstr "Allen (hiërarchisch)"
421
+
422
+ #: widgets/class.yith-wcan-navigation-widget.php:913
423
+ msgid "Only Parent"
424
+ msgstr "Alleen bovenliggend"
425
+
426
+ #: widgets/class.yith-wcan-navigation-widget.php:920
427
+ msgid "CSS custom class"
428
+ msgstr "CSS custom klasse"
429
+
430
+ #: widgets/class.yith-wcan-reset-navigation-widget.php:23
431
+ msgid "Reset all filters set by YITH WooCommerce Ajax Product Filter"
432
+ msgstr "Alle filters van YITH WooCommerce Ajax Product Filter resetten"
433
+
434
+ #: widgets/class.yith-wcan-reset-navigation-widget.php:25
435
+ msgid "YITH WooCommerce Ajax Reset Filter"
436
+ msgstr "YITH WooCommerce Ajax Reset Filter"
437
+
438
+ #: widgets/class.yith-wcan-reset-navigation-widget.php:97
439
+ msgid "Reset All Filters"
440
+ msgstr "Alle filters resetten"
441
+
442
+ #: widgets/class.yith-wcan-reset-navigation-widget.php:110
443
+ msgid "Button Label"
444
+ msgstr "Labelknop"
445
+
446
+ #~ msgid "Settings"
447
+ #~ msgstr "Instellingen"
448
+
449
+ #~ msgctxt "[Admin] Option name"
450
+ #~ msgid "Enable Scroll Top"
451
+ #~ msgstr "Scroll Top inschakelen"
452
+
453
+ #~ msgid ""
454
+ #~ "Select whether you want to enable the \"Scroll to top\" option on "
455
+ #~ "Desktop, Mobile, or on both of them"
456
+ #~ msgstr ""
457
+ #~ "Selecteer of u de \"Scroll to top\" optie op Desktop, Mobiel, of op beide "
458
+ #~ "wilt inschakelen"
459
+
460
+ #~ msgid "Disabled"
461
+ #~ msgstr "Uitschakelen"
462
+
463
+ #~ msgid "Mobile"
464
+ #~ msgstr "Mobiel"
465
+
466
+ #~ msgid "Desktop"
467
+ #~ msgstr "Desktop"
468
+
469
+ #~ msgid "Mobile and Desktop"
470
+ #~ msgstr "Mobiel en Desktop"
471
+
472
+ #~ msgid "Widget Title Tag"
473
+ #~ msgstr "Widget titel label"
474
+
475
+ #~ msgid "Enter here the HTML tag for the widget title"
476
+ #~ msgstr "Voer hier de HTML tag in voor de widget titel"
477
+
478
+ #~ msgid "Number of products"
479
+ #~ msgstr "Aantal producten"
480
+
481
+ #~ msgid "Select the filter style"
482
+ #~ msgstr "Selecteer filterstijl"
483
+
484
+ #~ msgid "\"x\" icon before activated filter"
485
+ #~ msgstr "\"x\" icoon voor geactiveerde filter"
486
+
487
+ #~ msgid "Checkboxes"
488
+ #~ msgstr "Keuzevakjes"
489
+
490
+ #~ msgid "Enable ajax shop pagination"
491
+ #~ msgstr "Ajax winkel paginering inschakelen"
492
+
493
+ #~ msgid "Enable AJAX WooCommerce pagination"
494
+ #~ msgstr "AJAX WooCommerce paginering"
495
+
496
+ #~ msgid "Shop Pagination Container Anchor"
497
+ #~ msgstr "Winkel Paginering Container Anker"
498
+
499
+ #~ msgid "Enter here the HTML tag for the shop pagination anchor"
500
+ #~ msgstr "Voer hier de HTML tag in voor de winkel paginering anker"
501
+
502
+ #~ msgid "Show current categories"
503
+ #~ msgstr "Huidige categorieën weergeven"
504
+
505
+ #~ msgid ""
506
+ #~ "This option allows whether to show or hide the current category when you "
507
+ #~ "are on it. For example, if I am on “Jeans” category page, the \"Jeans\" "
508
+ #~ "filter is automatically hidden."
509
+ #~ msgstr ""
510
+ #~ "Met deze optie bepaalt u of de huidige categorie wordt weergegeven of "
511
+ #~ "verborgen, wanneer u erin zit. Voorbeeld, als ik in de \"Jeans\" "
512
+ #~ "categorie zit, dan wordt de \"Jeans\" filter automatisch verborgen."
513
+
514
+ #~ msgid "Show \"All Categories\" link"
515
+ #~ msgstr "\"Alle categorieën\" link weergeven"
516
+
517
+ #~ msgid "Add a link \"See all categories\" after a filter is applied"
518
+ #~ msgstr ""
519
+ #~ "Voeg een link \"Toon alle categorieën\" toe nadat de filter is toegepast"
520
+
521
+ #~ msgid "\"All Categories\" link text"
522
+ #~ msgstr "\"Toon alle Categorieën\" link tekst"
523
+
524
+ #~ msgid "Enter here the text for the link \"See all categories\""
525
+ #~ msgstr "Voer hier de tekst in voor de link \"Toon alle categorieën\""
526
+
527
+ #~ msgid "See all categories"
528
+ #~ msgstr "Toon alle categorieën"
529
+
530
+ #~ msgid "Show \"All Tags\" link"
531
+ #~ msgstr "\"Alle Tags\" link weergeven"
532
+
533
+ #~ msgid "Add a link \"See all tags\" after a filter is applied"
534
+ #~ msgstr "Voeg een link \"Toon alle tags\" toe nadat filter is toegepast"
535
+
536
+ #~ msgid "\"All Tags\" link text"
537
+ #~ msgstr "\"Alle tags\" link tekst"
538
+
539
+ #~ msgid "Text for \"See all tags\" link"
540
+ #~ msgstr "Tekst voor \"Toon alle tags\" link"
541
+
542
+ #~ msgid "See all tags"
543
+ #~ msgstr "Toon alle tags"
544
+
545
+ #~ msgid "Enable Hierarchical Management for Product Tags"
546
+ #~ msgstr "Hiërarchisch Management voor Product tags inschakelen"
547
+
548
+ #~ msgid "Hack the standard WooCommerce non-hierarchical product tags"
549
+ #~ msgstr "Hack de standaard WooCommerce niet-hiërarchische product tags"
550
+
551
+ #~ msgid "General Settings"
552
+ #~ msgstr "Algemene instellingen"
553
+
554
+ #~ msgid "Ajax Loader"
555
+ #~ msgstr "Ajax lader"
556
+
557
+ #~ msgid "Customize the AJAX loader icon"
558
+ #~ msgstr "Pas het AJAX lader icoon aan"
559
+
560
+ #~ msgctxt "Referer to original WooCommerce Price Filter Widget"
561
+ #~ msgid "Ajax WooCommerce Price Filter"
562
+ #~ msgstr "Ajax WooCommerce Prijs Filter"
563
+
564
+ #~ msgid "Use AJAX WooCommerce price filter"
565
+ #~ msgstr "Gebruik Ajax WooCommerce Prijs Filter"
566
+
567
+ #~ msgctxt "Referer to original WooCommerce Price Filter Widget"
568
+ #~ msgid "WooCommerce Price Filter slider"
569
+ #~ msgstr "WooCommerce Prijs Filter schuifbalk"
570
+
571
+ #~ msgid "Use WooCommerce price filter with slider"
572
+ #~ msgstr "Gebruik WooCommerce Prijs Filter met schuifbalk"
573
+
574
+ #~ msgctxt "Referer to original WooCommerce Price Filter Widget"
575
+ #~ msgid "Instant WooCommerce Price Filter slider"
576
+ #~ msgstr "Onmiddelijk WooCommerce Prijs Filter schuifbalk"
577
+
578
+ #~ msgid ""
579
+ #~ "Use WooCommerce price filter with ajax slider without \"Filter\" button"
580
+ #~ msgstr ""
581
+ #~ "Gebruik de WooCommerce price filter met Ajax schuifbalk zonder \"Filter\" "
582
+ #~ "knop"
583
+
584
+ #~ msgctxt "Referer to original WooCommerce Price Filter Widget"
585
+ #~ msgid "Dropdown for WooCommerce Price Filter"
586
+ #~ msgstr "Dropdown voor WooCommerce Price Filter"
587
+
588
+ #~ msgid "Add dropdown effect to original WooCommerce Price Filter widget"
589
+ #~ msgstr ""
590
+ #~ "Dropdown effect toevoegen aan originele WooCommerce Price Filter widget"
591
+
592
+ #~ msgctxt "Referer to original WooCommerce Price Filter Widget"
593
+ #~ msgid "Open/Close for WooCommerce Price Filter"
594
+ #~ msgstr "Openen/Sluiten voor WooCommerce Price Filter"
595
+
596
+ #~ msgid ""
597
+ #~ "Select this option if you want to show the dropdown as opened or closed "
598
+ #~ "when the page is loaded"
599
+ #~ msgstr ""
600
+ #~ "Selecteer deze optie als u het dropdown menu wilt weergeven als geopend "
601
+ #~ "of gesloten wanneer de pagina is geladen"
602
+
603
+ #~ msgid "Opened"
604
+ #~ msgstr "Geopend"
605
+
606
+ #~ msgid "Closed"
607
+ #~ msgstr "Gesloten"
608
+
609
+ #~ msgid "Enable SEO option"
610
+ #~ msgstr "SEO optie inschakelen"
611
+
612
+ #~ msgid ""
613
+ #~ "Add \"robots\" meta tag in head tag of HTML page if filters have been "
614
+ #~ "activated."
615
+ #~ msgstr ""
616
+ #~ "\"robots\" meta tag toevoegen in hoofd tag van HTML pagina, als de "
617
+ #~ "filters geactiveerd zijn."
618
+
619
+ #~ msgid "Meta tag options"
620
+ #~ msgstr "Meta tag opties"
621
+
622
+ #~ msgid "Change browser URL"
623
+ #~ msgstr "Verander URL browser"
624
+
625
+ #~ msgid ""
626
+ #~ "Enable this option if you want to update the URL after applying a filter."
627
+ #~ msgstr ""
628
+ #~ "Schakel deze optie in als u de URL wilt updaten nadat de filter is "
629
+ #~ "toegepast."
630
+
631
+ #~ msgctxt "Price filter option: price starts from"
632
+ #~ msgid "From"
633
+ #~ msgstr "Vanaf"
634
+
635
+ #~ msgctxt "Price filter option: price ends to"
636
+ #~ msgid "To"
637
+ #~ msgstr "Tot"
638
+
639
+ #~ msgid ""
640
+ #~ "Show a price filter widget with a list of preset price ranges that users "
641
+ #~ "can use to better narrow down the products"
642
+ #~ msgstr ""
643
+ #~ "Een prijsfilter widget weergeven, met een lijst van vooraf ingestelde "
644
+ #~ "prijsklassen, die gebruikers kunnen toepassen om de producten te beperken"
645
+
646
+ #~ msgid "YITH WooCommerce Ajax Price List Filter"
647
+ #~ msgstr "YITH WooCommerce Ajax Price List Filter"
648
+
649
+ #~ msgctxt "refer to: product price"
650
+ #~ msgid "Price Filter"
651
+ #~ msgstr "Prijs Filter"
652
+
653
+ #~ msgid "Show widget dropdown"
654
+ #~ msgstr "Widget dropdown weergeven"
655
+
656
+ #~ msgctxt "Select this if you want to show the widget as open or closed"
657
+ #~ msgid "Dropdown style:"
658
+ #~ msgstr "Dropdown stijl:"
659
+
660
+ #~ msgid "Price Range"
661
+ #~ msgstr "Prijsklasse"
662
+
663
+ #~ msgid "Add new range"
664
+ #~ msgstr "Nieuwe klasse toevoegen"
665
+
666
+ #~ msgid "\"See all categories/tags\" link text"
667
+ #~ msgstr "\"Toon alle categorieën/tags\" link tekst"
668
+
669
+ #~ msgid "Leave it empty to use the default text available"
670
+ #~ msgstr "Laat het open om de beschikbare default tekst te gebruiken"
671
+
672
+ #~ msgid "here"
673
+ #~ msgstr "hier"
674
+
675
+ #~ msgid "current categories text"
676
+ #~ msgstr "tekst huidige categorieën"
677
+
678
+ #~ msgid "current tags text"
679
+ #~ msgstr "tekst huidige tags"
680
+
681
+ #~ msgid "No tags found."
682
+ #~ msgstr "Geen tags gevonden."
683
+
684
+ #~ msgctxt "Admin: Section title"
685
+ #~ msgid "Tag List"
686
+ #~ msgstr "Tag lijst"
687
+
688
+ #~ msgid "Show Selected"
689
+ #~ msgstr "Geselecteerde weergeven"
690
+
691
+ #~ msgid "Hide Selected"
692
+ #~ msgstr "Geselecteerde verbergen"
693
+
694
+ #~ msgid "Select all"
695
+ #~ msgstr "Alles selecteren"
696
+
697
+ #~ msgid "Unselect all"
698
+ #~ msgstr "Alles deselecteren"
699
+
700
+ #~ msgctxt "Admin: user note"
701
+ #~ msgid ""
702
+ #~ "Note: tags with no products assigned will not be showed in the front end"
703
+ #~ msgstr ""
704
+ #~ "Notitie: tags met niet toegewezen producten zullen niet worden "
705
+ #~ "weergegeven in de frontend"
706
+
707
+ #~ msgid "Tag name"
708
+ #~ msgstr "Tagnaam"
709
+
710
+ #~ msgid "Count"
711
+ #~ msgstr "Tellen"
712
+
713
+ #~ msgctxt "Select if you want to show round color box or square color box"
714
+ #~ msgid "Color Style:"
715
+ #~ msgstr "Kleurstijl:"
716
+
717
+ #~ msgid "Square"
718
+ #~ msgstr "Vierkant"
719
+
720
+ #~ msgid "Round"
721
+ #~ msgstr "Rond"
722
+
723
+ #~ msgid "Hide product count"
724
+ #~ msgstr "Verberg product tellen"
725
+
726
+ #~ msgid "See all"
727
+ #~ msgstr "Alles weergeven"
728
+
729
+ #~ msgid "Categories"
730
+ #~ msgstr "Categorieën"
731
+
732
+ #~ msgid "BiColor"
733
+ #~ msgstr "Tweekleurig"
734
+
735
+ #~ msgid "Tag"
736
+ #~ msgstr "Tag"
737
+
738
+ #~ msgid "Brand"
739
+ #~ msgstr "Merk"
740
+
741
+ #~ msgid "Use custom style for reset button"
742
+ #~ msgstr "Gebruik aangepaste stijl voor reset knop"
743
+
744
+ #~ msgid "Background color"
745
+ #~ msgstr "Achtergrond kleur"
746
+
747
+ #~ msgid "Background color on hover"
748
+ #~ msgstr "Kleur van hover selector"
749
+
750
+ #~ msgid "Text color"
751
+ #~ msgstr "Tekstkleur"
752
+
753
+ #~ msgid "Text color on hover"
754
+ #~ msgstr "Kleur van hover selector"
755
+
756
+ #~ msgid "Border color"
757
+ #~ msgstr "Randkleur"
758
+
759
+ #~ msgid "Border color on hover"
760
+ #~ msgstr "Randkleur van hover selector"
761
+
762
+ #~ msgid "Choose how to sort WooCommerce products"
763
+ #~ msgstr "Kies hoe WooCommerce producten geselecteerd worden"
764
+
765
+ #~ msgid "YITH WooCommerce Ajax Sort By"
766
+ #~ msgstr "YITH WooCommerce Ajax sorteren op"
767
+
768
+ #~ msgctxt "Product sorting"
769
+ #~ msgid "Sort by"
770
+ #~ msgstr "Sorteren op"
771
+
772
+ #~ msgid "Display on sale and in stock WooCommerce products"
773
+ #~ msgstr "Sale en op voorraad WooCommerce producten weergeven"
774
+
775
+ #~ msgid "YITH WooCommerce Ajax In Stock/On Sale Filters"
776
+ #~ msgstr "YITH WooCommerce Ajax Op Voorraad/Sale Filters"
777
+
778
+ #~ msgid "Show only \"On Sale\" products"
779
+ #~ msgstr "Alleen \"Sale\" producten weergeven"
780
+
781
+ #~ msgid "Show only \"In Stock\" products"
782
+ #~ msgstr "Alleen \"Op Voorraad\" producten weergeven"
783
+
784
+ #~ msgctxt "Product sorting"
785
+ #~ msgid "Stock/On sale"
786
+ #~ msgstr "Op Voorraad/Sale"
787
+
788
+ #~ msgid "Show \"On Sale\" filter"
789
+ #~ msgstr "\"Sale\" filter weergeven"
790
+
791
+ #~ msgid "Show \"In Stock\" filter"
792
+ #~ msgstr "\"Op Voorraad\" filter weergeven"
languages/yith-woocommerce-ajax-navigation-tr_TR.mo CHANGED
Binary file
languages/yith-woocommerce-ajax-navigation-tr_TR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Ajax Product filter\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-09-26 12:43+0200\n"
6
- "PO-Revision-Date: 2017-09-26 12:43+0200\n"
7
  "Last-Translator: Caner Öncel <caneroncel@gmail.com>\n"
8
  "Language-Team: Caner Öncel <caneroncel@gmail.com>\n"
9
  "Language: tr\n"
@@ -58,7 +58,7 @@ msgstr "Terim"
58
 
59
  # @ yit
60
  #: includes/functions.yith-wcan.php:57
61
- #: widgets/class.yith-wcan-navigation-widget.php:841
62
  msgid "Color"
63
  msgstr "Renk"
64
 
@@ -138,7 +138,7 @@ msgid "Enter here the CSS class or id for the results count container"
138
  msgstr ""
139
 
140
  #: settings/frontend-options.php:57
141
- msgid "Scroll top anchor (only for mobiles)"
142
  msgstr ""
143
 
144
  #: settings/frontend-options.php:58
@@ -360,72 +360,72 @@ msgctxt "Admin: Widget Title"
360
  msgid "YITH WooCommerce Ajax Product Filter"
361
  msgstr ""
362
 
363
- #: widgets/class.yith-wcan-navigation-widget.php:151
364
  msgid "Filters:"
365
  msgstr ""
366
 
367
  # @ yit
368
- #: widgets/class.yith-wcan-navigation-widget.php:840
369
  msgid "List"
370
  msgstr "Liste"
371
 
372
  # @ yit
373
- #: widgets/class.yith-wcan-navigation-widget.php:842
374
  msgid "Label"
375
  msgstr "Etiket"
376
 
377
- #: widgets/class.yith-wcan-navigation-widget.php:843
378
  msgid "Dropdown"
379
  msgstr "Açılır Menü"
380
 
381
  # @ yit
382
- #: widgets/class.yith-wcan-navigation-widget.php:850
383
- #: widgets/class.yith-wcan-reset-navigation-widget.php:114
384
  msgid "Title"
385
  msgstr "Başlık"
386
 
387
  # @ yit
388
- #: widgets/class.yith-wcan-navigation-widget.php:856
389
  msgid "Type:"
390
  msgstr "Tür:"
391
 
392
  # @ yit
393
- #: widgets/class.yith-wcan-navigation-widget.php:867
394
  msgid "Query Type:"
395
  msgstr "Sorgu Tipi:"
396
 
397
  # @ yit
398
- #: widgets/class.yith-wcan-navigation-widget.php:869
399
  msgid "AND"
400
  msgstr "VE"
401
 
402
  # @ yit
403
- #: widgets/class.yith-wcan-navigation-widget.php:870
404
  msgid "OR"
405
  msgstr "VEYA"
406
 
407
  # @ yit
408
- #: widgets/class.yith-wcan-navigation-widget.php:876
409
  msgid "Attribute:"
410
  msgstr "Özellikler:"
411
 
412
- #: widgets/class.yith-wcan-navigation-widget.php:883
413
  msgid "Display (default All):"
414
  msgstr "Görüntüleme (Varsayılan tümü):"
415
 
416
- #: widgets/class.yith-wcan-navigation-widget.php:885
417
  msgid "All (no hierarchical)"
418
  msgstr "Tümü"
419
 
420
- #: widgets/class.yith-wcan-navigation-widget.php:886
421
  msgid "All (hierarchical)"
422
  msgstr ""
423
 
424
- #: widgets/class.yith-wcan-navigation-widget.php:887
425
  msgid "Only Parent"
426
  msgstr "Sadece Ebeveyn"
427
 
428
- #: widgets/class.yith-wcan-navigation-widget.php:894
429
  msgid "CSS custom class"
430
  msgstr ""
431
 
@@ -437,11 +437,11 @@ msgstr ""
437
  msgid "YITH WooCommerce Ajax Reset Filter"
438
  msgstr ""
439
 
440
- #: widgets/class.yith-wcan-reset-navigation-widget.php:107
441
  msgid "Reset All Filters"
442
  msgstr "Tüm Filtreleri Sıfırla"
443
 
444
- #: widgets/class.yith-wcan-reset-navigation-widget.php:120
445
  msgid "Button Label"
446
  msgstr "Buton Metni"
447
 
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Ajax Product filter\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-02-01 14:36+0100\n"
6
+ "PO-Revision-Date: 2018-02-01 14:36+0100\n"
7
  "Last-Translator: Caner Öncel <caneroncel@gmail.com>\n"
8
  "Language-Team: Caner Öncel <caneroncel@gmail.com>\n"
9
  "Language: tr\n"
58
 
59
  # @ yit
60
  #: includes/functions.yith-wcan.php:57
61
+ #: widgets/class.yith-wcan-navigation-widget.php:867
62
  msgid "Color"
63
  msgstr "Renk"
64
 
138
  msgstr ""
139
 
140
  #: settings/frontend-options.php:57
141
+ msgid "Scroll top anchor"
142
  msgstr ""
143
 
144
  #: settings/frontend-options.php:58
360
  msgid "YITH WooCommerce Ajax Product Filter"
361
  msgstr ""
362
 
363
+ #: widgets/class.yith-wcan-navigation-widget.php:153
364
  msgid "Filters:"
365
  msgstr ""
366
 
367
  # @ yit
368
+ #: widgets/class.yith-wcan-navigation-widget.php:866
369
  msgid "List"
370
  msgstr "Liste"
371
 
372
  # @ yit
373
+ #: widgets/class.yith-wcan-navigation-widget.php:868
374
  msgid "Label"
375
  msgstr "Etiket"
376
 
377
+ #: widgets/class.yith-wcan-navigation-widget.php:869
378
  msgid "Dropdown"
379
  msgstr "Açılır Menü"
380
 
381
  # @ yit
382
+ #: widgets/class.yith-wcan-navigation-widget.php:876
383
+ #: widgets/class.yith-wcan-reset-navigation-widget.php:104
384
  msgid "Title"
385
  msgstr "Başlık"
386
 
387
  # @ yit
388
+ #: widgets/class.yith-wcan-navigation-widget.php:882
389
  msgid "Type:"
390
  msgstr "Tür:"
391
 
392
  # @ yit
393
+ #: widgets/class.yith-wcan-navigation-widget.php:893
394
  msgid "Query Type:"
395
  msgstr "Sorgu Tipi:"
396
 
397
  # @ yit
398
+ #: widgets/class.yith-wcan-navigation-widget.php:895
399
  msgid "AND"
400
  msgstr "VE"
401
 
402
  # @ yit
403
+ #: widgets/class.yith-wcan-navigation-widget.php:896
404
  msgid "OR"
405
  msgstr "VEYA"
406
 
407
  # @ yit
408
+ #: widgets/class.yith-wcan-navigation-widget.php:902
409
  msgid "Attribute:"
410
  msgstr "Özellikler:"
411
 
412
+ #: widgets/class.yith-wcan-navigation-widget.php:909
413
  msgid "Display (default All):"
414
  msgstr "Görüntüleme (Varsayılan tümü):"
415
 
416
+ #: widgets/class.yith-wcan-navigation-widget.php:911
417
  msgid "All (no hierarchical)"
418
  msgstr "Tümü"
419
 
420
+ #: widgets/class.yith-wcan-navigation-widget.php:912
421
  msgid "All (hierarchical)"
422
  msgstr ""
423
 
424
+ #: widgets/class.yith-wcan-navigation-widget.php:913
425
  msgid "Only Parent"
426
  msgstr "Sadece Ebeveyn"
427
 
428
+ #: widgets/class.yith-wcan-navigation-widget.php:920
429
  msgid "CSS custom class"
430
  msgstr ""
431
 
437
  msgid "YITH WooCommerce Ajax Reset Filter"
438
  msgstr ""
439
 
440
+ #: widgets/class.yith-wcan-reset-navigation-widget.php:97
441
  msgid "Reset All Filters"
442
  msgstr "Tüm Filtreleri Sıfırla"
443
 
444
+ #: widgets/class.yith-wcan-reset-navigation-widget.php:110
445
  msgid "Button Label"
446
  msgstr "Buton Metni"
447
 
languages/yith-woocommerce-ajax-navigation.pot CHANGED
@@ -3,7 +3,7 @@ msgid ""
3
  msgstr ""
4
  "Project-Id-Version: YITH WooCommerce Ajax Product Filter\n"
5
  "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2017-09-26 12:43+0200\n"
7
  "PO-Revision-Date: 2015-06-19 13:59+0100\n"
8
  "Last-Translator: Your Inspiration Themes <plugins@yithemes.com>\n"
9
  "Language-Team: \n"
@@ -59,7 +59,7 @@ msgid "Term"
59
  msgstr ""
60
 
61
  #: includes/functions.yith-wcan.php:57
62
- #: widgets/class.yith-wcan-navigation-widget.php:841
63
  msgid "Color"
64
  msgstr ""
65
 
@@ -138,7 +138,7 @@ msgid "Enter here the CSS class or id for the results count container"
138
  msgstr ""
139
 
140
  #: settings/frontend-options.php:57
141
- msgid "Scroll top anchor (only for mobiles)"
142
  msgstr ""
143
 
144
  #: settings/frontend-options.php:58
@@ -365,64 +365,64 @@ msgctxt "Admin: Widget Title"
365
  msgid "YITH WooCommerce Ajax Product Filter"
366
  msgstr ""
367
 
368
- #: widgets/class.yith-wcan-navigation-widget.php:151
369
  msgid "Filters:"
370
  msgstr ""
371
 
372
- #: widgets/class.yith-wcan-navigation-widget.php:840
373
  msgid "List"
374
  msgstr ""
375
 
376
- #: widgets/class.yith-wcan-navigation-widget.php:842
377
  msgid "Label"
378
  msgstr ""
379
 
380
- #: widgets/class.yith-wcan-navigation-widget.php:843
381
  msgid "Dropdown"
382
  msgstr ""
383
 
384
- #: widgets/class.yith-wcan-navigation-widget.php:850
385
- #: widgets/class.yith-wcan-reset-navigation-widget.php:114
386
  msgid "Title"
387
  msgstr ""
388
 
389
- #: widgets/class.yith-wcan-navigation-widget.php:856
390
  msgid "Type:"
391
  msgstr ""
392
 
393
- #: widgets/class.yith-wcan-navigation-widget.php:867
394
  msgid "Query Type:"
395
  msgstr ""
396
 
397
- #: widgets/class.yith-wcan-navigation-widget.php:869
398
  msgid "AND"
399
  msgstr ""
400
 
401
- #: widgets/class.yith-wcan-navigation-widget.php:870
402
  msgid "OR"
403
  msgstr ""
404
 
405
- #: widgets/class.yith-wcan-navigation-widget.php:876
406
  msgid "Attribute:"
407
  msgstr ""
408
 
409
- #: widgets/class.yith-wcan-navigation-widget.php:883
410
  msgid "Display (default All):"
411
  msgstr ""
412
 
413
- #: widgets/class.yith-wcan-navigation-widget.php:885
414
  msgid "All (no hierarchical)"
415
  msgstr ""
416
 
417
- #: widgets/class.yith-wcan-navigation-widget.php:886
418
  msgid "All (hierarchical)"
419
  msgstr ""
420
 
421
- #: widgets/class.yith-wcan-navigation-widget.php:887
422
  msgid "Only Parent"
423
  msgstr ""
424
 
425
- #: widgets/class.yith-wcan-navigation-widget.php:894
426
  msgid "CSS custom class"
427
  msgstr ""
428
 
@@ -434,10 +434,10 @@ msgstr ""
434
  msgid "YITH WooCommerce Ajax Reset Filter"
435
  msgstr ""
436
 
437
- #: widgets/class.yith-wcan-reset-navigation-widget.php:107
438
  msgid "Reset All Filters"
439
  msgstr ""
440
 
441
- #: widgets/class.yith-wcan-reset-navigation-widget.php:120
442
  msgid "Button Label"
443
  msgstr ""
3
  msgstr ""
4
  "Project-Id-Version: YITH WooCommerce Ajax Product Filter\n"
5
  "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2018-02-01 14:37+0100\n"
7
  "PO-Revision-Date: 2015-06-19 13:59+0100\n"
8
  "Last-Translator: Your Inspiration Themes <plugins@yithemes.com>\n"
9
  "Language-Team: \n"
59
  msgstr ""
60
 
61
  #: includes/functions.yith-wcan.php:57
62
+ #: widgets/class.yith-wcan-navigation-widget.php:867
63
  msgid "Color"
64
  msgstr ""
65
 
138
  msgstr ""
139
 
140
  #: settings/frontend-options.php:57
141
+ msgid "Scroll top anchor"
142
  msgstr ""
143
 
144
  #: settings/frontend-options.php:58
365
  msgid "YITH WooCommerce Ajax Product Filter"
366
  msgstr ""
367
 
368
+ #: widgets/class.yith-wcan-navigation-widget.php:153
369
  msgid "Filters:"
370
  msgstr ""
371
 
372
+ #: widgets/class.yith-wcan-navigation-widget.php:866
373
  msgid "List"
374
  msgstr ""
375
 
376
+ #: widgets/class.yith-wcan-navigation-widget.php:868
377
  msgid "Label"
378
  msgstr ""
379
 
380
+ #: widgets/class.yith-wcan-navigation-widget.php:869
381
  msgid "Dropdown"
382
  msgstr ""
383
 
384
+ #: widgets/class.yith-wcan-navigation-widget.php:876
385
+ #: widgets/class.yith-wcan-reset-navigation-widget.php:104
386
  msgid "Title"
387
  msgstr ""
388
 
389
+ #: widgets/class.yith-wcan-navigation-widget.php:882
390
  msgid "Type:"
391
  msgstr ""
392
 
393
+ #: widgets/class.yith-wcan-navigation-widget.php:893
394
  msgid "Query Type:"
395
  msgstr ""
396
 
397
+ #: widgets/class.yith-wcan-navigation-widget.php:895
398
  msgid "AND"
399
  msgstr ""
400
 
401
+ #: widgets/class.yith-wcan-navigation-widget.php:896
402
  msgid "OR"
403
  msgstr ""
404
 
405
+ #: widgets/class.yith-wcan-navigation-widget.php:902
406
  msgid "Attribute:"
407
  msgstr ""
408
 
409
+ #: widgets/class.yith-wcan-navigation-widget.php:909
410
  msgid "Display (default All):"
411
  msgstr ""
412
 
413
+ #: widgets/class.yith-wcan-navigation-widget.php:911
414
  msgid "All (no hierarchical)"
415
  msgstr ""
416
 
417
+ #: widgets/class.yith-wcan-navigation-widget.php:912
418
  msgid "All (hierarchical)"
419
  msgstr ""
420
 
421
+ #: widgets/class.yith-wcan-navigation-widget.php:913
422
  msgid "Only Parent"
423
  msgstr ""
424
 
425
+ #: widgets/class.yith-wcan-navigation-widget.php:920
426
  msgid "CSS custom class"
427
  msgstr ""
428
 
434
  msgid "YITH WooCommerce Ajax Reset Filter"
435
  msgstr ""
436
 
437
+ #: widgets/class.yith-wcan-reset-navigation-widget.php:97
438
  msgid "Reset All Filters"
439
  msgstr ""
440
 
441
+ #: widgets/class.yith-wcan-reset-navigation-widget.php:110
442
  msgid "Button Label"
443
  msgstr ""
settings/frontend-options.php CHANGED
@@ -54,7 +54,7 @@ $frontend = array(
54
  ),
55
 
56
  array(
57
- 'name' => __( 'Scroll top anchor (only for mobiles)', 'yith-woocommerce-ajax-navigation' ),
58
  'desc' => __( 'Enter here the HTML tag for the scroll to top feature', 'yith-woocommerce-ajax-navigation' ) . ' (Default: <strong>.yit-wcan-container</strong>)',
59
  'id' => 'yith_wcan_ajax_scroll_top_class',
60
  'type' => 'text',
54
  ),
55
 
56
  array(
57
+ 'name' => __( 'Scroll top anchor', 'yith-woocommerce-ajax-navigation' ),
58
  'desc' => __( 'Enter here the HTML tag for the scroll to top feature', 'yith-woocommerce-ajax-navigation' ) . ' (Default: <strong>.yit-wcan-container</strong>)',
59
  'id' => 'yith_wcan_ajax_scroll_top_class',
60
  'type' => 'text',
widgets/class.yith-wcan-navigation-widget.php CHANGED
@@ -114,7 +114,7 @@ if ( ! class_exists( 'YITH_WCAN_Navigation_Widget' ) ) {
114
 
115
  if ( in_array( $display_type, apply_filters( 'yith_wcan_display_type_list', array( 'list' ) ) ) ) {
116
 
117
- $ancestors = yith_wcan_wp_get_terms(
118
  array(
119
  'taxonomy' => $taxonomy,
120
  'parent' => 0,
@@ -134,7 +134,7 @@ if ( ! class_exists( 'YITH_WCAN_Navigation_Widget' ) ) {
134
  }
135
 
136
  foreach( $ancestors as $ancestor ){
137
- $tree[ $ancestor->term_id ] = yit_reorder_hierachical_categories( $ancestor->term_id, $taxonomy );
138
  }
139
  }
140
 
@@ -144,13 +144,13 @@ if ( ! class_exists( 'YITH_WCAN_Navigation_Widget' ) ) {
144
 
145
  // List display
146
  echo "<ul class='yith-wcan-list yith-wcan {$instance['extra_class']}'>";
147
-
148
  $this->get_list_html( $tree, $taxonomy, $query_type, $display_type, $instance, $terms_type_list, $current_term, $args, $is_child_class, $is_parent_class, $is_chosen_class, 0, $filter_term_field );
149
 
150
  echo "</ul>";
151
  }
152
  elseif ( $display_type == 'select' ) {
153
- $dropdown_label = apply_filters( 'yith_wcan_dropdown_label', __( 'Filters:', 'yith-woocommerce-ajax-navigation' ), $this );
154
  ?>
155
 
156
  <a class="yit-wcan-select-open" href="#"><?php echo apply_filters( 'yith_wcan_dropdown_default_label', $dropdown_label ) ?></a>
@@ -574,8 +574,22 @@ if ( ! class_exists( 'YITH_WCAN_Navigation_Widget' ) ) {
574
  $link = esc_url( urldecode( apply_filters( 'woocommerce_layered_nav_link', $link ) ) );
575
  $term_id = yit_wcan_localize_terms( $term->term_id, $taxonomy );
576
 
577
- if ( ! empty( $instance['colors'][$term_id] ) ) {
578
- $li_style = apply_filters( "{$this->id}-li_style", 'background-color:' . $instance['colors'][$term_id] . ';', $instance );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
579
 
580
  echo '<li ' . $class . '>';
581
 
@@ -1249,6 +1263,7 @@ if ( ! class_exists( 'YITH_WCAN_Navigation_Widget' ) ) {
1249
 
1250
  else {
1251
  $to_print = apply_filters( 'yith_wcan_show_no_products_attributes', ( ! $filter_by_tags_hierarchical && $query_type != 'and' ), $count, $term );
 
1252
 
1253
  $to_print && printf( '<li %s><span>%s</span>', $class, $term->name );
1254
  $li_printed = true;
114
 
115
  if ( in_array( $display_type, apply_filters( 'yith_wcan_display_type_list', array( 'list' ) ) ) ) {
116
 
117
+ $ancestors = yith_wcan_wp_get_terms(
118
  array(
119
  'taxonomy' => $taxonomy,
120
  'parent' => 0,
134
  }
135
 
136
  foreach( $ancestors as $ancestor ){
137
+ $tree[ $ancestor->term_id ] = 'parent' == $instance['display'] ? array() : yit_reorder_hierachical_categories( $ancestor->term_id, $taxonomy );
138
  }
139
  }
140
 
144
 
145
  // List display
146
  echo "<ul class='yith-wcan-list yith-wcan {$instance['extra_class']}'>";
147
+
148
  $this->get_list_html( $tree, $taxonomy, $query_type, $display_type, $instance, $terms_type_list, $current_term, $args, $is_child_class, $is_parent_class, $is_chosen_class, 0, $filter_term_field );
149
 
150
  echo "</ul>";
151
  }
152
  elseif ( $display_type == 'select' ) {
153
+ $dropdown_label = apply_filters( 'yith_wcan_dropdown_label', __( 'Filters:', 'yith-woocommerce-ajax-navigation' ), $this, $instance );
154
  ?>
155
 
156
  <a class="yit-wcan-select-open" href="#"><?php echo apply_filters( 'yith_wcan_dropdown_default_label', $dropdown_label ) ?></a>
574
  $link = esc_url( urldecode( apply_filters( 'woocommerce_layered_nav_link', $link ) ) );
575
  $term_id = yit_wcan_localize_terms( $term->term_id, $taxonomy );
576
 
577
+ $color = '';
578
+
579
+ if( ! empty( $instance['colors'][$term_id] ) ){
580
+ $color = $instance['colors'][$term_id];
581
+ }
582
+
583
+ elseif( function_exists( 'ywccl_get_term_meta' ) && ! empty( $wc_product_attributes[ $term->taxonomy ]->attribute_type ) && 'colorpicker' == $wc_product_attributes[ $term->taxonomy ]->attribute_type ) {
584
+ $colors = ywccl_get_term_meta( $term->term_id, $term->taxonomy . '_yith_wccl_value' );
585
+ if( ! empty( $colors ) ){
586
+ $colors = explode( ',', $colors );
587
+ $color = $colors[0];
588
+ }
589
+ }
590
+
591
+ if ( $color ) {
592
+ $li_style = apply_filters( "{$this->id}-li_style", 'background-color:' . $color . ';', $instance );
593
 
594
  echo '<li ' . $class . '>';
595
 
1263
 
1264
  else {
1265
  $to_print = apply_filters( 'yith_wcan_show_no_products_attributes', ( ! $filter_by_tags_hierarchical && $query_type != 'and' ), $count, $term );
1266
+ $class = apply_filters( 'yith_wcan_list_type_empty_filter_class', $class );
1267
 
1268
  $to_print && printf( '<li %s><span>%s</span>', $class, $term->name );
1269
  $li_printed = true;
widgets/class.yith-wcan-reset-navigation-widget.php CHANGED
@@ -54,17 +54,7 @@ if ( ! class_exists( 'YITH_WCAN_Reset_Navigation_Widget' ) ) {
54
 
55
  //clean the url
56
  if( ! isset( $_GET['source_id'] ) ){
57
- //$link = yit_curPageURL();
58
- if( is_product_taxonomy() ){
59
- $queried_object = get_queried_object();
60
- $slug = $queried_object->slug;
61
- $taxonomy = $queried_object->taxonomy;
62
- $link = get_term_link( $slug, $taxonomy );
63
- }
64
-
65
- else {
66
- $link = get_post_type_archive_link( 'product' );//yit_get_woocommerce_layered_nav_link();
67
- }
68
 
69
  foreach ( (array) $_chosen_attributes as $taxonomy => $data ) {
70
  $taxonomy_filter = str_replace( 'pa_', '', $taxonomy );
@@ -76,7 +66,7 @@ if ( ! class_exists( 'YITH_WCAN_Reset_Navigation_Widget' ) ) {
76
 
77
  else{
78
  //Start filter from Product category Page
79
- $term = get_term_by( 'term_id', $_GET['source_id'], $_GET['source_tax'] );
80
 
81
  if( $term instanceof WP_Term ){
82
  $link = get_term_link( $term, $term->taxonomy );
54
 
55
  //clean the url
56
  if( ! isset( $_GET['source_id'] ) ){
57
+ $link = get_post_type_archive_link( 'product' ); //yit_get_woocommerce_layered_nav_link();
 
 
 
 
 
 
 
 
 
 
58
 
59
  foreach ( (array) $_chosen_attributes as $taxonomy => $data ) {
60
  $taxonomy_filter = str_replace( 'pa_', '', $taxonomy );
66
 
67
  else{
68
  //Start filter from Product category Page
69
+ $term = get_term_by( YITH_WCAN()->filter_term_field, $_GET['source_id'], $_GET['source_tax'] );
70
 
71
  if( $term instanceof WP_Term ){
72
  $link = get_term_link( $term, $term->taxonomy );