YITH WooCommerce Wishlist - Version 2.0.12

Version Description

  • Added: method to count all products in wishlist
  • Tweak: Added wishlist js handling on 'yith_wcwl_init' triggered on document
  • Tweak: Performance improved with new plugin core 2.0
  • Fixed: occasional fatal error for users with outdated version of plugin-fw on their theme
Download this release

Release Info

Developer yithemes
Plugin Icon 128x128 YITH WooCommerce Wishlist
Version 2.0.12
Comparing to
See all releases

Code changes from version 2.0.11 to 2.0.12

Files changed (55) hide show
  1. README.txt +13 -7
  2. assets/js/jquery.yith-wcwl.js +19 -20
  3. assets/js/unminified/jquery.yith-wcwl.js +114 -105
  4. includes/class.yith-wcwl-admin-init.php +1 -1
  5. includes/class.yith-wcwl.php +33 -5
  6. init.php +5 -1
  7. languages/yith-woocommerce-wishlist-de_DE.mo +0 -0
  8. languages/yith-woocommerce-wishlist-de_DE.po +26 -27
  9. languages/yith-woocommerce-wishlist-es_AR.mo +0 -0
  10. languages/yith-woocommerce-wishlist-es_AR.po +26 -27
  11. languages/yith-woocommerce-wishlist-es_ES.mo +0 -0
  12. languages/yith-woocommerce-wishlist-es_ES.po +26 -27
  13. languages/yith-woocommerce-wishlist-es_MX.mo +0 -0
  14. languages/yith-woocommerce-wishlist-es_MX.po +26 -27
  15. languages/yith-woocommerce-wishlist-fa_IR.mo +0 -0
  16. languages/yith-woocommerce-wishlist-fa_IR.po +26 -27
  17. languages/yith-woocommerce-wishlist-fr_FR.mo +0 -0
  18. languages/yith-woocommerce-wishlist-fr_FR.po +26 -27
  19. languages/yith-woocommerce-wishlist-he_IL.mo +0 -0
  20. languages/yith-woocommerce-wishlist-he_IL.po +26 -27
  21. languages/yith-woocommerce-wishlist-it_IT.mo +0 -0
  22. languages/yith-woocommerce-wishlist-it_IT.po +128 -49
  23. languages/yith-woocommerce-wishlist-pl_PL.mo +0 -0
  24. languages/yith-woocommerce-wishlist-pl_PL.po +26 -27
  25. languages/yith-woocommerce-wishlist-pt_BR.mo +0 -0
  26. languages/yith-woocommerce-wishlist-pt_BR.po +26 -27
  27. languages/yith-woocommerce-wishlist-pt_PT.mo +0 -0
  28. languages/yith-woocommerce-wishlist-pt_PT.po +26 -27
  29. languages/yith-woocommerce-wishlist-ru_RU.mo +0 -0
  30. languages/yith-woocommerce-wishlist-ru_RU.po +26 -27
  31. languages/yith-woocommerce-wishlist-sv_SE.mo +0 -0
  32. languages/yith-woocommerce-wishlist-sv_SE.po +26 -27
  33. languages/yith-woocommerce-wishlist-tr_TR.mo +0 -0
  34. languages/yith-woocommerce-wishlist-tr_TR.po +26 -27
  35. languages/yith-woocommerce-wishlist-uk_UA.mo +0 -0
  36. languages/yith-woocommerce-wishlist-uk_UA.po +26 -27
  37. languages/yith-woocommerce-wishlist-zh_CN.mo +0 -0
  38. languages/yith-woocommerce-wishlist-zh_CN.po +26 -27
  39. languages/yith-woocommerce-wishlist-zh_TW.mo +0 -0
  40. languages/yith-woocommerce-wishlist-zh_TW.po +26 -27
  41. languages/yith-woocommerce-wishlist.pot +25 -26
  42. plugin-fw/assets/js/yit-plugin-panel.js +6 -0
  43. plugin-fw/assets/js/yit-plugin-panel.min.js +1 -10
  44. plugin-fw/init.php +59 -0
  45. plugin-fw/lib/yit-metabox.php +0 -2
  46. plugin-fw/lib/yit-plugin-panel-wc.php +16 -3
  47. plugin-fw/lib/yit-plugin-panel.php +13 -18
  48. plugin-fw/lib/yit-upgrade.php +21 -2
  49. plugin-fw/licence/lib/yit-licence.php +1 -1
  50. plugin-fw/licence/lib/yit-plugin-licence.php +0 -2
  51. plugin-fw/licence/lib/yit-theme-licence.php +0 -2
  52. plugin-fw/templates/panel/woocommerce/woocommerce-upload.php +14 -7
  53. plugin-fw/yit-plugin.php +4 -16
  54. templates/admin/wishlist-panel-premium.php +1 -1
  55. templates/wishlist-view.php +2 -1
README.txt CHANGED
@@ -4,7 +4,7 @@ Contributors: yithemes
4
  Tags: wishlist, woocommerce, products, themes, yit, e-commerce, shop, ecommerce wishlist, yith, woocommerce wishlist, woocommerce 2.3 ready, shop wishlist
5
  Requires at least: 4.0
6
  Tested up to: 4.3.1
7
- Stable tag: 2.0.11
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -105,6 +105,13 @@ you should ask theme developers to update custom templates and replace the old t
105
 
106
  == Changelog ==
107
 
 
 
 
 
 
 
 
108
  = 2.0.11 =
109
 
110
  * Added: spanish translation (thanks to Arman S.)
@@ -333,10 +340,9 @@ Full documentation is available [here](http://yithemes.com/docs-plugins/yith-woo
333
 
334
  == Upgrade notice ==
335
 
336
- = 2.0.11 =
337
 
338
- * Added: spanish translation (thanks to Arman S.)
339
- * Added: polish translation (thanks to Roan)
340
- * Added: swedish translation (thanks to Lallex)
341
- * Updated: changed text domain from yit to yith-woocommerce-wishlist
342
- * Updated: changed all language file for the new text domain
4
  Tags: wishlist, woocommerce, products, themes, yit, e-commerce, shop, ecommerce wishlist, yith, woocommerce wishlist, woocommerce 2.3 ready, shop wishlist
5
  Requires at least: 4.0
6
  Tested up to: 4.3.1
7
+ Stable tag: 2.0.12
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
105
 
106
  == Changelog ==
107
 
108
+ = 2.0.12 =
109
+
110
+ * Added: method to count all products in wishlist
111
+ * Tweak: Added wishlist js handling on 'yith_wcwl_init' triggered on document
112
+ * Tweak: Performance improved with new plugin core 2.0
113
+ * Fixed: occasional fatal error for users with outdated version of plugin-fw on their theme
114
+
115
  = 2.0.11 =
116
 
117
  * Added: spanish translation (thanks to Arman S.)
340
 
341
  == Upgrade notice ==
342
 
343
+ = 2.0.12 =
344
 
345
+ * Added: method to count all products in wishlist
346
+ * Tweak: Added wishlist js handling on 'yith_wcwl_init' triggered on document
347
+ * Tweak: Performance improved with new plugin core 2.0
348
+ * Fixed: occasional fatal error for users with outdated version of plugin-fw on their theme
 
assets/js/jquery.yith-wcwl.js CHANGED
@@ -1,20 +1,19 @@
1
- jQuery(document).ready(function(b){function l(){"undefined"!=typeof b.prettyPhoto&&b('a[data-rel="prettyPhoto[ask_an_estimate]"]').prettyPhoto({hook:"data-rel",social_tools:!1,theme:"pp_woocommerce",horizontal_padding:20,opacity:.8,deeplinking:!1});f.off("change");f=b('.wishlist_table tbody input[type="checkbox"]');"undefined"!=typeof b.fn.selectBox&&b("select.selectBox").selectBox();g()}function r(a){var c=a.data("product-id"),d=b(".add-to-wishlist-"+c),c={add_to_wishlist:c,product_type:a.data("product-type"),
2
- action:yith_wcwl_l10n.actions.add_to_wishlist_action};if(yith_wcwl_l10n.multi_wishlist&&yith_wcwl_l10n.is_user_logged_in){var e=a.parents(".yith-wcwl-popup-footer").prev(".yith-wcwl-popup-content"),m=e.find(".wishlist-select"),f=e.find(".wishlist-name"),e=e.find(".wishlist-visibility");c.wishlist_id=m.val();c.wishlist_name=f.val();c.wishlist_visibility=e.val()}p()?b.ajax({type:"POST",url:yith_wcwl_l10n.ajax_url,data:c,dataType:"json",beforeSend:function(){a.siblings(".ajax-loading").css("visibility",
3
- "visible")},complete:function(){a.siblings(".ajax-loading").css("visibility","hidden")},success:function(a){var c=b("#yith-wcwl-popup-message"),e=a.result,f=a.message;if(yith_wcwl_l10n.multi_wishlist&&yith_wcwl_l10n.is_user_logged_in){var m=b("select.wishlist-select");"undefined"!=typeof b.prettyPhoto&&b.prettyPhoto.close();m.each(function(c){c=b(this);var d=c.find("option"),d=d.slice(1,d.length-1);d.remove();if("undefined"!=typeof a.user_wishlists)for(d in d=0,a.user_wishlists)"1"!=a.user_wishlists[d].is_default&&
4
- b("<option>").val(a.user_wishlists[d].ID).html(a.user_wishlists[d].wishlist_name).insertBefore(c.find("option:last-child"))})}b("#yith-wcwl-message").html(f);c.css("margin-left","-"+b(c).width()+"px").fadeIn();window.setTimeout(function(){c.fadeOut()},2E3);"true"==e?((!yith_wcwl_l10n.multi_wishlist||!yith_wcwl_l10n.is_user_logged_in||yith_wcwl_l10n.multi_wishlist&&yith_wcwl_l10n.is_user_logged_in&&yith_wcwl_l10n.hide_add_button)&&d.find(".yith-wcwl-add-button").hide().removeClass("show").addClass("hide"),
5
- d.find(".yith-wcwl-wishlistexistsbrowse").hide().removeClass("show").addClass("hide").find("a").attr("href",a.wishlist_url),d.find(".yith-wcwl-wishlistaddedbrowse").show().removeClass("hide").addClass("show").find("a").attr("href",a.wishlist_url)):"exists"==e?((!yith_wcwl_l10n.multi_wishlist||!yith_wcwl_l10n.is_user_logged_in||yith_wcwl_l10n.multi_wishlist&&yith_wcwl_l10n.is_user_logged_in&&yith_wcwl_l10n.hide_add_button)&&d.find(".yith-wcwl-add-button").hide().removeClass("show").addClass("hide"),
6
- d.find(".yith-wcwl-wishlistexistsbrowse").show().removeClass("hide").addClass("show").find("a").attr("href",a.wishlist_url),d.find(".yith-wcwl-wishlistaddedbrowse").hide().removeClass("show").addClass("hide").find("a").attr("href",a.wishlist_url)):(d.find(".yith-wcwl-add-button").show().removeClass("hide").addClass("show"),d.find(".yith-wcwl-wishlistexistsbrowse").hide().removeClass("show").addClass("hide"),d.find(".yith-wcwl-wishlistaddedbrowse").hide().removeClass("show").addClass("hide"));b("body").trigger("added_to_wishlist")}}):
7
- alert(yith_wcwl_l10n.labels.cookie_disabled)}function t(a){var c=a.parents(".cart.wishlist_table"),d=c.data("pagination"),e=c.data("per-page"),f=c.data("page");a=a.parents("tr");c.find(".pagination-row");a=a.data("row-id");var n=c.data("id"),h=c.data("token"),d={action:yith_wcwl_l10n.actions.remove_from_wishlist_action,remove_from_wishlist:a,pagination:d,per_page:e,current_page:f,wishlist_id:n,wishlist_token:h};b("#yith-wcwl-message").html("&nbsp;");"undefined"!=typeof b.fn.block&&c.fadeTo("400",
8
- "0.6").block({message:null,overlayCSS:{background:"transparent url("+yith_wcwl_l10n.ajax_loader_url+") no-repeat center",backgroundSize:"16px 16px",opacity:.6}});b("#yith-wcwl-form").load(yith_wcwl_l10n.ajax_url+" #yith-wcwl-form",d,function(){"undefined"!=typeof b.fn.unblock&&c.stop(!0).css("opacity","1").unblock();l();b("body").trigger("removed_from_wishlist")})}function u(a,c){var d=a.data("product-id"),e=b(document).find(".cart.wishlist_table"),f=e.data("pagination"),n=e.data("per-page"),h=e.data("id"),
9
- g=e.data("token"),d={action:yith_wcwl_l10n.actions.reload_wishlist_and_adding_elem_action,pagination:f,per_page:n,wishlist_id:h,wishlist_token:g,add_to_wishlist:d,product_type:a.data("product-type")};p()?b.ajax({type:"POST",url:yith_wcwl_l10n.ajax_url,data:d,dataType:"html",beforeSend:function(){"undefined"!=typeof b.fn.block&&e.fadeTo("400","0.6").block({message:null,overlayCSS:{background:"transparent url("+yith_wcwl_l10n.ajax_loader_url+") no-repeat center",backgroundSize:"16px 16px",opacity:.6}})},
10
- success:function(a){a=b(a).find("#yith-wcwl-form");c.replaceWith(a);l()}}):alert(yith_wcwl_l10n.labels.cookie_disabled)}function v(a){var c=a.parents(".cart.wishlist_table"),d=c.data("token"),e=c.data("id"),f=a.parents("tr").data("row-id");a=a.val();var g=c.data("pagination"),h=c.data("per-page"),k=c.data("page"),d={action:yith_wcwl_l10n.actions.move_to_another_wishlist_action,wishlist_token:d,wishlist_id:e,destination_wishlist_token:a,item_id:f,pagination:g,per_page:h,current_page:k};""!=a&&("undefined"!=
11
- typeof b.fn.block&&c.fadeTo("400","0.6").block({message:null,overlayCSS:{background:"transparent url("+yith_wcwl_l10n.ajax_loader_url+") no-repeat center",backgroundSize:"16px 16px",opacity:.6}}),b("#yith-wcwl-form").load(yith_wcwl_l10n.ajax_url+" #yith-wcwl-form",d,function(){"undefined"!=typeof b.fn.unblock&&c.stop(!0).css("opacity","1").unblock();l();b("body").trigger("moved_to_another_wishlist")}))}function q(a){var c=b(this);a.preventDefault();c.parents(".wishlist-title").next().show();c.parents(".wishlist-title").hide()}
12
- function p(){if(navigator.cookieEnabled)return!0;document.cookie="cookietest=1";var a=-1!=document.cookie.indexOf("cookietest=");document.cookie="cookietest=1; expires=Thu, 01-Jan-1970 00:00:01 GMT";return a}function g(){f.on("change",function(){var a="",c=b(this).parents(".cart.wishlist_table"),d=c.data("id"),c=c.data("token"),e=document.URL;f.filter(":checked").each(function(){var c=b(this);a+=0!=a.length?",":"";a+=c.parents("tr").data("row-id")});e=k(e,"wishlist_products_to_add_to_cart",a);e=k(e,
13
- "wishlist_token",c);e=k(e,"wishlist_id",d);b("#custom_add_to_cart").attr("href",e)})}function k(a,b,d){d=b+"="+d;a=a.replace(new RegExp("(&|\\?)"+b+"=[^&]*"),"$1"+d);-1<a.indexOf(b+"=")||(a=-1<a.indexOf("?")?a+("&"+d):a+("?"+d));return a}var w="undefined"!==typeof wc_add_to_cart_params?wc_add_to_cart_params.cart_redirect_after_add:"",f=b('.wishlist_table tbody input[type="checkbox"]:not(:disabled)');b(document).on("click",".add_to_wishlist",function(a){var c=b(this);a.preventDefault();r(c);return!1});
14
- b(document).on("click",".remove_from_wishlist",function(a){var c=b(this);a.preventDefault();t(c);return!1});b(document).on("adding_to_cart","body",function(a,b,d){0!=b.closest(".wishlist_table").length&&(d.remove_from_wishlist_after_add_to_cart=b.closest("tr").data("row-id"),d.wishlist_id=b.closest("table").data("id"),wc_add_to_cart_params.cart_redirect_after_add=yith_wcwl_l10n.redirect_to_cart)});b(document).on("added_to_cart","body",function(a){wc_add_to_cart_params.cart_redirect_after_add=w;a=
15
- b(".wishlist_table");a.find(".added").removeClass("added");a.find(".added_to_cart").remove()});b(document).on("added_to_cart","body",function(){var a=b(".woocommerce-message");0==a.length?b("#yith-wcwl-form").prepend(yith_wcwl_l10n.labels.added_to_cart_message):a.fadeOut(300,function(){b(this).replaceWith(yith_wcwl_l10n.labels.added_to_cart_message).fadeIn()})});b(document).on("cart_page_refreshed","body",l);b(document).on("click",".show-title-form",q);b(document).on("click",".wishlist-title-with-form h2",
16
- q);b(document).on("click",".hide-title-form",function(a){var c=b(this);a.preventDefault();c.parents(".hidden-title-form").hide();c.parents(".hidden-title-form").prev().show()});b(document).on("change",".change-wishlist",function(a){a=b(this);v(a);return!1});b(document).on("change",".yith-wcwl-popup-content .wishlist-select",function(a){a=b(this);"new"==a.val()?a.parents(".yith-wcwl-first-row").next(".yith-wcwl-second-row").css("display","table-row"):a.parents(".yith-wcwl-first-row").next(".yith-wcwl-second-row").hide()});
17
- b(document).on("change","#bulk_add_to_cart",function(){b(this).is(":checked")?f.attr("checked","checked").change():f.removeAttr("checked").change()});b(document).on("click","#custom_add_to_cart",function(a){var c=b(this),d=c.parents(".cart.wishlist_table");yith_wcwl_l10n.ajax_add_to_cart_enabled&&(a.preventDefault(),"undefined"!=typeof b.fn.block&&d.fadeTo("400","0.6").block({message:null,overlayCSS:{background:"transparent url("+yith_wcwl_l10n.ajax_loader_url+") no-repeat center",backgroundSize:"16px 16px",
18
- opacity:.6}}),b("#yith-wcwl-form").load(yith_wcwl_l10n.ajax_url+c.attr("href")+" #yith-wcwl-form",{action:yith_wcwl_l10n.actions.bulk_add_to_cart_action},function(){"undefined"!=typeof b.fn.unblock&&d.stop(!0).css("opacity","1").unblock();"undefined"!=typeof b.prettyPhoto&&b('a[data-rel="prettyPhoto[ask_an_estimate]"]').prettyPhoto({hook:"data-rel",social_tools:!1,theme:"pp_woocommerce",horizontal_padding:20,opacity:.8,deeplinking:!1});f.off("change");f=b('.wishlist_table tbody input[type="checkbox"]');
19
- "undefined"!=typeof b.fn.selectBox&&b("select.selectBox").selectBox();g()}))});(function(){if(0!=b(".yith-wcwl-add-to-wishlist").length&&0==b("#yith-wcwl-popup-message").length){var a=b("<div>").attr("id","yith-wcwl-message"),a=b("<div>").attr("id","yith-wcwl-popup-message").html(a).hide();b("body").prepend(a)}})();g();"undefined"!=typeof b.fn.selectBox&&b("select.selectBox").selectBox();b(".yith-wfbt-add-wishlist").on("click",function(a){a.preventDefault();a=b(this);var c=b("#yith-wcwl-form");b("html, body").animate({scrollTop:c.offset().top},
20
- 500);u(a,c)})});
1
+ jQuery(document).ready(function(b){function l(){"undefined"!=typeof b.prettyPhoto&&b('a[data-rel="prettyPhoto[ask_an_estimate]"]').prettyPhoto({hook:"data-rel",social_tools:!1,theme:"pp_woocommerce",horizontal_padding:20,opacity:.8,deeplinking:!1});h.off("change");h=b('.wishlist_table tbody input[type="checkbox"]');"undefined"!=typeof b.fn.selectBox&&b("select.selectBox").selectBox();k()}function r(){var a=b(".woocommerce-message");0==a.length?b("#yith-wcwl-form").prepend(yith_wcwl_l10n.labels.added_to_cart_message):
2
+ a.fadeOut(300,function(){b(this).replaceWith(yith_wcwl_l10n.labels.added_to_cart_message).fadeIn()})}function t(a){var c=a.data("product-id"),d=b(".add-to-wishlist-"+c),c={add_to_wishlist:c,product_type:a.data("product-type"),action:yith_wcwl_l10n.actions.add_to_wishlist_action};if(yith_wcwl_l10n.multi_wishlist&&yith_wcwl_l10n.is_user_logged_in){var e=a.parents(".yith-wcwl-popup-footer").prev(".yith-wcwl-popup-content"),f=e.find(".wishlist-select"),g=e.find(".wishlist-name"),e=e.find(".wishlist-visibility");
3
+ c.wishlist_id=f.val();c.wishlist_name=g.val();c.wishlist_visibility=e.val()}p()?b.ajax({type:"POST",url:yith_wcwl_l10n.ajax_url,data:c,dataType:"json",beforeSend:function(){a.siblings(".ajax-loading").css("visibility","visible")},complete:function(){a.siblings(".ajax-loading").css("visibility","hidden")},success:function(a){var c=b("#yith-wcwl-popup-message"),e=a.result,f=a.message;if(yith_wcwl_l10n.multi_wishlist&&yith_wcwl_l10n.is_user_logged_in){var g=b("select.wishlist-select");"undefined"!=typeof b.prettyPhoto&&
4
+ b.prettyPhoto.close();g.each(function(d){d=b(this);var c=d.find("option"),c=c.slice(1,c.length-1);c.remove();if("undefined"!=typeof a.user_wishlists)for(c in c=0,a.user_wishlists)"1"!=a.user_wishlists[c].is_default&&b("<option>").val(a.user_wishlists[c].ID).html(a.user_wishlists[c].wishlist_name).insertBefore(d.find("option:last-child"))})}b("#yith-wcwl-message").html(f);c.css("margin-left","-"+b(c).width()+"px").fadeIn();window.setTimeout(function(){c.fadeOut()},2E3);"true"==e?((!yith_wcwl_l10n.multi_wishlist||
5
+ !yith_wcwl_l10n.is_user_logged_in||yith_wcwl_l10n.multi_wishlist&&yith_wcwl_l10n.is_user_logged_in&&yith_wcwl_l10n.hide_add_button)&&d.find(".yith-wcwl-add-button").hide().removeClass("show").addClass("hide"),d.find(".yith-wcwl-wishlistexistsbrowse").hide().removeClass("show").addClass("hide").find("a").attr("href",a.wishlist_url),d.find(".yith-wcwl-wishlistaddedbrowse").show().removeClass("hide").addClass("show").find("a").attr("href",a.wishlist_url)):"exists"==e?((!yith_wcwl_l10n.multi_wishlist||
6
+ !yith_wcwl_l10n.is_user_logged_in||yith_wcwl_l10n.multi_wishlist&&yith_wcwl_l10n.is_user_logged_in&&yith_wcwl_l10n.hide_add_button)&&d.find(".yith-wcwl-add-button").hide().removeClass("show").addClass("hide"),d.find(".yith-wcwl-wishlistexistsbrowse").show().removeClass("hide").addClass("show").find("a").attr("href",a.wishlist_url),d.find(".yith-wcwl-wishlistaddedbrowse").hide().removeClass("show").addClass("hide").find("a").attr("href",a.wishlist_url)):(d.find(".yith-wcwl-add-button").show().removeClass("hide").addClass("show"),
7
+ d.find(".yith-wcwl-wishlistexistsbrowse").hide().removeClass("show").addClass("hide"),d.find(".yith-wcwl-wishlistaddedbrowse").hide().removeClass("show").addClass("hide"));b("body").trigger("added_to_wishlist")}}):alert(yith_wcwl_l10n.labels.cookie_disabled)}function u(a){var c=a.parents(".cart.wishlist_table"),d=c.data("pagination"),e=c.data("per-page"),f=c.data("page");a=a.parents("tr");c.find(".pagination-row");a=a.data("row-id");var g=c.data("id"),m=c.data("token"),d={action:yith_wcwl_l10n.actions.remove_from_wishlist_action,
8
+ remove_from_wishlist:a,pagination:d,per_page:e,current_page:f,wishlist_id:g,wishlist_token:m};b("#yith-wcwl-message").html("&nbsp;");"undefined"!=typeof b.fn.block&&c.fadeTo("400","0.6").block({message:null,overlayCSS:{background:"transparent url("+yith_wcwl_l10n.ajax_loader_url+") no-repeat center",backgroundSize:"16px 16px",opacity:.6}});b("#yith-wcwl-form").load(yith_wcwl_l10n.ajax_url+" #yith-wcwl-form",d,function(){"undefined"!=typeof b.fn.unblock&&c.stop(!0).css("opacity","1").unblock();l();
9
+ b("body").trigger("removed_from_wishlist")})}function v(a,c){var d=a.data("product-id"),e=b(document).find(".cart.wishlist_table"),f=e.data("pagination"),g=e.data("per-page"),m=e.data("id"),h=e.data("token"),d={action:yith_wcwl_l10n.actions.reload_wishlist_and_adding_elem_action,pagination:f,per_page:g,wishlist_id:m,wishlist_token:h,add_to_wishlist:d,product_type:a.data("product-type")};p()?b.ajax({type:"POST",url:yith_wcwl_l10n.ajax_url,data:d,dataType:"html",beforeSend:function(){"undefined"!=typeof b.fn.block&&
10
+ e.fadeTo("400","0.6").block({message:null,overlayCSS:{background:"transparent url("+yith_wcwl_l10n.ajax_loader_url+") no-repeat center",backgroundSize:"16px 16px",opacity:.6}})},success:function(a){a=b(a).find("#yith-wcwl-form");c.replaceWith(a);l()}}):alert(yith_wcwl_l10n.labels.cookie_disabled)}function w(a){var c=a.parents(".cart.wishlist_table"),d=c.data("token"),e=c.data("id"),f=a.parents("tr").data("row-id");a=a.val();var g=c.data("pagination"),h=c.data("per-page"),k=c.data("page"),d={action:yith_wcwl_l10n.actions.move_to_another_wishlist_action,
11
+ wishlist_token:d,wishlist_id:e,destination_wishlist_token:a,item_id:f,pagination:g,per_page:h,current_page:k};""!=a&&("undefined"!=typeof b.fn.block&&c.fadeTo("400","0.6").block({message:null,overlayCSS:{background:"transparent url("+yith_wcwl_l10n.ajax_loader_url+") no-repeat center",backgroundSize:"16px 16px",opacity:.6}}),b("#yith-wcwl-form").load(yith_wcwl_l10n.ajax_url+" #yith-wcwl-form",d,function(){"undefined"!=typeof b.fn.unblock&&c.stop(!0).css("opacity","1").unblock();l();b("body").trigger("moved_to_another_wishlist")}))}
12
+ function q(a){var c=b(this);a.preventDefault();c.parents(".wishlist-title").next().show();c.parents(".wishlist-title").hide()}function x(a){var c=b(this);a.preventDefault();c.parents(".hidden-title-form").hide();c.parents(".hidden-title-form").prev().show()}function p(){if(navigator.cookieEnabled)return!0;document.cookie="cookietest=1";var a=-1!=document.cookie.indexOf("cookietest=");document.cookie="cookietest=1; expires=Thu, 01-Jan-1970 00:00:01 GMT";return a}function y(){if(0!=b(".yith-wcwl-add-to-wishlist").length&&
13
+ 0==b("#yith-wcwl-popup-message").length){var a=b("<div>").attr("id","yith-wcwl-message"),a=b("<div>").attr("id","yith-wcwl-popup-message").html(a).hide();b("body").prepend(a)}}function k(){h.on("change",function(){var a="",c=b(this).parents(".cart.wishlist_table"),d=c.data("id"),c=c.data("token"),e=document.URL;h.filter(":checked").each(function(){var c=b(this);a+=0!=a.length?",":"";a+=c.parents("tr").data("row-id")});e=n(e,"wishlist_products_to_add_to_cart",a);e=n(e,"wishlist_token",c);e=n(e,"wishlist_id",
14
+ d);b("#custom_add_to_cart").attr("href",e)})}function n(a,b,d){d=b+"="+d;a=a.replace(new RegExp("(&|\\?)"+b+"=[^&]*"),"$1"+d);-1<a.indexOf(b+"=")||(a=-1<a.indexOf("?")?a+("&"+d):a+("?"+d));return a}var z="undefined"!==typeof wc_add_to_cart_params?wc_add_to_cart_params.cart_redirect_after_add:"",h=b('.wishlist_table tbody input[type="checkbox"]:not(:disabled)');b(document).on("yith_wcwl_init",function(){var a=b(this),c=b('.wishlist_table tbody input[type="checkbox"]:not(:disabled)');a.on("click",".add_to_wishlist",
15
+ function(a){var c=b(this);a.preventDefault();t(c);return!1});a.on("click",".remove_from_wishlist",function(a){var c=b(this);a.preventDefault();u(c);return!1});a.on("adding_to_cart","body",function(a,b,c){0!=b.closest(".wishlist_table").length&&(c.remove_from_wishlist_after_add_to_cart=b.closest("tr").data("row-id"),c.wishlist_id=b.closest("table").data("id"),wc_add_to_cart_params.cart_redirect_after_add=yith_wcwl_l10n.redirect_to_cart)});a.on("added_to_cart","body",function(a){wc_add_to_cart_params.cart_redirect_after_add=
16
+ z;a=b(".wishlist_table");a.find(".added").removeClass("added");a.find(".added_to_cart").remove()});a.on("added_to_cart","body",r);a.on("cart_page_refreshed","body",l);a.on("click",".show-title-form",q);a.on("click",".wishlist-title-with-form h2",q);a.on("click",".hide-title-form",x);a.on("change",".change-wishlist",function(a){a=b(this);w(a);return!1});a.on("change",".yith-wcwl-popup-content .wishlist-select",function(a){a=b(this);"new"==a.val()?a.parents(".yith-wcwl-first-row").next(".yith-wcwl-second-row").css("display",
17
+ "table-row"):a.parents(".yith-wcwl-first-row").next(".yith-wcwl-second-row").hide()});a.on("change","#bulk_add_to_cart",function(){b(this).is(":checked")?c.attr("checked","checked").change():c.removeAttr("checked").change()});a.on("click","#custom_add_to_cart",function(a){var e=b(this),f=e.parents(".cart.wishlist_table");yith_wcwl_l10n.ajax_add_to_cart_enabled&&(a.preventDefault(),"undefined"!=typeof b.fn.block&&f.fadeTo("400","0.6").block({message:null,overlayCSS:{background:"transparent url("+yith_wcwl_l10n.ajax_loader_url+
18
+ ") no-repeat center",backgroundSize:"16px 16px",opacity:.6}}),b("#yith-wcwl-form").load(yith_wcwl_l10n.ajax_url+e.attr("href")+" #yith-wcwl-form",{action:yith_wcwl_l10n.actions.bulk_add_to_cart_action},function(){"undefined"!=typeof b.fn.unblock&&f.stop(!0).css("opacity","1").unblock();"undefined"!=typeof b.prettyPhoto&&b('a[data-rel="prettyPhoto[ask_an_estimate]"]').prettyPhoto({hook:"data-rel",social_tools:!1,theme:"pp_woocommerce",horizontal_padding:20,opacity:.8,deeplinking:!1});c.off("change");
19
+ c=b('.wishlist_table tbody input[type="checkbox"]');"undefined"!=typeof b.fn.selectBox&&b("select.selectBox").selectBox();k()}))});a.on("click",".yith-wfbt-add-wishlist",function(a){a.preventDefault();a=b(this);var c=b("#yith-wcwl-form");b("html, body").animate({scrollTop:c.offset().top},500);v(a,c)});y();k()}).trigger("yith_wcwl_init");"undefined"!=typeof b.fn.selectBox&&b("select.selectBox").selectBox()});
 
assets/js/unminified/jquery.yith-wcwl.js CHANGED
@@ -4,134 +4,153 @@ jQuery( document ).ready( function( $ ){
4
  this_page = window.location.toString(),
5
  checkboxes = $( '.wishlist_table tbody input[type="checkbox"]:not(:disabled)');
6
 
7
- $(document).on( 'click', '.add_to_wishlist', function( ev ) {
8
- var t = $( this);
9
-
10
- ev.preventDefault();
11
-
12
- call_ajax_add_to_wishlist( t );
13
-
14
- return false;
15
- } );
16
 
17
- $(document).on( 'click', '.remove_from_wishlist', function( ev ){
18
- var t = $( this );
19
 
20
- ev.preventDefault();
21
 
22
- remove_item_from_wishlist( t );
23
 
24
- return false;
25
- } );
26
 
27
- $(document).on( 'adding_to_cart', 'body', function( ev, button, data ){
28
- if( button.closest( '.wishlist_table' ).length != 0 ){
29
- data.remove_from_wishlist_after_add_to_cart = button.closest( 'tr' ).data( 'row-id' );
30
- data.wishlist_id = button.closest( 'table' ).data( 'id' );
31
- wc_add_to_cart_params.cart_redirect_after_add = yith_wcwl_l10n.redirect_to_cart;
32
- }
33
- } );
34
 
35
- $(document).on( 'added_to_cart', 'body', function( ev ){
36
- wc_add_to_cart_params.cart_redirect_after_add = cart_redirect_after_add;
37
 
38
- var wishlist = $( '.wishlist_table');
39
 
40
- wishlist.find( '.added' ).removeClass( 'added' );
41
- wishlist.find( '.added_to_cart' ).remove();
42
- } );
43
 
44
- $(document).on( 'added_to_cart', 'body', print_add_to_cart_notice );
 
 
 
 
 
 
45
 
46
- $(document).on( 'cart_page_refreshed', 'body', init_handling_after_ajax );
 
47
 
48
- $(document).on( 'click', '.show-title-form', show_title_form );
49
 
50
- $(document).on( 'click', '.wishlist-title-with-form h2', show_title_form );
 
 
51
 
52
- $(document).on( 'click', '.hide-title-form', hide_title_form );
53
 
54
- $(document).on( 'change', '.change-wishlist', function( ev ){
55
- var t = $(this);
56
 
57
- move_item_to_another_wishlist( t );
58
 
59
- return false;
60
- } );
61
 
62
- $(document).on( 'change', '.yith-wcwl-popup-content .wishlist-select', function( ev ){
63
- var t = $(this);
64
 
65
- if( t.val() == 'new' ){
66
- t.parents( '.yith-wcwl-first-row' ).next( '.yith-wcwl-second-row' ).css( 'display', 'table-row' );
67
- }
68
- else{
69
- t.parents( '.yith-wcwl-first-row' ).next( '.yith-wcwl-second-row' ).hide();
70
- }
71
- } );
72
 
73
- $(document).on( 'change', '#bulk_add_to_cart', function(){
74
- var t = $(this);
75
 
76
- if( t.is( ':checked' ) ){
77
- checkboxes.attr( 'checked','checked').change();
78
- }
79
- else{
80
- checkboxes.removeAttr( 'checked').change();
81
- }
82
- } );
83
 
84
- $(document).on( 'click', '#custom_add_to_cart', function(ev){
85
- var t = $(this),
86
- table = t.parents( '.cart.wishlist_table' );
87
 
88
- if( ! yith_wcwl_l10n.ajax_add_to_cart_enabled ){
89
- return;
90
- }
 
 
 
 
91
 
92
- ev.preventDefault();
 
93
 
94
- if( typeof $.fn.block != 'undefined' ) {
95
- table.fadeTo('400', '0.6').block({message: null,
96
- overlayCSS : {
97
- background : 'transparent url(' + yith_wcwl_l10n.ajax_loader_url + ') no-repeat center',
98
- backgroundSize: '16px 16px',
99
- opacity : 0.6
100
- }
101
- });
102
- }
103
 
104
- $( '#yith-wcwl-form' ).load( yith_wcwl_l10n.ajax_url + t.attr( 'href' ) + ' #yith-wcwl-form', {action: yith_wcwl_l10n.actions.bulk_add_to_cart_action}, function(){
 
 
105
 
106
- if( typeof $.fn.unblock != 'undefined' ) {
107
- table.stop(true).css('opacity', '1').unblock();
108
  }
109
 
110
- if( typeof $.prettyPhoto != 'undefined' ) {
111
- $('a[data-rel="prettyPhoto[ask_an_estimate]"]').prettyPhoto({
112
- hook : 'data-rel',
113
- social_tools : false,
114
- theme : 'pp_woocommerce',
115
- horizontal_padding: 20,
116
- opacity : 0.8,
117
- deeplinking : false
 
118
  });
119
  }
120
 
121
- checkboxes.off('change');
122
- checkboxes = $( '.wishlist_table tbody input[type="checkbox"]');
123
 
124
- if( typeof $.fn.selectBox != 'undefined' ) {
125
- $('select.selectBox').selectBox();
126
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
127
 
128
- handle_wishlist_checkbox();
 
129
  } );
130
- } );
131
 
132
- add_wishlist_popup();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
133
 
134
- handle_wishlist_checkbox();
135
 
136
  /**
137
  * Adds selectbox where needed
@@ -169,7 +188,10 @@ jQuery( document ).ready( function( $ ){
169
  }
170
 
171
  /**
 
172
  *
 
 
173
  */
174
  function print_add_to_cart_notice(){
175
  var messages = $( '.woocommerce-message');
@@ -398,19 +420,6 @@ jQuery( document ).ready( function( $ ){
398
  });
399
  }
400
 
401
- $('.yith-wfbt-add-wishlist').on('click', function(e){
402
- e.preventDefault();
403
- var t = $(this),
404
- form = $( '#yith-wcwl-form' );
405
-
406
- $('html, body').animate({
407
- scrollTop: ( form.offset().top)
408
- },500);
409
-
410
- // ajax call
411
- reload_wishlist_and_adding_elem( t, form );
412
- });
413
-
414
  /**
415
  * Move item to another wishlist
416
  *
4
  this_page = window.location.toString(),
5
  checkboxes = $( '.wishlist_table tbody input[type="checkbox"]:not(:disabled)');
6
 
7
+ $(document).on( 'yith_wcwl_init', function(){
8
+ var t = $(this),
9
+ checkboxes = $( '.wishlist_table tbody input[type="checkbox"]:not(:disabled)');
 
 
 
 
 
 
10
 
11
+ t.on( 'click', '.add_to_wishlist', function( ev ) {
12
+ var t = $( this);
13
 
14
+ ev.preventDefault();
15
 
16
+ call_ajax_add_to_wishlist( t );
17
 
18
+ return false;
19
+ } );
20
 
21
+ t.on( 'click', '.remove_from_wishlist', function( ev ){
22
+ var t = $( this );
 
 
 
 
 
23
 
24
+ ev.preventDefault();
 
25
 
26
+ remove_item_from_wishlist( t );
27
 
28
+ return false;
29
+ } );
 
30
 
31
+ t.on( 'adding_to_cart', 'body', function( ev, button, data ){
32
+ if( button.closest( '.wishlist_table' ).length != 0 ){
33
+ data.remove_from_wishlist_after_add_to_cart = button.closest( 'tr' ).data( 'row-id' );
34
+ data.wishlist_id = button.closest( 'table' ).data( 'id' );
35
+ wc_add_to_cart_params.cart_redirect_after_add = yith_wcwl_l10n.redirect_to_cart;
36
+ }
37
+ } );
38
 
39
+ t.on( 'added_to_cart', 'body', function( ev ){
40
+ wc_add_to_cart_params.cart_redirect_after_add = cart_redirect_after_add;
41
 
42
+ var wishlist = $( '.wishlist_table');
43
 
44
+ wishlist.find( '.added' ).removeClass( 'added' );
45
+ wishlist.find( '.added_to_cart' ).remove();
46
+ } );
47
 
48
+ t.on( 'added_to_cart', 'body', print_add_to_cart_notice );
49
 
50
+ t.on( 'cart_page_refreshed', 'body', init_handling_after_ajax );
 
51
 
52
+ t.on( 'click', '.show-title-form', show_title_form );
53
 
54
+ t.on( 'click', '.wishlist-title-with-form h2', show_title_form );
 
55
 
56
+ t.on( 'click', '.hide-title-form', hide_title_form );
 
57
 
58
+ t.on( 'change', '.change-wishlist', function( ev ){
59
+ var t = $(this);
 
 
 
 
 
60
 
61
+ move_item_to_another_wishlist( t );
 
62
 
63
+ return false;
64
+ } );
 
 
 
 
 
65
 
66
+ t.on( 'change', '.yith-wcwl-popup-content .wishlist-select', function( ev ){
67
+ var t = $(this);
 
68
 
69
+ if( t.val() == 'new' ){
70
+ t.parents( '.yith-wcwl-first-row' ).next( '.yith-wcwl-second-row' ).css( 'display', 'table-row' );
71
+ }
72
+ else{
73
+ t.parents( '.yith-wcwl-first-row' ).next( '.yith-wcwl-second-row' ).hide();
74
+ }
75
+ } );
76
 
77
+ t.on( 'change', '#bulk_add_to_cart', function(){
78
+ var t = $(this);
79
 
80
+ if( t.is( ':checked' ) ){
81
+ checkboxes.attr( 'checked','checked').change();
82
+ }
83
+ else{
84
+ checkboxes.removeAttr( 'checked').change();
85
+ }
86
+ } );
 
 
87
 
88
+ t.on( 'click', '#custom_add_to_cart', function(ev){
89
+ var t = $(this),
90
+ table = t.parents( '.cart.wishlist_table' );
91
 
92
+ if( ! yith_wcwl_l10n.ajax_add_to_cart_enabled ){
93
+ return;
94
  }
95
 
96
+ ev.preventDefault();
97
+
98
+ if( typeof $.fn.block != 'undefined' ) {
99
+ table.fadeTo('400', '0.6').block({message: null,
100
+ overlayCSS : {
101
+ background : 'transparent url(' + yith_wcwl_l10n.ajax_loader_url + ') no-repeat center',
102
+ backgroundSize: '16px 16px',
103
+ opacity : 0.6
104
+ }
105
  });
106
  }
107
 
108
+ $( '#yith-wcwl-form' ).load( yith_wcwl_l10n.ajax_url + t.attr( 'href' ) + ' #yith-wcwl-form', {action: yith_wcwl_l10n.actions.bulk_add_to_cart_action}, function(){
 
109
 
110
+ if( typeof $.fn.unblock != 'undefined' ) {
111
+ table.stop(true).css('opacity', '1').unblock();
112
+ }
113
+
114
+ if( typeof $.prettyPhoto != 'undefined' ) {
115
+ $('a[data-rel="prettyPhoto[ask_an_estimate]"]').prettyPhoto({
116
+ hook : 'data-rel',
117
+ social_tools : false,
118
+ theme : 'pp_woocommerce',
119
+ horizontal_padding: 20,
120
+ opacity : 0.8,
121
+ deeplinking : false
122
+ });
123
+ }
124
+
125
+ checkboxes.off('change');
126
+ checkboxes = $( '.wishlist_table tbody input[type="checkbox"]');
127
+
128
+ if( typeof $.fn.selectBox != 'undefined' ) {
129
+ $('select.selectBox').selectBox();
130
+ }
131
 
132
+ handle_wishlist_checkbox();
133
+ } );
134
  } );
 
135
 
136
+ t.on('click', '.yith-wfbt-add-wishlist', function(e){
137
+ e.preventDefault();
138
+ var t = $(this),
139
+ form = $( '#yith-wcwl-form' );
140
+
141
+ $('html, body').animate({
142
+ scrollTop: ( form.offset().top)
143
+ },500);
144
+
145
+ // ajax call
146
+ reload_wishlist_and_adding_elem( t, form );
147
+ });
148
+
149
+ add_wishlist_popup();
150
+
151
+ handle_wishlist_checkbox();
152
 
153
+ } ).trigger('yith_wcwl_init');
154
 
155
  /**
156
  * Adds selectbox where needed
188
  }
189
 
190
  /**
191
+ * Print "Product added to cart" notice
192
  *
193
+ * @return void
194
+ * @since 2.0.11
195
  */
196
  function print_add_to_cart_notice(){
197
  var messages = $( '.woocommerce-message');
420
  });
421
  }
422
 
 
 
 
 
 
 
 
 
 
 
 
 
 
423
  /**
424
  * Move item to another wishlist
425
  *
includes/class.yith-wcwl-admin-init.php CHANGED
@@ -33,7 +33,7 @@ if ( ! class_exists( 'YITH_WCWL_Admin_Init' ) ) {
33
  * @var string
34
  * @since 1.0.0
35
  */
36
- public $version = '2.0.11';
37
 
38
  /**
39
  * Plugin database version
33
  * @var string
34
  * @since 1.0.0
35
  */
36
+ public $version = '2.0.12';
37
 
38
  /**
39
  * Plugin database version
includes/class.yith-wcwl.php CHANGED
@@ -86,7 +86,7 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
86
  $this->wcwl_admin_init = YITH_WCWL_Admin_Init();
87
  }
88
 
89
- add_action( 'after_setup_theme', array( $this, 'plugin_fw_loader' ), 1 );
90
 
91
  // add rewrite rule
92
  add_action( 'init', array( $this, 'add_rewrite_rules' ), 0 );
@@ -124,8 +124,12 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
124
  * @since 2.0.0
125
  */
126
  public function plugin_fw_loader() {
127
- if ( ! defined( 'YIT' ) || ! defined( 'YIT_CORE_PLUGIN' ) ) {
128
- require_once( YITH_WCWL_DIR . '/plugin-fw/yit-plugin.php' );
 
 
 
 
129
  }
130
  }
131
 
@@ -390,6 +394,32 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
390
  }
391
  }
