YITH WooCommerce Wishlist - Version 2.2.13

Version Description

  • Released: Aug, 12 - 2019 =

  • New: WooCommerce 3.7.0 RC2 support

  • New: input to copy wishlist link and share it anywhere

  • Update: internal plugin framework

  • Fix: redirect url if there is more than one parameter on the url

  • Fix: changed escape for share link, to properly escape url special characters

Download this release

Release Info

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

Code changes from version 2.2.12 to 2.2.13

Files changed (74) hide show
  1. README.txt +10 -2
  2. assets/css/style.css +4 -0
  3. assets/js/jquery.yith-wcwl.js +21 -20
  4. assets/js/unminified/jquery.yith-wcwl.js +45 -0
  5. includes/class.yith-wcwl-admin-init.php +7 -0
  6. includes/class.yith-wcwl-init.php +1 -1
  7. includes/class.yith-wcwl-shortcode.php +3 -1
  8. includes/class.yith-wcwl.php +1 -1
  9. init.php +2 -2
  10. languages/yith-woocommerce-wishlist-da_DK.mo +0 -0
  11. languages/yith-woocommerce-wishlist-da_DK.po +75 -55
  12. languages/yith-woocommerce-wishlist-de_DE.mo +0 -0
  13. languages/yith-woocommerce-wishlist-de_DE.po +76 -55
  14. languages/yith-woocommerce-wishlist-es_AR.mo +0 -0
  15. languages/yith-woocommerce-wishlist-es_AR.po +75 -55
  16. languages/yith-woocommerce-wishlist-es_ES.mo +0 -0
  17. languages/yith-woocommerce-wishlist-es_ES.po +76 -55
  18. languages/yith-woocommerce-wishlist-es_MX.mo +0 -0
  19. languages/yith-woocommerce-wishlist-es_MX.po +75 -55
  20. languages/yith-woocommerce-wishlist-fa_IR.mo +0 -0
  21. languages/yith-woocommerce-wishlist-fa_IR.po +76 -55
  22. languages/yith-woocommerce-wishlist-fr_FR.mo +0 -0
  23. languages/yith-woocommerce-wishlist-fr_FR.po +75 -55
  24. languages/yith-woocommerce-wishlist-he_IL.mo +0 -0
  25. languages/yith-woocommerce-wishlist-he_IL.po +75 -55
  26. languages/yith-woocommerce-wishlist-hr.mo +0 -0
  27. languages/yith-woocommerce-wishlist-hr.po +76 -55
  28. languages/yith-woocommerce-wishlist-it_IT.mo +0 -0
  29. languages/yith-woocommerce-wishlist-it_IT.po +76 -55
  30. languages/yith-woocommerce-wishlist-ko_KR.mo +0 -0
  31. languages/yith-woocommerce-wishlist-ko_KR.po +76 -55
  32. languages/yith-woocommerce-wishlist-nl_NL.mo +0 -0
  33. languages/yith-woocommerce-wishlist-nl_NL.po +76 -55
  34. languages/yith-woocommerce-wishlist-pl_PL.mo +0 -0
  35. languages/yith-woocommerce-wishlist-pl_PL.po +75 -55
  36. languages/yith-woocommerce-wishlist-pt_BR.mo +0 -0
  37. languages/yith-woocommerce-wishlist-pt_BR.po +75 -55
  38. languages/yith-woocommerce-wishlist-pt_PT.mo +0 -0
  39. languages/yith-woocommerce-wishlist-pt_PT.po +75 -55
  40. languages/yith-woocommerce-wishlist-ru_RU.mo +0 -0
  41. languages/yith-woocommerce-wishlist-ru_RU.po +76 -55
  42. languages/yith-woocommerce-wishlist-sv_SE.mo +0 -0
  43. languages/yith-woocommerce-wishlist-sv_SE.po +76 -55
  44. languages/yith-woocommerce-wishlist-tr_TR.mo +0 -0
  45. languages/yith-woocommerce-wishlist-tr_TR.po +75 -55
  46. languages/yith-woocommerce-wishlist-uk_UA.mo +0 -0
  47. languages/yith-woocommerce-wishlist-uk_UA.po +75 -55
  48. languages/yith-woocommerce-wishlist-zh_CN.mo +0 -0
  49. languages/yith-woocommerce-wishlist-zh_CN.po +75 -55
  50. languages/yith-woocommerce-wishlist-zh_TW.mo +0 -0
  51. languages/yith-woocommerce-wishlist-zh_TW.po +75 -55
  52. languages/yith-woocommerce-wishlist.pot +76 -56
  53. plugin-fw/assets/css/metaboxes.css +350 -299
  54. plugin-fw/assets/css/yith-fields.css +737 -475
  55. plugin-fw/assets/fonts/yith-icon.eot +0 -0
  56. plugin-fw/assets/fonts/yith-icon.svg +9 -0
  57. plugin-fw/assets/fonts/yith-icon.ttf +0 -0
  58. plugin-fw/assets/fonts/yith-icon.woff +0 -0
  59. plugin-fw/assets/js/yith-enhanced-select.js +62 -0
  60. plugin-fw/assets/js/yith-enhanced-select.min.js +1 -8
  61. plugin-fw/assets/js/yith-fields.js +53 -23
  62. plugin-fw/assets/js/yith-fields.min.js +1 -27
  63. plugin-fw/init.php +2 -2
  64. plugin-fw/lib/yit-assets.php +1 -0
  65. plugin-fw/lib/yith-system-status.php +18 -8
  66. plugin-fw/templates/fields/ajax-customers.php +122 -0
  67. plugin-fw/templates/fields/colorpicker.php +4 -0
  68. plugin-fw/templates/fields/multi-colorpicker.php +47 -12
  69. plugin-fw/templates/fields/password.php +30 -0
  70. plugin-fw/templates/fields/radio.php +1 -0
  71. plugin-fw/templates/fields/toggle-element.php +21 -13
  72. plugin-fw/templates/metaboxes/tab.php +2 -2
  73. plugin-fw/templates/sysinfo/system-information-panel.php +1 -0
  74. templates/share.php +11 -2
README.txt CHANGED
@@ -4,12 +4,12 @@ Contributors: yithemes
4
  Tags: wishlist, woocommerce, products, yit, e-commerce, shop, ecommerce wishlist, yith, woocommerce wishlist, shop wishlist
5
  Requires at least: 4.0
6
  Tested up to: 5.2
7
- Stable tag: 2.2.12
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
  YITH WooCommerce Wishlist add all Wishlist features to your website. Needs WooCommerce to work.
12
- WooCommerce 3.6.x compatible.
13
 
14
 
15
  == Description ==
@@ -109,6 +109,14 @@ you should ask theme developers to update custom templates and replace the old t
109
 
110
  == Changelog ==
111
 
 
 
 
 
 
 
 
 
112
  = 2.2.12 - Released: Jul, 18 - 2019 =
113
 
114
  * Update: internal plugin framework
4
  Tags: wishlist, woocommerce, products, yit, e-commerce, shop, ecommerce wishlist, yith, woocommerce wishlist, shop wishlist
5
  Requires at least: 4.0
6
  Tested up to: 5.2
7
+ Stable tag: 2.2.13
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
  YITH WooCommerce Wishlist add all Wishlist features to your website. Needs WooCommerce to work.
12
+ WooCommerce 3.7.x compatible.
13
 
14
 
15
  == Description ==
109
 
110
  == Changelog ==
111
 
112
+ = 2.2.13 - Released: Aug, 12 - 2019 =
113
+
114
+ * New: WooCommerce 3.7.0 RC2 support
115
+ * New: input to copy wishlist link and share it anywhere
116
+ * Update: internal plugin framework
117
+ * Fix: redirect url if there is more than one parameter on the url
118
+ * Fix: changed escape for share link, to properly escape url special characters
119
+
120
  = 2.2.12 - Released: Jul, 18 - 2019 =
121
 
122
  * Update: internal plugin framework
assets/css/style.css CHANGED
@@ -384,6 +384,10 @@ div.product .woocommerce-price-and-add .single_add_to_wishlist.button {
384
  .yith-wcwl-share li a.email { background-image: url(../images/email.jpg ); }
385
  .yith-wcwl-share li a.whatsapp{ background-image: url(../images/whatsapp.png); }
386
 
 
 
 
 
387
  /* Ask an estimate button */
388
  .woocommerce .wishlist_table.cart .ask-an-estimate-button,
389
  .woocommerce .wishlist_table.cart #custom_add_to_cart{
384
  .yith-wcwl-share li a.email { background-image: url(../images/email.jpg ); }
385
  .yith-wcwl-share li a.whatsapp{ background-image: url(../images/whatsapp.png); }
386
 
387
+ .copy-trigger {
388
+ cursor: pointer;
389
+ }
390
+
391
  /* Ask an estimate button */
392
  .woocommerce .wishlist_table.cart .ask-an-estimate-button,
393
  .woocommerce .wishlist_table.cart #custom_add_to_cart{
assets/js/jquery.yith-wcwl.js CHANGED
@@ -1,20 +1,21 @@
1
- jQuery(document).ready(function(b){function n(){k.off("change");k=b('.wishlist_table tbody input[type="checkbox"]');"undefined"!=typeof b.fn.selectBox&&b("select.selectBox").selectBox();p();l()}function u(){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()})}function v(a){var c=a.data("product-id"),d=b(".add-to-wishlist-"+c);c={add_to_wishlist:c,
2
- 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");c.wishlist_id=f.val();c.wishlist_name=g.val();c.wishlist_visibility=e.val()}r()?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(c){var e=b("#yith-wcwl-popup-message"),f=c.result,g=c.message;if(yith_wcwl_l10n.multi_wishlist&&yith_wcwl_l10n.is_user_logged_in){var h=b("select.wishlist-select");yith_wcwl_l10n.multi_wishlist&&"undefined"!=typeof b.prettyPhoto&&"undefined"!=typeof b.prettyPhoto.close&&b.prettyPhoto.close();h.each(function(a){a=b(this);var d=a.find("option");d=d.slice(1,d.length-1);d.remove();if("undefined"!=
4
- typeof c.user_wishlists)for(d in d=0,c.user_wishlists)"1"!=c.user_wishlists[d].is_default&&b("<option>").val(c.user_wishlists[d].ID).html(c.user_wishlists[d].wishlist_name).insertBefore(a.find("option:last-child"))})}b("#yith-wcwl-message").html(g);e.css("margin-left","-"+b(e).width()+"px").fadeIn();window.setTimeout(function(){e.fadeOut()},2E3);"true"==f?((!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)&&
5
- 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",c.wishlist_url),d.find(".yith-wcwl-wishlistaddedbrowse").show().removeClass("hide").addClass("show").find("a").attr("href",c.wishlist_url)):"exists"==f?((!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)&&
6
- 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",c.wishlist_url),d.find(".yith-wcwl-wishlistaddedbrowse").hide().removeClass("show").addClass("hide").find("a").attr("href",c.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"));
7
- b("body").trigger("added_to_wishlist",[a,d])}}):alert(yith_wcwl_l10n.labels.cookie_disabled)}function x(a){var c=a.parents(".cart.wishlist_table"),d=c.data("pagination"),e=c.data("per-page"),f=c.data("page"),g=a.parents("[data-row-id]");c.find(".pagination-row");var h=g.data("row-id"),m=c.data("id"),w=c.data("token");d={action:yith_wcwl_l10n.actions.remove_from_wishlist_action,remove_from_wishlist:h,pagination:d,per_page:e,current_page:f,wishlist_id:m,wishlist_token:w};b("#yith-wcwl-message").html("&nbsp;");
8
- "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();n();b("body").trigger("removed_from_wishlist",[a,g])})}function y(a,c){var d=a.data("product-id"),e=b(document).find(".cart.wishlist_table"),
9
- f=e.data("pagination"),g=e.data("per-page"),h=e.data("id"),m=e.data("token");d={action:yith_wcwl_l10n.actions.reload_wishlist_and_adding_elem_action,pagination:f,per_page:g,wishlist_id:h,wishlist_token:m,add_to_wishlist:d,product_type:a.data("product-type")};r()?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+
10
- ") no-repeat center",backgroundSize:"16px 16px",opacity:.6}})},success:function(a){a=b(a).find("#yith-wcwl-form");c.replaceWith(a);n()}}):alert(yith_wcwl_l10n.labels.cookie_disabled)}function z(a){var c=a.parents(".cart.wishlist_table"),d=c.data("token"),e=c.data("id"),f=a.parents("[data-row-id]"),g=f.data("row-id"),h=a.val(),m=c.data("pagination"),k=c.data("per-page"),l=c.data("page");d={action:yith_wcwl_l10n.actions.move_to_another_wishlist_action,wishlist_token:d,wishlist_id:e,destination_wishlist_token:h,
11
- item_id:g,pagination:m,per_page:k,current_page:l};""!=h&&("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();n();b("body").trigger("moved_to_another_wishlist",[a,f])}))}function t(a){var c=
12
- b(this);a.preventDefault();c.parents(".wishlist-title").next().show();c.parents(".wishlist-title").hide()}function A(a){var c=b(this);a.preventDefault();c.parents(".hidden-title-form").hide();c.parents(".hidden-title-form").prev().show()}function r(){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 B(){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 p(){k.on("change",function(){var a="",c=b(this).parents(".cart.wishlist_table"),d=c.data("id");c=c.data("token");var e=document.URL;k.filter(":checked").each(function(){var d=b(this);a+=0!=a.length?",":"";a+=d.parents("[data-row-id]").data("row-id")});e=q(e,"wishlist_products_to_add_to_cart",a);e=q(e,"wishlist_token",
14
- c);e=q(e,"wishlist_id",d);b("#custom_add_to_cart").attr("href",e)})}function l(){"undefined"!=typeof b.prettyPhoto&&b('a[data-rel^="prettyPhoto[add_to_wishlist_"]').add('a[data-rel="prettyPhoto[ask_an_estimate]"]').unbind("click").prettyPhoto({hook:"data-rel",social_tools:!1,theme:"pp_woocommerce",horizontal_padding:20,opacity:.8,deeplinking:!1})}function q(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}
15
- var C="undefined"!==typeof wc_add_to_cart_params&&null!==wc_add_to_cart_params?wc_add_to_cart_params.cart_redirect_after_add:"",k=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",function(a){var d=b(this);a.preventDefault();jQuery(document.body).trigger("adding_to_wishlist");v(d);return!1});a.on("click",".remove_from_wishlist",
16
- function(a){var d=b(this);a.preventDefault();x(d);return!1});a.on("adding_to_cart","body",function(a,b,c){"undefined"!=typeof b&&"undefined"!=typeof c&&0!=b.closest(".wishlist_table").length&&(c.remove_from_wishlist_after_add_to_cart=b.closest("[data-row-id]").data("row-id"),c.wishlist_id=b.closest(".wishlist_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=C;a=
17
- b(".wishlist_table");a.find(".added").removeClass("added");a.find(".added_to_cart").remove()});a.on("added_to_cart","body",u);a.on("cart_page_refreshed","body",n);a.on("click",".show-title-form",t);a.on("click",".wishlist-title-with-form h2",t);a.on("click",".hide-title-form",A);a.on("change",".change-wishlist",function(a){a=b(this);z(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",
18
- "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 d=b(this),f=d.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+
19
- ") no-repeat center",backgroundSize:"16px 16px",opacity:.6}}),b("#yith-wcwl-form").load(yith_wcwl_l10n.ajax_url+d.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();c.off("change");c=b('.wishlist_table tbody input[type="checkbox"]');"undefined"!=typeof b.fn.selectBox&&b("select.selectBox").selectBox();p();l()}))});a.on("click",".yith-wfbt-add-wishlist",function(a){a.preventDefault();
20
- a=b(this);var c=b("#yith-wcwl-form");b("html, body").animate({scrollTop:c.offset().top},500);y(a,c)});B();p();l()}).trigger("yith_wcwl_init");b(document).on("yith_infs_added_elem",function(){l()});"undefined"!=typeof b.fn.selectBox&&b("select.selectBox").selectBox()});
 
1
+ jQuery(document).ready(function(c){function p(){l.off("change");l=c('.wishlist_table tbody input[type="checkbox"]');"undefined"!=typeof c.fn.selectBox&&c("select.selectBox").selectBox();q();m()}function v(){var a=c(".woocommerce-message");0==a.length?c("#yith-wcwl-form").prepend(yith_wcwl_l10n.labels.added_to_cart_message):a.fadeOut(300,function(){c(this).replaceWith(yith_wcwl_l10n.labels.added_to_cart_message).fadeIn()})}function w(a){var d=a.data("product-id"),e=c(".add-to-wishlist-"+d);d={add_to_wishlist:d,
2
+ 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 f=a.parents(".yith-wcwl-popup-footer").prev(".yith-wcwl-popup-content"),g=f.find(".wishlist-select"),h=f.find(".wishlist-name");f=f.find(".wishlist-visibility");d.wishlist_id=g.val();d.wishlist_name=h.val();d.wishlist_visibility=f.val()}t()?c.ajax({type:"POST",url:yith_wcwl_l10n.ajax_url,data:d,dataType:"json",beforeSend:function(){a.siblings(".ajax-loading").css("visibility",
3
+ "visible")},complete:function(){a.siblings(".ajax-loading").css("visibility","hidden")},success:function(d){var f=c("#yith-wcwl-popup-message"),g=d.result,h=d.message;if(yith_wcwl_l10n.multi_wishlist&&yith_wcwl_l10n.is_user_logged_in){var k=c("select.wishlist-select");yith_wcwl_l10n.multi_wishlist&&"undefined"!=typeof c.prettyPhoto&&"undefined"!=typeof c.prettyPhoto.close&&c.prettyPhoto.close();k.each(function(a){a=c(this);var e=a.find("option");e=e.slice(1,e.length-1);e.remove();if("undefined"!=
4
+ typeof d.user_wishlists)for(e in e=0,d.user_wishlists)"1"!=d.user_wishlists[e].is_default&&c("<option>").val(d.user_wishlists[e].ID).html(d.user_wishlists[e].wishlist_name).insertBefore(a.find("option:last-child"))})}c("#yith-wcwl-message").html(h);f.css("margin-left","-"+c(f).width()+"px").fadeIn();window.setTimeout(function(){f.fadeOut()},2E3);"true"==g?((!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)&&
5
+ e.find(".yith-wcwl-add-button").hide().removeClass("show").addClass("hide"),e.find(".yith-wcwl-wishlistexistsbrowse").hide().removeClass("show").addClass("hide").find("a").attr("href",d.wishlist_url),e.find(".yith-wcwl-wishlistaddedbrowse").show().removeClass("hide").addClass("show").find("a").attr("href",d.wishlist_url)):"exists"==g?((!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)&&
6
+ e.find(".yith-wcwl-add-button").hide().removeClass("show").addClass("hide"),e.find(".yith-wcwl-wishlistexistsbrowse").show().removeClass("hide").addClass("show").find("a").attr("href",d.wishlist_url),e.find(".yith-wcwl-wishlistaddedbrowse").hide().removeClass("show").addClass("hide").find("a").attr("href",d.wishlist_url)):(e.find(".yith-wcwl-add-button").show().removeClass("hide").addClass("show"),e.find(".yith-wcwl-wishlistexistsbrowse").hide().removeClass("show").addClass("hide"),e.find(".yith-wcwl-wishlistaddedbrowse").hide().removeClass("show").addClass("hide"));
7
+ c("body").trigger("added_to_wishlist",[a,e])}}):alert(yith_wcwl_l10n.labels.cookie_disabled)}function y(a){var d=a.parents(".cart.wishlist_table"),e=d.data("pagination"),f=d.data("per-page"),g=d.data("page"),h=a.parents("[data-row-id]");d.find(".pagination-row");var k=h.data("row-id"),n=d.data("id"),x=d.data("token");e={action:yith_wcwl_l10n.actions.remove_from_wishlist_action,remove_from_wishlist:k,pagination:e,per_page:f,current_page:g,wishlist_id:n,wishlist_token:x};c("#yith-wcwl-message").html("&nbsp;");
8
+ "undefined"!=typeof c.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",opacity:.6}});c("#yith-wcwl-form").load(yith_wcwl_l10n.ajax_url+" #yith-wcwl-form",e,function(){"undefined"!=typeof c.fn.unblock&&d.stop(!0).css("opacity","1").unblock();p();c("body").trigger("removed_from_wishlist",[a,h])})}function z(a,d){var e=a.data("product-id"),f=c(document).find(".cart.wishlist_table"),
9
+ g=f.data("pagination"),h=f.data("per-page"),k=f.data("id"),n=f.data("token");e={action:yith_wcwl_l10n.actions.reload_wishlist_and_adding_elem_action,pagination:g,per_page:h,wishlist_id:k,wishlist_token:n,add_to_wishlist:e,product_type:a.data("product-type")};t()?c.ajax({type:"POST",url:yith_wcwl_l10n.ajax_url,data:e,dataType:"html",beforeSend:function(){"undefined"!=typeof c.fn.block&&f.fadeTo("400","0.6").block({message:null,overlayCSS:{background:"transparent url("+yith_wcwl_l10n.ajax_loader_url+
10
+ ") no-repeat center",backgroundSize:"16px 16px",opacity:.6}})},success:function(a){a=c(a).find("#yith-wcwl-form");d.replaceWith(a);p()}}):alert(yith_wcwl_l10n.labels.cookie_disabled)}function A(a){var d=a.parents(".cart.wishlist_table"),e=d.data("token"),f=d.data("id"),g=a.parents("[data-row-id]"),h=g.data("row-id"),k=a.val(),n=d.data("pagination"),l=d.data("per-page"),m=d.data("page");e={action:yith_wcwl_l10n.actions.move_to_another_wishlist_action,wishlist_token:e,wishlist_id:f,destination_wishlist_token:k,
11
+ item_id:h,pagination:n,per_page:l,current_page:m};""!=k&&("undefined"!=typeof c.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",opacity:.6}}),c("#yith-wcwl-form").load(yith_wcwl_l10n.ajax_url+" #yith-wcwl-form",e,function(){"undefined"!=typeof c.fn.unblock&&d.stop(!0).css("opacity","1").unblock();p();c("body").trigger("moved_to_another_wishlist",[a,g])}))}function u(a){var d=
12
+ c(this);a.preventDefault();d.parents(".wishlist-title").next().show();d.parents(".wishlist-title").hide()}function B(a){var d=c(this);a.preventDefault();d.parents(".hidden-title-form").hide();d.parents(".hidden-title-form").prev().show()}function t(){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 C(){if(0!=c(".yith-wcwl-add-to-wishlist").length&&
13
+ 0==c("#yith-wcwl-popup-message").length){var a=c("<div>").attr("id","yith-wcwl-message");a=c("<div>").attr("id","yith-wcwl-popup-message").html(a).hide();c("body").prepend(a)}}function q(){l.on("change",function(){var a="",d=c(this).parents(".cart.wishlist_table"),e=d.data("id");d=d.data("token");var f=document.URL;l.filter(":checked").each(function(){var e=c(this);a+=0!=a.length?",":"";a+=e.parents("[data-row-id]").data("row-id")});f=r(f,"wishlist_products_to_add_to_cart",a);f=r(f,"wishlist_token",
14
+ d);f=r(f,"wishlist_id",e);c("#custom_add_to_cart").attr("href",f)})}function m(){"undefined"!=typeof c.prettyPhoto&&c('a[data-rel^="prettyPhoto[add_to_wishlist_"]').add('a[data-rel="prettyPhoto[ask_an_estimate]"]').unbind("click").prettyPhoto({hook:"data-rel",social_tools:!1,theme:"pp_woocommerce",horizontal_padding:20,opacity:.8,deeplinking:!1})}function r(a,c,e){e=c+"="+e;a=a.replace(new RegExp("(&|\\?)"+c+"=[^&]*"),"$1"+e);-1<a.indexOf(c+"=")||(a=-1<a.indexOf("?")?a+("&"+e):a+("?"+e));return a}
15
+ var D="undefined"!==typeof wc_add_to_cart_params&&null!==wc_add_to_cart_params?wc_add_to_cart_params.cart_redirect_after_add:"",l=c('.wishlist_table tbody input[type="checkbox"]:not(:disabled)');c(document).on("yith_wcwl_init",function(){var a=c(this),d=c('.wishlist_table tbody input[type="checkbox"]:not(:disabled)');a.on("click",".add_to_wishlist",function(a){var e=c(this);a.preventDefault();jQuery(document.body).trigger("adding_to_wishlist");w(e);return!1});a.on("click",".remove_from_wishlist",
16
+ function(a){var e=c(this);a.preventDefault();y(e);return!1});a.on("adding_to_cart","body",function(a,c,d){"undefined"!=typeof c&&"undefined"!=typeof d&&0!=c.closest(".wishlist_table").length&&(d.remove_from_wishlist_after_add_to_cart=c.closest("[data-row-id]").data("row-id"),d.wishlist_id=c.closest(".wishlist_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=D;a=
17
+ c(".wishlist_table");a.find(".added").removeClass("added");a.find(".added_to_cart").remove()});a.on("added_to_cart","body",v);a.on("cart_page_refreshed","body",p);a.on("click",".show-title-form",u);a.on("click",".wishlist-title-with-form h2",u);a.on("click",".hide-title-form",B);a.on("change",".change-wishlist",function(a){a=c(this);A(a);return!1});a.on("change",".yith-wcwl-popup-content .wishlist-select",function(a){a=c(this);"new"==a.val()?a.parents(".yith-wcwl-first-row").next(".yith-wcwl-second-row").css("display",
18
+ "table-row"):a.parents(".yith-wcwl-first-row").next(".yith-wcwl-second-row").hide()});a.on("change","#bulk_add_to_cart",function(){c(this).is(":checked")?d.attr("checked","checked").change():d.removeAttr("checked").change()});a.on("click","#custom_add_to_cart",function(a){var e=c(this),g=e.parents(".cart.wishlist_table");yith_wcwl_l10n.ajax_add_to_cart_enabled&&(a.preventDefault(),"undefined"!=typeof c.fn.block&&g.fadeTo("400","0.6").block({message:null,overlayCSS:{background:"transparent url("+yith_wcwl_l10n.ajax_loader_url+
19
+ ") no-repeat center",backgroundSize:"16px 16px",opacity:.6}}),c("#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 c.fn.unblock&&g.stop(!0).css("opacity","1").unblock();d.off("change");d=c('.wishlist_table tbody input[type="checkbox"]');"undefined"!=typeof c.fn.selectBox&&c("select.selectBox").selectBox();q();m()}))});a.on("click",".yith-wfbt-add-wishlist",function(a){a.preventDefault();
20
+ a=c(this);var d=c("#yith-wcwl-form");c("html, body").animate({scrollTop:d.offset().top},500);z(a,d)});C();q();m()}).trigger("yith_wcwl_init");c(document).on("yith_infs_added_elem",function(){m()});"undefined"!=typeof c.fn.selectBox&&c("select.selectBox").selectBox();c(".copy-trigger").on("click",function(a){a=c(".copy-target");0<a.length&&(a.is("input")?(navigator.userAgent.match(/ipad|iphone/i)?a[0].setSelectionRange(0,9999):a.select(),document.execCommand("copy")):(a=c("<input/>",{val:a.text(),
21
+ type:"text"}),b("body").append(a),navigator.userAgent.match(/ipad|iphone/i)?a[0].setSelectionRange(0,9999):a.select(),document.execCommand("copy"),a.remove()))})});
assets/js/unminified/jquery.yith-wcwl.js CHANGED
@@ -612,4 +612,49 @@ jQuery( document ).ready( function( $ ){
612
 
613
  return s;
614
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
615
  });
612
 
613
  return s;
614
  }
615
+
616
+ $('.copy-trigger').on( 'click', function ( event ) {
617
+
618
+ var obj_to_copy = $('.copy-target' );
619
+
620
+ if ( obj_to_copy.length > 0 ) {
621
+ if( obj_to_copy.is('input') ) {
622
+
623
+ if (isOS()) {
624
+
625
+ obj_to_copy[0].setSelectionRange(0, 9999);
626
+ } else {
627
+ obj_to_copy.select();
628
+ }
629
+ document.execCommand("copy");
630
+ }
631
+ else{
632
+
633
+ var hidden = $('<input/>', {
634
+ val : obj_to_copy.text(),
635
+ type: 'text'
636
+ });
637
+
638
+ b('body').append( hidden );
639
+
640
+ if (isOS()) {
641
+ hidden[0].setSelectionRange(0, 9999);
642
+ }else {
643
+ hidden.select();
644
+ }
645
+ document.execCommand('copy');
646
+
647
+ hidden.remove();
648
+
649
+ }
650
+ }
651
+ } );
652
+
653
+ /**
654
+ * Check if device is an IOS device
655
+ * @since 2.2.11
656
+ */
657
+ function isOS() {
658
+ return navigator.userAgent.match(/ipad|iphone/i);
659
+ }
660
  });
includes/class.yith-wcwl-admin-init.php CHANGED
@@ -1293,6 +1293,13 @@ if ( ! class_exists( 'YITH_WCWL_Admin_Init' ) ) {
1293
  'id' => 'yith_wcwl_share_whatsapp',
1294
  'default' => 'yes',
1295
  'type' => 'checkbox'
 
 
 
 
 
 
 
1296
  ),
1297
  'socials_title' => array(
1298
  'name' => __( 'Social title', 'yith-woocommerce-wishlist' ),
1293
  'id' => 'yith_wcwl_share_whatsapp',
1294
  'default' => 'yes',
1295
  'type' => 'checkbox'
1296
+ ),
1297
+ 'share_by_url' => array(
1298
+ 'name' => __( 'Share by Url', 'yith-woocommerce-wishlist' ),
1299
+ 'desc' => __( 'Show "Share Url" field on wishlist page', 'yith-woocommerce-wishlist' ),
1300
+ 'id' => 'yith_wcwl_share_url',
1301
+ 'default' => 'no',
1302
+ 'type' => 'checkbox'
1303
  ),
1304
  'socials_title' => array(
1305
  'name' => __( 'Social title', 'yith-woocommerce-wishlist' ),
includes/class.yith-wcwl-init.php CHANGED
@@ -49,7 +49,7 @@ if ( ! class_exists( 'YITH_WCWL_Init' ) ) {
49
  * @var string
50
  * @since 1.0.0
51
  */
52
- public $version = '2.2.11';
53
 
54
  /**
55
  * Plugin database version
49
  * @var string
50
  * @since 1.0.0
51
  */
52
+ public $version = '2.2.13';
53
 
54
  /**
55
  * Plugin database version
includes/class.yith-wcwl-shortcode.php CHANGED
@@ -329,11 +329,12 @@ if( ! class_exists( 'YITH_WCWL_Shortcode' ) ) {
329
  $share_googleplus_enabled = get_option( 'yith_wcwl_share_googleplus' ) == 'yes';
330
  $share_email_enabled = get_option( 'yith_wcwl_share_email' ) == 'yes';
331
  $share_whatsapp_enabled = get_option( 'yith_wcwl_share_whatsapp' ) == 'yes';
 
332
  $show_date_added = get_option( 'yith_wcwl_show_dateadded' ) == 'yes';
333
  $show_add_to_cart = get_option( 'yith_wcwl_add_to_cart_show' ) == 'yes';
334
  $repeat_remove_button = get_option( 'yith_wcwl_repeat_remove_button' ) == 'yes';
335
 
336
- $share_enabled = $share_facebook_enabled || $share_twitter_enabled || $share_pinterest_enabled || $share_googleplus_enabled || $share_email_enabled || $share_whatsapp_enabled;
337
 
338
  $additional_params = array(
339
  // wishlist items
@@ -397,6 +398,7 @@ if( ! class_exists( 'YITH_WCWL_Shortcode' ) ) {
397
  'share_googleplus_enabled' => $share_googleplus_enabled,
398
  'share_email_enabled' => $share_email_enabled,
399
  'share_whatsapp_enabled' => $share_whatsapp_enabled,
 
400
  'share_title' => $share_title,
401
  'share_link_url' => $share_link_url,
402
  'share_link_title' => $share_links_title,
329
  $share_googleplus_enabled = get_option( 'yith_wcwl_share_googleplus' ) == 'yes';
330
  $share_email_enabled = get_option( 'yith_wcwl_share_email' ) == 'yes';
331
  $share_whatsapp_enabled = get_option( 'yith_wcwl_share_whatsapp' ) == 'yes';
332
+ $share_url_enabled = get_option( 'yith_wcwl_share_url' ) == 'yes';
333
  $show_date_added = get_option( 'yith_wcwl_show_dateadded' ) == 'yes';
334
  $show_add_to_cart = get_option( 'yith_wcwl_add_to_cart_show' ) == 'yes';
335
  $repeat_remove_button = get_option( 'yith_wcwl_repeat_remove_button' ) == 'yes';
336
 
337
+ $share_enabled = $share_facebook_enabled || $share_twitter_enabled || $share_pinterest_enabled || $share_googleplus_enabled || $share_email_enabled || $share_whatsapp_enabled || $share_url_enabled;
338
 
339
  $additional_params = array(
340
  // wishlist items
398
  'share_googleplus_enabled' => $share_googleplus_enabled,
399
  'share_email_enabled' => $share_email_enabled,
400
  'share_whatsapp_enabled' => $share_whatsapp_enabled,
401
+ 'share_url_enabled' => $share_url_enabled,
402
  'share_title' => $share_title,
403
  'share_link_url' => $share_link_url,
404
  'share_link_title' => $share_links_title,
includes/class.yith-wcwl.php CHANGED
@@ -1572,7 +1572,7 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
1572
  }
1573
  }
1574
 
1575
- return apply_filters( 'yit_wcwl_add_to_cart_redirect_url', esc_url( $url ) );
1576
  }
1577
 
1578
  /**
1572
  }
1573
  }
1574
 
1575
+ return apply_filters( 'yit_wcwl_add_to_cart_redirect_url', esc_url_raw( $url ), $url,$product );
1576
  }
1577
 
1578
  /**
init.php CHANGED
@@ -3,13 +3,13 @@
3
  * Plugin Name: YITH WooCommerce Wishlist
4
  * Plugin URI: https://yithemes.com/themes/plugins/yith-woocommerce-wishlist/
5
  * Description: <code><strong>YITH WooCommerce Wishlist</strong></code> gives your users the possibility to create, fill, manage and share their wishlists allowing you to analyze their interests and needs to improve your marketing strategies. <a href="https://yithemes.com/" target="_blank">Get more plugins for your e-commerce on <strong>YITH</strong></a>
6
- * Version: 2.2.12
7
  * Author: YITH
8
  * Author URI: https://yithemes.com/
9
  * Text Domain: yith-woocommerce-wishlist
10
  * Domain Path: /languages/
11
  * WC requires at least: 2.5.0
12
- * WC tested up to: 3.6.0
13
  *
14
  * @author YITHEMES
15
  * @package YITH WooCommerce Wishlist
3
  * Plugin Name: YITH WooCommerce Wishlist
4
  * Plugin URI: https://yithemes.com/themes/plugins/yith-woocommerce-wishlist/
5
  * Description: <code><strong>YITH WooCommerce Wishlist</strong></code> gives your users the possibility to create, fill, manage and share their wishlists allowing you to analyze their interests and needs to improve your marketing strategies. <a href="https://yithemes.com/" target="_blank">Get more plugins for your e-commerce on <strong>YITH</strong></a>
6
+ * Version: 2.2.13
7
  * Author: YITH
8
  * Author URI: https://yithemes.com/
9
  * Text Domain: yith-woocommerce-wishlist
10
  * Domain Path: /languages/
11
  * WC requires at least: 2.5.0
12
+ * WC tested up to: 3.7.0
13
  *
14
  * @author YITHEMES
15
  * @package YITH WooCommerce Wishlist
languages/yith-woocommerce-wishlist-da_DK.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-da_DK.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
- "POT-Creation-Date: 2019-04-15 10:23:21+00:00\n"
6
  "PO-Revision-Date: 2019-02-12 14:36+0100\n"
7
  "Last-Translator: Morten Ruus <altombasketball@gmail.com>\n"
8
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
@@ -18,8 +18,8 @@ msgstr ""
18
  "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
19
 
20
  #: includes/class.yith-wcwl-admin-init.php:159
21
- #: includes/class.yith-wcwl-admin-init.php:1485
22
- #: includes/class.yith-wcwl-admin-init.php:1486
23
  #: includes/class.yith-wcwl-install.php:245
24
  msgid "Wishlist"
25
  msgstr "Ønskeliste"
@@ -96,7 +96,7 @@ msgstr ""
96
 
97
  #: includes/class.yith-wcwl-admin-init.php:1056
98
  #: includes/class.yith-wcwl-admin-init.php:1057
99
- #: includes/class.yith-wcwl-admin-init.php:1300
100
  msgid "My wishlist on %s"
101
  msgstr ""
102
 
@@ -337,125 +337,133 @@ msgid "Show \"Share by WhatsApp\" button ( only on phones )"
337
  msgstr ""
338
 
339
  #: includes/class.yith-wcwl-admin-init.php:1298
340
- msgid "Social title"
 
 
 
 
341
  msgstr ""
342
 
343
  #: includes/class.yith-wcwl-admin-init.php:1305
 
 
 
 
344
  msgid "Social text"
345
  msgstr ""
346
 
347
- #: includes/class.yith-wcwl-admin-init.php:1306
348
  msgid ""
349
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
350
  "strong> where you want to show the URL of your wishlist."
351
  msgstr ""
352
 
353
- #: includes/class.yith-wcwl-admin-init.php:1313
354
  msgid "Social image URL"
355
  msgstr ""
356
 
357
- #: includes/class.yith-wcwl-admin-init.php:1314
358
  msgid "It will be used by Pinterest."
359
  msgstr ""
360
 
361
- #: includes/class.yith-wcwl-admin-init.php:1328
362
  msgid ""
363
  "If you want to take advantage of this feature, you could consider to "
364
  "purchase the %s."
365
  msgstr ""
366
 
367
- #: includes/class.yith-wcwl-admin-init.php:1333
368
  msgid "YITH WooCommerce Frequently Bought Together Integration"
369
  msgstr ""
370
 
371
- #: includes/class.yith-wcwl-admin-init.php:1340
372
  msgid "Enable slider in wishlist"
373
  msgstr ""
374
 
375
- #: includes/class.yith-wcwl-admin-init.php:1341
376
  msgid ""
377
  "Choose to enable product slider in wishlist page with linked products (<a "
378
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
379
  msgstr ""
380
 
381
- #: includes/class.yith-wcwl-admin-init.php:1377
382
  msgid "\"Add to wishlist\" button"
383
  msgstr ""
384
 
385
- #: includes/class.yith-wcwl-admin-init.php:1380
386
- #: includes/class.yith-wcwl-admin-init.php:1398
387
- #: includes/class.yith-wcwl-admin-init.php:1416
388
- #: includes/class.yith-wcwl-admin-init.php:1434
389
- #: includes/class.yith-wcwl-admin-init.php:1452
390
  msgid "Background"
391
  msgstr ""
392
 
393
- #: includes/class.yith-wcwl-admin-init.php:1381
394
- #: includes/class.yith-wcwl-admin-init.php:1399
395
- #: includes/class.yith-wcwl-admin-init.php:1417
396
- #: includes/class.yith-wcwl-admin-init.php:1435
397
- #: includes/class.yith-wcwl-admin-init.php:1453
398
  msgid "Text"
399
  msgstr ""
400
 
401
- #: includes/class.yith-wcwl-admin-init.php:1382
402
- #: includes/class.yith-wcwl-admin-init.php:1400
403
- #: includes/class.yith-wcwl-admin-init.php:1418
404
- #: includes/class.yith-wcwl-admin-init.php:1436
405
- #: includes/class.yith-wcwl-admin-init.php:1454
406
- msgid "Border"
407
- msgstr ""
408
-
409
  #: includes/class.yith-wcwl-admin-init.php:1389
410
  #: includes/class.yith-wcwl-admin-init.php:1407
411
  #: includes/class.yith-wcwl-admin-init.php:1425
412
  #: includes/class.yith-wcwl-admin-init.php:1443
 
 
 
 
 
 
 
 
413
  msgid "Background (hover)"
414
  msgstr ""
415
 
416
- #: includes/class.yith-wcwl-admin-init.php:1390
417
- #: includes/class.yith-wcwl-admin-init.php:1408
418
- #: includes/class.yith-wcwl-admin-init.php:1426
419
- #: includes/class.yith-wcwl-admin-init.php:1444
420
  msgid "Text (hover)"
421
  msgstr ""
422
 
423
- #: includes/class.yith-wcwl-admin-init.php:1391
424
- #: includes/class.yith-wcwl-admin-init.php:1409
425
- #: includes/class.yith-wcwl-admin-init.php:1427
426
- #: includes/class.yith-wcwl-admin-init.php:1445
427
  msgid "Border (hover)"
428
  msgstr ""
429
 
430
- #: includes/class.yith-wcwl-admin-init.php:1395
431
  msgid "\"Add to Cart\" button"
432
  msgstr ""
433
 
434
- #: includes/class.yith-wcwl-admin-init.php:1413
435
  msgid "\"Style 1\" button"
436
  msgstr ""
437
 
438
- #: includes/class.yith-wcwl-admin-init.php:1431
439
  msgid "\"Style 2\" button"
440
  msgstr ""
441
 
442
- #: includes/class.yith-wcwl-admin-init.php:1449
443
  msgid "Wishlist table"
444
  msgstr ""
445
 
446
- #: includes/class.yith-wcwl-admin-init.php:1458
447
  msgid "Headers"
448
  msgstr ""
449
 
450
- #: includes/class.yith-wcwl-admin-init.php:1461
451
  msgid "Background color"
452
  msgstr ""
453
 
454
- #: includes/class.yith-wcwl-admin-init.php:1551
455
  msgid "Wishlist Activated"
456
  msgstr ""
457
 
458
- #: includes/class.yith-wcwl-admin-init.php:1552
459
  msgid ""
460
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
461
  "can access to all the settings of our plugins that you have activated. "
@@ -463,11 +471,11 @@ msgid ""
463
  "options, <a href=\"%s\">discover it now</a>."
464
  msgstr ""
465
 
466
- #: includes/class.yith-wcwl-admin-init.php:1563
467
  msgid "Wishlist Updated"
468
  msgstr "Ønskeliste opdateret."
469
 
470
- #: includes/class.yith-wcwl-admin-init.php:1564
471
  msgid ""
472
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
473
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
@@ -673,7 +681,7 @@ msgstr ""
673
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
674
  msgstr ""
675
 
676
- #: includes/class.yith-wcwl-shortcode.php:386
677
  #: includes/class.yith-wcwl-ui.php:164
678
  msgid "Share on:"
679
  msgstr "Del på:"
@@ -710,23 +718,23 @@ msgstr ""
710
  msgid "An error occurred while removing products from the wishlist"
711
  msgstr ""
712
 
713
- #: includes/class.yith-wcwl.php:809
714
  msgid "You need to log in before creating a new wishlist"
715
  msgstr ""
716
 
717
- #: includes/class.yith-wcwl.php:1610
718
  msgid "Product successfully removed."
719
  msgstr ""
720
 
721
- #: includes/class.yith-wcwl.php:1614
722
  msgid "Error. Unable to remove the product from the wishlist."
723
  msgstr ""
724
 
725
- #: includes/class.yith-wcwl.php:1618 templates/wishlist-view.php:242
726
  msgid "No products were added to the wishlist"
727
  msgstr ""
728
 
729
- #: includes/class.yith-wcwl.php:1660
730
  msgid "An error as occurred."
731
  msgstr ""
732
 
@@ -987,6 +995,18 @@ msgstr "ønskeliste"
987
  msgid "WhatsApp"
988
  msgstr ""
989
 
 
 
 
 
 
 
 
 
 
 
 
 
990
  #: templates/wishlist-view.php:32
991
  msgid "Edit title"
992
  msgstr "Rediger titel"
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
+ "POT-Creation-Date: 2019-08-12 11:01:34+00:00\n"
6
  "PO-Revision-Date: 2019-02-12 14:36+0100\n"
7
  "Last-Translator: Morten Ruus <altombasketball@gmail.com>\n"
8
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
18
  "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
19
 
20
  #: includes/class.yith-wcwl-admin-init.php:159
21
+ #: includes/class.yith-wcwl-admin-init.php:1492
22
+ #: includes/class.yith-wcwl-admin-init.php:1493
23
  #: includes/class.yith-wcwl-install.php:245
24
  msgid "Wishlist"
25
  msgstr "Ønskeliste"
96
 
97
  #: includes/class.yith-wcwl-admin-init.php:1056
98
  #: includes/class.yith-wcwl-admin-init.php:1057
99
+ #: includes/class.yith-wcwl-admin-init.php:1307
100
  msgid "My wishlist on %s"
101
  msgstr ""
102
 
337
  msgstr ""
338
 
339
  #: includes/class.yith-wcwl-admin-init.php:1298
340
+ msgid "Share by Url"
341
+ msgstr ""
342
+
343
+ #: includes/class.yith-wcwl-admin-init.php:1299
344
+ msgid "Show \"Share Url\" field on wishlist page"
345
  msgstr ""
346
 
347
  #: includes/class.yith-wcwl-admin-init.php:1305
348
+ msgid "Social title"
349
+ msgstr ""
350
+
351
+ #: includes/class.yith-wcwl-admin-init.php:1312
352
  msgid "Social text"
353
  msgstr ""
354
 
355
+ #: includes/class.yith-wcwl-admin-init.php:1313
356
  msgid ""
357
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
358
  "strong> where you want to show the URL of your wishlist."
359
  msgstr ""
360
 
361
+ #: includes/class.yith-wcwl-admin-init.php:1320
362
  msgid "Social image URL"
363
  msgstr ""
364
 
365
+ #: includes/class.yith-wcwl-admin-init.php:1321
366
  msgid "It will be used by Pinterest."
367
  msgstr ""
368
 
369
+ #: includes/class.yith-wcwl-admin-init.php:1335
370
  msgid ""
371
  "If you want to take advantage of this feature, you could consider to "
372
  "purchase the %s."
373
  msgstr ""
374
 
375
+ #: includes/class.yith-wcwl-admin-init.php:1340
376
  msgid "YITH WooCommerce Frequently Bought Together Integration"
377
  msgstr ""
378
 
379
+ #: includes/class.yith-wcwl-admin-init.php:1347
380
  msgid "Enable slider in wishlist"
381
  msgstr ""
382
 
383
+ #: includes/class.yith-wcwl-admin-init.php:1348
384
  msgid ""
385
  "Choose to enable product slider in wishlist page with linked products (<a "
386
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
387
  msgstr ""
388
 
389
+ #: includes/class.yith-wcwl-admin-init.php:1384
390
  msgid "\"Add to wishlist\" button"
391
  msgstr ""
392
 
393
+ #: includes/class.yith-wcwl-admin-init.php:1387
394
+ #: includes/class.yith-wcwl-admin-init.php:1405
395
+ #: includes/class.yith-wcwl-admin-init.php:1423
396
+ #: includes/class.yith-wcwl-admin-init.php:1441
397
+ #: includes/class.yith-wcwl-admin-init.php:1459
398
  msgid "Background"
399
  msgstr ""
400
 
401
+ #: includes/class.yith-wcwl-admin-init.php:1388
402
+ #: includes/class.yith-wcwl-admin-init.php:1406
403
+ #: includes/class.yith-wcwl-admin-init.php:1424
404
+ #: includes/class.yith-wcwl-admin-init.php:1442
405
+ #: includes/class.yith-wcwl-admin-init.php:1460
406
  msgid "Text"
407
  msgstr ""
408
 
 
 
 
 
 
 
 
 
409
  #: includes/class.yith-wcwl-admin-init.php:1389
410
  #: includes/class.yith-wcwl-admin-init.php:1407
411
  #: includes/class.yith-wcwl-admin-init.php:1425
412
  #: includes/class.yith-wcwl-admin-init.php:1443
413
+ #: includes/class.yith-wcwl-admin-init.php:1461
414
+ msgid "Border"
415
+ msgstr ""
416
+
417
+ #: includes/class.yith-wcwl-admin-init.php:1396
418
+ #: includes/class.yith-wcwl-admin-init.php:1414
419
+ #: includes/class.yith-wcwl-admin-init.php:1432
420
+ #: includes/class.yith-wcwl-admin-init.php:1450
421
  msgid "Background (hover)"
422
  msgstr ""
423
 
424
+ #: includes/class.yith-wcwl-admin-init.php:1397
425
+ #: includes/class.yith-wcwl-admin-init.php:1415
426
+ #: includes/class.yith-wcwl-admin-init.php:1433
427
+ #: includes/class.yith-wcwl-admin-init.php:1451
428
  msgid "Text (hover)"
429
  msgstr ""
430
 
431
+ #: includes/class.yith-wcwl-admin-init.php:1398
432
+ #: includes/class.yith-wcwl-admin-init.php:1416
433
+ #: includes/class.yith-wcwl-admin-init.php:1434
434
+ #: includes/class.yith-wcwl-admin-init.php:1452
435
  msgid "Border (hover)"
436
  msgstr ""
437
 
438
+ #: includes/class.yith-wcwl-admin-init.php:1402
439
  msgid "\"Add to Cart\" button"
440
  msgstr ""
441
 
442
+ #: includes/class.yith-wcwl-admin-init.php:1420
443
  msgid "\"Style 1\" button"
444
  msgstr ""
445
 
446
+ #: includes/class.yith-wcwl-admin-init.php:1438
447
  msgid "\"Style 2\" button"
448
  msgstr ""
449
 
450
+ #: includes/class.yith-wcwl-admin-init.php:1456
451
  msgid "Wishlist table"
452
  msgstr ""
453
 
454
+ #: includes/class.yith-wcwl-admin-init.php:1465
455
  msgid "Headers"
456
  msgstr ""
457
 
458
+ #: includes/class.yith-wcwl-admin-init.php:1468
459
  msgid "Background color"
460
  msgstr ""
461
 
462
+ #: includes/class.yith-wcwl-admin-init.php:1558
463
  msgid "Wishlist Activated"
464
  msgstr ""
465
 
466
+ #: includes/class.yith-wcwl-admin-init.php:1559
467
  msgid ""
468
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
469
  "can access to all the settings of our plugins that you have activated. "
471
  "options, <a href=\"%s\">discover it now</a>."
472
  msgstr ""
473
 
474
+ #: includes/class.yith-wcwl-admin-init.php:1570
475
  msgid "Wishlist Updated"
476
  msgstr "Ønskeliste opdateret."
477
 
478
+ #: includes/class.yith-wcwl-admin-init.php:1571
479
  msgid ""
480
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
481
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
681
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
682
  msgstr ""
683
 
684
+ #: includes/class.yith-wcwl-shortcode.php:387
685
  #: includes/class.yith-wcwl-ui.php:164
686
  msgid "Share on:"
687
  msgstr "Del på:"
718
  msgid "An error occurred while removing products from the wishlist"
719
  msgstr ""
720
 
721
+ #: includes/class.yith-wcwl.php:825
722
  msgid "You need to log in before creating a new wishlist"
723
  msgstr ""
724
 
725
+ #: includes/class.yith-wcwl.php:1627
726
  msgid "Product successfully removed."
727
  msgstr ""
728
 
729
+ #: includes/class.yith-wcwl.php:1631
730
  msgid "Error. Unable to remove the product from the wishlist."
731
  msgstr ""
732
 
733
+ #: includes/class.yith-wcwl.php:1635 templates/wishlist-view.php:242
734
  msgid "No products were added to the wishlist"
735
  msgstr ""
736
 
737
+ #: includes/class.yith-wcwl.php:1677
738
  msgid "An error as occurred."
739
  msgstr ""
740
 
995
  msgid "WhatsApp"
996
  msgstr ""
997
 
998
+ #: templates/share.php:61
999
+ msgid "(Now"
1000
+ msgstr ""
1001
+
1002
+ #: templates/share.php:61
1003
+ msgid "copy"
1004
+ msgstr ""
1005
+
1006
+ #: templates/share.php:61
1007
+ msgid "this wishlist link and share it anywhere)"
1008
+ msgstr ""
1009
+
1010
  #: templates/wishlist-view.php:32
1011
  msgid "Edit title"
1012
  msgstr "Rediger titel"
languages/yith-woocommerce-wishlist-de_DE.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-de_DE.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
- "POT-Creation-Date: 2019-04-15 10:23:21+00:00\n"
6
  "PO-Revision-Date: 2019-02-12 14:36+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
@@ -21,8 +21,8 @@ msgstr ""
21
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
22
 
23
  #: includes/class.yith-wcwl-admin-init.php:159
24
- #: includes/class.yith-wcwl-admin-init.php:1485
25
- #: includes/class.yith-wcwl-admin-init.php:1486
26
  #: includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr "Wunschliste"
@@ -108,7 +108,7 @@ msgstr "Standard Wunschlisten Titel"
108
 
109
  #: includes/class.yith-wcwl-admin-init.php:1056
110
  #: includes/class.yith-wcwl-admin-init.php:1057
111
- #: includes/class.yith-wcwl-admin-init.php:1300
112
  msgid "My wishlist on %s"
113
  msgstr "Meine Wunschliste bei %s"
114
 
@@ -355,14 +355,23 @@ msgid "Show \"Share by WhatsApp\" button ( only on phones )"
355
  msgstr "Zeige \"Per E-Mail teilen\" Button"
356
 
357
  #: includes/class.yith-wcwl-admin-init.php:1298
 
 
 
 
 
 
 
 
 
358
  msgid "Social title"
359
  msgstr "Social Titel"
360
 
361
- #: includes/class.yith-wcwl-admin-init.php:1305
362
  msgid "Social text"
363
  msgstr "Social Text"
364
 
365
- #: includes/class.yith-wcwl-admin-init.php:1306
366
  msgid ""
367
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
368
  "strong> where you want to show the URL of your wishlist."
@@ -370,15 +379,15 @@ msgstr ""
370
  "Wird von Pinterest und Twitter genutzt. Benutze <strong>%wishlist_url%</"
371
  "strong> um die URL der Wunschliste anzuzeigen."
372
 
373
- #: includes/class.yith-wcwl-admin-init.php:1313
374
  msgid "Social image URL"
375
  msgstr "Social Bild URL"
376
 
377
- #: includes/class.yith-wcwl-admin-init.php:1314
378
  msgid "It will be used by Pinterest."
379
  msgstr "Wird von Pinterest genutzt."
380
 
381
- #: includes/class.yith-wcwl-admin-init.php:1328
382
  msgid ""
383
  "If you want to take advantage of this feature, you could consider to "
384
  "purchase the %s."
@@ -387,15 +396,15 @@ msgstr ""
387
  "<a href=https://goo.gl/iHq6lS\" target=\"_blank\">Frequently Bought "
388
  "together</a>. %s"
389
 
390
- #: includes/class.yith-wcwl-admin-init.php:1333
391
  msgid "YITH WooCommerce Frequently Bought Together Integration"
392
  msgstr "YITH WooCommerce Frequently Bought Together integration"
393
 
394
- #: includes/class.yith-wcwl-admin-init.php:1340
395
  msgid "Enable slider in wishlist"
396
  msgstr "Slider in Wunschliste aktivieren"
397
 
398
- #: includes/class.yith-wcwl-admin-init.php:1341
399
  msgid ""
400
  "Choose to enable product slider in wishlist page with linked products (<a "
401
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
@@ -403,84 +412,84 @@ msgstr ""
403
  "Auswählen um einen Artikel Slider in der Wunschliste zu aktivieren. (<a href="
404
  "\"%s\" class=\"thickbox\">Beispiel</a>). %s"
405
 
406
- #: includes/class.yith-wcwl-admin-init.php:1377
407
  msgid "\"Add to wishlist\" button"
408
  msgstr "Zur Wunschliste hinzufügen Button"
409
 
410
- #: includes/class.yith-wcwl-admin-init.php:1380
411
- #: includes/class.yith-wcwl-admin-init.php:1398
412
- #: includes/class.yith-wcwl-admin-init.php:1416
413
- #: includes/class.yith-wcwl-admin-init.php:1434
414
- #: includes/class.yith-wcwl-admin-init.php:1452
415
  msgid "Background"
416
  msgstr "Hintergrund"
417
 
418
- #: includes/class.yith-wcwl-admin-init.php:1381
419
- #: includes/class.yith-wcwl-admin-init.php:1399
420
- #: includes/class.yith-wcwl-admin-init.php:1417
421
- #: includes/class.yith-wcwl-admin-init.php:1435
422
- #: includes/class.yith-wcwl-admin-init.php:1453
423
  msgid "Text"
424
  msgstr "Text"
425
 
426
- #: includes/class.yith-wcwl-admin-init.php:1382
427
- #: includes/class.yith-wcwl-admin-init.php:1400
428
- #: includes/class.yith-wcwl-admin-init.php:1418
429
- #: includes/class.yith-wcwl-admin-init.php:1436
430
- #: includes/class.yith-wcwl-admin-init.php:1454
431
- msgid "Border"
432
- msgstr "Rand"
433
-
434
  #: includes/class.yith-wcwl-admin-init.php:1389
435
  #: includes/class.yith-wcwl-admin-init.php:1407
436
  #: includes/class.yith-wcwl-admin-init.php:1425
437
  #: includes/class.yith-wcwl-admin-init.php:1443
 
 
 
 
 
 
 
 
438
  msgid "Background (hover)"
439
  msgstr "Hintergrund (Hover)"
440
 
441
- #: includes/class.yith-wcwl-admin-init.php:1390
442
- #: includes/class.yith-wcwl-admin-init.php:1408
443
- #: includes/class.yith-wcwl-admin-init.php:1426
444
- #: includes/class.yith-wcwl-admin-init.php:1444
445
  msgid "Text (hover)"
446
  msgstr "Text (hover)"
447
 
448
- #: includes/class.yith-wcwl-admin-init.php:1391
449
- #: includes/class.yith-wcwl-admin-init.php:1409
450
- #: includes/class.yith-wcwl-admin-init.php:1427
451
- #: includes/class.yith-wcwl-admin-init.php:1445
452
  msgid "Border (hover)"
453
  msgstr "Rand (Hover)"
454
 
455
- #: includes/class.yith-wcwl-admin-init.php:1395
456
  msgid "\"Add to Cart\" button"
457
  msgstr "In den Warenkorb Button"
458
 
459
- #: includes/class.yith-wcwl-admin-init.php:1413
460
  msgid "\"Style 1\" button"
461
  msgstr "Stil 1 Button"
462
 
463
- #: includes/class.yith-wcwl-admin-init.php:1431
464
  msgid "\"Style 2\" button"
465
  msgstr "Stil 2 Button"
466
 
467
- #: includes/class.yith-wcwl-admin-init.php:1449
468
  msgid "Wishlist table"
469
  msgstr "Wunschlisten Tabelle"
470
 
471
- #: includes/class.yith-wcwl-admin-init.php:1458
472
  msgid "Headers"
473
  msgstr "Kopfzeilen"
474
 
475
- #: includes/class.yith-wcwl-admin-init.php:1461
476
  msgid "Background color"
477
  msgstr "Hintergrund Farbe"
478
 
479
- #: includes/class.yith-wcwl-admin-init.php:1551
480
  msgid "Wishlist Activated"
481
  msgstr "Wunschliste aktiviert"
482
 
483
- #: includes/class.yith-wcwl-admin-init.php:1552
484
  msgid ""
485
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
486
  "can access to all the settings of our plugins that you have activated. "
@@ -492,11 +501,11 @@ msgstr ""
492
  "href=\"https://goo.gl/wxbNyw\" target=\"blank\">Premium Version</a> hat eine "
493
  "Menge Funktionen mehr, schau sie dir doch mal an<a href=\"%s\">.</a>"
494
 
495
- #: includes/class.yith-wcwl-admin-init.php:1563
496
  msgid "Wishlist Updated"
497
  msgstr "Wunschliste aktualisiert"
498
 
499
- #: includes/class.yith-wcwl-admin-init.php:1564
500
  msgid ""
501
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
502
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
@@ -711,7 +720,7 @@ msgstr ""
711
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
712
  msgstr ""
713
 
714
- #: includes/class.yith-wcwl-shortcode.php:386
715
  #: includes/class.yith-wcwl-ui.php:164
716
  msgid "Share on:"
717
  msgstr "Teile auf:"
@@ -748,23 +757,23 @@ msgstr "Die entfernen Funktion benötigt keine Parameter"
748
  msgid "An error occurred while removing products from the wishlist"
749
  msgstr "Beim entfernen von Artikeln trat ein Fehler auf."
750
 
751
- #: includes/class.yith-wcwl.php:809
752
  msgid "You need to log in before creating a new wishlist"
753
  msgstr "Du musst dich einloggen um eine Wunschliste zu erstellen"
754
 
755
- #: includes/class.yith-wcwl.php:1610
756
  msgid "Product successfully removed."
757
  msgstr "Artikel entfernt."
758
 
759
- #: includes/class.yith-wcwl.php:1614
760
  msgid "Error. Unable to remove the product from the wishlist."
761
  msgstr "Fehler: Artikel konnte nicht von der Wunschliste entfernt werden."
762
 
763
- #: includes/class.yith-wcwl.php:1618 templates/wishlist-view.php:242
764
  msgid "No products were added to the wishlist"
765
  msgstr "Keine Produkte zur Wunschliste hinzugefügt"
766
 
767
- #: includes/class.yith-wcwl.php:1660
768
  msgid "An error as occurred."
769
  msgstr "Es ist ein Fehler aufgetreten."
770
 
@@ -1026,6 +1035,18 @@ msgstr "Meine Wunschliste bei %s"
1026
  msgid "WhatsApp"
1027
  msgstr ""
1028
 
 
 
 
 
 
 
 
 
 
 
 
 
1029
  #: templates/wishlist-view.php:32
1030
  msgid "Edit title"
1031
  msgstr "Titel bearbeiten"
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
+ "POT-Creation-Date: 2019-08-12 11:01:34+00:00\n"
6
  "PO-Revision-Date: 2019-02-12 14:36+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
21
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
22
 
23
  #: includes/class.yith-wcwl-admin-init.php:159
24
+ #: includes/class.yith-wcwl-admin-init.php:1492
25
+ #: includes/class.yith-wcwl-admin-init.php:1493
26
  #: includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr "Wunschliste"
108
 
109
  #: includes/class.yith-wcwl-admin-init.php:1056
110
  #: includes/class.yith-wcwl-admin-init.php:1057
111
+ #: includes/class.yith-wcwl-admin-init.php:1307
112
  msgid "My wishlist on %s"
113
  msgstr "Meine Wunschliste bei %s"
114
 
355
  msgstr "Zeige \"Per E-Mail teilen\" Button"
356
 
357
  #: includes/class.yith-wcwl-admin-init.php:1298
358
+ #, fuzzy
359
+ msgid "Share by Url"
360
+ msgstr "Per E-Mail teilen"
361
+
362
+ #: includes/class.yith-wcwl-admin-init.php:1299
363
+ msgid "Show \"Share Url\" field on wishlist page"
364
+ msgstr ""
365
+
366
+ #: includes/class.yith-wcwl-admin-init.php:1305
367
  msgid "Social title"
368
  msgstr "Social Titel"
369
 
370
+ #: includes/class.yith-wcwl-admin-init.php:1312
371
  msgid "Social text"
372
  msgstr "Social Text"
373
 
374
+ #: includes/class.yith-wcwl-admin-init.php:1313
375
  msgid ""
376
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
377
  "strong> where you want to show the URL of your wishlist."
379
  "Wird von Pinterest und Twitter genutzt. Benutze <strong>%wishlist_url%</"
380
  "strong> um die URL der Wunschliste anzuzeigen."
381
 
382
+ #: includes/class.yith-wcwl-admin-init.php:1320
383
  msgid "Social image URL"
384
  msgstr "Social Bild URL"
385
 
386
+ #: includes/class.yith-wcwl-admin-init.php:1321
387
  msgid "It will be used by Pinterest."
388
  msgstr "Wird von Pinterest genutzt."
389
 
390
+ #: includes/class.yith-wcwl-admin-init.php:1335
391
  msgid ""
392
  "If you want to take advantage of this feature, you could consider to "
393
  "purchase the %s."
396
  "<a href=https://goo.gl/iHq6lS\" target=\"_blank\">Frequently Bought "
397
  "together</a>. %s"
398
 
399
+ #: includes/class.yith-wcwl-admin-init.php:1340
400
  msgid "YITH WooCommerce Frequently Bought Together Integration"
401
  msgstr "YITH WooCommerce Frequently Bought Together integration"
402
 
403
+ #: includes/class.yith-wcwl-admin-init.php:1347
404
  msgid "Enable slider in wishlist"
405
  msgstr "Slider in Wunschliste aktivieren"
406
 
407
+ #: includes/class.yith-wcwl-admin-init.php:1348
408
  msgid ""
409
  "Choose to enable product slider in wishlist page with linked products (<a "
410
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
412
  "Auswählen um einen Artikel Slider in der Wunschliste zu aktivieren. (<a href="
413
  "\"%s\" class=\"thickbox\">Beispiel</a>). %s"
414
 
415
+ #: includes/class.yith-wcwl-admin-init.php:1384
416
  msgid "\"Add to wishlist\" button"
417
  msgstr "Zur Wunschliste hinzufügen Button"
418
 
419
+ #: includes/class.yith-wcwl-admin-init.php:1387
420
+ #: includes/class.yith-wcwl-admin-init.php:1405
421
+ #: includes/class.yith-wcwl-admin-init.php:1423
422
+ #: includes/class.yith-wcwl-admin-init.php:1441
423
+ #: includes/class.yith-wcwl-admin-init.php:1459
424
  msgid "Background"
425
  msgstr "Hintergrund"
426
 
427
+ #: includes/class.yith-wcwl-admin-init.php:1388
428
+ #: includes/class.yith-wcwl-admin-init.php:1406
429
+ #: includes/class.yith-wcwl-admin-init.php:1424
430
+ #: includes/class.yith-wcwl-admin-init.php:1442
431
+ #: includes/class.yith-wcwl-admin-init.php:1460
432
  msgid "Text"
433
  msgstr "Text"
434
 
 
 
 
 
 
 
 
 
435
  #: includes/class.yith-wcwl-admin-init.php:1389
436
  #: includes/class.yith-wcwl-admin-init.php:1407
437
  #: includes/class.yith-wcwl-admin-init.php:1425
438
  #: includes/class.yith-wcwl-admin-init.php:1443
439
+ #: includes/class.yith-wcwl-admin-init.php:1461
440
+ msgid "Border"
441
+ msgstr "Rand"
442
+
443
+ #: includes/class.yith-wcwl-admin-init.php:1396
444
+ #: includes/class.yith-wcwl-admin-init.php:1414
445
+ #: includes/class.yith-wcwl-admin-init.php:1432
446
+ #: includes/class.yith-wcwl-admin-init.php:1450
447
  msgid "Background (hover)"
448
  msgstr "Hintergrund (Hover)"
449
 
450
+ #: includes/class.yith-wcwl-admin-init.php:1397
451
+ #: includes/class.yith-wcwl-admin-init.php:1415
452
+ #: includes/class.yith-wcwl-admin-init.php:1433
453
+ #: includes/class.yith-wcwl-admin-init.php:1451
454
  msgid "Text (hover)"
455
  msgstr "Text (hover)"
456
 
457
+ #: includes/class.yith-wcwl-admin-init.php:1398
458
+ #: includes/class.yith-wcwl-admin-init.php:1416
459
+ #: includes/class.yith-wcwl-admin-init.php:1434
460
+ #: includes/class.yith-wcwl-admin-init.php:1452
461
  msgid "Border (hover)"
462
  msgstr "Rand (Hover)"
463
 
464
+ #: includes/class.yith-wcwl-admin-init.php:1402
465
  msgid "\"Add to Cart\" button"
466
  msgstr "In den Warenkorb Button"
467
 
468
+ #: includes/class.yith-wcwl-admin-init.php:1420
469
  msgid "\"Style 1\" button"
470
  msgstr "Stil 1 Button"
471
 
472
+ #: includes/class.yith-wcwl-admin-init.php:1438
473
  msgid "\"Style 2\" button"
474
  msgstr "Stil 2 Button"
475
 
476
+ #: includes/class.yith-wcwl-admin-init.php:1456
477
  msgid "Wishlist table"
478
  msgstr "Wunschlisten Tabelle"
479
 
480
+ #: includes/class.yith-wcwl-admin-init.php:1465
481
  msgid "Headers"
482
  msgstr "Kopfzeilen"
483
 
484
+ #: includes/class.yith-wcwl-admin-init.php:1468
485
  msgid "Background color"
486
  msgstr "Hintergrund Farbe"
487
 
488
+ #: includes/class.yith-wcwl-admin-init.php:1558
489
  msgid "Wishlist Activated"
490
  msgstr "Wunschliste aktiviert"
491
 
492
+ #: includes/class.yith-wcwl-admin-init.php:1559
493
  msgid ""
494
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
495
  "can access to all the settings of our plugins that you have activated. "
501
  "href=\"https://goo.gl/wxbNyw\" target=\"blank\">Premium Version</a> hat eine "
502
  "Menge Funktionen mehr, schau sie dir doch mal an<a href=\"%s\">.</a>"
503
 
504
+ #: includes/class.yith-wcwl-admin-init.php:1570
505
  msgid "Wishlist Updated"
506
  msgstr "Wunschliste aktualisiert"
507
 
508
+ #: includes/class.yith-wcwl-admin-init.php:1571
509
  msgid ""
510
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
511
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
720
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
721
  msgstr ""
722
 
723
+ #: includes/class.yith-wcwl-shortcode.php:387
724
  #: includes/class.yith-wcwl-ui.php:164
725
  msgid "Share on:"
726
  msgstr "Teile auf:"
757
  msgid "An error occurred while removing products from the wishlist"
758
  msgstr "Beim entfernen von Artikeln trat ein Fehler auf."
759
 
760
+ #: includes/class.yith-wcwl.php:825
761
  msgid "You need to log in before creating a new wishlist"
762
  msgstr "Du musst dich einloggen um eine Wunschliste zu erstellen"
763
 
764
+ #: includes/class.yith-wcwl.php:1627
765
  msgid "Product successfully removed."
766
  msgstr "Artikel entfernt."
767
 
768
+ #: includes/class.yith-wcwl.php:1631
769
  msgid "Error. Unable to remove the product from the wishlist."
770
  msgstr "Fehler: Artikel konnte nicht von der Wunschliste entfernt werden."
771
 
772
+ #: includes/class.yith-wcwl.php:1635 templates/wishlist-view.php:242
773
  msgid "No products were added to the wishlist"
774
  msgstr "Keine Produkte zur Wunschliste hinzugefügt"
775
 
776
+ #: includes/class.yith-wcwl.php:1677
777
  msgid "An error as occurred."
778
  msgstr "Es ist ein Fehler aufgetreten."
779
 
1035
  msgid "WhatsApp"
1036
  msgstr ""
1037
 
1038
+ #: templates/share.php:61
1039
+ msgid "(Now"
1040
+ msgstr ""
1041
+
1042
+ #: templates/share.php:61
1043
+ msgid "copy"
1044
+ msgstr ""
1045
+
1046
+ #: templates/share.php:61
1047
+ msgid "this wishlist link and share it anywhere)"
1048
+ msgstr ""
1049
+
1050
  #: templates/wishlist-view.php:32
1051
  msgid "Edit title"
1052
  msgstr "Titel bearbeiten"
languages/yith-woocommerce-wishlist-es_AR.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-es_AR.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
- "POT-Creation-Date: 2019-04-15 10:23:21+00:00\n"
6
  "PO-Revision-Date: 2019-02-12 14:37+0100\n"
7
  "Last-Translator: YIThemes <support@yithemes.com>\n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
@@ -21,8 +21,8 @@ msgstr ""
21
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
22
 
23
  #: includes/class.yith-wcwl-admin-init.php:159
24
- #: includes/class.yith-wcwl-admin-init.php:1485
25
- #: includes/class.yith-wcwl-admin-init.php:1486
26
  #: includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr "Lista de deseos"
@@ -100,7 +100,7 @@ msgstr "Título de la Lista de deseos"
100
 
101
  #: includes/class.yith-wcwl-admin-init.php:1056
102
  #: includes/class.yith-wcwl-admin-init.php:1057
103
- #: includes/class.yith-wcwl-admin-init.php:1300
104
  msgid "My wishlist on %s"
105
  msgstr "Mi lista de deseos en %s"
106
 
@@ -365,132 +365,140 @@ msgid "Show \"Share by WhatsApp\" button ( only on phones )"
365
  msgstr "Mostrar el botón \"Agregar al carrito\""
366
 
367
  #: includes/class.yith-wcwl-admin-init.php:1298
 
 
 
 
 
 
 
 
368
  #, fuzzy
369
  msgid "Social title"
370
  msgstr "Título de sociales"
371
 
372
- #: includes/class.yith-wcwl-admin-init.php:1305
373
  #, fuzzy
374
  msgid "Social text"
375
  msgstr "Texto de sociales"
376
 
377
- #: includes/class.yith-wcwl-admin-init.php:1306
378
  msgid ""
379
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
380
  "strong> where you want to show the URL of your wishlist."
381
  msgstr ""
382
 
383
- #: includes/class.yith-wcwl-admin-init.php:1313
384
  #, fuzzy
385
  msgid "Social image URL"
386
  msgstr "URL de las imágenes sociales"
387
 
388
- #: includes/class.yith-wcwl-admin-init.php:1314
389
  msgid "It will be used by Pinterest."
390
  msgstr ""
391
 
392
- #: includes/class.yith-wcwl-admin-init.php:1328
393
  msgid ""
394
  "If you want to take advantage of this feature, you could consider to "
395
  "purchase the %s."
396
  msgstr ""
397
 
398
- #: includes/class.yith-wcwl-admin-init.php:1333
399
  msgid "YITH WooCommerce Frequently Bought Together Integration"
400
  msgstr ""
401
 
402
- #: includes/class.yith-wcwl-admin-init.php:1340
403
  msgid "Enable slider in wishlist"
404
  msgstr ""
405
 
406
- #: includes/class.yith-wcwl-admin-init.php:1341
407
  msgid ""
408
  "Choose to enable product slider in wishlist page with linked products (<a "
409
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
410
  msgstr ""
411
 
412
- #: includes/class.yith-wcwl-admin-init.php:1377
413
  #, fuzzy
414
  msgid "\"Add to wishlist\" button"
415
  msgstr "Texto del botón \"Agregar a la lista de deseos\""
416
 
417
- #: includes/class.yith-wcwl-admin-init.php:1380
418
- #: includes/class.yith-wcwl-admin-init.php:1398
419
- #: includes/class.yith-wcwl-admin-init.php:1416
420
- #: includes/class.yith-wcwl-admin-init.php:1434
421
- #: includes/class.yith-wcwl-admin-init.php:1452
422
  msgid "Background"
423
  msgstr ""
424
 
425
- #: includes/class.yith-wcwl-admin-init.php:1381
426
- #: includes/class.yith-wcwl-admin-init.php:1399
427
- #: includes/class.yith-wcwl-admin-init.php:1417
428
- #: includes/class.yith-wcwl-admin-init.php:1435
429
- #: includes/class.yith-wcwl-admin-init.php:1453
430
  msgid "Text"
431
  msgstr ""
432
 
433
- #: includes/class.yith-wcwl-admin-init.php:1382
434
- #: includes/class.yith-wcwl-admin-init.php:1400
435
- #: includes/class.yith-wcwl-admin-init.php:1418
436
- #: includes/class.yith-wcwl-admin-init.php:1436
437
- #: includes/class.yith-wcwl-admin-init.php:1454
438
- msgid "Border"
439
- msgstr ""
440
-
441
  #: includes/class.yith-wcwl-admin-init.php:1389
442
  #: includes/class.yith-wcwl-admin-init.php:1407
443
  #: includes/class.yith-wcwl-admin-init.php:1425
444
  #: includes/class.yith-wcwl-admin-init.php:1443
 
 
 
 
 
 
 
 
445
  msgid "Background (hover)"
446
  msgstr ""
447
 
448
- #: includes/class.yith-wcwl-admin-init.php:1390
449
- #: includes/class.yith-wcwl-admin-init.php:1408
450
- #: includes/class.yith-wcwl-admin-init.php:1426
451
- #: includes/class.yith-wcwl-admin-init.php:1444
452
  msgid "Text (hover)"
453
  msgstr ""
454
 
455
- #: includes/class.yith-wcwl-admin-init.php:1391
456
- #: includes/class.yith-wcwl-admin-init.php:1409
457
- #: includes/class.yith-wcwl-admin-init.php:1427
458
- #: includes/class.yith-wcwl-admin-init.php:1445
459
  msgid "Border (hover)"
460
  msgstr ""
461
 
462
- #: includes/class.yith-wcwl-admin-init.php:1395
463
  #, fuzzy
464
  msgid "\"Add to Cart\" button"
465
  msgstr "Texto del botón \"Agregar al carrito\""
466
 
467
- #: includes/class.yith-wcwl-admin-init.php:1413
468
  msgid "\"Style 1\" button"
469
  msgstr ""
470
 
471
- #: includes/class.yith-wcwl-admin-init.php:1431
472
  msgid "\"Style 2\" button"
473
  msgstr ""
474
 
475
- #: includes/class.yith-wcwl-admin-init.php:1449
476
  #, fuzzy
477
  msgid "Wishlist table"
478
  msgstr "Título de la Lista de deseos"
479
 
480
- #: includes/class.yith-wcwl-admin-init.php:1458
481
  msgid "Headers"
482
  msgstr ""
483
 
484
- #: includes/class.yith-wcwl-admin-init.php:1461
485
  msgid "Background color"
486
  msgstr ""
487
 
488
- #: includes/class.yith-wcwl-admin-init.php:1551
489
  #, fuzzy
490
  msgid "Wishlist Activated"
491
  msgstr "Título de la Lista de deseos"
492
 
493
- #: includes/class.yith-wcwl-admin-init.php:1552
494
  msgid ""
495
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
496
  "can access to all the settings of our plugins that you have activated. "
@@ -498,12 +506,12 @@ msgid ""
498
  "options, <a href=\"%s\">discover it now</a>."
499
  msgstr ""
500
 
501
- #: includes/class.yith-wcwl-admin-init.php:1563
502
  #, fuzzy
503
  msgid "Wishlist Updated"
504
  msgstr "Lista de deseos"
505
 
506
- #: includes/class.yith-wcwl-admin-init.php:1564
507
  msgid ""
508
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
509
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
@@ -714,7 +722,7 @@ msgstr ""
714
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
715
  msgstr ""
716
 
717
- #: includes/class.yith-wcwl-shortcode.php:386
718
  #: includes/class.yith-wcwl-ui.php:164
719
  msgid "Share on:"
720
  msgstr "Compartir en:"
@@ -760,25 +768,25 @@ msgstr ""
760
  "¡Ups! Ha ocurrido un error al eliminar el producto de tu lista. Intenta "
761
  "nuevamente, por favor."
762
 
763
- #: includes/class.yith-wcwl.php:809
764
  msgid "You need to log in before creating a new wishlist"
765
  msgstr ""
766
 
767
- #: includes/class.yith-wcwl.php:1610
768
  msgid "Product successfully removed."
769
  msgstr "Bien, lo hemos eliminado de tu lista..."
770
 
771
- #: includes/class.yith-wcwl.php:1614
772
  msgid "Error. Unable to remove the product from the wishlist."
773
  msgstr ""
774
  "¡Ups! Ha ocurrido un error al eliminar el producto de tu lista. Intenta "
775
  "nuevamente, por favor."
776
 
777
- #: includes/class.yith-wcwl.php:1618 templates/wishlist-view.php:242
778
  msgid "No products were added to the wishlist"
779
  msgstr "Tu lista de deseos está vacía por el momento..."
780
 
781
- #: includes/class.yith-wcwl.php:1660
782
  msgid "An error as occurred."
783
  msgstr ""
784
 
@@ -1041,6 +1049,18 @@ msgstr "Mi lista de deseos en %s"
1041
  msgid "WhatsApp"
1042
  msgstr ""
1043
 
 
 
 
 
 
 
 
 
 
 
 
 
1044
  #: templates/wishlist-view.php:32
1045
  #, fuzzy
1046
  msgid "Edit title"
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
+ "POT-Creation-Date: 2019-08-12 11:01:34+00:00\n"
6
  "PO-Revision-Date: 2019-02-12 14:37+0100\n"
7
  "Last-Translator: YIThemes <support@yithemes.com>\n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
21
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
22
 
23
  #: includes/class.yith-wcwl-admin-init.php:159
24
+ #: includes/class.yith-wcwl-admin-init.php:1492
25
+ #: includes/class.yith-wcwl-admin-init.php:1493
26
  #: includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr "Lista de deseos"
100
 
101
  #: includes/class.yith-wcwl-admin-init.php:1056
102
  #: includes/class.yith-wcwl-admin-init.php:1057
103
+ #: includes/class.yith-wcwl-admin-init.php:1307
104
  msgid "My wishlist on %s"
105
  msgstr "Mi lista de deseos en %s"
106
 
365
  msgstr "Mostrar el botón \"Agregar al carrito\""
366
 
367
  #: includes/class.yith-wcwl-admin-init.php:1298
368
+ msgid "Share by Url"
369
+ msgstr ""
370
+
371
+ #: includes/class.yith-wcwl-admin-init.php:1299
372
+ msgid "Show \"Share Url\" field on wishlist page"
373
+ msgstr ""
374
+
375
+ #: includes/class.yith-wcwl-admin-init.php:1305
376
  #, fuzzy
377
  msgid "Social title"
378
  msgstr "Título de sociales"
379
 
380
+ #: includes/class.yith-wcwl-admin-init.php:1312
381
  #, fuzzy
382
  msgid "Social text"
383
  msgstr "Texto de sociales"
384
 
385
+ #: includes/class.yith-wcwl-admin-init.php:1313
386
  msgid ""
387
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
388
  "strong> where you want to show the URL of your wishlist."
389
  msgstr ""
390
 
391
+ #: includes/class.yith-wcwl-admin-init.php:1320
392
  #, fuzzy
393
  msgid "Social image URL"
394
  msgstr "URL de las imágenes sociales"
395
 
396
+ #: includes/class.yith-wcwl-admin-init.php:1321
397
  msgid "It will be used by Pinterest."
398
  msgstr ""
399
 
400
+ #: includes/class.yith-wcwl-admin-init.php:1335
401
  msgid ""
402
  "If you want to take advantage of this feature, you could consider to "
403
  "purchase the %s."
404
  msgstr ""
405
 
406
+ #: includes/class.yith-wcwl-admin-init.php:1340
407
  msgid "YITH WooCommerce Frequently Bought Together Integration"
408
  msgstr ""
409
 
410
+ #: includes/class.yith-wcwl-admin-init.php:1347
411
  msgid "Enable slider in wishlist"
412
  msgstr ""
413
 
414
+ #: includes/class.yith-wcwl-admin-init.php:1348
415
  msgid ""
416
  "Choose to enable product slider in wishlist page with linked products (<a "
417
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
418
  msgstr ""
419
 
420
+ #: includes/class.yith-wcwl-admin-init.php:1384
421
  #, fuzzy
422
  msgid "\"Add to wishlist\" button"
423
  msgstr "Texto del botón \"Agregar a la lista de deseos\""
424
 
425
+ #: includes/class.yith-wcwl-admin-init.php:1387
426
+ #: includes/class.yith-wcwl-admin-init.php:1405
427
+ #: includes/class.yith-wcwl-admin-init.php:1423
428
+ #: includes/class.yith-wcwl-admin-init.php:1441
429
+ #: includes/class.yith-wcwl-admin-init.php:1459
430
  msgid "Background"
431
  msgstr ""
432
 
433
+ #: includes/class.yith-wcwl-admin-init.php:1388
434
+ #: includes/class.yith-wcwl-admin-init.php:1406
435
+ #: includes/class.yith-wcwl-admin-init.php:1424
436
+ #: includes/class.yith-wcwl-admin-init.php:1442
437
+ #: includes/class.yith-wcwl-admin-init.php:1460
438
  msgid "Text"
439
  msgstr ""
440
 
 
 
 
 
 
 
 
 
441
  #: includes/class.yith-wcwl-admin-init.php:1389
442
  #: includes/class.yith-wcwl-admin-init.php:1407
443
  #: includes/class.yith-wcwl-admin-init.php:1425
444
  #: includes/class.yith-wcwl-admin-init.php:1443
445
+ #: includes/class.yith-wcwl-admin-init.php:1461
446
+ msgid "Border"
447
+ msgstr ""
448
+
449
+ #: includes/class.yith-wcwl-admin-init.php:1396
450
+ #: includes/class.yith-wcwl-admin-init.php:1414
451
+ #: includes/class.yith-wcwl-admin-init.php:1432
452
+ #: includes/class.yith-wcwl-admin-init.php:1450
453
  msgid "Background (hover)"
454
  msgstr ""
455
 
456
+ #: includes/class.yith-wcwl-admin-init.php:1397
457
+ #: includes/class.yith-wcwl-admin-init.php:1415
458
+ #: includes/class.yith-wcwl-admin-init.php:1433
459
+ #: includes/class.yith-wcwl-admin-init.php:1451
460
  msgid "Text (hover)"
461
  msgstr ""
462
 
463
+ #: includes/class.yith-wcwl-admin-init.php:1398
464
+ #: includes/class.yith-wcwl-admin-init.php:1416
465
+ #: includes/class.yith-wcwl-admin-init.php:1434
466
+ #: includes/class.yith-wcwl-admin-init.php:1452
467
  msgid "Border (hover)"
468
  msgstr ""
469
 
470
+ #: includes/class.yith-wcwl-admin-init.php:1402
471
  #, fuzzy
472
  msgid "\"Add to Cart\" button"
473
  msgstr "Texto del botón \"Agregar al carrito\""
474
 
475
+ #: includes/class.yith-wcwl-admin-init.php:1420
476
  msgid "\"Style 1\" button"
477
  msgstr ""
478
 
479
+ #: includes/class.yith-wcwl-admin-init.php:1438
480
  msgid "\"Style 2\" button"
481
  msgstr ""
482
 
483
+ #: includes/class.yith-wcwl-admin-init.php:1456
484
  #, fuzzy
485
  msgid "Wishlist table"
486
  msgstr "Título de la Lista de deseos"
487
 
488
+ #: includes/class.yith-wcwl-admin-init.php:1465
489
  msgid "Headers"
490
  msgstr ""
491
 
492
+ #: includes/class.yith-wcwl-admin-init.php:1468
493
  msgid "Background color"
494
  msgstr ""
495
 
496
+ #: includes/class.yith-wcwl-admin-init.php:1558
497
  #, fuzzy
498
  msgid "Wishlist Activated"
499
  msgstr "Título de la Lista de deseos"
500
 
501
+ #: includes/class.yith-wcwl-admin-init.php:1559
502
  msgid ""
503
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
504
  "can access to all the settings of our plugins that you have activated. "
506
  "options, <a href=\"%s\">discover it now</a>."
507
  msgstr ""
508
 
509
+ #: includes/class.yith-wcwl-admin-init.php:1570
510
  #, fuzzy
511
  msgid "Wishlist Updated"
512
  msgstr "Lista de deseos"
513
 
514
+ #: includes/class.yith-wcwl-admin-init.php:1571
515
  msgid ""
516
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
517
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
722
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
723
  msgstr ""
724
 
725
+ #: includes/class.yith-wcwl-shortcode.php:387
726
  #: includes/class.yith-wcwl-ui.php:164
727
  msgid "Share on:"
728
  msgstr "Compartir en:"
768
  "¡Ups! Ha ocurrido un error al eliminar el producto de tu lista. Intenta "
769
  "nuevamente, por favor."
770
 
771
+ #: includes/class.yith-wcwl.php:825
772
  msgid "You need to log in before creating a new wishlist"
773
  msgstr ""
774
 
775
+ #: includes/class.yith-wcwl.php:1627
776
  msgid "Product successfully removed."
777
  msgstr "Bien, lo hemos eliminado de tu lista..."
778
 
779
+ #: includes/class.yith-wcwl.php:1631
780
  msgid "Error. Unable to remove the product from the wishlist."
781
  msgstr ""
782
  "¡Ups! Ha ocurrido un error al eliminar el producto de tu lista. Intenta "
783
  "nuevamente, por favor."
784
 
785
+ #: includes/class.yith-wcwl.php:1635 templates/wishlist-view.php:242
786
  msgid "No products were added to the wishlist"
787
  msgstr "Tu lista de deseos está vacía por el momento..."
788
 
789
+ #: includes/class.yith-wcwl.php:1677
790
  msgid "An error as occurred."
791
  msgstr ""
792
 
1049
  msgid "WhatsApp"
1050
  msgstr ""
1051
 
1052
+ #: templates/share.php:61
1053
+ msgid "(Now"
1054
+ msgstr ""
1055
+
1056
+ #: templates/share.php:61
1057
+ msgid "copy"
1058
+ msgstr ""
1059
+
1060
+ #: templates/share.php:61
1061
+ msgid "this wishlist link and share it anywhere)"
1062
+ msgstr ""
1063
+
1064
  #: templates/wishlist-view.php:32
1065
  #, fuzzy
1066
  msgid "Edit title"
languages/yith-woocommerce-wishlist-es_ES.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-es_ES.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
- "POT-Creation-Date: 2019-04-15 10:23:21+00:00\n"
6
  "PO-Revision-Date: 2019-02-12 14:37+0100\n"
7
  "Last-Translator: patrons_admin <arman.shahinyan@aticser.com>\n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
@@ -24,8 +24,8 @@ msgstr ""
24
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
25
 
26
  #: includes/class.yith-wcwl-admin-init.php:159
27
- #: includes/class.yith-wcwl-admin-init.php:1485
28
- #: includes/class.yith-wcwl-admin-init.php:1486
29
  #: includes/class.yith-wcwl-install.php:245
30
  msgid "Wishlist"
31
  msgstr "Lista de Deseos"
@@ -108,7 +108,7 @@ msgstr "Título por defecto de la Lista de Deseos"
108
 
109
  #: includes/class.yith-wcwl-admin-init.php:1056
110
  #: includes/class.yith-wcwl-admin-init.php:1057
111
- #: includes/class.yith-wcwl-admin-init.php:1300
112
  msgid "My wishlist on %s"
113
  msgstr "Mi lista de Deseos en %s"
114
 
@@ -373,28 +373,37 @@ msgid "Show \"Share by WhatsApp\" button ( only on phones )"
373
  msgstr "Mostrar el botón \"Compartir por correo electrónico\""
374
 
375
  #: includes/class.yith-wcwl-admin-init.php:1298
 
 
 
 
 
 
 
 
 
376
  msgid "Social title"
377
  msgstr "Título Social"
378
 
379
- #: includes/class.yith-wcwl-admin-init.php:1305
380
  msgid "Social text"
381
  msgstr "Texto Social"
382
 
383
- #: includes/class.yith-wcwl-admin-init.php:1306
384
  msgid ""
385
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
386
  "strong> where you want to show the URL of your wishlist."
387
  msgstr ""
388
 
389
- #: includes/class.yith-wcwl-admin-init.php:1313
390
  msgid "Social image URL"
391
  msgstr "URL de la imagen Social"
392
 
393
- #: includes/class.yith-wcwl-admin-init.php:1314
394
  msgid "It will be used by Pinterest."
395
  msgstr ""
396
 
397
- #: includes/class.yith-wcwl-admin-init.php:1328
398
  msgid ""
399
  "If you want to take advantage of this feature, you could consider to "
400
  "purchase the %s."
@@ -402,15 +411,15 @@ msgstr ""
402
  "Si desea tomar ventaja de esta característica, usted podría considerar "
403
  "comprar el %s."
404
 
405
- #: includes/class.yith-wcwl-admin-init.php:1333
406
  msgid "YITH WooCommerce Frequently Bought Together Integration"
407
  msgstr "Yith WooCommerce Productos adquiridos juntos frecuentemente"
408
 
409
- #: includes/class.yith-wcwl-admin-init.php:1340
410
  msgid "Enable slider in wishlist"
411
  msgstr "Habilitar control deslizante en la lista de deseos"
412
 
413
- #: includes/class.yith-wcwl-admin-init.php:1341
414
  msgid ""
415
  "Choose to enable product slider in wishlist page with linked products (<a "
416
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
@@ -419,84 +428,84 @@ msgstr ""
419
  "con productos vinculados \n"
420
  "(<a href=\"%s\" class=\"thickbox\">Ejemplo</a>). %s"
421
 
422
- #: includes/class.yith-wcwl-admin-init.php:1377
423
  msgid "\"Add to wishlist\" button"
424
  msgstr "Botón de \"Añadir a la lista de deseos\""
425
 
426
- #: includes/class.yith-wcwl-admin-init.php:1380
427
- #: includes/class.yith-wcwl-admin-init.php:1398
428
- #: includes/class.yith-wcwl-admin-init.php:1416
429
- #: includes/class.yith-wcwl-admin-init.php:1434
430
- #: includes/class.yith-wcwl-admin-init.php:1452
431
  msgid "Background"
432
  msgstr "Fondo"
433
 
434
- #: includes/class.yith-wcwl-admin-init.php:1381
435
- #: includes/class.yith-wcwl-admin-init.php:1399
436
- #: includes/class.yith-wcwl-admin-init.php:1417
437
- #: includes/class.yith-wcwl-admin-init.php:1435
438
- #: includes/class.yith-wcwl-admin-init.php:1453
439
  msgid "Text"
440
  msgstr "Texto"
441
 
442
- #: includes/class.yith-wcwl-admin-init.php:1382
443
- #: includes/class.yith-wcwl-admin-init.php:1400
444
- #: includes/class.yith-wcwl-admin-init.php:1418
445
- #: includes/class.yith-wcwl-admin-init.php:1436
446
- #: includes/class.yith-wcwl-admin-init.php:1454
447
- msgid "Border"
448
- msgstr "Borde"
449
-
450
  #: includes/class.yith-wcwl-admin-init.php:1389
451
  #: includes/class.yith-wcwl-admin-init.php:1407
452
  #: includes/class.yith-wcwl-admin-init.php:1425
453
  #: includes/class.yith-wcwl-admin-init.php:1443
 
 
 
 
 
 
 
 
454
  msgid "Background (hover)"
455
  msgstr "Fondo (hover)"
456
 
457
- #: includes/class.yith-wcwl-admin-init.php:1390
458
- #: includes/class.yith-wcwl-admin-init.php:1408
459
- #: includes/class.yith-wcwl-admin-init.php:1426
460
- #: includes/class.yith-wcwl-admin-init.php:1444
461
  msgid "Text (hover)"
462
  msgstr "Texto (hover)"
463
 
464
- #: includes/class.yith-wcwl-admin-init.php:1391
465
- #: includes/class.yith-wcwl-admin-init.php:1409
466
- #: includes/class.yith-wcwl-admin-init.php:1427
467
- #: includes/class.yith-wcwl-admin-init.php:1445
468
  msgid "Border (hover)"
469
  msgstr "Borde (hover)"
470
 
471
- #: includes/class.yith-wcwl-admin-init.php:1395
472
  msgid "\"Add to Cart\" button"
473
  msgstr "Botón \"Añadir a la cesta\""
474
 
475
- #: includes/class.yith-wcwl-admin-init.php:1413
476
  msgid "\"Style 1\" button"
477
  msgstr "Botón \"Estilo 1\""
478
 
479
- #: includes/class.yith-wcwl-admin-init.php:1431
480
  msgid "\"Style 2\" button"
481
  msgstr "Botón \"Estilo 2\""
482
 
483
- #: includes/class.yith-wcwl-admin-init.php:1449
484
  msgid "Wishlist table"
485
  msgstr "Tabla Lista de Deseos"
486
 
487
- #: includes/class.yith-wcwl-admin-init.php:1458
488
  msgid "Headers"
489
  msgstr "Cabeceras"
490
 
491
- #: includes/class.yith-wcwl-admin-init.php:1461
492
  msgid "Background color"
493
  msgstr "Color de fondo"
494
 
495
- #: includes/class.yith-wcwl-admin-init.php:1551
496
  msgid "Wishlist Activated"
497
  msgstr "Lista de Deseos Activado"
498
 
499
- #: includes/class.yith-wcwl-admin-init.php:1552
500
  msgid ""
501
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
502
  "can access to all the settings of our plugins that you have activated. "
@@ -511,11 +520,11 @@ msgstr ""
511
  "descúbrelo ahora\n"
512
  "</a>."
513
 
514
- #: includes/class.yith-wcwl-admin-init.php:1563
515
  msgid "Wishlist Updated"
516
  msgstr "Lista de Deseos Actualizado"
517
 
518
- #: includes/class.yith-wcwl-admin-init.php:1564
519
  msgid ""
520
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
521
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
@@ -733,7 +742,7 @@ msgstr ""
733
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
734
  msgstr ""
735
 
736
- #: includes/class.yith-wcwl-shortcode.php:386
737
  #: includes/class.yith-wcwl-ui.php:164
738
  msgid "Share on:"
739
  msgstr "Compartir en:"
@@ -770,23 +779,23 @@ msgstr "La opción \"Eliminar\" ahora no requiere ningún parámetro"
770
  msgid "An error occurred while removing products from the wishlist"
771
  msgstr "Se produjo un error al eliminar los productos de la lista de deseos"
772
 
773
- #: includes/class.yith-wcwl.php:809
774
  msgid "You need to log in before creating a new wishlist"
775
  msgstr "Tienes que iniciar sesión antes de crear una nueva lista de deseos"
776
 
777
- #: includes/class.yith-wcwl.php:1610
778
  msgid "Product successfully removed."
779
  msgstr "Producto eliminado correctamente."
780
 
781
- #: includes/class.yith-wcwl.php:1614
782
  msgid "Error. Unable to remove the product from the wishlist."
783
  msgstr "Error. No se puede eliminar el producto de la lista de deseos."
784
 
785
- #: includes/class.yith-wcwl.php:1618 templates/wishlist-view.php:242
786
  msgid "No products were added to the wishlist"
787
  msgstr "No se han añadido productos a la lista de deseos"
788
 
789
- #: includes/class.yith-wcwl.php:1660
790
  msgid "An error as occurred."
791
  msgstr "Se produjo un error."
792
 
@@ -1050,6 +1059,18 @@ msgstr "Mi lista de Deseos en %s"
1050
  msgid "WhatsApp"
1051
  msgstr ""
1052
 
 
 
 
 
 
 
 
 
 
 
 
 
1053
  #: templates/wishlist-view.php:32
1054
  msgid "Edit title"
1055
  msgstr "Editar título"
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
+ "POT-Creation-Date: 2019-08-12 11:01:34+00:00\n"
6
  "PO-Revision-Date: 2019-02-12 14:37+0100\n"
7
  "Last-Translator: patrons_admin <arman.shahinyan@aticser.com>\n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
24
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
25
 
26
  #: includes/class.yith-wcwl-admin-init.php:159
27
+ #: includes/class.yith-wcwl-admin-init.php:1492
28
+ #: includes/class.yith-wcwl-admin-init.php:1493
29
  #: includes/class.yith-wcwl-install.php:245
30
  msgid "Wishlist"
31
  msgstr "Lista de Deseos"
108
 
109
  #: includes/class.yith-wcwl-admin-init.php:1056
110
  #: includes/class.yith-wcwl-admin-init.php:1057
111
+ #: includes/class.yith-wcwl-admin-init.php:1307
112
  msgid "My wishlist on %s"
113
  msgstr "Mi lista de Deseos en %s"
114
 
373
  msgstr "Mostrar el botón \"Compartir por correo electrónico\""
374
 
375
  #: includes/class.yith-wcwl-admin-init.php:1298
376
+ #, fuzzy
377
+ msgid "Share by Url"
378
+ msgstr "Compartir por correo electrónico"
379
+
380
+ #: includes/class.yith-wcwl-admin-init.php:1299
381
+ msgid "Show \"Share Url\" field on wishlist page"
382
+ msgstr ""
383
+
384
+ #: includes/class.yith-wcwl-admin-init.php:1305
385
  msgid "Social title"
386
  msgstr "Título Social"
387
 
388
+ #: includes/class.yith-wcwl-admin-init.php:1312
389
  msgid "Social text"
390
  msgstr "Texto Social"
391
 
392
+ #: includes/class.yith-wcwl-admin-init.php:1313
393
  msgid ""
394
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
395
  "strong> where you want to show the URL of your wishlist."
396
  msgstr ""
397
 
398
+ #: includes/class.yith-wcwl-admin-init.php:1320
399
  msgid "Social image URL"
400
  msgstr "URL de la imagen Social"
401
 
402
+ #: includes/class.yith-wcwl-admin-init.php:1321
403
  msgid "It will be used by Pinterest."
404
  msgstr ""
405
 
406
+ #: includes/class.yith-wcwl-admin-init.php:1335
407
  msgid ""
408
  "If you want to take advantage of this feature, you could consider to "
409
  "purchase the %s."
411
  "Si desea tomar ventaja de esta característica, usted podría considerar "
412
  "comprar el %s."
413
 
414
+ #: includes/class.yith-wcwl-admin-init.php:1340
415
  msgid "YITH WooCommerce Frequently Bought Together Integration"
416
  msgstr "Yith WooCommerce Productos adquiridos juntos frecuentemente"
417
 
418
+ #: includes/class.yith-wcwl-admin-init.php:1347
419
  msgid "Enable slider in wishlist"
420
  msgstr "Habilitar control deslizante en la lista de deseos"
421
 
422
+ #: includes/class.yith-wcwl-admin-init.php:1348
423
  msgid ""
424
  "Choose to enable product slider in wishlist page with linked products (<a "
425
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
428
  "con productos vinculados \n"
429
  "(<a href=\"%s\" class=\"thickbox\">Ejemplo</a>). %s"
430
 
431
+ #: includes/class.yith-wcwl-admin-init.php:1384
432
  msgid "\"Add to wishlist\" button"
433
  msgstr "Botón de \"Añadir a la lista de deseos\""
434
 
435
+ #: includes/class.yith-wcwl-admin-init.php:1387
436
+ #: includes/class.yith-wcwl-admin-init.php:1405
437
+ #: includes/class.yith-wcwl-admin-init.php:1423
438
+ #: includes/class.yith-wcwl-admin-init.php:1441
439
+ #: includes/class.yith-wcwl-admin-init.php:1459
440
  msgid "Background"
441
  msgstr "Fondo"
442
 
443
+ #: includes/class.yith-wcwl-admin-init.php:1388
444
+ #: includes/class.yith-wcwl-admin-init.php:1406
445
+ #: includes/class.yith-wcwl-admin-init.php:1424
446
+ #: includes/class.yith-wcwl-admin-init.php:1442
447
+ #: includes/class.yith-wcwl-admin-init.php:1460
448
  msgid "Text"
449
  msgstr "Texto"
450
 
 
 
 
 
 
 
 
 
451
  #: includes/class.yith-wcwl-admin-init.php:1389
452
  #: includes/class.yith-wcwl-admin-init.php:1407
453
  #: includes/class.yith-wcwl-admin-init.php:1425
454
  #: includes/class.yith-wcwl-admin-init.php:1443
455
+ #: includes/class.yith-wcwl-admin-init.php:1461
456
+ msgid "Border"
457
+ msgstr "Borde"
458
+
459
+ #: includes/class.yith-wcwl-admin-init.php:1396
460
+ #: includes/class.yith-wcwl-admin-init.php:1414
461
+ #: includes/class.yith-wcwl-admin-init.php:1432
462
+ #: includes/class.yith-wcwl-admin-init.php:1450
463
  msgid "Background (hover)"
464
  msgstr "Fondo (hover)"
465
 
466
+ #: includes/class.yith-wcwl-admin-init.php:1397
467
+ #: includes/class.yith-wcwl-admin-init.php:1415
468
+ #: includes/class.yith-wcwl-admin-init.php:1433
469
+ #: includes/class.yith-wcwl-admin-init.php:1451
470
  msgid "Text (hover)"
471
  msgstr "Texto (hover)"
472
 
473
+ #: includes/class.yith-wcwl-admin-init.php:1398
474
+ #: includes/class.yith-wcwl-admin-init.php:1416
475
+ #: includes/class.yith-wcwl-admin-init.php:1434
476
+ #: includes/class.yith-wcwl-admin-init.php:1452
477
  msgid "Border (hover)"
478
  msgstr "Borde (hover)"
479
 
480
+ #: includes/class.yith-wcwl-admin-init.php:1402
481
  msgid "\"Add to Cart\" button"
482
  msgstr "Botón \"Añadir a la cesta\""
483
 
484
+ #: includes/class.yith-wcwl-admin-init.php:1420
485
  msgid "\"Style 1\" button"
486
  msgstr "Botón \"Estilo 1\""
487
 
488
+ #: includes/class.yith-wcwl-admin-init.php:1438
489
  msgid "\"Style 2\" button"
490
  msgstr "Botón \"Estilo 2\""
491
 
492
+ #: includes/class.yith-wcwl-admin-init.php:1456
493
  msgid "Wishlist table"
494
  msgstr "Tabla Lista de Deseos"
495
 
496
+ #: includes/class.yith-wcwl-admin-init.php:1465
497
  msgid "Headers"
498
  msgstr "Cabeceras"
499
 
500
+ #: includes/class.yith-wcwl-admin-init.php:1468
501
  msgid "Background color"
502
  msgstr "Color de fondo"
503
 
504
+ #: includes/class.yith-wcwl-admin-init.php:1558
505
  msgid "Wishlist Activated"
506
  msgstr "Lista de Deseos Activado"
507
 
508
+ #: includes/class.yith-wcwl-admin-init.php:1559
509
  msgid ""
510
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
511
  "can access to all the settings of our plugins that you have activated. "
520
  "descúbrelo ahora\n"
521
  "</a>."
522
 
523
+ #: includes/class.yith-wcwl-admin-init.php:1570
524
  msgid "Wishlist Updated"
525
  msgstr "Lista de Deseos Actualizado"
526
 
527
+ #: includes/class.yith-wcwl-admin-init.php:1571
528
  msgid ""
529
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
530
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
742
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
743
  msgstr ""
744
 
745
+ #: includes/class.yith-wcwl-shortcode.php:387
746
  #: includes/class.yith-wcwl-ui.php:164
747
  msgid "Share on:"
748
  msgstr "Compartir en:"
779
  msgid "An error occurred while removing products from the wishlist"
780
  msgstr "Se produjo un error al eliminar los productos de la lista de deseos"
781
 
782
+ #: includes/class.yith-wcwl.php:825
783
  msgid "You need to log in before creating a new wishlist"
784
  msgstr "Tienes que iniciar sesión antes de crear una nueva lista de deseos"
785
 
786
+ #: includes/class.yith-wcwl.php:1627
787
  msgid "Product successfully removed."
788
  msgstr "Producto eliminado correctamente."
789
 
790
+ #: includes/class.yith-wcwl.php:1631
791
  msgid "Error. Unable to remove the product from the wishlist."
792
  msgstr "Error. No se puede eliminar el producto de la lista de deseos."
793
 
794
+ #: includes/class.yith-wcwl.php:1635 templates/wishlist-view.php:242
795
  msgid "No products were added to the wishlist"
796
  msgstr "No se han añadido productos a la lista de deseos"
797
 
798
+ #: includes/class.yith-wcwl.php:1677
799
  msgid "An error as occurred."
800
  msgstr "Se produjo un error."
801
 
1059
  msgid "WhatsApp"
1060
  msgstr ""
1061
 
1062
+ #: templates/share.php:61
1063
+ msgid "(Now"
1064
+ msgstr ""
1065
+
1066
+ #: templates/share.php:61
1067
+ msgid "copy"
1068
+ msgstr ""
1069
+
1070
+ #: templates/share.php:61
1071
+ msgid "this wishlist link and share it anywhere)"
1072
+ msgstr ""
1073
+
1074
  #: templates/wishlist-view.php:32
1075
  msgid "Edit title"
1076
  msgstr "Editar título"
languages/yith-woocommerce-wishlist-es_MX.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-es_MX.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
- "POT-Creation-Date: 2019-04-15 10:23:21+00:00\n"
6
  "PO-Revision-Date: 2019-02-12 14:37+0100\n"
7
  "Last-Translator: Gabriel Azarias Dzul Cocom <gabrieldzul@gmail.com>\n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
@@ -21,8 +21,8 @@ msgstr ""
21
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
22
 
23
  #: includes/class.yith-wcwl-admin-init.php:159
24
- #: includes/class.yith-wcwl-admin-init.php:1485
25
- #: includes/class.yith-wcwl-admin-init.php:1486
26
  #: includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr "Lista de deseos"
@@ -100,7 +100,7 @@ msgstr "Título de la Lista de deseos"
100
 
101
  #: includes/class.yith-wcwl-admin-init.php:1056
102
  #: includes/class.yith-wcwl-admin-init.php:1057
103
- #: includes/class.yith-wcwl-admin-init.php:1300
104
  msgid "My wishlist on %s"
105
  msgstr "My Lista de deseos en %s"
106
 
@@ -364,132 +364,140 @@ msgid "Show \"Share by WhatsApp\" button ( only on phones )"
364
  msgstr "Mostar el boton de \"Agregar al Carrito\" "
365
 
366
  #: includes/class.yith-wcwl-admin-init.php:1298
 
 
 
 
 
 
 
 
367
  #, fuzzy
368
  msgid "Social title"
369
  msgstr "Tiítulo de Redes sociales"
370
 
371
- #: includes/class.yith-wcwl-admin-init.php:1305
372
  #, fuzzy
373
  msgid "Social text"
374
  msgstr "Texto de redes sociales"
375
 
376
- #: includes/class.yith-wcwl-admin-init.php:1306
377
  msgid ""
378
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
379
  "strong> where you want to show the URL of your wishlist."
380
  msgstr ""
381
 
382
- #: includes/class.yith-wcwl-admin-init.php:1313
383
  #, fuzzy
384
  msgid "Social image URL"
385
  msgstr "URL de la imágen de las redes Sociales."
386
 
387
- #: includes/class.yith-wcwl-admin-init.php:1314
388
  msgid "It will be used by Pinterest."
389
  msgstr ""
390
 
391
- #: includes/class.yith-wcwl-admin-init.php:1328
392
  msgid ""
393
  "If you want to take advantage of this feature, you could consider to "
394
  "purchase the %s."
395
  msgstr ""
396
 
397
- #: includes/class.yith-wcwl-admin-init.php:1333
398
  msgid "YITH WooCommerce Frequently Bought Together Integration"
399
  msgstr ""
400
 
401
- #: includes/class.yith-wcwl-admin-init.php:1340
402
  msgid "Enable slider in wishlist"
403
  msgstr ""
404
 
405
- #: includes/class.yith-wcwl-admin-init.php:1341
406
  msgid ""
407
  "Choose to enable product slider in wishlist page with linked products (<a "
408
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
409
  msgstr ""
410
 
411
- #: includes/class.yith-wcwl-admin-init.php:1377
412
  #, fuzzy
413
  msgid "\"Add to wishlist\" button"
414
  msgstr "\"Agregar a Lista de deseos\" texto del boton"
415
 
416
- #: includes/class.yith-wcwl-admin-init.php:1380
417
- #: includes/class.yith-wcwl-admin-init.php:1398
418
- #: includes/class.yith-wcwl-admin-init.php:1416
419
- #: includes/class.yith-wcwl-admin-init.php:1434
420
- #: includes/class.yith-wcwl-admin-init.php:1452
421
  msgid "Background"
422
  msgstr ""
423
 
424
- #: includes/class.yith-wcwl-admin-init.php:1381
425
- #: includes/class.yith-wcwl-admin-init.php:1399
426
- #: includes/class.yith-wcwl-admin-init.php:1417
427
- #: includes/class.yith-wcwl-admin-init.php:1435
428
- #: includes/class.yith-wcwl-admin-init.php:1453
429
  msgid "Text"
430
  msgstr ""
431
 
432
- #: includes/class.yith-wcwl-admin-init.php:1382
433
- #: includes/class.yith-wcwl-admin-init.php:1400
434
- #: includes/class.yith-wcwl-admin-init.php:1418
435
- #: includes/class.yith-wcwl-admin-init.php:1436
436
- #: includes/class.yith-wcwl-admin-init.php:1454
437
- msgid "Border"
438
- msgstr ""
439
-
440
  #: includes/class.yith-wcwl-admin-init.php:1389
441
  #: includes/class.yith-wcwl-admin-init.php:1407
442
  #: includes/class.yith-wcwl-admin-init.php:1425
443
  #: includes/class.yith-wcwl-admin-init.php:1443
 
 
 
 
 
 
 
 
444
  msgid "Background (hover)"
445
  msgstr ""
446
 
447
- #: includes/class.yith-wcwl-admin-init.php:1390
448
- #: includes/class.yith-wcwl-admin-init.php:1408
449
- #: includes/class.yith-wcwl-admin-init.php:1426
450
- #: includes/class.yith-wcwl-admin-init.php:1444
451
  msgid "Text (hover)"
452
  msgstr ""
453
 
454
- #: includes/class.yith-wcwl-admin-init.php:1391
455
- #: includes/class.yith-wcwl-admin-init.php:1409
456
- #: includes/class.yith-wcwl-admin-init.php:1427
457
- #: includes/class.yith-wcwl-admin-init.php:1445
458
  msgid "Border (hover)"
459
  msgstr ""
460
 
461
- #: includes/class.yith-wcwl-admin-init.php:1395
462
  #, fuzzy
463
  msgid "\"Add to Cart\" button"
464
  msgstr "\"Agregar al Carrito\" texto del boton"
465
 
466
- #: includes/class.yith-wcwl-admin-init.php:1413
467
  msgid "\"Style 1\" button"
468
  msgstr ""
469
 
470
- #: includes/class.yith-wcwl-admin-init.php:1431
471
  msgid "\"Style 2\" button"
472
  msgstr ""
473
 
474
- #: includes/class.yith-wcwl-admin-init.php:1449
475
  #, fuzzy
476
  msgid "Wishlist table"
477
  msgstr "Título de la Lista de deseos"
478
 
479
- #: includes/class.yith-wcwl-admin-init.php:1458
480
  msgid "Headers"
481
  msgstr ""
482
 
483
- #: includes/class.yith-wcwl-admin-init.php:1461
484
  msgid "Background color"
485
  msgstr ""
486
 
487
- #: includes/class.yith-wcwl-admin-init.php:1551
488
  #, fuzzy
489
  msgid "Wishlist Activated"
490
  msgstr "Título de la Lista de deseos"
491
 
492
- #: includes/class.yith-wcwl-admin-init.php:1552
493
  msgid ""
494
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
495
  "can access to all the settings of our plugins that you have activated. "
@@ -497,12 +505,12 @@ msgid ""
497
  "options, <a href=\"%s\">discover it now</a>."
498
  msgstr ""
499
 
500
- #: includes/class.yith-wcwl-admin-init.php:1563
501
  #, fuzzy
502
  msgid "Wishlist Updated"
503
  msgstr "Página de la Lista de Deseos"
504
 
505
- #: includes/class.yith-wcwl-admin-init.php:1564
506
  msgid ""
507
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
508
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
@@ -713,7 +721,7 @@ msgstr ""
713
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
714
  msgstr ""
715
 
716
- #: includes/class.yith-wcwl-shortcode.php:386
717
  #: includes/class.yith-wcwl-ui.php:164
718
  msgid "Share on:"
719
  msgstr "Compartir en:"
@@ -753,23 +761,23 @@ msgstr ""
753
  msgid "An error occurred while removing products from the wishlist"
754
  msgstr "Ocurrió un erro mientras se eliminaba el producto a la Lista"
755
 
756
- #: includes/class.yith-wcwl.php:809
757
  msgid "You need to log in before creating a new wishlist"
758
  msgstr ""
759
 
760
- #: includes/class.yith-wcwl.php:1610
761
  msgid "Product successfully removed."
762
  msgstr "Producto exitosamente eliminado"
763
 
764
- #: includes/class.yith-wcwl.php:1614
765
  msgid "Error. Unable to remove the product from the wishlist."
766
  msgstr "Error. No fue posible eliminar el producto de la Lista."
767
 
768
- #: includes/class.yith-wcwl.php:1618 templates/wishlist-view.php:242
769
  msgid "No products were added to the wishlist"
770
  msgstr "Aun no has agregado nada."
771
 
772
- #: includes/class.yith-wcwl.php:1660
773
  msgid "An error as occurred."
774
  msgstr ""
775
 
@@ -1032,6 +1040,18 @@ msgstr "My Lista de deseos en %s"
1032
  msgid "WhatsApp"
1033
  msgstr ""
1034
 
 
 
 
 
 
 
 
 
 
 
 
 
1035
  #: templates/wishlist-view.php:32
1036
  #, fuzzy
1037
  msgid "Edit title"
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
+ "POT-Creation-Date: 2019-08-12 11:01:34+00:00\n"
6
  "PO-Revision-Date: 2019-02-12 14:37+0100\n"
7
  "Last-Translator: Gabriel Azarias Dzul Cocom <gabrieldzul@gmail.com>\n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
21
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
22
 
23
  #: includes/class.yith-wcwl-admin-init.php:159
24
+ #: includes/class.yith-wcwl-admin-init.php:1492
25
+ #: includes/class.yith-wcwl-admin-init.php:1493
26
  #: includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr "Lista de deseos"
100
 
101
  #: includes/class.yith-wcwl-admin-init.php:1056
102
  #: includes/class.yith-wcwl-admin-init.php:1057
103
+ #: includes/class.yith-wcwl-admin-init.php:1307
104
  msgid "My wishlist on %s"
105
  msgstr "My Lista de deseos en %s"
106
 
364
  msgstr "Mostar el boton de \"Agregar al Carrito\" "
365
 
366
  #: includes/class.yith-wcwl-admin-init.php:1298
367
+ msgid "Share by Url"
368
+ msgstr ""
369
+
370
+ #: includes/class.yith-wcwl-admin-init.php:1299
371
+ msgid "Show \"Share Url\" field on wishlist page"
372
+ msgstr ""
373
+
374
+ #: includes/class.yith-wcwl-admin-init.php:1305
375
  #, fuzzy
376
  msgid "Social title"
377
  msgstr "Tiítulo de Redes sociales"
378
 
379
+ #: includes/class.yith-wcwl-admin-init.php:1312
380
  #, fuzzy
381
  msgid "Social text"
382
  msgstr "Texto de redes sociales"
383
 
384
+ #: includes/class.yith-wcwl-admin-init.php:1313
385
  msgid ""
386
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
387
  "strong> where you want to show the URL of your wishlist."
388
  msgstr ""
389
 
390
+ #: includes/class.yith-wcwl-admin-init.php:1320
391
  #, fuzzy
392
  msgid "Social image URL"
393
  msgstr "URL de la imágen de las redes Sociales."
394
 
395
+ #: includes/class.yith-wcwl-admin-init.php:1321
396
  msgid "It will be used by Pinterest."
397
  msgstr ""
398
 
399
+ #: includes/class.yith-wcwl-admin-init.php:1335
400
  msgid ""
401
  "If you want to take advantage of this feature, you could consider to "
402
  "purchase the %s."
403
  msgstr ""
404
 
405
+ #: includes/class.yith-wcwl-admin-init.php:1340
406
  msgid "YITH WooCommerce Frequently Bought Together Integration"
407
  msgstr ""
408
 
409
+ #: includes/class.yith-wcwl-admin-init.php:1347
410
  msgid "Enable slider in wishlist"
411
  msgstr ""
412
 
413
+ #: includes/class.yith-wcwl-admin-init.php:1348
414
  msgid ""
415
  "Choose to enable product slider in wishlist page with linked products (<a "
416
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
417
  msgstr ""
418
 
419
+ #: includes/class.yith-wcwl-admin-init.php:1384
420
  #, fuzzy
421
  msgid "\"Add to wishlist\" button"
422
  msgstr "\"Agregar a Lista de deseos\" texto del boton"
423
 
424
+ #: includes/class.yith-wcwl-admin-init.php:1387
425
+ #: includes/class.yith-wcwl-admin-init.php:1405
426
+ #: includes/class.yith-wcwl-admin-init.php:1423
427
+ #: includes/class.yith-wcwl-admin-init.php:1441
428
+ #: includes/class.yith-wcwl-admin-init.php:1459
429
  msgid "Background"
430
  msgstr ""
431
 
432
+ #: includes/class.yith-wcwl-admin-init.php:1388
433
+ #: includes/class.yith-wcwl-admin-init.php:1406
434
+ #: includes/class.yith-wcwl-admin-init.php:1424
435
+ #: includes/class.yith-wcwl-admin-init.php:1442
436
+ #: includes/class.yith-wcwl-admin-init.php:1460
437
  msgid "Text"
438
  msgstr ""
439
 
 
 
 
 
 
 
 
 
440
  #: includes/class.yith-wcwl-admin-init.php:1389
441
  #: includes/class.yith-wcwl-admin-init.php:1407
442
  #: includes/class.yith-wcwl-admin-init.php:1425
443
  #: includes/class.yith-wcwl-admin-init.php:1443
444
+ #: includes/class.yith-wcwl-admin-init.php:1461
445
+ msgid "Border"
446
+ msgstr ""
447
+
448
+ #: includes/class.yith-wcwl-admin-init.php:1396
449
+ #: includes/class.yith-wcwl-admin-init.php:1414
450
+ #: includes/class.yith-wcwl-admin-init.php:1432
451
+ #: includes/class.yith-wcwl-admin-init.php:1450
452
  msgid "Background (hover)"
453
  msgstr ""
454
 
455
+ #: includes/class.yith-wcwl-admin-init.php:1397
456
+ #: includes/class.yith-wcwl-admin-init.php:1415
457
+ #: includes/class.yith-wcwl-admin-init.php:1433
458
+ #: includes/class.yith-wcwl-admin-init.php:1451
459
  msgid "Text (hover)"
460
  msgstr ""
461
 
462
+ #: includes/class.yith-wcwl-admin-init.php:1398
463
+ #: includes/class.yith-wcwl-admin-init.php:1416
464
+ #: includes/class.yith-wcwl-admin-init.php:1434
465
+ #: includes/class.yith-wcwl-admin-init.php:1452
466
  msgid "Border (hover)"
467
  msgstr ""
468
 
469
+ #: includes/class.yith-wcwl-admin-init.php:1402
470
  #, fuzzy
471
  msgid "\"Add to Cart\" button"
472
  msgstr "\"Agregar al Carrito\" texto del boton"
473
 
474
+ #: includes/class.yith-wcwl-admin-init.php:1420
475
  msgid "\"Style 1\" button"
476
  msgstr ""
477
 
478
+ #: includes/class.yith-wcwl-admin-init.php:1438
479
  msgid "\"Style 2\" button"
480
  msgstr ""
481
 
482
+ #: includes/class.yith-wcwl-admin-init.php:1456
483
  #, fuzzy
484
  msgid "Wishlist table"
485
  msgstr "Título de la Lista de deseos"
486
 
487
+ #: includes/class.yith-wcwl-admin-init.php:1465
488
  msgid "Headers"
489
  msgstr ""
490
 
491
+ #: includes/class.yith-wcwl-admin-init.php:1468
492
  msgid "Background color"
493
  msgstr ""
494
 
495
+ #: includes/class.yith-wcwl-admin-init.php:1558
496
  #, fuzzy
497
  msgid "Wishlist Activated"
498
  msgstr "Título de la Lista de deseos"
499
 
500
+ #: includes/class.yith-wcwl-admin-init.php:1559
501
  msgid ""
502
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
503
  "can access to all the settings of our plugins that you have activated. "
505
  "options, <a href=\"%s\">discover it now</a>."
506
  msgstr ""
507
 
508
+ #: includes/class.yith-wcwl-admin-init.php:1570
509
  #, fuzzy
510
  msgid "Wishlist Updated"
511
  msgstr "Página de la Lista de Deseos"
512
 
513
+ #: includes/class.yith-wcwl-admin-init.php:1571
514
  msgid ""
515
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
516
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
721
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
722
  msgstr ""
723
 
724
+ #: includes/class.yith-wcwl-shortcode.php:387
725
  #: includes/class.yith-wcwl-ui.php:164
726
  msgid "Share on:"
727
  msgstr "Compartir en:"
761
  msgid "An error occurred while removing products from the wishlist"
762
  msgstr "Ocurrió un erro mientras se eliminaba el producto a la Lista"
763
 
764
+ #: includes/class.yith-wcwl.php:825
765
  msgid "You need to log in before creating a new wishlist"
766
  msgstr ""
767
 
768
+ #: includes/class.yith-wcwl.php:1627
769
  msgid "Product successfully removed."
770
  msgstr "Producto exitosamente eliminado"
771
 
772
+ #: includes/class.yith-wcwl.php:1631
773
  msgid "Error. Unable to remove the product from the wishlist."
774
  msgstr "Error. No fue posible eliminar el producto de la Lista."
775
 
776
+ #: includes/class.yith-wcwl.php:1635 templates/wishlist-view.php:242
777
  msgid "No products were added to the wishlist"
778
  msgstr "Aun no has agregado nada."
779
 
780
+ #: includes/class.yith-wcwl.php:1677
781
  msgid "An error as occurred."
782
  msgstr ""
783
 
1040
  msgid "WhatsApp"
1041
  msgstr ""
1042
 
1043
+ #: templates/share.php:61
1044
+ msgid "(Now"
1045
+ msgstr ""
1046
+
1047
+ #: templates/share.php:61
1048
+ msgid "copy"
1049
+ msgstr ""
1050
+
1051
+ #: templates/share.php:61
1052
+ msgid "this wishlist link and share it anywhere)"
1053
+ msgstr ""
1054
+
1055
  #: templates/wishlist-view.php:32
1056
  #, fuzzy
1057
  msgid "Edit title"
languages/yith-woocommerce-wishlist-fa_IR.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-fa_IR.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
- "POT-Creation-Date: 2019-04-15 10:23:21+00:00\n"
6
  "PO-Revision-Date: 2019-02-12 14:37+0100\n"
7
  "Last-Translator: Am!n <amin.pe94@gmail.com>\n"
8
  "Language-Team: YITH - translated to persian by dornaweb <info@dornaweb.com>\n"
@@ -21,8 +21,8 @@ msgstr ""
21
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
22
 
23
  #: includes/class.yith-wcwl-admin-init.php:159
24
- #: includes/class.yith-wcwl-admin-init.php:1485
25
- #: includes/class.yith-wcwl-admin-init.php:1486
26
  #: includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr "لیست علاقه مندی ها"
@@ -103,7 +103,7 @@ msgstr "عنوان پیشفرض لیست علاقه مندی ها"
103
 
104
  #: includes/class.yith-wcwl-admin-init.php:1056
105
  #: includes/class.yith-wcwl-admin-init.php:1057
106
- #: includes/class.yith-wcwl-admin-init.php:1300
107
  msgid "My wishlist on %s"
108
  msgstr "لیست علاقه مندی های من در %s"
109
 
@@ -348,125 +348,134 @@ msgid "Show \"Share by WhatsApp\" button ( only on phones )"
348
  msgstr "نمایش دکمه \"اشتراک با ایمیل\""
349
 
350
  #: includes/class.yith-wcwl-admin-init.php:1298
 
 
 
 
 
 
 
 
 
351
  msgid "Social title"
352
  msgstr "عنوان اجتماعی"
353
 
354
- #: includes/class.yith-wcwl-admin-init.php:1305
355
  msgid "Social text"
356
  msgstr "متن اجتماعی"
357
 
358
- #: includes/class.yith-wcwl-admin-init.php:1306
359
  msgid ""
360
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
361
  "strong> where you want to show the URL of your wishlist."
362
  msgstr ""
363
 
364
- #: includes/class.yith-wcwl-admin-init.php:1313
365
  msgid "Social image URL"
366
  msgstr "آدرس تصویر اجتماعی"
367
 
368
- #: includes/class.yith-wcwl-admin-init.php:1314
369
  msgid "It will be used by Pinterest."
370
  msgstr ""
371
 
372
- #: includes/class.yith-wcwl-admin-init.php:1328
373
  msgid ""
374
  "If you want to take advantage of this feature, you could consider to "
375
  "purchase the %s."
376
  msgstr ""
377
 
378
- #: includes/class.yith-wcwl-admin-init.php:1333
379
  msgid "YITH WooCommerce Frequently Bought Together Integration"
380
  msgstr ""
381
 
382
- #: includes/class.yith-wcwl-admin-init.php:1340
383
  msgid "Enable slider in wishlist"
384
  msgstr ""
385
 
386
- #: includes/class.yith-wcwl-admin-init.php:1341
387
  msgid ""
388
  "Choose to enable product slider in wishlist page with linked products (<a "
389
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
390
  msgstr ""
391
 
392
- #: includes/class.yith-wcwl-admin-init.php:1377
393
  msgid "\"Add to wishlist\" button"
394
  msgstr "دکمه \" افزودن به علاقه مندیها\""
395
 
396
- #: includes/class.yith-wcwl-admin-init.php:1380
397
- #: includes/class.yith-wcwl-admin-init.php:1398
398
- #: includes/class.yith-wcwl-admin-init.php:1416
399
- #: includes/class.yith-wcwl-admin-init.php:1434
400
- #: includes/class.yith-wcwl-admin-init.php:1452
401
  msgid "Background"
402
  msgstr "پس زمینه"
403
 
404
- #: includes/class.yith-wcwl-admin-init.php:1381
405
- #: includes/class.yith-wcwl-admin-init.php:1399
406
- #: includes/class.yith-wcwl-admin-init.php:1417
407
- #: includes/class.yith-wcwl-admin-init.php:1435
408
- #: includes/class.yith-wcwl-admin-init.php:1453
409
  msgid "Text"
410
  msgstr "متن"
411
 
412
- #: includes/class.yith-wcwl-admin-init.php:1382
413
- #: includes/class.yith-wcwl-admin-init.php:1400
414
- #: includes/class.yith-wcwl-admin-init.php:1418
415
- #: includes/class.yith-wcwl-admin-init.php:1436
416
- #: includes/class.yith-wcwl-admin-init.php:1454
417
- msgid "Border"
418
- msgstr "کادر"
419
-
420
  #: includes/class.yith-wcwl-admin-init.php:1389
421
  #: includes/class.yith-wcwl-admin-init.php:1407
422
  #: includes/class.yith-wcwl-admin-init.php:1425
423
  #: includes/class.yith-wcwl-admin-init.php:1443
 
 
 
 
 
 
 
 
424
  msgid "Background (hover)"
425
  msgstr "پس زمینه ( حالت هاور)"
426
 
427
- #: includes/class.yith-wcwl-admin-init.php:1390
428
- #: includes/class.yith-wcwl-admin-init.php:1408
429
- #: includes/class.yith-wcwl-admin-init.php:1426
430
- #: includes/class.yith-wcwl-admin-init.php:1444
431
  msgid "Text (hover)"
432
  msgstr "متن (حالت هاور)"
433
 
434
- #: includes/class.yith-wcwl-admin-init.php:1391
435
- #: includes/class.yith-wcwl-admin-init.php:1409
436
- #: includes/class.yith-wcwl-admin-init.php:1427
437
- #: includes/class.yith-wcwl-admin-init.php:1445
438
  msgid "Border (hover)"
439
  msgstr "کادر (حالت هاور)"
440
 
441
- #: includes/class.yith-wcwl-admin-init.php:1395
442
  msgid "\"Add to Cart\" button"
443
  msgstr "دکمه \"افزودن به سبد\""
444
 
445
- #: includes/class.yith-wcwl-admin-init.php:1413
446
  msgid "\"Style 1\" button"
447
  msgstr "دکمه \"استایل 1\""
448
 
449
- #: includes/class.yith-wcwl-admin-init.php:1431
450
  msgid "\"Style 2\" button"
451
  msgstr "دکمه \"استایل 2\""
452
 
453
- #: includes/class.yith-wcwl-admin-init.php:1449
454
  msgid "Wishlist table"
455
  msgstr "جدول علاقه مندی ها"
456
 
457
- #: includes/class.yith-wcwl-admin-init.php:1458
458
  msgid "Headers"
459
  msgstr "هدرها"
460
 
461
- #: includes/class.yith-wcwl-admin-init.php:1461
462
  msgid "Background color"
463
  msgstr "زنگ زمینه"
464
 
465
- #: includes/class.yith-wcwl-admin-init.php:1551
466
  msgid "Wishlist Activated"
467
  msgstr "لیست علاقه مندی ها فعال شد"
468
 
469
- #: includes/class.yith-wcwl-admin-init.php:1552
470
  msgid ""
471
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
472
  "can access to all the settings of our plugins that you have activated. "
@@ -478,11 +487,11 @@ msgstr ""
478
  "همچنین افزونه لیست علاقه مندی ها در نسخه حرفه ای نیز موجود است که امکانات "
479
  "بسیار بیشتر و جدیدتری دارد , <a href=\"%s\">این امکانات را ببینید</a>."
480
 
481
- #: includes/class.yith-wcwl-admin-init.php:1563
482
  msgid "Wishlist Updated"
483
  msgstr "لیست علاقه مندی ها به روز شد"
484
 
485
- #: includes/class.yith-wcwl-admin-init.php:1564
486
  msgid ""
487
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
488
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
@@ -699,7 +708,7 @@ msgstr ""
699
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
700
  msgstr ""
701
 
702
- #: includes/class.yith-wcwl-shortcode.php:386
703
  #: includes/class.yith-wcwl-ui.php:164
704
  msgid "Share on:"
705
  msgstr "اشتراک در : "
@@ -736,23 +745,23 @@ msgstr ""
736
  msgid "An error occurred while removing products from the wishlist"
737
  msgstr ""
738
 
739
- #: includes/class.yith-wcwl.php:809
740
  msgid "You need to log in before creating a new wishlist"
741
  msgstr "قبل از این که لیست علاقه مندی ایجاد کنید باید وارد شوید"
742
 
743
- #: includes/class.yith-wcwl.php:1610
744
  msgid "Product successfully removed."
745
  msgstr "محصول با موفقیت حذف شد."
746
 
747
- #: includes/class.yith-wcwl.php:1614
748
  msgid "Error. Unable to remove the product from the wishlist."
749
  msgstr "خطا : محصول از لیست علاقه مندی ها حذف نشد."
750
 
751
- #: includes/class.yith-wcwl.php:1618 templates/wishlist-view.php:242
752
  msgid "No products were added to the wishlist"
753
  msgstr "هیچ محصولی به لیست علاقه مندی ها افزوده نشده"
754
 
755
- #: includes/class.yith-wcwl.php:1660
756
  msgid "An error as occurred."
757
  msgstr ""
758
 
@@ -1016,6 +1025,18 @@ msgstr "لیست علاقه مندی های من در %s"
1016
  msgid "WhatsApp"
1017
  msgstr ""
1018
 
 
 
 
 
 
 
 
 
 
 
 
 
1019
  #: templates/wishlist-view.php:32
1020
  msgid "Edit title"
1021
  msgstr "ویرایش عنوان"
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
+ "POT-Creation-Date: 2019-08-12 11:01:34+00:00\n"
6
  "PO-Revision-Date: 2019-02-12 14:37+0100\n"
7
  "Last-Translator: Am!n <amin.pe94@gmail.com>\n"
8
  "Language-Team: YITH - translated to persian by dornaweb <info@dornaweb.com>\n"
21
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
22
 
23
  #: includes/class.yith-wcwl-admin-init.php:159
24
+ #: includes/class.yith-wcwl-admin-init.php:1492
25
+ #: includes/class.yith-wcwl-admin-init.php:1493
26
  #: includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr "لیست علاقه مندی ها"
103
 
104
  #: includes/class.yith-wcwl-admin-init.php:1056
105
  #: includes/class.yith-wcwl-admin-init.php:1057
106
+ #: includes/class.yith-wcwl-admin-init.php:1307
107
  msgid "My wishlist on %s"
108
  msgstr "لیست علاقه مندی های من در %s"
109
 
348
  msgstr "نمایش دکمه \"اشتراک با ایمیل\""
349
 
350
  #: includes/class.yith-wcwl-admin-init.php:1298
351
+ #, fuzzy
352
+ msgid "Share by Url"
353
+ msgstr "اشتراک با ایمیل"
354
+
355
+ #: includes/class.yith-wcwl-admin-init.php:1299
356
+ msgid "Show \"Share Url\" field on wishlist page"
357
+ msgstr ""
358
+
359
+ #: includes/class.yith-wcwl-admin-init.php:1305
360
  msgid "Social title"
361
  msgstr "عنوان اجتماعی"
362
 
363
+ #: includes/class.yith-wcwl-admin-init.php:1312
364
  msgid "Social text"
365
  msgstr "متن اجتماعی"
366
 
367
+ #: includes/class.yith-wcwl-admin-init.php:1313
368
  msgid ""
369
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
370
  "strong> where you want to show the URL of your wishlist."
371
  msgstr ""
372
 
373
+ #: includes/class.yith-wcwl-admin-init.php:1320
374
  msgid "Social image URL"
375
  msgstr "آدرس تصویر اجتماعی"
376
 
377
+ #: includes/class.yith-wcwl-admin-init.php:1321
378
  msgid "It will be used by Pinterest."
379
  msgstr ""
380
 
381
+ #: includes/class.yith-wcwl-admin-init.php:1335
382
  msgid ""
383
  "If you want to take advantage of this feature, you could consider to "
384
  "purchase the %s."
385
  msgstr ""
386
 
387
+ #: includes/class.yith-wcwl-admin-init.php:1340
388
  msgid "YITH WooCommerce Frequently Bought Together Integration"
389
  msgstr ""
390
 
391
+ #: includes/class.yith-wcwl-admin-init.php:1347
392
  msgid "Enable slider in wishlist"
393
  msgstr ""
394
 
395
+ #: includes/class.yith-wcwl-admin-init.php:1348
396
  msgid ""
397
  "Choose to enable product slider in wishlist page with linked products (<a "
398
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
399
  msgstr ""
400
 
401
+ #: includes/class.yith-wcwl-admin-init.php:1384
402
  msgid "\"Add to wishlist\" button"
403
  msgstr "دکمه \" افزودن به علاقه مندیها\""
404
 
405
+ #: includes/class.yith-wcwl-admin-init.php:1387
406
+ #: includes/class.yith-wcwl-admin-init.php:1405
407
+ #: includes/class.yith-wcwl-admin-init.php:1423
408
+ #: includes/class.yith-wcwl-admin-init.php:1441
409
+ #: includes/class.yith-wcwl-admin-init.php:1459
410
  msgid "Background"
411
  msgstr "پس زمینه"
412
 
413
+ #: includes/class.yith-wcwl-admin-init.php:1388
414
+ #: includes/class.yith-wcwl-admin-init.php:1406
415
+ #: includes/class.yith-wcwl-admin-init.php:1424
416
+ #: includes/class.yith-wcwl-admin-init.php:1442
417
+ #: includes/class.yith-wcwl-admin-init.php:1460
418
  msgid "Text"
419
  msgstr "متن"
420
 
 
 
 
 
 
 
 
 
421
  #: includes/class.yith-wcwl-admin-init.php:1389
422
  #: includes/class.yith-wcwl-admin-init.php:1407
423
  #: includes/class.yith-wcwl-admin-init.php:1425
424
  #: includes/class.yith-wcwl-admin-init.php:1443
425
+ #: includes/class.yith-wcwl-admin-init.php:1461
426
+ msgid "Border"
427
+ msgstr "کادر"
428
+
429
+ #: includes/class.yith-wcwl-admin-init.php:1396
430
+ #: includes/class.yith-wcwl-admin-init.php:1414
431
+ #: includes/class.yith-wcwl-admin-init.php:1432
432
+ #: includes/class.yith-wcwl-admin-init.php:1450
433
  msgid "Background (hover)"
434
  msgstr "پس زمینه ( حالت هاور)"
435
 
436
+ #: includes/class.yith-wcwl-admin-init.php:1397
437
+ #: includes/class.yith-wcwl-admin-init.php:1415
438
+ #: includes/class.yith-wcwl-admin-init.php:1433
439
+ #: includes/class.yith-wcwl-admin-init.php:1451
440
  msgid "Text (hover)"
441
  msgstr "متن (حالت هاور)"
442
 
443
+ #: includes/class.yith-wcwl-admin-init.php:1398
444
+ #: includes/class.yith-wcwl-admin-init.php:1416
445
+ #: includes/class.yith-wcwl-admin-init.php:1434
446
+ #: includes/class.yith-wcwl-admin-init.php:1452
447
  msgid "Border (hover)"
448
  msgstr "کادر (حالت هاور)"
449
 
450
+ #: includes/class.yith-wcwl-admin-init.php:1402
451
  msgid "\"Add to Cart\" button"
452
  msgstr "دکمه \"افزودن به سبد\""
453
 
454
+ #: includes/class.yith-wcwl-admin-init.php:1420
455
  msgid "\"Style 1\" button"
456
  msgstr "دکمه \"استایل 1\""
457
 
458
+ #: includes/class.yith-wcwl-admin-init.php:1438
459
  msgid "\"Style 2\" button"
460
  msgstr "دکمه \"استایل 2\""
461
 
462
+ #: includes/class.yith-wcwl-admin-init.php:1456
463
  msgid "Wishlist table"
464
  msgstr "جدول علاقه مندی ها"
465
 
466
+ #: includes/class.yith-wcwl-admin-init.php:1465
467
  msgid "Headers"
468
  msgstr "هدرها"
469
 
470
+ #: includes/class.yith-wcwl-admin-init.php:1468
471
  msgid "Background color"
472
  msgstr "زنگ زمینه"
473
 
474
+ #: includes/class.yith-wcwl-admin-init.php:1558
475
  msgid "Wishlist Activated"
476
  msgstr "لیست علاقه مندی ها فعال شد"
477
 
478
+ #: includes/class.yith-wcwl-admin-init.php:1559
479
  msgid ""
480
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
481
  "can access to all the settings of our plugins that you have activated. "
487
  "همچنین افزونه لیست علاقه مندی ها در نسخه حرفه ای نیز موجود است که امکانات "
488
  "بسیار بیشتر و جدیدتری دارد , <a href=\"%s\">این امکانات را ببینید</a>."
489
 
490
+ #: includes/class.yith-wcwl-admin-init.php:1570
491
  msgid "Wishlist Updated"
492
  msgstr "لیست علاقه مندی ها به روز شد"
493
 
494
+ #: includes/class.yith-wcwl-admin-init.php:1571
495
  msgid ""
496
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
497
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
708
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
709
  msgstr ""
710
 
711
+ #: includes/class.yith-wcwl-shortcode.php:387
712
  #: includes/class.yith-wcwl-ui.php:164
713
  msgid "Share on:"
714
  msgstr "اشتراک در : "
745
  msgid "An error occurred while removing products from the wishlist"
746
  msgstr ""
747
 
748
+ #: includes/class.yith-wcwl.php:825
749
  msgid "You need to log in before creating a new wishlist"
750
  msgstr "قبل از این که لیست علاقه مندی ایجاد کنید باید وارد شوید"
751
 
752
+ #: includes/class.yith-wcwl.php:1627
753
  msgid "Product successfully removed."
754
  msgstr "محصول با موفقیت حذف شد."
755
 
756
+ #: includes/class.yith-wcwl.php:1631
757
  msgid "Error. Unable to remove the product from the wishlist."
758
  msgstr "خطا : محصول از لیست علاقه مندی ها حذف نشد."
759
 
760
+ #: includes/class.yith-wcwl.php:1635 templates/wishlist-view.php:242
761
  msgid "No products were added to the wishlist"
762
  msgstr "هیچ محصولی به لیست علاقه مندی ها افزوده نشده"
763
 
764
+ #: includes/class.yith-wcwl.php:1677
765
  msgid "An error as occurred."
766
  msgstr ""
767
 
1025
  msgid "WhatsApp"
1026
  msgstr ""
1027
 
1028
+ #: templates/share.php:61
1029
+ msgid "(Now"
1030
+ msgstr ""
1031
+
1032
+ #: templates/share.php:61
1033
+ msgid "copy"
1034
+ msgstr ""
1035
+
1036
+ #: templates/share.php:61
1037
+ msgid "this wishlist link and share it anywhere)"
1038
+ msgstr ""
1039
+
1040
  #: templates/wishlist-view.php:32
1041
  msgid "Edit title"
1042
  msgstr "ویرایش عنوان"
languages/yith-woocommerce-wishlist-fr_FR.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-fr_FR.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
- "POT-Creation-Date: 2019-04-15 10:23:21+00:00\n"
6
  "PO-Revision-Date: 2019-02-12 14:37+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
@@ -22,8 +22,8 @@ msgstr ""
22
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
23
 
24
  #: includes/class.yith-wcwl-admin-init.php:159
25
- #: includes/class.yith-wcwl-admin-init.php:1485
26
- #: includes/class.yith-wcwl-admin-init.php:1486
27
  #: includes/class.yith-wcwl-install.php:245
28
  msgid "Wishlist"
29
  msgstr "Wishlist"
@@ -101,7 +101,7 @@ msgstr "Titre de la Wishlist"
101
 
102
  #: includes/class.yith-wcwl-admin-init.php:1056
103
  #: includes/class.yith-wcwl-admin-init.php:1057
104
- #: includes/class.yith-wcwl-admin-init.php:1300
105
  msgid "My wishlist on %s"
106
  msgstr "Ma wishlist sur %s"
107
 
@@ -364,132 +364,140 @@ msgid "Show \"Share by WhatsApp\" button ( only on phones )"
364
  msgstr "Voir le bouton \"Ajouter au panier\""
365
 
366
  #: includes/class.yith-wcwl-admin-init.php:1298
 
 
 
 
 
 
 
 
367
  #, fuzzy
368
  msgid "Social title"
369
  msgstr "Titre pour les réseaux sociaux"
370
 
371
- #: includes/class.yith-wcwl-admin-init.php:1305
372
  #, fuzzy
373
  msgid "Social text"
374
  msgstr "Texte pour les réseaux sociaux"
375
 
376
- #: includes/class.yith-wcwl-admin-init.php:1306
377
  msgid ""
378
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
379
  "strong> where you want to show the URL of your wishlist."
380
  msgstr ""
381
 
382
- #: includes/class.yith-wcwl-admin-init.php:1313
383
  #, fuzzy
384
  msgid "Social image URL"
385
  msgstr "URL de l'image pour les réseaux sociaux"
386
 
387
- #: includes/class.yith-wcwl-admin-init.php:1314
388
  msgid "It will be used by Pinterest."
389
  msgstr ""
390
 
391
- #: includes/class.yith-wcwl-admin-init.php:1328
392
  msgid ""
393
  "If you want to take advantage of this feature, you could consider to "
394
  "purchase the %s."
395
  msgstr ""
396
 
397
- #: includes/class.yith-wcwl-admin-init.php:1333
398
  msgid "YITH WooCommerce Frequently Bought Together Integration"
399
  msgstr ""
400
 
401
- #: includes/class.yith-wcwl-admin-init.php:1340
402
  msgid "Enable slider in wishlist"
403
  msgstr ""
404
 
405
- #: includes/class.yith-wcwl-admin-init.php:1341
406
  msgid ""
407
  "Choose to enable product slider in wishlist page with linked products (<a "
408
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
409
  msgstr ""
410
 
411
- #: includes/class.yith-wcwl-admin-init.php:1377
412
  #, fuzzy
413
  msgid "\"Add to wishlist\" button"
414
  msgstr "Texte du bouton \"Ajouter à la Wishlist\""
415
 
416
- #: includes/class.yith-wcwl-admin-init.php:1380
417
- #: includes/class.yith-wcwl-admin-init.php:1398
418
- #: includes/class.yith-wcwl-admin-init.php:1416
419
- #: includes/class.yith-wcwl-admin-init.php:1434
420
- #: includes/class.yith-wcwl-admin-init.php:1452
421
  msgid "Background"
422
  msgstr ""
423
 
424
- #: includes/class.yith-wcwl-admin-init.php:1381
425
- #: includes/class.yith-wcwl-admin-init.php:1399
426
- #: includes/class.yith-wcwl-admin-init.php:1417
427
- #: includes/class.yith-wcwl-admin-init.php:1435
428
- #: includes/class.yith-wcwl-admin-init.php:1453
429
  msgid "Text"
430
  msgstr ""
431
 
432
- #: includes/class.yith-wcwl-admin-init.php:1382
433
- #: includes/class.yith-wcwl-admin-init.php:1400
434
- #: includes/class.yith-wcwl-admin-init.php:1418
435
- #: includes/class.yith-wcwl-admin-init.php:1436
436
- #: includes/class.yith-wcwl-admin-init.php:1454
437
- msgid "Border"
438
- msgstr ""
439
-
440
  #: includes/class.yith-wcwl-admin-init.php:1389
441
  #: includes/class.yith-wcwl-admin-init.php:1407
442
  #: includes/class.yith-wcwl-admin-init.php:1425
443
  #: includes/class.yith-wcwl-admin-init.php:1443
 
 
 
 
 
 
 
 
444
  msgid "Background (hover)"
445
  msgstr ""
446
 
447
- #: includes/class.yith-wcwl-admin-init.php:1390
448
- #: includes/class.yith-wcwl-admin-init.php:1408
449
- #: includes/class.yith-wcwl-admin-init.php:1426
450
- #: includes/class.yith-wcwl-admin-init.php:1444
451
  msgid "Text (hover)"
452
  msgstr ""
453
 
454
- #: includes/class.yith-wcwl-admin-init.php:1391
455
- #: includes/class.yith-wcwl-admin-init.php:1409
456
- #: includes/class.yith-wcwl-admin-init.php:1427
457
- #: includes/class.yith-wcwl-admin-init.php:1445
458
  msgid "Border (hover)"
459
  msgstr ""
460
 
461
- #: includes/class.yith-wcwl-admin-init.php:1395
462
  #, fuzzy
463
  msgid "\"Add to Cart\" button"
464
  msgstr "Texte du bouton \"Ajouter au panier\""
465
 
466
- #: includes/class.yith-wcwl-admin-init.php:1413
467
  msgid "\"Style 1\" button"
468
  msgstr ""
469
 
470
- #: includes/class.yith-wcwl-admin-init.php:1431
471
  msgid "\"Style 2\" button"
472
  msgstr ""
473
 
474
- #: includes/class.yith-wcwl-admin-init.php:1449
475
  #, fuzzy
476
  msgid "Wishlist table"
477
  msgstr "Titre de la Wishlist"
478
 
479
- #: includes/class.yith-wcwl-admin-init.php:1458
480
  msgid "Headers"
481
  msgstr ""
482
 
483
- #: includes/class.yith-wcwl-admin-init.php:1461
484
  msgid "Background color"
485
  msgstr ""
486
 
487
- #: includes/class.yith-wcwl-admin-init.php:1551
488
  #, fuzzy
489
  msgid "Wishlist Activated"
490
  msgstr "Titre de la Wishlist"
491
 
492
- #: includes/class.yith-wcwl-admin-init.php:1552
493
  msgid ""
494
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
495
  "can access to all the settings of our plugins that you have activated. "
@@ -497,12 +505,12 @@ msgid ""
497
  "options, <a href=\"%s\">discover it now</a>."
498
  msgstr ""
499
 
500
- #: includes/class.yith-wcwl-admin-init.php:1563
501
  #, fuzzy
502
  msgid "Wishlist Updated"
503
  msgstr "Page Wishlist"
504
 
505
- #: includes/class.yith-wcwl-admin-init.php:1564
506
  msgid ""
507
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
508
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
@@ -713,7 +721,7 @@ msgstr ""
713
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
714
  msgstr ""
715
 
716
- #: includes/class.yith-wcwl-shortcode.php:386
717
  #: includes/class.yith-wcwl-ui.php:164
718
  msgid "Share on:"
719
  msgstr "Partager sur :"
@@ -754,23 +762,23 @@ msgid "An error occurred while removing products from the wishlist"
754
  msgstr ""
755
  "Une erreur est survenue lors de le suppression du produit de la wishlist"
756
 
757
- #: includes/class.yith-wcwl.php:809
758
  msgid "You need to log in before creating a new wishlist"
759
  msgstr ""
760
 
761
- #: includes/class.yith-wcwl.php:1610
762
  msgid "Product successfully removed."
763
  msgstr "Le produit a bien été supprimé"
764
 
765
- #: includes/class.yith-wcwl.php:1614
766
  msgid "Error. Unable to remove the product from the wishlist."
767
  msgstr "Erreur : impossible de supprimer le produit de la wishlist"
768
 
769
- #: includes/class.yith-wcwl.php:1618 templates/wishlist-view.php:242
770
  msgid "No products were added to the wishlist"
771
  msgstr "Aucun produit dans votre wishlist"
772
 
773
- #: includes/class.yith-wcwl.php:1660
774
  msgid "An error as occurred."
775
  msgstr ""
776
 
@@ -1033,6 +1041,18 @@ msgstr "Ma wishlist sur %s"
1033
  msgid "WhatsApp"
1034
  msgstr ""
1035
 
 
 
 
 
 
 
 
 
 
 
 
 
1036
  #: templates/wishlist-view.php:32
1037
  #, fuzzy
1038
  msgid "Edit title"
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
+ "POT-Creation-Date: 2019-08-12 11:01:34+00:00\n"
6
  "PO-Revision-Date: 2019-02-12 14:37+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
22
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
23
 
24
  #: includes/class.yith-wcwl-admin-init.php:159
25
+ #: includes/class.yith-wcwl-admin-init.php:1492
26
+ #: includes/class.yith-wcwl-admin-init.php:1493
27
  #: includes/class.yith-wcwl-install.php:245
28
  msgid "Wishlist"
29
  msgstr "Wishlist"
101
 
102
  #: includes/class.yith-wcwl-admin-init.php:1056
103
  #: includes/class.yith-wcwl-admin-init.php:1057
104
+ #: includes/class.yith-wcwl-admin-init.php:1307
105
  msgid "My wishlist on %s"
106
  msgstr "Ma wishlist sur %s"
107
 
364
  msgstr "Voir le bouton \"Ajouter au panier\""
365
 
366
  #: includes/class.yith-wcwl-admin-init.php:1298
367
+ msgid "Share by Url"
368
+ msgstr ""
369
+
370
+ #: includes/class.yith-wcwl-admin-init.php:1299
371
+ msgid "Show \"Share Url\" field on wishlist page"
372
+ msgstr ""
373
+
374
+ #: includes/class.yith-wcwl-admin-init.php:1305
375
  #, fuzzy
376
  msgid "Social title"
377
  msgstr "Titre pour les réseaux sociaux"
378
 
379
+ #: includes/class.yith-wcwl-admin-init.php:1312
380
  #, fuzzy
381
  msgid "Social text"
382
  msgstr "Texte pour les réseaux sociaux"
383
 
384
+ #: includes/class.yith-wcwl-admin-init.php:1313
385
  msgid ""
386
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
387
  "strong> where you want to show the URL of your wishlist."
388
  msgstr ""
389
 
390
+ #: includes/class.yith-wcwl-admin-init.php:1320
391
  #, fuzzy
392
  msgid "Social image URL"
393
  msgstr "URL de l'image pour les réseaux sociaux"
394
 
395
+ #: includes/class.yith-wcwl-admin-init.php:1321
396
  msgid "It will be used by Pinterest."
397
  msgstr ""
398
 
399
+ #: includes/class.yith-wcwl-admin-init.php:1335
400
  msgid ""
401
  "If you want to take advantage of this feature, you could consider to "
402
  "purchase the %s."
403
  msgstr ""
404
 
405
+ #: includes/class.yith-wcwl-admin-init.php:1340
406
  msgid "YITH WooCommerce Frequently Bought Together Integration"
407
  msgstr ""
408
 
409
+ #: includes/class.yith-wcwl-admin-init.php:1347
410
  msgid "Enable slider in wishlist"
411
  msgstr ""
412
 
413
+ #: includes/class.yith-wcwl-admin-init.php:1348
414
  msgid ""
415
  "Choose to enable product slider in wishlist page with linked products (<a "
416
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
417
  msgstr ""
418
 
419
+ #: includes/class.yith-wcwl-admin-init.php:1384
420
  #, fuzzy
421
  msgid "\"Add to wishlist\" button"
422
  msgstr "Texte du bouton \"Ajouter à la Wishlist\""
423
 
424
+ #: includes/class.yith-wcwl-admin-init.php:1387
425
+ #: includes/class.yith-wcwl-admin-init.php:1405
426
+ #: includes/class.yith-wcwl-admin-init.php:1423
427
+ #: includes/class.yith-wcwl-admin-init.php:1441
428
+ #: includes/class.yith-wcwl-admin-init.php:1459
429
  msgid "Background"
430
  msgstr ""
431
 
432
+ #: includes/class.yith-wcwl-admin-init.php:1388
433
+ #: includes/class.yith-wcwl-admin-init.php:1406
434
+ #: includes/class.yith-wcwl-admin-init.php:1424
435
+ #: includes/class.yith-wcwl-admin-init.php:1442
436
+ #: includes/class.yith-wcwl-admin-init.php:1460
437
  msgid "Text"
438
  msgstr ""
439
 
 
 
 
 
 
 
 
 
440
  #: includes/class.yith-wcwl-admin-init.php:1389
441
  #: includes/class.yith-wcwl-admin-init.php:1407
442
  #: includes/class.yith-wcwl-admin-init.php:1425
443
  #: includes/class.yith-wcwl-admin-init.php:1443
444
+ #: includes/class.yith-wcwl-admin-init.php:1461
445
+ msgid "Border"
446
+ msgstr ""
447
+
448
+ #: includes/class.yith-wcwl-admin-init.php:1396
449
+ #: includes/class.yith-wcwl-admin-init.php:1414
450
+ #: includes/class.yith-wcwl-admin-init.php:1432
451
+ #: includes/class.yith-wcwl-admin-init.php:1450
452
  msgid "Background (hover)"
453
  msgstr ""
454
 
455
+ #: includes/class.yith-wcwl-admin-init.php:1397
456
+ #: includes/class.yith-wcwl-admin-init.php:1415
457
+ #: includes/class.yith-wcwl-admin-init.php:1433
458
+ #: includes/class.yith-wcwl-admin-init.php:1451
459
  msgid "Text (hover)"
460
  msgstr ""
461
 
462
+ #: includes/class.yith-wcwl-admin-init.php:1398
463
+ #: includes/class.yith-wcwl-admin-init.php:1416
464
+ #: includes/class.yith-wcwl-admin-init.php:1434
465
+ #: includes/class.yith-wcwl-admin-init.php:1452
466
  msgid "Border (hover)"
467
  msgstr ""
468
 
469
+ #: includes/class.yith-wcwl-admin-init.php:1402
470
  #, fuzzy
471
  msgid "\"Add to Cart\" button"
472
  msgstr "Texte du bouton \"Ajouter au panier\""
473
 
474
+ #: includes/class.yith-wcwl-admin-init.php:1420
475
  msgid "\"Style 1\" button"
476
  msgstr ""
477
 
478
+ #: includes/class.yith-wcwl-admin-init.php:1438
479
  msgid "\"Style 2\" button"
480
  msgstr ""
481
 
482
+ #: includes/class.yith-wcwl-admin-init.php:1456
483
  #, fuzzy
484
  msgid "Wishlist table"
485
  msgstr "Titre de la Wishlist"
486
 
487
+ #: includes/class.yith-wcwl-admin-init.php:1465
488
  msgid "Headers"
489
  msgstr ""
490
 
491
+ #: includes/class.yith-wcwl-admin-init.php:1468
492
  msgid "Background color"
493
  msgstr ""
494
 
495
+ #: includes/class.yith-wcwl-admin-init.php:1558
496
  #, fuzzy
497
  msgid "Wishlist Activated"
498
  msgstr "Titre de la Wishlist"
499
 
500
+ #: includes/class.yith-wcwl-admin-init.php:1559
501
  msgid ""
502
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
503
  "can access to all the settings of our plugins that you have activated. "
505
  "options, <a href=\"%s\">discover it now</a>."
506
  msgstr ""
507
 
508
+ #: includes/class.yith-wcwl-admin-init.php:1570
509
  #, fuzzy
510
  msgid "Wishlist Updated"
511
  msgstr "Page Wishlist"
512
 
513
+ #: includes/class.yith-wcwl-admin-init.php:1571
514
  msgid ""
515
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
516
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
721
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
722
  msgstr ""
723
 
724
+ #: includes/class.yith-wcwl-shortcode.php:387
725
  #: includes/class.yith-wcwl-ui.php:164
726
  msgid "Share on:"
727
  msgstr "Partager sur :"
762
  msgstr ""
763
  "Une erreur est survenue lors de le suppression du produit de la wishlist"
764
 
765
+ #: includes/class.yith-wcwl.php:825
766
  msgid "You need to log in before creating a new wishlist"
767
  msgstr ""
768
 
769
+ #: includes/class.yith-wcwl.php:1627
770
  msgid "Product successfully removed."
771
  msgstr "Le produit a bien été supprimé"
772
 
773
+ #: includes/class.yith-wcwl.php:1631
774
  msgid "Error. Unable to remove the product from the wishlist."
775
  msgstr "Erreur : impossible de supprimer le produit de la wishlist"
776
 
777
+ #: includes/class.yith-wcwl.php:1635 templates/wishlist-view.php:242
778
  msgid "No products were added to the wishlist"
779
  msgstr "Aucun produit dans votre wishlist"
780
 
781
+ #: includes/class.yith-wcwl.php:1677
782
  msgid "An error as occurred."
783
  msgstr ""
784
 
1041
  msgid "WhatsApp"
1042
  msgstr ""
1043
 
1044
+ #: templates/share.php:61
1045
+ msgid "(Now"
1046
+ msgstr ""
1047
+
1048
+ #: templates/share.php:61
1049
+ msgid "copy"
1050
+ msgstr ""
1051
+
1052
+ #: templates/share.php:61
1053
+ msgid "this wishlist link and share it anywhere)"
1054
+ msgstr ""
1055
+
1056
  #: templates/wishlist-view.php:32
1057
  #, fuzzy
1058
  msgid "Edit title"
languages/yith-woocommerce-wishlist-he_IL.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-he_IL.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
- "POT-Creation-Date: 2019-04-15 10:23:21+00:00\n"
6
  "PO-Revision-Date: 2019-02-12 14:37+0100\n"
7
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
@@ -21,8 +21,8 @@ msgstr ""
21
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
22
 
23
  #: includes/class.yith-wcwl-admin-init.php:159
24
- #: includes/class.yith-wcwl-admin-init.php:1485
25
- #: includes/class.yith-wcwl-admin-init.php:1486
26
  #: includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr "רשימת משאלות"
@@ -100,7 +100,7 @@ msgstr "כותרת רשימת משאלות"
100
 
101
  #: includes/class.yith-wcwl-admin-init.php:1056
102
  #: includes/class.yith-wcwl-admin-init.php:1057
103
- #: includes/class.yith-wcwl-admin-init.php:1300
104
  msgid "My wishlist on %s"
105
  msgstr "רשימת המשאלות שלי ב-%s"
106
 
@@ -360,130 +360,138 @@ msgid "Show \"Share by WhatsApp\" button ( only on phones )"
360
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
361
 
362
  #: includes/class.yith-wcwl-admin-init.php:1298
 
 
 
 
 
 
 
 
363
  #, fuzzy
364
  msgid "Social title"
365
  msgstr "כותרת רשימת משאלות"
366
 
367
- #: includes/class.yith-wcwl-admin-init.php:1305
368
  msgid "Social text"
369
  msgstr ""
370
 
371
- #: includes/class.yith-wcwl-admin-init.php:1306
372
  msgid ""
373
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
374
  "strong> where you want to show the URL of your wishlist."
375
  msgstr ""
376
 
377
- #: includes/class.yith-wcwl-admin-init.php:1313
378
  msgid "Social image URL"
379
  msgstr ""
380
 
381
- #: includes/class.yith-wcwl-admin-init.php:1314
382
  msgid "It will be used by Pinterest."
383
  msgstr ""
384
 
385
- #: includes/class.yith-wcwl-admin-init.php:1328
386
  msgid ""
387
  "If you want to take advantage of this feature, you could consider to "
388
  "purchase the %s."
389
  msgstr ""
390
 
391
- #: includes/class.yith-wcwl-admin-init.php:1333
392
  msgid "YITH WooCommerce Frequently Bought Together Integration"
393
  msgstr ""
394
 
395
- #: includes/class.yith-wcwl-admin-init.php:1340
396
  msgid "Enable slider in wishlist"
397
  msgstr ""
398
 
399
- #: includes/class.yith-wcwl-admin-init.php:1341
400
  msgid ""
401
  "Choose to enable product slider in wishlist page with linked products (<a "
402
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
403
  msgstr ""
404
 
405
- #: includes/class.yith-wcwl-admin-init.php:1377
406
  #, fuzzy
407
  msgid "\"Add to wishlist\" button"
408
  msgstr "הוסף לרשימת המשאלות"
409
 
410
- #: includes/class.yith-wcwl-admin-init.php:1380
411
- #: includes/class.yith-wcwl-admin-init.php:1398
412
- #: includes/class.yith-wcwl-admin-init.php:1416
413
- #: includes/class.yith-wcwl-admin-init.php:1434
414
- #: includes/class.yith-wcwl-admin-init.php:1452
415
  msgid "Background"
416
  msgstr ""
417
 
418
- #: includes/class.yith-wcwl-admin-init.php:1381
419
- #: includes/class.yith-wcwl-admin-init.php:1399
420
- #: includes/class.yith-wcwl-admin-init.php:1417
421
- #: includes/class.yith-wcwl-admin-init.php:1435
422
- #: includes/class.yith-wcwl-admin-init.php:1453
423
  msgid "Text"
424
  msgstr ""
425
 
426
- #: includes/class.yith-wcwl-admin-init.php:1382
427
- #: includes/class.yith-wcwl-admin-init.php:1400
428
- #: includes/class.yith-wcwl-admin-init.php:1418
429
- #: includes/class.yith-wcwl-admin-init.php:1436
430
- #: includes/class.yith-wcwl-admin-init.php:1454
431
- msgid "Border"
432
- msgstr ""
433
-
434
  #: includes/class.yith-wcwl-admin-init.php:1389
435
  #: includes/class.yith-wcwl-admin-init.php:1407
436
  #: includes/class.yith-wcwl-admin-init.php:1425
437
  #: includes/class.yith-wcwl-admin-init.php:1443
 
 
 
 
 
 
 
 
438
  msgid "Background (hover)"
439
  msgstr ""
440
 
441
- #: includes/class.yith-wcwl-admin-init.php:1390
442
- #: includes/class.yith-wcwl-admin-init.php:1408
443
- #: includes/class.yith-wcwl-admin-init.php:1426
444
- #: includes/class.yith-wcwl-admin-init.php:1444
445
  msgid "Text (hover)"
446
  msgstr ""
447
 
448
- #: includes/class.yith-wcwl-admin-init.php:1391
449
- #: includes/class.yith-wcwl-admin-init.php:1409
450
- #: includes/class.yith-wcwl-admin-init.php:1427
451
- #: includes/class.yith-wcwl-admin-init.php:1445
452
  msgid "Border (hover)"
453
  msgstr ""
454
 
455
- #: includes/class.yith-wcwl-admin-init.php:1395
456
  #, fuzzy
457
  msgid "\"Add to Cart\" button"
458
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
459
 
460
- #: includes/class.yith-wcwl-admin-init.php:1413
461
  msgid "\"Style 1\" button"
462
  msgstr ""
463
 
464
- #: includes/class.yith-wcwl-admin-init.php:1431
465
  msgid "\"Style 2\" button"
466
  msgstr ""
467
 
468
- #: includes/class.yith-wcwl-admin-init.php:1449
469
  #, fuzzy
470
  msgid "Wishlist table"
471
  msgstr "כותרת רשימת משאלות"
472
 
473
- #: includes/class.yith-wcwl-admin-init.php:1458
474
  msgid "Headers"
475
  msgstr ""
476
 
477
- #: includes/class.yith-wcwl-admin-init.php:1461
478
  msgid "Background color"
479
  msgstr ""
480
 
481
- #: includes/class.yith-wcwl-admin-init.php:1551
482
  #, fuzzy
483
  msgid "Wishlist Activated"
484
  msgstr "כותרת רשימת משאלות"
485
 
486
- #: includes/class.yith-wcwl-admin-init.php:1552
487
  msgid ""
488
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
489
  "can access to all the settings of our plugins that you have activated. "
@@ -491,12 +499,12 @@ msgid ""
491
  "options, <a href=\"%s\">discover it now</a>."
492
  msgstr ""
493
 
494
- #: includes/class.yith-wcwl-admin-init.php:1563
495
  #, fuzzy
496
  msgid "Wishlist Updated"
497
  msgstr "עמוד רשימת המשאלות"
498
 
499
- #: includes/class.yith-wcwl-admin-init.php:1564
500
  msgid ""
501
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
502
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
@@ -707,7 +715,7 @@ msgstr ""
707
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
708
  msgstr ""
709
 
710
- #: includes/class.yith-wcwl-shortcode.php:386
711
  #: includes/class.yith-wcwl-ui.php:164
712
  msgid "Share on:"
713
  msgstr "שתף ברשת:"
@@ -747,23 +755,23 @@ msgstr ""
747
  msgid "An error occurred while removing products from the wishlist"
748
  msgstr "ארעה שגיאה בזמן הסרת המוצר מהרשימה"
749
 
750
- #: includes/class.yith-wcwl.php:809
751
  msgid "You need to log in before creating a new wishlist"
752
  msgstr ""
753
 
754
- #: includes/class.yith-wcwl.php:1610
755
  msgid "Product successfully removed."
756
  msgstr "המוצר הוסר מהרשימה בהצלחה."
757
 
758
- #: includes/class.yith-wcwl.php:1614
759
  msgid "Error. Unable to remove the product from the wishlist."
760
  msgstr "שגיאה. לא הצלחנו להסיר את המוצר מרשימת המשאלות."
761
 
762
- #: includes/class.yith-wcwl.php:1618 templates/wishlist-view.php:242
763
  msgid "No products were added to the wishlist"
764
  msgstr "אין מוצרים ברשימת המשאלות שלך."
765
 
766
- #: includes/class.yith-wcwl.php:1660
767
  msgid "An error as occurred."
768
  msgstr ""
769
 
@@ -1025,6 +1033,18 @@ msgstr "רשימת המשאלות שלי ב-%s"
1025
  msgid "WhatsApp"
1026
  msgstr ""
1027
 
 
 
 
 
 
 
 
 
 
 
 
 
1028
  #: templates/wishlist-view.php:32
1029
  #, fuzzy
1030
  msgid "Edit title"
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
+ "POT-Creation-Date: 2019-08-12 11:01:34+00:00\n"
6
  "PO-Revision-Date: 2019-02-12 14:37+0100\n"
7
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
21
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
22
 
23
  #: includes/class.yith-wcwl-admin-init.php:159
24
+ #: includes/class.yith-wcwl-admin-init.php:1492
25
+ #: includes/class.yith-wcwl-admin-init.php:1493
26
  #: includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr "רשימת משאלות"
100
 
101
  #: includes/class.yith-wcwl-admin-init.php:1056
102
  #: includes/class.yith-wcwl-admin-init.php:1057
103
+ #: includes/class.yith-wcwl-admin-init.php:1307
104
  msgid "My wishlist on %s"
105
  msgstr "רשימת המשאלות שלי ב-%s"
106
 
360
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
361
 
362
  #: includes/class.yith-wcwl-admin-init.php:1298
363
+ msgid "Share by Url"
364
+ msgstr ""
365
+
366
+ #: includes/class.yith-wcwl-admin-init.php:1299
367
+ msgid "Show \"Share Url\" field on wishlist page"
368
+ msgstr ""
369
+
370
+ #: includes/class.yith-wcwl-admin-init.php:1305
371
  #, fuzzy
372
  msgid "Social title"
373
  msgstr "כותרת רשימת משאלות"
374
 
375
+ #: includes/class.yith-wcwl-admin-init.php:1312
376
  msgid "Social text"
377
  msgstr ""
378
 
379
+ #: includes/class.yith-wcwl-admin-init.php:1313
380
  msgid ""
381
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
382
  "strong> where you want to show the URL of your wishlist."
383
  msgstr ""
384
 
385
+ #: includes/class.yith-wcwl-admin-init.php:1320
386
  msgid "Social image URL"
387
  msgstr ""
388
 
389
+ #: includes/class.yith-wcwl-admin-init.php:1321
390
  msgid "It will be used by Pinterest."
391
  msgstr ""
392
 
393
+ #: includes/class.yith-wcwl-admin-init.php:1335
394
  msgid ""
395
  "If you want to take advantage of this feature, you could consider to "
396
  "purchase the %s."
397
  msgstr ""
398
 
399
+ #: includes/class.yith-wcwl-admin-init.php:1340
400
  msgid "YITH WooCommerce Frequently Bought Together Integration"
401
  msgstr ""
402
 
403
+ #: includes/class.yith-wcwl-admin-init.php:1347
404
  msgid "Enable slider in wishlist"
405
  msgstr ""
406
 
407
+ #: includes/class.yith-wcwl-admin-init.php:1348
408
  msgid ""
409
  "Choose to enable product slider in wishlist page with linked products (<a "
410
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
411
  msgstr ""
412
 
413
+ #: includes/class.yith-wcwl-admin-init.php:1384
414
  #, fuzzy
415
  msgid "\"Add to wishlist\" button"
416
  msgstr "הוסף לרשימת המשאלות"
417
 
418
+ #: includes/class.yith-wcwl-admin-init.php:1387
419
+ #: includes/class.yith-wcwl-admin-init.php:1405
420
+ #: includes/class.yith-wcwl-admin-init.php:1423
421
+ #: includes/class.yith-wcwl-admin-init.php:1441
422
+ #: includes/class.yith-wcwl-admin-init.php:1459
423
  msgid "Background"
424
  msgstr ""
425
 
426
+ #: includes/class.yith-wcwl-admin-init.php:1388
427
+ #: includes/class.yith-wcwl-admin-init.php:1406
428
+ #: includes/class.yith-wcwl-admin-init.php:1424
429
+ #: includes/class.yith-wcwl-admin-init.php:1442
430
+ #: includes/class.yith-wcwl-admin-init.php:1460
431
  msgid "Text"
432
  msgstr ""
433
 
 
 
 
 
 
 
 
 
434
  #: includes/class.yith-wcwl-admin-init.php:1389
435
  #: includes/class.yith-wcwl-admin-init.php:1407
436
  #: includes/class.yith-wcwl-admin-init.php:1425
437
  #: includes/class.yith-wcwl-admin-init.php:1443
438
+ #: includes/class.yith-wcwl-admin-init.php:1461
439
+ msgid "Border"
440
+ msgstr ""
441
+
442
+ #: includes/class.yith-wcwl-admin-init.php:1396
443
+ #: includes/class.yith-wcwl-admin-init.php:1414
444
+ #: includes/class.yith-wcwl-admin-init.php:1432
445
+ #: includes/class.yith-wcwl-admin-init.php:1450
446
  msgid "Background (hover)"
447
  msgstr ""
448
 
449
+ #: includes/class.yith-wcwl-admin-init.php:1397
450
+ #: includes/class.yith-wcwl-admin-init.php:1415
451
+ #: includes/class.yith-wcwl-admin-init.php:1433
452
+ #: includes/class.yith-wcwl-admin-init.php:1451
453
  msgid "Text (hover)"
454
  msgstr ""
455
 
456
+ #: includes/class.yith-wcwl-admin-init.php:1398
457
+ #: includes/class.yith-wcwl-admin-init.php:1416
458
+ #: includes/class.yith-wcwl-admin-init.php:1434
459
+ #: includes/class.yith-wcwl-admin-init.php:1452
460
  msgid "Border (hover)"
461
  msgstr ""
462
 
463
+ #: includes/class.yith-wcwl-admin-init.php:1402
464
  #, fuzzy
465
  msgid "\"Add to Cart\" button"
466
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
467
 
468
+ #: includes/class.yith-wcwl-admin-init.php:1420
469
  msgid "\"Style 1\" button"
470
  msgstr ""
471
 
472
+ #: includes/class.yith-wcwl-admin-init.php:1438
473
  msgid "\"Style 2\" button"
474
  msgstr ""
475
 
476
+ #: includes/class.yith-wcwl-admin-init.php:1456
477
  #, fuzzy
478
  msgid "Wishlist table"
479
  msgstr "כותרת רשימת משאלות"
480
 
481
+ #: includes/class.yith-wcwl-admin-init.php:1465
482
  msgid "Headers"
483
  msgstr ""
484
 
485
+ #: includes/class.yith-wcwl-admin-init.php:1468
486
  msgid "Background color"
487
  msgstr ""
488
 
489
+ #: includes/class.yith-wcwl-admin-init.php:1558
490
  #, fuzzy
491
  msgid "Wishlist Activated"
492
  msgstr "כותרת רשימת משאלות"
493
 
494
+ #: includes/class.yith-wcwl-admin-init.php:1559
495
  msgid ""
496
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
497
  "can access to all the settings of our plugins that you have activated. "
499
  "options, <a href=\"%s\">discover it now</a>."
500
  msgstr ""
501
 
502
+ #: includes/class.yith-wcwl-admin-init.php:1570
503
  #, fuzzy
504
  msgid "Wishlist Updated"
505
  msgstr "עמוד רשימת המשאלות"
506
 
507
+ #: includes/class.yith-wcwl-admin-init.php:1571
508
  msgid ""
509
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
510
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
715
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
716
  msgstr ""
717
 
718
+ #: includes/class.yith-wcwl-shortcode.php:387
719
  #: includes/class.yith-wcwl-ui.php:164
720
  msgid "Share on:"
721
  msgstr "שתף ברשת:"
755
  msgid "An error occurred while removing products from the wishlist"
756
  msgstr "ארעה שגיאה בזמן הסרת המוצר מהרשימה"
757
 
758
+ #: includes/class.yith-wcwl.php:825
759
  msgid "You need to log in before creating a new wishlist"
760
  msgstr ""
761
 
762
+ #: includes/class.yith-wcwl.php:1627
763
  msgid "Product successfully removed."
764
  msgstr "המוצר הוסר מהרשימה בהצלחה."
765
 
766
+ #: includes/class.yith-wcwl.php:1631
767
  msgid "Error. Unable to remove the product from the wishlist."
768
  msgstr "שגיאה. לא הצלחנו להסיר את המוצר מרשימת המשאלות."
769
 
770
+ #: includes/class.yith-wcwl.php:1635 templates/wishlist-view.php:242
771
  msgid "No products were added to the wishlist"
772
  msgstr "אין מוצרים ברשימת המשאלות שלך."
773
 
774
+ #: includes/class.yith-wcwl.php:1677
775
  msgid "An error as occurred."
776
  msgstr ""
777
 
1033
  msgid "WhatsApp"
1034
  msgstr ""
1035
 
1036
+ #: templates/share.php:61
1037
+ msgid "(Now"
1038
+ msgstr ""
1039
+
1040
+ #: templates/share.php:61
1041
+ msgid "copy"
1042
+ msgstr ""
1043
+
1044
+ #: templates/share.php:61
1045
+ msgid "this wishlist link and share it anywhere)"
1046
+ msgstr ""
1047
+
1048
  #: templates/wishlist-view.php:32
1049
  #, fuzzy
1050
  msgid "Edit title"
languages/yith-woocommerce-wishlist-hr.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-hr.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
- "POT-Creation-Date: 2019-04-15 10:23:21+00:00\n"
6
  "PO-Revision-Date: 2019-02-12 14:37+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
@@ -22,8 +22,8 @@ msgstr ""
22
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
23
 
24
  #: includes/class.yith-wcwl-admin-init.php:159
25
- #: includes/class.yith-wcwl-admin-init.php:1485
26
- #: includes/class.yith-wcwl-admin-init.php:1486
27
  #: includes/class.yith-wcwl-install.php:245
28
  msgid "Wishlist"
29
  msgstr "Lista želja"
@@ -104,7 +104,7 @@ msgstr "Naslov Liste želja"
104
 
105
  #: includes/class.yith-wcwl-admin-init.php:1056
106
  #: includes/class.yith-wcwl-admin-init.php:1057
107
- #: includes/class.yith-wcwl-admin-init.php:1300
108
  msgid "My wishlist on %s"
109
  msgstr "Moja lista želja na %s"
110
 
@@ -352,14 +352,23 @@ msgid "Show \"Share by WhatsApp\" button ( only on phones )"
352
  msgstr "Prikaži gumb \"Podijeli preko emaila\""
353
 
354
  #: includes/class.yith-wcwl-admin-init.php:1298
 
 
 
 
 
 
 
 
 
355
  msgid "Social title"
356
  msgstr "Naslov za objavu"
357
 
358
- #: includes/class.yith-wcwl-admin-init.php:1305
359
  msgid "Social text"
360
  msgstr "Tekst za objavu"
361
 
362
- #: includes/class.yith-wcwl-admin-init.php:1306
363
  msgid ""
364
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
365
  "strong> where you want to show the URL of your wishlist."
@@ -367,30 +376,30 @@ msgstr ""
367
  "Ovo će se koristiti na Twitteru i Pinterestu. Koristite <strong>%wishlist_url"
368
  "%</strong> gdje želite prikazati URL vaše liste želja."
369
 
370
- #: includes/class.yith-wcwl-admin-init.php:1313
371
  msgid "Social image URL"
372
  msgstr "Link na sliku za objave"
373
 
374
- #: includes/class.yith-wcwl-admin-init.php:1314
375
  msgid "It will be used by Pinterest."
376
  msgstr "Korisititi će se na Pinterestu."
377
 
378
- #: includes/class.yith-wcwl-admin-init.php:1328
379
  msgid ""
380
  "If you want to take advantage of this feature, you could consider to "
381
  "purchase the %s."
382
  msgstr ""
383
  "Ako želite koristiti prednosti ove opcije, možete razmisliti o kupovini %s."
384
 
385
- #: includes/class.yith-wcwl-admin-init.php:1333
386
  msgid "YITH WooCommerce Frequently Bought Together Integration"
387
  msgstr "YITH WooCommerse skupna Integracija"
388
 
389
- #: includes/class.yith-wcwl-admin-init.php:1340
390
  msgid "Enable slider in wishlist"
391
  msgstr "Omogući slider u listi želja"
392
 
393
- #: includes/class.yith-wcwl-admin-init.php:1341
394
  msgid ""
395
  "Choose to enable product slider in wishlist page with linked products (<a "
396
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
@@ -398,84 +407,84 @@ msgstr ""
398
  "Odabite da biste omogućili slider sa povezanim proizvodima na listi želja "
399
  "(<a href=\"%s\" class=\"thickbox\">Primjer</a>). %s"
400
 
401
- #: includes/class.yith-wcwl-admin-init.php:1377
402
  msgid "\"Add to wishlist\" button"
403
  msgstr "Gumb za \"Dodaj u listu želja\""
404
 
405
- #: includes/class.yith-wcwl-admin-init.php:1380
406
- #: includes/class.yith-wcwl-admin-init.php:1398
407
- #: includes/class.yith-wcwl-admin-init.php:1416
408
- #: includes/class.yith-wcwl-admin-init.php:1434
409
- #: includes/class.yith-wcwl-admin-init.php:1452
410
  msgid "Background"
411
  msgstr "Pozadina"
412
 
413
- #: includes/class.yith-wcwl-admin-init.php:1381
414
- #: includes/class.yith-wcwl-admin-init.php:1399
415
- #: includes/class.yith-wcwl-admin-init.php:1417
416
- #: includes/class.yith-wcwl-admin-init.php:1435
417
- #: includes/class.yith-wcwl-admin-init.php:1453
418
  msgid "Text"
419
  msgstr "Tekst"
420
 
421
- #: includes/class.yith-wcwl-admin-init.php:1382
422
- #: includes/class.yith-wcwl-admin-init.php:1400
423
- #: includes/class.yith-wcwl-admin-init.php:1418
424
- #: includes/class.yith-wcwl-admin-init.php:1436
425
- #: includes/class.yith-wcwl-admin-init.php:1454
426
- msgid "Border"
427
- msgstr "Obrub"
428
-
429
  #: includes/class.yith-wcwl-admin-init.php:1389
430
  #: includes/class.yith-wcwl-admin-init.php:1407
431
  #: includes/class.yith-wcwl-admin-init.php:1425
432
  #: includes/class.yith-wcwl-admin-init.php:1443
 
 
 
 
 
 
 
 
433
  msgid "Background (hover)"
434
  msgstr "Pozadina (hover)"
435
 
436
- #: includes/class.yith-wcwl-admin-init.php:1390
437
- #: includes/class.yith-wcwl-admin-init.php:1408
438
- #: includes/class.yith-wcwl-admin-init.php:1426
439
- #: includes/class.yith-wcwl-admin-init.php:1444
440
  msgid "Text (hover)"
441
  msgstr "Tekst (hover)"
442
 
443
- #: includes/class.yith-wcwl-admin-init.php:1391
444
- #: includes/class.yith-wcwl-admin-init.php:1409
445
- #: includes/class.yith-wcwl-admin-init.php:1427
446
- #: includes/class.yith-wcwl-admin-init.php:1445
447
  msgid "Border (hover)"
448
  msgstr "Obrub (hover)"
449
 
450
- #: includes/class.yith-wcwl-admin-init.php:1395
451
  msgid "\"Add to Cart\" button"
452
  msgstr "Gumb za \"Dodaj u košaricu\""
453
 
454
- #: includes/class.yith-wcwl-admin-init.php:1413
455
  msgid "\"Style 1\" button"
456
  msgstr "Gumb \"Stil 1\""
457
 
458
- #: includes/class.yith-wcwl-admin-init.php:1431
459
  msgid "\"Style 2\" button"
460
  msgstr "Gumb \"Stil 2\""
461
 
462
- #: includes/class.yith-wcwl-admin-init.php:1449
463
  msgid "Wishlist table"
464
  msgstr "Tablica liste želja"
465
 
466
- #: includes/class.yith-wcwl-admin-init.php:1458
467
  msgid "Headers"
468
  msgstr "Naslovi"
469
 
470
- #: includes/class.yith-wcwl-admin-init.php:1461
471
  msgid "Background color"
472
  msgstr "Boja pozadine"
473
 
474
- #: includes/class.yith-wcwl-admin-init.php:1551
475
  msgid "Wishlist Activated"
476
  msgstr "Lista želja aktivirana"
477
 
478
- #: includes/class.yith-wcwl-admin-init.php:1552
479
  msgid ""
480
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
481
  "can access to all the settings of our plugins that you have activated. "
@@ -487,11 +496,11 @@ msgstr ""
487
  "je u izvanrednoj PREMIUM verziji sa puno novih opcija, <a href=\"%s"
488
  "\">otkrijte je</a>."
489
 
490
- #: includes/class.yith-wcwl-admin-init.php:1563
491
  msgid "Wishlist Updated"
492
  msgstr "Lista želja je ažurirana"
493
 
494
- #: includes/class.yith-wcwl-admin-init.php:1564
495
  msgid ""
496
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
497
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
@@ -706,7 +715,7 @@ msgstr ""
706
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
707
  msgstr ""
708
 
709
- #: includes/class.yith-wcwl-shortcode.php:386
710
  #: includes/class.yith-wcwl-ui.php:164
711
  msgid "Share on:"
712
  msgstr "Podijeli na:"
@@ -743,23 +752,23 @@ msgstr "Opcija \"Obriši\" ne zahtjeva parametre"
743
  msgid "An error occurred while removing products from the wishlist"
744
  msgstr "Greška prilikom brisanja proizvoda iz liste želja"
745
 
746
- #: includes/class.yith-wcwl.php:809
747
  msgid "You need to log in before creating a new wishlist"
748
  msgstr "Morate se prijaviti da biste mogli dodavati proizvode u listu želja"
749
 
750
- #: includes/class.yith-wcwl.php:1610
751
  msgid "Product successfully removed."
752
  msgstr "Proizvod uspješno obrisan."
753
 
754
- #: includes/class.yith-wcwl.php:1614
755
  msgid "Error. Unable to remove the product from the wishlist."
756
  msgstr "Greška. Proizvod se ne može obrisati iz liste želja."
757
 
758
- #: includes/class.yith-wcwl.php:1618 templates/wishlist-view.php:242
759
  msgid "No products were added to the wishlist"
760
  msgstr "Nema proizvoda u listi želja"
761
 
762
- #: includes/class.yith-wcwl.php:1660
763
  msgid "An error as occurred."
764
  msgstr "Greška, neuspješan pokušaj."
765
 
@@ -1086,6 +1095,18 @@ msgstr "Moja lista želja na %s"
1086
  msgid "WhatsApp"
1087
  msgstr ""
1088
 
 
 
 
 
 
 
 
 
 
 
 
 
1089
  #: templates/wishlist-view.php:32
1090
  msgid "Edit title"
1091
  msgstr "Uredi naslov"
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
+ "POT-Creation-Date: 2019-08-12 11:01:34+00:00\n"
6
  "PO-Revision-Date: 2019-02-12 14:37+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
22
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
23
 
24
  #: includes/class.yith-wcwl-admin-init.php:159
25
+ #: includes/class.yith-wcwl-admin-init.php:1492
26
+ #: includes/class.yith-wcwl-admin-init.php:1493
27
  #: includes/class.yith-wcwl-install.php:245
28
  msgid "Wishlist"
29
  msgstr "Lista želja"
104
 
105
  #: includes/class.yith-wcwl-admin-init.php:1056
106
  #: includes/class.yith-wcwl-admin-init.php:1057
107
+ #: includes/class.yith-wcwl-admin-init.php:1307
108
  msgid "My wishlist on %s"
109
  msgstr "Moja lista želja na %s"
110
 
352
  msgstr "Prikaži gumb \"Podijeli preko emaila\""
353
 
354
  #: includes/class.yith-wcwl-admin-init.php:1298
355
+ #, fuzzy
356
+ msgid "Share by Url"
357
+ msgstr "Podijeli preko Emaila"
358
+
359
+ #: includes/class.yith-wcwl-admin-init.php:1299
360
+ msgid "Show \"Share Url\" field on wishlist page"
361
+ msgstr ""
362
+
363
+ #: includes/class.yith-wcwl-admin-init.php:1305
364
  msgid "Social title"
365
  msgstr "Naslov za objavu"
366
 
367
+ #: includes/class.yith-wcwl-admin-init.php:1312
368
  msgid "Social text"
369
  msgstr "Tekst za objavu"
370
 
371
+ #: includes/class.yith-wcwl-admin-init.php:1313
372
  msgid ""
373
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
374
  "strong> where you want to show the URL of your wishlist."
376
  "Ovo će se koristiti na Twitteru i Pinterestu. Koristite <strong>%wishlist_url"
377
  "%</strong> gdje želite prikazati URL vaše liste želja."
378
 
379
+ #: includes/class.yith-wcwl-admin-init.php:1320
380
  msgid "Social image URL"
381
  msgstr "Link na sliku za objave"
382
 
383
+ #: includes/class.yith-wcwl-admin-init.php:1321
384
  msgid "It will be used by Pinterest."
385
  msgstr "Korisititi će se na Pinterestu."
386
 
387
+ #: includes/class.yith-wcwl-admin-init.php:1335
388
  msgid ""
389
  "If you want to take advantage of this feature, you could consider to "
390
  "purchase the %s."
391
  msgstr ""
392
  "Ako želite koristiti prednosti ove opcije, možete razmisliti o kupovini %s."
393
 
394
+ #: includes/class.yith-wcwl-admin-init.php:1340
395
  msgid "YITH WooCommerce Frequently Bought Together Integration"
396
  msgstr "YITH WooCommerse skupna Integracija"
397
 
398
+ #: includes/class.yith-wcwl-admin-init.php:1347
399
  msgid "Enable slider in wishlist"
400
  msgstr "Omogući slider u listi želja"
401
 
402
+ #: includes/class.yith-wcwl-admin-init.php:1348
403
  msgid ""
404
  "Choose to enable product slider in wishlist page with linked products (<a "
405
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
407
  "Odabite da biste omogućili slider sa povezanim proizvodima na listi želja "
408
  "(<a href=\"%s\" class=\"thickbox\">Primjer</a>). %s"
409
 
410
+ #: includes/class.yith-wcwl-admin-init.php:1384
411
  msgid "\"Add to wishlist\" button"
412
  msgstr "Gumb za \"Dodaj u listu želja\""
413
 
414
+ #: includes/class.yith-wcwl-admin-init.php:1387
415
+ #: includes/class.yith-wcwl-admin-init.php:1405
416
+ #: includes/class.yith-wcwl-admin-init.php:1423
417
+ #: includes/class.yith-wcwl-admin-init.php:1441
418
+ #: includes/class.yith-wcwl-admin-init.php:1459
419
  msgid "Background"
420
  msgstr "Pozadina"
421
 
422
+ #: includes/class.yith-wcwl-admin-init.php:1388
423
+ #: includes/class.yith-wcwl-admin-init.php:1406
424
+ #: includes/class.yith-wcwl-admin-init.php:1424
425
+ #: includes/class.yith-wcwl-admin-init.php:1442
426
+ #: includes/class.yith-wcwl-admin-init.php:1460
427
  msgid "Text"
428
  msgstr "Tekst"
429
 
 
 
 
 
 
 
 
 
430
  #: includes/class.yith-wcwl-admin-init.php:1389
431
  #: includes/class.yith-wcwl-admin-init.php:1407
432
  #: includes/class.yith-wcwl-admin-init.php:1425
433
  #: includes/class.yith-wcwl-admin-init.php:1443
434
+ #: includes/class.yith-wcwl-admin-init.php:1461
435
+ msgid "Border"
436
+ msgstr "Obrub"
437
+
438
+ #: includes/class.yith-wcwl-admin-init.php:1396
439
+ #: includes/class.yith-wcwl-admin-init.php:1414
440
+ #: includes/class.yith-wcwl-admin-init.php:1432
441
+ #: includes/class.yith-wcwl-admin-init.php:1450
442
  msgid "Background (hover)"
443
  msgstr "Pozadina (hover)"
444
 
445
+ #: includes/class.yith-wcwl-admin-init.php:1397
446
+ #: includes/class.yith-wcwl-admin-init.php:1415
447
+ #: includes/class.yith-wcwl-admin-init.php:1433
448
+ #: includes/class.yith-wcwl-admin-init.php:1451
449
  msgid "Text (hover)"
450
  msgstr "Tekst (hover)"
451
 
452
+ #: includes/class.yith-wcwl-admin-init.php:1398
453
+ #: includes/class.yith-wcwl-admin-init.php:1416
454
+ #: includes/class.yith-wcwl-admin-init.php:1434
455
+ #: includes/class.yith-wcwl-admin-init.php:1452
456
  msgid "Border (hover)"
457
  msgstr "Obrub (hover)"
458
 
459
+ #: includes/class.yith-wcwl-admin-init.php:1402
460
  msgid "\"Add to Cart\" button"
461
  msgstr "Gumb za \"Dodaj u košaricu\""
462
 
463
+ #: includes/class.yith-wcwl-admin-init.php:1420
464
  msgid "\"Style 1\" button"
465
  msgstr "Gumb \"Stil 1\""
466
 
467
+ #: includes/class.yith-wcwl-admin-init.php:1438
468
  msgid "\"Style 2\" button"
469
  msgstr "Gumb \"Stil 2\""
470
 
471
+ #: includes/class.yith-wcwl-admin-init.php:1456
472
  msgid "Wishlist table"
473
  msgstr "Tablica liste želja"
474
 
475
+ #: includes/class.yith-wcwl-admin-init.php:1465
476
  msgid "Headers"
477
  msgstr "Naslovi"
478
 
479
+ #: includes/class.yith-wcwl-admin-init.php:1468
480
  msgid "Background color"
481
  msgstr "Boja pozadine"
482
 
483
+ #: includes/class.yith-wcwl-admin-init.php:1558
484
  msgid "Wishlist Activated"
485
  msgstr "Lista želja aktivirana"
486
 
487
+ #: includes/class.yith-wcwl-admin-init.php:1559
488
  msgid ""
489
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
490
  "can access to all the settings of our plugins that you have activated. "
496
  "je u izvanrednoj PREMIUM verziji sa puno novih opcija, <a href=\"%s"
497
  "\">otkrijte je</a>."
498
 
499
+ #: includes/class.yith-wcwl-admin-init.php:1570
500
  msgid "Wishlist Updated"
501
  msgstr "Lista želja je ažurirana"
502
 
503
+ #: includes/class.yith-wcwl-admin-init.php:1571
504
  msgid ""
505
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
506
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
715
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
716
  msgstr ""
717
 
718
+ #: includes/class.yith-wcwl-shortcode.php:387
719
  #: includes/class.yith-wcwl-ui.php:164
720
  msgid "Share on:"
721
  msgstr "Podijeli na:"
752
  msgid "An error occurred while removing products from the wishlist"
753
  msgstr "Greška prilikom brisanja proizvoda iz liste želja"
754
 
755
+ #: includes/class.yith-wcwl.php:825
756
  msgid "You need to log in before creating a new wishlist"
757
  msgstr "Morate se prijaviti da biste mogli dodavati proizvode u listu želja"
758
 
759
+ #: includes/class.yith-wcwl.php:1627
760
  msgid "Product successfully removed."
761
  msgstr "Proizvod uspješno obrisan."
762
 
763
+ #: includes/class.yith-wcwl.php:1631
764
  msgid "Error. Unable to remove the product from the wishlist."
765
  msgstr "Greška. Proizvod se ne može obrisati iz liste želja."
766
 
767
+ #: includes/class.yith-wcwl.php:1635 templates/wishlist-view.php:242
768
  msgid "No products were added to the wishlist"
769
  msgstr "Nema proizvoda u listi želja"
770
 
771
+ #: includes/class.yith-wcwl.php:1677
772
  msgid "An error as occurred."
773
  msgstr "Greška, neuspješan pokušaj."
774
 
1095
  msgid "WhatsApp"
1096
  msgstr ""
1097
 
1098
+ #: templates/share.php:61
1099
+ msgid "(Now"
1100
+ msgstr ""
1101
+
1102
+ #: templates/share.php:61
1103
+ msgid "copy"
1104
+ msgstr ""
1105
+
1106
+ #: templates/share.php:61
1107
+ msgid "this wishlist link and share it anywhere)"
1108
+ msgstr ""
1109
+
1110
  #: templates/wishlist-view.php:32
1111
  msgid "Edit title"
1112
  msgstr "Uredi naslov"
languages/yith-woocommerce-wishlist-it_IT.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-it_IT.po CHANGED
@@ -4,7 +4,7 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
7
- "POT-Creation-Date: 2019-04-15 10:23:21+00:00\n"
8
  "PO-Revision-Date: 2019-02-12 14:37+0100\n"
9
  "Last-Translator: \n"
10
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
@@ -21,8 +21,8 @@ msgstr ""
21
  "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
22
 
23
  #: includes/class.yith-wcwl-admin-init.php:159
24
- #: includes/class.yith-wcwl-admin-init.php:1485
25
- #: includes/class.yith-wcwl-admin-init.php:1486
26
  #: includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr "Wishlist"
@@ -104,7 +104,7 @@ msgstr "Titolo di default della lista dei desideri"
104
 
105
  #: includes/class.yith-wcwl-admin-init.php:1056
106
  #: includes/class.yith-wcwl-admin-init.php:1057
107
- #: includes/class.yith-wcwl-admin-init.php:1300
108
  msgid "My wishlist on %s"
109
  msgstr "La mia lista dei desideri su %s"
110
 
@@ -362,14 +362,23 @@ msgid "Show \"Share by WhatsApp\" button ( only on phones )"
362
  msgstr "Mostra pulsante \"Condividi per email\""
363
 
364
  #: includes/class.yith-wcwl-admin-init.php:1298
 
 
 
 
 
 
 
 
 
365
  msgid "Social title"
366
  msgstr "Nome per i social"
367
 
368
- #: includes/class.yith-wcwl-admin-init.php:1305
369
  msgid "Social text"
370
  msgstr "Testo per i social"
371
 
372
- #: includes/class.yith-wcwl-admin-init.php:1306
373
  msgid ""
374
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
375
  "strong> where you want to show the URL of your wishlist."
@@ -378,29 +387,29 @@ msgstr ""
378
  "%wishlist_url%</strong> nel punto in cui vuoi mostrare l'URL della tua lista "
379
  "dei desideri."
380
 
381
- #: includes/class.yith-wcwl-admin-init.php:1313
382
  msgid "Social image URL"
383
  msgstr "URL per immagine social"
384
 
385
- #: includes/class.yith-wcwl-admin-init.php:1314
386
  msgid "It will be used by Pinterest."
387
  msgstr "Verrà usato da Pinterest."
388
 
389
- #: includes/class.yith-wcwl-admin-init.php:1328
390
  msgid ""
391
  "If you want to take advantage of this feature, you could consider to "
392
  "purchase the %s."
393
  msgstr "Se vuoi usufruire di questa funzionalità puoi acquistare l'%s."
394
 
395
- #: includes/class.yith-wcwl-admin-init.php:1333
396
  msgid "YITH WooCommerce Frequently Bought Together Integration"
397
  msgstr "Integrazione con YITH WooCommerce Frequently Bought Together"
398
 
399
- #: includes/class.yith-wcwl-admin-init.php:1340
400
  msgid "Enable slider in wishlist"
401
  msgstr "Abilita lo slider nella lista dei desideri"
402
 
403
- #: includes/class.yith-wcwl-admin-init.php:1341
404
  msgid ""
405
  "Choose to enable product slider in wishlist page with linked products (<a "
406
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
@@ -408,84 +417,84 @@ msgstr ""
408
  "Scegli se abilitare lo slider prodotti nella pagina lista dei desideri con "
409
  "prodotti collegati (<a href=\"%s\" class=\"thickbox\">Esempio</a>). %s"
410
 
411
- #: includes/class.yith-wcwl-admin-init.php:1377
412
  msgid "\"Add to wishlist\" button"
413
  msgstr "Pulsante \"Aggiungi alla lista dei desideri\""
414
 
415
- #: includes/class.yith-wcwl-admin-init.php:1380
416
- #: includes/class.yith-wcwl-admin-init.php:1398
417
- #: includes/class.yith-wcwl-admin-init.php:1416
418
- #: includes/class.yith-wcwl-admin-init.php:1434
419
- #: includes/class.yith-wcwl-admin-init.php:1452
420
  msgid "Background"
421
  msgstr "Sfondo"
422
 
423
- #: includes/class.yith-wcwl-admin-init.php:1381
424
- #: includes/class.yith-wcwl-admin-init.php:1399
425
- #: includes/class.yith-wcwl-admin-init.php:1417
426
- #: includes/class.yith-wcwl-admin-init.php:1435
427
- #: includes/class.yith-wcwl-admin-init.php:1453
428
  msgid "Text"
429
  msgstr "Testo"
430
 
431
- #: includes/class.yith-wcwl-admin-init.php:1382
432
- #: includes/class.yith-wcwl-admin-init.php:1400
433
- #: includes/class.yith-wcwl-admin-init.php:1418
434
- #: includes/class.yith-wcwl-admin-init.php:1436
435
- #: includes/class.yith-wcwl-admin-init.php:1454
436
- msgid "Border"
437
- msgstr "Bordo"
438
-
439
  #: includes/class.yith-wcwl-admin-init.php:1389
440
  #: includes/class.yith-wcwl-admin-init.php:1407
441
  #: includes/class.yith-wcwl-admin-init.php:1425
442
  #: includes/class.yith-wcwl-admin-init.php:1443
 
 
 
 
 
 
 
 
443
  msgid "Background (hover)"
444
  msgstr "Sfondo (hover)"
445
 
446
- #: includes/class.yith-wcwl-admin-init.php:1390
447
- #: includes/class.yith-wcwl-admin-init.php:1408
448
- #: includes/class.yith-wcwl-admin-init.php:1426
449
- #: includes/class.yith-wcwl-admin-init.php:1444
450
  msgid "Text (hover)"
451
  msgstr "Testo (hover)"
452
 
453
- #: includes/class.yith-wcwl-admin-init.php:1391
454
- #: includes/class.yith-wcwl-admin-init.php:1409
455
- #: includes/class.yith-wcwl-admin-init.php:1427
456
- #: includes/class.yith-wcwl-admin-init.php:1445
457
  msgid "Border (hover)"
458
  msgstr "Bordo (hover)"
459
 
460
- #: includes/class.yith-wcwl-admin-init.php:1395
461
  msgid "\"Add to Cart\" button"
462
  msgstr "Pulsante \"Aggiungi al carrello\""
463
 
464
- #: includes/class.yith-wcwl-admin-init.php:1413
465
  msgid "\"Style 1\" button"
466
  msgstr "Pulsante \"Stile 1\""
467
 
468
- #: includes/class.yith-wcwl-admin-init.php:1431
469
  msgid "\"Style 2\" button"
470
  msgstr "Pulsante \"Stile 2\""
471
 
472
- #: includes/class.yith-wcwl-admin-init.php:1449
473
  msgid "Wishlist table"
474
  msgstr "Tabella lista dei desideri"
475
 
476
- #: includes/class.yith-wcwl-admin-init.php:1458
477
  msgid "Headers"
478
  msgstr "Intestazioni tabella"
479
 
480
- #: includes/class.yith-wcwl-admin-init.php:1461
481
  msgid "Background color"
482
  msgstr "Colore sfondo"
483
 
484
- #: includes/class.yith-wcwl-admin-init.php:1551
485
  msgid "Wishlist Activated"
486
  msgstr "Funzionalità lista dei desideri attivata"
487
 
488
- #: includes/class.yith-wcwl-admin-init.php:1552
489
  msgid ""
490
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
491
  "can access to all the settings of our plugins that you have activated. "
@@ -497,11 +506,11 @@ msgstr ""
497
  "disponibile in una eccezionale versione PREMIUM con molte nuove opzioni, <a "
498
  "href=\"%s\">scopri di più adesso</a>."
499
 
500
- #: includes/class.yith-wcwl-admin-init.php:1563
501
  msgid "Wishlist Updated"
502
  msgstr "Lista dei desideri aggiornata"
503
 
504
- #: includes/class.yith-wcwl-admin-init.php:1564
505
  msgid ""
506
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
507
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
@@ -719,7 +728,7 @@ msgstr ""
719
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
720
  msgstr ""
721
 
722
- #: includes/class.yith-wcwl-shortcode.php:386
723
  #: includes/class.yith-wcwl-ui.php:164
724
  msgid "Share on:"
725
  msgstr "Condividi su:"
@@ -762,23 +771,23 @@ msgstr ""
762
  "Si è verificato un errore durante la rimozione dei prodotti dalla lista dei "
763
  "desideri"
764
 
765
- #: includes/class.yith-wcwl.php:809
766
  msgid "You need to log in before creating a new wishlist"
767
  msgstr "Devi essere loggato prima di poter creare una nuova lista dei desideri"
768
 
769
- #: includes/class.yith-wcwl.php:1610
770
  msgid "Product successfully removed."
771
  msgstr "Prodotto rimosso con successo"
772
 
773
- #: includes/class.yith-wcwl.php:1614
774
  msgid "Error. Unable to remove the product from the wishlist."
775
  msgstr "Errore. Impossibile rimuovere il prodotto dalla lista dei desideri."
776
 
777
- #: includes/class.yith-wcwl.php:1618 templates/wishlist-view.php:242
778
  msgid "No products were added to the wishlist"
779
  msgstr "Non è stato aggiunto alcun prodotto alla lista dei desideri."
780
 
781
- #: includes/class.yith-wcwl.php:1660
782
  msgid "An error as occurred."
783
  msgstr "Si è verificato un errore."
784
 
@@ -1112,6 +1121,18 @@ msgstr "La mia lista dei desideri su %s"
1112
  msgid "WhatsApp"
1113
  msgstr ""
1114
 
 
 
 
 
 
 
 
 
 
 
 
 
1115
  #: templates/wishlist-view.php:32
1116
  msgid "Edit title"
1117
  msgstr "Modifica titolo"
4
  msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
7
+ "POT-Creation-Date: 2019-08-12 11:01:34+00:00\n"
8
  "PO-Revision-Date: 2019-02-12 14:37+0100\n"
9
  "Last-Translator: \n"
10
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
21
  "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
22
 
23
  #: includes/class.yith-wcwl-admin-init.php:159
24
+ #: includes/class.yith-wcwl-admin-init.php:1492
25
+ #: includes/class.yith-wcwl-admin-init.php:1493
26
  #: includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr "Wishlist"
104
 
105
  #: includes/class.yith-wcwl-admin-init.php:1056
106
  #: includes/class.yith-wcwl-admin-init.php:1057
107
+ #: includes/class.yith-wcwl-admin-init.php:1307
108
  msgid "My wishlist on %s"
109
  msgstr "La mia lista dei desideri su %s"
110
 
362
  msgstr "Mostra pulsante \"Condividi per email\""
363
 
364
  #: includes/class.yith-wcwl-admin-init.php:1298
365
+ #, fuzzy
366
+ msgid "Share by Url"
367
+ msgstr "Condividi per email"
368
+
369
+ #: includes/class.yith-wcwl-admin-init.php:1299
370
+ msgid "Show \"Share Url\" field on wishlist page"
371
+ msgstr ""
372
+
373
+ #: includes/class.yith-wcwl-admin-init.php:1305
374
  msgid "Social title"
375
  msgstr "Nome per i social"
376
 
377
+ #: includes/class.yith-wcwl-admin-init.php:1312
378
  msgid "Social text"
379
  msgstr "Testo per i social"
380
 
381
+ #: includes/class.yith-wcwl-admin-init.php:1313
382
  msgid ""
383
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
384
  "strong> where you want to show the URL of your wishlist."
387
  "%wishlist_url%</strong> nel punto in cui vuoi mostrare l'URL della tua lista "
388
  "dei desideri."
389
 
390
+ #: includes/class.yith-wcwl-admin-init.php:1320
391
  msgid "Social image URL"
392
  msgstr "URL per immagine social"
393
 
394
+ #: includes/class.yith-wcwl-admin-init.php:1321
395
  msgid "It will be used by Pinterest."
396
  msgstr "Verrà usato da Pinterest."
397
 
398
+ #: includes/class.yith-wcwl-admin-init.php:1335
399
  msgid ""
400
  "If you want to take advantage of this feature, you could consider to "
401
  "purchase the %s."
402
  msgstr "Se vuoi usufruire di questa funzionalità puoi acquistare l'%s."
403
 
404
+ #: includes/class.yith-wcwl-admin-init.php:1340
405
  msgid "YITH WooCommerce Frequently Bought Together Integration"
406
  msgstr "Integrazione con YITH WooCommerce Frequently Bought Together"
407
 
408
+ #: includes/class.yith-wcwl-admin-init.php:1347
409
  msgid "Enable slider in wishlist"
410
  msgstr "Abilita lo slider nella lista dei desideri"
411
 
412
+ #: includes/class.yith-wcwl-admin-init.php:1348
413
  msgid ""
414
  "Choose to enable product slider in wishlist page with linked products (<a "
415
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
417
  "Scegli se abilitare lo slider prodotti nella pagina lista dei desideri con "
418
  "prodotti collegati (<a href=\"%s\" class=\"thickbox\">Esempio</a>). %s"
419
 
420
+ #: includes/class.yith-wcwl-admin-init.php:1384
421
  msgid "\"Add to wishlist\" button"
422
  msgstr "Pulsante \"Aggiungi alla lista dei desideri\""
423
 
424
+ #: includes/class.yith-wcwl-admin-init.php:1387
425
+ #: includes/class.yith-wcwl-admin-init.php:1405
426
+ #: includes/class.yith-wcwl-admin-init.php:1423
427
+ #: includes/class.yith-wcwl-admin-init.php:1441
428
+ #: includes/class.yith-wcwl-admin-init.php:1459
429
  msgid "Background"
430
  msgstr "Sfondo"
431
 
432
+ #: includes/class.yith-wcwl-admin-init.php:1388
433
+ #: includes/class.yith-wcwl-admin-init.php:1406
434
+ #: includes/class.yith-wcwl-admin-init.php:1424
435
+ #: includes/class.yith-wcwl-admin-init.php:1442
436
+ #: includes/class.yith-wcwl-admin-init.php:1460
437
  msgid "Text"
438
  msgstr "Testo"
439
 
 
 
 
 
 
 
 
 
440
  #: includes/class.yith-wcwl-admin-init.php:1389
441
  #: includes/class.yith-wcwl-admin-init.php:1407
442
  #: includes/class.yith-wcwl-admin-init.php:1425
443
  #: includes/class.yith-wcwl-admin-init.php:1443
444
+ #: includes/class.yith-wcwl-admin-init.php:1461
445
+ msgid "Border"
446
+ msgstr "Bordo"
447
+
448
+ #: includes/class.yith-wcwl-admin-init.php:1396
449
+ #: includes/class.yith-wcwl-admin-init.php:1414
450
+ #: includes/class.yith-wcwl-admin-init.php:1432
451
+ #: includes/class.yith-wcwl-admin-init.php:1450
452
  msgid "Background (hover)"
453
  msgstr "Sfondo (hover)"
454
 
455
+ #: includes/class.yith-wcwl-admin-init.php:1397
456
+ #: includes/class.yith-wcwl-admin-init.php:1415
457
+ #: includes/class.yith-wcwl-admin-init.php:1433
458
+ #: includes/class.yith-wcwl-admin-init.php:1451
459
  msgid "Text (hover)"
460
  msgstr "Testo (hover)"
461
 
462
+ #: includes/class.yith-wcwl-admin-init.php:1398
463
+ #: includes/class.yith-wcwl-admin-init.php:1416
464
+ #: includes/class.yith-wcwl-admin-init.php:1434
465
+ #: includes/class.yith-wcwl-admin-init.php:1452
466
  msgid "Border (hover)"
467
  msgstr "Bordo (hover)"
468
 
469
+ #: includes/class.yith-wcwl-admin-init.php:1402
470
  msgid "\"Add to Cart\" button"
471
  msgstr "Pulsante \"Aggiungi al carrello\""
472
 
473
+ #: includes/class.yith-wcwl-admin-init.php:1420
474
  msgid "\"Style 1\" button"
475
  msgstr "Pulsante \"Stile 1\""
476
 
477
+ #: includes/class.yith-wcwl-admin-init.php:1438
478
  msgid "\"Style 2\" button"
479
  msgstr "Pulsante \"Stile 2\""
480
 
481
+ #: includes/class.yith-wcwl-admin-init.php:1456
482
  msgid "Wishlist table"
483
  msgstr "Tabella lista dei desideri"
484
 
485
+ #: includes/class.yith-wcwl-admin-init.php:1465
486
  msgid "Headers"
487
  msgstr "Intestazioni tabella"
488
 
489
+ #: includes/class.yith-wcwl-admin-init.php:1468
490
  msgid "Background color"
491
  msgstr "Colore sfondo"
492
 
493
+ #: includes/class.yith-wcwl-admin-init.php:1558
494
  msgid "Wishlist Activated"
495
  msgstr "Funzionalità lista dei desideri attivata"
496
 
497
+ #: includes/class.yith-wcwl-admin-init.php:1559
498
  msgid ""
499
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
500
  "can access to all the settings of our plugins that you have activated. "
506
  "disponibile in una eccezionale versione PREMIUM con molte nuove opzioni, <a "
507
  "href=\"%s\">scopri di più adesso</a>."
508
 
509
+ #: includes/class.yith-wcwl-admin-init.php:1570
510
  msgid "Wishlist Updated"
511
  msgstr "Lista dei desideri aggiornata"
512
 
513
+ #: includes/class.yith-wcwl-admin-init.php:1571
514
  msgid ""
515
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
516
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
728
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
729
  msgstr ""
730
 
731
+ #: includes/class.yith-wcwl-shortcode.php:387
732
  #: includes/class.yith-wcwl-ui.php:164
733
  msgid "Share on:"
734
  msgstr "Condividi su:"
771
  "Si è verificato un errore durante la rimozione dei prodotti dalla lista dei "
772
  "desideri"
773
 
774
+ #: includes/class.yith-wcwl.php:825
775
  msgid "You need to log in before creating a new wishlist"
776
  msgstr "Devi essere loggato prima di poter creare una nuova lista dei desideri"
777
 
778
+ #: includes/class.yith-wcwl.php:1627
779
  msgid "Product successfully removed."
780
  msgstr "Prodotto rimosso con successo"
781
 
782
+ #: includes/class.yith-wcwl.php:1631
783
  msgid "Error. Unable to remove the product from the wishlist."
784
  msgstr "Errore. Impossibile rimuovere il prodotto dalla lista dei desideri."
785
 
786
+ #: includes/class.yith-wcwl.php:1635 templates/wishlist-view.php:242
787
  msgid "No products were added to the wishlist"
788
  msgstr "Non è stato aggiunto alcun prodotto alla lista dei desideri."
789
 
790
+ #: includes/class.yith-wcwl.php:1677
791
  msgid "An error as occurred."
792
  msgstr "Si è verificato un errore."
793
 
1121
  msgid "WhatsApp"
1122
  msgstr ""
1123
 
1124
+ #: templates/share.php:61
1125
+ msgid "(Now"
1126
+ msgstr ""
1127
+
1128
+ #: templates/share.php:61
1129
+ msgid "copy"
1130
+ msgstr ""
1131
+
1132
+ #: templates/share.php:61
1133
+ msgid "this wishlist link and share it anywhere)"
1134
+ msgstr ""
1135
+
1136
  #: templates/wishlist-view.php:32
1137
  msgid "Edit title"
1138
  msgstr "Modifica titolo"
languages/yith-woocommerce-wishlist-ko_KR.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-ko_KR.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
- "POT-Creation-Date: 2019-04-15 10:23:21+00:00\n"
6
  "PO-Revision-Date: 2019-02-12 14:37+0100\n"
7
  "Last-Translator: Valentyn Zubenko <valentyn.zubenko@gmail.com>\n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
@@ -21,8 +21,8 @@ msgstr ""
21
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
22
 
23
  #: includes/class.yith-wcwl-admin-init.php:159
24
- #: includes/class.yith-wcwl-admin-init.php:1485
25
- #: includes/class.yith-wcwl-admin-init.php:1486
26
  #: includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr "위시리스"
@@ -102,7 +102,7 @@ msgstr "기본 위시리스트 제목"
102
 
103
  #: includes/class.yith-wcwl-admin-init.php:1056
104
  #: includes/class.yith-wcwl-admin-init.php:1057
105
- #: includes/class.yith-wcwl-admin-init.php:1300
106
  msgid "My wishlist on %s"
107
  msgstr "나의 위시리스트 목록 @ %s"
108
 
@@ -349,42 +349,51 @@ msgid "Show \"Share by WhatsApp\" button ( only on phones )"
349
  msgstr "\"이메일로 공유\"버튼 보이기"
350
 
351
  #: includes/class.yith-wcwl-admin-init.php:1298
 
 
 
 
 
 
 
 
 
352
  msgid "Social title"
353
  msgstr "소셜 타이틀"
354
 
355
- #: includes/class.yith-wcwl-admin-init.php:1305
356
  msgid "Social text"
357
  msgstr "소셜 텍스트 "
358
 
359
- #: includes/class.yith-wcwl-admin-init.php:1306
360
  msgid ""
361
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
362
  "strong> where you want to show the URL of your wishlist."
363
  msgstr ""
364
 
365
- #: includes/class.yith-wcwl-admin-init.php:1313
366
  msgid "Social image URL"
367
  msgstr "소셜 이미지 URL"
368
 
369
- #: includes/class.yith-wcwl-admin-init.php:1314
370
  msgid "It will be used by Pinterest."
371
  msgstr ""
372
 
373
- #: includes/class.yith-wcwl-admin-init.php:1328
374
  msgid ""
375
  "If you want to take advantage of this feature, you could consider to "
376
  "purchase the %s."
377
  msgstr "이기능의 장점을 사용하시려면 %s 의 구매를 생각해 보십시요."
378
 
379
- #: includes/class.yith-wcwl-admin-init.php:1333
380
  msgid "YITH WooCommerce Frequently Bought Together Integration"
381
  msgstr "YITH WooCommerce 와 함께 자주 구매되는 연결"
382
 
383
- #: includes/class.yith-wcwl-admin-init.php:1340
384
  msgid "Enable slider in wishlist"
385
  msgstr "위시리스트내 슬라이더 사용 "
386
 
387
- #: includes/class.yith-wcwl-admin-init.php:1341
388
  msgid ""
389
  "Choose to enable product slider in wishlist page with linked products (<a "
390
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
@@ -392,84 +401,84 @@ msgstr ""
392
  "위시리스트 페이지에 연결된 상품내 상품 슬라이더 기능 선택 (<a href=\"%s\" "
393
  "class=\"thickbox\">Example</a>). %s"
394
 
395
- #: includes/class.yith-wcwl-admin-init.php:1377
396
  msgid "\"Add to wishlist\" button"
397
  msgstr "\"위시리스트 추가\"버튼"
398
 
399
- #: includes/class.yith-wcwl-admin-init.php:1380
400
- #: includes/class.yith-wcwl-admin-init.php:1398
401
- #: includes/class.yith-wcwl-admin-init.php:1416
402
- #: includes/class.yith-wcwl-admin-init.php:1434
403
- #: includes/class.yith-wcwl-admin-init.php:1452
404
  msgid "Background"
405
  msgstr "백그라운드 "
406
 
407
- #: includes/class.yith-wcwl-admin-init.php:1381
408
- #: includes/class.yith-wcwl-admin-init.php:1399
409
- #: includes/class.yith-wcwl-admin-init.php:1417
410
- #: includes/class.yith-wcwl-admin-init.php:1435
411
- #: includes/class.yith-wcwl-admin-init.php:1453
412
  msgid "Text"
413
  msgstr "텍스트 "
414
 
415
- #: includes/class.yith-wcwl-admin-init.php:1382
416
- #: includes/class.yith-wcwl-admin-init.php:1400
417
- #: includes/class.yith-wcwl-admin-init.php:1418
418
- #: includes/class.yith-wcwl-admin-init.php:1436
419
- #: includes/class.yith-wcwl-admin-init.php:1454
420
- msgid "Border"
421
- msgstr "경계 "
422
-
423
  #: includes/class.yith-wcwl-admin-init.php:1389
424
  #: includes/class.yith-wcwl-admin-init.php:1407
425
  #: includes/class.yith-wcwl-admin-init.php:1425
426
  #: includes/class.yith-wcwl-admin-init.php:1443
 
 
 
 
 
 
 
 
427
  msgid "Background (hover)"
428
  msgstr "백그라운드(안쪽)"
429
 
430
- #: includes/class.yith-wcwl-admin-init.php:1390
431
- #: includes/class.yith-wcwl-admin-init.php:1408
432
- #: includes/class.yith-wcwl-admin-init.php:1426
433
- #: includes/class.yith-wcwl-admin-init.php:1444
434
  msgid "Text (hover)"
435
  msgstr "텍스트 (안쪽)"
436
 
437
- #: includes/class.yith-wcwl-admin-init.php:1391
438
- #: includes/class.yith-wcwl-admin-init.php:1409
439
- #: includes/class.yith-wcwl-admin-init.php:1427
440
- #: includes/class.yith-wcwl-admin-init.php:1445
441
  msgid "Border (hover)"
442
  msgstr "경계 (안쪽)"
443
 
444
- #: includes/class.yith-wcwl-admin-init.php:1395
445
  msgid "\"Add to Cart\" button"
446
  msgstr "\"장바구니 담기\" 버튼 "
447
 
448
- #: includes/class.yith-wcwl-admin-init.php:1413
449
  msgid "\"Style 1\" button"
450
  msgstr "\"스타일 1\" 버튼 "
451
 
452
- #: includes/class.yith-wcwl-admin-init.php:1431
453
  msgid "\"Style 2\" button"
454
  msgstr "\"스타일 2\" 버튼 "
455
 
456
- #: includes/class.yith-wcwl-admin-init.php:1449
457
  msgid "Wishlist table"
458
  msgstr "위시리스트 테이블 "
459
 
460
- #: includes/class.yith-wcwl-admin-init.php:1458
461
  msgid "Headers"
462
  msgstr "헤더 "
463
 
464
- #: includes/class.yith-wcwl-admin-init.php:1461
465
  msgid "Background color"
466
  msgstr "백그라운드 색깔 "
467
 
468
- #: includes/class.yith-wcwl-admin-init.php:1551
469
  msgid "Wishlist Activated"
470
  msgstr "위시리스트 사용됨"
471
 
472
- #: includes/class.yith-wcwl-admin-init.php:1552
473
  msgid ""
474
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
475
  "can access to all the settings of our plugins that you have activated. "
@@ -480,11 +489,11 @@ msgstr ""
480
  "인의 세팅을 할수 있읍니다. 프리미엄버전의 많은 새로운 옵션 <a href=\"%s"
481
  "\">discover it now</a> 이 사용가능합니다."
482
 
483
- #: includes/class.yith-wcwl-admin-init.php:1563
484
  msgid "Wishlist Updated"
485
  msgstr "위시리스트 업데이트됨 "
486
 
487
- #: includes/class.yith-wcwl-admin-init.php:1564
488
  msgid ""
489
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
490
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
@@ -697,7 +706,7 @@ msgstr ""
697
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
698
  msgstr ""
699
 
700
- #: includes/class.yith-wcwl-shortcode.php:386
701
  #: includes/class.yith-wcwl-ui.php:164
702
  msgid "Share on:"
703
  msgstr "공유: "
@@ -734,23 +743,23 @@ msgstr "\"제거\" 옵션은 파라메타가 필요없음."
734
  msgid "An error occurred while removing products from the wishlist"
735
  msgstr "위시리스트에서 제거중에 에러가 발생함. "
736
 
737
- #: includes/class.yith-wcwl.php:809
738
  msgid "You need to log in before creating a new wishlist"
739
  msgstr "새로운 위시리스트를 만들기 전에 로그인 하십시요"
740
 
741
- #: includes/class.yith-wcwl.php:1610
742
  msgid "Product successfully removed."
743
  msgstr "상품이 성공적으로 제거 되었습니다."
744
 
745
- #: includes/class.yith-wcwl.php:1614
746
  msgid "Error. Unable to remove the product from the wishlist."
747
  msgstr "에러, 위시리스트에서 상품제거 불가능 "
748
 
749
- #: includes/class.yith-wcwl.php:1618 templates/wishlist-view.php:242
750
  msgid "No products were added to the wishlist"
751
  msgstr "위시리스트에 추가할 상품이 없음 "
752
 
753
- #: includes/class.yith-wcwl.php:1660
754
  msgid "An error as occurred."
755
  msgstr "에러가 발생됨 "
756
 
@@ -1065,6 +1074,18 @@ msgstr "나의 위시리스트 목록 @ %s"
1065
  msgid "WhatsApp"
1066
  msgstr ""
1067
 
 
 
 
 
 
 
 
 
 
 
 
 
1068
  #: templates/wishlist-view.php:32
1069
  msgid "Edit title"
1070
  msgstr "타이틀 편집 "
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
+ "POT-Creation-Date: 2019-08-12 11:01:34+00:00\n"
6
  "PO-Revision-Date: 2019-02-12 14:37+0100\n"
7
  "Last-Translator: Valentyn Zubenko <valentyn.zubenko@gmail.com>\n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
21
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
22
 
23
  #: includes/class.yith-wcwl-admin-init.php:159
24
+ #: includes/class.yith-wcwl-admin-init.php:1492
25
+ #: includes/class.yith-wcwl-admin-init.php:1493
26
  #: includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr "위시리스"
102
 
103
  #: includes/class.yith-wcwl-admin-init.php:1056
104
  #: includes/class.yith-wcwl-admin-init.php:1057
105
+ #: includes/class.yith-wcwl-admin-init.php:1307
106
  msgid "My wishlist on %s"
107
  msgstr "나의 위시리스트 목록 @ %s"
108
 
349
  msgstr "\"이메일로 공유\"버튼 보이기"
350
 
351
  #: includes/class.yith-wcwl-admin-init.php:1298
352
+ #, fuzzy
353
+ msgid "Share by Url"
354
+ msgstr "이메일로 공유"
355
+
356
+ #: includes/class.yith-wcwl-admin-init.php:1299
357
+ msgid "Show \"Share Url\" field on wishlist page"
358
+ msgstr ""
359
+
360
+ #: includes/class.yith-wcwl-admin-init.php:1305
361
  msgid "Social title"
362
  msgstr "소셜 타이틀"
363
 
364
+ #: includes/class.yith-wcwl-admin-init.php:1312
365
  msgid "Social text"
366
  msgstr "소셜 텍스트 "
367
 
368
+ #: includes/class.yith-wcwl-admin-init.php:1313
369
  msgid ""
370
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
371
  "strong> where you want to show the URL of your wishlist."
372
  msgstr ""
373
 
374
+ #: includes/class.yith-wcwl-admin-init.php:1320
375
  msgid "Social image URL"
376
  msgstr "소셜 이미지 URL"
377
 
378
+ #: includes/class.yith-wcwl-admin-init.php:1321
379
  msgid "It will be used by Pinterest."
380
  msgstr ""
381
 
382
+ #: includes/class.yith-wcwl-admin-init.php:1335
383
  msgid ""
384
  "If you want to take advantage of this feature, you could consider to "
385
  "purchase the %s."
386
  msgstr "이기능의 장점을 사용하시려면 %s 의 구매를 생각해 보십시요."
387
 
388
+ #: includes/class.yith-wcwl-admin-init.php:1340
389
  msgid "YITH WooCommerce Frequently Bought Together Integration"
390
  msgstr "YITH WooCommerce 와 함께 자주 구매되는 연결"
391
 
392
+ #: includes/class.yith-wcwl-admin-init.php:1347
393
  msgid "Enable slider in wishlist"
394
  msgstr "위시리스트내 슬라이더 사용 "
395
 
396
+ #: includes/class.yith-wcwl-admin-init.php:1348
397
  msgid ""
398
  "Choose to enable product slider in wishlist page with linked products (<a "
399
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
401
  "위시리스트 페이지에 연결된 상품내 상품 슬라이더 기능 선택 (<a href=\"%s\" "
402
  "class=\"thickbox\">Example</a>). %s"
403
 
404
+ #: includes/class.yith-wcwl-admin-init.php:1384
405
  msgid "\"Add to wishlist\" button"
406
  msgstr "\"위시리스트 추가\"버튼"
407
 
408
+ #: includes/class.yith-wcwl-admin-init.php:1387
409
+ #: includes/class.yith-wcwl-admin-init.php:1405
410
+ #: includes/class.yith-wcwl-admin-init.php:1423
411
+ #: includes/class.yith-wcwl-admin-init.php:1441
412
+ #: includes/class.yith-wcwl-admin-init.php:1459
413
  msgid "Background"
414
  msgstr "백그라운드 "
415
 
416
+ #: includes/class.yith-wcwl-admin-init.php:1388
417
+ #: includes/class.yith-wcwl-admin-init.php:1406
418
+ #: includes/class.yith-wcwl-admin-init.php:1424
419
+ #: includes/class.yith-wcwl-admin-init.php:1442
420
+ #: includes/class.yith-wcwl-admin-init.php:1460
421
  msgid "Text"
422
  msgstr "텍스트 "
423
 
 
 
 
 
 
 
 
 
424
  #: includes/class.yith-wcwl-admin-init.php:1389
425
  #: includes/class.yith-wcwl-admin-init.php:1407
426
  #: includes/class.yith-wcwl-admin-init.php:1425
427
  #: includes/class.yith-wcwl-admin-init.php:1443
428
+ #: includes/class.yith-wcwl-admin-init.php:1461
429
+ msgid "Border"
430
+ msgstr "경계 "
431
+
432
+ #: includes/class.yith-wcwl-admin-init.php:1396
433
+ #: includes/class.yith-wcwl-admin-init.php:1414
434
+ #: includes/class.yith-wcwl-admin-init.php:1432
435
+ #: includes/class.yith-wcwl-admin-init.php:1450
436
  msgid "Background (hover)"
437
  msgstr "백그라운드(안쪽)"
438
 
439
+ #: includes/class.yith-wcwl-admin-init.php:1397
440
+ #: includes/class.yith-wcwl-admin-init.php:1415
441
+ #: includes/class.yith-wcwl-admin-init.php:1433
442
+ #: includes/class.yith-wcwl-admin-init.php:1451
443
  msgid "Text (hover)"
444
  msgstr "텍스트 (안쪽)"
445
 
446
+ #: includes/class.yith-wcwl-admin-init.php:1398
447
+ #: includes/class.yith-wcwl-admin-init.php:1416
448
+ #: includes/class.yith-wcwl-admin-init.php:1434
449
+ #: includes/class.yith-wcwl-admin-init.php:1452
450
  msgid "Border (hover)"
451
  msgstr "경계 (안쪽)"
452
 
453
+ #: includes/class.yith-wcwl-admin-init.php:1402
454
  msgid "\"Add to Cart\" button"
455
  msgstr "\"장바구니 담기\" 버튼 "
456
 
457
+ #: includes/class.yith-wcwl-admin-init.php:1420
458
  msgid "\"Style 1\" button"
459
  msgstr "\"스타일 1\" 버튼 "
460
 
461
+ #: includes/class.yith-wcwl-admin-init.php:1438
462
  msgid "\"Style 2\" button"
463
  msgstr "\"스타일 2\" 버튼 "
464
 
465
+ #: includes/class.yith-wcwl-admin-init.php:1456
466
  msgid "Wishlist table"
467
  msgstr "위시리스트 테이블 "
468
 
469
+ #: includes/class.yith-wcwl-admin-init.php:1465
470
  msgid "Headers"
471
  msgstr "헤더 "
472
 
473
+ #: includes/class.yith-wcwl-admin-init.php:1468
474
  msgid "Background color"
475
  msgstr "백그라운드 색깔 "
476
 
477
+ #: includes/class.yith-wcwl-admin-init.php:1558
478
  msgid "Wishlist Activated"
479
  msgstr "위시리스트 사용됨"
480
 
481
+ #: includes/class.yith-wcwl-admin-init.php:1559
482
  msgid ""
483
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
484
  "can access to all the settings of our plugins that you have activated. "
489
  "인의 세팅을 할수 있읍니다. 프리미엄버전의 많은 새로운 옵션 <a href=\"%s"
490
  "\">discover it now</a> 이 사용가능합니다."
491
 
492
+ #: includes/class.yith-wcwl-admin-init.php:1570
493
  msgid "Wishlist Updated"
494
  msgstr "위시리스트 업데이트됨 "
495
 
496
+ #: includes/class.yith-wcwl-admin-init.php:1571
497
  msgid ""
498
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
499
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
706
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
707
  msgstr ""
708
 
709
+ #: includes/class.yith-wcwl-shortcode.php:387
710
  #: includes/class.yith-wcwl-ui.php:164
711
  msgid "Share on:"
712
  msgstr "공유: "
743
  msgid "An error occurred while removing products from the wishlist"
744
  msgstr "위시리스트에서 제거중에 에러가 발생함. "
745
 
746
+ #: includes/class.yith-wcwl.php:825
747
  msgid "You need to log in before creating a new wishlist"
748
  msgstr "새로운 위시리스트를 만들기 전에 로그인 하십시요"
749
 
750
+ #: includes/class.yith-wcwl.php:1627
751
  msgid "Product successfully removed."
752
  msgstr "상품이 성공적으로 제거 되었습니다."
753
 
754
+ #: includes/class.yith-wcwl.php:1631
755
  msgid "Error. Unable to remove the product from the wishlist."
756
  msgstr "에러, 위시리스트에서 상품제거 불가능 "
757
 
758
+ #: includes/class.yith-wcwl.php:1635 templates/wishlist-view.php:242
759
  msgid "No products were added to the wishlist"
760
  msgstr "위시리스트에 추가할 상품이 없음 "
761
 
762
+ #: includes/class.yith-wcwl.php:1677
763
  msgid "An error as occurred."
764
  msgstr "에러가 발생됨 "
765
 
1074
  msgid "WhatsApp"
1075
  msgstr ""
1076
 
1077
+ #: templates/share.php:61
1078
+ msgid "(Now"
1079
+ msgstr ""
1080
+
1081
+ #: templates/share.php:61
1082
+ msgid "copy"
1083
+ msgstr ""
1084
+
1085
+ #: templates/share.php:61
1086
+ msgid "this wishlist link and share it anywhere)"
1087
+ msgstr ""
1088
+
1089
  #: templates/wishlist-view.php:32
1090
  msgid "Edit title"
1091
  msgstr "타이틀 편집 "
languages/yith-woocommerce-wishlist-nl_NL.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-nl_NL.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
- "POT-Creation-Date: 2019-04-15 10:23:21+00:00\n"
6
  "PO-Revision-Date: 2019-02-12 14:38+0100\n"
7
  "Last-Translator: W. van Kuipers <w.vankuipers@pwnd.nl>\n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
@@ -21,8 +21,8 @@ msgstr ""
21
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
22
 
23
  #: includes/class.yith-wcwl-admin-init.php:159
24
- #: includes/class.yith-wcwl-admin-init.php:1485
25
- #: includes/class.yith-wcwl-admin-init.php:1486
26
  #: includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr "Wenslijst"
@@ -103,7 +103,7 @@ msgstr "Standaard wenslijst titel"
103
 
104
  #: includes/class.yith-wcwl-admin-init.php:1056
105
  #: includes/class.yith-wcwl-admin-init.php:1057
106
- #: includes/class.yith-wcwl-admin-init.php:1300
107
  msgid "My wishlist on %s"
108
  msgstr "Mijn wenslijst op %s"
109
 
@@ -359,28 +359,37 @@ msgid "Show \"Share by WhatsApp\" button ( only on phones )"
359
  msgstr "Geef de “Deel met email” knop weer"
360
 
361
  #: includes/class.yith-wcwl-admin-init.php:1298
 
 
 
 
 
 
 
 
 
362
  msgid "Social title"
363
  msgstr "Te dele titel"
364
 
365
- #: includes/class.yith-wcwl-admin-init.php:1305
366
  msgid "Social text"
367
  msgstr "Te dele tekst"
368
 
369
- #: includes/class.yith-wcwl-admin-init.php:1306
370
  msgid ""
371
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
372
  "strong> where you want to show the URL of your wishlist."
373
  msgstr ""
374
 
375
- #: includes/class.yith-wcwl-admin-init.php:1313
376
  msgid "Social image URL"
377
  msgstr "Deel afbeelding url"
378
 
379
- #: includes/class.yith-wcwl-admin-init.php:1314
380
  msgid "It will be used by Pinterest."
381
  msgstr ""
382
 
383
- #: includes/class.yith-wcwl-admin-init.php:1328
384
  msgid ""
385
  "If you want to take advantage of this feature, you could consider to "
386
  "purchase the %s."
@@ -388,15 +397,15 @@ msgstr ""
388
  "Al u gebruik wilt maken van deze functie kunt u overwegen om %s aan te "
389
  "schaffen."
390
 
391
- #: includes/class.yith-wcwl-admin-init.php:1333
392
  msgid "YITH WooCommerce Frequently Bought Together Integration"
393
  msgstr "YITH WooCommerce Frequently Bought Together intergratie"
394
 
395
- #: includes/class.yith-wcwl-admin-init.php:1340
396
  msgid "Enable slider in wishlist"
397
  msgstr "Slider inschakelen op wenslijst"
398
 
399
- #: includes/class.yith-wcwl-admin-init.php:1341
400
  msgid ""
401
  "Choose to enable product slider in wishlist page with linked products (<a "
402
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
@@ -404,84 +413,84 @@ msgstr ""
404
  "Kies ervoor om de product slider op de wenslijst pagina weer te geven met "
405
  "gelinkte producten (<a href=\"%s\" class=\"thickbox\">Voorbeeld</a>). %s"
406
 
407
- #: includes/class.yith-wcwl-admin-init.php:1377
408
  msgid "\"Add to wishlist\" button"
409
  msgstr "“Toevoegen aan wenslijst” knop"
410
 
411
- #: includes/class.yith-wcwl-admin-init.php:1380
412
- #: includes/class.yith-wcwl-admin-init.php:1398
413
- #: includes/class.yith-wcwl-admin-init.php:1416
414
- #: includes/class.yith-wcwl-admin-init.php:1434
415
- #: includes/class.yith-wcwl-admin-init.php:1452
416
  msgid "Background"
417
  msgstr "Achtergrond"
418
 
419
- #: includes/class.yith-wcwl-admin-init.php:1381
420
- #: includes/class.yith-wcwl-admin-init.php:1399
421
- #: includes/class.yith-wcwl-admin-init.php:1417
422
- #: includes/class.yith-wcwl-admin-init.php:1435
423
- #: includes/class.yith-wcwl-admin-init.php:1453
424
  msgid "Text"
425
  msgstr "Tekst"
426
 
427
- #: includes/class.yith-wcwl-admin-init.php:1382
428
- #: includes/class.yith-wcwl-admin-init.php:1400
429
- #: includes/class.yith-wcwl-admin-init.php:1418
430
- #: includes/class.yith-wcwl-admin-init.php:1436
431
- #: includes/class.yith-wcwl-admin-init.php:1454
432
- msgid "Border"
433
- msgstr "Omlijning"
434
-
435
  #: includes/class.yith-wcwl-admin-init.php:1389
436
  #: includes/class.yith-wcwl-admin-init.php:1407
437
  #: includes/class.yith-wcwl-admin-init.php:1425
438
  #: includes/class.yith-wcwl-admin-init.php:1443
 
 
 
 
 
 
 
 
439
  msgid "Background (hover)"
440
  msgstr "Achtergrond (hover)"
441
 
442
- #: includes/class.yith-wcwl-admin-init.php:1390
443
- #: includes/class.yith-wcwl-admin-init.php:1408
444
- #: includes/class.yith-wcwl-admin-init.php:1426
445
- #: includes/class.yith-wcwl-admin-init.php:1444
446
  msgid "Text (hover)"
447
  msgstr "Tekst (hover)"
448
 
449
- #: includes/class.yith-wcwl-admin-init.php:1391
450
- #: includes/class.yith-wcwl-admin-init.php:1409
451
- #: includes/class.yith-wcwl-admin-init.php:1427
452
- #: includes/class.yith-wcwl-admin-init.php:1445
453
  msgid "Border (hover)"
454
  msgstr "Omlijning (hover)"
455
 
456
- #: includes/class.yith-wcwl-admin-init.php:1395
457
  msgid "\"Add to Cart\" button"
458
  msgstr "“Add to Cart” knop"
459
 
460
- #: includes/class.yith-wcwl-admin-init.php:1413
461
  msgid "\"Style 1\" button"
462
  msgstr "\"Style 1\" knop"
463
 
464
- #: includes/class.yith-wcwl-admin-init.php:1431
465
  msgid "\"Style 2\" button"
466
  msgstr "\"Style 2” knop"
467
 
468
- #: includes/class.yith-wcwl-admin-init.php:1449
469
  msgid "Wishlist table"
470
  msgstr "Wenslijst tabel"
471
 
472
- #: includes/class.yith-wcwl-admin-init.php:1458
473
  msgid "Headers"
474
  msgstr "Koppen"
475
 
476
- #: includes/class.yith-wcwl-admin-init.php:1461
477
  msgid "Background color"
478
  msgstr "Achtergrondkleur"
479
 
480
- #: includes/class.yith-wcwl-admin-init.php:1551
481
  msgid "Wishlist Activated"
482
  msgstr "Wenslijst geactiveerd"
483
 
484
- #: includes/class.yith-wcwl-admin-init.php:1552
485
  msgid ""
486
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
487
  "can access to all the settings of our plugins that you have activated. "
@@ -493,11 +502,11 @@ msgstr ""
493
  "heeft. Wenslijst is beschikbaar in de uitstekende PREMIUM versie met vele "
494
  "nieuwe opties, <a href=\"%s\">ontdek het nu</a>."
495
 
496
- #: includes/class.yith-wcwl-admin-init.php:1563
497
  msgid "Wishlist Updated"
498
  msgstr "Wenslijst geupdate"
499
 
500
- #: includes/class.yith-wcwl-admin-init.php:1564
501
  msgid ""
502
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
503
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
@@ -712,7 +721,7 @@ msgstr ""
712
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
713
  msgstr ""
714
 
715
- #: includes/class.yith-wcwl-shortcode.php:386
716
  #: includes/class.yith-wcwl-ui.php:164
717
  msgid "Share on:"
718
  msgstr "Deel op:"
@@ -750,25 +759,25 @@ msgid "An error occurred while removing products from the wishlist"
750
  msgstr ""
751
  "Er ging iets mis bij het verwijderen van de producten van uw wenslijst."
752
 
753
- #: includes/class.yith-wcwl.php:809
754
  msgid "You need to log in before creating a new wishlist"
755
  msgstr ""
756
  "U dient ingelogd te zijn voordat u producten aan uw wenslijst kunt toevoegen"
757
 
758
- #: includes/class.yith-wcwl.php:1610
759
  msgid "Product successfully removed."
760
  msgstr "Product succesvol verwijderd"
761
 
762
- #: includes/class.yith-wcwl.php:1614
763
  msgid "Error. Unable to remove the product from the wishlist."
764
  msgstr ""
765
  "Er ging iets mis. Het product kon niet verwijderd worden van de wenslijst."
766
 
767
- #: includes/class.yith-wcwl.php:1618 templates/wishlist-view.php:242
768
  msgid "No products were added to the wishlist"
769
  msgstr "Er wijn geen producten toegevoegd aan de wenslijst"
770
 
771
- #: includes/class.yith-wcwl.php:1660
772
  msgid "An error as occurred."
773
  msgstr "Er is iets misgegaan."
774
 
@@ -1104,6 +1113,18 @@ msgstr "Mijn wenslijst op %s"
1104
  msgid "WhatsApp"
1105
  msgstr ""
1106
 
 
 
 
 
 
 
 
 
 
 
 
 
1107
  #: templates/wishlist-view.php:32
1108
  msgid "Edit title"
1109
  msgstr "Titel aanpassen"
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
+ "POT-Creation-Date: 2019-08-12 11:01:34+00:00\n"
6
  "PO-Revision-Date: 2019-02-12 14:38+0100\n"
7
  "Last-Translator: W. van Kuipers <w.vankuipers@pwnd.nl>\n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
21
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
22
 
23
  #: includes/class.yith-wcwl-admin-init.php:159
24
+ #: includes/class.yith-wcwl-admin-init.php:1492
25
+ #: includes/class.yith-wcwl-admin-init.php:1493
26
  #: includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr "Wenslijst"
103
 
104
  #: includes/class.yith-wcwl-admin-init.php:1056
105
  #: includes/class.yith-wcwl-admin-init.php:1057
106
+ #: includes/class.yith-wcwl-admin-init.php:1307
107
  msgid "My wishlist on %s"
108
  msgstr "Mijn wenslijst op %s"
109
 
359
  msgstr "Geef de “Deel met email” knop weer"
360
 
361
  #: includes/class.yith-wcwl-admin-init.php:1298
362
+ #, fuzzy
363
+ msgid "Share by Url"
364
+ msgstr "Deel met email"
365
+
366
+ #: includes/class.yith-wcwl-admin-init.php:1299
367
+ msgid "Show \"Share Url\" field on wishlist page"
368
+ msgstr ""
369
+
370
+ #: includes/class.yith-wcwl-admin-init.php:1305
371
  msgid "Social title"
372
  msgstr "Te dele titel"
373
 
374
+ #: includes/class.yith-wcwl-admin-init.php:1312
375
  msgid "Social text"
376
  msgstr "Te dele tekst"
377
 
378
+ #: includes/class.yith-wcwl-admin-init.php:1313
379
  msgid ""
380
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
381
  "strong> where you want to show the URL of your wishlist."
382
  msgstr ""
383
 
384
+ #: includes/class.yith-wcwl-admin-init.php:1320
385
  msgid "Social image URL"
386
  msgstr "Deel afbeelding url"
387
 
388
+ #: includes/class.yith-wcwl-admin-init.php:1321
389
  msgid "It will be used by Pinterest."
390
  msgstr ""
391
 
392
+ #: includes/class.yith-wcwl-admin-init.php:1335
393
  msgid ""
394
  "If you want to take advantage of this feature, you could consider to "
395
  "purchase the %s."
397
  "Al u gebruik wilt maken van deze functie kunt u overwegen om %s aan te "
398
  "schaffen."
399
 
400
+ #: includes/class.yith-wcwl-admin-init.php:1340
401
  msgid "YITH WooCommerce Frequently Bought Together Integration"
402
  msgstr "YITH WooCommerce Frequently Bought Together intergratie"
403
 
404
+ #: includes/class.yith-wcwl-admin-init.php:1347
405
  msgid "Enable slider in wishlist"
406
  msgstr "Slider inschakelen op wenslijst"
407
 
408
+ #: includes/class.yith-wcwl-admin-init.php:1348
409
  msgid ""
410
  "Choose to enable product slider in wishlist page with linked products (<a "
411
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
413
  "Kies ervoor om de product slider op de wenslijst pagina weer te geven met "
414
  "gelinkte producten (<a href=\"%s\" class=\"thickbox\">Voorbeeld</a>). %s"
415
 
416
+ #: includes/class.yith-wcwl-admin-init.php:1384
417
  msgid "\"Add to wishlist\" button"
418
  msgstr "“Toevoegen aan wenslijst” knop"
419
 
420
+ #: includes/class.yith-wcwl-admin-init.php:1387
421
+ #: includes/class.yith-wcwl-admin-init.php:1405
422
+ #: includes/class.yith-wcwl-admin-init.php:1423
423
+ #: includes/class.yith-wcwl-admin-init.php:1441
424
+ #: includes/class.yith-wcwl-admin-init.php:1459
425
  msgid "Background"
426
  msgstr "Achtergrond"
427
 
428
+ #: includes/class.yith-wcwl-admin-init.php:1388
429
+ #: includes/class.yith-wcwl-admin-init.php:1406
430
+ #: includes/class.yith-wcwl-admin-init.php:1424
431
+ #: includes/class.yith-wcwl-admin-init.php:1442
432
+ #: includes/class.yith-wcwl-admin-init.php:1460
433
  msgid "Text"
434
  msgstr "Tekst"
435
 
 
 
 
 
 
 
 
 
436
  #: includes/class.yith-wcwl-admin-init.php:1389
437
  #: includes/class.yith-wcwl-admin-init.php:1407
438
  #: includes/class.yith-wcwl-admin-init.php:1425
439
  #: includes/class.yith-wcwl-admin-init.php:1443
440
+ #: includes/class.yith-wcwl-admin-init.php:1461
441
+ msgid "Border"
442
+ msgstr "Omlijning"
443
+
444
+ #: includes/class.yith-wcwl-admin-init.php:1396
445
+ #: includes/class.yith-wcwl-admin-init.php:1414
446
+ #: includes/class.yith-wcwl-admin-init.php:1432
447
+ #: includes/class.yith-wcwl-admin-init.php:1450
448
  msgid "Background (hover)"
449
  msgstr "Achtergrond (hover)"
450
 
451
+ #: includes/class.yith-wcwl-admin-init.php:1397
452
+ #: includes/class.yith-wcwl-admin-init.php:1415
453
+ #: includes/class.yith-wcwl-admin-init.php:1433
454
+ #: includes/class.yith-wcwl-admin-init.php:1451
455
  msgid "Text (hover)"
456
  msgstr "Tekst (hover)"
457
 
458
+ #: includes/class.yith-wcwl-admin-init.php:1398
459
+ #: includes/class.yith-wcwl-admin-init.php:1416
460
+ #: includes/class.yith-wcwl-admin-init.php:1434
461
+ #: includes/class.yith-wcwl-admin-init.php:1452
462
  msgid "Border (hover)"
463
  msgstr "Omlijning (hover)"
464
 
465
+ #: includes/class.yith-wcwl-admin-init.php:1402
466
  msgid "\"Add to Cart\" button"
467
  msgstr "“Add to Cart” knop"
468
 
469
+ #: includes/class.yith-wcwl-admin-init.php:1420
470
  msgid "\"Style 1\" button"
471
  msgstr "\"Style 1\" knop"
472
 
473
+ #: includes/class.yith-wcwl-admin-init.php:1438
474
  msgid "\"Style 2\" button"
475
  msgstr "\"Style 2” knop"
476
 
477
+ #: includes/class.yith-wcwl-admin-init.php:1456
478
  msgid "Wishlist table"
479
  msgstr "Wenslijst tabel"
480
 
481
+ #: includes/class.yith-wcwl-admin-init.php:1465
482
  msgid "Headers"
483
  msgstr "Koppen"
484
 
485
+ #: includes/class.yith-wcwl-admin-init.php:1468
486
  msgid "Background color"
487
  msgstr "Achtergrondkleur"
488
 
489
+ #: includes/class.yith-wcwl-admin-init.php:1558
490
  msgid "Wishlist Activated"
491
  msgstr "Wenslijst geactiveerd"
492
 
493
+ #: includes/class.yith-wcwl-admin-init.php:1559
494
  msgid ""
495
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
496
  "can access to all the settings of our plugins that you have activated. "
502
  "heeft. Wenslijst is beschikbaar in de uitstekende PREMIUM versie met vele "
503
  "nieuwe opties, <a href=\"%s\">ontdek het nu</a>."
504
 
505
+ #: includes/class.yith-wcwl-admin-init.php:1570
506
  msgid "Wishlist Updated"
507
  msgstr "Wenslijst geupdate"
508
 
509
+ #: includes/class.yith-wcwl-admin-init.php:1571
510
  msgid ""
511
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
512
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
721
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
722
  msgstr ""
723
 
724
+ #: includes/class.yith-wcwl-shortcode.php:387
725
  #: includes/class.yith-wcwl-ui.php:164
726
  msgid "Share on:"
727
  msgstr "Deel op:"
759
  msgstr ""
760
  "Er ging iets mis bij het verwijderen van de producten van uw wenslijst."
761
 
762
+ #: includes/class.yith-wcwl.php:825
763
  msgid "You need to log in before creating a new wishlist"
764
  msgstr ""
765
  "U dient ingelogd te zijn voordat u producten aan uw wenslijst kunt toevoegen"
766
 
767
+ #: includes/class.yith-wcwl.php:1627
768
  msgid "Product successfully removed."
769
  msgstr "Product succesvol verwijderd"
770
 
771
+ #: includes/class.yith-wcwl.php:1631
772
  msgid "Error. Unable to remove the product from the wishlist."
773
  msgstr ""
774
  "Er ging iets mis. Het product kon niet verwijderd worden van de wenslijst."
775
 
776
+ #: includes/class.yith-wcwl.php:1635 templates/wishlist-view.php:242
777
  msgid "No products were added to the wishlist"
778
  msgstr "Er wijn geen producten toegevoegd aan de wenslijst"
779
 
780
+ #: includes/class.yith-wcwl.php:1677
781
  msgid "An error as occurred."
782
  msgstr "Er is iets misgegaan."
783
 
1113
  msgid "WhatsApp"
1114
  msgstr ""
1115
 
1116
+ #: templates/share.php:61
1117
+ msgid "(Now"
1118
+ msgstr ""
1119
+
1120
+ #: templates/share.php:61
1121
+ msgid "copy"
1122
+ msgstr ""
1123
+
1124
+ #: templates/share.php:61
1125
+ msgid "this wishlist link and share it anywhere)"
1126
+ msgstr ""
1127
+
1128
  #: templates/wishlist-view.php:32
1129
  msgid "Edit title"
1130
  msgstr "Titel aanpassen"
languages/yith-woocommerce-wishlist-pl_PL.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-pl_PL.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
- "POT-Creation-Date: 2019-04-15 10:23:21+00:00\n"
6
  "PO-Revision-Date: 2019-02-12 14:38+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
@@ -22,8 +22,8 @@ msgstr ""
22
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
23
 
24
  #: includes/class.yith-wcwl-admin-init.php:159
25
- #: includes/class.yith-wcwl-admin-init.php:1485
26
- #: includes/class.yith-wcwl-admin-init.php:1486
27
  #: includes/class.yith-wcwl-install.php:245
28
  msgid "Wishlist"
29
  msgstr "Obserwowane"
@@ -101,7 +101,7 @@ msgstr "Tytuł domyślny"
101
 
102
  #: includes/class.yith-wcwl-admin-init.php:1056
103
  #: includes/class.yith-wcwl-admin-init.php:1057
104
- #: includes/class.yith-wcwl-admin-init.php:1300
105
  msgid "My wishlist on %s"
106
  msgstr "Moja lista życzeń: %s"
107
 
@@ -346,125 +346,133 @@ msgid "Show \"Share by WhatsApp\" button ( only on phones )"
346
  msgstr ""
347
 
348
  #: includes/class.yith-wcwl-admin-init.php:1298
349
- msgid "Social title"
 
 
 
 
350
  msgstr ""
351
 
352
  #: includes/class.yith-wcwl-admin-init.php:1305
 
 
 
 
353
  msgid "Social text"
354
  msgstr ""
355
 
356
- #: includes/class.yith-wcwl-admin-init.php:1306
357
  msgid ""
358
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
359
  "strong> where you want to show the URL of your wishlist."
360
  msgstr ""
361
 
362
- #: includes/class.yith-wcwl-admin-init.php:1313
363
  msgid "Social image URL"
364
  msgstr ""
365
 
366
- #: includes/class.yith-wcwl-admin-init.php:1314
367
  msgid "It will be used by Pinterest."
368
  msgstr ""
369
 
370
- #: includes/class.yith-wcwl-admin-init.php:1328
371
  msgid ""
372
  "If you want to take advantage of this feature, you could consider to "
373
  "purchase the %s."
374
  msgstr ""
375
 
376
- #: includes/class.yith-wcwl-admin-init.php:1333
377
  msgid "YITH WooCommerce Frequently Bought Together Integration"
378
  msgstr ""
379
 
380
- #: includes/class.yith-wcwl-admin-init.php:1340
381
  msgid "Enable slider in wishlist"
382
  msgstr ""
383
 
384
- #: includes/class.yith-wcwl-admin-init.php:1341
385
  msgid ""
386
  "Choose to enable product slider in wishlist page with linked products (<a "
387
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
388
  msgstr ""
389
 
390
- #: includes/class.yith-wcwl-admin-init.php:1377
391
  msgid "\"Add to wishlist\" button"
392
  msgstr ""
393
 
394
- #: includes/class.yith-wcwl-admin-init.php:1380
395
- #: includes/class.yith-wcwl-admin-init.php:1398
396
- #: includes/class.yith-wcwl-admin-init.php:1416
397
- #: includes/class.yith-wcwl-admin-init.php:1434
398
- #: includes/class.yith-wcwl-admin-init.php:1452
399
  msgid "Background"
400
  msgstr "Tło"
401
 
402
- #: includes/class.yith-wcwl-admin-init.php:1381
403
- #: includes/class.yith-wcwl-admin-init.php:1399
404
- #: includes/class.yith-wcwl-admin-init.php:1417
405
- #: includes/class.yith-wcwl-admin-init.php:1435
406
- #: includes/class.yith-wcwl-admin-init.php:1453
407
  msgid "Text"
408
  msgstr "Tekst"
409
 
410
- #: includes/class.yith-wcwl-admin-init.php:1382
411
- #: includes/class.yith-wcwl-admin-init.php:1400
412
- #: includes/class.yith-wcwl-admin-init.php:1418
413
- #: includes/class.yith-wcwl-admin-init.php:1436
414
- #: includes/class.yith-wcwl-admin-init.php:1454
415
- msgid "Border"
416
- msgstr "Ramka"
417
-
418
  #: includes/class.yith-wcwl-admin-init.php:1389
419
  #: includes/class.yith-wcwl-admin-init.php:1407
420
  #: includes/class.yith-wcwl-admin-init.php:1425
421
  #: includes/class.yith-wcwl-admin-init.php:1443
 
 
 
 
 
 
 
 
422
  msgid "Background (hover)"
423
  msgstr ""
424
 
425
- #: includes/class.yith-wcwl-admin-init.php:1390
426
- #: includes/class.yith-wcwl-admin-init.php:1408
427
- #: includes/class.yith-wcwl-admin-init.php:1426
428
- #: includes/class.yith-wcwl-admin-init.php:1444
429
  msgid "Text (hover)"
430
  msgstr ""
431
 
432
- #: includes/class.yith-wcwl-admin-init.php:1391
433
- #: includes/class.yith-wcwl-admin-init.php:1409
434
- #: includes/class.yith-wcwl-admin-init.php:1427
435
- #: includes/class.yith-wcwl-admin-init.php:1445
436
  msgid "Border (hover)"
437
  msgstr ""
438
 
439
- #: includes/class.yith-wcwl-admin-init.php:1395
440
  msgid "\"Add to Cart\" button"
441
  msgstr ""
442
 
443
- #: includes/class.yith-wcwl-admin-init.php:1413
444
  msgid "\"Style 1\" button"
445
  msgstr ""
446
 
447
- #: includes/class.yith-wcwl-admin-init.php:1431
448
  msgid "\"Style 2\" button"
449
  msgstr ""
450
 
451
- #: includes/class.yith-wcwl-admin-init.php:1449
452
  msgid "Wishlist table"
453
  msgstr ""
454
 
455
- #: includes/class.yith-wcwl-admin-init.php:1458
456
  msgid "Headers"
457
  msgstr "Nagłówki"
458
 
459
- #: includes/class.yith-wcwl-admin-init.php:1461
460
  msgid "Background color"
461
  msgstr "Kolor tła"
462
 
463
- #: includes/class.yith-wcwl-admin-init.php:1551
464
  msgid "Wishlist Activated"
465
  msgstr ""
466
 
467
- #: includes/class.yith-wcwl-admin-init.php:1552
468
  msgid ""
469
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
470
  "can access to all the settings of our plugins that you have activated. "
@@ -472,11 +480,11 @@ msgid ""
472
  "options, <a href=\"%s\">discover it now</a>."
473
  msgstr ""
474
 
475
- #: includes/class.yith-wcwl-admin-init.php:1563
476
  msgid "Wishlist Updated"
477
  msgstr ""
478
 
479
- #: includes/class.yith-wcwl-admin-init.php:1564
480
  msgid ""
481
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
482
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
@@ -683,7 +691,7 @@ msgstr ""
683
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
684
  msgstr ""
685
 
686
- #: includes/class.yith-wcwl-shortcode.php:386
687
  #: includes/class.yith-wcwl-ui.php:164
688
  msgid "Share on:"
689
  msgstr "Udostępnij na:"
@@ -720,23 +728,23 @@ msgstr ""
720
  msgid "An error occurred while removing products from the wishlist"
721
  msgstr ""
722
 
723
- #: includes/class.yith-wcwl.php:809
724
  msgid "You need to log in before creating a new wishlist"
725
  msgstr ""
726
 
727
- #: includes/class.yith-wcwl.php:1610
728
  msgid "Product successfully removed."
729
  msgstr "Produkt został usunięty."
730
 
731
- #: includes/class.yith-wcwl.php:1614
732
  msgid "Error. Unable to remove the product from the wishlist."
733
  msgstr "Błąd. Nie można usunąć produktu z listy życzeń."
734
 
735
- #: includes/class.yith-wcwl.php:1618 templates/wishlist-view.php:242
736
  msgid "No products were added to the wishlist"
737
  msgstr "Nie dodano żadnych produktów do listy życzeń"
738
 
739
- #: includes/class.yith-wcwl.php:1660
740
  msgid "An error as occurred."
741
  msgstr ""
742
 
@@ -997,6 +1005,18 @@ msgstr "Moja lista życzeń: %s"
997
  msgid "WhatsApp"
998
  msgstr ""
999
 
 
 
 
 
 
 
 
 
 
 
 
 
1000
  #: templates/wishlist-view.php:32
1001
  msgid "Edit title"
1002
  msgstr "Edytuj tytuł"
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
+ "POT-Creation-Date: 2019-08-12 11:01:34+00:00\n"
6
  "PO-Revision-Date: 2019-02-12 14:38+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
22
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
23
 
24
  #: includes/class.yith-wcwl-admin-init.php:159
25
+ #: includes/class.yith-wcwl-admin-init.php:1492
26
+ #: includes/class.yith-wcwl-admin-init.php:1493
27
  #: includes/class.yith-wcwl-install.php:245
28
  msgid "Wishlist"
29
  msgstr "Obserwowane"
101
 
102
  #: includes/class.yith-wcwl-admin-init.php:1056
103
  #: includes/class.yith-wcwl-admin-init.php:1057
104
+ #: includes/class.yith-wcwl-admin-init.php:1307
105
  msgid "My wishlist on %s"
106
  msgstr "Moja lista życzeń: %s"
107
 
346
  msgstr ""
347
 
348
  #: includes/class.yith-wcwl-admin-init.php:1298
349
+ msgid "Share by Url"
350
+ msgstr ""
351
+
352
+ #: includes/class.yith-wcwl-admin-init.php:1299
353
+ msgid "Show \"Share Url\" field on wishlist page"
354
  msgstr ""
355
 
356
  #: includes/class.yith-wcwl-admin-init.php:1305
357
+ msgid "Social title"
358
+ msgstr ""
359
+
360
+ #: includes/class.yith-wcwl-admin-init.php:1312
361
  msgid "Social text"
362
  msgstr ""
363
 
364
+ #: includes/class.yith-wcwl-admin-init.php:1313
365
  msgid ""
366
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
367
  "strong> where you want to show the URL of your wishlist."
368
  msgstr ""
369
 
370
+ #: includes/class.yith-wcwl-admin-init.php:1320
371
  msgid "Social image URL"
372
  msgstr ""
373
 
374
+ #: includes/class.yith-wcwl-admin-init.php:1321
375
  msgid "It will be used by Pinterest."
376
  msgstr ""
377
 
378
+ #: includes/class.yith-wcwl-admin-init.php:1335
379
  msgid ""
380
  "If you want to take advantage of this feature, you could consider to "
381
  "purchase the %s."
382
  msgstr ""
383
 
384
+ #: includes/class.yith-wcwl-admin-init.php:1340
385
  msgid "YITH WooCommerce Frequently Bought Together Integration"
386
  msgstr ""
387
 
388
+ #: includes/class.yith-wcwl-admin-init.php:1347
389
  msgid "Enable slider in wishlist"
390
  msgstr ""
391
 
392
+ #: includes/class.yith-wcwl-admin-init.php:1348
393
  msgid ""
394
  "Choose to enable product slider in wishlist page with linked products (<a "
395
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
396
  msgstr ""
397
 
398
+ #: includes/class.yith-wcwl-admin-init.php:1384
399
  msgid "\"Add to wishlist\" button"
400
  msgstr ""
401
 
402
+ #: includes/class.yith-wcwl-admin-init.php:1387
403
+ #: includes/class.yith-wcwl-admin-init.php:1405
404
+ #: includes/class.yith-wcwl-admin-init.php:1423
405
+ #: includes/class.yith-wcwl-admin-init.php:1441
406
+ #: includes/class.yith-wcwl-admin-init.php:1459
407
  msgid "Background"
408
  msgstr "Tło"
409
 
410
+ #: includes/class.yith-wcwl-admin-init.php:1388
411
+ #: includes/class.yith-wcwl-admin-init.php:1406
412
+ #: includes/class.yith-wcwl-admin-init.php:1424
413
+ #: includes/class.yith-wcwl-admin-init.php:1442
414
+ #: includes/class.yith-wcwl-admin-init.php:1460
415
  msgid "Text"
416
  msgstr "Tekst"
417
 
 
 
 
 
 
 
 
 
418
  #: includes/class.yith-wcwl-admin-init.php:1389
419
  #: includes/class.yith-wcwl-admin-init.php:1407
420
  #: includes/class.yith-wcwl-admin-init.php:1425
421
  #: includes/class.yith-wcwl-admin-init.php:1443
422
+ #: includes/class.yith-wcwl-admin-init.php:1461
423
+ msgid "Border"
424
+ msgstr "Ramka"
425
+
426
+ #: includes/class.yith-wcwl-admin-init.php:1396
427
+ #: includes/class.yith-wcwl-admin-init.php:1414
428
+ #: includes/class.yith-wcwl-admin-init.php:1432
429
+ #: includes/class.yith-wcwl-admin-init.php:1450
430
  msgid "Background (hover)"
431
  msgstr ""
432
 
433
+ #: includes/class.yith-wcwl-admin-init.php:1397
434
+ #: includes/class.yith-wcwl-admin-init.php:1415
435
+ #: includes/class.yith-wcwl-admin-init.php:1433
436
+ #: includes/class.yith-wcwl-admin-init.php:1451
437
  msgid "Text (hover)"
438
  msgstr ""
439
 
440
+ #: includes/class.yith-wcwl-admin-init.php:1398
441
+ #: includes/class.yith-wcwl-admin-init.php:1416
442
+ #: includes/class.yith-wcwl-admin-init.php:1434
443
+ #: includes/class.yith-wcwl-admin-init.php:1452
444
  msgid "Border (hover)"
445
  msgstr ""
446
 
447
+ #: includes/class.yith-wcwl-admin-init.php:1402
448
  msgid "\"Add to Cart\" button"
449
  msgstr ""
450
 
451
+ #: includes/class.yith-wcwl-admin-init.php:1420
452
  msgid "\"Style 1\" button"
453
  msgstr ""
454
 
455
+ #: includes/class.yith-wcwl-admin-init.php:1438
456
  msgid "\"Style 2\" button"
457
  msgstr ""
458
 
459
+ #: includes/class.yith-wcwl-admin-init.php:1456
460
  msgid "Wishlist table"
461
  msgstr ""
462
 
463
+ #: includes/class.yith-wcwl-admin-init.php:1465
464
  msgid "Headers"
465
  msgstr "Nagłówki"
466
 
467
+ #: includes/class.yith-wcwl-admin-init.php:1468
468
  msgid "Background color"
469
  msgstr "Kolor tła"
470
 
471
+ #: includes/class.yith-wcwl-admin-init.php:1558
472
  msgid "Wishlist Activated"
473
  msgstr ""
474
 
475
+ #: includes/class.yith-wcwl-admin-init.php:1559
476
  msgid ""
477
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
478
  "can access to all the settings of our plugins that you have activated. "
480
  "options, <a href=\"%s\">discover it now</a>."
481
  msgstr ""
482
 
483
+ #: includes/class.yith-wcwl-admin-init.php:1570
484
  msgid "Wishlist Updated"
485
  msgstr ""
486
 
487
+ #: includes/class.yith-wcwl-admin-init.php:1571
488
  msgid ""
489
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
490
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
691
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
692
  msgstr ""
693
 
694
+ #: includes/class.yith-wcwl-shortcode.php:387
695
  #: includes/class.yith-wcwl-ui.php:164
696
  msgid "Share on:"
697
  msgstr "Udostępnij na:"
728
  msgid "An error occurred while removing products from the wishlist"
729
  msgstr ""
730
 
731
+ #: includes/class.yith-wcwl.php:825
732
  msgid "You need to log in before creating a new wishlist"
733
  msgstr ""
734
 
735
+ #: includes/class.yith-wcwl.php:1627
736
  msgid "Product successfully removed."
737
  msgstr "Produkt został usunięty."
738
 
739
+ #: includes/class.yith-wcwl.php:1631
740
  msgid "Error. Unable to remove the product from the wishlist."
741
  msgstr "Błąd. Nie można usunąć produktu z listy życzeń."
742
 
743
+ #: includes/class.yith-wcwl.php:1635 templates/wishlist-view.php:242
744
  msgid "No products were added to the wishlist"
745
  msgstr "Nie dodano żadnych produktów do listy życzeń"
746
 
747
+ #: includes/class.yith-wcwl.php:1677
748
  msgid "An error as occurred."
749
  msgstr ""
750
 
1005
  msgid "WhatsApp"
1006
  msgstr ""
1007
 
1008
+ #: templates/share.php:61
1009
+ msgid "(Now"
1010
+ msgstr ""
1011
+
1012
+ #: templates/share.php:61
1013
+ msgid "copy"
1014
+ msgstr ""
1015
+
1016
+ #: templates/share.php:61
1017
+ msgid "this wishlist link and share it anywhere)"
1018
+ msgstr ""
1019
+
1020
  #: templates/wishlist-view.php:32
1021
  msgid "Edit title"
1022
  msgstr "Edytuj tytuł"
languages/yith-woocommerce-wishlist-pt_BR.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-pt_BR.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
- "POT-Creation-Date: 2019-04-15 10:23:21+00:00\n"
6
  "PO-Revision-Date: 2019-02-12 14:38+0100\n"
7
  "Last-Translator: YIThemes <support@yithemes.com>\n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
@@ -21,8 +21,8 @@ msgstr ""
21
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
22
 
23
  #: includes/class.yith-wcwl-admin-init.php:159
24
- #: includes/class.yith-wcwl-admin-init.php:1485
25
- #: includes/class.yith-wcwl-admin-init.php:1486
26
  #: includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr "Lista de Desejos"
@@ -100,7 +100,7 @@ msgstr "Titulo da lista de desejos"
100
 
101
  #: includes/class.yith-wcwl-admin-init.php:1056
102
  #: includes/class.yith-wcwl-admin-init.php:1057
103
- #: includes/class.yith-wcwl-admin-init.php:1300
104
  msgid "My wishlist on %s"
105
  msgstr "Minha lista de desejos em %s"
106
 
@@ -366,132 +366,140 @@ msgid "Show \"Share by WhatsApp\" button ( only on phones )"
366
  msgstr "Texto do botão \"Adicionar ao carrinho \""
367
 
368
  #: includes/class.yith-wcwl-admin-init.php:1298
 
 
 
 
 
 
 
 
369
  #, fuzzy
370
  msgid "Social title"
371
  msgstr "Título Mídias Sociais"
372
 
373
- #: includes/class.yith-wcwl-admin-init.php:1305
374
  #, fuzzy
375
  msgid "Social text"
376
  msgstr "Texto Mídias Sociais"
377
 
378
- #: includes/class.yith-wcwl-admin-init.php:1306
379
  msgid ""
380
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
381
  "strong> where you want to show the URL of your wishlist."
382
  msgstr ""
383
 
384
- #: includes/class.yith-wcwl-admin-init.php:1313
385
  #, fuzzy
386
  msgid "Social image URL"
387
  msgstr "Url para compartilhamento"
388
 
389
- #: includes/class.yith-wcwl-admin-init.php:1314
390
  msgid "It will be used by Pinterest."
391
  msgstr ""
392
 
393
- #: includes/class.yith-wcwl-admin-init.php:1328
394
  msgid ""
395
  "If you want to take advantage of this feature, you could consider to "
396
  "purchase the %s."
397
  msgstr ""
398
 
399
- #: includes/class.yith-wcwl-admin-init.php:1333
400
  msgid "YITH WooCommerce Frequently Bought Together Integration"
401
  msgstr ""
402
 
403
- #: includes/class.yith-wcwl-admin-init.php:1340
404
  msgid "Enable slider in wishlist"
405
  msgstr ""
406
 
407
- #: includes/class.yith-wcwl-admin-init.php:1341
408
  msgid ""
409
  "Choose to enable product slider in wishlist page with linked products (<a "
410
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
411
  msgstr ""
412
 
413
- #: includes/class.yith-wcwl-admin-init.php:1377
414
  #, fuzzy
415
  msgid "\"Add to wishlist\" button"
416
  msgstr "Texto do botão \"Adicionar aos meus desejos\""
417
 
418
- #: includes/class.yith-wcwl-admin-init.php:1380
419
- #: includes/class.yith-wcwl-admin-init.php:1398
420
- #: includes/class.yith-wcwl-admin-init.php:1416
421
- #: includes/class.yith-wcwl-admin-init.php:1434
422
- #: includes/class.yith-wcwl-admin-init.php:1452
423
  msgid "Background"
424
  msgstr ""
425
 
426
- #: includes/class.yith-wcwl-admin-init.php:1381
427
- #: includes/class.yith-wcwl-admin-init.php:1399
428
- #: includes/class.yith-wcwl-admin-init.php:1417
429
- #: includes/class.yith-wcwl-admin-init.php:1435
430
- #: includes/class.yith-wcwl-admin-init.php:1453
431
  msgid "Text"
432
  msgstr ""
433
 
434
- #: includes/class.yith-wcwl-admin-init.php:1382
435
- #: includes/class.yith-wcwl-admin-init.php:1400
436
- #: includes/class.yith-wcwl-admin-init.php:1418
437
- #: includes/class.yith-wcwl-admin-init.php:1436
438
- #: includes/class.yith-wcwl-admin-init.php:1454
439
- msgid "Border"
440
- msgstr ""
441
-
442
  #: includes/class.yith-wcwl-admin-init.php:1389
443
  #: includes/class.yith-wcwl-admin-init.php:1407
444
  #: includes/class.yith-wcwl-admin-init.php:1425
445
  #: includes/class.yith-wcwl-admin-init.php:1443
 
 
 
 
 
 
 
 
446
  msgid "Background (hover)"
447
  msgstr ""
448
 
449
- #: includes/class.yith-wcwl-admin-init.php:1390
450
- #: includes/class.yith-wcwl-admin-init.php:1408
451
- #: includes/class.yith-wcwl-admin-init.php:1426
452
- #: includes/class.yith-wcwl-admin-init.php:1444
453
  msgid "Text (hover)"
454
  msgstr ""
455
 
456
- #: includes/class.yith-wcwl-admin-init.php:1391
457
- #: includes/class.yith-wcwl-admin-init.php:1409
458
- #: includes/class.yith-wcwl-admin-init.php:1427
459
- #: includes/class.yith-wcwl-admin-init.php:1445
460
  msgid "Border (hover)"
461
  msgstr ""
462
 
463
- #: includes/class.yith-wcwl-admin-init.php:1395
464
  #, fuzzy
465
  msgid "\"Add to Cart\" button"
466
  msgstr "Texto do botão \"Adicionar ao carrinho \""
467
 
468
- #: includes/class.yith-wcwl-admin-init.php:1413
469
  msgid "\"Style 1\" button"
470
  msgstr ""
471
 
472
- #: includes/class.yith-wcwl-admin-init.php:1431
473
  msgid "\"Style 2\" button"
474
  msgstr ""
475
 
476
- #: includes/class.yith-wcwl-admin-init.php:1449
477
  #, fuzzy
478
  msgid "Wishlist table"
479
  msgstr "Titulo da lista de desejos"
480
 
481
- #: includes/class.yith-wcwl-admin-init.php:1458
482
  msgid "Headers"
483
  msgstr ""
484
 
485
- #: includes/class.yith-wcwl-admin-init.php:1461
486
  msgid "Background color"
487
  msgstr ""
488
 
489
- #: includes/class.yith-wcwl-admin-init.php:1551
490
  #, fuzzy
491
  msgid "Wishlist Activated"
492
  msgstr "Titulo da lista de desejos"
493
 
494
- #: includes/class.yith-wcwl-admin-init.php:1552
495
  msgid ""
496
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
497
  "can access to all the settings of our plugins that you have activated. "
@@ -499,12 +507,12 @@ msgid ""
499
  "options, <a href=\"%s\">discover it now</a>."
500
  msgstr ""
501
 
502
- #: includes/class.yith-wcwl-admin-init.php:1563
503
  #, fuzzy
504
  msgid "Wishlist Updated"
505
  msgstr "Meus desejos"
506
 
507
- #: includes/class.yith-wcwl-admin-init.php:1564
508
  msgid ""
509
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
510
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
@@ -715,7 +723,7 @@ msgstr ""
715
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
716
  msgstr ""
717
 
718
- #: includes/class.yith-wcwl-shortcode.php:386
719
  #: includes/class.yith-wcwl-ui.php:164
720
  msgid "Share on:"
721
  msgstr "Compartilhar em:"
@@ -755,23 +763,23 @@ msgstr ""
755
  msgid "An error occurred while removing products from the wishlist"
756
  msgstr "Oops! Ocorreu um erro ao remover o produto à lista de desejos."
757
 
758
- #: includes/class.yith-wcwl.php:809
759
  msgid "You need to log in before creating a new wishlist"
760
  msgstr ""
761
 
762
- #: includes/class.yith-wcwl.php:1610
763
  msgid "Product successfully removed."
764
  msgstr "Produto removida com sucesso."
765
 
766
- #: includes/class.yith-wcwl.php:1614
767
  msgid "Error. Unable to remove the product from the wishlist."
768
  msgstr "Erro. Não foi possível remover o produto da lista de desejos."
769
 
770
- #: includes/class.yith-wcwl.php:1618 templates/wishlist-view.php:242
771
  msgid "No products were added to the wishlist"
772
  msgstr "Nenhum produto foi adicionado à lista de desejos"
773
 
774
- #: includes/class.yith-wcwl.php:1660
775
  msgid "An error as occurred."
776
  msgstr ""
777
 
@@ -1033,6 +1041,18 @@ msgstr "Minha lista de desejos em %s"
1033
  msgid "WhatsApp"
1034
  msgstr ""
1035
 
 
 
 
 
 
 
 
 
 
 
 
 
1036
  #: templates/wishlist-view.php:32
1037
  #, fuzzy
1038
  msgid "Edit title"
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
+ "POT-Creation-Date: 2019-08-12 11:01:34+00:00\n"
6
  "PO-Revision-Date: 2019-02-12 14:38+0100\n"
7
  "Last-Translator: YIThemes <support@yithemes.com>\n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
21
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
22
 
23
  #: includes/class.yith-wcwl-admin-init.php:159
24
+ #: includes/class.yith-wcwl-admin-init.php:1492
25
+ #: includes/class.yith-wcwl-admin-init.php:1493
26
  #: includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr "Lista de Desejos"
100
 
101
  #: includes/class.yith-wcwl-admin-init.php:1056
102
  #: includes/class.yith-wcwl-admin-init.php:1057
103
+ #: includes/class.yith-wcwl-admin-init.php:1307
104
  msgid "My wishlist on %s"
105
  msgstr "Minha lista de desejos em %s"
106
 
366
  msgstr "Texto do botão \"Adicionar ao carrinho \""
367
 
368
  #: includes/class.yith-wcwl-admin-init.php:1298
369
+ msgid "Share by Url"
370
+ msgstr ""
371
+
372
+ #: includes/class.yith-wcwl-admin-init.php:1299
373
+ msgid "Show \"Share Url\" field on wishlist page"
374
+ msgstr ""
375
+
376
+ #: includes/class.yith-wcwl-admin-init.php:1305
377
  #, fuzzy
378
  msgid "Social title"
379
  msgstr "Título Mídias Sociais"
380
 
381
+ #: includes/class.yith-wcwl-admin-init.php:1312
382
  #, fuzzy
383
  msgid "Social text"
384
  msgstr "Texto Mídias Sociais"
385
 
386
+ #: includes/class.yith-wcwl-admin-init.php:1313
387
  msgid ""
388
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
389
  "strong> where you want to show the URL of your wishlist."
390
  msgstr ""
391
 
392
+ #: includes/class.yith-wcwl-admin-init.php:1320
393
  #, fuzzy
394
  msgid "Social image URL"
395
  msgstr "Url para compartilhamento"
396
 
397
+ #: includes/class.yith-wcwl-admin-init.php:1321
398
  msgid "It will be used by Pinterest."
399
  msgstr ""
400
 
401
+ #: includes/class.yith-wcwl-admin-init.php:1335
402
  msgid ""
403
  "If you want to take advantage of this feature, you could consider to "
404
  "purchase the %s."
405
  msgstr ""
406
 
407
+ #: includes/class.yith-wcwl-admin-init.php:1340
408
  msgid "YITH WooCommerce Frequently Bought Together Integration"
409
  msgstr ""
410
 
411
+ #: includes/class.yith-wcwl-admin-init.php:1347
412
  msgid "Enable slider in wishlist"
413
  msgstr ""
414
 
415
+ #: includes/class.yith-wcwl-admin-init.php:1348
416
  msgid ""
417
  "Choose to enable product slider in wishlist page with linked products (<a "
418
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
419
  msgstr ""
420
 
421
+ #: includes/class.yith-wcwl-admin-init.php:1384
422
  #, fuzzy
423
  msgid "\"Add to wishlist\" button"
424
  msgstr "Texto do botão \"Adicionar aos meus desejos\""
425
 
426
+ #: includes/class.yith-wcwl-admin-init.php:1387
427
+ #: includes/class.yith-wcwl-admin-init.php:1405
428
+ #: includes/class.yith-wcwl-admin-init.php:1423
429
+ #: includes/class.yith-wcwl-admin-init.php:1441
430
+ #: includes/class.yith-wcwl-admin-init.php:1459
431
  msgid "Background"
432
  msgstr ""
433
 
434
+ #: includes/class.yith-wcwl-admin-init.php:1388
435
+ #: includes/class.yith-wcwl-admin-init.php:1406
436
+ #: includes/class.yith-wcwl-admin-init.php:1424
437
+ #: includes/class.yith-wcwl-admin-init.php:1442
438
+ #: includes/class.yith-wcwl-admin-init.php:1460
439
  msgid "Text"
440
  msgstr ""
441
 
 
 
 
 
 
 
 
 
442
  #: includes/class.yith-wcwl-admin-init.php:1389
443
  #: includes/class.yith-wcwl-admin-init.php:1407
444
  #: includes/class.yith-wcwl-admin-init.php:1425
445
  #: includes/class.yith-wcwl-admin-init.php:1443
446
+ #: includes/class.yith-wcwl-admin-init.php:1461
447
+ msgid "Border"
448
+ msgstr ""
449
+
450
+ #: includes/class.yith-wcwl-admin-init.php:1396
451
+ #: includes/class.yith-wcwl-admin-init.php:1414
452
+ #: includes/class.yith-wcwl-admin-init.php:1432
453
+ #: includes/class.yith-wcwl-admin-init.php:1450
454
  msgid "Background (hover)"
455
  msgstr ""
456
 
457
+ #: includes/class.yith-wcwl-admin-init.php:1397
458
+ #: includes/class.yith-wcwl-admin-init.php:1415
459
+ #: includes/class.yith-wcwl-admin-init.php:1433
460
+ #: includes/class.yith-wcwl-admin-init.php:1451
461
  msgid "Text (hover)"
462
  msgstr ""
463
 
464
+ #: includes/class.yith-wcwl-admin-init.php:1398
465
+ #: includes/class.yith-wcwl-admin-init.php:1416
466
+ #: includes/class.yith-wcwl-admin-init.php:1434
467
+ #: includes/class.yith-wcwl-admin-init.php:1452
468
  msgid "Border (hover)"
469
  msgstr ""
470
 
471
+ #: includes/class.yith-wcwl-admin-init.php:1402
472
  #, fuzzy
473
  msgid "\"Add to Cart\" button"
474
  msgstr "Texto do botão \"Adicionar ao carrinho \""
475
 
476
+ #: includes/class.yith-wcwl-admin-init.php:1420
477
  msgid "\"Style 1\" button"
478
  msgstr ""
479
 
480
+ #: includes/class.yith-wcwl-admin-init.php:1438
481
  msgid "\"Style 2\" button"
482
  msgstr ""
483
 
484
+ #: includes/class.yith-wcwl-admin-init.php:1456
485
  #, fuzzy
486
  msgid "Wishlist table"
487
  msgstr "Titulo da lista de desejos"
488
 
489
+ #: includes/class.yith-wcwl-admin-init.php:1465
490
  msgid "Headers"
491
  msgstr ""
492
 
493
+ #: includes/class.yith-wcwl-admin-init.php:1468
494
  msgid "Background color"
495
  msgstr ""
496
 
497
+ #: includes/class.yith-wcwl-admin-init.php:1558
498
  #, fuzzy
499
  msgid "Wishlist Activated"
500
  msgstr "Titulo da lista de desejos"
501
 
502
+ #: includes/class.yith-wcwl-admin-init.php:1559
503
  msgid ""
504
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
505
  "can access to all the settings of our plugins that you have activated. "
507
  "options, <a href=\"%s\">discover it now</a>."
508
  msgstr ""
509
 
510
+ #: includes/class.yith-wcwl-admin-init.php:1570
511
  #, fuzzy
512
  msgid "Wishlist Updated"
513
  msgstr "Meus desejos"
514
 
515
+ #: includes/class.yith-wcwl-admin-init.php:1571
516
  msgid ""
517
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
518
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
723
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
724
  msgstr ""
725
 
726
+ #: includes/class.yith-wcwl-shortcode.php:387
727
  #: includes/class.yith-wcwl-ui.php:164
728
  msgid "Share on:"
729
  msgstr "Compartilhar em:"
763
  msgid "An error occurred while removing products from the wishlist"
764
  msgstr "Oops! Ocorreu um erro ao remover o produto à lista de desejos."
765
 
766
+ #: includes/class.yith-wcwl.php:825
767
  msgid "You need to log in before creating a new wishlist"
768
  msgstr ""
769
 
770
+ #: includes/class.yith-wcwl.php:1627
771
  msgid "Product successfully removed."
772
  msgstr "Produto removida com sucesso."
773
 
774
+ #: includes/class.yith-wcwl.php:1631
775
  msgid "Error. Unable to remove the product from the wishlist."
776
  msgstr "Erro. Não foi possível remover o produto da lista de desejos."
777
 
778
+ #: includes/class.yith-wcwl.php:1635 templates/wishlist-view.php:242
779
  msgid "No products were added to the wishlist"
780
  msgstr "Nenhum produto foi adicionado à lista de desejos"
781
 
782
+ #: includes/class.yith-wcwl.php:1677
783
  msgid "An error as occurred."
784
  msgstr ""
785
 
1041
  msgid "WhatsApp"
1042
  msgstr ""
1043
 
1044
+ #: templates/share.php:61
1045
+ msgid "(Now"
1046
+ msgstr ""
1047
+
1048
+ #: templates/share.php:61
1049
+ msgid "copy"
1050
+ msgstr ""
1051
+
1052
+ #: templates/share.php:61
1053
+ msgid "this wishlist link and share it anywhere)"
1054
+ msgstr ""
1055
+
1056
  #: templates/wishlist-view.php:32
1057
  #, fuzzy
1058
  msgid "Edit title"
languages/yith-woocommerce-wishlist-pt_PT.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-pt_PT.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
- "POT-Creation-Date: 2019-04-15 10:23:21+00:00\n"
6
  "PO-Revision-Date: 2019-02-12 14:38+0100\n"
7
  "Last-Translator: YIThemes <support@yithemes.com>\n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
@@ -21,8 +21,8 @@ msgstr ""
21
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
22
 
23
  #: includes/class.yith-wcwl-admin-init.php:159
24
- #: includes/class.yith-wcwl-admin-init.php:1485
25
- #: includes/class.yith-wcwl-admin-init.php:1486
26
  #: includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr "Lista de Desejos"
@@ -100,7 +100,7 @@ msgstr "Titulo da lista de desejos"
100
 
101
  #: includes/class.yith-wcwl-admin-init.php:1056
102
  #: includes/class.yith-wcwl-admin-init.php:1057
103
- #: includes/class.yith-wcwl-admin-init.php:1300
104
  msgid "My wishlist on %s"
105
  msgstr "Minha lista de desejos em %s"
106
 
@@ -365,129 +365,137 @@ msgid "Show \"Share by WhatsApp\" button ( only on phones )"
365
  msgstr "Texto do botão \"Adicionar ao carrinho \""
366
 
367
  #: includes/class.yith-wcwl-admin-init.php:1298
 
 
 
 
 
 
 
 
368
  msgid "Social title"
369
  msgstr "Título Redes Sociais"
370
 
371
- #: includes/class.yith-wcwl-admin-init.php:1305
372
  msgid "Social text"
373
  msgstr "Texto Redes Sociais"
374
 
375
- #: includes/class.yith-wcwl-admin-init.php:1306
376
  msgid ""
377
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
378
  "strong> where you want to show the URL of your wishlist."
379
  msgstr ""
380
 
381
- #: includes/class.yith-wcwl-admin-init.php:1313
382
  msgid "Social image URL"
383
  msgstr "Url para partilhar"
384
 
385
- #: includes/class.yith-wcwl-admin-init.php:1314
386
  msgid "It will be used by Pinterest."
387
  msgstr ""
388
 
389
- #: includes/class.yith-wcwl-admin-init.php:1328
390
  msgid ""
391
  "If you want to take advantage of this feature, you could consider to "
392
  "purchase the %s."
393
  msgstr ""
394
 
395
- #: includes/class.yith-wcwl-admin-init.php:1333
396
  msgid "YITH WooCommerce Frequently Bought Together Integration"
397
  msgstr ""
398
 
399
- #: includes/class.yith-wcwl-admin-init.php:1340
400
  msgid "Enable slider in wishlist"
401
  msgstr ""
402
 
403
- #: includes/class.yith-wcwl-admin-init.php:1341
404
  msgid ""
405
  "Choose to enable product slider in wishlist page with linked products (<a "
406
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
407
  msgstr ""
408
 
409
- #: includes/class.yith-wcwl-admin-init.php:1377
410
  #, fuzzy
411
  msgid "\"Add to wishlist\" button"
412
  msgstr "Texto do botão \"Adicionar aos meus desejos\""
413
 
414
- #: includes/class.yith-wcwl-admin-init.php:1380
415
- #: includes/class.yith-wcwl-admin-init.php:1398
416
- #: includes/class.yith-wcwl-admin-init.php:1416
417
- #: includes/class.yith-wcwl-admin-init.php:1434
418
- #: includes/class.yith-wcwl-admin-init.php:1452
419
  msgid "Background"
420
  msgstr ""
421
 
422
- #: includes/class.yith-wcwl-admin-init.php:1381
423
- #: includes/class.yith-wcwl-admin-init.php:1399
424
- #: includes/class.yith-wcwl-admin-init.php:1417
425
- #: includes/class.yith-wcwl-admin-init.php:1435
426
- #: includes/class.yith-wcwl-admin-init.php:1453
427
  msgid "Text"
428
  msgstr ""
429
 
430
- #: includes/class.yith-wcwl-admin-init.php:1382
431
- #: includes/class.yith-wcwl-admin-init.php:1400
432
- #: includes/class.yith-wcwl-admin-init.php:1418
433
- #: includes/class.yith-wcwl-admin-init.php:1436
434
- #: includes/class.yith-wcwl-admin-init.php:1454
435
- msgid "Border"
436
- msgstr ""
437
-
438
  #: includes/class.yith-wcwl-admin-init.php:1389
439
  #: includes/class.yith-wcwl-admin-init.php:1407
440
  #: includes/class.yith-wcwl-admin-init.php:1425
441
  #: includes/class.yith-wcwl-admin-init.php:1443
 
 
 
 
 
 
 
 
442
  msgid "Background (hover)"
443
  msgstr ""
444
 
445
- #: includes/class.yith-wcwl-admin-init.php:1390
446
- #: includes/class.yith-wcwl-admin-init.php:1408
447
- #: includes/class.yith-wcwl-admin-init.php:1426
448
- #: includes/class.yith-wcwl-admin-init.php:1444
449
  msgid "Text (hover)"
450
  msgstr ""
451
 
452
- #: includes/class.yith-wcwl-admin-init.php:1391
453
- #: includes/class.yith-wcwl-admin-init.php:1409
454
- #: includes/class.yith-wcwl-admin-init.php:1427
455
- #: includes/class.yith-wcwl-admin-init.php:1445
456
  msgid "Border (hover)"
457
  msgstr ""
458
 
459
- #: includes/class.yith-wcwl-admin-init.php:1395
460
  #, fuzzy
461
  msgid "\"Add to Cart\" button"
462
  msgstr "Texto do botão \"Adicionar ao carrinho \""
463
 
464
- #: includes/class.yith-wcwl-admin-init.php:1413
465
  msgid "\"Style 1\" button"
466
  msgstr ""
467
 
468
- #: includes/class.yith-wcwl-admin-init.php:1431
469
  msgid "\"Style 2\" button"
470
  msgstr ""
471
 
472
- #: includes/class.yith-wcwl-admin-init.php:1449
473
  #, fuzzy
474
  msgid "Wishlist table"
475
  msgstr "Titulo da lista de desejos"
476
 
477
- #: includes/class.yith-wcwl-admin-init.php:1458
478
  msgid "Headers"
479
  msgstr ""
480
 
481
- #: includes/class.yith-wcwl-admin-init.php:1461
482
  msgid "Background color"
483
  msgstr ""
484
 
485
- #: includes/class.yith-wcwl-admin-init.php:1551
486
  #, fuzzy
487
  msgid "Wishlist Activated"
488
  msgstr "Titulo da lista de desejos"
489
 
490
- #: includes/class.yith-wcwl-admin-init.php:1552
491
  msgid ""
492
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
493
  "can access to all the settings of our plugins that you have activated. "
@@ -495,12 +503,12 @@ msgid ""
495
  "options, <a href=\"%s\">discover it now</a>."
496
  msgstr ""
497
 
498
- #: includes/class.yith-wcwl-admin-init.php:1563
499
  #, fuzzy
500
  msgid "Wishlist Updated"
501
  msgstr "Meus desejos"
502
 
503
- #: includes/class.yith-wcwl-admin-init.php:1564
504
  msgid ""
505
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
506
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
@@ -711,7 +719,7 @@ msgstr ""
711
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
712
  msgstr ""
713
 
714
- #: includes/class.yith-wcwl-shortcode.php:386
715
  #: includes/class.yith-wcwl-ui.php:164
716
  msgid "Share on:"
717
  msgstr "Partilhar no:"
@@ -751,23 +759,23 @@ msgstr ""
751
  msgid "An error occurred while removing products from the wishlist"
752
  msgstr "Oops! Ocorreu um erro ao remover o produto à lista de desejos."
753
 
754
- #: includes/class.yith-wcwl.php:809
755
  msgid "You need to log in before creating a new wishlist"
756
  msgstr ""
757
 
758
- #: includes/class.yith-wcwl.php:1610
759
  msgid "Product successfully removed."
760
  msgstr "Produto removido com sucesso."
761
 
762
- #: includes/class.yith-wcwl.php:1614
763
  msgid "Error. Unable to remove the product from the wishlist."
764
  msgstr "Erro. Não foi possível remover o produto da lista de desejos."
765
 
766
- #: includes/class.yith-wcwl.php:1618 templates/wishlist-view.php:242
767
  msgid "No products were added to the wishlist"
768
  msgstr "Nenhum produto foi adicionado à lista de desejos"
769
 
770
- #: includes/class.yith-wcwl.php:1660
771
  msgid "An error as occurred."
772
  msgstr ""
773
 
@@ -1029,6 +1037,18 @@ msgstr "Minha lista de desejos em %s"
1029
  msgid "WhatsApp"
1030
  msgstr ""
1031
 
 
 
 
 
 
 
 
 
 
 
 
 
1032
  #: templates/wishlist-view.php:32
1033
  #, fuzzy
1034
  msgid "Edit title"
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
+ "POT-Creation-Date: 2019-08-12 11:01:34+00:00\n"
6
  "PO-Revision-Date: 2019-02-12 14:38+0100\n"
7
  "Last-Translator: YIThemes <support@yithemes.com>\n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
21
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
22
 
23
  #: includes/class.yith-wcwl-admin-init.php:159
24
+ #: includes/class.yith-wcwl-admin-init.php:1492
25
+ #: includes/class.yith-wcwl-admin-init.php:1493
26
  #: includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr "Lista de Desejos"
100
 
101
  #: includes/class.yith-wcwl-admin-init.php:1056
102
  #: includes/class.yith-wcwl-admin-init.php:1057
103
+ #: includes/class.yith-wcwl-admin-init.php:1307
104
  msgid "My wishlist on %s"
105
  msgstr "Minha lista de desejos em %s"
106
 
365
  msgstr "Texto do botão \"Adicionar ao carrinho \""
366
 
367
  #: includes/class.yith-wcwl-admin-init.php:1298
368
+ msgid "Share by Url"
369
+ msgstr ""
370
+
371
+ #: includes/class.yith-wcwl-admin-init.php:1299
372
+ msgid "Show \"Share Url\" field on wishlist page"
373
+ msgstr ""
374
+
375
+ #: includes/class.yith-wcwl-admin-init.php:1305
376
  msgid "Social title"
377
  msgstr "Título Redes Sociais"
378
 
379
+ #: includes/class.yith-wcwl-admin-init.php:1312
380
  msgid "Social text"
381
  msgstr "Texto Redes Sociais"
382
 
383
+ #: includes/class.yith-wcwl-admin-init.php:1313
384
  msgid ""
385
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
386
  "strong> where you want to show the URL of your wishlist."
387
  msgstr ""
388
 
389
+ #: includes/class.yith-wcwl-admin-init.php:1320
390
  msgid "Social image URL"
391
  msgstr "Url para partilhar"
392
 
393
+ #: includes/class.yith-wcwl-admin-init.php:1321
394
  msgid "It will be used by Pinterest."
395
  msgstr ""
396
 
397
+ #: includes/class.yith-wcwl-admin-init.php:1335
398
  msgid ""
399
  "If you want to take advantage of this feature, you could consider to "
400
  "purchase the %s."
401
  msgstr ""
402
 
403
+ #: includes/class.yith-wcwl-admin-init.php:1340
404
  msgid "YITH WooCommerce Frequently Bought Together Integration"
405
  msgstr ""
406
 
407
+ #: includes/class.yith-wcwl-admin-init.php:1347
408
  msgid "Enable slider in wishlist"
409
  msgstr ""
410
 
411
+ #: includes/class.yith-wcwl-admin-init.php:1348
412
  msgid ""
413
  "Choose to enable product slider in wishlist page with linked products (<a "
414
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
415
  msgstr ""
416
 
417
+ #: includes/class.yith-wcwl-admin-init.php:1384
418
  #, fuzzy
419
  msgid "\"Add to wishlist\" button"
420
  msgstr "Texto do botão \"Adicionar aos meus desejos\""
421
 
422
+ #: includes/class.yith-wcwl-admin-init.php:1387
423
+ #: includes/class.yith-wcwl-admin-init.php:1405
424
+ #: includes/class.yith-wcwl-admin-init.php:1423
425
+ #: includes/class.yith-wcwl-admin-init.php:1441
426
+ #: includes/class.yith-wcwl-admin-init.php:1459
427
  msgid "Background"
428
  msgstr ""
429
 
430
+ #: includes/class.yith-wcwl-admin-init.php:1388
431
+ #: includes/class.yith-wcwl-admin-init.php:1406
432
+ #: includes/class.yith-wcwl-admin-init.php:1424
433
+ #: includes/class.yith-wcwl-admin-init.php:1442
434
+ #: includes/class.yith-wcwl-admin-init.php:1460
435
  msgid "Text"
436
  msgstr ""
437
 
 
 
 
 
 
 
 
 
438
  #: includes/class.yith-wcwl-admin-init.php:1389
439
  #: includes/class.yith-wcwl-admin-init.php:1407
440
  #: includes/class.yith-wcwl-admin-init.php:1425
441
  #: includes/class.yith-wcwl-admin-init.php:1443
442
+ #: includes/class.yith-wcwl-admin-init.php:1461
443
+ msgid "Border"
444
+ msgstr ""
445
+
446
+ #: includes/class.yith-wcwl-admin-init.php:1396
447
+ #: includes/class.yith-wcwl-admin-init.php:1414
448
+ #: includes/class.yith-wcwl-admin-init.php:1432
449
+ #: includes/class.yith-wcwl-admin-init.php:1450
450
  msgid "Background (hover)"
451
  msgstr ""
452
 
453
+ #: includes/class.yith-wcwl-admin-init.php:1397
454
+ #: includes/class.yith-wcwl-admin-init.php:1415
455
+ #: includes/class.yith-wcwl-admin-init.php:1433
456
+ #: includes/class.yith-wcwl-admin-init.php:1451
457
  msgid "Text (hover)"
458
  msgstr ""
459
 
460
+ #: includes/class.yith-wcwl-admin-init.php:1398
461
+ #: includes/class.yith-wcwl-admin-init.php:1416
462
+ #: includes/class.yith-wcwl-admin-init.php:1434
463
+ #: includes/class.yith-wcwl-admin-init.php:1452
464
  msgid "Border (hover)"
465
  msgstr ""
466
 
467
+ #: includes/class.yith-wcwl-admin-init.php:1402
468
  #, fuzzy
469
  msgid "\"Add to Cart\" button"
470
  msgstr "Texto do botão \"Adicionar ao carrinho \""
471
 
472
+ #: includes/class.yith-wcwl-admin-init.php:1420
473
  msgid "\"Style 1\" button"
474
  msgstr ""
475
 
476
+ #: includes/class.yith-wcwl-admin-init.php:1438
477
  msgid "\"Style 2\" button"
478
  msgstr ""
479
 
480
+ #: includes/class.yith-wcwl-admin-init.php:1456
481
  #, fuzzy
482
  msgid "Wishlist table"
483
  msgstr "Titulo da lista de desejos"
484
 
485
+ #: includes/class.yith-wcwl-admin-init.php:1465
486
  msgid "Headers"
487
  msgstr ""
488
 
489
+ #: includes/class.yith-wcwl-admin-init.php:1468
490
  msgid "Background color"
491
  msgstr ""
492
 
493
+ #: includes/class.yith-wcwl-admin-init.php:1558
494
  #, fuzzy
495
  msgid "Wishlist Activated"
496
  msgstr "Titulo da lista de desejos"
497
 
498
+ #: includes/class.yith-wcwl-admin-init.php:1559
499
  msgid ""
500
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
501
  "can access to all the settings of our plugins that you have activated. "
503
  "options, <a href=\"%s\">discover it now</a>."
504
  msgstr ""
505
 
506
+ #: includes/class.yith-wcwl-admin-init.php:1570
507
  #, fuzzy
508
  msgid "Wishlist Updated"
509
  msgstr "Meus desejos"
510
 
511
+ #: includes/class.yith-wcwl-admin-init.php:1571
512
  msgid ""
513
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
514
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
719
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
720
  msgstr ""
721
 
722
+ #: includes/class.yith-wcwl-shortcode.php:387
723
  #: includes/class.yith-wcwl-ui.php:164
724
  msgid "Share on:"
725
  msgstr "Partilhar no:"
759
  msgid "An error occurred while removing products from the wishlist"
760
  msgstr "Oops! Ocorreu um erro ao remover o produto à lista de desejos."
761
 
762
+ #: includes/class.yith-wcwl.php:825
763
  msgid "You need to log in before creating a new wishlist"
764
  msgstr ""
765
 
766
+ #: includes/class.yith-wcwl.php:1627
767
  msgid "Product successfully removed."
768
  msgstr "Produto removido com sucesso."
769
 
770
+ #: includes/class.yith-wcwl.php:1631
771
  msgid "Error. Unable to remove the product from the wishlist."
772
  msgstr "Erro. Não foi possível remover o produto da lista de desejos."
773
 
774
+ #: includes/class.yith-wcwl.php:1635 templates/wishlist-view.php:242
775
  msgid "No products were added to the wishlist"
776
  msgstr "Nenhum produto foi adicionado à lista de desejos"
777
 
778
+ #: includes/class.yith-wcwl.php:1677
779
  msgid "An error as occurred."
780
  msgstr ""
781
 
1037
  msgid "WhatsApp"
1038
  msgstr ""
1039
 
1040
+ #: templates/share.php:61
1041
+ msgid "(Now"
1042
+ msgstr ""
1043
+
1044
+ #: templates/share.php:61
1045
+ msgid "copy"
1046
+ msgstr ""
1047
+
1048
+ #: templates/share.php:61
1049
+ msgid "this wishlist link and share it anywhere)"
1050
+ msgstr ""
1051
+
1052
  #: templates/wishlist-view.php:32
1053
  #, fuzzy
1054
  msgid "Edit title"
languages/yith-woocommerce-wishlist-ru_RU.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-ru_RU.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
- "POT-Creation-Date: 2019-04-15 10:23:21+00:00\n"
6
  "PO-Revision-Date: 2019-02-12 14:38+0100\n"
7
  "Last-Translator: Valentyn Zubenko <valentyn.zubenko@gmail.com>\n"
8
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
@@ -19,8 +19,8 @@ msgstr ""
19
  "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
20
 
21
  #: includes/class.yith-wcwl-admin-init.php:159
22
- #: includes/class.yith-wcwl-admin-init.php:1485
23
- #: includes/class.yith-wcwl-admin-init.php:1486
24
  #: includes/class.yith-wcwl-install.php:245
25
  msgid "Wishlist"
26
  msgstr ""
@@ -97,7 +97,7 @@ msgstr ""
97
 
98
  #: includes/class.yith-wcwl-admin-init.php:1056
99
  #: includes/class.yith-wcwl-admin-init.php:1057
100
- #: includes/class.yith-wcwl-admin-init.php:1300
101
  msgid "My wishlist on %s"
102
  msgstr "Мои закладки на %s"
103
 
@@ -353,127 +353,136 @@ msgid "Show \"Share by WhatsApp\" button ( only on phones )"
353
  msgstr "Показать кнопку \"Поделиться через Email\""
354
 
355
  #: includes/class.yith-wcwl-admin-init.php:1298
356
- msgid "Social title"
 
 
 
 
 
357
  msgstr ""
358
 
359
  #: includes/class.yith-wcwl-admin-init.php:1305
 
 
 
 
360
  msgid "Social text"
361
  msgstr ""
362
 
363
- #: includes/class.yith-wcwl-admin-init.php:1306
364
  msgid ""
365
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
366
  "strong> where you want to show the URL of your wishlist."
367
  msgstr ""
368
 
369
- #: includes/class.yith-wcwl-admin-init.php:1313
370
  msgid "Social image URL"
371
  msgstr ""
372
 
373
- #: includes/class.yith-wcwl-admin-init.php:1314
374
  msgid "It will be used by Pinterest."
375
  msgstr ""
376
 
377
- #: includes/class.yith-wcwl-admin-init.php:1328
378
  msgid ""
379
  "If you want to take advantage of this feature, you could consider to "
380
  "purchase the %s."
381
  msgstr ""
382
 
383
- #: includes/class.yith-wcwl-admin-init.php:1333
384
  msgid "YITH WooCommerce Frequently Bought Together Integration"
385
  msgstr ""
386
 
387
- #: includes/class.yith-wcwl-admin-init.php:1340
388
  msgid "Enable slider in wishlist"
389
  msgstr ""
390
 
391
- #: includes/class.yith-wcwl-admin-init.php:1341
392
  msgid ""
393
  "Choose to enable product slider in wishlist page with linked products (<a "
394
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
395
  msgstr ""
396
 
397
- #: includes/class.yith-wcwl-admin-init.php:1377
398
  #, fuzzy
399
  msgid "\"Add to wishlist\" button"
400
  msgstr "\"Добавить в корзину\" button text"
401
 
402
- #: includes/class.yith-wcwl-admin-init.php:1380
403
- #: includes/class.yith-wcwl-admin-init.php:1398
404
- #: includes/class.yith-wcwl-admin-init.php:1416
405
- #: includes/class.yith-wcwl-admin-init.php:1434
406
- #: includes/class.yith-wcwl-admin-init.php:1452
407
  msgid "Background"
408
  msgstr ""
409
 
410
- #: includes/class.yith-wcwl-admin-init.php:1381
411
- #: includes/class.yith-wcwl-admin-init.php:1399
412
- #: includes/class.yith-wcwl-admin-init.php:1417
413
- #: includes/class.yith-wcwl-admin-init.php:1435
414
- #: includes/class.yith-wcwl-admin-init.php:1453
415
  msgid "Text"
416
  msgstr ""
417
 
418
- #: includes/class.yith-wcwl-admin-init.php:1382
419
- #: includes/class.yith-wcwl-admin-init.php:1400
420
- #: includes/class.yith-wcwl-admin-init.php:1418
421
- #: includes/class.yith-wcwl-admin-init.php:1436
422
- #: includes/class.yith-wcwl-admin-init.php:1454
423
- msgid "Border"
424
- msgstr ""
425
-
426
  #: includes/class.yith-wcwl-admin-init.php:1389
427
  #: includes/class.yith-wcwl-admin-init.php:1407
428
  #: includes/class.yith-wcwl-admin-init.php:1425
429
  #: includes/class.yith-wcwl-admin-init.php:1443
 
 
 
 
 
 
 
 
430
  msgid "Background (hover)"
431
  msgstr ""
432
 
433
- #: includes/class.yith-wcwl-admin-init.php:1390
434
- #: includes/class.yith-wcwl-admin-init.php:1408
435
- #: includes/class.yith-wcwl-admin-init.php:1426
436
- #: includes/class.yith-wcwl-admin-init.php:1444
437
  msgid "Text (hover)"
438
  msgstr ""
439
 
440
- #: includes/class.yith-wcwl-admin-init.php:1391
441
- #: includes/class.yith-wcwl-admin-init.php:1409
442
- #: includes/class.yith-wcwl-admin-init.php:1427
443
- #: includes/class.yith-wcwl-admin-init.php:1445
444
  msgid "Border (hover)"
445
  msgstr ""
446
 
447
- #: includes/class.yith-wcwl-admin-init.php:1395
448
  #, fuzzy
449
  msgid "\"Add to Cart\" button"
450
  msgstr "\"Добавить в корзину\" button text"
451
 
452
- #: includes/class.yith-wcwl-admin-init.php:1413
453
  msgid "\"Style 1\" button"
454
  msgstr ""
455
 
456
- #: includes/class.yith-wcwl-admin-init.php:1431
457
  msgid "\"Style 2\" button"
458
  msgstr ""
459
 
460
- #: includes/class.yith-wcwl-admin-init.php:1449
461
  msgid "Wishlist table"
462
  msgstr ""
463
 
464
- #: includes/class.yith-wcwl-admin-init.php:1458
465
  msgid "Headers"
466
  msgstr ""
467
 
468
- #: includes/class.yith-wcwl-admin-init.php:1461
469
  msgid "Background color"
470
  msgstr ""
471
 
472
- #: includes/class.yith-wcwl-admin-init.php:1551
473
  msgid "Wishlist Activated"
474
  msgstr ""
475
 
476
- #: includes/class.yith-wcwl-admin-init.php:1552
477
  msgid ""
478
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
479
  "can access to all the settings of our plugins that you have activated. "
@@ -481,11 +490,11 @@ msgid ""
481
  "options, <a href=\"%s\">discover it now</a>."
482
  msgstr ""
483
 
484
- #: includes/class.yith-wcwl-admin-init.php:1563
485
  msgid "Wishlist Updated"
486
  msgstr ""
487
 
488
- #: includes/class.yith-wcwl-admin-init.php:1564
489
  msgid ""
490
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
491
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
@@ -693,7 +702,7 @@ msgstr ""
693
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
694
  msgstr ""
695
 
696
- #: includes/class.yith-wcwl-shortcode.php:386
697
  #: includes/class.yith-wcwl-ui.php:164
698
  msgid "Share on:"
699
  msgstr "Поделиться в:"
@@ -733,23 +742,23 @@ msgstr ""
733
  msgid "An error occurred while removing products from the wishlist"
734
  msgstr "Произошла ошибка при удалении продуктов из избранного"
735
 
736
- #: includes/class.yith-wcwl.php:809
737
  msgid "You need to log in before creating a new wishlist"
738
  msgstr "Вам необходимо авторизоваться перед созданием нового избранного"
739
 
740
- #: includes/class.yith-wcwl.php:1610
741
  msgid "Product successfully removed."
742
  msgstr "Продукт успешно удален из избранного"
743
 
744
- #: includes/class.yith-wcwl.php:1614
745
  msgid "Error. Unable to remove the product from the wishlist."
746
  msgstr "Ошибка. Невозможно удалить продукт из избранного."
747
 
748
- #: includes/class.yith-wcwl.php:1618 templates/wishlist-view.php:242
749
  msgid "No products were added to the wishlist"
750
  msgstr "Нет продуктов добавленных в избранное."
751
 
752
- #: includes/class.yith-wcwl.php:1660
753
  msgid "An error as occurred."
754
  msgstr ""
755
 
@@ -1010,6 +1019,18 @@ msgstr "Мои закладки на %s"
1010
  msgid "WhatsApp"
1011
  msgstr ""
1012
 
 
 
 
 
 
 
 
 
 
 
 
 
1013
  #: templates/wishlist-view.php:32
1014
  msgid "Edit title"
1015
  msgstr ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
+ "POT-Creation-Date: 2019-08-12 11:01:34+00:00\n"
6
  "PO-Revision-Date: 2019-02-12 14:38+0100\n"
7
  "Last-Translator: Valentyn Zubenko <valentyn.zubenko@gmail.com>\n"
8
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
19
  "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
20
 
21
  #: includes/class.yith-wcwl-admin-init.php:159
22
+ #: includes/class.yith-wcwl-admin-init.php:1492
23
+ #: includes/class.yith-wcwl-admin-init.php:1493
24
  #: includes/class.yith-wcwl-install.php:245
25
  msgid "Wishlist"
26
  msgstr ""
97
 
98
  #: includes/class.yith-wcwl-admin-init.php:1056
99
  #: includes/class.yith-wcwl-admin-init.php:1057
100
+ #: includes/class.yith-wcwl-admin-init.php:1307
101
  msgid "My wishlist on %s"
102
  msgstr "Мои закладки на %s"
103
 
353
  msgstr "Показать кнопку \"Поделиться через Email\""
354
 
355
  #: includes/class.yith-wcwl-admin-init.php:1298
356
+ #, fuzzy
357
+ msgid "Share by Url"
358
+ msgstr "Поделиться через Email"
359
+
360
+ #: includes/class.yith-wcwl-admin-init.php:1299
361
+ msgid "Show \"Share Url\" field on wishlist page"
362
  msgstr ""
363
 
364
  #: includes/class.yith-wcwl-admin-init.php:1305
365
+ msgid "Social title"
366
+ msgstr ""
367
+
368
+ #: includes/class.yith-wcwl-admin-init.php:1312
369
  msgid "Social text"
370
  msgstr ""
371
 
372
+ #: includes/class.yith-wcwl-admin-init.php:1313
373
  msgid ""
374
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
375
  "strong> where you want to show the URL of your wishlist."
376
  msgstr ""
377
 
378
+ #: includes/class.yith-wcwl-admin-init.php:1320
379
  msgid "Social image URL"
380
  msgstr ""
381
 
382
+ #: includes/class.yith-wcwl-admin-init.php:1321
383
  msgid "It will be used by Pinterest."
384
  msgstr ""
385
 
386
+ #: includes/class.yith-wcwl-admin-init.php:1335
387
  msgid ""
388
  "If you want to take advantage of this feature, you could consider to "
389
  "purchase the %s."
390
  msgstr ""
391
 
392
+ #: includes/class.yith-wcwl-admin-init.php:1340
393
  msgid "YITH WooCommerce Frequently Bought Together Integration"
394
  msgstr ""
395
 
396
+ #: includes/class.yith-wcwl-admin-init.php:1347
397
  msgid "Enable slider in wishlist"
398
  msgstr ""
399
 
400
+ #: includes/class.yith-wcwl-admin-init.php:1348
401
  msgid ""
402
  "Choose to enable product slider in wishlist page with linked products (<a "
403
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
404
  msgstr ""
405
 
406
+ #: includes/class.yith-wcwl-admin-init.php:1384
407
  #, fuzzy
408
  msgid "\"Add to wishlist\" button"
409
  msgstr "\"Добавить в корзину\" button text"
410
 
411
+ #: includes/class.yith-wcwl-admin-init.php:1387
412
+ #: includes/class.yith-wcwl-admin-init.php:1405
413
+ #: includes/class.yith-wcwl-admin-init.php:1423
414
+ #: includes/class.yith-wcwl-admin-init.php:1441
415
+ #: includes/class.yith-wcwl-admin-init.php:1459
416
  msgid "Background"
417
  msgstr ""
418
 
419
+ #: includes/class.yith-wcwl-admin-init.php:1388
420
+ #: includes/class.yith-wcwl-admin-init.php:1406
421
+ #: includes/class.yith-wcwl-admin-init.php:1424
422
+ #: includes/class.yith-wcwl-admin-init.php:1442
423
+ #: includes/class.yith-wcwl-admin-init.php:1460
424
  msgid "Text"
425
  msgstr ""
426
 
 
 
 
 
 
 
 
 
427
  #: includes/class.yith-wcwl-admin-init.php:1389
428
  #: includes/class.yith-wcwl-admin-init.php:1407
429
  #: includes/class.yith-wcwl-admin-init.php:1425
430
  #: includes/class.yith-wcwl-admin-init.php:1443
431
+ #: includes/class.yith-wcwl-admin-init.php:1461
432
+ msgid "Border"
433
+ msgstr ""
434
+
435
+ #: includes/class.yith-wcwl-admin-init.php:1396
436
+ #: includes/class.yith-wcwl-admin-init.php:1414
437
+ #: includes/class.yith-wcwl-admin-init.php:1432
438
+ #: includes/class.yith-wcwl-admin-init.php:1450
439
  msgid "Background (hover)"
440
  msgstr ""
441
 
442
+ #: includes/class.yith-wcwl-admin-init.php:1397
443
+ #: includes/class.yith-wcwl-admin-init.php:1415
444
+ #: includes/class.yith-wcwl-admin-init.php:1433
445
+ #: includes/class.yith-wcwl-admin-init.php:1451
446
  msgid "Text (hover)"
447
  msgstr ""
448
 
449
+ #: includes/class.yith-wcwl-admin-init.php:1398
450
+ #: includes/class.yith-wcwl-admin-init.php:1416
451
+ #: includes/class.yith-wcwl-admin-init.php:1434
452
+ #: includes/class.yith-wcwl-admin-init.php:1452
453
  msgid "Border (hover)"
454
  msgstr ""
455
 
456
+ #: includes/class.yith-wcwl-admin-init.php:1402
457
  #, fuzzy
458
  msgid "\"Add to Cart\" button"
459
  msgstr "\"Добавить в корзину\" button text"
460
 
461
+ #: includes/class.yith-wcwl-admin-init.php:1420
462
  msgid "\"Style 1\" button"
463
  msgstr ""
464
 
465
+ #: includes/class.yith-wcwl-admin-init.php:1438
466
  msgid "\"Style 2\" button"
467
  msgstr ""
468
 
469
+ #: includes/class.yith-wcwl-admin-init.php:1456
470
  msgid "Wishlist table"
471
  msgstr ""
472
 
473
+ #: includes/class.yith-wcwl-admin-init.php:1465
474
  msgid "Headers"
475
  msgstr ""
476
 
477
+ #: includes/class.yith-wcwl-admin-init.php:1468
478
  msgid "Background color"
479
  msgstr ""
480
 
481
+ #: includes/class.yith-wcwl-admin-init.php:1558
482
  msgid "Wishlist Activated"
483
  msgstr ""
484
 
485
+ #: includes/class.yith-wcwl-admin-init.php:1559
486
  msgid ""
487
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
488
  "can access to all the settings of our plugins that you have activated. "
490
  "options, <a href=\"%s\">discover it now</a>."
491
  msgstr ""
492
 
493
+ #: includes/class.yith-wcwl-admin-init.php:1570
494
  msgid "Wishlist Updated"
495
  msgstr ""
496
 
497
+ #: includes/class.yith-wcwl-admin-init.php:1571
498
  msgid ""
499
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
500
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
702
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
703
  msgstr ""
704
 
705
+ #: includes/class.yith-wcwl-shortcode.php:387
706
  #: includes/class.yith-wcwl-ui.php:164
707
  msgid "Share on:"
708
  msgstr "Поделиться в:"
742
  msgid "An error occurred while removing products from the wishlist"
743
  msgstr "Произошла ошибка при удалении продуктов из избранного"
744
 
745
+ #: includes/class.yith-wcwl.php:825
746
  msgid "You need to log in before creating a new wishlist"
747
  msgstr "Вам необходимо авторизоваться перед созданием нового избранного"
748
 
749
+ #: includes/class.yith-wcwl.php:1627
750
  msgid "Product successfully removed."
751
  msgstr "Продукт успешно удален из избранного"
752
 
753
+ #: includes/class.yith-wcwl.php:1631
754
  msgid "Error. Unable to remove the product from the wishlist."
755
  msgstr "Ошибка. Невозможно удалить продукт из избранного."
756
 
757
+ #: includes/class.yith-wcwl.php:1635 templates/wishlist-view.php:242
758
  msgid "No products were added to the wishlist"
759
  msgstr "Нет продуктов добавленных в избранное."
760
 
761
+ #: includes/class.yith-wcwl.php:1677
762
  msgid "An error as occurred."
763
  msgstr ""
764
 
1019
  msgid "WhatsApp"
1020
  msgstr ""
1021
 
1022
+ #: templates/share.php:61
1023
+ msgid "(Now"
1024
+ msgstr ""
1025
+
1026
+ #: templates/share.php:61
1027
+ msgid "copy"
1028
+ msgstr ""
1029
+
1030
+ #: templates/share.php:61
1031
+ msgid "this wishlist link and share it anywhere)"
1032
+ msgstr ""
1033
+
1034
  #: templates/wishlist-view.php:32
1035
  msgid "Edit title"
1036
  msgstr ""
languages/yith-woocommerce-wishlist-sv_SE.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-sv_SE.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
- "POT-Creation-Date: 2019-04-15 10:23:21+00:00\n"
6
  "PO-Revision-Date: 2019-02-12 14:38+0100\n"
7
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
8
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
@@ -18,8 +18,8 @@ msgstr ""
18
  "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
19
 
20
  #: includes/class.yith-wcwl-admin-init.php:159
21
- #: includes/class.yith-wcwl-admin-init.php:1485
22
- #: includes/class.yith-wcwl-admin-init.php:1486
23
  #: includes/class.yith-wcwl-install.php:245
24
  msgid "Wishlist"
25
  msgstr "Önskelista"
@@ -100,7 +100,7 @@ msgstr "Titel på önskelistan"
100
 
101
  #: includes/class.yith-wcwl-admin-init.php:1056
102
  #: includes/class.yith-wcwl-admin-init.php:1057
103
- #: includes/class.yith-wcwl-admin-init.php:1300
104
  msgid "My wishlist on %s"
105
  msgstr "Min önskelista på %s"
106
 
@@ -349,42 +349,51 @@ msgid "Show \"Share by WhatsApp\" button ( only on phones )"
349
  msgstr "Visa “Dela via Email”-knapp"
350
 
351
  #: includes/class.yith-wcwl-admin-init.php:1298
 
 
 
 
 
 
 
 
 
352
  msgid "Social title"
353
  msgstr "Titel på sociala medier"
354
 
355
- #: includes/class.yith-wcwl-admin-init.php:1305
356
  msgid "Social text"
357
  msgstr "Text på sociala medier"
358
 
359
- #: includes/class.yith-wcwl-admin-init.php:1306
360
  msgid ""
361
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
362
  "strong> where you want to show the URL of your wishlist."
363
  msgstr ""
364
 
365
- #: includes/class.yith-wcwl-admin-init.php:1313
366
  msgid "Social image URL"
367
  msgstr "Bild för sociala medier (URL)"
368
 
369
- #: includes/class.yith-wcwl-admin-init.php:1314
370
  msgid "It will be used by Pinterest."
371
  msgstr ""
372
 
373
- #: includes/class.yith-wcwl-admin-init.php:1328
374
  msgid ""
375
  "If you want to take advantage of this feature, you could consider to "
376
  "purchase the %s."
377
  msgstr "Om du vill ta del av denna funktionen bör du överväga att köpa %s."
378
 
379
- #: includes/class.yith-wcwl-admin-init.php:1333
380
  msgid "YITH WooCommerce Frequently Bought Together Integration"
381
  msgstr "YITH WooCommerce Vanliga köpte tillsammans integritet"
382
 
383
- #: includes/class.yith-wcwl-admin-init.php:1340
384
  msgid "Enable slider in wishlist"
385
  msgstr "Aktivera slider i önskelistan"
386
 
387
- #: includes/class.yith-wcwl-admin-init.php:1341
388
  msgid ""
389
  "Choose to enable product slider in wishlist page with linked products (<a "
390
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
@@ -392,84 +401,84 @@ msgstr ""
392
  "Välj en produktslider på önskelistans sida med länkade produkter (<a "
393
  "href=“%s” class=“thickbox”>Exempel</a>.%s"
394
 
395
- #: includes/class.yith-wcwl-admin-init.php:1377
396
  msgid "\"Add to wishlist\" button"
397
  msgstr "“Lägg till i önskelista”-knapp"
398
 
399
- #: includes/class.yith-wcwl-admin-init.php:1380
400
- #: includes/class.yith-wcwl-admin-init.php:1398
401
- #: includes/class.yith-wcwl-admin-init.php:1416
402
- #: includes/class.yith-wcwl-admin-init.php:1434
403
- #: includes/class.yith-wcwl-admin-init.php:1452
404
  msgid "Background"
405
  msgstr "Bakgrund"
406
 
407
- #: includes/class.yith-wcwl-admin-init.php:1381
408
- #: includes/class.yith-wcwl-admin-init.php:1399
409
- #: includes/class.yith-wcwl-admin-init.php:1417
410
- #: includes/class.yith-wcwl-admin-init.php:1435
411
- #: includes/class.yith-wcwl-admin-init.php:1453
412
  msgid "Text"
413
  msgstr "Text"
414
 
415
- #: includes/class.yith-wcwl-admin-init.php:1382
416
- #: includes/class.yith-wcwl-admin-init.php:1400
417
- #: includes/class.yith-wcwl-admin-init.php:1418
418
- #: includes/class.yith-wcwl-admin-init.php:1436
419
- #: includes/class.yith-wcwl-admin-init.php:1454
420
- msgid "Border"
421
- msgstr "Ram"
422
-
423
  #: includes/class.yith-wcwl-admin-init.php:1389
424
  #: includes/class.yith-wcwl-admin-init.php:1407
425
  #: includes/class.yith-wcwl-admin-init.php:1425
426
  #: includes/class.yith-wcwl-admin-init.php:1443
 
 
 
 
 
 
 
 
427
  msgid "Background (hover)"
428
  msgstr "Bakgrund (när muspekare är över)"
429
 
430
- #: includes/class.yith-wcwl-admin-init.php:1390
431
- #: includes/class.yith-wcwl-admin-init.php:1408
432
- #: includes/class.yith-wcwl-admin-init.php:1426
433
- #: includes/class.yith-wcwl-admin-init.php:1444
434
  msgid "Text (hover)"
435
  msgstr "Text (när muspekare är över)"
436
 
437
- #: includes/class.yith-wcwl-admin-init.php:1391
438
- #: includes/class.yith-wcwl-admin-init.php:1409
439
- #: includes/class.yith-wcwl-admin-init.php:1427
440
- #: includes/class.yith-wcwl-admin-init.php:1445
441
  msgid "Border (hover)"
442
  msgstr "Ram (när muspekare är över)"
443
 
444
- #: includes/class.yith-wcwl-admin-init.php:1395
445
  msgid "\"Add to Cart\" button"
446
  msgstr "“Lägg till i kundvagn”-knapp"
447
 
448
- #: includes/class.yith-wcwl-admin-init.php:1413
449
  msgid "\"Style 1\" button"
450
  msgstr "“Stil 1”-knapp"
451
 
452
- #: includes/class.yith-wcwl-admin-init.php:1431
453
  msgid "\"Style 2\" button"
454
  msgstr "“Stil 2”-knapp"
455
 
456
- #: includes/class.yith-wcwl-admin-init.php:1449
457
  msgid "Wishlist table"
458
  msgstr "Önskelistatabell"
459
 
460
- #: includes/class.yith-wcwl-admin-init.php:1458
461
  msgid "Headers"
462
  msgstr "Headers"
463
 
464
- #: includes/class.yith-wcwl-admin-init.php:1461
465
  msgid "Background color"
466
  msgstr "Bakgrundsfärg"
467
 
468
- #: includes/class.yith-wcwl-admin-init.php:1551
469
  msgid "Wishlist Activated"
470
  msgstr "Önskelista aktiverad"
471
 
472
- #: includes/class.yith-wcwl-admin-init.php:1552
473
  msgid ""
474
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
475
  "can access to all the settings of our plugins that you have activated. "
@@ -481,11 +490,11 @@ msgstr ""
481
  "finns tillgänglig i en utmärkt premiumversion med många nya inställningar, "
482
  "<a href=“%s”>upptäck dem nu</a>"
483
 
484
- #: includes/class.yith-wcwl-admin-init.php:1563
485
  msgid "Wishlist Updated"
486
  msgstr "Önskelistan uppdaterad"
487
 
488
- #: includes/class.yith-wcwl-admin-init.php:1564
489
  msgid ""
490
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
491
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
@@ -701,7 +710,7 @@ msgstr ""
701
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
702
  msgstr ""
703
 
704
- #: includes/class.yith-wcwl-shortcode.php:386
705
  #: includes/class.yith-wcwl-ui.php:164
706
  msgid "Share on:"
707
  msgstr "Dela på:"
@@ -738,23 +747,23 @@ msgstr "“Ta bort”-alternativet kräver inte några parametrar"
738
  msgid "An error occurred while removing products from the wishlist"
739
  msgstr "Ett fel uppstod när produkten skulle tas bort ifrån önskelistan"
740
 
741
- #: includes/class.yith-wcwl.php:809
742
  msgid "You need to log in before creating a new wishlist"
743
  msgstr "Du behöver logga in innan du kan skapa en ny önskelista"
744
 
745
- #: includes/class.yith-wcwl.php:1610
746
  msgid "Product successfully removed."
747
  msgstr "Produkten borttagen."
748
 
749
- #: includes/class.yith-wcwl.php:1614
750
  msgid "Error. Unable to remove the product from the wishlist."
751
  msgstr "Fel. Kunde inte ta bort produkten ifrån önskelistan."
752
 
753
- #: includes/class.yith-wcwl.php:1618 templates/wishlist-view.php:242
754
  msgid "No products were added to the wishlist"
755
  msgstr "Ingen produkt har blivit tillagd i önskelistan"
756
 
757
- #: includes/class.yith-wcwl.php:1660
758
  msgid "An error as occurred."
759
  msgstr "Ett fel uppstod"
760
 
@@ -1018,6 +1027,18 @@ msgstr "Min önskelista på %s"
1018
  msgid "WhatsApp"
1019
  msgstr ""
1020
 
 
 
 
 
 
 
 
 
 
 
 
 
1021
  #: templates/wishlist-view.php:32
1022
  msgid "Edit title"
1023
  msgstr "Ändra titel"
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
+ "POT-Creation-Date: 2019-08-12 11:01:34+00:00\n"
6
  "PO-Revision-Date: 2019-02-12 14:38+0100\n"
7
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
8
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
18
  "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
19
 
20
  #: includes/class.yith-wcwl-admin-init.php:159
21
+ #: includes/class.yith-wcwl-admin-init.php:1492
22
+ #: includes/class.yith-wcwl-admin-init.php:1493
23
  #: includes/class.yith-wcwl-install.php:245
24
  msgid "Wishlist"
25
  msgstr "Önskelista"
100
 
101
  #: includes/class.yith-wcwl-admin-init.php:1056
102
  #: includes/class.yith-wcwl-admin-init.php:1057
103
+ #: includes/class.yith-wcwl-admin-init.php:1307
104
  msgid "My wishlist on %s"
105
  msgstr "Min önskelista på %s"
106
 
349
  msgstr "Visa “Dela via Email”-knapp"
350
 
351
  #: includes/class.yith-wcwl-admin-init.php:1298
352
+ #, fuzzy
353
+ msgid "Share by Url"
354
+ msgstr "Dela via Email"
355
+
356
+ #: includes/class.yith-wcwl-admin-init.php:1299
357
+ msgid "Show \"Share Url\" field on wishlist page"
358
+ msgstr ""
359
+
360
+ #: includes/class.yith-wcwl-admin-init.php:1305
361
  msgid "Social title"
362
  msgstr "Titel på sociala medier"
363
 
364
+ #: includes/class.yith-wcwl-admin-init.php:1312
365
  msgid "Social text"
366
  msgstr "Text på sociala medier"
367
 
368
+ #: includes/class.yith-wcwl-admin-init.php:1313
369
  msgid ""
370
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
371
  "strong> where you want to show the URL of your wishlist."
372
  msgstr ""
373
 
374
+ #: includes/class.yith-wcwl-admin-init.php:1320
375
  msgid "Social image URL"
376
  msgstr "Bild för sociala medier (URL)"
377
 
378
+ #: includes/class.yith-wcwl-admin-init.php:1321
379
  msgid "It will be used by Pinterest."
380
  msgstr ""
381
 
382
+ #: includes/class.yith-wcwl-admin-init.php:1335
383
  msgid ""
384
  "If you want to take advantage of this feature, you could consider to "
385
  "purchase the %s."
386
  msgstr "Om du vill ta del av denna funktionen bör du överväga att köpa %s."
387
 
388
+ #: includes/class.yith-wcwl-admin-init.php:1340
389
  msgid "YITH WooCommerce Frequently Bought Together Integration"
390
  msgstr "YITH WooCommerce Vanliga köpte tillsammans integritet"
391
 
392
+ #: includes/class.yith-wcwl-admin-init.php:1347
393
  msgid "Enable slider in wishlist"
394
  msgstr "Aktivera slider i önskelistan"
395
 
396
+ #: includes/class.yith-wcwl-admin-init.php:1348
397
  msgid ""
398
  "Choose to enable product slider in wishlist page with linked products (<a "
399
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
401
  "Välj en produktslider på önskelistans sida med länkade produkter (<a "
402
  "href=“%s” class=“thickbox”>Exempel</a>.%s"
403
 
404
+ #: includes/class.yith-wcwl-admin-init.php:1384
405
  msgid "\"Add to wishlist\" button"
406
  msgstr "“Lägg till i önskelista”-knapp"
407
 
408
+ #: includes/class.yith-wcwl-admin-init.php:1387
409
+ #: includes/class.yith-wcwl-admin-init.php:1405
410
+ #: includes/class.yith-wcwl-admin-init.php:1423
411
+ #: includes/class.yith-wcwl-admin-init.php:1441
412
+ #: includes/class.yith-wcwl-admin-init.php:1459
413
  msgid "Background"
414
  msgstr "Bakgrund"
415
 
416
+ #: includes/class.yith-wcwl-admin-init.php:1388
417
+ #: includes/class.yith-wcwl-admin-init.php:1406
418
+ #: includes/class.yith-wcwl-admin-init.php:1424
419
+ #: includes/class.yith-wcwl-admin-init.php:1442
420
+ #: includes/class.yith-wcwl-admin-init.php:1460
421
  msgid "Text"
422
  msgstr "Text"
423
 
 
 
 
 
 
 
 
 
424
  #: includes/class.yith-wcwl-admin-init.php:1389
425
  #: includes/class.yith-wcwl-admin-init.php:1407
426
  #: includes/class.yith-wcwl-admin-init.php:1425
427
  #: includes/class.yith-wcwl-admin-init.php:1443
428
+ #: includes/class.yith-wcwl-admin-init.php:1461
429
+ msgid "Border"
430
+ msgstr "Ram"
431
+
432
+ #: includes/class.yith-wcwl-admin-init.php:1396
433
+ #: includes/class.yith-wcwl-admin-init.php:1414
434
+ #: includes/class.yith-wcwl-admin-init.php:1432
435
+ #: includes/class.yith-wcwl-admin-init.php:1450
436
  msgid "Background (hover)"
437
  msgstr "Bakgrund (när muspekare är över)"
438
 
439
+ #: includes/class.yith-wcwl-admin-init.php:1397
440
+ #: includes/class.yith-wcwl-admin-init.php:1415
441
+ #: includes/class.yith-wcwl-admin-init.php:1433
442
+ #: includes/class.yith-wcwl-admin-init.php:1451
443
  msgid "Text (hover)"
444
  msgstr "Text (när muspekare är över)"
445
 
446
+ #: includes/class.yith-wcwl-admin-init.php:1398
447
+ #: includes/class.yith-wcwl-admin-init.php:1416
448
+ #: includes/class.yith-wcwl-admin-init.php:1434
449
+ #: includes/class.yith-wcwl-admin-init.php:1452
450
  msgid "Border (hover)"
451
  msgstr "Ram (när muspekare är över)"
452
 
453
+ #: includes/class.yith-wcwl-admin-init.php:1402
454
  msgid "\"Add to Cart\" button"
455
  msgstr "“Lägg till i kundvagn”-knapp"
456
 
457
+ #: includes/class.yith-wcwl-admin-init.php:1420
458
  msgid "\"Style 1\" button"
459
  msgstr "“Stil 1”-knapp"
460
 
461
+ #: includes/class.yith-wcwl-admin-init.php:1438
462
  msgid "\"Style 2\" button"
463
  msgstr "“Stil 2”-knapp"
464
 
465
+ #: includes/class.yith-wcwl-admin-init.php:1456
466
  msgid "Wishlist table"
467
  msgstr "Önskelistatabell"
468
 
469
+ #: includes/class.yith-wcwl-admin-init.php:1465
470
  msgid "Headers"
471
  msgstr "Headers"
472
 
473
+ #: includes/class.yith-wcwl-admin-init.php:1468
474
  msgid "Background color"
475
  msgstr "Bakgrundsfärg"
476
 
477
+ #: includes/class.yith-wcwl-admin-init.php:1558
478
  msgid "Wishlist Activated"
479
  msgstr "Önskelista aktiverad"
480
 
481
+ #: includes/class.yith-wcwl-admin-init.php:1559
482
  msgid ""
483
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
484
  "can access to all the settings of our plugins that you have activated. "
490
  "finns tillgänglig i en utmärkt premiumversion med många nya inställningar, "
491
  "<a href=“%s”>upptäck dem nu</a>"
492
 
493
+ #: includes/class.yith-wcwl-admin-init.php:1570
494
  msgid "Wishlist Updated"
495
  msgstr "Önskelistan uppdaterad"
496
 
497
+ #: includes/class.yith-wcwl-admin-init.php:1571
498
  msgid ""
499
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
500
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
710
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
711
  msgstr ""
712
 
713
+ #: includes/class.yith-wcwl-shortcode.php:387
714
  #: includes/class.yith-wcwl-ui.php:164
715
  msgid "Share on:"
716
  msgstr "Dela på:"
747
  msgid "An error occurred while removing products from the wishlist"
748
  msgstr "Ett fel uppstod när produkten skulle tas bort ifrån önskelistan"
749
 
750
+ #: includes/class.yith-wcwl.php:825
751
  msgid "You need to log in before creating a new wishlist"
752
  msgstr "Du behöver logga in innan du kan skapa en ny önskelista"
753
 
754
+ #: includes/class.yith-wcwl.php:1627
755
  msgid "Product successfully removed."
756
  msgstr "Produkten borttagen."
757
 
758
+ #: includes/class.yith-wcwl.php:1631
759
  msgid "Error. Unable to remove the product from the wishlist."
760
  msgstr "Fel. Kunde inte ta bort produkten ifrån önskelistan."
761
 
762
+ #: includes/class.yith-wcwl.php:1635 templates/wishlist-view.php:242
763
  msgid "No products were added to the wishlist"
764
  msgstr "Ingen produkt har blivit tillagd i önskelistan"
765
 
766
+ #: includes/class.yith-wcwl.php:1677
767
  msgid "An error as occurred."
768
  msgstr "Ett fel uppstod"
769
 
1027
  msgid "WhatsApp"
1028
  msgstr ""
1029
 
1030
+ #: templates/share.php:61
1031
+ msgid "(Now"
1032
+ msgstr ""
1033
+
1034
+ #: templates/share.php:61
1035
+ msgid "copy"
1036
+ msgstr ""
1037
+
1038
+ #: templates/share.php:61
1039
+ msgid "this wishlist link and share it anywhere)"
1040
+ msgstr ""
1041
+
1042
  #: templates/wishlist-view.php:32
1043
  msgid "Edit title"
1044
  msgstr "Ändra titel"
languages/yith-woocommerce-wishlist-tr_TR.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-tr_TR.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
- "POT-Creation-Date: 2019-04-15 10:23:21+00:00\n"
6
  "PO-Revision-Date: 2019-02-12 14:38+0100\n"
7
  "Last-Translator: Caner Öncel <caneroncel@gmail.com>\n"
8
  "Language-Team: Caner Öncel (@egonomik) <caneroncel@gmail.com>\n"
@@ -21,8 +21,8 @@ msgstr ""
21
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
22
 
23
  #: includes/class.yith-wcwl-admin-init.php:159
24
- #: includes/class.yith-wcwl-admin-init.php:1485
25
- #: includes/class.yith-wcwl-admin-init.php:1486
26
  #: includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr "İstek Listesi"
@@ -100,7 +100,7 @@ msgstr "İstek listesi başlığı"
100
 
101
  #: includes/class.yith-wcwl-admin-init.php:1056
102
  #: includes/class.yith-wcwl-admin-init.php:1057
103
- #: includes/class.yith-wcwl-admin-init.php:1300
104
  msgid "My wishlist on %s"
105
  msgstr "%s üzerinde istek listem"
106
 
@@ -360,132 +360,140 @@ msgid "Show \"Share by WhatsApp\" button ( only on phones )"
360
  msgstr "\"Sepete Ekle\" butonunu göster"
361
 
362
  #: includes/class.yith-wcwl-admin-init.php:1298
 
 
 
 
 
 
 
 
363
  #, fuzzy
364
  msgid "Social title"
365
  msgstr "Sosyal medya başlığı"
366
 
367
- #: includes/class.yith-wcwl-admin-init.php:1305
368
  #, fuzzy
369
  msgid "Social text"
370
  msgstr "Sosyal medya metni"
371
 
372
- #: includes/class.yith-wcwl-admin-init.php:1306
373
  msgid ""
374
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
375
  "strong> where you want to show the URL of your wishlist."
376
  msgstr ""
377
 
378
- #: includes/class.yith-wcwl-admin-init.php:1313
379
  #, fuzzy
380
  msgid "Social image URL"
381
  msgstr "Sosyal medya resim URL'i"
382
 
383
- #: includes/class.yith-wcwl-admin-init.php:1314
384
  msgid "It will be used by Pinterest."
385
  msgstr ""
386
 
387
- #: includes/class.yith-wcwl-admin-init.php:1328
388
  msgid ""
389
  "If you want to take advantage of this feature, you could consider to "
390
  "purchase the %s."
391
  msgstr ""
392
 
393
- #: includes/class.yith-wcwl-admin-init.php:1333
394
  msgid "YITH WooCommerce Frequently Bought Together Integration"
395
  msgstr ""
396
 
397
- #: includes/class.yith-wcwl-admin-init.php:1340
398
  msgid "Enable slider in wishlist"
399
  msgstr ""
400
 
401
- #: includes/class.yith-wcwl-admin-init.php:1341
402
  msgid ""
403
  "Choose to enable product slider in wishlist page with linked products (<a "
404
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
405
  msgstr ""
406
 
407
- #: includes/class.yith-wcwl-admin-init.php:1377
408
  #, fuzzy
409
  msgid "\"Add to wishlist\" button"
410
  msgstr "\"İstek Listeme Ekle\" buton metni"
411
 
412
- #: includes/class.yith-wcwl-admin-init.php:1380
413
- #: includes/class.yith-wcwl-admin-init.php:1398
414
- #: includes/class.yith-wcwl-admin-init.php:1416
415
- #: includes/class.yith-wcwl-admin-init.php:1434
416
- #: includes/class.yith-wcwl-admin-init.php:1452
417
  msgid "Background"
418
  msgstr ""
419
 
420
- #: includes/class.yith-wcwl-admin-init.php:1381
421
- #: includes/class.yith-wcwl-admin-init.php:1399
422
- #: includes/class.yith-wcwl-admin-init.php:1417
423
- #: includes/class.yith-wcwl-admin-init.php:1435
424
- #: includes/class.yith-wcwl-admin-init.php:1453
425
  msgid "Text"
426
  msgstr ""
427
 
428
- #: includes/class.yith-wcwl-admin-init.php:1382
429
- #: includes/class.yith-wcwl-admin-init.php:1400
430
- #: includes/class.yith-wcwl-admin-init.php:1418
431
- #: includes/class.yith-wcwl-admin-init.php:1436
432
- #: includes/class.yith-wcwl-admin-init.php:1454
433
- msgid "Border"
434
- msgstr ""
435
-
436
  #: includes/class.yith-wcwl-admin-init.php:1389
437
  #: includes/class.yith-wcwl-admin-init.php:1407
438
  #: includes/class.yith-wcwl-admin-init.php:1425
439
  #: includes/class.yith-wcwl-admin-init.php:1443
 
 
 
 
 
 
 
 
440
  msgid "Background (hover)"
441
  msgstr ""
442
 
443
- #: includes/class.yith-wcwl-admin-init.php:1390
444
- #: includes/class.yith-wcwl-admin-init.php:1408
445
- #: includes/class.yith-wcwl-admin-init.php:1426
446
- #: includes/class.yith-wcwl-admin-init.php:1444
447
  msgid "Text (hover)"
448
  msgstr ""
449
 
450
- #: includes/class.yith-wcwl-admin-init.php:1391
451
- #: includes/class.yith-wcwl-admin-init.php:1409
452
- #: includes/class.yith-wcwl-admin-init.php:1427
453
- #: includes/class.yith-wcwl-admin-init.php:1445
454
  msgid "Border (hover)"
455
  msgstr ""
456
 
457
- #: includes/class.yith-wcwl-admin-init.php:1395
458
  #, fuzzy
459
  msgid "\"Add to Cart\" button"
460
  msgstr "\"Sepete Ekle\" buton metni"
461
 
462
- #: includes/class.yith-wcwl-admin-init.php:1413
463
  msgid "\"Style 1\" button"
464
  msgstr ""
465
 
466
- #: includes/class.yith-wcwl-admin-init.php:1431
467
  msgid "\"Style 2\" button"
468
  msgstr ""
469
 
470
- #: includes/class.yith-wcwl-admin-init.php:1449
471
  #, fuzzy
472
  msgid "Wishlist table"
473
  msgstr "İstek listesi başlığı"
474
 
475
- #: includes/class.yith-wcwl-admin-init.php:1458
476
  msgid "Headers"
477
  msgstr ""
478
 
479
- #: includes/class.yith-wcwl-admin-init.php:1461
480
  msgid "Background color"
481
  msgstr ""
482
 
483
- #: includes/class.yith-wcwl-admin-init.php:1551
484
  #, fuzzy
485
  msgid "Wishlist Activated"
486
  msgstr "İstek listesi başlığı"
487
 
488
- #: includes/class.yith-wcwl-admin-init.php:1552
489
  msgid ""
490
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
491
  "can access to all the settings of our plugins that you have activated. "
@@ -493,12 +501,12 @@ msgid ""
493
  "options, <a href=\"%s\">discover it now</a>."
494
  msgstr ""
495
 
496
- #: includes/class.yith-wcwl-admin-init.php:1563
497
  #, fuzzy
498
  msgid "Wishlist Updated"
499
  msgstr "İstek Listesi Sayfası"
500
 
501
- #: includes/class.yith-wcwl-admin-init.php:1564
502
  msgid ""
503
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
504
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
@@ -709,7 +717,7 @@ msgstr ""
709
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
710
  msgstr ""
711
 
712
- #: includes/class.yith-wcwl-shortcode.php:386
713
  #: includes/class.yith-wcwl-ui.php:164
714
  msgid "Share on:"
715
  msgstr "Paylaşım seçenekleri:"
@@ -749,23 +757,23 @@ msgstr ""
749
  msgid "An error occurred while removing products from the wishlist"
750
  msgstr "Ürün istek listenizden kaldırılırken bir hata meydana geldi."
751
 
752
- #: includes/class.yith-wcwl.php:809
753
  msgid "You need to log in before creating a new wishlist"
754
  msgstr ""
755
 
756
- #: includes/class.yith-wcwl.php:1610
757
  msgid "Product successfully removed."
758
  msgstr "Ürün başarıyla kaldırıldı."
759
 
760
- #: includes/class.yith-wcwl.php:1614
761
  msgid "Error. Unable to remove the product from the wishlist."
762
  msgstr "Hata. Ürün istek listenizden kaldırılamadı. "
763
 
764
- #: includes/class.yith-wcwl.php:1618 templates/wishlist-view.php:242
765
  msgid "No products were added to the wishlist"
766
  msgstr "İstek listesinde herhangi bir ürün bulunmuyor"
767
 
768
- #: includes/class.yith-wcwl.php:1660
769
  msgid "An error as occurred."
770
  msgstr ""
771
 
@@ -1028,6 +1036,18 @@ msgstr "%s üzerinde istek listem"
1028
  msgid "WhatsApp"
1029
  msgstr ""
1030
 
 
 
 
 
 
 
 
 
 
 
 
 
1031
  #: templates/wishlist-view.php:32
1032
  #, fuzzy
1033
  msgid "Edit title"
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
+ "POT-Creation-Date: 2019-08-12 11:01:34+00:00\n"
6
  "PO-Revision-Date: 2019-02-12 14:38+0100\n"
7
  "Last-Translator: Caner Öncel <caneroncel@gmail.com>\n"
8
  "Language-Team: Caner Öncel (@egonomik) <caneroncel@gmail.com>\n"
21
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
22
 
23
  #: includes/class.yith-wcwl-admin-init.php:159
24
+ #: includes/class.yith-wcwl-admin-init.php:1492
25
+ #: includes/class.yith-wcwl-admin-init.php:1493
26
  #: includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr "İstek Listesi"
100
 
101
  #: includes/class.yith-wcwl-admin-init.php:1056
102
  #: includes/class.yith-wcwl-admin-init.php:1057
103
+ #: includes/class.yith-wcwl-admin-init.php:1307
104
  msgid "My wishlist on %s"
105
  msgstr "%s üzerinde istek listem"
106
 
360
  msgstr "\"Sepete Ekle\" butonunu göster"
361
 
362
  #: includes/class.yith-wcwl-admin-init.php:1298
363
+ msgid "Share by Url"
364
+ msgstr ""
365
+
366
+ #: includes/class.yith-wcwl-admin-init.php:1299
367
+ msgid "Show \"Share Url\" field on wishlist page"
368
+ msgstr ""
369
+
370
+ #: includes/class.yith-wcwl-admin-init.php:1305
371
  #, fuzzy
372
  msgid "Social title"
373
  msgstr "Sosyal medya başlığı"
374
 
375
+ #: includes/class.yith-wcwl-admin-init.php:1312
376
  #, fuzzy
377
  msgid "Social text"
378
  msgstr "Sosyal medya metni"
379
 
380
+ #: includes/class.yith-wcwl-admin-init.php:1313
381
  msgid ""
382
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
383
  "strong> where you want to show the URL of your wishlist."
384
  msgstr ""
385
 
386
+ #: includes/class.yith-wcwl-admin-init.php:1320
387
  #, fuzzy
388
  msgid "Social image URL"
389
  msgstr "Sosyal medya resim URL'i"
390
 
391
+ #: includes/class.yith-wcwl-admin-init.php:1321
392
  msgid "It will be used by Pinterest."
393
  msgstr ""
394
 
395
+ #: includes/class.yith-wcwl-admin-init.php:1335
396
  msgid ""
397
  "If you want to take advantage of this feature, you could consider to "
398
  "purchase the %s."
399
  msgstr ""
400
 
401
+ #: includes/class.yith-wcwl-admin-init.php:1340
402
  msgid "YITH WooCommerce Frequently Bought Together Integration"
403
  msgstr ""
404
 
405
+ #: includes/class.yith-wcwl-admin-init.php:1347
406
  msgid "Enable slider in wishlist"
407
  msgstr ""
408
 
409
+ #: includes/class.yith-wcwl-admin-init.php:1348
410
  msgid ""
411
  "Choose to enable product slider in wishlist page with linked products (<a "
412
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
413
  msgstr ""
414
 
415
+ #: includes/class.yith-wcwl-admin-init.php:1384
416
  #, fuzzy
417
  msgid "\"Add to wishlist\" button"
418
  msgstr "\"İstek Listeme Ekle\" buton metni"
419
 
420
+ #: includes/class.yith-wcwl-admin-init.php:1387
421
+ #: includes/class.yith-wcwl-admin-init.php:1405
422
+ #: includes/class.yith-wcwl-admin-init.php:1423
423
+ #: includes/class.yith-wcwl-admin-init.php:1441
424
+ #: includes/class.yith-wcwl-admin-init.php:1459
425
  msgid "Background"
426
  msgstr ""
427
 
428
+ #: includes/class.yith-wcwl-admin-init.php:1388
429
+ #: includes/class.yith-wcwl-admin-init.php:1406
430
+ #: includes/class.yith-wcwl-admin-init.php:1424
431
+ #: includes/class.yith-wcwl-admin-init.php:1442
432
+ #: includes/class.yith-wcwl-admin-init.php:1460
433
  msgid "Text"
434
  msgstr ""
435
 
 
 
 
 
 
 
 
 
436
  #: includes/class.yith-wcwl-admin-init.php:1389
437
  #: includes/class.yith-wcwl-admin-init.php:1407
438
  #: includes/class.yith-wcwl-admin-init.php:1425
439
  #: includes/class.yith-wcwl-admin-init.php:1443
440
+ #: includes/class.yith-wcwl-admin-init.php:1461
441
+ msgid "Border"
442
+ msgstr ""
443
+
444
+ #: includes/class.yith-wcwl-admin-init.php:1396
445
+ #: includes/class.yith-wcwl-admin-init.php:1414
446
+ #: includes/class.yith-wcwl-admin-init.php:1432
447
+ #: includes/class.yith-wcwl-admin-init.php:1450
448
  msgid "Background (hover)"
449
  msgstr ""
450
 
451
+ #: includes/class.yith-wcwl-admin-init.php:1397
452
+ #: includes/class.yith-wcwl-admin-init.php:1415
453
+ #: includes/class.yith-wcwl-admin-init.php:1433
454
+ #: includes/class.yith-wcwl-admin-init.php:1451
455
  msgid "Text (hover)"
456
  msgstr ""
457
 
458
+ #: includes/class.yith-wcwl-admin-init.php:1398
459
+ #: includes/class.yith-wcwl-admin-init.php:1416
460
+ #: includes/class.yith-wcwl-admin-init.php:1434
461
+ #: includes/class.yith-wcwl-admin-init.php:1452
462
  msgid "Border (hover)"
463
  msgstr ""
464
 
465
+ #: includes/class.yith-wcwl-admin-init.php:1402
466
  #, fuzzy
467
  msgid "\"Add to Cart\" button"
468
  msgstr "\"Sepete Ekle\" buton metni"
469
 
470
+ #: includes/class.yith-wcwl-admin-init.php:1420
471
  msgid "\"Style 1\" button"
472
  msgstr ""
473
 
474
+ #: includes/class.yith-wcwl-admin-init.php:1438
475
  msgid "\"Style 2\" button"
476
  msgstr ""
477
 
478
+ #: includes/class.yith-wcwl-admin-init.php:1456
479
  #, fuzzy
480
  msgid "Wishlist table"
481
  msgstr "İstek listesi başlığı"
482
 
483
+ #: includes/class.yith-wcwl-admin-init.php:1465
484
  msgid "Headers"
485
  msgstr ""
486
 
487
+ #: includes/class.yith-wcwl-admin-init.php:1468
488
  msgid "Background color"
489
  msgstr ""
490
 
491
+ #: includes/class.yith-wcwl-admin-init.php:1558
492
  #, fuzzy
493
  msgid "Wishlist Activated"
494
  msgstr "İstek listesi başlığı"
495
 
496
+ #: includes/class.yith-wcwl-admin-init.php:1559
497
  msgid ""
498
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
499
  "can access to all the settings of our plugins that you have activated. "
501
  "options, <a href=\"%s\">discover it now</a>."
502
  msgstr ""
503
 
504
+ #: includes/class.yith-wcwl-admin-init.php:1570
505
  #, fuzzy
506
  msgid "Wishlist Updated"
507
  msgstr "İstek Listesi Sayfası"
508
 
509
+ #: includes/class.yith-wcwl-admin-init.php:1571
510
  msgid ""
511
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
512
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
717
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
718
  msgstr ""
719
 
720
+ #: includes/class.yith-wcwl-shortcode.php:387
721
  #: includes/class.yith-wcwl-ui.php:164
722
  msgid "Share on:"
723
  msgstr "Paylaşım seçenekleri:"
757
  msgid "An error occurred while removing products from the wishlist"
758
  msgstr "Ürün istek listenizden kaldırılırken bir hata meydana geldi."
759
 
760
+ #: includes/class.yith-wcwl.php:825
761
  msgid "You need to log in before creating a new wishlist"
762
  msgstr ""
763
 
764
+ #: includes/class.yith-wcwl.php:1627
765
  msgid "Product successfully removed."
766
  msgstr "Ürün başarıyla kaldırıldı."
767
 
768
+ #: includes/class.yith-wcwl.php:1631
769
  msgid "Error. Unable to remove the product from the wishlist."
770
  msgstr "Hata. Ürün istek listenizden kaldırılamadı. "
771
 
772
+ #: includes/class.yith-wcwl.php:1635 templates/wishlist-view.php:242
773
  msgid "No products were added to the wishlist"
774
  msgstr "İstek listesinde herhangi bir ürün bulunmuyor"
775
 
776
+ #: includes/class.yith-wcwl.php:1677
777
  msgid "An error as occurred."
778
  msgstr ""
779
 
1036
  msgid "WhatsApp"
1037
  msgstr ""
1038
 
1039
+ #: templates/share.php:61
1040
+ msgid "(Now"
1041
+ msgstr ""
1042
+
1043
+ #: templates/share.php:61
1044
+ msgid "copy"
1045
+ msgstr ""
1046
+
1047
+ #: templates/share.php:61
1048
+ msgid "this wishlist link and share it anywhere)"
1049
+ msgstr ""
1050
+
1051
  #: templates/wishlist-view.php:32
1052
  #, fuzzy
1053
  msgid "Edit title"
languages/yith-woocommerce-wishlist-uk_UA.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-uk_UA.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
- "POT-Creation-Date: 2019-04-15 10:23:21+00:00\n"
6
  "PO-Revision-Date: 2019-02-12 14:39+0100\n"
7
  "Last-Translator: Valentyn Zubenko <valentyn.zubenko@gmail.com>\n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
@@ -21,8 +21,8 @@ msgstr ""
21
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
22
 
23
  #: includes/class.yith-wcwl-admin-init.php:159
24
- #: includes/class.yith-wcwl-admin-init.php:1485
25
- #: includes/class.yith-wcwl-admin-init.php:1486
26
  #: includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr ""
@@ -99,7 +99,7 @@ msgstr ""
99
 
100
  #: includes/class.yith-wcwl-admin-init.php:1056
101
  #: includes/class.yith-wcwl-admin-init.php:1057
102
- #: includes/class.yith-wcwl-admin-init.php:1300
103
  msgid "My wishlist on %s"
104
  msgstr "Мій обраний список в %s"
105
 
@@ -354,127 +354,135 @@ msgid "Show \"Share by WhatsApp\" button ( only on phones )"
354
  msgstr "\"Додати в кошик\" button text"
355
 
356
  #: includes/class.yith-wcwl-admin-init.php:1298
357
- msgid "Social title"
 
 
 
 
358
  msgstr ""
359
 
360
  #: includes/class.yith-wcwl-admin-init.php:1305
 
 
 
 
361
  msgid "Social text"
362
  msgstr ""
363
 
364
- #: includes/class.yith-wcwl-admin-init.php:1306
365
  msgid ""
366
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
367
  "strong> where you want to show the URL of your wishlist."
368
  msgstr ""
369
 
370
- #: includes/class.yith-wcwl-admin-init.php:1313
371
  msgid "Social image URL"
372
  msgstr ""
373
 
374
- #: includes/class.yith-wcwl-admin-init.php:1314
375
  msgid "It will be used by Pinterest."
376
  msgstr ""
377
 
378
- #: includes/class.yith-wcwl-admin-init.php:1328
379
  msgid ""
380
  "If you want to take advantage of this feature, you could consider to "
381
  "purchase the %s."
382
  msgstr ""
383
 
384
- #: includes/class.yith-wcwl-admin-init.php:1333
385
  msgid "YITH WooCommerce Frequently Bought Together Integration"
386
  msgstr ""
387
 
388
- #: includes/class.yith-wcwl-admin-init.php:1340
389
  msgid "Enable slider in wishlist"
390
  msgstr ""
391
 
392
- #: includes/class.yith-wcwl-admin-init.php:1341
393
  msgid ""
394
  "Choose to enable product slider in wishlist page with linked products (<a "
395
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
396
  msgstr ""
397
 
398
- #: includes/class.yith-wcwl-admin-init.php:1377
399
  #, fuzzy
400
  msgid "\"Add to wishlist\" button"
401
  msgstr "\"Додати в кошик\" button text"
402
 
403
- #: includes/class.yith-wcwl-admin-init.php:1380
404
- #: includes/class.yith-wcwl-admin-init.php:1398
405
- #: includes/class.yith-wcwl-admin-init.php:1416
406
- #: includes/class.yith-wcwl-admin-init.php:1434
407
- #: includes/class.yith-wcwl-admin-init.php:1452
408
  msgid "Background"
409
  msgstr ""
410
 
411
- #: includes/class.yith-wcwl-admin-init.php:1381
412
- #: includes/class.yith-wcwl-admin-init.php:1399
413
- #: includes/class.yith-wcwl-admin-init.php:1417
414
- #: includes/class.yith-wcwl-admin-init.php:1435
415
- #: includes/class.yith-wcwl-admin-init.php:1453
416
  msgid "Text"
417
  msgstr ""
418
 
419
- #: includes/class.yith-wcwl-admin-init.php:1382
420
- #: includes/class.yith-wcwl-admin-init.php:1400
421
- #: includes/class.yith-wcwl-admin-init.php:1418
422
- #: includes/class.yith-wcwl-admin-init.php:1436
423
- #: includes/class.yith-wcwl-admin-init.php:1454
424
- msgid "Border"
425
- msgstr ""
426
-
427
  #: includes/class.yith-wcwl-admin-init.php:1389
428
  #: includes/class.yith-wcwl-admin-init.php:1407
429
  #: includes/class.yith-wcwl-admin-init.php:1425
430
  #: includes/class.yith-wcwl-admin-init.php:1443
 
 
 
 
 
 
 
 
431
  msgid "Background (hover)"
432
  msgstr ""
433
 
434
- #: includes/class.yith-wcwl-admin-init.php:1390
435
- #: includes/class.yith-wcwl-admin-init.php:1408
436
- #: includes/class.yith-wcwl-admin-init.php:1426
437
- #: includes/class.yith-wcwl-admin-init.php:1444
438
  msgid "Text (hover)"
439
  msgstr ""
440
 
441
- #: includes/class.yith-wcwl-admin-init.php:1391
442
- #: includes/class.yith-wcwl-admin-init.php:1409
443
- #: includes/class.yith-wcwl-admin-init.php:1427
444
- #: includes/class.yith-wcwl-admin-init.php:1445
445
  msgid "Border (hover)"
446
  msgstr ""
447
 
448
- #: includes/class.yith-wcwl-admin-init.php:1395
449
  #, fuzzy
450
  msgid "\"Add to Cart\" button"
451
  msgstr "\"Додати в кошик\" button text"
452
 
453
- #: includes/class.yith-wcwl-admin-init.php:1413
454
  msgid "\"Style 1\" button"
455
  msgstr ""
456
 
457
- #: includes/class.yith-wcwl-admin-init.php:1431
458
  msgid "\"Style 2\" button"
459
  msgstr ""
460
 
461
- #: includes/class.yith-wcwl-admin-init.php:1449
462
  msgid "Wishlist table"
463
  msgstr ""
464
 
465
- #: includes/class.yith-wcwl-admin-init.php:1458
466
  msgid "Headers"
467
  msgstr ""
468
 
469
- #: includes/class.yith-wcwl-admin-init.php:1461
470
  msgid "Background color"
471
  msgstr ""
472
 
473
- #: includes/class.yith-wcwl-admin-init.php:1551
474
  msgid "Wishlist Activated"
475
  msgstr ""
476
 
477
- #: includes/class.yith-wcwl-admin-init.php:1552
478
  msgid ""
479
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
480
  "can access to all the settings of our plugins that you have activated. "
@@ -482,11 +490,11 @@ msgid ""
482
  "options, <a href=\"%s\">discover it now</a>."
483
  msgstr ""
484
 
485
- #: includes/class.yith-wcwl-admin-init.php:1563
486
  msgid "Wishlist Updated"
487
  msgstr ""
488
 
489
- #: includes/class.yith-wcwl-admin-init.php:1564
490
  msgid ""
491
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
492
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
@@ -693,7 +701,7 @@ msgstr ""
693
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
694
  msgstr ""
695
 
696
- #: includes/class.yith-wcwl-shortcode.php:386
697
  #: includes/class.yith-wcwl-ui.php:164
698
  msgid "Share on:"
699
  msgstr "Поширити в:"
@@ -733,23 +741,23 @@ msgstr ""
733
  msgid "An error occurred while removing products from the wishlist"
734
  msgstr "Немає доданих продуктів до вибраного"
735
 
736
- #: includes/class.yith-wcwl.php:809
737
  msgid "You need to log in before creating a new wishlist"
738
  msgstr ""
739
 
740
- #: includes/class.yith-wcwl.php:1610
741
  msgid "Product successfully removed."
742
  msgstr ""
743
 
744
- #: includes/class.yith-wcwl.php:1614
745
  msgid "Error. Unable to remove the product from the wishlist."
746
  msgstr ""
747
 
748
- #: includes/class.yith-wcwl.php:1618 templates/wishlist-view.php:242
749
  msgid "No products were added to the wishlist"
750
  msgstr "Немає доданих продуктів до вибраного"
751
 
752
- #: includes/class.yith-wcwl.php:1660
753
  msgid "An error as occurred."
754
  msgstr ""
755
 
@@ -1010,6 +1018,18 @@ msgstr "Мій обраний список в %s"
1010
  msgid "WhatsApp"
1011
  msgstr ""
1012
 
 
 
 
 
 
 
 
 
 
 
 
 
1013
  #: templates/wishlist-view.php:32
1014
  msgid "Edit title"
1015
  msgstr ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
+ "POT-Creation-Date: 2019-08-12 11:01:34+00:00\n"
6
  "PO-Revision-Date: 2019-02-12 14:39+0100\n"
7
  "Last-Translator: Valentyn Zubenko <valentyn.zubenko@gmail.com>\n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
21
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
22
 
23
  #: includes/class.yith-wcwl-admin-init.php:159
24
+ #: includes/class.yith-wcwl-admin-init.php:1492
25
+ #: includes/class.yith-wcwl-admin-init.php:1493
26
  #: includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr ""
99
 
100
  #: includes/class.yith-wcwl-admin-init.php:1056
101
  #: includes/class.yith-wcwl-admin-init.php:1057
102
+ #: includes/class.yith-wcwl-admin-init.php:1307
103
  msgid "My wishlist on %s"
104
  msgstr "Мій обраний список в %s"
105
 
354
  msgstr "\"Додати в кошик\" button text"
355
 
356
  #: includes/class.yith-wcwl-admin-init.php:1298
357
+ msgid "Share by Url"
358
+ msgstr ""
359
+
360
+ #: includes/class.yith-wcwl-admin-init.php:1299
361
+ msgid "Show \"Share Url\" field on wishlist page"
362
  msgstr ""
363
 
364
  #: includes/class.yith-wcwl-admin-init.php:1305
365
+ msgid "Social title"
366
+ msgstr ""
367
+
368
+ #: includes/class.yith-wcwl-admin-init.php:1312
369
  msgid "Social text"
370
  msgstr ""
371
 
372
+ #: includes/class.yith-wcwl-admin-init.php:1313
373
  msgid ""
374
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
375
  "strong> where you want to show the URL of your wishlist."
376
  msgstr ""
377
 
378
+ #: includes/class.yith-wcwl-admin-init.php:1320
379
  msgid "Social image URL"
380
  msgstr ""
381
 
382
+ #: includes/class.yith-wcwl-admin-init.php:1321
383
  msgid "It will be used by Pinterest."
384
  msgstr ""
385
 
386
+ #: includes/class.yith-wcwl-admin-init.php:1335
387
  msgid ""
388
  "If you want to take advantage of this feature, you could consider to "
389
  "purchase the %s."
390
  msgstr ""
391
 
392
+ #: includes/class.yith-wcwl-admin-init.php:1340
393
  msgid "YITH WooCommerce Frequently Bought Together Integration"
394
  msgstr ""
395
 
396
+ #: includes/class.yith-wcwl-admin-init.php:1347
397
  msgid "Enable slider in wishlist"
398
  msgstr ""
399
 
400
+ #: includes/class.yith-wcwl-admin-init.php:1348
401
  msgid ""
402
  "Choose to enable product slider in wishlist page with linked products (<a "
403
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
404
  msgstr ""
405
 
406
+ #: includes/class.yith-wcwl-admin-init.php:1384
407
  #, fuzzy
408
  msgid "\"Add to wishlist\" button"
409
  msgstr "\"Додати в кошик\" button text"
410
 
411
+ #: includes/class.yith-wcwl-admin-init.php:1387
412
+ #: includes/class.yith-wcwl-admin-init.php:1405
413
+ #: includes/class.yith-wcwl-admin-init.php:1423
414
+ #: includes/class.yith-wcwl-admin-init.php:1441
415
+ #: includes/class.yith-wcwl-admin-init.php:1459
416
  msgid "Background"
417
  msgstr ""
418
 
419
+ #: includes/class.yith-wcwl-admin-init.php:1388
420
+ #: includes/class.yith-wcwl-admin-init.php:1406
421
+ #: includes/class.yith-wcwl-admin-init.php:1424
422
+ #: includes/class.yith-wcwl-admin-init.php:1442
423
+ #: includes/class.yith-wcwl-admin-init.php:1460
424
  msgid "Text"
425
  msgstr ""
426
 
 
 
 
 
 
 
 
 
427
  #: includes/class.yith-wcwl-admin-init.php:1389
428
  #: includes/class.yith-wcwl-admin-init.php:1407
429
  #: includes/class.yith-wcwl-admin-init.php:1425
430
  #: includes/class.yith-wcwl-admin-init.php:1443
431
+ #: includes/class.yith-wcwl-admin-init.php:1461
432
+ msgid "Border"
433
+ msgstr ""
434
+
435
+ #: includes/class.yith-wcwl-admin-init.php:1396
436
+ #: includes/class.yith-wcwl-admin-init.php:1414
437
+ #: includes/class.yith-wcwl-admin-init.php:1432
438
+ #: includes/class.yith-wcwl-admin-init.php:1450
439
  msgid "Background (hover)"
440
  msgstr ""
441
 
442
+ #: includes/class.yith-wcwl-admin-init.php:1397
443
+ #: includes/class.yith-wcwl-admin-init.php:1415
444
+ #: includes/class.yith-wcwl-admin-init.php:1433
445
+ #: includes/class.yith-wcwl-admin-init.php:1451
446
  msgid "Text (hover)"
447
  msgstr ""
448
 
449
+ #: includes/class.yith-wcwl-admin-init.php:1398
450
+ #: includes/class.yith-wcwl-admin-init.php:1416
451
+ #: includes/class.yith-wcwl-admin-init.php:1434
452
+ #: includes/class.yith-wcwl-admin-init.php:1452
453
  msgid "Border (hover)"
454
  msgstr ""
455
 
456
+ #: includes/class.yith-wcwl-admin-init.php:1402
457
  #, fuzzy
458
  msgid "\"Add to Cart\" button"
459
  msgstr "\"Додати в кошик\" button text"
460
 
461
+ #: includes/class.yith-wcwl-admin-init.php:1420
462
  msgid "\"Style 1\" button"
463
  msgstr ""
464
 
465
+ #: includes/class.yith-wcwl-admin-init.php:1438
466
  msgid "\"Style 2\" button"
467
  msgstr ""
468
 
469
+ #: includes/class.yith-wcwl-admin-init.php:1456
470
  msgid "Wishlist table"
471
  msgstr ""
472
 
473
+ #: includes/class.yith-wcwl-admin-init.php:1465
474
  msgid "Headers"
475
  msgstr ""
476
 
477
+ #: includes/class.yith-wcwl-admin-init.php:1468
478
  msgid "Background color"
479
  msgstr ""
480
 
481
+ #: includes/class.yith-wcwl-admin-init.php:1558
482
  msgid "Wishlist Activated"
483
  msgstr ""
484
 
485
+ #: includes/class.yith-wcwl-admin-init.php:1559
486
  msgid ""
487
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
488
  "can access to all the settings of our plugins that you have activated. "
490
  "options, <a href=\"%s\">discover it now</a>."
491
  msgstr ""
492
 
493
+ #: includes/class.yith-wcwl-admin-init.php:1570
494
  msgid "Wishlist Updated"
495
  msgstr ""
496
 
497
+ #: includes/class.yith-wcwl-admin-init.php:1571
498
  msgid ""
499
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
500
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
701
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
702
  msgstr ""
703
 
704
+ #: includes/class.yith-wcwl-shortcode.php:387
705
  #: includes/class.yith-wcwl-ui.php:164
706
  msgid "Share on:"
707
  msgstr "Поширити в:"
741
  msgid "An error occurred while removing products from the wishlist"
742
  msgstr "Немає доданих продуктів до вибраного"
743
 
744
+ #: includes/class.yith-wcwl.php:825
745
  msgid "You need to log in before creating a new wishlist"
746
  msgstr ""
747
 
748
+ #: includes/class.yith-wcwl.php:1627
749
  msgid "Product successfully removed."
750
  msgstr ""
751
 
752
+ #: includes/class.yith-wcwl.php:1631
753
  msgid "Error. Unable to remove the product from the wishlist."
754
  msgstr ""
755
 
756
+ #: includes/class.yith-wcwl.php:1635 templates/wishlist-view.php:242
757
  msgid "No products were added to the wishlist"
758
  msgstr "Немає доданих продуктів до вибраного"
759
 
760
+ #: includes/class.yith-wcwl.php:1677
761
  msgid "An error as occurred."
762
  msgstr ""
763
 
1018
  msgid "WhatsApp"
1019
  msgstr ""
1020
 
1021
+ #: templates/share.php:61
1022
+ msgid "(Now"
1023
+ msgstr ""
1024
+
1025
+ #: templates/share.php:61
1026
+ msgid "copy"
1027
+ msgstr ""
1028
+
1029
+ #: templates/share.php:61
1030
+ msgid "this wishlist link and share it anywhere)"
1031
+ msgstr ""
1032
+
1033
  #: templates/wishlist-view.php:32
1034
  msgid "Edit title"
1035
  msgstr ""
languages/yith-woocommerce-wishlist-zh_CN.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-zh_CN.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
- "POT-Creation-Date: 2019-04-15 10:23:21+00:00\n"
6
  "PO-Revision-Date: 2019-02-12 14:39+0100\n"
7
  "Last-Translator: 李明軒 <eggeggxuan@gmail.com>\n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
@@ -21,8 +21,8 @@ msgstr ""
21
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
22
 
23
  #: includes/class.yith-wcwl-admin-init.php:159
24
- #: includes/class.yith-wcwl-admin-init.php:1485
25
- #: includes/class.yith-wcwl-admin-init.php:1486
26
  #: includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr "愿望清单"
@@ -99,7 +99,7 @@ msgstr ""
99
 
100
  #: includes/class.yith-wcwl-admin-init.php:1056
101
  #: includes/class.yith-wcwl-admin-init.php:1057
102
- #: includes/class.yith-wcwl-admin-init.php:1300
103
  msgid "My wishlist on %s"
104
  msgstr ""
105
 
@@ -344,127 +344,135 @@ msgid "Show \"Share by WhatsApp\" button ( only on phones )"
344
  msgstr ""
345
 
346
  #: includes/class.yith-wcwl-admin-init.php:1298
347
- msgid "Social title"
 
 
 
 
348
  msgstr ""
349
 
350
  #: includes/class.yith-wcwl-admin-init.php:1305
 
 
 
 
351
  msgid "Social text"
352
  msgstr ""
353
 
354
- #: includes/class.yith-wcwl-admin-init.php:1306
355
  msgid ""
356
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
357
  "strong> where you want to show the URL of your wishlist."
358
  msgstr ""
359
 
360
- #: includes/class.yith-wcwl-admin-init.php:1313
361
  msgid "Social image URL"
362
  msgstr ""
363
 
364
- #: includes/class.yith-wcwl-admin-init.php:1314
365
  msgid "It will be used by Pinterest."
366
  msgstr ""
367
 
368
- #: includes/class.yith-wcwl-admin-init.php:1328
369
  msgid ""
370
  "If you want to take advantage of this feature, you could consider to "
371
  "purchase the %s."
372
  msgstr ""
373
 
374
- #: includes/class.yith-wcwl-admin-init.php:1333
375
  msgid "YITH WooCommerce Frequently Bought Together Integration"
376
  msgstr ""
377
 
378
- #: includes/class.yith-wcwl-admin-init.php:1340
379
  msgid "Enable slider in wishlist"
380
  msgstr ""
381
 
382
- #: includes/class.yith-wcwl-admin-init.php:1341
383
  msgid ""
384
  "Choose to enable product slider in wishlist page with linked products (<a "
385
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
386
  msgstr ""
387
 
388
- #: includes/class.yith-wcwl-admin-init.php:1377
389
  msgid "\"Add to wishlist\" button"
390
  msgstr ""
391
 
392
- #: includes/class.yith-wcwl-admin-init.php:1380
393
- #: includes/class.yith-wcwl-admin-init.php:1398
394
- #: includes/class.yith-wcwl-admin-init.php:1416
395
- #: includes/class.yith-wcwl-admin-init.php:1434
396
- #: includes/class.yith-wcwl-admin-init.php:1452
397
  msgid "Background"
398
  msgstr ""
399
 
400
- #: includes/class.yith-wcwl-admin-init.php:1381
401
- #: includes/class.yith-wcwl-admin-init.php:1399
402
- #: includes/class.yith-wcwl-admin-init.php:1417
403
- #: includes/class.yith-wcwl-admin-init.php:1435
404
- #: includes/class.yith-wcwl-admin-init.php:1453
405
  msgid "Text"
406
  msgstr ""
407
 
408
- #: includes/class.yith-wcwl-admin-init.php:1382
409
- #: includes/class.yith-wcwl-admin-init.php:1400
410
- #: includes/class.yith-wcwl-admin-init.php:1418
411
- #: includes/class.yith-wcwl-admin-init.php:1436
412
- #: includes/class.yith-wcwl-admin-init.php:1454
413
- msgid "Border"
414
- msgstr ""
415
-
416
  #: includes/class.yith-wcwl-admin-init.php:1389
417
  #: includes/class.yith-wcwl-admin-init.php:1407
418
  #: includes/class.yith-wcwl-admin-init.php:1425
419
  #: includes/class.yith-wcwl-admin-init.php:1443
 
 
 
 
 
 
 
 
420
  msgid "Background (hover)"
421
  msgstr ""
422
 
423
- #: includes/class.yith-wcwl-admin-init.php:1390
424
- #: includes/class.yith-wcwl-admin-init.php:1408
425
- #: includes/class.yith-wcwl-admin-init.php:1426
426
- #: includes/class.yith-wcwl-admin-init.php:1444
427
  msgid "Text (hover)"
428
  msgstr ""
429
 
430
- #: includes/class.yith-wcwl-admin-init.php:1391
431
- #: includes/class.yith-wcwl-admin-init.php:1409
432
- #: includes/class.yith-wcwl-admin-init.php:1427
433
- #: includes/class.yith-wcwl-admin-init.php:1445
434
  msgid "Border (hover)"
435
  msgstr ""
436
 
437
- #: includes/class.yith-wcwl-admin-init.php:1395
438
  msgid "\"Add to Cart\" button"
439
  msgstr ""
440
 
441
- #: includes/class.yith-wcwl-admin-init.php:1413
442
  msgid "\"Style 1\" button"
443
  msgstr ""
444
 
445
- #: includes/class.yith-wcwl-admin-init.php:1431
446
  msgid "\"Style 2\" button"
447
  msgstr ""
448
 
449
- #: includes/class.yith-wcwl-admin-init.php:1449
450
  #, fuzzy
451
  msgid "Wishlist table"
452
  msgstr "愿望清单"
453
 
454
- #: includes/class.yith-wcwl-admin-init.php:1458
455
  msgid "Headers"
456
  msgstr ""
457
 
458
- #: includes/class.yith-wcwl-admin-init.php:1461
459
  msgid "Background color"
460
  msgstr ""
461
 
462
- #: includes/class.yith-wcwl-admin-init.php:1551
463
  #, fuzzy
464
  msgid "Wishlist Activated"
465
  msgstr "愿望清单"
466
 
467
- #: includes/class.yith-wcwl-admin-init.php:1552
468
  msgid ""
469
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
470
  "can access to all the settings of our plugins that you have activated. "
@@ -472,12 +480,12 @@ msgid ""
472
  "options, <a href=\"%s\">discover it now</a>."
473
  msgstr ""
474
 
475
- #: includes/class.yith-wcwl-admin-init.php:1563
476
  #, fuzzy
477
  msgid "Wishlist Updated"
478
  msgstr "愿望清单"
479
 
480
- #: includes/class.yith-wcwl-admin-init.php:1564
481
  msgid ""
482
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
483
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
@@ -685,7 +693,7 @@ msgstr ""
685
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
686
  msgstr ""
687
 
688
- #: includes/class.yith-wcwl-shortcode.php:386
689
  #: includes/class.yith-wcwl-ui.php:164
690
  msgid "Share on:"
691
  msgstr "分享:"
@@ -725,23 +733,23 @@ msgstr ""
725
  msgid "An error occurred while removing products from the wishlist"
726
  msgstr "从「愿望清单」移除商品时,发生了错误。"
727
 
728
- #: includes/class.yith-wcwl.php:809
729
  msgid "You need to log in before creating a new wishlist"
730
  msgstr ""
731
 
732
- #: includes/class.yith-wcwl.php:1610
733
  msgid "Product successfully removed."
734
  msgstr "成功移除商品。"
735
 
736
- #: includes/class.yith-wcwl.php:1614
737
  msgid "Error. Unable to remove the product from the wishlist."
738
  msgstr "错误。无法从「愿望清单」移除这个商品。"
739
 
740
- #: includes/class.yith-wcwl.php:1618 templates/wishlist-view.php:242
741
  msgid "No products were added to the wishlist"
742
  msgstr "你目前没有加入收藏任何商品到「愿望清单」裡面"
743
 
744
- #: includes/class.yith-wcwl.php:1660
745
  msgid "An error as occurred."
746
  msgstr ""
747
 
@@ -1002,6 +1010,18 @@ msgstr "愿望清单"
1002
  msgid "WhatsApp"
1003
  msgstr ""
1004
 
 
 
 
 
 
 
 
 
 
 
 
 
1005
  #: templates/wishlist-view.php:32
1006
  msgid "Edit title"
1007
  msgstr ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
+ "POT-Creation-Date: 2019-08-12 11:01:34+00:00\n"
6
  "PO-Revision-Date: 2019-02-12 14:39+0100\n"
7
  "Last-Translator: 李明軒 <eggeggxuan@gmail.com>\n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
21
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
22
 
23
  #: includes/class.yith-wcwl-admin-init.php:159
24
+ #: includes/class.yith-wcwl-admin-init.php:1492
25
+ #: includes/class.yith-wcwl-admin-init.php:1493
26
  #: includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr "愿望清单"
99
 
100
  #: includes/class.yith-wcwl-admin-init.php:1056
101
  #: includes/class.yith-wcwl-admin-init.php:1057
102
+ #: includes/class.yith-wcwl-admin-init.php:1307
103
  msgid "My wishlist on %s"
104
  msgstr ""
105
 
344
  msgstr ""
345
 
346
  #: includes/class.yith-wcwl-admin-init.php:1298
347
+ msgid "Share by Url"
348
+ msgstr ""
349
+
350
+ #: includes/class.yith-wcwl-admin-init.php:1299
351
+ msgid "Show \"Share Url\" field on wishlist page"
352
  msgstr ""
353
 
354
  #: includes/class.yith-wcwl-admin-init.php:1305
355
+ msgid "Social title"
356
+ msgstr ""
357
+
358
+ #: includes/class.yith-wcwl-admin-init.php:1312
359
  msgid "Social text"
360
  msgstr ""
361
 
362
+ #: includes/class.yith-wcwl-admin-init.php:1313
363
  msgid ""
364
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
365
  "strong> where you want to show the URL of your wishlist."
366
  msgstr ""
367
 
368
+ #: includes/class.yith-wcwl-admin-init.php:1320
369
  msgid "Social image URL"
370
  msgstr ""
371
 
372
+ #: includes/class.yith-wcwl-admin-init.php:1321
373
  msgid "It will be used by Pinterest."
374
  msgstr ""
375
 
376
+ #: includes/class.yith-wcwl-admin-init.php:1335
377
  msgid ""
378
  "If you want to take advantage of this feature, you could consider to "
379
  "purchase the %s."
380
  msgstr ""
381
 
382
+ #: includes/class.yith-wcwl-admin-init.php:1340
383
  msgid "YITH WooCommerce Frequently Bought Together Integration"
384
  msgstr ""
385
 
386
+ #: includes/class.yith-wcwl-admin-init.php:1347
387
  msgid "Enable slider in wishlist"
388
  msgstr ""
389
 
390
+ #: includes/class.yith-wcwl-admin-init.php:1348
391
  msgid ""
392
  "Choose to enable product slider in wishlist page with linked products (<a "
393
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
394
  msgstr ""
395
 
396
+ #: includes/class.yith-wcwl-admin-init.php:1384
397
  msgid "\"Add to wishlist\" button"
398
  msgstr ""
399
 
400
+ #: includes/class.yith-wcwl-admin-init.php:1387
401
+ #: includes/class.yith-wcwl-admin-init.php:1405
402
+ #: includes/class.yith-wcwl-admin-init.php:1423
403
+ #: includes/class.yith-wcwl-admin-init.php:1441
404
+ #: includes/class.yith-wcwl-admin-init.php:1459
405
  msgid "Background"
406
  msgstr ""
407
 
408
+ #: includes/class.yith-wcwl-admin-init.php:1388
409
+ #: includes/class.yith-wcwl-admin-init.php:1406
410
+ #: includes/class.yith-wcwl-admin-init.php:1424
411
+ #: includes/class.yith-wcwl-admin-init.php:1442
412
+ #: includes/class.yith-wcwl-admin-init.php:1460
413
  msgid "Text"
414
  msgstr ""
415
 
 
 
 
 
 
 
 
 
416
  #: includes/class.yith-wcwl-admin-init.php:1389
417
  #: includes/class.yith-wcwl-admin-init.php:1407
418
  #: includes/class.yith-wcwl-admin-init.php:1425
419
  #: includes/class.yith-wcwl-admin-init.php:1443
420
+ #: includes/class.yith-wcwl-admin-init.php:1461
421
+ msgid "Border"
422
+ msgstr ""
423
+
424
+ #: includes/class.yith-wcwl-admin-init.php:1396
425
+ #: includes/class.yith-wcwl-admin-init.php:1414
426
+ #: includes/class.yith-wcwl-admin-init.php:1432
427
+ #: includes/class.yith-wcwl-admin-init.php:1450
428
  msgid "Background (hover)"
429
  msgstr ""
430
 
431
+ #: includes/class.yith-wcwl-admin-init.php:1397
432
+ #: includes/class.yith-wcwl-admin-init.php:1415
433
+ #: includes/class.yith-wcwl-admin-init.php:1433
434
+ #: includes/class.yith-wcwl-admin-init.php:1451
435
  msgid "Text (hover)"
436
  msgstr ""
437
 
438
+ #: includes/class.yith-wcwl-admin-init.php:1398
439
+ #: includes/class.yith-wcwl-admin-init.php:1416
440
+ #: includes/class.yith-wcwl-admin-init.php:1434
441
+ #: includes/class.yith-wcwl-admin-init.php:1452
442
  msgid "Border (hover)"
443
  msgstr ""
444
 
445
+ #: includes/class.yith-wcwl-admin-init.php:1402
446
  msgid "\"Add to Cart\" button"
447
  msgstr ""
448
 
449
+ #: includes/class.yith-wcwl-admin-init.php:1420
450
  msgid "\"Style 1\" button"
451
  msgstr ""
452
 
453
+ #: includes/class.yith-wcwl-admin-init.php:1438
454
  msgid "\"Style 2\" button"
455
  msgstr ""
456
 
457
+ #: includes/class.yith-wcwl-admin-init.php:1456
458
  #, fuzzy
459
  msgid "Wishlist table"
460
  msgstr "愿望清单"
461
 
462
+ #: includes/class.yith-wcwl-admin-init.php:1465
463
  msgid "Headers"
464
  msgstr ""
465
 
466
+ #: includes/class.yith-wcwl-admin-init.php:1468
467
  msgid "Background color"
468
  msgstr ""
469
 
470
+ #: includes/class.yith-wcwl-admin-init.php:1558
471
  #, fuzzy
472
  msgid "Wishlist Activated"
473
  msgstr "愿望清单"
474
 
475
+ #: includes/class.yith-wcwl-admin-init.php:1559
476
  msgid ""
477
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
478
  "can access to all the settings of our plugins that you have activated. "
480
  "options, <a href=\"%s\">discover it now</a>."
481
  msgstr ""
482
 
483
+ #: includes/class.yith-wcwl-admin-init.php:1570
484
  #, fuzzy
485
  msgid "Wishlist Updated"
486
  msgstr "愿望清单"
487
 
488
+ #: includes/class.yith-wcwl-admin-init.php:1571
489
  msgid ""
490
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
491
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
693
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
694
  msgstr ""
695
 
696
+ #: includes/class.yith-wcwl-shortcode.php:387
697
  #: includes/class.yith-wcwl-ui.php:164
698
  msgid "Share on:"
699
  msgstr "分享:"
733
  msgid "An error occurred while removing products from the wishlist"
734
  msgstr "从「愿望清单」移除商品时,发生了错误。"
735
 
736
+ #: includes/class.yith-wcwl.php:825
737
  msgid "You need to log in before creating a new wishlist"
738
  msgstr ""
739
 
740
+ #: includes/class.yith-wcwl.php:1627
741
  msgid "Product successfully removed."
742
  msgstr "成功移除商品。"
743
 
744
+ #: includes/class.yith-wcwl.php:1631
745
  msgid "Error. Unable to remove the product from the wishlist."
746
  msgstr "错误。无法从「愿望清单」移除这个商品。"
747
 
748
+ #: includes/class.yith-wcwl.php:1635 templates/wishlist-view.php:242
749
  msgid "No products were added to the wishlist"
750
  msgstr "你目前没有加入收藏任何商品到「愿望清单」裡面"
751
 
752
+ #: includes/class.yith-wcwl.php:1677
753
  msgid "An error as occurred."
754
  msgstr ""
755
 
1010
  msgid "WhatsApp"
1011
  msgstr ""
1012
 
1013
+ #: templates/share.php:61
1014
+ msgid "(Now"
1015
+ msgstr ""
1016
+
1017
+ #: templates/share.php:61
1018
+ msgid "copy"
1019
+ msgstr ""
1020
+
1021
+ #: templates/share.php:61
1022
+ msgid "this wishlist link and share it anywhere)"
1023
+ msgstr ""
1024
+
1025
  #: templates/wishlist-view.php:32
1026
  msgid "Edit title"
1027
  msgstr ""
languages/yith-woocommerce-wishlist-zh_TW.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-zh_TW.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
- "POT-Creation-Date: 2019-04-15 10:23:21+00:00\n"
6
  "PO-Revision-Date: 2019-02-12 14:39+0100\n"
7
  "Last-Translator: 李明軒 <eggeggxuan@gmail.com>\n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
@@ -21,8 +21,8 @@ msgstr ""
21
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
22
 
23
  #: includes/class.yith-wcwl-admin-init.php:159
24
- #: includes/class.yith-wcwl-admin-init.php:1485
25
- #: includes/class.yith-wcwl-admin-init.php:1486
26
  #: includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr "願望清單"
@@ -99,7 +99,7 @@ msgstr ""
99
 
100
  #: includes/class.yith-wcwl-admin-init.php:1056
101
  #: includes/class.yith-wcwl-admin-init.php:1057
102
- #: includes/class.yith-wcwl-admin-init.php:1300
103
  msgid "My wishlist on %s"
104
  msgstr ""
105
 
@@ -344,127 +344,135 @@ msgid "Show \"Share by WhatsApp\" button ( only on phones )"
344
  msgstr ""
345
 
346
  #: includes/class.yith-wcwl-admin-init.php:1298
347
- msgid "Social title"
 
 
 
 
348
  msgstr ""
349
 
350
  #: includes/class.yith-wcwl-admin-init.php:1305
 
 
 
 
351
  msgid "Social text"
352
  msgstr ""
353
 
354
- #: includes/class.yith-wcwl-admin-init.php:1306
355
  msgid ""
356
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
357
  "strong> where you want to show the URL of your wishlist."
358
  msgstr ""
359
 
360
- #: includes/class.yith-wcwl-admin-init.php:1313
361
  msgid "Social image URL"
362
  msgstr ""
363
 
364
- #: includes/class.yith-wcwl-admin-init.php:1314
365
  msgid "It will be used by Pinterest."
366
  msgstr ""
367
 
368
- #: includes/class.yith-wcwl-admin-init.php:1328
369
  msgid ""
370
  "If you want to take advantage of this feature, you could consider to "
371
  "purchase the %s."
372
  msgstr ""
373
 
374
- #: includes/class.yith-wcwl-admin-init.php:1333
375
  msgid "YITH WooCommerce Frequently Bought Together Integration"
376
  msgstr ""
377
 
378
- #: includes/class.yith-wcwl-admin-init.php:1340
379
  msgid "Enable slider in wishlist"
380
  msgstr ""
381
 
382
- #: includes/class.yith-wcwl-admin-init.php:1341
383
  msgid ""
384
  "Choose to enable product slider in wishlist page with linked products (<a "
385
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
386
  msgstr ""
387
 
388
- #: includes/class.yith-wcwl-admin-init.php:1377
389
  msgid "\"Add to wishlist\" button"
390
  msgstr ""
391
 
392
- #: includes/class.yith-wcwl-admin-init.php:1380
393
- #: includes/class.yith-wcwl-admin-init.php:1398
394
- #: includes/class.yith-wcwl-admin-init.php:1416
395
- #: includes/class.yith-wcwl-admin-init.php:1434
396
- #: includes/class.yith-wcwl-admin-init.php:1452
397
  msgid "Background"
398
  msgstr ""
399
 
400
- #: includes/class.yith-wcwl-admin-init.php:1381
401
- #: includes/class.yith-wcwl-admin-init.php:1399
402
- #: includes/class.yith-wcwl-admin-init.php:1417
403
- #: includes/class.yith-wcwl-admin-init.php:1435
404
- #: includes/class.yith-wcwl-admin-init.php:1453
405
  msgid "Text"
406
  msgstr ""
407
 
408
- #: includes/class.yith-wcwl-admin-init.php:1382
409
- #: includes/class.yith-wcwl-admin-init.php:1400
410
- #: includes/class.yith-wcwl-admin-init.php:1418
411
- #: includes/class.yith-wcwl-admin-init.php:1436
412
- #: includes/class.yith-wcwl-admin-init.php:1454
413
- msgid "Border"
414
- msgstr ""
415
-
416
  #: includes/class.yith-wcwl-admin-init.php:1389
417
  #: includes/class.yith-wcwl-admin-init.php:1407
418
  #: includes/class.yith-wcwl-admin-init.php:1425
419
  #: includes/class.yith-wcwl-admin-init.php:1443
 
 
 
 
 
 
 
 
420
  msgid "Background (hover)"
421
  msgstr ""
422
 
423
- #: includes/class.yith-wcwl-admin-init.php:1390
424
- #: includes/class.yith-wcwl-admin-init.php:1408
425
- #: includes/class.yith-wcwl-admin-init.php:1426
426
- #: includes/class.yith-wcwl-admin-init.php:1444
427
  msgid "Text (hover)"
428
  msgstr ""
429
 
430
- #: includes/class.yith-wcwl-admin-init.php:1391
431
- #: includes/class.yith-wcwl-admin-init.php:1409
432
- #: includes/class.yith-wcwl-admin-init.php:1427
433
- #: includes/class.yith-wcwl-admin-init.php:1445
434
  msgid "Border (hover)"
435
  msgstr ""
436
 
437
- #: includes/class.yith-wcwl-admin-init.php:1395
438
  msgid "\"Add to Cart\" button"
439
  msgstr ""
440
 
441
- #: includes/class.yith-wcwl-admin-init.php:1413
442
  msgid "\"Style 1\" button"
443
  msgstr ""
444
 
445
- #: includes/class.yith-wcwl-admin-init.php:1431
446
  msgid "\"Style 2\" button"
447
  msgstr ""
448
 
449
- #: includes/class.yith-wcwl-admin-init.php:1449
450
  #, fuzzy
451
  msgid "Wishlist table"
452
  msgstr "願望清單"
453
 
454
- #: includes/class.yith-wcwl-admin-init.php:1458
455
  msgid "Headers"
456
  msgstr ""
457
 
458
- #: includes/class.yith-wcwl-admin-init.php:1461
459
  msgid "Background color"
460
  msgstr ""
461
 
462
- #: includes/class.yith-wcwl-admin-init.php:1551
463
  #, fuzzy
464
  msgid "Wishlist Activated"
465
  msgstr "願望清單"
466
 
467
- #: includes/class.yith-wcwl-admin-init.php:1552
468
  msgid ""
469
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
470
  "can access to all the settings of our plugins that you have activated. "
@@ -472,12 +480,12 @@ msgid ""
472
  "options, <a href=\"%s\">discover it now</a>."
473
  msgstr ""
474
 
475
- #: includes/class.yith-wcwl-admin-init.php:1563
476
  #, fuzzy
477
  msgid "Wishlist Updated"
478
  msgstr "願望清單"
479
 
480
- #: includes/class.yith-wcwl-admin-init.php:1564
481
  msgid ""
482
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
483
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
@@ -685,7 +693,7 @@ msgstr ""
685
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
686
  msgstr ""
687
 
688
- #: includes/class.yith-wcwl-shortcode.php:386
689
  #: includes/class.yith-wcwl-ui.php:164
690
  msgid "Share on:"
691
  msgstr "分享:"
@@ -725,23 +733,23 @@ msgstr ""
725
  msgid "An error occurred while removing products from the wishlist"
726
  msgstr "從「願望清單」移除商品時,發生了錯誤。"
727
 
728
- #: includes/class.yith-wcwl.php:809
729
  msgid "You need to log in before creating a new wishlist"
730
  msgstr ""
731
 
732
- #: includes/class.yith-wcwl.php:1610
733
  msgid "Product successfully removed."
734
  msgstr "成功移除商品。"
735
 
736
- #: includes/class.yith-wcwl.php:1614
737
  msgid "Error. Unable to remove the product from the wishlist."
738
  msgstr "錯誤。無法從「願望清單」移除這個商品。"
739
 
740
- #: includes/class.yith-wcwl.php:1618 templates/wishlist-view.php:242
741
  msgid "No products were added to the wishlist"
742
  msgstr "你目前沒有加入收藏任何商品到「願望清單」裡面"
743
 
744
- #: includes/class.yith-wcwl.php:1660
745
  msgid "An error as occurred."
746
  msgstr ""
747
 
@@ -1002,6 +1010,18 @@ msgstr "願望清單"
1002
  msgid "WhatsApp"
1003
  msgstr ""
1004
 
 
 
 
 
 
 
 
 
 
 
 
 
1005
  #: templates/wishlist-view.php:32
1006
  msgid "Edit title"
1007
  msgstr ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
+ "POT-Creation-Date: 2019-08-12 11:01:34+00:00\n"
6
  "PO-Revision-Date: 2019-02-12 14:39+0100\n"
7
  "Last-Translator: 李明軒 <eggeggxuan@gmail.com>\n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
21
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
22
 
23
  #: includes/class.yith-wcwl-admin-init.php:159
24
+ #: includes/class.yith-wcwl-admin-init.php:1492
25
+ #: includes/class.yith-wcwl-admin-init.php:1493
26
  #: includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr "願望清單"
99
 
100
  #: includes/class.yith-wcwl-admin-init.php:1056
101
  #: includes/class.yith-wcwl-admin-init.php:1057
102
+ #: includes/class.yith-wcwl-admin-init.php:1307
103
  msgid "My wishlist on %s"
104
  msgstr ""
105
 
344
  msgstr ""
345
 
346
  #: includes/class.yith-wcwl-admin-init.php:1298
347
+ msgid "Share by Url"
348
+ msgstr ""
349
+
350
+ #: includes/class.yith-wcwl-admin-init.php:1299
351
+ msgid "Show \"Share Url\" field on wishlist page"
352
  msgstr ""
353
 
354
  #: includes/class.yith-wcwl-admin-init.php:1305
355
+ msgid "Social title"
356
+ msgstr ""
357
+
358
+ #: includes/class.yith-wcwl-admin-init.php:1312
359
  msgid "Social text"
360
  msgstr ""
361
 
362
+ #: includes/class.yith-wcwl-admin-init.php:1313
363
  msgid ""
364
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
365
  "strong> where you want to show the URL of your wishlist."
366
  msgstr ""
367
 
368
+ #: includes/class.yith-wcwl-admin-init.php:1320
369
  msgid "Social image URL"
370
  msgstr ""
371
 
372
+ #: includes/class.yith-wcwl-admin-init.php:1321
373
  msgid "It will be used by Pinterest."
374
  msgstr ""
375
 
376
+ #: includes/class.yith-wcwl-admin-init.php:1335
377
  msgid ""
378
  "If you want to take advantage of this feature, you could consider to "
379
  "purchase the %s."
380
  msgstr ""
381
 
382
+ #: includes/class.yith-wcwl-admin-init.php:1340
383
  msgid "YITH WooCommerce Frequently Bought Together Integration"
384
  msgstr ""
385
 
386
+ #: includes/class.yith-wcwl-admin-init.php:1347
387
  msgid "Enable slider in wishlist"
388
  msgstr ""
389
 
390
+ #: includes/class.yith-wcwl-admin-init.php:1348
391
  msgid ""
392
  "Choose to enable product slider in wishlist page with linked products (<a "
393
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
394
  msgstr ""
395
 
396
+ #: includes/class.yith-wcwl-admin-init.php:1384
397
  msgid "\"Add to wishlist\" button"
398
  msgstr ""
399
 
400
+ #: includes/class.yith-wcwl-admin-init.php:1387
401
+ #: includes/class.yith-wcwl-admin-init.php:1405
402
+ #: includes/class.yith-wcwl-admin-init.php:1423
403
+ #: includes/class.yith-wcwl-admin-init.php:1441
404
+ #: includes/class.yith-wcwl-admin-init.php:1459
405
  msgid "Background"
406
  msgstr ""
407
 
408
+ #: includes/class.yith-wcwl-admin-init.php:1388
409
+ #: includes/class.yith-wcwl-admin-init.php:1406
410
+ #: includes/class.yith-wcwl-admin-init.php:1424
411
+ #: includes/class.yith-wcwl-admin-init.php:1442
412
+ #: includes/class.yith-wcwl-admin-init.php:1460
413
  msgid "Text"
414
  msgstr ""
415
 
 
 
 
 
 
 
 
 
416
  #: includes/class.yith-wcwl-admin-init.php:1389
417
  #: includes/class.yith-wcwl-admin-init.php:1407
418
  #: includes/class.yith-wcwl-admin-init.php:1425
419
  #: includes/class.yith-wcwl-admin-init.php:1443
420
+ #: includes/class.yith-wcwl-admin-init.php:1461
421
+ msgid "Border"
422
+ msgstr ""
423
+
424
+ #: includes/class.yith-wcwl-admin-init.php:1396
425
+ #: includes/class.yith-wcwl-admin-init.php:1414
426
+ #: includes/class.yith-wcwl-admin-init.php:1432
427
+ #: includes/class.yith-wcwl-admin-init.php:1450
428
  msgid "Background (hover)"
429
  msgstr ""
430
 
431
+ #: includes/class.yith-wcwl-admin-init.php:1397
432
+ #: includes/class.yith-wcwl-admin-init.php:1415
433
+ #: includes/class.yith-wcwl-admin-init.php:1433
434
+ #: includes/class.yith-wcwl-admin-init.php:1451
435
  msgid "Text (hover)"
436
  msgstr ""
437
 
438
+ #: includes/class.yith-wcwl-admin-init.php:1398
439
+ #: includes/class.yith-wcwl-admin-init.php:1416
440
+ #: includes/class.yith-wcwl-admin-init.php:1434
441
+ #: includes/class.yith-wcwl-admin-init.php:1452
442
  msgid "Border (hover)"
443
  msgstr ""
444
 
445
+ #: includes/class.yith-wcwl-admin-init.php:1402
446
  msgid "\"Add to Cart\" button"
447
  msgstr ""
448
 
449
+ #: includes/class.yith-wcwl-admin-init.php:1420
450
  msgid "\"Style 1\" button"
451
  msgstr ""
452
 
453
+ #: includes/class.yith-wcwl-admin-init.php:1438
454
  msgid "\"Style 2\" button"
455
  msgstr ""
456
 
457
+ #: includes/class.yith-wcwl-admin-init.php:1456
458
  #, fuzzy
459
  msgid "Wishlist table"
460
  msgstr "願望清單"
461
 
462
+ #: includes/class.yith-wcwl-admin-init.php:1465
463
  msgid "Headers"
464
  msgstr ""
465
 
466
+ #: includes/class.yith-wcwl-admin-init.php:1468
467
  msgid "Background color"
468
  msgstr ""
469
 
470
+ #: includes/class.yith-wcwl-admin-init.php:1558
471
  #, fuzzy
472
  msgid "Wishlist Activated"
473
  msgstr "願望清單"
474
 
475
+ #: includes/class.yith-wcwl-admin-init.php:1559
476
  msgid ""
477
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
478
  "can access to all the settings of our plugins that you have activated. "
480
  "options, <a href=\"%s\">discover it now</a>."
481
  msgstr ""
482
 
483
+ #: includes/class.yith-wcwl-admin-init.php:1570
484
  #, fuzzy
485
  msgid "Wishlist Updated"
486
  msgstr "願望清單"
487
 
488
+ #: includes/class.yith-wcwl-admin-init.php:1571
489
  msgid ""
490
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
491
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
693
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
694
  msgstr ""
695
 
696
+ #: includes/class.yith-wcwl-shortcode.php:387
697
  #: includes/class.yith-wcwl-ui.php:164
698
  msgid "Share on:"
699
  msgstr "分享:"
733
  msgid "An error occurred while removing products from the wishlist"
734
  msgstr "從「願望清單」移除商品時,發生了錯誤。"
735
 
736
+ #: includes/class.yith-wcwl.php:825
737
  msgid "You need to log in before creating a new wishlist"
738
  msgstr ""
739
 
740
+ #: includes/class.yith-wcwl.php:1627
741
  msgid "Product successfully removed."
742
  msgstr "成功移除商品。"
743
 
744
+ #: includes/class.yith-wcwl.php:1631
745
  msgid "Error. Unable to remove the product from the wishlist."
746
  msgstr "錯誤。無法從「願望清單」移除這個商品。"
747
 
748
+ #: includes/class.yith-wcwl.php:1635 templates/wishlist-view.php:242
749
  msgid "No products were added to the wishlist"
750
  msgstr "你目前沒有加入收藏任何商品到「願望清單」裡面"
751
 
752
+ #: includes/class.yith-wcwl.php:1677
753
  msgid "An error as occurred."
754
  msgstr ""
755
 
1010
  msgid "WhatsApp"
1011
  msgstr ""
1012
 
1013
+ #: templates/share.php:61
1014
+ msgid "(Now"
1015
+ msgstr ""
1016
+
1017
+ #: templates/share.php:61
1018
+ msgid "copy"
1019
+ msgstr ""
1020
+
1021
+ #: templates/share.php:61
1022
+ msgid "this wishlist link and share it anywhere)"
1023
+ msgstr ""
1024
+
1025
  #: templates/wishlist-view.php:32
1026
  msgid "Edit title"
1027
  msgstr ""
languages/yith-woocommerce-wishlist.pot CHANGED
@@ -2,9 +2,9 @@
2
  # This file is distributed under the same license as the YITH WooCommerce Wishlist package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: YITH WooCommerce Wishlist 2.2.9\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
7
- "POT-Creation-Date: 2019-04-15 10:23:21+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
@@ -13,8 +13,8 @@ msgstr ""
13
  "Language-Team: LANGUAGE <LL@li.org>\n"
14
 
15
  #: includes/class.yith-wcwl-admin-init.php:159
16
- #: includes/class.yith-wcwl-admin-init.php:1485
17
- #: includes/class.yith-wcwl-admin-init.php:1486
18
  #: includes/class.yith-wcwl-install.php:245
19
  msgid "Wishlist"
20
  msgstr ""
@@ -91,7 +91,7 @@ msgstr ""
91
 
92
  #: includes/class.yith-wcwl-admin-init.php:1056
93
  #: includes/class.yith-wcwl-admin-init.php:1057
94
- #: includes/class.yith-wcwl-admin-init.php:1300
95
  msgid "My wishlist on %s"
96
  msgstr ""
97
 
@@ -332,125 +332,133 @@ msgid "Show \"Share by WhatsApp\" button ( only on phones )"
332
  msgstr ""
333
 
334
  #: includes/class.yith-wcwl-admin-init.php:1298
335
- msgid "Social title"
 
 
 
 
336
  msgstr ""
337
 
338
  #: includes/class.yith-wcwl-admin-init.php:1305
 
 
 
 
339
  msgid "Social text"
340
  msgstr ""
341
 
342
- #: includes/class.yith-wcwl-admin-init.php:1306
343
  msgid ""
344
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
345
  "strong> where you want to show the URL of your wishlist."
346
  msgstr ""
347
 
348
- #: includes/class.yith-wcwl-admin-init.php:1313
349
  msgid "Social image URL"
350
  msgstr ""
351
 
352
- #: includes/class.yith-wcwl-admin-init.php:1314
353
  msgid "It will be used by Pinterest."
354
  msgstr ""
355
 
356
- #: includes/class.yith-wcwl-admin-init.php:1328
357
  msgid ""
358
  "If you want to take advantage of this feature, you could consider to "
359
  "purchase the %s."
360
  msgstr ""
361
 
362
- #: includes/class.yith-wcwl-admin-init.php:1333
363
  msgid "YITH WooCommerce Frequently Bought Together Integration"
364
  msgstr ""
365
 
366
- #: includes/class.yith-wcwl-admin-init.php:1340
367
  msgid "Enable slider in wishlist"
368
  msgstr ""
369
 
370
- #: includes/class.yith-wcwl-admin-init.php:1341
371
  msgid ""
372
  "Choose to enable product slider in wishlist page with linked products (<a "
373
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
374
  msgstr ""
375
 
376
- #: includes/class.yith-wcwl-admin-init.php:1377
377
  msgid "\"Add to wishlist\" button"
378
  msgstr ""
379
 
380
- #: includes/class.yith-wcwl-admin-init.php:1380
381
- #: includes/class.yith-wcwl-admin-init.php:1398
382
- #: includes/class.yith-wcwl-admin-init.php:1416
383
- #: includes/class.yith-wcwl-admin-init.php:1434
384
- #: includes/class.yith-wcwl-admin-init.php:1452
385
  msgid "Background"
386
  msgstr ""
387
 
388
- #: includes/class.yith-wcwl-admin-init.php:1381
389
- #: includes/class.yith-wcwl-admin-init.php:1399
390
- #: includes/class.yith-wcwl-admin-init.php:1417
391
- #: includes/class.yith-wcwl-admin-init.php:1435
392
- #: includes/class.yith-wcwl-admin-init.php:1453
393
  msgid "Text"
394
  msgstr ""
395
 
396
- #: includes/class.yith-wcwl-admin-init.php:1382
397
- #: includes/class.yith-wcwl-admin-init.php:1400
398
- #: includes/class.yith-wcwl-admin-init.php:1418
399
- #: includes/class.yith-wcwl-admin-init.php:1436
400
- #: includes/class.yith-wcwl-admin-init.php:1454
401
- msgid "Border"
402
- msgstr ""
403
-
404
  #: includes/class.yith-wcwl-admin-init.php:1389
405
  #: includes/class.yith-wcwl-admin-init.php:1407
406
  #: includes/class.yith-wcwl-admin-init.php:1425
407
  #: includes/class.yith-wcwl-admin-init.php:1443
 
 
 
 
 
 
 
 
408
  msgid "Background (hover)"
409
  msgstr ""
410
 
411
- #: includes/class.yith-wcwl-admin-init.php:1390
412
- #: includes/class.yith-wcwl-admin-init.php:1408
413
- #: includes/class.yith-wcwl-admin-init.php:1426
414
- #: includes/class.yith-wcwl-admin-init.php:1444
415
  msgid "Text (hover)"
416
  msgstr ""
417
 
418
- #: includes/class.yith-wcwl-admin-init.php:1391
419
- #: includes/class.yith-wcwl-admin-init.php:1409
420
- #: includes/class.yith-wcwl-admin-init.php:1427
421
- #: includes/class.yith-wcwl-admin-init.php:1445
422
  msgid "Border (hover)"
423
  msgstr ""
424
 
425
- #: includes/class.yith-wcwl-admin-init.php:1395
426
  msgid "\"Add to Cart\" button"
427
  msgstr ""
428
 
429
- #: includes/class.yith-wcwl-admin-init.php:1413
430
  msgid "\"Style 1\" button"
431
  msgstr ""
432
 
433
- #: includes/class.yith-wcwl-admin-init.php:1431
434
  msgid "\"Style 2\" button"
435
  msgstr ""
436
 
437
- #: includes/class.yith-wcwl-admin-init.php:1449
438
  msgid "Wishlist table"
439
  msgstr ""
440
 
441
- #: includes/class.yith-wcwl-admin-init.php:1458
442
  msgid "Headers"
443
  msgstr ""
444
 
445
- #: includes/class.yith-wcwl-admin-init.php:1461
446
  msgid "Background color"
447
  msgstr ""
448
 
449
- #: includes/class.yith-wcwl-admin-init.php:1551
450
  msgid "Wishlist Activated"
451
  msgstr ""
452
 
453
- #: includes/class.yith-wcwl-admin-init.php:1552
454
  msgid ""
455
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
456
  "can access to all the settings of our plugins that you have activated. "
@@ -458,11 +466,11 @@ msgid ""
458
  "options, <a href=\"%s\">discover it now</a>."
459
  msgstr ""
460
 
461
- #: includes/class.yith-wcwl-admin-init.php:1563
462
  msgid "Wishlist Updated"
463
  msgstr ""
464
 
465
- #: includes/class.yith-wcwl-admin-init.php:1564
466
  msgid ""
467
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
468
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
@@ -661,7 +669,7 @@ msgstr ""
661
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
662
  msgstr ""
663
 
664
- #: includes/class.yith-wcwl-shortcode.php:386
665
  #: includes/class.yith-wcwl-ui.php:164
666
  msgid "Share on:"
667
  msgstr ""
@@ -698,23 +706,23 @@ msgstr ""
698
  msgid "An error occurred while removing products from the wishlist"
699
  msgstr ""
700
 
701
- #: includes/class.yith-wcwl.php:809
702
  msgid "You need to log in before creating a new wishlist"
703
  msgstr ""
704
 
705
- #: includes/class.yith-wcwl.php:1610
706
  msgid "Product successfully removed."
707
  msgstr ""
708
 
709
- #: includes/class.yith-wcwl.php:1614
710
  msgid "Error. Unable to remove the product from the wishlist."
711
  msgstr ""
712
 
713
- #: includes/class.yith-wcwl.php:1618 templates/wishlist-view.php:242
714
  msgid "No products were added to the wishlist"
715
  msgstr ""
716
 
717
- #: includes/class.yith-wcwl.php:1660
718
  msgid "An error as occurred."
719
  msgstr ""
720
 
@@ -974,6 +982,18 @@ msgstr ""
974
  msgid "WhatsApp"
975
  msgstr ""
976
 
 
 
 
 
 
 
 
 
 
 
 
 
977
  #: templates/wishlist-view.php:32
978
  msgid "Edit title"
979
  msgstr ""
2
  # This file is distributed under the same license as the YITH WooCommerce Wishlist package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: YITH WooCommerce Wishlist 2.2.13\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
7
+ "POT-Creation-Date: 2019-08-12 11:01:34+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
13
  "Language-Team: LANGUAGE <LL@li.org>\n"
14
 
15
  #: includes/class.yith-wcwl-admin-init.php:159
16
+ #: includes/class.yith-wcwl-admin-init.php:1492
17
+ #: includes/class.yith-wcwl-admin-init.php:1493
18
  #: includes/class.yith-wcwl-install.php:245
19
  msgid "Wishlist"
20
  msgstr ""
91
 
92
  #: includes/class.yith-wcwl-admin-init.php:1056
93
  #: includes/class.yith-wcwl-admin-init.php:1057
94
+ #: includes/class.yith-wcwl-admin-init.php:1307
95
  msgid "My wishlist on %s"
96
  msgstr ""
97
 
332
  msgstr ""
333
 
334
  #: includes/class.yith-wcwl-admin-init.php:1298
335
+ msgid "Share by Url"
336
+ msgstr ""
337
+
338
+ #: includes/class.yith-wcwl-admin-init.php:1299
339
+ msgid "Show \"Share Url\" field on wishlist page"
340
  msgstr ""
341
 
342
  #: includes/class.yith-wcwl-admin-init.php:1305
343
+ msgid "Social title"
344
+ msgstr ""
345
+
346
+ #: includes/class.yith-wcwl-admin-init.php:1312
347
  msgid "Social text"
348
  msgstr ""
349
 
350
+ #: includes/class.yith-wcwl-admin-init.php:1313
351
  msgid ""
352
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
353
  "strong> where you want to show the URL of your wishlist."
354
  msgstr ""
355
 
356
+ #: includes/class.yith-wcwl-admin-init.php:1320
357
  msgid "Social image URL"
358
  msgstr ""
359
 
360
+ #: includes/class.yith-wcwl-admin-init.php:1321
361
  msgid "It will be used by Pinterest."
362
  msgstr ""
363
 
364
+ #: includes/class.yith-wcwl-admin-init.php:1335
365
  msgid ""
366
  "If you want to take advantage of this feature, you could consider to "
367
  "purchase the %s."
368
  msgstr ""
369
 
370
+ #: includes/class.yith-wcwl-admin-init.php:1340
371
  msgid "YITH WooCommerce Frequently Bought Together Integration"
372
  msgstr ""
373
 
374
+ #: includes/class.yith-wcwl-admin-init.php:1347
375
  msgid "Enable slider in wishlist"
376
  msgstr ""
377
 
378
+ #: includes/class.yith-wcwl-admin-init.php:1348
379
  msgid ""
380
  "Choose to enable product slider in wishlist page with linked products (<a "
381
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
382
  msgstr ""
383
 
384
+ #: includes/class.yith-wcwl-admin-init.php:1384
385
  msgid "\"Add to wishlist\" button"
386
  msgstr ""
387
 
388
+ #: includes/class.yith-wcwl-admin-init.php:1387
389
+ #: includes/class.yith-wcwl-admin-init.php:1405
390
+ #: includes/class.yith-wcwl-admin-init.php:1423
391
+ #: includes/class.yith-wcwl-admin-init.php:1441
392
+ #: includes/class.yith-wcwl-admin-init.php:1459
393
  msgid "Background"
394
  msgstr ""
395
 
396
+ #: includes/class.yith-wcwl-admin-init.php:1388
397
+ #: includes/class.yith-wcwl-admin-init.php:1406
398
+ #: includes/class.yith-wcwl-admin-init.php:1424
399
+ #: includes/class.yith-wcwl-admin-init.php:1442
400
+ #: includes/class.yith-wcwl-admin-init.php:1460
401
  msgid "Text"
402
  msgstr ""
403
 
 
 
 
 
 
 
 
 
404
  #: includes/class.yith-wcwl-admin-init.php:1389
405
  #: includes/class.yith-wcwl-admin-init.php:1407
406
  #: includes/class.yith-wcwl-admin-init.php:1425
407
  #: includes/class.yith-wcwl-admin-init.php:1443
408
+ #: includes/class.yith-wcwl-admin-init.php:1461
409
+ msgid "Border"
410
+ msgstr ""
411
+
412
+ #: includes/class.yith-wcwl-admin-init.php:1396
413
+ #: includes/class.yith-wcwl-admin-init.php:1414
414
+ #: includes/class.yith-wcwl-admin-init.php:1432
415
+ #: includes/class.yith-wcwl-admin-init.php:1450
416
  msgid "Background (hover)"
417
  msgstr ""
418
 
419
+ #: includes/class.yith-wcwl-admin-init.php:1397
420
+ #: includes/class.yith-wcwl-admin-init.php:1415
421
+ #: includes/class.yith-wcwl-admin-init.php:1433
422
+ #: includes/class.yith-wcwl-admin-init.php:1451
423
  msgid "Text (hover)"
424
  msgstr ""
425
 
426
+ #: includes/class.yith-wcwl-admin-init.php:1398
427
+ #: includes/class.yith-wcwl-admin-init.php:1416
428
+ #: includes/class.yith-wcwl-admin-init.php:1434
429
+ #: includes/class.yith-wcwl-admin-init.php:1452
430
  msgid "Border (hover)"
431
  msgstr ""
432
 
433
+ #: includes/class.yith-wcwl-admin-init.php:1402
434
  msgid "\"Add to Cart\" button"
435
  msgstr ""
436
 
437
+ #: includes/class.yith-wcwl-admin-init.php:1420
438
  msgid "\"Style 1\" button"
439
  msgstr ""
440
 
441
+ #: includes/class.yith-wcwl-admin-init.php:1438
442
  msgid "\"Style 2\" button"
443
  msgstr ""
444
 
445
+ #: includes/class.yith-wcwl-admin-init.php:1456
446
  msgid "Wishlist table"
447
  msgstr ""
448
 
449
+ #: includes/class.yith-wcwl-admin-init.php:1465
450
  msgid "Headers"
451
  msgstr ""
452
 
453
+ #: includes/class.yith-wcwl-admin-init.php:1468
454
  msgid "Background color"
455
  msgstr ""
456
 
457
+ #: includes/class.yith-wcwl-admin-init.php:1558
458
  msgid "Wishlist Activated"
459
  msgstr ""
460
 
461
+ #: includes/class.yith-wcwl-admin-init.php:1559
462
  msgid ""
463
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
464
  "can access to all the settings of our plugins that you have activated. "
466
  "options, <a href=\"%s\">discover it now</a>."
467
  msgstr ""
468
 
469
+ #: includes/class.yith-wcwl-admin-init.php:1570
470
  msgid "Wishlist Updated"
471
  msgstr ""
472
 
473
+ #: includes/class.yith-wcwl-admin-init.php:1571
474
  msgid ""
475
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
476
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
669
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
670
  msgstr ""
671
 
672
+ #: includes/class.yith-wcwl-shortcode.php:387
673
  #: includes/class.yith-wcwl-ui.php:164
674
  msgid "Share on:"
675
  msgstr ""
706
  msgid "An error occurred while removing products from the wishlist"
707
  msgstr ""
708
 
709
+ #: includes/class.yith-wcwl.php:825
710
  msgid "You need to log in before creating a new wishlist"
711
  msgstr ""
712
 
713
+ #: includes/class.yith-wcwl.php:1627
714
  msgid "Product successfully removed."
715
  msgstr ""
716
 
717
+ #: includes/class.yith-wcwl.php:1631
718
  msgid "Error. Unable to remove the product from the wishlist."
719
  msgstr ""
720
 
721
+ #: includes/class.yith-wcwl.php:1635 templates/wishlist-view.php:242
722
  msgid "No products were added to the wishlist"
723
  msgstr ""
724
 
725
+ #: includes/class.yith-wcwl.php:1677
726
  msgid "An error as occurred."
727
  msgstr ""
728
 
982
  msgid "WhatsApp"
983
  msgstr ""
984
 
985
+ #: templates/share.php:61
986
+ msgid "(Now"
987
+ msgstr ""
988
+
989
+ #: templates/share.php:61
990
+ msgid "copy"
991
+ msgstr ""
992
+
993
+ #: templates/share.php:61
994
+ msgid "this wishlist link and share it anywhere)"
995
+ msgstr ""
996
+
997
  #: templates/wishlist-view.php:32
998
  msgid "Edit title"
999
  msgstr ""
plugin-fw/assets/css/metaboxes.css CHANGED
@@ -1,188 +1,208 @@
1
  /* self-clear floats */
2
  .clearfix:after {
3
- content : ".";
4
- display : block;
5
- height : 0;
6
- clear : both;
7
- visibility : hidden;
8
- overflow : hidden;
9
  }
10
 
11
  /* ie.css */
12
  * html .clearfix { /* IE6 */
13
- height : 1%;
14
  }
15
 
16
  *:first-child + html .clearfix { /* IE7 */
17
- min-height : 1%;
18
  }
19
 
20
  .clearboth {
21
- clear : both
22
  }
23
 
24
  /* === TAB STYLE */
25
  .metaboxes-tab {
26
- margin : -6px -12px -8px;
27
  }
28
 
29
  .metaboxes-tab div.tabs-panel {
30
- height : auto;
31
- overflow : visible;
32
- margin-top : 0px;
33
- padding : 0 10px;
34
- background : none;
35
- border : 0;
36
  }
37
 
38
  .metaboxes-tab ul.metaboxes-tabs {
39
- background : #f1f1f1;
40
- margin : 0;
41
- padding : 10px 0 0 5px;
42
  }
43
 
44
  .metaboxes-tab ul.metaboxes-tabs li {
45
- float : left;
46
- background : #dedede;
47
- margin : 0 0 0 5px;
48
  }
49
 
50
  .metaboxes-tab ul.metaboxes-tabs li a {
51
- color : #555;
52
- text-decoration : none;
53
- padding : 8px 15px;
54
- display : block;
55
- box-shadow : none !important;
56
  }
57
 
58
  .metaboxes-tab ul.metaboxes-tabs li.tabs {
59
- background : #fff;
60
  }
61
 
62
  .metaboxes-tab p.field-row {
63
- margin : 20px 0;
64
  }
65
 
66
  .metaboxes-tab div.sep {
67
- height : 1px;
68
- background : #dfdfdf;
69
- clear : both;
70
- margin-left : -10px;
71
- margin-right : -10px;
72
  }
73
 
74
  .metaboxes-tab label {
75
- font-weight : bold;
76
- width : 160px;
77
- float : left;
78
- line-height : 23px;
79
- margin-left : -184px;
80
  }
81
 
82
  .metaboxes-tab label small {
83
- font-weight : normal;
84
- line-height : 15px;
85
- font-style : italic;
86
- color : #999;
87
- display : block;
88
  }
89
 
90
- .metaboxes-tab .yith-plugin-fw-radio__row{
91
  width: 100%;
92
  min-height: 20px;
93
  }
 
94
  .metaboxes-tab .yith-plugin-fw-radio__row label,
95
  .metaboxes-tab .yith-toggle-elements label,
96
  .metaboxes-tab .yith-add-box label {
97
- margin-left:0;
98
- font-weight:normal;
99
  }
 
 
 
 
 
 
 
 
 
 
 
 
100
  .metaboxes-tab.yith-plugin-ui .yith-add-box,
101
- .metaboxes-tab.yith-plugin-ui .yith-toggle-row{
102
- width : auto;
103
  }
 
104
  .metaboxes-tab .wp-picker-container label {
105
- font-weight : inherit;
106
- width : auto;
107
- float : none;
108
- line-height : inherit;
109
- margin-left : 0;
 
 
 
 
 
 
110
  }
111
 
112
  .metaboxes-tab input[type="checkbox"] {
113
- vertical-align : middle
114
  }
115
 
116
  .metaboxes-tab input.button-secondary, .metaboxes-tab input.checkbox {
117
- width : auto;
118
  }
119
 
120
  .metaboxes-tab p.field-row.textarea .description {
121
- vertical-align : top;
122
  }
123
 
124
  .metaboxes-tab p.field-row.checkbox {
125
- background : none;
126
  }
127
 
128
  .metaboxes-tab .the-metabox {
129
- margin : 20px 0;
130
- margin-left : 184px;
131
  }
132
 
133
  .metaboxes-tab .the-metabox.no-label {
134
- margin : 20px 0;
135
- margin-left : 0;
136
  }
137
 
138
  .metaboxes-tab hr {
139
- height : 0px;
140
- border-top : 1px solid #dadada;
141
- width : auto;
142
- margin-left : -10px;
143
- margin-right : -10px;
144
  }
145
 
146
  .metaboxes-tab .the-metabox p {
147
- margin : 0;
148
  }
149
 
150
  .metaboxes-tab .the-metabox:last-child {
151
- border-bottom : 0px;
152
  }
153
 
154
  .metaboxes-tab .the-metabox.checkbox {
155
- background : none;
156
  }
157
 
158
  .metaboxes-tab span.description.inline {
159
- display : inline-block;
160
- line-height : 23px;
161
- width : auto;
162
- vertical-align : middle;
163
- margin : 0;
164
  }
165
 
166
  .metaboxes-tab .slider label {
167
- padding : 15px 0;
168
  }
169
 
170
  /* sortable table posts */
171
 
172
  #the-list.ui-sortable tr:hover {
173
- cursor : move;
174
  }
175
 
176
  .the-metabox.preview {
177
- float : none;
178
  }
179
 
180
  .metaboxes-tab .the-metabox.no-label.preview {
181
- margin-left : 184px;
182
  }
183
 
184
  .metaboxes-tab .the-metabox.no-label.preview img {
185
- box-shadow : 0 1px 8px rgba(0, 0, 0, 0.2);
186
  }
187
 
188
  /**************************************
@@ -198,473 +218,504 @@
198
  .metaboxes-tab .yith-plugin-fw-text-input,
199
  .metaboxes-tab .yith-plugin-fw-text-array-table,
200
  .metaboxes-tab .yith-plugin-fw-textarea {
201
- width : 400px;
202
- max-width : 100%;
203
  }
204
- .metaboxes-tab.yith-plugin-ui input[type=number]{
 
205
  width: auto;
206
  min-width: 90px;
207
  }
 
 
 
 
 
 
 
 
 
 
208
  .metaboxes-tab .yith-plugin-fw-text-array-table input[type=text] {
209
- width : 100%;
 
 
 
 
 
 
 
 
 
 
 
210
  }
211
 
212
  /* wp editor */
213
  .the-metabox.textarea-editor .mceIframeContainer {
214
- background : #fff;
215
  }
216
 
 
217
  .the-metabox.textarea-editor label {
218
- margin-top : 24px;
219
  }
220
 
221
  /* categories */
222
  .categories-panel {
223
- width : 30%;
224
- float : left;
225
- margin-right : 4px;
226
  }
227
 
228
  .categories-panel .box {
229
- height : 200px;
230
- border : 1px solid #dfdfdf;
231
- background : #fff;
232
- padding : 6px 10px;
233
- overflow : auto;
234
  }
235
 
236
  .categories-panel ul {
237
- list-style : none;
238
- margin : 0;
239
  }
240
 
241
  .categories-panel ul li {
242
- line-height : 19px;
243
- margin : 0;
244
- padding : 0;
245
- word-wrap : break-word;
246
  }
247
 
248
  .categories-panel ul li label {
249
- font-weight : normal !important;
250
- margin-left : 0 !important;
251
  }
252
 
253
  .categories-panel input.newcategory {
254
- width : 100%;
255
- margin-bottom : 3px;
256
  }
257
 
258
  /* contact form */
259
  .contactform_item {
260
- border-style : solid;
261
- border-width : 1px;
262
- line-height : 1;
263
- margin-bottom : 20px;
264
- padding : 0;
265
- background-color : #f5f5f5;
266
- background-image : -moz-linear-gradient(center top, #f9f9f9, #f5f5f5);
267
- border-color : #dfdfdf;
268
- border-radius : 3px 3px 3px 3px;
269
- box-shadow : 0 1px 0 #fff inset;
270
- min-width : 255px;
271
- position : relative;
272
  }
273
 
274
  .contactform_item .handlediv {
275
- position : relative;
276
- top : -4px;
277
  }
278
 
279
  .contactform_item h3 {
280
- min-height : 21px;
281
- margin : 13px;
282
  }
283
 
284
  .contactform_item .inside {
285
- padding : 10px !important;
286
  }
287
 
288
  .contactform_item .deps {
289
- display : none;
290
  }
291
 
292
  .contactform_item .addoptions p.option {
293
- margin : 5px 0 5px 200px
294
  }
295
 
296
  .contactform_item .addoptions p label {
297
- width : 80px !important;
298
  }
299
 
300
  .contactform_item .add-field-option {
301
- margin-bottom : 10px !important;
302
  }
303
 
304
  .remove_item {
305
- float : right;
306
  }
307
 
308
  .metabox-sortable-placeholder {
309
- border : 1px dotted #dedede;
310
- margin : 10px 0
311
  }
312
 
313
  /* features tab */
314
  .featurestab_item {
315
- border-style : solid;
316
- border-width : 1px;
317
- line-height : 1;
318
- margin-bottom : 20px;
319
- padding : 0;
320
- background-color : #f5f5f5;
321
- background-image : -moz-linear-gradient(center top, #f9f9f9, #f5f5f5);
322
- border-color : #dfdfdf;
323
- border-radius : 3px 3px 3px 3px;
324
- box-shadow : 0 1px 0 #fff inset;
325
- min-width : 255px;
326
- position : relative;
327
  }
328
 
329
  .featurestab_item .handlediv {
330
- position : relative;
331
- top : -4px;
332
  }
333
 
334
  .featurestab_item h3 {
335
- min-height : 21px
336
  }
337
 
338
  .featurestab_item .inside {
339
- padding : 10px !important;
340
  }
341
 
342
  .featurestab_item .deps {
343
- display : none;
344
  }
345
 
346
  .featurestab_item .addoptions p.option {
347
- margin : 5px 0 5px 200px
348
  }
349
 
350
  .featurestab_item .addoptions p label {
351
- width : 80px !important;
352
  }
353
 
354
  .featurestab_item .add-field-option {
355
- margin-bottom : 10px !important;
356
  }
357
 
358
  .messages-panel.updated {
359
- margin : 10px 0px 10px !important;
360
- max-width : 1200px;
361
- border-radius : 5px;
362
- -webkit-box-sizing : border-box;
363
- box-sizing : border-box;
364
  }
365
 
366
  .ui-widget-overlay {
367
- background-image : none !important;
368
  }
369
 
370
  .the-metabox .icon_type {
371
- width : 30%;
372
- float : left;
373
- margin-right : 40px
374
  }
375
 
376
  #post-type-settings .category-list label {
377
- width : 187px;
378
  }
379
 
380
  .remove_cat {
381
- float : right;
382
- text-align : center;
383
- display : block;
384
- width : 20px;
385
- height : 20px;
386
- border-radius : 20px;
387
- font-weight : bold;
388
- font-size : 10px;
389
- background : #efefef;
390
- text-decoration : none;
391
  }
392
 
393
  /* typography */
394
  .the-metabox.typography .select_wrapper.font-family {
395
- width : 200px;
396
  }
397
 
398
  .the-metabox.typography .spinner_container {
399
- float : left;
400
- margin-right : 10px;
401
  }
402
 
403
  .the-metabox.typography .spinner_container input.number {
404
- width : 50px !important;
405
- -webkit-border-top-right-radius : 0px;
406
- -webkit-border-bottom-right-radius : 0px;
407
- -moz-border-radius-topright : 0px;
408
- -moz-border-radius-bottomright : 0px;
409
- border-top-right-radius : 0px;
410
- border-bottom-right-radius : 0px;
411
  }
412
 
413
  /* number */
414
  .the-metabox.number input.number {
415
- width : 50px !important;
416
  }
417
 
418
  /* number */
419
  .rm_number .number {
420
- width : 70px;
421
- text-align : right;
422
- -webkit-border-top-right-radius : 0px;
423
- -webkit-border-bottom-right-radius : 0px;
424
- -moz-border-radius-topright : 0px;
425
- -moz-border-radius-bottomright : 0px;
426
- border-top-right-radius : 0px;
427
- border-bottom-right-radius : 0px;
428
  }
429
 
430
  .spinner-wrapper {
431
- position : relative;
432
- height : 23px;
433
- overflow : hidden;
434
  }
435
 
436
  .spinner-wrapper input.number {
437
- float : left;
438
  }
439
 
440
  .spinner-wrapper .spinner-button {
441
- cursor : pointer;
442
- float : left;
443
- position : absolute;
444
- left : 69px;
445
- width : 15px;
446
- height : 12px;
447
- border : 1px solid #dfdfdf;
448
- background : #fff;
449
- margin : 0;
450
- padding : 0;
451
- line-height : 9999px;
452
- overflow : hidden;
453
- background : url('../images/spinner.png') no-repeat center -11px
454
  }
455
 
456
  .spinner-wrapper .spinner-button.button-plus {
457
- top : 0;
458
- -webkit-border-top-right-radius : 3px !important;
459
- -moz-border-radius-topright : 3px !important;
460
- border-top-right-radius : 3px !important;
461
  }
462
 
463
  .spinner-wrapper .spinner-button.button-minus {
464
- bottom : 0;
465
- background-position : center -30px;
466
- -webkit-border-bottom-right-radius : 3px !important;
467
- -moz-border-radius-bottomright : 3px !important;
468
- border-bottom-right-radius : 3px !important;
469
  }
470
 
471
  .spinner-wrapper .spinner-button.button-plus:active {
472
- background-position : center 0px;
473
  }
474
 
475
  .spinner-wrapper .spinner-button.button-minus:active {
476
- background-position : center -20px;
477
  }
478
 
479
  .rm_typography .spinner_container {
480
- float : left;
481
- margin-right : 10px;
482
  }
483
 
484
  .rm_typography .spinner-wrapper {
485
- height : 28px;
486
  }
487
 
488
  .rm_typography .spinner-wrapper input.number {
489
- height : 28px;
490
  }
491
 
492
  .rm_typography .spinner-wrapper .spinner-button.button-plus {
493
- height : 15px;
494
- background-position : center -10px;
495
  }
496
 
497
  .rm_typography .spinner-wrapper .spinner-button.button-minus {
498
- height : 14px;
499
  }
500
 
501
  .the-metabox .spinner-wrapper .spinner-button {
502
- left : 49px;
503
  }
504
 
505
  .the-metabox.typography .spinner-wrapper .spinner-button {
506
- left : 35px;
507
  }
508
 
509
  /* images */
510
  .the-metabox.images, .the-metabox.images label {
511
- margin-left : 0;
512
- display : block;
513
  }
514
 
515
  .the-metabox.images .slides-wrapper {
516
- clear : both;
517
  }
518
 
519
  .the-metabox.images .slides-wrapper li {
520
- position : relative;
521
  }
522
 
523
  .the-metabox.images a.delete {
524
- display : block;
525
- margin-left : 4px;
526
- text-decoration : none;
527
- font-weight : bold;
528
- color : red;
529
- position : absolute;
530
- top : 0;
531
- right : 0;
532
- width : 10px;
533
- height : 18px;
534
- z-index : 10;
535
- cursor : pointer !important;
536
  }
537
 
538
  /* wp editor */
539
  .wp_themeSkin iframe {
540
- background : #fff !important;
541
  }
542
 
543
  /* custom tabs */
544
  .customtab_item {
545
- border-style : solid;
546
- border-width : 1px;
547
- line-height : 1;
548
- margin-bottom : 20px;
549
- padding : 0;
550
- background-color : #f5f5f5;
551
- background-image : -moz-linear-gradient(center top, #f9f9f9, #f5f5f5);
552
- border-color : #dfdfdf;
553
- border-radius : 3px 3px 3px 3px;
554
- box-shadow : 0 1px 0 #fff inset;
555
- min-width : 255px;
556
- position : relative;
557
  }
558
 
559
  .customtab_item .handlediv {
560
- position : relative;
561
- top : -4px;
562
  }
563
 
564
  .customtab_item h3 {
565
- min-height : 21px
566
  }
567
 
568
  .customtab_item .inside {
569
- padding : 10px !important;
570
  }
571
 
572
  .customtab_item .deps {
573
- display : none;
574
  }
575
 
576
  .customtab_item .addoptions p.option {
577
- margin : 5px 0 5px 200px
578
  }
579
 
580
  .customtab_item .addoptions p label {
581
- width : 80px !important;
582
  }
583
 
584
  .customtab_item .add-field-option {
585
- margin-bottom : 10px !important;
586
  }
587
 
588
  .customtab_item .remove_item {
589
- float : right;
590
  }
591
 
592
  .metabox-sortable-placeholder {
593
- border : 1px dotted #dedede;
594
- margin : 10px 0
595
  }
596
 
597
  .the-metabox.customtabs {
598
- margin-left : 0;
599
  }
600
 
601
  #customtab_item_sample {
602
- display : none;
603
  }
604
 
605
  .the-metabox.customtabs .field-row {
606
- margin-bottom : 10px;
607
  }
608
 
609
  #yit_custom_tabs label {
610
- font-weight : normal;
611
- width : auto;
612
- float : none;
613
- line-height : auto;
614
- margin-left : 0;
615
  }
616
 
617
  .wp-admin p label input[type=radio] {
618
- width : 16px;
619
- margin-right : 10px;
620
- margin-top : 3px;
621
  }
622
 
623
  .wp-admin .form-field._preset_onsale_icon_field label input[type=radio] {
624
- margin-top : 0;
625
  }
626
 
627
  .the-metabox .spinner {
628
- margin-top : 5px;
629
- float : none;
630
  }
631
 
632
  /*sidebars*/
633
  #choose-sidebars.choose {
634
- margin-left : 0px;
635
  }
636
 
637
  #_active_page_options-container label, #_active_page_options-container p {
638
- display : inline-block;
639
- margin : 0px;
640
  }
641
 
642
  #_active_page_options-container label {
643
- margin-right : 10px;
644
- margin-top : 3px;
645
  }
646
 
647
  #_active_page_options-container {
648
- float : right;
649
- margin-right : 20px;
650
- margin-top : 5px;
651
- z-index : 9999 !important;
652
- position : absolute;
653
- right : 0;
654
  }
655
 
656
  /*-----------------------
657
  * Colorpicker - fix issues in combination with third-party themes or plugin (Basel, VC Addons, ...)
658
  */
659
  .metaboxes-tab .the-metabox.colorpicker {
660
- display : block;
661
- width : auto;
662
- height : auto;
663
- overflow : visible;
664
- top : auto;
665
- left : auto;
666
- background : transparent;
667
- position : static;
668
- z-index : 1;
669
- font-family : inherit;
 
 
 
 
 
 
 
 
670
  }
1
  /* self-clear floats */
2
  .clearfix:after {
3
+ content: ".";
4
+ display: block;
5
+ height: 0;
6
+ clear: both;
7
+ visibility: hidden;
8
+ overflow: hidden;
9
  }
10
 
11
  /* ie.css */
12
  * html .clearfix { /* IE6 */
13
+ height: 1%;
14
  }
15
 
16
  *:first-child + html .clearfix { /* IE7 */
17
+ min-height: 1%;
18
  }
19
 
20
  .clearboth {
21
+ clear: both
22
  }
23
 
24
  /* === TAB STYLE */
25
  .metaboxes-tab {
26
+ margin: -6px -12px -8px;
27
  }
28
 
29
  .metaboxes-tab div.tabs-panel {
30
+ height: auto;
31
+ overflow: visible;
32
+ margin-top: 0px;
33
+ padding: 0 10px;
34
+ background: none;
35
+ border: 0;
36
  }
37
 
38
  .metaboxes-tab ul.metaboxes-tabs {
39
+ background: #f1f1f1;
40
+ margin: 0;
41
+ padding: 10px 0 0 5px;
42
  }
43
 
44
  .metaboxes-tab ul.metaboxes-tabs li {
45
+ float: left;
46
+ background: #dedede;
47
+ margin: 0 0 0 5px;
48
  }
49
 
50
  .metaboxes-tab ul.metaboxes-tabs li a {
51
+ color: #555;
52
+ text-decoration: none;
53
+ padding: 8px 15px;
54
+ display: block;
55
+ box-shadow: none !important;
56
  }
57
 
58
  .metaboxes-tab ul.metaboxes-tabs li.tabs {
59
+ background: #fff;
60
  }
61
 
62
  .metaboxes-tab p.field-row {
63
+ margin: 20px 0;
64
  }
65
 
66
  .metaboxes-tab div.sep {
67
+ height: 1px;
68
+ background: #dfdfdf;
69
+ clear: both;
70
+ margin-left: -10px;
71
+ margin-right: -10px;
72
  }
73
 
74
  .metaboxes-tab label {
75
+ font-weight: bold;
76
+ width: 160px;
77
+ float: left;
78
+ line-height: 23px;
79
+ margin-left: -184px;
80
  }
81
 
82
  .metaboxes-tab label small {
83
+ font-weight: normal;
84
+ line-height: 15px;
85
+ font-style: italic;
86
+ color: #999;
87
+ display: block;
88
  }
89
 
90
+ .metaboxes-tab .yith-plugin-fw-radio__row {
91
  width: 100%;
92
  min-height: 20px;
93
  }
94
+
95
  .metaboxes-tab .yith-plugin-fw-radio__row label,
96
  .metaboxes-tab .yith-toggle-elements label,
97
  .metaboxes-tab .yith-add-box label {
98
+ margin-left: 0;
99
+ font-weight: normal;
100
  }
101
+
102
+ .metaboxes-tab.yith-plugin-ui h3 {
103
+ color: #2a8db0;
104
+ font-size: 15px;
105
+ text-transform: uppercase;
106
+ background-color: #fff;
107
+ padding: 35px 20px;
108
+ margin: 0px 0 0 -4px;
109
+ width: auto;
110
+ background: transparent;
111
+ }
112
+
113
  .metaboxes-tab.yith-plugin-ui .yith-add-box,
114
+ .metaboxes-tab.yith-plugin-ui .yith-toggle-row {
115
+ width: auto;
116
  }
117
+
118
  .metaboxes-tab .wp-picker-container label {
119
+ font-weight: inherit;
120
+ width: auto;
121
+ float: none;
122
+ line-height: inherit;
123
+ margin-left: 0;
124
+ }
125
+
126
+ .metaboxes-tab.yith-plugin-ui .yith-plugin-fw-radio__row label {
127
+ width: auto !important;
128
+ display: inline-block;
129
+ font-weight: normal;
130
  }
131
 
132
  .metaboxes-tab input[type="checkbox"] {
133
+ vertical-align: middle
134
  }
135
 
136
  .metaboxes-tab input.button-secondary, .metaboxes-tab input.checkbox {
137
+ width: auto;
138
  }
139
 
140
  .metaboxes-tab p.field-row.textarea .description {
141
+ vertical-align: top;
142
  }
143
 
144
  .metaboxes-tab p.field-row.checkbox {
145
+ background: none;
146
  }
147
 
148
  .metaboxes-tab .the-metabox {
149
+ margin: 20px 0;
150
+ margin-left: 184px;
151
  }
152
 
153
  .metaboxes-tab .the-metabox.no-label {
154
+ margin: 20px 0;
155
+ margin-left: 0;
156
  }
157
 
158
  .metaboxes-tab hr {
159
+ height: 0px;
160
+ border-top: 1px solid #dadada;
161
+ width: auto;
162
+ margin-left: -10px;
163
+ margin-right: -10px;
164
  }
165
 
166
  .metaboxes-tab .the-metabox p {
167
+ margin: 0;
168
  }
169
 
170
  .metaboxes-tab .the-metabox:last-child {
171
+ border-bottom: 0px;
172
  }
173
 
174
  .metaboxes-tab .the-metabox.checkbox {
175
+ background: none;
176
  }
177
 
178
  .metaboxes-tab span.description.inline {
179
+ display: inline-block;
180
+ line-height: 23px;
181
+ width: auto;
182
+ vertical-align: middle;
183
+ margin: 0;
184
  }
185
 
186
  .metaboxes-tab .slider label {
187
+ padding: 15px 0;
188
  }
189
 
190
  /* sortable table posts */
191
 
192
  #the-list.ui-sortable tr:hover {
193
+ cursor: move;
194
  }
195
 
196
  .the-metabox.preview {
197
+ float: none;
198
  }
199
 
200
  .metaboxes-tab .the-metabox.no-label.preview {
201
+ margin-left: 184px;
202
  }
203
 
204
  .metaboxes-tab .the-metabox.no-label.preview img {
205
+ box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
206
  }
207
 
208
  /**************************************
218
  .metaboxes-tab .yith-plugin-fw-text-input,
219
  .metaboxes-tab .yith-plugin-fw-text-array-table,
220
  .metaboxes-tab .yith-plugin-fw-textarea {
221
+ width: 400px;
222
+ max-width: 100%;
223
  }
224
+
225
+ .metaboxes-tab.yith-plugin-ui input[type=number] {
226
  width: auto;
227
  min-width: 90px;
228
  }
229
+
230
+ .metaboxes-tab.yith-plugin-ui p {
231
+ font-size: 14px;
232
+ }
233
+
234
+ .metaboxes-tab.yith-plugin-ui p.section-description {
235
+
236
+ margin: 0 20px 40px 18px;
237
+ }
238
+
239
  .metaboxes-tab .yith-plugin-fw-text-array-table input[type=text] {
240
+ width: 100%;
241
+ }
242
+
243
+ .metaboxes-tab.yith-plugin-ui .yith-add-box h3 {
244
+ padding: 0 0 30px 0;
245
+ font-weight: 600;
246
+ margin: 0;
247
+ }
248
+
249
+ .metaboxes-tab.yith-plugin-ui .select2-container--default .select2-selection--single {
250
+ border: 0;
251
+ margin: 0;
252
  }
253
 
254
  /* wp editor */
255
  .the-metabox.textarea-editor .mceIframeContainer {
256
+ background: #fff;
257
  }
258
 
259
+
260
  .the-metabox.textarea-editor label {
261
+ margin-top: 24px;
262
  }
263
 
264
  /* categories */
265
  .categories-panel {
266
+ width: 30%;
267
+ float: left;
268
+ margin-right: 4px;
269
  }
270
 
271
  .categories-panel .box {
272
+ height: 200px;
273
+ border: 1px solid #dfdfdf;
274
+ background: #fff;
275
+ padding: 6px 10px;
276
+ overflow: auto;
277
  }
278
 
279
  .categories-panel ul {
280
+ list-style: none;
281
+ margin: 0;
282
  }
283
 
284
  .categories-panel ul li {
285
+ line-height: 19px;
286
+ margin: 0;
287
+ padding: 0;
288
+ word-wrap: break-word;
289
  }
290
 
291
  .categories-panel ul li label {
292
+ font-weight: normal !important;
293
+ margin-left: 0 !important;
294
  }
295
 
296
  .categories-panel input.newcategory {
297
+ width: 100%;
298
+ margin-bottom: 3px;
299
  }
300
 
301
  /* contact form */
302
  .contactform_item {
303
+ border-style: solid;
304
+ border-width: 1px;
305
+ line-height: 1;
306
+ margin-bottom: 20px;
307
+ padding: 0;
308
+ background-color: #f5f5f5;
309
+ background-image: -moz-linear-gradient(center top, #f9f9f9, #f5f5f5);
310
+ border-color: #dfdfdf;
311
+ border-radius: 3px 3px 3px 3px;
312
+ box-shadow: 0 1px 0 #fff inset;
313
+ min-width: 255px;
314
+ position: relative;
315
  }
316
 
317
  .contactform_item .handlediv {
318
+ position: relative;
319
+ top: -4px;
320
  }
321
 
322
  .contactform_item h3 {
323
+ min-height: 21px;
324
+ margin: 13px;
325
  }
326
 
327
  .contactform_item .inside {
328
+ padding: 10px !important;
329
  }
330
 
331
  .contactform_item .deps {
332
+ display: none;
333
  }
334
 
335
  .contactform_item .addoptions p.option {
336
+ margin: 5px 0 5px 200px
337
  }
338
 
339
  .contactform_item .addoptions p label {
340
+ width: 80px !important;
341
  }
342
 
343
  .contactform_item .add-field-option {
344
+ margin-bottom: 10px !important;
345
  }
346
 
347
  .remove_item {
348
+ float: right;
349
  }
350
 
351
  .metabox-sortable-placeholder {
352
+ border: 1px dotted #dedede;
353
+ margin: 10px 0
354
  }
355
 
356
  /* features tab */
357
  .featurestab_item {
358
+ border-style: solid;
359
+ border-width: 1px;
360
+ line-height: 1;
361
+ margin-bottom: 20px;
362
+ padding: 0;
363
+ background-color: #f5f5f5;
364
+ background-image: -moz-linear-gradient(center top, #f9f9f9, #f5f5f5);
365
+ border-color: #dfdfdf;
366
+ border-radius: 3px 3px 3px 3px;
367
+ box-shadow: 0 1px 0 #fff inset;
368
+ min-width: 255px;
369
+ position: relative;
370
  }
371
 
372
  .featurestab_item .handlediv {
373
+ position: relative;
374
+ top: -4px;
375
  }
376
 
377
  .featurestab_item h3 {
378
+ min-height: 21px
379
  }
380
 
381
  .featurestab_item .inside {
382
+ padding: 10px !important;
383
  }
384
 
385
  .featurestab_item .deps {
386
+ display: none;
387
  }
388
 
389
  .featurestab_item .addoptions p.option {
390
+ margin: 5px 0 5px 200px
391
  }
392
 
393
  .featurestab_item .addoptions p label {
394
+ width: 80px !important;
395
  }
396
 
397
  .featurestab_item .add-field-option {
398
+ margin-bottom: 10px !important;
399
  }
400
 
401
  .messages-panel.updated {
402
+ margin: 10px 0px 10px !important;
403
+ max-width: 1200px;
404
+ border-radius: 5px;
405
+ -webkit-box-sizing: border-box;
406
+ box-sizing: border-box;
407
  }
408
 
409
  .ui-widget-overlay {
410
+ background-image: none !important;
411
  }
412
 
413
  .the-metabox .icon_type {
414
+ width: 30%;
415
+ float: left;
416
+ margin-right: 40px
417
  }
418
 
419
  #post-type-settings .category-list label {
420
+ width: 187px;
421
  }
422
 
423
  .remove_cat {
424
+ float: right;
425
+ text-align: center;
426
+ display: block;
427
+ width: 20px;
428
+ height: 20px;
429
+ border-radius: 20px;
430
+ font-weight: bold;
431
+ font-size: 10px;
432
+ background: #efefef;
433
+ text-decoration: none;
434
  }
435
 
436
  /* typography */
437
  .the-metabox.typography .select_wrapper.font-family {
438
+ width: 200px;
439
  }
440
 
441
  .the-metabox.typography .spinner_container {
442
+ float: left;
443
+ margin-right: 10px;
444
  }
445
 
446
  .the-metabox.typography .spinner_container input.number {
447
+ width: 50px !important;
448
+ -webkit-border-top-right-radius: 0px;
449
+ -webkit-border-bottom-right-radius: 0px;
450
+ -moz-border-radius-topright: 0px;
451
+ -moz-border-radius-bottomright: 0px;
452
+ border-top-right-radius: 0px;
453
+ border-bottom-right-radius: 0px;
454
  }
455
 
456
  /* number */
457
  .the-metabox.number input.number {
458
+ width: 50px !important;
459
  }
460
 
461
  /* number */
462
  .rm_number .number {
463
+ width: 70px;
464
+ text-align: right;
465
+ -webkit-border-top-right-radius: 0px;
466
+ -webkit-border-bottom-right-radius: 0px;
467
+ -moz-border-radius-topright: 0px;
468
+ -moz-border-radius-bottomright: 0px;
469
+ border-top-right-radius: 0px;
470
+ border-bottom-right-radius: 0px;
471
  }
472
 
473
  .spinner-wrapper {
474
+ position: relative;
475
+ height: 23px;
476
+ overflow: hidden;
477
  }
478
 
479
  .spinner-wrapper input.number {
480
+ float: left;
481
  }
482
 
483
  .spinner-wrapper .spinner-button {
484
+ cursor: pointer;
485
+ float: left;
486
+ position: absolute;
487
+ left: 69px;
488
+ width: 15px;
489
+ height: 12px;
490
+ border: 1px solid #dfdfdf;
491
+ background: #fff;
492
+ margin: 0;
493
+ padding: 0;
494
+ line-height: 9999px;
495
+ overflow: hidden;
496
+ background: url('../images/spinner.png') no-repeat center -11px
497
  }
498
 
499
  .spinner-wrapper .spinner-button.button-plus {
500
+ top: 0;
501
+ -webkit-border-top-right-radius: 3px !important;
502
+ -moz-border-radius-topright: 3px !important;
503
+ border-top-right-radius: 3px !important;
504
  }
505
 
506
  .spinner-wrapper .spinner-button.button-minus {
507
+ bottom: 0;
508
+ background-position: center -30px;
509
+ -webkit-border-bottom-right-radius: 3px !important;
510
+ -moz-border-radius-bottomright: 3px !important;
511
+ border-bottom-right-radius: 3px !important;
512
  }
513
 
514
  .spinner-wrapper .spinner-button.button-plus:active {
515
+ background-position: center 0px;
516
  }
517
 
518
  .spinner-wrapper .spinner-button.button-minus:active {
519
+ background-position: center -20px;
520
  }
521
 
522
  .rm_typography .spinner_container {
523
+ float: left;
524
+ margin-right: 10px;
525
  }
526
 
527
  .rm_typography .spinner-wrapper {
528
+ height: 28px;
529
  }
530
 
531
  .rm_typography .spinner-wrapper input.number {
532
+ height: 28px;
533
  }
534
 
535
  .rm_typography .spinner-wrapper .spinner-button.button-plus {
536
+ height: 15px;
537
+ background-position: center -10px;
538
  }
539
 
540
  .rm_typography .spinner-wrapper .spinner-button.button-minus {
541
+ height: 14px;
542
  }
543
 
544
  .the-metabox .spinner-wrapper .spinner-button {
545
+ left: 49px;
546
  }
547
 
548
  .the-metabox.typography .spinner-wrapper .spinner-button {
549
+ left: 35px;
550
  }
551
 
552
  /* images */
553
  .the-metabox.images, .the-metabox.images label {
554
+ margin-left: 0;
555
+ display: block;
556
  }
557
 
558
  .the-metabox.images .slides-wrapper {
559
+ clear: both;
560
  }
561
 
562
  .the-metabox.images .slides-wrapper li {
563
+ position: relative;
564
  }
565
 
566
  .the-metabox.images a.delete {
567
+ display: block;
568
+ margin-left: 4px;
569
+ text-decoration: none;
570
+ font-weight: bold;
571
+ color: red;
572
+ position: absolute;
573
+ top: 0;
574
+ right: 0;
575
+ width: 10px;
576
+ height: 18px;
577
+ z-index: 10;
578
+ cursor: pointer !important;
579
  }
580
 
581
  /* wp editor */
582
  .wp_themeSkin iframe {
583
+ background: #fff !important;
584
  }
585
 
586
  /* custom tabs */
587
  .customtab_item {
588
+ border-style: solid;
589
+ border-width: 1px;
590
+ line-height: 1;
591
+ margin-bottom: 20px;
592
+ padding: 0;
593
+ background-color: #f5f5f5;
594
+ background-image: -moz-linear-gradient(center top, #f9f9f9, #f5f5f5);
595
+ border-color: #dfdfdf;
596
+ border-radius: 3px 3px 3px 3px;
597
+ box-shadow: 0 1px 0 #fff inset;
598
+ min-width: 255px;
599
+ position: relative;
600
  }
601
 
602
  .customtab_item .handlediv {
603
+ position: relative;
604
+ top: -4px;
605
  }
606
 
607
  .customtab_item h3 {
608
+ min-height: 21px
609
  }
610
 
611
  .customtab_item .inside {
612
+ padding: 10px !important;
613
  }
614
 
615
  .customtab_item .deps {
616
+ display: none;
617
  }
618
 
619
  .customtab_item .addoptions p.option {
620
+ margin: 5px 0 5px 200px
621
  }
622
 
623
  .customtab_item .addoptions p label {
624
+ width: 80px !important;
625
  }
626
 
627
  .customtab_item .add-field-option {
628
+ margin-bottom: 10px !important;
629
  }
630
 
631
  .customtab_item .remove_item {
632
+ float: right;
633
  }
634
 
635
  .metabox-sortable-placeholder {
636
+ border: 1px dotted #dedede;
637
+ margin: 10px 0
638
  }
639
 
640
  .the-metabox.customtabs {
641
+ margin-left: 0;
642
  }
643
 
644
  #customtab_item_sample {
645
+ display: none;
646
  }
647
 
648
  .the-metabox.customtabs .field-row {
649
+ margin-bottom: 10px;
650
  }
651
 
652
  #yit_custom_tabs label {
653
+ font-weight: normal;
654
+ width: auto;
655
+ float: none;
656
+ line-height: auto;
657
+ margin-left: 0;
658
  }
659
 
660
  .wp-admin p label input[type=radio] {
661
+ width: 16px;
662
+ margin-right: 10px;
663
+ margin-top: 3px;
664
  }
665
 
666
  .wp-admin .form-field._preset_onsale_icon_field label input[type=radio] {
667
+ margin-top: 0;
668
  }
669
 
670
  .the-metabox .spinner {
671
+ margin-top: 5px;
672
+ float: none;
673
  }
674
 
675
  /*sidebars*/
676
  #choose-sidebars.choose {
677
+ margin-left: 0px;
678
  }
679
 
680
  #_active_page_options-container label, #_active_page_options-container p {
681
+ display: inline-block;
682
+ margin: 0px;
683
  }
684
 
685
  #_active_page_options-container label {
686
+ margin-right: 10px;
687
+ margin-top: 3px;
688
  }
689
 
690
  #_active_page_options-container {
691
+ float: right;
692
+ margin-right: 20px;
693
+ margin-top: 5px;
694
+ z-index: 9999 !important;
695
+ position: absolute;
696
+ right: 0;
697
  }
698
 
699
  /*-----------------------
700
  * Colorpicker - fix issues in combination with third-party themes or plugin (Basel, VC Addons, ...)
701
  */
702
  .metaboxes-tab .the-metabox.colorpicker {
703
+ display: block;
704
+ width: auto;
705
+ height: auto;
706
+ overflow: visible;
707
+ top: auto;
708
+ left: auto;
709
+ background: transparent;
710
+ position: static;
711
+ z-index: 1;
712
+ font-family: inherit;
713
+ }
714
+
715
+ .the-metabox.checkbox.checkboxgroup-start.clearfix {
716
+ margin: 40px 0 0 264px;
717
+ }
718
+
719
+ .the-metabox.checkbox.checkboxgroup.clearfix {
720
+ margin: 0 0 0 264px;
721
  }
plugin-fw/assets/css/yith-fields.css CHANGED
@@ -1,38 +1,38 @@
1
  .yith-plugin-fw span.description {
2
- display : block;
3
- margin-top : 5px;
4
- font-size : 12px;
5
- color : #777;
6
- font-style : italic;
7
- clear : both;
8
  }
9
 
10
  .yith-plugin-fw span.description.inline {
11
- display : inline-block;
12
- margin : 0 0 0 5px;
13
  }
14
 
15
  .yith-disabled {
16
- opacity : 0.3;
17
- pointer-events : none;
18
  }
19
 
20
  .yith-plugin-fw-field-wrapper:not(.yith-plugin-fw-title-field-wrapper) {
21
- display : block;
22
- width : 100%;
23
  }
24
 
25
  .yith-plugin-fw-field-wrapper span.desc {
26
- display : block;
27
- width : 100%;
28
  }
29
 
30
  .yith-plugin-fw-title-field-wrapper h3.title {
31
- width : 100%;
32
  }
33
 
34
  .the-metabox .yith-plugin-fw-title-field-wrapper h3.title {
35
- float : left;
36
  }
37
 
38
  .yith-plugin-fw input[type=email],
@@ -41,163 +41,168 @@
41
  .yith-plugin-fw select,
42
  .woocommerce .yith-plugin-fw table.form-table input[type=email],
43
  .woocommerce .yith-plugin-fw table.form-table input[type=number],
 
44
  .woocommerce .yith-plugin-fw table.form-table input[type=text]:not(.select2-search__field),
45
  .woocommerce .yith-plugin-fw table.form-table select {
46
- width : 400px;
47
- max-width : 100%;
48
- height : 30px;
49
- padding : 5px;
50
  }
51
 
52
  .woocommerce .yith-plugin-fw table.form-table input[type=text].wp-color-picker,
53
  .woocommerce .yith-plugin-fw table.form-table input[type=text].yith-plugin-fw-colorpicker,
54
  .yith-plugin-fw input[type=text].wp-color-picker,
55
  .yith-plugin-fw input[type=text].yith-plugin-fw-colorpicker {
56
- width : 6em;
57
- max-width : none;
58
- height : auto;
59
- padding : 3px 5px;
60
  }
61
 
62
  .woocommerce .yith-plugin-fw table.form-table input[type=text].colorpick,
63
  .yith-plugin-fw input[type=text].colorpick {
64
- width : 6em;
65
- max-width : none;
66
- height : auto;
67
- padding : 6px;
68
  }
69
 
70
  .yith-plugin-fw input.select2-search__field,
71
  .yith-plugin-fw .select2-container .select2-search--inline .select2-search__field,
72
  .woocommerce .yith-plugin-fw input.select2-search__field,
73
  .woocommerce .yith-plugin-fw table.form-table input.select2-search__field {
74
- padding : 3px;
 
 
 
 
75
  }
76
 
77
  .yith-plugin-fw textarea {
78
- width : 400px;
79
- max-width : 100%;
80
- padding : 5px;
81
  }
82
 
83
  /* ------------- ICONS ------------- */
84
  .yit-icons-manager-wrapper {
85
- width : 100%;
86
- max-width : 400px;
87
  }
88
 
89
  .yit-icons-manager-text {
90
- width : 100%;
91
  }
92
 
93
  .yit-icons-manager-icon-text {
94
- width : calc(100% - 35px) !important;
95
- height : 30px;
96
- float : left;
97
- margin : 0;
98
  }
99
 
100
  .yit-icons-manager-icon-preview {
101
- width : 30px;
102
- height : 30px;
103
- margin-right : 5px;
104
- float : left;
105
- padding-top : 6px;
106
- box-sizing : border-box;
107
- text-align : center;
108
- background : #f1f1f1;
109
  }
110
 
111
  .yit-icons-manager-list-wrapper {
112
- margin : 10px 0;
113
- box-shadow : 0 0 0 1px #ddd;
114
  }
115
 
116
  ul.yit-icons-manager-list {
117
- width : 100%;
118
- height : 300px;
119
- overflow-y : scroll;
120
- margin : 0;
121
  }
122
 
123
  ul.yit-icons-manager-list li {
124
- float : left;
125
- width : 30px;
126
- height : 30px;
127
- padding-top : 6px;
128
- box-sizing : border-box;
129
- text-align : center;
130
- background : #f1f1f1;
131
- margin : 1px;
132
- cursor : pointer;
133
  }
134
 
135
  ul.yit-icons-manager-list li:hover {
136
- background : #c5dcf6;
137
  }
138
 
139
  ul.yit-icons-manager-list li.active {
140
- background : #d4f0ff;
141
  }
142
 
143
  .yit-icons-manager-action-set-default {
144
- margin-bottom : 0;
145
  }
146
 
147
  .yit-icons-manager-default-icon-preview {
148
- height : 100%;
149
- display : inline-block;
150
- padding-left : 10px;
151
- border-left : 1px solid #ccc;
152
- margin-left : 10px;
153
  }
154
 
155
  /* ------- Text Array ------- */
156
  .yith-plugin-fw-text-array-table td {
157
- padding : 1px;
158
  }
159
 
160
  .yith-plugin-fw-text-array-table input[type=text],
161
  .woocommerce table.form-table table.yith-plugin-fw-text-array-table input[type=text] {
162
- width : 100%;
163
  }
164
 
165
  /* ------- Image Gallery ------- */
166
  .yith-plugin-fw .image-gallery ul li {
167
- display : inline-block;
168
- width : 80px;
169
- margin-left : 10px;
170
- position : relative;
171
  }
172
 
173
  .yith-plugin-fw .image-gallery ul li img {
174
- width : 80px;
175
- border : 1px solid #ccc;
176
  }
177
 
178
  .yith-plugin-fw .image-gallery ul li ul {
179
- position : absolute;
180
- top : -6px;
181
- right : -1px;
182
- width : 20px;
183
- height : 20px;
184
  }
185
 
186
  .yith-plugin-fw .image-gallery ul a.delete {
187
- background : url(../images/x.png) no-repeat;
188
- width : 20px;
189
- height : 20px;
190
- display : block;
191
- text-indent : -99999px;
192
  }
193
 
194
  /* ------- OnOff ------- */
195
  .yith-plugin-fw-onoff-container {
196
- display : inline-block;
197
  }
198
 
199
  .yith-plugin-fw-onoff-container input {
200
- display : none;
201
  }
202
 
203
  .yith-plugin-fw-onoff-container input + span {
@@ -215,192 +220,192 @@ ul.yit-icons-manager-list li.active {
215
 
216
 
217
  .yith-plugin-fw-onoff-container input + span:before {
218
- content : '';
219
- background : #fff;
220
- width : 16px;
221
- height : 16px;
222
- border-radius : 50%;
223
- position : absolute;
224
- top : 2px;
225
- left : 2px;
226
- transition : all 0.3s;
227
  }
228
 
229
  .yith-plugin-fw-onoff-container input:checked + span,
230
  .yith-plugin-fw-onoff-container input.onoffchecked + span {
231
- background : #0073aa;
232
  }
233
 
234
  .yith-plugin-fw-onoff-container input:checked + span:before,
235
  .yith-plugin-fw-onoff-container input.onoffchecked + span:before {
236
- left : 18px;
237
  }
238
 
239
  /* ------- Preview ------- */
240
  .yith-plugin-fw-preview-field {
241
- max-height : 200px;
242
  }
243
 
244
  /* ------- Radio ------- */
245
  .yith-plugin-fw-radio input[type=radio] {
246
- margin : 0 3px 0 0;
247
  }
248
 
249
  .yith-plugin-fw-radio__row {
250
- margin-bottom : 8px;
251
  }
252
 
253
  /* ------- Sidebar Layout ------- */
254
  .yith-plugin-fw-sidebar-layout input[type="radio"] {
255
- display : none;
256
- width : 0px;
257
  }
258
 
259
  .yith-plugin-fw-sidebar-layout input[type="radio"]:first-child {
260
- margin-right : -2px;
261
  }
262
 
263
  .yith-plugin-fw-sidebar-layout input[type="radio"] + img {
264
- border : 2px solid #fff;
265
- padding : 1px;
266
  }
267
 
268
  .yith-plugin-fw-sidebar-layout input[type="radio"] + img:hover {
269
- cursor : pointer;
270
  }
271
 
272
  .yith-plugin-fw-sidebar-layout input[checked] + img {
273
- border : 2px solid #f2ad35;
274
- padding : 1px;
275
  }
276
 
277
  .yith-plugin-fw-sidebar-layout select {
278
- vertical-align : 12px;
279
  }
280
 
281
  .yit-admin-panel-content-wrap .yith-plugin-fw-sidebar-layout label {
282
- font-weight : bold;
283
- width : 200px;
284
- float : left;
285
- line-height : 23px;
286
- margin-left : -230px;
287
  }
288
 
289
  /* ------- Slider ------- */
290
  .yith-plugin-fw .slider {
291
- padding-top : 20px;
292
  }
293
 
294
  .ui-slider .minCaption {
295
- position : absolute;
296
- right : 95%;
297
- top : -6px;
298
- margin-right : 11px;
299
  }
300
 
301
  .ui-slider .maxCaption {
302
- position : absolute;
303
- left : 95%;
304
- top : -6px;
305
- margin-left : 20px;
306
  }
307
 
308
  .ui-slider-horizontal .ui-slider-handle {
309
- background : #fff;
310
- border : 0px !important;
311
- top : -12px !important;
312
- border-radius : 50%;
313
- width : 27px !important;
314
- height : 27px !important;
315
- box-sizing : border-box;
316
- box-shadow : 0 1px 7px -1px rgba(0, 0, 0, 0.5);
317
- font-size : 13px;
318
- padding : 6px 0;
319
- font-weight : 600;
320
- color : #555;
321
- text-align : center;
322
  }
323
 
324
  .ui-slider.ui-widget-content {
325
- background : #ccc;
326
- border : none !important;
327
- height : 3px !important;
328
- border-radius : 3px !important;
329
- width : 90%;
330
- margin : 15px 5% 20px 5%;
331
  }
332
 
333
  .iris-slider-offset.ui-slider.ui-widget-content {
334
- background : transparent !important;
335
- height : auto !important;
336
  }
337
 
338
  .ui-slider.ui-widget-content .ui-widget-header {
339
- background : #4b93ff;
340
- left : 0px !important;
341
- -webkit-border-radius : 3px;
342
- -moz-border-radius : 3px;
343
- -khtml-border-radius : 3px;
344
- border-radius : 3px;
345
  }
346
 
347
  /* ------- Select2 ------- */
348
  .yith-plugin-fw-select2-wrapper {
349
- width : 400px;
350
  }
351
 
352
  /* ------- Textarea ------- */
353
  .yith-plugin-fw-textarea-editor-field-wrapper {
354
- max-width : 1000px;
355
- clear : both;
356
  }
357
 
358
  .yith-plugin-fw-textarea-editor-field-wrapper textarea.wp-editor-area,
359
  .woocommerce table.form-table .yith-plugin-fw-textarea-editor-field-wrapper textarea.wp-editor-area {
360
- width : 100%;
361
  }
362
 
363
  /* ------- Buttons ------- */
364
  .yith-plugin-fw-buttons-field-wrapper {
365
- margin-top : 7px;
366
  }
367
 
368
  /* ------- Select Images ------- */
369
  .yith-plugin-fw-select-images__list {
370
- margin : 0;
371
- display : flex;
372
- flex-wrap : wrap;
373
  }
374
 
375
  .yith-plugin-fw-select-images__item {
376
- width : calc(20% - 10px);
377
- min-width : 150px;
378
- margin : 0 10px 10px 0;
379
- padding : 10px;
380
- box-sizing : border-box;
381
- cursor : pointer;
382
- transition : all .3s;
383
- border : 2px solid #eee;
384
- display : flex;
385
- flex-direction : column;
386
- justify-content : space-between;
387
  }
388
 
389
  .yith-plugin-fw-select-images__item:hover,
390
  .yith-plugin-fw-select-images__item.yith-plugin-fw-select-images__item--selected {
391
- border-color : #07bcce;
392
  }
393
 
394
  .yith-plugin-fw-select-images__item__label {
395
- text-align : center;
396
- font-weight : 600;
397
- margin-bottom : 10px;
398
  }
399
 
400
  .yith-plugin-fw-select-images__item img {
401
- display : block;
402
- max-width : 100%;
403
- margin : 0 auto;
404
  }
405
 
406
  /****************
@@ -408,8 +413,8 @@ YITH UI
408
  ****************/
409
  @font-face {
410
  font-family: 'yith-icon';
411
- src: url('../fonts/yith-icon.eot?7ik896');
412
- src: url('../fonts/yith-icon.eot?7ik896#iefix') format('embedded-opentype'),
413
  url('../fonts/yith-icon.ttf?7ik896') format('truetype'),
414
  url('../fonts/yith-icon.woff?7ik896') format('woff'),
415
  url('../fonts/yith-icon.svg?7ik896#yith-icon') format('svg');
@@ -417,7 +422,7 @@ YITH UI
417
  font-style: normal;
418
  }
419
 
420
- [class^="icon-"], [class*=" icon-"] {
421
  /* use !important to prevent issues with browser extensions that change fonts */
422
  font-family: 'yith-icon' !important;
423
  speak: none;
@@ -431,92 +436,157 @@ YITH UI
431
  -webkit-font-smoothing: antialiased;
432
  -moz-osx-font-smoothing: grayscale;
433
  }
434
- .icon-drag:before {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
435
  content: "\e90f";
436
- color: #d8d8d8;
 
 
 
 
 
437
  }
438
- .icon-arrow_down:before {
 
 
 
 
 
 
439
  content: "\e900";
440
- color: #d8d8d8;
441
  }
442
- .icon-arrow_left:before {
 
443
  content: "\e901";
444
- color: #d8d8d8;
445
  }
446
- .icon-arrow_right:before {
 
447
  content: "\e902";
448
- color: #d8d8d8;
449
  }
450
- .icon-arrow_up:before {
 
451
  content: "\e903";
452
- color: #d8d8d8;
453
  }
454
- .icon-calendar:before {
 
455
  content: "\e904";
456
- color: #d8d8d8;
457
  }
458
- .icon-check:before {
 
459
  content: "\e905";
460
- color: #d8d8d8;
461
  }
462
- .icon-close:before {
 
463
  content: "\e906";
464
- color: #d8d8d8;
465
  }
466
- .icon-edit:before {
 
467
  content: "\e907";
468
- color: #d8d8d8;
469
  }
470
- .icon-magnifier:before {
 
471
  content: "\e908";
472
- color: #d8d8d8;
473
  }
474
- .icon-pencil:before {
 
475
  content: "\e909";
476
- color: #d8d8d8;
477
  }
478
- .icon-plus:before {
 
479
  content: "\e90a";
480
- color: #d8d8d8;
481
  }
482
- .icon-update:before {
 
483
  content: "\e90b";
484
- color: #d8d8d8;
485
  }
486
- .icon-upload:before {
 
487
  content: "\e90c";
488
- color: #d8d8d8;
489
  }
490
- .icon-trash:before {
491
- content: "\e90d";
492
- color: #d8d8d8;
493
- }
494
- .icon-info:before {
495
- content: "\e90e";
496
- color: #d8d8d8;
497
- }
498
- .icon-reset:before {
499
- content: "\e910";
500
- color: #d8d8d8;
501
- }
502
- .yith-plugin-fw-banner{
503
  width: 100%;
504
  height: 75px;
505
  background: url('../images/banner-premium.png');
506
  }
507
- .yith-plugin-fw-banner.yith-plugin-fw-banner-free{
 
508
  height: 290px;
509
  background: url('../images/banner-free.png') no-repeat;
510
  }
511
- .yith-plugin-fw-banner.yith-plugin-fw-banner-free h1{
 
512
  max-width: auto;
513
- text-align:left;
514
  margin-left: 110px;
515
  padding-top: 15px;
516
  padding-bottom: 8px;
517
  }
518
 
519
- .yith-plugin-fw-banner h1{
520
  text-transform: uppercase;
521
  color: #0c5777;
522
  font-size: 15px;
@@ -527,45 +597,46 @@ YITH UI
527
  box-sizing: border-box;
528
  }
529
 
530
- .yith-plugin-fw-banner span{
531
- font-style:italic;
532
  display: block;
533
  font-size: 15px;
534
- color:#214249;
535
- text-transform:none;
536
  text-align: right;
537
  }
538
 
539
  .yith-plugin-fw-banner a,
540
- .yith-plugin-fw-banner a:focus{
541
  text-decoration: none;
542
  outline: none;
543
  box-shadow: none;
544
  }
545
 
546
- .yith-banners ul{
547
  list-style: none;
548
  margin-left: 10px;
549
  }
550
 
551
- .yith-banners ul li{
552
  display: inline-block;
553
  margin-left: 10px;
554
  }
555
- .yith-plugin-ui a{
 
556
  outline: none;
557
  box-shadow: none;
558
  }
559
 
560
- .yith-plugin-ui{
561
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
562
  }
563
 
564
- .yith-plugin-ui #wpwrap h2.nav-tab-wrapper, .yith-plugin-ui #wpbody-content h2.nav-tab-wrapper{
565
- margin-top:10px;
566
  }
567
 
568
- .yith-plugin-ui .nav-tab{
569
  margin-left: 0px;
570
  margin-right: 2px;
571
  background-color: #336374;
@@ -574,46 +645,51 @@ YITH UI
574
  padding: 7px 20px;
575
  border: 0;
576
  }
577
- .yith-plugin-ui .nav-tab:first-child{
 
578
  border-left: 1px solid #d9d9d9;
579
  }
580
 
581
- .yith-plugin-ui .nav-tab.yith-premium{
582
  background-color: #be421c;
583
  }
584
- .yith-plugin-ui .nav-tab-active{
 
585
  background-color: #fff;
586
  color: #336374;
587
- border-bottom:1px solid #fff;
588
  }
589
- .yith-plugin-ui .nav-tab-active.yith-premium{
 
590
  background-color: #fff;
591
  color: #be421c;
592
  }
593
- .yith-plugin-ui #plugin-fw-wc{
 
594
  padding-top: 0px;
595
  }
596
 
597
- .yith-plugin-ui .form-table td{
598
  padding: 15px 20px;
599
  }
600
 
601
- .yith-plugin-ui.metaboxes-tab label{
602
  color: #33373b;
603
- font-size: 15px;
604
- margin-left: -310px;
605
  }
606
- .yith-plugin-ui.metaboxes-tab .the-metabox{
607
- margin: 40px 0 40px 290px;
608
- margin-left:327px;
609
 
 
 
 
610
  }
611
- .yith-plugin-ui.metaboxes-tab label{
612
- width:250px;
 
613
  font-weight: 600;
614
  }
615
 
616
- .yith-plugin-ui span.description{
617
  color: #716269;
618
  font-size: 14px;
619
  font-style: normal;
@@ -621,22 +697,25 @@ YITH UI
621
  margin-top: 15px;
622
  margin-left: 0;
623
  }
624
- #wpwrap .yith-plugin-ui h2.nav-tab-wrapper, #wpbody-content .yith-plugin-ui h2.nav-tab-wrapper {
 
625
  border: 0;
626
- border-bottom : 1px solid #ccc;
627
  margin-right: 15px;
 
628
  background-color: transparent;
629
  padding-left: 0;
630
  }
 
631
  .yith-plugin-ui #plugin-fw-wc table.form-table,
632
  .yith-plugin-ui #yith-plugin-fw-panel table.form-table,
633
- .yith-plugin-ui table.form-table{
634
  border: 1px solid #d8d8d8;
635
  border-top: 0;
636
  margin-bottom: 40px;
637
  }
638
 
639
- .yith-plugin-ui #wpwrap h2.nav-tab-wrapper, .yith-plugin-ui #wpbody-content h2.nav-tab-wrapper{
640
  background-color: transparent;
641
  border: 0;
642
  text-transform: none;
@@ -653,12 +732,13 @@ YITH UI
653
  padding: 35px 20px;
654
  margin: 0px;
655
  }
656
- .yith-plugin-ui .yith-plugin-fw-custom-tab h2{
 
657
  border: 0px solid #d8d8d8;
658
  padding-left: 0;
659
  }
660
 
661
- .yith-plugin-ui #plugin-fw-wc table.form-table th, #yith-plugin-fw-panel table.form-table th.titledesc, .yith-plugin-ui #plugin-fw-wc table.form-table td, #yith-plugin-fw-panel table.form-table td.forminp {
662
  padding: 30px 20px;
663
  }
664
 
@@ -671,17 +751,17 @@ YITH UI
671
  padding-bottom: 5px;
672
  }
673
 
674
- .yith-plugin-ui #plugin-fw-wc h2 + div p, .yith-plugin-ui p.info-box{
675
  background: #f1f1f1;
676
  font-size: 14px;
677
  font-weight: 700;
678
  width: 40%;
679
- display:block;
680
  padding: 15px;
681
  margin-bottom: 0;
682
  }
683
 
684
- .yith-plugin-ui #plugin-fw-wc h2 + div p:before, .yith-plugin-ui p.info-box:before{
685
  content: "\e90e";
686
  font-family: yith-icon;
687
  font-size: 30px;
@@ -692,7 +772,7 @@ YITH UI
692
  margin-right: 15px;
693
  }
694
 
695
- .yith-plugin-ui h2:first-child{
696
  border-top: 0;
697
  }
698
 
@@ -713,10 +793,12 @@ YITH UI
713
  .yith-plugin-ui input[type=text],
714
  .yith-plugin-ui input[type=email],
715
  .yith-plugin-ui input[type=password],
 
716
  .yith-plugin-fw.yith-plugin-ui input[type=text]:not(.select2-search__field),
717
  .woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table input[type=text]:not(.select2-search__field),
718
  .woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table select,
719
  .woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table textarea,
 
720
  .woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table input[type=number],
721
  .woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table input[type=text] {
722
  border: 1px solid #d8d8d8;
@@ -727,18 +809,24 @@ YITH UI
727
  box-shadow: none;
728
  color: #716269;
729
  }
 
730
  .yith-plugin-ui textarea,
731
- .woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table textarea{
732
  height: auto;
733
  }
 
734
  .yith-plugin-ui table.form-table input[type=text].wp-color-picker,
735
- .woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table input[type=text].wp-color-picker{
736
  border: 0;
737
  height: 30px;
738
  max-width: 60px;
739
 
740
  }
741
 
 
 
 
 
742
  .woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table input[type=text].small-text,
743
  .yith-plugin-ui input[type=text].small-text {
744
  width: 100px;
@@ -752,27 +840,27 @@ YITH UI
752
  }
753
 
754
  .yith-plugin-ui select:focus,
755
- .yith-plugin-ui input[type=text]:focus {
756
- border-color: #a7d9ec;
757
  }
758
 
759
  .woocommerce .yith-plugin-ui table.form-table select,
760
- .yith-plugin-ui select{
761
  -webkit-appearance: none;
762
  line-height: 1.2em;
763
  min-height: 35px;
764
  background: url("../images/arrow_down.svg") no-repeat right center;
765
  background-size: 35px 13px;
766
  border-radius: 8px;
 
767
  }
768
 
769
- .yith-plugin-ui .form-table th{
770
- width: 280px;
771
  padding-right: 50px;
772
  }
773
 
774
  /** BUTTONS **/
775
- .yith-plugin-ui .tablenav .button.action,
776
  .wp-core-ui .yith-plugin-ui .button-primary,
777
  .wp-core-ui .yith-plugin-ui .button-secondary,
778
  .yith-plugin-ui .yith-add-button,
@@ -800,12 +888,14 @@ YITH UI
800
  line-height: 26px;
801
  display: inline-block;
802
  text-decoration: none;
 
803
  }
 
804
  .wp-core-ui .yith-plugin-ui .button-secondary.yith-plugin-fw-upload-button-reset,
805
  .wp-core-ui .yith-plugin-ui .button-secondary.yith-plugin-fw-upload-button,
806
  .yith-plugin-ui .yith-plugin-fw-upload-button-reset,
807
  .yith-plugin-ui .button-secondary.yith-plugin-fw-upload-button-reset,
808
- .yith-plugin-ui .button-secondary.yith-plugin-fw-upload-button{
809
  height: 38px;
810
  }
811
 
@@ -815,49 +905,55 @@ YITH UI
815
  .yith-plugin-ui .yith-save-button:focus,
816
  .yith-plugin-ui .yith-edit-button:focus,
817
  .yith-plugin-ui .yith-update-button:focus,
818
- .wp-core-ui .yith-plugin-ui .button-secondary:focus{
819
  outline: none;
820
  box-shadow: none;
821
  }
822
 
 
 
 
 
 
 
 
 
823
  /** button with inside a span with icon class */
824
- .yith-plugin-ui .button-secondary span.yith-icon{
825
  margin-left: 0px;
826
  margin-right: 10px;
827
  line-height: normal;
828
  }
829
 
830
- .yith-plugin-ui .button-secondary span.yith-icon:before{
831
  color: #656565;
832
  font-size: 15px;
833
  }
834
 
835
- .yith-plugin-ui .tablenav .button.action,
836
  .wp-core-ui .yith-plugin-ui .button:focus,
837
  .wp-core-ui .yith-plugin-ui .button-secondary:focus,
838
  .yith-plugin-ui .yith-save-button:hover,
839
  .wp-core-ui .yith-plugin-ui .button-secondary:hover,
840
- .yith-plugin-ui .yith-plugin-fw-upload-button-reset:hover{
841
  background-color: #cacaca;
842
  color: #515151;
843
  }
844
 
845
  .wp-core-ui .yith-plugin-ui .button-primary,
846
- .yith-plugin-ui .tablenav .button.action,
847
  .yith-plugin-ui .button-secondary.yith-plugin-fw-select-all,
848
- .yith-plugin-ui .button-secondary.yith-plugin-fw-upload-button{
849
  background-color: #007694;
850
  color: #fff;
851
  }
852
 
853
- .yith-plugin-ui .tablenav .button.action:active,
854
- .yith-plugin-ui .tablenav .button.action:focus,
855
- .yith-plugin-ui .tablenav .button.action:hover,
856
  .yith-plugin-ui .yith-add-button,
857
  .wp-core-ui .yith-plugin-ui .button-primary:focus,
858
- .wp-core-ui .yith-plugin-ui .button-primary:hover{
859
  background-color: #375f6b;
860
  color: #fff;
 
861
  }
862
 
863
 
@@ -865,7 +961,7 @@ YITH UI
865
  .wp-core-ui .yith-plugin-ui .yith-plugin-fw-upload-button:focus,
866
  .yith-plugin-ui .button-secondary.yith-plugin-fw-select-all:hover,
867
  .yith-plugin-ui .button-secondary.yith-plugin-fw-select-all:focus,
868
- .yith-plugin-ui .yith-plugin-fw-upload-button:hover{
869
  border-color: #007694;
870
  background: #007694;
871
  color: #fff;
@@ -878,13 +974,13 @@ YITH UI
878
  .yith-plugin-ui .yith-save-button:before,
879
  .yith-plugin-ui .yith-edit-button:before,
880
  .yith-plugin-ui .yith-update-button:before,
881
- .yith-plugin-ui .button-secondary:before{
882
  font-family: 'yith-icon';
883
  font-size: 10px;
884
  font-weight: 700;
885
  margin-right: 10px;
886
  vertical-align: bottom;
887
- display:inline-block;
888
  }
889
 
890
  /** yith-edit-button **/
@@ -892,25 +988,30 @@ YITH UI
892
  background-color: #7f9298;
893
  color: #fff;
894
  }
 
895
  .yith-plugin-ui .yith-edit-button:focus,
896
  .yith-plugin-ui .yith-edit-button:hover {
897
  background-color: #718085;
898
  color: #fff;
899
  }
900
- .yith-plugin-ui .yith-edit-button:before{
 
901
  content: "\e907";
902
  }
 
903
  /** yith-update-button **/
904
  .yith-plugin-ui .yith-update-button {
905
  background-color: #94aa09;
906
  color: #fff;
907
  }
 
908
  .yith-plugin-ui .yith-update-button:focus,
909
  .yith-plugin-ui .yith-update-button:hover {
910
  background-color: #7a9009;
911
  color: #fff;
912
  }
913
- .yith-plugin-ui .yith-update-button:before{
 
914
  content: "\e90b";
915
  font-size: 15px;
916
  }
@@ -921,6 +1022,7 @@ YITH UI
921
  background-color: #267390;
922
  color: #fff;
923
  }
 
924
  .yith-plugin-ui .yith-save-button:focus,
925
  .yith-plugin-ui .yith-save-button:hover {
926
  background-color: #1c4863;
@@ -930,63 +1032,78 @@ YITH UI
930
 
931
  /** yith-remove-button **/
932
 
933
- .yith-plugin-ui .button-secondary.yith-remove-button:before{
934
  content: "\e90d";
935
  font-size: 15px;
936
  }
937
 
938
 
939
  /** yith-add-button **/
940
-
941
- .yith-plugin-ui .yith-add-button:before{
942
  content: "\e90a";
943
  }
944
 
 
 
 
 
 
 
 
 
 
 
 
945
  /** yith-plugin-fw-upload-button **/
946
- .yith-plugin-ui button.yith-plugin-fw-upload-button:before{
947
  content: "\e90c";
948
  font-family: 'yith-icon';
949
  font-size: 19px;
950
  font-weight: 400;
951
  margin-right: 10px;
952
  vertical-align: middle;
953
- display:inline-block;
954
  }
 
955
  /** SELECT 2 **/
956
  .yith-plugin-ui .select2-container,
957
- .yith-plugin-ui .select2-selection--single{
958
  height: auto;
959
  padding: 2px;
960
  outline: none;
961
  }
962
 
963
- .yith-plugin-ui .select2-selection--single{
964
  margin: 0;
965
  border: 0;
966
  }
967
 
968
  /* old panel*/
969
 
970
- .yith-plugin-ui span.select2.select2-container.select2-container--default{
971
  border: 1px solid #d8d8d8;
972
- border-radius:8px;
973
  }
974
- .yith-plugin-ui span.select2.select2-container.select2-container--default:hover,
975
- .yith-plugin-ui span.select2.select2-container.select2-container--default:active,
976
- .yith-plugin-ui span.select2.select2-container.select2-container--default:focus {
 
977
  border-color: #a7d9ec;
978
  }
979
- .yith-plugin-ui .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
 
980
  color: #fff;
981
  }
 
982
  .woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table input[type=text].select2-search__field,
983
- .yith-plugin-ui .yith-plugin-fw table.form-table input.select2-search__field{
984
  border: 0;
985
  padding: 0;
986
  height: initial;
987
  }
 
988
  .yith-plugin-ui .select2-container--default .select2-selection--multiple .select2-selection__choice,
989
- .yith-plugin-ui .select2-selection__choice{
990
  color: #fff;
991
  background-color: #4e8ba2;
992
  border-radius: 12px;
@@ -995,46 +1112,60 @@ YITH UI
995
  font-size: 13px;
996
  }
997
 
998
- .yith-plugin-ui .select2-container--default .select2-selection--single .select2-selection__arrow:before{
999
  content: "\e900";
1000
  font-family: 'yith-icon' !important;
1001
  line-height: 36px;
1002
  color: #d9d9d9;
1003
  }
1004
 
1005
- .yith-plugin-ui .select2-container--default .select2-selection--single .select2-selection__arrow b{
1006
  display: none;
1007
  }
 
1008
  .yith-plugin-ui .select2-container--open .select2-dropdown--below,
1009
  .yith-plugin-ui .select2-container--open .select2-dropdown--above,
1010
  .yith-plugin-fw-panel .select2-container--open .select2-dropdown--below,
1011
  .yith-plugin-fw-panel .select2-container--open .select2-dropdown--above {
1012
  margin-top: 10px;
1013
  border-radius: 8px;
1014
- box-shadow:0 2px 4px 0 rgba(0,0,0,0.12),0 2px 10px 0 rgba(0,0,0,0.12) !important;
1015
  }
 
1016
  .yith-plugin-ui .select2-container--open .select2-dropdown--above,
1017
- .yith-plugin-fw-panel .select2-container--open .select2-dropdown--above{
1018
  margin-top: -10px;
1019
  }
 
1020
  .yith-plugin-ui .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
1021
  .yith-plugin-ui .select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
1022
  .yith-plugin-fw-panel .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
1023
- .yith-plugin-fw-panel .select2-container--default.select2-container--open.select2-container--above .select2-selection--single{
1024
  border-radius: 8px;
1025
  }
 
1026
  .yith-plugin-ui .select2-results .select2-results__group, .select2-results .select2-results__option:first-child,
1027
- .yith-plugin-fw-panel .select2-results .select2-results__group, .select2-results .select2-results__option:first-child{
1028
  border-top-left-radius: 8px;
1029
  border-top-right-radius: 8px;
1030
  }
 
 
1031
  .yith-plugin-ui .select2-results .select2-results__group,
1032
  .yith-plugin-ui .select2-results .select2-results__option:last-child,
1033
  .yith-plugin-fw-panel .select2-results .select2-results__group,
1034
- .yith-plugin-fw-panel .select2-results .select2-results__option:last-child{
 
 
 
 
1035
  border-bottom-left-radius: 8px;
1036
  border-bottom-right-radius: 8px;
1037
  }
 
 
 
 
1038
  .yith-plugin-ui .select2-container--default .select2-results__option[data-selected=true],
1039
  .yith-plugin-ui .select2-container--default .select2-results__option[aria-selected=true],
1040
  .yith-plugin-fw-panel .select2-container--default .select2-results__option[data-selected=true],
@@ -1042,17 +1173,18 @@ YITH UI
1042
  background-color: #fff;
1043
  outline: none;
1044
  }
 
1045
  .yith-plugin-ui .select2-container--default .select2-results__option--highlighted[aria-selected],
1046
  .yith-plugin-ui .select2-container--default .select2-results__option--highlighted[data-selected],
1047
  .yith-plugin-fw-panel .select2-container--default .select2-results__option--highlighted[aria-selected],
1048
- .yith-plugin-fw-panel .select2-container--default .select2-results__option--highlighted[data-selected]{
1049
  background-color: #e8eff1;
1050
  color: #4e8ba2;
1051
  outline: none;
1052
  }
1053
 
1054
  .yith-plugin-ui .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
1055
- .yith-plugin-fw-panel .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
1056
  float: right;
1057
  padding-left: 15px;
1058
  text-indent: -9999px;
@@ -1061,7 +1193,7 @@ YITH UI
1061
 
1062
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after,
1063
  .woocommerce .yith-plugin-ui .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after,
1064
- .yith-plugin-ui .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after{
1065
  float: right;
1066
  color: #fff;
1067
  content: "\e906";
@@ -1071,54 +1203,59 @@ YITH UI
1071
  text-indent: 0;
1072
  }
1073
 
1074
- .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after{
1075
  color: #000;
1076
  }
1077
 
1078
  .yith-plugin-ui .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after
1079
- .yith-plugin-fw-panel .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after{
1080
  color: #000;
1081
  }
 
1082
  .yith-plugin-ui .select2-container .select2-selection--multiple,
1083
- .yith-plugin-ui .select2-container--default.select2-container--focus .select2-selection--multiple{
1084
  border: 0;
1085
  }
1086
 
1087
- .yith-plugin-fw .select2-search input[type=text]{
1088
  border: 0;
1089
  padding: 0;
1090
  height: auto;
1091
  }
1092
- .yith-plugin-ui .yith-plugin-fw-select-field-wrapper span.yith-icon.icon-magnifier,
1093
- .yith-plugin-fw-panel .yith-plugin-fw-select-field-wrapper span.yith-icon.icon-magnifier {
 
1094
  position: absolute;
1095
  padding-top: 5px;
1096
  }
1097
 
1098
- .yith-plugin-ui input[type=text].select2-search__field{
1099
  border: 0;
1100
  padding: 0;
1101
  height: 30px;
1102
  }
 
1103
  .yith-plugin-ui .select2-container--default .select2-search--dropdown .select2-search__field,
1104
- .yith-plugin-fw-panel .select2-container--default .select2-search--dropdown .select2-search__field {
1105
  border: 1px solid #d9d9d9;
1106
  border-radius: 8px;
1107
  box-shadow: none;
1108
  }
 
1109
  .yith-plugin-ui .select2-dropdown,
1110
- .yith-plugin-fw-panel .select2-dropdown{
1111
  border: 1px solid #d9d9d9;
1112
  }
 
1113
  /** RADIO BUTTON **/
1114
- .yith-plugin-ui [type="radio"]:checked,
1115
- .yith-plugin-ui [type="radio"]:not(:checked) {
1116
  position: absolute;
1117
  left: -9999px;
1118
  }
 
1119
  .yith-plugin-ui [type="radio"]:checked + label,
1120
- .yith-plugin-ui [type="radio"]:not(:checked) + label
1121
- {
1122
  position: relative;
1123
  padding-left: 35px;
1124
  cursor: pointer;
@@ -1127,8 +1264,9 @@ YITH UI
1127
  color: #716269;
1128
  font-size: 14px;
1129
  }
 
1130
  .yith-plugin-ui [type="radio"]:checked + label:before,
1131
- .yith-plugin-ui [type="radio"]:not(:checked) + label:before {
1132
  content: '';
1133
  position: absolute;
1134
  left: 0;
@@ -1139,6 +1277,7 @@ YITH UI
1139
  border-radius: 100%;
1140
  background: #fff;
1141
  }
 
1142
  .yith-plugin-ui [type="radio"]:checked + label:after,
1143
  .yith-plugin-ui [type="radio"]:not(:checked) + label:after {
1144
  content: '';
@@ -1152,11 +1291,13 @@ YITH UI
1152
  -webkit-transition: all 0.2s ease;
1153
  transition: all 0.2s ease;
1154
  }
 
1155
  .yith-plugin-ui [type="radio"]:not(:checked) + label:after {
1156
  opacity: 0;
1157
  -webkit-transform: scale(0);
1158
  transform: scale(0);
1159
  }
 
1160
  .yith-plugin-ui [type="radio"]:checked + label:after {
1161
  opacity: 1;
1162
  -webkit-transform: scale(1);
@@ -1174,15 +1315,19 @@ YITH UI
1174
  border-radius: 3px;
1175
  display: inline-block;
1176
  position: relative;
 
1177
  }
1178
- .yith-plugin-ui input[type="checkbox"]:checked{
 
1179
  background-color: #4e8ba2;
1180
  border-color: #488197;
1181
  }
 
1182
  .yith-plugin-ui .forminp-checkbox span.description.inline {
1183
  margin-left: 10px;
1184
  }
1185
- .yith-plugin-ui input[type="checkbox"]:checked:before{
 
1186
  display: none;
1187
  }
1188
 
@@ -1201,14 +1346,14 @@ YITH UI
1201
  display: none;
1202
  }
1203
 
1204
- .yith-plugin-ui .yith-plugin-fw-onoff-container input + span{
1205
  border: 1px solid #d8d8d8;
1206
  background-color: #fff;
1207
  width: 60px;
1208
  height: 24px;
1209
  }
1210
 
1211
- .yith-plugin-ui .yith-plugin-fw-onoff-container input + span:before{
1212
  background-color: #d8d8d8;
1213
  }
1214
 
@@ -1219,7 +1364,8 @@ YITH UI
1219
  left: 6px;
1220
  background-color: #d8d8d8;
1221
  }
1222
- .yith-plugin-ui .yith-plugin-fw-onoff-container input + span:after{
 
1223
  content: 'OFF';
1224
  width: 14px;
1225
  height: 14px;
@@ -1232,19 +1378,19 @@ YITH UI
1232
  }
1233
 
1234
  .yith-plugin-ui .yith-plugin-fw-onoff-container input:checked + span,
1235
- .yith-plugin-ui .yith-plugin-fw-onoff-container input.onoffchecked + span{
1236
  background-color: #fff;
1237
  border-color: #98aa36;
1238
  }
1239
 
1240
  .yith-plugin-ui .yith-plugin-fw-onoff-container input:checked + span:before,
1241
- .yith-plugin-ui.yith-plugin-fw-onoff-container input.onoffchecked + span:before{
1242
  background-color: #98aa36;
1243
  left: 41px;
1244
  }
1245
 
1246
  .yith-plugin-ui .yith-plugin-fw-onoff-container input:checked + span:after,
1247
- .yith-plugin-ui.yith-plugin-fw-onoff-container input.onoffchecked + span:after{
1248
  content: 'ON';
1249
  color: #98aa36;
1250
  width: 14px;
@@ -1256,7 +1402,7 @@ YITH UI
1256
  margin-top: 5px;
1257
  }
1258
 
1259
- .yith-plugin-ui .yith-plugin-fw-onoff-container input + span{
1260
  text-indent: 0;
1261
  }
1262
 
@@ -1265,48 +1411,78 @@ YITH UI
1265
  DATEPICKER
1266
  */
1267
  .yith-plugin-ui div#ui-datepicker-div,
1268
- .yith-plugin-fw-panel div#ui-datepicker-div {
1269
  border: 0;
1270
- box-shadow:0 2px 4px 0 rgba(0,0,0,0.12),0 2px 10px 0 rgba(0,0,0,0.12) !important;
1271
  }
1272
 
1273
  .yith-plugin-ui .ui-datepicker-header.ui-widget-header,
1274
  .yith-plugin-fw-panel .ui-datepicker-header.ui-widget-header {
1275
- background:#4e8ba2;
1276
  color: #fff;
1277
  font-size: 11px;
1278
  line-height: 25px;
1279
- border:0;
1280
  min-height: 25px;
1281
  }
 
1282
  .yith-plugin-ui .ui-datepicker-title,
1283
- .yith-plugin-fw-panel .ui-datepicker-title{
1284
  line-height: 25px;
1285
  }
 
1286
  .yith-plugin-ui .ui-datepicker th,
1287
- .yith-plugin-fw-panel .ui-datepicker th{
1288
  color: #716269;
1289
  }
 
1290
  .yith-plugin-ui .ui-widget-header .ui-icon,
1291
  .yith-plugin-ui .ui-widget-header .ui-state-hover,
1292
- .yith-plugin-ui .ui-datepicker .ui-datepicker-prev,
1293
- .yith-plugin-ui .ui-datepicker .ui-datepicker-next,
1294
  .yith-plugin-ui .ui-icon.ui-icon-circle-triangle-w,
1295
  .yith-plugin-ui .ui-icon.ui-icon-circle-triangle-e,
1296
  .yith-plugin-fw-panel .ui-widget-header .ui-icon,
1297
  .yith-plugin-fw-panel .ui-widget-header .ui-state-hover,
1298
- .yith-plugin-fw-panel .ui-datepicker .ui-datepicker-prev,
1299
- .yith-plugin-fw-panel .ui-datepicker .ui-datepicker-next,
1300
  .yith-plugin-fw-panel .ui-icon.ui-icon-circle-triangle-w,
1301
- .yith-plugin-fw-panel .ui-icon.ui-icon-circle-triangle-e{
1302
  background: none;
1303
  content: "";
1304
  border: 0;
1305
  text-indent: 0;
1306
- width:15px;
1307
  height: 20px;
1308
- display:block;
1309
- overflow:hidden;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1310
  }
1311
 
1312
  .yith-plugin-ui .ui-icon.ui-icon-circle-triangle-w:before,
@@ -1316,9 +1492,10 @@ DATEPICKER
1316
  font-family: 'yith-icon';
1317
  font-size: 12px;
1318
  font-weight: normal;
1319
- width:15px;
1320
- display:block;
1321
  }
 
1322
  .yith-plugin-ui .ui-icon.ui-icon-circle-triangle-e:before,
1323
  .yith-plugin-fw-panel .ui-icon.ui-icon-circle-triangle-e:before {
1324
  content: "\e902";
@@ -1327,37 +1504,39 @@ DATEPICKER
1327
  font-family: 'yith-icon';
1328
  font-size: 12px;
1329
  font-weight: normal;
1330
- width:15px;
1331
- display:block;
1332
  }
1333
 
1334
  /* arrow */
1335
- .yith-plugin-ui .ui-datepicker .ui-datepicker-prev,
1336
- .yith-plugin-ui .ui-datepicker .ui-datepicker-next,
1337
  .yith-plugin-ui .ui-datepicker-prev.ui-datepicker-prev-hover,
1338
  .yith-plugin-ui .ui-datepicker-prev.ui-datepicker-next-hover,
1339
- .yith-plugin-fw-panel .ui-datepicker .ui-datepicker-prev,
1340
- .yith-plugin-fw-panel .ui-datepicker .ui-datepicker-next,
1341
  .yith-plugin-fw-panel .ui-datepicker-prev.ui-datepicker-prev-hover,
1342
- .yith-plugin-fw-panel .ui-datepicker-prev.ui-datepicker-next-hover{
1343
  top: 1px;
1344
  cursor: pointer;
1345
  }
 
1346
  .yith-plugin-ui .ui-datepicker-prev.ui-datepicker-prev,
1347
  .yith-plugin-ui .ui-datepicker-prev.ui-datepicker-prev-hover,
1348
  .yith-plugin-fw-panel .ui-datepicker-prev.ui-datepicker-prev,
1349
- .yith-plugin-fw-panel .ui-datepicker-prev.ui-datepicker-prev-hover{
1350
  left: 5px;
1351
  }
 
1352
  .yith-plugin-ui .ui-datepicker .ui-datepicker-next,
1353
  .yith-plugin-ui .ui-datepicker-next.ui-datepicker-next-hover,
1354
  .yith-plugin-fw-panel .ui-datepicker .ui-datepicker-next,
1355
- .yith-plugin-fw-panel .ui-datepicker-next.ui-datepicker-next-hover{
1356
  right: 1px;
1357
  }
1358
 
1359
- .yith-plugin-ui .ui-datepicker table,
1360
- .yith-plugin-fw-panel .ui-datepicker table{
1361
  font-size: 10px;
1362
  }
1363
 
@@ -1366,11 +1545,12 @@ DATEPICKER
1366
  .yith-plugin-ui .ui-widget-header .ui-state-default,
1367
  .yith-plugin-fw-panel .ui-state-default,
1368
  .yith-plugin-fw-panel .ui-widget-content .ui-state-default,
1369
- .yith-plugin-fw-panel .ui-widget-header .ui-state-default{
1370
- background:#fff;
1371
  border: 1px solid #d9d9d9;
1372
 
1373
  }
 
1374
  .yith-plugin-ui .ui-state-hover,
1375
  .yith-plugin-ui .ui-widget-content .ui-state-hover,
1376
  .yith-plugin-ui a.ui-state-default:focus,
@@ -1380,12 +1560,13 @@ DATEPICKER
1380
  .yith-plugin-fw-panel .ui-widget-content .ui-state-hover,
1381
  .yith-plugin-fw-panel a.ui-state-default:focus,
1382
  .yith-plugin-fw-panel .ui-widget-content .ui-state-focus,
1383
- .yith-plugin-fw-panel .ui-widget-header .ui-state-focus{
1384
- background:#ebf1f3;
1385
- border:1px solid #bfd5dd;
1386
  outline: none;
1387
  box-shadow: none;
1388
  }
 
1389
  .yith-plugin-ui .ui-widget-header .ui-state-hover, .woocommerce .yith-plugin-ui .ui-state-focus,
1390
  .yith-plugin-fw-panel .ui-widget-header .ui-state-hover, .woocommerce .yith-plugin-ui .ui-state-focus {
1391
  background: none;
@@ -1393,31 +1574,40 @@ DATEPICKER
1393
  }
1394
 
1395
  /** colorpicker **/
 
 
 
 
1396
  .yith-plugin-ui .yith-plugin-fw-field-wrapper .iris-picker,
1397
  .yith-plugin-ui .yith-plugin-fw-field-wrapper .wp-picker-holder {
1398
  display: none !important;
1399
  }
1400
- .yith-plugin-ui .yith-plugin-fw-field-wrapper .wp-picker-input-wrap {
 
1401
  display: inline !important;
1402
  }
 
1403
  .yith-plugin-ui .yith-plugin-fw-field-wrapper .wp-picker-active .iris-picker,
1404
  .yith-plugin-ui .yith-plugin-fw-field-wrapper .wp-picker-active .wp-picker-holder {
1405
  display: block !important;
1406
  }
1407
- .woocommerce .yith-plugin-ui .iris-picker{
1408
- border:0;
 
1409
  margin-top: 20px;
1410
  }
 
1411
  .yith-plugin-ui .yith-plugin-fw input[type=text].wp-color-picker {
1412
- border:0;
1413
  padding: 2px 5px;
1414
- height:30px;
1415
  }
1416
- .yith-plugin-ui .wp-color-result-text{
 
1417
  display: none;
1418
  }
1419
 
1420
- .yith-plugin-ui .wp-picker-container .wp-color-result.button{
1421
  width: 30px;
1422
  height: 30px;
1423
  border: 0;
@@ -1427,7 +1617,8 @@ DATEPICKER
1427
  display: inline-block;
1428
  vertical-align: middle;
1429
  }
1430
- .yith-plugin-ui .wp-picker-default-custom{
 
1431
  cursor: pointer;
1432
  width: 25px;
1433
  padding: 0 5px;
@@ -1435,6 +1626,7 @@ DATEPICKER
1435
  vertical-align: middle;
1436
  position: relative;
1437
  }
 
1438
  .yith-plugin-ui .wp-picker-default-custom input.button {
1439
  opacity: 0;
1440
  margin: 0;
@@ -1446,20 +1638,22 @@ DATEPICKER
1446
  bottom: 0;
1447
  z-index: 2;
1448
  }
1449
- .yith-plugin-ui .wp-picker-default-custom:before{
 
1450
  content: "\e910";
1451
  text-indent: 0;
1452
  font-family: 'yith-icon';
1453
  font-size: 20px;
1454
  color: #d8d8d8;
1455
  font-weight: normal;
1456
- width:15px;
1457
- display:block;
1458
  background: none;
1459
  line-height: 20px;
1460
  margin-left: 8px;
1461
  }
1462
- .yith-plugin-ui .wp-picker-container{
 
1463
  width: auto;
1464
  display: inline-block;
1465
  border: 1px solid #d9d9d9;
@@ -1467,26 +1661,26 @@ DATEPICKER
1467
  padding: 5px;
1468
  }
1469
 
1470
- .yith-plugin-ui .iris-picker .iris-square-inner{
1471
  box-shadow: none;
1472
  border: 1px solid #d9d9d9;
1473
  }
1474
 
1475
- .yith-plugin-ui .yith-single-colorpicker{
1476
  display: inline-block;
1477
  width: 220px;
1478
  }
1479
 
1480
- .yith-plugin-ui .yith-single-colorpicker > label{
1481
  display: block;
1482
  font-size: 11px;
1483
  font-weight: 600;
1484
- margin-bottom: 10px;
1485
  }
1486
 
1487
  /* RANGE SLIDER */
1488
- .yith-plugin-ui .ui-slider-horizontal .ui-slider-handle{
1489
- top: -45px!important;
1490
  }
1491
 
1492
  .yith-plugin-ui .ui-slider-horizontal .ui-slider-handle {
@@ -1508,6 +1702,7 @@ DATEPICKER
1508
  transition: opacity .3s ease-in-out 0s;
1509
  box-shadow: 0px 1px 7px 0px rgba(1, 1, 1, 0.13);
1510
  }
 
1511
  .yith-plugin-ui .ui-slider-horizontal .ui-slider-handle:before {
1512
  position: absolute;
1513
  bottom: -3px;
@@ -1522,10 +1717,12 @@ DATEPICKER
1522
  -ms-transform: rotate(-45deg);
1523
  transform: rotate(-45deg);
1524
  }
1525
- .yith-plugin-ui .ui-slider.ui-widget-content .ui-widget-header{
1526
- background: #4e8ba2 ;
 
1527
  }
1528
- .yith-plugin-ui .ui-slider-horizontal .ui-slider-handle:after{
 
1529
  content: '';
1530
  width: 17px;
1531
  height: 17px;
@@ -1536,12 +1733,13 @@ DATEPICKER
1536
  border-radius: 50%;
1537
  box-shadow: 0px 1px 6px 0px rgba(1, 1, 1, 0.25);
1538
  }
1539
- .yith-plugin-ui .ui-slider.ui-widget-content{
 
1540
  height: 5px !important;
1541
  }
1542
 
1543
- .yith-plugin-ui .ui-slider .minCaption,
1544
- .yith-plugin-ui .ui-slider .maxCaption {
1545
  font-weight: 700;
1546
  font-size: 12px;
1547
  }
@@ -1549,60 +1747,78 @@ DATEPICKER
1549
 
1550
  /* ADD_BOX AND TOGGLE */
1551
  .yith-plugin-ui .yith-add-box,
1552
- .yith-plugin-ui .yith-toggle-row{
1553
- width:70%;
1554
  border: 1px solid #d9d9d9;
1555
- box-shadow:none;
1556
  border-radius: 4px;
1557
  margin: 20px 0;
1558
  padding: 10px;
1559
  box-sizing: border-box;
1560
  background: white;
1561
  }
1562
- .yith-plugin-ui .yith-toggle-row{
 
1563
  cursor: pointer;
 
1564
  }
1565
- .yith-plugin-ui .yith-add-box{
1566
- padding: 30px 25px;
 
 
 
 
 
 
 
 
 
1567
  display: none;
1568
  }
1569
- .yith-plugin-ui .yith-toggle-title{
 
1570
  position: relative;
1571
  }
 
1572
  .yith-plugin-ui #plugin-fw-wc .yith-toggle-title h3,
1573
- .yith-plugin-ui .yith-toggle-title h3{
 
1574
  padding: 0px 20px 0px 25px;
1575
- margin: 0;
1576
- margin-top: 4px;
1577
  display: inline-block;
1578
  position: relative;
1579
  min-width: 173px;
1580
  box-sizing: border-box;
1581
  font-weight: 600;
1582
  font-size: 15px;
 
 
1583
  }
1584
 
1585
- .yith-plugin-ui .yith-toggle-title .subtitle{
1586
  padding-left: 0;
1587
- padding-top:8px;
1588
  font-size: 12px;
1589
  }
1590
 
1591
- .yith-plugin-ui .yith-toggle{
1592
  position: absolute;
1593
  width: 30px;
1594
- height: 30px;
1595
- display: block;
1596
  cursor: pointer;
1597
- left: 0px;
1598
- top: 4px;
1599
  bottom: 0;
 
 
 
1600
  }
1601
- .yith-plugin-ui .yith-toggle > span:before{
 
1602
  color: #405e69;
1603
  }
1604
 
1605
- .yith-plugin-ui .yith-toggle > span{
1606
  position: absolute;
1607
  right: 50%;
1608
  transition: transform .3s;
@@ -1610,133 +1826,170 @@ DATEPICKER
1610
  }
1611
 
1612
 
1613
- .yith-plugin-ui .yith-toggle-row-opened .yith-toggle span{
1614
- transform: rotateZ(90deg);
1615
  }
1616
 
1617
- .yith-plugin-ui .yith-toggle-content{
1618
  display: none;
1619
  position: relative;
1620
  padding: 30px 25px;
1621
  }
1622
- .yith-plugin-ui .yith-toggle-row-opened .yith-toggle-content{
 
1623
  /* display: block;*/
1624
  }
 
1625
  .yith-plugin-ui .yith-add-box-row,
1626
- .yith-plugin-ui .yith-toggle-row-opened .yith-toggle-content .yith-toggle-content-row{
1627
  display: table;
1628
- margin-bottom: 20px;
1629
  }
 
1630
  .yith-plugin-ui .yith-add-box-row label,
1631
- .yith-plugin-ui .yith-toggle-row-opened .yith-toggle-content .yith-toggle-content-row label{
1632
  display: table-cell;
1633
- width: 250px;
1634
- padding-right:40px;
1635
  color: #33373b;
1636
- font-size: 15px;
1637
  vertical-align: top;
1638
  font-weight: 600;
1639
  }
1640
-
 
 
1641
  .yith-plugin-ui .yith-add-box-row .yith-plugin-fw-field-wrapper:not(.yith-plugin-fw-title-field-wrapper),
1642
- .yith-plugin-ui .yith-toggle-row-opened .yith-plugin-fw-field-wrapper:not(.yith-plugin-fw-title-field-wrapper) {
1643
- /* display: table-cell;*/
1644
  width: auto;
1645
  float: none;
1646
  vertical-align: middle;
1647
  position: relative;
1648
  }
 
1649
  .yith-plugin-ui .yith-add-box-row span.yith-icon,
1650
- .yith-plugin-ui .yith-toggle-row-opened .yith-toggle-content .yith-toggle-content-row span.yith-icon{
1651
  position: absolute;
1652
  right: 15px;
1653
  top: 0;
1654
  bottom: 0;
1655
  }
 
1656
  .yith-plugin-ui .yith-add-box-buttons,
1657
- .yith-plugin-ui .yith-toggle-content-buttons{
1658
  text-align: right;
1659
  }
 
1660
  .yith-plugin-ui .yith-toggle-onoff {
1661
  position: absolute;
1662
  cursor: pointer;
1663
  right: 0;
1664
  }
1665
- .yith-plugin-ui .ui-sortable .yith-toggle-onoff{
 
1666
  right: 30px;
1667
  }
1668
- .yith-plugin-ui .yith-toggle-row .icon-drag{
 
1669
  position: absolute;
1670
  right: 0;
1671
  top: 25%;
1672
  bottom: 0;
1673
  line-height: 1;
1674
  }
1675
- .yith-plugin-ui .yith-toggle-row.with-subtitle .yith-toggle{
1676
- top: auto;
1677
- }
1678
- .yith-plugin-ui .yith-toggle-row.with-subtitle .yith-toggle-onoff{
1679
  top: 25%;
1680
  }
1681
 
1682
  /** SPINNER **/
1683
- .yith-plugin-ui .spinner{
1684
  vertical-align: -5px;
1685
  float: none;
1686
  }
1687
 
1688
- .yith-plugin-ui .spinner.show{
1689
  visibility: visible;
1690
  }
1691
 
1692
  /* LIST TABLE */
1693
- .yith-plugin-ui .form-table .list-table td{
1694
  padding: 15px 0px;
1695
  }
1696
- .woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table .bulkactions select{
 
1697
  border: 1px solid #d8d8d8;
1698
  max-width: 200px;
1699
  max-height: 30px;
1700
  padding: 0 10px;
 
1701
  }
1702
- .yith-plugin-ui .form-table .list-table th{
 
1703
  width: initial;
1704
  }
1705
 
1706
- .yith-plugin-ui #plugin-fw-wc table.form-table th.check-column{
1707
- padding-left: 3px;
1708
- }
1709
- .yith-plugin-ui #plugin-fw-wc table.wp-list-table tbody td{
1710
  padding-left: 20px;
1711
  }
1712
- .yith-plugin-ui .yith-plugin-fw-list-table h2{
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1713
  border: 0;
1714
  padding: 35px 0 15px;
1715
  display: inline-block;
1716
  margin-right: 10px;
1717
  }
1718
- .yith-plugin-ui .form-table .yith-plugin-fw-list-table table th{
 
1719
  vertical-align: middle;
1720
  }
1721
- .yith-plugin-ui .yith-plugin-fw-list-table-container{
 
1722
  padding: 0 20px;
1723
  }
1724
- .yith-plugin-ui #doaction, .yith-plugin-ui #doaction2, .yith-plugin-ui #post-query-submit{
1725
- margin-left: 10px;
 
 
 
 
1726
  height: 33px;
 
 
1727
  }
1728
- .yith-plugin-ui .bulkactions{
 
1729
  margin: 10px 0;
1730
  }
1731
- .yith-plugin-ui .form-table td p.yith-section-description{
1732
- color:#716269;
 
1733
  margin-bottom: 20px;
1734
  }
1735
 
1736
  /** Time picker width*/
1737
  .yith-plugin-ui input.ui-timepicker-input {
1738
- width: 100px!important;
1739
  }
 
1740
  /** date format **/
1741
  .yith-plugin-ui .yith-plugin-fw-date-format code {
1742
  margin-left: 30px;
@@ -1753,7 +2006,7 @@ DATEPICKER
1753
  float: left;
1754
  }
1755
 
1756
- .yith-plugin-ui td.forminp-checkbox.two-cols fieldset:nth-child(2n+1){
1757
  clear: both;
1758
  }
1759
 
@@ -1763,49 +2016,54 @@ DATEPICKER
1763
  float: left;
1764
  }
1765
 
1766
- .yith-plugin-ui td.forminp-checkbox.three-cols fieldset:nth-child(3n+1){
1767
  clear: both;
1768
  }
1769
 
1770
-
1771
  .yith-plugin-fw-checkbox-field-wrapper {
1772
  display: inline-block !important;
1773
- width: 19px !important;
1774
- margin-right: 10px;
1775
  }
 
1776
  .yith-plugin-fw-checkbox-field-wrapper + span.description {
1777
  display: inline-block;
1778
  vertical-align: middle;
1779
  margin: 0;
1780
  }
 
1781
  .yith-plugin-ui span.description {
1782
  margin-top: 10px;
 
1783
  }
 
1784
  .yith-plugin-fw-option-with-description {
1785
  display: table-cell;
1786
  width: auto;
1787
  vertical-align: top;
1788
  }
 
1789
  /** YITH PANEL **/
1790
- .yith-plugin-ui #yith-plugin-fw-panel{
1791
  margin-top: -10px;
1792
  }
1793
- .yith-plugin-ui #plugin-fw-wc, .yith-plugin-ui #yith-plugin-fw-panel{
 
1794
  padding-top: 0;
1795
  }
1796
- .yith-plugin-ui .plugin-option tr{
 
1797
  border: 0;
1798
  }
1799
 
1800
- @media screen and (max-width: 1440px){
1801
  .yith-plugin-ui .yith-add-box,
1802
- .yith-plugin-ui .yith-toggle-row{
1803
  width: 80%;
1804
  }
1805
  }
1806
- @media screen and (max-width: 1024px){
 
1807
  .yith-plugin-ui .yith-add-box,
1808
- .yith-plugin-ui .yith-toggle-row{
1809
  width: 90%;
1810
  }
1811
 
@@ -1821,38 +2079,42 @@ DATEPICKER
1821
  float: left;
1822
  }
1823
 
1824
- .yith-plugin-ui td.forminp-checkbox.two-cols fieldset:nth-child(2n+1){
1825
  clear: both;
1826
  }
1827
 
1828
- .yith-plugin-ui td.forminp-checkbox.three-cols fieldset:nth-child(3n+1){
1829
  clear: initial;
1830
  }
1831
  }
1832
- @media screen and (max-width: 782px){
1833
- .yith-plugin-fw-banner.yith-plugin-fw-banner-free{
 
1834
  height: auto;
1835
  background-color: #a9c7d3;
1836
  }
1837
- .yith-plugin-fw-banner.yith-plugin-fw-banner-free ul{
 
1838
  width: 90%;
1839
  text-align: center;
1840
  }
1841
- .yith-plugin-fw-banner.yith-plugin-fw-banner-free li img{
 
1842
  width: 90%;
1843
  margin: 0 auto;
1844
  }
1845
- .yith-plugin-fw-banner h1{
 
1846
  line-height: 1.2em;
1847
  }
1848
 
1849
  .yith-plugin-ui .yith-add-box,
1850
- .yith-plugin-ui .yith-toggle-row{
1851
  width: 100%;
1852
  }
1853
 
1854
  .yith-plugin-ui td.forminp-checkbox.two-cols fieldset,
1855
- .yith-plugin-ui td.forminp-checkbox.three-cols fieldset{
1856
  width: 100%;
1857
  clear: initial;
1858
  }
1
  .yith-plugin-fw span.description {
2
+ display: block;
3
+ margin-top: 5px;
4
+ font-size: 12px;
5
+ color: #777;
6
+ font-style: italic;
7
+ clear: both;
8
  }
9
 
10
  .yith-plugin-fw span.description.inline {
11
+ display: inline-block;
12
+ margin: 0 0 0 5px;
13
  }
14
 
15
  .yith-disabled {
16
+ opacity: 0.3;
17
+ pointer-events: none;
18
  }
19
 
20
  .yith-plugin-fw-field-wrapper:not(.yith-plugin-fw-title-field-wrapper) {
21
+ display: block;
22
+ width: 100%;
23
  }
24
 
25
  .yith-plugin-fw-field-wrapper span.desc {
26
+ display: block;
27
+ width: 100%;
28
  }
29
 
30
  .yith-plugin-fw-title-field-wrapper h3.title {
31
+ width: 100%;
32
  }
33
 
34
  .the-metabox .yith-plugin-fw-title-field-wrapper h3.title {
35
+ float: left;
36
  }
37
 
38
  .yith-plugin-fw input[type=email],
41
  .yith-plugin-fw select,
42
  .woocommerce .yith-plugin-fw table.form-table input[type=email],
43
  .woocommerce .yith-plugin-fw table.form-table input[type=number],
44
+ .yith-plugin-ui input[type=password],
45
  .woocommerce .yith-plugin-fw table.form-table input[type=text]:not(.select2-search__field),
46
  .woocommerce .yith-plugin-fw table.form-table select {
47
+ width: 400px;
48
+ max-width: 100%;
49
+ height: 30px;
50
+ padding: 5px;
51
  }
52
 
53
  .woocommerce .yith-plugin-fw table.form-table input[type=text].wp-color-picker,
54
  .woocommerce .yith-plugin-fw table.form-table input[type=text].yith-plugin-fw-colorpicker,
55
  .yith-plugin-fw input[type=text].wp-color-picker,
56
  .yith-plugin-fw input[type=text].yith-plugin-fw-colorpicker {
57
+ width: 6em;
58
+ max-width: none;
59
+ height: auto;
60
+ padding: 3px 5px;
61
  }
62
 
63
  .woocommerce .yith-plugin-fw table.form-table input[type=text].colorpick,
64
  .yith-plugin-fw input[type=text].colorpick {
65
+ width: 6em;
66
+ max-width: none;
67
+ height: auto;
68
+ padding: 6px;
69
  }
70
 
71
  .yith-plugin-fw input.select2-search__field,
72
  .yith-plugin-fw .select2-container .select2-search--inline .select2-search__field,
73
  .woocommerce .yith-plugin-fw input.select2-search__field,
74
  .woocommerce .yith-plugin-fw table.form-table input.select2-search__field {
75
+ padding: 3px;
76
+ }
77
+
78
+ .yith-plugin-fw .select2-container .select2-selection--single .select2-selection__rendered {
79
+ line-height: 27px;
80
  }
81
 
82
  .yith-plugin-fw textarea {
83
+ width: 400px;
84
+ max-width: 100%;
85
+ padding: 5px;
86
  }
87
 
88
  /* ------------- ICONS ------------- */
89
  .yit-icons-manager-wrapper {
90
+ width: 100%;
91
+ max-width: 400px;
92
  }
93
 
94
  .yit-icons-manager-text {
95
+ width: 100%;
96
  }
97
 
98
  .yit-icons-manager-icon-text {
99
+ width: calc(100% - 35px) !important;
100
+ height: 30px;
101
+ float: left;
102
+ margin: 0;
103
  }
104
 
105
  .yit-icons-manager-icon-preview {
106
+ width: 30px;
107
+ height: 30px;
108
+ margin-right: 5px;
109
+ float: left;
110
+ padding-top: 6px;
111
+ box-sizing: border-box;
112
+ text-align: center;
113
+ background: #f1f1f1;
114
  }
115
 
116
  .yit-icons-manager-list-wrapper {
117
+ margin: 10px 0;
118
+ box-shadow: 0 0 0 1px #ddd;
119
  }
120
 
121
  ul.yit-icons-manager-list {
122
+ width: 100%;
123
+ height: 300px;
124
+ overflow-y: scroll;
125
+ margin: 0;
126
  }
127
 
128
  ul.yit-icons-manager-list li {
129
+ float: left;
130
+ width: 30px;
131
+ height: 30px;
132
+ padding-top: 6px;
133
+ box-sizing: border-box;
134
+ text-align: center;
135
+ background: #f1f1f1;
136
+ margin: 1px;
137
+ cursor: pointer;
138
  }
139
 
140
  ul.yit-icons-manager-list li:hover {
141
+ background: #c5dcf6;
142
  }
143
 
144
  ul.yit-icons-manager-list li.active {
145
+ background: #d4f0ff;
146
  }
147
 
148
  .yit-icons-manager-action-set-default {
149
+ margin-bottom: 0;
150
  }
151
 
152
  .yit-icons-manager-default-icon-preview {
153
+ height: 100%;
154
+ display: inline-block;
155
+ padding-left: 10px;
156
+ border-left: 1px solid #ccc;
157
+ margin-left: 10px;
158
  }
159
 
160
  /* ------- Text Array ------- */
161
  .yith-plugin-fw-text-array-table td {
162
+ padding: 1px;
163
  }
164
 
165
  .yith-plugin-fw-text-array-table input[type=text],
166
  .woocommerce table.form-table table.yith-plugin-fw-text-array-table input[type=text] {
167
+ width: 100%;
168
  }
169
 
170
  /* ------- Image Gallery ------- */
171
  .yith-plugin-fw .image-gallery ul li {
172
+ display: inline-block;
173
+ width: 80px;
174
+ margin-left: 10px;
175
+ position: relative;
176
  }
177
 
178
  .yith-plugin-fw .image-gallery ul li img {
179
+ width: 80px;
180
+ border: 1px solid #ccc;
181
  }
182
 
183
  .yith-plugin-fw .image-gallery ul li ul {
184
+ position: absolute;
185
+ top: -6px;
186
+ right: -1px;
187
+ width: 20px;
188
+ height: 20px;
189
  }
190
 
191
  .yith-plugin-fw .image-gallery ul a.delete {
192
+ background: url(../images/x.png) no-repeat;
193
+ width: 20px;
194
+ height: 20px;
195
+ display: block;
196
+ text-indent: -99999px;
197
  }
198
 
199
  /* ------- OnOff ------- */
200
  .yith-plugin-fw-onoff-container {
201
+ display: inline-block;
202
  }
203
 
204
  .yith-plugin-fw-onoff-container input {
205
+ display: none;
206
  }
207
 
208
  .yith-plugin-fw-onoff-container input + span {
220
 
221
 
222
  .yith-plugin-fw-onoff-container input + span:before {
223
+ content: '';
224
+ background: #fff;
225
+ width: 16px;
226
+ height: 16px;
227
+ border-radius: 50%;
228
+ position: absolute;
229
+ top: 2px;
230
+ left: 2px;
231
+ transition: all 0.3s;
232
  }
233
 
234
  .yith-plugin-fw-onoff-container input:checked + span,
235
  .yith-plugin-fw-onoff-container input.onoffchecked + span {
236
+ background: #0073aa;
237
  }
238
 
239
  .yith-plugin-fw-onoff-container input:checked + span:before,
240
  .yith-plugin-fw-onoff-container input.onoffchecked + span:before {
241
+ left: 18px;
242
  }
243
 
244
  /* ------- Preview ------- */
245
  .yith-plugin-fw-preview-field {
246
+ max-height: 200px;
247
  }
248
 
249
  /* ------- Radio ------- */
250
  .yith-plugin-fw-radio input[type=radio] {
251
+ margin: 0 3px 0 0;
252
  }
253
 
254
  .yith-plugin-fw-radio__row {
255
+ margin-bottom: 8px;
256
  }
257
 
258
  /* ------- Sidebar Layout ------- */
259
  .yith-plugin-fw-sidebar-layout input[type="radio"] {
260
+ display: none;
261
+ width: 0px;
262
  }
263
 
264
  .yith-plugin-fw-sidebar-layout input[type="radio"]:first-child {
265
+ margin-right: -2px;
266
  }
267
 
268
  .yith-plugin-fw-sidebar-layout input[type="radio"] + img {
269
+ border: 2px solid #fff;
270
+ padding: 1px;
271
  }
272
 
273
  .yith-plugin-fw-sidebar-layout input[type="radio"] + img:hover {
274
+ cursor: pointer;
275
  }
276
 
277
  .yith-plugin-fw-sidebar-layout input[checked] + img {
278
+ border: 2px solid #f2ad35;
279
+ padding: 1px;
280
  }
281
 
282
  .yith-plugin-fw-sidebar-layout select {
283
+ vertical-align: 12px;
284
  }
285
 
286
  .yit-admin-panel-content-wrap .yith-plugin-fw-sidebar-layout label {
287
+ font-weight: bold;
288
+ width: 200px;
289
+ float: left;
290
+ line-height: 23px;
291
+ margin-left: -230px;
292
  }
293
 
294
  /* ------- Slider ------- */
295
  .yith-plugin-fw .slider {
296
+ padding-top: 20px;
297
  }
298
 
299
  .ui-slider .minCaption {
300
+ position: absolute;
301
+ right: 95%;
302
+ top: -6px;
303
+ margin-right: 11px;
304
  }
305
 
306
  .ui-slider .maxCaption {
307
+ position: absolute;
308
+ left: 95%;
309
+ top: -6px;
310
+ margin-left: 20px;
311
  }
312
 
313
  .ui-slider-horizontal .ui-slider-handle {
314
+ background: #fff;
315
+ border: 0px !important;
316
+ top: -12px !important;
317
+ border-radius: 50%;
318
+ width: 27px !important;
319
+ height: 27px !important;
320
+ box-sizing: border-box;
321
+ box-shadow: 0 1px 7px -1px rgba(0, 0, 0, 0.5);
322
+ font-size: 13px;
323
+ padding: 6px 0;
324
+ font-weight: 600;
325
+ color: #555;
326
+ text-align: center;
327
  }
328
 
329
  .ui-slider.ui-widget-content {
330
+ background: #ccc;
331
+ border: none !important;
332
+ height: 3px !important;
333
+ border-radius: 3px !important;
334
+ width: 90%;
335
+ margin: 15px 5% 20px 5%;
336
  }
337
 
338
  .iris-slider-offset.ui-slider.ui-widget-content {
339
+ background: transparent !important;
340
+ height: auto !important;
341
  }
342
 
343
  .ui-slider.ui-widget-content .ui-widget-header {
344
+ background: #4b93ff;
345
+ left: 0px !important;
346
+ -webkit-border-radius: 3px;
347
+ -moz-border-radius: 3px;
348
+ -khtml-border-radius: 3px;
349
+ border-radius: 3px;
350
  }
351
 
352
  /* ------- Select2 ------- */
353
  .yith-plugin-fw-select2-wrapper {
354
+ width: 400px;
355
  }
356
 
357
  /* ------- Textarea ------- */
358
  .yith-plugin-fw-textarea-editor-field-wrapper {
359
+ max-width: 1000px;
360
+ clear: both;
361
  }
362
 
363
  .yith-plugin-fw-textarea-editor-field-wrapper textarea.wp-editor-area,
364
  .woocommerce table.form-table .yith-plugin-fw-textarea-editor-field-wrapper textarea.wp-editor-area {
365
+ width: 100%;
366
  }
367
 
368
  /* ------- Buttons ------- */
369
  .yith-plugin-fw-buttons-field-wrapper {
370
+ margin-top: 7px;
371
  }
372
 
373
  /* ------- Select Images ------- */
374
  .yith-plugin-fw-select-images__list {
375
+ margin: 0;
376
+ display: flex;
377
+ flex-wrap: wrap;
378
  }
379
 
380
  .yith-plugin-fw-select-images__item {
381
+ width: calc(20% - 10px);
382
+ min-width: 150px;
383
+ margin: 0 10px 10px 0;
384
+ padding: 10px;
385
+ box-sizing: border-box;
386
+ cursor: pointer;
387
+ transition: all .3s;
388
+ border: 2px solid #eee;
389
+ display: flex;
390
+ flex-direction: column;
391
+ justify-content: space-between;
392
  }
393
 
394
  .yith-plugin-fw-select-images__item:hover,
395
  .yith-plugin-fw-select-images__item.yith-plugin-fw-select-images__item--selected {
396
+ border-color: #07bcce;
397
  }
398
 
399
  .yith-plugin-fw-select-images__item__label {
400
+ text-align: center;
401
+ font-weight: 600;
402
+ margin-bottom: 10px;
403
  }
404
 
405
  .yith-plugin-fw-select-images__item img {
406
+ display: block;
407
+ max-width: 100%;
408
+ margin: 0 auto;
409
  }
410
 
411
  /****************
413
  ****************/
414
  @font-face {
415
  font-family: 'yith-icon';
416
+ src: url('../fonts/yith-icon.eot?7ik896');
417
+ src: url('../fonts/yith-icon.eot?7ik896#iefix') format('embedded-opentype'),
418
  url('../fonts/yith-icon.ttf?7ik896') format('truetype'),
419
  url('../fonts/yith-icon.woff?7ik896') format('woff'),
420
  url('../fonts/yith-icon.svg?7ik896#yith-icon') format('svg');
422
  font-style: normal;
423
  }
424
 
425
+ [class^="icon-"], [class*=" icon-"][class^="yith-icon-"], [class*=" yith-icon-"] {
426
  /* use !important to prevent issues with browser extensions that change fonts */
427
  font-family: 'yith-icon' !important;
428
  speak: none;
436
  -webkit-font-smoothing: antialiased;
437
  -moz-osx-font-smoothing: grayscale;
438
  }
439
+
440
+ .yith-icon-calendar_add:before {
441
+ content: "\e913";
442
+ color: #757575;
443
+ }
444
+
445
+ .yith-icon-calendar_money:before {
446
+ content: "\e914";
447
+ color: #757575;
448
+ }
449
+
450
+ .yith-icon-calendar2:before {
451
+ content: "\e915";
452
+ color: #757575;
453
+ }
454
+
455
+ .yith-icon-people:before {
456
+ content: "\e916";
457
+ color: #757575;
458
+ }
459
+
460
+ .yith-icon-shield_money:before {
461
+ content: "\e917";
462
+ color: #757575;
463
+ }
464
+
465
+ .yith-icon-time_check:before {
466
+ content: "\e918";
467
+ color: #757575;
468
+ }
469
+
470
+ .yith-icon-world_settings:before {
471
+ content: "\e919";
472
+ color: #757575;
473
+ }
474
+
475
+ .yith-icon-arrow_eye_closed:before {
476
+ content: "\e912";
477
+ color: #757575;
478
+ }
479
+
480
+ .yith-icon-arrow_eye:before {
481
+ content: "\e911";
482
+ color: #757575;
483
+ }
484
+
485
+ .yith-icon-reset:before {
486
+ content: "\e910";
487
+ color: #757575;
488
+ }
489
+
490
+ .yith-icon-drag:before {
491
  content: "\e90f";
492
+ color: #757575;
493
+ }
494
+
495
+ .yith-icon-trash:before {
496
+ content: "\e90d";
497
+ color: #757575;
498
  }
499
+
500
+ .yith-icon-info:before {
501
+ content: "\e90e";
502
+ color: #757575;
503
+ }
504
+
505
+ .yith-icon-arrow_down:before {
506
  content: "\e900";
507
+ color: #757575;
508
  }
509
+
510
+ .yith-icon-arrow_left:before {
511
  content: "\e901";
512
+ color: #757575;
513
  }
514
+
515
+ .yith-icon-arrow_right:before {
516
  content: "\e902";
517
+ color: #757575;
518
  }
519
+
520
+ .yith-icon-arrow_up:before {
521
  content: "\e903";
522
+ color: #757575;
523
  }
524
+
525
+ .yith-icon-calendar:before {
526
  content: "\e904";
527
+ color: #757575;
528
  }
529
+
530
+ .yith-icon-check:before {
531
  content: "\e905";
532
+ color: #757575;
533
  }
534
+
535
+ .yith-icon-close:before {
536
  content: "\e906";
537
+ color: #757575;
538
  }
539
+
540
+ .yith-icon-edit:before {
541
  content: "\e907";
542
+ color: #757575;
543
  }
544
+
545
+ .yith-icon-magnifier:before {
546
  content: "\e908";
547
+ color: #757575;
548
  }
549
+
550
+ .yith-icon-pencil:before {
551
  content: "\e909";
552
+ color: #757575;
553
  }
554
+
555
+ .yith-icon-plus:before {
556
  content: "\e90a";
557
+ color: #757575;
558
  }
559
+
560
+ .yith-icon-update:before {
561
  content: "\e90b";
562
+ color: #757575;
563
  }
564
+
565
+ .yith-icon-upload:before {
566
  content: "\e90c";
567
+ color: #757575;
568
  }
569
+
570
+ .yith-plugin-fw-banner {
 
 
 
 
 
 
 
 
 
 
 
571
  width: 100%;
572
  height: 75px;
573
  background: url('../images/banner-premium.png');
574
  }
575
+
576
+ .yith-plugin-fw-banner.yith-plugin-fw-banner-free {
577
  height: 290px;
578
  background: url('../images/banner-free.png') no-repeat;
579
  }
580
+
581
+ .yith-plugin-fw-banner.yith-plugin-fw-banner-free h1 {
582
  max-width: auto;
583
+ text-align: left;
584
  margin-left: 110px;
585
  padding-top: 15px;
586
  padding-bottom: 8px;
587
  }
588
 
589
+ .yith-plugin-fw-banner h1 {
590
  text-transform: uppercase;
591
  color: #0c5777;
592
  font-size: 15px;
597
  box-sizing: border-box;
598
  }
599
 
600
+ .yith-plugin-fw-banner span {
601
+ font-style: italic;
602
  display: block;
603
  font-size: 15px;
604
+ color: #214249;
605
+ text-transform: none;
606
  text-align: right;
607
  }
608
 
609
  .yith-plugin-fw-banner a,
610
+ .yith-plugin-fw-banner a:focus {
611
  text-decoration: none;
612
  outline: none;
613
  box-shadow: none;
614
  }
615
 
616
+ .yith-banners ul {
617
  list-style: none;
618
  margin-left: 10px;
619
  }
620
 
621
+ .yith-banners ul li {
622
  display: inline-block;
623
  margin-left: 10px;
624
  }
625
+
626
+ .yith-plugin-ui a {
627
  outline: none;
628
  box-shadow: none;
629
  }
630
 
631
+ .yith-plugin-ui {
632
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
633
  }
634
 
635
+ .yith-plugin-ui #wpwrap h2.nav-tab-wrapper, .yith-plugin-ui #wpbody-content h2.nav-tab-wrapper {
636
+ margin-top: 10px;
637
  }
638
 
639
+ .yith-plugin-ui .nav-tab {
640
  margin-left: 0px;
641
  margin-right: 2px;
642
  background-color: #336374;
645
  padding: 7px 20px;
646
  border: 0;
647
  }
648
+
649
+ .yith-plugin-ui .nav-tab:first-child {
650
  border-left: 1px solid #d9d9d9;
651
  }
652
 
653
+ .yith-plugin-ui .nav-tab.yith-premium {
654
  background-color: #be421c;
655
  }
656
+
657
+ .yith-plugin-ui .nav-tab-active {
658
  background-color: #fff;
659
  color: #336374;
660
+ border-bottom: 1px solid #fff;
661
  }
662
+
663
+ .yith-plugin-ui .nav-tab-active.yith-premium {
664
  background-color: #fff;
665
  color: #be421c;
666
  }
667
+
668
+ .yith-plugin-ui #plugin-fw-wc {
669
  padding-top: 0px;
670
  }
671
 
672
+ .yith-plugin-ui .form-table td {
673
  padding: 15px 20px;
674
  }
675
 
676
+ .yith-plugin-ui.metaboxes-tab label {
677
  color: #33373b;
678
+ font-size: 14px;
679
+ margin-left: -248px;
680
  }
 
 
 
681
 
682
+ .yith-plugin-ui.metaboxes-tab .the-metabox {
683
+ margin: 40px 0 40px 290px;
684
+ margin-left: 264px;
685
  }
686
+
687
+ .yith-plugin-ui.metaboxes-tab label {
688
+ width: 200px;
689
  font-weight: 600;
690
  }
691
 
692
+ .yith-plugin-ui span.description {
693
  color: #716269;
694
  font-size: 14px;
695
  font-style: normal;
697
  margin-top: 15px;
698
  margin-left: 0;
699
  }
700
+
701
+ #wpwrap .yith-plugin-ui h2.nav-tab-wrapper, #wpbody-content .yith-plugin-ui h2.nav-tab-wrapper {
702
  border: 0;
703
+ border-bottom: 1px solid #ccc;
704
  margin-right: 15px;
705
+ margin-bottom: 0;
706
  background-color: transparent;
707
  padding-left: 0;
708
  }
709
+
710
  .yith-plugin-ui #plugin-fw-wc table.form-table,
711
  .yith-plugin-ui #yith-plugin-fw-panel table.form-table,
712
+ .yith-plugin-ui table.form-table {
713
  border: 1px solid #d8d8d8;
714
  border-top: 0;
715
  margin-bottom: 40px;
716
  }
717
 
718
+ .yith-plugin-ui #wpwrap h2.nav-tab-wrapper, .yith-plugin-ui #wpbody-content h2.nav-tab-wrapper {
719
  background-color: transparent;
720
  border: 0;
721
  text-transform: none;
732
  padding: 35px 20px;
733
  margin: 0px;
734
  }
735
+
736
+ .yith-plugin-ui .yith-plugin-fw-custom-tab h2 {
737
  border: 0px solid #d8d8d8;
738
  padding-left: 0;
739
  }
740
 
741
+ .yith-plugin-ui #plugin-fw-wc table.form-table th, #yith-plugin-fw-panel table.form-table th.titledesc, .yith-plugin-ui #plugin-fw-wc table.form-table td, #yith-plugin-fw-panel table.form-table td.forminp {
742
  padding: 30px 20px;
743
  }
744
 
751
  padding-bottom: 5px;
752
  }
753
 
754
+ .yith-plugin-ui #plugin-fw-wc h2 + div p, .yith-plugin-ui p.info-box {
755
  background: #f1f1f1;
756
  font-size: 14px;
757
  font-weight: 700;
758
  width: 40%;
759
+ display: block;
760
  padding: 15px;
761
  margin-bottom: 0;
762
  }
763
 
764
+ .yith-plugin-ui #plugin-fw-wc h2 + div p:before, .yith-plugin-ui p.info-box:before {
765
  content: "\e90e";
766
  font-family: yith-icon;
767
  font-size: 30px;
772
  margin-right: 15px;
773
  }
774
 
775
+ .yith-plugin-ui h2:first-child {
776
  border-top: 0;
777
  }
778
 
793
  .yith-plugin-ui input[type=text],
794
  .yith-plugin-ui input[type=email],
795
  .yith-plugin-ui input[type=password],
796
+ .yith-plugin-ui .search-box input[name="s"],
797
  .yith-plugin-fw.yith-plugin-ui input[type=text]:not(.select2-search__field),
798
  .woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table input[type=text]:not(.select2-search__field),
799
  .woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table select,
800
  .woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table textarea,
801
+ .woocommerce .yith-plugin-fw table.form-table input[type=password],
802
  .woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table input[type=number],
803
  .woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table input[type=text] {
804
  border: 1px solid #d8d8d8;
809
  box-shadow: none;
810
  color: #716269;
811
  }
812
+
813
  .yith-plugin-ui textarea,
814
+ .woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table textarea {
815
  height: auto;
816
  }
817
+
818
  .yith-plugin-ui table.form-table input[type=text].wp-color-picker,
819
+ .woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table input[type=text].wp-color-picker {
820
  border: 0;
821
  height: 30px;
822
  max-width: 60px;
823
 
824
  }
825
 
826
+ .yith-plugin-ui .search-box input[name="s"] {
827
+ height: 35px;
828
+ }
829
+
830
  .woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table input[type=text].small-text,
831
  .yith-plugin-ui input[type=text].small-text {
832
  width: 100px;
840
  }
841
 
842
  .yith-plugin-ui select:focus,
843
+ .yith-plugin-ui input:focus {
844
+ border-color: #a7d9ec !important;
845
  }
846
 
847
  .woocommerce .yith-plugin-ui table.form-table select,
848
+ .yith-plugin-ui select {
849
  -webkit-appearance: none;
850
  line-height: 1.2em;
851
  min-height: 35px;
852
  background: url("../images/arrow_down.svg") no-repeat right center;
853
  background-size: 35px 13px;
854
  border-radius: 8px;
855
+ padding-left: 10px;
856
  }
857
 
858
+ .yith-plugin-ui .form-table th {
859
+ width: 200px;
860
  padding-right: 50px;
861
  }
862
 
863
  /** BUTTONS **/
 
864
  .wp-core-ui .yith-plugin-ui .button-primary,
865
  .wp-core-ui .yith-plugin-ui .button-secondary,
866
  .yith-plugin-ui .yith-add-button,
888
  line-height: 26px;
889
  display: inline-block;
890
  text-decoration: none;
891
+ cursor: pointer;
892
  }
893
+
894
  .wp-core-ui .yith-plugin-ui .button-secondary.yith-plugin-fw-upload-button-reset,
895
  .wp-core-ui .yith-plugin-ui .button-secondary.yith-plugin-fw-upload-button,
896
  .yith-plugin-ui .yith-plugin-fw-upload-button-reset,
897
  .yith-plugin-ui .button-secondary.yith-plugin-fw-upload-button-reset,
898
+ .yith-plugin-ui .button-secondary.yith-plugin-fw-upload-button {
899
  height: 38px;
900
  }
901
 
905
  .yith-plugin-ui .yith-save-button:focus,
906
  .yith-plugin-ui .yith-edit-button:focus,
907
  .yith-plugin-ui .yith-update-button:focus,
908
+ .wp-core-ui .yith-plugin-ui .button-secondary:focus {
909
  outline: none;
910
  box-shadow: none;
911
  }
912
 
913
+ .wp-core-ui .yith-plugin-ui .button-xl {
914
+ padding: 0px 20px;
915
+ font-size: 14px;
916
+ line-height: 38px;
917
+ display: inline-block;
918
+ font-weight: 600;
919
+ }
920
+
921
  /** button with inside a span with icon class */
922
+ .yith-plugin-ui .button-secondary span.yith-icon {
923
  margin-left: 0px;
924
  margin-right: 10px;
925
  line-height: normal;
926
  }
927
 
928
+ .yith-plugin-ui .button-secondary span.yith-icon:before {
929
  color: #656565;
930
  font-size: 15px;
931
  }
932
 
933
+
934
  .wp-core-ui .yith-plugin-ui .button:focus,
935
  .wp-core-ui .yith-plugin-ui .button-secondary:focus,
936
  .yith-plugin-ui .yith-save-button:hover,
937
  .wp-core-ui .yith-plugin-ui .button-secondary:hover,
938
+ .yith-plugin-ui .yith-plugin-fw-upload-button-reset:hover {
939
  background-color: #cacaca;
940
  color: #515151;
941
  }
942
 
943
  .wp-core-ui .yith-plugin-ui .button-primary,
 
944
  .yith-plugin-ui .button-secondary.yith-plugin-fw-select-all,
945
+ .yith-plugin-ui .button-secondary.yith-plugin-fw-upload-button {
946
  background-color: #007694;
947
  color: #fff;
948
  }
949
 
950
+
 
 
951
  .yith-plugin-ui .yith-add-button,
952
  .wp-core-ui .yith-plugin-ui .button-primary:focus,
953
+ .wp-core-ui .yith-plugin-ui .button-primary:hover {
954
  background-color: #375f6b;
955
  color: #fff;
956
+ cursor: pointer;
957
  }
958
 
959
 
961
  .wp-core-ui .yith-plugin-ui .yith-plugin-fw-upload-button:focus,
962
  .yith-plugin-ui .button-secondary.yith-plugin-fw-select-all:hover,
963
  .yith-plugin-ui .button-secondary.yith-plugin-fw-select-all:focus,
964
+ .yith-plugin-ui .yith-plugin-fw-upload-button:hover {
965
  border-color: #007694;
966
  background: #007694;
967
  color: #fff;
974
  .yith-plugin-ui .yith-save-button:before,
975
  .yith-plugin-ui .yith-edit-button:before,
976
  .yith-plugin-ui .yith-update-button:before,
977
+ .yith-plugin-ui .button-secondary:before {
978
  font-family: 'yith-icon';
979
  font-size: 10px;
980
  font-weight: 700;
981
  margin-right: 10px;
982
  vertical-align: bottom;
983
+ display: inline-block;
984
  }
985
 
986
  /** yith-edit-button **/
988
  background-color: #7f9298;
989
  color: #fff;
990
  }
991
+
992
  .yith-plugin-ui .yith-edit-button:focus,
993
  .yith-plugin-ui .yith-edit-button:hover {
994
  background-color: #718085;
995
  color: #fff;
996
  }
997
+
998
+ .yith-plugin-ui .yith-edit-button:before {
999
  content: "\e907";
1000
  }
1001
+
1002
  /** yith-update-button **/
1003
  .yith-plugin-ui .yith-update-button {
1004
  background-color: #94aa09;
1005
  color: #fff;
1006
  }
1007
+
1008
  .yith-plugin-ui .yith-update-button:focus,
1009
  .yith-plugin-ui .yith-update-button:hover {
1010
  background-color: #7a9009;
1011
  color: #fff;
1012
  }
1013
+
1014
+ .yith-plugin-ui .yith-update-button:before {
1015
  content: "\e90b";
1016
  font-size: 15px;
1017
  }
1022
  background-color: #267390;
1023
  color: #fff;
1024
  }
1025
+
1026
  .yith-plugin-ui .yith-save-button:focus,
1027
  .yith-plugin-ui .yith-save-button:hover {
1028
  background-color: #1c4863;
1032
 
1033
  /** yith-remove-button **/
1034
 
1035
+ .yith-plugin-ui .button-secondary.yith-remove-button:before {
1036
  content: "\e90d";
1037
  font-size: 15px;
1038
  }
1039
 
1040
 
1041
  /** yith-add-button **/
1042
+ .yith-plugin-ui .yith-add-button:before {
 
1043
  content: "\e90a";
1044
  }
1045
 
1046
+ .yith-plugin-ui .yith-add-button.closed {
1047
+ background-color: #fff;
1048
+ color: #375f6b;
1049
+ border: 1px solid #375f6b;
1050
+ }
1051
+
1052
+ .yith-plugin-ui .yith-add-button.closed:before {
1053
+ content: "\e906";
1054
+ }
1055
+
1056
+
1057
  /** yith-plugin-fw-upload-button **/
1058
+ .yith-plugin-ui button.yith-plugin-fw-upload-button:before {
1059
  content: "\e90c";
1060
  font-family: 'yith-icon';
1061
  font-size: 19px;
1062
  font-weight: 400;
1063
  margin-right: 10px;
1064
  vertical-align: middle;
1065
+ display: inline-block;
1066
  }
1067
+
1068
  /** SELECT 2 **/
1069
  .yith-plugin-ui .select2-container,
1070
+ .yith-plugin-ui .select2-selection--single {
1071
  height: auto;
1072
  padding: 2px;
1073
  outline: none;
1074
  }
1075
 
1076
+ .yith-plugin-ui .select2-selection--single {
1077
  margin: 0;
1078
  border: 0;
1079
  }
1080
 
1081
  /* old panel*/
1082
 
1083
+ .yith-plugin-ui span.select2.select2-container.select2-container--default {
1084
  border: 1px solid #d8d8d8;
1085
+ border-radius: 8px;
1086
  }
1087
+
1088
+ .yith-plugin-ui span.select2.select2-container.select2-container--default:hover,
1089
+ .yith-plugin-ui span.select2.select2-container.select2-container--default:active,
1090
+ .yith-plugin-ui span.select2.select2-container.select2-container--default:focus {
1091
  border-color: #a7d9ec;
1092
  }
1093
+
1094
+ .yith-plugin-ui .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
1095
  color: #fff;
1096
  }
1097
+
1098
  .woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table input[type=text].select2-search__field,
1099
+ .yith-plugin-ui .yith-plugin-fw table.form-table input.select2-search__field {
1100
  border: 0;
1101
  padding: 0;
1102
  height: initial;
1103
  }
1104
+
1105
  .yith-plugin-ui .select2-container--default .select2-selection--multiple .select2-selection__choice,
1106
+ .yith-plugin-ui .select2-selection__choice {
1107
  color: #fff;
1108
  background-color: #4e8ba2;
1109
  border-radius: 12px;
1112
  font-size: 13px;
1113
  }
1114
 
1115
+ .yith-plugin-ui .select2-container--default .select2-selection--single .select2-selection__arrow:before {
1116
  content: "\e900";
1117
  font-family: 'yith-icon' !important;
1118
  line-height: 36px;
1119
  color: #d9d9d9;
1120
  }
1121
 
1122
+ .yith-plugin-ui .select2-container--default .select2-selection--single .select2-selection__arrow b {
1123
  display: none;
1124
  }
1125
+
1126
  .yith-plugin-ui .select2-container--open .select2-dropdown--below,
1127
  .yith-plugin-ui .select2-container--open .select2-dropdown--above,
1128
  .yith-plugin-fw-panel .select2-container--open .select2-dropdown--below,
1129
  .yith-plugin-fw-panel .select2-container--open .select2-dropdown--above {
1130
  margin-top: 10px;
1131
  border-radius: 8px;
1132
+ box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
1133
  }
1134
+
1135
  .yith-plugin-ui .select2-container--open .select2-dropdown--above,
1136
+ .yith-plugin-fw-panel .select2-container--open .select2-dropdown--above {
1137
  margin-top: -10px;
1138
  }
1139
+
1140
  .yith-plugin-ui .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
1141
  .yith-plugin-ui .select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
1142
  .yith-plugin-fw-panel .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
1143
+ .yith-plugin-fw-panel .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
1144
  border-radius: 8px;
1145
  }
1146
+
1147
  .yith-plugin-ui .select2-results .select2-results__group, .select2-results .select2-results__option:first-child,
1148
+ .yith-plugin-fw-panel .select2-results .select2-results__group, .select2-results .select2-results__option:first-child {
1149
  border-top-left-radius: 8px;
1150
  border-top-right-radius: 8px;
1151
  }
1152
+ .yith-plugin-ui .select2-results .select2-results__group, .select2-results .select2-results__option:last-child,
1153
+ .yith-plugin-fw-panel .select2-results .select2-results__group, .select2-results .select2-results__option:last-child,
1154
  .yith-plugin-ui .select2-results .select2-results__group,
1155
  .yith-plugin-ui .select2-results .select2-results__option:last-child,
1156
  .yith-plugin-fw-panel .select2-results .select2-results__group,
1157
+ .yith-plugin-fw-panel .select2-results .select2-results__option:last-child,
1158
+ .yith-plugin-ui .select2-results .select2-results__group,
1159
+ .yith-plugin-ui .select2-results .select2-results__option:last-child,
1160
+ .yith-plugin-fw-panel .select2-results .select2-results__group,
1161
+ .yith-plugin-fw-panel .select2-results .select2-results__option:last-child {
1162
  border-bottom-left-radius: 8px;
1163
  border-bottom-right-radius: 8px;
1164
  }
1165
+
1166
+ .yith-plugin-ui .select2-dropdown{
1167
+ border: 0;
1168
+ }
1169
  .yith-plugin-ui .select2-container--default .select2-results__option[data-selected=true],
1170
  .yith-plugin-ui .select2-container--default .select2-results__option[aria-selected=true],
1171
  .yith-plugin-fw-panel .select2-container--default .select2-results__option[data-selected=true],
1173
  background-color: #fff;
1174
  outline: none;
1175
  }
1176
+
1177
  .yith-plugin-ui .select2-container--default .select2-results__option--highlighted[aria-selected],
1178
  .yith-plugin-ui .select2-container--default .select2-results__option--highlighted[data-selected],
1179
  .yith-plugin-fw-panel .select2-container--default .select2-results__option--highlighted[aria-selected],
1180
+ .yith-plugin-fw-panel .select2-container--default .select2-results__option--highlighted[data-selected] {
1181
  background-color: #e8eff1;
1182
  color: #4e8ba2;
1183
  outline: none;
1184
  }
1185
 
1186
  .yith-plugin-ui .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
1187
+ .yith-plugin-fw-panel .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
1188
  float: right;
1189
  padding-left: 15px;
1190
  text-indent: -9999px;
1193
 
1194
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after,
1195
  .woocommerce .yith-plugin-ui .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after,
1196
+ .yith-plugin-ui .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after {
1197
  float: right;
1198
  color: #fff;
1199
  content: "\e906";
1203
  text-indent: 0;
1204
  }
1205
 
1206
+ .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after {
1207
  color: #000;
1208
  }
1209
 
1210
  .yith-plugin-ui .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after
1211
+ .yith-plugin-fw-panel .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after {
1212
  color: #000;
1213
  }
1214
+
1215
  .yith-plugin-ui .select2-container .select2-selection--multiple,
1216
+ .yith-plugin-ui .select2-container--default.select2-container--focus .select2-selection--multiple {
1217
  border: 0;
1218
  }
1219
 
1220
+ .yith-plugin-fw .select2-search input[type=text] {
1221
  border: 0;
1222
  padding: 0;
1223
  height: auto;
1224
  }
1225
+
1226
+ .yith-plugin-ui .yith-plugin-fw-select-field-wrapper span.yith-icon.yith-icon-magnifier,
1227
+ .yith-plugin-fw-panel .yith-plugin-fw-select-field-wrapper span.yith-icon.yith-icon-magnifier {
1228
  position: absolute;
1229
  padding-top: 5px;
1230
  }
1231
 
1232
+ .yith-plugin-ui input[type=text].select2-search__field {
1233
  border: 0;
1234
  padding: 0;
1235
  height: 30px;
1236
  }
1237
+
1238
  .yith-plugin-ui .select2-container--default .select2-search--dropdown .select2-search__field,
1239
+ .yith-plugin-fw-panel .select2-container--default .select2-search--dropdown .select2-search__field {
1240
  border: 1px solid #d9d9d9;
1241
  border-radius: 8px;
1242
  box-shadow: none;
1243
  }
1244
+
1245
  .yith-plugin-ui .select2-dropdown,
1246
+ .yith-plugin-fw-panel .select2-dropdown {
1247
  border: 1px solid #d9d9d9;
1248
  }
1249
+
1250
  /** RADIO BUTTON **/
1251
+ .yith-plugin-ui [type="radio"]:checked,
1252
+ .yith-plugin-ui [type="radio"]:not(:checked) {
1253
  position: absolute;
1254
  left: -9999px;
1255
  }
1256
+
1257
  .yith-plugin-ui [type="radio"]:checked + label,
1258
+ .yith-plugin-ui [type="radio"]:not(:checked) + label {
 
1259
  position: relative;
1260
  padding-left: 35px;
1261
  cursor: pointer;
1264
  color: #716269;
1265
  font-size: 14px;
1266
  }
1267
+
1268
  .yith-plugin-ui [type="radio"]:checked + label:before,
1269
+ .yith-plugin-ui [type="radio"]:not(:checked) + label:before {
1270
  content: '';
1271
  position: absolute;
1272
  left: 0;
1277
  border-radius: 100%;
1278
  background: #fff;
1279
  }
1280
+
1281
  .yith-plugin-ui [type="radio"]:checked + label:after,
1282
  .yith-plugin-ui [type="radio"]:not(:checked) + label:after {
1283
  content: '';
1291
  -webkit-transition: all 0.2s ease;
1292
  transition: all 0.2s ease;
1293
  }
1294
+
1295
  .yith-plugin-ui [type="radio"]:not(:checked) + label:after {
1296
  opacity: 0;
1297
  -webkit-transform: scale(0);
1298
  transform: scale(0);
1299
  }
1300
+
1301
  .yith-plugin-ui [type="radio"]:checked + label:after {
1302
  opacity: 1;
1303
  -webkit-transform: scale(1);
1315
  border-radius: 3px;
1316
  display: inline-block;
1317
  position: relative;
1318
+ margin-right: 10px;
1319
  }
1320
+
1321
+ .yith-plugin-ui input[type="checkbox"]:checked {
1322
  background-color: #4e8ba2;
1323
  border-color: #488197;
1324
  }
1325
+
1326
  .yith-plugin-ui .forminp-checkbox span.description.inline {
1327
  margin-left: 10px;
1328
  }
1329
+
1330
+ .yith-plugin-ui input[type="checkbox"]:checked:before {
1331
  display: none;
1332
  }
1333
 
1346
  display: none;
1347
  }
1348
 
1349
+ .yith-plugin-ui .yith-plugin-fw-onoff-container input + span {
1350
  border: 1px solid #d8d8d8;
1351
  background-color: #fff;
1352
  width: 60px;
1353
  height: 24px;
1354
  }
1355
 
1356
+ .yith-plugin-ui .yith-plugin-fw-onoff-container input + span:before {
1357
  background-color: #d8d8d8;
1358
  }
1359
 
1364
  left: 6px;
1365
  background-color: #d8d8d8;
1366
  }
1367
+
1368
+ .yith-plugin-ui .yith-plugin-fw-onoff-container input + span:after {
1369
  content: 'OFF';
1370
  width: 14px;
1371
  height: 14px;
1378
  }
1379
 
1380
  .yith-plugin-ui .yith-plugin-fw-onoff-container input:checked + span,
1381
+ .yith-plugin-ui .yith-plugin-fw-onoff-container input.onoffchecked + span {
1382
  background-color: #fff;
1383
  border-color: #98aa36;
1384
  }
1385
 
1386
  .yith-plugin-ui .yith-plugin-fw-onoff-container input:checked + span:before,
1387
+ .yith-plugin-ui.yith-plugin-fw-onoff-container input.onoffchecked + span:before {
1388
  background-color: #98aa36;
1389
  left: 41px;
1390
  }
1391
 
1392
  .yith-plugin-ui .yith-plugin-fw-onoff-container input:checked + span:after,
1393
+ .yith-plugin-ui.yith-plugin-fw-onoff-container input.onoffchecked + span:after {
1394
  content: 'ON';
1395
  color: #98aa36;
1396
  width: 14px;
1402
  margin-top: 5px;
1403
  }
1404
 
1405
+ .yith-plugin-ui .yith-plugin-fw-onoff-container input + span {
1406
  text-indent: 0;
1407
  }
1408
 
1411
  DATEPICKER
1412
  */
1413
  .yith-plugin-ui div#ui-datepicker-div,
1414
+ .yith-plugin-fw-panel div#ui-datepicker-div {
1415
  border: 0;
1416
+ box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
1417
  }
1418
 
1419
  .yith-plugin-ui .ui-datepicker-header.ui-widget-header,
1420
  .yith-plugin-fw-panel .ui-datepicker-header.ui-widget-header {
1421
+ background: #4e8ba2;
1422
  color: #fff;
1423
  font-size: 11px;
1424
  line-height: 25px;
1425
+ border: 0;
1426
  min-height: 25px;
1427
  }
1428
+
1429
  .yith-plugin-ui .ui-datepicker-title,
1430
+ .yith-plugin-fw-panel .ui-datepicker-title {
1431
  line-height: 25px;
1432
  }
1433
+
1434
  .yith-plugin-ui .ui-datepicker th,
1435
+ .yith-plugin-fw-panel .ui-datepicker th {
1436
  color: #716269;
1437
  }
1438
+
1439
  .yith-plugin-ui .ui-widget-header .ui-icon,
1440
  .yith-plugin-ui .ui-widget-header .ui-state-hover,
1441
+ .yith-plugin-ui .ui-datepicker .ui-datepicker-prev,
1442
+ .yith-plugin-ui .ui-datepicker .ui-datepicker-next,
1443
  .yith-plugin-ui .ui-icon.ui-icon-circle-triangle-w,
1444
  .yith-plugin-ui .ui-icon.ui-icon-circle-triangle-e,
1445
  .yith-plugin-fw-panel .ui-widget-header .ui-icon,
1446
  .yith-plugin-fw-panel .ui-widget-header .ui-state-hover,
1447
+ .yith-plugin-fw-panel .ui-datepicker .ui-datepicker-prev,
1448
+ .yith-plugin-fw-panel .ui-datepicker .ui-datepicker-next,
1449
  .yith-plugin-fw-panel .ui-icon.ui-icon-circle-triangle-w,
1450
+ .yith-plugin-fw-panel .ui-icon.ui-icon-circle-triangle-e {
1451
  background: none;
1452
  content: "";
1453
  border: 0;
1454
  text-indent: 0;
1455
+ width: 15px;
1456
  height: 20px;
1457
+ display: block;
1458
+ overflow: hidden;
1459
+ }
1460
+
1461
+ .yith-plugin-ui .yith-password-wrapper {
1462
+ display: inline-block;
1463
+ width: auto;
1464
+ position: relative;
1465
+ }
1466
+
1467
+ .yith-plugin-ui .yith-password-wrapper .yith-password-eye-closed:before,
1468
+ .yith-plugin-ui .yith-password-wrapper .yith-password-eye:before {
1469
+ content: '\e911';
1470
+ color: #999;
1471
+ font-family: 'yith-icon';
1472
+ font-size: 20px;
1473
+ font-weight: normal;
1474
+ width: 15px;
1475
+ display: block;
1476
+ position: absolute;
1477
+ right: 13px;
1478
+ top: 0;
1479
+ line-height: 38px;
1480
+ bottom: 0;
1481
+ cursor: pointer;
1482
+ }
1483
+
1484
+ .yith-plugin-ui .yith-password-wrapper .yith-password-eye-closed:before {
1485
+ content: '\e912';
1486
  }
1487
 
1488
  .yith-plugin-ui .ui-icon.ui-icon-circle-triangle-w:before,
1492
  font-family: 'yith-icon';
1493
  font-size: 12px;
1494
  font-weight: normal;
1495
+ width: 15px;
1496
+ display: block;
1497
  }
1498
+
1499
  .yith-plugin-ui .ui-icon.ui-icon-circle-triangle-e:before,
1500
  .yith-plugin-fw-panel .ui-icon.ui-icon-circle-triangle-e:before {
1501
  content: "\e902";
1504
  font-family: 'yith-icon';
1505
  font-size: 12px;
1506
  font-weight: normal;
1507
+ width: 15px;
1508
+ display: block;
1509
  }
1510
 
1511
  /* arrow */
1512
+ .yith-plugin-ui .ui-datepicker .ui-datepicker-prev,
1513
+ .yith-plugin-ui .ui-datepicker .ui-datepicker-next,
1514
  .yith-plugin-ui .ui-datepicker-prev.ui-datepicker-prev-hover,
1515
  .yith-plugin-ui .ui-datepicker-prev.ui-datepicker-next-hover,
1516
+ .yith-plugin-fw-panel .ui-datepicker .ui-datepicker-prev,
1517
+ .yith-plugin-fw-panel .ui-datepicker .ui-datepicker-next,
1518
  .yith-plugin-fw-panel .ui-datepicker-prev.ui-datepicker-prev-hover,
1519
+ .yith-plugin-fw-panel .ui-datepicker-prev.ui-datepicker-next-hover {
1520
  top: 1px;
1521
  cursor: pointer;
1522
  }
1523
+
1524
  .yith-plugin-ui .ui-datepicker-prev.ui-datepicker-prev,
1525
  .yith-plugin-ui .ui-datepicker-prev.ui-datepicker-prev-hover,
1526
  .yith-plugin-fw-panel .ui-datepicker-prev.ui-datepicker-prev,
1527
+ .yith-plugin-fw-panel .ui-datepicker-prev.ui-datepicker-prev-hover {
1528
  left: 5px;
1529
  }
1530
+
1531
  .yith-plugin-ui .ui-datepicker .ui-datepicker-next,
1532
  .yith-plugin-ui .ui-datepicker-next.ui-datepicker-next-hover,
1533
  .yith-plugin-fw-panel .ui-datepicker .ui-datepicker-next,
1534
+ .yith-plugin-fw-panel .ui-datepicker-next.ui-datepicker-next-hover {
1535
  right: 1px;
1536
  }
1537
 
1538
+ .yith-plugin-ui .ui-datepicker table,
1539
+ .yith-plugin-fw-panel .ui-datepicker table {
1540
  font-size: 10px;
1541
  }
1542
 
1545
  .yith-plugin-ui .ui-widget-header .ui-state-default,
1546
  .yith-plugin-fw-panel .ui-state-default,
1547
  .yith-plugin-fw-panel .ui-widget-content .ui-state-default,
1548
+ .yith-plugin-fw-panel .ui-widget-header .ui-state-default {
1549
+ background: #fff;
1550
  border: 1px solid #d9d9d9;
1551
 
1552
  }
1553
+
1554
  .yith-plugin-ui .ui-state-hover,
1555
  .yith-plugin-ui .ui-widget-content .ui-state-hover,
1556
  .yith-plugin-ui a.ui-state-default:focus,
1560
  .yith-plugin-fw-panel .ui-widget-content .ui-state-hover,
1561
  .yith-plugin-fw-panel a.ui-state-default:focus,
1562
  .yith-plugin-fw-panel .ui-widget-content .ui-state-focus,
1563
+ .yith-plugin-fw-panel .ui-widget-header .ui-state-focus {
1564
+ background: #ebf1f3;
1565
+ border: 1px solid #bfd5dd;
1566
  outline: none;
1567
  box-shadow: none;
1568
  }
1569
+
1570
  .yith-plugin-ui .ui-widget-header .ui-state-hover, .woocommerce .yith-plugin-ui .ui-state-focus,
1571
  .yith-plugin-fw-panel .ui-widget-header .ui-state-hover, .woocommerce .yith-plugin-ui .ui-state-focus {
1572
  background: none;
1574
  }
1575
 
1576
  /** colorpicker **/
1577
+ .yith-plugin-ui .yith-plugin-fw-field-wrapper .yith-colorpicker-group:not(:first-child) {
1578
+ margin-top: 20px;
1579
+ }
1580
+
1581
  .yith-plugin-ui .yith-plugin-fw-field-wrapper .iris-picker,
1582
  .yith-plugin-ui .yith-plugin-fw-field-wrapper .wp-picker-holder {
1583
  display: none !important;
1584
  }
1585
+
1586
+ .yith-plugin-ui .yith-plugin-fw-field-wrapper .wp-picker-input-wrap {
1587
  display: inline !important;
1588
  }
1589
+
1590
  .yith-plugin-ui .yith-plugin-fw-field-wrapper .wp-picker-active .iris-picker,
1591
  .yith-plugin-ui .yith-plugin-fw-field-wrapper .wp-picker-active .wp-picker-holder {
1592
  display: block !important;
1593
  }
1594
+
1595
+ .woocommerce .yith-plugin-ui .iris-picker {
1596
+ border: 0;
1597
  margin-top: 20px;
1598
  }
1599
+
1600
  .yith-plugin-ui .yith-plugin-fw input[type=text].wp-color-picker {
1601
+ border: 0;
1602
  padding: 2px 5px;
1603
+ height: 30px;
1604
  }
1605
+
1606
+ .yith-plugin-ui .wp-color-result-text {
1607
  display: none;
1608
  }
1609
 
1610
+ .yith-plugin-ui .wp-picker-container .wp-color-result.button {
1611
  width: 30px;
1612
  height: 30px;
1613
  border: 0;
1617
  display: inline-block;
1618
  vertical-align: middle;
1619
  }
1620
+
1621
+ .yith-plugin-ui .wp-picker-default-custom {
1622
  cursor: pointer;
1623
  width: 25px;
1624
  padding: 0 5px;
1626
  vertical-align: middle;
1627
  position: relative;
1628
  }
1629
+
1630
  .yith-plugin-ui .wp-picker-default-custom input.button {
1631
  opacity: 0;
1632
  margin: 0;
1638
  bottom: 0;
1639
  z-index: 2;
1640
  }
1641
+
1642
+ .yith-plugin-ui .wp-picker-default-custom:before {
1643
  content: "\e910";
1644
  text-indent: 0;
1645
  font-family: 'yith-icon';
1646
  font-size: 20px;
1647
  color: #d8d8d8;
1648
  font-weight: normal;
1649
+ width: 15px;
1650
+ display: block;
1651
  background: none;
1652
  line-height: 20px;
1653
  margin-left: 8px;
1654
  }
1655
+
1656
+ .yith-plugin-ui .wp-picker-container {
1657
  width: auto;
1658
  display: inline-block;
1659
  border: 1px solid #d9d9d9;
1661
  padding: 5px;
1662
  }
1663
 
1664
+ .yith-plugin-ui .iris-picker .iris-square-inner {
1665
  box-shadow: none;
1666
  border: 1px solid #d9d9d9;
1667
  }
1668
 
1669
+ .yith-plugin-ui .yith-single-colorpicker {
1670
  display: inline-block;
1671
  width: 220px;
1672
  }
1673
 
1674
+ .yith-plugin-ui .yith-single-colorpicker > label {
1675
  display: block;
1676
  font-size: 11px;
1677
  font-weight: 600;
1678
+ margin: 0 0 10px 0;
1679
  }
1680
 
1681
  /* RANGE SLIDER */
1682
+ .yith-plugin-ui .ui-slider-horizontal .ui-slider-handle {
1683
+ top: -45px !important;
1684
  }
1685
 
1686
  .yith-plugin-ui .ui-slider-horizontal .ui-slider-handle {
1702
  transition: opacity .3s ease-in-out 0s;
1703
  box-shadow: 0px 1px 7px 0px rgba(1, 1, 1, 0.13);
1704
  }
1705
+
1706
  .yith-plugin-ui .ui-slider-horizontal .ui-slider-handle:before {
1707
  position: absolute;
1708
  bottom: -3px;
1717
  -ms-transform: rotate(-45deg);
1718
  transform: rotate(-45deg);
1719
  }
1720
+
1721
+ .yith-plugin-ui .ui-slider.ui-widget-content .ui-widget-header {
1722
+ background: #4e8ba2;
1723
  }
1724
+
1725
+ .yith-plugin-ui .ui-slider-horizontal .ui-slider-handle:after {
1726
  content: '';
1727
  width: 17px;
1728
  height: 17px;
1733
  border-radius: 50%;
1734
  box-shadow: 0px 1px 6px 0px rgba(1, 1, 1, 0.25);
1735
  }
1736
+
1737
+ .yith-plugin-ui .ui-slider.ui-widget-content {
1738
  height: 5px !important;
1739
  }
1740
 
1741
+ .yith-plugin-ui .ui-slider .minCaption,
1742
+ .yith-plugin-ui .ui-slider .maxCaption {
1743
  font-weight: 700;
1744
  font-size: 12px;
1745
  }
1747
 
1748
  /* ADD_BOX AND TOGGLE */
1749
  .yith-plugin-ui .yith-add-box,
1750
+ .yith-plugin-ui .yith-toggle-row {
1751
+ width: 70%;
1752
  border: 1px solid #d9d9d9;
1753
+ box-shadow: none;
1754
  border-radius: 4px;
1755
  margin: 20px 0;
1756
  padding: 10px;
1757
  box-sizing: border-box;
1758
  background: white;
1759
  }
1760
+
1761
+ .yith-plugin-ui .yith-toggle-row {
1762
  cursor: pointer;
1763
+ transition: all ease 0.5s;
1764
  }
1765
+
1766
+ .yith-plugin-ui .yith-toggle-row.highlight {
1767
+ transition: all ease 0.5s;
1768
+ /*box-shadow: 0 0 7px rgb(81, 117, 129);*/
1769
+ box-shadow: 0 0 7px rgb(30, 140, 190);
1770
+
1771
+ display: block;
1772
+ }
1773
+
1774
+ .yith-plugin-ui .yith-add-box {
1775
+ padding: 25px;
1776
  display: none;
1777
  }
1778
+
1779
+ .yith-plugin-ui .yith-toggle-title {
1780
  position: relative;
1781
  }
1782
+
1783
  .yith-plugin-ui #plugin-fw-wc .yith-toggle-title h3,
1784
+ .yith-plugin-ui.metaboxes-tab.yith-plugin-ui h3,
1785
+ .yith-plugin-ui .yith-toggle-title h3 {
1786
  padding: 0px 20px 0px 25px;
1787
+ margin: 3px 0;
1788
+
1789
  display: inline-block;
1790
  position: relative;
1791
  min-width: 173px;
1792
  box-sizing: border-box;
1793
  font-weight: 600;
1794
  font-size: 15px;
1795
+ color: #23282d;
1796
+ text-transform: inherit;
1797
  }
1798
 
1799
+ .yith-plugin-ui .yith-toggle-title .subtitle {
1800
  padding-left: 0;
1801
+ padding-top: 8px;
1802
  font-size: 12px;
1803
  }
1804
 
1805
+ .yith-plugin-ui .yith-toggle {
1806
  position: absolute;
1807
  width: 30px;
 
 
1808
  cursor: pointer;
1809
+ left: 0;
1810
+ top: 0;
1811
  bottom: 0;
1812
+ margin: auto;
1813
+ display: flex;
1814
+ align-items: center;
1815
  }
1816
+
1817
+ .yith-plugin-ui .yith-toggle > span:before {
1818
  color: #405e69;
1819
  }
1820
 
1821
+ .yith-plugin-ui .yith-toggle > span {
1822
  position: absolute;
1823
  right: 50%;
1824
  transition: transform .3s;
1826
  }
1827
 
1828
 
1829
+ .yith-plugin-ui .yith-toggle-row-opened .yith-toggle span {
1830
+ transform: rotateZ(90deg);
1831
  }
1832
 
1833
+ .yith-plugin-ui .yith-toggle-content {
1834
  display: none;
1835
  position: relative;
1836
  padding: 30px 25px;
1837
  }
1838
+
1839
+ .yith-plugin-ui .yith-toggle-row-opened .yith-toggle-content {
1840
  /* display: block;*/
1841
  }
1842
+
1843
  .yith-plugin-ui .yith-add-box-row,
1844
+ .yith-plugin-ui .yith-toggle-row-opened .yith-toggle-content .yith-toggle-content-row {
1845
  display: table;
1846
+ margin-bottom: 40px;
1847
  }
1848
+
1849
  .yith-plugin-ui .yith-add-box-row label,
1850
+ .yith-plugin-ui .yith-toggle-row-opened .yith-toggle-content .yith-toggle-content-row label {
1851
  display: table-cell;
1852
+ width: 200px;
1853
+ padding-right: 21px;
1854
  color: #33373b;
1855
+ font-size: 14px;
1856
  vertical-align: top;
1857
  font-weight: 600;
1858
  }
1859
+ .yith-plugin-ui .yith-plugin-fw-radio__row label{
1860
+ font-weight: 400!important;
1861
+ }
1862
  .yith-plugin-ui .yith-add-box-row .yith-plugin-fw-field-wrapper:not(.yith-plugin-fw-title-field-wrapper),
1863
+ .yith-plugin-ui .yith-toggle-row-opened .yith-plugin-fw-field-wrapper:not(.yith-plugin-fw-title-field-wrapper) {
1864
+ margin-top: 10px;
1865
  width: auto;
1866
  float: none;
1867
  vertical-align: middle;
1868
  position: relative;
1869
  }
1870
+
1871
  .yith-plugin-ui .yith-add-box-row span.yith-icon,
1872
+ .yith-plugin-ui .yith-toggle-row-opened .yith-toggle-content .yith-toggle-content-row span.yith-icon {
1873
  position: absolute;
1874
  right: 15px;
1875
  top: 0;
1876
  bottom: 0;
1877
  }
1878
+
1879
  .yith-plugin-ui .yith-add-box-buttons,
1880
+ .yith-plugin-ui .yith-toggle-content-buttons {
1881
  text-align: right;
1882
  }
1883
+
1884
  .yith-plugin-ui .yith-toggle-onoff {
1885
  position: absolute;
1886
  cursor: pointer;
1887
  right: 0;
1888
  }
1889
+
1890
+ .yith-plugin-ui .yith-toggle_wrapper.ui-sortable .yith-toggle-onoff {
1891
  right: 30px;
1892
  }
1893
+
1894
+ .yith-plugin-ui .yith-toggle-row .yith-icon-drag {
1895
  position: absolute;
1896
  right: 0;
1897
  top: 25%;
1898
  bottom: 0;
1899
  line-height: 1;
1900
  }
1901
+
1902
+ .yith-plugin-ui .yith-toggle-row.with-subtitle .yith-toggle-onoff {
 
 
1903
  top: 25%;
1904
  }
1905
 
1906
  /** SPINNER **/
1907
+ .yith-plugin-ui .spinner {
1908
  vertical-align: -5px;
1909
  float: none;
1910
  }
1911
 
1912
+ .yith-plugin-ui .spinner.show {
1913
  visibility: visible;
1914
  }
1915
 
1916
  /* LIST TABLE */
1917
+ .yith-plugin-ui .form-table .list-table td {
1918
  padding: 15px 0px;
1919
  }
1920
+
1921
+ .woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table .bulkactions select {
1922
  border: 1px solid #d8d8d8;
1923
  max-width: 200px;
1924
  max-height: 30px;
1925
  padding: 0 10px;
1926
+ margin-right: 5px;
1927
  }
1928
+
1929
+ .yith-plugin-ui .form-table .list-table th {
1930
  width: initial;
1931
  }
1932
 
1933
+ .yith-plugin-ui #plugin-fw-wc table.wp-list-table tbody td {
 
 
 
1934
  padding-left: 20px;
1935
  }
1936
+
1937
+ .yith-plugin-ui #plugin-fw-wc table.wp-list-table th,
1938
+ .yith-plugin-ui #plugin-fw-wc table.wp-list-table td {
1939
+ padding: 15px 20px 15px 20px;
1940
+ }
1941
+
1942
+ .yith-plugin-ui #plugin-fw-wc table.wp-list-table thead td,
1943
+ .yith-plugin-ui #plugin-fw-wc table.wp-list-table thead th,
1944
+ .yith-plugin-ui #plugin-fw-wc table.wp-list-table tfoot td,
1945
+ .yith-plugin-ui #plugin-fw-wc table.wp-list-table tfoot th {
1946
+ padding: 3px 20px;
1947
+ }
1948
+
1949
+ .yith-plugin-ui #plugin-fw-wc table.wp-list-table thead a,
1950
+ .yith-plugin-ui #plugin-fw-wc table.wp-list-table tfoot a {
1951
+ padding-left: 0;
1952
+ }
1953
+
1954
+ .yith-plugin-ui .yith-plugin-fw-list-table h2 {
1955
  border: 0;
1956
  padding: 35px 0 15px;
1957
  display: inline-block;
1958
  margin-right: 10px;
1959
  }
1960
+
1961
+ .yith-plugin-ui .form-table .yith-plugin-fw-list-table table th {
1962
  vertical-align: middle;
1963
  }
1964
+
1965
+ .yith-plugin-ui .yith-plugin-fw-list-table-container {
1966
  padding: 0 20px;
1967
  }
1968
+
1969
+ .yith-plugin-ui #doaction, .yith-plugin-ui #doaction2,
1970
+ .yith-plugin-ui #post-query-submit,
1971
+ .yith-plugin-ui #search-submit,
1972
+ .yith-plugin-ui .button.filter-button {
1973
+ margin-left: 0;
1974
  height: 33px;
1975
+ padding: 0 10px;
1976
+ line-height: 33px;
1977
  }
1978
+
1979
+ .yith-plugin-ui .bulkactions {
1980
  margin: 10px 0;
1981
  }
1982
+
1983
+ .yith-plugin-ui .form-table td p.yith-section-description {
1984
+ color: #716269;
1985
  margin-bottom: 20px;
1986
  }
1987
 
1988
  /** Time picker width*/
1989
  .yith-plugin-ui input.ui-timepicker-input {
1990
+ width: 100px !important;
1991
  }
1992
+
1993
  /** date format **/
1994
  .yith-plugin-ui .yith-plugin-fw-date-format code {
1995
  margin-left: 30px;
2006
  float: left;
2007
  }
2008
 
2009
+ .yith-plugin-ui td.forminp-checkbox.two-cols fieldset:nth-child(2n+1) {
2010
  clear: both;
2011
  }
2012
 
2016
  float: left;
2017
  }
2018
 
2019
+ .yith-plugin-ui td.forminp-checkbox.three-cols fieldset:nth-child(3n+1) {
2020
  clear: both;
2021
  }
2022
 
 
2023
  .yith-plugin-fw-checkbox-field-wrapper {
2024
  display: inline-block !important;
 
 
2025
  }
2026
+
2027
  .yith-plugin-fw-checkbox-field-wrapper + span.description {
2028
  display: inline-block;
2029
  vertical-align: middle;
2030
  margin: 0;
2031
  }
2032
+
2033
  .yith-plugin-ui span.description {
2034
  margin-top: 10px;
2035
+ line-height: 20px;
2036
  }
2037
+
2038
  .yith-plugin-fw-option-with-description {
2039
  display: table-cell;
2040
  width: auto;
2041
  vertical-align: top;
2042
  }
2043
+
2044
  /** YITH PANEL **/
2045
+ .yith-plugin-ui #yith-plugin-fw-panel {
2046
  margin-top: -10px;
2047
  }
2048
+
2049
+ .yith-plugin-ui #plugin-fw-wc, .yith-plugin-ui #yith-plugin-fw-panel {
2050
  padding-top: 0;
2051
  }
2052
+
2053
+ .yith-plugin-ui .plugin-option tr {
2054
  border: 0;
2055
  }
2056
 
2057
+ @media screen and (max-width: 1440px) {
2058
  .yith-plugin-ui .yith-add-box,
2059
+ .yith-plugin-ui .yith-toggle-row {
2060
  width: 80%;
2061
  }
2062
  }
2063
+
2064
+ @media screen and (max-width: 1024px) {
2065
  .yith-plugin-ui .yith-add-box,
2066
+ .yith-plugin-ui .yith-toggle-row {
2067
  width: 90%;
2068
  }
2069
 
2079
  float: left;
2080
  }
2081
 
2082
+ .yith-plugin-ui td.forminp-checkbox.two-cols fieldset:nth-child(2n+1) {
2083
  clear: both;
2084
  }
2085
 
2086
+ .yith-plugin-ui td.forminp-checkbox.three-cols fieldset:nth-child(3n+1) {
2087
  clear: initial;
2088
  }
2089
  }
2090
+
2091
+ @media screen and (max-width: 782px) {
2092
+ .yith-plugin-fw-banner.yith-plugin-fw-banner-free {
2093
  height: auto;
2094
  background-color: #a9c7d3;
2095
  }
2096
+
2097
+ .yith-plugin-fw-banner.yith-plugin-fw-banner-free ul {
2098
  width: 90%;
2099
  text-align: center;
2100
  }
2101
+
2102
+ .yith-plugin-fw-banner.yith-plugin-fw-banner-free li img {
2103
  width: 90%;
2104
  margin: 0 auto;
2105
  }
2106
+
2107
+ .yith-plugin-fw-banner h1 {
2108
  line-height: 1.2em;
2109
  }
2110
 
2111
  .yith-plugin-ui .yith-add-box,
2112
+ .yith-plugin-ui .yith-toggle-row {
2113
  width: 100%;
2114
  }
2115
 
2116
  .yith-plugin-ui td.forminp-checkbox.two-cols fieldset,
2117
+ .yith-plugin-ui td.forminp-checkbox.three-cols fieldset {
2118
  width: 100%;
2119
  clear: initial;
2120
  }
plugin-fw/assets/fonts/yith-icon.eot CHANGED
Binary file
plugin-fw/assets/fonts/yith-icon.svg CHANGED
@@ -24,4 +24,13 @@
24
  <glyph unicode="&#xe90e;" glyph-name="info" d="M511.957 92.471c-196.017 0-355.555 159.466-355.555 355.555 0 196.053 159.538 355.555 355.555 355.555 196.053 0 355.555-159.502 355.555-355.555 0-196.089-159.502-355.555-355.555-355.555zM511.957 874.692c-235.271 0-426.666-191.431-426.666-426.666 0-235.271 191.395-426.666 426.666-426.666 235.306 0 426.666 191.395 426.666 426.666 0 235.235-191.36 426.666-426.666 426.666zM476.402 270.248v177.777h35.555v-177.777h-35.555zM583.068 448.026v71.111h-213.333v-71.111h35.555v-248.888h213.333v71.111h-35.555v177.777zM494.179 661.359c9.813 0 17.778-8 17.778-17.778 0-9.813-7.964-17.778-17.778-17.778-9.778 0-17.778 7.964-17.778 17.778 0 9.778 8 17.778 17.778 17.778zM494.179 554.692c49.031 0 88.889 39.858 88.889 88.889 0 48.995-39.858 88.889-88.889 88.889-48.995 0-88.889-39.893-88.889-88.889 0-49.031 39.893-88.889 88.889-88.889z" />
25
  <glyph unicode="&#xe90f;" glyph-name="drag" d="M241.835 409.259h232.277v-232.277h-116.053l156.501-154.795 156.501 154.795h-119.467v232.277h233.813v-116.224l154.965 156.672-154.965 156.501v-119.467h-233.813v232.277h119.467l-156.501 154.795-156.501-154.795h116.053v-232.277h-232.277v119.467l-154.795-156.501 154.795-156.672z" />
26
  <glyph unicode="&#xe910;" glyph-name="reset" d="M188.928 400.384c23.211-158.379 159.573-280.405 324.267-280.405 118.613 0 228.352 64.341 286.379 167.936l-63.488 35.499c-45.227-80.555-130.56-130.731-222.891-130.731-120.491 0-221.525 84.139-248.149 196.608l40.107-40.107 51.541 51.541-135.168 135.168-135.168-135.168 51.541-51.541 51.029 51.2zM513.195 703.317c121.685 0 223.573-85.675 249.003-199.68l-43.179 43.179-51.541-51.541 135.168-135.168 135.168 135.168-51.541 51.541-48.981-48.981c-24.064 157.355-159.915 278.528-323.925 278.528-116.736 0-225.621-62.805-284.16-164.011l63.147-36.523c45.227 78.507 129.877 127.488 220.843 127.488z" />
 
 
 
 
 
 
 
 
 
27
  </font></defs></svg>
24
  <glyph unicode="&#xe90e;" glyph-name="info" d="M511.957 92.471c-196.017 0-355.555 159.466-355.555 355.555 0 196.053 159.538 355.555 355.555 355.555 196.053 0 355.555-159.502 355.555-355.555 0-196.089-159.502-355.555-355.555-355.555zM511.957 874.692c-235.271 0-426.666-191.431-426.666-426.666 0-235.271 191.395-426.666 426.666-426.666 235.306 0 426.666 191.395 426.666 426.666 0 235.235-191.36 426.666-426.666 426.666zM476.402 270.248v177.777h35.555v-177.777h-35.555zM583.068 448.026v71.111h-213.333v-71.111h35.555v-248.888h213.333v71.111h-35.555v177.777zM494.179 661.359c9.813 0 17.778-8 17.778-17.778 0-9.813-7.964-17.778-17.778-17.778-9.778 0-17.778 7.964-17.778 17.778 0 9.778 8 17.778 17.778 17.778zM494.179 554.692c49.031 0 88.889 39.858 88.889 88.889 0 48.995-39.858 88.889-88.889 88.889-48.995 0-88.889-39.893-88.889-88.889 0-49.031 39.893-88.889 88.889-88.889z" />
25
  <glyph unicode="&#xe90f;" glyph-name="drag" d="M241.835 409.259h232.277v-232.277h-116.053l156.501-154.795 156.501 154.795h-119.467v232.277h233.813v-116.224l154.965 156.672-154.965 156.501v-119.467h-233.813v232.277h119.467l-156.501 154.795-156.501-154.795h116.053v-232.277h-232.277v119.467l-154.795-156.501 154.795-156.672z" />
26
  <glyph unicode="&#xe910;" glyph-name="reset" d="M188.928 400.384c23.211-158.379 159.573-280.405 324.267-280.405 118.613 0 228.352 64.341 286.379 167.936l-63.488 35.499c-45.227-80.555-130.56-130.731-222.891-130.731-120.491 0-221.525 84.139-248.149 196.608l40.107-40.107 51.541 51.541-135.168 135.168-135.168-135.168 51.541-51.541 51.029 51.2zM513.195 703.317c121.685 0 223.573-85.675 249.003-199.68l-43.179 43.179-51.541-51.541 135.168-135.168 135.168 135.168-51.541 51.541-48.981-48.981c-24.064 157.355-159.915 278.528-323.925 278.528-116.736 0-225.621-62.805-284.16-164.011l63.147-36.523c45.227 78.507 129.877 127.488 220.843 127.488z" />
27
+ <glyph unicode="&#xe911;" glyph-name="arrow_eye" d="M512 184.32c147.797 0 288.939 82.603 408.235 238.933l17.408 22.869-17.408 22.869c-119.296 156.501-260.437 239.104-408.235 239.104s-289.109-82.603-408.235-239.104l-17.408-22.869 17.408-22.869c119.125-156.331 260.437-238.933 408.235-238.933zM512 632.661c116.395 0 230.059-64.341 330.411-186.539-100.352-122.027-214.187-186.368-330.411-186.368-116.395 0-230.059 64.341-330.411 186.539 100.181 122.027 214.016 186.368 330.411 186.368zM510.293 293.717c83.115 0 150.699 67.584 150.699 150.699s-67.584 150.699-150.699 150.699c-83.115 0-150.699-67.584-150.699-150.699s67.584-150.699 150.699-150.699zM510.293 519.68c41.472 0 75.264-33.792 75.264-75.264s-33.792-75.264-75.264-75.264c-41.472 0-75.264 33.792-75.264 75.264-0.171 41.472 33.621 75.264 75.264 75.264z" />
28
+ <glyph unicode="&#xe912;" glyph-name="arrow_eye_closed" d="M920.235 468.992c-119.296 156.501-260.437 239.104-408.235 239.104-57.296 0-113.616-12.423-168.047-36.743l70.881-53.755c32.024 9.991 64.493 15.065 97.166 15.065 116.395 0 230.059-64.341 330.411-186.54-27.682-33.661-56.393-62.906-85.893-87.648l61.426-46.583c35.519 31.508 69.722 68.681 102.292 111.363l17.408 22.868-17.41 22.869zM510.293 595.115c-18.676 0-36.564-3.422-53.081-9.656l203.208-154.107c0.37 4.306 0.572 8.661 0.572 13.063 0 83.116-67.584 150.7-150.699 150.7zM873.18 226.28l-713.387 541.013c-21.289 16.145-51.633 11.974-67.779-9.315s-11.976-51.633 9.315-67.779l123.489-93.652c-42.291-34.717-82.818-77.322-121.054-127.556l-17.408-22.869 17.408-22.869c119.125-156.332 260.437-238.933 408.235-238.933 65.911 0 130.495 16.445 192.411 48.517l110.302-83.651c8.743-6.63 19.011-9.834 29.196-9.834 14.619 0 29.068 6.6 38.583 19.147 16.147 21.291 11.977 51.635-9.312 67.78zM523.187 370.273c-4.192-0.73-8.497-1.121-12.894-1.121-38.915 0-71.067 29.756-74.882 67.688l87.776-66.567zM512 259.755c-116.395 0-230.059 64.34-330.411 186.539 33.684 41.028 68.92 75.481 105.271 103.204l79.536-60.319c-4.41-14.148-6.799-29.181-6.799-44.764 0-83.113 67.584-150.699 150.699-150.699 30.172 0 58.289 8.917 81.877 24.241l44.037-33.396c-40.75-16.406-82.321-24.806-124.209-24.806z" />
29
+ <glyph unicode="&#xe913;" glyph-name="calendar_add" d="M547.499 483.499h-70.997v-106.496h-106.325v-70.827h106.325v-106.496h70.997v106.496h106.325v70.827h-106.325zM902.315 802.816h-141.824v70.827h-70.997v-70.997h-354.816v70.997h-70.997v-70.997h-141.995v-780.459h780.459v780.629zM263.68 731.819v-70.997h70.997v70.997h354.816v-70.997h70.997v70.997h70.997v-106.496h-638.805v106.496h70.997zM192.683 93.184v461.312h638.635v-461.141h-638.635z" />
30
+ <glyph unicode="&#xe914;" glyph-name="calendar_money" d="M474.965 133.291h74.069v37.035c40.96 0 74.069 33.109 74.069 74.069v37.035c0 40.96-33.109 74.069-74.069 74.069h-74.069v37.035h148.139v74.069h-74.069v37.035h-74.069v-37.035c-40.96 0-74.069-33.109-74.069-74.069v-37.035c0-40.96 33.109-74.069 74.069-74.069h74.069v-37.035h-148.139v-74.069h74.069v-37.035zM252.928 873.643v-222.037h73.899v74.069h333.312v74.069h-333.312v73.899zM919.211 540.501v259.243h-148.139v73.899h-74.069v-222.037h74.069v74.069h74.069v-111.104h-666.283v111.104h37.035v74.069h-111.104v-777.387h814.421v518.144zM845.141 96.256h-666.283v444.245h666.283v-444.245z" />
31
+ <glyph unicode="&#xe915;" glyph-name="calendar2" d="M937.643 796.331h-154.795v77.312h-77.312v-232.107h77.312v77.312h77.483v-619.179h-696.661v619.179h38.741v77.483h-116.053v-773.973h851.285zM318.464 873.643h-77.312v-232.107h77.312v77.312h348.331v77.483h-348.331zM395.947 564.053h77.483v-77.483h-77.483v77.483zM550.741 564.053h77.483v-77.483h-77.483v77.483zM705.536 564.053h77.483v-77.483h-77.483v77.483zM241.152 409.259h77.483v-77.483h-77.483v77.483zM395.947 409.259h77.483v-77.483h-77.483v77.483zM550.741 409.259h77.483v-77.483h-77.483v77.483zM705.536 409.259h77.483v-77.483h-77.483v77.483zM241.152 254.464h77.483v-77.483h-77.483v77.483zM395.947 254.464h77.483v-77.483h-77.483v77.483zM550.741 254.464h77.483v-77.483h-77.483v77.483zM705.536 254.464h77.483v-77.483h-77.483v77.483z" />
32
+ <glyph unicode="&#xe916;" glyph-name="people" d="M263.68 696.32c0-39.211-31.787-70.997-70.997-70.997s-70.997 31.787-70.997 70.997c0 39.211 31.787 70.997 70.997 70.997s70.997-31.787 70.997-70.997zM121.685 128.683h70.997v212.821h35.499v-212.821h70.997v390.315h70.997v70.997h-212.992c-39.253 0-70.997-31.744-70.997-70.997v-177.323h35.499v-212.992zM902.315 696.32c0-39.211-31.787-70.997-70.997-70.997s-70.997 31.787-70.997 70.997c0 39.211 31.787 70.997 70.997 70.997s70.997-31.787 70.997-70.997zM866.816 589.824h-212.992v-70.997h70.997v-390.315h70.997v212.992h35.499v-212.821h70.997v212.821h35.499v177.493c-0.171 39.083-31.915 70.827-70.997 70.827zM582.997 696.32c0-39.211-31.787-70.997-70.997-70.997s-70.997 31.787-70.997 70.997c0 39.211 31.787 70.997 70.997 70.997s70.997-31.787 70.997-70.997zM405.504 518.997v-141.824h35.499v-248.32h141.824v248.149h35.499v141.824c0 39.253-31.744 70.997-70.997 70.997h-70.997c-38.912 0-70.827-31.744-70.827-70.827z" />
33
+ <glyph unicode="&#xe917;" glyph-name="shield_money" d="M146.091 837.12v-530.261l365.909-284.501 365.909 284.672v530.091h-219.477v-73.216h-36.523v109.739h-219.648v-109.739h-36.523v73.216h-219.648zM475.477 690.859v109.739h73.216v-109.739h182.955v73.216h73.216v-421.205l-292.864-227.669-292.693 227.669v421.035h73.216v-73.216h182.955zM548.523 324.949h-73.216c-20.139 0-36.523 16.384-36.523 36.523h-73.216c0-60.587 49.152-109.739 109.739-109.739v-36.523h73.216v36.523c60.587 0 109.739 49.152 109.739 109.739s-49.152 109.739-109.739 109.739h-73.216c-20.139 0-36.523 16.384-36.523 36.523s16.384 36.523 36.523 36.523h73.216c20.139 0 36.523-16.384 36.523-36.523h73.216c0 60.587-49.152 109.739-109.739 109.739v36.523h-73.216v-36.523c-60.587 0-109.739-49.152-109.739-109.739s49.152-109.739 109.739-109.739h73.216c20.139 0 36.523-16.384 36.523-36.523s-16.213-36.523-36.523-36.523z" />
34
+ <glyph unicode="&#xe918;" glyph-name="time_check" d="M86.528 448.341c-0.341-235.008 189.952-425.643 424.96-425.984s425.643 189.952 425.984 424.96c0.171 83.968-24.576 166.059-71.168 236.032l-60.075-63.488c22.528-39.765 37.035-83.627 42.325-129.195h-80.384v-84.651h80.384c-19.627-154.795-141.483-276.651-296.277-296.277v84.651h-84.651v-84.651c-154.795 19.456-276.821 141.483-296.277 296.277h84.651v84.651h-84.651c18.432 155.307 140.971 277.845 296.277 296.277v-82.603h84.651v81.749c46.251-5.803 90.795-21.163 130.731-44.885l61.44 61.44c-68.779 46.080-149.675 70.827-232.448 71.168-234.837-0.341-425.301-190.635-425.472-425.472zM414.549 605.355l-59.563-59.733 157.013-157.013 410.624 410.965-59.733 59.733-350.891-350.891z" />
35
+ <glyph unicode="&#xe919;" glyph-name="world_settings" d="M833.707 597.333l48.981 81.92-139.435 139.435-81.92-48.981c-8.875 4.267-18.091 7.851-27.648 11.435l-23.040 92.672h-98.645c-235.179-0.171-425.643-190.635-425.643-425.813s190.464-425.643 425.643-425.643h98.645l23.040 92.672c9.557 3.584 18.773 7.168 27.648 11.435l81.92-48.981 139.435 139.435-48.981 81.92c3.925 8.875 7.851 18.091 11.435 27.648l92.672 23.040v197.12l-92.672 23.040c-3.584 9.557-7.168 20.139-11.435 27.648zM319.659 448c0.171 35.669 3.243 71.339 9.216 106.496h147.627v-212.821h-147.627c-5.973 34.987-9.045 70.656-9.216 106.325zM476.501 795.989v-170.667h-129.877c28.16 86.699 75.264 150.869 129.877 170.667zM476.501 270.677v-171.008c-54.613 19.797-101.888 84.139-129.877 171.008h129.877zM547.499 547.669c55.125-20.309 83.456-81.579 63.147-136.704-10.752-29.184-33.792-52.224-63.147-63.147v199.851zM323.925 748.203c-22.869-38.4-40.277-79.701-51.712-122.709h-67.072c29.013 49.835 69.803 91.989 118.784 122.709zM173.568 554.496h83.797c-11.435-70.485-11.435-142.336 0-212.821h-83.797c-21.845 69.12-21.845 143.531 0 212.821zM205.141 270.677h67.072c11.435-43.179 29.013-84.651 51.712-123.051-48.981 30.72-89.771 73.045-118.784 123.051zM866.816 404.651l-77.312-19.456-5.632-19.115c-5.632-18.091-12.8-35.669-21.675-52.565l-9.557-17.749 40.789-68.096-61.099-61.44-68.437 41.301-17.749-9.557c-16.725-8.875-34.133-16.043-52.224-21.675l-19.456-5.632-19.115-77.312h-7.851v180.907c96.085 19.456 158.037 113.152 138.581 209.067-14.165 69.803-68.779 124.416-138.581 138.581v180.907h7.851l19.115-77.312 19.456-5.632c18.091-5.973 35.669-13.824 52.224-23.381l17.749-9.557 68.437 40.789 61.099-61.099-40.96-66.731 9.557-17.749c8.875-16.555 16.213-34.133 21.675-52.224l5.632-19.456 77.312-19.115 0.171-86.699z" />
36
  </font></defs></svg>
plugin-fw/assets/fonts/yith-icon.ttf CHANGED
Binary file
plugin-fw/assets/fonts/yith-icon.woff CHANGED
Binary file
plugin-fw/assets/js/yith-enhanced-select.js CHANGED
@@ -68,6 +68,68 @@ jQuery( document ).ready( function ( $ ) {
68
  }
69
  } );
70
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
71
  // TERM SEARCH
72
  $( '.yith-term-search' ).filter( ':not(.enhanced)' ).each( function () {
73
  var default_data = {
68
  }
69
  } );
70
 
71
+ // Customer Search
72
+ $( '.yith-customer-search' ).filter( ':not(.enhanced)' ).each( function () {
73
+ var default_data = {
74
+ action : 'woocommerce_json_search_customers',
75
+ security : yith_framework_enhanced_select_params.search_customers_nonce,
76
+ },
77
+ current_data = $.extend( default_data, $( this ).data() ),
78
+ select2_args = {
79
+ allowClear : $( this ).data( 'allow_clear' ) ? true : false,
80
+ placeholder : $( this ).data( 'placeholder' ),
81
+ minimumInputLength: $( this ).data( 'minimum_input_length' ) ? $( this ).data( 'minimum_input_length' ) : '3',
82
+ escapeMarkup : function ( m ) {
83
+ return m;
84
+ },
85
+ ajax : {
86
+ url : ajaxurl,
87
+ dataType : 'json',
88
+ quietMillis : 250,
89
+ data : function ( params ) {
90
+ var default_data_to_return = {
91
+ term: params.term
92
+ };
93
+
94
+ return $.extend( default_data_to_return, current_data );
95
+ },
96
+ processResults: function ( data ) {
97
+ var terms = [];
98
+ if ( data ) {
99
+ $.each( data, function ( id, text ) {
100
+ terms.push( { id: id, text: text } );
101
+ } );
102
+ }
103
+ return {
104
+ results: terms
105
+ };
106
+ },
107
+ cache : true
108
+ }
109
+ };
110
+
111
+ $( this ).select2( select2_args ).addClass( 'enhanced' );
112
+
113
+ if ( $( this ).data( 'sortable' ) ) {
114
+ var $select = $( this );
115
+ var $list = $( this ).next( '.select2-container' ).find( 'ul.select2-selection__rendered' );
116
+
117
+ $list.sortable( {
118
+ placeholder : 'ui-state-highlight select2-selection__choice',
119
+ forcePlaceholderSize: true,
120
+ items : 'li:not(.select2-search__field)',
121
+ tolerance : 'pointer',
122
+ stop : function () {
123
+ $( $list.find( '.select2-selection__choice' ).get().reverse() ).each( function () {
124
+ var id = $( this ).data( 'data' ).id;
125
+ var option = $select.find( 'option[value="' + id + '"]' )[ 0 ];
126
+ $select.prepend( option );
127
+ } );
128
+ }
129
+ } );
130
+ }
131
+ } );
132
+
133
  // TERM SEARCH
134
  $( '.yith-term-search' ).filter( ':not(.enhanced)' ).each( function () {
135
  var default_data = {
plugin-fw/assets/js/yith-enhanced-select.min.js CHANGED
@@ -1,8 +1 @@
1
- var $jscomp=$jscomp||{};$jscomp.scope={};$jscomp.findInternal=function(a,f,c){a instanceof String&&(a=String(a));for(var d=a.length,e=0;e<d;e++){var b=a[e];if(f.call(c,b,e,a))return{i:e,v:b}}return{i:-1,v:void 0}};$jscomp.ASSUME_ES5=!1;$jscomp.ASSUME_NO_NATIVE_MAP=!1;$jscomp.ASSUME_NO_NATIVE_SET=!1;$jscomp.defineProperty=$jscomp.ASSUME_ES5||"function"==typeof Object.defineProperties?Object.defineProperty:function(a,f,c){a!=Array.prototype&&a!=Object.prototype&&(a[f]=c.value)};
2
- $jscomp.getGlobal=function(a){return"undefined"!=typeof window&&window===a?a:"undefined"!=typeof global&&null!=global?global:a};$jscomp.global=$jscomp.getGlobal(this);$jscomp.polyfill=function(a,f,c,d){if(f){c=$jscomp.global;a=a.split(".");for(d=0;d<a.length-1;d++){var e=a[d];e in c||(c[e]={});c=c[e]}a=a[a.length-1];d=c[a];f=f(d);f!=d&&null!=f&&$jscomp.defineProperty(c,a,{configurable:!0,writable:!0,value:f})}};
3
- $jscomp.polyfill("Array.prototype.find",function(a){return a?a:function(a,c){return $jscomp.findInternal(this,a,c).v}},"es6","es3");
4
- jQuery(document).ready(function(a){a(document.body).on("yith-framework-enhanced-select-init",function(){a(".yith-post-search").filter(":not(.enhanced)").each(function(){var f=a.extend({action:"yith_plugin_fw_json_search_posts",security:yith_framework_enhanced_select_params.search_posts_nonce,post_type:"post"},a(this).data()),c={allowClear:a(this).data("allow_clear")?!0:!1,placeholder:a(this).data("placeholder"),minimumInputLength:a(this).data("minimum_input_length")?a(this).data("minimum_input_length"):
5
- "3",escapeMarkup:function(a){return a},ajax:{url:ajaxurl,dataType:"json",quietMillis:250,data:function(b){return a.extend({term:b.term},f)},processResults:function(b){var c=[];b&&a.each(b,function(a,b){c.push({id:a,text:b})});return{results:c}},cache:!0}};a(this).select2(c).addClass("enhanced");if(a(this).data("sortable")){var d=a(this),e=a(this).next(".select2-container").find("ul.select2-selection__rendered");e.sortable({placeholder:"ui-state-highlight select2-selection__choice",forcePlaceholderSize:!0,
6
- items:"li:not(.select2-search__field)",tolerance:"pointer",stop:function(){a(e.find(".select2-selection__choice").get().reverse()).each(function(){var b=a(this).data("data").id;b=d.find('option[value="'+b+'"]')[0];d.prepend(b)})}})}});a(".yith-term-search").filter(":not(.enhanced)").each(function(){var f=a.extend({action:"yith_plugin_fw_json_search_terms",security:yith_framework_enhanced_select_params.search_terms_nonce,taxonomy:"category"},a(this).data()),c={allowClear:a(this).data("allow_clear")?
7
- !0:!1,placeholder:a(this).data("placeholder"),minimumInputLength:a(this).data("minimum_input_length")?a(this).data("minimum_input_length"):"3",escapeMarkup:function(a){return a},ajax:{url:ajaxurl,dataType:"json",quietMillis:250,data:function(b){return a.extend({term:b.term},f)},processResults:function(b){var c=[];b&&a.each(b,function(a,b){c.push({id:a,text:b})});return{results:c}},cache:!0}};a(this).select2(c).addClass("enhanced");if(a(this).data("sortable")){var d=a(this),e=a(this).next(".select2-container").find("ul.select2-selection__rendered");
8
- e.sortable({placeholder:"ui-state-highlight select2-selection__choice",forcePlaceholderSize:!0,items:"li:not(.select2-search__field)",tolerance:"pointer",stop:function(){a(e.find(".select2-selection__choice").get().reverse()).each(function(){var b=a(this).data("data").id;b=d.find('option[value="'+b+'"]')[0];d.prepend(b)})}})}})}).trigger("yith-framework-enhanced-select-init")});
1
+ jQuery(document).ready(function(c){"use strict";c(document.body).on("yith-framework-enhanced-select-init",function(){c(".yith-post-search").filter(":not(.enhanced)").each(function(){var e={action:"yith_plugin_fw_json_search_posts",security:yith_framework_enhanced_select_params.search_posts_nonce,post_type:"post"},a=c.extend(e,c(this).data()),t={allowClear:!!c(this).data("allow_clear"),placeholder:c(this).data("placeholder"),minimumInputLength:c(this).data("minimum_input_length")?c(this).data("minimum_input_length"):"3",escapeMarkup:function(e){return e},ajax:{url:ajaxurl,dataType:"json",quietMillis:250,data:function(e){var t={term:e.term};return c.extend(t,a)},processResults:function(e){var a=[];return e&&c.each(e,function(e,t){a.push({id:e,text:t})}),{results:a}},cache:!0}};if(c(this).select2(t).addClass("enhanced"),c(this).data("sortable")){var n=c(this),i=c(this).next(".select2-container").find("ul.select2-selection__rendered");i.sortable({placeholder:"ui-state-highlight select2-selection__choice",forcePlaceholderSize:!0,items:"li:not(.select2-search__field)",tolerance:"pointer",stop:function(){c(i.find(".select2-selection__choice").get().reverse()).each(function(){var e=c(this).data("data").id,t=n.find('option[value="'+e+'"]')[0];n.prepend(t)})}})}}),c(".yith-customer-search").filter(":not(.enhanced)").each(function(){var e={action:"woocommerce_json_search_customers",security:yith_framework_enhanced_select_params.search_customers_nonce},a=c.extend(e,c(this).data()),t={allowClear:!!c(this).data("allow_clear"),placeholder:c(this).data("placeholder"),minimumInputLength:c(this).data("minimum_input_length")?c(this).data("minimum_input_length"):"3",escapeMarkup:function(e){return e},ajax:{url:ajaxurl,dataType:"json",quietMillis:250,data:function(e){var t={term:e.term};return c.extend(t,a)},processResults:function(e){var a=[];return e&&c.each(e,function(e,t){a.push({id:e,text:t})}),{results:a}},cache:!0}};if(c(this).select2(t).addClass("enhanced"),c(this).data("sortable")){var n=c(this),i=c(this).next(".select2-container").find("ul.select2-selection__rendered");i.sortable({placeholder:"ui-state-highlight select2-selection__choice",forcePlaceholderSize:!0,items:"li:not(.select2-search__field)",tolerance:"pointer",stop:function(){c(i.find(".select2-selection__choice").get().reverse()).each(function(){var e=c(this).data("data").id,t=n.find('option[value="'+e+'"]')[0];n.prepend(t)})}})}}),c(".yith-term-search").filter(":not(.enhanced)").each(function(){var e={action:"yith_plugin_fw_json_search_terms",security:yith_framework_enhanced_select_params.search_terms_nonce,taxonomy:"category"},a=c.extend(e,c(this).data()),t={allowClear:!!c(this).data("allow_clear"),placeholder:c(this).data("placeholder"),minimumInputLength:c(this).data("minimum_input_length")?c(this).data("minimum_input_length"):"3",escapeMarkup:function(e){return e},ajax:{url:ajaxurl,dataType:"json",quietMillis:250,data:function(e){var t={term:e.term};return c.extend(t,a)},processResults:function(e){var a=[];return e&&c.each(e,function(e,t){a.push({id:e,text:t})}),{results:a}},cache:!0}};if(c(this).select2(t).addClass("enhanced"),c(this).data("sortable")){var n=c(this),i=c(this).next(".select2-container").find("ul.select2-selection__rendered");i.sortable({placeholder:"ui-state-highlight select2-selection__choice",forcePlaceholderSize:!0,items:"li:not(.select2-search__field)",tolerance:"pointer",stop:function(){c(i.find(".select2-selection__choice").get().reverse()).each(function(){var e=c(this).data("data").id,t=n.find('option[value="'+e+'"]')[0];n.prepend(t)})}})}})}).trigger("yith-framework-enhanced-select-init")});
 
 
 
 
 
 
 
plugin-fw/assets/js/yith-fields.js CHANGED
@@ -405,16 +405,6 @@ jQuery( function ( $ ) {
405
  }
406
  );
407
 
408
- $.each( $checkgroup, function () {
409
- var children = $( this ).find( 'fieldset' );
410
- if ( children.length > 3 && children.length < 6 ) {
411
- $( this ).addClass( 'two-cols' )
412
- }
413
- if ( children.length > 6 ) {
414
- $( this ).addClass( 'three-cols' )
415
- }
416
- } );
417
-
418
  $( document.body ).trigger( 'yith-framework-enhanced-select-init' );
419
  };
420
 
@@ -545,7 +535,7 @@ jQuery( function ( $ ) {
545
  _section = _toggle.closest( '.yith-toggle-row' ),
546
  _content = _section.find( '.yith-toggle-content' );
547
 
548
- if ( _toggle.hasClass( 'yith-plugin-fw-onoff' ) || _toggle.hasClass( 'icon-drag' ) ) {
549
  return false;
550
  }
551
 
@@ -560,17 +550,30 @@ jQuery( function ( $ ) {
560
  /**Add new box toggle**/
561
  $( document ).on( 'click', '.yith-add-box-button', function ( event ) {
562
  event.preventDefault();
563
- var target_id = $( this ).data( 'box_id' ),
564
- id = $( this ).closest( '.yith-toggle_wrapper' ).attr( 'id' );
565
- template = wp.template( 'yith-toggle-element-add-box-content-' + id );
 
 
 
 
566
  if ( '' !== target_id ) {
567
  $( '#' + target_id ).html( template( { index: 'box_id' } ) ).slideToggle();
 
 
 
 
 
 
 
 
568
  yith_fields_init();
569
- $( document ).trigger( 'yith-add-box-button-toggle', [ $( this ) ] );
570
  }
571
  } );
572
 
573
  $( document ).on( 'click', '.yith-add-box-buttons .yith-save-button', function ( event ) {
 
574
  event.preventDefault();
575
  var add_box = $( this ).parents( '.yith-add-box' ),
576
  id = $( this ).closest( '.yith-toggle_wrapper' ).attr( 'id' ),
@@ -579,7 +582,9 @@ jQuery( function ( $ ) {
579
  fields = add_box.find( ':input' ),
580
  counter = toggle_element.find( '.yith-toggle-row' ).length,
581
  hidden_obj = $( '<input type="hidden">' );
 
582
  hidden_obj.val( counter );
 
583
  $( document ).trigger( 'yith-toggle-change-counter', [ hidden_obj, add_box ] );
584
 
585
  counter = hidden_obj.val();
@@ -620,14 +625,27 @@ jQuery( function ( $ ) {
620
  var form_is_valid = $( '<input type="hidden">' ).val( 'yes' );
621
  $( document ).trigger( 'yith-toggle-element-item-before-add', [ add_box, toggle_el, form_is_valid ] );
622
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
623
 
624
- if ( form_is_valid.val() === 'yes' ) {
625
- $( toggle_element ).find( '.yith-toggle-elements' ).append( toggle_el );
626
- $( add_box ).find( '.yith-plugin-fw-datepicker' ).datepicker( 'destroy' );
627
- $( add_box ).html( '' ).toggle();
628
- toggle_element.saveToggleElement();
629
- yith_fields_init();
630
- }
631
  } );
632
 
633
  $( document ).on( 'click', '.yith-toggle-row .yith-save-button', function ( event ) {
@@ -635,7 +653,7 @@ jQuery( function ( $ ) {
635
  var toggle = $( this ).closest( '.toggle-element' ),
636
  toggle_row = $( this ).closest( '.yith-toggle-row' ),
637
  spinner = toggle_row.find( '.spinner' );
638
- toggle_row.formatToggleTitle();
639
 
640
  var form_is_valid = $( '<input type="hidden">' ).val( 'yes' );
641
  $( document ).trigger( 'yith-toggle-element-item-before-update', [ toggle, toggle_row, form_is_valid ] );
@@ -666,6 +684,18 @@ jQuery( function ( $ ) {
666
  $( this ).closest( '.yith-plugin-fw-radio' ).val( $( this ).val() ).trigger( 'change' );
667
  } );
668
 
 
 
 
 
 
 
 
 
 
 
 
 
669
  $( '.yith-plugin-fw-radio' ).each( function () {
670
  $( this ).val( $( this ).attr( 'value' ) );
671
  } );
405
  }
406
  );
407
 
 
 
 
 
 
 
 
 
 
 
408
  $( document.body ).trigger( 'yith-framework-enhanced-select-init' );
409
  };
410
 
535
  _section = _toggle.closest( '.yith-toggle-row' ),
536
  _content = _section.find( '.yith-toggle-content' );
537
 
538
+ if ( _toggle.hasClass( 'yith-plugin-fw-onoff' ) || _toggle.hasClass( 'yith-icon-drag' ) ) {
539
  return false;
540
  }
541
 
550
  /**Add new box toggle**/
551
  $( document ).on( 'click', '.yith-add-box-button', function ( event ) {
552
  event.preventDefault();
553
+ var $this = $( this ),
554
+ target_id = $this.data( 'box_id' ),
555
+ closed_label = $this.data('closed_label'),
556
+ label = $this.data('opened_label'),
557
+ id = $this.closest( '.yith-toggle_wrapper' ).attr( 'id' );
558
+ template = wp.template( 'yith-toggle-element-add-box-content-' + id );
559
+
560
  if ( '' !== target_id ) {
561
  $( '#' + target_id ).html( template( { index: 'box_id' } ) ).slideToggle();
562
+ if (closed_label !== '') {
563
+ if ($this.html() === closed_label) {
564
+ $this.html(label).removeClass('closed');
565
+ } else {
566
+ $this.html(closed_label).addClass('closed');
567
+ }
568
+ }
569
+
570
  yith_fields_init();
571
+ $( document ).trigger( 'yith-add-box-button-toggle', [ $this ] );
572
  }
573
  } );
574
 
575
  $( document ).on( 'click', '.yith-add-box-buttons .yith-save-button', function ( event ) {
576
+
577
  event.preventDefault();
578
  var add_box = $( this ).parents( '.yith-add-box' ),
579
  id = $( this ).closest( '.yith-toggle_wrapper' ).attr( 'id' ),
582
  fields = add_box.find( ':input' ),
583
  counter = toggle_element.find( '.yith-toggle-row' ).length,
584
  hidden_obj = $( '<input type="hidden">' );
585
+
586
  hidden_obj.val( counter );
587
+
588
  $( document ).trigger( 'yith-toggle-change-counter', [ hidden_obj, add_box ] );
589
 
590
  counter = hidden_obj.val();
625
  var form_is_valid = $( '<input type="hidden">' ).val( 'yes' );
626
  $( document ).trigger( 'yith-toggle-element-item-before-add', [ add_box, toggle_el, form_is_valid ] );
627
 
628
+ var delayInMilliseconds =1000; //1 second
629
+ setTimeout(function() {
630
+ if ( form_is_valid.val() === 'yes' ) {
631
+ $( toggle_element ).find( '.yith-toggle-elements' ).append( toggle_el );
632
+ $( add_box ).find( '.yith-plugin-fw-datepicker' ).datepicker( 'destroy' );
633
+ $( add_box ).html( '' );
634
+ $( add_box ).prev('.yith-add-box-button').trigger('click');
635
+ toggle_element.saveToggleElement();
636
+
637
+ var delayInMilliseconds =2000; //1 second
638
+ setTimeout(function() {
639
+ $( toggle_element ).find('.highlight').removeClass('highlight');
640
+ }, delayInMilliseconds);
641
+
642
+
643
+ yith_fields_init();
644
+ }
645
+ }, delayInMilliseconds );
646
+
647
+
648
 
 
 
 
 
 
 
 
649
  } );
650
 
651
  $( document ).on( 'click', '.yith-toggle-row .yith-save-button', function ( event ) {
653
  var toggle = $( this ).closest( '.toggle-element' ),
654
  toggle_row = $( this ).closest( '.yith-toggle-row' ),
655
  spinner = toggle_row.find( '.spinner' );
656
+ toggle_row.formatToggleTitle();
657
 
658
  var form_is_valid = $( '<input type="hidden">' ).val( 'yes' );
659
  $( document ).trigger( 'yith-toggle-element-item-before-update', [ toggle, toggle_row, form_is_valid ] );
684
  $( this ).closest( '.yith-plugin-fw-radio' ).val( $( this ).val() ).trigger( 'change' );
685
  } );
686
 
687
+ $(document).on('click', '.yith-password-eye', function () {
688
+ var $this = $(this),
689
+ inp = $(this).closest('.yith-password-wrapper').find('input');
690
+ if (inp.attr('type') === "password") {
691
+ inp.attr('type', 'text');
692
+ $this.addClass('yith-password-eye-closed');
693
+ } else {
694
+ inp.attr('type', 'password');
695
+ $this.removeClass('yith-password-eye-closed');
696
+ }
697
+ });
698
+
699
  $( '.yith-plugin-fw-radio' ).each( function () {
700
  $( this ).val( $( this ).attr( 'value' ) );
701
  } );
plugin-fw/assets/js/yith-fields.min.js CHANGED
@@ -1,27 +1 @@
1
- var $jscomp=$jscomp||{};$jscomp.scope={};$jscomp.findInternal=function(a,g,b){a instanceof String&&(a=String(a));for(var d=a.length,c=0;c<d;c++){var e=a[c];if(g.call(b,e,c,a))return{i:c,v:e}}return{i:-1,v:void 0}};$jscomp.ASSUME_ES5=!1;$jscomp.ASSUME_NO_NATIVE_MAP=!1;$jscomp.ASSUME_NO_NATIVE_SET=!1;$jscomp.defineProperty=$jscomp.ASSUME_ES5||"function"==typeof Object.defineProperties?Object.defineProperty:function(a,g,b){a!=Array.prototype&&a!=Object.prototype&&(a[g]=b.value)};
2
- $jscomp.getGlobal=function(a){return"undefined"!=typeof window&&window===a?a:"undefined"!=typeof global&&null!=global?global:a};$jscomp.global=$jscomp.getGlobal(this);$jscomp.polyfill=function(a,g,b,d){if(g){b=$jscomp.global;a=a.split(".");for(d=0;d<a.length-1;d++){var c=a[d];c in b||(b[c]={});b=b[c]}a=a[a.length-1];d=b[a];g=g(d);g!=d&&null!=g&&$jscomp.defineProperty(b,a,{configurable:!0,writable:!0,value:g})}};
3
- $jscomp.polyfill("Array.prototype.find",function(a){return a?a:function(a,b){return $jscomp.findInternal(this,a,b).v}},"es6","es3");
4
- jQuery(function(a){var g=function(){var b=a(".yith-plugin-fw-datepicker"),d=a(".yith-plugin-fw-colorpicker"),c=a(".yith-plugin-fw-upload-img-url"),e=a(".add_media"),g=a(".yith-plugin-fw .image-gallery ul.slides-wrapper"),h=a(".yith-plugin-fw-sidebar-layout"),l=a(".yith-plugin-fw .yith-plugin-fw-slider-container .ui-slider-horizontal"),m=a(".codemirror"),p=a(".yit-icons-manager-wrapper"),q=a(".yith-plugin-ui td.forminp-checkbox");b.each(function(){var b=a(this).data();a(this).datepicker(b)});d.wpColorPicker({palettes:!1,
5
- width:200,mode:"hsl",clear:function(){var b=a(this);b.val(b.data("default-color"));b.change()}});d.each(function(){var b=a(this).data("variations-label"),f=a(this).closest(".yith-plugin-fw-colorpicker-field-wrapper"),c=a(this).closest(".yith-single-colorpicker"),d=f.find(".wp-picker-input-wrap"),e=c.find(".wp-picker-input-wrap");d.length&&f.find("a.wp-color-result").attr("title",b);c.length&&c.find("a.wp-color-result").attr("title",b);d.find(".wp-picker-clear-custom").length||(b=a("<span/>").attr({class:"wp-picker-default-custom"}),
6
- d.find(".wp-picker-default").wrap(b));e.find(".wp-picker-clear-custom").length||(b=a("<span/>").attr({class:"wp-picker-default-custom"}),e.find(".wp-picker-default").wrap(b))});"undefined"!==typeof wp&&"undefined"!==typeof wp.media&&(c.change(function(){var b=a(this).val(),f=a(this).parent().find(".yith-plugin-fw-upload-img-preview").first();1>f.length&&(f=a(this).parent().parent().find(".yith-plugin-fw-upload-img-preview").first());/(http|ftp|https):\/\/[a-zA-Z0-9@?^=%&amp;:/~+#-_.]*.(gif|jpg|jpeg|png|ico)/.test(b)?
7
- f.html('<img src="'+b+'" style="max-width:100px; max-height:100px;" />'):f.html("")}).trigger("change"),a(document).on("click",".yith-plugin-fw-upload-button",function(b){b.preventDefault();var f=a(this).attr("id").replace(/-button$/,"");if(!k){b=[new wp.media.controller.Library({library:wp.media.query(),multiple:!1,title:"Choose Image",priority:20,filterable:"uploaded"})];var k=wp.media.frames.downloadable_file=wp.media({title:"Choose Image",library:{type:""},button:{text:"Choose Image"},multiple:!1,
8
- states:b});k.on("select",function(){var b=k.state().get("selection").first().toJSON();a("#"+f).val(b.url);a("#"+f+"-yith-attachment-id")&&a("#"+f+"-yith-attachment-id").val(b.id);c.trigger("change")})}k.open()}),a(document).on("click",".yith-plugin-fw-upload-button-reset",function(b){var f=a(this);b=f.attr("id");f=f.attr("id").replace(/-button-reset$/,"");b=a("#"+b).data("default");a("#"+f).val(b);c.trigger("change")}));e.on("click",function(){});"undefined"!==typeof wp&&"undefined"!==typeof wp.media&&
9
- (a(document).on("click",".yith-plugin-fw .image-gallery-button",function(b){var f=a(this);b=f.closest(".image-gallery");var k=b.find(".image_gallery_ids"),c=k.val(),d=b.find("ul.slides-wrapper"),e=wp.media.frames.image_gallery=wp.media({title:f.data("choose"),button:{text:f.data("update")},states:[new wp.media.controller.Library({title:f.data("choose"),filterable:"all",multiple:!0})]});e.on("select",function(){e.state().get("selection").map(function(a){a=a.toJSON();a.id&&(c=c?c+","+a.id:a.id,d.append('<li class="image" data-attachment_id="'+
10
- a.id+'"><img src="'+a.sizes.thumbnail.url+'"/><ul class="actions"><li><a href="#" class="delete" title="'+f.data("delete")+'">x</a></li></ul></li>'))});k.val(c)});e.open()}),g.each(function(){var b=a(this);b.sortable({items:"li.image",cursor:"move",scrollSensitivity:40,forcePlaceholderSize:!0,forceHelperSize:!1,helper:"clone",opacity:.65,start:function(a,b){b.item.css("background-color","#f6f6f6")},stop:function(a,b){b.item.removeAttr("style")},update:function(f,c){var k="";b.find("li.image").css("cursor",
11
- "default").each(function(){var b=a(this).attr("data-attachment_id");k=k+b+","});b.closest(".image-gallery").find(".image_gallery_ids").val(k)}})}),g.on("click","a.delete",function(){var b=a(this).closest(".image-gallery"),f=a(this).closest(".image-gallery ul.slides-wrapper");b=b.find(".image_gallery_ids");var c="";a(this).closest("li.image").remove();f.find("li.image").css("cursor","default").each(function(){var b=a(this).attr("data-attachment_id");c=c+b+","});b.val(c)}));h.each(function(){a(this).find("img").on("click",
12
- function(){var b=a(this).closest(".yith-plugin-fw-sidebar-layout"),c=b.find(".yith-plugin-fw-sidebar-layout-sidebar-left-container");b=b.find(".yith-plugin-fw-sidebar-layout-sidebar-right-container");var d=a(this).data("type");a(this).parent().children(":radio").attr("checked",!1);a(this).prev(":radio").attr("checked",!0);if("undefined"!=typeof d)switch(d){case "left":c.show();b.hide();break;case "right":b.show();c.hide();break;case "double":c.show();b.show();break;default:c.hide(),b.hide()}})});
13
- l.each(function(){var b=a(this).data("val"),c=a(this).data("min"),d=a(this).data("max"),e=a(this).data("step"),g=a(this).data("labels");a(this).slider({value:b,min:c,max:d,range:"min",step:e,create:function(){a(this).find(".ui-slider-handle").text(a(this).slider("value"))},slide:function(b,c){a(this).find("input").val(c.value);a(this).find(".ui-slider-handle").text(c.value);a(this).siblings(".feedback").find("strong").text(c.value+g)}})});m.each(function(b,c){b=CodeMirror.fromTextArea(c,{lineNumbers:1,
14
- mode:"javascript",showCursorWhenSelecting:!0});a(c).data("codemirrorInstance",b)});a(document).on("click",".yith-plugin-fw-select-all",function(){a("#"+a(this).data("select-id")).find("option").prop("selected",!0).trigger("change")});a(document).on("click",".yith-plugin-fw-deselect-all",function(){a("#"+a(this).data("select-id")).find("option").prop("selected",!1).trigger("change")});p.each(function(){var b=a(this),c=b.find(".yit-icons-manager-icon-preview").first(),d=b.find(".yit-icons-manager-icon-text");
15
- b.on("click",".yit-icons-manager-list li",function(e){e=a(e.target).closest("li");var f=e.data("font"),k=e.data("icon"),g=e.data("key"),h=e.data("name");c.attr("data-font",f);c.attr("data-icon",k);c.attr("data-key",g);c.attr("data-name",h);d.val(f+":"+h);b.find(".yit-icons-manager-list li").removeClass("active");e.addClass("active")});b.on("click",".yit-icons-manager-action-set-default",function(){b.find(".yit-icons-manager-list li.default").trigger("click")})});a(document).on("click",".yith-plugin-fw-select-images__item",
16
- function(){var b=a(this),c=b.data("key"),d=b.closest(".yith-plugin-fw-select-images__wrapper"),e=d.find(".yith-plugin-fw-select-images__item");d=d.find("select").first();d.length&&(d.val(c),e.removeClass("yith-plugin-fw-select-images__item--selected"),b.addClass("yith-plugin-fw-select-images__item--selected"))});a(document.body).trigger("wc-enhanced-select-init");a(document).find(".ui-sortable .yith-toggle-elements").sortable({cursor:"move",axis:"y",scrollSensitivity:40,forcePlaceholderSize:!0,helper:"clone",
17
- stop:function(b,c){b=jQuery(".ui-sortable-handle");var d=[];for(c=0;c<b.length;c++)d[c]=a(b[c]).data("item_key");0<d.length&&a(this).closest(".toggle-element").saveToggleElement(null,d)}});a.each(q,function(){var b=a(this).find("fieldset");3<b.length&&6>b.length&&a(this).addClass("two-cols");6<b.length&&a(this).addClass("three-cols")});a(document.body).trigger("yith-framework-enhanced-select-init")};g();a(document).on("click",".yith-plugin-fw-onoff-container span",function(){var b=a(this).prev("input");
18
- b.prop("checked")?b.prop("checked",!1).attr("value","no").removeClass("onoffchecked"):b.prop("checked",!0).attr("value","yes").addClass("onoffchecked");b.change()});a.fn.saveToggleElement=function(b,d){var c=a(this),e="yith_plugin_fw_save_toggle_element",g=c.serializeToggleElement(),h=c.find(".yith-toggle_wrapper").attr("id"),l=a.urlParam("tab");"undefined"!=typeof d&&0<d.length&&g.append("yith_toggle_elements_order_keys",d);c.closest(".metaboxes-tab.yith-plugin-ui").length?(e="yith_plugin_fw_save_toggle_element_metabox",
19
- post_id=a(this).closest("form#post").find("#post_ID").val(),yit_metaboxes_nonce=a(this).closest("form#post").find("#yit_metaboxes_nonce").val(),url=yith_framework_fw_fields.ajax_url+"?action="+e+"&post_ID="+post_id+"&yit_metaboxes_nonce="+yit_metaboxes_nonce+"&toggle_id="+h):url=yith_framework_fw_fields.admin_url+"?action="+e+"&tab="+l+"&toggle_id="+h;a.ajax({type:"POST",url:url,data:g,contentType:!1,processData:!1,success:function(d){b&&b.removeClass("show");a(document).trigger("yith_save_toggle_element_done",
20
- [d,c])}})};a.fn.serializeToggleElement=function(){var b=a(this),d=new FormData;b=a(b).find(":input").serializeArray();a.each(b,function(a,b){el_name=b.name;d.append(b.name,b.value)});return d};a.fn.formatToggleTitle=function(){var b=a(this),d=b.find(":input"),c=b.find("span.title").data("title_format"),e=b.find(".subtitle").data("subtitle_format"),g=/[^%%]+(?=[%%])/g;if("undefined"!=typeof c)var h=c.match(g);if("undefined"!=typeof e)var l=e.match(g);a.each(d,function(b,d){"undefined"!=typeof a(d).attr("id")&&
21
- ($field_id=a(d).attr("id"),$field_array=$field_id.split("_"),$field_array.pop(),$field_id=$field_array.join("_"),$field_val=a(d).val(),null!=h&&"undefined"!=typeof h&&-1!==h.indexOf($field_id)&&(c=c.replace("%%"+$field_id+"%%",$field_val)),null!=l&&"undefined"!=typeof l&&-1!==l.indexOf($field_id)&&(e=e.replace("%%"+$field_id+"%%",$field_val)))});""!==c&&b.find("span.title").html(c);""!==e&&b.find(".subtitle").html(e);a(document).trigger("yith-toggle-element-item-title",[b])};a.urlParam=function(a){a=
22
- (new RegExp("[?&]"+a+"=([^&#]*)")).exec(window.location.search);return null!==a?a[1]||0:!1};a(document).on("click",".yith-toggle-title",function(b){b=a(b.target);var d=b.closest(".yith-toggle-row"),c=d.find(".yith-toggle-content");if(b.hasClass("yith-plugin-fw-onoff")||b.hasClass("icon-drag"))return!1;d.is(".yith-toggle-row-opened")?c.slideUp(400):c.slideDown(400);d.toggleClass("yith-toggle-row-opened")});a(document).on("click",".yith-add-box-button",function(b){b.preventDefault();b=a(this).data("box_id");
23
- var d=a(this).closest(".yith-toggle_wrapper").attr("id");template=wp.template("yith-toggle-element-add-box-content-"+d);""!==b&&(a("#"+b).html(template({index:"box_id"})).slideToggle(),g(),a(document).trigger("yith-add-box-button-toggle",[a(this)]))});a(document).on("click",".yith-add-box-buttons .yith-save-button",function(b){b.preventDefault();b=a(this).parents(".yith-add-box");var d=a(this).closest(".yith-toggle_wrapper").attr("id"),c=b.find(".spinner"),e=a(this).parents(".toggle-element"),n=b.find(":input"),
24
- h=e.find(".yith-toggle-row").length,l=a('<input type="hidden">');l.val(h);a(document).trigger("yith-toggle-change-counter",[l,b]);h=l.val();d=wp.template("yith-toggle-element-item-"+d);var m=a(d({index:h}));c.addClass("show");a.each(n,function(b,c){"undefined"!=typeof a(c).attr("id")&&($field_id=a(c).attr("id"),$field_val=a(c).val(),"radio"==a(c).attr("type")?($field_id=$field_id.replace("new_",""),$field_id=$field_id.replace("-"+$field_val,""),$field_id=$field_id+"_dataindex-"+$field_val):$field_id=
25
- $field_id.replace("new_","")+"_"+h,a(c).is(":checked")&&a(m).find("#"+$field_id).prop("checked",!0),(a(c).hasClass("yith-post-search")||a(c).hasClass("yith-term-search"))&&a(m).find("#"+$field_id).html(a("#"+a(c).attr("id")).html()),a(m).find("#"+$field_id).val($field_val))});a(m).formatToggleTitle();c=a('<input type="hidden">').val("yes");a(document).trigger("yith-toggle-element-item-before-add",[b,m,c]);"yes"===c.val()&&(a(e).find(".yith-toggle-elements").append(m),a(b).find(".yith-plugin-fw-datepicker").datepicker("destroy"),
26
- a(b).html("").toggle(),e.saveToggleElement(),g())});a(document).on("click",".yith-toggle-row .yith-save-button",function(b){b.preventDefault();b=a(this).closest(".toggle-element");var d=a(this).closest(".yith-toggle-row"),c=d.find(".spinner");d.formatToggleTitle();var e=a('<input type="hidden">').val("yes");a(document).trigger("yith-toggle-element-item-before-update",[b,d,e]);"yes"===e.val()&&(c.addClass("show"),b.saveToggleElement(c))});a(document).on("click",".yith-toggle-row .yith-delete-button",
27
- function(b){b.preventDefault();b=a(this).closest(".toggle-element");a(this).closest(".yith-toggle-row").remove();b.saveToggleElement()});a(document).on("click",".yith-toggle-onoff",function(b){b.preventDefault();a(this).closest(".toggle-element").saveToggleElement()});a(document).on("click",".yith-plugin-fw-radio input[type=radio]",function(){a(this).closest(".yith-plugin-fw-radio").val(a(this).val()).trigger("change")});a(".yith-plugin-fw-radio").each(function(){a(this).val(a(this).attr("value"))})});
1
+ jQuery(function(g){function h(){var e=g(".yith-plugin-fw-datepicker"),t=g(".yith-plugin-fw-colorpicker"),n={imgPreviewHandler:".yith-plugin-fw-upload-img-preview",uploadButtonHandler:".yith-plugin-fw-upload-button",imgUrlHandler:".yith-plugin-fw-upload-img-url",resetButtonHandler:".yith-plugin-fw-upload-button-reset",imgUrl:g(".yith-plugin-fw-upload-img-url")},i=g(".add_media"),a={sliderWrapper:g(".yith-plugin-fw .image-gallery ul.slides-wrapper"),buttonHandler:".yith-plugin-fw .image-gallery-button"},l=g(".yith-plugin-fw-sidebar-layout"),o=g(".yith-plugin-fw .yith-plugin-fw-slider-container .ui-slider-horizontal"),r=g(".codemirror"),d=g(".yit-icons-manager-wrapper");if(g(".yith-plugin-ui td.forminp-checkbox"),e.each(function(){var e=g(this).data();g(this).datepicker(e)}),t.wpColorPicker({palettes:!1,width:200,mode:"hsl",clear:function(){var e=g(this);e.val(e.data("default-color")),e.change()}}),t.each(function(){var e=g(this).data("variations-label"),t=g(this).closest(".yith-plugin-fw-colorpicker-field-wrapper"),i=g(this).closest(".yith-single-colorpicker"),a=t.find(".wp-picker-input-wrap"),l=i.find(".wp-picker-input-wrap");if(a.length&&t.find("a.wp-color-result").attr("title",e),i.length&&i.find("a.wp-color-result").attr("title",e),!a.find(".wp-picker-clear-custom").length){var n=g("<span/>").attr({class:"wp-picker-default-custom"});a.find(".wp-picker-default").wrap(n)}if(!l.find(".wp-picker-clear-custom").length){n=g("<span/>").attr({class:"wp-picker-default-custom"});l.find(".wp-picker-default").wrap(n)}}),"undefined"!=typeof wp&&void 0!==wp.media){n.imgUrl.change(function(){var e=g(this).val(),t=new RegExp("(http|ftp|https)://[a-zA-Z0-9@?^=%&amp;:/~+#-_.]*.(gif|jpg|jpeg|png|ico)"),i=g(this).parent().find(n.imgPreviewHandler).first();i.length<1&&(i=g(this).parent().parent().find(n.imgPreviewHandler).first()),t.test(e)?i.html('<img src="'+e+'" style="max-width:100px; max-height:100px;" />'):i.html("")}).trigger("change"),g(document).on("click",n.uploadButtonHandler,function(e){e.preventDefault();var t,i=g(this).attr("id").replace(/-button$/,"");if(t)t.open();else{var a=[new wp.media.controller.Library({library:wp.media.query(),multiple:!1,title:"Choose Image",priority:20,filterable:"uploaded"})];(t=wp.media.frames.downloadable_file=wp.media({title:"Choose Image",library:{type:""},button:{text:"Choose Image"},multiple:!1,states:a})).on("select",function(){var e=t.state().get("selection").first().toJSON();g("#"+i).val(e.url),g("#"+i+"-yith-attachment-id")&&g("#"+i+"-yith-attachment-id").val(e.id),n.imgUrl.trigger("change")}),t.open()}}),g(document).on("click",n.resetButtonHandler,function(e){var t=g(this),i=t.attr("id"),a=t.attr("id").replace(/-button-reset$/,""),l=g("#"+i).data("default");g("#"+a).val(l),n.imgUrl.trigger("change")})}i.on("click",function(){!1}),"undefined"!=typeof wp&&void 0!==wp.media&&(g(document).on("click",a.buttonHandler,function(e){var t=g(this),i=t.closest(".image-gallery"),a=i.find(".image_gallery_ids"),l=a.val(),n=i.find("ul.slides-wrapper"),o=wp.media.frames.image_gallery=wp.media({title:t.data("choose"),button:{text:t.data("update")},states:[new wp.media.controller.Library({title:t.data("choose"),filterable:"all",multiple:!0})]});o.on("select",function(){o.state().get("selection").map(function(e){(e=e.toJSON()).id&&(l=l?l+","+e.id:e.id,n.append('<li class="image" data-attachment_id="'+e.id+'"><img src="'+e.sizes.thumbnail.url+'"/><ul class="actions"><li><a href="#" class="delete" title="'+t.data("delete")+'">x</a></li></ul></li>'))}),a.val(l)}),o.open()}),a.sliderWrapper.each(function(){var a=g(this);a.sortable({items:"li.image",cursor:"move",scrollSensitivity:40,forcePlaceholderSize:!0,forceHelperSize:!1,helper:"clone",opacity:.65,start:function(e,t){t.item.css("background-color","#f6f6f6")},stop:function(e,t){t.item.removeAttr("style")},update:function(e,t){var i="";a.find("li.image").css("cursor","default").each(function(){var e=g(this).attr("data-attachment_id");i=i+e+","}),a.closest(".image-gallery").find(".image_gallery_ids").val(i)}})}),a.sliderWrapper.on("click","a.delete",function(){var e=g(this).closest(".image-gallery"),t=g(this).closest(".image-gallery ul.slides-wrapper"),i=e.find(".image_gallery_ids"),a="";g(this).closest("li.image").remove(),t.find("li.image").css("cursor","default").each(function(){var e=g(this).attr("data-attachment_id");a=a+e+","}),i.val(a)})),l.each(function(){g(this).find("img").on("click",function(){var e=g(this).closest(".yith-plugin-fw-sidebar-layout"),t=e.find(".yith-plugin-fw-sidebar-layout-sidebar-left-container"),i=e.find(".yith-plugin-fw-sidebar-layout-sidebar-right-container"),a=g(this).data("type");if(g(this).parent().children(":radio").attr("checked",!1),g(this).prev(":radio").attr("checked",!0),void 0!==a)switch(a){case"left":t.show(),i.hide();break;case"right":i.show(),t.hide();break;case"double":t.show(),i.show();break;default:t.hide(),i.hide()}})}),o.each(function(){var e=g(this).data("val"),t=g(this).data("min"),i=g(this).data("max"),a=g(this).data("step"),l=g(this).data("labels");g(this).slider({value:e,min:t,max:i,range:"min",step:a,create:function(){g(this).find(".ui-slider-handle").text(g(this).slider("value"))},slide:function(e,t){g(this).find("input").val(t.value),g(this).find(".ui-slider-handle").text(t.value),g(this).siblings(".feedback").find("strong").text(t.value+l)}})}),r.each(function(e,t){var i=CodeMirror.fromTextArea(t,{lineNumbers:1,mode:"javascript",showCursorWhenSelecting:!0});g(t).data("codemirrorInstance",i)}),g(document).on("click",".yith-plugin-fw-select-all",function(){g("#"+g(this).data("select-id")).find("option").prop("selected",!0).trigger("change")}),g(document).on("click",".yith-plugin-fw-deselect-all",function(){g("#"+g(this).data("select-id")).find("option").prop("selected",!1).trigger("change")}),d.each(function(){var o=g(this),r=o.find(".yit-icons-manager-icon-preview").first(),d=o.find(".yit-icons-manager-icon-text");o.on("click",".yit-icons-manager-list li",function(e){var t=g(e.target).closest("li"),i=t.data("font"),a=t.data("icon"),l=t.data("key"),n=t.data("name");r.attr("data-font",i),r.attr("data-icon",a),r.attr("data-key",l),r.attr("data-name",n),d.val(i+":"+n),o.find(".yit-icons-manager-list li").removeClass("active"),t.addClass("active")}),o.on("click",".yit-icons-manager-action-set-default",function(){o.find(".yit-icons-manager-list li.default").trigger("click")})}),g(document).on("click",".yith-plugin-fw-select-images__item",function(){var e=g(this),t=e.data("key"),i=e.closest(".yith-plugin-fw-select-images__wrapper"),a=i.find(".yith-plugin-fw-select-images__item"),l=i.find("select").first();l.length&&(l.val(t),a.removeClass("yith-plugin-fw-select-images__item--selected"),e.addClass("yith-plugin-fw-select-images__item--selected"))}),g(document.body).trigger("wc-enhanced-select-init"),g(document).find(".ui-sortable .yith-toggle-elements").sortable({cursor:"move",axis:"y",scrollSensitivity:40,forcePlaceholderSize:!0,helper:"clone",stop:function(e,t){var i=jQuery(".ui-sortable-handle"),a=0,l=new Array;for(a=0;a<i.length;a++)l[a]=g(i[a]).data("item_key");0<l.length&&g(this).closest(".toggle-element").saveToggleElement(null,l)}}),g(document.body).trigger("yith-framework-enhanced-select-init")}h(),g(document).on("click",".yith-plugin-fw-onoff-container span",function(){var e=g(this).prev("input");e.prop("checked")?e.prop("checked",!1).attr("value","no").removeClass("onoffchecked"):e.prop("checked",!0).attr("value","yes").addClass("onoffchecked"),e.change()}),g.fn.saveToggleElement=function(t,e){var i=g(this),a="yith_plugin_fw_save_toggle_element",l=i.serializeToggleElement(),n=i.find(".yith-toggle_wrapper").attr("id"),o=g.urlParam("tab");void 0!==e&&0<e.length&&l.append("yith_toggle_elements_order_keys",e),i.closest(".metaboxes-tab.yith-plugin-ui").length?(a="yith_plugin_fw_save_toggle_element_metabox",post_id=g(this).closest("form#post").find("#post_ID").val(),yit_metaboxes_nonce=g(this).closest("form#post").find("#yit_metaboxes_nonce").val(),url=yith_framework_fw_fields.ajax_url+"?action="+a+"&post_ID="+post_id+"&yit_metaboxes_nonce="+yit_metaboxes_nonce+"&toggle_id="+n):url=yith_framework_fw_fields.admin_url+"?action="+a+"&tab="+o+"&toggle_id="+n,g.ajax({type:"POST",url:url,data:l,contentType:!1,processData:!1,success:function(e){t&&t.removeClass("show"),g(document).trigger("yith_save_toggle_element_done",[e,i])}})},g.fn.serializeToggleElement=function(){var e=g(this),i=new FormData,t=g(e).find(":input").serializeArray();return g.each(t,function(e,t){el_name=t.name,i.append(t.name,t.value)}),i},g.fn.formatToggleTitle=function(){var e=g(this),t=e.find(":input"),i=e.find("span.title").data("title_format"),a=e.find(".subtitle").data("subtitle_format"),l=new RegExp("[^%%]+(?=[%%])","g");if(void 0!==i)var n=i.match(l);if(void 0!==a)var o=a.match(l);g.each(t,function(e,t){void 0!==g(t).attr("id")&&($field_id=g(t).attr("id"),$field_array=$field_id.split("_"),$field_array.pop(),$field_id=$field_array.join("_"),$field_val=g(t).val(),null!=n&&void 0!==n&&-1!==n.indexOf($field_id)&&(i=i.replace("%%"+$field_id+"%%",$field_val)),null!=o&&void 0!==o&&-1!==o.indexOf($field_id)&&(a=a.replace("%%"+$field_id+"%%",$field_val)))}),""!==i&&e.find("span.title").html(i),""!==a&&e.find(".subtitle").html(a),g(document).trigger("yith-toggle-element-item-title",[e])},g.urlParam=function(e){var t=new RegExp("[?&]"+e+"=([^&#]*)").exec(window.location.search);return null!==t&&(t[1]||0)},g(document).on("click",".yith-toggle-title",function(e){var t=g(e.target),i=t.closest(".yith-toggle-row"),a=i.find(".yith-toggle-content");if(t.hasClass("yith-plugin-fw-onoff")||t.hasClass("yith-icon-drag"))return!1;i.is(".yith-toggle-row-opened")?a.slideUp(400):a.slideDown(400),i.toggleClass("yith-toggle-row-opened")}),g(document).on("click",".yith-add-box-button",function(e){e.preventDefault();var t=g(this),i=t.data("box_id"),a=t.data("closed_label"),l=t.data("opened_label"),n=t.closest(".yith-toggle_wrapper").attr("id");template=wp.template("yith-toggle-element-add-box-content-"+n),""!==i&&(g("#"+i).html(template({index:"box_id"})).slideToggle(),""!==a&&(t.html()===a?t.html(l).removeClass("closed"):t.html(a).addClass("closed")),h(),g(document).trigger("yith-add-box-button-toggle",[t]))}),g(document).on("click",".yith-add-box-buttons .yith-save-button",function(e){e.preventDefault();var t=g(this).parents(".yith-add-box"),i=g(this).closest(".yith-toggle_wrapper").attr("id"),a=t.find(".spinner"),l=g(this).parents(".toggle-element"),n=t.find(":input"),o=l.find(".yith-toggle-row").length,r=g('<input type="hidden">');r.val(o),g(document).trigger("yith-toggle-change-counter",[r,t]),o=r.val();var d=wp.template("yith-toggle-element-item-"+i),s=g(d({index:o}));a.addClass("show"),g.each(n,function(e,t){void 0!==g(t).attr("id")&&($field_id=g(t).attr("id"),$field_val=g(t).val(),"radio"==g(t).attr("type")?($field_id=$field_id.replace("new_",""),$field_id=$field_id.replace("-"+$field_val,""),$field_id=$field_id+"_dataindex-"+$field_val):$field_id=$field_id.replace("new_","")+"_"+o,g(t).is(":checked")&&g(s).find("#"+$field_id).prop("checked",!0),(g(t).hasClass("yith-post-search")||g(t).hasClass("yith-term-search"))&&g(s).find("#"+$field_id).html(g("#"+g(t).attr("id")).html()),g(s).find("#"+$field_id).val($field_val))}),g(s).formatToggleTitle();var c=g('<input type="hidden">').val("yes");g(document).trigger("yith-toggle-element-item-before-add",[t,s,c]);setTimeout(function(){if("yes"===c.val()){g(l).find(".yith-toggle-elements").append(s),g(t).find(".yith-plugin-fw-datepicker").datepicker("destroy"),g(t).html(""),g(t).prev(".yith-add-box-button").trigger("click"),l.saveToggleElement();setTimeout(function(){g(l).find(".highlight").removeClass("highlight")},2e3),h()}},1e3)}),g(document).on("click",".yith-toggle-row .yith-save-button",function(e){e.preventDefault();var t=g(this).closest(".toggle-element"),i=g(this).closest(".yith-toggle-row"),a=i.find(".spinner");i.formatToggleTitle();var l=g('<input type="hidden">').val("yes");g(document).trigger("yith-toggle-element-item-before-update",[t,i,l]),"yes"===l.val()&&(a.addClass("show"),t.saveToggleElement(a))}),g(document).on("click",".yith-toggle-row .yith-delete-button",function(e){e.preventDefault();var t=g(this).closest(".toggle-element");g(this).closest(".yith-toggle-row").remove(),t.saveToggleElement()}),g(document).on("click",".yith-toggle-onoff",function(e){e.preventDefault(),g(this).closest(".toggle-element").saveToggleElement()}),g(document).on("click",".yith-plugin-fw-radio input[type=radio]",function(){g(this).closest(".yith-plugin-fw-radio").val(g(this).val()).trigger("change")}),g(document).on("click",".yith-password-eye",function(){var e=g(this),t=g(this).closest(".yith-password-wrapper").find("input");"password"===t.attr("type")?(t.attr("type","text"),e.addClass("yith-password-eye-closed")):(t.attr("type","password"),e.removeClass("yith-password-eye-closed"))}),g(".yith-plugin-fw-radio").each(function(){g(this).val(g(this).attr("value"))})});
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
plugin-fw/init.php CHANGED
@@ -1,13 +1,13 @@
1
  <?php
2
  /**
3
  * Framework Name: YIT Plugin Framework
4
- * Version: 3.3.6
5
  * Author: YITHEMES
6
  * Text Domain: yith-plugin-fw
7
  * Domain Path: /languages/
8
  *
9
  * @author Your Inspiration Themes
10
- * @version 3.3.6
11
  */
12
  /**
13
  * This file belongs to the YIT Plugin Framework.
1
  <?php
2
  /**
3
  * Framework Name: YIT Plugin Framework
4
+ * Version: 3.3.8
5
  * Author: YITHEMES
6
  * Text Domain: yith-plugin-fw
7
  * Domain Path: /languages/
8
  *
9
  * @author Your Inspiration Themes
10
+ * @version 3.3.8
11
  */
12
  /**
13
  * This file belongs to the YIT Plugin Framework.
plugin-fw/lib/yit-assets.php CHANGED
@@ -85,6 +85,7 @@ if ( !class_exists( 'YIT_Assets' ) ) {
85
  'ajax_url' => admin_url( 'admin-ajax.php' ),
86
  'search_posts_nonce' => wp_create_nonce( 'search-posts' ),
87
  'search_terms_nonce' => wp_create_nonce( 'search-terms' ),
 
88
  ) );
89
 
90
  wp_localize_script( 'yith-plugin-fw-fields', 'yith_framework_fw_fields', array(
85
  'ajax_url' => admin_url( 'admin-ajax.php' ),
86
  'search_posts_nonce' => wp_create_nonce( 'search-posts' ),
87
  'search_terms_nonce' => wp_create_nonce( 'search-terms' ),
88
+ 'search_customers_nonce' => wp_create_nonce( 'search-customers' ),
89
  ) );
90
 
91
  wp_localize_script( 'yith-plugin-fw-fields', 'yith_framework_fw_fields', array(
plugin-fw/lib/yith-system-status.php CHANGED
@@ -103,6 +103,7 @@ if ( ! class_exists( 'YITH_System_Status' ) ) {
103
  'mbstring_enabled' => __( 'MultiByte String', 'yith-plugin-fw' ),
104
  'imagick_version' => __( 'ImageMagick Version', 'yith-plugin-fw' ),
105
  'gd_enabled' => __( 'GD Library', 'yith-plugin-fw' ),
 
106
  'opcache_enabled' => __( 'OPCache Save Comments', 'yith-plugin-fw' ),
107
  'url_fopen_enabled' => __( 'URL FOpen', 'yith-plugin-fw' ),
108
  );
@@ -160,7 +161,6 @@ if ( ! class_exists( 'YITH_System_Status' ) ) {
160
 
161
  if ( '' == get_option( 'yith_system_info' ) || ( isset( $_GET['page'] ) && $_GET['page'] == $this->_page ) ) {
162
 
163
- $this->add_requirements( __( 'YITH License Activation', 'yith-plugin-fw' ), array( 'min_tls_version' => '1.2' ) );
164
  $this->add_requirements( __( 'YITH Plugins', 'yith-plugin-fw' ), array( 'min_wp_version' => '4.9', 'min_wc_version' => '3.4', 'min_php_version' => '5.6.20' ) );
165
  $this->add_requirements( __( 'WooCommerce', 'yith-plugin-fw' ), array( 'wp_memory_limit' => '64M' ) );
166
 
@@ -180,6 +180,7 @@ if ( ! class_exists( 'YITH_System_Status' ) ) {
180
  case 'mbstring_enabled' :
181
  case 'simplexml_enabled':
182
  case 'gd_enabled':
 
183
  case 'url_fopen_enabled':
184
  case 'opcache_enabled' :
185
 
@@ -296,13 +297,21 @@ if ( ! class_exists( 'YITH_System_Status' ) ) {
296
  */
297
  public function get_system_info() {
298
 
299
- //Get TLS version
300
- $ch = curl_init( 'https://www.howsmyssl.com/a/check' );
301
- curl_setopt( $ch, CURLOPT_RETURNTRANSFER, true );
302
- $data = curl_exec( $ch );
303
- curl_close( $ch );
304
- $json = json_decode( $data );
305
- $tls = str_replace( 'TLS ', '', $json->tls_version );
 
 
 
 
 
 
 
 
306
 
307
  //Get PHP version
308
  preg_match( "#^\d+(\.\d+)*#", PHP_VERSION, $match );
@@ -331,6 +340,7 @@ if ( ! class_exists( 'YITH_System_Status' ) ) {
331
  'mbstring_enabled' => extension_loaded( 'mbstring' ),
332
  'simplexml_enabled' => extension_loaded( 'simplexml' ),
333
  'gd_enabled' => extension_loaded( 'gd' ) && function_exists( 'gd_info' ),
 
334
  'opcache_enabled' => ini_get( 'opcache.save_comments' ),
335
  'url_fopen_enabled' => ini_get( 'allow_url_fopen' ),
336
  ) );
103
  'mbstring_enabled' => __( 'MultiByte String', 'yith-plugin-fw' ),
104
  'imagick_version' => __( 'ImageMagick Version', 'yith-plugin-fw' ),
105
  'gd_enabled' => __( 'GD Library', 'yith-plugin-fw' ),
106
+ 'iconv_enabled' => __( 'Iconv Module', 'yith-plugin-fw' ),
107
  'opcache_enabled' => __( 'OPCache Save Comments', 'yith-plugin-fw' ),
108
  'url_fopen_enabled' => __( 'URL FOpen', 'yith-plugin-fw' ),
109
  );
161
 
162
  if ( '' == get_option( 'yith_system_info' ) || ( isset( $_GET['page'] ) && $_GET['page'] == $this->_page ) ) {
163
 
 
164
  $this->add_requirements( __( 'YITH Plugins', 'yith-plugin-fw' ), array( 'min_wp_version' => '4.9', 'min_wc_version' => '3.4', 'min_php_version' => '5.6.20' ) );
165
  $this->add_requirements( __( 'WooCommerce', 'yith-plugin-fw' ), array( 'wp_memory_limit' => '64M' ) );
166
 
180
  case 'mbstring_enabled' :
181
  case 'simplexml_enabled':
182
  case 'gd_enabled':
183
+ case 'iconv_enabled':
184
  case 'url_fopen_enabled':
185
  case 'opcache_enabled' :
186
 
297
  */
298
  public function get_system_info() {
299
 
300
+ $tls = '';
301
+
302
+ if ( function_exists( 'curl_init' ) ) {
303
+ //Get TLS version
304
+ $ch = curl_init();
305
+ curl_setopt( $ch, CURLOPT_URL, 'https://www.howsmyssl.com/a/check' );
306
+ curl_setopt( $ch, CURLOPT_POST, 1 );
307
+ curl_setopt( $ch, CURLOPT_SSL_VERIFYHOST, 0 );
308
+ curl_setopt( $ch, CURLOPT_SSL_VERIFYPEER, 0 );
309
+ curl_setopt( $ch, CURLOPT_RETURNTRANSFER, 1 );
310
+ $data = curl_exec( $ch );
311
+ curl_close( $ch );
312
+ $json = json_decode( $data );
313
+ $tls = $json != null ? str_replace( 'TLS ', '', $json->tls_version ) : '';
314
+ }
315
 
316
  //Get PHP version
317
  preg_match( "#^\d+(\.\d+)*#", PHP_VERSION, $match );
340
  'mbstring_enabled' => extension_loaded( 'mbstring' ),
341
  'simplexml_enabled' => extension_loaded( 'simplexml' ),
342
  'gd_enabled' => extension_loaded( 'gd' ) && function_exists( 'gd_info' ),
343
+ 'iconv_enabled' => extension_loaded( 'iconv' ),
344
  'opcache_enabled' => ini_get( 'opcache.save_comments' ),
345
  'url_fopen_enabled' => ini_get( 'allow_url_fopen' ),
346
  ) );
plugin-fw/templates/fields/ajax-customers.php ADDED
@@ -0,0 +1,122 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * This file belongs to the YIT Plugin Framework.
4
+ *
5
+ * This source file is subject to the GNU GENERAL PUBLIC LICENSE (GPL 3.0)
6
+ * that is bundled with this package in the file LICENSE.txt.
7
+ * It is also available through the world-wide-web at this URL:
8
+ * http://www.gnu.org/licenses/gpl-3.0.txt
9
+ *
10
+ * @var array $field
11
+ *
12
+ * [Important Note] the stored value is:
13
+ * - array if WooCommerce version >= 3.0.0
14
+ * - string (comma-separated) otherwise
15
+ */
16
+
17
+ !defined( 'ABSPATH' ) && exit; // Exit if accessed directly
18
+
19
+ yith_plugin_fw_enqueue_enhanced_select();
20
+
21
+ $default_field = array(
22
+ 'id' => '',
23
+ 'name' => '',
24
+ 'class' => 'yith-customer-search',
25
+ 'no_value' => false,
26
+ 'multiple' => false,
27
+ 'data' => array(),
28
+ 'style' => 'width:400px',
29
+ 'value' => ''
30
+ );
31
+
32
+ foreach ( $default_field as $field_key => $field_value ) {
33
+ if ( empty( $field[ $field_key ] ) ) {
34
+ $field[ $field_key ] = $field_value;
35
+ }
36
+ }
37
+ unset( $field_key );
38
+ unset( $field_value );
39
+ extract( $field );
40
+ /**
41
+ * @var string $id
42
+ * @var string $class
43
+ * @var bool $no_value
44
+ * @var bool $multiple
45
+ * @var array $data
46
+ * @var string $name
47
+ * @var string $style
48
+ * @var string|array $value
49
+ */
50
+
51
+
52
+ if ( $no_value )
53
+ $value = array();
54
+
55
+ $default_data = array(
56
+ 'action' => 'woocommerce_json_search_customers',
57
+ 'placeholder' => __( 'Search Customers', 'yith-plugin-fw' ),
58
+ 'allow_clear' => false,
59
+ );
60
+ $data = wp_parse_args( $data, $default_data );
61
+ $show_id = isset( $data[ 'show_id' ] ) && $data[ 'show_id' ];
62
+
63
+ // separate select2 needed data and other data
64
+ $select2_custom_attributes = array();
65
+ $select2_data = array();
66
+ $select2_data_keys = array( 'placeholder', 'allow_clear', 'action' );
67
+ foreach ( $data as $d_key => $d_value ) {
68
+ if ( in_array( $d_key, $select2_data_keys ) ) {
69
+ $select2_data[ $d_key ] = $d_value;
70
+ } else {
71
+ $select2_custom_attributes[ 'data-' . $d_key ] = $d_value;
72
+ }
73
+ }
74
+
75
+ // populate data-selected by value
76
+ $data_selected = array();
77
+ if ( !empty( $value ) ) {
78
+ if ( $multiple ) {
79
+ $value = is_array( $value ) ? $value : explode( ',', $value );
80
+ foreach ( $value as $user_id ) {
81
+ $user = get_user_by('id', $user_id);
82
+ $data_selected[ $user_id ] = sprintf(
83
+ esc_html__( '%1$s (#%2$s &ndash; %3$s)', 'woocommerce' ),
84
+ $user->display_name,
85
+ absint( $user->ID ),
86
+ $user->user_email
87
+ );
88
+ }
89
+ } else {
90
+ $user_id = absint( $value );
91
+ $user = get_user_by('id', $user_id);
92
+ $data_selected[ $user_id ] = sprintf(
93
+ esc_html__( '%1$s (#%2$s &ndash; %3$s)', 'woocommerce' ),
94
+ $user->display_name,
95
+ absint( $user->ID ),
96
+ $user->user_email
97
+ );
98
+ }
99
+ }
100
+
101
+ // parse $value to string to prevent issue with wc2.6
102
+ $value = is_array( $value ) ? implode( ',', $value ) : $value;
103
+ ?>
104
+ <div class="yith-plugin-fw-select2-wrapper">
105
+ <?php
106
+ if ( function_exists( 'yit_add_select2_fields' ) ) {
107
+ yit_add_select2_fields( array(
108
+ 'id' => $id,
109
+ 'name' => $name,
110
+ 'class' => $class,
111
+ 'data-multiple' => $multiple,
112
+ 'data-placeholder' => $select2_data[ 'placeholder' ],
113
+ 'data-allow_clear' => $select2_data[ 'allow_clear' ],
114
+ 'data-action' => $select2_data[ 'action' ],
115
+ 'custom-attributes' => $select2_custom_attributes,
116
+ 'style' => $style,
117
+ 'value' => $value,
118
+ 'data-selected' => $data_selected,
119
+ ) );
120
+ }
121
+ ?>
122
+ </div>
plugin-fw/templates/fields/colorpicker.php CHANGED
@@ -17,6 +17,10 @@ wp_enqueue_style( 'wp-color-picker' );
17
  extract( $field );
18
 
19
  $class = !empty( $class ) ? $class : 'yith-plugin-fw-colorpicker';
 
 
 
 
20
  ?>
21
 
22
  <input type="text" name="<?php echo $name ?>"
17
  extract( $field );
18
 
19
  $class = !empty( $class ) ? $class : 'yith-plugin-fw-colorpicker';
20
+ $default = isset( $default ) ? $default : '';
21
+ if( isset($std) && !empty( $std) && empty($default) ){
22
+ $default = $std;
23
+ }
24
  ?>
25
 
26
  <input type="text" name="<?php echo $name ?>"
plugin-fw/templates/fields/multi-colorpicker.php CHANGED
@@ -20,20 +20,55 @@ if ( ! isset( $colorpickers ) ){
20
  }
21
  $class = !empty( $class ) ? $class : 'yith-plugin-fw-multi-colorpicker';
22
  ?>
23
- <div class="<?php echo esc_attr( $class )?>">
24
 
25
  <?php
26
- foreach ( $colorpickers as $colorpicker ):
27
- $colorpicker['type'] = 'colorpicker';
28
- $colorpicker['title'] = $colorpicker['name'];
29
- $colorpicker['name'] = $name."[{$colorpicker['id']}]";
30
- $colorpicker['value'] = isset( $value[$colorpicker['id']] ) ? $value[$colorpicker['id']] : $colorpicker['default'];
31
- $colorpicker['id'] = $name."_".$colorpicker['id'];
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  ?>
33
- <div class="yith-single-colorpicker colorpicker">
34
- <label for="<?php echo esc_attr($colorpicker['id'] )?>"><?php echo esc_html($colorpicker['title']) ?></label>
35
- <?php echo yith_plugin_fw_get_field( $colorpicker, true, false ); ?>
36
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
37
 
38
- <?php endforeach;?>
 
 
 
 
 
 
39
  </div>
20
  }
21
  $class = !empty( $class ) ? $class : 'yith-plugin-fw-multi-colorpicker';
22
  ?>
23
+ <div class="<?php echo esc_attr( $class )?>" id="<?php echo esc_attr( $id ) ?>">
24
 
25
  <?php
26
+ $items_to_process = array();
27
+
28
+ for ( $i = 0; $i < count( $colorpickers ); $i++ ):
29
+ $items = $colorpickers[ $i ];
30
+
31
+ // make sure that we have at least one group
32
+ if( isset( $items['id'] ) ){
33
+ $items_to_process[] = $items;
34
+ $next = isset( $colorpickers[ $i + 1 ] ) ? $colorpickers[ $i + 1 ] : false;
35
+
36
+ if( isset( $next['id'] ) ){
37
+ continue;
38
+ }
39
+ }
40
+ else{
41
+ $items_to_process = $items;
42
+ }
43
+
44
+ if( isset( $items_to_process['desc'] ) ){
45
+ $group_desc = $items_to_process['desc'];
46
+ unset( $items_to_process['desc'] );
47
+ }
48
  ?>
49
+ <div class="yith-colorpicker-group">
50
+ <?php
51
+ foreach( $items_to_process as $colorpicker ):
52
+ if( ! is_array( $colorpicker ) ){
53
+ continue;
54
+ }
55
+
56
+ $colorpicker['type'] = 'colorpicker';
57
+ $colorpicker['title'] = $colorpicker['name'];
58
+ $colorpicker['name'] = $name."[{$colorpicker['id']}]";
59
+ $colorpicker['value'] = isset( $value[$colorpicker['id']] ) ? $value[$colorpicker['id']] : $colorpicker['default'];
60
+ $colorpicker['id'] = $name."_".$colorpicker['id'];
61
+ ?>
62
+ <div class="yith-single-colorpicker colorpicker">
63
+ <label for="<?php echo esc_attr($colorpicker['id'] )?>"><?php echo esc_html($colorpicker['title']) ?></label>
64
+ <?php echo yith_plugin_fw_get_field( $colorpicker, true, false ); ?>
65
+ </div>
66
 
67
+ <?php endforeach; ?>
68
+ <?php if( ! empty( $group_desc ) ): ?>
69
+ <span class="description"><?php echo $group_desc ?></span>
70
+ <?php endif; ?>
71
+ </div>
72
+ <?php $items_to_process = array() ?>
73
+ <?php endfor; ?>
74
  </div>
plugin-fw/templates/fields/password.php ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * This file belongs to the YIT Plugin Framework.
4
+ *
5
+ * This source file is subject to the GNU GENERAL PUBLIC LICENSE (GPL 3.0)
6
+ * that is bundled with this package in the file LICENSE.txt.
7
+ * It is also available through the world-wide-web at this URL:
8
+ * http://www.gnu.org/licenses/gpl-3.0.txt
9
+ *
10
+ * @var array $field
11
+ */
12
+
13
+ !defined( 'ABSPATH' ) && exit; // Exit if accessed directly
14
+
15
+ extract( $field );
16
+
17
+ $class = isset( $class ) ? $class : 'yith-plugin-fw-text-input';
18
+ ?>
19
+ <div class="yith-password-wrapper">
20
+
21
+ <input type="password" name="<?php echo $name ?>"
22
+ id="<?php echo $id ?>"
23
+ value="<?php echo esc_attr( $value ) ?>"
24
+ class="<?php echo $class ?> yith-password"
25
+ <?php if ( isset( $std ) ) : ?>data-std="<?php echo $std ?>"<?php endif ?>
26
+ <?php echo $custom_attributes ?>
27
+ <?php if ( isset( $data ) ) echo yith_plugin_fw_html_data_to_string( $data ); ?>/>
28
+ <span class="yith-password-eye"></span>
29
+ </div>
30
+
plugin-fw/templates/fields/radio.php CHANGED
@@ -17,6 +17,7 @@ extract( $field );
17
 
18
  $class = isset( $class ) ? $class : '';
19
  $class = 'yith-plugin-fw-radio ' . $class;
 
20
  ?>
21
  <div class="<?php echo $class ?>" id="<?php echo $id ?>"
22
  <?php echo $custom_attributes ?>
17
 
18
  $class = isset( $class ) ? $class : '';
19
  $class = 'yith-plugin-fw-radio ' . $class;
20
+
21
  ?>
22
  <div class="<?php echo $class ?>" id="<?php echo $id ?>"
23
  <?php echo $custom_attributes ?>
plugin-fw/templates/fields/toggle-element.php CHANGED
@@ -25,6 +25,7 @@ $field = wp_parse_args( $field, $defaults );
25
  extract( $field );
26
 
27
  $show_add_button = isset( $add_button ) && $add_button;
 
28
  $values = isset( $value ) ? $value : get_option( $name, array() );
29
  $values = maybe_unserialize( $values );
30
  $sortable = isset( $sortable ) ? $sortable : false;
@@ -32,11 +33,13 @@ $class_wrapper = $sortable ? 'ui-sortable' : '';
32
  $onoff_id = isset( $onoff_field['id'] ) ? $onoff_field['id'] : '';
33
 
34
  if ( empty( $values ) && ! $show_add_button && $elements ) {
 
35
  //populate a toggle element with the default
36
  foreach ( $elements as $element ) {
37
  $values[0][ $element['id'] ] = $element['default'];
38
  }
39
  }
 
40
  ?>
41
  <div class="yith-toggle_wrapper <?php echo $class_wrapper ?>" id="<?php echo $id ?>">
42
  <?php
@@ -45,22 +48,25 @@ if ( empty( $values ) && ! $show_add_button && $elements ) {
45
 
46
  ?>
47
  <button class="yith-add-button yith-add-box-button"
48
- data-box_id="<?php echo $id; ?>_add_box"><?php echo $add_button; ?></button>
 
 
49
  <div id="<?php echo $id; ?>_add_box" class="yith-add-box">
50
  </div>
51
  <script type="text/template" id="tmpl-yith-toggle-element-add-box-content-<?php echo $id ?>">
52
  <?php foreach ( $elements as $element ):
53
  $element['title'] = $element['name'];
 
54
  $element['type'] = isset( $element['yith-type'] ) ? $element['yith-type'] : $element['type'];
55
  unset( $element['yith-type'] );
56
  $element['value'] = isset($element['default']) ? $element['default'] : '';
57
  $element['id'] = 'new_'.$element['id'];
58
  $element['name'] = $name. "[{{{data.index}}}][" . $element['id'] . "]";
59
-
60
  ?>
61
- <div class="yith-add-box-row <?php echo '{{{data.index}}}'?>">
62
 
63
- <label for="<?php echo $element['id']; ?>"><?php echo esc_html( $element['title'] ); ?></label>
64
  <div class="yith-plugin-fw-option-with-description">
65
  <?php
66
  echo yith_plugin_fw_get_field( $element, true ); ?>
@@ -70,7 +76,7 @@ if ( empty( $values ) && ! $show_add_button && $elements ) {
70
  <?php endforeach; ?>
71
 
72
  <div class="yith-add-box-buttons">
73
- <button class="yith-save-button">
74
  <?php echo $save_button['name'] ; ?>
75
  </button>
76
  </div>
@@ -101,7 +107,7 @@ if ( empty( $values ) && ! $show_add_button && $elements ) {
101
  <?php endif; ?>
102
  </h3>
103
  <span class="yith-toggle">
104
- <span class="yith-icon icon-arrow_right ui-sortable-handle"></span>
105
  </span>
106
  <?php
107
  if ( ! empty( $onoff_field ) && is_array( $onoff_field ) ):
@@ -119,7 +125,7 @@ if ( empty( $values ) && ! $show_add_button && $elements ) {
119
  </span>
120
 
121
  <?php if ( $sortable ): ?>
122
- <span class="yith-icon icon-drag"></span>
123
  <?php endif ?>
124
 
125
  <?php endif; ?>
@@ -134,8 +140,9 @@ if ( empty( $values ) && ! $show_add_button && $elements ) {
134
  $element['name'] = $name . "[$i][" . $element['id'] . "]";
135
  $element['value'] = isset( $value[ $element['id'] ] ) ? $value[ $element['id'] ] : $element['default'];
136
  $element['id'] = $element['id'].'_'.$i;
 
137
  ?>
138
- <div class="yith-toggle-content-row <?php echo $element['type'] ?>">
139
  <label for="<?php echo $element['id']; ?>"><?php echo $element['title']; ?></label>
140
  <div class="yith-plugin-fw-option-with-description">
141
  <?php echo yith_plugin_fw_get_field( $element, true ); ?>
@@ -180,7 +187,7 @@ if ( empty( $values ) && ! $show_add_button && $elements ) {
180
  <!-- Schedule Item template -->
181
  <script type="text/template" id="tmpl-yith-toggle-element-item-<?php echo $id ?>">
182
  <div id="<?php echo $id; ?>_{{{data.index}}}"
183
- class="yith-toggle-row <?php echo ! empty( $subtitle ) ? 'with-subtitle' : ''; ?> <?php echo $class; ?>"
184
  data-item_key="{{{data.index}}}" <?php echo $custom_attributes; ?>
185
  data-item_key="{{{data.index}}}">
186
  <div class="yith-toggle-title">
@@ -192,7 +199,7 @@ if ( empty( $values ) && ! $show_add_button && $elements ) {
192
 
193
  </h3>
194
  <span class="yith-toggle">
195
- <span class="yith-icon icon-arrow_right"></span>
196
  </span>
197
  <?php
198
  if ( ! empty( $onoff_field ) && is_array( $onoff_field ) ):
@@ -211,7 +218,7 @@ if ( empty( $values ) && ! $show_add_button && $elements ) {
211
 
212
  <?php endif; ?>
213
  <?php if ( $sortable ): ?>
214
- <span class="yith-icon icon-drag ui-sortable-handle"></span>
215
  <?php endif ?>
216
  </div>
217
  <div class="yith-toggle-content">
@@ -222,9 +229,10 @@ if ( empty( $values ) && ! $show_add_button && $elements ) {
222
  unset( $element['yith-type'] );
223
  $element['title'] = $element['name'];
224
  $element['name'] = $name . "[{{{data.index}}}][" . $element['id'] . "]";
225
- $element['id'] = $element['id'].'_{{{data.index}}}';
 
226
  ?>
227
- <div class="yith-toggle-content-row <?php echo $element['type'] ?>">
228
  <label for="<?php echo $element['id']; ?>"><?php echo $element['title']; ?></label>
229
  <div class="yith-plugin-fw-option-with-description">
230
  <?php echo yith_plugin_fw_get_field( $element, true ); ?>
25
  extract( $field );
26
 
27
  $show_add_button = isset( $add_button ) && $add_button;
28
+ $add_button_closed = isset( $add_button_closed ) ? $add_button_closed : '';
29
  $values = isset( $value ) ? $value : get_option( $name, array() );
30
  $values = maybe_unserialize( $values );
31
  $sortable = isset( $sortable ) ? $sortable : false;
33
  $onoff_id = isset( $onoff_field['id'] ) ? $onoff_field['id'] : '';
34
 
35
  if ( empty( $values ) && ! $show_add_button && $elements ) {
36
+ $values = array();
37
  //populate a toggle element with the default
38
  foreach ( $elements as $element ) {
39
  $values[0][ $element['id'] ] = $element['default'];
40
  }
41
  }
42
+
43
  ?>
44
  <div class="yith-toggle_wrapper <?php echo $class_wrapper ?>" id="<?php echo $id ?>">
45
  <?php
48
 
49
  ?>
50
  <button class="yith-add-button yith-add-box-button"
51
+ data-box_id="<?php echo $id; ?>_add_box"
52
+ data-closed_label="<?php echo esc_attr( $add_button_closed ) ?>"
53
+ data-opened_label="<?php echo esc_attr( $add_button ) ?>"><?php echo $add_button; ?></button>
54
  <div id="<?php echo $id; ?>_add_box" class="yith-add-box">
55
  </div>
56
  <script type="text/template" id="tmpl-yith-toggle-element-add-box-content-<?php echo $id ?>">
57
  <?php foreach ( $elements as $element ):
58
  $element['title'] = $element['name'];
59
+
60
  $element['type'] = isset( $element['yith-type'] ) ? $element['yith-type'] : $element['type'];
61
  unset( $element['yith-type'] );
62
  $element['value'] = isset($element['default']) ? $element['default'] : '';
63
  $element['id'] = 'new_'.$element['id'];
64
  $element['name'] = $name. "[{{{data.index}}}][" . $element['id'] . "]";
65
+ $class_element = isset( $element['class_row'] ) ? $element['class_row'] : '';
66
  ?>
67
+ <div class="yith-add-box-row <?php echo $class_element ?> <?php echo '{{{data.index}}}'?>">
68
 
69
+ <label for="<?php echo $element['id']; ?>"><?php echo ( $element['title'] ); ?></label>
70
  <div class="yith-plugin-fw-option-with-description">
71
  <?php
72
  echo yith_plugin_fw_get_field( $element, true ); ?>
76
  <?php endforeach; ?>
77
 
78
  <div class="yith-add-box-buttons">
79
+ <button class="button-primary yith-save-button">
80
  <?php echo $save_button['name'] ; ?>
81
  </button>
82
  </div>
107
  <?php endif; ?>
108
  </h3>
109
  <span class="yith-toggle">
110
+ <span class="yith-icon yith-icon-arrow_right ui-sortable-handle"></span>
111
  </span>
112
  <?php
113
  if ( ! empty( $onoff_field ) && is_array( $onoff_field ) ):
125
  </span>
126
 
127
  <?php if ( $sortable ): ?>
128
+ <span class="yith-icon yith-icon-drag"></span>
129
  <?php endif ?>
130
 
131
  <?php endif; ?>
140
  $element['name'] = $name . "[$i][" . $element['id'] . "]";
141
  $element['value'] = isset( $value[ $element['id'] ] ) ? $value[ $element['id'] ] : $element['default'];
142
  $element['id'] = $element['id'].'_'.$i;
143
+ $element['class_row'] = isset( $element['class_row'] ) ? $element['class_row'] : '';
144
  ?>
145
+ <div class="yith-toggle-content-row <?php echo $element['class_row'].' '.$element['type'] ?>">
146
  <label for="<?php echo $element['id']; ?>"><?php echo $element['title']; ?></label>
147
  <div class="yith-plugin-fw-option-with-description">
148
  <?php echo yith_plugin_fw_get_field( $element, true ); ?>
187
  <!-- Schedule Item template -->
188
  <script type="text/template" id="tmpl-yith-toggle-element-item-<?php echo $id ?>">
189
  <div id="<?php echo $id; ?>_{{{data.index}}}"
190
+ class="yith-toggle-row highlight <?php echo ! empty( $subtitle ) ? 'with-subtitle' : ''; ?> <?php echo $class; ?>"
191
  data-item_key="{{{data.index}}}" <?php echo $custom_attributes; ?>
192
  data-item_key="{{{data.index}}}">
193
  <div class="yith-toggle-title">
199
 
200
  </h3>
201
  <span class="yith-toggle">
202
+ <span class="yith-icon yith-icon-arrow_right"></span>
203
  </span>
204
  <?php
205
  if ( ! empty( $onoff_field ) && is_array( $onoff_field ) ):
218
 
219
  <?php endif; ?>
220
  <?php if ( $sortable ): ?>
221
+ <span class="yith-icon yith-icon-drag ui-sortable-handle"></span>
222
  <?php endif ?>
223
  </div>
224
  <div class="yith-toggle-content">
229
  unset( $element['yith-type'] );
230
  $element['title'] = $element['name'];
231
  $element['name'] = $name . "[{{{data.index}}}][" . $element['id'] . "]";
232
+ $element['id'] = $element['id'] . '_{{{data.index}}}';
233
+ $class_element = isset( $element['class_row'] ) ? $element['class_row'] : '';
234
  ?>
235
+ <div class="yith-toggle-content-row <?php echo $class_element.' '.$element['type'] ?>">
236
  <label for="<?php echo $element['id']; ?>"><?php echo $element['title']; ?></label>
237
  <div class="yith-plugin-fw-option-with-description">
238
  <?php echo yith_plugin_fw_get_field( $element, true ); ?>
plugin-fw/templates/metaboxes/tab.php CHANGED
@@ -73,8 +73,8 @@ do_action( 'yit_before_metaboxes_tab' ) ?>
73
  }
74
  $value = yit_get_post_meta( $post->ID, $field_name );
75
  $field[ 'value' ] = $value != '' ? $value : ( isset( $field[ 'std' ] ) ? $field[ 'std' ] : '' );
76
-
77
- $container_classes = "the-metabox " . $field[ 'type' ] . " clearfix ";
78
  $container_classes .= empty( $field[ 'label' ] ) ? 'no-label' : '';
79
 
80
  ?>
73
  }
74
  $value = yit_get_post_meta( $post->ID, $field_name );
75
  $field[ 'value' ] = $value != '' ? $value : ( isset( $field[ 'std' ] ) ? $field[ 'std' ] : '' );
76
+ $field[ 'checkboxgroup' ] = ( $field[ 'type' ] == 'checkbox' && isset( $field[ 'checkboxgroup' ] ) ) ? " " .$field[ 'checkboxgroup' ] : "";
77
+ $container_classes = "the-metabox " . $field[ 'type' ] .$field[ 'checkboxgroup' ] . " clearfix ";
78
  $container_classes .= empty( $field[ 'label' ] ) ? 'no-label' : '';
79
 
80
  ?>
plugin-fw/templates/sysinfo/system-information-panel.php CHANGED
@@ -82,6 +82,7 @@ $recommended_memory = '128M';
82
  case 'mbstring_enabled':
83
  case 'simplexml_enabled':
84
  case 'gd_enabled':
 
85
  case 'opcache_enabled':
86
  case 'url_fopen_enabled':
87
  echo __( 'Contact your hosting company in order to enable it.', 'yith-plugin-fw' );
82
  case 'mbstring_enabled':
83
  case 'simplexml_enabled':
84
  case 'gd_enabled':
85
+ case 'iconv_enabled':
86
  case 'opcache_enabled':
87
  case 'url_fopen_enabled':
88
  echo __( 'Contact your hosting company in order to enable it.', 'yith-plugin-fw' );
templates/share.php CHANGED
@@ -17,7 +17,7 @@ if ( ! defined( 'YITH_WCWL' ) ) {
17
  <ul>
18
  <?php if( $share_facebook_enabled ): ?>
19
  <li style="list-style-type: none; display: inline-block;">
20
- <a target="_blank" class="facebook" href="https://www.facebook.com/sharer.php?s=100&amp;p%5Btitle%5D=<?php echo $share_link_title ?>&amp;p%5Burl%5D=<?php echo urlencode( $share_link_url ) ?>" title="<?php _e( 'Facebook', 'yith-woocommerce-wishlist' ) ?>"></a>
21
  </li>
22
  <?php endif; ?>
23
 
@@ -53,4 +53,13 @@ if ( ! defined( 'YITH_WCWL' ) ) {
53
  <?php endif;
54
  ?>
55
  </ul>
56
- </div>
 
 
 
 
 
 
 
 
 
17
  <ul>
18
  <?php if( $share_facebook_enabled ): ?>
19
  <li style="list-style-type: none; display: inline-block;">
20
+ <a target="_blank" class="facebook" href="http://www.facebook.com/sharer.php?u=<?php echo urlencode($share_link_url)?>&p[title]=<?php echo $share_link_title ?>" title="<?php _e( 'Facebook', 'yith-woocommerce-wishlist' ) ?>"></a>
21
  </li>
22
  <?php endif; ?>
23
 
53
  <?php endif;
54
  ?>
55
  </ul>
56
+ </div>
57
+
58
+ <?php if( $share_url_enabled ): ?>
59
+ <div class="yith-wcwl-after-share-section">
60
+ <input class="copy-target" readonly="readonly" type="url" name="yith_wcwl_share_url" id="yith_wcwl_share_url" value="<?php echo $share_link_url ?>" />
61
+ <?php echo ( ! empty( $share_link_url ) ) ? sprintf( '<small>%s <span class="copy-trigger">%s</span> %s</small>', __( '(Now', 'yith-woocommerce-wishlist' ), __( 'copy', 'yith-woocommerce-affiliates' ), __( 'this wishlist link and share it anywhere)', 'yith-woocommerce-wishlist' ) ) : '' ?>
62
+ </div>
63
+ <?php endif; ?>
64
+
65
+ <?php do_action('yith_wcwl_after_share_buttons',$share_link_url,$share_title,$share_link_title) ?>