YITH WooCommerce Wishlist - Version 3.10.0

Version Description

  • Released on 19 June 2022 =

  • New: support for WooCommerce 6.6

  • Update: YITH plugin framework

Download this release

Release Info

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

Code changes from version 3.9.0 to 3.10.0

Files changed (87) hide show
  1. README.md +2 -3
  2. README.txt +7 -2
  3. assets/css/style.css +1 -1
  4. assets/css/unminified/style.css +7 -2
  5. assets/images/{get-premium-wishlist.jpg → premium/get-premium-wishlist.jpg} +0 -0
  6. assets/js/admin/yith-wcwl.min.js +1 -1
  7. assets/js/jquery.yith-wcwl.min.js +1 -1
  8. assets/js/unminified/admin/yith-wcwl.js +8 -8
  9. assets/js/unminified/jquery.yith-wcwl.js +14 -1
  10. includes/class-yith-wcwl-admin.php +17 -7
  11. includes/class-yith-wcwl-frontend.php +93 -2
  12. includes/class-yith-wcwl-shortcode.php +1 -1
  13. includes/class-yith-wcwl-wishlist-item.php +48 -5
  14. includes/class-yith-wcwl.php +1 -1
  15. includes/data-stores/class-yith-wcwl-wishlist-data-store.php +19 -1
  16. includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php +1 -1
  17. includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php +1 -1
  18. includes/widgets/elementor/class-yith-wcwl-elementor-wishlist.php +1 -1
  19. init.php +3 -3
  20. languages/yith-woocommerce-wishlist-da_DK.mo +0 -0
  21. languages/yith-woocommerce-wishlist-da_DK.po +34 -34
  22. languages/yith-woocommerce-wishlist-de_DE.mo +0 -0
  23. languages/yith-woocommerce-wishlist-de_DE.po +34 -34
  24. languages/yith-woocommerce-wishlist-es_AR.mo +0 -0
  25. languages/yith-woocommerce-wishlist-es_AR.po +34 -34
  26. languages/yith-woocommerce-wishlist-es_ES.mo +0 -0
  27. languages/yith-woocommerce-wishlist-es_ES.po +34 -34
  28. languages/yith-woocommerce-wishlist-es_MX.mo +0 -0
  29. languages/yith-woocommerce-wishlist-es_MX.po +34 -34
  30. languages/yith-woocommerce-wishlist-fa_IR.mo +0 -0
  31. languages/yith-woocommerce-wishlist-fa_IR.po +34 -34
  32. languages/yith-woocommerce-wishlist-fr_FR.mo +0 -0
  33. languages/yith-woocommerce-wishlist-fr_FR.po +34 -34
  34. languages/yith-woocommerce-wishlist-he_IL.mo +0 -0
  35. languages/yith-woocommerce-wishlist-he_IL.po +34 -34
  36. languages/yith-woocommerce-wishlist-hr.mo +0 -0
  37. languages/yith-woocommerce-wishlist-hr.po +34 -34
  38. languages/yith-woocommerce-wishlist-it_IT.mo +0 -0
  39. languages/yith-woocommerce-wishlist-it_IT.po +34 -34
  40. languages/yith-woocommerce-wishlist-ko_KR.mo +0 -0
  41. languages/yith-woocommerce-wishlist-ko_KR.po +34 -34
  42. languages/yith-woocommerce-wishlist-nl_NL.mo +0 -0
  43. languages/yith-woocommerce-wishlist-nl_NL.po +34 -34
  44. languages/yith-woocommerce-wishlist-pl_PL.mo +0 -0
  45. languages/yith-woocommerce-wishlist-pl_PL.po +34 -34
  46. languages/yith-woocommerce-wishlist-pt_BR.mo +0 -0
  47. languages/yith-woocommerce-wishlist-pt_BR.po +34 -34
  48. languages/yith-woocommerce-wishlist-pt_PT.mo +0 -0
  49. languages/yith-woocommerce-wishlist-pt_PT.po +34 -34
  50. languages/yith-woocommerce-wishlist-ru_RU.mo +0 -0
  51. languages/yith-woocommerce-wishlist-ru_RU.po +34 -34
  52. languages/yith-woocommerce-wishlist-sv_SE.mo +0 -0
  53. languages/yith-woocommerce-wishlist-sv_SE.po +34 -34
  54. languages/yith-woocommerce-wishlist-tr_TR.mo +0 -0
  55. languages/yith-woocommerce-wishlist-tr_TR.po +34 -34
  56. languages/yith-woocommerce-wishlist-uk_UA.mo +0 -0
  57. languages/yith-woocommerce-wishlist-uk_UA.po +34 -34
  58. languages/yith-woocommerce-wishlist-zh_CN.mo +0 -0
  59. languages/yith-woocommerce-wishlist-zh_CN.po +34 -34
  60. languages/yith-woocommerce-wishlist-zh_TW.mo +0 -0
  61. languages/yith-woocommerce-wishlist-zh_TW.po +34 -34
  62. languages/yith-woocommerce-wishlist.pot +34 -34
  63. plugin-fw/assets/css/yith-icon.css +36 -4
  64. plugin-fw/assets/fonts/yith-icon.eot +0 -0
  65. plugin-fw/assets/fonts/yith-icon.ttf +0 -0
  66. plugin-fw/assets/fonts/yith-icon.woff2 +0 -0
  67. plugin-fw/dist/gutenberg/index.asset.php +1 -1
  68. plugin-fw/dist/gutenberg/index.js +1 -1
  69. plugin-fw/dist/gutenberg/style-index.css +1 -0
  70. plugin-fw/includes/builders/elementor/class-yith-elementor-widget.php +1 -1
  71. plugin-fw/includes/builders/gutenberg/class-yith-gutenberg.php +1 -1
  72. plugin-fw/includes/class-yit-plugin-panel-woocommerce.php +1 -0
  73. plugin-fw/includes/class-yit-plugin-panel.php +40 -11
  74. plugin-fw/init.php +2 -2
  75. plugin-fw/languages/yith-plugin-fw-el.po +60 -60
  76. plugin-fw/languages/yith-plugin-fw-es_ES.po +60 -60
  77. plugin-fw/languages/yith-plugin-fw-it_IT.po +60 -60
  78. plugin-fw/languages/yith-plugin-fw-nl_NL.po +60 -60
  79. plugin-fw/languages/yith-plugin-fw-ru_RU.po +60 -60
  80. plugin-fw/languages/yith-plugin-fw.pot +60 -60
  81. plugin-fw/templates/panel/premium-tab.php +2 -2
  82. plugin-fw/yit-deactive-plugin.php +106 -9
  83. plugin-fw/yit-functions.php +27 -1
  84. plugin-fw/yit-plugin.php +10 -2
  85. templates/add-to-wishlist-browse.php +5 -1
  86. templates/wishlist-view-mobile.php +3 -5
  87. templates/wishlist-view.php +3 -5
README.md CHANGED
@@ -151,10 +151,9 @@ Yes, of course you can. To avoid Wishlist page to show product prices, you can h
151
 
152
  ## Changelog
153
 
154
- ### 3.9.0 - Released on 16 May 2022
155
 
156
- * New: support for WordPress 6.0
157
- * New: support for WooCommerce 6.5
158
  * Update: YITH plugin framework
159
 
160
  ## Support
151
 
152
  ## Changelog
153
 
154
+ ### 3.10.0 - Released on 19 June 2022
155
 
156
+ * New: support for WooCommerce 6.6
 
157
  * Update: YITH plugin framework
158
 
159
  ## Support
README.txt CHANGED
@@ -2,9 +2,9 @@
2
 
3
  Contributors: yithemes
4
  Tags: wishlist, woocommerce, products, yit, e-commerce, shop, ecommerce wishlist, yith, woocommerce wishlist, shop wishlist
5
- Requires at least: 5.7
6
  Tested up to: 6.0
7
- Stable tag: 3.9.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -113,6 +113,11 @@ Yes, of course you can. To avoid Wishlist page to show product prices, you can h
113
 
114
  == Changelog ==
115
 
 
 
 
 
 
116
  = 3.9.0 - Released on 16 May 2022 =
117
 
118
  * New: support for WordPress 6.0
2
 
3
  Contributors: yithemes
4
  Tags: wishlist, woocommerce, products, yit, e-commerce, shop, ecommerce wishlist, yith, woocommerce wishlist, shop wishlist
5
+ Requires at least: 5.8
6
  Tested up to: 6.0
7
+ Stable tag: 3.10.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
113
 
114
  == Changelog ==
115
 
116
+ = 3.10.0 - Released on 19 June 2022 =
117
+
118
+ * New: support for WooCommerce 6.6
119
+ * Update: YITH plugin framework
120
+
121
  = 3.9.0 - Released on 16 May 2022 =
122
 
123
  * New: support for WordPress 6.0
assets/css/style.css CHANGED
@@ -1 +1 @@
1
- .woocommerce a.selectBox{background:#fff;min-width:100px;margin-right:10px;color:inherit}.woocommerce a.selectBox,.woocommerce a.selectBox:hover{border-bottom:1px solid #bbb!important}.woocommerce a.selectBox:hover{color:inherit}.woocommerce a.selectBox:focus{border:1px solid #ccc}.selectBox-dropdown .selectBox-label{vertical-align:middle;padding:3px 8px}.selectBox-dropdown .selectBox-arrow{border:none;background:url(../images/jquery.selectBox-arrow.png) center right no-repeat}.selectBox-dropdown.selectBox-menuShowing .selectBox-arrow{background:url(../images/jquery.selectBox-arrow.png) center left no-repeat}.selectBox-dropdown-menu{border-bottom-left-radius:3px;border-bottom-right-radius:3px;padding:5px;font-size:80%}.selectBox-dropdown-menu li a{color:inherit;padding:5px 8px;border-radius:3px}.selectBox-dropdown-menu a:hover{color:inherit;text-decoration:none}select.selectBox.change-wishlist{max-width:100px}.selectBox.change-wishlist{width:auto!important}.change-wishlist-selectBox-dropdown-menu{width:auto!important}.yith-wcwl-with-pretty-photo{overflow:hidden}.yith-wcwl-with-pretty-photo .pp_content{height:auto!important}.woocommerce .wishlist-fragment .blockUI.blockOverlay::before,.woocommerce .yith-wcwl-popup-form .blockUI.blockOverlay::before{display:none}.yith-wcwl-popup{display:none}.yith-wcwl-popup-content h3{text-align:center;font-size:1.5em}.yith-wcwl-popup-content .heading-icon,.yith-wcwl-popup-feedback .heading-icon{text-align:center;display:block;font-size:70px;color:#333;margin-bottom:15px}.yith-wcwl-popup-content .popup-description{text-align:center;font-weight:600;margin-bottom:15px}.yith-wcwl-popup-content .popup-description a.show-tab.active{cursor:inherit;color:inherit;pointer-events:none}.yith-wcwl-popup-feedback p.feedback{margin-top:1.5em;text-align:center;font-size:1.1rem;font-weight:600}.yith-wcwl-popup-content label{display:block}.yith-wcwl-popup-content input[type=text],.yith-wcwl-popup-content select{padding:10px 7px}.yith-wcwl-popup-content .create{display:none}.yith-wcwl-popup-content .yith-wcwl-second-row{display:none}.yith-wcwl-popup-footer{margin:15px 0}.yith-wcwl-popup-footer .button.wishlist-submit{display:block;width:100%;text-align:center}.pp_pic_holder.pp_woocommerce.feedback{max-width:450px!important}.pp_pic_holder.pp_woocommerce.feedback .pp_content{width:auto!important}.yith-wcwl-popup-feedback{margin-top:2em;margin-bottom:2em}.yith-wcwl-add-button.with-dropdown{position:relative;padding:15px 0}.yes-js .yith-wcwl-add-button ul.yith-wcwl-dropdown{display:none;list-style:none;margin-bottom:0;padding:5px 25px;border:1px solid #cdcdcd;background:#fff;position:absolute;z-index:15;top:calc(100% - 5px);min-width:200px}.yith-wcwl-add-button.show-dropdown ul.yith-wcwl-dropdown{display:block}.yith-wcwl-add-button ul.yith-wcwl-dropdown li{padding:15px;padding-left:0;text-transform:uppercase;font-size:.8em}.yith-wcwl-add-button ul.yith-wcwl-dropdown li a{font-size:1em!important;color:inherit;box-shadow:none}.yith-wcwl-add-button ul.yith-wcwl-dropdown li a:hover{color:initial}.yith-wcwl-add-button ul.yith-wcwl-dropdown li:before{font-family:FontAwesome;content:'\f067';margin-right:15px}.yith-wcwl-add-button ul.yith-wcwl-dropdown li:not(:last-child){border-bottom:1px solid #cdcdcd}.yith-wcwl-add-to-wishlist .separator+[data-title]{display:inline-block}.yith-wcwl-add-to-wishlist .with-tooltip{position:relative}.yith-wcwl-tooltip{z-index:10;padding:5px 10px;border-radius:5px;text-align:center;top:calc(100% + 5px);pointer-events:none;cursor:initial;font-size:.6875rem;line-height:normal;display:none}.with-dropdown .yith-wcwl-tooltip{top:auto;bottom:calc(100% + 10px)}.with-tooltip .yith-wcwl-tooltip{position:absolute}.with-tooltip .yith-wcwl-tooltip:before{content:'';display:block;position:absolute;top:-5px;left:calc(50% - 2px);width:0;height:0;background:0 0!important;border-left:5px solid transparent!important;border-right:5px solid transparent!important;border-bottom:5px solid}.with-dropdown .with-tooltip .yith-wcwl-tooltip:before{bottom:-5px;top:auto;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid;border-bottom:none}#yith-wcwl-popup-message{font-weight:700;line-height:50px;text-align:center;background:#fff;-webkit-box-shadow:0 0 15px rgba(0,0,0,.3);-moz-box-shadow:0 0 15px rgba(0,0,0,.3);box-shadow:0 0 15px rgba(0,0,0,.3);position:fixed;top:50%;left:50%;padding:7px 40px;z-index:10000}.wishlist-title{display:inline-block}.wishlist-title h2{display:inline-block;padding:5px}.wishlist-title.wishlist-title-with-form h2:hover{background:#efefef}.wishlist-title a.show-title-form{cursor:pointer;visibility:hidden}.wishlist-title:hover a.show-title-form{visibility:visible}.hidden-title-form{position:relative;margin:25px 0 39px}.yes-js .hidden-title-form{display:none}.hidden-title-form .edit-title-buttons{position:absolute;right:5px;top:calc(50% - 15px)}.hidden-title-form>input[type=text]{padding-right:65px;line-height:1}.hidden-title-form a{cursor:pointer;display:inline-block;width:30px;height:30px;line-height:30px;text-align:center;vertical-align:middle;font-size:1.3em}.hidden-title-form a i{margin:0;display:inline-block}table.wishlist_table{font-size:80%}table.wishlist_table tr{position:relative}table.wishlist_table thead th{border-top:1px solid;padding:16px 12px}table.wishlist_table tbody td{padding:16px 12px}table.wishlist_table tbody td,table.wishlist_table thead th{border-color:#e7e7e7}p.wishlist-empty,table.wishlist_table tbody td.wishlist-empty{text-align:center;margin:100px 0}.wishlist_table tr td,.wishlist_table tr th.product-checkbox,.wishlist_table tr th.wishlist-delete{text-align:center}.wishlist_table tr th.product-checkbox{vertical-align:middle;width:40px}.wishlist_table tr th.product-remove{vertical-align:middle;width:40px}.wishlist_table tr th.product-thumbnail{width:80px}.wishlist_table tfoot td,.wishlist_table tr td.product-name,.wishlist_table tr td.product-thumbnail,.wishlist_table tr td.wishlist-name,.wishlist_table tr td.wishlist-privacy{text-align:left}.wishlist_table tr td.product-remove{padding:16px 0}.wishlist_table tr td.product-thumbnail a{display:block;border:none;max-width:80px}.wishlist_table tr td.product-thumbnail a img{width:100%}.wishlist_table tr td.product-arrange{cursor:grab}.wishlist_table tr td.product-arrange:active{cursor:grabbing}.wishlist_table .product-stock-status span.wishlist-in-stock{color:#297e29}.wishlist_table .product-stock-status span.wishlist-out-of-stock{color:red}.wishlist_table .product-add-to-cart span.dateadded{display:block}.wishlist_table .product-add-to-cart a{display:table!important;margin:0 auto 5px!important;text-align:center}.wishlist_table .product-add-to-cart a.button{padding:6px 25px!important}.wishlist_table .product-add-to-cart a>img{display:inline;max-width:2em}.wishlist_table .price-variation{display:block}.wishlist_table .price-variation.decrease .variation-rate{color:red}.wishlist_table .price-variation .old-price{display:block}.wishlist_table a.button{white-space:normal;margin-bottom:5px!important}.wishlist_table.modern_grid{list-style:none;margin:0 -7px 35px;font-size:0}.wishlist_table.modern_grid li{display:inline-block;vertical-align:top;width:33.33%;padding:0 7px;margin-bottom:15px}.wishlist_table.images_grid li.wishlist-empty,.wishlist_table.modern_grid li.wishlist-empty{width:100%;font-size:1rem;text-align:center;margin:50px 0}.wishlist_table.images_grid li.show{z-index:10}.wishlist_table.images_grid.products li.product.first,.wishlist_table.images_grid.products li.product.last{clear:none}.wishlist_table.images_grid.columns-2.products li.product:nth-of-type(2n+1),.wishlist_table.images_grid.columns-3.products li.product:nth-of-type(3n+1),.wishlist_table.images_grid.columns-4.products li.product:nth-of-type(4n+1),.wishlist_table.images_grid.columns-5.products li.product:nth-of-type(5n+1),.wishlist_table.images_grid.columns-6.products li.product:nth-of-type(6n+1){clear:both}.wishlist_table.modern_grid li .item-wrapper{display:table;margin:0 -7px}.wishlist_table.modern_grid li .item-details,.wishlist_table.modern_grid li .product-thumbnail{display:table-cell;vertical-align:top;box-sizing:border-box;width:50%;padding:0 7px;font-size:1rem}.wishlist_table.images_grid li .product-thumbnail,.wishlist_table.modern_grid li .product-thumbnail{position:relative}.wishlist_table.images_grid li .product-thumbnail .product-checkbox,.wishlist_table.modern_grid li .product-thumbnail .product-checkbox{position:absolute;top:7px;left:15px;z-index:2}.wishlist_table.modern_grid li .product-thumbnail>a{display:block}.wishlist_table.modern_grid li .product-thumbnail>a img{display:block}.wishlist_table.images_grid li.show .product-thumbnail>a img,.wishlist_table.images_grid li:hover .product-thumbnail>a img{filter:brightness(1.1)}.wishlist_table.modern_grid.wishlist_view li .item-details{position:relative}.wishlist_table.modern_grid.wishlist_view li .item-details:before{content:'';display:block;top:0;bottom:0;left:7px;background:#fff;position:absolute;right:7px;z-index:0;border:1px solid #cdcdcd}.wishlist_table.images_grid li .item-details{display:none;position:absolute;z-index:2;bottom:15px;left:calc(50% - 150px);width:300px;background:#fff;padding:10px 20px;-webkit-box-shadow:0 0 15px rgba(0,0,0,.3);-moz-box-shadow:0 0 15px rgba(0,0,0,.3);box-shadow:0 0 15px rgba(0,0,0,.3)}.wishlist_table.images_grid li.show .item-details{display:block}.wishlist_table.modern_grid li .item-details .item-details-wrapper{padding:15px 20px;line-height:normal;position:relative}.wishlist_table.images_grid li .item-details a.close{position:absolute;top:10px;right:20px}.wishlist_table.images_grid li .item-details h3,.wishlist_table.mobile li .item-details h3,.wishlist_table.modern_grid li .item-details h3{margin-bottom:7px}.wishlist_table.images_grid li .item-details table.item-details-table,.wishlist_table.mobile li .item-details table.item-details-table,.wishlist_table.mobile li table.additional-info,.wishlist_table.modern_grid li .item-details table.item-details-table{border:none;margin-bottom:7px}.wishlist_table.images_grid li .item-details table.item-details-table td,.wishlist_table.mobile li .item-details table.item-details-table td,.wishlist_table.mobile li table.additional-info td,.wishlist_table.modern_grid li .item-details table.item-details-table td{border:none;font-size:.7em;padding:3px;vertical-align:top}.wishlist_table.images_grid li .item-details table.item-details-table td.label,.wishlist_table.mobile li .item-details table.item-details-table td.label,.wishlist_table.mobile li table.additional-info td.label,.wishlist_table.modern_grid li .item-details table.item-details-table td.label{text-align:left;font-weight:700;width:40%}.wishlist_table.images_grid li .item-details table.item-details-table td.value,.wishlist_table.mobile li .item-details table.item-details-table td.value,.wishlist_table.mobile li table.additional-info td.value,.wishlist_table.modern_grid li .item-details table.item-details-table td.value{text-align:right}.wishlist_table.modern_grid li .item-details table.item-details-table td.value a.selectBox{margin-right:0}.wishlist_table.images_grid li .item-details table.item-details-table td.value input,.wishlist_table.mobile li table.additional-info td.value input,.wishlist_table.modern_grid li .item-details table.item-details-table td.value input{width:auto}.wishlist_table.images_grid li .item-details .product-add-to-cart,.wishlist_table.modern_grid li .item-details .product-add-to-cart{text-align:center;margin-bottom:7px}.wishlist_table.images_grid li .item-details .move-to-another-wishlist,.wishlist_table.modern_grid li .item-details .move-to-another-wishlist{text-align:center;margin-bottom:7px}.wishlist_table.images_grid li .item-details .product-remove,.wishlist_table.modern_grid li .item-details .product-remove{text-align:right}.wishlist_table.images_grid li .item-details .product-remove a,.wishlist_table.modern_grid li .item-details .product-remove a{border:none;border-radius:0;display:inline-block}.wishlist_table.mobile{list-style:none;margin-left:0}.wishlist_table.mobile li{margin-bottom:7px}.wishlist_table.mobile li .product-checkbox{display:inline-block;width:20px;vertical-align:top}.wishlist_table.mobile li .item-wrapper{display:inline-block;width:calc(100% - 25px);vertical-align:top;margin-bottom:7px}.wishlist_table.wishlist_manage_table.mobile li.wishlist-empty{text-align:center}.wishlist_table.wishlist_manage_table.mobile li .item-wrapper{width:100%}.wishlist_table.mobile li .item-wrapper .product-thumbnail{display:inline-block;max-width:60px;margin-right:10px}.wishlist_table.mobile li .item-wrapper .item-details{display:inline-block;width:calc(100% - 80px);vertical-align:top}.wishlist_table.mobile.with-checkbox li .additional-info-wrapper{padding-left:20px}.wishlist_table.mobile li .additional-info-wrapper .move-to-another-wishlist,.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart{text-align:center;margin-bottom:7px}.wishlist_table.mobile li .additional-info-wrapper .product-remove{text-align:right}a.add_to_wishlist{cursor:pointer}.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon{margin-right:5px}.yith-wcwl-add-to-wishlist a.add_to_wishlist>img,.yith-wcwl-add-to-wishlist a.delete_item>img,.yith-wcwl-add-to-wishlist a.move_to_another_wishlist>img{max-width:32px;display:inline-block;margin-right:10px}a.add_to_wishlist+a.view-wishlist,a.delete_item+a.view-wishlist{margin-left:15px}.summary .single_add_to_wishlist.button,div.product .woocommerce-price-and-add .single_add_to_wishlist.button{margin:0}.wishlist_table .add_to_cart.button{padding:7px 12px;line-height:normal}.yith-wcwl-add-to-wishlist{margin-top:10px}.hidden-title-form button i,.wishlist-title a.show-title-form i,.wishlist_manage_table tfoot a.create-new-wishlist i,.wishlist_manage_table tfoot button.submit-wishlist-changes i,.wishlist_table .add_to_cart.button i,.wishlist_table .ask-an-estimate-button i,.yith-wcwl-add-button>a i,.yith-wcwl-wishlist-new button i,.yith-wcwl-wishlist-search-form button.wishlist-search-button i{margin-right:10px}.hidden-title-form a.hide-title-form,.wishlist-title a.show-title-form,.wishlist_manage_table a.create-new-wishlist,.wishlist_manage_table button.submit-wishlist-changes,.wishlist_table .add_to_cart.button,.wishlist_table a.ask-an-estimate-button,.woocommerce .yith-wcwl-wishlist-new button,.yith-wcwl-add-button a.add_to_wishlist,.yith-wcwl-popup-button a.add_to_wishlist,.yith-wcwl-wishlist-search-form button.wishlist-search-button{margin:0;box-shadow:none;text-shadow:none}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist{position:absolute;z-index:10;margin:0;top:10px;left:10px}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .with-dropdown{padding:0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .add_to_wishlist,.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .disabled_item,.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .open-pretty-photo{font-size:0;background:0 0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .delete_item,.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .move_to_another_wishlist{font-size:0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .feedback{display:none}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .feedback+a{font-size:0;background:0 0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i{font-size:1.6rem;margin:0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist img{margin:0}.woocommerce .wishlist-title{margin-bottom:30px}.woocommerce .wishlist-title h2{vertical-align:middle;margin-bottom:0}.woocommerce .hidden-title-form button{padding:7px 24px;vertical-align:middle;border:none;position:relative}.woocommerce .hidden-title-form button:active{top:1px}.woocommerce .back-to-all-wishlists{margin-bottom:20px}.woocommerce #content table.wishlist_table.cart a.remove{color:#c3c3c3;margin:0 auto}.woocommerce #content table.wishlist_table.cart a.remove:hover{background-color:#c3c3c3;color:#fff}.yith-wcwl-share{margin-bottom:35px}.yith-wcwl-share h4.yith-wcwl-share-title{margin:10px 0}.yith-wcwl-share ul{margin:5px 0;padding:0}.entry-content .yith-wcwl-share ul li,.yith-wcwl-share ul li{display:inline-block;margin-left:0;margin-right:0}.yith-wcwl-share li a{color:#fff;text-align:center;text-decoration:none;line-height:1;padding:5px;display:block;border:none;min-width:26px;min-height:26px}.yith-wcwl-share li a:hover{color:#fff}.yith-wcwl-share li a>img{max-width:1em}.copy-trigger{cursor:pointer}.woocommerce .ask-an-estimate-button>img{max-width:1em;display:inline;margin-right:5px}#ask_an_estimate_popup{display:none}.wishlist-ask-an-estimate-popup .ask-an-estimate-button-popup{width:100%}.wishlist-ask-an-estimate-popup .woocommerce-error{margin-bottom:0}.wishlist-ask-an-estimate-popup #additional_notes{min-height:150px}.ask-an-estimate-confirmation{padding:0 30px;text-align:center}.yith_wcwl_wishlist_footer>div{margin-bottom:15px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action{float:left}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action label{display:inline-block;margin-right:10px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action #bulk_actions{min-width:250px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action input[type=submit]{margin:0;margin-left:10px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_update{float:right}.yith_wcwl_wishlist_footer .yith-wcwl-share{float:left;clear:both}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action{float:right}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action>*{vertical-align:middle}.yith_wcwl_wishlist_update+.yith_wcwl_footer_additional_action{clear:both}.wishlist-page-links{clear:both}#move_to_another_wishlist{display:none}.yith-wcwl-wishlist-new{padding:20px 0}.yith-wcwl-popup-content .yith-wcwl-wishlist-new{padding:0}.yith-wcwl-wishlist-new .wishlist-name{display:inline-block}.yith-wcwl-wishlist-new .wishlist-privacy-radio label{display:block}.yith-wcwl-popup-content .create-wishlist-button{margin-top:15px;width:100%}#create_new_wishlist{display:none}.wishlist_manage_table select{vertical-align:middle;margin-right:10px}.wishlist_manage_table td.wishlist-name .wishlist-title{margin-bottom:0}.wishlist_manage_table td.wishlist-name .wishlist-title .show-title-form{display:inline-block;padding:0;border:none;background:0 0;top:0;margin:0}.wishlist_manage_table td.wishlist-name a.show-title-form i{padding:5px;margin:0}.wishlist_manage_table td.wishlist-name:hover a.show-title-form{visibility:visible}.wishlist_manage_table td.wishlist-name .hidden-title-form{margin:0!important;width:100%}.wishlist_manage_table td.wishlist-name .hidden-title-form input[type=text]{width:100%;min-width:0}.wishlist_manage_table td.wishlist-name .hidden-title-form{position:relative}table.wishlist_manage_table tfoot td{text-align:right;padding:24px 12px}.wishlist_manage_table tfoot button.submit-wishlist-changes{padding:7px 24px;vertical-align:middle;border:1px solid;border-radius:3px;position:relative;line-height:normal}.wishlist_manage_table tfoot button.submit-wishlist-changes:active{top:1px}.wishlist_manage_table tfoot a.create-new-wishlist{vertical-align:middle;line-height:normal;padding:7px 24px}.wishlist_manage_table.modern_grid li.wishlist-empty{margin:50px 0}.wishlist_manage_table.modern_grid li .item-wrapper{display:block;margin:0;padding:40px 50px;background:#fff;border:1px solid #cdcdcd}.wishlist_manage_table.modern_grid li .item-details,.wishlist_manage_table.modern_grid li .product-thumbnail{display:block;width:100%;padding:0}.wishlist_manage_table.modern_grid li .item-details .hidden-title-form{width:100%}.wishlist_manage_table.modern_grid li .product-thumbnail .placeholder-item.empty-box{display:flex;background:#f2f2f2;min-height:400px;align-items:center;justify-content:center;margin-bottom:15px}.wishlist_manage_table.modern_grid li .product-thumbnail .placeholder-item.empty-box p{font-size:1em;line-height:1.5em;font-weight:600}.wishlist_manage_table.modern_grid li .product-thumbnail img:first-child{width:100%;margin-bottom:15px}.wishlist_manage_table.modern_grid li .product-thumbnail img{width:calc(50% - 8px)}.wishlist_manage_table.modern_grid li .product-thumbnail img:nth-child(3){margin-left:15px}.wishlist_manage_table.modern_grid li .wishlist-title-with-form{display:block}.wishlist_manage_table.modern_grid li .wishlist-title-with-form h3{display:inline-block}.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form,.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form:hover{visibility:visible;float:right;margin:0;background:0 0;color:inherit}.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form i{margin:0}.wishlist_manage_table.modern_grid li .hidden-title-form{margin-top:0!important}.wishlist_manage_table.modern_grid li .hidden-title-form input[type=text]{width:100%;min-width:0}.wishlist_manage_table.mobile li{margin-bottom:30px}.wishlist_manage_table.mobile li .item-wrapper .item-details{width:100%}.wishlist_manage_table.mobile li .item-details .hidden-title-form{position:relative}.wishlist_manage_table.mobile li .item-details .hidden-title-form input[type=text]{width:100%}.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title{display:block;border-bottom:1px solid #cdcdcd;position:relative}.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title-with-form a.show-title-form{position:absolute;right:0;top:0;visibility:visible}.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title-with-form a.show-title-form i{margin-right:0}.wishlist_manage_table.mobile li .item-details table.item-details-table td.value a.selectBox{margin-right:0}.wishlist_manage_table.mobile li .item-details table.item-details-table td.value a.wishlist-download{float:left}.yith-wcwl-wishlist-search-form{text-align:center;padding:20px 0}.yith-wcwl-wishlist-search-form #wishlist_search{display:inline-block;max-width:300px;vertical-align:middle}.yith-wcwl-wishlist-search-form button.wishlist-search-button{display:inline-block;padding:7px 24px;vertical-align:middle;border:1px solid;border-radius:3px;position:relative;line-height:normal}.yith-wcwl-wishlist-search-form button.wishlist-search-button i{margin:0}.yith-wcwl-wishlist-search-form button.wishlist-search-button:active{top:1px}.yith-wcwl-search-results .wishlist-owner{text-align:left}.yith-wcwl-search-results .wishlist-owner .thumb{display:inline-block;margin-right:15px}.yith-wcwl-add-to-wishlist .ajax-loading{box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important;display:inline!important;margin-left:5px;vertical-align:middle;visibility:hidden;width:16px!important;height:16px!important}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown li,.widget_yith-wcwl-lists ul.dropdown li{padding:0}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists>li a,.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown>li a,.widget_yith-wcwl-lists ul.dropdown ul.lists>li a,.widget_yith-wcwl-lists ul.dropdown>li a{display:block;padding:5px 15px}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists>li a,.widget_yith-wcwl-lists ul.dropdown ul.lists>li a{padding:5px 25px}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown>li.lists-section,.widget_yith-wcwl-lists ul.dropdown>li.lists-section{border-bottom:1px solid #e7e7e7}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists,.widget_yith-wcwl-lists ul.dropdown ul.lists{margin:0}.elementor-widget-wp-widget-yith-wcwl-items .mini,.widget_yith-wcwl-items .mini{position:relative}.elementor-widget-wp-widget-yith-wcwl-items .heading,.widget_yith-wcwl-items .heading{text-align:center;cursor:pointer}.elementor-widget-wp-widget-yith-wcwl-items .mini .heading,.widget_yith-wcwl-items .mini .heading{display:inline-block}.elementor-widget-wp-widget-yith-wcwl-items .heading a,.widget_yith-wcwl-items .heading a{color:inherit}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter,.widget_yith-wcwl-items .extended .heading .items-counter{position:relative}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter i,.widget_yith-wcwl-items .extended .heading .items-counter i{font-size:70px;position:relative;margin-bottom:10px}.elementor-widget-wp-widget-yith-wcwl-items .mini .heading .items-counter i,.widget_yith-wcwl-items .mini .heading .items-counter i{font-size:30px}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter .items-count,.widget_yith-wcwl-items .extended .heading .items-counter .items-count{display:block;position:absolute;left:0;right:0;text-align:center;top:calc(50% - 20px);font-size:1rem}.elementor-widget-wp-widget-yith-wcwl-items .mini .heading .items-counter .items-count,.widget_yith-wcwl-items .mini .heading .items-counter .items-count{font-size:1rem}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading h3:after,.widget_yith-wcwl-items .extended .heading h3:after{content:'';display:block;max-width:80px;border-bottom:1px solid #cdcdcd;margin:10px auto}.elementor-widget-wp-widget-yith-wcwl-items .mini .list,.widget_yith-wcwl-items .mini .list{position:absolute;z-index:1;left:0;background:#fff;padding:25px 40px;display:none;-webkit-box-shadow:0 0 15px rgba(0,0,0,.3);-moz-box-shadow:0 0 15px rgba(0,0,0,.3);box-shadow:0 0 15px rgba(0,0,0,.3)}.elementor-widget-wp-widget-yith-wcwl-items .mini:hover .list,.widget_yith-wcwl-items .mini:hover .list{display:block}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget,.widget_yith-wcwl-items ul.product_list_widget{margin-bottom:40px!important}.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget,.widget_yith-wcwl-items .mini ul.product_list_widget{max-height:30vh;overflow-y:auto}.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget::-webkit-scrollbar,.widget_yith-wcwl-items ul.product_list_widget::-webkit-scrollbar{-webkit-appearance:none;width:7px}.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget::-webkit-scrollbar-thumb,.widget_yith-wcwl-items ul.product_list_widget::-webkit-scrollbar-thumb{border-radius:4px;background-color:rgba(0,0,0,.4);box-shadow:0 0 1px rgba(255,255,255,.4)}.elementor-widget-wp-widget-yith-wcwl-items p.empty-wishlist,.widget_yith-wcwl-items p.empty-wishlist{margin-bottom:0!important}.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget,.widget_yith-wcwl-items .mini ul.product_list_widget{margin-left:-20px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li,.widget_yith-wcwl-items ul.product_list_widget li{display:table}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li:not(:last-child),.widget_yith-wcwl-items ul.product_list_widget li:not(:last-child){margin-bottom:10px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .image-thumb,.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info,.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists,.widget_yith-wcwl-items ul.product_list_widget li .image-thumb,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info,.widget_yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists{display:table-cell;vertical-align:middle}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists,.widget_yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists{font-size:1.2rem}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .image-thumb img,.widget_yith-wcwl-items ul.product_list_widget li .image-thumb img{margin-left:10px;max-width:40px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info{display:inline-block;vertical-align:middle;margin-left:10px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info a,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info a{display:inline-block}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info>*,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info>*{display:block}.elementor-widget-wp-widget-yith-wcwl-items .show-wishlist,.elementor-widget-wp-widget-yith-wcwl-items a.add_all_to_cart,.widget_yith-wcwl-items .show-wishlist,.widget_yith-wcwl-items a.add_all_to_cart{display:block!important}.elementor-widget-wp-widget-yith-wcwl-items .show-wishlist,.widget_yith-wcwl-items .show-wishlist{margin-bottom:10px}.elementor-widget-wp-widget-yith-wcwl-items a.add_all_to_cart,.widget_yith-wcwl-items a.add_all_to_cart{text-align:center}@media(max-width:768px){.yith_wcwl_wishlist_bulk_action select{width:100%;margin-bottom:15px}.yith_wcwl_wishlist_bulk_action input{float:right}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action{float:none}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action .ask-an-estimate-button{width:100%;text-align:center}}
1
+ .woocommerce a.selectBox{background:#fff;min-width:100px;margin-right:10px;color:inherit}.woocommerce a.selectBox,.woocommerce a.selectBox:hover{border-bottom:1px solid #bbb!important}.woocommerce a.selectBox:hover{color:inherit}.woocommerce a.selectBox:focus{border:1px solid #ccc}.selectBox-dropdown .selectBox-label{vertical-align:middle;padding:3px 8px}.selectBox-dropdown .selectBox-arrow{border:none;background:url(../images/jquery.selectBox-arrow.png) center right no-repeat}.selectBox-dropdown.selectBox-menuShowing .selectBox-arrow{background:url(../images/jquery.selectBox-arrow.png) center left no-repeat}.selectBox-dropdown-menu{border-bottom-left-radius:3px;border-bottom-right-radius:3px;padding:5px;font-size:80%}.selectBox-dropdown-menu li a{color:inherit;padding:5px 8px;border-radius:3px}.selectBox-dropdown-menu a:hover{color:inherit;text-decoration:none}select.selectBox.change-wishlist{max-width:100px}.selectBox.change-wishlist{width:auto!important}.change-wishlist-selectBox-dropdown-menu{width:auto!important}.yith-wcwl-with-pretty-photo{overflow:hidden}.yith-wcwl-with-pretty-photo .pp_content{height:auto!important}.woocommerce .wishlist-fragment .blockUI.blockOverlay::before,.woocommerce .yith-wcwl-popup-form .blockUI.blockOverlay::before{display:none}.yith-wcwl-popup{display:none}.yith-wcwl-popup-content h3{text-align:center;font-size:1.5em}.yith-wcwl-popup-content .heading-icon,.yith-wcwl-popup-feedback .heading-icon{text-align:center;display:block;font-size:70px;color:#333;margin-bottom:15px}.yith-wcwl-popup-content .popup-description{text-align:center;font-weight:600;margin-bottom:15px}.yith-wcwl-popup-content .popup-description a.show-tab.active{cursor:inherit;color:inherit;pointer-events:none}.yith-wcwl-popup-feedback p.feedback{margin-top:1.5em;text-align:center;font-size:1.1rem;font-weight:600}.yith-wcwl-popup-content label{display:block}.yith-wcwl-popup-content input[type=text],.yith-wcwl-popup-content select{padding:10px 7px}.yith-wcwl-popup-content .create{display:none}.yith-wcwl-popup-content .yith-wcwl-second-row{display:none}.yith-wcwl-popup-footer{margin:15px 0}.yith-wcwl-popup-footer .button.wishlist-submit{display:block;width:100%;text-align:center}.pp_pic_holder.pp_woocommerce.feedback{max-width:450px!important}.pp_pic_holder.pp_woocommerce.feedback .pp_content{width:auto!important}.yith-wcwl-popup-feedback{margin-top:2em;margin-bottom:2em}.yith-wcwl-add-button.with-dropdown{position:relative;padding:15px 0}.yes-js .yith-wcwl-add-button ul.yith-wcwl-dropdown{display:none;list-style:none;margin-bottom:0;padding:5px 25px;border:1px solid #cdcdcd;background:#fff;position:absolute;z-index:15;top:calc(100% - 5px);min-width:200px}.yith-wcwl-add-button.show-dropdown ul.yith-wcwl-dropdown{display:block}.yith-wcwl-add-button ul.yith-wcwl-dropdown li{padding:15px;padding-left:0;text-transform:uppercase;font-size:.8em}.yith-wcwl-add-button ul.yith-wcwl-dropdown li a{font-size:1em!important;color:inherit;box-shadow:none}.yith-wcwl-add-button ul.yith-wcwl-dropdown li a:hover{color:initial}.yith-wcwl-add-button ul.yith-wcwl-dropdown li:before{font-family:FontAwesome;content:'\f067';margin-right:15px}.yith-wcwl-add-button ul.yith-wcwl-dropdown li:not(:last-child){border-bottom:1px solid #cdcdcd}.yith-wcwl-add-to-wishlist .separator+[data-title]{display:inline-block}.yith-wcwl-add-to-wishlist .with-tooltip{position:relative}.yith-wcwl-tooltip{z-index:10;padding:5px 10px;border-radius:5px;text-align:center;top:calc(100% + 5px);pointer-events:none;cursor:initial;font-size:.6875rem;line-height:normal;display:none}.with-dropdown .yith-wcwl-tooltip{top:auto;bottom:calc(100% + 10px)}.with-tooltip .yith-wcwl-tooltip{position:absolute}.with-tooltip .yith-wcwl-tooltip:before{content:'';display:block;position:absolute;top:-5px;left:calc(50% - 2px);width:0;height:0;background:0 0!important;border-left:5px solid transparent!important;border-right:5px solid transparent!important;border-bottom:5px solid}.with-dropdown .with-tooltip .yith-wcwl-tooltip:before{bottom:-5px;top:auto;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid;border-bottom:none}#yith-wcwl-popup-message{font-weight:700;line-height:50px;text-align:center;background:#fff;-webkit-box-shadow:0 0 15px rgba(0,0,0,.3);-moz-box-shadow:0 0 15px rgba(0,0,0,.3);box-shadow:0 0 15px rgba(0,0,0,.3);position:fixed;top:50%;left:50%;padding:7px 40px;z-index:10000}.wishlist-title{display:inline-block}.wishlist-title h2{display:inline-block;padding:5px}.wishlist-title.wishlist-title-with-form h2:hover{background:#efefef}.wishlist-title a.show-title-form{cursor:pointer;visibility:hidden}.wishlist-title:hover a.show-title-form{visibility:visible}.hidden-title-form{position:relative;margin:25px 0 39px}.yes-js .hidden-title-form{display:none}.hidden-title-form .edit-title-buttons{position:absolute;right:5px;top:calc(50% - 15px)}.hidden-title-form>input[type=text]{padding-right:65px;line-height:1}.hidden-title-form a{cursor:pointer;display:inline-block;width:30px;height:30px;line-height:30px;text-align:center;vertical-align:middle;font-size:1.3em}.hidden-title-form a i{margin:0;display:inline-block}table.wishlist_table{font-size:80%}table.wishlist_table tr{position:relative}table.wishlist_table thead th{border-top:1px solid;padding:16px 12px}table.wishlist_table tbody td{padding:16px 12px}table.wishlist_table tbody td,table.wishlist_table thead th{border-color:#e7e7e7}p.wishlist-empty,table.wishlist_table tbody td.wishlist-empty{text-align:center;margin:100px 0}.wishlist_table tr td,.wishlist_table tr th.product-checkbox,.wishlist_table tr th.wishlist-delete{text-align:center}.wishlist_table tr th.product-checkbox{vertical-align:middle;width:40px}.wishlist_table tr th.product-remove{vertical-align:middle;width:40px}.wishlist_table tr th.product-thumbnail{width:80px}.wishlist_table tfoot td,.wishlist_table tr td.product-name,.wishlist_table tr td.product-thumbnail,.wishlist_table tr td.wishlist-name,.wishlist_table tr td.wishlist-privacy{text-align:left}.wishlist_table tr td.product-remove{padding:16px 0}.wishlist_table tr td.product-thumbnail a{display:block;border:none;max-width:80px}.wishlist_table tr td.product-thumbnail a img{width:100%}.wishlist_table tr td.product-arrange{cursor:grab}.wishlist_table tr td.product-arrange:active{cursor:grabbing}.wishlist_table .product-stock-status span.wishlist-in-stock{color:#297e29}.wishlist_table .product-stock-status span.wishlist-out-of-stock{color:red}.wishlist_table .product-add-to-cart span.dateadded{display:block}.wishlist_table .product-add-to-cart a{display:table!important;margin:0 auto 5px!important;text-align:center}.wishlist_table .product-add-to-cart a.button{padding:6px 25px!important}.wishlist_table .product-add-to-cart a>img{display:inline;max-width:2em}.wishlist_table .product-add-to-cart .variations_form{margin:15px 0}.wishlist_table .price-variation{display:block}.wishlist_table .price-variation.decrease .variation-rate{color:red}.wishlist_table .price-variation .old-price{display:block}.wishlist_table a.button{white-space:normal;margin-bottom:5px!important}.wishlist_table.modern_grid{list-style:none;margin:0 -7px 35px;font-size:0}.wishlist_table.modern_grid li{display:inline-block;vertical-align:top;width:33.33%;padding:0 7px;margin-bottom:15px}.wishlist_table.images_grid li.wishlist-empty,.wishlist_table.modern_grid li.wishlist-empty{width:100%;font-size:1rem;text-align:center;margin:50px 0}.wishlist_table.images_grid li.show{z-index:10}.wishlist_table.images_grid.products li.product.first,.wishlist_table.images_grid.products li.product.last{clear:none}.wishlist_table.images_grid.columns-2.products li.product:nth-of-type(2n+1),.wishlist_table.images_grid.columns-3.products li.product:nth-of-type(3n+1),.wishlist_table.images_grid.columns-4.products li.product:nth-of-type(4n+1),.wishlist_table.images_grid.columns-5.products li.product:nth-of-type(5n+1),.wishlist_table.images_grid.columns-6.products li.product:nth-of-type(6n+1){clear:both}.wishlist_table.modern_grid li .item-wrapper{display:table;margin:0 -7px}.wishlist_table.modern_grid li .item-details,.wishlist_table.modern_grid li .product-thumbnail{display:table-cell;vertical-align:top;box-sizing:border-box;width:50%;padding:0 7px;font-size:1rem}.wishlist_table.images_grid li .product-thumbnail,.wishlist_table.modern_grid li .product-thumbnail{position:relative}.wishlist_table.images_grid li .product-thumbnail .product-checkbox,.wishlist_table.modern_grid li .product-thumbnail .product-checkbox{position:absolute;top:7px;left:15px;z-index:2}.wishlist_table.modern_grid li .product-thumbnail>a{display:block}.wishlist_table.modern_grid li .product-thumbnail>a img{display:block}.wishlist_table.images_grid li.show .product-thumbnail>a img,.wishlist_table.images_grid li:hover .product-thumbnail>a img{filter:brightness(1.1)}.wishlist_table.modern_grid.wishlist_view li .item-details{position:relative}.wishlist_table.modern_grid.wishlist_view li .item-details:before{content:'';display:block;top:0;bottom:0;left:7px;background:#fff;position:absolute;right:7px;z-index:0;border:1px solid #cdcdcd}.wishlist_table.images_grid li .item-details{display:none;position:absolute;z-index:2;bottom:15px;left:calc(50% - 150px);width:300px;background:#fff;padding:10px 20px;-webkit-box-shadow:0 0 15px rgba(0,0,0,.3);-moz-box-shadow:0 0 15px rgba(0,0,0,.3);box-shadow:0 0 15px rgba(0,0,0,.3)}.wishlist_table.images_grid li.show .item-details{display:block}.wishlist_table.modern_grid li .item-details .item-details-wrapper{padding:15px 20px;line-height:normal;position:relative}.wishlist_table.images_grid li .item-details a.close{position:absolute;top:10px;right:20px}.wishlist_table.images_grid li .item-details h3,.wishlist_table.mobile li .item-details h3,.wishlist_table.modern_grid li .item-details h3{margin-bottom:7px}.wishlist_table.images_grid li .item-details table.item-details-table,.wishlist_table.mobile li .item-details table.item-details-table,.wishlist_table.mobile li table.additional-info,.wishlist_table.modern_grid li .item-details table.item-details-table{border:none;margin-bottom:7px}.wishlist_table.images_grid li .item-details table.item-details-table td,.wishlist_table.mobile li .item-details table.item-details-table td,.wishlist_table.mobile li table.additional-info td,.wishlist_table.modern_grid li .item-details table.item-details-table td{border:none;font-size:.7em;padding:3px;vertical-align:top}.wishlist_table.images_grid li .item-details table.item-details-table td.label,.wishlist_table.mobile li .item-details table.item-details-table td.label,.wishlist_table.mobile li table.additional-info td.label,.wishlist_table.modern_grid li .item-details table.item-details-table td.label{text-align:left;font-weight:700;width:40%}.wishlist_table.images_grid li .item-details table.item-details-table td.value,.wishlist_table.mobile li .item-details table.item-details-table td.value,.wishlist_table.mobile li table.additional-info td.value,.wishlist_table.modern_grid li .item-details table.item-details-table td.value{text-align:right}.wishlist_table.modern_grid li .item-details table.item-details-table td.value a.selectBox{margin-right:0}.wishlist_table.images_grid li .item-details table.item-details-table td.value input,.wishlist_table.mobile li table.additional-info td.value input,.wishlist_table.modern_grid li .item-details table.item-details-table td.value input{width:auto}.wishlist_table.images_grid li .item-details .product-add-to-cart,.wishlist_table.modern_grid li .item-details .product-add-to-cart{text-align:center;margin-bottom:7px}.wishlist_table.images_grid li .item-details .move-to-another-wishlist,.wishlist_table.modern_grid li .item-details .move-to-another-wishlist{text-align:center;margin-bottom:7px}.wishlist_table.images_grid li .item-details .product-remove,.wishlist_table.modern_grid li .item-details .product-remove{text-align:right}.wishlist_table.images_grid li .item-details .product-remove a,.wishlist_table.modern_grid li .item-details .product-remove a{border:none;border-radius:0;display:inline-block}.wishlist_table.mobile{list-style:none;margin-left:0}.wishlist_table.mobile li{margin-bottom:7px}.wishlist_table.mobile li .product-checkbox{display:inline-block;width:20px;vertical-align:top}.wishlist_table.mobile li .item-wrapper{display:inline-block;width:calc(100% - 25px);vertical-align:top;margin-bottom:7px}.wishlist_table.wishlist_manage_table.mobile li.wishlist-empty{text-align:center}.wishlist_table.wishlist_manage_table.mobile li .item-wrapper{width:100%}.wishlist_table.mobile li .item-wrapper .product-thumbnail{display:inline-block;max-width:60px;margin-right:10px}.wishlist_table.mobile li .item-wrapper .item-details{display:inline-block;width:calc(100% - 80px);vertical-align:top}.wishlist_table.mobile.with-checkbox li .additional-info-wrapper{padding-left:20px}.wishlist_table.mobile li .additional-info-wrapper .move-to-another-wishlist,.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart{text-align:center;margin-bottom:7px}.wishlist_table.mobile li .additional-info-wrapper .product-remove{text-align:right}a.add_to_wishlist{cursor:pointer}.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon{margin-right:5px}.yith-wcwl-add-to-wishlist a.add_to_wishlist>img,.yith-wcwl-add-to-wishlist a.delete_item>img,.yith-wcwl-add-to-wishlist a.move_to_another_wishlist>img{max-width:32px;display:inline-block;margin-right:10px}a.add_to_wishlist+a.view-wishlist,a.delete_item+a.view-wishlist{margin-left:15px}.summary .single_add_to_wishlist.button,div.product .woocommerce-price-and-add .single_add_to_wishlist.button{margin:0}.wishlist_table .add_to_cart.button{padding:7px 12px;line-height:normal}.yith-wcwl-add-to-wishlist{margin-top:10px}.hidden-title-form button i,.wishlist-title a.show-title-form i,.wishlist_manage_table tfoot a.create-new-wishlist i,.wishlist_manage_table tfoot button.submit-wishlist-changes i,.wishlist_table .add_to_cart.button i,.wishlist_table .ask-an-estimate-button i,.yith-wcwl-add-button>a i,.yith-wcwl-wishlist-new button i,.yith-wcwl-wishlist-search-form button.wishlist-search-button i{margin-right:10px}.hidden-title-form a.hide-title-form,.wishlist-title a.show-title-form,.wishlist_manage_table a.create-new-wishlist,.wishlist_manage_table button.submit-wishlist-changes,.wishlist_table .add_to_cart.button,.wishlist_table a.ask-an-estimate-button,.woocommerce .yith-wcwl-wishlist-new button,.yith-wcwl-add-button a.add_to_wishlist,.yith-wcwl-popup-button a.add_to_wishlist,.yith-wcwl-wishlist-search-form button.wishlist-search-button{margin:0;box-shadow:none;text-shadow:none}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist{position:absolute;z-index:10;margin:0;top:10px;left:10px}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .with-dropdown{padding:0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .add_to_wishlist,.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .disabled_item,.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .open-pretty-photo{font-size:0;background:0 0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .delete_item,.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .move_to_another_wishlist{font-size:0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .feedback{display:none}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .feedback+a{font-size:0;background:0 0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i{font-size:1.6rem;margin:0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist img{margin:0}.woocommerce .wishlist-title{margin-bottom:30px}.woocommerce .wishlist-title h2{vertical-align:middle;margin-bottom:0}.woocommerce .hidden-title-form button{padding:7px 24px;vertical-align:middle;border:none;position:relative}.woocommerce .hidden-title-form button:active{top:1px}.woocommerce .back-to-all-wishlists{margin-bottom:20px}.woocommerce #content table.wishlist_table.cart a.remove{color:#c3c3c3;margin:0 auto}.woocommerce #content table.wishlist_table.cart a.remove:hover{background-color:#c3c3c3;color:#fff}.yith-wcwl-share{margin-bottom:35px}.yith-wcwl-share h4.yith-wcwl-share-title{margin:10px 0}.yith-wcwl-share ul{margin:5px 0;padding:0}.entry-content .yith-wcwl-share ul li,.yith-wcwl-share ul li{display:inline-block;margin-left:0;margin-right:0}.yith-wcwl-share li a{color:#fff;text-align:center;text-decoration:none;line-height:1;padding:5px;display:block;border:none;min-width:26px;min-height:26px}.yith-wcwl-share li a:hover{color:#fff}.yith-wcwl-share li a>img{max-width:1em}.copy-trigger{cursor:pointer}.woocommerce .ask-an-estimate-button>img{max-width:1em;display:inline;margin-right:5px}#ask_an_estimate_popup{display:none}.wishlist-ask-an-estimate-popup .ask-an-estimate-button-popup{width:100%}.wishlist-ask-an-estimate-popup .woocommerce-error{margin-bottom:0}.wishlist-ask-an-estimate-popup #additional_notes{min-height:150px}.ask-an-estimate-confirmation{padding:0 30px;text-align:center}.yith_wcwl_wishlist_footer>div{margin-bottom:15px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action{float:left}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action label{display:inline-block;margin-right:10px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action #bulk_actions{min-width:250px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action input[type=submit]{margin:0;margin-left:10px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_update{float:right}.yith_wcwl_wishlist_footer .yith-wcwl-share{float:left;clear:both}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action{float:right}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action>*{vertical-align:middle}.yith_wcwl_wishlist_update+.yith_wcwl_footer_additional_action{clear:both}.wishlist-page-links{clear:both}#move_to_another_wishlist{display:none}.yith-wcwl-wishlist-new{padding:20px 0}.yith-wcwl-popup-content .yith-wcwl-wishlist-new{padding:0}.yith-wcwl-wishlist-new .wishlist-name{display:inline-block}.yith-wcwl-wishlist-new .wishlist-privacy-radio label{display:block}.yith-wcwl-popup-content .create-wishlist-button{margin-top:15px;width:100%}#create_new_wishlist{display:none}.wishlist_manage_table select{vertical-align:middle;margin-right:10px}.wishlist_manage_table td.wishlist-name .wishlist-title{margin-bottom:0}.wishlist_manage_table td.wishlist-name .wishlist-title .show-title-form{display:inline-block;padding:0;border:none;background:0 0;top:0;margin:0}.wishlist_manage_table td.wishlist-name a.show-title-form i{padding:5px;margin:0}.wishlist_manage_table td.wishlist-name:hover a.show-title-form{visibility:visible}.wishlist_manage_table td.wishlist-name .hidden-title-form{margin:0!important;width:100%}.wishlist_manage_table td.wishlist-name .hidden-title-form input[type=text]{width:100%;min-width:0}.wishlist_manage_table td.wishlist-name .hidden-title-form{position:relative}table.wishlist_manage_table tfoot td{text-align:right;padding:24px 12px}.wishlist_manage_table tfoot button.submit-wishlist-changes{padding:7px 24px;vertical-align:middle;border:1px solid;border-radius:3px;position:relative;line-height:normal}.wishlist_manage_table tfoot button.submit-wishlist-changes:active{top:1px}.wishlist_manage_table tfoot a.create-new-wishlist{vertical-align:middle;line-height:normal;padding:7px 24px}.wishlist_manage_table.modern_grid li.wishlist-empty{margin:50px 0}.wishlist_manage_table.modern_grid li .item-wrapper{display:block;margin:0;padding:40px 50px;background:#fff;border:1px solid #cdcdcd}.wishlist_manage_table.modern_grid li .item-details,.wishlist_manage_table.modern_grid li .product-thumbnail{display:block;width:100%;padding:0}.wishlist_manage_table.modern_grid li .item-details .hidden-title-form{width:100%}.wishlist_manage_table.modern_grid li .product-thumbnail .placeholder-item.empty-box{display:flex;background:#f2f2f2;min-height:400px;align-items:center;justify-content:center;margin-bottom:15px}.wishlist_manage_table.modern_grid li .product-thumbnail .placeholder-item.empty-box p{font-size:1em;line-height:1.5em;font-weight:600}.wishlist_manage_table.modern_grid li .product-thumbnail img:first-child{width:100%;margin-bottom:15px}.wishlist_manage_table.modern_grid li .product-thumbnail img{width:calc(50% - 8px)}.wishlist_manage_table.modern_grid li .product-thumbnail img:nth-child(3){margin-left:15px}.wishlist_manage_table.modern_grid li .wishlist-title-with-form{display:block}.wishlist_manage_table.modern_grid li .wishlist-title-with-form h3{display:inline-block}.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form,.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form:hover{visibility:visible;float:right;margin:0;background:0 0;color:inherit}.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form i{margin:0}.wishlist_manage_table.modern_grid li .hidden-title-form{margin-top:0!important}.wishlist_manage_table.modern_grid li .hidden-title-form input[type=text]{width:100%;min-width:0}.wishlist_manage_table.mobile li{margin-bottom:30px}.wishlist_manage_table.mobile li .item-wrapper .item-details{width:100%}.wishlist_manage_table.mobile li .item-details .hidden-title-form{position:relative}.wishlist_manage_table.mobile li .item-details .hidden-title-form input[type=text]{width:100%}.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title{display:block;border-bottom:1px solid #cdcdcd;position:relative}.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title-with-form a.show-title-form{position:absolute;right:0;top:0;visibility:visible}.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title-with-form a.show-title-form i{margin-right:0}.wishlist_manage_table.mobile li .item-details table.item-details-table td.value a.selectBox{margin-right:0}.wishlist_manage_table.mobile li .item-details table.item-details-table td.value a.wishlist-download{float:left}.yith-wcwl-wishlist-search-form{text-align:center;padding:20px 0}.yith-wcwl-wishlist-search-form #wishlist_search{display:inline-block;max-width:300px;vertical-align:middle}.yith-wcwl-wishlist-search-form button.wishlist-search-button{display:inline-block;padding:7px 24px;vertical-align:middle;border:1px solid;border-radius:3px;position:relative;line-height:normal}.yith-wcwl-wishlist-search-form button.wishlist-search-button i{margin:0}.yith-wcwl-wishlist-search-form button.wishlist-search-button:active{top:1px}.yith-wcwl-search-results .wishlist-owner{text-align:left}.yith-wcwl-search-results .wishlist-owner .thumb{display:inline-block;margin-right:15px}.yith-wcwl-add-to-wishlist .ajax-loading{box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important;display:inline!important;margin-left:5px;vertical-align:middle;visibility:hidden;width:16px!important;height:16px!important}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown li,.widget_yith-wcwl-lists ul.dropdown li{padding:0}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists>li a,.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown>li a,.widget_yith-wcwl-lists ul.dropdown ul.lists>li a,.widget_yith-wcwl-lists ul.dropdown>li a{display:block;padding:5px 15px}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists>li a,.widget_yith-wcwl-lists ul.dropdown ul.lists>li a{padding:5px 25px}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown>li.lists-section,.widget_yith-wcwl-lists ul.dropdown>li.lists-section{border-bottom:1px solid #e7e7e7}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists,.widget_yith-wcwl-lists ul.dropdown ul.lists{margin:0}.elementor-widget-wp-widget-yith-wcwl-items .mini,.widget_yith-wcwl-items .mini{position:relative}.elementor-widget-wp-widget-yith-wcwl-items .heading,.widget_yith-wcwl-items .heading{text-align:center;cursor:pointer}.elementor-widget-wp-widget-yith-wcwl-items .mini .heading,.widget_yith-wcwl-items .mini .heading{display:inline-block}.elementor-widget-wp-widget-yith-wcwl-items .heading a,.widget_yith-wcwl-items .heading a{color:inherit}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter,.widget_yith-wcwl-items .extended .heading .items-counter{position:relative}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter i,.widget_yith-wcwl-items .extended .heading .items-counter i{font-size:70px;position:relative;margin-bottom:10px}.elementor-widget-wp-widget-yith-wcwl-items .mini .heading .items-counter i,.widget_yith-wcwl-items .mini .heading .items-counter i{font-size:25px}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter .items-count,.widget_yith-wcwl-items .extended .heading .items-counter .items-count{display:block;position:absolute;left:0;right:0;text-align:center;top:calc(50% - 20px);font-size:14px}.elementor-widget-wp-widget-yith-wcwl-items .mini .heading .items-counter .items-count,.widget_yith-wcwl-items .mini .heading .items-counter .items-count{font-size:1rem}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading h3:after,.widget_yith-wcwl-items .extended .heading h3:after{content:'';display:block;max-width:80px;border-bottom:1px solid #cdcdcd;margin:10px auto}.elementor-widget-wp-widget-yith-wcwl-items .mini .list,.widget_yith-wcwl-items .mini .list{position:absolute;z-index:1;left:0;background:#fff;padding:25px 40px;min-width:280px;display:none;-webkit-box-shadow:0 0 15px rgba(0,0,0,.3);-moz-box-shadow:0 0 15px rgba(0,0,0,.3);box-shadow:0 0 15px rgba(0,0,0,.3)}.elementor-widget-wp-widget-yith-wcwl-items .mini:hover .list,.widget_yith-wcwl-items .mini:hover .list{display:block}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget,.widget_yith-wcwl-items ul.product_list_widget{margin-bottom:40px!important}.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget,.widget_yith-wcwl-items .mini ul.product_list_widget{max-height:30vh;overflow-y:auto}.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget::-webkit-scrollbar,.widget_yith-wcwl-items ul.product_list_widget::-webkit-scrollbar{-webkit-appearance:none;width:7px}.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget::-webkit-scrollbar-thumb,.widget_yith-wcwl-items ul.product_list_widget::-webkit-scrollbar-thumb{border-radius:4px;background-color:rgba(0,0,0,.4);box-shadow:0 0 1px rgba(255,255,255,.4)}.elementor-widget-wp-widget-yith-wcwl-items p.empty-wishlist,.widget_yith-wcwl-items p.empty-wishlist{margin-bottom:0!important}.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget,.widget_yith-wcwl-items .mini ul.product_list_widget{margin-left:-20px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li,.widget_yith-wcwl-items ul.product_list_widget li{display:table}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li:not(:last-child),.widget_yith-wcwl-items ul.product_list_widget li:not(:last-child){margin-bottom:10px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .image-thumb,.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info,.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists,.widget_yith-wcwl-items ul.product_list_widget li .image-thumb,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info,.widget_yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists{display:table-cell;vertical-align:middle}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists,.widget_yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists{font-size:1.2rem}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .image-thumb img,.widget_yith-wcwl-items ul.product_list_widget li .image-thumb img{margin-left:10px;max-width:40px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info{display:inline-block;vertical-align:middle;margin-left:10px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info a,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info a{display:inline-block}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info>*,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info>*{display:block}.elementor-widget-wp-widget-yith-wcwl-items .show-wishlist,.elementor-widget-wp-widget-yith-wcwl-items a.add_all_to_cart,.widget_yith-wcwl-items .show-wishlist,.widget_yith-wcwl-items a.add_all_to_cart{display:block!important}.elementor-widget-wp-widget-yith-wcwl-items .show-wishlist,.widget_yith-wcwl-items .show-wishlist{margin-bottom:10px}.elementor-widget-wp-widget-yith-wcwl-items a.add_all_to_cart,.widget_yith-wcwl-items a.add_all_to_cart{text-align:center}@media(max-width:768px){.yith_wcwl_wishlist_bulk_action select{width:100%;margin-bottom:15px}.yith_wcwl_wishlist_bulk_action input{float:right}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action{float:none}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action .ask-an-estimate-button{width:100%;text-align:center}}
assets/css/unminified/style.css CHANGED
@@ -496,6 +496,10 @@ p.wishlist-empty{
496
  max-width: 2em;
497
  }
498
 
 
 
 
 
499
  .wishlist_table .price-variation{
500
  display: block;
501
  }
@@ -1387,7 +1391,7 @@ table.wishlist_manage_table tfoot td{
1387
 
1388
  .elementor-widget-wp-widget-yith-wcwl-items .mini .heading .items-counter i,
1389
  .widget_yith-wcwl-items .mini .heading .items-counter i{
1390
- font-size: 30px;
1391
  }
1392
 
1393
  .elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter .items-count,
@@ -1399,7 +1403,7 @@ table.wishlist_manage_table tfoot td{
1399
  text-align: center;
1400
  top: calc(50% - 20px);
1401
 
1402
- font-size: 1rem;
1403
  }
1404
 
1405
  .elementor-widget-wp-widget-yith-wcwl-items .mini .heading .items-counter .items-count,
@@ -1424,6 +1428,7 @@ table.wishlist_manage_table tfoot td{
1424
  left: 0;
1425
  background: #fff;
1426
  padding: 25px 40px;
 
1427
  display: none;
1428
 
1429
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,.3);
496
  max-width: 2em;
497
  }
498
 
499
+ .wishlist_table .product-add-to-cart .variations_form {
500
+ margin: 15px 0;
501
+ }
502
+
503
  .wishlist_table .price-variation{
504
  display: block;
505
  }
1391
 
1392
  .elementor-widget-wp-widget-yith-wcwl-items .mini .heading .items-counter i,
1393
  .widget_yith-wcwl-items .mini .heading .items-counter i{
1394
+ font-size: 25px;
1395
  }
1396
 
1397
  .elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter .items-count,
1403
  text-align: center;
1404
  top: calc(50% - 20px);
1405
 
1406
+ font-size: 14px;
1407
  }
1408
 
1409
  .elementor-widget-wp-widget-yith-wcwl-items .mini .heading .items-counter .items-count,
1428
  left: 0;
1429
  background: #fff;
1430
  padding: 25px 40px;
1431
+ min-width: 280px;
1432
  display: none;
1433
 
1434
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,.3);
assets/images/{get-premium-wishlist.jpg → premium/get-premium-wishlist.jpg} RENAMED
File without changes
assets/js/admin/yith-wcwl.min.js CHANGED
@@ -1 +1 @@
1
- jQuery(function(_){_.fn.dependency=function(t,e,n,c){var o=_(this);o.on("change",function(){var i=e(o);_.each(t,function(t,e){var n,e=_(e);!e.length||(n=e.closest("tr")).length&&(i?n.show().fadeTo("slow",1):n.is(":visible")?n.fadeTo("slow",0,function(){n.hide()}):n.css("opacity",0).hide())}),void 0!==n&&n(o,c)}).change()};var n=function(e,t){var c=this;c.settings={},c.modal=null,c._init=function(){c.settings=_.extend({template:e.data("template"),template_data:{},container:".yith-wcwl-wizard-modal",events:{}},t),"function"==typeof c.settings.events.init&&c.settings.events.init(e,t),c._initOpener()},c._initOpener=function(){e.on("click",function(t){var e=_(this),n=c.settings.template_data;t.preventDefault(),"function"==typeof n&&(n=n(e)),e.WCBackboneModal({template:c.settings.template,variable:n});e=_(c.settings.container);c._initEditor(e),c._initEnhancedSelect(e),c._initTabs(e),c._initSteps(e),c._initOptions(e,n),c._initEvents(e,c.settings.events)})},c._initEditor=function(t){t.find(".with-editor").each(function(){var n=_(this),t=n.attr("id");tinymce.get(t)&&(restoreTextMode=tinymce.get(t).isHidden(),wp.editor.remove(t)),wp.editor.initialize(t,{tinymce:{wpautop:!0,init_instance_callback:function(e){e.on("Change",function(t){n.val(e.getContent()).change()})}},quicktags:!0,mediaButtons:!0})})},c._initEnhancedSelect=function(t){_(document.body).trigger("wc-enhanced-select-init")},c._initTabs=function(t){t.find(".tabs").on("click","a",function(t){var e=_(this),n=e.closest("ul"),i=n.find("a"),c=n.parent().find(".tab"),o=e.data("target"),n=_(o),o=!1;t.preventDefault(),e.hasClass("active")||(o=!0),i.attr("aria-selected","false").removeClass("active"),e.attr("aria-selected","true").addClass("active"),c.attr("aria-expanded","false").removeClass("active").hide(),n.attr("aria-expanded","true").addClass("active").show(),o&&e.trigger("tabChange")})},c._initOptions=function(n,t){_.each(t,function(t,e){t=n.find('[name="'+t+'"]');t.length&&e!==t.val()&&(t.is("select")&&!t.find('option[value="'+e+'"]').length?t.append('<option value="'+e+'" selected="selected">'+e+" </option>"):t.val(e))})},c._initSteps=function(i){i.find(".step").hide().first().show(),i.find(".continue-button").on("click",function(t){var e=_(this).closest(".step"),n=e.next(".step");t.preventDefault(),n.length&&c._changeStep(i,e,n)}),i.find(".back-button").on("click",function(t){var e=_(this).closest(".step"),n=e.prev(".step");t.preventDefault(),n.length&&c._changeStep(i,e,n)})},c._initEvents=function(n,t){"function"==typeof c.settings.events.open&&c.settings.events.open(e,n),_.each(t,function(t,e){"init"!==t&&"open"!==t&&("tabChange"===t?n.find(".tabs"):"stepChange"===t?n.find(".step"):n.find(":input")).on(t,function(t){return e(_(this),n,t)})})},c._changeStep=function(o,_,a){_.animate({opacity:0},{duration:200,complete:function(){var t=o.find("article"),e=t.outerWidth(),n=t.outerHeight();t.outerWidth("auto"),t.outerHeight("auto"),_.hide(),a.show();var i=a.outerWidth(),c=a.outerHeight();a.hide(),_.css("opacity",1),t.outerWidth(e),t.outerHeight(n),t.animate({width:i,height:c},{duration:200,complete:function(){a.fadeIn(200)}})}}),a.trigger("stepChange")},c._init()},o=null,i=function(t,e,n){var i=e.find(".email-preview"),c=e.find("#template").val();o&&o.abort(),o=_.ajax({url:ajaxurl+"?action=preview_promotion_email&_wpnonce="+yith_wcwl.nonce.preview_promotion_email,data:e.find("form").serialize(),method:"POST",beforeSend:function(){i.block({message:null,overlayCSS:{background:"transparent",opacity:.6}})},complete:function(){i.unblock()},success:function(t){i.removeClass("html plain").addClass(c).find(".no-interactions").html(t)}})},t=function(){return{template:"yith-wcwl-promotion-wizard",template_data:function(t){var e=t.hasClass("restore-draft")?t.data("draft"):_.extend(e,{product_id:t.data("product_id"),user_id:t.data("user_id")});return e},events:{change:i,open:function(t,e,n){e.find("#content_html-tmce").click(),i(0,e)},tabChange:function(t,e,n){e.find("#template").val(t.find(".active").data("template")),i(0,e)},stepChange:function(t,e,n){var i=t.find(".receivers-count"),c=t.find(".show-on-long-queue"),o=c.data("threshold");i.length&&_.ajax({url:ajaxurl+"?action=calculate_promotion_email_receivers&_wpnonce="+yith_wcwl.nonce.calculate_promotion_email_receivers,data:e.find("form").serialize(),method:"post",beforeSend:function(){i.css("opacity",.3),c.length&&c.hide()},complete:function(){i.css("opacity",1)},success:function(t){"undefined"!=typeof t.label&&(i.html(t.label),c.length&&"undefined"!=typeof t.count&&t.count>o&&c.show())}})}}}};_.fn.wizard=function(t){var e=_(this);new n(e,t)},_(".create-promotion").wizard(t()),_(".restore-draft").wizard(t());var e=function(t){return"no"===(t=!t.is('input[type="radio"]')?t.find('input[type="radio"]:checked'):t).val()},c=function(t){return t.is(":checked")},a=_("#yith_wcwl_disable_wishlist_for_unauthenticated_users"),s=_("#yith_wcwl_multi_wishlist_enable"),l=_("#yith_wcwl_enable_multi_wishlist_for_unauthenticated_users"),r=_("#yith_wcwl_modal_enable"),u=_("#yith_wcwl_loop_position"),d=_(".icon-select"),h=_('[name="yith_wcwl_add_to_cart_style"]'),w=_("#yith_wcwl_add_to_cart_icon"),m=_('[name="yith_wcwl_ask_an_estimate_style"]'),f=_("#yith_wcwl_ask_an_estimate_icon"),p=_("#yith_wcwl_enable_share"),y=_("#yith_wcwl_share_fb"),g=_("#yith_wcwl_fb_button_icon"),v=_("#yith_wcwl_share_twitter"),b=_("#yith_wcwl_tw_button_icon"),k=_("#yith_wcwl_share_pinterest"),x=_("#yith_wcwl_pr_button_icon"),C=_("#yith_wcwl_share_email"),S=_("#yith_wcwl_em_button_icon"),T=_("#yith_wcwl_share_whatsapp"),z=_("#yith_wcwl_wa_button_icon"),j=_("#yith_wcwl_show_estimate_button"),E=_("#yith_wcwl_show_additional_info_textarea"),O=_("#yith_wcwl_ask_an_estimate_fields"),H=_("#woocommerce_promotion_mail_settings\\[email_type\\]"),W=_("#woocommerce_yith_wcwl_back_in_stock_settings\\[enabled\\]"),D=_("#woocommerce_yith_wcwl_back_in_stock_settings\\[email_type\\]"),B=_("#woocommerce_yith_wcwl_on_sale_item_settings\\[enabled\\]"),M=_("#woocommerce_yith_wcwl_on_sale_item_settings\\[email_type\\]"),t=_('[id^="type_"]');u.add("select#yith_wcwl_button_position").on("change",function(){var t=_(this);"shortcode"===t.val()?t.parent().next().find(".addon").show():t.parent().next().find(".addon").hide()}).change(),t.on("change",function(){var t=_(this),e=t.val(),n=t.closest(".yith-toggle-content-row").next();"radio"===e||"select"===e?n.show().fadeTo("slow",1):n.is(":visible")?n.fadeTo("slow",0,function(){n.hide()}):n.css("opacity",0).hide()}).change(),h.on("change",function(){w.change()}),m.on("change",function(){f.change()}),d.each(function(){_(this).select2({templateResult:function(t){return t.id?_('<span><i class="option-icon fa '+t.element.value.toLowerCase()+'" ></i> '+t.text+"</span>"):t.text}})}),a.dependency(["#yith_wcwl_enable_multi_wishlist_for_unauthenticated_users-yes"],function(){return e(a)&&c(s)},function(){l.change()}),s.dependency(["#yith_wcwl_enable_multi_wishlist_for_unauthenticated_users-yes"],function(){return e(a)&&c(s)},function(){l.change()}),l.dependency(["#yith_wcwl_show_login_notice","#yith_wcwl_login_anchor_text"],function(){return c(s)&&e(a)&&e(l)}),r.dependency(["#yith_wcwl_show_exists_in_a_wishlist"],function(){var t="default"!==r.find(":checked").val();return t||_("#yith_wcwl_show_exists_in_a_wishlist").prop("checked",!0),t}),w.dependency(["#yith_wcwl_add_to_cart_custom_icon"],function(){return"custom"===w.val()&&"button_custom"===h.filter(":checked").val()}),f.dependency(["#yith_wcwl_ask_an_estimate_custom_icon"],function(){return"custom"===f.val()&&"button_custom"===m.filter(":checked").val()}),p.dependency(["#yith_wcwl_share_fb"],c,function(){y.change(),g.change(),v.change(),b.change(),k.change(),x.change(),C.change(),S.change(),T.change(),z.change()}),y.dependency(["#yith_wcwl_fb_button_icon","#yith_wcwl_color_fb_button_background"],function(){return c(y)&&c(p)},function(){g.change()}),g.dependency(["#yith_wcwl_fb_button_custom_icon"],function(){return c(y)&&c(p)&&"custom"===g.val()}),v.dependency(["#yith_wcwl_tw_button_icon","#yith_wcwl_color_tw_button_background"],function(){return c(v)&&c(p)},function(){b.change()}),b.dependency(["#yith_wcwl_tw_button_custom_icon"],function(){return c(v)&&c(p)&&"custom"===b.val()}),k.dependency(["#yith_wcwl_socials_image_url","#yith_wcwl_pr_button_icon","#yith_wcwl_color_pr_button_background"],function(){return c(k)&&c(p)},function(){x.change()}),x.dependency(["#yith_wcwl_pr_button_custom_icon"],function(){return c(k)&&c(p)&&"custom"===x.val()}),C.dependency(["#yith_wcwl_em_button_icon","#yith_wcwl_color_em_button_background"],function(){return c(C)&&c(p)},function(){S.change()}),S.dependency(["#yith_wcwl_em_button_custom_icon"],function(){return c(C)&&c(p)&&"custom"===S.val()}),T.dependency(["#yith_wcwl_wa_button_icon","#yith_wcwl_wa_button_custom_icon","#yith_wcwl_color_wa_button_background"],function(){return c(T)&&c(p)},function(){z.change()}),z.dependency(["#yith_wcwl_wa_button_custom_icon"],function(){return c(T)&&c(p)&&"custom"===z.val()}),v.add(k).dependency(["#yith_wcwl_socials_title","#yith_wcwl_socials_text"],function(){return(c(v)||c(k))&&c(p)}),j.dependency(["#yith_wcwl_show_additional_info_textarea"],c,function(){E.change()}),j.on("change",function(){E.change()}),E.dependency(["#yith_wcwl_additional_info_textarea_label"],function(){return c(j)&&c(E)}),E.on("change",function(){_(this).is(":checked")&&j.is(":checked")?O.removeClass("yith-disabled"):O.addClass("yith-disabled")}),H.dependency(["#woocommerce_promotion_mail_settings\\[content_html\\]"],function(){return"multipart"===H.val()||"html"===H.val()}),H.dependency(["#woocommerce_promotion_mail_settings\\[content_text\\]"],function(){return"multipart"===H.val()||"plain"===H.val()}),W.dependency(["#woocommerce_yith_wcwl_back_in_stock_settings\\[product_exclusions\\]","#woocommerce_yith_wcwl_back_in_stock_settings\\[category_exclusions\\]","#woocommerce_yith_wcwl_back_in_stock_settings\\[email_type\\]","#woocommerce_yith_wcwl_back_in_stock_settings\\[heading\\]","#woocommerce_yith_wcwl_back_in_stock_settings\\[subject\\]","#woocommerce_yith_wcwl_back_in_stock_settings\\[content_html\\]","#woocommerce_yith_wcwl_back_in_stock_settings\\[content_text\\]"],function(){return c(W)},function(){D.change()}),D.dependency(["#woocommerce_yith_wcwl_back_in_stock_settings\\[content_html\\]"],function(){return("multipart"===D.val()||"html"===D.val())&&c(W)}),D.dependency(["#woocommerce_yith_wcwl_back_in_stock_settings\\[content_text\\]"],function(){return("multipart"===D.val()||"plain"===D.val())&&c(W)}),B.dependency(["#woocommerce_yith_wcwl_on_sale_item_settings\\[product_exclusions\\]","#woocommerce_yith_wcwl_on_sale_item_settings\\[category_exclusions\\]","#woocommerce_yith_wcwl_on_sale_item_settings\\[email_type\\]","#woocommerce_yith_wcwl_on_sale_item_settings\\[heading\\]","#woocommerce_yith_wcwl_on_sale_item_settings\\[subject\\]","#woocommerce_yith_wcwl_on_sale_item_settings\\[content_html\\]","#woocommerce_yith_wcwl_on_sale_item_settings\\[content_text\\]"],function(){return c(B)},function(){M.change()}),M.dependency(["#woocommerce_yith_wcwl_on_sale_item_settings\\[content_html\\]"],function(){return("multipart"===M.val()||"html"===M.val())&&c(B)}),M.dependency(["#woocommerce_yith_wcwl_on_sale_item_settings\\[content_text\\]"],function(){return("multipart"===M.val()||"plain"===M.val())&&c(B)}),_(".date-picker-field, .date-picker").datepicker({dateFormat:"yy-mm-dd",numberOfMonths:1,showButtonPanel:!0}),_(document).on("yith-add-box-button-toggle",function(){var e=_("#new_type"),n=_("#new_options").closest(".yith-add-box-row");e.on("change",function(){var t=e.val();"radio"===t||"select"===t?n.show().fadeTo("slow",1):n.is(":visible")?n.fadeTo("slow",0,function(){_(this).hide()}):n.css("opacity",0).hide()}).change()})});
1
+ jQuery(function(_){_.fn.dependency=function(t,e,n,c){var o=_(this);o.on("change",function(){var i=e(o);_.each(t,function(t,e){var n,e=_(e);!e.length||(n=e.closest("tr")).length&&(i?n.show().fadeTo("slow",1):n.is(":visible")?n.fadeTo("slow",0,function(){n.hide()}):n.css("opacity",0).hide())}),void 0!==n&&n(o,c)}).change()};var n=function(e,t){var c=this;c.settings={},c.modal=null,c._init=function(){c.settings=_.extend({template:e.data("template"),template_data:{},container:".yith-wcwl-wizard-modal",events:{}},t),"function"==typeof c.settings.events.init&&c.settings.events.init(e,t),c._initOpener()},c._initOpener=function(){e.on("click",function(t){var e=_(this),n=c.settings.template_data;t.preventDefault(),"function"==typeof n&&(n=n(e)),e.WCBackboneModal({template:c.settings.template,variable:n});e=_(c.settings.container);c._initEditor(e),c._initEnhancedSelect(e),c._initTabs(e),c._initSteps(e),c._initOptions(e,n),c._initEvents(e,c.settings.events)})},c._initEditor=function(t){t.find(".with-editor").each(function(){var n=_(this),t=n.attr("id");tinymce.get(t)&&(restoreTextMode=tinymce.get(t).isHidden(),wp.editor.remove(t)),wp.editor.initialize(t,{tinymce:{wpautop:!0,init_instance_callback:function(e){e.on("Change",function(t){n.val(e.getContent()).change()})}},quicktags:!0,mediaButtons:!0})})},c._initEnhancedSelect=function(t){_(document.body).trigger("wc-enhanced-select-init")},c._initTabs=function(t){t.find(".tabs").on("click","a",function(t){var e=_(this),n=e.closest("ul"),i=n.find("a"),c=n.parent().find(".tab"),o=e.data("target"),n=_(o),o=!1;t.preventDefault(),e.hasClass("active")||(o=!0),i.attr("aria-selected","false").removeClass("active"),e.attr("aria-selected","true").addClass("active"),c.attr("aria-expanded","false").removeClass("active").hide(),n.attr("aria-expanded","true").addClass("active").show(),o&&e.trigger("tabChange")})},c._initOptions=function(n,t){_.each(t,function(t,e){t=n.find('[name="'+t+'"]');t.length&&e!==t.val()&&(t.is("select")&&e&&!t.find('option[value="'+e+'"]').length?t.append('<option value="'+e+'" selected="selected">'+e+" </option>"):t.val(e))})},c._initSteps=function(i){i.find(".step").hide().first().show(),i.find(".continue-button").on("click",function(t){var e=_(this).closest(".step"),n=e.next(".step");t.preventDefault(),n.length&&c._changeStep(i,e,n)}),i.find(".back-button").on("click",function(t){var e=_(this).closest(".step"),n=e.prev(".step");t.preventDefault(),n.length&&c._changeStep(i,e,n)})},c._initEvents=function(n,t){"function"==typeof c.settings.events.open&&c.settings.events.open(e,n),_.each(t,function(t,e){"init"!==t&&"open"!==t&&("tabChange"===t?n.find(".tabs"):"stepChange"===t?n.find(".step"):n.find(":input")).on(t,function(t){return e(_(this),n,t)})})},c._changeStep=function(o,_,a){_.animate({opacity:0},{duration:200,complete:function(){var t=o.find("article"),e=t.outerWidth(),n=t.outerHeight();t.outerWidth("auto"),t.outerHeight("auto"),_.hide(),a.show();var i=a.outerWidth(),c=a.outerHeight();a.hide(),_.css("opacity",1),t.outerWidth(e),t.outerHeight(n),t.animate({width:i,height:c},{duration:200,complete:function(){a.fadeIn(200)}})}}),a.trigger("stepChange")},c._init()},o=null,i=function(t,e,n){var i=e.find(".email-preview"),c=e.find("#template").val();o&&o.abort(),o=_.ajax({url:ajaxurl+"?action=preview_promotion_email&_wpnonce="+yith_wcwl.nonce.preview_promotion_email,data:e.find("form").serialize(),method:"POST",beforeSend:function(){i.block({message:null,overlayCSS:{background:"transparent",opacity:.6}})},complete:function(){i.unblock()},success:function(t){i.removeClass("html plain").addClass(c).find(".no-interactions").html(t)}})},t=function(){return{template:"yith-wcwl-promotion-wizard",template_data:function(t){var e=t.data("draft");return e=e||_.extend(e,{product_id:t.data("product_id"),user_id:t.data("user_id"),content_html:yith_wcwl.promotion.content_html,content_text:yith_wcwl.promotion.content_html,coupon:!1})},events:{change:i,open:function(t,e,n){e.find("#content_html-tmce").click(),i(0,e)},tabChange:function(t,e,n){e.find("#template").val(t.find(".active").data("template")),i(0,e)},stepChange:function(t,e,n){var i=t.find(".receivers-count"),c=t.find(".show-on-long-queue"),o=c.data("threshold");i.length&&_.ajax({url:ajaxurl+"?action=calculate_promotion_email_receivers&_wpnonce="+yith_wcwl.nonce.calculate_promotion_email_receivers,data:e.find("form").serialize(),method:"post",beforeSend:function(){i.css("opacity",.3),c.length&&c.hide()},complete:function(){i.css("opacity",1)},success:function(t){"undefined"!=typeof t.label&&(i.html(t.label),c.length&&"undefined"!=typeof t.count&&t.count>o&&c.show())}})}}}};_.fn.wizard=function(t){var e=_(this);new n(e,t)},_(".create-promotion").wizard(t()),_(".restore-draft").wizard(t());var e=function(t){return"no"===(t=!t.is('input[type="radio"]')?t.find('input[type="radio"]:checked'):t).val()},c=function(t){return t.is(":checked")},a=_("#yith_wcwl_disable_wishlist_for_unauthenticated_users"),s=_("#yith_wcwl_multi_wishlist_enable"),l=_("#yith_wcwl_enable_multi_wishlist_for_unauthenticated_users"),r=_("#yith_wcwl_modal_enable"),u=_("#yith_wcwl_loop_position"),h=_(".icon-select"),d=_('[name="yith_wcwl_add_to_cart_style"]'),w=_("#yith_wcwl_add_to_cart_icon"),m=_('[name="yith_wcwl_ask_an_estimate_style"]'),f=_("#yith_wcwl_ask_an_estimate_icon"),p=_("#yith_wcwl_enable_share"),y=_("#yith_wcwl_share_fb"),g=_("#yith_wcwl_fb_button_icon"),v=_("#yith_wcwl_share_twitter"),b=_("#yith_wcwl_tw_button_icon"),k=_("#yith_wcwl_share_pinterest"),x=_("#yith_wcwl_pr_button_icon"),C=_("#yith_wcwl_share_email"),S=_("#yith_wcwl_em_button_icon"),T=_("#yith_wcwl_share_whatsapp"),z=_("#yith_wcwl_wa_button_icon"),j=_("#yith_wcwl_show_estimate_button"),E=_("#yith_wcwl_show_additional_info_textarea"),O=_("#yith_wcwl_ask_an_estimate_fields"),H=_("#woocommerce_promotion_mail_settings\\[email_type\\]"),W=_("#woocommerce_yith_wcwl_back_in_stock_settings\\[enabled\\]"),D=_("#woocommerce_yith_wcwl_back_in_stock_settings\\[email_type\\]"),B=_("#woocommerce_yith_wcwl_on_sale_item_settings\\[enabled\\]"),M=_("#woocommerce_yith_wcwl_on_sale_item_settings\\[email_type\\]"),t=_('[id^="type_"]');u.add("select#yith_wcwl_button_position").on("change",function(){var t=_(this);"shortcode"===t.val()?t.parent().next().find(".addon").show():t.parent().next().find(".addon").hide()}).change(),t.on("change",function(){var t=_(this),e=t.val(),n=t.closest(".yith-toggle-content-row").next();"radio"===e||"select"===e?n.show().fadeTo("slow",1):n.is(":visible")?n.fadeTo("slow",0,function(){n.hide()}):n.css("opacity",0).hide()}).change(),d.on("change",function(){w.change()}),m.on("change",function(){f.change()}),h.each(function(){_(this).select2({templateResult:function(t){return t.id?_('<span><i class="option-icon fa '+t.element.value.toLowerCase()+'" ></i> '+t.text+"</span>"):t.text}})}),a.dependency(["#yith_wcwl_enable_multi_wishlist_for_unauthenticated_users-yes"],function(){return e(a)&&c(s)},function(){l.change()}),s.dependency(["#yith_wcwl_enable_multi_wishlist_for_unauthenticated_users-yes"],function(){return e(a)&&c(s)},function(){l.change()}),l.dependency(["#yith_wcwl_show_login_notice","#yith_wcwl_login_anchor_text"],function(){return c(s)&&e(a)&&e(l)}),r.dependency(["#yith_wcwl_show_exists_in_a_wishlist"],function(){var t="default"!==r.find(":checked").val();return t||_("#yith_wcwl_show_exists_in_a_wishlist").prop("checked",!0),t}),w.dependency(["#yith_wcwl_add_to_cart_custom_icon"],function(){return"custom"===w.val()&&"button_custom"===d.filter(":checked").val()}),f.dependency(["#yith_wcwl_ask_an_estimate_custom_icon"],function(){return"custom"===f.val()&&"button_custom"===m.filter(":checked").val()}),p.dependency(["#yith_wcwl_share_fb"],c,function(){y.change(),g.change(),v.change(),b.change(),k.change(),x.change(),C.change(),S.change(),T.change(),z.change()}),y.dependency(["#yith_wcwl_fb_button_icon","#yith_wcwl_color_fb_button_background"],function(){return c(y)&&c(p)},function(){g.change()}),g.dependency(["#yith_wcwl_fb_button_custom_icon"],function(){return c(y)&&c(p)&&"custom"===g.val()}),v.dependency(["#yith_wcwl_tw_button_icon","#yith_wcwl_color_tw_button_background"],function(){return c(v)&&c(p)},function(){b.change()}),b.dependency(["#yith_wcwl_tw_button_custom_icon"],function(){return c(v)&&c(p)&&"custom"===b.val()}),k.dependency(["#yith_wcwl_socials_image_url","#yith_wcwl_pr_button_icon","#yith_wcwl_color_pr_button_background"],function(){return c(k)&&c(p)},function(){x.change()}),x.dependency(["#yith_wcwl_pr_button_custom_icon"],function(){return c(k)&&c(p)&&"custom"===x.val()}),C.dependency(["#yith_wcwl_em_button_icon","#yith_wcwl_color_em_button_background"],function(){return c(C)&&c(p)},function(){S.change()}),S.dependency(["#yith_wcwl_em_button_custom_icon"],function(){return c(C)&&c(p)&&"custom"===S.val()}),T.dependency(["#yith_wcwl_wa_button_icon","#yith_wcwl_wa_button_custom_icon","#yith_wcwl_color_wa_button_background"],function(){return c(T)&&c(p)},function(){z.change()}),z.dependency(["#yith_wcwl_wa_button_custom_icon"],function(){return c(T)&&c(p)&&"custom"===z.val()}),v.add(k).dependency(["#yith_wcwl_socials_title","#yith_wcwl_socials_text"],function(){return(c(v)||c(k))&&c(p)}),j.dependency(["#yith_wcwl_show_additional_info_textarea"],c,function(){E.change()}),j.on("change",function(){E.change()}),E.dependency(["#yith_wcwl_additional_info_textarea_label"],function(){return c(j)&&c(E)}),E.on("change",function(){_(this).is(":checked")&&j.is(":checked")?O.removeClass("yith-disabled"):O.addClass("yith-disabled")}),H.dependency(["#woocommerce_promotion_mail_settings\\[content_html\\]"],function(){return"multipart"===H.val()||"html"===H.val()}),H.dependency(["#woocommerce_promotion_mail_settings\\[content_text\\]"],function(){return"multipart"===H.val()||"plain"===H.val()}),W.dependency(["#woocommerce_yith_wcwl_back_in_stock_settings\\[product_exclusions\\]","#woocommerce_yith_wcwl_back_in_stock_settings\\[category_exclusions\\]","#woocommerce_yith_wcwl_back_in_stock_settings\\[email_type\\]","#woocommerce_yith_wcwl_back_in_stock_settings\\[heading\\]","#woocommerce_yith_wcwl_back_in_stock_settings\\[subject\\]","#woocommerce_yith_wcwl_back_in_stock_settings\\[content_html\\]","#woocommerce_yith_wcwl_back_in_stock_settings\\[content_text\\]"],function(){return c(W)},function(){D.change()}),D.dependency(["#woocommerce_yith_wcwl_back_in_stock_settings\\[content_html\\]"],function(){return("multipart"===D.val()||"html"===D.val())&&c(W)}),D.dependency(["#woocommerce_yith_wcwl_back_in_stock_settings\\[content_text\\]"],function(){return("multipart"===D.val()||"plain"===D.val())&&c(W)}),B.dependency(["#woocommerce_yith_wcwl_on_sale_item_settings\\[product_exclusions\\]","#woocommerce_yith_wcwl_on_sale_item_settings\\[category_exclusions\\]","#woocommerce_yith_wcwl_on_sale_item_settings\\[email_type\\]","#woocommerce_yith_wcwl_on_sale_item_settings\\[heading\\]","#woocommerce_yith_wcwl_on_sale_item_settings\\[subject\\]","#woocommerce_yith_wcwl_on_sale_item_settings\\[content_html\\]","#woocommerce_yith_wcwl_on_sale_item_settings\\[content_text\\]"],function(){return c(B)},function(){M.change()}),M.dependency(["#woocommerce_yith_wcwl_on_sale_item_settings\\[content_html\\]"],function(){return("multipart"===M.val()||"html"===M.val())&&c(B)}),M.dependency(["#woocommerce_yith_wcwl_on_sale_item_settings\\[content_text\\]"],function(){return("multipart"===M.val()||"plain"===M.val())&&c(B)}),_(".date-picker-field, .date-picker").datepicker({dateFormat:"yy-mm-dd",numberOfMonths:1,showButtonPanel:!0}),_(document).on("yith-add-box-button-toggle",function(){var e=_("#new_type"),n=_("#new_options").closest(".yith-add-box-row");e.on("change",function(){var t=e.val();"radio"===t||"select"===t?n.show().fadeTo("slow",1):n.is(":visible")?n.fadeTo("slow",0,function(){_(this).hide()}):n.css("opacity",0).hide()}).change()})});
assets/js/jquery.yith-wcwl.min.js CHANGED
@@ -1 +1 @@
1
- jQuery(function(d){function a(){"undefined"!=typeof d.fn.selectBox&&d("select.selectBox").filter(":visible").not(".enhanced").selectBox().addClass("enhanced")}function e(){var t,e,i,n;"undefined"!=typeof d.prettyPhoto&&(t={hook:"data-rel",social_tools:!1,theme:"pp_woocommerce",horizontal_padding:20,opacity:.8,deeplinking:!1,overlay_gallery:!1,default_width:500,changepicturecallback:function(){a(),d(".wishlist-select").filter(":visible").change(),d(document).trigger("yith_wcwl_popup_opened",[this])},markup:'<div class="pp_pic_holder"><div class="ppt">&nbsp;</div><div class="pp_top"><div class="pp_left"></div><div class="pp_middle"></div><div class="pp_right"></div></div><div class="pp_content_container"><div class="pp_left"><div class="pp_right"><div class="pp_content"><div class="pp_loaderIcon"></div><div class="pp_fade"><a href="#" class="pp_expand" title="Expand the image">Expand</a><div class="pp_hoverContainer"><a class="pp_next" href="#">next</a><a class="pp_previous" href="#">previous</a></div><div id="pp_full_res"></div><div class="pp_details"><a class="pp_close" href="#">Close</a></div></div></div></div></div></div><div class="pp_bottom"><div class="pp_left"></div><div class="pp_middle"></div><div class="pp_right"></div></div></div><div class="pp_overlay yith-wcwl-overlay"></div>'},d('a[data-rel^="prettyPhoto[add_to_wishlist_"]').add('a[data-rel="prettyPhoto[ask_an_estimate]"]').add('a[data-rel="prettyPhoto[create_wishlist]"]').off("click").prettyPhoto(t),d('a[data-rel="prettyPhoto[move_to_another_wishlist]"]').on("click",function(){var t=d(this),e=d("#move_to_another_wishlist").find("form"),i=e.find(".row-id"),t=t.closest("[data-row-id]").data("row-id");i.length&&i.remove(),e.append('<input type="hidden" name="row_id" class="row-id" value="'+t+'"/>')}).prettyPhoto(t),e=function(t,e){"undefined"!=typeof t.classList&&t.classList.contains("yith-wcwl-overlay")&&(e="remove"===e?"removeClass":"addClass",d("body")[e]("yith-wcwl-with-pretty-photo"))},i=function(t){e(t,"add")},n=function(t){e(t,"remove")},new MutationObserver(function(t){for(var e in t){e=t[e];"childList"===e.type&&("undefined"!=typeof e.addedNodes&&"function"==typeof e.addedNodes.forEach&&e.addedNodes.forEach(i),"undefined"!=typeof e.removedNodes&&"function"==typeof e.addedNodes.forEach&&e.removedNodes.forEach(n))}}).observe(document.body,{childList:!0}))}function i(){d(".wishlist_table").find('.product-checkbox input[type="checkbox"]').off("change").on("change",function(){var t=d(this);t.parent().removeClass("checked").removeClass("unchecked").addClass(t.is(":checked")?"checked":"unchecked")}).trigger("change")}function n(){d(".add_to_cart").filter("[data-icon]").not(".icon-added").each(function(){var t=d(this),e=t.data("icon"),e=e.match(/[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()@:%_\+.~#?&//=]*)?/gi)?d("<img/>",{src:e}):d("<i/>",{"class":"fa "+e});t.prepend(e).addClass("icon-added")})}function c(){a(),e(),i(),n(),r(),o(),f(),_(),h(),w(),d(document).trigger("yith_wcwl_init_after_ajax")}function o(){yith_wcwl_l10n.enable_tooltip&&d(".yith-wcwl-add-to-wishlist").find("[data-title]").each(function(){var t=d(this);t.hasClass("tooltip-added")||(t.on("mouseenter",function(){var t,e=d(this),i=null,n=e.outerWidth(),a=0,i=d("<span>",{"class":"yith-wcwl-tooltip",text:e.data("title")});e.append(i),t=i.outerWidth()+6,i.outerWidth(t),a=(n-t)/2,i.css({left:a.toFixed(0)+"px"}).fadeIn(200),e.addClass("with-tooltip")}).on("mouseleave",function(){var t=d(this);t.find(".yith-wcwl-tooltip").fadeOut(200,function(){t.removeClass("with-tooltip").find(".yith-wcwl-tooltip").remove()})}),t.addClass("tooltip-added"))})}function r(){d(".yith-wcwl-add-button").filter(".with-dropdown").on("mouseleave",function(){var t=d(this).find(".yith-wcwl-dropdown");t.length&&t.fadeOut(200)}).children("a").on("mouseenter",function(){var t=d(this).closest(".with-dropdown"),e=t.find(".yith-wcwl-dropdown");e.length&&e.children().length&&t.find(".yith-wcwl-dropdown").fadeIn(200)})}function _(){"undefined"!=typeof yith_wcwl_l10n.enable_drag_n_drop&&yith_wcwl_l10n.enable_drag_n_drop&&d(".wishlist_table").filter(".sortable").not(".no-interactions").each(function(){var n=d(this),a=!1;n.sortable({items:"[data-row-id]",scroll:!0,helper:function(t,e){return e.children().each(function(){d(this).width(d(this).width())}),e},update:function(){var t=n.find("[data-row-id]"),e=[],i=0;t.length&&(a&&a.abort(),t.each(function(){var t=d(this);t.find('input[name*="[position]"]').val(i++),e.push(t.data("row-id"))}),a=d.ajax({data:{action:yith_wcwl_l10n.actions.sort_wishlist_items,nonce:yith_wcwl_l10n.nonce.sort_wishlist_items_nonce,context:"frontend",positions:e,wishlist_token:n.data("token"),page:n.data("page"),per_page:n.data("per-page")},method:"POST",url:yith_wcwl_l10n.ajax_url}))}})})}function h(){var o,s;d(".wishlist_table").on("change",".product-quantity :input",function(){var t=d(this),e=t.closest("[data-row-id]"),i=e.data("row-id"),n=t.closest(".wishlist_table"),a=n.data("token");clearTimeout(s),e.find(".add_to_cart").attr("data-quantity",t.val()),s=setTimeout(function(){o&&o.abort(),o=d.ajax({beforeSend:function(){j(n)},complete:function(){C(n)},data:{action:yith_wcwl_l10n.actions.update_item_quantity,nonce:yith_wcwl_l10n.nonce.update_item_quantity_nonce,context:"frontend",product_id:i,wishlist_token:a,quantity:t.val()},method:"POST",url:yith_wcwl_l10n.ajax_url})},1e3)})}function w(){d(".copy-trigger").on("click",function(){var t=d(".copy-target");0<t.length&&(t.is("input")?(s()?t[0].setSelectionRange(0,9999):t.select(),document.execCommand("copy")):(t=d("<input/>",{val:t.text(),type:"text"}),d("body").append(t),s()?t[0].setSelectionRange(0,9999):t.select(),document.execCommand("copy"),t.remove()))})}function f(){d(".wishlist_table").filter(".images_grid").not(".enhanced").on("click","[data-row-id] .product-thumbnail a",function(t){var e,i,n;yith_wcwl_l10n.disable_popup_grid_view||(i=(e=d(this).closest("[data-row-id]")).siblings("[data-row-id]"),n=e.find(".item-details"),t.preventDefault(),n.length&&(i.removeClass("show"),e.toggleClass("show")))}).on("click","[data-row-id] a.close",function(t){var e=d(this).closest("[data-row-id]"),i=e.find(".item-details");t.preventDefault(),i.length&&e.removeClass("show")}).on("click","[data-row-id] a.remove_from_wishlist",function(t){var e=d(this);return t.stopPropagation(),u(e),!1}).addClass("enhanced"),d(document).on("click",function(t){d(t.target).closest("[data-row-id]").length||d(".wishlist_table").filter(".images_grid").find(".show").removeClass("show")}).on("added_to_cart",function(){d(".wishlist_table").filter(".images_grid").find(".show").removeClass("show")})}function p(e,t,i){e.action=yith_wcwl_l10n.actions.move_to_another_wishlist_action,e.nonce=yith_wcwl_l10n.nonce.move_to_another_wishlist_nonce,e.context="frontend",""!==e.wishlist_token&&""!==e.destination_wishlist_token&&""!==e.item_id&&d.ajax({beforeSend:t,url:yith_wcwl_l10n.ajax_url,data:e,dataType:"json",method:"post",success:function(t){i(t),c(),d("body").trigger("moved_to_another_wishlist",[d(this),e.item_id])}})}function u(e){var t=e.parents(".cart.wishlist_table"),i=e.parents("[data-row-id]"),n=i.data("row-id"),a=t.data("id"),o=t.data("token"),n={action:yith_wcwl_l10n.actions.remove_from_wishlist_action,nonce:yith_wcwl_l10n.nonce.remove_from_wishlist_nonce,context:"frontend",remove_from_wishlist:n,wishlist_id:a,wishlist_token:o,fragments:S(n)};d.ajax({beforeSend:function(){j(t)},complete:function(){C(t)},data:n,method:"post",success:function(t){"undefined"!=typeof t.fragments&&O(t.fragments),c(),d("body").trigger("removed_from_wishlist",[e,i])},url:yith_wcwl_l10n.ajax_url})}function m(t){var e=d(this),i=e.closest(".wishlist_table"),n=null;t.preventDefault(),(n=i.length?e.closest("[data-wishlist-id]").find(".wishlist-title"):e.parents(".wishlist-title")).next().css("display","inline-block").find('input[type="text"]').focus(),n.hide()}function y(t){var e=d(this);t.preventDefault(),e.parents(".hidden-title-form").hide(),e.parents(".hidden-title-form").prev().show()}function v(t){var e=d(this),i=e.closest(".hidden-title-form"),n=e.closest("[data-wishlist-id]").data("wishlist-id"),a=i.find('input[type="text"]'),o=a.val(),e={};if(t.preventDefault(),!o)return i.addClass("woocommerce-invalid"),void a.focus();n=n||d("#wishlist_id").val(),e={action:yith_wcwl_l10n.actions.save_title_action,nonce:yith_wcwl_l10n.nonce.save_title_nonce,context:"frontend",wishlist_id:n,title:o,fragments:S()},d.ajax({type:"POST",url:yith_wcwl_l10n.ajax_url,data:e,dataType:"json",beforeSend:function(){j(i)},complete:function(){C(i)},success:function(t){var e=t.fragments;t.result?(i.hide(),i.prev().find(".wishlist-anchor, h1, h2").text(o).end().show()):(i.addClass("woocommerce-invalid"),a.focus()),void 0!==e&&O(e)}})}function g(){var t=d(this),e=t.val(),t=t.closest("[data-wishlist-id]").data("wishlist-id"),e={action:yith_wcwl_l10n.actions.save_privacy_action,nonce:yith_wcwl_l10n.nonce.save_privacy_nonce,context:"frontend",wishlist_id:t,privacy:e,fragments:S()};d.ajax({type:"POST",url:yith_wcwl_l10n.ajax_url,data:e,dataType:"json",success:function(t){t=t.fragments;void 0!==t&&O(t)}})}function b(t,e){if("undefined"!=typeof d.prettyPhoto&&"undefined"!=typeof d.prettyPhoto.close)if(void 0!==t){var i,n=d(".pp_content_container"),a=n.find(".pp_content"),o=n.find(".yith-wcwl-popup-form"),n=o.closest(".pp_pic_holder");o.length&&((i=d("<div/>",{"class":"yith-wcwl-popup-feedback"})).append(d("<i/>",{"class":"fa heading-icon "+("error"===e?"fa-exclamation-triangle":"fa-check")})),i.append(d("<p/>",{"class":"feedback",html:t})),i.css("display","none"),a.css("height","auto"),o.after(i),o.fadeOut(200,function(){i.fadeIn()}),n.addClass("feedback"),n.css("left",d(window).innerWidth()/2-n.outerWidth()/2+"px"),"undefined"!=typeof yith_wcwl_l10n.auto_close_popup&&!yith_wcwl_l10n.auto_close_popup||setTimeout(b,yith_wcwl_l10n.popup_timeout))}else try{d.prettyPhoto.close()}catch(s){}}function x(t){var e=d("#yith-wcwl-popup-message"),i=d("#yith-wcwl-message"),n="undefined"!=typeof yith_wcwl_l10n.popup_timeout?yith_wcwl_l10n.popup_timeout:3e3;"undefined"!=typeof yith_wcwl_l10n.enable_notices&&!yith_wcwl_l10n.enable_notices||(i.html(t),e.css("margin-left","-"+d(e).width()+"px").fadeIn(),window.setTimeout(function(){e.fadeOut()},n))}function k(o){var t=d("select.wishlist-select"),e=d("ul.yith-wcwl-dropdown");t.each(function(){var i=d(this),t=i.find("option"),e=t.filter('[value="new"]');t.not(e).remove(),d.each(o,function(t,e){d("<option>",{value:e.id,html:e.wishlist_name}).appendTo(i)}),i.append(e)}),e.each(function(){var i=d(this),t=i.find("li"),e=i.closest(".yith-wcwl-add-button").children("a.add_to_wishlist"),n=e.attr("data-product-id"),a=e.attr("data-product-type");t.remove(),d.each(o,function(t,e){e["default"]||d("<li>").append(d("<a>",{rel:"nofollow",html:e.wishlist_name,"class":"add_to_wishlist",href:e.add_to_this_wishlist_url,"data-product-id":n,"data-product-type":a,"data-wishlist-id":e.id})).appendTo(i)})})}function j(t){"undefined"!=typeof d.fn.block&&t.fadeTo("400","0.6").block({message:null,overlayCSS:{background:"transparent url("+yith_wcwl_l10n.ajax_loader_url+") no-repeat center",backgroundSize:"40px 40px",opacity:1}})}function C(t){"undefined"!=typeof d.fn.unblock&&t.stop(!0).css("opacity","1").unblock()}function T(){if(navigator.cookieEnabled)return 1;document.cookie="cookietest=1";var t=-1!==document.cookie.indexOf("cookietest=");return document.cookie="cookietest=1; expires=Thu, 01-Jan-1970 00:00:01 GMT",t}function S(t){var i={},e=null;return t?"object"==typeof t?(e=(t=d.extend({fragments:null,s:"",container:d(document),firstLoad:!1},t)).fragments||t.container.find(".wishlist-fragment"),t.s&&(e=e.not("[data-fragment-ref]").add(e.filter('[data-fragment-ref="'+t.s+'"]'))),t.firstLoad&&(e=e.filter(".on-first-load"))):(e=d(".wishlist-fragment"),"string"!=typeof t&&"number"!=typeof t||(e=e.not("[data-fragment-ref]").add(e.filter('[data-fragment-ref="'+t+'"]')))):e=d(".wishlist-fragment"),e.length?(e.each(function(){var t=d(this),e=t.attr("class").split(" ").filter(t=>t.length&&"exists"!==t).join(yith_wcwl_l10n.fragments_index_glue);i[e]=t.data("fragment-options")}),i):null}function P(e){var i=S(e=d.extend({firstLoad:!0},e));i&&d.ajax({data:{action:yith_wcwl_l10n.actions.load_fragments,nonce:yith_wcwl_l10n.nonce.load_fragments_nonce,context:"frontend",fragments:i},method:"post",success:function(t){"undefined"!=typeof t.fragments&&(O(t.fragments),c(),d(document).trigger("yith_wcwl_fragments_loaded",[i,t.fragments,e.firstLoad]))},url:yith_wcwl_l10n.ajax_url})}function O(t){d.each(t,function(t,e){var i="."+t.split(yith_wcwl_l10n.fragments_index_glue).filter(t=>t.length&&"exists"!==t&&"with-count"!==t).join("."),n=d(i),t=d(e).filter(i);t.length||(t=d(e).find(i)),n.length&&t.length&&n.replaceWith(t)})}function s(){return navigator.userAgent.match(/ipad|iphone/i)}function D(t){return!0===t||"yes"===t||"1"===t||1===t}d(document).on("yith_wcwl_init",function(){var l,t=d(this),s="undefined"!=typeof wc_add_to_cart_params&&null!==wc_add_to_cart_params?wc_add_to_cart_params.cart_redirect_after_add:"";t.on("click",".add_to_wishlist",function(t){var n=d(this),e=n.attr("data-product-id"),a=d(".add-to-wishlist-"+e),i=null,o={action:yith_wcwl_l10n.actions.add_to_wishlist_action,nonce:yith_wcwl_l10n.nonce.add_to_wishlist_nonce,context:"frontend",add_to_wishlist:e,product_type:n.data("product-type"),wishlist_id:n.data("wishlist-id"),fragments:S(e)};if((i=d(document).triggerHandler("yith_wcwl_add_to_wishlist_data",[n,o]))&&(o=i),t.preventDefault(),jQuery(document.body).trigger("adding_to_wishlist"),yith_wcwl_l10n.multi_wishlist&&yith_wcwl_l10n.modal_enable){e=n.parents(".yith-wcwl-popup-footer").prev(".yith-wcwl-popup-content"),i=e.find(".wishlist-select"),t=e.find(".wishlist-name"),e=e.find(".wishlist-visibility").filter(":checked");if(o.wishlist_id=i.is(":visible")?i.val():"new",o.wishlist_name=t.val(),o.wishlist_visibility=e.val(),"new"===o.wishlist_id&&!o.wishlist_name)return t.closest("p").addClass("woocommerce-invalid"),!1;t.closest("p").removeClass("woocommerce-invalid")}if(T())return d.ajax({type:"POST",url:yith_wcwl_l10n.ajax_url,data:o,dataType:"json",beforeSend:function(){j(n)},complete:function(){C(n)},success:function(t){var e=t.result,i=t.message;yith_wcwl_l10n.multi_wishlist?(b(i,e),"undefined"!=typeof t.user_wishlists&&k(t.user_wishlists)):x(i),"true"!==e&&"exists"!==e||("undefined"!=typeof t.fragments&&O(t.fragments),yith_wcwl_l10n.multi_wishlist&&!yith_wcwl_l10n.hide_add_button||a.find(".yith-wcwl-add-button").remove(),a.addClass("exists")),c(),d("body").trigger("added_to_wishlist",[n,a])}}),!1;window.alert(yith_wcwl_l10n.labels.cookie_disabled)}),t.on("click",".wishlist_table .remove_from_wishlist",function(t){var e=d(this);return t.preventDefault(),u(e),!1}),t.on("adding_to_cart","body",function(t,e,i){void 0!==e&&void 0!==i&&e.closest(".wishlist_table").length&&(i.remove_from_wishlist_after_add_to_cart=e.closest("[data-row-id]").data("row-id"),i.wishlist_id=e.closest(".wishlist_table").data("id"),"undefined"!=typeof wc_add_to_cart_params&&(wc_add_to_cart_params.cart_redirect_after_add=yith_wcwl_l10n.redirect_to_cart),"undefined"!=typeof yith_wccl_general&&(yith_wccl_general.cart_redirect=D(yith_wcwl_l10n.redirect_to_cart)))}),t.on("added_to_cart","body",function(t,e,i,n){var a,o;void 0!==n&&n.closest(".wishlist_table").length&&("undefined"!=typeof wc_add_to_cart_params&&(wc_add_to_cart_params.cart_redirect_after_add=s),"undefined"!=typeof yith_wccl_general&&(yith_wccl_general.cart_redirect=D(s)),o=(a=n.closest("[data-row-id]")).closest(".wishlist-fragment").data("fragment-options"),n.removeClass("added"),a.find(".added_to_cart").remove(),yith_wcwl_l10n.remove_from_wishlist_after_add_to_cart&&o.is_user_owner&&a.remove())}),t.on("added_to_cart","body",function(){var t=d(".woocommerce-message");0===t.length?d("#yith-wcwl-form").prepend(yith_wcwl_l10n.labels.added_to_cart_message):t.fadeOut(300,function(){d(this).replaceWith(yith_wcwl_l10n.labels.added_to_cart_message).fadeIn()})}),t.on("cart_page_refreshed","body",c),t.on("click",".show-title-form",m),t.on("click",".wishlist-title-with-form h2",m),t.on("click",".remove_from_all_wishlists",function(t){var e=d(this),i=e.attr("data-product-id"),n=e.data("wishlist-id"),a=e.closest(".content"),i={action:yith_wcwl_l10n.actions.remove_from_all_wishlists,nonce:yith_wcwl_l10n.nonce.remove_from_all_wishlists_nonce,context:"frontend",prod_id:i,wishlist_id:n,fragments:S(i)};t.preventDefault(),d.ajax({beforeSend:function(){j(a)},complete:function(){C(a)},data:i,dataType:"json",method:"post",success:function(t){"undefined"!=typeof t.fragments&&O(t.fragments),c()},url:yith_wcwl_l10n.ajax_url})}),t.on("click",".hide-title-form",y),t.on("click",".save-title-form",v),t.on("change",".wishlist_manage_table .wishlist-visibility",g),t.on("change",".change-wishlist",function(){var t=d(this),e=t.parents(".cart.wishlist_table"),i=e.data("token"),n=t.parents("[data-row-id]").data("row-id");p({wishlist_token:i,destination_wishlist_token:t.val(),item_id:n,fragments:S()},function(){j(e)},function(t){"undefined"!=typeof t.fragments&&O(t.fragments),C(e)})}),t.on("click",".yith-wcwl-popup-footer .move_to_wishlist",function(){var i=d(this),t=i.attr("data-product-id"),e=i.data("origin-wishlist-id"),n=i.closest("form"),a=n.find(".wishlist-select").val(),o=n.find(".wishlist-name"),s=o.val(),n=n.find(".wishlist-visibility").filter(":checked").val();if("new"===a&&!s)return o.closest("p").addClass("woocommerce-invalid"),!1;o.closest("p").removeClass("woocommerce-invalid"),p({wishlist_token:e,destination_wishlist_token:a,item_id:t,wishlist_name:s,wishlist_visibility:n,fragments:S(t)},function(){j(i)},function(t){var e=t.message;yith_wcwl_l10n.multi_wishlist?(b(e),"undefined"!=typeof t.user_wishlists&&k(t.user_wishlists)):x(e),"undefined"!=typeof t.fragments&&O(t.fragments),c(),C(i)})}),t.on("click",".delete_item",function(){var i=d(this),t=i.attr("data-product-id"),e=i.data("item-id"),n=d(".add-to-wishlist-"+t),t={action:yith_wcwl_l10n.actions.delete_item_action,nonce:yith_wcwl_l10n.nonce.delete_item_nonce,context:"frontend",item_id:e,fragments:S(t)};return d.ajax({url:yith_wcwl_l10n.ajax_url,data:t,dataType:"json",beforeSend:function(){j(i)},complete:function(){C(i)},method:"post",success:function(t){var e=t.fragments,t=t.message;yith_wcwl_l10n.multi_wishlist&&b(t),i.closest(".yith-wcwl-remove-button").length||x(t),void 0!==e&&O(e),c(),d("body").trigger("removed_from_wishlist",[i,n])}}),!1}),t.on("change",".yith-wcwl-popup-content .wishlist-select",function(){var t=d(this);"new"===t.val()?t.parents(".yith-wcwl-first-row").next(".yith-wcwl-second-row").show():t.parents(".yith-wcwl-first-row").next(".yith-wcwl-second-row").hide()}),t.on("change","#bulk_add_to_cart",function(){var t=d(this),e=t.closest(".wishlist_table").find("[data-row-id]").find('input[type="checkbox"]:not(:disabled)');(t.is(":checked")?e.prop("checked","checked"):e.prop("checked",!1)).change()}),t.on("submit",".wishlist-ask-an-estimate-popup",function(){var t=d(this),i=t.closest("form"),n=t.closest(".pp_content"),t=i.serializeArray().reduce((t,e)=>(t[e.name]=e.value,t),{});return t.action=yith_wcwl_l10n.actions.ask_an_estimate,t.nonce=yith_wcwl_l10n.noce.ask_an_estimate_nonce,t.context="frontend",d.ajax({beforeSend:function(){j(i)},complete:function(){C(i)},data:t,dataType:"json",method:"post",success:function(t){var e;"undefined"!=typeof t.result&&t.result?void 0!==(e=t.template)&&(i.replaceWith(e),n.css("height","auto"),setTimeout(b,yith_wcwl_l10n.time_to_close_prettyphoto)):"undefined"!=typeof t.message&&(i.find(".woocommerce-error").remove(),i.find(".popup-description").after(d("<div>",{text:t.message,"class":"woocommerce-error"})))},url:yith_wcwl_l10n.ajax_url}),!1}),t.on("click",".yith-wfbt-add-wishlist",function(t){t.preventDefault();var e=d(this),t=d("#yith-wcwl-form");d("html, body").animate({scrollTop:t.offset().top},500),function(t,i){var e=t.attr("data-product-id"),n=d(document).find(".cart.wishlist_table"),a=n.data("pagination"),o=n.data("per-page"),s=n.data("id"),l=n.data("token"),t={action:yith_wcwl_l10n.actions.reload_wishlist_and_adding_elem_action,nonce:yith_wcwl_l10n.nonce.reload_wishlist_and_adding_elem_nonce,context:"frontend",pagination:a,per_page:o,wishlist_id:s,wishlist_token:l,add_to_wishlist:e,product_type:t.data("product-type")};if(!T())return window.alert(yith_wcwl_l10n.labels.cookie_disabled);d.ajax({type:"POST",url:yith_wcwl_l10n.ajax_url,data:t,dataType:"html",beforeSend:function(){j(n)},complete:function(){C(n)},success:function(t){var e=d(t),t=e.find("#yith-wcwl-form"),e=e.find(".yith-wfbt-slider-wrapper");i.replaceWith(t),d(".yith-wfbt-slider-wrapper").replaceWith(e),c(),d(document).trigger("yith_wcwl_reload_wishlist_from_frequently")}})}(e,t)}),t.on("submit",".yith-wcwl-popup-form",function(){return!1}),t.on("yith_infs_added_elem",function(){e()}),t.on("found_variation",function(t,e){var i=d(t.target).data("product_id"),n=e.variation_id,t=d(".yith-wcwl-add-to-wishlist").find('[data-product-id="'+i+'"]'),e=d(".yith-wcwl-add-to-wishlist").find('[data-original-product-id="'+i+'"]'),t=t.add(e),e=t.closest(".wishlist-fragment").filter(":visible");i&&n&&t.length&&(t.each(function(){var t=d(this),e=t.closest(".yith-wcwl-add-to-wishlist");t.attr("data-original-product-id",i),t.attr("data-product-id",n),e.length&&(void 0!==(t=e.data("fragment-options"))&&(t.product_id=n,e.data("fragment-options",t)),e.removeClass(function(t,e){return e.match(/add-to-wishlist-\S+/g).join(" ")}).addClass("add-to-wishlist-"+n).attr("data-fragment-ref",n))}),yith_wcwl_l10n.reload_on_found_variation&&(j(e),P({fragments:e,firstLoad:!1})))}),t.on("reset_data",function(t){var n=d(t.target).data("product_id"),e=d('[data-original-product-id="'+n+'"]'),t=e.closest(".wishlist-fragment").filter(":visible");n&&e.length&&(e.each(function(){var t=d(this),e=t.closest(".yith-wcwl-add-to-wishlist"),i=t.attr("data-product-id");t.attr("data-product-id",n),t.attr("data-original-product-id",""),e.length&&(void 0!==(t=e.data("fragment-options"))&&(t.product_id=n,e.data("fragment-options",t)),e.removeClass("add-to-wishlist-"+i).addClass("add-to-wishlist-"+n).attr("data-fragment-ref",n))}),yith_wcwl_l10n.reload_on_found_variation&&(j(t),P({fragments:t,firstLoad:!1})))}),t.on("yith_wcwl_reload_fragments",P),t.on("yith_infs_added_elem",function(t,e){P({container:e,firstLoad:!1})}),t.on("yith_wcwl_fragments_loaded",function(t,e,i,n){n&&d(".variations_form").find(".variations select").last().change()}),t.on("click",".yith-wcwl-popup-feedback .close-popup",function(t){t.preventDefault(),b()}),"undefined"!=typeof yith_wcwl_l10n.enable_notices&&!yith_wcwl_l10n.enable_notices||!d(".yith-wcwl-add-to-wishlist").length||d("#yith-wcwl-popup-message").length||(t=d("<div>").attr("id","yith-wcwl-message"),t=d("<div>").attr("id","yith-wcwl-popup-message").html(t).hide(),d("body").prepend(t)),o(),r(),_(),h(),f(),d(document).on("click",".show-tab",function(t){var e=d(this),i=e.closest(".yith-wcwl-popup-content"),n=e.data("tab"),a=i.find(".tab").filter("."+n);if(t.preventDefault(),!a.length)return!1;e.addClass("active").siblings(".show-tab").removeClass("active"),a.show().siblings(".tab").hide(),"create"===n?i.prepend('<input type="hidden" id="new_wishlist_selector" class="wishlist-select" value="new">'):i.find("#new_wishlist_selector").remove()}),d(document).on("change",".wishlist-select",function(){var t=d(this),e=t.closest(".yith-wcwl-popup-content"),i=t.closest(".tab"),n=e.find(".tab.create"),a=e.find(".show-tab"),e=a.filter('[data-tab="create"]');"new"===t.val()&&n.length&&(i.hide(),n.show(),a.removeClass("active"),e.addClass("active"),t.find("option").removeProp("selected"),t.change())}),a(),i(),e(),n(),l=!1,yith_wcwl_l10n.is_wishlist_responsive&&d(window).on("resize",function(){var t=d(".wishlist_table.responsive"),e=t.is(".mobile"),i=window.matchMedia("(max-width: "+yith_wcwl_l10n.mobile_media_query+"px)"),n=t.closest("form"),a=n.attr("class"),o=n.data("fragment-options"),s={},n=!1;t.length&&(i.matches&&t&&!e?(o.is_mobile="yes",n=!0):!i.matches&&t&&e&&(o.is_mobile="no",n=!0),n&&(l&&l.abort(),s[a.split(" ").join(yith_wcwl_l10n.fragments_index_glue)]=o,l=d.ajax({beforeSend:function(){j(t)},complete:function(){C(t)},data:{action:yith_wcwl_l10n.actions.load_mobile_action,nonce:yith_wcwl_l10n.nonce.load_mobile_nonce,context:"frontend",fragments:s},method:"post",success:function(t){"undefined"!=typeof t.fragments&&(O(t.fragments),c(),d(document).trigger("yith_wcwl_responsive_template",[e,t.fragments]))},url:yith_wcwl_l10n.ajax_url})))}),w(),yith_wcwl_l10n.enable_ajax_loading&&P()}).trigger("yith_wcwl_init")});
1
+ jQuery(function(d){function a(){"undefined"!=typeof d.fn.selectBox&&d("select.selectBox").filter(":visible").not(".enhanced").selectBox().addClass("enhanced")}function e(){var t,e,i,n;"undefined"!=typeof d.prettyPhoto&&(t={hook:"data-rel",social_tools:!1,theme:"pp_woocommerce",horizontal_padding:20,opacity:.8,deeplinking:!1,overlay_gallery:!1,keyboard_shortcuts:!1,default_width:500,changepicturecallback:function(){a(),d(".wishlist-select").filter(":visible").change(),d(document).trigger("yith_wcwl_popup_opened",[this])},markup:'<div class="pp_pic_holder"><div class="ppt">&nbsp;</div><div class="pp_top"><div class="pp_left"></div><div class="pp_middle"></div><div class="pp_right"></div></div><div class="pp_content_container"><div class="pp_left"><div class="pp_right"><div class="pp_content"><div class="pp_loaderIcon"></div><div class="pp_fade"><a href="#" class="pp_expand" title="Expand the image">Expand</a><div class="pp_hoverContainer"><a class="pp_next" href="#">next</a><a class="pp_previous" href="#">previous</a></div><div id="pp_full_res"></div><div class="pp_details"><a class="pp_close" href="#">Close</a></div></div></div></div></div></div><div class="pp_bottom"><div class="pp_left"></div><div class="pp_middle"></div><div class="pp_right"></div></div></div><div class="pp_overlay yith-wcwl-overlay"></div>'},d('a[data-rel^="prettyPhoto[add_to_wishlist_"]').add('a[data-rel="prettyPhoto[ask_an_estimate]"]').add('a[data-rel="prettyPhoto[create_wishlist]"]').off("click").prettyPhoto(t),d('a[data-rel="prettyPhoto[move_to_another_wishlist]"]').on("click",function(){var t=d(this),e=d("#move_to_another_wishlist").find("form"),i=e.find(".row-id"),t=t.closest("[data-row-id]").data("row-id");i.length&&i.remove(),e.append('<input type="hidden" name="row_id" class="row-id" value="'+t+'"/>')}).prettyPhoto(t),e=function(t,e){"undefined"!=typeof t.classList&&t.classList.contains("yith-wcwl-overlay")&&(e="remove"===e?"removeClass":"addClass",d("body")[e]("yith-wcwl-with-pretty-photo"))},i=function(t){e(t,"add")},n=function(t){e(t,"remove")},new MutationObserver(function(t){for(var e in t){e=t[e];"childList"===e.type&&("undefined"!=typeof e.addedNodes&&"function"==typeof e.addedNodes.forEach&&e.addedNodes.forEach(i),"undefined"!=typeof e.removedNodes&&"function"==typeof e.addedNodes.forEach&&e.removedNodes.forEach(n))}}).observe(document.body,{childList:!0}))}function i(){d(".wishlist_table").find('.product-checkbox input[type="checkbox"]').off("change").on("change",function(){var t=d(this);t.parent().removeClass("checked").removeClass("unchecked").addClass(t.is(":checked")?"checked":"unchecked")}).trigger("change")}function n(){d(".add_to_cart").filter("[data-icon]").not(".icon-added").each(function(){var t=d(this),e=t.data("icon"),e=e.match(/[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()@:%_\+.~#?&//=]*)?/gi)?d("<img/>",{src:e}):d("<i/>",{"class":"fa "+e});t.prepend(e).addClass("icon-added")})}function c(){a(),e(),i(),n(),r(),o(),f(),_(),h(),w(),d(document).trigger("yith_wcwl_init_after_ajax")}function o(){yith_wcwl_l10n.enable_tooltip&&d(".yith-wcwl-add-to-wishlist").find("[data-title]").each(function(){var t=d(this);t.hasClass("tooltip-added")||(t.on("mouseenter",function(){var t,e=d(this),i=null,n=e.outerWidth(),a=0,i=d("<span>",{"class":"yith-wcwl-tooltip",text:e.data("title")});e.append(i),t=i.outerWidth()+6,i.outerWidth(t),a=(n-t)/2,i.css({left:a.toFixed(0)+"px"}).fadeIn(200),e.addClass("with-tooltip")}).on("mouseleave",function(){var t=d(this);t.find(".yith-wcwl-tooltip").fadeOut(200,function(){t.removeClass("with-tooltip").find(".yith-wcwl-tooltip").remove()})}),t.addClass("tooltip-added"))})}function r(){d(".yith-wcwl-add-button").filter(".with-dropdown").on("mouseleave",function(){var t=d(this).find(".yith-wcwl-dropdown");t.length&&t.fadeOut(200)}).children("a").on("mouseenter",function(){var t=d(this).closest(".with-dropdown"),e=t.find(".yith-wcwl-dropdown");e.length&&e.children().length&&t.find(".yith-wcwl-dropdown").fadeIn(200)})}function _(){"undefined"!=typeof yith_wcwl_l10n.enable_drag_n_drop&&yith_wcwl_l10n.enable_drag_n_drop&&d(".wishlist_table").filter(".sortable").not(".no-interactions").each(function(){var n=d(this),a=!1;n.sortable({items:"[data-row-id]",scroll:!0,helper:function(t,e){return e.children().each(function(){d(this).width(d(this).width())}),e},update:function(){var t=n.find("[data-row-id]"),e=[],i=0;t.length&&(a&&a.abort(),t.each(function(){var t=d(this);t.find('input[name*="[position]"]').val(i++),e.push(t.data("row-id"))}),a=d.ajax({data:{action:yith_wcwl_l10n.actions.sort_wishlist_items,nonce:yith_wcwl_l10n.nonce.sort_wishlist_items_nonce,context:"frontend",positions:e,wishlist_token:n.data("token"),page:n.data("page"),per_page:n.data("per-page")},method:"POST",url:yith_wcwl_l10n.ajax_url}))}})})}function h(){var o,s;d(".wishlist_table").on("change",".product-quantity :input",function(){var t=d(this),e=t.closest("[data-row-id]"),i=e.data("row-id"),n=t.closest(".wishlist_table"),a=n.data("token");clearTimeout(s),e.find(".add_to_cart").attr("data-quantity",t.val()),s=setTimeout(function(){o&&o.abort(),o=d.ajax({beforeSend:function(){j(n)},complete:function(){C(n)},data:{action:yith_wcwl_l10n.actions.update_item_quantity,nonce:yith_wcwl_l10n.nonce.update_item_quantity_nonce,context:"frontend",product_id:i,wishlist_token:a,quantity:t.val()},method:"POST",url:yith_wcwl_l10n.ajax_url})},1e3)})}function w(){d(".copy-trigger").on("click",function(){var t=d(".copy-target");0<t.length&&(t.is("input")?(s()?t[0].setSelectionRange(0,9999):t.select(),document.execCommand("copy")):(t=d("<input/>",{val:t.text(),type:"text"}),d("body").append(t),s()?t[0].setSelectionRange(0,9999):t.select(),document.execCommand("copy"),t.remove()))})}function f(){d(".wishlist_table").filter(".images_grid").not(".enhanced").on("click","[data-row-id] .product-thumbnail a",function(t){var e,i,n;yith_wcwl_l10n.disable_popup_grid_view||(i=(e=d(this).closest("[data-row-id]")).siblings("[data-row-id]"),n=e.find(".item-details"),t.preventDefault(),n.length&&(i.removeClass("show"),e.toggleClass("show")))}).on("click","[data-row-id] a.close",function(t){var e=d(this).closest("[data-row-id]"),i=e.find(".item-details");t.preventDefault(),i.length&&e.removeClass("show")}).on("click","[data-row-id] a.remove_from_wishlist",function(t){var e=d(this);return t.stopPropagation(),u(e),!1}).addClass("enhanced"),d(document).on("click",function(t){d(t.target).closest("[data-row-id]").length||d(".wishlist_table").filter(".images_grid").find(".show").removeClass("show")}).on("added_to_cart",function(){d(".wishlist_table").filter(".images_grid").find(".show").removeClass("show")})}function p(e,t,i){e.action=yith_wcwl_l10n.actions.move_to_another_wishlist_action,e.nonce=yith_wcwl_l10n.nonce.move_to_another_wishlist_nonce,e.context="frontend",""!==e.wishlist_token&&""!==e.destination_wishlist_token&&""!==e.item_id&&d.ajax({beforeSend:t,url:yith_wcwl_l10n.ajax_url,data:e,dataType:"json",method:"post",success:function(t){i(t),c(),d("body").trigger("moved_to_another_wishlist",[d(this),e.item_id])}})}function u(e){var t=e.parents(".cart.wishlist_table"),i=e.parents("[data-row-id]"),n=i.data("row-id"),a=t.data("id"),o=t.data("token"),n={action:yith_wcwl_l10n.actions.remove_from_wishlist_action,nonce:yith_wcwl_l10n.nonce.remove_from_wishlist_nonce,context:"frontend",remove_from_wishlist:n,wishlist_id:a,wishlist_token:o,fragments:S(n)};d.ajax({beforeSend:function(){j(t)},complete:function(){C(t)},data:n,method:"post",success:function(t){"undefined"!=typeof t.fragments&&O(t.fragments),c(),d("body").trigger("removed_from_wishlist",[e,i])},url:yith_wcwl_l10n.ajax_url})}function m(t){var e=d(this),i=e.closest(".wishlist_table"),n=null;t.preventDefault(),(n=i.length?e.closest("[data-wishlist-id]").find(".wishlist-title"):e.parents(".wishlist-title")).next().css("display","inline-block").find('input[type="text"]').focus(),n.hide()}function y(t){var e=d(this);t.preventDefault(),e.parents(".hidden-title-form").hide(),e.parents(".hidden-title-form").prev().show()}function v(t){var e=d(this),i=e.closest(".hidden-title-form"),n=e.closest("[data-wishlist-id]").data("wishlist-id"),a=i.find('input[type="text"]'),o=a.val(),e={};if(t.preventDefault(),!o)return i.addClass("woocommerce-invalid"),void a.focus();n=n||d("#wishlist_id").val(),e={action:yith_wcwl_l10n.actions.save_title_action,nonce:yith_wcwl_l10n.nonce.save_title_nonce,context:"frontend",wishlist_id:n,title:o,fragments:S()},d.ajax({type:"POST",url:yith_wcwl_l10n.ajax_url,data:e,dataType:"json",beforeSend:function(){j(i)},complete:function(){C(i)},success:function(t){var e=t.fragments;t.result?(i.hide(),i.prev().find(".wishlist-anchor, h1, h2").text(o).end().show()):(i.addClass("woocommerce-invalid"),a.focus()),void 0!==e&&O(e),c()}})}function g(){var t=d(this),e=t.val(),t=t.closest("[data-wishlist-id]").data("wishlist-id"),e={action:yith_wcwl_l10n.actions.save_privacy_action,nonce:yith_wcwl_l10n.nonce.save_privacy_nonce,context:"frontend",wishlist_id:t,privacy:e,fragments:S()};d.ajax({type:"POST",url:yith_wcwl_l10n.ajax_url,data:e,dataType:"json",success:function(t){t=t.fragments;void 0!==t&&O(t)}})}function b(t,e){if("undefined"!=typeof d.prettyPhoto&&"undefined"!=typeof d.prettyPhoto.close)if(void 0!==t){var i,n=d(".pp_content_container"),a=n.find(".pp_content"),o=n.find(".yith-wcwl-popup-form"),n=o.closest(".pp_pic_holder");o.length&&((i=d("<div/>",{"class":"yith-wcwl-popup-feedback"})).append(d("<i/>",{"class":"fa heading-icon "+("error"===e?"fa-exclamation-triangle":"fa-check")})),i.append(d("<p/>",{"class":"feedback",html:t})),i.css("display","none"),a.css("height","auto"),o.after(i),o.fadeOut(200,function(){i.fadeIn()}),n.addClass("feedback"),n.css("left",d(window).innerWidth()/2-n.outerWidth()/2+"px"),"undefined"!=typeof yith_wcwl_l10n.auto_close_popup&&!yith_wcwl_l10n.auto_close_popup||setTimeout(b,yith_wcwl_l10n.popup_timeout))}else try{d.prettyPhoto.close()}catch(s){}}function x(t){var e=d("#yith-wcwl-popup-message"),i=d("#yith-wcwl-message"),n="undefined"!=typeof yith_wcwl_l10n.popup_timeout?yith_wcwl_l10n.popup_timeout:3e3;"undefined"!=typeof yith_wcwl_l10n.enable_notices&&!yith_wcwl_l10n.enable_notices||(i.html(t),e.css("margin-left","-"+d(e).width()+"px").fadeIn(),window.setTimeout(function(){e.fadeOut()},n))}function k(o){var t=d("select.wishlist-select"),e=d("ul.yith-wcwl-dropdown");t.each(function(){var i=d(this),t=i.find("option"),e=t.filter('[value="new"]');t.not(e).remove(),d.each(o,function(t,e){d("<option>",{value:e.id,html:e.wishlist_name}).appendTo(i)}),i.append(e)}),e.each(function(){var i=d(this),t=i.find("li"),e=i.closest(".yith-wcwl-add-button").children("a.add_to_wishlist"),n=e.attr("data-product-id"),a=e.attr("data-product-type");t.remove(),d.each(o,function(t,e){e["default"]||d("<li>").append(d("<a>",{rel:"nofollow",html:e.wishlist_name,"class":"add_to_wishlist",href:e.add_to_this_wishlist_url,"data-product-id":n,"data-product-type":a,"data-wishlist-id":e.id})).appendTo(i)})})}function j(t){"undefined"!=typeof d.fn.block&&t.fadeTo("400","0.6").block({message:null,overlayCSS:{background:"transparent url("+yith_wcwl_l10n.ajax_loader_url+") no-repeat center",backgroundSize:"40px 40px",opacity:1}})}function C(t){"undefined"!=typeof d.fn.unblock&&t.stop(!0).css("opacity","1").unblock()}function T(){if(navigator.cookieEnabled)return 1;document.cookie="cookietest=1";var t=-1!==document.cookie.indexOf("cookietest=");return document.cookie="cookietest=1; expires=Thu, 01-Jan-1970 00:00:01 GMT",t}function S(t){var i={},e=null;return t?"object"==typeof t?(e=(t=d.extend({fragments:null,s:"",container:d(document),firstLoad:!1},t)).fragments||t.container.find(".wishlist-fragment"),t.s&&(e=e.not("[data-fragment-ref]").add(e.filter('[data-fragment-ref="'+t.s+'"]'))),t.firstLoad&&(e=e.filter(".on-first-load"))):(e=d(".wishlist-fragment"),"string"!=typeof t&&"number"!=typeof t||(e=e.not("[data-fragment-ref]").add(e.filter('[data-fragment-ref="'+t+'"]')))):e=d(".wishlist-fragment"),e.length?(e.each(function(){var t=d(this),e=t.attr("class").split(" ").filter(t=>t.length&&"exists"!==t).join(yith_wcwl_l10n.fragments_index_glue);i[e]=t.data("fragment-options")}),i):null}function P(e){var i=S(e=d.extend({firstLoad:!0},e));i&&d.ajax({data:{action:yith_wcwl_l10n.actions.load_fragments,nonce:yith_wcwl_l10n.nonce.load_fragments_nonce,context:"frontend",fragments:i},method:"post",success:function(t){"undefined"!=typeof t.fragments&&(O(t.fragments),c(),d(document).trigger("yith_wcwl_fragments_loaded",[i,t.fragments,e.firstLoad]))},url:yith_wcwl_l10n.ajax_url})}function O(t){d.each(t,function(t,e){var i="."+t.split(yith_wcwl_l10n.fragments_index_glue).filter(t=>t.length&&"exists"!==t&&"with-count"!==t).join("."),n=d(i),t=d(e).filter(i);t.length||(t=d(e).find(i)),n.length&&t.length&&n.replaceWith(t)})}function s(){return navigator.userAgent.match(/ipad|iphone/i)}function D(t){return!0===t||"yes"===t||"1"===t||1===t}d(document).on("yith_wcwl_init",function(){var l,t=d(this),s="undefined"!=typeof wc_add_to_cart_params&&null!==wc_add_to_cart_params?wc_add_to_cart_params.cart_redirect_after_add:"";t.on("click",".add_to_wishlist",function(t){var n=d(this),e=n.attr("data-product-id"),a=d(".add-to-wishlist-"+e),i=null,o={action:yith_wcwl_l10n.actions.add_to_wishlist_action,nonce:yith_wcwl_l10n.nonce.add_to_wishlist_nonce,context:"frontend",add_to_wishlist:e,product_type:n.data("product-type"),wishlist_id:n.data("wishlist-id"),fragments:S(e)};if((i=d(document).triggerHandler("yith_wcwl_add_to_wishlist_data",[n,o]))&&(o=i),t.preventDefault(),jQuery(document.body).trigger("adding_to_wishlist"),yith_wcwl_l10n.multi_wishlist&&yith_wcwl_l10n.modal_enable){e=n.parents(".yith-wcwl-popup-footer").prev(".yith-wcwl-popup-content"),i=e.find(".wishlist-select"),t=e.find(".wishlist-name"),e=e.find(".wishlist-visibility").filter(":checked");if(o.wishlist_id=i.is(":visible")?i.val():"new",o.wishlist_name=t.val(),o.wishlist_visibility=e.val(),"new"===o.wishlist_id&&!o.wishlist_name)return t.closest("p").addClass("woocommerce-invalid"),!1;t.closest("p").removeClass("woocommerce-invalid")}if(T())return d.ajax({type:"POST",url:yith_wcwl_l10n.ajax_url,data:o,dataType:"json",beforeSend:function(){j(n)},complete:function(){C(n)},success:function(t){var e=t.result,i=t.message;yith_wcwl_l10n.multi_wishlist?(b(i,e),"undefined"!=typeof t.user_wishlists&&k(t.user_wishlists)):x(i),"true"!==e&&"exists"!==e||("undefined"!=typeof t.fragments&&O(t.fragments),yith_wcwl_l10n.multi_wishlist&&!yith_wcwl_l10n.hide_add_button||a.find(".yith-wcwl-add-button").remove(),a.addClass("exists")),c(),d("body").trigger("added_to_wishlist",[n,a])}}),!1;window.alert(yith_wcwl_l10n.labels.cookie_disabled)}),t.on("click",".wishlist_table .remove_from_wishlist",function(t){var e=d(this);return t.preventDefault(),u(e),!1}),t.on("adding_to_cart","body",function(t,e,i){void 0!==e&&void 0!==i&&e.closest(".wishlist_table").length&&(i.remove_from_wishlist_after_add_to_cart=e.closest("[data-row-id]").data("row-id"),i.wishlist_id=e.closest(".wishlist_table").data("id"),"undefined"!=typeof wc_add_to_cart_params&&(wc_add_to_cart_params.cart_redirect_after_add=yith_wcwl_l10n.redirect_to_cart),"undefined"!=typeof yith_wccl_general&&(yith_wccl_general.cart_redirect=D(yith_wcwl_l10n.redirect_to_cart)))}),t.on("added_to_cart","body",function(t,e,i,n){var a,o;void 0!==n&&n.closest(".wishlist_table").length&&("undefined"!=typeof wc_add_to_cart_params&&(wc_add_to_cart_params.cart_redirect_after_add=s),"undefined"!=typeof yith_wccl_general&&(yith_wccl_general.cart_redirect=D(s)),o=(a=n.closest("[data-row-id]")).closest(".wishlist-fragment").data("fragment-options"),n.removeClass("added"),a.find(".added_to_cart").remove(),yith_wcwl_l10n.remove_from_wishlist_after_add_to_cart&&o.is_user_owner&&a.remove())}),t.on("added_to_cart","body",function(){var t=d(".woocommerce-message");0===t.length?d("#yith-wcwl-form").prepend(yith_wcwl_l10n.labels.added_to_cart_message):t.fadeOut(300,function(){d(this).replaceWith(yith_wcwl_l10n.labels.added_to_cart_message).fadeIn()})}),t.on("cart_page_refreshed","body",c),t.on("click",".show-title-form",m),t.on("click",".wishlist-title-with-form h2",m),t.on("click",".remove_from_all_wishlists",function(t){var e=d(this),i=e.attr("data-product-id"),n=e.data("wishlist-id"),a=e.closest(".content"),i={action:yith_wcwl_l10n.actions.remove_from_all_wishlists,nonce:yith_wcwl_l10n.nonce.remove_from_all_wishlists_nonce,context:"frontend",prod_id:i,wishlist_id:n,fragments:S(i)};t.preventDefault(),d.ajax({beforeSend:function(){j(a)},complete:function(){C(a)},data:i,dataType:"json",method:"post",success:function(t){"undefined"!=typeof t.fragments&&O(t.fragments),c()},url:yith_wcwl_l10n.ajax_url})}),t.on("click",".hide-title-form",y),t.on("click",".save-title-form",v),t.on("change",".wishlist_manage_table .wishlist-visibility",g),t.on("change",".change-wishlist",function(){var t=d(this),e=t.parents(".cart.wishlist_table"),i=e.data("token"),n=t.parents("[data-row-id]").data("row-id");p({wishlist_token:i,destination_wishlist_token:t.val(),item_id:n,fragments:S()},function(){j(e)},function(t){"undefined"!=typeof t.fragments&&O(t.fragments),C(e)})}),t.on("click",".yith-wcwl-popup-footer .move_to_wishlist",function(){var i=d(this),t=i.attr("data-product-id"),e=i.data("origin-wishlist-id"),n=i.closest("form"),a=n.find(".wishlist-select").val(),o=n.find(".wishlist-name"),s=o.val(),n=n.find(".wishlist-visibility").filter(":checked").val();if("new"===a&&!s)return o.closest("p").addClass("woocommerce-invalid"),!1;o.closest("p").removeClass("woocommerce-invalid"),p({wishlist_token:e,destination_wishlist_token:a,item_id:t,wishlist_name:s,wishlist_visibility:n,fragments:S(t)},function(){j(i)},function(t){var e=t.message;yith_wcwl_l10n.multi_wishlist?(b(e),"undefined"!=typeof t.user_wishlists&&k(t.user_wishlists)):x(e),"undefined"!=typeof t.fragments&&O(t.fragments),c(),C(i)})}),t.on("click",".delete_item",function(){var i=d(this),t=i.attr("data-product-id"),e=i.data("item-id"),n=d(".add-to-wishlist-"+t),t={action:yith_wcwl_l10n.actions.delete_item_action,nonce:yith_wcwl_l10n.nonce.delete_item_nonce,context:"frontend",item_id:e,fragments:S(t)};return d.ajax({url:yith_wcwl_l10n.ajax_url,data:t,dataType:"json",beforeSend:function(){j(i)},complete:function(){C(i)},method:"post",success:function(t){var e=t.fragments,t=t.message;yith_wcwl_l10n.multi_wishlist&&b(t),i.closest(".yith-wcwl-remove-button").length||x(t),void 0!==e&&O(e),c(),d("body").trigger("removed_from_wishlist",[i,n])}}),!1}),t.on("change",".yith-wcwl-popup-content .wishlist-select",function(){var t=d(this);"new"===t.val()?t.parents(".yith-wcwl-first-row").next(".yith-wcwl-second-row").show():t.parents(".yith-wcwl-first-row").next(".yith-wcwl-second-row").hide()}),t.on("change","#bulk_add_to_cart",function(){var t=d(this),e=t.closest(".wishlist_table").find("[data-row-id]").find('input[type="checkbox"]:not(:disabled)');(t.is(":checked")?e.prop("checked","checked"):e.prop("checked",!1)).change()}),t.on("submit",".wishlist-ask-an-estimate-popup",function(){var t=d(this),i=t.closest("form"),n=t.closest(".pp_content"),t=i.serializeArray().reduce((t,e)=>(t[e.name]=e.value,t),{});return t.action=yith_wcwl_l10n.actions.ask_an_estimate,t.nonce=yith_wcwl_l10n.nonce.ask_an_estimate_nonce,t.context="frontend",d.ajax({beforeSend:function(){j(i)},complete:function(){C(i)},data:t,dataType:"json",method:"post",success:function(t){var e;"undefined"!=typeof t.result&&t.result?void 0!==(e=t.template)&&(i.replaceWith(e),n.css("height","auto"),setTimeout(b,yith_wcwl_l10n.time_to_close_prettyphoto)):"undefined"!=typeof t.message&&(i.find(".woocommerce-error").remove(),i.find(".popup-description").after(d("<div>",{text:t.message,"class":"woocommerce-error"})))},url:yith_wcwl_l10n.ajax_url}),!1}),t.on("click",".yith-wfbt-add-wishlist",function(t){t.preventDefault();var e=d(this),t=d("#yith-wcwl-form");d("html, body").animate({scrollTop:t.offset().top},500),function(t,i){var e=t.attr("data-product-id"),n=d(document).find(".cart.wishlist_table"),a=n.data("pagination"),o=n.data("per-page"),s=n.data("id"),l=n.data("token"),t={action:yith_wcwl_l10n.actions.reload_wishlist_and_adding_elem_action,nonce:yith_wcwl_l10n.nonce.reload_wishlist_and_adding_elem_nonce,context:"frontend",pagination:a,per_page:o,wishlist_id:s,wishlist_token:l,add_to_wishlist:e,product_type:t.data("product-type")};if(!T())return window.alert(yith_wcwl_l10n.labels.cookie_disabled);d.ajax({type:"POST",url:yith_wcwl_l10n.ajax_url,data:t,dataType:"html",beforeSend:function(){j(n)},complete:function(){C(n)},success:function(t){var e=d(t),t=e.find("#yith-wcwl-form"),e=e.find(".yith-wfbt-slider-wrapper");i.replaceWith(t),d(".yith-wfbt-slider-wrapper").replaceWith(e),c(),d(document).trigger("yith_wcwl_reload_wishlist_from_frequently")}})}(e,t)}),t.on("submit",".yith-wcwl-popup-form",function(){return!1}),t.on("yith_infs_added_elem",function(){e()}),t.on("found_variation",function(t,e){var i=d(t.target).data("product_id"),n=e.variation_id,t=d(".yith-wcwl-add-to-wishlist").find('[data-product-id="'+i+'"]'),e=d(".yith-wcwl-add-to-wishlist").find('[data-original-product-id="'+i+'"]'),t=t.add(e),e=t.closest(".wishlist-fragment").filter(":visible");i&&n&&t.length&&(t.each(function(){var t=d(this),e=t.closest(".yith-wcwl-add-to-wishlist");t.attr("data-original-product-id",i),t.attr("data-product-id",n),e.length&&(void 0!==(t=e.data("fragment-options"))&&(t.product_id=n,e.data("fragment-options",t)),e.removeClass(function(t,e){return e.match(/add-to-wishlist-\S+/g).join(" ")}).addClass("add-to-wishlist-"+n).attr("data-fragment-ref",n))}),yith_wcwl_l10n.reload_on_found_variation&&(j(e),P({fragments:e,firstLoad:!1})))}),t.on("reset_data",function(t){var n=d(t.target).data("product_id"),e=d('[data-original-product-id="'+n+'"]'),t=e.closest(".wishlist-fragment").filter(":visible");n&&e.length&&(e.each(function(){var t=d(this),e=t.closest(".yith-wcwl-add-to-wishlist"),i=t.attr("data-product-id");t.attr("data-product-id",n),t.attr("data-original-product-id",""),e.length&&(void 0!==(t=e.data("fragment-options"))&&(t.product_id=n,e.data("fragment-options",t)),e.removeClass("add-to-wishlist-"+i).addClass("add-to-wishlist-"+n).attr("data-fragment-ref",n))}),yith_wcwl_l10n.reload_on_found_variation&&(j(t),P({fragments:t,firstLoad:!1})))}),t.on("yith_wcwl_reload_fragments",P),t.on("yith_infs_added_elem",function(t,e){P({container:e,firstLoad:!1})}),t.on("yith_wcwl_fragments_loaded",function(t,e,i,n){n&&d(".variations_form").find(".variations select").last().change()}),t.on("click",".yith-wcwl-popup-feedback .close-popup",function(t){t.preventDefault(),b()}),"undefined"!=typeof yith_wcwl_l10n.enable_notices&&!yith_wcwl_l10n.enable_notices||!d(".yith-wcwl-add-to-wishlist").length||d("#yith-wcwl-popup-message").length||(t=d("<div>").attr("id","yith-wcwl-message"),t=d("<div>").attr("id","yith-wcwl-popup-message").html(t).hide(),d("body").prepend(t)),o(),r(),_(),h(),f(),d(document).on("click",".show-tab",function(t){var e=d(this),i=e.closest(".yith-wcwl-popup-content"),n=e.data("tab"),a=i.find(".tab").filter("."+n);if(t.preventDefault(),!a.length)return!1;e.addClass("active").siblings(".show-tab").removeClass("active"),a.show().siblings(".tab").hide(),"create"===n?i.prepend('<input type="hidden" id="new_wishlist_selector" class="wishlist-select" value="new">'):i.find("#new_wishlist_selector").remove(),d(document).trigger("yith_wcwl_tab_selected",[n,a])}),d(document).on("change",".wishlist-select",function(){var t=d(this),e=t.closest(".yith-wcwl-popup-content"),i=t.closest(".tab"),n=e.find(".tab.create"),a=e.find(".show-tab"),e=a.filter('[data-tab="create"]');"new"===t.val()&&n.length&&(i.hide(),n.show(),a.removeClass("active"),e.addClass("active"),t.find("option").removeProp("selected"),t.change())}),a(),i(),e(),n(),l=!1,yith_wcwl_l10n.is_wishlist_responsive&&d(window).on("resize",function(){var t=d(".wishlist_table.responsive"),e=t.is(".mobile"),i=window.matchMedia("(max-width: "+yith_wcwl_l10n.mobile_media_query+"px)"),n=t.closest("form"),a=n.attr("class"),o=n.data("fragment-options"),s={},n=!1;t.length&&(i.matches&&t&&!e?(o.is_mobile="yes",n=!0):!i.matches&&t&&e&&(o.is_mobile="no",n=!0),n&&(l&&l.abort(),s[a.split(" ").join(yith_wcwl_l10n.fragments_index_glue)]=o,l=d.ajax({beforeSend:function(){j(t)},complete:function(){C(t)},data:{action:yith_wcwl_l10n.actions.load_mobile_action,nonce:yith_wcwl_l10n.nonce.load_mobile_nonce,context:"frontend",fragments:s},method:"post",success:function(t){"undefined"!=typeof t.fragments&&(O(t.fragments),c(),d(document).trigger("yith_wcwl_responsive_template",[e,t.fragments]))},url:yith_wcwl_l10n.ajax_url})))}),w(),yith_wcwl_l10n.enable_ajax_loading&&P()}).trigger("yith_wcwl_init"),d("form#yith-wcwl-form .wishlist_table .product-quantity input").on("keypress",function(t){if("13"==t.keyCode)return t.preventDefault(),!1})});
assets/js/unminified/admin/yith-wcwl.js CHANGED
@@ -164,7 +164,7 @@ jQuery( function( $ ) {
164
  return;
165
  }
166
 
167
- if( field.is( 'select' ) && ! field.find( 'option[value="' + v + '"]' ).length ){
168
  field.append( '<option value="' + v + '" selected="selected">' + v + ' </option>' );
169
  }
170
  else {
@@ -316,15 +316,15 @@ jQuery( function( $ ) {
316
  return {
317
  template: 'yith-wcwl-promotion-wizard',
318
  template_data: function( el ){
319
- var data;
320
 
321
- if( el.hasClass( 'restore-draft' ) ) {
322
- data = el.data( 'draft' );
323
- }
324
- else{
325
  data = $.extend( data, {
326
- product_id: el.data('product_id'),
327
- user_id : el.data('user_id')
 
 
 
328
  } );
329
  }
330
 
164
  return;
165
  }
166
 
167
+ if( field.is( 'select' ) && v && ! field.find( 'option[value="' + v + '"]' ).length ){
168
  field.append( '<option value="' + v + '" selected="selected">' + v + ' </option>' );
169
  }
170
  else {
316
  return {
317
  template: 'yith-wcwl-promotion-wizard',
318
  template_data: function( el ){
319
+ var data = el.data( 'draft' );
320
 
321
+ if( ! data ) {
 
 
 
322
  data = $.extend( data, {
323
+ product_id : el.data('product_id'),
324
+ user_id : el.data('user_id'),
325
+ content_html: yith_wcwl.promotion.content_html,
326
+ content_text: yith_wcwl.promotion.content_html,
327
+ coupon : false,
328
  } );
329
  }
330
 
assets/js/unminified/jquery.yith-wcwl.js CHANGED
@@ -374,7 +374,7 @@ jQuery( function( $ ){
374
  data = form.serializeArray().reduce( ( data, field ) => { data[ field.name ] = field.value; return data; }, {} );
375
 
376
  data.action = yith_wcwl_l10n.actions.ask_an_estimate;
377
- data.nonce = yith_wcwl_l10n.noce.ask_an_estimate_nonce;
378
  data.context = 'frontend';
379
 
380
  $.ajax({
@@ -587,6 +587,14 @@ jQuery( function( $ ){
587
 
588
  } ).trigger('yith_wcwl_init');
589
 
 
 
 
 
 
 
 
 
590
  /* === INIT FUNCTIONS === */
591
 
592
  /**
@@ -620,6 +628,7 @@ jQuery( function( $ ){
620
  opacity : 0.8,
621
  deeplinking : false,
622
  overlay_gallery : false,
 
623
  default_width : 500,
624
  changepicturecallback : function(){
625
  init_select_box();
@@ -1118,6 +1127,8 @@ jQuery( function( $ ){
1118
  else{
1119
  container.find( '#new_wishlist_selector' ).remove();
1120
  }
 
 
1121
  } );
1122
 
1123
  $(document).on( 'change', '.wishlist-select', function(){
@@ -1454,6 +1465,8 @@ jQuery( function( $ ){
1454
  if( typeof fragments !== 'undefined' ){
1455
  replace_fragments( fragments );
1456
  }
 
 
1457
  }
1458
  });
1459
  }
374
  data = form.serializeArray().reduce( ( data, field ) => { data[ field.name ] = field.value; return data; }, {} );
375
 
376
  data.action = yith_wcwl_l10n.actions.ask_an_estimate;
377
+ data.nonce = yith_wcwl_l10n.nonce.ask_an_estimate_nonce;
378
  data.context = 'frontend';
379
 
380
  $.ajax({
587
 
588
  } ).trigger('yith_wcwl_init');
589
 
590
+ // Avoid pressing the enter key in the qty input.
591
+ $( 'form#yith-wcwl-form .wishlist_table .product-quantity input' ).on( 'keypress', function( e ) {
592
+ if ( e.keyCode == '13' ) {
593
+ e.preventDefault();
594
+ return false;
595
+ }
596
+ });
597
+
598
  /* === INIT FUNCTIONS === */
599
 
600
  /**
628
  opacity : 0.8,
629
  deeplinking : false,
630
  overlay_gallery : false,
631
+ keyboard_shortcuts : false,
632
  default_width : 500,
633
  changepicturecallback : function(){
634
  init_select_box();
1127
  else{
1128
  container.find( '#new_wishlist_selector' ).remove();
1129
  }
1130
+
1131
+ $(document).trigger( 'yith_wcwl_tab_selected', [ tab, target ] );
1132
  } );
1133
 
1134
  $(document).on( 'change', '.wishlist-select', function(){
1465
  if( typeof fragments !== 'undefined' ){
1466
  replace_fragments( fragments );
1467
  }
1468
+
1469
+ init_handling_after_ajax();
1470
  }
1471
  });
1472
  }
includes/class-yith-wcwl-admin.php CHANGED
@@ -85,7 +85,6 @@ if ( ! class_exists( 'YITH_WCWL_Admin' ) ) {
85
  /**
86
  * Constructor of the class
87
  *
88
- * @return \YITH_WCWL_Admin
89
  * @since 2.0.0
90
  */
91
  public function __construct() {
@@ -159,8 +158,9 @@ if ( ! class_exists( 'YITH_WCWL_Admin' ) ) {
159
  'yith-wcwl-admin',
160
  'yith_wcwl',
161
  array(
162
- 'nonce' => array(
163
- 'preview_promotion_email' => wp_create_nonce( 'preview_promotion_email' ),
 
164
  'calculate_promotion_email_receivers' => wp_create_nonce( 'calculate_promotion_email_receivers' ),
165
  ),
166
  )
@@ -258,13 +258,23 @@ if ( ! class_exists( 'YITH_WCWL_Admin' ) ) {
258
  'main_video' => array(
259
  'desc' => _x( 'Check this video to learn how to <b>configure wishlist and customize options:</b>', '[HELP TAB] Video title', 'yith-woocommerce-wishlist' ),
260
  'url' => array(
 
261
  'it' => 'https://www.youtube.com/embed/9hM9PgBVNTg',
262
  'es' => 'https://www.youtube.com/embed/GwQkNrrHFs4',
263
  ),
264
  ),
 
 
 
 
 
265
  'hc_url' => 'https://support.yithemes.com/hc/en-us/categories/360003468437-YITH-WOOCOMMERCE-WISHLIST',
266
  ),
267
- 'premium_tab' => array(
 
 
 
 
268
  'landing_page_url' => $this->get_premium_landing_uri(),
269
  'premium_features' => array(
270
  __( 'Enable the wishlist feature for all users or <b>only for registered users</b>', 'yith-woocommerce-wishlist' ),
@@ -278,10 +288,10 @@ if ( ! class_exists( 'YITH_WCWL_Admin' ) ) {
278
  __( '<b>Send an automatic email to the wishlist owner</b> whenever a product in the list is back in stock or on sale', 'yith-woocommerce-wishlist' ),
279
  '<b>' . __( 'Regular updates, Translations and Premium Support', 'yith-woocommerce-wishlist' ) . '</b>',
280
  ),
281
- 'main_image_url' => YITH_WCWL_URL . 'assets/images/get-premium-wishlist.jpg',
282
  'show_free_vs_premium_link' => true,
283
- ),
284
- );
285
 
286
  /* === Fixed: not updated theme === */
287
  if ( ! class_exists( 'YIT_Plugin_Panel_WooCommerce' ) ) {
85
  /**
86
  * Constructor of the class
87
  *
 
88
  * @since 2.0.0
89
  */
90
  public function __construct() {
158
  'yith-wcwl-admin',
159
  'yith_wcwl',
160
  array(
161
+ 'promotion' => get_option( 'woocommerce_yith_wcwl_promotion_mail_settings', array() ),
162
+ 'nonce' => array(
163
+ 'preview_promotion_email' => wp_create_nonce( 'preview_promotion_email' ),
164
  'calculate_promotion_email_receivers' => wp_create_nonce( 'calculate_promotion_email_receivers' ),
165
  ),
166
  )
258
  'main_video' => array(
259
  'desc' => _x( 'Check this video to learn how to <b>configure wishlist and customize options:</b>', '[HELP TAB] Video title', 'yith-woocommerce-wishlist' ),
260
  'url' => array(
261
+ 'en' => 'https://www.youtube.com/embed/oMnfyHo819M',
262
  'it' => 'https://www.youtube.com/embed/9hM9PgBVNTg',
263
  'es' => 'https://www.youtube.com/embed/GwQkNrrHFs4',
264
  ),
265
  ),
266
+ 'playlists' => array(
267
+ 'en' => 'https://www.youtube.com/watch?v=oMnfyHo819M&list=PLDriKG-6905lyNLO9kQ7GCsldGt7u-4Pa',
268
+ 'it' => 'https://www.youtube.com/watch?v=zpwlE60H6YM&list=PL9c19edGMs09kk40S7FEiXjKKppjS-CAK',
269
+ 'es' => 'https://www.youtube.com/watch?v=5Ftr4_v0s5I&list=PL9Ka3j92PYJMMYXecDH8FB5cxTfTbF4jJ',
270
+ ),
271
  'hc_url' => 'https://support.yithemes.com/hc/en-us/categories/360003468437-YITH-WOOCOMMERCE-WISHLIST',
272
  ),
273
+ );
274
+
275
+ // registers premium tab.
276
+ if ( ! defined( 'YITH_WCWL_PREMIUM' ) ) {
277
+ $args['premium_tab'] = array(
278
  'landing_page_url' => $this->get_premium_landing_uri(),
279
  'premium_features' => array(
280
  __( 'Enable the wishlist feature for all users or <b>only for registered users</b>', 'yith-woocommerce-wishlist' ),
288
  __( '<b>Send an automatic email to the wishlist owner</b> whenever a product in the list is back in stock or on sale', 'yith-woocommerce-wishlist' ),
289
  '<b>' . __( 'Regular updates, Translations and Premium Support', 'yith-woocommerce-wishlist' ) . '</b>',
290
  ),
291
+ 'main_image_url' => YITH_WCWL_URL . 'assets/images/premium/get-premium-wishlist.jpg',
292
  'show_free_vs_premium_link' => true,
293
+ );
294
+ }
295
 
296
  /* === Fixed: not updated theme === */
297
  if ( ! class_exists( 'YIT_Plugin_Panel_WooCommerce' ) ) {
includes/class-yith-wcwl-frontend.php CHANGED
@@ -33,7 +33,7 @@ if ( ! class_exists( 'YITH_WCWL_Frontend' ) ) {
33
  * @var string
34
  * @since 1.0.0
35
  */
36
- public $version = '3.9.0';
37
 
38
  /**
39
  * Plugin database version
@@ -190,12 +190,103 @@ if ( ! class_exists( 'YITH_WCWL_Frontend' ) ) {
190
  )
191
  );
192
 
193
- // Add the link "Add to wishlist".
194
  $position = get_option( 'yith_wcwl_loop_position', 'after_add_to_cart' );
195
 
196
  if ( 'shortcode' !== $position && isset( $positions[ $position ] ) ) {
197
  add_action( $positions[ $position ]['hook'], array( $this, 'print_button' ), $positions[ $position ]['priority'] );
198
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
199
  }
200
 
201
  /**
33
  * @var string
34
  * @since 1.0.0
35
  */
36
+ public $version = '3.10.0';
37
 
38
  /**
39
  * Plugin database version
190
  )
191
  );
192
 
193
+ // Add the link "Add to wishlist" in the loop.
194
  $position = get_option( 'yith_wcwl_loop_position', 'after_add_to_cart' );
195
 
196
  if ( 'shortcode' !== $position && isset( $positions[ $position ] ) ) {
197
  add_action( $positions[ $position ]['hook'], array( $this, 'print_button' ), $positions[ $position ]['priority'] );
198
  }
199
+
200
+ // Add the link "Add to wishlist" for Gutenberg blocks.
201
+ add_filter( 'woocommerce_blocks_product_grid_item_html', array( $this, 'add_button_for_block' ), 10, 3 );
202
+ }
203
+
204
+ /**
205
+ * Add ATW button to Products block item
206
+ *
207
+ * @param string $item_html HTML of the single block item.
208
+ * @param array $data Data used to render the item.
209
+ * @param WC_Product $product Current product.
210
+ *
211
+ * @return string Filtered HTML.
212
+ */
213
+ public function add_button_for_block( $item_html, $data, $product ) {
214
+ // Add the link "Add to wishlist" in the loop.
215
+ $position = get_option( 'yith_wcwl_loop_position', 'after_add_to_cart' );
216
+ $button = $this->get_button( $product->get_id() );
217
+ $parts = array();
218
+
219
+ preg_match( '/(<li class=".*?">)[\S|\s]*?(<a .*?>[\S|\s]*?<\/a>)([\S|\s]*?)(<\/li>)/', $item_html, $parts );
220
+
221
+ if ( ! $parts || count( $parts ) < 5 ) {
222
+ return $item_html;
223
+ }
224
+
225
+ // removes first match (entire match).
226
+ array_shift( $parts );
227
+
228
+ // removes empty parts.
229
+ $parts = array_filter( $parts );
230
+
231
+ // searches for index to cut parts array.
232
+ switch ( $position ) {
233
+ case 'before_image':
234
+ $index = 1;
235
+ break;
236
+ case 'before_add_to_cart':
237
+ $index = 2;
238
+ break;
239
+ case 'after_add_to_cart':
240
+ $index = 3;
241
+ break;
242
+ }
243
+
244
+ // if index is found, stitch button in correct position.
245
+ if ( $index ) {
246
+ $first_set = array_slice( $parts, 0, $index );
247
+ $second_set = array_slice( $parts, $index );
248
+
249
+ $parts = array_merge(
250
+ $first_set,
251
+ (array) $button,
252
+ $second_set
253
+ );
254
+
255
+ // replace li classes.
256
+ $parts[0] = preg_replace( '/class="(.*)"/', 'class="$1 add-to-wishlist-' . $position . '"', $parts[0] );
257
+ }
258
+
259
+ // join all parts together.
260
+ $item_html = implode( '', $parts );
261
+
262
+ // return item.
263
+ return $item_html;
264
+ }
265
+
266
+ /**
267
+ * Returns HTML for ATW button
268
+ *
269
+ * @param int $product_id Optional product id (if empty global product will be used instead by the shortcode).
270
+ * @return string HTML for ATW button.
271
+ */
272
+ public function get_button( $product_id = false ) {
273
+ $shortcode_tag = 'yith_wcwl_add_to_wishlist';
274
+ $options = array();
275
+ $text_options = '';
276
+
277
+ if ( $product_id ) {
278
+ $options['product_id'] = $product_id;
279
+ }
280
+
281
+ if ( ! empty( $options ) ) {
282
+ foreach ( $options as $option_key => $option_value ) {
283
+ $text_options .= " $option_key=\"$option_value\"";
284
+ }
285
+ }
286
+
287
+ $shortcode = "[$shortcode_tag $text_options]";
288
+
289
+ return do_shortcode( $shortcode );
290
  }
291
 
292
  /**
includes/class-yith-wcwl-shortcode.php CHANGED
@@ -413,7 +413,7 @@ if ( ! class_exists( 'YITH_WCWL_Shortcode' ) ) {
413
  if ( ! $no_interactions && $enable_share && ( $share_facebook_enabled || $share_twitter_enabled || $share_pinterest_enabled || $share_email_enabled || $share_whatsapp_enabled || $share_url_enabled ) ) {
414
  $share_title = apply_filters( 'yith_wcwl_socials_share_title', __( 'Share on:', 'yith-woocommerce-wishlist' ) );
415
  $share_link_url = apply_filters( 'yith_wcwl_shortcode_share_link_url', $wishlist->get_url(), $wishlist );
416
- $share_link_title = apply_filters( 'plugin_text', urlencode( get_option( 'yith_wcwl_socials_title' ) ) );
417
  $share_summary = urlencode( str_replace( '%wishlist_url%', $share_link_url, get_option( 'yith_wcwl_socials_text' ) ) );
418
 
419
  $share_atts = array(
413
  if ( ! $no_interactions && $enable_share && ( $share_facebook_enabled || $share_twitter_enabled || $share_pinterest_enabled || $share_email_enabled || $share_whatsapp_enabled || $share_url_enabled ) ) {
414
  $share_title = apply_filters( 'yith_wcwl_socials_share_title', __( 'Share on:', 'yith-woocommerce-wishlist' ) );
415
  $share_link_url = apply_filters( 'yith_wcwl_shortcode_share_link_url', $wishlist->get_url(), $wishlist );
416
+ $share_link_title = apply_filters( 'yith_wcwl_share_title', urlencode( get_option( 'yith_wcwl_socials_title' ) ), $wishlist );
417
  $share_summary = urlencode( str_replace( '%wishlist_url%', $share_link_url, get_option( 'yith_wcwl_socials_text' ) ) );
418
 
419
  $share_atts = array(
includes/class-yith-wcwl-wishlist-item.php CHANGED
@@ -185,8 +185,15 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Item' ) ) {
185
  public function get_formatted_product_price( $context = 'view' ) {
186
  $product = $this->get_product( $context );
187
 
188
- $base_price = $product->is_type( 'variable' ) ? $product->get_variation_regular_price( 'max' ) : $product->get_price();
189
- $formatted_price = $base_price ? $product->get_price_html() : apply_filters( 'yith_free_text', __( 'Free!', 'yith-woocommerce-wishlist' ), $product );
 
 
 
 
 
 
 
190
 
191
  return apply_filters( 'yith_wcwl_item_formatted_price', $formatted_price, $base_price, $product );
192
  }
@@ -406,13 +413,13 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Item' ) ) {
406
  $product = $this->get_product();
407
  $current_price = $this->get_product_price();
408
 
409
- if ( ! is_numeric( $current_price ) ) {
410
  return '';
411
  }
412
 
413
  $difference = $original_price - $current_price;
414
 
415
- if ( $difference <= 0 && apply_filters( 'yith_wcwl_hide_price_increase', true, $product, $original_price, $original_currency ) ) {
416
  return '';
417
  }
418
 
@@ -432,7 +439,8 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Item' ) ) {
432
  $class,
433
  $percentage_difference,
434
  $original_price,
435
- $original_currency
 
436
  );
437
  $template = sprintf( $template, $percentage_difference, wc_price( $original_price, array( 'currency' => $original_currency ) ) );
438
 
@@ -463,6 +471,41 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Item' ) ) {
463
  return apply_filters( 'yith_wcwl_wishlist_item_remove_url', wp_nonce_url( add_query_arg( 'remove_from_wishlist', $this->get_product_id(), $base_url ), 'remove_from_wishlist' ), $this );
464
  }
465
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
466
  /* === SETTERS === */
467
 
468
  /**
185
  public function get_formatted_product_price( $context = 'view' ) {
186
  $product = $this->get_product( $context );
187
 
188
+ $base_price = $product->is_type( 'variable' ) ? $product->get_variation_regular_price( 'max' ) : $product->get_price();
189
+
190
+ if ( '' === $base_price ) {
191
+ $formatted_price = '';
192
+ } elseif ( ! $base_price ) {
193
+ $formatted_price = apply_filters( 'yith_free_text', __( 'Free!', 'yith-woocommerce-wishlist' ), $product );
194
+ } else {
195
+ $formatted_price = $product->get_price_html();
196
+ }
197
 
198
  return apply_filters( 'yith_wcwl_item_formatted_price', $formatted_price, $base_price, $product );
199
  }
413
  $product = $this->get_product();
414
  $current_price = $this->get_product_price();
415
 
416
+ if ( ! $current_price || ! is_numeric( $current_price ) ) {
417
  return '';
418
  }
419
 
420
  $difference = $original_price - $current_price;
421
 
422
+ if ( $difference <= 0 && apply_filters( 'yith_wcwl_hide_price_increase', true, $product, $original_price, $original_currency, $difference ) ) {
423
  return '';
424
  }
425
 
439
  $class,
440
  $percentage_difference,
441
  $original_price,
442
+ $original_currency,
443
+ $this
444
  );
445
  $template = sprintf( $template, $percentage_difference, wc_price( $original_price, array( 'currency' => $original_currency ) ) );
446
 
471
  return apply_filters( 'yith_wcwl_wishlist_item_remove_url', wp_nonce_url( add_query_arg( 'remove_from_wishlist', $this->get_product_id(), $base_url ), 'remove_from_wishlist' ), $this );
472
  }
473
 
474
+ /**
475
+ * Get product availability class
476
+ *
477
+ * @param string $context Context of the operation.
478
+ * @return string Availability class.
479
+ */
480
+ public function get_stock_status( $context = 'view' ) {
481
+ $product = $this->get_product( $context );
482
+
483
+ if ( ! $product ) {
484
+ return false;
485
+ }
486
+
487
+ $availability = $product->get_availability();
488
+ $stock_status = isset( $availability['class'] ) ? $availability['class'] : false;
489
+
490
+ return $stock_status;
491
+ }
492
+
493
+ /**
494
+ * Checks whether product is purchasable or not
495
+ *
496
+ * @param string $context Context of the operation.
497
+ * @return bool Whether product is purchasable or not
498
+ */
499
+ public function is_purchasable( $context = 'view' ) {
500
+ $product = $this->get_product( $context );
501
+
502
+ if ( ! $product ) {
503
+ return false;
504
+ }
505
+
506
+ return $product->is_purchasable();
507
+ }
508
+
509
  /* === SETTERS === */
510
 
511
  /**
includes/class-yith-wcwl.php CHANGED
@@ -154,7 +154,7 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
154
  // filtering params.
155
  $prod_id = apply_filters( 'yith_wcwl_adding_to_wishlist_prod_id', intval( $atts['add_to_wishlist'] ) );
156
  $wishlist_id = apply_filters( 'yith_wcwl_adding_to_wishlist_wishlist_id', $atts['wishlist_id'] );
157
- $quantity = apply_filters( 'yith_wcwl_adding_to_wishlist_quantity', intval( $atts['quantity'] ) );
158
  $user_id = apply_filters( 'yith_wcwl_adding_to_wishlist_user_id', intval( $atts['user_id'] ) );
159
  $dateadded = apply_filters( 'yith_wcwl_adding_to_wishlist_dateadded', $atts['dateadded'] );
160
 
154
  // filtering params.
155
  $prod_id = apply_filters( 'yith_wcwl_adding_to_wishlist_prod_id', intval( $atts['add_to_wishlist'] ) );
156
  $wishlist_id = apply_filters( 'yith_wcwl_adding_to_wishlist_wishlist_id', $atts['wishlist_id'] );
157
+ $quantity = apply_filters( 'yith_wcwl_adding_to_wishlist_quantity', intval( $atts['quantity'] ), $prod_id );
158
  $user_id = apply_filters( 'yith_wcwl_adding_to_wishlist_user_id', intval( $atts['user_id'] ) );
159
  $dateadded = apply_filters( 'yith_wcwl_adding_to_wishlist_dateadded', $atts['dateadded'] );
160
 
includes/data-stores/class-yith-wcwl-wishlist-data-store.php CHANGED
@@ -688,7 +688,25 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Data_Store' ) ) {
688
  }
689
 
690
  // order by statement.
691
- $query .= ' ORDER BY position ASC, ID DESC;';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
692
 
693
  $items = $wpdb->get_results(
694
  $wpdb->prepare(
688
  }
689
 
690
  // order by statement.
691
+ $orders = apply_filters(
692
+ 'yith_wcwl_wishlist_items_sorting',
693
+ array(
694
+ 'position' => 'ASC',
695
+ 'ID' => 'DESC',
696
+ )
697
+ );
698
+ $orderby = implode(
699
+ ', ',
700
+ array_map(
701
+ function ( $column, $sorting ) {
702
+ return "$column $sorting";
703
+ },
704
+ array_keys( $orders ),
705
+ $orders
706
+ )
707
+ );
708
+
709
+ $query .= ' ORDER BY ' . esc_sql( $orderby );
710
 
711
  $items = $wpdb->get_results(
712
  $wpdb->prepare(
includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php CHANGED
@@ -57,7 +57,7 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Item_Data_Store' ) ) {
57
  );
58
  $values = array(
59
  apply_filters( 'yith_wcwl_adding_to_wishlist_product_id', $product_id ),
60
- apply_filters( 'yith_wcwl_adding_to_wishlist_quantity', $item->get_quantity() ),
61
  apply_filters( 'yith_wcwl_adding_to_wishlist_wishlist_id', $wishlist_id ),
62
  apply_filters( 'yith_wcwl_adding_to_wishlist_position', $item->get_position() ),
63
  apply_filters( 'yith_wcwl_adding_to_wishlist_original_price', $item->get_product_price() ),
57
  );
58
  $values = array(
59
  apply_filters( 'yith_wcwl_adding_to_wishlist_product_id', $product_id ),
60
+ apply_filters( 'yith_wcwl_adding_to_wishlist_quantity', $item->get_quantity(), $product_id ),
61
  apply_filters( 'yith_wcwl_adding_to_wishlist_wishlist_id', $wishlist_id ),
62
  apply_filters( 'yith_wcwl_adding_to_wishlist_position', $item->get_position() ),
63
  apply_filters( 'yith_wcwl_adding_to_wishlist_original_price', $item->get_product_price() ),
includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php CHANGED
@@ -79,7 +79,7 @@ if ( ! class_exists( 'YITH_WCWL_Elementor_Add_To_Wishlist' ) ) {
79
  * @since 1.0.0
80
  * @access protected
81
  */
82
- protected function _register_controls() { // phpcs:ignore PSR2.Methods.MethodDeclaration.Underscore
83
 
84
  $this->start_controls_section(
85
  'product_section',
79
  * @since 1.0.0
80
  * @access protected
81
  */
82
+ protected function register_controls() {
83
 
84
  $this->start_controls_section(
85
  'product_section',
includes/widgets/elementor/class-yith-wcwl-elementor-wishlist.php CHANGED
@@ -79,7 +79,7 @@ if ( ! class_exists( 'YITH_WCWL_Elementor_Wishlist' ) ) {
79
  * @since 1.0.0
80
  * @access protected
81
  */
82
- protected function _register_controls() { // phpcs:ignore PSR2.Methods.MethodDeclaration.Underscore
83
 
84
  $this->start_controls_section(
85
  'product_section',
79
  * @since 1.0.0
80
  * @access protected
81
  */
82
+ protected function register_controls() {
83
 
84
  $this->start_controls_section(
85
  'product_section',
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: 3.9.0
7
  * Author: YITH
8
  * Author URI: https://yithemes.com/
9
  * Text Domain: yith-woocommerce-wishlist
10
  * Domain Path: /languages/
11
- * WC requires at least: 6.3
12
- * WC tested up to: 6.5
13
  *
14
  * @author YITH
15
  * @package YITH\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: 3.10.0
7
  * Author: YITH
8
  * Author URI: https://yithemes.com/
9
  * Text Domain: yith-woocommerce-wishlist
10
  * Domain Path: /languages/
11
+ * WC requires at least: 6.4
12
+ * WC tested up to: 6.6
13
  *
14
  * @author YITH
15
  * @package YITH\Wishlist
languages/yith-woocommerce-wishlist-da_DK.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-da_DK.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WCWL\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
- "POT-Creation-Date: 2022-01-12 11:22:42+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:04+0200\n"
10
  "Last-Translator: Morten Ruus <altombasketball@gmail.com>\n"
11
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
@@ -20,20 +20,20 @@ msgstr ""
20
  "X-Poedit-SearchPath-0: .\n"
21
  "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
22
 
23
- #: includes/class-yith-wcwl-admin.php:125
24
  #, fuzzy
25
  msgid "Wishlist Page"
26
  msgstr "Ønskeliste"
27
 
28
- #: includes/class-yith-wcwl-admin.php:147
29
  msgid "General settings"
30
  msgstr ""
31
 
32
- #: includes/class-yith-wcwl-admin.php:148
33
  msgid "Add to wishlist options"
34
  msgstr ""
35
 
36
- #: includes/class-yith-wcwl-admin.php:149
37
  msgid "Wishlist page options"
38
  msgstr ""
39
 
@@ -43,64 +43,64 @@ msgid ""
43
  "to purchase on your e-commerce."
44
  msgstr ""
45
 
46
- #: includes/class-yith-wcwl-admin.php:270
47
  msgid ""
48
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
49
  msgstr ""
50
 
51
- #: includes/class-yith-wcwl-admin.php:271
52
  msgid ""
53
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
54
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
55
  "on \"Add to wishlist\""
56
  msgstr ""
57
 
58
- #: includes/class-yith-wcwl-admin.php:272
59
  msgid ""
60
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
61
  "them either public (visible to everyone), private or shared (visible only to "
62
  "people it has been shared with)"
63
  msgstr ""
64
 
65
- #: includes/class-yith-wcwl-admin.php:273
66
  msgid ""
67
  "Choose between <b>different layouts</b> for the wishlist page and for the "
68
  "wishlist content"
69
  msgstr ""
70
 
71
- #: includes/class-yith-wcwl-admin.php:274
72
  msgid ""
73
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
74
  "move a product from one wishlist to another, change order of items, "
75
  "quantity, etc."
76
  msgstr ""
77
 
78
- #: includes/class-yith-wcwl-admin.php:275
79
  msgid ""
80
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
81
  "content of their wishlist to the admin and get a custom quote"
82
  msgstr ""
83
 
84
- #: includes/class-yith-wcwl-admin.php:276
85
  msgid ""
86
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
87
  "(available also with \"mini-cart\" style for the header)"
88
  msgstr ""
89
 
90
- #: includes/class-yith-wcwl-admin.php:277
91
  msgid ""
92
  "View the most popular products added to the wishlist by your customers and "
93
  "<b>send promotional emails to users</b> who have added specific products to "
94
  "their wishlist"
95
  msgstr ""
96
 
97
- #: includes/class-yith-wcwl-admin.php:278
98
  msgid ""
99
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
100
  "the list is back in stock or on sale"
101
  msgstr ""
102
 
103
- #: includes/class-yith-wcwl-admin.php:279
104
  msgid "Regular updates, Translations and Premium Support"
105
  msgstr ""
106
 
@@ -127,17 +127,17 @@ msgstr ""
127
  msgid "Please, make sure to enter a valid title"
128
  msgstr ""
129
 
130
- #: includes/class-yith-wcwl-frontend.php:461
131
  msgid ""
132
  "We are sorry, but this feature is available only if cookies on your browser "
133
  "are enabled."
134
  msgstr ""
135
 
136
- #: includes/class-yith-wcwl-frontend.php:462
137
  msgid "Product added to cart successfully"
138
  msgstr ""
139
 
140
- #: includes/class-yith-wcwl-frontend.php:725
141
  #: includes/class-yith-wcwl-shortcode.php:239
142
  #: plugin-options/wishlist_page-options.php:240
143
  #: templates/wishlist-view-footer-mobile.php:46
@@ -324,7 +324,7 @@ msgstr ""
324
  msgid "Remove from list"
325
  msgstr ""
326
 
327
- #: includes/class-yith-wcwl-wishlist-item.php:189
328
  msgid "Free!"
329
  msgstr "Gratis!"
330
 
@@ -1264,44 +1264,44 @@ msgstr ""
1264
  msgid "Edit title"
1265
  msgstr "Rediger titel"
1266
 
1267
- #: templates/wishlist-view-mobile.php:136
1268
  msgid "Added on:"
1269
  msgstr ""
1270
 
1271
- #: templates/wishlist-view-mobile.php:147
1272
  msgid "Price:"
1273
  msgstr ""
1274
 
1275
- #: templates/wishlist-view-mobile.php:174
1276
  msgid "Quantity:"
1277
  msgstr ""
1278
 
1279
- #: templates/wishlist-view-mobile.php:189
1280
  msgid "Stock:"
1281
  msgstr ""
1282
 
1283
- #: templates/wishlist-view-mobile.php:192 templates/wishlist-view.php:229
1284
  msgid "Out of stock"
1285
  msgstr ""
1286
 
1287
- #: templates/wishlist-view-mobile.php:192 templates/wishlist-view.php:229
1288
  msgid "In Stock"
1289
  msgstr "På lager"
1290
 
1291
- #: templates/wishlist-view-mobile.php:212 templates/wishlist-view.php:262
1292
  msgid "Move"
1293
  msgstr "Flyt"
1294
 
1295
- #: templates/wishlist-view-mobile.php:233 templates/wishlist-view.php:283
1296
  msgid "Move to another list &rsaquo;"
1297
  msgstr ""
1298
 
1299
- #: templates/wishlist-view-mobile.php:241 templates/wishlist-view.php:157
1300
- #: templates/wishlist-view.php:293
1301
  msgid "Remove this product"
1302
  msgstr "Fjern denne vare"
1303
 
1304
- #: templates/wishlist-view-mobile.php:252 templates/wishlist-view.php:313
1305
  msgid "No products added to the wishlist"
1306
  msgstr ""
1307
 
@@ -1326,11 +1326,11 @@ msgid "Arrange"
1326
  msgstr ""
1327
 
1328
  #. translators: date added label: 1 date added.
1329
- #: templates/wishlist-view.php:243
1330
  msgid "Added on: %s"
1331
  msgstr ""
1332
 
1333
- #: templates/wishlist-view.php:293
1334
  msgid "Remove"
1335
  msgstr "Fjern"
1336
 
@@ -1381,7 +1381,7 @@ msgid "Shows a list of products in wishlist"
1381
  msgstr ""
1382
 
1383
  #. translators: 1. % of reduction/increase in price.
1384
- #: includes/class-yith-wcwl-wishlist-item.php:428
1385
  msgctxt ""
1386
  "Part of the template that shows price variation since addition to list; "
1387
  "placeholder will be replaced with a percentage"
@@ -1389,7 +1389,7 @@ msgid "Price is %1$s%%"
1389
  msgstr ""
1390
 
1391
  #. translators: 2: original product price.
1392
- #: includes/class-yith-wcwl-wishlist-item.php:430
1393
  msgctxt ""
1394
  "Part of the template that shows price variation since addition to list; "
1395
  "placeholder will be replaced with a price"
5
  "Project-Id-Version: YITH WCWL\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
+ "POT-Creation-Date: 2022-06-19 14:16:05+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:04+0200\n"
10
  "Last-Translator: Morten Ruus <altombasketball@gmail.com>\n"
11
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
  "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
22
 
23
+ #: includes/class-yith-wcwl-admin.php:124
24
  #, fuzzy
25
  msgid "Wishlist Page"
26
  msgstr "Ønskeliste"
27
 
28
+ #: includes/class-yith-wcwl-admin.php:146
29
  msgid "General settings"
30
  msgstr ""
31
 
32
+ #: includes/class-yith-wcwl-admin.php:147
33
  msgid "Add to wishlist options"
34
  msgstr ""
35
 
36
+ #: includes/class-yith-wcwl-admin.php:148
37
  msgid "Wishlist page options"
38
  msgstr ""
39
 
43
  "to purchase on your e-commerce."
44
  msgstr ""
45
 
46
+ #: includes/class-yith-wcwl-admin.php:280
47
  msgid ""
48
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
49
  msgstr ""
50
 
51
+ #: includes/class-yith-wcwl-admin.php:281
52
  msgid ""
53
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
54
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
55
  "on \"Add to wishlist\""
56
  msgstr ""
57
 
58
+ #: includes/class-yith-wcwl-admin.php:282
59
  msgid ""
60
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
61
  "them either public (visible to everyone), private or shared (visible only to "
62
  "people it has been shared with)"
63
  msgstr ""
64
 
65
+ #: includes/class-yith-wcwl-admin.php:283
66
  msgid ""
67
  "Choose between <b>different layouts</b> for the wishlist page and for the "
68
  "wishlist content"
69
  msgstr ""
70
 
71
+ #: includes/class-yith-wcwl-admin.php:284
72
  msgid ""
73
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
74
  "move a product from one wishlist to another, change order of items, "
75
  "quantity, etc."
76
  msgstr ""
77
 
78
+ #: includes/class-yith-wcwl-admin.php:285
79
  msgid ""
80
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
81
  "content of their wishlist to the admin and get a custom quote"
82
  msgstr ""
83
 
84
+ #: includes/class-yith-wcwl-admin.php:286
85
  msgid ""
86
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
87
  "(available also with \"mini-cart\" style for the header)"
88
  msgstr ""
89
 
90
+ #: includes/class-yith-wcwl-admin.php:287
91
  msgid ""
92
  "View the most popular products added to the wishlist by your customers and "
93
  "<b>send promotional emails to users</b> who have added specific products to "
94
  "their wishlist"
95
  msgstr ""
96
 
97
+ #: includes/class-yith-wcwl-admin.php:288
98
  msgid ""
99
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
100
  "the list is back in stock or on sale"
101
  msgstr ""
102
 
103
+ #: includes/class-yith-wcwl-admin.php:289
104
  msgid "Regular updates, Translations and Premium Support"
105
  msgstr ""
106
 
127
  msgid "Please, make sure to enter a valid title"
128
  msgstr ""
129
 
130
+ #: includes/class-yith-wcwl-frontend.php:552
131
  msgid ""
132
  "We are sorry, but this feature is available only if cookies on your browser "
133
  "are enabled."
134
  msgstr ""
135
 
136
+ #: includes/class-yith-wcwl-frontend.php:553
137
  msgid "Product added to cart successfully"
138
  msgstr ""
139
 
140
+ #: includes/class-yith-wcwl-frontend.php:816
141
  #: includes/class-yith-wcwl-shortcode.php:239
142
  #: plugin-options/wishlist_page-options.php:240
143
  #: templates/wishlist-view-footer-mobile.php:46
324
  msgid "Remove from list"
325
  msgstr ""
326
 
327
+ #: includes/class-yith-wcwl-wishlist-item.php:193
328
  msgid "Free!"
329
  msgstr "Gratis!"
330
 
1264
  msgid "Edit title"
1265
  msgstr "Rediger titel"
1266
 
1267
+ #: templates/wishlist-view-mobile.php:134
1268
  msgid "Added on:"
1269
  msgstr ""
1270
 
1271
+ #: templates/wishlist-view-mobile.php:145
1272
  msgid "Price:"
1273
  msgstr ""
1274
 
1275
+ #: templates/wishlist-view-mobile.php:172
1276
  msgid "Quantity:"
1277
  msgstr ""
1278
 
1279
+ #: templates/wishlist-view-mobile.php:187
1280
  msgid "Stock:"
1281
  msgstr ""
1282
 
1283
+ #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1284
  msgid "Out of stock"
1285
  msgstr ""
1286
 
1287
+ #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1288
  msgid "In Stock"
1289
  msgstr "På lager"
1290
 
1291
+ #: templates/wishlist-view-mobile.php:210 templates/wishlist-view.php:260
1292
  msgid "Move"
1293
  msgstr "Flyt"
1294
 
1295
+ #: templates/wishlist-view-mobile.php:231 templates/wishlist-view.php:281
1296
  msgid "Move to another list &rsaquo;"
1297
  msgstr ""
1298
 
1299
+ #: templates/wishlist-view-mobile.php:239 templates/wishlist-view.php:155
1300
+ #: templates/wishlist-view.php:291
1301
  msgid "Remove this product"
1302
  msgstr "Fjern denne vare"
1303
 
1304
+ #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:311
1305
  msgid "No products added to the wishlist"
1306
  msgstr ""
1307
 
1326
  msgstr ""
1327
 
1328
  #. translators: date added label: 1 date added.
1329
+ #: templates/wishlist-view.php:241
1330
  msgid "Added on: %s"
1331
  msgstr ""
1332
 
1333
+ #: templates/wishlist-view.php:291
1334
  msgid "Remove"
1335
  msgstr "Fjern"
1336
 
1381
  msgstr ""
1382
 
1383
  #. translators: 1. % of reduction/increase in price.
1384
+ #: includes/class-yith-wcwl-wishlist-item.php:435
1385
  msgctxt ""
1386
  "Part of the template that shows price variation since addition to list; "
1387
  "placeholder will be replaced with a percentage"
1389
  msgstr ""
1390
 
1391
  #. translators: 2: original product price.
1392
+ #: includes/class-yith-wcwl-wishlist-item.php:437
1393
  msgctxt ""
1394
  "Part of the template that shows price variation since addition to list; "
1395
  "placeholder will be replaced with a price"
languages/yith-woocommerce-wishlist-de_DE.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-de_DE.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
- "POT-Creation-Date: 2022-01-12 11:22:42+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:04+0200\n"
10
  "Last-Translator: \n"
11
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
@@ -23,20 +23,20 @@ msgstr ""
23
  "X-Poedit-SearchPath-0: ..\n"
24
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
25
 
26
- #: includes/class-yith-wcwl-admin.php:125
27
  #, fuzzy
28
  msgid "Wishlist Page"
29
  msgstr "Wunschliste"
30
 
31
- #: includes/class-yith-wcwl-admin.php:147
32
  msgid "General settings"
33
  msgstr ""
34
 
35
- #: includes/class-yith-wcwl-admin.php:148
36
  msgid "Add to wishlist options"
37
  msgstr ""
38
 
39
- #: includes/class-yith-wcwl-admin.php:149
40
  msgid "Wishlist page options"
41
  msgstr ""
42
 
@@ -46,64 +46,64 @@ msgid ""
46
  "to purchase on your e-commerce."
47
  msgstr ""
48
 
49
- #: includes/class-yith-wcwl-admin.php:270
50
  msgid ""
51
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
52
  msgstr ""
53
 
54
- #: includes/class-yith-wcwl-admin.php:271
55
  msgid ""
56
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
57
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
58
  "on \"Add to wishlist\""
59
  msgstr ""
60
 
61
- #: includes/class-yith-wcwl-admin.php:272
62
  msgid ""
63
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
64
  "them either public (visible to everyone), private or shared (visible only to "
65
  "people it has been shared with)"
66
  msgstr ""
67
 
68
- #: includes/class-yith-wcwl-admin.php:273
69
  msgid ""
70
  "Choose between <b>different layouts</b> for the wishlist page and for the "
71
  "wishlist content"
72
  msgstr ""
73
 
74
- #: includes/class-yith-wcwl-admin.php:274
75
  msgid ""
76
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
77
  "move a product from one wishlist to another, change order of items, "
78
  "quantity, etc."
79
  msgstr ""
80
 
81
- #: includes/class-yith-wcwl-admin.php:275
82
  msgid ""
83
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
84
  "content of their wishlist to the admin and get a custom quote"
85
  msgstr ""
86
 
87
- #: includes/class-yith-wcwl-admin.php:276
88
  msgid ""
89
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
90
  "(available also with \"mini-cart\" style for the header)"
91
  msgstr ""
92
 
93
- #: includes/class-yith-wcwl-admin.php:277
94
  msgid ""
95
  "View the most popular products added to the wishlist by your customers and "
96
  "<b>send promotional emails to users</b> who have added specific products to "
97
  "their wishlist"
98
  msgstr ""
99
 
100
- #: includes/class-yith-wcwl-admin.php:278
101
  msgid ""
102
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
103
  "the list is back in stock or on sale"
104
  msgstr ""
105
 
106
- #: includes/class-yith-wcwl-admin.php:279
107
  msgid "Regular updates, Translations and Premium Support"
108
  msgstr ""
109
 
@@ -130,17 +130,17 @@ msgstr "Artikel entfernt."
130
  msgid "Please, make sure to enter a valid title"
131
  msgstr ""
132
 
133
- #: includes/class-yith-wcwl-frontend.php:461
134
  msgid ""
135
  "We are sorry, but this feature is available only if cookies on your browser "
136
  "are enabled."
137
  msgstr ""
138
 
139
- #: includes/class-yith-wcwl-frontend.php:462
140
  msgid "Product added to cart successfully"
141
  msgstr ""
142
 
143
- #: includes/class-yith-wcwl-frontend.php:725
144
  #: includes/class-yith-wcwl-shortcode.php:239
145
  #: plugin-options/wishlist_page-options.php:240
146
  #: templates/wishlist-view-footer-mobile.php:46
@@ -327,7 +327,7 @@ msgstr ""
327
  msgid "Remove from list"
328
  msgstr ""
329
 
330
- #: includes/class-yith-wcwl-wishlist-item.php:189
331
  msgid "Free!"
332
  msgstr "Kostenlos!"
333
 
@@ -1272,44 +1272,44 @@ msgstr ""
1272
  msgid "Edit title"
1273
  msgstr "Titel bearbeiten"
1274
 
1275
- #: templates/wishlist-view-mobile.php:136
1276
  msgid "Added on:"
1277
  msgstr ""
1278
 
1279
- #: templates/wishlist-view-mobile.php:147
1280
  msgid "Price:"
1281
  msgstr ""
1282
 
1283
- #: templates/wishlist-view-mobile.php:174
1284
  msgid "Quantity:"
1285
  msgstr ""
1286
 
1287
- #: templates/wishlist-view-mobile.php:189
1288
  msgid "Stock:"
1289
  msgstr ""
1290
 
1291
- #: templates/wishlist-view-mobile.php:192 templates/wishlist-view.php:229
1292
  msgid "Out of stock"
1293
  msgstr ""
1294
 
1295
- #: templates/wishlist-view-mobile.php:192 templates/wishlist-view.php:229
1296
  msgid "In Stock"
1297
  msgstr "Auf Lager"
1298
 
1299
- #: templates/wishlist-view-mobile.php:212 templates/wishlist-view.php:262
1300
  msgid "Move"
1301
  msgstr "Verschieben"
1302
 
1303
- #: templates/wishlist-view-mobile.php:233 templates/wishlist-view.php:283
1304
  msgid "Move to another list &rsaquo;"
1305
  msgstr ""
1306
 
1307
- #: templates/wishlist-view-mobile.php:241 templates/wishlist-view.php:157
1308
- #: templates/wishlist-view.php:293
1309
  msgid "Remove this product"
1310
  msgstr "Artikel entfernen"
1311
 
1312
- #: templates/wishlist-view-mobile.php:252 templates/wishlist-view.php:313
1313
  msgid "No products added to the wishlist"
1314
  msgstr ""
1315
 
@@ -1334,11 +1334,11 @@ msgid "Arrange"
1334
  msgstr ""
1335
 
1336
  #. translators: date added label: 1 date added.
1337
- #: templates/wishlist-view.php:243
1338
  msgid "Added on: %s"
1339
  msgstr ""
1340
 
1341
- #: templates/wishlist-view.php:293
1342
  msgid "Remove"
1343
  msgstr "Entfernen"
1344
 
@@ -1389,7 +1389,7 @@ msgid "Shows a list of products in wishlist"
1389
  msgstr ""
1390
 
1391
  #. translators: 1. % of reduction/increase in price.
1392
- #: includes/class-yith-wcwl-wishlist-item.php:428
1393
  msgctxt ""
1394
  "Part of the template that shows price variation since addition to list; "
1395
  "placeholder will be replaced with a percentage"
@@ -1397,7 +1397,7 @@ msgid "Price is %1$s%%"
1397
  msgstr ""
1398
 
1399
  #. translators: 2: original product price.
1400
- #: includes/class-yith-wcwl-wishlist-item.php:430
1401
  msgctxt ""
1402
  "Part of the template that shows price variation since addition to list; "
1403
  "placeholder will be replaced with a price"
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
+ "POT-Creation-Date: 2022-06-19 14:16:05+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:04+0200\n"
10
  "Last-Translator: \n"
11
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
23
  "X-Poedit-SearchPath-0: ..\n"
24
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
25
 
26
+ #: includes/class-yith-wcwl-admin.php:124
27
  #, fuzzy
28
  msgid "Wishlist Page"
29
  msgstr "Wunschliste"
30
 
31
+ #: includes/class-yith-wcwl-admin.php:146
32
  msgid "General settings"
33
  msgstr ""
34
 
35
+ #: includes/class-yith-wcwl-admin.php:147
36
  msgid "Add to wishlist options"
37
  msgstr ""
38
 
39
+ #: includes/class-yith-wcwl-admin.php:148
40
  msgid "Wishlist page options"
41
  msgstr ""
42
 
46
  "to purchase on your e-commerce."
47
  msgstr ""
48
 
49
+ #: includes/class-yith-wcwl-admin.php:280
50
  msgid ""
51
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
52
  msgstr ""
53
 
54
+ #: includes/class-yith-wcwl-admin.php:281
55
  msgid ""
56
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
57
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
58
  "on \"Add to wishlist\""
59
  msgstr ""
60
 
61
+ #: includes/class-yith-wcwl-admin.php:282
62
  msgid ""
63
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
64
  "them either public (visible to everyone), private or shared (visible only to "
65
  "people it has been shared with)"
66
  msgstr ""
67
 
68
+ #: includes/class-yith-wcwl-admin.php:283
69
  msgid ""
70
  "Choose between <b>different layouts</b> for the wishlist page and for the "
71
  "wishlist content"
72
  msgstr ""
73
 
74
+ #: includes/class-yith-wcwl-admin.php:284
75
  msgid ""
76
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
77
  "move a product from one wishlist to another, change order of items, "
78
  "quantity, etc."
79
  msgstr ""
80
 
81
+ #: includes/class-yith-wcwl-admin.php:285
82
  msgid ""
83
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
84
  "content of their wishlist to the admin and get a custom quote"
85
  msgstr ""
86
 
87
+ #: includes/class-yith-wcwl-admin.php:286
88
  msgid ""
89
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
90
  "(available also with \"mini-cart\" style for the header)"
91
  msgstr ""
92
 
93
+ #: includes/class-yith-wcwl-admin.php:287
94
  msgid ""
95
  "View the most popular products added to the wishlist by your customers and "
96
  "<b>send promotional emails to users</b> who have added specific products to "
97
  "their wishlist"
98
  msgstr ""
99
 
100
+ #: includes/class-yith-wcwl-admin.php:288
101
  msgid ""
102
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
103
  "the list is back in stock or on sale"
104
  msgstr ""
105
 
106
+ #: includes/class-yith-wcwl-admin.php:289
107
  msgid "Regular updates, Translations and Premium Support"
108
  msgstr ""
109
 
130
  msgid "Please, make sure to enter a valid title"
131
  msgstr ""
132
 
133
+ #: includes/class-yith-wcwl-frontend.php:552
134
  msgid ""
135
  "We are sorry, but this feature is available only if cookies on your browser "
136
  "are enabled."
137
  msgstr ""
138
 
139
+ #: includes/class-yith-wcwl-frontend.php:553
140
  msgid "Product added to cart successfully"
141
  msgstr ""
142
 
143
+ #: includes/class-yith-wcwl-frontend.php:816
144
  #: includes/class-yith-wcwl-shortcode.php:239
145
  #: plugin-options/wishlist_page-options.php:240
146
  #: templates/wishlist-view-footer-mobile.php:46
327
  msgid "Remove from list"
328
  msgstr ""
329
 
330
+ #: includes/class-yith-wcwl-wishlist-item.php:193
331
  msgid "Free!"
332
  msgstr "Kostenlos!"
333
 
1272
  msgid "Edit title"
1273
  msgstr "Titel bearbeiten"
1274
 
1275
+ #: templates/wishlist-view-mobile.php:134
1276
  msgid "Added on:"
1277
  msgstr ""
1278
 
1279
+ #: templates/wishlist-view-mobile.php:145
1280
  msgid "Price:"
1281
  msgstr ""
1282
 
1283
+ #: templates/wishlist-view-mobile.php:172
1284
  msgid "Quantity:"
1285
  msgstr ""
1286
 
1287
+ #: templates/wishlist-view-mobile.php:187
1288
  msgid "Stock:"
1289
  msgstr ""
1290
 
1291
+ #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1292
  msgid "Out of stock"
1293
  msgstr ""
1294
 
1295
+ #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1296
  msgid "In Stock"
1297
  msgstr "Auf Lager"
1298
 
1299
+ #: templates/wishlist-view-mobile.php:210 templates/wishlist-view.php:260
1300
  msgid "Move"
1301
  msgstr "Verschieben"
1302
 
1303
+ #: templates/wishlist-view-mobile.php:231 templates/wishlist-view.php:281
1304
  msgid "Move to another list &rsaquo;"
1305
  msgstr ""
1306
 
1307
+ #: templates/wishlist-view-mobile.php:239 templates/wishlist-view.php:155
1308
+ #: templates/wishlist-view.php:291
1309
  msgid "Remove this product"
1310
  msgstr "Artikel entfernen"
1311
 
1312
+ #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:311
1313
  msgid "No products added to the wishlist"
1314
  msgstr ""
1315
 
1334
  msgstr ""
1335
 
1336
  #. translators: date added label: 1 date added.
1337
+ #: templates/wishlist-view.php:241
1338
  msgid "Added on: %s"
1339
  msgstr ""
1340
 
1341
+ #: templates/wishlist-view.php:291
1342
  msgid "Remove"
1343
  msgstr "Entfernen"
1344
 
1389
  msgstr ""
1390
 
1391
  #. translators: 1. % of reduction/increase in price.
1392
+ #: includes/class-yith-wcwl-wishlist-item.php:435
1393
  msgctxt ""
1394
  "Part of the template that shows price variation since addition to list; "
1395
  "placeholder will be replaced with a percentage"
1397
  msgstr ""
1398
 
1399
  #. translators: 2: original product price.
1400
+ #: includes/class-yith-wcwl-wishlist-item.php:437
1401
  msgctxt ""
1402
  "Part of the template that shows price variation since addition to list; "
1403
  "placeholder will be replaced with a price"
languages/yith-woocommerce-wishlist-es_AR.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-es_AR.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
- "POT-Creation-Date: 2022-01-12 11:22:42+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:04+0200\n"
10
  "Last-Translator: YIThemes <support@yithemes.com>\n"
11
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
@@ -23,20 +23,20 @@ msgstr ""
23
  "X-Poedit-SearchPath-0: ..\n"
24
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
25
 
26
- #: includes/class-yith-wcwl-admin.php:125
27
  #, fuzzy
28
  msgid "Wishlist Page"
29
  msgstr "Lista de deseos"
30
 
31
- #: includes/class-yith-wcwl-admin.php:147
32
  msgid "General settings"
33
  msgstr ""
34
 
35
- #: includes/class-yith-wcwl-admin.php:148
36
  msgid "Add to wishlist options"
37
  msgstr ""
38
 
39
- #: includes/class-yith-wcwl-admin.php:149
40
  msgid "Wishlist page options"
41
  msgstr ""
42
 
@@ -46,64 +46,64 @@ msgid ""
46
  "to purchase on your e-commerce."
47
  msgstr ""
48
 
49
- #: includes/class-yith-wcwl-admin.php:270
50
  msgid ""
51
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
52
  msgstr ""
53
 
54
- #: includes/class-yith-wcwl-admin.php:271
55
  msgid ""
56
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
57
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
58
  "on \"Add to wishlist\""
59
  msgstr ""
60
 
61
- #: includes/class-yith-wcwl-admin.php:272
62
  msgid ""
63
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
64
  "them either public (visible to everyone), private or shared (visible only to "
65
  "people it has been shared with)"
66
  msgstr ""
67
 
68
- #: includes/class-yith-wcwl-admin.php:273
69
  msgid ""
70
  "Choose between <b>different layouts</b> for the wishlist page and for the "
71
  "wishlist content"
72
  msgstr ""
73
 
74
- #: includes/class-yith-wcwl-admin.php:274
75
  msgid ""
76
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
77
  "move a product from one wishlist to another, change order of items, "
78
  "quantity, etc."
79
  msgstr ""
80
 
81
- #: includes/class-yith-wcwl-admin.php:275
82
  msgid ""
83
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
84
  "content of their wishlist to the admin and get a custom quote"
85
  msgstr ""
86
 
87
- #: includes/class-yith-wcwl-admin.php:276
88
  msgid ""
89
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
90
  "(available also with \"mini-cart\" style for the header)"
91
  msgstr ""
92
 
93
- #: includes/class-yith-wcwl-admin.php:277
94
  msgid ""
95
  "View the most popular products added to the wishlist by your customers and "
96
  "<b>send promotional emails to users</b> who have added specific products to "
97
  "their wishlist"
98
  msgstr ""
99
 
100
- #: includes/class-yith-wcwl-admin.php:278
101
  msgid ""
102
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
103
  "the list is back in stock or on sale"
104
  msgstr ""
105
 
106
- #: includes/class-yith-wcwl-admin.php:279
107
  msgid "Regular updates, Translations and Premium Support"
108
  msgstr ""
109
 
@@ -130,17 +130,17 @@ msgstr "Bien, lo hemos eliminado de tu lista..."
130
  msgid "Please, make sure to enter a valid title"
131
  msgstr ""
132
 
133
- #: includes/class-yith-wcwl-frontend.php:461
134
  msgid ""
135
  "We are sorry, but this feature is available only if cookies on your browser "
136
  "are enabled."
137
  msgstr ""
138
 
139
- #: includes/class-yith-wcwl-frontend.php:462
140
  msgid "Product added to cart successfully"
141
  msgstr ""
142
 
143
- #: includes/class-yith-wcwl-frontend.php:725
144
  #: includes/class-yith-wcwl-shortcode.php:239
145
  #: plugin-options/wishlist_page-options.php:240
146
  #: templates/wishlist-view-footer-mobile.php:46
@@ -327,7 +327,7 @@ msgstr ""
327
  msgid "Remove from list"
328
  msgstr ""
329
 
330
- #: includes/class-yith-wcwl-wishlist-item.php:189
331
  msgid "Free!"
332
  msgstr ""
333
 
@@ -1273,44 +1273,44 @@ msgstr ""
1273
  msgid "Edit title"
1274
  msgstr "Título de la Lista de deseos"
1275
 
1276
- #: templates/wishlist-view-mobile.php:136
1277
  msgid "Added on:"
1278
  msgstr ""
1279
 
1280
- #: templates/wishlist-view-mobile.php:147
1281
  msgid "Price:"
1282
  msgstr ""
1283
 
1284
- #: templates/wishlist-view-mobile.php:174
1285
  msgid "Quantity:"
1286
  msgstr ""
1287
 
1288
- #: templates/wishlist-view-mobile.php:189
1289
  msgid "Stock:"
1290
  msgstr ""
1291
 
1292
- #: templates/wishlist-view-mobile.php:192 templates/wishlist-view.php:229
1293
  msgid "Out of stock"
1294
  msgstr ""
1295
 
1296
- #: templates/wishlist-view-mobile.php:192 templates/wishlist-view.php:229
1297
  msgid "In Stock"
1298
  msgstr "¡Disponible!"
1299
 
1300
- #: templates/wishlist-view-mobile.php:212 templates/wishlist-view.php:262
1301
  msgid "Move"
1302
  msgstr ""
1303
 
1304
- #: templates/wishlist-view-mobile.php:233 templates/wishlist-view.php:283
1305
  msgid "Move to another list &rsaquo;"
1306
  msgstr ""
1307
 
1308
- #: templates/wishlist-view-mobile.php:241 templates/wishlist-view.php:157
1309
- #: templates/wishlist-view.php:293
1310
  msgid "Remove this product"
1311
  msgstr "Ya no lo quiero"
1312
 
1313
- #: templates/wishlist-view-mobile.php:252 templates/wishlist-view.php:313
1314
  msgid "No products added to the wishlist"
1315
  msgstr ""
1316
 
@@ -1335,11 +1335,11 @@ msgid "Arrange"
1335
  msgstr ""
1336
 
1337
  #. translators: date added label: 1 date added.
1338
- #: templates/wishlist-view.php:243
1339
  msgid "Added on: %s"
1340
  msgstr ""
1341
 
1342
- #: templates/wishlist-view.php:293
1343
  msgid "Remove"
1344
  msgstr ""
1345
 
@@ -1390,7 +1390,7 @@ msgid "Shows a list of products in wishlist"
1390
  msgstr ""
1391
 
1392
  #. translators: 1. % of reduction/increase in price.
1393
- #: includes/class-yith-wcwl-wishlist-item.php:428
1394
  msgctxt ""
1395
  "Part of the template that shows price variation since addition to list; "
1396
  "placeholder will be replaced with a percentage"
@@ -1398,7 +1398,7 @@ msgid "Price is %1$s%%"
1398
  msgstr ""
1399
 
1400
  #. translators: 2: original product price.
1401
- #: includes/class-yith-wcwl-wishlist-item.php:430
1402
  msgctxt ""
1403
  "Part of the template that shows price variation since addition to list; "
1404
  "placeholder will be replaced with a price"
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
+ "POT-Creation-Date: 2022-06-19 14:16:05+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:04+0200\n"
10
  "Last-Translator: YIThemes <support@yithemes.com>\n"
11
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
23
  "X-Poedit-SearchPath-0: ..\n"
24
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
25
 
26
+ #: includes/class-yith-wcwl-admin.php:124
27
  #, fuzzy
28
  msgid "Wishlist Page"
29
  msgstr "Lista de deseos"
30
 
31
+ #: includes/class-yith-wcwl-admin.php:146
32
  msgid "General settings"
33
  msgstr ""
34
 
35
+ #: includes/class-yith-wcwl-admin.php:147
36
  msgid "Add to wishlist options"
37
  msgstr ""
38
 
39
+ #: includes/class-yith-wcwl-admin.php:148
40
  msgid "Wishlist page options"
41
  msgstr ""
42
 
46
  "to purchase on your e-commerce."
47
  msgstr ""
48
 
49
+ #: includes/class-yith-wcwl-admin.php:280
50
  msgid ""
51
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
52
  msgstr ""
53
 
54
+ #: includes/class-yith-wcwl-admin.php:281
55
  msgid ""
56
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
57
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
58
  "on \"Add to wishlist\""
59
  msgstr ""
60
 
61
+ #: includes/class-yith-wcwl-admin.php:282
62
  msgid ""
63
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
64
  "them either public (visible to everyone), private or shared (visible only to "
65
  "people it has been shared with)"
66
  msgstr ""
67
 
68
+ #: includes/class-yith-wcwl-admin.php:283
69
  msgid ""
70
  "Choose between <b>different layouts</b> for the wishlist page and for the "
71
  "wishlist content"
72
  msgstr ""
73
 
74
+ #: includes/class-yith-wcwl-admin.php:284
75
  msgid ""
76
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
77
  "move a product from one wishlist to another, change order of items, "
78
  "quantity, etc."
79
  msgstr ""
80
 
81
+ #: includes/class-yith-wcwl-admin.php:285
82
  msgid ""
83
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
84
  "content of their wishlist to the admin and get a custom quote"
85
  msgstr ""
86
 
87
+ #: includes/class-yith-wcwl-admin.php:286
88
  msgid ""
89
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
90
  "(available also with \"mini-cart\" style for the header)"
91
  msgstr ""
92
 
93
+ #: includes/class-yith-wcwl-admin.php:287
94
  msgid ""
95
  "View the most popular products added to the wishlist by your customers and "
96
  "<b>send promotional emails to users</b> who have added specific products to "
97
  "their wishlist"
98
  msgstr ""
99
 
100
+ #: includes/class-yith-wcwl-admin.php:288
101
  msgid ""
102
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
103
  "the list is back in stock or on sale"
104
  msgstr ""
105
 
106
+ #: includes/class-yith-wcwl-admin.php:289
107
  msgid "Regular updates, Translations and Premium Support"
108
  msgstr ""
109
 
130
  msgid "Please, make sure to enter a valid title"
131
  msgstr ""
132
 
133
+ #: includes/class-yith-wcwl-frontend.php:552
134
  msgid ""
135
  "We are sorry, but this feature is available only if cookies on your browser "
136
  "are enabled."
137
  msgstr ""
138
 
139
+ #: includes/class-yith-wcwl-frontend.php:553
140
  msgid "Product added to cart successfully"
141
  msgstr ""
142
 
143
+ #: includes/class-yith-wcwl-frontend.php:816
144
  #: includes/class-yith-wcwl-shortcode.php:239
145
  #: plugin-options/wishlist_page-options.php:240
146
  #: templates/wishlist-view-footer-mobile.php:46
327
  msgid "Remove from list"
328
  msgstr ""
329
 
330
+ #: includes/class-yith-wcwl-wishlist-item.php:193
331
  msgid "Free!"
332
  msgstr ""
333
 
1273
  msgid "Edit title"
1274
  msgstr "Título de la Lista de deseos"
1275
 
1276
+ #: templates/wishlist-view-mobile.php:134
1277
  msgid "Added on:"
1278
  msgstr ""
1279
 
1280
+ #: templates/wishlist-view-mobile.php:145
1281
  msgid "Price:"
1282
  msgstr ""
1283
 
1284
+ #: templates/wishlist-view-mobile.php:172
1285
  msgid "Quantity:"
1286
  msgstr ""
1287
 
1288
+ #: templates/wishlist-view-mobile.php:187
1289
  msgid "Stock:"
1290
  msgstr ""
1291
 
1292
+ #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1293
  msgid "Out of stock"
1294
  msgstr ""
1295
 
1296
+ #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1297
  msgid "In Stock"
1298
  msgstr "¡Disponible!"
1299
 
1300
+ #: templates/wishlist-view-mobile.php:210 templates/wishlist-view.php:260
1301
  msgid "Move"
1302
  msgstr ""
1303
 
1304
+ #: templates/wishlist-view-mobile.php:231 templates/wishlist-view.php:281
1305
  msgid "Move to another list &rsaquo;"
1306
  msgstr ""
1307
 
1308
+ #: templates/wishlist-view-mobile.php:239 templates/wishlist-view.php:155
1309
+ #: templates/wishlist-view.php:291
1310
  msgid "Remove this product"
1311
  msgstr "Ya no lo quiero"
1312
 
1313
+ #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:311
1314
  msgid "No products added to the wishlist"
1315
  msgstr ""
1316
 
1335
  msgstr ""
1336
 
1337
  #. translators: date added label: 1 date added.
1338
+ #: templates/wishlist-view.php:241
1339
  msgid "Added on: %s"
1340
  msgstr ""
1341
 
1342
+ #: templates/wishlist-view.php:291
1343
  msgid "Remove"
1344
  msgstr ""
1345
 
1390
  msgstr ""
1391
 
1392
  #. translators: 1. % of reduction/increase in price.
1393
+ #: includes/class-yith-wcwl-wishlist-item.php:435
1394
  msgctxt ""
1395
  "Part of the template that shows price variation since addition to list; "
1396
  "placeholder will be replaced with a percentage"
1398
  msgstr ""
1399
 
1400
  #. translators: 2: original product price.
1401
+ #: includes/class-yith-wcwl-wishlist-item.php:437
1402
  msgctxt ""
1403
  "Part of the template that shows price variation since addition to list; "
1404
  "placeholder will be replaced with a price"
languages/yith-woocommerce-wishlist-es_ES.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-es_ES.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
- "POT-Creation-Date: 2022-01-12 11:22:42+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:04+0200\n"
10
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
11
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
@@ -23,20 +23,20 @@ msgstr ""
23
  "X-Poedit-SearchPath-0: ..\n"
24
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
25
 
26
- #: includes/class-yith-wcwl-admin.php:125
27
  #, fuzzy
28
  msgid "Wishlist Page"
29
  msgstr "Página de Lista de deseos"
30
 
31
- #: includes/class-yith-wcwl-admin.php:147
32
  msgid "General settings"
33
  msgstr "Ajustes generales"
34
 
35
- #: includes/class-yith-wcwl-admin.php:148
36
  msgid "Add to wishlist options"
37
  msgstr "Opciones de Añadir a la lista de deseos"
38
 
39
- #: includes/class-yith-wcwl-admin.php:149
40
  msgid "Wishlist page options"
41
  msgstr "Opciones de la página Lista de deseos"
42
 
@@ -48,64 +48,64 @@ msgstr ""
48
  "Permitir a tus clientes crear y compartir productos que quieran comprar en "
49
  "tu comercio electrónico."
50
 
51
- #: includes/class-yith-wcwl-admin.php:270
52
  msgid ""
53
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
54
  msgstr ""
55
 
56
- #: includes/class-yith-wcwl-admin.php:271
57
  msgid ""
58
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
59
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
60
  "on \"Add to wishlist\""
61
  msgstr ""
62
 
63
- #: includes/class-yith-wcwl-admin.php:272
64
  msgid ""
65
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
66
  "them either public (visible to everyone), private or shared (visible only to "
67
  "people it has been shared with)"
68
  msgstr ""
69
 
70
- #: includes/class-yith-wcwl-admin.php:273
71
  msgid ""
72
  "Choose between <b>different layouts</b> for the wishlist page and for the "
73
  "wishlist content"
74
  msgstr ""
75
 
76
- #: includes/class-yith-wcwl-admin.php:274
77
  msgid ""
78
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
79
  "move a product from one wishlist to another, change order of items, "
80
  "quantity, etc."
81
  msgstr ""
82
 
83
- #: includes/class-yith-wcwl-admin.php:275
84
  msgid ""
85
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
86
  "content of their wishlist to the admin and get a custom quote"
87
  msgstr ""
88
 
89
- #: includes/class-yith-wcwl-admin.php:276
90
  msgid ""
91
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
92
  "(available also with \"mini-cart\" style for the header)"
93
  msgstr ""
94
 
95
- #: includes/class-yith-wcwl-admin.php:277
96
  msgid ""
97
  "View the most popular products added to the wishlist by your customers and "
98
  "<b>send promotional emails to users</b> who have added specific products to "
99
  "their wishlist"
100
  msgstr ""
101
 
102
- #: includes/class-yith-wcwl-admin.php:278
103
  msgid ""
104
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
105
  "the list is back in stock or on sale"
106
  msgstr ""
107
 
108
- #: includes/class-yith-wcwl-admin.php:279
109
  msgid "Regular updates, Translations and Premium Support"
110
  msgstr ""
111
 
@@ -132,7 +132,7 @@ msgstr "Producto eliminado satisfactoriamente."
132
  msgid "Please, make sure to enter a valid title"
133
  msgstr "Por favor, asegúrate de haber introducido un título válido"
134
 
135
- #: includes/class-yith-wcwl-frontend.php:461
136
  msgid ""
137
  "We are sorry, but this feature is available only if cookies on your browser "
138
  "are enabled."
@@ -140,11 +140,11 @@ msgstr ""
140
  "Lo siento, pero esta característica solo está disponible si las cookies de "
141
  "tu navegador están habilitadas."
142
 
143
- #: includes/class-yith-wcwl-frontend.php:462
144
  msgid "Product added to cart successfully"
145
  msgstr "Producto añadido al carrito con éxito"
146
 
147
- #: includes/class-yith-wcwl-frontend.php:725
148
  #: includes/class-yith-wcwl-shortcode.php:239
149
  #: plugin-options/wishlist_page-options.php:240
150
  #: templates/wishlist-view-footer-mobile.php:46
@@ -361,7 +361,7 @@ msgstr "Compartir en WhatsApp"
361
  msgid "Remove from list"
362
  msgstr "Eliminar de la lista"
363
 
364
- #: includes/class-yith-wcwl-wishlist-item.php:189
365
  msgid "Free!"
366
  msgstr "¡Gratis!"
367
 
@@ -1396,44 +1396,44 @@ msgstr "Añadir todo al carrito"
1396
  msgid "Edit title"
1397
  msgstr "Editar título"
1398
 
1399
- #: templates/wishlist-view-mobile.php:136
1400
  msgid "Added on:"
1401
  msgstr "Añadido el:"
1402
 
1403
- #: templates/wishlist-view-mobile.php:147
1404
  msgid "Price:"
1405
  msgstr "Precio:"
1406
 
1407
- #: templates/wishlist-view-mobile.php:174
1408
  msgid "Quantity:"
1409
  msgstr "Cantidad:"
1410
 
1411
- #: templates/wishlist-view-mobile.php:189
1412
  msgid "Stock:"
1413
  msgstr "En inventario:"
1414
 
1415
- #: templates/wishlist-view-mobile.php:192 templates/wishlist-view.php:229
1416
  msgid "Out of stock"
1417
  msgstr "Agotado"
1418
 
1419
- #: templates/wishlist-view-mobile.php:192 templates/wishlist-view.php:229
1420
  msgid "In Stock"
1421
  msgstr "En stock"
1422
 
1423
- #: templates/wishlist-view-mobile.php:212 templates/wishlist-view.php:262
1424
  msgid "Move"
1425
  msgstr "Mover"
1426
 
1427
- #: templates/wishlist-view-mobile.php:233 templates/wishlist-view.php:283
1428
  msgid "Move to another list &rsaquo;"
1429
  msgstr "Mover a otra lista &rsaquo;"
1430
 
1431
- #: templates/wishlist-view-mobile.php:241 templates/wishlist-view.php:157
1432
- #: templates/wishlist-view.php:293
1433
  msgid "Remove this product"
1434
  msgstr "Eliminar este producto"
1435
 
1436
- #: templates/wishlist-view-mobile.php:252 templates/wishlist-view.php:313
1437
  msgid "No products added to the wishlist"
1438
  msgstr "No se han añadido productos a la lista de deseos"
1439
 
@@ -1458,11 +1458,11 @@ msgid "Arrange"
1458
  msgstr "Ordenar"
1459
 
1460
  #. translators: date added label: 1 date added.
1461
- #: templates/wishlist-view.php:243
1462
  msgid "Added on: %s"
1463
  msgstr "Añadido el: %s"
1464
 
1465
- #: templates/wishlist-view.php:293
1466
  msgid "Remove"
1467
  msgstr "Quitar"
1468
 
@@ -1513,7 +1513,7 @@ msgid "Shows a list of products in wishlist"
1513
  msgstr ""
1514
 
1515
  #. translators: 1. % of reduction/increase in price.
1516
- #: includes/class-yith-wcwl-wishlist-item.php:428
1517
  msgctxt ""
1518
  "Part of the template that shows price variation since addition to list; "
1519
  "placeholder will be replaced with a percentage"
@@ -1521,7 +1521,7 @@ msgid "Price is %1$s%%"
1521
  msgstr ""
1522
 
1523
  #. translators: 2: original product price.
1524
- #: includes/class-yith-wcwl-wishlist-item.php:430
1525
  msgctxt ""
1526
  "Part of the template that shows price variation since addition to list; "
1527
  "placeholder will be replaced with a price"
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
+ "POT-Creation-Date: 2022-06-19 14:16:05+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:04+0200\n"
10
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
11
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
23
  "X-Poedit-SearchPath-0: ..\n"
24
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
25
 
26
+ #: includes/class-yith-wcwl-admin.php:124
27
  #, fuzzy
28
  msgid "Wishlist Page"
29
  msgstr "Página de Lista de deseos"
30
 
31
+ #: includes/class-yith-wcwl-admin.php:146
32
  msgid "General settings"
33
  msgstr "Ajustes generales"
34
 
35
+ #: includes/class-yith-wcwl-admin.php:147
36
  msgid "Add to wishlist options"
37
  msgstr "Opciones de Añadir a la lista de deseos"
38
 
39
+ #: includes/class-yith-wcwl-admin.php:148
40
  msgid "Wishlist page options"
41
  msgstr "Opciones de la página Lista de deseos"
42
 
48
  "Permitir a tus clientes crear y compartir productos que quieran comprar en "
49
  "tu comercio electrónico."
50
 
51
+ #: includes/class-yith-wcwl-admin.php:280
52
  msgid ""
53
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
54
  msgstr ""
55
 
56
+ #: includes/class-yith-wcwl-admin.php:281
57
  msgid ""
58
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
59
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
60
  "on \"Add to wishlist\""
61
  msgstr ""
62
 
63
+ #: includes/class-yith-wcwl-admin.php:282
64
  msgid ""
65
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
66
  "them either public (visible to everyone), private or shared (visible only to "
67
  "people it has been shared with)"
68
  msgstr ""
69
 
70
+ #: includes/class-yith-wcwl-admin.php:283
71
  msgid ""
72
  "Choose between <b>different layouts</b> for the wishlist page and for the "
73
  "wishlist content"
74
  msgstr ""
75
 
76
+ #: includes/class-yith-wcwl-admin.php:284
77
  msgid ""
78
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
79
  "move a product from one wishlist to another, change order of items, "
80
  "quantity, etc."
81
  msgstr ""
82
 
83
+ #: includes/class-yith-wcwl-admin.php:285
84
  msgid ""
85
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
86
  "content of their wishlist to the admin and get a custom quote"
87
  msgstr ""
88
 
89
+ #: includes/class-yith-wcwl-admin.php:286
90
  msgid ""
91
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
92
  "(available also with \"mini-cart\" style for the header)"
93
  msgstr ""
94
 
95
+ #: includes/class-yith-wcwl-admin.php:287
96
  msgid ""
97
  "View the most popular products added to the wishlist by your customers and "
98
  "<b>send promotional emails to users</b> who have added specific products to "
99
  "their wishlist"
100
  msgstr ""
101
 
102
+ #: includes/class-yith-wcwl-admin.php:288
103
  msgid ""
104
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
105
  "the list is back in stock or on sale"
106
  msgstr ""
107
 
108
+ #: includes/class-yith-wcwl-admin.php:289
109
  msgid "Regular updates, Translations and Premium Support"
110
  msgstr ""
111
 
132
  msgid "Please, make sure to enter a valid title"
133
  msgstr "Por favor, asegúrate de haber introducido un título válido"
134
 
135
+ #: includes/class-yith-wcwl-frontend.php:552
136
  msgid ""
137
  "We are sorry, but this feature is available only if cookies on your browser "
138
  "are enabled."
140
  "Lo siento, pero esta característica solo está disponible si las cookies de "
141
  "tu navegador están habilitadas."
142
 
143
+ #: includes/class-yith-wcwl-frontend.php:553
144
  msgid "Product added to cart successfully"
145
  msgstr "Producto añadido al carrito con éxito"
146
 
147
+ #: includes/class-yith-wcwl-frontend.php:816
148
  #: includes/class-yith-wcwl-shortcode.php:239
149
  #: plugin-options/wishlist_page-options.php:240
150
  #: templates/wishlist-view-footer-mobile.php:46
361
  msgid "Remove from list"
362
  msgstr "Eliminar de la lista"
363
 
364
+ #: includes/class-yith-wcwl-wishlist-item.php:193
365
  msgid "Free!"
366
  msgstr "¡Gratis!"
367
 
1396
  msgid "Edit title"
1397
  msgstr "Editar título"
1398
 
1399
+ #: templates/wishlist-view-mobile.php:134
1400
  msgid "Added on:"
1401
  msgstr "Añadido el:"
1402
 
1403
+ #: templates/wishlist-view-mobile.php:145
1404
  msgid "Price:"
1405
  msgstr "Precio:"
1406
 
1407
+ #: templates/wishlist-view-mobile.php:172
1408
  msgid "Quantity:"
1409
  msgstr "Cantidad:"
1410
 
1411
+ #: templates/wishlist-view-mobile.php:187
1412
  msgid "Stock:"
1413
  msgstr "En inventario:"
1414
 
1415
+ #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1416
  msgid "Out of stock"
1417
  msgstr "Agotado"
1418
 
1419
+ #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1420
  msgid "In Stock"
1421
  msgstr "En stock"
1422
 
1423
+ #: templates/wishlist-view-mobile.php:210 templates/wishlist-view.php:260
1424
  msgid "Move"
1425
  msgstr "Mover"
1426
 
1427
+ #: templates/wishlist-view-mobile.php:231 templates/wishlist-view.php:281
1428
  msgid "Move to another list &rsaquo;"
1429
  msgstr "Mover a otra lista &rsaquo;"
1430
 
1431
+ #: templates/wishlist-view-mobile.php:239 templates/wishlist-view.php:155
1432
+ #: templates/wishlist-view.php:291
1433
  msgid "Remove this product"
1434
  msgstr "Eliminar este producto"
1435
 
1436
+ #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:311
1437
  msgid "No products added to the wishlist"
1438
  msgstr "No se han añadido productos a la lista de deseos"
1439
 
1458
  msgstr "Ordenar"
1459
 
1460
  #. translators: date added label: 1 date added.
1461
+ #: templates/wishlist-view.php:241
1462
  msgid "Added on: %s"
1463
  msgstr "Añadido el: %s"
1464
 
1465
+ #: templates/wishlist-view.php:291
1466
  msgid "Remove"
1467
  msgstr "Quitar"
1468
 
1513
  msgstr ""
1514
 
1515
  #. translators: 1. % of reduction/increase in price.
1516
+ #: includes/class-yith-wcwl-wishlist-item.php:435
1517
  msgctxt ""
1518
  "Part of the template that shows price variation since addition to list; "
1519
  "placeholder will be replaced with a percentage"
1521
  msgstr ""
1522
 
1523
  #. translators: 2: original product price.
1524
+ #: includes/class-yith-wcwl-wishlist-item.php:437
1525
  msgctxt ""
1526
  "Part of the template that shows price variation since addition to list; "
1527
  "placeholder will be replaced with a price"
languages/yith-woocommerce-wishlist-es_MX.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-es_MX.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
- "POT-Creation-Date: 2022-01-12 11:22:42+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:04+0200\n"
10
  "Last-Translator: Gabriel Azarias Dzul Cocom <gabrieldzul@gmail.com>\n"
11
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
@@ -23,20 +23,20 @@ msgstr ""
23
  "X-Poedit-SearchPath-0: ..\n"
24
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
25
 
26
- #: includes/class-yith-wcwl-admin.php:125
27
  #, fuzzy
28
  msgid "Wishlist Page"
29
  msgstr "Lista de deseos"
30
 
31
- #: includes/class-yith-wcwl-admin.php:147
32
  msgid "General settings"
33
  msgstr ""
34
 
35
- #: includes/class-yith-wcwl-admin.php:148
36
  msgid "Add to wishlist options"
37
  msgstr ""
38
 
39
- #: includes/class-yith-wcwl-admin.php:149
40
  msgid "Wishlist page options"
41
  msgstr ""
42
 
@@ -46,64 +46,64 @@ msgid ""
46
  "to purchase on your e-commerce."
47
  msgstr ""
48
 
49
- #: includes/class-yith-wcwl-admin.php:270
50
  msgid ""
51
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
52
  msgstr ""
53
 
54
- #: includes/class-yith-wcwl-admin.php:271
55
  msgid ""
56
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
57
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
58
  "on \"Add to wishlist\""
59
  msgstr ""
60
 
61
- #: includes/class-yith-wcwl-admin.php:272
62
  msgid ""
63
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
64
  "them either public (visible to everyone), private or shared (visible only to "
65
  "people it has been shared with)"
66
  msgstr ""
67
 
68
- #: includes/class-yith-wcwl-admin.php:273
69
  msgid ""
70
  "Choose between <b>different layouts</b> for the wishlist page and for the "
71
  "wishlist content"
72
  msgstr ""
73
 
74
- #: includes/class-yith-wcwl-admin.php:274
75
  msgid ""
76
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
77
  "move a product from one wishlist to another, change order of items, "
78
  "quantity, etc."
79
  msgstr ""
80
 
81
- #: includes/class-yith-wcwl-admin.php:275
82
  msgid ""
83
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
84
  "content of their wishlist to the admin and get a custom quote"
85
  msgstr ""
86
 
87
- #: includes/class-yith-wcwl-admin.php:276
88
  msgid ""
89
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
90
  "(available also with \"mini-cart\" style for the header)"
91
  msgstr ""
92
 
93
- #: includes/class-yith-wcwl-admin.php:277
94
  msgid ""
95
  "View the most popular products added to the wishlist by your customers and "
96
  "<b>send promotional emails to users</b> who have added specific products to "
97
  "their wishlist"
98
  msgstr ""
99
 
100
- #: includes/class-yith-wcwl-admin.php:278
101
  msgid ""
102
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
103
  "the list is back in stock or on sale"
104
  msgstr ""
105
 
106
- #: includes/class-yith-wcwl-admin.php:279
107
  msgid "Regular updates, Translations and Premium Support"
108
  msgstr ""
109
 
@@ -130,17 +130,17 @@ msgstr "Producto exitosamente eliminado"
130
  msgid "Please, make sure to enter a valid title"
131
  msgstr ""
132
 
133
- #: includes/class-yith-wcwl-frontend.php:461
134
  msgid ""
135
  "We are sorry, but this feature is available only if cookies on your browser "
136
  "are enabled."
137
  msgstr ""
138
 
139
- #: includes/class-yith-wcwl-frontend.php:462
140
  msgid "Product added to cart successfully"
141
  msgstr ""
142
 
143
- #: includes/class-yith-wcwl-frontend.php:725
144
  #: includes/class-yith-wcwl-shortcode.php:239
145
  #: plugin-options/wishlist_page-options.php:240
146
  #: templates/wishlist-view-footer-mobile.php:46
@@ -327,7 +327,7 @@ msgstr ""
327
  msgid "Remove from list"
328
  msgstr ""
329
 
330
- #: includes/class-yith-wcwl-wishlist-item.php:189
331
  msgid "Free!"
332
  msgstr "Gratis!"
333
 
@@ -1271,44 +1271,44 @@ msgstr ""
1271
  msgid "Edit title"
1272
  msgstr "Título de la Lista de deseos"
1273
 
1274
- #: templates/wishlist-view-mobile.php:136
1275
  msgid "Added on:"
1276
  msgstr ""
1277
 
1278
- #: templates/wishlist-view-mobile.php:147
1279
  msgid "Price:"
1280
  msgstr ""
1281
 
1282
- #: templates/wishlist-view-mobile.php:174
1283
  msgid "Quantity:"
1284
  msgstr ""
1285
 
1286
- #: templates/wishlist-view-mobile.php:189
1287
  msgid "Stock:"
1288
  msgstr ""
1289
 
1290
- #: templates/wishlist-view-mobile.php:192 templates/wishlist-view.php:229
1291
  msgid "Out of stock"
1292
  msgstr ""
1293
 
1294
- #: templates/wishlist-view-mobile.php:192 templates/wishlist-view.php:229
1295
  msgid "In Stock"
1296
  msgstr "Disponilbe."
1297
 
1298
- #: templates/wishlist-view-mobile.php:212 templates/wishlist-view.php:262
1299
  msgid "Move"
1300
  msgstr ""
1301
 
1302
- #: templates/wishlist-view-mobile.php:233 templates/wishlist-view.php:283
1303
  msgid "Move to another list &rsaquo;"
1304
  msgstr ""
1305
 
1306
- #: templates/wishlist-view-mobile.php:241 templates/wishlist-view.php:157
1307
- #: templates/wishlist-view.php:293
1308
  msgid "Remove this product"
1309
  msgstr "Remover este producto"
1310
 
1311
- #: templates/wishlist-view-mobile.php:252 templates/wishlist-view.php:313
1312
  msgid "No products added to the wishlist"
1313
  msgstr ""
1314
 
@@ -1333,11 +1333,11 @@ msgid "Arrange"
1333
  msgstr ""
1334
 
1335
  #. translators: date added label: 1 date added.
1336
- #: templates/wishlist-view.php:243
1337
  msgid "Added on: %s"
1338
  msgstr ""
1339
 
1340
- #: templates/wishlist-view.php:293
1341
  msgid "Remove"
1342
  msgstr ""
1343
 
@@ -1388,7 +1388,7 @@ msgid "Shows a list of products in wishlist"
1388
  msgstr ""
1389
 
1390
  #. translators: 1. % of reduction/increase in price.
1391
- #: includes/class-yith-wcwl-wishlist-item.php:428
1392
  msgctxt ""
1393
  "Part of the template that shows price variation since addition to list; "
1394
  "placeholder will be replaced with a percentage"
@@ -1396,7 +1396,7 @@ msgid "Price is %1$s%%"
1396
  msgstr ""
1397
 
1398
  #. translators: 2: original product price.
1399
- #: includes/class-yith-wcwl-wishlist-item.php:430
1400
  msgctxt ""
1401
  "Part of the template that shows price variation since addition to list; "
1402
  "placeholder will be replaced with a price"
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
+ "POT-Creation-Date: 2022-06-19 14:16:05+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:04+0200\n"
10
  "Last-Translator: Gabriel Azarias Dzul Cocom <gabrieldzul@gmail.com>\n"
11
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
23
  "X-Poedit-SearchPath-0: ..\n"
24
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
25
 
26
+ #: includes/class-yith-wcwl-admin.php:124
27
  #, fuzzy
28
  msgid "Wishlist Page"
29
  msgstr "Lista de deseos"
30
 
31
+ #: includes/class-yith-wcwl-admin.php:146
32
  msgid "General settings"
33
  msgstr ""
34
 
35
+ #: includes/class-yith-wcwl-admin.php:147
36
  msgid "Add to wishlist options"
37
  msgstr ""
38
 
39
+ #: includes/class-yith-wcwl-admin.php:148
40
  msgid "Wishlist page options"
41
  msgstr ""
42
 
46
  "to purchase on your e-commerce."
47
  msgstr ""
48
 
49
+ #: includes/class-yith-wcwl-admin.php:280
50
  msgid ""
51
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
52
  msgstr ""
53
 
54
+ #: includes/class-yith-wcwl-admin.php:281
55
  msgid ""
56
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
57
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
58
  "on \"Add to wishlist\""
59
  msgstr ""
60
 
61
+ #: includes/class-yith-wcwl-admin.php:282
62
  msgid ""
63
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
64
  "them either public (visible to everyone), private or shared (visible only to "
65
  "people it has been shared with)"
66
  msgstr ""
67
 
68
+ #: includes/class-yith-wcwl-admin.php:283
69
  msgid ""
70
  "Choose between <b>different layouts</b> for the wishlist page and for the "
71
  "wishlist content"
72
  msgstr ""
73
 
74
+ #: includes/class-yith-wcwl-admin.php:284
75
  msgid ""
76
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
77
  "move a product from one wishlist to another, change order of items, "
78
  "quantity, etc."
79
  msgstr ""
80
 
81
+ #: includes/class-yith-wcwl-admin.php:285
82
  msgid ""
83
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
84
  "content of their wishlist to the admin and get a custom quote"
85
  msgstr ""
86
 
87
+ #: includes/class-yith-wcwl-admin.php:286
88
  msgid ""
89
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
90
  "(available also with \"mini-cart\" style for the header)"
91
  msgstr ""
92
 
93
+ #: includes/class-yith-wcwl-admin.php:287
94
  msgid ""
95
  "View the most popular products added to the wishlist by your customers and "
96
  "<b>send promotional emails to users</b> who have added specific products to "
97
  "their wishlist"
98
  msgstr ""
99
 
100
+ #: includes/class-yith-wcwl-admin.php:288
101
  msgid ""
102
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
103
  "the list is back in stock or on sale"
104
  msgstr ""
105
 
106
+ #: includes/class-yith-wcwl-admin.php:289
107
  msgid "Regular updates, Translations and Premium Support"
108
  msgstr ""
109
 
130
  msgid "Please, make sure to enter a valid title"
131
  msgstr ""
132
 
133
+ #: includes/class-yith-wcwl-frontend.php:552
134
  msgid ""
135
  "We are sorry, but this feature is available only if cookies on your browser "
136
  "are enabled."
137
  msgstr ""
138
 
139
+ #: includes/class-yith-wcwl-frontend.php:553
140
  msgid "Product added to cart successfully"
141
  msgstr ""
142
 
143
+ #: includes/class-yith-wcwl-frontend.php:816
144
  #: includes/class-yith-wcwl-shortcode.php:239
145
  #: plugin-options/wishlist_page-options.php:240
146
  #: templates/wishlist-view-footer-mobile.php:46
327
  msgid "Remove from list"
328
  msgstr ""
329
 
330
+ #: includes/class-yith-wcwl-wishlist-item.php:193
331
  msgid "Free!"
332
  msgstr "Gratis!"
333
 
1271
  msgid "Edit title"
1272
  msgstr "Título de la Lista de deseos"
1273
 
1274
+ #: templates/wishlist-view-mobile.php:134
1275
  msgid "Added on:"
1276
  msgstr ""
1277
 
1278
+ #: templates/wishlist-view-mobile.php:145
1279
  msgid "Price:"
1280
  msgstr ""
1281
 
1282
+ #: templates/wishlist-view-mobile.php:172
1283
  msgid "Quantity:"
1284
  msgstr ""
1285
 
1286
+ #: templates/wishlist-view-mobile.php:187
1287
  msgid "Stock:"
1288
  msgstr ""
1289
 
1290
+ #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1291
  msgid "Out of stock"
1292
  msgstr ""
1293
 
1294
+ #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1295
  msgid "In Stock"
1296
  msgstr "Disponilbe."
1297
 
1298
+ #: templates/wishlist-view-mobile.php:210 templates/wishlist-view.php:260
1299
  msgid "Move"
1300
  msgstr ""
1301
 
1302
+ #: templates/wishlist-view-mobile.php:231 templates/wishlist-view.php:281
1303
  msgid "Move to another list &rsaquo;"
1304
  msgstr ""
1305
 
1306
+ #: templates/wishlist-view-mobile.php:239 templates/wishlist-view.php:155
1307
+ #: templates/wishlist-view.php:291
1308
  msgid "Remove this product"
1309
  msgstr "Remover este producto"
1310
 
1311
+ #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:311
1312
  msgid "No products added to the wishlist"
1313
  msgstr ""
1314
 
1333
  msgstr ""
1334
 
1335
  #. translators: date added label: 1 date added.
1336
+ #: templates/wishlist-view.php:241
1337
  msgid "Added on: %s"
1338
  msgstr ""
1339
 
1340
+ #: templates/wishlist-view.php:291
1341
  msgid "Remove"
1342
  msgstr ""
1343
 
1388
  msgstr ""
1389
 
1390
  #. translators: 1. % of reduction/increase in price.
1391
+ #: includes/class-yith-wcwl-wishlist-item.php:435
1392
  msgctxt ""
1393
  "Part of the template that shows price variation since addition to list; "
1394
  "placeholder will be replaced with a percentage"
1396
  msgstr ""
1397
 
1398
  #. translators: 2: original product price.
1399
+ #: includes/class-yith-wcwl-wishlist-item.php:437
1400
  msgctxt ""
1401
  "Part of the template that shows price variation since addition to list; "
1402
  "placeholder will be replaced with a price"
languages/yith-woocommerce-wishlist-fa_IR.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-fa_IR.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
- "POT-Creation-Date: 2022-01-12 11:22:42+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:05+0200\n"
10
  "Last-Translator: Am!n <amin.pe94@gmail.com>\n"
11
  "Language-Team: YITH - translated to persian by dornaweb <info@dornaweb.com>\n"
@@ -23,20 +23,20 @@ msgstr ""
23
  "X-Poedit-SearchPath-0: ..\n"
24
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
25
 
26
- #: includes/class-yith-wcwl-admin.php:125
27
  #, fuzzy
28
  msgid "Wishlist Page"
29
  msgstr "لیست علاقه مندی ها"
30
 
31
- #: includes/class-yith-wcwl-admin.php:147
32
  msgid "General settings"
33
  msgstr ""
34
 
35
- #: includes/class-yith-wcwl-admin.php:148
36
  msgid "Add to wishlist options"
37
  msgstr ""
38
 
39
- #: includes/class-yith-wcwl-admin.php:149
40
  msgid "Wishlist page options"
41
  msgstr ""
42
 
@@ -46,64 +46,64 @@ msgid ""
46
  "to purchase on your e-commerce."
47
  msgstr ""
48
 
49
- #: includes/class-yith-wcwl-admin.php:270
50
  msgid ""
51
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
52
  msgstr ""
53
 
54
- #: includes/class-yith-wcwl-admin.php:271
55
  msgid ""
56
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
57
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
58
  "on \"Add to wishlist\""
59
  msgstr ""
60
 
61
- #: includes/class-yith-wcwl-admin.php:272
62
  msgid ""
63
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
64
  "them either public (visible to everyone), private or shared (visible only to "
65
  "people it has been shared with)"
66
  msgstr ""
67
 
68
- #: includes/class-yith-wcwl-admin.php:273
69
  msgid ""
70
  "Choose between <b>different layouts</b> for the wishlist page and for the "
71
  "wishlist content"
72
  msgstr ""
73
 
74
- #: includes/class-yith-wcwl-admin.php:274
75
  msgid ""
76
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
77
  "move a product from one wishlist to another, change order of items, "
78
  "quantity, etc."
79
  msgstr ""
80
 
81
- #: includes/class-yith-wcwl-admin.php:275
82
  msgid ""
83
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
84
  "content of their wishlist to the admin and get a custom quote"
85
  msgstr ""
86
 
87
- #: includes/class-yith-wcwl-admin.php:276
88
  msgid ""
89
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
90
  "(available also with \"mini-cart\" style for the header)"
91
  msgstr ""
92
 
93
- #: includes/class-yith-wcwl-admin.php:277
94
  msgid ""
95
  "View the most popular products added to the wishlist by your customers and "
96
  "<b>send promotional emails to users</b> who have added specific products to "
97
  "their wishlist"
98
  msgstr ""
99
 
100
- #: includes/class-yith-wcwl-admin.php:278
101
  msgid ""
102
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
103
  "the list is back in stock or on sale"
104
  msgstr ""
105
 
106
- #: includes/class-yith-wcwl-admin.php:279
107
  msgid "Regular updates, Translations and Premium Support"
108
  msgstr ""
109
 
@@ -130,17 +130,17 @@ msgstr "محصول با موفقیت حذف شد."
130
  msgid "Please, make sure to enter a valid title"
131
  msgstr ""
132
 
133
- #: includes/class-yith-wcwl-frontend.php:461
134
  msgid ""
135
  "We are sorry, but this feature is available only if cookies on your browser "
136
  "are enabled."
137
  msgstr ""
138
 
139
- #: includes/class-yith-wcwl-frontend.php:462
140
  msgid "Product added to cart successfully"
141
  msgstr ""
142
 
143
- #: includes/class-yith-wcwl-frontend.php:725
144
  #: includes/class-yith-wcwl-shortcode.php:239
145
  #: plugin-options/wishlist_page-options.php:240
146
  #: templates/wishlist-view-footer-mobile.php:46
@@ -327,7 +327,7 @@ msgstr ""
327
  msgid "Remove from list"
328
  msgstr ""
329
 
330
- #: includes/class-yith-wcwl-wishlist-item.php:189
331
  msgid "Free!"
332
  msgstr "رایگان!"
333
 
@@ -1274,44 +1274,44 @@ msgstr ""
1274
  msgid "Edit title"
1275
  msgstr "ویرایش عنوان"
1276
 
1277
- #: templates/wishlist-view-mobile.php:136
1278
  msgid "Added on:"
1279
  msgstr ""
1280
 
1281
- #: templates/wishlist-view-mobile.php:147
1282
  msgid "Price:"
1283
  msgstr ""
1284
 
1285
- #: templates/wishlist-view-mobile.php:174
1286
  msgid "Quantity:"
1287
  msgstr ""
1288
 
1289
- #: templates/wishlist-view-mobile.php:189
1290
  msgid "Stock:"
1291
  msgstr ""
1292
 
1293
- #: templates/wishlist-view-mobile.php:192 templates/wishlist-view.php:229
1294
  msgid "Out of stock"
1295
  msgstr ""
1296
 
1297
- #: templates/wishlist-view-mobile.php:192 templates/wishlist-view.php:229
1298
  msgid "In Stock"
1299
  msgstr "موجود"
1300
 
1301
- #: templates/wishlist-view-mobile.php:212 templates/wishlist-view.php:262
1302
  msgid "Move"
1303
  msgstr ""
1304
 
1305
- #: templates/wishlist-view-mobile.php:233 templates/wishlist-view.php:283
1306
  msgid "Move to another list &rsaquo;"
1307
  msgstr ""
1308
 
1309
- #: templates/wishlist-view-mobile.php:241 templates/wishlist-view.php:157
1310
- #: templates/wishlist-view.php:293
1311
  msgid "Remove this product"
1312
  msgstr "حذف این محصول"
1313
 
1314
- #: templates/wishlist-view-mobile.php:252 templates/wishlist-view.php:313
1315
  msgid "No products added to the wishlist"
1316
  msgstr ""
1317
 
@@ -1336,11 +1336,11 @@ msgid "Arrange"
1336
  msgstr ""
1337
 
1338
  #. translators: date added label: 1 date added.
1339
- #: templates/wishlist-view.php:243
1340
  msgid "Added on: %s"
1341
  msgstr ""
1342
 
1343
- #: templates/wishlist-view.php:293
1344
  msgid "Remove"
1345
  msgstr "حذف"
1346
 
@@ -1391,7 +1391,7 @@ msgid "Shows a list of products in wishlist"
1391
  msgstr ""
1392
 
1393
  #. translators: 1. % of reduction/increase in price.
1394
- #: includes/class-yith-wcwl-wishlist-item.php:428
1395
  msgctxt ""
1396
  "Part of the template that shows price variation since addition to list; "
1397
  "placeholder will be replaced with a percentage"
@@ -1399,7 +1399,7 @@ msgid "Price is %1$s%%"
1399
  msgstr ""
1400
 
1401
  #. translators: 2: original product price.
1402
- #: includes/class-yith-wcwl-wishlist-item.php:430
1403
  msgctxt ""
1404
  "Part of the template that shows price variation since addition to list; "
1405
  "placeholder will be replaced with a price"
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
+ "POT-Creation-Date: 2022-06-19 14:16:05+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:05+0200\n"
10
  "Last-Translator: Am!n <amin.pe94@gmail.com>\n"
11
  "Language-Team: YITH - translated to persian by dornaweb <info@dornaweb.com>\n"
23
  "X-Poedit-SearchPath-0: ..\n"
24
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
25
 
26
+ #: includes/class-yith-wcwl-admin.php:124
27
  #, fuzzy
28
  msgid "Wishlist Page"
29
  msgstr "لیست علاقه مندی ها"
30
 
31
+ #: includes/class-yith-wcwl-admin.php:146
32
  msgid "General settings"
33
  msgstr ""
34
 
35
+ #: includes/class-yith-wcwl-admin.php:147
36
  msgid "Add to wishlist options"
37
  msgstr ""
38
 
39
+ #: includes/class-yith-wcwl-admin.php:148
40
  msgid "Wishlist page options"
41
  msgstr ""
42
 
46
  "to purchase on your e-commerce."
47
  msgstr ""
48
 
49
+ #: includes/class-yith-wcwl-admin.php:280
50
  msgid ""
51
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
52
  msgstr ""
53
 
54
+ #: includes/class-yith-wcwl-admin.php:281
55
  msgid ""
56
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
57
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
58
  "on \"Add to wishlist\""
59
  msgstr ""
60
 
61
+ #: includes/class-yith-wcwl-admin.php:282
62
  msgid ""
63
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
64
  "them either public (visible to everyone), private or shared (visible only to "
65
  "people it has been shared with)"
66
  msgstr ""
67
 
68
+ #: includes/class-yith-wcwl-admin.php:283
69
  msgid ""
70
  "Choose between <b>different layouts</b> for the wishlist page and for the "
71
  "wishlist content"
72
  msgstr ""
73
 
74
+ #: includes/class-yith-wcwl-admin.php:284
75
  msgid ""
76
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
77
  "move a product from one wishlist to another, change order of items, "
78
  "quantity, etc."
79
  msgstr ""
80
 
81
+ #: includes/class-yith-wcwl-admin.php:285
82
  msgid ""
83
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
84
  "content of their wishlist to the admin and get a custom quote"
85
  msgstr ""
86
 
87
+ #: includes/class-yith-wcwl-admin.php:286
88
  msgid ""
89
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
90
  "(available also with \"mini-cart\" style for the header)"
91
  msgstr ""
92
 
93
+ #: includes/class-yith-wcwl-admin.php:287
94
  msgid ""
95
  "View the most popular products added to the wishlist by your customers and "
96
  "<b>send promotional emails to users</b> who have added specific products to "
97
  "their wishlist"
98
  msgstr ""
99
 
100
+ #: includes/class-yith-wcwl-admin.php:288
101
  msgid ""
102
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
103
  "the list is back in stock or on sale"
104
  msgstr ""
105
 
106
+ #: includes/class-yith-wcwl-admin.php:289
107
  msgid "Regular updates, Translations and Premium Support"
108
  msgstr ""
109
 
130
  msgid "Please, make sure to enter a valid title"
131
  msgstr ""
132
 
133
+ #: includes/class-yith-wcwl-frontend.php:552
134
  msgid ""
135
  "We are sorry, but this feature is available only if cookies on your browser "
136
  "are enabled."
137
  msgstr ""
138
 
139
+ #: includes/class-yith-wcwl-frontend.php:553
140
  msgid "Product added to cart successfully"
141
  msgstr ""
142
 
143
+ #: includes/class-yith-wcwl-frontend.php:816
144
  #: includes/class-yith-wcwl-shortcode.php:239
145
  #: plugin-options/wishlist_page-options.php:240
146
  #: templates/wishlist-view-footer-mobile.php:46
327
  msgid "Remove from list"
328
  msgstr ""
329
 
330
+ #: includes/class-yith-wcwl-wishlist-item.php:193
331
  msgid "Free!"
332
  msgstr "رایگان!"
333
 
1274
  msgid "Edit title"
1275
  msgstr "ویرایش عنوان"
1276
 
1277
+ #: templates/wishlist-view-mobile.php:134
1278
  msgid "Added on:"
1279
  msgstr ""
1280
 
1281
+ #: templates/wishlist-view-mobile.php:145
1282
  msgid "Price:"
1283
  msgstr ""
1284
 
1285
+ #: templates/wishlist-view-mobile.php:172
1286
  msgid "Quantity:"
1287
  msgstr ""
1288
 
1289
+ #: templates/wishlist-view-mobile.php:187
1290
  msgid "Stock:"
1291
  msgstr ""
1292
 
1293
+ #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1294
  msgid "Out of stock"
1295
  msgstr ""
1296
 
1297
+ #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1298
  msgid "In Stock"
1299
  msgstr "موجود"
1300
 
1301
+ #: templates/wishlist-view-mobile.php:210 templates/wishlist-view.php:260
1302
  msgid "Move"
1303
  msgstr ""
1304
 
1305
+ #: templates/wishlist-view-mobile.php:231 templates/wishlist-view.php:281
1306
  msgid "Move to another list &rsaquo;"
1307
  msgstr ""
1308
 
1309
+ #: templates/wishlist-view-mobile.php:239 templates/wishlist-view.php:155
1310
+ #: templates/wishlist-view.php:291
1311
  msgid "Remove this product"
1312
  msgstr "حذف این محصول"
1313
 
1314
+ #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:311
1315
  msgid "No products added to the wishlist"
1316
  msgstr ""
1317
 
1336
  msgstr ""
1337
 
1338
  #. translators: date added label: 1 date added.
1339
+ #: templates/wishlist-view.php:241
1340
  msgid "Added on: %s"
1341
  msgstr ""
1342
 
1343
+ #: templates/wishlist-view.php:291
1344
  msgid "Remove"
1345
  msgstr "حذف"
1346
 
1391
  msgstr ""
1392
 
1393
  #. translators: 1. % of reduction/increase in price.
1394
+ #: includes/class-yith-wcwl-wishlist-item.php:435
1395
  msgctxt ""
1396
  "Part of the template that shows price variation since addition to list; "
1397
  "placeholder will be replaced with a percentage"
1399
  msgstr ""
1400
 
1401
  #. translators: 2: original product price.
1402
+ #: includes/class-yith-wcwl-wishlist-item.php:437
1403
  msgctxt ""
1404
  "Part of the template that shows price variation since addition to list; "
1405
  "placeholder will be replaced with a price"
languages/yith-woocommerce-wishlist-fr_FR.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-fr_FR.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
- "POT-Creation-Date: 2022-01-12 11:22:42+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:05+0200\n"
10
  "Last-Translator: \n"
11
  "Language-Team: \n"
@@ -16,19 +16,19 @@ msgstr ""
16
  "Plural-Forms: nplurals=2; plural=n > 1;\n"
17
  "X-Generator: Poedit 2.4.1\n"
18
 
19
- #: includes/class-yith-wcwl-admin.php:125
20
  msgid "Wishlist Page"
21
  msgstr "Page de liste de souhaits"
22
 
23
- #: includes/class-yith-wcwl-admin.php:147
24
  msgid "General settings"
25
  msgstr "Réglages généraux"
26
 
27
- #: includes/class-yith-wcwl-admin.php:148
28
  msgid "Add to wishlist options"
29
  msgstr "Ajouter aux options de liste de souhaits"
30
 
31
- #: includes/class-yith-wcwl-admin.php:149
32
  msgid "Wishlist page options"
33
  msgstr "Options de la page de liste de souhaits"
34
 
@@ -40,7 +40,7 @@ msgstr ""
40
  "Permet à vos clients de créer et de partager des listes de produits qu'ils "
41
  "souhaitent acheter sur votre e-commerce."
42
 
43
- #: includes/class-yith-wcwl-admin.php:270
44
  #, fuzzy
45
  msgid ""
46
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
@@ -48,34 +48,34 @@ msgstr ""
48
  "Choisissez d'activer la fonctionnalité de liste de souhaits pour tous les "
49
  "utilisateurs ou uniquement pour les utilisateurs connectés"
50
 
51
- #: includes/class-yith-wcwl-admin.php:271
52
  msgid ""
53
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
54
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
55
  "on \"Add to wishlist\""
56
  msgstr ""
57
 
58
- #: includes/class-yith-wcwl-admin.php:272
59
  msgid ""
60
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
61
  "them either public (visible to everyone), private or shared (visible only to "
62
  "people it has been shared with)"
63
  msgstr ""
64
 
65
- #: includes/class-yith-wcwl-admin.php:273
66
  msgid ""
67
  "Choose between <b>different layouts</b> for the wishlist page and for the "
68
  "wishlist content"
69
  msgstr ""
70
 
71
- #: includes/class-yith-wcwl-admin.php:274
72
  msgid ""
73
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
74
  "move a product from one wishlist to another, change order of items, "
75
  "quantity, etc."
76
  msgstr ""
77
 
78
- #: includes/class-yith-wcwl-admin.php:275
79
  #, fuzzy
80
  msgid ""
81
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
@@ -84,20 +84,20 @@ msgstr ""
84
  "Activez le bouton \"Tout ajouter au panier\" pour permettre aux clients "
85
  "d'ajouter tous les produits de la liste de souhaits au panier"
86
 
87
- #: includes/class-yith-wcwl-admin.php:276
88
  msgid ""
89
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
90
  "(available also with \"mini-cart\" style for the header)"
91
  msgstr ""
92
 
93
- #: includes/class-yith-wcwl-admin.php:277
94
  msgid ""
95
  "View the most popular products added to the wishlist by your customers and "
96
  "<b>send promotional emails to users</b> who have added specific products to "
97
  "their wishlist"
98
  msgstr ""
99
 
100
- #: includes/class-yith-wcwl-admin.php:278
101
  #, fuzzy
102
  msgid ""
103
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
@@ -106,7 +106,7 @@ msgstr ""
106
  "Activez cet e-mail pour envoyer des notifications à vos clients chaque fois "
107
  "qu'un produit de leur liste de souhaits est de nouveau en stock"
108
 
109
- #: includes/class-yith-wcwl-admin.php:279
110
  msgid "Regular updates, Translations and Premium Support"
111
  msgstr ""
112
 
@@ -133,7 +133,7 @@ msgstr "Produit supprimé correctement."
133
  msgid "Please, make sure to enter a valid title"
134
  msgstr "Veuillez vous assurer d'entrer un titre valide"
135
 
136
- #: includes/class-yith-wcwl-frontend.php:461
137
  msgid ""
138
  "We are sorry, but this feature is available only if cookies on your browser "
139
  "are enabled."
@@ -141,11 +141,11 @@ msgstr ""
141
  "Nous sommes désolés, mais cette fonctionnalité n'est disponible que si les "
142
  "cookies de votre navigateur sont activés."
143
 
144
- #: includes/class-yith-wcwl-frontend.php:462
145
  msgid "Product added to cart successfully"
146
  msgstr "Produit ajouté au panier avec succès"
147
 
148
- #: includes/class-yith-wcwl-frontend.php:725
149
  #: includes/class-yith-wcwl-shortcode.php:239
150
  #: plugin-options/wishlist_page-options.php:240
151
  #: templates/wishlist-view-footer-mobile.php:46
@@ -365,7 +365,7 @@ msgstr "Partager sur WhatsApp"
365
  msgid "Remove from list"
366
  msgstr "Retirer de la liste"
367
 
368
- #: includes/class-yith-wcwl-wishlist-item.php:189
369
  msgid "Free!"
370
  msgstr "Gratuit!"
371
 
@@ -1407,44 +1407,44 @@ msgstr "Tout ajouter au panier"
1407
  msgid "Edit title"
1408
  msgstr "Modifier le titre"
1409
 
1410
- #: templates/wishlist-view-mobile.php:136
1411
  msgid "Added on:"
1412
  msgstr "Ajouté le:"
1413
 
1414
- #: templates/wishlist-view-mobile.php:147
1415
  msgid "Price:"
1416
  msgstr "Prix:"
1417
 
1418
- #: templates/wishlist-view-mobile.php:174
1419
  msgid "Quantity:"
1420
  msgstr "Quantité:"
1421
 
1422
- #: templates/wishlist-view-mobile.php:189
1423
  msgid "Stock:"
1424
  msgstr "Stock:"
1425
 
1426
- #: templates/wishlist-view-mobile.php:192 templates/wishlist-view.php:229
1427
  msgid "Out of stock"
1428
  msgstr "En rupture de stock"
1429
 
1430
- #: templates/wishlist-view-mobile.php:192 templates/wishlist-view.php:229
1431
  msgid "In Stock"
1432
  msgstr "En Stock"
1433
 
1434
- #: templates/wishlist-view-mobile.php:212 templates/wishlist-view.php:262
1435
  msgid "Move"
1436
  msgstr "Déplacer"
1437
 
1438
- #: templates/wishlist-view-mobile.php:233 templates/wishlist-view.php:283
1439
  msgid "Move to another list &rsaquo;"
1440
  msgstr "Déplacer vers une autre liste &rsaquo;"
1441
 
1442
- #: templates/wishlist-view-mobile.php:241 templates/wishlist-view.php:157
1443
- #: templates/wishlist-view.php:293
1444
  msgid "Remove this product"
1445
  msgstr "Supprimer ce produit"
1446
 
1447
- #: templates/wishlist-view-mobile.php:252 templates/wishlist-view.php:313
1448
  msgid "No products added to the wishlist"
1449
  msgstr "Aucun produit ajouté à la liste de souhaits"
1450
 
@@ -1469,11 +1469,11 @@ msgid "Arrange"
1469
  msgstr "Organiser"
1470
 
1471
  #. translators: date added label: 1 date added.
1472
- #: templates/wishlist-view.php:243
1473
  msgid "Added on: %s"
1474
  msgstr "Ajouté le: %s"
1475
 
1476
- #: templates/wishlist-view.php:293
1477
  msgid "Remove"
1478
  msgstr "Supprimé"
1479
 
@@ -1530,7 +1530,7 @@ msgid "Shows a list of products in wishlist"
1530
  msgstr "Affiche une liste de produits dans la liste de souhaits"
1531
 
1532
  #. translators: 1. % of reduction/increase in price.
1533
- #: includes/class-yith-wcwl-wishlist-item.php:428
1534
  msgctxt ""
1535
  "Part of the template that shows price variation since addition to list; "
1536
  "placeholder will be replaced with a percentage"
@@ -1538,7 +1538,7 @@ msgid "Price is %1$s%%"
1538
  msgstr "Le prix est %1$s%%"
1539
 
1540
  #. translators: 2: original product price.
1541
- #: includes/class-yith-wcwl-wishlist-item.php:430
1542
  msgctxt ""
1543
  "Part of the template that shows price variation since addition to list; "
1544
  "placeholder will be replaced with a price"
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
+ "POT-Creation-Date: 2022-06-19 14:16:05+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:05+0200\n"
10
  "Last-Translator: \n"
11
  "Language-Team: \n"
16
  "Plural-Forms: nplurals=2; plural=n > 1;\n"
17
  "X-Generator: Poedit 2.4.1\n"
18
 
19
+ #: includes/class-yith-wcwl-admin.php:124
20
  msgid "Wishlist Page"
21
  msgstr "Page de liste de souhaits"
22
 
23
+ #: includes/class-yith-wcwl-admin.php:146
24
  msgid "General settings"
25
  msgstr "Réglages généraux"
26
 
27
+ #: includes/class-yith-wcwl-admin.php:147
28
  msgid "Add to wishlist options"
29
  msgstr "Ajouter aux options de liste de souhaits"
30
 
31
+ #: includes/class-yith-wcwl-admin.php:148
32
  msgid "Wishlist page options"
33
  msgstr "Options de la page de liste de souhaits"
34
 
40
  "Permet à vos clients de créer et de partager des listes de produits qu'ils "
41
  "souhaitent acheter sur votre e-commerce."
42
 
43
+ #: includes/class-yith-wcwl-admin.php:280
44
  #, fuzzy
45
  msgid ""
46
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
48
  "Choisissez d'activer la fonctionnalité de liste de souhaits pour tous les "
49
  "utilisateurs ou uniquement pour les utilisateurs connectés"
50
 
51
+ #: includes/class-yith-wcwl-admin.php:281
52
  msgid ""
53
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
54
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
55
  "on \"Add to wishlist\""
56
  msgstr ""
57
 
58
+ #: includes/class-yith-wcwl-admin.php:282
59
  msgid ""
60
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
61
  "them either public (visible to everyone), private or shared (visible only to "
62
  "people it has been shared with)"
63
  msgstr ""
64
 
65
+ #: includes/class-yith-wcwl-admin.php:283
66
  msgid ""
67
  "Choose between <b>different layouts</b> for the wishlist page and for the "
68
  "wishlist content"
69
  msgstr ""
70
 
71
+ #: includes/class-yith-wcwl-admin.php:284
72
  msgid ""
73
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
74
  "move a product from one wishlist to another, change order of items, "
75
  "quantity, etc."
76
  msgstr ""
77
 
78
+ #: includes/class-yith-wcwl-admin.php:285
79
  #, fuzzy
80
  msgid ""
81
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
84
  "Activez le bouton \"Tout ajouter au panier\" pour permettre aux clients "
85
  "d'ajouter tous les produits de la liste de souhaits au panier"
86
 
87
+ #: includes/class-yith-wcwl-admin.php:286
88
  msgid ""
89
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
90
  "(available also with \"mini-cart\" style for the header)"
91
  msgstr ""
92
 
93
+ #: includes/class-yith-wcwl-admin.php:287
94
  msgid ""
95
  "View the most popular products added to the wishlist by your customers and "
96
  "<b>send promotional emails to users</b> who have added specific products to "
97
  "their wishlist"
98
  msgstr ""
99
 
100
+ #: includes/class-yith-wcwl-admin.php:288
101
  #, fuzzy
102
  msgid ""
103
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
106
  "Activez cet e-mail pour envoyer des notifications à vos clients chaque fois "
107
  "qu'un produit de leur liste de souhaits est de nouveau en stock"
108
 
109
+ #: includes/class-yith-wcwl-admin.php:289
110
  msgid "Regular updates, Translations and Premium Support"
111
  msgstr ""
112
 
133
  msgid "Please, make sure to enter a valid title"
134
  msgstr "Veuillez vous assurer d'entrer un titre valide"
135
 
136
+ #: includes/class-yith-wcwl-frontend.php:552
137
  msgid ""
138
  "We are sorry, but this feature is available only if cookies on your browser "
139
  "are enabled."
141
  "Nous sommes désolés, mais cette fonctionnalité n'est disponible que si les "
142
  "cookies de votre navigateur sont activés."
143
 
144
+ #: includes/class-yith-wcwl-frontend.php:553
145
  msgid "Product added to cart successfully"
146
  msgstr "Produit ajouté au panier avec succès"
147
 
148
+ #: includes/class-yith-wcwl-frontend.php:816
149
  #: includes/class-yith-wcwl-shortcode.php:239
150
  #: plugin-options/wishlist_page-options.php:240
151
  #: templates/wishlist-view-footer-mobile.php:46
365
  msgid "Remove from list"
366
  msgstr "Retirer de la liste"
367
 
368
+ #: includes/class-yith-wcwl-wishlist-item.php:193
369
  msgid "Free!"
370
  msgstr "Gratuit!"
371
 
1407
  msgid "Edit title"
1408
  msgstr "Modifier le titre"
1409
 
1410
+ #: templates/wishlist-view-mobile.php:134
1411
  msgid "Added on:"
1412
  msgstr "Ajouté le:"
1413
 
1414
+ #: templates/wishlist-view-mobile.php:145
1415
  msgid "Price:"
1416
  msgstr "Prix:"
1417
 
1418
+ #: templates/wishlist-view-mobile.php:172
1419
  msgid "Quantity:"
1420
  msgstr "Quantité:"
1421
 
1422
+ #: templates/wishlist-view-mobile.php:187
1423
  msgid "Stock:"
1424
  msgstr "Stock:"
1425
 
1426
+ #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1427
  msgid "Out of stock"
1428
  msgstr "En rupture de stock"
1429
 
1430
+ #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1431
  msgid "In Stock"
1432
  msgstr "En Stock"
1433
 
1434
+ #: templates/wishlist-view-mobile.php:210 templates/wishlist-view.php:260
1435
  msgid "Move"
1436
  msgstr "Déplacer"
1437
 
1438
+ #: templates/wishlist-view-mobile.php:231 templates/wishlist-view.php:281
1439
  msgid "Move to another list &rsaquo;"
1440
  msgstr "Déplacer vers une autre liste &rsaquo;"
1441
 
1442
+ #: templates/wishlist-view-mobile.php:239 templates/wishlist-view.php:155
1443
+ #: templates/wishlist-view.php:291
1444
  msgid "Remove this product"
1445
  msgstr "Supprimer ce produit"
1446
 
1447
+ #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:311
1448
  msgid "No products added to the wishlist"
1449
  msgstr "Aucun produit ajouté à la liste de souhaits"
1450
 
1469
  msgstr "Organiser"
1470
 
1471
  #. translators: date added label: 1 date added.
1472
+ #: templates/wishlist-view.php:241
1473
  msgid "Added on: %s"
1474
  msgstr "Ajouté le: %s"
1475
 
1476
+ #: templates/wishlist-view.php:291
1477
  msgid "Remove"
1478
  msgstr "Supprimé"
1479
 
1530
  msgstr "Affiche une liste de produits dans la liste de souhaits"
1531
 
1532
  #. translators: 1. % of reduction/increase in price.
1533
+ #: includes/class-yith-wcwl-wishlist-item.php:435
1534
  msgctxt ""
1535
  "Part of the template that shows price variation since addition to list; "
1536
  "placeholder will be replaced with a percentage"
1538
  msgstr "Le prix est %1$s%%"
1539
 
1540
  #. translators: 2: original product price.
1541
+ #: includes/class-yith-wcwl-wishlist-item.php:437
1542
  msgctxt ""
1543
  "Part of the template that shows price variation since addition to list; "
1544
  "placeholder will be replaced with a price"
languages/yith-woocommerce-wishlist-he_IL.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-he_IL.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
- "POT-Creation-Date: 2022-01-12 11:22:42+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:05+0200\n"
10
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
11
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
@@ -23,20 +23,20 @@ msgstr ""
23
  "X-Poedit-SearchPath-0: ..\n"
24
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
25
 
26
- #: includes/class-yith-wcwl-admin.php:125
27
  #, fuzzy
28
  msgid "Wishlist Page"
29
  msgstr "רשימת משאלות"
30
 
31
- #: includes/class-yith-wcwl-admin.php:147
32
  msgid "General settings"
33
  msgstr ""
34
 
35
- #: includes/class-yith-wcwl-admin.php:148
36
  msgid "Add to wishlist options"
37
  msgstr ""
38
 
39
- #: includes/class-yith-wcwl-admin.php:149
40
  msgid "Wishlist page options"
41
  msgstr ""
42
 
@@ -46,64 +46,64 @@ msgid ""
46
  "to purchase on your e-commerce."
47
  msgstr ""
48
 
49
- #: includes/class-yith-wcwl-admin.php:270
50
  msgid ""
51
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
52
  msgstr ""
53
 
54
- #: includes/class-yith-wcwl-admin.php:271
55
  msgid ""
56
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
57
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
58
  "on \"Add to wishlist\""
59
  msgstr ""
60
 
61
- #: includes/class-yith-wcwl-admin.php:272
62
  msgid ""
63
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
64
  "them either public (visible to everyone), private or shared (visible only to "
65
  "people it has been shared with)"
66
  msgstr ""
67
 
68
- #: includes/class-yith-wcwl-admin.php:273
69
  msgid ""
70
  "Choose between <b>different layouts</b> for the wishlist page and for the "
71
  "wishlist content"
72
  msgstr ""
73
 
74
- #: includes/class-yith-wcwl-admin.php:274
75
  msgid ""
76
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
77
  "move a product from one wishlist to another, change order of items, "
78
  "quantity, etc."
79
  msgstr ""
80
 
81
- #: includes/class-yith-wcwl-admin.php:275
82
  msgid ""
83
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
84
  "content of their wishlist to the admin and get a custom quote"
85
  msgstr ""
86
 
87
- #: includes/class-yith-wcwl-admin.php:276
88
  msgid ""
89
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
90
  "(available also with \"mini-cart\" style for the header)"
91
  msgstr ""
92
 
93
- #: includes/class-yith-wcwl-admin.php:277
94
  msgid ""
95
  "View the most popular products added to the wishlist by your customers and "
96
  "<b>send promotional emails to users</b> who have added specific products to "
97
  "their wishlist"
98
  msgstr ""
99
 
100
- #: includes/class-yith-wcwl-admin.php:278
101
  msgid ""
102
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
103
  "the list is back in stock or on sale"
104
  msgstr ""
105
 
106
- #: includes/class-yith-wcwl-admin.php:279
107
  msgid "Regular updates, Translations and Premium Support"
108
  msgstr ""
109
 
@@ -130,17 +130,17 @@ msgstr "המוצר הוסר מהרשימה בהצלחה."
130
  msgid "Please, make sure to enter a valid title"
131
  msgstr ""
132
 
133
- #: includes/class-yith-wcwl-frontend.php:461
134
  msgid ""
135
  "We are sorry, but this feature is available only if cookies on your browser "
136
  "are enabled."
137
  msgstr ""
138
 
139
- #: includes/class-yith-wcwl-frontend.php:462
140
  msgid "Product added to cart successfully"
141
  msgstr ""
142
 
143
- #: includes/class-yith-wcwl-frontend.php:725
144
  #: includes/class-yith-wcwl-shortcode.php:239
145
  #: plugin-options/wishlist_page-options.php:240
146
  #: templates/wishlist-view-footer-mobile.php:46
@@ -327,7 +327,7 @@ msgstr ""
327
  msgid "Remove from list"
328
  msgstr ""
329
 
330
- #: includes/class-yith-wcwl-wishlist-item.php:189
331
  msgid "Free!"
332
  msgstr ""
333
 
@@ -1271,44 +1271,44 @@ msgstr ""
1271
  msgid "Edit title"
1272
  msgstr "כותרת רשימת משאלות"
1273
 
1274
- #: templates/wishlist-view-mobile.php:136
1275
  msgid "Added on:"
1276
  msgstr ""
1277
 
1278
- #: templates/wishlist-view-mobile.php:147
1279
  msgid "Price:"
1280
  msgstr ""
1281
 
1282
- #: templates/wishlist-view-mobile.php:174
1283
  msgid "Quantity:"
1284
  msgstr ""
1285
 
1286
- #: templates/wishlist-view-mobile.php:189
1287
  msgid "Stock:"
1288
  msgstr ""
1289
 
1290
- #: templates/wishlist-view-mobile.php:192 templates/wishlist-view.php:229
1291
  msgid "Out of stock"
1292
  msgstr ""
1293
 
1294
- #: templates/wishlist-view-mobile.php:192 templates/wishlist-view.php:229
1295
  msgid "In Stock"
1296
  msgstr "קיים במלאי"
1297
 
1298
- #: templates/wishlist-view-mobile.php:212 templates/wishlist-view.php:262
1299
  msgid "Move"
1300
  msgstr ""
1301
 
1302
- #: templates/wishlist-view-mobile.php:233 templates/wishlist-view.php:283
1303
  msgid "Move to another list &rsaquo;"
1304
  msgstr ""
1305
 
1306
- #: templates/wishlist-view-mobile.php:241 templates/wishlist-view.php:157
1307
- #: templates/wishlist-view.php:293
1308
  msgid "Remove this product"
1309
  msgstr "הסרת מוצר מהרשימה"
1310
 
1311
- #: templates/wishlist-view-mobile.php:252 templates/wishlist-view.php:313
1312
  msgid "No products added to the wishlist"
1313
  msgstr ""
1314
 
@@ -1333,11 +1333,11 @@ msgid "Arrange"
1333
  msgstr ""
1334
 
1335
  #. translators: date added label: 1 date added.
1336
- #: templates/wishlist-view.php:243
1337
  msgid "Added on: %s"
1338
  msgstr ""
1339
 
1340
- #: templates/wishlist-view.php:293
1341
  msgid "Remove"
1342
  msgstr ""
1343
 
@@ -1388,7 +1388,7 @@ msgid "Shows a list of products in wishlist"
1388
  msgstr ""
1389
 
1390
  #. translators: 1. % of reduction/increase in price.
1391
- #: includes/class-yith-wcwl-wishlist-item.php:428
1392
  msgctxt ""
1393
  "Part of the template that shows price variation since addition to list; "
1394
  "placeholder will be replaced with a percentage"
@@ -1396,7 +1396,7 @@ msgid "Price is %1$s%%"
1396
  msgstr ""
1397
 
1398
  #. translators: 2: original product price.
1399
- #: includes/class-yith-wcwl-wishlist-item.php:430
1400
  msgctxt ""
1401
  "Part of the template that shows price variation since addition to list; "
1402
  "placeholder will be replaced with a price"
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
+ "POT-Creation-Date: 2022-06-19 14:16:05+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:05+0200\n"
10
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
11
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
23
  "X-Poedit-SearchPath-0: ..\n"
24
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
25
 
26
+ #: includes/class-yith-wcwl-admin.php:124
27
  #, fuzzy
28
  msgid "Wishlist Page"
29
  msgstr "רשימת משאלות"
30
 
31
+ #: includes/class-yith-wcwl-admin.php:146
32
  msgid "General settings"
33
  msgstr ""
34
 
35
+ #: includes/class-yith-wcwl-admin.php:147
36
  msgid "Add to wishlist options"
37
  msgstr ""
38
 
39
+ #: includes/class-yith-wcwl-admin.php:148
40
  msgid "Wishlist page options"
41
  msgstr ""
42
 
46
  "to purchase on your e-commerce."
47
  msgstr ""
48
 
49
+ #: includes/class-yith-wcwl-admin.php:280
50
  msgid ""
51
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
52
  msgstr ""
53
 
54
+ #: includes/class-yith-wcwl-admin.php:281
55
  msgid ""
56
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
57
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
58
  "on \"Add to wishlist\""
59
  msgstr ""
60
 
61
+ #: includes/class-yith-wcwl-admin.php:282
62
  msgid ""
63
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
64
  "them either public (visible to everyone), private or shared (visible only to "
65
  "people it has been shared with)"
66
  msgstr ""
67
 
68
+ #: includes/class-yith-wcwl-admin.php:283
69
  msgid ""
70
  "Choose between <b>different layouts</b> for the wishlist page and for the "
71
  "wishlist content"
72
  msgstr ""
73
 
74
+ #: includes/class-yith-wcwl-admin.php:284
75
  msgid ""
76
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
77
  "move a product from one wishlist to another, change order of items, "
78
  "quantity, etc."
79
  msgstr ""
80
 
81
+ #: includes/class-yith-wcwl-admin.php:285
82
  msgid ""
83
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
84
  "content of their wishlist to the admin and get a custom quote"
85
  msgstr ""
86
 
87
+ #: includes/class-yith-wcwl-admin.php:286
88
  msgid ""
89
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
90
  "(available also with \"mini-cart\" style for the header)"
91
  msgstr ""
92
 
93
+ #: includes/class-yith-wcwl-admin.php:287
94
  msgid ""
95
  "View the most popular products added to the wishlist by your customers and "
96
  "<b>send promotional emails to users</b> who have added specific products to "
97
  "their wishlist"
98
  msgstr ""
99
 
100
+ #: includes/class-yith-wcwl-admin.php:288
101
  msgid ""
102
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
103
  "the list is back in stock or on sale"
104
  msgstr ""
105
 
106
+ #: includes/class-yith-wcwl-admin.php:289
107
  msgid "Regular updates, Translations and Premium Support"
108
  msgstr ""
109
 
130
  msgid "Please, make sure to enter a valid title"
131
  msgstr ""
132
 
133
+ #: includes/class-yith-wcwl-frontend.php:552
134
  msgid ""
135
  "We are sorry, but this feature is available only if cookies on your browser "
136
  "are enabled."
137
  msgstr ""
138
 
139
+ #: includes/class-yith-wcwl-frontend.php:553
140
  msgid "Product added to cart successfully"
141
  msgstr ""
142
 
143
+ #: includes/class-yith-wcwl-frontend.php:816
144
  #: includes/class-yith-wcwl-shortcode.php:239
145
  #: plugin-options/wishlist_page-options.php:240
146
  #: templates/wishlist-view-footer-mobile.php:46
327
  msgid "Remove from list"
328
  msgstr ""
329
 
330
+ #: includes/class-yith-wcwl-wishlist-item.php:193
331
  msgid "Free!"
332
  msgstr ""
333
 
1271
  msgid "Edit title"
1272
  msgstr "כותרת רשימת משאלות"
1273
 
1274
+ #: templates/wishlist-view-mobile.php:134
1275
  msgid "Added on:"
1276
  msgstr ""
1277
 
1278
+ #: templates/wishlist-view-mobile.php:145
1279
  msgid "Price:"
1280
  msgstr ""
1281
 
1282
+ #: templates/wishlist-view-mobile.php:172
1283
  msgid "Quantity:"
1284
  msgstr ""
1285
 
1286
+ #: templates/wishlist-view-mobile.php:187
1287
  msgid "Stock:"
1288
  msgstr ""
1289
 
1290
+ #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1291
  msgid "Out of stock"
1292
  msgstr ""
1293
 
1294
+ #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1295
  msgid "In Stock"
1296
  msgstr "קיים במלאי"
1297
 
1298
+ #: templates/wishlist-view-mobile.php:210 templates/wishlist-view.php:260
1299
  msgid "Move"
1300
  msgstr ""
1301
 
1302
+ #: templates/wishlist-view-mobile.php:231 templates/wishlist-view.php:281
1303
  msgid "Move to another list &rsaquo;"
1304
  msgstr ""
1305
 
1306
+ #: templates/wishlist-view-mobile.php:239 templates/wishlist-view.php:155
1307
+ #: templates/wishlist-view.php:291
1308
  msgid "Remove this product"
1309
  msgstr "הסרת מוצר מהרשימה"
1310
 
1311
+ #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:311
1312
  msgid "No products added to the wishlist"
1313
  msgstr ""
1314
 
1333
  msgstr ""
1334
 
1335
  #. translators: date added label: 1 date added.
1336
+ #: templates/wishlist-view.php:241
1337
  msgid "Added on: %s"
1338
  msgstr ""
1339
 
1340
+ #: templates/wishlist-view.php:291
1341
  msgid "Remove"
1342
  msgstr ""
1343
 
1388
  msgstr ""
1389
 
1390
  #. translators: 1. % of reduction/increase in price.
1391
+ #: includes/class-yith-wcwl-wishlist-item.php:435
1392
  msgctxt ""
1393
  "Part of the template that shows price variation since addition to list; "
1394
  "placeholder will be replaced with a percentage"
1396
  msgstr ""
1397
 
1398
  #. translators: 2: original product price.
1399
+ #: includes/class-yith-wcwl-wishlist-item.php:437
1400
  msgctxt ""
1401
  "Part of the template that shows price variation since addition to list; "
1402
  "placeholder will be replaced with a price"
languages/yith-woocommerce-wishlist-hr.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-hr.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
- "POT-Creation-Date: 2022-01-12 11:22:42+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:05+0200\n"
10
  "Last-Translator: \n"
11
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
@@ -24,20 +24,20 @@ msgstr ""
24
  "X-Poedit-SearchPath-0: ..\n"
25
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
26
 
27
- #: includes/class-yith-wcwl-admin.php:125
28
  #, fuzzy
29
  msgid "Wishlist Page"
30
  msgstr "Privatna lista želja"
31
 
32
- #: includes/class-yith-wcwl-admin.php:147
33
  msgid "General settings"
34
  msgstr ""
35
 
36
- #: includes/class-yith-wcwl-admin.php:148
37
  msgid "Add to wishlist options"
38
  msgstr ""
39
 
40
- #: includes/class-yith-wcwl-admin.php:149
41
  msgid "Wishlist page options"
42
  msgstr ""
43
 
@@ -47,64 +47,64 @@ msgid ""
47
  "to purchase on your e-commerce."
48
  msgstr ""
49
 
50
- #: includes/class-yith-wcwl-admin.php:270
51
  msgid ""
52
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
53
  msgstr ""
54
 
55
- #: includes/class-yith-wcwl-admin.php:271
56
  msgid ""
57
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
58
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
59
  "on \"Add to wishlist\""
60
  msgstr ""
61
 
62
- #: includes/class-yith-wcwl-admin.php:272
63
  msgid ""
64
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
65
  "them either public (visible to everyone), private or shared (visible only to "
66
  "people it has been shared with)"
67
  msgstr ""
68
 
69
- #: includes/class-yith-wcwl-admin.php:273
70
  msgid ""
71
  "Choose between <b>different layouts</b> for the wishlist page and for the "
72
  "wishlist content"
73
  msgstr ""
74
 
75
- #: includes/class-yith-wcwl-admin.php:274
76
  msgid ""
77
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
78
  "move a product from one wishlist to another, change order of items, "
79
  "quantity, etc."
80
  msgstr ""
81
 
82
- #: includes/class-yith-wcwl-admin.php:275
83
  msgid ""
84
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
85
  "content of their wishlist to the admin and get a custom quote"
86
  msgstr ""
87
 
88
- #: includes/class-yith-wcwl-admin.php:276
89
  msgid ""
90
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
91
  "(available also with \"mini-cart\" style for the header)"
92
  msgstr ""
93
 
94
- #: includes/class-yith-wcwl-admin.php:277
95
  msgid ""
96
  "View the most popular products added to the wishlist by your customers and "
97
  "<b>send promotional emails to users</b> who have added specific products to "
98
  "their wishlist"
99
  msgstr ""
100
 
101
- #: includes/class-yith-wcwl-admin.php:278
102
  msgid ""
103
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
104
  "the list is back in stock or on sale"
105
  msgstr ""
106
 
107
- #: includes/class-yith-wcwl-admin.php:279
108
  msgid "Regular updates, Translations and Premium Support"
109
  msgstr ""
110
 
@@ -131,17 +131,17 @@ msgstr "Proizvod uspješno obrisan."
131
  msgid "Please, make sure to enter a valid title"
132
  msgstr ""
133
 
134
- #: includes/class-yith-wcwl-frontend.php:461
135
  msgid ""
136
  "We are sorry, but this feature is available only if cookies on your browser "
137
  "are enabled."
138
  msgstr ""
139
 
140
- #: includes/class-yith-wcwl-frontend.php:462
141
  msgid "Product added to cart successfully"
142
  msgstr ""
143
 
144
- #: includes/class-yith-wcwl-frontend.php:725
145
  #: includes/class-yith-wcwl-shortcode.php:239
146
  #: plugin-options/wishlist_page-options.php:240
147
  #: templates/wishlist-view-footer-mobile.php:46
@@ -328,7 +328,7 @@ msgstr ""
328
  msgid "Remove from list"
329
  msgstr ""
330
 
331
- #: includes/class-yith-wcwl-wishlist-item.php:189
332
  msgid "Free!"
333
  msgstr "Besplatno!"
334
 
@@ -1279,44 +1279,44 @@ msgstr ""
1279
  msgid "Edit title"
1280
  msgstr "Uredi naslov"
1281
 
1282
- #: templates/wishlist-view-mobile.php:136
1283
  msgid "Added on:"
1284
  msgstr ""
1285
 
1286
- #: templates/wishlist-view-mobile.php:147
1287
  msgid "Price:"
1288
  msgstr ""
1289
 
1290
- #: templates/wishlist-view-mobile.php:174
1291
  msgid "Quantity:"
1292
  msgstr ""
1293
 
1294
- #: templates/wishlist-view-mobile.php:189
1295
  msgid "Stock:"
1296
  msgstr ""
1297
 
1298
- #: templates/wishlist-view-mobile.php:192 templates/wishlist-view.php:229
1299
  msgid "Out of stock"
1300
  msgstr ""
1301
 
1302
- #: templates/wishlist-view-mobile.php:192 templates/wishlist-view.php:229
1303
  msgid "In Stock"
1304
  msgstr "Na zalihi"
1305
 
1306
- #: templates/wishlist-view-mobile.php:212 templates/wishlist-view.php:262
1307
  msgid "Move"
1308
  msgstr "Premjesti"
1309
 
1310
- #: templates/wishlist-view-mobile.php:233 templates/wishlist-view.php:283
1311
  msgid "Move to another list &rsaquo;"
1312
  msgstr ""
1313
 
1314
- #: templates/wishlist-view-mobile.php:241 templates/wishlist-view.php:157
1315
- #: templates/wishlist-view.php:293
1316
  msgid "Remove this product"
1317
  msgstr "Obriši ovaj proizvod"
1318
 
1319
- #: templates/wishlist-view-mobile.php:252 templates/wishlist-view.php:313
1320
  msgid "No products added to the wishlist"
1321
  msgstr ""
1322
 
@@ -1341,11 +1341,11 @@ msgid "Arrange"
1341
  msgstr ""
1342
 
1343
  #. translators: date added label: 1 date added.
1344
- #: templates/wishlist-view.php:243
1345
  msgid "Added on: %s"
1346
  msgstr ""
1347
 
1348
- #: templates/wishlist-view.php:293
1349
  msgid "Remove"
1350
  msgstr "Obriši"
1351
 
@@ -1396,7 +1396,7 @@ msgid "Shows a list of products in wishlist"
1396
  msgstr ""
1397
 
1398
  #. translators: 1. % of reduction/increase in price.
1399
- #: includes/class-yith-wcwl-wishlist-item.php:428
1400
  msgctxt ""
1401
  "Part of the template that shows price variation since addition to list; "
1402
  "placeholder will be replaced with a percentage"
@@ -1404,7 +1404,7 @@ msgid "Price is %1$s%%"
1404
  msgstr ""
1405
 
1406
  #. translators: 2: original product price.
1407
- #: includes/class-yith-wcwl-wishlist-item.php:430
1408
  msgctxt ""
1409
  "Part of the template that shows price variation since addition to list; "
1410
  "placeholder will be replaced with a price"
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
+ "POT-Creation-Date: 2022-06-19 14:16:05+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:05+0200\n"
10
  "Last-Translator: \n"
11
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
24
  "X-Poedit-SearchPath-0: ..\n"
25
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
26
 
27
+ #: includes/class-yith-wcwl-admin.php:124
28
  #, fuzzy
29
  msgid "Wishlist Page"
30
  msgstr "Privatna lista želja"
31
 
32
+ #: includes/class-yith-wcwl-admin.php:146
33
  msgid "General settings"
34
  msgstr ""
35
 
36
+ #: includes/class-yith-wcwl-admin.php:147
37
  msgid "Add to wishlist options"
38
  msgstr ""
39
 
40
+ #: includes/class-yith-wcwl-admin.php:148
41
  msgid "Wishlist page options"
42
  msgstr ""
43
 
47
  "to purchase on your e-commerce."
48
  msgstr ""
49
 
50
+ #: includes/class-yith-wcwl-admin.php:280
51
  msgid ""
52
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
53
  msgstr ""
54
 
55
+ #: includes/class-yith-wcwl-admin.php:281
56
  msgid ""
57
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
58
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
59
  "on \"Add to wishlist\""
60
  msgstr ""
61
 
62
+ #: includes/class-yith-wcwl-admin.php:282
63
  msgid ""
64
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
65
  "them either public (visible to everyone), private or shared (visible only to "
66
  "people it has been shared with)"
67
  msgstr ""
68
 
69
+ #: includes/class-yith-wcwl-admin.php:283
70
  msgid ""
71
  "Choose between <b>different layouts</b> for the wishlist page and for the "
72
  "wishlist content"
73
  msgstr ""
74
 
75
+ #: includes/class-yith-wcwl-admin.php:284
76
  msgid ""
77
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
78
  "move a product from one wishlist to another, change order of items, "
79
  "quantity, etc."
80
  msgstr ""
81
 
82
+ #: includes/class-yith-wcwl-admin.php:285
83
  msgid ""
84
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
85
  "content of their wishlist to the admin and get a custom quote"
86
  msgstr ""
87
 
88
+ #: includes/class-yith-wcwl-admin.php:286
89
  msgid ""
90
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
91
  "(available also with \"mini-cart\" style for the header)"
92
  msgstr ""
93
 
94
+ #: includes/class-yith-wcwl-admin.php:287
95
  msgid ""
96
  "View the most popular products added to the wishlist by your customers and "
97
  "<b>send promotional emails to users</b> who have added specific products to "
98
  "their wishlist"
99
  msgstr ""
100
 
101
+ #: includes/class-yith-wcwl-admin.php:288
102
  msgid ""
103
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
104
  "the list is back in stock or on sale"
105
  msgstr ""
106
 
107
+ #: includes/class-yith-wcwl-admin.php:289
108
  msgid "Regular updates, Translations and Premium Support"
109
  msgstr ""
110
 
131
  msgid "Please, make sure to enter a valid title"
132
  msgstr ""
133
 
134
+ #: includes/class-yith-wcwl-frontend.php:552
135
  msgid ""
136
  "We are sorry, but this feature is available only if cookies on your browser "
137
  "are enabled."
138
  msgstr ""
139
 
140
+ #: includes/class-yith-wcwl-frontend.php:553
141
  msgid "Product added to cart successfully"
142
  msgstr ""
143
 
144
+ #: includes/class-yith-wcwl-frontend.php:816
145
  #: includes/class-yith-wcwl-shortcode.php:239
146
  #: plugin-options/wishlist_page-options.php:240
147
  #: templates/wishlist-view-footer-mobile.php:46
328
  msgid "Remove from list"
329
  msgstr ""
330
 
331
+ #: includes/class-yith-wcwl-wishlist-item.php:193
332
  msgid "Free!"
333
  msgstr "Besplatno!"
334
 
1279
  msgid "Edit title"
1280
  msgstr "Uredi naslov"
1281
 
1282
+ #: templates/wishlist-view-mobile.php:134
1283
  msgid "Added on:"
1284
  msgstr ""
1285
 
1286
+ #: templates/wishlist-view-mobile.php:145
1287
  msgid "Price:"
1288
  msgstr ""
1289
 
1290
+ #: templates/wishlist-view-mobile.php:172
1291
  msgid "Quantity:"
1292
  msgstr ""
1293
 
1294
+ #: templates/wishlist-view-mobile.php:187
1295
  msgid "Stock:"
1296
  msgstr ""
1297
 
1298
+ #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1299
  msgid "Out of stock"
1300
  msgstr ""
1301
 
1302
+ #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1303
  msgid "In Stock"
1304
  msgstr "Na zalihi"
1305
 
1306
+ #: templates/wishlist-view-mobile.php:210 templates/wishlist-view.php:260
1307
  msgid "Move"
1308
  msgstr "Premjesti"
1309
 
1310
+ #: templates/wishlist-view-mobile.php:231 templates/wishlist-view.php:281
1311
  msgid "Move to another list &rsaquo;"
1312
  msgstr ""
1313
 
1314
+ #: templates/wishlist-view-mobile.php:239 templates/wishlist-view.php:155
1315
+ #: templates/wishlist-view.php:291
1316
  msgid "Remove this product"
1317
  msgstr "Obriši ovaj proizvod"
1318
 
1319
+ #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:311
1320
  msgid "No products added to the wishlist"
1321
  msgstr ""
1322
 
1341
  msgstr ""
1342
 
1343
  #. translators: date added label: 1 date added.
1344
+ #: templates/wishlist-view.php:241
1345
  msgid "Added on: %s"
1346
  msgstr ""
1347
 
1348
+ #: templates/wishlist-view.php:291
1349
  msgid "Remove"
1350
  msgstr "Obriši"
1351
 
1396
  msgstr ""
1397
 
1398
  #. translators: 1. % of reduction/increase in price.
1399
+ #: includes/class-yith-wcwl-wishlist-item.php:435
1400
  msgctxt ""
1401
  "Part of the template that shows price variation since addition to list; "
1402
  "placeholder will be replaced with a percentage"
1404
  msgstr ""
1405
 
1406
  #. translators: 2: original product price.
1407
+ #: includes/class-yith-wcwl-wishlist-item.php:437
1408
  msgctxt ""
1409
  "Part of the template that shows price variation since addition to list; "
1410
  "placeholder will be replaced with a price"
languages/yith-woocommerce-wishlist-it_IT.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-it_IT.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
- "POT-Creation-Date: 2022-01-12 11:22:42+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:05+0200\n"
10
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
11
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
@@ -23,20 +23,20 @@ msgstr ""
23
  "X-Poedit-SearchPath-0: ..\n"
24
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
25
 
26
- #: includes/class-yith-wcwl-admin.php:125
27
  #, fuzzy
28
  msgid "Wishlist Page"
29
  msgstr "Pagina Lista dei desideri"
30
 
31
- #: includes/class-yith-wcwl-admin.php:147
32
  msgid "General settings"
33
  msgstr "Impostazioni generali"
34
 
35
- #: includes/class-yith-wcwl-admin.php:148
36
  msgid "Add to wishlist options"
37
  msgstr "Opzioni Aggiungi alla lista"
38
 
39
- #: includes/class-yith-wcwl-admin.php:149
40
  msgid "Wishlist page options"
41
  msgstr "Opzioni pagina Lista dei desideri"
42
 
@@ -48,64 +48,64 @@ msgstr ""
48
  "Permette ai tuoi clienti di creare e condividere delle liste di prodotti che "
49
  "desiderano acquistare sul tuo e-commerce."
50
 
51
- #: includes/class-yith-wcwl-admin.php:270
52
  msgid ""
53
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
54
  msgstr ""
55
 
56
- #: includes/class-yith-wcwl-admin.php:271
57
  msgid ""
58
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
59
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
60
  "on \"Add to wishlist\""
61
  msgstr ""
62
 
63
- #: includes/class-yith-wcwl-admin.php:272
64
  msgid ""
65
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
66
  "them either public (visible to everyone), private or shared (visible only to "
67
  "people it has been shared with)"
68
  msgstr ""
69
 
70
- #: includes/class-yith-wcwl-admin.php:273
71
  msgid ""
72
  "Choose between <b>different layouts</b> for the wishlist page and for the "
73
  "wishlist content"
74
  msgstr ""
75
 
76
- #: includes/class-yith-wcwl-admin.php:274
77
  msgid ""
78
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
79
  "move a product from one wishlist to another, change order of items, "
80
  "quantity, etc."
81
  msgstr ""
82
 
83
- #: includes/class-yith-wcwl-admin.php:275
84
  msgid ""
85
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
86
  "content of their wishlist to the admin and get a custom quote"
87
  msgstr ""
88
 
89
- #: includes/class-yith-wcwl-admin.php:276
90
  msgid ""
91
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
92
  "(available also with \"mini-cart\" style for the header)"
93
  msgstr ""
94
 
95
- #: includes/class-yith-wcwl-admin.php:277
96
  msgid ""
97
  "View the most popular products added to the wishlist by your customers and "
98
  "<b>send promotional emails to users</b> who have added specific products to "
99
  "their wishlist"
100
  msgstr ""
101
 
102
- #: includes/class-yith-wcwl-admin.php:278
103
  msgid ""
104
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
105
  "the list is back in stock or on sale"
106
  msgstr ""
107
 
108
- #: includes/class-yith-wcwl-admin.php:279
109
  msgid "Regular updates, Translations and Premium Support"
110
  msgstr ""
111
 
@@ -132,7 +132,7 @@ msgstr "Prodotto rimosso con successo."
132
  msgid "Please, make sure to enter a valid title"
133
  msgstr "Inserisci un valido titolo"
134
 
135
- #: includes/class-yith-wcwl-frontend.php:461
136
  msgid ""
137
  "We are sorry, but this feature is available only if cookies on your browser "
138
  "are enabled."
@@ -140,11 +140,11 @@ msgstr ""
140
  "Spiacenti, questa funzionalità è disponibile solo se hai abilitato i cookie "
141
  "nel tuo browser."
142
 
143
- #: includes/class-yith-wcwl-frontend.php:462
144
  msgid "Product added to cart successfully"
145
  msgstr "Prodotto aggiunto al carrello con successo"
146
 
147
- #: includes/class-yith-wcwl-frontend.php:725
148
  #: includes/class-yith-wcwl-shortcode.php:239
149
  #: plugin-options/wishlist_page-options.php:240
150
  #: templates/wishlist-view-footer-mobile.php:46
@@ -361,7 +361,7 @@ msgstr "Condividi su WhatsApp"
361
  msgid "Remove from list"
362
  msgstr "Rimuovi dalla lista"
363
 
364
- #: includes/class-yith-wcwl-wishlist-item.php:189
365
  msgid "Free!"
366
  msgstr "Gratuito!"
367
 
@@ -1395,44 +1395,44 @@ msgstr "Aggiungi tutti al carrello"
1395
  msgid "Edit title"
1396
  msgstr "Modifica titolo"
1397
 
1398
- #: templates/wishlist-view-mobile.php:136
1399
  msgid "Added on:"
1400
  msgstr "Aggiunto il:"
1401
 
1402
- #: templates/wishlist-view-mobile.php:147
1403
  msgid "Price:"
1404
  msgstr "Prezzo:"
1405
 
1406
- #: templates/wishlist-view-mobile.php:174
1407
  msgid "Quantity:"
1408
  msgstr "Quantità:"
1409
 
1410
- #: templates/wishlist-view-mobile.php:189
1411
  msgid "Stock:"
1412
  msgstr "Disponibilità in magazzino:"
1413
 
1414
- #: templates/wishlist-view-mobile.php:192 templates/wishlist-view.php:229
1415
  msgid "Out of stock"
1416
  msgstr "Esaurito"
1417
 
1418
- #: templates/wishlist-view-mobile.php:192 templates/wishlist-view.php:229
1419
  msgid "In Stock"
1420
  msgstr "Disponibile"
1421
 
1422
- #: templates/wishlist-view-mobile.php:212 templates/wishlist-view.php:262
1423
  msgid "Move"
1424
  msgstr "Sposta"
1425
 
1426
- #: templates/wishlist-view-mobile.php:233 templates/wishlist-view.php:283
1427
  msgid "Move to another list &rsaquo;"
1428
  msgstr "Sposta in un'altra lista &rsaquo;"
1429
 
1430
- #: templates/wishlist-view-mobile.php:241 templates/wishlist-view.php:157
1431
- #: templates/wishlist-view.php:293
1432
  msgid "Remove this product"
1433
  msgstr "Rimuovi questo prodotto"
1434
 
1435
- #: templates/wishlist-view-mobile.php:252 templates/wishlist-view.php:313
1436
  msgid "No products added to the wishlist"
1437
  msgstr "Non è stato ancora aggiunto nessun prodotto alla lista"
1438
 
@@ -1457,11 +1457,11 @@ msgid "Arrange"
1457
  msgstr "Riordina"
1458
 
1459
  #. translators: date added label: 1 date added.
1460
- #: templates/wishlist-view.php:243
1461
  msgid "Added on: %s"
1462
  msgstr "Aggiunto il: %s"
1463
 
1464
- #: templates/wishlist-view.php:293
1465
  msgid "Remove"
1466
  msgstr "Rimuovi"
1467
 
@@ -1512,7 +1512,7 @@ msgid "Shows a list of products in wishlist"
1512
  msgstr ""
1513
 
1514
  #. translators: 1. % of reduction/increase in price.
1515
- #: includes/class-yith-wcwl-wishlist-item.php:428
1516
  msgctxt ""
1517
  "Part of the template that shows price variation since addition to list; "
1518
  "placeholder will be replaced with a percentage"
@@ -1520,7 +1520,7 @@ msgid "Price is %1$s%%"
1520
  msgstr ""
1521
 
1522
  #. translators: 2: original product price.
1523
- #: includes/class-yith-wcwl-wishlist-item.php:430
1524
  msgctxt ""
1525
  "Part of the template that shows price variation since addition to list; "
1526
  "placeholder will be replaced with a price"
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
+ "POT-Creation-Date: 2022-06-19 14:16:05+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:05+0200\n"
10
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
11
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
23
  "X-Poedit-SearchPath-0: ..\n"
24
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
25
 
26
+ #: includes/class-yith-wcwl-admin.php:124
27
  #, fuzzy
28
  msgid "Wishlist Page"
29
  msgstr "Pagina Lista dei desideri"
30
 
31
+ #: includes/class-yith-wcwl-admin.php:146
32
  msgid "General settings"
33
  msgstr "Impostazioni generali"
34
 
35
+ #: includes/class-yith-wcwl-admin.php:147
36
  msgid "Add to wishlist options"
37
  msgstr "Opzioni Aggiungi alla lista"
38
 
39
+ #: includes/class-yith-wcwl-admin.php:148
40
  msgid "Wishlist page options"
41
  msgstr "Opzioni pagina Lista dei desideri"
42
 
48
  "Permette ai tuoi clienti di creare e condividere delle liste di prodotti che "
49
  "desiderano acquistare sul tuo e-commerce."
50
 
51
+ #: includes/class-yith-wcwl-admin.php:280
52
  msgid ""
53
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
54
  msgstr ""
55
 
56
+ #: includes/class-yith-wcwl-admin.php:281
57
  msgid ""
58
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
59
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
60
  "on \"Add to wishlist\""
61
  msgstr ""
62
 
63
+ #: includes/class-yith-wcwl-admin.php:282
64
  msgid ""
65
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
66
  "them either public (visible to everyone), private or shared (visible only to "
67
  "people it has been shared with)"
68
  msgstr ""
69
 
70
+ #: includes/class-yith-wcwl-admin.php:283
71
  msgid ""
72
  "Choose between <b>different layouts</b> for the wishlist page and for the "
73
  "wishlist content"
74
  msgstr ""
75
 
76
+ #: includes/class-yith-wcwl-admin.php:284
77
  msgid ""
78
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
79
  "move a product from one wishlist to another, change order of items, "
80
  "quantity, etc."
81
  msgstr ""
82
 
83
+ #: includes/class-yith-wcwl-admin.php:285
84
  msgid ""
85
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
86
  "content of their wishlist to the admin and get a custom quote"
87
  msgstr ""
88
 
89
+ #: includes/class-yith-wcwl-admin.php:286
90
  msgid ""
91
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
92
  "(available also with \"mini-cart\" style for the header)"
93
  msgstr ""
94
 
95
+ #: includes/class-yith-wcwl-admin.php:287
96
  msgid ""
97
  "View the most popular products added to the wishlist by your customers and "
98
  "<b>send promotional emails to users</b> who have added specific products to "
99
  "their wishlist"
100
  msgstr ""
101
 
102
+ #: includes/class-yith-wcwl-admin.php:288
103
  msgid ""
104
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
105
  "the list is back in stock or on sale"
106
  msgstr ""
107
 
108
+ #: includes/class-yith-wcwl-admin.php:289
109
  msgid "Regular updates, Translations and Premium Support"
110
  msgstr ""
111
 
132
  msgid "Please, make sure to enter a valid title"
133
  msgstr "Inserisci un valido titolo"
134
 
135
+ #: includes/class-yith-wcwl-frontend.php:552
136
  msgid ""
137
  "We are sorry, but this feature is available only if cookies on your browser "
138
  "are enabled."
140
  "Spiacenti, questa funzionalità è disponibile solo se hai abilitato i cookie "
141
  "nel tuo browser."
142
 
143
+ #: includes/class-yith-wcwl-frontend.php:553
144
  msgid "Product added to cart successfully"
145
  msgstr "Prodotto aggiunto al carrello con successo"
146
 
147
+ #: includes/class-yith-wcwl-frontend.php:816
148
  #: includes/class-yith-wcwl-shortcode.php:239
149
  #: plugin-options/wishlist_page-options.php:240
150
  #: templates/wishlist-view-footer-mobile.php:46
361
  msgid "Remove from list"
362
  msgstr "Rimuovi dalla lista"
363
 
364
+ #: includes/class-yith-wcwl-wishlist-item.php:193
365
  msgid "Free!"
366
  msgstr "Gratuito!"
367
 
1395
  msgid "Edit title"
1396
  msgstr "Modifica titolo"
1397
 
1398
+ #: templates/wishlist-view-mobile.php:134
1399
  msgid "Added on:"
1400
  msgstr "Aggiunto il:"
1401
 
1402
+ #: templates/wishlist-view-mobile.php:145
1403
  msgid "Price:"
1404
  msgstr "Prezzo:"
1405
 
1406
+ #: templates/wishlist-view-mobile.php:172
1407
  msgid "Quantity:"
1408
  msgstr "Quantità:"
1409
 
1410
+ #: templates/wishlist-view-mobile.php:187
1411
  msgid "Stock:"
1412
  msgstr "Disponibilità in magazzino:"
1413
 
1414
+ #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1415
  msgid "Out of stock"
1416
  msgstr "Esaurito"
1417
 
1418
+ #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1419
  msgid "In Stock"
1420
  msgstr "Disponibile"
1421
 
1422
+ #: templates/wishlist-view-mobile.php:210 templates/wishlist-view.php:260
1423
  msgid "Move"
1424
  msgstr "Sposta"
1425
 
1426
+ #: templates/wishlist-view-mobile.php:231 templates/wishlist-view.php:281
1427
  msgid "Move to another list &rsaquo;"
1428
  msgstr "Sposta in un'altra lista &rsaquo;"
1429
 
1430
+ #: templates/wishlist-view-mobile.php:239 templates/wishlist-view.php:155
1431
+ #: templates/wishlist-view.php:291
1432
  msgid "Remove this product"
1433
  msgstr "Rimuovi questo prodotto"
1434
 
1435
+ #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:311
1436
  msgid "No products added to the wishlist"
1437
  msgstr "Non è stato ancora aggiunto nessun prodotto alla lista"
1438
 
1457
  msgstr "Riordina"
1458
 
1459
  #. translators: date added label: 1 date added.
1460
+ #: templates/wishlist-view.php:241
1461
  msgid "Added on: %s"
1462
  msgstr "Aggiunto il: %s"
1463
 
1464
+ #: templates/wishlist-view.php:291
1465
  msgid "Remove"
1466
  msgstr "Rimuovi"
1467
 
1512
  msgstr ""
1513
 
1514
  #. translators: 1. % of reduction/increase in price.
1515
+ #: includes/class-yith-wcwl-wishlist-item.php:435
1516
  msgctxt ""
1517
  "Part of the template that shows price variation since addition to list; "
1518
  "placeholder will be replaced with a percentage"
1520
  msgstr ""
1521
 
1522
  #. translators: 2: original product price.
1523
+ #: includes/class-yith-wcwl-wishlist-item.php:437
1524
  msgctxt ""
1525
  "Part of the template that shows price variation since addition to list; "
1526
  "placeholder will be replaced with a price"
languages/yith-woocommerce-wishlist-ko_KR.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-ko_KR.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
- "POT-Creation-Date: 2022-01-12 11:22:42+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:05+0200\n"
10
  "Last-Translator: Valentyn Zubenko <valentyn.zubenko@gmail.com>\n"
11
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
@@ -23,20 +23,20 @@ msgstr ""
23
  "X-Poedit-SearchPath-0: ..\n"
24
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
25
 
26
- #: includes/class-yith-wcwl-admin.php:125
27
  #, fuzzy
28
  msgid "Wishlist Page"
29
  msgstr "개인 위시리스트 "
30
 
31
- #: includes/class-yith-wcwl-admin.php:147
32
  msgid "General settings"
33
  msgstr ""
34
 
35
- #: includes/class-yith-wcwl-admin.php:148
36
  msgid "Add to wishlist options"
37
  msgstr ""
38
 
39
- #: includes/class-yith-wcwl-admin.php:149
40
  msgid "Wishlist page options"
41
  msgstr ""
42
 
@@ -46,64 +46,64 @@ msgid ""
46
  "to purchase on your e-commerce."
47
  msgstr ""
48
 
49
- #: includes/class-yith-wcwl-admin.php:270
50
  msgid ""
51
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
52
  msgstr ""
53
 
54
- #: includes/class-yith-wcwl-admin.php:271
55
  msgid ""
56
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
57
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
58
  "on \"Add to wishlist\""
59
  msgstr ""
60
 
61
- #: includes/class-yith-wcwl-admin.php:272
62
  msgid ""
63
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
64
  "them either public (visible to everyone), private or shared (visible only to "
65
  "people it has been shared with)"
66
  msgstr ""
67
 
68
- #: includes/class-yith-wcwl-admin.php:273
69
  msgid ""
70
  "Choose between <b>different layouts</b> for the wishlist page and for the "
71
  "wishlist content"
72
  msgstr ""
73
 
74
- #: includes/class-yith-wcwl-admin.php:274
75
  msgid ""
76
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
77
  "move a product from one wishlist to another, change order of items, "
78
  "quantity, etc."
79
  msgstr ""
80
 
81
- #: includes/class-yith-wcwl-admin.php:275
82
  msgid ""
83
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
84
  "content of their wishlist to the admin and get a custom quote"
85
  msgstr ""
86
 
87
- #: includes/class-yith-wcwl-admin.php:276
88
  msgid ""
89
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
90
  "(available also with \"mini-cart\" style for the header)"
91
  msgstr ""
92
 
93
- #: includes/class-yith-wcwl-admin.php:277
94
  msgid ""
95
  "View the most popular products added to the wishlist by your customers and "
96
  "<b>send promotional emails to users</b> who have added specific products to "
97
  "their wishlist"
98
  msgstr ""
99
 
100
- #: includes/class-yith-wcwl-admin.php:278
101
  msgid ""
102
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
103
  "the list is back in stock or on sale"
104
  msgstr ""
105
 
106
- #: includes/class-yith-wcwl-admin.php:279
107
  msgid "Regular updates, Translations and Premium Support"
108
  msgstr ""
109
 
@@ -130,17 +130,17 @@ msgstr "상품이 성공적으로 제거 되었습니다."
130
  msgid "Please, make sure to enter a valid title"
131
  msgstr ""
132
 
133
- #: includes/class-yith-wcwl-frontend.php:461
134
  msgid ""
135
  "We are sorry, but this feature is available only if cookies on your browser "
136
  "are enabled."
137
  msgstr ""
138
 
139
- #: includes/class-yith-wcwl-frontend.php:462
140
  msgid "Product added to cart successfully"
141
  msgstr ""
142
 
143
- #: includes/class-yith-wcwl-frontend.php:725
144
  #: includes/class-yith-wcwl-shortcode.php:239
145
  #: plugin-options/wishlist_page-options.php:240
146
  #: templates/wishlist-view-footer-mobile.php:46
@@ -327,7 +327,7 @@ msgstr ""
327
  msgid "Remove from list"
328
  msgstr ""
329
 
330
- #: includes/class-yith-wcwl-wishlist-item.php:189
331
  msgid "Free!"
332
  msgstr "프리!"
333
 
@@ -1275,44 +1275,44 @@ msgstr ""
1275
  msgid "Edit title"
1276
  msgstr "타이틀 편집 "
1277
 
1278
- #: templates/wishlist-view-mobile.php:136
1279
  msgid "Added on:"
1280
  msgstr ""
1281
 
1282
- #: templates/wishlist-view-mobile.php:147
1283
  msgid "Price:"
1284
  msgstr ""
1285
 
1286
- #: templates/wishlist-view-mobile.php:174
1287
  msgid "Quantity:"
1288
  msgstr ""
1289
 
1290
- #: templates/wishlist-view-mobile.php:189
1291
  msgid "Stock:"
1292
  msgstr ""
1293
 
1294
- #: templates/wishlist-view-mobile.php:192 templates/wishlist-view.php:229
1295
  msgid "Out of stock"
1296
  msgstr ""
1297
 
1298
- #: templates/wishlist-view-mobile.php:192 templates/wishlist-view.php:229
1299
  msgid "In Stock"
1300
  msgstr "재고 있음 "
1301
 
1302
- #: templates/wishlist-view-mobile.php:212 templates/wishlist-view.php:262
1303
  msgid "Move"
1304
  msgstr "이동 "
1305
 
1306
- #: templates/wishlist-view-mobile.php:233 templates/wishlist-view.php:283
1307
  msgid "Move to another list &rsaquo;"
1308
  msgstr ""
1309
 
1310
- #: templates/wishlist-view-mobile.php:241 templates/wishlist-view.php:157
1311
- #: templates/wishlist-view.php:293
1312
  msgid "Remove this product"
1313
  msgstr "이 상품 제거 "
1314
 
1315
- #: templates/wishlist-view-mobile.php:252 templates/wishlist-view.php:313
1316
  msgid "No products added to the wishlist"
1317
  msgstr ""
1318
 
@@ -1337,11 +1337,11 @@ msgid "Arrange"
1337
  msgstr ""
1338
 
1339
  #. translators: date added label: 1 date added.
1340
- #: templates/wishlist-view.php:243
1341
  msgid "Added on: %s"
1342
  msgstr ""
1343
 
1344
- #: templates/wishlist-view.php:293
1345
  msgid "Remove"
1346
  msgstr "제거 "
1347
 
@@ -1392,7 +1392,7 @@ msgid "Shows a list of products in wishlist"
1392
  msgstr ""
1393
 
1394
  #. translators: 1. % of reduction/increase in price.
1395
- #: includes/class-yith-wcwl-wishlist-item.php:428
1396
  msgctxt ""
1397
  "Part of the template that shows price variation since addition to list; "
1398
  "placeholder will be replaced with a percentage"
@@ -1400,7 +1400,7 @@ msgid "Price is %1$s%%"
1400
  msgstr ""
1401
 
1402
  #. translators: 2: original product price.
1403
- #: includes/class-yith-wcwl-wishlist-item.php:430
1404
  msgctxt ""
1405
  "Part of the template that shows price variation since addition to list; "
1406
  "placeholder will be replaced with a price"
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
+ "POT-Creation-Date: 2022-06-19 14:16:05+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:05+0200\n"
10
  "Last-Translator: Valentyn Zubenko <valentyn.zubenko@gmail.com>\n"
11
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
23
  "X-Poedit-SearchPath-0: ..\n"
24
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
25
 
26
+ #: includes/class-yith-wcwl-admin.php:124
27
  #, fuzzy
28
  msgid "Wishlist Page"
29
  msgstr "개인 위시리스트 "
30
 
31
+ #: includes/class-yith-wcwl-admin.php:146
32
  msgid "General settings"
33
  msgstr ""
34
 
35
+ #: includes/class-yith-wcwl-admin.php:147
36
  msgid "Add to wishlist options"
37
  msgstr ""
38
 
39
+ #: includes/class-yith-wcwl-admin.php:148
40
  msgid "Wishlist page options"
41
  msgstr ""
42
 
46
  "to purchase on your e-commerce."
47
  msgstr ""
48
 
49
+ #: includes/class-yith-wcwl-admin.php:280
50
  msgid ""
51
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
52
  msgstr ""
53
 
54
+ #: includes/class-yith-wcwl-admin.php:281
55
  msgid ""
56
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
57
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
58
  "on \"Add to wishlist\""
59
  msgstr ""
60
 
61
+ #: includes/class-yith-wcwl-admin.php:282
62
  msgid ""
63
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
64
  "them either public (visible to everyone), private or shared (visible only to "
65
  "people it has been shared with)"
66
  msgstr ""
67
 
68
+ #: includes/class-yith-wcwl-admin.php:283
69
  msgid ""
70
  "Choose between <b>different layouts</b> for the wishlist page and for the "
71
  "wishlist content"
72
  msgstr ""
73
 
74
+ #: includes/class-yith-wcwl-admin.php:284
75
  msgid ""
76
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
77
  "move a product from one wishlist to another, change order of items, "
78
  "quantity, etc."
79
  msgstr ""
80
 
81
+ #: includes/class-yith-wcwl-admin.php:285
82
  msgid ""
83
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
84
  "content of their wishlist to the admin and get a custom quote"
85
  msgstr ""
86
 
87
+ #: includes/class-yith-wcwl-admin.php:286
88
  msgid ""
89
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
90
  "(available also with \"mini-cart\" style for the header)"
91
  msgstr ""
92
 
93
+ #: includes/class-yith-wcwl-admin.php:287
94
  msgid ""
95
  "View the most popular products added to the wishlist by your customers and "
96
  "<b>send promotional emails to users</b> who have added specific products to "
97
  "their wishlist"
98
  msgstr ""
99
 
100
+ #: includes/class-yith-wcwl-admin.php:288
101
  msgid ""
102
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
103
  "the list is back in stock or on sale"
104
  msgstr ""
105
 
106
+ #: includes/class-yith-wcwl-admin.php:289
107
  msgid "Regular updates, Translations and Premium Support"
108
  msgstr ""
109
 
130
  msgid "Please, make sure to enter a valid title"
131
  msgstr ""
132
 
133
+ #: includes/class-yith-wcwl-frontend.php:552
134
  msgid ""
135
  "We are sorry, but this feature is available only if cookies on your browser "
136
  "are enabled."
137
  msgstr ""
138
 
139
+ #: includes/class-yith-wcwl-frontend.php:553
140
  msgid "Product added to cart successfully"
141
  msgstr ""
142
 
143
+ #: includes/class-yith-wcwl-frontend.php:816
144
  #: includes/class-yith-wcwl-shortcode.php:239
145
  #: plugin-options/wishlist_page-options.php:240
146
  #: templates/wishlist-view-footer-mobile.php:46
327
  msgid "Remove from list"
328
  msgstr ""
329
 
330
+ #: includes/class-yith-wcwl-wishlist-item.php:193
331
  msgid "Free!"
332
  msgstr "프리!"
333
 
1275
  msgid "Edit title"
1276
  msgstr "타이틀 편집 "
1277
 
1278
+ #: templates/wishlist-view-mobile.php:134
1279
  msgid "Added on:"
1280
  msgstr ""
1281
 
1282
+ #: templates/wishlist-view-mobile.php:145
1283
  msgid "Price:"
1284
  msgstr ""
1285
 
1286
+ #: templates/wishlist-view-mobile.php:172
1287
  msgid "Quantity:"
1288
  msgstr ""
1289
 
1290
+ #: templates/wishlist-view-mobile.php:187
1291
  msgid "Stock:"
1292
  msgstr ""
1293
 
1294
+ #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1295
  msgid "Out of stock"
1296
  msgstr ""
1297
 
1298
+ #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1299
  msgid "In Stock"
1300
  msgstr "재고 있음 "
1301
 
1302
+ #: templates/wishlist-view-mobile.php:210 templates/wishlist-view.php:260
1303
  msgid "Move"
1304
  msgstr "이동 "
1305
 
1306
+ #: templates/wishlist-view-mobile.php:231 templates/wishlist-view.php:281
1307
  msgid "Move to another list &rsaquo;"
1308
  msgstr ""
1309
 
1310
+ #: templates/wishlist-view-mobile.php:239 templates/wishlist-view.php:155
1311
+ #: templates/wishlist-view.php:291
1312
  msgid "Remove this product"
1313
  msgstr "이 상품 제거 "
1314
 
1315
+ #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:311
1316
  msgid "No products added to the wishlist"
1317
  msgstr ""
1318
 
1337
  msgstr ""
1338
 
1339
  #. translators: date added label: 1 date added.
1340
+ #: templates/wishlist-view.php:241
1341
  msgid "Added on: %s"
1342
  msgstr ""
1343
 
1344
+ #: templates/wishlist-view.php:291
1345
  msgid "Remove"
1346
  msgstr "제거 "
1347
 
1392
  msgstr ""
1393
 
1394
  #. translators: 1. % of reduction/increase in price.
1395
+ #: includes/class-yith-wcwl-wishlist-item.php:435
1396
  msgctxt ""
1397
  "Part of the template that shows price variation since addition to list; "
1398
  "placeholder will be replaced with a percentage"
1400
  msgstr ""
1401
 
1402
  #. translators: 2: original product price.
1403
+ #: includes/class-yith-wcwl-wishlist-item.php:437
1404
  msgctxt ""
1405
  "Part of the template that shows price variation since addition to list; "
1406
  "placeholder will be replaced with a price"
languages/yith-woocommerce-wishlist-nl_NL.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-nl_NL.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
- "POT-Creation-Date: 2022-01-12 11:22:42+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:06+0200\n"
10
  "Last-Translator: \n"
11
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
@@ -23,20 +23,20 @@ msgstr ""
23
  "X-Poedit-SearchPath-0: ..\n"
24
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
25
 
26
- #: includes/class-yith-wcwl-admin.php:125
27
  #, fuzzy
28
  msgid "Wishlist Page"
29
  msgstr "Verlanglijst pagina"
30
 
31
- #: includes/class-yith-wcwl-admin.php:147
32
  msgid "General settings"
33
  msgstr "Algemene instellingen"
34
 
35
- #: includes/class-yith-wcwl-admin.php:148
36
  msgid "Add to wishlist options"
37
  msgstr "Toevoegen aan verlanglijst opties"
38
 
39
- #: includes/class-yith-wcwl-admin.php:149
40
  msgid "Wishlist page options"
41
  msgstr "Verlanglijst pagina opties"
42
 
@@ -48,64 +48,64 @@ msgstr ""
48
  "Laat uw klanten een lijst met producten die zij willen kopen in uw e-"
49
  "commerce, maken en delen."
50
 
51
- #: includes/class-yith-wcwl-admin.php:270
52
  msgid ""
53
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
54
  msgstr ""
55
 
56
- #: includes/class-yith-wcwl-admin.php:271
57
  msgid ""
58
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
59
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
60
  "on \"Add to wishlist\""
61
  msgstr ""
62
 
63
- #: includes/class-yith-wcwl-admin.php:272
64
  msgid ""
65
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
66
  "them either public (visible to everyone), private or shared (visible only to "
67
  "people it has been shared with)"
68
  msgstr ""
69
 
70
- #: includes/class-yith-wcwl-admin.php:273
71
  msgid ""
72
  "Choose between <b>different layouts</b> for the wishlist page and for the "
73
  "wishlist content"
74
  msgstr ""
75
 
76
- #: includes/class-yith-wcwl-admin.php:274
77
  msgid ""
78
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
79
  "move a product from one wishlist to another, change order of items, "
80
  "quantity, etc."
81
  msgstr ""
82
 
83
- #: includes/class-yith-wcwl-admin.php:275
84
  msgid ""
85
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
86
  "content of their wishlist to the admin and get a custom quote"
87
  msgstr ""
88
 
89
- #: includes/class-yith-wcwl-admin.php:276
90
  msgid ""
91
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
92
  "(available also with \"mini-cart\" style for the header)"
93
  msgstr ""
94
 
95
- #: includes/class-yith-wcwl-admin.php:277
96
  msgid ""
97
  "View the most popular products added to the wishlist by your customers and "
98
  "<b>send promotional emails to users</b> who have added specific products to "
99
  "their wishlist"
100
  msgstr ""
101
 
102
- #: includes/class-yith-wcwl-admin.php:278
103
  msgid ""
104
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
105
  "the list is back in stock or on sale"
106
  msgstr ""
107
 
108
- #: includes/class-yith-wcwl-admin.php:279
109
  msgid "Regular updates, Translations and Premium Support"
110
  msgstr ""
111
 
@@ -132,7 +132,7 @@ msgstr "Product succesvol verwijderd."
132
  msgid "Please, make sure to enter a valid title"
133
  msgstr "let op dat u een geldige titel invoert"
134
 
135
- #: includes/class-yith-wcwl-frontend.php:461
136
  msgid ""
137
  "We are sorry, but this feature is available only if cookies on your browser "
138
  "are enabled."
@@ -140,11 +140,11 @@ msgstr ""
140
  "Sorry, deze optie is alleen beschikbaar als cookies in uw browser zijn "
141
  "ingeschakeld."
142
 
143
- #: includes/class-yith-wcwl-frontend.php:462
144
  msgid "Product added to cart successfully"
145
  msgstr "Product succesvol toegevoegd aan winkelwagen"
146
 
147
- #: includes/class-yith-wcwl-frontend.php:725
148
  #: includes/class-yith-wcwl-shortcode.php:239
149
  #: plugin-options/wishlist_page-options.php:240
150
  #: templates/wishlist-view-footer-mobile.php:46
@@ -360,7 +360,7 @@ msgstr "Delen via WhatsApp"
360
  msgid "Remove from list"
361
  msgstr "Verwijderen van lijst"
362
 
363
- #: includes/class-yith-wcwl-wishlist-item.php:189
364
  msgid "Free!"
365
  msgstr "Gratis!"
366
 
@@ -1397,44 +1397,44 @@ msgstr "Allen toevoegen aan winkelwagen"
1397
  msgid "Edit title"
1398
  msgstr "Bewerk titel"
1399
 
1400
- #: templates/wishlist-view-mobile.php:136
1401
  msgid "Added on:"
1402
  msgstr "Toegevoegd op:"
1403
 
1404
- #: templates/wishlist-view-mobile.php:147
1405
  msgid "Price:"
1406
  msgstr "Prijs:"
1407
 
1408
- #: templates/wishlist-view-mobile.php:174
1409
  msgid "Quantity:"
1410
  msgstr "Hoeveelheid:"
1411
 
1412
- #: templates/wishlist-view-mobile.php:189
1413
  msgid "Stock:"
1414
  msgstr "Voorraad:"
1415
 
1416
- #: templates/wishlist-view-mobile.php:192 templates/wishlist-view.php:229
1417
  msgid "Out of stock"
1418
  msgstr "Niet op voorraad"
1419
 
1420
- #: templates/wishlist-view-mobile.php:192 templates/wishlist-view.php:229
1421
  msgid "In Stock"
1422
  msgstr "Op voorraad"
1423
 
1424
- #: templates/wishlist-view-mobile.php:212 templates/wishlist-view.php:262
1425
  msgid "Move"
1426
  msgstr "Verplaatsen"
1427
 
1428
- #: templates/wishlist-view-mobile.php:233 templates/wishlist-view.php:283
1429
  msgid "Move to another list &rsaquo;"
1430
  msgstr "Verplaatsen naar een andere lijst &rsaquo;"
1431
 
1432
- #: templates/wishlist-view-mobile.php:241 templates/wishlist-view.php:157
1433
- #: templates/wishlist-view.php:293
1434
  msgid "Remove this product"
1435
  msgstr "Verwijder dit product"
1436
 
1437
- #: templates/wishlist-view-mobile.php:252 templates/wishlist-view.php:313
1438
  msgid "No products added to the wishlist"
1439
  msgstr "Geen producten toegevoegd aan de verlanglijst"
1440
 
@@ -1459,11 +1459,11 @@ msgid "Arrange"
1459
  msgstr "Schikken"
1460
 
1461
  #. translators: date added label: 1 date added.
1462
- #: templates/wishlist-view.php:243
1463
  msgid "Added on: %s"
1464
  msgstr "Toegevoegd op: %s"
1465
 
1466
- #: templates/wishlist-view.php:293
1467
  msgid "Remove"
1468
  msgstr "Verwijderen"
1469
 
@@ -1514,7 +1514,7 @@ msgid "Shows a list of products in wishlist"
1514
  msgstr ""
1515
 
1516
  #. translators: 1. % of reduction/increase in price.
1517
- #: includes/class-yith-wcwl-wishlist-item.php:428
1518
  msgctxt ""
1519
  "Part of the template that shows price variation since addition to list; "
1520
  "placeholder will be replaced with a percentage"
@@ -1522,7 +1522,7 @@ msgid "Price is %1$s%%"
1522
  msgstr ""
1523
 
1524
  #. translators: 2: original product price.
1525
- #: includes/class-yith-wcwl-wishlist-item.php:430
1526
  msgctxt ""
1527
  "Part of the template that shows price variation since addition to list; "
1528
  "placeholder will be replaced with a price"
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
+ "POT-Creation-Date: 2022-06-19 14:16:05+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:06+0200\n"
10
  "Last-Translator: \n"
11
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
23
  "X-Poedit-SearchPath-0: ..\n"
24
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
25
 
26
+ #: includes/class-yith-wcwl-admin.php:124
27
  #, fuzzy
28
  msgid "Wishlist Page"
29
  msgstr "Verlanglijst pagina"
30
 
31
+ #: includes/class-yith-wcwl-admin.php:146
32
  msgid "General settings"
33
  msgstr "Algemene instellingen"
34
 
35
+ #: includes/class-yith-wcwl-admin.php:147
36
  msgid "Add to wishlist options"
37
  msgstr "Toevoegen aan verlanglijst opties"
38
 
39
+ #: includes/class-yith-wcwl-admin.php:148
40
  msgid "Wishlist page options"
41
  msgstr "Verlanglijst pagina opties"
42
 
48
  "Laat uw klanten een lijst met producten die zij willen kopen in uw e-"
49
  "commerce, maken en delen."
50
 
51
+ #: includes/class-yith-wcwl-admin.php:280
52
  msgid ""
53
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
54
  msgstr ""
55
 
56
+ #: includes/class-yith-wcwl-admin.php:281
57
  msgid ""
58
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
59
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
60
  "on \"Add to wishlist\""
61
  msgstr ""
62
 
63
+ #: includes/class-yith-wcwl-admin.php:282
64
  msgid ""
65
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
66
  "them either public (visible to everyone), private or shared (visible only to "
67
  "people it has been shared with)"
68
  msgstr ""
69
 
70
+ #: includes/class-yith-wcwl-admin.php:283
71
  msgid ""
72
  "Choose between <b>different layouts</b> for the wishlist page and for the "
73
  "wishlist content"
74
  msgstr ""
75
 
76
+ #: includes/class-yith-wcwl-admin.php:284
77
  msgid ""
78
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
79
  "move a product from one wishlist to another, change order of items, "
80
  "quantity, etc."
81
  msgstr ""
82
 
83
+ #: includes/class-yith-wcwl-admin.php:285
84
  msgid ""
85
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
86
  "content of their wishlist to the admin and get a custom quote"
87
  msgstr ""
88
 
89
+ #: includes/class-yith-wcwl-admin.php:286
90
  msgid ""
91
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
92
  "(available also with \"mini-cart\" style for the header)"
93
  msgstr ""
94
 
95
+ #: includes/class-yith-wcwl-admin.php:287
96
  msgid ""
97
  "View the most popular products added to the wishlist by your customers and "
98
  "<b>send promotional emails to users</b> who have added specific products to "
99
  "their wishlist"
100
  msgstr ""
101
 
102
+ #: includes/class-yith-wcwl-admin.php:288
103
  msgid ""
104
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
105
  "the list is back in stock or on sale"
106
  msgstr ""
107
 
108
+ #: includes/class-yith-wcwl-admin.php:289
109
  msgid "Regular updates, Translations and Premium Support"
110
  msgstr ""
111
 
132
  msgid "Please, make sure to enter a valid title"
133
  msgstr "let op dat u een geldige titel invoert"
134
 
135
+ #: includes/class-yith-wcwl-frontend.php:552
136
  msgid ""
137
  "We are sorry, but this feature is available only if cookies on your browser "
138
  "are enabled."
140
  "Sorry, deze optie is alleen beschikbaar als cookies in uw browser zijn "
141
  "ingeschakeld."
142
 
143
+ #: includes/class-yith-wcwl-frontend.php:553
144
  msgid "Product added to cart successfully"
145
  msgstr "Product succesvol toegevoegd aan winkelwagen"
146
 
147
+ #: includes/class-yith-wcwl-frontend.php:816
148
  #: includes/class-yith-wcwl-shortcode.php:239
149
  #: plugin-options/wishlist_page-options.php:240
150
  #: templates/wishlist-view-footer-mobile.php:46
360
  msgid "Remove from list"
361
  msgstr "Verwijderen van lijst"
362
 
363
+ #: includes/class-yith-wcwl-wishlist-item.php:193
364
  msgid "Free!"
365
  msgstr "Gratis!"
366
 
1397
  msgid "Edit title"
1398
  msgstr "Bewerk titel"
1399
 
1400
+ #: templates/wishlist-view-mobile.php:134
1401
  msgid "Added on:"
1402
  msgstr "Toegevoegd op:"
1403
 
1404
+ #: templates/wishlist-view-mobile.php:145
1405
  msgid "Price:"
1406
  msgstr "Prijs:"
1407
 
1408
+ #: templates/wishlist-view-mobile.php:172
1409
  msgid "Quantity:"
1410
  msgstr "Hoeveelheid:"
1411
 
1412
+ #: templates/wishlist-view-mobile.php:187
1413
  msgid "Stock:"
1414
  msgstr "Voorraad:"
1415
 
1416
+ #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1417
  msgid "Out of stock"
1418
  msgstr "Niet op voorraad"
1419
 
1420
+ #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1421
  msgid "In Stock"
1422
  msgstr "Op voorraad"
1423
 
1424
+ #: templates/wishlist-view-mobile.php:210 templates/wishlist-view.php:260
1425
  msgid "Move"
1426
  msgstr "Verplaatsen"
1427
 
1428
+ #: templates/wishlist-view-mobile.php:231 templates/wishlist-view.php:281
1429
  msgid "Move to another list &rsaquo;"
1430
  msgstr "Verplaatsen naar een andere lijst &rsaquo;"
1431
 
1432
+ #: templates/wishlist-view-mobile.php:239 templates/wishlist-view.php:155
1433
+ #: templates/wishlist-view.php:291
1434
  msgid "Remove this product"
1435
  msgstr "Verwijder dit product"
1436
 
1437
+ #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:311
1438
  msgid "No products added to the wishlist"
1439
  msgstr "Geen producten toegevoegd aan de verlanglijst"
1440
 
1459
  msgstr "Schikken"
1460
 
1461
  #. translators: date added label: 1 date added.
1462
+ #: templates/wishlist-view.php:241
1463
  msgid "Added on: %s"
1464
  msgstr "Toegevoegd op: %s"
1465
 
1466
+ #: templates/wishlist-view.php:291
1467
  msgid "Remove"
1468
  msgstr "Verwijderen"
1469
 
1514
  msgstr ""
1515
 
1516
  #. translators: 1. % of reduction/increase in price.
1517
+ #: includes/class-yith-wcwl-wishlist-item.php:435
1518
  msgctxt ""
1519
  "Part of the template that shows price variation since addition to list; "
1520
  "placeholder will be replaced with a percentage"
1522
  msgstr ""
1523
 
1524
  #. translators: 2: original product price.
1525
+ #: includes/class-yith-wcwl-wishlist-item.php:437
1526
  msgctxt ""
1527
  "Part of the template that shows price variation since addition to list; "
1528
  "placeholder will be replaced with a price"
languages/yith-woocommerce-wishlist-pl_PL.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-pl_PL.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
- "POT-Creation-Date: 2022-01-12 11:22:42+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:06+0200\n"
10
  "Last-Translator: \n"
11
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
@@ -24,20 +24,20 @@ msgstr ""
24
  "X-Poedit-SearchPath-0: ..\n"
25
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
26
 
27
- #: includes/class-yith-wcwl-admin.php:125
28
  #, fuzzy
29
  msgid "Wishlist Page"
30
  msgstr "Obserwowane"
31
 
32
- #: includes/class-yith-wcwl-admin.php:147
33
  msgid "General settings"
34
  msgstr ""
35
 
36
- #: includes/class-yith-wcwl-admin.php:148
37
  msgid "Add to wishlist options"
38
  msgstr ""
39
 
40
- #: includes/class-yith-wcwl-admin.php:149
41
  msgid "Wishlist page options"
42
  msgstr ""
43
 
@@ -47,64 +47,64 @@ msgid ""
47
  "to purchase on your e-commerce."
48
  msgstr ""
49
 
50
- #: includes/class-yith-wcwl-admin.php:270
51
  msgid ""
52
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
53
  msgstr ""
54
 
55
- #: includes/class-yith-wcwl-admin.php:271
56
  msgid ""
57
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
58
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
59
  "on \"Add to wishlist\""
60
  msgstr ""
61
 
62
- #: includes/class-yith-wcwl-admin.php:272
63
  msgid ""
64
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
65
  "them either public (visible to everyone), private or shared (visible only to "
66
  "people it has been shared with)"
67
  msgstr ""
68
 
69
- #: includes/class-yith-wcwl-admin.php:273
70
  msgid ""
71
  "Choose between <b>different layouts</b> for the wishlist page and for the "
72
  "wishlist content"
73
  msgstr ""
74
 
75
- #: includes/class-yith-wcwl-admin.php:274
76
  msgid ""
77
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
78
  "move a product from one wishlist to another, change order of items, "
79
  "quantity, etc."
80
  msgstr ""
81
 
82
- #: includes/class-yith-wcwl-admin.php:275
83
  msgid ""
84
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
85
  "content of their wishlist to the admin and get a custom quote"
86
  msgstr ""
87
 
88
- #: includes/class-yith-wcwl-admin.php:276
89
  msgid ""
90
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
91
  "(available also with \"mini-cart\" style for the header)"
92
  msgstr ""
93
 
94
- #: includes/class-yith-wcwl-admin.php:277
95
  msgid ""
96
  "View the most popular products added to the wishlist by your customers and "
97
  "<b>send promotional emails to users</b> who have added specific products to "
98
  "their wishlist"
99
  msgstr ""
100
 
101
- #: includes/class-yith-wcwl-admin.php:278
102
  msgid ""
103
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
104
  "the list is back in stock or on sale"
105
  msgstr ""
106
 
107
- #: includes/class-yith-wcwl-admin.php:279
108
  msgid "Regular updates, Translations and Premium Support"
109
  msgstr ""
110
 
@@ -131,17 +131,17 @@ msgstr "Produkt został usunięty."
131
  msgid "Please, make sure to enter a valid title"
132
  msgstr ""
133
 
134
- #: includes/class-yith-wcwl-frontend.php:461
135
  msgid ""
136
  "We are sorry, but this feature is available only if cookies on your browser "
137
  "are enabled."
138
  msgstr ""
139
 
140
- #: includes/class-yith-wcwl-frontend.php:462
141
  msgid "Product added to cart successfully"
142
  msgstr ""
143
 
144
- #: includes/class-yith-wcwl-frontend.php:725
145
  #: includes/class-yith-wcwl-shortcode.php:239
146
  #: plugin-options/wishlist_page-options.php:240
147
  #: templates/wishlist-view-footer-mobile.php:46
@@ -328,7 +328,7 @@ msgstr ""
328
  msgid "Remove from list"
329
  msgstr ""
330
 
331
- #: includes/class-yith-wcwl-wishlist-item.php:189
332
  msgid "Free!"
333
  msgstr "Darmowe!"
334
 
@@ -1272,44 +1272,44 @@ msgstr ""
1272
  msgid "Edit title"
1273
  msgstr "Edytuj tytuł"
1274
 
1275
- #: templates/wishlist-view-mobile.php:136
1276
  msgid "Added on:"
1277
  msgstr ""
1278
 
1279
- #: templates/wishlist-view-mobile.php:147
1280
  msgid "Price:"
1281
  msgstr ""
1282
 
1283
- #: templates/wishlist-view-mobile.php:174
1284
  msgid "Quantity:"
1285
  msgstr ""
1286
 
1287
- #: templates/wishlist-view-mobile.php:189
1288
  msgid "Stock:"
1289
  msgstr ""
1290
 
1291
- #: templates/wishlist-view-mobile.php:192 templates/wishlist-view.php:229
1292
  msgid "Out of stock"
1293
  msgstr ""
1294
 
1295
- #: templates/wishlist-view-mobile.php:192 templates/wishlist-view.php:229
1296
  msgid "In Stock"
1297
  msgstr "Dostępny"
1298
 
1299
- #: templates/wishlist-view-mobile.php:212 templates/wishlist-view.php:262
1300
  msgid "Move"
1301
  msgstr "Przenieś"
1302
 
1303
- #: templates/wishlist-view-mobile.php:233 templates/wishlist-view.php:283
1304
  msgid "Move to another list &rsaquo;"
1305
  msgstr ""
1306
 
1307
- #: templates/wishlist-view-mobile.php:241 templates/wishlist-view.php:157
1308
- #: templates/wishlist-view.php:293
1309
  msgid "Remove this product"
1310
  msgstr "Usuń"
1311
 
1312
- #: templates/wishlist-view-mobile.php:252 templates/wishlist-view.php:313
1313
  msgid "No products added to the wishlist"
1314
  msgstr ""
1315
 
@@ -1334,11 +1334,11 @@ msgid "Arrange"
1334
  msgstr ""
1335
 
1336
  #. translators: date added label: 1 date added.
1337
- #: templates/wishlist-view.php:243
1338
  msgid "Added on: %s"
1339
  msgstr ""
1340
 
1341
- #: templates/wishlist-view.php:293
1342
  msgid "Remove"
1343
  msgstr "Usuń"
1344
 
@@ -1389,7 +1389,7 @@ msgid "Shows a list of products in wishlist"
1389
  msgstr ""
1390
 
1391
  #. translators: 1. % of reduction/increase in price.
1392
- #: includes/class-yith-wcwl-wishlist-item.php:428
1393
  msgctxt ""
1394
  "Part of the template that shows price variation since addition to list; "
1395
  "placeholder will be replaced with a percentage"
@@ -1397,7 +1397,7 @@ msgid "Price is %1$s%%"
1397
  msgstr ""
1398
 
1399
  #. translators: 2: original product price.
1400
- #: includes/class-yith-wcwl-wishlist-item.php:430
1401
  msgctxt ""
1402
  "Part of the template that shows price variation since addition to list; "
1403
  "placeholder will be replaced with a price"
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
+ "POT-Creation-Date: 2022-06-19 14:16:05+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:06+0200\n"
10
  "Last-Translator: \n"
11
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
24
  "X-Poedit-SearchPath-0: ..\n"
25
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
26
 
27
+ #: includes/class-yith-wcwl-admin.php:124
28
  #, fuzzy
29
  msgid "Wishlist Page"
30
  msgstr "Obserwowane"
31
 
32
+ #: includes/class-yith-wcwl-admin.php:146
33
  msgid "General settings"
34
  msgstr ""
35
 
36
+ #: includes/class-yith-wcwl-admin.php:147
37
  msgid "Add to wishlist options"
38
  msgstr ""
39
 
40
+ #: includes/class-yith-wcwl-admin.php:148
41
  msgid "Wishlist page options"
42
  msgstr ""
43
 
47
  "to purchase on your e-commerce."
48
  msgstr ""
49
 
50
+ #: includes/class-yith-wcwl-admin.php:280
51
  msgid ""
52
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
53
  msgstr ""
54
 
55
+ #: includes/class-yith-wcwl-admin.php:281
56
  msgid ""
57
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
58
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
59
  "on \"Add to wishlist\""
60
  msgstr ""
61
 
62
+ #: includes/class-yith-wcwl-admin.php:282
63
  msgid ""
64
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
65
  "them either public (visible to everyone), private or shared (visible only to "
66
  "people it has been shared with)"
67
  msgstr ""
68
 
69
+ #: includes/class-yith-wcwl-admin.php:283
70
  msgid ""
71
  "Choose between <b>different layouts</b> for the wishlist page and for the "
72
  "wishlist content"
73
  msgstr ""
74
 
75
+ #: includes/class-yith-wcwl-admin.php:284
76
  msgid ""
77
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
78
  "move a product from one wishlist to another, change order of items, "
79
  "quantity, etc."
80
  msgstr ""
81
 
82
+ #: includes/class-yith-wcwl-admin.php:285
83
  msgid ""
84
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
85
  "content of their wishlist to the admin and get a custom quote"
86
  msgstr ""
87
 
88
+ #: includes/class-yith-wcwl-admin.php:286
89
  msgid ""
90
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
91
  "(available also with \"mini-cart\" style for the header)"
92
  msgstr ""
93
 
94
+ #: includes/class-yith-wcwl-admin.php:287
95
  msgid ""
96
  "View the most popular products added to the wishlist by your customers and "
97
  "<b>send promotional emails to users</b> who have added specific products to "
98
  "their wishlist"
99
  msgstr ""
100
 
101
+ #: includes/class-yith-wcwl-admin.php:288
102
  msgid ""
103
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
104
  "the list is back in stock or on sale"
105
  msgstr ""
106
 
107
+ #: includes/class-yith-wcwl-admin.php:289
108
  msgid "Regular updates, Translations and Premium Support"
109
  msgstr ""
110
 
131
  msgid "Please, make sure to enter a valid title"
132
  msgstr ""
133
 
134
+ #: includes/class-yith-wcwl-frontend.php:552
135
  msgid ""
136
  "We are sorry, but this feature is available only if cookies on your browser "
137
  "are enabled."
138
  msgstr ""
139
 
140
+ #: includes/class-yith-wcwl-frontend.php:553
141
  msgid "Product added to cart successfully"
142
  msgstr ""
143
 
144
+ #: includes/class-yith-wcwl-frontend.php:816
145
  #: includes/class-yith-wcwl-shortcode.php:239
146
  #: plugin-options/wishlist_page-options.php:240
147
  #: templates/wishlist-view-footer-mobile.php:46
328
  msgid "Remove from list"
329
  msgstr ""
330
 
331
+ #: includes/class-yith-wcwl-wishlist-item.php:193
332
  msgid "Free!"
333
  msgstr "Darmowe!"
334
 
1272
  msgid "Edit title"
1273
  msgstr "Edytuj tytuł"
1274
 
1275
+ #: templates/wishlist-view-mobile.php:134
1276
  msgid "Added on:"
1277
  msgstr ""
1278
 
1279
+ #: templates/wishlist-view-mobile.php:145
1280
  msgid "Price:"
1281
  msgstr ""
1282
 
1283
+ #: templates/wishlist-view-mobile.php:172
1284
  msgid "Quantity:"
1285
  msgstr ""
1286
 
1287
+ #: templates/wishlist-view-mobile.php:187
1288
  msgid "Stock:"
1289
  msgstr ""
1290
 
1291
+ #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1292
  msgid "Out of stock"
1293
  msgstr ""
1294
 
1295
+ #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1296
  msgid "In Stock"
1297
  msgstr "Dostępny"
1298
 
1299
+ #: templates/wishlist-view-mobile.php:210 templates/wishlist-view.php:260
1300
  msgid "Move"
1301
  msgstr "Przenieś"
1302
 
1303
+ #: templates/wishlist-view-mobile.php:231 templates/wishlist-view.php:281
1304
  msgid "Move to another list &rsaquo;"
1305
  msgstr ""
1306
 
1307
+ #: templates/wishlist-view-mobile.php:239 templates/wishlist-view.php:155
1308
+ #: templates/wishlist-view.php:291
1309
  msgid "Remove this product"
1310
  msgstr "Usuń"
1311
 
1312
+ #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:311
1313
  msgid "No products added to the wishlist"
1314
  msgstr ""
1315
 
1334
  msgstr ""
1335
 
1336
  #. translators: date added label: 1 date added.
1337
+ #: templates/wishlist-view.php:241
1338
  msgid "Added on: %s"
1339
  msgstr ""
1340
 
1341
+ #: templates/wishlist-view.php:291
1342
  msgid "Remove"
1343
  msgstr "Usuń"
1344
 
1389
  msgstr ""
1390
 
1391
  #. translators: 1. % of reduction/increase in price.
1392
+ #: includes/class-yith-wcwl-wishlist-item.php:435
1393
  msgctxt ""
1394
  "Part of the template that shows price variation since addition to list; "
1395
  "placeholder will be replaced with a percentage"
1397
  msgstr ""
1398
 
1399
  #. translators: 2: original product price.
1400
+ #: includes/class-yith-wcwl-wishlist-item.php:437
1401
  msgctxt ""
1402
  "Part of the template that shows price variation since addition to list; "
1403
  "placeholder will be replaced with a price"
languages/yith-woocommerce-wishlist-pt_BR.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-pt_BR.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
- "POT-Creation-Date: 2022-01-12 11:22:42+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:06+0200\n"
10
  "Last-Translator: YIThemes <support@yithemes.com>\n"
11
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
@@ -23,20 +23,20 @@ msgstr ""
23
  "X-Poedit-SearchPath-0: ..\n"
24
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
25
 
26
- #: includes/class-yith-wcwl-admin.php:125
27
  #, fuzzy
28
  msgid "Wishlist Page"
29
  msgstr "Lista de Desejos"
30
 
31
- #: includes/class-yith-wcwl-admin.php:147
32
  msgid "General settings"
33
  msgstr ""
34
 
35
- #: includes/class-yith-wcwl-admin.php:148
36
  msgid "Add to wishlist options"
37
  msgstr ""
38
 
39
- #: includes/class-yith-wcwl-admin.php:149
40
  msgid "Wishlist page options"
41
  msgstr ""
42
 
@@ -46,64 +46,64 @@ msgid ""
46
  "to purchase on your e-commerce."
47
  msgstr ""
48
 
49
- #: includes/class-yith-wcwl-admin.php:270
50
  msgid ""
51
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
52
  msgstr ""
53
 
54
- #: includes/class-yith-wcwl-admin.php:271
55
  msgid ""
56
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
57
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
58
  "on \"Add to wishlist\""
59
  msgstr ""
60
 
61
- #: includes/class-yith-wcwl-admin.php:272
62
  msgid ""
63
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
64
  "them either public (visible to everyone), private or shared (visible only to "
65
  "people it has been shared with)"
66
  msgstr ""
67
 
68
- #: includes/class-yith-wcwl-admin.php:273
69
  msgid ""
70
  "Choose between <b>different layouts</b> for the wishlist page and for the "
71
  "wishlist content"
72
  msgstr ""
73
 
74
- #: includes/class-yith-wcwl-admin.php:274
75
  msgid ""
76
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
77
  "move a product from one wishlist to another, change order of items, "
78
  "quantity, etc."
79
  msgstr ""
80
 
81
- #: includes/class-yith-wcwl-admin.php:275
82
  msgid ""
83
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
84
  "content of their wishlist to the admin and get a custom quote"
85
  msgstr ""
86
 
87
- #: includes/class-yith-wcwl-admin.php:276
88
  msgid ""
89
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
90
  "(available also with \"mini-cart\" style for the header)"
91
  msgstr ""
92
 
93
- #: includes/class-yith-wcwl-admin.php:277
94
  msgid ""
95
  "View the most popular products added to the wishlist by your customers and "
96
  "<b>send promotional emails to users</b> who have added specific products to "
97
  "their wishlist"
98
  msgstr ""
99
 
100
- #: includes/class-yith-wcwl-admin.php:278
101
  msgid ""
102
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
103
  "the list is back in stock or on sale"
104
  msgstr ""
105
 
106
- #: includes/class-yith-wcwl-admin.php:279
107
  msgid "Regular updates, Translations and Premium Support"
108
  msgstr ""
109
 
@@ -130,17 +130,17 @@ msgstr "Produto removida com sucesso."
130
  msgid "Please, make sure to enter a valid title"
131
  msgstr ""
132
 
133
- #: includes/class-yith-wcwl-frontend.php:461
134
  msgid ""
135
  "We are sorry, but this feature is available only if cookies on your browser "
136
  "are enabled."
137
  msgstr ""
138
 
139
- #: includes/class-yith-wcwl-frontend.php:462
140
  msgid "Product added to cart successfully"
141
  msgstr ""
142
 
143
- #: includes/class-yith-wcwl-frontend.php:725
144
  #: includes/class-yith-wcwl-shortcode.php:239
145
  #: plugin-options/wishlist_page-options.php:240
146
  #: templates/wishlist-view-footer-mobile.php:46
@@ -327,7 +327,7 @@ msgstr ""
327
  msgid "Remove from list"
328
  msgstr ""
329
 
330
- #: includes/class-yith-wcwl-wishlist-item.php:189
331
  msgid "Free!"
332
  msgstr ""
333
 
@@ -1271,44 +1271,44 @@ msgstr ""
1271
  msgid "Edit title"
1272
  msgstr "Titulo da lista de desejos"
1273
 
1274
- #: templates/wishlist-view-mobile.php:136
1275
  msgid "Added on:"
1276
  msgstr ""
1277
 
1278
- #: templates/wishlist-view-mobile.php:147
1279
  msgid "Price:"
1280
  msgstr ""
1281
 
1282
- #: templates/wishlist-view-mobile.php:174
1283
  msgid "Quantity:"
1284
  msgstr ""
1285
 
1286
- #: templates/wishlist-view-mobile.php:189
1287
  msgid "Stock:"
1288
  msgstr ""
1289
 
1290
- #: templates/wishlist-view-mobile.php:192 templates/wishlist-view.php:229
1291
  msgid "Out of stock"
1292
  msgstr ""
1293
 
1294
- #: templates/wishlist-view-mobile.php:192 templates/wishlist-view.php:229
1295
  msgid "In Stock"
1296
  msgstr "Em estoque"
1297
 
1298
- #: templates/wishlist-view-mobile.php:212 templates/wishlist-view.php:262
1299
  msgid "Move"
1300
  msgstr ""
1301
 
1302
- #: templates/wishlist-view-mobile.php:233 templates/wishlist-view.php:283
1303
  msgid "Move to another list &rsaquo;"
1304
  msgstr ""
1305
 
1306
- #: templates/wishlist-view-mobile.php:241 templates/wishlist-view.php:157
1307
- #: templates/wishlist-view.php:293
1308
  msgid "Remove this product"
1309
  msgstr "Remover este produto"
1310
 
1311
- #: templates/wishlist-view-mobile.php:252 templates/wishlist-view.php:313
1312
  msgid "No products added to the wishlist"
1313
  msgstr ""
1314
 
@@ -1333,11 +1333,11 @@ msgid "Arrange"
1333
  msgstr ""
1334
 
1335
  #. translators: date added label: 1 date added.
1336
- #: templates/wishlist-view.php:243
1337
  msgid "Added on: %s"
1338
  msgstr ""
1339
 
1340
- #: templates/wishlist-view.php:293
1341
  msgid "Remove"
1342
  msgstr ""
1343
 
@@ -1388,7 +1388,7 @@ msgid "Shows a list of products in wishlist"
1388
  msgstr ""
1389
 
1390
  #. translators: 1. % of reduction/increase in price.
1391
- #: includes/class-yith-wcwl-wishlist-item.php:428
1392
  msgctxt ""
1393
  "Part of the template that shows price variation since addition to list; "
1394
  "placeholder will be replaced with a percentage"
@@ -1396,7 +1396,7 @@ msgid "Price is %1$s%%"
1396
  msgstr ""
1397
 
1398
  #. translators: 2: original product price.
1399
- #: includes/class-yith-wcwl-wishlist-item.php:430
1400
  msgctxt ""
1401
  "Part of the template that shows price variation since addition to list; "
1402
  "placeholder will be replaced with a price"
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
+ "POT-Creation-Date: 2022-06-19 14:16:05+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:06+0200\n"
10
  "Last-Translator: YIThemes <support@yithemes.com>\n"
11
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
23
  "X-Poedit-SearchPath-0: ..\n"
24
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
25
 
26
+ #: includes/class-yith-wcwl-admin.php:124
27
  #, fuzzy
28
  msgid "Wishlist Page"
29
  msgstr "Lista de Desejos"
30
 
31
+ #: includes/class-yith-wcwl-admin.php:146
32
  msgid "General settings"
33
  msgstr ""
34
 
35
+ #: includes/class-yith-wcwl-admin.php:147
36
  msgid "Add to wishlist options"
37
  msgstr ""
38
 
39
+ #: includes/class-yith-wcwl-admin.php:148
40
  msgid "Wishlist page options"
41
  msgstr ""
42
 
46
  "to purchase on your e-commerce."
47
  msgstr ""
48
 
49
+ #: includes/class-yith-wcwl-admin.php:280
50
  msgid ""
51
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
52
  msgstr ""
53
 
54
+ #: includes/class-yith-wcwl-admin.php:281
55
  msgid ""
56
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
57
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
58
  "on \"Add to wishlist\""
59
  msgstr ""
60
 
61
+ #: includes/class-yith-wcwl-admin.php:282
62
  msgid ""
63
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
64
  "them either public (visible to everyone), private or shared (visible only to "
65
  "people it has been shared with)"
66
  msgstr ""
67
 
68
+ #: includes/class-yith-wcwl-admin.php:283
69
  msgid ""
70
  "Choose between <b>different layouts</b> for the wishlist page and for the "
71
  "wishlist content"
72
  msgstr ""
73
 
74
+ #: includes/class-yith-wcwl-admin.php:284
75
  msgid ""
76
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
77
  "move a product from one wishlist to another, change order of items, "
78
  "quantity, etc."
79
  msgstr ""
80
 
81
+ #: includes/class-yith-wcwl-admin.php:285
82
  msgid ""
83
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
84
  "content of their wishlist to the admin and get a custom quote"
85
  msgstr ""
86
 
87
+ #: includes/class-yith-wcwl-admin.php:286
88
  msgid ""
89
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
90
  "(available also with \"mini-cart\" style for the header)"
91
  msgstr ""
92
 
93
+ #: includes/class-yith-wcwl-admin.php:287
94
  msgid ""
95
  "View the most popular products added to the wishlist by your customers and "
96
  "<b>send promotional emails to users</b> who have added specific products to "
97
  "their wishlist"
98
  msgstr ""
99
 
100
+ #: includes/class-yith-wcwl-admin.php:288
101
  msgid ""
102
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
103
  "the list is back in stock or on sale"
104
  msgstr ""
105
 
106
+ #: includes/class-yith-wcwl-admin.php:289
107
  msgid "Regular updates, Translations and Premium Support"
108
  msgstr ""
109
 
130
  msgid "Please, make sure to enter a valid title"
131
  msgstr ""
132
 
133
+ #: includes/class-yith-wcwl-frontend.php:552
134
  msgid ""
135
  "We are sorry, but this feature is available only if cookies on your browser "
136
  "are enabled."
137
  msgstr ""
138
 
139
+ #: includes/class-yith-wcwl-frontend.php:553
140
  msgid "Product added to cart successfully"
141
  msgstr ""
142
 
143
+ #: includes/class-yith-wcwl-frontend.php:816
144
  #: includes/class-yith-wcwl-shortcode.php:239
145
  #: plugin-options/wishlist_page-options.php:240
146
  #: templates/wishlist-view-footer-mobile.php:46
327
  msgid "Remove from list"
328
  msgstr ""
329
 
330
+ #: includes/class-yith-wcwl-wishlist-item.php:193
331
  msgid "Free!"
332
  msgstr ""
333
 
1271
  msgid "Edit title"
1272
  msgstr "Titulo da lista de desejos"
1273
 
1274
+ #: templates/wishlist-view-mobile.php:134
1275
  msgid "Added on:"
1276
  msgstr ""
1277
 
1278
+ #: templates/wishlist-view-mobile.php:145
1279
  msgid "Price:"
1280
  msgstr ""
1281
 
1282
+ #: templates/wishlist-view-mobile.php:172
1283
  msgid "Quantity:"
1284
  msgstr ""
1285
 
1286
+ #: templates/wishlist-view-mobile.php:187
1287
  msgid "Stock:"
1288
  msgstr ""
1289
 
1290
+ #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1291
  msgid "Out of stock"
1292
  msgstr ""
1293
 
1294
+ #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1295
  msgid "In Stock"
1296
  msgstr "Em estoque"
1297
 
1298
+ #: templates/wishlist-view-mobile.php:210 templates/wishlist-view.php:260
1299
  msgid "Move"
1300
  msgstr ""
1301
 
1302
+ #: templates/wishlist-view-mobile.php:231 templates/wishlist-view.php:281
1303
  msgid "Move to another list &rsaquo;"
1304
  msgstr ""
1305
 
1306
+ #: templates/wishlist-view-mobile.php:239 templates/wishlist-view.php:155
1307
+ #: templates/wishlist-view.php:291
1308
  msgid "Remove this product"
1309
  msgstr "Remover este produto"
1310
 
1311
+ #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:311
1312
  msgid "No products added to the wishlist"
1313
  msgstr ""
1314
 
1333
  msgstr ""
1334
 
1335
  #. translators: date added label: 1 date added.
1336
+ #: templates/wishlist-view.php:241
1337
  msgid "Added on: %s"
1338
  msgstr ""
1339
 
1340
+ #: templates/wishlist-view.php:291
1341
  msgid "Remove"
1342
  msgstr ""
1343
 
1388
  msgstr ""
1389
 
1390
  #. translators: 1. % of reduction/increase in price.
1391
+ #: includes/class-yith-wcwl-wishlist-item.php:435
1392
  msgctxt ""
1393
  "Part of the template that shows price variation since addition to list; "
1394
  "placeholder will be replaced with a percentage"
1396
  msgstr ""
1397
 
1398
  #. translators: 2: original product price.
1399
+ #: includes/class-yith-wcwl-wishlist-item.php:437
1400
  msgctxt ""
1401
  "Part of the template that shows price variation since addition to list; "
1402
  "placeholder will be replaced with a price"
languages/yith-woocommerce-wishlist-pt_PT.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-pt_PT.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
- "POT-Creation-Date: 2022-01-12 11:22:42+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:06+0200\n"
10
  "Last-Translator: YIThemes <support@yithemes.com>\n"
11
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
@@ -23,20 +23,20 @@ msgstr ""
23
  "X-Poedit-SearchPath-0: ..\n"
24
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
25
 
26
- #: includes/class-yith-wcwl-admin.php:125
27
  #, fuzzy
28
  msgid "Wishlist Page"
29
  msgstr "Lista de Desejos"
30
 
31
- #: includes/class-yith-wcwl-admin.php:147
32
  msgid "General settings"
33
  msgstr ""
34
 
35
- #: includes/class-yith-wcwl-admin.php:148
36
  msgid "Add to wishlist options"
37
  msgstr ""
38
 
39
- #: includes/class-yith-wcwl-admin.php:149
40
  msgid "Wishlist page options"
41
  msgstr ""
42
 
@@ -46,64 +46,64 @@ msgid ""
46
  "to purchase on your e-commerce."
47
  msgstr ""
48
 
49
- #: includes/class-yith-wcwl-admin.php:270
50
  msgid ""
51
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
52
  msgstr ""
53
 
54
- #: includes/class-yith-wcwl-admin.php:271
55
  msgid ""
56
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
57
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
58
  "on \"Add to wishlist\""
59
  msgstr ""
60
 
61
- #: includes/class-yith-wcwl-admin.php:272
62
  msgid ""
63
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
64
  "them either public (visible to everyone), private or shared (visible only to "
65
  "people it has been shared with)"
66
  msgstr ""
67
 
68
- #: includes/class-yith-wcwl-admin.php:273
69
  msgid ""
70
  "Choose between <b>different layouts</b> for the wishlist page and for the "
71
  "wishlist content"
72
  msgstr ""
73
 
74
- #: includes/class-yith-wcwl-admin.php:274
75
  msgid ""
76
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
77
  "move a product from one wishlist to another, change order of items, "
78
  "quantity, etc."
79
  msgstr ""
80
 
81
- #: includes/class-yith-wcwl-admin.php:275
82
  msgid ""
83
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
84
  "content of their wishlist to the admin and get a custom quote"
85
  msgstr ""
86
 
87
- #: includes/class-yith-wcwl-admin.php:276
88
  msgid ""
89
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
90
  "(available also with \"mini-cart\" style for the header)"
91
  msgstr ""
92
 
93
- #: includes/class-yith-wcwl-admin.php:277
94
  msgid ""
95
  "View the most popular products added to the wishlist by your customers and "
96
  "<b>send promotional emails to users</b> who have added specific products to "
97
  "their wishlist"
98
  msgstr ""
99
 
100
- #: includes/class-yith-wcwl-admin.php:278
101
  msgid ""
102
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
103
  "the list is back in stock or on sale"
104
  msgstr ""
105
 
106
- #: includes/class-yith-wcwl-admin.php:279
107
  msgid "Regular updates, Translations and Premium Support"
108
  msgstr ""
109
 
@@ -130,17 +130,17 @@ msgstr "Produto removido com sucesso."
130
  msgid "Please, make sure to enter a valid title"
131
  msgstr ""
132
 
133
- #: includes/class-yith-wcwl-frontend.php:461
134
  msgid ""
135
  "We are sorry, but this feature is available only if cookies on your browser "
136
  "are enabled."
137
  msgstr ""
138
 
139
- #: includes/class-yith-wcwl-frontend.php:462
140
  msgid "Product added to cart successfully"
141
  msgstr ""
142
 
143
- #: includes/class-yith-wcwl-frontend.php:725
144
  #: includes/class-yith-wcwl-shortcode.php:239
145
  #: plugin-options/wishlist_page-options.php:240
146
  #: templates/wishlist-view-footer-mobile.php:46
@@ -327,7 +327,7 @@ msgstr ""
327
  msgid "Remove from list"
328
  msgstr ""
329
 
330
- #: includes/class-yith-wcwl-wishlist-item.php:189
331
  msgid "Free!"
332
  msgstr ""
333
 
@@ -1271,44 +1271,44 @@ msgstr ""
1271
  msgid "Edit title"
1272
  msgstr "Titulo da lista de desejos"
1273
 
1274
- #: templates/wishlist-view-mobile.php:136
1275
  msgid "Added on:"
1276
  msgstr ""
1277
 
1278
- #: templates/wishlist-view-mobile.php:147
1279
  msgid "Price:"
1280
  msgstr ""
1281
 
1282
- #: templates/wishlist-view-mobile.php:174
1283
  msgid "Quantity:"
1284
  msgstr ""
1285
 
1286
- #: templates/wishlist-view-mobile.php:189
1287
  msgid "Stock:"
1288
  msgstr ""
1289
 
1290
- #: templates/wishlist-view-mobile.php:192 templates/wishlist-view.php:229
1291
  msgid "Out of stock"
1292
  msgstr ""
1293
 
1294
- #: templates/wishlist-view-mobile.php:192 templates/wishlist-view.php:229
1295
  msgid "In Stock"
1296
  msgstr "Em stock"
1297
 
1298
- #: templates/wishlist-view-mobile.php:212 templates/wishlist-view.php:262
1299
  msgid "Move"
1300
  msgstr ""
1301
 
1302
- #: templates/wishlist-view-mobile.php:233 templates/wishlist-view.php:283
1303
  msgid "Move to another list &rsaquo;"
1304
  msgstr ""
1305
 
1306
- #: templates/wishlist-view-mobile.php:241 templates/wishlist-view.php:157
1307
- #: templates/wishlist-view.php:293
1308
  msgid "Remove this product"
1309
  msgstr "Remover este produto"
1310
 
1311
- #: templates/wishlist-view-mobile.php:252 templates/wishlist-view.php:313
1312
  msgid "No products added to the wishlist"
1313
  msgstr ""
1314
 
@@ -1333,11 +1333,11 @@ msgid "Arrange"
1333
  msgstr ""
1334
 
1335
  #. translators: date added label: 1 date added.
1336
- #: templates/wishlist-view.php:243
1337
  msgid "Added on: %s"
1338
  msgstr ""
1339
 
1340
- #: templates/wishlist-view.php:293
1341
  msgid "Remove"
1342
  msgstr ""
1343
 
@@ -1388,7 +1388,7 @@ msgid "Shows a list of products in wishlist"
1388
  msgstr ""
1389
 
1390
  #. translators: 1. % of reduction/increase in price.
1391
- #: includes/class-yith-wcwl-wishlist-item.php:428
1392
  msgctxt ""
1393
  "Part of the template that shows price variation since addition to list; "
1394
  "placeholder will be replaced with a percentage"
@@ -1396,7 +1396,7 @@ msgid "Price is %1$s%%"
1396
  msgstr ""
1397
 
1398
  #. translators: 2: original product price.
1399
- #: includes/class-yith-wcwl-wishlist-item.php:430
1400
  msgctxt ""
1401
  "Part of the template that shows price variation since addition to list; "
1402
  "placeholder will be replaced with a price"
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
+ "POT-Creation-Date: 2022-06-19 14:16:05+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:06+0200\n"
10
  "Last-Translator: YIThemes <support@yithemes.com>\n"
11
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
23
  "X-Poedit-SearchPath-0: ..\n"
24
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
25
 
26
+ #: includes/class-yith-wcwl-admin.php:124
27
  #, fuzzy
28
  msgid "Wishlist Page"
29
  msgstr "Lista de Desejos"
30
 
31
+ #: includes/class-yith-wcwl-admin.php:146
32
  msgid "General settings"
33
  msgstr ""
34
 
35
+ #: includes/class-yith-wcwl-admin.php:147
36
  msgid "Add to wishlist options"
37
  msgstr ""
38
 
39
+ #: includes/class-yith-wcwl-admin.php:148
40
  msgid "Wishlist page options"
41
  msgstr ""
42
 
46
  "to purchase on your e-commerce."
47
  msgstr ""
48
 
49
+ #: includes/class-yith-wcwl-admin.php:280
50
  msgid ""
51
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
52
  msgstr ""
53
 
54
+ #: includes/class-yith-wcwl-admin.php:281
55
  msgid ""
56
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
57
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
58
  "on \"Add to wishlist\""
59
  msgstr ""
60
 
61
+ #: includes/class-yith-wcwl-admin.php:282
62
  msgid ""
63
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
64
  "them either public (visible to everyone), private or shared (visible only to "
65
  "people it has been shared with)"
66
  msgstr ""
67
 
68
+ #: includes/class-yith-wcwl-admin.php:283
69
  msgid ""
70
  "Choose between <b>different layouts</b> for the wishlist page and for the "
71
  "wishlist content"
72
  msgstr ""
73
 
74
+ #: includes/class-yith-wcwl-admin.php:284
75
  msgid ""
76
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
77
  "move a product from one wishlist to another, change order of items, "
78
  "quantity, etc."
79
  msgstr ""
80
 
81
+ #: includes/class-yith-wcwl-admin.php:285
82
  msgid ""
83
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
84
  "content of their wishlist to the admin and get a custom quote"
85
  msgstr ""
86
 
87
+ #: includes/class-yith-wcwl-admin.php:286
88
  msgid ""
89
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
90
  "(available also with \"mini-cart\" style for the header)"
91
  msgstr ""
92
 
93
+ #: includes/class-yith-wcwl-admin.php:287
94
  msgid ""
95
  "View the most popular products added to the wishlist by your customers and "
96
  "<b>send promotional emails to users</b> who have added specific products to "
97
  "their wishlist"
98
  msgstr ""
99
 
100
+ #: includes/class-yith-wcwl-admin.php:288
101
  msgid ""
102
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
103
  "the list is back in stock or on sale"
104
  msgstr ""
105
 
106
+ #: includes/class-yith-wcwl-admin.php:289
107
  msgid "Regular updates, Translations and Premium Support"
108
  msgstr ""
109
 
130
  msgid "Please, make sure to enter a valid title"
131
  msgstr ""
132
 
133
+ #: includes/class-yith-wcwl-frontend.php:552
134
  msgid ""
135
  "We are sorry, but this feature is available only if cookies on your browser "
136
  "are enabled."
137
  msgstr ""
138
 
139
+ #: includes/class-yith-wcwl-frontend.php:553
140
  msgid "Product added to cart successfully"
141
  msgstr ""
142
 
143
+ #: includes/class-yith-wcwl-frontend.php:816
144
  #: includes/class-yith-wcwl-shortcode.php:239
145
  #: plugin-options/wishlist_page-options.php:240
146
  #: templates/wishlist-view-footer-mobile.php:46
327
  msgid "Remove from list"
328
  msgstr ""
329
 
330
+ #: includes/class-yith-wcwl-wishlist-item.php:193
331
  msgid "Free!"
332
  msgstr ""
333
 
1271
  msgid "Edit title"
1272
  msgstr "Titulo da lista de desejos"
1273
 
1274
+ #: templates/wishlist-view-mobile.php:134
1275
  msgid "Added on:"
1276
  msgstr ""
1277
 
1278
+ #: templates/wishlist-view-mobile.php:145
1279
  msgid "Price:"
1280
  msgstr ""
1281
 
1282
+ #: templates/wishlist-view-mobile.php:172
1283
  msgid "Quantity:"
1284
  msgstr ""
1285
 
1286
+ #: templates/wishlist-view-mobile.php:187
1287
  msgid "Stock:"
1288
  msgstr ""
1289
 
1290
+ #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1291
  msgid "Out of stock"
1292
  msgstr ""
1293
 
1294
+ #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1295
  msgid "In Stock"
1296
  msgstr "Em stock"
1297
 
1298
+ #: templates/wishlist-view-mobile.php:210 templates/wishlist-view.php:260
1299
  msgid "Move"
1300
  msgstr ""
1301
 
1302
+ #: templates/wishlist-view-mobile.php:231 templates/wishlist-view.php:281
1303
  msgid "Move to another list &rsaquo;"
1304
  msgstr ""
1305
 
1306
+ #: templates/wishlist-view-mobile.php:239 templates/wishlist-view.php:155
1307
+ #: templates/wishlist-view.php:291
1308
  msgid "Remove this product"
1309
  msgstr "Remover este produto"
1310
 
1311
+ #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:311
1312
  msgid "No products added to the wishlist"
1313
  msgstr ""
1314
 
1333
  msgstr ""
1334
 
1335
  #. translators: date added label: 1 date added.
1336
+ #: templates/wishlist-view.php:241
1337
  msgid "Added on: %s"
1338
  msgstr ""
1339
 
1340
+ #: templates/wishlist-view.php:291
1341
  msgid "Remove"
1342
  msgstr ""
1343
 
1388
  msgstr ""
1389
 
1390
  #. translators: 1. % of reduction/increase in price.
1391
+ #: includes/class-yith-wcwl-wishlist-item.php:435
1392
  msgctxt ""
1393
  "Part of the template that shows price variation since addition to list; "
1394
  "placeholder will be replaced with a percentage"
1396
  msgstr ""
1397
 
1398
  #. translators: 2: original product price.
1399
+ #: includes/class-yith-wcwl-wishlist-item.php:437
1400
  msgctxt ""
1401
  "Part of the template that shows price variation since addition to list; "
1402
  "placeholder will be replaced with a price"
languages/yith-woocommerce-wishlist-ru_RU.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-ru_RU.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WCWL\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
- "POT-Creation-Date: 2022-01-12 11:22:42+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:06+0200\n"
10
  "Last-Translator: Valentyn Zubenko <valentyn.zubenko@gmail.com>\n"
11
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
@@ -21,20 +21,20 @@ msgstr ""
21
  "X-Poedit-SearchPath-0: .\n"
22
  "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
23
 
24
- #: includes/class-yith-wcwl-admin.php:125
25
  #, fuzzy
26
  msgid "Wishlist Page"
27
  msgstr "Мои закладки на %s"
28
 
29
- #: includes/class-yith-wcwl-admin.php:147
30
  msgid "General settings"
31
  msgstr ""
32
 
33
- #: includes/class-yith-wcwl-admin.php:148
34
  msgid "Add to wishlist options"
35
  msgstr ""
36
 
37
- #: includes/class-yith-wcwl-admin.php:149
38
  msgid "Wishlist page options"
39
  msgstr ""
40
 
@@ -44,64 +44,64 @@ msgid ""
44
  "to purchase on your e-commerce."
45
  msgstr ""
46
 
47
- #: includes/class-yith-wcwl-admin.php:270
48
  msgid ""
49
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
50
  msgstr ""
51
 
52
- #: includes/class-yith-wcwl-admin.php:271
53
  msgid ""
54
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
55
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
56
  "on \"Add to wishlist\""
57
  msgstr ""
58
 
59
- #: includes/class-yith-wcwl-admin.php:272
60
  msgid ""
61
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
62
  "them either public (visible to everyone), private or shared (visible only to "
63
  "people it has been shared with)"
64
  msgstr ""
65
 
66
- #: includes/class-yith-wcwl-admin.php:273
67
  msgid ""
68
  "Choose between <b>different layouts</b> for the wishlist page and for the "
69
  "wishlist content"
70
  msgstr ""
71
 
72
- #: includes/class-yith-wcwl-admin.php:274
73
  msgid ""
74
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
75
  "move a product from one wishlist to another, change order of items, "
76
  "quantity, etc."
77
  msgstr ""
78
 
79
- #: includes/class-yith-wcwl-admin.php:275
80
  msgid ""
81
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
82
  "content of their wishlist to the admin and get a custom quote"
83
  msgstr ""
84
 
85
- #: includes/class-yith-wcwl-admin.php:276
86
  msgid ""
87
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
88
  "(available also with \"mini-cart\" style for the header)"
89
  msgstr ""
90
 
91
- #: includes/class-yith-wcwl-admin.php:277
92
  msgid ""
93
  "View the most popular products added to the wishlist by your customers and "
94
  "<b>send promotional emails to users</b> who have added specific products to "
95
  "their wishlist"
96
  msgstr ""
97
 
98
- #: includes/class-yith-wcwl-admin.php:278
99
  msgid ""
100
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
101
  "the list is back in stock or on sale"
102
  msgstr ""
103
 
104
- #: includes/class-yith-wcwl-admin.php:279
105
  msgid "Regular updates, Translations and Premium Support"
106
  msgstr ""
107
 
@@ -128,17 +128,17 @@ msgstr "Продукт успешно удален из избранного"
128
  msgid "Please, make sure to enter a valid title"
129
  msgstr ""
130
 
131
- #: includes/class-yith-wcwl-frontend.php:461
132
  msgid ""
133
  "We are sorry, but this feature is available only if cookies on your browser "
134
  "are enabled."
135
  msgstr ""
136
 
137
- #: includes/class-yith-wcwl-frontend.php:462
138
  msgid "Product added to cart successfully"
139
  msgstr ""
140
 
141
- #: includes/class-yith-wcwl-frontend.php:725
142
  #: includes/class-yith-wcwl-shortcode.php:239
143
  #: plugin-options/wishlist_page-options.php:240
144
  #: templates/wishlist-view-footer-mobile.php:46
@@ -325,7 +325,7 @@ msgstr ""
325
  msgid "Remove from list"
326
  msgstr ""
327
 
328
- #: includes/class-yith-wcwl-wishlist-item.php:189
329
  msgid "Free!"
330
  msgstr ""
331
 
@@ -1270,44 +1270,44 @@ msgstr ""
1270
  msgid "Edit title"
1271
  msgstr ""
1272
 
1273
- #: templates/wishlist-view-mobile.php:136
1274
  msgid "Added on:"
1275
  msgstr ""
1276
 
1277
- #: templates/wishlist-view-mobile.php:147
1278
  msgid "Price:"
1279
  msgstr ""
1280
 
1281
- #: templates/wishlist-view-mobile.php:174
1282
  msgid "Quantity:"
1283
  msgstr ""
1284
 
1285
- #: templates/wishlist-view-mobile.php:189
1286
  msgid "Stock:"
1287
  msgstr ""
1288
 
1289
- #: templates/wishlist-view-mobile.php:192 templates/wishlist-view.php:229
1290
  msgid "Out of stock"
1291
  msgstr ""
1292
 
1293
- #: templates/wishlist-view-mobile.php:192 templates/wishlist-view.php:229
1294
  msgid "In Stock"
1295
  msgstr "в наличии"
1296
 
1297
- #: templates/wishlist-view-mobile.php:212 templates/wishlist-view.php:262
1298
  msgid "Move"
1299
  msgstr ""
1300
 
1301
- #: templates/wishlist-view-mobile.php:233 templates/wishlist-view.php:283
1302
  msgid "Move to another list &rsaquo;"
1303
  msgstr ""
1304
 
1305
- #: templates/wishlist-view-mobile.php:241 templates/wishlist-view.php:157
1306
- #: templates/wishlist-view.php:293
1307
  msgid "Remove this product"
1308
  msgstr ""
1309
 
1310
- #: templates/wishlist-view-mobile.php:252 templates/wishlist-view.php:313
1311
  msgid "No products added to the wishlist"
1312
  msgstr ""
1313
 
@@ -1332,11 +1332,11 @@ msgid "Arrange"
1332
  msgstr ""
1333
 
1334
  #. translators: date added label: 1 date added.
1335
- #: templates/wishlist-view.php:243
1336
  msgid "Added on: %s"
1337
  msgstr ""
1338
 
1339
- #: templates/wishlist-view.php:293
1340
  msgid "Remove"
1341
  msgstr ""
1342
 
@@ -1387,7 +1387,7 @@ msgid "Shows a list of products in wishlist"
1387
  msgstr ""
1388
 
1389
  #. translators: 1. % of reduction/increase in price.
1390
- #: includes/class-yith-wcwl-wishlist-item.php:428
1391
  msgctxt ""
1392
  "Part of the template that shows price variation since addition to list; "
1393
  "placeholder will be replaced with a percentage"
@@ -1395,7 +1395,7 @@ msgid "Price is %1$s%%"
1395
  msgstr ""
1396
 
1397
  #. translators: 2: original product price.
1398
- #: includes/class-yith-wcwl-wishlist-item.php:430
1399
  msgctxt ""
1400
  "Part of the template that shows price variation since addition to list; "
1401
  "placeholder will be replaced with a price"
5
  "Project-Id-Version: YITH WCWL\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
+ "POT-Creation-Date: 2022-06-19 14:16:05+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:06+0200\n"
10
  "Last-Translator: Valentyn Zubenko <valentyn.zubenko@gmail.com>\n"
11
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
21
  "X-Poedit-SearchPath-0: .\n"
22
  "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
23
 
24
+ #: includes/class-yith-wcwl-admin.php:124
25
  #, fuzzy
26
  msgid "Wishlist Page"
27
  msgstr "Мои закладки на %s"
28
 
29
+ #: includes/class-yith-wcwl-admin.php:146
30
  msgid "General settings"
31
  msgstr ""
32
 
33
+ #: includes/class-yith-wcwl-admin.php:147
34
  msgid "Add to wishlist options"
35
  msgstr ""
36
 
37
+ #: includes/class-yith-wcwl-admin.php:148
38
  msgid "Wishlist page options"
39
  msgstr ""
40
 
44
  "to purchase on your e-commerce."
45
  msgstr ""
46
 
47
+ #: includes/class-yith-wcwl-admin.php:280
48
  msgid ""
49
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
50
  msgstr ""
51
 
52
+ #: includes/class-yith-wcwl-admin.php:281
53
  msgid ""
54
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
55
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
56
  "on \"Add to wishlist\""
57
  msgstr ""
58
 
59
+ #: includes/class-yith-wcwl-admin.php:282
60
  msgid ""
61
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
62
  "them either public (visible to everyone), private or shared (visible only to "
63
  "people it has been shared with)"
64
  msgstr ""
65
 
66
+ #: includes/class-yith-wcwl-admin.php:283
67
  msgid ""
68
  "Choose between <b>different layouts</b> for the wishlist page and for the "
69
  "wishlist content"
70
  msgstr ""
71
 
72
+ #: includes/class-yith-wcwl-admin.php:284
73
  msgid ""
74
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
75
  "move a product from one wishlist to another, change order of items, "
76
  "quantity, etc."
77
  msgstr ""
78
 
79
+ #: includes/class-yith-wcwl-admin.php:285
80
  msgid ""
81
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
82
  "content of their wishlist to the admin and get a custom quote"
83
  msgstr ""
84
 
85
+ #: includes/class-yith-wcwl-admin.php:286
86
  msgid ""
87
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
88
  "(available also with \"mini-cart\" style for the header)"
89
  msgstr ""
90
 
91
+ #: includes/class-yith-wcwl-admin.php:287
92
  msgid ""
93
  "View the most popular products added to the wishlist by your customers and "
94
  "<b>send promotional emails to users</b> who have added specific products to "
95
  "their wishlist"
96
  msgstr ""
97
 
98
+ #: includes/class-yith-wcwl-admin.php:288
99
  msgid ""
100
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
101
  "the list is back in stock or on sale"
102
  msgstr ""
103
 
104
+ #: includes/class-yith-wcwl-admin.php:289
105
  msgid "Regular updates, Translations and Premium Support"
106
  msgstr ""
107
 
128
  msgid "Please, make sure to enter a valid title"
129
  msgstr ""
130
 
131
+ #: includes/class-yith-wcwl-frontend.php:552
132
  msgid ""
133
  "We are sorry, but this feature is available only if cookies on your browser "
134
  "are enabled."
135
  msgstr ""
136
 
137
+ #: includes/class-yith-wcwl-frontend.php:553
138
  msgid "Product added to cart successfully"
139
  msgstr ""
140
 
141
+ #: includes/class-yith-wcwl-frontend.php:816
142
  #: includes/class-yith-wcwl-shortcode.php:239
143
  #: plugin-options/wishlist_page-options.php:240
144
  #: templates/wishlist-view-footer-mobile.php:46
325
  msgid "Remove from list"
326
  msgstr ""
327
 
328
+ #: includes/class-yith-wcwl-wishlist-item.php:193
329
  msgid "Free!"
330
  msgstr ""
331
 
1270
  msgid "Edit title"
1271
  msgstr ""
1272
 
1273
+ #: templates/wishlist-view-mobile.php:134
1274
  msgid "Added on:"
1275
  msgstr ""
1276
 
1277
+ #: templates/wishlist-view-mobile.php:145
1278
  msgid "Price:"
1279
  msgstr ""
1280
 
1281
+ #: templates/wishlist-view-mobile.php:172
1282
  msgid "Quantity:"
1283
  msgstr ""
1284
 
1285
+ #: templates/wishlist-view-mobile.php:187
1286
  msgid "Stock:"
1287
  msgstr ""
1288
 
1289
+ #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1290
  msgid "Out of stock"
1291
  msgstr ""
1292
 
1293
+ #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1294
  msgid "In Stock"
1295
  msgstr "в наличии"
1296
 
1297
+ #: templates/wishlist-view-mobile.php:210 templates/wishlist-view.php:260
1298
  msgid "Move"
1299
  msgstr ""
1300
 
1301
+ #: templates/wishlist-view-mobile.php:231 templates/wishlist-view.php:281
1302
  msgid "Move to another list &rsaquo;"
1303
  msgstr ""
1304
 
1305
+ #: templates/wishlist-view-mobile.php:239 templates/wishlist-view.php:155
1306
+ #: templates/wishlist-view.php:291
1307
  msgid "Remove this product"
1308
  msgstr ""
1309
 
1310
+ #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:311
1311
  msgid "No products added to the wishlist"
1312
  msgstr ""
1313
 
1332
  msgstr ""
1333
 
1334
  #. translators: date added label: 1 date added.
1335
+ #: templates/wishlist-view.php:241
1336
  msgid "Added on: %s"
1337
  msgstr ""
1338
 
1339
+ #: templates/wishlist-view.php:291
1340
  msgid "Remove"
1341
  msgstr ""
1342
 
1387
  msgstr ""
1388
 
1389
  #. translators: 1. % of reduction/increase in price.
1390
+ #: includes/class-yith-wcwl-wishlist-item.php:435
1391
  msgctxt ""
1392
  "Part of the template that shows price variation since addition to list; "
1393
  "placeholder will be replaced with a percentage"
1395
  msgstr ""
1396
 
1397
  #. translators: 2: original product price.
1398
+ #: includes/class-yith-wcwl-wishlist-item.php:437
1399
  msgctxt ""
1400
  "Part of the template that shows price variation since addition to list; "
1401
  "placeholder will be replaced with a price"
languages/yith-woocommerce-wishlist-sv_SE.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-sv_SE.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WCWL\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
- "POT-Creation-Date: 2022-01-12 11:22:42+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:06+0200\n"
10
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
11
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
@@ -20,20 +20,20 @@ msgstr ""
20
  "X-Poedit-SearchPath-0: .\n"
21
  "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
22
 
23
- #: includes/class-yith-wcwl-admin.php:125
24
  #, fuzzy
25
  msgid "Wishlist Page"
26
  msgstr "Önskelista"
27
 
28
- #: includes/class-yith-wcwl-admin.php:147
29
  msgid "General settings"
30
  msgstr ""
31
 
32
- #: includes/class-yith-wcwl-admin.php:148
33
  msgid "Add to wishlist options"
34
  msgstr ""
35
 
36
- #: includes/class-yith-wcwl-admin.php:149
37
  msgid "Wishlist page options"
38
  msgstr ""
39
 
@@ -43,64 +43,64 @@ msgid ""
43
  "to purchase on your e-commerce."
44
  msgstr ""
45
 
46
- #: includes/class-yith-wcwl-admin.php:270
47
  msgid ""
48
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
49
  msgstr ""
50
 
51
- #: includes/class-yith-wcwl-admin.php:271
52
  msgid ""
53
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
54
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
55
  "on \"Add to wishlist\""
56
  msgstr ""
57
 
58
- #: includes/class-yith-wcwl-admin.php:272
59
  msgid ""
60
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
61
  "them either public (visible to everyone), private or shared (visible only to "
62
  "people it has been shared with)"
63
  msgstr ""
64
 
65
- #: includes/class-yith-wcwl-admin.php:273
66
  msgid ""
67
  "Choose between <b>different layouts</b> for the wishlist page and for the "
68
  "wishlist content"
69
  msgstr ""
70
 
71
- #: includes/class-yith-wcwl-admin.php:274
72
  msgid ""
73
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
74
  "move a product from one wishlist to another, change order of items, "
75
  "quantity, etc."
76
  msgstr ""
77
 
78
- #: includes/class-yith-wcwl-admin.php:275
79
  msgid ""
80
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
81
  "content of their wishlist to the admin and get a custom quote"
82
  msgstr ""
83
 
84
- #: includes/class-yith-wcwl-admin.php:276
85
  msgid ""
86
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
87
  "(available also with \"mini-cart\" style for the header)"
88
  msgstr ""
89
 
90
- #: includes/class-yith-wcwl-admin.php:277
91
  msgid ""
92
  "View the most popular products added to the wishlist by your customers and "
93
  "<b>send promotional emails to users</b> who have added specific products to "
94
  "their wishlist"
95
  msgstr ""
96
 
97
- #: includes/class-yith-wcwl-admin.php:278
98
  msgid ""
99
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
100
  "the list is back in stock or on sale"
101
  msgstr ""
102
 
103
- #: includes/class-yith-wcwl-admin.php:279
104
  msgid "Regular updates, Translations and Premium Support"
105
  msgstr ""
106
 
@@ -127,17 +127,17 @@ msgstr "Produkten borttagen."
127
  msgid "Please, make sure to enter a valid title"
128
  msgstr ""
129
 
130
- #: includes/class-yith-wcwl-frontend.php:461
131
  msgid ""
132
  "We are sorry, but this feature is available only if cookies on your browser "
133
  "are enabled."
134
  msgstr ""
135
 
136
- #: includes/class-yith-wcwl-frontend.php:462
137
  msgid "Product added to cart successfully"
138
  msgstr ""
139
 
140
- #: includes/class-yith-wcwl-frontend.php:725
141
  #: includes/class-yith-wcwl-shortcode.php:239
142
  #: plugin-options/wishlist_page-options.php:240
143
  #: templates/wishlist-view-footer-mobile.php:46
@@ -324,7 +324,7 @@ msgstr ""
324
  msgid "Remove from list"
325
  msgstr ""
326
 
327
- #: includes/class-yith-wcwl-wishlist-item.php:189
328
  msgid "Free!"
329
  msgstr "Gratis!"
330
 
@@ -1271,44 +1271,44 @@ msgstr ""
1271
  msgid "Edit title"
1272
  msgstr "Ändra titel"
1273
 
1274
- #: templates/wishlist-view-mobile.php:136
1275
  msgid "Added on:"
1276
  msgstr ""
1277
 
1278
- #: templates/wishlist-view-mobile.php:147
1279
  msgid "Price:"
1280
  msgstr ""
1281
 
1282
- #: templates/wishlist-view-mobile.php:174
1283
  msgid "Quantity:"
1284
  msgstr ""
1285
 
1286
- #: templates/wishlist-view-mobile.php:189
1287
  msgid "Stock:"
1288
  msgstr ""
1289
 
1290
- #: templates/wishlist-view-mobile.php:192 templates/wishlist-view.php:229
1291
  msgid "Out of stock"
1292
  msgstr ""
1293
 
1294
- #: templates/wishlist-view-mobile.php:192 templates/wishlist-view.php:229
1295
  msgid "In Stock"
1296
  msgstr "Finns i lager"
1297
 
1298
- #: templates/wishlist-view-mobile.php:212 templates/wishlist-view.php:262
1299
  msgid "Move"
1300
  msgstr "Flytta"
1301
 
1302
- #: templates/wishlist-view-mobile.php:233 templates/wishlist-view.php:283
1303
  msgid "Move to another list &rsaquo;"
1304
  msgstr ""
1305
 
1306
- #: templates/wishlist-view-mobile.php:241 templates/wishlist-view.php:157
1307
- #: templates/wishlist-view.php:293
1308
  msgid "Remove this product"
1309
  msgstr "Ta bort denna produkt"
1310
 
1311
- #: templates/wishlist-view-mobile.php:252 templates/wishlist-view.php:313
1312
  msgid "No products added to the wishlist"
1313
  msgstr ""
1314
 
@@ -1333,11 +1333,11 @@ msgid "Arrange"
1333
  msgstr ""
1334
 
1335
  #. translators: date added label: 1 date added.
1336
- #: templates/wishlist-view.php:243
1337
  msgid "Added on: %s"
1338
  msgstr ""
1339
 
1340
- #: templates/wishlist-view.php:293
1341
  msgid "Remove"
1342
  msgstr "Ta bort"
1343
 
@@ -1388,7 +1388,7 @@ msgid "Shows a list of products in wishlist"
1388
  msgstr ""
1389
 
1390
  #. translators: 1. % of reduction/increase in price.
1391
- #: includes/class-yith-wcwl-wishlist-item.php:428
1392
  msgctxt ""
1393
  "Part of the template that shows price variation since addition to list; "
1394
  "placeholder will be replaced with a percentage"
@@ -1396,7 +1396,7 @@ msgid "Price is %1$s%%"
1396
  msgstr ""
1397
 
1398
  #. translators: 2: original product price.
1399
- #: includes/class-yith-wcwl-wishlist-item.php:430
1400
  msgctxt ""
1401
  "Part of the template that shows price variation since addition to list; "
1402
  "placeholder will be replaced with a price"
5
  "Project-Id-Version: YITH WCWL\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
+ "POT-Creation-Date: 2022-06-19 14:16:05+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:06+0200\n"
10
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
11
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
  "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
22
 
23
+ #: includes/class-yith-wcwl-admin.php:124
24
  #, fuzzy
25
  msgid "Wishlist Page"
26
  msgstr "Önskelista"
27
 
28
+ #: includes/class-yith-wcwl-admin.php:146
29
  msgid "General settings"
30
  msgstr ""
31
 
32
+ #: includes/class-yith-wcwl-admin.php:147
33
  msgid "Add to wishlist options"
34
  msgstr ""
35
 
36
+ #: includes/class-yith-wcwl-admin.php:148
37
  msgid "Wishlist page options"
38
  msgstr ""
39
 
43
  "to purchase on your e-commerce."
44
  msgstr ""
45
 
46
+ #: includes/class-yith-wcwl-admin.php:280
47
  msgid ""
48
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
49
  msgstr ""
50
 
51
+ #: includes/class-yith-wcwl-admin.php:281
52
  msgid ""
53
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
54
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
55
  "on \"Add to wishlist\""
56
  msgstr ""
57
 
58
+ #: includes/class-yith-wcwl-admin.php:282
59
  msgid ""
60
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
61
  "them either public (visible to everyone), private or shared (visible only to "
62
  "people it has been shared with)"
63
  msgstr ""
64
 
65
+ #: includes/class-yith-wcwl-admin.php:283
66
  msgid ""
67
  "Choose between <b>different layouts</b> for the wishlist page and for the "
68
  "wishlist content"
69
  msgstr ""
70
 
71
+ #: includes/class-yith-wcwl-admin.php:284
72
  msgid ""
73
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
74
  "move a product from one wishlist to another, change order of items, "
75
  "quantity, etc."
76
  msgstr ""
77
 
78
+ #: includes/class-yith-wcwl-admin.php:285
79
  msgid ""
80
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
81
  "content of their wishlist to the admin and get a custom quote"
82
  msgstr ""
83
 
84
+ #: includes/class-yith-wcwl-admin.php:286
85
  msgid ""
86
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
87
  "(available also with \"mini-cart\" style for the header)"
88
  msgstr ""
89
 
90
+ #: includes/class-yith-wcwl-admin.php:287
91
  msgid ""
92
  "View the most popular products added to the wishlist by your customers and "
93
  "<b>send promotional emails to users</b> who have added specific products to "
94
  "their wishlist"
95
  msgstr ""
96
 
97
+ #: includes/class-yith-wcwl-admin.php:288
98
  msgid ""
99
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
100
  "the list is back in stock or on sale"
101
  msgstr ""
102
 
103
+ #: includes/class-yith-wcwl-admin.php:289
104
  msgid "Regular updates, Translations and Premium Support"
105
  msgstr ""
106
 
127
  msgid "Please, make sure to enter a valid title"
128
  msgstr ""
129
 
130
+ #: includes/class-yith-wcwl-frontend.php:552
131
  msgid ""
132
  "We are sorry, but this feature is available only if cookies on your browser "
133
  "are enabled."
134
  msgstr ""
135
 
136
+ #: includes/class-yith-wcwl-frontend.php:553
137
  msgid "Product added to cart successfully"
138
  msgstr ""
139
 
140
+ #: includes/class-yith-wcwl-frontend.php:816
141
  #: includes/class-yith-wcwl-shortcode.php:239
142
  #: plugin-options/wishlist_page-options.php:240
143
  #: templates/wishlist-view-footer-mobile.php:46
324
  msgid "Remove from list"
325
  msgstr ""
326
 
327
+ #: includes/class-yith-wcwl-wishlist-item.php:193
328
  msgid "Free!"
329
  msgstr "Gratis!"
330
 
1271
  msgid "Edit title"
1272
  msgstr "Ändra titel"
1273
 
1274
+ #: templates/wishlist-view-mobile.php:134
1275
  msgid "Added on:"
1276
  msgstr ""
1277
 
1278
+ #: templates/wishlist-view-mobile.php:145
1279
  msgid "Price:"
1280
  msgstr ""
1281
 
1282
+ #: templates/wishlist-view-mobile.php:172
1283
  msgid "Quantity:"
1284
  msgstr ""
1285
 
1286
+ #: templates/wishlist-view-mobile.php:187
1287
  msgid "Stock:"
1288
  msgstr ""
1289
 
1290
+ #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1291
  msgid "Out of stock"
1292
  msgstr ""
1293
 
1294
+ #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1295
  msgid "In Stock"
1296
  msgstr "Finns i lager"
1297
 
1298
+ #: templates/wishlist-view-mobile.php:210 templates/wishlist-view.php:260
1299
  msgid "Move"
1300
  msgstr "Flytta"
1301
 
1302
+ #: templates/wishlist-view-mobile.php:231 templates/wishlist-view.php:281
1303
  msgid "Move to another list &rsaquo;"
1304
  msgstr ""
1305
 
1306
+ #: templates/wishlist-view-mobile.php:239 templates/wishlist-view.php:155
1307
+ #: templates/wishlist-view.php:291
1308
  msgid "Remove this product"
1309
  msgstr "Ta bort denna produkt"
1310
 
1311
+ #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:311
1312
  msgid "No products added to the wishlist"
1313
  msgstr ""
1314
 
1333
  msgstr ""
1334
 
1335
  #. translators: date added label: 1 date added.
1336
+ #: templates/wishlist-view.php:241
1337
  msgid "Added on: %s"
1338
  msgstr ""
1339
 
1340
+ #: templates/wishlist-view.php:291
1341
  msgid "Remove"
1342
  msgstr "Ta bort"
1343
 
1388
  msgstr ""
1389
 
1390
  #. translators: 1. % of reduction/increase in price.
1391
+ #: includes/class-yith-wcwl-wishlist-item.php:435
1392
  msgctxt ""
1393
  "Part of the template that shows price variation since addition to list; "
1394
  "placeholder will be replaced with a percentage"
1396
  msgstr ""
1397
 
1398
  #. translators: 2: original product price.
1399
+ #: includes/class-yith-wcwl-wishlist-item.php:437
1400
  msgctxt ""
1401
  "Part of the template that shows price variation since addition to list; "
1402
  "placeholder will be replaced with a price"
languages/yith-woocommerce-wishlist-tr_TR.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-tr_TR.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
- "POT-Creation-Date: 2022-01-12 11:22:42+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:06+0200\n"
10
  "Last-Translator: Caner Öncel <caneroncel@gmail.com>\n"
11
  "Language-Team: Caner Öncel (@egonomik) <caneroncel@gmail.com>\n"
@@ -23,20 +23,20 @@ msgstr ""
23
  "X-Poedit-SearchPath-0: ..\n"
24
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
25
 
26
- #: includes/class-yith-wcwl-admin.php:125
27
  #, fuzzy
28
  msgid "Wishlist Page"
29
  msgstr "İstek Listesi"
30
 
31
- #: includes/class-yith-wcwl-admin.php:147
32
  msgid "General settings"
33
  msgstr ""
34
 
35
- #: includes/class-yith-wcwl-admin.php:148
36
  msgid "Add to wishlist options"
37
  msgstr ""
38
 
39
- #: includes/class-yith-wcwl-admin.php:149
40
  msgid "Wishlist page options"
41
  msgstr ""
42
 
@@ -46,64 +46,64 @@ msgid ""
46
  "to purchase on your e-commerce."
47
  msgstr ""
48
 
49
- #: includes/class-yith-wcwl-admin.php:270
50
  msgid ""
51
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
52
  msgstr ""
53
 
54
- #: includes/class-yith-wcwl-admin.php:271
55
  msgid ""
56
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
57
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
58
  "on \"Add to wishlist\""
59
  msgstr ""
60
 
61
- #: includes/class-yith-wcwl-admin.php:272
62
  msgid ""
63
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
64
  "them either public (visible to everyone), private or shared (visible only to "
65
  "people it has been shared with)"
66
  msgstr ""
67
 
68
- #: includes/class-yith-wcwl-admin.php:273
69
  msgid ""
70
  "Choose between <b>different layouts</b> for the wishlist page and for the "
71
  "wishlist content"
72
  msgstr ""
73
 
74
- #: includes/class-yith-wcwl-admin.php:274
75
  msgid ""
76
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
77
  "move a product from one wishlist to another, change order of items, "
78
  "quantity, etc."
79
  msgstr ""
80
 
81
- #: includes/class-yith-wcwl-admin.php:275
82
  msgid ""
83
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
84
  "content of their wishlist to the admin and get a custom quote"
85
  msgstr ""
86
 
87
- #: includes/class-yith-wcwl-admin.php:276
88
  msgid ""
89
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
90
  "(available also with \"mini-cart\" style for the header)"
91
  msgstr ""
92
 
93
- #: includes/class-yith-wcwl-admin.php:277
94
  msgid ""
95
  "View the most popular products added to the wishlist by your customers and "
96
  "<b>send promotional emails to users</b> who have added specific products to "
97
  "their wishlist"
98
  msgstr ""
99
 
100
- #: includes/class-yith-wcwl-admin.php:278
101
  msgid ""
102
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
103
  "the list is back in stock or on sale"
104
  msgstr ""
105
 
106
- #: includes/class-yith-wcwl-admin.php:279
107
  msgid "Regular updates, Translations and Premium Support"
108
  msgstr ""
109
 
@@ -130,17 +130,17 @@ msgstr "Ürün başarıyla kaldırıldı."
130
  msgid "Please, make sure to enter a valid title"
131
  msgstr ""
132
 
133
- #: includes/class-yith-wcwl-frontend.php:461
134
  msgid ""
135
  "We are sorry, but this feature is available only if cookies on your browser "
136
  "are enabled."
137
  msgstr ""
138
 
139
- #: includes/class-yith-wcwl-frontend.php:462
140
  msgid "Product added to cart successfully"
141
  msgstr ""
142
 
143
- #: includes/class-yith-wcwl-frontend.php:725
144
  #: includes/class-yith-wcwl-shortcode.php:239
145
  #: plugin-options/wishlist_page-options.php:240
146
  #: templates/wishlist-view-footer-mobile.php:46
@@ -327,7 +327,7 @@ msgstr ""
327
  msgid "Remove from list"
328
  msgstr ""
329
 
330
- #: includes/class-yith-wcwl-wishlist-item.php:189
331
  msgid "Free!"
332
  msgstr "Ücretsiz!"
333
 
@@ -1271,44 +1271,44 @@ msgstr ""
1271
  msgid "Edit title"
1272
  msgstr "İstek listesi başlığı"
1273
 
1274
- #: templates/wishlist-view-mobile.php:136
1275
  msgid "Added on:"
1276
  msgstr ""
1277
 
1278
- #: templates/wishlist-view-mobile.php:147
1279
  msgid "Price:"
1280
  msgstr ""
1281
 
1282
- #: templates/wishlist-view-mobile.php:174
1283
  msgid "Quantity:"
1284
  msgstr ""
1285
 
1286
- #: templates/wishlist-view-mobile.php:189
1287
  msgid "Stock:"
1288
  msgstr ""
1289
 
1290
- #: templates/wishlist-view-mobile.php:192 templates/wishlist-view.php:229
1291
  msgid "Out of stock"
1292
  msgstr ""
1293
 
1294
- #: templates/wishlist-view-mobile.php:192 templates/wishlist-view.php:229
1295
  msgid "In Stock"
1296
  msgstr "Stokta"
1297
 
1298
- #: templates/wishlist-view-mobile.php:212 templates/wishlist-view.php:262
1299
  msgid "Move"
1300
  msgstr ""
1301
 
1302
- #: templates/wishlist-view-mobile.php:233 templates/wishlist-view.php:283
1303
  msgid "Move to another list &rsaquo;"
1304
  msgstr ""
1305
 
1306
- #: templates/wishlist-view-mobile.php:241 templates/wishlist-view.php:157
1307
- #: templates/wishlist-view.php:293
1308
  msgid "Remove this product"
1309
  msgstr "Bu ürünü kaldır"
1310
 
1311
- #: templates/wishlist-view-mobile.php:252 templates/wishlist-view.php:313
1312
  msgid "No products added to the wishlist"
1313
  msgstr ""
1314
 
@@ -1333,11 +1333,11 @@ msgid "Arrange"
1333
  msgstr ""
1334
 
1335
  #. translators: date added label: 1 date added.
1336
- #: templates/wishlist-view.php:243
1337
  msgid "Added on: %s"
1338
  msgstr ""
1339
 
1340
- #: templates/wishlist-view.php:293
1341
  msgid "Remove"
1342
  msgstr ""
1343
 
@@ -1388,7 +1388,7 @@ msgid "Shows a list of products in wishlist"
1388
  msgstr ""
1389
 
1390
  #. translators: 1. % of reduction/increase in price.
1391
- #: includes/class-yith-wcwl-wishlist-item.php:428
1392
  msgctxt ""
1393
  "Part of the template that shows price variation since addition to list; "
1394
  "placeholder will be replaced with a percentage"
@@ -1396,7 +1396,7 @@ msgid "Price is %1$s%%"
1396
  msgstr ""
1397
 
1398
  #. translators: 2: original product price.
1399
- #: includes/class-yith-wcwl-wishlist-item.php:430
1400
  msgctxt ""
1401
  "Part of the template that shows price variation since addition to list; "
1402
  "placeholder will be replaced with a price"
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
+ "POT-Creation-Date: 2022-06-19 14:16:05+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:06+0200\n"
10
  "Last-Translator: Caner Öncel <caneroncel@gmail.com>\n"
11
  "Language-Team: Caner Öncel (@egonomik) <caneroncel@gmail.com>\n"
23
  "X-Poedit-SearchPath-0: ..\n"
24
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
25
 
26
+ #: includes/class-yith-wcwl-admin.php:124
27
  #, fuzzy
28
  msgid "Wishlist Page"
29
  msgstr "İstek Listesi"
30
 
31
+ #: includes/class-yith-wcwl-admin.php:146
32
  msgid "General settings"
33
  msgstr ""
34
 
35
+ #: includes/class-yith-wcwl-admin.php:147
36
  msgid "Add to wishlist options"
37
  msgstr ""
38
 
39
+ #: includes/class-yith-wcwl-admin.php:148
40
  msgid "Wishlist page options"
41
  msgstr ""
42
 
46
  "to purchase on your e-commerce."
47
  msgstr ""
48
 
49
+ #: includes/class-yith-wcwl-admin.php:280
50
  msgid ""
51
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
52
  msgstr ""
53
 
54
+ #: includes/class-yith-wcwl-admin.php:281
55
  msgid ""
56
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
57
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
58
  "on \"Add to wishlist\""
59
  msgstr ""
60
 
61
+ #: includes/class-yith-wcwl-admin.php:282
62
  msgid ""
63
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
64
  "them either public (visible to everyone), private or shared (visible only to "
65
  "people it has been shared with)"
66
  msgstr ""
67
 
68
+ #: includes/class-yith-wcwl-admin.php:283
69
  msgid ""
70
  "Choose between <b>different layouts</b> for the wishlist page and for the "
71
  "wishlist content"
72
  msgstr ""
73
 
74
+ #: includes/class-yith-wcwl-admin.php:284
75
  msgid ""
76
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
77
  "move a product from one wishlist to another, change order of items, "
78
  "quantity, etc."
79
  msgstr ""
80
 
81
+ #: includes/class-yith-wcwl-admin.php:285
82
  msgid ""
83
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
84
  "content of their wishlist to the admin and get a custom quote"
85
  msgstr ""
86
 
87
+ #: includes/class-yith-wcwl-admin.php:286
88
  msgid ""
89
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
90
  "(available also with \"mini-cart\" style for the header)"
91
  msgstr ""
92
 
93
+ #: includes/class-yith-wcwl-admin.php:287
94
  msgid ""
95
  "View the most popular products added to the wishlist by your customers and "
96
  "<b>send promotional emails to users</b> who have added specific products to "
97
  "their wishlist"
98
  msgstr ""
99
 
100
+ #: includes/class-yith-wcwl-admin.php:288
101
  msgid ""
102
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
103
  "the list is back in stock or on sale"
104
  msgstr ""
105
 
106
+ #: includes/class-yith-wcwl-admin.php:289
107
  msgid "Regular updates, Translations and Premium Support"
108
  msgstr ""
109
 
130
  msgid "Please, make sure to enter a valid title"
131
  msgstr ""
132
 
133
+ #: includes/class-yith-wcwl-frontend.php:552
134
  msgid ""
135
  "We are sorry, but this feature is available only if cookies on your browser "
136
  "are enabled."
137
  msgstr ""
138
 
139
+ #: includes/class-yith-wcwl-frontend.php:553
140
  msgid "Product added to cart successfully"
141
  msgstr ""
142
 
143
+ #: includes/class-yith-wcwl-frontend.php:816
144
  #: includes/class-yith-wcwl-shortcode.php:239
145
  #: plugin-options/wishlist_page-options.php:240
146
  #: templates/wishlist-view-footer-mobile.php:46
327
  msgid "Remove from list"
328
  msgstr ""
329
 
330
+ #: includes/class-yith-wcwl-wishlist-item.php:193
331
  msgid "Free!"
332
  msgstr "Ücretsiz!"
333
 
1271
  msgid "Edit title"
1272
  msgstr "İstek listesi başlığı"
1273
 
1274
+ #: templates/wishlist-view-mobile.php:134
1275
  msgid "Added on:"
1276
  msgstr ""
1277
 
1278
+ #: templates/wishlist-view-mobile.php:145
1279
  msgid "Price:"
1280
  msgstr ""
1281
 
1282
+ #: templates/wishlist-view-mobile.php:172
1283
  msgid "Quantity:"
1284
  msgstr ""
1285
 
1286
+ #: templates/wishlist-view-mobile.php:187
1287
  msgid "Stock:"
1288
  msgstr ""
1289
 
1290
+ #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1291
  msgid "Out of stock"
1292
  msgstr ""
1293
 
1294
+ #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1295
  msgid "In Stock"
1296
  msgstr "Stokta"
1297
 
1298
+ #: templates/wishlist-view-mobile.php:210 templates/wishlist-view.php:260
1299
  msgid "Move"
1300
  msgstr ""
1301
 
1302
+ #: templates/wishlist-view-mobile.php:231 templates/wishlist-view.php:281
1303
  msgid "Move to another list &rsaquo;"
1304
  msgstr ""
1305
 
1306
+ #: templates/wishlist-view-mobile.php:239 templates/wishlist-view.php:155
1307
+ #: templates/wishlist-view.php:291
1308
  msgid "Remove this product"
1309
  msgstr "Bu ürünü kaldır"
1310
 
1311
+ #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:311
1312
  msgid "No products added to the wishlist"
1313
  msgstr ""
1314
 
1333
  msgstr ""
1334
 
1335
  #. translators: date added label: 1 date added.
1336
+ #: templates/wishlist-view.php:241
1337
  msgid "Added on: %s"
1338
  msgstr ""
1339
 
1340
+ #: templates/wishlist-view.php:291
1341
  msgid "Remove"
1342
  msgstr ""
1343
 
1388
  msgstr ""
1389
 
1390
  #. translators: 1. % of reduction/increase in price.
1391
+ #: includes/class-yith-wcwl-wishlist-item.php:435
1392
  msgctxt ""
1393
  "Part of the template that shows price variation since addition to list; "
1394
  "placeholder will be replaced with a percentage"
1396
  msgstr ""
1397
 
1398
  #. translators: 2: original product price.
1399
+ #: includes/class-yith-wcwl-wishlist-item.php:437
1400
  msgctxt ""
1401
  "Part of the template that shows price variation since addition to list; "
1402
  "placeholder will be replaced with a price"
languages/yith-woocommerce-wishlist-uk_UA.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-uk_UA.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
- "POT-Creation-Date: 2022-01-12 11:22:42+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:07+0200\n"
10
  "Last-Translator: Valentyn Zubenko <valentyn.zubenko@gmail.com>\n"
11
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
@@ -23,20 +23,20 @@ msgstr ""
23
  "X-Poedit-SearchPath-0: ..\n"
24
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
25
 
26
- #: includes/class-yith-wcwl-admin.php:125
27
  #, fuzzy
28
  msgid "Wishlist Page"
29
  msgstr "Мій обраний список в %s"
30
 
31
- #: includes/class-yith-wcwl-admin.php:147
32
  msgid "General settings"
33
  msgstr ""
34
 
35
- #: includes/class-yith-wcwl-admin.php:148
36
  msgid "Add to wishlist options"
37
  msgstr ""
38
 
39
- #: includes/class-yith-wcwl-admin.php:149
40
  msgid "Wishlist page options"
41
  msgstr ""
42
 
@@ -46,64 +46,64 @@ msgid ""
46
  "to purchase on your e-commerce."
47
  msgstr ""
48
 
49
- #: includes/class-yith-wcwl-admin.php:270
50
  msgid ""
51
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
52
  msgstr ""
53
 
54
- #: includes/class-yith-wcwl-admin.php:271
55
  msgid ""
56
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
57
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
58
  "on \"Add to wishlist\""
59
  msgstr ""
60
 
61
- #: includes/class-yith-wcwl-admin.php:272
62
  msgid ""
63
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
64
  "them either public (visible to everyone), private or shared (visible only to "
65
  "people it has been shared with)"
66
  msgstr ""
67
 
68
- #: includes/class-yith-wcwl-admin.php:273
69
  msgid ""
70
  "Choose between <b>different layouts</b> for the wishlist page and for the "
71
  "wishlist content"
72
  msgstr ""
73
 
74
- #: includes/class-yith-wcwl-admin.php:274
75
  msgid ""
76
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
77
  "move a product from one wishlist to another, change order of items, "
78
  "quantity, etc."
79
  msgstr ""
80
 
81
- #: includes/class-yith-wcwl-admin.php:275
82
  msgid ""
83
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
84
  "content of their wishlist to the admin and get a custom quote"
85
  msgstr ""
86
 
87
- #: includes/class-yith-wcwl-admin.php:276
88
  msgid ""
89
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
90
  "(available also with \"mini-cart\" style for the header)"
91
  msgstr ""
92
 
93
- #: includes/class-yith-wcwl-admin.php:277
94
  msgid ""
95
  "View the most popular products added to the wishlist by your customers and "
96
  "<b>send promotional emails to users</b> who have added specific products to "
97
  "their wishlist"
98
  msgstr ""
99
 
100
- #: includes/class-yith-wcwl-admin.php:278
101
  msgid ""
102
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
103
  "the list is back in stock or on sale"
104
  msgstr ""
105
 
106
- #: includes/class-yith-wcwl-admin.php:279
107
  msgid "Regular updates, Translations and Premium Support"
108
  msgstr ""
109
 
@@ -130,17 +130,17 @@ msgstr ""
130
  msgid "Please, make sure to enter a valid title"
131
  msgstr ""
132
 
133
- #: includes/class-yith-wcwl-frontend.php:461
134
  msgid ""
135
  "We are sorry, but this feature is available only if cookies on your browser "
136
  "are enabled."
137
  msgstr ""
138
 
139
- #: includes/class-yith-wcwl-frontend.php:462
140
  msgid "Product added to cart successfully"
141
  msgstr ""
142
 
143
- #: includes/class-yith-wcwl-frontend.php:725
144
  #: includes/class-yith-wcwl-shortcode.php:239
145
  #: plugin-options/wishlist_page-options.php:240
146
  #: templates/wishlist-view-footer-mobile.php:46
@@ -327,7 +327,7 @@ msgstr ""
327
  msgid "Remove from list"
328
  msgstr ""
329
 
330
- #: includes/class-yith-wcwl-wishlist-item.php:189
331
  msgid "Free!"
332
  msgstr ""
333
 
@@ -1269,44 +1269,44 @@ msgstr ""
1269
  msgid "Edit title"
1270
  msgstr ""
1271
 
1272
- #: templates/wishlist-view-mobile.php:136
1273
  msgid "Added on:"
1274
  msgstr ""
1275
 
1276
- #: templates/wishlist-view-mobile.php:147
1277
  msgid "Price:"
1278
  msgstr ""
1279
 
1280
- #: templates/wishlist-view-mobile.php:174
1281
  msgid "Quantity:"
1282
  msgstr ""
1283
 
1284
- #: templates/wishlist-view-mobile.php:189
1285
  msgid "Stock:"
1286
  msgstr ""
1287
 
1288
- #: templates/wishlist-view-mobile.php:192 templates/wishlist-view.php:229
1289
  msgid "Out of stock"
1290
  msgstr ""
1291
 
1292
- #: templates/wishlist-view-mobile.php:192 templates/wishlist-view.php:229
1293
  msgid "In Stock"
1294
  msgstr "в наявності"
1295
 
1296
- #: templates/wishlist-view-mobile.php:212 templates/wishlist-view.php:262
1297
  msgid "Move"
1298
  msgstr ""
1299
 
1300
- #: templates/wishlist-view-mobile.php:233 templates/wishlist-view.php:283
1301
  msgid "Move to another list &rsaquo;"
1302
  msgstr ""
1303
 
1304
- #: templates/wishlist-view-mobile.php:241 templates/wishlist-view.php:157
1305
- #: templates/wishlist-view.php:293
1306
  msgid "Remove this product"
1307
  msgstr ""
1308
 
1309
- #: templates/wishlist-view-mobile.php:252 templates/wishlist-view.php:313
1310
  msgid "No products added to the wishlist"
1311
  msgstr ""
1312
 
@@ -1331,11 +1331,11 @@ msgid "Arrange"
1331
  msgstr ""
1332
 
1333
  #. translators: date added label: 1 date added.
1334
- #: templates/wishlist-view.php:243
1335
  msgid "Added on: %s"
1336
  msgstr ""
1337
 
1338
- #: templates/wishlist-view.php:293
1339
  msgid "Remove"
1340
  msgstr ""
1341
 
@@ -1386,7 +1386,7 @@ msgid "Shows a list of products in wishlist"
1386
  msgstr ""
1387
 
1388
  #. translators: 1. % of reduction/increase in price.
1389
- #: includes/class-yith-wcwl-wishlist-item.php:428
1390
  msgctxt ""
1391
  "Part of the template that shows price variation since addition to list; "
1392
  "placeholder will be replaced with a percentage"
@@ -1394,7 +1394,7 @@ msgid "Price is %1$s%%"
1394
  msgstr ""
1395
 
1396
  #. translators: 2: original product price.
1397
- #: includes/class-yith-wcwl-wishlist-item.php:430
1398
  msgctxt ""
1399
  "Part of the template that shows price variation since addition to list; "
1400
  "placeholder will be replaced with a price"
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
+ "POT-Creation-Date: 2022-06-19 14:16:05+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:07+0200\n"
10
  "Last-Translator: Valentyn Zubenko <valentyn.zubenko@gmail.com>\n"
11
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
23
  "X-Poedit-SearchPath-0: ..\n"
24
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
25
 
26
+ #: includes/class-yith-wcwl-admin.php:124
27
  #, fuzzy
28
  msgid "Wishlist Page"
29
  msgstr "Мій обраний список в %s"
30
 
31
+ #: includes/class-yith-wcwl-admin.php:146
32
  msgid "General settings"
33
  msgstr ""
34
 
35
+ #: includes/class-yith-wcwl-admin.php:147
36
  msgid "Add to wishlist options"
37
  msgstr ""
38
 
39
+ #: includes/class-yith-wcwl-admin.php:148
40
  msgid "Wishlist page options"
41
  msgstr ""
42
 
46
  "to purchase on your e-commerce."
47
  msgstr ""
48
 
49
+ #: includes/class-yith-wcwl-admin.php:280
50
  msgid ""
51
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
52
  msgstr ""
53
 
54
+ #: includes/class-yith-wcwl-admin.php:281
55
  msgid ""
56
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
57
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
58
  "on \"Add to wishlist\""
59
  msgstr ""
60
 
61
+ #: includes/class-yith-wcwl-admin.php:282
62
  msgid ""
63
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
64
  "them either public (visible to everyone), private or shared (visible only to "
65
  "people it has been shared with)"
66
  msgstr ""
67
 
68
+ #: includes/class-yith-wcwl-admin.php:283
69
  msgid ""
70
  "Choose between <b>different layouts</b> for the wishlist page and for the "
71
  "wishlist content"
72
  msgstr ""
73
 
74
+ #: includes/class-yith-wcwl-admin.php:284
75
  msgid ""
76
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
77
  "move a product from one wishlist to another, change order of items, "
78
  "quantity, etc."
79
  msgstr ""
80
 
81
+ #: includes/class-yith-wcwl-admin.php:285
82
  msgid ""
83
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
84
  "content of their wishlist to the admin and get a custom quote"
85
  msgstr ""
86
 
87
+ #: includes/class-yith-wcwl-admin.php:286
88
  msgid ""
89
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
90
  "(available also with \"mini-cart\" style for the header)"
91
  msgstr ""
92
 
93
+ #: includes/class-yith-wcwl-admin.php:287
94
  msgid ""
95
  "View the most popular products added to the wishlist by your customers and "
96
  "<b>send promotional emails to users</b> who have added specific products to "
97
  "their wishlist"
98
  msgstr ""
99
 
100
+ #: includes/class-yith-wcwl-admin.php:288
101
  msgid ""
102
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
103
  "the list is back in stock or on sale"
104
  msgstr ""
105
 
106
+ #: includes/class-yith-wcwl-admin.php:289
107
  msgid "Regular updates, Translations and Premium Support"
108
  msgstr ""
109
 
130
  msgid "Please, make sure to enter a valid title"
131
  msgstr ""
132
 
133
+ #: includes/class-yith-wcwl-frontend.php:552
134
  msgid ""
135
  "We are sorry, but this feature is available only if cookies on your browser "
136
  "are enabled."
137
  msgstr ""
138
 
139
+ #: includes/class-yith-wcwl-frontend.php:553
140
  msgid "Product added to cart successfully"
141
  msgstr ""
142
 
143
+ #: includes/class-yith-wcwl-frontend.php:816
144
  #: includes/class-yith-wcwl-shortcode.php:239
145
  #: plugin-options/wishlist_page-options.php:240
146
  #: templates/wishlist-view-footer-mobile.php:46
327
  msgid "Remove from list"
328
  msgstr ""
329
 
330
+ #: includes/class-yith-wcwl-wishlist-item.php:193
331
  msgid "Free!"
332
  msgstr ""
333
 
1269
  msgid "Edit title"
1270
  msgstr ""
1271
 
1272
+ #: templates/wishlist-view-mobile.php:134
1273
  msgid "Added on:"
1274
  msgstr ""
1275
 
1276
+ #: templates/wishlist-view-mobile.php:145
1277
  msgid "Price:"
1278
  msgstr ""
1279
 
1280
+ #: templates/wishlist-view-mobile.php:172
1281
  msgid "Quantity:"
1282
  msgstr ""
1283
 
1284
+ #: templates/wishlist-view-mobile.php:187
1285
  msgid "Stock:"
1286
  msgstr ""
1287
 
1288
+ #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1289
  msgid "Out of stock"
1290
  msgstr ""
1291
 
1292
+ #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1293
  msgid "In Stock"
1294
  msgstr "в наявності"
1295
 
1296
+ #: templates/wishlist-view-mobile.php:210 templates/wishlist-view.php:260
1297
  msgid "Move"
1298
  msgstr ""
1299
 
1300
+ #: templates/wishlist-view-mobile.php:231 templates/wishlist-view.php:281
1301
  msgid "Move to another list &rsaquo;"
1302
  msgstr ""
1303
 
1304
+ #: templates/wishlist-view-mobile.php:239 templates/wishlist-view.php:155
1305
+ #: templates/wishlist-view.php:291
1306
  msgid "Remove this product"
1307
  msgstr ""
1308
 
1309
+ #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:311
1310
  msgid "No products added to the wishlist"
1311
  msgstr ""
1312
 
1331
  msgstr ""
1332
 
1333
  #. translators: date added label: 1 date added.
1334
+ #: templates/wishlist-view.php:241
1335
  msgid "Added on: %s"
1336
  msgstr ""
1337
 
1338
+ #: templates/wishlist-view.php:291
1339
  msgid "Remove"
1340
  msgstr ""
1341
 
1386
  msgstr ""
1387
 
1388
  #. translators: 1. % of reduction/increase in price.
1389
+ #: includes/class-yith-wcwl-wishlist-item.php:435
1390
  msgctxt ""
1391
  "Part of the template that shows price variation since addition to list; "
1392
  "placeholder will be replaced with a percentage"
1394
  msgstr ""
1395
 
1396
  #. translators: 2: original product price.
1397
+ #: includes/class-yith-wcwl-wishlist-item.php:437
1398
  msgctxt ""
1399
  "Part of the template that shows price variation since addition to list; "
1400
  "placeholder will be replaced with a price"
languages/yith-woocommerce-wishlist-zh_CN.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-zh_CN.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
- "POT-Creation-Date: 2022-01-12 11:22:42+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:07+0200\n"
10
  "Last-Translator: 李明軒 <eggeggxuan@gmail.com>\n"
11
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
@@ -23,20 +23,20 @@ msgstr ""
23
  "X-Poedit-SearchPath-0: ..\n"
24
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
25
 
26
- #: includes/class-yith-wcwl-admin.php:125
27
  #, fuzzy
28
  msgid "Wishlist Page"
29
  msgstr "愿望清单"
30
 
31
- #: includes/class-yith-wcwl-admin.php:147
32
  msgid "General settings"
33
  msgstr ""
34
 
35
- #: includes/class-yith-wcwl-admin.php:148
36
  msgid "Add to wishlist options"
37
  msgstr ""
38
 
39
- #: includes/class-yith-wcwl-admin.php:149
40
  msgid "Wishlist page options"
41
  msgstr ""
42
 
@@ -46,64 +46,64 @@ msgid ""
46
  "to purchase on your e-commerce."
47
  msgstr ""
48
 
49
- #: includes/class-yith-wcwl-admin.php:270
50
  msgid ""
51
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
52
  msgstr ""
53
 
54
- #: includes/class-yith-wcwl-admin.php:271
55
  msgid ""
56
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
57
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
58
  "on \"Add to wishlist\""
59
  msgstr ""
60
 
61
- #: includes/class-yith-wcwl-admin.php:272
62
  msgid ""
63
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
64
  "them either public (visible to everyone), private or shared (visible only to "
65
  "people it has been shared with)"
66
  msgstr ""
67
 
68
- #: includes/class-yith-wcwl-admin.php:273
69
  msgid ""
70
  "Choose between <b>different layouts</b> for the wishlist page and for the "
71
  "wishlist content"
72
  msgstr ""
73
 
74
- #: includes/class-yith-wcwl-admin.php:274
75
  msgid ""
76
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
77
  "move a product from one wishlist to another, change order of items, "
78
  "quantity, etc."
79
  msgstr ""
80
 
81
- #: includes/class-yith-wcwl-admin.php:275
82
  msgid ""
83
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
84
  "content of their wishlist to the admin and get a custom quote"
85
  msgstr ""
86
 
87
- #: includes/class-yith-wcwl-admin.php:276
88
  msgid ""
89
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
90
  "(available also with \"mini-cart\" style for the header)"
91
  msgstr ""
92
 
93
- #: includes/class-yith-wcwl-admin.php:277
94
  msgid ""
95
  "View the most popular products added to the wishlist by your customers and "
96
  "<b>send promotional emails to users</b> who have added specific products to "
97
  "their wishlist"
98
  msgstr ""
99
 
100
- #: includes/class-yith-wcwl-admin.php:278
101
  msgid ""
102
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
103
  "the list is back in stock or on sale"
104
  msgstr ""
105
 
106
- #: includes/class-yith-wcwl-admin.php:279
107
  msgid "Regular updates, Translations and Premium Support"
108
  msgstr ""
109
 
@@ -130,17 +130,17 @@ msgstr "成功移除商品。"
130
  msgid "Please, make sure to enter a valid title"
131
  msgstr ""
132
 
133
- #: includes/class-yith-wcwl-frontend.php:461
134
  msgid ""
135
  "We are sorry, but this feature is available only if cookies on your browser "
136
  "are enabled."
137
  msgstr ""
138
 
139
- #: includes/class-yith-wcwl-frontend.php:462
140
  msgid "Product added to cart successfully"
141
  msgstr ""
142
 
143
- #: includes/class-yith-wcwl-frontend.php:725
144
  #: includes/class-yith-wcwl-shortcode.php:239
145
  #: plugin-options/wishlist_page-options.php:240
146
  #: templates/wishlist-view-footer-mobile.php:46
@@ -327,7 +327,7 @@ msgstr ""
327
  msgid "Remove from list"
328
  msgstr ""
329
 
330
- #: includes/class-yith-wcwl-wishlist-item.php:189
331
  msgid "Free!"
332
  msgstr "免费!"
333
 
@@ -1270,44 +1270,44 @@ msgstr ""
1270
  msgid "Edit title"
1271
  msgstr ""
1272
 
1273
- #: templates/wishlist-view-mobile.php:136
1274
  msgid "Added on:"
1275
  msgstr ""
1276
 
1277
- #: templates/wishlist-view-mobile.php:147
1278
  msgid "Price:"
1279
  msgstr ""
1280
 
1281
- #: templates/wishlist-view-mobile.php:174
1282
  msgid "Quantity:"
1283
  msgstr ""
1284
 
1285
- #: templates/wishlist-view-mobile.php:189
1286
  msgid "Stock:"
1287
  msgstr ""
1288
 
1289
- #: templates/wishlist-view-mobile.php:192 templates/wishlist-view.php:229
1290
  msgid "Out of stock"
1291
  msgstr ""
1292
 
1293
- #: templates/wishlist-view-mobile.php:192 templates/wishlist-view.php:229
1294
  msgid "In Stock"
1295
  msgstr "有货"
1296
 
1297
- #: templates/wishlist-view-mobile.php:212 templates/wishlist-view.php:262
1298
  msgid "Move"
1299
  msgstr ""
1300
 
1301
- #: templates/wishlist-view-mobile.php:233 templates/wishlist-view.php:283
1302
  msgid "Move to another list &rsaquo;"
1303
  msgstr ""
1304
 
1305
- #: templates/wishlist-view-mobile.php:241 templates/wishlist-view.php:157
1306
- #: templates/wishlist-view.php:293
1307
  msgid "Remove this product"
1308
  msgstr "移除这个商品"
1309
 
1310
- #: templates/wishlist-view-mobile.php:252 templates/wishlist-view.php:313
1311
  msgid "No products added to the wishlist"
1312
  msgstr ""
1313
 
@@ -1332,11 +1332,11 @@ msgid "Arrange"
1332
  msgstr ""
1333
 
1334
  #. translators: date added label: 1 date added.
1335
- #: templates/wishlist-view.php:243
1336
  msgid "Added on: %s"
1337
  msgstr ""
1338
 
1339
- #: templates/wishlist-view.php:293
1340
  msgid "Remove"
1341
  msgstr ""
1342
 
@@ -1387,7 +1387,7 @@ msgid "Shows a list of products in wishlist"
1387
  msgstr ""
1388
 
1389
  #. translators: 1. % of reduction/increase in price.
1390
- #: includes/class-yith-wcwl-wishlist-item.php:428
1391
  msgctxt ""
1392
  "Part of the template that shows price variation since addition to list; "
1393
  "placeholder will be replaced with a percentage"
@@ -1395,7 +1395,7 @@ msgid "Price is %1$s%%"
1395
  msgstr ""
1396
 
1397
  #. translators: 2: original product price.
1398
- #: includes/class-yith-wcwl-wishlist-item.php:430
1399
  msgctxt ""
1400
  "Part of the template that shows price variation since addition to list; "
1401
  "placeholder will be replaced with a price"
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
+ "POT-Creation-Date: 2022-06-19 14:16:05+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:07+0200\n"
10
  "Last-Translator: 李明軒 <eggeggxuan@gmail.com>\n"
11
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
23
  "X-Poedit-SearchPath-0: ..\n"
24
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
25
 
26
+ #: includes/class-yith-wcwl-admin.php:124
27
  #, fuzzy
28
  msgid "Wishlist Page"
29
  msgstr "愿望清单"
30
 
31
+ #: includes/class-yith-wcwl-admin.php:146
32
  msgid "General settings"
33
  msgstr ""
34
 
35
+ #: includes/class-yith-wcwl-admin.php:147
36
  msgid "Add to wishlist options"
37
  msgstr ""
38
 
39
+ #: includes/class-yith-wcwl-admin.php:148
40
  msgid "Wishlist page options"
41
  msgstr ""
42
 
46
  "to purchase on your e-commerce."
47
  msgstr ""
48
 
49
+ #: includes/class-yith-wcwl-admin.php:280
50
  msgid ""
51
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
52
  msgstr ""
53
 
54
+ #: includes/class-yith-wcwl-admin.php:281
55
  msgid ""
56
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
57
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
58
  "on \"Add to wishlist\""
59
  msgstr ""
60
 
61
+ #: includes/class-yith-wcwl-admin.php:282
62
  msgid ""
63
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
64
  "them either public (visible to everyone), private or shared (visible only to "
65
  "people it has been shared with)"
66
  msgstr ""
67
 
68
+ #: includes/class-yith-wcwl-admin.php:283
69
  msgid ""
70
  "Choose between <b>different layouts</b> for the wishlist page and for the "
71
  "wishlist content"
72
  msgstr ""
73
 
74
+ #: includes/class-yith-wcwl-admin.php:284
75
  msgid ""
76
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
77
  "move a product from one wishlist to another, change order of items, "
78
  "quantity, etc."
79
  msgstr ""
80
 
81
+ #: includes/class-yith-wcwl-admin.php:285
82
  msgid ""
83
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
84
  "content of their wishlist to the admin and get a custom quote"
85
  msgstr ""
86
 
87
+ #: includes/class-yith-wcwl-admin.php:286
88
  msgid ""
89
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
90
  "(available also with \"mini-cart\" style for the header)"
91
  msgstr ""
92
 
93
+ #: includes/class-yith-wcwl-admin.php:287
94
  msgid ""
95
  "View the most popular products added to the wishlist by your customers and "
96
  "<b>send promotional emails to users</b> who have added specific products to "
97
  "their wishlist"
98
  msgstr ""
99
 
100
+ #: includes/class-yith-wcwl-admin.php:288
101
  msgid ""
102
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
103
  "the list is back in stock or on sale"
104
  msgstr ""
105
 
106
+ #: includes/class-yith-wcwl-admin.php:289
107
  msgid "Regular updates, Translations and Premium Support"
108
  msgstr ""
109
 
130
  msgid "Please, make sure to enter a valid title"
131
  msgstr ""
132
 
133
+ #: includes/class-yith-wcwl-frontend.php:552
134
  msgid ""
135
  "We are sorry, but this feature is available only if cookies on your browser "
136
  "are enabled."
137
  msgstr ""
138
 
139
+ #: includes/class-yith-wcwl-frontend.php:553
140
  msgid "Product added to cart successfully"
141
  msgstr ""
142
 
143
+ #: includes/class-yith-wcwl-frontend.php:816
144
  #: includes/class-yith-wcwl-shortcode.php:239
145
  #: plugin-options/wishlist_page-options.php:240
146
  #: templates/wishlist-view-footer-mobile.php:46
327
  msgid "Remove from list"
328
  msgstr ""
329
 
330
+ #: includes/class-yith-wcwl-wishlist-item.php:193
331
  msgid "Free!"
332
  msgstr "免费!"
333
 
1270
  msgid "Edit title"
1271
  msgstr ""
1272
 
1273
+ #: templates/wishlist-view-mobile.php:134
1274
  msgid "Added on:"
1275
  msgstr ""
1276
 
1277
+ #: templates/wishlist-view-mobile.php:145
1278
  msgid "Price:"
1279
  msgstr ""
1280
 
1281
+ #: templates/wishlist-view-mobile.php:172
1282
  msgid "Quantity:"
1283
  msgstr ""
1284
 
1285
+ #: templates/wishlist-view-mobile.php:187
1286
  msgid "Stock:"
1287
  msgstr ""
1288
 
1289
+ #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1290
  msgid "Out of stock"
1291
  msgstr ""
1292
 
1293
+ #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1294
  msgid "In Stock"
1295
  msgstr "有货"
1296
 
1297
+ #: templates/wishlist-view-mobile.php:210 templates/wishlist-view.php:260
1298
  msgid "Move"
1299
  msgstr ""
1300
 
1301
+ #: templates/wishlist-view-mobile.php:231 templates/wishlist-view.php:281
1302
  msgid "Move to another list &rsaquo;"
1303
  msgstr ""
1304
 
1305
+ #: templates/wishlist-view-mobile.php:239 templates/wishlist-view.php:155
1306
+ #: templates/wishlist-view.php:291
1307
  msgid "Remove this product"
1308
  msgstr "移除这个商品"
1309
 
1310
+ #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:311
1311
  msgid "No products added to the wishlist"
1312
  msgstr ""
1313
 
1332
  msgstr ""
1333
 
1334
  #. translators: date added label: 1 date added.
1335
+ #: templates/wishlist-view.php:241
1336
  msgid "Added on: %s"
1337
  msgstr ""
1338
 
1339
+ #: templates/wishlist-view.php:291
1340
  msgid "Remove"
1341
  msgstr ""
1342
 
1387
  msgstr ""
1388
 
1389
  #. translators: 1. % of reduction/increase in price.
1390
+ #: includes/class-yith-wcwl-wishlist-item.php:435
1391
  msgctxt ""
1392
  "Part of the template that shows price variation since addition to list; "
1393
  "placeholder will be replaced with a percentage"
1395
  msgstr ""
1396
 
1397
  #. translators: 2: original product price.
1398
+ #: includes/class-yith-wcwl-wishlist-item.php:437
1399
  msgctxt ""
1400
  "Part of the template that shows price variation since addition to list; "
1401
  "placeholder will be replaced with a price"
languages/yith-woocommerce-wishlist-zh_TW.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-zh_TW.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
- "POT-Creation-Date: 2022-01-12 11:22:42+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:07+0200\n"
10
  "Last-Translator: 李明軒 <eggeggxuan@gmail.com>\n"
11
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
@@ -23,20 +23,20 @@ msgstr ""
23
  "X-Poedit-SearchPath-0: ..\n"
24
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
25
 
26
- #: includes/class-yith-wcwl-admin.php:125
27
  #, fuzzy
28
  msgid "Wishlist Page"
29
  msgstr "願望清單"
30
 
31
- #: includes/class-yith-wcwl-admin.php:147
32
  msgid "General settings"
33
  msgstr ""
34
 
35
- #: includes/class-yith-wcwl-admin.php:148
36
  msgid "Add to wishlist options"
37
  msgstr ""
38
 
39
- #: includes/class-yith-wcwl-admin.php:149
40
  msgid "Wishlist page options"
41
  msgstr ""
42
 
@@ -46,64 +46,64 @@ msgid ""
46
  "to purchase on your e-commerce."
47
  msgstr ""
48
 
49
- #: includes/class-yith-wcwl-admin.php:270
50
  msgid ""
51
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
52
  msgstr ""
53
 
54
- #: includes/class-yith-wcwl-admin.php:271
55
  msgid ""
56
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
57
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
58
  "on \"Add to wishlist\""
59
  msgstr ""
60
 
61
- #: includes/class-yith-wcwl-admin.php:272
62
  msgid ""
63
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
64
  "them either public (visible to everyone), private or shared (visible only to "
65
  "people it has been shared with)"
66
  msgstr ""
67
 
68
- #: includes/class-yith-wcwl-admin.php:273
69
  msgid ""
70
  "Choose between <b>different layouts</b> for the wishlist page and for the "
71
  "wishlist content"
72
  msgstr ""
73
 
74
- #: includes/class-yith-wcwl-admin.php:274
75
  msgid ""
76
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
77
  "move a product from one wishlist to another, change order of items, "
78
  "quantity, etc."
79
  msgstr ""
80
 
81
- #: includes/class-yith-wcwl-admin.php:275
82
  msgid ""
83
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
84
  "content of their wishlist to the admin and get a custom quote"
85
  msgstr ""
86
 
87
- #: includes/class-yith-wcwl-admin.php:276
88
  msgid ""
89
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
90
  "(available also with \"mini-cart\" style for the header)"
91
  msgstr ""
92
 
93
- #: includes/class-yith-wcwl-admin.php:277
94
  msgid ""
95
  "View the most popular products added to the wishlist by your customers and "
96
  "<b>send promotional emails to users</b> who have added specific products to "
97
  "their wishlist"
98
  msgstr ""
99
 
100
- #: includes/class-yith-wcwl-admin.php:278
101
  msgid ""
102
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
103
  "the list is back in stock or on sale"
104
  msgstr ""
105
 
106
- #: includes/class-yith-wcwl-admin.php:279
107
  msgid "Regular updates, Translations and Premium Support"
108
  msgstr ""
109
 
@@ -130,17 +130,17 @@ msgstr "成功移除商品。"
130
  msgid "Please, make sure to enter a valid title"
131
  msgstr ""
132
 
133
- #: includes/class-yith-wcwl-frontend.php:461
134
  msgid ""
135
  "We are sorry, but this feature is available only if cookies on your browser "
136
  "are enabled."
137
  msgstr ""
138
 
139
- #: includes/class-yith-wcwl-frontend.php:462
140
  msgid "Product added to cart successfully"
141
  msgstr ""
142
 
143
- #: includes/class-yith-wcwl-frontend.php:725
144
  #: includes/class-yith-wcwl-shortcode.php:239
145
  #: plugin-options/wishlist_page-options.php:240
146
  #: templates/wishlist-view-footer-mobile.php:46
@@ -327,7 +327,7 @@ msgstr ""
327
  msgid "Remove from list"
328
  msgstr ""
329
 
330
- #: includes/class-yith-wcwl-wishlist-item.php:189
331
  msgid "Free!"
332
  msgstr "免費!"
333
 
@@ -1270,44 +1270,44 @@ msgstr ""
1270
  msgid "Edit title"
1271
  msgstr ""
1272
 
1273
- #: templates/wishlist-view-mobile.php:136
1274
  msgid "Added on:"
1275
  msgstr ""
1276
 
1277
- #: templates/wishlist-view-mobile.php:147
1278
  msgid "Price:"
1279
  msgstr ""
1280
 
1281
- #: templates/wishlist-view-mobile.php:174
1282
  msgid "Quantity:"
1283
  msgstr ""
1284
 
1285
- #: templates/wishlist-view-mobile.php:189
1286
  msgid "Stock:"
1287
  msgstr ""
1288
 
1289
- #: templates/wishlist-view-mobile.php:192 templates/wishlist-view.php:229
1290
  msgid "Out of stock"
1291
  msgstr ""
1292
 
1293
- #: templates/wishlist-view-mobile.php:192 templates/wishlist-view.php:229
1294
  msgid "In Stock"
1295
  msgstr "有貨"
1296
 
1297
- #: templates/wishlist-view-mobile.php:212 templates/wishlist-view.php:262
1298
  msgid "Move"
1299
  msgstr ""
1300
 
1301
- #: templates/wishlist-view-mobile.php:233 templates/wishlist-view.php:283
1302
  msgid "Move to another list &rsaquo;"
1303
  msgstr ""
1304
 
1305
- #: templates/wishlist-view-mobile.php:241 templates/wishlist-view.php:157
1306
- #: templates/wishlist-view.php:293
1307
  msgid "Remove this product"
1308
  msgstr "移除這個商品"
1309
 
1310
- #: templates/wishlist-view-mobile.php:252 templates/wishlist-view.php:313
1311
  msgid "No products added to the wishlist"
1312
  msgstr ""
1313
 
@@ -1332,11 +1332,11 @@ msgid "Arrange"
1332
  msgstr ""
1333
 
1334
  #. translators: date added label: 1 date added.
1335
- #: templates/wishlist-view.php:243
1336
  msgid "Added on: %s"
1337
  msgstr ""
1338
 
1339
- #: templates/wishlist-view.php:293
1340
  msgid "Remove"
1341
  msgstr ""
1342
 
@@ -1387,7 +1387,7 @@ msgid "Shows a list of products in wishlist"
1387
  msgstr ""
1388
 
1389
  #. translators: 1. % of reduction/increase in price.
1390
- #: includes/class-yith-wcwl-wishlist-item.php:428
1391
  msgctxt ""
1392
  "Part of the template that shows price variation since addition to list; "
1393
  "placeholder will be replaced with a percentage"
@@ -1395,7 +1395,7 @@ msgid "Price is %1$s%%"
1395
  msgstr ""
1396
 
1397
  #. translators: 2: original product price.
1398
- #: includes/class-yith-wcwl-wishlist-item.php:430
1399
  msgctxt ""
1400
  "Part of the template that shows price variation since addition to list; "
1401
  "placeholder will be replaced with a price"
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
+ "POT-Creation-Date: 2022-06-19 14:16:05+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:07+0200\n"
10
  "Last-Translator: 李明軒 <eggeggxuan@gmail.com>\n"
11
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
23
  "X-Poedit-SearchPath-0: ..\n"
24
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
25
 
26
+ #: includes/class-yith-wcwl-admin.php:124
27
  #, fuzzy
28
  msgid "Wishlist Page"
29
  msgstr "願望清單"
30
 
31
+ #: includes/class-yith-wcwl-admin.php:146
32
  msgid "General settings"
33
  msgstr ""
34
 
35
+ #: includes/class-yith-wcwl-admin.php:147
36
  msgid "Add to wishlist options"
37
  msgstr ""
38
 
39
+ #: includes/class-yith-wcwl-admin.php:148
40
  msgid "Wishlist page options"
41
  msgstr ""
42
 
46
  "to purchase on your e-commerce."
47
  msgstr ""
48
 
49
+ #: includes/class-yith-wcwl-admin.php:280
50
  msgid ""
51
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
52
  msgstr ""
53
 
54
+ #: includes/class-yith-wcwl-admin.php:281
55
  msgid ""
56
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
57
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
58
  "on \"Add to wishlist\""
59
  msgstr ""
60
 
61
+ #: includes/class-yith-wcwl-admin.php:282
62
  msgid ""
63
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
64
  "them either public (visible to everyone), private or shared (visible only to "
65
  "people it has been shared with)"
66
  msgstr ""
67
 
68
+ #: includes/class-yith-wcwl-admin.php:283
69
  msgid ""
70
  "Choose between <b>different layouts</b> for the wishlist page and for the "
71
  "wishlist content"
72
  msgstr ""
73
 
74
+ #: includes/class-yith-wcwl-admin.php:284
75
  msgid ""
76
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
77
  "move a product from one wishlist to another, change order of items, "
78
  "quantity, etc."
79
  msgstr ""
80
 
81
+ #: includes/class-yith-wcwl-admin.php:285
82
  msgid ""
83
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
84
  "content of their wishlist to the admin and get a custom quote"
85
  msgstr ""
86
 
87
+ #: includes/class-yith-wcwl-admin.php:286
88
  msgid ""
89
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
90
  "(available also with \"mini-cart\" style for the header)"
91
  msgstr ""
92
 
93
+ #: includes/class-yith-wcwl-admin.php:287
94
  msgid ""
95
  "View the most popular products added to the wishlist by your customers and "
96
  "<b>send promotional emails to users</b> who have added specific products to "
97
  "their wishlist"
98
  msgstr ""
99
 
100
+ #: includes/class-yith-wcwl-admin.php:288
101
  msgid ""
102
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
103
  "the list is back in stock or on sale"
104
  msgstr ""
105
 
106
+ #: includes/class-yith-wcwl-admin.php:289
107
  msgid "Regular updates, Translations and Premium Support"
108
  msgstr ""
109
 
130
  msgid "Please, make sure to enter a valid title"
131
  msgstr ""
132
 
133
+ #: includes/class-yith-wcwl-frontend.php:552
134
  msgid ""
135
  "We are sorry, but this feature is available only if cookies on your browser "
136
  "are enabled."
137
  msgstr ""
138
 
139
+ #: includes/class-yith-wcwl-frontend.php:553
140
  msgid "Product added to cart successfully"
141
  msgstr ""
142
 
143
+ #: includes/class-yith-wcwl-frontend.php:816
144
  #: includes/class-yith-wcwl-shortcode.php:239
145
  #: plugin-options/wishlist_page-options.php:240
146
  #: templates/wishlist-view-footer-mobile.php:46
327
  msgid "Remove from list"
328
  msgstr ""
329
 
330
+ #: includes/class-yith-wcwl-wishlist-item.php:193
331
  msgid "Free!"
332
  msgstr "免費!"
333
 
1270
  msgid "Edit title"
1271
  msgstr ""
1272
 
1273
+ #: templates/wishlist-view-mobile.php:134
1274
  msgid "Added on:"
1275
  msgstr ""
1276
 
1277
+ #: templates/wishlist-view-mobile.php:145
1278
  msgid "Price:"
1279
  msgstr ""
1280
 
1281
+ #: templates/wishlist-view-mobile.php:172
1282
  msgid "Quantity:"
1283
  msgstr ""
1284
 
1285
+ #: templates/wishlist-view-mobile.php:187
1286
  msgid "Stock:"
1287
  msgstr ""
1288
 
1289
+ #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1290
  msgid "Out of stock"
1291
  msgstr ""
1292
 
1293
+ #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1294
  msgid "In Stock"
1295
  msgstr "有貨"
1296
 
1297
+ #: templates/wishlist-view-mobile.php:210 templates/wishlist-view.php:260
1298
  msgid "Move"
1299
  msgstr ""
1300
 
1301
+ #: templates/wishlist-view-mobile.php:231 templates/wishlist-view.php:281
1302
  msgid "Move to another list &rsaquo;"
1303
  msgstr ""
1304
 
1305
+ #: templates/wishlist-view-mobile.php:239 templates/wishlist-view.php:155
1306
+ #: templates/wishlist-view.php:291
1307
  msgid "Remove this product"
1308
  msgstr "移除這個商品"
1309
 
1310
+ #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:311
1311
  msgid "No products added to the wishlist"
1312
  msgstr ""
1313
 
1332
  msgstr ""
1333
 
1334
  #. translators: date added label: 1 date added.
1335
+ #: templates/wishlist-view.php:241
1336
  msgid "Added on: %s"
1337
  msgstr ""
1338
 
1339
+ #: templates/wishlist-view.php:291
1340
  msgid "Remove"
1341
  msgstr ""
1342
 
1387
  msgstr ""
1388
 
1389
  #. translators: 1. % of reduction/increase in price.
1390
+ #: includes/class-yith-wcwl-wishlist-item.php:435
1391
  msgctxt ""
1392
  "Part of the template that shows price variation since addition to list; "
1393
  "placeholder will be replaced with a percentage"
1395
  msgstr ""
1396
 
1397
  #. translators: 2: original product price.
1398
+ #: includes/class-yith-wcwl-wishlist-item.php:437
1399
  msgctxt ""
1400
  "Part of the template that shows price variation since addition to list; "
1401
  "placeholder will be replaced with a price"
languages/yith-woocommerce-wishlist.pot CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist Premium\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://wordpress.org/support/plugin/yith-woocommerce-wishlist\n"
8
- "POT-Creation-Date: 2022-05-16 13:11:45+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
@@ -29,19 +29,19 @@ msgstr ""
29
  "X-Poedit-SearchPathExcluded-2: node_modules\n"
30
  "X-Generator: grunt-wp-i18n 1.0.3\n"
31
 
32
- #: includes/class-yith-wcwl-admin.php:125
33
  msgid "Wishlist Page"
34
  msgstr ""
35
 
36
- #: includes/class-yith-wcwl-admin.php:147
37
  msgid "General settings"
38
  msgstr ""
39
 
40
- #: includes/class-yith-wcwl-admin.php:148
41
  msgid "Add to wishlist options"
42
  msgstr ""
43
 
44
- #: includes/class-yith-wcwl-admin.php:149
45
  msgid "Wishlist page options"
46
  msgstr ""
47
 
@@ -51,65 +51,65 @@ msgid ""
51
  "to purchase on your e-commerce."
52
  msgstr ""
53
 
54
- #: includes/class-yith-wcwl-admin.php:270
55
  msgid ""
56
  "Enable the wishlist feature for all users or <b>only for registered "
57
  "users</b>"
58
  msgstr ""
59
 
60
- #: includes/class-yith-wcwl-admin.php:271
61
  msgid ""
62
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
63
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they "
64
  "click on \"Add to wishlist\""
65
  msgstr ""
66
 
67
- #: includes/class-yith-wcwl-admin.php:272
68
  msgid ""
69
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
70
  "them either public (visible to everyone), private or shared (visible only "
71
  "to people it has been shared with)"
72
  msgstr ""
73
 
74
- #: includes/class-yith-wcwl-admin.php:273
75
  msgid ""
76
  "Choose between <b>different layouts</b> for the wishlist page and for the "
77
  "wishlist content"
78
  msgstr ""
79
 
80
- #: includes/class-yith-wcwl-admin.php:274
81
  msgid ""
82
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
83
  "move a product from one wishlist to another, change order of items, "
84
  "quantity, etc."
85
  msgstr ""
86
 
87
- #: includes/class-yith-wcwl-admin.php:275
88
  msgid ""
89
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
90
  "content of their wishlist to the admin and get a custom quote"
91
  msgstr ""
92
 
93
- #: includes/class-yith-wcwl-admin.php:276
94
  msgid ""
95
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
96
  "(available also with \"mini-cart\" style for the header)"
97
  msgstr ""
98
 
99
- #: includes/class-yith-wcwl-admin.php:277
100
  msgid ""
101
  "View the most popular products added to the wishlist by your customers and "
102
  "<b>send promotional emails to users</b> who have added specific products to "
103
  "their wishlist"
104
  msgstr ""
105
 
106
- #: includes/class-yith-wcwl-admin.php:278
107
  msgid ""
108
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
109
  "the list is back in stock or on sale"
110
  msgstr ""
111
 
112
- #: includes/class-yith-wcwl-admin.php:279
113
  msgid "Regular updates, Translations and Premium Support"
114
  msgstr ""
115
 
@@ -136,17 +136,17 @@ msgstr ""
136
  msgid "Please, make sure to enter a valid title"
137
  msgstr ""
138
 
139
- #: includes/class-yith-wcwl-frontend.php:461
140
  msgid ""
141
  "We are sorry, but this feature is available only if cookies on your browser "
142
  "are enabled."
143
  msgstr ""
144
 
145
- #: includes/class-yith-wcwl-frontend.php:462
146
  msgid "Product added to cart successfully"
147
  msgstr ""
148
 
149
- #: includes/class-yith-wcwl-frontend.php:725
150
  #: includes/class-yith-wcwl-shortcode.php:239
151
  #: plugin-options/wishlist_page-options.php:240
152
  #: templates/wishlist-view-footer-mobile.php:46
@@ -334,7 +334,7 @@ msgstr ""
334
  msgid "Remove from list"
335
  msgstr ""
336
 
337
- #: includes/class-yith-wcwl-wishlist-item.php:189
338
  msgid "Free!"
339
  msgstr ""
340
 
@@ -1271,44 +1271,44 @@ msgstr ""
1271
  msgid "Edit title"
1272
  msgstr ""
1273
 
1274
- #: templates/wishlist-view-mobile.php:136
1275
  msgid "Added on:"
1276
  msgstr ""
1277
 
1278
- #: templates/wishlist-view-mobile.php:147
1279
  msgid "Price:"
1280
  msgstr ""
1281
 
1282
- #: templates/wishlist-view-mobile.php:174
1283
  msgid "Quantity:"
1284
  msgstr ""
1285
 
1286
- #: templates/wishlist-view-mobile.php:189
1287
  msgid "Stock:"
1288
  msgstr ""
1289
 
1290
- #: templates/wishlist-view-mobile.php:192 templates/wishlist-view.php:229
1291
  msgid "Out of stock"
1292
  msgstr ""
1293
 
1294
- #: templates/wishlist-view-mobile.php:192 templates/wishlist-view.php:229
1295
  msgid "In Stock"
1296
  msgstr ""
1297
 
1298
- #: templates/wishlist-view-mobile.php:212 templates/wishlist-view.php:262
1299
  msgid "Move"
1300
  msgstr ""
1301
 
1302
- #: templates/wishlist-view-mobile.php:233 templates/wishlist-view.php:283
1303
  msgid "Move to another list &rsaquo;"
1304
  msgstr ""
1305
 
1306
- #: templates/wishlist-view-mobile.php:241 templates/wishlist-view.php:157
1307
- #: templates/wishlist-view.php:293
1308
  msgid "Remove this product"
1309
  msgstr ""
1310
 
1311
- #: templates/wishlist-view-mobile.php:252 templates/wishlist-view.php:313
1312
  msgid "No products added to the wishlist"
1313
  msgstr ""
1314
 
@@ -1332,12 +1332,12 @@ msgstr ""
1332
  msgid "Arrange"
1333
  msgstr ""
1334
 
1335
- #: templates/wishlist-view.php:243
1336
  #. translators: date added label: 1 date added.
1337
  msgid "Added on: %s"
1338
  msgstr ""
1339
 
1340
- #: templates/wishlist-view.php:293
1341
  msgid "Remove"
1342
  msgstr ""
1343
 
@@ -1387,7 +1387,7 @@ msgctxt "[gutenberg]: block description"
1387
  msgid "Shows a list of products in wishlist"
1388
  msgstr ""
1389
 
1390
- #: includes/class-yith-wcwl-wishlist-item.php:428
1391
  #. translators: 1. % of reduction/increase in price.
1392
  msgctxt ""
1393
  "Part of the template that shows price variation since addition to list; "
@@ -1395,7 +1395,7 @@ msgctxt ""
1395
  msgid "Price is %1$s%%"
1396
  msgstr ""
1397
 
1398
- #: includes/class-yith-wcwl-wishlist-item.php:430
1399
  #. translators: 2: original product price.
1400
  msgctxt ""
1401
  "Part of the template that shows price variation since addition to list; "
5
  "Project-Id-Version: YITH WooCommerce Wishlist Premium\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://wordpress.org/support/plugin/yith-woocommerce-wishlist\n"
8
+ "POT-Creation-Date: 2022-06-19 14:16:05+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
29
  "X-Poedit-SearchPathExcluded-2: node_modules\n"
30
  "X-Generator: grunt-wp-i18n 1.0.3\n"
31
 
32
+ #: includes/class-yith-wcwl-admin.php:124
33
  msgid "Wishlist Page"
34
  msgstr ""
35
 
36
+ #: includes/class-yith-wcwl-admin.php:146
37
  msgid "General settings"
38
  msgstr ""
39
 
40
+ #: includes/class-yith-wcwl-admin.php:147
41
  msgid "Add to wishlist options"
42
  msgstr ""
43
 
44
+ #: includes/class-yith-wcwl-admin.php:148
45
  msgid "Wishlist page options"
46
  msgstr ""
47
 
51
  "to purchase on your e-commerce."
52
  msgstr ""
53
 
54
+ #: includes/class-yith-wcwl-admin.php:280
55
  msgid ""
56
  "Enable the wishlist feature for all users or <b>only for registered "
57
  "users</b>"
58
  msgstr ""
59
 
60
+ #: includes/class-yith-wcwl-admin.php:281
61
  msgid ""
62
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
63
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they "
64
  "click on \"Add to wishlist\""
65
  msgstr ""
66
 
67
+ #: includes/class-yith-wcwl-admin.php:282
68
  msgid ""
69
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
70
  "them either public (visible to everyone), private or shared (visible only "
71
  "to people it has been shared with)"
72
  msgstr ""
73
 
74
+ #: includes/class-yith-wcwl-admin.php:283
75
  msgid ""
76
  "Choose between <b>different layouts</b> for the wishlist page and for the "
77
  "wishlist content"
78
  msgstr ""
79
 
80
+ #: includes/class-yith-wcwl-admin.php:284
81
  msgid ""
82
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
83
  "move a product from one wishlist to another, change order of items, "
84
  "quantity, etc."
85
  msgstr ""
86
 
87
+ #: includes/class-yith-wcwl-admin.php:285
88
  msgid ""
89
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
90
  "content of their wishlist to the admin and get a custom quote"
91
  msgstr ""
92
 
93
+ #: includes/class-yith-wcwl-admin.php:286
94
  msgid ""
95
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
96
  "(available also with \"mini-cart\" style for the header)"
97
  msgstr ""
98
 
99
+ #: includes/class-yith-wcwl-admin.php:287
100
  msgid ""
101
  "View the most popular products added to the wishlist by your customers and "
102
  "<b>send promotional emails to users</b> who have added specific products to "
103
  "their wishlist"
104
  msgstr ""
105
 
106
+ #: includes/class-yith-wcwl-admin.php:288
107
  msgid ""
108
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
109
  "the list is back in stock or on sale"
110
  msgstr ""
111
 
112
+ #: includes/class-yith-wcwl-admin.php:289
113
  msgid "Regular updates, Translations and Premium Support"
114
  msgstr ""
115
 
136
  msgid "Please, make sure to enter a valid title"
137
  msgstr ""
138
 
139
+ #: includes/class-yith-wcwl-frontend.php:552
140
  msgid ""
141
  "We are sorry, but this feature is available only if cookies on your browser "
142
  "are enabled."
143
  msgstr ""
144
 
145
+ #: includes/class-yith-wcwl-frontend.php:553
146
  msgid "Product added to cart successfully"
147
  msgstr ""
148
 
149
+ #: includes/class-yith-wcwl-frontend.php:816
150
  #: includes/class-yith-wcwl-shortcode.php:239
151
  #: plugin-options/wishlist_page-options.php:240
152
  #: templates/wishlist-view-footer-mobile.php:46
334
  msgid "Remove from list"
335
  msgstr ""
336
 
337
+ #: includes/class-yith-wcwl-wishlist-item.php:193
338
  msgid "Free!"
339
  msgstr ""
340
 
1271
  msgid "Edit title"
1272
  msgstr ""
1273
 
1274
+ #: templates/wishlist-view-mobile.php:134
1275
  msgid "Added on:"
1276
  msgstr ""
1277
 
1278
+ #: templates/wishlist-view-mobile.php:145
1279
  msgid "Price:"
1280
  msgstr ""
1281
 
1282
+ #: templates/wishlist-view-mobile.php:172
1283
  msgid "Quantity:"
1284
  msgstr ""
1285
 
1286
+ #: templates/wishlist-view-mobile.php:187
1287
  msgid "Stock:"
1288
  msgstr ""
1289
 
1290
+ #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1291
  msgid "Out of stock"
1292
  msgstr ""
1293
 
1294
+ #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1295
  msgid "In Stock"
1296
  msgstr ""
1297
 
1298
+ #: templates/wishlist-view-mobile.php:210 templates/wishlist-view.php:260
1299
  msgid "Move"
1300
  msgstr ""
1301
 
1302
+ #: templates/wishlist-view-mobile.php:231 templates/wishlist-view.php:281
1303
  msgid "Move to another list &rsaquo;"
1304
  msgstr ""
1305
 
1306
+ #: templates/wishlist-view-mobile.php:239 templates/wishlist-view.php:155
1307
+ #: templates/wishlist-view.php:291
1308
  msgid "Remove this product"
1309
  msgstr ""
1310
 
1311
+ #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:311
1312
  msgid "No products added to the wishlist"
1313
  msgstr ""
1314
 
1332
  msgid "Arrange"
1333
  msgstr ""
1334
 
1335
+ #: templates/wishlist-view.php:241
1336
  #. translators: date added label: 1 date added.
1337
  msgid "Added on: %s"
1338
  msgstr ""
1339
 
1340
+ #: templates/wishlist-view.php:291
1341
  msgid "Remove"
1342
  msgstr ""
1343
 
1387
  msgid "Shows a list of products in wishlist"
1388
  msgstr ""
1389
 
1390
+ #: includes/class-yith-wcwl-wishlist-item.php:435
1391
  #. translators: 1. % of reduction/increase in price.
1392
  msgctxt ""
1393
  "Part of the template that shows price variation since addition to list; "
1395
  msgid "Price is %1$s%%"
1396
  msgstr ""
1397
 
1398
+ #: includes/class-yith-wcwl-wishlist-item.php:437
1399
  #. translators: 2: original product price.
1400
  msgctxt ""
1401
  "Part of the template that shows price variation since addition to list; "
plugin-fw/assets/css/yith-icon.css CHANGED
@@ -6,10 +6,10 @@
6
  /* stylelint-disable function-url-quotes, declaration-colon-newline-after */
7
  @font-face {
8
  font-family: yith-icon;
9
- src: url("../fonts/yith-icon.eot?4f62977f59eef1e01c2d8d7bd1d244d0");
10
- src: url("../fonts/yith-icon.eot?4f62977f59eef1e01c2d8d7bd1d244d0#iefix") format("embedded-opentype"),
11
- url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),
12
- url("../fonts/yith-icon.ttf?4f62977f59eef1e01c2d8d7bd1d244d0") format("truetype");
13
  font-weight: 400;
14
  font-style: normal;
15
  }
@@ -43,6 +43,14 @@
43
  content: "\f110";
44
  }
45
 
 
 
 
 
 
 
 
 
46
  .yith-icon-arrow-down:before {
47
  content: "\e900";
48
  }
@@ -51,6 +59,14 @@
51
  content: "\f111";
52
  }
53
 
 
 
 
 
 
 
 
 
54
  .yith-icon-arrow-left:before {
55
  content: "\e901";
56
  }
@@ -59,6 +75,14 @@
59
  content: "\f112";
60
  }
61
 
 
 
 
 
 
 
 
 
62
  .yith-icon-arrow-right:before {
63
  content: "\e902";
64
  }
@@ -67,6 +91,14 @@
67
  content: "\f113";
68
  }
69
 
 
 
 
 
 
 
 
 
70
  .yith-icon-arrow-up:before {
71
  content: "\e903";
72
  }
6
  /* stylelint-disable function-url-quotes, declaration-colon-newline-after */
7
  @font-face {
8
  font-family: yith-icon;
9
+ src: url("../fonts/yith-icon.eot?3c67f638ae05de262cf047afbdfecfb1");
10
+ src: url("../fonts/yith-icon.eot?3c67f638ae05de262cf047afbdfecfb1#iefix") format("embedded-opentype"),
11
+ url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),
12
+ url("../fonts/yith-icon.ttf?3c67f638ae05de262cf047afbdfecfb1") format("truetype");
13
  font-weight: 400;
14
  font-style: normal;
15
  }
43
  content: "\f110";
44
  }
45
 
46
+ .yith-icon-arrow-down-long-alt:before {
47
+ content: "\f128";
48
+ }
49
+
50
+ .yith-icon-arrow-down-long:before {
51
+ content: "\f129";
52
+ }
53
+
54
  .yith-icon-arrow-down:before {
55
  content: "\e900";
56
  }
59
  content: "\f111";
60
  }
61
 
62
+ .yith-icon-arrow-left-long-alt:before {
63
+ content: "\f12a";
64
+ }
65
+
66
+ .yith-icon-arrow-left-long:before {
67
+ content: "\f12b";
68
+ }
69
+
70
  .yith-icon-arrow-left:before {
71
  content: "\e901";
72
  }
75
  content: "\f112";
76
  }
77
 
78
+ .yith-icon-arrow-right-long-alt:before {
79
+ content: "\f12c";
80
+ }
81
+
82
+ .yith-icon-arrow-right-long:before {
83
+ content: "\f12d";
84
+ }
85
+
86
  .yith-icon-arrow-right:before {
87
  content: "\e902";
88
  }
91
  content: "\f113";
92
  }
93
 
94
+ .yith-icon-arrow-up-long-alt:before {
95
+ content: "\f12e";
96
+ }
97
+
98
+ .yith-icon-arrow-up-long:before {
99
+ content: "\f12f";
100
+ }
101
+
102
  .yith-icon-arrow-up:before {
103
  content: "\e903";
104
  }
plugin-fw/assets/fonts/yith-icon.eot CHANGED
Binary file
plugin-fw/assets/fonts/yith-icon.ttf CHANGED
Binary file
plugin-fw/assets/fonts/yith-icon.woff2 CHANGED
Binary file
plugin-fw/dist/gutenberg/index.asset.php CHANGED
@@ -1 +1 @@
1
- <?php return array('dependencies' => array('lodash', 'react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-element', 'wp-hooks', 'wp-polyfill', 'wp-url'), 'version' => 'd87a9ed5ad42f7307f69e222878cc0bb');
1
+ <?php return array('dependencies' => array('lodash', 'react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-polyfill', 'wp-url'), 'version' => 'ccb6b74ecd1dbb4cb1db833b49ebe4fb');
plugin-fw/dist/gutenberg/index.js CHANGED
@@ -1 +1 @@
1
- !function(){var e,t={783:function(e,t,o){"use strict";var r=window.wp.element,n=window.React,a=o(568),l=o.n(a),s=window.wp.blocks,c=window.wp.url;function i(e){if(e.status>=200&&e.status<300)return e;throw e}function u(e){return e.json?e.json():e.text()}const h=(0,r.createElement)("svg",{viewBox:"0 0 22 22",xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",role:"img","aria-hidden":"true",focusable:"false"},(0,r.createElement)("path",{width:"22",height:"22",d:"M 18.24 7.628 C 17.291 8.284 16.076 8.971 14.587 9.688 C 15.344 7.186 15.765 4.851 15.849 2.684 C 15.912 0.939 15.133 0.045 13.514 0.003 C 11.558 -0.06 10.275 1.033 9.665 3.284 C 10.007 3.137 10.359 3.063 10.723 3.063 C 11.021 3.063 11.267 3.184 11.459 3.426 C 11.651 3.668 11.736 3.947 11.715 4.262 C 11.695 5.082 11.276 5.961 10.46 6.896 C 9.644 7.833 8.918 8.3 8.282 8.3 C 7.837 8.3 7.625 7.922 7.646 7.165 C 7.667 6.765 7.804 5.955 8.056 4.735 C 8.287 3.579 8.403 2.801 8.403 2.401 C 8.403 1.707 8.224 1.144 7.867 0.713 C 7.509 0.282 6.994 0.098 6.321 0.161 C 5.858 0.203 5.175 0.624 4.27 1.422 C 3.596 2.035 2.923 2.644 2.25 3.254 L 2.976 4.106 C 3.564 3.664 3.922 3.443 4.048 3.443 C 4.448 3.443 4.637 3.717 4.617 4.263 C 4.617 4.306 4.427 4.968 4.049 6.251 C 3.671 7.534 3.471 8.491 3.449 9.122 C 3.407 9.985 3.565 10.647 3.924 11.109 C 4.367 11.677 5.106 11.919 6.142 11.835 C 7.366 11.751 8.591 11.298 9.816 10.479 C 10.323 10.142 10.808 9.753 11.273 9.311 C 11.105 10.153 10.905 10.868 10.673 11.457 C 8.402 12.487 6.762 13.37 5.752 14.107 C 4.321 15.137 3.554 16.241 3.449 17.419 C 3.259 19.459 4.29 20.479 6.541 20.479 C 8.055 20.479 9.517 19.554 10.926 17.703 C 12.125 16.126 13.166 14.022 14.049 11.394 C 15.578 10.635 16.87 9.892 17.928 9.164 C 17.894 9.409 18.319 7.308 18.24 7.628 Z M 7.393 16.095 C 7.056 16.095 6.898 15.947 6.919 15.653 C 6.961 15.106 7.908 14.38 9.759 13.476 C 8.791 15.221 8.002 16.095 7.393 16.095 Z"}));var d=window.lodash,p=o.n(d);const f=(e,t,o)=>{let r=!0;if(t&&t.id&&"value"in t){let n=t.value;["toggle","checkbox"].includes(o)&&(n=!0===n||"yes"===n||1===n),n=p().isArray(n)?n:[n],r=void 0!==e[t.id]&&n.includes(e[t.id])}return r},g=(e,t)=>{const{controlType:o}=e;let r=!0;if(e.deps)if(p().isArray(e.deps))for(let n in e.deps){const a=e.deps[n];if(r=f(t,a,o),!r)break}else r=f(t,e.deps,o);return r},b=(e,t)=>{let o="",r=!1;if(void 0!==e.callback&&(jQuery&&e.callback in jQuery.fn?r=jQuery.fn[e.callback]:e.callback in window&&(r=window[e.callback])),"function"==typeof r)o=r(t,e);else{const r=e.attributes?Object.entries(e.attributes).map((e=>{let[o,r]=e;const n=g(r,t),a=t[o];if(n&&void 0!==a)return o+"="+(r.remove_quotes?a:`"${a}"`)})):[],n=r.length?" "+r.join(" "):"";o=`[${e.shortcode_name}${n}]`}return o};var m=window.wp.components,y=window.wp.blockEditor,_=window.wp.hooks;class v extends n.Component{constructor(){super(...arguments),this.state={html:"",shortcode:"",shortcodeHash:"",ajaxUpdated:!1,ajaxSuccess:!1,ajaxResponse:!1,loading:!1,firstLoading:!0},this.ajaxTimeout=!1}componentDidMount(){this.updateShortcode()}componentDidUpdate(e,t,o){const{shortcode:r,shortcodeHash:n,ajaxSuccess:a,ajaxResponse:l,ajaxUpdated:s}=this.state;(0,d.isEqual)(e,this.props)||this.updateShortcode(),this.props.blockArgs.do_shortcode&&s&&(a&&(0,_.doAction)("yith_plugin_fw_gutenberg_success_do_shortcode",r,n,l),(0,_.doAction)("yith_plugin_fw_gutenberg_after_do_shortcode",r,n,l),this.setState({ajaxUpdated:!1}))}updateShortcode(){const{attributes:e,blockArgs:t}=this.props;this.setState({loading:!0,ajaxSuccess:!1,ajaxResponse:!1});const o=b(t,e),r=l()(o);t.do_shortcode?(this.ajaxTimeout&&clearTimeout(this.ajaxTimeout),(0,_.doAction)("yith_plugin_fw_gutenberg_before_do_shortcode",o,r),this.ajaxTimeout=setTimeout((()=>{(function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:yithGutenberg.ajaxurl;return t=(0,c.addQueryArgs)(t,e),fetch(t).then(i).then(u)})({action:"yith_plugin_fw_gutenberg_do_shortcode",shortcode:o}).then((e=>{this.setState({loading:!1,firstLoading:!1,html:e.html,shortcode:o,shortcodeHash:r,ajaxSuccess:!0,ajaxUpdated:!0,ajaxResponse:e})})).catch((e=>{console.log({error:e})}))}),300)):this.setState({loading:!1,firstLoading:!1,html:o,shortcode:o,shortcodeHash:r})}render(){const{html:e,loading:t,firstLoading:o,shortcode:n,shortcodeHash:a}=this.state,{blockArgs:l}=this.props,{do_shortcode:s,title:c,empty_message:i}=l,u="block-editor-yith-plugin-fw-shortcode-block";let d=[u],p=s?"html":"shortcode",f=e,g="";o&&t?p="first-loading":s&&!e&&(p="empty-html",f=n,!t&&i&&(g=i));const b=["first-loading","empty-html","shortcode"].includes(p),y=!["first-loading","empty-html"].includes(p),_=!!g;return d.push(`${u}--${p}`),d.push(_?`${u}--has-message`:`${u}--no-message`),d.push(`yith_block_${a}`),(0,r.createElement)(r.Fragment,null,(0,r.createElement)("div",{className:d.join(" ")},t?(0,r.createElement)("div",{className:`${u}__spinner-wrap`},(0,r.createElement)(m.Spinner,null)):"",b&&(0,r.createElement)("div",{className:`${u}__title components-placeholder__label`},h,c),_&&(0,r.createElement)(r.RawHTML,{className:`${u}__message`},g),y&&(0,r.createElement)(r.RawHTML,{className:`${u}__content`},f)))}}var C=window.wp.compose;function w(e){let{className:t,label:o,onChange:n,value:a,help:l,disableAlpha:s}=e;const c=`inspector-yith-color-picker-control-${(0,C.useInstanceId)(w)}`;return(0,r.createElement)(m.BaseControl,{id:c,label:o,className:`block-editor-yith-color-control ${t}`,help:l},(0,r.createElement)(m.ColorPicker,{color:a,disableAlpha:s,onChangeComplete:n}))}function k(e){let{label:t,colorValue:o}=e;return(0,r.createElement)(r.Fragment,null,t,!!o&&(0,r.createElement)(m.ColorIndicator,{colorValue:o}))}function x(e){let{className:t,label:o,onChange:n,value:a,help:l,palette:s,clearable:c}=e;s=s||(0,y.useSetting)("color.palette");const i=`inspector-yith-color-palette-control-${(0,C.useInstanceId)(x)}`;return(0,r.createElement)(m.BaseControl,{id:i,className:`block-editor-yith-color-palette-control ${t}`,help:l},(0,r.createElement)("fieldset",null,(0,r.createElement)("legend",null,(0,r.createElement)("div",{className:"block-editor-yith-color-palette-control__color-indicator"},(0,r.createElement)(m.BaseControl.VisualLabel,null,(0,r.createElement)(k,{colorValue:a,label:o})))),(0,r.createElement)(m.ColorPalette,{value:a,onChange:n,colors:s,clearable:c})))}const j=(e,t)=>function(o){let{attributes:n,className:a,setAttributes:l}=o;const s=(e,t,o)=>{["colorpicker","color"].includes(o)&&(e=e.color.getAlpha()<1?e.color.toRgbString():e.color.toHexString());let r={};r[t]=e,l(r)};return(0,r.createElement)(r.Fragment,null,!!t.attributes&&(0,r.createElement)(y.InspectorControls,null,(0,r.createElement)(m.PanelBody,null,Object.entries(t.attributes).map((t=>{let[o,a]=t;const l=((t,o)=>{const{controlType:a}=o,l=n[t],c=((e,t)=>{let o="";return e.helps&&e.helps.checked&&e.helps.unchecked?o=t?e.helps.checked:e.helps.unchecked:e.help&&(o=e.help),o})(o,l);let i=`${e}__${t}-field-wrapper`;const u=g(o,n);o.wrapper_class&&(i+=" "+o.wrapper_class);let h=!1;if(u)switch(a){case"select":h=(0,r.createElement)(m.SelectControl,{className:i,key:t,value:l,label:o.label,options:o.options,help:c,multiple:!!o.multiple,onChange:e=>{s(e,t,a)}});break;case"text":h=(0,r.createElement)(m.TextControl,{className:i,key:t,value:l,label:o.label,help:c,onChange:e=>{s(e,t,a)}});break;case"textarea":h=(0,r.createElement)(m.TextareaControl,{className:i,key:t,value:l,label:o.label,help:c,onChange:e=>{s(e,t,a)}});break;case"toggle":h=(0,r.createElement)(m.ToggleControl,{className:i,key:t,label:o.label,help:c,checked:l,onChange:e=>{s(e,t,a)}});break;case"checkbox":h=(0,r.createElement)(m.CheckboxControl,{className:i,key:t,label:o.label,help:c,checked:l,onChange:e=>{s(e,t,a)}});break;case"number":case"range":h=(0,r.createElement)(m.RangeControl,{className:i,key:t,value:l,label:o.label,help:c,min:o.min,max:o.max,onChange:e=>{s(e,t,a)}});break;case"color":case"colorpicker":h=(0,r.createElement)(w,{className:i,key:t,label:o.label,help:c,value:l,disableAlpha:o.disableAlpha,onChange:e=>{s(e,t,a)}});break;case"color-palette":h=(0,r.createElement)(x,{className:i,key:t,label:o.label,help:c,value:l,clearable:o.clearable||!1,onChange:e=>{s(e,t,a)}});break;case"radio":h=(0,r.createElement)(m.RadioControl,{key:t,label:o.label,options:o.options,selected:l,help:c,onChange:e=>{s(e,t,a)}});break;default:h=!1}return h})(o,a);if(l)return l})))),(0,r.createElement)(v,{attributes:n,blockArgs:t}))},E=[{key:"yith_plugin_fw_gutenberg_before_do_shortcode",delay:0},{key:"yith_plugin_fw_gutenberg_success_do_shortcode",delay:200},{key:"yith_plugin_fw_gutenberg_after_do_shortcode",delay:200}];for(const e of E)(0,_.addAction)(e.key,"yith-plugin-fw/jquery-events",(function(){for(var t=arguments.length,o=new Array(t),r=0;r<t;r++)o[r]=arguments[r];"jQuery"in window&&(e.delay?setTimeout((()=>{jQuery(document).trigger(e.key,Object.values(o))}),e.delay):jQuery(document).trigger(e.key,Object.values(o)))}));for(const[e,t]of Object.entries(yithGutenbergBlocks))(0,s.registerBlockType)("yith/"+e,{title:t.title,description:t.description,category:t.category,attributes:t.attributes,icon:void 0!==t.icon?t.icon:h,keywords:t.keywords,edit:j(e,t),save:e=>{let{attributes:o}=e;return b(t,o)},deprecated:[{attributes:t.attributes,save:e=>{let{attributes:o}=e;const n=b(t,o),a='<span class="yith_block_'+l()(n)+'">'+n+"</span>";return(0,r.createElement)(r.RawHTML,null,a)}}]})},487:function(e){var t={utf8:{stringToBytes:function(e){return t.bin.stringToBytes(unescape(encodeURIComponent(e)))},bytesToString:function(e){return decodeURIComponent(escape(t.bin.bytesToString(e)))}},bin:{stringToBytes:function(e){for(var t=[],o=0;o<e.length;o++)t.push(255&e.charCodeAt(o));return t},bytesToString:function(e){for(var t=[],o=0;o<e.length;o++)t.push(String.fromCharCode(e[o]));return t.join("")}}};e.exports=t},12:function(e){var t,o;t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",o={rotl:function(e,t){return e<<t|e>>>32-t},rotr:function(e,t){return e<<32-t|e>>>t},endian:function(e){if(e.constructor==Number)return 16711935&o.rotl(e,8)|4278255360&o.rotl(e,24);for(var t=0;t<e.length;t++)e[t]=o.endian(e[t]);return e},randomBytes:function(e){for(var t=[];e>0;e--)t.push(Math.floor(256*Math.random()));return t},bytesToWords:function(e){for(var t=[],o=0,r=0;o<e.length;o++,r+=8)t[r>>>5]|=e[o]<<24-r%32;return t},wordsToBytes:function(e){for(var t=[],o=0;o<32*e.length;o+=8)t.push(e[o>>>5]>>>24-o%32&255);return t},bytesToHex:function(e){for(var t=[],o=0;o<e.length;o++)t.push((e[o]>>>4).toString(16)),t.push((15&e[o]).toString(16));return t.join("")},hexToBytes:function(e){for(var t=[],o=0;o<e.length;o+=2)t.push(parseInt(e.substr(o,2),16));return t},bytesToBase64:function(e){for(var o=[],r=0;r<e.length;r+=3)for(var n=e[r]<<16|e[r+1]<<8|e[r+2],a=0;a<4;a++)8*r+6*a<=8*e.length?o.push(t.charAt(n>>>6*(3-a)&63)):o.push("=");return o.join("")},base64ToBytes:function(e){e=e.replace(/[^A-Z0-9+\/]/gi,"");for(var o=[],r=0,n=0;r<e.length;n=++r%4)0!=n&&o.push((t.indexOf(e.charAt(r-1))&Math.pow(2,-2*n+8)-1)<<2*n|t.indexOf(e.charAt(r))>>>6-2*n);return o}},e.exports=o},738:function(e){function t(e){return!!e.constructor&&"function"==typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)}e.exports=function(e){return null!=e&&(t(e)||function(e){return"function"==typeof e.readFloatLE&&"function"==typeof e.slice&&t(e.slice(0,0))}(e)||!!e._isBuffer)}},568:function(e,t,o){var r,n,a,l,s;r=o(12),n=o(487).utf8,a=o(738),l=o(487).bin,(s=function(e,t){e.constructor==String?e=t&&"binary"===t.encoding?l.stringToBytes(e):n.stringToBytes(e):a(e)?e=Array.prototype.slice.call(e,0):Array.isArray(e)||e.constructor===Uint8Array||(e=e.toString());for(var o=r.bytesToWords(e),c=8*e.length,i=1732584193,u=-271733879,h=-1732584194,d=271733878,p=0;p<o.length;p++)o[p]=16711935&(o[p]<<8|o[p]>>>24)|4278255360&(o[p]<<24|o[p]>>>8);o[c>>>5]|=128<<c%32,o[14+(c+64>>>9<<4)]=c;var f=s._ff,g=s._gg,b=s._hh,m=s._ii;for(p=0;p<o.length;p+=16){var y=i,_=u,v=h,C=d;i=f(i,u,h,d,o[p+0],7,-680876936),d=f(d,i,u,h,o[p+1],12,-389564586),h=f(h,d,i,u,o[p+2],17,606105819),u=f(u,h,d,i,o[p+3],22,-1044525330),i=f(i,u,h,d,o[p+4],7,-176418897),d=f(d,i,u,h,o[p+5],12,1200080426),h=f(h,d,i,u,o[p+6],17,-1473231341),u=f(u,h,d,i,o[p+7],22,-45705983),i=f(i,u,h,d,o[p+8],7,1770035416),d=f(d,i,u,h,o[p+9],12,-1958414417),h=f(h,d,i,u,o[p+10],17,-42063),u=f(u,h,d,i,o[p+11],22,-1990404162),i=f(i,u,h,d,o[p+12],7,1804603682),d=f(d,i,u,h,o[p+13],12,-40341101),h=f(h,d,i,u,o[p+14],17,-1502002290),i=g(i,u=f(u,h,d,i,o[p+15],22,1236535329),h,d,o[p+1],5,-165796510),d=g(d,i,u,h,o[p+6],9,-1069501632),h=g(h,d,i,u,o[p+11],14,643717713),u=g(u,h,d,i,o[p+0],20,-373897302),i=g(i,u,h,d,o[p+5],5,-701558691),d=g(d,i,u,h,o[p+10],9,38016083),h=g(h,d,i,u,o[p+15],14,-660478335),u=g(u,h,d,i,o[p+4],20,-405537848),i=g(i,u,h,d,o[p+9],5,568446438),d=g(d,i,u,h,o[p+14],9,-1019803690),h=g(h,d,i,u,o[p+3],14,-187363961),u=g(u,h,d,i,o[p+8],20,1163531501),i=g(i,u,h,d,o[p+13],5,-1444681467),d=g(d,i,u,h,o[p+2],9,-51403784),h=g(h,d,i,u,o[p+7],14,1735328473),i=b(i,u=g(u,h,d,i,o[p+12],20,-1926607734),h,d,o[p+5],4,-378558),d=b(d,i,u,h,o[p+8],11,-2022574463),h=b(h,d,i,u,o[p+11],16,1839030562),u=b(u,h,d,i,o[p+14],23,-35309556),i=b(i,u,h,d,o[p+1],4,-1530992060),d=b(d,i,u,h,o[p+4],11,1272893353),h=b(h,d,i,u,o[p+7],16,-155497632),u=b(u,h,d,i,o[p+10],23,-1094730640),i=b(i,u,h,d,o[p+13],4,681279174),d=b(d,i,u,h,o[p+0],11,-358537222),h=b(h,d,i,u,o[p+3],16,-722521979),u=b(u,h,d,i,o[p+6],23,76029189),i=b(i,u,h,d,o[p+9],4,-640364487),d=b(d,i,u,h,o[p+12],11,-421815835),h=b(h,d,i,u,o[p+15],16,530742520),i=m(i,u=b(u,h,d,i,o[p+2],23,-995338651),h,d,o[p+0],6,-198630844),d=m(d,i,u,h,o[p+7],10,1126891415),h=m(h,d,i,u,o[p+14],15,-1416354905),u=m(u,h,d,i,o[p+5],21,-57434055),i=m(i,u,h,d,o[p+12],6,1700485571),d=m(d,i,u,h,o[p+3],10,-1894986606),h=m(h,d,i,u,o[p+10],15,-1051523),u=m(u,h,d,i,o[p+1],21,-2054922799),i=m(i,u,h,d,o[p+8],6,1873313359),d=m(d,i,u,h,o[p+15],10,-30611744),h=m(h,d,i,u,o[p+6],15,-1560198380),u=m(u,h,d,i,o[p+13],21,1309151649),i=m(i,u,h,d,o[p+4],6,-145523070),d=m(d,i,u,h,o[p+11],10,-1120210379),h=m(h,d,i,u,o[p+2],15,718787259),u=m(u,h,d,i,o[p+9],21,-343485551),i=i+y>>>0,u=u+_>>>0,h=h+v>>>0,d=d+C>>>0}return r.endian([i,u,h,d])})._ff=function(e,t,o,r,n,a,l){var s=e+(t&o|~t&r)+(n>>>0)+l;return(s<<a|s>>>32-a)+t},s._gg=function(e,t,o,r,n,a,l){var s=e+(t&r|o&~r)+(n>>>0)+l;return(s<<a|s>>>32-a)+t},s._hh=function(e,t,o,r,n,a,l){var s=e+(t^o^r)+(n>>>0)+l;return(s<<a|s>>>32-a)+t},s._ii=function(e,t,o,r,n,a,l){var s=e+(o^(t|~r))+(n>>>0)+l;return(s<<a|s>>>32-a)+t},s._blocksize=16,s._digestsize=16,e.exports=function(e,t){if(null==e)throw new Error("Illegal argument "+e);var o=r.wordsToBytes(s(e,t));return t&&t.asBytes?o:t&&t.asString?l.bytesToString(o):r.bytesToHex(o)}}},o={};function r(e){var n=o[e];if(void 0!==n)return n.exports;var a=o[e]={exports:{}};return t[e](a,a.exports,r),a.exports}r.m=t,e=[],r.O=function(t,o,n,a){if(!o){var l=1/0;for(u=0;u<e.length;u++){o=e[u][0],n=e[u][1],a=e[u][2];for(var s=!0,c=0;c<o.length;c++)(!1&a||l>=a)&&Object.keys(r.O).every((function(e){return r.O[e](o[c])}))?o.splice(c--,1):(s=!1,a<l&&(l=a));if(s){e.splice(u--,1);var i=n();void 0!==i&&(t=i)}}return t}a=a||0;for(var u=e.length;u>0&&e[u-1][2]>a;u--)e[u]=e[u-1];e[u]=[o,n,a]},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,{a:t}),t},r.d=function(e,t){for(var o in t)r.o(t,o)&&!r.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},function(){var e={826:0,46:0};r.O.j=function(t){return 0===e[t]};var t=function(t,o){var n,a,l=o[0],s=o[1],c=o[2],i=0;if(l.some((function(t){return 0!==e[t]}))){for(n in s)r.o(s,n)&&(r.m[n]=s[n]);if(c)var u=c(r)}for(t&&t(o);i<l.length;i++)a=l[i],r.o(e,a)&&e[a]&&e[a][0](),e[a]=0;return r.O(u)},o=self.webpackChunkyith_plugin_framewowrk=self.webpackChunkyith_plugin_framewowrk||[];o.forEach(t.bind(null,0)),o.push=t.bind(null,o.push.bind(o))}();var n=r.O(void 0,[46],(function(){return r(783)}));n=r.O(n)}();
1
+ !function(){var e,t={784:function(e,t,n){"use strict";var o=window.wp.element,r=window.React,l=n(568),a=n.n(l),s=window.wp.blocks,i=window.wp.url;function c(e){if(e.status>=200&&e.status<300)return e;throw e}function u(e){return e.json?e.json():e.text()}const p=(0,o.createElement)("svg",{viewBox:"0 0 22 22",xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",role:"img","aria-hidden":"true",focusable:"false"},(0,o.createElement)("path",{width:"22",height:"22",d:"M 18.24 7.628 C 17.291 8.284 16.076 8.971 14.587 9.688 C 15.344 7.186 15.765 4.851 15.849 2.684 C 15.912 0.939 15.133 0.045 13.514 0.003 C 11.558 -0.06 10.275 1.033 9.665 3.284 C 10.007 3.137 10.359 3.063 10.723 3.063 C 11.021 3.063 11.267 3.184 11.459 3.426 C 11.651 3.668 11.736 3.947 11.715 4.262 C 11.695 5.082 11.276 5.961 10.46 6.896 C 9.644 7.833 8.918 8.3 8.282 8.3 C 7.837 8.3 7.625 7.922 7.646 7.165 C 7.667 6.765 7.804 5.955 8.056 4.735 C 8.287 3.579 8.403 2.801 8.403 2.401 C 8.403 1.707 8.224 1.144 7.867 0.713 C 7.509 0.282 6.994 0.098 6.321 0.161 C 5.858 0.203 5.175 0.624 4.27 1.422 C 3.596 2.035 2.923 2.644 2.25 3.254 L 2.976 4.106 C 3.564 3.664 3.922 3.443 4.048 3.443 C 4.448 3.443 4.637 3.717 4.617 4.263 C 4.617 4.306 4.427 4.968 4.049 6.251 C 3.671 7.534 3.471 8.491 3.449 9.122 C 3.407 9.985 3.565 10.647 3.924 11.109 C 4.367 11.677 5.106 11.919 6.142 11.835 C 7.366 11.751 8.591 11.298 9.816 10.479 C 10.323 10.142 10.808 9.753 11.273 9.311 C 11.105 10.153 10.905 10.868 10.673 11.457 C 8.402 12.487 6.762 13.37 5.752 14.107 C 4.321 15.137 3.554 16.241 3.449 17.419 C 3.259 19.459 4.29 20.479 6.541 20.479 C 8.055 20.479 9.517 19.554 10.926 17.703 C 12.125 16.126 13.166 14.022 14.049 11.394 C 15.578 10.635 16.87 9.892 17.928 9.164 C 17.894 9.409 18.319 7.308 18.24 7.628 Z M 7.393 16.095 C 7.056 16.095 6.898 15.947 6.919 15.653 C 6.961 15.106 7.908 14.38 9.759 13.476 C 8.791 15.221 8.002 16.095 7.393 16.095 Z"}));var h=window.lodash,d=n.n(h);const f=(e,t,n)=>{let o=!0;if(t&&t.id&&"value"in t){let r=t.value;["toggle","checkbox"].includes(n)&&(r=!0===r||"yes"===r||1===r),r=d().isArray(r)?r:[r],o=void 0!==e[t.id]&&r.includes(e[t.id])}return o},m=(e,t)=>{const{controlType:n}=e;let o=!0;if(e.deps)if(d().isArray(e.deps))for(let r in e.deps){const l=e.deps[r];if(o=f(t,l,n),!o)break}else o=f(t,e.deps,n);return o},g=(e,t)=>{let n="",o=!1;if(void 0!==e.callback&&(jQuery&&e.callback in jQuery.fn?o=jQuery.fn[e.callback]:e.callback in window&&(o=window[e.callback])),"function"==typeof o)n=o(t,e);else{const o=e.attributes?Object.entries(e.attributes).map((e=>{let[n,o]=e;const r=m(o,t),l=t[n];if(r&&void 0!==l)return n+"="+(o.remove_quotes?l:`"${l}"`)})):[],r=o.length?" "+o.join(" "):"";n=`[${e.shortcode_name}${r}]`}return n};var _=window.wp.components,y=window.wp.blockEditor,b=window.wp.hooks;class v extends r.Component{constructor(){super(...arguments),this.state={html:"",shortcode:"",shortcodeHash:"",ajaxUpdated:!1,ajaxSuccess:!1,ajaxResponse:!1,loading:!1,firstLoading:!0},this.ajaxTimeout=!1}componentDidMount(){this.updateShortcode()}componentDidUpdate(e,t,n){const{shortcode:o,shortcodeHash:r,ajaxSuccess:l,ajaxResponse:a,ajaxUpdated:s}=this.state;(0,h.isEqual)(e,this.props)||this.updateShortcode(),this.props.blockArgs.do_shortcode&&s&&(l&&(0,b.doAction)("yith_plugin_fw_gutenberg_success_do_shortcode",o,r,a),(0,b.doAction)("yith_plugin_fw_gutenberg_after_do_shortcode",o,r,a),this.setState({ajaxUpdated:!1}))}updateShortcode(){const{attributes:e,blockArgs:t}=this.props;this.setState({loading:!0,ajaxSuccess:!1,ajaxResponse:!1});const n=g(t,e),o=a()(n);t.do_shortcode?(this.ajaxTimeout&&clearTimeout(this.ajaxTimeout),(0,b.doAction)("yith_plugin_fw_gutenberg_before_do_shortcode",n,o),this.ajaxTimeout=setTimeout((()=>{(function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:yithGutenberg.ajaxurl;return t=(0,i.addQueryArgs)(t,e),fetch(t).then(c).then(u)})({action:"yith_plugin_fw_gutenberg_do_shortcode",shortcode:n}).then((e=>{this.setState({loading:!1,firstLoading:!1,html:e.html,shortcode:n,shortcodeHash:o,ajaxSuccess:!0,ajaxUpdated:!0,ajaxResponse:e})})).catch((e=>{console.log({error:e})}))}),300)):this.setState({loading:!1,firstLoading:!1,html:n,shortcode:n,shortcodeHash:o})}render(){const{html:e,loading:t,firstLoading:n,shortcode:r,shortcodeHash:l}=this.state,{blockArgs:a}=this.props,{do_shortcode:s,title:i,empty_message:c}=a,u="block-editor-yith-plugin-fw-shortcode-block";let h=[u],d=s?"html":"shortcode",f=e,m="";n&&t?d="first-loading":s&&!e&&(d="empty-html",f=r,!t&&c&&(m=c));const g=["first-loading","empty-html","shortcode"].includes(d),y=!["first-loading","empty-html"].includes(d),b=!!m;return h.push(`${u}--${d}`),h.push(b?`${u}--has-message`:`${u}--no-message`),h.push(`yith_block_${l}`),(0,o.createElement)(o.Fragment,null,(0,o.createElement)("div",{className:h.join(" ")},t?(0,o.createElement)("div",{className:`${u}__spinner-wrap`},(0,o.createElement)(_.Spinner,null)):"",g&&(0,o.createElement)("div",{className:`${u}__title components-placeholder__label`},p,i),b&&(0,o.createElement)(o.RawHTML,{className:`${u}__message`},m),y&&(0,o.createElement)(o.RawHTML,{className:`${u}__content`},f)))}}var w=window.wp.compose;function C(e){let{className:t,label:n,onChange:r,value:l,help:a,disableAlpha:s}=e;const i=`inspector-yith-color-picker-control-${(0,w.useInstanceId)(C)}`;return(0,o.createElement)(_.BaseControl,{id:i,label:n,className:`block-editor-yith-color-control ${t}`,help:a},(0,o.createElement)(_.ColorPicker,{color:l,disableAlpha:s,onChangeComplete:r}))}function k(e){let{label:t,colorValue:n}=e;return(0,o.createElement)(o.Fragment,null,t,!!n&&(0,o.createElement)(_.ColorIndicator,{colorValue:n}))}function E(e){let{className:t,label:n,onChange:r,value:l,help:a,palette:s,clearable:i}=e;s=s||(0,y.useSetting)("color.palette");const c=`inspector-yith-color-palette-control-${(0,w.useInstanceId)(E)}`;return(0,o.createElement)(_.BaseControl,{id:c,className:`block-editor-yith-color-palette-control ${t}`,help:a},(0,o.createElement)("fieldset",null,(0,o.createElement)("legend",null,(0,o.createElement)("div",{className:"block-editor-yith-color-palette-control__color-indicator"},(0,o.createElement)(_.BaseControl.VisualLabel,null,(0,o.createElement)(k,{colorValue:l,label:n})))),(0,o.createElement)(_.ColorPalette,{value:l,onChange:r,colors:s,clearable:i})))}var x=n(184),T=n.n(x),j=n(697),N=n.n(j),S=window.wp.i18n;const O={noItems:(0,S.__)("No items found.","yith-plugin-fw"),noResults:(0,S.__)('No results for "%s"',"yith-plugin-fw"),search:(0,S.__)("Search for items...","yith-plugin-fw")};function A(e){const t=(0,w.useInstanceId)(B);return e||`inspector-yith-multiple-select-control-${t}`}function R(e){var t;let{id:n,value:l,options:a,onChange:s,messages:i}=e;const[c,u]=(0,r.useState)(""),[p,h]=(0,r.useState)(!1),[d,f]=(0,r.useState)(248),m={...O,...i},g=(0,r.useRef)(),y=(0,r.useRef)(),b=(0,r.useRef)(),v=(0,r.useRef)(),w=(0,r.useRef)(),C=T()("yith-fw-components__multiple-select"),k=(0,r.useMemo)((()=>a.map((e=>e.value))),[a]),E=(0,r.useMemo)((()=>l.filter((e=>k.includes(e)))),[l,k]),x=(0,r.useMemo)((()=>a.filter((e=>e.label.toLowerCase().indexOf(c.toLowerCase())>=0))),[a,c]),j=(0,r.useMemo)((()=>a.filter((e=>E.includes(e.value)))),[a,E]),N=e=>{const t=[...E].filter((t=>t!==e));s(t)},R=()=>!!y.current&&y.current.focus(),B=e=>{const t=(null==g?void 0:g.current)&&g.current.contains(e.target),n=(null==v?void 0:v.current)&&v.current.contains(e.target);t||n||h(!1)};return(0,r.useEffect)((()=>(document.addEventListener("mousedown",B),()=>document.removeEventListener("mousedown",B)))),(0,r.useEffect)((()=>{(()=>{var e;if(!g.current)return;const t=null===(e=g.current.getBoundingClientRect())||void 0===e?void 0:e.width;f(t)})()}),[]),(0,o.createElement)("div",{className:C,ref:g},(0,o.createElement)("div",{className:"yith-fw-components__multiple-select__input-container",ref:b,onClick:e=>{(null==b?void 0:b.current)&&b.current===e.target&&R()}},j.map((e=>(0,o.createElement)("span",{key:e.value,className:"yith-fw-components__multiple-select__item"},(0,o.createElement)("span",{className:"yith-fw-components__multiple-select__item__label"},e.label),(0,o.createElement)("i",{className:"yith-fw-components__multiple-select__item__remove yith-icon-close-alt",onClick:()=>{N(e.value),h(!1)}})))),(0,o.createElement)("input",{className:"yith-fw-components__multiple-select__input",id:A(n),ref:y,type:"text",autoComplete:"off",placeholder:m.search,onFocus:()=>h(!0),value:c,onChange:e=>u(e.target.value)})),p&&(0,o.createElement)(_.Popover,{className:"yith-fw-components__multiple-select__popover",position:"bottom",offset:20,anchorRef:null!==(t=null==g?void 0:g.current)&&void 0!==t?t:void 0,anchorRect:(null==g?void 0:g.current)&&(null==g?void 0:g.current.getBoundingClientRect()),focusOnMount:!1,ref:v},(0,o.createElement)("div",{className:T()("yith-fw-components__multiple-select__suggestions",!x.length&&"no-results"),ref:w,style:{width:d}},a.length&&x.length?x.map((e=>{const t=E.includes(e.value);return(0,o.createElement)("div",{key:e.value,className:T()("yith-fw-components__multiple-select__suggestion",t&&"selected"),onClick:()=>{var n;t||(n=e.value,s([...E,n]),u(""),R())}},(0,o.createElement)("div",{className:"yith-fw-components__multiple-select__suggestion__label"},e.label),t&&(0,o.createElement)("i",{className:"yith-fw-components__multiple-select__suggestion__remove yith-icon yith-icon-close-alt",onClick:()=>{N(e.value),R()}}))})):(0,o.createElement)("div",{className:"yith-fw-components__multiple-select__suggestions__message"},a.length&&c?(0,S.sprintf)(m.noResults,c):m.noItems))))}function B(e){let{className:t,label:n,onChange:r,value:l,help:a,options:s,messages:i}=e;const c=`inspector-yith-multiple-select-control-${(0,w.useInstanceId)(B)}`;return(0,o.createElement)(_.BaseControl,{id:c,label:n,className:`block-editor-yith-multiple-select-control ${t}`,help:a},(0,o.createElement)(R,{id:c,value:l,options:s,onChange:r,messages:i}))}R.propTypes={id:N().string,className:N().string,value:N().array,options:N().arrayOf(N().shape({label:N().string,value:N().oneOfType([N().string,N().number])})),onChange:N().func},R.defaultProps={id:"",value:[],className:"",options:[],onChange:d()};const $=e=>{var t,n,r;let{attributeName:l,attributeArgs:a,attributes:s,onChange:i,blockName:c}=e;const{controlType:u,label:p,wrapper_class:h}=a,d=s[l],f=((e,t)=>{let n="";return e.helps&&e.helps.checked&&e.helps.unchecked?n=t?e.helps.checked:e.helps.unchecked:e.help&&(n=e.help),n})(a,d),g=m(a,s),y=T()(`${c}__${l}-field-wrapper`,h);let b=!1;if(g)switch(u){case"select":var v,w,k;b=a.multiple?(0,o.createElement)(B,{className:y,value:d,label:p,options:null!==(v=null==a?void 0:a.options)&&void 0!==v?v:[],help:f,onChange:i,messages:null!==(w=null==a?void 0:a.messages)&&void 0!==w?w:{}}):(0,o.createElement)(_.SelectControl,{className:y,value:d,label:p,options:null!==(k=null==a?void 0:a.options)&&void 0!==k?k:[],help:f,onChange:i});break;case"text":b=(0,o.createElement)(_.TextControl,{className:y,key:l,value:d,label:p,help:f,onChange:i});break;case"textarea":b=(0,o.createElement)(_.TextareaControl,{className:y,key:l,value:d,label:p,help:f,onChange:i});break;case"toggle":b=(0,o.createElement)(_.ToggleControl,{className:y,key:l,label:p,help:f,checked:d,onChange:i});break;case"checkbox":b=(0,o.createElement)(_.CheckboxControl,{className:y,key:l,label:p,help:f,checked:d,onChange:i});break;case"number":case"range":b=(0,o.createElement)(_.RangeControl,{className:y,key:l,value:d,label:p,help:f,min:null==a?void 0:a.min,max:null==a?void 0:a.max,onChange:i});break;case"color":case"colorpicker":b=(0,o.createElement)(C,{className:y,key:l,label:p,help:f,value:d,disableAlpha:null!==(t=null==a?void 0:a.disableAlpha)&&void 0!==t&&t,onChange:i});break;case"color-palette":b=(0,o.createElement)(E,{className:y,key:l,label:p,help:f,value:d,clearable:null!==(n=null==a?void 0:a.clearable)&&void 0!==n&&n,onChange:i});break;case"radio":b=(0,o.createElement)(_.RadioControl,{key:l,label:p,options:null!==(r=null==a?void 0:a.options)&&void 0!==r?r:[],selected:d,help:f,onChange:i});break;default:b=!1}return b},I=(e,t)=>function(n){let{attributes:r,className:l,setAttributes:a}=n;return(0,o.createElement)(o.Fragment,null,!!t.attributes&&(0,o.createElement)(y.InspectorControls,null,(0,o.createElement)(_.PanelBody,null,Object.entries(t.attributes).map((t=>{let[n,l]=t;const{controlType:s}=l;return(0,o.createElement)($,{key:n,attributeArgs:l,attributeName:n,attributes:r,blockName:e,onChange:e=>((e,t,n)=>{if(["colorpicker","color"].includes(n))if("rgb"in e&&"hex"in e){const{r:t,g:n,b:o,a:r}=e.rgb;e=r<1?`rgba(${t}, ${n}, ${o}, ${r})`:e.hex}else e=e.color.getAlpha()<1?e.color.toRgbString():e.color.toHexString();a({[t]:e})})(e,n,s)})})))),(0,o.createElement)(v,{attributes:r,blockArgs:t}))},L=[{key:"yith_plugin_fw_gutenberg_before_do_shortcode",delay:0},{key:"yith_plugin_fw_gutenberg_success_do_shortcode",delay:200},{key:"yith_plugin_fw_gutenberg_after_do_shortcode",delay:200}];for(const e of L)(0,b.addAction)(e.key,"yith-plugin-fw/jquery-events",(function(){for(var t=arguments.length,n=new Array(t),o=0;o<t;o++)n[o]=arguments[o];"jQuery"in window&&(e.delay?setTimeout((()=>{jQuery(document).trigger(e.key,Object.values(n))}),e.delay):jQuery(document).trigger(e.key,Object.values(n)))}));for(const[e,t]of Object.entries(yithGutenbergBlocks))(0,s.registerBlockType)("yith/"+e,{title:t.title,description:t.description,category:t.category,attributes:t.attributes,icon:void 0!==t.icon?t.icon:p,keywords:t.keywords,edit:I(e,t),save:e=>{let{attributes:n}=e;return g(t,n)},deprecated:[{attributes:t.attributes,save:e=>{let{attributes:n}=e;const r=g(t,n),l='<span class="yith_block_'+a()(r)+'">'+r+"</span>";return(0,o.createElement)(o.RawHTML,null,l)}}]})},487:function(e){var t={utf8:{stringToBytes:function(e){return t.bin.stringToBytes(unescape(encodeURIComponent(e)))},bytesToString:function(e){return decodeURIComponent(escape(t.bin.bytesToString(e)))}},bin:{stringToBytes:function(e){for(var t=[],n=0;n<e.length;n++)t.push(255&e.charCodeAt(n));return t},bytesToString:function(e){for(var t=[],n=0;n<e.length;n++)t.push(String.fromCharCode(e[n]));return t.join("")}}};e.exports=t},184:function(e,t){var n;!function(){"use strict";var o={}.hasOwnProperty;function r(){for(var e=[],t=0;t<arguments.length;t++){var n=arguments[t];if(n){var l=typeof n;if("string"===l||"number"===l)e.push(n);else if(Array.isArray(n)){if(n.length){var a=r.apply(null,n);a&&e.push(a)}}else if("object"===l)if(n.toString===Object.prototype.toString)for(var s in n)o.call(n,s)&&n[s]&&e.push(s);else e.push(n.toString())}}return e.join(" ")}e.exports?(r.default=r,e.exports=r):void 0===(n=function(){return r}.apply(t,[]))||(e.exports=n)}()},12:function(e){var t,n;t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",n={rotl:function(e,t){return e<<t|e>>>32-t},rotr:function(e,t){return e<<32-t|e>>>t},endian:function(e){if(e.constructor==Number)return 16711935&n.rotl(e,8)|4278255360&n.rotl(e,24);for(var t=0;t<e.length;t++)e[t]=n.endian(e[t]);return e},randomBytes:function(e){for(var t=[];e>0;e--)t.push(Math.floor(256*Math.random()));return t},bytesToWords:function(e){for(var t=[],n=0,o=0;n<e.length;n++,o+=8)t[o>>>5]|=e[n]<<24-o%32;return t},wordsToBytes:function(e){for(var t=[],n=0;n<32*e.length;n+=8)t.push(e[n>>>5]>>>24-n%32&255);return t},bytesToHex:function(e){for(var t=[],n=0;n<e.length;n++)t.push((e[n]>>>4).toString(16)),t.push((15&e[n]).toString(16));return t.join("")},hexToBytes:function(e){for(var t=[],n=0;n<e.length;n+=2)t.push(parseInt(e.substr(n,2),16));return t},bytesToBase64:function(e){for(var n=[],o=0;o<e.length;o+=3)for(var r=e[o]<<16|e[o+1]<<8|e[o+2],l=0;l<4;l++)8*o+6*l<=8*e.length?n.push(t.charAt(r>>>6*(3-l)&63)):n.push("=");return n.join("")},base64ToBytes:function(e){e=e.replace(/[^A-Z0-9+\/]/gi,"");for(var n=[],o=0,r=0;o<e.length;r=++o%4)0!=r&&n.push((t.indexOf(e.charAt(o-1))&Math.pow(2,-2*r+8)-1)<<2*r|t.indexOf(e.charAt(o))>>>6-2*r);return n}},e.exports=n},738:function(e){function t(e){return!!e.constructor&&"function"==typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)}e.exports=function(e){return null!=e&&(t(e)||function(e){return"function"==typeof e.readFloatLE&&"function"==typeof e.slice&&t(e.slice(0,0))}(e)||!!e._isBuffer)}},568:function(e,t,n){var o,r,l,a,s;o=n(12),r=n(487).utf8,l=n(738),a=n(487).bin,(s=function(e,t){e.constructor==String?e=t&&"binary"===t.encoding?a.stringToBytes(e):r.stringToBytes(e):l(e)?e=Array.prototype.slice.call(e,0):Array.isArray(e)||e.constructor===Uint8Array||(e=e.toString());for(var n=o.bytesToWords(e),i=8*e.length,c=1732584193,u=-271733879,p=-1732584194,h=271733878,d=0;d<n.length;d++)n[d]=16711935&(n[d]<<8|n[d]>>>24)|4278255360&(n[d]<<24|n[d]>>>8);n[i>>>5]|=128<<i%32,n[14+(i+64>>>9<<4)]=i;var f=s._ff,m=s._gg,g=s._hh,_=s._ii;for(d=0;d<n.length;d+=16){var y=c,b=u,v=p,w=h;c=f(c,u,p,h,n[d+0],7,-680876936),h=f(h,c,u,p,n[d+1],12,-389564586),p=f(p,h,c,u,n[d+2],17,606105819),u=f(u,p,h,c,n[d+3],22,-1044525330),c=f(c,u,p,h,n[d+4],7,-176418897),h=f(h,c,u,p,n[d+5],12,1200080426),p=f(p,h,c,u,n[d+6],17,-1473231341),u=f(u,p,h,c,n[d+7],22,-45705983),c=f(c,u,p,h,n[d+8],7,1770035416),h=f(h,c,u,p,n[d+9],12,-1958414417),p=f(p,h,c,u,n[d+10],17,-42063),u=f(u,p,h,c,n[d+11],22,-1990404162),c=f(c,u,p,h,n[d+12],7,1804603682),h=f(h,c,u,p,n[d+13],12,-40341101),p=f(p,h,c,u,n[d+14],17,-1502002290),c=m(c,u=f(u,p,h,c,n[d+15],22,1236535329),p,h,n[d+1],5,-165796510),h=m(h,c,u,p,n[d+6],9,-1069501632),p=m(p,h,c,u,n[d+11],14,643717713),u=m(u,p,h,c,n[d+0],20,-373897302),c=m(c,u,p,h,n[d+5],5,-701558691),h=m(h,c,u,p,n[d+10],9,38016083),p=m(p,h,c,u,n[d+15],14,-660478335),u=m(u,p,h,c,n[d+4],20,-405537848),c=m(c,u,p,h,n[d+9],5,568446438),h=m(h,c,u,p,n[d+14],9,-1019803690),p=m(p,h,c,u,n[d+3],14,-187363961),u=m(u,p,h,c,n[d+8],20,1163531501),c=m(c,u,p,h,n[d+13],5,-1444681467),h=m(h,c,u,p,n[d+2],9,-51403784),p=m(p,h,c,u,n[d+7],14,1735328473),c=g(c,u=m(u,p,h,c,n[d+12],20,-1926607734),p,h,n[d+5],4,-378558),h=g(h,c,u,p,n[d+8],11,-2022574463),p=g(p,h,c,u,n[d+11],16,1839030562),u=g(u,p,h,c,n[d+14],23,-35309556),c=g(c,u,p,h,n[d+1],4,-1530992060),h=g(h,c,u,p,n[d+4],11,1272893353),p=g(p,h,c,u,n[d+7],16,-155497632),u=g(u,p,h,c,n[d+10],23,-1094730640),c=g(c,u,p,h,n[d+13],4,681279174),h=g(h,c,u,p,n[d+0],11,-358537222),p=g(p,h,c,u,n[d+3],16,-722521979),u=g(u,p,h,c,n[d+6],23,76029189),c=g(c,u,p,h,n[d+9],4,-640364487),h=g(h,c,u,p,n[d+12],11,-421815835),p=g(p,h,c,u,n[d+15],16,530742520),c=_(c,u=g(u,p,h,c,n[d+2],23,-995338651),p,h,n[d+0],6,-198630844),h=_(h,c,u,p,n[d+7],10,1126891415),p=_(p,h,c,u,n[d+14],15,-1416354905),u=_(u,p,h,c,n[d+5],21,-57434055),c=_(c,u,p,h,n[d+12],6,1700485571),h=_(h,c,u,p,n[d+3],10,-1894986606),p=_(p,h,c,u,n[d+10],15,-1051523),u=_(u,p,h,c,n[d+1],21,-2054922799),c=_(c,u,p,h,n[d+8],6,1873313359),h=_(h,c,u,p,n[d+15],10,-30611744),p=_(p,h,c,u,n[d+6],15,-1560198380),u=_(u,p,h,c,n[d+13],21,1309151649),c=_(c,u,p,h,n[d+4],6,-145523070),h=_(h,c,u,p,n[d+11],10,-1120210379),p=_(p,h,c,u,n[d+2],15,718787259),u=_(u,p,h,c,n[d+9],21,-343485551),c=c+y>>>0,u=u+b>>>0,p=p+v>>>0,h=h+w>>>0}return o.endian([c,u,p,h])})._ff=function(e,t,n,o,r,l,a){var s=e+(t&n|~t&o)+(r>>>0)+a;return(s<<l|s>>>32-l)+t},s._gg=function(e,t,n,o,r,l,a){var s=e+(t&o|n&~o)+(r>>>0)+a;return(s<<l|s>>>32-l)+t},s._hh=function(e,t,n,o,r,l,a){var s=e+(t^n^o)+(r>>>0)+a;return(s<<l|s>>>32-l)+t},s._ii=function(e,t,n,o,r,l,a){var s=e+(n^(t|~o))+(r>>>0)+a;return(s<<l|s>>>32-l)+t},s._blocksize=16,s._digestsize=16,e.exports=function(e,t){if(null==e)throw new Error("Illegal argument "+e);var n=o.wordsToBytes(s(e,t));return t&&t.asBytes?n:t&&t.asString?a.bytesToString(n):o.bytesToHex(n)}},703:function(e,t,n){"use strict";var o=n(414);function r(){}function l(){}l.resetWarningCache=r,e.exports=function(){function e(e,t,n,r,l,a){if(a!==o){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function t(){return e}e.isRequired=e;var n={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:l,resetWarningCache:r};return n.PropTypes=n,n}},697:function(e,t,n){e.exports=n(703)()},414:function(e){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"}},n={};function o(e){var r=n[e];if(void 0!==r)return r.exports;var l=n[e]={exports:{}};return t[e](l,l.exports,o),l.exports}o.m=t,e=[],o.O=function(t,n,r,l){if(!n){var a=1/0;for(u=0;u<e.length;u++){n=e[u][0],r=e[u][1],l=e[u][2];for(var s=!0,i=0;i<n.length;i++)(!1&l||a>=l)&&Object.keys(o.O).every((function(e){return o.O[e](n[i])}))?n.splice(i--,1):(s=!1,l<a&&(a=l));if(s){e.splice(u--,1);var c=r();void 0!==c&&(t=c)}}return t}l=l||0;for(var u=e.length;u>0&&e[u-1][2]>l;u--)e[u]=e[u-1];e[u]=[n,r,l]},o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,{a:t}),t},o.d=function(e,t){for(var n in t)o.o(t,n)&&!o.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},function(){var e={826:0,46:0};o.O.j=function(t){return 0===e[t]};var t=function(t,n){var r,l,a=n[0],s=n[1],i=n[2],c=0;if(a.some((function(t){return 0!==e[t]}))){for(r in s)o.o(s,r)&&(o.m[r]=s[r]);if(i)var u=i(o)}for(t&&t(n);c<a.length;c++)l=a[c],o.o(e,l)&&e[l]&&e[l][0](),e[l]=0;return o.O(u)},n=self.webpackChunkyith_plugin_framewowrk=self.webpackChunkyith_plugin_framewowrk||[];n.forEach(t.bind(null,0)),n.push=t.bind(null,n.push.bind(n))}();var r=o.O(void 0,[46],(function(){return o(784)}));r=o.O(r)}();
plugin-fw/dist/gutenberg/style-index.css CHANGED
@@ -1,2 +1,3 @@
1
  .block-editor-yith-plugin-fw-shortcode-block.block-editor-yith-plugin-fw-shortcode-block--empty-html,.block-editor-yith-plugin-fw-shortcode-block.block-editor-yith-plugin-fw-shortcode-block--first-loading,.block-editor-yith-plugin-fw-shortcode-block.block-editor-yith-plugin-fw-shortcode-block--shortcode{border:1px solid #1e1e1e;border-radius:4px;padding:1em 1em 1.2em}.block-editor-yith-plugin-fw-shortcode-block.block-editor-yith-plugin-fw-shortcode-block--shortcode .block-editor-yith-plugin-fw-shortcode-block__content{border:1px solid #ddd;border-radius:4px;color:#1e1e1e;font-family:Menlo,Consolas,monaco,monospace;font-size:13px;padding:.8em 1em}.block-editor-yith-plugin-fw-shortcode-block{min-height:30px;position:relative}.block-editor-yith-plugin-fw-shortcode-block .block-editor-yith-plugin-fw-shortcode-block__spinner-wrap{left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%)}.block-editor-yith-plugin-fw-shortcode-block.block-editor-yith-plugin-fw-shortcode-block--empty-html.block-editor-yith-plugin-fw-shortcode-block--no-message .block-editor-yith-plugin-fw-shortcode-block__title,.block-editor-yith-plugin-fw-shortcode-block.block-editor-yith-plugin-fw-shortcode-block--first-loading .block-editor-yith-plugin-fw-shortcode-block__title{margin-bottom:0}.block-editor-yith-plugin-fw-shortcode-block.block-editor-yith-plugin-fw-shortcode-block--empty-html .block-editor-yith-plugin-fw-shortcode-block__message{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-style:italic}.block-editor-yith-plugin-fw-shortcode-block.block-editor-yith-plugin-fw-shortcode-block--empty-html .block-editor-yith-plugin-fw-shortcode-block__content{display:none}
2
  .block-editor-yith-color-palette-control .block-editor-yith-color-palette-control__color-indicator{margin-bottom:12px}.block-editor-yith-color-palette-control .component-color-indicator{vertical-align:text-bottom}
 
1
  .block-editor-yith-plugin-fw-shortcode-block.block-editor-yith-plugin-fw-shortcode-block--empty-html,.block-editor-yith-plugin-fw-shortcode-block.block-editor-yith-plugin-fw-shortcode-block--first-loading,.block-editor-yith-plugin-fw-shortcode-block.block-editor-yith-plugin-fw-shortcode-block--shortcode{border:1px solid #1e1e1e;border-radius:4px;padding:1em 1em 1.2em}.block-editor-yith-plugin-fw-shortcode-block.block-editor-yith-plugin-fw-shortcode-block--shortcode .block-editor-yith-plugin-fw-shortcode-block__content{border:1px solid #ddd;border-radius:4px;color:#1e1e1e;font-family:Menlo,Consolas,monaco,monospace;font-size:13px;padding:.8em 1em}.block-editor-yith-plugin-fw-shortcode-block{min-height:30px;position:relative}.block-editor-yith-plugin-fw-shortcode-block .block-editor-yith-plugin-fw-shortcode-block__spinner-wrap{left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%)}.block-editor-yith-plugin-fw-shortcode-block.block-editor-yith-plugin-fw-shortcode-block--empty-html.block-editor-yith-plugin-fw-shortcode-block--no-message .block-editor-yith-plugin-fw-shortcode-block__title,.block-editor-yith-plugin-fw-shortcode-block.block-editor-yith-plugin-fw-shortcode-block--first-loading .block-editor-yith-plugin-fw-shortcode-block__title{margin-bottom:0}.block-editor-yith-plugin-fw-shortcode-block.block-editor-yith-plugin-fw-shortcode-block--empty-html .block-editor-yith-plugin-fw-shortcode-block__message{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-style:italic}.block-editor-yith-plugin-fw-shortcode-block.block-editor-yith-plugin-fw-shortcode-block--empty-html .block-editor-yith-plugin-fw-shortcode-block__content{display:none}
2
  .block-editor-yith-color-palette-control .block-editor-yith-color-palette-control__color-indicator{margin-bottom:12px}.block-editor-yith-color-palette-control .component-color-indicator{vertical-align:text-bottom}
3
+ .yith-fw-components__multiple-select .yith-fw-components__multiple-select__input-container{border:1px solid #757575;border-radius:2px;padding:5px}.yith-fw-components__multiple-select .yith-fw-components__multiple-select__input-container .yith-fw-components__multiple-select__input{background:inherit;border:0;box-shadow:none;color:#1e1e1e;min-height:24px;width:100%}.yith-fw-components__multiple-select .yith-fw-components__multiple-select__input-container .yith-fw-components__multiple-select__input::-moz-placeholder{color:inherit;opacity:.6}.yith-fw-components__multiple-select .yith-fw-components__multiple-select__input-container .yith-fw-components__multiple-select__input:-ms-input-placeholder{color:inherit;opacity:.6}.yith-fw-components__multiple-select .yith-fw-components__multiple-select__input-container .yith-fw-components__multiple-select__input::placeholder{color:inherit;opacity:.6}.yith-fw-components__multiple-select .yith-fw-components__multiple-select__item{align-items:center;background:#f1f1f1;border-radius:3px;display:inline-block;margin:0 5px 5px 0;max-width:100%;padding:4px 25px 4px 10px;position:relative}.yith-fw-components__multiple-select .yith-fw-components__multiple-select__item .yith-fw-components__multiple-select__item__remove{cursor:pointer;font-size:14px;height:auto;padding:5px;position:absolute;right:3px;top:50%;transform:translateY(-50%);width:auto}.yith-fw-components__multiple-select .yith-fw-components__multiple-select__item .yith-fw-components__multiple-select__item__remove:hover{color:#c50c0c}.yith-fw-components__multiple-select__popover .components-popover__content{border:0;overflow:visible}.yith-fw-components__multiple-select__popover .yith-fw-components__multiple-select__suggestions{border-radius:5px;box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);display:flex;flex-direction:column;max-height:200px;overflow:hidden;overflow-y:auto;padding-top:5px}.yith-fw-components__multiple-select__popover .yith-fw-components__multiple-select__suggestions.no-results{padding-top:0}.yith-fw-components__multiple-select__popover .yith-fw-components__multiple-select__suggestions .yith-fw-components__multiple-select__suggestions__message{line-height:1.5em;overflow-wrap:break-word;padding:8px 15px}.yith-fw-components__multiple-select__popover .yith-fw-components__multiple-select__suggestions .yith-fw-components__multiple-select__suggestion{align-items:center;cursor:pointer;display:flex;justify-content:space-between;line-height:1.5em;min-height:40px;padding:8px 15px}.yith-fw-components__multiple-select__popover .yith-fw-components__multiple-select__suggestions .yith-fw-components__multiple-select__suggestion.selected{background:rgba(25,118,210,.08)}.yith-fw-components__multiple-select__popover .yith-fw-components__multiple-select__suggestions .yith-fw-components__multiple-select__suggestion:hover{background:rgba(0,0,0,.04)}.yith-fw-components__multiple-select__popover .yith-fw-components__multiple-select__suggestions .yith-fw-components__multiple-select__suggestion.selected:hover{background:rgba(25,118,210,.12)}.yith-fw-components__multiple-select__popover .yith-fw-components__multiple-select__suggestions .yith-fw-components__multiple-select__suggestion__remove{background:transparent;border-radius:50%;box-shadow:0 0 0 10px transparent;font-size:13px;font-weight:600;height:23px;padding:5px;transition:all .3s ease-in-out;width:23px}.yith-fw-components__multiple-select__popover .yith-fw-components__multiple-select__suggestions .yith-fw-components__multiple-select__suggestion__remove:hover{background:rgba(0,0,0,.06);box-shadow:0 0 0 3px rgba(0,0,0,.06);color:#c50c0c}.yith-fw-components__multiple-select__popover ::-webkit-scrollbar-track{background-color:transparent;-webkit-box-shadow:none}.yith-fw-components__multiple-select__popover ::-webkit-scrollbar{background-color:rgba(94,88,154,.04);width:10px}.yith-fw-components__multiple-select__popover ::-webkit-scrollbar-thumb{background-color:#b1b4bf;border-radius:10px}
plugin-fw/includes/builders/elementor/class-yith-elementor-widget.php CHANGED
@@ -99,7 +99,7 @@ if ( ! class_exists( 'YITH_Elementor_Widget' ) ) {
99
  /**
100
  * Register the widget controls.
101
  */
102
- public function _register_controls() { // phpcs:ignore
103
  $options = $this->get_yith_prop( 'options' );
104
  $description = $this->get_yith_prop( 'description' );
105
 
99
  /**
100
  * Register the widget controls.
101
  */
102
+ public function register_controls() {
103
  $options = $this->get_yith_prop( 'options' );
104
  $description = $this->get_yith_prop( 'description' );
105
 
plugin-fw/includes/builders/gutenberg/class-yith-gutenberg.php CHANGED
@@ -103,7 +103,7 @@ if ( ! class_exists( 'YITH_Gutenberg' ) ) {
103
  wp_localize_script( 'yith-gutenberg', 'yithGutenbergBlocks', $this->blocks_args );
104
 
105
  wp_enqueue_script( 'yith-gutenberg' );
106
- wp_enqueue_style( 'yith-gutenberg', $gutenberg_assets_url . '/style-index.css', array(), yith_plugin_fw_get_version() );
107
  }
108
 
109
  /**
103
  wp_localize_script( 'yith-gutenberg', 'yithGutenbergBlocks', $this->blocks_args );
104
 
105
  wp_enqueue_script( 'yith-gutenberg' );
106
+ wp_enqueue_style( 'yith-gutenberg', $gutenberg_assets_url . '/style-index.css', array( 'yith-plugin-fw-icon-font' ), yith_plugin_fw_get_version() );
107
  }
108
 
109
  /**
plugin-fw/includes/class-yit-plugin-panel-woocommerce.php CHANGED
@@ -82,6 +82,7 @@ if ( ! class_exists( 'YIT_Plugin_Panel_WooCommerce' ) ) {
82
  $this->links = $this->settings['links'];
83
  }
84
 
 
85
  $this->maybe_init_premium_tab();
86
 
87
  add_action( 'admin_init', array( $this, 'set_default_options' ) );
82
  $this->links = $this->settings['links'];
83
  }
84
 
85
+ $this->maybe_init_help_tab();
86
  $this->maybe_init_premium_tab();
87
 
88
  add_action( 'admin_init', array( $this, 'set_default_options' ) );
plugin-fw/includes/class-yit-plugin-panel.php CHANGED
@@ -103,6 +103,7 @@ if ( ! class_exists( 'YIT_Plugin_Panel' ) ) {
103
  $this->links = $this->settings['links'];
104
  }
105
 
 
106
  $this->maybe_init_premium_tab();
107
 
108
  add_action( 'admin_init', array( $this, 'register_settings' ) );
@@ -251,7 +252,7 @@ if ( ! class_exists( 'YIT_Plugin_Panel' ) ) {
251
  if ( strpos( $sub_item, $item . '-' ) === 0 ) {
252
  $sub_item = substr( $sub_item, strlen( $item ) + 1 );
253
  }
254
- $sub_tab_path = $options_path . '/' . $item . '/' . $sub_item . '-options.php';
255
  $sub_tab_path = apply_filters( 'yith_plugin_panel_sub_tab_item_options_path', $sub_tab_path, $sub_tabs, $sub_item, $this );
256
 
257
  if ( file_exists( $sub_tab_path ) ) {
@@ -486,11 +487,6 @@ if ( ! class_exists( 'YIT_Plugin_Panel' ) ) {
486
  $tabs .= $this->get_tab_nav( $tab, $tab_value, $args );
487
  }
488
 
489
- // help tab.
490
- if ( $this->has_help_tab() ) {
491
- $tabs .= $this->get_tab_nav( 'help', _x( 'Help', 'Help tab name', 'yith-plugin-fw' ), $args );
492
- }
493
-
494
  $tabs .= '</ul>';
495
  ?>
496
  <h2 class="<?php echo esc_attr( $wrapper_class ); ?>">
@@ -821,7 +817,7 @@ if ( ! class_exists( 'YIT_Plugin_Panel' ) ) {
821
  // add campaign parameters to url.
822
  if ( isset( $this->settings['plugin_slug'] ) ) {
823
  $utm_medium = $this->settings['plugin_slug'];
824
- $utm_source = 'wp-premium-dashboard';
825
  $utm_campaign = 'help-tab';
826
 
827
  $campaign_urls = array(
@@ -858,6 +854,18 @@ if ( ! class_exists( 'YIT_Plugin_Panel' ) ) {
858
  }
859
  }
860
 
 
 
 
 
 
 
 
 
 
 
 
 
861
  /**
862
  * Checks whether current tab is Premium Tab
863
  *
@@ -878,7 +886,7 @@ if ( ! class_exists( 'YIT_Plugin_Panel' ) ) {
878
  * @since 3.9.0
879
  */
880
  protected function has_premium_tab() {
881
- return $this->is_free() && ! empty( $this->settings['premium_tab'] );
882
  }
883
 
884
  /**
@@ -1451,7 +1459,7 @@ if ( ! class_exists( 'YIT_Plugin_Panel' ) ) {
1451
 
1452
  usort(
1453
  $sorted_plugins,
1454
- function( $a, $b ) {
1455
  return strcmp( current( $a ), current( $b ) );
1456
  }
1457
  );
@@ -1496,11 +1504,32 @@ if ( ! class_exists( 'YIT_Plugin_Panel' ) ) {
1496
  /**
1497
  * Check if inside the admin tab there's the premium tab to
1498
  * check if the plugin is a free or not
 
1499
  *
1500
  * @author Emanuela Castorina
1501
  */
1502
  public function is_free() {
1503
- return ( ! empty( $this->settings['admin-tabs'] ) && isset( $this->settings['admin-tabs']['premium'] ) );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1504
  }
1505
 
1506
  /**
@@ -1780,7 +1809,7 @@ if ( ! class_exists( 'YIT_Plugin_Panel' ) ) {
1780
  * @since 3.8.4
1781
  */
1782
  public function add_utm_data_on_premium_tab( $url, $slug ) {
1783
- return ! empty( $this->settings['plugin_slug'] ) && $slug === $this->settings['plugin_slug'] && 'premium' === $this->get_current_tab() ? yith_plugin_fw_add_utm_data( $url, $slug, 'button-upgrade', 'wp-free-dashboard' ) : $url;
1784
  }
1785
  }
1786
  }
103
  $this->links = $this->settings['links'];
104
  }
105
 
106
+ $this->maybe_init_help_tab();
107
  $this->maybe_init_premium_tab();
108
 
109
  add_action( 'admin_init', array( $this, 'register_settings' ) );
252
  if ( strpos( $sub_item, $item . '-' ) === 0 ) {
253
  $sub_item = substr( $sub_item, strlen( $item ) + 1 );
254
  }
255
+ $sub_tab_path = $sub_options['options_path'] ?? ( $options_path . '/' . $item . '/' . $sub_item . '-options.php' );
256
  $sub_tab_path = apply_filters( 'yith_plugin_panel_sub_tab_item_options_path', $sub_tab_path, $sub_tabs, $sub_item, $this );
257
 
258
  if ( file_exists( $sub_tab_path ) ) {
487
  $tabs .= $this->get_tab_nav( $tab, $tab_value, $args );
488
  }
489
 
 
 
 
 
 
490
  $tabs .= '</ul>';
491
  ?>
492
  <h2 class="<?php echo esc_attr( $wrapper_class ); ?>">
817
  // add campaign parameters to url.
818
  if ( isset( $this->settings['plugin_slug'] ) ) {
819
  $utm_medium = $this->settings['plugin_slug'];
820
+ $utm_source = yith_plugin_fw_panel_utm_source( $this );
821
  $utm_campaign = 'help-tab';
822
 
823
  $campaign_urls = array(
854
  }
855
  }
856
 
857
+ /**
858
+ * Add help tab in admin-tabs if is set.
859
+ *
860
+ * @author Antonio La Rocca <antonio.larocca@yithemes.com>
861
+ * @since 3.9.0
862
+ */
863
+ protected function maybe_init_help_tab() {
864
+ if ( $this->has_help_tab() ) {
865
+ $this->settings['admin-tabs']['help'] = _x( 'Help', 'Help tab name', 'yith-plugin-fw' );
866
+ }
867
+ }
868
+
869
  /**
870
  * Checks whether current tab is Premium Tab
871
  *
886
  * @since 3.9.0
887
  */
888
  protected function has_premium_tab() {
889
+ return ! empty( $this->settings['premium_tab'] ) && ( $this->is_free() || $this->is_extended() );
890
  }
891
 
892
  /**
1459
 
1460
  usort(
1461
  $sorted_plugins,
1462
+ function ( $a, $b ) {
1463
  return strcmp( current( $a ), current( $b ) );
1464
  }
1465
  );
1504
  /**
1505
  * Check if inside the admin tab there's the premium tab to
1506
  * check if the plugin is a free or not
1507
+ * TODO: remove this from panel, and move to a more generic plugin-registration process; use general plugin data wherever is needed
1508
  *
1509
  * @author Emanuela Castorina
1510
  */
1511
  public function is_free() {
1512
+ return ! empty( $this->settings['premium_tab'] ) && ! $this->is_extended() && ! $this->is_premium();
1513
+ }
1514
+
1515
+ /**
1516
+ * Checks whether current panel is for extended version of the plugin
1517
+ * TODO: remove this from panel, and move to a more generic plugin-registration process; use general plugin data wherever is needed
1518
+ *
1519
+ * @return bool
1520
+ */
1521
+ public function is_extended() {
1522
+ return ! empty( $this->settings['is_extended'] );
1523
+ }
1524
+
1525
+ /**
1526
+ * Checks whether current panel is for premium version of the plugin
1527
+ * TODO: remove this from panel, and move to a more generic plugin-registration process; use general plugin data wherever is needed
1528
+ *
1529
+ * @return bool
1530
+ */
1531
+ public function is_premium() {
1532
+ return ! empty( $this->settings['is_premium'] );
1533
  }
1534
 
1535
  /**
1809
  * @since 3.8.4
1810
  */
1811
  public function add_utm_data_on_premium_tab( $url, $slug ) {
1812
+ return ! empty( $this->settings['plugin_slug'] ) && $slug === $this->settings['plugin_slug'] && 'premium' === $this->get_current_tab() ? yith_plugin_fw_add_utm_data( $url, $slug, 'button-upgrade', yith_plugin_fw_panel_utm_source( $this ) ) : $url;
1813
  }
1814
  }
1815
  }
plugin-fw/init.php CHANGED
@@ -1,13 +1,13 @@
1
  <?php
2
  /**
3
  * Framework Name: YIT Plugin Framework
4
- * Version: 3.9.5
5
  * Author: YITH
6
  * Text Domain: yith-plugin-fw
7
  * Domain Path: /languages/
8
  *
9
  * @author YITH
10
- * @version 3.9.5
11
  * @package YITH\PluginFramework
12
  */
13
 
1
  <?php
2
  /**
3
  * Framework Name: YIT Plugin Framework
4
+ * Version: 3.9.8
5
  * Author: YITH
6
  * Text Domain: yith-plugin-fw
7
  * Domain Path: /languages/
8
  *
9
  * @author YITH
10
+ * @version 3.9.7
11
  * @package YITH\PluginFramework
12
  */
13
 
plugin-fw/languages/yith-plugin-fw-el.po CHANGED
@@ -4,7 +4,7 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: YITH Framework\n"
6
  "Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
7
- "POT-Creation-Date: 2022-04-13 12:14:07+00:00\n"
8
  "PO-Revision-Date: 2021-02-11 18:07:46+0000\n"
9
  "Language: el_GR\n"
10
  "MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
  "X-Generator: GlotPress/3.0.0-alpha.2\n"
15
 
16
- #: includes/class-yit-assets.php:144 yit-functions.php:1980
17
  msgid "Confirm trash"
18
  msgstr ""
19
 
@@ -23,12 +23,12 @@ msgstr ""
23
 
24
  #: includes/class-yit-assets.php:147 includes/class-yit-assets.php:151
25
  #: templates/sysinfo/tabs/main.php:42 templates/sysinfo/tabs/main.php:50
26
- #: yit-functions.php:1982 yit-functions.php:2000
27
  msgid "No"
28
  msgstr "Όχι"
29
 
30
- #: includes/class-yit-assets.php:148 yit-functions.php:1998
31
- #: yit-functions.php:2126
32
  msgid "Confirm delete"
33
  msgstr ""
34
 
@@ -36,8 +36,8 @@ msgstr ""
36
  msgid "Are you sure you want to delete the selected items?"
37
  msgstr ""
38
 
39
- #: includes/class-yit-assets.php:149 yit-functions.php:1914
40
- #: yit-functions.php:2074
41
  msgid ""
42
  "This action cannot be undone and you will not be able to recover this data."
43
  msgstr ""
@@ -70,7 +70,7 @@ msgstr "Αξία χρώματος"
70
  msgid "There was an error with your request; please try again later."
71
  msgstr ""
72
 
73
- #: includes/class-yit-plugin-panel-woocommerce.php:429
74
  msgid "The changes you have made will be lost if you leave this page."
75
  msgstr ""
76
  "Οι αλλαγές που έχετε δημιουργήσει θα χαθούν αν αφήσετε αυτήν την σελίδα."
@@ -83,19 +83,19 @@ msgstr "Ρυθμίσεις Προσθέτου"
83
  msgid "Settings"
84
  msgstr "Ρυθμίσεις"
85
 
86
- #: includes/class-yit-plugin-panel.php:454
87
- #: includes/class-yit-plugin-panel.php:457
88
  msgid "How to install premium version"
89
  msgstr "Πώς να εγκαταστήσετε την προηγμένη έκδοση"
90
 
91
- #: includes/class-yit-plugin-panel.php:658
92
- #: includes/class-yit-plugin-subpanel.php:132
93
  msgid "Save Changes"
94
  msgstr "Αποθήκευση Αλλαγών"
95
 
96
  #: includes/class-yit-plugin-panel.php:663
97
- #: includes/class-yit-plugin-subpanel.php:136
98
- #: templates/panel/woocommerce/woocommerce-form.php:14
99
  msgid ""
100
  "If you continue with this action, you will reset all options in this page."
101
  msgstr ""
@@ -103,72 +103,72 @@ msgstr ""
103
  "σελίδα."
104
 
105
  #: includes/class-yit-plugin-panel.php:663
106
- #: includes/class-yit-plugin-subpanel.php:136
107
- #: templates/panel/woocommerce/woocommerce-form.php:14
108
  msgid "Are you sure?"
109
  msgstr "Είστε σίγουρος;"
110
 
111
  #: includes/class-yit-plugin-panel.php:667
112
- #: includes/class-yit-plugin-subpanel.php:139
113
  msgid "Reset to default"
114
  msgstr "Επαναφορά σε προεπιλεγμένο"
115
 
116
- #: includes/class-yit-plugin-panel.php:1047
117
  msgid ""
118
  "The element you have entered already exists. Please, enter another name."
119
  msgstr "Το στοιχείο που εισάγατε υπάρχει ήδη. Παρακαλώ, εισάγετε άλλο όνομα."
120
 
121
- #: includes/class-yit-plugin-panel.php:1048
122
  msgid "Settings saved"
123
  msgstr "Ρυθμίσεις αποθηκεύτηκαν"
124
 
125
- #: includes/class-yit-plugin-panel.php:1049
126
  msgid "Settings reset"
127
  msgstr "Επαναφορά ρυθμίσεων"
128
 
129
- #: includes/class-yit-plugin-panel.php:1050
130
  msgid "Element deleted correctly."
131
  msgstr "Το στοιχείο διαγράφηκε επιτυχώς."
132
 
133
- #: includes/class-yit-plugin-panel.php:1051
134
- #: includes/class-yit-plugin-panel.php:1052
135
  msgid "Element updated correctly."
136
  msgstr "Το στοιχείο αναβαθμίστηκε επιτυχώς."
137
 
138
- #: includes/class-yit-plugin-panel.php:1053
139
  msgid "Database imported correctly."
140
  msgstr "Επιτυχής εισαγωγή βάσης δεδομένων."
141
 
142
- #: includes/class-yit-plugin-panel.php:1054
143
  msgid "An error has occurred during import. Please try again."
144
  msgstr "Παρουσιάστηκε σφάλμα κατά την εισαγωγή. Παρακαλώ προσπαθήστε ξανά."
145
 
146
- #: includes/class-yit-plugin-panel.php:1055
147
  msgid "The added file is not valid."
148
  msgstr "Το προστιθέμενο αρχείο δεν είναι έγκυρο."
149
 
150
- #: includes/class-yit-plugin-panel.php:1056
151
  msgid "Sorry, import is disabled."
152
  msgstr "Συγνώμη, η εισαγωγή είναι απενεργοποιημένη."
153
 
154
- #: includes/class-yit-plugin-panel.php:1057
155
  msgid "Sorting successful."
156
  msgstr "Διαλογή επιτυχής."
157
 
158
- #: includes/class-yit-plugin-panel.php:1525
159
  msgid "We need your support"
160
  msgstr "Χρειαζόμαστε την υποστήριξή σας"
161
 
162
- #: includes/class-yit-plugin-panel.php:1526
163
  msgid "to keep updating and improving the plugin. Please,"
164
  msgstr ""
165
  "για να διατηρήσετε την ενημέρωση και τη βελτίωση του πρόσθετου. Παρακαλώ,"
166
 
167
- #: includes/class-yit-plugin-panel.php:1528
168
  msgid "help us by leaving a good review"
169
  msgstr ""
170
 
171
- #: includes/class-yit-plugin-panel.php:1529
172
  msgid ":) Thanks!"
173
  msgstr ":) Ευχαριστώ!"
174
 
@@ -528,16 +528,16 @@ msgstr "Ανέβασμα"
528
  msgid "Reset"
529
  msgstr "Επαναφορά"
530
 
531
- #: templates/panel/woocommerce/woocommerce-form.php:28
532
- #: templates/panel/woocommerce/woocommerce-form.php:32
533
  msgid "Save Options"
534
  msgstr ""
535
 
536
- #: templates/panel/woocommerce/woocommerce-form.php:32
537
  msgid "Options Saved"
538
  msgstr ""
539
 
540
- #: templates/panel/woocommerce/woocommerce-form.php:38
541
  msgid "Reset Defaults"
542
  msgstr "Επαναφορά Προεπιλεγμένων"
543
 
@@ -665,20 +665,20 @@ msgid "Data: %1$.2fMB | Index: %2$.2fMB | Free: %3$.2fMB | Engine: %4$s"
665
  msgstr ""
666
 
667
  #. translators: %s is the title of the post object.
668
- #: yit-functions.php:1912
669
  msgid "Are you sure you want to move \"%s\" to trash?"
670
  msgstr ""
671
 
672
  #. translators: %s is the title of the post object.
673
- #: yit-functions.php:1914 yit-functions.php:2074
674
  msgid "Are you sure you want to delete \"%s\"?"
675
  msgstr ""
676
 
677
- #: yit-functions.php:2012 yit-functions.php:2020 yit-functions.php:2137
678
  msgid "Further actions"
679
  msgstr ""
680
 
681
- #: yit-plugin.php:205
682
  msgid "License"
683
  msgstr "Άδεια χρήσης προϊόντος"
684
 
@@ -707,22 +707,17 @@ msgctxt "Button text"
707
  msgid "Cancel"
708
  msgstr ""
709
 
710
- #: includes/class-yit-assets.php:146 yit-functions.php:1983
711
  msgctxt "Trash confirmation action"
712
  msgid "Yes, move to trash"
713
  msgstr ""
714
 
715
- #: includes/class-yit-assets.php:150 yit-functions.php:2001
716
- #: yit-functions.php:2128
717
  msgctxt "Delete confirmation action"
718
  msgid "Yes, delete"
719
  msgstr ""
720
 
721
- #: includes/class-yit-plugin-panel.php:491
722
- msgctxt "Help tab name"
723
- msgid "Help"
724
- msgstr ""
725
-
726
  #. translators: 1. Plugin name.
727
  #: includes/class-yit-plugin-panel.php:805
728
  msgctxt "Help tab default title"
@@ -740,6 +735,11 @@ msgctxt "Premium tab name"
740
  msgid "Get premium"
741
  msgstr ""
742
 
 
 
 
 
 
743
  #: includes/class-yith-dashboard.php:96
744
  msgctxt "Plugin FW"
745
  msgid "View Changelog"
@@ -956,57 +956,57 @@ msgctxt "Premium Tab"
956
  msgid "Get the premium version"
957
  msgstr ""
958
 
959
- #: yit-functions.php:1926
960
  msgctxt "Post action"
961
  msgid "Preview"
962
  msgstr ""
963
 
964
- #: yit-functions.php:1935
965
  msgctxt "Post action"
966
  msgid "View"
967
  msgstr ""
968
 
969
- #: yit-functions.php:1946
970
  msgctxt "Post action"
971
  msgid "Edit"
972
  msgstr ""
973
 
974
- #: yit-functions.php:1954
975
  msgctxt "Post action"
976
  msgid "Duplicate"
977
  msgstr ""
978
 
979
- #: yit-functions.php:1966
980
  msgctxt "Post action"
981
  msgid "Restore"
982
  msgstr ""
983
 
984
- #: yit-functions.php:1974
985
  msgctxt "Post action"
986
  msgid "Trash"
987
  msgstr ""
988
 
989
- #: yit-functions.php:1991
990
  msgctxt "Post action"
991
  msgid "Delete Permanently"
992
  msgstr ""
993
 
994
- #: yit-functions.php:2088
995
  msgctxt "Term action"
996
  msgid "View"
997
  msgstr ""
998
 
999
- #: yit-functions.php:2098
1000
  msgctxt "Term action"
1001
  msgid "Edit"
1002
  msgstr ""
1003
 
1004
- #: yit-functions.php:2106
1005
  msgctxt "Term action"
1006
  msgid "Duplicate"
1007
  msgstr ""
1008
 
1009
- #: yit-functions.php:2119
1010
  msgctxt "Term action"
1011
  msgid "Delete"
1012
  msgstr ""
@@ -1031,7 +1031,7 @@ msgctxt "Plugin Row Meta"
1031
  msgid "Premium version"
1032
  msgstr "Premium έκδοση"
1033
 
1034
- #: yit-plugin.php:201
1035
  msgctxt "Action links"
1036
  msgid "Settings"
1037
  msgstr "Ρυθμίσεις"
4
  msgstr ""
5
  "Project-Id-Version: YITH Framework\n"
6
  "Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
7
+ "POT-Creation-Date: 2022-05-30 07:17:45+00:00\n"
8
  "PO-Revision-Date: 2021-02-11 18:07:46+0000\n"
9
  "Language: el_GR\n"
10
  "MIME-Version: 1.0\n"
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
  "X-Generator: GlotPress/3.0.0-alpha.2\n"
15
 
16
+ #: includes/class-yit-assets.php:144 yit-functions.php:2006
17
  msgid "Confirm trash"
18
  msgstr ""
19
 
23
 
24
  #: includes/class-yit-assets.php:147 includes/class-yit-assets.php:151
25
  #: templates/sysinfo/tabs/main.php:42 templates/sysinfo/tabs/main.php:50
26
+ #: yit-functions.php:2008 yit-functions.php:2026
27
  msgid "No"
28
  msgstr "Όχι"
29
 
30
+ #: includes/class-yit-assets.php:148 yit-functions.php:2024
31
+ #: yit-functions.php:2152
32
  msgid "Confirm delete"
33
  msgstr ""
34
 
36
  msgid "Are you sure you want to delete the selected items?"
37
  msgstr ""
38
 
39
+ #: includes/class-yit-assets.php:149 yit-functions.php:1940
40
+ #: yit-functions.php:2100
41
  msgid ""
42
  "This action cannot be undone and you will not be able to recover this data."
43
  msgstr ""
70
  msgid "There was an error with your request; please try again later."
71
  msgstr ""
72
 
73
+ #: includes/class-yit-plugin-panel-woocommerce.php:430
74
  msgid "The changes you have made will be lost if you leave this page."
75
  msgstr ""
76
  "Οι αλλαγές που έχετε δημιουργήσει θα χαθούν αν αφήσετε αυτήν την σελίδα."
83
  msgid "Settings"
84
  msgstr "Ρυθμίσεις"
85
 
86
+ #: includes/class-yit-plugin-panel.php:455
87
+ #: includes/class-yit-plugin-panel.php:458
88
  msgid "How to install premium version"
89
  msgstr "Πώς να εγκαταστήσετε την προηγμένη έκδοση"
90
 
91
+ #: includes/class-yit-plugin-panel.php:655
92
+ #: includes/class-yit-plugin-subpanel.php:133
93
  msgid "Save Changes"
94
  msgstr "Αποθήκευση Αλλαγών"
95
 
96
  #: includes/class-yit-plugin-panel.php:663
97
+ #: includes/class-yit-plugin-subpanel.php:140
98
+ #: templates/panel/woocommerce/woocommerce-form.php:15
99
  msgid ""
100
  "If you continue with this action, you will reset all options in this page."
101
  msgstr ""
103
  "σελίδα."
104
 
105
  #: includes/class-yit-plugin-panel.php:663
106
+ #: includes/class-yit-plugin-subpanel.php:140
107
+ #: templates/panel/woocommerce/woocommerce-form.php:15
108
  msgid "Are you sure?"
109
  msgstr "Είστε σίγουρος;"
110
 
111
  #: includes/class-yit-plugin-panel.php:667
112
+ #: includes/class-yit-plugin-subpanel.php:143
113
  msgid "Reset to default"
114
  msgstr "Επαναφορά σε προεπιλεγμένο"
115
 
116
+ #: includes/class-yit-plugin-panel.php:1059
117
  msgid ""
118
  "The element you have entered already exists. Please, enter another name."
119
  msgstr "Το στοιχείο που εισάγατε υπάρχει ήδη. Παρακαλώ, εισάγετε άλλο όνομα."
120
 
121
+ #: includes/class-yit-plugin-panel.php:1060
122
  msgid "Settings saved"
123
  msgstr "Ρυθμίσεις αποθηκεύτηκαν"
124
 
125
+ #: includes/class-yit-plugin-panel.php:1061
126
  msgid "Settings reset"
127
  msgstr "Επαναφορά ρυθμίσεων"
128
 
129
+ #: includes/class-yit-plugin-panel.php:1062
130
  msgid "Element deleted correctly."
131
  msgstr "Το στοιχείο διαγράφηκε επιτυχώς."
132
 
133
+ #: includes/class-yit-plugin-panel.php:1063
134
+ #: includes/class-yit-plugin-panel.php:1064
135
  msgid "Element updated correctly."
136
  msgstr "Το στοιχείο αναβαθμίστηκε επιτυχώς."
137
 
138
+ #: includes/class-yit-plugin-panel.php:1065
139
  msgid "Database imported correctly."
140
  msgstr "Επιτυχής εισαγωγή βάσης δεδομένων."
141
 
142
+ #: includes/class-yit-plugin-panel.php:1066
143
  msgid "An error has occurred during import. Please try again."
144
  msgstr "Παρουσιάστηκε σφάλμα κατά την εισαγωγή. Παρακαλώ προσπαθήστε ξανά."
145
 
146
+ #: includes/class-yit-plugin-panel.php:1067
147
  msgid "The added file is not valid."
148
  msgstr "Το προστιθέμενο αρχείο δεν είναι έγκυρο."
149
 
150
+ #: includes/class-yit-plugin-panel.php:1068
151
  msgid "Sorry, import is disabled."
152
  msgstr "Συγνώμη, η εισαγωγή είναι απενεργοποιημένη."
153
 
154
+ #: includes/class-yit-plugin-panel.php:1069
155
  msgid "Sorting successful."
156
  msgstr "Διαλογή επιτυχής."
157
 
158
+ #: includes/class-yit-plugin-panel.php:1558
159
  msgid "We need your support"
160
  msgstr "Χρειαζόμαστε την υποστήριξή σας"
161
 
162
+ #: includes/class-yit-plugin-panel.php:1559
163
  msgid "to keep updating and improving the plugin. Please,"
164
  msgstr ""
165
  "για να διατηρήσετε την ενημέρωση και τη βελτίωση του πρόσθετου. Παρακαλώ,"
166
 
167
+ #: includes/class-yit-plugin-panel.php:1561
168
  msgid "help us by leaving a good review"
169
  msgstr ""
170
 
171
+ #: includes/class-yit-plugin-panel.php:1562
172
  msgid ":) Thanks!"
173
  msgstr ":) Ευχαριστώ!"
174
 
528
  msgid "Reset"
529
  msgstr "Επαναφορά"
530
 
531
+ #: templates/panel/woocommerce/woocommerce-form.php:29
532
+ #: templates/panel/woocommerce/woocommerce-form.php:33
533
  msgid "Save Options"
534
  msgstr ""
535
 
536
+ #: templates/panel/woocommerce/woocommerce-form.php:33
537
  msgid "Options Saved"
538
  msgstr ""
539
 
540
+ #: templates/panel/woocommerce/woocommerce-form.php:43
541
  msgid "Reset Defaults"
542
  msgstr "Επαναφορά Προεπιλεγμένων"
543
 
665
  msgstr ""
666
 
667
  #. translators: %s is the title of the post object.
668
+ #: yit-functions.php:1938
669
  msgid "Are you sure you want to move \"%s\" to trash?"
670
  msgstr ""
671
 
672
  #. translators: %s is the title of the post object.
673
+ #: yit-functions.php:1940 yit-functions.php:2100
674
  msgid "Are you sure you want to delete \"%s\"?"
675
  msgstr ""
676
 
677
+ #: yit-functions.php:2038 yit-functions.php:2046 yit-functions.php:2163
678
  msgid "Further actions"
679
  msgstr ""
680
 
681
+ #: yit-plugin.php:213
682
  msgid "License"
683
  msgstr "Άδεια χρήσης προϊόντος"
684
 
707
  msgid "Cancel"
708
  msgstr ""
709
 
710
+ #: includes/class-yit-assets.php:146 yit-functions.php:2009
711
  msgctxt "Trash confirmation action"
712
  msgid "Yes, move to trash"
713
  msgstr ""
714
 
715
+ #: includes/class-yit-assets.php:150 yit-functions.php:2027
716
+ #: yit-functions.php:2154
717
  msgctxt "Delete confirmation action"
718
  msgid "Yes, delete"
719
  msgstr ""
720
 
 
 
 
 
 
721
  #. translators: 1. Plugin name.
722
  #: includes/class-yit-plugin-panel.php:805
723
  msgctxt "Help tab default title"
735
  msgid "Get premium"
736
  msgstr ""
737
 
738
+ #: includes/class-yit-plugin-panel.php:865
739
+ msgctxt "Help tab name"
740
+ msgid "Help"
741
+ msgstr ""
742
+
743
  #: includes/class-yith-dashboard.php:96
744
  msgctxt "Plugin FW"
745
  msgid "View Changelog"
956
  msgid "Get the premium version"
957
  msgstr ""
958
 
959
+ #: yit-functions.php:1952
960
  msgctxt "Post action"
961
  msgid "Preview"
962
  msgstr ""
963
 
964
+ #: yit-functions.php:1961
965
  msgctxt "Post action"
966
  msgid "View"
967
  msgstr ""
968
 
969
+ #: yit-functions.php:1972
970
  msgctxt "Post action"
971
  msgid "Edit"
972
  msgstr ""
973
 
974
+ #: yit-functions.php:1980
975
  msgctxt "Post action"
976
  msgid "Duplicate"
977
  msgstr ""
978
 
979
+ #: yit-functions.php:1992
980
  msgctxt "Post action"
981
  msgid "Restore"
982
  msgstr ""
983
 
984
+ #: yit-functions.php:2000
985
  msgctxt "Post action"
986
  msgid "Trash"
987
  msgstr ""
988
 
989
+ #: yit-functions.php:2017
990
  msgctxt "Post action"
991
  msgid "Delete Permanently"
992
  msgstr ""
993
 
994
+ #: yit-functions.php:2114
995
  msgctxt "Term action"
996
  msgid "View"
997
  msgstr ""
998
 
999
+ #: yit-functions.php:2124
1000
  msgctxt "Term action"
1001
  msgid "Edit"
1002
  msgstr ""
1003
 
1004
+ #: yit-functions.php:2132
1005
  msgctxt "Term action"
1006
  msgid "Duplicate"
1007
  msgstr ""
1008
 
1009
+ #: yit-functions.php:2145
1010
  msgctxt "Term action"
1011
  msgid "Delete"
1012
  msgstr ""
1031
  msgid "Premium version"
1032
  msgstr "Premium έκδοση"
1033
 
1034
+ #: yit-plugin.php:209
1035
  msgctxt "Action links"
1036
  msgid "Settings"
1037
  msgstr "Ρυθμίσεις"
plugin-fw/languages/yith-plugin-fw-es_ES.po CHANGED
@@ -4,7 +4,7 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: YITH Framework\n"
6
  "Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
7
- "POT-Creation-Date: 2022-04-13 12:14:07+00:00\n"
8
  "PO-Revision-Date: 2022-03-21 12:58:47+0000\n"
9
  "Language: es\n"
10
  "MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
  "X-Generator: GlotPress/3.0.0-alpha.2\n"
15
 
16
- #: includes/class-yit-assets.php:144 yit-functions.php:1980
17
  msgid "Confirm trash"
18
  msgstr "Confirmar el traslado a la papelera"
19
 
@@ -24,12 +24,12 @@ msgstr ""
24
 
25
  #: includes/class-yit-assets.php:147 includes/class-yit-assets.php:151
26
  #: templates/sysinfo/tabs/main.php:42 templates/sysinfo/tabs/main.php:50
27
- #: yit-functions.php:1982 yit-functions.php:2000
28
  msgid "No"
29
  msgstr "No"
30
 
31
- #: includes/class-yit-assets.php:148 yit-functions.php:1998
32
- #: yit-functions.php:2126
33
  msgid "Confirm delete"
34
  msgstr "Confirmar el borrado"
35
 
@@ -37,8 +37,8 @@ msgstr "Confirmar el borrado"
37
  msgid "Are you sure you want to delete the selected items?"
38
  msgstr "¿Estás seguro de que quieres borrar los elementos seleccionados?"
39
 
40
- #: includes/class-yit-assets.php:149 yit-functions.php:1914
41
- #: yit-functions.php:2074
42
  msgid ""
43
  "This action cannot be undone and you will not be able to recover this data."
44
  msgstr "Esta acción no se puede revertir y no podrá recuperar estos datos."
@@ -72,7 +72,7 @@ msgid "There was an error with your request; please try again later."
72
  msgstr ""
73
  "Se ha producido un error en tu solicitud; inténtalo de nuevo más tarde."
74
 
75
- #: includes/class-yit-plugin-panel-woocommerce.php:429
76
  msgid "The changes you have made will be lost if you leave this page."
77
  msgstr "Los cambios que has hecho se perderán si abandonas esta página."
78
 
@@ -84,19 +84,19 @@ msgstr "Ajustes del plugin"
84
  msgid "Settings"
85
  msgstr "Ajustes"
86
 
87
- #: includes/class-yit-plugin-panel.php:454
88
- #: includes/class-yit-plugin-panel.php:457
89
  msgid "How to install premium version"
90
  msgstr "Cómo instalar la versión premium"
91
 
92
- #: includes/class-yit-plugin-panel.php:658
93
- #: includes/class-yit-plugin-subpanel.php:132
94
  msgid "Save Changes"
95
  msgstr "Guardar cambios"
96
 
97
  #: includes/class-yit-plugin-panel.php:663
98
- #: includes/class-yit-plugin-subpanel.php:136
99
- #: templates/panel/woocommerce/woocommerce-form.php:14
100
  msgid ""
101
  "If you continue with this action, you will reset all options in this page."
102
  msgstr ""
@@ -104,73 +104,73 @@ msgstr ""
104
  "página."
105
 
106
  #: includes/class-yit-plugin-panel.php:663
107
- #: includes/class-yit-plugin-subpanel.php:136
108
- #: templates/panel/woocommerce/woocommerce-form.php:14
109
  msgid "Are you sure?"
110
  msgstr "¿Estás seguro?"
111
 
112
  #: includes/class-yit-plugin-panel.php:667
113
- #: includes/class-yit-plugin-subpanel.php:139
114
  msgid "Reset to default"
115
  msgstr "Restablecer valores predeterminados"
116
 
117
- #: includes/class-yit-plugin-panel.php:1047
118
  msgid ""
119
  "The element you have entered already exists. Please, enter another name."
120
  msgstr ""
121
  "El elemento que has introducido ya existe. Por favor, introduce otro nombre."
122
 
123
- #: includes/class-yit-plugin-panel.php:1048
124
  msgid "Settings saved"
125
  msgstr "Ajustes guardados"
126
 
127
- #: includes/class-yit-plugin-panel.php:1049
128
  msgid "Settings reset"
129
  msgstr "Restablecer ajustes"
130
 
131
- #: includes/class-yit-plugin-panel.php:1050
132
  msgid "Element deleted correctly."
133
  msgstr "Elemento eliminado correctamente."
134
 
135
- #: includes/class-yit-plugin-panel.php:1051
136
- #: includes/class-yit-plugin-panel.php:1052
137
  msgid "Element updated correctly."
138
  msgstr "Elemento actualizado correctamente."
139
 
140
- #: includes/class-yit-plugin-panel.php:1053
141
  msgid "Database imported correctly."
142
  msgstr "Base de datos importada correctamente."
143
 
144
- #: includes/class-yit-plugin-panel.php:1054
145
  msgid "An error has occurred during import. Please try again."
146
  msgstr ""
147
  "Ha ocurrido un error durante la importación. Por favor, inténtalo de nuevo."
148
 
149
- #: includes/class-yit-plugin-panel.php:1055
150
  msgid "The added file is not valid."
151
  msgstr "El archivo añadido no es válido."
152
 
153
- #: includes/class-yit-plugin-panel.php:1056
154
  msgid "Sorry, import is disabled."
155
  msgstr "Lo siento, la importación está desactivada."
156
 
157
- #: includes/class-yit-plugin-panel.php:1057
158
  msgid "Sorting successful."
159
  msgstr "Clasificación realizada con éxito"
160
 
161
- #: includes/class-yit-plugin-panel.php:1525
162
  msgid "We need your support"
163
  msgstr "Necesitamos tu apoyo"
164
 
165
- #: includes/class-yit-plugin-panel.php:1526
166
  msgid "to keep updating and improving the plugin. Please,"
167
  msgstr "para que podamos seguir actualizando y mejorando el plugin. Por favor,"
168
 
169
- #: includes/class-yit-plugin-panel.php:1528
170
  msgid "help us by leaving a good review"
171
  msgstr "ayúdanos dejando una buena valoración"
172
 
173
- #: includes/class-yit-plugin-panel.php:1529
174
  msgid ":) Thanks!"
175
  msgstr ":) ¡Gracias!"
176
 
@@ -537,16 +537,16 @@ msgstr "Subir"
537
  msgid "Reset"
538
  msgstr "Restablecer"
539
 
540
- #: templates/panel/woocommerce/woocommerce-form.php:28
541
- #: templates/panel/woocommerce/woocommerce-form.php:32
542
  msgid "Save Options"
543
  msgstr "Guardar Opciones"
544
 
545
- #: templates/panel/woocommerce/woocommerce-form.php:32
546
  msgid "Options Saved"
547
  msgstr "Opciones guardadas"
548
 
549
- #: templates/panel/woocommerce/woocommerce-form.php:38
550
  msgid "Reset Defaults"
551
  msgstr "Restablecer valores predeterminados"
552
 
@@ -673,20 +673,20 @@ msgid "Data: %1$.2fMB | Index: %2$.2fMB | Free: %3$.2fMB | Engine: %4$s"
673
  msgstr "Datos: %1$.2fMB | Índice: %2$.2fMB | Libre: %3$.2fMB | Motor: %4$s"
674
 
675
  #. translators: %s is the title of the post object.
676
- #: yit-functions.php:1912
677
  msgid "Are you sure you want to move \"%s\" to trash?"
678
  msgstr "¿Estás seguro de que quieres mover \"%s\" a la papelera?"
679
 
680
  #. translators: %s is the title of the post object.
681
- #: yit-functions.php:1914 yit-functions.php:2074
682
  msgid "Are you sure you want to delete \"%s\"?"
683
  msgstr "¿Estás seguro de que quieres borrar \"%s\"?"
684
 
685
- #: yit-functions.php:2012 yit-functions.php:2020 yit-functions.php:2137
686
  msgid "Further actions"
687
  msgstr "Otras acciones"
688
 
689
- #: yit-plugin.php:205
690
  msgid "License"
691
  msgstr "Licencia"
692
 
@@ -715,22 +715,17 @@ msgctxt "Button text"
715
  msgid "Cancel"
716
  msgstr "Cancelar"
717
 
718
- #: includes/class-yit-assets.php:146 yit-functions.php:1983
719
  msgctxt "Trash confirmation action"
720
  msgid "Yes, move to trash"
721
  msgstr "Sí, mover a la papelera"
722
 
723
- #: includes/class-yit-assets.php:150 yit-functions.php:2001
724
- #: yit-functions.php:2128
725
  msgctxt "Delete confirmation action"
726
  msgid "Yes, delete"
727
  msgstr "Si, borrar"
728
 
729
- #: includes/class-yit-plugin-panel.php:491
730
- msgctxt "Help tab name"
731
- msgid "Help"
732
- msgstr "Ayuda"
733
-
734
  #. translators: 1. Plugin name.
735
  #: includes/class-yit-plugin-panel.php:805
736
  msgctxt "Help tab default title"
@@ -750,6 +745,11 @@ msgctxt "Premium tab name"
750
  msgid "Get premium"
751
  msgstr "Obtén premium"
752
 
 
 
 
 
 
753
  #: includes/class-yith-dashboard.php:96
754
  msgctxt "Plugin FW"
755
  msgid "View Changelog"
@@ -969,57 +969,57 @@ msgctxt "Premium Tab"
969
  msgid "Get the premium version"
970
  msgstr "Obtén la versión Premium"
971
 
972
- #: yit-functions.php:1926
973
  msgctxt "Post action"
974
  msgid "Preview"
975
  msgstr "Previsualizar"
976
 
977
- #: yit-functions.php:1935
978
  msgctxt "Post action"
979
  msgid "View"
980
  msgstr "Ver"
981
 
982
- #: yit-functions.php:1946
983
  msgctxt "Post action"
984
  msgid "Edit"
985
  msgstr "Editar"
986
 
987
- #: yit-functions.php:1954
988
  msgctxt "Post action"
989
  msgid "Duplicate"
990
  msgstr "Duplicar"
991
 
992
- #: yit-functions.php:1966
993
  msgctxt "Post action"
994
  msgid "Restore"
995
  msgstr "Restaurar"
996
 
997
- #: yit-functions.php:1974
998
  msgctxt "Post action"
999
  msgid "Trash"
1000
  msgstr "A la papelera"
1001
 
1002
- #: yit-functions.php:1991
1003
  msgctxt "Post action"
1004
  msgid "Delete Permanently"
1005
  msgstr "Borrar permanentemente"
1006
 
1007
- #: yit-functions.php:2088
1008
  msgctxt "Term action"
1009
  msgid "View"
1010
  msgstr "Ver"
1011
 
1012
- #: yit-functions.php:2098
1013
  msgctxt "Term action"
1014
  msgid "Edit"
1015
  msgstr "Editar"
1016
 
1017
- #: yit-functions.php:2106
1018
  msgctxt "Term action"
1019
  msgid "Duplicate"
1020
  msgstr "Duplicar"
1021
 
1022
- #: yit-functions.php:2119
1023
  msgctxt "Term action"
1024
  msgid "Delete"
1025
  msgstr "Borrar"
@@ -1044,7 +1044,7 @@ msgctxt "Plugin Row Meta"
1044
  msgid "Premium version"
1045
  msgstr "Versión premium"
1046
 
1047
- #: yit-plugin.php:201
1048
  msgctxt "Action links"
1049
  msgid "Settings"
1050
  msgstr "Ajustes"
4
  msgstr ""
5
  "Project-Id-Version: YITH Framework\n"
6
  "Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
7
+ "POT-Creation-Date: 2022-05-30 07:17:45+00:00\n"
8
  "PO-Revision-Date: 2022-03-21 12:58:47+0000\n"
9
  "Language: es\n"
10
  "MIME-Version: 1.0\n"
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
  "X-Generator: GlotPress/3.0.0-alpha.2\n"
15
 
16
+ #: includes/class-yit-assets.php:144 yit-functions.php:2006
17
  msgid "Confirm trash"
18
  msgstr "Confirmar el traslado a la papelera"
19
 
24
 
25
  #: includes/class-yit-assets.php:147 includes/class-yit-assets.php:151
26
  #: templates/sysinfo/tabs/main.php:42 templates/sysinfo/tabs/main.php:50
27
+ #: yit-functions.php:2008 yit-functions.php:2026
28
  msgid "No"
29
  msgstr "No"
30
 
31
+ #: includes/class-yit-assets.php:148 yit-functions.php:2024
32
+ #: yit-functions.php:2152
33
  msgid "Confirm delete"
34
  msgstr "Confirmar el borrado"
35
 
37
  msgid "Are you sure you want to delete the selected items?"
38
  msgstr "¿Estás seguro de que quieres borrar los elementos seleccionados?"
39
 
40
+ #: includes/class-yit-assets.php:149 yit-functions.php:1940
41
+ #: yit-functions.php:2100
42
  msgid ""
43
  "This action cannot be undone and you will not be able to recover this data."
44
  msgstr "Esta acción no se puede revertir y no podrá recuperar estos datos."
72
  msgstr ""
73
  "Se ha producido un error en tu solicitud; inténtalo de nuevo más tarde."
74
 
75
+ #: includes/class-yit-plugin-panel-woocommerce.php:430
76
  msgid "The changes you have made will be lost if you leave this page."
77
  msgstr "Los cambios que has hecho se perderán si abandonas esta página."
78
 
84
  msgid "Settings"
85
  msgstr "Ajustes"
86
 
87
+ #: includes/class-yit-plugin-panel.php:455
88
+ #: includes/class-yit-plugin-panel.php:458
89
  msgid "How to install premium version"
90
  msgstr "Cómo instalar la versión premium"
91
 
92
+ #: includes/class-yit-plugin-panel.php:655
93
+ #: includes/class-yit-plugin-subpanel.php:133
94
  msgid "Save Changes"
95
  msgstr "Guardar cambios"
96
 
97
  #: includes/class-yit-plugin-panel.php:663
98
+ #: includes/class-yit-plugin-subpanel.php:140
99
+ #: templates/panel/woocommerce/woocommerce-form.php:15
100
  msgid ""
101
  "If you continue with this action, you will reset all options in this page."
102
  msgstr ""
104
  "página."
105
 
106
  #: includes/class-yit-plugin-panel.php:663
107
+ #: includes/class-yit-plugin-subpanel.php:140
108
+ #: templates/panel/woocommerce/woocommerce-form.php:15
109
  msgid "Are you sure?"
110
  msgstr "¿Estás seguro?"
111
 
112
  #: includes/class-yit-plugin-panel.php:667
113
+ #: includes/class-yit-plugin-subpanel.php:143
114
  msgid "Reset to default"
115
  msgstr "Restablecer valores predeterminados"
116
 
117
+ #: includes/class-yit-plugin-panel.php:1059
118
  msgid ""
119
  "The element you have entered already exists. Please, enter another name."
120
  msgstr ""
121
  "El elemento que has introducido ya existe. Por favor, introduce otro nombre."
122
 
123
+ #: includes/class-yit-plugin-panel.php:1060
124
  msgid "Settings saved"
125
  msgstr "Ajustes guardados"
126
 
127
+ #: includes/class-yit-plugin-panel.php:1061
128
  msgid "Settings reset"
129
  msgstr "Restablecer ajustes"
130
 
131
+ #: includes/class-yit-plugin-panel.php:1062
132
  msgid "Element deleted correctly."
133
  msgstr "Elemento eliminado correctamente."
134
 
135
+ #: includes/class-yit-plugin-panel.php:1063
136
+ #: includes/class-yit-plugin-panel.php:1064
137
  msgid "Element updated correctly."
138
  msgstr "Elemento actualizado correctamente."
139
 
140
+ #: includes/class-yit-plugin-panel.php:1065
141
  msgid "Database imported correctly."
142
  msgstr "Base de datos importada correctamente."
143
 
144
+ #: includes/class-yit-plugin-panel.php:1066
145
  msgid "An error has occurred during import. Please try again."
146
  msgstr ""
147
  "Ha ocurrido un error durante la importación. Por favor, inténtalo de nuevo."
148
 
149
+ #: includes/class-yit-plugin-panel.php:1067
150
  msgid "The added file is not valid."
151
  msgstr "El archivo añadido no es válido."
152
 
153
+ #: includes/class-yit-plugin-panel.php:1068
154
  msgid "Sorry, import is disabled."
155
  msgstr "Lo siento, la importación está desactivada."
156
 
157
+ #: includes/class-yit-plugin-panel.php:1069
158
  msgid "Sorting successful."
159
  msgstr "Clasificación realizada con éxito"
160
 
161
+ #: includes/class-yit-plugin-panel.php:1558
162
  msgid "We need your support"
163
  msgstr "Necesitamos tu apoyo"
164
 
165
+ #: includes/class-yit-plugin-panel.php:1559
166
  msgid "to keep updating and improving the plugin. Please,"
167
  msgstr "para que podamos seguir actualizando y mejorando el plugin. Por favor,"
168
 
169
+ #: includes/class-yit-plugin-panel.php:1561
170
  msgid "help us by leaving a good review"
171
  msgstr "ayúdanos dejando una buena valoración"
172
 
173
+ #: includes/class-yit-plugin-panel.php:1562
174
  msgid ":) Thanks!"
175
  msgstr ":) ¡Gracias!"
176
 
537
  msgid "Reset"
538
  msgstr "Restablecer"
539
 
540
+ #: templates/panel/woocommerce/woocommerce-form.php:29
541
+ #: templates/panel/woocommerce/woocommerce-form.php:33
542
  msgid "Save Options"
543
  msgstr "Guardar Opciones"
544
 
545
+ #: templates/panel/woocommerce/woocommerce-form.php:33
546
  msgid "Options Saved"
547
  msgstr "Opciones guardadas"
548
 
549
+ #: templates/panel/woocommerce/woocommerce-form.php:43
550
  msgid "Reset Defaults"
551
  msgstr "Restablecer valores predeterminados"
552
 
673
  msgstr "Datos: %1$.2fMB | Índice: %2$.2fMB | Libre: %3$.2fMB | Motor: %4$s"
674
 
675
  #. translators: %s is the title of the post object.
676
+ #: yit-functions.php:1938
677
  msgid "Are you sure you want to move \"%s\" to trash?"
678
  msgstr "¿Estás seguro de que quieres mover \"%s\" a la papelera?"
679
 
680
  #. translators: %s is the title of the post object.
681
+ #: yit-functions.php:1940 yit-functions.php:2100
682
  msgid "Are you sure you want to delete \"%s\"?"
683
  msgstr "¿Estás seguro de que quieres borrar \"%s\"?"
684
 
685
+ #: yit-functions.php:2038 yit-functions.php:2046 yit-functions.php:2163
686
  msgid "Further actions"
687
  msgstr "Otras acciones"
688
 
689
+ #: yit-plugin.php:213
690
  msgid "License"
691
  msgstr "Licencia"
692
 
715
  msgid "Cancel"
716
  msgstr "Cancelar"
717
 
718
+ #: includes/class-yit-assets.php:146 yit-functions.php:2009
719
  msgctxt "Trash confirmation action"
720
  msgid "Yes, move to trash"
721
  msgstr "Sí, mover a la papelera"
722
 
723
+ #: includes/class-yit-assets.php:150 yit-functions.php:2027
724
+ #: yit-functions.php:2154
725
  msgctxt "Delete confirmation action"
726
  msgid "Yes, delete"
727
  msgstr "Si, borrar"
728
 
 
 
 
 
 
729
  #. translators: 1. Plugin name.
730
  #: includes/class-yit-plugin-panel.php:805
731
  msgctxt "Help tab default title"
745
  msgid "Get premium"
746
  msgstr "Obtén premium"
747
 
748
+ #: includes/class-yit-plugin-panel.php:865
749
+ msgctxt "Help tab name"
750
+ msgid "Help"
751
+ msgstr "Ayuda"
752
+
753
  #: includes/class-yith-dashboard.php:96
754
  msgctxt "Plugin FW"
755
  msgid "View Changelog"
969
  msgid "Get the premium version"
970
  msgstr "Obtén la versión Premium"
971
 
972
+ #: yit-functions.php:1952
973
  msgctxt "Post action"
974
  msgid "Preview"
975
  msgstr "Previsualizar"
976
 
977
+ #: yit-functions.php:1961
978
  msgctxt "Post action"
979
  msgid "View"
980
  msgstr "Ver"
981
 
982
+ #: yit-functions.php:1972
983
  msgctxt "Post action"
984
  msgid "Edit"
985
  msgstr "Editar"
986
 
987
+ #: yit-functions.php:1980
988
  msgctxt "Post action"
989
  msgid "Duplicate"
990
  msgstr "Duplicar"
991
 
992
+ #: yit-functions.php:1992
993
  msgctxt "Post action"
994
  msgid "Restore"
995
  msgstr "Restaurar"
996
 
997
+ #: yit-functions.php:2000
998
  msgctxt "Post action"
999
  msgid "Trash"
1000
  msgstr "A la papelera"
1001
 
1002
+ #: yit-functions.php:2017
1003
  msgctxt "Post action"
1004
  msgid "Delete Permanently"
1005
  msgstr "Borrar permanentemente"
1006
 
1007
+ #: yit-functions.php:2114
1008
  msgctxt "Term action"
1009
  msgid "View"
1010
  msgstr "Ver"
1011
 
1012
+ #: yit-functions.php:2124
1013
  msgctxt "Term action"
1014
  msgid "Edit"
1015
  msgstr "Editar"
1016
 
1017
+ #: yit-functions.php:2132
1018
  msgctxt "Term action"
1019
  msgid "Duplicate"
1020
  msgstr "Duplicar"
1021
 
1022
+ #: yit-functions.php:2145
1023
  msgctxt "Term action"
1024
  msgid "Delete"
1025
  msgstr "Borrar"
1044
  msgid "Premium version"
1045
  msgstr "Versión premium"
1046
 
1047
+ #: yit-plugin.php:209
1048
  msgctxt "Action links"
1049
  msgid "Settings"
1050
  msgstr "Ajustes"
plugin-fw/languages/yith-plugin-fw-it_IT.po CHANGED
@@ -4,7 +4,7 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: YITH Framework\n"
6
  "Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
7
- "POT-Creation-Date: 2022-04-13 12:14:07+00:00\n"
8
  "PO-Revision-Date: 2022-03-21 13:01:47+0000\n"
9
  "Language: it\n"
10
  "MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
  "X-Generator: GlotPress/3.0.0-alpha.2\n"
15
 
16
- #: includes/class-yit-assets.php:144 yit-functions.php:1980
17
  msgid "Confirm trash"
18
  msgstr "Conferma eliminazione"
19
 
@@ -23,12 +23,12 @@ msgstr "Se sicuro di voler spostare nel cestino gli elementi selezionati?"
23
 
24
  #: includes/class-yit-assets.php:147 includes/class-yit-assets.php:151
25
  #: templates/sysinfo/tabs/main.php:42 templates/sysinfo/tabs/main.php:50
26
- #: yit-functions.php:1982 yit-functions.php:2000
27
  msgid "No"
28
  msgstr "No"
29
 
30
- #: includes/class-yit-assets.php:148 yit-functions.php:1998
31
- #: yit-functions.php:2126
32
  msgid "Confirm delete"
33
  msgstr "Conferma eliminazione"
34
 
@@ -36,8 +36,8 @@ msgstr "Conferma eliminazione"
36
  msgid "Are you sure you want to delete the selected items?"
37
  msgstr "Se sicuro di voler eliminare gli elementi selezionati?"
38
 
39
- #: includes/class-yit-assets.php:149 yit-functions.php:1914
40
- #: yit-functions.php:2074
41
  msgid ""
42
  "This action cannot be undone and you will not be able to recover this data."
43
  msgstr ""
@@ -72,7 +72,7 @@ msgstr "Valore del colore"
72
  msgid "There was an error with your request; please try again later."
73
  msgstr "Si è verificato un errore con la tua richiesta. Riprova più tardi."
74
 
75
- #: includes/class-yit-plugin-panel-woocommerce.php:429
76
  msgid "The changes you have made will be lost if you leave this page."
77
  msgstr "Perderai tutti i cambiamenti effettuati se lasci questa pagina."
78
 
@@ -84,19 +84,19 @@ msgstr "Impostazioni plugin"
84
  msgid "Settings"
85
  msgstr "Impostazioni"
86
 
87
- #: includes/class-yit-plugin-panel.php:454
88
- #: includes/class-yit-plugin-panel.php:457
89
  msgid "How to install premium version"
90
  msgstr "Come installare la versione premium"
91
 
92
- #: includes/class-yit-plugin-panel.php:658
93
- #: includes/class-yit-plugin-subpanel.php:132
94
  msgid "Save Changes"
95
  msgstr "Salva modifiche"
96
 
97
  #: includes/class-yit-plugin-panel.php:663
98
- #: includes/class-yit-plugin-subpanel.php:136
99
- #: templates/panel/woocommerce/woocommerce-form.php:14
100
  msgid ""
101
  "If you continue with this action, you will reset all options in this page."
102
  msgstr ""
@@ -104,71 +104,71 @@ msgstr ""
104
  "reimpostate."
105
 
106
  #: includes/class-yit-plugin-panel.php:663
107
- #: includes/class-yit-plugin-subpanel.php:136
108
- #: templates/panel/woocommerce/woocommerce-form.php:14
109
  msgid "Are you sure?"
110
  msgstr "Sei sicuro?"
111
 
112
  #: includes/class-yit-plugin-panel.php:667
113
- #: includes/class-yit-plugin-subpanel.php:139
114
  msgid "Reset to default"
115
  msgstr "Ripristina configurazione predefinita"
116
 
117
- #: includes/class-yit-plugin-panel.php:1047
118
  msgid ""
119
  "The element you have entered already exists. Please, enter another name."
120
  msgstr "L'elemento inserito esiste già. Per favore, inserisci un altro nome."
121
 
122
- #: includes/class-yit-plugin-panel.php:1048
123
  msgid "Settings saved"
124
  msgstr "Impostazioni salvate"
125
 
126
- #: includes/class-yit-plugin-panel.php:1049
127
  msgid "Settings reset"
128
  msgstr "Impostazioni azzerate"
129
 
130
- #: includes/class-yit-plugin-panel.php:1050
131
  msgid "Element deleted correctly."
132
  msgstr "Elemento rimosso correttamente."
133
 
134
- #: includes/class-yit-plugin-panel.php:1051
135
- #: includes/class-yit-plugin-panel.php:1052
136
  msgid "Element updated correctly."
137
  msgstr "Elemento aggiornato correttamente."
138
 
139
- #: includes/class-yit-plugin-panel.php:1053
140
  msgid "Database imported correctly."
141
  msgstr "Database importato correttamente."
142
 
143
- #: includes/class-yit-plugin-panel.php:1054
144
  msgid "An error has occurred during import. Please try again."
145
  msgstr "Si è verificato un errore durante l'importazione. Prova di nuovo."
146
 
147
- #: includes/class-yit-plugin-panel.php:1055
148
  msgid "The added file is not valid."
149
  msgstr "Il file aggiunto non è valido."
150
 
151
- #: includes/class-yit-plugin-panel.php:1056
152
  msgid "Sorry, import is disabled."
153
  msgstr "Ci dispiace, l'importazione è disabilitata."
154
 
155
- #: includes/class-yit-plugin-panel.php:1057
156
  msgid "Sorting successful."
157
  msgstr "Ordinamento effettuato con successo."
158
 
159
- #: includes/class-yit-plugin-panel.php:1525
160
  msgid "We need your support"
161
  msgstr "Abbiamo bisogno del tuo sostegno"
162
 
163
- #: includes/class-yit-plugin-panel.php:1526
164
  msgid "to keep updating and improving the plugin. Please,"
165
  msgstr "per poter continuare ad aggiornare e migliorare il plugin."
166
 
167
- #: includes/class-yit-plugin-panel.php:1528
168
  msgid "help us by leaving a good review"
169
  msgstr "Puoi darci una mano lasciando una recensione positiva"
170
 
171
- #: includes/class-yit-plugin-panel.php:1529
172
  msgid ":) Thanks!"
173
  msgstr ":) Grazie!"
174
 
@@ -535,16 +535,16 @@ msgstr "Carica"
535
  msgid "Reset"
536
  msgstr "Ripristina"
537
 
538
- #: templates/panel/woocommerce/woocommerce-form.php:28
539
- #: templates/panel/woocommerce/woocommerce-form.php:32
540
  msgid "Save Options"
541
  msgstr "Salva le opzioni"
542
 
543
- #: templates/panel/woocommerce/woocommerce-form.php:32
544
  msgid "Options Saved"
545
  msgstr "Opzioni salvate"
546
 
547
- #: templates/panel/woocommerce/woocommerce-form.php:38
548
  msgid "Reset Defaults"
549
  msgstr "Ripristina impostazioni iniziali"
550
 
@@ -673,20 +673,20 @@ msgid "Data: %1$.2fMB | Index: %2$.2fMB | Free: %3$.2fMB | Engine: %4$s"
673
  msgstr "Dati: %1$.2fMB | Indice: %2$.2fMB | Libero: %3$.2fMB | Engine: %4$s"
674
 
675
  #. translators: %s is the title of the post object.
676
- #: yit-functions.php:1912
677
  msgid "Are you sure you want to move \"%s\" to trash?"
678
  msgstr "Sei sicuro di voler spostare \"%s\" nel cestino?"
679
 
680
  #. translators: %s is the title of the post object.
681
- #: yit-functions.php:1914 yit-functions.php:2074
682
  msgid "Are you sure you want to delete \"%s\"?"
683
  msgstr "Sei sicuro di voler eliminare \"%s\"?"
684
 
685
- #: yit-functions.php:2012 yit-functions.php:2020 yit-functions.php:2137
686
  msgid "Further actions"
687
  msgstr "Altre azioni"
688
 
689
- #: yit-plugin.php:205
690
  msgid "License"
691
  msgstr "Chiave di licenza"
692
 
@@ -715,22 +715,17 @@ msgctxt "Button text"
715
  msgid "Cancel"
716
  msgstr "Annulla"
717
 
718
- #: includes/class-yit-assets.php:146 yit-functions.php:1983
719
  msgctxt "Trash confirmation action"
720
  msgid "Yes, move to trash"
721
  msgstr "Sì, sposta nel cestino"
722
 
723
- #: includes/class-yit-assets.php:150 yit-functions.php:2001
724
- #: yit-functions.php:2128
725
  msgctxt "Delete confirmation action"
726
  msgid "Yes, delete"
727
  msgstr "Sì, elimina"
728
 
729
- #: includes/class-yit-plugin-panel.php:491
730
- msgctxt "Help tab name"
731
- msgid "Help"
732
- msgstr "Help"
733
-
734
  #. translators: 1. Plugin name.
735
  #: includes/class-yit-plugin-panel.php:805
736
  msgctxt "Help tab default title"
@@ -750,6 +745,11 @@ msgctxt "Premium tab name"
750
  msgid "Get premium"
751
  msgstr "Diventa premium"
752
 
 
 
 
 
 
753
  #: includes/class-yith-dashboard.php:96
754
  msgctxt "Plugin FW"
755
  msgid "View Changelog"
@@ -970,57 +970,57 @@ msgctxt "Premium Tab"
970
  msgid "Get the premium version"
971
  msgstr "Ottieni la versione premium"
972
 
973
- #: yit-functions.php:1926
974
  msgctxt "Post action"
975
  msgid "Preview"
976
  msgstr "Anteprima"
977
 
978
- #: yit-functions.php:1935
979
  msgctxt "Post action"
980
  msgid "View"
981
  msgstr "Visualizza"
982
 
983
- #: yit-functions.php:1946
984
  msgctxt "Post action"
985
  msgid "Edit"
986
  msgstr "Modifica"
987
 
988
- #: yit-functions.php:1954
989
  msgctxt "Post action"
990
  msgid "Duplicate"
991
  msgstr "Duplica"
992
 
993
- #: yit-functions.php:1966
994
  msgctxt "Post action"
995
  msgid "Restore"
996
  msgstr "Ripristina"
997
 
998
- #: yit-functions.php:1974
999
  msgctxt "Post action"
1000
  msgid "Trash"
1001
  msgstr "Cestina"
1002
 
1003
- #: yit-functions.php:1991
1004
  msgctxt "Post action"
1005
  msgid "Delete Permanently"
1006
  msgstr "Cancella definitivamente"
1007
 
1008
- #: yit-functions.php:2088
1009
  msgctxt "Term action"
1010
  msgid "View"
1011
  msgstr "Visualizza"
1012
 
1013
- #: yit-functions.php:2098
1014
  msgctxt "Term action"
1015
  msgid "Edit"
1016
  msgstr "Modifica"
1017
 
1018
- #: yit-functions.php:2106
1019
  msgctxt "Term action"
1020
  msgid "Duplicate"
1021
  msgstr "Duplica"
1022
 
1023
- #: yit-functions.php:2119
1024
  msgctxt "Term action"
1025
  msgid "Delete"
1026
  msgstr "Elimina"
@@ -1045,7 +1045,7 @@ msgctxt "Plugin Row Meta"
1045
  msgid "Premium version"
1046
  msgstr "Versione premium"
1047
 
1048
- #: yit-plugin.php:201
1049
  msgctxt "Action links"
1050
  msgid "Settings"
1051
  msgstr "Impostazioni"
4
  msgstr ""
5
  "Project-Id-Version: YITH Framework\n"
6
  "Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
7
+ "POT-Creation-Date: 2022-05-30 07:17:45+00:00\n"
8
  "PO-Revision-Date: 2022-03-21 13:01:47+0000\n"
9
  "Language: it\n"
10
  "MIME-Version: 1.0\n"
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
  "X-Generator: GlotPress/3.0.0-alpha.2\n"
15
 
16
+ #: includes/class-yit-assets.php:144 yit-functions.php:2006
17
  msgid "Confirm trash"
18
  msgstr "Conferma eliminazione"
19
 
23
 
24
  #: includes/class-yit-assets.php:147 includes/class-yit-assets.php:151
25
  #: templates/sysinfo/tabs/main.php:42 templates/sysinfo/tabs/main.php:50
26
+ #: yit-functions.php:2008 yit-functions.php:2026
27
  msgid "No"
28
  msgstr "No"
29
 
30
+ #: includes/class-yit-assets.php:148 yit-functions.php:2024
31
+ #: yit-functions.php:2152
32
  msgid "Confirm delete"
33
  msgstr "Conferma eliminazione"
34
 
36
  msgid "Are you sure you want to delete the selected items?"
37
  msgstr "Se sicuro di voler eliminare gli elementi selezionati?"
38
 
39
+ #: includes/class-yit-assets.php:149 yit-functions.php:1940
40
+ #: yit-functions.php:2100
41
  msgid ""
42
  "This action cannot be undone and you will not be able to recover this data."
43
  msgstr ""
72
  msgid "There was an error with your request; please try again later."
73
  msgstr "Si è verificato un errore con la tua richiesta. Riprova più tardi."
74
 
75
+ #: includes/class-yit-plugin-panel-woocommerce.php:430
76
  msgid "The changes you have made will be lost if you leave this page."
77
  msgstr "Perderai tutti i cambiamenti effettuati se lasci questa pagina."
78
 
84
  msgid "Settings"
85
  msgstr "Impostazioni"
86
 
87
+ #: includes/class-yit-plugin-panel.php:455
88
+ #: includes/class-yit-plugin-panel.php:458
89
  msgid "How to install premium version"
90
  msgstr "Come installare la versione premium"
91
 
92
+ #: includes/class-yit-plugin-panel.php:655
93
+ #: includes/class-yit-plugin-subpanel.php:133
94
  msgid "Save Changes"
95
  msgstr "Salva modifiche"
96
 
97
  #: includes/class-yit-plugin-panel.php:663
98
+ #: includes/class-yit-plugin-subpanel.php:140
99
+ #: templates/panel/woocommerce/woocommerce-form.php:15
100
  msgid ""
101
  "If you continue with this action, you will reset all options in this page."
102
  msgstr ""
104
  "reimpostate."
105
 
106
  #: includes/class-yit-plugin-panel.php:663
107
+ #: includes/class-yit-plugin-subpanel.php:140
108
+ #: templates/panel/woocommerce/woocommerce-form.php:15
109
  msgid "Are you sure?"
110
  msgstr "Sei sicuro?"
111
 
112
  #: includes/class-yit-plugin-panel.php:667
113
+ #: includes/class-yit-plugin-subpanel.php:143
114
  msgid "Reset to default"
115
  msgstr "Ripristina configurazione predefinita"
116
 
117
+ #: includes/class-yit-plugin-panel.php:1059
118
  msgid ""
119
  "The element you have entered already exists. Please, enter another name."
120
  msgstr "L'elemento inserito esiste già. Per favore, inserisci un altro nome."
121
 
122
+ #: includes/class-yit-plugin-panel.php:1060
123
  msgid "Settings saved"
124
  msgstr "Impostazioni salvate"
125
 
126
+ #: includes/class-yit-plugin-panel.php:1061
127
  msgid "Settings reset"
128
  msgstr "Impostazioni azzerate"
129
 
130
+ #: includes/class-yit-plugin-panel.php:1062
131
  msgid "Element deleted correctly."
132
  msgstr "Elemento rimosso correttamente."
133
 
134
+ #: includes/class-yit-plugin-panel.php:1063
135
+ #: includes/class-yit-plugin-panel.php:1064
136
  msgid "Element updated correctly."
137
  msgstr "Elemento aggiornato correttamente."
138
 
139
+ #: includes/class-yit-plugin-panel.php:1065
140
  msgid "Database imported correctly."
141
  msgstr "Database importato correttamente."
142
 
143
+ #: includes/class-yit-plugin-panel.php:1066
144
  msgid "An error has occurred during import. Please try again."
145
  msgstr "Si è verificato un errore durante l'importazione. Prova di nuovo."
146
 
147
+ #: includes/class-yit-plugin-panel.php:1067
148
  msgid "The added file is not valid."
149
  msgstr "Il file aggiunto non è valido."
150
 
151
+ #: includes/class-yit-plugin-panel.php:1068
152
  msgid "Sorry, import is disabled."
153
  msgstr "Ci dispiace, l'importazione è disabilitata."
154
 
155
+ #: includes/class-yit-plugin-panel.php:1069
156
  msgid "Sorting successful."
157
  msgstr "Ordinamento effettuato con successo."
158
 
159
+ #: includes/class-yit-plugin-panel.php:1558
160
  msgid "We need your support"
161
  msgstr "Abbiamo bisogno del tuo sostegno"
162
 
163
+ #: includes/class-yit-plugin-panel.php:1559
164
  msgid "to keep updating and improving the plugin. Please,"
165
  msgstr "per poter continuare ad aggiornare e migliorare il plugin."
166
 
167
+ #: includes/class-yit-plugin-panel.php:1561
168
  msgid "help us by leaving a good review"
169
  msgstr "Puoi darci una mano lasciando una recensione positiva"
170
 
171
+ #: includes/class-yit-plugin-panel.php:1562
172
  msgid ":) Thanks!"
173
  msgstr ":) Grazie!"
174
 
535
  msgid "Reset"
536
  msgstr "Ripristina"
537
 
538
+ #: templates/panel/woocommerce/woocommerce-form.php:29
539
+ #: templates/panel/woocommerce/woocommerce-form.php:33
540
  msgid "Save Options"
541
  msgstr "Salva le opzioni"
542
 
543
+ #: templates/panel/woocommerce/woocommerce-form.php:33
544
  msgid "Options Saved"
545
  msgstr "Opzioni salvate"
546
 
547
+ #: templates/panel/woocommerce/woocommerce-form.php:43
548
  msgid "Reset Defaults"
549
  msgstr "Ripristina impostazioni iniziali"
550
 
673
  msgstr "Dati: %1$.2fMB | Indice: %2$.2fMB | Libero: %3$.2fMB | Engine: %4$s"
674
 
675
  #. translators: %s is the title of the post object.
676
+ #: yit-functions.php:1938
677
  msgid "Are you sure you want to move \"%s\" to trash?"
678
  msgstr "Sei sicuro di voler spostare \"%s\" nel cestino?"
679
 
680
  #. translators: %s is the title of the post object.
681
+ #: yit-functions.php:1940 yit-functions.php:2100
682
  msgid "Are you sure you want to delete \"%s\"?"
683
  msgstr "Sei sicuro di voler eliminare \"%s\"?"
684
 
685
+ #: yit-functions.php:2038 yit-functions.php:2046 yit-functions.php:2163
686
  msgid "Further actions"
687
  msgstr "Altre azioni"
688
 
689
+ #: yit-plugin.php:213
690
  msgid "License"
691
  msgstr "Chiave di licenza"
692
 
715
  msgid "Cancel"
716
  msgstr "Annulla"
717
 
718
+ #: includes/class-yit-assets.php:146 yit-functions.php:2009
719
  msgctxt "Trash confirmation action"
720
  msgid "Yes, move to trash"
721
  msgstr "Sì, sposta nel cestino"
722
 
723
+ #: includes/class-yit-assets.php:150 yit-functions.php:2027
724
+ #: yit-functions.php:2154
725
  msgctxt "Delete confirmation action"
726
  msgid "Yes, delete"
727
  msgstr "Sì, elimina"
728
 
 
 
 
 
 
729
  #. translators: 1. Plugin name.
730
  #: includes/class-yit-plugin-panel.php:805
731
  msgctxt "Help tab default title"
745
  msgid "Get premium"
746
  msgstr "Diventa premium"
747
 
748
+ #: includes/class-yit-plugin-panel.php:865
749
+ msgctxt "Help tab name"
750
+ msgid "Help"
751
+ msgstr "Help"
752
+
753
  #: includes/class-yith-dashboard.php:96
754
  msgctxt "Plugin FW"
755
  msgid "View Changelog"
970
  msgid "Get the premium version"
971
  msgstr "Ottieni la versione premium"
972
 
973
+ #: yit-functions.php:1952
974
  msgctxt "Post action"
975
  msgid "Preview"
976
  msgstr "Anteprima"
977
 
978
+ #: yit-functions.php:1961
979
  msgctxt "Post action"
980
  msgid "View"
981
  msgstr "Visualizza"
982
 
983
+ #: yit-functions.php:1972
984
  msgctxt "Post action"
985
  msgid "Edit"
986
  msgstr "Modifica"
987
 
988
+ #: yit-functions.php:1980
989
  msgctxt "Post action"
990
  msgid "Duplicate"
991
  msgstr "Duplica"
992
 
993
+ #: yit-functions.php:1992
994
  msgctxt "Post action"
995
  msgid "Restore"
996
  msgstr "Ripristina"
997
 
998
+ #: yit-functions.php:2000
999
  msgctxt "Post action"
1000
  msgid "Trash"
1001
  msgstr "Cestina"
1002
 
1003
+ #: yit-functions.php:2017
1004
  msgctxt "Post action"
1005
  msgid "Delete Permanently"
1006
  msgstr "Cancella definitivamente"
1007
 
1008
+ #: yit-functions.php:2114
1009
  msgctxt "Term action"
1010
  msgid "View"
1011
  msgstr "Visualizza"
1012
 
1013
+ #: yit-functions.php:2124
1014
  msgctxt "Term action"
1015
  msgid "Edit"
1016
  msgstr "Modifica"
1017
 
1018
+ #: yit-functions.php:2132
1019
  msgctxt "Term action"
1020
  msgid "Duplicate"
1021
  msgstr "Duplica"
1022
 
1023
+ #: yit-functions.php:2145
1024
  msgctxt "Term action"
1025
  msgid "Delete"
1026
  msgstr "Elimina"
1045
  msgid "Premium version"
1046
  msgstr "Versione premium"
1047
 
1048
+ #: yit-plugin.php:209
1049
  msgctxt "Action links"
1050
  msgid "Settings"
1051
  msgstr "Impostazioni"
plugin-fw/languages/yith-plugin-fw-nl_NL.po CHANGED
@@ -4,7 +4,7 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: YITH Framework\n"
6
  "Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
7
- "POT-Creation-Date: 2022-04-13 12:14:07+00:00\n"
8
  "PO-Revision-Date: 2021-12-13 12:45:02+0000\n"
9
  "Language: nl\n"
10
  "MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
  "X-Generator: GlotPress/3.0.0-alpha.2\n"
15
 
16
- #: includes/class-yit-assets.php:144 yit-functions.php:1980
17
  msgid "Confirm trash"
18
  msgstr "Verplaatsen naar prullenbak bevestigen"
19
 
@@ -25,12 +25,12 @@ msgstr ""
25
 
26
  #: includes/class-yit-assets.php:147 includes/class-yit-assets.php:151
27
  #: templates/sysinfo/tabs/main.php:42 templates/sysinfo/tabs/main.php:50
28
- #: yit-functions.php:1982 yit-functions.php:2000
29
  msgid "No"
30
  msgstr "Nee"
31
 
32
- #: includes/class-yit-assets.php:148 yit-functions.php:1998
33
- #: yit-functions.php:2126
34
  msgid "Confirm delete"
35
  msgstr "Verwijderen bevestigen"
36
 
@@ -38,8 +38,8 @@ msgstr "Verwijderen bevestigen"
38
  msgid "Are you sure you want to delete the selected items?"
39
  msgstr "Weet je zeker dat je de geselecteerde items wilt verwijderen?"
40
 
41
- #: includes/class-yit-assets.php:149 yit-functions.php:1914
42
- #: yit-functions.php:2074
43
  msgid ""
44
  "This action cannot be undone and you will not be able to recover this data."
45
  msgstr ""
@@ -75,7 +75,7 @@ msgid "There was an error with your request; please try again later."
75
  msgstr ""
76
  "Er is een fout opgetreden met je verzoek, probeer het later opnieuw a.u.b."
77
 
78
- #: includes/class-yit-plugin-panel-woocommerce.php:429
79
  msgid "The changes you have made will be lost if you leave this page."
80
  msgstr "Als je deze pagina verlaat zullen alle wijzigingen verloren gaan."
81
 
@@ -87,90 +87,90 @@ msgstr "Plugin instellingen"
87
  msgid "Settings"
88
  msgstr "Instellingen"
89
 
90
- #: includes/class-yit-plugin-panel.php:454
91
- #: includes/class-yit-plugin-panel.php:457
92
  msgid "How to install premium version"
93
  msgstr "Hoe installeer ik de premium versie"
94
 
95
- #: includes/class-yit-plugin-panel.php:658
96
- #: includes/class-yit-plugin-subpanel.php:132
97
  msgid "Save Changes"
98
  msgstr "Wijzigingen opslaan"
99
 
100
  #: includes/class-yit-plugin-panel.php:663
101
- #: includes/class-yit-plugin-subpanel.php:136
102
- #: templates/panel/woocommerce/woocommerce-form.php:14
103
  msgid ""
104
  "If you continue with this action, you will reset all options in this page."
105
  msgstr ""
106
  "Als je doorgaat met deze actie, zal je alle opties op deze pagina resetten."
107
 
108
  #: includes/class-yit-plugin-panel.php:663
109
- #: includes/class-yit-plugin-subpanel.php:136
110
- #: templates/panel/woocommerce/woocommerce-form.php:14
111
  msgid "Are you sure?"
112
  msgstr "Weet je het zeker?"
113
 
114
  #: includes/class-yit-plugin-panel.php:667
115
- #: includes/class-yit-plugin-subpanel.php:139
116
  msgid "Reset to default"
117
  msgstr "Resetten naar standaard"
118
 
119
- #: includes/class-yit-plugin-panel.php:1047
120
  msgid ""
121
  "The element you have entered already exists. Please, enter another name."
122
  msgstr "Het element dat je hebt ingevoerd bestaat al. Voer een andere naam in."
123
 
124
- #: includes/class-yit-plugin-panel.php:1048
125
  msgid "Settings saved"
126
  msgstr "Instellingen opgeslagen"
127
 
128
- #: includes/class-yit-plugin-panel.php:1049
129
  msgid "Settings reset"
130
  msgstr "Instellingen resetten"
131
 
132
- #: includes/class-yit-plugin-panel.php:1050
133
  msgid "Element deleted correctly."
134
  msgstr "Element juist verwijderd."
135
 
136
- #: includes/class-yit-plugin-panel.php:1051
137
- #: includes/class-yit-plugin-panel.php:1052
138
  msgid "Element updated correctly."
139
  msgstr "Element juist geüpdatet."
140
 
141
- #: includes/class-yit-plugin-panel.php:1053
142
  msgid "Database imported correctly."
143
  msgstr "Database juist geïmporteerd."
144
 
145
- #: includes/class-yit-plugin-panel.php:1054
146
  msgid "An error has occurred during import. Please try again."
147
  msgstr "Er is een fout opgetreden tijdens importeren. Probeer opnieuw."
148
 
149
- #: includes/class-yit-plugin-panel.php:1055
150
  msgid "The added file is not valid."
151
  msgstr "Het toegevoegde bestand is niet geldig."
152
 
153
- #: includes/class-yit-plugin-panel.php:1056
154
  msgid "Sorry, import is disabled."
155
  msgstr "Sorry, importeren is uitgeschakeld."
156
 
157
- #: includes/class-yit-plugin-panel.php:1057
158
  msgid "Sorting successful."
159
  msgstr "Succesvol gesorteerd."
160
 
161
- #: includes/class-yit-plugin-panel.php:1525
162
  msgid "We need your support"
163
  msgstr "We hebben je hulp nodig"
164
 
165
- #: includes/class-yit-plugin-panel.php:1526
166
  msgid "to keep updating and improving the plugin. Please,"
167
  msgstr "om de plugin te blijven bijwerken en verbeteren. A.u.b.,"
168
 
169
- #: includes/class-yit-plugin-panel.php:1528
170
  msgid "help us by leaving a good review"
171
  msgstr "help ons door een goede beoordeling achter te laten"
172
 
173
- #: includes/class-yit-plugin-panel.php:1529
174
  msgid ":) Thanks!"
175
  msgstr ":) Bedankt!"
176
 
@@ -536,16 +536,16 @@ msgstr "Upload"
536
  msgid "Reset"
537
  msgstr "Resetten"
538
 
539
- #: templates/panel/woocommerce/woocommerce-form.php:28
540
- #: templates/panel/woocommerce/woocommerce-form.php:32
541
  msgid "Save Options"
542
  msgstr "Opties opslaan"
543
 
544
- #: templates/panel/woocommerce/woocommerce-form.php:32
545
  msgid "Options Saved"
546
  msgstr "Opties opgeslagen"
547
 
548
- #: templates/panel/woocommerce/woocommerce-form.php:38
549
  msgid "Reset Defaults"
550
  msgstr "Reset Standaard instellingen"
551
 
@@ -673,20 +673,20 @@ msgid "Data: %1$.2fMB | Index: %2$.2fMB | Free: %3$.2fMB | Engine: %4$s"
673
  msgstr "Data: %1$.2fMB | Index: %2$.2fMB | Free: %3$.2fMB | Engine: %4$s"
674
 
675
  #. translators: %s is the title of the post object.
676
- #: yit-functions.php:1912
677
  msgid "Are you sure you want to move \"%s\" to trash?"
678
  msgstr "Weet je zeker dat je \"%s\" naar de prullenbak wilt verplaatsen?"
679
 
680
  #. translators: %s is the title of the post object.
681
- #: yit-functions.php:1914 yit-functions.php:2074
682
  msgid "Are you sure you want to delete \"%s\"?"
683
  msgstr "Weet je zeker dat je \"%s\" wilt verwijderen?"
684
 
685
- #: yit-functions.php:2012 yit-functions.php:2020 yit-functions.php:2137
686
  msgid "Further actions"
687
  msgstr "Verdere acties"
688
 
689
- #: yit-plugin.php:205
690
  msgid "License"
691
  msgstr "Licentie"
692
 
@@ -715,22 +715,17 @@ msgctxt "Button text"
715
  msgid "Cancel"
716
  msgstr "Annuleren"
717
 
718
- #: includes/class-yit-assets.php:146 yit-functions.php:1983
719
  msgctxt "Trash confirmation action"
720
  msgid "Yes, move to trash"
721
  msgstr "Ja, verplaatsen naar prullenbak"
722
 
723
- #: includes/class-yit-assets.php:150 yit-functions.php:2001
724
- #: yit-functions.php:2128
725
  msgctxt "Delete confirmation action"
726
  msgid "Yes, delete"
727
  msgstr "Ja, verwijderen"
728
 
729
- #: includes/class-yit-plugin-panel.php:491
730
- msgctxt "Help tab name"
731
- msgid "Help"
732
- msgstr "Help"
733
-
734
  #. translators: 1. Plugin name.
735
  #: includes/class-yit-plugin-panel.php:805
736
  msgctxt "Help tab default title"
@@ -748,6 +743,11 @@ msgctxt "Premium tab name"
748
  msgid "Get premium"
749
  msgstr "Neem premium"
750
 
 
 
 
 
 
751
  #: includes/class-yith-dashboard.php:96
752
  msgctxt "Plugin FW"
753
  msgid "View Changelog"
@@ -964,57 +964,57 @@ msgctxt "Premium Tab"
964
  msgid "Get the premium version"
965
  msgstr "Krijg de premium versie"
966
 
967
- #: yit-functions.php:1926
968
  msgctxt "Post action"
969
  msgid "Preview"
970
  msgstr "Voorbeeld"
971
 
972
- #: yit-functions.php:1935
973
  msgctxt "Post action"
974
  msgid "View"
975
  msgstr "Bekijken"
976
 
977
- #: yit-functions.php:1946
978
  msgctxt "Post action"
979
  msgid "Edit"
980
  msgstr "Bewerken"
981
 
982
- #: yit-functions.php:1954
983
  msgctxt "Post action"
984
  msgid "Duplicate"
985
  msgstr "Dupliceren"
986
 
987
- #: yit-functions.php:1966
988
  msgctxt "Post action"
989
  msgid "Restore"
990
  msgstr "Herstellen"
991
 
992
- #: yit-functions.php:1974
993
  msgctxt "Post action"
994
  msgid "Trash"
995
  msgstr "Prullenbak"
996
 
997
- #: yit-functions.php:1991
998
  msgctxt "Post action"
999
  msgid "Delete Permanently"
1000
  msgstr "Permanent verijwderen"
1001
 
1002
- #: yit-functions.php:2088
1003
  msgctxt "Term action"
1004
  msgid "View"
1005
  msgstr "Bekijken"
1006
 
1007
- #: yit-functions.php:2098
1008
  msgctxt "Term action"
1009
  msgid "Edit"
1010
  msgstr "Bewerken"
1011
 
1012
- #: yit-functions.php:2106
1013
  msgctxt "Term action"
1014
  msgid "Duplicate"
1015
  msgstr "Dupliceren"
1016
 
1017
- #: yit-functions.php:2119
1018
  msgctxt "Term action"
1019
  msgid "Delete"
1020
  msgstr "Verwijderen"
@@ -1039,7 +1039,7 @@ msgctxt "Plugin Row Meta"
1039
  msgid "Premium version"
1040
  msgstr "Premium versie"
1041
 
1042
- #: yit-plugin.php:201
1043
  msgctxt "Action links"
1044
  msgid "Settings"
1045
  msgstr "Instellingen"
4
  msgstr ""
5
  "Project-Id-Version: YITH Framework\n"
6
  "Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
7
+ "POT-Creation-Date: 2022-05-30 07:17:45+00:00\n"
8
  "PO-Revision-Date: 2021-12-13 12:45:02+0000\n"
9
  "Language: nl\n"
10
  "MIME-Version: 1.0\n"
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
  "X-Generator: GlotPress/3.0.0-alpha.2\n"
15
 
16
+ #: includes/class-yit-assets.php:144 yit-functions.php:2006
17
  msgid "Confirm trash"
18
  msgstr "Verplaatsen naar prullenbak bevestigen"
19
 
25
 
26
  #: includes/class-yit-assets.php:147 includes/class-yit-assets.php:151
27
  #: templates/sysinfo/tabs/main.php:42 templates/sysinfo/tabs/main.php:50
28
+ #: yit-functions.php:2008 yit-functions.php:2026
29
  msgid "No"
30
  msgstr "Nee"
31
 
32
+ #: includes/class-yit-assets.php:148 yit-functions.php:2024
33
+ #: yit-functions.php:2152
34
  msgid "Confirm delete"
35
  msgstr "Verwijderen bevestigen"
36
 
38
  msgid "Are you sure you want to delete the selected items?"
39
  msgstr "Weet je zeker dat je de geselecteerde items wilt verwijderen?"
40
 
41
+ #: includes/class-yit-assets.php:149 yit-functions.php:1940
42
+ #: yit-functions.php:2100
43
  msgid ""
44
  "This action cannot be undone and you will not be able to recover this data."
45
  msgstr ""
75
  msgstr ""
76
  "Er is een fout opgetreden met je verzoek, probeer het later opnieuw a.u.b."
77
 
78
+ #: includes/class-yit-plugin-panel-woocommerce.php:430
79
  msgid "The changes you have made will be lost if you leave this page."
80
  msgstr "Als je deze pagina verlaat zullen alle wijzigingen verloren gaan."
81
 
87
  msgid "Settings"
88
  msgstr "Instellingen"
89
 
90
+ #: includes/class-yit-plugin-panel.php:455
91
+ #: includes/class-yit-plugin-panel.php:458
92
  msgid "How to install premium version"
93
  msgstr "Hoe installeer ik de premium versie"
94
 
95
+ #: includes/class-yit-plugin-panel.php:655
96
+ #: includes/class-yit-plugin-subpanel.php:133
97
  msgid "Save Changes"
98
  msgstr "Wijzigingen opslaan"
99
 
100
  #: includes/class-yit-plugin-panel.php:663
101
+ #: includes/class-yit-plugin-subpanel.php:140
102
+ #: templates/panel/woocommerce/woocommerce-form.php:15
103
  msgid ""
104
  "If you continue with this action, you will reset all options in this page."
105
  msgstr ""
106
  "Als je doorgaat met deze actie, zal je alle opties op deze pagina resetten."
107
 
108
  #: includes/class-yit-plugin-panel.php:663
109
+ #: includes/class-yit-plugin-subpanel.php:140
110
+ #: templates/panel/woocommerce/woocommerce-form.php:15
111
  msgid "Are you sure?"
112
  msgstr "Weet je het zeker?"
113
 
114
  #: includes/class-yit-plugin-panel.php:667
115
+ #: includes/class-yit-plugin-subpanel.php:143
116
  msgid "Reset to default"
117
  msgstr "Resetten naar standaard"
118
 
119
+ #: includes/class-yit-plugin-panel.php:1059
120
  msgid ""
121
  "The element you have entered already exists. Please, enter another name."
122
  msgstr "Het element dat je hebt ingevoerd bestaat al. Voer een andere naam in."
123
 
124
+ #: includes/class-yit-plugin-panel.php:1060
125
  msgid "Settings saved"
126
  msgstr "Instellingen opgeslagen"
127
 
128
+ #: includes/class-yit-plugin-panel.php:1061
129
  msgid "Settings reset"
130
  msgstr "Instellingen resetten"
131
 
132
+ #: includes/class-yit-plugin-panel.php:1062
133
  msgid "Element deleted correctly."
134
  msgstr "Element juist verwijderd."
135
 
136
+ #: includes/class-yit-plugin-panel.php:1063
137
+ #: includes/class-yit-plugin-panel.php:1064
138
  msgid "Element updated correctly."
139
  msgstr "Element juist geüpdatet."
140
 
141
+ #: includes/class-yit-plugin-panel.php:1065
142
  msgid "Database imported correctly."
143
  msgstr "Database juist geïmporteerd."
144
 
145
+ #: includes/class-yit-plugin-panel.php:1066
146
  msgid "An error has occurred during import. Please try again."
147
  msgstr "Er is een fout opgetreden tijdens importeren. Probeer opnieuw."
148
 
149
+ #: includes/class-yit-plugin-panel.php:1067
150
  msgid "The added file is not valid."
151
  msgstr "Het toegevoegde bestand is niet geldig."
152
 
153
+ #: includes/class-yit-plugin-panel.php:1068
154
  msgid "Sorry, import is disabled."
155
  msgstr "Sorry, importeren is uitgeschakeld."
156
 
157
+ #: includes/class-yit-plugin-panel.php:1069
158
  msgid "Sorting successful."
159
  msgstr "Succesvol gesorteerd."
160
 
161
+ #: includes/class-yit-plugin-panel.php:1558
162
  msgid "We need your support"
163
  msgstr "We hebben je hulp nodig"
164
 
165
+ #: includes/class-yit-plugin-panel.php:1559
166
  msgid "to keep updating and improving the plugin. Please,"
167
  msgstr "om de plugin te blijven bijwerken en verbeteren. A.u.b.,"
168
 
169
+ #: includes/class-yit-plugin-panel.php:1561
170
  msgid "help us by leaving a good review"
171
  msgstr "help ons door een goede beoordeling achter te laten"
172
 
173
+ #: includes/class-yit-plugin-panel.php:1562
174
  msgid ":) Thanks!"
175
  msgstr ":) Bedankt!"
176
 
536
  msgid "Reset"
537
  msgstr "Resetten"
538
 
539
+ #: templates/panel/woocommerce/woocommerce-form.php:29
540
+ #: templates/panel/woocommerce/woocommerce-form.php:33
541
  msgid "Save Options"
542
  msgstr "Opties opslaan"
543
 
544
+ #: templates/panel/woocommerce/woocommerce-form.php:33
545
  msgid "Options Saved"
546
  msgstr "Opties opgeslagen"
547
 
548
+ #: templates/panel/woocommerce/woocommerce-form.php:43
549
  msgid "Reset Defaults"
550
  msgstr "Reset Standaard instellingen"
551
 
673
  msgstr "Data: %1$.2fMB | Index: %2$.2fMB | Free: %3$.2fMB | Engine: %4$s"
674
 
675
  #. translators: %s is the title of the post object.
676
+ #: yit-functions.php:1938
677
  msgid "Are you sure you want to move \"%s\" to trash?"
678
  msgstr "Weet je zeker dat je \"%s\" naar de prullenbak wilt verplaatsen?"
679
 
680
  #. translators: %s is the title of the post object.
681
+ #: yit-functions.php:1940 yit-functions.php:2100
682
  msgid "Are you sure you want to delete \"%s\"?"
683
  msgstr "Weet je zeker dat je \"%s\" wilt verwijderen?"
684
 
685
+ #: yit-functions.php:2038 yit-functions.php:2046 yit-functions.php:2163
686
  msgid "Further actions"
687
  msgstr "Verdere acties"
688
 
689
+ #: yit-plugin.php:213
690
  msgid "License"
691
  msgstr "Licentie"
692
 
715
  msgid "Cancel"
716
  msgstr "Annuleren"
717
 
718
+ #: includes/class-yit-assets.php:146 yit-functions.php:2009
719
  msgctxt "Trash confirmation action"
720
  msgid "Yes, move to trash"
721
  msgstr "Ja, verplaatsen naar prullenbak"
722
 
723
+ #: includes/class-yit-assets.php:150 yit-functions.php:2027
724
+ #: yit-functions.php:2154
725
  msgctxt "Delete confirmation action"
726
  msgid "Yes, delete"
727
  msgstr "Ja, verwijderen"
728
 
 
 
 
 
 
729
  #. translators: 1. Plugin name.
730
  #: includes/class-yit-plugin-panel.php:805
731
  msgctxt "Help tab default title"
743
  msgid "Get premium"
744
  msgstr "Neem premium"
745
 
746
+ #: includes/class-yit-plugin-panel.php:865
747
+ msgctxt "Help tab name"
748
+ msgid "Help"
749
+ msgstr "Help"
750
+
751
  #: includes/class-yith-dashboard.php:96
752
  msgctxt "Plugin FW"
753
  msgid "View Changelog"
964
  msgid "Get the premium version"
965
  msgstr "Krijg de premium versie"
966
 
967
+ #: yit-functions.php:1952
968
  msgctxt "Post action"
969
  msgid "Preview"
970
  msgstr "Voorbeeld"
971
 
972
+ #: yit-functions.php:1961
973
  msgctxt "Post action"
974
  msgid "View"
975
  msgstr "Bekijken"
976
 
977
+ #: yit-functions.php:1972
978
  msgctxt "Post action"
979
  msgid "Edit"
980
  msgstr "Bewerken"
981
 
982
+ #: yit-functions.php:1980
983
  msgctxt "Post action"
984
  msgid "Duplicate"
985
  msgstr "Dupliceren"
986
 
987
+ #: yit-functions.php:1992
988
  msgctxt "Post action"
989
  msgid "Restore"
990
  msgstr "Herstellen"
991
 
992
+ #: yit-functions.php:2000
993
  msgctxt "Post action"
994
  msgid "Trash"
995
  msgstr "Prullenbak"
996
 
997
+ #: yit-functions.php:2017
998
  msgctxt "Post action"
999
  msgid "Delete Permanently"
1000
  msgstr "Permanent verijwderen"
1001
 
1002
+ #: yit-functions.php:2114
1003
  msgctxt "Term action"
1004
  msgid "View"
1005
  msgstr "Bekijken"
1006
 
1007
+ #: yit-functions.php:2124
1008
  msgctxt "Term action"
1009
  msgid "Edit"
1010
  msgstr "Bewerken"
1011
 
1012
+ #: yit-functions.php:2132
1013
  msgctxt "Term action"
1014
  msgid "Duplicate"
1015
  msgstr "Dupliceren"
1016
 
1017
+ #: yit-functions.php:2145
1018
  msgctxt "Term action"
1019
  msgid "Delete"
1020
  msgstr "Verwijderen"
1039
  msgid "Premium version"
1040
  msgstr "Premium versie"
1041
 
1042
+ #: yit-plugin.php:209
1043
  msgctxt "Action links"
1044
  msgid "Settings"
1045
  msgstr "Instellingen"
plugin-fw/languages/yith-plugin-fw-ru_RU.po CHANGED
@@ -4,7 +4,7 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: YITH Framework\n"
6
  "Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
7
- "POT-Creation-Date: 2022-04-13 12:14:07+00:00\n"
8
  "PO-Revision-Date: 2022-04-05 17:22:32+0000\n"
9
  "Language: ru\n"
10
  "MIME-Version: 1.0\n"
@@ -14,7 +14,7 @@ msgstr ""
14
  "10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);\n"
15
  "X-Generator: GlotPress/3.0.0-alpha.2\n"
16
 
17
- #: includes/class-yit-assets.php:144 yit-functions.php:1980
18
  msgid "Confirm trash"
19
  msgstr "Подтвердить корзину"
20
 
@@ -24,12 +24,12 @@ msgstr "Вы уверены, что хотите переместить в ко
24
 
25
  #: includes/class-yit-assets.php:147 includes/class-yit-assets.php:151
26
  #: templates/sysinfo/tabs/main.php:42 templates/sysinfo/tabs/main.php:50
27
- #: yit-functions.php:1982 yit-functions.php:2000
28
  msgid "No"
29
  msgstr "Нет"
30
 
31
- #: includes/class-yit-assets.php:148 yit-functions.php:1998
32
- #: yit-functions.php:2126
33
  msgid "Confirm delete"
34
  msgstr "Подтвердите удаление"
35
 
@@ -37,8 +37,8 @@ msgstr "Подтвердите удаление"
37
  msgid "Are you sure you want to delete the selected items?"
38
  msgstr "Вы уверены, что хотите удалить выбранные элементы?"
39
 
40
- #: includes/class-yit-assets.php:149 yit-functions.php:1914
41
- #: yit-functions.php:2074
42
  msgid ""
43
  "This action cannot be undone and you will not be able to recover this data."
44
  msgstr "Это действие нельзя отменить, и вы не сможете восстановить эти данные."
@@ -73,7 +73,7 @@ msgstr ""
73
  "При выполнении вашего запроса произошла ошибка; пожалуйста, повторите "
74
  "попытку позже."
75
 
76
- #: includes/class-yit-plugin-panel-woocommerce.php:429
77
  msgid "The changes you have made will be lost if you leave this page."
78
  msgstr ""
79
  "Внесенные вами изменения будут потеряны, если вы покинете эту страницу."
@@ -86,90 +86,90 @@ msgstr "Настройки Плагина"
86
  msgid "Settings"
87
  msgstr "Настройки"
88
 
89
- #: includes/class-yit-plugin-panel.php:454
90
- #: includes/class-yit-plugin-panel.php:457
91
  msgid "How to install premium version"
92
  msgstr "Как установить премиум версию"
93
 
94
- #: includes/class-yit-plugin-panel.php:658
95
- #: includes/class-yit-plugin-subpanel.php:132
96
  msgid "Save Changes"
97
  msgstr "Сохранить Изменения"
98
 
99
  #: includes/class-yit-plugin-panel.php:663
100
- #: includes/class-yit-plugin-subpanel.php:136
101
- #: templates/panel/woocommerce/woocommerce-form.php:14
102
  msgid ""
103
  "If you continue with this action, you will reset all options in this page."
104
  msgstr ""
105
  "Если вы продолжите это действие, вы сбросите все параметры на этой странице."
106
 
107
  #: includes/class-yit-plugin-panel.php:663
108
- #: includes/class-yit-plugin-subpanel.php:136
109
- #: templates/panel/woocommerce/woocommerce-form.php:14
110
  msgid "Are you sure?"
111
  msgstr "Вы уверены?"
112
 
113
  #: includes/class-yit-plugin-panel.php:667
114
- #: includes/class-yit-plugin-subpanel.php:139
115
  msgid "Reset to default"
116
  msgstr "Сброс до заводских настроек"
117
 
118
- #: includes/class-yit-plugin-panel.php:1047
119
  msgid ""
120
  "The element you have entered already exists. Please, enter another name."
121
  msgstr "Введенный вами элемент уже существует. Пожалуйста, введите другое имя."
122
 
123
- #: includes/class-yit-plugin-panel.php:1048
124
  msgid "Settings saved"
125
  msgstr "Настройки сохранены"
126
 
127
- #: includes/class-yit-plugin-panel.php:1049
128
  msgid "Settings reset"
129
  msgstr "Сбросить настройки"
130
 
131
- #: includes/class-yit-plugin-panel.php:1050
132
  msgid "Element deleted correctly."
133
  msgstr "Элемент удален правильно."
134
 
135
- #: includes/class-yit-plugin-panel.php:1051
136
- #: includes/class-yit-plugin-panel.php:1052
137
  msgid "Element updated correctly."
138
  msgstr "Элемент обновлен правильно."
139
 
140
- #: includes/class-yit-plugin-panel.php:1053
141
  msgid "Database imported correctly."
142
  msgstr "База данных импортирована правильно."
143
 
144
- #: includes/class-yit-plugin-panel.php:1054
145
  msgid "An error has occurred during import. Please try again."
146
  msgstr "Во время импорта произошла ошибка. Пожалуйста, попробуйте еще раз."
147
 
148
- #: includes/class-yit-plugin-panel.php:1055
149
  msgid "The added file is not valid."
150
  msgstr "Добавленный файл недействителен."
151
 
152
- #: includes/class-yit-plugin-panel.php:1056
153
  msgid "Sorry, import is disabled."
154
  msgstr "Извините, импорт отключен."
155
 
156
- #: includes/class-yit-plugin-panel.php:1057
157
  msgid "Sorting successful."
158
  msgstr "Сортировка выполнена успешно."
159
 
160
- #: includes/class-yit-plugin-panel.php:1525
161
  msgid "We need your support"
162
  msgstr "Нам нужна ваша поддержка"
163
 
164
- #: includes/class-yit-plugin-panel.php:1526
165
  msgid "to keep updating and improving the plugin. Please,"
166
  msgstr "чтобы продолжать обновлять и улучшать плагин. Пожалуйста,"
167
 
168
- #: includes/class-yit-plugin-panel.php:1528
169
  msgid "help us by leaving a good review"
170
  msgstr "помогите нам, оставив хороший отзыв"
171
 
172
- #: includes/class-yit-plugin-panel.php:1529
173
  msgid ":) Thanks!"
174
  msgstr ":) Благодарим!"
175
 
@@ -535,16 +535,16 @@ msgstr "Загрузить"
535
  msgid "Reset"
536
  msgstr "Сброс"
537
 
538
- #: templates/panel/woocommerce/woocommerce-form.php:28
539
- #: templates/panel/woocommerce/woocommerce-form.php:32
540
  msgid "Save Options"
541
  msgstr "Сохранить Настройки"
542
 
543
- #: templates/panel/woocommerce/woocommerce-form.php:32
544
  msgid "Options Saved"
545
  msgstr "Настройки Сохранены"
546
 
547
- #: templates/panel/woocommerce/woocommerce-form.php:38
548
  msgid "Reset Defaults"
549
  msgstr "Сброс до настроек по умолчанию"
550
 
@@ -672,20 +672,20 @@ msgstr ""
672
  "Данные: %1$.2fMB | Индекс: %2$.2fMB | Свободно: %3$.2fMB | Движок: %4$s"
673
 
674
  #. translators: %s is the title of the post object.
675
- #: yit-functions.php:1912
676
  msgid "Are you sure you want to move \"%s\" to trash?"
677
  msgstr "Вы уверены, что хотите переместить в корзину \"%s\"?"
678
 
679
  #. translators: %s is the title of the post object.
680
- #: yit-functions.php:1914 yit-functions.php:2074
681
  msgid "Are you sure you want to delete \"%s\"?"
682
  msgstr "Вы уверены, что хотите удалить \"%s\"?"
683
 
684
- #: yit-functions.php:2012 yit-functions.php:2020 yit-functions.php:2137
685
  msgid "Further actions"
686
  msgstr "Дальнейшие действия"
687
 
688
- #: yit-plugin.php:205
689
  msgid "License"
690
  msgstr "Лицензия"
691
 
@@ -714,22 +714,17 @@ msgctxt "Button text"
714
  msgid "Cancel"
715
  msgstr "Отмена"
716
 
717
- #: includes/class-yit-assets.php:146 yit-functions.php:1983
718
  msgctxt "Trash confirmation action"
719
  msgid "Yes, move to trash"
720
  msgstr "Да, удалить в корзину"
721
 
722
- #: includes/class-yit-assets.php:150 yit-functions.php:2001
723
- #: yit-functions.php:2128
724
  msgctxt "Delete confirmation action"
725
  msgid "Yes, delete"
726
  msgstr "Да, удалить"
727
 
728
- #: includes/class-yit-plugin-panel.php:491
729
- msgctxt "Help tab name"
730
- msgid "Help"
731
- msgstr "Помощь"
732
-
733
  #. translators: 1. Plugin name.
734
  #: includes/class-yit-plugin-panel.php:805
735
  msgctxt "Help tab default title"
@@ -749,6 +744,11 @@ msgctxt "Premium tab name"
749
  msgid "Get premium"
750
  msgstr "Получите премиум"
751
 
 
 
 
 
 
752
  #: includes/class-yith-dashboard.php:96
753
  msgctxt "Plugin FW"
754
  msgid "View Changelog"
@@ -969,57 +969,57 @@ msgctxt "Premium Tab"
969
  msgid "Get the premium version"
970
  msgstr "Получите премиум-версию"
971
 
972
- #: yit-functions.php:1926
973
  msgctxt "Post action"
974
  msgid "Preview"
975
  msgstr "Предварительный просмотр"
976
 
977
- #: yit-functions.php:1935
978
  msgctxt "Post action"
979
  msgid "View"
980
  msgstr "Просмотреть"
981
 
982
- #: yit-functions.php:1946
983
  msgctxt "Post action"
984
  msgid "Edit"
985
  msgstr "Изменить"
986
 
987
- #: yit-functions.php:1954
988
  msgctxt "Post action"
989
  msgid "Duplicate"
990
  msgstr "Дублировать"
991
 
992
- #: yit-functions.php:1966
993
  msgctxt "Post action"
994
  msgid "Restore"
995
  msgstr "Восстановить"
996
 
997
- #: yit-functions.php:1974
998
  msgctxt "Post action"
999
  msgid "Trash"
1000
  msgstr "Корзина"
1001
 
1002
- #: yit-functions.php:1991
1003
  msgctxt "Post action"
1004
  msgid "Delete Permanently"
1005
  msgstr "Удалить навсегда"
1006
 
1007
- #: yit-functions.php:2088
1008
  msgctxt "Term action"
1009
  msgid "View"
1010
  msgstr "Просмотреть"
1011
 
1012
- #: yit-functions.php:2098
1013
  msgctxt "Term action"
1014
  msgid "Edit"
1015
  msgstr "Изменить"
1016
 
1017
- #: yit-functions.php:2106
1018
  msgctxt "Term action"
1019
  msgid "Duplicate"
1020
  msgstr "Дублировать"
1021
 
1022
- #: yit-functions.php:2119
1023
  msgctxt "Term action"
1024
  msgid "Delete"
1025
  msgstr "Удалить"
@@ -1044,7 +1044,7 @@ msgctxt "Plugin Row Meta"
1044
  msgid "Premium version"
1045
  msgstr "Премиум версия"
1046
 
1047
- #: yit-plugin.php:201
1048
  msgctxt "Action links"
1049
  msgid "Settings"
1050
  msgstr "Настройки"
4
  msgstr ""
5
  "Project-Id-Version: YITH Framework\n"
6
  "Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
7
+ "POT-Creation-Date: 2022-05-30 07:17:45+00:00\n"
8
  "PO-Revision-Date: 2022-04-05 17:22:32+0000\n"
9
  "Language: ru\n"
10
  "MIME-Version: 1.0\n"
14
  "10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);\n"
15
  "X-Generator: GlotPress/3.0.0-alpha.2\n"
16
 
17
+ #: includes/class-yit-assets.php:144 yit-functions.php:2006
18
  msgid "Confirm trash"
19
  msgstr "Подтвердить корзину"
20
 
24
 
25
  #: includes/class-yit-assets.php:147 includes/class-yit-assets.php:151
26
  #: templates/sysinfo/tabs/main.php:42 templates/sysinfo/tabs/main.php:50
27
+ #: yit-functions.php:2008 yit-functions.php:2026
28
  msgid "No"
29
  msgstr "Нет"
30
 
31
+ #: includes/class-yit-assets.php:148 yit-functions.php:2024
32
+ #: yit-functions.php:2152
33
  msgid "Confirm delete"
34
  msgstr "Подтвердите удаление"
35
 
37
  msgid "Are you sure you want to delete the selected items?"
38
  msgstr "Вы уверены, что хотите удалить выбранные элементы?"
39
 
40
+ #: includes/class-yit-assets.php:149 yit-functions.php:1940
41
+ #: yit-functions.php:2100
42
  msgid ""
43
  "This action cannot be undone and you will not be able to recover this data."
44
  msgstr "Это действие нельзя отменить, и вы не сможете восстановить эти данные."
73
  "При выполнении вашего запроса произошла ошибка; пожалуйста, повторите "
74
  "попытку позже."
75
 
76
+ #: includes/class-yit-plugin-panel-woocommerce.php:430
77
  msgid "The changes you have made will be lost if you leave this page."
78
  msgstr ""
79
  "Внесенные вами изменения будут потеряны, если вы покинете эту страницу."
86
  msgid "Settings"
87
  msgstr "Настройки"
88
 
89
+ #: includes/class-yit-plugin-panel.php:455
90
+ #: includes/class-yit-plugin-panel.php:458
91
  msgid "How to install premium version"
92
  msgstr "Как установить премиум версию"
93
 
94
+ #: includes/class-yit-plugin-panel.php:655
95
+ #: includes/class-yit-plugin-subpanel.php:133
96
  msgid "Save Changes"
97
  msgstr "Сохранить Изменения"
98
 
99
  #: includes/class-yit-plugin-panel.php:663
100
+ #: includes/class-yit-plugin-subpanel.php:140
101
+ #: templates/panel/woocommerce/woocommerce-form.php:15
102
  msgid ""
103
  "If you continue with this action, you will reset all options in this page."
104
  msgstr ""
105
  "Если вы продолжите это действие, вы сбросите все параметры на этой странице."
106
 
107
  #: includes/class-yit-plugin-panel.php:663
108
+ #: includes/class-yit-plugin-subpanel.php:140
109
+ #: templates/panel/woocommerce/woocommerce-form.php:15
110
  msgid "Are you sure?"
111
  msgstr "Вы уверены?"
112
 
113
  #: includes/class-yit-plugin-panel.php:667
114
+ #: includes/class-yit-plugin-subpanel.php:143
115
  msgid "Reset to default"
116
  msgstr "Сброс до заводских настроек"
117
 
118
+ #: includes/class-yit-plugin-panel.php:1059
119
  msgid ""
120
  "The element you have entered already exists. Please, enter another name."
121
  msgstr "Введенный вами элемент уже существует. Пожалуйста, введите другое имя."
122
 
123
+ #: includes/class-yit-plugin-panel.php:1060
124
  msgid "Settings saved"
125
  msgstr "Настройки сохранены"
126
 
127
+ #: includes/class-yit-plugin-panel.php:1061
128
  msgid "Settings reset"
129
  msgstr "Сбросить настройки"
130
 
131
+ #: includes/class-yit-plugin-panel.php:1062
132
  msgid "Element deleted correctly."
133
  msgstr "Элемент удален правильно."
134
 
135
+ #: includes/class-yit-plugin-panel.php:1063
136
+ #: includes/class-yit-plugin-panel.php:1064
137
  msgid "Element updated correctly."
138
  msgstr "Элемент обновлен правильно."
139
 
140
+ #: includes/class-yit-plugin-panel.php:1065
141
  msgid "Database imported correctly."
142
  msgstr "База данных импортирована правильно."
143
 
144
+ #: includes/class-yit-plugin-panel.php:1066
145
  msgid "An error has occurred during import. Please try again."
146
  msgstr "Во время импорта произошла ошибка. Пожалуйста, попробуйте еще раз."
147
 
148
+ #: includes/class-yit-plugin-panel.php:1067
149
  msgid "The added file is not valid."
150
  msgstr "Добавленный файл недействителен."
151
 
152
+ #: includes/class-yit-plugin-panel.php:1068
153
  msgid "Sorry, import is disabled."
154
  msgstr "Извините, импорт отключен."
155
 
156
+ #: includes/class-yit-plugin-panel.php:1069
157
  msgid "Sorting successful."
158
  msgstr "Сортировка выполнена успешно."
159
 
160
+ #: includes/class-yit-plugin-panel.php:1558
161
  msgid "We need your support"
162
  msgstr "Нам нужна ваша поддержка"
163
 
164
+ #: includes/class-yit-plugin-panel.php:1559
165
  msgid "to keep updating and improving the plugin. Please,"
166
  msgstr "чтобы продолжать обновлять и улучшать плагин. Пожалуйста,"
167
 
168
+ #: includes/class-yit-plugin-panel.php:1561
169
  msgid "help us by leaving a good review"
170
  msgstr "помогите нам, оставив хороший отзыв"
171
 
172
+ #: includes/class-yit-plugin-panel.php:1562
173
  msgid ":) Thanks!"
174
  msgstr ":) Благодарим!"
175
 
535
  msgid "Reset"
536
  msgstr "Сброс"
537
 
538
+ #: templates/panel/woocommerce/woocommerce-form.php:29
539
+ #: templates/panel/woocommerce/woocommerce-form.php:33
540
  msgid "Save Options"
541
  msgstr "Сохранить Настройки"
542
 
543
+ #: templates/panel/woocommerce/woocommerce-form.php:33
544
  msgid "Options Saved"
545
  msgstr "Настройки Сохранены"
546
 
547
+ #: templates/panel/woocommerce/woocommerce-form.php:43
548
  msgid "Reset Defaults"
549
  msgstr "Сброс до настроек по умолчанию"
550
 
672
  "Данные: %1$.2fMB | Индекс: %2$.2fMB | Свободно: %3$.2fMB | Движок: %4$s"
673
 
674
  #. translators: %s is the title of the post object.
675
+ #: yit-functions.php:1938
676
  msgid "Are you sure you want to move \"%s\" to trash?"
677
  msgstr "Вы уверены, что хотите переместить в корзину \"%s\"?"
678
 
679
  #. translators: %s is the title of the post object.
680
+ #: yit-functions.php:1940 yit-functions.php:2100
681
  msgid "Are you sure you want to delete \"%s\"?"
682
  msgstr "Вы уверены, что хотите удалить \"%s\"?"
683
 
684
+ #: yit-functions.php:2038 yit-functions.php:2046 yit-functions.php:2163
685
  msgid "Further actions"
686
  msgstr "Дальнейшие действия"
687
 
688
+ #: yit-plugin.php:213
689
  msgid "License"
690
  msgstr "Лицензия"
691
 
714
  msgid "Cancel"
715
  msgstr "Отмена"
716
 
717
+ #: includes/class-yit-assets.php:146 yit-functions.php:2009
718
  msgctxt "Trash confirmation action"
719
  msgid "Yes, move to trash"
720
  msgstr "Да, удалить в корзину"
721
 
722
+ #: includes/class-yit-assets.php:150 yit-functions.php:2027
723
+ #: yit-functions.php:2154
724
  msgctxt "Delete confirmation action"
725
  msgid "Yes, delete"
726
  msgstr "Да, удалить"
727
 
 
 
 
 
 
728
  #. translators: 1. Plugin name.
729
  #: includes/class-yit-plugin-panel.php:805
730
  msgctxt "Help tab default title"
744
  msgid "Get premium"
745
  msgstr "Получите премиум"
746
 
747
+ #: includes/class-yit-plugin-panel.php:865
748
+ msgctxt "Help tab name"
749
+ msgid "Help"
750
+ msgstr "Помощь"
751
+
752
  #: includes/class-yith-dashboard.php:96
753
  msgctxt "Plugin FW"
754
  msgid "View Changelog"
969
  msgid "Get the premium version"
970
  msgstr "Получите премиум-версию"
971
 
972
+ #: yit-functions.php:1952
973
  msgctxt "Post action"
974
  msgid "Preview"
975
  msgstr "Предварительный просмотр"
976
 
977
+ #: yit-functions.php:1961
978
  msgctxt "Post action"
979
  msgid "View"
980
  msgstr "Просмотреть"
981
 
982
+ #: yit-functions.php:1972
983
  msgctxt "Post action"
984
  msgid "Edit"
985
  msgstr "Изменить"
986
 
987
+ #: yit-functions.php:1980
988
  msgctxt "Post action"
989
  msgid "Duplicate"
990
  msgstr "Дублировать"
991
 
992
+ #: yit-functions.php:1992
993
  msgctxt "Post action"
994
  msgid "Restore"
995
  msgstr "Восстановить"
996
 
997
+ #: yit-functions.php:2000
998
  msgctxt "Post action"
999
  msgid "Trash"
1000
  msgstr "Корзина"
1001
 
1002
+ #: yit-functions.php:2017
1003
  msgctxt "Post action"
1004
  msgid "Delete Permanently"
1005
  msgstr "Удалить навсегда"
1006
 
1007
+ #: yit-functions.php:2114
1008
  msgctxt "Term action"
1009
  msgid "View"
1010
  msgstr "Просмотреть"
1011
 
1012
+ #: yit-functions.php:2124
1013
  msgctxt "Term action"
1014
  msgid "Edit"
1015
  msgstr "Изменить"
1016
 
1017
+ #: yit-functions.php:2132
1018
  msgctxt "Term action"
1019
  msgid "Duplicate"
1020
  msgstr "Дублировать"
1021
 
1022
+ #: yit-functions.php:2145
1023
  msgctxt "Term action"
1024
  msgid "Delete"
1025
  msgstr "Удалить"
1044
  msgid "Premium version"
1045
  msgstr "Премиум версия"
1046
 
1047
+ #: yit-plugin.php:209
1048
  msgctxt "Action links"
1049
  msgid "Settings"
1050
  msgstr "Настройки"
plugin-fw/languages/yith-plugin-fw.pot CHANGED
@@ -4,7 +4,7 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: \n"
6
  "Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
7
- "POT-Creation-Date: 2022-04-13 12:14:07+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
@@ -24,7 +24,7 @@ msgstr ""
24
  "X-Textdomain-Support: yes\n"
25
  "X-Generator: grunt-wp-i18n 1.0.3\n"
26
 
27
- #: includes/class-yit-assets.php:144 yit-functions.php:1980
28
  msgid "Confirm trash"
29
  msgstr ""
30
 
@@ -34,12 +34,12 @@ msgstr ""
34
 
35
  #: includes/class-yit-assets.php:147 includes/class-yit-assets.php:151
36
  #: templates/sysinfo/tabs/main.php:42 templates/sysinfo/tabs/main.php:50
37
- #: yit-functions.php:1982 yit-functions.php:2000
38
  msgid "No"
39
  msgstr ""
40
 
41
- #: includes/class-yit-assets.php:148 yit-functions.php:1998
42
- #: yit-functions.php:2126
43
  msgid "Confirm delete"
44
  msgstr ""
45
 
@@ -47,8 +47,8 @@ msgstr ""
47
  msgid "Are you sure you want to delete the selected items?"
48
  msgstr ""
49
 
50
- #: includes/class-yit-assets.php:149 yit-functions.php:1914
51
- #: yit-functions.php:2074
52
  msgid "This action cannot be undone and you will not be able to recover this data."
53
  msgstr ""
54
 
@@ -80,7 +80,7 @@ msgstr ""
80
  msgid "There was an error with your request; please try again later."
81
  msgstr ""
82
 
83
- #: includes/class-yit-plugin-panel-woocommerce.php:429
84
  msgid "The changes you have made will be lost if you leave this page."
85
  msgstr ""
86
 
@@ -92,87 +92,87 @@ msgstr ""
92
  msgid "Settings"
93
  msgstr ""
94
 
95
- #: includes/class-yit-plugin-panel.php:454
96
- #: includes/class-yit-plugin-panel.php:457
97
  msgid "How to install premium version"
98
  msgstr ""
99
 
100
- #: includes/class-yit-plugin-panel.php:658
101
- #: includes/class-yit-plugin-subpanel.php:132
102
  msgid "Save Changes"
103
  msgstr ""
104
 
105
  #: includes/class-yit-plugin-panel.php:663
106
- #: includes/class-yit-plugin-subpanel.php:136
107
- #: templates/panel/woocommerce/woocommerce-form.php:14
108
  msgid "If you continue with this action, you will reset all options in this page."
109
  msgstr ""
110
 
111
  #: includes/class-yit-plugin-panel.php:663
112
- #: includes/class-yit-plugin-subpanel.php:136
113
- #: templates/panel/woocommerce/woocommerce-form.php:14
114
  msgid "Are you sure?"
115
  msgstr ""
116
 
117
  #: includes/class-yit-plugin-panel.php:667
118
- #: includes/class-yit-plugin-subpanel.php:139
119
  msgid "Reset to default"
120
  msgstr ""
121
 
122
- #: includes/class-yit-plugin-panel.php:1047
123
  msgid "The element you have entered already exists. Please, enter another name."
124
  msgstr ""
125
 
126
- #: includes/class-yit-plugin-panel.php:1048
127
  msgid "Settings saved"
128
  msgstr ""
129
 
130
- #: includes/class-yit-plugin-panel.php:1049
131
  msgid "Settings reset"
132
  msgstr ""
133
 
134
- #: includes/class-yit-plugin-panel.php:1050
135
  msgid "Element deleted correctly."
136
  msgstr ""
137
 
138
- #: includes/class-yit-plugin-panel.php:1051
139
- #: includes/class-yit-plugin-panel.php:1052
140
  msgid "Element updated correctly."
141
  msgstr ""
142
 
143
- #: includes/class-yit-plugin-panel.php:1053
144
  msgid "Database imported correctly."
145
  msgstr ""
146
 
147
- #: includes/class-yit-plugin-panel.php:1054
148
  msgid "An error has occurred during import. Please try again."
149
  msgstr ""
150
 
151
- #: includes/class-yit-plugin-panel.php:1055
152
  msgid "The added file is not valid."
153
  msgstr ""
154
 
155
- #: includes/class-yit-plugin-panel.php:1056
156
  msgid "Sorry, import is disabled."
157
  msgstr ""
158
 
159
- #: includes/class-yit-plugin-panel.php:1057
160
  msgid "Sorting successful."
161
  msgstr ""
162
 
163
- #: includes/class-yit-plugin-panel.php:1525
164
  msgid "We need your support"
165
  msgstr ""
166
 
167
- #: includes/class-yit-plugin-panel.php:1526
168
  msgid "to keep updating and improving the plugin. Please,"
169
  msgstr ""
170
 
171
- #: includes/class-yit-plugin-panel.php:1528
172
  msgid "help us by leaving a good review"
173
  msgstr ""
174
 
175
- #: includes/class-yit-plugin-panel.php:1529
176
  msgid ":) Thanks!"
177
  msgstr ""
178
 
@@ -516,16 +516,16 @@ msgstr ""
516
  msgid "Reset"
517
  msgstr ""
518
 
519
- #: templates/panel/woocommerce/woocommerce-form.php:28
520
- #: templates/panel/woocommerce/woocommerce-form.php:32
521
  msgid "Save Options"
522
  msgstr ""
523
 
524
- #: templates/panel/woocommerce/woocommerce-form.php:32
525
  msgid "Options Saved"
526
  msgstr ""
527
 
528
- #: templates/panel/woocommerce/woocommerce-form.php:38
529
  msgid "Reset Defaults"
530
  msgstr ""
531
 
@@ -649,21 +649,21 @@ msgstr ""
649
  msgid "Data: %1$.2fMB | Index: %2$.2fMB | Free: %3$.2fMB | Engine: %4$s"
650
  msgstr ""
651
 
652
- #: yit-functions.php:1912
653
  #. translators: %s is the title of the post object.
654
  msgid "Are you sure you want to move \"%s\" to trash?"
655
  msgstr ""
656
 
657
- #: yit-functions.php:1914 yit-functions.php:2074
658
  #. translators: %s is the title of the post object.
659
  msgid "Are you sure you want to delete \"%s\"?"
660
  msgstr ""
661
 
662
- #: yit-functions.php:2012 yit-functions.php:2020 yit-functions.php:2137
663
  msgid "Further actions"
664
  msgstr ""
665
 
666
- #: yit-plugin.php:205
667
  msgid "License"
668
  msgstr ""
669
 
@@ -692,22 +692,17 @@ msgctxt "Button text"
692
  msgid "Cancel"
693
  msgstr ""
694
 
695
- #: includes/class-yit-assets.php:146 yit-functions.php:1983
696
  msgctxt "Trash confirmation action"
697
  msgid "Yes, move to trash"
698
  msgstr ""
699
 
700
- #: includes/class-yit-assets.php:150 yit-functions.php:2001
701
- #: yit-functions.php:2128
702
  msgctxt "Delete confirmation action"
703
  msgid "Yes, delete"
704
  msgstr ""
705
 
706
- #: includes/class-yit-plugin-panel.php:491
707
- msgctxt "Help tab name"
708
- msgid "Help"
709
- msgstr ""
710
-
711
  #: includes/class-yit-plugin-panel.php:805
712
  #. translators: 1. Plugin name.
713
  msgctxt "Help tab default title"
@@ -724,6 +719,11 @@ msgctxt "Premium tab name"
724
  msgid "Get premium"
725
  msgstr ""
726
 
 
 
 
 
 
727
  #: includes/class-yith-dashboard.php:96
728
  msgctxt "Plugin FW"
729
  msgid "View Changelog"
@@ -932,57 +932,57 @@ msgctxt "Premium Tab"
932
  msgid "Get the premium version"
933
  msgstr ""
934
 
935
- #: yit-functions.php:1926
936
  msgctxt "Post action"
937
  msgid "Preview"
938
  msgstr ""
939
 
940
- #: yit-functions.php:1935
941
  msgctxt "Post action"
942
  msgid "View"
943
  msgstr ""
944
 
945
- #: yit-functions.php:1946
946
  msgctxt "Post action"
947
  msgid "Edit"
948
  msgstr ""
949
 
950
- #: yit-functions.php:1954
951
  msgctxt "Post action"
952
  msgid "Duplicate"
953
  msgstr ""
954
 
955
- #: yit-functions.php:1966
956
  msgctxt "Post action"
957
  msgid "Restore"
958
  msgstr ""
959
 
960
- #: yit-functions.php:1974
961
  msgctxt "Post action"
962
  msgid "Trash"
963
  msgstr ""
964
 
965
- #: yit-functions.php:1991
966
  msgctxt "Post action"
967
  msgid "Delete Permanently"
968
  msgstr ""
969
 
970
- #: yit-functions.php:2088
971
  msgctxt "Term action"
972
  msgid "View"
973
  msgstr ""
974
 
975
- #: yit-functions.php:2098
976
  msgctxt "Term action"
977
  msgid "Edit"
978
  msgstr ""
979
 
980
- #: yit-functions.php:2106
981
  msgctxt "Term action"
982
  msgid "Duplicate"
983
  msgstr ""
984
 
985
- #: yit-functions.php:2119
986
  msgctxt "Term action"
987
  msgid "Delete"
988
  msgstr ""
@@ -1007,7 +1007,7 @@ msgctxt "Plugin Row Meta"
1007
  msgid "Premium version"
1008
  msgstr ""
1009
 
1010
- #: yit-plugin.php:201
1011
  msgctxt "Action links"
1012
  msgid "Settings"
1013
  msgstr ""
4
  msgstr ""
5
  "Project-Id-Version: \n"
6
  "Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
7
+ "POT-Creation-Date: 2022-05-30 07:17:45+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
24
  "X-Textdomain-Support: yes\n"
25
  "X-Generator: grunt-wp-i18n 1.0.3\n"
26
 
27
+ #: includes/class-yit-assets.php:144 yit-functions.php:2006
28
  msgid "Confirm trash"
29
  msgstr ""
30
 
34
 
35
  #: includes/class-yit-assets.php:147 includes/class-yit-assets.php:151
36
  #: templates/sysinfo/tabs/main.php:42 templates/sysinfo/tabs/main.php:50
37
+ #: yit-functions.php:2008 yit-functions.php:2026
38
  msgid "No"
39
  msgstr ""
40
 
41
+ #: includes/class-yit-assets.php:148 yit-functions.php:2024
42
+ #: yit-functions.php:2152
43
  msgid "Confirm delete"
44
  msgstr ""
45
 
47
  msgid "Are you sure you want to delete the selected items?"
48
  msgstr ""
49
 
50
+ #: includes/class-yit-assets.php:149 yit-functions.php:1940
51
+ #: yit-functions.php:2100
52
  msgid "This action cannot be undone and you will not be able to recover this data."
53
  msgstr ""
54
 
80
  msgid "There was an error with your request; please try again later."
81
  msgstr ""
82
 
83
+ #: includes/class-yit-plugin-panel-woocommerce.php:430
84
  msgid "The changes you have made will be lost if you leave this page."
85
  msgstr ""
86
 
92
  msgid "Settings"
93
  msgstr ""
94
 
95
+ #: includes/class-yit-plugin-panel.php:455
96
+ #: includes/class-yit-plugin-panel.php:458
97
  msgid "How to install premium version"
98
  msgstr ""
99
 
100
+ #: includes/class-yit-plugin-panel.php:655
101
+ #: includes/class-yit-plugin-subpanel.php:133
102
  msgid "Save Changes"
103
  msgstr ""
104
 
105
  #: includes/class-yit-plugin-panel.php:663
106
+ #: includes/class-yit-plugin-subpanel.php:140
107
+ #: templates/panel/woocommerce/woocommerce-form.php:15
108
  msgid "If you continue with this action, you will reset all options in this page."
109
  msgstr ""
110
 
111
  #: includes/class-yit-plugin-panel.php:663
112
+ #: includes/class-yit-plugin-subpanel.php:140
113
+ #: templates/panel/woocommerce/woocommerce-form.php:15
114
  msgid "Are you sure?"
115
  msgstr ""
116
 
117
  #: includes/class-yit-plugin-panel.php:667
118
+ #: includes/class-yit-plugin-subpanel.php:143
119
  msgid "Reset to default"
120
  msgstr ""
121
 
122
+ #: includes/class-yit-plugin-panel.php:1059
123
  msgid "The element you have entered already exists. Please, enter another name."
124
  msgstr ""
125
 
126
+ #: includes/class-yit-plugin-panel.php:1060
127
  msgid "Settings saved"
128
  msgstr ""
129
 
130
+ #: includes/class-yit-plugin-panel.php:1061
131
  msgid "Settings reset"
132
  msgstr ""
133
 
134
+ #: includes/class-yit-plugin-panel.php:1062
135
  msgid "Element deleted correctly."
136
  msgstr ""
137
 
138
+ #: includes/class-yit-plugin-panel.php:1063
139
+ #: includes/class-yit-plugin-panel.php:1064
140
  msgid "Element updated correctly."
141
  msgstr ""
142
 
143
+ #: includes/class-yit-plugin-panel.php:1065
144
  msgid "Database imported correctly."
145
  msgstr ""
146
 
147
+ #: includes/class-yit-plugin-panel.php:1066
148
  msgid "An error has occurred during import. Please try again."
149
  msgstr ""
150
 
151
+ #: includes/class-yit-plugin-panel.php:1067
152
  msgid "The added file is not valid."
153
  msgstr ""
154
 
155
+ #: includes/class-yit-plugin-panel.php:1068
156
  msgid "Sorry, import is disabled."
157
  msgstr ""
158
 
159
+ #: includes/class-yit-plugin-panel.php:1069
160
  msgid "Sorting successful."
161
  msgstr ""
162
 
163
+ #: includes/class-yit-plugin-panel.php:1558
164
  msgid "We need your support"
165
  msgstr ""
166
 
167
+ #: includes/class-yit-plugin-panel.php:1559
168
  msgid "to keep updating and improving the plugin. Please,"
169
  msgstr ""
170
 
171
+ #: includes/class-yit-plugin-panel.php:1561
172
  msgid "help us by leaving a good review"
173
  msgstr ""
174
 
175
+ #: includes/class-yit-plugin-panel.php:1562
176
  msgid ":) Thanks!"
177
  msgstr ""
178
 
516
  msgid "Reset"
517
  msgstr ""
518
 
519
+ #: templates/panel/woocommerce/woocommerce-form.php:29
520
+ #: templates/panel/woocommerce/woocommerce-form.php:33
521
  msgid "Save Options"
522
  msgstr ""
523
 
524
+ #: templates/panel/woocommerce/woocommerce-form.php:33
525
  msgid "Options Saved"
526
  msgstr ""
527
 
528
+ #: templates/panel/woocommerce/woocommerce-form.php:43
529
  msgid "Reset Defaults"
530
  msgstr ""
531
 
649
  msgid "Data: %1$.2fMB | Index: %2$.2fMB | Free: %3$.2fMB | Engine: %4$s"
650
  msgstr ""
651
 
652
+ #: yit-functions.php:1938
653
  #. translators: %s is the title of the post object.
654
  msgid "Are you sure you want to move \"%s\" to trash?"
655
  msgstr ""
656
 
657
+ #: yit-functions.php:1940 yit-functions.php:2100
658
  #. translators: %s is the title of the post object.
659
  msgid "Are you sure you want to delete \"%s\"?"
660
  msgstr ""
661
 
662
+ #: yit-functions.php:2038 yit-functions.php:2046 yit-functions.php:2163
663
  msgid "Further actions"
664
  msgstr ""
665
 
666
+ #: yit-plugin.php:213
667
  msgid "License"
668
  msgstr ""
669
 
692
  msgid "Cancel"
693
  msgstr ""
694
 
695
+ #: includes/class-yit-assets.php:146 yit-functions.php:2009
696
  msgctxt "Trash confirmation action"
697
  msgid "Yes, move to trash"
698
  msgstr ""
699
 
700
+ #: includes/class-yit-assets.php:150 yit-functions.php:2027
701
+ #: yit-functions.php:2154
702
  msgctxt "Delete confirmation action"
703
  msgid "Yes, delete"
704
  msgstr ""
705
 
 
 
 
 
 
706
  #: includes/class-yit-plugin-panel.php:805
707
  #. translators: 1. Plugin name.
708
  msgctxt "Help tab default title"
719
  msgid "Get premium"
720
  msgstr ""
721
 
722
+ #: includes/class-yit-plugin-panel.php:865
723
+ msgctxt "Help tab name"
724
+ msgid "Help"
725
+ msgstr ""
726
+
727
  #: includes/class-yith-dashboard.php:96
728
  msgctxt "Plugin FW"
729
  msgid "View Changelog"
932
  msgid "Get the premium version"
933
  msgstr ""
934
 
935
+ #: yit-functions.php:1952
936
  msgctxt "Post action"
937
  msgid "Preview"
938
  msgstr ""
939
 
940
+ #: yit-functions.php:1961
941
  msgctxt "Post action"
942
  msgid "View"
943
  msgstr ""
944
 
945
+ #: yit-functions.php:1972
946
  msgctxt "Post action"
947
  msgid "Edit"
948
  msgstr ""
949
 
950
+ #: yit-functions.php:1980
951
  msgctxt "Post action"
952
  msgid "Duplicate"
953
  msgstr ""
954
 
955
+ #: yit-functions.php:1992
956
  msgctxt "Post action"
957
  msgid "Restore"
958
  msgstr ""
959
 
960
+ #: yit-functions.php:2000
961
  msgctxt "Post action"
962
  msgid "Trash"
963
  msgstr ""
964
 
965
+ #: yit-functions.php:2017
966
  msgctxt "Post action"
967
  msgid "Delete Permanently"
968
  msgstr ""
969
 
970
+ #: yit-functions.php:2114
971
  msgctxt "Term action"
972
  msgid "View"
973
  msgstr ""
974
 
975
+ #: yit-functions.php:2124
976
  msgctxt "Term action"
977
  msgid "Edit"
978
  msgstr ""
979
 
980
+ #: yit-functions.php:2132
981
  msgctxt "Term action"
982
  msgid "Duplicate"
983
  msgstr ""
984
 
985
+ #: yit-functions.php:2145
986
  msgctxt "Term action"
987
  msgid "Delete"
988
  msgstr ""
1007
  msgid "Premium version"
1008
  msgstr ""
1009
 
1010
+ #: yit-plugin.php:209
1011
  msgctxt "Action links"
1012
  msgid "Settings"
1013
  msgstr ""
plugin-fw/templates/panel/premium-tab.php CHANGED
@@ -15,10 +15,10 @@ defined( 'ABSPATH' ) || exit; // Exit if accessed directly.
15
 
16
  list( $premium_features, $main_image_url, $show_free_vs_premium ) = yith_plugin_fw_extract( $options, 'premium_features', 'main_image_url', 'show_free_vs_premium_link' );
17
 
18
- $get_premium_url = yith_plugin_fw_add_utm_data( $premium_url, $plugin_slug, 'button-upgrade', 'wp-free-dashboard' );
19
 
20
  if ( $show_free_vs_premium ) {
21
- $free_vs_premium_url = yith_plugin_fw_add_utm_data( $premium_url, $plugin_slug, 'button-compare', 'wp-free-dashboard' );
22
  }
23
 
24
  ?>
15
 
16
  list( $premium_features, $main_image_url, $show_free_vs_premium ) = yith_plugin_fw_extract( $options, 'premium_features', 'main_image_url', 'show_free_vs_premium_link' );
17
 
18
+ $get_premium_url = yith_plugin_fw_add_utm_data( $premium_url, $plugin_slug, 'button-upgrade', yith_plugin_fw_panel_utm_source( $this ) );
19
 
20
  if ( $show_free_vs_premium ) {
21
+ $free_vs_premium_url = yith_plugin_fw_add_utm_data( $premium_url, $plugin_slug, 'button-compare', yith_plugin_fw_panel_utm_source( $this ) );
22
  }
23
 
24
  ?>
plugin-fw/yit-deactive-plugin.php CHANGED
@@ -13,26 +13,123 @@ if ( ! function_exists( 'yit_deactive_free_version' ) ) {
13
  *
14
  * @param string $to_deactivate The constant name of the plugin to deactivate.
15
  * @param string $to_activate The path of the File of the plugin to activate.
 
 
16
  */
17
  function yit_deactive_free_version( $to_deactivate, $to_activate ) {
 
 
 
 
 
 
 
 
 
 
 
 
18
  if ( ! function_exists( 'is_plugin_active' ) ) {
19
  require_once ABSPATH . 'wp-admin/includes/plugin.php';
20
  }
21
 
22
- if ( defined( $to_deactivate ) && is_plugin_active( constant( $to_deactivate ) ) ) {
23
- deactivate_plugins( constant( $to_deactivate ) );
 
 
 
 
 
 
 
24
 
25
- if ( ! function_exists( 'wp_create_nonce' ) ) {
26
- header( 'Location: plugins.php' );
27
- exit();
28
  }
29
 
30
- global $status, $page, $s;
31
- $redirect = 'plugins.php?action=activate&plugin=' . $to_activate . '&plugin_status=' . $status . '&paged=' . $page . '&s=' . $s;
32
- $redirect = esc_url_raw( add_query_arg( '_wpnonce', wp_create_nonce( 'activate-plugin_' . $to_activate ), $redirect ) );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  header( 'Location: ' . $redirect );
35
- exit();
36
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  }
38
  }
 
 
13
  *
14
  * @param string $to_deactivate The constant name of the plugin to deactivate.
15
  * @param string $to_activate The path of the File of the plugin to activate.
16
+ *
17
+ * @deprecated 3.9.8
18
  */
19
  function yit_deactive_free_version( $to_deactivate, $to_activate ) {
20
+ yith_deactivate_plugins( $to_deactivate, $to_activate );
21
+ }
22
+ }
23
+
24
+ if ( ! function_exists( 'yith_deactivate_plugins' ) ) {
25
+ /**
26
+ * Deactivate a list of plugins, and terminates activating another plugin.
27
+ *
28
+ * @param string|string[] $to_deactivate The constant name of the plugin(s) to deactivate.
29
+ * @param string $to_activate The path of the File of the plugin to activate.
30
+ */
31
+ function yith_deactivate_plugins( $to_deactivate, $to_activate = false ) {
32
  if ( ! function_exists( 'is_plugin_active' ) ) {
33
  require_once ABSPATH . 'wp-admin/includes/plugin.php';
34
  }
35
 
36
+ $deactivated = array();
37
+ $to_deactivate = (array) $to_deactivate;
38
+
39
+ foreach ( $to_deactivate as $plugin_to_deactivate ) {
40
+ if ( ! defined( $plugin_to_deactivate ) ) {
41
+ continue;
42
+ }
43
+
44
+ $plugin_to_deactivate_init = constant( $plugin_to_deactivate );
45
 
46
+ if ( ! is_plugin_active( $plugin_to_deactivate_init ) ) {
47
+ continue;
 
48
  }
49
 
50
+ deactivate_plugins( $plugin_to_deactivate_init );
51
+
52
+ $deactivated[] = $plugin_to_deactivate_init;
53
+ }
54
+
55
+ if ( empty( $deactivated ) ) {
56
+ return;
57
+ }
58
+
59
+ global $status, $page, $s;
60
+
61
+ $query_params = array(
62
+ 'deactivated_plugins' => implode( ',', $deactivated ),
63
+ 'plugin_status' => $status,
64
+ 'paged' => $page,
65
+ 's' => $s,
66
+ );
67
 
68
+ if ( $to_activate && function_exists( 'wp_create_nonce' ) ) {
69
+ $query_params = array_merge(
70
+ $query_params,
71
+ array(
72
+ 'action' => 'activate',
73
+ 'plugin' => $to_activate,
74
+ '_wpnonce' => wp_create_nonce( 'activate-plugin_' . $to_activate ),
75
+ )
76
+ );
77
+ }
78
+
79
+ $redirect = esc_url_raw( add_query_arg( $query_params, admin_url( 'plugins.php' ) ) );
80
+
81
+ if ( function_exists( 'wp_safe_redirect' ) ) {
82
+ wp_safe_redirect( $redirect );
83
+ } else {
84
  header( 'Location: ' . $redirect );
 
85
  }
86
+
87
+ die;
88
+ }
89
+ }
90
+
91
+ if ( ! function_exists( 'yith_print_deactivation_message' ) ) {
92
+ /**
93
+ * Prints message about plugins deactivation, due to multiple versions active of the same software active at the same time
94
+ *
95
+ * @return void
96
+ * @since 3.9.8
97
+ */
98
+ function yith_print_deactivation_message() {
99
+ global $pagenow;
100
+
101
+ // phpcs:disable WordPress.Security.NonceVerification
102
+ if ( 'plugins.php' !== $pagenow || ! isset( $_GET['deactivated_plugins'] ) ) {
103
+ return;
104
+ }
105
+
106
+ $names = sanitize_text_field( wp_unslash( $_GET['deactivated_plugins'] ) );
107
+ $names = explode( ',', $names );
108
+ $names = array_map(
109
+ function( $name ) {
110
+ $name = str_replace( array( '-', 'init.php', '/' ), ' ', $name );
111
+ $name = str_replace( array( 'yith', 'woocommerce', 'wordpress' ), array( 'YITH', 'WooCommerce', 'WordPress' ), $name );
112
+
113
+ return trim( ucwords( $name ) );
114
+ },
115
+ $names
116
+ );
117
+
118
+ // translators: 1. Plugin(s) name(s).
119
+ $message = _n(
120
+ '%s was deactivated as you\'re running an higher tier version of the same plugin.',
121
+ '%s were deactivated as you\'re running higher tier versions of the same plugins.',
122
+ count( $names ),
123
+ 'yit-plugin-fw'
124
+ );
125
+ $message = sprintf( $message, implode( ', ', $names ) );
126
+ ?>
127
+ <div class="notice">
128
+ <p><?php echo esc_html( $message ); ?></p>
129
+ </div>
130
+ <?php
131
+ // phpcs:enable WordPress.Security.NonceVerification
132
  }
133
  }
134
+
135
+ add_action( 'admin_notices', 'yith_print_deactivation_message' );
plugin-fw/yit-functions.php CHANGED
@@ -1756,8 +1756,13 @@ if ( ! function_exists( 'yith_plugin_fw_add_utm_data' ) ) {
1756
  *
1757
  * @since 3.6.10
1758
  */
1759
- function yith_plugin_fw_add_utm_data( $url, $slug, $campaign = 'plugin-version-author-uri', $source = 'wp-dashboard' ) {
1760
  $url = trailingslashit( $url );
 
 
 
 
 
1761
  if ( ! empty( $slug ) ) {
1762
  $utm_track_data = array(
1763
  'utm_source' => $source,
@@ -1772,6 +1777,27 @@ if ( ! function_exists( 'yith_plugin_fw_add_utm_data' ) ) {
1772
  }
1773
  }
1774
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1775
  if ( ! function_exists( 'yith_plugin_fw_include_fw_template' ) ) {
1776
  /**
1777
  * Include a FW template
1756
  *
1757
  * @since 3.6.10
1758
  */
1759
+ function yith_plugin_fw_add_utm_data( $url, $slug, $campaign = 'plugin-version-author-uri', $source = false ) {
1760
  $url = trailingslashit( $url );
1761
+
1762
+ if ( ! $source ) {
1763
+ $source = yith_plugin_fw_panel_utm_source();
1764
+ }
1765
+
1766
  if ( ! empty( $slug ) ) {
1767
  $utm_track_data = array(
1768
  'utm_source' => $source,
1777
  }
1778
  }
1779
 
1780
+ if ( ! function_exists( 'yith_plugin_fw_panel_utm_source' ) ) {
1781
+ /**
1782
+ * Generates default UTM source for the dashboard
1783
+ *
1784
+ * @param YIT_Plugin_Panel $panel Panel object.
1785
+ *
1786
+ * @since 3.6.10
1787
+ */
1788
+ function yith_plugin_fw_panel_utm_source( $panel = false ) {
1789
+ if ( $panel->is_free() ) {
1790
+ return 'wp-free-dashboard';
1791
+ }
1792
+
1793
+ if ( $panel->is_extended() ) {
1794
+ return 'wp-extended-dashboard';
1795
+ }
1796
+
1797
+ return 'wp-dashboard';
1798
+ }
1799
+ }
1800
+
1801
  if ( ! function_exists( 'yith_plugin_fw_include_fw_template' ) ) {
1802
  /**
1803
  * Include a FW template
plugin-fw/yit-plugin.php CHANGED
@@ -112,9 +112,17 @@ if ( ! function_exists( 'yit_plugin_fw_row_meta' ) ) {
112
  );
113
  $fields = isset( $new_row_meta_args['to_show'] ) ? $new_row_meta_args['to_show'] : array();
114
  $slug = isset( $new_row_meta_args['slug'] ) ? $new_row_meta_args['slug'] : '';
115
- $is_premium = isset( $new_row_meta_args['is_premium'] ) ? $new_row_meta_args['is_premium'] : '';
 
116
  $utm_campaign = 'plugin-version-author-uri';
117
- $utm_source = $is_premium ? 'wp-premium-dashboard' : 'wp-free-dashboard';
 
 
 
 
 
 
 
118
 
119
  if ( ! ! $is_premium ) {
120
  $to_remove = array_search( 'premium_version', $fields, true );
112
  );
113
  $fields = isset( $new_row_meta_args['to_show'] ) ? $new_row_meta_args['to_show'] : array();
114
  $slug = isset( $new_row_meta_args['slug'] ) ? $new_row_meta_args['slug'] : '';
115
+ $is_extended = ! empty( $new_row_meta_args['is_extended'] ) || false !== strpos( $plugin_file, '-extended' );
116
+ $is_premium = ! empty( $new_row_meta_args['is_premium'] ) || false !== strpos( $plugin_file, '-premium' );
117
  $utm_campaign = 'plugin-version-author-uri';
118
+
119
+ if ( $is_premium ) {
120
+ $utm_source = 'wp-premium-dashboard';
121
+ } elseif ( $is_extended ) {
122
+ $utm_source = 'wp-extended-dashboard';
123
+ } else {
124
+ $utm_source = 'wp-free-dashboard';
125
+ }
126
 
127
  if ( ! ! $is_premium ) {
128
  $to_remove = array_search( 'premium_version', $fields, true );
templates/add-to-wishlist-browse.php CHANGED
@@ -44,6 +44,10 @@ global $product;
44
  </span>
45
  <a href="<?php echo esc_url( $wishlist_url ); ?>" rel="nofollow" data-title="<?php echo esc_attr( $browse_wishlist_text ); ?>">
46
  <?php echo ( ! $is_single && 'before_image' === $loop_position ) ? yith_wcwl_kses_icon( $icon ) : false; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
47
- <?php echo wp_kses_post( apply_filters( 'yith_wcwl_browse_wishlist_label', $browse_wishlist_text, $product_id, $icon ) ); ?>
 
 
 
 
48
  </a>
49
  </div>
44
  </span>
45
  <a href="<?php echo esc_url( $wishlist_url ); ?>" rel="nofollow" data-title="<?php echo esc_attr( $browse_wishlist_text ); ?>">
46
  <?php echo ( ! $is_single && 'before_image' === $loop_position ) ? yith_wcwl_kses_icon( $icon ) : false; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
47
+ <?php
48
+ if ( apply_filters( 'yith_wcwl_show_text_on_the_image', true ) ) {
49
+ echo wp_kses_post( apply_filters( 'yith_wcwl_browse_wishlist_label', $browse_wishlist_text, $product_id, $icon ) );
50
+ }
51
+ ?>
52
  </a>
53
  </div>
templates/wishlist-view-mobile.php CHANGED
@@ -62,9 +62,7 @@ if ( ! defined( 'YITH_WCWL' ) ) {
62
  */
63
  global $product;
64
 
65
- $product = $item->get_product();
66
- $availability = $product->get_availability();
67
- $stock_status = isset( $availability['class'] ) ? $availability['class'] : false;
68
 
69
  if ( $product && $product->exists() ) :
70
  ?>
@@ -189,7 +187,7 @@ if ( ! defined( 'YITH_WCWL' ) ) {
189
  <?php esc_html_e( 'Stock:', 'yith-woocommerce-wishlist' ); ?>
190
  </td>
191
  <td class="value">
192
- <?php echo 'out-of-stock' === $stock_status ? '<span class="wishlist-out-of-stock">' . esc_html__( 'Out of stock', 'yith-woocommerce-wishlist' ) . '</span>' : '<span class="wishlist-in-stock">' . esc_html__( 'In Stock', 'yith-woocommerce-wishlist' ) . '</span>'; ?>
193
  </td>
194
  </tr>
195
  <?php endif ?>
@@ -198,7 +196,7 @@ if ( ! defined( 'YITH_WCWL' ) ) {
198
 
199
  <!-- Add to cart button -->
200
  <?php $show_add_to_cart = apply_filters( 'yith_wcwl_table_product_show_add_to_cart', $show_add_to_cart, $item, $wishlist ); ?>
201
- <?php if ( $show_add_to_cart && isset( $stock_status ) && 'out-of-stock' !== $stock_status ) : ?>
202
  <div class="product-add-to-cart">
203
  <?php woocommerce_template_loop_add_to_cart( array( 'quantity' => $show_quantity ? $item->get_quantity() : 1 ) ); ?>
204
  </div>
62
  */
63
  global $product;
64
 
65
+ $product = $item->get_product();
 
 
66
 
67
  if ( $product && $product->exists() ) :
68
  ?>
187
  <?php esc_html_e( 'Stock:', 'yith-woocommerce-wishlist' ); ?>
188
  </td>
189
  <td class="value">
190
+ <?php echo 'out-of-stock' === $item->get_stock_status() ? '<span class="wishlist-out-of-stock">' . esc_html__( 'Out of stock', 'yith-woocommerce-wishlist' ) . '</span>' : '<span class="wishlist-in-stock">' . esc_html__( 'In Stock', 'yith-woocommerce-wishlist' ) . '</span>'; ?>
191
  </td>
192
  </tr>
193
  <?php endif ?>
196
 
197
  <!-- Add to cart button -->
198
  <?php $show_add_to_cart = apply_filters( 'yith_wcwl_table_product_show_add_to_cart', $show_add_to_cart, $item, $wishlist ); ?>
199
+ <?php if ( $show_add_to_cart && $item->is_purchasable() && 'out-of-stock' !== $item->get_stock_status() ) : ?>
200
  <div class="product-add-to-cart">
201
  <?php woocommerce_template_loop_add_to_cart( array( 'quantity' => $show_quantity ? $item->get_quantity() : 1 ) ); ?>
202
  </div>
templates/wishlist-view.php CHANGED
@@ -138,9 +138,7 @@ if ( ! defined( 'YITH_WCWL' ) ) {
138
  */
139
  global $product;
140
 
141
- $product = $item->get_product();
142
- $availability = $product->get_availability();
143
- $stock_status = isset( $availability['class'] ) ? $availability['class'] : false;
144
 
145
  if ( $product && $product->exists() ) :
146
  ?>
@@ -226,7 +224,7 @@ if ( ! defined( 'YITH_WCWL' ) ) {
226
  <td class="product-stock-status">
227
  <?php do_action( 'yith_wcwl_table_before_product_stock', $item, $wishlist ); ?>
228
 
229
- <?php echo 'out-of-stock' === $stock_status ? '<span class="wishlist-out-of-stock">' . esc_html( apply_filters( 'yith_wcwl_out_of_stock_label', __( 'Out of stock', 'yith-woocommerce-wishlist' ) ) ) . '</span>' : '<span class="wishlist-in-stock">' . esc_html( apply_filters( 'yith_wcwl_in_stock_label', __( 'In Stock', 'yith-woocommerce-wishlist' ) ) ) . '</span>'; ?>
230
 
231
  <?php do_action( 'yith_wcwl_table_after_product_stock', $item, $wishlist ); ?>
232
  </td>
@@ -248,7 +246,7 @@ if ( ! defined( 'YITH_WCWL' ) ) {
248
 
249
  <!-- Add to cart button -->
250
  <?php $show_add_to_cart = apply_filters( 'yith_wcwl_table_product_show_add_to_cart', $show_add_to_cart, $item, $wishlist ); ?>
251
- <?php if ( $show_add_to_cart && isset( $stock_status ) && 'out-of-stock' !== $stock_status ) : ?>
252
  <?php woocommerce_template_loop_add_to_cart( array( 'quantity' => $show_quantity ? $item->get_quantity() : 1 ) ); ?>
253
  <?php endif ?>
254
 
138
  */
139
  global $product;
140
 
141
+ $product = $item->get_product();
 
 
142
 
143
  if ( $product && $product->exists() ) :
144
  ?>
224
  <td class="product-stock-status">
225
  <?php do_action( 'yith_wcwl_table_before_product_stock', $item, $wishlist ); ?>
226
 
227
+ <?php echo 'out-of-stock' === $item->get_stock_status() ? '<span class="wishlist-out-of-stock">' . esc_html( apply_filters( 'yith_wcwl_out_of_stock_label', __( 'Out of stock', 'yith-woocommerce-wishlist' ) ) ) . '</span>' : '<span class="wishlist-in-stock">' . esc_html( apply_filters( 'yith_wcwl_in_stock_label', __( 'In Stock', 'yith-woocommerce-wishlist' ) ) ) . '</span>'; ?>
228
 
229
  <?php do_action( 'yith_wcwl_table_after_product_stock', $item, $wishlist ); ?>
230
  </td>
246
 
247
  <!-- Add to cart button -->
248
  <?php $show_add_to_cart = apply_filters( 'yith_wcwl_table_product_show_add_to_cart', $show_add_to_cart, $item, $wishlist ); ?>
249
+ <?php if ( $show_add_to_cart && $item->is_purchasable() && 'out-of-stock' !== $item->get_stock_status() ) : ?>
250
  <?php woocommerce_template_loop_add_to_cart( array( 'quantity' => $show_quantity ? $item->get_quantity() : 1 ) ); ?>
251
  <?php endif ?>
252