Version Description
Released on 19 September 2020 =
New: support for WooCommerce 4.5
Update: plugin framework
Tweak: filter fragments to update only visible ATW when reset_data js event occurs
Tweak: added error message when trying to add variable products to cart
Fix: issue with cart redirect when using YITH WCCL
Download this release
Release Info
Developer | yithemes |
Plugin | YITH WooCommerce Wishlist |
Version | 3.0.14 |
Comparing to | |
See all releases |
Code changes from version 3.0.13 to 3.0.14
- README.md +7 -3
- README.txt +11 -3
- assets/css/style.css +1 -1
- assets/css/unminified/style.css +13 -0
- assets/js/jquery.yith-wcwl.js +1 -1
- assets/js/unminified/jquery.yith-wcwl.js +40 -17
- includes/class.yith-wcwl-frontend.php +1 -1
- includes/class.yith-wcwl-shortcode.php +0 -1
- includes/class.yith-wcwl.php +10 -10
- includes/data-stores/class.yith-wcwl-wishlist-data-store.php +27 -6
- includes/data-stores/class.yith-wcwl-wishlist-item-data-store.php +17 -0
- init.php +2 -2
- languages/yith-woocommerce-wishlist-da_DK.mo +0 -0
- languages/yith-woocommerce-wishlist-da_DK.po +2 -2
- languages/yith-woocommerce-wishlist-de_DE.mo +0 -0
- languages/yith-woocommerce-wishlist-de_DE.po +2 -2
- languages/yith-woocommerce-wishlist-es_AR.mo +0 -0
- languages/yith-woocommerce-wishlist-es_AR.po +2 -2
- languages/yith-woocommerce-wishlist-es_ES.mo +0 -0
- languages/yith-woocommerce-wishlist-es_ES.po +2 -2
- languages/yith-woocommerce-wishlist-es_MX.mo +0 -0
- languages/yith-woocommerce-wishlist-es_MX.po +2 -2
- languages/yith-woocommerce-wishlist-fa_IR.mo +0 -0
- languages/yith-woocommerce-wishlist-fa_IR.po +2 -2
- languages/yith-woocommerce-wishlist-fr_FR.mo +0 -0
- languages/yith-woocommerce-wishlist-fr_FR.po +2019 -280
- languages/yith-woocommerce-wishlist-he_IL.mo +0 -0
- languages/yith-woocommerce-wishlist-he_IL.po +2 -2
- languages/yith-woocommerce-wishlist-hr.mo +0 -0
- languages/yith-woocommerce-wishlist-hr.po +2 -2
- languages/yith-woocommerce-wishlist-it_IT.mo +0 -0
- languages/yith-woocommerce-wishlist-it_IT.po +2 -2
- languages/yith-woocommerce-wishlist-ko_KR.mo +0 -0
- languages/yith-woocommerce-wishlist-ko_KR.po +2 -2
- languages/yith-woocommerce-wishlist-nl_NL.mo +0 -0
- languages/yith-woocommerce-wishlist-nl_NL.po +2 -2
- languages/yith-woocommerce-wishlist-pl_PL.mo +0 -0
- languages/yith-woocommerce-wishlist-pl_PL.po +2 -2
- languages/yith-woocommerce-wishlist-pt_BR.mo +0 -0
- languages/yith-woocommerce-wishlist-pt_BR.po +2 -2
- languages/yith-woocommerce-wishlist-pt_PT.mo +0 -0
- languages/yith-woocommerce-wishlist-pt_PT.po +2 -2
- languages/yith-woocommerce-wishlist-ru_RU.mo +0 -0
- languages/yith-woocommerce-wishlist-ru_RU.po +2 -2
- languages/yith-woocommerce-wishlist-sv_SE.mo +0 -0
- languages/yith-woocommerce-wishlist-sv_SE.po +2 -2
- languages/yith-woocommerce-wishlist-tr_TR.mo +0 -0
- languages/yith-woocommerce-wishlist-tr_TR.po +2 -2
- languages/yith-woocommerce-wishlist-uk_UA.mo +0 -0
- languages/yith-woocommerce-wishlist-uk_UA.po +2 -2
- languages/yith-woocommerce-wishlist-zh_CN.mo +0 -0
- languages/yith-woocommerce-wishlist-zh_CN.po +2 -2
- languages/yith-woocommerce-wishlist-zh_TW.mo +0 -0
- languages/yith-woocommerce-wishlist-zh_TW.po +2 -2
- plugin-fw/assets/js/yith-fields.js +16 -12
- plugin-fw/assets/js/yith-fields.min.js +1 -1
- plugin-fw/init.php +2 -2
- plugin-fw/lib/privacy/yit-privacy.php +2 -2
- plugin-fw/lib/yit-plugin-panel-wc.php +5 -4
- plugin-fw/package.json +1 -1
- plugin-fw/templates/fields/radio.php +1 -1
- plugin-fw/templates/metaboxes/tab.php +5 -5
- plugin-fw/templates/panel/woocommerce/woocommerce-form.php +4 -2
- plugin-fw/yit-functions.php +2 -2
- templates/add-to-wishlist.php +6 -6
README.md
CHANGED
@@ -21,7 +21,7 @@ The wishlist is one of the most powerful and popular tools in an ecommerce shop.
|
|
21 |
|
22 |
This means that you’ll be able to loyalise customers, push them to buy and attract new customers any time a wishlist is shared. Not bad for one plugin only, don’t you think?
|
23 |
|
24 |
-
Our YITH WooCommerce Wishlist has more than **
|
25 |
|
26 |
To celebrate this record and say thanks to all the plugin users, we’ve decided to release a new 3.0 version that has improved the design tremendously and added many new options.
|
27 |
|
@@ -151,9 +151,13 @@ Yes, of course you can. To avoid Wishlist page to show product prices, you can h
|
|
151 |
|
152 |
## Changelog
|
153 |
|
154 |
-
### 3.0.
|
155 |
|
156 |
-
*
|
|
|
|
|
|
|
|
|
157 |
|
158 |
## Support
|
159 |
|
21 |
|
22 |
This means that you’ll be able to loyalise customers, push them to buy and attract new customers any time a wishlist is shared. Not bad for one plugin only, don’t you think?
|
23 |
|
24 |
+
Our YITH WooCommerce Wishlist has more than **800,000 active installations** and that’s why it’s **the most popular wishlist plugin ever.**
|
25 |
|
26 |
To celebrate this record and say thanks to all the plugin users, we’ve decided to release a new 3.0 version that has improved the design tremendously and added many new options.
|
27 |
|
151 |
|
152 |
## Changelog
|
153 |
|
154 |
+
### 3.0.14 - Released on 17 September 2020
|
155 |
|
156 |
+
* New: support for WooCommerce 4.5
|
157 |
+
* Update: plugin framework
|
158 |
+
* Tweak: filter fragments to update only visible ATW when reset_data js event occurs
|
159 |
+
* Tweak: added error message when trying to add variable products to cart
|
160 |
+
* Fix: issue with cart redirect when using YITH WCCL
|
161 |
|
162 |
## Support
|
163 |
|
README.txt
CHANGED
@@ -4,12 +4,12 @@ Contributors: yithemes
|
|
4 |
Tags: wishlist, woocommerce, products, yit, e-commerce, shop, ecommerce wishlist, yith, woocommerce wishlist, shop wishlist
|
5 |
Requires at least: 4.5
|
6 |
Tested up to: 5.5
|
7 |
-
Stable tag: 3.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
YITH WooCommerce Wishlist add all Wishlist features to your website. Needs WooCommerce to work.
|
12 |
-
WooCommerce 4.
|
13 |
|
14 |
== Description ==
|
15 |
|
@@ -21,7 +21,7 @@ The wishlist is one of the most powerful and popular tools in an ecommerce shop.
|
|
21 |
|
22 |
This means that you’ll be able to loyalise customers, push them to buy and attract new customers any time a wishlist is shared. Not bad for one plugin only, don’t you think?
|
23 |
|
24 |
-
Our YITH WooCommerce Wishlist has more than **
|
25 |
|
26 |
To celebrate this record and say thanks to all the plugin users, we’ve decided to release a new 3.0 version that has improved the design tremendously and added many new options.
|
27 |
|
@@ -113,6 +113,14 @@ Yes, of course you can. To avoid Wishlist page to show product prices, you can h
|
|
113 |
|
114 |
== Changelog ==
|
115 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
116 |
= 3.0.13 - Released on 17 August 2020 =
|
117 |
|
118 |
* Fix: moved check over Ajax Loading option on first wishlist init only, to avoid problems when dynamically loading ATW on variable products
|
4 |
Tags: wishlist, woocommerce, products, yit, e-commerce, shop, ecommerce wishlist, yith, woocommerce wishlist, shop wishlist
|
5 |
Requires at least: 4.5
|
6 |
Tested up to: 5.5
|
7 |
+
Stable tag: 3.0.14
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
YITH WooCommerce Wishlist add all Wishlist features to your website. Needs WooCommerce to work.
|
12 |
+
WooCommerce 4.5.x compatible.
|
13 |
|
14 |
== Description ==
|
15 |
|
21 |
|
22 |
This means that you’ll be able to loyalise customers, push them to buy and attract new customers any time a wishlist is shared. Not bad for one plugin only, don’t you think?
|
23 |
|
24 |
+
Our YITH WooCommerce Wishlist has more than **800,000 active installations** and that’s why it’s **the most popular wishlist plugin ever.**
|
25 |
|
26 |
To celebrate this record and say thanks to all the plugin users, we’ve decided to release a new 3.0 version that has improved the design tremendously and added many new options.
|
27 |
|
113 |
|
114 |
== Changelog ==
|
115 |
|
116 |
+
= 3.0.14 - Released on 19 September 2020 =
|
117 |
+
|
118 |
+
* New: support for WooCommerce 4.5
|
119 |
+
* Update: plugin framework
|
120 |
+
* Tweak: filter fragments to update only visible ATW when reset_data js event occurs
|
121 |
+
* Tweak: added error message when trying to add variable products to cart
|
122 |
+
* Fix: issue with cart redirect when using YITH WCCL
|
123 |
+
|
124 |
= 3.0.13 - Released on 17 August 2020 =
|
125 |
|
126 |
* Fix: moved check over Ajax Loading option on first wishlist init only, to avoid problems when dynamically loading ATW on variable products
|
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}.yes-js #yith-wcwl-form .hidden-title-form{display:none;margin:25px 0 39px}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.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 a.hide-title-form i,.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 .hidden-title-form a.hide-title-form{vertical-align:middle;line-height:normal}.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}.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}.wishlist_manage_table td.wishlist-name .hidden-title-form .edit-title-buttons{position:absolute;right:0;top:0}.wishlist_manage_table td.wishlist-name .hidden-title-form a{float:right;cursor:pointer;margin-left:5px}.wishlist_manage_table td.wishlist-name .hidden-title-form a i{padding:5px;margin:0}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{position:relative}.wishlist_manage_table.modern_grid li .item-details .hidden-title-form .edit-title-buttons{position:absolute;right:0;top:0}.wishlist_manage_table.modern_grid li .item-details .hidden-title-form .edit-title-buttons a{float:right;line-height:1;cursor:pointer;margin-left:5px}.wishlist_manage_table.modern_grid li .item-details .hidden-title-form .edit-title-buttons a i{padding:5px;margin:0}.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-details .hidden-title-form .edit-title-buttons{position:absolute;right:0;top:0}.wishlist_manage_table.mobile li .item-details .hidden-title-form .edit-title-buttons a{float:right;line-height:1;cursor:pointer;margin-left:5px}.wishlist_manage_table.mobile li .item-details .hidden-title-form .edit-title-buttons a i{padding:5px;margin:0}.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}.yes-js #yith-wcwl-form .hidden-title-form{display:none;margin:25px 0 39px}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 a.hide-title-form i,.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 .hidden-title-form a.hide-title-form{vertical-align:middle;line-height:normal}.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}.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}.wishlist_manage_table td.wishlist-name .hidden-title-form .edit-title-buttons{position:absolute;right:0;top:0}.wishlist_manage_table td.wishlist-name .hidden-title-form a{float:right;cursor:pointer;margin-left:5px}.wishlist_manage_table td.wishlist-name .hidden-title-form a i{padding:5px;margin:0}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{position:relative}.wishlist_manage_table.modern_grid li .item-details .hidden-title-form .edit-title-buttons{position:absolute;right:0;top:0}.wishlist_manage_table.modern_grid li .item-details .hidden-title-form .edit-title-buttons a{float:right;line-height:1;cursor:pointer;margin-left:5px}.wishlist_manage_table.modern_grid li .item-details .hidden-title-form .edit-title-buttons a i{padding:5px;margin:0}.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-details .hidden-title-form .edit-title-buttons{position:absolute;right:0;top:0}.wishlist_manage_table.mobile li .item-details .hidden-title-form .edit-title-buttons a{float:right;line-height:1;cursor:pointer;margin-left:5px}.wishlist_manage_table.mobile li .item-details .hidden-title-form .edit-title-buttons a i{padding:5px;margin:0}.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}}
|
assets/css/unminified/style.css
CHANGED
@@ -505,6 +505,19 @@ p.wishlist-empty{
|
|
505 |
z-index: 10;
|
506 |
}
|
507 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
508 |
.wishlist_table.modern_grid li .item-wrapper{
|
509 |
display: table;
|
510 |
margin: 0 -7px;
|
505 |
z-index: 10;
|
506 |
}
|
507 |
|
508 |
+
.wishlist_table.images_grid.products li.product.first,
|
509 |
+
.wishlist_table.images_grid.products li.product.last {
|
510 |
+
clear: none;
|
511 |
+
}
|
512 |
+
|
513 |
+
.wishlist_table.images_grid.columns-2.products li.product:nth-of-type(2n+1),
|
514 |
+
.wishlist_table.images_grid.columns-3.products li.product:nth-of-type(3n+1),
|
515 |
+
.wishlist_table.images_grid.columns-4.products li.product:nth-of-type(4n+1),
|
516 |
+
.wishlist_table.images_grid.columns-5.products li.product:nth-of-type(5n+1),
|
517 |
+
.wishlist_table.images_grid.columns-6.products li.product:nth-of-type(6n+1){
|
518 |
+
clear: both;
|
519 |
+
}
|
520 |
+
|
521 |
.wishlist_table.modern_grid li .item-wrapper{
|
522 |
display: table;
|
523 |
margin: 0 -7px;
|
assets/js/jquery.yith-wcwl.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
jQuery(document).ready((function(t){function i(){void 0!==t.fn.selectBox&&t("select.selectBox").filter(":visible").not(".enhanced").selectBox().addClass("enhanced")}function e(){if(void 0!==t.prettyPhoto){var e={hook:"data-rel",social_tools:!1,theme:"pp_woocommerce",horizontal_padding:20,opacity:.8,deeplinking:!1,overlay_gallery:!1,default_width:500,changepicturecallback:function(){i(),t(".wishlist-select").filter(":visible").change(),t(document).trigger("yith_wcwl_popup_opened",[this])},markup:'<div class="pp_pic_holder"><div class="ppt"> </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>'};t('a[data-rel^="prettyPhoto[add_to_wishlist_"]').add('a[data-rel="prettyPhoto[ask_an_estimate]"]').add('a[data-rel="prettyPhoto[create_wishlist]"]').unbind("click").prettyPhoto(e),t('a[data-rel="prettyPhoto[move_to_another_wishlist]"]').on("click",(function(){var i=t(this),e=t("#move_to_another_wishlist").find("form"),a=e.find(".row-id"),o=i.closest("[data-row-id]").data("row-id");a.length&&a.remove(),e.append('<input type="hidden" name="row_id" class="row-id" value="'+o+'"/>')})).prettyPhoto(e);var a=function(i,e){if(void 0!==i.classList&&i.classList.contains("yith-wcwl-overlay")){var a="remove"===e?"removeClass":"addClass";t("body")[a]("yith-wcwl-with-pretty-photo")}},o=function(t){a(t,"add")},n=function(t){a(t,"remove")};new MutationObserver((function(t){for(var i in t){var e=t[i];"childList"===e.type&&(void 0!==e.addedNodes&&e.addedNodes.forEach(o),void 0!==e.removedNodes&&e.removedNodes.forEach(n))}})).observe(document.body,{childList:!0})}}function a(){t(".wishlist_table").find('.product-checkbox input[type="checkbox"]').off("change").on("change",(function(){var i=t(this);i.parent().removeClass("checked").removeClass("unchecked").addClass(i.is(":checked")?"checked":"unchecked")})).trigger("change")}function o(){t(".add_to_cart").filter("[data-icon]").not(".icon-added").each((function(){var i,e=t(this),a=e.data("icon");i=a.match(/[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()@:%_\+.~#?&//=]*)?/gi)?t("<img/>",{src:a}):t("<i/>",{class:"fa "+a}),e.prepend(i).addClass("icon-added")}))}function n(){i(),e(),a(),o(),l(),s(),_(),d(),c(),r(),t(document).trigger("yith_wcwl_init_after_ajax")}function s(){yith_wcwl_l10n.enable_tooltip&&t(".yith-wcwl-add-to-wishlist").find("[data-title]").each((function(){var i=t(this);i.hasClass("tooltip-added")||(i.on("mouseenter",(function(){var i,e=t(this),a=null,o=e.outerWidth(),n=0;a=t("<span>",{class:"yith-wcwl-tooltip",text:e.data("title")}),e.append(a),i=a.outerWidth()+6,a.outerWidth(i),n=(o-i)/2,a.css({left:n.toFixed(0)+"px"}).fadeIn(200),e.addClass("with-tooltip")})).on("mouseleave",(function(){var i=t(this);i.find(".yith-wcwl-tooltip").fadeOut(200,(function(){i.removeClass("with-tooltip").find(".yith-wcwl-tooltip").remove()}))})),i.addClass("tooltip-added"))}))}function l(){t(".yith-wcwl-add-button").filter(".with-dropdown").on("mouseleave",(function(){var i=t(this).find(".yith-wcwl-dropdown");i.length&&i.fadeOut(200)})).children("a").on("mouseenter",(function(){var i=t(this).closest(".with-dropdown"),e=i.find(".yith-wcwl-dropdown");e.length&&e.children().length&&i.find(".yith-wcwl-dropdown").fadeIn(200)}))}function d(){void 0!==yith_wcwl_l10n.enable_drag_n_drop&&yith_wcwl_l10n.enable_drag_n_drop&&t(".wishlist_table").filter(".sortable").not(".no-interactions").each((function(){var i=t(this),e=!1;i.sortable({items:"[data-row-id]",scroll:!0,helper:function(i,e){return e.children().each((function(){t(this).width(t(this).width())})),e},update:function(){var a=i.find("[data-row-id]"),o=[],n=0;a.length&&(e&&e.abort(),a.each((function(){var i=t(this);i.find('input[name*="[position]"]').val(n++),o.push(i.data("row-id"))})),e=t.ajax({data:{action:yith_wcwl_l10n.actions.sort_wishlist_items,positions:o,wishlist_token:i.data("token"),page:i.data("page"),per_page:i.data("per-page")},method:"POST",url:yith_wcwl_l10n.ajax_url}))}})}))}function c(){var i,e;t(".wishlist_table").on("change",".product-quantity input",(function(){var a=t(this),o=a.closest("[data-row-id]"),n=o.data("row-id"),s=a.closest(".wishlist_table"),l=s.data("token");clearTimeout(e),o.find(".add_to_cart").attr("data-quantity",a.val()),e=setTimeout((function(){i&&i.abort(),i=t.ajax({beforeSend:function(){b(s)},complete:function(){k(s)},data:{product_id:n,wishlist_token:l,quantity:a.val(),action:yith_wcwl_l10n.actions.update_item_quantity},method:"POST",url:yith_wcwl_l10n.ajax_url})}),1e3)}))}function r(){t(".copy-trigger").on("click",(function(){var i=t(".copy-target");if(i.length>0)if(i.is("input"))S()?i[0].setSelectionRange(0,9999):i.select(),document.execCommand("copy");else{var e=t("<input/>",{val:i.text(),type:"text"});t("body").append(e),S()?e[0].setSelectionRange(0,9999):e.select(),document.execCommand("copy"),e.remove()}}))}function _(){t(".wishlist_table").filter(".images_grid").not(".enhanced").on("click","[data-row-id] .product-thumbnail a",(function(i){var e=t(this).closest("[data-row-id]"),a=e.siblings("[data-row-id]"),o=e.find(".item-details");i.preventDefault(),o.length&&(a.removeClass("show"),e.toggleClass("show"))})).on("click","[data-row-id] a.close",(function(i){var e=t(this).closest("[data-row-id]"),a=e.find(".item-details");i.preventDefault(),a.length&&e.removeClass("show")})).on("click","[data-row-id] a.remove_from_wishlist",(function(i){var e=t(this);return i.stopPropagation(),w(e),!1})).addClass("enhanced"),t(document).on("click",(function(i){t(i.target).closest("[data-row-id]").length||t(".wishlist_table").filter(".images_grid").find(".show").removeClass("show")})).on("added_to_cart",(function(){t(".wishlist_table").filter(".images_grid").find(".show").removeClass("show")}))}function h(i,e,a){i.action=yith_wcwl_l10n.actions.move_to_another_wishlist_action,""!==i.wishlist_token&&""!==i.destination_wishlist_token&&""!==i.item_id&&t.ajax({beforeSend:e,url:yith_wcwl_l10n.ajax_url,data:i,dataType:"json",method:"post",success:function(e){a(e),n(),t("body").trigger("moved_to_another_wishlist",[t(this),i.item_id])}})}function w(i){var e=i.parents(".cart.wishlist_table"),a=i.parents("[data-row-id]"),o=a.data("row-id"),s=e.data("id"),l=e.data("token"),d={action:yith_wcwl_l10n.actions.remove_from_wishlist_action,remove_from_wishlist:o,wishlist_id:s,wishlist_token:l,fragments:j(o)};t.ajax({beforeSend:function(){b(e)},complete:function(){k(e)},data:d,method:"post",success:function(e){void 0!==e.fragments&&T(e.fragments),n(),t("body").trigger("removed_from_wishlist",[i,a])},url:yith_wcwl_l10n.ajax_url})}function f(i){var e=t(this),a=e.closest(".wishlist_table"),o=null;i.preventDefault(),(o=a.length?e.closest("[data-wishlist-id]").find(".wishlist-title"):e.parents(".wishlist-title")).next().show().find('input[type="text"]').focus(),o.hide()}function p(i){var e=t(this);i.preventDefault(),e.parents(".hidden-title-form").hide(),e.parents(".hidden-title-form").prev().show()}function u(i){var e,a=t(this),o=a.closest(".hidden-title-form"),n=a.closest("[data-wishlist-id]").data("wishlist-id"),s=o.find('input[type="text"]'),l=s.val();if(i.preventDefault(),!l)return o.addClass("woocommerce-invalid"),void s.focus();e={action:yith_wcwl_l10n.actions.save_title_action,wishlist_id:n,title:l,fragments:j()},t.ajax({type:"POST",url:yith_wcwl_l10n.ajax_url,data:e,dataType:"json",beforeSend:function(){b(o)},complete:function(){k(o)},success:function(t){var i=t.fragments;t.result?(o.hide(),o.prev().find(".wishlist-anchor").text(l).end().show()):(o.addClass("woocommerce-invalid"),s.focus()),void 0!==i&&T(i)}})}function m(){var i=t(this),e=i.val(),a=i.closest("[data-wishlist-id]").data("wishlist-id"),o={action:yith_wcwl_l10n.actions.save_privacy_action,wishlist_id:a,privacy:e,fragments:j()};t.ajax({type:"POST",url:yith_wcwl_l10n.ajax_url,data:o,dataType:"json",success:function(t){var i=t.fragments;void 0!==i&&T(i)}})}function v(i){if(void 0!==t.prettyPhoto&&void 0!==t.prettyPhoto.close)if(void 0!==i){var e=t(".pp_content_container"),a=e.find(".pp_content"),o=e.find(".yith-wcwl-popup-form"),n=o.closest(".pp_pic_holder");if(o.length){var s=t("<div/>",{class:"yith-wcwl-popup-feedback"});s.append(t("<i/>",{class:"fa fa-check heading-icon"})),s.append(t("<p/>",{class:"feedback",html:i})),s.css("display","none"),a.css("height","auto"),o.after(s),o.fadeOut(200,(function(){s.fadeIn()})),n.addClass("feedback"),n.css("left",t(window).innerWidth()/2-n.outerWidth()/2+"px"),(void 0===yith_wcwl_l10n.auto_close_popup||yith_wcwl_l10n.auto_close_popup)&&setTimeout(v,yith_wcwl_l10n.popup_timeout)}}else try{t.prettyPhoto.close()}catch(t){}}function g(i){var e=t("#yith-wcwl-popup-message"),a=t("#yith-wcwl-message"),o=void 0!==yith_wcwl_l10n.popup_timeout?yith_wcwl_l10n.popup_timeout:3e3;(void 0===yith_wcwl_l10n.enable_notices||yith_wcwl_l10n.enable_notices)&&(a.html(i),e.css("margin-left","-"+t(e).width()+"px").fadeIn(),window.setTimeout((function(){e.fadeOut()}),o))}function y(i){var e=t("select.wishlist-select"),a=t("ul.yith-wcwl-dropdown");e.each((function(){var e=t(this),a=e.find("option"),o=a.filter('[value="new"]');a.not(o).remove(),t.each(i,(function(i,a){t("<option>",{value:a.id,html:a.wishlist_name}).appendTo(e)})),e.append(o)})),a.each((function(){var e=t(this),a=e.find("li"),o=e.closest(".yith-wcwl-add-button").children("a.add_to_wishlist"),n=o.attr("data-product-id"),s=o.attr("data-product-type");a.remove(),t.each(i,(function(i,a){a.default||t("<li>").append(t("<a>",{rel:"nofollow",html:a.wishlist_name,class:"add_to_wishlist",href:a.add_to_this_wishlist_url,"data-product-id":n,"data-product-type":s,"data-wishlist-id":a.id})).appendTo(e)}))}))}function b(i){void 0!==t.fn.block&&i.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 k(i){void 0!==t.fn.unblock&&i.stop(!0).css("opacity","1").unblock()}function x(){if(navigator.cookieEnabled)return!0;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 j(i){var e={},a=null;return i?"object"==typeof i?(a=(i=t.extend({fragments:null,s:"",container:t(document),firstLoad:!1},i)).fragments?i.fragments:i.container.find(".wishlist-fragment"),i.s&&(a=a.not("[data-fragment-ref]").add(a.filter('[data-fragment-ref="'+i.s+'"]'))),i.firstLoad&&(a=a.filter(".on-first-load"))):(a=t(".wishlist-fragment"),"string"!=typeof i&&"number"!=typeof i||(a=a.not("[data-fragment-ref]").add(a.filter('[data-fragment-ref="'+i+'"]')))):a=t(".wishlist-fragment"),a.each((function(){var i=t(this),a=i.attr("class").split(" ").filter(t=>t.length&&"exists"!==t).join(yith_wcwl_l10n.fragments_index_glue);e[a]=i.data("fragment-options")})),e}function C(i){var e=j(i=t.extend({firstLoad:!0},i));e&&t.ajax({data:{action:yith_wcwl_l10n.actions.load_fragments,fragments:e},method:"post",success:function(a){void 0!==a.fragments&&(T(a.fragments),n(),t(document).trigger("yith_wcwl_fragments_loaded",[e,a.fragments,i.firstLoad]))},url:yith_wcwl_l10n.ajax_url})}function T(i){t.each(i,(function(i,e){var a="."+i.split(yith_wcwl_l10n.fragments_index_glue).filter(t=>t.length&&"exists"!==t).join("."),o=t(a),n=t(e).filter(a);n.length||(n=t(e).find(a)),o.length&&n.length&&o.replaceWith(n)}))}function S(){return navigator.userAgent.match(/ipad|iphone/i)}t(document).on("yith_wcwl_init",(function(){var S=t(this),P="undefined"!=typeof wc_add_to_cart_params&&null!==wc_add_to_cart_params?wc_add_to_cart_params.cart_redirect_after_add:"";S.on("click",".add_to_wishlist",(function(i){var e,a=t(this),o=a.attr("data-product-id"),s=t(".add-to-wishlist-"+o),l={add_to_wishlist:o,product_type:a.data("product-type"),wishlist_id:a.data("wishlist-id"),action:yith_wcwl_l10n.actions.add_to_wishlist_action,fragments:j(o)};if((e=t(document).triggerHandler("yith_wcwl_add_to_wishlist_data",[a,l]))&&(l=e),i.preventDefault(),jQuery(document.body).trigger("adding_to_wishlist"),yith_wcwl_l10n.multi_wishlist&&yith_wcwl_l10n.modal_enable){var d=a.parents(".yith-wcwl-popup-footer").prev(".yith-wcwl-popup-content"),c=d.find(".wishlist-select"),r=d.find(".wishlist-name"),_=d.find(".wishlist-visibility").filter(":checked");if(l.wishlist_id=c.is(":visible")?c.val():"new",l.wishlist_name=r.val(),l.wishlist_visibility=_.val(),"new"===l.wishlist_id&&!l.wishlist_name)return r.closest("p").addClass("woocommerce-invalid"),!1;r.closest("p").removeClass("woocommerce-invalid")}if(x())return t.ajax({type:"POST",url:yith_wcwl_l10n.ajax_url,data:l,dataType:"json",beforeSend:function(){b(a)},complete:function(){k(a)},success:function(i){var e=i.result,o=i.message;yith_wcwl_l10n.multi_wishlist?(v(o),void 0!==i.user_wishlists&&y(i.user_wishlists)):g(o),"true"!==e&&"exists"!==e||(void 0!==i.fragments&&T(i.fragments),yith_wcwl_l10n.multi_wishlist&&!yith_wcwl_l10n.hide_add_button||s.find(".yith-wcwl-add-button").remove(),s.addClass("exists")),n(),t("body").trigger("added_to_wishlist",[a,s])}}),!1;window.alert(yith_wcwl_l10n.labels.cookie_disabled)})),S.on("click",".wishlist_table .remove_from_wishlist",(function(i){var e=t(this);return i.preventDefault(),w(e),!1})),S.on("adding_to_cart","body",(function(t,i,e){void 0!==i&&void 0!==e&&i.closest(".wishlist_table").length&&(e.remove_from_wishlist_after_add_to_cart=i.closest("[data-row-id]").data("row-id"),e.wishlist_id=i.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=yith_wcwl_l10n.redirect_to_cart))})),S.on("added_to_cart","body",(function(t,i,e,a){if(void 0!==a&&a.closest(".wishlist_table").length){"undefined"!=typeof wc_add_to_cart_params&&(wc_add_to_cart_params.cart_redirect_after_add=P),"undefined"!=typeof yith_wccl_general&&(yith_wccl_general.cart_redirect=P);var o=a.closest("[data-row-id]"),n=o.closest(".wishlist-fragment").data("fragment-options");a.removeClass("added"),o.find(".added_to_cart").remove(),yith_wcwl_l10n.remove_from_wishlist_after_add_to_cart&&n.is_user_owner&&o.remove()}})),S.on("added_to_cart","body",(function(){var i=t(".woocommerce-message");0===i.length?t("#yith-wcwl-form").prepend(yith_wcwl_l10n.labels.added_to_cart_message):i.fadeOut(300,(function(){t(this).replaceWith(yith_wcwl_l10n.labels.added_to_cart_message).fadeIn()}))})),S.on("cart_page_refreshed","body",n),S.on("click",".show-title-form",f),S.on("click",".wishlist-title-with-form h2",f),S.on("click",".remove_from_all_wishlists",(function(i){var e=t(this),a=e.attr("data-product-id"),o=e.data("wishlist-id"),s=e.closest(".content"),l={action:yith_wcwl_l10n.actions.remove_from_all_wishlists,prod_id:a,wishlist_id:o,fragments:j(a)};i.preventDefault(),t.ajax({beforeSend:function(){b(s)},complete:function(){k(s)},data:l,dataType:"json",method:"post",success:function(t){void 0!==t.fragments&&T(t.fragments),n()},url:yith_wcwl_l10n.ajax_url})})),S.on("click",".hide-title-form",p),S.on("click",".save-title-form",u),S.on("change",".wishlist_manage_table .wishlist-visibility",m),S.on("change",".change-wishlist",(function(){var i=t(this),e=i.parents(".cart.wishlist_table"),a=e.data("token"),o=i.parents("[data-row-id]").data("row-id");h({wishlist_token:a,destination_wishlist_token:i.val(),item_id:o,fragments:j()},(function(){b(e)}),(function(t){void 0!==t.fragments&&T(t.fragments),k(e)}))})),S.on("click",".yith-wcwl-popup-footer .move_to_wishlist",(function(){var i=t(this),e=i.attr("data-product-id"),a=i.data("origin-wishlist-id"),o=i.closest("form"),s=o.find(".wishlist-select").val(),l=o.find(".wishlist-name"),d=l.val(),c=o.find(".wishlist-visibility").filter(":checked").val();if("new"===s&&!d)return l.closest("p").addClass("woocommerce-invalid"),!1;l.closest("p").removeClass("woocommerce-invalid"),h({wishlist_token:a,destination_wishlist_token:s,item_id:e,wishlist_name:d,wishlist_visibility:c,fragments:j(e)},(function(){b(i)}),(function(t){var e=t.message;yith_wcwl_l10n.multi_wishlist?(v(e),void 0!==t.user_wishlists&&y(t.user_wishlists)):g(e),void 0!==t.fragments&&T(t.fragments),n(),k(i)}))})),S.on("click",".delete_item",(function(){var i=t(this),e=i.attr("data-product-id"),a=i.data("item-id"),o=t(".add-to-wishlist-"+e);return t.ajax({url:yith_wcwl_l10n.ajax_url,data:{action:yith_wcwl_l10n.actions.delete_item_action,item_id:a,fragments:j(e)},dataType:"json",beforeSend:function(){b(i)},complete:function(){k(i)},method:"post",success:function(e){var a=e.fragments,s=e.message;yith_wcwl_l10n.multi_wishlist&&v(s),i.closest(".yith-wcwl-remove-button").length||g(s),void 0!==a&&T(a),n(),t("body").trigger("removed_from_wishlist",[i,o])}}),!1})),S.on("change",".yith-wcwl-popup-content .wishlist-select",(function(){var i=t(this);"new"===i.val()?i.parents(".yith-wcwl-first-row").next(".yith-wcwl-second-row").show():i.parents(".yith-wcwl-first-row").next(".yith-wcwl-second-row").hide()})),S.on("change","#bulk_add_to_cart",(function(){var i=t(this),e=i.closest(".wishlist_table").find("[data-row-id]").find('input[type="checkbox"]:not(:disabled)');i.is(":checked")?e.attr("checked","checked").change():e.removeAttr("checked").change()})),S.on("submit",".wishlist-ask-an-estimate-popup",(function(){var i=t(this),e=i.closest("form"),a=i.closest(".pp_content"),o=e.serialize();return t.ajax({beforeSend:function(){b(e)},complete:function(){k(e)},data:o+"&action="+yith_wcwl_l10n.actions.ask_an_estimate,dataType:"json",method:"post",success:function(i){if(void 0!==i.result&&i.result){var o=i.template;void 0!==o&&(e.replaceWith(o),a.css("height","auto"),setTimeout(v,yith_wcwl_l10n.time_to_close_prettyphoto))}else void 0!==i.message&&(e.find(".woocommerce-error").remove(),e.find(".popup-description").after(t("<div>",{text:i.message,class:"woocommerce-error"})))},url:yith_wcwl_l10n.ajax_url}),!1})),S.on("click",".yith-wfbt-add-wishlist",(function(i){i.preventDefault();var e=t(this),a=t("#yith-wcwl-form");t("html, body").animate({scrollTop:a.offset().top},500),function(i,e){var a=i.attr("data-product-id"),o=t(document).find(".cart.wishlist_table"),s=o.data("pagination"),l=o.data("per-page"),d=o.data("id"),c=o.data("token"),r={action:yith_wcwl_l10n.actions.reload_wishlist_and_adding_elem_action,pagination:s,per_page:l,wishlist_id:d,wishlist_token:c,add_to_wishlist:a,context:"frontend",product_type:i.data("product-type")};if(!x())return void window.alert(yith_wcwl_l10n.labels.cookie_disabled);t.ajax({type:"POST",url:yith_wcwl_l10n.ajax_url,data:r,dataType:"html",beforeSend:function(){b(o)},complete:function(){k(o)},success:function(i){var a=t(i),o=a.find("#yith-wcwl-form"),s=a.find(".yith-wfbt-slider-wrapper");e.replaceWith(o),t(".yith-wfbt-slider-wrapper").replaceWith(s),n(),t(document).trigger("yith_wcwl_reload_wishlist_from_frequently")}})}(e,a)})),S.on("submit",".yith-wcwl-popup-form",(function(){return!1})),S.on("yith_infs_added_elem",(function(){e()})),S.on("found_variation",(function(i,e){var a=t(i.target).data("product_id"),o=e.variation_id,n=t('[data-product-id="'+a+'"]').add('[data-original-product-id="'+a+'"]'),s=n.closest(".wishlist-fragment").filter(":visible");a&&o&&n.length&&(n.each((function(){var i,e=t(this),n=e.closest(".yith-wcwl-add-to-wishlist");e.attr("data-original-product-id",a),e.attr("data-product-id",o),n.length&&(void 0!==(i=n.data("fragment-options"))&&(i.product_id=o,n.data("fragment-options",i)),n.removeClass((function(t,i){return i.match(/add-to-wishlist-\S+/g).join(" ")})).addClass("add-to-wishlist-"+o).attr("data-fragment-ref",o))})),b(s),C({fragments:s,firstLoad:!1}))})),S.on("reset_data",(function(i){var e=t(i.target).data("product_id"),a=t('[data-original-product-id="'+e+'"]'),o=a.closest(".wishlist-fragment");e&&a.length&&(a.each((function(){var i,a=t(this),o=a.closest(".yith-wcwl-add-to-wishlist"),n=a.attr("data-product-id");a.attr("data-product-id",e),a.attr("data-original-product-id",""),o.length&&(void 0!==(i=o.data("fragment-options"))&&(i.product_id=e,o.data("fragment-options",i)),o.removeClass("add-to-wishlist-"+n).addClass("add-to-wishlist-"+e).attr("data-fragment-ref",e))})),b(o),C({fragments:o,firstLoad:!1}))})),S.on("yith_wcwl_reload_fragments",C),S.on("yith_infs_added_elem",(function(t,i){C({container:i,firstLoad:!1})})),S.on("yith_wcwl_fragments_loaded",(function(i,e,a,o){o&&t(".variations_form").find(".variations select").last().change()})),S.on("click",".yith-wcwl-popup-feedback .close-popup",(function(t){t.preventDefault(),v()})),function(){if(void 0!==yith_wcwl_l10n.enable_notices&&!yith_wcwl_l10n.enable_notices)return;if(t(".yith-wcwl-add-to-wishlist").length&&!t("#yith-wcwl-popup-message").length){var i=t("<div>").attr("id","yith-wcwl-message"),e=t("<div>").attr("id","yith-wcwl-popup-message").html(i).hide();t("body").prepend(e)}}(),s(),l(),d(),c(),_(),t(document).on("click",".show-tab",(function(i){var e=t(this),a=e.closest(".yith-wcwl-popup-content"),o=e.data("tab"),n=a.find(".tab").filter("."+o);if(i.preventDefault(),!n.length)return!1;e.addClass("active").siblings(".show-tab").removeClass("active"),n.show().siblings(".tab").hide(),"create"===o?a.prepend('<input type="hidden" id="new_wishlist_selector" class="wishlist-select" value="new">'):a.find("#new_wishlist_selector").remove()})),t(document).on("change",".wishlist-select",(function(){var i=t(this),e=i.closest(".yith-wcwl-popup-content"),a=i.closest(".tab"),o=e.find(".tab.create"),n=e.find(".show-tab"),s=n.filter('[data-tab="create"]');"new"===i.val()&&o.length&&(a.hide(),o.show(),n.removeClass("active"),s.addClass("active"),i.find("option").removeProp("selected"),i.change())})),i(),a(),e(),o(),function(){var i=!1;if(!yith_wcwl_l10n.is_wishlist_responsive)return;t(window).on("resize",(function(){var e=t(".wishlist_table.responsive"),a=e.is(".mobile"),o=window.matchMedia("(max-width: 768px)"),s=e.closest("form"),l=s.attr("class"),d=s.data("fragment-options"),c={},r=!1;e.length&&(o.matches&&e&&!a?(d.is_mobile="yes",r=!0):!o.matches&&e&&a&&(d.is_mobile="no",r=!0),r&&(i&&i.abort(),c[l.split(" ").join(yith_wcwl_l10n.fragments_index_glue)]=d,i=t.ajax({beforeSend:function(){b(e)},complete:function(){k(e)},data:{action:yith_wcwl_l10n.actions.load_mobile_action,fragments:c},method:"post",success:function(i){void 0!==i.fragments&&(T(i.fragments),n(),t(document).trigger("yith_wcwl_responsive_template",[a,i.fragments]))},url:yith_wcwl_l10n.ajax_url})))}))}(),r(),yith_wcwl_l10n.enable_ajax_loading&&C()})).trigger("yith_wcwl_init")}));
|
1 |
+
jQuery(document).ready((function(t){function i(){void 0!==t.fn.selectBox&&t("select.selectBox").filter(":visible").not(".enhanced").selectBox().addClass("enhanced")}function e(){if(void 0!==t.prettyPhoto){var e={hook:"data-rel",social_tools:!1,theme:"pp_woocommerce",horizontal_padding:20,opacity:.8,deeplinking:!1,overlay_gallery:!1,default_width:500,changepicturecallback:function(){i(),t(".wishlist-select").filter(":visible").change(),t(document).trigger("yith_wcwl_popup_opened",[this])},markup:'<div class="pp_pic_holder"><div class="ppt"> </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>'};t('a[data-rel^="prettyPhoto[add_to_wishlist_"]').add('a[data-rel="prettyPhoto[ask_an_estimate]"]').add('a[data-rel="prettyPhoto[create_wishlist]"]').unbind("click").prettyPhoto(e),t('a[data-rel="prettyPhoto[move_to_another_wishlist]"]').on("click",(function(){var i=t(this),e=t("#move_to_another_wishlist").find("form"),a=e.find(".row-id"),n=i.closest("[data-row-id]").data("row-id");a.length&&a.remove(),e.append('<input type="hidden" name="row_id" class="row-id" value="'+n+'"/>')})).prettyPhoto(e);var a=function(i,e){if(void 0!==i.classList&&i.classList.contains("yith-wcwl-overlay")){var a="remove"===e?"removeClass":"addClass";t("body")[a]("yith-wcwl-with-pretty-photo")}},n=function(t){a(t,"add")},o=function(t){a(t,"remove")};new MutationObserver((function(t){for(var i in t){var e=t[i];"childList"===e.type&&(void 0!==e.addedNodes&&e.addedNodes.forEach(n),void 0!==e.removedNodes&&e.removedNodes.forEach(o))}})).observe(document.body,{childList:!0})}}function a(){t(".wishlist_table").find('.product-checkbox input[type="checkbox"]').off("change").on("change",(function(){var i=t(this);i.parent().removeClass("checked").removeClass("unchecked").addClass(i.is(":checked")?"checked":"unchecked")})).trigger("change")}function n(){t(".add_to_cart").filter("[data-icon]").not(".icon-added").each((function(){var i,e=t(this),a=e.data("icon");i=a.match(/[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()@:%_\+.~#?&//=]*)?/gi)?t("<img/>",{src:a}):t("<i/>",{class:"fa "+a}),e.prepend(i).addClass("icon-added")}))}function o(){i(),e(),a(),n(),d(),s(),_(),l(),c(),r(),t(document).trigger("yith_wcwl_init_after_ajax")}function s(){yith_wcwl_l10n.enable_tooltip&&t(".yith-wcwl-add-to-wishlist").find("[data-title]").each((function(){var i=t(this);i.hasClass("tooltip-added")||(i.on("mouseenter",(function(){var i,e=t(this),a=null,n=e.outerWidth(),o=0;a=t("<span>",{class:"yith-wcwl-tooltip",text:e.data("title")}),e.append(a),i=a.outerWidth()+6,a.outerWidth(i),o=(n-i)/2,a.css({left:o.toFixed(0)+"px"}).fadeIn(200),e.addClass("with-tooltip")})).on("mouseleave",(function(){var i=t(this);i.find(".yith-wcwl-tooltip").fadeOut(200,(function(){i.removeClass("with-tooltip").find(".yith-wcwl-tooltip").remove()}))})),i.addClass("tooltip-added"))}))}function d(){t(".yith-wcwl-add-button").filter(".with-dropdown").on("mouseleave",(function(){var i=t(this).find(".yith-wcwl-dropdown");i.length&&i.fadeOut(200)})).children("a").on("mouseenter",(function(){var i=t(this).closest(".with-dropdown"),e=i.find(".yith-wcwl-dropdown");e.length&&e.children().length&&i.find(".yith-wcwl-dropdown").fadeIn(200)}))}function l(){void 0!==yith_wcwl_l10n.enable_drag_n_drop&&yith_wcwl_l10n.enable_drag_n_drop&&t(".wishlist_table").filter(".sortable").not(".no-interactions").each((function(){var i=t(this),e=!1;i.sortable({items:"[data-row-id]",scroll:!0,helper:function(i,e){return e.children().each((function(){t(this).width(t(this).width())})),e},update:function(){var a=i.find("[data-row-id]"),n=[],o=0;a.length&&(e&&e.abort(),a.each((function(){var i=t(this);i.find('input[name*="[position]"]').val(o++),n.push(i.data("row-id"))})),e=t.ajax({data:{action:yith_wcwl_l10n.actions.sort_wishlist_items,context:"frontend",positions:n,wishlist_token:i.data("token"),page:i.data("page"),per_page:i.data("per-page")},method:"POST",url:yith_wcwl_l10n.ajax_url}))}})}))}function c(){var i,e;t(".wishlist_table").on("change",".product-quantity :input",(function(){var a=t(this),n=a.closest("[data-row-id]"),o=n.data("row-id"),s=a.closest(".wishlist_table"),d=s.data("token");clearTimeout(e),n.find(".add_to_cart").attr("data-quantity",a.val()),e=setTimeout((function(){i&&i.abort(),i=t.ajax({beforeSend:function(){b(s)},complete:function(){x(s)},data:{action:yith_wcwl_l10n.actions.update_item_quantity,context:"frontend",product_id:o,wishlist_token:d,quantity:a.val()},method:"POST",url:yith_wcwl_l10n.ajax_url})}),1e3)}))}function r(){t(".copy-trigger").on("click",(function(){var i=t(".copy-target");if(i.length>0)if(i.is("input"))S()?i[0].setSelectionRange(0,9999):i.select(),document.execCommand("copy");else{var e=t("<input/>",{val:i.text(),type:"text"});t("body").append(e),S()?e[0].setSelectionRange(0,9999):e.select(),document.execCommand("copy"),e.remove()}}))}function _(){t(".wishlist_table").filter(".images_grid").not(".enhanced").on("click","[data-row-id] .product-thumbnail a",(function(i){var e=t(this).closest("[data-row-id]"),a=e.siblings("[data-row-id]"),n=e.find(".item-details");i.preventDefault(),n.length&&(a.removeClass("show"),e.toggleClass("show"))})).on("click","[data-row-id] a.close",(function(i){var e=t(this).closest("[data-row-id]"),a=e.find(".item-details");i.preventDefault(),a.length&&e.removeClass("show")})).on("click","[data-row-id] a.remove_from_wishlist",(function(i){var e=t(this);return i.stopPropagation(),w(e),!1})).addClass("enhanced"),t(document).on("click",(function(i){t(i.target).closest("[data-row-id]").length||t(".wishlist_table").filter(".images_grid").find(".show").removeClass("show")})).on("added_to_cart",(function(){t(".wishlist_table").filter(".images_grid").find(".show").removeClass("show")}))}function h(i,e,a){i.action=yith_wcwl_l10n.actions.move_to_another_wishlist_action,i.context="frontend",""!==i.wishlist_token&&""!==i.destination_wishlist_token&&""!==i.item_id&&t.ajax({beforeSend:e,url:yith_wcwl_l10n.ajax_url,data:i,dataType:"json",method:"post",success:function(e){a(e),o(),t("body").trigger("moved_to_another_wishlist",[t(this),i.item_id])}})}function w(i){var e=i.parents(".cart.wishlist_table"),a=i.parents("[data-row-id]"),n=a.data("row-id"),s=e.data("id"),d=e.data("token"),l={action:yith_wcwl_l10n.actions.remove_from_wishlist_action,context:"frontend",remove_from_wishlist:n,wishlist_id:s,wishlist_token:d,fragments:j(n)};t.ajax({beforeSend:function(){b(e)},complete:function(){x(e)},data:l,method:"post",success:function(e){void 0!==e.fragments&&T(e.fragments),o(),t("body").trigger("removed_from_wishlist",[i,a])},url:yith_wcwl_l10n.ajax_url})}function f(i){var e=t(this),a=e.closest(".wishlist_table"),n=null;i.preventDefault(),(n=a.length?e.closest("[data-wishlist-id]").find(".wishlist-title"):e.parents(".wishlist-title")).next().show().find('input[type="text"]').focus(),n.hide()}function p(i){var e=t(this);i.preventDefault(),e.parents(".hidden-title-form").hide(),e.parents(".hidden-title-form").prev().show()}function u(i){var e,a=t(this),n=a.closest(".hidden-title-form"),o=a.closest("[data-wishlist-id]").data("wishlist-id"),s=n.find('input[type="text"]'),d=s.val();if(i.preventDefault(),!d)return n.addClass("woocommerce-invalid"),void s.focus();e={action:yith_wcwl_l10n.actions.save_title_action,context:"frontend",wishlist_id:o,title:d,fragments:j()},t.ajax({type:"POST",url:yith_wcwl_l10n.ajax_url,data:e,dataType:"json",beforeSend:function(){b(n)},complete:function(){x(n)},success:function(t){var i=t.fragments;t.result?(n.hide(),n.prev().find(".wishlist-anchor").text(d).end().show()):(n.addClass("woocommerce-invalid"),s.focus()),void 0!==i&&T(i)}})}function m(){var i=t(this),e=i.val(),a=i.closest("[data-wishlist-id]").data("wishlist-id"),n={action:yith_wcwl_l10n.actions.save_privacy_action,context:"frontend",wishlist_id:a,privacy:e,fragments:j()};t.ajax({type:"POST",url:yith_wcwl_l10n.ajax_url,data:n,dataType:"json",success:function(t){var i=t.fragments;void 0!==i&&T(i)}})}function v(i){if(void 0!==t.prettyPhoto&&void 0!==t.prettyPhoto.close)if(void 0!==i){var e=t(".pp_content_container"),a=e.find(".pp_content"),n=e.find(".yith-wcwl-popup-form"),o=n.closest(".pp_pic_holder");if(n.length){var s=t("<div/>",{class:"yith-wcwl-popup-feedback"});s.append(t("<i/>",{class:"fa fa-check heading-icon"})),s.append(t("<p/>",{class:"feedback",html:i})),s.css("display","none"),a.css("height","auto"),n.after(s),n.fadeOut(200,(function(){s.fadeIn()})),o.addClass("feedback"),o.css("left",t(window).innerWidth()/2-o.outerWidth()/2+"px"),(void 0===yith_wcwl_l10n.auto_close_popup||yith_wcwl_l10n.auto_close_popup)&&setTimeout(v,yith_wcwl_l10n.popup_timeout)}}else try{t.prettyPhoto.close()}catch(t){}}function g(i){var e=t("#yith-wcwl-popup-message"),a=t("#yith-wcwl-message"),n=void 0!==yith_wcwl_l10n.popup_timeout?yith_wcwl_l10n.popup_timeout:3e3;(void 0===yith_wcwl_l10n.enable_notices||yith_wcwl_l10n.enable_notices)&&(a.html(i),e.css("margin-left","-"+t(e).width()+"px").fadeIn(),window.setTimeout((function(){e.fadeOut()}),n))}function y(i){var e=t("select.wishlist-select"),a=t("ul.yith-wcwl-dropdown");e.each((function(){var e=t(this),a=e.find("option"),n=a.filter('[value="new"]');a.not(n).remove(),t.each(i,(function(i,a){t("<option>",{value:a.id,html:a.wishlist_name}).appendTo(e)})),e.append(n)})),a.each((function(){var e=t(this),a=e.find("li"),n=e.closest(".yith-wcwl-add-button").children("a.add_to_wishlist"),o=n.attr("data-product-id"),s=n.attr("data-product-type");a.remove(),t.each(i,(function(i,a){a.default||t("<li>").append(t("<a>",{rel:"nofollow",html:a.wishlist_name,class:"add_to_wishlist",href:a.add_to_this_wishlist_url,"data-product-id":o,"data-product-type":s,"data-wishlist-id":a.id})).appendTo(e)}))}))}function b(i){void 0!==t.fn.block&&i.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 x(i){void 0!==t.fn.unblock&&i.stop(!0).css("opacity","1").unblock()}function k(){if(navigator.cookieEnabled)return!0;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 j(i){var e={},a=null;return i?"object"==typeof i?(a=(i=t.extend({fragments:null,s:"",container:t(document),firstLoad:!1},i)).fragments?i.fragments:i.container.find(".wishlist-fragment"),i.s&&(a=a.not("[data-fragment-ref]").add(a.filter('[data-fragment-ref="'+i.s+'"]'))),i.firstLoad&&(a=a.filter(".on-first-load"))):(a=t(".wishlist-fragment"),"string"!=typeof i&&"number"!=typeof i||(a=a.not("[data-fragment-ref]").add(a.filter('[data-fragment-ref="'+i+'"]')))):a=t(".wishlist-fragment"),a.each((function(){var i=t(this),a=i.attr("class").split(" ").filter(t=>t.length&&"exists"!==t).join(yith_wcwl_l10n.fragments_index_glue);e[a]=i.data("fragment-options")})),e}function C(i){var e=j(i=t.extend({firstLoad:!0},i));e&&t.ajax({data:{action:yith_wcwl_l10n.actions.load_fragments,context:"frontend",fragments:e},method:"post",success:function(a){void 0!==a.fragments&&(T(a.fragments),o(),t(document).trigger("yith_wcwl_fragments_loaded",[e,a.fragments,i.firstLoad]))},url:yith_wcwl_l10n.ajax_url})}function T(i){t.each(i,(function(i,e){var a="."+i.split(yith_wcwl_l10n.fragments_index_glue).filter(t=>t.length&&"exists"!==t).join("."),n=t(a),o=t(e).filter(a);o.length||(o=t(e).find(a)),n.length&&o.length&&n.replaceWith(o)}))}function S(){return navigator.userAgent.match(/ipad|iphone/i)}function P(t){return!0===t||"yes"===t||"1"===t||1===t}t(document).on("yith_wcwl_init",(function(){var S=t(this),O="undefined"!=typeof wc_add_to_cart_params&&null!==wc_add_to_cart_params?wc_add_to_cart_params.cart_redirect_after_add:"";S.on("click",".add_to_wishlist",(function(i){var e,a=t(this),n=a.attr("data-product-id"),s=t(".add-to-wishlist-"+n),d={action:yith_wcwl_l10n.actions.add_to_wishlist_action,context:"frontend",add_to_wishlist:n,product_type:a.data("product-type"),wishlist_id:a.data("wishlist-id"),fragments:j(n)};if((e=t(document).triggerHandler("yith_wcwl_add_to_wishlist_data",[a,d]))&&(d=e),i.preventDefault(),jQuery(document.body).trigger("adding_to_wishlist"),yith_wcwl_l10n.multi_wishlist&&yith_wcwl_l10n.modal_enable){var l=a.parents(".yith-wcwl-popup-footer").prev(".yith-wcwl-popup-content"),c=l.find(".wishlist-select"),r=l.find(".wishlist-name"),_=l.find(".wishlist-visibility").filter(":checked");if(d.wishlist_id=c.is(":visible")?c.val():"new",d.wishlist_name=r.val(),d.wishlist_visibility=_.val(),"new"===d.wishlist_id&&!d.wishlist_name)return r.closest("p").addClass("woocommerce-invalid"),!1;r.closest("p").removeClass("woocommerce-invalid")}if(k())return t.ajax({type:"POST",url:yith_wcwl_l10n.ajax_url,data:d,dataType:"json",beforeSend:function(){b(a)},complete:function(){x(a)},success:function(i){var e=i.result,n=i.message;yith_wcwl_l10n.multi_wishlist?(v(n),void 0!==i.user_wishlists&&y(i.user_wishlists)):g(n),"true"!==e&&"exists"!==e||(void 0!==i.fragments&&T(i.fragments),yith_wcwl_l10n.multi_wishlist&&!yith_wcwl_l10n.hide_add_button||s.find(".yith-wcwl-add-button").remove(),s.addClass("exists")),o(),t("body").trigger("added_to_wishlist",[a,s])}}),!1;window.alert(yith_wcwl_l10n.labels.cookie_disabled)})),S.on("click",".wishlist_table .remove_from_wishlist",(function(i){var e=t(this);return i.preventDefault(),w(e),!1})),S.on("adding_to_cart","body",(function(t,i,e){void 0!==i&&void 0!==e&&i.closest(".wishlist_table").length&&(e.remove_from_wishlist_after_add_to_cart=i.closest("[data-row-id]").data("row-id"),e.wishlist_id=i.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=P(yith_wcwl_l10n.redirect_to_cart)))})),S.on("added_to_cart","body",(function(t,i,e,a){if(void 0!==a&&a.closest(".wishlist_table").length){"undefined"!=typeof wc_add_to_cart_params&&(wc_add_to_cart_params.cart_redirect_after_add=O),"undefined"!=typeof yith_wccl_general&&(yith_wccl_general.cart_redirect=P(O));var n=a.closest("[data-row-id]"),o=n.closest(".wishlist-fragment").data("fragment-options");a.removeClass("added"),n.find(".added_to_cart").remove(),yith_wcwl_l10n.remove_from_wishlist_after_add_to_cart&&o.is_user_owner&&n.remove()}})),S.on("added_to_cart","body",(function(){var i=t(".woocommerce-message");0===i.length?t("#yith-wcwl-form").prepend(yith_wcwl_l10n.labels.added_to_cart_message):i.fadeOut(300,(function(){t(this).replaceWith(yith_wcwl_l10n.labels.added_to_cart_message).fadeIn()}))})),S.on("cart_page_refreshed","body",o),S.on("click",".show-title-form",f),S.on("click",".wishlist-title-with-form h2",f),S.on("click",".remove_from_all_wishlists",(function(i){var e=t(this),a=e.attr("data-product-id"),n=e.data("wishlist-id"),s=e.closest(".content"),d={action:yith_wcwl_l10n.actions.remove_from_all_wishlists,context:"frontend",prod_id:a,wishlist_id:n,fragments:j(a)};i.preventDefault(),t.ajax({beforeSend:function(){b(s)},complete:function(){x(s)},data:d,dataType:"json",method:"post",success:function(t){void 0!==t.fragments&&T(t.fragments),o()},url:yith_wcwl_l10n.ajax_url})})),S.on("click",".hide-title-form",p),S.on("click",".save-title-form",u),S.on("change",".wishlist_manage_table .wishlist-visibility",m),S.on("change",".change-wishlist",(function(){var i=t(this),e=i.parents(".cart.wishlist_table"),a=e.data("token"),n=i.parents("[data-row-id]").data("row-id");h({wishlist_token:a,destination_wishlist_token:i.val(),item_id:n,fragments:j()},(function(){b(e)}),(function(t){void 0!==t.fragments&&T(t.fragments),x(e)}))})),S.on("click",".yith-wcwl-popup-footer .move_to_wishlist",(function(){var i=t(this),e=i.attr("data-product-id"),a=i.data("origin-wishlist-id"),n=i.closest("form"),s=n.find(".wishlist-select").val(),d=n.find(".wishlist-name"),l=d.val(),c=n.find(".wishlist-visibility").filter(":checked").val();if("new"===s&&!l)return d.closest("p").addClass("woocommerce-invalid"),!1;d.closest("p").removeClass("woocommerce-invalid"),h({wishlist_token:a,destination_wishlist_token:s,item_id:e,wishlist_name:l,wishlist_visibility:c,fragments:j(e)},(function(){b(i)}),(function(t){var e=t.message;yith_wcwl_l10n.multi_wishlist?(v(e),void 0!==t.user_wishlists&&y(t.user_wishlists)):g(e),void 0!==t.fragments&&T(t.fragments),o(),x(i)}))})),S.on("click",".delete_item",(function(){var i=t(this),e=i.attr("data-product-id"),a=i.data("item-id"),n=t(".add-to-wishlist-"+e),s={action:yith_wcwl_l10n.actions.delete_item_action,context:"frontend",item_id:a,fragments:j(e)};return t.ajax({url:yith_wcwl_l10n.ajax_url,data:s,dataType:"json",beforeSend:function(){b(i)},complete:function(){x(i)},method:"post",success:function(e){var a=e.fragments,s=e.message;yith_wcwl_l10n.multi_wishlist&&v(s),i.closest(".yith-wcwl-remove-button").length||g(s),void 0!==a&&T(a),o(),t("body").trigger("removed_from_wishlist",[i,n])}}),!1})),S.on("change",".yith-wcwl-popup-content .wishlist-select",(function(){var i=t(this);"new"===i.val()?i.parents(".yith-wcwl-first-row").next(".yith-wcwl-second-row").show():i.parents(".yith-wcwl-first-row").next(".yith-wcwl-second-row").hide()})),S.on("change","#bulk_add_to_cart",(function(){var i=t(this),e=i.closest(".wishlist_table").find("[data-row-id]").find('input[type="checkbox"]:not(:disabled)');i.is(":checked")?e.attr("checked","checked").change():e.removeAttr("checked").change()})),S.on("submit",".wishlist-ask-an-estimate-popup",(function(){var i=t(this),e=i.closest("form"),a=i.closest(".pp_content"),n=e.serializeArray().reduce((t,i)=>(t[i.name]=i.value,t),{});return n.action=yith_wcwl_l10n.actions.ask_an_estimate,n.context="frontend",t.ajax({beforeSend:function(){b(e)},complete:function(){x(e)},data:n,dataType:"json",method:"post",success:function(i){if(void 0!==i.result&&i.result){var n=i.template;void 0!==n&&(e.replaceWith(n),a.css("height","auto"),setTimeout(v,yith_wcwl_l10n.time_to_close_prettyphoto))}else void 0!==i.message&&(e.find(".woocommerce-error").remove(),e.find(".popup-description").after(t("<div>",{text:i.message,class:"woocommerce-error"})))},url:yith_wcwl_l10n.ajax_url}),!1})),S.on("click",".yith-wfbt-add-wishlist",(function(i){i.preventDefault();var e=t(this),a=t("#yith-wcwl-form");t("html, body").animate({scrollTop:a.offset().top},500),function(i,e){var a=i.attr("data-product-id"),n=t(document).find(".cart.wishlist_table"),s=n.data("pagination"),d=n.data("per-page"),l=n.data("id"),c=n.data("token"),r={action:yith_wcwl_l10n.actions.reload_wishlist_and_adding_elem_action,context:"frontend",pagination:s,per_page:d,wishlist_id:l,wishlist_token:c,add_to_wishlist:a,product_type:i.data("product-type")};if(!k())return void window.alert(yith_wcwl_l10n.labels.cookie_disabled);t.ajax({type:"POST",url:yith_wcwl_l10n.ajax_url,data:r,dataType:"html",beforeSend:function(){b(n)},complete:function(){x(n)},success:function(i){var a=t(i),n=a.find("#yith-wcwl-form"),s=a.find(".yith-wfbt-slider-wrapper");e.replaceWith(n),t(".yith-wfbt-slider-wrapper").replaceWith(s),o(),t(document).trigger("yith_wcwl_reload_wishlist_from_frequently")}})}(e,a)})),S.on("submit",".yith-wcwl-popup-form",(function(){return!1})),S.on("yith_infs_added_elem",(function(){e()})),S.on("found_variation",(function(i,e){var a=t(i.target).data("product_id"),n=e.variation_id,o=t('[data-product-id="'+a+'"]').add('[data-original-product-id="'+a+'"]'),s=o.closest(".wishlist-fragment").filter(":visible");a&&n&&o.length&&(o.each((function(){var i,e=t(this),o=e.closest(".yith-wcwl-add-to-wishlist");e.attr("data-original-product-id",a),e.attr("data-product-id",n),o.length&&(void 0!==(i=o.data("fragment-options"))&&(i.product_id=n,o.data("fragment-options",i)),o.removeClass((function(t,i){return i.match(/add-to-wishlist-\S+/g).join(" ")})).addClass("add-to-wishlist-"+n).attr("data-fragment-ref",n))})),b(s),C({fragments:s,firstLoad:!1}))})),S.on("reset_data",(function(i){var e=t(i.target).data("product_id"),a=t('[data-original-product-id="'+e+'"]'),n=a.closest(".wishlist-fragment").filter(":visible");e&&a.length&&(a.each((function(){var i,a=t(this),n=a.closest(".yith-wcwl-add-to-wishlist"),o=a.attr("data-product-id");a.attr("data-product-id",e),a.attr("data-original-product-id",""),n.length&&(void 0!==(i=n.data("fragment-options"))&&(i.product_id=e,n.data("fragment-options",i)),n.removeClass("add-to-wishlist-"+o).addClass("add-to-wishlist-"+e).attr("data-fragment-ref",e))})),b(n),C({fragments:n,firstLoad:!1}))})),S.on("yith_wcwl_reload_fragments",C),S.on("yith_infs_added_elem",(function(t,i){C({container:i,firstLoad:!1})})),S.on("yith_wcwl_fragments_loaded",(function(i,e,a,n){n&&t(".variations_form").find(".variations select").last().change()})),S.on("click",".yith-wcwl-popup-feedback .close-popup",(function(t){t.preventDefault(),v()})),function(){if(void 0!==yith_wcwl_l10n.enable_notices&&!yith_wcwl_l10n.enable_notices)return;if(t(".yith-wcwl-add-to-wishlist").length&&!t("#yith-wcwl-popup-message").length){var i=t("<div>").attr("id","yith-wcwl-message"),e=t("<div>").attr("id","yith-wcwl-popup-message").html(i).hide();t("body").prepend(e)}}(),s(),d(),l(),c(),_(),t(document).on("click",".show-tab",(function(i){var e=t(this),a=e.closest(".yith-wcwl-popup-content"),n=e.data("tab"),o=a.find(".tab").filter("."+n);if(i.preventDefault(),!o.length)return!1;e.addClass("active").siblings(".show-tab").removeClass("active"),o.show().siblings(".tab").hide(),"create"===n?a.prepend('<input type="hidden" id="new_wishlist_selector" class="wishlist-select" value="new">'):a.find("#new_wishlist_selector").remove()})),t(document).on("change",".wishlist-select",(function(){var i=t(this),e=i.closest(".yith-wcwl-popup-content"),a=i.closest(".tab"),n=e.find(".tab.create"),o=e.find(".show-tab"),s=o.filter('[data-tab="create"]');"new"===i.val()&&n.length&&(a.hide(),n.show(),o.removeClass("active"),s.addClass("active"),i.find("option").removeProp("selected"),i.change())})),i(),a(),e(),n(),function(){var i=!1;if(!yith_wcwl_l10n.is_wishlist_responsive)return;t(window).on("resize",(function(){var e=t(".wishlist_table.responsive"),a=e.is(".mobile"),n=window.matchMedia("(max-width: 768px)"),s=e.closest("form"),d=s.attr("class"),l=s.data("fragment-options"),c={},r=!1;e.length&&(n.matches&&e&&!a?(l.is_mobile="yes",r=!0):!n.matches&&e&&a&&(l.is_mobile="no",r=!0),r&&(i&&i.abort(),c[d.split(" ").join(yith_wcwl_l10n.fragments_index_glue)]=l,i=t.ajax({beforeSend:function(){b(e)},complete:function(){x(e)},data:{action:yith_wcwl_l10n.actions.load_mobile_action,context:"frontend",fragments:c},method:"post",success:function(i){void 0!==i.fragments&&(T(i.fragments),o(),t(document).trigger("yith_wcwl_responsive_template",[a,i.fragments]))},url:yith_wcwl_l10n.ajax_url})))}))}(),r(),yith_wcwl_l10n.enable_ajax_loading&&C()})).trigger("yith_wcwl_init")}));
|
assets/js/unminified/jquery.yith-wcwl.js
CHANGED
@@ -22,10 +22,11 @@ jQuery( document ).ready( function( $ ){
|
|
22 |
el_wrap = $( '.add-to-wishlist-' + product_id ),
|
23 |
filtered_data = null,
|
24 |
data = {
|
|
|
|
|
25 |
add_to_wishlist: product_id,
|
26 |
product_type: t.data( 'product-type' ),
|
27 |
wishlist_id: t.data( 'wishlist-id' ),
|
28 |
-
action: yith_wcwl_l10n.actions.add_to_wishlist_action,
|
29 |
fragments: retrieve_fragments( product_id )
|
30 |
};
|
31 |
|
@@ -127,14 +128,14 @@ jQuery( document ).ready( function( $ ){
|
|
127 |
data.remove_from_wishlist_after_add_to_cart = button.closest( '[data-row-id]' ).data( 'row-id' );
|
128 |
data.wishlist_id = button.closest( '.wishlist_table' ).data( 'id' );
|
129 |
typeof wc_add_to_cart_params !== 'undefined' && ( wc_add_to_cart_params.cart_redirect_after_add = yith_wcwl_l10n.redirect_to_cart );
|
130 |
-
typeof yith_wccl_general !== 'undefined' && ( yith_wccl_general.cart_redirect = yith_wcwl_l10n.redirect_to_cart );
|
131 |
}
|
132 |
} );
|
133 |
|
134 |
t.on( 'added_to_cart', 'body', function( ev, fragments, carthash, button ){
|
135 |
if( typeof button !== 'undefined' && button.closest( '.wishlist_table' ).length ) {
|
136 |
typeof wc_add_to_cart_params !== 'undefined' && ( wc_add_to_cart_params.cart_redirect_after_add = cart_redirect_after_add );
|
137 |
-
typeof yith_wccl_general !== 'undefined' && ( yith_wccl_general.cart_redirect = cart_redirect_after_add );
|
138 |
|
139 |
var tr = button.closest('[data-row-id]'),
|
140 |
table = tr.closest('.wishlist-fragment'),
|
@@ -175,6 +176,7 @@ jQuery( document ).ready( function( $ ){
|
|
175 |
content = t.closest( '.content' ),
|
176 |
data = {
|
177 |
action: yith_wcwl_l10n.actions.remove_from_all_wishlists,
|
|
|
178 |
prod_id: prod_id,
|
179 |
wishlist_id: wishlist_id,
|
180 |
fragments: retrieve_fragments( prod_id )
|
@@ -295,15 +297,17 @@ jQuery( document ).ready( function( $ ){
|
|
295 |
var t = $(this),
|
296 |
product_id = t.attr('data-product-id'),
|
297 |
item_id = t.data('item-id'),
|
298 |
-
el_wrap = $( '.add-to-wishlist-' + product_id )
|
299 |
-
|
300 |
-
$.ajax( {
|
301 |
-
url: yith_wcwl_l10n.ajax_url,
|
302 |
-
data : {
|
303 |
action: yith_wcwl_l10n.actions.delete_item_action,
|
|
|
304 |
item_id: item_id,
|
305 |
fragments: retrieve_fragments( product_id )
|
306 |
-
}
|
|
|
|
|
|
|
|
|
307 |
dataType: 'json',
|
308 |
beforeSend: function(){
|
309 |
block( t );
|
@@ -364,7 +368,10 @@ jQuery( document ).ready( function( $ ){
|
|
364 |
var t = $(this),
|
365 |
form = t.closest( 'form' ),
|
366 |
pp_content = t.closest('.pp_content'),
|
367 |
-
data = form.
|
|
|
|
|
|
|
368 |
|
369 |
$.ajax({
|
370 |
beforeSend: function(){
|
@@ -373,7 +380,7 @@ jQuery( document ).ready( function( $ ){
|
|
373 |
complete: function(){
|
374 |
unblock( form );
|
375 |
},
|
376 |
-
data: data
|
377 |
dataType: 'json',
|
378 |
method: 'post',
|
379 |
success: function( data ){
|
@@ -470,7 +477,7 @@ jQuery( document ).ready( function( $ ){
|
|
470 |
var t = $( ev.target ),
|
471 |
product_id = t.data( 'product_id' ),
|
472 |
targets = $('[data-original-product-id="' + product_id + '"]'),
|
473 |
-
fragments = targets.closest( '.wishlist-fragment' );
|
474 |
|
475 |
if( ! product_id || ! targets.length ){
|
476 |
return;
|
@@ -901,6 +908,7 @@ jQuery( document ).ready( function( $ ){
|
|
901 |
jqxhr = $.ajax({
|
902 |
data: {
|
903 |
action: yith_wcwl_l10n.actions.sort_wishlist_items,
|
|
|
904 |
positions: positions,
|
905 |
wishlist_token: t.data('token'),
|
906 |
page: t.data('page'),
|
@@ -924,7 +932,7 @@ jQuery( document ).ready( function( $ ){
|
|
924 |
var jqxhr,
|
925 |
timeout;
|
926 |
|
927 |
-
$('.wishlist_table').on( 'change', '.product-quantity input', function(){
|
928 |
var t = $(this),
|
929 |
row = t.closest('[data-row-id]'),
|
930 |
product_id = row.data('row-id'),
|
@@ -949,10 +957,11 @@ jQuery( document ).ready( function( $ ){
|
|
949 |
unblock( table );
|
950 |
},
|
951 |
data: {
|
|
|
|
|
952 |
product_id: product_id,
|
953 |
wishlist_token: token,
|
954 |
-
quantity: t.val()
|
955 |
-
action: yith_wcwl_l10n.actions.update_item_quantity
|
956 |
},
|
957 |
method: 'POST',
|
958 |
url: yith_wcwl_l10n.ajax_url
|
@@ -1164,6 +1173,7 @@ jQuery( document ).ready( function( $ ){
|
|
1164 |
},
|
1165 |
data: {
|
1166 |
action: yith_wcwl_l10n.actions.load_mobile_action,
|
|
|
1167 |
fragments: fragments
|
1168 |
},
|
1169 |
method: 'post',
|
@@ -1191,7 +1201,8 @@ jQuery( document ).ready( function( $ ){
|
|
1191 |
* @since 3.0.0
|
1192 |
*/
|
1193 |
function call_ajax_move_item_to_another_wishlist( data, beforeSend, complete ) {
|
1194 |
-
data.action
|
|
|
1195 |
|
1196 |
if( data.wishlist_token === '' || data.destination_wishlist_token === '' || data.item_id === '' ){
|
1197 |
return;
|
@@ -1228,6 +1239,7 @@ jQuery( document ).ready( function( $ ){
|
|
1228 |
wishlist_token = table.data( 'token' ),
|
1229 |
data = {
|
1230 |
action: yith_wcwl_l10n.actions.remove_from_wishlist_action,
|
|
|
1231 |
remove_from_wishlist: data_row_id,
|
1232 |
wishlist_id: wishlist_id,
|
1233 |
wishlist_token: wishlist_token,
|
@@ -1274,12 +1286,12 @@ jQuery( document ).ready( function( $ ){
|
|
1274 |
wishlist_token = table.data( 'token' ),
|
1275 |
data = {
|
1276 |
action: yith_wcwl_l10n.actions.reload_wishlist_and_adding_elem_action,
|
|
|
1277 |
pagination: pagination,
|
1278 |
per_page: per_page,
|
1279 |
wishlist_id: wishlist_id,
|
1280 |
wishlist_token: wishlist_token,
|
1281 |
add_to_wishlist: product_id,
|
1282 |
-
context: 'frontend',
|
1283 |
product_type: el.data( 'product-type' )
|
1284 |
};
|
1285 |
|
@@ -1379,6 +1391,7 @@ jQuery( document ).ready( function( $ ){
|
|
1379 |
|
1380 |
data = {
|
1381 |
action: yith_wcwl_l10n.actions.save_title_action,
|
|
|
1382 |
wishlist_id: wishlist_id,
|
1383 |
title: new_title,
|
1384 |
fragments: retrieve_fragments()
|
@@ -1428,6 +1441,7 @@ jQuery( document ).ready( function( $ ){
|
|
1428 |
wishlist_id = row.data( 'wishlist-id' ),
|
1429 |
data = {
|
1430 |
action: yith_wcwl_l10n.actions.save_privacy_action,
|
|
|
1431 |
wishlist_id: wishlist_id,
|
1432 |
privacy: new_privacy,
|
1433 |
fragments: retrieve_fragments()
|
@@ -1704,6 +1718,7 @@ jQuery( document ).ready( function( $ ){
|
|
1704 |
$.ajax( {
|
1705 |
data: {
|
1706 |
action: yith_wcwl_l10n.actions.load_fragments,
|
|
|
1707 |
fragments: fragments
|
1708 |
},
|
1709 |
method: 'post',
|
@@ -1751,4 +1766,12 @@ jQuery( document ).ready( function( $ ){
|
|
1751 |
function isOS() {
|
1752 |
return navigator.userAgent.match(/ipad|iphone/i);
|
1753 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1754 |
});
|
22 |
el_wrap = $( '.add-to-wishlist-' + product_id ),
|
23 |
filtered_data = null,
|
24 |
data = {
|
25 |
+
action: yith_wcwl_l10n.actions.add_to_wishlist_action,
|
26 |
+
context: 'frontend',
|
27 |
add_to_wishlist: product_id,
|
28 |
product_type: t.data( 'product-type' ),
|
29 |
wishlist_id: t.data( 'wishlist-id' ),
|
|
|
30 |
fragments: retrieve_fragments( product_id )
|
31 |
};
|
32 |
|
128 |
data.remove_from_wishlist_after_add_to_cart = button.closest( '[data-row-id]' ).data( 'row-id' );
|
129 |
data.wishlist_id = button.closest( '.wishlist_table' ).data( 'id' );
|
130 |
typeof wc_add_to_cart_params !== 'undefined' && ( wc_add_to_cart_params.cart_redirect_after_add = yith_wcwl_l10n.redirect_to_cart );
|
131 |
+
typeof yith_wccl_general !== 'undefined' && ( yith_wccl_general.cart_redirect = isTrue( yith_wcwl_l10n.redirect_to_cart ) );
|
132 |
}
|
133 |
} );
|
134 |
|
135 |
t.on( 'added_to_cart', 'body', function( ev, fragments, carthash, button ){
|
136 |
if( typeof button !== 'undefined' && button.closest( '.wishlist_table' ).length ) {
|
137 |
typeof wc_add_to_cart_params !== 'undefined' && ( wc_add_to_cart_params.cart_redirect_after_add = cart_redirect_after_add );
|
138 |
+
typeof yith_wccl_general !== 'undefined' && ( yith_wccl_general.cart_redirect = isTrue( cart_redirect_after_add ) );
|
139 |
|
140 |
var tr = button.closest('[data-row-id]'),
|
141 |
table = tr.closest('.wishlist-fragment'),
|
176 |
content = t.closest( '.content' ),
|
177 |
data = {
|
178 |
action: yith_wcwl_l10n.actions.remove_from_all_wishlists,
|
179 |
+
context: 'frontend',
|
180 |
prod_id: prod_id,
|
181 |
wishlist_id: wishlist_id,
|
182 |
fragments: retrieve_fragments( prod_id )
|
297 |
var t = $(this),
|
298 |
product_id = t.attr('data-product-id'),
|
299 |
item_id = t.data('item-id'),
|
300 |
+
el_wrap = $( '.add-to-wishlist-' + product_id ),
|
301 |
+
data = {
|
|
|
|
|
|
|
302 |
action: yith_wcwl_l10n.actions.delete_item_action,
|
303 |
+
context: 'frontend',
|
304 |
item_id: item_id,
|
305 |
fragments: retrieve_fragments( product_id )
|
306 |
+
};
|
307 |
+
|
308 |
+
$.ajax( {
|
309 |
+
url: yith_wcwl_l10n.ajax_url,
|
310 |
+
data : data,
|
311 |
dataType: 'json',
|
312 |
beforeSend: function(){
|
313 |
block( t );
|
368 |
var t = $(this),
|
369 |
form = t.closest( 'form' ),
|
370 |
pp_content = t.closest('.pp_content'),
|
371 |
+
data = form.serializeArray().reduce( ( data, field ) => { data[ field.name ] = field.value; return data; }, {} );
|
372 |
+
|
373 |
+
data.action = yith_wcwl_l10n.actions.ask_an_estimate;
|
374 |
+
data.context = 'frontend';
|
375 |
|
376 |
$.ajax({
|
377 |
beforeSend: function(){
|
380 |
complete: function(){
|
381 |
unblock( form );
|
382 |
},
|
383 |
+
data: data,
|
384 |
dataType: 'json',
|
385 |
method: 'post',
|
386 |
success: function( data ){
|
477 |
var t = $( ev.target ),
|
478 |
product_id = t.data( 'product_id' ),
|
479 |
targets = $('[data-original-product-id="' + product_id + '"]'),
|
480 |
+
fragments = targets.closest( '.wishlist-fragment' ).filter(':visible');
|
481 |
|
482 |
if( ! product_id || ! targets.length ){
|
483 |
return;
|
908 |
jqxhr = $.ajax({
|
909 |
data: {
|
910 |
action: yith_wcwl_l10n.actions.sort_wishlist_items,
|
911 |
+
context: 'frontend',
|
912 |
positions: positions,
|
913 |
wishlist_token: t.data('token'),
|
914 |
page: t.data('page'),
|
932 |
var jqxhr,
|
933 |
timeout;
|
934 |
|
935 |
+
$('.wishlist_table').on( 'change', '.product-quantity :input', function(){
|
936 |
var t = $(this),
|
937 |
row = t.closest('[data-row-id]'),
|
938 |
product_id = row.data('row-id'),
|
957 |
unblock( table );
|
958 |
},
|
959 |
data: {
|
960 |
+
action: yith_wcwl_l10n.actions.update_item_quantity,
|
961 |
+
context: 'frontend',
|
962 |
product_id: product_id,
|
963 |
wishlist_token: token,
|
964 |
+
quantity: t.val()
|
|
|
965 |
},
|
966 |
method: 'POST',
|
967 |
url: yith_wcwl_l10n.ajax_url
|
1173 |
},
|
1174 |
data: {
|
1175 |
action: yith_wcwl_l10n.actions.load_mobile_action,
|
1176 |
+
context: 'frontend',
|
1177 |
fragments: fragments
|
1178 |
},
|
1179 |
method: 'post',
|
1201 |
* @since 3.0.0
|
1202 |
*/
|
1203 |
function call_ajax_move_item_to_another_wishlist( data, beforeSend, complete ) {
|
1204 |
+
data.action = yith_wcwl_l10n.actions.move_to_another_wishlist_action;
|
1205 |
+
data.context = 'frontend';
|
1206 |
|
1207 |
if( data.wishlist_token === '' || data.destination_wishlist_token === '' || data.item_id === '' ){
|
1208 |
return;
|
1239 |
wishlist_token = table.data( 'token' ),
|
1240 |
data = {
|
1241 |
action: yith_wcwl_l10n.actions.remove_from_wishlist_action,
|
1242 |
+
context: 'frontend',
|
1243 |
remove_from_wishlist: data_row_id,
|
1244 |
wishlist_id: wishlist_id,
|
1245 |
wishlist_token: wishlist_token,
|
1286 |
wishlist_token = table.data( 'token' ),
|
1287 |
data = {
|
1288 |
action: yith_wcwl_l10n.actions.reload_wishlist_and_adding_elem_action,
|
1289 |
+
context: 'frontend',
|
1290 |
pagination: pagination,
|
1291 |
per_page: per_page,
|
1292 |
wishlist_id: wishlist_id,
|
1293 |
wishlist_token: wishlist_token,
|
1294 |
add_to_wishlist: product_id,
|
|
|
1295 |
product_type: el.data( 'product-type' )
|
1296 |
};
|
1297 |
|
1391 |
|
1392 |
data = {
|
1393 |
action: yith_wcwl_l10n.actions.save_title_action,
|
1394 |
+
context: 'frontend',
|
1395 |
wishlist_id: wishlist_id,
|
1396 |
title: new_title,
|
1397 |
fragments: retrieve_fragments()
|
1441 |
wishlist_id = row.data( 'wishlist-id' ),
|
1442 |
data = {
|
1443 |
action: yith_wcwl_l10n.actions.save_privacy_action,
|
1444 |
+
context: 'frontend',
|
1445 |
wishlist_id: wishlist_id,
|
1446 |
privacy: new_privacy,
|
1447 |
fragments: retrieve_fragments()
|
1718 |
$.ajax( {
|
1719 |
data: {
|
1720 |
action: yith_wcwl_l10n.actions.load_fragments,
|
1721 |
+
context: 'frontend',
|
1722 |
fragments: fragments
|
1723 |
},
|
1724 |
method: 'post',
|
1766 |
function isOS() {
|
1767 |
return navigator.userAgent.match(/ipad|iphone/i);
|
1768 |
}
|
1769 |
+
|
1770 |
+
/**
|
1771 |
+
* Check if passed value could be considered true
|
1772 |
+
* @since 3.0.14
|
1773 |
+
*/
|
1774 |
+
function isTrue( value ) {
|
1775 |
+
return true === value || 'yes' === value || '1' === value || 1 === value;
|
1776 |
+
}
|
1777 |
});
|
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.0.
|
37 |
|
38 |
/**
|
39 |
* Plugin database version
|
33 |
* @var string
|
34 |
* @since 1.0.0
|
35 |
*/
|
36 |
+
public $version = '3.0.14';
|
37 |
|
38 |
/**
|
39 |
* Plugin database version
|
includes/class.yith-wcwl-shortcode.php
CHANGED
@@ -647,7 +647,6 @@ if( ! class_exists( 'YITH_WCWL_Shortcode' ) ) {
|
|
647 |
'loop_position' => $loop_position,
|
648 |
'template_part' => $template_part,
|
649 |
);
|
650 |
-
|
651 |
// let third party developer filter options.
|
652 |
$additional_params = apply_filters( 'yith_wcwl_add_to_wishlist_params', $additional_params, $atts );
|
653 |
|
647 |
'loop_position' => $loop_position,
|
648 |
'template_part' => $template_part,
|
649 |
);
|
|
|
650 |
// let third party developer filter options.
|
651 |
$additional_params = apply_filters( 'yith_wcwl_add_to_wishlist_params', $additional_params, $atts );
|
652 |
|
includes/class.yith-wcwl.php
CHANGED
@@ -138,12 +138,12 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
|
|
138 |
*/
|
139 |
public function add( $atts = array() ) {
|
140 |
$defaults = array(
|
141 |
-
'add_to_wishlist'
|
142 |
-
'wishlist_id'
|
143 |
-
'quantity'
|
144 |
-
'user_id'
|
145 |
-
'dateadded'
|
146 |
-
'wishlist_name'
|
147 |
'wishlist_visibility' => 0
|
148 |
);
|
149 |
|
@@ -152,11 +152,11 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
|
|
152 |
$atts = wp_parse_args( $atts, $defaults );
|
153 |
|
154 |
// filtering params
|
155 |
-
$prod_id
|
156 |
$wishlist_id = apply_filters( 'yith_wcwl_adding_to_wishlist_wishlist_id', $atts['wishlist_id'] );
|
157 |
-
$quantity
|
158 |
-
$user_id
|
159 |
-
$dateadded
|
160 |
|
161 |
do_action( 'yith_wcwl_adding_to_wishlist', $prod_id, $wishlist_id, $user_id );
|
162 |
|
138 |
*/
|
139 |
public function add( $atts = array() ) {
|
140 |
$defaults = array(
|
141 |
+
'add_to_wishlist' => 0,
|
142 |
+
'wishlist_id' => 0,
|
143 |
+
'quantity' => 1,
|
144 |
+
'user_id' => false,
|
145 |
+
'dateadded' => '',
|
146 |
+
'wishlist_name' => '',
|
147 |
'wishlist_visibility' => 0
|
148 |
);
|
149 |
|
152 |
$atts = wp_parse_args( $atts, $defaults );
|
153 |
|
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 |
|
161 |
do_action( 'yith_wcwl_adding_to_wishlist', $prod_id, $wishlist_id, $user_id );
|
162 |
|
includes/data-stores/class.yith-wcwl-wishlist-data-store.php
CHANGED
@@ -327,6 +327,7 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Data_Store' ) ) {
|
|
327 |
'wishlist_token' => false,
|
328 |
'wishlist_visibility' => apply_filters( 'yith_wcwl_wishlist_visibility_string_value', 'all'), // all, visible, public, shared, private
|
329 |
'user_search' => false,
|
|
|
330 |
'is_default' => false,
|
331 |
'orderby' => '',
|
332 |
'order' => 'DESC',
|
@@ -342,11 +343,11 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Data_Store' ) ) {
|
|
342 |
|
343 |
$sql .= " FROM `{$wpdb->yith_wcwl_wishlists}` AS l";
|
344 |
|
345 |
-
if( ! empty( $user_search ) || ( ! empty($orderby ) && $orderby == 'user_login' ) ) {
|
346 |
$sql .= " LEFT JOIN `{$wpdb->users}` AS u ON l.`user_id` = u.ID";
|
347 |
}
|
348 |
|
349 |
-
if( ! empty( $user_search ) ){
|
350 |
$sql .= " LEFT JOIN `{$wpdb->usermeta}` AS umn ON umn.`user_id` = u.`ID`";
|
351 |
$sql .= " LEFT JOIN `{$wpdb->usermeta}` AS ums ON ums.`user_id` = u.`ID`";
|
352 |
}
|
@@ -366,13 +367,31 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Data_Store' ) ) {
|
|
366 |
$sql_args[] = $session_id;
|
367 |
}
|
368 |
|
369 |
-
if( ! empty( $user_search ) ){
|
370 |
$sql .= " AND ( umn.`meta_key` LIKE %s AND ums.`meta_key` LIKE %s AND ( u.`user_email` LIKE %s OR umn.`meta_value` LIKE %s OR ums.`meta_value` LIKE %s ) )";
|
|
|
|
|
|
|
371 |
$sql_args[] = 'first_name';
|
372 |
$sql_args[] = 'last_name';
|
373 |
-
$sql_args[] =
|
374 |
-
$sql_args[] =
|
375 |
-
$sql_args[] =
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
376 |
}
|
377 |
|
378 |
if( ! empty( $is_default ) ){
|
@@ -418,6 +437,8 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Data_Store' ) ) {
|
|
418 |
$sql .= " AND l.`ID` IN ( SELECT wishlist_id FROM {$wpdb->yith_wcwl_items} )";
|
419 |
}
|
420 |
|
|
|
|
|
421 |
$sql .= " ORDER BY";
|
422 |
|
423 |
if( ! empty( $orderby ) && isset( $order ) ) {
|
327 |
'wishlist_token' => false,
|
328 |
'wishlist_visibility' => apply_filters( 'yith_wcwl_wishlist_visibility_string_value', 'all'), // all, visible, public, shared, private
|
329 |
'user_search' => false,
|
330 |
+
's' => false,
|
331 |
'is_default' => false,
|
332 |
'orderby' => '',
|
333 |
'order' => 'DESC',
|
343 |
|
344 |
$sql .= " FROM `{$wpdb->yith_wcwl_wishlists}` AS l";
|
345 |
|
346 |
+
if( ! empty( $user_search ) || ! empty( $s ) || ( ! empty($orderby ) && $orderby == 'user_login' ) ) {
|
347 |
$sql .= " LEFT JOIN `{$wpdb->users}` AS u ON l.`user_id` = u.ID";
|
348 |
}
|
349 |
|
350 |
+
if( ! empty( $user_search ) || ! empty( $s ) ){
|
351 |
$sql .= " LEFT JOIN `{$wpdb->usermeta}` AS umn ON umn.`user_id` = u.`ID`";
|
352 |
$sql .= " LEFT JOIN `{$wpdb->usermeta}` AS ums ON ums.`user_id` = u.`ID`";
|
353 |
}
|
367 |
$sql_args[] = $session_id;
|
368 |
}
|
369 |
|
370 |
+
if( ! empty( $user_search ) && empty( $s ) ){
|
371 |
$sql .= " AND ( umn.`meta_key` LIKE %s AND ums.`meta_key` LIKE %s AND ( u.`user_email` LIKE %s OR umn.`meta_value` LIKE %s OR ums.`meta_value` LIKE %s ) )";
|
372 |
+
|
373 |
+
$search_value = '%' . esc_sql( $user_search ) . '%';
|
374 |
+
|
375 |
$sql_args[] = 'first_name';
|
376 |
$sql_args[] = 'last_name';
|
377 |
+
$sql_args[] = $search_value;
|
378 |
+
$sql_args[] = $search_value;
|
379 |
+
$sql_args[] = $search_value;
|
380 |
+
}
|
381 |
+
|
382 |
+
if( ! empty( $s ) ) {
|
383 |
+
$sql .= " AND ( ( umn.`meta_key` LIKE %s AND ums.`meta_key` LIKE %s AND ( u.`user_email` LIKE %s OR umn.`meta_value` LIKE %s OR ums.`meta_value` LIKE %s ) ) OR l.wishlist_name LIKE %s OR l.wishlist_slug LIKE %s OR l.wishlist_token LIKE %s )";
|
384 |
+
|
385 |
+
$search_value = '%' . esc_sql( $s ) . '%';
|
386 |
+
|
387 |
+
$sql_args[] = 'first_name';
|
388 |
+
$sql_args[] = 'last_name';
|
389 |
+
$sql_args[] = $search_value;
|
390 |
+
$sql_args[] = $search_value;
|
391 |
+
$sql_args[] = $search_value;
|
392 |
+
$sql_args[] = $search_value;
|
393 |
+
$sql_args[] = $search_value;
|
394 |
+
$sql_args[] = $search_value;
|
395 |
}
|
396 |
|
397 |
if( ! empty( $is_default ) ){
|
437 |
$sql .= " AND l.`ID` IN ( SELECT wishlist_id FROM {$wpdb->yith_wcwl_items} )";
|
438 |
}
|
439 |
|
440 |
+
$sql .= " GROUP BY l.ID";
|
441 |
+
|
442 |
$sql .= " ORDER BY";
|
443 |
|
444 |
if( ! empty( $orderby ) && isset( $order ) ) {
|
includes/data-stores/class.yith-wcwl-wishlist-item-data-store.php
CHANGED
@@ -430,11 +430,28 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Item_Data_Store' ) ) {
|
|
430 |
|
431 |
$sql_args = array( 'publish' );
|
432 |
|
|
|
|
|
|
|
|
|
|
|
433 |
if ( ! empty( $search ) ) {
|
434 |
$sql .= ' AND p.post_title LIKE %s';
|
435 |
$sql_args[] = '%' . $search . '%';
|
436 |
}
|
437 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
438 |
if ( ! empty( $orderby ) ) {
|
439 |
$order = ! empty( $order ) ? $order : 'DESC';
|
440 |
$sql .= ' ORDER BY ' . esc_sql( $orderby ) . ' ' . esc_sql( $order );
|
430 |
|
431 |
$sql_args = array( 'publish' );
|
432 |
|
433 |
+
if ( ! empty( $product_id ) ) {
|
434 |
+
$sql .= ' AND i.prod_id = %d';
|
435 |
+
$sql_args[] = $product_id;
|
436 |
+
}
|
437 |
+
|
438 |
if ( ! empty( $search ) ) {
|
439 |
$sql .= ' AND p.post_title LIKE %s';
|
440 |
$sql_args[] = '%' . $search . '%';
|
441 |
}
|
442 |
|
443 |
+
if ( ! empty( $args['interval'] ) && is_array( $args['interval'] ) && ( isset( $args['interval']['start_date'] ) || isset( $args['interval']['end_date'] ) ) ) {
|
444 |
+
if ( ! empty( $args['interval']['start_date'] ) ) {
|
445 |
+
$sql .= ' AND i.dateadded >= %s';
|
446 |
+
$sql_args[] = $args['interval']['start_date'];
|
447 |
+
}
|
448 |
+
|
449 |
+
if ( ! empty( $args['interval']['end_date'] ) ) {
|
450 |
+
$sql .= ' AND i.dateadded <= %s';
|
451 |
+
$sql_args[] = $args['interval']['end_date'];
|
452 |
+
}
|
453 |
+
}
|
454 |
+
|
455 |
if ( ! empty( $orderby ) ) {
|
456 |
$order = ! empty( $order ) ? $order : 'DESC';
|
457 |
$sql .= ' ORDER BY ' . esc_sql( $orderby ) . ' ' . esc_sql( $order );
|
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.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: 4.2.0
|
12 |
-
* WC tested up to: 4.
|
13 |
*
|
14 |
* @author YITHEMES
|
15 |
* @package YITH WooCommerce Wishlist
|
3 |
* Plugin Name: YITH WooCommerce Wishlist
|
4 |
* Plugin URI: https://yithemes.com/themes/plugins/yith-woocommerce-wishlist/
|
5 |
* Description: <code><strong>YITH WooCommerce Wishlist</strong></code> gives your users the possibility to create, fill, manage and share their wishlists allowing you to analyze their interests and needs to improve your marketing strategies. <a href="https://yithemes.com/" target="_blank">Get more plugins for your e-commerce on <strong>YITH</strong></a>
|
6 |
+
* Version: 3.0.14
|
7 |
* Author: YITH
|
8 |
* Author URI: https://yithemes.com/
|
9 |
* Text Domain: yith-woocommerce-wishlist
|
10 |
* Domain Path: /languages/
|
11 |
* WC requires at least: 4.2.0
|
12 |
+
* WC tested up to: 4.5
|
13 |
*
|
14 |
* @author YITHEMES
|
15 |
* @package YITH WooCommerce Wishlist
|
languages/yith-woocommerce-wishlist-da_DK.mo
CHANGED
Binary file
|
languages/yith-woocommerce-wishlist-da_DK.po
CHANGED
@@ -5,14 +5,14 @@ msgstr ""
|
|
5 |
"Project-Id-Version: YITH WCWL\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
7 |
"POT-Creation-Date: \n"
|
8 |
-
"PO-Revision-Date: 2020-
|
9 |
"Last-Translator: Morten Ruus <altombasketball@gmail.com>\n"
|
10 |
"Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
|
11 |
"Language: da_DK\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=utf-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
-
"X-Generator: Poedit 2.
|
16 |
"X-Poedit-KeywordsList: __;_e;_x\n"
|
17 |
"X-Poedit-Basepath: ..\n"
|
18 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
5 |
"Project-Id-Version: YITH WCWL\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
7 |
"POT-Creation-Date: \n"
|
8 |
+
"PO-Revision-Date: 2020-09-17 15:55+0200\n"
|
9 |
"Last-Translator: Morten Ruus <altombasketball@gmail.com>\n"
|
10 |
"Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
|
11 |
"Language: da_DK\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=utf-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
+
"X-Generator: Poedit 2.4.1\n"
|
16 |
"X-Poedit-KeywordsList: __;_e;_x\n"
|
17 |
"X-Poedit-Basepath: ..\n"
|
18 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
languages/yith-woocommerce-wishlist-de_DE.mo
CHANGED
Binary file
|
languages/yith-woocommerce-wishlist-de_DE.po
CHANGED
@@ -5,14 +5,14 @@ msgstr ""
|
|
5 |
"Project-Id-Version: YITH WooCommerce Wishlist\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
7 |
"POT-Creation-Date: \n"
|
8 |
-
"PO-Revision-Date: 2020-
|
9 |
"Last-Translator: \n"
|
10 |
"Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
|
11 |
"Language: de_DE\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=utf-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
-
"X-Generator: Poedit 2.
|
16 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
|
17 |
"__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
|
18 |
"_nx_noop:4c,1,2\n"
|
5 |
"Project-Id-Version: YITH WooCommerce Wishlist\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
7 |
"POT-Creation-Date: \n"
|
8 |
+
"PO-Revision-Date: 2020-09-17 15:55+0200\n"
|
9 |
"Last-Translator: \n"
|
10 |
"Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
|
11 |
"Language: de_DE\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=utf-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
+
"X-Generator: Poedit 2.4.1\n"
|
16 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
|
17 |
"__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
|
18 |
"_nx_noop:4c,1,2\n"
|
languages/yith-woocommerce-wishlist-es_AR.mo
CHANGED
Binary file
|
languages/yith-woocommerce-wishlist-es_AR.po
CHANGED
@@ -5,14 +5,14 @@ msgstr ""
|
|
5 |
"Project-Id-Version: YITH WooCommerce Wishlist\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
7 |
"POT-Creation-Date: \n"
|
8 |
-
"PO-Revision-Date: 2020-
|
9 |
"Last-Translator: YIThemes <support@yithemes.com>\n"
|
10 |
"Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
|
11 |
"Language: es_AR\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=utf-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
-
"X-Generator: Poedit 2.
|
16 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
|
17 |
"__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
|
18 |
"_nx_noop:4c,1,2\n"
|
5 |
"Project-Id-Version: YITH WooCommerce Wishlist\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
7 |
"POT-Creation-Date: \n"
|
8 |
+
"PO-Revision-Date: 2020-09-17 15:55+0200\n"
|
9 |
"Last-Translator: YIThemes <support@yithemes.com>\n"
|
10 |
"Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
|
11 |
"Language: es_AR\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=utf-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
+
"X-Generator: Poedit 2.4.1\n"
|
16 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
|
17 |
"__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
|
18 |
"_nx_noop:4c,1,2\n"
|
languages/yith-woocommerce-wishlist-es_ES.mo
CHANGED
Binary file
|
languages/yith-woocommerce-wishlist-es_ES.po
CHANGED
@@ -5,14 +5,14 @@ msgstr ""
|
|
5 |
"Project-Id-Version: YITH WooCommerce Wishlist\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
7 |
"POT-Creation-Date: \n"
|
8 |
-
"PO-Revision-Date: 2020-
|
9 |
"Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
|
10 |
"Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
|
11 |
"Language: es_ES\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=utf-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
-
"X-Generator: Poedit 2.
|
16 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
|
17 |
"__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
|
18 |
"_nx_noop:4c,1,2\n"
|
5 |
"Project-Id-Version: YITH WooCommerce Wishlist\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
7 |
"POT-Creation-Date: \n"
|
8 |
+
"PO-Revision-Date: 2020-09-17 15:56+0200\n"
|
9 |
"Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
|
10 |
"Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
|
11 |
"Language: es_ES\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=utf-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
+
"X-Generator: Poedit 2.4.1\n"
|
16 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
|
17 |
"__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
|
18 |
"_nx_noop:4c,1,2\n"
|
languages/yith-woocommerce-wishlist-es_MX.mo
CHANGED
Binary file
|
languages/yith-woocommerce-wishlist-es_MX.po
CHANGED
@@ -5,14 +5,14 @@ msgstr ""
|
|
5 |
"Project-Id-Version: YITH WooCommerce Wishlist\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
7 |
"POT-Creation-Date: \n"
|
8 |
-
"PO-Revision-Date: 2020-
|
9 |
"Last-Translator: Gabriel Azarias Dzul Cocom <gabrieldzul@gmail.com>\n"
|
10 |
"Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
|
11 |
"Language: es_MX\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=utf-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
-
"X-Generator: Poedit 2.
|
16 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
|
17 |
"__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
|
18 |
"_nx_noop:4c,1,2\n"
|
5 |
"Project-Id-Version: YITH WooCommerce Wishlist\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
7 |
"POT-Creation-Date: \n"
|
8 |
+
"PO-Revision-Date: 2020-09-17 15:56+0200\n"
|
9 |
"Last-Translator: Gabriel Azarias Dzul Cocom <gabrieldzul@gmail.com>\n"
|
10 |
"Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
|
11 |
"Language: es_MX\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=utf-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
+
"X-Generator: Poedit 2.4.1\n"
|
16 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
|
17 |
"__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
|
18 |
"_nx_noop:4c,1,2\n"
|
languages/yith-woocommerce-wishlist-fa_IR.mo
CHANGED
Binary file
|
languages/yith-woocommerce-wishlist-fa_IR.po
CHANGED
@@ -5,14 +5,14 @@ msgstr ""
|
|
5 |
"Project-Id-Version: YITH WooCommerce Wishlist\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
7 |
"POT-Creation-Date: \n"
|
8 |
-
"PO-Revision-Date: 2020-
|
9 |
"Last-Translator: Am!n <amin.pe94@gmail.com>\n"
|
10 |
"Language-Team: YITH - translated to persian by dornaweb <info@dornaweb.com>\n"
|
11 |
"Language: fa\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=utf-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
-
"X-Generator: Poedit 2.
|
16 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
|
17 |
"__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
|
18 |
"_nx_noop:4c,1,2\n"
|
5 |
"Project-Id-Version: YITH WooCommerce Wishlist\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
7 |
"POT-Creation-Date: \n"
|
8 |
+
"PO-Revision-Date: 2020-09-17 15:56+0200\n"
|
9 |
"Last-Translator: Am!n <amin.pe94@gmail.com>\n"
|
10 |
"Language-Team: YITH - translated to persian by dornaweb <info@dornaweb.com>\n"
|
11 |
"Language: fa\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=utf-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
+
"X-Generator: Poedit 2.4.1\n"
|
16 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
|
17 |
"__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
|
18 |
"_nx_noop:4c,1,2\n"
|
languages/yith-woocommerce-wishlist-fr_FR.mo
CHANGED
Binary file
|
languages/yith-woocommerce-wishlist-fr_FR.po
CHANGED
@@ -1,96 +1,90 @@
|
|
1 |
-
#
|
2 |
# This file is distributed under the same license as the YITH WooCommerce Wishlist package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: YITH WooCommerce Wishlist\n"
|
6 |
-
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
7 |
"POT-Creation-Date: \n"
|
8 |
-
"PO-Revision-Date: 2020-
|
9 |
"Last-Translator: \n"
|
10 |
-
"Language-Team:
|
11 |
-
"Language:
|
12 |
"MIME-Version: 1.0\n"
|
13 |
-
"Content-Type: text/plain; charset=
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
-
"
|
16 |
-
"X-
|
17 |
-
"__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
|
18 |
-
"_nx_noop:4c,1,2\n"
|
19 |
-
"X-Poedit-Basepath: .\n"
|
20 |
-
"Plural-Forms: nplurals=2; plural=n!=1;\n"
|
21 |
-
"X-Generator: Poedit 2.2\n"
|
22 |
-
"X-Poedit-SearchPath-0: ..\n"
|
23 |
-
"X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
|
24 |
|
25 |
#: ../includes/class.yith-wcwl-admin.php:126
|
26 |
-
#, fuzzy
|
27 |
-
#| msgid "Wishlist"
|
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 |
|
43 |
#: ../includes/class.yith-wcwl-admin.php:149
|
44 |
msgid "Premium Version"
|
45 |
-
msgstr ""
|
46 |
|
47 |
#: ../includes/class.yith-wcwl-admin.php:235, ../init.php:3
|
48 |
msgid "YITH WooCommerce Wishlist"
|
49 |
-
msgstr "
|
50 |
|
51 |
#: ../includes/class.yith-wcwl-admin.php:236,
|
52 |
#: ../includes/class.yith-wcwl-install.php:348
|
53 |
msgid "Wishlist"
|
54 |
-
msgstr "
|
55 |
|
56 |
#: ../includes/class.yith-wcwl-admin.php:238
|
57 |
msgid ""
|
58 |
"Allows your customers to create and share lists of products that they want "
|
59 |
"to purchase on your e-commerce."
|
60 |
msgstr ""
|
|
|
|
|
61 |
|
62 |
#: ../includes/class.yith-wcwl-ajax-handler.php:67,
|
63 |
#: ../templates/add-to-wishlist-remove.php:51
|
64 |
msgid "View ›"
|
65 |
-
msgstr ""
|
66 |
|
67 |
#: ../includes/class.yith-wcwl-ajax-handler.php:68,
|
68 |
#: ../templates/add-to-wishlist-remove.php:50
|
69 |
msgid "or"
|
70 |
-
msgstr ""
|
71 |
|
72 |
#: ../includes/class.yith-wcwl-ajax-handler.php:69
|
73 |
msgid "Close"
|
74 |
-
msgstr ""
|
75 |
|
76 |
#: ../includes/class.yith-wcwl-ajax-handler.php:134,
|
77 |
#: ../includes/class.yith-wcwl-ajax-handler.php:167
|
78 |
msgid "Product successfully removed."
|
79 |
-
msgstr "
|
80 |
|
81 |
#: ../includes/class.yith-wcwl-form-handler.php:154
|
82 |
msgid "Please, make sure to enter a valid title"
|
83 |
-
msgstr ""
|
84 |
|
85 |
#: ../includes/class.yith-wcwl-frontend.php:400
|
86 |
msgid ""
|
87 |
"We are sorry, but this feature is available only if cookies on your browser "
|
88 |
"are enabled."
|
89 |
msgstr ""
|
|
|
|
|
90 |
|
91 |
#: ../includes/class.yith-wcwl-frontend.php:401
|
92 |
msgid "Product added to cart successfully"
|
93 |
-
msgstr ""
|
94 |
|
95 |
#: ../includes/class.yith-wcwl-frontend.php:648,
|
96 |
#: ../includes/class.yith-wcwl-shortcode.php:237,
|
@@ -98,185 +92,218 @@ msgstr ""
|
|
98 |
#: ../templates/wishlist-view-footer-mobile.php:44,
|
99 |
#: ../templates/wishlist-view-footer.php:44
|
100 |
msgid "Add to cart"
|
101 |
-
msgstr ""
|
102 |
|
103 |
#: ../includes/class.yith-wcwl-install.php:346
|
104 |
msgctxt "page_slug"
|
105 |
msgid "wishlist"
|
106 |
-
msgstr ""
|
107 |
|
108 |
#: ../includes/class.yith-wcwl-privacy.php:50
|
109 |
msgid "While you visit our site, we’ll track:"
|
110 |
-
msgstr ""
|
111 |
|
112 |
#: ../includes/class.yith-wcwl-privacy.php:52
|
113 |
msgid ""
|
114 |
"Products you’ve added to the wishlist: we’ll use this to show you and other "
|
115 |
"users your favourite products, and to create targeted email campaigns."
|
116 |
msgstr ""
|
|
|
|
|
|
|
117 |
|
118 |
#: ../includes/class.yith-wcwl-privacy.php:53
|
119 |
msgid ""
|
120 |
"Wishlists you’ve created: we’ll keep track of the wishlists you create, and "
|
121 |
"make them visible to the store staff"
|
122 |
msgstr ""
|
|
|
|
|
|
|
123 |
|
124 |
#: ../includes/class.yith-wcwl-privacy.php:55
|
125 |
msgid ""
|
126 |
"We’ll also use cookies to keep track of wishlist contents while you’re "
|
127 |
"browsing our site."
|
128 |
msgstr ""
|
|
|
|
|
129 |
|
130 |
#: ../includes/class.yith-wcwl-privacy.php:58
|
131 |
msgid ""
|
132 |
"Members of our team have access to the information you provide us with. For "
|
133 |
"example, both Administrators and Shop Managers can access:"
|
134 |
msgstr ""
|
|
|
|
|
|
|
135 |
|
136 |
#: ../includes/class.yith-wcwl-privacy.php:60
|
137 |
msgid ""
|
138 |
"Wishlist details, such as products added, date of addition, name and privacy "
|
139 |
"settings of your wishlists"
|
140 |
msgstr ""
|
|
|
|
|
|
|
141 |
|
142 |
#: ../includes/class.yith-wcwl-privacy.php:62
|
143 |
msgid ""
|
144 |
"Our team members have access to this information to offer you better deals "
|
145 |
"for the products you love."
|
146 |
msgstr ""
|
|
|
|
|
147 |
|
148 |
#: ../includes/class.yith-wcwl-privacy.php:82,
|
149 |
#: ../includes/class.yith-wcwl-privacy.php:98
|
150 |
msgid "Customer wishlists"
|
151 |
-
msgstr ""
|
152 |
|
153 |
#: ../includes/class.yith-wcwl-privacy.php:133,
|
154 |
#: ../plugin-options/lists-options.php:23,
|
155 |
#: ../plugin-options/lists-options.php:30
|
156 |
msgid "Wishlists"
|
157 |
-
msgstr "
|
158 |
|
159 |
#. translators: %s Order number.
|
160 |
#: ../includes/class.yith-wcwl-privacy.php:193
|
161 |
msgid "Removed wishlist %s."
|
162 |
-
msgstr "Ma
|
163 |
|
164 |
#. translators: %s Order number.
|
165 |
#: ../includes/class.yith-wcwl-privacy.php:197
|
166 |
msgid "Wishlist %s has been retained."
|
167 |
-
msgstr "
|
168 |
|
169 |
#: ../includes/class.yith-wcwl-privacy.php:219
|
170 |
msgid "Token"
|
171 |
-
msgstr ""
|
172 |
|
173 |
#: ../includes/class.yith-wcwl-privacy.php:220
|
174 |
msgid "Wishlist URL"
|
175 |
-
msgstr ""
|
176 |
|
177 |
#: ../includes/class.yith-wcwl-privacy.php:221
|
178 |
msgid "Title"
|
179 |
-
msgstr ""
|
180 |
|
181 |
#: ../includes/class.yith-wcwl-privacy.php:222
|
182 |
msgctxt "date when wishlist was created"
|
183 |
msgid "Created on"
|
184 |
-
msgstr ""
|
185 |
|
186 |
#: ../includes/class.yith-wcwl-privacy.php:223
|
187 |
msgid "Visibility"
|
188 |
-
msgstr ""
|
189 |
|
190 |
#: ../includes/class.yith-wcwl-privacy.php:224
|
191 |
msgid "Items added"
|
192 |
-
msgstr ""
|
193 |
|
194 |
#: ../includes/class.yith-wcwl-shortcode.php:52
|
195 |
msgctxt "[gutenberg]: block name"
|
196 |
msgid "YITH Add to wishlist"
|
197 |
-
msgstr ""
|
198 |
|
199 |
#: ../includes/class.yith-wcwl-shortcode.php:53
|
200 |
msgctxt "[gutenberg]: block description"
|
201 |
msgid "Shows Add to wishlist button"
|
202 |
-
msgstr ""
|
203 |
|
204 |
#: ../includes/class.yith-wcwl-shortcode.php:58
|
205 |
msgid ""
|
206 |
"ID of the product to add to the wishlist (leave empty to use the global "
|
207 |
"product)"
|
208 |
msgstr ""
|
|
|
|
|
209 |
|
210 |
#: ../includes/class.yith-wcwl-shortcode.php:63
|
211 |
msgid "URL of the wishlist page (leave empty to use the default settings)"
|
212 |
msgstr ""
|
|
|
|
|
213 |
|
214 |
#: ../includes/class.yith-wcwl-shortcode.php:68
|
215 |
msgid "Button label (leave empty to use the default settings)"
|
216 |
msgstr ""
|
|
|
217 |
|
218 |
#: ../includes/class.yith-wcwl-shortcode.php:73
|
219 |
msgid "\"Browse wishlist\" label (leave empty to use the default settings)"
|
220 |
msgstr ""
|
|
|
|
|
221 |
|
222 |
#: ../includes/class.yith-wcwl-shortcode.php:78
|
223 |
msgid ""
|
224 |
"\"Product already in wishlist\" label (leave empty to use the default "
|
225 |
"settings)"
|
226 |
msgstr ""
|
|
|
|
|
227 |
|
228 |
#: ../includes/class.yith-wcwl-shortcode.php:83
|
229 |
msgid ""
|
230 |
"\"Product added to wishlist\" label (leave empty to use the default settings)"
|
231 |
msgstr ""
|
|
|
|
|
232 |
|
233 |
#: ../includes/class.yith-wcwl-shortcode.php:88
|
234 |
msgid ""
|
235 |
"Icon for the button (use any FontAwesome valid class, or leave empty to use "
|
236 |
"the default settings)"
|
237 |
msgstr ""
|
|
|
|
|
238 |
|
239 |
#: ../includes/class.yith-wcwl-shortcode.php:93
|
240 |
msgid ""
|
241 |
"Additional CSS classes for the button (leave empty to use the default "
|
242 |
"settings)"
|
243 |
msgstr ""
|
|
|
|
|
244 |
|
245 |
#: ../includes/class.yith-wcwl-shortcode.php:101
|
246 |
msgctxt "[gutenberg]: block name"
|
247 |
msgid "YITH Wishlist"
|
248 |
-
msgstr ""
|
249 |
|
250 |
#: ../includes/class.yith-wcwl-shortcode.php:102
|
251 |
msgctxt "[gutenberg]: block description"
|
252 |
msgid "Shows a list of products in wishlist"
|
253 |
-
msgstr ""
|
254 |
|
255 |
#: ../includes/class.yith-wcwl-shortcode.php:107
|
256 |
msgid "Choose whether to paginate items in the wishlist or show them all"
|
257 |
msgstr ""
|
|
|
|
|
258 |
|
259 |
#: ../includes/class.yith-wcwl-shortcode.php:110,
|
260 |
#: ../includes/widgets/elementor/class.yith-wcwl-elementor-wishlist.php:113
|
261 |
msgid "Paginate"
|
262 |
-
msgstr ""
|
263 |
|
264 |
#: ../includes/class.yith-wcwl-shortcode.php:111,
|
265 |
#: ../includes/widgets/elementor/class.yith-wcwl-elementor-wishlist.php:114
|
266 |
msgid "Do not paginate"
|
267 |
-
msgstr ""
|
268 |
|
269 |
#: ../includes/class.yith-wcwl-shortcode.php:116
|
270 |
msgid "Number of items to show per page"
|
271 |
-
msgstr ""
|
272 |
|
273 |
#: ../includes/class.yith-wcwl-shortcode.php:121
|
274 |
msgid "ID of the wishlist to show (e.g. K6EOWXB888ZD)"
|
275 |
-
msgstr ""
|
276 |
|
277 |
#: ../includes/class.yith-wcwl-shortcode.php:407
|
278 |
msgid "Share on:"
|
279 |
-
msgstr "Partager sur
|
280 |
|
281 |
#: ../includes/class.yith-wcwl-shortcode.php:431,
|
282 |
#: ../plugin-options/wishlist_page-options.php:136
|
@@ -286,97 +313,99 @@ msgstr "Partager sur Facebook"
|
|
286 |
#: ../includes/class.yith-wcwl-shortcode.php:448,
|
287 |
#: ../plugin-options/wishlist_page-options.php:145
|
288 |
msgid "Tweet on Twitter"
|
289 |
-
msgstr "
|
290 |
|
291 |
#: ../includes/class.yith-wcwl-shortcode.php:466,
|
292 |
#: ../plugin-options/wishlist_page-options.php:154
|
293 |
msgid "Pin on Pinterest"
|
294 |
-
msgstr "
|
295 |
|
296 |
#: ../includes/class.yith-wcwl-shortcode.php:480
|
297 |
msgid "Share via email"
|
298 |
-
msgstr ""
|
299 |
|
300 |
#: ../includes/class.yith-wcwl-shortcode.php:493,
|
301 |
#: ../includes/class.yith-wcwl-shortcode.php:495
|
302 |
msgid "My wishlist on "
|
303 |
-
msgstr "Ma
|
304 |
|
305 |
#: ../includes/class.yith-wcwl-shortcode.php:503,
|
306 |
#: ../plugin-options/wishlist_page-options.php:172
|
307 |
msgid "Share on WhatsApp"
|
308 |
-
msgstr ""
|
309 |
|
310 |
#: ../includes/class.yith-wcwl-shortcode.php:606
|
311 |
msgid "Remove from list"
|
312 |
-
msgstr ""
|
313 |
|
314 |
#: ../includes/class.yith-wcwl-wishlist-item.php:185
|
315 |
msgid "Free!"
|
316 |
-
msgstr ""
|
317 |
|
318 |
#: ../includes/class.yith-wcwl-wishlist-item.php:415
|
319 |
msgctxt ""
|
320 |
"Part of the template that shows price variation since addition to list; "
|
321 |
"placeholder will be replaced with a percentage"
|
322 |
msgid "Price is %1$s%%"
|
323 |
-
msgstr ""
|
324 |
|
325 |
#: ../includes/class.yith-wcwl-wishlist-item.php:416
|
326 |
msgctxt ""
|
327 |
"Part of the template that shows price variation since addition to list; "
|
328 |
"placeholder will be replaced with a price"
|
329 |
msgid "(Was %2$s when added in list)"
|
330 |
-
msgstr ""
|
331 |
|
332 |
#: ../includes/class.yith-wcwl.php:164
|
333 |
msgid "The item cannot be added to this wishlist"
|
334 |
-
msgstr ""
|
335 |
|
336 |
#: ../includes/class.yith-wcwl.php:168, ../includes/class.yith-wcwl.php:174
|
337 |
msgid "An error occurred while adding the products to the wishlist."
|
338 |
msgstr ""
|
|
|
|
|
339 |
|
340 |
#: ../includes/class.yith-wcwl.php:233, ../includes/class.yith-wcwl.php:239
|
341 |
msgid "Error. Unable to remove the product from the wishlist."
|
342 |
-
msgstr "Erreur
|
343 |
|
344 |
#: ../includes/data-stores/class.yith-wcwl-wishlist-data-store.php:136,
|
345 |
#: ../includes/data-stores/class.yith-wcwl-wishlist-data-store.php:158
|
346 |
msgid "Invalid wishlist."
|
347 |
-
msgstr ""
|
348 |
|
349 |
#: ../includes/data-stores/class.yith-wcwl-wishlist-item-data-store.php:108
|
350 |
msgid "Invalid wishlist item."
|
351 |
-
msgstr ""
|
352 |
|
353 |
#. translators: 1. Number of users.
|
354 |
#: ../includes/functions.yith-wcwl.php:249
|
355 |
msgid "%d user"
|
356 |
msgid_plural "%d users"
|
357 |
-
msgstr[0] ""
|
358 |
-
msgstr[1] ""
|
359 |
|
360 |
#: ../includes/functions.yith-wcwl.php:250
|
361 |
msgid "has this item in wishlist"
|
362 |
msgid_plural "have this item in wishlist"
|
363 |
-
msgstr[0] ""
|
364 |
-
msgstr[1] ""
|
365 |
|
366 |
#: ../includes/functions.yith-wcwl.php:252
|
367 |
msgid "You're the first"
|
368 |
-
msgstr ""
|
369 |
|
370 |
#: ../includes/functions.yith-wcwl.php:253
|
371 |
msgid "to add this item in wishlist"
|
372 |
-
msgstr ""
|
373 |
|
374 |
#. translators: 1. Count of users when many, or "another" when only one.
|
375 |
#: ../includes/functions.yith-wcwl.php:257
|
376 |
msgid "You and %s user"
|
377 |
msgid_plural "You and %d users"
|
378 |
-
msgstr[0] ""
|
379 |
-
msgstr[1] ""
|
380 |
|
381 |
#: ../includes/functions.yith-wcwl.php:257
|
382 |
msgid "another"
|
@@ -384,173 +413,151 @@ msgstr ""
|
|
384 |
|
385 |
#: ../includes/functions.yith-wcwl.php:258
|
386 |
msgid "have this item in wishlist"
|
387 |
-
msgstr ""
|
388 |
|
389 |
#: ../includes/functions.yith-wcwl.php:415
|
390 |
msgid "None"
|
391 |
-
msgstr ""
|
392 |
|
393 |
#: ../includes/functions.yith-wcwl.php:416
|
394 |
-
#, fuzzy
|
395 |
-
#| msgid "Custom CSS"
|
396 |
msgid "Custom"
|
397 |
-
msgstr "
|
398 |
|
399 |
#: ../includes/functions.yith-wcwl.php:437
|
400 |
msgid "Shared"
|
401 |
-
msgstr "
|
402 |
|
403 |
#: ../includes/functions.yith-wcwl.php:441
|
404 |
msgid "Only people with a link to this list can see it"
|
405 |
-
msgstr ""
|
406 |
|
407 |
#: ../includes/functions.yith-wcwl.php:447
|
408 |
msgid "Private"
|
409 |
-
msgstr ""
|
410 |
|
411 |
#: ../includes/functions.yith-wcwl.php:451
|
412 |
msgid "Only you can see this list"
|
413 |
-
msgstr ""
|
414 |
|
415 |
#: ../includes/functions.yith-wcwl.php:457
|
416 |
msgid "Public"
|
417 |
-
msgstr ""
|
418 |
|
419 |
#: ../includes/functions.yith-wcwl.php:461
|
420 |
msgid "Anyone can search for and see this list"
|
421 |
-
msgstr ""
|
422 |
|
423 |
#: ../includes/widgets/elementor/class.yith-wcwl-elementor-add-to-wishlist.php:40
|
424 |
msgctxt "Elementor widget name"
|
425 |
msgid "YITH Wishlist Add button"
|
426 |
-
msgstr ""
|
427 |
|
428 |
#: ../includes/widgets/elementor/class.yith-wcwl-elementor-add-to-wishlist.php:83
|
429 |
-
#, fuzzy
|
430 |
-
#| msgid "Product added!"
|
431 |
msgctxt "Elementor section title"
|
432 |
msgid "Product"
|
433 |
-
msgstr "Produit
|
434 |
|
435 |
#: ../includes/widgets/elementor/class.yith-wcwl-elementor-add-to-wishlist.php:91
|
436 |
-
#, fuzzy
|
437 |
-
#| msgid "Product added!"
|
438 |
msgctxt "Elementor control label"
|
439 |
msgid "Product ID"
|
440 |
-
msgstr "
|
441 |
|
442 |
#: ../includes/widgets/elementor/class.yith-wcwl-elementor-add-to-wishlist.php:103
|
443 |
msgctxt "Elementor section title"
|
444 |
msgid "Labels"
|
445 |
-
msgstr ""
|
446 |
|
447 |
#: ../includes/widgets/elementor/class.yith-wcwl-elementor-add-to-wishlist.php:111
|
448 |
msgctxt "Elementor control label"
|
449 |
msgid "Button label"
|
450 |
-
msgstr ""
|
451 |
|
452 |
#: ../includes/widgets/elementor/class.yith-wcwl-elementor-add-to-wishlist.php:114,
|
453 |
#: ../plugin-options/add_to_wishlist-options.php:125
|
454 |
msgid "Add to wishlist"
|
455 |
-
msgstr ""
|
456 |
|
457 |
#: ../includes/widgets/elementor/class.yith-wcwl-elementor-add-to-wishlist.php:121
|
458 |
-
#, fuzzy
|
459 |
-
#| msgid "\"Browse wishlist\" text"
|
460 |
msgctxt "Elementor control label"
|
461 |
msgid "\"Browse wishlist\" label"
|
462 |
-
msgstr "Parcourir la
|
463 |
|
464 |
#: ../includes/widgets/elementor/class.yith-wcwl-elementor-add-to-wishlist.php:124,
|
465 |
#: ../plugin-options/add_to_wishlist-options.php:141
|
466 |
msgid "Browse wishlist"
|
467 |
-
msgstr ""
|
468 |
|
469 |
#: ../includes/widgets/elementor/class.yith-wcwl-elementor-add-to-wishlist.php:131
|
470 |
-
#, fuzzy
|
471 |
-
#| msgid "\"Product already in wishlist\" text"
|
472 |
msgctxt "Elementor control label"
|
473 |
msgid "\"Product already in wishlist\" label"
|
474 |
-
msgstr "
|
475 |
|
476 |
#: ../includes/widgets/elementor/class.yith-wcwl-elementor-add-to-wishlist.php:134
|
477 |
-
#, fuzzy
|
478 |
-
#| msgid "\"Product already in wishlist\" text"
|
479 |
msgid "Product already in wishlist"
|
480 |
-
msgstr "
|
481 |
|
482 |
#: ../includes/widgets/elementor/class.yith-wcwl-elementor-add-to-wishlist.php:141
|
483 |
-
#, fuzzy
|
484 |
-
#| msgid "\"Product already in wishlist\" text"
|
485 |
msgctxt "Elementor control label"
|
486 |
msgid "\"Product added to wishlist\" label"
|
487 |
-
msgstr "
|
488 |
|
489 |
#: ../includes/widgets/elementor/class.yith-wcwl-elementor-add-to-wishlist.php:144
|
490 |
-
#, fuzzy
|
491 |
-
#| msgid "\"Product already in wishlist\" text"
|
492 |
msgid "Product added to wishlist"
|
493 |
-
msgstr "
|
494 |
|
495 |
#: ../includes/widgets/elementor/class.yith-wcwl-elementor-add-to-wishlist.php:153
|
496 |
msgctxt "Elementor section title"
|
497 |
msgid "Advanced"
|
498 |
-
msgstr ""
|
499 |
|
500 |
#: ../includes/widgets/elementor/class.yith-wcwl-elementor-add-to-wishlist.php:161
|
501 |
msgctxt "Elementor control label"
|
502 |
msgid "URL of the wishlist page"
|
503 |
-
msgstr ""
|
504 |
|
505 |
#: ../includes/widgets/elementor/class.yith-wcwl-elementor-add-to-wishlist.php:171
|
506 |
msgctxt "Elementor control label"
|
507 |
msgid "Icon for the button"
|
508 |
-
msgstr ""
|
509 |
|
510 |
#: ../includes/widgets/elementor/class.yith-wcwl-elementor-add-to-wishlist.php:181
|
511 |
msgctxt "Elementor control label"
|
512 |
msgid "Additional CSS classes for the button"
|
513 |
-
msgstr ""
|
514 |
|
515 |
#: ../includes/widgets/elementor/class.yith-wcwl-elementor-wishlist.php:40
|
516 |
-
#, fuzzy
|
517 |
-
#| msgid "Wishlist"
|
518 |
msgctxt "Elementor widget name"
|
519 |
msgid "YITH Wishlist"
|
520 |
-
msgstr "Wishlist"
|
521 |
|
522 |
#: ../includes/widgets/elementor/class.yith-wcwl-elementor-wishlist.php:82
|
523 |
-
#, fuzzy
|
524 |
-
#| msgid "Wishlist"
|
525 |
msgctxt "Elementor section title"
|
526 |
msgid "Wishlist"
|
527 |
-
msgstr "
|
528 |
|
529 |
#: ../includes/widgets/elementor/class.yith-wcwl-elementor-wishlist.php:90
|
530 |
-
#, fuzzy
|
531 |
-
#| msgid "Wishlist"
|
532 |
msgctxt "Elementor control label"
|
533 |
msgid "Wishlist ID"
|
534 |
-
msgstr "
|
535 |
|
536 |
#: ../includes/widgets/elementor/class.yith-wcwl-elementor-wishlist.php:102
|
537 |
msgctxt "Elementor section title"
|
538 |
msgid "Pagination"
|
539 |
-
msgstr ""
|
540 |
|
541 |
#: ../includes/widgets/elementor/class.yith-wcwl-elementor-wishlist.php:110
|
542 |
msgctxt "Elementor control label"
|
543 |
msgid "Paginate items"
|
544 |
-
msgstr ""
|
545 |
|
546 |
#: ../includes/widgets/elementor/class.yith-wcwl-elementor-wishlist.php:123
|
547 |
msgctxt "yith-woocommerce-wishlist"
|
548 |
msgid "Items per page"
|
549 |
-
msgstr ""
|
550 |
|
551 |
#: ../init.php:4
|
552 |
msgid "https://yithemes.com/themes/plugins/yith-woocommerce-wishlist/"
|
553 |
-
msgstr ""
|
554 |
|
555 |
#: ../init.php:5
|
556 |
msgid ""
|
@@ -560,18 +567,27 @@ msgid ""
|
|
560 |
"<a href=\"https://yithemes.com/\" target=\"_blank\">Get more plugins for "
|
561 |
"your e-commerce on <strong>YITH</strong></a>"
|
562 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
563 |
|
564 |
#: ../init.php:7
|
565 |
msgid "YITH"
|
566 |
-
msgstr ""
|
567 |
|
568 |
#: ../init.php:8
|
569 |
msgid "https://yithemes.com/"
|
570 |
-
msgstr ""
|
571 |
|
572 |
#: ../init.php:141
|
|
|
|
|
573 |
msgid "is enabled but not effective. It requires WooCommerce in order to work."
|
574 |
msgstr ""
|
|
|
575 |
|
576 |
#: ../init.php:151
|
577 |
msgid "You can't activate the free version of"
|
@@ -584,33 +600,35 @@ msgstr ""
|
|
584 |
#: ../plugin-options/add_to_wishlist-options.php:18,
|
585 |
#: ../plugin-options/settings-options.php:23
|
586 |
msgid "General Settings"
|
587 |
-
msgstr "
|
588 |
|
589 |
#: ../plugin-options/add_to_wishlist-options.php:25
|
590 |
msgid "After product is added to wishlist"
|
591 |
-
msgstr ""
|
592 |
|
593 |
#: ../plugin-options/add_to_wishlist-options.php:26
|
594 |
msgid ""
|
595 |
"Choose the look of the Wishlist button when the product has already been "
|
596 |
"added to a wishlist"
|
597 |
msgstr ""
|
|
|
|
|
598 |
|
599 |
#: ../plugin-options/add_to_wishlist-options.php:30
|
600 |
msgid "Show \"Add to wishilist\" button"
|
601 |
-
msgstr ""
|
602 |
|
603 |
#: ../plugin-options/add_to_wishlist-options.php:31
|
604 |
msgid "Show \"View wishlist\" link"
|
605 |
-
msgstr ""
|
606 |
|
607 |
#: ../plugin-options/add_to_wishlist-options.php:32
|
608 |
msgid "Show \"Remove from list\" link"
|
609 |
-
msgstr ""
|
610 |
|
611 |
#: ../plugin-options/add_to_wishlist-options.php:46
|
612 |
msgid "Loop settings"
|
613 |
-
msgstr ""
|
614 |
|
615 |
#: ../plugin-options/add_to_wishlist-options.php:48
|
616 |
msgid ""
|
@@ -618,18 +636,23 @@ msgid ""
|
|
618 |
"shortcodes, products sliders, and all the other places where the WooCommerce "
|
619 |
"products' loop is used"
|
620 |
msgstr ""
|
|
|
|
|
|
|
621 |
|
622 |
#: ../plugin-options/add_to_wishlist-options.php:53
|
623 |
msgid "Show \"Add to wishlist\" in loop"
|
624 |
-
msgstr ""
|
625 |
|
626 |
#: ../plugin-options/add_to_wishlist-options.php:54
|
627 |
msgid "Enable the \"Add to wishlist\" feature in WooCommerce products' loop"
|
628 |
msgstr ""
|
|
|
|
|
629 |
|
630 |
#: ../plugin-options/add_to_wishlist-options.php:62
|
631 |
msgid "Position of \"Add to wishlist\" in loop"
|
632 |
-
msgstr ""
|
633 |
|
634 |
#: ../plugin-options/add_to_wishlist-options.php:63
|
635 |
msgid ""
|
@@ -638,18 +661,23 @@ msgid ""
|
|
638 |
"\"><code>[yith_wcwl_add_to_wishlist]</code></span> and paste it where you "
|
639 |
"want to show the \"Add to wishlist\" link or button</span>"
|
640 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
641 |
|
642 |
#: ../plugin-options/add_to_wishlist-options.php:70
|
643 |
msgid "On top of the image"
|
644 |
-
msgstr ""
|
645 |
|
646 |
#: ../plugin-options/add_to_wishlist-options.php:71
|
647 |
msgid "Before \"Add to cart\" button"
|
648 |
-
msgstr ""
|
649 |
|
650 |
#: ../plugin-options/add_to_wishlist-options.php:72
|
651 |
msgid "After \"Add to cart\" button"
|
652 |
-
msgstr ""
|
653 |
|
654 |
#: ../plugin-options/add_to_wishlist-options.php:73,
|
655 |
#: ../plugin-options/add_to_wishlist-options.php:105
|
@@ -658,11 +686,11 @@ msgstr "Utiliser le shortcode"
|
|
658 |
|
659 |
#: ../plugin-options/add_to_wishlist-options.php:87
|
660 |
msgid "Product page settings"
|
661 |
-
msgstr ""
|
662 |
|
663 |
#: ../plugin-options/add_to_wishlist-options.php:94
|
664 |
msgid "Position of \"Add to wishlist\" on product page"
|
665 |
-
msgstr ""
|
666 |
|
667 |
#: ../plugin-options/add_to_wishlist-options.php:95
|
668 |
msgid ""
|
@@ -671,6 +699,11 @@ msgid ""
|
|
671 |
"\"><code>[yith_wcwl_add_to_wishlist]</code></span> and paste it where you "
|
672 |
"want to show the \"Add to wishlist\" link or button</span>"
|
673 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
674 |
|
675 |
#: ../plugin-options/add_to_wishlist-options.php:102
|
676 |
msgid "After \"Add to cart\""
|
@@ -678,7 +711,7 @@ msgstr "Après \"Ajouter au panier\""
|
|
678 |
|
679 |
#: ../plugin-options/add_to_wishlist-options.php:103
|
680 |
msgid "After thumbnails"
|
681 |
-
msgstr "Après les
|
682 |
|
683 |
#: ../plugin-options/add_to_wishlist-options.php:104
|
684 |
msgid "After summary"
|
@@ -687,87 +720,95 @@ msgstr "Après le résumé"
|
|
687 |
#: ../plugin-options/add_to_wishlist-options.php:115,
|
688 |
#: ../plugin-options/wishlist_page-options.php:219
|
689 |
msgid "Text customization"
|
690 |
-
msgstr ""
|
691 |
|
692 |
#: ../plugin-options/add_to_wishlist-options.php:122
|
693 |
msgid "\"Add to wishlist\" text"
|
694 |
-
msgstr ""
|
695 |
|
696 |
#: ../plugin-options/add_to_wishlist-options.php:123
|
697 |
msgid "Enter a text for \"Add to wishlist\" button"
|
698 |
-
msgstr ""
|
699 |
|
700 |
#: ../plugin-options/add_to_wishlist-options.php:130
|
701 |
msgid "\"Product added\" text"
|
702 |
-
msgstr "Produit
|
703 |
|
704 |
#: ../plugin-options/add_to_wishlist-options.php:131
|
705 |
msgid ""
|
706 |
"Enter the text of the message displayed when the user adds a product to the "
|
707 |
"wishlist"
|
708 |
msgstr ""
|
|
|
|
|
709 |
|
710 |
#: ../plugin-options/add_to_wishlist-options.php:133
|
711 |
msgid "Product added!"
|
712 |
-
msgstr "Produit
|
713 |
|
714 |
#: ../plugin-options/add_to_wishlist-options.php:138
|
715 |
msgid "\"Browse wishlist\" text"
|
716 |
-
msgstr "Parcourir la
|
717 |
|
718 |
#: ../plugin-options/add_to_wishlist-options.php:139
|
719 |
msgid "Enter a text for the \"Browse wishlist\" link on the product page"
|
720 |
msgstr ""
|
|
|
|
|
721 |
|
722 |
#: ../plugin-options/add_to_wishlist-options.php:146
|
723 |
msgid "\"Product already in wishlist\" text"
|
724 |
-
msgstr "
|
725 |
|
726 |
#: ../plugin-options/add_to_wishlist-options.php:147
|
727 |
msgid ""
|
728 |
"Enter the text for the message displayed when the user views a product that "
|
729 |
"is already in the wishlist"
|
730 |
msgstr ""
|
|
|
|
|
731 |
|
732 |
#: ../plugin-options/add_to_wishlist-options.php:149
|
733 |
msgid "The product is already in your wishlist!"
|
734 |
-
msgstr ""
|
735 |
|
736 |
#: ../plugin-options/add_to_wishlist-options.php:159
|
737 |
msgid "Style & Color customization"
|
738 |
-
msgstr ""
|
739 |
|
740 |
#: ../plugin-options/add_to_wishlist-options.php:166
|
741 |
msgid "Style of \"Add to wishlist\""
|
742 |
-
msgstr ""
|
743 |
|
744 |
#: ../plugin-options/add_to_wishlist-options.php:167
|
745 |
msgid ""
|
746 |
"Choose if you want to show a textual \"Add to wishlist\" link or a button"
|
747 |
msgstr ""
|
|
|
|
|
748 |
|
749 |
#: ../plugin-options/add_to_wishlist-options.php:170,
|
750 |
#: ../plugin-options/wishlist_page-options.php:258
|
751 |
msgid "Textual (anchor)"
|
752 |
-
msgstr ""
|
753 |
|
754 |
#: ../plugin-options/add_to_wishlist-options.php:171,
|
755 |
#: ../plugin-options/wishlist_page-options.php:259
|
756 |
msgid "Button with theme style"
|
757 |
-
msgstr ""
|
758 |
|
759 |
#: ../plugin-options/add_to_wishlist-options.php:172,
|
760 |
#: ../plugin-options/wishlist_page-options.php:260
|
761 |
msgid "Button with custom style"
|
762 |
-
msgstr ""
|
763 |
|
764 |
#: ../plugin-options/add_to_wishlist-options.php:180
|
765 |
msgid "\"Add to wishlist\" button style"
|
766 |
-
msgstr ""
|
767 |
|
768 |
#: ../plugin-options/add_to_wishlist-options.php:186
|
769 |
msgid "Choose colors for the \"Add to wishlist\" button"
|
770 |
-
msgstr ""
|
771 |
|
772 |
#: ../plugin-options/add_to_wishlist-options.php:188,
|
773 |
#: ../plugin-options/wishlist_page-options.php:276,
|
@@ -780,7 +821,7 @@ msgstr ""
|
|
780 |
#: ../plugin-options/wishlist_page-options.php:669,
|
781 |
#: ../plugin-options/wishlist_page-options.php:709
|
782 |
msgid "Background"
|
783 |
-
msgstr ""
|
784 |
|
785 |
#: ../plugin-options/add_to_wishlist-options.php:193,
|
786 |
#: ../plugin-options/wishlist_page-options.php:281,
|
@@ -789,7 +830,7 @@ msgstr ""
|
|
789 |
#: ../plugin-options/wishlist_page-options.php:467,
|
790 |
#: ../plugin-options/wishlist_page-options.php:504
|
791 |
msgid "Text"
|
792 |
-
msgstr ""
|
793 |
|
794 |
#: ../plugin-options/add_to_wishlist-options.php:198,
|
795 |
#: ../plugin-options/wishlist_page-options.php:286,
|
@@ -797,53 +838,57 @@ msgstr ""
|
|
797 |
#: ../plugin-options/wishlist_page-options.php:424,
|
798 |
#: ../plugin-options/wishlist_page-options.php:472
|
799 |
msgid "Border"
|
800 |
-
msgstr ""
|
801 |
|
802 |
#: ../plugin-options/add_to_wishlist-options.php:204
|
803 |
msgid "Choose colors for the \"Add to wishlist\" button on hover state"
|
804 |
msgstr ""
|
|
|
|
|
805 |
|
806 |
#: ../plugin-options/add_to_wishlist-options.php:206,
|
807 |
#: ../plugin-options/wishlist_page-options.php:294,
|
808 |
#: ../plugin-options/wishlist_page-options.php:383,
|
809 |
#: ../plugin-options/wishlist_page-options.php:432
|
810 |
msgid "Background Hover"
|
811 |
-
msgstr ""
|
812 |
|
813 |
#: ../plugin-options/add_to_wishlist-options.php:211,
|
814 |
#: ../plugin-options/wishlist_page-options.php:299,
|
815 |
#: ../plugin-options/wishlist_page-options.php:388,
|
816 |
#: ../plugin-options/wishlist_page-options.php:437
|
817 |
msgid "Text Hover"
|
818 |
-
msgstr ""
|
819 |
|
820 |
#: ../plugin-options/add_to_wishlist-options.php:216,
|
821 |
#: ../plugin-options/wishlist_page-options.php:304,
|
822 |
#: ../plugin-options/wishlist_page-options.php:393,
|
823 |
#: ../plugin-options/wishlist_page-options.php:442
|
824 |
msgid "Border Hover"
|
825 |
-
msgstr ""
|
826 |
|
827 |
#: ../plugin-options/add_to_wishlist-options.php:229,
|
828 |
#: ../plugin-options/wishlist_page-options.php:317
|
829 |
msgid "Border radius"
|
830 |
-
msgstr ""
|
831 |
|
832 |
#: ../plugin-options/add_to_wishlist-options.php:230
|
833 |
msgid "Choose radius for the \"Add to wishlist\" button"
|
834 |
-
msgstr ""
|
835 |
|
836 |
#: ../plugin-options/add_to_wishlist-options.php:244
|
837 |
msgid "\"Add to wishlist\" icon"
|
838 |
-
msgstr ""
|
839 |
|
840 |
#: ../plugin-options/add_to_wishlist-options.php:245
|
841 |
msgid "Select an icon for the \"Add to wishlist\" button (optional)"
|
842 |
msgstr ""
|
|
|
|
|
843 |
|
844 |
#: ../plugin-options/add_to_wishlist-options.php:255
|
845 |
msgid "\"Add to wishlist\" custom icon"
|
846 |
-
msgstr ""
|
847 |
|
848 |
#: ../plugin-options/add_to_wishlist-options.php:256,
|
849 |
#: ../plugin-options/add_to_wishlist-options.php:280
|
@@ -851,76 +896,90 @@ msgid ""
|
|
851 |
"Upload an icon you'd like to use for \"Add to wishlist\" button (suggested "
|
852 |
"32px x 32px)"
|
853 |
msgstr ""
|
|
|
|
|
854 |
|
855 |
#: ../plugin-options/add_to_wishlist-options.php:268
|
856 |
msgid "\"Added to wishlist\" icon"
|
857 |
-
msgstr ""
|
858 |
|
859 |
#: ../plugin-options/add_to_wishlist-options.php:269
|
860 |
msgid "Select an icon for the \"Added to wishlist\" button (optional)"
|
861 |
msgstr ""
|
|
|
|
|
862 |
|
863 |
#: ../plugin-options/add_to_wishlist-options.php:275
|
864 |
msgid "Same used for Add to wishlist"
|
865 |
-
msgstr ""
|
866 |
|
867 |
#: ../plugin-options/add_to_wishlist-options.php:279
|
868 |
msgid "\"Added to wishlist\" custom icon"
|
869 |
-
msgstr ""
|
870 |
|
871 |
#: ../plugin-options/add_to_wishlist-options.php:292
|
872 |
msgid "Custom CSS"
|
873 |
-
msgstr "CSS
|
874 |
|
875 |
#: ../plugin-options/add_to_wishlist-options.php:293
|
876 |
msgid "Enter custom CSS to be applied to Wishlist elements (optional)"
|
877 |
msgstr ""
|
|
|
|
|
878 |
|
879 |
#: ../plugin-options/lists-options.php:32
|
880 |
msgid "Search list"
|
881 |
-
msgstr ""
|
882 |
|
883 |
#: ../plugin-options/settings-options.php:17
|
884 |
msgid ""
|
885 |
"If you want to take advantage of this feature, you could consider purchasing "
|
886 |
"the %s."
|
887 |
msgstr ""
|
|
|
|
|
888 |
|
889 |
#: ../plugin-options/settings-options.php:30
|
890 |
msgid "Enable AJAX loading"
|
891 |
-
msgstr ""
|
892 |
|
893 |
#: ../plugin-options/settings-options.php:31
|
894 |
msgid "Load any cacheable wishlist item via AJAX"
|
895 |
msgstr ""
|
|
|
|
|
896 |
|
897 |
#: ../plugin-options/settings-options.php:44
|
898 |
msgid "YITH WooCommerce Frequently Bought Together Integration"
|
899 |
-
msgstr ""
|
900 |
|
901 |
#: ../plugin-options/settings-options.php:46
|
902 |
msgid ""
|
903 |
"In order to use this integration you have to install and activate YITH "
|
904 |
"WooCommerce Frequently Bought Together. <a href=\"%s\">Learn more</a>"
|
905 |
msgstr ""
|
|
|
|
|
906 |
|
907 |
#: ../plugin-options/settings-options.php:51
|
908 |
msgid "Enable slider in wishlist"
|
909 |
-
msgstr ""
|
910 |
|
911 |
#: ../plugin-options/settings-options.php:52
|
912 |
msgid ""
|
913 |
"Enable the slider with linked products on the Wishlist page (<a href=\"%s\" "
|
914 |
"class=\"thickbox\">Example</a>). %s"
|
915 |
msgstr ""
|
|
|
|
|
916 |
|
917 |
#: ../plugin-options/wishlist_page-options.php:17
|
918 |
msgid "All your wishlists"
|
919 |
-
msgstr ""
|
920 |
|
921 |
#: ../plugin-options/wishlist_page-options.php:24
|
922 |
msgid "Wishlist page"
|
923 |
-
msgstr ""
|
924 |
|
925 |
#: ../plugin-options/wishlist_page-options.php:25
|
926 |
msgid ""
|
@@ -928,10 +987,13 @@ msgid ""
|
|
928 |
"\"code\"><code>[yith_wcwl_wishlist]</code></span> shortcode into the page "
|
929 |
"content"
|
930 |
msgstr ""
|
|
|
|
|
|
|
931 |
|
932 |
#: ../plugin-options/wishlist_page-options.php:38
|
933 |
msgid "Wishlist Detail Page"
|
934 |
-
msgstr ""
|
935 |
|
936 |
#: ../plugin-options/wishlist_page-options.php:45,
|
937 |
#: ../plugin-options/wishlist_page-options.php:54,
|
@@ -941,37 +1003,41 @@ msgstr ""
|
|
941 |
#: ../plugin-options/wishlist_page-options.php:90,
|
942 |
#: ../plugin-options/wishlist_page-options.php:99
|
943 |
msgid "In wishlist table show"
|
944 |
-
msgstr ""
|
945 |
|
946 |
#: ../plugin-options/wishlist_page-options.php:46
|
947 |
msgid "Product variations selected by the user (example: size or color)"
|
948 |
msgstr ""
|
|
|
|
|
949 |
|
950 |
#: ../plugin-options/wishlist_page-options.php:55
|
951 |
msgid "Product price"
|
952 |
-
msgstr ""
|
953 |
|
954 |
#: ../plugin-options/wishlist_page-options.php:64
|
955 |
msgid "Product stock (show if the product is available or not)"
|
956 |
-
msgstr ""
|
957 |
|
958 |
#: ../plugin-options/wishlist_page-options.php:73
|
959 |
msgid "Date on which the product was added to the wishlist"
|
960 |
-
msgstr ""
|
961 |
|
962 |
#: ../plugin-options/wishlist_page-options.php:82
|
963 |
msgid "Add to cart option for each product"
|
964 |
-
msgstr ""
|
965 |
|
966 |
#: ../plugin-options/wishlist_page-options.php:91
|
967 |
msgid ""
|
968 |
"Icon to remove the product from the wishlist - to the left of the product"
|
969 |
msgstr ""
|
|
|
970 |
|
971 |
#: ../plugin-options/wishlist_page-options.php:100
|
972 |
msgid ""
|
973 |
"Button to remove the product from the wishlist - to the right of the product"
|
974 |
msgstr ""
|
|
|
975 |
|
976 |
#: ../plugin-options/wishlist_page-options.php:108
|
977 |
msgid "Redirect to cart"
|
@@ -982,6 +1048,8 @@ msgid ""
|
|
982 |
"Redirect users to the cart page when they add a product to the cart from the "
|
983 |
"wishlist page"
|
984 |
msgstr ""
|
|
|
|
|
985 |
|
986 |
#: ../plugin-options/wishlist_page-options.php:117
|
987 |
msgid "Remove if added to the cart"
|
@@ -991,14 +1059,17 @@ msgstr "Supprimer si ajouté au panier"
|
|
991 |
msgid ""
|
992 |
"Remove the product from the wishlist after it has been added to the cart"
|
993 |
msgstr ""
|
|
|
994 |
|
995 |
#: ../plugin-options/wishlist_page-options.php:126
|
996 |
msgid "Share wishlist"
|
997 |
-
msgstr ""
|
998 |
|
999 |
#: ../plugin-options/wishlist_page-options.php:127
|
1000 |
msgid "Enable this option to let users share their wishlist on social media"
|
1001 |
msgstr ""
|
|
|
|
|
1002 |
|
1003 |
#: ../plugin-options/wishlist_page-options.php:135,
|
1004 |
#: ../plugin-options/wishlist_page-options.php:144,
|
@@ -1006,123 +1077,133 @@ msgstr ""
|
|
1006 |
#: ../plugin-options/wishlist_page-options.php:162,
|
1007 |
#: ../plugin-options/wishlist_page-options.php:171
|
1008 |
msgid "Share on social media"
|
1009 |
-
msgstr ""
|
1010 |
|
1011 |
#: ../plugin-options/wishlist_page-options.php:163
|
1012 |
msgid "Share by email"
|
1013 |
-
msgstr ""
|
1014 |
|
1015 |
#: ../plugin-options/wishlist_page-options.php:180
|
1016 |
msgid "Share by URL"
|
1017 |
-
msgstr ""
|
1018 |
|
1019 |
#: ../plugin-options/wishlist_page-options.php:181
|
1020 |
msgid "Show \"Share URL\" field on wishlist page"
|
1021 |
msgstr ""
|
|
|
1022 |
|
1023 |
#: ../plugin-options/wishlist_page-options.php:189
|
1024 |
msgid "Sharing title"
|
1025 |
-
msgstr ""
|
1026 |
|
1027 |
#: ../plugin-options/wishlist_page-options.php:190
|
1028 |
msgid "Wishlist title used for sharing (only used on Twitter and Pinterest)"
|
1029 |
msgstr ""
|
|
|
|
|
1030 |
|
1031 |
#: ../plugin-options/wishlist_page-options.php:192
|
1032 |
msgid "My wishlist on %s"
|
1033 |
-
msgstr "Ma
|
1034 |
|
1035 |
#: ../plugin-options/wishlist_page-options.php:197
|
1036 |
msgid "Social text"
|
1037 |
-
msgstr "Texte
|
1038 |
|
1039 |
#: ../plugin-options/wishlist_page-options.php:198
|
1040 |
msgid ""
|
1041 |
"Type the message you want to publish when you share your wishlist on Twitter "
|
1042 |
"and Pinterest"
|
1043 |
msgstr ""
|
|
|
|
|
1044 |
|
1045 |
#: ../plugin-options/wishlist_page-options.php:206
|
1046 |
msgid "Social image URL"
|
1047 |
-
msgstr "URL de l'image
|
1048 |
|
1049 |
#: ../plugin-options/wishlist_page-options.php:207
|
1050 |
msgid "It will be used to pin the wishlist on Pinterest."
|
1051 |
-
msgstr ""
|
1052 |
|
1053 |
#: ../plugin-options/wishlist_page-options.php:226
|
1054 |
msgid "Default wishlist name"
|
1055 |
-
msgstr ""
|
1056 |
|
1057 |
#: ../plugin-options/wishlist_page-options.php:227
|
1058 |
msgid ""
|
1059 |
"Enter a name for the default wishlist. This is the wishlist that will be "
|
1060 |
"automatically generated for all users if they do not create any custom one"
|
1061 |
msgstr ""
|
|
|
|
|
|
|
1062 |
|
1063 |
#: ../plugin-options/wishlist_page-options.php:229
|
1064 |
-
#, fuzzy
|
1065 |
-
#| msgid "My wishlist on "
|
1066 |
msgid "My wishlist"
|
1067 |
-
msgstr "Ma
|
1068 |
|
1069 |
#: ../plugin-options/wishlist_page-options.php:234
|
1070 |
msgid "\"Add to cart\" text"
|
1071 |
-
msgstr ""
|
1072 |
|
1073 |
#: ../plugin-options/wishlist_page-options.php:235
|
1074 |
msgid "Enter a text for the \"Add to cart\" button"
|
1075 |
-
msgstr ""
|
1076 |
|
1077 |
#: ../plugin-options/wishlist_page-options.php:247
|
1078 |
msgid "Style & color customization"
|
1079 |
-
msgstr ""
|
1080 |
|
1081 |
#: ../plugin-options/wishlist_page-options.php:254
|
1082 |
msgid "Style of \"Add to cart\""
|
1083 |
-
msgstr ""
|
1084 |
|
1085 |
#: ../plugin-options/wishlist_page-options.php:255
|
1086 |
msgid "Choose whether to show a textual \"Add to cart\" link or a button"
|
1087 |
msgstr ""
|
|
|
1088 |
|
1089 |
#: ../plugin-options/wishlist_page-options.php:268
|
1090 |
msgid "\"Add to cart\" button style"
|
1091 |
-
msgstr ""
|
1092 |
|
1093 |
#: ../plugin-options/wishlist_page-options.php:274
|
1094 |
msgid "Choose the colors for the \"Add to cart\" button"
|
1095 |
-
msgstr ""
|
1096 |
|
1097 |
#: ../plugin-options/wishlist_page-options.php:292
|
1098 |
msgid "Choose colors for the \"Add to cart\" button on hover state"
|
1099 |
-
msgstr ""
|
1100 |
|
1101 |
#: ../plugin-options/wishlist_page-options.php:318
|
1102 |
msgid "Set the radius for the \"Add to cart\" button"
|
1103 |
-
msgstr ""
|
1104 |
|
1105 |
#: ../plugin-options/wishlist_page-options.php:332
|
1106 |
msgid "\"Add to cart\" icon"
|
1107 |
-
msgstr ""
|
1108 |
|
1109 |
#: ../plugin-options/wishlist_page-options.php:333
|
1110 |
msgid "Select an icon for the \"Add to cart\" button (optional)"
|
1111 |
msgstr ""
|
|
|
1112 |
|
1113 |
#: ../plugin-options/wishlist_page-options.php:348
|
1114 |
msgid "\"Add to cart\" custom icon"
|
1115 |
-
msgstr ""
|
1116 |
|
1117 |
#: ../plugin-options/wishlist_page-options.php:349
|
1118 |
msgid ""
|
1119 |
"Upload an icon you'd like to use for the \"Add to cart\" button (suggested "
|
1120 |
"32px x 32px)"
|
1121 |
msgstr ""
|
|
|
|
|
1122 |
|
1123 |
#: ../plugin-options/wishlist_page-options.php:357
|
1124 |
msgid "Primary button style"
|
1125 |
-
msgstr ""
|
1126 |
|
1127 |
#: ../plugin-options/wishlist_page-options.php:363
|
1128 |
msgid ""
|
@@ -1130,6 +1211,10 @@ msgid ""
|
|
1130 |
"to \"Edit title\" button on Wishlist view, \"Submit Changes\" button on "
|
1131 |
"Manage view and \"Search wishlist\" button on Search view</small>"
|
1132 |
msgstr ""
|
|
|
|
|
|
|
|
|
1133 |
|
1134 |
#: ../plugin-options/wishlist_page-options.php:381
|
1135 |
msgid ""
|
@@ -1138,10 +1223,15 @@ msgid ""
|
|
1138 |
"\" button on Manage view and \"Search wishlist\" button on Search view</"
|
1139 |
"small>"
|
1140 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
1141 |
|
1142 |
#: ../plugin-options/wishlist_page-options.php:406
|
1143 |
msgid "Secondary button style"
|
1144 |
-
msgstr ""
|
1145 |
|
1146 |
#: ../plugin-options/wishlist_page-options.php:412,
|
1147 |
#: ../plugin-options/wishlist_page-options.php:430
|
@@ -1150,19 +1240,25 @@ msgid ""
|
|
1150 |
"to the buttons that allow showing and hiding the Edit title form on Wishlist "
|
1151 |
"view and \"Create new Wishlist\" button on Manage view</small>"
|
1152 |
msgstr ""
|
|
|
|
|
|
|
|
|
1153 |
|
1154 |
#: ../plugin-options/wishlist_page-options.php:455
|
1155 |
msgid "Wishlist table style"
|
1156 |
-
msgstr ""
|
1157 |
|
1158 |
#: ../plugin-options/wishlist_page-options.php:456
|
1159 |
msgid ""
|
1160 |
"Choose the colors for the wishlist table (when set to \"Traditional\" layout)"
|
1161 |
msgstr ""
|
|
|
|
|
1162 |
|
1163 |
#: ../plugin-options/wishlist_page-options.php:484
|
1164 |
msgid "Highlight color"
|
1165 |
-
msgstr ""
|
1166 |
|
1167 |
#: ../plugin-options/wishlist_page-options.php:485
|
1168 |
msgid ""
|
@@ -1170,44 +1266,51 @@ msgid ""
|
|
1170 |
"be used as background for the wishlist table heading and footer (when set to "
|
1171 |
"\"Traditional\" layout), and for various form across wishlist views</small>"
|
1172 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
1173 |
|
1174 |
#: ../plugin-options/wishlist_page-options.php:497
|
1175 |
msgid "Share button text color"
|
1176 |
-
msgstr ""
|
1177 |
|
1178 |
#: ../plugin-options/wishlist_page-options.php:498
|
1179 |
msgid "Choose colors for share buttons text"
|
1180 |
-
msgstr ""
|
1181 |
|
1182 |
#: ../plugin-options/wishlist_page-options.php:509
|
1183 |
msgid "Text hover"
|
1184 |
-
msgstr ""
|
1185 |
|
1186 |
#: ../plugin-options/wishlist_page-options.php:522
|
1187 |
msgid "Facebook share button icon"
|
1188 |
-
msgstr ""
|
1189 |
|
1190 |
#: ../plugin-options/wishlist_page-options.php:523
|
1191 |
msgid "Select an icon for the Facebook share button"
|
1192 |
-
msgstr ""
|
1193 |
|
1194 |
#: ../plugin-options/wishlist_page-options.php:533
|
1195 |
msgid "Facebook share button custom icon"
|
1196 |
-
msgstr ""
|
1197 |
|
1198 |
#: ../plugin-options/wishlist_page-options.php:534
|
1199 |
msgid ""
|
1200 |
"Upload an icon you'd like to use for Facebook share button (suggested 32px x "
|
1201 |
"32px)"
|
1202 |
msgstr ""
|
|
|
|
|
1203 |
|
1204 |
#: ../plugin-options/wishlist_page-options.php:542
|
1205 |
msgid "Facebook share button style"
|
1206 |
-
msgstr ""
|
1207 |
|
1208 |
#: ../plugin-options/wishlist_page-options.php:543
|
1209 |
msgid "Choose colors for Facebook share button"
|
1210 |
-
msgstr ""
|
1211 |
|
1212 |
#: ../plugin-options/wishlist_page-options.php:554,
|
1213 |
#: ../plugin-options/wishlist_page-options.php:594,
|
@@ -1215,111 +1318,119 @@ msgstr ""
|
|
1215 |
#: ../plugin-options/wishlist_page-options.php:674,
|
1216 |
#: ../plugin-options/wishlist_page-options.php:714
|
1217 |
msgid "Background hover"
|
1218 |
-
msgstr ""
|
1219 |
|
1220 |
#: ../plugin-options/wishlist_page-options.php:562
|
1221 |
msgid "Twitter share button icon"
|
1222 |
-
msgstr ""
|
1223 |
|
1224 |
#: ../plugin-options/wishlist_page-options.php:563
|
1225 |
msgid "Select an icon for the Twitter share button"
|
1226 |
-
msgstr ""
|
1227 |
|
1228 |
#: ../plugin-options/wishlist_page-options.php:573
|
1229 |
msgid "Twitter share button custom icon"
|
1230 |
-
msgstr ""
|
1231 |
|
1232 |
#: ../plugin-options/wishlist_page-options.php:574
|
1233 |
msgid ""
|
1234 |
"Upload an icon you'd like to use for Twitter share button (suggested 32px x "
|
1235 |
"32px)"
|
1236 |
msgstr ""
|
|
|
|
|
1237 |
|
1238 |
#: ../plugin-options/wishlist_page-options.php:582
|
1239 |
msgid "Twitter share button style"
|
1240 |
-
msgstr ""
|
1241 |
|
1242 |
#: ../plugin-options/wishlist_page-options.php:583
|
1243 |
msgid "Choose colors for Twitter share button"
|
1244 |
-
msgstr ""
|
1245 |
|
1246 |
#: ../plugin-options/wishlist_page-options.php:602
|
1247 |
msgid "Pinterest share button icon"
|
1248 |
-
msgstr ""
|
1249 |
|
1250 |
#: ../plugin-options/wishlist_page-options.php:603
|
1251 |
msgid "Select an icon for the Pinterest share button"
|
1252 |
-
msgstr ""
|
1253 |
|
1254 |
#: ../plugin-options/wishlist_page-options.php:613
|
1255 |
msgid "Pinterest share button custom icon"
|
1256 |
-
msgstr ""
|
1257 |
|
1258 |
#: ../plugin-options/wishlist_page-options.php:614
|
1259 |
msgid ""
|
1260 |
"Upload an icon you'd like to use for Pinterest share button (suggested 32px "
|
1261 |
"x 32px)"
|
1262 |
msgstr ""
|
|
|
|
|
1263 |
|
1264 |
#: ../plugin-options/wishlist_page-options.php:622
|
1265 |
msgid "Pinterest share button style"
|
1266 |
-
msgstr ""
|
1267 |
|
1268 |
#: ../plugin-options/wishlist_page-options.php:623
|
1269 |
msgid "Choose colors for Pinterest share button"
|
1270 |
-
msgstr ""
|
1271 |
|
1272 |
#: ../plugin-options/wishlist_page-options.php:642
|
1273 |
msgid "Email share button icon"
|
1274 |
-
msgstr ""
|
1275 |
|
1276 |
#: ../plugin-options/wishlist_page-options.php:643
|
1277 |
msgid "Select an icon for the Email share button"
|
1278 |
-
msgstr ""
|
1279 |
|
1280 |
#: ../plugin-options/wishlist_page-options.php:653
|
1281 |
msgid "Email share button custom icon"
|
1282 |
-
msgstr ""
|
1283 |
|
1284 |
#: ../plugin-options/wishlist_page-options.php:654
|
1285 |
msgid ""
|
1286 |
"Upload an icon you'd like to use for the Email share button (suggested 32px "
|
1287 |
"x 32px)"
|
1288 |
msgstr ""
|
|
|
|
|
1289 |
|
1290 |
#: ../plugin-options/wishlist_page-options.php:662
|
1291 |
msgid "Email share button style"
|
1292 |
-
msgstr ""
|
1293 |
|
1294 |
#: ../plugin-options/wishlist_page-options.php:663
|
1295 |
msgid "Choose colors for the Email share button"
|
1296 |
-
msgstr ""
|
1297 |
|
1298 |
#: ../plugin-options/wishlist_page-options.php:682
|
1299 |
msgid "WhatsApp share button icon"
|
1300 |
-
msgstr ""
|
1301 |
|
1302 |
#: ../plugin-options/wishlist_page-options.php:683
|
1303 |
msgid "Select an icon for the WhatsApp share button"
|
1304 |
-
msgstr ""
|
1305 |
|
1306 |
#: ../plugin-options/wishlist_page-options.php:693
|
1307 |
msgid "WhatsApp share button custom icon"
|
1308 |
-
msgstr ""
|
1309 |
|
1310 |
#: ../plugin-options/wishlist_page-options.php:694
|
1311 |
msgid ""
|
1312 |
"Upload an icon you'd like to use for WhatsApp share button (suggested 32px x "
|
1313 |
"32px)"
|
1314 |
msgstr ""
|
|
|
|
|
1315 |
|
1316 |
#: ../plugin-options/wishlist_page-options.php:702
|
1317 |
msgid "WhatsApp share button style"
|
1318 |
-
msgstr ""
|
1319 |
|
1320 |
#: ../plugin-options/wishlist_page-options.php:703
|
1321 |
msgid "Choose colors for WhatsApp share button"
|
1322 |
-
msgstr ""
|
1323 |
|
1324 |
#: ../templates/admin/wishlist-panel-premium.php:168,
|
1325 |
#: ../templates/admin/wishlist-panel-premium.php:309
|
@@ -1334,12 +1445,17 @@ msgid "Upgrade"
|
|
1334 |
msgstr ""
|
1335 |
|
1336 |
#: ../templates/admin/wishlist-panel-premium.php:176
|
|
|
|
|
1337 |
msgid "Premium Features"
|
1338 |
-
msgstr ""
|
1339 |
|
1340 |
#: ../templates/admin/wishlist-panel-premium.php:180
|
|
|
|
|
1341 |
msgid "Allow your customers to create multiple wishlists"
|
1342 |
msgstr ""
|
|
|
1343 |
|
1344 |
#: ../templates/admin/wishlist-panel-premium.php:182
|
1345 |
msgid ""
|
@@ -1349,12 +1465,16 @@ msgid ""
|
|
1349 |
msgstr ""
|
1350 |
|
1351 |
#: ../templates/admin/wishlist-panel-premium.php:185
|
|
|
|
|
1352 |
msgid "Multiple Wishlist"
|
1353 |
-
msgstr ""
|
1354 |
|
1355 |
#: ../templates/admin/wishlist-panel-premium.php:192
|
|
|
|
|
1356 |
msgid "Wishlist Private"
|
1357 |
-
msgstr ""
|
1358 |
|
1359 |
#: ../templates/admin/wishlist-panel-premium.php:196
|
1360 |
msgid "A transparent privacy management"
|
@@ -1367,10 +1487,12 @@ msgid ""
|
|
1367 |
msgstr ""
|
1368 |
|
1369 |
#: ../templates/admin/wishlist-panel-premium.php:206
|
|
|
|
|
1370 |
msgid ""
|
1371 |
"Allow your customers to ask for an estimate, directly from their wishlist "
|
1372 |
"page"
|
1373 |
-
msgstr ""
|
1374 |
|
1375 |
#: ../templates/admin/wishlist-panel-premium.php:208
|
1376 |
msgid ""
|
@@ -1379,16 +1501,20 @@ msgid ""
|
|
1379 |
msgstr ""
|
1380 |
|
1381 |
#: ../templates/admin/wishlist-panel-premium.php:211
|
|
|
|
|
1382 |
msgid "Estimate Cost"
|
1383 |
-
msgstr ""
|
1384 |
|
1385 |
#: ../templates/admin/wishlist-panel-premium.php:218
|
1386 |
msgid "Admin Panel"
|
1387 |
msgstr ""
|
1388 |
|
1389 |
#: ../templates/admin/wishlist-panel-premium.php:222
|
|
|
|
|
1390 |
msgid "An advanced and more versatile management of the wishlist"
|
1391 |
-
msgstr ""
|
1392 |
|
1393 |
#: ../templates/admin/wishlist-panel-premium.php:224
|
1394 |
msgid ""
|
@@ -1409,8 +1535,10 @@ msgid ""
|
|
1409 |
msgstr ""
|
1410 |
|
1411 |
#: ../templates/admin/wishlist-panel-premium.php:237
|
|
|
|
|
1412 |
msgid "Search Wishlists"
|
1413 |
-
msgstr ""
|
1414 |
|
1415 |
#: ../templates/admin/wishlist-panel-premium.php:244
|
1416 |
msgid "'ADD TO CART'"
|
@@ -1429,8 +1557,14 @@ msgid ""
|
|
1429 |
msgstr ""
|
1430 |
|
1431 |
#: ../templates/admin/wishlist-panel-premium.php:258
|
|
|
|
|
|
|
|
|
1432 |
msgid "Let users buy the product right from the wishlist page"
|
1433 |
msgstr ""
|
|
|
|
|
1434 |
|
1435 |
#: ../templates/admin/wishlist-panel-premium.php:260
|
1436 |
msgid ""
|
@@ -1444,8 +1578,11 @@ msgid "DISABLE WISHLIST"
|
|
1444 |
msgstr ""
|
1445 |
|
1446 |
#: ../templates/admin/wishlist-panel-premium.php:271
|
|
|
|
|
1447 |
msgid "Choose a charming layout for your wishlist page"
|
1448 |
msgstr ""
|
|
|
1449 |
|
1450 |
#: ../templates/admin/wishlist-panel-premium.php:273
|
1451 |
msgid ""
|
@@ -1479,8 +1616,11 @@ msgid "FUNCTIONALITIES"
|
|
1479 |
msgstr ""
|
1480 |
|
1481 |
#: ../templates/admin/wishlist-panel-premium.php:300
|
|
|
|
|
1482 |
msgid "Allow users to monitor the price of the products in their wishlist"
|
1483 |
msgstr ""
|
|
|
1484 |
|
1485 |
#: ../templates/admin/wishlist-panel-premium.php:302
|
1486 |
msgid ""
|
@@ -1500,146 +1640,1745 @@ msgstr "Twitter"
|
|
1500 |
|
1501 |
#: ../templates/share.php:61, ../templates/share.php:62
|
1502 |
msgid "Pinterest"
|
1503 |
-
msgstr "
|
1504 |
|
1505 |
#: ../templates/share.php:69, ../templates/share.php:70
|
1506 |
msgid "Email"
|
1507 |
-
msgstr ""
|
1508 |
|
1509 |
#: ../templates/share.php:78
|
1510 |
msgid "WhatsApp"
|
1511 |
-
msgstr ""
|
1512 |
|
1513 |
#: ../templates/share.php:79
|
1514 |
msgid "Whatsapp"
|
1515 |
-
msgstr ""
|
1516 |
|
1517 |
#: ../templates/share.php:89
|
1518 |
msgid "(Now"
|
1519 |
-
msgstr ""
|
1520 |
|
1521 |
#: ../templates/share.php:89
|
1522 |
msgid "copy"
|
1523 |
-
msgstr ""
|
1524 |
|
1525 |
#: ../templates/share.php:89
|
1526 |
msgid "this wishlist link and share it anywhere)"
|
1527 |
-
msgstr ""
|
1528 |
|
1529 |
#: ../templates/wishlist-view-footer-mobile.php:42,
|
1530 |
#: ../templates/wishlist-view-footer.php:42
|
1531 |
msgid "Apply this action to all the selected items:"
|
1532 |
-
msgstr ""
|
1533 |
|
1534 |
#: ../templates/wishlist-view-footer-mobile.php:47,
|
1535 |
#: ../templates/wishlist-view-footer.php:47
|
1536 |
msgid "Remove from wishlist"
|
1537 |
-
msgstr ""
|
1538 |
|
1539 |
#. translators: 1. Wishlist formatted name.
|
1540 |
#: ../templates/wishlist-view-footer-mobile.php:60,
|
1541 |
#: ../templates/wishlist-view-footer.php:63
|
1542 |
msgid "Move to %s"
|
1543 |
-
msgstr ""
|
1544 |
|
1545 |
#: ../templates/wishlist-view-footer-mobile.php:64,
|
1546 |
#: ../templates/wishlist-view-footer.php:69
|
1547 |
msgid "Apply"
|
1548 |
-
msgstr ""
|
1549 |
|
1550 |
#: ../templates/wishlist-view-footer-mobile.php:72,
|
1551 |
#: ../templates/wishlist-view-footer.php:77
|
1552 |
msgid "Update"
|
1553 |
-
msgstr ""
|
1554 |
|
1555 |
#: ../templates/wishlist-view-footer-mobile.php:78,
|
1556 |
#: ../templates/wishlist-view-footer.php:99
|
1557 |
msgid "Add all to cart"
|
1558 |
-
msgstr ""
|
1559 |
|
1560 |
#: ../templates/wishlist-view-header.php:41
|
1561 |
msgid "Edit title"
|
1562 |
-
msgstr "
|
1563 |
|
1564 |
#: ../templates/wishlist-view-header.php:48
|
1565 |
msgid "Save"
|
1566 |
-
msgstr ""
|
1567 |
|
1568 |
#: ../templates/wishlist-view-header.php:51
|
1569 |
msgid "Cancel"
|
1570 |
-
msgstr ""
|
1571 |
|
1572 |
#: ../templates/wishlist-view-mobile.php:126
|
1573 |
msgid "Added on:"
|
1574 |
-
msgstr ""
|
1575 |
|
1576 |
#: ../templates/wishlist-view-mobile.php:137
|
1577 |
msgid "Price:"
|
1578 |
-
msgstr ""
|
1579 |
|
1580 |
#: ../templates/wishlist-view-mobile.php:164
|
1581 |
msgid "Quantity:"
|
1582 |
-
msgstr ""
|
1583 |
|
1584 |
#: ../templates/wishlist-view-mobile.php:179
|
1585 |
msgid "Stock:"
|
1586 |
-
msgstr ""
|
1587 |
|
1588 |
#: ../templates/wishlist-view-mobile.php:182,
|
1589 |
#: ../templates/wishlist-view.php:224
|
1590 |
msgid "Out of stock"
|
1591 |
-
msgstr ""
|
1592 |
|
1593 |
#: ../templates/wishlist-view-mobile.php:182,
|
1594 |
#: ../templates/wishlist-view.php:224
|
1595 |
msgid "In Stock"
|
1596 |
-
msgstr "En
|
1597 |
|
1598 |
#: ../templates/wishlist-view-mobile.php:201,
|
1599 |
#: ../templates/wishlist-view.php:257
|
1600 |
msgid "Move"
|
1601 |
-
msgstr ""
|
1602 |
|
1603 |
#: ../templates/wishlist-view-mobile.php:220,
|
1604 |
#: ../templates/wishlist-view.php:277
|
1605 |
msgid "Move to another list ›"
|
1606 |
-
msgstr ""
|
1607 |
|
1608 |
#: ../templates/wishlist-view-mobile.php:228,
|
1609 |
#: ../templates/wishlist-view.php:155, ../templates/wishlist-view.php:287
|
1610 |
msgid "Remove this product"
|
1611 |
-
msgstr "
|
1612 |
|
1613 |
#: ../templates/wishlist-view-mobile.php:238,
|
1614 |
#: ../templates/wishlist-view.php:307
|
1615 |
msgid "No products added to the wishlist"
|
1616 |
-
msgstr ""
|
1617 |
|
1618 |
#: ../templates/wishlist-view.php:78
|
1619 |
msgid "Product name"
|
1620 |
-
msgstr ""
|
1621 |
|
1622 |
#: ../templates/wishlist-view.php:86
|
1623 |
msgid "Unit price"
|
1624 |
-
msgstr ""
|
1625 |
|
1626 |
#: ../templates/wishlist-view.php:95
|
1627 |
msgid "Quantity"
|
1628 |
-
msgstr ""
|
1629 |
|
1630 |
#: ../templates/wishlist-view.php:104
|
1631 |
msgid "Stock status"
|
1632 |
-
msgstr ""
|
1633 |
|
1634 |
#: ../templates/wishlist-view.php:122
|
1635 |
msgid "Arrange"
|
1636 |
-
msgstr ""
|
1637 |
|
1638 |
#. translators: date added label: 1 date added.
|
1639 |
#: ../templates/wishlist-view.php:238
|
1640 |
msgid "Added on: %s"
|
1641 |
-
msgstr ""
|
1642 |
|
1643 |
#: ../templates/wishlist-view.php:287
|
1644 |
msgid "Remove"
|
1645 |
-
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Translation of YITH WooCommerce Wishlist in French (France)
|
2 |
# This file is distributed under the same license as the YITH WooCommerce Wishlist package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: YITH WooCommerce Wishlist\n"
|
|
|
6 |
"POT-Creation-Date: \n"
|
7 |
+
"PO-Revision-Date: 2020-09-17 15:56+0200\n"
|
8 |
"Last-Translator: \n"
|
9 |
+
"Language-Team: \n"
|
10 |
+
"Language: fr\n"
|
11 |
"MIME-Version: 1.0\n"
|
12 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
"Content-Transfer-Encoding: 8bit\n"
|
14 |
+
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
15 |
+
"X-Generator: Poedit 2.4.1\n"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
#: ../includes/class.yith-wcwl-admin.php:126
|
|
|
|
|
18 |
msgid "Wishlist Page"
|
19 |
+
msgstr "Page de liste de souhaits"
|
20 |
|
21 |
#: ../includes/class.yith-wcwl-admin.php:146
|
22 |
msgid "General settings"
|
23 |
+
msgstr "Réglages généraux"
|
24 |
|
25 |
#: ../includes/class.yith-wcwl-admin.php:147
|
26 |
msgid "Add to wishlist options"
|
27 |
+
msgstr "Ajouter aux options de liste de souhaits"
|
28 |
|
29 |
#: ../includes/class.yith-wcwl-admin.php:148
|
30 |
msgid "Wishlist page options"
|
31 |
+
msgstr "Options de la page de liste de souhaits"
|
32 |
|
33 |
#: ../includes/class.yith-wcwl-admin.php:149
|
34 |
msgid "Premium Version"
|
35 |
+
msgstr "Version Premium"
|
36 |
|
37 |
#: ../includes/class.yith-wcwl-admin.php:235, ../init.php:3
|
38 |
msgid "YITH WooCommerce Wishlist"
|
39 |
+
msgstr "YITH WooCommerce Wishlist"
|
40 |
|
41 |
#: ../includes/class.yith-wcwl-admin.php:236,
|
42 |
#: ../includes/class.yith-wcwl-install.php:348
|
43 |
msgid "Wishlist"
|
44 |
+
msgstr "Liste de souhaits"
|
45 |
|
46 |
#: ../includes/class.yith-wcwl-admin.php:238
|
47 |
msgid ""
|
48 |
"Allows your customers to create and share lists of products that they want "
|
49 |
"to purchase on your e-commerce."
|
50 |
msgstr ""
|
51 |
+
"Permet à vos clients de créer et de partager des listes de produits qu'ils "
|
52 |
+
"souhaitent acheter sur votre e-commerce."
|
53 |
|
54 |
#: ../includes/class.yith-wcwl-ajax-handler.php:67,
|
55 |
#: ../templates/add-to-wishlist-remove.php:51
|
56 |
msgid "View ›"
|
57 |
+
msgstr "Voir ›"
|
58 |
|
59 |
#: ../includes/class.yith-wcwl-ajax-handler.php:68,
|
60 |
#: ../templates/add-to-wishlist-remove.php:50
|
61 |
msgid "or"
|
62 |
+
msgstr "ou"
|
63 |
|
64 |
#: ../includes/class.yith-wcwl-ajax-handler.php:69
|
65 |
msgid "Close"
|
66 |
+
msgstr "Fermer"
|
67 |
|
68 |
#: ../includes/class.yith-wcwl-ajax-handler.php:134,
|
69 |
#: ../includes/class.yith-wcwl-ajax-handler.php:167
|
70 |
msgid "Product successfully removed."
|
71 |
+
msgstr "Produit supprimé correctement."
|
72 |
|
73 |
#: ../includes/class.yith-wcwl-form-handler.php:154
|
74 |
msgid "Please, make sure to enter a valid title"
|
75 |
+
msgstr "Veuillez vous assurer d'entrer un titre valide"
|
76 |
|
77 |
#: ../includes/class.yith-wcwl-frontend.php:400
|
78 |
msgid ""
|
79 |
"We are sorry, but this feature is available only if cookies on your browser "
|
80 |
"are enabled."
|
81 |
msgstr ""
|
82 |
+
"Nous sommes désolés, mais cette fonctionnalité n'est disponible que si les "
|
83 |
+
"cookies de votre navigateur sont activés."
|
84 |
|
85 |
#: ../includes/class.yith-wcwl-frontend.php:401
|
86 |
msgid "Product added to cart successfully"
|
87 |
+
msgstr "Produit ajouté au panier avec succès"
|
88 |
|
89 |
#: ../includes/class.yith-wcwl-frontend.php:648,
|
90 |
#: ../includes/class.yith-wcwl-shortcode.php:237,
|
92 |
#: ../templates/wishlist-view-footer-mobile.php:44,
|
93 |
#: ../templates/wishlist-view-footer.php:44
|
94 |
msgid "Add to cart"
|
95 |
+
msgstr "Ajouter au panier"
|
96 |
|
97 |
#: ../includes/class.yith-wcwl-install.php:346
|
98 |
msgctxt "page_slug"
|
99 |
msgid "wishlist"
|
100 |
+
msgstr "listedesouhaits"
|
101 |
|
102 |
#: ../includes/class.yith-wcwl-privacy.php:50
|
103 |
msgid "While you visit our site, we’ll track:"
|
104 |
+
msgstr "Pendant que vous visitez notre site, nous suivons:"
|
105 |
|
106 |
#: ../includes/class.yith-wcwl-privacy.php:52
|
107 |
msgid ""
|
108 |
"Products you’ve added to the wishlist: we’ll use this to show you and other "
|
109 |
"users your favourite products, and to create targeted email campaigns."
|
110 |
msgstr ""
|
111 |
+
"Produits que vous avez ajoutés à la liste de souhaits: nous les utiliserons "
|
112 |
+
"pour vous montrer, ainsi qu'à d'autres utilisateurs, vos produits préférés "
|
113 |
+
"et pour créer des campagnes par e-mail ciblées."
|
114 |
|
115 |
#: ../includes/class.yith-wcwl-privacy.php:53
|
116 |
msgid ""
|
117 |
"Wishlists you’ve created: we’ll keep track of the wishlists you create, and "
|
118 |
"make them visible to the store staff"
|
119 |
msgstr ""
|
120 |
+
"Listes de souhaits que vous avez créées: nous garderons une trace des listes "
|
121 |
+
"de souhaits que vous créez et les rendrez visibles pour le personnel du "
|
122 |
+
"magasin"
|
123 |
|
124 |
#: ../includes/class.yith-wcwl-privacy.php:55
|
125 |
msgid ""
|
126 |
"We’ll also use cookies to keep track of wishlist contents while you’re "
|
127 |
"browsing our site."
|
128 |
msgstr ""
|
129 |
+
"Nous utiliserons également des cookies pour garder une trace du contenu de "
|
130 |
+
"la liste de souhaits lorsque vous naviguez sur notre site."
|
131 |
|
132 |
#: ../includes/class.yith-wcwl-privacy.php:58
|
133 |
msgid ""
|
134 |
"Members of our team have access to the information you provide us with. For "
|
135 |
"example, both Administrators and Shop Managers can access:"
|
136 |
msgstr ""
|
137 |
+
"Les membres de notre équipe ont accès aux informations que vous nous "
|
138 |
+
"fournissez. Par exemple, les administrateurs et les responsables de magasin "
|
139 |
+
"peuvent accéder à:"
|
140 |
|
141 |
#: ../includes/class.yith-wcwl-privacy.php:60
|
142 |
msgid ""
|
143 |
"Wishlist details, such as products added, date of addition, name and privacy "
|
144 |
"settings of your wishlists"
|
145 |
msgstr ""
|
146 |
+
"Détails de la liste de souhaits, tels que les produits ajoutés, la date "
|
147 |
+
"d'ajout, le nom et les paramètres de confidentialité de vos listes de "
|
148 |
+
"souhaits"
|
149 |
|
150 |
#: ../includes/class.yith-wcwl-privacy.php:62
|
151 |
msgid ""
|
152 |
"Our team members have access to this information to offer you better deals "
|
153 |
"for the products you love."
|
154 |
msgstr ""
|
155 |
+
"Les membres de notre équipe ont accès à ces informations pour vous proposer "
|
156 |
+
"de meilleures offres pour les produits que vous aimez."
|
157 |
|
158 |
#: ../includes/class.yith-wcwl-privacy.php:82,
|
159 |
#: ../includes/class.yith-wcwl-privacy.php:98
|
160 |
msgid "Customer wishlists"
|
161 |
+
msgstr "Listes de souhaits des clients"
|
162 |
|
163 |
#: ../includes/class.yith-wcwl-privacy.php:133,
|
164 |
#: ../plugin-options/lists-options.php:23,
|
165 |
#: ../plugin-options/lists-options.php:30
|
166 |
msgid "Wishlists"
|
167 |
+
msgstr "Listes de Souhaits"
|
168 |
|
169 |
#. translators: %s Order number.
|
170 |
#: ../includes/class.yith-wcwl-privacy.php:193
|
171 |
msgid "Removed wishlist %s."
|
172 |
+
msgstr "Ma Liste d'Envies sur %s"
|
173 |
|
174 |
#. translators: %s Order number.
|
175 |
#: ../includes/class.yith-wcwl-privacy.php:197
|
176 |
msgid "Wishlist %s has been retained."
|
177 |
+
msgstr "La liste de souhaits %s a été conservée."
|
178 |
|
179 |
#: ../includes/class.yith-wcwl-privacy.php:219
|
180 |
msgid "Token"
|
181 |
+
msgstr "Jeton"
|
182 |
|
183 |
#: ../includes/class.yith-wcwl-privacy.php:220
|
184 |
msgid "Wishlist URL"
|
185 |
+
msgstr "URL de la liste de souhaits"
|
186 |
|
187 |
#: ../includes/class.yith-wcwl-privacy.php:221
|
188 |
msgid "Title"
|
189 |
+
msgstr "Title:"
|
190 |
|
191 |
#: ../includes/class.yith-wcwl-privacy.php:222
|
192 |
msgctxt "date when wishlist was created"
|
193 |
msgid "Created on"
|
194 |
+
msgstr "Créé le"
|
195 |
|
196 |
#: ../includes/class.yith-wcwl-privacy.php:223
|
197 |
msgid "Visibility"
|
198 |
+
msgstr "Visibilité"
|
199 |
|
200 |
#: ../includes/class.yith-wcwl-privacy.php:224
|
201 |
msgid "Items added"
|
202 |
+
msgstr "Éléments ajoutés"
|
203 |
|
204 |
#: ../includes/class.yith-wcwl-shortcode.php:52
|
205 |
msgctxt "[gutenberg]: block name"
|
206 |
msgid "YITH Add to wishlist"
|
207 |
+
msgstr "YITH Ajouter à la wishlist"
|
208 |
|
209 |
#: ../includes/class.yith-wcwl-shortcode.php:53
|
210 |
msgctxt "[gutenberg]: block description"
|
211 |
msgid "Shows Add to wishlist button"
|
212 |
+
msgstr "Affiche le bouton Ajouter à la liste de souhaits"
|
213 |
|
214 |
#: ../includes/class.yith-wcwl-shortcode.php:58
|
215 |
msgid ""
|
216 |
"ID of the product to add to the wishlist (leave empty to use the global "
|
217 |
"product)"
|
218 |
msgstr ""
|
219 |
+
"ID du produit à ajouter à la liste de souhaits (laisser vide pour utiliser "
|
220 |
+
"le produit global)"
|
221 |
|
222 |
#: ../includes/class.yith-wcwl-shortcode.php:63
|
223 |
msgid "URL of the wishlist page (leave empty to use the default settings)"
|
224 |
msgstr ""
|
225 |
+
"URL de la page de liste de souhaits (laissez vide pour utiliser les "
|
226 |
+
"paramètres par défaut)"
|
227 |
|
228 |
#: ../includes/class.yith-wcwl-shortcode.php:68
|
229 |
msgid "Button label (leave empty to use the default settings)"
|
230 |
msgstr ""
|
231 |
+
"Étiquette du bouton (laissez vide pour utiliser les paramètres par défaut)"
|
232 |
|
233 |
#: ../includes/class.yith-wcwl-shortcode.php:73
|
234 |
msgid "\"Browse wishlist\" label (leave empty to use the default settings)"
|
235 |
msgstr ""
|
236 |
+
"Étiquette \"Parcourir la liste de souhaits\" (laisser vide pour utiliser les "
|
237 |
+
"paramètres par défaut)"
|
238 |
|
239 |
#: ../includes/class.yith-wcwl-shortcode.php:78
|
240 |
msgid ""
|
241 |
"\"Product already in wishlist\" label (leave empty to use the default "
|
242 |
"settings)"
|
243 |
msgstr ""
|
244 |
+
"Étiquette \"Produit déjà dans la liste de souhaits\" (laisser vide pour "
|
245 |
+
"utiliser les paramètres par défaut)"
|
246 |
|
247 |
#: ../includes/class.yith-wcwl-shortcode.php:83
|
248 |
msgid ""
|
249 |
"\"Product added to wishlist\" label (leave empty to use the default settings)"
|
250 |
msgstr ""
|
251 |
+
"Étiquette \"Produit ajouté à la liste de souhaits\" (laisser vide pour "
|
252 |
+
"utiliser les paramètres par défaut)"
|
253 |
|
254 |
#: ../includes/class.yith-wcwl-shortcode.php:88
|
255 |
msgid ""
|
256 |
"Icon for the button (use any FontAwesome valid class, or leave empty to use "
|
257 |
"the default settings)"
|
258 |
msgstr ""
|
259 |
+
"Icône du bouton (utilisez n'importe quelle classe valide FontAwesome, ou "
|
260 |
+
"laissez vide pour utiliser les paramètres par défaut)"
|
261 |
|
262 |
#: ../includes/class.yith-wcwl-shortcode.php:93
|
263 |
msgid ""
|
264 |
"Additional CSS classes for the button (leave empty to use the default "
|
265 |
"settings)"
|
266 |
msgstr ""
|
267 |
+
"Classes CSS supplémentaires pour le bouton (laissez vide pour utiliser les "
|
268 |
+
"paramètres par défaut)"
|
269 |
|
270 |
#: ../includes/class.yith-wcwl-shortcode.php:101
|
271 |
msgctxt "[gutenberg]: block name"
|
272 |
msgid "YITH Wishlist"
|
273 |
+
msgstr "YITH Wishlist"
|
274 |
|
275 |
#: ../includes/class.yith-wcwl-shortcode.php:102
|
276 |
msgctxt "[gutenberg]: block description"
|
277 |
msgid "Shows a list of products in wishlist"
|
278 |
+
msgstr "Affiche une liste de produits dans la liste de souhaits"
|
279 |
|
280 |
#: ../includes/class.yith-wcwl-shortcode.php:107
|
281 |
msgid "Choose whether to paginate items in the wishlist or show them all"
|
282 |
msgstr ""
|
283 |
+
"Choisissez de paginer les éléments de la liste de souhaits ou de les "
|
284 |
+
"afficher tous"
|
285 |
|
286 |
#: ../includes/class.yith-wcwl-shortcode.php:110,
|
287 |
#: ../includes/widgets/elementor/class.yith-wcwl-elementor-wishlist.php:113
|
288 |
msgid "Paginate"
|
289 |
+
msgstr "Paginer"
|
290 |
|
291 |
#: ../includes/class.yith-wcwl-shortcode.php:111,
|
292 |
#: ../includes/widgets/elementor/class.yith-wcwl-elementor-wishlist.php:114
|
293 |
msgid "Do not paginate"
|
294 |
+
msgstr "Ne pas paginer"
|
295 |
|
296 |
#: ../includes/class.yith-wcwl-shortcode.php:116
|
297 |
msgid "Number of items to show per page"
|
298 |
+
msgstr "Nombre d'éléments à afficher par page"
|
299 |
|
300 |
#: ../includes/class.yith-wcwl-shortcode.php:121
|
301 |
msgid "ID of the wishlist to show (e.g. K6EOWXB888ZD)"
|
302 |
+
msgstr "ID de la liste de souhaits à afficher (par exemple K6EOWXB888ZD)"
|
303 |
|
304 |
#: ../includes/class.yith-wcwl-shortcode.php:407
|
305 |
msgid "Share on:"
|
306 |
+
msgstr "Partager sur:"
|
307 |
|
308 |
#: ../includes/class.yith-wcwl-shortcode.php:431,
|
309 |
#: ../plugin-options/wishlist_page-options.php:136
|
313 |
#: ../includes/class.yith-wcwl-shortcode.php:448,
|
314 |
#: ../plugin-options/wishlist_page-options.php:145
|
315 |
msgid "Tweet on Twitter"
|
316 |
+
msgstr "Tweeter sur Twitter"
|
317 |
|
318 |
#: ../includes/class.yith-wcwl-shortcode.php:466,
|
319 |
#: ../plugin-options/wishlist_page-options.php:154
|
320 |
msgid "Pin on Pinterest"
|
321 |
+
msgstr "Pin sur Pinterest"
|
322 |
|
323 |
#: ../includes/class.yith-wcwl-shortcode.php:480
|
324 |
msgid "Share via email"
|
325 |
+
msgstr "Partager par e-mail"
|
326 |
|
327 |
#: ../includes/class.yith-wcwl-shortcode.php:493,
|
328 |
#: ../includes/class.yith-wcwl-shortcode.php:495
|
329 |
msgid "My wishlist on "
|
330 |
+
msgstr "Ma liste d'envies sur"
|
331 |
|
332 |
#: ../includes/class.yith-wcwl-shortcode.php:503,
|
333 |
#: ../plugin-options/wishlist_page-options.php:172
|
334 |
msgid "Share on WhatsApp"
|
335 |
+
msgstr "Partager sur WhatsApp"
|
336 |
|
337 |
#: ../includes/class.yith-wcwl-shortcode.php:606
|
338 |
msgid "Remove from list"
|
339 |
+
msgstr "Retirer de la liste"
|
340 |
|
341 |
#: ../includes/class.yith-wcwl-wishlist-item.php:185
|
342 |
msgid "Free!"
|
343 |
+
msgstr "Gratuit!"
|
344 |
|
345 |
#: ../includes/class.yith-wcwl-wishlist-item.php:415
|
346 |
msgctxt ""
|
347 |
"Part of the template that shows price variation since addition to list; "
|
348 |
"placeholder will be replaced with a percentage"
|
349 |
msgid "Price is %1$s%%"
|
350 |
+
msgstr "Le prix est %1$s%%"
|
351 |
|
352 |
#: ../includes/class.yith-wcwl-wishlist-item.php:416
|
353 |
msgctxt ""
|
354 |
"Part of the template that shows price variation since addition to list; "
|
355 |
"placeholder will be replaced with a price"
|
356 |
msgid "(Was %2$s when added in list)"
|
357 |
+
msgstr "(Était %2$s lors de l'ajout dans la liste)"
|
358 |
|
359 |
#: ../includes/class.yith-wcwl.php:164
|
360 |
msgid "The item cannot be added to this wishlist"
|
361 |
+
msgstr "L'article ne peut pas être ajouté à cette liste de souhaits"
|
362 |
|
363 |
#: ../includes/class.yith-wcwl.php:168, ../includes/class.yith-wcwl.php:174
|
364 |
msgid "An error occurred while adding the products to the wishlist."
|
365 |
msgstr ""
|
366 |
+
"Une erreur s'est produite lors de l'ajout des produits à la liste de "
|
367 |
+
"souhaits."
|
368 |
|
369 |
#: ../includes/class.yith-wcwl.php:233, ../includes/class.yith-wcwl.php:239
|
370 |
msgid "Error. Unable to remove the product from the wishlist."
|
371 |
+
msgstr "Erreur. Impossible de supprimer le produit de la liste de souhaits."
|
372 |
|
373 |
#: ../includes/data-stores/class.yith-wcwl-wishlist-data-store.php:136,
|
374 |
#: ../includes/data-stores/class.yith-wcwl-wishlist-data-store.php:158
|
375 |
msgid "Invalid wishlist."
|
376 |
+
msgstr "Liste de souhaits non valide."
|
377 |
|
378 |
#: ../includes/data-stores/class.yith-wcwl-wishlist-item-data-store.php:108
|
379 |
msgid "Invalid wishlist item."
|
380 |
+
msgstr "Élément de liste de souhaits non valide."
|
381 |
|
382 |
#. translators: 1. Number of users.
|
383 |
#: ../includes/functions.yith-wcwl.php:249
|
384 |
msgid "%d user"
|
385 |
msgid_plural "%d users"
|
386 |
+
msgstr[0] "%d utilisateur"
|
387 |
+
msgstr[1] "%d utilisateurs"
|
388 |
|
389 |
#: ../includes/functions.yith-wcwl.php:250
|
390 |
msgid "has this item in wishlist"
|
391 |
msgid_plural "have this item in wishlist"
|
392 |
+
msgstr[0] "a cet article dans la liste de souhaits"
|
393 |
+
msgstr[1] "ont cet article dans la liste de souhaits"
|
394 |
|
395 |
#: ../includes/functions.yith-wcwl.php:252
|
396 |
msgid "You're the first"
|
397 |
+
msgstr "Vous êtes le premier"
|
398 |
|
399 |
#: ../includes/functions.yith-wcwl.php:253
|
400 |
msgid "to add this item in wishlist"
|
401 |
+
msgstr "ajouter cet article à la liste de souhaits"
|
402 |
|
403 |
#. translators: 1. Count of users when many, or "another" when only one.
|
404 |
#: ../includes/functions.yith-wcwl.php:257
|
405 |
msgid "You and %s user"
|
406 |
msgid_plural "You and %d users"
|
407 |
+
msgstr[0] "Vous et l'utilisateur %s"
|
408 |
+
msgstr[1] "Vous et les utilisateurs %d "
|
409 |
|
410 |
#: ../includes/functions.yith-wcwl.php:257
|
411 |
msgid "another"
|
413 |
|
414 |
#: ../includes/functions.yith-wcwl.php:258
|
415 |
msgid "have this item in wishlist"
|
416 |
+
msgstr "avoir cet article dans la liste de souhaits"
|
417 |
|
418 |
#: ../includes/functions.yith-wcwl.php:415
|
419 |
msgid "None"
|
420 |
+
msgstr "Aucun"
|
421 |
|
422 |
#: ../includes/functions.yith-wcwl.php:416
|
|
|
|
|
423 |
msgid "Custom"
|
424 |
+
msgstr "Personnalisé"
|
425 |
|
426 |
#: ../includes/functions.yith-wcwl.php:437
|
427 |
msgid "Shared"
|
428 |
+
msgstr "Partagé"
|
429 |
|
430 |
#: ../includes/functions.yith-wcwl.php:441
|
431 |
msgid "Only people with a link to this list can see it"
|
432 |
+
msgstr "Seules les personnes ayant un lien vers cette liste peuvent la voir"
|
433 |
|
434 |
#: ../includes/functions.yith-wcwl.php:447
|
435 |
msgid "Private"
|
436 |
+
msgstr "Privé"
|
437 |
|
438 |
#: ../includes/functions.yith-wcwl.php:451
|
439 |
msgid "Only you can see this list"
|
440 |
+
msgstr "Vous seul pouvez voir cette liste"
|
441 |
|
442 |
#: ../includes/functions.yith-wcwl.php:457
|
443 |
msgid "Public"
|
444 |
+
msgstr "Publique"
|
445 |
|
446 |
#: ../includes/functions.yith-wcwl.php:461
|
447 |
msgid "Anyone can search for and see this list"
|
448 |
+
msgstr "Tout le monde peut rechercher et voir cette liste"
|
449 |
|
450 |
#: ../includes/widgets/elementor/class.yith-wcwl-elementor-add-to-wishlist.php:40
|
451 |
msgctxt "Elementor widget name"
|
452 |
msgid "YITH Wishlist Add button"
|
453 |
+
msgstr "YITH Wishlist bouton Ajouter"
|
454 |
|
455 |
#: ../includes/widgets/elementor/class.yith-wcwl-elementor-add-to-wishlist.php:83
|
|
|
|
|
456 |
msgctxt "Elementor section title"
|
457 |
msgid "Product"
|
458 |
+
msgstr "Produit"
|
459 |
|
460 |
#: ../includes/widgets/elementor/class.yith-wcwl-elementor-add-to-wishlist.php:91
|
|
|
|
|
461 |
msgctxt "Elementor control label"
|
462 |
msgid "Product ID"
|
463 |
+
msgstr "ID produit"
|
464 |
|
465 |
#: ../includes/widgets/elementor/class.yith-wcwl-elementor-add-to-wishlist.php:103
|
466 |
msgctxt "Elementor section title"
|
467 |
msgid "Labels"
|
468 |
+
msgstr "Étiquettes"
|
469 |
|
470 |
#: ../includes/widgets/elementor/class.yith-wcwl-elementor-add-to-wishlist.php:111
|
471 |
msgctxt "Elementor control label"
|
472 |
msgid "Button label"
|
473 |
+
msgstr "Étiquette de bouton"
|
474 |
|
475 |
#: ../includes/widgets/elementor/class.yith-wcwl-elementor-add-to-wishlist.php:114,
|
476 |
#: ../plugin-options/add_to_wishlist-options.php:125
|
477 |
msgid "Add to wishlist"
|
478 |
+
msgstr "Ajouter à la liste de souhaits"
|
479 |
|
480 |
#: ../includes/widgets/elementor/class.yith-wcwl-elementor-add-to-wishlist.php:121
|
|
|
|
|
481 |
msgctxt "Elementor control label"
|
482 |
msgid "\"Browse wishlist\" label"
|
483 |
+
msgstr "Étiquette \"Parcourir la liste de souhaits\""
|
484 |
|
485 |
#: ../includes/widgets/elementor/class.yith-wcwl-elementor-add-to-wishlist.php:124,
|
486 |
#: ../plugin-options/add_to_wishlist-options.php:141
|
487 |
msgid "Browse wishlist"
|
488 |
+
msgstr "Parcourir la liste de souhaits"
|
489 |
|
490 |
#: ../includes/widgets/elementor/class.yith-wcwl-elementor-add-to-wishlist.php:131
|
|
|
|
|
491 |
msgctxt "Elementor control label"
|
492 |
msgid "\"Product already in wishlist\" label"
|
493 |
+
msgstr "Étiquette \"Produit déjà dans la liste de souhaits\""
|
494 |
|
495 |
#: ../includes/widgets/elementor/class.yith-wcwl-elementor-add-to-wishlist.php:134
|
|
|
|
|
496 |
msgid "Product already in wishlist"
|
497 |
+
msgstr "Produit déjà dans la liste de souhaits"
|
498 |
|
499 |
#: ../includes/widgets/elementor/class.yith-wcwl-elementor-add-to-wishlist.php:141
|
|
|
|
|
500 |
msgctxt "Elementor control label"
|
501 |
msgid "\"Product added to wishlist\" label"
|
502 |
+
msgstr "Étiquette \"Produit ajouté à la liste de souhaits\""
|
503 |
|
504 |
#: ../includes/widgets/elementor/class.yith-wcwl-elementor-add-to-wishlist.php:144
|
|
|
|
|
505 |
msgid "Product added to wishlist"
|
506 |
+
msgstr "Produit ajouté à la liste de souhaits"
|
507 |
|
508 |
#: ../includes/widgets/elementor/class.yith-wcwl-elementor-add-to-wishlist.php:153
|
509 |
msgctxt "Elementor section title"
|
510 |
msgid "Advanced"
|
511 |
+
msgstr "Avancé"
|
512 |
|
513 |
#: ../includes/widgets/elementor/class.yith-wcwl-elementor-add-to-wishlist.php:161
|
514 |
msgctxt "Elementor control label"
|
515 |
msgid "URL of the wishlist page"
|
516 |
+
msgstr "URL de la page de liste de souhaits"
|
517 |
|
518 |
#: ../includes/widgets/elementor/class.yith-wcwl-elementor-add-to-wishlist.php:171
|
519 |
msgctxt "Elementor control label"
|
520 |
msgid "Icon for the button"
|
521 |
+
msgstr "Icône pour le bouton"
|
522 |
|
523 |
#: ../includes/widgets/elementor/class.yith-wcwl-elementor-add-to-wishlist.php:181
|
524 |
msgctxt "Elementor control label"
|
525 |
msgid "Additional CSS classes for the button"
|
526 |
+
msgstr "Classes CSS supplémentaires pour le bouton"
|
527 |
|
528 |
#: ../includes/widgets/elementor/class.yith-wcwl-elementor-wishlist.php:40
|
|
|
|
|
529 |
msgctxt "Elementor widget name"
|
530 |
msgid "YITH Wishlist"
|
531 |
+
msgstr "YITH Wishlist"
|
532 |
|
533 |
#: ../includes/widgets/elementor/class.yith-wcwl-elementor-wishlist.php:82
|
|
|
|
|
534 |
msgctxt "Elementor section title"
|
535 |
msgid "Wishlist"
|
536 |
+
msgstr "Liste de souhaits"
|
537 |
|
538 |
#: ../includes/widgets/elementor/class.yith-wcwl-elementor-wishlist.php:90
|
|
|
|
|
539 |
msgctxt "Elementor control label"
|
540 |
msgid "Wishlist ID"
|
541 |
+
msgstr "ID de la liste de souhaits"
|
542 |
|
543 |
#: ../includes/widgets/elementor/class.yith-wcwl-elementor-wishlist.php:102
|
544 |
msgctxt "Elementor section title"
|
545 |
msgid "Pagination"
|
546 |
+
msgstr "Pagination"
|
547 |
|
548 |
#: ../includes/widgets/elementor/class.yith-wcwl-elementor-wishlist.php:110
|
549 |
msgctxt "Elementor control label"
|
550 |
msgid "Paginate items"
|
551 |
+
msgstr "Paginer les éléments"
|
552 |
|
553 |
#: ../includes/widgets/elementor/class.yith-wcwl-elementor-wishlist.php:123
|
554 |
msgctxt "yith-woocommerce-wishlist"
|
555 |
msgid "Items per page"
|
556 |
+
msgstr "Objets par page"
|
557 |
|
558 |
#: ../init.php:4
|
559 |
msgid "https://yithemes.com/themes/plugins/yith-woocommerce-wishlist/"
|
560 |
+
msgstr "https://yithemes.com/themes/plugins/yith-woocommerce-wishlist/"
|
561 |
|
562 |
#: ../init.php:5
|
563 |
msgid ""
|
567 |
"<a href=\"https://yithemes.com/\" target=\"_blank\">Get more plugins for "
|
568 |
"your e-commerce on <strong>YITH</strong></a>"
|
569 |
msgstr ""
|
570 |
+
"<code><strong>YITH WooCommerce Wishlist</strong></code> donne à vos "
|
571 |
+
"utilisateurs la possibilité de créer, remplir, gérer et partager leurs "
|
572 |
+
"listes de souhaits vous permettant d'analyser leurs intérêts et leurs "
|
573 |
+
"besoins pour améliorer vos stratégies marketing. <a href=\"https://yithemes."
|
574 |
+
"com/\" target=\"_blank\">Obtenez plus de plugins pour votre commerce e-"
|
575 |
+
"commerce sur <strong>YITH</strong></a>"
|
576 |
|
577 |
#: ../init.php:7
|
578 |
msgid "YITH"
|
579 |
+
msgstr "YITH"
|
580 |
|
581 |
#: ../init.php:8
|
582 |
msgid "https://yithemes.com/"
|
583 |
+
msgstr "https://yithemes.com/"
|
584 |
|
585 |
#: ../init.php:141
|
586 |
+
#, fuzzy
|
587 |
+
#| msgid "is enabled but not effective. It requires WooCommerce to work."
|
588 |
msgid "is enabled but not effective. It requires WooCommerce in order to work."
|
589 |
msgstr ""
|
590 |
+
"est activé mais ne fonctionne pas. Il nécessite WooCommerce pour fonctionner."
|
591 |
|
592 |
#: ../init.php:151
|
593 |
msgid "You can't activate the free version of"
|
600 |
#: ../plugin-options/add_to_wishlist-options.php:18,
|
601 |
#: ../plugin-options/settings-options.php:23
|
602 |
msgid "General Settings"
|
603 |
+
msgstr "Réglages Généraux"
|
604 |
|
605 |
#: ../plugin-options/add_to_wishlist-options.php:25
|
606 |
msgid "After product is added to wishlist"
|
607 |
+
msgstr "Une fois le produit ajouté à la liste de souhaits"
|
608 |
|
609 |
#: ../plugin-options/add_to_wishlist-options.php:26
|
610 |
msgid ""
|
611 |
"Choose the look of the Wishlist button when the product has already been "
|
612 |
"added to a wishlist"
|
613 |
msgstr ""
|
614 |
+
"Choisissez l'apparence du bouton Liste de souhaits lorsque le produit a déjà "
|
615 |
+
"été ajouté à une liste de souhaits"
|
616 |
|
617 |
#: ../plugin-options/add_to_wishlist-options.php:30
|
618 |
msgid "Show \"Add to wishilist\" button"
|
619 |
+
msgstr "Afficher le bouton \"Ajouter à la liste de souhaits\""
|
620 |
|
621 |
#: ../plugin-options/add_to_wishlist-options.php:31
|
622 |
msgid "Show \"View wishlist\" link"
|
623 |
+
msgstr "Afficher le lien \"Afficher la liste de souhaits\""
|
624 |
|
625 |
#: ../plugin-options/add_to_wishlist-options.php:32
|
626 |
msgid "Show \"Remove from list\" link"
|
627 |
+
msgstr "Afficher le lien \"Supprimer de la liste\""
|
628 |
|
629 |
#: ../plugin-options/add_to_wishlist-options.php:46
|
630 |
msgid "Loop settings"
|
631 |
+
msgstr "Paramètres de boucle"
|
632 |
|
633 |
#: ../plugin-options/add_to_wishlist-options.php:48
|
634 |
msgid ""
|
636 |
"shortcodes, products sliders, and all the other places where the WooCommerce "
|
637 |
"products' loop is used"
|
638 |
msgstr ""
|
639 |
+
"Les options de boucle seront visibles sur la page Boutique, les pages de "
|
640 |
+
"catégorie, les shortcodes de produits, les curseurs de produits et tous les "
|
641 |
+
"autres endroits où la boucle des produits WooCommerce est utilisée"
|
642 |
|
643 |
#: ../plugin-options/add_to_wishlist-options.php:53
|
644 |
msgid "Show \"Add to wishlist\" in loop"
|
645 |
+
msgstr "Afficher \"Ajouter à la liste de souhaits\" en boucle"
|
646 |
|
647 |
#: ../plugin-options/add_to_wishlist-options.php:54
|
648 |
msgid "Enable the \"Add to wishlist\" feature in WooCommerce products' loop"
|
649 |
msgstr ""
|
650 |
+
"Activer la fonctionnalité \"Ajouter à la liste de souhaits\" dans la boucle "
|
651 |
+
"des produits WooCommerce"
|
652 |
|
653 |
#: ../plugin-options/add_to_wishlist-options.php:62
|
654 |
msgid "Position of \"Add to wishlist\" in loop"
|
655 |
+
msgstr "Position de \"Ajouter à la liste de souhaits\" en boucle"
|
656 |
|
657 |
#: ../plugin-options/add_to_wishlist-options.php:63
|
658 |
msgid ""
|
661 |
"\"><code>[yith_wcwl_add_to_wishlist]</code></span> and paste it where you "
|
662 |
"want to show the \"Add to wishlist\" link or button</span>"
|
663 |
msgstr ""
|
664 |
+
"Choisissez où afficher le bouton \"Ajouter à la liste de souhaits\" ou le "
|
665 |
+
"lien dans la boucle des produits WooCommerce. <span class=\"addon\">Copiez "
|
666 |
+
"ce code court <span class=\"code\"><code>[yith_wcwl_add_to_wishlist]</code></"
|
667 |
+
"span> et collez-le où vous souhaitez afficher le lien ou le bouton \"Ajouter "
|
668 |
+
"à la liste de souhaits\"</span>"
|
669 |
|
670 |
#: ../plugin-options/add_to_wishlist-options.php:70
|
671 |
msgid "On top of the image"
|
672 |
+
msgstr "En haut de l'image"
|
673 |
|
674 |
#: ../plugin-options/add_to_wishlist-options.php:71
|
675 |
msgid "Before \"Add to cart\" button"
|
676 |
+
msgstr "Avant le bouton \"Ajouter au panier\""
|
677 |
|
678 |
#: ../plugin-options/add_to_wishlist-options.php:72
|
679 |
msgid "After \"Add to cart\" button"
|
680 |
+
msgstr "Après le bouton \"Ajouter au panier\""
|
681 |
|
682 |
#: ../plugin-options/add_to_wishlist-options.php:73,
|
683 |
#: ../plugin-options/add_to_wishlist-options.php:105
|
686 |
|
687 |
#: ../plugin-options/add_to_wishlist-options.php:87
|
688 |
msgid "Product page settings"
|
689 |
+
msgstr "Paramètres de la page produit"
|
690 |
|
691 |
#: ../plugin-options/add_to_wishlist-options.php:94
|
692 |
msgid "Position of \"Add to wishlist\" on product page"
|
693 |
+
msgstr "Position de \"Ajouter à la liste de souhaits\" sur la page produit"
|
694 |
|
695 |
#: ../plugin-options/add_to_wishlist-options.php:95
|
696 |
msgid ""
|
699 |
"\"><code>[yith_wcwl_add_to_wishlist]</code></span> and paste it where you "
|
700 |
"want to show the \"Add to wishlist\" link or button</span>"
|
701 |
msgstr ""
|
702 |
+
"Choisissez où afficher le bouton \"Ajouter à la liste de souhaits\" ou le "
|
703 |
+
"lien sur la page du produit. <span class=\"addon\">Copiez ce code court "
|
704 |
+
"<span class=\"code\"><code> [yith_wcwl_add_to_wishlist]</code></span> et "
|
705 |
+
"collez-le où vous souhaitez afficher le lien ou le bouton \"Ajouter à la "
|
706 |
+
"liste de souhaits\"</span>"
|
707 |
|
708 |
#: ../plugin-options/add_to_wishlist-options.php:102
|
709 |
msgid "After \"Add to cart\""
|
711 |
|
712 |
#: ../plugin-options/add_to_wishlist-options.php:103
|
713 |
msgid "After thumbnails"
|
714 |
+
msgstr "Après les vignettes"
|
715 |
|
716 |
#: ../plugin-options/add_to_wishlist-options.php:104
|
717 |
msgid "After summary"
|
720 |
#: ../plugin-options/add_to_wishlist-options.php:115,
|
721 |
#: ../plugin-options/wishlist_page-options.php:219
|
722 |
msgid "Text customization"
|
723 |
+
msgstr "Personnalisation du texte"
|
724 |
|
725 |
#: ../plugin-options/add_to_wishlist-options.php:122
|
726 |
msgid "\"Add to wishlist\" text"
|
727 |
+
msgstr "Texte \"Ajouter à la liste de souhaits\""
|
728 |
|
729 |
#: ../plugin-options/add_to_wishlist-options.php:123
|
730 |
msgid "Enter a text for \"Add to wishlist\" button"
|
731 |
+
msgstr "Entrez un texte pour le bouton \"Ajouter à la liste de souhaits\""
|
732 |
|
733 |
#: ../plugin-options/add_to_wishlist-options.php:130
|
734 |
msgid "\"Product added\" text"
|
735 |
+
msgstr "Texte \"Produit ajouté\""
|
736 |
|
737 |
#: ../plugin-options/add_to_wishlist-options.php:131
|
738 |
msgid ""
|
739 |
"Enter the text of the message displayed when the user adds a product to the "
|
740 |
"wishlist"
|
741 |
msgstr ""
|
742 |
+
"Entrez le texte du message affiché lorsque l'utilisateur ajoute un produit à "
|
743 |
+
"la liste de souhaits"
|
744 |
|
745 |
#: ../plugin-options/add_to_wishlist-options.php:133
|
746 |
msgid "Product added!"
|
747 |
+
msgstr "Produit ajouté!"
|
748 |
|
749 |
#: ../plugin-options/add_to_wishlist-options.php:138
|
750 |
msgid "\"Browse wishlist\" text"
|
751 |
+
msgstr "Texte \"Parcourir la liste de souhaits\""
|
752 |
|
753 |
#: ../plugin-options/add_to_wishlist-options.php:139
|
754 |
msgid "Enter a text for the \"Browse wishlist\" link on the product page"
|
755 |
msgstr ""
|
756 |
+
"Entrez un texte pour le lien \"Parcourir la liste de souhaits\" sur la page "
|
757 |
+
"du produit"
|
758 |
|
759 |
#: ../plugin-options/add_to_wishlist-options.php:146
|
760 |
msgid "\"Product already in wishlist\" text"
|
761 |
+
msgstr "Texte \"Produit déjà dans la liste de souhaits\""
|
762 |
|
763 |
#: ../plugin-options/add_to_wishlist-options.php:147
|
764 |
msgid ""
|
765 |
"Enter the text for the message displayed when the user views a product that "
|
766 |
"is already in the wishlist"
|
767 |
msgstr ""
|
768 |
+
"Saisissez le texte du message affiché lorsque l'utilisateur consulte un "
|
769 |
+
"produit qui figure déjà dans la liste de souhaits"
|
770 |
|
771 |
#: ../plugin-options/add_to_wishlist-options.php:149
|
772 |
msgid "The product is already in your wishlist!"
|
773 |
+
msgstr "Le produit est déjà dans votre liste de souhaits!"
|
774 |
|
775 |
#: ../plugin-options/add_to_wishlist-options.php:159
|
776 |
msgid "Style & Color customization"
|
777 |
+
msgstr "Personnalisation du style et des couleurs"
|
778 |
|
779 |
#: ../plugin-options/add_to_wishlist-options.php:166
|
780 |
msgid "Style of \"Add to wishlist\""
|
781 |
+
msgstr "Style de \"Ajouter à la liste de souhaits\""
|
782 |
|
783 |
#: ../plugin-options/add_to_wishlist-options.php:167
|
784 |
msgid ""
|
785 |
"Choose if you want to show a textual \"Add to wishlist\" link or a button"
|
786 |
msgstr ""
|
787 |
+
"Choisissez si vous souhaitez afficher un lien textuel \"Ajouter à la liste "
|
788 |
+
"de souhaits\" ou un bouton"
|
789 |
|
790 |
#: ../plugin-options/add_to_wishlist-options.php:170,
|
791 |
#: ../plugin-options/wishlist_page-options.php:258
|
792 |
msgid "Textual (anchor)"
|
793 |
+
msgstr "Textuel (ancre)"
|
794 |
|
795 |
#: ../plugin-options/add_to_wishlist-options.php:171,
|
796 |
#: ../plugin-options/wishlist_page-options.php:259
|
797 |
msgid "Button with theme style"
|
798 |
+
msgstr "Bouton avec style de thème"
|
799 |
|
800 |
#: ../plugin-options/add_to_wishlist-options.php:172,
|
801 |
#: ../plugin-options/wishlist_page-options.php:260
|
802 |
msgid "Button with custom style"
|
803 |
+
msgstr "Bouton avec style personnalisé"
|
804 |
|
805 |
#: ../plugin-options/add_to_wishlist-options.php:180
|
806 |
msgid "\"Add to wishlist\" button style"
|
807 |
+
msgstr "Style de bouton \"Ajouter à la liste de souhaits\""
|
808 |
|
809 |
#: ../plugin-options/add_to_wishlist-options.php:186
|
810 |
msgid "Choose colors for the \"Add to wishlist\" button"
|
811 |
+
msgstr "Choisissez les couleurs du bouton \"Ajouter à la liste de souhaits\""
|
812 |
|
813 |
#: ../plugin-options/add_to_wishlist-options.php:188,
|
814 |
#: ../plugin-options/wishlist_page-options.php:276,
|
821 |
#: ../plugin-options/wishlist_page-options.php:669,
|
822 |
#: ../plugin-options/wishlist_page-options.php:709
|
823 |
msgid "Background"
|
824 |
+
msgstr "Fond"
|
825 |
|
826 |
#: ../plugin-options/add_to_wishlist-options.php:193,
|
827 |
#: ../plugin-options/wishlist_page-options.php:281,
|
830 |
#: ../plugin-options/wishlist_page-options.php:467,
|
831 |
#: ../plugin-options/wishlist_page-options.php:504
|
832 |
msgid "Text"
|
833 |
+
msgstr "Text"
|
834 |
|
835 |
#: ../plugin-options/add_to_wishlist-options.php:198,
|
836 |
#: ../plugin-options/wishlist_page-options.php:286,
|
838 |
#: ../plugin-options/wishlist_page-options.php:424,
|
839 |
#: ../plugin-options/wishlist_page-options.php:472
|
840 |
msgid "Border"
|
841 |
+
msgstr "Bordure"
|
842 |
|
843 |
#: ../plugin-options/add_to_wishlist-options.php:204
|
844 |
msgid "Choose colors for the \"Add to wishlist\" button on hover state"
|
845 |
msgstr ""
|
846 |
+
"Choisissez les couleurs pour le bouton \"Ajouter à la liste de souhaits\" en "
|
847 |
+
"survol"
|
848 |
|
849 |
#: ../plugin-options/add_to_wishlist-options.php:206,
|
850 |
#: ../plugin-options/wishlist_page-options.php:294,
|
851 |
#: ../plugin-options/wishlist_page-options.php:383,
|
852 |
#: ../plugin-options/wishlist_page-options.php:432
|
853 |
msgid "Background Hover"
|
854 |
+
msgstr "Arrière plan au survol"
|
855 |
|
856 |
#: ../plugin-options/add_to_wishlist-options.php:211,
|
857 |
#: ../plugin-options/wishlist_page-options.php:299,
|
858 |
#: ../plugin-options/wishlist_page-options.php:388,
|
859 |
#: ../plugin-options/wishlist_page-options.php:437
|
860 |
msgid "Text Hover"
|
861 |
+
msgstr "Texte au survol"
|
862 |
|
863 |
#: ../plugin-options/add_to_wishlist-options.php:216,
|
864 |
#: ../plugin-options/wishlist_page-options.php:304,
|
865 |
#: ../plugin-options/wishlist_page-options.php:393,
|
866 |
#: ../plugin-options/wishlist_page-options.php:442
|
867 |
msgid "Border Hover"
|
868 |
+
msgstr "Bordure au survol"
|
869 |
|
870 |
#: ../plugin-options/add_to_wishlist-options.php:229,
|
871 |
#: ../plugin-options/wishlist_page-options.php:317
|
872 |
msgid "Border radius"
|
873 |
+
msgstr "Rayon de bordure"
|
874 |
|
875 |
#: ../plugin-options/add_to_wishlist-options.php:230
|
876 |
msgid "Choose radius for the \"Add to wishlist\" button"
|
877 |
+
msgstr "Choisissez le rayon pour le bouton \"Ajouter à la liste de souhaits\""
|
878 |
|
879 |
#: ../plugin-options/add_to_wishlist-options.php:244
|
880 |
msgid "\"Add to wishlist\" icon"
|
881 |
+
msgstr "Icône \"Ajouter à la liste de souhaits\""
|
882 |
|
883 |
#: ../plugin-options/add_to_wishlist-options.php:245
|
884 |
msgid "Select an icon for the \"Add to wishlist\" button (optional)"
|
885 |
msgstr ""
|
886 |
+
"Sélectionnez une icône pour le bouton \"Ajouter à la liste de souhaits"
|
887 |
+
"\" (facultatif)"
|
888 |
|
889 |
#: ../plugin-options/add_to_wishlist-options.php:255
|
890 |
msgid "\"Add to wishlist\" custom icon"
|
891 |
+
msgstr "Icône personnalisée \"Ajouter à la liste de souhaits\""
|
892 |
|
893 |
#: ../plugin-options/add_to_wishlist-options.php:256,
|
894 |
#: ../plugin-options/add_to_wishlist-options.php:280
|
896 |
"Upload an icon you'd like to use for \"Add to wishlist\" button (suggested "
|
897 |
"32px x 32px)"
|
898 |
msgstr ""
|
899 |
+
"Téléchargez une icône que vous souhaitez utiliser pour le bouton \"Ajouter à "
|
900 |
+
"la liste de souhaits\" (32px x 32px suggéré)"
|
901 |
|
902 |
#: ../plugin-options/add_to_wishlist-options.php:268
|
903 |
msgid "\"Added to wishlist\" icon"
|
904 |
+
msgstr "Icône \"Ajouté à la liste de souhaits\""
|
905 |
|
906 |
#: ../plugin-options/add_to_wishlist-options.php:269
|
907 |
msgid "Select an icon for the \"Added to wishlist\" button (optional)"
|
908 |
msgstr ""
|
909 |
+
"Sélectionnez une icône pour le bouton \"Ajouté à la liste de souhaits"
|
910 |
+
"\" (facultatif)"
|
911 |
|
912 |
#: ../plugin-options/add_to_wishlist-options.php:275
|
913 |
msgid "Same used for Add to wishlist"
|
914 |
+
msgstr "Identique à Ajouter à la liste de souhaits"
|
915 |
|
916 |
#: ../plugin-options/add_to_wishlist-options.php:279
|
917 |
msgid "\"Added to wishlist\" custom icon"
|
918 |
+
msgstr "Icône personnalisée \"Ajouté à la liste de souhaits\""
|
919 |
|
920 |
#: ../plugin-options/add_to_wishlist-options.php:292
|
921 |
msgid "Custom CSS"
|
922 |
+
msgstr "Personnaliser CSS"
|
923 |
|
924 |
#: ../plugin-options/add_to_wishlist-options.php:293
|
925 |
msgid "Enter custom CSS to be applied to Wishlist elements (optional)"
|
926 |
msgstr ""
|
927 |
+
"Entrez le CSS personnalisé à appliquer aux éléments de la liste de souhaits "
|
928 |
+
"(facultatif)"
|
929 |
|
930 |
#: ../plugin-options/lists-options.php:32
|
931 |
msgid "Search list"
|
932 |
+
msgstr "Liste de recherche"
|
933 |
|
934 |
#: ../plugin-options/settings-options.php:17
|
935 |
msgid ""
|
936 |
"If you want to take advantage of this feature, you could consider purchasing "
|
937 |
"the %s."
|
938 |
msgstr ""
|
939 |
+
"Si vous souhaitez profiter de cette fonctionnalité, vous pouvez envisager "
|
940 |
+
"d'acheter le %s."
|
941 |
|
942 |
#: ../plugin-options/settings-options.php:30
|
943 |
msgid "Enable AJAX loading"
|
944 |
+
msgstr "Activer le chargement AJAX"
|
945 |
|
946 |
#: ../plugin-options/settings-options.php:31
|
947 |
msgid "Load any cacheable wishlist item via AJAX"
|
948 |
msgstr ""
|
949 |
+
"Charger n'importe quel élément de liste de souhaits pouvant être mis en "
|
950 |
+
"cache via AJAX"
|
951 |
|
952 |
#: ../plugin-options/settings-options.php:44
|
953 |
msgid "YITH WooCommerce Frequently Bought Together Integration"
|
954 |
+
msgstr "YITH WooCommerce a fréquemment acheté ensemble l'intégrationd"
|
955 |
|
956 |
#: ../plugin-options/settings-options.php:46
|
957 |
msgid ""
|
958 |
"In order to use this integration you have to install and activate YITH "
|
959 |
"WooCommerce Frequently Bought Together. <a href=\"%s\">Learn more</a>"
|
960 |
msgstr ""
|
961 |
+
"Pour utiliser cette intégration, vous devez installer et activer YITH "
|
962 |
+
"WooCommerce Frequently Bought Together. <a href=\"%s\"> En savoir plus </a>"
|
963 |
|
964 |
#: ../plugin-options/settings-options.php:51
|
965 |
msgid "Enable slider in wishlist"
|
966 |
+
msgstr "Activer diaporama dans la liste de Souhaits"
|
967 |
|
968 |
#: ../plugin-options/settings-options.php:52
|
969 |
msgid ""
|
970 |
"Enable the slider with linked products on the Wishlist page (<a href=\"%s\" "
|
971 |
"class=\"thickbox\">Example</a>). %s"
|
972 |
msgstr ""
|
973 |
+
"Activez le curseur avec les produits liés sur la page Liste de souhaits (<a "
|
974 |
+
"href=\"%s\" class=\"thickbox\"> Exemple </a>). %s"
|
975 |
|
976 |
#: ../plugin-options/wishlist_page-options.php:17
|
977 |
msgid "All your wishlists"
|
978 |
+
msgstr "Toutes vos listes de souhaits"
|
979 |
|
980 |
#: ../plugin-options/wishlist_page-options.php:24
|
981 |
msgid "Wishlist page"
|
982 |
+
msgstr "Page de liste de souhaits"
|
983 |
|
984 |
#: ../plugin-options/wishlist_page-options.php:25
|
985 |
msgid ""
|
987 |
"\"code\"><code>[yith_wcwl_wishlist]</code></span> shortcode into the page "
|
988 |
"content"
|
989 |
msgstr ""
|
990 |
+
"Choisissez une page comme page principale de liste de souhaits; assurez-vous "
|
991 |
+
"d'ajouter le<span class=\"code\"><code>[yith_wcwl_wishlist]</code></span> "
|
992 |
+
"shortcode dans le contenu de la page"
|
993 |
|
994 |
#: ../plugin-options/wishlist_page-options.php:38
|
995 |
msgid "Wishlist Detail Page"
|
996 |
+
msgstr "Page de détail de la liste de souhaits"
|
997 |
|
998 |
#: ../plugin-options/wishlist_page-options.php:45,
|
999 |
#: ../plugin-options/wishlist_page-options.php:54,
|
1003 |
#: ../plugin-options/wishlist_page-options.php:90,
|
1004 |
#: ../plugin-options/wishlist_page-options.php:99
|
1005 |
msgid "In wishlist table show"
|
1006 |
+
msgstr "Dans la liste de souhaits"
|
1007 |
|
1008 |
#: ../plugin-options/wishlist_page-options.php:46
|
1009 |
msgid "Product variations selected by the user (example: size or color)"
|
1010 |
msgstr ""
|
1011 |
+
"Variations de produits sélectionnées par l'utilisateur (exemple: taille ou "
|
1012 |
+
"couleur)"
|
1013 |
|
1014 |
#: ../plugin-options/wishlist_page-options.php:55
|
1015 |
msgid "Product price"
|
1016 |
+
msgstr "Prix du produit"
|
1017 |
|
1018 |
#: ../plugin-options/wishlist_page-options.php:64
|
1019 |
msgid "Product stock (show if the product is available or not)"
|
1020 |
+
msgstr "Stock de produits (indiquer si le produit est disponible ou non)"
|
1021 |
|
1022 |
#: ../plugin-options/wishlist_page-options.php:73
|
1023 |
msgid "Date on which the product was added to the wishlist"
|
1024 |
+
msgstr "Date à laquelle le produit a été ajouté à la liste de souhaits"
|
1025 |
|
1026 |
#: ../plugin-options/wishlist_page-options.php:82
|
1027 |
msgid "Add to cart option for each product"
|
1028 |
+
msgstr "Option Ajouter au panier pour tous les produits"
|
1029 |
|
1030 |
#: ../plugin-options/wishlist_page-options.php:91
|
1031 |
msgid ""
|
1032 |
"Icon to remove the product from the wishlist - to the left of the product"
|
1033 |
msgstr ""
|
1034 |
+
"Icône pour retirer le produit de la liste de souhaits - à gauche du produit"
|
1035 |
|
1036 |
#: ../plugin-options/wishlist_page-options.php:100
|
1037 |
msgid ""
|
1038 |
"Button to remove the product from the wishlist - to the right of the product"
|
1039 |
msgstr ""
|
1040 |
+
"Bouton pour retirer le produit de la liste de souhaits - à droite du produit"
|
1041 |
|
1042 |
#: ../plugin-options/wishlist_page-options.php:108
|
1043 |
msgid "Redirect to cart"
|
1048 |
"Redirect users to the cart page when they add a product to the cart from the "
|
1049 |
"wishlist page"
|
1050 |
msgstr ""
|
1051 |
+
"Redirigez les utilisateurs vers la page du panier lorsqu'ils ajoutent un "
|
1052 |
+
"produit au panier à partir de la page de la liste de souhaits"
|
1053 |
|
1054 |
#: ../plugin-options/wishlist_page-options.php:117
|
1055 |
msgid "Remove if added to the cart"
|
1059 |
msgid ""
|
1060 |
"Remove the product from the wishlist after it has been added to the cart"
|
1061 |
msgstr ""
|
1062 |
+
"Supprimer le produit de la liste de souhaits après l'avoir ajouté au panier"
|
1063 |
|
1064 |
#: ../plugin-options/wishlist_page-options.php:126
|
1065 |
msgid "Share wishlist"
|
1066 |
+
msgstr "Partager la liste de souhaits"
|
1067 |
|
1068 |
#: ../plugin-options/wishlist_page-options.php:127
|
1069 |
msgid "Enable this option to let users share their wishlist on social media"
|
1070 |
msgstr ""
|
1071 |
+
"Activez cette option pour permettre aux utilisateurs de partager leur liste "
|
1072 |
+
"de souhaits sur les réseaux sociaux"
|
1073 |
|
1074 |
#: ../plugin-options/wishlist_page-options.php:135,
|
1075 |
#: ../plugin-options/wishlist_page-options.php:144,
|
1077 |
#: ../plugin-options/wishlist_page-options.php:162,
|
1078 |
#: ../plugin-options/wishlist_page-options.php:171
|
1079 |
msgid "Share on social media"
|
1080 |
+
msgstr "Partager sur les réseaux sociaux"
|
1081 |
|
1082 |
#: ../plugin-options/wishlist_page-options.php:163
|
1083 |
msgid "Share by email"
|
1084 |
+
msgstr "Partager par email"
|
1085 |
|
1086 |
#: ../plugin-options/wishlist_page-options.php:180
|
1087 |
msgid "Share by URL"
|
1088 |
+
msgstr "Partager par URL"
|
1089 |
|
1090 |
#: ../plugin-options/wishlist_page-options.php:181
|
1091 |
msgid "Show \"Share URL\" field on wishlist page"
|
1092 |
msgstr ""
|
1093 |
+
"Afficher le champ \"Partager l'URL\" sur la page de la liste de souhaits"
|
1094 |
|
1095 |
#: ../plugin-options/wishlist_page-options.php:189
|
1096 |
msgid "Sharing title"
|
1097 |
+
msgstr "Titre de partage"
|
1098 |
|
1099 |
#: ../plugin-options/wishlist_page-options.php:190
|
1100 |
msgid "Wishlist title used for sharing (only used on Twitter and Pinterest)"
|
1101 |
msgstr ""
|
1102 |
+
"Titre de la liste de souhaits utilisé pour le partage (uniquement utilisé "
|
1103 |
+
"sur Twitter et Pinterest)"
|
1104 |
|
1105 |
#: ../plugin-options/wishlist_page-options.php:192
|
1106 |
msgid "My wishlist on %s"
|
1107 |
+
msgstr "Ma Liste d'Envies sur %s"
|
1108 |
|
1109 |
#: ../plugin-options/wishlist_page-options.php:197
|
1110 |
msgid "Social text"
|
1111 |
+
msgstr "Texte social"
|
1112 |
|
1113 |
#: ../plugin-options/wishlist_page-options.php:198
|
1114 |
msgid ""
|
1115 |
"Type the message you want to publish when you share your wishlist on Twitter "
|
1116 |
"and Pinterest"
|
1117 |
msgstr ""
|
1118 |
+
"Tapez le message que vous souhaitez publier lorsque vous partagez votre "
|
1119 |
+
"liste de souhaits sur Twitter et Pinterest"
|
1120 |
|
1121 |
#: ../plugin-options/wishlist_page-options.php:206
|
1122 |
msgid "Social image URL"
|
1123 |
+
msgstr "URL de l'image sociale"
|
1124 |
|
1125 |
#: ../plugin-options/wishlist_page-options.php:207
|
1126 |
msgid "It will be used to pin the wishlist on Pinterest."
|
1127 |
+
msgstr "Il sera utilisé pour épingler la liste de souhaits sur Pinterest."
|
1128 |
|
1129 |
#: ../plugin-options/wishlist_page-options.php:226
|
1130 |
msgid "Default wishlist name"
|
1131 |
+
msgstr "Nom de liste de souhaits par défaut"
|
1132 |
|
1133 |
#: ../plugin-options/wishlist_page-options.php:227
|
1134 |
msgid ""
|
1135 |
"Enter a name for the default wishlist. This is the wishlist that will be "
|
1136 |
"automatically generated for all users if they do not create any custom one"
|
1137 |
msgstr ""
|
1138 |
+
"Saisissez un nom pour la liste de souhaits par défaut. Il s'agit de la liste "
|
1139 |
+
"de souhaits qui sera automatiquement générée pour tous les utilisateurs "
|
1140 |
+
"s'ils n'en créent pas de personnalisé"
|
1141 |
|
1142 |
#: ../plugin-options/wishlist_page-options.php:229
|
|
|
|
|
1143 |
msgid "My wishlist"
|
1144 |
+
msgstr "Ma liste d'envies"
|
1145 |
|
1146 |
#: ../plugin-options/wishlist_page-options.php:234
|
1147 |
msgid "\"Add to cart\" text"
|
1148 |
+
msgstr "Texte \"Ajouter au panier\""
|
1149 |
|
1150 |
#: ../plugin-options/wishlist_page-options.php:235
|
1151 |
msgid "Enter a text for the \"Add to cart\" button"
|
1152 |
+
msgstr "Saisissez un texte pour le bouton \"Ajouter au panier\""
|
1153 |
|
1154 |
#: ../plugin-options/wishlist_page-options.php:247
|
1155 |
msgid "Style & color customization"
|
1156 |
+
msgstr "Personnalisation du style et des couleurs"
|
1157 |
|
1158 |
#: ../plugin-options/wishlist_page-options.php:254
|
1159 |
msgid "Style of \"Add to cart\""
|
1160 |
+
msgstr "Style de \"Ajouter au panier\""
|
1161 |
|
1162 |
#: ../plugin-options/wishlist_page-options.php:255
|
1163 |
msgid "Choose whether to show a textual \"Add to cart\" link or a button"
|
1164 |
msgstr ""
|
1165 |
+
"Choisissez d'afficher un lien textuel \"Ajouter au panier\" ou un bouton"
|
1166 |
|
1167 |
#: ../plugin-options/wishlist_page-options.php:268
|
1168 |
msgid "\"Add to cart\" button style"
|
1169 |
+
msgstr "Style de bouton \"Ajouter au panier\""
|
1170 |
|
1171 |
#: ../plugin-options/wishlist_page-options.php:274
|
1172 |
msgid "Choose the colors for the \"Add to cart\" button"
|
1173 |
+
msgstr "Choisissez les couleurs du bouton \"Ajouter au panier\""
|
1174 |
|
1175 |
#: ../plugin-options/wishlist_page-options.php:292
|
1176 |
msgid "Choose colors for the \"Add to cart\" button on hover state"
|
1177 |
+
msgstr "Choisissez les couleurs du bouton \"Ajouter au panier\" en survol"
|
1178 |
|
1179 |
#: ../plugin-options/wishlist_page-options.php:318
|
1180 |
msgid "Set the radius for the \"Add to cart\" button"
|
1181 |
+
msgstr "Définissez le rayon du bouton \"Ajouter au panier\""
|
1182 |
|
1183 |
#: ../plugin-options/wishlist_page-options.php:332
|
1184 |
msgid "\"Add to cart\" icon"
|
1185 |
+
msgstr "Icône \"Ajouter au panier\""
|
1186 |
|
1187 |
#: ../plugin-options/wishlist_page-options.php:333
|
1188 |
msgid "Select an icon for the \"Add to cart\" button (optional)"
|
1189 |
msgstr ""
|
1190 |
+
"Sélectionnez une icône pour le bouton \"Ajouter au panier\" (facultatif)"
|
1191 |
|
1192 |
#: ../plugin-options/wishlist_page-options.php:348
|
1193 |
msgid "\"Add to cart\" custom icon"
|
1194 |
+
msgstr "Icône personnalisée \"Ajouter au panier\""
|
1195 |
|
1196 |
#: ../plugin-options/wishlist_page-options.php:349
|
1197 |
msgid ""
|
1198 |
"Upload an icon you'd like to use for the \"Add to cart\" button (suggested "
|
1199 |
"32px x 32px)"
|
1200 |
msgstr ""
|
1201 |
+
"Téléchargez une icône que vous souhaitez utiliser pour le bouton \"Ajouter "
|
1202 |
+
"au panier\" (32px x 32px suggéré)"
|
1203 |
|
1204 |
#: ../plugin-options/wishlist_page-options.php:357
|
1205 |
msgid "Primary button style"
|
1206 |
+
msgstr "Style de bouton principal"
|
1207 |
|
1208 |
#: ../plugin-options/wishlist_page-options.php:363
|
1209 |
msgid ""
|
1211 |
"to \"Edit title\" button on Wishlist view, \"Submit Changes\" button on "
|
1212 |
"Manage view and \"Search wishlist\" button on Search view</small>"
|
1213 |
msgstr ""
|
1214 |
+
"Choisissez les couleurs du bouton principal<br/><small> Ce style sera "
|
1215 |
+
"appliqué au bouton \"Modifier le titre\" dans la vue Liste de souhaits, au "
|
1216 |
+
"bouton \"Soumettre les modifications\" dans la vue Gérer et au bouton "
|
1217 |
+
"\"Rechercher la liste de souhaits\" dans la vue Recherche</small>"
|
1218 |
|
1219 |
#: ../plugin-options/wishlist_page-options.php:381
|
1220 |
msgid ""
|
1223 |
"\" button on Manage view and \"Search wishlist\" button on Search view</"
|
1224 |
"small>"
|
1225 |
msgstr ""
|
1226 |
+
"Choisissez les couleurs pour le bouton principal sur l'état de vol "
|
1227 |
+
"stationnaire<br/><small> Ce style sera appliqué au bouton \"Modifier le titre"
|
1228 |
+
"\" dans la vue Liste de souhaits, au bouton \"Soumettre les modifications\" "
|
1229 |
+
"dans la vue Gérer et au bouton \"Rechercher la liste de souhaits\" dans la "
|
1230 |
+
"vue Recherche</small>"
|
1231 |
|
1232 |
#: ../plugin-options/wishlist_page-options.php:406
|
1233 |
msgid "Secondary button style"
|
1234 |
+
msgstr "Style de bouton secondaire"
|
1235 |
|
1236 |
#: ../plugin-options/wishlist_page-options.php:412,
|
1237 |
#: ../plugin-options/wishlist_page-options.php:430
|
1240 |
"to the buttons that allow showing and hiding the Edit title form on Wishlist "
|
1241 |
"view and \"Create new Wishlist\" button on Manage view</small>"
|
1242 |
msgstr ""
|
1243 |
+
"Choisissez les couleurs du bouton secondaire <br/> <small> Ce style sera "
|
1244 |
+
"appliqué aux boutons qui permettent d'afficher et de masquer le formulaire "
|
1245 |
+
"Modifier le titre dans la vue Liste de souhaits et le bouton \"Créer une "
|
1246 |
+
"nouvelle liste de souhaits\" dans la gestion de la vue </small>"
|
1247 |
|
1248 |
#: ../plugin-options/wishlist_page-options.php:455
|
1249 |
msgid "Wishlist table style"
|
1250 |
+
msgstr "Style de la table de souhait"
|
1251 |
|
1252 |
#: ../plugin-options/wishlist_page-options.php:456
|
1253 |
msgid ""
|
1254 |
"Choose the colors for the wishlist table (when set to \"Traditional\" layout)"
|
1255 |
msgstr ""
|
1256 |
+
"Choisissez les couleurs du tableau de la liste de souhaits (lorsqu'il est "
|
1257 |
+
"réglé sur une disposition \"traditionnelle\")"
|
1258 |
|
1259 |
#: ../plugin-options/wishlist_page-options.php:484
|
1260 |
msgid "Highlight color"
|
1261 |
+
msgstr "Couleur de surbrillance"
|
1262 |
|
1263 |
#: ../plugin-options/wishlist_page-options.php:485
|
1264 |
msgid ""
|
1266 |
"be used as background for the wishlist table heading and footer (when set to "
|
1267 |
"\"Traditional\" layout), and for various form across wishlist views</small>"
|
1268 |
msgstr ""
|
1269 |
+
"Choisissez la couleur pour toutes les sections avec arrière-plan <br/> "
|
1270 |
+
"<small> Cette couleur sera utilisée comme arrière-plan pour l'en-tête et le "
|
1271 |
+
"pied de page du tableau de la liste de souhaits (lorsqu'elle est définie sur "
|
1272 |
+
"une disposition \"traditionnelle\"), et pour divers formulaires dans les "
|
1273 |
+
"vues de la liste de souhaits </small>"
|
1274 |
|
1275 |
#: ../plugin-options/wishlist_page-options.php:497
|
1276 |
msgid "Share button text color"
|
1277 |
+
msgstr "Partager la couleur du texte du bouton"
|
1278 |
|
1279 |
#: ../plugin-options/wishlist_page-options.php:498
|
1280 |
msgid "Choose colors for share buttons text"
|
1281 |
+
msgstr "Choisissez les couleurs pour le texte des boutons de partage"
|
1282 |
|
1283 |
#: ../plugin-options/wishlist_page-options.php:509
|
1284 |
msgid "Text hover"
|
1285 |
+
msgstr "Survol du texte"
|
1286 |
|
1287 |
#: ../plugin-options/wishlist_page-options.php:522
|
1288 |
msgid "Facebook share button icon"
|
1289 |
+
msgstr "Icône du bouton de partage Facebook"
|
1290 |
|
1291 |
#: ../plugin-options/wishlist_page-options.php:523
|
1292 |
msgid "Select an icon for the Facebook share button"
|
1293 |
+
msgstr "Sélectionnez une icône pour le bouton de partage Facebook"
|
1294 |
|
1295 |
#: ../plugin-options/wishlist_page-options.php:533
|
1296 |
msgid "Facebook share button custom icon"
|
1297 |
+
msgstr "Icône personnalisée du bouton de partage Facebook"
|
1298 |
|
1299 |
#: ../plugin-options/wishlist_page-options.php:534
|
1300 |
msgid ""
|
1301 |
"Upload an icon you'd like to use for Facebook share button (suggested 32px x "
|
1302 |
"32px)"
|
1303 |
msgstr ""
|
1304 |
+
"Téléchargez une icône que vous souhaitez utiliser pour le bouton de partage "
|
1305 |
+
"Facebook (32px x 32px suggéré)"
|
1306 |
|
1307 |
#: ../plugin-options/wishlist_page-options.php:542
|
1308 |
msgid "Facebook share button style"
|
1309 |
+
msgstr "Style de bouton de partage Facebook"
|
1310 |
|
1311 |
#: ../plugin-options/wishlist_page-options.php:543
|
1312 |
msgid "Choose colors for Facebook share button"
|
1313 |
+
msgstr "Choisissez les couleurs du bouton de partage Facebook"
|
1314 |
|
1315 |
#: ../plugin-options/wishlist_page-options.php:554,
|
1316 |
#: ../plugin-options/wishlist_page-options.php:594,
|
1318 |
#: ../plugin-options/wishlist_page-options.php:674,
|
1319 |
#: ../plugin-options/wishlist_page-options.php:714
|
1320 |
msgid "Background hover"
|
1321 |
+
msgstr "Survol de l'arrière-plan"
|
1322 |
|
1323 |
#: ../plugin-options/wishlist_page-options.php:562
|
1324 |
msgid "Twitter share button icon"
|
1325 |
+
msgstr "Icône de bouton de partage Twitter"
|
1326 |
|
1327 |
#: ../plugin-options/wishlist_page-options.php:563
|
1328 |
msgid "Select an icon for the Twitter share button"
|
1329 |
+
msgstr "Sélectionnez une icône pour le bouton de partage Twitter"
|
1330 |
|
1331 |
#: ../plugin-options/wishlist_page-options.php:573
|
1332 |
msgid "Twitter share button custom icon"
|
1333 |
+
msgstr "Icône personnalisée du bouton de partage Twitter"
|
1334 |
|
1335 |
#: ../plugin-options/wishlist_page-options.php:574
|
1336 |
msgid ""
|
1337 |
"Upload an icon you'd like to use for Twitter share button (suggested 32px x "
|
1338 |
"32px)"
|
1339 |
msgstr ""
|
1340 |
+
"Téléchargez une icône que vous souhaitez utiliser pour le bouton de partage "
|
1341 |
+
"Twitter (32px x 32px suggéré)"
|
1342 |
|
1343 |
#: ../plugin-options/wishlist_page-options.php:582
|
1344 |
msgid "Twitter share button style"
|
1345 |
+
msgstr "Style de bouton de partage Twitter"
|
1346 |
|
1347 |
#: ../plugin-options/wishlist_page-options.php:583
|
1348 |
msgid "Choose colors for Twitter share button"
|
1349 |
+
msgstr "Choisissez les couleurs du bouton de partage Twitter"
|
1350 |
|
1351 |
#: ../plugin-options/wishlist_page-options.php:602
|
1352 |
msgid "Pinterest share button icon"
|
1353 |
+
msgstr "Icône du bouton de partage Pinterest"
|
1354 |
|
1355 |
#: ../plugin-options/wishlist_page-options.php:603
|
1356 |
msgid "Select an icon for the Pinterest share button"
|
1357 |
+
msgstr "Sélectionnez une icône pour le bouton de partage Pinterest"
|
1358 |
|
1359 |
#: ../plugin-options/wishlist_page-options.php:613
|
1360 |
msgid "Pinterest share button custom icon"
|
1361 |
+
msgstr "Icône personnalisée du bouton de partage Pinterest"
|
1362 |
|
1363 |
#: ../plugin-options/wishlist_page-options.php:614
|
1364 |
msgid ""
|
1365 |
"Upload an icon you'd like to use for Pinterest share button (suggested 32px "
|
1366 |
"x 32px)"
|
1367 |
msgstr ""
|
1368 |
+
"Téléchargez une icône que vous souhaitez utiliser pour le bouton de partage "
|
1369 |
+
"Pinterest (32px x 32px suggéré)"
|
1370 |
|
1371 |
#: ../plugin-options/wishlist_page-options.php:622
|
1372 |
msgid "Pinterest share button style"
|
1373 |
+
msgstr "Style de bouton de partage Pinterest"
|
1374 |
|
1375 |
#: ../plugin-options/wishlist_page-options.php:623
|
1376 |
msgid "Choose colors for Pinterest share button"
|
1377 |
+
msgstr "Choisissez les couleurs pour le bouton de partage Pinterest"
|
1378 |
|
1379 |
#: ../plugin-options/wishlist_page-options.php:642
|
1380 |
msgid "Email share button icon"
|
1381 |
+
msgstr "Icône du bouton de partage de courrier électronique"
|
1382 |
|
1383 |
#: ../plugin-options/wishlist_page-options.php:643
|
1384 |
msgid "Select an icon for the Email share button"
|
1385 |
+
msgstr "Sélectionnez une icône pour le bouton Partager par e-mail"
|
1386 |
|
1387 |
#: ../plugin-options/wishlist_page-options.php:653
|
1388 |
msgid "Email share button custom icon"
|
1389 |
+
msgstr "Icône personnalisée du bouton de partage par e-mail"
|
1390 |
|
1391 |
#: ../plugin-options/wishlist_page-options.php:654
|
1392 |
msgid ""
|
1393 |
"Upload an icon you'd like to use for the Email share button (suggested 32px "
|
1394 |
"x 32px)"
|
1395 |
msgstr ""
|
1396 |
+
"Téléchargez une icône que vous souhaitez utiliser pour le bouton Partager "
|
1397 |
+
"par e-mail (32px x 32px suggéré)"
|
1398 |
|
1399 |
#: ../plugin-options/wishlist_page-options.php:662
|
1400 |
msgid "Email share button style"
|
1401 |
+
msgstr "Style de bouton de partage d'e-mail"
|
1402 |
|
1403 |
#: ../plugin-options/wishlist_page-options.php:663
|
1404 |
msgid "Choose colors for the Email share button"
|
1405 |
+
msgstr "Choisissez les couleurs pour le bouton Partager par e-mail"
|
1406 |
|
1407 |
#: ../plugin-options/wishlist_page-options.php:682
|
1408 |
msgid "WhatsApp share button icon"
|
1409 |
+
msgstr "Icône du bouton de partage WhatsApp"
|
1410 |
|
1411 |
#: ../plugin-options/wishlist_page-options.php:683
|
1412 |
msgid "Select an icon for the WhatsApp share button"
|
1413 |
+
msgstr "Sélectionnez une icône pour le bouton de partage WhatsApp"
|
1414 |
|
1415 |
#: ../plugin-options/wishlist_page-options.php:693
|
1416 |
msgid "WhatsApp share button custom icon"
|
1417 |
+
msgstr "Icône personnalisée du bouton de partage WhatsApp"
|
1418 |
|
1419 |
#: ../plugin-options/wishlist_page-options.php:694
|
1420 |
msgid ""
|
1421 |
"Upload an icon you'd like to use for WhatsApp share button (suggested 32px x "
|
1422 |
"32px)"
|
1423 |
msgstr ""
|
1424 |
+
"Téléchargez une icône que vous souhaitez utiliser pour le bouton de partage "
|
1425 |
+
"WhatsApp (32px x 32px suggéré)"
|
1426 |
|
1427 |
#: ../plugin-options/wishlist_page-options.php:702
|
1428 |
msgid "WhatsApp share button style"
|
1429 |
+
msgstr "Style de bouton de partage WhatsApp"
|
1430 |
|
1431 |
#: ../plugin-options/wishlist_page-options.php:703
|
1432 |
msgid "Choose colors for WhatsApp share button"
|
1433 |
+
msgstr "Choisissez les couleurs du bouton de partage WhatsApp"
|
1434 |
|
1435 |
#: ../templates/admin/wishlist-panel-premium.php:168,
|
1436 |
#: ../templates/admin/wishlist-panel-premium.php:309
|
1445 |
msgstr ""
|
1446 |
|
1447 |
#: ../templates/admin/wishlist-panel-premium.php:176
|
1448 |
+
#, fuzzy
|
1449 |
+
#| msgid "Premium Version"
|
1450 |
msgid "Premium Features"
|
1451 |
+
msgstr "Version Premium"
|
1452 |
|
1453 |
#: ../templates/admin/wishlist-panel-premium.php:180
|
1454 |
+
#, fuzzy
|
1455 |
+
#| msgid "Allow customers to create and manage multiple wishlists"
|
1456 |
msgid "Allow your customers to create multiple wishlists"
|
1457 |
msgstr ""
|
1458 |
+
"Permettre aux clients de créer et de gérer plusieurs listes de souhaits"
|
1459 |
|
1460 |
#: ../templates/admin/wishlist-panel-premium.php:182
|
1461 |
msgid ""
|
1465 |
msgstr ""
|
1466 |
|
1467 |
#: ../templates/admin/wishlist-panel-premium.php:185
|
1468 |
+
#, fuzzy
|
1469 |
+
#| msgid "All wishlists"
|
1470 |
msgid "Multiple Wishlist"
|
1471 |
+
msgstr "Toutes les listes de souhaits"
|
1472 |
|
1473 |
#: ../templates/admin/wishlist-panel-premium.php:192
|
1474 |
+
#, fuzzy
|
1475 |
+
#| msgid "Wishlist Page"
|
1476 |
msgid "Wishlist Private"
|
1477 |
+
msgstr "Page de liste de souhaits"
|
1478 |
|
1479 |
#: ../templates/admin/wishlist-panel-premium.php:196
|
1480 |
msgid "A transparent privacy management"
|
1487 |
msgstr ""
|
1488 |
|
1489 |
#: ../templates/admin/wishlist-panel-premium.php:206
|
1490 |
+
#, fuzzy
|
1491 |
+
#| msgid "Shows \"Ask for an estimate\" button on Wishlist page"
|
1492 |
msgid ""
|
1493 |
"Allow your customers to ask for an estimate, directly from their wishlist "
|
1494 |
"page"
|
1495 |
+
msgstr "Affiche le bouton \"Demander un devis\" sur la page Liste de souhaits"
|
1496 |
|
1497 |
#: ../templates/admin/wishlist-panel-premium.php:208
|
1498 |
msgid ""
|
1501 |
msgstr ""
|
1502 |
|
1503 |
#: ../templates/admin/wishlist-panel-premium.php:211
|
1504 |
+
#, fuzzy
|
1505 |
+
#| msgid "Estimate request sent"
|
1506 |
msgid "Estimate Cost"
|
1507 |
+
msgstr "Demande d'estimation envoyée"
|
1508 |
|
1509 |
#: ../templates/admin/wishlist-panel-premium.php:218
|
1510 |
msgid "Admin Panel"
|
1511 |
msgstr ""
|
1512 |
|
1513 |
#: ../templates/admin/wishlist-panel-premium.php:222
|
1514 |
+
#, fuzzy
|
1515 |
+
#| msgid "Download a PDF version of the wishlist"
|
1516 |
msgid "An advanced and more versatile management of the wishlist"
|
1517 |
+
msgstr "Téléchargez une version PDF de la liste de souhaits"
|
1518 |
|
1519 |
#: ../templates/admin/wishlist-panel-premium.php:224
|
1520 |
msgid ""
|
1535 |
msgstr ""
|
1536 |
|
1537 |
#: ../templates/admin/wishlist-panel-premium.php:237
|
1538 |
+
#, fuzzy
|
1539 |
+
#| msgid "Search wishlist"
|
1540 |
msgid "Search Wishlists"
|
1541 |
+
msgstr "Rechercher la liste de souhaits"
|
1542 |
|
1543 |
#: ../templates/admin/wishlist-panel-premium.php:244
|
1544 |
msgid "'ADD TO CART'"
|
1557 |
msgstr ""
|
1558 |
|
1559 |
#: ../templates/admin/wishlist-panel-premium.php:258
|
1560 |
+
#, fuzzy
|
1561 |
+
#| msgid ""
|
1562 |
+
#| "Redirect users to the cart page when they add a product to the cart from "
|
1563 |
+
#| "the wishlist page"
|
1564 |
msgid "Let users buy the product right from the wishlist page"
|
1565 |
msgstr ""
|
1566 |
+
"Redirigez les utilisateurs vers la page du panier lorsqu'ils ajoutent un "
|
1567 |
+
"produit au panier à partir de la page de la liste de souhaits"
|
1568 |
|
1569 |
#: ../templates/admin/wishlist-panel-premium.php:260
|
1570 |
msgid ""
|
1578 |
msgstr ""
|
1579 |
|
1580 |
#: ../templates/admin/wishlist-panel-premium.php:271
|
1581 |
+
#, fuzzy
|
1582 |
+
#| msgid "Choose colors for Add to wishlist tooltip"
|
1583 |
msgid "Choose a charming layout for your wishlist page"
|
1584 |
msgstr ""
|
1585 |
+
"Choisissez les couleurs pour l'infobulle Ajouter à la liste de souhaits"
|
1586 |
|
1587 |
#: ../templates/admin/wishlist-panel-premium.php:273
|
1588 |
msgid ""
|
1616 |
msgstr ""
|
1617 |
|
1618 |
#: ../templates/admin/wishlist-panel-premium.php:300
|
1619 |
+
#, fuzzy
|
1620 |
+
#| msgid "View users that have added this product to their wishlist"
|
1621 |
msgid "Allow users to monitor the price of the products in their wishlist"
|
1622 |
msgstr ""
|
1623 |
+
"Voir les utilisateurs qui ont ajouté ce produit à leur liste de souhaits"
|
1624 |
|
1625 |
#: ../templates/admin/wishlist-panel-premium.php:302
|
1626 |
msgid ""
|
1640 |
|
1641 |
#: ../templates/share.php:61, ../templates/share.php:62
|
1642 |
msgid "Pinterest"
|
1643 |
+
msgstr "Pinterest"
|
1644 |
|
1645 |
#: ../templates/share.php:69, ../templates/share.php:70
|
1646 |
msgid "Email"
|
1647 |
+
msgstr "Email"
|
1648 |
|
1649 |
#: ../templates/share.php:78
|
1650 |
msgid "WhatsApp"
|
1651 |
+
msgstr "WhatsApp"
|
1652 |
|
1653 |
#: ../templates/share.php:79
|
1654 |
msgid "Whatsapp"
|
1655 |
+
msgstr "Whatsapp"
|
1656 |
|
1657 |
#: ../templates/share.php:89
|
1658 |
msgid "(Now"
|
1659 |
+
msgstr "(Maintenant"
|
1660 |
|
1661 |
#: ../templates/share.php:89
|
1662 |
msgid "copy"
|
1663 |
+
msgstr "copier"
|
1664 |
|
1665 |
#: ../templates/share.php:89
|
1666 |
msgid "this wishlist link and share it anywhere)"
|
1667 |
+
msgstr "ce lien de liste de souhaits et le partager n'importe où)"
|
1668 |
|
1669 |
#: ../templates/wishlist-view-footer-mobile.php:42,
|
1670 |
#: ../templates/wishlist-view-footer.php:42
|
1671 |
msgid "Apply this action to all the selected items:"
|
1672 |
+
msgstr "Appliquez cette action à tous les éléments sélectionnés:"
|
1673 |
|
1674 |
#: ../templates/wishlist-view-footer-mobile.php:47,
|
1675 |
#: ../templates/wishlist-view-footer.php:47
|
1676 |
msgid "Remove from wishlist"
|
1677 |
+
msgstr "Supprimer de la liste de souhaits"
|
1678 |
|
1679 |
#. translators: 1. Wishlist formatted name.
|
1680 |
#: ../templates/wishlist-view-footer-mobile.php:60,
|
1681 |
#: ../templates/wishlist-view-footer.php:63
|
1682 |
msgid "Move to %s"
|
1683 |
+
msgstr "Déplacer vers %s"
|
1684 |
|
1685 |
#: ../templates/wishlist-view-footer-mobile.php:64,
|
1686 |
#: ../templates/wishlist-view-footer.php:69
|
1687 |
msgid "Apply"
|
1688 |
+
msgstr "Appliquer"
|
1689 |
|
1690 |
#: ../templates/wishlist-view-footer-mobile.php:72,
|
1691 |
#: ../templates/wishlist-view-footer.php:77
|
1692 |
msgid "Update"
|
1693 |
+
msgstr "Mise à jour"
|
1694 |
|
1695 |
#: ../templates/wishlist-view-footer-mobile.php:78,
|
1696 |
#: ../templates/wishlist-view-footer.php:99
|
1697 |
msgid "Add all to cart"
|
1698 |
+
msgstr "Tout ajouter au panier"
|
1699 |
|
1700 |
#: ../templates/wishlist-view-header.php:41
|
1701 |
msgid "Edit title"
|
1702 |
+
msgstr "Modifier le titre"
|
1703 |
|
1704 |
#: ../templates/wishlist-view-header.php:48
|
1705 |
msgid "Save"
|
1706 |
+
msgstr "Enregistrer"
|
1707 |
|
1708 |
#: ../templates/wishlist-view-header.php:51
|
1709 |
msgid "Cancel"
|
1710 |
+
msgstr "Annuler"
|
1711 |
|
1712 |
#: ../templates/wishlist-view-mobile.php:126
|
1713 |
msgid "Added on:"
|
1714 |
+
msgstr "Ajouté le:"
|
1715 |
|
1716 |
#: ../templates/wishlist-view-mobile.php:137
|
1717 |
msgid "Price:"
|
1718 |
+
msgstr "Prix:"
|
1719 |
|
1720 |
#: ../templates/wishlist-view-mobile.php:164
|
1721 |
msgid "Quantity:"
|
1722 |
+
msgstr "Quantité:"
|
1723 |
|
1724 |
#: ../templates/wishlist-view-mobile.php:179
|
1725 |
msgid "Stock:"
|
1726 |
+
msgstr "Stock:"
|
1727 |
|
1728 |
#: ../templates/wishlist-view-mobile.php:182,
|
1729 |
#: ../templates/wishlist-view.php:224
|
1730 |
msgid "Out of stock"
|
1731 |
+
msgstr "En rupture de stock"
|
1732 |
|
1733 |
#: ../templates/wishlist-view-mobile.php:182,
|
1734 |
#: ../templates/wishlist-view.php:224
|
1735 |
msgid "In Stock"
|
1736 |
+
msgstr "En Stock"
|
1737 |
|
1738 |
#: ../templates/wishlist-view-mobile.php:201,
|
1739 |
#: ../templates/wishlist-view.php:257
|
1740 |
msgid "Move"
|
1741 |
+
msgstr "Déplacer"
|
1742 |
|
1743 |
#: ../templates/wishlist-view-mobile.php:220,
|
1744 |
#: ../templates/wishlist-view.php:277
|
1745 |
msgid "Move to another list ›"
|
1746 |
+
msgstr "Déplacer vers une autre liste ›"
|
1747 |
|
1748 |
#: ../templates/wishlist-view-mobile.php:228,
|
1749 |
#: ../templates/wishlist-view.php:155, ../templates/wishlist-view.php:287
|
1750 |
msgid "Remove this product"
|
1751 |
+
msgstr "Supprimer ce produit"
|
1752 |
|
1753 |
#: ../templates/wishlist-view-mobile.php:238,
|
1754 |
#: ../templates/wishlist-view.php:307
|
1755 |
msgid "No products added to the wishlist"
|
1756 |
+
msgstr "Aucun produit ajouté à la liste de souhaits"
|
1757 |
|
1758 |
#: ../templates/wishlist-view.php:78
|
1759 |
msgid "Product name"
|
1760 |
+
msgstr "Nom du produit"
|
1761 |
|
1762 |
#: ../templates/wishlist-view.php:86
|
1763 |
msgid "Unit price"
|
1764 |
+
msgstr "Prix unitaire"
|
1765 |
|
1766 |
#: ../templates/wishlist-view.php:95
|
1767 |
msgid "Quantity"
|
1768 |
+
msgstr "Quantité"
|
1769 |
|
1770 |
#: ../templates/wishlist-view.php:104
|
1771 |
msgid "Stock status"
|
1772 |
+
msgstr "État des stocks"
|
1773 |
|
1774 |
#: ../templates/wishlist-view.php:122
|
1775 |
msgid "Arrange"
|
1776 |
+
msgstr "Organiser"
|
1777 |
|
1778 |
#. translators: date added label: 1 date added.
|
1779 |
#: ../templates/wishlist-view.php:238
|
1780 |
msgid "Added on: %s"
|
1781 |
+
msgstr "Ajouté le: %s"
|
1782 |
|
1783 |
#: ../templates/wishlist-view.php:287
|
1784 |
msgid "Remove"
|
1785 |
+
msgstr "Supprimé"
|
1786 |
+
|
1787 |
+
#~ msgid "Unit Price:"
|
1788 |
+
#~ msgstr "Prix unitaire:"
|
1789 |
+
|
1790 |
+
#~ msgid "This wishlist is empty.<br/>Add some item soon!"
|
1791 |
+
#~ msgstr "Cette liste de souhaits est vide.<br/>Ajouter un article bientôt!"
|
1792 |
+
|
1793 |
+
#~ msgid ""
|
1794 |
+
#~ "In order to avoid overloading your server, we will send %d emails every "
|
1795 |
+
#~ "hour. This will take some time; please relax and wait for the operation "
|
1796 |
+
#~ "to complete ;)"
|
1797 |
+
#~ msgstr ""
|
1798 |
+
#~ "Afin d'éviter de surcharger votre serveur, nous enverrons %d e-mails "
|
1799 |
+
#~ "toutes les heures. Cela prendra un certain temps; veuillez vous détendre "
|
1800 |
+
#~ "et attendre la fin de l'opération ;)"
|
1801 |
+
|
1802 |
+
#~ msgid "There was an error while processing your request; please, try later"
|
1803 |
+
#~ msgstr ""
|
1804 |
+
#~ "Une erreur s'est produite lors du traitement de votre demande; Merci "
|
1805 |
+
#~ "d'essayer plus tard"
|
1806 |
+
|
1807 |
+
#~ msgid "Search a wishlist"
|
1808 |
+
#~ msgstr "Rechercher une liste de souhaits"
|
1809 |
+
|
1810 |
+
#~ msgid "Leave the modal open"
|
1811 |
+
#~ msgstr "Laissez le modal ouvert"
|
1812 |
+
|
1813 |
+
#~ msgid "Automatically close the modal"
|
1814 |
+
#~ msgstr "Fermer automatiquement le modal"
|
1815 |
+
|
1816 |
+
#~ msgid ""
|
1817 |
+
#~ "Choose what should happen to the modal, when a product is added to the "
|
1818 |
+
#~ "list."
|
1819 |
+
#~ msgstr ""
|
1820 |
+
#~ "Choisissez ce qui doit arriver au modal, lorsqu'un produit est ajouté à "
|
1821 |
+
#~ "la liste."
|
1822 |
+
|
1823 |
+
#~ msgid "View your wishlist ›"
|
1824 |
+
#~ msgstr "Afficher votre liste de souhaits ›"
|
1825 |
+
|
1826 |
+
#~ msgid "Please, add your first item to the wishlist"
|
1827 |
+
#~ msgstr "Veuillez ajouter votre premier article à la liste de souhaits"
|
1828 |
+
|
1829 |
+
#~ msgid "In"
|
1830 |
+
#~ msgstr "Dans"
|
1831 |
+
|
1832 |
+
#~ msgid "%d items in wishlist"
|
1833 |
+
#~ msgstr "%d éléments dans la liste de souhaits"
|
1834 |
+
|
1835 |
+
#~ msgid "0 results for \"%s\" in the wishlist"
|
1836 |
+
#~ msgstr "0 résultats pour \"%s\" dans la liste de souhaits"
|
1837 |
+
|
1838 |
+
#~ msgid "Wishlist of:"
|
1839 |
+
#~ msgstr "Liste de souhaits de:"
|
1840 |
+
|
1841 |
+
#~ msgid "Type a name or an email address"
|
1842 |
+
#~ msgstr "Tapez un nom ou une adresse e-mail"
|
1843 |
+
|
1844 |
+
#~ msgid ""
|
1845 |
+
#~ "This item is already in the <b>%s wishlist</b>.<br/>You can move it in "
|
1846 |
+
#~ "another list:"
|
1847 |
+
#~ msgstr ""
|
1848 |
+
#~ "Cet élément est déjà dans la <b>%sliste de souhaits</b>.<br/>Vous pouvez "
|
1849 |
+
#~ "le déplacer dans une autre liste:"
|
1850 |
+
|
1851 |
+
#~ msgid "Your email"
|
1852 |
+
#~ msgstr "Votre email"
|
1853 |
+
|
1854 |
+
#~ msgid "Ask for an estimate for this list:"
|
1855 |
+
#~ msgstr "Demandez un devis pour cette liste:"
|
1856 |
+
|
1857 |
+
#~ msgid "Ask for an estimate for this list"
|
1858 |
+
#~ msgstr "Demandez un devis pour cette liste"
|
1859 |
+
|
1860 |
+
#~ msgid "Unit Price"
|
1861 |
+
#~ msgstr "Prix Unitaire"
|
1862 |
+
|
1863 |
+
#~ msgid "Product Name"
|
1864 |
+
#~ msgstr "Nom du Produit"
|
1865 |
+
|
1866 |
+
#~ msgid "Download"
|
1867 |
+
#~ msgstr "Télécharger"
|
1868 |
+
|
1869 |
+
#~ msgid "Created on"
|
1870 |
+
#~ msgstr "Créé le"
|
1871 |
+
|
1872 |
+
#~ msgid "Count of items"
|
1873 |
+
#~ msgstr "Nombre d'articles"
|
1874 |
+
|
1875 |
+
#~ msgid "Are you sure you want to delete this wishlist?"
|
1876 |
+
#~ msgstr "Voulez-vous vraiment supprimer cette liste de souhaits?"
|
1877 |
+
|
1878 |
+
#~ msgid "Created on:"
|
1879 |
+
#~ msgstr "Créé le:"
|
1880 |
+
|
1881 |
+
#~ msgid "Visibility:"
|
1882 |
+
#~ msgstr "Visibilité:"
|
1883 |
+
|
1884 |
+
#~ msgid "%d items"
|
1885 |
+
#~ msgstr "%d éléments"
|
1886 |
+
|
1887 |
+
#~ msgid "Items:"
|
1888 |
+
#~ msgstr "Éléments:"
|
1889 |
+
|
1890 |
+
#~ msgid "Create wishlist"
|
1891 |
+
#~ msgstr "Créer une liste de souhaits"
|
1892 |
+
|
1893 |
+
#~ msgid "Name your list"
|
1894 |
+
#~ msgstr "Nommez votre liste"
|
1895 |
+
|
1896 |
+
#~ msgid "Price"
|
1897 |
+
#~ msgstr "Prix"
|
1898 |
+
|
1899 |
+
#~ msgid "Product"
|
1900 |
+
#~ msgstr "Produit"
|
1901 |
+
|
1902 |
+
#~ msgid "Wishlist link: %s"
|
1903 |
+
#~ msgstr "Lien de la liste d'envies: %s"
|
1904 |
+
|
1905 |
+
#~ msgid "Email:"
|
1906 |
+
#~ msgstr "Email:"
|
1907 |
+
|
1908 |
+
#~ msgid "Customer details"
|
1909 |
+
#~ msgstr "Détails Clients"
|
1910 |
+
|
1911 |
+
#~ msgid "Additional data:"
|
1912 |
+
#~ msgstr "Donnée supplémentaire:"
|
1913 |
+
|
1914 |
+
#~ msgid "Additional info:"
|
1915 |
+
#~ msgstr "Information supplémentaire:"
|
1916 |
+
|
1917 |
+
#~ msgid "Wishlist:"
|
1918 |
+
#~ msgstr "Liste de souhaits:"
|
1919 |
+
|
1920 |
+
#~ msgid "Wishlist: %s"
|
1921 |
+
#~ msgstr "Liste de souhaits: %s"
|
1922 |
+
|
1923 |
+
#~ msgid ""
|
1924 |
+
#~ "You have received an estimate request from %s. The request is the "
|
1925 |
+
#~ "following:"
|
1926 |
+
#~ msgstr ""
|
1927 |
+
#~ "Vous avez reçu une demande d'estimation de %s. La requête est la suivante:"
|
1928 |
+
|
1929 |
+
#~ msgid "Send email"
|
1930 |
+
#~ msgstr "Envoyer un e-mail"
|
1931 |
+
|
1932 |
+
#~ msgid "(calculating...) users"
|
1933 |
+
#~ msgstr "(calcul...) utilisateurs"
|
1934 |
+
|
1935 |
+
#~ msgid "You're about to send this promotional email to"
|
1936 |
+
#~ msgstr "Vous êtes sur le point d'envoyer cet e-mail promotionnel à"
|
1937 |
+
|
1938 |
+
#~ msgid "Ready to send?"
|
1939 |
+
#~ msgstr "Prêt à envoyer?"
|
1940 |
+
|
1941 |
+
#~ msgid "‹ Back"
|
1942 |
+
#~ msgstr "‹ Retour"
|
1943 |
+
|
1944 |
+
#~ msgid "Save draft ›"
|
1945 |
+
#~ msgstr "Enregistrer le brouillon ›"
|
1946 |
+
|
1947 |
+
#~ msgid "Preview:"
|
1948 |
+
#~ msgstr "Aperçu:"
|
1949 |
+
|
1950 |
+
#~ msgid "This field lets you choose coupon to use for the email."
|
1951 |
+
#~ msgstr "Ce champ vous permet de choisir le coupon à utiliser pour l'e-mail."
|
1952 |
+
|
1953 |
+
#~ msgid "Select a coupon"
|
1954 |
+
#~ msgstr "Choisir un coupon"
|
1955 |
+
|
1956 |
+
#~ msgid "Coupon"
|
1957 |
+
#~ msgstr "Coupon"
|
1958 |
+
|
1959 |
+
#~ msgid ""
|
1960 |
+
#~ "This field lets you modify the main content of the text version of the "
|
1961 |
+
#~ "email"
|
1962 |
+
#~ msgstr ""
|
1963 |
+
#~ "Ce champ vous permet de modifier le contenu principal de la version texte "
|
1964 |
+
#~ "de l'e-mail"
|
1965 |
+
|
1966 |
+
#~ msgid ""
|
1967 |
+
#~ "you can customize the header in WooCommerce › Settings › "
|
1968 |
+
#~ "Emails."
|
1969 |
+
#~ msgstr ""
|
1970 |
+
#~ "vous pouvez personnaliser l'en-tête dans WooCommerce › Réglages "
|
1971 |
+
#~ "› Emails."
|
1972 |
+
|
1973 |
+
#~ msgid "Note: "
|
1974 |
+
#~ msgstr "Note: "
|
1975 |
+
|
1976 |
+
#~ msgid "You can use the following placeholder:"
|
1977 |
+
#~ msgstr "Vous pouvez utiliser l'espace réservé suivant:"
|
1978 |
+
|
1979 |
+
#~ msgid ""
|
1980 |
+
#~ "This field lets you modify the main content of the HTML version of the "
|
1981 |
+
#~ "email."
|
1982 |
+
#~ msgstr ""
|
1983 |
+
#~ "Ce champ vous permet de modifier le contenu principal de la version HTML "
|
1984 |
+
#~ "de l'e-mail."
|
1985 |
+
|
1986 |
+
#~ msgid "E-mail Text content"
|
1987 |
+
#~ msgstr "Contenu du texte de l'e-mail"
|
1988 |
+
|
1989 |
+
#~ msgid "E-mail HTML content"
|
1990 |
+
#~ msgstr "Contenu HTML de l'e-mail"
|
1991 |
+
|
1992 |
+
#~ msgid "Set a promotional e-mail"
|
1993 |
+
#~ msgstr "Définir un e-mail promotionnel"
|
1994 |
+
|
1995 |
+
#~ msgid "Enter wishlist name"
|
1996 |
+
#~ msgstr "Entrez le nom de la liste de souhaits"
|
1997 |
+
|
1998 |
+
#~ msgid "Choose a wishlist"
|
1999 |
+
#~ msgstr "Choisissez une liste de souhaits"
|
2000 |
+
|
2001 |
+
#~ msgid "click to remove it"
|
2002 |
+
#~ msgstr "cliquez pour le supprimer"
|
2003 |
+
|
2004 |
+
#~ msgid "Wishlist name"
|
2005 |
+
#~ msgstr "Nom de la liste"
|
2006 |
+
|
2007 |
+
#~ msgid "Create a new list"
|
2008 |
+
#~ msgstr "Créer une liste"
|
2009 |
+
|
2010 |
+
#~ msgid ""
|
2011 |
+
#~ "This item is already in the <b>%s wishlist</b>.<br/>You can move it to "
|
2012 |
+
#~ "another list:"
|
2013 |
+
#~ msgstr ""
|
2014 |
+
#~ "Cet élément est déjà dans la <b>liste de souhaits %s</b>.<br/> Vous "
|
2015 |
+
#~ "pouvez le déplacer vers une autre liste:"
|
2016 |
+
|
2017 |
+
#~ msgid "In your wishlist"
|
2018 |
+
#~ msgstr "Dans votre liste de souhaits"
|
2019 |
+
|
2020 |
+
#~ msgid ""
|
2021 |
+
#~ "Enter the mail subject line. Leave blank to use the default subject: "
|
2022 |
+
#~ "\"<i>An item of your wishlist is on sale!</i>\""
|
2023 |
+
#~ msgstr ""
|
2024 |
+
#~ "Entrez la ligne d'objet du courrier. Laissez vide pour utiliser le sujet "
|
2025 |
+
#~ "par défaut: \"<i>Un article de votre liste de souhaits est en promo!</i>\""
|
2026 |
+
|
2027 |
+
#~ msgid ""
|
2028 |
+
#~ "Enter the title for the email notification. Leave blank to use the "
|
2029 |
+
#~ "default heading: \"<i>An item of your wishlist is on sale!</i>\""
|
2030 |
+
#~ msgstr ""
|
2031 |
+
#~ "Saisissez le titre de la notification par e-mail. Laissez vide pour "
|
2032 |
+
#~ "utiliser l'en-tête par défaut: \"<i>Un article de votre liste de souhaits "
|
2033 |
+
#~ "est en promo!</i>\""
|
2034 |
+
|
2035 |
+
#~ msgid ""
|
2036 |
+
#~ "Select product categories that should not trigger the \"on sale item\" "
|
2037 |
+
#~ "notification"
|
2038 |
+
#~ msgstr ""
|
2039 |
+
#~ "Sélectionnez les catégories de produits qui ne doivent pas déclencher la "
|
2040 |
+
#~ "notification \"article en promo\""
|
2041 |
+
|
2042 |
+
#~ msgid ""
|
2043 |
+
#~ "Select products that should not trigger the \"on sale item\" notifications"
|
2044 |
+
#~ msgstr ""
|
2045 |
+
#~ "Sélectionnez les produits qui ne doivent pas déclencher les notifications "
|
2046 |
+
#~ "\"article en promo\""
|
2047 |
+
|
2048 |
+
#~ msgid ""
|
2049 |
+
#~ "Enable this email to send notifications to your customers whenever a "
|
2050 |
+
#~ "product in their wishlist is on sale"
|
2051 |
+
#~ msgstr ""
|
2052 |
+
#~ "Activez cet e-mail pour envoyer des notifications à vos clients chaque "
|
2053 |
+
#~ "fois qu'un produit de leur liste de souhaits est en promotion"
|
2054 |
+
|
2055 |
+
#~ msgid "Enable \"On sale item\" email"
|
2056 |
+
#~ msgstr "Activer l'e-mail \"En promotion\""
|
2057 |
+
|
2058 |
+
#~ msgid "\"On sale item\" email"
|
2059 |
+
#~ msgstr "E-mail \"En promotion\""
|
2060 |
+
|
2061 |
+
#~ msgid ""
|
2062 |
+
#~ "Enter the mail subject line. Leave blank to use the default subject: "
|
2063 |
+
#~ "\"<i>An item of your wishlist is back in stock!</i>\""
|
2064 |
+
#~ msgstr ""
|
2065 |
+
#~ "Entrez la ligne d'objet du courrier. Laissez vide pour utiliser le sujet "
|
2066 |
+
#~ "par défaut: \"<i> Un article de votre liste de souhaits est de retour en "
|
2067 |
+
#~ "stock! </i>\""
|
2068 |
+
|
2069 |
+
#~ msgid ""
|
2070 |
+
#~ "Enter the title of the email notification. Leave blank to use the default "
|
2071 |
+
#~ "heading: \"<i>An item of your wishlist is back in stock!</i>\""
|
2072 |
+
#~ msgstr ""
|
2073 |
+
#~ "Saisissez le titre de la notification par e-mail. Laissez vide pour "
|
2074 |
+
#~ "utiliser l'en-tête par défaut: \"<i> Un article de votre liste de "
|
2075 |
+
#~ "souhaits est de retour en stock! </i>\""
|
2076 |
+
|
2077 |
+
#~ msgid ""
|
2078 |
+
#~ "Select the product categories that should not trigger the \"back in stock"
|
2079 |
+
#~ "\" notification"
|
2080 |
+
#~ msgstr ""
|
2081 |
+
#~ "Sélectionnez les catégories de produits qui ne doivent pas déclencher la "
|
2082 |
+
#~ "notification de \"retour en stock\""
|
2083 |
+
|
2084 |
+
#~ msgid "Category exclusions"
|
2085 |
+
#~ msgstr "Exclusions de catégorie"
|
2086 |
+
|
2087 |
+
#~ msgid ""
|
2088 |
+
#~ "Select products that shouldn't trigger the \"back in stock\" notifications"
|
2089 |
+
#~ msgstr ""
|
2090 |
+
#~ "Sélectionnez les produits qui ne devraient pas déclencher les "
|
2091 |
+
#~ "notifications de \"retour en stock\""
|
2092 |
+
|
2093 |
+
#~ msgid "Product exclusions"
|
2094 |
+
#~ msgstr "Exclusions de produits"
|
2095 |
+
|
2096 |
+
#~ msgid ""
|
2097 |
+
#~ "Enable this email to send notifications to your customers whenever a "
|
2098 |
+
#~ "product in their wishlist is back in stock"
|
2099 |
+
#~ msgstr ""
|
2100 |
+
#~ "Activez cet e-mail pour envoyer des notifications à vos clients chaque "
|
2101 |
+
#~ "fois qu'un produit de leur liste de souhaits est de nouveau en stock"
|
2102 |
+
|
2103 |
+
#~ msgid "Enable \"Back in stock\" email"
|
2104 |
+
#~ msgstr "Activer l'e-mail \"Retour en stock\""
|
2105 |
+
|
2106 |
+
#~ msgid "\"Back in stock\" email"
|
2107 |
+
#~ msgstr "E-mail \"Retour en stock\""
|
2108 |
+
|
2109 |
+
#~ msgid ""
|
2110 |
+
#~ "This field lets you modify the main content of the text email. You can "
|
2111 |
+
#~ "use the following placeholders: <code>{user_name}</code> "
|
2112 |
+
#~ "<code>{user_email}</code> <code>{user_first_name}</code> "
|
2113 |
+
#~ "<code>{user_last_name}</code> <code>{product_name}</code> "
|
2114 |
+
#~ "<code>{product_price}</code> <code>{coupon_code}</code> "
|
2115 |
+
#~ "<code>{coupon_amount}</code> <code>{coupon_value}</code> "
|
2116 |
+
#~ "<code>{product_url}</code> <code>{add_to_cart_url}</code>"
|
2117 |
+
#~ msgstr ""
|
2118 |
+
#~ "Ce champ vous permet de modifier le contenu principal de l'e-mail texte. "
|
2119 |
+
#~ "Vous pouvez utiliser les espaces réservés suivants: <code>{user_name}</"
|
2120 |
+
#~ "code> <code>{user_email}</code> <code>{user_first_name}</code> "
|
2121 |
+
#~ "<code>{user_last_name}</code> <code>{product_name}</code> "
|
2122 |
+
#~ "<code>{product_price}</code> <code>{coupon_code}</code> "
|
2123 |
+
#~ "<code>{coupon_amount}</code> <code>{coupon_value}</code> "
|
2124 |
+
#~ "<code>{product_url}</code> <code>{add_to_cart_url}</code>"
|
2125 |
+
|
2126 |
+
#~ msgid "Email plain content"
|
2127 |
+
#~ msgstr "Envoyer du contenu brut par e-mail"
|
2128 |
+
|
2129 |
+
#~ msgid ""
|
2130 |
+
#~ "This field lets you modify the main content of the HTML email. You can "
|
2131 |
+
#~ "use the following placeholders: <code>{user_name}</code> "
|
2132 |
+
#~ "<code>{user_email}</code> <code>{user_first_name}</code> "
|
2133 |
+
#~ "<code>{user_last_name}</code> <code>{product_image}</code> "
|
2134 |
+
#~ "<code>{product_name}</code> <code>{product_price}</code> "
|
2135 |
+
#~ "<code>{coupon_code}</code> <code>{coupon_amount}</code> "
|
2136 |
+
#~ "<code>{product_url}</code> <code>{add_to_cart_url}</code>"
|
2137 |
+
#~ msgstr ""
|
2138 |
+
#~ "Ce champ vous permet de modifier le contenu principal de l'e-mail HTML. "
|
2139 |
+
#~ "Vous pouvez utiliser les espaces réservés suivants: <code> {user_name} </"
|
2140 |
+
#~ "code> <code> {user_email} </code> <code> {user_first_name} </code> <code> "
|
2141 |
+
#~ "{user_last_name} </code> <code> {product_image} </code> <code> "
|
2142 |
+
#~ "{product_name} </code> <code> {product_price} </code> <code> "
|
2143 |
+
#~ "{coupon_code} </code> <code> {coupon_amount} </code> <code> {product_url} "
|
2144 |
+
#~ "</code> <code> {add_to_cart_url} </code>"
|
2145 |
+
|
2146 |
+
#~ msgid ""
|
2147 |
+
#~ "Enter the mail subject line. Leave blank to use the default subject: "
|
2148 |
+
#~ "\"<i>A product of your wishlist is on sale</i>\""
|
2149 |
+
#~ msgstr ""
|
2150 |
+
#~ "Entrez la ligne d'objet du courrier. Laisser en blanc pour utiliser le "
|
2151 |
+
#~ "sujet par défaut: \"<i>Un produit de votre liste de souhaits est en "
|
2152 |
+
#~ "promotion</i>\""
|
2153 |
+
|
2154 |
+
#~ msgid ""
|
2155 |
+
#~ "Enter the title for the email notification. Leave blank to use the "
|
2156 |
+
#~ "default heading: \"<i>There is a deal for you!</i>\""
|
2157 |
+
#~ msgstr ""
|
2158 |
+
#~ "Saisissez le titre de la notification par e-mail. Laisser vide pour "
|
2159 |
+
#~ "utiliser l'en-tête par défaut: \"<i>Il y a une offre pour vous!</i>\""
|
2160 |
+
|
2161 |
+
#~ msgid "\"Promotional\" email"
|
2162 |
+
#~ msgstr "Courriel \"promotionnel\""
|
2163 |
+
|
2164 |
+
#~ msgid "< Back to popular"
|
2165 |
+
#~ msgstr "< Retour à populaire"
|
2166 |
+
|
2167 |
+
#~ msgid "Users that added product to wishlist"
|
2168 |
+
#~ msgstr "Utilisateurs qui ont ajouté le produit à la liste de souhaits"
|
2169 |
+
|
2170 |
+
#~ msgid "Users that added \"%s\" to wishlist"
|
2171 |
+
#~ msgstr "Utilisateurs qui ont ajouté \"%s\" à la liste de souhaits"
|
2172 |
+
|
2173 |
+
#~ msgid "Popular products"
|
2174 |
+
#~ msgstr "Produits populaires"
|
2175 |
+
|
2176 |
+
#~ msgid ""
|
2177 |
+
#~ "Upload an icon you'd like to use for \"Ask for an estimate\" button "
|
2178 |
+
#~ "(suggested 32px x 32px)"
|
2179 |
+
#~ msgstr ""
|
2180 |
+
#~ "Téléchargez une icône que vous souhaitez utiliser pour le bouton "
|
2181 |
+
#~ "\"Demander un devis\" (32px x 32px suggéré)"
|
2182 |
+
|
2183 |
+
#~ msgid "\"Ask for an estimate\" custom icon"
|
2184 |
+
#~ msgstr "Icône personnalisée \"Demander un devis\""
|
2185 |
+
|
2186 |
+
#~ msgid "Select an icon for the \"Ask for an Estimate\" button (optional)"
|
2187 |
+
#~ msgstr ""
|
2188 |
+
#~ "Sélectionnez une icône pour le bouton \"Demander un devis\" (facultatif)"
|
2189 |
+
|
2190 |
+
#~ msgid "\"Ask for an estimate\" icon"
|
2191 |
+
#~ msgstr "Icône \"Demander un devis\""
|
2192 |
+
|
2193 |
+
#~ msgid "Choose radius for the \"Ask for an Estimate\" button"
|
2194 |
+
#~ msgstr "Choisissez le rayon du bouton \"Demander un devis\""
|
2195 |
+
|
2196 |
+
#~ msgid "Choose colors for the \"Ask for an estimate\" button on hover state"
|
2197 |
+
#~ msgstr ""
|
2198 |
+
#~ "Choisissez les couleurs du bouton \"Demander un devis\" sur l'état du "
|
2199 |
+
#~ "survol"
|
2200 |
+
|
2201 |
+
#~ msgid "Choose colors for the \"Ask for an estimate\" button"
|
2202 |
+
#~ msgstr "Choisissez les couleurs du bouton \"Demander un devis\""
|
2203 |
+
|
2204 |
+
#~ msgid "\"Ask for an Estimate\" button style"
|
2205 |
+
#~ msgstr "Style de bouton \"Demander une estimation\""
|
2206 |
+
|
2207 |
+
#~ msgid ""
|
2208 |
+
#~ "Choose if you want to show a textual \"Ask for an Estimate\" link or a "
|
2209 |
+
#~ "button"
|
2210 |
+
#~ msgstr ""
|
2211 |
+
#~ "Choisissez si vous souhaitez afficher un lien textuel \"Demander un devis"
|
2212 |
+
#~ "\" ou un bouton"
|
2213 |
+
|
2214 |
+
#~ msgid "Style of \"Ask for an estimate\""
|
2215 |
+
#~ msgstr "Style de \"Demander un devis\""
|
2216 |
+
|
2217 |
+
#~ msgid "Additional notes"
|
2218 |
+
#~ msgstr "Notes additionnelles"
|
2219 |
+
|
2220 |
+
#~ msgid ""
|
2221 |
+
#~ "This option lets you customize the label for the \"Additional notes\" "
|
2222 |
+
#~ "text area"
|
2223 |
+
#~ msgstr ""
|
2224 |
+
#~ "Cette option vous permet de personnaliser le libellé de la zone de texte "
|
2225 |
+
#~ "\"Notes supplémentaires\""
|
2226 |
+
|
2227 |
+
#~ msgid "\"Additional notes\" textarea label"
|
2228 |
+
#~ msgstr "Libellé de zone de texte \"Notes supplémentaires\""
|
2229 |
+
|
2230 |
+
#~ msgid ""
|
2231 |
+
#~ "This option lets you customize the label of \"Ask for an Estimate\" button"
|
2232 |
+
#~ msgstr ""
|
2233 |
+
#~ "Cette option vous permet de personnaliser le libellé du bouton \"Demander "
|
2234 |
+
#~ "un devis\""
|
2235 |
+
|
2236 |
+
#~ msgid "\"Ask for an estimate\" button label"
|
2237 |
+
#~ msgstr "Étiquette du bouton \"Demander un devis\""
|
2238 |
+
|
2239 |
+
#~ msgid ""
|
2240 |
+
#~ "Enter the options for the field type you've selected. Separate options "
|
2241 |
+
#~ "with pipes (|), and key from value with double colon (::). E.g. key::"
|
2242 |
+
#~ "value|key2::value2"
|
2243 |
+
#~ msgstr ""
|
2244 |
+
#~ "Entrez les options du type de champ que vous avez sélectionné. Séparez "
|
2245 |
+
#~ "les options par des tuyaux (|) et saisissez la valeur par un double signe "
|
2246 |
+
#~ "deux points (::). Par exemple. key::value|key2::value2"
|
2247 |
+
|
2248 |
+
#~ msgid "Enter options for the field"
|
2249 |
+
#~ msgstr "Entrez des options pour le champ"
|
2250 |
+
|
2251 |
+
#~ msgid "Select"
|
2252 |
+
#~ msgstr "Sélectionner"
|
2253 |
+
|
2254 |
+
#~ msgid "Checkbox"
|
2255 |
+
#~ msgstr "Case à cocher"
|
2256 |
+
|
2257 |
+
#~ msgid "Radio"
|
2258 |
+
#~ msgstr "Radio"
|
2259 |
+
|
2260 |
+
#~ msgid "Textarea"
|
2261 |
+
#~ msgstr "Zone de texte"
|
2262 |
+
|
2263 |
+
#~ msgid "Number"
|
2264 |
+
#~ msgstr "Nombre"
|
2265 |
+
|
2266 |
+
#~ msgid "URL"
|
2267 |
+
#~ msgstr "URL"
|
2268 |
+
|
2269 |
+
#~ msgid "Phone"
|
2270 |
+
#~ msgstr "Téléphone"
|
2271 |
+
|
2272 |
+
#~ msgid "Choose the type of field to print in the form"
|
2273 |
+
#~ msgstr "Choisissez le type de champ à afficher dans le formulaire"
|
2274 |
+
|
2275 |
+
#~ msgid "Type of field"
|
2276 |
+
#~ msgstr "Type de champ"
|
2277 |
+
|
2278 |
+
#~ msgid "Wide"
|
2279 |
+
#~ msgstr "Large"
|
2280 |
+
|
2281 |
+
#~ msgid "Last"
|
2282 |
+
#~ msgstr "Dernier"
|
2283 |
+
|
2284 |
+
#~ msgid "First"
|
2285 |
+
#~ msgstr "Premier"
|
2286 |
+
|
2287 |
+
#~ msgid ""
|
2288 |
+
#~ "Choose between first (the field will be the first in a row that contains "
|
2289 |
+
#~ "two items), last (the field will be the second in a row of two) or wide "
|
2290 |
+
#~ "(the field will take an entire row)"
|
2291 |
+
#~ msgstr ""
|
2292 |
+
#~ "Choisissez entre le premier (le champ sera le premier d'une ligne "
|
2293 |
+
#~ "contenant deux éléments), le dernier (le champ sera le deuxième d'une "
|
2294 |
+
#~ "ligne de deux) ou large (le champ prendra une ligne entière)"
|
2295 |
+
|
2296 |
+
#~ msgid "Position of the field in the form"
|
2297 |
+
#~ msgstr "Position du champ dans le formulaire"
|
2298 |
+
|
2299 |
+
#~ msgid "Enter the description that will be shown above the field"
|
2300 |
+
#~ msgstr "Entrez la description qui sera affichée au-dessus du champ"
|
2301 |
+
|
2302 |
+
#~ msgid "Field description"
|
2303 |
+
#~ msgstr "Description du champ"
|
2304 |
+
|
2305 |
+
#~ msgid "Enter the placeholder that will be shown in the field"
|
2306 |
+
#~ msgstr "Entrez l'espace réservé qui sera affiché dans le champ"
|
2307 |
+
|
2308 |
+
#~ msgid "Placeholder for the field"
|
2309 |
+
#~ msgstr "Espace réservé pour le champ"
|
2310 |
+
|
2311 |
+
#~ msgid "Choose whether this field is required or not"
|
2312 |
+
#~ msgstr "Choisissez si ce champ est obligatoire ou non"
|
2313 |
+
|
2314 |
+
#~ msgid "Required field"
|
2315 |
+
#~ msgstr "Champs requis"
|
2316 |
+
|
2317 |
+
#~ msgid "Enter the label that will be shown for this field"
|
2318 |
+
#~ msgstr "Entrez l'étiquette qui sera affichée pour ce champ"
|
2319 |
+
|
2320 |
+
#~ msgid "Label for the field"
|
2321 |
+
#~ msgstr "Étiquette pour le champ"
|
2322 |
+
|
2323 |
+
#~ msgid "Field %%label%%"
|
2324 |
+
#~ msgstr "Champ %%label%%"
|
2325 |
+
|
2326 |
+
#~ msgid "Add new field"
|
2327 |
+
#~ msgstr "Ajouter un nouveau champ"
|
2328 |
+
|
2329 |
+
#~ msgid "Ask for an estimate fields"
|
2330 |
+
#~ msgstr "Champs Demander un devis"
|
2331 |
+
|
2332 |
+
#~ msgid ""
|
2333 |
+
#~ "Show an Additional notes popup before submitting the price estimate "
|
2334 |
+
#~ "request to let customers add extra notes"
|
2335 |
+
#~ msgstr ""
|
2336 |
+
#~ "Afficher une fenêtre contextuelle Notes supplémentaires avant de "
|
2337 |
+
#~ "soumettre la demande d'estimation de prix pour permettre aux clients "
|
2338 |
+
#~ "d'ajouter des notes supplémentaires"
|
2339 |
+
|
2340 |
+
#~ msgid "Enable \"Additional notes\" popup"
|
2341 |
+
#~ msgstr "Activer le popup \"Notes supplémentaires\""
|
2342 |
+
|
2343 |
+
#~ msgid ""
|
2344 |
+
#~ "These fields will be shown in the popup opened by Ask an Estimate button. "
|
2345 |
+
#~ "The Email field will be prepended for unauthenticated users. An "
|
2346 |
+
#~ "Additional Notes textarea will be postponed to the selected fields."
|
2347 |
+
#~ msgstr ""
|
2348 |
+
#~ "Ces champs seront affichés dans la fenêtre contextuelle ouverte par le "
|
2349 |
+
#~ "bouton Demander un devis. Le champ E-mail sera ajouté pour les "
|
2350 |
+
#~ "utilisateurs non authentifiés. Une zone de texte Notes supplémentaires "
|
2351 |
+
#~ "sera reportée aux champs sélectionnés."
|
2352 |
+
|
2353 |
+
#~ msgid "Additional Popup"
|
2354 |
+
#~ msgstr "Popup supplémentaire"
|
2355 |
+
|
2356 |
+
#~ msgid ""
|
2357 |
+
#~ "Allow the admin to choose whether to send a copy of the email to the user"
|
2358 |
+
#~ msgstr ""
|
2359 |
+
#~ "Autoriser l'administrateur à choisir d'envoyer ou non une copie de l'e-"
|
2360 |
+
#~ "mail à l'utilisateur"
|
2361 |
+
|
2362 |
+
#~ msgid "Send CC option"
|
2363 |
+
#~ msgstr "Option d'envoi en CC"
|
2364 |
+
|
2365 |
+
#~ msgid ""
|
2366 |
+
#~ "Enter recipients (comma separated) for this email. Defaults to \"<i>%s</i>"
|
2367 |
+
#~ "\""
|
2368 |
+
#~ msgstr ""
|
2369 |
+
#~ "Saisissez les destinataires (séparés par des virgules) de cet e-mail. Par "
|
2370 |
+
#~ "défaut, \"<i>%s</i>\""
|
2371 |
+
|
2372 |
+
#~ msgid ""
|
2373 |
+
#~ "Enter the mail subject line. Leave blank to use the default subject: "
|
2374 |
+
#~ "\"<i>[Estimate request]</i>\""
|
2375 |
+
#~ msgstr ""
|
2376 |
+
#~ "Entrez la ligne d'objet du courrier. Laissez vide pour utiliser le sujet "
|
2377 |
+
#~ "par défaut: \"<i>[Estimate request]</i>\""
|
2378 |
+
|
2379 |
+
#~ msgid "Email subject"
|
2380 |
+
#~ msgstr "Sujet de l'email"
|
2381 |
+
|
2382 |
+
#~ msgid ""
|
2383 |
+
#~ "Enter the title for your email notification. Leave blank to use the "
|
2384 |
+
#~ "default heading: \"<i>Estimate request</i>\""
|
2385 |
+
#~ msgstr ""
|
2386 |
+
#~ "Saisissez le titre de votre notification par e-mail. Laissez vide pour "
|
2387 |
+
#~ "utiliser l'en-tête par défaut: \"<i> Demande d'estimation </i>\""
|
2388 |
+
|
2389 |
+
#~ msgid "Plain"
|
2390 |
+
#~ msgstr "Brut"
|
2391 |
+
|
2392 |
+
#~ msgid "Choose which type of email to send"
|
2393 |
+
#~ msgstr "Choisissez le type d'e-mail à envoyer"
|
2394 |
+
|
2395 |
+
#~ msgid "Settings Page"
|
2396 |
+
#~ msgstr "Page Paramètres"
|
2397 |
+
|
2398 |
+
#~ msgid ""
|
2399 |
+
#~ "If you want to customize the email that will be sent to the admin, "
|
2400 |
+
#~ "please, visit"
|
2401 |
+
#~ msgstr ""
|
2402 |
+
#~ "Si vous souhaitez personnaliser l'e-mail qui sera envoyé à "
|
2403 |
+
#~ "l'administrateur, veuillez visiter"
|
2404 |
+
|
2405 |
+
#~ msgid "Enable \"Ask for an estimate\" button"
|
2406 |
+
#~ msgstr "Activer le bouton \"Demander une estimation\""
|
2407 |
+
|
2408 |
+
#~ msgid "When product is added to wishlist"
|
2409 |
+
#~ msgstr "Lorsque le produit est ajouté à la liste de souhaits"
|
2410 |
+
|
2411 |
+
#~ msgid "YITH WooCommerce Wishlist Premium"
|
2412 |
+
#~ msgstr "YITH WooCommerce Wishlist Premium"
|
2413 |
+
|
2414 |
+
#~ msgid "Show manage link"
|
2415 |
+
#~ msgstr "Afficher le lien de gestion"
|
2416 |
+
|
2417 |
+
#~ msgid "Show search link"
|
2418 |
+
#~ msgstr "Afficher le lien de recherche"
|
2419 |
+
|
2420 |
+
#~ msgid "Show create link"
|
2421 |
+
#~ msgstr "Afficher le lien de création"
|
2422 |
+
|
2423 |
+
#~ msgid "\"Your wishlist\" link:"
|
2424 |
+
#~ msgstr "Lien \"Votre liste de souhaits\":"
|
2425 |
+
|
2426 |
+
#~ msgid "A list of all the user's wishlists"
|
2427 |
+
#~ msgstr "Une liste de toutes les listes de souhaits de l'utilisateur"
|
2428 |
+
|
2429 |
+
#~ msgid "YITH Wishlist Lists"
|
2430 |
+
#~ msgstr "Listes YITH Wishlist "
|
2431 |
+
|
2432 |
+
#~ msgid "Show View Wishlists link"
|
2433 |
+
#~ msgstr "Afficher le lien Afficher les listes de souhaits"
|
2434 |
+
|
2435 |
+
#~ msgid "Show Add all to Cart button"
|
2436 |
+
#~ msgstr "Afficher le bouton Tout ajouter au panier"
|
2437 |
+
|
2438 |
+
#~ msgid "Show items from default wishlist only"
|
2439 |
+
#~ msgstr "Afficher uniquement les éléments de la liste de souhaits par défaut"
|
2440 |
+
|
2441 |
+
#~ msgid "Show items count"
|
2442 |
+
#~ msgstr "Afficher le nombre d'articles"
|
2443 |
+
|
2444 |
+
#~ msgid "Show mini widget"
|
2445 |
+
#~ msgstr "Afficher le mini widget"
|
2446 |
+
|
2447 |
+
#~ msgid "Show extended widget"
|
2448 |
+
#~ msgstr "Afficher le widget étendu"
|
2449 |
+
|
2450 |
+
#~ msgid "Title:"
|
2451 |
+
#~ msgstr "Title:"
|
2452 |
+
|
2453 |
+
#~ msgid "A list of products in the user's wishlists"
|
2454 |
+
#~ msgstr "Une liste de produits dans les listes de souhaits de l'utilisateur"
|
2455 |
+
|
2456 |
+
#~ msgid "YITH Wishlist Items"
|
2457 |
+
#~ msgstr "Articles de la liste de souhaits YITH"
|
2458 |
+
|
2459 |
+
#~ msgid "Added on"
|
2460 |
+
#~ msgstr "Ajouter sur"
|
2461 |
+
|
2462 |
+
#~ msgid "Image"
|
2463 |
+
#~ msgstr "Image"
|
2464 |
+
|
2465 |
+
#~ msgid "Email user"
|
2466 |
+
#~ msgstr "Email utilisateur"
|
2467 |
+
|
2468 |
+
#~ msgid "Email this user"
|
2469 |
+
#~ msgstr "Envoyer un mail à cet utilisateur"
|
2470 |
+
|
2471 |
+
#~ msgid "Edit this user"
|
2472 |
+
#~ msgstr "Modifier cet utilisateur"
|
2473 |
+
|
2474 |
+
#~ msgid "product"
|
2475 |
+
#~ msgstr "produit"
|
2476 |
+
|
2477 |
+
#~ msgid "Actions"
|
2478 |
+
#~ msgstr "Actions"
|
2479 |
+
|
2480 |
+
#~ msgid "Last promotional email sent"
|
2481 |
+
#~ msgstr "Dernier email promotionnel envoyé"
|
2482 |
+
|
2483 |
+
#~ msgid "Wishlist count"
|
2484 |
+
#~ msgstr "compte de liste"
|
2485 |
+
|
2486 |
+
#~ msgid "Category"
|
2487 |
+
#~ msgstr "Catégorie"
|
2488 |
+
|
2489 |
+
#~ msgid "Export users that have added this product to their wishlist"
|
2490 |
+
#~ msgstr ""
|
2491 |
+
#~ "Exporter les utilisateurs qui ont ajouté ce produit à leur liste de "
|
2492 |
+
#~ "souhaits"
|
2493 |
+
|
2494 |
+
#~ msgid "Create promotion"
|
2495 |
+
#~ msgstr "Créer une promotion"
|
2496 |
+
|
2497 |
+
#~ msgid "N/A"
|
2498 |
+
#~ msgstr "N/A"
|
2499 |
+
|
2500 |
+
#~ msgid "View Product"
|
2501 |
+
#~ msgstr "Voir le Produit"
|
2502 |
+
|
2503 |
+
#~ msgid "View users"
|
2504 |
+
#~ msgstr "Voir les utilisateurs"
|
2505 |
+
|
2506 |
+
#~ msgid ""
|
2507 |
+
#~ "View a list with users that have added this product to their wishlist"
|
2508 |
+
#~ msgstr ""
|
2509 |
+
#~ "Afficher une liste des utilisateurs qui ont ajouté ce produit à leur "
|
2510 |
+
#~ "liste de souhaits"
|
2511 |
+
|
2512 |
+
#~ msgid "Edit"
|
2513 |
+
#~ msgstr "Editer"
|
2514 |
+
|
2515 |
+
#~ msgid "Edit this item"
|
2516 |
+
#~ msgstr "Modifier cet article"
|
2517 |
+
|
2518 |
+
#~ msgctxt "Admin: \"all wishlists\" table views"
|
2519 |
+
#~ msgid "Private"
|
2520 |
+
#~ msgstr "Privé"
|
2521 |
+
|
2522 |
+
#~ msgctxt "Admin: \"all wishlists\" table views"
|
2523 |
+
#~ msgid "Shared"
|
2524 |
+
#~ msgstr "Partagé"
|
2525 |
+
|
2526 |
+
#~ msgctxt "Admin: \"all wishlists\" table views"
|
2527 |
+
#~ msgid "Public"
|
2528 |
+
#~ msgstr "Publique"
|
2529 |
+
|
2530 |
+
#~ msgctxt "Admin: \"all wishlists\" table views"
|
2531 |
+
#~ msgid "All"
|
2532 |
+
#~ msgstr "Tout"
|
2533 |
+
|
2534 |
+
#~ msgid "Date"
|
2535 |
+
#~ msgstr "Date"
|
2536 |
+
|
2537 |
+
#~ msgid "Items in wishlist"
|
2538 |
+
#~ msgstr "Articles dans votre Liste de souhaits"
|
2539 |
+
|
2540 |
+
#~ msgid "Privacy"
|
2541 |
+
#~ msgstr "Confidentialité"
|
2542 |
+
|
2543 |
+
#~ msgid "Username"
|
2544 |
+
#~ msgstr "Nom d'utilisateur"
|
2545 |
+
|
2546 |
+
#~ msgid "Name"
|
2547 |
+
#~ msgstr "Nom"
|
2548 |
+
|
2549 |
+
#~ msgid "%s ago"
|
2550 |
+
#~ msgstr "il y a %s"
|
2551 |
+
|
2552 |
+
#~ msgid "N/D"
|
2553 |
+
#~ msgstr "N/D"
|
2554 |
+
|
2555 |
+
#~ msgid "Delete"
|
2556 |
+
#~ msgstr "Supprimer"
|
2557 |
+
|
2558 |
+
#~ msgid "View"
|
2559 |
+
#~ msgstr "Vue"
|
2560 |
+
|
2561 |
+
#~ msgid "guest"
|
2562 |
+
#~ msgstr "invité"
|
2563 |
+
|
2564 |
+
#~ msgid "wishlists"
|
2565 |
+
#~ msgstr "listes de souhaits"
|
2566 |
+
|
2567 |
+
#~ msgid "wishlist"
|
2568 |
+
#~ msgstr "liste de souhaits"
|
2569 |
+
|
2570 |
+
#~ msgid ""
|
2571 |
+
#~ "Hi {user_name}\n"
|
2572 |
+
#~ "A product of your wishlist is on sale!\n"
|
2573 |
+
#~ "\n"
|
2574 |
+
#~ "{product_name} {product_price}\n"
|
2575 |
+
#~ "\n"
|
2576 |
+
#~ "Visit {add_to_cart_url} and use this coupon code\n"
|
2577 |
+
#~ "{coupon_code}\n"
|
2578 |
+
#~ "to get an amazing discount!"
|
2579 |
+
#~ msgstr ""
|
2580 |
+
#~ "Bonjour {user_name} \n"
|
2581 |
+
#~ "Un produit de votre liste de souhaits est en promotion! \n"
|
2582 |
+
#~ "\n"
|
2583 |
+
#~ "{product_name} {product_price}\n"
|
2584 |
+
#~ "\n"
|
2585 |
+
#~ "Visitez {add_to_cart_url} et utilisez ce code promo\n"
|
2586 |
+
#~ "{coupon_code} \n"
|
2587 |
+
#~ "pour obtenir un rabais incroyable!"
|
2588 |
+
|
2589 |
+
#~ msgid ""
|
2590 |
+
#~ "This field lets you modify the main content of the text email. You can "
|
2591 |
+
#~ "use the following placeholders: %s"
|
2592 |
+
#~ msgstr ""
|
2593 |
+
#~ "Ce champ vous permet de modifier le contenu principal de l'e-mail texte. "
|
2594 |
+
#~ "Vous pouvez utiliser les espaces réservés suivants: %s"
|
2595 |
+
|
2596 |
+
#~ msgid ""
|
2597 |
+
#~ "<p>Hi {user_name}</p>\n"
|
2598 |
+
#~ "<p>A product of your wishlist is on sale!</p>\n"
|
2599 |
+
#~ "<p>\n"
|
2600 |
+
#~ "\t<table>\n"
|
2601 |
+
#~ "\t <tr>\n"
|
2602 |
+
#~ "\t <td>{product_image}</td>\n"
|
2603 |
+
#~ "\t <td>{product_name}</td>\n"
|
2604 |
+
#~ "\t <td>{product_price}</td>\n"
|
2605 |
+
#~ "\t </tr>\n"
|
2606 |
+
#~ "\t</table>\n"
|
2607 |
+
#~ "</p>\n"
|
2608 |
+
#~ "<p>Use this coupon code <b><a href=\"{add_to_cart_url}\">{coupon_code}</"
|
2609 |
+
#~ "a></b> to get an amazing discount!</p>"
|
2610 |
+
#~ msgstr ""
|
2611 |
+
#~ "<p> Bonjour {user_name} </p> \n"
|
2612 |
+
#~ "<p> Un produit de votre liste de souhaits est en promotion! </p> \n"
|
2613 |
+
#~ "<p> \n"
|
2614 |
+
#~ "\t <table> \n"
|
2615 |
+
#~ "\t <tr> \n"
|
2616 |
+
#~ "\t <td> {image_produit} </td> \n"
|
2617 |
+
#~ "\t <td> {nom_produit} </td> \n"
|
2618 |
+
#~ "\t <td> {product_price} </td> \n"
|
2619 |
+
#~ "\t </tr> \n"
|
2620 |
+
#~ "\t </table> \n"
|
2621 |
+
#~ "</p> \n"
|
2622 |
+
#~ "<p> Utilisez ce code promo <b> <a href=\"{add_to_cart_url}\"> "
|
2623 |
+
#~ "{coupon_code} </a> </b> pour obtenir une remise exceptionnelle! </p>"
|
2624 |
+
|
2625 |
+
#~ msgid ""
|
2626 |
+
#~ "This field lets you modify the main content of the HTML email. You can "
|
2627 |
+
#~ "use the following placeholders: %s"
|
2628 |
+
#~ msgstr ""
|
2629 |
+
#~ "Ce champ vous permet de modifier le contenu principal de l'e-mail HTML. "
|
2630 |
+
#~ "Vous pouvez utiliser les espaces réservés suivants: %s"
|
2631 |
+
|
2632 |
+
#~ msgid "Email HTML content"
|
2633 |
+
#~ msgstr "Contenu HTML Email"
|
2634 |
+
|
2635 |
+
#~ msgid "Email heading"
|
2636 |
+
#~ msgstr "En-tête de l'e-mail"
|
2637 |
+
|
2638 |
+
#~ msgid "Product image"
|
2639 |
+
#~ msgstr "Nom du Produit"
|
2640 |
+
|
2641 |
+
#~ msgid "A product of your wishlist is on sale"
|
2642 |
+
#~ msgstr "Un produit de votre liste de souhaits est en vente"
|
2643 |
+
|
2644 |
+
#~ msgid "There is a deal for you!"
|
2645 |
+
#~ msgstr "Il y a une offre pour vous!"
|
2646 |
+
|
2647 |
+
#~ msgid ""
|
2648 |
+
#~ "This email is sent to users to inform them about a promotion on a product "
|
2649 |
+
#~ "in their wishlist"
|
2650 |
+
#~ msgstr ""
|
2651 |
+
#~ "Cet email est envoyé aux utilisateurs pour les informer d'une promotion "
|
2652 |
+
#~ "sur un produit de leur liste de souhaits"
|
2653 |
+
|
2654 |
+
#~ msgid "Wishlist promotional email"
|
2655 |
+
#~ msgstr "Email promotionnel de la liste de souhaits"
|
2656 |
+
|
2657 |
+
#~ msgid ""
|
2658 |
+
#~ "Hi {user_name}\n"
|
2659 |
+
#~ "A product of your wishlist is on sale!\n"
|
2660 |
+
#~ "\n"
|
2661 |
+
#~ "{products_list}\n"
|
2662 |
+
#~ "\n"
|
2663 |
+
#~ "We only have limited stock, so don't wait any longer, and take this "
|
2664 |
+
#~ "chance to make it yours!\n"
|
2665 |
+
#~ "\n"
|
2666 |
+
#~ "****************************************************\n"
|
2667 |
+
#~ "\n"
|
2668 |
+
#~ "If you don't want to receive any further notification, please follow this "
|
2669 |
+
#~ "link [{unsubscribe_url}]\n"
|
2670 |
+
#~ "\n"
|
2671 |
+
#~ msgstr ""
|
2672 |
+
#~ "Bonjour {user_name} \n"
|
2673 |
+
#~ "Un produit de votre liste de souhaits est en vente! \n"
|
2674 |
+
#~ "\n"
|
2675 |
+
#~ "{products_list} \n"
|
2676 |
+
#~ "\n"
|
2677 |
+
#~ "Nous ne disposons que d'un stock limité, alors n'attendez plus et "
|
2678 |
+
#~ "profitez-en pour le faire vôtre! \n"
|
2679 |
+
#~ "\n"
|
2680 |
+
#~ "************************************************** ** \n"
|
2681 |
+
#~ "\n"
|
2682 |
+
#~ "Si vous ne souhaitez plus recevoir de notification, veuillez suivre ce "
|
2683 |
+
#~ "lien [{unsubscribe_url}] \n"
|
2684 |
+
#~ "\n"
|
2685 |
+
#~ "\n"
|
2686 |
+
|
2687 |
+
#~ msgid ""
|
2688 |
+
#~ "<p>Hi {user_name}</p>\n"
|
2689 |
+
#~ "<p>A product of your wishlist is on sale!</p>\n"
|
2690 |
+
#~ "{products_table}\n"
|
2691 |
+
#~ "<p>We only have limited stock, so don't wait any longer, and take this "
|
2692 |
+
#~ "chance to make it yours!</p>\n"
|
2693 |
+
#~ "<p><small>If you don't want to receive any further notification, please "
|
2694 |
+
#~ "{unsubscribe_link}</small></p>"
|
2695 |
+
#~ msgstr ""
|
2696 |
+
#~ "<p> Bonjour {user_name} </p> \n"
|
2697 |
+
#~ "<p> Un produit de votre liste de souhaits est en vente! </p> \n"
|
2698 |
+
#~ "{products_table} \n"
|
2699 |
+
#~ "<p> Nous ne disposons que d'un stock limité, alors n'attendez plus et "
|
2700 |
+
#~ "profitez-en pour le faire vôtre! </p> \n"
|
2701 |
+
#~ "<p> <small> Si vous ne souhaitez plus recevoir de notification, veuillez "
|
2702 |
+
#~ "{unsubscribe_link} </small> </p>"
|
2703 |
+
|
2704 |
+
#~ msgid ""
|
2705 |
+
#~ "Select product categories for which you don't want to send a reminder "
|
2706 |
+
#~ "email"
|
2707 |
+
#~ msgstr ""
|
2708 |
+
#~ "Sélectionnez les catégories de produits pour lesquelles vous ne souhaitez "
|
2709 |
+
#~ "pas envoyer d'e-mail de rappel"
|
2710 |
+
|
2711 |
+
#~ msgid "Select products for which you don't want to send a reminder email"
|
2712 |
+
#~ msgstr ""
|
2713 |
+
#~ "Sélectionnez les produits pour lesquels vous ne souhaitez pas envoyer d'e-"
|
2714 |
+
#~ "mail de rappel"
|
2715 |
+
|
2716 |
+
#~ msgid "An item of your wishlist is on sale!"
|
2717 |
+
#~ msgstr "Un article de votre liste de souhaits est en promotion!"
|
2718 |
+
|
2719 |
+
#~ msgid ""
|
2720 |
+
#~ "This email is sent to customers when an item of their wishlist is on sale"
|
2721 |
+
#~ msgstr ""
|
2722 |
+
#~ "Cet e-mail est envoyé aux clients lorsqu'un article de leur liste de "
|
2723 |
+
#~ "souhaits est en vente"
|
2724 |
+
|
2725 |
+
#~ msgid "Wishlist \"On sale item\" email"
|
2726 |
+
#~ msgstr "Email \"Article en promo\""
|
2727 |
+
|
2728 |
+
#~ msgid "Send a copy to the user"
|
2729 |
+
#~ msgstr "Envoyer une copie à l'utilisateur"
|
2730 |
+
|
2731 |
+
#~ msgid "Send CC copy"
|
2732 |
+
#~ msgstr "Envoyer une copie CC"
|
2733 |
+
|
2734 |
+
#~ msgid ""
|
2735 |
+
#~ "Enter recipients (comma separated) for this email. Defaults to <code>%s</"
|
2736 |
+
#~ "code>"
|
2737 |
+
#~ msgstr ""
|
2738 |
+
#~ "Saisissez les destinataires (séparés par des virgules) pour cet e-mail. "
|
2739 |
+
#~ "Par défaut, <code>%s</code>"
|
2740 |
+
|
2741 |
+
#~ msgid "Recipient(s)"
|
2742 |
+
#~ msgstr "Destinataire(s)"
|
2743 |
+
|
2744 |
+
#~ msgid "[Price estimate request]"
|
2745 |
+
#~ msgstr "[Demande d'estimation de prix]"
|
2746 |
+
|
2747 |
+
#~ msgid "Price estimate request"
|
2748 |
+
#~ msgstr "Demande d'estimation de prix"
|
2749 |
+
|
2750 |
+
#~ msgid ""
|
2751 |
+
#~ "This email is sent to users who click the \"ask for an estimate\" button, "
|
2752 |
+
#~ "only if this feature has been enabled in the wishlist option panel"
|
2753 |
+
#~ msgstr ""
|
2754 |
+
#~ "Cet e-mail est envoyé aux utilisateurs qui cliquent sur le bouton "
|
2755 |
+
#~ "\"demander un devis\", uniquement si cette fonctionnalité a été activée "
|
2756 |
+
#~ "dans le panneau d'options de la liste de souhaits "
|
2757 |
+
|
2758 |
+
#~ msgid "Wishlist \"Ask for an estimate\" email"
|
2759 |
+
#~ msgstr "Email Liste de souhaits \"Demander une estimation\""
|
2760 |
+
|
2761 |
+
#~ msgid ""
|
2762 |
+
#~ "Hi {user_name}\n"
|
2763 |
+
#~ "A product of your wishlist is back in stock!\n"
|
2764 |
+
#~ "\n"
|
2765 |
+
#~ "{products_list}\n"
|
2766 |
+
#~ "\n"
|
2767 |
+
#~ "We only have limited stock, so don't wait any longer, and take this "
|
2768 |
+
#~ "chance to make it yours!\n"
|
2769 |
+
#~ "\n"
|
2770 |
+
#~ "****************************************************\n"
|
2771 |
+
#~ "\n"
|
2772 |
+
#~ "If you don't want to receive any further notification, please follow this "
|
2773 |
+
#~ "link [{unsubscribe_url}]\n"
|
2774 |
+
#~ "\n"
|
2775 |
+
#~ msgstr ""
|
2776 |
+
#~ "Bonjour {user_name} \n"
|
2777 |
+
#~ "Un produit de votre liste de souhaits est de retour en stock! \n"
|
2778 |
+
#~ "\n"
|
2779 |
+
#~ "{products_list} \n"
|
2780 |
+
#~ "\n"
|
2781 |
+
#~ "Nous ne disposons que d'un stock limité, alors n'attendez plus et "
|
2782 |
+
#~ "profitez-en pour le faire vôtre! \n"
|
2783 |
+
#~ "\n"
|
2784 |
+
#~ "************************************************** ** \n"
|
2785 |
+
#~ "\n"
|
2786 |
+
#~ "Si vous ne souhaitez plus recevoir de notification, veuillez suivre ce "
|
2787 |
+
#~ "lien [{unsubscribe_url}] \n"
|
2788 |
+
#~ "\n"
|
2789 |
+
|
2790 |
+
#~ msgid ""
|
2791 |
+
#~ "This field lets you modify the main content of the text email. You can "
|
2792 |
+
#~ "use the following placeholders: <code>{user_name}</code> "
|
2793 |
+
#~ "<code>{user_email}</code> <code>{user_first_name}</code> "
|
2794 |
+
#~ "<code>{user_last_name}</code> <code>{products_list}</code> "
|
2795 |
+
#~ "<code>{unsubscribe_url}</code>"
|
2796 |
+
#~ msgstr ""
|
2797 |
+
#~ "Ce champ vous permet de modifier le contenu principal de l'e-mail texte. "
|
2798 |
+
#~ "Vous pouvez utiliser les espaces réservés suivants: <code> {user_name} </"
|
2799 |
+
#~ "code> <code> {user_email} </code> <code> {user_first_name} </code> <code> "
|
2800 |
+
#~ "{user_last_name} </code> <code> {products_list} </code> <code> "
|
2801 |
+
#~ "{unsubscribe_url} </code>"
|
2802 |
+
|
2803 |
+
#~ msgid "Email text content"
|
2804 |
+
#~ msgstr "Contenu du texte de l'e-mail"
|
2805 |
+
|
2806 |
+
#~ msgid ""
|
2807 |
+
#~ "<p>Hi {user_name}</p>\n"
|
2808 |
+
#~ "<p>A product of your wishlist is back in stock!</p>\n"
|
2809 |
+
#~ "{products_table}\n"
|
2810 |
+
#~ "<p>We only have limited stock, so don't wait any longer, and take this "
|
2811 |
+
#~ "chance to make it yours!</p>\n"
|
2812 |
+
#~ "<p><small>If you don't want to receive any further notification, please "
|
2813 |
+
#~ "{unsubscribe_link}</small></p>"
|
2814 |
+
#~ msgstr ""
|
2815 |
+
#~ "<p> Bonjour {user_name} </p> \n"
|
2816 |
+
#~ "<p> Un produit de votre liste de souhaits est de retour en stock! </p> \n"
|
2817 |
+
#~ "{products_table} \n"
|
2818 |
+
#~ "<p> Nous ne disposons que d'un stock limité, alors n'attendez plus et "
|
2819 |
+
#~ "profitez-en pour le faire vôtre! </p> \n"
|
2820 |
+
#~ "<p> <small> Si vous ne souhaitez plus recevoir de notification, veuillez "
|
2821 |
+
#~ "{unsubscribe_link} </small> </p>"
|
2822 |
+
|
2823 |
+
#~ msgid ""
|
2824 |
+
#~ "This field lets you modify the main content of the HTML email. You can "
|
2825 |
+
#~ "use the following placeholders: <code>{user_name}</code> "
|
2826 |
+
#~ "<code>{user_email}</code> <code>{user_first_name}</code> "
|
2827 |
+
#~ "<code>{user_last_name}</code> <code>{products_table}</code> "
|
2828 |
+
#~ "<code>{unsubscribe_link}</code>"
|
2829 |
+
#~ msgstr ""
|
2830 |
+
#~ "Ce champ vous permet de modifier le contenu principal de l'e-mail HTML. "
|
2831 |
+
#~ "Vous pouvez utiliser les espaces réservés suivants: <code>{user_name}</"
|
2832 |
+
#~ "code> <code>{user_email}</code> <code>{user_first_name}</code> "
|
2833 |
+
#~ "<code>{user_last_name}</code> <code>{products_table}</code> "
|
2834 |
+
#~ "<code>{unsubscribe_link}</code>"
|
2835 |
+
|
2836 |
+
#~ msgid "Email HTML Content"
|
2837 |
+
#~ msgstr "Contenu HTML Email"
|
2838 |
+
|
2839 |
+
#~ msgid "Multipart"
|
2840 |
+
#~ msgstr "Multipart"
|
2841 |
+
|
2842 |
+
#~ msgid "HTML"
|
2843 |
+
#~ msgstr "HTML"
|
2844 |
+
|
2845 |
+
#~ msgid "Plain text"
|
2846 |
+
#~ msgstr "Texte brut"
|
2847 |
+
|
2848 |
+
#~ msgid "Choose which type of email to send."
|
2849 |
+
#~ msgstr "Choisissez le type d'email à envoyer."
|
2850 |
+
|
2851 |
+
#~ msgid "Email type"
|
2852 |
+
#~ msgstr "Email type"
|
2853 |
+
|
2854 |
+
#~ msgid ""
|
2855 |
+
#~ "Select the product categories for which you don't want to send a reminder "
|
2856 |
+
#~ "email"
|
2857 |
+
#~ msgstr ""
|
2858 |
+
#~ "Sélectionnez les catégories de produits pour lesquelles vous ne souhaitez "
|
2859 |
+
#~ "pas envoyer d'e-mail de rappel"
|
2860 |
+
|
2861 |
+
#~ msgid ""
|
2862 |
+
#~ "Select the products for which you don't want to send a reminder email"
|
2863 |
+
#~ msgstr ""
|
2864 |
+
#~ "Sélectionnez les produits pour lesquels vous ne souhaitez pas envoyer d'e-"
|
2865 |
+
#~ "mail de rappel"
|
2866 |
+
|
2867 |
+
#~ msgid ""
|
2868 |
+
#~ "This field lets you modify the main heading contained within the email "
|
2869 |
+
#~ "notification. Leave blank to use the default heading: <code>%s</code>."
|
2870 |
+
#~ msgstr ""
|
2871 |
+
#~ "Ce champ vous permet de modifier l'en-tête principal contenu dans la "
|
2872 |
+
#~ "notification par e-mail. Laissez vide pour utiliser l'en-tête par défaut: "
|
2873 |
+
#~ "<code>%s</code>."
|
2874 |
+
|
2875 |
+
#~ msgid "Email Heading"
|
2876 |
+
#~ msgstr "Entête Email"
|
2877 |
+
|
2878 |
+
#~ msgid ""
|
2879 |
+
#~ "This field lets you modify the email subject line. Leave blank to use the "
|
2880 |
+
#~ "default subject: <code>%s</code>."
|
2881 |
+
#~ msgstr ""
|
2882 |
+
#~ "Ce champ vous permet de modifier la ligne d'objet de l'e-mail. Laissez "
|
2883 |
+
#~ "vide pour utiliser l'objet par défaut: <code>%s </code>."
|
2884 |
+
|
2885 |
+
#~ msgid "Subject"
|
2886 |
+
#~ msgstr "Sujet"
|
2887 |
+
|
2888 |
+
#~ msgid "Enable this email notification"
|
2889 |
+
#~ msgstr "Activer cette notification par e-mail"
|
2890 |
+
|
2891 |
+
#~ msgid "Enable/Disable"
|
2892 |
+
#~ msgstr "Activer/Désactiver"
|
2893 |
+
|
2894 |
+
#~ msgid "unsubscribe"
|
2895 |
+
#~ msgstr "Se désabonner"
|
2896 |
+
|
2897 |
+
#~ msgid "An item of your wishlist is back in stock!"
|
2898 |
+
#~ msgstr "Un article de votre liste de souhaits est de retour en stock!"
|
2899 |
+
|
2900 |
+
#~ msgid ""
|
2901 |
+
#~ "This email is sent to customers when an item of their wishlist is back in "
|
2902 |
+
#~ "stock"
|
2903 |
+
#~ msgstr ""
|
2904 |
+
#~ "Cet e-mail est envoyé aux clients lorsqu'un article de leur liste de "
|
2905 |
+
#~ "souhaits est de nouveau en stock"
|
2906 |
+
|
2907 |
+
#~ msgid "Wishlist \"Back in stock\" email"
|
2908 |
+
#~ msgstr "Email \"Retour en stock\""
|
2909 |
+
|
2910 |
+
#~ msgid "Move to another wishlist"
|
2911 |
+
#~ msgstr "Déplacer vers une autre liste de souhaits"
|
2912 |
+
|
2913 |
+
#~ msgid "Move ›"
|
2914 |
+
#~ msgstr "Déplacer ›"
|
2915 |
+
|
2916 |
+
#~ msgid "Select a wishlist"
|
2917 |
+
#~ msgstr "Sélectionnez une liste de souhaits"
|
2918 |
+
|
2919 |
+
#~ msgctxt "[gutenberg]: block description"
|
2920 |
+
#~ msgid "Shows all public wishlists"
|
2921 |
+
#~ msgstr "Affiche toutes les listes de souhaits publiques"
|
2922 |
+
|
2923 |
+
#~ msgctxt "[gutenberg]: block name"
|
2924 |
+
#~ msgid "YITH public wishlist link"
|
2925 |
+
#~ msgstr "Lien de liste de souhaits publique YITH"
|
2926 |
+
|
2927 |
+
#~ msgid "Couldn't find any wishlist with the provided ID"
|
2928 |
+
#~ msgstr "Impossible de trouver une liste de souhaits avec l'ID fourni"
|
2929 |
+
|
2930 |
+
#~ msgid "Wishlist name exceeds the maximum number of characters allowed"
|
2931 |
+
#~ msgstr ""
|
2932 |
+
#~ "Le nom de la liste de souhaits dépasse le nombre maximum de caractères "
|
2933 |
+
#~ "autorisés"
|
2934 |
+
|
2935 |
+
#~ msgid "Wishlist name is required"
|
2936 |
+
#~ msgstr "Le nom de la liste de souhaits est requis"
|
2937 |
+
|
2938 |
+
#~ msgid "Please, log in to use the wishlist features"
|
2939 |
+
#~ msgstr "Merci de vous connecter ou de créer un compte !"
|
2940 |
+
|
2941 |
+
#~ msgid "Manage wishlists"
|
2942 |
+
#~ msgstr "Gérer les listes de souhaits"
|
2943 |
+
|
2944 |
+
#~ msgid "Your wishlists"
|
2945 |
+
#~ msgstr "Vos listes de souhaits"
|
2946 |
+
|
2947 |
+
#~ msgid "Create a wishlist"
|
2948 |
+
#~ msgstr "Créer une liste de souhaits"
|
2949 |
+
|
2950 |
+
#~ msgid "‹ Back to all wishlists"
|
2951 |
+
#~ msgstr "‹ Retour à toutes les listes de souhaits"
|
2952 |
+
|
2953 |
+
#~ msgid "Back to all wishlists"
|
2954 |
+
#~ msgstr "Retour à toutes les listes de souhaits"
|
2955 |
+
|
2956 |
+
#~ msgctxt "Ask for an estimate submit error"
|
2957 |
+
#~ msgid "Missing required argument: %s"
|
2958 |
+
#~ msgstr "Argument requis manquant: %s"
|
2959 |
+
|
2960 |
+
#~ msgid "Yes"
|
2961 |
+
#~ msgstr "Oui"
|
2962 |
+
|
2963 |
+
#~ msgid "You have unsubscribed from our wishlist-related mailing lists"
|
2964 |
+
#~ msgstr ""
|
2965 |
+
#~ "Vous vous êtes désabonné de nos listes de diffusion liées aux listes de "
|
2966 |
+
#~ "souhaits"
|
2967 |
+
|
2968 |
+
#~ msgid ""
|
2969 |
+
#~ "The token provided is expired; contact us to so we can manually "
|
2970 |
+
#~ "unsubscribe your from the list"
|
2971 |
+
#~ msgstr ""
|
2972 |
+
#~ "Le jeton fourni a expiré; contactez-nous pour que nous puissions vous "
|
2973 |
+
#~ "désinscrire manuellement de la liste"
|
2974 |
+
|
2975 |
+
#~ msgid ""
|
2976 |
+
#~ "The token provided does not match the current user; make sure to log in "
|
2977 |
+
#~ "with the right account"
|
2978 |
+
#~ msgstr ""
|
2979 |
+
#~ "Le jeton fourni ne correspond pas à l'utilisateur actuel; assurez-vous de "
|
2980 |
+
#~ "vous connecter avec le bon compte"
|
2981 |
+
|
2982 |
+
#~ msgid "Please, log in to continue with the unsubscribe process"
|
2983 |
+
#~ msgstr ""
|
2984 |
+
#~ "Veuillez vous connecter pour continuer le processus de désinscription"
|
2985 |
+
|
2986 |
+
#~ msgid "Please, select one product at least"
|
2987 |
+
#~ msgstr "Veuillez sélectionner au moins un produit"
|
2988 |
+
|
2989 |
+
#~ msgid ""
|
2990 |
+
#~ "You should provide a valid email address, that we can use to get back to "
|
2991 |
+
#~ "you"
|
2992 |
+
#~ msgstr ""
|
2993 |
+
#~ "Vous devez fournir une adresse e-mail valide, que nous pouvons utiliser "
|
2994 |
+
#~ "pour vous répondre"
|
2995 |
+
|
2996 |
+
#~ msgid "Price estimate request sent"
|
2997 |
+
#~ msgstr "Demande de devis envoyée"
|
2998 |
+
|
2999 |
+
#~ msgid "Wishlist deleted successfully"
|
3000 |
+
#~ msgstr "La liste de souhaits a bien été supprimée"
|
3001 |
+
|
3002 |
+
#~ msgid "Changes saved"
|
3003 |
+
#~ msgstr "Changements sauvegardés"
|
3004 |
+
|
3005 |
+
#~ msgid "Wishlist created successfully"
|
3006 |
+
#~ msgstr "Liste de souhaits créée avec succès"
|
3007 |
+
|
3008 |
+
#~ msgid ""
|
3009 |
+
#~ "An error occurred while moving item to destination wishlist; please, try "
|
3010 |
+
#~ "again"
|
3011 |
+
#~ msgstr ""
|
3012 |
+
#~ "Une erreur s'est produite lors du déplacement de l'élément vers la liste "
|
3013 |
+
#~ "de souhaits de destination; Veuillez réessayer"
|
3014 |
+
|
3015 |
+
#~ msgid "Items correctly added to the cart"
|
3016 |
+
#~ msgstr "Articles correctement ajoutés au panier"
|
3017 |
+
|
3018 |
+
#~ msgid "Changes applied correctly"
|
3019 |
+
#~ msgstr "Modifications appliquées correctement"
|
3020 |
+
|
3021 |
+
#~ msgid "An error occurred while processing this action"
|
3022 |
+
#~ msgstr "Une erreur s'est produite lors du traitement de cette action"
|
3023 |
+
|
3024 |
+
#~ msgid "The items have been correctly moved to %s"
|
3025 |
+
#~ msgstr "Les éléments ont été correctement déplacés vers %s"
|
3026 |
+
|
3027 |
+
#~ msgid "The items have been correctly removed"
|
3028 |
+
#~ msgstr "Les éléments ont été correctement supprimés"
|
3029 |
+
|
3030 |
+
#~ msgid "The items have been correctly added to the cart"
|
3031 |
+
#~ msgstr "Les articles ont été correctement ajoutés au panier"
|
3032 |
+
|
3033 |
+
#~ msgid "You have to select at least one product"
|
3034 |
+
#~ msgstr "Vous devez sélectionner au moins un produit"
|
3035 |
+
|
3036 |
+
#~ msgid ""
|
3037 |
+
#~ "You should provide a valid email address that we can use to get back to "
|
3038 |
+
#~ "you"
|
3039 |
+
#~ msgstr ""
|
3040 |
+
#~ "Vous devez fournir une adresse e-mail valide que nous pouvons utiliser "
|
3041 |
+
#~ "pour vous répondre"
|
3042 |
+
|
3043 |
+
#~ msgid ""
|
3044 |
+
#~ "We will reply to you as soon as possible. For any questions, feel free to "
|
3045 |
+
#~ "contact our customer service at"
|
3046 |
+
#~ msgstr ""
|
3047 |
+
#~ "Nous vous répondrons dans les plus brefs délais. Pour toute question, "
|
3048 |
+
#~ "n'hésitez pas à contacter notre service client au"
|
3049 |
+
|
3050 |
+
#~ msgid "Your request has been sent.<br/>Thanks!"
|
3051 |
+
#~ msgstr "Votre demande a été envoyée.<br/>Merci!"
|
3052 |
+
|
3053 |
+
#~ msgid "Element correctly moved to %s"
|
3054 |
+
#~ msgstr "Elément correctement déplacé à %s"
|
3055 |
+
|
3056 |
+
#~ msgid "Wishlist Promotion"
|
3057 |
+
#~ msgstr "Liste de souhaits Promotion"
|
3058 |
+
|
3059 |
+
#~ msgid "Wishlist \"Ask an estimate\""
|
3060 |
+
#~ msgstr "Liste de souhaits \"Demander un devis\""
|
3061 |
+
|
3062 |
+
#~ msgid "user"
|
3063 |
+
#~ msgid_plural "users"
|
3064 |
+
#~ msgstr[0] "utilisateur"
|
3065 |
+
#~ msgstr[1] "utilisateurs"
|
3066 |
+
|
3067 |
+
#~ msgid "Wishlist Count"
|
3068 |
+
#~ msgstr "Compte de liste"
|
3069 |
+
|
3070 |
+
#~ msgid "User Last Name"
|
3071 |
+
#~ msgstr "Nom de l'utilisateur"
|
3072 |
+
|
3073 |
+
#~ msgid "User First Name"
|
3074 |
+
#~ msgstr "Prénom de l'utilisateur"
|
3075 |
+
|
3076 |
+
#~ msgid "User Email"
|
3077 |
+
#~ msgstr "Email de l'utilisateur"
|
3078 |
+
|
3079 |
+
#~ msgid "User ID"
|
3080 |
+
#~ msgstr "Identifiant d'utilisateur"
|
3081 |
+
|
3082 |
+
#~ msgid "Delete draft"
|
3083 |
+
#~ msgstr "Supprimer le brouillon"
|
3084 |
+
|
3085 |
+
#~ msgid "Are you sure?"
|
3086 |
+
#~ msgstr "Êtes-vous sûr?"
|
3087 |
+
|
3088 |
+
#~ msgid "Continue"
|
3089 |
+
#~ msgstr "Continuer"
|
3090 |
+
|
3091 |
+
#~ msgid ""
|
3092 |
+
#~ "You saved a draft of a promotional email; would you like to continue form "
|
3093 |
+
#~ "there?"
|
3094 |
+
#~ msgstr ""
|
3095 |
+
#~ "Vous avez enregistré un brouillon d'e-mail promotionnel; aimeriez-vous "
|
3096 |
+
#~ "continuer là-bas?"
|
3097 |
+
|
3098 |
+
#~ msgid "There was an error while scheduling emails; please, try again later"
|
3099 |
+
#~ msgstr ""
|
3100 |
+
#~ "Une erreur s'est produite lors de la planification des e-mails; Veuillez "
|
3101 |
+
#~ "réessayer plus tard"
|
3102 |
+
|
3103 |
+
#~ msgid "Promotional email correctly scheduled"
|
3104 |
+
#~ msgstr "E-mail promotionnel correctement planifié"
|
3105 |
+
|
3106 |
+
#~ msgid "Enter the title for \"Search wishlists\" page"
|
3107 |
+
#~ msgstr "Entrez le titre de la page \"Rechercher des listes de souhaits\""
|
3108 |
+
|
3109 |
+
#~ msgid "\"Search wishlist\" page name"
|
3110 |
+
#~ msgstr "Nom de la page \"Recherche de liste de souhaits\""
|
3111 |
+
|
3112 |
+
#~ msgid "Enter the title for \"Manage wishlists\" page"
|
3113 |
+
#~ msgstr "Entrez le titre de la page \"Gérer les listes de souhaits\""
|
3114 |
+
|
3115 |
+
#~ msgid "\"Manage wishlist\" page name"
|
3116 |
+
#~ msgstr "Nom de la page \"Gérer la liste de souhaits\""
|
3117 |
+
|
3118 |
+
#~ msgid "Create a new wishlist"
|
3119 |
+
#~ msgstr "Créer une nouvelle liste de souhaits"
|
3120 |
+
|
3121 |
+
#~ msgid "Enter the title for the \"Create wishlist\" page"
|
3122 |
+
#~ msgstr "Entrez le titre de la page \"Créer une liste de souhaits\""
|
3123 |
+
|
3124 |
+
#~ msgid "\"Create wishlist\" page name"
|
3125 |
+
#~ msgstr "Nom de la page \"Créer une liste de souhaits\""
|
3126 |
+
|
3127 |
+
#~ msgid ""
|
3128 |
+
#~ "Show the links to \"Manage\", \"Create\" and \"Search\" pages after the "
|
3129 |
+
#~ "wishlist table"
|
3130 |
+
#~ msgstr ""
|
3131 |
+
#~ "Afficher les liens vers les pages \"Gérer\", \"Créer\" et \"Rechercher\" "
|
3132 |
+
#~ "après le tableau de la liste de souhaits"
|
3133 |
+
|
3134 |
+
#~ msgid "Show links to pages"
|
3135 |
+
#~ msgstr "Afficher les liens vers les pages"
|
3136 |
+
|
3137 |
+
#~ msgid ""
|
3138 |
+
#~ "Enable drag and drop option so users can arrange the order of products in "
|
3139 |
+
#~ "the wishlist"
|
3140 |
+
#~ msgstr ""
|
3141 |
+
#~ "Activer l'option glisser-déposer pour que les utilisateurs puissent "
|
3142 |
+
#~ "organiser l'ordre des produits dans la liste de souhaits"
|
3143 |
+
|
3144 |
+
#~ msgid "Enable drag and drop option"
|
3145 |
+
#~ msgstr "Activer l'option glisser-déposer"
|
3146 |
+
|
3147 |
+
#~ msgid ""
|
3148 |
+
#~ "Enable \"Add all to cart\" button to let customers add all the products "
|
3149 |
+
#~ "in the wishlist to the cart"
|
3150 |
+
#~ msgstr ""
|
3151 |
+
#~ "Activez le bouton \"Tout ajouter au panier\" pour permettre aux clients "
|
3152 |
+
#~ "d'ajouter tous les produits de la liste de souhaits au panier"
|
3153 |
+
|
3154 |
+
#~ msgid "Enable \"Add all to cart\""
|
3155 |
+
#~ msgstr "Activer \"Tout ajouter au panier\""
|
3156 |
+
|
3157 |
+
#~ msgid "Link to a popup"
|
3158 |
+
#~ msgstr "Lien vers une popup"
|
3159 |
+
|
3160 |
+
#~ msgid "Select dropdown with all wishlists"
|
3161 |
+
#~ msgstr "Sélectionnez la liste déroulante avec toutes les listes de souhaits"
|
3162 |
+
|
3163 |
+
#~ msgid "Choose the look and feel of the \"Move to another wishlist\" option"
|
3164 |
+
#~ msgstr ""
|
3165 |
+
#~ "Choisissez l'apparence de l'option \"Déplacer vers une autre liste de "
|
3166 |
+
#~ "souhaits\""
|
3167 |
+
|
3168 |
+
#~ msgid "Move to another wishlist - style"
|
3169 |
+
#~ msgstr "Déplacer vers une autre liste de souhaits - style"
|
3170 |
+
|
3171 |
+
#~ msgid "Enable the option to move the product to another wishlist"
|
3172 |
+
#~ msgstr ""
|
3173 |
+
#~ "Activez l'option pour déplacer le produit vers une autre liste de souhaits"
|
3174 |
+
|
3175 |
+
#~ msgid "Show Move to another wishlist"
|
3176 |
+
#~ msgstr "Afficher Déplacer vers une autre liste de souhaits"
|
3177 |
+
|
3178 |
+
#~ msgid ""
|
3179 |
+
#~ "Checkbox to select multiple items, add them to the cart or delete them "
|
3180 |
+
#~ "with one click"
|
3181 |
+
#~ msgstr ""
|
3182 |
+
#~ "Case à cocher pour sélectionner plusieurs articles, les ajouter au panier "
|
3183 |
+
#~ "ou les supprimer en un seul clic"
|
3184 |
+
|
3185 |
+
#~ msgid ""
|
3186 |
+
#~ "Price variation info (show the price difference compared to when the "
|
3187 |
+
#~ "product was added to the list)"
|
3188 |
+
#~ msgstr ""
|
3189 |
+
#~ "Informations sur la variation des prix (montrer la différence de prix par "
|
3190 |
+
#~ "rapport au moment où le produit a été ajouté à la liste)"
|
3191 |
+
|
3192 |
+
#~ msgid ""
|
3193 |
+
#~ "Product quantity (so users can manage the quantity of each product from "
|
3194 |
+
#~ "the wishlist)"
|
3195 |
+
#~ msgstr ""
|
3196 |
+
#~ "Quantité de produit (afin que les utilisateurs puissent gérer la quantité "
|
3197 |
+
#~ "de chaque produit à partir de la liste de souhaits)"
|
3198 |
+
|
3199 |
+
#~ msgid "Only images with info at click"
|
3200 |
+
#~ msgstr "Seules les images avec des informations au clic"
|
3201 |
+
|
3202 |
+
#~ msgid "Select a style for displaying your wishlist page"
|
3203 |
+
#~ msgstr "Sélectionnez un style pour afficher votre page de liste de souhaits"
|
3204 |
+
|
3205 |
+
#~ msgid "Layout for product list"
|
3206 |
+
#~ msgstr "Présentation de la liste des produits"
|
3207 |
+
|
3208 |
+
#~ msgid "Create a new wishlist in the popup instead of using the endpoint"
|
3209 |
+
#~ msgstr ""
|
3210 |
+
#~ "Créez une nouvelle liste de souhaits dans la fenêtre popup au lieu "
|
3211 |
+
#~ "d'utiliser le point de terminaison"
|
3212 |
+
|
3213 |
+
#~ msgid "\"Create wishlist\" in popup"
|
3214 |
+
#~ msgstr "\"Créer une liste de souhaits\" dans une fenêtre popup"
|
3215 |
+
|
3216 |
+
#~ msgid "Delete wishlist button"
|
3217 |
+
#~ msgstr "Bouton Supprimer la liste de souhaits"
|
3218 |
+
|
3219 |
+
#~ msgid "Rename wishlist button"
|
3220 |
+
#~ msgstr "Bouton Renommer la liste de souhaits"
|
3221 |
+
|
3222 |
+
#~ msgid "Date of creation of the wishlist"
|
3223 |
+
#~ msgstr "Date de création de la wishlist"
|
3224 |
+
|
3225 |
+
#~ msgid "Number of items in wishlist"
|
3226 |
+
#~ msgstr "Nombre d'articles dans la liste de souhaits"
|
3227 |
+
|
3228 |
+
#~ msgid "Show wishlist info"
|
3229 |
+
#~ msgstr "Afficher les informations de la liste de souhaits"
|
3230 |
+
|
3231 |
+
#~ msgid "Modern grid"
|
3232 |
+
#~ msgstr "Grille moderne"
|
3233 |
+
|
3234 |
+
#~ msgid "Traditional"
|
3235 |
+
#~ msgstr "Traditionelle"
|
3236 |
+
|
3237 |
+
#~ msgid "Select a style for your \"Manage wishlists\" page"
|
3238 |
+
#~ msgstr ""
|
3239 |
+
#~ "Sélectionnez un style pour votre page \"Gérer les listes de souhaits\""
|
3240 |
+
|
3241 |
+
#~ msgid "Layout for wishlist view"
|
3242 |
+
#~ msgstr "Disposition pour l'affichage de la liste de souhaits"
|
3243 |
+
|
3244 |
+
#~ msgid "Text of the \"Add to wishlist\" button in the popup"
|
3245 |
+
#~ msgstr ""
|
3246 |
+
#~ "Texte du bouton \"Ajouter à la liste de souhaits\" dans la fenêtre popup"
|
3247 |
+
|
3248 |
+
#~ msgid "\"Add to wishlist\" popup button text"
|
3249 |
+
#~ msgstr "Texte du bouton popup \"Ajouter à la liste de souhaits\""
|
3250 |
+
|
3251 |
+
#~ msgid ""
|
3252 |
+
#~ "Show a counter on the product page that allows your customers to know how "
|
3253 |
+
#~ "may times the product has been added to a wishlist"
|
3254 |
+
#~ msgstr ""
|
3255 |
+
#~ "Afficher un compteur sur la page du produit qui permet à vos clients de "
|
3256 |
+
#~ "savoir combien de fois le produit a été ajouté à une liste de souhaits"
|
3257 |
+
|
3258 |
+
#~ msgid "Show a count of users with a specific product in wishlist"
|
3259 |
+
#~ msgstr ""
|
3260 |
+
#~ "Afficher un nombre d'utilisateurs avec un produit spécifique dans la "
|
3261 |
+
#~ "liste de souhaits"
|
3262 |
+
|
3263 |
+
#~ msgid ""
|
3264 |
+
#~ "Add to wishlist button now opens a modal to move or remove items "
|
3265 |
+
#~ "(available only with multi-wishlist option enabled)"
|
3266 |
+
#~ msgstr ""
|
3267 |
+
#~ "Le bouton Ajouter à la liste de souhaits ouvre désormais un modal pour "
|
3268 |
+
#~ "déplacer ou supprimer des éléments (disponible uniquement avec l'option "
|
3269 |
+
#~ "multi-liste de souhaits activée)"
|
3270 |
+
|
3271 |
+
#~ msgid "Show a dropdown to allow users to choose a wishlist"
|
3272 |
+
#~ msgstr ""
|
3273 |
+
#~ "Afficher une liste déroulante pour permettre aux utilisateurs de choisir "
|
3274 |
+
#~ "une liste de souhaits"
|
3275 |
+
|
3276 |
+
#~ msgid "Show a modal window to allow users to choose a wishlist"
|
3277 |
+
#~ msgstr ""
|
3278 |
+
#~ "Afficher une fenêtre modale pour permettre aux utilisateurs de choisir "
|
3279 |
+
#~ "une liste de souhaits"
|
3280 |
+
|
3281 |
+
#~ msgid "Automatically add to the default list"
|
3282 |
+
#~ msgstr "Ajouter automatiquement à la liste par défaut"
|
3283 |
+
|
3284 |
+
#~ msgid "Choose the default action for new products added to the wishlist."
|
3285 |
+
#~ msgstr ""
|
3286 |
+
#~ "Choisissez l'action par défaut pour les nouveaux produits ajoutés à la "
|
3287 |
+
#~ "liste de souhaits."
|
3288 |
+
|
3289 |
+
#~ msgid "When clicking on Add to wishlist"
|
3290 |
+
#~ msgstr "En cliquant sur Ajouter à la liste de souhaits"
|
3291 |
+
|
3292 |
+
#~ msgid "login"
|
3293 |
+
#~ msgstr "S'identifier"
|
3294 |
+
|
3295 |
+
#~ msgid "Set up here the text of the Login link that replace %login_anchor%"
|
3296 |
+
#~ msgstr ""
|
3297 |
+
#~ "Configurez ici le texte du lien de connexion qui remplace %login_anchor%"
|
3298 |
+
|
3299 |
+
#~ msgid "Login anchor text"
|
3300 |
+
#~ msgstr "Texte d'ancrage de connexion"
|
3301 |
+
|
3302 |
+
#~ msgid "Please %login_anchor% to use all the wishlist features"
|
3303 |
+
#~ msgstr ""
|
3304 |
+
#~ "Veuillez %login_anchor% pour utiliser toutes les fonctionnalités de la "
|
3305 |
+
#~ "liste de souhaits"
|
3306 |
+
|
3307 |
+
#~ msgid ""
|
3308 |
+
#~ "Enter the message to ask unauthenticated users to login so they will be "
|
3309 |
+
#~ "able to use the multi-wishlist feature.<br/>Use the placeholder "
|
3310 |
+
#~ "%login_anchor% (set up the text in the following option) to add an anchor "
|
3311 |
+
#~ "and redirect users to the Login page."
|
3312 |
+
#~ msgstr ""
|
3313 |
+
#~ "Saisissez le message pour demander aux utilisateurs non authentifiés de "
|
3314 |
+
#~ "se connecter afin qu'ils puissent utiliser la fonctionnalité de liste de "
|
3315 |
+
#~ "souhaits multiples.<br/>Utilisez l'espace réservé %login_anchor% "
|
3316 |
+
#~ "(configurez le texte dans l'option suivante) pour ajouter une ancre et "
|
3317 |
+
#~ "rediriger les utilisateurs vers la page de connexion."
|
3318 |
+
|
3319 |
+
#~ msgid "Login message for non-authenticated users"
|
3320 |
+
#~ msgstr "Message de connexion pour les utilisateurs non authentifiés"
|
3321 |
+
|
3322 |
+
#~ msgid ""
|
3323 |
+
#~ "Choose whether to enable the multi-wishlist feature for all users or just "
|
3324 |
+
#~ "for logged-in users"
|
3325 |
+
#~ msgstr ""
|
3326 |
+
#~ "Choisissez d'activer la fonctionnalité de liste de souhaits multiples "
|
3327 |
+
#~ "pour tous les utilisateurs ou uniquement pour les utilisateurs connectés"
|
3328 |
+
|
3329 |
+
#~ msgid "Enable multiple wishlists for"
|
3330 |
+
#~ msgstr "Activer plusieurs listes de souhaits pour"
|
3331 |
+
|
3332 |
+
#~ msgid "Enable multi-wishlist feature"
|
3333 |
+
#~ msgstr "Activer la fonctionnalité de liste de souhaits multiples"
|
3334 |
+
|
3335 |
+
#~ msgid "Multi-wishlist settings"
|
3336 |
+
#~ msgstr "Paramètres de liste de souhaits multiples"
|
3337 |
+
|
3338 |
+
#~ msgid "Add to wishlist tooltip style"
|
3339 |
+
#~ msgstr "Style de l'infobulle Ajouter à la liste de souhaits"
|
3340 |
+
|
3341 |
+
#~ msgid ""
|
3342 |
+
#~ "Choose whether to display a tooltip when hovering over Add to wishlist "
|
3343 |
+
#~ "link"
|
3344 |
+
#~ msgstr ""
|
3345 |
+
#~ "Choisissez d'afficher une info-bulle lorsque vous survolez le lien "
|
3346 |
+
#~ "Ajouter à la liste de souhaits"
|
3347 |
+
|
3348 |
+
#~ msgid "Enable \"Add to wishlist\" tooltip"
|
3349 |
+
#~ msgstr "Activer l'infobulle \"Ajouter à la liste de souhaits\""
|
3350 |
+
|
3351 |
+
#~ msgid ""
|
3352 |
+
#~ "Enable popup notices when the product is added or removed from the "
|
3353 |
+
#~ "wishlist"
|
3354 |
+
#~ msgstr ""
|
3355 |
+
#~ "Activer les notifications contextuelles lorsque le produit est ajouté ou "
|
3356 |
+
#~ "supprimé de la liste de souhaits"
|
3357 |
+
|
3358 |
+
#~ msgid "Enable Added/Removed notices"
|
3359 |
+
#~ msgstr "Activer les notifications ajouté/supprimé"
|
3360 |
+
|
3361 |
+
#~ msgid "Only authenticated users"
|
3362 |
+
#~ msgstr "Uniquement les utilisateurs authentifiés"
|
3363 |
+
|
3364 |
+
#~ msgid "All users"
|
3365 |
+
#~ msgstr "Tous les utilisateurs"
|
3366 |
+
|
3367 |
+
#~ msgid ""
|
3368 |
+
#~ "Choose whether to enable the wishlist feature for all users or only for "
|
3369 |
+
#~ "logged-in users"
|
3370 |
+
#~ msgstr ""
|
3371 |
+
#~ "Choisissez d'activer la fonctionnalité de liste de souhaits pour tous les "
|
3372 |
+
#~ "utilisateurs ou uniquement pour les utilisateurs connectés"
|
3373 |
+
|
3374 |
+
#~ msgid "Enable wishlist for"
|
3375 |
+
#~ msgstr "Activer la liste de souhaits pour"
|
3376 |
+
|
3377 |
+
#~ msgid "Promotional"
|
3378 |
+
#~ msgstr "Promotionnel"
|
3379 |
+
|
3380 |
+
#~ msgid "Ask for an estimate"
|
3381 |
+
#~ msgstr "Faire une demande de prix"
|
3382 |
+
|
3383 |
+
#~ msgid "Popular"
|
3384 |
+
#~ msgstr "Populaire"
|
languages/yith-woocommerce-wishlist-he_IL.mo
CHANGED
Binary file
|
languages/yith-woocommerce-wishlist-he_IL.po
CHANGED
@@ -5,14 +5,14 @@ msgstr ""
|
|
5 |
"Project-Id-Version: YITH WooCommerce Wishlist\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
7 |
"POT-Creation-Date: \n"
|
8 |
-
"PO-Revision-Date: 2020-
|
9 |
"Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
|
10 |
"Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
|
11 |
"Language: he_IL\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=utf-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
-
"X-Generator: Poedit 2.
|
16 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
|
17 |
"__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
|
18 |
"_nx_noop:4c,1,2\n"
|
5 |
"Project-Id-Version: YITH WooCommerce Wishlist\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
7 |
"POT-Creation-Date: \n"
|
8 |
+
"PO-Revision-Date: 2020-09-17 15:56+0200\n"
|
9 |
"Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
|
10 |
"Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
|
11 |
"Language: he_IL\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=utf-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
+
"X-Generator: Poedit 2.4.1\n"
|
16 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
|
17 |
"__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
|
18 |
"_nx_noop:4c,1,2\n"
|
languages/yith-woocommerce-wishlist-hr.mo
CHANGED
Binary file
|
languages/yith-woocommerce-wishlist-hr.po
CHANGED
@@ -5,14 +5,14 @@ msgstr ""
|
|
5 |
"Project-Id-Version: YITH WooCommerce Wishlist\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
7 |
"POT-Creation-Date: \n"
|
8 |
-
"PO-Revision-Date: 2020-
|
9 |
"Last-Translator: \n"
|
10 |
"Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
|
11 |
"Language: hr_HR\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=utf-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
-
"X-Generator: Poedit 2.
|
16 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
|
17 |
"__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
|
18 |
"_nx_noop:4c,1,2\n"
|
5 |
"Project-Id-Version: YITH WooCommerce Wishlist\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
7 |
"POT-Creation-Date: \n"
|
8 |
+
"PO-Revision-Date: 2020-09-17 15:57+0200\n"
|
9 |
"Last-Translator: \n"
|
10 |
"Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
|
11 |
"Language: hr_HR\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=utf-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
+
"X-Generator: Poedit 2.4.1\n"
|
16 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
|
17 |
"__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
|
18 |
"_nx_noop:4c,1,2\n"
|
languages/yith-woocommerce-wishlist-it_IT.mo
CHANGED
Binary file
|
languages/yith-woocommerce-wishlist-it_IT.po
CHANGED
@@ -5,14 +5,14 @@ msgstr ""
|
|
5 |
"Project-Id-Version: YITH WooCommerce Wishlist\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
7 |
"POT-Creation-Date: \n"
|
8 |
-
"PO-Revision-Date: 2020-
|
9 |
"Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
|
10 |
"Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
|
11 |
"Language: it_IT\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=utf-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
-
"X-Generator: Poedit 2.
|
16 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
|
17 |
"__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
|
18 |
"_nx_noop:4c,1,2\n"
|
5 |
"Project-Id-Version: YITH WooCommerce Wishlist\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
7 |
"POT-Creation-Date: \n"
|
8 |
+
"PO-Revision-Date: 2020-09-17 15:57+0200\n"
|
9 |
"Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
|
10 |
"Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
|
11 |
"Language: it_IT\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=utf-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
+
"X-Generator: Poedit 2.4.1\n"
|
16 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
|
17 |
"__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
|
18 |
"_nx_noop:4c,1,2\n"
|
languages/yith-woocommerce-wishlist-ko_KR.mo
CHANGED
Binary file
|
languages/yith-woocommerce-wishlist-ko_KR.po
CHANGED
@@ -5,14 +5,14 @@ msgstr ""
|
|
5 |
"Project-Id-Version: YITH WooCommerce Wishlist\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
7 |
"POT-Creation-Date: \n"
|
8 |
-
"PO-Revision-Date: 2020-
|
9 |
"Last-Translator: Valentyn Zubenko <valentyn.zubenko@gmail.com>\n"
|
10 |
"Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
|
11 |
"Language: uk_UA\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=utf-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
-
"X-Generator: Poedit 2.
|
16 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
|
17 |
"__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
|
18 |
"_nx_noop:4c,1,2\n"
|
5 |
"Project-Id-Version: YITH WooCommerce Wishlist\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
7 |
"POT-Creation-Date: \n"
|
8 |
+
"PO-Revision-Date: 2020-09-17 15:57+0200\n"
|
9 |
"Last-Translator: Valentyn Zubenko <valentyn.zubenko@gmail.com>\n"
|
10 |
"Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
|
11 |
"Language: uk_UA\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=utf-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
+
"X-Generator: Poedit 2.4.1\n"
|
16 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
|
17 |
"__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
|
18 |
"_nx_noop:4c,1,2\n"
|
languages/yith-woocommerce-wishlist-nl_NL.mo
CHANGED
Binary file
|
languages/yith-woocommerce-wishlist-nl_NL.po
CHANGED
@@ -5,14 +5,14 @@ msgstr ""
|
|
5 |
"Project-Id-Version: YITH WooCommerce Wishlist\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
7 |
"POT-Creation-Date: \n"
|
8 |
-
"PO-Revision-Date: 2020-
|
9 |
"Last-Translator: \n"
|
10 |
"Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
|
11 |
"Language: nl_NL\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=utf-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
-
"X-Generator: Poedit 2.
|
16 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
|
17 |
"__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
|
18 |
"_nx_noop:4c,1,2\n"
|
5 |
"Project-Id-Version: YITH WooCommerce Wishlist\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
7 |
"POT-Creation-Date: \n"
|
8 |
+
"PO-Revision-Date: 2020-09-17 15:57+0200\n"
|
9 |
"Last-Translator: \n"
|
10 |
"Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
|
11 |
"Language: nl_NL\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=utf-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
+
"X-Generator: Poedit 2.4.1\n"
|
16 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
|
17 |
"__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
|
18 |
"_nx_noop:4c,1,2\n"
|
languages/yith-woocommerce-wishlist-pl_PL.mo
CHANGED
Binary file
|
languages/yith-woocommerce-wishlist-pl_PL.po
CHANGED
@@ -5,14 +5,14 @@ msgstr ""
|
|
5 |
"Project-Id-Version: YITH WooCommerce Wishlist\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
7 |
"POT-Creation-Date: \n"
|
8 |
-
"PO-Revision-Date: 2020-
|
9 |
"Last-Translator: \n"
|
10 |
"Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
|
11 |
"Language: pl_PL\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=utf-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
-
"X-Generator: Poedit 2.
|
16 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
|
17 |
"__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
|
18 |
"_nx_noop:4c,1,2\n"
|
5 |
"Project-Id-Version: YITH WooCommerce Wishlist\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
7 |
"POT-Creation-Date: \n"
|
8 |
+
"PO-Revision-Date: 2020-09-17 15:57+0200\n"
|
9 |
"Last-Translator: \n"
|
10 |
"Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
|
11 |
"Language: pl_PL\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=utf-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
+
"X-Generator: Poedit 2.4.1\n"
|
16 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
|
17 |
"__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
|
18 |
"_nx_noop:4c,1,2\n"
|
languages/yith-woocommerce-wishlist-pt_BR.mo
CHANGED
Binary file
|
languages/yith-woocommerce-wishlist-pt_BR.po
CHANGED
@@ -5,14 +5,14 @@ msgstr ""
|
|
5 |
"Project-Id-Version: YITH WooCommerce Wishlist\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
7 |
"POT-Creation-Date: \n"
|
8 |
-
"PO-Revision-Date: 2020-
|
9 |
"Last-Translator: YIThemes <support@yithemes.com>\n"
|
10 |
"Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
|
11 |
"Language: pt_BR\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=utf-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
-
"X-Generator: Poedit 2.
|
16 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
|
17 |
"__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
|
18 |
"_nx_noop:4c,1,2\n"
|
5 |
"Project-Id-Version: YITH WooCommerce Wishlist\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
7 |
"POT-Creation-Date: \n"
|
8 |
+
"PO-Revision-Date: 2020-09-17 15:57+0200\n"
|
9 |
"Last-Translator: YIThemes <support@yithemes.com>\n"
|
10 |
"Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
|
11 |
"Language: pt_BR\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=utf-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
+
"X-Generator: Poedit 2.4.1\n"
|
16 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
|
17 |
"__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
|
18 |
"_nx_noop:4c,1,2\n"
|
languages/yith-woocommerce-wishlist-pt_PT.mo
CHANGED
Binary file
|
languages/yith-woocommerce-wishlist-pt_PT.po
CHANGED
@@ -5,14 +5,14 @@ msgstr ""
|
|
5 |
"Project-Id-Version: YITH WooCommerce Wishlist\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
7 |
"POT-Creation-Date: \n"
|
8 |
-
"PO-Revision-Date: 2020-
|
9 |
"Last-Translator: YIThemes <support@yithemes.com>\n"
|
10 |
"Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
|
11 |
"Language: pt_PT\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=utf-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
-
"X-Generator: Poedit 2.
|
16 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
|
17 |
"__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
|
18 |
"_nx_noop:4c,1,2\n"
|
5 |
"Project-Id-Version: YITH WooCommerce Wishlist\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
7 |
"POT-Creation-Date: \n"
|
8 |
+
"PO-Revision-Date: 2020-09-17 15:58+0200\n"
|
9 |
"Last-Translator: YIThemes <support@yithemes.com>\n"
|
10 |
"Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
|
11 |
"Language: pt_PT\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=utf-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
+
"X-Generator: Poedit 2.4.1\n"
|
16 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
|
17 |
"__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
|
18 |
"_nx_noop:4c,1,2\n"
|
languages/yith-woocommerce-wishlist-ru_RU.mo
CHANGED
Binary file
|
languages/yith-woocommerce-wishlist-ru_RU.po
CHANGED
@@ -5,14 +5,14 @@ msgstr ""
|
|
5 |
"Project-Id-Version: YITH WCWL\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
7 |
"POT-Creation-Date: \n"
|
8 |
-
"PO-Revision-Date: 2020-
|
9 |
"Last-Translator: Valentyn Zubenko <valentyn.zubenko@gmail.com>\n"
|
10 |
"Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
|
11 |
"Language: ru\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=utf-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
-
"X-Generator: Poedit 2.
|
16 |
"X-Poedit-KeywordsList: __;_e;_x\n"
|
17 |
"X-Poedit-Basepath: ..\n"
|
18 |
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
5 |
"Project-Id-Version: YITH WCWL\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
7 |
"POT-Creation-Date: \n"
|
8 |
+
"PO-Revision-Date: 2020-09-17 15:58+0200\n"
|
9 |
"Last-Translator: Valentyn Zubenko <valentyn.zubenko@gmail.com>\n"
|
10 |
"Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
|
11 |
"Language: ru\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=utf-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
+
"X-Generator: Poedit 2.4.1\n"
|
16 |
"X-Poedit-KeywordsList: __;_e;_x\n"
|
17 |
"X-Poedit-Basepath: ..\n"
|
18 |
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
languages/yith-woocommerce-wishlist-sv_SE.mo
CHANGED
Binary file
|
languages/yith-woocommerce-wishlist-sv_SE.po
CHANGED
@@ -5,14 +5,14 @@ msgstr ""
|
|
5 |
"Project-Id-Version: YITH WCWL\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
7 |
"POT-Creation-Date: \n"
|
8 |
-
"PO-Revision-Date: 2020-
|
9 |
"Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
|
10 |
"Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
|
11 |
"Language: sv\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=utf-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
-
"X-Generator: Poedit 2.
|
16 |
"X-Poedit-KeywordsList: __;_e;_x\n"
|
17 |
"X-Poedit-Basepath: ..\n"
|
18 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
5 |
"Project-Id-Version: YITH WCWL\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
7 |
"POT-Creation-Date: \n"
|
8 |
+
"PO-Revision-Date: 2020-09-17 15:58+0200\n"
|
9 |
"Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
|
10 |
"Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
|
11 |
"Language: sv\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=utf-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
+
"X-Generator: Poedit 2.4.1\n"
|
16 |
"X-Poedit-KeywordsList: __;_e;_x\n"
|
17 |
"X-Poedit-Basepath: ..\n"
|
18 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
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: http://wordpress.org/tag/init\n"
|
7 |
"POT-Creation-Date: \n"
|
8 |
-
"PO-Revision-Date: 2020-
|
9 |
"Last-Translator: Caner Öncel <caneroncel@gmail.com>\n"
|
10 |
"Language-Team: Caner Öncel (@egonomik) <caneroncel@gmail.com>\n"
|
11 |
"Language: tr_TR\n"
|
@@ -18,7 +18,7 @@ msgstr ""
|
|
18 |
"X-Poedit-Basepath: .\n"
|
19 |
"Plural-Forms: nplurals=2; plural=n!=1;\n"
|
20 |
"X-Poedit-SourceCharset: UTF-8\n"
|
21 |
-
"X-Generator: Poedit 2.
|
22 |
"X-Poedit-SearchPath-0: ..\n"
|
23 |
"X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
|
24 |
|
5 |
"Project-Id-Version: YITH WooCommerce Wishlist\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
7 |
"POT-Creation-Date: \n"
|
8 |
+
"PO-Revision-Date: 2020-09-17 15:58+0200\n"
|
9 |
"Last-Translator: Caner Öncel <caneroncel@gmail.com>\n"
|
10 |
"Language-Team: Caner Öncel (@egonomik) <caneroncel@gmail.com>\n"
|
11 |
"Language: tr_TR\n"
|
18 |
"X-Poedit-Basepath: .\n"
|
19 |
"Plural-Forms: nplurals=2; plural=n!=1;\n"
|
20 |
"X-Poedit-SourceCharset: UTF-8\n"
|
21 |
+
"X-Generator: Poedit 2.4.1\n"
|
22 |
"X-Poedit-SearchPath-0: ..\n"
|
23 |
"X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
|
24 |
|
languages/yith-woocommerce-wishlist-uk_UA.mo
CHANGED
Binary file
|
languages/yith-woocommerce-wishlist-uk_UA.po
CHANGED
@@ -5,14 +5,14 @@ msgstr ""
|
|
5 |
"Project-Id-Version: YITH WooCommerce Wishlist\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
7 |
"POT-Creation-Date: \n"
|
8 |
-
"PO-Revision-Date: 2020-
|
9 |
"Last-Translator: Valentyn Zubenko <valentyn.zubenko@gmail.com>\n"
|
10 |
"Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
|
11 |
"Language: uk_UA\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=utf-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
-
"X-Generator: Poedit 2.
|
16 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
|
17 |
"__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
|
18 |
"_nx_noop:4c,1,2\n"
|
5 |
"Project-Id-Version: YITH WooCommerce Wishlist\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
7 |
"POT-Creation-Date: \n"
|
8 |
+
"PO-Revision-Date: 2020-09-17 15:58+0200\n"
|
9 |
"Last-Translator: Valentyn Zubenko <valentyn.zubenko@gmail.com>\n"
|
10 |
"Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
|
11 |
"Language: uk_UA\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=utf-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
+
"X-Generator: Poedit 2.4.1\n"
|
16 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
|
17 |
"__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
|
18 |
"_nx_noop:4c,1,2\n"
|
languages/yith-woocommerce-wishlist-zh_CN.mo
CHANGED
Binary file
|
languages/yith-woocommerce-wishlist-zh_CN.po
CHANGED
@@ -5,14 +5,14 @@ msgstr ""
|
|
5 |
"Project-Id-Version: YITH WooCommerce Wishlist\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
7 |
"POT-Creation-Date: \n"
|
8 |
-
"PO-Revision-Date: 2020-
|
9 |
"Last-Translator: 李明軒 <eggeggxuan@gmail.com>\n"
|
10 |
"Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
|
11 |
"Language: zh_CN\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=utf-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
-
"X-Generator: Poedit 2.
|
16 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
|
17 |
"__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
|
18 |
"_nx_noop:4c,1,2\n"
|
5 |
"Project-Id-Version: YITH WooCommerce Wishlist\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
7 |
"POT-Creation-Date: \n"
|
8 |
+
"PO-Revision-Date: 2020-09-17 15:59+0200\n"
|
9 |
"Last-Translator: 李明軒 <eggeggxuan@gmail.com>\n"
|
10 |
"Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
|
11 |
"Language: zh_CN\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=utf-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
+
"X-Generator: Poedit 2.4.1\n"
|
16 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
|
17 |
"__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
|
18 |
"_nx_noop:4c,1,2\n"
|
languages/yith-woocommerce-wishlist-zh_TW.mo
CHANGED
Binary file
|
languages/yith-woocommerce-wishlist-zh_TW.po
CHANGED
@@ -5,14 +5,14 @@ msgstr ""
|
|
5 |
"Project-Id-Version: YITH WooCommerce Wishlist\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
7 |
"POT-Creation-Date: \n"
|
8 |
-
"PO-Revision-Date: 2020-
|
9 |
"Last-Translator: 李明軒 <eggeggxuan@gmail.com>\n"
|
10 |
"Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
|
11 |
"Language: zh_TW\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=utf-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
-
"X-Generator: Poedit 2.
|
16 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
|
17 |
"__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
|
18 |
"_nx_noop:4c,1,2\n"
|
5 |
"Project-Id-Version: YITH WooCommerce Wishlist\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
7 |
"POT-Creation-Date: \n"
|
8 |
+
"PO-Revision-Date: 2020-09-17 15:59+0200\n"
|
9 |
"Last-Translator: 李明軒 <eggeggxuan@gmail.com>\n"
|
10 |
"Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
|
11 |
"Language: zh_TW\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=utf-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
+
"X-Generator: Poedit 2.4.1\n"
|
16 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
|
17 |
"__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
|
18 |
"_nx_noop:4c,1,2\n"
|
plugin-fw/assets/js/yith-fields.js
CHANGED
@@ -696,11 +696,22 @@
|
|
696 |
toggle.saveToggleElement();
|
697 |
} );
|
698 |
|
699 |
-
|
700 |
-
|
701 |
-
|
702 |
-
|
703 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
704 |
$( document ).on( 'click', '.yith-password-eye', function () {
|
705 |
var $this = $( this ),
|
706 |
inp = $( this ).closest( '.yith-password-wrapper' ).find( 'input' );
|
@@ -713,13 +724,6 @@
|
|
713 |
}
|
714 |
} );
|
715 |
|
716 |
-
$( document.body ).on( 'yith-plugin-fw-init-radio', function () {
|
717 |
-
$( '.yith-plugin-fw-radio:not(.yith-plugin-fw-radio--initialized)' ).each( function () {
|
718 |
-
$( this ).val( $( this ).attr( 'value' ) );
|
719 |
-
$( this ).addClass( 'yith-plugin-fw-radio--initialized' );
|
720 |
-
} );
|
721 |
-
} ).trigger( 'yith-plugin-fw-init-radio' );
|
722 |
-
|
723 |
/**
|
724 |
* Select2 - add class to stylize it with the new plugin-fw style
|
725 |
*/
|
696 |
toggle.saveToggleElement();
|
697 |
} );
|
698 |
|
699 |
+
// Radio
|
700 |
+
$( document ).on( 'click', '.yith-plugin-fw-radio input[type=radio]', function () {
|
701 |
+
var _radioContainer = $( this ).closest( '.yith-plugin-fw-radio' ),
|
702 |
+
_value = $( this ).val();
|
703 |
+
|
704 |
+
_radioContainer.val( _value ).data( 'value', _value ).trigger( 'change' );
|
705 |
+
} );
|
706 |
+
|
707 |
+
$( document.body ).on( 'yith-plugin-fw-init-radio', function () {
|
708 |
+
$( '.yith-plugin-fw-radio:not(.yith-plugin-fw-radio--initialized)' ).each( function () {
|
709 |
+
$( this ).val( $( this ).data( 'value' ) );
|
710 |
+
$( this ).addClass( 'yith-plugin-fw-radio--initialized' );
|
711 |
+
} );
|
712 |
+
} ).trigger( 'yith-plugin-fw-init-radio' );
|
713 |
+
|
714 |
+
// Password Eye field
|
715 |
$( document ).on( 'click', '.yith-password-eye', function () {
|
716 |
var $this = $( this ),
|
717 |
inp = $( this ).closest( '.yith-password-wrapper' ).find( 'input' );
|
724 |
}
|
725 |
} );
|
726 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
727 |
/**
|
728 |
* Select2 - add class to stylize it with the new plugin-fw style
|
729 |
*/
|
plugin-fw/assets/js/yith-fields.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(e){e(document).on("yith_fields_init",function(){var t=e(".yith-plugin-fw-datepicker"),i=e(".yith-plugin-fw-colorpicker"),a={imgPreviewHandler:".yith-plugin-fw-upload-img-preview",uploadButtonHandler:".yith-plugin-fw-upload-button",imgUrlHandler:".yith-plugin-fw-upload-img-url",resetButtonHandler:".yith-plugin-fw-upload-button-reset",imgUrl:e(".yith-plugin-fw-upload-img-url")},n=e(".add_media"),l={sliderWrapper:e(".yith-plugin-fw .image-gallery ul.slides-wrapper"),buttonHandler:".yith-plugin-fw .image-gallery-button"},s=e(".yith-plugin-fw-sidebar-layout"),o=e(".yith-plugin-fw .yith-plugin-fw-slider-container .ui-slider-horizontal"),r=e(".codemirror"),d=e(".yit-icons-manager-wrapper");e(".yith-plugin-ui td.forminp-checkbox");t.each(function(){var t=e(this).data();t.showAnim=!1,t.beforeShow=function(e,t){t.dpDiv.addClass("yith-plugin-fw-datepicker-div")},t.onClose=function(e,t){t.dpDiv.removeClass("yith-plugin-fw-datepicker-div")},e(this).datepicker(t)}),i.wpColorPicker({palettes:!1,width:200,mode:"hsl",clear:function(){var t=e(this);t.val(t.data("default-color")),t.change()}}),i.each(function(){var t=e(this).data("variations-label"),i=e(this).closest(".yith-plugin-fw-colorpicker-field-wrapper"),a=e(this).closest(".yith-single-colorpicker"),n=i.find(".wp-picker-input-wrap"),l=a.find(".wp-picker-input-wrap");if(n.length&&i.find("a.wp-color-result").attr("title",t),a.length&&a.find("a.wp-color-result").attr("title",t),!n.find(".wp-picker-clear-custom").length){var s=e("<span/>").attr({"class":"wp-picker-default-custom"});n.find(".wp-picker-default").wrap(s)}l.find(".wp-picker-clear-custom").length||(s=e("<span/>").attr({"class":"wp-picker-default-custom"}),l.find(".wp-picker-default").wrap(s))}),"undefined"!=typeof wp&&"undefined"!=typeof wp.media&&(a.imgUrl.change(function(){var t=e(this).val(),i=new RegExp("(http|ftp|https)://[a-zA-Z0-9@?^=%&:/~+#-_.]*.(gif|jpg|jpeg|png|ico|svg)"),n=e(this).parent().find(a.imgPreviewHandler).first();n.length<1&&(n=e(this).parent().parent().find(a.imgPreviewHandler).first()),i.test(t)?n.html('<img src="'+t+'" style="max-width:100px; max-height:100px;" />'):n.html("")}).trigger("change"),e(document).on("click",a.uploadButtonHandler,function(t){t.preventDefault();var i,n=e(this).attr("id").replace(/-button$/,"");if(i)i.open();else{var l=[new wp.media.controller.Library({library:wp.media.query(),multiple:!1,title:"Choose Image",priority:20,filterable:"uploaded"})];(i=wp.media.frames.downloadable_file=wp.media({title:"Choose Image",library:{type:""},button:{text:"Choose Image"},multiple:!1,states:l})).on("select",function(){var t=i.state().get("selection").first().toJSON();e("#"+n).val(t.url),e("#"+n+"-yith-attachment-id")&&e("#"+n+"-yith-attachment-id").val(t.id),a.imgUrl.trigger("change")}),i.open()}}),e(document).on("click",a.resetButtonHandler,function(t){var i=e(this),n=i.attr("id"),l=i.attr("id").replace(/-button-reset$/,""),s=e("#"+n).data("default");e("#"+l).val(s),a.imgUrl.trigger("change")}));n.on("click",function(){}),"undefined"!=typeof wp&&"undefined"!=typeof wp.media&&(e(document).on("click",l.buttonHandler,function(t){var i=e(this),a=i.closest(".image-gallery"),n=a.find(".image_gallery_ids"),l=n.val(),s=a.find("ul.slides-wrapper"),o=wp.media.frames.image_gallery=wp.media({title:i.data("choose"),button:{text:i.data("update")},states:[new wp.media.controller.Library({title:i.data("choose"),filterable:"all",multiple:!0})]});o.on("select",function(){o.state().get("selection").map(function(e){(e=e.toJSON()).id&&(l=l?l+","+e.id:e.id,s.append('<li class="image" data-attachment_id="'+e.id+'"><img src="'+e.sizes.thumbnail.url+'"/><ul class="actions"><li><a href="#" class="delete" title="'+i.data("delete")+'">x</a></li></ul></li>'))}),n.val(l)}),o.open()}),l.sliderWrapper.each(function(){var t=e(this);t.sortable({items:"li.image",cursor:"move",scrollSensitivity:40,forcePlaceholderSize:!0,forceHelperSize:!1,helper:"clone",opacity:.65,start:function(e,t){t.item.css("background-color","#f6f6f6")},stop:function(e,t){t.item.removeAttr("style")},update:function(i,a){var n="";t.find("li.image").css("cursor","default").each(function(){var t=e(this).attr("data-attachment_id");n=n+t+","}),t.closest(".image-gallery").find(".image_gallery_ids").val(n)}})}),l.sliderWrapper.on("click","a.delete",function(){var t=e(this).closest(".image-gallery"),i=e(this).closest(".image-gallery ul.slides-wrapper"),a=t.find(".image_gallery_ids"),n="";e(this).closest("li.image").remove(),i.find("li.image").css("cursor","default").each(function(){var t=e(this).attr("data-attachment_id");n=n+t+","}),a.val(n)})),s.each(function(){e(this).find("img").on("click",function(){var t=e(this).closest(".yith-plugin-fw-sidebar-layout"),i=t.find(".yith-plugin-fw-sidebar-layout-sidebar-left-container"),a=t.find(".yith-plugin-fw-sidebar-layout-sidebar-right-container"),n=e(this).data("type");if(e(this).parent().children(":radio").attr("checked",!1),e(this).prev(":radio").attr("checked",!0),void 0!==n)switch(n){case"left":i.show(),a.hide();break;case"right":a.show(),i.hide();break;case"double":i.show(),a.show();break;default:i.hide(),a.hide()}})}),o.each(function(){var t=e(this).data("val"),i=e(this).data("min"),a=e(this).data("max"),n=e(this).data("step"),l=e(this).data("labels");e(this).slider({value:t,min:i,max:a,range:"min",step:n,create:function(){e(this).find(".ui-slider-handle").text(e(this).slider("value"))},slide:function(t,i){e(this).find("input").val(i.value),e(this).find(".ui-slider-handle").text(i.value),e(this).siblings(".feedback").find("strong").text(i.value+l)}})}),r.each(function(t,i){var a=CodeMirror.fromTextArea(i,{lineNumbers:1,mode:"javascript",showCursorWhenSelecting:!0});e(i).data("codemirrorInstance",a)}),e(document).on("click",".yith-plugin-fw-select-all",function(){e("#"+e(this).data("select-id")).find("option").prop("selected",!0).trigger("change")}),e(document).on("click",".yith-plugin-fw-deselect-all",function(){e("#"+e(this).data("select-id")).find("option").prop("selected",!1).trigger("change")}),d.each(function(){var t=e(this),i=t.find(".yit-icons-manager-icon-preview").first(),a=t.find(".yit-icons-manager-icon-text");t.on("click",".yit-icons-manager-list li",function(n){var l=e(n.target).closest("li"),s=l.data("font"),o=l.data("icon"),r=l.data("key"),d=l.data("name");i.attr("data-font",s),i.attr("data-icon",o),i.attr("data-key",r),i.attr("data-name",d),a.val(s+":"+d),t.find(".yit-icons-manager-list li").removeClass("active"),l.addClass("active")}),t.on("click",".yit-icons-manager-action-set-default",function(){t.find(".yit-icons-manager-list li.default").trigger("click")})}),e(document).on("click",".yith-plugin-fw-select-images__item",function(){var t=e(this),i=t.data("key"),a=t.closest(".yith-plugin-fw-select-images__wrapper"),n=a.find(".yith-plugin-fw-select-images__item"),l=a.find("select").first();l.length&&(l.val(i).trigger("yith_select_images_value_changed"),n.removeClass("yith-plugin-fw-select-images__item--selected"),t.addClass("yith-plugin-fw-select-images__item--selected"))}),e(document.body).trigger("wc-enhanced-select-init"),e(document).find(".ui-sortable .yith-toggle-elements").sortable({cursor:"move",axis:"y",scrollSensitivity:40,forcePlaceholderSize:!0,helper:"clone",stop:function(t,i){var a=jQuery(".ui-sortable-handle"),n=0,l=new Array;for(n=0;n<a.length;n++)l[n]=e(a[n]).data("item_key");l.length>0&&e(this).closest(".toggle-element").saveToggleElement(null,l)}}),e(document.body).trigger("yith-framework-enhanced-select-init")}).trigger("yith_fields_init"),e(document).on("click",".yith-plugin-fw-onoff-container span",function(){var t=e(this).prev("input");t.prop("checked")?t.prop("checked",!1).attr("value","no").removeClass("onoffchecked"):t.prop("checked",!0).attr("value","yes").addClass("onoffchecked"),t.change()}),e.fn.saveToggleElement=function(t,i){var a=e(this),n="yith_plugin_fw_save_toggle_element",l=a.serializeToggleElement(),s=a.find(".yith-toggle_wrapper"),o=s.attr("id"),r=e.urlParam("tab");l.append("security",s.data("nonce")),void 0!==i&&i.length>0&&l.append("yith_toggle_elements_order_keys",i),a.closest(".metaboxes-tab.yith-plugin-ui").length?(n="yith_plugin_fw_save_toggle_element_metabox",post_id=e(this).closest("form#post").find("#post_ID").val(),yit_metaboxes_nonce=e(this).closest("form#post").find("#yit_metaboxes_nonce").val(),metabox_tab=e(this).closest(".tabs-panel").attr("id"),url=yith_framework_fw_fields.ajax_url+"?action="+n+"&post_ID="+post_id+"&yit_metaboxes_nonce="+yit_metaboxes_nonce+"&toggle_id="+o+"&metabox_tab="+metabox_tab):url=yith_framework_fw_fields.admin_url+"?action="+n+"&tab="+r+"&toggle_id="+o,e.ajax({type:"POST",url:url,data:l,contentType:!1,processData:!1,success:function(i){t&&t.removeClass("show"),e(document).trigger("yith_save_toggle_element_done",[i,a])}})},e.fn.serializeToggleElement=function(){var t=e(this),i=new FormData,a=e(t).find(":input").serializeArray();return e.each(a,function(e,t){el_name=t.name,i.append(t.name,t.value)}),i},e.fn.formatToggleTitle=function(){var t=e(this),i=t.find(":input"),a=t.find("span.title").data("title_format"),n=t.find(".subtitle").data("subtitle_format"),l=new RegExp("[^%%]+(?=[%%])","g");if(void 0!==a)var s=a.match(l);if(void 0!==n)var o=n.match(l);e.each(i,function(t,i){void 0!==e(i).attr("id")&&($field_id=e(i).attr("id"),$field_array=$field_id.split("_"),$field_array.pop(),$field_id=$field_array.join("_"),$field_val=e(i).val(),null!=s&&void 0!==s&&-1!==s.indexOf($field_id)&&(a=a.replace("%%"+$field_id+"%%",$field_val)),null!=o&&void 0!==o&&-1!==o.indexOf($field_id)&&(n=n.replace("%%"+$field_id+"%%",$field_val)))}),""!==a&&t.find("span.title").html(a),""!==n&&t.find(".subtitle").html(n),e(document).trigger("yith-toggle-element-item-title",[t])},e.urlParam=function(e){var t=new RegExp("[?&]"+e+"=([^&#]*)").exec(window.location.search);return null!==t&&(t[1]||0)},e(document).on("click",".yith-toggle-title",function(t){var i=e(t.target),a=i.closest(".yith-toggle-row"),n=a.find(".yith-toggle-content");if(i.hasClass("yith-plugin-fw-onoff")||i.hasClass("yith-icon-drag"))return!1;a.is(".yith-toggle-row-opened")?n.slideUp(400):n.slideDown(400),a.toggleClass("yith-toggle-row-opened")}),e(document).on("click",".yith-add-box-button",function(t){t.preventDefault();var i=e(this),a=i.data("box_id"),n=i.data("closed_label"),l=i.data("opened_label"),s=i.closest(".yith-toggle_wrapper").attr("id");template=wp.template("yith-toggle-element-add-box-content-"+s),""!==a&&(e("#"+a).html(template({index:"box_id"})).slideToggle(),""!==n&&(i.html()===n?i.html(l).removeClass("closed"):i.html(n).addClass("closed")),e(document).trigger("yith_fields_init"),e(document).trigger("yith-add-box-button-toggle",[i]))}),e(document).on("click",".yith-add-box-buttons .yith-save-button",function(t){t.preventDefault();var i=e(this).parents(".yith-add-box"),a=e(this).closest(".yith-toggle_wrapper").attr("id"),n=i.find(".spinner"),l=e(this).parents(".toggle-element"),s=i.find(":input"),o=l.find(".yith-toggle-row").length,r=e('<input type="hidden">');r.val(o),e(document).trigger("yith-toggle-change-counter",[r,i]),o=r.val();var d=wp.template("yith-toggle-element-item-"+a),c=e(d({index:o}));n.addClass("show"),e.each(s,function(t,i){void 0!==e(i).attr("id")&&($field_id=e(i).attr("id"),$field_val=e(i).val(),"radio"==e(i).attr("type")?($field_id=$field_id.replace("new_",""),$field_id=$field_id.replace("-"+$field_val,""),$field_id=$field_id+"_dataindex-"+$field_val):$field_id=$field_id.replace("new_","")+"_"+o,e(i).is(":checked")&&e(c).find("#"+$field_id).prop("checked",!0),(e(i).hasClass("yith-post-search")||e(i).hasClass("yith-term-search"))&&e(c).find("#"+$field_id).html(e("#"+e(i).attr("id")).html()),e(c).find("#"+$field_id).val($field_val))}),e(c).formatToggleTitle();var u=e('<input type="hidden">').val("yes");e(document).trigger("yith-toggle-element-item-before-add",[i,c,u]);setTimeout(function(){if("yes"===u.val()){e(l).find(".yith-toggle-elements").append(c),e(i).find(".yith-plugin-fw-datepicker").datepicker("destroy"),e(i).html(""),e(i).prev(".yith-add-box-button").trigger("click"),l.saveToggleElement();setTimeout(function(){e(l).find(".highlight").removeClass("highlight")},2e3),e(document).trigger("yith_fields_init")}},1e3)}),e(document).on("click",".yith-toggle-row .yith-save-button",function(t){t.preventDefault();var i=e(this).closest(".toggle-element"),a=e(this).closest(".yith-toggle-row"),n=a.find(".spinner");a.formatToggleTitle();var l=e('<input type="hidden">').val("yes");e(document).trigger("yith-toggle-element-item-before-update",[i,a,l]),"yes"===l.val()&&(n.addClass("show"),i.saveToggleElement(n))}),e(document).on("click",".yith-toggle-row .yith-delete-button",function(t){t.preventDefault();var i=e(this).closest(".toggle-element");e(this).closest(".yith-toggle-row").remove(),i.saveToggleElement()}),e(document).on("click",".yith-toggle-onoff",function(t){t.preventDefault(),e(this).closest(".toggle-element").saveToggleElement()}),e(document).on("click",".yith-plugin-fw-radio input[type=radio]",function(){e(this).closest(".yith-plugin-fw-radio").val(e(this).val()).trigger("change")}),e(document).on("click",".yith-password-eye",function(){var t=e(this),i=e(this).closest(".yith-password-wrapper").find("input");"password"===i.attr("type")?(i.attr("type","text"),t.addClass("yith-password-eye-closed")):(i.attr("type","password"),t.removeClass("yith-password-eye-closed"))}),e(document.body).on("yith-plugin-fw-init-radio",function(){e(".yith-plugin-fw-radio:not(.yith-plugin-fw-radio--initialized)").each(function(){e(this).val(e(this).attr("value")),e(this).addClass("yith-plugin-fw-radio--initialized")})}).trigger("yith-plugin-fw-init-radio"),e(document).on("select2:open",function(t){e(t.target).closest(".yith-plugin-ui").length&&e(".select2-results").closest(".select2-container").addClass("yith-plugin-fw-select2-container")});var t={selectors:{wrapper:".yith-plugin-fw-dimensions",units:{wrapper:".yith-plugin-fw-dimensions__units",single:".yith-plugin-fw-dimensions__unit",value:".yith-plugin-fw-dimensions__unit__value",selectedClass:"yith-plugin-fw-dimensions__unit--selected"},linked:{button:".yith-plugin-fw-dimensions__linked",value:".yith-plugin-fw-dimensions__linked__value",wrapperActiveClass:"yith-plugin-fw-dimensions--linked-active"},dimensions:{number:".yith-plugin-fw-dimensions__dimension__number"}},init:function(){var i=t;e(document).on("click",i.selectors.units.single,i.unitChange),e(document).on("click",i.selectors.linked.button,i.linkedChange),e(document).on("change keyup",i.selectors.dimensions.number,i.numberChange)},unitChange:function(i){var a=e(this).closest(t.selectors.units.single),n=a.closest(t.selectors.units.wrapper),l=n.find(t.selectors.units.single),s=n.find(t.selectors.units.value).first(),o=a.data("value");l.removeClass(t.selectors.units.selectedClass),a.addClass(t.selectors.units.selectedClass),s.val(o)},linkedChange:function(){var i=e(this).closest(t.selectors.linked.button),a=i.closest(t.selectors.wrapper),n=i.find(t.selectors.linked.value);"yes"===n.val()?(a.removeClass(t.selectors.linked.wrapperActiveClass),n.val("no")):(a.addClass(t.selectors.linked.wrapperActiveClass),n.val("yes"),a.find(t.selectors.dimensions.number).first().trigger("change"))},numberChange:function(i){var a=e(this).closest(t.selectors.dimensions.number),n=a.closest(t.selectors.wrapper);n.hasClass(t.selectors.linked.wrapperActiveClass)&&n.find(t.selectors.dimensions.number).val(a.val())}};t.init()}(jQuery);
|
1 |
+
!function(e){e(document).on("yith_fields_init",function(){var t=e(".yith-plugin-fw-datepicker"),i=e(".yith-plugin-fw-colorpicker"),a={imgPreviewHandler:".yith-plugin-fw-upload-img-preview",uploadButtonHandler:".yith-plugin-fw-upload-button",imgUrlHandler:".yith-plugin-fw-upload-img-url",resetButtonHandler:".yith-plugin-fw-upload-button-reset",imgUrl:e(".yith-plugin-fw-upload-img-url")},n=e(".add_media"),l={sliderWrapper:e(".yith-plugin-fw .image-gallery ul.slides-wrapper"),buttonHandler:".yith-plugin-fw .image-gallery-button"},s=e(".yith-plugin-fw-sidebar-layout"),o=e(".yith-plugin-fw .yith-plugin-fw-slider-container .ui-slider-horizontal"),r=e(".codemirror"),d=e(".yit-icons-manager-wrapper");e(".yith-plugin-ui td.forminp-checkbox");t.each(function(){var t=e(this).data();t.showAnim=!1,t.beforeShow=function(e,t){t.dpDiv.addClass("yith-plugin-fw-datepicker-div")},t.onClose=function(e,t){t.dpDiv.removeClass("yith-plugin-fw-datepicker-div")},e(this).datepicker(t)}),i.wpColorPicker({palettes:!1,width:200,mode:"hsl",clear:function(){var t=e(this);t.val(t.data("default-color")),t.change()}}),i.each(function(){var t=e(this).data("variations-label"),i=e(this).closest(".yith-plugin-fw-colorpicker-field-wrapper"),a=e(this).closest(".yith-single-colorpicker"),n=i.find(".wp-picker-input-wrap"),l=a.find(".wp-picker-input-wrap");if(n.length&&i.find("a.wp-color-result").attr("title",t),a.length&&a.find("a.wp-color-result").attr("title",t),!n.find(".wp-picker-clear-custom").length){var s=e("<span/>").attr({"class":"wp-picker-default-custom"});n.find(".wp-picker-default").wrap(s)}l.find(".wp-picker-clear-custom").length||(s=e("<span/>").attr({"class":"wp-picker-default-custom"}),l.find(".wp-picker-default").wrap(s))}),"undefined"!=typeof wp&&"undefined"!=typeof wp.media&&(a.imgUrl.change(function(){var t=e(this).val(),i=new RegExp("(http|ftp|https)://[a-zA-Z0-9@?^=%&:/~+#-_.]*.(gif|jpg|jpeg|png|ico|svg)"),n=e(this).parent().find(a.imgPreviewHandler).first();n.length<1&&(n=e(this).parent().parent().find(a.imgPreviewHandler).first()),i.test(t)?n.html('<img src="'+t+'" style="max-width:100px; max-height:100px;" />'):n.html("")}).trigger("change"),e(document).on("click",a.uploadButtonHandler,function(t){t.preventDefault();var i,n=e(this).attr("id").replace(/-button$/,"");if(i)i.open();else{var l=[new wp.media.controller.Library({library:wp.media.query(),multiple:!1,title:"Choose Image",priority:20,filterable:"uploaded"})];(i=wp.media.frames.downloadable_file=wp.media({title:"Choose Image",library:{type:""},button:{text:"Choose Image"},multiple:!1,states:l})).on("select",function(){var t=i.state().get("selection").first().toJSON();e("#"+n).val(t.url),e("#"+n+"-yith-attachment-id")&&e("#"+n+"-yith-attachment-id").val(t.id),a.imgUrl.trigger("change")}),i.open()}}),e(document).on("click",a.resetButtonHandler,function(t){var i=e(this),n=i.attr("id"),l=i.attr("id").replace(/-button-reset$/,""),s=e("#"+n).data("default");e("#"+l).val(s),a.imgUrl.trigger("change")}));n.on("click",function(){}),"undefined"!=typeof wp&&"undefined"!=typeof wp.media&&(e(document).on("click",l.buttonHandler,function(t){var i=e(this),a=i.closest(".image-gallery"),n=a.find(".image_gallery_ids"),l=n.val(),s=a.find("ul.slides-wrapper"),o=wp.media.frames.image_gallery=wp.media({title:i.data("choose"),button:{text:i.data("update")},states:[new wp.media.controller.Library({title:i.data("choose"),filterable:"all",multiple:!0})]});o.on("select",function(){o.state().get("selection").map(function(e){(e=e.toJSON()).id&&(l=l?l+","+e.id:e.id,s.append('<li class="image" data-attachment_id="'+e.id+'"><img src="'+e.sizes.thumbnail.url+'"/><ul class="actions"><li><a href="#" class="delete" title="'+i.data("delete")+'">x</a></li></ul></li>'))}),n.val(l)}),o.open()}),l.sliderWrapper.each(function(){var t=e(this);t.sortable({items:"li.image",cursor:"move",scrollSensitivity:40,forcePlaceholderSize:!0,forceHelperSize:!1,helper:"clone",opacity:.65,start:function(e,t){t.item.css("background-color","#f6f6f6")},stop:function(e,t){t.item.removeAttr("style")},update:function(i,a){var n="";t.find("li.image").css("cursor","default").each(function(){var t=e(this).attr("data-attachment_id");n=n+t+","}),t.closest(".image-gallery").find(".image_gallery_ids").val(n)}})}),l.sliderWrapper.on("click","a.delete",function(){var t=e(this).closest(".image-gallery"),i=e(this).closest(".image-gallery ul.slides-wrapper"),a=t.find(".image_gallery_ids"),n="";e(this).closest("li.image").remove(),i.find("li.image").css("cursor","default").each(function(){var t=e(this).attr("data-attachment_id");n=n+t+","}),a.val(n)})),s.each(function(){e(this).find("img").on("click",function(){var t=e(this).closest(".yith-plugin-fw-sidebar-layout"),i=t.find(".yith-plugin-fw-sidebar-layout-sidebar-left-container"),a=t.find(".yith-plugin-fw-sidebar-layout-sidebar-right-container"),n=e(this).data("type");if(e(this).parent().children(":radio").attr("checked",!1),e(this).prev(":radio").attr("checked",!0),void 0!==n)switch(n){case"left":i.show(),a.hide();break;case"right":a.show(),i.hide();break;case"double":i.show(),a.show();break;default:i.hide(),a.hide()}})}),o.each(function(){var t=e(this).data("val"),i=e(this).data("min"),a=e(this).data("max"),n=e(this).data("step"),l=e(this).data("labels");e(this).slider({value:t,min:i,max:a,range:"min",step:n,create:function(){e(this).find(".ui-slider-handle").text(e(this).slider("value"))},slide:function(t,i){e(this).find("input").val(i.value),e(this).find(".ui-slider-handle").text(i.value),e(this).siblings(".feedback").find("strong").text(i.value+l)}})}),r.each(function(t,i){var a=CodeMirror.fromTextArea(i,{lineNumbers:1,mode:"javascript",showCursorWhenSelecting:!0});e(i).data("codemirrorInstance",a)}),e(document).on("click",".yith-plugin-fw-select-all",function(){e("#"+e(this).data("select-id")).find("option").prop("selected",!0).trigger("change")}),e(document).on("click",".yith-plugin-fw-deselect-all",function(){e("#"+e(this).data("select-id")).find("option").prop("selected",!1).trigger("change")}),d.each(function(){var t=e(this),i=t.find(".yit-icons-manager-icon-preview").first(),a=t.find(".yit-icons-manager-icon-text");t.on("click",".yit-icons-manager-list li",function(n){var l=e(n.target).closest("li"),s=l.data("font"),o=l.data("icon"),r=l.data("key"),d=l.data("name");i.attr("data-font",s),i.attr("data-icon",o),i.attr("data-key",r),i.attr("data-name",d),a.val(s+":"+d),t.find(".yit-icons-manager-list li").removeClass("active"),l.addClass("active")}),t.on("click",".yit-icons-manager-action-set-default",function(){t.find(".yit-icons-manager-list li.default").trigger("click")})}),e(document).on("click",".yith-plugin-fw-select-images__item",function(){var t=e(this),i=t.data("key"),a=t.closest(".yith-plugin-fw-select-images__wrapper"),n=a.find(".yith-plugin-fw-select-images__item"),l=a.find("select").first();l.length&&(l.val(i).trigger("yith_select_images_value_changed"),n.removeClass("yith-plugin-fw-select-images__item--selected"),t.addClass("yith-plugin-fw-select-images__item--selected"))}),e(document.body).trigger("wc-enhanced-select-init"),e(document).find(".ui-sortable .yith-toggle-elements").sortable({cursor:"move",axis:"y",scrollSensitivity:40,forcePlaceholderSize:!0,helper:"clone",stop:function(t,i){var a=jQuery(".ui-sortable-handle"),n=0,l=new Array;for(n=0;n<a.length;n++)l[n]=e(a[n]).data("item_key");l.length>0&&e(this).closest(".toggle-element").saveToggleElement(null,l)}}),e(document.body).trigger("yith-framework-enhanced-select-init")}).trigger("yith_fields_init"),e(document).on("click",".yith-plugin-fw-onoff-container span",function(){var t=e(this).prev("input");t.prop("checked")?t.prop("checked",!1).attr("value","no").removeClass("onoffchecked"):t.prop("checked",!0).attr("value","yes").addClass("onoffchecked"),t.change()}),e.fn.saveToggleElement=function(t,i){var a=e(this),n="yith_plugin_fw_save_toggle_element",l=a.serializeToggleElement(),s=a.find(".yith-toggle_wrapper"),o=s.attr("id"),r=e.urlParam("tab");l.append("security",s.data("nonce")),void 0!==i&&i.length>0&&l.append("yith_toggle_elements_order_keys",i),a.closest(".metaboxes-tab.yith-plugin-ui").length?(n="yith_plugin_fw_save_toggle_element_metabox",post_id=e(this).closest("form#post").find("#post_ID").val(),yit_metaboxes_nonce=e(this).closest("form#post").find("#yit_metaboxes_nonce").val(),metabox_tab=e(this).closest(".tabs-panel").attr("id"),url=yith_framework_fw_fields.ajax_url+"?action="+n+"&post_ID="+post_id+"&yit_metaboxes_nonce="+yit_metaboxes_nonce+"&toggle_id="+o+"&metabox_tab="+metabox_tab):url=yith_framework_fw_fields.admin_url+"?action="+n+"&tab="+r+"&toggle_id="+o,e.ajax({type:"POST",url:url,data:l,contentType:!1,processData:!1,success:function(i){t&&t.removeClass("show"),e(document).trigger("yith_save_toggle_element_done",[i,a])}})},e.fn.serializeToggleElement=function(){var t=e(this),i=new FormData,a=e(t).find(":input").serializeArray();return e.each(a,function(e,t){el_name=t.name,i.append(t.name,t.value)}),i},e.fn.formatToggleTitle=function(){var t=e(this),i=t.find(":input"),a=t.find("span.title").data("title_format"),n=t.find(".subtitle").data("subtitle_format"),l=new RegExp("[^%%]+(?=[%%])","g");if(void 0!==a)var s=a.match(l);if(void 0!==n)var o=n.match(l);e.each(i,function(t,i){void 0!==e(i).attr("id")&&($field_id=e(i).attr("id"),$field_array=$field_id.split("_"),$field_array.pop(),$field_id=$field_array.join("_"),$field_val=e(i).val(),null!=s&&void 0!==s&&-1!==s.indexOf($field_id)&&(a=a.replace("%%"+$field_id+"%%",$field_val)),null!=o&&void 0!==o&&-1!==o.indexOf($field_id)&&(n=n.replace("%%"+$field_id+"%%",$field_val)))}),""!==a&&t.find("span.title").html(a),""!==n&&t.find(".subtitle").html(n),e(document).trigger("yith-toggle-element-item-title",[t])},e.urlParam=function(e){var t=new RegExp("[?&]"+e+"=([^&#]*)").exec(window.location.search);return null!==t&&(t[1]||0)},e(document).on("click",".yith-toggle-title",function(t){var i=e(t.target),a=i.closest(".yith-toggle-row"),n=a.find(".yith-toggle-content");if(i.hasClass("yith-plugin-fw-onoff")||i.hasClass("yith-icon-drag"))return!1;a.is(".yith-toggle-row-opened")?n.slideUp(400):n.slideDown(400),a.toggleClass("yith-toggle-row-opened")}),e(document).on("click",".yith-add-box-button",function(t){t.preventDefault();var i=e(this),a=i.data("box_id"),n=i.data("closed_label"),l=i.data("opened_label"),s=i.closest(".yith-toggle_wrapper").attr("id");template=wp.template("yith-toggle-element-add-box-content-"+s),""!==a&&(e("#"+a).html(template({index:"box_id"})).slideToggle(),""!==n&&(i.html()===n?i.html(l).removeClass("closed"):i.html(n).addClass("closed")),e(document).trigger("yith_fields_init"),e(document).trigger("yith-add-box-button-toggle",[i]))}),e(document).on("click",".yith-add-box-buttons .yith-save-button",function(t){t.preventDefault();var i=e(this).parents(".yith-add-box"),a=e(this).closest(".yith-toggle_wrapper").attr("id"),n=i.find(".spinner"),l=e(this).parents(".toggle-element"),s=i.find(":input"),o=l.find(".yith-toggle-row").length,r=e('<input type="hidden">');r.val(o),e(document).trigger("yith-toggle-change-counter",[r,i]),o=r.val();var d=wp.template("yith-toggle-element-item-"+a),c=e(d({index:o}));n.addClass("show"),e.each(s,function(t,i){void 0!==e(i).attr("id")&&($field_id=e(i).attr("id"),$field_val=e(i).val(),"radio"==e(i).attr("type")?($field_id=$field_id.replace("new_",""),$field_id=$field_id.replace("-"+$field_val,""),$field_id=$field_id+"_dataindex-"+$field_val):$field_id=$field_id.replace("new_","")+"_"+o,e(i).is(":checked")&&e(c).find("#"+$field_id).prop("checked",!0),(e(i).hasClass("yith-post-search")||e(i).hasClass("yith-term-search"))&&e(c).find("#"+$field_id).html(e("#"+e(i).attr("id")).html()),e(c).find("#"+$field_id).val($field_val))}),e(c).formatToggleTitle();var u=e('<input type="hidden">').val("yes");e(document).trigger("yith-toggle-element-item-before-add",[i,c,u]);setTimeout(function(){if("yes"===u.val()){e(l).find(".yith-toggle-elements").append(c),e(i).find(".yith-plugin-fw-datepicker").datepicker("destroy"),e(i).html(""),e(i).prev(".yith-add-box-button").trigger("click"),l.saveToggleElement();setTimeout(function(){e(l).find(".highlight").removeClass("highlight")},2e3),e(document).trigger("yith_fields_init")}},1e3)}),e(document).on("click",".yith-toggle-row .yith-save-button",function(t){t.preventDefault();var i=e(this).closest(".toggle-element"),a=e(this).closest(".yith-toggle-row"),n=a.find(".spinner");a.formatToggleTitle();var l=e('<input type="hidden">').val("yes");e(document).trigger("yith-toggle-element-item-before-update",[i,a,l]),"yes"===l.val()&&(n.addClass("show"),i.saveToggleElement(n))}),e(document).on("click",".yith-toggle-row .yith-delete-button",function(t){t.preventDefault();var i=e(this).closest(".toggle-element");e(this).closest(".yith-toggle-row").remove(),i.saveToggleElement()}),e(document).on("click",".yith-toggle-onoff",function(t){t.preventDefault(),e(this).closest(".toggle-element").saveToggleElement()}),e(document).on("click",".yith-plugin-fw-radio input[type=radio]",function(){var t=e(this).closest(".yith-plugin-fw-radio"),i=e(this).val();t.val(i).data("value",i).trigger("change")}),e(document.body).on("yith-plugin-fw-init-radio",function(){e(".yith-plugin-fw-radio:not(.yith-plugin-fw-radio--initialized)").each(function(){e(this).val(e(this).data("value")),e(this).addClass("yith-plugin-fw-radio--initialized")})}).trigger("yith-plugin-fw-init-radio"),e(document).on("click",".yith-password-eye",function(){var t=e(this),i=e(this).closest(".yith-password-wrapper").find("input");"password"===i.attr("type")?(i.attr("type","text"),t.addClass("yith-password-eye-closed")):(i.attr("type","password"),t.removeClass("yith-password-eye-closed"))}),e(document).on("select2:open",function(t){e(t.target).closest(".yith-plugin-ui").length&&e(".select2-results").closest(".select2-container").addClass("yith-plugin-fw-select2-container")});var t={selectors:{wrapper:".yith-plugin-fw-dimensions",units:{wrapper:".yith-plugin-fw-dimensions__units",single:".yith-plugin-fw-dimensions__unit",value:".yith-plugin-fw-dimensions__unit__value",selectedClass:"yith-plugin-fw-dimensions__unit--selected"},linked:{button:".yith-plugin-fw-dimensions__linked",value:".yith-plugin-fw-dimensions__linked__value",wrapperActiveClass:"yith-plugin-fw-dimensions--linked-active"},dimensions:{number:".yith-plugin-fw-dimensions__dimension__number"}},init:function(){var i=t;e(document).on("click",i.selectors.units.single,i.unitChange),e(document).on("click",i.selectors.linked.button,i.linkedChange),e(document).on("change keyup",i.selectors.dimensions.number,i.numberChange)},unitChange:function(i){var a=e(this).closest(t.selectors.units.single),n=a.closest(t.selectors.units.wrapper),l=n.find(t.selectors.units.single),s=n.find(t.selectors.units.value).first(),o=a.data("value");l.removeClass(t.selectors.units.selectedClass),a.addClass(t.selectors.units.selectedClass),s.val(o)},linkedChange:function(){var i=e(this).closest(t.selectors.linked.button),a=i.closest(t.selectors.wrapper),n=i.find(t.selectors.linked.value);"yes"===n.val()?(a.removeClass(t.selectors.linked.wrapperActiveClass),n.val("no")):(a.addClass(t.selectors.linked.wrapperActiveClass),n.val("yes"),a.find(t.selectors.dimensions.number).first().trigger("change"))},numberChange:function(i){var a=e(this).closest(t.selectors.dimensions.number),n=a.closest(t.selectors.wrapper);n.hasClass(t.selectors.linked.wrapperActiveClass)&&n.find(t.selectors.dimensions.number).val(a.val())}};t.init()}(jQuery);
|
plugin-fw/init.php
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Framework Name: YIT Plugin Framework
|
4 |
-
* Version: 3.4.
|
5 |
* Author: YITH
|
6 |
* Text Domain: yith-plugin-fw
|
7 |
* Domain Path: /languages/
|
8 |
*
|
9 |
* @author Your Inspiration Themes
|
10 |
-
* @version 3.4.
|
11 |
*/
|
12 |
/**
|
13 |
* This file belongs to the YIT Plugin Framework.
|
1 |
<?php
|
2 |
/**
|
3 |
* Framework Name: YIT Plugin Framework
|
4 |
+
* Version: 3.4.29
|
5 |
* Author: YITH
|
6 |
* Text Domain: yith-plugin-fw
|
7 |
* Domain Path: /languages/
|
8 |
*
|
9 |
* @author Your Inspiration Themes
|
10 |
+
* @version 3.4.29
|
11 |
*/
|
12 |
/**
|
13 |
* This file belongs to the YIT Plugin Framework.
|
plugin-fw/lib/privacy/yit-privacy.php
CHANGED
@@ -50,11 +50,11 @@ if ( !class_exists( 'YITH_Privacy' ) ) {
|
|
50 |
if ( file_exists( $privacy_content_path ) )
|
51 |
include $privacy_content_path;
|
52 |
|
53 |
-
return apply_filters( '
|
54 |
}
|
55 |
|
56 |
public function get_sections() {
|
57 |
-
return apply_filters( '
|
58 |
'general' => array(
|
59 |
'tutorial' => _x( 'This sample language includes the basics around what personal data your store may be collecting, storing and sharing, as well as who may have access to that data. Depending on what settings are enabled and which additional plugins are used, the specific information shared by your store will vary. We recommend consulting with a lawyer when deciding what information to disclose on your privacy policy.', 'Privacy Policy Content', 'yith-plugin-fw' ),
|
60 |
'description' => '',
|
50 |
if ( file_exists( $privacy_content_path ) )
|
51 |
include $privacy_content_path;
|
52 |
|
53 |
+
return apply_filters( 'yith_plugin_fw_privacy_policy_content', ob_get_clean() );
|
54 |
}
|
55 |
|
56 |
public function get_sections() {
|
57 |
+
return apply_filters( 'yith_plugin_fw_privacy_policy_content_sections', array(
|
58 |
'general' => array(
|
59 |
'tutorial' => _x( 'This sample language includes the basics around what personal data your store may be collecting, storing and sharing, as well as who may have access to that data. Depending on what settings are enabled and which additional plugins are used, the specific information shared by your store will vary. We recommend consulting with a lawyer when deciding what information to disclose on your privacy policy.', 'Privacy Policy Content', 'yith-plugin-fw' ),
|
60 |
'description' => '',
|
plugin-fw/lib/yit-plugin-panel-wc.php
CHANGED
@@ -213,12 +213,13 @@ if ( !class_exists( 'YIT_Plugin_Panel_WooCommerce' ) ) {
|
|
213 |
public function get_current_tab() {
|
214 |
global $pagenow;
|
215 |
$tabs = $this->get_available_tabs();
|
|
|
216 |
|
217 |
-
|
218 |
-
|
219 |
-
} else {
|
220 |
-
return $tabs[ 0 ];
|
221 |
}
|
|
|
|
|
222 |
}
|
223 |
|
224 |
/**
|
213 |
public function get_current_tab() {
|
214 |
global $pagenow;
|
215 |
$tabs = $this->get_available_tabs();
|
216 |
+
$tab = $tabs[0];
|
217 |
|
218 |
+
if ( $pagenow == 'admin.php' && isset( $_REQUEST[ 'tab' ] ) && in_array( $_REQUEST[ 'tab' ], $tabs ) ) {
|
219 |
+
$tab = esc_html( $_REQUEST[ 'tab' ] );
|
|
|
|
|
220 |
}
|
221 |
+
|
222 |
+
return apply_filters('yith_wc_plugin_panel_current_tab', $tab );
|
223 |
}
|
224 |
|
225 |
/**
|
plugin-fw/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"name": "yith-plugin-framewowrk",
|
3 |
-
"version": "3.4.
|
4 |
"description": "YITH Plugin Framework",
|
5 |
"main": "Gruntfile.js",
|
6 |
"scripts": {
|
1 |
{
|
2 |
"name": "yith-plugin-framewowrk",
|
3 |
+
"version": "3.4.29",
|
4 |
"description": "YITH Plugin Framework",
|
5 |
"main": "Gruntfile.js",
|
6 |
"scripts": {
|
plugin-fw/templates/fields/radio.php
CHANGED
@@ -21,7 +21,7 @@ $class = 'yith-plugin-fw-radio ' . $class;
|
|
21 |
?>
|
22 |
<div class="<?php echo $class ?>" id="<?php echo $id ?>"
|
23 |
<?php echo $custom_attributes ?>
|
24 |
-
<?php if ( isset( $data ) ) echo yith_plugin_fw_html_data_to_string( $data ); ?> value="<?php echo $value ?>">
|
25 |
<?php foreach ( $options as $key => $label ) :
|
26 |
$radio_id = sanitize_key( $id . '-' . $key );
|
27 |
?>
|
21 |
?>
|
22 |
<div class="<?php echo $class ?>" id="<?php echo $id ?>"
|
23 |
<?php echo $custom_attributes ?>
|
24 |
+
<?php if ( isset( $data ) ) echo yith_plugin_fw_html_data_to_string( $data ); ?> data-value="<?php echo $value ?>">
|
25 |
<?php foreach ( $options as $key => $label ) :
|
26 |
$radio_id = sanitize_key( $id . '-' . $key );
|
27 |
?>
|
plugin-fw/templates/metaboxes/tab.php
CHANGED
@@ -73,11 +73,11 @@ do_action( 'yit_before_metaboxes_tab' ) ?>
|
|
73 |
if ( $pos = strpos( $field_name, ']' ) ) {
|
74 |
$field_name = substr_replace( $field_name, '', $pos, 1 );
|
75 |
}
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
|
82 |
?>
|
83 |
<div class="<?php echo $container_classes ?>">
|
73 |
if ( $pos = strpos( $field_name, ']' ) ) {
|
74 |
$field_name = substr_replace( $field_name, '', $pos, 1 );
|
75 |
}
|
76 |
+
$value = yit_get_post_meta( $post->ID, $field_name );
|
77 |
+
$field['value'] = false === $value ? ( isset( $field['std'] ) ? $field['std'] : '' ) : $value;
|
78 |
+
$field['checkboxgroup'] = ( $field['type'] == 'checkbox' && isset( $field['checkboxgroup'] ) ) ? " " . $field['checkboxgroup'] : "";
|
79 |
+
$container_classes = "the-metabox " . $field['type'] . $field['checkboxgroup'] . " clearfix ";
|
80 |
+
$container_classes .= empty( $field['label'] ) ? 'no-label' : '';
|
81 |
|
82 |
?>
|
83 |
<div class="<?php echo $container_classes ?>">
|
plugin-fw/templates/panel/woocommerce/woocommerce-form.php
CHANGED
@@ -10,8 +10,10 @@ $panel_content_class = apply_filters( 'yit_admin_panel_content_class', 'yit-admi
|
|
10 |
<div class="<?php echo $panel_content_class; ?>">
|
11 |
<form id="plugin-fw-wc" method="post">
|
12 |
<?php $this->add_fields() ?>
|
13 |
-
|
14 |
-
|
|
|
|
|
15 |
</form>
|
16 |
<form id="plugin-fw-wc-reset" method="post">
|
17 |
<?php $warning = __( 'If you continue with this action, you will reset all options in this page.', 'yith-plugin-fw' ) ?>
|
10 |
<div class="<?php echo $panel_content_class; ?>">
|
11 |
<form id="plugin-fw-wc" method="post">
|
12 |
<?php $this->add_fields() ?>
|
13 |
+
<p class="submit" style="float: left;margin: 0 10px 0 0;">
|
14 |
+
<?php wp_nonce_field( 'yit_panel_wc_options_' . $this->settings[ 'page' ], 'yit_panel_wc_options_nonce' ); ?>
|
15 |
+
<input class="button-primary" type="submit" value="<?php _e( 'Save Changes', 'yith-plugin-fw' ) ?>"/>
|
16 |
+
</p>
|
17 |
</form>
|
18 |
<form id="plugin-fw-wc-reset" method="post">
|
19 |
<?php $warning = __( 'If you continue with this action, you will reset all options in this page.', 'yith-plugin-fw' ) ?>
|
plugin-fw/yit-functions.php
CHANGED
@@ -338,12 +338,12 @@ if ( !function_exists( 'yit_get_post_meta' ) ) {
|
|
338 |
*
|
339 |
* @param int $id Post ID.
|
340 |
* @param string $meta The meta key to retrieve.
|
341 |
-
* @return mixed Single value or array
|
342 |
* @since 2.0.0
|
343 |
*/
|
344 |
function yit_get_post_meta( $id, $meta ) {
|
345 |
if ( !strpos( $meta, '[' ) ) {
|
346 |
-
return get_post_meta( $id, $meta, true );
|
347 |
}
|
348 |
|
349 |
$sub_meta = explode( '[', $meta );
|
338 |
*
|
339 |
* @param int $id Post ID.
|
340 |
* @param string $meta The meta key to retrieve.
|
341 |
+
* @return mixed Single value or array. Return false is the meta doesn't exists.
|
342 |
* @since 2.0.0
|
343 |
*/
|
344 |
function yit_get_post_meta( $id, $meta ) {
|
345 |
if ( !strpos( $meta, '[' ) ) {
|
346 |
+
return metadata_exists( 'post', $id, $meta ) ? get_post_meta( $id, $meta, true ) : false;
|
347 |
}
|
348 |
|
349 |
$sub_meta = explode( '[', $meta );
|
templates/add-to-wishlist.php
CHANGED
@@ -52,12 +52,12 @@ global $product;
|
|
52 |
?>
|
53 |
|
54 |
<?php else: ?>
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
<?php endif; ?>
|
62 |
<?php endif; ?>
|
63 |
</div>
|
52 |
?>
|
53 |
|
54 |
<?php else: ?>
|
55 |
+
<div class="yith-wcwl-add-button">
|
56 |
+
<a href="<?php echo esc_url( add_query_arg( array( 'wishlist_notice' => 'true', 'add_to_wishlist' => $product_id ), get_permalink( wc_get_page_id( 'myaccount' ) ) ) )?>" rel="nofollow" class="disabled_item <?php echo str_replace( array( 'add_to_wishlist', 'single_add_to_wishlist' ), '', $link_classes ) ?>" >
|
57 |
+
<?php echo $icon; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
|
58 |
+
<?php echo esc_html( $label ); ?>
|
59 |
+
</a>
|
60 |
+
</div>
|
61 |
<?php endif; ?>
|
62 |
<?php endif; ?>
|
63 |
</div>
|