392
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
393
  /**
394
  * Retrieve elements of the wishlist for a specific user
395
  *
@@ -1414,8 +1444,6 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
1414
 
1415
  return get_option( 'yith_wcwl_redirect_cart' ) == 'yes' ? WC()->cart->get_cart_url() : $this->get_wishlist_url();
1416
  }
1417
-
1418
-
1419
  }
1420
  }
1421
 
86
  $this->wcwl_admin_init = YITH_WCWL_Admin_Init();
87
  }
88
 
89
+ add_action( 'plugins_loaded', array( $this, 'plugin_fw_loader' ), 15 );
90
 
91
  // add rewrite rule
92
  add_action( 'init', array( $this, 'add_rewrite_rules' ), 0 );
124
  * @since 2.0.0
125
  */
126
  public function plugin_fw_loader() {
127
+ if ( ! defined( 'YIT_CORE_PLUGIN' ) ) {
128
+ global $plugin_fw_data;
129
+ if( ! empty( $plugin_fw_data ) ){
130
+ $plugin_fw_file = array_shift( $plugin_fw_data );
131
+ require_once( $plugin_fw_file );
132
+ }
133
  }
134
  }
135
 
394
  }
395
  }
396
 
397
+ /**
398
+ * Count all user items in wishlists
399
+ *
400
+ * @return int Count of items added all over wishlist from current user
401
+ * @since 2.0.12
402
+ */
403
+ public function count_all_products() {
404
+ global $wpdb;
405
+
406
+ if( is_user_logged_in() ) {
407
+ $sql = "SELECT COUNT(*) AS `cnt`
408
+ FROM `{$wpdb->yith_wcwl_items}` AS i
409
+ WHERE i.`user_id` = %d";
410
+
411
+ $query = $wpdb->prepare( $sql, get_current_user_id() );
412
+
413
+ $results = $wpdb->get_var( $query );
414
+ return $results;
415
+ }
416
+ else {
417
+ $cookie = yith_getcookie( 'yith_wcwl_products' );
418
+
419
+ return count( $cookie );
420
+ }
421
+ }
422
+
423
  /**
424
  * Retrieve elements of the wishlist for a specific user
425
  *
1444
 
1445
  return get_option( 'yith_wcwl_redirect_cart' ) == 'yes' ? WC()->cart->get_cart_url() : $this->get_wishlist_url();
1446
  }
 
 
1447
  }
1448
  }
1449
 
init.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: YITH WooCommerce Wishlist
4
  * Plugin URI: http://yithemes.com/themes/plugins/yith-woocommerce-wishlist/
5
  * Description: YITH WooCommerce Wishlist allows you to add Wishlist functionality to your e-commerce.
6
- * Version: 2.0.11
7
  * Author: Yithemes
8
  * Author URI: http://yithemes.com/
9
  * Text Domain: yith-woocommerce-wishlist
@@ -70,6 +70,10 @@ if ( ! defined( 'YITH_WCWL_FREE_INIT' ) ) {
70
  define( 'YITH_WCWL_FREE_INIT', plugin_basename( __FILE__ ) );
71
  }
72
 
 
 
 
 
73
  if( ! function_exists( 'yith_wishlist_constructor' ) ) {
74
  function yith_wishlist_constructor() {
75
 
3
  * Plugin Name: YITH WooCommerce Wishlist
4
  * Plugin URI: http://yithemes.com/themes/plugins/yith-woocommerce-wishlist/
5
  * Description: YITH WooCommerce Wishlist allows you to add Wishlist functionality to your e-commerce.
6
+ * Version: 2.0.12
7
  * Author: Yithemes
8
  * Author URI: http://yithemes.com/
9
  * Text Domain: yith-woocommerce-wishlist
70
  define( 'YITH_WCWL_FREE_INIT', plugin_basename( __FILE__ ) );
71
  }
72
 
73
+ /* Plugin Framework Version Check */
74
+ ! function_exists( 'yit_maybe_plugin_fw_loader' ) && require_once( YITH_WCWL_DIR . 'plugin-fw/init.php' );
75
+ yit_maybe_plugin_fw_loader( YITH_WCWL_DIR );
76
+
77
  if( ! function_exists( 'yith_wishlist_constructor' ) ) {
78
  function yith_wishlist_constructor() {
79
 
languages/yith-woocommerce-wishlist-de_DE.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-de_DE.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-09-18 17:52+0100\n"
6
- "PO-Revision-Date: 2015-09-18 17:52+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
9
  "Language: de_DE\n"
@@ -568,59 +568,59 @@ msgstr "Twitter"
568
  msgid "email"
569
  msgstr ""
570
 
571
- #: ../includes/class.yith-wcwl.php:207
572
  #, fuzzy
573
  msgid "An error occurred while adding products to the wishlist."
574
  msgstr ""
575
  "Es ist ein Fehler aufgetreten. Produkt konnte nicht auf die Wunschliste "
576
  "gesetzt werden."
577
 
578
- #: ../includes/class.yith-wcwl.php:292
579
  #, fuzzy
580
  msgid "An error occurred while adding products to wishlist."
581
  msgstr ""
582
  "Es ist ein Fehler aufgetreten. Produkt konnte nicht auf die Wunschliste "
583
  "gesetzt werden."
584
 
585
- #: ../includes/class.yith-wcwl.php:307
586
  msgid "The \"Remove\" option now does not require any parameter"
587
  msgstr ""
588
 
589
- #: ../includes/class.yith-wcwl.php:341
590
  #, fuzzy
591
  msgid "An error occurred while removing products from the wishlist"
592
  msgstr ""
593
  "Es ist ein Fehler aufgetreten. Das Produkt konnte nicht von der Wunschliste "
594
  "entfernt werden. "
595
 
596
- #: ../includes/class.yith-wcwl.php:619
597
  msgid "You need to log in before creating a new wishlist"
598
  msgstr ""
599
 
600
- #: ../includes/class.yith-wcwl.php:1329
601
  msgid "Product successfully removed."
602
  msgstr "Produkt wurde von der Wunschliste entfernt. "
603
 
604
- #: ../includes/class.yith-wcwl.php:1333
605
  msgid "Error. Unable to remove the product from the wishlist."
606
  msgstr ""
607
  "Fehlermeldung: Entfernen des Produkts von der Wunschliste nicht möglich. "
608
 
609
- #: ../includes/class.yith-wcwl.php:1337 ../templates/wishlist-view.php:260
610
  msgid "No products were added to the wishlist"
611
  msgstr "Es wurden keine Produkte auf die Wunschliste gesetzt"
612
 
613
- #: ../includes/class.yith-wcwl.php:1379
614
  msgid "An error as occurred."
615
  msgstr ""
616
 
617
- #: ../init.php:129
618
  msgid ""
619
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
620
  "WooCommerce in order to work."
621
  msgstr ""
622
 
623
- #: ../init.php:139
624
  msgid ""
625
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
626
  "are using the premium one."
@@ -750,8 +750,7 @@ msgid ""
750
  "Your shop offers always a wide selection of products and wishlists of your "
751
  "users get more and more crowded everyday. Give them the possibility to "
752
  "select %1$ssome or all products%2$s in the wishlist and add them to cart "
753
- "just with one click. So that users can select some or all products in the "
754
- "wishlist and add them to cart just with one click."
755
  msgstr ""
756
 
757
  #: ../templates/admin/wishlist-panel-premium.php:278
@@ -908,53 +907,53 @@ msgstr "Preis"
908
  msgid "Stock Status"
909
  msgstr "Lagerstatus"
910
 
911
- #: ../templates/wishlist-view.php:144 ../templates/wishlist-view.php:250
912
  msgid "Remove this product"
913
  msgstr "Dieses Produkt entfernen"
914
 
915
- #: ../templates/wishlist-view.php:174
916
  msgid "Free!"
917
  msgstr ""
918
 
919
- #: ../templates/wishlist-view.php:185
920
  msgid "Out of Stock"
921
  msgstr "Nicht auf Lager"
922
 
923
- #: ../templates/wishlist-view.php:188
924
  msgid "In Stock"
925
  msgstr "Auf Lager"
926
 
927
- #: ../templates/wishlist-view.php:199
928
  #, php-format
929
  msgid "Added on : %s"
930
  msgstr ""
931
 
932
- #: ../templates/wishlist-view.php:218
933
  msgid "Move"
934
  msgstr ""
935
 
936
- #: ../templates/wishlist-view.php:230
937
  #, fuzzy
938
  msgid "Shared"
939
  msgstr "Teilen auf:"
940
 
941
- #: ../templates/wishlist-view.php:233
942
  msgid "Private"
943
  msgstr ""
944
 
945
- #: ../templates/wishlist-view.php:236
946
  msgid "Public"
947
  msgstr ""
948
 
949
- #: ../templates/wishlist-view.php:250
950
  msgid "Remove"
951
  msgstr ""
952
 
953
- #: ../templates/wishlist-view.php:277
954
  msgid "Add the selected products to the cart"
955
  msgstr ""
956
 
957
- #: ../templates/wishlist-view.php:285 ../templates/wishlist-view.php:327
958
  msgid "Ask for an estimate"
959
  msgstr ""
960
 
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-10-23 16:43+0100\n"
6
+ "PO-Revision-Date: 2015-10-23 16:43+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
9
  "Language: de_DE\n"
568
  msgid "email"
569
  msgstr ""
570
 
571
+ #: ../includes/class.yith-wcwl.php:211
572
  #, fuzzy
573
  msgid "An error occurred while adding products to the wishlist."
574
  msgstr ""
575
  "Es ist ein Fehler aufgetreten. Produkt konnte nicht auf die Wunschliste "
576
  "gesetzt werden."
577
 
578
+ #: ../includes/class.yith-wcwl.php:296
579
  #, fuzzy
580
  msgid "An error occurred while adding products to wishlist."
581
  msgstr ""
582
  "Es ist ein Fehler aufgetreten. Produkt konnte nicht auf die Wunschliste "
583
  "gesetzt werden."
584
 
585
+ #: ../includes/class.yith-wcwl.php:311
586
  msgid "The \"Remove\" option now does not require any parameter"
587
  msgstr ""
588
 
589
+ #: ../includes/class.yith-wcwl.php:345
590
  #, fuzzy
591
  msgid "An error occurred while removing products from the wishlist"
592
  msgstr ""
593
  "Es ist ein Fehler aufgetreten. Das Produkt konnte nicht von der Wunschliste "
594
  "entfernt werden. "
595
 
596
+ #: ../includes/class.yith-wcwl.php:649
597
  msgid "You need to log in before creating a new wishlist"
598
  msgstr ""
599
 
600
+ #: ../includes/class.yith-wcwl.php:1359
601
  msgid "Product successfully removed."
602
  msgstr "Produkt wurde von der Wunschliste entfernt. "
603
 
604
+ #: ../includes/class.yith-wcwl.php:1363
605
  msgid "Error. Unable to remove the product from the wishlist."
606
  msgstr ""
607
  "Fehlermeldung: Entfernen des Produkts von der Wunschliste nicht möglich. "
608
 
609
+ #: ../includes/class.yith-wcwl.php:1367 ../templates/wishlist-view.php:261
610
  msgid "No products were added to the wishlist"
611
  msgstr "Es wurden keine Produkte auf die Wunschliste gesetzt"
612
 
613
+ #: ../includes/class.yith-wcwl.php:1409
614
  msgid "An error as occurred."
615
  msgstr ""
616
 
617
+ #: ../init.php:133
618
  msgid ""
619
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
620
  "WooCommerce in order to work."
621
  msgstr ""
622
 
623
+ #: ../init.php:143
624
  msgid ""
625
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
626
  "are using the premium one."
750
  "Your shop offers always a wide selection of products and wishlists of your "
751
  "users get more and more crowded everyday. Give them the possibility to "
752
  "select %1$ssome or all products%2$s in the wishlist and add them to cart "
753
+ "just with one click."
 
754
  msgstr ""
755
 
756
  #: ../templates/admin/wishlist-panel-premium.php:278
907
  msgid "Stock Status"
908
  msgstr "Lagerstatus"
909
 
910
+ #: ../templates/wishlist-view.php:144 ../templates/wishlist-view.php:251
911
  msgid "Remove this product"
912
  msgstr "Dieses Produkt entfernen"
913
 
914
+ #: ../templates/wishlist-view.php:175
915
  msgid "Free!"
916
  msgstr ""
917
 
918
+ #: ../templates/wishlist-view.php:186
919
  msgid "Out of Stock"
920
  msgstr "Nicht auf Lager"
921
 
922
+ #: ../templates/wishlist-view.php:189
923
  msgid "In Stock"
924
  msgstr "Auf Lager"
925
 
926
+ #: ../templates/wishlist-view.php:200
927
  #, php-format
928
  msgid "Added on : %s"
929
  msgstr ""
930
 
931
+ #: ../templates/wishlist-view.php:219
932
  msgid "Move"
933
  msgstr ""
934
 
935
+ #: ../templates/wishlist-view.php:231
936
  #, fuzzy
937
  msgid "Shared"
938
  msgstr "Teilen auf:"
939
 
940
+ #: ../templates/wishlist-view.php:234
941
  msgid "Private"
942
  msgstr ""
943
 
944
+ #: ../templates/wishlist-view.php:237
945
  msgid "Public"
946
  msgstr ""
947
 
948
+ #: ../templates/wishlist-view.php:251
949
  msgid "Remove"
950
  msgstr ""
951
 
952
+ #: ../templates/wishlist-view.php:278
953
  msgid "Add the selected products to the cart"
954
  msgstr ""
955
 
956
+ #: ../templates/wishlist-view.php:286 ../templates/wishlist-view.php:328
957
  msgid "Ask for an estimate"
958
  msgstr ""
959
 
languages/yith-woocommerce-wishlist-es_AR.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-es_AR.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
- "POT-Creation-Date: 2015-09-18 17:52+0100\n"
5
- "PO-Revision-Date: 2015-09-18 17:52+0100\n"
6
  "Last-Translator: YIThemes <support@yithemes.com>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: es_AR\n"
@@ -562,60 +562,60 @@ msgstr ""
562
  msgid "email"
563
  msgstr ""
564
 
565
- #: ../includes/class.yith-wcwl.php:207
566
  #, fuzzy
567
  msgid "An error occurred while adding products to the wishlist."
568
  msgstr ""
569
  "¡Ups! Ha ocurrido un error al agregar el producto a la lista de deseos. "
570
  "Intenta nuevamente, por favor."
571
 
572
- #: ../includes/class.yith-wcwl.php:292
573
  #, fuzzy
574
  msgid "An error occurred while adding products to wishlist."
575
  msgstr ""
576
  "¡Ups! Ha ocurrido un error al agregar el producto a la lista de deseos. "
577
  "Intenta nuevamente, por favor."
578
 
579
- #: ../includes/class.yith-wcwl.php:307
580
  msgid "The \"Remove\" option now does not require any parameter"
581
  msgstr ""
582
 
583
- #: ../includes/class.yith-wcwl.php:341
584
  #, fuzzy
585
  msgid "An error occurred while removing products from the wishlist"
586
  msgstr ""
587
  "¡Ups! Ha ocurrido un error al eliminar el producto de tu lista. Intenta "
588
  "nuevamente, por favor."
589
 
590
- #: ../includes/class.yith-wcwl.php:619
591
  msgid "You need to log in before creating a new wishlist"
592
  msgstr ""
593
 
594
- #: ../includes/class.yith-wcwl.php:1329
595
  msgid "Product successfully removed."
596
  msgstr "Bien, lo hemos eliminado de tu lista..."
597
 
598
- #: ../includes/class.yith-wcwl.php:1333
599
  msgid "Error. Unable to remove the product from the wishlist."
600
  msgstr ""
601
  "¡Ups! Ha ocurrido un error al eliminar el producto de tu lista. Intenta "
602
  "nuevamente, por favor."
603
 
604
- #: ../includes/class.yith-wcwl.php:1337 ../templates/wishlist-view.php:260
605
  msgid "No products were added to the wishlist"
606
  msgstr "Tu lista de deseos está vacía por el momento..."
607
 
608
- #: ../includes/class.yith-wcwl.php:1379
609
  msgid "An error as occurred."
610
  msgstr ""
611
 
612
- #: ../init.php:129
613
  msgid ""
614
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
615
  "WooCommerce in order to work."
616
  msgstr ""
617
 
618
- #: ../init.php:139
619
  msgid ""
620
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
621
  "are using the premium one."
@@ -745,8 +745,7 @@ msgid ""
745
  "Your shop offers always a wide selection of products and wishlists of your "
746
  "users get more and more crowded everyday. Give them the possibility to "
747
  "select %1$ssome or all products%2$s in the wishlist and add them to cart "
748
- "just with one click. So that users can select some or all products in the "
749
- "wishlist and add them to cart just with one click."
750
  msgstr ""
751
 
752
  #: ../templates/admin/wishlist-panel-premium.php:278
@@ -904,53 +903,53 @@ msgid "Stock Status"
904
  msgstr "Estado de stock"
905
 
906
  # Not literal but more friendly.
907
- #: ../templates/wishlist-view.php:144 ../templates/wishlist-view.php:250
908
  msgid "Remove this product"
909
  msgstr "Ya no lo quiero"
910
 
911
- #: ../templates/wishlist-view.php:174
912
  msgid "Free!"
913
  msgstr ""
914
 
915
- #: ../templates/wishlist-view.php:185
916
  msgid "Out of Stock"
917
  msgstr "No disponible por el momento"
918
 
919
- #: ../templates/wishlist-view.php:188
920
  msgid "In Stock"
921
  msgstr "¡Disponible!"
922
 
923
- #: ../templates/wishlist-view.php:199
924
  #, php-format
925
  msgid "Added on : %s"
926
  msgstr ""
927
 
928
- #: ../templates/wishlist-view.php:218
929
  msgid "Move"
930
  msgstr ""
931
 
932
- #: ../templates/wishlist-view.php:230
933
  #, fuzzy
934
  msgid "Shared"
935
  msgstr "Compartir en:"
936
 
937
- #: ../templates/wishlist-view.php:233
938
  msgid "Private"
939
  msgstr ""
940
 
941
- #: ../templates/wishlist-view.php:236
942
  msgid "Public"
943
  msgstr ""
944
 
945
- #: ../templates/wishlist-view.php:250
946
  msgid "Remove"
947
  msgstr ""
948
 
949
- #: ../templates/wishlist-view.php:277
950
  msgid "Add the selected products to the cart"
951
  msgstr ""
952
 
953
- #: ../templates/wishlist-view.php:285 ../templates/wishlist-view.php:327
954
  msgid "Ask for an estimate"
955
  msgstr ""
956
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
+ "POT-Creation-Date: 2015-10-23 16:43+0100\n"
5
+ "PO-Revision-Date: 2015-10-23 16:43+0100\n"
6
  "Last-Translator: YIThemes <support@yithemes.com>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: es_AR\n"
562
  msgid "email"
563
  msgstr ""
564
 
565
+ #: ../includes/class.yith-wcwl.php:211
566
  #, fuzzy
567
  msgid "An error occurred while adding products to the wishlist."
568
  msgstr ""
569
  "¡Ups! Ha ocurrido un error al agregar el producto a la lista de deseos. "
570
  "Intenta nuevamente, por favor."
571
 
572
+ #: ../includes/class.yith-wcwl.php:296
573
  #, fuzzy
574
  msgid "An error occurred while adding products to wishlist."
575
  msgstr ""
576
  "¡Ups! Ha ocurrido un error al agregar el producto a la lista de deseos. "
577
  "Intenta nuevamente, por favor."
578
 
579
+ #: ../includes/class.yith-wcwl.php:311
580
  msgid "The \"Remove\" option now does not require any parameter"
581
  msgstr ""
582
 
583
+ #: ../includes/class.yith-wcwl.php:345
584
  #, fuzzy
585
  msgid "An error occurred while removing products from the wishlist"
586
  msgstr ""
587
  "¡Ups! Ha ocurrido un error al eliminar el producto de tu lista. Intenta "
588
  "nuevamente, por favor."
589
 
590
+ #: ../includes/class.yith-wcwl.php:649
591
  msgid "You need to log in before creating a new wishlist"
592
  msgstr ""
593
 
594
+ #: ../includes/class.yith-wcwl.php:1359
595
  msgid "Product successfully removed."
596
  msgstr "Bien, lo hemos eliminado de tu lista..."
597
 
598
+ #: ../includes/class.yith-wcwl.php:1363
599
  msgid "Error. Unable to remove the product from the wishlist."
600
  msgstr ""
601
  "¡Ups! Ha ocurrido un error al eliminar el producto de tu lista. Intenta "
602
  "nuevamente, por favor."
603
 
604
+ #: ../includes/class.yith-wcwl.php:1367 ../templates/wishlist-view.php:261
605
  msgid "No products were added to the wishlist"
606
  msgstr "Tu lista de deseos está vacía por el momento..."
607
 
608
+ #: ../includes/class.yith-wcwl.php:1409
609
  msgid "An error as occurred."
610
  msgstr ""
611
 
612
+ #: ../init.php:133
613
  msgid ""
614
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
615
  "WooCommerce in order to work."
616
  msgstr ""
617
 
618
+ #: ../init.php:143
619
  msgid ""
620
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
621
  "are using the premium one."
745
  "Your shop offers always a wide selection of products and wishlists of your "
746
  "users get more and more crowded everyday. Give them the possibility to "
747
  "select %1$ssome or all products%2$s in the wishlist and add them to cart "
748
+ "just with one click."
 
749
  msgstr ""
750
 
751
  #: ../templates/admin/wishlist-panel-premium.php:278
903
  msgstr "Estado de stock"
904
 
905
  # Not literal but more friendly.
906
+ #: ../templates/wishlist-view.php:144 ../templates/wishlist-view.php:251
907
  msgid "Remove this product"
908
  msgstr "Ya no lo quiero"
909
 
910
+ #: ../templates/wishlist-view.php:175
911
  msgid "Free!"
912
  msgstr ""
913
 
914
+ #: ../templates/wishlist-view.php:186
915
  msgid "Out of Stock"
916
  msgstr "No disponible por el momento"
917
 
918
+ #: ../templates/wishlist-view.php:189
919
  msgid "In Stock"
920
  msgstr "¡Disponible!"
921
 
922
+ #: ../templates/wishlist-view.php:200
923
  #, php-format
924
  msgid "Added on : %s"
925
  msgstr ""
926
 
927
+ #: ../templates/wishlist-view.php:219
928
  msgid "Move"
929
  msgstr ""
930
 
931
+ #: ../templates/wishlist-view.php:231
932
  #, fuzzy
933
  msgid "Shared"
934
  msgstr "Compartir en:"
935
 
936
+ #: ../templates/wishlist-view.php:234
937
  msgid "Private"
938
  msgstr ""
939
 
940
+ #: ../templates/wishlist-view.php:237
941
  msgid "Public"
942
  msgstr ""
943
 
944
+ #: ../templates/wishlist-view.php:251
945
  msgid "Remove"
946
  msgstr ""
947
 
948
+ #: ../templates/wishlist-view.php:278
949
  msgid "Add the selected products to the cart"
950
  msgstr ""
951
 
952
+ #: ../templates/wishlist-view.php:286 ../templates/wishlist-view.php:328
953
  msgid "Ask for an estimate"
954
  msgstr ""
955
 
languages/yith-woocommerce-wishlist-es_ES.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-es_ES.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-09-18 17:53+0100\n"
6
- "PO-Revision-Date: 2015-09-18 17:53+0100\n"
7
  "Last-Translator: patrons_admin <arman.shahinyan@aticser.com>\n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
9
  "Language: es_ES\n"
@@ -585,43 +585,43 @@ msgstr "Twitter"
585
  msgid "email"
586
  msgstr "email"
587
 
588
- #: ../includes/class.yith-wcwl.php:207
589
  msgid "An error occurred while adding products to the wishlist."
590
  msgstr "Se produjo un error al agregar productos a la lista de deseos."
591
 
592
- #: ../includes/class.yith-wcwl.php:292
593
  msgid "An error occurred while adding products to wishlist."
594
  msgstr "Se produjo un error al agregar productos a la lista de deseos."
595
 
596
- #: ../includes/class.yith-wcwl.php:307
597
  msgid "The \"Remove\" option now does not require any parameter"
598
  msgstr "La opción \"Eliminar\" ahora no requiere ningún parámetro"
599
 
600
- #: ../includes/class.yith-wcwl.php:341
601
  msgid "An error occurred while removing products from the wishlist"
602
  msgstr "Se produjo un error al eliminar los productos de la lista de deseos"
603
 
604
- #: ../includes/class.yith-wcwl.php:619
605
  msgid "You need to log in before creating a new wishlist"
606
  msgstr "Tienes que iniciar sesión antes de crear una nueva lista de deseos"
607
 
608
- #: ../includes/class.yith-wcwl.php:1329
609
  msgid "Product successfully removed."
610
  msgstr "Producto eliminado correctamente."
611
 
612
- #: ../includes/class.yith-wcwl.php:1333
613
  msgid "Error. Unable to remove the product from the wishlist."
614
  msgstr "Error. No se puede eliminar el producto de la lista de deseos."
615
 
616
- #: ../includes/class.yith-wcwl.php:1337 ../templates/wishlist-view.php:260
617
  msgid "No products were added to the wishlist"
618
  msgstr "No se han añadido productos a la lista de deseos"
619
 
620
- #: ../includes/class.yith-wcwl.php:1379
621
  msgid "An error as occurred."
622
  msgstr "Se produjo un error."
623
 
624
- #: ../init.php:129
625
  msgid ""
626
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
627
  "WooCommerce in order to work."
@@ -629,7 +629,7 @@ msgstr ""
629
  "Yith WooCommerce Lista de Deseos está habilitado pero no funcionando. "
630
  "Requiere WooCommerce con el fin de trabajar."
631
 
632
- #: ../init.php:139
633
  msgid ""
634
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
635
  "are using the premium one."
@@ -761,8 +761,7 @@ msgid ""
761
  "Your shop offers always a wide selection of products and wishlists of your "
762
  "users get more and more crowded everyday. Give them the possibility to "
763
  "select %1$ssome or all products%2$s in the wishlist and add them to cart "
764
- "just with one click. So that users can select some or all products in the "
765
- "wishlist and add them to cart just with one click."
766
  msgstr ""
767
 
768
  #: ../templates/admin/wishlist-panel-premium.php:278
@@ -916,52 +915,52 @@ msgstr "Precio unitario"
916
  msgid "Stock Status"
917
  msgstr "Estado del stock"
918
 
919
- #: ../templates/wishlist-view.php:144 ../templates/wishlist-view.php:250
920
  msgid "Remove this product"
921
  msgstr "Eliminar este producto"
922
 
923
- #: ../templates/wishlist-view.php:174
924
  msgid "Free!"
925
  msgstr "¡Gratis!"
926
 
927
- #: ../templates/wishlist-view.php:185
928
  msgid "Out of Stock"
929
  msgstr "Agotado"
930
 
931
- #: ../templates/wishlist-view.php:188
932
  msgid "In Stock"
933
  msgstr "Disponible"
934
 
935
- #: ../templates/wishlist-view.php:199
936
  #, php-format
937
  msgid "Added on : %s"
938
  msgstr "Añadido el: %s"
939
 
940
- #: ../templates/wishlist-view.php:218
941
  msgid "Move"
942
  msgstr "Mover"
943
 
944
- #: ../templates/wishlist-view.php:230
945
  msgid "Shared"
946
  msgstr "Compartido"
947
 
948
- #: ../templates/wishlist-view.php:233
949
  msgid "Private"
950
  msgstr "Privado"
951
 
952
- #: ../templates/wishlist-view.php:236
953
  msgid "Public"
954
  msgstr "Público"
955
 
956
- #: ../templates/wishlist-view.php:250
957
  msgid "Remove"
958
  msgstr "Eliminar"
959
 
960
- #: ../templates/wishlist-view.php:277
961
  msgid "Add the selected products to the cart"
962
  msgstr "Añadir los productos seleccionados a la cesta"
963
 
964
- #: ../templates/wishlist-view.php:285 ../templates/wishlist-view.php:327
965
  msgid "Ask for an estimate"
966
  msgstr "Pida presupuesto"
967
 
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-10-23 16:43+0100\n"
6
+ "PO-Revision-Date: 2015-10-23 16:43+0100\n"
7
  "Last-Translator: patrons_admin <arman.shahinyan@aticser.com>\n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
9
  "Language: es_ES\n"
585
  msgid "email"
586
  msgstr "email"
587
 
588
+ #: ../includes/class.yith-wcwl.php:211
589
  msgid "An error occurred while adding products to the wishlist."
590
  msgstr "Se produjo un error al agregar productos a la lista de deseos."
591
 
592
+ #: ../includes/class.yith-wcwl.php:296
593
  msgid "An error occurred while adding products to wishlist."
594
  msgstr "Se produjo un error al agregar productos a la lista de deseos."
595
 
596
+ #: ../includes/class.yith-wcwl.php:311
597
  msgid "The \"Remove\" option now does not require any parameter"
598
  msgstr "La opción \"Eliminar\" ahora no requiere ningún parámetro"
599
 
600
+ #: ../includes/class.yith-wcwl.php:345
601
  msgid "An error occurred while removing products from the wishlist"
602
  msgstr "Se produjo un error al eliminar los productos de la lista de deseos"
603
 
604
+ #: ../includes/class.yith-wcwl.php:649
605
  msgid "You need to log in before creating a new wishlist"
606
  msgstr "Tienes que iniciar sesión antes de crear una nueva lista de deseos"
607
 
608
+ #: ../includes/class.yith-wcwl.php:1359
609
  msgid "Product successfully removed."
610
  msgstr "Producto eliminado correctamente."
611
 
612
+ #: ../includes/class.yith-wcwl.php:1363
613
  msgid "Error. Unable to remove the product from the wishlist."
614
  msgstr "Error. No se puede eliminar el producto de la lista de deseos."
615
 
616
+ #: ../includes/class.yith-wcwl.php:1367 ../templates/wishlist-view.php:261
617
  msgid "No products were added to the wishlist"
618
  msgstr "No se han añadido productos a la lista de deseos"
619
 
620
+ #: ../includes/class.yith-wcwl.php:1409
621
  msgid "An error as occurred."
622
  msgstr "Se produjo un error."
623
 
624
+ #: ../init.php:133
625
  msgid ""
626
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
627
  "WooCommerce in order to work."
629
  "Yith WooCommerce Lista de Deseos está habilitado pero no funcionando. "
630
  "Requiere WooCommerce con el fin de trabajar."
631
 
632
+ #: ../init.php:143
633
  msgid ""
634
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
635
  "are using the premium one."
761
  "Your shop offers always a wide selection of products and wishlists of your "
762
  "users get more and more crowded everyday. Give them the possibility to "
763
  "select %1$ssome or all products%2$s in the wishlist and add them to cart "
764
+ "just with one click."
 
765
  msgstr ""
766
 
767
  #: ../templates/admin/wishlist-panel-premium.php:278
915
  msgid "Stock Status"
916
  msgstr "Estado del stock"
917
 
918
+ #: ../templates/wishlist-view.php:144 ../templates/wishlist-view.php:251
919
  msgid "Remove this product"
920
  msgstr "Eliminar este producto"
921
 
922
+ #: ../templates/wishlist-view.php:175
923
  msgid "Free!"
924
  msgstr "¡Gratis!"
925
 
926
+ #: ../templates/wishlist-view.php:186
927
  msgid "Out of Stock"
928
  msgstr "Agotado"
929
 
930
+ #: ../templates/wishlist-view.php:189
931
  msgid "In Stock"
932
  msgstr "Disponible"
933
 
934
+ #: ../templates/wishlist-view.php:200
935
  #, php-format
936
  msgid "Added on : %s"
937
  msgstr "Añadido el: %s"
938
 
939
+ #: ../templates/wishlist-view.php:219
940
  msgid "Move"
941
  msgstr "Mover"
942
 
943
+ #: ../templates/wishlist-view.php:231
944
  msgid "Shared"
945
  msgstr "Compartido"
946
 
947
+ #: ../templates/wishlist-view.php:234
948
  msgid "Private"
949
  msgstr "Privado"
950
 
951
+ #: ../templates/wishlist-view.php:237
952
  msgid "Public"
953
  msgstr "Público"
954
 
955
+ #: ../templates/wishlist-view.php:251
956
  msgid "Remove"
957
  msgstr "Eliminar"
958
 
959
+ #: ../templates/wishlist-view.php:278
960
  msgid "Add the selected products to the cart"
961
  msgstr "Añadir los productos seleccionados a la cesta"
962
 
963
+ #: ../templates/wishlist-view.php:286 ../templates/wishlist-view.php:328
964
  msgid "Ask for an estimate"
965
  msgstr "Pida presupuesto"
966
 
languages/yith-woocommerce-wishlist-es_MX.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-es_MX.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
- "POT-Creation-Date: 2015-09-18 17:53+0100\n"
5
- "PO-Revision-Date: 2015-09-18 17:53+0100\n"
6
  "Last-Translator: Gabriel Azarias Dzul Cocom <gabrieldzul@gmail.com>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: es_MX\n"
@@ -561,52 +561,52 @@ msgstr ""
561
  msgid "email"
562
  msgstr ""
563
 
564
- #: ../includes/class.yith-wcwl.php:207
565
  #, fuzzy
566
  msgid "An error occurred while adding products to the wishlist."
567
  msgstr "Ocurrió un erro mientras se agregaba el producto a la Lista"
568
 
569
- #: ../includes/class.yith-wcwl.php:292
570
  #, fuzzy
571
  msgid "An error occurred while adding products to wishlist."
572
  msgstr "Ocurrió un erro mientras se agregaba el producto a la Lista"
573
 
574
- #: ../includes/class.yith-wcwl.php:307
575
  msgid "The \"Remove\" option now does not require any parameter"
576
  msgstr ""
577
 
578
- #: ../includes/class.yith-wcwl.php:341
579
  #, fuzzy
580
  msgid "An error occurred while removing products from the wishlist"
581
  msgstr "Ocurrió un erro mientras se eliminaba el producto a la Lista"
582
 
583
- #: ../includes/class.yith-wcwl.php:619
584
  msgid "You need to log in before creating a new wishlist"
585
  msgstr ""
586
 
587
- #: ../includes/class.yith-wcwl.php:1329
588
  msgid "Product successfully removed."
589
  msgstr "Producto exitosamente eliminado"
590
 
591
- #: ../includes/class.yith-wcwl.php:1333
592
  msgid "Error. Unable to remove the product from the wishlist."
593
  msgstr "Error. No fue posible eliminar el producto de la Lista."
594
 
595
- #: ../includes/class.yith-wcwl.php:1337 ../templates/wishlist-view.php:260
596
  msgid "No products were added to the wishlist"
597
  msgstr "Aun no has agregado nada."
598
 
599
- #: ../includes/class.yith-wcwl.php:1379
600
  msgid "An error as occurred."
601
  msgstr ""
602
 
603
- #: ../init.php:129
604
  msgid ""
605
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
606
  "WooCommerce in order to work."
607
  msgstr ""
608
 
609
- #: ../init.php:139
610
  msgid ""
611
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
612
  "are using the premium one."
@@ -736,8 +736,7 @@ msgid ""
736
  "Your shop offers always a wide selection of products and wishlists of your "
737
  "users get more and more crowded everyday. Give them the possibility to "
738
  "select %1$ssome or all products%2$s in the wishlist and add them to cart "
739
- "just with one click. So that users can select some or all products in the "
740
- "wishlist and add them to cart just with one click."
741
  msgstr ""
742
 
743
  #: ../templates/admin/wishlist-panel-premium.php:278
@@ -894,53 +893,53 @@ msgstr "Precio unitario"
894
  msgid "Stock Status"
895
  msgstr "Estado del inventario"
896
 
897
- #: ../templates/wishlist-view.php:144 ../templates/wishlist-view.php:250
898
  msgid "Remove this product"
899
  msgstr "Remover este producto"
900
 
901
- #: ../templates/wishlist-view.php:174
902
  msgid "Free!"
903
  msgstr "Gratis!"
904
 
905
- #: ../templates/wishlist-view.php:185
906
  msgid "Out of Stock"
907
  msgstr "Agotado"
908
 
909
- #: ../templates/wishlist-view.php:188
910
  msgid "In Stock"
911
  msgstr "Disponilbe."
912
 
913
- #: ../templates/wishlist-view.php:199
914
  #, php-format
915
  msgid "Added on : %s"
916
  msgstr ""
917
 
918
- #: ../templates/wishlist-view.php:218
919
  msgid "Move"
920
  msgstr ""
921
 
922
- #: ../templates/wishlist-view.php:230
923
  #, fuzzy
924
  msgid "Shared"
925
  msgstr "Compartir en:"
926
 
927
- #: ../templates/wishlist-view.php:233
928
  msgid "Private"
929
  msgstr ""
930
 
931
- #: ../templates/wishlist-view.php:236
932
  msgid "Public"
933
  msgstr ""
934
 
935
- #: ../templates/wishlist-view.php:250
936
  msgid "Remove"
937
  msgstr ""
938
 
939
- #: ../templates/wishlist-view.php:277
940
  msgid "Add the selected products to the cart"
941
  msgstr ""
942
 
943
- #: ../templates/wishlist-view.php:285 ../templates/wishlist-view.php:327
944
  msgid "Ask for an estimate"
945
  msgstr ""
946
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
+ "POT-Creation-Date: 2015-10-23 16:43+0100\n"
5
+ "PO-Revision-Date: 2015-10-23 16:43+0100\n"
6
  "Last-Translator: Gabriel Azarias Dzul Cocom <gabrieldzul@gmail.com>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: es_MX\n"
561
  msgid "email"
562
  msgstr ""
563
 
564
+ #: ../includes/class.yith-wcwl.php:211
565
  #, fuzzy
566
  msgid "An error occurred while adding products to the wishlist."
567
  msgstr "Ocurrió un erro mientras se agregaba el producto a la Lista"
568
 
569
+ #: ../includes/class.yith-wcwl.php:296
570
  #, fuzzy
571
  msgid "An error occurred while adding products to wishlist."
572
  msgstr "Ocurrió un erro mientras se agregaba el producto a la Lista"
573
 
574
+ #: ../includes/class.yith-wcwl.php:311
575
  msgid "The \"Remove\" option now does not require any parameter"
576
  msgstr ""
577
 
578
+ #: ../includes/class.yith-wcwl.php:345
579
  #, fuzzy
580
  msgid "An error occurred while removing products from the wishlist"
581
  msgstr "Ocurrió un erro mientras se eliminaba el producto a la Lista"
582
 
583
+ #: ../includes/class.yith-wcwl.php:649
584
  msgid "You need to log in before creating a new wishlist"
585
  msgstr ""
586
 
587
+ #: ../includes/class.yith-wcwl.php:1359
588
  msgid "Product successfully removed."
589
  msgstr "Producto exitosamente eliminado"
590
 
591
+ #: ../includes/class.yith-wcwl.php:1363
592
  msgid "Error. Unable to remove the product from the wishlist."
593
  msgstr "Error. No fue posible eliminar el producto de la Lista."
594
 
595
+ #: ../includes/class.yith-wcwl.php:1367 ../templates/wishlist-view.php:261
596
  msgid "No products were added to the wishlist"
597
  msgstr "Aun no has agregado nada."
598
 
599
+ #: ../includes/class.yith-wcwl.php:1409
600
  msgid "An error as occurred."
601
  msgstr ""
602
 
603
+ #: ../init.php:133
604
  msgid ""
605
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
606
  "WooCommerce in order to work."
607
  msgstr ""
608
 
609
+ #: ../init.php:143
610
  msgid ""
611
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
612
  "are using the premium one."
736
  "Your shop offers always a wide selection of products and wishlists of your "
737
  "users get more and more crowded everyday. Give them the possibility to "
738
  "select %1$ssome or all products%2$s in the wishlist and add them to cart "
739
+ "just with one click."
 
740
  msgstr ""
741
 
742
  #: ../templates/admin/wishlist-panel-premium.php:278
893
  msgid "Stock Status"
894
  msgstr "Estado del inventario"
895
 
896
+ #: ../templates/wishlist-view.php:144 ../templates/wishlist-view.php:251
897
  msgid "Remove this product"
898
  msgstr "Remover este producto"
899
 
900
+ #: ../templates/wishlist-view.php:175
901
  msgid "Free!"
902
  msgstr "Gratis!"
903
 
904
+ #: ../templates/wishlist-view.php:186
905
  msgid "Out of Stock"
906
  msgstr "Agotado"
907
 
908
+ #: ../templates/wishlist-view.php:189
909
  msgid "In Stock"
910
  msgstr "Disponilbe."
911
 
912
+ #: ../templates/wishlist-view.php:200
913
  #, php-format
914
  msgid "Added on : %s"
915
  msgstr ""
916
 
917
+ #: ../templates/wishlist-view.php:219
918
  msgid "Move"
919
  msgstr ""
920
 
921
+ #: ../templates/wishlist-view.php:231
922
  #, fuzzy
923
  msgid "Shared"
924
  msgstr "Compartir en:"
925
 
926
+ #: ../templates/wishlist-view.php:234
927
  msgid "Private"
928
  msgstr ""
929
 
930
+ #: ../templates/wishlist-view.php:237
931
  msgid "Public"
932
  msgstr ""
933
 
934
+ #: ../templates/wishlist-view.php:251
935
  msgid "Remove"
936
  msgstr ""
937
 
938
+ #: ../templates/wishlist-view.php:278
939
  msgid "Add the selected products to the cart"
940
  msgstr ""
941
 
942
+ #: ../templates/wishlist-view.php:286 ../templates/wishlist-view.php:328
943
  msgid "Ask for an estimate"
944
  msgstr ""
945
 
languages/yith-woocommerce-wishlist-fa_IR.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-fa_IR.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
- "POT-Creation-Date: 2015-09-18 17:53+0100\n"
5
- "PO-Revision-Date: 2015-09-18 17:53+0100\n"
6
  "Last-Translator: Am!n <amin.pe94@gmail.com>\n"
7
  "Language-Team: YITH - translated to persian by dornaweb <info@dornaweb.com>\n"
8
  "Language: fa\n"
@@ -546,49 +546,49 @@ msgstr "توییتر"
546
  msgid "email"
547
  msgstr "ایمیل"
548
 
549
- #: ../includes/class.yith-wcwl.php:207
550
  msgid "An error occurred while adding products to the wishlist."
551
  msgstr ""
552
 
553
- #: ../includes/class.yith-wcwl.php:292
554
  msgid "An error occurred while adding products to wishlist."
555
  msgstr ""
556
 
557
- #: ../includes/class.yith-wcwl.php:307
558
  msgid "The \"Remove\" option now does not require any parameter"
559
  msgstr ""
560
 
561
- #: ../includes/class.yith-wcwl.php:341
562
  msgid "An error occurred while removing products from the wishlist"
563
  msgstr ""
564
 
565
- #: ../includes/class.yith-wcwl.php:619
566
  msgid "You need to log in before creating a new wishlist"
567
  msgstr "قبل از این که لیست علاقه مندی ایجاد کنید باید وارد شوید"
568
 
569
- #: ../includes/class.yith-wcwl.php:1329
570
  msgid "Product successfully removed."
571
  msgstr "محصول با موفقیت حذف شد."
572
 
573
- #: ../includes/class.yith-wcwl.php:1333
574
  msgid "Error. Unable to remove the product from the wishlist."
575
  msgstr "خطا : محصول از لیست علاقه مندی ها حذف نشد."
576
 
577
- #: ../includes/class.yith-wcwl.php:1337 ../templates/wishlist-view.php:260
578
  msgid "No products were added to the wishlist"
579
  msgstr "هیچ محصولی به لیست علاقه مندی ها افزوده نشده"
580
 
581
- #: ../includes/class.yith-wcwl.php:1379
582
  msgid "An error as occurred."
583
  msgstr ""
584
 
585
- #: ../init.php:129
586
  msgid ""
587
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
588
  "WooCommerce in order to work."
589
  msgstr ""
590
 
591
- #: ../init.php:139
592
  msgid ""
593
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
594
  "are using the premium one."
@@ -720,8 +720,7 @@ msgid ""
720
  "Your shop offers always a wide selection of products and wishlists of your "
721
  "users get more and more crowded everyday. Give them the possibility to "
722
  "select %1$ssome or all products%2$s in the wishlist and add them to cart "
723
- "just with one click. So that users can select some or all products in the "
724
- "wishlist and add them to cart just with one click."
725
  msgstr ""
726
 
727
  #: ../templates/admin/wishlist-panel-premium.php:278
@@ -875,52 +874,52 @@ msgstr "قیمت"
875
  msgid "Stock Status"
876
  msgstr "وضعیت موجودی"
877
 
878
- #: ../templates/wishlist-view.php:144 ../templates/wishlist-view.php:250
879
  msgid "Remove this product"
880
  msgstr "حذف این محصول"
881
 
882
- #: ../templates/wishlist-view.php:174
883
  msgid "Free!"
884
  msgstr "رایگان!"
885
 
886
- #: ../templates/wishlist-view.php:185
887
  msgid "Out of Stock"
888
  msgstr "ناموجود"
889
 
890
- #: ../templates/wishlist-view.php:188
891
  msgid "In Stock"
892
  msgstr "موجود"
893
 
894
- #: ../templates/wishlist-view.php:199
895
  #, php-format
896
  msgid "Added on : %s"
897
  msgstr ""
898
 
899
- #: ../templates/wishlist-view.php:218
900
  msgid "Move"
901
  msgstr ""
902
 
903
- #: ../templates/wishlist-view.php:230
904
  msgid "Shared"
905
  msgstr ""
906
 
907
- #: ../templates/wishlist-view.php:233
908
  msgid "Private"
909
  msgstr ""
910
 
911
- #: ../templates/wishlist-view.php:236
912
  msgid "Public"
913
  msgstr ""
914
 
915
- #: ../templates/wishlist-view.php:250
916
  msgid "Remove"
917
  msgstr "حذف"
918
 
919
- #: ../templates/wishlist-view.php:277
920
  msgid "Add the selected products to the cart"
921
  msgstr ""
922
 
923
- #: ../templates/wishlist-view.php:285 ../templates/wishlist-view.php:327
924
  msgid "Ask for an estimate"
925
  msgstr ""
926
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
+ "POT-Creation-Date: 2015-10-23 16:43+0100\n"
5
+ "PO-Revision-Date: 2015-10-23 16:43+0100\n"
6
  "Last-Translator: Am!n <amin.pe94@gmail.com>\n"
7
  "Language-Team: YITH - translated to persian by dornaweb <info@dornaweb.com>\n"
8
  "Language: fa\n"
546
  msgid "email"
547
  msgstr "ایمیل"
548
 
549
+ #: ../includes/class.yith-wcwl.php:211
550
  msgid "An error occurred while adding products to the wishlist."
551
  msgstr ""
552
 
553
+ #: ../includes/class.yith-wcwl.php:296
554
  msgid "An error occurred while adding products to wishlist."
555
  msgstr ""
556
 
557
+ #: ../includes/class.yith-wcwl.php:311
558
  msgid "The \"Remove\" option now does not require any parameter"
559
  msgstr ""
560
 
561
+ #: ../includes/class.yith-wcwl.php:345
562
  msgid "An error occurred while removing products from the wishlist"
563
  msgstr ""
564
 
565
+ #: ../includes/class.yith-wcwl.php:649
566
  msgid "You need to log in before creating a new wishlist"
567
  msgstr "قبل از این که لیست علاقه مندی ایجاد کنید باید وارد شوید"
568
 
569
+ #: ../includes/class.yith-wcwl.php:1359
570
  msgid "Product successfully removed."
571
  msgstr "محصول با موفقیت حذف شد."
572
 
573
+ #: ../includes/class.yith-wcwl.php:1363
574
  msgid "Error. Unable to remove the product from the wishlist."
575
  msgstr "خطا : محصول از لیست علاقه مندی ها حذف نشد."
576
 
577
+ #: ../includes/class.yith-wcwl.php:1367 ../templates/wishlist-view.php:261
578
  msgid "No products were added to the wishlist"
579
  msgstr "هیچ محصولی به لیست علاقه مندی ها افزوده نشده"
580
 
581
+ #: ../includes/class.yith-wcwl.php:1409
582
  msgid "An error as occurred."
583
  msgstr ""
584
 
585
+ #: ../init.php:133
586
  msgid ""
587
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
588
  "WooCommerce in order to work."
589
  msgstr ""
590
 
591
+ #: ../init.php:143
592
  msgid ""
593
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
594
  "are using the premium one."
720
  "Your shop offers always a wide selection of products and wishlists of your "
721
  "users get more and more crowded everyday. Give them the possibility to "
722
  "select %1$ssome or all products%2$s in the wishlist and add them to cart "
723
+ "just with one click."
 
724
  msgstr ""
725
 
726
  #: ../templates/admin/wishlist-panel-premium.php:278
874
  msgid "Stock Status"
875
  msgstr "وضعیت موجودی"
876
 
877
+ #: ../templates/wishlist-view.php:144 ../templates/wishlist-view.php:251
878
  msgid "Remove this product"
879
  msgstr "حذف این محصول"
880
 
881
+ #: ../templates/wishlist-view.php:175
882
  msgid "Free!"
883
  msgstr "رایگان!"
884
 
885
+ #: ../templates/wishlist-view.php:186
886
  msgid "Out of Stock"
887
  msgstr "ناموجود"
888
 
889
+ #: ../templates/wishlist-view.php:189
890
  msgid "In Stock"
891
  msgstr "موجود"
892
 
893
+ #: ../templates/wishlist-view.php:200
894
  #, php-format
895
  msgid "Added on : %s"
896
  msgstr ""
897
 
898
+ #: ../templates/wishlist-view.php:219
899
  msgid "Move"
900
  msgstr ""
901
 
902
+ #: ../templates/wishlist-view.php:231
903
  msgid "Shared"
904
  msgstr ""
905
 
906
+ #: ../templates/wishlist-view.php:234
907
  msgid "Private"
908
  msgstr ""
909
 
910
+ #: ../templates/wishlist-view.php:237
911
  msgid "Public"
912
  msgstr ""
913
 
914
+ #: ../templates/wishlist-view.php:251
915
  msgid "Remove"
916
  msgstr "حذف"
917
 
918
+ #: ../templates/wishlist-view.php:278
919
  msgid "Add the selected products to the cart"
920
  msgstr ""
921
 
922
+ #: ../templates/wishlist-view.php:286 ../templates/wishlist-view.php:328
923
  msgid "Ask for an estimate"
924
  msgstr ""
925
 
languages/yith-woocommerce-wishlist-fr_FR.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-fr_FR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-09-18 17:53+0100\n"
6
- "PO-Revision-Date: 2015-09-18 17:53+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
9
  "Language: fr_FR\n"
@@ -563,53 +563,53 @@ msgstr "Twitter"
563
  msgid "email"
564
  msgstr ""
565
 
566
- #: ../includes/class.yith-wcwl.php:207
567
  #, fuzzy
568
  msgid "An error occurred while adding products to the wishlist."
569
  msgstr "Une erreur est survenue lors de l'ajout du produit à la wishlist"
570
 
571
- #: ../includes/class.yith-wcwl.php:292
572
  #, fuzzy
573
  msgid "An error occurred while adding products to wishlist."
574
  msgstr "Une erreur est survenue lors de l'ajout du produit à la wishlist"
575
 
576
- #: ../includes/class.yith-wcwl.php:307
577
  msgid "The \"Remove\" option now does not require any parameter"
578
  msgstr ""
579
 
580
- #: ../includes/class.yith-wcwl.php:341
581
  #, fuzzy
582
  msgid "An error occurred while removing products from the wishlist"
583
  msgstr ""
584
  "Une erreur est survenue lors de le suppression du produit de la wishlist"
585
 
586
- #: ../includes/class.yith-wcwl.php:619
587
  msgid "You need to log in before creating a new wishlist"
588
  msgstr ""
589
 
590
- #: ../includes/class.yith-wcwl.php:1329
591
  msgid "Product successfully removed."
592
  msgstr "Le produit a bien été supprimé"
593
 
594
- #: ../includes/class.yith-wcwl.php:1333
595
  msgid "Error. Unable to remove the product from the wishlist."
596
  msgstr "Erreur : impossible de supprimer le produit de la wishlist"
597
 
598
- #: ../includes/class.yith-wcwl.php:1337 ../templates/wishlist-view.php:260
599
  msgid "No products were added to the wishlist"
600
  msgstr "Aucun produit dans votre wishlist"
601
 
602
- #: ../includes/class.yith-wcwl.php:1379
603
  msgid "An error as occurred."
604
  msgstr ""
605
 
606
- #: ../init.php:129
607
  msgid ""
608
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
609
  "WooCommerce in order to work."
610
  msgstr ""
611
 
612
- #: ../init.php:139
613
  msgid ""
614
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
615
  "are using the premium one."
@@ -739,8 +739,7 @@ msgid ""
739
  "Your shop offers always a wide selection of products and wishlists of your "
740
  "users get more and more crowded everyday. Give them the possibility to "
741
  "select %1$ssome or all products%2$s in the wishlist and add them to cart "
742
- "just with one click. So that users can select some or all products in the "
743
- "wishlist and add them to cart just with one click."
744
  msgstr ""
745
 
746
  #: ../templates/admin/wishlist-panel-premium.php:278
@@ -897,53 +896,53 @@ msgstr "Prix unitaire"
897
  msgid "Stock Status"
898
  msgstr "Stock"
899
 
900
- #: ../templates/wishlist-view.php:144 ../templates/wishlist-view.php:250
901
  msgid "Remove this product"
902
  msgstr "Enlever ce produit"
903
 
904
- #: ../templates/wishlist-view.php:174
905
  msgid "Free!"
906
  msgstr ""
907
 
908
- #: ../templates/wishlist-view.php:185
909
  msgid "Out of Stock"
910
  msgstr "Epuisé"
911
 
912
- #: ../templates/wishlist-view.php:188
913
  msgid "In Stock"
914
  msgstr "En stock"
915
 
916
- #: ../templates/wishlist-view.php:199
917
  #, php-format
918
  msgid "Added on : %s"
919
  msgstr ""
920
 
921
- #: ../templates/wishlist-view.php:218
922
  msgid "Move"
923
  msgstr ""
924
 
925
- #: ../templates/wishlist-view.php:230
926
  #, fuzzy
927
  msgid "Shared"
928
  msgstr "Partager sur :"
929
 
930
- #: ../templates/wishlist-view.php:233
931
  msgid "Private"
932
  msgstr ""
933
 
934
- #: ../templates/wishlist-view.php:236
935
  msgid "Public"
936
  msgstr ""
937
 
938
- #: ../templates/wishlist-view.php:250
939
  msgid "Remove"
940
  msgstr ""
941
 
942
- #: ../templates/wishlist-view.php:277
943
  msgid "Add the selected products to the cart"
944
  msgstr ""
945
 
946
- #: ../templates/wishlist-view.php:285 ../templates/wishlist-view.php:327
947
  msgid "Ask for an estimate"
948
  msgstr ""
949
 
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-10-23 16:43+0100\n"
6
+ "PO-Revision-Date: 2015-10-23 16:43+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
9
  "Language: fr_FR\n"
563
  msgid "email"
564
  msgstr ""
565
 
566
+ #: ../includes/class.yith-wcwl.php:211
567
  #, fuzzy
568
  msgid "An error occurred while adding products to the wishlist."
569
  msgstr "Une erreur est survenue lors de l'ajout du produit à la wishlist"
570
 
571
+ #: ../includes/class.yith-wcwl.php:296
572
  #, fuzzy
573
  msgid "An error occurred while adding products to wishlist."
574
  msgstr "Une erreur est survenue lors de l'ajout du produit à la wishlist"
575
 
576
+ #: ../includes/class.yith-wcwl.php:311
577
  msgid "The \"Remove\" option now does not require any parameter"
578
  msgstr ""
579
 
580
+ #: ../includes/class.yith-wcwl.php:345
581
  #, fuzzy
582
  msgid "An error occurred while removing products from the wishlist"
583
  msgstr ""
584
  "Une erreur est survenue lors de le suppression du produit de la wishlist"
585
 
586
+ #: ../includes/class.yith-wcwl.php:649
587
  msgid "You need to log in before creating a new wishlist"
588
  msgstr ""
589
 
590
+ #: ../includes/class.yith-wcwl.php:1359
591
  msgid "Product successfully removed."
592
  msgstr "Le produit a bien été supprimé"
593
 
594
+ #: ../includes/class.yith-wcwl.php:1363
595
  msgid "Error. Unable to remove the product from the wishlist."
596
  msgstr "Erreur : impossible de supprimer le produit de la wishlist"
597
 
598
+ #: ../includes/class.yith-wcwl.php:1367 ../templates/wishlist-view.php:261
599
  msgid "No products were added to the wishlist"
600
  msgstr "Aucun produit dans votre wishlist"
601
 
602
+ #: ../includes/class.yith-wcwl.php:1409
603
  msgid "An error as occurred."
604
  msgstr ""
605
 
606
+ #: ../init.php:133
607
  msgid ""
608
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
609
  "WooCommerce in order to work."
610
  msgstr ""
611
 
612
+ #: ../init.php:143
613
  msgid ""
614
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
615
  "are using the premium one."
739
  "Your shop offers always a wide selection of products and wishlists of your "
740
  "users get more and more crowded everyday. Give them the possibility to "
741
  "select %1$ssome or all products%2$s in the wishlist and add them to cart "
742
+ "just with one click."
 
743
  msgstr ""
744
 
745
  #: ../templates/admin/wishlist-panel-premium.php:278
896
  msgid "Stock Status"
897
  msgstr "Stock"
898
 
899
+ #: ../templates/wishlist-view.php:144 ../templates/wishlist-view.php:251
900
  msgid "Remove this product"
901
  msgstr "Enlever ce produit"
902
 
903
+ #: ../templates/wishlist-view.php:175
904
  msgid "Free!"
905
  msgstr ""
906
 
907
+ #: ../templates/wishlist-view.php:186
908
  msgid "Out of Stock"
909
  msgstr "Epuisé"
910
 
911
+ #: ../templates/wishlist-view.php:189
912
  msgid "In Stock"
913
  msgstr "En stock"
914
 
915
+ #: ../templates/wishlist-view.php:200
916
  #, php-format
917
  msgid "Added on : %s"
918
  msgstr ""
919
 
920
+ #: ../templates/wishlist-view.php:219
921
  msgid "Move"
922
  msgstr ""
923
 
924
+ #: ../templates/wishlist-view.php:231
925
  #, fuzzy
926
  msgid "Shared"
927
  msgstr "Partager sur :"
928
 
929
+ #: ../templates/wishlist-view.php:234
930
  msgid "Private"
931
  msgstr ""
932
 
933
+ #: ../templates/wishlist-view.php:237
934
  msgid "Public"
935
  msgstr ""
936
 
937
+ #: ../templates/wishlist-view.php:251
938
  msgid "Remove"
939
  msgstr ""
940
 
941
+ #: ../templates/wishlist-view.php:278
942
  msgid "Add the selected products to the cart"
943
  msgstr ""
944
 
945
+ #: ../templates/wishlist-view.php:286 ../templates/wishlist-view.php:328
946
  msgid "Ask for an estimate"
947
  msgstr ""
948
 
languages/yith-woocommerce-wishlist-he_IL.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-he_IL.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
- "POT-Creation-Date: 2015-09-18 17:53+0100\n"
5
- "PO-Revision-Date: 2015-09-18 17:53+0100\n"
6
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: he_IL\n"
@@ -554,52 +554,52 @@ msgstr "טוויטר"
554
  msgid "email"
555
  msgstr ""
556
 
557
- #: ../includes/class.yith-wcwl.php:207
558
  #, fuzzy
559
  msgid "An error occurred while adding products to the wishlist."
560
  msgstr "ארעה שגיאה בזמן הוספת המוצר לרשימה."
561
 
562
- #: ../includes/class.yith-wcwl.php:292
563
  #, fuzzy
564
  msgid "An error occurred while adding products to wishlist."
565
  msgstr "ארעה שגיאה בזמן הוספת המוצר לרשימה."
566
 
567
- #: ../includes/class.yith-wcwl.php:307
568
  msgid "The \"Remove\" option now does not require any parameter"
569
  msgstr ""
570
 
571
- #: ../includes/class.yith-wcwl.php:341
572
  #, fuzzy
573
  msgid "An error occurred while removing products from the wishlist"
574
  msgstr "ארעה שגיאה בזמן הסרת המוצר מהרשימה"
575
 
576
- #: ../includes/class.yith-wcwl.php:619
577
  msgid "You need to log in before creating a new wishlist"
578
  msgstr ""
579
 
580
- #: ../includes/class.yith-wcwl.php:1329
581
  msgid "Product successfully removed."
582
  msgstr "המוצר הוסר מהרשימה בהצלחה."
583
 
584
- #: ../includes/class.yith-wcwl.php:1333
585
  msgid "Error. Unable to remove the product from the wishlist."
586
  msgstr "שגיאה. לא הצלחנו להסיר את המוצר מרשימת המשאלות."
587
 
588
- #: ../includes/class.yith-wcwl.php:1337 ../templates/wishlist-view.php:260
589
  msgid "No products were added to the wishlist"
590
  msgstr "אין מוצרים ברשימת המשאלות שלך."
591
 
592
- #: ../includes/class.yith-wcwl.php:1379
593
  msgid "An error as occurred."
594
  msgstr ""
595
 
596
- #: ../init.php:129
597
  msgid ""
598
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
599
  "WooCommerce in order to work."
600
  msgstr ""
601
 
602
- #: ../init.php:139
603
  msgid ""
604
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
605
  "are using the premium one."
@@ -729,8 +729,7 @@ msgid ""
729
  "Your shop offers always a wide selection of products and wishlists of your "
730
  "users get more and more crowded everyday. Give them the possibility to "
731
  "select %1$ssome or all products%2$s in the wishlist and add them to cart "
732
- "just with one click. So that users can select some or all products in the "
733
- "wishlist and add them to cart just with one click."
734
  msgstr ""
735
 
736
  #: ../templates/admin/wishlist-panel-premium.php:278
@@ -886,53 +885,53 @@ msgstr "מחיר ליחידה"
886
  msgid "Stock Status"
887
  msgstr "מצב מלאי"
888
 
889
- #: ../templates/wishlist-view.php:144 ../templates/wishlist-view.php:250
890
  msgid "Remove this product"
891
  msgstr "הסרת מוצר מהרשימה"
892
 
893
- #: ../templates/wishlist-view.php:174
894
  msgid "Free!"
895
  msgstr ""
896
 
897
- #: ../templates/wishlist-view.php:185
898
  msgid "Out of Stock"
899
  msgstr "לא קיים במלאי"
900
 
901
- #: ../templates/wishlist-view.php:188
902
  msgid "In Stock"
903
  msgstr "קיים במלאי"
904
 
905
- #: ../templates/wishlist-view.php:199
906
  #, php-format
907
  msgid "Added on : %s"
908
  msgstr ""
909
 
910
- #: ../templates/wishlist-view.php:218
911
  msgid "Move"
912
  msgstr ""
913
 
914
- #: ../templates/wishlist-view.php:230
915
  #, fuzzy
916
  msgid "Shared"
917
  msgstr "שתף ברשת:"
918
 
919
- #: ../templates/wishlist-view.php:233
920
  msgid "Private"
921
  msgstr ""
922
 
923
- #: ../templates/wishlist-view.php:236
924
  msgid "Public"
925
  msgstr ""
926
 
927
- #: ../templates/wishlist-view.php:250
928
  msgid "Remove"
929
  msgstr ""
930
 
931
- #: ../templates/wishlist-view.php:277
932
  msgid "Add the selected products to the cart"
933
  msgstr ""
934
 
935
- #: ../templates/wishlist-view.php:285 ../templates/wishlist-view.php:327
936
  msgid "Ask for an estimate"
937
  msgstr ""
938
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
+ "POT-Creation-Date: 2015-10-23 16:44+0100\n"
5
+ "PO-Revision-Date: 2015-10-23 16:44+0100\n"
6
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: he_IL\n"
554
  msgid "email"
555
  msgstr ""
556
 
557
+ #: ../includes/class.yith-wcwl.php:211
558
  #, fuzzy
559
  msgid "An error occurred while adding products to the wishlist."
560
  msgstr "ארעה שגיאה בזמן הוספת המוצר לרשימה."
561
 
562
+ #: ../includes/class.yith-wcwl.php:296
563
  #, fuzzy
564
  msgid "An error occurred while adding products to wishlist."
565
  msgstr "ארעה שגיאה בזמן הוספת המוצר לרשימה."
566
 
567
+ #: ../includes/class.yith-wcwl.php:311
568
  msgid "The \"Remove\" option now does not require any parameter"
569
  msgstr ""
570
 
571
+ #: ../includes/class.yith-wcwl.php:345
572
  #, fuzzy
573
  msgid "An error occurred while removing products from the wishlist"
574
  msgstr "ארעה שגיאה בזמן הסרת המוצר מהרשימה"
575
 
576
+ #: ../includes/class.yith-wcwl.php:649
577
  msgid "You need to log in before creating a new wishlist"
578
  msgstr ""
579
 
580
+ #: ../includes/class.yith-wcwl.php:1359
581
  msgid "Product successfully removed."
582
  msgstr "המוצר הוסר מהרשימה בהצלחה."
583
 
584
+ #: ../includes/class.yith-wcwl.php:1363
585
  msgid "Error. Unable to remove the product from the wishlist."
586
  msgstr "שגיאה. לא הצלחנו להסיר את המוצר מרשימת המשאלות."
587
 
588
+ #: ../includes/class.yith-wcwl.php:1367 ../templates/wishlist-view.php:261
589
  msgid "No products were added to the wishlist"
590
  msgstr "אין מוצרים ברשימת המשאלות שלך."
591
 
592
+ #: ../includes/class.yith-wcwl.php:1409
593
  msgid "An error as occurred."
594
  msgstr ""
595
 
596
+ #: ../init.php:133
597
  msgid ""
598
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
599
  "WooCommerce in order to work."
600
  msgstr ""
601
 
602
+ #: ../init.php:143
603
  msgid ""
604
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
605
  "are using the premium one."
729
  "Your shop offers always a wide selection of products and wishlists of your "
730
  "users get more and more crowded everyday. Give them the possibility to "
731
  "select %1$ssome or all products%2$s in the wishlist and add them to cart "
732
+ "just with one click."
 
733
  msgstr ""
734
 
735
  #: ../templates/admin/wishlist-panel-premium.php:278
885
  msgid "Stock Status"
886
  msgstr "מצב מלאי"
887
 
888
+ #: ../templates/wishlist-view.php:144 ../templates/wishlist-view.php:251
889
  msgid "Remove this product"
890
  msgstr "הסרת מוצר מהרשימה"
891
 
892
+ #: ../templates/wishlist-view.php:175
893
  msgid "Free!"
894
  msgstr ""
895
 
896
+ #: ../templates/wishlist-view.php:186
897
  msgid "Out of Stock"
898
  msgstr "לא קיים במלאי"
899
 
900
+ #: ../templates/wishlist-view.php:189
901
  msgid "In Stock"
902
  msgstr "קיים במלאי"
903
 
904
+ #: ../templates/wishlist-view.php:200
905
  #, php-format
906
  msgid "Added on : %s"
907
  msgstr ""
908
 
909
+ #: ../templates/wishlist-view.php:219
910
  msgid "Move"
911
  msgstr ""
912
 
913
+ #: ../templates/wishlist-view.php:231
914
  #, fuzzy
915
  msgid "Shared"
916
  msgstr "שתף ברשת:"
917
 
918
+ #: ../templates/wishlist-view.php:234
919
  msgid "Private"
920
  msgstr ""
921
 
922
+ #: ../templates/wishlist-view.php:237
923
  msgid "Public"
924
  msgstr ""
925
 
926
+ #: ../templates/wishlist-view.php:251
927
  msgid "Remove"
928
  msgstr ""
929
 
930
+ #: ../templates/wishlist-view.php:278
931
  msgid "Add the selected products to the cart"
932
  msgstr ""
933
 
934
+ #: ../templates/wishlist-view.php:286 ../templates/wishlist-view.php:328
935
  msgid "Ask for an estimate"
936
  msgstr ""
937
 
languages/yith-woocommerce-wishlist-it_IT.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-it_IT.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
- "POT-Creation-Date: 2015-09-18 17:53+0100\n"
5
- "PO-Revision-Date: 2015-09-18 17:53+0100\n"
6
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: it_IT\n"
@@ -567,49 +567,49 @@ msgstr "Twitter"
567
  msgid "email"
568
  msgstr "email "
569
 
570
- #: ../includes/class.yith-wcwl.php:207
571
  msgid "An error occurred while adding products to the wishlist."
572
  msgstr ""
573
  "Si è verificato un errore durante l'inserimento dei prodotti alla lista dei "
574
  "desideri."
575
 
576
- #: ../includes/class.yith-wcwl.php:292
577
  msgid "An error occurred while adding products to wishlist."
578
  msgstr ""
579
  "Si è verificato un errore durante l'inserimento dei prodotti alla lista dei "
580
  "desideri."
581
 
582
- #: ../includes/class.yith-wcwl.php:307
583
  msgid "The \"Remove\" option now does not require any parameter"
584
  msgstr "L'opzione \"Rimuovi\" non richiede alcun parametro"
585
 
586
- #: ../includes/class.yith-wcwl.php:341
587
  msgid "An error occurred while removing products from the wishlist"
588
  msgstr ""
589
  "Si è verificato un errore durante la rimozione dei prodotti dalla lista dei "
590
  "desideri"
591
 
592
- #: ../includes/class.yith-wcwl.php:619
593
  msgid "You need to log in before creating a new wishlist"
594
  msgstr "Devi essere loggato prima di poter creare una nuova lista dei desideri"
595
 
596
- #: ../includes/class.yith-wcwl.php:1329
597
  msgid "Product successfully removed."
598
  msgstr "Prodotto rimosso con successo"
599
 
600
- #: ../includes/class.yith-wcwl.php:1333
601
  msgid "Error. Unable to remove the product from the wishlist."
602
  msgstr "Errore. Impossibile rimuovere il prodotto dalla lista dei desideri."
603
 
604
- #: ../includes/class.yith-wcwl.php:1337 ../templates/wishlist-view.php:260
605
  msgid "No products were added to the wishlist"
606
  msgstr "Non è stato aggiunto alcun prodotto alla lista dei desideri."
607
 
608
- #: ../includes/class.yith-wcwl.php:1379
609
  msgid "An error as occurred."
610
  msgstr "Si è verificato un errore."
611
 
612
- #: ../init.php:129
613
  msgid ""
614
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
615
  "WooCommerce in order to work."
@@ -617,7 +617,7 @@ msgstr ""
617
  "YITH WooCommerce Wishlist è attivo ma non funzionante. È necessario "
618
  "installare WooCommerce perché il plugin funzioni correttamente."
619
 
620
- #: ../init.php:139
621
  msgid ""
622
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
623
  "are using the premium one."
@@ -632,21 +632,23 @@ msgid ""
632
  "Upgrade to the %1$spremium version%2$s%3$sof %1$sYITH WooCommerce Wishlist"
633
  "%2$s to benefit from all features!"
634
  msgstr ""
 
 
635
 
636
  #: ../templates/admin/wishlist-panel-premium.php:187
637
  #: ../templates/admin/wishlist-panel-premium.php:385
638
  #, php-format
639
  msgid "%1$sUPGRADE%2$s%3$s to the premium version%2$s"
640
- msgstr ""
641
 
642
  #: ../templates/admin/wishlist-panel-premium.php:193
643
  msgid "Premium Features"
644
- msgstr ""
645
 
646
  #: ../templates/admin/wishlist-panel-premium.php:196
647
  #: ../templates/admin/wishlist-panel-premium.php:201
648
  msgid "Multiple Wishlist"
649
- msgstr ""
650
 
651
  #: ../templates/admin/wishlist-panel-premium.php:203
652
  #, php-format
@@ -659,11 +661,19 @@ msgid ""
659
  "available, and thanks to this plugin your customers will be able to create, "
660
  "manage and share their own wish lists."
661
  msgstr ""
 
 
 
 
 
 
 
 
662
 
663
  #: ../templates/admin/wishlist-panel-premium.php:212
664
  #: ../templates/admin/wishlist-panel-premium.php:222
665
  msgid "Wishlist Private"
666
- msgstr ""
667
 
668
  #: ../templates/admin/wishlist-panel-premium.php:214
669
  #, php-format
@@ -672,11 +682,14 @@ msgid ""
672
  "%1$smanage the visibility%2$s of their wish lists according to one of the "
673
  "following options:"
674
  msgstr ""
 
 
675
 
676
  #: ../templates/admin/wishlist-panel-premium.php:216
677
  #, php-format
678
  msgid "%1$spublic:%2$s all users can look for your wish list and see it;"
679
  msgstr ""
 
680
 
681
  #: ../templates/admin/wishlist-panel-premium.php:217
682
  #, php-format
@@ -684,16 +697,18 @@ msgid ""
684
  "%1$sshared:%2$s only users possessing a direct link to the wish list page "
685
  "can display it;"
686
  msgstr ""
 
 
687
 
688
  #: ../templates/admin/wishlist-panel-premium.php:218
689
  #, php-format
690
  msgid "%1$sprivate:%2$s only the wish list creator can see it."
691
- msgstr ""
692
 
693
  #: ../templates/admin/wishlist-panel-premium.php:229
694
  #: ../templates/admin/wishlist-panel-premium.php:234
695
  msgid "Estimate Cost"
696
- msgstr ""
697
 
698
  #: ../templates/admin/wishlist-panel-premium.php:236
699
  #, php-format
@@ -707,11 +722,20 @@ msgid ""
707
  "text and send an email with all necessary information directly to the "
708
  "address that you have previously set."
709
  msgstr ""
 
 
 
 
 
 
 
 
 
710
 
711
  #: ../templates/admin/wishlist-panel-premium.php:245
712
  #: ../templates/admin/wishlist-panel-premium.php:250
713
  msgid "Admin Panel"
714
- msgstr ""
715
 
716
  #: ../templates/admin/wishlist-panel-premium.php:247
717
  #, php-format
@@ -723,11 +747,17 @@ msgid ""
723
  "directly in the product page, which registers the occurrences of the product "
724
  "in customers' wish lists."
725
  msgstr ""
 
 
 
 
 
 
726
 
727
  #: ../templates/admin/wishlist-panel-premium.php:257
728
  #: ../templates/admin/wishlist-panel-premium.php:262
729
  msgid "Search Wishlists"
730
- msgstr ""
731
 
732
  #: ../templates/admin/wishlist-panel-premium.php:264
733
  #, php-format
@@ -738,10 +768,16 @@ msgid ""
738
  "their name or email. This way you can grant %1$shigher visibility%2$s to "
739
  "your products and even encourage users to purchase."
740
  msgstr ""
 
 
 
 
 
 
741
 
742
  #: ../templates/admin/wishlist-panel-premium.php:273
743
  msgid "'ADD TO CART' CHECKBOX"
744
- msgstr ""
745
 
746
  #: ../templates/admin/wishlist-panel-premium.php:275
747
  #, php-format
@@ -749,21 +785,24 @@ msgid ""
749
  "Your shop offers always a wide selection of products and wishlists of your "
750
  "users get more and more crowded everyday. Give them the possibility to "
751
  "select %1$ssome or all products%2$s in the wishlist and add them to cart "
752
- "just with one click. So that users can select some or all products in the "
753
- "wishlist and add them to cart just with one click."
754
  msgstr ""
 
 
 
 
755
 
756
  #: ../templates/admin/wishlist-panel-premium.php:278
757
  msgid "'ADD TO CART'"
758
- msgstr ""
759
 
760
  #: ../templates/admin/wishlist-panel-premium.php:285
761
  msgid "DISABLE WISHLIST"
762
- msgstr ""
763
 
764
  #: ../templates/admin/wishlist-panel-premium.php:290
765
  msgid "DISABLE WISHLIST FOR UNLOGGED USERS"
766
- msgstr ""
767
 
768
  #: ../templates/admin/wishlist-panel-premium.php:292
769
  #, php-format
@@ -773,10 +812,15 @@ msgid ""
773
  "time they try to add a product to the wishlist, they will be %1$sredirected"
774
  "%2$s to \"My Account\" page and a message will invite them to log in."
775
  msgstr ""
 
 
 
 
 
776
 
777
  #: ../templates/admin/wishlist-panel-premium.php:301
778
  msgid "MESSAGE TO UNLOGGED USERS"
779
- msgstr ""
780
 
781
  #: ../templates/admin/wishlist-panel-premium.php:303
782
  #, php-format
@@ -785,15 +829,18 @@ msgid ""
785
  "benefit from Wishlist functionalities. Show a %1$scustomised message%2$s and "
786
  "redirect them to \"My Account\" page for registration."
787
  msgstr ""
 
 
 
788
 
789
  #: ../templates/admin/wishlist-panel-premium.php:306
790
  msgid "UNLOGGED USERS"
791
- msgstr ""
792
 
793
  #: ../templates/admin/wishlist-panel-premium.php:313
794
  #: ../templates/admin/wishlist-panel-premium.php:318
795
  msgid "POPULAR TABLE"
796
- msgstr ""
797
 
798
  #: ../templates/admin/wishlist-panel-premium.php:320
799
  #, php-format
@@ -803,10 +850,14 @@ msgid ""
803
  "you, as shop administrator, to track products that appear most frequently in "
804
  "their wishlists."
805
  msgstr ""
 
 
 
 
806
 
807
  #: ../templates/admin/wishlist-panel-premium.php:329
808
  msgid "FUNCTIONALITIES IN ONE CLICK"
809
- msgstr ""
810
 
811
  #: ../templates/admin/wishlist-panel-premium.php:331
812
  #, php-format
@@ -815,15 +866,19 @@ msgid ""
815
  "display those already created. Add these %1$sfunctionalities%2$s through the "
816
  "dedicated widgets or show them immediately after \"Wishlist\" table."
817
  msgstr ""
 
 
 
 
818
 
819
  #: ../templates/admin/wishlist-panel-premium.php:334
820
  msgid "FUNCTIONALITIES"
821
- msgstr ""
822
 
823
  #: ../templates/admin/wishlist-panel-premium.php:341
824
  #: ../templates/admin/wishlist-panel-premium.php:346
825
  msgid "PROMOTIONAL EMAIL"
826
- msgstr ""
827
 
828
  #: ../templates/admin/wishlist-panel-premium.php:348
829
  #, php-format
@@ -834,10 +889,15 @@ msgid ""
834
  "the option panel and add a coupon they can use in your shop, so that they "
835
  "will know you are offering a unique offer!"
836
  msgstr ""
 
 
 
 
 
837
 
838
  #: ../templates/admin/wishlist-panel-premium.php:357
839
  msgid "FROM A WISHLIST TO ANOTHER"
840
- msgstr ""
841
 
842
  #: ../templates/admin/wishlist-panel-premium.php:359
843
  #, php-format
@@ -847,18 +907,22 @@ msgid ""
847
  "just one click users will be free to move a product from a wishlist to "
848
  "another one, managing as they want their lists."
849
  msgstr ""
 
 
 
 
850
 
851
  #: ../templates/admin/wishlist-panel-premium.php:362
852
  msgid "FROM A WISHLIST"
853
- msgstr ""
854
 
855
  #: ../templates/admin/wishlist-panel-premium.php:369
856
  msgid "DATE"
857
- msgstr ""
858
 
859
  #: ../templates/admin/wishlist-panel-premium.php:374
860
  msgid "DATE OF ADDITION TO A WISHLIST"
861
- msgstr ""
862
 
863
  #: ../templates/admin/wishlist-panel-premium.php:376
864
  #, php-format
@@ -867,6 +931,9 @@ msgid ""
867
  "date in which they have added a particular product to their list: a new way "
868
  "to keep you users informed about their operations."
869
  msgstr ""
 
 
 
870
 
871
  #: ../templates/share.php:28
872
  msgid "Pinterest"
@@ -904,52 +971,52 @@ msgstr "Prezzo unitario"
904
  msgid "Stock Status"
905
  msgstr "Stato prodotto"
906
 
907
- #: ../templates/wishlist-view.php:144 ../templates/wishlist-view.php:250
908
  msgid "Remove this product"
909
  msgstr "Rimuovi questo prodotto"
910
 
911
- #: ../templates/wishlist-view.php:174
912
  msgid "Free!"
913
  msgstr "Free!"
914
 
915
- #: ../templates/wishlist-view.php:185
916
  msgid "Out of Stock"
917
  msgstr "Esaurito"
918
 
919
- #: ../templates/wishlist-view.php:188
920
  msgid "In Stock"
921
  msgstr "Disponibile"
922
 
923
- #: ../templates/wishlist-view.php:199
924
  #, php-format
925
  msgid "Added on : %s"
926
  msgstr "Aggiunto il: %s"
927
 
928
- #: ../templates/wishlist-view.php:218
929
  msgid "Move"
930
  msgstr "Sposta"
931
 
932
- #: ../templates/wishlist-view.php:230
933
  msgid "Shared"
934
  msgstr "Condivisa"
935
 
936
- #: ../templates/wishlist-view.php:233
937
  msgid "Private"
938
  msgstr "Privata"
939
 
940
- #: ../templates/wishlist-view.php:236
941
  msgid "Public"
942
  msgstr "Pubblica"
943
 
944
- #: ../templates/wishlist-view.php:250
945
  msgid "Remove"
946
  msgstr "Rimuovi"
947
 
948
- #: ../templates/wishlist-view.php:277
949
  msgid "Add the selected products to the cart"
950
  msgstr "Aggiungi i prodotti selezionati al carrello"
951
 
952
- #: ../templates/wishlist-view.php:285 ../templates/wishlist-view.php:327
953
  msgid "Ask for an estimate"
954
  msgstr "Richiedi un preventivo"
955
 
@@ -1013,6 +1080,18 @@ msgstr "Grassetto corsivo"
1013
  msgid "Click to preview"
1014
  msgstr "Clicca qui per visualizzare l'anteprima"
1015
 
 
 
 
 
 
 
 
 
 
 
 
 
1016
  #~ msgid "Promotional email sent correctly"
1017
  #~ msgstr "Email promozionale inviata correttamente"
1018
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
+ "POT-Creation-Date: 2015-10-23 16:44+0100\n"
5
+ "PO-Revision-Date: 2015-10-23 16:44+0100\n"
6
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: it_IT\n"
567
  msgid "email"
568
  msgstr "email "
569
 
570
+ #: ../includes/class.yith-wcwl.php:211
571
  msgid "An error occurred while adding products to the wishlist."
572
  msgstr ""
573
  "Si è verificato un errore durante l'inserimento dei prodotti alla lista dei "
574
  "desideri."
575
 
576
+ #: ../includes/class.yith-wcwl.php:296
577
  msgid "An error occurred while adding products to wishlist."
578
  msgstr ""
579
  "Si è verificato un errore durante l'inserimento dei prodotti alla lista dei "
580
  "desideri."
581
 
582
+ #: ../includes/class.yith-wcwl.php:311
583
  msgid "The \"Remove\" option now does not require any parameter"
584
  msgstr "L'opzione \"Rimuovi\" non richiede alcun parametro"
585
 
586
+ #: ../includes/class.yith-wcwl.php:345
587
  msgid "An error occurred while removing products from the wishlist"
588
  msgstr ""
589
  "Si è verificato un errore durante la rimozione dei prodotti dalla lista dei "
590
  "desideri"
591
 
592
+ #: ../includes/class.yith-wcwl.php:649
593
  msgid "You need to log in before creating a new wishlist"
594
  msgstr "Devi essere loggato prima di poter creare una nuova lista dei desideri"
595
 
596
+ #: ../includes/class.yith-wcwl.php:1359
597
  msgid "Product successfully removed."
598
  msgstr "Prodotto rimosso con successo"
599
 
600
+ #: ../includes/class.yith-wcwl.php:1363
601
  msgid "Error. Unable to remove the product from the wishlist."
602
  msgstr "Errore. Impossibile rimuovere il prodotto dalla lista dei desideri."
603
 
604
+ #: ../includes/class.yith-wcwl.php:1367 ../templates/wishlist-view.php:261
605
  msgid "No products were added to the wishlist"
606
  msgstr "Non è stato aggiunto alcun prodotto alla lista dei desideri."
607
 
608
+ #: ../includes/class.yith-wcwl.php:1409
609
  msgid "An error as occurred."
610
  msgstr "Si è verificato un errore."
611
 
612
+ #: ../init.php:133
613
  msgid ""
614
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
615
  "WooCommerce in order to work."
617
  "YITH WooCommerce Wishlist è attivo ma non funzionante. È necessario "
618
  "installare WooCommerce perché il plugin funzioni correttamente."
619
 
620
+ #: ../init.php:143
621
  msgid ""
622
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
623
  "are using the premium one."
632
  "Upgrade to the %1$spremium version%2$s%3$sof %1$sYITH WooCommerce Wishlist"
633
  "%2$s to benefit from all features!"
634
  msgstr ""
635
+ "Aggiorna alla %1$spremium versione%2$s %3$s di%1$sYITH WooCommerce Wishlist"
636
+ "%2$s per usufruire di tutte le sue funzionalità!"
637
 
638
  #: ../templates/admin/wishlist-panel-premium.php:187
639
  #: ../templates/admin/wishlist-panel-premium.php:385
640
  #, php-format
641
  msgid "%1$sUPGRADE%2$s%3$s to the premium version%2$s"
642
+ msgstr "%1$sAGGIORNA%2$s %3$salla versione premium%2$s "
643
 
644
  #: ../templates/admin/wishlist-panel-premium.php:193
645
  msgid "Premium Features"
646
+ msgstr "Funzionalità premium"
647
 
648
  #: ../templates/admin/wishlist-panel-premium.php:196
649
  #: ../templates/admin/wishlist-panel-premium.php:201
650
  msgid "Multiple Wishlist"
651
+ msgstr "Molteplici liste dei desideri"
652
 
653
  #: ../templates/admin/wishlist-panel-premium.php:203
654
  #, php-format
661
  "available, and thanks to this plugin your customers will be able to create, "
662
  "manage and share their own wish lists."
663
  msgstr ""
664
+ "%1$sTi capita mai di avere troppi desideri per una semplice lista?%2$s%3$s "
665
+ "La possibilità di organizzare i propri desideri è una componente "
666
+ "fondamentale per un moderno e-commerce e permette anche di far crescere il "
667
+ "livello di soddisfazione degli utenti.%3$sL'opzione \"molteplici liste dei "
668
+ "desideri\" di %1$sYITH WooCommerce Wishlist%2$s rende questa e molte altre "
669
+ "funzionalità disponibili nel tuo store online e, grazie a questo plugin, i "
670
+ "tuoi clienti potranno creare, gestire e condividere le loro liste dei "
671
+ "desideri."
672
 
673
  #: ../templates/admin/wishlist-panel-premium.php:212
674
  #: ../templates/admin/wishlist-panel-premium.php:222
675
  msgid "Wishlist Private"
676
+ msgstr "Lista dei desideri privata"
677
 
678
  #: ../templates/admin/wishlist-panel-premium.php:214
679
  #, php-format
682
  "%1$smanage the visibility%2$s of their wish lists according to one of the "
683
  "following options:"
684
  msgstr ""
685
+ "Abilitando l'opzione wishlist, gli utenti potranno %1$sgestire la visibilità"
686
+ "%2$s delle loro liste dei desideri in base ad una delle seguenti opzioni:"
687
 
688
  #: ../templates/admin/wishlist-panel-premium.php:216
689
  #, php-format
690
  msgid "%1$spublic:%2$s all users can look for your wish list and see it;"
691
  msgstr ""
692
+ "%1$spubblica:%2$s tutti gli utenti possono cercare le tue liste e vederle;"
693
 
694
  #: ../templates/admin/wishlist-panel-premium.php:217
695
  #, php-format
697
  "%1$sshared:%2$s only users possessing a direct link to the wish list page "
698
  "can display it;"
699
  msgstr ""
700
+ "%1$scondivisa:%2$s solo gli utenti in possesso di un link diretto alla "
701
+ "pagina wishlist possono visualizzarle;"
702
 
703
  #: ../templates/admin/wishlist-panel-premium.php:218
704
  #, php-format
705
  msgid "%1$sprivate:%2$s only the wish list creator can see it."
706
+ msgstr "%1$sprivata:%2$s solo colui che ha creato la wishlist può vederla."
707
 
708
  #: ../templates/admin/wishlist-panel-premium.php:229
709
  #: ../templates/admin/wishlist-panel-premium.php:234
710
  msgid "Estimate Cost"
711
+ msgstr "Preventivo"
712
 
713
  #: ../templates/admin/wishlist-panel-premium.php:236
714
  #, php-format
722
  "text and send an email with all necessary information directly to the "
723
  "address that you have previously set."
724
  msgstr ""
725
+ "%1$sVuoi aggiungere la possibilità di chiedere un preventivo per i prodotti "
726
+ "nel tuo catalogo?%3$s Vuoi gestire pacchetti personalizzati per i clienti "
727
+ "abituali del tuo shop?%2$s%3$sGrazie alla funzionalità \"preventivo\" di "
728
+ "%1$sYITH WooCommerce Wishlist%2$s, ogni utente registrato potrà chiedere un "
729
+ "preventivo per i prodotti inseriti nella propria wishlist e aggiungere un "
730
+ "testo nella finestra modale che si aprirà subito dopo aver fatto clic sul "
731
+ "pulsante. Potranno, poi confermare il testo e inviare l'email con tutte le "
732
+ "informazioni necessarie direttamente all'indirizzo che tu avrai "
733
+ "precedentemente inserito."
734
 
735
  #: ../templates/admin/wishlist-panel-premium.php:245
736
  #: ../templates/admin/wishlist-panel-premium.php:250
737
  msgid "Admin Panel"
738
+ msgstr "Pannello amministrazione"
739
 
740
  #: ../templates/admin/wishlist-panel-premium.php:247
741
  #, php-format
747
  "directly in the product page, which registers the occurrences of the product "
748
  "in customers' wish lists."
749
  msgstr ""
750
+ "Grazie all'utilissimo pannello di amministrazione, accessibile direttamente "
751
+ "dai sottomenu di WooCommerce, potrai avere il massimo controllo sulle liste "
752
+ "dei desideri dei tuoi utenti. Oltretutto, valutare il grado di apprezzamento "
753
+ "dei tuoi prodotti non è mai stato così facile adesso che %1$spuoi vedere un "
754
+ "report%2$s disponibile nella pagina prodotto, in cui sono registrate tutte "
755
+ "le occorrenze del prodotto nelle liste dei desideri dei clienti."
756
 
757
  #: ../templates/admin/wishlist-panel-premium.php:257
758
  #: ../templates/admin/wishlist-panel-premium.php:262
759
  msgid "Search Wishlists"
760
+ msgstr "Cerca liste dei desideri"
761
 
762
  #: ../templates/admin/wishlist-panel-premium.php:264
763
  #, php-format
768
  "their name or email. This way you can grant %1$shigher visibility%2$s to "
769
  "your products and even encourage users to purchase."
770
  msgstr ""
771
+ "Quante volte sei andato in cerca del regalo perfetto per un evento "
772
+ "importante, ma non avevi idea di cosa comprare? %1$s'Cerca liste dei "
773
+ "desideri'%2$s ti permette di far accedere i tuoi utenti alle liste di "
774
+ "chiunque, basta che sappiano il loro nome o l'indirizzo email. In questo "
775
+ "modo puoi garantire %1$smaggiore visibilità%2$s per i tuoi prodotti ed "
776
+ "spingere gli utenti ad acquistare."
777
 
778
  #: ../templates/admin/wishlist-panel-premium.php:273
779
  msgid "'ADD TO CART' CHECKBOX"
780
+ msgstr "CHECKBOX 'AGGIUNGI AL CARRELLO'"
781
 
782
  #: ../templates/admin/wishlist-panel-premium.php:275
783
  #, php-format
785
  "Your shop offers always a wide selection of products and wishlists of your "
786
  "users get more and more crowded everyday. Give them the possibility to "
787
  "select %1$ssome or all products%2$s in the wishlist and add them to cart "
788
+ "just with one click."
 
789
  msgstr ""
790
+ "Il tuo shop offre sempre una vasta selezione di prodotti e le liste dei "
791
+ "desideri degli utenti si affollano ogni giorno di più. Da' loro la "
792
+ "possibilità di selezionare %1$salcuni o tutti i prodotti%2$s nella wishlist "
793
+ "e di aggiungerli al carrello con un solo clic."
794
 
795
  #: ../templates/admin/wishlist-panel-premium.php:278
796
  msgid "'ADD TO CART'"
797
+ msgstr "AGGIUNGI AL CARRELLO"
798
 
799
  #: ../templates/admin/wishlist-panel-premium.php:285
800
  msgid "DISABLE WISHLIST"
801
+ msgstr "DISABILITA WISHLIST"
802
 
803
  #: ../templates/admin/wishlist-panel-premium.php:290
804
  msgid "DISABLE WISHLIST FOR UNLOGGED USERS"
805
+ msgstr "DISABILITA LISTA DEI DESIDERI PER GLI UTENTI NON LOGGATI"
806
 
807
  #: ../templates/admin/wishlist-panel-premium.php:292
808
  #, php-format
812
  "time they try to add a product to the wishlist, they will be %1$sredirected"
813
  "%2$s to \"My Account\" page and a message will invite them to log in."
814
  msgstr ""
815
+ "Offri un servizio in più agli utenti che si sono registrati al tuo shop e "
816
+ "disabilita le funzionalità del plugin per gli altri. Disabilitando questa "
817
+ "opzione, ogni volta che provano ad aggiungere il prodotto alla lista dei "
818
+ "desideri, saranno %1$sriportati%2$s alla pagina \"Il mio account\" in cui un "
819
+ "messaggio li inviterà a loggarsi."
820
 
821
  #: ../templates/admin/wishlist-panel-premium.php:301
822
  msgid "MESSAGE TO UNLOGGED USERS"
823
+ msgstr "MESSAGGIO UTENTI NON LOGGATI"
824
 
825
  #: ../templates/admin/wishlist-panel-premium.php:303
826
  #, php-format
829
  "benefit from Wishlist functionalities. Show a %1$scustomised message%2$s and "
830
  "redirect them to \"My Account\" page for registration."
831
  msgstr ""
832
+ "Invita gli utenti che visitano il tuo shop a loggarsi se vogliono usufruire "
833
+ "di tutte le funzionalità Wishlist. Mostra un %1$smessaggio personalizzato"
834
+ "%2$s e riportali alla pagina \"Il mio account\" per la registrazione."
835
 
836
  #: ../templates/admin/wishlist-panel-premium.php:306
837
  msgid "UNLOGGED USERS"
838
+ msgstr "UTENTI NON LOGGATI"
839
 
840
  #: ../templates/admin/wishlist-panel-premium.php:313
841
  #: ../templates/admin/wishlist-panel-premium.php:318
842
  msgid "POPULAR TABLE"
843
+ msgstr "Tabella popolari"
844
 
845
  #: ../templates/admin/wishlist-panel-premium.php:320
846
  #, php-format
850
  "you, as shop administrator, to track products that appear most frequently in "
851
  "their wishlists."
852
  msgstr ""
853
+ "Alcuni prodotti attirano l'attenzione dei clienti più di altri e gli utenti "
854
+ "non esitano ad aggiungerli alla loro lista dei desideri. La tabella "
855
+ "%1$s'Popolari'%2$s permette a te amministratore di vedere quali sono i "
856
+ "prodotti che appaiono più di frequente nelle wishlist dei tuoi utenti."
857
 
858
  #: ../templates/admin/wishlist-panel-premium.php:329
859
  msgid "FUNCTIONALITIES IN ONE CLICK"
860
+ msgstr "Funzionalità in un clic"
861
 
862
  #: ../templates/admin/wishlist-panel-premium.php:331
863
  #, php-format
866
  "display those already created. Add these %1$sfunctionalities%2$s through the "
867
  "dedicated widgets or show them immediately after \"Wishlist\" table."
868
  msgstr ""
869
+ "Gli utenti hanno la possibilità di cercare una lista dei desideri, di "
870
+ "crearne una nuova o di mostrare quelle già create. Aggiungi queste "
871
+ "%1$sfunzionalità%2$s utilizzando i widget o mostrandoli immediatamente dopo "
872
+ "la tabella \"Lista dei desideri\"."
873
 
874
  #: ../templates/admin/wishlist-panel-premium.php:334
875
  msgid "FUNCTIONALITIES"
876
+ msgstr "Funzionalità"
877
 
878
  #: ../templates/admin/wishlist-panel-premium.php:341
879
  #: ../templates/admin/wishlist-panel-premium.php:346
880
  msgid "PROMOTIONAL EMAIL"
881
+ msgstr "Email offerta"
882
 
883
  #: ../templates/admin/wishlist-panel-premium.php:348
884
  #, php-format
889
  "the option panel and add a coupon they can use in your shop, so that they "
890
  "will know you are offering a unique offer!"
891
  msgstr ""
892
+ "Se vuoi dare il giusto input ai tuoi utenti e persuaderli ad %1$sacquistare "
893
+ "i prodotti%2$s presenti nelle loro liste dei desideri, ti servirà questa "
894
+ "funzionalità! %1$sInvia un'email%2$s: personalizzane il contenuto dal "
895
+ "pannello opzioni e aggiungi un coupon da poter utilizzare nello shop, così "
896
+ "che siano informati dell'offerta unica che stai proponendo!"
897
 
898
  #: ../templates/admin/wishlist-panel-premium.php:357
899
  msgid "FROM A WISHLIST TO ANOTHER"
900
+ msgstr "Da una lista dei desideri all'altra"
901
 
902
  #: ../templates/admin/wishlist-panel-premium.php:359
903
  #, php-format
907
  "just one click users will be free to move a product from a wishlist to "
908
  "another one, managing as they want their lists."
909
  msgstr ""
910
+ "Chi ha detto che un prodotto debba rimanere per sempre nella stessa lista "
911
+ "dei desideri? Con l'opzione %1$s\"Sposta in un'altra lista dei desideri"
912
+ "\"%2$s gli utenti potranno spostare un prodotto liberamente da una wishlist "
913
+ "ad un'altra con un solo clic e gestirle come preferiscono."
914
 
915
  #: ../templates/admin/wishlist-panel-premium.php:362
916
  msgid "FROM A WISHLIST"
917
+ msgstr "Da una lista dei desideri"
918
 
919
  #: ../templates/admin/wishlist-panel-premium.php:369
920
  msgid "DATE"
921
+ msgstr "Data"
922
 
923
  #: ../templates/admin/wishlist-panel-premium.php:374
924
  msgid "DATE OF ADDITION TO A WISHLIST"
925
+ msgstr "Data di aggiunta alla wishlist"
926
 
927
  #: ../templates/admin/wishlist-panel-premium.php:376
928
  #, php-format
931
  "date in which they have added a particular product to their list: a new way "
932
  "to keep you users informed about their operations."
933
  msgstr ""
934
+ "Attivando l'opzione %1$s\"Mostra data di aggiunta\"%2$s, gli utenti potranno "
935
+ "vedere la data in cui hanno aggiunto un determinato prodotto alla loro "
936
+ "lista: un nuovo modo per tenerli informati sulle loro operazioni."
937
 
938
  #: ../templates/share.php:28
939
  msgid "Pinterest"
971
  msgid "Stock Status"
972
  msgstr "Stato prodotto"
973
 
974
+ #: ../templates/wishlist-view.php:144 ../templates/wishlist-view.php:251
975
  msgid "Remove this product"
976
  msgstr "Rimuovi questo prodotto"
977
 
978
+ #: ../templates/wishlist-view.php:175
979
  msgid "Free!"
980
  msgstr "Free!"
981
 
982
+ #: ../templates/wishlist-view.php:186
983
  msgid "Out of Stock"
984
  msgstr "Esaurito"
985
 
986
+ #: ../templates/wishlist-view.php:189
987
  msgid "In Stock"
988
  msgstr "Disponibile"
989
 
990
+ #: ../templates/wishlist-view.php:200
991
  #, php-format
992
  msgid "Added on : %s"
993
  msgstr "Aggiunto il: %s"
994
 
995
+ #: ../templates/wishlist-view.php:219
996
  msgid "Move"
997
  msgstr "Sposta"
998
 
999
+ #: ../templates/wishlist-view.php:231
1000
  msgid "Shared"
1001
  msgstr "Condivisa"
1002
 
1003
+ #: ../templates/wishlist-view.php:234
1004
  msgid "Private"
1005
  msgstr "Privata"
1006
 
1007
+ #: ../templates/wishlist-view.php:237
1008
  msgid "Public"
1009
  msgstr "Pubblica"
1010
 
1011
+ #: ../templates/wishlist-view.php:251
1012
  msgid "Remove"
1013
  msgstr "Rimuovi"
1014
 
1015
+ #: ../templates/wishlist-view.php:278
1016
  msgid "Add the selected products to the cart"
1017
  msgstr "Aggiungi i prodotti selezionati al carrello"
1018
 
1019
+ #: ../templates/wishlist-view.php:286 ../templates/wishlist-view.php:328
1020
  msgid "Ask for an estimate"
1021
  msgstr "Richiedi un preventivo"
1022
 
1080
  msgid "Click to preview"
1081
  msgstr "Clicca qui per visualizzare l'anteprima"
1082
 
1083
+ #~ msgid ""
1084
+ #~ "Your shop offers always a wide selection of products and wishlists of "
1085
+ #~ "your users get more and more crowded everyday. Give them the possibility "
1086
+ #~ "to select %1$ssome or all products%2$s in the wishlist and add them to "
1087
+ #~ "cart just with one click. So that users can select some or all products "
1088
+ #~ "in the wishlist and add them to cart just with one click."
1089
+ #~ msgstr ""
1090
+ #~ "Il tuo shop offre sempre una vasta selezione di prodotti e le liste dei "
1091
+ #~ "desideri dei tuoi utenti si affollano sempre più ogni giorno. Da' loro la "
1092
+ #~ "possibilità di selezionare %1$salcuni o tutti i prodotti%2$s della lista "
1093
+ #~ "per aggiungerli al carrello con un solo clic."
1094
+
1095
  #~ msgid "Promotional email sent correctly"
1096
  #~ msgstr "Email promozionale inviata correttamente"
1097
 
languages/yith-woocommerce-wishlist-pl_PL.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-pl_PL.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
- "POT-Creation-Date: 2015-09-18 17:53+0100\n"
5
- "PO-Revision-Date: 2015-09-18 17:53+0100\n"
6
  "Last-Translator: \n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: pl_PL\n"
@@ -532,49 +532,49 @@ msgstr "Twitter"
532
  msgid "email"
533
  msgstr "e-mail"
534
 
535
- #: ../includes/class.yith-wcwl.php:207
536
  msgid "An error occurred while adding products to the wishlist."
537
  msgstr ""
538
 
539
- #: ../includes/class.yith-wcwl.php:292
540
  msgid "An error occurred while adding products to wishlist."
541
  msgstr ""
542
 
543
- #: ../includes/class.yith-wcwl.php:307
544
  msgid "The \"Remove\" option now does not require any parameter"
545
  msgstr ""
546
 
547
- #: ../includes/class.yith-wcwl.php:341
548
  msgid "An error occurred while removing products from the wishlist"
549
  msgstr ""
550
 
551
- #: ../includes/class.yith-wcwl.php:619
552
  msgid "You need to log in before creating a new wishlist"
553
  msgstr ""
554
 
555
- #: ../includes/class.yith-wcwl.php:1329
556
  msgid "Product successfully removed."
557
  msgstr "Produkt został usunięty."
558
 
559
- #: ../includes/class.yith-wcwl.php:1333
560
  msgid "Error. Unable to remove the product from the wishlist."
561
  msgstr "Błąd. Nie można usunąć produktu z listy życzeń."
562
 
563
- #: ../includes/class.yith-wcwl.php:1337 ../templates/wishlist-view.php:260
564
  msgid "No products were added to the wishlist"
565
  msgstr "Nie dodano żadnych produktów do listy życzeń"
566
 
567
- #: ../includes/class.yith-wcwl.php:1379
568
  msgid "An error as occurred."
569
  msgstr ""
570
 
571
- #: ../init.php:129
572
  msgid ""
573
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
574
  "WooCommerce in order to work."
575
  msgstr ""
576
 
577
- #: ../init.php:139
578
  msgid ""
579
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
580
  "are using the premium one."
@@ -704,8 +704,7 @@ msgid ""
704
  "Your shop offers always a wide selection of products and wishlists of your "
705
  "users get more and more crowded everyday. Give them the possibility to "
706
  "select %1$ssome or all products%2$s in the wishlist and add them to cart "
707
- "just with one click. So that users can select some or all products in the "
708
- "wishlist and add them to cart just with one click."
709
  msgstr ""
710
 
711
  #: ../templates/admin/wishlist-panel-premium.php:278
@@ -859,52 +858,52 @@ msgstr "Cena"
859
  msgid "Stock Status"
860
  msgstr "Stan magazynowy"
861
 
862
- #: ../templates/wishlist-view.php:144 ../templates/wishlist-view.php:250
863
  msgid "Remove this product"
864
  msgstr "Usuń"
865
 
866
- #: ../templates/wishlist-view.php:174
867
  msgid "Free!"
868
  msgstr "Darmowe!"
869
 
870
- #: ../templates/wishlist-view.php:185
871
  msgid "Out of Stock"
872
  msgstr "Wyprzedane"
873
 
874
- #: ../templates/wishlist-view.php:188
875
  msgid "In Stock"
876
  msgstr "Dostępny"
877
 
878
- #: ../templates/wishlist-view.php:199
879
  #, php-format
880
  msgid "Added on : %s"
881
  msgstr "Dodano %s temu"
882
 
883
- #: ../templates/wishlist-view.php:218
884
  msgid "Move"
885
  msgstr "Przenieś"
886
 
887
- #: ../templates/wishlist-view.php:230
888
  msgid "Shared"
889
  msgstr "Udostępniony"
890
 
891
- #: ../templates/wishlist-view.php:233
892
  msgid "Private"
893
  msgstr "Prywatny"
894
 
895
- #: ../templates/wishlist-view.php:236
896
  msgid "Public"
897
  msgstr "Publiczny"
898
 
899
- #: ../templates/wishlist-view.php:250
900
  msgid "Remove"
901
  msgstr "Usuń"
902
 
903
- #: ../templates/wishlist-view.php:277
904
  msgid "Add the selected products to the cart"
905
  msgstr "Dodaj wybrane produkty do koszyka"
906
 
907
- #: ../templates/wishlist-view.php:285 ../templates/wishlist-view.php:327
908
  msgid "Ask for an estimate"
909
  msgstr "Poproś o oszacowanie kosztów"
910
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
+ "POT-Creation-Date: 2015-10-23 16:44+0100\n"
5
+ "PO-Revision-Date: 2015-10-23 16:44+0100\n"
6
  "Last-Translator: \n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: pl_PL\n"
532
  msgid "email"
533
  msgstr "e-mail"
534
 
535
+ #: ../includes/class.yith-wcwl.php:211
536
  msgid "An error occurred while adding products to the wishlist."
537
  msgstr ""
538
 
539
+ #: ../includes/class.yith-wcwl.php:296
540
  msgid "An error occurred while adding products to wishlist."
541
  msgstr ""
542
 
543
+ #: ../includes/class.yith-wcwl.php:311
544
  msgid "The \"Remove\" option now does not require any parameter"
545
  msgstr ""
546
 
547
+ #: ../includes/class.yith-wcwl.php:345
548
  msgid "An error occurred while removing products from the wishlist"
549
  msgstr ""
550
 
551
+ #: ../includes/class.yith-wcwl.php:649
552
  msgid "You need to log in before creating a new wishlist"
553
  msgstr ""
554
 
555
+ #: ../includes/class.yith-wcwl.php:1359
556
  msgid "Product successfully removed."
557
  msgstr "Produkt został usunięty."
558
 
559
+ #: ../includes/class.yith-wcwl.php:1363
560
  msgid "Error. Unable to remove the product from the wishlist."
561
  msgstr "Błąd. Nie można usunąć produktu z listy życzeń."
562
 
563
+ #: ../includes/class.yith-wcwl.php:1367 ../templates/wishlist-view.php:261
564
  msgid "No products were added to the wishlist"
565
  msgstr "Nie dodano żadnych produktów do listy życzeń"
566
 
567
+ #: ../includes/class.yith-wcwl.php:1409
568
  msgid "An error as occurred."
569
  msgstr ""
570
 
571
+ #: ../init.php:133
572
  msgid ""
573
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
574
  "WooCommerce in order to work."
575
  msgstr ""
576
 
577
+ #: ../init.php:143
578
  msgid ""
579
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
580
  "are using the premium one."
704
  "Your shop offers always a wide selection of products and wishlists of your "
705
  "users get more and more crowded everyday. Give them the possibility to "
706
  "select %1$ssome or all products%2$s in the wishlist and add them to cart "
707
+ "just with one click."
 
708
  msgstr ""
709
 
710
  #: ../templates/admin/wishlist-panel-premium.php:278
858
  msgid "Stock Status"
859
  msgstr "Stan magazynowy"
860
 
861
+ #: ../templates/wishlist-view.php:144 ../templates/wishlist-view.php:251
862
  msgid "Remove this product"
863
  msgstr "Usuń"
864
 
865
+ #: ../templates/wishlist-view.php:175
866
  msgid "Free!"
867
  msgstr "Darmowe!"
868
 
869
+ #: ../templates/wishlist-view.php:186
870
  msgid "Out of Stock"
871
  msgstr "Wyprzedane"
872
 
873
+ #: ../templates/wishlist-view.php:189
874
  msgid "In Stock"
875
  msgstr "Dostępny"
876
 
877
+ #: ../templates/wishlist-view.php:200
878
  #, php-format
879
  msgid "Added on : %s"
880
  msgstr "Dodano %s temu"
881
 
882
+ #: ../templates/wishlist-view.php:219
883
  msgid "Move"
884
  msgstr "Przenieś"
885
 
886
+ #: ../templates/wishlist-view.php:231
887
  msgid "Shared"
888
  msgstr "Udostępniony"
889
 
890
+ #: ../templates/wishlist-view.php:234
891
  msgid "Private"
892
  msgstr "Prywatny"
893
 
894
+ #: ../templates/wishlist-view.php:237
895
  msgid "Public"
896
  msgstr "Publiczny"
897
 
898
+ #: ../templates/wishlist-view.php:251
899
  msgid "Remove"
900
  msgstr "Usuń"
901
 
902
+ #: ../templates/wishlist-view.php:278
903
  msgid "Add the selected products to the cart"
904
  msgstr "Dodaj wybrane produkty do koszyka"
905
 
906
+ #: ../templates/wishlist-view.php:286 ../templates/wishlist-view.php:328
907
  msgid "Ask for an estimate"
908
  msgstr "Poproś o oszacowanie kosztów"
909
 
languages/yith-woocommerce-wishlist-pt_BR.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-pt_BR.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
- "POT-Creation-Date: 2015-09-18 17:53+0100\n"
5
- "PO-Revision-Date: 2015-09-18 17:53+0100\n"
6
  "Last-Translator: YIThemes <support@yithemes.com>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: pt_BR\n"
@@ -562,52 +562,52 @@ msgstr "Twitter"
562
  msgid "email"
563
  msgstr ""
564
 
565
- #: ../includes/class.yith-wcwl.php:207
566
  #, fuzzy
567
  msgid "An error occurred while adding products to the wishlist."
568
  msgstr "Oops! Ocorreu um erro ao adicionar o produto à lista de desejos."
569
 
570
- #: ../includes/class.yith-wcwl.php:292
571
  #, fuzzy
572
  msgid "An error occurred while adding products to wishlist."
573
  msgstr "Oops! Ocorreu um erro ao adicionar o produto à lista de desejos."
574
 
575
- #: ../includes/class.yith-wcwl.php:307
576
  msgid "The \"Remove\" option now does not require any parameter"
577
  msgstr ""
578
 
579
- #: ../includes/class.yith-wcwl.php:341
580
  #, fuzzy
581
  msgid "An error occurred while removing products from the wishlist"
582
  msgstr "Oops! Ocorreu um erro ao remover o produto à lista de desejos."
583
 
584
- #: ../includes/class.yith-wcwl.php:619
585
  msgid "You need to log in before creating a new wishlist"
586
  msgstr ""
587
 
588
- #: ../includes/class.yith-wcwl.php:1329
589
  msgid "Product successfully removed."
590
  msgstr "Produto removida com sucesso."
591
 
592
- #: ../includes/class.yith-wcwl.php:1333
593
  msgid "Error. Unable to remove the product from the wishlist."
594
  msgstr "Erro. Não foi possível remover o produto da lista de desejos."
595
 
596
- #: ../includes/class.yith-wcwl.php:1337 ../templates/wishlist-view.php:260
597
  msgid "No products were added to the wishlist"
598
  msgstr "Nenhum produto foi adicionado à lista de desejos"
599
 
600
- #: ../includes/class.yith-wcwl.php:1379
601
  msgid "An error as occurred."
602
  msgstr ""
603
 
604
- #: ../init.php:129
605
  msgid ""
606
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
607
  "WooCommerce in order to work."
608
  msgstr ""
609
 
610
- #: ../init.php:139
611
  msgid ""
612
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
613
  "are using the premium one."
@@ -737,8 +737,7 @@ msgid ""
737
  "Your shop offers always a wide selection of products and wishlists of your "
738
  "users get more and more crowded everyday. Give them the possibility to "
739
  "select %1$ssome or all products%2$s in the wishlist and add them to cart "
740
- "just with one click. So that users can select some or all products in the "
741
- "wishlist and add them to cart just with one click."
742
  msgstr ""
743
 
744
  #: ../templates/admin/wishlist-panel-premium.php:278
@@ -894,53 +893,53 @@ msgstr "Preço unitário"
894
  msgid "Stock Status"
895
  msgstr "Status do estoque"
896
 
897
- #: ../templates/wishlist-view.php:144 ../templates/wishlist-view.php:250
898
  msgid "Remove this product"
899
  msgstr "Remover este produto"
900
 
901
- #: ../templates/wishlist-view.php:174
902
  msgid "Free!"
903
  msgstr ""
904
 
905
- #: ../templates/wishlist-view.php:185
906
  msgid "Out of Stock"
907
  msgstr "Sem estoque"
908
 
909
- #: ../templates/wishlist-view.php:188
910
  msgid "In Stock"
911
  msgstr "Em estoque"
912
 
913
- #: ../templates/wishlist-view.php:199
914
  #, php-format
915
  msgid "Added on : %s"
916
  msgstr ""
917
 
918
- #: ../templates/wishlist-view.php:218
919
  msgid "Move"
920
  msgstr ""
921
 
922
- #: ../templates/wishlist-view.php:230
923
  #, fuzzy
924
  msgid "Shared"
925
  msgstr "Compartilhar em:"
926
 
927
- #: ../templates/wishlist-view.php:233
928
  msgid "Private"
929
  msgstr ""
930
 
931
- #: ../templates/wishlist-view.php:236
932
  msgid "Public"
933
  msgstr ""
934
 
935
- #: ../templates/wishlist-view.php:250
936
  msgid "Remove"
937
  msgstr ""
938
 
939
- #: ../templates/wishlist-view.php:277
940
  msgid "Add the selected products to the cart"
941
  msgstr ""
942
 
943
- #: ../templates/wishlist-view.php:285 ../templates/wishlist-view.php:327
944
  msgid "Ask for an estimate"
945
  msgstr ""
946
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
+ "POT-Creation-Date: 2015-10-23 16:44+0100\n"
5
+ "PO-Revision-Date: 2015-10-23 16:44+0100\n"
6
  "Last-Translator: YIThemes <support@yithemes.com>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: pt_BR\n"
562
  msgid "email"
563
  msgstr ""
564
 
565
+ #: ../includes/class.yith-wcwl.php:211
566
  #, fuzzy
567
  msgid "An error occurred while adding products to the wishlist."
568
  msgstr "Oops! Ocorreu um erro ao adicionar o produto à lista de desejos."
569
 
570
+ #: ../includes/class.yith-wcwl.php:296
571
  #, fuzzy
572
  msgid "An error occurred while adding products to wishlist."
573
  msgstr "Oops! Ocorreu um erro ao adicionar o produto à lista de desejos."
574
 
575
+ #: ../includes/class.yith-wcwl.php:311
576
  msgid "The \"Remove\" option now does not require any parameter"
577
  msgstr ""
578
 
579
+ #: ../includes/class.yith-wcwl.php:345
580
  #, fuzzy
581
  msgid "An error occurred while removing products from the wishlist"
582
  msgstr "Oops! Ocorreu um erro ao remover o produto à lista de desejos."
583
 
584
+ #: ../includes/class.yith-wcwl.php:649
585
  msgid "You need to log in before creating a new wishlist"
586
  msgstr ""
587
 
588
+ #: ../includes/class.yith-wcwl.php:1359
589
  msgid "Product successfully removed."
590
  msgstr "Produto removida com sucesso."
591
 
592
+ #: ../includes/class.yith-wcwl.php:1363
593
  msgid "Error. Unable to remove the product from the wishlist."
594
  msgstr "Erro. Não foi possível remover o produto da lista de desejos."
595
 
596
+ #: ../includes/class.yith-wcwl.php:1367 ../templates/wishlist-view.php:261
597
  msgid "No products were added to the wishlist"
598
  msgstr "Nenhum produto foi adicionado à lista de desejos"
599
 
600
+ #: ../includes/class.yith-wcwl.php:1409
601
  msgid "An error as occurred."
602
  msgstr ""
603
 
604
+ #: ../init.php:133
605
  msgid ""
606
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
607
  "WooCommerce in order to work."
608
  msgstr ""
609
 
610
+ #: ../init.php:143
611
  msgid ""
612
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
613
  "are using the premium one."
737
  "Your shop offers always a wide selection of products and wishlists of your "
738
  "users get more and more crowded everyday. Give them the possibility to "
739
  "select %1$ssome or all products%2$s in the wishlist and add them to cart "
740
+ "just with one click."
 
741
  msgstr ""
742
 
743
  #: ../templates/admin/wishlist-panel-premium.php:278
893
  msgid "Stock Status"
894
  msgstr "Status do estoque"
895
 
896
+ #: ../templates/wishlist-view.php:144 ../templates/wishlist-view.php:251
897
  msgid "Remove this product"
898
  msgstr "Remover este produto"
899
 
900
+ #: ../templates/wishlist-view.php:175
901
  msgid "Free!"
902
  msgstr ""
903
 
904
+ #: ../templates/wishlist-view.php:186
905
  msgid "Out of Stock"
906
  msgstr "Sem estoque"
907
 
908
+ #: ../templates/wishlist-view.php:189
909
  msgid "In Stock"
910
  msgstr "Em estoque"
911
 
912
+ #: ../templates/wishlist-view.php:200
913
  #, php-format
914
  msgid "Added on : %s"
915
  msgstr ""
916
 
917
+ #: ../templates/wishlist-view.php:219
918
  msgid "Move"
919
  msgstr ""
920
 
921
+ #: ../templates/wishlist-view.php:231
922
  #, fuzzy
923
  msgid "Shared"
924
  msgstr "Compartilhar em:"
925
 
926
+ #: ../templates/wishlist-view.php:234
927
  msgid "Private"
928
  msgstr ""
929
 
930
+ #: ../templates/wishlist-view.php:237
931
  msgid "Public"
932
  msgstr ""
933
 
934
+ #: ../templates/wishlist-view.php:251
935
  msgid "Remove"
936
  msgstr ""
937
 
938
+ #: ../templates/wishlist-view.php:278
939
  msgid "Add the selected products to the cart"
940
  msgstr ""
941
 
942
+ #: ../templates/wishlist-view.php:286 ../templates/wishlist-view.php:328
943
  msgid "Ask for an estimate"
944
  msgstr ""
945
 
languages/yith-woocommerce-wishlist-pt_PT.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-pt_PT.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
- "POT-Creation-Date: 2015-09-18 17:54+0100\n"
5
- "PO-Revision-Date: 2015-09-18 17:54+0100\n"
6
  "Last-Translator: YIThemes <support@yithemes.com>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: pt_PT\n"
@@ -557,52 +557,52 @@ msgstr "Twitter"
557
  msgid "email"
558
  msgstr ""
559
 
560
- #: ../includes/class.yith-wcwl.php:207
561
  #, fuzzy
562
  msgid "An error occurred while adding products to the wishlist."
563
  msgstr "Oops! Ocorreu um erro ao adicionar o produto à lista de desejos."
564
 
565
- #: ../includes/class.yith-wcwl.php:292
566
  #, fuzzy
567
  msgid "An error occurred while adding products to wishlist."
568
  msgstr "Oops! Ocorreu um erro ao adicionar o produto à lista de desejos."
569
 
570
- #: ../includes/class.yith-wcwl.php:307
571
  msgid "The \"Remove\" option now does not require any parameter"
572
  msgstr ""
573
 
574
- #: ../includes/class.yith-wcwl.php:341
575
  #, fuzzy
576
  msgid "An error occurred while removing products from the wishlist"
577
  msgstr "Oops! Ocorreu um erro ao remover o produto à lista de desejos."
578
 
579
- #: ../includes/class.yith-wcwl.php:619
580
  msgid "You need to log in before creating a new wishlist"
581
  msgstr ""
582
 
583
- #: ../includes/class.yith-wcwl.php:1329
584
  msgid "Product successfully removed."
585
  msgstr "Produto removido com sucesso."
586
 
587
- #: ../includes/class.yith-wcwl.php:1333
588
  msgid "Error. Unable to remove the product from the wishlist."
589
  msgstr "Erro. Não foi possível remover o produto da lista de desejos."
590
 
591
- #: ../includes/class.yith-wcwl.php:1337 ../templates/wishlist-view.php:260
592
  msgid "No products were added to the wishlist"
593
  msgstr "Nenhum produto foi adicionado à lista de desejos"
594
 
595
- #: ../includes/class.yith-wcwl.php:1379
596
  msgid "An error as occurred."
597
  msgstr ""
598
 
599
- #: ../init.php:129
600
  msgid ""
601
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
602
  "WooCommerce in order to work."
603
  msgstr ""
604
 
605
- #: ../init.php:139
606
  msgid ""
607
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
608
  "are using the premium one."
@@ -732,8 +732,7 @@ msgid ""
732
  "Your shop offers always a wide selection of products and wishlists of your "
733
  "users get more and more crowded everyday. Give them the possibility to "
734
  "select %1$ssome or all products%2$s in the wishlist and add them to cart "
735
- "just with one click. So that users can select some or all products in the "
736
- "wishlist and add them to cart just with one click."
737
  msgstr ""
738
 
739
  #: ../templates/admin/wishlist-panel-premium.php:278
@@ -889,53 +888,53 @@ msgstr "Preço unitário"
889
  msgid "Stock Status"
890
  msgstr "Status do stock"
891
 
892
- #: ../templates/wishlist-view.php:144 ../templates/wishlist-view.php:250
893
  msgid "Remove this product"
894
  msgstr "Remover este produto"
895
 
896
- #: ../templates/wishlist-view.php:174
897
  msgid "Free!"
898
  msgstr ""
899
 
900
- #: ../templates/wishlist-view.php:185
901
  msgid "Out of Stock"
902
  msgstr "Fora de stock"
903
 
904
- #: ../templates/wishlist-view.php:188
905
  msgid "In Stock"
906
  msgstr "Em stock"
907
 
908
- #: ../templates/wishlist-view.php:199
909
  #, php-format
910
  msgid "Added on : %s"
911
  msgstr ""
912
 
913
- #: ../templates/wishlist-view.php:218
914
  msgid "Move"
915
  msgstr ""
916
 
917
- #: ../templates/wishlist-view.php:230
918
  #, fuzzy
919
  msgid "Shared"
920
  msgstr "Partilhar no:"
921
 
922
- #: ../templates/wishlist-view.php:233
923
  msgid "Private"
924
  msgstr ""
925
 
926
- #: ../templates/wishlist-view.php:236
927
  msgid "Public"
928
  msgstr ""
929
 
930
- #: ../templates/wishlist-view.php:250
931
  msgid "Remove"
932
  msgstr ""
933
 
934
- #: ../templates/wishlist-view.php:277
935
  msgid "Add the selected products to the cart"
936
  msgstr ""
937
 
938
- #: ../templates/wishlist-view.php:285 ../templates/wishlist-view.php:327
939
  msgid "Ask for an estimate"
940
  msgstr ""
941
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
+ "POT-Creation-Date: 2015-10-23 16:44+0100\n"
5
+ "PO-Revision-Date: 2015-10-23 16:44+0100\n"
6
  "Last-Translator: YIThemes <support@yithemes.com>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: pt_PT\n"
557
  msgid "email"
558
  msgstr ""
559
 
560
+ #: ../includes/class.yith-wcwl.php:211
561
  #, fuzzy
562
  msgid "An error occurred while adding products to the wishlist."
563
  msgstr "Oops! Ocorreu um erro ao adicionar o produto à lista de desejos."
564
 
565
+ #: ../includes/class.yith-wcwl.php:296
566
  #, fuzzy
567
  msgid "An error occurred while adding products to wishlist."
568
  msgstr "Oops! Ocorreu um erro ao adicionar o produto à lista de desejos."
569
 
570
+ #: ../includes/class.yith-wcwl.php:311
571
  msgid "The \"Remove\" option now does not require any parameter"
572
  msgstr ""
573
 
574
+ #: ../includes/class.yith-wcwl.php:345
575
  #, fuzzy
576
  msgid "An error occurred while removing products from the wishlist"
577
  msgstr "Oops! Ocorreu um erro ao remover o produto à lista de desejos."
578
 
579
+ #: ../includes/class.yith-wcwl.php:649
580
  msgid "You need to log in before creating a new wishlist"
581
  msgstr ""
582
 
583
+ #: ../includes/class.yith-wcwl.php:1359
584
  msgid "Product successfully removed."
585
  msgstr "Produto removido com sucesso."
586
 
587
+ #: ../includes/class.yith-wcwl.php:1363
588
  msgid "Error. Unable to remove the product from the wishlist."
589
  msgstr "Erro. Não foi possível remover o produto da lista de desejos."
590
 
591
+ #: ../includes/class.yith-wcwl.php:1367 ../templates/wishlist-view.php:261
592
  msgid "No products were added to the wishlist"
593
  msgstr "Nenhum produto foi adicionado à lista de desejos"
594
 
595
+ #: ../includes/class.yith-wcwl.php:1409
596
  msgid "An error as occurred."
597
  msgstr ""
598
 
599
+ #: ../init.php:133
600
  msgid ""
601
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
602
  "WooCommerce in order to work."
603
  msgstr ""
604
 
605
+ #: ../init.php:143
606
  msgid ""
607
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
608
  "are using the premium one."
732
  "Your shop offers always a wide selection of products and wishlists of your "
733
  "users get more and more crowded everyday. Give them the possibility to "
734
  "select %1$ssome or all products%2$s in the wishlist and add them to cart "
735
+ "just with one click."
 
736
  msgstr ""
737
 
738
  #: ../templates/admin/wishlist-panel-premium.php:278
888
  msgid "Stock Status"
889
  msgstr "Status do stock"
890
 
891
+ #: ../templates/wishlist-view.php:144 ../templates/wishlist-view.php:251
892
  msgid "Remove this product"
893
  msgstr "Remover este produto"
894
 
895
+ #: ../templates/wishlist-view.php:175
896
  msgid "Free!"
897
  msgstr ""
898
 
899
+ #: ../templates/wishlist-view.php:186
900
  msgid "Out of Stock"
901
  msgstr "Fora de stock"
902
 
903
+ #: ../templates/wishlist-view.php:189
904
  msgid "In Stock"
905
  msgstr "Em stock"
906
 
907
+ #: ../templates/wishlist-view.php:200
908
  #, php-format
909
  msgid "Added on : %s"
910
  msgstr ""
911
 
912
+ #: ../templates/wishlist-view.php:219
913
  msgid "Move"
914
  msgstr ""
915
 
916
+ #: ../templates/wishlist-view.php:231
917
  #, fuzzy
918
  msgid "Shared"
919
  msgstr "Partilhar no:"
920
 
921
+ #: ../templates/wishlist-view.php:234
922
  msgid "Private"
923
  msgstr ""
924
 
925
+ #: ../templates/wishlist-view.php:237
926
  msgid "Public"
927
  msgstr ""
928
 
929
+ #: ../templates/wishlist-view.php:251
930
  msgid "Remove"
931
  msgstr ""
932
 
933
+ #: ../templates/wishlist-view.php:278
934
  msgid "Add the selected products to the cart"
935
  msgstr ""
936
 
937
+ #: ../templates/wishlist-view.php:286 ../templates/wishlist-view.php:328
938
  msgid "Ask for an estimate"
939
  msgstr ""
940
 
languages/yith-woocommerce-wishlist-ru_RU.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-ru_RU.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
- "POT-Creation-Date: 2015-09-18 17:54+0100\n"
5
- "PO-Revision-Date: 2015-09-18 17:54+0100\n"
6
  "Last-Translator: Valentyn Zubenko <valentyn.zubenko@gmail.com>\n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: ru\n"
@@ -534,52 +534,52 @@ msgstr ""
534
  msgid "email"
535
  msgstr ""
536
 
537
- #: includes/class.yith-wcwl.php:207
538
  #, fuzzy
539
  msgid "An error occurred while adding products to the wishlist."
540
  msgstr "Произошла ошибка при добавлении продуктов в избранное"
541
 
542
- #: includes/class.yith-wcwl.php:292
543
  #, fuzzy
544
  msgid "An error occurred while adding products to wishlist."
545
  msgstr "Произошла ошибка при добавлении продуктов в избранное"
546
 
547
- #: includes/class.yith-wcwl.php:307
548
  msgid "The \"Remove\" option now does not require any parameter"
549
  msgstr ""
550
 
551
- #: includes/class.yith-wcwl.php:341
552
  #, fuzzy
553
  msgid "An error occurred while removing products from the wishlist"
554
  msgstr "Произошла ошибка при удалении продуктов из избранного"
555
 
556
- #: includes/class.yith-wcwl.php:619
557
  msgid "You need to log in before creating a new wishlist"
558
  msgstr "Вам необходимо авторизоваться перед созданием нового избранного"
559
 
560
- #: includes/class.yith-wcwl.php:1329
561
  msgid "Product successfully removed."
562
  msgstr "Продукт успешно удален из избранного"
563
 
564
- #: includes/class.yith-wcwl.php:1333
565
  msgid "Error. Unable to remove the product from the wishlist."
566
  msgstr "Ошибка. Невозможно удалить продукт из избранного."
567
 
568
- #: includes/class.yith-wcwl.php:1337 templates/wishlist-view.php:260
569
  msgid "No products were added to the wishlist"
570
  msgstr "Нет продуктов добавленных в избранное."
571
 
572
- #: includes/class.yith-wcwl.php:1379
573
  msgid "An error as occurred."
574
  msgstr ""
575
 
576
- #: init.php:129
577
  msgid ""
578
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
579
  "WooCommerce in order to work."
580
  msgstr ""
581
 
582
- #: init.php:139
583
  msgid ""
584
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
585
  "are using the premium one."
@@ -709,8 +709,7 @@ msgid ""
709
  "Your shop offers always a wide selection of products and wishlists of your "
710
  "users get more and more crowded everyday. Give them the possibility to "
711
  "select %1$ssome or all products%2$s in the wishlist and add them to cart "
712
- "just with one click. So that users can select some or all products in the "
713
- "wishlist and add them to cart just with one click."
714
  msgstr ""
715
 
716
  #: templates/admin/wishlist-panel-premium.php:278
@@ -864,53 +863,53 @@ msgstr "Цена"
864
  msgid "Stock Status"
865
  msgstr "Показывать статус склада"
866
 
867
- #: templates/wishlist-view.php:144 templates/wishlist-view.php:250
868
  msgid "Remove this product"
869
  msgstr ""
870
 
871
- #: templates/wishlist-view.php:174
872
  msgid "Free!"
873
  msgstr ""
874
 
875
- #: templates/wishlist-view.php:185
876
  msgid "Out of Stock"
877
  msgstr ""
878
 
879
- #: templates/wishlist-view.php:188
880
  msgid "In Stock"
881
  msgstr "в наличии"
882
 
883
- #: templates/wishlist-view.php:199
884
  #, php-format
885
  msgid "Added on : %s"
886
  msgstr ""
887
 
888
- #: templates/wishlist-view.php:218
889
  msgid "Move"
890
  msgstr ""
891
 
892
- #: templates/wishlist-view.php:230
893
  #, fuzzy
894
  msgid "Shared"
895
  msgstr "Поделиться в:"
896
 
897
- #: templates/wishlist-view.php:233
898
  msgid "Private"
899
  msgstr ""
900
 
901
- #: templates/wishlist-view.php:236
902
  msgid "Public"
903
  msgstr ""
904
 
905
- #: templates/wishlist-view.php:250
906
  msgid "Remove"
907
  msgstr ""
908
 
909
- #: templates/wishlist-view.php:277
910
  msgid "Add the selected products to the cart"
911
  msgstr ""
912
 
913
- #: templates/wishlist-view.php:285 templates/wishlist-view.php:327
914
  msgid "Ask for an estimate"
915
  msgstr ""
916
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
+ "POT-Creation-Date: 2015-10-23 16:44+0100\n"
5
+ "PO-Revision-Date: 2015-10-23 16:44+0100\n"
6
  "Last-Translator: Valentyn Zubenko <valentyn.zubenko@gmail.com>\n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: ru\n"
534
  msgid "email"
535
  msgstr ""
536
 
537
+ #: includes/class.yith-wcwl.php:211
538
  #, fuzzy
539
  msgid "An error occurred while adding products to the wishlist."
540
  msgstr "Произошла ошибка при добавлении продуктов в избранное"
541
 
542
+ #: includes/class.yith-wcwl.php:296
543
  #, fuzzy
544
  msgid "An error occurred while adding products to wishlist."
545
  msgstr "Произошла ошибка при добавлении продуктов в избранное"
546
 
547
+ #: includes/class.yith-wcwl.php:311
548
  msgid "The \"Remove\" option now does not require any parameter"
549
  msgstr ""
550
 
551
+ #: includes/class.yith-wcwl.php:345
552
  #, fuzzy
553
  msgid "An error occurred while removing products from the wishlist"
554
  msgstr "Произошла ошибка при удалении продуктов из избранного"
555
 
556
+ #: includes/class.yith-wcwl.php:649
557
  msgid "You need to log in before creating a new wishlist"
558
  msgstr "Вам необходимо авторизоваться перед созданием нового избранного"
559
 
560
+ #: includes/class.yith-wcwl.php:1359
561
  msgid "Product successfully removed."
562
  msgstr "Продукт успешно удален из избранного"
563
 
564
+ #: includes/class.yith-wcwl.php:1363
565
  msgid "Error. Unable to remove the product from the wishlist."
566
  msgstr "Ошибка. Невозможно удалить продукт из избранного."
567
 
568
+ #: includes/class.yith-wcwl.php:1367 templates/wishlist-view.php:261
569
  msgid "No products were added to the wishlist"
570
  msgstr "Нет продуктов добавленных в избранное."
571
 
572
+ #: includes/class.yith-wcwl.php:1409
573
  msgid "An error as occurred."
574
  msgstr ""
575
 
576
+ #: init.php:133
577
  msgid ""
578
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
579
  "WooCommerce in order to work."
580
  msgstr ""
581
 
582
+ #: init.php:143
583
  msgid ""
584
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
585
  "are using the premium one."
709
  "Your shop offers always a wide selection of products and wishlists of your "
710
  "users get more and more crowded everyday. Give them the possibility to "
711
  "select %1$ssome or all products%2$s in the wishlist and add them to cart "
712
+ "just with one click."
 
713
  msgstr ""
714
 
715
  #: templates/admin/wishlist-panel-premium.php:278
863
  msgid "Stock Status"
864
  msgstr "Показывать статус склада"
865
 
866
+ #: templates/wishlist-view.php:144 templates/wishlist-view.php:251
867
  msgid "Remove this product"
868
  msgstr ""
869
 
870
+ #: templates/wishlist-view.php:175
871
  msgid "Free!"
872
  msgstr ""
873
 
874
+ #: templates/wishlist-view.php:186
875
  msgid "Out of Stock"
876
  msgstr ""
877
 
878
+ #: templates/wishlist-view.php:189
879
  msgid "In Stock"
880
  msgstr "в наличии"
881
 
882
+ #: templates/wishlist-view.php:200
883
  #, php-format
884
  msgid "Added on : %s"
885
  msgstr ""
886
 
887
+ #: templates/wishlist-view.php:219
888
  msgid "Move"
889
  msgstr ""
890
 
891
+ #: templates/wishlist-view.php:231
892
  #, fuzzy
893
  msgid "Shared"
894
  msgstr "Поделиться в:"
895
 
896
+ #: templates/wishlist-view.php:234
897
  msgid "Private"
898
  msgstr ""
899
 
900
+ #: templates/wishlist-view.php:237
901
  msgid "Public"
902
  msgstr ""
903
 
904
+ #: templates/wishlist-view.php:251
905
  msgid "Remove"
906
  msgstr ""
907
 
908
+ #: templates/wishlist-view.php:278
909
  msgid "Add the selected products to the cart"
910
  msgstr ""
911
 
912
+ #: templates/wishlist-view.php:286 templates/wishlist-view.php:328
913
  msgid "Ask for an estimate"
914
  msgstr ""
915
 
languages/yith-woocommerce-wishlist-sv_SE.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-sv_SE.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
- "POT-Creation-Date: 2015-09-18 17:54+0100\n"
5
- "PO-Revision-Date: 2015-09-18 17:54+0100\n"
6
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: sv\n"
@@ -548,43 +548,43 @@ msgstr "Twitter"
548
  msgid "email"
549
  msgstr "epost"
550
 
551
- #: includes/class.yith-wcwl.php:207
552
  msgid "An error occurred while adding products to the wishlist."
553
  msgstr "Ett fel uppstod när produkten skulle läggas till i önskelistan"
554
 
555
- #: includes/class.yith-wcwl.php:292
556
  msgid "An error occurred while adding products to wishlist."
557
  msgstr "Ett fel uppstod när produkten skulle läggas till i önskelistan"
558
 
559
- #: includes/class.yith-wcwl.php:307
560
  msgid "The \"Remove\" option now does not require any parameter"
561
  msgstr "“Ta bort”-alternativet kräver inte några parametrar"
562
 
563
- #: includes/class.yith-wcwl.php:341
564
  msgid "An error occurred while removing products from the wishlist"
565
  msgstr "Ett fel uppstod när produkten skulle tas bort ifrån önskelistan"
566
 
567
- #: includes/class.yith-wcwl.php:619
568
  msgid "You need to log in before creating a new wishlist"
569
  msgstr "Du behöver logga in innan du kan skapa en ny önskelista"
570
 
571
- #: includes/class.yith-wcwl.php:1329
572
  msgid "Product successfully removed."
573
  msgstr "Produkten borttagen."
574
 
575
- #: includes/class.yith-wcwl.php:1333
576
  msgid "Error. Unable to remove the product from the wishlist."
577
  msgstr "Fel. Kunde inte ta bort produkten ifrån önskelistan."
578
 
579
- #: includes/class.yith-wcwl.php:1337 templates/wishlist-view.php:260
580
  msgid "No products were added to the wishlist"
581
  msgstr "Ingen produkt har blivit tillagd i önskelistan"
582
 
583
- #: includes/class.yith-wcwl.php:1379
584
  msgid "An error as occurred."
585
  msgstr "Ett fel uppstod"
586
 
587
- #: init.php:129
588
  msgid ""
589
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
590
  "WooCommerce in order to work."
@@ -592,7 +592,7 @@ msgstr ""
592
  "YITH WooCommerce Wishlist är på men inte effektivt då det kräver tilläget "
593
  "WooComerce för att fungera."
594
 
595
- #: init.php:139
596
  msgid ""
597
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
598
  "are using the premium one."
@@ -724,8 +724,7 @@ msgid ""
724
  "Your shop offers always a wide selection of products and wishlists of your "
725
  "users get more and more crowded everyday. Give them the possibility to "
726
  "select %1$ssome or all products%2$s in the wishlist and add them to cart "
727
- "just with one click. So that users can select some or all products in the "
728
- "wishlist and add them to cart just with one click."
729
  msgstr ""
730
 
731
  #: templates/admin/wishlist-panel-premium.php:278
@@ -879,52 +878,52 @@ msgstr "Enhetspris"
879
  msgid "Stock Status"
880
  msgstr "I lager?"
881
 
882
- #: templates/wishlist-view.php:144 templates/wishlist-view.php:250
883
  msgid "Remove this product"
884
  msgstr "Ta bort denna produkt"
885
 
886
- #: templates/wishlist-view.php:174
887
  msgid "Free!"
888
  msgstr "Gratis!"
889
 
890
- #: templates/wishlist-view.php:185
891
  msgid "Out of Stock"
892
  msgstr "Slut i lager"
893
 
894
- #: templates/wishlist-view.php:188
895
  msgid "In Stock"
896
  msgstr "Finns i lager"
897
 
898
- #: templates/wishlist-view.php:199
899
  #, php-format
900
  msgid "Added on : %s"
901
  msgstr "Tillagd: %s"
902
 
903
- #: templates/wishlist-view.php:218
904
  msgid "Move"
905
  msgstr "Flytta"
906
 
907
- #: templates/wishlist-view.php:230
908
  msgid "Shared"
909
  msgstr "Delar"
910
 
911
- #: templates/wishlist-view.php:233
912
  msgid "Private"
913
  msgstr "Privat"
914
 
915
- #: templates/wishlist-view.php:236
916
  msgid "Public"
917
  msgstr "Offentlig"
918
 
919
- #: templates/wishlist-view.php:250
920
  msgid "Remove"
921
  msgstr "Ta bort"
922
 
923
- #: templates/wishlist-view.php:277
924
  msgid "Add the selected products to the cart"
925
  msgstr "Lägg till de markerade produkterna i kundvagnen"
926
 
927
- #: templates/wishlist-view.php:285 templates/wishlist-view.php:327
928
  msgid "Ask for an estimate"
929
  msgstr "Fråga efter en uppskattning"
930
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
+ "POT-Creation-Date: 2015-10-23 16:44+0100\n"
5
+ "PO-Revision-Date: 2015-10-23 16:44+0100\n"
6
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: sv\n"
548
  msgid "email"
549
  msgstr "epost"
550
 
551
+ #: includes/class.yith-wcwl.php:211
552
  msgid "An error occurred while adding products to the wishlist."
553
  msgstr "Ett fel uppstod när produkten skulle läggas till i önskelistan"
554
 
555
+ #: includes/class.yith-wcwl.php:296
556
  msgid "An error occurred while adding products to wishlist."
557
  msgstr "Ett fel uppstod när produkten skulle läggas till i önskelistan"
558
 
559
+ #: includes/class.yith-wcwl.php:311
560
  msgid "The \"Remove\" option now does not require any parameter"
561
  msgstr "“Ta bort”-alternativet kräver inte några parametrar"
562
 
563
+ #: includes/class.yith-wcwl.php:345
564
  msgid "An error occurred while removing products from the wishlist"
565
  msgstr "Ett fel uppstod när produkten skulle tas bort ifrån önskelistan"
566
 
567
+ #: includes/class.yith-wcwl.php:649
568
  msgid "You need to log in before creating a new wishlist"
569
  msgstr "Du behöver logga in innan du kan skapa en ny önskelista"
570
 
571
+ #: includes/class.yith-wcwl.php:1359
572
  msgid "Product successfully removed."
573
  msgstr "Produkten borttagen."
574
 
575
+ #: includes/class.yith-wcwl.php:1363
576
  msgid "Error. Unable to remove the product from the wishlist."
577
  msgstr "Fel. Kunde inte ta bort produkten ifrån önskelistan."
578
 
579
+ #: includes/class.yith-wcwl.php:1367 templates/wishlist-view.php:261
580
  msgid "No products were added to the wishlist"
581
  msgstr "Ingen produkt har blivit tillagd i önskelistan"
582
 
583
+ #: includes/class.yith-wcwl.php:1409
584
  msgid "An error as occurred."
585
  msgstr "Ett fel uppstod"
586
 
587
+ #: init.php:133
588
  msgid ""
589
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
590
  "WooCommerce in order to work."
592
  "YITH WooCommerce Wishlist är på men inte effektivt då det kräver tilläget "
593
  "WooComerce för att fungera."
594
 
595
+ #: init.php:143
596
  msgid ""
597
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
598
  "are using the premium one."
724
  "Your shop offers always a wide selection of products and wishlists of your "
725
  "users get more and more crowded everyday. Give them the possibility to "
726
  "select %1$ssome or all products%2$s in the wishlist and add them to cart "
727
+ "just with one click."
 
728
  msgstr ""
729
 
730
  #: templates/admin/wishlist-panel-premium.php:278
878
  msgid "Stock Status"
879
  msgstr "I lager?"
880
 
881
+ #: templates/wishlist-view.php:144 templates/wishlist-view.php:251
882
  msgid "Remove this product"
883
  msgstr "Ta bort denna produkt"
884
 
885
+ #: templates/wishlist-view.php:175
886
  msgid "Free!"
887
  msgstr "Gratis!"
888
 
889
+ #: templates/wishlist-view.php:186
890
  msgid "Out of Stock"
891
  msgstr "Slut i lager"
892
 
893
+ #: templates/wishlist-view.php:189
894
  msgid "In Stock"
895
  msgstr "Finns i lager"
896
 
897
+ #: templates/wishlist-view.php:200
898
  #, php-format
899
  msgid "Added on : %s"
900
  msgstr "Tillagd: %s"
901
 
902
+ #: templates/wishlist-view.php:219
903
  msgid "Move"
904
  msgstr "Flytta"
905
 
906
+ #: templates/wishlist-view.php:231
907
  msgid "Shared"
908
  msgstr "Delar"
909
 
910
+ #: templates/wishlist-view.php:234
911
  msgid "Private"
912
  msgstr "Privat"
913
 
914
+ #: templates/wishlist-view.php:237
915
  msgid "Public"
916
  msgstr "Offentlig"
917
 
918
+ #: templates/wishlist-view.php:251
919
  msgid "Remove"
920
  msgstr "Ta bort"
921
 
922
+ #: templates/wishlist-view.php:278
923
  msgid "Add the selected products to the cart"
924
  msgstr "Lägg till de markerade produkterna i kundvagnen"
925
 
926
+ #: templates/wishlist-view.php:286 templates/wishlist-view.php:328
927
  msgid "Ask for an estimate"
928
  msgstr "Fråga efter en uppskattning"
929
 
languages/yith-woocommerce-wishlist-tr_TR.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-tr_TR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-09-18 17:54+0100\n"
6
- "PO-Revision-Date: 2015-09-18 17:54+0100\n"
7
  "Last-Translator: Caner Öncel <caneroncel@gmail.com>\n"
8
  "Language-Team: Caner Öncel (@egonomik) <caneroncel@gmail.com>\n"
9
  "Language: tr_TR\n"
@@ -555,52 +555,52 @@ msgstr "Twitter"
555
  msgid "email"
556
  msgstr ""
557
 
558
- #: ../includes/class.yith-wcwl.php:207
559
  #, fuzzy
560
  msgid "An error occurred while adding products to the wishlist."
561
  msgstr "Ürün istek listenize eklenirken bir hata meydana geldi."
562
 
563
- #: ../includes/class.yith-wcwl.php:292
564
  #, fuzzy
565
  msgid "An error occurred while adding products to wishlist."
566
  msgstr "Ürün istek listenize eklenirken bir hata meydana geldi."
567
 
568
- #: ../includes/class.yith-wcwl.php:307
569
  msgid "The \"Remove\" option now does not require any parameter"
570
  msgstr ""
571
 
572
- #: ../includes/class.yith-wcwl.php:341
573
  #, fuzzy
574
  msgid "An error occurred while removing products from the wishlist"
575
  msgstr "Ürün istek listenizden kaldırılırken bir hata meydana geldi."
576
 
577
- #: ../includes/class.yith-wcwl.php:619
578
  msgid "You need to log in before creating a new wishlist"
579
  msgstr ""
580
 
581
- #: ../includes/class.yith-wcwl.php:1329
582
  msgid "Product successfully removed."
583
  msgstr "Ürün başarıyla kaldırıldı."
584
 
585
- #: ../includes/class.yith-wcwl.php:1333
586
  msgid "Error. Unable to remove the product from the wishlist."
587
  msgstr "Hata. Ürün istek listenizden kaldırılamadı. "
588
 
589
- #: ../includes/class.yith-wcwl.php:1337 ../templates/wishlist-view.php:260
590
  msgid "No products were added to the wishlist"
591
  msgstr "İstek listesinde herhangi bir ürün bulunmuyor"
592
 
593
- #: ../includes/class.yith-wcwl.php:1379
594
  msgid "An error as occurred."
595
  msgstr ""
596
 
597
- #: ../init.php:129
598
  msgid ""
599
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
600
  "WooCommerce in order to work."
601
  msgstr ""
602
 
603
- #: ../init.php:139
604
  msgid ""
605
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
606
  "are using the premium one."
@@ -730,8 +730,7 @@ msgid ""
730
  "Your shop offers always a wide selection of products and wishlists of your "
731
  "users get more and more crowded everyday. Give them the possibility to "
732
  "select %1$ssome or all products%2$s in the wishlist and add them to cart "
733
- "just with one click. So that users can select some or all products in the "
734
- "wishlist and add them to cart just with one click."
735
  msgstr ""
736
 
737
  #: ../templates/admin/wishlist-panel-premium.php:278
@@ -888,53 +887,53 @@ msgstr "Birim Fiyatı"
888
  msgid "Stock Status"
889
  msgstr "Stok Durumu"
890
 
891
- #: ../templates/wishlist-view.php:144 ../templates/wishlist-view.php:250
892
  msgid "Remove this product"
893
  msgstr "Bu ürünü kaldır"
894
 
895
- #: ../templates/wishlist-view.php:174
896
  msgid "Free!"
897
  msgstr "Ücretsiz!"
898
 
899
- #: ../templates/wishlist-view.php:185
900
  msgid "Out of Stock"
901
  msgstr "Stok Dışı"
902
 
903
- #: ../templates/wishlist-view.php:188
904
  msgid "In Stock"
905
  msgstr "Stokta"
906
 
907
- #: ../templates/wishlist-view.php:199
908
  #, php-format
909
  msgid "Added on : %s"
910
  msgstr ""
911
 
912
- #: ../templates/wishlist-view.php:218
913
  msgid "Move"
914
  msgstr ""
915
 
916
- #: ../templates/wishlist-view.php:230
917
  #, fuzzy
918
  msgid "Shared"
919
  msgstr "Paylaşım seçenekleri:"
920
 
921
- #: ../templates/wishlist-view.php:233
922
  msgid "Private"
923
  msgstr ""
924
 
925
- #: ../templates/wishlist-view.php:236
926
  msgid "Public"
927
  msgstr ""
928
 
929
- #: ../templates/wishlist-view.php:250
930
  msgid "Remove"
931
  msgstr ""
932
 
933
- #: ../templates/wishlist-view.php:277
934
  msgid "Add the selected products to the cart"
935
  msgstr ""
936
 
937
- #: ../templates/wishlist-view.php:285 ../templates/wishlist-view.php:327
938
  msgid "Ask for an estimate"
939
  msgstr ""
940
 
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-10-23 16:44+0100\n"
6
+ "PO-Revision-Date: 2015-10-23 16:44+0100\n"
7
  "Last-Translator: Caner Öncel <caneroncel@gmail.com>\n"
8
  "Language-Team: Caner Öncel (@egonomik) <caneroncel@gmail.com>\n"
9
  "Language: tr_TR\n"
555
  msgid "email"
556
  msgstr ""
557
 
558
+ #: ../includes/class.yith-wcwl.php:211
559
  #, fuzzy
560
  msgid "An error occurred while adding products to the wishlist."
561
  msgstr "Ürün istek listenize eklenirken bir hata meydana geldi."
562
 
563
+ #: ../includes/class.yith-wcwl.php:296
564
  #, fuzzy
565
  msgid "An error occurred while adding products to wishlist."
566
  msgstr "Ürün istek listenize eklenirken bir hata meydana geldi."
567
 
568
+ #: ../includes/class.yith-wcwl.php:311
569
  msgid "The \"Remove\" option now does not require any parameter"
570
  msgstr ""
571
 
572
+ #: ../includes/class.yith-wcwl.php:345
573
  #, fuzzy
574
  msgid "An error occurred while removing products from the wishlist"
575
  msgstr "Ürün istek listenizden kaldırılırken bir hata meydana geldi."
576
 
577
+ #: ../includes/class.yith-wcwl.php:649
578
  msgid "You need to log in before creating a new wishlist"
579
  msgstr ""
580
 
581
+ #: ../includes/class.yith-wcwl.php:1359
582
  msgid "Product successfully removed."
583
  msgstr "Ürün başarıyla kaldırıldı."
584
 
585
+ #: ../includes/class.yith-wcwl.php:1363
586
  msgid "Error. Unable to remove the product from the wishlist."
587
  msgstr "Hata. Ürün istek listenizden kaldırılamadı. "
588
 
589
+ #: ../includes/class.yith-wcwl.php:1367 ../templates/wishlist-view.php:261
590
  msgid "No products were added to the wishlist"
591
  msgstr "İstek listesinde herhangi bir ürün bulunmuyor"
592
 
593
+ #: ../includes/class.yith-wcwl.php:1409
594
  msgid "An error as occurred."
595
  msgstr ""
596
 
597
+ #: ../init.php:133
598
  msgid ""
599
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
600
  "WooCommerce in order to work."
601
  msgstr ""
602
 
603
+ #: ../init.php:143
604
  msgid ""
605
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
606
  "are using the premium one."
730
  "Your shop offers always a wide selection of products and wishlists of your "
731
  "users get more and more crowded everyday. Give them the possibility to "
732
  "select %1$ssome or all products%2$s in the wishlist and add them to cart "
733
+ "just with one click."
 
734
  msgstr ""
735
 
736
  #: ../templates/admin/wishlist-panel-premium.php:278
887
  msgid "Stock Status"
888
  msgstr "Stok Durumu"
889
 
890
+ #: ../templates/wishlist-view.php:144 ../templates/wishlist-view.php:251
891
  msgid "Remove this product"
892
  msgstr "Bu ürünü kaldır"
893
 
894
+ #: ../templates/wishlist-view.php:175
895
  msgid "Free!"
896
  msgstr "Ücretsiz!"
897
 
898
+ #: ../templates/wishlist-view.php:186
899
  msgid "Out of Stock"
900
  msgstr "Stok Dışı"
901
 
902
+ #: ../templates/wishlist-view.php:189
903
  msgid "In Stock"
904
  msgstr "Stokta"
905
 
906
+ #: ../templates/wishlist-view.php:200
907
  #, php-format
908
  msgid "Added on : %s"
909
  msgstr ""
910
 
911
+ #: ../templates/wishlist-view.php:219
912
  msgid "Move"
913
  msgstr ""
914
 
915
+ #: ../templates/wishlist-view.php:231
916
  #, fuzzy
917
  msgid "Shared"
918
  msgstr "Paylaşım seçenekleri:"
919
 
920
+ #: ../templates/wishlist-view.php:234
921
  msgid "Private"
922
  msgstr ""
923
 
924
+ #: ../templates/wishlist-view.php:237
925
  msgid "Public"
926
  msgstr ""
927
 
928
+ #: ../templates/wishlist-view.php:251
929
  msgid "Remove"
930
  msgstr ""
931
 
932
+ #: ../templates/wishlist-view.php:278
933
  msgid "Add the selected products to the cart"
934
  msgstr ""
935
 
936
+ #: ../templates/wishlist-view.php:286 ../templates/wishlist-view.php:328
937
  msgid "Ask for an estimate"
938
  msgstr ""
939
 
languages/yith-woocommerce-wishlist-uk_UA.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-uk_UA.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
- "POT-Creation-Date: 2015-09-18 17:54+0100\n"
5
- "PO-Revision-Date: 2015-09-18 17:54+0100\n"
6
  "Last-Translator: Valentyn Zubenko <valentyn.zubenko@gmail.com>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: uk_UA\n"
@@ -538,52 +538,52 @@ msgstr ""
538
  msgid "email"
539
  msgstr ""
540
 
541
- #: ../includes/class.yith-wcwl.php:207
542
  #, fuzzy
543
  msgid "An error occurred while adding products to the wishlist."
544
  msgstr "Немає доданих продуктів до вибраного"
545
 
546
- #: ../includes/class.yith-wcwl.php:292
547
  #, fuzzy
548
  msgid "An error occurred while adding products to wishlist."
549
  msgstr "Немає доданих продуктів до вибраного"
550
 
551
- #: ../includes/class.yith-wcwl.php:307
552
  msgid "The \"Remove\" option now does not require any parameter"
553
  msgstr ""
554
 
555
- #: ../includes/class.yith-wcwl.php:341
556
  #, fuzzy
557
  msgid "An error occurred while removing products from the wishlist"
558
  msgstr "Немає доданих продуктів до вибраного"
559
 
560
- #: ../includes/class.yith-wcwl.php:619
561
  msgid "You need to log in before creating a new wishlist"
562
  msgstr ""
563
 
564
- #: ../includes/class.yith-wcwl.php:1329
565
  msgid "Product successfully removed."
566
  msgstr ""
567
 
568
- #: ../includes/class.yith-wcwl.php:1333
569
  msgid "Error. Unable to remove the product from the wishlist."
570
  msgstr ""
571
 
572
- #: ../includes/class.yith-wcwl.php:1337 ../templates/wishlist-view.php:260
573
  msgid "No products were added to the wishlist"
574
  msgstr "Немає доданих продуктів до вибраного"
575
 
576
- #: ../includes/class.yith-wcwl.php:1379
577
  msgid "An error as occurred."
578
  msgstr ""
579
 
580
- #: ../init.php:129
581
  msgid ""
582
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
583
  "WooCommerce in order to work."
584
  msgstr ""
585
 
586
- #: ../init.php:139
587
  msgid ""
588
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
589
  "are using the premium one."
@@ -713,8 +713,7 @@ msgid ""
713
  "Your shop offers always a wide selection of products and wishlists of your "
714
  "users get more and more crowded everyday. Give them the possibility to "
715
  "select %1$ssome or all products%2$s in the wishlist and add them to cart "
716
- "just with one click. So that users can select some or all products in the "
717
- "wishlist and add them to cart just with one click."
718
  msgstr ""
719
 
720
  #: ../templates/admin/wishlist-panel-premium.php:278
@@ -868,53 +867,53 @@ msgstr "Ціна"
868
  msgid "Stock Status"
869
  msgstr "Наявність на складі"
870
 
871
- #: ../templates/wishlist-view.php:144 ../templates/wishlist-view.php:250
872
  msgid "Remove this product"
873
  msgstr ""
874
 
875
- #: ../templates/wishlist-view.php:174
876
  msgid "Free!"
877
  msgstr ""
878
 
879
- #: ../templates/wishlist-view.php:185
880
  msgid "Out of Stock"
881
  msgstr ""
882
 
883
- #: ../templates/wishlist-view.php:188
884
  msgid "In Stock"
885
  msgstr "в наявності"
886
 
887
- #: ../templates/wishlist-view.php:199
888
  #, php-format
889
  msgid "Added on : %s"
890
  msgstr ""
891
 
892
- #: ../templates/wishlist-view.php:218
893
  msgid "Move"
894
  msgstr ""
895
 
896
- #: ../templates/wishlist-view.php:230
897
  #, fuzzy
898
  msgid "Shared"
899
  msgstr "Поширити в:"
900
 
901
- #: ../templates/wishlist-view.php:233
902
  msgid "Private"
903
  msgstr ""
904
 
905
- #: ../templates/wishlist-view.php:236
906
  msgid "Public"
907
  msgstr ""
908
 
909
- #: ../templates/wishlist-view.php:250
910
  msgid "Remove"
911
  msgstr ""
912
 
913
- #: ../templates/wishlist-view.php:277
914
  msgid "Add the selected products to the cart"
915
  msgstr ""
916
 
917
- #: ../templates/wishlist-view.php:285 ../templates/wishlist-view.php:327
918
  msgid "Ask for an estimate"
919
  msgstr ""
920
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
+ "POT-Creation-Date: 2015-10-23 16:44+0100\n"
5
+ "PO-Revision-Date: 2015-10-23 16:44+0100\n"
6
  "Last-Translator: Valentyn Zubenko <valentyn.zubenko@gmail.com>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: uk_UA\n"
538
  msgid "email"
539
  msgstr ""
540
 
541
+ #: ../includes/class.yith-wcwl.php:211
542
  #, fuzzy
543
  msgid "An error occurred while adding products to the wishlist."
544
  msgstr "Немає доданих продуктів до вибраного"
545
 
546
+ #: ../includes/class.yith-wcwl.php:296
547
  #, fuzzy
548
  msgid "An error occurred while adding products to wishlist."
549
  msgstr "Немає доданих продуктів до вибраного"
550
 
551
+ #: ../includes/class.yith-wcwl.php:311
552
  msgid "The \"Remove\" option now does not require any parameter"
553
  msgstr ""
554
 
555
+ #: ../includes/class.yith-wcwl.php:345
556
  #, fuzzy
557
  msgid "An error occurred while removing products from the wishlist"
558
  msgstr "Немає доданих продуктів до вибраного"
559
 
560
+ #: ../includes/class.yith-wcwl.php:649
561
  msgid "You need to log in before creating a new wishlist"
562
  msgstr ""
563
 
564
+ #: ../includes/class.yith-wcwl.php:1359
565
  msgid "Product successfully removed."
566
  msgstr ""
567
 
568
+ #: ../includes/class.yith-wcwl.php:1363
569
  msgid "Error. Unable to remove the product from the wishlist."
570
  msgstr ""
571
 
572
+ #: ../includes/class.yith-wcwl.php:1367 ../templates/wishlist-view.php:261
573
  msgid "No products were added to the wishlist"
574
  msgstr "Немає доданих продуктів до вибраного"
575
 
576
+ #: ../includes/class.yith-wcwl.php:1409
577
  msgid "An error as occurred."
578
  msgstr ""
579
 
580
+ #: ../init.php:133
581
  msgid ""
582
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
583
  "WooCommerce in order to work."
584
  msgstr ""
585
 
586
+ #: ../init.php:143
587
  msgid ""
588
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
589
  "are using the premium one."
713
  "Your shop offers always a wide selection of products and wishlists of your "
714
  "users get more and more crowded everyday. Give them the possibility to "
715
  "select %1$ssome or all products%2$s in the wishlist and add them to cart "
716
+ "just with one click."
 
717
  msgstr ""
718
 
719
  #: ../templates/admin/wishlist-panel-premium.php:278
867
  msgid "Stock Status"
868
  msgstr "Наявність на складі"
869
 
870
+ #: ../templates/wishlist-view.php:144 ../templates/wishlist-view.php:251
871
  msgid "Remove this product"
872
  msgstr ""
873
 
874
+ #: ../templates/wishlist-view.php:175
875
  msgid "Free!"
876
  msgstr ""
877
 
878
+ #: ../templates/wishlist-view.php:186
879
  msgid "Out of Stock"
880
  msgstr ""
881
 
882
+ #: ../templates/wishlist-view.php:189
883
  msgid "In Stock"
884
  msgstr "в наявності"
885
 
886
+ #: ../templates/wishlist-view.php:200
887
  #, php-format
888
  msgid "Added on : %s"
889
  msgstr ""
890
 
891
+ #: ../templates/wishlist-view.php:219
892
  msgid "Move"
893
  msgstr ""
894
 
895
+ #: ../templates/wishlist-view.php:231
896
  #, fuzzy
897
  msgid "Shared"
898
  msgstr "Поширити в:"
899
 
900
+ #: ../templates/wishlist-view.php:234
901
  msgid "Private"
902
  msgstr ""
903
 
904
+ #: ../templates/wishlist-view.php:237
905
  msgid "Public"
906
  msgstr ""
907
 
908
+ #: ../templates/wishlist-view.php:251
909
  msgid "Remove"
910
  msgstr ""
911
 
912
+ #: ../templates/wishlist-view.php:278
913
  msgid "Add the selected products to the cart"
914
  msgstr ""
915
 
916
+ #: ../templates/wishlist-view.php:286 ../templates/wishlist-view.php:328
917
  msgid "Ask for an estimate"
918
  msgstr ""
919
 
languages/yith-woocommerce-wishlist-zh_CN.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-zh_CN.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
- "POT-Creation-Date: 2015-09-18 17:54+0100\n"
5
- "PO-Revision-Date: 2015-09-18 17:54+0100\n"
6
  "Last-Translator: 李明軒 <eggeggxuan@gmail.com>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: zh_CN\n"
@@ -530,52 +530,52 @@ msgstr ""
530
  msgid "email"
531
  msgstr ""
532
 
533
- #: ../includes/class.yith-wcwl.php:207
534
  #, fuzzy
535
  msgid "An error occurred while adding products to the wishlist."
536
  msgstr "商品加入收藏到「愿望清单」时,发生了错误。"
537
 
538
- #: ../includes/class.yith-wcwl.php:292
539
  #, fuzzy
540
  msgid "An error occurred while adding products to wishlist."
541
  msgstr "商品加入收藏到「愿望清单」时,发生了错误。"
542
 
543
- #: ../includes/class.yith-wcwl.php:307
544
  msgid "The \"Remove\" option now does not require any parameter"
545
  msgstr ""
546
 
547
- #: ../includes/class.yith-wcwl.php:341
548
  #, fuzzy
549
  msgid "An error occurred while removing products from the wishlist"
550
  msgstr "从「愿望清单」移除商品时,发生了错误。"
551
 
552
- #: ../includes/class.yith-wcwl.php:619
553
  msgid "You need to log in before creating a new wishlist"
554
  msgstr ""
555
 
556
- #: ../includes/class.yith-wcwl.php:1329
557
  msgid "Product successfully removed."
558
  msgstr "成功移除商品。"
559
 
560
- #: ../includes/class.yith-wcwl.php:1333
561
  msgid "Error. Unable to remove the product from the wishlist."
562
  msgstr "错误。无法从「愿望清单」移除这个商品。"
563
 
564
- #: ../includes/class.yith-wcwl.php:1337 ../templates/wishlist-view.php:260
565
  msgid "No products were added to the wishlist"
566
  msgstr "你目前没有加入收藏任何商品到「愿望清单」裡面"
567
 
568
- #: ../includes/class.yith-wcwl.php:1379
569
  msgid "An error as occurred."
570
  msgstr ""
571
 
572
- #: ../init.php:129
573
  msgid ""
574
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
575
  "WooCommerce in order to work."
576
  msgstr ""
577
 
578
- #: ../init.php:139
579
  msgid ""
580
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
581
  "are using the premium one."
@@ -705,8 +705,7 @@ msgid ""
705
  "Your shop offers always a wide selection of products and wishlists of your "
706
  "users get more and more crowded everyday. Give them the possibility to "
707
  "select %1$ssome or all products%2$s in the wishlist and add them to cart "
708
- "just with one click. So that users can select some or all products in the "
709
- "wishlist and add them to cart just with one click."
710
  msgstr ""
711
 
712
  #: ../templates/admin/wishlist-panel-premium.php:278
@@ -860,53 +859,53 @@ msgstr "单价"
860
  msgid "Stock Status"
861
  msgstr "库存状态"
862
 
863
- #: ../templates/wishlist-view.php:144 ../templates/wishlist-view.php:250
864
  msgid "Remove this product"
865
  msgstr "移除这个商品"
866
 
867
- #: ../templates/wishlist-view.php:174
868
  msgid "Free!"
869
  msgstr "免费!"
870
 
871
- #: ../templates/wishlist-view.php:185
872
  msgid "Out of Stock"
873
  msgstr "缺货"
874
 
875
- #: ../templates/wishlist-view.php:188
876
  msgid "In Stock"
877
  msgstr "有货"
878
 
879
- #: ../templates/wishlist-view.php:199
880
  #, php-format
881
  msgid "Added on : %s"
882
  msgstr ""
883
 
884
- #: ../templates/wishlist-view.php:218
885
  msgid "Move"
886
  msgstr ""
887
 
888
- #: ../templates/wishlist-view.php:230
889
  #, fuzzy
890
  msgid "Shared"
891
  msgstr "分享:"
892
 
893
- #: ../templates/wishlist-view.php:233
894
  msgid "Private"
895
  msgstr ""
896
 
897
- #: ../templates/wishlist-view.php:236
898
  msgid "Public"
899
  msgstr ""
900
 
901
- #: ../templates/wishlist-view.php:250
902
  msgid "Remove"
903
  msgstr ""
904
 
905
- #: ../templates/wishlist-view.php:277
906
  msgid "Add the selected products to the cart"
907
  msgstr ""
908
 
909
- #: ../templates/wishlist-view.php:285 ../templates/wishlist-view.php:327
910
  msgid "Ask for an estimate"
911
  msgstr ""
912
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
+ "POT-Creation-Date: 2015-10-23 16:45+0100\n"
5
+ "PO-Revision-Date: 2015-10-23 16:45+0100\n"
6
  "Last-Translator: 李明軒 <eggeggxuan@gmail.com>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: zh_CN\n"
530
  msgid "email"
531
  msgstr ""
532
 
533
+ #: ../includes/class.yith-wcwl.php:211
534
  #, fuzzy
535
  msgid "An error occurred while adding products to the wishlist."
536
  msgstr "商品加入收藏到「愿望清单」时,发生了错误。"
537
 
538
+ #: ../includes/class.yith-wcwl.php:296
539
  #, fuzzy
540
  msgid "An error occurred while adding products to wishlist."
541
  msgstr "商品加入收藏到「愿望清单」时,发生了错误。"
542
 
543
+ #: ../includes/class.yith-wcwl.php:311
544
  msgid "The \"Remove\" option now does not require any parameter"
545
  msgstr ""
546
 
547
+ #: ../includes/class.yith-wcwl.php:345
548
  #, fuzzy
549
  msgid "An error occurred while removing products from the wishlist"
550
  msgstr "从「愿望清单」移除商品时,发生了错误。"
551
 
552
+ #: ../includes/class.yith-wcwl.php:649
553
  msgid "You need to log in before creating a new wishlist"
554
  msgstr ""
555
 
556
+ #: ../includes/class.yith-wcwl.php:1359
557
  msgid "Product successfully removed."
558
  msgstr "成功移除商品。"
559
 
560
+ #: ../includes/class.yith-wcwl.php:1363
561
  msgid "Error. Unable to remove the product from the wishlist."
562
  msgstr "错误。无法从「愿望清单」移除这个商品。"
563
 
564
+ #: ../includes/class.yith-wcwl.php:1367 ../templates/wishlist-view.php:261
565
  msgid "No products were added to the wishlist"
566
  msgstr "你目前没有加入收藏任何商品到「愿望清单」裡面"
567
 
568
+ #: ../includes/class.yith-wcwl.php:1409
569
  msgid "An error as occurred."
570
  msgstr ""
571
 
572
+ #: ../init.php:133
573
  msgid ""
574
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
575
  "WooCommerce in order to work."
576
  msgstr ""
577
 
578
+ #: ../init.php:143
579
  msgid ""
580
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
581
  "are using the premium one."
705
  "Your shop offers always a wide selection of products and wishlists of your "
706
  "users get more and more crowded everyday. Give them the possibility to "
707
  "select %1$ssome or all products%2$s in the wishlist and add them to cart "
708
+ "just with one click."
 
709
  msgstr ""
710
 
711
  #: ../templates/admin/wishlist-panel-premium.php:278
859
  msgid "Stock Status"
860
  msgstr "库存状态"
861
 
862
+ #: ../templates/wishlist-view.php:144 ../templates/wishlist-view.php:251
863
  msgid "Remove this product"
864
  msgstr "移除这个商品"
865
 
866
+ #: ../templates/wishlist-view.php:175
867
  msgid "Free!"
868
  msgstr "免费!"
869
 
870
+ #: ../templates/wishlist-view.php:186
871
  msgid "Out of Stock"
872
  msgstr "缺货"
873
 
874
+ #: ../templates/wishlist-view.php:189
875
  msgid "In Stock"
876
  msgstr "有货"
877
 
878
+ #: ../templates/wishlist-view.php:200
879
  #, php-format
880
  msgid "Added on : %s"
881
  msgstr ""
882
 
883
+ #: ../templates/wishlist-view.php:219
884
  msgid "Move"
885
  msgstr ""
886
 
887
+ #: ../templates/wishlist-view.php:231
888
  #, fuzzy
889
  msgid "Shared"
890
  msgstr "分享:"
891
 
892
+ #: ../templates/wishlist-view.php:234
893
  msgid "Private"
894
  msgstr ""
895
 
896
+ #: ../templates/wishlist-view.php:237
897
  msgid "Public"
898
  msgstr ""
899
 
900
+ #: ../templates/wishlist-view.php:251
901
  msgid "Remove"
902
  msgstr ""
903
 
904
+ #: ../templates/wishlist-view.php:278
905
  msgid "Add the selected products to the cart"
906
  msgstr ""
907
 
908
+ #: ../templates/wishlist-view.php:286 ../templates/wishlist-view.php:328
909
  msgid "Ask for an estimate"
910
  msgstr ""
911
 
languages/yith-woocommerce-wishlist-zh_TW.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-zh_TW.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
- "POT-Creation-Date: 2015-09-18 17:54+0100\n"
5
- "PO-Revision-Date: 2015-09-18 17:54+0100\n"
6
  "Last-Translator: 李明軒 <eggeggxuan@gmail.com>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: zh_TW\n"
@@ -530,52 +530,52 @@ msgstr ""
530
  msgid "email"
531
  msgstr ""
532
 
533
- #: ../includes/class.yith-wcwl.php:207
534
  #, fuzzy
535
  msgid "An error occurred while adding products to the wishlist."
536
  msgstr "商品加入收藏到「願望清單」時,發生了錯誤。"
537
 
538
- #: ../includes/class.yith-wcwl.php:292
539
  #, fuzzy
540
  msgid "An error occurred while adding products to wishlist."
541
  msgstr "商品加入收藏到「願望清單」時,發生了錯誤。"
542
 
543
- #: ../includes/class.yith-wcwl.php:307
544
  msgid "The \"Remove\" option now does not require any parameter"
545
  msgstr ""
546
 
547
- #: ../includes/class.yith-wcwl.php:341
548
  #, fuzzy
549
  msgid "An error occurred while removing products from the wishlist"
550
  msgstr "從「願望清單」移除商品時,發生了錯誤。"
551
 
552
- #: ../includes/class.yith-wcwl.php:619
553
  msgid "You need to log in before creating a new wishlist"
554
  msgstr ""
555
 
556
- #: ../includes/class.yith-wcwl.php:1329
557
  msgid "Product successfully removed."
558
  msgstr "成功移除商品。"
559
 
560
- #: ../includes/class.yith-wcwl.php:1333
561
  msgid "Error. Unable to remove the product from the wishlist."
562
  msgstr "錯誤。無法從「願望清單」移除這個商品。"
563
 
564
- #: ../includes/class.yith-wcwl.php:1337 ../templates/wishlist-view.php:260
565
  msgid "No products were added to the wishlist"
566
  msgstr "你目前沒有加入收藏任何商品到「願望清單」裡面"
567
 
568
- #: ../includes/class.yith-wcwl.php:1379
569
  msgid "An error as occurred."
570
  msgstr ""
571
 
572
- #: ../init.php:129
573
  msgid ""
574
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
575
  "WooCommerce in order to work."
576
  msgstr ""
577
 
578
- #: ../init.php:139
579
  msgid ""
580
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
581
  "are using the premium one."
@@ -705,8 +705,7 @@ msgid ""
705
  "Your shop offers always a wide selection of products and wishlists of your "
706
  "users get more and more crowded everyday. Give them the possibility to "
707
  "select %1$ssome or all products%2$s in the wishlist and add them to cart "
708
- "just with one click. So that users can select some or all products in the "
709
- "wishlist and add them to cart just with one click."
710
  msgstr ""
711
 
712
  #: ../templates/admin/wishlist-panel-premium.php:278
@@ -860,53 +859,53 @@ msgstr "單價"
860
  msgid "Stock Status"
861
  msgstr "庫存狀態"
862
 
863
- #: ../templates/wishlist-view.php:144 ../templates/wishlist-view.php:250
864
  msgid "Remove this product"
865
  msgstr "移除這個商品"
866
 
867
- #: ../templates/wishlist-view.php:174
868
  msgid "Free!"
869
  msgstr "免費!"
870
 
871
- #: ../templates/wishlist-view.php:185
872
  msgid "Out of Stock"
873
  msgstr "缺貨"
874
 
875
- #: ../templates/wishlist-view.php:188
876
  msgid "In Stock"
877
  msgstr "有貨"
878
 
879
- #: ../templates/wishlist-view.php:199
880
  #, php-format
881
  msgid "Added on : %s"
882
  msgstr ""
883
 
884
- #: ../templates/wishlist-view.php:218
885
  msgid "Move"
886
  msgstr ""
887
 
888
- #: ../templates/wishlist-view.php:230
889
  #, fuzzy
890
  msgid "Shared"
891
  msgstr "分享:"
892
 
893
- #: ../templates/wishlist-view.php:233
894
  msgid "Private"
895
  msgstr ""
896
 
897
- #: ../templates/wishlist-view.php:236
898
  msgid "Public"
899
  msgstr ""
900
 
901
- #: ../templates/wishlist-view.php:250
902
  msgid "Remove"
903
  msgstr ""
904
 
905
- #: ../templates/wishlist-view.php:277
906
  msgid "Add the selected products to the cart"
907
  msgstr ""
908
 
909
- #: ../templates/wishlist-view.php:285 ../templates/wishlist-view.php:327
910
  msgid "Ask for an estimate"
911
  msgstr ""
912
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
+ "POT-Creation-Date: 2015-10-23 16:45+0100\n"
5
+ "PO-Revision-Date: 2015-10-23 16:45+0100\n"
6
  "Last-Translator: 李明軒 <eggeggxuan@gmail.com>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: zh_TW\n"
530
  msgid "email"
531
  msgstr ""
532
 
533
+ #: ../includes/class.yith-wcwl.php:211
534
  #, fuzzy
535
  msgid "An error occurred while adding products to the wishlist."
536
  msgstr "商品加入收藏到「願望清單」時,發生了錯誤。"
537
 
538
+ #: ../includes/class.yith-wcwl.php:296
539
  #, fuzzy
540
  msgid "An error occurred while adding products to wishlist."
541
  msgstr "商品加入收藏到「願望清單」時,發生了錯誤。"
542
 
543
+ #: ../includes/class.yith-wcwl.php:311
544
  msgid "The \"Remove\" option now does not require any parameter"
545
  msgstr ""
546
 
547
+ #: ../includes/class.yith-wcwl.php:345
548
  #, fuzzy
549
  msgid "An error occurred while removing products from the wishlist"
550
  msgstr "從「願望清單」移除商品時,發生了錯誤。"
551
 
552
+ #: ../includes/class.yith-wcwl.php:649
553
  msgid "You need to log in before creating a new wishlist"
554
  msgstr ""
555
 
556
+ #: ../includes/class.yith-wcwl.php:1359
557
  msgid "Product successfully removed."
558
  msgstr "成功移除商品。"
559
 
560
+ #: ../includes/class.yith-wcwl.php:1363
561
  msgid "Error. Unable to remove the product from the wishlist."
562
  msgstr "錯誤。無法從「願望清單」移除這個商品。"
563
 
564
+ #: ../includes/class.yith-wcwl.php:1367 ../templates/wishlist-view.php:261
565
  msgid "No products were added to the wishlist"
566
  msgstr "你目前沒有加入收藏任何商品到「願望清單」裡面"
567
 
568
+ #: ../includes/class.yith-wcwl.php:1409
569
  msgid "An error as occurred."
570
  msgstr ""
571
 
572
+ #: ../init.php:133
573
  msgid ""
574
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
575
  "WooCommerce in order to work."
576
  msgstr ""
577
 
578
+ #: ../init.php:143
579
  msgid ""
580
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
581
  "are using the premium one."
705
  "Your shop offers always a wide selection of products and wishlists of your "
706
  "users get more and more crowded everyday. Give them the possibility to "
707
  "select %1$ssome or all products%2$s in the wishlist and add them to cart "
708
+ "just with one click."
 
709
  msgstr ""
710
 
711
  #: ../templates/admin/wishlist-panel-premium.php:278
859
  msgid "Stock Status"
860
  msgstr "庫存狀態"
861
 
862
+ #: ../templates/wishlist-view.php:144 ../templates/wishlist-view.php:251
863
  msgid "Remove this product"
864
  msgstr "移除這個商品"
865
 
866
+ #: ../templates/wishlist-view.php:175
867
  msgid "Free!"
868
  msgstr "免費!"
869
 
870
+ #: ../templates/wishlist-view.php:186
871
  msgid "Out of Stock"
872
  msgstr "缺貨"
873
 
874
+ #: ../templates/wishlist-view.php:189
875
  msgid "In Stock"
876
  msgstr "有貨"
877
 
878
+ #: ../templates/wishlist-view.php:200
879
  #, php-format
880
  msgid "Added on : %s"
881
  msgstr ""
882
 
883
+ #: ../templates/wishlist-view.php:219
884
  msgid "Move"
885
  msgstr ""
886
 
887
+ #: ../templates/wishlist-view.php:231
888
  #, fuzzy
889
  msgid "Shared"
890
  msgstr "分享:"
891
 
892
+ #: ../templates/wishlist-view.php:234
893
  msgid "Private"
894
  msgstr ""
895
 
896
+ #: ../templates/wishlist-view.php:237
897
  msgid "Public"
898
  msgstr ""
899
 
900
+ #: ../templates/wishlist-view.php:251
901
  msgid "Remove"
902
  msgstr ""
903
 
904
+ #: ../templates/wishlist-view.php:278
905
  msgid "Add the selected products to the cart"
906
  msgstr ""
907
 
908
+ #: ../templates/wishlist-view.php:286 ../templates/wishlist-view.php:328
909
  msgid "Ask for an estimate"
910
  msgstr ""
911
 
languages/yith-woocommerce-wishlist.pot CHANGED
@@ -2,7 +2,7 @@
2
  msgid ""
3
  msgstr ""
4
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
5
- "POT-Creation-Date: 2015-09-18 17:52+0100\n"
6
  "PO-Revision-Date: 2015-04-30 17:08+0100\n"
7
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
@@ -523,49 +523,49 @@ msgstr ""
523
  msgid "email"
524
  msgstr ""
525
 
526
- #: ../includes/class.yith-wcwl.php:207
527
  msgid "An error occurred while adding products to the wishlist."
528
  msgstr ""
529
 
530
- #: ../includes/class.yith-wcwl.php:292
531
  msgid "An error occurred while adding products to wishlist."
532
  msgstr ""
533
 
534
- #: ../includes/class.yith-wcwl.php:307
535
  msgid "The \"Remove\" option now does not require any parameter"
536
  msgstr ""
537
 
538
- #: ../includes/class.yith-wcwl.php:341
539
  msgid "An error occurred while removing products from the wishlist"
540
  msgstr ""
541
 
542
- #: ../includes/class.yith-wcwl.php:619
543
  msgid "You need to log in before creating a new wishlist"
544
  msgstr ""
545
 
546
- #: ../includes/class.yith-wcwl.php:1329
547
  msgid "Product successfully removed."
548
  msgstr ""
549
 
550
- #: ../includes/class.yith-wcwl.php:1333
551
  msgid "Error. Unable to remove the product from the wishlist."
552
  msgstr ""
553
 
554
- #: ../includes/class.yith-wcwl.php:1337 ../templates/wishlist-view.php:260
555
  msgid "No products were added to the wishlist"
556
  msgstr ""
557
 
558
- #: ../includes/class.yith-wcwl.php:1379
559
  msgid "An error as occurred."
560
  msgstr ""
561
 
562
- #: ../init.php:129
563
  msgid ""
564
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
565
  "WooCommerce in order to work."
566
  msgstr ""
567
 
568
- #: ../init.php:139
569
  msgid ""
570
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
571
  "are using the premium one."
@@ -695,8 +695,7 @@ msgid ""
695
  "Your shop offers always a wide selection of products and wishlists of your "
696
  "users get more and more crowded everyday. Give them the possibility to "
697
  "select %1$ssome or all products%2$s in the wishlist and add them to cart "
698
- "just with one click. So that users can select some or all products in the "
699
- "wishlist and add them to cart just with one click."
700
  msgstr ""
701
 
702
  #: ../templates/admin/wishlist-panel-premium.php:278
@@ -850,52 +849,52 @@ msgstr ""
850
  msgid "Stock Status"
851
  msgstr ""
852
 
853
- #: ../templates/wishlist-view.php:144 ../templates/wishlist-view.php:250
854
  msgid "Remove this product"
855
  msgstr ""
856
 
857
- #: ../templates/wishlist-view.php:174
858
  msgid "Free!"
859
  msgstr ""
860
 
861
- #: ../templates/wishlist-view.php:185
862
  msgid "Out of Stock"
863
  msgstr ""
864
 
865
- #: ../templates/wishlist-view.php:188
866
  msgid "In Stock"
867
  msgstr ""
868
 
869
- #: ../templates/wishlist-view.php:199
870
  #, php-format
871
  msgid "Added on : %s"
872
  msgstr ""
873
 
874
- #: ../templates/wishlist-view.php:218
875
  msgid "Move"
876
  msgstr ""
877
 
878
- #: ../templates/wishlist-view.php:230
879
  msgid "Shared"
880
  msgstr ""
881
 
882
- #: ../templates/wishlist-view.php:233
883
  msgid "Private"
884
  msgstr ""
885
 
886
- #: ../templates/wishlist-view.php:236
887
  msgid "Public"
888
  msgstr ""
889
 
890
- #: ../templates/wishlist-view.php:250
891
  msgid "Remove"
892
  msgstr ""
893
 
894
- #: ../templates/wishlist-view.php:277
895
  msgid "Add the selected products to the cart"
896
  msgstr ""
897
 
898
- #: ../templates/wishlist-view.php:285 ../templates/wishlist-view.php:327
899
  msgid "Ask for an estimate"
900
  msgstr ""
901
 
2
  msgid ""
3
  msgstr ""
4
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
5
+ "POT-Creation-Date: 2015-10-23 16:43+0100\n"
6
  "PO-Revision-Date: 2015-04-30 17:08+0100\n"
7
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
523
  msgid "email"
524
  msgstr ""
525
 
526
+ #: ../includes/class.yith-wcwl.php:211
527
  msgid "An error occurred while adding products to the wishlist."
528
  msgstr ""
529
 
530
+ #: ../includes/class.yith-wcwl.php:296
531
  msgid "An error occurred while adding products to wishlist."
532
  msgstr ""
533
 
534
+ #: ../includes/class.yith-wcwl.php:311
535
  msgid "The \"Remove\" option now does not require any parameter"
536
  msgstr ""
537
 
538
+ #: ../includes/class.yith-wcwl.php:345
539
  msgid "An error occurred while removing products from the wishlist"
540
  msgstr ""
541
 
542
+ #: ../includes/class.yith-wcwl.php:649
543
  msgid "You need to log in before creating a new wishlist"
544
  msgstr ""
545
 
546
+ #: ../includes/class.yith-wcwl.php:1359
547
  msgid "Product successfully removed."
548
  msgstr ""
549
 
550
+ #: ../includes/class.yith-wcwl.php:1363
551
  msgid "Error. Unable to remove the product from the wishlist."
552
  msgstr ""
553
 
554
+ #: ../includes/class.yith-wcwl.php:1367 ../templates/wishlist-view.php:261
555
  msgid "No products were added to the wishlist"
556
  msgstr ""
557
 
558
+ #: ../includes/class.yith-wcwl.php:1409
559
  msgid "An error as occurred."
560
  msgstr ""
561
 
562
+ #: ../init.php:133
563
  msgid ""
564
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
565
  "WooCommerce in order to work."
566
  msgstr ""
567
 
568
+ #: ../init.php:143
569
  msgid ""
570
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
571
  "are using the premium one."
695
  "Your shop offers always a wide selection of products and wishlists of your "
696
  "users get more and more crowded everyday. Give them the possibility to "
697
  "select %1$ssome or all products%2$s in the wishlist and add them to cart "
698
+ "just with one click."
 
699
  msgstr ""
700
 
701
  #: ../templates/admin/wishlist-panel-premium.php:278
849
  msgid "Stock Status"
850
  msgstr ""
851
 
852
+ #: ../templates/wishlist-view.php:144 ../templates/wishlist-view.php:251
853
  msgid "Remove this product"
854
  msgstr ""
855
 
856
+ #: ../templates/wishlist-view.php:175
857
  msgid "Free!"
858
  msgstr ""
859
 
860
+ #: ../templates/wishlist-view.php:186
861
  msgid "Out of Stock"
862
  msgstr ""
863
 
864
+ #: ../templates/wishlist-view.php:189
865
  msgid "In Stock"
866
  msgstr ""
867
 
868
+ #: ../templates/wishlist-view.php:200
869
  #, php-format
870
  msgid "Added on : %s"
871
  msgstr ""
872
 
873
+ #: ../templates/wishlist-view.php:219
874
  msgid "Move"
875
  msgstr ""
876
 
877
+ #: ../templates/wishlist-view.php:231
878
  msgid "Shared"
879
  msgstr ""
880
 
881
+ #: ../templates/wishlist-view.php:234
882
  msgid "Private"
883
  msgstr ""
884
 
885
+ #: ../templates/wishlist-view.php:237
886
  msgid "Public"
887
  msgstr ""
888
 
889
+ #: ../templates/wishlist-view.php:251
890
  msgid "Remove"
891
  msgstr ""
892
 
893
+ #: ../templates/wishlist-view.php:278
894
  msgid "Add the selected products to the cart"
895
  msgstr ""
896
 
897
+ #: ../templates/wishlist-view.php:286 ../templates/wishlist-view.php:328
898
  msgid "Ask for an estimate"
899
  msgstr ""
900
 
plugin-fw/assets/js/yit-plugin-panel.js CHANGED
@@ -165,6 +165,12 @@
165
  var attachment = custom_uploader.state().get( 'selection' ).first().toJSON();
166
 
167
  $("#" + id).val( attachment.url );
 
 
 
 
 
 
168
  $('.plugin-option .upload_img_url').trigger('change');
169
  });
170
 
165
  var attachment = custom_uploader.state().get( 'selection' ).first().toJSON();
166
 
167
  $("#" + id).val( attachment.url );
168
+ // Save the id of the selected element to an element which name is the same with
169
+ // a suffix "-yith-attachment-id"
170
+ if ($("#" + id + "-yith-attachment-id")) {
171
+ $("#" + id + "-yith-attachment-id").val(attachment.id);
172
+ }
173
+
174
  $('.plugin-option .upload_img_url').trigger('change');
175
  });
176
 
plugin-fw/assets/js/yit-plugin-panel.min.js CHANGED
@@ -1,10 +1 @@
1
- (function(a){var l=function(){var b="";a(this).attr("multiple")?(a(this).children("option:selected").each(function(c,d){0!=c&&(b+=", ");b+=a(d).text()}),""==b&&a(this).children().children("option:selected").each(function(c,d){0!=c&&(b+=", ");b+=a(d).text()})):(b=a(this).children("option:selected").text(),""==b&&(b=a(this).children().children("option:selected").text()));0>=a(this).parent().find("span").length&&a(this).before("<span></span>");a(this).parent().children("span").replaceWith("<span>"+b+
2
- "</span>")};a(".plugin-option .select_wrapper select").not(".chosen").each(l).change(l);a(".plugin-option .select_wrapper").click(function(b){b.stopPropagation();a(this).find("select[multiple]").not(".chosen").toggle()});a(".plugin-option .select_wrapper select[multiple]").not(".chosen").click(function(a){a.stopPropagation()});a(window).click(function(){a(".plugin-option .select_wrapper select[multiple]").not(".chosen").hide()});a(".plugin-option .chosen .select_wrapper select").chosen();a(".plugin-option .on_off_container span").on("click",
3
- function(){var b=a(this).prev("input");b.prop("checked")?b.prop("checked",!1).attr("value","no").removeClass("onoffchecked"):b.prop("checked",!0).attr("value","yes").addClass("onoffchecked");b.change()});a(".plugin-option .slider_container .ui-slider-horizontal").each(function(){var b=a(this).data("val"),c=a(this).data("min"),d=a(this).data("max"),e=a(this).data("step"),f=a(this).data("labels");a(this).slider({value:b,min:c,max:d,range:"min",step:e,slide:function(b,c){a(this).find("input").val(c.value);
4
- a(this).siblings(".feedback").find("strong").text(c.value+f)}})});"undefined"!==typeof wp&&"undefined"!==typeof wp.media&&(a(".plugin-option .upload_img_url").change(function(){var b=a(this).val(),c=a(this).parents().siblings(".upload_img_preview");/(http|ftp|https):\/\/[a-zA-Z0-9@?^=%&amp;:/~+#-_.]*.(gif|jpg|jpeg|png|ico)/.test(b)?c.html('<img src="'+b+'" style="max-width:600px; max-height:300px;" />'):c.html("")}).trigger("change"),a(document).on("click",".plugin-option .upload_button",function(b){b.preventDefault();
5
- var c,d=a(this).attr("id").replace(/-button$/,"");c||(b=[new wp.media.controller.Library({library:wp.media.query(),multiple:!1,title:"Choose Image",priority:20,filterable:"uploaded"})],c=wp.media.frames.downloadable_file=wp.media({title:"Choose Image",library:{type:""},button:{text:"Choose Image"},multiple:!1,states:b}),c.on("select",function(){var b=c.state().get("selection").first().toJSON();a("#"+d).val(b.url);a(".plugin-option .upload_img_url").trigger("change")}));c.open()}));a(".plugin-option .add_media").on("click",
6
- function(){});a("[data-field]").each(function(){var b=a(this),c="#"+b.data("field"),d="#"+b.data("dep"),e=b.data("value");a(d).on("change",function(){var b=d,g=e.toString(),h=!0;if("string"==typeof b){":radio"==b.substr(0,6)&&(b+=":checked");for(var g=g.split(","),k=0;k<g.length;k++)if(a(b).val()!=g[k])h=!1;else{h=!0;break}}h?a(c+"-container").closest("tr").show():a(c+"-container").closest("tr").hide()}).change()});a(".rm_connectedlist").each(function(){var b=a(this).find("ul"),c=a(this).find(":hidden");
7
- b.sortable({connectWith:b,update:function(d,e){var f={};b.each(function(){var b={};a(this).children().each(function(){b[a(this).data("option")]=a(this).text()});f[a(this).data("list")]=b});c.val(JSON.stringify(f).replace(/[\\"']/g,"\\$&").replace(/\u0000/g,"\\0"))}}).disableSelection()});a(document).ready(function(){a(".yith-video-link").click(function(b){b.preventDefault();b=a(this).data("video-id");a("."+b).dialog({dialogClass:"wp-dialog yit-dialog yit-video-dialog",modal:!0,closeOnEscape:!0,width:"auto",
8
- resizable:!1,draggable:!1,create:function(b,d){a(this).css("maxWidth","853px")},open:function(b,d){a(".ui-widget-overlay").bind("click",function(){a(this).siblings(".ui-dialog").find(".ui-dialog-content").dialog("close")})}});a(".ui-dialog :button").blur()})});a(document).ready(function(){a(".codemirror").each(function(b,c){var d=CodeMirror.fromTextArea(c,{lineNumbers:1,mode:"javascript",showCursorWhenSelecting:!0});a(c).data("codemirrorInstance",d)})});a(document).ready(function(){a(".google-analytic-generate").click(function(){var b=
9
- a("#"+a(this).data("textarea")).data("codemirrorInstance"),c=a("#"+a(this).data("input")).val(),d=a(this).data("basename"),e;e="(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement( o ),\nm=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n";e+="})(window,document,'script','//www.google-analytics.com/analytics.js','ga');\n\n";e+="ga('create', '"+c+"', '"+d+"');\n";e+="ga('send', 'pageview');\n";
10
- b.replaceRange(e,b.getCursor("start"),b.getCursor("end"))})})})(jQuery);
1
+ !function(e){function t(t,i,n){var a=!0;if("string"==typeof i){":radio"==i.substr(0,6)&&(i+=":checked");for(var n=n.split(","),o=0;o<n.length;o++){if(e(i).val()==n[o]){a=!0;break}a=!1}}a?e(t+"-container").closest("tr").show():e(t+"-container").closest("tr").hide()}var i=function(){var t="";e(this).attr("multiple")?(e(this).children("option:selected").each(function(i,n){0!=i&&(t+=", "),t+=e(n).text()}),""==t&&e(this).children().children("option:selected").each(function(i,n){0!=i&&(t+=", "),t+=e(n).text()})):(t=e(this).children("option:selected").text(),""==t&&(t=e(this).children().children("option:selected").text())),e(this).parent().find("span").length<=0&&e(this).before("<span></span>"),e(this).parent().children("span").replaceWith("<span>"+t+"</span>")};if(e(".plugin-option .select_wrapper select").not(".chosen").each(i).change(i),e(".plugin-option .select_wrapper").click(function(t){t.stopPropagation(),e(this).find("select[multiple]").not(".chosen").toggle()}),e(".plugin-option .select_wrapper select[multiple]").not(".chosen").click(function(e){e.stopPropagation()}),e(window).click(function(){e(".plugin-option .select_wrapper select[multiple]").not(".chosen").hide()}),e(".plugin-option .chosen .select_wrapper select").chosen(),e(".plugin-option .on_off_container span").on("click",function(){var t=e(this).prev("input"),i=t.prop("checked");i?t.prop("checked",!1).attr("value","no").removeClass("onoffchecked"):t.prop("checked",!0).attr("value","yes").addClass("onoffchecked"),t.change()}),e(".plugin-option .slider_container .ui-slider-horizontal").each(function(){var t=e(this).data("val"),i=e(this).data("min"),n=e(this).data("max"),a=e(this).data("step"),o=e(this).data("labels");e(this).slider({value:t,min:i,max:n,range:"min",step:a,slide:function(t,i){e(this).find("input").val(i.value),e(this).siblings(".feedback").find("strong").text(i.value+o)}})}),"undefined"!=typeof wp&&"undefined"!=typeof wp.media){{var n=!0;wp.media.editor.send.attachment}e(".plugin-option .upload_img_url").change(function(){var t=e(this).val(),i=new RegExp("(http|ftp|https)://[a-zA-Z0-9@?^=%&:/~+#-_.]*.(gif|jpg|jpeg|png|ico)"),n=e(this).parents().siblings(".upload_img_preview");n.html(i.test(t)?'<img src="'+t+'" style="max-width:600px; max-height:300px;" />':"")}).trigger("change"),e(document).on("click",".plugin-option .upload_button",function(t){t.preventDefault();var i,n=e(this),a=n.attr("id").replace(/-button$/,"");if(i)return void i.open();var o=[new wp.media.controller.Library({library:wp.media.query(),multiple:!1,title:"Choose Image",priority:20,filterable:"uploaded"})];i=wp.media.frames.downloadable_file=wp.media({title:"Choose Image",library:{type:""},button:{text:"Choose Image"},multiple:!1,states:o}),i.on("select",function(){var t=i.state().get("selection").first().toJSON();e("#"+a).val(t.url),e("#"+a+"-yith-attachment-id")&&e("#"+a+"-yith-attachment-id").val(t.id),e(".plugin-option .upload_img_url").trigger("change")}),i.open()})}e(".plugin-option .add_media").on("click",function(){n=!1}),e("[data-field]").each(function(){var i=e(this),n="#"+i.data("field"),a="#"+i.data("dep"),o=i.data("value");e(a).on("change",function(){t(n,a,o.toString())}).change()}),e(".rm_connectedlist").each(function(){{var t=e(this).find("ul"),i=e(this).find(":hidden");t.sortable({connectWith:t,update:function(){var n={};t.each(function(){var t={};e(this).children().each(function(){t[e(this).data("option")]=e(this).text()}),n[e(this).data("list")]=t}),i.val(JSON.stringify(n).replace(/[\\"']/g,"\\$&").replace(/\u0000/g,"\\0"))}}).disableSelection()}}),e(document).ready(function(){e(".yith-video-link").click(function(t){t.preventDefault();var i=e(this).data("video-id");e("."+i).dialog({dialogClass:"wp-dialog yit-dialog yit-video-dialog",modal:!0,closeOnEscape:!0,width:"auto",resizable:!1,draggable:!1,create:function(){e(this).css("maxWidth","853px")},open:function(){e(".ui-widget-overlay").bind("click",function(){e(this).siblings(".ui-dialog").find(".ui-dialog-content").dialog("close")})}}),e(".ui-dialog :button").blur()})}),e(document).ready(function(){e(".codemirror").each(function(t,i){var n=CodeMirror.fromTextArea(i,{lineNumbers:1,mode:"javascript",showCursorWhenSelecting:!0});e(i).data("codemirrorInstance",n)})}),e(document).ready(function(){e(".google-analytic-generate").click(function(){var t=e("#"+e(this).data("textarea")).data("codemirrorInstance"),i=e("#"+e(this).data("input")).val(),n=e(this).data("basename"),a="(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n";a+="(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement( o ),\n",a+="m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n",a+="})(window,document,'script','//www.google-analytics.com/analytics.js','ga');\n\n",a+="ga('create', '"+i+"', '"+n+"');\n",a+="ga('send', 'pageview');\n",t.replaceRange(a,t.getCursor("start"),t.getCursor("end"))})})}(jQuery);
 
 
 
 
 
 
 
 
 
plugin-fw/init.php ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Framework Name: YIT Plugin Framework
4
+ * Version: 2.1
5
+ * Author: Yithemes
6
+ * Text Domain: yith-plugin-fw
7
+ * Domain Path: /languages/
8
+ *
9
+ * @author Your Inspiration Themes
10
+ * @package YITH WooCommerce Ajax Navigation
11
+ * @version 2.0
12
+ */
13
+ /**
14
+ * This file belongs to the YIT Plugin Framework.
15
+ *
16
+ * This source file is subject to the GNU GENERAL PUBLIC LICENSE (GPL 3.0)
17
+ * that is bundled with this package in the file LICENSE.txt.
18
+ * It is also available through the world-wide-web at this URL:
19
+ * http://www.gnu.org/licenses/gpl-3.0.txt
20
+ */
21
+
22
+
23
+ if ( ! defined( 'ABSPATH' ) ) {
24
+ exit;
25
+ } // Exit if accessed directly
26
+
27
+ if ( ! function_exists( 'yit_maybe_plugin_fw_loader' ) ) {
28
+ /**
29
+ * YITH WooCommerce Ajax Navigation
30
+ *
31
+ * @since 1.0.0
32
+ */
33
+ function yit_maybe_plugin_fw_loader( $plugin_path ) {
34
+ global $plugin_fw_data;
35
+
36
+ $default_headers = array(
37
+ 'Name' => 'Framework Name',
38
+ 'Version' => 'Version',
39
+ 'Author' => 'Author',
40
+ 'TextDomain' => 'Text Domain',
41
+ 'DomainPath' => 'Domain Path',
42
+ );
43
+
44
+ $framework_data = get_file_data( trailingslashit( $plugin_path ) .'plugin-fw/init.php', $default_headers );
45
+ $plugin_fw_main_file = trailingslashit( $plugin_path ) . 'plugin-fw/yit-plugin.php';
46
+
47
+ if( ! empty( $plugin_fw_data ) ){
48
+ foreach( $plugin_fw_data as $version => $path ){
49
+ if( version_compare( $version, $framework_data['Version'], '<' ) ){
50
+ $plugin_fw_data = array( $framework_data['Version'] => $plugin_fw_main_file );
51
+ }
52
+ }
53
+ }
54
+
55
+ else {
56
+ $plugin_fw_data = array( $framework_data['Version'] => $plugin_fw_main_file );
57
+ }
58
+ }
59
+ }
plugin-fw/lib/yit-metabox.php CHANGED
@@ -161,8 +161,6 @@ if (!class_exists('YIT_Metabox')) {
161
  wp_enqueue_script('ajax-chosen', yit_load_js_file(YIT_CORE_PLUGIN_URL . '/assets/js/chosen/ajax-chosen.jquery.js'), array('jquery'), '1.1.0', true);
162
  wp_enqueue_script('yit-metabox', YIT_CORE_PLUGIN_URL . '/assets/js/metabox.js', array('jquery', 'wp-color-picker'), '1.0.0', true);
163
  wp_enqueue_style('jquery-ui-overcast', YIT_CORE_PLUGIN_URL . '/assets/css/overcast/jquery-ui-1.8.9.custom.css', false, '1.8.9', 'all');
164
-
165
-
166
  }
167
 
168
  /**
161
  wp_enqueue_script('ajax-chosen', yit_load_js_file(YIT_CORE_PLUGIN_URL . '/assets/js/chosen/ajax-chosen.jquery.js'), array('jquery'), '1.1.0', true);
162
  wp_enqueue_script('yit-metabox', YIT_CORE_PLUGIN_URL . '/assets/js/metabox.js', array('jquery', 'wp-color-picker'), '1.0.0', true);
163
  wp_enqueue_style('jquery-ui-overcast', YIT_CORE_PLUGIN_URL . '/assets/css/overcast/jquery-ui-1.8.9.custom.css', false, '1.8.9', 'all');
 
 
164
  }
165
 
166
  /**
plugin-fw/lib/yit-plugin-panel-wc.php CHANGED
@@ -278,6 +278,20 @@ if ( ! class_exists( 'YIT_Plugin_Panel_WooCommerce' ) ) {
278
  }
279
  }
280
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
281
  woocommerce_update_options( $yit_options[ $current_tab ] );
282
 
283
  do_action( 'yit_panel_wc_after_update' );
@@ -314,7 +328,6 @@ if ( ! class_exists( 'YIT_Plugin_Panel_WooCommerce' ) ) {
314
  wp_enqueue_style( 'yit-plugin-style', YIT_CORE_PLUGIN_URL . '/assets/css/yit-plugin-panel.css', $woocommerce->version );
315
  wp_enqueue_style ( 'wp-jquery-ui-dialog' );
316
 
317
-
318
  wp_enqueue_style( 'jquery-chosen', YIT_CORE_PLUGIN_URL . '/assets/css/chosen/chosen.css' );
319
  wp_enqueue_script( 'jquery-chosen', YIT_CORE_PLUGIN_URL . '/assets/js/chosen/chosen.jquery.js', array( 'jquery' ), '1.1.0', true );
320
  wp_enqueue_script( 'woocommerce_settings', $woocommerce->plugin_url() . '/assets/js/admin/settings.min.js', array( 'jquery', 'jquery-ui-datepicker','jquery-ui-dialog', 'jquery-ui-sortable', 'iris', 'chosen' ), $woocommerce->version, true );
@@ -365,8 +378,8 @@ if ( ! class_exists( 'YIT_Plugin_Panel_WooCommerce' ) ) {
365
  * @return array Filtered body classes
366
  */
367
  public function admin_body_class( $admin_body_classes ){
368
- $admin_body_classes .= ' woocommerce ';
369
- return $admin_body_classes;
370
  }
371
 
372
  /**
278
  }
279
  }
280
 
281
+ foreach($_POST as $name => $value) {
282
+
283
+ // Check if current POST var which name ends with a specific needle
284
+ $attachment_id_needle = "-yith-attachment-id";
285
+ $is_hidden_input = (($temp = strlen($name) - strlen($attachment_id_needle)) >= 0 && strpos($name, $attachment_id_needle, $temp) !== FALSE);
286
+ if ($is_hidden_input){
287
+ // Is an input element of type "hidden" coupled with an input element for selecting an element from the media gallery
288
+ $yit_options[ $current_tab ][$name] = array(
289
+ "type" => "text",
290
+ "id" => $name
291
+ );
292
+ }
293
+ }
294
+
295
  woocommerce_update_options( $yit_options[ $current_tab ] );
296
 
297
  do_action( 'yit_panel_wc_after_update' );
328
  wp_enqueue_style( 'yit-plugin-style', YIT_CORE_PLUGIN_URL . '/assets/css/yit-plugin-panel.css', $woocommerce->version );
329
  wp_enqueue_style ( 'wp-jquery-ui-dialog' );
330
 
 
331
  wp_enqueue_style( 'jquery-chosen', YIT_CORE_PLUGIN_URL . '/assets/css/chosen/chosen.css' );
332
  wp_enqueue_script( 'jquery-chosen', YIT_CORE_PLUGIN_URL . '/assets/js/chosen/chosen.jquery.js', array( 'jquery' ), '1.1.0', true );
333
  wp_enqueue_script( 'woocommerce_settings', $woocommerce->plugin_url() . '/assets/js/admin/settings.min.js', array( 'jquery', 'jquery-ui-datepicker','jquery-ui-dialog', 'jquery-ui-sortable', 'iris', 'chosen' ), $woocommerce->version, true );
378
  * @return array Filtered body classes
379
  */
380
  public function admin_body_class( $admin_body_classes ){
381
+ global $pagenow;
382
+ return 'admin.php' == $pagenow && substr_count( $admin_body_classes, 'woocommerce' ) == 0 ? $admin_body_classes .= ' woocommerce ' : $admin_body_classes;
383
  }
384
 
385
  /**
plugin-fw/lib/yit-plugin-panel.php CHANGED
@@ -121,32 +121,27 @@ if ( ! class_exists( 'YIT_Plugin_Panel' ) ) {
121
  */
122
  public function admin_enqueue_scripts() {
123
 
124
- global $wp_scripts;
125
 
126
  //scripts
127
- wp_enqueue_media();
128
- wp_enqueue_script( 'jquery-ui' );
129
- wp_enqueue_script( 'jquery-ui-core' );
130
- wp_enqueue_script( 'jquery-ui-slider' );
131
- wp_enqueue_script( 'jquery-ui-dialog' );
132
- wp_enqueue_style( 'jquery-chosen', YIT_CORE_PLUGIN_URL . '/assets/css/chosen/chosen.css' );
133
- wp_enqueue_script( 'jquery-chosen', YIT_CORE_PLUGIN_URL . '/assets/js/chosen/chosen.jquery.js', array( 'jquery' ), '1.1.0', true );
134
- wp_enqueue_script( 'yit-plugin-panel', YIT_CORE_PLUGIN_URL . '/assets/js/yit-plugin-panel.js', array( 'jquery', 'jquery-chosen' ), $this->version, true );
135
- wp_register_script( 'codemirror', YIT_CORE_PLUGIN_URL . '/assets/js/codemirror/codemirror.js', array( 'jquery' ), $this->version, true );
136
- wp_register_script( 'codemirror-javascript', YIT_CORE_PLUGIN_URL . '/assets/js/codemirror/javascript.js', array( 'jquery', 'codemirror' ), $this->version, true );
137
-
138
-
139
- wp_register_style( 'codemirror', YIT_CORE_PLUGIN_URL . '/assets/css/codemirror/codemirror.css' );
140
 
141
  //styles
142
-
143
  $jquery_version = isset( $wp_scripts->registered['jquery-ui-core']->ver ) ? $wp_scripts->registered['jquery-ui-core']->ver : '1.9.2';
144
-
145
  wp_enqueue_style( 'jquery-ui-overcast', YIT_CORE_PLUGIN_URL . '/assets/css/overcast/jquery-ui-1.8.9.custom.css', false, '1.8.9', 'all' );
146
  wp_enqueue_style( 'yit-plugin-style', YIT_CORE_PLUGIN_URL . '/assets/css/yit-plugin-panel.css', $this->version );
147
  wp_enqueue_style( 'raleway-font', '//fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,100,200,300,900' );
148
-
149
- wp_enqueue_style( 'jquery-ui-style', '//code.jquery.com/ui/' . $jquery_version . '/themes/smoothness/jquery-ui.css', array(), $jquery_version );
150
  }
151
 
152
  /**
121
  */
122
  public function admin_enqueue_scripts() {
123
 
124
+ global $wp_scripts, $pagenow;
125
 
126
  //scripts
127
+ wp_enqueue_media();
128
+ wp_enqueue_script( 'jquery-ui' );
129
+ wp_enqueue_script( 'jquery-ui-core' );
130
+ wp_enqueue_script( 'jquery-ui-slider' );
131
+ wp_enqueue_script( 'jquery-ui-dialog' );
132
+ wp_enqueue_script( 'jquery-chosen', YIT_CORE_PLUGIN_URL . '/assets/js/chosen/chosen.jquery.js', array( 'jquery' ), '1.1.0', true );
133
+ wp_enqueue_script( 'yit-plugin-panel', YIT_CORE_PLUGIN_URL . '/assets/js/yit-plugin-panel.js', array( 'jquery', 'jquery-chosen' ), $this->version, true );
134
+ wp_register_script( 'codemirror', YIT_CORE_PLUGIN_URL . '/assets/js/codemirror/codemirror.js', array( 'jquery' ), $this->version, true );
135
+ wp_register_script( 'codemirror-javascript', YIT_CORE_PLUGIN_URL . '/assets/js/codemirror/javascript.js', array( 'jquery', 'codemirror' ), $this->version, true );
 
 
 
 
136
 
137
  //styles
 
138
  $jquery_version = isset( $wp_scripts->registered['jquery-ui-core']->ver ) ? $wp_scripts->registered['jquery-ui-core']->ver : '1.9.2';
139
+ wp_register_style( 'codemirror', YIT_CORE_PLUGIN_URL . '/assets/css/codemirror/codemirror.css' );
140
  wp_enqueue_style( 'jquery-ui-overcast', YIT_CORE_PLUGIN_URL . '/assets/css/overcast/jquery-ui-1.8.9.custom.css', false, '1.8.9', 'all' );
141
  wp_enqueue_style( 'yit-plugin-style', YIT_CORE_PLUGIN_URL . '/assets/css/yit-plugin-panel.css', $this->version );
142
  wp_enqueue_style( 'raleway-font', '//fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,100,200,300,900' );
143
+ wp_enqueue_style( 'jquery-chosen', YIT_CORE_PLUGIN_URL . '/assets/css/chosen/chosen.css' );
144
+ wp_enqueue_style( 'yit-jquery-ui-style', '//code.jquery.com/ui/' . $jquery_version . '/themes/smoothness/jquery-ui.css', array(), $jquery_version );
145
  }
146
 
147
  /**
plugin-fw/lib/yit-upgrade.php CHANGED
@@ -190,15 +190,34 @@ if ( ! class_exists( 'YIT_Upgrade' ) ) {
190
  * @author Andrea Grillo <andrea.grillo@yithemes.com>
191
  */
192
  protected function _upgrader_pre_download( $reply, $package, $upgrader ) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
193
 
194
  /**
195
  * It isn't YITH Premium plugins, please wordpress update it for me!
196
  */
197
- if( ! isset( $upgrader->skin->plugin ) ) {
198
  return $reply;
199
  }
200
 
201
- $plugin_info = YIT_Plugin_Licence()->get_product( $upgrader->skin->plugin );
202
 
203
  /**
204
  * False ? It isn't YITH Premium plugins, please wordpress update it for me!
190
  * @author Andrea Grillo <andrea.grillo@yithemes.com>
191
  */
192
  protected function _upgrader_pre_download( $reply, $package, $upgrader ) {
193
+ $plugin = false;
194
+ $is_bulk = $upgrader->skin instanceof Bulk_Plugin_Upgrader_Skin;
195
+
196
+ if( ! $is_bulk ){
197
+ $plugin = isset( $upgrader->skin->plugin ) ? $upgrader->skin->plugin : false;
198
+ }
199
+
200
+ else {
201
+ //Bulk action upgrade
202
+ $action_url = parse_url( $upgrader->skin->options['url'] );
203
+ parse_str( rawurldecode( htmlspecialchars_decode( $action_url['query'] ) ) );
204
+ $plugins = explode( ',', $plugins );
205
+ foreach( $plugins as $plugin_init ){
206
+ $to_upgrade = get_plugin_data( WP_PLUGIN_DIR . DIRECTORY_SEPARATOR . $plugin_init );
207
+ if( $to_upgrade['Name'] == $upgrader->skin->plugin_info['Name'] ){
208
+ $plugin = $plugin_init;
209
+ }
210
+ }
211
+ }
212
 
213
  /**
214
  * It isn't YITH Premium plugins, please wordpress update it for me!
215
  */
216
+ if( ! $plugin ) {
217
  return $reply;
218
  }
219
 
220
+ $plugin_info = YIT_Plugin_Licence()->get_product( $plugin );
221
 
222
  /**
223
  * False ? It isn't YITH Premium plugins, please wordpress update it for me!
plugin-fw/licence/lib/yit-licence.php CHANGED
@@ -48,7 +48,7 @@ if ( ! class_exists( 'YIT_Licence' ) ) {
48
  * @var string The yithemes api uri
49
  * @since 1.0
50
  */
51
- protected $_api_uri = 'http://www.yithemes.com';
52
 
53
  /**
54
  * @var string The yithemes api uri query args
48
  * @var string The yithemes api uri
49
  * @since 1.0
50
  */
51
+ protected $_api_uri = 'http://yithemes.com';
52
 
53
  /**
54
  * @var string The yithemes api uri query args
plugin-fw/licence/lib/yit-plugin-licence.php CHANGED
@@ -75,9 +75,7 @@ if ( ! class_exists( 'YIT_Plugin_Licence' ) ) {
75
  add_action( 'admin_enqueue_scripts', array( $this, 'admin_enqueue_scripts' ) );
76
  add_action( 'admin_enqueue_scripts', array( $this, 'localize_script' ), 15 );
77
  add_action( "wp_ajax_activate-{$this->_product_type}", array( $this, 'activate' ) );
78
- add_action( "wp_ajax_nopriv_activate-{$this->_product_type}", array( $this, 'activate' ) );
79
  add_action( "wp_ajax_update_licence_information-{$this->_product_type}", array( $this, 'update_licence_information' ) );
80
- add_action( "wp_ajax_nopriv_update_licence_information-{$this->_product_type}", array( $this, 'update_licence_information' ) );
81
  add_action( 'yit_licence_after_check', array( $this, 'licence_after_check' ) );
82
  }
83
 
75
  add_action( 'admin_enqueue_scripts', array( $this, 'admin_enqueue_scripts' ) );
76
  add_action( 'admin_enqueue_scripts', array( $this, 'localize_script' ), 15 );
77
  add_action( "wp_ajax_activate-{$this->_product_type}", array( $this, 'activate' ) );
 
78
  add_action( "wp_ajax_update_licence_information-{$this->_product_type}", array( $this, 'update_licence_information' ) );
 
79
  add_action( 'yit_licence_after_check', array( $this, 'licence_after_check' ) );
80
  }
81
 
plugin-fw/licence/lib/yit-theme-licence.php CHANGED
@@ -71,9 +71,7 @@ if ( ! class_exists( 'YIT_Theme_Licence' ) ) {
71
  add_action( 'admin_enqueue_scripts', array( $this, 'admin_enqueue_scripts' ) );
72
  add_action( 'admin_enqueue_scripts', array( $this, 'localize_script' ), 15 );
73
  add_action( "wp_ajax_activate-{$this->_product_type}", array( $this, 'activate' ) );
74
- add_action( "wp_ajax_nopriv_activate-{$this->_product_type}", array( $this, 'activate' ) );
75
  add_action( "wp_ajax_update_licence_information-{$this->_product_type}", array( $this, 'update_licence_information' ) );
76
- add_action( "wp_ajax_nopriv_update_licence_information-{$this->_product_type}", array( $this, 'update_licence_information' ) );
77
  }
78
 
79
  /**
71
  add_action( 'admin_enqueue_scripts', array( $this, 'admin_enqueue_scripts' ) );
72
  add_action( 'admin_enqueue_scripts', array( $this, 'localize_script' ), 15 );
73
  add_action( "wp_ajax_activate-{$this->_product_type}", array( $this, 'activate' ) );
 
74
  add_action( "wp_ajax_update_licence_information-{$this->_product_type}", array( $this, 'update_licence_information' ) );
 
75
  }
76
 
77
  /**
plugin-fw/templates/panel/woocommerce/woocommerce-upload.php CHANGED
@@ -16,10 +16,10 @@
16
  * @since 1.0.0
17
  */
18
 
19
- if ( ! defined( 'ABSPATH' ) ) {
20
  exit;
21
  } // Exit if accessed directly
22
-
23
 
24
  ?>
25
 
@@ -29,18 +29,25 @@ if ( ! defined( 'ABSPATH' ) ) {
29
  </th>
30
  <td class="forminp forminp-color plugin-option">
31
 
32
- <div id="<?php echo $id ?>-container" class="yit_options rm_option rm_input rm_text rm_upload" <?php if ( isset( $option['deps'] ) ): ?>data-field="<?php echo $id ?>" data-dep="<?php echo $this->get_id_field( $option['deps']['ids'] ) ?>" data-value="<?php echo $option['deps']['values'] ?>" <?php endif ?>>
 
 
 
33
  <div class="option">
34
- <input type="text" name="<?php echo $id ?>" id="<?php echo $id ?>" value="<?php echo $value == '1' ? '' : esc_attr( $value ) ?>" class="upload_img_url" />
35
- <input type="button" value="<?php _e( 'Upload', 'yith-plugin-fw' ) ?>" id="<?php echo $id ?>-button" class="upload_button button" />
 
 
 
36
  </div>
37
  <div class="clear"></div>
38
  <span class="description"><?php echo $desc ?></span>
 
39
  <div class="upload_img_preview" style="margin-top:10px;">
40
  <?php
41
  $file = $value;
42
- if ( preg_match( '/(jpg|jpeg|png|gif|ico)$/', $file ) ) {
43
- echo "<img src=\"" . YIT_CORE_PLUGIN_URL. "/assets/images/sleep.png\" data-src=\"$file\" />";
44
  }
45
  ?>
46
  </div>
16
  * @since 1.0.0
17
  */
18
 
19
+ if (!defined('ABSPATH')) {
20
  exit;
21
  } // Exit if accessed directly
22
+ $hidden_val = get_option($id . "-yith-attachment-id", 0);
23
 
24
  ?>
25
 
29
  </th>
30
  <td class="forminp forminp-color plugin-option">
31
 
32
+ <div id="<?php echo $id ?>-container" class="yit_options rm_option rm_input rm_text rm_upload"
33
+ <?php if (isset($option['deps'])): ?>data-field="<?php echo $id ?>"
34
+ data-dep="<?php echo $this->get_id_field($option['deps']['ids']) ?>"
35
+ data-value="<?php echo $option['deps']['values'] ?>" <?php endif ?>>
36
  <div class="option">
37
+ <input type="text" name="<?php echo $id ?>" id="<?php echo $id ?>"
38
+ value="<?php echo $value == '1' ? '' : esc_attr($value) ?>" class="upload_img_url"/>
39
+ <input type="hidden" name="<?php echo $id ?>-yith-attachment-id" id="<?php echo $id ?>-yith-attachment-id" value="<?php echo $hidden_val; ?>" />
40
+ <input type="button" value="<?php _e('Upload', 'yith-plugin-fw') ?>" id="<?php echo $id ?>-button"
41
+ class="upload_button button"/>
42
  </div>
43
  <div class="clear"></div>
44
  <span class="description"><?php echo $desc ?></span>
45
+
46
  <div class="upload_img_preview" style="margin-top:10px;">
47
  <?php
48
  $file = $value;
49
+ if (preg_match('/(jpg|jpeg|png|gif|ico)$/', $file)) {
50
+ echo "<img src=\"" . YIT_CORE_PLUGIN_URL . "/assets/images/sleep.png\" data-src=\"$file\" />";
51
  }
52
  ?>
53
  </div>
plugin-fw/yit-plugin.php CHANGED
@@ -13,22 +13,10 @@ if ( ! defined( 'ABSPATH' ) ) {
13
  } // Exit if accessed directly
14
 
15
 
16
- if( !defined('YIT_CORE_PLUGIN')) {
17
- define( 'YIT_CORE_PLUGIN', true);
18
- }
19
-
20
- if( !defined('YIT_CORE_PLUGIN_PATH')) {
21
- define( 'YIT_CORE_PLUGIN_PATH', dirname(__FILE__));
22
- }
23
-
24
- if( !defined('YIT_CORE_PLUGIN_URL')) {
25
- define( 'YIT_CORE_PLUGIN_URL', untrailingslashit( plugins_url( '/', __FILE__ ) ));
26
- }
27
-
28
- if( ! defined( 'YIT_CORE_PLUGIN_TEMPLATE_PATH' ) ){
29
- define ( 'YIT_CORE_PLUGIN_TEMPLATE_PATH', YIT_CORE_PLUGIN_PATH . '/templates' );
30
- }
31
-
32
 
33
  include_once( 'yit-functions.php' );
34
  include_once( 'yit-plugin-registration-hook.php' );
13
  } // Exit if accessed directly
14
 
15
 
16
+ ! defined( 'YIT_CORE_PLUGIN' ) && define( 'YIT_CORE_PLUGIN', true);
17
+ ! defined( 'YIT_CORE_PLUGIN_PATH' ) && define( 'YIT_CORE_PLUGIN_PATH', dirname(__FILE__) );
18
+ ! defined( 'YIT_CORE_PLUGIN_URL' ) && define( 'YIT_CORE_PLUGIN_URL', untrailingslashit( plugins_url( '/', __FILE__ ) ) );
19
+ ! defined( 'YIT_CORE_PLUGIN_TEMPLATE_PATH' ) && define( 'YIT_CORE_PLUGIN_TEMPLATE_PATH', YIT_CORE_PLUGIN_PATH . '/templates' );
 
 
 
 
 
 
 
 
 
 
 
 
20
 
21
  include_once( 'yit-functions.php' );
22
  include_once( 'yit-plugin-registration-hook.php' );
templates/admin/wishlist-panel-premium.php CHANGED
@@ -272,7 +272,7 @@
272
  <img src="<?php echo YITH_WCWL_URL ?>assets/images/landing/06-icon.png" alt="icon-6" />
273
  <h2><?php _e('\'ADD TO CART\' CHECKBOX', 'yith-woocommerce-wishlist');?></h2>
274
  </div>
275
- <p><?php echo sprintf (__('Your shop offers always a wide selection of products and wishlists of your users get more and more crowded everyday. Give them the possibility to select %1$ssome or all products%2$s in the wishlist and add them to cart just with one click. So that users can select some or all products in the wishlist and add them to cart just with one click.','yith-woocommerce-wishlist'),'<strong>','</strong>');?></p>
276
  </div>
277
  <div class="col-1">
278
  <img src="<?php echo YITH_WCWL_URL ?>assets/images/landing/06.png" alt="<?php _e('\'ADD TO CART\'', 'yith-woocommerce-wishlist');?>" />
272
  <img src="<?php echo YITH_WCWL_URL ?>assets/images/landing/06-icon.png" alt="icon-6" />
273
  <h2><?php _e('\'ADD TO CART\' CHECKBOX', 'yith-woocommerce-wishlist');?></h2>
274
  </div>
275
+ <p><?php echo sprintf (__('Your shop offers always a wide selection of products and wishlists of your users get more and more crowded everyday. Give them the possibility to select %1$ssome or all products%2$s in the wishlist and add them to cart just with one click.','yith-woocommerce-wishlist'),'<strong>','</strong>');?></p>
276
  </div>
277
  <div class="col-1">
278
  <img src="<?php echo YITH_WCWL_URL ?>assets/images/landing/06.png" alt="<?php _e('\'ADD TO CART\'', 'yith-woocommerce-wishlist');?>" />
templates/wishlist-view.php CHANGED
@@ -4,7 +4,7 @@
4
  *
5
  * @author Your Inspiration Themes
6
  * @package YITH WooCommerce Wishlist
7
- * @version 2.0.7
8
  */
9
  ?>
10
 
@@ -154,6 +154,7 @@
154
 
155
  <td class="product-name">
156
  <a href="<?php echo esc_url( get_permalink( apply_filters( 'woocommerce_in_cart_product', $item['prod_id'] ) ) ) ?>"><?php echo apply_filters( 'woocommerce_in_cartproduct_obj_title', $product->get_title(), $product ) ?></a>
 
157
  </td>
158
 
159
  <?php if( $show_price ) : ?>
4
  *
5
  * @author Your Inspiration Themes
6
  * @package YITH WooCommerce Wishlist
7
+ * @version 2.0.12
8
  */
9
  ?>
10
 
154
 
155
  <td class="product-name">
156
  <a href="<?php echo esc_url( get_permalink( apply_filters( 'woocommerce_in_cart_product', $item['prod_id'] ) ) ) ?>"><?php echo apply_filters( 'woocommerce_in_cartproduct_obj_title', $product->get_title(), $product ) ?></a>
157
+ <?php do_action( 'yith_wccl_table_after_product_name', $item ); ?>
158
  </td>
159
 
160
  <?php if( $show_price ) : ?>