YITH WooCommerce Wishlist - Version 3.12.0

Version Description

  • Released on 4 August 2022 =

  • New: support for WooCommerce 6.8

  • Update: YITH plugin framework

Download this release

Release Info

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

Code changes from version 3.11.0 to 3.12.0

Files changed (56) hide show
  1. README.md +2 -2
  2. README.txt +7 -2
  3. assets/css/admin.css +1 -1
  4. assets/css/unminified/admin.css +23 -13
  5. includes/class-yith-wcwl-admin.php +51 -16
  6. includes/class-yith-wcwl-ajax-handler.php +80 -2
  7. includes/class-yith-wcwl-cron.php +21 -4
  8. includes/class-yith-wcwl-form-handler.php +37 -0
  9. includes/class-yith-wcwl-frontend.php +177 -7
  10. includes/class-yith-wcwl-privacy.php +67 -1
  11. includes/class-yith-wcwl-session.php +27 -0
  12. includes/class-yith-wcwl-shortcode.php +216 -10
  13. includes/class-yith-wcwl-wishlist-factory.php +143 -0
  14. includes/class-yith-wcwl-wishlist-item.php +69 -0
  15. includes/class-yith-wcwl-wishlist.php +121 -0
  16. includes/class-yith-wcwl.php +215 -5
  17. includes/data-stores/class-yith-wcwl-wishlist-data-store.php +232 -5
  18. includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php +144 -2
  19. includes/functions-yith-wcwl.php +174 -1
  20. init.php +47 -26
  21. languages/yith-woocommerce-wishlist-da_DK.mo +0 -0
  22. languages/yith-woocommerce-wishlist-da_DK.po +321 -344
  23. languages/yith-woocommerce-wishlist-de_DE.mo +0 -0
  24. languages/yith-woocommerce-wishlist-de_DE.po +321 -344
  25. languages/yith-woocommerce-wishlist-es_AR.mo +0 -0
  26. languages/yith-woocommerce-wishlist-es_AR.po +321 -344
  27. languages/yith-woocommerce-wishlist-es_ES.mo +0 -0
  28. languages/yith-woocommerce-wishlist-es_ES.po +338 -348
  29. languages/yith-woocommerce-wishlist-es_MX.mo +0 -0
  30. languages/yith-woocommerce-wishlist-es_MX.po +321 -344
  31. languages/yith-woocommerce-wishlist-fa_IR.mo +0 -0
  32. languages/yith-woocommerce-wishlist-fa_IR.po +321 -344
  33. languages/yith-woocommerce-wishlist-fr_FR.mo +0 -0
  34. languages/yith-woocommerce-wishlist-fr_FR.po +342 -354
  35. languages/yith-woocommerce-wishlist-he_IL.mo +0 -0
  36. languages/yith-woocommerce-wishlist-he_IL.po +321 -344
  37. languages/yith-woocommerce-wishlist-hr.mo +0 -0
  38. languages/yith-woocommerce-wishlist-hr.po +321 -344
  39. languages/yith-woocommerce-wishlist-it_IT.mo +0 -0
  40. languages/yith-woocommerce-wishlist-it_IT.po +337 -347
  41. languages/yith-woocommerce-wishlist-ko_KR.mo +0 -0
  42. languages/yith-woocommerce-wishlist-ko_KR.po +321 -344
  43. languages/yith-woocommerce-wishlist-nl_NL.mo +0 -0
  44. languages/yith-woocommerce-wishlist-nl_NL.po +337 -346
  45. languages/yith-woocommerce-wishlist-pl_PL.mo +0 -0
  46. languages/yith-woocommerce-wishlist-pl_PL.po +321 -344
  47. languages/yith-woocommerce-wishlist-pt_BR.mo +0 -0
  48. languages/yith-woocommerce-wishlist-pt_BR.po +321 -344
  49. languages/yith-woocommerce-wishlist-pt_PT.mo +0 -0
  50. languages/yith-woocommerce-wishlist-pt_PT.po +321 -344
  51. languages/yith-woocommerce-wishlist-ru_RU.mo +0 -0
  52. languages/yith-woocommerce-wishlist-ru_RU.po +321 -344
  53. languages/yith-woocommerce-wishlist-sv_SE.mo +0 -0
  54. languages/yith-woocommerce-wishlist-sv_SE.po +321 -344
  55. languages/yith-woocommerce-wishlist-tr_TR.mo +0 -0
  56. languages/yith-woocommerce-wishlist-tr_TR.po +20 -21
README.md CHANGED
@@ -151,9 +151,9 @@ Yes, of course you can. To avoid Wishlist page to show product prices, you can h
151
 
152
  ## Changelog
153
 
154
- ### 3.11.0 - Released on 11 July 2022
155
 
156
- * New: support for WooCommerce 6.7
157
  * Update: YITH plugin framework
158
 
159
  ## Support
151
 
152
  ## Changelog
153
 
154
+ ### 3.12.0 - Released on 4 August 2022
155
 
156
+ * New: support for WooCommerce 6.8
157
  * Update: YITH plugin framework
158
 
159
  ## Support
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: 5.8
6
  Tested up to: 6.0
7
- Stable tag: 3.11.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 6.7.x compatible.
13
 
14
  == Description ==
15
 
@@ -113,6 +113,11 @@ Yes, of course you can. To avoid Wishlist page to show product prices, you can h
113
 
114
  == Changelog ==
115
 
 
 
 
 
 
116
  = 3.11.0 - Released on 11 July 2022 =
117
 
118
  * New: support for WooCommerce 6.7
4
  Tags: wishlist, woocommerce, products, yit, e-commerce, shop, ecommerce wishlist, yith, woocommerce wishlist, shop wishlist
5
  Requires at least: 5.8
6
  Tested up to: 6.0
7
+ Stable tag: 3.12.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 6.8.x compatible.
13
 
14
  == Description ==
15
 
113
 
114
  == Changelog ==
115
 
116
+ = 3.12.0 - Released on 4 August 2022 =
117
+
118
+ * New: support for WooCommerce 6.8
119
+ * Update: YITH plugin framework
120
+
121
  = 3.11.0 - Released on 11 July 2022 =
122
 
123
  * New: support for WooCommerce 6.7
assets/css/admin.css CHANGED
@@ -1 +1 @@
1
- #popular-filter .wp-list-table td.column-name img{max-width:40px;height:auto;float:left}#popular-filter .wp-list-table td.column-name .product-details{padding-left:60px}#popular-filter .wp-list-table td.column-actions,#popular-filter .wp-list-table th.column-actions{width:25%!important}#popular-filter .wp-list-table td.column-actions a{margin-bottom:5px;padding:0}#popular-filter .wp-list-table td.column-actions a i{margin:5px}#popular-filter .wp-list-table td.column-actions a.button-primary{padding-right:5px}#popular-filter .wp-list-table td.column-actions a,#popular-filter .wp-list-table td.column-actions a i{vertical-align:middle}#wishlist-filter .wp-list-table td.column-username img{float:left}#wishlist-filter .wp-list-table td.column-username .customer-details{padding-left:60px}.yith-plugin-ui #plugin-fw-wc .option-icon{margin-right:5px}.yith-plugin-ui #plugin-fw-wc h2+#yith_wcwl_additional_fields_settings-description p,.yith-plugin-ui #plugin-fw-wc h2+#yith_wcwl_shop_page_settings-description p,.yith-plugin-ui #plugin-fw-wc h2+#yith_wcwl_yith_wfbt-description p{background:0 0;width:100%;margin:0;padding:0;font-weight:400}.yith-plugin-ui #plugin-fw-wc h2+#yith_wcwl_additional_fields_settings-description p:before,.yith-plugin-ui #plugin-fw-wc h2+#yith_wcwl_shop_page_settings-description p:before,.yith-plugin-ui #plugin-fw-wc h2+#yith_wcwl_yith_wfbt-description p:before{content:''}.yith-wcwl-wizard-modal .wc-backbone-modal-main{padding-bottom:0}.yith-wcwl-wizard-modal .wc-backbone-modal-main .wc-backbone-modal-header{border-bottom:none;padding:0}.yith-wcwl-wizard-modal .wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link{border-left:none;z-index:1}.yith-wcwl-wizard-modal .wc-backbone-modal-main article{padding:0;max-height:calc(100vh - 40px)!important}.yith-wcwl-wizard-modal .wc-backbone-modal-main article h2{font-size:1.5em;margin:.8em 0 2em;color:#007694}.yith-wcwl-wizard-modal .wc-backbone-modal-main article h4{color:#007694;margin:1.33em 0;font-size:1em;font-weight:600}.yith-wcwl-wizard-modal .wc-backbone-modal-main article p.description{font-weight:600;font-style:normal}.yith-wcwl-wizard-modal .wc-backbone-modal-main article p.placeholders{font-size:.9em;margin-top:1.33em}.yith-wcwl-wizard-modal .wc-backbone-modal-main article code{background:0 0;padding:0}.yith-wcwl-wizard-modal .wc-backbone-modal-main article small{font-size:.9em}.yith-wcwl-wizard-modal .wc-backbone-modal-main article b.alert{color:#a20000}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .form-row{margin-top:1.5em}.yith-wcwl-wizard-modal .wc-backbone-modal-main article label{color:#00a79c;font-weight:600;font-size:1.1em;margin-bottom:20px}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .tabs{display:inline-block;margin:0}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .tabs li{display:inline-block;margin-bottom:0}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .tabs li a{display:block;padding:10px 15px;text-decoration:none;font-size:1.1em;color:#404040;font-weight:600}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .tabs li a.active{position:relative;background:#fff;box-shadow:0 0 25px -4px rgba(68,138,133,.4);z-index:1;color:#00a79c}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .tabs li a:hover{color:#00a79c}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .form-row,.yith-wcwl-wizard-modal .wc-backbone-modal-main article .tab{padding:20px;position:relative;-webkit-box-shadow:0 0 25px -4px rgba(68,138,133,.4);-moz-box-shadow:0 0 25px -4px rgba(68,138,133,.4);box-shadow:0 0 25px -4px rgba(68,138,133,.4)}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .tab:before{content:'';display:block;background:#fff;left:0;right:0;height:20px;position:absolute;top:-1px;z-index:1}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .tab:not(.active){display:none}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .tab>textarea{width:100%;margin-top:30px}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .col{padding:20px 30px}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1{display:flex;width:100%}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1>.col{flex:1;width:600px}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1>.col-dx{background-color:#f2f2f2;position:relative;padding-bottom:80px}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1 #content_html{width:100%}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1 .email-preview{height:500px;overflow-x:hidden;overflow-y:scroll;margin:30px 0}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1 .email-preview.plain{padding:0 20px;background:#fff}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1 .email-preview .no-interactions{pointer-events:none}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1 .email-preview #wrapper{padding:0!important}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1 .email-preview #wrapper>table{width:100%!important}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1 .promotion-actions{position:absolute;left:30px;right:30px;bottom:30px;line-height:40px}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1 .promotion-actions .save-promotion-draft,.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1 .promotion-actions a.back-button{color:#007694;font-weight:700}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1 .promotion-actions .save-promotion-draft{background:0 0;border:none;padding:0;cursor:pointer}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1 .promotion-actions a.continue-button{float:right;background-color:#007694;text-transform:uppercase;font-weight:600;font-size:11px;line-height:26px;height:auto;padding:5px 20px}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1 .promotion-actions a.continue-button:hover{background-color:#375f6b}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-2{max-width:500px;min-height:400px;position:relative}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-2 h2{margin-top:2em}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-2 p{font-weight:600}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-2 #main_submit_button{position:absolute;bottom:30px;left:30px;right:30px;width:calc(100% - 60px);padding:5px 20px;text-transform:uppercase;font-weight:600;vertical-align:middle;line-height:30px;height:auto}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-2 #main_submit_button i{vertical-align:middle;margin-right:5px;font-size:22px}
1
+ #popular-filter .wp-list-table td.column-name img{max-width:40px;height:auto;float:left}#popular-filter .wp-list-table td.column-name .product-details{padding-left:60px}#popular-filter .wp-list-table td.column-name,#popular-filter .wp-list-table th.column-name{width:25%!important}#popular-filter .wp-list-table td.column-thumb,#popular-filter .wp-list-table th.column-thumb{width:5%!important}#popular-filter .wp-list-table td.column-actions,#popular-filter .wp-list-table th.column-actions{width:10%!important;text-align:right}#popular-filter .wp-list-table tr td.column-actions .yith-plugin-fw__action-button{opacity:0;transition:.3s}#popular-filter .wp-list-table tr:hover td.column-actions .yith-plugin-fw__action-button{opacity:1}#wishlist-filter .wp-list-table td.column-username img{float:left}#wishlist-filter .wp-list-table td.column-username .customer-details{padding-left:60px}.yith-plugin-ui #plugin-fw-wc .option-icon{margin-right:5px}.yith-plugin-ui #plugin-fw-wc h2+#yith_wcwl_additional_fields_settings-description p,.yith-plugin-ui #plugin-fw-wc h2+#yith_wcwl_shop_page_settings-description p,.yith-plugin-ui #plugin-fw-wc h2+#yith_wcwl_yith_wfbt-description p{background:0 0;width:100%;margin:0;padding:0;font-weight:400}.yith-plugin-ui #plugin-fw-wc h2+#yith_wcwl_additional_fields_settings-description p:before,.yith-plugin-ui #plugin-fw-wc h2+#yith_wcwl_shop_page_settings-description p:before,.yith-plugin-ui #plugin-fw-wc h2+#yith_wcwl_yith_wfbt-description p:before{content:''}.yith-wcwl-wizard-modal .wc-backbone-modal-main{padding-bottom:0}.yith-wcwl-wizard-modal .wc-backbone-modal-main .wc-backbone-modal-header{border-bottom:none;padding:0}.yith-wcwl-wizard-modal .wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link{border-left:none;z-index:1}.yith-wcwl-wizard-modal .wc-backbone-modal-main article{padding:0;max-height:calc(100vh - 40px)!important}.yith-wcwl-wizard-modal .wc-backbone-modal-main article h2{font-size:1.5em;margin:.8em 0 2em;color:#007694}.yith-wcwl-wizard-modal .wc-backbone-modal-main article h4{color:#007694;margin:1.33em 0;font-size:1em;font-weight:600}.yith-wcwl-wizard-modal .wc-backbone-modal-main article p.description{font-weight:600;font-style:normal}.yith-wcwl-wizard-modal .wc-backbone-modal-main article p.placeholders{font-size:.9em;margin-top:1.33em}.yith-wcwl-wizard-modal .wc-backbone-modal-main article code{background:0 0;padding:0}.yith-wcwl-wizard-modal .wc-backbone-modal-main article small{font-size:.9em}.yith-wcwl-wizard-modal .wc-backbone-modal-main article b.alert{color:#a20000}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .form-row{margin-top:1.5em}.yith-wcwl-wizard-modal .wc-backbone-modal-main article label{color:#00a79c;font-weight:600;font-size:1.1em;margin-bottom:20px}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .tabs{display:inline-block;margin:0}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .tabs li{display:inline-block;margin-bottom:0}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .tabs li a{display:block;padding:10px 15px;text-decoration:none;font-size:1.1em;color:#404040;font-weight:600}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .tabs li a.active{position:relative;background:#fff;box-shadow:0 0 25px -4px rgba(68,138,133,.4);z-index:1;color:#00a79c}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .tabs li a:hover{color:#00a79c}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .form-row,.yith-wcwl-wizard-modal .wc-backbone-modal-main article .tab{padding:20px;position:relative;-webkit-box-shadow:0 0 25px -4px rgba(68,138,133,.4);-moz-box-shadow:0 0 25px -4px rgba(68,138,133,.4);box-shadow:0 0 25px -4px rgba(68,138,133,.4)}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .tab:before{content:'';display:block;background:#fff;left:0;right:0;height:20px;position:absolute;top:-1px;z-index:1}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .tab:not(.active){display:none}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .tab>textarea{width:100%;margin-top:30px}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .col{padding:20px 30px}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1{display:flex;width:100%}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1>.col{flex:1;width:600px}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1>.col-dx{background-color:#f2f2f2;position:relative;padding-bottom:80px}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1 #content_html{width:100%}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1 #content_html_tab .wp-switch-editor{box-sizing:initial}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1 .email-preview{height:600px;overflow-x:hidden;overflow-y:scroll;margin:30px 0}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1 .email-preview.html td>table{width:100%!important}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1 .email-preview.plain{padding:0 20px;background:#fff}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1 .email-preview .no-interactions{pointer-events:none}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1 .email-preview #wrapper{padding:0!important}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1 .email-preview #wrapper>table{width:100%!important}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1 .promotion-actions{position:absolute;left:30px;right:30px;bottom:30px;line-height:40px}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1 .promotion-actions .save-promotion-draft,.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1 .promotion-actions a.back-button{color:#007694;font-weight:700}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1 .promotion-actions .save-promotion-draft{background:0 0;border:none;padding:0;cursor:pointer}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1 .promotion-actions a.continue-button{float:right;background-color:#007694;text-transform:uppercase;font-weight:600;font-size:11px;line-height:26px;height:auto;padding:5px 20px}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1 .promotion-actions a.continue-button:hover{background-color:#375f6b}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-2{max-width:500px;min-height:400px;position:relative}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-2 h2{margin-top:2em}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-2 p{font-weight:600}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-2 #main_submit_button{position:absolute;bottom:30px;left:30px;right:30px;width:calc(100% - 60px);padding:5px 20px;text-transform:uppercase;font-weight:600;vertical-align:middle;line-height:30px;height:auto}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-2 #main_submit_button i{vertical-align:middle;margin-right:5px;font-size:22px}
assets/css/unminified/admin.css CHANGED
@@ -27,27 +27,29 @@
27
  padding-left: 60px;
28
  }
29
 
30
- #popular-filter .wp-list-table th.column-actions,
31
- #popular-filter .wp-list-table td.column-actions {
32
  width: 25%!important;
33
  }
34
 
35
- #popular-filter .wp-list-table td.column-actions a{
36
- margin-bottom: 5px;
37
- padding: 0;
38
  }
39
 
40
- #popular-filter .wp-list-table td.column-actions a i{
41
- margin: 5px;
 
 
42
  }
43
 
44
- #popular-filter .wp-list-table td.column-actions a.button-primary{
45
- padding-right: 5px;
 
46
  }
47
 
48
- #popular-filter .wp-list-table td.column-actions a,
49
- #popular-filter .wp-list-table td.column-actions a i{
50
- vertical-align: middle;
51
  }
52
 
53
  /* === 2. ALL WISHLISTS TAB === */
@@ -238,13 +240,21 @@
238
  width: 100%;
239
  }
240
 
 
 
 
 
241
  .yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1 .email-preview{
242
- height: 500px;
243
  overflow-x: hidden;
244
  overflow-y: scroll;
245
  margin: 30px 0;
246
  }
247
 
 
 
 
 
248
  .yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1 .email-preview.plain{
249
  padding: 0 20px;
250
  background: #fff;
27
  padding-left: 60px;
28
  }
29
 
30
+ #popular-filter .wp-list-table th.column-name,
31
+ #popular-filter .wp-list-table td.column-name {
32
  width: 25%!important;
33
  }
34
 
35
+ #popular-filter .wp-list-table th.column-thumb,
36
+ #popular-filter .wp-list-table td.column-thumb {
37
+ width: 5%!important;
38
  }
39
 
40
+ #popular-filter .wp-list-table th.column-actions,
41
+ #popular-filter .wp-list-table td.column-actions {
42
+ width: 10%!important;
43
+ text-align: right;
44
  }
45
 
46
+ #popular-filter .wp-list-table tr td.column-actions .yith-plugin-fw__action-button {
47
+ opacity: 0;
48
+ transition: .3s;
49
  }
50
 
51
+ #popular-filter .wp-list-table tr:hover td.column-actions .yith-plugin-fw__action-button {
52
+ opacity: 1;
 
53
  }
54
 
55
  /* === 2. ALL WISHLISTS TAB === */
240
  width: 100%;
241
  }
242
 
243
+ .yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1 #content_html_tab .wp-switch-editor {
244
+ box-sizing: initial;
245
+ }
246
+
247
  .yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1 .email-preview{
248
+ height: 600px;
249
  overflow-x: hidden;
250
  overflow-y: scroll;
251
  margin: 30px 0;
252
  }
253
 
254
+ .yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1 .email-preview.html td > table {
255
+ width: 100%!important;
256
+ }
257
+
258
  .yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1 .email-preview.plain{
259
  padding: 0 20px;
260
  background: #fff;
includes/class-yith-wcwl-admin.php CHANGED
@@ -75,11 +75,11 @@ if ( ! class_exists( 'YITH_WCWL_Admin' ) ) {
75
  * @since 2.0.0
76
  */
77
  public static function get_instance() {
78
- if ( is_null( self::$instance ) ) {
79
- self::$instance = new self();
80
  }
81
 
82
- return self::$instance;
83
  }
84
 
85
  /**
@@ -140,6 +140,15 @@ if ( ! class_exists( 'YITH_WCWL_Admin' ) ) {
140
  $prefix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? 'unminified/' : '';
141
  $suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';
142
 
 
 
 
 
 
 
 
 
 
143
  $this->available_tabs = apply_filters(
144
  'yith_wcwl_available_admin_tabs',
145
  array(
@@ -186,10 +195,20 @@ if ( ! class_exists( 'YITH_WCWL_Admin' ) ) {
186
  } elseif ( version_compare( $stored_db_version, YITH_WCWL_DB_VERSION, '<' ) ) {
187
  // update database.
188
  YITH_WCWL_Install()->update( $stored_db_version );
 
 
 
 
 
189
  do_action( 'yith_wcwl_updated' );
190
  }
191
 
192
  // Plugin installed.
 
 
 
 
 
193
  do_action( 'yith_wcwl_installed' );
194
  }
195
 
@@ -217,15 +236,13 @@ if ( ! class_exists( 'YITH_WCWL_Admin' ) ) {
217
  * @since 2.0.0
218
  */
219
  public function add_plugin_meta( $new_row_meta_args, $plugin_meta, $plugin_file, $plugin_data, $status, $init_file = 'YITH_WCWL_INIT' ) {
220
- if ( defined( $init_file ) && constant( $init_file ) === $plugin_file ) {
221
- $new_row_meta_args['slug'] = 'yith-woocommerce-wishlist';
222
-
223
  }
224
 
225
- if ( defined( 'YITH_WCWL_PREMIUM' ) ) {
226
- $new_row_meta_args['is_premium'] = true;
227
-
228
- }
229
 
230
  return $new_row_meta_args;
231
  }
@@ -246,7 +263,18 @@ if ( ! class_exists( 'YITH_WCWL_Admin' ) ) {
246
  'page_title' => 'YITH WooCommerce Wishlist',
247
  'menu_title' => 'Wishlist',
248
  'plugin_slug' => YITH_WCWL_SLUG,
 
 
249
  'plugin_description' => __( 'Allows your customers to create and share lists of products that they want to purchase on your e-commerce.', 'yith-woocommerce-wishlist' ),
 
 
 
 
 
 
 
 
 
250
  'capability' => apply_filters( 'yith_wcwl_settings_panel_capability', 'manage_options' ),
251
  'parent' => '',
252
  'class' => function_exists( 'yith_set_wrapper_class' ) ? yith_set_wrapper_class() : '',
@@ -275,8 +303,8 @@ if ( ! class_exists( 'YITH_WCWL_Admin' ) ) {
275
  // registers premium tab.
276
  if ( ! defined( 'YITH_WCWL_PREMIUM' ) ) {
277
  $args['premium_tab'] = array(
278
- 'landing_page_url' => $this->get_premium_landing_uri(),
279
- 'premium_features' => array(
280
  __( 'Enable the wishlist feature for all users or <b>only for registered users</b>', 'yith-woocommerce-wishlist' ),
281
  __( 'Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, etc.) <br>Users can choose the wishlist from a dropdown menu when they click on "Add to wishlist"', 'yith-woocommerce-wishlist' ),
282
  __( 'Allow users to set <b>visibility options for each wishlist</b>, by making them either public (visible to everyone), private or shared (visible only to people it has been shared with)', 'yith-woocommerce-wishlist' ),
@@ -284,12 +312,11 @@ if ( ! class_exists( 'YITH_WCWL_Admin' ) ) {
284
  __( '<b>Allow users to manage their wishlists:</b> rename and delete wishlists, move a product from one wishlist to another, change order of items, quantity, etc.', 'yith-woocommerce-wishlist' ),
285
  __( 'Enable an <b>"Ask for an estimate" button</b> to let customers send the content of their wishlist to the admin and get a custom quote', 'yith-woocommerce-wishlist' ),
286
  __( '<b>Show a wishlist widget</b> that lists all the products in the wishlists (available also with "mini-cart" style for the header)', 'yith-woocommerce-wishlist' ),
287
- __( 'View the most popular products added to the wishlist by your customers and <b>send promotional emails to users</b> who have added specific products to their wishlist', 'yith-woocommerce-wishlist' ),
288
  __( '<b>Send an automatic email to the wishlist owner</b> whenever a product in the list is back in stock or on sale', 'yith-woocommerce-wishlist' ),
289
  '<b>' . __( 'Regular updates, Translations and Premium Support', 'yith-woocommerce-wishlist' ) . '</b>',
290
  ),
291
- 'main_image_url' => YITH_WCWL_URL . 'assets/images/premium/get-premium-wishlist.jpg',
292
- 'show_free_vs_premium_link' => true,
293
  );
294
  }
295
 
@@ -358,5 +385,13 @@ if ( ! class_exists( 'YITH_WCWL_Admin' ) ) {
358
  * @since 2.0.0
359
  */
360
  function YITH_WCWL_Admin() { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionNameInvalid
361
- return defined( 'YITH_WCWL_PREMIUM' ) ? YITH_WCWL_Admin_Premium::get_instance() : YITH_WCWL_Admin::get_instance();
 
 
 
 
 
 
 
 
362
  }
75
  * @since 2.0.0
76
  */
77
  public static function get_instance() {
78
+ if ( is_null( static::$instance ) ) {
79
+ static::$instance = new static();
80
  }
81
 
82
+ return static::$instance;
83
  }
84
 
85
  /**
140
  $prefix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? 'unminified/' : '';
141
  $suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';
142
 
143
+ /**
144
+ * APPLY_FILTERS: yith_wcwl_available_admin_tabs
145
+ *
146
+ * Filter the available tabs in the plugin panel.
147
+ *
148
+ * @param array $tabs Admin tabs
149
+ *
150
+ * @return array
151
+ */
152
  $this->available_tabs = apply_filters(
153
  'yith_wcwl_available_admin_tabs',
154
  array(
195
  } elseif ( version_compare( $stored_db_version, YITH_WCWL_DB_VERSION, '<' ) ) {
196
  // update database.
197
  YITH_WCWL_Install()->update( $stored_db_version );
198
+ /**
199
+ * DO_ACTION: yith_wcwl_updated
200
+ *
201
+ * Allows to fire some action when the plugin database is updated.
202
+ */
203
  do_action( 'yith_wcwl_updated' );
204
  }
205
 
206
  // Plugin installed.
207
+ /**
208
+ * DO_ACTION: yith_wcwl_installed
209
+ *
210
+ * Allows to fire some action when the plugin database is installed.
211
+ */
212
  do_action( 'yith_wcwl_installed' );
213
  }
214
 
236
  * @since 2.0.0
237
  */
238
  public function add_plugin_meta( $new_row_meta_args, $plugin_meta, $plugin_file, $plugin_data, $status, $init_file = 'YITH_WCWL_INIT' ) {
239
+ if ( ! defined( $init_file ) || constant( $init_file ) !== $plugin_file ) {
240
+ return $new_row_meta_args;
 
241
  }
242
 
243
+ $new_row_meta_args['slug'] = 'yith-woocommerce-wishlist';
244
+ $new_row_meta_args['is_premium'] = defined( 'YITH_WCWL_PREMIUM' );
245
+ $new_row_meta_args['is_extended'] = defined( 'YITH_WCWL_EXTENDED' );
 
246
 
247
  return $new_row_meta_args;
248
  }
263
  'page_title' => 'YITH WooCommerce Wishlist',
264
  'menu_title' => 'Wishlist',
265
  'plugin_slug' => YITH_WCWL_SLUG,
266
+ 'is_extended' => defined( 'YITH_WCWL_EXTENDED' ),
267
+ 'is_premium' => defined( 'YITH_WCWL_PREMIUM' ),
268
  'plugin_description' => __( 'Allows your customers to create and share lists of products that they want to purchase on your e-commerce.', 'yith-woocommerce-wishlist' ),
269
+ /**
270
+ * APPLY_FILTERS: yith_wcwl_settings_panel_capability
271
+ *
272
+ * Filter the capability used to access the plugin panel.
273
+ *
274
+ * @param string $capability Capability
275
+ *
276
+ * @return string
277
+ */
278
  'capability' => apply_filters( 'yith_wcwl_settings_panel_capability', 'manage_options' ),
279
  'parent' => '',
280
  'class' => function_exists( 'yith_set_wrapper_class' ) ? yith_set_wrapper_class() : '',
303
  // registers premium tab.
304
  if ( ! defined( 'YITH_WCWL_PREMIUM' ) ) {
305
  $args['premium_tab'] = array(
306
+ 'landing_page_url' => $this->get_premium_landing_uri(),
307
+ 'premium_features' => array(
308
  __( 'Enable the wishlist feature for all users or <b>only for registered users</b>', 'yith-woocommerce-wishlist' ),
309
  __( 'Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, etc.) <br>Users can choose the wishlist from a dropdown menu when they click on "Add to wishlist"', 'yith-woocommerce-wishlist' ),
310
  __( 'Allow users to set <b>visibility options for each wishlist</b>, by making them either public (visible to everyone), private or shared (visible only to people it has been shared with)', 'yith-woocommerce-wishlist' ),
312
  __( '<b>Allow users to manage their wishlists:</b> rename and delete wishlists, move a product from one wishlist to another, change order of items, quantity, etc.', 'yith-woocommerce-wishlist' ),
313
  __( 'Enable an <b>"Ask for an estimate" button</b> to let customers send the content of their wishlist to the admin and get a custom quote', 'yith-woocommerce-wishlist' ),
314
  __( '<b>Show a wishlist widget</b> that lists all the products in the wishlists (available also with "mini-cart" style for the header)', 'yith-woocommerce-wishlist' ),
315
+ __( '<b>Send promotional emails to users</b> who have added specific products to their wishlist', 'yith-woocommerce-wishlist' ),
316
  __( '<b>Send an automatic email to the wishlist owner</b> whenever a product in the list is back in stock or on sale', 'yith-woocommerce-wishlist' ),
317
  '<b>' . __( 'Regular updates, Translations and Premium Support', 'yith-woocommerce-wishlist' ) . '</b>',
318
  ),
319
+ 'main_image_url' => YITH_WCWL_URL . 'assets/images/premium/get-premium-wishlist.jpg',
 
320
  );
321
  }
322
 
385
  * @since 2.0.0
386
  */
387
  function YITH_WCWL_Admin() { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionNameInvalid
388
+ if ( defined( 'YITH_WCWL_PREMIUM' ) ) {
389
+ $instance = YITH_WCWL_Admin_Premium::get_instance();
390
+ } elseif ( defined( 'YITH_WCWL_EXTENDED' ) ) {
391
+ $instance = YITH_WCWL_Admin_Extended::get_instance();
392
+ } else {
393
+ $instance = YITH_WCWL_Admin::get_instance();
394
+ }
395
+
396
+ return $instance;
397
  }
includes/class-yith-wcwl-ajax-handler.php CHANGED
@@ -66,10 +66,29 @@ if ( ! class_exists( 'YITH_WCWL_Ajax_Handler' ) ) {
66
  try {
67
  YITH_WCWL()->add();
68
 
69
- $return = 'true';
 
 
 
 
 
 
 
 
 
 
70
  $message = apply_filters( 'yith_wcwl_product_added_to_wishlist_message', get_option( 'yith_wcwl_product_added_text' ) );
71
 
72
  // append view and close links.
 
 
 
 
 
 
 
 
 
73
  if ( apply_filters( 'yith_wcwl_show_popup_links', YITH_WCWL()->is_multi_wishlist_enabled() ) ) {
74
  $message .= '<p class="after-links">
75
  <a href="' . YITH_WCWL()->get_last_operation_url() . '">' . __( 'View &rsaquo;', 'yith-woocommerce-wishlist' ) . '</a>
@@ -78,7 +97,17 @@ if ( ! class_exists( 'YITH_WCWL_Ajax_Handler' ) ) {
78
  </p>';
79
  }
80
  } catch ( YITH_WCWL_Exception $e ) {
81
- $return = $e->getTextualCode();
 
 
 
 
 
 
 
 
 
 
82
  $message = apply_filters( 'yith_wcwl_error_adding_to_wishlist_message', $e->getMessage() );
83
  } catch ( Exception $e ) {
84
  $return = 'error';
@@ -123,6 +152,15 @@ if ( ! class_exists( 'YITH_WCWL_Ajax_Handler' ) ) {
123
  }
124
  }
125
 
 
 
 
 
 
 
 
 
 
126
  wp_send_json(
127
  apply_filters(
128
  'yith_wcwl_ajax_add_return_params',
@@ -152,6 +190,16 @@ if ( ! class_exists( 'YITH_WCWL_Ajax_Handler' ) ) {
152
 
153
  try {
154
  YITH_WCWL()->remove();
 
 
 
 
 
 
 
 
 
 
155
  $message = apply_filters( 'yith_wcwl_product_removed_text', __( 'Product successfully removed.', 'yith-woocommerce-wishlist' ) );
156
  } catch ( Exception $e ) {
157
  $message = $e->getMessage();
@@ -190,6 +238,15 @@ if ( ! class_exists( 'YITH_WCWL_Ajax_Handler' ) ) {
190
  if ( $item ) {
191
  $item->delete();
192
 
 
 
 
 
 
 
 
 
 
193
  $return = array(
194
  'result' => true,
195
  'message' => apply_filters( 'yith_wcwl_product_removed_text', __( 'Product successfully removed.', 'yith-woocommerce-wishlist' ) ),
@@ -279,6 +336,16 @@ if ( ! class_exists( 'YITH_WCWL_Ajax_Handler' ) ) {
279
 
280
  try {
281
  YITH_WCWL()->add();
 
 
 
 
 
 
 
 
 
 
282
  $message = apply_filters( 'yith_wcwl_product_added_to_wishlist_message', get_option( 'yith_wcwl_product_added_text' ) );
283
  } catch ( YITH_WCWL_Exception $e ) {
284
  $message = $e->getMessage();
@@ -373,6 +440,17 @@ if ( ! class_exists( 'YITH_WCWL_Ajax_Handler' ) ) {
373
  $result[ $id ] = ob_get_clean();
374
  break;
375
  default:
 
 
 
 
 
 
 
 
 
 
 
376
  $result[ $id ] = apply_filters( 'yith_wcwl_fragment_output', '', $id, $options );
377
  break;
378
  }
66
  try {
67
  YITH_WCWL()->add();
68
 
69
+ $return = 'true';
70
+
71
+ /**
72
+ * APPLY_FILTERS: yith_wcwl_product_added_to_wishlist_message
73
+ *
74
+ * Filter the message shown when an item has been added to the wishlist.
75
+ *
76
+ * @param string $message Message
77
+ *
78
+ * @return string
79
+ */
80
  $message = apply_filters( 'yith_wcwl_product_added_to_wishlist_message', get_option( 'yith_wcwl_product_added_text' ) );
81
 
82
  // append view and close links.
83
+ /**
84
+ * APPLY_FILTERS: yith_wcwl_show_popup_links
85
+ *
86
+ * Filter whether to show the links in the popup after an item has been added to the wishlist.
87
+ *
88
+ * @param bool $show_links Whether to show links or not in the popup
89
+ *
90
+ * @return bool
91
+ */
92
  if ( apply_filters( 'yith_wcwl_show_popup_links', YITH_WCWL()->is_multi_wishlist_enabled() ) ) {
93
  $message .= '<p class="after-links">
94
  <a href="' . YITH_WCWL()->get_last_operation_url() . '">' . __( 'View &rsaquo;', 'yith-woocommerce-wishlist' ) . '</a>
97
  </p>';
98
  }
99
  } catch ( YITH_WCWL_Exception $e ) {
100
+ $return = $e->getTextualCode();
101
+
102
+ /**
103
+ * APPLY_FILTERS: yith_wcwl_error_adding_to_wishlist_message
104
+ *
105
+ * Filter the error message shown when adding an item to the wishlist.
106
+ *
107
+ * @param string $message Message
108
+ *
109
+ * @return string
110
+ */
111
  $message = apply_filters( 'yith_wcwl_error_adding_to_wishlist_message', $e->getMessage() );
112
  } catch ( Exception $e ) {
113
  $return = 'error';
152
  }
153
  }
154
 
155
+ /**
156
+ * APPLY_FILTERS: yith_wcwl_ajax_add_return_params
157
+ *
158
+ * Filter the parameters sent in the Ajax response.
159
+ *
160
+ * @param array $params Array of parameters sent in the response
161
+ *
162
+ * @return array
163
+ */
164
  wp_send_json(
165
  apply_filters(
166
  'yith_wcwl_ajax_add_return_params',
190
 
191
  try {
192
  YITH_WCWL()->remove();
193
+
194
+ /**
195
+ * APPLY_FILTERS: yith_wcwl_product_removed_text
196
+ *
197
+ * Filter the message when an item has been removed from the wishlist.
198
+ *
199
+ * @param string $message Message
200
+ *
201
+ * @return string
202
+ */
203
  $message = apply_filters( 'yith_wcwl_product_removed_text', __( 'Product successfully removed.', 'yith-woocommerce-wishlist' ) );
204
  } catch ( Exception $e ) {
205
  $message = $e->getMessage();
238
  if ( $item ) {
239
  $item->delete();
240
 
241
+ /**
242
+ * APPLY_FILTERS: yith_wcwl_product_removed_text
243
+ *
244
+ * Filter the message when an item has been removed from the wishlist.
245
+ *
246
+ * @param string $message Message
247
+ *
248
+ * @return string
249
+ */
250
  $return = array(
251
  'result' => true,
252
  'message' => apply_filters( 'yith_wcwl_product_removed_text', __( 'Product successfully removed.', 'yith-woocommerce-wishlist' ) ),
336
 
337
  try {
338
  YITH_WCWL()->add();
339
+
340
+ /**
341
+ * APPLY_FILTERS: yith_wcwl_product_added_to_wishlist_message
342
+ *
343
+ * Filter the message shown when an item has been added to the wishlist.
344
+ *
345
+ * @param string $message Message
346
+ *
347
+ * @return string
348
+ */
349
  $message = apply_filters( 'yith_wcwl_product_added_to_wishlist_message', get_option( 'yith_wcwl_product_added_text' ) );
350
  } catch ( YITH_WCWL_Exception $e ) {
351
  $message = $e->getMessage();
440
  $result[ $id ] = ob_get_clean();
441
  break;
442
  default:
443
+ /**
444
+ * APPLY_FILTERS: yith_wcwl_fragment_output
445
+ *
446
+ * Filter the output when reloading fragments.
447
+ *
448
+ * @param string $output Fragment output
449
+ * @param int $id Fragment ID
450
+ * @param array $options Fragment options
451
+ *
452
+ * @return string
453
+ */
454
  $result[ $id ] = apply_filters( 'yith_wcwl_fragment_output', '', $id, $options );
455
  break;
456
  }
includes/class-yith-wcwl-cron.php CHANGED
@@ -57,6 +57,15 @@ if ( ! class_exists( 'YITH_WCWL_Cron' ) ) {
57
  );
58
  }
59
 
 
 
 
 
 
 
 
 
 
60
  return apply_filters( 'yith_wcwl_crons', $this->crons );
61
  }
62
 
@@ -100,11 +109,11 @@ if ( ! class_exists( 'YITH_WCWL_Cron' ) ) {
100
  * @since 3.0.0
101
  */
102
  public static function get_instance() {
103
- if ( is_null( self::$instance ) ) {
104
- self::$instance = new self();
105
  }
106
 
107
- return self::$instance;
108
  }
109
  }
110
  }
@@ -116,5 +125,13 @@ if ( ! class_exists( 'YITH_WCWL_Cron' ) ) {
116
  * @since 3.0.0
117
  */
118
  function YITH_WCWL_Cron() { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionNameInvalid
119
- return defined( 'YITH_WCWL_PREMIUM' ) ? YITH_WCWL_Cron_Premium::get_instance() : YITH_WCWL_Cron::get_instance();
 
 
 
 
 
 
 
 
120
  }
57
  );
58
  }
59
 
60
+ /**
61
+ * APPLY_FILTERS: yith_wcwl_crons
62
+ *
63
+ * Filter the cron tasks created in the plugin.
64
+ *
65
+ * @param array $crons Plugin crons
66
+ *
67
+ * @return array
68
+ */
69
  return apply_filters( 'yith_wcwl_crons', $this->crons );
70
  }
71
 
109
  * @since 3.0.0
110
  */
111
  public static function get_instance() {
112
+ if ( is_null( static::$instance ) ) {
113
+ static::$instance = new static();
114
  }
115
 
116
+ return static::$instance;
117
  }
118
  }
119
  }
125
  * @since 3.0.0
126
  */
127
  function YITH_WCWL_Cron() { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionNameInvalid
128
+ if ( defined( 'YITH_WCWL_PREMIUM' ) ) {
129
+ $instance = YITH_WCWL_Cron_Premium::get_instance();
130
+ } elseif ( defined( 'YITH_WCWL_EXTENDED' ) ) {
131
+ $instance = YITH_WCWL_Cron_Extended::get_instance();
132
+ } else {
133
+ $instance = YITH_WCWL_Cron::get_instance();
134
+ }
135
+
136
+ return $instance;
137
  }
includes/class-yith-wcwl-form-handler.php CHANGED
@@ -54,6 +54,16 @@ if ( ! class_exists( 'YITH_WCWL_Form_Handler' ) ) {
54
  public static function process_form_handling() {
55
  $user_agent = isset( $_SERVER['HTTP_USER_AGENT'] ) ? sanitize_text_field( wp_unslash( $_SERVER['HTTP_USER_AGENT'] ) ) : false;
56
 
 
 
 
 
 
 
 
 
 
 
57
  if ( $user_agent && apply_filters( 'yith_wcwl_block_user_agent', preg_match( '/bot|crawl|slurp|spider|wordpress/i', $user_agent ), $user_agent ) ) {
58
  return false;
59
  }
@@ -72,8 +82,26 @@ if ( ! class_exists( 'YITH_WCWL_Form_Handler' ) ) {
72
  try {
73
  YITH_WCWL()->add();
74
 
 
 
 
 
 
 
 
 
 
75
  yith_wcwl_add_notice( apply_filters( 'yith_wcwl_product_added_to_wishlist_message', get_option( 'yith_wcwl_product_added_text' ) ), 'success' );
76
  } catch ( Exception $e ) {
 
 
 
 
 
 
 
 
 
77
  yith_wcwl_add_notice( apply_filters( 'yith_wcwl_error_adding_to_wishlist_message', $e->getMessage() ), 'error' );
78
  }
79
  }
@@ -127,6 +155,15 @@ if ( ! class_exists( 'YITH_WCWL_Form_Handler' ) ) {
127
  if ( ! empty( $args['wishlist_id'] ) ) {
128
  $wishlist = yith_wcwl_get_wishlist( $args['wishlist_id'] );
129
 
 
 
 
 
 
 
 
 
 
130
  if ( apply_filters( 'yith_wcwl_remove_after_add_to_cart', $wishlist && $wishlist->is_current_user_owner(), $wishlist ) ) {
131
  try {
132
  YITH_WCWL()->remove( $args );
54
  public static function process_form_handling() {
55
  $user_agent = isset( $_SERVER['HTTP_USER_AGENT'] ) ? sanitize_text_field( wp_unslash( $_SERVER['HTTP_USER_AGENT'] ) ) : false;
56
 
57
+ /**
58
+ * APPLY_FILTERS: yith_wcwl_block_user_agent
59
+ *
60
+ * Filter the conditions to block some user agents.
61
+ *
62
+ * @param bool $condition Conditions
63
+ * @param string $user_agent User agent
64
+ *
65
+ * @return bool
66
+ */
67
  if ( $user_agent && apply_filters( 'yith_wcwl_block_user_agent', preg_match( '/bot|crawl|slurp|spider|wordpress/i', $user_agent ), $user_agent ) ) {
68
  return false;
69
  }
82
  try {
83
  YITH_WCWL()->add();
84
 
85
+ /**
86
+ * APPLY_FILTERS: yith_wcwl_product_added_to_wishlist_message
87
+ *
88
+ * Filter the message shown when an item has been added to the wishlist.
89
+ *
90
+ * @param string $message Message
91
+ *
92
+ * @return string
93
+ */
94
  yith_wcwl_add_notice( apply_filters( 'yith_wcwl_product_added_to_wishlist_message', get_option( 'yith_wcwl_product_added_text' ) ), 'success' );
95
  } catch ( Exception $e ) {
96
+ /**
97
+ * APPLY_FILTERS: yith_wcwl_error_adding_to_wishlist_message
98
+ *
99
+ * Filter the error message shown when adding an item to the wishlist.
100
+ *
101
+ * @param string $message Message
102
+ *
103
+ * @return string
104
+ */
105
  yith_wcwl_add_notice( apply_filters( 'yith_wcwl_error_adding_to_wishlist_message', $e->getMessage() ), 'error' );
106
  }
107
  }
155
  if ( ! empty( $args['wishlist_id'] ) ) {
156
  $wishlist = yith_wcwl_get_wishlist( $args['wishlist_id'] );
157
 
158
+ /**
159
+ * APPLY_FILTERS: yith_wcwl_remove_after_add_to_cart
160
+ *
161
+ * Filter the conditions to allow removing the product from the wishlist after it has been adding to the cart.
162
+ *
163
+ * @param bool $condition Conditions
164
+ *
165
+ * @return bool
166
+ */
167
  if ( apply_filters( 'yith_wcwl_remove_after_add_to_cart', $wishlist && $wishlist->is_current_user_owner(), $wishlist ) ) {
168
  try {
169
  YITH_WCWL()->remove( $args );
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.11.0';
37
 
38
  /**
39
  * Plugin database version
@@ -59,11 +59,11 @@ if ( ! class_exists( 'YITH_WCWL_Frontend' ) ) {
59
  * @since 2.0.0
60
  */
61
  public static function get_instance() {
62
- if ( is_null( self::$instance ) ) {
63
- self::$instance = new self();
64
  }
65
 
66
- return self::$instance;
67
  }
68
 
69
  /**
@@ -107,6 +107,11 @@ if ( ! class_exists( 'YITH_WCWL_Frontend' ) ) {
107
  add_filter( 'woocommerce_add_to_cart_redirect', array( $this, 'yith_wfbt_redirect_after_add_to_cart' ), 10, 1 );
108
 
109
  // YITH WCWL Loaded.
 
 
 
 
 
110
  do_action( 'yith_wcwl_loaded' );
111
  }
112
 
@@ -136,6 +141,15 @@ if ( ! class_exists( 'YITH_WCWL_Frontend' ) ) {
136
  * @since 1.0.0
137
  */
138
  public function add_button() {
 
 
 
 
 
 
 
 
 
139
  $positions = apply_filters(
140
  'yith_wcwl_positions',
141
  array(
@@ -172,6 +186,15 @@ if ( ! class_exists( 'YITH_WCWL_Frontend' ) ) {
172
  return;
173
  }
174
 
 
 
 
 
 
 
 
 
 
175
  $positions = apply_filters(
176
  'yith_wcwl_loop_positions',
177
  array(
@@ -302,6 +325,15 @@ if ( ! class_exists( 'YITH_WCWL_Frontend' ) ) {
302
  *
303
  * @since 3.0.7
304
  */
 
 
 
 
 
 
 
 
 
305
  if ( ! apply_filters( 'yith_wcwl_show_add_to_wishlist', true ) ) {
306
  return;
307
  }
@@ -363,6 +395,15 @@ if ( ! class_exists( 'YITH_WCWL_Frontend' ) ) {
363
  * @since 3.0.20
364
  */
365
  public function add_noindex_header() {
 
 
 
 
 
 
 
 
 
366
  if ( function_exists( 'wp_robots_no_robots' ) || ! isset( $_GET['add_to_wishlist'] ) || apply_filters( 'yith_wcwl_skip_noindex_headers', false ) ) { // phpcs:ignore WordPress.Security.NonceVerification.Recommended
367
  return;
368
  }
@@ -402,6 +443,15 @@ if ( ! class_exists( 'YITH_WCWL_Frontend' ) ) {
402
  wp_register_style( 'yith-wcwl-font-awesome', YITH_WCWL_URL . 'assets/css/font-awesome.css', array(), '4.7.0' );
403
  wp_register_style( 'woocommerce_prettyPhoto_css', $assets_path . 'css/prettyPhoto.css', array(), '3.1.6' );
404
 
 
 
 
 
 
 
 
 
 
405
  $deps = apply_filters( 'yith_wcwl_main_style_deps', array( 'jquery-selectBox', 'yith-wcwl-font-awesome', 'woocommerce_prettyPhoto_css' ) );
406
 
407
  // register main style.
@@ -452,6 +502,15 @@ if ( ! class_exists( 'YITH_WCWL_Frontend' ) ) {
452
  wp_register_script( 'prettyPhoto', $assets_path . 'js/prettyPhoto/jquery.prettyPhoto' . $suffix . '.js', array( 'jquery' ), '3.1.6', true );
453
  wp_register_script( 'jquery-selectBox', YITH_WCWL_URL . 'assets/js/jquery.selectBox.min.js', array( 'jquery' ), '1.2.0', true );
454
 
 
 
 
 
 
 
 
 
 
455
  $deps = apply_filters( 'yith_wcwl_main_script_deps', array( 'jquery', 'jquery-selectBox', 'prettyPhoto' ) );
456
 
457
  // get localized variables.
@@ -533,23 +592,95 @@ if ( ! class_exists( 'YITH_WCWL_Frontend' ) ) {
533
  * @since 2.2.3
534
  */
535
  public function get_localize() {
 
 
 
 
 
 
 
 
 
536
  return apply_filters(
537
  'yith_wcwl_localize_script',
538
  array(
539
  'ajax_url' => admin_url( 'admin-ajax.php', 'relative' ),
540
  'redirect_to_cart' => get_option( 'yith_wcwl_redirect_cart' ),
541
  'multi_wishlist' => false,
 
 
 
 
 
 
 
 
 
542
  'hide_add_button' => apply_filters( 'yith_wcwl_hide_add_button', true ),
543
  'enable_ajax_loading' => 'yes' === get_option( 'yith_wcwl_ajax_enable', 'no' ),
544
  'ajax_loader_url' => YITH_WCWL_URL . 'assets/images/ajax-loader-alt.svg',
545
  'remove_from_wishlist_after_add_to_cart' => 'yes' === get_option( 'yith_wcwl_remove_after_add_to_cart' ),
 
 
 
 
 
 
 
 
 
546
  'is_wishlist_responsive' => apply_filters( 'yith_wcwl_is_wishlist_responsive', true ),
 
 
 
 
 
 
 
 
 
547
  'time_to_close_prettyphoto' => apply_filters( 'yith_wcwl_time_to_close_prettyphoto', 3000 ),
 
 
 
 
 
 
 
 
 
548
  'fragments_index_glue' => apply_filters( 'yith_wcwl_fragments_index_glue', '.' ),
 
 
 
 
 
 
 
 
 
549
  'reload_on_found_variation' => apply_filters( 'yith_wcwl_reload_on_found_variation', true ),
 
 
 
 
 
 
 
 
 
550
  'mobile_media_query' => apply_filters( 'yith_wcwl_mobile_media_query', 768 ),
551
  'labels' => array(
552
  'cookie_disabled' => __( 'We are sorry, but this feature is available only if cookies on your browser are enabled.', 'yith-woocommerce-wishlist' ),
 
 
 
 
 
 
 
 
 
553
  'added_to_cart_message' => sprintf( '<div class="woocommerce-notices-wrapper"><div class="woocommerce-message" role="alert">%s</div></div>', apply_filters( 'yith_wcwl_added_to_cart_message', __( 'Product added to cart successfully', 'yith-woocommerce-wishlist' ) ) ),
554
  ),
555
  'actions' => array(
@@ -814,7 +945,17 @@ if ( ! class_exists( 'YITH_WCWL_Frontend' ) ) {
814
  */
815
  public function alter_add_to_cart_text( $text, $product ) {
816
  $label_option = get_option( 'yith_wcwl_add_to_cart_text', __( 'Add to cart', 'yith-woocommerce-wishlist' ) );
817
- $label = $product->is_type( 'variable' ) ? $text : apply_filters( 'yith_wcwl_add_to_cart_label', $label_option );
 
 
 
 
 
 
 
 
 
 
818
 
819
  return $label;
820
  }
@@ -863,6 +1004,17 @@ if ( ! class_exists( 'YITH_WCWL_Frontend' ) ) {
863
  }
864
  }
865
 
 
 
 
 
 
 
 
 
 
 
 
866
  return apply_filters( 'yit_wcwl_add_to_cart_redirect_url', esc_url_raw( $url ), $url, $product );
867
  }
868
 
@@ -1013,7 +1165,17 @@ if ( ! class_exists( 'YITH_WCWL_Frontend' ) ) {
1013
  */
1014
  protected function build_custom_css( $rules = array() ) {
1015
  $generated_code = '';
1016
- $rules = apply_filters(
 
 
 
 
 
 
 
 
 
 
1017
  'yith_wcwl_custom_css_rules',
1018
  array_merge(
1019
  array(
@@ -1520,5 +1682,13 @@ if ( ! class_exists( 'YITH_WCWL_Frontend' ) ) {
1520
  * @since 2.0.0
1521
  */
1522
  function YITH_WCWL_Frontend() { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionNameInvalid
1523
- return defined( 'YITH_WCWL_PREMIUM' ) ? YITH_WCWL_Frontend_Premium::get_instance() : YITH_WCWL_Frontend::get_instance();
 
 
 
 
 
 
 
 
1524
  }
33
  * @var string
34
  * @since 1.0.0
35
  */
36
+ public $version = '3.12.0';
37
 
38
  /**
39
  * Plugin database version
59
  * @since 2.0.0
60
  */
61
  public static function get_instance() {
62
+ if ( is_null( static::$instance ) ) {
63
+ static::$instance = new static();
64
  }
65
 
66
+ return static::$instance;
67
  }
68
 
69
  /**
107
  add_filter( 'woocommerce_add_to_cart_redirect', array( $this, 'yith_wfbt_redirect_after_add_to_cart' ), 10, 1 );
108
 
109
  // YITH WCWL Loaded.
110
+ /**
111
+ * DO_ACTION: yith_wcwl_loaded
112
+ *
113
+ * Allows to fire some action when the frontend class has loaded all the requirements.
114
+ */
115
  do_action( 'yith_wcwl_loaded' );
116
  }
117
 
141
  * @since 1.0.0
142
  */
143
  public function add_button() {
144
+ /**
145
+ * APPLY_FILTERS: yith_wcwl_positions
146
+ *
147
+ * Filter the array of positions where to display the 'Add to wishlist' button in the product page.
148
+ *
149
+ * @param array $positions Array of positions
150
+ *
151
+ * @return array
152
+ */
153
  $positions = apply_filters(
154
  'yith_wcwl_positions',
155
  array(
186
  return;
187
  }
188
 
189
+ /**
190
+ * APPLY_FILTERS: yith_wcwl_loop_positions
191
+ *
192
+ * Filter the array of positions where to display the 'Add to wishlist' button in the loop page.
193
+ *
194
+ * @param array $positions Array of positions
195
+ *
196
+ * @return array
197
+ */
198
  $positions = apply_filters(
199
  'yith_wcwl_loop_positions',
200
  array(
325
  *
326
  * @since 3.0.7
327
  */
328
+ /**
329
+ * APPLY_FILTERS: yith_wcwl_show_add_to_wishlist
330
+ *
331
+ * Filter whether to show the 'Add to wishlist' button.
332
+ *
333
+ * @param bool $show_button Whether to show the ATW button or not
334
+ *
335
+ * @return bool
336
+ */
337
  if ( ! apply_filters( 'yith_wcwl_show_add_to_wishlist', true ) ) {
338
  return;
339
  }
395
  * @since 3.0.20
396
  */
397
  public function add_noindex_header() {
398
+ /**
399
+ * APPLY_FILTERS: yith_wcwl_skip_noindex_headers
400
+ *
401
+ * Filter whether to disable the 'Add to wishlist' action from robots.
402
+ *
403
+ * @param bool $show_button Whether to disable the ATW action from robots or not
404
+ *
405
+ * @return bool
406
+ */
407
  if ( function_exists( 'wp_robots_no_robots' ) || ! isset( $_GET['add_to_wishlist'] ) || apply_filters( 'yith_wcwl_skip_noindex_headers', false ) ) { // phpcs:ignore WordPress.Security.NonceVerification.Recommended
408
  return;
409
  }
443
  wp_register_style( 'yith-wcwl-font-awesome', YITH_WCWL_URL . 'assets/css/font-awesome.css', array(), '4.7.0' );
444
  wp_register_style( 'woocommerce_prettyPhoto_css', $assets_path . 'css/prettyPhoto.css', array(), '3.1.6' );
445
 
446
+ /**
447
+ * APPLY_FILTERS: yith_wcwl_main_style_deps
448
+ *
449
+ * Filter the style dependencies to be used in the plugin.
450
+ *
451
+ * @param array $deps Array of style dependencies
452
+ *
453
+ * @return array
454
+ */
455
  $deps = apply_filters( 'yith_wcwl_main_style_deps', array( 'jquery-selectBox', 'yith-wcwl-font-awesome', 'woocommerce_prettyPhoto_css' ) );
456
 
457
  // register main style.
502
  wp_register_script( 'prettyPhoto', $assets_path . 'js/prettyPhoto/jquery.prettyPhoto' . $suffix . '.js', array( 'jquery' ), '3.1.6', true );
503
  wp_register_script( 'jquery-selectBox', YITH_WCWL_URL . 'assets/js/jquery.selectBox.min.js', array( 'jquery' ), '1.2.0', true );
504
 
505
+ /**
506
+ * APPLY_FILTERS: yith_wcwl_main_script_deps
507
+ *
508
+ * Filter the script dependencies to be used in the plugin.
509
+ *
510
+ * @param array $deps Array of script dependencies
511
+ *
512
+ * @return array
513
+ */
514
  $deps = apply_filters( 'yith_wcwl_main_script_deps', array( 'jquery', 'jquery-selectBox', 'prettyPhoto' ) );
515
 
516
  // get localized variables.
592
  * @since 2.2.3
593
  */
594
  public function get_localize() {
595
+ /**
596
+ * APPLY_FILTERS: yith_wcwl_localize_script
597
+ *
598
+ * Filter the array with the parameters sent to the plugin scripts trought the localize.
599
+ *
600
+ * @param array $localize Array of parameters
601
+ *
602
+ * @return array
603
+ */
604
  return apply_filters(
605
  'yith_wcwl_localize_script',
606
  array(
607
  'ajax_url' => admin_url( 'admin-ajax.php', 'relative' ),
608
  'redirect_to_cart' => get_option( 'yith_wcwl_redirect_cart' ),
609
  'multi_wishlist' => false,
610
+ /**
611
+ * APPLY_FILTERS: yith_wcwl_hide_add_button
612
+ *
613
+ * Filter whether to hide the 'Add to wishlist' button.
614
+ *
615
+ * @param bool $hide_button Whether to hide the ATW button or not
616
+ *
617
+ * @return bool
618
+ */
619
  'hide_add_button' => apply_filters( 'yith_wcwl_hide_add_button', true ),
620
  'enable_ajax_loading' => 'yes' === get_option( 'yith_wcwl_ajax_enable', 'no' ),
621
  'ajax_loader_url' => YITH_WCWL_URL . 'assets/images/ajax-loader-alt.svg',
622
  'remove_from_wishlist_after_add_to_cart' => 'yes' === get_option( 'yith_wcwl_remove_after_add_to_cart' ),
623
+ /**
624
+ * APPLY_FILTERS: yith_wcwl_is_wishlist_responsive
625
+ *
626
+ * Filter whether to use the responsive layout for the wishlist.
627
+ *
628
+ * @param bool $is_responsive Whether to use responsive layout or not
629
+ *
630
+ * @return bool
631
+ */
632
  'is_wishlist_responsive' => apply_filters( 'yith_wcwl_is_wishlist_responsive', true ),
633
+ /**
634
+ * APPLY_FILTERS: yith_wcwl_time_to_close_prettyphoto
635
+ *
636
+ * Filter the time (in miliseconds) to close the popup after the 'Ask for an estimate' request has been sent.
637
+ *
638
+ * @param int $time Time to close the popup
639
+ *
640
+ * @return int
641
+ */
642
  'time_to_close_prettyphoto' => apply_filters( 'yith_wcwl_time_to_close_prettyphoto', 3000 ),
643
+ /**
644
+ * APPLY_FILTERS: yith_wcwl_fragments_index_glue
645
+ *
646
+ * Filter the character used for the fragments index.
647
+ *
648
+ * @param string $char Character
649
+ *
650
+ * @return string
651
+ */
652
  'fragments_index_glue' => apply_filters( 'yith_wcwl_fragments_index_glue', '.' ),
653
+ /**
654
+ * APPLY_FILTERS: yith_wcwl_reload_on_found_variation
655
+ *
656
+ * Filter whether to reload fragments on new variations found.
657
+ *
658
+ * @param bool $reload_variations Whether to reload fragments
659
+ *
660
+ * @return bool
661
+ */
662
  'reload_on_found_variation' => apply_filters( 'yith_wcwl_reload_on_found_variation', true ),
663
+ /**
664
+ * APPLY_FILTERS: yith_wcwl_mobile_media_query
665
+ *
666
+ * Filter the breakpoint size for the mobile media queries.
667
+ *
668
+ * @param int $breakpoint Breakpoint size
669
+ *
670
+ * @return int
671
+ */
672
  'mobile_media_query' => apply_filters( 'yith_wcwl_mobile_media_query', 768 ),
673
  'labels' => array(
674
  'cookie_disabled' => __( 'We are sorry, but this feature is available only if cookies on your browser are enabled.', 'yith-woocommerce-wishlist' ),
675
+ /**
676
+ * APPLY_FILTERS: yith_wcwl_added_to_cart_message
677
+ *
678
+ * Filter the message when a product has been added succesfully to the cart from the wishlist.
679
+ *
680
+ * @param string $message Message
681
+ *
682
+ * @return string
683
+ */
684
  'added_to_cart_message' => sprintf( '<div class="woocommerce-notices-wrapper"><div class="woocommerce-message" role="alert">%s</div></div>', apply_filters( 'yith_wcwl_added_to_cart_message', __( 'Product added to cart successfully', 'yith-woocommerce-wishlist' ) ) ),
685
  ),
686
  'actions' => array(
945
  */
946
  public function alter_add_to_cart_text( $text, $product ) {
947
  $label_option = get_option( 'yith_wcwl_add_to_cart_text', __( 'Add to cart', 'yith-woocommerce-wishlist' ) );
948
+
949
+ /**
950
+ * APPLY_FILTERS: yith_wcwl_add_to_cart_label
951
+ *
952
+ * Filter the label of the 'Add to cart' button in the wishlist page.
953
+ *
954
+ * @param string $label Label
955
+ *
956
+ * @return string
957
+ */
958
+ $label = $product->is_type( 'variable' ) ? $text : apply_filters( 'yith_wcwl_add_to_cart_label', $label_option );
959
 
960
  return $label;
961
  }
1004
  }
1005
  }
1006
 
1007
+ /**
1008
+ * APPLY_FILTERS: yit_wcwl_add_to_cart_redirect_url
1009
+ *
1010
+ * Filter the URL to redirect after adding to the cart from the wishlist.
1011
+ *
1012
+ * @param string $redirect_url Redirect URL
1013
+ * @param string $original_url Original URL
1014
+ * @param WC_Product $product Product object
1015
+ *
1016
+ * @return string
1017
+ */
1018
  return apply_filters( 'yit_wcwl_add_to_cart_redirect_url', esc_url_raw( $url ), $url, $product );
1019
  }
1020
 
1165
  */
1166
  protected function build_custom_css( $rules = array() ) {
1167
  $generated_code = '';
1168
+
1169
+ /**
1170
+ * APPLY_FILTERS: yith_wcwl_custom_css_rules
1171
+ *
1172
+ * Filter the array with the custom CSS rules to be used.
1173
+ *
1174
+ * @param array $css_rules CSS rules
1175
+ *
1176
+ * @return array
1177
+ */
1178
+ $rules = apply_filters(
1179
  'yith_wcwl_custom_css_rules',
1180
  array_merge(
1181
  array(
1682
  * @since 2.0.0
1683
  */
1684
  function YITH_WCWL_Frontend() { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionNameInvalid
1685
+ if ( defined( 'YITH_WCWL_PREMIUM' ) ) {
1686
+ $instance = YITH_WCWL_Frontend_Premium::get_instance();
1687
+ } elseif ( defined( 'YITH_WCWL_EXTENDED' ) ) {
1688
+ $instance = YITH_WCWL_Frontend_Extended::get_instance();
1689
+ } else {
1690
+ $instance = YITH_WCWL_Frontend::get_instance();
1691
+ }
1692
+
1693
+ return $instance;
1694
  }
includes/class-yith-wcwl-privacy.php CHANGED
@@ -69,6 +69,16 @@ if ( ! class_exists( 'YITH_WCWL_Privacy' ) ) {
69
  break;
70
  }
71
 
 
 
 
 
 
 
 
 
 
 
72
  return apply_filters( 'yith_wcwl_privacy_policy_content', $content, $section );
73
  }
74
 
@@ -188,11 +198,35 @@ if ( ! class_exists( 'YITH_WCWL_Privacy' ) ) {
188
 
189
  if ( 0 < count( $wishlists ) ) {
190
  foreach ( $wishlists as $wishlist ) {
 
 
 
 
 
 
 
 
 
 
191
  if ( apply_filters( 'yith_wcwl_privacy_erase_wishlist_personal_data', true, $wishlist ) ) {
 
 
 
 
 
 
 
192
  do_action( 'yith_wcwl_privacy_before_remove_wishlist_personal_data', $wishlist );
193
 
194
  $wishlist->delete();
195
 
 
 
 
 
 
 
 
196
  do_action( 'yith_wcwl_privacy_remove_wishlist_personal_data', $wishlist );
197
 
198
  /* Translators: %s Order number. */
@@ -220,7 +254,18 @@ if ( ! class_exists( 'YITH_WCWL_Privacy' ) ) {
220
  * @since 2.2.2
221
  */
222
  protected function get_wishlist_personal_data( $wishlist ) {
223
- $personal_data = array();
 
 
 
 
 
 
 
 
 
 
 
224
  $props_to_export = apply_filters(
225
  'yith_wcwl_privacy_export_wishlist_personal_data_props',
226
  array(
@@ -283,6 +328,17 @@ if ( ! class_exists( 'YITH_WCWL_Privacy' ) ) {
283
  break;
284
  }
285
 
 
 
 
 
 
 
 
 
 
 
 
286
  $value = apply_filters( 'yith_wcwl_privacy_export_wishlist_personal_data_prop', $value, $prop, $wishlist );
287
 
288
  if ( $value ) {
@@ -293,6 +349,16 @@ if ( ! class_exists( 'YITH_WCWL_Privacy' ) ) {
293
  }
294
  }
295
 
 
 
 
 
 
 
 
 
 
 
296
  $personal_data = apply_filters( 'yith_wcwl_privacy_export_wishlist_personal_data', $personal_data, $wishlist );
297
 
298
  return $personal_data;
69
  break;
70
  }
71
 
72
+ /**
73
+ * APPLY_FILTERS: yith_wcwl_privacy_policy_content
74
+ *
75
+ * Filter the content of the privacy policy.
76
+ *
77
+ * @param string $content Privacy policy content
78
+ * @param string $section Privacy policy section
79
+ *
80
+ * @return string
81
+ */
82
  return apply_filters( 'yith_wcwl_privacy_policy_content', $content, $section );
83
  }
84
 
198
 
199
  if ( 0 < count( $wishlists ) ) {
200
  foreach ( $wishlists as $wishlist ) {
201
+ /**
202
+ * APPLY_FILTERS: yith_wcwl_privacy_erase_wishlist_personal_data
203
+ *
204
+ * Filter whether to delete the personal data from the wishlist.
205
+ *
206
+ * @param bool $condition Whether to delete personal data or not
207
+ * @param YITH_WCWL_Wishlist $wishlist Wishlist object
208
+ *
209
+ * @return bool
210
+ */
211
  if ( apply_filters( 'yith_wcwl_privacy_erase_wishlist_personal_data', true, $wishlist ) ) {
212
+ /**
213
+ * DO_ACTION: yith_wcwl_privacy_before_remove_wishlist_personal_data
214
+ *
215
+ * Allows to fire some action before deleting the personal data from the wishlist.
216
+ *
217
+ * @param YITH_WCWL_Wishlist $wishlist Wishlist object
218
+ */
219
  do_action( 'yith_wcwl_privacy_before_remove_wishlist_personal_data', $wishlist );
220
 
221
  $wishlist->delete();
222
 
223
+ /**
224
+ * DO_ACTION: yith_wcwl_privacy_remove_wishlist_personal_data
225
+ *
226
+ * Allows to fire some action when deleting the personal data from the wishlist.
227
+ *
228
+ * @param YITH_WCWL_Wishlist $wishlist Wishlist object
229
+ */
230
  do_action( 'yith_wcwl_privacy_remove_wishlist_personal_data', $wishlist );
231
 
232
  /* Translators: %s Order number. */
254
  * @since 2.2.2
255
  */
256
  protected function get_wishlist_personal_data( $wishlist ) {
257
+ $personal_data = array();
258
+
259
+ /**
260
+ * APPLY_FILTERS: yith_wcwl_privacy_export_wishlist_personal_data_props
261
+ *
262
+ * Filter the personal data props to export from the wishlist.
263
+ *
264
+ * @param array $data_to_export Personal data to export
265
+ * @param YITH_WCWL_Wishlist $wishlist Wishlist object
266
+ *
267
+ * @return array
268
+ */
269
  $props_to_export = apply_filters(
270
  'yith_wcwl_privacy_export_wishlist_personal_data_props',
271
  array(
328
  break;
329
  }
330
 
331
+ /**
332
+ * APPLY_FILTERS: yith_wcwl_privacy_export_wishlist_personal_data_prop
333
+ *
334
+ * Filter the personal data value to export from the wishlist.
335
+ *
336
+ * @param string $value Value to export
337
+ * @param string $prop Prop data to export
338
+ * @param YITH_WCWL_Wishlist $wishlist Wishlist object
339
+ *
340
+ * @return string
341
+ */
342
  $value = apply_filters( 'yith_wcwl_privacy_export_wishlist_personal_data_prop', $value, $prop, $wishlist );
343
 
344
  if ( $value ) {
349
  }
350
  }
351
 
352
+ /**
353
+ * APPLY_FILTERS: yith_wcwl_privacy_export_wishlist_personal_data
354
+ *
355
+ * Filter the personal data to export from the wishlist.
356
+ *
357
+ * @param array $personal_data Personal data to export
358
+ * @param YITH_WCWL_Wishlist $wishlist Wishlist object
359
+ *
360
+ * @return array
361
+ */
362
  $personal_data = apply_filters( 'yith_wcwl_privacy_export_wishlist_personal_data', $personal_data, $wishlist );
363
 
364
  return $personal_data;
includes/class-yith-wcwl-session.php CHANGED
@@ -118,6 +118,15 @@ if ( ! class_exists( 'YITH_WCWL_Session' ) ) {
118
  * @return void
119
  */
120
  public function set_session_cookie() {
 
 
 
 
 
 
 
 
 
121
  if ( headers_sent() || ! apply_filters( 'yith_wcwl_set_session_cookie', true ) ) {
122
  return;
123
  }
@@ -184,6 +193,15 @@ if ( ! class_exists( 'YITH_WCWL_Session' ) ) {
184
  * @return bool
185
  */
186
  public function use_secure_cookie() {
 
 
 
 
 
 
 
 
 
187
  return apply_filters( 'yith_wcwl_session_use_secure_cookie', wc_site_is_https() && is_ssl() );
188
  }
189
 
@@ -195,6 +213,15 @@ if ( ! class_exists( 'YITH_WCWL_Session' ) ) {
195
  */
196
  public function get_session_cookie_name() {
197
  if ( empty( $this->cookie_name ) ) {
 
 
 
 
 
 
 
 
 
198
  $this->cookie_name = apply_filters( 'yith_wcwl_session_cookie', 'yith_wcwl_session_' . COOKIEHASH );
199
  }
200
 
118
  * @return void
119
  */
120
  public function set_session_cookie() {
121
+ /**
122
+ * APPLY_FILTERS: yith_wcwl_set_session_cookie
123
+ *
124
+ * Filter whether to set the session cookie.
125
+ *
126
+ * @param bool $set_session_cookie Whether to set session cookie or not
127
+ *
128
+ * @return bool
129
+ */
130
  if ( headers_sent() || ! apply_filters( 'yith_wcwl_set_session_cookie', true ) ) {
131
  return;
132
  }
193
  * @return bool
194
  */
195
  public function use_secure_cookie() {
196
+ /**
197
+ * APPLY_FILTERS: yith_wcwl_session_use_secure_cookie
198
+ *
199
+ * Filter whether to use secure cookies.
200
+ *
201
+ * @param bool $use_secure_cookie Wether to use secure cookies or not
202
+ *
203
+ * @return bool
204
+ */
205
  return apply_filters( 'yith_wcwl_session_use_secure_cookie', wc_site_is_https() && is_ssl() );
206
  }
207
 
213
  */
214
  public function get_session_cookie_name() {
215
  if ( empty( $this->cookie_name ) ) {
216
+ /**
217
+ * APPLY_FILTERS: yith_wcwl_session_cookie
218
+ *
219
+ * Filter the session cookie name.
220
+ *
221
+ * @param string $cookie_name Cookie name
222
+ *
223
+ * @return string
224
+ */
225
  $this->cookie_name = apply_filters( 'yith_wcwl_session_cookie', 'yith_wcwl_session_' . COOKIEHASH );
226
  }
227
 
includes/class-yith-wcwl-shortcode.php CHANGED
@@ -224,6 +224,15 @@ if ( ! class_exists( 'YITH_WCWL_Shortcode' ) ) {
224
  extract( $atts ); // phpcs:ignore
225
 
226
  // retrieve options from query string.
 
 
 
 
 
 
 
 
 
227
  $action_params = explode( '/', apply_filters( 'yith_wcwl_current_wishlist_view_params', $action_params ) );
228
  $action = ( isset( $action_params[0] ) ) ? $action_params[0] : 'view';
229
 
@@ -244,8 +253,28 @@ if ( ! class_exists( 'YITH_WCWL_Shortcode' ) ) {
244
  $icon = get_option( 'yith_wcwl_add_to_wishlist_icon' );
245
 
246
  if ( 'custom' === $icon ) {
247
- $custom_icon = get_option( 'yith_wcwl_add_to_wishlist_custom_icon' );
248
- $custom_icon_alt = apply_filters( 'yith_wcwl_custom_icon_alt', '' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
249
  $custom_icon_width = apply_filters( 'yith_wcwl_custom_width', '32' );
250
 
251
  $heading_icon = '<img src="' . esc_url( $custom_icon ) . '" alt="' . esc_attr( $custom_icon_alt ) . '" width="' . esc_attr( $custom_icon_width ) . '" />';
@@ -411,8 +440,39 @@ if ( ! class_exists( 'YITH_WCWL_Shortcode' ) ) {
411
  // we want spaces to be encoded as + instead of %20, so we use urlencode instead of rawurlencode.
412
  // phpcs:disable WordPress.PHP.DiscouragedPHPFunctions.urlencode_urlencode
413
  if ( ! $no_interactions && $enable_share && ( $share_facebook_enabled || $share_twitter_enabled || $share_pinterest_enabled || $share_email_enabled || $share_whatsapp_enabled || $share_url_enabled ) ) {
414
- $share_title = apply_filters( 'yith_wcwl_socials_share_title', __( 'Share on:', 'yith-woocommerce-wishlist' ) );
415
- $share_link_url = apply_filters( 'yith_wcwl_shortcode_share_link_url', $wishlist->get_url(), $wishlist );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
416
  $share_link_title = apply_filters( 'yith_wcwl_share_title', urlencode( get_option( 'yith_wcwl_socials_title' ) ), $wishlist );
417
  $share_summary = urlencode( str_replace( '%wishlist_url%', $share_link_url, get_option( 'yith_wcwl_socials_text' ) ) );
418
 
@@ -521,6 +581,21 @@ if ( ! class_exists( 'YITH_WCWL_Shortcode' ) ) {
521
  }
522
 
523
  // filter params.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
524
  $additional_params = apply_filters( 'yith_wcwl_wishlist_params', $additional_params, $action, $action_params, $pagination, $per_page, $atts );
525
 
526
  $atts = array_merge(
@@ -591,16 +666,54 @@ if ( ! class_exists( 'YITH_WCWL_Shortcode' ) ) {
591
  $loop_position = get_option( 'yith_wcwl_loop_position' );
592
 
593
  // button label.
 
 
 
 
 
 
 
 
 
594
  $label = apply_filters( 'yith_wcwl_button_label', $label_option );
595
 
596
  // button icon.
597
- $icon = apply_filters( 'yith_wcwl_button_icon', 'none' !== $icon_option ? $icon_option : '' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
598
  $added_icon = apply_filters( 'yith_wcwl_button_added_icon', 'none' !== $added_icon_option ? $added_icon_option : '' );
599
 
600
  // button class.
601
  $is_single = isset( $atts['is_single'] ) ? $atts['is_single'] : yith_wcwl_is_single();
602
  $use_custom_button = get_option( 'yith_wcwl_add_to_wishlist_style' );
603
- $classes = apply_filters( 'yith_wcwl_add_to_wishlist_button_classes', in_array( $use_custom_button, array( 'button_custom', 'button_default' ), true ) ? 'add_to_wishlist single_add_to_wishlist button alt' : 'add_to_wishlist single_add_to_wishlist' );
 
 
 
 
 
 
 
 
 
 
604
 
605
  // check if product is already in wishlist.
606
  $exists = YITH_WCWL()->is_product_in_wishlist( $current_product_id );
@@ -618,10 +731,20 @@ if ( ! class_exists( 'YITH_WCWL_Shortcode' ) ) {
618
 
619
  if ( 'remove' === $template_part ) {
620
  $classes = str_replace( array( 'single_add_to_wishlist', 'add_to_wishlist' ), '', $classes );
621
- $label = apply_filters( 'yith_wcwl_remove_from_wishlist_label', __( 'Remove from list', 'yith-woocommerce-wishlist' ) );
 
 
 
 
 
 
 
 
 
 
622
  }
623
 
624
- // forcefully add icon when showing button over image, if no one is set.
625
  if ( ! $is_single && 'before_image' === get_option( 'yith_wcwl_loop_position' ) ) {
626
  $classes = str_replace( 'button', '', $classes );
627
  }
@@ -649,8 +772,35 @@ if ( ! class_exists( 'YITH_WCWL_Shortcode' ) ) {
649
  'product_type' => $product_type,
650
  'label' => $label,
651
  'show_view' => yith_wcwl_is_single(),
 
 
 
 
 
 
 
 
 
652
  'browse_wishlist_text' => apply_filters( 'yith_wcwl_browse_wishlist_label', $browse_wishlist ),
 
 
 
 
 
 
 
 
 
653
  'already_in_wishslist_text' => apply_filters( 'yith_wcwl_product_already_in_wishlist_text_button', $already_in_wishlist ),
 
 
 
 
 
 
 
 
 
654
  'product_added_text' => apply_filters( 'yith_wcwl_product_added_to_wishlist_message_button', $product_added ),
655
  'icon' => $icon,
656
  'heading_icon' => $icon,
@@ -663,6 +813,17 @@ if ( ! class_exists( 'YITH_WCWL_Shortcode' ) ) {
663
  'template_part' => $template_part,
664
  );
665
  // let third party developer filter options.
 
 
 
 
 
 
 
 
 
 
 
666
  $additional_params = apply_filters( 'yith_wcwl_add_to_wishlist_params', $additional_params, $atts );
667
 
668
  $atts = shortcode_atts(
@@ -670,6 +831,16 @@ if ( ! class_exists( 'YITH_WCWL_Shortcode' ) ) {
670
  $atts
671
  );
672
 
 
 
 
 
 
 
 
 
 
 
673
  // set icon when missing, when on top of image (icon only, icon required).
674
  if ( ! $is_single && 'before_image' === get_option( 'yith_wcwl_loop_position' ) && ( ! $atts['icon'] || 'custom' === $atts['icon'] ) ) {
675
  if ( ! $atts['icon'] ) {
@@ -704,14 +875,49 @@ if ( ! class_exists( 'YITH_WCWL_Shortcode' ) ) {
704
 
705
  // set fragment options.
706
  $atts['fragment_options'] = YITH_WCWL_Frontend()->format_fragment_options( $atts, 'add_to_wishlist' );
707
- $atts['icon'] = apply_filters( 'yith_wcwl_add_to_wishlist_icon_html', $icon_html, $atts );
708
- $atts['heading_icon'] = apply_filters( 'yith_wcwl_add_to_wishlist_heading_icon_html', $heading_icon_html, $atts );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
709
 
710
  $template = yith_wcwl_get_template( 'add-to-wishlist.php', $atts, true );
711
 
712
  // enqueue scripts.
713
  YITH_WCWL_Frontend()->enqueue_scripts();
714
 
 
 
 
 
 
 
 
 
 
 
 
 
 
715
  return apply_filters( 'yith_wcwl_add_to_wishlisth_button_html', $template, $wishlist_url, $product_type, $exists, $atts );
716
  }
717
 
224
  extract( $atts ); // phpcs:ignore
225
 
226
  // retrieve options from query string.
227
+ /**
228
+ * APPLY_FILTERS: yith_wcwl_current_wishlist_view_params
229
+ *
230
+ * Filter the array of parameters to see the current wishlist.
231
+ *
232
+ * @param array $params Array of parameters
233
+ *
234
+ * @return array
235
+ */
236
  $action_params = explode( '/', apply_filters( 'yith_wcwl_current_wishlist_view_params', $action_params ) );
237
  $action = ( isset( $action_params[0] ) ) ? $action_params[0] : 'view';
238
 
253
  $icon = get_option( 'yith_wcwl_add_to_wishlist_icon' );
254
 
255
  if ( 'custom' === $icon ) {
256
+ $custom_icon = get_option( 'yith_wcwl_add_to_wishlist_custom_icon' );
257
+
258
+ /**
259
+ * APPLY_FILTERS: yith_wcwl_custom_icon_alt
260
+ *
261
+ * Filter the alternative text for the heading icon in the widget.
262
+ *
263
+ * @param string $text Alternative text
264
+ *
265
+ * @return string
266
+ */
267
+ $custom_icon_alt = apply_filters( 'yith_wcwl_custom_icon_alt', '' );
268
+
269
+ /**
270
+ * APPLY_FILTERS: yith_wcwl_custom_width
271
+ *
272
+ * Filter the width for the heading icon in the widget.
273
+ *
274
+ * @param string $width Icon width
275
+ *
276
+ * @return string
277
+ */
278
  $custom_icon_width = apply_filters( 'yith_wcwl_custom_width', '32' );
279
 
280
  $heading_icon = '<img src="' . esc_url( $custom_icon ) . '" alt="' . esc_attr( $custom_icon_alt ) . '" width="' . esc_attr( $custom_icon_width ) . '" />';
440
  // we want spaces to be encoded as + instead of %20, so we use urlencode instead of rawurlencode.
441
  // phpcs:disable WordPress.PHP.DiscouragedPHPFunctions.urlencode_urlencode
442
  if ( ! $no_interactions && $enable_share && ( $share_facebook_enabled || $share_twitter_enabled || $share_pinterest_enabled || $share_email_enabled || $share_whatsapp_enabled || $share_url_enabled ) ) {
443
+ /**
444
+ * APPLY_FILTERS: yith_wcwl_socials_share_title
445
+ *
446
+ * Filter the title to share the wishlist on the different socials.
447
+ *
448
+ * @param string $share_title Share title
449
+ *
450
+ * @return string
451
+ */
452
+ $share_title = apply_filters( 'yith_wcwl_socials_share_title', __( 'Share on:', 'yith-woocommerce-wishlist' ) );
453
+
454
+ /**
455
+ * APPLY_FILTERS: yith_wcwl_shortcode_share_link_url
456
+ *
457
+ * Filter the wishlist URL to share.
458
+ *
459
+ * @param string $share_link_url Share link URL
460
+ * @param YITH_WCWL_Wishlist $wishlist Wishlist object
461
+ *
462
+ * @return string
463
+ */
464
+ $share_link_url = apply_filters( 'yith_wcwl_shortcode_share_link_url', $wishlist->get_url(), $wishlist );
465
+
466
+ /**
467
+ * APPLY_FILTERS: yith_wcwl_share_title
468
+ *
469
+ * Filter the title to share the wishlist.
470
+ *
471
+ * @param string $share_title Share title
472
+ * @param YITH_WCWL_Wishlist $wishlist Wishlist object
473
+ *
474
+ * @return string
475
+ */
476
  $share_link_title = apply_filters( 'yith_wcwl_share_title', urlencode( get_option( 'yith_wcwl_socials_title' ) ), $wishlist );
477
  $share_summary = urlencode( str_replace( '%wishlist_url%', $share_link_url, get_option( 'yith_wcwl_socials_text' ) ) );
478
 
581
  }
582
 
583
  // filter params.
584
+
585
+ /**
586
+ * APPLY_FILTERS: yith_wcwl_wishlist_params
587
+ *
588
+ * Filter the array with the paramters in the wishlist page.
589
+ *
590
+ * @param array $additional_params Wishlist parameters
591
+ * @param string $action Action
592
+ * @param array $action_params Action parameters
593
+ * @param string $pagination Use pagination or not
594
+ * @param int $per_page Number of items per page
595
+ * @param array $atts Array of attributes
596
+ *
597
+ * @return array
598
+ */
599
  $additional_params = apply_filters( 'yith_wcwl_wishlist_params', $additional_params, $action, $action_params, $pagination, $per_page, $atts );
600
 
601
  $atts = array_merge(
666
  $loop_position = get_option( 'yith_wcwl_loop_position' );
667
 
668
  // button label.
669
+ /**
670
+ * APPLY_FILTERS: yith_wcwl_button_label
671
+ *
672
+ * Filter the label of the 'Add to wishlist' button.
673
+ *
674
+ * @param string $label_option Button label
675
+ *
676
+ * @return string
677
+ */
678
  $label = apply_filters( 'yith_wcwl_button_label', $label_option );
679
 
680
  // button icon.
681
+ /**
682
+ * APPLY_FILTERS: yith_wcwl_button_icon
683
+ *
684
+ * Filter the icon of the 'Add to wishlist' button.
685
+ *
686
+ * @param string $icon Button icon
687
+ *
688
+ * @return string
689
+ */
690
+ $icon = apply_filters( 'yith_wcwl_button_icon', 'none' !== $icon_option ? $icon_option : '' );
691
+
692
+ /**
693
+ * APPLY_FILTERS: yith_wcwl_button_added_icon
694
+ *
695
+ * Filter the added icon of the 'Add to wishlist' button.
696
+ *
697
+ * @param string $icon Button added icon
698
+ *
699
+ * @return string
700
+ */
701
  $added_icon = apply_filters( 'yith_wcwl_button_added_icon', 'none' !== $added_icon_option ? $added_icon_option : '' );
702
 
703
  // button class.
704
  $is_single = isset( $atts['is_single'] ) ? $atts['is_single'] : yith_wcwl_is_single();
705
  $use_custom_button = get_option( 'yith_wcwl_add_to_wishlist_style' );
706
+
707
+ /**
708
+ * APPLY_FILTERS: yith_wcwl_add_to_wishlist_button_classes
709
+ *
710
+ * Filter the CSS classes of the 'Add to wishlist' button.
711
+ *
712
+ * @param string $classes Button classes
713
+ *
714
+ * @return string
715
+ */
716
+ $classes = apply_filters( 'yith_wcwl_add_to_wishlist_button_classes', in_array( $use_custom_button, array( 'button_custom', 'button_default' ), true ) ? 'add_to_wishlist single_add_to_wishlist button alt' : 'add_to_wishlist single_add_to_wishlist' );
717
 
718
  // check if product is already in wishlist.
719
  $exists = YITH_WCWL()->is_product_in_wishlist( $current_product_id );
731
 
732
  if ( 'remove' === $template_part ) {
733
  $classes = str_replace( array( 'single_add_to_wishlist', 'add_to_wishlist' ), '', $classes );
734
+
735
+ /**
736
+ * APPLY_FILTERS: yith_wcwl_remove_from_wishlist_label
737
+ *
738
+ * Filter the label to remove from the wishlist.
739
+ *
740
+ * @param string $label Label
741
+ *
742
+ * @return string
743
+ */
744
+ $label = apply_filters( 'yith_wcwl_remove_from_wishlist_label', __( 'Remove from list', 'yith-woocommerce-wishlist' ) );
745
  }
746
 
747
+ // prevent button appearance when we're in loop, over image.
748
  if ( ! $is_single && 'before_image' === get_option( 'yith_wcwl_loop_position' ) ) {
749
  $classes = str_replace( 'button', '', $classes );
750
  }
772
  'product_type' => $product_type,
773
  'label' => $label,
774
  'show_view' => yith_wcwl_is_single(),
775
+ /**
776
+ * APPLY_FILTERS: yith_wcwl_browse_wishlist_label
777
+ *
778
+ * Filter the label to browse the wishlist.
779
+ *
780
+ * @param string $browse_wishlist Browse wishlist text
781
+ *
782
+ * @return string
783
+ */
784
  'browse_wishlist_text' => apply_filters( 'yith_wcwl_browse_wishlist_label', $browse_wishlist ),
785
+ /**
786
+ * APPLY_FILTERS: yith_wcwl_product_already_in_wishlist_text_button
787
+ *
788
+ * Filter the text when the product is already in the wishlist.
789
+ *
790
+ * @param string $already_in_wishlist 'Already in wishlist' text
791
+ *
792
+ * @return string
793
+ */
794
  'already_in_wishslist_text' => apply_filters( 'yith_wcwl_product_already_in_wishlist_text_button', $already_in_wishlist ),
795
+ /**
796
+ * APPLY_FILTERS: yith_wcwl_product_added_to_wishlist_message_button
797
+ *
798
+ * Filter the text when the product has been added to the wishlist.
799
+ *
800
+ * @param string $product_added 'Product added to the wishlist' text
801
+ *
802
+ * @return string
803
+ */
804
  'product_added_text' => apply_filters( 'yith_wcwl_product_added_to_wishlist_message_button', $product_added ),
805
  'icon' => $icon,
806
  'heading_icon' => $icon,
813
  'template_part' => $template_part,
814
  );
815
  // let third party developer filter options.
816
+
817
+ /**
818
+ * APPLY_FILTERS: yith_wcwl_add_to_wishlist_params
819
+ *
820
+ * Filter the array with the paramters for the 'Add to wishlist' action.
821
+ *
822
+ * @param array $additional_params Wishlist parameters
823
+ * @param array $atts Array of attributes
824
+ *
825
+ * @return array
826
+ */
827
  $additional_params = apply_filters( 'yith_wcwl_add_to_wishlist_params', $additional_params, $atts );
828
 
829
  $atts = shortcode_atts(
831
  $atts
832
  );
833
 
834
+ // add no-icon class when item is shown without icon.
835
+ if ( $is_single && empty( $atts['icon'] ) ) {
836
+ $atts['container_classes'] .= ' no-icon';
837
+ }
838
+
839
+ // add no-icon class when item is shown without icon.
840
+ if ( $exists && $atts['show_count'] ) {
841
+ $atts['container_classes'] .= ' with-count';
842
+ }
843
+
844
  // set icon when missing, when on top of image (icon only, icon required).
845
  if ( ! $is_single && 'before_image' === get_option( 'yith_wcwl_loop_position' ) && ( ! $atts['icon'] || 'custom' === $atts['icon'] ) ) {
846
  if ( ! $atts['icon'] ) {
875
 
876
  // set fragment options.
877
  $atts['fragment_options'] = YITH_WCWL_Frontend()->format_fragment_options( $atts, 'add_to_wishlist' );
878
+
879
+ /**
880
+ * APPLY_FILTERS: yith_wcwl_add_to_wishlist_icon_html
881
+ *
882
+ * Filter the HTML of the icon for the 'Add to wishlist'.
883
+ *
884
+ * @param string $icon_html HTML icon
885
+ * @param array $atts Array of attributes
886
+ *
887
+ * @return string
888
+ */
889
+ $atts['icon'] = apply_filters( 'yith_wcwl_add_to_wishlist_icon_html', $icon_html, $atts );
890
+
891
+ /**
892
+ * APPLY_FILTERS: yith_wcwl_add_to_wishlist_heading_icon_html
893
+ *
894
+ * Filter the HTML of the heading icon for the 'Add to wishlist'.
895
+ *
896
+ * @param string $icon_html HTML icon
897
+ * @param array $atts Array of attributes
898
+ *
899
+ * @return string
900
+ */
901
+ $atts['heading_icon'] = apply_filters( 'yith_wcwl_add_to_wishlist_heading_icon_html', $heading_icon_html, $atts );
902
 
903
  $template = yith_wcwl_get_template( 'add-to-wishlist.php', $atts, true );
904
 
905
  // enqueue scripts.
906
  YITH_WCWL_Frontend()->enqueue_scripts();
907
 
908
+ /**
909
+ * APPLY_FILTERS: yith_wcwl_add_to_wishlisth_button_html
910
+ *
911
+ * Filter the HTML of the 'Add to wishlist' button.
912
+ *
913
+ * @param string $template Button HTML
914
+ * @param string $wishlist_url Wishlist URL
915
+ * @param string $product_type Product type
916
+ * @param bool $exists Whether the product is already in the wishlist
917
+ * @param array $atts Array of attributes
918
+ *
919
+ * @return string
920
+ */
921
  return apply_filters( 'yith_wcwl_add_to_wishlisth_button_html', $template, $wishlist_url, $product_type, $exists, $atts );
922
  }
923
 
includes/class-yith-wcwl-wishlist-factory.php CHANGED
@@ -61,10 +61,30 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Factory' ) ) {
61
  * @return \YITH_WCWL_Wishlist[]|bool A list of matching wishlists or false on failure
62
  */
63
  public static function get_wishlists( $args = array() ) {
 
 
 
 
 
 
 
 
 
64
  $args = apply_filters( 'yith_wcwl_wishlist_query_args', $args );
65
 
66
  try {
67
  $results = WC_Data_Store::load( 'wishlist' )->query( $args );
 
 
 
 
 
 
 
 
 
 
 
68
  return apply_filters( 'yith_wcwl_wishlist_query', $results, $args );
69
  } catch ( Exception $e ) {
70
  wc_caught_exception( $e, __FUNCTION__, func_get_args() );
@@ -79,10 +99,30 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Factory' ) ) {
79
  * @return int Count
80
  */
81
  public static function get_wishlists_count( $args = array() ) {
 
 
 
 
 
 
 
 
 
82
  $args = apply_filters( 'yith_wcwl_wishlists_count_query_args', $args );
83
 
84
  try {
85
  $result = WC_Data_Store::load( 'wishlist' )->count( $args );
 
 
 
 
 
 
 
 
 
 
 
86
  return apply_filters( 'yith_wcwl_wishlist_count_query', $result, $args );
87
  } catch ( Exception $e ) {
88
  wc_caught_exception( $e, __FUNCTION__, func_get_args() );
@@ -103,10 +143,30 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Factory' ) ) {
103
  * @return int[]|bool Array of user ids, or false on failure
104
  */
105
  public static function get_wishlist_users( $args = array() ) {
 
 
 
 
 
 
 
 
 
106
  $args = apply_filters( 'yith_wcwl_wishlist_users_query_args', $args );
107
 
108
  try {
109
  $results = WC_Data_Store::load( 'wishlist' )->search_users( $args );
 
 
 
 
 
 
 
 
 
 
 
110
  return apply_filters( 'yith_wcwl_wishlist_user_query', $results, $args );
111
  } catch ( Exception $e ) {
112
  wc_caught_exception( $e, __FUNCTION__, func_get_args() );
@@ -143,6 +203,15 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Factory' ) ) {
143
  extract( $args ); // phpcs:ignore WordPress.PHP.DontExtract
144
 
145
  // retrieve options from query string.
 
 
 
 
 
 
 
 
 
146
  $action_params = explode( '/', apply_filters( 'yith_wcwl_current_wishlist_view_params', $action_params ) );
147
 
148
  $action = ( isset( $action_params[0] ) ) ? $action_params[0] : 'view';
@@ -188,6 +257,18 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Factory' ) ) {
188
  public static function get_default_wishlist( $id = false, $context = 'read' ) {
189
  try {
190
  $default_wishlist = WC_Data_Store::load( 'wishlist' )->get_default_wishlist( $id, $context );
 
 
 
 
 
 
 
 
 
 
 
 
191
  return apply_filters( 'yith_wcwl_default_wishlist', $default_wishlist, $id, $context );
192
  } catch ( Exception $e ) {
193
  wc_caught_exception( $e, __FUNCTION__, func_get_args() );
@@ -283,10 +364,30 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Factory' ) ) {
283
  * @return \YITH_WCWL_Wishlist_Item[]|bool A list of matching items or false on failure
284
  */
285
  public static function get_wishlist_items( $args = array() ) {
 
 
 
 
 
 
 
 
 
286
  $args = apply_filters( 'yith_wcwl_wishlist_items_query_args', $args );
287
 
288
  try {
289
  $results = WC_Data_Store::load( 'wishlist-item' )->query( $args );
 
 
 
 
 
 
 
 
 
 
 
290
  return apply_filters( 'yith_wcwl_wishlist_item_query', $results, $args );
291
  } catch ( Exception $e ) {
292
  wc_caught_exception( $e, __FUNCTION__, func_get_args() );
@@ -301,10 +402,30 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Factory' ) ) {
301
  * @return int Count
302
  */
303
  public static function get_wishlist_items_count( $args = array() ) {
 
 
 
 
 
 
 
 
 
304
  $args = apply_filters( 'yith_wcwl_wishlist_items_count_query_args', $args );
305
 
306
  try {
307
  $result = WC_Data_Store::load( 'wishlist-item' )->count( $args );
 
 
 
 
 
 
 
 
 
 
 
308
  return apply_filters( 'yith_wcwl_wishlist_item_count_query', $result, $args );
309
  } catch ( Exception $e ) {
310
  wc_caught_exception( $e, __FUNCTION__, func_get_args() );
@@ -321,6 +442,17 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Factory' ) ) {
321
  public static function get_times_added_count( $product_id ) {
322
  try {
323
  $result = WC_Data_Store::load( 'wishlist-item' )->count_times_added( $product_id );
 
 
 
 
 
 
 
 
 
 
 
324
  return (int) apply_filters( 'yith_wcwl_wishlist_times_added_count_query', $result, $product_id );
325
  } catch ( Exception $e ) {
326
  wc_caught_exception( $e, __FUNCTION__, func_get_args() );
@@ -337,6 +469,17 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Factory' ) ) {
337
  public static function get_times_current_user_added_count( $product_id ) {
338
  try {
339
  $result = WC_Data_Store::load( 'wishlist-item' )->count_times_added( $product_id, 'current' );
 
 
 
 
 
 
 
 
 
 
 
340
  return (int) apply_filters( 'yith_wcwl_wishlist_times_current_user_added_count_query', $result, $product_id );
341
  } catch ( Exception $e ) {
342
  wc_caught_exception( $e, __FUNCTION__, func_get_args() );
61
  * @return \YITH_WCWL_Wishlist[]|bool A list of matching wishlists or false on failure
62
  */
63
  public static function get_wishlists( $args = array() ) {
64
+ /**
65
+ * APPLY_FILTERS: yith_wcwl_wishlist_query_args
66
+ *
67
+ * Filter the array of parameters to get wishlists.
68
+ *
69
+ * @param array $args Array of parameters
70
+ *
71
+ * @return array
72
+ */
73
  $args = apply_filters( 'yith_wcwl_wishlist_query_args', $args );
74
 
75
  try {
76
  $results = WC_Data_Store::load( 'wishlist' )->query( $args );
77
+
78
+ /**
79
+ * APPLY_FILTERS: yith_wcwl_wishlist_query
80
+ *
81
+ * Filter the result of the query to get wishlists.
82
+ *
83
+ * @param array $results Query results
84
+ * @param array $args Array of parameters
85
+ *
86
+ * @return array
87
+ */
88
  return apply_filters( 'yith_wcwl_wishlist_query', $results, $args );
89
  } catch ( Exception $e ) {
90
  wc_caught_exception( $e, __FUNCTION__, func_get_args() );
99
  * @return int Count
100
  */
101
  public static function get_wishlists_count( $args = array() ) {
102
+ /**
103
+ * APPLY_FILTERS: yith_wcwl_wishlists_count_query_args
104
+ *
105
+ * Filter the array of parameters to get wishlists count.
106
+ *
107
+ * @param array $args Array of parameters
108
+ *
109
+ * @return array
110
+ */
111
  $args = apply_filters( 'yith_wcwl_wishlists_count_query_args', $args );
112
 
113
  try {
114
  $result = WC_Data_Store::load( 'wishlist' )->count( $args );
115
+
116
+ /**
117
+ * APPLY_FILTERS: yith_wcwl_wishlist_count_query
118
+ *
119
+ * Filter the result of the query to get wishlists count.
120
+ *
121
+ * @param int $result Query results
122
+ * @param array $args Array of parameters
123
+ *
124
+ * @return int
125
+ */
126
  return apply_filters( 'yith_wcwl_wishlist_count_query', $result, $args );
127
  } catch ( Exception $e ) {
128
  wc_caught_exception( $e, __FUNCTION__, func_get_args() );
143
  * @return int[]|bool Array of user ids, or false on failure
144
  */
145
  public static function get_wishlist_users( $args = array() ) {
146
+ /**
147
+ * APPLY_FILTERS: yith_wcwl_wishlist_users_query_args
148
+ *
149
+ * Filter the array of parameters to get wishlists users.
150
+ *
151
+ * @param array $args Array of parameters
152
+ *
153
+ * @return array
154
+ */
155
  $args = apply_filters( 'yith_wcwl_wishlist_users_query_args', $args );
156
 
157
  try {
158
  $results = WC_Data_Store::load( 'wishlist' )->search_users( $args );
159
+
160
+ /**
161
+ * APPLY_FILTERS: yith_wcwl_wishlist_user_query
162
+ *
163
+ * Filter the result of the query to get wishlists users.
164
+ *
165
+ * @param array $results Query results
166
+ * @param array $args Array of parameters
167
+ *
168
+ * @return array
169
+ */
170
  return apply_filters( 'yith_wcwl_wishlist_user_query', $results, $args );
171
  } catch ( Exception $e ) {
172
  wc_caught_exception( $e, __FUNCTION__, func_get_args() );
203
  extract( $args ); // phpcs:ignore WordPress.PHP.DontExtract
204
 
205
  // retrieve options from query string.
206
+ /**
207
+ * APPLY_FILTERS: yith_wcwl_current_wishlist_view_params
208
+ *
209
+ * Filter the array of parameters to see the current wishlist.
210
+ *
211
+ * @param array $params Array of parameters
212
+ *
213
+ * @return array
214
+ */
215
  $action_params = explode( '/', apply_filters( 'yith_wcwl_current_wishlist_view_params', $action_params ) );
216
 
217
  $action = ( isset( $action_params[0] ) ) ? $action_params[0] : 'view';
257
  public static function get_default_wishlist( $id = false, $context = 'read' ) {
258
  try {
259
  $default_wishlist = WC_Data_Store::load( 'wishlist' )->get_default_wishlist( $id, $context );
260
+
261
+ /**
262
+ * APPLY_FILTERS: yith_wcwl_default_wishlist
263
+ *
264
+ * Filter the default wishlist created.
265
+ *
266
+ * @param YITH_WCWL_Wishlist $default_wishlist Default wishlist
267
+ * @param int $id Customer or session ID
268
+ * @param string $context Context
269
+ *
270
+ * @return YITH_WCWL_Wishlist
271
+ */
272
  return apply_filters( 'yith_wcwl_default_wishlist', $default_wishlist, $id, $context );
273
  } catch ( Exception $e ) {
274
  wc_caught_exception( $e, __FUNCTION__, func_get_args() );
364
  * @return \YITH_WCWL_Wishlist_Item[]|bool A list of matching items or false on failure
365
  */
366
  public static function get_wishlist_items( $args = array() ) {
367
+ /**
368
+ * APPLY_FILTERS: yith_wcwl_wishlist_items_query_args
369
+ *
370
+ * Filter the array of parameters to get wishlist items.
371
+ *
372
+ * @param array $args Array of parameters
373
+ *
374
+ * @return array
375
+ */
376
  $args = apply_filters( 'yith_wcwl_wishlist_items_query_args', $args );
377
 
378
  try {
379
  $results = WC_Data_Store::load( 'wishlist-item' )->query( $args );
380
+
381
+ /**
382
+ * APPLY_FILTERS: yith_wcwl_wishlist_item_query
383
+ *
384
+ * Filter the result of the query to get wishlist items.
385
+ *
386
+ * @param array $results Query results
387
+ * @param array $args Array of parameters
388
+ *
389
+ * @return array
390
+ */
391
  return apply_filters( 'yith_wcwl_wishlist_item_query', $results, $args );
392
  } catch ( Exception $e ) {
393
  wc_caught_exception( $e, __FUNCTION__, func_get_args() );
402
  * @return int Count
403
  */
404
  public static function get_wishlist_items_count( $args = array() ) {
405
+ /**
406
+ * APPLY_FILTERS: yith_wcwl_wishlist_items_count_query_args
407
+ *
408
+ * Filter the array of parameters to get wishlist items count.
409
+ *
410
+ * @param array $args Array of parameters
411
+ *
412
+ * @return array
413
+ */
414
  $args = apply_filters( 'yith_wcwl_wishlist_items_count_query_args', $args );
415
 
416
  try {
417
  $result = WC_Data_Store::load( 'wishlist-item' )->count( $args );
418
+
419
+ /**
420
+ * APPLY_FILTERS: yith_wcwl_wishlist_item_count_query
421
+ *
422
+ * Filter the result of the query to get wishlist items count.
423
+ *
424
+ * @param int $result Query results
425
+ * @param array $args Array of parameters
426
+ *
427
+ * @return int
428
+ */
429
  return apply_filters( 'yith_wcwl_wishlist_item_count_query', $result, $args );
430
  } catch ( Exception $e ) {
431
  wc_caught_exception( $e, __FUNCTION__, func_get_args() );
442
  public static function get_times_added_count( $product_id ) {
443
  try {
444
  $result = WC_Data_Store::load( 'wishlist-item' )->count_times_added( $product_id );
445
+
446
+ /**
447
+ * APPLY_FILTERS: yith_wcwl_wishlist_times_added_count_query
448
+ *
449
+ * Filter the result of the query to get how many times a product has been added to a wishlist.
450
+ *
451
+ * @param int $result Query results
452
+ * @param int $product_id Product ID
453
+ *
454
+ * @return int
455
+ */
456
  return (int) apply_filters( 'yith_wcwl_wishlist_times_added_count_query', $result, $product_id );
457
  } catch ( Exception $e ) {
458
  wc_caught_exception( $e, __FUNCTION__, func_get_args() );
469
  public static function get_times_current_user_added_count( $product_id ) {
470
  try {
471
  $result = WC_Data_Store::load( 'wishlist-item' )->count_times_added( $product_id, 'current' );
472
+
473
+ /**
474
+ * APPLY_FILTERS: yith_wcwl_wishlist_times_current_user_added_count_query
475
+ *
476
+ * Filter the result of the query to get how many times a product has been added to a wishlist by the current user.
477
+ *
478
+ * @param int $result Query results
479
+ * @param int $product_id Product ID
480
+ *
481
+ * @return int
482
+ */
483
  return (int) apply_filters( 'yith_wcwl_wishlist_times_current_user_added_count_query', $result, $product_id );
484
  } catch ( Exception $e ) {
485
  wc_caught_exception( $e, __FUNCTION__, func_get_args() );
includes/class-yith-wcwl-wishlist-item.php CHANGED
@@ -190,11 +190,32 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Item' ) ) {
190
  if ( '' === $base_price ) {
191
  $formatted_price = '';
192
  } elseif ( ! $base_price ) {
 
 
 
 
 
 
 
 
 
 
193
  $formatted_price = apply_filters( 'yith_free_text', __( 'Free!', 'yith-woocommerce-wishlist' ), $product );
194
  } else {
195
  $formatted_price = $product->get_price_html();
196
  }
197
 
 
 
 
 
 
 
 
 
 
 
 
198
  return apply_filters( 'yith_wcwl_item_formatted_price', $formatted_price, $base_price, $product );
199
  }
200
 
@@ -419,6 +440,19 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Item' ) ) {
419
 
420
  $difference = $original_price - $current_price;
421
 
 
 
 
 
 
 
 
 
 
 
 
 
 
422
  if ( $difference <= 0 && apply_filters( 'yith_wcwl_hide_price_increase', true, $product, $original_price, $original_currency, $difference ) ) {
423
  return '';
424
  }
@@ -426,6 +460,15 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Item' ) ) {
426
  $percentage_difference = -1 * round( $difference / $original_price * 100, 2 );
427
  $class = $percentage_difference > 0 ? 'increase' : 'decrease';
428
 
 
 
 
 
 
 
 
 
 
429
  $template = apply_filters(
430
  'yith_wcwl_price_variation_template',
431
  sprintf(
@@ -468,6 +511,15 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Item' ) ) {
468
  public function get_remove_url() {
469
  $base_url = $this->get_wishlist()->get_url();
470
 
 
 
 
 
 
 
 
 
 
471
  return apply_filters( 'yith_wcwl_wishlist_item_remove_url', wp_nonce_url( add_query_arg( 'remove_from_wishlist', $this->get_product_id(), $base_url ), 'remove_from_wishlist' ), $this );
472
  }
473
 
@@ -600,6 +652,13 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Item' ) ) {
600
  */
601
  public function set_on_sale( $on_sale ) {
602
  if ( $this->get_object_read() && $on_sale && $this->is_on_sale() !== $on_sale ) {
 
 
 
 
 
 
 
603
  do_action( 'yith_wcwl_item_is_on_sale', $this );
604
  }
605
 
@@ -691,6 +750,16 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Item' ) ) {
691
  $offset = 'date_added';
692
  }
693
 
 
 
 
 
 
 
 
 
 
 
694
  return apply_filters( 'yith_wcwl_wishlist_item_map_legacy_offsets', $offset, $legacy_offset );
695
  }
696
  }
190
  if ( '' === $base_price ) {
191
  $formatted_price = '';
192
  } elseif ( ! $base_price ) {
193
+ /**
194
+ * APPLY_FILTERS: yith_free_text
195
+ *
196
+ * Filter the text shown when a product in the wishlist has no price.
197
+ *
198
+ * @param string $text Text
199
+ * @param WC_Product $product Product object
200
+ *
201
+ * @return string
202
+ */
203
  $formatted_price = apply_filters( 'yith_free_text', __( 'Free!', 'yith-woocommerce-wishlist' ), $product );
204
  } else {
205
  $formatted_price = $product->get_price_html();
206
  }
207
 
208
+ /**
209
+ * APPLY_FILTERS: yith_wcwl_item_formatted_price
210
+ *
211
+ * Filter the formatted price for a wishlist item.
212
+ *
213
+ * @param string $formatted_price Formatted price
214
+ * @param string $base_price Base price
215
+ * @param WC_Product $product Product object
216
+ *
217
+ * @return string
218
+ */
219
  return apply_filters( 'yith_wcwl_item_formatted_price', $formatted_price, $base_price, $product );
220
  }
221
 
440
 
441
  $difference = $original_price - $current_price;
442
 
443
+ /**
444
+ * APPLY_FILTERS: yith_wcwl_hide_price_increase
445
+ *
446
+ * Filter whether to show the price difference in the wishlist.
447
+ *
448
+ * @param bool $show_difference Whether to show price difference or not
449
+ * @param WC_Product $product Product object
450
+ * @param string $original_price Original price
451
+ * @param string $original_currency Original currency
452
+ * @param float $difference Price difference
453
+ *
454
+ * @return bool
455
+ */
456
  if ( $difference <= 0 && apply_filters( 'yith_wcwl_hide_price_increase', true, $product, $original_price, $original_currency, $difference ) ) {
457
  return '';
458
  }
460
  $percentage_difference = -1 * round( $difference / $original_price * 100, 2 );
461
  $class = $percentage_difference > 0 ? 'increase' : 'decrease';
462
 
463
+ /**
464
+ * APPLY_FILTERS: yith_wcwl_price_variation_template
465
+ *
466
+ * Filter the HTML string to show the price difference in the wishlist.
467
+ *
468
+ * @param string $html HTML string
469
+ *
470
+ * @return string
471
+ */
472
  $template = apply_filters(
473
  'yith_wcwl_price_variation_template',
474
  sprintf(
511
  public function get_remove_url() {
512
  $base_url = $this->get_wishlist()->get_url();
513
 
514
+ /**
515
+ * APPLY_FILTERS: yith_wcwl_wishlist_item_remove_url
516
+ *
517
+ * Filter the URL to remove an item from the wishlist.
518
+ *
519
+ * @param string $url URL to remove item from the wishlist
520
+ *
521
+ * @return string
522
+ */
523
  return apply_filters( 'yith_wcwl_wishlist_item_remove_url', wp_nonce_url( add_query_arg( 'remove_from_wishlist', $this->get_product_id(), $base_url ), 'remove_from_wishlist' ), $this );
524
  }
525
 
652
  */
653
  public function set_on_sale( $on_sale ) {
654
  if ( $this->get_object_read() && $on_sale && $this->is_on_sale() !== $on_sale ) {
655
+ /**
656
+ * DO_ACTION: yith_wcwl_item_is_on_sale
657
+ *
658
+ * Allows to fire some action when a wishlist item is set on sale.
659
+ *
660
+ * @param YITH_WCWL_Wishlist_Item $wishlist_item Wishlist item object
661
+ */
662
  do_action( 'yith_wcwl_item_is_on_sale', $this );
663
  }
664
 
750
  $offset = 'date_added';
751
  }
752
 
753
+ /**
754
+ * APPLY_FILTERS: yith_wcwl_wishlist_item_map_legacy_offsets
755
+ *
756
+ * Filter the wishlist item legacy offsets to index to new properties.
757
+ *
758
+ * @param string $offset Offset to search
759
+ * @param string $legacy_offset Legacy offset
760
+ *
761
+ * @return string
762
+ */
763
  return apply_filters( 'yith_wcwl_wishlist_item_map_legacy_offsets', $offset, $legacy_offset );
764
  }
765
  }
includes/class-yith-wcwl-wishlist.php CHANGED
@@ -72,10 +72,37 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist' ) ) {
72
  public function __construct( $wishlist = 0 ) {
73
  // set default values.
74
  $this->data = array(
 
 
 
 
 
 
 
 
 
75
  'privacy' => apply_filters( 'yith_wcwl_default_wishlist_privacy', 0 ),
76
  'user_id' => 0,
77
  'session_id' => '',
 
 
 
 
 
 
 
 
 
78
  'name' => apply_filters( 'yith_wcwl_default_wishlist_name', '' ),
 
 
 
 
 
 
 
 
 
79
  'slug' => apply_filters( 'yith_wcwl_default_wishlist_slug', '' ),
80
  'token' => '',
81
  'is_default' => 0,
@@ -185,6 +212,18 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist' ) ) {
185
  */
186
  public function current_user_can( $capability = 'view', $current_user = false ) {
187
  // admin can do anything by default.
 
 
 
 
 
 
 
 
 
 
 
 
188
  if ( is_user_logged_in() && current_user_can( 'manage_woocommerce' ) && apply_filters( 'yith_wcwl_admin_can', true, $capability, $current_user, $this ) ) {
189
  return true;
190
  }
@@ -203,6 +242,18 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist' ) ) {
203
  break;
204
  }
205
 
 
 
 
 
 
 
 
 
 
 
 
 
206
  return apply_filters( 'yith_wcwl_current_user_can', $can, $capability, $current_user, $this );
207
  }
208
 
@@ -237,6 +288,18 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist' ) ) {
237
  $privacy = $this->get_privacy( $context );
238
  $formatted_privacy = yith_wcwl_get_privacy_label( $privacy );
239
 
 
 
 
 
 
 
 
 
 
 
 
 
240
  return apply_filters( 'yith_wcwl_wishlist_formatted_privacy', $formatted_privacy, $privacy, $this, $context );
241
  }
242
 
@@ -307,9 +370,27 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist' ) ) {
307
  $name = $this->get_name( $context );
308
 
309
  if ( $this->is_default() && ! $name ) {
 
 
 
 
 
 
 
 
 
310
  $name = apply_filters( 'yith_wcwl_default_wishlist_formatted_title', get_option( 'yith_wcwl_wishlist_title' ) );
311
  }
312
 
 
 
 
 
 
 
 
 
 
313
  return apply_filters( 'yith_wcwl_wishlist_formatted_title', $name );
314
  }
315
 
@@ -488,6 +569,16 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist' ) ) {
488
  * @return string Url to download
489
  */
490
  public function get_download_url() {
 
 
 
 
 
 
 
 
 
 
491
  return apply_filters( 'yith_wcwl_wishlist_download_url', wp_nonce_url( add_query_arg( 'download_wishlist', $this->get_id() ), 'download_wishlist', 'download_nonce' ), $this );
492
  }
493
 
@@ -497,6 +588,16 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist' ) ) {
497
  * @return string Url to delete the wishlist
498
  */
499
  public function get_delete_url() {
 
 
 
 
 
 
 
 
 
 
500
  return apply_filters( 'yith_wcwl_wishlist_delete_url', wp_nonce_url( add_query_arg( 'wishlist_id', $this->get_id(), YITH_WCWL()->get_wishlist_url( 'manage' ) ), 'yith_wcwl_delete_action', 'yith_wcwl_delete' ), $this );
501
  }
502
 
@@ -650,6 +751,16 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist' ) ) {
650
  $this->items = array_filter( $this->data_store->read_items( $this ) );
651
  }
652
 
 
 
 
 
 
 
 
 
 
 
653
  $items = apply_filters( 'yith_wcwl_wishlist_get_items', $this->items, $this );
654
 
655
  if ( $limit ) {
@@ -915,6 +1026,16 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist' ) ) {
915
  $offset = 'user_last_name';
916
  }
917
 
 
 
 
 
 
 
 
 
 
 
918
  return apply_filters( 'yith_wcwl_wishlist_map_legacy_offsets', $offset, $legacy_offset );
919
  }
920
  }
72
  public function __construct( $wishlist = 0 ) {
73
  // set default values.
74
  $this->data = array(
75
+ /**
76
+ * APPLY_FILTERS: yith_wcwl_default_wishlist_privacy
77
+ *
78
+ * Filter the default Wishlist privacy.
79
+ *
80
+ * @param string $wishlist_privacy Default wishlist privacy. Possible values are 0 (Public), 1 (Shared) or 2 (Private)
81
+ *
82
+ * @return string
83
+ */
84
  'privacy' => apply_filters( 'yith_wcwl_default_wishlist_privacy', 0 ),
85
  'user_id' => 0,
86
  'session_id' => '',
87
+ /**
88
+ * APPLY_FILTERS: yith_wcwl_default_wishlist_name
89
+ *
90
+ * Filter the default Wishlist name.
91
+ *
92
+ * @param string $wishlist_name Default wishlist name
93
+ *
94
+ * @return string
95
+ */
96
  'name' => apply_filters( 'yith_wcwl_default_wishlist_name', '' ),
97
+ /**
98
+ * APPLY_FILTERS: yith_wcwl_default_wishlist_slug
99
+ *
100
+ * Filter the default Wishlist slug.
101
+ *
102
+ * @param string $wishlist_slug Default wishlist slug
103
+ *
104
+ * @return string
105
+ */
106
  'slug' => apply_filters( 'yith_wcwl_default_wishlist_slug', '' ),
107
  'token' => '',
108
  'is_default' => 0,
212
  */
213
  public function current_user_can( $capability = 'view', $current_user = false ) {
214
  // admin can do anything by default.
215
+ /**
216
+ * APPLY_FILTERS: yith_wcwl_admin_can
217
+ *
218
+ * Filter whether admin can perform a specific action on wishlist.
219
+ *
220
+ * @param bool $user_can Whether admin can perform some actions on the wishlist
221
+ * @param string $capability Capability
222
+ * @param WP_User $current_user Current user
223
+ * @param YITH_WCWL_Wishlist $wishlist Wishlist object
224
+ *
225
+ * @return bool
226
+ */
227
  if ( is_user_logged_in() && current_user_can( 'manage_woocommerce' ) && apply_filters( 'yith_wcwl_admin_can', true, $capability, $current_user, $this ) ) {
228
  return true;
229
  }
242
  break;
243
  }
244
 
245
+ /**
246
+ * APPLY_FILTERS: yith_wcwl_current_user_can
247
+ *
248
+ * Filter whether current user can perform a specific action on wishlist.
249
+ *
250
+ * @param bool $user_can Whether current user can perform some actions on the wishlist
251
+ * @param string $capability Capability
252
+ * @param WP_User $current_user Current user
253
+ * @param YITH_WCWL_Wishlist $wishlist Wishlist object
254
+ *
255
+ * @return bool
256
+ */
257
  return apply_filters( 'yith_wcwl_current_user_can', $can, $capability, $current_user, $this );
258
  }
259
 
288
  $privacy = $this->get_privacy( $context );
289
  $formatted_privacy = yith_wcwl_get_privacy_label( $privacy );
290
 
291
+ /**
292
+ * APPLY_FILTERS: yith_wcwl_wishlist_formatted_privacy
293
+ *
294
+ * Filter the formatted wishlist privacy label.
295
+ *
296
+ * @param string $formatted_privacy Formatted privacy label
297
+ * @param int $privacy Privacy option
298
+ * @param YITH_WCWL_Wishlist $wishlist Wishlist object
299
+ * @param string $context Context
300
+ *
301
+ * @return string
302
+ */
303
  return apply_filters( 'yith_wcwl_wishlist_formatted_privacy', $formatted_privacy, $privacy, $this, $context );
304
  }
305
 
370
  $name = $this->get_name( $context );
371
 
372
  if ( $this->is_default() && ! $name ) {
373
+ /**
374
+ * APPLY_FILTERS: yith_wcwl_default_wishlist_formatted_title
375
+ *
376
+ * Filter the default wishlist title.
377
+ *
378
+ * @param string $title Default wishlist title
379
+ *
380
+ * @return string
381
+ */
382
  $name = apply_filters( 'yith_wcwl_default_wishlist_formatted_title', get_option( 'yith_wcwl_wishlist_title' ) );
383
  }
384
 
385
+ /**
386
+ * APPLY_FILTERS: yith_wcwl_wishlist_formatted_title
387
+ *
388
+ * Filter the formatted wishlist title.
389
+ *
390
+ * @param string $title Formatted wishlist title
391
+ *
392
+ * @return string
393
+ */
394
  return apply_filters( 'yith_wcwl_wishlist_formatted_title', $name );
395
  }
396
 
569
  * @return string Url to download
570
  */
571
  public function get_download_url() {
572
+ /**
573
+ * APPLY_FILTERS: yith_wcwl_wishlist_download_url
574
+ *
575
+ * Filter the URL to download the wishlist PDF.
576
+ *
577
+ * @param string $download_url PDF download URL
578
+ * @param YITH_WCWL_Wishlist $wishlist Wishlist object
579
+ *
580
+ * @return string
581
+ */
582
  return apply_filters( 'yith_wcwl_wishlist_download_url', wp_nonce_url( add_query_arg( 'download_wishlist', $this->get_id() ), 'download_wishlist', 'download_nonce' ), $this );
583
  }
584
 
588
  * @return string Url to delete the wishlist
589
  */
590
  public function get_delete_url() {
591
+ /**
592
+ * APPLY_FILTERS: yith_wcwl_wishlist_delete_url
593
+ *
594
+ * Filter the URL to delete the wishlist.
595
+ *
596
+ * @param string $delete_url Delete wishlist URL
597
+ * @param YITH_WCWL_Wishlist $wishlist Wishlist object
598
+ *
599
+ * @return string
600
+ */
601
  return apply_filters( 'yith_wcwl_wishlist_delete_url', wp_nonce_url( add_query_arg( 'wishlist_id', $this->get_id(), YITH_WCWL()->get_wishlist_url( 'manage' ) ), 'yith_wcwl_delete_action', 'yith_wcwl_delete' ), $this );
602
  }
603
 
751
  $this->items = array_filter( $this->data_store->read_items( $this ) );
752
  }
753
 
754
+ /**
755
+ * APPLY_FILTERS: yith_wcwl_wishlist_get_items
756
+ *
757
+ * Filter the wishlist items.
758
+ *
759
+ * @param array $wishlist_items Wishlist items
760
+ * @param YITH_WCWL_Wishlist $wishlist Wishlist object
761
+ *
762
+ * @return string
763
+ */
764
  $items = apply_filters( 'yith_wcwl_wishlist_get_items', $this->items, $this );
765
 
766
  if ( $limit ) {
1026
  $offset = 'user_last_name';
1027
  }
1028
 
1029
+ /**
1030
+ * APPLY_FILTERS: yith_wcwl_wishlist_map_legacy_offsets
1031
+ *
1032
+ * Filter the wishlist legacy offsets to index to new properties.
1033
+ *
1034
+ * @param string $offset Offset to search
1035
+ * @param string $legacy_offset Legacy offset
1036
+ *
1037
+ * @return string
1038
+ */
1039
  return apply_filters( 'yith_wcwl_wishlist_map_legacy_offsets', $offset, $legacy_offset );
1040
  }
1041
  }
includes/class-yith-wcwl.php CHANGED
@@ -152,15 +152,83 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
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'] ), $prod_id );
158
- $user_id = apply_filters( 'yith_wcwl_adding_to_wishlist_user_id', intval( $atts['user_id'] ) );
159
- $dateadded = apply_filters( 'yith_wcwl_adding_to_wishlist_dateadded', $atts['dateadded'] );
160
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
161
  do_action( 'yith_wcwl_adding_to_wishlist', $prod_id, $wishlist_id, $user_id );
162
 
163
  if ( ! $this->can_user_add_to_wishlist() ) {
 
 
 
 
 
 
 
 
 
164
  throw new YITH_WCWL_Exception( apply_filters( 'yith_wcwl_user_cannot_add_to_wishlist_message', __( 'The item cannot be added to this wishlist', 'yith-woocommerce-wishlist' ) ), 1 );
165
  }
166
 
@@ -177,6 +245,15 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
177
  $this->last_operation_token = $wishlist->get_token();
178
 
179
  if ( $wishlist->has_product( $prod_id ) ) {
 
 
 
 
 
 
 
 
 
180
  throw new YITH_WCWL_Exception( apply_filters( 'yith_wcwl_product_already_in_wishlist_message', get_option( 'yith_wcwl_already_in_wishlist_text' ) ), 1 );
181
  }
182
 
@@ -202,6 +279,15 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
202
  wp_cache_delete( 'wishlist-user-total-count-' . $user_id, 'wishlists' );
203
  }
204
 
 
 
 
 
 
 
 
 
 
205
  do_action( 'yith_wcwl_added_to_wishlist', $prod_id, $item->get_wishlist_id(), $item->get_user_id() );
206
  }
207
 
@@ -229,14 +315,52 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
229
  $wishlist_id = intval( $atts['wishlist_id'] );
230
  $user_id = intval( $atts['user_id'] );
231
 
 
 
 
 
 
 
 
 
 
232
  do_action( 'yith_wcwl_removing_from_wishlist', $prod_id, $wishlist_id, $user_id );
233
 
234
  if ( ! $prod_id ) {
 
 
 
 
 
 
 
 
 
235
  throw new YITH_WCWL_Exception( apply_filters( 'yith_wcwl_unable_to_remove_product_message', __( 'Error. Unable to remove the product from the wishlist.', 'yith-woocommerce-wishlist' ) ), 0 );
236
  }
237
 
 
 
 
 
 
 
 
 
 
 
238
  $wishlist = apply_filters( 'yith_wcwl_get_wishlist_on_remove', YITH_WCWL_Wishlist_Factory::get_wishlist( $wishlist_id ), $atts );
239
 
 
 
 
 
 
 
 
 
 
 
240
  if ( apply_filters( 'yith_wcwl_allow_remove_after_add_to_cart', ! $wishlist instanceof YITH_WCWL_Wishlist || ! $wishlist->current_user_can( 'remove_from_wishlist' ), $wishlist ) ) {
241
  throw new YITH_WCWL_Exception( apply_filters( 'yith_wcwl_unable_to_remove_product_message', __( 'Error. Unable to remove the product from the wishlist.', 'yith-woocommerce-wishlist' ) ), 0 );
242
  }
@@ -252,6 +376,15 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
252
  wp_cache_delete( 'wishlist-user-total-count-' . $user_id );
253
  }
254
 
 
 
 
 
 
 
 
 
 
255
  do_action( 'yith_wcwl_removed_from_wishlist', $prod_id, $wishlist->get_id(), $wishlist->get_user_id() );
256
  }
257
 
@@ -270,6 +403,17 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
270
  return false;
271
  }
272
 
 
 
 
 
 
 
 
 
 
 
 
273
  return apply_filters( 'yith_wcwl_is_product_in_wishlist', $wishlist->has_product( $product_id ), $product_id, $wishlist_id );
274
  }
275
 
@@ -623,6 +767,16 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
623
  $return = false;
624
  }
625
 
 
 
 
 
 
 
 
 
 
 
626
  return apply_filters( 'yith_wcwl_can_user_add_to_wishlist', $return, $user_id );
627
  }
628
 
@@ -649,6 +803,15 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
649
  global $wp_query;
650
 
651
  // filter wishlist param.
 
 
 
 
 
 
 
 
 
652
  $this->wishlist_param = apply_filters( 'yith_wcwl_wishlist_param', $this->wishlist_param );
653
 
654
  $wishlist_page_id = get_option( 'yith_wcwl_wishlist_page_id' );
@@ -705,6 +868,15 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
705
  $wishlist_page_id = get_option( 'yith_wcwl_wishlist_page_id' );
706
  $wishlist_page_id = yith_wcwl_object_id( $wishlist_page_id );
707
 
 
 
 
 
 
 
 
 
 
708
  return (int) apply_filters( 'yith_wcwl_wishlist_page_id', $wishlist_page_id );
709
  }
710
 
@@ -755,6 +927,16 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
755
  $base_url = add_query_arg( 'lang', $sitepress->get_current_language(), $base_url );
756
  }
757
 
 
 
 
 
 
 
 
 
 
 
758
  return apply_filters( 'yith_wcwl_wishlist_page_url', esc_url_raw( $base_url ), $action );
759
  }
760
 
@@ -806,6 +988,17 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
806
  $url = add_query_arg( $args );
807
  }
808
 
 
 
 
 
 
 
 
 
 
 
 
809
  return apply_filters( 'yith_wcwl_add_to_wishlist_url', esc_url_raw( wp_nonce_url( $url, 'add_to_wishlist' ) ), $product_id, $args );
810
  }
811
 
@@ -827,6 +1020,15 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
827
  * @since 3.0.0
828
  */
829
  public function get_available_views() {
 
 
 
 
 
 
 
 
 
830
  $available_views = apply_filters( 'yith_wcwl_available_wishlist_views', array( 'view', 'user' ) );
831
  return $available_views;
832
  }
@@ -879,5 +1081,13 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
879
  * @since 2.0.0
880
  */
881
  function YITH_WCWL() { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionNameInvalid
882
- return defined( 'YITH_WCWL_PREMIUM' ) ? YITH_WCWL_Premium::get_instance() : YITH_WCWL::get_instance();
 
 
 
 
 
 
 
 
883
  }
152
  $atts = wp_parse_args( $atts, $defaults );
153
 
154
  // filtering params.
155
+ /**
156
+ * APPLY_FILTERS: yith_wcwl_adding_to_wishlist_prod_id
157
+ *
158
+ * Filter the ID of the product added to the wishlist.
159
+ *
160
+ * @param int $product_id Product ID
161
+ *
162
+ * @return int
163
+ */
164
+ $prod_id = apply_filters( 'yith_wcwl_adding_to_wishlist_prod_id', intval( $atts['add_to_wishlist'] ) );
165
+
166
+ /**
167
+ * APPLY_FILTERS: yith_wcwl_adding_to_wishlist_wishlist_id
168
+ *
169
+ * Filter the wishlist ID where the products are added to.
170
+ *
171
+ * @param int $wishlist_id Wishlist ID
172
+ *
173
+ * @return int
174
+ */
175
  $wishlist_id = apply_filters( 'yith_wcwl_adding_to_wishlist_wishlist_id', $atts['wishlist_id'] );
 
 
 
176
 
177
+ /**
178
+ * APPLY_FILTERS: yith_wcwl_adding_to_wishlist_quantity
179
+ *
180
+ * Filter the quantity of the product added to the wishlist.
181
+ *
182
+ * @param int $quantity Product quantity
183
+ * @param int $product_id Product ID
184
+ *
185
+ * @return int
186
+ */
187
+ $quantity = apply_filters( 'yith_wcwl_adding_to_wishlist_quantity', intval( $atts['quantity'] ), $prod_id );
188
+
189
+ /**
190
+ * APPLY_FILTERS: yith_wcwl_adding_to_wishlist_user_id
191
+ *
192
+ * Filter the user ID saved in the wishlist.
193
+ *
194
+ * @param int $user_id User ID
195
+ *
196
+ * @return int
197
+ */
198
+ $user_id = apply_filters( 'yith_wcwl_adding_to_wishlist_user_id', intval( $atts['user_id'] ) );
199
+
200
+ /**
201
+ * APPLY_FILTERS: yith_wcwl_adding_to_wishlist_dateadded
202
+ *
203
+ * Filter the date when the wishlist was created.
204
+ *
205
+ * @param int $date_added Date when the wishlist was created (timestamp)
206
+ *
207
+ * @return int
208
+ */
209
+ $dateadded = apply_filters( 'yith_wcwl_adding_to_wishlist_dateadded', $atts['dateadded'] );
210
+
211
+ /**
212
+ * DO_ACTION: yith_wcwl_adding_to_wishlist
213
+ *
214
+ * Allows to fire some action when a product to a wishlist.
215
+ *
216
+ * @param int $prod_id Product ID
217
+ * @param int $wishlist_id Wishlist ID
218
+ * @param int $user_id User ID
219
+ */
220
  do_action( 'yith_wcwl_adding_to_wishlist', $prod_id, $wishlist_id, $user_id );
221
 
222
  if ( ! $this->can_user_add_to_wishlist() ) {
223
+ /**
224
+ * APPLY_FILTERS: yith_wcwl_user_cannot_add_to_wishlist_message
225
+ *
226
+ * Filter the message shown when the product can't be added to the wishlist.
227
+ *
228
+ * @param string $message Message
229
+ *
230
+ * @return string
231
+ */
232
  throw new YITH_WCWL_Exception( apply_filters( 'yith_wcwl_user_cannot_add_to_wishlist_message', __( 'The item cannot be added to this wishlist', 'yith-woocommerce-wishlist' ) ), 1 );
233
  }
234
 
245
  $this->last_operation_token = $wishlist->get_token();
246
 
247
  if ( $wishlist->has_product( $prod_id ) ) {
248
+ /**
249
+ * APPLY_FILTERS: yith_wcwl_product_already_in_wishlist_message
250
+ *
251
+ * Filter the message shown when the product is already in the wishlist.
252
+ *
253
+ * @param string $message Message
254
+ *
255
+ * @return string
256
+ */
257
  throw new YITH_WCWL_Exception( apply_filters( 'yith_wcwl_product_already_in_wishlist_message', get_option( 'yith_wcwl_already_in_wishlist_text' ) ), 1 );
258
  }
259
 
279
  wp_cache_delete( 'wishlist-user-total-count-' . $user_id, 'wishlists' );
280
  }
281
 
282
+ /**
283
+ * DO_ACTION: yith_wcwl_added_to_wishlist
284
+ *
285
+ * Allows to fire some action when a product has been added to a wishlist.
286
+ *
287
+ * @param int $prod_id Product ID
288
+ * @param int $wishlist_id Wishlist ID
289
+ * @param int $user_id User ID
290
+ */
291
  do_action( 'yith_wcwl_added_to_wishlist', $prod_id, $item->get_wishlist_id(), $item->get_user_id() );
292
  }
293
 
315
  $wishlist_id = intval( $atts['wishlist_id'] );
316
  $user_id = intval( $atts['user_id'] );
317
 
318
+ /**
319
+ * DO_ACTION: yith_wcwl_removing_from_wishlist
320
+ *
321
+ * Allows to fire some action when removing a product from a wishlist.
322
+ *
323
+ * @param int $prod_id Product ID
324
+ * @param int $wishlist_id Wishlist ID
325
+ * @param int $user_id User ID
326
+ */
327
  do_action( 'yith_wcwl_removing_from_wishlist', $prod_id, $wishlist_id, $user_id );
328
 
329
  if ( ! $prod_id ) {
330
+ /**
331
+ * APPLY_FILTERS: yith_wcwl_unable_to_remove_product_message
332
+ *
333
+ * Filter the message shown when the product can't be removed the wishlist.
334
+ *
335
+ * @param string $message Message
336
+ *
337
+ * @return string
338
+ */
339
  throw new YITH_WCWL_Exception( apply_filters( 'yith_wcwl_unable_to_remove_product_message', __( 'Error. Unable to remove the product from the wishlist.', 'yith-woocommerce-wishlist' ) ), 0 );
340
  }
341
 
342
+ /**
343
+ * APPLY_FILTERS: yith_wcwl_get_wishlist_on_remove
344
+ *
345
+ * Filter the wishlist from which products will be removed.
346
+ *
347
+ * @param YITH_WCWL_Wishlist $wishlist Wishlist object
348
+ * @param array $atts Array of parameters
349
+ *
350
+ * @return YITH_WCWL_Wishlist
351
+ */
352
  $wishlist = apply_filters( 'yith_wcwl_get_wishlist_on_remove', YITH_WCWL_Wishlist_Factory::get_wishlist( $wishlist_id ), $atts );
353
 
354
+ /**
355
+ * APPLY_FILTERS: yith_wcwl_allow_remove_after_add_to_cart
356
+ *
357
+ * Filter whether the product will be removed from the wishlist after it has been added to the cart.
358
+ *
359
+ * @param bool $remove_after_add_to_cart Whether the item will be removed from the wishlist after added to cart or not
360
+ * @param YITH_WCWL_Wishlist $wishlist Wishlist object
361
+ *
362
+ * @return bool
363
+ */
364
  if ( apply_filters( 'yith_wcwl_allow_remove_after_add_to_cart', ! $wishlist instanceof YITH_WCWL_Wishlist || ! $wishlist->current_user_can( 'remove_from_wishlist' ), $wishlist ) ) {
365
  throw new YITH_WCWL_Exception( apply_filters( 'yith_wcwl_unable_to_remove_product_message', __( 'Error. Unable to remove the product from the wishlist.', 'yith-woocommerce-wishlist' ) ), 0 );
366
  }
376
  wp_cache_delete( 'wishlist-user-total-count-' . $user_id );
377
  }
378
 
379
+ /**
380
+ * DO_ACTION: yith_wcwl_removed_from_wishlist
381
+ *
382
+ * Allows to fire some action when a product has been removed from a wishlist.
383
+ *
384
+ * @param int $prod_id Product ID
385
+ * @param int $wishlist_id Wishlist ID
386
+ * @param int $user_id User ID
387
+ */
388
  do_action( 'yith_wcwl_removed_from_wishlist', $prod_id, $wishlist->get_id(), $wishlist->get_user_id() );
389
  }
390
 
403
  return false;
404
  }
405
 
406
+ /**
407
+ * APPLY_FILTERS: yith_wcwl_is_product_in_wishlist
408
+ *
409
+ * Filter whether the product is already in the wishlist.
410
+ *
411
+ * @param bool $is_in_wishlist Whether the product is already in the wishlist
412
+ * @param int $product_id Product ID
413
+ * @param int $wishlist_id Wishlist ID
414
+ *
415
+ * @return bool
416
+ */
417
  return apply_filters( 'yith_wcwl_is_product_in_wishlist', $wishlist->has_product( $product_id ), $product_id, $wishlist_id );
418
  }
419
 
767
  $return = false;
768
  }
769
 
770
+ /**
771
+ * APPLY_FILTERS: yith_wcwl_can_user_add_to_wishlist
772
+ *
773
+ * Filter whether the current user can add products to the wishlist.
774
+ *
775
+ * @param bool $can_add_to_wishlist Whether the product is already in the wishlist
776
+ * @param int $user_id User ID
777
+ *
778
+ * @return bool
779
+ */
780
  return apply_filters( 'yith_wcwl_can_user_add_to_wishlist', $return, $user_id );
781
  }
782
 
803
  global $wp_query;
804
 
805
  // filter wishlist param.
806
+ /**
807
+ * APPLY_FILTERS: yith_wcwl_wishlist_param
808
+ *
809
+ * Filter the wishlist param.
810
+ *
811
+ * @param string $wishlist_param Wishlist param
812
+ *
813
+ * @return string
814
+ */
815
  $this->wishlist_param = apply_filters( 'yith_wcwl_wishlist_param', $this->wishlist_param );
816
 
817
  $wishlist_page_id = get_option( 'yith_wcwl_wishlist_page_id' );
868
  $wishlist_page_id = get_option( 'yith_wcwl_wishlist_page_id' );
869
  $wishlist_page_id = yith_wcwl_object_id( $wishlist_page_id );
870
 
871
+ /**
872
+ * APPLY_FILTERS: yith_wcwl_wishlist_page_id
873
+ *
874
+ * Filter the wishlist page ID.
875
+ *
876
+ * @param int $wishlist_page_id Wishlist page ID
877
+ *
878
+ * @return int
879
+ */
880
  return (int) apply_filters( 'yith_wcwl_wishlist_page_id', $wishlist_page_id );
881
  }
882
 
927
  $base_url = add_query_arg( 'lang', $sitepress->get_current_language(), $base_url );
928
  }
929
 
930
+ /**
931
+ * APPLY_FILTERS: yith_wcwl_wishlist_page_url
932
+ *
933
+ * Filter the wishlist page URL.
934
+ *
935
+ * @param string $wishlist_page_url Wishlist page URL
936
+ * @param string $action Action
937
+ *
938
+ * @return string
939
+ */
940
  return apply_filters( 'yith_wcwl_wishlist_page_url', esc_url_raw( $base_url ), $action );
941
  }
942
 
988
  $url = add_query_arg( $args );
989
  }
990
 
991
+ /**
992
+ * APPLY_FILTERS: yith_wcwl_add_to_wishlist_url
993
+ *
994
+ * Filter the URL to add products to the wishlist.
995
+ *
996
+ * @param string $url URL to add to wishlist
997
+ * @param int $product_id Product ID
998
+ * @param array $args Array of parameters
999
+ *
1000
+ * @return string
1001
+ */
1002
  return apply_filters( 'yith_wcwl_add_to_wishlist_url', esc_url_raw( wp_nonce_url( $url, 'add_to_wishlist' ) ), $product_id, $args );
1003
  }
1004
 
1020
  * @since 3.0.0
1021
  */
1022
  public function get_available_views() {
1023
+ /**
1024
+ * APPLY_FILTERS: yith_wcwl_available_wishlist_views
1025
+ *
1026
+ * Filter the available views in the wishlist page.
1027
+ *
1028
+ * @param array $views Available views
1029
+ *
1030
+ * @return array
1031
+ */
1032
  $available_views = apply_filters( 'yith_wcwl_available_wishlist_views', array( 'view', 'user' ) );
1033
  return $available_views;
1034
  }
1081
  * @since 2.0.0
1082
  */
1083
  function YITH_WCWL() { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionNameInvalid
1084
+ if ( defined( 'YITH_WCWL_PREMIUM' ) ) {
1085
+ $instance = YITH_WCWL_Premium::get_instance();
1086
+ } elseif ( defined( 'YITH_WCWL_EXTENDED' ) ) {
1087
+ $instance = YITH_WCWL_Extended::get_instance();
1088
+ } else {
1089
+ $instance = YITH_WCWL::get_instance();
1090
+ }
1091
+
1092
+ return $instance;
1093
  }
includes/data-stores/class-yith-wcwl-wishlist-data-store.php CHANGED
@@ -56,9 +56,27 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Data_Store' ) ) {
56
  if ( ! $wishlist->get_session_id() && ! $wishlist->get_user_id() ) {
57
  if ( is_user_logged_in() ) {
58
  $user_id = get_current_user_id();
 
 
 
 
 
 
 
 
 
59
  $wishlist->set_user_id( apply_filters( 'yith_wcwl_add_wishlist_user_id', $user_id ) );
60
  } else {
61
  $session_id = YITH_WCWL_Session()->get_session_id();
 
 
 
 
 
 
 
 
 
62
  $wishlist->set_session_id( apply_filters( 'yith_wcwl_add_wishlist_session_id', $session_id ) );
63
  }
64
  }
@@ -74,10 +92,55 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Data_Store' ) ) {
74
  'is_default' => '%d',
75
  );
76
  $values = array(
 
 
 
 
 
 
 
 
 
77
  apply_filters( 'yith_wcwl_add_wishlist_privacy', $wishlist->get_privacy() ),
 
 
 
 
 
 
 
 
 
78
  apply_filters( 'yith_wcwl_add_wishlist_name', $wishlist->get_name() ),
 
 
 
 
 
 
 
 
 
79
  apply_filters( 'yith_wcwl_add_wishlist_slug', $wishlist->get_slug() ),
 
 
 
 
 
 
 
 
 
80
  apply_filters( 'yith_wcwl_add_wishlist_token', $wishlist->get_token() ),
 
 
 
 
 
 
 
 
 
81
  apply_filters( 'yith_wcwl_add_wishlist_is_default', $wishlist->get_is_default() ),
82
  );
83
 
@@ -99,14 +162,32 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Data_Store' ) ) {
99
 
100
  if ( $date_added ) {
101
  $columns['dateadded'] = 'FROM_UNIXTIME( %d )';
102
- $values[] = apply_filters( 'yith_wcwl_add_wishlist_date_added', $date_added->getTimestamp() );
 
 
 
 
 
 
 
 
 
103
  }
104
 
105
  $expiration = $wishlist->get_expiration( 'edit' );
106
 
107
  if ( $expiration ) {
108
  $columns['expiration'] = 'FROM_UNIXTIME( %d )';
109
- $values[] = apply_filters( 'yith_wcwl_add_wishlist_expiration', $expiration->getTimestamp() );
 
 
 
 
 
 
 
 
 
110
  }
111
 
112
  // if session wishlist, set always an expiration.
@@ -124,12 +205,29 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Data_Store' ) ) {
124
  $res = $wpdb->query( $wpdb->prepare( $query, $values ) ); // phpcs:ignore WordPress.DB.PreparedSQL.NotPrepared
125
 
126
  if ( $res ) {
 
 
 
 
 
 
 
 
 
127
  $id = apply_filters( 'yith_wcwl_wishlist_correctly_created', intval( $wpdb->insert_id ) );
128
 
129
  $wishlist->set_id( $id );
130
  $wishlist->apply_changes();
131
  $this->clear_caches( $wishlist );
132
 
 
 
 
 
 
 
 
 
133
  do_action( 'yith_wcwl_new_wishlist', $wishlist->get_id(), $wishlist );
134
  }
135
  }
@@ -227,7 +325,16 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Data_Store' ) ) {
227
 
228
  if ( $session_id ) {
229
  $columns['session_id'] = '%s';
230
- $values[] = apply_filters( 'yith_wcwl_update_wishlist_session_id', $session_id );
 
 
 
 
 
 
 
 
 
231
  } else {
232
  $columns['session_id'] = 'NULL';
233
  }
@@ -236,7 +343,16 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Data_Store' ) ) {
236
 
237
  if ( $user_id ) {
238
  $columns['user_id'] = '%d';
239
- $values[] = apply_filters( 'yith_wcwl_update_wishlist_user_id', $user_id );
 
 
 
 
 
 
 
 
 
240
  } else {
241
  $columns['user_id'] = 'NULL';
242
  }
@@ -245,7 +361,16 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Data_Store' ) ) {
245
 
246
  if ( $expiration ) {
247
  $columns['expiration'] = 'FROM_UNIXTIME( %d )';
248
- $values[] = apply_filters( 'yith_wcwl_update_wishlist_expiration', $expiration->getTimestamp() );
 
 
 
 
 
 
 
 
 
249
  } else {
250
  $columns['expiration'] = 'NULL';
251
  }
@@ -263,6 +388,14 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Data_Store' ) ) {
263
  $wishlist->apply_changes();
264
  $this->clear_caches( $wishlist );
265
 
 
 
 
 
 
 
 
 
266
  do_action( 'yith_wcwl_update_wishlist', $wishlist->get_id(), $wishlist );
267
  }
268
 
@@ -283,6 +416,13 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Data_Store' ) ) {
283
  return;
284
  }
285
 
 
 
 
 
 
 
 
286
  do_action( 'yith_wcwl_before_delete_wishlist', $wishlist->get_id() );
287
 
288
  $this->clear_caches( $wishlist );
@@ -291,10 +431,24 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Data_Store' ) ) {
291
  $wpdb->delete( $wpdb->yith_wcwl_items, array( 'wishlist_id' => $id ) );
292
  $wpdb->delete( $wpdb->yith_wcwl_wishlists, array( 'ID' => $id ) );
293
 
 
 
 
 
 
 
 
294
  do_action( 'yith_wcwl_delete_wishlist', $wishlist->get_id() );
295
 
296
  $wishlist->set_id( 0 );
297
 
 
 
 
 
 
 
 
298
  do_action( 'yith_wcwl_deleted_wishlist', $id );
299
 
300
  if ( $is_default && ( $user_id || $session_id ) ) {
@@ -365,6 +519,15 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Data_Store' ) ) {
365
  'wishlist_slug' => false,
366
  'wishlist_name' => false,
367
  'wishlist_token' => false,
 
 
 
 
 
 
 
 
 
368
  'wishlist_visibility' => apply_filters( 'yith_wcwl_wishlist_visibility_string_value', 'all' ), // all | visible | public | shared | private.
369
  'user_search' => false,
370
  's' => false,
@@ -526,6 +689,16 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Data_Store' ) ) {
526
  $lists = array();
527
  }
528
 
 
 
 
 
 
 
 
 
 
 
529
  return apply_filters( 'yith_wcwl_get_wishlists', $lists, $args );
530
  }
531
 
@@ -683,11 +856,29 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Data_Store' ) ) {
683
  // remove hidden products from result.
684
  $hidden_products = yith_wcwl_get_hidden_products();
685
 
 
 
 
 
 
 
 
 
 
686
  if ( ! empty( $hidden_products ) && apply_filters( 'yith_wcwl_remove_hidden_products_via_query', true ) ) {
687
  $query .= ' AND prod_id NOT IN ( ' . implode( ', ', array_filter( $hidden_products, 'esc_sql' ) ) . ' )';
688
  }
689
 
690
  // order by statement.
 
 
 
 
 
 
 
 
 
691
  $orders = apply_filters(
692
  'yith_wcwl_wishlist_items_sorting',
693
  array(
@@ -755,6 +946,16 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Data_Store' ) ) {
755
  $items = array();
756
  }
757
 
 
 
 
 
 
 
 
 
 
 
758
  return apply_filters( 'yith_wcwl_get_products', $items, array( 'wishlist_id' => $wishlist->get_id() ) );
759
  }
760
 
@@ -840,6 +1041,15 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Data_Store' ) ) {
840
  $where_statement = implode( ', ', array_map( 'esc_sql', $default_ids ) );
841
 
842
  try {
 
 
 
 
 
 
 
 
 
843
  if ( apply_filters( 'yith_wcwl_merge_default_wishlists', true ) ) {
844
  // by default we merge all default wishlists into oldest one (master default wishlist).
845
 
@@ -855,6 +1065,15 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Data_Store' ) ) {
855
  $wpdb->query( $wpdb->prepare( "UPDATE {$wpdb->yith_wcwl_wishlists} SET is_default = %d WHERE ID IN ({$where_statement})", 0 ) ); // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared
856
 
857
  // set name where it is missing.
 
 
 
 
 
 
 
 
 
858
  $default_title = apply_filters( 'yith_wcwl_default_wishlist_formatted_title', get_option( 'yith_wcwl_wishlist_title' ) );
859
  $wpdb->query( $wpdb->prepare( "UPDATE {$wpdb->yith_wcwl_wishlists} SET wishlist_name = %s WHERE ID IN ({$where_statement}) AND wishlist_name = ''", $default_title ) ); // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared
860
  }
@@ -951,6 +1170,14 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Data_Store' ) ) {
951
  *
952
  * @since 3.0.10
953
  */
 
 
 
 
 
 
 
 
954
  do_action( 'yith_wcwl_generated_default_wishlist', $default_wishlist, $id );
955
  } catch ( Exception $e ) {
956
  return false;
56
  if ( ! $wishlist->get_session_id() && ! $wishlist->get_user_id() ) {
57
  if ( is_user_logged_in() ) {
58
  $user_id = get_current_user_id();
59
+ /**
60
+ * APPLY_FILTERS: yith_wcwl_add_wishlist_user_id
61
+ *
62
+ * Filter the user ID saved in the wishlist.
63
+ *
64
+ * @param int $user_id User ID
65
+ *
66
+ * @return int
67
+ */
68
  $wishlist->set_user_id( apply_filters( 'yith_wcwl_add_wishlist_user_id', $user_id ) );
69
  } else {
70
  $session_id = YITH_WCWL_Session()->get_session_id();
71
+ /**
72
+ * APPLY_FILTERS: yith_wcwl_add_wishlist_session_id
73
+ *
74
+ * Filter the session ID saved in the wishlist.
75
+ *
76
+ * @param string $session_id Session ID
77
+ *
78
+ * @return string
79
+ */
80
  $wishlist->set_session_id( apply_filters( 'yith_wcwl_add_wishlist_session_id', $session_id ) );
81
  }
82
  }
92
  'is_default' => '%d',
93
  );
94
  $values = array(
95
+ /**
96
+ * APPLY_FILTERS: yith_wcwl_add_wishlist_privacy
97
+ *
98
+ * Filter the wishlist privacy.
99
+ *
100
+ * @param int $privacy Wishlist privacy
101
+ *
102
+ * @return int
103
+ */
104
  apply_filters( 'yith_wcwl_add_wishlist_privacy', $wishlist->get_privacy() ),
105
+ /**
106
+ * APPLY_FILTERS: yith_wcwl_add_wishlist_name
107
+ *
108
+ * Filter the wishlist name.
109
+ *
110
+ * @param string $name Wishlist name
111
+ *
112
+ * @return string
113
+ */
114
  apply_filters( 'yith_wcwl_add_wishlist_name', $wishlist->get_name() ),
115
+ /**
116
+ * APPLY_FILTERS: yith_wcwl_add_wishlist_slug
117
+ *
118
+ * Filter the wishlist slug.
119
+ *
120
+ * @param string $slug Wishlist slug
121
+ *
122
+ * @return string
123
+ */
124
  apply_filters( 'yith_wcwl_add_wishlist_slug', $wishlist->get_slug() ),
125
+ /**
126
+ * APPLY_FILTERS: yith_wcwl_add_wishlist_token
127
+ *
128
+ * Filter the wishlist token.
129
+ *
130
+ * @param string $token Wishlist token
131
+ *
132
+ * @return string
133
+ */
134
  apply_filters( 'yith_wcwl_add_wishlist_token', $wishlist->get_token() ),
135
+ /**
136
+ * APPLY_FILTERS: yith_wcwl_add_wishlist_is_default
137
+ *
138
+ * Filter whether is the default wishlist.
139
+ *
140
+ * @param bool $bool Is default wishlist?
141
+ *
142
+ * @return bool
143
+ */
144
  apply_filters( 'yith_wcwl_add_wishlist_is_default', $wishlist->get_is_default() ),
145
  );
146
 
162
 
163
  if ( $date_added ) {
164
  $columns['dateadded'] = 'FROM_UNIXTIME( %d )';
165
+ /**
166
+ * APPLY_FILTERS: yith_wcwl_add_wishlist_date_added
167
+ *
168
+ * Filter the date when the wishlist was created.
169
+ *
170
+ * @param int $date_added Date when the wishlist was created (timestamp)
171
+ *
172
+ * @return int
173
+ */
174
+ $values[] = apply_filters( 'yith_wcwl_add_wishlist_date_added', $date_added->getTimestamp() );
175
  }
176
 
177
  $expiration = $wishlist->get_expiration( 'edit' );
178
 
179
  if ( $expiration ) {
180
  $columns['expiration'] = 'FROM_UNIXTIME( %d )';
181
+ /**
182
+ * APPLY_FILTERS: yith_wcwl_add_wishlist_expiration
183
+ *
184
+ * Filter the date when the wishlist will expire.
185
+ *
186
+ * @param int $expiration_date Date when the wishlist will expire (timestamp)
187
+ *
188
+ * @return int
189
+ */
190
+ $values[] = apply_filters( 'yith_wcwl_add_wishlist_expiration', $expiration->getTimestamp() );
191
  }
192
 
193
  // if session wishlist, set always an expiration.
205
  $res = $wpdb->query( $wpdb->prepare( $query, $values ) ); // phpcs:ignore WordPress.DB.PreparedSQL.NotPrepared
206
 
207
  if ( $res ) {
208
+ /**
209
+ * APPLY_FILTERS: yith_wcwl_wishlist_correctly_created
210
+ *
211
+ * Filter the ID of the Wishlist created.
212
+ *
213
+ * @param int $id Wishlist ID
214
+ *
215
+ * @return int
216
+ */
217
  $id = apply_filters( 'yith_wcwl_wishlist_correctly_created', intval( $wpdb->insert_id ) );
218
 
219
  $wishlist->set_id( $id );
220
  $wishlist->apply_changes();
221
  $this->clear_caches( $wishlist );
222
 
223
+ /**
224
+ * DO_ACTION: yith_wcwl_new_wishlist
225
+ *
226
+ * Allows to fire some action when a new wishlist is created.
227
+ *
228
+ * @param int $wishlist_id Wishlist ID
229
+ * @param YITH_WCWL_Wishlist $wishlist_data Wishlist object
230
+ */
231
  do_action( 'yith_wcwl_new_wishlist', $wishlist->get_id(), $wishlist );
232
  }
233
  }
325
 
326
  if ( $session_id ) {
327
  $columns['session_id'] = '%s';
328
+ /**
329
+ * APPLY_FILTERS: yith_wcwl_update_wishlist_session_id
330
+ *
331
+ * Filter the session ID of the updated wishlist.
332
+ *
333
+ * @param string $session_id Session ID
334
+ *
335
+ * @return string
336
+ */
337
+ $values[] = apply_filters( 'yith_wcwl_update_wishlist_session_id', $session_id );
338
  } else {
339
  $columns['session_id'] = 'NULL';
340
  }
343
 
344
  if ( $user_id ) {
345
  $columns['user_id'] = '%d';
346
+ /**
347
+ * APPLY_FILTERS: yith_wcwl_update_wishlist_user_id
348
+ *
349
+ * Filter the user ID of the updated wishlist.
350
+ *
351
+ * @param int $user_id User ID
352
+ *
353
+ * @return int
354
+ */
355
+ $values[] = apply_filters( 'yith_wcwl_update_wishlist_user_id', $user_id );
356
  } else {
357
  $columns['user_id'] = 'NULL';
358
  }
361
 
362
  if ( $expiration ) {
363
  $columns['expiration'] = 'FROM_UNIXTIME( %d )';
364
+ /**
365
+ * APPLY_FILTERS: yith_wcwl_update_wishlist_expiration
366
+ *
367
+ * Filter the expiration date of the updated wishlist.
368
+ *
369
+ * @param int $expiration_date Date when the wishlist will expire (timestamp)
370
+ *
371
+ * @return int
372
+ */
373
+ $values[] = apply_filters( 'yith_wcwl_update_wishlist_expiration', $expiration->getTimestamp() );
374
  } else {
375
  $columns['expiration'] = 'NULL';
376
  }
388
  $wishlist->apply_changes();
389
  $this->clear_caches( $wishlist );
390
 
391
+ /**
392
+ * DO_ACTION: yith_wcwl_update_wishlist
393
+ *
394
+ * Allows to fire some action when a wishlist is updated.
395
+ *
396
+ * @param int $wishlist_id Wishlist ID
397
+ * @param YITH_WCWL_Wishlist $wishlist_data Wishlist object
398
+ */
399
  do_action( 'yith_wcwl_update_wishlist', $wishlist->get_id(), $wishlist );
400
  }
401
 
416
  return;
417
  }
418
 
419
+ /**
420
+ * DO_ACTION: yith_wcwl_before_delete_wishlist
421
+ *
422
+ * Allows to fire some action before a wishlist is deleted.
423
+ *
424
+ * @param int $wishlist_id Wishlist ID
425
+ */
426
  do_action( 'yith_wcwl_before_delete_wishlist', $wishlist->get_id() );
427
 
428
  $this->clear_caches( $wishlist );
431
  $wpdb->delete( $wpdb->yith_wcwl_items, array( 'wishlist_id' => $id ) );
432
  $wpdb->delete( $wpdb->yith_wcwl_wishlists, array( 'ID' => $id ) );
433
 
434
+ /**
435
+ * DO_ACTION: yith_wcwl_delete_wishlist
436
+ *
437
+ * Allows to fire some action when a wishlist is deleted.
438
+ *
439
+ * @param int $wishlist_id Wishlist ID
440
+ */
441
  do_action( 'yith_wcwl_delete_wishlist', $wishlist->get_id() );
442
 
443
  $wishlist->set_id( 0 );
444
 
445
+ /**
446
+ * DO_ACTION: yith_wcwl_deleted_wishlist
447
+ *
448
+ * Allows to fire some action after a wishlist is deleted.
449
+ *
450
+ * @param int $id Wishlist ID
451
+ */
452
  do_action( 'yith_wcwl_deleted_wishlist', $id );
453
 
454
  if ( $is_default && ( $user_id || $session_id ) ) {
519
  'wishlist_slug' => false,
520
  'wishlist_name' => false,
521
  'wishlist_token' => false,
522
+ /**
523
+ * APPLY_FILTERS: yith_wcwl_wishlist_visibility_string_value
524
+ *
525
+ * Filter the wishlist visibility value.
526
+ *
527
+ * @param string $wishlist_visibility Wishlist visibility. Possible values are: all | visible | public | shared | private
528
+ *
529
+ * @return string
530
+ */
531
  'wishlist_visibility' => apply_filters( 'yith_wcwl_wishlist_visibility_string_value', 'all' ), // all | visible | public | shared | private.
532
  'user_search' => false,
533
  's' => false,
689
  $lists = array();
690
  }
691
 
692
+ /**
693
+ * APPLY_FILTERS: yith_wcwl_get_wishlists
694
+ *
695
+ * Filter the wishlists retrieved in the query.
696
+ *
697
+ * @param array $lists Array of wishlists
698
+ * @param array $args Array of arguments
699
+ *
700
+ * @return array
701
+ */
702
  return apply_filters( 'yith_wcwl_get_wishlists', $lists, $args );
703
  }
704
 
856
  // remove hidden products from result.
857
  $hidden_products = yith_wcwl_get_hidden_products();
858
 
859
+ /**
860
+ * APPLY_FILTERS: yith_wcwl_remove_hidden_products_via_query
861
+ *
862
+ * Filter whether to remove hidden products via query.
863
+ *
864
+ * @param bool $bool Remove hidden products or not?
865
+ *
866
+ * @return bool
867
+ */
868
  if ( ! empty( $hidden_products ) && apply_filters( 'yith_wcwl_remove_hidden_products_via_query', true ) ) {
869
  $query .= ' AND prod_id NOT IN ( ' . implode( ', ', array_filter( $hidden_products, 'esc_sql' ) ) . ' )';
870
  }
871
 
872
  // order by statement.
873
+ /**
874
+ * APPLY_FILTERS: yith_wcwl_wishlist_items_sorting
875
+ *
876
+ * Filter the order arguments for the query.
877
+ *
878
+ * @param array $args Array of order arguments
879
+ *
880
+ * @return array
881
+ */
882
  $orders = apply_filters(
883
  'yith_wcwl_wishlist_items_sorting',
884
  array(
946
  $items = array();
947
  }
948
 
949
+ /**
950
+ * APPLY_FILTERS: yith_wcwl_get_products
951
+ *
952
+ * Filter the products retrieved from the wishlist.
953
+ *
954
+ * @param array $items Array of products
955
+ * @param array $args Array of arguments
956
+ *
957
+ * @return array
958
+ */
959
  return apply_filters( 'yith_wcwl_get_products', $items, array( 'wishlist_id' => $wishlist->get_id() ) );
960
  }
961
 
1041
  $where_statement = implode( ', ', array_map( 'esc_sql', $default_ids ) );
1042
 
1043
  try {
1044
+ /**
1045
+ * APPLY_FILTERS: yith_wcwl_merge_default_wishlists
1046
+ *
1047
+ * Filter whether merge all default wishlists into the oldest one.
1048
+ *
1049
+ * @param bool $bool Merge all default wishlists or not?
1050
+ *
1051
+ * @return bool
1052
+ */
1053
  if ( apply_filters( 'yith_wcwl_merge_default_wishlists', true ) ) {
1054
  // by default we merge all default wishlists into oldest one (master default wishlist).
1055
 
1065
  $wpdb->query( $wpdb->prepare( "UPDATE {$wpdb->yith_wcwl_wishlists} SET is_default = %d WHERE ID IN ({$where_statement})", 0 ) ); // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared
1066
 
1067
  // set name where it is missing.
1068
+ /**
1069
+ * APPLY_FILTERS: yith_wcwl_default_wishlist_formatted_title
1070
+ *
1071
+ * Filter the default wishlist title.
1072
+ *
1073
+ * @param string $title Default wishlist title
1074
+ *
1075
+ * @return string
1076
+ */
1077
  $default_title = apply_filters( 'yith_wcwl_default_wishlist_formatted_title', get_option( 'yith_wcwl_wishlist_title' ) );
1078
  $wpdb->query( $wpdb->prepare( "UPDATE {$wpdb->yith_wcwl_wishlists} SET wishlist_name = %s WHERE ID IN ({$where_statement}) AND wishlist_name = ''", $default_title ) ); // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared
1079
  }
1170
  *
1171
  * @since 3.0.10
1172
  */
1173
+ /**
1174
+ * DO_ACTION: yith_wcwl_generated_default_wishlist
1175
+ *
1176
+ * Allows to fire some action when default wishlist is created.
1177
+ *
1178
+ * @param YITH_WCWL_Wishlist $default_wishlist Default wishlist object
1179
+ * @param int $id Wishlist ID
1180
+ */
1181
  do_action( 'yith_wcwl_generated_default_wishlist', $default_wishlist, $id );
1182
  } catch ( Exception $e ) {
1183
  return false;
includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php CHANGED
@@ -56,12 +56,76 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Item_Data_Store' ) ) {
56
  'on_sale' => '%d',
57
  );
58
  $values = array(
 
 
 
 
 
 
 
 
 
59
  apply_filters( 'yith_wcwl_adding_to_wishlist_product_id', $product_id ),
 
 
 
 
 
 
 
 
 
 
60
  apply_filters( 'yith_wcwl_adding_to_wishlist_quantity', $item->get_quantity(), $product_id ),
 
 
 
 
 
 
 
 
 
61
  apply_filters( 'yith_wcwl_adding_to_wishlist_wishlist_id', $wishlist_id ),
 
 
 
 
 
 
 
 
 
62
  apply_filters( 'yith_wcwl_adding_to_wishlist_position', $item->get_position() ),
 
 
 
 
 
 
 
 
 
63
  apply_filters( 'yith_wcwl_adding_to_wishlist_original_price', $item->get_product_price() ),
 
 
 
 
 
 
 
 
 
64
  apply_filters( 'yith_wcwl_adding_to_wishlist_original_currency', $item->get_original_currency() ),
 
 
 
 
 
 
 
 
 
65
  apply_filters( 'yith_wcwl_adding_to_wishlist_on_sale', $item->is_on_sale() ),
66
  );
67
 
@@ -69,14 +133,32 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Item_Data_Store' ) ) {
69
 
70
  if ( $user_id ) {
71
  $columns['user_id'] = '%d';
72
- $values[] = apply_filters( 'yith_wcwl_adding_to_wishlist_user_id', $user_id );
 
 
 
 
 
 
 
 
 
73
  }
74
 
75
  $date_added = $item->get_date_added( 'edit' );
76
 
77
  if ( $date_added ) {
78
  $columns['dateadded'] = 'FROM_UNIXTIME( %d )';
79
- $values[] = apply_filters( 'yith_wcwl_adding_to_wishlist_date_added', $date_added->getTimestamp() );
 
 
 
 
 
 
 
 
 
80
  }
81
 
82
  $query_columns = implode( ', ', array_map( 'esc_sql', array_keys( $columns ) ) );
@@ -90,6 +172,15 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Item_Data_Store' ) ) {
90
  $item->apply_changes();
91
  $this->clear_cache( $item );
92
 
 
 
 
 
 
 
 
 
 
93
  do_action( 'yith_wcwl_new_wishlist_item', $item->get_id(), $item, $item->get_wishlist_id() );
94
  }
95
  }
@@ -179,6 +270,15 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Item_Data_Store' ) ) {
179
  $item->apply_changes();
180
  $this->clear_cache( $item );
181
 
 
 
 
 
 
 
 
 
 
182
  do_action( 'yith_wcwl_update_wishlist_item', $item->get_id(), $item, $item->get_wishlist_id() );
183
  }
184
 
@@ -197,10 +297,24 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Item_Data_Store' ) ) {
197
  return;
198
  }
199
 
 
 
 
 
 
 
 
200
  do_action( 'yith_wcwl_before_delete_wishlist_item', $item->get_id() );
201
 
202
  $wpdb->delete( $wpdb->yith_wcwl_items, array( 'ID' => $item->get_id() ) );
203
 
 
 
 
 
 
 
 
204
  do_action( 'yith_wcwl_delete_wishlist_item', $item->get_id() );
205
 
206
  $item->set_id( 0 );
@@ -234,6 +348,15 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Item_Data_Store' ) ) {
234
  'product_id' => false,
235
  'wishlist_id' => false, // wishlist_id for a specific wishlist, false for default, or all for any wishlist.
236
  'wishlist_token' => false,
 
 
 
 
 
 
 
 
 
237
  'wishlist_visibility' => apply_filters( 'yith_wcwl_wishlist_visibility_string_value', 'all' ), // all | visible | public | shared | private.
238
  'is_default' => false,
239
  'on_sale' => false,
@@ -261,6 +384,15 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Item_Data_Store' ) ) {
261
  // remove hidden products from result.
262
  $hidden_products = yith_wcwl_get_hidden_products();
263
 
 
 
 
 
 
 
 
 
 
264
  if ( ! empty( $hidden_products ) && apply_filters( 'yith_wcwl_remove_hidden_products_via_query', true ) ) {
265
  $sql .= ' AND p.ID NOT IN ( ' . implode( ', ', array_filter( $hidden_products, 'esc_sql' ) ) . ' )';
266
  }
@@ -383,6 +515,16 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Item_Data_Store' ) ) {
383
  $items = array();
384
  }
385
 
 
 
 
 
 
 
 
 
 
 
386
  return apply_filters( 'yith_wcwl_get_products', $items, $args );
387
  }
388
 
56
  'on_sale' => '%d',
57
  );
58
  $values = array(
59
+ /**
60
+ * APPLY_FILTERS: yith_wcwl_adding_to_wishlist_product_id
61
+ *
62
+ * Filter the ID of the product added to the wishlist.
63
+ *
64
+ * @param int $product_id Product ID
65
+ *
66
+ * @return int
67
+ */
68
  apply_filters( 'yith_wcwl_adding_to_wishlist_product_id', $product_id ),
69
+ /**
70
+ * APPLY_FILTERS: yith_wcwl_adding_to_wishlist_quantity
71
+ *
72
+ * Filter the quantity of the product added to the wishlist.
73
+ *
74
+ * @param int $quantity Product quantity
75
+ * @param int $product_id Product ID
76
+ *
77
+ * @return int
78
+ */
79
  apply_filters( 'yith_wcwl_adding_to_wishlist_quantity', $item->get_quantity(), $product_id ),
80
+ /**
81
+ * APPLY_FILTERS: yith_wcwl_adding_to_wishlist_wishlist_id
82
+ *
83
+ * Filter the wishlist ID where the products are added to.
84
+ *
85
+ * @param int $wishlist_id Wishlist ID
86
+ *
87
+ * @return int
88
+ */
89
  apply_filters( 'yith_wcwl_adding_to_wishlist_wishlist_id', $wishlist_id ),
90
+ /**
91
+ * APPLY_FILTERS: yith_wcwl_adding_to_wishlist_position
92
+ *
93
+ * Filter the position where the product will be added to the wishlist.
94
+ *
95
+ * @param int $item_position Item position in the wishlist
96
+ *
97
+ * @return int
98
+ */
99
  apply_filters( 'yith_wcwl_adding_to_wishlist_position', $item->get_position() ),
100
+ /**
101
+ * APPLY_FILTERS: yith_wcwl_adding_to_wishlist_original_price
102
+ *
103
+ * Filter the price of the product added to the wishlist.
104
+ *
105
+ * @param int $product_price Product price
106
+ *
107
+ * @return int
108
+ */
109
  apply_filters( 'yith_wcwl_adding_to_wishlist_original_price', $item->get_product_price() ),
110
+ /**
111
+ * APPLY_FILTERS: yith_wcwl_adding_to_wishlist_original_currency
112
+ *
113
+ * Filter the currency of the product added to the wishlist.
114
+ *
115
+ * @param string $currency Currency
116
+ *
117
+ * @return string
118
+ */
119
  apply_filters( 'yith_wcwl_adding_to_wishlist_original_currency', $item->get_original_currency() ),
120
+ /**
121
+ * APPLY_FILTERS: yith_wcwl_adding_to_wishlist_on_sale
122
+ *
123
+ * Filter whether the product added to the wishlist is on sale.
124
+ *
125
+ * @param bool $bool Is the product on sale or not?
126
+ *
127
+ * @return bool
128
+ */
129
  apply_filters( 'yith_wcwl_adding_to_wishlist_on_sale', $item->is_on_sale() ),
130
  );
131
 
133
 
134
  if ( $user_id ) {
135
  $columns['user_id'] = '%d';
136
+ /**
137
+ * APPLY_FILTERS: yith_wcwl_adding_to_wishlist_user_id
138
+ *
139
+ * Filter the user ID saved in the wishlist.
140
+ *
141
+ * @param int $user_id User ID
142
+ *
143
+ * @return int
144
+ */
145
+ $values[] = apply_filters( 'yith_wcwl_adding_to_wishlist_user_id', $user_id );
146
  }
147
 
148
  $date_added = $item->get_date_added( 'edit' );
149
 
150
  if ( $date_added ) {
151
  $columns['dateadded'] = 'FROM_UNIXTIME( %d )';
152
+ /**
153
+ * APPLY_FILTERS: yith_wcwl_adding_to_wishlist_date_added
154
+ *
155
+ * Filter the date when the wishlist was created.
156
+ *
157
+ * @param int $date_added Date when the wishlist was created (timestamp)
158
+ *
159
+ * @return int
160
+ */
161
+ $values[] = apply_filters( 'yith_wcwl_adding_to_wishlist_date_added', $date_added->getTimestamp() );
162
  }
163
 
164
  $query_columns = implode( ', ', array_map( 'esc_sql', array_keys( $columns ) ) );
172
  $item->apply_changes();
173
  $this->clear_cache( $item );
174
 
175
+ /**
176
+ * DO_ACTION: yith_wcwl_new_wishlist_item
177
+ *
178
+ * Allows to fire some action when a new item is added to the wishlist.
179
+ *
180
+ * @param int $item_id Wishlist item ID
181
+ * @param YITH_WCWL_Wishlist_Item $item Wishlist item object
182
+ * @param int $wishlist_id Wishlist ID
183
+ */
184
  do_action( 'yith_wcwl_new_wishlist_item', $item->get_id(), $item, $item->get_wishlist_id() );
185
  }
186
  }
270
  $item->apply_changes();
271
  $this->clear_cache( $item );
272
 
273
+ /**
274
+ * DO_ACTION: yith_wcwl_update_wishlist_item
275
+ *
276
+ * Allows to fire some action when an item is updated in the wishlist.
277
+ *
278
+ * @param int $item_id Wishlist item ID
279
+ * @param YITH_WCWL_Wishlist_Item $item Wishlist item object
280
+ * @param int $wishlist_id Wishlist ID
281
+ */
282
  do_action( 'yith_wcwl_update_wishlist_item', $item->get_id(), $item, $item->get_wishlist_id() );
283
  }
284
 
297
  return;
298
  }
299
 
300
+ /**
301
+ * DO_ACTION: yith_wcwl_before_delete_wishlist_item
302
+ *
303
+ * Allows to fire some action before an item is deleted from the wishlist.
304
+ *
305
+ * @param int $item_id Wishlist item ID
306
+ */
307
  do_action( 'yith_wcwl_before_delete_wishlist_item', $item->get_id() );
308
 
309
  $wpdb->delete( $wpdb->yith_wcwl_items, array( 'ID' => $item->get_id() ) );
310
 
311
+ /**
312
+ * DO_ACTION: yith_wcwl_delete_wishlist_item
313
+ *
314
+ * Allows to fire some action when an item is deleted from the wishlist.
315
+ *
316
+ * @param int $item_id Wishlist item ID
317
+ */
318
  do_action( 'yith_wcwl_delete_wishlist_item', $item->get_id() );
319
 
320
  $item->set_id( 0 );
348
  'product_id' => false,
349
  'wishlist_id' => false, // wishlist_id for a specific wishlist, false for default, or all for any wishlist.
350
  'wishlist_token' => false,
351
+ /**
352
+ * APPLY_FILTERS: yith_wcwl_wishlist_visibility_string_value
353
+ *
354
+ * Filter the wishlist visibility value.
355
+ *
356
+ * @param string $wishlist_visibility Wishlist visibility. Possible values are: all | visible | public | shared | private
357
+ *
358
+ * @return string
359
+ */
360
  'wishlist_visibility' => apply_filters( 'yith_wcwl_wishlist_visibility_string_value', 'all' ), // all | visible | public | shared | private.
361
  'is_default' => false,
362
  'on_sale' => false,
384
  // remove hidden products from result.
385
  $hidden_products = yith_wcwl_get_hidden_products();
386
 
387
+ /**
388
+ * APPLY_FILTERS: yith_wcwl_remove_hidden_products_via_query
389
+ *
390
+ * Filter whether to remove hidden products via query.
391
+ *
392
+ * @param bool $bool Remove hidden products or not?
393
+ *
394
+ * @return bool
395
+ */
396
  if ( ! empty( $hidden_products ) && apply_filters( 'yith_wcwl_remove_hidden_products_via_query', true ) ) {
397
  $sql .= ' AND p.ID NOT IN ( ' . implode( ', ', array_filter( $hidden_products, 'esc_sql' ) ) . ' )';
398
  }
515
  $items = array();
516
  }
517
 
518
+ /**
519
+ * APPLY_FILTERS: yith_wcwl_get_products
520
+ *
521
+ * Filter the products retrieved from the wishlist.
522
+ *
523
+ * @param array $items Array of products
524
+ * @param array $args Array of arguments
525
+ *
526
+ * @return array
527
+ */
528
  return apply_filters( 'yith_wcwl_get_products', $items, $args );
529
  }
530
 
includes/functions-yith-wcwl.php CHANGED
@@ -41,6 +41,15 @@ if ( ! function_exists( 'yith_wcwl_is_wishlist_page' ) ) {
41
  return false;
42
  }
43
 
 
 
 
 
 
 
 
 
 
44
  return apply_filters( 'yith_wcwl_is_wishlist_page', is_page( $wishlist_page_id ) );
45
  }
46
  }
@@ -54,6 +63,15 @@ if ( ! function_exists( 'yith_wcwl_is_single' ) ) {
54
  * @since 3.0.0
55
  */
56
  function yith_wcwl_is_single() {
 
 
 
 
 
 
 
 
 
57
  return apply_filters( 'yith_wcwl_is_single', is_product() && ! in_array( wc_get_loop_prop( 'name' ), array( 'related', 'up-sells' ), true ) && ! wc_get_loop_prop( 'is_shortcode' ) );
58
  }
59
  }
@@ -68,6 +86,15 @@ if ( ! function_exists( 'yith_wcwl_is_mobile' ) ) {
68
  function yith_wcwl_is_mobile() {
69
  global $yith_wcwl_is_mobile;
70
 
 
 
 
 
 
 
 
 
 
71
  return apply_filters( 'yith_wcwl_is_wishlist_responsive', true ) && ( wp_is_mobile() || $yith_wcwl_is_mobile );
72
  }
73
  }
@@ -102,6 +129,16 @@ if ( ! function_exists( 'yith_wcwl_locate_template' ) ) {
102
  return apply_filters( 'yith_wcwl_locate_template', $plugin_path, $path );
103
  }
104
 
 
 
 
 
 
 
 
 
 
 
105
  return apply_filters( 'yith_wcwl_locate_template', $located, $path );
106
  }
107
  }
@@ -159,6 +196,19 @@ if ( ! function_exists( 'yith_wcwl_get_template_part' ) ) {
159
  $template_layout = '-' . $template_layout;
160
  }
161
 
 
 
 
 
 
 
 
 
 
 
 
 
 
162
  $template_hierarchy = apply_filters(
163
  'yith_wcwl_template_part_hierarchy',
164
  array_merge(
@@ -243,6 +293,16 @@ if ( ! function_exists( 'yith_wcwl_get_count_text' ) ) {
243
 
244
  // if no user added to wishlist, return empty string.
245
  if ( ! $count ) {
 
 
 
 
 
 
 
 
 
 
246
  return apply_filters( 'yith_wcwl_count_text_empty', '', $product_id );
247
  } elseif ( ! $current_user_count ) {
248
  // translators: 1. Number of users.
@@ -260,6 +320,18 @@ if ( ! function_exists( 'yith_wcwl_get_count_text' ) ) {
260
 
261
  $label = sprintf( '<div class="count-add-to-wishlist"><span class="count">%s</span> %s</div>', $count_text, $text );
262
 
 
 
 
 
 
 
 
 
 
 
 
 
263
  return apply_filters( 'yith_wcwl_count_text', $label, $product_id, $current_user_count, $count );
264
  }
265
  }
@@ -273,6 +345,15 @@ if ( ! function_exists( 'yith_wcwl_get_cookie_expiration' ) ) {
273
  * @return int Number of seconds the cookie should last.
274
  */
275
  function yith_wcwl_get_cookie_expiration() {
 
 
 
 
 
 
 
 
 
276
  return intval( apply_filters( 'yith_wcwl_cookie_expiration', 60 * 60 * 24 * 30 ) );
277
  }
278
  }
@@ -291,13 +372,32 @@ if ( ! function_exists( 'yith_setcookie' ) ) {
291
  * @since 1.0.0
292
  */
293
  function yith_setcookie( $name, $value = array(), $time = null, $secure = false, $httponly = false ) {
 
 
 
 
 
 
 
 
 
294
  if ( ! apply_filters( 'yith_wcwl_set_cookie', true ) || empty( $name ) ) {
295
  return false;
296
  }
297
 
298
  $time = ! empty( $time ) ? $time : time() + yith_wcwl_get_cookie_expiration();
299
 
300
- $value = wp_json_encode( stripslashes_deep( $value ) );
 
 
 
 
 
 
 
 
 
 
301
  $expiration = apply_filters( 'yith_wcwl_cookie_expiration_time', $time ); // Default 30 days.
302
 
303
  $_COOKIE[ $name ] = $value;
@@ -393,6 +493,15 @@ if ( ! function_exists( 'yith_wcwl_get_hidden_products' ) ) {
393
  set_transient( 'yith_wcwl_hidden_products', $hidden_products, 30 * DAY_IN_SECONDS );
394
  }
395
 
 
 
 
 
 
 
 
 
 
396
  return apply_filters( 'yith_wcwl_hidden_products', $hidden_products );
397
  }
398
  }
@@ -425,6 +534,17 @@ if ( ! function_exists( 'yith_wcwl_get_plugin_icons' ) ) {
425
  $icons['none'] = $none_label ? $none_label : __( 'None', 'yith-woocommerce-wishlist' );
426
  $icons['custom'] = $custom_label ? $custom_label : __( 'Custom', 'yith-woocommerce-wishlist' );
427
 
 
 
 
 
 
 
 
 
 
 
 
428
  return apply_filters( 'yith_wcwl_plugin_icons', $icons, $none_label, $custom_label );
429
  }
430
  }
@@ -474,6 +594,17 @@ if ( ! function_exists( 'yith_wcwl_get_privacy_label' ) ) {
474
  break;
475
  }
476
 
 
 
 
 
 
 
 
 
 
 
 
477
  return apply_filters( "yith_wcwl_{$privacy_label}_wishlist_visibility", $privacy_text, $extended, $privacy );
478
  }
479
  }
@@ -501,6 +632,16 @@ if ( ! function_exists( 'yith_wcwl_get_privacy_value' ) ) {
501
  break;
502
  }
503
 
 
 
 
 
 
 
 
 
 
 
504
  return apply_filters( 'yith_wcwl_privacy_value', $privacy_value, $privacy_label );
505
  }
506
  }
@@ -521,6 +662,17 @@ if ( ! function_exists( 'yith_wcwl_get_current_url' ) ) {
521
  *
522
  * @since 3.0.12
523
  */
 
 
 
 
 
 
 
 
 
 
 
524
  return apply_filters( 'yith_wcwl_current_url', '', add_query_arg( $wp->query_vars, home_url( $wp->request ) ) );
525
  }
526
  }
@@ -671,6 +823,18 @@ if ( ! function_exists( 'yith_wcwl_object_id' ) ) {
671
  $id = apply_filters( 'wpml_object_id', $id, $type, $return_original, $lang );
672
 
673
  // Space for additional translations.
 
 
 
 
 
 
 
 
 
 
 
 
674
  $id = apply_filters( 'yith_wcwl_object_id', $id, $type, $return_original, $lang );
675
 
676
  return $id;
@@ -685,6 +849,15 @@ if ( ! function_exists( 'yith_wcwl_kses_icon' ) ) {
685
  * @return string Escaped data
686
  */
687
  function yith_wcwl_kses_icon( $data ) {
 
 
 
 
 
 
 
 
 
688
  $allowed_icon_html = apply_filters(
689
  'yith_wcwl_allowed_icon_html',
690
  array(
41
  return false;
42
  }
43
 
44
+ /**
45
+ * APPLY_FILTERS: yith_wcwl_is_wishlist_page
46
+ *
47
+ * Filter whether the current page is the wishlist page.
48
+ *
49
+ * @param bool $is_wishlist_page Whether current page is wishlist page or not
50
+ *
51
+ * @return bool
52
+ */
53
  return apply_filters( 'yith_wcwl_is_wishlist_page', is_page( $wishlist_page_id ) );
54
  }
55
  }
63
  * @since 3.0.0
64
  */
65
  function yith_wcwl_is_single() {
66
+ /**
67
+ * APPLY_FILTERS: yith_wcwl_is_single
68
+ *
69
+ * Filter whether the ATW button is being printed in a single product page.
70
+ *
71
+ * @param bool $is_product Whether current page is a product page or not
72
+ *
73
+ * @return bool
74
+ */
75
  return apply_filters( 'yith_wcwl_is_single', is_product() && ! in_array( wc_get_loop_prop( 'name' ), array( 'related', 'up-sells' ), true ) && ! wc_get_loop_prop( 'is_shortcode' ) );
76
  }
77
  }
86
  function yith_wcwl_is_mobile() {
87
  global $yith_wcwl_is_mobile;
88
 
89
+ /**
90
+ * APPLY_FILTERS: yith_wcwl_is_wishlist_responsive
91
+ *
92
+ * Filter if is enabled the responsive layout.
93
+ *
94
+ * @param bool $is_wishlist_responsive Whether responsive layout is enabled or not
95
+ *
96
+ * @return bool
97
+ */
98
  return apply_filters( 'yith_wcwl_is_wishlist_responsive', true ) && ( wp_is_mobile() || $yith_wcwl_is_mobile );
99
  }
100
  }
129
  return apply_filters( 'yith_wcwl_locate_template', $plugin_path, $path );
130
  }
131
 
132
+ /**
133
+ * APPLY_FILTERS: yith_wcwl_locate_template
134
+ *
135
+ * Filter the location of the templates.
136
+ *
137
+ * @param string $located Template found
138
+ * @param string $path Template path
139
+ *
140
+ * @return string
141
+ */
142
  return apply_filters( 'yith_wcwl_locate_template', $located, $path );
143
  }
144
  }
196
  $template_layout = '-' . $template_layout;
197
  }
198
 
199
+ /**
200
+ * APPLY_FILTERS: yith_wcwl_template_part_hierarchy
201
+ *
202
+ * Filter the hierarchy structure of the plugin templates and templates parts.
203
+ *
204
+ * @param array $template_hierarchy Template hierarchy
205
+ * @param string $template Template
206
+ * @param string $template_part Template part
207
+ * @param string $template_layout Template layout
208
+ * @param array $var Array of data
209
+ *
210
+ * @return array
211
+ */
212
  $template_hierarchy = apply_filters(
213
  'yith_wcwl_template_part_hierarchy',
214
  array_merge(
293
 
294
  // if no user added to wishlist, return empty string.
295
  if ( ! $count ) {
296
+ /**
297
+ * APPLY_FILTERS: yith_wcwl_count_text_empty
298
+ *
299
+ * Filter the text shown when a product has not been added to any wishlist.
300
+ *
301
+ * @param string $text Text
302
+ * @param int $product_id Product ID
303
+ *
304
+ * @return string
305
+ */
306
  return apply_filters( 'yith_wcwl_count_text_empty', '', $product_id );
307
  } elseif ( ! $current_user_count ) {
308
  // translators: 1. Number of users.
320
 
321
  $label = sprintf( '<div class="count-add-to-wishlist"><span class="count">%s</span> %s</div>', $count_text, $text );
322
 
323
+ /**
324
+ * APPLY_FILTERS: yith_wcwl_count_text
325
+ *
326
+ * Filter the text that states how many users added a specific product to wishlist.
327
+ *
328
+ * @param string $label Text
329
+ * @param int $product_id Product ID
330
+ * @param int $current_user_count Current user count
331
+ * @param int $count Total count
332
+ *
333
+ * @return string
334
+ */
335
  return apply_filters( 'yith_wcwl_count_text', $label, $product_id, $current_user_count, $count );
336
  }
337
  }
345
  * @return int Number of seconds the cookie should last.
346
  */
347
  function yith_wcwl_get_cookie_expiration() {
348
+ /**
349
+ * APPLY_FILTERS: yith_wcwl_cookie_expiration
350
+ *
351
+ * Filter the cookie expiration.
352
+ *
353
+ * @param int $cookie_expiration Cookie expiration
354
+ *
355
+ * @return int
356
+ */
357
  return intval( apply_filters( 'yith_wcwl_cookie_expiration', 60 * 60 * 24 * 30 ) );
358
  }
359
  }
372
  * @since 1.0.0
373
  */
374
  function yith_setcookie( $name, $value = array(), $time = null, $secure = false, $httponly = false ) {
375
+ /**
376
+ * APPLY_FILTERS: yith_wcwl_set_cookie
377
+ *
378
+ * Filter whether to set the cookie.
379
+ *
380
+ * @param bool $set_cookie Whether to set cookie or not
381
+ *
382
+ * @return bool
383
+ */
384
  if ( ! apply_filters( 'yith_wcwl_set_cookie', true ) || empty( $name ) ) {
385
  return false;
386
  }
387
 
388
  $time = ! empty( $time ) ? $time : time() + yith_wcwl_get_cookie_expiration();
389
 
390
+ $value = wp_json_encode( stripslashes_deep( $value ) );
391
+
392
+ /**
393
+ * APPLY_FILTERS: yith_wcwl_cookie_expiration_time
394
+ *
395
+ * Filter the cookie expiration time.
396
+ *
397
+ * @param int $time Cookie expiration time
398
+ *
399
+ * @return int
400
+ */
401
  $expiration = apply_filters( 'yith_wcwl_cookie_expiration_time', $time ); // Default 30 days.
402
 
403
  $_COOKIE[ $name ] = $value;
493
  set_transient( 'yith_wcwl_hidden_products', $hidden_products, 30 * DAY_IN_SECONDS );
494
  }
495
 
496
+ /**
497
+ * APPLY_FILTERS: yith_wcwl_hidden_products
498
+ *
499
+ * Filter the array of hidden products.
500
+ *
501
+ * @param array $hidden_products Hidden products
502
+ *
503
+ * @return array
504
+ */
505
  return apply_filters( 'yith_wcwl_hidden_products', $hidden_products );
506
  }
507
  }
534
  $icons['none'] = $none_label ? $none_label : __( 'None', 'yith-woocommerce-wishlist' );
535
  $icons['custom'] = $custom_label ? $custom_label : __( 'Custom', 'yith-woocommerce-wishlist' );
536
 
537
+ /**
538
+ * APPLY_FILTERS: yith_wcwl_plugin_icons
539
+ *
540
+ * Filter the icons used in the plugin.
541
+ *
542
+ * @param array $icons Icons
543
+ * @param string $none_label Label to use for none option
544
+ * @param string $custom_label Label to use for custom option
545
+ *
546
+ * @return array
547
+ */
548
  return apply_filters( 'yith_wcwl_plugin_icons', $icons, $none_label, $custom_label );
549
  }
550
  }
594
  break;
595
  }
596
 
597
+ /**
598
+ * APPLY_FILTERS: yith_wcwl_{$privacy_label}_wishlist_visibility
599
+ *
600
+ * Filter the privacy label for the wishlist privacy status.
601
+ *
602
+ * @param string $privacy_text Privacy text
603
+ * @param bool $extended Whether to show extended or simplified label
604
+ * @param int $privacy Privacy value
605
+ *
606
+ * @return string
607
+ */
608
  return apply_filters( "yith_wcwl_{$privacy_label}_wishlist_visibility", $privacy_text, $extended, $privacy );
609
  }
610
  }
632
  break;
633
  }
634
 
635
+ /**
636
+ * APPLY_FILTERS: yith_wcwl_privacy_value
637
+ *
638
+ * Filter the privacy value.
639
+ *
640
+ * @param int $privacy_value Privacy value
641
+ * @param string $privacy_label Privacy label
642
+ *
643
+ * @return string
644
+ */
645
  return apply_filters( 'yith_wcwl_privacy_value', $privacy_value, $privacy_label );
646
  }
647
  }
662
  *
663
  * @since 3.0.12
664
  */
665
+
666
+ /**
667
+ * APPLY_FILTERS: yith_wcwl_current_url
668
+ *
669
+ * Filter the current URL.
670
+ *
671
+ * @param string $current_url Current URL
672
+ * @param string $url URL
673
+ *
674
+ * @return string
675
+ */
676
  return apply_filters( 'yith_wcwl_current_url', '', add_query_arg( $wp->query_vars, home_url( $wp->request ) ) );
677
  }
678
  }
823
  $id = apply_filters( 'wpml_object_id', $id, $type, $return_original, $lang );
824
 
825
  // Space for additional translations.
826
+ /**
827
+ * APPLY_FILTERS: yith_wcwl_object_id
828
+ *
829
+ * Filter the Wishlist object ID.
830
+ *
831
+ * @param int $id Object ID
832
+ * @param string $type Object type
833
+ * @param bool $return_original Whether to return original object if no translation is found
834
+ * @param string $lang Language to use for translation
835
+ *
836
+ * @return int
837
+ */
838
  $id = apply_filters( 'yith_wcwl_object_id', $id, $type, $return_original, $lang );
839
 
840
  return $id;
849
  * @return string Escaped data
850
  */
851
  function yith_wcwl_kses_icon( $data ) {
852
+ /**
853
+ * APPLY_FILTERS: yith_wcwl_allowed_icon_html
854
+ *
855
+ * Filter the allowed HTML for the icons.
856
+ *
857
+ * @param array $allowed_icon_html Allowed HTML
858
+ *
859
+ * @return array
860
+ */
861
  $allowed_icon_html = apply_filters(
862
  'yith_wcwl_allowed_icon_html',
863
  array(
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.11.0
7
  * Author: YITH
8
  * Author URI: https://yithemes.com/
9
  * Text Domain: yith-woocommerce-wishlist
10
  * Domain Path: /languages/
11
- * WC requires at least: 6.5
12
- * WC tested up to: 6.7
13
  *
14
  * @author YITH
15
  * @package YITH\Wishlist
@@ -37,11 +37,6 @@ if ( ! defined( 'ABSPATH' ) ) {
37
  exit;
38
  } // Exit if accessed directly
39
 
40
- if ( ! function_exists( 'yith_plugin_registration_hook' ) ) {
41
- require_once 'plugin-fw/yit-plugin-registration-hook.php';
42
- }
43
- register_activation_hook( __FILE__, 'yith_plugin_registration_hook' );
44
-
45
  if ( ! defined( 'YITH_WCWL' ) ) {
46
  define( 'YITH_WCWL', true );
47
  }
@@ -70,11 +65,33 @@ if ( ! defined( 'YITH_WCWL_SLUG' ) ) {
70
  define( 'YITH_WCWL_SLUG', 'yith-woocommerce-wishlist' );
71
  }
72
 
73
- /* Plugin Framework Version Check */
74
- if ( ! function_exists( 'yit_maybe_plugin_fw_loader' ) && file_exists( YITH_WCWL_DIR . 'plugin-fw/init.php' ) ) {
75
- require_once YITH_WCWL_DIR . 'plugin-fw/init.php';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
76
  }
77
- yit_maybe_plugin_fw_loader( YITH_WCWL_DIR );
78
 
79
  if ( ! function_exists( 'yith_wishlist_constructor' ) ) {
80
  /**
@@ -120,7 +137,6 @@ if ( ! function_exists( 'yith_wishlist_constructor' ) ) {
120
  $yith_wcwl = YITH_WCWL();
121
  }
122
  }
123
- add_action( 'yith_wcwl_init', 'yith_wishlist_constructor' );
124
 
125
  if ( ! function_exists( 'yith_wishlist_install' ) ) {
126
  /**
@@ -130,22 +146,19 @@ if ( ! function_exists( 'yith_wishlist_install' ) ) {
130
  * @since 2.0.0
131
  */
132
  function yith_wishlist_install() {
133
-
134
- if ( ! function_exists( 'is_plugin_active' ) ) {
135
- require_once ABSPATH . 'wp-admin/includes/plugin.php';
136
  }
137
 
138
  if ( ! function_exists( 'WC' ) ) {
139
  add_action( 'admin_notices', 'yith_wcwl_install_woocommerce_admin_notice' );
140
- } elseif ( defined( 'YITH_WCWL_PREMIUM' ) ) {
141
- add_action( 'admin_notices', 'yith_wcwl_install_free_admin_notice' );
142
- deactivate_plugins( plugin_basename( __FILE__ ) );
143
  } else {
144
  do_action( 'yith_wcwl_init' );
145
  }
146
  }
147
  }
148
- add_action( 'plugins_loaded', 'yith_wishlist_install', 11 );
149
 
150
  if ( ! function_exists( 'yith_wcwl_install_woocommerce_admin_notice' ) ) {
151
  /**
@@ -163,18 +176,26 @@ if ( ! function_exists( 'yith_wcwl_install_woocommerce_admin_notice' ) ) {
163
  }
164
  }
165
 
166
- if ( ! function_exists( 'yith_wcwl_install_free_admin_notice' ) ) {
167
  /**
168
- * Shows admin notice when plugin is activated together with premium version
169
  *
170
  * @return void
171
- * @since 2.0.0
 
 
172
  */
173
- function yith_wcwl_install_free_admin_notice() {
174
  ?>
175
- <div class="error">
176
- <p><?php echo esc_html( __( 'You can\'t activate the free version of', 'yith-woocommerce-wishlist' ) . 'YITH WooCommerce Wishlist' . __( 'while you are using the premium one.', 'yith-woocommerce-wishlist' ) ); ?></p>
177
  </div>
178
  <?php
179
  }
180
  }
 
 
 
 
 
 
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.12.0
7
  * Author: YITH
8
  * Author URI: https://yithemes.com/
9
  * Text Domain: yith-woocommerce-wishlist
10
  * Domain Path: /languages/
11
+ * WC requires at least: 6.6
12
+ * WC tested up to: 6.8
13
  *
14
  * @author YITH
15
  * @package YITH\Wishlist
37
  exit;
38
  } // Exit if accessed directly
39
 
 
 
 
 
 
40
  if ( ! defined( 'YITH_WCWL' ) ) {
41
  define( 'YITH_WCWL', true );
42
  }
65
  define( 'YITH_WCWL_SLUG', 'yith-woocommerce-wishlist' );
66
  }
67
 
68
+ if ( ! function_exists( 'yith_wcwl_install_plugin_fw' ) ) {
69
+ /**
70
+ * Install plugin-fw when needed
71
+ *
72
+ * @since 3.9.0
73
+ */
74
+ function yith_wcwl_install_plugin_fw() {
75
+ if ( ! function_exists( 'yit_maybe_plugin_fw_loader' ) && file_exists( YITH_WCWL_DIR . 'plugin-fw/init.php' ) ) {
76
+ require_once YITH_WCWL_DIR . 'plugin-fw/init.php';
77
+ }
78
+ yit_maybe_plugin_fw_loader( YITH_WCWL_DIR );
79
+ }
80
+ }
81
+
82
+ if ( ! function_exists( 'yith_wcwl_register_activation' ) ) {
83
+ /**
84
+ * Performs required action on activation hook
85
+ *
86
+ * @since 3.9.0
87
+ */
88
+ function yith_wcwl_register_activation() {
89
+ if ( ! function_exists( 'yith_plugin_registration_hook' ) ) {
90
+ require_once 'plugin-fw/yit-plugin-registration-hook.php';
91
+ }
92
+ register_activation_hook( __FILE__, 'yith_plugin_registration_hook' );
93
+ }
94
  }
 
95
 
96
  if ( ! function_exists( 'yith_wishlist_constructor' ) ) {
97
  /**
137
  $yith_wcwl = YITH_WCWL();
138
  }
139
  }
 
140
 
141
  if ( ! function_exists( 'yith_wishlist_install' ) ) {
142
  /**
146
  * @since 2.0.0
147
  */
148
  function yith_wishlist_install() {
149
+ if ( ! function_exists( 'yith_deactivate_plugins' ) ) {
150
+ require_once 'plugin-fw/yit-deactive-plugin.php';
 
151
  }
152
 
153
  if ( ! function_exists( 'WC' ) ) {
154
  add_action( 'admin_notices', 'yith_wcwl_install_woocommerce_admin_notice' );
155
+ } elseif ( defined( 'YITH_WCWL_PREMIUM' ) || defined( 'YITH_WCWL_EXTENDED' ) ) {
156
+ yith_deactivate_plugins( 'YITH_WCWL_FREE_INIT' );
 
157
  } else {
158
  do_action( 'yith_wcwl_init' );
159
  }
160
  }
161
  }
 
162
 
163
  if ( ! function_exists( 'yith_wcwl_install_woocommerce_admin_notice' ) ) {
164
  /**
176
  }
177
  }
178
 
179
+ if ( ! function_exists( 'yith_wcwl_deactivate_lower_tier_notice' ) ) {
180
  /**
181
+ * Print an admin notice if trying to activate this version when an higher tier is already enabled
182
  *
183
  * @return void
184
+ * @use admin_notices hooks
185
+ * @since 1.0
186
+ * @author Andrea Grillo <andrea.grillo@yithemes.com>
187
  */
188
+ function yith_wcwl_deactivate_lower_tier_notice() {
189
  ?>
190
+ <div class="notice">
191
+ <p><?php esc_html_e( 'YITH WooCommerce Wishlist was deactivated as you\'re running an higher tier version of the same plugin.', 'yith-woocommerce-wishlist' ); ?></p>
192
  </div>
193
  <?php
194
  }
195
  }
196
+
197
+ yith_wcwl_register_activation();
198
+ yith_wcwl_install_plugin_fw();
199
+
200
+ add_action( 'yith_wcwl_init', 'yith_wishlist_constructor' );
201
+ add_action( 'plugins_loaded', 'yith_wishlist_install', 11 );
languages/yith-woocommerce-wishlist-da_DK.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-da_DK.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WCWL\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
- "POT-Creation-Date: 2022-06-19 14:16:05+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:04+0200\n"
10
  "Last-Translator: Morten Ruus <altombasketball@gmail.com>\n"
11
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
@@ -25,123 +25,122 @@ msgstr ""
25
  msgid "Wishlist Page"
26
  msgstr "Ønskeliste"
27
 
28
- #: includes/class-yith-wcwl-admin.php:146
29
  msgid "General settings"
30
  msgstr ""
31
 
32
- #: includes/class-yith-wcwl-admin.php:147
33
  msgid "Add to wishlist options"
34
  msgstr ""
35
 
36
- #: includes/class-yith-wcwl-admin.php:148
37
  msgid "Wishlist page options"
38
  msgstr ""
39
 
40
- #: includes/class-yith-wcwl-admin.php:249
41
  msgid ""
42
  "Allows your customers to create and share lists of products that they want "
43
  "to purchase on your e-commerce."
44
  msgstr ""
45
 
46
- #: includes/class-yith-wcwl-admin.php:280
47
  msgid ""
48
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
49
  msgstr ""
50
 
51
- #: includes/class-yith-wcwl-admin.php:281
52
  msgid ""
53
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
54
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
55
  "on \"Add to wishlist\""
56
  msgstr ""
57
 
58
- #: includes/class-yith-wcwl-admin.php:282
59
  msgid ""
60
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
61
  "them either public (visible to everyone), private or shared (visible only to "
62
  "people it has been shared with)"
63
  msgstr ""
64
 
65
- #: includes/class-yith-wcwl-admin.php:283
66
  msgid ""
67
  "Choose between <b>different layouts</b> for the wishlist page and for the "
68
  "wishlist content"
69
  msgstr ""
70
 
71
- #: includes/class-yith-wcwl-admin.php:284
72
  msgid ""
73
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
74
  "move a product from one wishlist to another, change order of items, "
75
  "quantity, etc."
76
  msgstr ""
77
 
78
- #: includes/class-yith-wcwl-admin.php:285
79
  msgid ""
80
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
81
  "content of their wishlist to the admin and get a custom quote"
82
  msgstr ""
83
 
84
- #: includes/class-yith-wcwl-admin.php:286
85
  msgid ""
86
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
87
  "(available also with \"mini-cart\" style for the header)"
88
  msgstr ""
89
 
90
- #: includes/class-yith-wcwl-admin.php:287
91
  msgid ""
92
- "View the most popular products added to the wishlist by your customers and "
93
- "<b>send promotional emails to users</b> who have added specific products to "
94
  "their wishlist"
95
  msgstr ""
96
 
97
- #: includes/class-yith-wcwl-admin.php:288
98
  msgid ""
99
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
100
  "the list is back in stock or on sale"
101
  msgstr ""
102
 
103
- #: includes/class-yith-wcwl-admin.php:289
104
  msgid "Regular updates, Translations and Premium Support"
105
  msgstr ""
106
 
107
- #: includes/class-yith-wcwl-ajax-handler.php:75
108
- #: templates/add-to-wishlist-remove.php:59
109
  msgid "View &rsaquo;"
110
  msgstr ""
111
 
112
- #: includes/class-yith-wcwl-ajax-handler.php:76
113
- #: templates/add-to-wishlist-remove.php:58
114
  msgid "or"
115
  msgstr ""
116
 
117
- #: includes/class-yith-wcwl-ajax-handler.php:77
118
  msgid "Close"
119
  msgstr ""
120
 
121
- #: includes/class-yith-wcwl-ajax-handler.php:155
122
- #: includes/class-yith-wcwl-ajax-handler.php:195
123
  msgid "Product successfully removed."
124
  msgstr ""
125
 
126
- #: includes/class-yith-wcwl-form-handler.php:156
127
  msgid "Please, make sure to enter a valid title"
128
  msgstr ""
129
 
130
- #: includes/class-yith-wcwl-frontend.php:552
131
  msgid ""
132
  "We are sorry, but this feature is available only if cookies on your browser "
133
  "are enabled."
134
  msgstr ""
135
 
136
- #: includes/class-yith-wcwl-frontend.php:553
137
  msgid "Product added to cart successfully"
138
  msgstr ""
139
 
140
- #: includes/class-yith-wcwl-frontend.php:816
141
- #: includes/class-yith-wcwl-shortcode.php:239
142
- #: plugin-options/wishlist_page-options.php:240
143
- #: templates/wishlist-view-footer-mobile.php:46
144
- #: templates/wishlist-view-footer.php:46
145
  msgid "Add to cart"
146
  msgstr ""
147
 
@@ -189,43 +188,43 @@ msgid ""
189
  "for the products you love."
190
  msgstr ""
191
 
192
- #: includes/class-yith-wcwl-privacy.php:84
193
- #: includes/class-yith-wcwl-privacy.php:100
194
  msgid "Customer wishlists"
195
  msgstr ""
196
 
197
- #: includes/class-yith-wcwl-privacy.php:137 plugin-options/lists-options.php:25
198
- #: plugin-options/lists-options.php:32
199
  msgid "Wishlists"
200
  msgstr "Ønskeliste"
201
 
202
  #. Translators: %s Order number.
203
- #: includes/class-yith-wcwl-privacy.php:199
204
  msgid "Removed wishlist %s."
205
  msgstr ""
206
 
207
  #. Translators: %s Order number.
208
- #: includes/class-yith-wcwl-privacy.php:203
209
  msgid "Wishlist %s has been retained."
210
  msgstr ""
211
 
212
- #: includes/class-yith-wcwl-privacy.php:227
213
  msgid "Token"
214
  msgstr ""
215
 
216
- #: includes/class-yith-wcwl-privacy.php:228
217
  msgid "Wishlist URL"
218
  msgstr ""
219
 
220
- #: includes/class-yith-wcwl-privacy.php:229
221
  msgid "Title"
222
  msgstr "Titel felt"
223
 
224
- #: includes/class-yith-wcwl-privacy.php:231
225
  msgid "Visibility"
226
  msgstr ""
227
 
228
- #: includes/class-yith-wcwl-privacy.php:232
229
  msgid "Items added"
230
  msgstr ""
231
 
@@ -292,138 +291,138 @@ msgstr ""
292
  msgid "ID of the wishlist to show (e.g. K6EOWXB888ZD)"
293
  msgstr ""
294
 
295
- #: includes/class-yith-wcwl-shortcode.php:414
296
  msgid "Share on:"
297
  msgstr "Del på:"
298
 
299
- #: includes/class-yith-wcwl-shortcode.php:438
300
- #: plugin-options/wishlist_page-options.php:138
301
  msgid "Share on Facebook"
302
  msgstr ""
303
 
304
- #: includes/class-yith-wcwl-shortcode.php:455
305
- #: plugin-options/wishlist_page-options.php:147
306
  msgid "Tweet on Twitter"
307
  msgstr ""
308
 
309
- #: includes/class-yith-wcwl-shortcode.php:473
310
- #: plugin-options/wishlist_page-options.php:156
311
  msgid "Pin on Pinterest"
312
  msgstr ""
313
 
314
- #: includes/class-yith-wcwl-shortcode.php:487
315
  msgid "Share via email"
316
  msgstr ""
317
 
318
- #: includes/class-yith-wcwl-shortcode.php:510
319
- #: plugin-options/wishlist_page-options.php:174
320
  msgid "Share on WhatsApp"
321
  msgstr ""
322
 
323
- #: includes/class-yith-wcwl-shortcode.php:621
324
  msgid "Remove from list"
325
  msgstr ""
326
 
327
- #: includes/class-yith-wcwl-wishlist-item.php:193
328
  msgid "Free!"
329
  msgstr "Gratis!"
330
 
331
- #: includes/class-yith-wcwl.php:164
332
  msgid "The item cannot be added to this wishlist"
333
  msgstr ""
334
 
335
- #: includes/class-yith-wcwl.php:168 includes/class-yith-wcwl.php:174
336
  msgid "An error occurred while adding the products to the wishlist."
337
  msgstr ""
338
 
339
- #: includes/class-yith-wcwl.php:235 includes/class-yith-wcwl.php:241
340
  msgid "Error. Unable to remove the product from the wishlist."
341
  msgstr ""
342
 
343
- #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:152
344
- #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:174
345
  msgid "Invalid wishlist."
346
  msgstr ""
347
 
348
- #: includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:119
349
  msgid "Invalid wishlist item."
350
  msgstr ""
351
 
352
  #. translators: 1. Number of users.
353
- #: includes/functions-yith-wcwl.php:249
354
  msgid "%d user"
355
  msgid_plural "%d users"
356
  msgstr[0] ""
357
  msgstr[1] ""
358
 
359
- #: includes/functions-yith-wcwl.php:250
360
  msgid "has this item in wishlist"
361
  msgid_plural "have this item in wishlist"
362
  msgstr[0] ""
363
  msgstr[1] ""
364
 
365
- #: includes/functions-yith-wcwl.php:252
366
  msgid "You're the first"
367
  msgstr ""
368
 
369
- #: includes/functions-yith-wcwl.php:253
370
  msgid "to add this item in wishlist"
371
  msgstr ""
372
 
373
  #. translators: 1. Count of users when many, or "another" when only one.
374
- #: includes/functions-yith-wcwl.php:257
375
  msgid "You and %s user"
376
  msgid_plural "You and %d users"
377
  msgstr[0] ""
378
  msgstr[1] ""
379
 
380
- #: includes/functions-yith-wcwl.php:257
381
  msgid "another"
382
  msgstr ""
383
 
384
- #: includes/functions-yith-wcwl.php:258
385
  msgid "have this item in wishlist"
386
  msgstr ""
387
 
388
- #: includes/functions-yith-wcwl.php:425
389
  msgid "None"
390
  msgstr ""
391
 
392
- #: includes/functions-yith-wcwl.php:426
393
  msgid "Custom"
394
  msgstr ""
395
 
396
- #: includes/functions-yith-wcwl.php:447
397
  msgid "Shared"
398
  msgstr "Delt"
399
 
400
- #: includes/functions-yith-wcwl.php:451
401
  msgid "Only people with a link to this list can see it"
402
  msgstr ""
403
 
404
- #: includes/functions-yith-wcwl.php:457
405
  msgid "Private"
406
  msgstr "Privat"
407
 
408
- #: includes/functions-yith-wcwl.php:461
409
  msgid "Only you can see this list"
410
  msgstr ""
411
 
412
- #: includes/functions-yith-wcwl.php:467
413
  msgid "Public"
414
  msgstr "Offentlig"
415
 
416
- #: includes/functions-yith-wcwl.php:471
417
  msgid "Anyone can search for and see this list"
418
  msgstr ""
419
 
420
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:118
421
- #: plugin-options/add_to_wishlist-options.php:127
422
  msgid "Add to wishlist"
423
  msgstr ""
424
 
425
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:128
426
- #: plugin-options/add_to_wishlist-options.php:143
427
  msgid "Browse wishlist"
428
  msgstr ""
429
 
@@ -435,69 +434,67 @@ msgstr ""
435
  msgid "Product added to wishlist"
436
  msgstr ""
437
 
438
- #: init.php:160
439
  msgid "is enabled but not effective. It requires WooCommerce to work."
440
  msgstr ""
441
 
442
- #: init.php:176
443
- msgid "You can't activate the free version of"
444
- msgstr ""
445
-
446
- #: init.php:176
447
- msgid "while you are using the premium one."
448
  msgstr ""
449
 
450
- #: plugin-options/add_to_wishlist-options.php:20
451
- #: plugin-options/settings-options.php:27
452
  msgid "General Settings"
453
  msgstr ""
454
 
455
- #: plugin-options/add_to_wishlist-options.php:27
456
  msgid "After product is added to wishlist"
457
  msgstr ""
458
 
459
- #: plugin-options/add_to_wishlist-options.php:28
460
  msgid ""
461
  "Choose the look of the Wishlist button when the product has already been "
462
  "added to a wishlist"
463
  msgstr ""
464
 
465
- #: plugin-options/add_to_wishlist-options.php:32
466
  msgid "Show \"Add to wishlist\" button"
467
  msgstr ""
468
 
469
- #: plugin-options/add_to_wishlist-options.php:33
470
  msgid "Show \"View wishlist\" link"
471
  msgstr ""
472
 
473
- #: plugin-options/add_to_wishlist-options.php:34
474
  msgid "Show \"Remove from list\" link"
475
  msgstr ""
476
 
477
- #: plugin-options/add_to_wishlist-options.php:48
478
  msgid "Loop settings"
479
  msgstr ""
480
 
481
- #: plugin-options/add_to_wishlist-options.php:50
482
  msgid ""
483
  "Loop options will be visible on Shop page, category pages, product "
484
  "shortcodes, products sliders, and all the other places where the WooCommerce "
485
  "products' loop is used"
486
  msgstr ""
487
 
488
- #: plugin-options/add_to_wishlist-options.php:55
489
  msgid "Show \"Add to wishlist\" in loop"
490
  msgstr ""
491
 
492
- #: plugin-options/add_to_wishlist-options.php:56
493
  msgid "Enable the \"Add to wishlist\" feature in WooCommerce products' loop"
494
  msgstr ""
495
 
496
- #: plugin-options/add_to_wishlist-options.php:64
497
  msgid "Position of \"Add to wishlist\" in loop"
498
  msgstr ""
499
 
500
- #: plugin-options/add_to_wishlist-options.php:65
501
  msgid ""
502
  "Choose where to show \"Add to wishlist\" button or link in WooCommerce "
503
  "products' loop. <span class=\"addon\">Copy this shortcode <span class=\"code"
@@ -505,32 +502,32 @@ msgid ""
505
  "want to show the \"Add to wishlist\" link or button</span>"
506
  msgstr ""
507
 
508
- #: plugin-options/add_to_wishlist-options.php:72
509
  msgid "On top of the image"
510
  msgstr ""
511
 
512
- #: plugin-options/add_to_wishlist-options.php:73
513
  msgid "Before \"Add to cart\" button"
514
  msgstr ""
515
 
516
- #: plugin-options/add_to_wishlist-options.php:74
517
  msgid "After \"Add to cart\" button"
518
  msgstr ""
519
 
520
- #: plugin-options/add_to_wishlist-options.php:75
521
- #: plugin-options/add_to_wishlist-options.php:107
522
  msgid "Use shortcode"
523
  msgstr ""
524
 
525
- #: plugin-options/add_to_wishlist-options.php:89
526
  msgid "Product page settings"
527
  msgstr ""
528
 
529
- #: plugin-options/add_to_wishlist-options.php:96
530
  msgid "Position of \"Add to wishlist\" on product page"
531
  msgstr ""
532
 
533
- #: plugin-options/add_to_wishlist-options.php:97
534
  msgid ""
535
  "Choose where to show \"Add to wishlist\" button or link on the product page. "
536
  "<span class=\"addon\">Copy this shortcode <span class=\"code"
@@ -538,472 +535,452 @@ msgid ""
538
  "want to show the \"Add to wishlist\" link or button</span>"
539
  msgstr ""
540
 
541
- #: plugin-options/add_to_wishlist-options.php:104
542
  msgid "After \"Add to cart\""
543
  msgstr ""
544
 
545
- #: plugin-options/add_to_wishlist-options.php:105
546
  msgid "After thumbnails"
547
  msgstr ""
548
 
549
- #: plugin-options/add_to_wishlist-options.php:106
550
  msgid "After summary"
551
  msgstr ""
552
 
553
- #: plugin-options/add_to_wishlist-options.php:117
554
- #: plugin-options/wishlist_page-options.php:222
555
  msgid "Text customization"
556
  msgstr ""
557
 
558
- #: plugin-options/add_to_wishlist-options.php:124
559
  msgid "\"Add to wishlist\" text"
560
  msgstr ""
561
 
562
- #: plugin-options/add_to_wishlist-options.php:125
563
  msgid "Enter a text for \"Add to wishlist\" button"
564
  msgstr ""
565
 
566
- #: plugin-options/add_to_wishlist-options.php:132
567
  msgid "\"Product added\" text"
568
  msgstr ""
569
 
570
- #: plugin-options/add_to_wishlist-options.php:133
571
  msgid ""
572
  "Enter the text of the message displayed when the user adds a product to the "
573
  "wishlist"
574
  msgstr ""
575
 
576
- #: plugin-options/add_to_wishlist-options.php:135
577
  msgid "Product added!"
578
  msgstr ""
579
 
580
- #: plugin-options/add_to_wishlist-options.php:140
581
  msgid "\"Browse wishlist\" text"
582
  msgstr ""
583
 
584
- #: plugin-options/add_to_wishlist-options.php:141
585
  msgid "Enter a text for the \"Browse wishlist\" link on the product page"
586
  msgstr ""
587
 
588
- #: plugin-options/add_to_wishlist-options.php:148
589
  msgid "\"Product already in wishlist\" text"
590
  msgstr ""
591
 
592
- #: plugin-options/add_to_wishlist-options.php:149
593
  msgid ""
594
  "Enter the text for the message displayed when the user views a product that "
595
  "is already in the wishlist"
596
  msgstr ""
597
 
598
- #: plugin-options/add_to_wishlist-options.php:151
599
  msgid "The product is already in your wishlist!"
600
  msgstr ""
601
 
602
- #: plugin-options/add_to_wishlist-options.php:161
603
  msgid "Style & Color customization"
604
  msgstr ""
605
 
606
- #: plugin-options/add_to_wishlist-options.php:168
607
  msgid "Style of \"Add to wishlist\""
608
  msgstr ""
609
 
610
- #: plugin-options/add_to_wishlist-options.php:169
611
  msgid ""
612
  "Choose if you want to show a textual \"Add to wishlist\" link or a button"
613
  msgstr ""
614
 
615
- #: plugin-options/add_to_wishlist-options.php:172
616
- #: plugin-options/wishlist_page-options.php:261
617
  msgid "Textual (anchor)"
618
  msgstr ""
619
 
620
- #: plugin-options/add_to_wishlist-options.php:173
621
- #: plugin-options/wishlist_page-options.php:262
622
  msgid "Button with theme style"
623
  msgstr ""
624
 
625
- #: plugin-options/add_to_wishlist-options.php:174
626
- #: plugin-options/wishlist_page-options.php:263
627
  msgid "Button with custom style"
628
  msgstr ""
629
 
630
- #: plugin-options/add_to_wishlist-options.php:182
631
  msgid "\"Add to wishlist\" button style"
632
  msgstr ""
633
 
634
- #: plugin-options/add_to_wishlist-options.php:188
635
  msgid "Choose colors for the \"Add to wishlist\" button"
636
  msgstr ""
637
 
638
- #: plugin-options/add_to_wishlist-options.php:190
639
- #: plugin-options/wishlist_page-options.php:279
640
- #: plugin-options/wishlist_page-options.php:368
641
- #: plugin-options/wishlist_page-options.php:417
642
- #: plugin-options/wishlist_page-options.php:465
643
- #: plugin-options/wishlist_page-options.php:552
644
- #: plugin-options/wishlist_page-options.php:592
645
- #: plugin-options/wishlist_page-options.php:632
646
- #: plugin-options/wishlist_page-options.php:672
647
- #: plugin-options/wishlist_page-options.php:712
648
  msgid "Background"
649
  msgstr ""
650
 
651
- #: plugin-options/add_to_wishlist-options.php:195
652
- #: plugin-options/wishlist_page-options.php:284
653
- #: plugin-options/wishlist_page-options.php:373
654
- #: plugin-options/wishlist_page-options.php:422
655
- #: plugin-options/wishlist_page-options.php:470
656
- #: plugin-options/wishlist_page-options.php:507
657
  msgid "Text"
658
  msgstr ""
659
 
660
- #: plugin-options/add_to_wishlist-options.php:200
661
- #: plugin-options/wishlist_page-options.php:289
662
- #: plugin-options/wishlist_page-options.php:378
663
- #: plugin-options/wishlist_page-options.php:427
664
- #: plugin-options/wishlist_page-options.php:475
665
  msgid "Border"
666
  msgstr ""
667
 
668
- #: plugin-options/add_to_wishlist-options.php:206
669
  msgid "Choose colors for the \"Add to wishlist\" button on hover state"
670
  msgstr ""
671
 
672
- #: plugin-options/add_to_wishlist-options.php:208
673
- #: plugin-options/wishlist_page-options.php:297
674
- #: plugin-options/wishlist_page-options.php:386
675
- #: plugin-options/wishlist_page-options.php:435
676
  msgid "Background Hover"
677
  msgstr ""
678
 
679
- #: plugin-options/add_to_wishlist-options.php:213
680
- #: plugin-options/wishlist_page-options.php:302
681
- #: plugin-options/wishlist_page-options.php:391
682
- #: plugin-options/wishlist_page-options.php:440
683
  msgid "Text Hover"
684
  msgstr ""
685
 
686
- #: plugin-options/add_to_wishlist-options.php:218
687
- #: plugin-options/wishlist_page-options.php:307
688
- #: plugin-options/wishlist_page-options.php:396
689
- #: plugin-options/wishlist_page-options.php:445
690
  msgid "Border Hover"
691
  msgstr ""
692
 
693
- #: plugin-options/add_to_wishlist-options.php:231
694
- #: plugin-options/wishlist_page-options.php:320
695
  msgid "Border radius"
696
  msgstr ""
697
 
698
- #: plugin-options/add_to_wishlist-options.php:232
699
  msgid "Choose radius for the \"Add to wishlist\" button"
700
  msgstr ""
701
 
702
- #: plugin-options/add_to_wishlist-options.php:246
703
  msgid "\"Add to wishlist\" icon"
704
  msgstr ""
705
 
706
- #: plugin-options/add_to_wishlist-options.php:247
707
  msgid "Select an icon for the \"Add to wishlist\" button (optional)"
708
  msgstr ""
709
 
710
- #: plugin-options/add_to_wishlist-options.php:257
711
  msgid "\"Add to wishlist\" custom icon"
712
  msgstr ""
713
 
714
- #: plugin-options/add_to_wishlist-options.php:258
715
- #: plugin-options/add_to_wishlist-options.php:282
716
  msgid ""
717
  "Upload an icon you'd like to use for \"Add to wishlist\" button (suggested "
718
  "32px x 32px)"
719
  msgstr ""
720
 
721
- #: plugin-options/add_to_wishlist-options.php:270
722
  msgid "\"Added to wishlist\" icon"
723
  msgstr ""
724
 
725
- #: plugin-options/add_to_wishlist-options.php:271
726
  msgid "Select an icon for the \"Added to wishlist\" button (optional)"
727
  msgstr ""
728
 
729
- #: plugin-options/add_to_wishlist-options.php:277
730
  msgid "Same used for Add to wishlist"
731
  msgstr ""
732
 
733
- #: plugin-options/add_to_wishlist-options.php:281
734
  msgid "\"Added to wishlist\" custom icon"
735
  msgstr ""
736
 
737
- #: plugin-options/add_to_wishlist-options.php:294
738
  msgid "Custom CSS"
739
  msgstr ""
740
 
741
- #: plugin-options/add_to_wishlist-options.php:295
742
  msgid "Enter custom CSS to be applied to Wishlist elements (optional)"
743
  msgstr ""
744
 
745
- #: plugin-options/lists-options.php:34
746
  msgid "Search list"
747
  msgstr ""
748
 
749
- #. translators: 1. Anchor to Frequently Bought Together landing page on
750
- #. yithemes.com.
751
- #: plugin-options/settings-options.php:19
752
- msgid ""
753
- "If you want to take advantage of this feature, you could consider purchasing "
754
- "the %s."
755
- msgstr ""
756
-
757
- #: plugin-options/settings-options.php:34
758
  msgid "Enable AJAX loading"
759
  msgstr ""
760
 
761
- #: plugin-options/settings-options.php:35
762
  msgid "Load any cacheable wishlist item via AJAX"
763
  msgstr ""
764
 
765
- #: plugin-options/settings-options.php:48
766
  msgid "YITH WooCommerce Frequently Bought Together Integration"
767
  msgstr ""
768
 
769
- #. translators: 1. Url to Frequently Bought Together landing page on
770
- #. yithemes.com.
771
- #: plugin-options/settings-options.php:51
772
- msgid ""
773
- "In order to use this integration you have to install and activate YITH "
774
- "WooCommerce Frequently Bought Together. <a href=\"%s\">Learn more</a>"
775
- msgstr ""
776
-
777
- #: plugin-options/settings-options.php:56
778
  msgid "Enable slider in wishlist"
779
  msgstr ""
780
 
781
- #. translators: 1. Example image of the integration. 2. CTA to buy Frequently
782
- #. Bought Together.
783
- #: plugin-options/settings-options.php:58
784
  msgid ""
785
  "Enable the slider with linked products on the Wishlist page (<a href=\"%1$s"
786
- "\" class=\"thickbox\">Example</a>). %2$s"
787
  msgstr ""
788
 
789
- #: plugin-options/wishlist_page-options.php:19
790
- msgid "All your wishlists"
791
- msgstr ""
792
-
793
- #: plugin-options/wishlist_page-options.php:26
794
  msgid "Wishlist page"
795
  msgstr ""
796
 
797
- #: plugin-options/wishlist_page-options.php:27
798
  msgid ""
799
  "Pick a page as the main Wishlist page; make sure you add the <span class="
800
  "\"code\"><code>[yith_wcwl_wishlist]</code></span> shortcode into the page "
801
  "content"
802
  msgstr ""
803
 
804
- #: plugin-options/wishlist_page-options.php:40
805
  msgid "Wishlist Detail Page"
806
  msgstr ""
807
 
808
- #: plugin-options/wishlist_page-options.php:47
809
  #: plugin-options/wishlist_page-options.php:56
810
  #: plugin-options/wishlist_page-options.php:65
811
  #: plugin-options/wishlist_page-options.php:74
812
  #: plugin-options/wishlist_page-options.php:83
813
  #: plugin-options/wishlist_page-options.php:92
814
  #: plugin-options/wishlist_page-options.php:101
 
815
  msgid "In wishlist table show"
816
  msgstr ""
817
 
818
- #: plugin-options/wishlist_page-options.php:48
819
  msgid "Product variations selected by the user (example: size or color)"
820
  msgstr ""
821
 
822
- #: plugin-options/wishlist_page-options.php:57
823
  msgid "Product price"
824
  msgstr ""
825
 
826
- #: plugin-options/wishlist_page-options.php:66
827
  msgid "Product stock (show if the product is available or not)"
828
  msgstr ""
829
 
830
- #: plugin-options/wishlist_page-options.php:75
831
  msgid "Date on which the product was added to the wishlist"
832
  msgstr ""
833
 
834
- #: plugin-options/wishlist_page-options.php:84
835
  msgid "Add to cart option for each product"
836
  msgstr ""
837
 
838
- #: plugin-options/wishlist_page-options.php:93
839
  msgid ""
840
  "Icon to remove the product from the wishlist - to the left of the product"
841
  msgstr ""
842
 
843
- #: plugin-options/wishlist_page-options.php:102
844
  msgid ""
845
  "Button to remove the product from the wishlist - to the right of the product"
846
  msgstr ""
847
 
848
- #: plugin-options/wishlist_page-options.php:110
849
  msgid "Redirect to cart"
850
  msgstr ""
851
 
852
- #: plugin-options/wishlist_page-options.php:111
853
  msgid ""
854
  "Redirect users to the cart page when they add a product to the cart from the "
855
  "wishlist page"
856
  msgstr ""
857
 
858
- #: plugin-options/wishlist_page-options.php:119
859
  msgid "Remove if added to the cart"
860
  msgstr ""
861
 
862
- #: plugin-options/wishlist_page-options.php:120
863
  msgid ""
864
  "Remove the product from the wishlist after it has been added to the cart"
865
  msgstr ""
866
 
867
- #: plugin-options/wishlist_page-options.php:128
868
  msgid "Share wishlist"
869
  msgstr ""
870
 
871
- #: plugin-options/wishlist_page-options.php:129
872
  msgid "Enable this option to let users share their wishlist on social media"
873
  msgstr ""
874
 
875
- #: plugin-options/wishlist_page-options.php:137
876
  #: plugin-options/wishlist_page-options.php:146
877
  #: plugin-options/wishlist_page-options.php:155
878
  #: plugin-options/wishlist_page-options.php:164
879
  #: plugin-options/wishlist_page-options.php:173
 
880
  msgid "Share on social media"
881
  msgstr ""
882
 
883
- #: plugin-options/wishlist_page-options.php:165
884
  msgid "Share by email"
885
  msgstr ""
886
 
887
- #: plugin-options/wishlist_page-options.php:182
888
  msgid "Share by URL"
889
  msgstr ""
890
 
891
- #: plugin-options/wishlist_page-options.php:183
892
  msgid "Show \"Share URL\" field on wishlist page"
893
  msgstr ""
894
 
895
- #: plugin-options/wishlist_page-options.php:191
896
  msgid "Sharing title"
897
  msgstr ""
898
 
899
- #: plugin-options/wishlist_page-options.php:192
900
  msgid "Wishlist title used for sharing (only used on Twitter and Pinterest)"
901
  msgstr ""
902
 
903
  #. translators: 1. Blog name.
904
- #: plugin-options/wishlist_page-options.php:195
905
  msgid "My wishlist on %s"
906
  msgstr ""
907
 
908
- #: plugin-options/wishlist_page-options.php:200
909
  msgid "Social text"
910
  msgstr ""
911
 
912
- #: plugin-options/wishlist_page-options.php:201
913
  msgid ""
914
  "Type the message you want to publish when you share your wishlist on Twitter "
915
  "and Pinterest"
916
  msgstr ""
917
 
918
- #: plugin-options/wishlist_page-options.php:209
919
  msgid "Social image URL"
920
  msgstr ""
921
 
922
- #: plugin-options/wishlist_page-options.php:210
923
  msgid "It will be used to pin the wishlist on Pinterest."
924
  msgstr ""
925
 
926
- #: plugin-options/wishlist_page-options.php:229
927
  msgid "Default wishlist name"
928
  msgstr ""
929
 
930
- #: plugin-options/wishlist_page-options.php:230
931
  msgid ""
932
  "Enter a name for the default wishlist. This is the wishlist that will be "
933
  "automatically generated for all users if they do not create any custom one"
934
  msgstr ""
935
 
936
- #: plugin-options/wishlist_page-options.php:232
937
  #, fuzzy
938
  msgid "My wishlist"
939
  msgstr "ønskeliste"
940
 
941
- #: plugin-options/wishlist_page-options.php:237
942
  msgid "\"Add to cart\" text"
943
  msgstr ""
944
 
945
- #: plugin-options/wishlist_page-options.php:238
946
  msgid "Enter a text for the \"Add to cart\" button"
947
  msgstr ""
948
 
949
- #: plugin-options/wishlist_page-options.php:250
950
  msgid "Style & color customization"
951
  msgstr ""
952
 
953
- #: plugin-options/wishlist_page-options.php:257
954
  msgid "Style of \"Add to cart\""
955
  msgstr ""
956
 
957
- #: plugin-options/wishlist_page-options.php:258
958
  msgid "Choose whether to show a textual \"Add to cart\" link or a button"
959
  msgstr ""
960
 
961
- #: plugin-options/wishlist_page-options.php:271
962
  msgid "\"Add to cart\" button style"
963
  msgstr ""
964
 
965
- #: plugin-options/wishlist_page-options.php:277
966
  msgid "Choose the colors for the \"Add to cart\" button"
967
  msgstr ""
968
 
969
- #: plugin-options/wishlist_page-options.php:295
970
  msgid "Choose colors for the \"Add to cart\" button on hover state"
971
  msgstr ""
972
 
973
- #: plugin-options/wishlist_page-options.php:321
974
  msgid "Set the radius for the \"Add to cart\" button"
975
  msgstr ""
976
 
977
- #: plugin-options/wishlist_page-options.php:335
978
  msgid "\"Add to cart\" icon"
979
  msgstr ""
980
 
981
- #: plugin-options/wishlist_page-options.php:336
982
  msgid "Select an icon for the \"Add to cart\" button (optional)"
983
  msgstr ""
984
 
985
- #: plugin-options/wishlist_page-options.php:351
986
  msgid "\"Add to cart\" custom icon"
987
  msgstr ""
988
 
989
- #: plugin-options/wishlist_page-options.php:352
990
  msgid ""
991
  "Upload an icon you'd like to use for the \"Add to cart\" button (suggested "
992
  "32px x 32px)"
993
  msgstr ""
994
 
995
- #: plugin-options/wishlist_page-options.php:360
996
  msgid "Primary button style"
997
  msgstr ""
998
 
999
- #: plugin-options/wishlist_page-options.php:366
1000
  msgid ""
1001
  "Choose colors for the primary button<br/><small>This style will be applied "
1002
  "to \"Edit title\" button on Wishlist view, \"Submit Changes\" button on "
1003
  "Manage view and \"Search wishlist\" button on Search view</small>"
1004
  msgstr ""
1005
 
1006
- #: plugin-options/wishlist_page-options.php:384
1007
  msgid ""
1008
  "Choose colors for the primary button on hover state<br/><small>This style "
1009
  "will be applied to \"Edit title\" button on Wishlist view, \"Submit Changes"
@@ -1011,326 +988,326 @@ msgid ""
1011
  "small>"
1012
  msgstr ""
1013
 
1014
- #: plugin-options/wishlist_page-options.php:409
1015
  msgid "Secondary button style"
1016
  msgstr ""
1017
 
1018
- #: plugin-options/wishlist_page-options.php:415
1019
  #: plugin-options/wishlist_page-options.php:433
 
1020
  msgid ""
1021
  "Choose colors of the secondary button<br/><small>This style will be applied "
1022
  "to the buttons that allow showing and hiding the Edit title form on Wishlist "
1023
  "view and \"Create new Wishlist\" button on Manage view</small>"
1024
  msgstr ""
1025
 
1026
- #: plugin-options/wishlist_page-options.php:458
1027
  msgid "Wishlist table style"
1028
  msgstr ""
1029
 
1030
- #: plugin-options/wishlist_page-options.php:459
1031
  msgid ""
1032
  "Choose the colors for the wishlist table (when set to \"Traditional\" layout)"
1033
  msgstr ""
1034
 
1035
- #: plugin-options/wishlist_page-options.php:487
1036
  msgid "Highlight color"
1037
  msgstr ""
1038
 
1039
- #: plugin-options/wishlist_page-options.php:488
1040
  msgid ""
1041
  "Choose the color for all sections with background<br/><small>This color will "
1042
  "be used as background for the wishlist table heading and footer (when set to "
1043
  "\"Traditional\" layout), and for various form across wishlist views</small>"
1044
  msgstr ""
1045
 
1046
- #: plugin-options/wishlist_page-options.php:500
1047
  msgid "Share button text color"
1048
  msgstr ""
1049
 
1050
- #: plugin-options/wishlist_page-options.php:501
1051
  msgid "Choose colors for share buttons text"
1052
  msgstr ""
1053
 
1054
- #: plugin-options/wishlist_page-options.php:512
1055
  msgid "Text hover"
1056
  msgstr ""
1057
 
1058
- #: plugin-options/wishlist_page-options.php:525
1059
  msgid "Facebook share button icon"
1060
  msgstr ""
1061
 
1062
- #: plugin-options/wishlist_page-options.php:526
1063
  msgid "Select an icon for the Facebook share button"
1064
  msgstr ""
1065
 
1066
- #: plugin-options/wishlist_page-options.php:536
1067
  msgid "Facebook share button custom icon"
1068
  msgstr ""
1069
 
1070
- #: plugin-options/wishlist_page-options.php:537
1071
  msgid ""
1072
  "Upload an icon you'd like to use for Facebook share button (suggested 32px x "
1073
  "32px)"
1074
  msgstr ""
1075
 
1076
- #: plugin-options/wishlist_page-options.php:545
1077
  msgid "Facebook share button style"
1078
  msgstr ""
1079
 
1080
- #: plugin-options/wishlist_page-options.php:546
1081
  msgid "Choose colors for Facebook share button"
1082
  msgstr ""
1083
 
1084
- #: plugin-options/wishlist_page-options.php:557
1085
- #: plugin-options/wishlist_page-options.php:597
1086
- #: plugin-options/wishlist_page-options.php:637
1087
- #: plugin-options/wishlist_page-options.php:677
1088
- #: plugin-options/wishlist_page-options.php:717
1089
  msgid "Background hover"
1090
  msgstr ""
1091
 
1092
- #: plugin-options/wishlist_page-options.php:565
1093
  msgid "Twitter share button icon"
1094
  msgstr ""
1095
 
1096
- #: plugin-options/wishlist_page-options.php:566
1097
  msgid "Select an icon for the Twitter share button"
1098
  msgstr ""
1099
 
1100
- #: plugin-options/wishlist_page-options.php:576
1101
  msgid "Twitter share button custom icon"
1102
  msgstr ""
1103
 
1104
- #: plugin-options/wishlist_page-options.php:577
1105
  msgid ""
1106
  "Upload an icon you'd like to use for Twitter share button (suggested 32px x "
1107
  "32px)"
1108
  msgstr ""
1109
 
1110
- #: plugin-options/wishlist_page-options.php:585
1111
  msgid "Twitter share button style"
1112
  msgstr ""
1113
 
1114
- #: plugin-options/wishlist_page-options.php:586
1115
  msgid "Choose colors for Twitter share button"
1116
  msgstr ""
1117
 
1118
- #: plugin-options/wishlist_page-options.php:605
1119
  msgid "Pinterest share button icon"
1120
  msgstr ""
1121
 
1122
- #: plugin-options/wishlist_page-options.php:606
1123
  msgid "Select an icon for the Pinterest share button"
1124
  msgstr ""
1125
 
1126
- #: plugin-options/wishlist_page-options.php:616
1127
  msgid "Pinterest share button custom icon"
1128
  msgstr ""
1129
 
1130
- #: plugin-options/wishlist_page-options.php:617
1131
  msgid ""
1132
  "Upload an icon you'd like to use for Pinterest share button (suggested 32px "
1133
  "x 32px)"
1134
  msgstr ""
1135
 
1136
- #: plugin-options/wishlist_page-options.php:625
1137
  msgid "Pinterest share button style"
1138
  msgstr ""
1139
 
1140
- #: plugin-options/wishlist_page-options.php:626
1141
  msgid "Choose colors for Pinterest share button"
1142
  msgstr ""
1143
 
1144
- #: plugin-options/wishlist_page-options.php:645
1145
  msgid "Email share button icon"
1146
  msgstr ""
1147
 
1148
- #: plugin-options/wishlist_page-options.php:646
1149
  msgid "Select an icon for the Email share button"
1150
  msgstr ""
1151
 
1152
- #: plugin-options/wishlist_page-options.php:656
1153
  msgid "Email share button custom icon"
1154
  msgstr ""
1155
 
1156
- #: plugin-options/wishlist_page-options.php:657
1157
  msgid ""
1158
  "Upload an icon you'd like to use for the Email share button (suggested 32px "
1159
  "x 32px)"
1160
  msgstr ""
1161
 
1162
- #: plugin-options/wishlist_page-options.php:665
1163
  msgid "Email share button style"
1164
  msgstr ""
1165
 
1166
- #: plugin-options/wishlist_page-options.php:666
1167
  msgid "Choose colors for the Email share button"
1168
  msgstr ""
1169
 
1170
- #: plugin-options/wishlist_page-options.php:685
1171
  msgid "WhatsApp share button icon"
1172
  msgstr ""
1173
 
1174
- #: plugin-options/wishlist_page-options.php:686
1175
  msgid "Select an icon for the WhatsApp share button"
1176
  msgstr ""
1177
 
1178
- #: plugin-options/wishlist_page-options.php:696
1179
  msgid "WhatsApp share button custom icon"
1180
  msgstr ""
1181
 
1182
- #: plugin-options/wishlist_page-options.php:697
1183
  msgid ""
1184
  "Upload an icon you'd like to use for WhatsApp share button (suggested 32px x "
1185
  "32px)"
1186
  msgstr ""
1187
 
1188
- #: plugin-options/wishlist_page-options.php:705
1189
  msgid "WhatsApp share button style"
1190
  msgstr ""
1191
 
1192
- #: plugin-options/wishlist_page-options.php:706
1193
  msgid "Choose colors for WhatsApp share button"
1194
  msgstr ""
1195
 
1196
- #: templates/share.php:51 templates/share.php:52
1197
  msgid "Facebook"
1198
  msgstr ""
1199
 
1200
- #: templates/share.php:59 templates/share.php:60
1201
  msgid "Twitter"
1202
  msgstr ""
1203
 
1204
- #: templates/share.php:67 templates/share.php:68
1205
  msgid "Pinterest"
1206
  msgstr ""
1207
 
1208
- #: templates/share.php:75 templates/share.php:76
1209
  msgid "Email"
1210
  msgstr "E-mail"
1211
 
1212
- #: templates/share.php:83
1213
  msgid "WhatsApp"
1214
  msgstr ""
1215
 
1216
- #: templates/share.php:84
1217
  msgid "Whatsapp"
1218
  msgstr ""
1219
 
1220
- #: templates/share.php:93
1221
  msgid "(Now"
1222
  msgstr ""
1223
 
1224
- #: templates/share.php:93
1225
  msgid "copy"
1226
  msgstr ""
1227
 
1228
- #: templates/share.php:93
1229
  msgid "this wishlist link and share it anywhere)"
1230
  msgstr ""
1231
 
1232
- #: templates/wishlist-view-footer-mobile.php:44
1233
- #: templates/wishlist-view-footer.php:44
1234
  msgid "Apply this action to all the selected items:"
1235
  msgstr ""
1236
 
1237
- #: templates/wishlist-view-footer-mobile.php:49
1238
- #: templates/wishlist-view-footer.php:49
1239
  msgid "Remove from wishlist"
1240
  msgstr ""
1241
 
1242
  #. translators: 1. Wishlist formatted name.
1243
- #: templates/wishlist-view-footer-mobile.php:67
1244
- #: templates/wishlist-view-footer.php:67
1245
  msgid "Move to %s"
1246
  msgstr ""
1247
 
1248
- #: templates/wishlist-view-footer-mobile.php:73
1249
- #: templates/wishlist-view-footer.php:73
1250
  msgid "Apply"
1251
  msgstr ""
1252
 
1253
- #: templates/wishlist-view-footer-mobile.php:81
1254
- #: templates/wishlist-view-footer.php:81
1255
  msgid "Update"
1256
  msgstr ""
1257
 
1258
- #: templates/wishlist-view-footer-mobile.php:87
1259
- #: templates/wishlist-view-footer.php:103
1260
  msgid "Add all to cart"
1261
  msgstr ""
1262
 
1263
- #: templates/wishlist-view-header.php:48
1264
  msgid "Edit title"
1265
  msgstr "Rediger titel"
1266
 
1267
- #: templates/wishlist-view-mobile.php:134
1268
  msgid "Added on:"
1269
  msgstr ""
1270
 
1271
- #: templates/wishlist-view-mobile.php:145
1272
  msgid "Price:"
1273
  msgstr ""
1274
 
1275
- #: templates/wishlist-view-mobile.php:172
1276
  msgid "Quantity:"
1277
  msgstr ""
1278
 
1279
- #: templates/wishlist-view-mobile.php:187
1280
  msgid "Stock:"
1281
  msgstr ""
1282
 
1283
- #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1284
  msgid "Out of stock"
1285
  msgstr ""
1286
 
1287
- #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1288
  msgid "In Stock"
1289
  msgstr "På lager"
1290
 
1291
- #: templates/wishlist-view-mobile.php:210 templates/wishlist-view.php:260
1292
  msgid "Move"
1293
  msgstr "Flyt"
1294
 
1295
- #: templates/wishlist-view-mobile.php:231 templates/wishlist-view.php:281
1296
  msgid "Move to another list &rsaquo;"
1297
  msgstr ""
1298
 
1299
- #: templates/wishlist-view-mobile.php:239 templates/wishlist-view.php:155
1300
- #: templates/wishlist-view.php:291
1301
  msgid "Remove this product"
1302
  msgstr "Fjern denne vare"
1303
 
1304
- #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:311
1305
  msgid "No products added to the wishlist"
1306
  msgstr ""
1307
 
1308
- #: templates/wishlist-view.php:79
1309
  msgid "Product name"
1310
  msgstr ""
1311
 
1312
- #: templates/wishlist-view.php:87
1313
  msgid "Unit price"
1314
  msgstr ""
1315
 
1316
- #: templates/wishlist-view.php:96
1317
  msgid "Quantity"
1318
  msgstr ""
1319
 
1320
- #: templates/wishlist-view.php:105
1321
  msgid "Stock status"
1322
  msgstr ""
1323
 
1324
- #: templates/wishlist-view.php:123
1325
  msgid "Arrange"
1326
  msgstr ""
1327
 
1328
  #. translators: date added label: 1 date added.
1329
- #: templates/wishlist-view.php:241
1330
  msgid "Added on: %s"
1331
  msgstr ""
1332
 
1333
- #: templates/wishlist-view.php:291
1334
  msgid "Remove"
1335
  msgstr "Fjern"
1336
 
@@ -1343,7 +1320,7 @@ msgid ""
1343
  "your e-commerce on <strong>YITH</strong></a>"
1344
  msgstr ""
1345
 
1346
- #: includes/class-yith-wcwl-admin.php:259
1347
  msgctxt "[HELP TAB] Video title"
1348
  msgid ""
1349
  "Check this video to learn how to <b>configure wishlist and customize options:"
@@ -1355,7 +1332,7 @@ msgctxt "page_slug"
1355
  msgid "wishlist"
1356
  msgstr ""
1357
 
1358
- #: includes/class-yith-wcwl-privacy.php:230
1359
  msgctxt "date when wishlist was created"
1360
  msgid "Created on"
1361
  msgstr ""
@@ -1381,7 +1358,7 @@ msgid "Shows a list of products in wishlist"
1381
  msgstr ""
1382
 
1383
  #. translators: 1. % of reduction/increase in price.
1384
- #: includes/class-yith-wcwl-wishlist-item.php:435
1385
  msgctxt ""
1386
  "Part of the template that shows price variation since addition to list; "
1387
  "placeholder will be replaced with a percentage"
@@ -1389,7 +1366,7 @@ msgid "Price is %1$s%%"
1389
  msgstr ""
1390
 
1391
  #. translators: 2: original product price.
1392
- #: includes/class-yith-wcwl-wishlist-item.php:437
1393
  msgctxt ""
1394
  "Part of the template that shows price variation since addition to list; "
1395
  "placeholder will be replaced with a price"
5
  "Project-Id-Version: YITH WCWL\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
+ "POT-Creation-Date: 2022-08-04 12:20:46+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:04+0200\n"
10
  "Last-Translator: Morten Ruus <altombasketball@gmail.com>\n"
11
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
25
  msgid "Wishlist Page"
26
  msgstr "Ønskeliste"
27
 
28
+ #: includes/class-yith-wcwl-admin.php:155
29
  msgid "General settings"
30
  msgstr ""
31
 
32
+ #: includes/class-yith-wcwl-admin.php:156
33
  msgid "Add to wishlist options"
34
  msgstr ""
35
 
36
+ #: includes/class-yith-wcwl-admin.php:157
37
  msgid "Wishlist page options"
38
  msgstr ""
39
 
40
+ #: includes/class-yith-wcwl-admin.php:268
41
  msgid ""
42
  "Allows your customers to create and share lists of products that they want "
43
  "to purchase on your e-commerce."
44
  msgstr ""
45
 
46
+ #: includes/class-yith-wcwl-admin.php:308
47
  msgid ""
48
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
49
  msgstr ""
50
 
51
+ #: includes/class-yith-wcwl-admin.php:309
52
  msgid ""
53
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
54
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
55
  "on \"Add to wishlist\""
56
  msgstr ""
57
 
58
+ #: includes/class-yith-wcwl-admin.php:310
59
  msgid ""
60
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
61
  "them either public (visible to everyone), private or shared (visible only to "
62
  "people it has been shared with)"
63
  msgstr ""
64
 
65
+ #: includes/class-yith-wcwl-admin.php:311
66
  msgid ""
67
  "Choose between <b>different layouts</b> for the wishlist page and for the "
68
  "wishlist content"
69
  msgstr ""
70
 
71
+ #: includes/class-yith-wcwl-admin.php:312
72
  msgid ""
73
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
74
  "move a product from one wishlist to another, change order of items, "
75
  "quantity, etc."
76
  msgstr ""
77
 
78
+ #: includes/class-yith-wcwl-admin.php:313
79
  msgid ""
80
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
81
  "content of their wishlist to the admin and get a custom quote"
82
  msgstr ""
83
 
84
+ #: includes/class-yith-wcwl-admin.php:314
85
  msgid ""
86
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
87
  "(available also with \"mini-cart\" style for the header)"
88
  msgstr ""
89
 
90
+ #: includes/class-yith-wcwl-admin.php:315
91
  msgid ""
92
+ "<b>Send promotional emails to users</b> who have added specific products to "
 
93
  "their wishlist"
94
  msgstr ""
95
 
96
+ #: includes/class-yith-wcwl-admin.php:316
97
  msgid ""
98
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
99
  "the list is back in stock or on sale"
100
  msgstr ""
101
 
102
+ #: includes/class-yith-wcwl-admin.php:317
103
  msgid "Regular updates, Translations and Premium Support"
104
  msgstr ""
105
 
106
+ #: includes/class-yith-wcwl-ajax-handler.php:94
107
+ #: templates/add-to-wishlist-remove.php:81
108
  msgid "View &rsaquo;"
109
  msgstr ""
110
 
111
+ #: includes/class-yith-wcwl-ajax-handler.php:95
112
+ #: templates/add-to-wishlist-remove.php:69
113
  msgid "or"
114
  msgstr ""
115
 
116
+ #: includes/class-yith-wcwl-ajax-handler.php:96
117
  msgid "Close"
118
  msgstr ""
119
 
120
+ #: includes/class-yith-wcwl-ajax-handler.php:203
121
+ #: includes/class-yith-wcwl-ajax-handler.php:252
122
  msgid "Product successfully removed."
123
  msgstr ""
124
 
125
+ #: includes/class-yith-wcwl-form-handler.php:193
126
  msgid "Please, make sure to enter a valid title"
127
  msgstr ""
128
 
129
+ #: includes/class-yith-wcwl-frontend.php:674
130
  msgid ""
131
  "We are sorry, but this feature is available only if cookies on your browser "
132
  "are enabled."
133
  msgstr ""
134
 
135
+ #: includes/class-yith-wcwl-frontend.php:684
136
  msgid "Product added to cart successfully"
137
  msgstr ""
138
 
139
+ #: includes/class-yith-wcwl-frontend.php:947
140
+ #: includes/class-yith-wcwl-shortcode.php:248
141
+ #: plugin-options/wishlist_page-options.php:249
142
+ #: templates/wishlist-view-footer-mobile.php:59
143
+ #: templates/wishlist-view-footer.php:59
144
  msgid "Add to cart"
145
  msgstr ""
146
 
188
  "for the products you love."
189
  msgstr ""
190
 
191
+ #: includes/class-yith-wcwl-privacy.php:94
192
+ #: includes/class-yith-wcwl-privacy.php:110
193
  msgid "Customer wishlists"
194
  msgstr ""
195
 
196
+ #: includes/class-yith-wcwl-privacy.php:147 plugin-options/lists-options.php:34
197
+ #: plugin-options/lists-options.php:41
198
  msgid "Wishlists"
199
  msgstr "Ønskeliste"
200
 
201
  #. Translators: %s Order number.
202
+ #: includes/class-yith-wcwl-privacy.php:233
203
  msgid "Removed wishlist %s."
204
  msgstr ""
205
 
206
  #. Translators: %s Order number.
207
+ #: includes/class-yith-wcwl-privacy.php:237
208
  msgid "Wishlist %s has been retained."
209
  msgstr ""
210
 
211
+ #: includes/class-yith-wcwl-privacy.php:272
212
  msgid "Token"
213
  msgstr ""
214
 
215
+ #: includes/class-yith-wcwl-privacy.php:273
216
  msgid "Wishlist URL"
217
  msgstr ""
218
 
219
+ #: includes/class-yith-wcwl-privacy.php:274
220
  msgid "Title"
221
  msgstr "Titel felt"
222
 
223
+ #: includes/class-yith-wcwl-privacy.php:276
224
  msgid "Visibility"
225
  msgstr ""
226
 
227
+ #: includes/class-yith-wcwl-privacy.php:277
228
  msgid "Items added"
229
  msgstr ""
230
 
291
  msgid "ID of the wishlist to show (e.g. K6EOWXB888ZD)"
292
  msgstr ""
293
 
294
+ #: includes/class-yith-wcwl-shortcode.php:452
295
  msgid "Share on:"
296
  msgstr "Del på:"
297
 
298
+ #: includes/class-yith-wcwl-shortcode.php:498
299
+ #: plugin-options/wishlist_page-options.php:147
300
  msgid "Share on Facebook"
301
  msgstr ""
302
 
303
+ #: includes/class-yith-wcwl-shortcode.php:515
304
+ #: plugin-options/wishlist_page-options.php:156
305
  msgid "Tweet on Twitter"
306
  msgstr ""
307
 
308
+ #: includes/class-yith-wcwl-shortcode.php:533
309
+ #: plugin-options/wishlist_page-options.php:165
310
  msgid "Pin on Pinterest"
311
  msgstr ""
312
 
313
+ #: includes/class-yith-wcwl-shortcode.php:547
314
  msgid "Share via email"
315
  msgstr ""
316
 
317
+ #: includes/class-yith-wcwl-shortcode.php:570
318
+ #: plugin-options/wishlist_page-options.php:183
319
  msgid "Share on WhatsApp"
320
  msgstr ""
321
 
322
+ #: includes/class-yith-wcwl-shortcode.php:744
323
  msgid "Remove from list"
324
  msgstr ""
325
 
326
+ #: includes/class-yith-wcwl-wishlist-item.php:203
327
  msgid "Free!"
328
  msgstr "Gratis!"
329
 
330
+ #: includes/class-yith-wcwl.php:232
331
  msgid "The item cannot be added to this wishlist"
332
  msgstr ""
333
 
334
+ #: includes/class-yith-wcwl.php:236 includes/class-yith-wcwl.php:242
335
  msgid "An error occurred while adding the products to the wishlist."
336
  msgstr ""
337
 
338
+ #: includes/class-yith-wcwl.php:339 includes/class-yith-wcwl.php:365
339
  msgid "Error. Unable to remove the product from the wishlist."
340
  msgstr ""
341
 
342
+ #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:250
343
+ #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:272
344
  msgid "Invalid wishlist."
345
  msgstr ""
346
 
347
+ #: includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:210
348
  msgid "Invalid wishlist item."
349
  msgstr ""
350
 
351
  #. translators: 1. Number of users.
352
+ #: includes/functions-yith-wcwl.php:309
353
  msgid "%d user"
354
  msgid_plural "%d users"
355
  msgstr[0] ""
356
  msgstr[1] ""
357
 
358
+ #: includes/functions-yith-wcwl.php:310
359
  msgid "has this item in wishlist"
360
  msgid_plural "have this item in wishlist"
361
  msgstr[0] ""
362
  msgstr[1] ""
363
 
364
+ #: includes/functions-yith-wcwl.php:312
365
  msgid "You're the first"
366
  msgstr ""
367
 
368
+ #: includes/functions-yith-wcwl.php:313
369
  msgid "to add this item in wishlist"
370
  msgstr ""
371
 
372
  #. translators: 1. Count of users when many, or "another" when only one.
373
+ #: includes/functions-yith-wcwl.php:317
374
  msgid "You and %s user"
375
  msgid_plural "You and %d users"
376
  msgstr[0] ""
377
  msgstr[1] ""
378
 
379
+ #: includes/functions-yith-wcwl.php:317
380
  msgid "another"
381
  msgstr ""
382
 
383
+ #: includes/functions-yith-wcwl.php:318
384
  msgid "have this item in wishlist"
385
  msgstr ""
386
 
387
+ #: includes/functions-yith-wcwl.php:534
388
  msgid "None"
389
  msgstr ""
390
 
391
+ #: includes/functions-yith-wcwl.php:535
392
  msgid "Custom"
393
  msgstr ""
394
 
395
+ #: includes/functions-yith-wcwl.php:567
396
  msgid "Shared"
397
  msgstr "Delt"
398
 
399
+ #: includes/functions-yith-wcwl.php:571
400
  msgid "Only people with a link to this list can see it"
401
  msgstr ""
402
 
403
+ #: includes/functions-yith-wcwl.php:577
404
  msgid "Private"
405
  msgstr "Privat"
406
 
407
+ #: includes/functions-yith-wcwl.php:581
408
  msgid "Only you can see this list"
409
  msgstr ""
410
 
411
+ #: includes/functions-yith-wcwl.php:587
412
  msgid "Public"
413
  msgstr "Offentlig"
414
 
415
+ #: includes/functions-yith-wcwl.php:591
416
  msgid "Anyone can search for and see this list"
417
  msgstr ""
418
 
419
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:118
420
+ #: plugin-options/add_to_wishlist-options.php:136
421
  msgid "Add to wishlist"
422
  msgstr ""
423
 
424
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:128
425
+ #: plugin-options/add_to_wishlist-options.php:152
426
  msgid "Browse wishlist"
427
  msgstr ""
428
 
434
  msgid "Product added to wishlist"
435
  msgstr ""
436
 
437
+ #: init.php:173
438
  msgid "is enabled but not effective. It requires WooCommerce to work."
439
  msgstr ""
440
 
441
+ #: init.php:191
442
+ msgid ""
443
+ "YITH WooCommerce Wishlist was deactivated as you're running an higher tier "
444
+ "version of the same plugin."
 
 
445
  msgstr ""
446
 
447
+ #: plugin-options/add_to_wishlist-options.php:29
448
+ #: plugin-options/settings-options.php:32
449
  msgid "General Settings"
450
  msgstr ""
451
 
452
+ #: plugin-options/add_to_wishlist-options.php:36
453
  msgid "After product is added to wishlist"
454
  msgstr ""
455
 
456
+ #: plugin-options/add_to_wishlist-options.php:37
457
  msgid ""
458
  "Choose the look of the Wishlist button when the product has already been "
459
  "added to a wishlist"
460
  msgstr ""
461
 
462
+ #: plugin-options/add_to_wishlist-options.php:41
463
  msgid "Show \"Add to wishlist\" button"
464
  msgstr ""
465
 
466
+ #: plugin-options/add_to_wishlist-options.php:42
467
  msgid "Show \"View wishlist\" link"
468
  msgstr ""
469
 
470
+ #: plugin-options/add_to_wishlist-options.php:43
471
  msgid "Show \"Remove from list\" link"
472
  msgstr ""
473
 
474
+ #: plugin-options/add_to_wishlist-options.php:57
475
  msgid "Loop settings"
476
  msgstr ""
477
 
478
+ #: plugin-options/add_to_wishlist-options.php:59
479
  msgid ""
480
  "Loop options will be visible on Shop page, category pages, product "
481
  "shortcodes, products sliders, and all the other places where the WooCommerce "
482
  "products' loop is used"
483
  msgstr ""
484
 
485
+ #: plugin-options/add_to_wishlist-options.php:64
486
  msgid "Show \"Add to wishlist\" in loop"
487
  msgstr ""
488
 
489
+ #: plugin-options/add_to_wishlist-options.php:65
490
  msgid "Enable the \"Add to wishlist\" feature in WooCommerce products' loop"
491
  msgstr ""
492
 
493
+ #: plugin-options/add_to_wishlist-options.php:73
494
  msgid "Position of \"Add to wishlist\" in loop"
495
  msgstr ""
496
 
497
+ #: plugin-options/add_to_wishlist-options.php:74
498
  msgid ""
499
  "Choose where to show \"Add to wishlist\" button or link in WooCommerce "
500
  "products' loop. <span class=\"addon\">Copy this shortcode <span class=\"code"
502
  "want to show the \"Add to wishlist\" link or button</span>"
503
  msgstr ""
504
 
505
+ #: plugin-options/add_to_wishlist-options.php:81
506
  msgid "On top of the image"
507
  msgstr ""
508
 
509
+ #: plugin-options/add_to_wishlist-options.php:82
510
  msgid "Before \"Add to cart\" button"
511
  msgstr ""
512
 
513
+ #: plugin-options/add_to_wishlist-options.php:83
514
  msgid "After \"Add to cart\" button"
515
  msgstr ""
516
 
517
+ #: plugin-options/add_to_wishlist-options.php:84
518
+ #: plugin-options/add_to_wishlist-options.php:116
519
  msgid "Use shortcode"
520
  msgstr ""
521
 
522
+ #: plugin-options/add_to_wishlist-options.php:98
523
  msgid "Product page settings"
524
  msgstr ""
525
 
526
+ #: plugin-options/add_to_wishlist-options.php:105
527
  msgid "Position of \"Add to wishlist\" on product page"
528
  msgstr ""
529
 
530
+ #: plugin-options/add_to_wishlist-options.php:106
531
  msgid ""
532
  "Choose where to show \"Add to wishlist\" button or link on the product page. "
533
  "<span class=\"addon\">Copy this shortcode <span class=\"code"
535
  "want to show the \"Add to wishlist\" link or button</span>"
536
  msgstr ""
537
 
538
+ #: plugin-options/add_to_wishlist-options.php:113
539
  msgid "After \"Add to cart\""
540
  msgstr ""
541
 
542
+ #: plugin-options/add_to_wishlist-options.php:114
543
  msgid "After thumbnails"
544
  msgstr ""
545
 
546
+ #: plugin-options/add_to_wishlist-options.php:115
547
  msgid "After summary"
548
  msgstr ""
549
 
550
+ #: plugin-options/add_to_wishlist-options.php:126
551
+ #: plugin-options/wishlist_page-options.php:231
552
  msgid "Text customization"
553
  msgstr ""
554
 
555
+ #: plugin-options/add_to_wishlist-options.php:133
556
  msgid "\"Add to wishlist\" text"
557
  msgstr ""
558
 
559
+ #: plugin-options/add_to_wishlist-options.php:134
560
  msgid "Enter a text for \"Add to wishlist\" button"
561
  msgstr ""
562
 
563
+ #: plugin-options/add_to_wishlist-options.php:141
564
  msgid "\"Product added\" text"
565
  msgstr ""
566
 
567
+ #: plugin-options/add_to_wishlist-options.php:142
568
  msgid ""
569
  "Enter the text of the message displayed when the user adds a product to the "
570
  "wishlist"
571
  msgstr ""
572
 
573
+ #: plugin-options/add_to_wishlist-options.php:144
574
  msgid "Product added!"
575
  msgstr ""
576
 
577
+ #: plugin-options/add_to_wishlist-options.php:149
578
  msgid "\"Browse wishlist\" text"
579
  msgstr ""
580
 
581
+ #: plugin-options/add_to_wishlist-options.php:150
582
  msgid "Enter a text for the \"Browse wishlist\" link on the product page"
583
  msgstr ""
584
 
585
+ #: plugin-options/add_to_wishlist-options.php:157
586
  msgid "\"Product already in wishlist\" text"
587
  msgstr ""
588
 
589
+ #: plugin-options/add_to_wishlist-options.php:158
590
  msgid ""
591
  "Enter the text for the message displayed when the user views a product that "
592
  "is already in the wishlist"
593
  msgstr ""
594
 
595
+ #: plugin-options/add_to_wishlist-options.php:160
596
  msgid "The product is already in your wishlist!"
597
  msgstr ""
598
 
599
+ #: plugin-options/add_to_wishlist-options.php:170
600
  msgid "Style & Color customization"
601
  msgstr ""
602
 
603
+ #: plugin-options/add_to_wishlist-options.php:177
604
  msgid "Style of \"Add to wishlist\""
605
  msgstr ""
606
 
607
+ #: plugin-options/add_to_wishlist-options.php:178
608
  msgid ""
609
  "Choose if you want to show a textual \"Add to wishlist\" link or a button"
610
  msgstr ""
611
 
612
+ #: plugin-options/add_to_wishlist-options.php:181
613
+ #: plugin-options/wishlist_page-options.php:270
614
  msgid "Textual (anchor)"
615
  msgstr ""
616
 
617
+ #: plugin-options/add_to_wishlist-options.php:182
618
+ #: plugin-options/wishlist_page-options.php:271
619
  msgid "Button with theme style"
620
  msgstr ""
621
 
622
+ #: plugin-options/add_to_wishlist-options.php:183
623
+ #: plugin-options/wishlist_page-options.php:272
624
  msgid "Button with custom style"
625
  msgstr ""
626
 
627
+ #: plugin-options/add_to_wishlist-options.php:191
628
  msgid "\"Add to wishlist\" button style"
629
  msgstr ""
630
 
631
+ #: plugin-options/add_to_wishlist-options.php:197
632
  msgid "Choose colors for the \"Add to wishlist\" button"
633
  msgstr ""
634
 
635
+ #: plugin-options/add_to_wishlist-options.php:199
636
+ #: plugin-options/wishlist_page-options.php:288
637
+ #: plugin-options/wishlist_page-options.php:386
638
+ #: plugin-options/wishlist_page-options.php:435
639
+ #: plugin-options/wishlist_page-options.php:483
640
+ #: plugin-options/wishlist_page-options.php:570
641
+ #: plugin-options/wishlist_page-options.php:610
642
+ #: plugin-options/wishlist_page-options.php:650
643
+ #: plugin-options/wishlist_page-options.php:690
644
+ #: plugin-options/wishlist_page-options.php:730
645
  msgid "Background"
646
  msgstr ""
647
 
648
+ #: plugin-options/add_to_wishlist-options.php:204
649
+ #: plugin-options/wishlist_page-options.php:293
650
+ #: plugin-options/wishlist_page-options.php:391
651
+ #: plugin-options/wishlist_page-options.php:440
652
+ #: plugin-options/wishlist_page-options.php:488
653
+ #: plugin-options/wishlist_page-options.php:525
654
  msgid "Text"
655
  msgstr ""
656
 
657
+ #: plugin-options/add_to_wishlist-options.php:209
658
+ #: plugin-options/wishlist_page-options.php:298
659
+ #: plugin-options/wishlist_page-options.php:396
660
+ #: plugin-options/wishlist_page-options.php:445
661
+ #: plugin-options/wishlist_page-options.php:493
662
  msgid "Border"
663
  msgstr ""
664
 
665
+ #: plugin-options/add_to_wishlist-options.php:215
666
  msgid "Choose colors for the \"Add to wishlist\" button on hover state"
667
  msgstr ""
668
 
669
+ #: plugin-options/add_to_wishlist-options.php:217
670
+ #: plugin-options/wishlist_page-options.php:306
671
+ #: plugin-options/wishlist_page-options.php:404
672
+ #: plugin-options/wishlist_page-options.php:453
673
  msgid "Background Hover"
674
  msgstr ""
675
 
676
+ #: plugin-options/add_to_wishlist-options.php:222
677
+ #: plugin-options/wishlist_page-options.php:311
678
+ #: plugin-options/wishlist_page-options.php:409
679
+ #: plugin-options/wishlist_page-options.php:458
680
  msgid "Text Hover"
681
  msgstr ""
682
 
683
+ #: plugin-options/add_to_wishlist-options.php:227
684
+ #: plugin-options/wishlist_page-options.php:316
685
+ #: plugin-options/wishlist_page-options.php:414
686
+ #: plugin-options/wishlist_page-options.php:463
687
  msgid "Border Hover"
688
  msgstr ""
689
 
690
+ #: plugin-options/add_to_wishlist-options.php:240
691
+ #: plugin-options/wishlist_page-options.php:329
692
  msgid "Border radius"
693
  msgstr ""
694
 
695
+ #: plugin-options/add_to_wishlist-options.php:241
696
  msgid "Choose radius for the \"Add to wishlist\" button"
697
  msgstr ""
698
 
699
+ #: plugin-options/add_to_wishlist-options.php:255
700
  msgid "\"Add to wishlist\" icon"
701
  msgstr ""
702
 
703
+ #: plugin-options/add_to_wishlist-options.php:256
704
  msgid "Select an icon for the \"Add to wishlist\" button (optional)"
705
  msgstr ""
706
 
707
+ #: plugin-options/add_to_wishlist-options.php:275
708
  msgid "\"Add to wishlist\" custom icon"
709
  msgstr ""
710
 
711
+ #: plugin-options/add_to_wishlist-options.php:276
712
+ #: plugin-options/add_to_wishlist-options.php:309
713
  msgid ""
714
  "Upload an icon you'd like to use for \"Add to wishlist\" button (suggested "
715
  "32px x 32px)"
716
  msgstr ""
717
 
718
+ #: plugin-options/add_to_wishlist-options.php:288
719
  msgid "\"Added to wishlist\" icon"
720
  msgstr ""
721
 
722
+ #: plugin-options/add_to_wishlist-options.php:289
723
  msgid "Select an icon for the \"Added to wishlist\" button (optional)"
724
  msgstr ""
725
 
726
+ #: plugin-options/add_to_wishlist-options.php:304
727
  msgid "Same used for Add to wishlist"
728
  msgstr ""
729
 
730
+ #: plugin-options/add_to_wishlist-options.php:308
731
  msgid "\"Added to wishlist\" custom icon"
732
  msgstr ""
733
 
734
+ #: plugin-options/add_to_wishlist-options.php:321
735
  msgid "Custom CSS"
736
  msgstr ""
737
 
738
+ #: plugin-options/add_to_wishlist-options.php:322
739
  msgid "Enter custom CSS to be applied to Wishlist elements (optional)"
740
  msgstr ""
741
 
742
+ #: plugin-options/lists-options.php:43
743
  msgid "Search list"
744
  msgstr ""
745
 
746
+ #: plugin-options/settings-options.php:39
 
 
 
 
 
 
 
 
747
  msgid "Enable AJAX loading"
748
  msgstr ""
749
 
750
+ #: plugin-options/settings-options.php:40
751
  msgid "Load any cacheable wishlist item via AJAX"
752
  msgstr ""
753
 
754
+ #: plugin-options/settings-options.php:54
755
  msgid "YITH WooCommerce Frequently Bought Together Integration"
756
  msgstr ""
757
 
758
+ #: plugin-options/settings-options.php:60
 
 
 
 
 
 
 
 
759
  msgid "Enable slider in wishlist"
760
  msgstr ""
761
 
762
+ #. translators: 1. Example image of the integration.
763
+ #: plugin-options/settings-options.php:62
 
764
  msgid ""
765
  "Enable the slider with linked products on the Wishlist page (<a href=\"%1$s"
766
+ "\" class=\"thickbox\">Example</a>)."
767
  msgstr ""
768
 
769
+ #: plugin-options/wishlist_page-options.php:28
770
+ #: plugin-options/wishlist_page-options.php:35
 
 
 
771
  msgid "Wishlist page"
772
  msgstr ""
773
 
774
+ #: plugin-options/wishlist_page-options.php:36
775
  msgid ""
776
  "Pick a page as the main Wishlist page; make sure you add the <span class="
777
  "\"code\"><code>[yith_wcwl_wishlist]</code></span> shortcode into the page "
778
  "content"
779
  msgstr ""
780
 
781
+ #: plugin-options/wishlist_page-options.php:49
782
  msgid "Wishlist Detail Page"
783
  msgstr ""
784
 
 
785
  #: plugin-options/wishlist_page-options.php:56
786
  #: plugin-options/wishlist_page-options.php:65
787
  #: plugin-options/wishlist_page-options.php:74
788
  #: plugin-options/wishlist_page-options.php:83
789
  #: plugin-options/wishlist_page-options.php:92
790
  #: plugin-options/wishlist_page-options.php:101
791
+ #: plugin-options/wishlist_page-options.php:110
792
  msgid "In wishlist table show"
793
  msgstr ""
794
 
795
+ #: plugin-options/wishlist_page-options.php:57
796
  msgid "Product variations selected by the user (example: size or color)"
797
  msgstr ""
798
 
799
+ #: plugin-options/wishlist_page-options.php:66
800
  msgid "Product price"
801
  msgstr ""
802
 
803
+ #: plugin-options/wishlist_page-options.php:75
804
  msgid "Product stock (show if the product is available or not)"
805
  msgstr ""
806
 
807
+ #: plugin-options/wishlist_page-options.php:84
808
  msgid "Date on which the product was added to the wishlist"
809
  msgstr ""
810
 
811
+ #: plugin-options/wishlist_page-options.php:93
812
  msgid "Add to cart option for each product"
813
  msgstr ""
814
 
815
+ #: plugin-options/wishlist_page-options.php:102
816
  msgid ""
817
  "Icon to remove the product from the wishlist - to the left of the product"
818
  msgstr ""
819
 
820
+ #: plugin-options/wishlist_page-options.php:111
821
  msgid ""
822
  "Button to remove the product from the wishlist - to the right of the product"
823
  msgstr ""
824
 
825
+ #: plugin-options/wishlist_page-options.php:119
826
  msgid "Redirect to cart"
827
  msgstr ""
828
 
829
+ #: plugin-options/wishlist_page-options.php:120
830
  msgid ""
831
  "Redirect users to the cart page when they add a product to the cart from the "
832
  "wishlist page"
833
  msgstr ""
834
 
835
+ #: plugin-options/wishlist_page-options.php:128
836
  msgid "Remove if added to the cart"
837
  msgstr ""
838
 
839
+ #: plugin-options/wishlist_page-options.php:129
840
  msgid ""
841
  "Remove the product from the wishlist after it has been added to the cart"
842
  msgstr ""
843
 
844
+ #: plugin-options/wishlist_page-options.php:137
845
  msgid "Share wishlist"
846
  msgstr ""
847
 
848
+ #: plugin-options/wishlist_page-options.php:138
849
  msgid "Enable this option to let users share their wishlist on social media"
850
  msgstr ""
851
 
 
852
  #: plugin-options/wishlist_page-options.php:146
853
  #: plugin-options/wishlist_page-options.php:155
854
  #: plugin-options/wishlist_page-options.php:164
855
  #: plugin-options/wishlist_page-options.php:173
856
+ #: plugin-options/wishlist_page-options.php:182
857
  msgid "Share on social media"
858
  msgstr ""
859
 
860
+ #: plugin-options/wishlist_page-options.php:174
861
  msgid "Share by email"
862
  msgstr ""
863
 
864
+ #: plugin-options/wishlist_page-options.php:191
865
  msgid "Share by URL"
866
  msgstr ""
867
 
868
+ #: plugin-options/wishlist_page-options.php:192
869
  msgid "Show \"Share URL\" field on wishlist page"
870
  msgstr ""
871
 
872
+ #: plugin-options/wishlist_page-options.php:200
873
  msgid "Sharing title"
874
  msgstr ""
875
 
876
+ #: plugin-options/wishlist_page-options.php:201
877
  msgid "Wishlist title used for sharing (only used on Twitter and Pinterest)"
878
  msgstr ""
879
 
880
  #. translators: 1. Blog name.
881
+ #: plugin-options/wishlist_page-options.php:204
882
  msgid "My wishlist on %s"
883
  msgstr ""
884
 
885
+ #: plugin-options/wishlist_page-options.php:209
886
  msgid "Social text"
887
  msgstr ""
888
 
889
+ #: plugin-options/wishlist_page-options.php:210
890
  msgid ""
891
  "Type the message you want to publish when you share your wishlist on Twitter "
892
  "and Pinterest"
893
  msgstr ""
894
 
895
+ #: plugin-options/wishlist_page-options.php:218
896
  msgid "Social image URL"
897
  msgstr ""
898
 
899
+ #: plugin-options/wishlist_page-options.php:219
900
  msgid "It will be used to pin the wishlist on Pinterest."
901
  msgstr ""
902
 
903
+ #: plugin-options/wishlist_page-options.php:238
904
  msgid "Default wishlist name"
905
  msgstr ""
906
 
907
+ #: plugin-options/wishlist_page-options.php:239
908
  msgid ""
909
  "Enter a name for the default wishlist. This is the wishlist that will be "
910
  "automatically generated for all users if they do not create any custom one"
911
  msgstr ""
912
 
913
+ #: plugin-options/wishlist_page-options.php:241
914
  #, fuzzy
915
  msgid "My wishlist"
916
  msgstr "ønskeliste"
917
 
918
+ #: plugin-options/wishlist_page-options.php:246
919
  msgid "\"Add to cart\" text"
920
  msgstr ""
921
 
922
+ #: plugin-options/wishlist_page-options.php:247
923
  msgid "Enter a text for the \"Add to cart\" button"
924
  msgstr ""
925
 
926
+ #: plugin-options/wishlist_page-options.php:259
927
  msgid "Style & color customization"
928
  msgstr ""
929
 
930
+ #: plugin-options/wishlist_page-options.php:266
931
  msgid "Style of \"Add to cart\""
932
  msgstr ""
933
 
934
+ #: plugin-options/wishlist_page-options.php:267
935
  msgid "Choose whether to show a textual \"Add to cart\" link or a button"
936
  msgstr ""
937
 
938
+ #: plugin-options/wishlist_page-options.php:280
939
  msgid "\"Add to cart\" button style"
940
  msgstr ""
941
 
942
+ #: plugin-options/wishlist_page-options.php:286
943
  msgid "Choose the colors for the \"Add to cart\" button"
944
  msgstr ""
945
 
946
+ #: plugin-options/wishlist_page-options.php:304
947
  msgid "Choose colors for the \"Add to cart\" button on hover state"
948
  msgstr ""
949
 
950
+ #: plugin-options/wishlist_page-options.php:330
951
  msgid "Set the radius for the \"Add to cart\" button"
952
  msgstr ""
953
 
954
+ #: plugin-options/wishlist_page-options.php:344
955
  msgid "\"Add to cart\" icon"
956
  msgstr ""
957
 
958
+ #: plugin-options/wishlist_page-options.php:345
959
  msgid "Select an icon for the \"Add to cart\" button (optional)"
960
  msgstr ""
961
 
962
+ #: plugin-options/wishlist_page-options.php:369
963
  msgid "\"Add to cart\" custom icon"
964
  msgstr ""
965
 
966
+ #: plugin-options/wishlist_page-options.php:370
967
  msgid ""
968
  "Upload an icon you'd like to use for the \"Add to cart\" button (suggested "
969
  "32px x 32px)"
970
  msgstr ""
971
 
972
+ #: plugin-options/wishlist_page-options.php:378
973
  msgid "Primary button style"
974
  msgstr ""
975
 
976
+ #: plugin-options/wishlist_page-options.php:384
977
  msgid ""
978
  "Choose colors for the primary button<br/><small>This style will be applied "
979
  "to \"Edit title\" button on Wishlist view, \"Submit Changes\" button on "
980
  "Manage view and \"Search wishlist\" button on Search view</small>"
981
  msgstr ""
982
 
983
+ #: plugin-options/wishlist_page-options.php:402
984
  msgid ""
985
  "Choose colors for the primary button on hover state<br/><small>This style "
986
  "will be applied to \"Edit title\" button on Wishlist view, \"Submit Changes"
988
  "small>"
989
  msgstr ""
990
 
991
+ #: plugin-options/wishlist_page-options.php:427
992
  msgid "Secondary button style"
993
  msgstr ""
994
 
 
995
  #: plugin-options/wishlist_page-options.php:433
996
+ #: plugin-options/wishlist_page-options.php:451
997
  msgid ""
998
  "Choose colors of the secondary button<br/><small>This style will be applied "
999
  "to the buttons that allow showing and hiding the Edit title form on Wishlist "
1000
  "view and \"Create new Wishlist\" button on Manage view</small>"
1001
  msgstr ""
1002
 
1003
+ #: plugin-options/wishlist_page-options.php:476
1004
  msgid "Wishlist table style"
1005
  msgstr ""
1006
 
1007
+ #: plugin-options/wishlist_page-options.php:477
1008
  msgid ""
1009
  "Choose the colors for the wishlist table (when set to \"Traditional\" layout)"
1010
  msgstr ""
1011
 
1012
+ #: plugin-options/wishlist_page-options.php:505
1013
  msgid "Highlight color"
1014
  msgstr ""
1015
 
1016
+ #: plugin-options/wishlist_page-options.php:506
1017
  msgid ""
1018
  "Choose the color for all sections with background<br/><small>This color will "
1019
  "be used as background for the wishlist table heading and footer (when set to "
1020
  "\"Traditional\" layout), and for various form across wishlist views</small>"
1021
  msgstr ""
1022
 
1023
+ #: plugin-options/wishlist_page-options.php:518
1024
  msgid "Share button text color"
1025
  msgstr ""
1026
 
1027
+ #: plugin-options/wishlist_page-options.php:519
1028
  msgid "Choose colors for share buttons text"
1029
  msgstr ""
1030
 
1031
+ #: plugin-options/wishlist_page-options.php:530
1032
  msgid "Text hover"
1033
  msgstr ""
1034
 
1035
+ #: plugin-options/wishlist_page-options.php:543
1036
  msgid "Facebook share button icon"
1037
  msgstr ""
1038
 
1039
+ #: plugin-options/wishlist_page-options.php:544
1040
  msgid "Select an icon for the Facebook share button"
1041
  msgstr ""
1042
 
1043
+ #: plugin-options/wishlist_page-options.php:554
1044
  msgid "Facebook share button custom icon"
1045
  msgstr ""
1046
 
1047
+ #: plugin-options/wishlist_page-options.php:555
1048
  msgid ""
1049
  "Upload an icon you'd like to use for Facebook share button (suggested 32px x "
1050
  "32px)"
1051
  msgstr ""
1052
 
1053
+ #: plugin-options/wishlist_page-options.php:563
1054
  msgid "Facebook share button style"
1055
  msgstr ""
1056
 
1057
+ #: plugin-options/wishlist_page-options.php:564
1058
  msgid "Choose colors for Facebook share button"
1059
  msgstr ""
1060
 
1061
+ #: plugin-options/wishlist_page-options.php:575
1062
+ #: plugin-options/wishlist_page-options.php:615
1063
+ #: plugin-options/wishlist_page-options.php:655
1064
+ #: plugin-options/wishlist_page-options.php:695
1065
+ #: plugin-options/wishlist_page-options.php:735
1066
  msgid "Background hover"
1067
  msgstr ""
1068
 
1069
+ #: plugin-options/wishlist_page-options.php:583
1070
  msgid "Twitter share button icon"
1071
  msgstr ""
1072
 
1073
+ #: plugin-options/wishlist_page-options.php:584
1074
  msgid "Select an icon for the Twitter share button"
1075
  msgstr ""
1076
 
1077
+ #: plugin-options/wishlist_page-options.php:594
1078
  msgid "Twitter share button custom icon"
1079
  msgstr ""
1080
 
1081
+ #: plugin-options/wishlist_page-options.php:595
1082
  msgid ""
1083
  "Upload an icon you'd like to use for Twitter share button (suggested 32px x "
1084
  "32px)"
1085
  msgstr ""
1086
 
1087
+ #: plugin-options/wishlist_page-options.php:603
1088
  msgid "Twitter share button style"
1089
  msgstr ""
1090
 
1091
+ #: plugin-options/wishlist_page-options.php:604
1092
  msgid "Choose colors for Twitter share button"
1093
  msgstr ""
1094
 
1095
+ #: plugin-options/wishlist_page-options.php:623
1096
  msgid "Pinterest share button icon"
1097
  msgstr ""
1098
 
1099
+ #: plugin-options/wishlist_page-options.php:624
1100
  msgid "Select an icon for the Pinterest share button"
1101
  msgstr ""
1102
 
1103
+ #: plugin-options/wishlist_page-options.php:634
1104
  msgid "Pinterest share button custom icon"
1105
  msgstr ""
1106
 
1107
+ #: plugin-options/wishlist_page-options.php:635
1108
  msgid ""
1109
  "Upload an icon you'd like to use for Pinterest share button (suggested 32px "
1110
  "x 32px)"
1111
  msgstr ""
1112
 
1113
+ #: plugin-options/wishlist_page-options.php:643
1114
  msgid "Pinterest share button style"
1115
  msgstr ""
1116
 
1117
+ #: plugin-options/wishlist_page-options.php:644
1118
  msgid "Choose colors for Pinterest share button"
1119
  msgstr ""
1120
 
1121
+ #: plugin-options/wishlist_page-options.php:663
1122
  msgid "Email share button icon"
1123
  msgstr ""
1124
 
1125
+ #: plugin-options/wishlist_page-options.php:664
1126
  msgid "Select an icon for the Email share button"
1127
  msgstr ""
1128
 
1129
+ #: plugin-options/wishlist_page-options.php:674
1130
  msgid "Email share button custom icon"
1131
  msgstr ""
1132
 
1133
+ #: plugin-options/wishlist_page-options.php:675
1134
  msgid ""
1135
  "Upload an icon you'd like to use for the Email share button (suggested 32px "
1136
  "x 32px)"
1137
  msgstr ""
1138
 
1139
+ #: plugin-options/wishlist_page-options.php:683
1140
  msgid "Email share button style"
1141
  msgstr ""
1142
 
1143
+ #: plugin-options/wishlist_page-options.php:684
1144
  msgid "Choose colors for the Email share button"
1145
  msgstr ""
1146
 
1147
+ #: plugin-options/wishlist_page-options.php:703
1148
  msgid "WhatsApp share button icon"
1149
  msgstr ""
1150
 
1151
+ #: plugin-options/wishlist_page-options.php:704
1152
  msgid "Select an icon for the WhatsApp share button"
1153
  msgstr ""
1154
 
1155
+ #: plugin-options/wishlist_page-options.php:714
1156
  msgid "WhatsApp share button custom icon"
1157
  msgstr ""
1158
 
1159
+ #: plugin-options/wishlist_page-options.php:715
1160
  msgid ""
1161
  "Upload an icon you'd like to use for WhatsApp share button (suggested 32px x "
1162
  "32px)"
1163
  msgstr ""
1164
 
1165
+ #: plugin-options/wishlist_page-options.php:723
1166
  msgid "WhatsApp share button style"
1167
  msgstr ""
1168
 
1169
+ #: plugin-options/wishlist_page-options.php:724
1170
  msgid "Choose colors for WhatsApp share button"
1171
  msgstr ""
1172
 
1173
+ #: templates/share.php:56 templates/share.php:57
1174
  msgid "Facebook"
1175
  msgstr ""
1176
 
1177
+ #: templates/share.php:64 templates/share.php:65
1178
  msgid "Twitter"
1179
  msgstr ""
1180
 
1181
+ #: templates/share.php:72 templates/share.php:73
1182
  msgid "Pinterest"
1183
  msgstr ""
1184
 
1185
+ #: templates/share.php:102 templates/share.php:103
1186
  msgid "Email"
1187
  msgstr "E-mail"
1188
 
1189
+ #: templates/share.php:110
1190
  msgid "WhatsApp"
1191
  msgstr ""
1192
 
1193
+ #: templates/share.php:111
1194
  msgid "Whatsapp"
1195
  msgstr ""
1196
 
1197
+ #: templates/share.php:120
1198
  msgid "(Now"
1199
  msgstr ""
1200
 
1201
+ #: templates/share.php:120
1202
  msgid "copy"
1203
  msgstr ""
1204
 
1205
+ #: templates/share.php:120
1206
  msgid "this wishlist link and share it anywhere)"
1207
  msgstr ""
1208
 
1209
+ #: templates/wishlist-view-footer-mobile.php:55
1210
+ #: templates/wishlist-view-footer.php:55
1211
  msgid "Apply this action to all the selected items:"
1212
  msgstr ""
1213
 
1214
+ #: templates/wishlist-view-footer-mobile.php:62
1215
+ #: templates/wishlist-view-footer.php:62
1216
  msgid "Remove from wishlist"
1217
  msgstr ""
1218
 
1219
  #. translators: 1. Wishlist formatted name.
1220
+ #: templates/wishlist-view-footer-mobile.php:80
1221
+ #: templates/wishlist-view-footer.php:80
1222
  msgid "Move to %s"
1223
  msgstr ""
1224
 
1225
+ #: templates/wishlist-view-footer-mobile.php:86
1226
+ #: templates/wishlist-view-footer.php:86
1227
  msgid "Apply"
1228
  msgstr ""
1229
 
1230
+ #: templates/wishlist-view-footer-mobile.php:94
1231
+ #: templates/wishlist-view-footer.php:94
1232
  msgid "Update"
1233
  msgstr ""
1234
 
1235
+ #: templates/wishlist-view-footer-mobile.php:100
1236
+ #: templates/wishlist-view-footer.php:138
1237
  msgid "Add all to cart"
1238
  msgstr ""
1239
 
1240
+ #: templates/wishlist-view-header.php:86
1241
  msgid "Edit title"
1242
  msgstr "Rediger titel"
1243
 
1244
+ #: templates/wishlist-view-mobile.php:143
1245
  msgid "Added on:"
1246
  msgstr ""
1247
 
1248
+ #: templates/wishlist-view-mobile.php:154
1249
  msgid "Price:"
1250
  msgstr ""
1251
 
1252
+ #: templates/wishlist-view-mobile.php:181
1253
  msgid "Quantity:"
1254
  msgstr ""
1255
 
1256
+ #: templates/wishlist-view-mobile.php:196
1257
  msgid "Stock:"
1258
  msgstr ""
1259
 
1260
+ #: templates/wishlist-view-mobile.php:199 templates/wishlist-view.php:431
1261
  msgid "Out of stock"
1262
  msgstr ""
1263
 
1264
+ #: templates/wishlist-view-mobile.php:199 templates/wishlist-view.php:431
1265
  msgid "In Stock"
1266
  msgstr "På lager"
1267
 
1268
+ #: templates/wishlist-view-mobile.php:219 templates/wishlist-view.php:531
1269
  msgid "Move"
1270
  msgstr "Flyt"
1271
 
1272
+ #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:562
1273
  msgid "Move to another list &rsaquo;"
1274
  msgstr ""
1275
 
1276
+ #: templates/wishlist-view-mobile.php:270 templates/wishlist-view.php:250
1277
+ #: templates/wishlist-view.php:594
1278
  msgid "Remove this product"
1279
  msgstr "Fjern denne vare"
1280
 
1281
+ #: templates/wishlist-view-mobile.php:291 templates/wishlist-view.php:636
1282
  msgid "No products added to the wishlist"
1283
  msgstr ""
1284
 
1285
+ #: templates/wishlist-view.php:102
1286
  msgid "Product name"
1287
  msgstr ""
1288
 
1289
+ #: templates/wishlist-view.php:122
1290
  msgid "Unit price"
1291
  msgstr ""
1292
 
1293
+ #: templates/wishlist-view.php:143
1294
  msgid "Quantity"
1295
  msgstr ""
1296
 
1297
+ #: templates/wishlist-view.php:164
1298
  msgid "Stock status"
1299
  msgstr ""
1300
 
1301
+ #: templates/wishlist-view.php:206
1302
  msgid "Arrange"
1303
  msgstr ""
1304
 
1305
  #. translators: date added label: 1 date added.
1306
+ #: templates/wishlist-view.php:466
1307
  msgid "Added on: %s"
1308
  msgstr ""
1309
 
1310
+ #: templates/wishlist-view.php:594
1311
  msgid "Remove"
1312
  msgstr "Fjern"
1313
 
1320
  "your e-commerce on <strong>YITH</strong></a>"
1321
  msgstr ""
1322
 
1323
+ #: includes/class-yith-wcwl-admin.php:287
1324
  msgctxt "[HELP TAB] Video title"
1325
  msgid ""
1326
  "Check this video to learn how to <b>configure wishlist and customize options:"
1332
  msgid "wishlist"
1333
  msgstr ""
1334
 
1335
+ #: includes/class-yith-wcwl-privacy.php:275
1336
  msgctxt "date when wishlist was created"
1337
  msgid "Created on"
1338
  msgstr ""
1358
  msgstr ""
1359
 
1360
  #. translators: 1. % of reduction/increase in price.
1361
+ #: includes/class-yith-wcwl-wishlist-item.php:478
1362
  msgctxt ""
1363
  "Part of the template that shows price variation since addition to list; "
1364
  "placeholder will be replaced with a percentage"
1366
  msgstr ""
1367
 
1368
  #. translators: 2: original product price.
1369
+ #: includes/class-yith-wcwl-wishlist-item.php:480
1370
  msgctxt ""
1371
  "Part of the template that shows price variation since addition to list; "
1372
  "placeholder will be replaced with a price"
languages/yith-woocommerce-wishlist-de_DE.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-de_DE.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
- "POT-Creation-Date: 2022-06-19 14:16:05+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:04+0200\n"
10
  "Last-Translator: \n"
11
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
@@ -28,123 +28,122 @@ msgstr ""
28
  msgid "Wishlist Page"
29
  msgstr "Wunschliste"
30
 
31
- #: includes/class-yith-wcwl-admin.php:146
32
  msgid "General settings"
33
  msgstr ""
34
 
35
- #: includes/class-yith-wcwl-admin.php:147
36
  msgid "Add to wishlist options"
37
  msgstr ""
38
 
39
- #: includes/class-yith-wcwl-admin.php:148
40
  msgid "Wishlist page options"
41
  msgstr ""
42
 
43
- #: includes/class-yith-wcwl-admin.php:249
44
  msgid ""
45
  "Allows your customers to create and share lists of products that they want "
46
  "to purchase on your e-commerce."
47
  msgstr ""
48
 
49
- #: includes/class-yith-wcwl-admin.php:280
50
  msgid ""
51
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
52
  msgstr ""
53
 
54
- #: includes/class-yith-wcwl-admin.php:281
55
  msgid ""
56
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
57
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
58
  "on \"Add to wishlist\""
59
  msgstr ""
60
 
61
- #: includes/class-yith-wcwl-admin.php:282
62
  msgid ""
63
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
64
  "them either public (visible to everyone), private or shared (visible only to "
65
  "people it has been shared with)"
66
  msgstr ""
67
 
68
- #: includes/class-yith-wcwl-admin.php:283
69
  msgid ""
70
  "Choose between <b>different layouts</b> for the wishlist page and for the "
71
  "wishlist content"
72
  msgstr ""
73
 
74
- #: includes/class-yith-wcwl-admin.php:284
75
  msgid ""
76
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
77
  "move a product from one wishlist to another, change order of items, "
78
  "quantity, etc."
79
  msgstr ""
80
 
81
- #: includes/class-yith-wcwl-admin.php:285
82
  msgid ""
83
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
84
  "content of their wishlist to the admin and get a custom quote"
85
  msgstr ""
86
 
87
- #: includes/class-yith-wcwl-admin.php:286
88
  msgid ""
89
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
90
  "(available also with \"mini-cart\" style for the header)"
91
  msgstr ""
92
 
93
- #: includes/class-yith-wcwl-admin.php:287
94
  msgid ""
95
- "View the most popular products added to the wishlist by your customers and "
96
- "<b>send promotional emails to users</b> who have added specific products to "
97
  "their wishlist"
98
  msgstr ""
99
 
100
- #: includes/class-yith-wcwl-admin.php:288
101
  msgid ""
102
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
103
  "the list is back in stock or on sale"
104
  msgstr ""
105
 
106
- #: includes/class-yith-wcwl-admin.php:289
107
  msgid "Regular updates, Translations and Premium Support"
108
  msgstr ""
109
 
110
- #: includes/class-yith-wcwl-ajax-handler.php:75
111
- #: templates/add-to-wishlist-remove.php:59
112
  msgid "View &rsaquo;"
113
  msgstr ""
114
 
115
- #: includes/class-yith-wcwl-ajax-handler.php:76
116
- #: templates/add-to-wishlist-remove.php:58
117
  msgid "or"
118
  msgstr ""
119
 
120
- #: includes/class-yith-wcwl-ajax-handler.php:77
121
  msgid "Close"
122
  msgstr ""
123
 
124
- #: includes/class-yith-wcwl-ajax-handler.php:155
125
- #: includes/class-yith-wcwl-ajax-handler.php:195
126
  msgid "Product successfully removed."
127
  msgstr "Artikel entfernt."
128
 
129
- #: includes/class-yith-wcwl-form-handler.php:156
130
  msgid "Please, make sure to enter a valid title"
131
  msgstr ""
132
 
133
- #: includes/class-yith-wcwl-frontend.php:552
134
  msgid ""
135
  "We are sorry, but this feature is available only if cookies on your browser "
136
  "are enabled."
137
  msgstr ""
138
 
139
- #: includes/class-yith-wcwl-frontend.php:553
140
  msgid "Product added to cart successfully"
141
  msgstr ""
142
 
143
- #: includes/class-yith-wcwl-frontend.php:816
144
- #: includes/class-yith-wcwl-shortcode.php:239
145
- #: plugin-options/wishlist_page-options.php:240
146
- #: templates/wishlist-view-footer-mobile.php:46
147
- #: templates/wishlist-view-footer.php:46
148
  msgid "Add to cart"
149
  msgstr ""
150
 
@@ -192,43 +191,43 @@ msgid ""
192
  "for the products you love."
193
  msgstr ""
194
 
195
- #: includes/class-yith-wcwl-privacy.php:84
196
- #: includes/class-yith-wcwl-privacy.php:100
197
  msgid "Customer wishlists"
198
  msgstr ""
199
 
200
- #: includes/class-yith-wcwl-privacy.php:137 plugin-options/lists-options.php:25
201
- #: plugin-options/lists-options.php:32
202
  msgid "Wishlists"
203
  msgstr "Wunschlisten"
204
 
205
  #. Translators: %s Order number.
206
- #: includes/class-yith-wcwl-privacy.php:199
207
  msgid "Removed wishlist %s."
208
  msgstr "Meine Wunschliste bei %s"
209
 
210
  #. Translators: %s Order number.
211
- #: includes/class-yith-wcwl-privacy.php:203
212
  msgid "Wishlist %s has been retained."
213
  msgstr "Wunschliste \"Angebot anfragen\""
214
 
215
- #: includes/class-yith-wcwl-privacy.php:227
216
  msgid "Token"
217
  msgstr ""
218
 
219
- #: includes/class-yith-wcwl-privacy.php:228
220
  msgid "Wishlist URL"
221
  msgstr ""
222
 
223
- #: includes/class-yith-wcwl-privacy.php:229
224
  msgid "Title"
225
  msgstr "Titel:"
226
 
227
- #: includes/class-yith-wcwl-privacy.php:231
228
  msgid "Visibility"
229
  msgstr ""
230
 
231
- #: includes/class-yith-wcwl-privacy.php:232
232
  msgid "Items added"
233
  msgstr ""
234
 
@@ -295,139 +294,139 @@ msgstr ""
295
  msgid "ID of the wishlist to show (e.g. K6EOWXB888ZD)"
296
  msgstr ""
297
 
298
- #: includes/class-yith-wcwl-shortcode.php:414
299
  msgid "Share on:"
300
  msgstr "Teile auf:"
301
 
302
- #: includes/class-yith-wcwl-shortcode.php:438
303
- #: plugin-options/wishlist_page-options.php:138
304
  msgid "Share on Facebook"
305
  msgstr "Auf Facebook teilen"
306
 
307
- #: includes/class-yith-wcwl-shortcode.php:455
308
- #: plugin-options/wishlist_page-options.php:147
309
  msgid "Tweet on Twitter"
310
  msgstr "Auf Twitter teilen"
311
 
312
- #: includes/class-yith-wcwl-shortcode.php:473
313
- #: plugin-options/wishlist_page-options.php:156
314
  msgid "Pin on Pinterest"
315
  msgstr "Auf Pinterest teilen"
316
 
317
- #: includes/class-yith-wcwl-shortcode.php:487
318
  msgid "Share via email"
319
  msgstr ""
320
 
321
- #: includes/class-yith-wcwl-shortcode.php:510
322
- #: plugin-options/wishlist_page-options.php:174
323
  msgid "Share on WhatsApp"
324
  msgstr ""
325
 
326
- #: includes/class-yith-wcwl-shortcode.php:621
327
  msgid "Remove from list"
328
  msgstr ""
329
 
330
- #: includes/class-yith-wcwl-wishlist-item.php:193
331
  msgid "Free!"
332
  msgstr "Kostenlos!"
333
 
334
- #: includes/class-yith-wcwl.php:164
335
  msgid "The item cannot be added to this wishlist"
336
  msgstr ""
337
 
338
- #: includes/class-yith-wcwl.php:168 includes/class-yith-wcwl.php:174
339
  msgid "An error occurred while adding the products to the wishlist."
340
  msgstr ""
341
 
342
- #: includes/class-yith-wcwl.php:235 includes/class-yith-wcwl.php:241
343
  msgid "Error. Unable to remove the product from the wishlist."
344
  msgstr "Fehler: Artikel konnte nicht von der Wunschliste entfernt werden."
345
 
346
- #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:152
347
- #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:174
348
  msgid "Invalid wishlist."
349
  msgstr ""
350
 
351
- #: includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:119
352
  msgid "Invalid wishlist item."
353
  msgstr ""
354
 
355
  #. translators: 1. Number of users.
356
- #: includes/functions-yith-wcwl.php:249
357
  msgid "%d user"
358
  msgid_plural "%d users"
359
  msgstr[0] ""
360
  msgstr[1] ""
361
 
362
- #: includes/functions-yith-wcwl.php:250
363
  msgid "has this item in wishlist"
364
  msgid_plural "have this item in wishlist"
365
  msgstr[0] ""
366
  msgstr[1] ""
367
 
368
- #: includes/functions-yith-wcwl.php:252
369
  msgid "You're the first"
370
  msgstr ""
371
 
372
- #: includes/functions-yith-wcwl.php:253
373
  msgid "to add this item in wishlist"
374
  msgstr ""
375
 
376
  #. translators: 1. Count of users when many, or "another" when only one.
377
- #: includes/functions-yith-wcwl.php:257
378
  msgid "You and %s user"
379
  msgid_plural "You and %d users"
380
  msgstr[0] ""
381
  msgstr[1] ""
382
 
383
- #: includes/functions-yith-wcwl.php:257
384
  msgid "another"
385
  msgstr ""
386
 
387
- #: includes/functions-yith-wcwl.php:258
388
  msgid "have this item in wishlist"
389
  msgstr ""
390
 
391
- #: includes/functions-yith-wcwl.php:425
392
  msgid "None"
393
  msgstr ""
394
 
395
- #: includes/functions-yith-wcwl.php:426
396
  #, fuzzy
397
  msgid "Custom"
398
  msgstr "Benutzerdefiniertes CSS"
399
 
400
- #: includes/functions-yith-wcwl.php:447
401
  msgid "Shared"
402
  msgstr "geteilt"
403
 
404
- #: includes/functions-yith-wcwl.php:451
405
  msgid "Only people with a link to this list can see it"
406
  msgstr ""
407
 
408
- #: includes/functions-yith-wcwl.php:457
409
  msgid "Private"
410
  msgstr "Privat"
411
 
412
- #: includes/functions-yith-wcwl.php:461
413
  msgid "Only you can see this list"
414
  msgstr ""
415
 
416
- #: includes/functions-yith-wcwl.php:467
417
  msgid "Public"
418
  msgstr "Öffentlich"
419
 
420
- #: includes/functions-yith-wcwl.php:471
421
  msgid "Anyone can search for and see this list"
422
  msgstr ""
423
 
424
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:118
425
- #: plugin-options/add_to_wishlist-options.php:127
426
  msgid "Add to wishlist"
427
  msgstr ""
428
 
429
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:128
430
- #: plugin-options/add_to_wishlist-options.php:143
431
  msgid "Browse wishlist"
432
  msgstr ""
433
 
@@ -441,71 +440,69 @@ msgstr "Artikel ist bereits auf der Wunschliste Text"
441
  msgid "Product added to wishlist"
442
  msgstr "Artikel ist bereits auf der Wunschliste Text"
443
 
444
- #: init.php:160
445
  #, fuzzy
446
  msgid "is enabled but not effective. It requires WooCommerce to work."
447
  msgstr "YITH Wishlist erfordert WooCommerce"
448
 
449
- #: init.php:176
450
- msgid "You can't activate the free version of"
451
- msgstr ""
452
-
453
- #: init.php:176
454
- msgid "while you are using the premium one."
455
  msgstr ""
456
 
457
- #: plugin-options/add_to_wishlist-options.php:20
458
- #: plugin-options/settings-options.php:27
459
  msgid "General Settings"
460
  msgstr "Allgemeine Einstellungen"
461
 
462
- #: plugin-options/add_to_wishlist-options.php:27
463
  msgid "After product is added to wishlist"
464
  msgstr ""
465
 
466
- #: plugin-options/add_to_wishlist-options.php:28
467
  msgid ""
468
  "Choose the look of the Wishlist button when the product has already been "
469
  "added to a wishlist"
470
  msgstr ""
471
 
472
- #: plugin-options/add_to_wishlist-options.php:32
473
  #, fuzzy
474
  msgid "Show \"Add to wishlist\" button"
475
  msgstr "Artikel ist bereits auf der Wunschliste Text"
476
 
477
- #: plugin-options/add_to_wishlist-options.php:33
478
  msgid "Show \"View wishlist\" link"
479
  msgstr ""
480
 
481
- #: plugin-options/add_to_wishlist-options.php:34
482
  msgid "Show \"Remove from list\" link"
483
  msgstr ""
484
 
485
- #: plugin-options/add_to_wishlist-options.php:48
486
  msgid "Loop settings"
487
  msgstr ""
488
 
489
- #: plugin-options/add_to_wishlist-options.php:50
490
  msgid ""
491
  "Loop options will be visible on Shop page, category pages, product "
492
  "shortcodes, products sliders, and all the other places where the WooCommerce "
493
  "products' loop is used"
494
  msgstr ""
495
 
496
- #: plugin-options/add_to_wishlist-options.php:55
497
  msgid "Show \"Add to wishlist\" in loop"
498
  msgstr ""
499
 
500
- #: plugin-options/add_to_wishlist-options.php:56
501
  msgid "Enable the \"Add to wishlist\" feature in WooCommerce products' loop"
502
  msgstr ""
503
 
504
- #: plugin-options/add_to_wishlist-options.php:64
505
  msgid "Position of \"Add to wishlist\" in loop"
506
  msgstr ""
507
 
508
- #: plugin-options/add_to_wishlist-options.php:65
509
  msgid ""
510
  "Choose where to show \"Add to wishlist\" button or link in WooCommerce "
511
  "products' loop. <span class=\"addon\">Copy this shortcode <span class=\"code"
@@ -513,32 +510,32 @@ msgid ""
513
  "want to show the \"Add to wishlist\" link or button</span>"
514
  msgstr ""
515
 
516
- #: plugin-options/add_to_wishlist-options.php:72
517
  msgid "On top of the image"
518
  msgstr ""
519
 
520
- #: plugin-options/add_to_wishlist-options.php:73
521
  msgid "Before \"Add to cart\" button"
522
  msgstr ""
523
 
524
- #: plugin-options/add_to_wishlist-options.php:74
525
  msgid "After \"Add to cart\" button"
526
  msgstr ""
527
 
528
- #: plugin-options/add_to_wishlist-options.php:75
529
- #: plugin-options/add_to_wishlist-options.php:107
530
  msgid "Use shortcode"
531
  msgstr "Benutze Shortcodes"
532
 
533
- #: plugin-options/add_to_wishlist-options.php:89
534
  msgid "Product page settings"
535
  msgstr ""
536
 
537
- #: plugin-options/add_to_wishlist-options.php:96
538
  msgid "Position of \"Add to wishlist\" on product page"
539
  msgstr ""
540
 
541
- #: plugin-options/add_to_wishlist-options.php:97
542
  msgid ""
543
  "Choose where to show \"Add to wishlist\" button or link on the product page. "
544
  "<span class=\"addon\">Copy this shortcode <span class=\"code"
@@ -546,472 +543,452 @@ msgid ""
546
  "want to show the \"Add to wishlist\" link or button</span>"
547
  msgstr ""
548
 
549
- #: plugin-options/add_to_wishlist-options.php:104
550
  msgid "After \"Add to cart\""
551
  msgstr "Nach \"in den Warenkorb\""
552
 
553
- #: plugin-options/add_to_wishlist-options.php:105
554
  msgid "After thumbnails"
555
  msgstr "Nach dem Vorschaubild"
556
 
557
- #: plugin-options/add_to_wishlist-options.php:106
558
  msgid "After summary"
559
  msgstr "Nach der Zusammenfassung"
560
 
561
- #: plugin-options/add_to_wishlist-options.php:117
562
- #: plugin-options/wishlist_page-options.php:222
563
  msgid "Text customization"
564
  msgstr ""
565
 
566
- #: plugin-options/add_to_wishlist-options.php:124
567
  msgid "\"Add to wishlist\" text"
568
  msgstr ""
569
 
570
- #: plugin-options/add_to_wishlist-options.php:125
571
  msgid "Enter a text for \"Add to wishlist\" button"
572
  msgstr ""
573
 
574
- #: plugin-options/add_to_wishlist-options.php:132
575
  msgid "\"Product added\" text"
576
  msgstr "Artikel hinzugefügt Text"
577
 
578
- #: plugin-options/add_to_wishlist-options.php:133
579
  msgid ""
580
  "Enter the text of the message displayed when the user adds a product to the "
581
  "wishlist"
582
  msgstr ""
583
 
584
- #: plugin-options/add_to_wishlist-options.php:135
585
  msgid "Product added!"
586
  msgstr "Artikel hinzugefügt!"
587
 
588
- #: plugin-options/add_to_wishlist-options.php:140
589
  msgid "\"Browse wishlist\" text"
590
  msgstr "\"Wunschliste durchsuchen\" Text"
591
 
592
- #: plugin-options/add_to_wishlist-options.php:141
593
  msgid "Enter a text for the \"Browse wishlist\" link on the product page"
594
  msgstr ""
595
 
596
- #: plugin-options/add_to_wishlist-options.php:148
597
  msgid "\"Product already in wishlist\" text"
598
  msgstr "Artikel ist bereits auf der Wunschliste Text"
599
 
600
- #: plugin-options/add_to_wishlist-options.php:149
601
  msgid ""
602
  "Enter the text for the message displayed when the user views a product that "
603
  "is already in the wishlist"
604
  msgstr ""
605
 
606
- #: plugin-options/add_to_wishlist-options.php:151
607
  msgid "The product is already in your wishlist!"
608
  msgstr ""
609
 
610
- #: plugin-options/add_to_wishlist-options.php:161
611
  msgid "Style & Color customization"
612
  msgstr ""
613
 
614
- #: plugin-options/add_to_wishlist-options.php:168
615
  msgid "Style of \"Add to wishlist\""
616
  msgstr ""
617
 
618
- #: plugin-options/add_to_wishlist-options.php:169
619
  msgid ""
620
  "Choose if you want to show a textual \"Add to wishlist\" link or a button"
621
  msgstr ""
622
 
623
- #: plugin-options/add_to_wishlist-options.php:172
624
- #: plugin-options/wishlist_page-options.php:261
625
  msgid "Textual (anchor)"
626
  msgstr ""
627
 
628
- #: plugin-options/add_to_wishlist-options.php:173
629
- #: plugin-options/wishlist_page-options.php:262
630
  msgid "Button with theme style"
631
  msgstr ""
632
 
633
- #: plugin-options/add_to_wishlist-options.php:174
634
- #: plugin-options/wishlist_page-options.php:263
635
  msgid "Button with custom style"
636
  msgstr ""
637
 
638
- #: plugin-options/add_to_wishlist-options.php:182
639
  msgid "\"Add to wishlist\" button style"
640
  msgstr ""
641
 
642
- #: plugin-options/add_to_wishlist-options.php:188
643
  msgid "Choose colors for the \"Add to wishlist\" button"
644
  msgstr ""
645
 
646
- #: plugin-options/add_to_wishlist-options.php:190
647
- #: plugin-options/wishlist_page-options.php:279
648
- #: plugin-options/wishlist_page-options.php:368
649
- #: plugin-options/wishlist_page-options.php:417
650
- #: plugin-options/wishlist_page-options.php:465
651
- #: plugin-options/wishlist_page-options.php:552
652
- #: plugin-options/wishlist_page-options.php:592
653
- #: plugin-options/wishlist_page-options.php:632
654
- #: plugin-options/wishlist_page-options.php:672
655
- #: plugin-options/wishlist_page-options.php:712
656
  msgid "Background"
657
  msgstr "Hintergrund"
658
 
659
- #: plugin-options/add_to_wishlist-options.php:195
660
- #: plugin-options/wishlist_page-options.php:284
661
- #: plugin-options/wishlist_page-options.php:373
662
- #: plugin-options/wishlist_page-options.php:422
663
- #: plugin-options/wishlist_page-options.php:470
664
- #: plugin-options/wishlist_page-options.php:507
665
  msgid "Text"
666
  msgstr "Text"
667
 
668
- #: plugin-options/add_to_wishlist-options.php:200
669
- #: plugin-options/wishlist_page-options.php:289
670
- #: plugin-options/wishlist_page-options.php:378
671
- #: plugin-options/wishlist_page-options.php:427
672
- #: plugin-options/wishlist_page-options.php:475
673
  msgid "Border"
674
  msgstr "Rand"
675
 
676
- #: plugin-options/add_to_wishlist-options.php:206
677
  msgid "Choose colors for the \"Add to wishlist\" button on hover state"
678
  msgstr ""
679
 
680
- #: plugin-options/add_to_wishlist-options.php:208
681
- #: plugin-options/wishlist_page-options.php:297
682
- #: plugin-options/wishlist_page-options.php:386
683
- #: plugin-options/wishlist_page-options.php:435
684
  msgid "Background Hover"
685
  msgstr ""
686
 
687
- #: plugin-options/add_to_wishlist-options.php:213
688
- #: plugin-options/wishlist_page-options.php:302
689
- #: plugin-options/wishlist_page-options.php:391
690
- #: plugin-options/wishlist_page-options.php:440
691
  msgid "Text Hover"
692
  msgstr ""
693
 
694
- #: plugin-options/add_to_wishlist-options.php:218
695
- #: plugin-options/wishlist_page-options.php:307
696
- #: plugin-options/wishlist_page-options.php:396
697
- #: plugin-options/wishlist_page-options.php:445
698
  msgid "Border Hover"
699
  msgstr ""
700
 
701
- #: plugin-options/add_to_wishlist-options.php:231
702
- #: plugin-options/wishlist_page-options.php:320
703
  msgid "Border radius"
704
  msgstr ""
705
 
706
- #: plugin-options/add_to_wishlist-options.php:232
707
  msgid "Choose radius for the \"Add to wishlist\" button"
708
  msgstr ""
709
 
710
- #: plugin-options/add_to_wishlist-options.php:246
711
  msgid "\"Add to wishlist\" icon"
712
  msgstr ""
713
 
714
- #: plugin-options/add_to_wishlist-options.php:247
715
  msgid "Select an icon for the \"Add to wishlist\" button (optional)"
716
  msgstr ""
717
 
718
- #: plugin-options/add_to_wishlist-options.php:257
719
  msgid "\"Add to wishlist\" custom icon"
720
  msgstr ""
721
 
722
- #: plugin-options/add_to_wishlist-options.php:258
723
- #: plugin-options/add_to_wishlist-options.php:282
724
  msgid ""
725
  "Upload an icon you'd like to use for \"Add to wishlist\" button (suggested "
726
  "32px x 32px)"
727
  msgstr ""
728
 
729
- #: plugin-options/add_to_wishlist-options.php:270
730
  msgid "\"Added to wishlist\" icon"
731
  msgstr ""
732
 
733
- #: plugin-options/add_to_wishlist-options.php:271
734
  msgid "Select an icon for the \"Added to wishlist\" button (optional)"
735
  msgstr ""
736
 
737
- #: plugin-options/add_to_wishlist-options.php:277
738
  msgid "Same used for Add to wishlist"
739
  msgstr ""
740
 
741
- #: plugin-options/add_to_wishlist-options.php:281
742
  msgid "\"Added to wishlist\" custom icon"
743
  msgstr ""
744
 
745
- #: plugin-options/add_to_wishlist-options.php:294
746
  msgid "Custom CSS"
747
  msgstr "Benutzerdefiniertes CSS"
748
 
749
- #: plugin-options/add_to_wishlist-options.php:295
750
  msgid "Enter custom CSS to be applied to Wishlist elements (optional)"
751
  msgstr ""
752
 
753
- #: plugin-options/lists-options.php:34
754
  msgid "Search list"
755
  msgstr ""
756
 
757
- #. translators: 1. Anchor to Frequently Bought Together landing page on
758
- #. yithemes.com.
759
- #: plugin-options/settings-options.php:19
760
- msgid ""
761
- "If you want to take advantage of this feature, you could consider purchasing "
762
- "the %s."
763
- msgstr ""
764
-
765
- #: plugin-options/settings-options.php:34
766
  msgid "Enable AJAX loading"
767
  msgstr ""
768
 
769
- #: plugin-options/settings-options.php:35
770
  msgid "Load any cacheable wishlist item via AJAX"
771
  msgstr ""
772
 
773
- #: plugin-options/settings-options.php:48
774
  msgid "YITH WooCommerce Frequently Bought Together Integration"
775
  msgstr "YITH WooCommerce Frequently Bought Together integration"
776
 
777
- #. translators: 1. Url to Frequently Bought Together landing page on
778
- #. yithemes.com.
779
- #: plugin-options/settings-options.php:51
780
- msgid ""
781
- "In order to use this integration you have to install and activate YITH "
782
- "WooCommerce Frequently Bought Together. <a href=\"%s\">Learn more</a>"
783
- msgstr ""
784
-
785
- #: plugin-options/settings-options.php:56
786
  msgid "Enable slider in wishlist"
787
  msgstr "Slider in Wunschliste aktivieren"
788
 
789
- #. translators: 1. Example image of the integration. 2. CTA to buy Frequently
790
- #. Bought Together.
791
- #: plugin-options/settings-options.php:58
792
  msgid ""
793
  "Enable the slider with linked products on the Wishlist page (<a href=\"%1$s"
794
- "\" class=\"thickbox\">Example</a>). %2$s"
795
  msgstr ""
796
 
797
- #: plugin-options/wishlist_page-options.php:19
798
- msgid "All your wishlists"
799
- msgstr ""
800
-
801
- #: plugin-options/wishlist_page-options.php:26
802
  msgid "Wishlist page"
803
  msgstr ""
804
 
805
- #: plugin-options/wishlist_page-options.php:27
806
  msgid ""
807
  "Pick a page as the main Wishlist page; make sure you add the <span class="
808
  "\"code\"><code>[yith_wcwl_wishlist]</code></span> shortcode into the page "
809
  "content"
810
  msgstr ""
811
 
812
- #: plugin-options/wishlist_page-options.php:40
813
  msgid "Wishlist Detail Page"
814
  msgstr ""
815
 
816
- #: plugin-options/wishlist_page-options.php:47
817
  #: plugin-options/wishlist_page-options.php:56
818
  #: plugin-options/wishlist_page-options.php:65
819
  #: plugin-options/wishlist_page-options.php:74
820
  #: plugin-options/wishlist_page-options.php:83
821
  #: plugin-options/wishlist_page-options.php:92
822
  #: plugin-options/wishlist_page-options.php:101
 
823
  msgid "In wishlist table show"
824
  msgstr ""
825
 
826
- #: plugin-options/wishlist_page-options.php:48
827
  msgid "Product variations selected by the user (example: size or color)"
828
  msgstr ""
829
 
830
- #: plugin-options/wishlist_page-options.php:57
831
  msgid "Product price"
832
  msgstr ""
833
 
834
- #: plugin-options/wishlist_page-options.php:66
835
  msgid "Product stock (show if the product is available or not)"
836
  msgstr ""
837
 
838
- #: plugin-options/wishlist_page-options.php:75
839
  msgid "Date on which the product was added to the wishlist"
840
  msgstr ""
841
 
842
- #: plugin-options/wishlist_page-options.php:84
843
  msgid "Add to cart option for each product"
844
  msgstr ""
845
 
846
- #: plugin-options/wishlist_page-options.php:93
847
  msgid ""
848
  "Icon to remove the product from the wishlist - to the left of the product"
849
  msgstr ""
850
 
851
- #: plugin-options/wishlist_page-options.php:102
852
  msgid ""
853
  "Button to remove the product from the wishlist - to the right of the product"
854
  msgstr ""
855
 
856
- #: plugin-options/wishlist_page-options.php:110
857
  msgid "Redirect to cart"
858
  msgstr "Zum Warenkorb weiterleiten"
859
 
860
- #: plugin-options/wishlist_page-options.php:111
861
  msgid ""
862
  "Redirect users to the cart page when they add a product to the cart from the "
863
  "wishlist page"
864
  msgstr ""
865
 
866
- #: plugin-options/wishlist_page-options.php:119
867
  msgid "Remove if added to the cart"
868
  msgstr "Entfernen wenn zum Warenkorb hinzugefügt"
869
 
870
- #: plugin-options/wishlist_page-options.php:120
871
  msgid ""
872
  "Remove the product from the wishlist after it has been added to the cart"
873
  msgstr ""
874
 
875
- #: plugin-options/wishlist_page-options.php:128
876
  msgid "Share wishlist"
877
  msgstr ""
878
 
879
- #: plugin-options/wishlist_page-options.php:129
880
  msgid "Enable this option to let users share their wishlist on social media"
881
  msgstr ""
882
 
883
- #: plugin-options/wishlist_page-options.php:137
884
  #: plugin-options/wishlist_page-options.php:146
885
  #: plugin-options/wishlist_page-options.php:155
886
  #: plugin-options/wishlist_page-options.php:164
887
  #: plugin-options/wishlist_page-options.php:173
 
888
  msgid "Share on social media"
889
  msgstr ""
890
 
891
- #: plugin-options/wishlist_page-options.php:165
892
  msgid "Share by email"
893
  msgstr ""
894
 
895
- #: plugin-options/wishlist_page-options.php:182
896
  msgid "Share by URL"
897
  msgstr ""
898
 
899
- #: plugin-options/wishlist_page-options.php:183
900
  msgid "Show \"Share URL\" field on wishlist page"
901
  msgstr ""
902
 
903
- #: plugin-options/wishlist_page-options.php:191
904
  msgid "Sharing title"
905
  msgstr ""
906
 
907
- #: plugin-options/wishlist_page-options.php:192
908
  msgid "Wishlist title used for sharing (only used on Twitter and Pinterest)"
909
  msgstr ""
910
 
911
  #. translators: 1. Blog name.
912
- #: plugin-options/wishlist_page-options.php:195
913
  msgid "My wishlist on %s"
914
  msgstr "Meine Wunschliste bei %s"
915
 
916
- #: plugin-options/wishlist_page-options.php:200
917
  msgid "Social text"
918
  msgstr "Social Text"
919
 
920
- #: plugin-options/wishlist_page-options.php:201
921
  msgid ""
922
  "Type the message you want to publish when you share your wishlist on Twitter "
923
  "and Pinterest"
924
  msgstr ""
925
 
926
- #: plugin-options/wishlist_page-options.php:209
927
  msgid "Social image URL"
928
  msgstr "Social Bild URL"
929
 
930
- #: plugin-options/wishlist_page-options.php:210
931
  msgid "It will be used to pin the wishlist on Pinterest."
932
  msgstr ""
933
 
934
- #: plugin-options/wishlist_page-options.php:229
935
  msgid "Default wishlist name"
936
  msgstr ""
937
 
938
- #: plugin-options/wishlist_page-options.php:230
939
  msgid ""
940
  "Enter a name for the default wishlist. This is the wishlist that will be "
941
  "automatically generated for all users if they do not create any custom one"
942
  msgstr ""
943
 
944
- #: plugin-options/wishlist_page-options.php:232
945
  #, fuzzy
946
  msgid "My wishlist"
947
  msgstr "Meine Wunschliste bei %s"
948
 
949
- #: plugin-options/wishlist_page-options.php:237
950
  msgid "\"Add to cart\" text"
951
  msgstr ""
952
 
953
- #: plugin-options/wishlist_page-options.php:238
954
  msgid "Enter a text for the \"Add to cart\" button"
955
  msgstr ""
956
 
957
- #: plugin-options/wishlist_page-options.php:250
958
  msgid "Style & color customization"
959
  msgstr ""
960
 
961
- #: plugin-options/wishlist_page-options.php:257
962
  msgid "Style of \"Add to cart\""
963
  msgstr ""
964
 
965
- #: plugin-options/wishlist_page-options.php:258
966
  msgid "Choose whether to show a textual \"Add to cart\" link or a button"
967
  msgstr ""
968
 
969
- #: plugin-options/wishlist_page-options.php:271
970
  msgid "\"Add to cart\" button style"
971
  msgstr ""
972
 
973
- #: plugin-options/wishlist_page-options.php:277
974
  msgid "Choose the colors for the \"Add to cart\" button"
975
  msgstr ""
976
 
977
- #: plugin-options/wishlist_page-options.php:295
978
  msgid "Choose colors for the \"Add to cart\" button on hover state"
979
  msgstr ""
980
 
981
- #: plugin-options/wishlist_page-options.php:321
982
  msgid "Set the radius for the \"Add to cart\" button"
983
  msgstr ""
984
 
985
- #: plugin-options/wishlist_page-options.php:335
986
  msgid "\"Add to cart\" icon"
987
  msgstr ""
988
 
989
- #: plugin-options/wishlist_page-options.php:336
990
  msgid "Select an icon for the \"Add to cart\" button (optional)"
991
  msgstr ""
992
 
993
- #: plugin-options/wishlist_page-options.php:351
994
  msgid "\"Add to cart\" custom icon"
995
  msgstr ""
996
 
997
- #: plugin-options/wishlist_page-options.php:352
998
  msgid ""
999
  "Upload an icon you'd like to use for the \"Add to cart\" button (suggested "
1000
  "32px x 32px)"
1001
  msgstr ""
1002
 
1003
- #: plugin-options/wishlist_page-options.php:360
1004
  msgid "Primary button style"
1005
  msgstr ""
1006
 
1007
- #: plugin-options/wishlist_page-options.php:366
1008
  msgid ""
1009
  "Choose colors for the primary button<br/><small>This style will be applied "
1010
  "to \"Edit title\" button on Wishlist view, \"Submit Changes\" button on "
1011
  "Manage view and \"Search wishlist\" button on Search view</small>"
1012
  msgstr ""
1013
 
1014
- #: plugin-options/wishlist_page-options.php:384
1015
  msgid ""
1016
  "Choose colors for the primary button on hover state<br/><small>This style "
1017
  "will be applied to \"Edit title\" button on Wishlist view, \"Submit Changes"
@@ -1019,326 +996,326 @@ msgid ""
1019
  "small>"
1020
  msgstr ""
1021
 
1022
- #: plugin-options/wishlist_page-options.php:409
1023
  msgid "Secondary button style"
1024
  msgstr ""
1025
 
1026
- #: plugin-options/wishlist_page-options.php:415
1027
  #: plugin-options/wishlist_page-options.php:433
 
1028
  msgid ""
1029
  "Choose colors of the secondary button<br/><small>This style will be applied "
1030
  "to the buttons that allow showing and hiding the Edit title form on Wishlist "
1031
  "view and \"Create new Wishlist\" button on Manage view</small>"
1032
  msgstr ""
1033
 
1034
- #: plugin-options/wishlist_page-options.php:458
1035
  msgid "Wishlist table style"
1036
  msgstr ""
1037
 
1038
- #: plugin-options/wishlist_page-options.php:459
1039
  msgid ""
1040
  "Choose the colors for the wishlist table (when set to \"Traditional\" layout)"
1041
  msgstr ""
1042
 
1043
- #: plugin-options/wishlist_page-options.php:487
1044
  msgid "Highlight color"
1045
  msgstr ""
1046
 
1047
- #: plugin-options/wishlist_page-options.php:488
1048
  msgid ""
1049
  "Choose the color for all sections with background<br/><small>This color will "
1050
  "be used as background for the wishlist table heading and footer (when set to "
1051
  "\"Traditional\" layout), and for various form across wishlist views</small>"
1052
  msgstr ""
1053
 
1054
- #: plugin-options/wishlist_page-options.php:500
1055
  msgid "Share button text color"
1056
  msgstr ""
1057
 
1058
- #: plugin-options/wishlist_page-options.php:501
1059
  msgid "Choose colors for share buttons text"
1060
  msgstr ""
1061
 
1062
- #: plugin-options/wishlist_page-options.php:512
1063
  msgid "Text hover"
1064
  msgstr ""
1065
 
1066
- #: plugin-options/wishlist_page-options.php:525
1067
  msgid "Facebook share button icon"
1068
  msgstr ""
1069
 
1070
- #: plugin-options/wishlist_page-options.php:526
1071
  msgid "Select an icon for the Facebook share button"
1072
  msgstr ""
1073
 
1074
- #: plugin-options/wishlist_page-options.php:536
1075
  msgid "Facebook share button custom icon"
1076
  msgstr ""
1077
 
1078
- #: plugin-options/wishlist_page-options.php:537
1079
  msgid ""
1080
  "Upload an icon you'd like to use for Facebook share button (suggested 32px x "
1081
  "32px)"
1082
  msgstr ""
1083
 
1084
- #: plugin-options/wishlist_page-options.php:545
1085
  msgid "Facebook share button style"
1086
  msgstr ""
1087
 
1088
- #: plugin-options/wishlist_page-options.php:546
1089
  msgid "Choose colors for Facebook share button"
1090
  msgstr ""
1091
 
1092
- #: plugin-options/wishlist_page-options.php:557
1093
- #: plugin-options/wishlist_page-options.php:597
1094
- #: plugin-options/wishlist_page-options.php:637
1095
- #: plugin-options/wishlist_page-options.php:677
1096
- #: plugin-options/wishlist_page-options.php:717
1097
  msgid "Background hover"
1098
  msgstr ""
1099
 
1100
- #: plugin-options/wishlist_page-options.php:565
1101
  msgid "Twitter share button icon"
1102
  msgstr ""
1103
 
1104
- #: plugin-options/wishlist_page-options.php:566
1105
  msgid "Select an icon for the Twitter share button"
1106
  msgstr ""
1107
 
1108
- #: plugin-options/wishlist_page-options.php:576
1109
  msgid "Twitter share button custom icon"
1110
  msgstr ""
1111
 
1112
- #: plugin-options/wishlist_page-options.php:577
1113
  msgid ""
1114
  "Upload an icon you'd like to use for Twitter share button (suggested 32px x "
1115
  "32px)"
1116
  msgstr ""
1117
 
1118
- #: plugin-options/wishlist_page-options.php:585
1119
  msgid "Twitter share button style"
1120
  msgstr ""
1121
 
1122
- #: plugin-options/wishlist_page-options.php:586
1123
  msgid "Choose colors for Twitter share button"
1124
  msgstr ""
1125
 
1126
- #: plugin-options/wishlist_page-options.php:605
1127
  msgid "Pinterest share button icon"
1128
  msgstr ""
1129
 
1130
- #: plugin-options/wishlist_page-options.php:606
1131
  msgid "Select an icon for the Pinterest share button"
1132
  msgstr ""
1133
 
1134
- #: plugin-options/wishlist_page-options.php:616
1135
  msgid "Pinterest share button custom icon"
1136
  msgstr ""
1137
 
1138
- #: plugin-options/wishlist_page-options.php:617
1139
  msgid ""
1140
  "Upload an icon you'd like to use for Pinterest share button (suggested 32px "
1141
  "x 32px)"
1142
  msgstr ""
1143
 
1144
- #: plugin-options/wishlist_page-options.php:625
1145
  msgid "Pinterest share button style"
1146
  msgstr ""
1147
 
1148
- #: plugin-options/wishlist_page-options.php:626
1149
  msgid "Choose colors for Pinterest share button"
1150
  msgstr ""
1151
 
1152
- #: plugin-options/wishlist_page-options.php:645
1153
  msgid "Email share button icon"
1154
  msgstr ""
1155
 
1156
- #: plugin-options/wishlist_page-options.php:646
1157
  msgid "Select an icon for the Email share button"
1158
  msgstr ""
1159
 
1160
- #: plugin-options/wishlist_page-options.php:656
1161
  msgid "Email share button custom icon"
1162
  msgstr ""
1163
 
1164
- #: plugin-options/wishlist_page-options.php:657
1165
  msgid ""
1166
  "Upload an icon you'd like to use for the Email share button (suggested 32px "
1167
  "x 32px)"
1168
  msgstr ""
1169
 
1170
- #: plugin-options/wishlist_page-options.php:665
1171
  msgid "Email share button style"
1172
  msgstr ""
1173
 
1174
- #: plugin-options/wishlist_page-options.php:666
1175
  msgid "Choose colors for the Email share button"
1176
  msgstr ""
1177
 
1178
- #: plugin-options/wishlist_page-options.php:685
1179
  msgid "WhatsApp share button icon"
1180
  msgstr ""
1181
 
1182
- #: plugin-options/wishlist_page-options.php:686
1183
  msgid "Select an icon for the WhatsApp share button"
1184
  msgstr ""
1185
 
1186
- #: plugin-options/wishlist_page-options.php:696
1187
  msgid "WhatsApp share button custom icon"
1188
  msgstr ""
1189
 
1190
- #: plugin-options/wishlist_page-options.php:697
1191
  msgid ""
1192
  "Upload an icon you'd like to use for WhatsApp share button (suggested 32px x "
1193
  "32px)"
1194
  msgstr ""
1195
 
1196
- #: plugin-options/wishlist_page-options.php:705
1197
  msgid "WhatsApp share button style"
1198
  msgstr ""
1199
 
1200
- #: plugin-options/wishlist_page-options.php:706
1201
  msgid "Choose colors for WhatsApp share button"
1202
  msgstr ""
1203
 
1204
- #: templates/share.php:51 templates/share.php:52
1205
  msgid "Facebook"
1206
  msgstr "Facebook"
1207
 
1208
- #: templates/share.php:59 templates/share.php:60
1209
  msgid "Twitter"
1210
  msgstr "Twitter"
1211
 
1212
- #: templates/share.php:67 templates/share.php:68
1213
  msgid "Pinterest"
1214
  msgstr "Pinterest"
1215
 
1216
- #: templates/share.php:75 templates/share.php:76
1217
  msgid "Email"
1218
  msgstr "EMail"
1219
 
1220
- #: templates/share.php:83
1221
  msgid "WhatsApp"
1222
  msgstr ""
1223
 
1224
- #: templates/share.php:84
1225
  msgid "Whatsapp"
1226
  msgstr ""
1227
 
1228
- #: templates/share.php:93
1229
  msgid "(Now"
1230
  msgstr ""
1231
 
1232
- #: templates/share.php:93
1233
  msgid "copy"
1234
  msgstr ""
1235
 
1236
- #: templates/share.php:93
1237
  msgid "this wishlist link and share it anywhere)"
1238
  msgstr ""
1239
 
1240
- #: templates/wishlist-view-footer-mobile.php:44
1241
- #: templates/wishlist-view-footer.php:44
1242
  msgid "Apply this action to all the selected items:"
1243
  msgstr ""
1244
 
1245
- #: templates/wishlist-view-footer-mobile.php:49
1246
- #: templates/wishlist-view-footer.php:49
1247
  msgid "Remove from wishlist"
1248
  msgstr ""
1249
 
1250
  #. translators: 1. Wishlist formatted name.
1251
- #: templates/wishlist-view-footer-mobile.php:67
1252
- #: templates/wishlist-view-footer.php:67
1253
  msgid "Move to %s"
1254
  msgstr ""
1255
 
1256
- #: templates/wishlist-view-footer-mobile.php:73
1257
- #: templates/wishlist-view-footer.php:73
1258
  msgid "Apply"
1259
  msgstr ""
1260
 
1261
- #: templates/wishlist-view-footer-mobile.php:81
1262
- #: templates/wishlist-view-footer.php:81
1263
  msgid "Update"
1264
  msgstr ""
1265
 
1266
- #: templates/wishlist-view-footer-mobile.php:87
1267
- #: templates/wishlist-view-footer.php:103
1268
  msgid "Add all to cart"
1269
  msgstr ""
1270
 
1271
- #: templates/wishlist-view-header.php:48
1272
  msgid "Edit title"
1273
  msgstr "Titel bearbeiten"
1274
 
1275
- #: templates/wishlist-view-mobile.php:134
1276
  msgid "Added on:"
1277
  msgstr ""
1278
 
1279
- #: templates/wishlist-view-mobile.php:145
1280
  msgid "Price:"
1281
  msgstr ""
1282
 
1283
- #: templates/wishlist-view-mobile.php:172
1284
  msgid "Quantity:"
1285
  msgstr ""
1286
 
1287
- #: templates/wishlist-view-mobile.php:187
1288
  msgid "Stock:"
1289
  msgstr ""
1290
 
1291
- #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1292
  msgid "Out of stock"
1293
  msgstr ""
1294
 
1295
- #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1296
  msgid "In Stock"
1297
  msgstr "Auf Lager"
1298
 
1299
- #: templates/wishlist-view-mobile.php:210 templates/wishlist-view.php:260
1300
  msgid "Move"
1301
  msgstr "Verschieben"
1302
 
1303
- #: templates/wishlist-view-mobile.php:231 templates/wishlist-view.php:281
1304
  msgid "Move to another list &rsaquo;"
1305
  msgstr ""
1306
 
1307
- #: templates/wishlist-view-mobile.php:239 templates/wishlist-view.php:155
1308
- #: templates/wishlist-view.php:291
1309
  msgid "Remove this product"
1310
  msgstr "Artikel entfernen"
1311
 
1312
- #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:311
1313
  msgid "No products added to the wishlist"
1314
  msgstr ""
1315
 
1316
- #: templates/wishlist-view.php:79
1317
  msgid "Product name"
1318
  msgstr ""
1319
 
1320
- #: templates/wishlist-view.php:87
1321
  msgid "Unit price"
1322
  msgstr ""
1323
 
1324
- #: templates/wishlist-view.php:96
1325
  msgid "Quantity"
1326
  msgstr ""
1327
 
1328
- #: templates/wishlist-view.php:105
1329
  msgid "Stock status"
1330
  msgstr ""
1331
 
1332
- #: templates/wishlist-view.php:123
1333
  msgid "Arrange"
1334
  msgstr ""
1335
 
1336
  #. translators: date added label: 1 date added.
1337
- #: templates/wishlist-view.php:241
1338
  msgid "Added on: %s"
1339
  msgstr ""
1340
 
1341
- #: templates/wishlist-view.php:291
1342
  msgid "Remove"
1343
  msgstr "Entfernen"
1344
 
@@ -1351,7 +1328,7 @@ msgid ""
1351
  "your e-commerce on <strong>YITH</strong></a>"
1352
  msgstr ""
1353
 
1354
- #: includes/class-yith-wcwl-admin.php:259
1355
  msgctxt "[HELP TAB] Video title"
1356
  msgid ""
1357
  "Check this video to learn how to <b>configure wishlist and customize options:"
@@ -1363,7 +1340,7 @@ msgctxt "page_slug"
1363
  msgid "wishlist"
1364
  msgstr ""
1365
 
1366
- #: includes/class-yith-wcwl-privacy.php:230
1367
  msgctxt "date when wishlist was created"
1368
  msgid "Created on"
1369
  msgstr ""
@@ -1389,7 +1366,7 @@ msgid "Shows a list of products in wishlist"
1389
  msgstr ""
1390
 
1391
  #. translators: 1. % of reduction/increase in price.
1392
- #: includes/class-yith-wcwl-wishlist-item.php:435
1393
  msgctxt ""
1394
  "Part of the template that shows price variation since addition to list; "
1395
  "placeholder will be replaced with a percentage"
@@ -1397,7 +1374,7 @@ msgid "Price is %1$s%%"
1397
  msgstr ""
1398
 
1399
  #. translators: 2: original product price.
1400
- #: includes/class-yith-wcwl-wishlist-item.php:437
1401
  msgctxt ""
1402
  "Part of the template that shows price variation since addition to list; "
1403
  "placeholder will be replaced with a price"
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
+ "POT-Creation-Date: 2022-08-04 12:20:46+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:04+0200\n"
10
  "Last-Translator: \n"
11
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
28
  msgid "Wishlist Page"
29
  msgstr "Wunschliste"
30
 
31
+ #: includes/class-yith-wcwl-admin.php:155
32
  msgid "General settings"
33
  msgstr ""
34
 
35
+ #: includes/class-yith-wcwl-admin.php:156
36
  msgid "Add to wishlist options"
37
  msgstr ""
38
 
39
+ #: includes/class-yith-wcwl-admin.php:157
40
  msgid "Wishlist page options"
41
  msgstr ""
42
 
43
+ #: includes/class-yith-wcwl-admin.php:268
44
  msgid ""
45
  "Allows your customers to create and share lists of products that they want "
46
  "to purchase on your e-commerce."
47
  msgstr ""
48
 
49
+ #: includes/class-yith-wcwl-admin.php:308
50
  msgid ""
51
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
52
  msgstr ""
53
 
54
+ #: includes/class-yith-wcwl-admin.php:309
55
  msgid ""
56
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
57
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
58
  "on \"Add to wishlist\""
59
  msgstr ""
60
 
61
+ #: includes/class-yith-wcwl-admin.php:310
62
  msgid ""
63
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
64
  "them either public (visible to everyone), private or shared (visible only to "
65
  "people it has been shared with)"
66
  msgstr ""
67
 
68
+ #: includes/class-yith-wcwl-admin.php:311
69
  msgid ""
70
  "Choose between <b>different layouts</b> for the wishlist page and for the "
71
  "wishlist content"
72
  msgstr ""
73
 
74
+ #: includes/class-yith-wcwl-admin.php:312
75
  msgid ""
76
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
77
  "move a product from one wishlist to another, change order of items, "
78
  "quantity, etc."
79
  msgstr ""
80
 
81
+ #: includes/class-yith-wcwl-admin.php:313
82
  msgid ""
83
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
84
  "content of their wishlist to the admin and get a custom quote"
85
  msgstr ""
86
 
87
+ #: includes/class-yith-wcwl-admin.php:314
88
  msgid ""
89
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
90
  "(available also with \"mini-cart\" style for the header)"
91
  msgstr ""
92
 
93
+ #: includes/class-yith-wcwl-admin.php:315
94
  msgid ""
95
+ "<b>Send promotional emails to users</b> who have added specific products to "
 
96
  "their wishlist"
97
  msgstr ""
98
 
99
+ #: includes/class-yith-wcwl-admin.php:316
100
  msgid ""
101
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
102
  "the list is back in stock or on sale"
103
  msgstr ""
104
 
105
+ #: includes/class-yith-wcwl-admin.php:317
106
  msgid "Regular updates, Translations and Premium Support"
107
  msgstr ""
108
 
109
+ #: includes/class-yith-wcwl-ajax-handler.php:94
110
+ #: templates/add-to-wishlist-remove.php:81
111
  msgid "View &rsaquo;"
112
  msgstr ""
113
 
114
+ #: includes/class-yith-wcwl-ajax-handler.php:95
115
+ #: templates/add-to-wishlist-remove.php:69
116
  msgid "or"
117
  msgstr ""
118
 
119
+ #: includes/class-yith-wcwl-ajax-handler.php:96
120
  msgid "Close"
121
  msgstr ""
122
 
123
+ #: includes/class-yith-wcwl-ajax-handler.php:203
124
+ #: includes/class-yith-wcwl-ajax-handler.php:252
125
  msgid "Product successfully removed."
126
  msgstr "Artikel entfernt."
127
 
128
+ #: includes/class-yith-wcwl-form-handler.php:193
129
  msgid "Please, make sure to enter a valid title"
130
  msgstr ""
131
 
132
+ #: includes/class-yith-wcwl-frontend.php:674
133
  msgid ""
134
  "We are sorry, but this feature is available only if cookies on your browser "
135
  "are enabled."
136
  msgstr ""
137
 
138
+ #: includes/class-yith-wcwl-frontend.php:684
139
  msgid "Product added to cart successfully"
140
  msgstr ""
141
 
142
+ #: includes/class-yith-wcwl-frontend.php:947
143
+ #: includes/class-yith-wcwl-shortcode.php:248
144
+ #: plugin-options/wishlist_page-options.php:249
145
+ #: templates/wishlist-view-footer-mobile.php:59
146
+ #: templates/wishlist-view-footer.php:59
147
  msgid "Add to cart"
148
  msgstr ""
149
 
191
  "for the products you love."
192
  msgstr ""
193
 
194
+ #: includes/class-yith-wcwl-privacy.php:94
195
+ #: includes/class-yith-wcwl-privacy.php:110
196
  msgid "Customer wishlists"
197
  msgstr ""
198
 
199
+ #: includes/class-yith-wcwl-privacy.php:147 plugin-options/lists-options.php:34
200
+ #: plugin-options/lists-options.php:41
201
  msgid "Wishlists"
202
  msgstr "Wunschlisten"
203
 
204
  #. Translators: %s Order number.
205
+ #: includes/class-yith-wcwl-privacy.php:233
206
  msgid "Removed wishlist %s."
207
  msgstr "Meine Wunschliste bei %s"
208
 
209
  #. Translators: %s Order number.
210
+ #: includes/class-yith-wcwl-privacy.php:237
211
  msgid "Wishlist %s has been retained."
212
  msgstr "Wunschliste \"Angebot anfragen\""
213
 
214
+ #: includes/class-yith-wcwl-privacy.php:272
215
  msgid "Token"
216
  msgstr ""
217
 
218
+ #: includes/class-yith-wcwl-privacy.php:273
219
  msgid "Wishlist URL"
220
  msgstr ""
221
 
222
+ #: includes/class-yith-wcwl-privacy.php:274
223
  msgid "Title"
224
  msgstr "Titel:"
225
 
226
+ #: includes/class-yith-wcwl-privacy.php:276
227
  msgid "Visibility"
228
  msgstr ""
229
 
230
+ #: includes/class-yith-wcwl-privacy.php:277
231
  msgid "Items added"
232
  msgstr ""
233
 
294
  msgid "ID of the wishlist to show (e.g. K6EOWXB888ZD)"
295
  msgstr ""
296
 
297
+ #: includes/class-yith-wcwl-shortcode.php:452
298
  msgid "Share on:"
299
  msgstr "Teile auf:"
300
 
301
+ #: includes/class-yith-wcwl-shortcode.php:498
302
+ #: plugin-options/wishlist_page-options.php:147
303
  msgid "Share on Facebook"
304
  msgstr "Auf Facebook teilen"
305
 
306
+ #: includes/class-yith-wcwl-shortcode.php:515
307
+ #: plugin-options/wishlist_page-options.php:156
308
  msgid "Tweet on Twitter"
309
  msgstr "Auf Twitter teilen"
310
 
311
+ #: includes/class-yith-wcwl-shortcode.php:533
312
+ #: plugin-options/wishlist_page-options.php:165
313
  msgid "Pin on Pinterest"
314
  msgstr "Auf Pinterest teilen"
315
 
316
+ #: includes/class-yith-wcwl-shortcode.php:547
317
  msgid "Share via email"
318
  msgstr ""
319
 
320
+ #: includes/class-yith-wcwl-shortcode.php:570
321
+ #: plugin-options/wishlist_page-options.php:183
322
  msgid "Share on WhatsApp"
323
  msgstr ""
324
 
325
+ #: includes/class-yith-wcwl-shortcode.php:744
326
  msgid "Remove from list"
327
  msgstr ""
328
 
329
+ #: includes/class-yith-wcwl-wishlist-item.php:203
330
  msgid "Free!"
331
  msgstr "Kostenlos!"
332
 
333
+ #: includes/class-yith-wcwl.php:232
334
  msgid "The item cannot be added to this wishlist"
335
  msgstr ""
336
 
337
+ #: includes/class-yith-wcwl.php:236 includes/class-yith-wcwl.php:242
338
  msgid "An error occurred while adding the products to the wishlist."
339
  msgstr ""
340
 
341
+ #: includes/class-yith-wcwl.php:339 includes/class-yith-wcwl.php:365
342
  msgid "Error. Unable to remove the product from the wishlist."
343
  msgstr "Fehler: Artikel konnte nicht von der Wunschliste entfernt werden."
344
 
345
+ #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:250
346
+ #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:272
347
  msgid "Invalid wishlist."
348
  msgstr ""
349
 
350
+ #: includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:210
351
  msgid "Invalid wishlist item."
352
  msgstr ""
353
 
354
  #. translators: 1. Number of users.
355
+ #: includes/functions-yith-wcwl.php:309
356
  msgid "%d user"
357
  msgid_plural "%d users"
358
  msgstr[0] ""
359
  msgstr[1] ""
360
 
361
+ #: includes/functions-yith-wcwl.php:310
362
  msgid "has this item in wishlist"
363
  msgid_plural "have this item in wishlist"
364
  msgstr[0] ""
365
  msgstr[1] ""
366
 
367
+ #: includes/functions-yith-wcwl.php:312
368
  msgid "You're the first"
369
  msgstr ""
370
 
371
+ #: includes/functions-yith-wcwl.php:313
372
  msgid "to add this item in wishlist"
373
  msgstr ""
374
 
375
  #. translators: 1. Count of users when many, or "another" when only one.
376
+ #: includes/functions-yith-wcwl.php:317
377
  msgid "You and %s user"
378
  msgid_plural "You and %d users"
379
  msgstr[0] ""
380
  msgstr[1] ""
381
 
382
+ #: includes/functions-yith-wcwl.php:317
383
  msgid "another"
384
  msgstr ""
385
 
386
+ #: includes/functions-yith-wcwl.php:318
387
  msgid "have this item in wishlist"
388
  msgstr ""
389
 
390
+ #: includes/functions-yith-wcwl.php:534
391
  msgid "None"
392
  msgstr ""
393
 
394
+ #: includes/functions-yith-wcwl.php:535
395
  #, fuzzy
396
  msgid "Custom"
397
  msgstr "Benutzerdefiniertes CSS"
398
 
399
+ #: includes/functions-yith-wcwl.php:567
400
  msgid "Shared"
401
  msgstr "geteilt"
402
 
403
+ #: includes/functions-yith-wcwl.php:571
404
  msgid "Only people with a link to this list can see it"
405
  msgstr ""
406
 
407
+ #: includes/functions-yith-wcwl.php:577
408
  msgid "Private"
409
  msgstr "Privat"
410
 
411
+ #: includes/functions-yith-wcwl.php:581
412
  msgid "Only you can see this list"
413
  msgstr ""
414
 
415
+ #: includes/functions-yith-wcwl.php:587
416
  msgid "Public"
417
  msgstr "Öffentlich"
418
 
419
+ #: includes/functions-yith-wcwl.php:591
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:118
424
+ #: plugin-options/add_to_wishlist-options.php:136
425
  msgid "Add to wishlist"
426
  msgstr ""
427
 
428
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:128
429
+ #: plugin-options/add_to_wishlist-options.php:152
430
  msgid "Browse wishlist"
431
  msgstr ""
432
 
440
  msgid "Product added to wishlist"
441
  msgstr "Artikel ist bereits auf der Wunschliste Text"
442
 
443
+ #: init.php:173
444
  #, fuzzy
445
  msgid "is enabled but not effective. It requires WooCommerce to work."
446
  msgstr "YITH Wishlist erfordert WooCommerce"
447
 
448
+ #: init.php:191
449
+ msgid ""
450
+ "YITH WooCommerce Wishlist was deactivated as you're running an higher tier "
451
+ "version of the same plugin."
 
 
452
  msgstr ""
453
 
454
+ #: plugin-options/add_to_wishlist-options.php:29
455
+ #: plugin-options/settings-options.php:32
456
  msgid "General Settings"
457
  msgstr "Allgemeine Einstellungen"
458
 
459
+ #: plugin-options/add_to_wishlist-options.php:36
460
  msgid "After product is added to wishlist"
461
  msgstr ""
462
 
463
+ #: plugin-options/add_to_wishlist-options.php:37
464
  msgid ""
465
  "Choose the look of the Wishlist button when the product has already been "
466
  "added to a wishlist"
467
  msgstr ""
468
 
469
+ #: plugin-options/add_to_wishlist-options.php:41
470
  #, fuzzy
471
  msgid "Show \"Add to wishlist\" button"
472
  msgstr "Artikel ist bereits auf der Wunschliste Text"
473
 
474
+ #: plugin-options/add_to_wishlist-options.php:42
475
  msgid "Show \"View wishlist\" link"
476
  msgstr ""
477
 
478
+ #: plugin-options/add_to_wishlist-options.php:43
479
  msgid "Show \"Remove from list\" link"
480
  msgstr ""
481
 
482
+ #: plugin-options/add_to_wishlist-options.php:57
483
  msgid "Loop settings"
484
  msgstr ""
485
 
486
+ #: plugin-options/add_to_wishlist-options.php:59
487
  msgid ""
488
  "Loop options will be visible on Shop page, category pages, product "
489
  "shortcodes, products sliders, and all the other places where the WooCommerce "
490
  "products' loop is used"
491
  msgstr ""
492
 
493
+ #: plugin-options/add_to_wishlist-options.php:64
494
  msgid "Show \"Add to wishlist\" in loop"
495
  msgstr ""
496
 
497
+ #: plugin-options/add_to_wishlist-options.php:65
498
  msgid "Enable the \"Add to wishlist\" feature in WooCommerce products' loop"
499
  msgstr ""
500
 
501
+ #: plugin-options/add_to_wishlist-options.php:73
502
  msgid "Position of \"Add to wishlist\" in loop"
503
  msgstr ""
504
 
505
+ #: plugin-options/add_to_wishlist-options.php:74
506
  msgid ""
507
  "Choose where to show \"Add to wishlist\" button or link in WooCommerce "
508
  "products' loop. <span class=\"addon\">Copy this shortcode <span class=\"code"
510
  "want to show the \"Add to wishlist\" link or button</span>"
511
  msgstr ""
512
 
513
+ #: plugin-options/add_to_wishlist-options.php:81
514
  msgid "On top of the image"
515
  msgstr ""
516
 
517
+ #: plugin-options/add_to_wishlist-options.php:82
518
  msgid "Before \"Add to cart\" button"
519
  msgstr ""
520
 
521
+ #: plugin-options/add_to_wishlist-options.php:83
522
  msgid "After \"Add to cart\" button"
523
  msgstr ""
524
 
525
+ #: plugin-options/add_to_wishlist-options.php:84
526
+ #: plugin-options/add_to_wishlist-options.php:116
527
  msgid "Use shortcode"
528
  msgstr "Benutze Shortcodes"
529
 
530
+ #: plugin-options/add_to_wishlist-options.php:98
531
  msgid "Product page settings"
532
  msgstr ""
533
 
534
+ #: plugin-options/add_to_wishlist-options.php:105
535
  msgid "Position of \"Add to wishlist\" on product page"
536
  msgstr ""
537
 
538
+ #: plugin-options/add_to_wishlist-options.php:106
539
  msgid ""
540
  "Choose where to show \"Add to wishlist\" button or link on the product page. "
541
  "<span class=\"addon\">Copy this shortcode <span class=\"code"
543
  "want to show the \"Add to wishlist\" link or button</span>"
544
  msgstr ""
545
 
546
+ #: plugin-options/add_to_wishlist-options.php:113
547
  msgid "After \"Add to cart\""
548
  msgstr "Nach \"in den Warenkorb\""
549
 
550
+ #: plugin-options/add_to_wishlist-options.php:114
551
  msgid "After thumbnails"
552
  msgstr "Nach dem Vorschaubild"
553
 
554
+ #: plugin-options/add_to_wishlist-options.php:115
555
  msgid "After summary"
556
  msgstr "Nach der Zusammenfassung"
557
 
558
+ #: plugin-options/add_to_wishlist-options.php:126
559
+ #: plugin-options/wishlist_page-options.php:231
560
  msgid "Text customization"
561
  msgstr ""
562
 
563
+ #: plugin-options/add_to_wishlist-options.php:133
564
  msgid "\"Add to wishlist\" text"
565
  msgstr ""
566
 
567
+ #: plugin-options/add_to_wishlist-options.php:134
568
  msgid "Enter a text for \"Add to wishlist\" button"
569
  msgstr ""
570
 
571
+ #: plugin-options/add_to_wishlist-options.php:141
572
  msgid "\"Product added\" text"
573
  msgstr "Artikel hinzugefügt Text"
574
 
575
+ #: plugin-options/add_to_wishlist-options.php:142
576
  msgid ""
577
  "Enter the text of the message displayed when the user adds a product to the "
578
  "wishlist"
579
  msgstr ""
580
 
581
+ #: plugin-options/add_to_wishlist-options.php:144
582
  msgid "Product added!"
583
  msgstr "Artikel hinzugefügt!"
584
 
585
+ #: plugin-options/add_to_wishlist-options.php:149
586
  msgid "\"Browse wishlist\" text"
587
  msgstr "\"Wunschliste durchsuchen\" Text"
588
 
589
+ #: plugin-options/add_to_wishlist-options.php:150
590
  msgid "Enter a text for the \"Browse wishlist\" link on the product page"
591
  msgstr ""
592
 
593
+ #: plugin-options/add_to_wishlist-options.php:157
594
  msgid "\"Product already in wishlist\" text"
595
  msgstr "Artikel ist bereits auf der Wunschliste Text"
596
 
597
+ #: plugin-options/add_to_wishlist-options.php:158
598
  msgid ""
599
  "Enter the text for the message displayed when the user views a product that "
600
  "is already in the wishlist"
601
  msgstr ""
602
 
603
+ #: plugin-options/add_to_wishlist-options.php:160
604
  msgid "The product is already in your wishlist!"
605
  msgstr ""
606
 
607
+ #: plugin-options/add_to_wishlist-options.php:170
608
  msgid "Style & Color customization"
609
  msgstr ""
610
 
611
+ #: plugin-options/add_to_wishlist-options.php:177
612
  msgid "Style of \"Add to wishlist\""
613
  msgstr ""
614
 
615
+ #: plugin-options/add_to_wishlist-options.php:178
616
  msgid ""
617
  "Choose if you want to show a textual \"Add to wishlist\" link or a button"
618
  msgstr ""
619
 
620
+ #: plugin-options/add_to_wishlist-options.php:181
621
+ #: plugin-options/wishlist_page-options.php:270
622
  msgid "Textual (anchor)"
623
  msgstr ""
624
 
625
+ #: plugin-options/add_to_wishlist-options.php:182
626
+ #: plugin-options/wishlist_page-options.php:271
627
  msgid "Button with theme style"
628
  msgstr ""
629
 
630
+ #: plugin-options/add_to_wishlist-options.php:183
631
+ #: plugin-options/wishlist_page-options.php:272
632
  msgid "Button with custom style"
633
  msgstr ""
634
 
635
+ #: plugin-options/add_to_wishlist-options.php:191
636
  msgid "\"Add to wishlist\" button style"
637
  msgstr ""
638
 
639
+ #: plugin-options/add_to_wishlist-options.php:197
640
  msgid "Choose colors for the \"Add to wishlist\" button"
641
  msgstr ""
642
 
643
+ #: plugin-options/add_to_wishlist-options.php:199
644
+ #: plugin-options/wishlist_page-options.php:288
645
+ #: plugin-options/wishlist_page-options.php:386
646
+ #: plugin-options/wishlist_page-options.php:435
647
+ #: plugin-options/wishlist_page-options.php:483
648
+ #: plugin-options/wishlist_page-options.php:570
649
+ #: plugin-options/wishlist_page-options.php:610
650
+ #: plugin-options/wishlist_page-options.php:650
651
+ #: plugin-options/wishlist_page-options.php:690
652
+ #: plugin-options/wishlist_page-options.php:730
653
  msgid "Background"
654
  msgstr "Hintergrund"
655
 
656
+ #: plugin-options/add_to_wishlist-options.php:204
657
+ #: plugin-options/wishlist_page-options.php:293
658
+ #: plugin-options/wishlist_page-options.php:391
659
+ #: plugin-options/wishlist_page-options.php:440
660
+ #: plugin-options/wishlist_page-options.php:488
661
+ #: plugin-options/wishlist_page-options.php:525
662
  msgid "Text"
663
  msgstr "Text"
664
 
665
+ #: plugin-options/add_to_wishlist-options.php:209
666
+ #: plugin-options/wishlist_page-options.php:298
667
+ #: plugin-options/wishlist_page-options.php:396
668
+ #: plugin-options/wishlist_page-options.php:445
669
+ #: plugin-options/wishlist_page-options.php:493
670
  msgid "Border"
671
  msgstr "Rand"
672
 
673
+ #: plugin-options/add_to_wishlist-options.php:215
674
  msgid "Choose colors for the \"Add to wishlist\" button on hover state"
675
  msgstr ""
676
 
677
+ #: plugin-options/add_to_wishlist-options.php:217
678
+ #: plugin-options/wishlist_page-options.php:306
679
+ #: plugin-options/wishlist_page-options.php:404
680
+ #: plugin-options/wishlist_page-options.php:453
681
  msgid "Background Hover"
682
  msgstr ""
683
 
684
+ #: plugin-options/add_to_wishlist-options.php:222
685
+ #: plugin-options/wishlist_page-options.php:311
686
+ #: plugin-options/wishlist_page-options.php:409
687
+ #: plugin-options/wishlist_page-options.php:458
688
  msgid "Text Hover"
689
  msgstr ""
690
 
691
+ #: plugin-options/add_to_wishlist-options.php:227
692
+ #: plugin-options/wishlist_page-options.php:316
693
+ #: plugin-options/wishlist_page-options.php:414
694
+ #: plugin-options/wishlist_page-options.php:463
695
  msgid "Border Hover"
696
  msgstr ""
697
 
698
+ #: plugin-options/add_to_wishlist-options.php:240
699
+ #: plugin-options/wishlist_page-options.php:329
700
  msgid "Border radius"
701
  msgstr ""
702
 
703
+ #: plugin-options/add_to_wishlist-options.php:241
704
  msgid "Choose radius for the \"Add to wishlist\" button"
705
  msgstr ""
706
 
707
+ #: plugin-options/add_to_wishlist-options.php:255
708
  msgid "\"Add to wishlist\" icon"
709
  msgstr ""
710
 
711
+ #: plugin-options/add_to_wishlist-options.php:256
712
  msgid "Select an icon for the \"Add to wishlist\" button (optional)"
713
  msgstr ""
714
 
715
+ #: plugin-options/add_to_wishlist-options.php:275
716
  msgid "\"Add to wishlist\" custom icon"
717
  msgstr ""
718
 
719
+ #: plugin-options/add_to_wishlist-options.php:276
720
+ #: plugin-options/add_to_wishlist-options.php:309
721
  msgid ""
722
  "Upload an icon you'd like to use for \"Add to wishlist\" button (suggested "
723
  "32px x 32px)"
724
  msgstr ""
725
 
726
+ #: plugin-options/add_to_wishlist-options.php:288
727
  msgid "\"Added to wishlist\" icon"
728
  msgstr ""
729
 
730
+ #: plugin-options/add_to_wishlist-options.php:289
731
  msgid "Select an icon for the \"Added to wishlist\" button (optional)"
732
  msgstr ""
733
 
734
+ #: plugin-options/add_to_wishlist-options.php:304
735
  msgid "Same used for Add to wishlist"
736
  msgstr ""
737
 
738
+ #: plugin-options/add_to_wishlist-options.php:308
739
  msgid "\"Added to wishlist\" custom icon"
740
  msgstr ""
741
 
742
+ #: plugin-options/add_to_wishlist-options.php:321
743
  msgid "Custom CSS"
744
  msgstr "Benutzerdefiniertes CSS"
745
 
746
+ #: plugin-options/add_to_wishlist-options.php:322
747
  msgid "Enter custom CSS to be applied to Wishlist elements (optional)"
748
  msgstr ""
749
 
750
+ #: plugin-options/lists-options.php:43
751
  msgid "Search list"
752
  msgstr ""
753
 
754
+ #: plugin-options/settings-options.php:39
 
 
 
 
 
 
 
 
755
  msgid "Enable AJAX loading"
756
  msgstr ""
757
 
758
+ #: plugin-options/settings-options.php:40
759
  msgid "Load any cacheable wishlist item via AJAX"
760
  msgstr ""
761
 
762
+ #: plugin-options/settings-options.php:54
763
  msgid "YITH WooCommerce Frequently Bought Together Integration"
764
  msgstr "YITH WooCommerce Frequently Bought Together integration"
765
 
766
+ #: plugin-options/settings-options.php:60
 
 
 
 
 
 
 
 
767
  msgid "Enable slider in wishlist"
768
  msgstr "Slider in Wunschliste aktivieren"
769
 
770
+ #. translators: 1. Example image of the integration.
771
+ #: plugin-options/settings-options.php:62
 
772
  msgid ""
773
  "Enable the slider with linked products on the Wishlist page (<a href=\"%1$s"
774
+ "\" class=\"thickbox\">Example</a>)."
775
  msgstr ""
776
 
777
+ #: plugin-options/wishlist_page-options.php:28
778
+ #: plugin-options/wishlist_page-options.php:35
 
 
 
779
  msgid "Wishlist page"
780
  msgstr ""
781
 
782
+ #: plugin-options/wishlist_page-options.php:36
783
  msgid ""
784
  "Pick a page as the main Wishlist page; make sure you add the <span class="
785
  "\"code\"><code>[yith_wcwl_wishlist]</code></span> shortcode into the page "
786
  "content"
787
  msgstr ""
788
 
789
+ #: plugin-options/wishlist_page-options.php:49
790
  msgid "Wishlist Detail Page"
791
  msgstr ""
792
 
 
793
  #: plugin-options/wishlist_page-options.php:56
794
  #: plugin-options/wishlist_page-options.php:65
795
  #: plugin-options/wishlist_page-options.php:74
796
  #: plugin-options/wishlist_page-options.php:83
797
  #: plugin-options/wishlist_page-options.php:92
798
  #: plugin-options/wishlist_page-options.php:101
799
+ #: plugin-options/wishlist_page-options.php:110
800
  msgid "In wishlist table show"
801
  msgstr ""
802
 
803
+ #: plugin-options/wishlist_page-options.php:57
804
  msgid "Product variations selected by the user (example: size or color)"
805
  msgstr ""
806
 
807
+ #: plugin-options/wishlist_page-options.php:66
808
  msgid "Product price"
809
  msgstr ""
810
 
811
+ #: plugin-options/wishlist_page-options.php:75
812
  msgid "Product stock (show if the product is available or not)"
813
  msgstr ""
814
 
815
+ #: plugin-options/wishlist_page-options.php:84
816
  msgid "Date on which the product was added to the wishlist"
817
  msgstr ""
818
 
819
+ #: plugin-options/wishlist_page-options.php:93
820
  msgid "Add to cart option for each product"
821
  msgstr ""
822
 
823
+ #: plugin-options/wishlist_page-options.php:102
824
  msgid ""
825
  "Icon to remove the product from the wishlist - to the left of the product"
826
  msgstr ""
827
 
828
+ #: plugin-options/wishlist_page-options.php:111
829
  msgid ""
830
  "Button to remove the product from the wishlist - to the right of the product"
831
  msgstr ""
832
 
833
+ #: plugin-options/wishlist_page-options.php:119
834
  msgid "Redirect to cart"
835
  msgstr "Zum Warenkorb weiterleiten"
836
 
837
+ #: plugin-options/wishlist_page-options.php:120
838
  msgid ""
839
  "Redirect users to the cart page when they add a product to the cart from the "
840
  "wishlist page"
841
  msgstr ""
842
 
843
+ #: plugin-options/wishlist_page-options.php:128
844
  msgid "Remove if added to the cart"
845
  msgstr "Entfernen wenn zum Warenkorb hinzugefügt"
846
 
847
+ #: plugin-options/wishlist_page-options.php:129
848
  msgid ""
849
  "Remove the product from the wishlist after it has been added to the cart"
850
  msgstr ""
851
 
852
+ #: plugin-options/wishlist_page-options.php:137
853
  msgid "Share wishlist"
854
  msgstr ""
855
 
856
+ #: plugin-options/wishlist_page-options.php:138
857
  msgid "Enable this option to let users share their wishlist on social media"
858
  msgstr ""
859
 
 
860
  #: plugin-options/wishlist_page-options.php:146
861
  #: plugin-options/wishlist_page-options.php:155
862
  #: plugin-options/wishlist_page-options.php:164
863
  #: plugin-options/wishlist_page-options.php:173
864
+ #: plugin-options/wishlist_page-options.php:182
865
  msgid "Share on social media"
866
  msgstr ""
867
 
868
+ #: plugin-options/wishlist_page-options.php:174
869
  msgid "Share by email"
870
  msgstr ""
871
 
872
+ #: plugin-options/wishlist_page-options.php:191
873
  msgid "Share by URL"
874
  msgstr ""
875
 
876
+ #: plugin-options/wishlist_page-options.php:192
877
  msgid "Show \"Share URL\" field on wishlist page"
878
  msgstr ""
879
 
880
+ #: plugin-options/wishlist_page-options.php:200
881
  msgid "Sharing title"
882
  msgstr ""
883
 
884
+ #: plugin-options/wishlist_page-options.php:201
885
  msgid "Wishlist title used for sharing (only used on Twitter and Pinterest)"
886
  msgstr ""
887
 
888
  #. translators: 1. Blog name.
889
+ #: plugin-options/wishlist_page-options.php:204
890
  msgid "My wishlist on %s"
891
  msgstr "Meine Wunschliste bei %s"
892
 
893
+ #: plugin-options/wishlist_page-options.php:209
894
  msgid "Social text"
895
  msgstr "Social Text"
896
 
897
+ #: plugin-options/wishlist_page-options.php:210
898
  msgid ""
899
  "Type the message you want to publish when you share your wishlist on Twitter "
900
  "and Pinterest"
901
  msgstr ""
902
 
903
+ #: plugin-options/wishlist_page-options.php:218
904
  msgid "Social image URL"
905
  msgstr "Social Bild URL"
906
 
907
+ #: plugin-options/wishlist_page-options.php:219
908
  msgid "It will be used to pin the wishlist on Pinterest."
909
  msgstr ""
910
 
911
+ #: plugin-options/wishlist_page-options.php:238
912
  msgid "Default wishlist name"
913
  msgstr ""
914
 
915
+ #: plugin-options/wishlist_page-options.php:239
916
  msgid ""
917
  "Enter a name for the default wishlist. This is the wishlist that will be "
918
  "automatically generated for all users if they do not create any custom one"
919
  msgstr ""
920
 
921
+ #: plugin-options/wishlist_page-options.php:241
922
  #, fuzzy
923
  msgid "My wishlist"
924
  msgstr "Meine Wunschliste bei %s"
925
 
926
+ #: plugin-options/wishlist_page-options.php:246
927
  msgid "\"Add to cart\" text"
928
  msgstr ""
929
 
930
+ #: plugin-options/wishlist_page-options.php:247
931
  msgid "Enter a text for the \"Add to cart\" button"
932
  msgstr ""
933
 
934
+ #: plugin-options/wishlist_page-options.php:259
935
  msgid "Style & color customization"
936
  msgstr ""
937
 
938
+ #: plugin-options/wishlist_page-options.php:266
939
  msgid "Style of \"Add to cart\""
940
  msgstr ""
941
 
942
+ #: plugin-options/wishlist_page-options.php:267
943
  msgid "Choose whether to show a textual \"Add to cart\" link or a button"
944
  msgstr ""
945
 
946
+ #: plugin-options/wishlist_page-options.php:280
947
  msgid "\"Add to cart\" button style"
948
  msgstr ""
949
 
950
+ #: plugin-options/wishlist_page-options.php:286
951
  msgid "Choose the colors for the \"Add to cart\" button"
952
  msgstr ""
953
 
954
+ #: plugin-options/wishlist_page-options.php:304
955
  msgid "Choose colors for the \"Add to cart\" button on hover state"
956
  msgstr ""
957
 
958
+ #: plugin-options/wishlist_page-options.php:330
959
  msgid "Set the radius for the \"Add to cart\" button"
960
  msgstr ""
961
 
962
+ #: plugin-options/wishlist_page-options.php:344
963
  msgid "\"Add to cart\" icon"
964
  msgstr ""
965
 
966
+ #: plugin-options/wishlist_page-options.php:345
967
  msgid "Select an icon for the \"Add to cart\" button (optional)"
968
  msgstr ""
969
 
970
+ #: plugin-options/wishlist_page-options.php:369
971
  msgid "\"Add to cart\" custom icon"
972
  msgstr ""
973
 
974
+ #: plugin-options/wishlist_page-options.php:370
975
  msgid ""
976
  "Upload an icon you'd like to use for the \"Add to cart\" button (suggested "
977
  "32px x 32px)"
978
  msgstr ""
979
 
980
+ #: plugin-options/wishlist_page-options.php:378
981
  msgid "Primary button style"
982
  msgstr ""
983
 
984
+ #: plugin-options/wishlist_page-options.php:384
985
  msgid ""
986
  "Choose colors for the primary button<br/><small>This style will be applied "
987
  "to \"Edit title\" button on Wishlist view, \"Submit Changes\" button on "
988
  "Manage view and \"Search wishlist\" button on Search view</small>"
989
  msgstr ""
990
 
991
+ #: plugin-options/wishlist_page-options.php:402
992
  msgid ""
993
  "Choose colors for the primary button on hover state<br/><small>This style "
994
  "will be applied to \"Edit title\" button on Wishlist view, \"Submit Changes"
996
  "small>"
997
  msgstr ""
998
 
999
+ #: plugin-options/wishlist_page-options.php:427
1000
  msgid "Secondary button style"
1001
  msgstr ""
1002
 
 
1003
  #: plugin-options/wishlist_page-options.php:433
1004
+ #: plugin-options/wishlist_page-options.php:451
1005
  msgid ""
1006
  "Choose colors of the secondary button<br/><small>This style will be applied "
1007
  "to the buttons that allow showing and hiding the Edit title form on Wishlist "
1008
  "view and \"Create new Wishlist\" button on Manage view</small>"
1009
  msgstr ""
1010
 
1011
+ #: plugin-options/wishlist_page-options.php:476
1012
  msgid "Wishlist table style"
1013
  msgstr ""
1014
 
1015
+ #: plugin-options/wishlist_page-options.php:477
1016
  msgid ""
1017
  "Choose the colors for the wishlist table (when set to \"Traditional\" layout)"
1018
  msgstr ""
1019
 
1020
+ #: plugin-options/wishlist_page-options.php:505
1021
  msgid "Highlight color"
1022
  msgstr ""
1023
 
1024
+ #: plugin-options/wishlist_page-options.php:506
1025
  msgid ""
1026
  "Choose the color for all sections with background<br/><small>This color will "
1027
  "be used as background for the wishlist table heading and footer (when set to "
1028
  "\"Traditional\" layout), and for various form across wishlist views</small>"
1029
  msgstr ""
1030
 
1031
+ #: plugin-options/wishlist_page-options.php:518
1032
  msgid "Share button text color"
1033
  msgstr ""
1034
 
1035
+ #: plugin-options/wishlist_page-options.php:519
1036
  msgid "Choose colors for share buttons text"
1037
  msgstr ""
1038
 
1039
+ #: plugin-options/wishlist_page-options.php:530
1040
  msgid "Text hover"
1041
  msgstr ""
1042
 
1043
+ #: plugin-options/wishlist_page-options.php:543
1044
  msgid "Facebook share button icon"
1045
  msgstr ""
1046
 
1047
+ #: plugin-options/wishlist_page-options.php:544
1048
  msgid "Select an icon for the Facebook share button"
1049
  msgstr ""
1050
 
1051
+ #: plugin-options/wishlist_page-options.php:554
1052
  msgid "Facebook share button custom icon"
1053
  msgstr ""
1054
 
1055
+ #: plugin-options/wishlist_page-options.php:555
1056
  msgid ""
1057
  "Upload an icon you'd like to use for Facebook share button (suggested 32px x "
1058
  "32px)"
1059
  msgstr ""
1060
 
1061
+ #: plugin-options/wishlist_page-options.php:563
1062
  msgid "Facebook share button style"
1063
  msgstr ""
1064
 
1065
+ #: plugin-options/wishlist_page-options.php:564
1066
  msgid "Choose colors for Facebook share button"
1067
  msgstr ""
1068
 
1069
+ #: plugin-options/wishlist_page-options.php:575
1070
+ #: plugin-options/wishlist_page-options.php:615
1071
+ #: plugin-options/wishlist_page-options.php:655
1072
+ #: plugin-options/wishlist_page-options.php:695
1073
+ #: plugin-options/wishlist_page-options.php:735
1074
  msgid "Background hover"
1075
  msgstr ""
1076
 
1077
+ #: plugin-options/wishlist_page-options.php:583
1078
  msgid "Twitter share button icon"
1079
  msgstr ""
1080
 
1081
+ #: plugin-options/wishlist_page-options.php:584
1082
  msgid "Select an icon for the Twitter share button"
1083
  msgstr ""
1084
 
1085
+ #: plugin-options/wishlist_page-options.php:594
1086
  msgid "Twitter share button custom icon"
1087
  msgstr ""
1088
 
1089
+ #: plugin-options/wishlist_page-options.php:595
1090
  msgid ""
1091
  "Upload an icon you'd like to use for Twitter share button (suggested 32px x "
1092
  "32px)"
1093
  msgstr ""
1094
 
1095
+ #: plugin-options/wishlist_page-options.php:603
1096
  msgid "Twitter share button style"
1097
  msgstr ""
1098
 
1099
+ #: plugin-options/wishlist_page-options.php:604
1100
  msgid "Choose colors for Twitter share button"
1101
  msgstr ""
1102
 
1103
+ #: plugin-options/wishlist_page-options.php:623
1104
  msgid "Pinterest share button icon"
1105
  msgstr ""
1106
 
1107
+ #: plugin-options/wishlist_page-options.php:624
1108
  msgid "Select an icon for the Pinterest share button"
1109
  msgstr ""
1110
 
1111
+ #: plugin-options/wishlist_page-options.php:634
1112
  msgid "Pinterest share button custom icon"
1113
  msgstr ""
1114
 
1115
+ #: plugin-options/wishlist_page-options.php:635
1116
  msgid ""
1117
  "Upload an icon you'd like to use for Pinterest share button (suggested 32px "
1118
  "x 32px)"
1119
  msgstr ""
1120
 
1121
+ #: plugin-options/wishlist_page-options.php:643
1122
  msgid "Pinterest share button style"
1123
  msgstr ""
1124
 
1125
+ #: plugin-options/wishlist_page-options.php:644
1126
  msgid "Choose colors for Pinterest share button"
1127
  msgstr ""
1128
 
1129
+ #: plugin-options/wishlist_page-options.php:663
1130
  msgid "Email share button icon"
1131
  msgstr ""
1132
 
1133
+ #: plugin-options/wishlist_page-options.php:664
1134
  msgid "Select an icon for the Email share button"
1135
  msgstr ""
1136
 
1137
+ #: plugin-options/wishlist_page-options.php:674
1138
  msgid "Email share button custom icon"
1139
  msgstr ""
1140
 
1141
+ #: plugin-options/wishlist_page-options.php:675
1142
  msgid ""
1143
  "Upload an icon you'd like to use for the Email share button (suggested 32px "
1144
  "x 32px)"
1145
  msgstr ""
1146
 
1147
+ #: plugin-options/wishlist_page-options.php:683
1148
  msgid "Email share button style"
1149
  msgstr ""
1150
 
1151
+ #: plugin-options/wishlist_page-options.php:684
1152
  msgid "Choose colors for the Email share button"
1153
  msgstr ""
1154
 
1155
+ #: plugin-options/wishlist_page-options.php:703
1156
  msgid "WhatsApp share button icon"
1157
  msgstr ""
1158
 
1159
+ #: plugin-options/wishlist_page-options.php:704
1160
  msgid "Select an icon for the WhatsApp share button"
1161
  msgstr ""
1162
 
1163
+ #: plugin-options/wishlist_page-options.php:714
1164
  msgid "WhatsApp share button custom icon"
1165
  msgstr ""
1166
 
1167
+ #: plugin-options/wishlist_page-options.php:715
1168
  msgid ""
1169
  "Upload an icon you'd like to use for WhatsApp share button (suggested 32px x "
1170
  "32px)"
1171
  msgstr ""
1172
 
1173
+ #: plugin-options/wishlist_page-options.php:723
1174
  msgid "WhatsApp share button style"
1175
  msgstr ""
1176
 
1177
+ #: plugin-options/wishlist_page-options.php:724
1178
  msgid "Choose colors for WhatsApp share button"
1179
  msgstr ""
1180
 
1181
+ #: templates/share.php:56 templates/share.php:57
1182
  msgid "Facebook"
1183
  msgstr "Facebook"
1184
 
1185
+ #: templates/share.php:64 templates/share.php:65
1186
  msgid "Twitter"
1187
  msgstr "Twitter"
1188
 
1189
+ #: templates/share.php:72 templates/share.php:73
1190
  msgid "Pinterest"
1191
  msgstr "Pinterest"
1192
 
1193
+ #: templates/share.php:102 templates/share.php:103
1194
  msgid "Email"
1195
  msgstr "EMail"
1196
 
1197
+ #: templates/share.php:110
1198
  msgid "WhatsApp"
1199
  msgstr ""
1200
 
1201
+ #: templates/share.php:111
1202
  msgid "Whatsapp"
1203
  msgstr ""
1204
 
1205
+ #: templates/share.php:120
1206
  msgid "(Now"
1207
  msgstr ""
1208
 
1209
+ #: templates/share.php:120
1210
  msgid "copy"
1211
  msgstr ""
1212
 
1213
+ #: templates/share.php:120
1214
  msgid "this wishlist link and share it anywhere)"
1215
  msgstr ""
1216
 
1217
+ #: templates/wishlist-view-footer-mobile.php:55
1218
+ #: templates/wishlist-view-footer.php:55
1219
  msgid "Apply this action to all the selected items:"
1220
  msgstr ""
1221
 
1222
+ #: templates/wishlist-view-footer-mobile.php:62
1223
+ #: templates/wishlist-view-footer.php:62
1224
  msgid "Remove from wishlist"
1225
  msgstr ""
1226
 
1227
  #. translators: 1. Wishlist formatted name.
1228
+ #: templates/wishlist-view-footer-mobile.php:80
1229
+ #: templates/wishlist-view-footer.php:80
1230
  msgid "Move to %s"
1231
  msgstr ""
1232
 
1233
+ #: templates/wishlist-view-footer-mobile.php:86
1234
+ #: templates/wishlist-view-footer.php:86
1235
  msgid "Apply"
1236
  msgstr ""
1237
 
1238
+ #: templates/wishlist-view-footer-mobile.php:94
1239
+ #: templates/wishlist-view-footer.php:94
1240
  msgid "Update"
1241
  msgstr ""
1242
 
1243
+ #: templates/wishlist-view-footer-mobile.php:100
1244
+ #: templates/wishlist-view-footer.php:138
1245
  msgid "Add all to cart"
1246
  msgstr ""
1247
 
1248
+ #: templates/wishlist-view-header.php:86
1249
  msgid "Edit title"
1250
  msgstr "Titel bearbeiten"
1251
 
1252
+ #: templates/wishlist-view-mobile.php:143
1253
  msgid "Added on:"
1254
  msgstr ""
1255
 
1256
+ #: templates/wishlist-view-mobile.php:154
1257
  msgid "Price:"
1258
  msgstr ""
1259
 
1260
+ #: templates/wishlist-view-mobile.php:181
1261
  msgid "Quantity:"
1262
  msgstr ""
1263
 
1264
+ #: templates/wishlist-view-mobile.php:196
1265
  msgid "Stock:"
1266
  msgstr ""
1267
 
1268
+ #: templates/wishlist-view-mobile.php:199 templates/wishlist-view.php:431
1269
  msgid "Out of stock"
1270
  msgstr ""
1271
 
1272
+ #: templates/wishlist-view-mobile.php:199 templates/wishlist-view.php:431
1273
  msgid "In Stock"
1274
  msgstr "Auf Lager"
1275
 
1276
+ #: templates/wishlist-view-mobile.php:219 templates/wishlist-view.php:531
1277
  msgid "Move"
1278
  msgstr "Verschieben"
1279
 
1280
+ #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:562
1281
  msgid "Move to another list &rsaquo;"
1282
  msgstr ""
1283
 
1284
+ #: templates/wishlist-view-mobile.php:270 templates/wishlist-view.php:250
1285
+ #: templates/wishlist-view.php:594
1286
  msgid "Remove this product"
1287
  msgstr "Artikel entfernen"
1288
 
1289
+ #: templates/wishlist-view-mobile.php:291 templates/wishlist-view.php:636
1290
  msgid "No products added to the wishlist"
1291
  msgstr ""
1292
 
1293
+ #: templates/wishlist-view.php:102
1294
  msgid "Product name"
1295
  msgstr ""
1296
 
1297
+ #: templates/wishlist-view.php:122
1298
  msgid "Unit price"
1299
  msgstr ""
1300
 
1301
+ #: templates/wishlist-view.php:143
1302
  msgid "Quantity"
1303
  msgstr ""
1304
 
1305
+ #: templates/wishlist-view.php:164
1306
  msgid "Stock status"
1307
  msgstr ""
1308
 
1309
+ #: templates/wishlist-view.php:206
1310
  msgid "Arrange"
1311
  msgstr ""
1312
 
1313
  #. translators: date added label: 1 date added.
1314
+ #: templates/wishlist-view.php:466
1315
  msgid "Added on: %s"
1316
  msgstr ""
1317
 
1318
+ #: templates/wishlist-view.php:594
1319
  msgid "Remove"
1320
  msgstr "Entfernen"
1321
 
1328
  "your e-commerce on <strong>YITH</strong></a>"
1329
  msgstr ""
1330
 
1331
+ #: includes/class-yith-wcwl-admin.php:287
1332
  msgctxt "[HELP TAB] Video title"
1333
  msgid ""
1334
  "Check this video to learn how to <b>configure wishlist and customize options:"
1340
  msgid "wishlist"
1341
  msgstr ""
1342
 
1343
+ #: includes/class-yith-wcwl-privacy.php:275
1344
  msgctxt "date when wishlist was created"
1345
  msgid "Created on"
1346
  msgstr ""
1366
  msgstr ""
1367
 
1368
  #. translators: 1. % of reduction/increase in price.
1369
+ #: includes/class-yith-wcwl-wishlist-item.php:478
1370
  msgctxt ""
1371
  "Part of the template that shows price variation since addition to list; "
1372
  "placeholder will be replaced with a percentage"
1374
  msgstr ""
1375
 
1376
  #. translators: 2: original product price.
1377
+ #: includes/class-yith-wcwl-wishlist-item.php:480
1378
  msgctxt ""
1379
  "Part of the template that shows price variation since addition to list; "
1380
  "placeholder will be replaced with a price"
languages/yith-woocommerce-wishlist-es_AR.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-es_AR.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
- "POT-Creation-Date: 2022-06-19 14:16:05+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:04+0200\n"
10
  "Last-Translator: YIThemes <support@yithemes.com>\n"
11
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
@@ -28,123 +28,122 @@ msgstr ""
28
  msgid "Wishlist Page"
29
  msgstr "Lista de deseos"
30
 
31
- #: includes/class-yith-wcwl-admin.php:146
32
  msgid "General settings"
33
  msgstr ""
34
 
35
- #: includes/class-yith-wcwl-admin.php:147
36
  msgid "Add to wishlist options"
37
  msgstr ""
38
 
39
- #: includes/class-yith-wcwl-admin.php:148
40
  msgid "Wishlist page options"
41
  msgstr ""
42
 
43
- #: includes/class-yith-wcwl-admin.php:249
44
  msgid ""
45
  "Allows your customers to create and share lists of products that they want "
46
  "to purchase on your e-commerce."
47
  msgstr ""
48
 
49
- #: includes/class-yith-wcwl-admin.php:280
50
  msgid ""
51
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
52
  msgstr ""
53
 
54
- #: includes/class-yith-wcwl-admin.php:281
55
  msgid ""
56
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
57
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
58
  "on \"Add to wishlist\""
59
  msgstr ""
60
 
61
- #: includes/class-yith-wcwl-admin.php:282
62
  msgid ""
63
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
64
  "them either public (visible to everyone), private or shared (visible only to "
65
  "people it has been shared with)"
66
  msgstr ""
67
 
68
- #: includes/class-yith-wcwl-admin.php:283
69
  msgid ""
70
  "Choose between <b>different layouts</b> for the wishlist page and for the "
71
  "wishlist content"
72
  msgstr ""
73
 
74
- #: includes/class-yith-wcwl-admin.php:284
75
  msgid ""
76
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
77
  "move a product from one wishlist to another, change order of items, "
78
  "quantity, etc."
79
  msgstr ""
80
 
81
- #: includes/class-yith-wcwl-admin.php:285
82
  msgid ""
83
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
84
  "content of their wishlist to the admin and get a custom quote"
85
  msgstr ""
86
 
87
- #: includes/class-yith-wcwl-admin.php:286
88
  msgid ""
89
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
90
  "(available also with \"mini-cart\" style for the header)"
91
  msgstr ""
92
 
93
- #: includes/class-yith-wcwl-admin.php:287
94
  msgid ""
95
- "View the most popular products added to the wishlist by your customers and "
96
- "<b>send promotional emails to users</b> who have added specific products to "
97
  "their wishlist"
98
  msgstr ""
99
 
100
- #: includes/class-yith-wcwl-admin.php:288
101
  msgid ""
102
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
103
  "the list is back in stock or on sale"
104
  msgstr ""
105
 
106
- #: includes/class-yith-wcwl-admin.php:289
107
  msgid "Regular updates, Translations and Premium Support"
108
  msgstr ""
109
 
110
- #: includes/class-yith-wcwl-ajax-handler.php:75
111
- #: templates/add-to-wishlist-remove.php:59
112
  msgid "View &rsaquo;"
113
  msgstr ""
114
 
115
- #: includes/class-yith-wcwl-ajax-handler.php:76
116
- #: templates/add-to-wishlist-remove.php:58
117
  msgid "or"
118
  msgstr ""
119
 
120
- #: includes/class-yith-wcwl-ajax-handler.php:77
121
  msgid "Close"
122
  msgstr ""
123
 
124
- #: includes/class-yith-wcwl-ajax-handler.php:155
125
- #: includes/class-yith-wcwl-ajax-handler.php:195
126
  msgid "Product successfully removed."
127
  msgstr "Bien, lo hemos eliminado de tu lista..."
128
 
129
- #: includes/class-yith-wcwl-form-handler.php:156
130
  msgid "Please, make sure to enter a valid title"
131
  msgstr ""
132
 
133
- #: includes/class-yith-wcwl-frontend.php:552
134
  msgid ""
135
  "We are sorry, but this feature is available only if cookies on your browser "
136
  "are enabled."
137
  msgstr ""
138
 
139
- #: includes/class-yith-wcwl-frontend.php:553
140
  msgid "Product added to cart successfully"
141
  msgstr ""
142
 
143
- #: includes/class-yith-wcwl-frontend.php:816
144
- #: includes/class-yith-wcwl-shortcode.php:239
145
- #: plugin-options/wishlist_page-options.php:240
146
- #: templates/wishlist-view-footer-mobile.php:46
147
- #: templates/wishlist-view-footer.php:46
148
  msgid "Add to cart"
149
  msgstr ""
150
 
@@ -192,43 +191,43 @@ msgid ""
192
  "for the products you love."
193
  msgstr ""
194
 
195
- #: includes/class-yith-wcwl-privacy.php:84
196
- #: includes/class-yith-wcwl-privacy.php:100
197
  msgid "Customer wishlists"
198
  msgstr ""
199
 
200
- #: includes/class-yith-wcwl-privacy.php:137 plugin-options/lists-options.php:25
201
- #: plugin-options/lists-options.php:32
202
  msgid "Wishlists"
203
  msgstr "Lista de deseos"
204
 
205
  #. Translators: %s Order number.
206
- #: includes/class-yith-wcwl-privacy.php:199
207
  msgid "Removed wishlist %s."
208
  msgstr "Mi lista de deseos en %s"
209
 
210
  #. Translators: %s Order number.
211
- #: includes/class-yith-wcwl-privacy.php:203
212
  msgid "Wishlist %s has been retained."
213
  msgstr "Texto de la tabla de la Lista de Deseos"
214
 
215
- #: includes/class-yith-wcwl-privacy.php:227
216
  msgid "Token"
217
  msgstr ""
218
 
219
- #: includes/class-yith-wcwl-privacy.php:228
220
  msgid "Wishlist URL"
221
  msgstr ""
222
 
223
- #: includes/class-yith-wcwl-privacy.php:229
224
  msgid "Title"
225
  msgstr ""
226
 
227
- #: includes/class-yith-wcwl-privacy.php:231
228
  msgid "Visibility"
229
  msgstr ""
230
 
231
- #: includes/class-yith-wcwl-privacy.php:232
232
  msgid "Items added"
233
  msgstr ""
234
 
@@ -295,141 +294,141 @@ msgstr ""
295
  msgid "ID of the wishlist to show (e.g. K6EOWXB888ZD)"
296
  msgstr ""
297
 
298
- #: includes/class-yith-wcwl-shortcode.php:414
299
  msgid "Share on:"
300
  msgstr "Compartir en:"
301
 
302
- #: includes/class-yith-wcwl-shortcode.php:438
303
- #: plugin-options/wishlist_page-options.php:138
304
  msgid "Share on Facebook"
305
  msgstr "Compartir en Facebook"
306
 
307
- #: includes/class-yith-wcwl-shortcode.php:455
308
- #: plugin-options/wishlist_page-options.php:147
309
  msgid "Tweet on Twitter"
310
  msgstr "Tuitear en Twitter"
311
 
312
- #: includes/class-yith-wcwl-shortcode.php:473
313
- #: plugin-options/wishlist_page-options.php:156
314
  msgid "Pin on Pinterest"
315
  msgstr "Compartir en Pinterest"
316
 
317
- #: includes/class-yith-wcwl-shortcode.php:487
318
  msgid "Share via email"
319
  msgstr ""
320
 
321
- #: includes/class-yith-wcwl-shortcode.php:510
322
- #: plugin-options/wishlist_page-options.php:174
323
  msgid "Share on WhatsApp"
324
  msgstr ""
325
 
326
- #: includes/class-yith-wcwl-shortcode.php:621
327
  msgid "Remove from list"
328
  msgstr ""
329
 
330
- #: includes/class-yith-wcwl-wishlist-item.php:193
331
  msgid "Free!"
332
  msgstr ""
333
 
334
- #: includes/class-yith-wcwl.php:164
335
  msgid "The item cannot be added to this wishlist"
336
  msgstr ""
337
 
338
- #: includes/class-yith-wcwl.php:168 includes/class-yith-wcwl.php:174
339
  msgid "An error occurred while adding the products to the wishlist."
340
  msgstr ""
341
 
342
- #: includes/class-yith-wcwl.php:235 includes/class-yith-wcwl.php:241
343
  msgid "Error. Unable to remove the product from the wishlist."
344
  msgstr ""
345
  "¡Ups! Ha ocurrido un error al eliminar el producto de tu lista. Intenta "
346
  "nuevamente, por favor."
347
 
348
- #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:152
349
- #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:174
350
  msgid "Invalid wishlist."
351
  msgstr ""
352
 
353
- #: includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:119
354
  msgid "Invalid wishlist item."
355
  msgstr ""
356
 
357
  #. translators: 1. Number of users.
358
- #: includes/functions-yith-wcwl.php:249
359
  msgid "%d user"
360
  msgid_plural "%d users"
361
  msgstr[0] ""
362
  msgstr[1] ""
363
 
364
- #: includes/functions-yith-wcwl.php:250
365
  msgid "has this item in wishlist"
366
  msgid_plural "have this item in wishlist"
367
  msgstr[0] ""
368
  msgstr[1] ""
369
 
370
- #: includes/functions-yith-wcwl.php:252
371
  msgid "You're the first"
372
  msgstr ""
373
 
374
- #: includes/functions-yith-wcwl.php:253
375
  msgid "to add this item in wishlist"
376
  msgstr ""
377
 
378
  #. translators: 1. Count of users when many, or "another" when only one.
379
- #: includes/functions-yith-wcwl.php:257
380
  msgid "You and %s user"
381
  msgid_plural "You and %d users"
382
  msgstr[0] ""
383
  msgstr[1] ""
384
 
385
- #: includes/functions-yith-wcwl.php:257
386
  msgid "another"
387
  msgstr ""
388
 
389
- #: includes/functions-yith-wcwl.php:258
390
  msgid "have this item in wishlist"
391
  msgstr ""
392
 
393
- #: includes/functions-yith-wcwl.php:425
394
  msgid "None"
395
  msgstr ""
396
 
397
- #: includes/functions-yith-wcwl.php:426
398
  #, fuzzy
399
  msgid "Custom"
400
  msgstr "CSS personalizado"
401
 
402
- #: includes/functions-yith-wcwl.php:447
403
  msgid "Shared"
404
  msgstr "Compartir en:"
405
 
406
- #: includes/functions-yith-wcwl.php:451
407
  msgid "Only people with a link to this list can see it"
408
  msgstr ""
409
 
410
- #: includes/functions-yith-wcwl.php:457
411
  msgid "Private"
412
  msgstr ""
413
 
414
- #: includes/functions-yith-wcwl.php:461
415
  msgid "Only you can see this list"
416
  msgstr ""
417
 
418
- #: includes/functions-yith-wcwl.php:467
419
  msgid "Public"
420
  msgstr ""
421
 
422
- #: includes/functions-yith-wcwl.php:471
423
  msgid "Anyone can search for and see this list"
424
  msgstr ""
425
 
426
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:118
427
- #: plugin-options/add_to_wishlist-options.php:127
428
  msgid "Add to wishlist"
429
  msgstr ""
430
 
431
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:128
432
- #: plugin-options/add_to_wishlist-options.php:143
433
  msgid "Browse wishlist"
434
  msgstr ""
435
 
@@ -443,70 +442,68 @@ msgstr "Ya está en tu lista de deseos!"
443
  msgid "Product added to wishlist"
444
  msgstr "Ya está en tu lista de deseos!"
445
 
446
- #: init.php:160
447
  msgid "is enabled but not effective. It requires WooCommerce to work."
448
  msgstr ""
449
 
450
- #: init.php:176
451
- msgid "You can't activate the free version of"
452
- msgstr ""
453
-
454
- #: init.php:176
455
- msgid "while you are using the premium one."
456
  msgstr ""
457
 
458
- #: plugin-options/add_to_wishlist-options.php:20
459
- #: plugin-options/settings-options.php:27
460
  msgid "General Settings"
461
  msgstr "Configuraciones generales"
462
 
463
- #: plugin-options/add_to_wishlist-options.php:27
464
  msgid "After product is added to wishlist"
465
  msgstr ""
466
 
467
- #: plugin-options/add_to_wishlist-options.php:28
468
  msgid ""
469
  "Choose the look of the Wishlist button when the product has already been "
470
  "added to a wishlist"
471
  msgstr ""
472
 
473
- #: plugin-options/add_to_wishlist-options.php:32
474
  #, fuzzy
475
  msgid "Show \"Add to wishlist\" button"
476
  msgstr "Ya está en tu lista de deseos!"
477
 
478
- #: plugin-options/add_to_wishlist-options.php:33
479
  msgid "Show \"View wishlist\" link"
480
  msgstr ""
481
 
482
- #: plugin-options/add_to_wishlist-options.php:34
483
  msgid "Show \"Remove from list\" link"
484
  msgstr ""
485
 
486
- #: plugin-options/add_to_wishlist-options.php:48
487
  msgid "Loop settings"
488
  msgstr ""
489
 
490
- #: plugin-options/add_to_wishlist-options.php:50
491
  msgid ""
492
  "Loop options will be visible on Shop page, category pages, product "
493
  "shortcodes, products sliders, and all the other places where the WooCommerce "
494
  "products' loop is used"
495
  msgstr ""
496
 
497
- #: plugin-options/add_to_wishlist-options.php:55
498
  msgid "Show \"Add to wishlist\" in loop"
499
  msgstr ""
500
 
501
- #: plugin-options/add_to_wishlist-options.php:56
502
  msgid "Enable the \"Add to wishlist\" feature in WooCommerce products' loop"
503
  msgstr ""
504
 
505
- #: plugin-options/add_to_wishlist-options.php:64
506
  msgid "Position of \"Add to wishlist\" in loop"
507
  msgstr ""
508
 
509
- #: plugin-options/add_to_wishlist-options.php:65
510
  msgid ""
511
  "Choose where to show \"Add to wishlist\" button or link in WooCommerce "
512
  "products' loop. <span class=\"addon\">Copy this shortcode <span class=\"code"
@@ -514,32 +511,32 @@ msgid ""
514
  "want to show the \"Add to wishlist\" link or button</span>"
515
  msgstr ""
516
 
517
- #: plugin-options/add_to_wishlist-options.php:72
518
  msgid "On top of the image"
519
  msgstr ""
520
 
521
- #: plugin-options/add_to_wishlist-options.php:73
522
  msgid "Before \"Add to cart\" button"
523
  msgstr ""
524
 
525
- #: plugin-options/add_to_wishlist-options.php:74
526
  msgid "After \"Add to cart\" button"
527
  msgstr ""
528
 
529
- #: plugin-options/add_to_wishlist-options.php:75
530
- #: plugin-options/add_to_wishlist-options.php:107
531
  msgid "Use shortcode"
532
  msgstr "Usar shortcode"
533
 
534
- #: plugin-options/add_to_wishlist-options.php:89
535
  msgid "Product page settings"
536
  msgstr ""
537
 
538
- #: plugin-options/add_to_wishlist-options.php:96
539
  msgid "Position of \"Add to wishlist\" on product page"
540
  msgstr ""
541
 
542
- #: plugin-options/add_to_wishlist-options.php:97
543
  msgid ""
544
  "Choose where to show \"Add to wishlist\" button or link on the product page. "
545
  "<span class=\"addon\">Copy this shortcode <span class=\"code"
@@ -547,472 +544,452 @@ msgid ""
547
  "want to show the \"Add to wishlist\" link or button</span>"
548
  msgstr ""
549
 
550
- #: plugin-options/add_to_wishlist-options.php:104
551
  msgid "After \"Add to cart\""
552
  msgstr "Después de \"Agregar al carrito\""
553
 
554
- #: plugin-options/add_to_wishlist-options.php:105
555
  msgid "After thumbnails"
556
  msgstr "Después de las miniaturas"
557
 
558
- #: plugin-options/add_to_wishlist-options.php:106
559
  msgid "After summary"
560
  msgstr "Después del resúmen"
561
 
562
- #: plugin-options/add_to_wishlist-options.php:117
563
- #: plugin-options/wishlist_page-options.php:222
564
  msgid "Text customization"
565
  msgstr ""
566
 
567
- #: plugin-options/add_to_wishlist-options.php:124
568
  msgid "\"Add to wishlist\" text"
569
  msgstr ""
570
 
571
- #: plugin-options/add_to_wishlist-options.php:125
572
  msgid "Enter a text for \"Add to wishlist\" button"
573
  msgstr ""
574
 
575
- #: plugin-options/add_to_wishlist-options.php:132
576
  msgid "\"Product added\" text"
577
  msgstr "¡Agregado!"
578
 
579
- #: plugin-options/add_to_wishlist-options.php:133
580
  msgid ""
581
  "Enter the text of the message displayed when the user adds a product to the "
582
  "wishlist"
583
  msgstr ""
584
 
585
- #: plugin-options/add_to_wishlist-options.php:135
586
  msgid "Product added!"
587
  msgstr "¡Agregado!"
588
 
589
- #: plugin-options/add_to_wishlist-options.php:140
590
  msgid "\"Browse wishlist\" text"
591
  msgstr "Ir a la Lista de deseos"
592
 
593
- #: plugin-options/add_to_wishlist-options.php:141
594
  msgid "Enter a text for the \"Browse wishlist\" link on the product page"
595
  msgstr ""
596
 
597
- #: plugin-options/add_to_wishlist-options.php:148
598
  msgid "\"Product already in wishlist\" text"
599
  msgstr "Ya está en tu lista de deseos!"
600
 
601
- #: plugin-options/add_to_wishlist-options.php:149
602
  msgid ""
603
  "Enter the text for the message displayed when the user views a product that "
604
  "is already in the wishlist"
605
  msgstr ""
606
 
607
- #: plugin-options/add_to_wishlist-options.php:151
608
  msgid "The product is already in your wishlist!"
609
  msgstr ""
610
 
611
- #: plugin-options/add_to_wishlist-options.php:161
612
  msgid "Style & Color customization"
613
  msgstr ""
614
 
615
- #: plugin-options/add_to_wishlist-options.php:168
616
  msgid "Style of \"Add to wishlist\""
617
  msgstr ""
618
 
619
- #: plugin-options/add_to_wishlist-options.php:169
620
  msgid ""
621
  "Choose if you want to show a textual \"Add to wishlist\" link or a button"
622
  msgstr ""
623
 
624
- #: plugin-options/add_to_wishlist-options.php:172
625
- #: plugin-options/wishlist_page-options.php:261
626
  msgid "Textual (anchor)"
627
  msgstr ""
628
 
629
- #: plugin-options/add_to_wishlist-options.php:173
630
- #: plugin-options/wishlist_page-options.php:262
631
  msgid "Button with theme style"
632
  msgstr ""
633
 
634
- #: plugin-options/add_to_wishlist-options.php:174
635
- #: plugin-options/wishlist_page-options.php:263
636
  msgid "Button with custom style"
637
  msgstr ""
638
 
639
- #: plugin-options/add_to_wishlist-options.php:182
640
  msgid "\"Add to wishlist\" button style"
641
  msgstr ""
642
 
643
- #: plugin-options/add_to_wishlist-options.php:188
644
  msgid "Choose colors for the \"Add to wishlist\" button"
645
  msgstr ""
646
 
647
- #: plugin-options/add_to_wishlist-options.php:190
648
- #: plugin-options/wishlist_page-options.php:279
649
- #: plugin-options/wishlist_page-options.php:368
650
- #: plugin-options/wishlist_page-options.php:417
651
- #: plugin-options/wishlist_page-options.php:465
652
- #: plugin-options/wishlist_page-options.php:552
653
- #: plugin-options/wishlist_page-options.php:592
654
- #: plugin-options/wishlist_page-options.php:632
655
- #: plugin-options/wishlist_page-options.php:672
656
- #: plugin-options/wishlist_page-options.php:712
657
  msgid "Background"
658
  msgstr ""
659
 
660
- #: plugin-options/add_to_wishlist-options.php:195
661
- #: plugin-options/wishlist_page-options.php:284
662
- #: plugin-options/wishlist_page-options.php:373
663
- #: plugin-options/wishlist_page-options.php:422
664
- #: plugin-options/wishlist_page-options.php:470
665
- #: plugin-options/wishlist_page-options.php:507
666
  msgid "Text"
667
  msgstr ""
668
 
669
- #: plugin-options/add_to_wishlist-options.php:200
670
- #: plugin-options/wishlist_page-options.php:289
671
- #: plugin-options/wishlist_page-options.php:378
672
- #: plugin-options/wishlist_page-options.php:427
673
- #: plugin-options/wishlist_page-options.php:475
674
  msgid "Border"
675
  msgstr ""
676
 
677
- #: plugin-options/add_to_wishlist-options.php:206
678
  msgid "Choose colors for the \"Add to wishlist\" button on hover state"
679
  msgstr ""
680
 
681
- #: plugin-options/add_to_wishlist-options.php:208
682
- #: plugin-options/wishlist_page-options.php:297
683
- #: plugin-options/wishlist_page-options.php:386
684
- #: plugin-options/wishlist_page-options.php:435
685
  msgid "Background Hover"
686
  msgstr ""
687
 
688
- #: plugin-options/add_to_wishlist-options.php:213
689
- #: plugin-options/wishlist_page-options.php:302
690
- #: plugin-options/wishlist_page-options.php:391
691
- #: plugin-options/wishlist_page-options.php:440
692
  msgid "Text Hover"
693
  msgstr ""
694
 
695
- #: plugin-options/add_to_wishlist-options.php:218
696
- #: plugin-options/wishlist_page-options.php:307
697
- #: plugin-options/wishlist_page-options.php:396
698
- #: plugin-options/wishlist_page-options.php:445
699
  msgid "Border Hover"
700
  msgstr ""
701
 
702
- #: plugin-options/add_to_wishlist-options.php:231
703
- #: plugin-options/wishlist_page-options.php:320
704
  msgid "Border radius"
705
  msgstr ""
706
 
707
- #: plugin-options/add_to_wishlist-options.php:232
708
  msgid "Choose radius for the \"Add to wishlist\" button"
709
  msgstr ""
710
 
711
- #: plugin-options/add_to_wishlist-options.php:246
712
  msgid "\"Add to wishlist\" icon"
713
  msgstr ""
714
 
715
- #: plugin-options/add_to_wishlist-options.php:247
716
  msgid "Select an icon for the \"Add to wishlist\" button (optional)"
717
  msgstr ""
718
 
719
- #: plugin-options/add_to_wishlist-options.php:257
720
  msgid "\"Add to wishlist\" custom icon"
721
  msgstr ""
722
 
723
- #: plugin-options/add_to_wishlist-options.php:258
724
- #: plugin-options/add_to_wishlist-options.php:282
725
  msgid ""
726
  "Upload an icon you'd like to use for \"Add to wishlist\" button (suggested "
727
  "32px x 32px)"
728
  msgstr ""
729
 
730
- #: plugin-options/add_to_wishlist-options.php:270
731
  msgid "\"Added to wishlist\" icon"
732
  msgstr ""
733
 
734
- #: plugin-options/add_to_wishlist-options.php:271
735
  msgid "Select an icon for the \"Added to wishlist\" button (optional)"
736
  msgstr ""
737
 
738
- #: plugin-options/add_to_wishlist-options.php:277
739
  msgid "Same used for Add to wishlist"
740
  msgstr ""
741
 
742
- #: plugin-options/add_to_wishlist-options.php:281
743
  msgid "\"Added to wishlist\" custom icon"
744
  msgstr ""
745
 
746
- #: plugin-options/add_to_wishlist-options.php:294
747
  msgid "Custom CSS"
748
  msgstr "CSS personalizado"
749
 
750
- #: plugin-options/add_to_wishlist-options.php:295
751
  msgid "Enter custom CSS to be applied to Wishlist elements (optional)"
752
  msgstr ""
753
 
754
- #: plugin-options/lists-options.php:34
755
  msgid "Search list"
756
  msgstr ""
757
 
758
- #. translators: 1. Anchor to Frequently Bought Together landing page on
759
- #. yithemes.com.
760
- #: plugin-options/settings-options.php:19
761
- msgid ""
762
- "If you want to take advantage of this feature, you could consider purchasing "
763
- "the %s."
764
- msgstr ""
765
-
766
- #: plugin-options/settings-options.php:34
767
  msgid "Enable AJAX loading"
768
  msgstr ""
769
 
770
- #: plugin-options/settings-options.php:35
771
  msgid "Load any cacheable wishlist item via AJAX"
772
  msgstr ""
773
 
774
- #: plugin-options/settings-options.php:48
775
  msgid "YITH WooCommerce Frequently Bought Together Integration"
776
  msgstr ""
777
 
778
- #. translators: 1. Url to Frequently Bought Together landing page on
779
- #. yithemes.com.
780
- #: plugin-options/settings-options.php:51
781
- msgid ""
782
- "In order to use this integration you have to install and activate YITH "
783
- "WooCommerce Frequently Bought Together. <a href=\"%s\">Learn more</a>"
784
- msgstr ""
785
-
786
- #: plugin-options/settings-options.php:56
787
  msgid "Enable slider in wishlist"
788
  msgstr ""
789
 
790
- #. translators: 1. Example image of the integration. 2. CTA to buy Frequently
791
- #. Bought Together.
792
- #: plugin-options/settings-options.php:58
793
  msgid ""
794
  "Enable the slider with linked products on the Wishlist page (<a href=\"%1$s"
795
- "\" class=\"thickbox\">Example</a>). %2$s"
796
  msgstr ""
797
 
798
- #: plugin-options/wishlist_page-options.php:19
799
- msgid "All your wishlists"
800
- msgstr ""
801
-
802
- #: plugin-options/wishlist_page-options.php:26
803
  msgid "Wishlist page"
804
  msgstr ""
805
 
806
- #: plugin-options/wishlist_page-options.php:27
807
  msgid ""
808
  "Pick a page as the main Wishlist page; make sure you add the <span class="
809
  "\"code\"><code>[yith_wcwl_wishlist]</code></span> shortcode into the page "
810
  "content"
811
  msgstr ""
812
 
813
- #: plugin-options/wishlist_page-options.php:40
814
  msgid "Wishlist Detail Page"
815
  msgstr ""
816
 
817
- #: plugin-options/wishlist_page-options.php:47
818
  #: plugin-options/wishlist_page-options.php:56
819
  #: plugin-options/wishlist_page-options.php:65
820
  #: plugin-options/wishlist_page-options.php:74
821
  #: plugin-options/wishlist_page-options.php:83
822
  #: plugin-options/wishlist_page-options.php:92
823
  #: plugin-options/wishlist_page-options.php:101
 
824
  msgid "In wishlist table show"
825
  msgstr ""
826
 
827
- #: plugin-options/wishlist_page-options.php:48
828
  msgid "Product variations selected by the user (example: size or color)"
829
  msgstr ""
830
 
831
- #: plugin-options/wishlist_page-options.php:57
832
  msgid "Product price"
833
  msgstr ""
834
 
835
- #: plugin-options/wishlist_page-options.php:66
836
  msgid "Product stock (show if the product is available or not)"
837
  msgstr ""
838
 
839
- #: plugin-options/wishlist_page-options.php:75
840
  msgid "Date on which the product was added to the wishlist"
841
  msgstr ""
842
 
843
- #: plugin-options/wishlist_page-options.php:84
844
  msgid "Add to cart option for each product"
845
  msgstr ""
846
 
847
- #: plugin-options/wishlist_page-options.php:93
848
  msgid ""
849
  "Icon to remove the product from the wishlist - to the left of the product"
850
  msgstr ""
851
 
852
- #: plugin-options/wishlist_page-options.php:102
853
  msgid ""
854
  "Button to remove the product from the wishlist - to the right of the product"
855
  msgstr ""
856
 
857
- #: plugin-options/wishlist_page-options.php:110
858
  msgid "Redirect to cart"
859
  msgstr "Redireccionar al carrito"
860
 
861
- #: plugin-options/wishlist_page-options.php:111
862
  msgid ""
863
  "Redirect users to the cart page when they add a product to the cart from the "
864
  "wishlist page"
865
  msgstr ""
866
 
867
- #: plugin-options/wishlist_page-options.php:119
868
  msgid "Remove if added to the cart"
869
  msgstr "Eliminar después de agregar al carrito"
870
 
871
- #: plugin-options/wishlist_page-options.php:120
872
  msgid ""
873
  "Remove the product from the wishlist after it has been added to the cart"
874
  msgstr ""
875
 
876
- #: plugin-options/wishlist_page-options.php:128
877
  msgid "Share wishlist"
878
  msgstr ""
879
 
880
- #: plugin-options/wishlist_page-options.php:129
881
  msgid "Enable this option to let users share their wishlist on social media"
882
  msgstr ""
883
 
884
- #: plugin-options/wishlist_page-options.php:137
885
  #: plugin-options/wishlist_page-options.php:146
886
  #: plugin-options/wishlist_page-options.php:155
887
  #: plugin-options/wishlist_page-options.php:164
888
  #: plugin-options/wishlist_page-options.php:173
 
889
  msgid "Share on social media"
890
  msgstr ""
891
 
892
- #: plugin-options/wishlist_page-options.php:165
893
  msgid "Share by email"
894
  msgstr ""
895
 
896
- #: plugin-options/wishlist_page-options.php:182
897
  msgid "Share by URL"
898
  msgstr ""
899
 
900
- #: plugin-options/wishlist_page-options.php:183
901
  msgid "Show \"Share URL\" field on wishlist page"
902
  msgstr ""
903
 
904
- #: plugin-options/wishlist_page-options.php:191
905
  msgid "Sharing title"
906
  msgstr ""
907
 
908
- #: plugin-options/wishlist_page-options.php:192
909
  msgid "Wishlist title used for sharing (only used on Twitter and Pinterest)"
910
  msgstr ""
911
 
912
  #. translators: 1. Blog name.
913
- #: plugin-options/wishlist_page-options.php:195
914
  msgid "My wishlist on %s"
915
  msgstr "Mi lista de deseos en %s"
916
 
917
- #: plugin-options/wishlist_page-options.php:200
918
  msgid "Social text"
919
  msgstr "Texto de sociales"
920
 
921
- #: plugin-options/wishlist_page-options.php:201
922
  msgid ""
923
  "Type the message you want to publish when you share your wishlist on Twitter "
924
  "and Pinterest"
925
  msgstr ""
926
 
927
- #: plugin-options/wishlist_page-options.php:209
928
  msgid "Social image URL"
929
  msgstr "URL de las imágenes sociales"
930
 
931
- #: plugin-options/wishlist_page-options.php:210
932
  msgid "It will be used to pin the wishlist on Pinterest."
933
  msgstr ""
934
 
935
- #: plugin-options/wishlist_page-options.php:229
936
  msgid "Default wishlist name"
937
  msgstr ""
938
 
939
- #: plugin-options/wishlist_page-options.php:230
940
  msgid ""
941
  "Enter a name for the default wishlist. This is the wishlist that will be "
942
  "automatically generated for all users if they do not create any custom one"
943
  msgstr ""
944
 
945
- #: plugin-options/wishlist_page-options.php:232
946
  #, fuzzy
947
  msgid "My wishlist"
948
  msgstr "Mi lista de deseos en %s"
949
 
950
- #: plugin-options/wishlist_page-options.php:237
951
  msgid "\"Add to cart\" text"
952
  msgstr ""
953
 
954
- #: plugin-options/wishlist_page-options.php:238
955
  msgid "Enter a text for the \"Add to cart\" button"
956
  msgstr ""
957
 
958
- #: plugin-options/wishlist_page-options.php:250
959
  msgid "Style & color customization"
960
  msgstr ""
961
 
962
- #: plugin-options/wishlist_page-options.php:257
963
  msgid "Style of \"Add to cart\""
964
  msgstr ""
965
 
966
- #: plugin-options/wishlist_page-options.php:258
967
  msgid "Choose whether to show a textual \"Add to cart\" link or a button"
968
  msgstr ""
969
 
970
- #: plugin-options/wishlist_page-options.php:271
971
  msgid "\"Add to cart\" button style"
972
  msgstr ""
973
 
974
- #: plugin-options/wishlist_page-options.php:277
975
  msgid "Choose the colors for the \"Add to cart\" button"
976
  msgstr ""
977
 
978
- #: plugin-options/wishlist_page-options.php:295
979
  msgid "Choose colors for the \"Add to cart\" button on hover state"
980
  msgstr ""
981
 
982
- #: plugin-options/wishlist_page-options.php:321
983
  msgid "Set the radius for the \"Add to cart\" button"
984
  msgstr ""
985
 
986
- #: plugin-options/wishlist_page-options.php:335
987
  msgid "\"Add to cart\" icon"
988
  msgstr ""
989
 
990
- #: plugin-options/wishlist_page-options.php:336
991
  msgid "Select an icon for the \"Add to cart\" button (optional)"
992
  msgstr ""
993
 
994
- #: plugin-options/wishlist_page-options.php:351
995
  msgid "\"Add to cart\" custom icon"
996
  msgstr ""
997
 
998
- #: plugin-options/wishlist_page-options.php:352
999
  msgid ""
1000
  "Upload an icon you'd like to use for the \"Add to cart\" button (suggested "
1001
  "32px x 32px)"
1002
  msgstr ""
1003
 
1004
- #: plugin-options/wishlist_page-options.php:360
1005
  msgid "Primary button style"
1006
  msgstr ""
1007
 
1008
- #: plugin-options/wishlist_page-options.php:366
1009
  msgid ""
1010
  "Choose colors for the primary button<br/><small>This style will be applied "
1011
  "to \"Edit title\" button on Wishlist view, \"Submit Changes\" button on "
1012
  "Manage view and \"Search wishlist\" button on Search view</small>"
1013
  msgstr ""
1014
 
1015
- #: plugin-options/wishlist_page-options.php:384
1016
  msgid ""
1017
  "Choose colors for the primary button on hover state<br/><small>This style "
1018
  "will be applied to \"Edit title\" button on Wishlist view, \"Submit Changes"
@@ -1020,326 +997,326 @@ msgid ""
1020
  "small>"
1021
  msgstr ""
1022
 
1023
- #: plugin-options/wishlist_page-options.php:409
1024
  msgid "Secondary button style"
1025
  msgstr ""
1026
 
1027
- #: plugin-options/wishlist_page-options.php:415
1028
  #: plugin-options/wishlist_page-options.php:433
 
1029
  msgid ""
1030
  "Choose colors of the secondary button<br/><small>This style will be applied "
1031
  "to the buttons that allow showing and hiding the Edit title form on Wishlist "
1032
  "view and \"Create new Wishlist\" button on Manage view</small>"
1033
  msgstr ""
1034
 
1035
- #: plugin-options/wishlist_page-options.php:458
1036
  msgid "Wishlist table style"
1037
  msgstr ""
1038
 
1039
- #: plugin-options/wishlist_page-options.php:459
1040
  msgid ""
1041
  "Choose the colors for the wishlist table (when set to \"Traditional\" layout)"
1042
  msgstr ""
1043
 
1044
- #: plugin-options/wishlist_page-options.php:487
1045
  msgid "Highlight color"
1046
  msgstr ""
1047
 
1048
- #: plugin-options/wishlist_page-options.php:488
1049
  msgid ""
1050
  "Choose the color for all sections with background<br/><small>This color will "
1051
  "be used as background for the wishlist table heading and footer (when set to "
1052
  "\"Traditional\" layout), and for various form across wishlist views</small>"
1053
  msgstr ""
1054
 
1055
- #: plugin-options/wishlist_page-options.php:500
1056
  msgid "Share button text color"
1057
  msgstr ""
1058
 
1059
- #: plugin-options/wishlist_page-options.php:501
1060
  msgid "Choose colors for share buttons text"
1061
  msgstr ""
1062
 
1063
- #: plugin-options/wishlist_page-options.php:512
1064
  msgid "Text hover"
1065
  msgstr ""
1066
 
1067
- #: plugin-options/wishlist_page-options.php:525
1068
  msgid "Facebook share button icon"
1069
  msgstr ""
1070
 
1071
- #: plugin-options/wishlist_page-options.php:526
1072
  msgid "Select an icon for the Facebook share button"
1073
  msgstr ""
1074
 
1075
- #: plugin-options/wishlist_page-options.php:536
1076
  msgid "Facebook share button custom icon"
1077
  msgstr ""
1078
 
1079
- #: plugin-options/wishlist_page-options.php:537
1080
  msgid ""
1081
  "Upload an icon you'd like to use for Facebook share button (suggested 32px x "
1082
  "32px)"
1083
  msgstr ""
1084
 
1085
- #: plugin-options/wishlist_page-options.php:545
1086
  msgid "Facebook share button style"
1087
  msgstr ""
1088
 
1089
- #: plugin-options/wishlist_page-options.php:546
1090
  msgid "Choose colors for Facebook share button"
1091
  msgstr ""
1092
 
1093
- #: plugin-options/wishlist_page-options.php:557
1094
- #: plugin-options/wishlist_page-options.php:597
1095
- #: plugin-options/wishlist_page-options.php:637
1096
- #: plugin-options/wishlist_page-options.php:677
1097
- #: plugin-options/wishlist_page-options.php:717
1098
  msgid "Background hover"
1099
  msgstr ""
1100
 
1101
- #: plugin-options/wishlist_page-options.php:565
1102
  msgid "Twitter share button icon"
1103
  msgstr ""
1104
 
1105
- #: plugin-options/wishlist_page-options.php:566
1106
  msgid "Select an icon for the Twitter share button"
1107
  msgstr ""
1108
 
1109
- #: plugin-options/wishlist_page-options.php:576
1110
  msgid "Twitter share button custom icon"
1111
  msgstr ""
1112
 
1113
- #: plugin-options/wishlist_page-options.php:577
1114
  msgid ""
1115
  "Upload an icon you'd like to use for Twitter share button (suggested 32px x "
1116
  "32px)"
1117
  msgstr ""
1118
 
1119
- #: plugin-options/wishlist_page-options.php:585
1120
  msgid "Twitter share button style"
1121
  msgstr ""
1122
 
1123
- #: plugin-options/wishlist_page-options.php:586
1124
  msgid "Choose colors for Twitter share button"
1125
  msgstr ""
1126
 
1127
- #: plugin-options/wishlist_page-options.php:605
1128
  msgid "Pinterest share button icon"
1129
  msgstr ""
1130
 
1131
- #: plugin-options/wishlist_page-options.php:606
1132
  msgid "Select an icon for the Pinterest share button"
1133
  msgstr ""
1134
 
1135
- #: plugin-options/wishlist_page-options.php:616
1136
  msgid "Pinterest share button custom icon"
1137
  msgstr ""
1138
 
1139
- #: plugin-options/wishlist_page-options.php:617
1140
  msgid ""
1141
  "Upload an icon you'd like to use for Pinterest share button (suggested 32px "
1142
  "x 32px)"
1143
  msgstr ""
1144
 
1145
- #: plugin-options/wishlist_page-options.php:625
1146
  msgid "Pinterest share button style"
1147
  msgstr ""
1148
 
1149
- #: plugin-options/wishlist_page-options.php:626
1150
  msgid "Choose colors for Pinterest share button"
1151
  msgstr ""
1152
 
1153
- #: plugin-options/wishlist_page-options.php:645
1154
  msgid "Email share button icon"
1155
  msgstr ""
1156
 
1157
- #: plugin-options/wishlist_page-options.php:646
1158
  msgid "Select an icon for the Email share button"
1159
  msgstr ""
1160
 
1161
- #: plugin-options/wishlist_page-options.php:656
1162
  msgid "Email share button custom icon"
1163
  msgstr ""
1164
 
1165
- #: plugin-options/wishlist_page-options.php:657
1166
  msgid ""
1167
  "Upload an icon you'd like to use for the Email share button (suggested 32px "
1168
  "x 32px)"
1169
  msgstr ""
1170
 
1171
- #: plugin-options/wishlist_page-options.php:665
1172
  msgid "Email share button style"
1173
  msgstr ""
1174
 
1175
- #: plugin-options/wishlist_page-options.php:666
1176
  msgid "Choose colors for the Email share button"
1177
  msgstr ""
1178
 
1179
- #: plugin-options/wishlist_page-options.php:685
1180
  msgid "WhatsApp share button icon"
1181
  msgstr ""
1182
 
1183
- #: plugin-options/wishlist_page-options.php:686
1184
  msgid "Select an icon for the WhatsApp share button"
1185
  msgstr ""
1186
 
1187
- #: plugin-options/wishlist_page-options.php:696
1188
  msgid "WhatsApp share button custom icon"
1189
  msgstr ""
1190
 
1191
- #: plugin-options/wishlist_page-options.php:697
1192
  msgid ""
1193
  "Upload an icon you'd like to use for WhatsApp share button (suggested 32px x "
1194
  "32px)"
1195
  msgstr ""
1196
 
1197
- #: plugin-options/wishlist_page-options.php:705
1198
  msgid "WhatsApp share button style"
1199
  msgstr ""
1200
 
1201
- #: plugin-options/wishlist_page-options.php:706
1202
  msgid "Choose colors for WhatsApp share button"
1203
  msgstr ""
1204
 
1205
- #: templates/share.php:51 templates/share.php:52
1206
  msgid "Facebook"
1207
  msgstr ""
1208
 
1209
- #: templates/share.php:59 templates/share.php:60
1210
  msgid "Twitter"
1211
  msgstr ""
1212
 
1213
- #: templates/share.php:67 templates/share.php:68
1214
  msgid "Pinterest"
1215
  msgstr "Compartir en Pinterest"
1216
 
1217
- #: templates/share.php:75 templates/share.php:76
1218
  msgid "Email"
1219
  msgstr ""
1220
 
1221
- #: templates/share.php:83
1222
  msgid "WhatsApp"
1223
  msgstr ""
1224
 
1225
- #: templates/share.php:84
1226
  msgid "Whatsapp"
1227
  msgstr ""
1228
 
1229
- #: templates/share.php:93
1230
  msgid "(Now"
1231
  msgstr ""
1232
 
1233
- #: templates/share.php:93
1234
  msgid "copy"
1235
  msgstr ""
1236
 
1237
- #: templates/share.php:93
1238
  msgid "this wishlist link and share it anywhere)"
1239
  msgstr ""
1240
 
1241
- #: templates/wishlist-view-footer-mobile.php:44
1242
- #: templates/wishlist-view-footer.php:44
1243
  msgid "Apply this action to all the selected items:"
1244
  msgstr ""
1245
 
1246
- #: templates/wishlist-view-footer-mobile.php:49
1247
- #: templates/wishlist-view-footer.php:49
1248
  msgid "Remove from wishlist"
1249
  msgstr ""
1250
 
1251
  #. translators: 1. Wishlist formatted name.
1252
- #: templates/wishlist-view-footer-mobile.php:67
1253
- #: templates/wishlist-view-footer.php:67
1254
  msgid "Move to %s"
1255
  msgstr ""
1256
 
1257
- #: templates/wishlist-view-footer-mobile.php:73
1258
- #: templates/wishlist-view-footer.php:73
1259
  msgid "Apply"
1260
  msgstr ""
1261
 
1262
- #: templates/wishlist-view-footer-mobile.php:81
1263
- #: templates/wishlist-view-footer.php:81
1264
  msgid "Update"
1265
  msgstr ""
1266
 
1267
- #: templates/wishlist-view-footer-mobile.php:87
1268
- #: templates/wishlist-view-footer.php:103
1269
  msgid "Add all to cart"
1270
  msgstr ""
1271
 
1272
- #: templates/wishlist-view-header.php:48
1273
  msgid "Edit title"
1274
  msgstr "Título de la Lista de deseos"
1275
 
1276
- #: templates/wishlist-view-mobile.php:134
1277
  msgid "Added on:"
1278
  msgstr ""
1279
 
1280
- #: templates/wishlist-view-mobile.php:145
1281
  msgid "Price:"
1282
  msgstr ""
1283
 
1284
- #: templates/wishlist-view-mobile.php:172
1285
  msgid "Quantity:"
1286
  msgstr ""
1287
 
1288
- #: templates/wishlist-view-mobile.php:187
1289
  msgid "Stock:"
1290
  msgstr ""
1291
 
1292
- #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1293
  msgid "Out of stock"
1294
  msgstr ""
1295
 
1296
- #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1297
  msgid "In Stock"
1298
  msgstr "¡Disponible!"
1299
 
1300
- #: templates/wishlist-view-mobile.php:210 templates/wishlist-view.php:260
1301
  msgid "Move"
1302
  msgstr ""
1303
 
1304
- #: templates/wishlist-view-mobile.php:231 templates/wishlist-view.php:281
1305
  msgid "Move to another list &rsaquo;"
1306
  msgstr ""
1307
 
1308
- #: templates/wishlist-view-mobile.php:239 templates/wishlist-view.php:155
1309
- #: templates/wishlist-view.php:291
1310
  msgid "Remove this product"
1311
  msgstr "Ya no lo quiero"
1312
 
1313
- #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:311
1314
  msgid "No products added to the wishlist"
1315
  msgstr ""
1316
 
1317
- #: templates/wishlist-view.php:79
1318
  msgid "Product name"
1319
  msgstr ""
1320
 
1321
- #: templates/wishlist-view.php:87
1322
  msgid "Unit price"
1323
  msgstr ""
1324
 
1325
- #: templates/wishlist-view.php:96
1326
  msgid "Quantity"
1327
  msgstr ""
1328
 
1329
- #: templates/wishlist-view.php:105
1330
  msgid "Stock status"
1331
  msgstr ""
1332
 
1333
- #: templates/wishlist-view.php:123
1334
  msgid "Arrange"
1335
  msgstr ""
1336
 
1337
  #. translators: date added label: 1 date added.
1338
- #: templates/wishlist-view.php:241
1339
  msgid "Added on: %s"
1340
  msgstr ""
1341
 
1342
- #: templates/wishlist-view.php:291
1343
  msgid "Remove"
1344
  msgstr ""
1345
 
@@ -1352,7 +1329,7 @@ msgid ""
1352
  "your e-commerce on <strong>YITH</strong></a>"
1353
  msgstr ""
1354
 
1355
- #: includes/class-yith-wcwl-admin.php:259
1356
  msgctxt "[HELP TAB] Video title"
1357
  msgid ""
1358
  "Check this video to learn how to <b>configure wishlist and customize options:"
@@ -1364,7 +1341,7 @@ msgctxt "page_slug"
1364
  msgid "wishlist"
1365
  msgstr ""
1366
 
1367
- #: includes/class-yith-wcwl-privacy.php:230
1368
  msgctxt "date when wishlist was created"
1369
  msgid "Created on"
1370
  msgstr ""
@@ -1390,7 +1367,7 @@ msgid "Shows a list of products in wishlist"
1390
  msgstr ""
1391
 
1392
  #. translators: 1. % of reduction/increase in price.
1393
- #: includes/class-yith-wcwl-wishlist-item.php:435
1394
  msgctxt ""
1395
  "Part of the template that shows price variation since addition to list; "
1396
  "placeholder will be replaced with a percentage"
@@ -1398,7 +1375,7 @@ msgid "Price is %1$s%%"
1398
  msgstr ""
1399
 
1400
  #. translators: 2: original product price.
1401
- #: includes/class-yith-wcwl-wishlist-item.php:437
1402
  msgctxt ""
1403
  "Part of the template that shows price variation since addition to list; "
1404
  "placeholder will be replaced with a price"
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
+ "POT-Creation-Date: 2022-08-04 12:20:46+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:04+0200\n"
10
  "Last-Translator: YIThemes <support@yithemes.com>\n"
11
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
28
  msgid "Wishlist Page"
29
  msgstr "Lista de deseos"
30
 
31
+ #: includes/class-yith-wcwl-admin.php:155
32
  msgid "General settings"
33
  msgstr ""
34
 
35
+ #: includes/class-yith-wcwl-admin.php:156
36
  msgid "Add to wishlist options"
37
  msgstr ""
38
 
39
+ #: includes/class-yith-wcwl-admin.php:157
40
  msgid "Wishlist page options"
41
  msgstr ""
42
 
43
+ #: includes/class-yith-wcwl-admin.php:268
44
  msgid ""
45
  "Allows your customers to create and share lists of products that they want "
46
  "to purchase on your e-commerce."
47
  msgstr ""
48
 
49
+ #: includes/class-yith-wcwl-admin.php:308
50
  msgid ""
51
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
52
  msgstr ""
53
 
54
+ #: includes/class-yith-wcwl-admin.php:309
55
  msgid ""
56
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
57
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
58
  "on \"Add to wishlist\""
59
  msgstr ""
60
 
61
+ #: includes/class-yith-wcwl-admin.php:310
62
  msgid ""
63
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
64
  "them either public (visible to everyone), private or shared (visible only to "
65
  "people it has been shared with)"
66
  msgstr ""
67
 
68
+ #: includes/class-yith-wcwl-admin.php:311
69
  msgid ""
70
  "Choose between <b>different layouts</b> for the wishlist page and for the "
71
  "wishlist content"
72
  msgstr ""
73
 
74
+ #: includes/class-yith-wcwl-admin.php:312
75
  msgid ""
76
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
77
  "move a product from one wishlist to another, change order of items, "
78
  "quantity, etc."
79
  msgstr ""
80
 
81
+ #: includes/class-yith-wcwl-admin.php:313
82
  msgid ""
83
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
84
  "content of their wishlist to the admin and get a custom quote"
85
  msgstr ""
86
 
87
+ #: includes/class-yith-wcwl-admin.php:314
88
  msgid ""
89
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
90
  "(available also with \"mini-cart\" style for the header)"
91
  msgstr ""
92
 
93
+ #: includes/class-yith-wcwl-admin.php:315
94
  msgid ""
95
+ "<b>Send promotional emails to users</b> who have added specific products to "
 
96
  "their wishlist"
97
  msgstr ""
98
 
99
+ #: includes/class-yith-wcwl-admin.php:316
100
  msgid ""
101
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
102
  "the list is back in stock or on sale"
103
  msgstr ""
104
 
105
+ #: includes/class-yith-wcwl-admin.php:317
106
  msgid "Regular updates, Translations and Premium Support"
107
  msgstr ""
108
 
109
+ #: includes/class-yith-wcwl-ajax-handler.php:94
110
+ #: templates/add-to-wishlist-remove.php:81
111
  msgid "View &rsaquo;"
112
  msgstr ""
113
 
114
+ #: includes/class-yith-wcwl-ajax-handler.php:95
115
+ #: templates/add-to-wishlist-remove.php:69
116
  msgid "or"
117
  msgstr ""
118
 
119
+ #: includes/class-yith-wcwl-ajax-handler.php:96
120
  msgid "Close"
121
  msgstr ""
122
 
123
+ #: includes/class-yith-wcwl-ajax-handler.php:203
124
+ #: includes/class-yith-wcwl-ajax-handler.php:252
125
  msgid "Product successfully removed."
126
  msgstr "Bien, lo hemos eliminado de tu lista..."
127
 
128
+ #: includes/class-yith-wcwl-form-handler.php:193
129
  msgid "Please, make sure to enter a valid title"
130
  msgstr ""
131
 
132
+ #: includes/class-yith-wcwl-frontend.php:674
133
  msgid ""
134
  "We are sorry, but this feature is available only if cookies on your browser "
135
  "are enabled."
136
  msgstr ""
137
 
138
+ #: includes/class-yith-wcwl-frontend.php:684
139
  msgid "Product added to cart successfully"
140
  msgstr ""
141
 
142
+ #: includes/class-yith-wcwl-frontend.php:947
143
+ #: includes/class-yith-wcwl-shortcode.php:248
144
+ #: plugin-options/wishlist_page-options.php:249
145
+ #: templates/wishlist-view-footer-mobile.php:59
146
+ #: templates/wishlist-view-footer.php:59
147
  msgid "Add to cart"
148
  msgstr ""
149
 
191
  "for the products you love."
192
  msgstr ""
193
 
194
+ #: includes/class-yith-wcwl-privacy.php:94
195
+ #: includes/class-yith-wcwl-privacy.php:110
196
  msgid "Customer wishlists"
197
  msgstr ""
198
 
199
+ #: includes/class-yith-wcwl-privacy.php:147 plugin-options/lists-options.php:34
200
+ #: plugin-options/lists-options.php:41
201
  msgid "Wishlists"
202
  msgstr "Lista de deseos"
203
 
204
  #. Translators: %s Order number.
205
+ #: includes/class-yith-wcwl-privacy.php:233
206
  msgid "Removed wishlist %s."
207
  msgstr "Mi lista de deseos en %s"
208
 
209
  #. Translators: %s Order number.
210
+ #: includes/class-yith-wcwl-privacy.php:237
211
  msgid "Wishlist %s has been retained."
212
  msgstr "Texto de la tabla de la Lista de Deseos"
213
 
214
+ #: includes/class-yith-wcwl-privacy.php:272
215
  msgid "Token"
216
  msgstr ""
217
 
218
+ #: includes/class-yith-wcwl-privacy.php:273
219
  msgid "Wishlist URL"
220
  msgstr ""
221
 
222
+ #: includes/class-yith-wcwl-privacy.php:274
223
  msgid "Title"
224
  msgstr ""
225
 
226
+ #: includes/class-yith-wcwl-privacy.php:276
227
  msgid "Visibility"
228
  msgstr ""
229
 
230
+ #: includes/class-yith-wcwl-privacy.php:277
231
  msgid "Items added"
232
  msgstr ""
233
 
294
  msgid "ID of the wishlist to show (e.g. K6EOWXB888ZD)"
295
  msgstr ""
296
 
297
+ #: includes/class-yith-wcwl-shortcode.php:452
298
  msgid "Share on:"
299
  msgstr "Compartir en:"
300
 
301
+ #: includes/class-yith-wcwl-shortcode.php:498
302
+ #: plugin-options/wishlist_page-options.php:147
303
  msgid "Share on Facebook"
304
  msgstr "Compartir en Facebook"
305
 
306
+ #: includes/class-yith-wcwl-shortcode.php:515
307
+ #: plugin-options/wishlist_page-options.php:156
308
  msgid "Tweet on Twitter"
309
  msgstr "Tuitear en Twitter"
310
 
311
+ #: includes/class-yith-wcwl-shortcode.php:533
312
+ #: plugin-options/wishlist_page-options.php:165
313
  msgid "Pin on Pinterest"
314
  msgstr "Compartir en Pinterest"
315
 
316
+ #: includes/class-yith-wcwl-shortcode.php:547
317
  msgid "Share via email"
318
  msgstr ""
319
 
320
+ #: includes/class-yith-wcwl-shortcode.php:570
321
+ #: plugin-options/wishlist_page-options.php:183
322
  msgid "Share on WhatsApp"
323
  msgstr ""
324
 
325
+ #: includes/class-yith-wcwl-shortcode.php:744
326
  msgid "Remove from list"
327
  msgstr ""
328
 
329
+ #: includes/class-yith-wcwl-wishlist-item.php:203
330
  msgid "Free!"
331
  msgstr ""
332
 
333
+ #: includes/class-yith-wcwl.php:232
334
  msgid "The item cannot be added to this wishlist"
335
  msgstr ""
336
 
337
+ #: includes/class-yith-wcwl.php:236 includes/class-yith-wcwl.php:242
338
  msgid "An error occurred while adding the products to the wishlist."
339
  msgstr ""
340
 
341
+ #: includes/class-yith-wcwl.php:339 includes/class-yith-wcwl.php:365
342
  msgid "Error. Unable to remove the product from the wishlist."
343
  msgstr ""
344
  "¡Ups! Ha ocurrido un error al eliminar el producto de tu lista. Intenta "
345
  "nuevamente, por favor."
346
 
347
+ #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:250
348
+ #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:272
349
  msgid "Invalid wishlist."
350
  msgstr ""
351
 
352
+ #: includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:210
353
  msgid "Invalid wishlist item."
354
  msgstr ""
355
 
356
  #. translators: 1. Number of users.
357
+ #: includes/functions-yith-wcwl.php:309
358
  msgid "%d user"
359
  msgid_plural "%d users"
360
  msgstr[0] ""
361
  msgstr[1] ""
362
 
363
+ #: includes/functions-yith-wcwl.php:310
364
  msgid "has this item in wishlist"
365
  msgid_plural "have this item in wishlist"
366
  msgstr[0] ""
367
  msgstr[1] ""
368
 
369
+ #: includes/functions-yith-wcwl.php:312
370
  msgid "You're the first"
371
  msgstr ""
372
 
373
+ #: includes/functions-yith-wcwl.php:313
374
  msgid "to add this item in wishlist"
375
  msgstr ""
376
 
377
  #. translators: 1. Count of users when many, or "another" when only one.
378
+ #: includes/functions-yith-wcwl.php:317
379
  msgid "You and %s user"
380
  msgid_plural "You and %d users"
381
  msgstr[0] ""
382
  msgstr[1] ""
383
 
384
+ #: includes/functions-yith-wcwl.php:317
385
  msgid "another"
386
  msgstr ""
387
 
388
+ #: includes/functions-yith-wcwl.php:318
389
  msgid "have this item in wishlist"
390
  msgstr ""
391
 
392
+ #: includes/functions-yith-wcwl.php:534
393
  msgid "None"
394
  msgstr ""
395
 
396
+ #: includes/functions-yith-wcwl.php:535
397
  #, fuzzy
398
  msgid "Custom"
399
  msgstr "CSS personalizado"
400
 
401
+ #: includes/functions-yith-wcwl.php:567
402
  msgid "Shared"
403
  msgstr "Compartir en:"
404
 
405
+ #: includes/functions-yith-wcwl.php:571
406
  msgid "Only people with a link to this list can see it"
407
  msgstr ""
408
 
409
+ #: includes/functions-yith-wcwl.php:577
410
  msgid "Private"
411
  msgstr ""
412
 
413
+ #: includes/functions-yith-wcwl.php:581
414
  msgid "Only you can see this list"
415
  msgstr ""
416
 
417
+ #: includes/functions-yith-wcwl.php:587
418
  msgid "Public"
419
  msgstr ""
420
 
421
+ #: includes/functions-yith-wcwl.php:591
422
  msgid "Anyone can search for and see this list"
423
  msgstr ""
424
 
425
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:118
426
+ #: plugin-options/add_to_wishlist-options.php:136
427
  msgid "Add to wishlist"
428
  msgstr ""
429
 
430
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:128
431
+ #: plugin-options/add_to_wishlist-options.php:152
432
  msgid "Browse wishlist"
433
  msgstr ""
434
 
442
  msgid "Product added to wishlist"
443
  msgstr "Ya está en tu lista de deseos!"
444
 
445
+ #: init.php:173
446
  msgid "is enabled but not effective. It requires WooCommerce to work."
447
  msgstr ""
448
 
449
+ #: init.php:191
450
+ msgid ""
451
+ "YITH WooCommerce Wishlist was deactivated as you're running an higher tier "
452
+ "version of the same plugin."
 
 
453
  msgstr ""
454
 
455
+ #: plugin-options/add_to_wishlist-options.php:29
456
+ #: plugin-options/settings-options.php:32
457
  msgid "General Settings"
458
  msgstr "Configuraciones generales"
459
 
460
+ #: plugin-options/add_to_wishlist-options.php:36
461
  msgid "After product is added to wishlist"
462
  msgstr ""
463
 
464
+ #: plugin-options/add_to_wishlist-options.php:37
465
  msgid ""
466
  "Choose the look of the Wishlist button when the product has already been "
467
  "added to a wishlist"
468
  msgstr ""
469
 
470
+ #: plugin-options/add_to_wishlist-options.php:41
471
  #, fuzzy
472
  msgid "Show \"Add to wishlist\" button"
473
  msgstr "Ya está en tu lista de deseos!"
474
 
475
+ #: plugin-options/add_to_wishlist-options.php:42
476
  msgid "Show \"View wishlist\" link"
477
  msgstr ""
478
 
479
+ #: plugin-options/add_to_wishlist-options.php:43
480
  msgid "Show \"Remove from list\" link"
481
  msgstr ""
482
 
483
+ #: plugin-options/add_to_wishlist-options.php:57
484
  msgid "Loop settings"
485
  msgstr ""
486
 
487
+ #: plugin-options/add_to_wishlist-options.php:59
488
  msgid ""
489
  "Loop options will be visible on Shop page, category pages, product "
490
  "shortcodes, products sliders, and all the other places where the WooCommerce "
491
  "products' loop is used"
492
  msgstr ""
493
 
494
+ #: plugin-options/add_to_wishlist-options.php:64
495
  msgid "Show \"Add to wishlist\" in loop"
496
  msgstr ""
497
 
498
+ #: plugin-options/add_to_wishlist-options.php:65
499
  msgid "Enable the \"Add to wishlist\" feature in WooCommerce products' loop"
500
  msgstr ""
501
 
502
+ #: plugin-options/add_to_wishlist-options.php:73
503
  msgid "Position of \"Add to wishlist\" in loop"
504
  msgstr ""
505
 
506
+ #: plugin-options/add_to_wishlist-options.php:74
507
  msgid ""
508
  "Choose where to show \"Add to wishlist\" button or link in WooCommerce "
509
  "products' loop. <span class=\"addon\">Copy this shortcode <span class=\"code"
511
  "want to show the \"Add to wishlist\" link or button</span>"
512
  msgstr ""
513
 
514
+ #: plugin-options/add_to_wishlist-options.php:81
515
  msgid "On top of the image"
516
  msgstr ""
517
 
518
+ #: plugin-options/add_to_wishlist-options.php:82
519
  msgid "Before \"Add to cart\" button"
520
  msgstr ""
521
 
522
+ #: plugin-options/add_to_wishlist-options.php:83
523
  msgid "After \"Add to cart\" button"
524
  msgstr ""
525
 
526
+ #: plugin-options/add_to_wishlist-options.php:84
527
+ #: plugin-options/add_to_wishlist-options.php:116
528
  msgid "Use shortcode"
529
  msgstr "Usar shortcode"
530
 
531
+ #: plugin-options/add_to_wishlist-options.php:98
532
  msgid "Product page settings"
533
  msgstr ""
534
 
535
+ #: plugin-options/add_to_wishlist-options.php:105
536
  msgid "Position of \"Add to wishlist\" on product page"
537
  msgstr ""
538
 
539
+ #: plugin-options/add_to_wishlist-options.php:106
540
  msgid ""
541
  "Choose where to show \"Add to wishlist\" button or link on the product page. "
542
  "<span class=\"addon\">Copy this shortcode <span class=\"code"
544
  "want to show the \"Add to wishlist\" link or button</span>"
545
  msgstr ""
546
 
547
+ #: plugin-options/add_to_wishlist-options.php:113
548
  msgid "After \"Add to cart\""
549
  msgstr "Después de \"Agregar al carrito\""
550
 
551
+ #: plugin-options/add_to_wishlist-options.php:114
552
  msgid "After thumbnails"
553
  msgstr "Después de las miniaturas"
554
 
555
+ #: plugin-options/add_to_wishlist-options.php:115
556
  msgid "After summary"
557
  msgstr "Después del resúmen"
558
 
559
+ #: plugin-options/add_to_wishlist-options.php:126
560
+ #: plugin-options/wishlist_page-options.php:231
561
  msgid "Text customization"
562
  msgstr ""
563
 
564
+ #: plugin-options/add_to_wishlist-options.php:133
565
  msgid "\"Add to wishlist\" text"
566
  msgstr ""
567
 
568
+ #: plugin-options/add_to_wishlist-options.php:134
569
  msgid "Enter a text for \"Add to wishlist\" button"
570
  msgstr ""
571
 
572
+ #: plugin-options/add_to_wishlist-options.php:141
573
  msgid "\"Product added\" text"
574
  msgstr "¡Agregado!"
575
 
576
+ #: plugin-options/add_to_wishlist-options.php:142
577
  msgid ""
578
  "Enter the text of the message displayed when the user adds a product to the "
579
  "wishlist"
580
  msgstr ""
581
 
582
+ #: plugin-options/add_to_wishlist-options.php:144
583
  msgid "Product added!"
584
  msgstr "¡Agregado!"
585
 
586
+ #: plugin-options/add_to_wishlist-options.php:149
587
  msgid "\"Browse wishlist\" text"
588
  msgstr "Ir a la Lista de deseos"
589
 
590
+ #: plugin-options/add_to_wishlist-options.php:150
591
  msgid "Enter a text for the \"Browse wishlist\" link on the product page"
592
  msgstr ""
593
 
594
+ #: plugin-options/add_to_wishlist-options.php:157
595
  msgid "\"Product already in wishlist\" text"
596
  msgstr "Ya está en tu lista de deseos!"
597
 
598
+ #: plugin-options/add_to_wishlist-options.php:158
599
  msgid ""
600
  "Enter the text for the message displayed when the user views a product that "
601
  "is already in the wishlist"
602
  msgstr ""
603
 
604
+ #: plugin-options/add_to_wishlist-options.php:160
605
  msgid "The product is already in your wishlist!"
606
  msgstr ""
607
 
608
+ #: plugin-options/add_to_wishlist-options.php:170
609
  msgid "Style & Color customization"
610
  msgstr ""
611
 
612
+ #: plugin-options/add_to_wishlist-options.php:177
613
  msgid "Style of \"Add to wishlist\""
614
  msgstr ""
615
 
616
+ #: plugin-options/add_to_wishlist-options.php:178
617
  msgid ""
618
  "Choose if you want to show a textual \"Add to wishlist\" link or a button"
619
  msgstr ""
620
 
621
+ #: plugin-options/add_to_wishlist-options.php:181
622
+ #: plugin-options/wishlist_page-options.php:270
623
  msgid "Textual (anchor)"
624
  msgstr ""
625
 
626
+ #: plugin-options/add_to_wishlist-options.php:182
627
+ #: plugin-options/wishlist_page-options.php:271
628
  msgid "Button with theme style"
629
  msgstr ""
630
 
631
+ #: plugin-options/add_to_wishlist-options.php:183
632
+ #: plugin-options/wishlist_page-options.php:272
633
  msgid "Button with custom style"
634
  msgstr ""
635
 
636
+ #: plugin-options/add_to_wishlist-options.php:191
637
  msgid "\"Add to wishlist\" button style"
638
  msgstr ""
639
 
640
+ #: plugin-options/add_to_wishlist-options.php:197
641
  msgid "Choose colors for the \"Add to wishlist\" button"
642
  msgstr ""
643
 
644
+ #: plugin-options/add_to_wishlist-options.php:199
645
+ #: plugin-options/wishlist_page-options.php:288
646
+ #: plugin-options/wishlist_page-options.php:386
647
+ #: plugin-options/wishlist_page-options.php:435
648
+ #: plugin-options/wishlist_page-options.php:483
649
+ #: plugin-options/wishlist_page-options.php:570
650
+ #: plugin-options/wishlist_page-options.php:610
651
+ #: plugin-options/wishlist_page-options.php:650
652
+ #: plugin-options/wishlist_page-options.php:690
653
+ #: plugin-options/wishlist_page-options.php:730
654
  msgid "Background"
655
  msgstr ""
656
 
657
+ #: plugin-options/add_to_wishlist-options.php:204
658
+ #: plugin-options/wishlist_page-options.php:293
659
+ #: plugin-options/wishlist_page-options.php:391
660
+ #: plugin-options/wishlist_page-options.php:440
661
+ #: plugin-options/wishlist_page-options.php:488
662
+ #: plugin-options/wishlist_page-options.php:525
663
  msgid "Text"
664
  msgstr ""
665
 
666
+ #: plugin-options/add_to_wishlist-options.php:209
667
+ #: plugin-options/wishlist_page-options.php:298
668
+ #: plugin-options/wishlist_page-options.php:396
669
+ #: plugin-options/wishlist_page-options.php:445
670
+ #: plugin-options/wishlist_page-options.php:493
671
  msgid "Border"
672
  msgstr ""
673
 
674
+ #: plugin-options/add_to_wishlist-options.php:215
675
  msgid "Choose colors for the \"Add to wishlist\" button on hover state"
676
  msgstr ""
677
 
678
+ #: plugin-options/add_to_wishlist-options.php:217
679
+ #: plugin-options/wishlist_page-options.php:306
680
+ #: plugin-options/wishlist_page-options.php:404
681
+ #: plugin-options/wishlist_page-options.php:453
682
  msgid "Background Hover"
683
  msgstr ""
684
 
685
+ #: plugin-options/add_to_wishlist-options.php:222
686
+ #: plugin-options/wishlist_page-options.php:311
687
+ #: plugin-options/wishlist_page-options.php:409
688
+ #: plugin-options/wishlist_page-options.php:458
689
  msgid "Text Hover"
690
  msgstr ""
691
 
692
+ #: plugin-options/add_to_wishlist-options.php:227
693
+ #: plugin-options/wishlist_page-options.php:316
694
+ #: plugin-options/wishlist_page-options.php:414
695
+ #: plugin-options/wishlist_page-options.php:463
696
  msgid "Border Hover"
697
  msgstr ""
698
 
699
+ #: plugin-options/add_to_wishlist-options.php:240
700
+ #: plugin-options/wishlist_page-options.php:329
701
  msgid "Border radius"
702
  msgstr ""
703
 
704
+ #: plugin-options/add_to_wishlist-options.php:241
705
  msgid "Choose radius for the \"Add to wishlist\" button"
706
  msgstr ""
707
 
708
+ #: plugin-options/add_to_wishlist-options.php:255
709
  msgid "\"Add to wishlist\" icon"
710
  msgstr ""
711
 
712
+ #: plugin-options/add_to_wishlist-options.php:256
713
  msgid "Select an icon for the \"Add to wishlist\" button (optional)"
714
  msgstr ""
715
 
716
+ #: plugin-options/add_to_wishlist-options.php:275
717
  msgid "\"Add to wishlist\" custom icon"
718
  msgstr ""
719
 
720
+ #: plugin-options/add_to_wishlist-options.php:276
721
+ #: plugin-options/add_to_wishlist-options.php:309
722
  msgid ""
723
  "Upload an icon you'd like to use for \"Add to wishlist\" button (suggested "
724
  "32px x 32px)"
725
  msgstr ""
726
 
727
+ #: plugin-options/add_to_wishlist-options.php:288
728
  msgid "\"Added to wishlist\" icon"
729
  msgstr ""
730
 
731
+ #: plugin-options/add_to_wishlist-options.php:289
732
  msgid "Select an icon for the \"Added to wishlist\" button (optional)"
733
  msgstr ""
734
 
735
+ #: plugin-options/add_to_wishlist-options.php:304
736
  msgid "Same used for Add to wishlist"
737
  msgstr ""
738
 
739
+ #: plugin-options/add_to_wishlist-options.php:308
740
  msgid "\"Added to wishlist\" custom icon"
741
  msgstr ""
742
 
743
+ #: plugin-options/add_to_wishlist-options.php:321
744
  msgid "Custom CSS"
745
  msgstr "CSS personalizado"
746
 
747
+ #: plugin-options/add_to_wishlist-options.php:322
748
  msgid "Enter custom CSS to be applied to Wishlist elements (optional)"
749
  msgstr ""
750
 
751
+ #: plugin-options/lists-options.php:43
752
  msgid "Search list"
753
  msgstr ""
754
 
755
+ #: plugin-options/settings-options.php:39
 
 
 
 
 
 
 
 
756
  msgid "Enable AJAX loading"
757
  msgstr ""
758
 
759
+ #: plugin-options/settings-options.php:40
760
  msgid "Load any cacheable wishlist item via AJAX"
761
  msgstr ""
762
 
763
+ #: plugin-options/settings-options.php:54
764
  msgid "YITH WooCommerce Frequently Bought Together Integration"
765
  msgstr ""
766
 
767
+ #: plugin-options/settings-options.php:60
 
 
 
 
 
 
 
 
768
  msgid "Enable slider in wishlist"
769
  msgstr ""
770
 
771
+ #. translators: 1. Example image of the integration.
772
+ #: plugin-options/settings-options.php:62
 
773
  msgid ""
774
  "Enable the slider with linked products on the Wishlist page (<a href=\"%1$s"
775
+ "\" class=\"thickbox\">Example</a>)."
776
  msgstr ""
777
 
778
+ #: plugin-options/wishlist_page-options.php:28
779
+ #: plugin-options/wishlist_page-options.php:35
 
 
 
780
  msgid "Wishlist page"
781
  msgstr ""
782
 
783
+ #: plugin-options/wishlist_page-options.php:36
784
  msgid ""
785
  "Pick a page as the main Wishlist page; make sure you add the <span class="
786
  "\"code\"><code>[yith_wcwl_wishlist]</code></span> shortcode into the page "
787
  "content"
788
  msgstr ""
789
 
790
+ #: plugin-options/wishlist_page-options.php:49
791
  msgid "Wishlist Detail Page"
792
  msgstr ""
793
 
 
794
  #: plugin-options/wishlist_page-options.php:56
795
  #: plugin-options/wishlist_page-options.php:65
796
  #: plugin-options/wishlist_page-options.php:74
797
  #: plugin-options/wishlist_page-options.php:83
798
  #: plugin-options/wishlist_page-options.php:92
799
  #: plugin-options/wishlist_page-options.php:101
800
+ #: plugin-options/wishlist_page-options.php:110
801
  msgid "In wishlist table show"
802
  msgstr ""
803
 
804
+ #: plugin-options/wishlist_page-options.php:57
805
  msgid "Product variations selected by the user (example: size or color)"
806
  msgstr ""
807
 
808
+ #: plugin-options/wishlist_page-options.php:66
809
  msgid "Product price"
810
  msgstr ""
811
 
812
+ #: plugin-options/wishlist_page-options.php:75
813
  msgid "Product stock (show if the product is available or not)"
814
  msgstr ""
815
 
816
+ #: plugin-options/wishlist_page-options.php:84
817
  msgid "Date on which the product was added to the wishlist"
818
  msgstr ""
819
 
820
+ #: plugin-options/wishlist_page-options.php:93
821
  msgid "Add to cart option for each product"
822
  msgstr ""
823
 
824
+ #: plugin-options/wishlist_page-options.php:102
825
  msgid ""
826
  "Icon to remove the product from the wishlist - to the left of the product"
827
  msgstr ""
828
 
829
+ #: plugin-options/wishlist_page-options.php:111
830
  msgid ""
831
  "Button to remove the product from the wishlist - to the right of the product"
832
  msgstr ""
833
 
834
+ #: plugin-options/wishlist_page-options.php:119
835
  msgid "Redirect to cart"
836
  msgstr "Redireccionar al carrito"
837
 
838
+ #: plugin-options/wishlist_page-options.php:120
839
  msgid ""
840
  "Redirect users to the cart page when they add a product to the cart from the "
841
  "wishlist page"
842
  msgstr ""
843
 
844
+ #: plugin-options/wishlist_page-options.php:128
845
  msgid "Remove if added to the cart"
846
  msgstr "Eliminar después de agregar al carrito"
847
 
848
+ #: plugin-options/wishlist_page-options.php:129
849
  msgid ""
850
  "Remove the product from the wishlist after it has been added to the cart"
851
  msgstr ""
852
 
853
+ #: plugin-options/wishlist_page-options.php:137
854
  msgid "Share wishlist"
855
  msgstr ""
856
 
857
+ #: plugin-options/wishlist_page-options.php:138
858
  msgid "Enable this option to let users share their wishlist on social media"
859
  msgstr ""
860
 
 
861
  #: plugin-options/wishlist_page-options.php:146
862
  #: plugin-options/wishlist_page-options.php:155
863
  #: plugin-options/wishlist_page-options.php:164
864
  #: plugin-options/wishlist_page-options.php:173
865
+ #: plugin-options/wishlist_page-options.php:182
866
  msgid "Share on social media"
867
  msgstr ""
868
 
869
+ #: plugin-options/wishlist_page-options.php:174
870
  msgid "Share by email"
871
  msgstr ""
872
 
873
+ #: plugin-options/wishlist_page-options.php:191
874
  msgid "Share by URL"
875
  msgstr ""
876
 
877
+ #: plugin-options/wishlist_page-options.php:192
878
  msgid "Show \"Share URL\" field on wishlist page"
879
  msgstr ""
880
 
881
+ #: plugin-options/wishlist_page-options.php:200
882
  msgid "Sharing title"
883
  msgstr ""
884
 
885
+ #: plugin-options/wishlist_page-options.php:201
886
  msgid "Wishlist title used for sharing (only used on Twitter and Pinterest)"
887
  msgstr ""
888
 
889
  #. translators: 1. Blog name.
890
+ #: plugin-options/wishlist_page-options.php:204
891
  msgid "My wishlist on %s"
892
  msgstr "Mi lista de deseos en %s"
893
 
894
+ #: plugin-options/wishlist_page-options.php:209
895
  msgid "Social text"
896
  msgstr "Texto de sociales"
897
 
898
+ #: plugin-options/wishlist_page-options.php:210
899
  msgid ""
900
  "Type the message you want to publish when you share your wishlist on Twitter "
901
  "and Pinterest"
902
  msgstr ""
903
 
904
+ #: plugin-options/wishlist_page-options.php:218
905
  msgid "Social image URL"
906
  msgstr "URL de las imágenes sociales"
907
 
908
+ #: plugin-options/wishlist_page-options.php:219
909
  msgid "It will be used to pin the wishlist on Pinterest."
910
  msgstr ""
911
 
912
+ #: plugin-options/wishlist_page-options.php:238
913
  msgid "Default wishlist name"
914
  msgstr ""
915
 
916
+ #: plugin-options/wishlist_page-options.php:239
917
  msgid ""
918
  "Enter a name for the default wishlist. This is the wishlist that will be "
919
  "automatically generated for all users if they do not create any custom one"
920
  msgstr ""
921
 
922
+ #: plugin-options/wishlist_page-options.php:241
923
  #, fuzzy
924
  msgid "My wishlist"
925
  msgstr "Mi lista de deseos en %s"
926
 
927
+ #: plugin-options/wishlist_page-options.php:246
928
  msgid "\"Add to cart\" text"
929
  msgstr ""
930
 
931
+ #: plugin-options/wishlist_page-options.php:247
932
  msgid "Enter a text for the \"Add to cart\" button"
933
  msgstr ""
934
 
935
+ #: plugin-options/wishlist_page-options.php:259
936
  msgid "Style & color customization"
937
  msgstr ""
938
 
939
+ #: plugin-options/wishlist_page-options.php:266
940
  msgid "Style of \"Add to cart\""
941
  msgstr ""
942
 
943
+ #: plugin-options/wishlist_page-options.php:267
944
  msgid "Choose whether to show a textual \"Add to cart\" link or a button"
945
  msgstr ""
946
 
947
+ #: plugin-options/wishlist_page-options.php:280
948
  msgid "\"Add to cart\" button style"
949
  msgstr ""
950
 
951
+ #: plugin-options/wishlist_page-options.php:286
952
  msgid "Choose the colors for the \"Add to cart\" button"
953
  msgstr ""
954
 
955
+ #: plugin-options/wishlist_page-options.php:304
956
  msgid "Choose colors for the \"Add to cart\" button on hover state"
957
  msgstr ""
958
 
959
+ #: plugin-options/wishlist_page-options.php:330
960
  msgid "Set the radius for the \"Add to cart\" button"
961
  msgstr ""
962
 
963
+ #: plugin-options/wishlist_page-options.php:344
964
  msgid "\"Add to cart\" icon"
965
  msgstr ""
966
 
967
+ #: plugin-options/wishlist_page-options.php:345
968
  msgid "Select an icon for the \"Add to cart\" button (optional)"
969
  msgstr ""
970
 
971
+ #: plugin-options/wishlist_page-options.php:369
972
  msgid "\"Add to cart\" custom icon"
973
  msgstr ""
974
 
975
+ #: plugin-options/wishlist_page-options.php:370
976
  msgid ""
977
  "Upload an icon you'd like to use for the \"Add to cart\" button (suggested "
978
  "32px x 32px)"
979
  msgstr ""
980
 
981
+ #: plugin-options/wishlist_page-options.php:378
982
  msgid "Primary button style"
983
  msgstr ""
984
 
985
+ #: plugin-options/wishlist_page-options.php:384
986
  msgid ""
987
  "Choose colors for the primary button<br/><small>This style will be applied "
988
  "to \"Edit title\" button on Wishlist view, \"Submit Changes\" button on "
989
  "Manage view and \"Search wishlist\" button on Search view</small>"
990
  msgstr ""
991
 
992
+ #: plugin-options/wishlist_page-options.php:402
993
  msgid ""
994
  "Choose colors for the primary button on hover state<br/><small>This style "
995
  "will be applied to \"Edit title\" button on Wishlist view, \"Submit Changes"
997
  "small>"
998
  msgstr ""
999
 
1000
+ #: plugin-options/wishlist_page-options.php:427
1001
  msgid "Secondary button style"
1002
  msgstr ""
1003
 
 
1004
  #: plugin-options/wishlist_page-options.php:433
1005
+ #: plugin-options/wishlist_page-options.php:451
1006
  msgid ""
1007
  "Choose colors of the secondary button<br/><small>This style will be applied "
1008
  "to the buttons that allow showing and hiding the Edit title form on Wishlist "
1009
  "view and \"Create new Wishlist\" button on Manage view</small>"
1010
  msgstr ""
1011
 
1012
+ #: plugin-options/wishlist_page-options.php:476
1013
  msgid "Wishlist table style"
1014
  msgstr ""
1015
 
1016
+ #: plugin-options/wishlist_page-options.php:477
1017
  msgid ""
1018
  "Choose the colors for the wishlist table (when set to \"Traditional\" layout)"
1019
  msgstr ""
1020
 
1021
+ #: plugin-options/wishlist_page-options.php:505
1022
  msgid "Highlight color"
1023
  msgstr ""
1024
 
1025
+ #: plugin-options/wishlist_page-options.php:506
1026
  msgid ""
1027
  "Choose the color for all sections with background<br/><small>This color will "
1028
  "be used as background for the wishlist table heading and footer (when set to "
1029
  "\"Traditional\" layout), and for various form across wishlist views</small>"
1030
  msgstr ""
1031
 
1032
+ #: plugin-options/wishlist_page-options.php:518
1033
  msgid "Share button text color"
1034
  msgstr ""
1035
 
1036
+ #: plugin-options/wishlist_page-options.php:519
1037
  msgid "Choose colors for share buttons text"
1038
  msgstr ""
1039
 
1040
+ #: plugin-options/wishlist_page-options.php:530
1041
  msgid "Text hover"
1042
  msgstr ""
1043
 
1044
+ #: plugin-options/wishlist_page-options.php:543
1045
  msgid "Facebook share button icon"
1046
  msgstr ""
1047
 
1048
+ #: plugin-options/wishlist_page-options.php:544
1049
  msgid "Select an icon for the Facebook share button"
1050
  msgstr ""
1051
 
1052
+ #: plugin-options/wishlist_page-options.php:554
1053
  msgid "Facebook share button custom icon"
1054
  msgstr ""
1055
 
1056
+ #: plugin-options/wishlist_page-options.php:555
1057
  msgid ""
1058
  "Upload an icon you'd like to use for Facebook share button (suggested 32px x "
1059
  "32px)"
1060
  msgstr ""
1061
 
1062
+ #: plugin-options/wishlist_page-options.php:563
1063
  msgid "Facebook share button style"
1064
  msgstr ""
1065
 
1066
+ #: plugin-options/wishlist_page-options.php:564
1067
  msgid "Choose colors for Facebook share button"
1068
  msgstr ""
1069
 
1070
+ #: plugin-options/wishlist_page-options.php:575
1071
+ #: plugin-options/wishlist_page-options.php:615
1072
+ #: plugin-options/wishlist_page-options.php:655
1073
+ #: plugin-options/wishlist_page-options.php:695
1074
+ #: plugin-options/wishlist_page-options.php:735
1075
  msgid "Background hover"
1076
  msgstr ""
1077
 
1078
+ #: plugin-options/wishlist_page-options.php:583
1079
  msgid "Twitter share button icon"
1080
  msgstr ""
1081
 
1082
+ #: plugin-options/wishlist_page-options.php:584
1083
  msgid "Select an icon for the Twitter share button"
1084
  msgstr ""
1085
 
1086
+ #: plugin-options/wishlist_page-options.php:594
1087
  msgid "Twitter share button custom icon"
1088
  msgstr ""
1089
 
1090
+ #: plugin-options/wishlist_page-options.php:595
1091
  msgid ""
1092
  "Upload an icon you'd like to use for Twitter share button (suggested 32px x "
1093
  "32px)"
1094
  msgstr ""
1095
 
1096
+ #: plugin-options/wishlist_page-options.php:603
1097
  msgid "Twitter share button style"
1098
  msgstr ""
1099
 
1100
+ #: plugin-options/wishlist_page-options.php:604
1101
  msgid "Choose colors for Twitter share button"
1102
  msgstr ""
1103
 
1104
+ #: plugin-options/wishlist_page-options.php:623
1105
  msgid "Pinterest share button icon"
1106
  msgstr ""
1107
 
1108
+ #: plugin-options/wishlist_page-options.php:624
1109
  msgid "Select an icon for the Pinterest share button"
1110
  msgstr ""
1111
 
1112
+ #: plugin-options/wishlist_page-options.php:634
1113
  msgid "Pinterest share button custom icon"
1114
  msgstr ""
1115
 
1116
+ #: plugin-options/wishlist_page-options.php:635
1117
  msgid ""
1118
  "Upload an icon you'd like to use for Pinterest share button (suggested 32px "
1119
  "x 32px)"
1120
  msgstr ""
1121
 
1122
+ #: plugin-options/wishlist_page-options.php:643
1123
  msgid "Pinterest share button style"
1124
  msgstr ""
1125
 
1126
+ #: plugin-options/wishlist_page-options.php:644
1127
  msgid "Choose colors for Pinterest share button"
1128
  msgstr ""
1129
 
1130
+ #: plugin-options/wishlist_page-options.php:663
1131
  msgid "Email share button icon"
1132
  msgstr ""
1133
 
1134
+ #: plugin-options/wishlist_page-options.php:664
1135
  msgid "Select an icon for the Email share button"
1136
  msgstr ""
1137
 
1138
+ #: plugin-options/wishlist_page-options.php:674
1139
  msgid "Email share button custom icon"
1140
  msgstr ""
1141
 
1142
+ #: plugin-options/wishlist_page-options.php:675
1143
  msgid ""
1144
  "Upload an icon you'd like to use for the Email share button (suggested 32px "
1145
  "x 32px)"
1146
  msgstr ""
1147
 
1148
+ #: plugin-options/wishlist_page-options.php:683
1149
  msgid "Email share button style"
1150
  msgstr ""
1151
 
1152
+ #: plugin-options/wishlist_page-options.php:684
1153
  msgid "Choose colors for the Email share button"
1154
  msgstr ""
1155
 
1156
+ #: plugin-options/wishlist_page-options.php:703
1157
  msgid "WhatsApp share button icon"
1158
  msgstr ""
1159
 
1160
+ #: plugin-options/wishlist_page-options.php:704
1161
  msgid "Select an icon for the WhatsApp share button"
1162
  msgstr ""
1163
 
1164
+ #: plugin-options/wishlist_page-options.php:714
1165
  msgid "WhatsApp share button custom icon"
1166
  msgstr ""
1167
 
1168
+ #: plugin-options/wishlist_page-options.php:715
1169
  msgid ""
1170
  "Upload an icon you'd like to use for WhatsApp share button (suggested 32px x "
1171
  "32px)"
1172
  msgstr ""
1173
 
1174
+ #: plugin-options/wishlist_page-options.php:723
1175
  msgid "WhatsApp share button style"
1176
  msgstr ""
1177
 
1178
+ #: plugin-options/wishlist_page-options.php:724
1179
  msgid "Choose colors for WhatsApp share button"
1180
  msgstr ""
1181
 
1182
+ #: templates/share.php:56 templates/share.php:57
1183
  msgid "Facebook"
1184
  msgstr ""
1185
 
1186
+ #: templates/share.php:64 templates/share.php:65
1187
  msgid "Twitter"
1188
  msgstr ""
1189
 
1190
+ #: templates/share.php:72 templates/share.php:73
1191
  msgid "Pinterest"
1192
  msgstr "Compartir en Pinterest"
1193
 
1194
+ #: templates/share.php:102 templates/share.php:103
1195
  msgid "Email"
1196
  msgstr ""
1197
 
1198
+ #: templates/share.php:110
1199
  msgid "WhatsApp"
1200
  msgstr ""
1201
 
1202
+ #: templates/share.php:111
1203
  msgid "Whatsapp"
1204
  msgstr ""
1205
 
1206
+ #: templates/share.php:120
1207
  msgid "(Now"
1208
  msgstr ""
1209
 
1210
+ #: templates/share.php:120
1211
  msgid "copy"
1212
  msgstr ""
1213
 
1214
+ #: templates/share.php:120
1215
  msgid "this wishlist link and share it anywhere)"
1216
  msgstr ""
1217
 
1218
+ #: templates/wishlist-view-footer-mobile.php:55
1219
+ #: templates/wishlist-view-footer.php:55
1220
  msgid "Apply this action to all the selected items:"
1221
  msgstr ""
1222
 
1223
+ #: templates/wishlist-view-footer-mobile.php:62
1224
+ #: templates/wishlist-view-footer.php:62
1225
  msgid "Remove from wishlist"
1226
  msgstr ""
1227
 
1228
  #. translators: 1. Wishlist formatted name.
1229
+ #: templates/wishlist-view-footer-mobile.php:80
1230
+ #: templates/wishlist-view-footer.php:80
1231
  msgid "Move to %s"
1232
  msgstr ""
1233
 
1234
+ #: templates/wishlist-view-footer-mobile.php:86
1235
+ #: templates/wishlist-view-footer.php:86
1236
  msgid "Apply"
1237
  msgstr ""
1238
 
1239
+ #: templates/wishlist-view-footer-mobile.php:94
1240
+ #: templates/wishlist-view-footer.php:94
1241
  msgid "Update"
1242
  msgstr ""
1243
 
1244
+ #: templates/wishlist-view-footer-mobile.php:100
1245
+ #: templates/wishlist-view-footer.php:138
1246
  msgid "Add all to cart"
1247
  msgstr ""
1248
 
1249
+ #: templates/wishlist-view-header.php:86
1250
  msgid "Edit title"
1251
  msgstr "Título de la Lista de deseos"
1252
 
1253
+ #: templates/wishlist-view-mobile.php:143
1254
  msgid "Added on:"
1255
  msgstr ""
1256
 
1257
+ #: templates/wishlist-view-mobile.php:154
1258
  msgid "Price:"
1259
  msgstr ""
1260
 
1261
+ #: templates/wishlist-view-mobile.php:181
1262
  msgid "Quantity:"
1263
  msgstr ""
1264
 
1265
+ #: templates/wishlist-view-mobile.php:196
1266
  msgid "Stock:"
1267
  msgstr ""
1268
 
1269
+ #: templates/wishlist-view-mobile.php:199 templates/wishlist-view.php:431
1270
  msgid "Out of stock"
1271
  msgstr ""
1272
 
1273
+ #: templates/wishlist-view-mobile.php:199 templates/wishlist-view.php:431
1274
  msgid "In Stock"
1275
  msgstr "¡Disponible!"
1276
 
1277
+ #: templates/wishlist-view-mobile.php:219 templates/wishlist-view.php:531
1278
  msgid "Move"
1279
  msgstr ""
1280
 
1281
+ #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:562
1282
  msgid "Move to another list &rsaquo;"
1283
  msgstr ""
1284
 
1285
+ #: templates/wishlist-view-mobile.php:270 templates/wishlist-view.php:250
1286
+ #: templates/wishlist-view.php:594
1287
  msgid "Remove this product"
1288
  msgstr "Ya no lo quiero"
1289
 
1290
+ #: templates/wishlist-view-mobile.php:291 templates/wishlist-view.php:636
1291
  msgid "No products added to the wishlist"
1292
  msgstr ""
1293
 
1294
+ #: templates/wishlist-view.php:102
1295
  msgid "Product name"
1296
  msgstr ""
1297
 
1298
+ #: templates/wishlist-view.php:122
1299
  msgid "Unit price"
1300
  msgstr ""
1301
 
1302
+ #: templates/wishlist-view.php:143
1303
  msgid "Quantity"
1304
  msgstr ""
1305
 
1306
+ #: templates/wishlist-view.php:164
1307
  msgid "Stock status"
1308
  msgstr ""
1309
 
1310
+ #: templates/wishlist-view.php:206
1311
  msgid "Arrange"
1312
  msgstr ""
1313
 
1314
  #. translators: date added label: 1 date added.
1315
+ #: templates/wishlist-view.php:466
1316
  msgid "Added on: %s"
1317
  msgstr ""
1318
 
1319
+ #: templates/wishlist-view.php:594
1320
  msgid "Remove"
1321
  msgstr ""
1322
 
1329
  "your e-commerce on <strong>YITH</strong></a>"
1330
  msgstr ""
1331
 
1332
+ #: includes/class-yith-wcwl-admin.php:287
1333
  msgctxt "[HELP TAB] Video title"
1334
  msgid ""
1335
  "Check this video to learn how to <b>configure wishlist and customize options:"
1341
  msgid "wishlist"
1342
  msgstr ""
1343
 
1344
+ #: includes/class-yith-wcwl-privacy.php:275
1345
  msgctxt "date when wishlist was created"
1346
  msgid "Created on"
1347
  msgstr ""
1367
  msgstr ""
1368
 
1369
  #. translators: 1. % of reduction/increase in price.
1370
+ #: includes/class-yith-wcwl-wishlist-item.php:478
1371
  msgctxt ""
1372
  "Part of the template that shows price variation since addition to list; "
1373
  "placeholder will be replaced with a percentage"
1375
  msgstr ""
1376
 
1377
  #. translators: 2: original product price.
1378
+ #: includes/class-yith-wcwl-wishlist-item.php:480
1379
  msgctxt ""
1380
  "Part of the template that shows price variation since addition to list; "
1381
  "placeholder will be replaced with a price"
languages/yith-woocommerce-wishlist-es_ES.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-es_ES.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
- "POT-Creation-Date: 2022-06-19 14:16:05+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:04+0200\n"
10
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
11
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
@@ -28,19 +28,19 @@ msgstr ""
28
  msgid "Wishlist Page"
29
  msgstr "Página de Lista de deseos"
30
 
31
- #: includes/class-yith-wcwl-admin.php:146
32
  msgid "General settings"
33
  msgstr "Ajustes generales"
34
 
35
- #: includes/class-yith-wcwl-admin.php:147
36
  msgid "Add to wishlist options"
37
  msgstr "Opciones de Añadir a la lista de deseos"
38
 
39
- #: includes/class-yith-wcwl-admin.php:148
40
  msgid "Wishlist page options"
41
  msgstr "Opciones de la página Lista de deseos"
42
 
43
- #: includes/class-yith-wcwl-admin.php:249
44
  msgid ""
45
  "Allows your customers to create and share lists of products that they want "
46
  "to purchase on your e-commerce."
@@ -48,91 +48,90 @@ msgstr ""
48
  "Permitir a tus clientes crear y compartir productos que quieran comprar en "
49
  "tu comercio electrónico."
50
 
51
- #: includes/class-yith-wcwl-admin.php:280
52
  msgid ""
53
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
54
  msgstr ""
55
 
56
- #: includes/class-yith-wcwl-admin.php:281
57
  msgid ""
58
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
59
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
60
  "on \"Add to wishlist\""
61
  msgstr ""
62
 
63
- #: includes/class-yith-wcwl-admin.php:282
64
  msgid ""
65
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
66
  "them either public (visible to everyone), private or shared (visible only to "
67
  "people it has been shared with)"
68
  msgstr ""
69
 
70
- #: includes/class-yith-wcwl-admin.php:283
71
  msgid ""
72
  "Choose between <b>different layouts</b> for the wishlist page and for the "
73
  "wishlist content"
74
  msgstr ""
75
 
76
- #: includes/class-yith-wcwl-admin.php:284
77
  msgid ""
78
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
79
  "move a product from one wishlist to another, change order of items, "
80
  "quantity, etc."
81
  msgstr ""
82
 
83
- #: includes/class-yith-wcwl-admin.php:285
84
  msgid ""
85
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
86
  "content of their wishlist to the admin and get a custom quote"
87
  msgstr ""
88
 
89
- #: includes/class-yith-wcwl-admin.php:286
90
  msgid ""
91
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
92
  "(available also with \"mini-cart\" style for the header)"
93
  msgstr ""
94
 
95
- #: includes/class-yith-wcwl-admin.php:287
96
  msgid ""
97
- "View the most popular products added to the wishlist by your customers and "
98
- "<b>send promotional emails to users</b> who have added specific products to "
99
  "their wishlist"
100
  msgstr ""
101
 
102
- #: includes/class-yith-wcwl-admin.php:288
103
  msgid ""
104
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
105
  "the list is back in stock or on sale"
106
  msgstr ""
107
 
108
- #: includes/class-yith-wcwl-admin.php:289
109
  msgid "Regular updates, Translations and Premium Support"
110
  msgstr ""
111
 
112
- #: includes/class-yith-wcwl-ajax-handler.php:75
113
- #: templates/add-to-wishlist-remove.php:59
114
  msgid "View &rsaquo;"
115
  msgstr "Ver &rsaquo;"
116
 
117
- #: includes/class-yith-wcwl-ajax-handler.php:76
118
- #: templates/add-to-wishlist-remove.php:58
119
  msgid "or"
120
  msgstr "o"
121
 
122
- #: includes/class-yith-wcwl-ajax-handler.php:77
123
  msgid "Close"
124
  msgstr ""
125
 
126
- #: includes/class-yith-wcwl-ajax-handler.php:155
127
- #: includes/class-yith-wcwl-ajax-handler.php:195
128
  msgid "Product successfully removed."
129
  msgstr "Producto eliminado satisfactoriamente."
130
 
131
- #: includes/class-yith-wcwl-form-handler.php:156
132
  msgid "Please, make sure to enter a valid title"
133
  msgstr "Por favor, asegúrate de haber introducido un título válido"
134
 
135
- #: includes/class-yith-wcwl-frontend.php:552
136
  msgid ""
137
  "We are sorry, but this feature is available only if cookies on your browser "
138
  "are enabled."
@@ -140,15 +139,15 @@ msgstr ""
140
  "Lo siento, pero esta característica solo está disponible si las cookies de "
141
  "tu navegador están habilitadas."
142
 
143
- #: includes/class-yith-wcwl-frontend.php:553
144
  msgid "Product added to cart successfully"
145
  msgstr "Producto añadido al carrito con éxito"
146
 
147
- #: includes/class-yith-wcwl-frontend.php:816
148
- #: includes/class-yith-wcwl-shortcode.php:239
149
- #: plugin-options/wishlist_page-options.php:240
150
- #: templates/wishlist-view-footer-mobile.php:46
151
- #: templates/wishlist-view-footer.php:46
152
  msgid "Add to cart"
153
  msgstr "Añadir al carrito"
154
 
@@ -210,43 +209,43 @@ msgstr ""
210
  "Los miembros de nuestro equipo tienen acceso a esta información para "
211
  "ofrecerte mejores ofertas para los productos que te gusten."
212
 
213
- #: includes/class-yith-wcwl-privacy.php:84
214
- #: includes/class-yith-wcwl-privacy.php:100
215
  msgid "Customer wishlists"
216
  msgstr "Listas de deseos del cliente"
217
 
218
- #: includes/class-yith-wcwl-privacy.php:137 plugin-options/lists-options.php:25
219
- #: plugin-options/lists-options.php:32
220
  msgid "Wishlists"
221
  msgstr "Listas de deseos"
222
 
223
  #. Translators: %s Order number.
224
- #: includes/class-yith-wcwl-privacy.php:199
225
  msgid "Removed wishlist %s."
226
  msgstr "Eliminada lista de deseos %s."
227
 
228
  #. Translators: %s Order number.
229
- #: includes/class-yith-wcwl-privacy.php:203
230
  msgid "Wishlist %s has been retained."
231
  msgstr "La lista de deseos %s ha sido retenida."
232
 
233
- #: includes/class-yith-wcwl-privacy.php:227
234
  msgid "Token"
235
  msgstr "Token"
236
 
237
- #: includes/class-yith-wcwl-privacy.php:228
238
  msgid "Wishlist URL"
239
  msgstr "URL de la lista de deseos"
240
 
241
- #: includes/class-yith-wcwl-privacy.php:229
242
  msgid "Title"
243
  msgstr "Título"
244
 
245
- #: includes/class-yith-wcwl-privacy.php:231
246
  msgid "Visibility"
247
  msgstr "Visibilidad"
248
 
249
- #: includes/class-yith-wcwl-privacy.php:232
250
  msgid "Items added"
251
  msgstr "Artículos añadidos"
252
 
@@ -329,140 +328,140 @@ msgstr "Número de artículos a mostrar por página"
329
  msgid "ID of the wishlist to show (e.g. K6EOWXB888ZD)"
330
  msgstr "ID de la lista de deseos a mostrar (ej: K6EOWXB888ZD)"
331
 
332
- #: includes/class-yith-wcwl-shortcode.php:414
333
  msgid "Share on:"
334
  msgstr "Compartir en:"
335
 
336
- #: includes/class-yith-wcwl-shortcode.php:438
337
- #: plugin-options/wishlist_page-options.php:138
338
  msgid "Share on Facebook"
339
  msgstr "Compartir en Facebook"
340
 
341
- #: includes/class-yith-wcwl-shortcode.php:455
342
- #: plugin-options/wishlist_page-options.php:147
343
  msgid "Tweet on Twitter"
344
  msgstr "Twittear en Twitter"
345
 
346
- #: includes/class-yith-wcwl-shortcode.php:473
347
- #: plugin-options/wishlist_page-options.php:156
348
  msgid "Pin on Pinterest"
349
  msgstr "Pinear en Pinterest"
350
 
351
- #: includes/class-yith-wcwl-shortcode.php:487
352
  msgid "Share via email"
353
  msgstr "Compartir por correo electrónico"
354
 
355
- #: includes/class-yith-wcwl-shortcode.php:510
356
- #: plugin-options/wishlist_page-options.php:174
357
  msgid "Share on WhatsApp"
358
  msgstr "Compartir en WhatsApp"
359
 
360
- #: includes/class-yith-wcwl-shortcode.php:621
361
  msgid "Remove from list"
362
  msgstr "Eliminar de la lista"
363
 
364
- #: includes/class-yith-wcwl-wishlist-item.php:193
365
  msgid "Free!"
366
  msgstr "¡Gratis!"
367
 
368
- #: includes/class-yith-wcwl.php:164
369
  msgid "The item cannot be added to this wishlist"
370
  msgstr "El artículo no puede ser añadido a la lista de deseos"
371
 
372
- #: includes/class-yith-wcwl.php:168 includes/class-yith-wcwl.php:174
373
  msgid "An error occurred while adding the products to the wishlist."
374
  msgstr ""
375
  "Ha ocurrido un error mientras se añadían los productos a la lista de deseos."
376
 
377
- #: includes/class-yith-wcwl.php:235 includes/class-yith-wcwl.php:241
378
  msgid "Error. Unable to remove the product from the wishlist."
379
  msgstr "Error. No hemos podido eliminar el producto de la lista de deseos."
380
 
381
- #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:152
382
- #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:174
383
  msgid "Invalid wishlist."
384
  msgstr "Lista de deseos no válida."
385
 
386
- #: includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:119
387
  msgid "Invalid wishlist item."
388
  msgstr "Artículo de lista de deseos no válido."
389
 
390
  #. translators: 1. Number of users.
391
- #: includes/functions-yith-wcwl.php:249
392
  msgid "%d user"
393
  msgid_plural "%d users"
394
  msgstr[0] "%d usuario"
395
  msgstr[1] "%d usuarios"
396
 
397
- #: includes/functions-yith-wcwl.php:250
398
  msgid "has this item in wishlist"
399
  msgid_plural "have this item in wishlist"
400
  msgstr[0] "tiene este artículo en la lista de deseos"
401
  msgstr[1] "tiene este artículo en la lista de deseos"
402
 
403
- #: includes/functions-yith-wcwl.php:252
404
  msgid "You're the first"
405
  msgstr "Eres el primero"
406
 
407
- #: includes/functions-yith-wcwl.php:253
408
  msgid "to add this item in wishlist"
409
  msgstr "en añadir este artículo a la lista de deseos"
410
 
411
  #. translators: 1. Count of users when many, or "another" when only one.
412
- #: includes/functions-yith-wcwl.php:257
413
  msgid "You and %s user"
414
  msgid_plural "You and %d users"
415
  msgstr[0] "Tú y el usuario %s"
416
  msgstr[1] "Tú y los usuarios %d"
417
 
418
- #: includes/functions-yith-wcwl.php:257
419
  msgid "another"
420
  msgstr ""
421
 
422
- #: includes/functions-yith-wcwl.php:258
423
  msgid "have this item in wishlist"
424
  msgstr "tienen este artículo en la lista de deseos"
425
 
426
- #: includes/functions-yith-wcwl.php:425
427
  msgid "None"
428
  msgstr ""
429
 
430
- #: includes/functions-yith-wcwl.php:426
431
  #, fuzzy
432
  msgid "Custom"
433
  msgstr "Personalizar CSS"
434
 
435
- #: includes/functions-yith-wcwl.php:447
436
  msgid "Shared"
437
  msgstr "Compartidas"
438
 
439
- #: includes/functions-yith-wcwl.php:451
440
  msgid "Only people with a link to this list can see it"
441
  msgstr "Solo gente con un enlace a esta lista puede verla"
442
 
443
- #: includes/functions-yith-wcwl.php:457
444
  msgid "Private"
445
  msgstr "Privada"
446
 
447
- #: includes/functions-yith-wcwl.php:461
448
  msgid "Only you can see this list"
449
  msgstr "Solo tú puedes ver esta lista"
450
 
451
- #: includes/functions-yith-wcwl.php:467
452
  msgid "Public"
453
  msgstr "Pública"
454
 
455
- #: includes/functions-yith-wcwl.php:471
456
  msgid "Anyone can search for and see this list"
457
  msgstr "Cualquiera puede buscar y ver esta lista"
458
 
459
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:118
460
- #: plugin-options/add_to_wishlist-options.php:127
461
  msgid "Add to wishlist"
462
  msgstr "Añadir a la lista de deseos"
463
 
464
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:128
465
- #: plugin-options/add_to_wishlist-options.php:143
466
  msgid "Browse wishlist"
467
  msgstr "Echar un vistazo a la lista de deseos"
468
 
@@ -476,29 +475,27 @@ msgstr "Texto para \"El producto ya está en la lista de deseos\""
476
  msgid "Product added to wishlist"
477
  msgstr "Cuando el producto es añadido a la lista de deseos"
478
 
479
- #: init.php:160
480
  msgid "is enabled but not effective. It requires WooCommerce to work."
481
  msgstr ""
482
 
483
- #: init.php:176
484
- msgid "You can't activate the free version of"
485
- msgstr ""
486
-
487
- #: init.php:176
488
- msgid "while you are using the premium one."
489
  msgstr ""
490
 
491
- #: plugin-options/add_to_wishlist-options.php:20
492
- #: plugin-options/settings-options.php:27
493
  msgid "General Settings"
494
  msgstr "Ajustes Generales"
495
 
496
- #: plugin-options/add_to_wishlist-options.php:27
497
  #, fuzzy
498
  msgid "After product is added to wishlist"
499
  msgstr "Cuando el producto es añadido a la lista de deseos"
500
 
501
- #: plugin-options/add_to_wishlist-options.php:28
502
  msgid ""
503
  "Choose the look of the Wishlist button when the product has already been "
504
  "added to a wishlist"
@@ -506,24 +503,24 @@ msgstr ""
506
  "Elige la apariencia del botón Lista de deseos cuando el producto ya ha sido "
507
  "añadido a la lista de deseos"
508
 
509
- #: plugin-options/add_to_wishlist-options.php:32
510
  #, fuzzy
511
  msgid "Show \"Add to wishlist\" button"
512
  msgstr "Mostrar el botón ''Añadir a la lista de deseos''"
513
 
514
- #: plugin-options/add_to_wishlist-options.php:33
515
  msgid "Show \"View wishlist\" link"
516
  msgstr "Mostrar enlace a ''Ver lista de deseos''"
517
 
518
- #: plugin-options/add_to_wishlist-options.php:34
519
  msgid "Show \"Remove from list\" link"
520
  msgstr "Mostrar enlace a ''Eliminar de la lista''"
521
 
522
- #: plugin-options/add_to_wishlist-options.php:48
523
  msgid "Loop settings"
524
  msgstr "Ajustes de loop"
525
 
526
- #: plugin-options/add_to_wishlist-options.php:50
527
  msgid ""
528
  "Loop options will be visible on Shop page, category pages, product "
529
  "shortcodes, products sliders, and all the other places where the WooCommerce "
@@ -533,21 +530,21 @@ msgstr ""
533
  "categoría, shortcodes de producto, carruseles y todos los demás lugares en "
534
  "los que el bucle de los productos de WooCommerce es usado"
535
 
536
- #: plugin-options/add_to_wishlist-options.php:55
537
  msgid "Show \"Add to wishlist\" in loop"
538
  msgstr "Mostrar el bucle ''Añadir a la lista de deseos''"
539
 
540
- #: plugin-options/add_to_wishlist-options.php:56
541
  msgid "Enable the \"Add to wishlist\" feature in WooCommerce products' loop"
542
  msgstr ""
543
  "Activar la característica ''Añadir a la lista de deseos'' en el bucle de los "
544
  "productos de WooCommerce"
545
 
546
- #: plugin-options/add_to_wishlist-options.php:64
547
  msgid "Position of \"Add to wishlist\" in loop"
548
  msgstr "Posición de ''Añadir a la lista de deseos'' en bucle"
549
 
550
- #: plugin-options/add_to_wishlist-options.php:65
551
  msgid ""
552
  "Choose where to show \"Add to wishlist\" button or link in WooCommerce "
553
  "products' loop. <span class=\"addon\">Copy this shortcode <span class=\"code"
@@ -560,32 +557,32 @@ msgstr ""
560
  "span> y pégalo donde quieras mostrar el botón o enlace ''Añadir a la lista "
561
  "de deseos''</span>"
562
 
563
- #: plugin-options/add_to_wishlist-options.php:72
564
  msgid "On top of the image"
565
  msgstr "En la parte superior de la imagen"
566
 
567
- #: plugin-options/add_to_wishlist-options.php:73
568
  msgid "Before \"Add to cart\" button"
569
  msgstr "Antes del botón ''Añadir al carrito''"
570
 
571
- #: plugin-options/add_to_wishlist-options.php:74
572
  msgid "After \"Add to cart\" button"
573
  msgstr "Despuésl botón ''Añadir al carrito''"
574
 
575
- #: plugin-options/add_to_wishlist-options.php:75
576
- #: plugin-options/add_to_wishlist-options.php:107
577
  msgid "Use shortcode"
578
  msgstr "Usar shortcode"
579
 
580
- #: plugin-options/add_to_wishlist-options.php:89
581
  msgid "Product page settings"
582
  msgstr "Ajustes de página de producto"
583
 
584
- #: plugin-options/add_to_wishlist-options.php:96
585
  msgid "Position of \"Add to wishlist\" on product page"
586
  msgstr "Posición de ''Añadir a la lista de deseos'' en la página del producto"
587
 
588
- #: plugin-options/add_to_wishlist-options.php:97
589
  msgid ""
590
  "Choose where to show \"Add to wishlist\" button or link on the product page. "
591
  "<span class=\"addon\">Copy this shortcode <span class=\"code"
@@ -598,36 +595,36 @@ msgstr ""
598
  "span> y pégalo donde quieras mostrar el botón o enlace ''Añadir al "
599
  "carrito''</span>"
600
 
601
- #: plugin-options/add_to_wishlist-options.php:104
602
  msgid "After \"Add to cart\""
603
  msgstr "Después de \"Añadir al carrito\""
604
 
605
- #: plugin-options/add_to_wishlist-options.php:105
606
  msgid "After thumbnails"
607
  msgstr "Después de las miniaturas"
608
 
609
- #: plugin-options/add_to_wishlist-options.php:106
610
  msgid "After summary"
611
  msgstr "Después del resumen"
612
 
613
- #: plugin-options/add_to_wishlist-options.php:117
614
- #: plugin-options/wishlist_page-options.php:222
615
  msgid "Text customization"
616
  msgstr "Personalización de texto"
617
 
618
- #: plugin-options/add_to_wishlist-options.php:124
619
  msgid "\"Add to wishlist\" text"
620
  msgstr "Texto ''Añadir a la lista de deseos''"
621
 
622
- #: plugin-options/add_to_wishlist-options.php:125
623
  msgid "Enter a text for \"Add to wishlist\" button"
624
  msgstr "Introduce un texto para el botón ''Añadir a la lista de deseos''"
625
 
626
- #: plugin-options/add_to_wishlist-options.php:132
627
  msgid "\"Product added\" text"
628
  msgstr "Texto de \"Producto añadido\""
629
 
630
- #: plugin-options/add_to_wishlist-options.php:133
631
  msgid ""
632
  "Enter the text of the message displayed when the user adds a product to the "
633
  "wishlist"
@@ -635,25 +632,25 @@ msgstr ""
635
  "Introduce el texto del mensaje mostrado cuando el usuario añade un producto "
636
  "a la lista de deseos"
637
 
638
- #: plugin-options/add_to_wishlist-options.php:135
639
  msgid "Product added!"
640
  msgstr "¡Producto añadido!"
641
 
642
- #: plugin-options/add_to_wishlist-options.php:140
643
  msgid "\"Browse wishlist\" text"
644
  msgstr "Texto para \"Echar un vistazo a la lista de deseos\""
645
 
646
- #: plugin-options/add_to_wishlist-options.php:141
647
  msgid "Enter a text for the \"Browse wishlist\" link on the product page"
648
  msgstr ""
649
  "Introduce el texto para el enlace ''Echas un vistazo a la lista de deseos'' "
650
  "en la página de producto"
651
 
652
- #: plugin-options/add_to_wishlist-options.php:148
653
  msgid "\"Product already in wishlist\" text"
654
  msgstr "Texto para \"El producto ya está en la lista de deseos\""
655
 
656
- #: plugin-options/add_to_wishlist-options.php:149
657
  msgid ""
658
  "Enter the text for the message displayed when the user views a product that "
659
  "is already in the wishlist"
@@ -661,129 +658,129 @@ msgstr ""
661
  "Introduce el texto para el mensaje mostrado cuando el usuario ve un producto "
662
  "que ya está en su lista de deseos"
663
 
664
- #: plugin-options/add_to_wishlist-options.php:151
665
  msgid "The product is already in your wishlist!"
666
  msgstr "¡El producto ya está en tu lista de deseos!"
667
 
668
- #: plugin-options/add_to_wishlist-options.php:161
669
  msgid "Style & Color customization"
670
  msgstr "Personalización de estilo y color"
671
 
672
- #: plugin-options/add_to_wishlist-options.php:168
673
  msgid "Style of \"Add to wishlist\""
674
  msgstr "Estilo del ''Añadir a la lista de deseos''"
675
 
676
- #: plugin-options/add_to_wishlist-options.php:169
677
  msgid ""
678
  "Choose if you want to show a textual \"Add to wishlist\" link or a button"
679
  msgstr ""
680
  "Elige si quieres mostrar un enlace textual o un botón de ''Añadir a la lista "
681
  "de deseos''"
682
 
683
- #: plugin-options/add_to_wishlist-options.php:172
684
- #: plugin-options/wishlist_page-options.php:261
685
  msgid "Textual (anchor)"
686
  msgstr "Textual (anclaje)"
687
 
688
- #: plugin-options/add_to_wishlist-options.php:173
689
- #: plugin-options/wishlist_page-options.php:262
690
  msgid "Button with theme style"
691
  msgstr "Botón con estilo del tema"
692
 
693
- #: plugin-options/add_to_wishlist-options.php:174
694
- #: plugin-options/wishlist_page-options.php:263
695
  msgid "Button with custom style"
696
  msgstr "Botón con estilo personalizado"
697
 
698
- #: plugin-options/add_to_wishlist-options.php:182
699
  msgid "\"Add to wishlist\" button style"
700
  msgstr "Estilo del botón ''Añadir a la lista de deseos''"
701
 
702
- #: plugin-options/add_to_wishlist-options.php:188
703
  msgid "Choose colors for the \"Add to wishlist\" button"
704
  msgstr "Elige los colores para el botón ''Añadir a la lista de deseos''"
705
 
706
- #: plugin-options/add_to_wishlist-options.php:190
707
- #: plugin-options/wishlist_page-options.php:279
708
- #: plugin-options/wishlist_page-options.php:368
709
- #: plugin-options/wishlist_page-options.php:417
710
- #: plugin-options/wishlist_page-options.php:465
711
- #: plugin-options/wishlist_page-options.php:552
712
- #: plugin-options/wishlist_page-options.php:592
713
- #: plugin-options/wishlist_page-options.php:632
714
- #: plugin-options/wishlist_page-options.php:672
715
- #: plugin-options/wishlist_page-options.php:712
716
  msgid "Background"
717
  msgstr "Fondo"
718
 
719
- #: plugin-options/add_to_wishlist-options.php:195
720
- #: plugin-options/wishlist_page-options.php:284
721
- #: plugin-options/wishlist_page-options.php:373
722
- #: plugin-options/wishlist_page-options.php:422
723
- #: plugin-options/wishlist_page-options.php:470
724
- #: plugin-options/wishlist_page-options.php:507
725
  msgid "Text"
726
  msgstr "Texto"
727
 
728
- #: plugin-options/add_to_wishlist-options.php:200
729
- #: plugin-options/wishlist_page-options.php:289
730
- #: plugin-options/wishlist_page-options.php:378
731
- #: plugin-options/wishlist_page-options.php:427
732
- #: plugin-options/wishlist_page-options.php:475
733
  msgid "Border"
734
  msgstr "Borde"
735
 
736
- #: plugin-options/add_to_wishlist-options.php:206
737
  msgid "Choose colors for the \"Add to wishlist\" button on hover state"
738
  msgstr ""
739
  "Elige colores para el botón ''Añadir a la lista de deseos'' al pasar el "
740
  "cursor"
741
 
742
- #: plugin-options/add_to_wishlist-options.php:208
743
- #: plugin-options/wishlist_page-options.php:297
744
- #: plugin-options/wishlist_page-options.php:386
745
- #: plugin-options/wishlist_page-options.php:435
746
  msgid "Background Hover"
747
  msgstr "Al pasar el cursor por el fondo"
748
 
749
- #: plugin-options/add_to_wishlist-options.php:213
750
- #: plugin-options/wishlist_page-options.php:302
751
- #: plugin-options/wishlist_page-options.php:391
752
- #: plugin-options/wishlist_page-options.php:440
753
  msgid "Text Hover"
754
  msgstr "Al pasar el cursor por el texto"
755
 
756
- #: plugin-options/add_to_wishlist-options.php:218
757
- #: plugin-options/wishlist_page-options.php:307
758
- #: plugin-options/wishlist_page-options.php:396
759
- #: plugin-options/wishlist_page-options.php:445
760
  msgid "Border Hover"
761
  msgstr "Al pasar el cursor por el borde"
762
 
763
- #: plugin-options/add_to_wishlist-options.php:231
764
- #: plugin-options/wishlist_page-options.php:320
765
  msgid "Border radius"
766
  msgstr "Radio del borde"
767
 
768
- #: plugin-options/add_to_wishlist-options.php:232
769
  msgid "Choose radius for the \"Add to wishlist\" button"
770
  msgstr "Elige un radio para el botón ''Añadir a la lista de deseos''"
771
 
772
- #: plugin-options/add_to_wishlist-options.php:246
773
  msgid "\"Add to wishlist\" icon"
774
  msgstr "Icono de ''Añadir a la lista de deseos''"
775
 
776
- #: plugin-options/add_to_wishlist-options.php:247
777
  msgid "Select an icon for the \"Add to wishlist\" button (optional)"
778
  msgstr ""
779
  "Selecciona un icono para el botón ''Añadir a la lista de deseos'' (opcional)"
780
 
781
- #: plugin-options/add_to_wishlist-options.php:257
782
  msgid "\"Add to wishlist\" custom icon"
783
  msgstr "Icono personalizado de ''Añadir a la lista de deseos''"
784
 
785
- #: plugin-options/add_to_wishlist-options.php:258
786
- #: plugin-options/add_to_wishlist-options.php:282
787
  msgid ""
788
  "Upload an icon you'd like to use for \"Add to wishlist\" button (suggested "
789
  "32px x 32px)"
@@ -791,95 +788,71 @@ msgstr ""
791
  "Sube un icono que te gustaría usar para el botón ''Añadir a la lista de "
792
  "deseos'' (sugerencia: 32px x 32px)"
793
 
794
- #: plugin-options/add_to_wishlist-options.php:270
795
  msgid "\"Added to wishlist\" icon"
796
  msgstr "Icono de ''Añadido a la lista de deseos''"
797
 
798
- #: plugin-options/add_to_wishlist-options.php:271
799
  msgid "Select an icon for the \"Added to wishlist\" button (optional)"
800
  msgstr ""
801
  "Selecciona un icono para el botón ''Añadido a la lista de deseos'' (opcional)"
802
 
803
- #: plugin-options/add_to_wishlist-options.php:277
804
  msgid "Same used for Add to wishlist"
805
  msgstr "El mismo usado para Añadir a la lista de deseos"
806
 
807
- #: plugin-options/add_to_wishlist-options.php:281
808
  msgid "\"Added to wishlist\" custom icon"
809
  msgstr "Icono personalizado de ''Añadido a la lista de deseos''"
810
 
811
- #: plugin-options/add_to_wishlist-options.php:294
812
  msgid "Custom CSS"
813
  msgstr "Personalizar CSS"
814
 
815
- #: plugin-options/add_to_wishlist-options.php:295
816
  msgid "Enter custom CSS to be applied to Wishlist elements (optional)"
817
  msgstr ""
818
  "Introduce el CSS personalizado a aplicar en los elementos de la Lista de "
819
  "deseos (opcional)"
820
 
821
- #: plugin-options/lists-options.php:34
822
  #, fuzzy
823
  msgid "Search list"
824
  msgstr "Compartir lista de deseos"
825
 
826
- #. translators: 1. Anchor to Frequently Bought Together landing page on
827
- #. yithemes.com.
828
- #: plugin-options/settings-options.php:19
829
- msgid ""
830
- "If you want to take advantage of this feature, you could consider purchasing "
831
- "the %s."
832
- msgstr ""
833
- "Si quieres beneficiarte de esta característica, podrías considerar la compra "
834
- "de la %s."
835
-
836
- #: plugin-options/settings-options.php:34
837
  msgid "Enable AJAX loading"
838
  msgstr "Activar carga de AJAX"
839
 
840
- #: plugin-options/settings-options.php:35
841
  msgid "Load any cacheable wishlist item via AJAX"
842
  msgstr "Cargar cualquier artículo de lista de deseos cacheable via AJX"
843
 
844
- #: plugin-options/settings-options.php:48
845
  msgid "YITH WooCommerce Frequently Bought Together Integration"
846
  msgstr ""
847
  "Integración de productos YITH WooCommerce comprados juntos frecuentemente"
848
 
849
- #. translators: 1. Url to Frequently Bought Together landing page on
850
- #. yithemes.com.
851
- #: plugin-options/settings-options.php:51
852
- msgid ""
853
- "In order to use this integration you have to install and activate YITH "
854
- "WooCommerce Frequently Bought Together. <a href=\"%s\">Learn more</a>"
855
- msgstr ""
856
- "Para usar esta integración debes instalar y activar YITH WooCommerce "
857
- "Frequently Bought Together. <a href=\"%s\">Leer más</a>"
858
-
859
- #: plugin-options/settings-options.php:56
860
  msgid "Enable slider in wishlist"
861
  msgstr "Habilitar deslizador en la lista de deseos"
862
 
863
- #. translators: 1. Example image of the integration. 2. CTA to buy Frequently
864
- #. Bought Together.
865
- #: plugin-options/settings-options.php:58
866
  #, fuzzy
867
  msgid ""
868
  "Enable the slider with linked products on the Wishlist page (<a href=\"%1$s"
869
- "\" class=\"thickbox\">Example</a>). %2$s"
870
  msgstr ""
871
  "Activa el carrusel con los productos relacionados en la página de Lista de "
872
  "deseos (<a href=\"%s\" class=\"thickbox\">Ejemplo</a>). %s"
873
 
874
- #: plugin-options/wishlist_page-options.php:19
875
- msgid "All your wishlists"
876
- msgstr "Todas tus listas de deseos"
877
-
878
- #: plugin-options/wishlist_page-options.php:26
879
  msgid "Wishlist page"
880
  msgstr "Página de Lista de deseos"
881
 
882
- #: plugin-options/wishlist_page-options.php:27
883
  msgid ""
884
  "Pick a page as the main Wishlist page; make sure you add the <span class="
885
  "\"code\"><code>[yith_wcwl_wishlist]</code></span> shortcode into the page "
@@ -889,60 +862,60 @@ msgstr ""
889
  "asegúrate de añadir el <span class=\"code\"><code>[yith_wcwl_wishlist]</"
890
  "code></span> shortcode en el contenido de la página"
891
 
892
- #: plugin-options/wishlist_page-options.php:40
893
  msgid "Wishlist Detail Page"
894
  msgstr "Página de detalles de la lista de deseos"
895
 
896
- #: plugin-options/wishlist_page-options.php:47
897
  #: plugin-options/wishlist_page-options.php:56
898
  #: plugin-options/wishlist_page-options.php:65
899
  #: plugin-options/wishlist_page-options.php:74
900
  #: plugin-options/wishlist_page-options.php:83
901
  #: plugin-options/wishlist_page-options.php:92
902
  #: plugin-options/wishlist_page-options.php:101
 
903
  msgid "In wishlist table show"
904
  msgstr "Mostrar en la tabla de la lista de deseos"
905
 
906
- #: plugin-options/wishlist_page-options.php:48
907
  msgid "Product variations selected by the user (example: size or color)"
908
  msgstr ""
909
  "Variaciones de producto seleccionada por el usuario (ejemplo: talla o color)"
910
 
911
- #: plugin-options/wishlist_page-options.php:57
912
  msgid "Product price"
913
  msgstr "Precio de producto"
914
 
915
- #: plugin-options/wishlist_page-options.php:66
916
  msgid "Product stock (show if the product is available or not)"
917
  msgstr "Inventario de producto (muestra si el producto está disponible o no)"
918
 
919
- #: plugin-options/wishlist_page-options.php:75
920
  msgid "Date on which the product was added to the wishlist"
921
  msgstr "Fecha en la que el producto fue añadido a la lista de deseos"
922
 
923
- #: plugin-options/wishlist_page-options.php:84
924
  msgid "Add to cart option for each product"
925
  msgstr "Opción de añadir al carrito para cada producto"
926
 
927
- #: plugin-options/wishlist_page-options.php:93
928
  msgid ""
929
  "Icon to remove the product from the wishlist - to the left of the product"
930
  msgstr ""
931
  "Icono para eliminar el producto de la lista de deseos - a la izquierda del "
932
  "producto"
933
 
934
- #: plugin-options/wishlist_page-options.php:102
935
  msgid ""
936
  "Button to remove the product from the wishlist - to the right of the product"
937
  msgstr ""
938
  "Botón para eliminar el producto de la lista de deseos - a la derecha del "
939
  "producto"
940
 
941
- #: plugin-options/wishlist_page-options.php:110
942
  msgid "Redirect to cart"
943
  msgstr "Redirigir al carrito"
944
 
945
- #: plugin-options/wishlist_page-options.php:111
946
  msgid ""
947
  "Redirect users to the cart page when they add a product to the cart from the "
948
  "wishlist page"
@@ -950,66 +923,66 @@ msgstr ""
950
  "Redireccionar a los usuarios a la página de carrito cuando añaden un "
951
  "producto al carrito desde la página de la lista de deseos"
952
 
953
- #: plugin-options/wishlist_page-options.php:119
954
  msgid "Remove if added to the cart"
955
  msgstr "Quitar si se añade al carrito"
956
 
957
- #: plugin-options/wishlist_page-options.php:120
958
  msgid ""
959
  "Remove the product from the wishlist after it has been added to the cart"
960
  msgstr ""
961
  "Eliminar el producto de la lista de deseos tras haber sido añadido al carrito"
962
 
963
- #: plugin-options/wishlist_page-options.php:128
964
  msgid "Share wishlist"
965
  msgstr "Compartir lista de deseos"
966
 
967
- #: plugin-options/wishlist_page-options.php:129
968
  msgid "Enable this option to let users share their wishlist on social media"
969
  msgstr ""
970
  "Activa esta opción para permitir a los usuarios compartir su lista de deseos "
971
  "en redes sociales"
972
 
973
- #: plugin-options/wishlist_page-options.php:137
974
  #: plugin-options/wishlist_page-options.php:146
975
  #: plugin-options/wishlist_page-options.php:155
976
  #: plugin-options/wishlist_page-options.php:164
977
  #: plugin-options/wishlist_page-options.php:173
 
978
  msgid "Share on social media"
979
  msgstr "Compartir en redes sociales"
980
 
981
- #: plugin-options/wishlist_page-options.php:165
982
  msgid "Share by email"
983
  msgstr "Compartir por correo electrónico"
984
 
985
- #: plugin-options/wishlist_page-options.php:182
986
  msgid "Share by URL"
987
  msgstr "Compartir por URL"
988
 
989
- #: plugin-options/wishlist_page-options.php:183
990
  msgid "Show \"Share URL\" field on wishlist page"
991
  msgstr "Mostrar el campo ''Compartir URL'' en la página de la lista de deseos"
992
 
993
- #: plugin-options/wishlist_page-options.php:191
994
  msgid "Sharing title"
995
  msgstr "Título a compartir"
996
 
997
- #: plugin-options/wishlist_page-options.php:192
998
  msgid "Wishlist title used for sharing (only used on Twitter and Pinterest)"
999
  msgstr ""
1000
  "Título de la lista de deseos usado para compartir (solo en Twitter y "
1001
  "Pinterest)"
1002
 
1003
  #. translators: 1. Blog name.
1004
- #: plugin-options/wishlist_page-options.php:195
1005
  msgid "My wishlist on %s"
1006
  msgstr "Mi lista de deseos en %s"
1007
 
1008
- #: plugin-options/wishlist_page-options.php:200
1009
  msgid "Social text"
1010
  msgstr "Texto social"
1011
 
1012
- #: plugin-options/wishlist_page-options.php:201
1013
  msgid ""
1014
  "Type the message you want to publish when you share your wishlist on Twitter "
1015
  "and Pinterest"
@@ -1017,19 +990,19 @@ msgstr ""
1017
  "Introduce el mensaje que quieres publicar cuando compartes una lista de "
1018
  "deseos en Twitter y Pinterest"
1019
 
1020
- #: plugin-options/wishlist_page-options.php:209
1021
  msgid "Social image URL"
1022
  msgstr "URL de imagen social"
1023
 
1024
- #: plugin-options/wishlist_page-options.php:210
1025
  msgid "It will be used to pin the wishlist on Pinterest."
1026
  msgstr "Será usado para fijar la lista de deseos en Pinterest."
1027
 
1028
- #: plugin-options/wishlist_page-options.php:229
1029
  msgid "Default wishlist name"
1030
  msgstr "Nombre predeterminado de lista de deseos"
1031
 
1032
- #: plugin-options/wishlist_page-options.php:230
1033
  msgid ""
1034
  "Enter a name for the default wishlist. This is the wishlist that will be "
1035
  "automatically generated for all users if they do not create any custom one"
@@ -1038,60 +1011,60 @@ msgstr ""
1038
  "de deseos que se creará automáticamente si los usuarios no crean una "
1039
  "personalizada"
1040
 
1041
- #: plugin-options/wishlist_page-options.php:232
1042
  #, fuzzy
1043
  msgid "My wishlist"
1044
  msgstr "Mi lista de deseos en "
1045
 
1046
- #: plugin-options/wishlist_page-options.php:237
1047
  msgid "\"Add to cart\" text"
1048
  msgstr "Texto ''Añadir al carrito''"
1049
 
1050
- #: plugin-options/wishlist_page-options.php:238
1051
  msgid "Enter a text for the \"Add to cart\" button"
1052
  msgstr "Introduce un texto para el botón ''Añadir al carrito''"
1053
 
1054
- #: plugin-options/wishlist_page-options.php:250
1055
  msgid "Style & color customization"
1056
  msgstr "Personalización de estilo y color"
1057
 
1058
- #: plugin-options/wishlist_page-options.php:257
1059
  msgid "Style of \"Add to cart\""
1060
  msgstr "Estilo de ''Añadir al carrito''"
1061
 
1062
- #: plugin-options/wishlist_page-options.php:258
1063
  msgid "Choose whether to show a textual \"Add to cart\" link or a button"
1064
  msgstr "Elige si mostrar un enlace textual o un botón de ''Añadir al carrito''"
1065
 
1066
- #: plugin-options/wishlist_page-options.php:271
1067
  msgid "\"Add to cart\" button style"
1068
  msgstr "Estilo del botón ''Añadir al carrito''"
1069
 
1070
- #: plugin-options/wishlist_page-options.php:277
1071
  msgid "Choose the colors for the \"Add to cart\" button"
1072
  msgstr "Elige colores para el botón ''Añadir al carrito''"
1073
 
1074
- #: plugin-options/wishlist_page-options.php:295
1075
  msgid "Choose colors for the \"Add to cart\" button on hover state"
1076
  msgstr "Elige colores para el botón ''Añadir al carrito'' al pasar el cursor"
1077
 
1078
- #: plugin-options/wishlist_page-options.php:321
1079
  msgid "Set the radius for the \"Add to cart\" button"
1080
  msgstr "Configura el radio para el botón ''Añadir al carrito''"
1081
 
1082
- #: plugin-options/wishlist_page-options.php:335
1083
  msgid "\"Add to cart\" icon"
1084
  msgstr "Icono de ''Añadir al carrito''"
1085
 
1086
- #: plugin-options/wishlist_page-options.php:336
1087
  msgid "Select an icon for the \"Add to cart\" button (optional)"
1088
  msgstr "Selecciona un icono para el botón ''Añadir al carrito'' (opcional)"
1089
 
1090
- #: plugin-options/wishlist_page-options.php:351
1091
  msgid "\"Add to cart\" custom icon"
1092
  msgstr "Icono personalizado de ''Añadir al carrito''"
1093
 
1094
- #: plugin-options/wishlist_page-options.php:352
1095
  msgid ""
1096
  "Upload an icon you'd like to use for the \"Add to cart\" button (suggested "
1097
  "32px x 32px)"
@@ -1099,11 +1072,11 @@ msgstr ""
1099
  "Sube un icono que te gustaría usar para el botón ''Añadir al "
1100
  "carrito'' (sugerencia: 32px x 32px)"
1101
 
1102
- #: plugin-options/wishlist_page-options.php:360
1103
  msgid "Primary button style"
1104
  msgstr "Estilo de botón primario"
1105
 
1106
- #: plugin-options/wishlist_page-options.php:366
1107
  msgid ""
1108
  "Choose colors for the primary button<br/><small>This style will be applied "
1109
  "to \"Edit title\" button on Wishlist view, \"Submit Changes\" button on "
@@ -1114,7 +1087,7 @@ msgstr ""
1114
  "\"Guardar cambios\" en la vista de Administrar y el botón \"Buscar lista de "
1115
  "deseos\" en la vista de Buscar</small>"
1116
 
1117
- #: plugin-options/wishlist_page-options.php:384
1118
  msgid ""
1119
  "Choose colors for the primary button on hover state<br/><small>This style "
1120
  "will be applied to \"Edit title\" button on Wishlist view, \"Submit Changes"
@@ -1126,34 +1099,34 @@ msgstr ""
1126
  "deseos, en el botón ''Guardar cambios'' en la vista Administrar y en el "
1127
  "botón ''buscar lista de deseos'' en la vista Buscar</small>"
1128
 
1129
- #: plugin-options/wishlist_page-options.php:409
1130
  msgid "Secondary button style"
1131
  msgstr "Estilo de botón secundario"
1132
 
1133
- #: plugin-options/wishlist_page-options.php:415
1134
  #: plugin-options/wishlist_page-options.php:433
 
1135
  msgid ""
1136
  "Choose colors of the secondary button<br/><small>This style will be applied "
1137
  "to the buttons that allow showing and hiding the Edit title form on Wishlist "
1138
  "view and \"Create new Wishlist\" button on Manage view</small>"
1139
  msgstr ""
1140
 
1141
- #: plugin-options/wishlist_page-options.php:458
1142
  msgid "Wishlist table style"
1143
  msgstr "Estilo de la tabla de la lista de deseos"
1144
 
1145
- #: plugin-options/wishlist_page-options.php:459
1146
  msgid ""
1147
  "Choose the colors for the wishlist table (when set to \"Traditional\" layout)"
1148
  msgstr ""
1149
  "Elige los colores para la tabla de la lista de deseos (cuando se establece "
1150
  "el estilo ''Tradicional'')"
1151
 
1152
- #: plugin-options/wishlist_page-options.php:487
1153
  msgid "Highlight color"
1154
  msgstr "Destacar color"
1155
 
1156
- #: plugin-options/wishlist_page-options.php:488
1157
  msgid ""
1158
  "Choose the color for all sections with background<br/><small>This color will "
1159
  "be used as background for the wishlist table heading and footer (when set to "
@@ -1164,31 +1137,31 @@ msgstr ""
1164
  "pie de página (cuando se establece el estilo \"Tradicional\"), y para varios "
1165
  "formularios sobre las visitas de la lista de deseos</small>"
1166
 
1167
- #: plugin-options/wishlist_page-options.php:500
1168
  msgid "Share button text color"
1169
  msgstr "Color de texto de botón para compartir"
1170
 
1171
- #: plugin-options/wishlist_page-options.php:501
1172
  msgid "Choose colors for share buttons text"
1173
  msgstr "Elige los colores para el texto de los botones para compartir"
1174
 
1175
- #: plugin-options/wishlist_page-options.php:512
1176
  msgid "Text hover"
1177
  msgstr "Al pasar el cursor por el texto"
1178
 
1179
- #: plugin-options/wishlist_page-options.php:525
1180
  msgid "Facebook share button icon"
1181
  msgstr "Icono del botón para compartir en Facebook"
1182
 
1183
- #: plugin-options/wishlist_page-options.php:526
1184
  msgid "Select an icon for the Facebook share button"
1185
  msgstr "Selecciona un icono para el botón para compartir en Facebook"
1186
 
1187
- #: plugin-options/wishlist_page-options.php:536
1188
  msgid "Facebook share button custom icon"
1189
  msgstr "Icono personalizado del botón para compartir en Facebook"
1190
 
1191
- #: plugin-options/wishlist_page-options.php:537
1192
  msgid ""
1193
  "Upload an icon you'd like to use for Facebook share button (suggested 32px x "
1194
  "32px)"
@@ -1196,35 +1169,35 @@ msgstr ""
1196
  "Sube un icono que te gustaría usar para el botón para compartir en Facebook "
1197
  "(sugerencia: 32px x 32px)"
1198
 
1199
- #: plugin-options/wishlist_page-options.php:545
1200
  msgid "Facebook share button style"
1201
  msgstr "Estilo del botón para compartir en Facebook"
1202
 
1203
- #: plugin-options/wishlist_page-options.php:546
1204
  msgid "Choose colors for Facebook share button"
1205
  msgstr "Elige los colores para el botón para compartir en Facebook"
1206
 
1207
- #: plugin-options/wishlist_page-options.php:557
1208
- #: plugin-options/wishlist_page-options.php:597
1209
- #: plugin-options/wishlist_page-options.php:637
1210
- #: plugin-options/wishlist_page-options.php:677
1211
- #: plugin-options/wishlist_page-options.php:717
1212
  msgid "Background hover"
1213
  msgstr "Fondo al pasar el cursor"
1214
 
1215
- #: plugin-options/wishlist_page-options.php:565
1216
  msgid "Twitter share button icon"
1217
  msgstr "Icono del botón para compartir en Twitter"
1218
 
1219
- #: plugin-options/wishlist_page-options.php:566
1220
  msgid "Select an icon for the Twitter share button"
1221
  msgstr "Selecciona un icono para el botón para compartir en Twitter"
1222
 
1223
- #: plugin-options/wishlist_page-options.php:576
1224
  msgid "Twitter share button custom icon"
1225
  msgstr "Icono personalizado para compartir en Twitter"
1226
 
1227
- #: plugin-options/wishlist_page-options.php:577
1228
  msgid ""
1229
  "Upload an icon you'd like to use for Twitter share button (suggested 32px x "
1230
  "32px)"
@@ -1232,27 +1205,27 @@ msgstr ""
1232
  "Sube un icono que te gustaría usar para el botón para compartir en Twitter "
1233
  "(sugerencia:: 32px x 32px)"
1234
 
1235
- #: plugin-options/wishlist_page-options.php:585
1236
  msgid "Twitter share button style"
1237
  msgstr "Estilo del botón para compartir en Twitter"
1238
 
1239
- #: plugin-options/wishlist_page-options.php:586
1240
  msgid "Choose colors for Twitter share button"
1241
  msgstr "Elige los colores para el botón para compartir en Twitter"
1242
 
1243
- #: plugin-options/wishlist_page-options.php:605
1244
  msgid "Pinterest share button icon"
1245
  msgstr "Icono para compartir por Pinterest"
1246
 
1247
- #: plugin-options/wishlist_page-options.php:606
1248
  msgid "Select an icon for the Pinterest share button"
1249
  msgstr "Selecciona un icono para el botón para compartir por Pinterest"
1250
 
1251
- #: plugin-options/wishlist_page-options.php:616
1252
  msgid "Pinterest share button custom icon"
1253
  msgstr "Icono personalizado del botón para compartir por Pinterest"
1254
 
1255
- #: plugin-options/wishlist_page-options.php:617
1256
  msgid ""
1257
  "Upload an icon you'd like to use for Pinterest share button (suggested 32px "
1258
  "x 32px)"
@@ -1260,28 +1233,28 @@ msgstr ""
1260
  "Sube un icono que te gustaría usar para el botón para compartir por "
1261
  "Pinterest (sugerencia: 32px x 32px)"
1262
 
1263
- #: plugin-options/wishlist_page-options.php:625
1264
  msgid "Pinterest share button style"
1265
  msgstr "Estilo del botón para compartir por Pinterest"
1266
 
1267
- #: plugin-options/wishlist_page-options.php:626
1268
  msgid "Choose colors for Pinterest share button"
1269
  msgstr "Elige colores para el botón para compartir por Pinterest"
1270
 
1271
- #: plugin-options/wishlist_page-options.php:645
1272
  msgid "Email share button icon"
1273
  msgstr "Icono para compartir por Correo electrónico"
1274
 
1275
- #: plugin-options/wishlist_page-options.php:646
1276
  msgid "Select an icon for the Email share button"
1277
  msgstr ""
1278
  "Selecciona un icono para el botón para compartir por Correo electrónico"
1279
 
1280
- #: plugin-options/wishlist_page-options.php:656
1281
  msgid "Email share button custom icon"
1282
  msgstr "Icono personalizado del botón para compartir por Correo electrónico"
1283
 
1284
- #: plugin-options/wishlist_page-options.php:657
1285
  msgid ""
1286
  "Upload an icon you'd like to use for the Email share button (suggested 32px "
1287
  "x 32px)"
@@ -1289,27 +1262,27 @@ msgstr ""
1289
  "Sube un icono que te gustaría usar para el botón para compartir por Correo "
1290
  "electrónico (sugerencia: 32px x 32px)"
1291
 
1292
- #: plugin-options/wishlist_page-options.php:665
1293
  msgid "Email share button style"
1294
  msgstr "Estilo del botón para compartir por Correo electrónico"
1295
 
1296
- #: plugin-options/wishlist_page-options.php:666
1297
  msgid "Choose colors for the Email share button"
1298
  msgstr "Elige los colores para el botón para compartir por Correo electrónico"
1299
 
1300
- #: plugin-options/wishlist_page-options.php:685
1301
  msgid "WhatsApp share button icon"
1302
  msgstr "Icono de botón para compartir por WhatsApp"
1303
 
1304
- #: plugin-options/wishlist_page-options.php:686
1305
  msgid "Select an icon for the WhatsApp share button"
1306
  msgstr "Selecciona un icono para el botón para compartir por WhatsApp"
1307
 
1308
- #: plugin-options/wishlist_page-options.php:696
1309
  msgid "WhatsApp share button custom icon"
1310
  msgstr "Icono personalizado del botón para compartir por WhatsApp"
1311
 
1312
- #: plugin-options/wishlist_page-options.php:697
1313
  msgid ""
1314
  "Upload an icon you'd like to use for WhatsApp share button (suggested 32px x "
1315
  "32px)"
@@ -1317,152 +1290,152 @@ msgstr ""
1317
  "Sube un icono que te gustaría usar para el botón para compartir por WhatsApp "
1318
  "(sugerencia: 32px x 32px)"
1319
 
1320
- #: plugin-options/wishlist_page-options.php:705
1321
  msgid "WhatsApp share button style"
1322
  msgstr "Estilo del botón para compartir por WhatsApp"
1323
 
1324
- #: plugin-options/wishlist_page-options.php:706
1325
  msgid "Choose colors for WhatsApp share button"
1326
  msgstr "Elige los colores para el botón para compartir por WhatsApp"
1327
 
1328
- #: templates/share.php:51 templates/share.php:52
1329
  msgid "Facebook"
1330
  msgstr "Facebook"
1331
 
1332
- #: templates/share.php:59 templates/share.php:60
1333
  msgid "Twitter"
1334
  msgstr "Twitter"
1335
 
1336
- #: templates/share.php:67 templates/share.php:68
1337
  msgid "Pinterest"
1338
  msgstr "Pinterest"
1339
 
1340
- #: templates/share.php:75 templates/share.php:76
1341
  msgid "Email"
1342
  msgstr "Email"
1343
 
1344
- #: templates/share.php:83
1345
  msgid "WhatsApp"
1346
  msgstr "WhatsApp"
1347
 
1348
- #: templates/share.php:84
1349
  msgid "Whatsapp"
1350
  msgstr "WhatsApp"
1351
 
1352
- #: templates/share.php:93
1353
  msgid "(Now"
1354
  msgstr "(Ahora"
1355
 
1356
- #: templates/share.php:93
1357
  msgid "copy"
1358
  msgstr "copiar"
1359
 
1360
- #: templates/share.php:93
1361
  msgid "this wishlist link and share it anywhere)"
1362
  msgstr "este enlace a la lista de deseos y compártelo en cualquier parte)"
1363
 
1364
- #: templates/wishlist-view-footer-mobile.php:44
1365
- #: templates/wishlist-view-footer.php:44
1366
  msgid "Apply this action to all the selected items:"
1367
  msgstr "Aplicar esta acción a todos los artículos seleccionados:"
1368
 
1369
- #: templates/wishlist-view-footer-mobile.php:49
1370
- #: templates/wishlist-view-footer.php:49
1371
  msgid "Remove from wishlist"
1372
  msgstr "Eliminar de la lista de deseos"
1373
 
1374
  #. translators: 1. Wishlist formatted name.
1375
- #: templates/wishlist-view-footer-mobile.php:67
1376
- #: templates/wishlist-view-footer.php:67
1377
  msgid "Move to %s"
1378
  msgstr ""
1379
 
1380
- #: templates/wishlist-view-footer-mobile.php:73
1381
- #: templates/wishlist-view-footer.php:73
1382
  msgid "Apply"
1383
  msgstr "Aplicar"
1384
 
1385
- #: templates/wishlist-view-footer-mobile.php:81
1386
- #: templates/wishlist-view-footer.php:81
1387
  msgid "Update"
1388
  msgstr "Actualizar"
1389
 
1390
- #: templates/wishlist-view-footer-mobile.php:87
1391
- #: templates/wishlist-view-footer.php:103
1392
  msgid "Add all to cart"
1393
  msgstr "Añadir todo al carrito"
1394
 
1395
- #: templates/wishlist-view-header.php:48
1396
  msgid "Edit title"
1397
  msgstr "Editar título"
1398
 
1399
- #: templates/wishlist-view-mobile.php:134
1400
  msgid "Added on:"
1401
  msgstr "Añadido el:"
1402
 
1403
- #: templates/wishlist-view-mobile.php:145
1404
  msgid "Price:"
1405
  msgstr "Precio:"
1406
 
1407
- #: templates/wishlist-view-mobile.php:172
1408
  msgid "Quantity:"
1409
  msgstr "Cantidad:"
1410
 
1411
- #: templates/wishlist-view-mobile.php:187
1412
  msgid "Stock:"
1413
  msgstr "En inventario:"
1414
 
1415
- #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1416
  msgid "Out of stock"
1417
  msgstr "Agotado"
1418
 
1419
- #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1420
  msgid "In Stock"
1421
  msgstr "En stock"
1422
 
1423
- #: templates/wishlist-view-mobile.php:210 templates/wishlist-view.php:260
1424
  msgid "Move"
1425
  msgstr "Mover"
1426
 
1427
- #: templates/wishlist-view-mobile.php:231 templates/wishlist-view.php:281
1428
  msgid "Move to another list &rsaquo;"
1429
  msgstr "Mover a otra lista &rsaquo;"
1430
 
1431
- #: templates/wishlist-view-mobile.php:239 templates/wishlist-view.php:155
1432
- #: templates/wishlist-view.php:291
1433
  msgid "Remove this product"
1434
  msgstr "Eliminar este producto"
1435
 
1436
- #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:311
1437
  msgid "No products added to the wishlist"
1438
  msgstr "No se han añadido productos a la lista de deseos"
1439
 
1440
- #: templates/wishlist-view.php:79
1441
  msgid "Product name"
1442
  msgstr "Nombre del producto"
1443
 
1444
- #: templates/wishlist-view.php:87
1445
  msgid "Unit price"
1446
  msgstr "Precio por unidad"
1447
 
1448
- #: templates/wishlist-view.php:96
1449
  msgid "Quantity"
1450
  msgstr "Cantidad"
1451
 
1452
- #: templates/wishlist-view.php:105
1453
  msgid "Stock status"
1454
  msgstr "Estado de inventario"
1455
 
1456
- #: templates/wishlist-view.php:123
1457
  msgid "Arrange"
1458
  msgstr "Ordenar"
1459
 
1460
  #. translators: date added label: 1 date added.
1461
- #: templates/wishlist-view.php:241
1462
  msgid "Added on: %s"
1463
  msgstr "Añadido el: %s"
1464
 
1465
- #: templates/wishlist-view.php:291
1466
  msgid "Remove"
1467
  msgstr "Quitar"
1468
 
@@ -1475,7 +1448,7 @@ msgid ""
1475
  "your e-commerce on <strong>YITH</strong></a>"
1476
  msgstr ""
1477
 
1478
- #: includes/class-yith-wcwl-admin.php:259
1479
  msgctxt "[HELP TAB] Video title"
1480
  msgid ""
1481
  "Check this video to learn how to <b>configure wishlist and customize options:"
@@ -1487,7 +1460,7 @@ msgctxt "page_slug"
1487
  msgid "wishlist"
1488
  msgstr ""
1489
 
1490
- #: includes/class-yith-wcwl-privacy.php:230
1491
  msgctxt "date when wishlist was created"
1492
  msgid "Created on"
1493
  msgstr ""
@@ -1513,7 +1486,7 @@ msgid "Shows a list of products in wishlist"
1513
  msgstr ""
1514
 
1515
  #. translators: 1. % of reduction/increase in price.
1516
- #: includes/class-yith-wcwl-wishlist-item.php:435
1517
  msgctxt ""
1518
  "Part of the template that shows price variation since addition to list; "
1519
  "placeholder will be replaced with a percentage"
@@ -1521,7 +1494,7 @@ msgid "Price is %1$s%%"
1521
  msgstr ""
1522
 
1523
  #. translators: 2: original product price.
1524
- #: includes/class-yith-wcwl-wishlist-item.php:437
1525
  msgctxt ""
1526
  "Part of the template that shows price variation since addition to list; "
1527
  "placeholder will be replaced with a price"
@@ -1635,6 +1608,23 @@ msgctxt "yith-woocommerce-wishlist"
1635
  msgid "Items per page"
1636
  msgstr "Artículos añadidos"
1637
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1638
  #~ msgid "Premium Version"
1639
  #~ msgstr "Versión premium"
1640
 
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
+ "POT-Creation-Date: 2022-08-04 12:20:46+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:04+0200\n"
10
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
11
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
28
  msgid "Wishlist Page"
29
  msgstr "Página de Lista de deseos"
30
 
31
+ #: includes/class-yith-wcwl-admin.php:155
32
  msgid "General settings"
33
  msgstr "Ajustes generales"
34
 
35
+ #: includes/class-yith-wcwl-admin.php:156
36
  msgid "Add to wishlist options"
37
  msgstr "Opciones de Añadir a la lista de deseos"
38
 
39
+ #: includes/class-yith-wcwl-admin.php:157
40
  msgid "Wishlist page options"
41
  msgstr "Opciones de la página Lista de deseos"
42
 
43
+ #: includes/class-yith-wcwl-admin.php:268
44
  msgid ""
45
  "Allows your customers to create and share lists of products that they want "
46
  "to purchase on your e-commerce."
48
  "Permitir a tus clientes crear y compartir productos que quieran comprar en "
49
  "tu comercio electrónico."
50
 
51
+ #: includes/class-yith-wcwl-admin.php:308
52
  msgid ""
53
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
54
  msgstr ""
55
 
56
+ #: includes/class-yith-wcwl-admin.php:309
57
  msgid ""
58
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
59
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
60
  "on \"Add to wishlist\""
61
  msgstr ""
62
 
63
+ #: includes/class-yith-wcwl-admin.php:310
64
  msgid ""
65
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
66
  "them either public (visible to everyone), private or shared (visible only to "
67
  "people it has been shared with)"
68
  msgstr ""
69
 
70
+ #: includes/class-yith-wcwl-admin.php:311
71
  msgid ""
72
  "Choose between <b>different layouts</b> for the wishlist page and for the "
73
  "wishlist content"
74
  msgstr ""
75
 
76
+ #: includes/class-yith-wcwl-admin.php:312
77
  msgid ""
78
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
79
  "move a product from one wishlist to another, change order of items, "
80
  "quantity, etc."
81
  msgstr ""
82
 
83
+ #: includes/class-yith-wcwl-admin.php:313
84
  msgid ""
85
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
86
  "content of their wishlist to the admin and get a custom quote"
87
  msgstr ""
88
 
89
+ #: includes/class-yith-wcwl-admin.php:314
90
  msgid ""
91
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
92
  "(available also with \"mini-cart\" style for the header)"
93
  msgstr ""
94
 
95
+ #: includes/class-yith-wcwl-admin.php:315
96
  msgid ""
97
+ "<b>Send promotional emails to users</b> who have added specific products to "
 
98
  "their wishlist"
99
  msgstr ""
100
 
101
+ #: includes/class-yith-wcwl-admin.php:316
102
  msgid ""
103
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
104
  "the list is back in stock or on sale"
105
  msgstr ""
106
 
107
+ #: includes/class-yith-wcwl-admin.php:317
108
  msgid "Regular updates, Translations and Premium Support"
109
  msgstr ""
110
 
111
+ #: includes/class-yith-wcwl-ajax-handler.php:94
112
+ #: templates/add-to-wishlist-remove.php:81
113
  msgid "View &rsaquo;"
114
  msgstr "Ver &rsaquo;"
115
 
116
+ #: includes/class-yith-wcwl-ajax-handler.php:95
117
+ #: templates/add-to-wishlist-remove.php:69
118
  msgid "or"
119
  msgstr "o"
120
 
121
+ #: includes/class-yith-wcwl-ajax-handler.php:96
122
  msgid "Close"
123
  msgstr ""
124
 
125
+ #: includes/class-yith-wcwl-ajax-handler.php:203
126
+ #: includes/class-yith-wcwl-ajax-handler.php:252
127
  msgid "Product successfully removed."
128
  msgstr "Producto eliminado satisfactoriamente."
129
 
130
+ #: includes/class-yith-wcwl-form-handler.php:193
131
  msgid "Please, make sure to enter a valid title"
132
  msgstr "Por favor, asegúrate de haber introducido un título válido"
133
 
134
+ #: includes/class-yith-wcwl-frontend.php:674
135
  msgid ""
136
  "We are sorry, but this feature is available only if cookies on your browser "
137
  "are enabled."
139
  "Lo siento, pero esta característica solo está disponible si las cookies de "
140
  "tu navegador están habilitadas."
141
 
142
+ #: includes/class-yith-wcwl-frontend.php:684
143
  msgid "Product added to cart successfully"
144
  msgstr "Producto añadido al carrito con éxito"
145
 
146
+ #: includes/class-yith-wcwl-frontend.php:947
147
+ #: includes/class-yith-wcwl-shortcode.php:248
148
+ #: plugin-options/wishlist_page-options.php:249
149
+ #: templates/wishlist-view-footer-mobile.php:59
150
+ #: templates/wishlist-view-footer.php:59
151
  msgid "Add to cart"
152
  msgstr "Añadir al carrito"
153
 
209
  "Los miembros de nuestro equipo tienen acceso a esta información para "
210
  "ofrecerte mejores ofertas para los productos que te gusten."
211
 
212
+ #: includes/class-yith-wcwl-privacy.php:94
213
+ #: includes/class-yith-wcwl-privacy.php:110
214
  msgid "Customer wishlists"
215
  msgstr "Listas de deseos del cliente"
216
 
217
+ #: includes/class-yith-wcwl-privacy.php:147 plugin-options/lists-options.php:34
218
+ #: plugin-options/lists-options.php:41
219
  msgid "Wishlists"
220
  msgstr "Listas de deseos"
221
 
222
  #. Translators: %s Order number.
223
+ #: includes/class-yith-wcwl-privacy.php:233
224
  msgid "Removed wishlist %s."
225
  msgstr "Eliminada lista de deseos %s."
226
 
227
  #. Translators: %s Order number.
228
+ #: includes/class-yith-wcwl-privacy.php:237
229
  msgid "Wishlist %s has been retained."
230
  msgstr "La lista de deseos %s ha sido retenida."
231
 
232
+ #: includes/class-yith-wcwl-privacy.php:272
233
  msgid "Token"
234
  msgstr "Token"
235
 
236
+ #: includes/class-yith-wcwl-privacy.php:273
237
  msgid "Wishlist URL"
238
  msgstr "URL de la lista de deseos"
239
 
240
+ #: includes/class-yith-wcwl-privacy.php:274
241
  msgid "Title"
242
  msgstr "Título"
243
 
244
+ #: includes/class-yith-wcwl-privacy.php:276
245
  msgid "Visibility"
246
  msgstr "Visibilidad"
247
 
248
+ #: includes/class-yith-wcwl-privacy.php:277
249
  msgid "Items added"
250
  msgstr "Artículos añadidos"
251
 
328
  msgid "ID of the wishlist to show (e.g. K6EOWXB888ZD)"
329
  msgstr "ID de la lista de deseos a mostrar (ej: K6EOWXB888ZD)"
330
 
331
+ #: includes/class-yith-wcwl-shortcode.php:452
332
  msgid "Share on:"
333
  msgstr "Compartir en:"
334
 
335
+ #: includes/class-yith-wcwl-shortcode.php:498
336
+ #: plugin-options/wishlist_page-options.php:147
337
  msgid "Share on Facebook"
338
  msgstr "Compartir en Facebook"
339
 
340
+ #: includes/class-yith-wcwl-shortcode.php:515
341
+ #: plugin-options/wishlist_page-options.php:156
342
  msgid "Tweet on Twitter"
343
  msgstr "Twittear en Twitter"
344
 
345
+ #: includes/class-yith-wcwl-shortcode.php:533
346
+ #: plugin-options/wishlist_page-options.php:165
347
  msgid "Pin on Pinterest"
348
  msgstr "Pinear en Pinterest"
349
 
350
+ #: includes/class-yith-wcwl-shortcode.php:547
351
  msgid "Share via email"
352
  msgstr "Compartir por correo electrónico"
353
 
354
+ #: includes/class-yith-wcwl-shortcode.php:570
355
+ #: plugin-options/wishlist_page-options.php:183
356
  msgid "Share on WhatsApp"
357
  msgstr "Compartir en WhatsApp"
358
 
359
+ #: includes/class-yith-wcwl-shortcode.php:744
360
  msgid "Remove from list"
361
  msgstr "Eliminar de la lista"
362
 
363
+ #: includes/class-yith-wcwl-wishlist-item.php:203
364
  msgid "Free!"
365
  msgstr "¡Gratis!"
366
 
367
+ #: includes/class-yith-wcwl.php:232
368
  msgid "The item cannot be added to this wishlist"
369
  msgstr "El artículo no puede ser añadido a la lista de deseos"
370
 
371
+ #: includes/class-yith-wcwl.php:236 includes/class-yith-wcwl.php:242
372
  msgid "An error occurred while adding the products to the wishlist."
373
  msgstr ""
374
  "Ha ocurrido un error mientras se añadían los productos a la lista de deseos."
375
 
376
+ #: includes/class-yith-wcwl.php:339 includes/class-yith-wcwl.php:365
377
  msgid "Error. Unable to remove the product from the wishlist."
378
  msgstr "Error. No hemos podido eliminar el producto de la lista de deseos."
379
 
380
+ #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:250
381
+ #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:272
382
  msgid "Invalid wishlist."
383
  msgstr "Lista de deseos no válida."
384
 
385
+ #: includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:210
386
  msgid "Invalid wishlist item."
387
  msgstr "Artículo de lista de deseos no válido."
388
 
389
  #. translators: 1. Number of users.
390
+ #: includes/functions-yith-wcwl.php:309
391
  msgid "%d user"
392
  msgid_plural "%d users"
393
  msgstr[0] "%d usuario"
394
  msgstr[1] "%d usuarios"
395
 
396
+ #: includes/functions-yith-wcwl.php:310
397
  msgid "has this item in wishlist"
398
  msgid_plural "have this item in wishlist"
399
  msgstr[0] "tiene este artículo en la lista de deseos"
400
  msgstr[1] "tiene este artículo en la lista de deseos"
401
 
402
+ #: includes/functions-yith-wcwl.php:312
403
  msgid "You're the first"
404
  msgstr "Eres el primero"
405
 
406
+ #: includes/functions-yith-wcwl.php:313
407
  msgid "to add this item in wishlist"
408
  msgstr "en añadir este artículo a la lista de deseos"
409
 
410
  #. translators: 1. Count of users when many, or "another" when only one.
411
+ #: includes/functions-yith-wcwl.php:317
412
  msgid "You and %s user"
413
  msgid_plural "You and %d users"
414
  msgstr[0] "Tú y el usuario %s"
415
  msgstr[1] "Tú y los usuarios %d"
416
 
417
+ #: includes/functions-yith-wcwl.php:317
418
  msgid "another"
419
  msgstr ""
420
 
421
+ #: includes/functions-yith-wcwl.php:318
422
  msgid "have this item in wishlist"
423
  msgstr "tienen este artículo en la lista de deseos"
424
 
425
+ #: includes/functions-yith-wcwl.php:534
426
  msgid "None"
427
  msgstr ""
428
 
429
+ #: includes/functions-yith-wcwl.php:535
430
  #, fuzzy
431
  msgid "Custom"
432
  msgstr "Personalizar CSS"
433
 
434
+ #: includes/functions-yith-wcwl.php:567
435
  msgid "Shared"
436
  msgstr "Compartidas"
437
 
438
+ #: includes/functions-yith-wcwl.php:571
439
  msgid "Only people with a link to this list can see it"
440
  msgstr "Solo gente con un enlace a esta lista puede verla"
441
 
442
+ #: includes/functions-yith-wcwl.php:577
443
  msgid "Private"
444
  msgstr "Privada"
445
 
446
+ #: includes/functions-yith-wcwl.php:581
447
  msgid "Only you can see this list"
448
  msgstr "Solo tú puedes ver esta lista"
449
 
450
+ #: includes/functions-yith-wcwl.php:587
451
  msgid "Public"
452
  msgstr "Pública"
453
 
454
+ #: includes/functions-yith-wcwl.php:591
455
  msgid "Anyone can search for and see this list"
456
  msgstr "Cualquiera puede buscar y ver esta lista"
457
 
458
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:118
459
+ #: plugin-options/add_to_wishlist-options.php:136
460
  msgid "Add to wishlist"
461
  msgstr "Añadir a la lista de deseos"
462
 
463
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:128
464
+ #: plugin-options/add_to_wishlist-options.php:152
465
  msgid "Browse wishlist"
466
  msgstr "Echar un vistazo a la lista de deseos"
467
 
475
  msgid "Product added to wishlist"
476
  msgstr "Cuando el producto es añadido a la lista de deseos"
477
 
478
+ #: init.php:173
479
  msgid "is enabled but not effective. It requires WooCommerce to work."
480
  msgstr ""
481
 
482
+ #: init.php:191
483
+ msgid ""
484
+ "YITH WooCommerce Wishlist was deactivated as you're running an higher tier "
485
+ "version of the same plugin."
 
 
486
  msgstr ""
487
 
488
+ #: plugin-options/add_to_wishlist-options.php:29
489
+ #: plugin-options/settings-options.php:32
490
  msgid "General Settings"
491
  msgstr "Ajustes Generales"
492
 
493
+ #: plugin-options/add_to_wishlist-options.php:36
494
  #, fuzzy
495
  msgid "After product is added to wishlist"
496
  msgstr "Cuando el producto es añadido a la lista de deseos"
497
 
498
+ #: plugin-options/add_to_wishlist-options.php:37
499
  msgid ""
500
  "Choose the look of the Wishlist button when the product has already been "
501
  "added to a wishlist"
503
  "Elige la apariencia del botón Lista de deseos cuando el producto ya ha sido "
504
  "añadido a la lista de deseos"
505
 
506
+ #: plugin-options/add_to_wishlist-options.php:41
507
  #, fuzzy
508
  msgid "Show \"Add to wishlist\" button"
509
  msgstr "Mostrar el botón ''Añadir a la lista de deseos''"
510
 
511
+ #: plugin-options/add_to_wishlist-options.php:42
512
  msgid "Show \"View wishlist\" link"
513
  msgstr "Mostrar enlace a ''Ver lista de deseos''"
514
 
515
+ #: plugin-options/add_to_wishlist-options.php:43
516
  msgid "Show \"Remove from list\" link"
517
  msgstr "Mostrar enlace a ''Eliminar de la lista''"
518
 
519
+ #: plugin-options/add_to_wishlist-options.php:57
520
  msgid "Loop settings"
521
  msgstr "Ajustes de loop"
522
 
523
+ #: plugin-options/add_to_wishlist-options.php:59
524
  msgid ""
525
  "Loop options will be visible on Shop page, category pages, product "
526
  "shortcodes, products sliders, and all the other places where the WooCommerce "
530
  "categoría, shortcodes de producto, carruseles y todos los demás lugares en "
531
  "los que el bucle de los productos de WooCommerce es usado"
532
 
533
+ #: plugin-options/add_to_wishlist-options.php:64
534
  msgid "Show \"Add to wishlist\" in loop"
535
  msgstr "Mostrar el bucle ''Añadir a la lista de deseos''"
536
 
537
+ #: plugin-options/add_to_wishlist-options.php:65
538
  msgid "Enable the \"Add to wishlist\" feature in WooCommerce products' loop"
539
  msgstr ""
540
  "Activar la característica ''Añadir a la lista de deseos'' en el bucle de los "
541
  "productos de WooCommerce"
542
 
543
+ #: plugin-options/add_to_wishlist-options.php:73
544
  msgid "Position of \"Add to wishlist\" in loop"
545
  msgstr "Posición de ''Añadir a la lista de deseos'' en bucle"
546
 
547
+ #: plugin-options/add_to_wishlist-options.php:74
548
  msgid ""
549
  "Choose where to show \"Add to wishlist\" button or link in WooCommerce "
550
  "products' loop. <span class=\"addon\">Copy this shortcode <span class=\"code"
557
  "span> y pégalo donde quieras mostrar el botón o enlace ''Añadir a la lista "
558
  "de deseos''</span>"
559
 
560
+ #: plugin-options/add_to_wishlist-options.php:81
561
  msgid "On top of the image"
562
  msgstr "En la parte superior de la imagen"
563
 
564
+ #: plugin-options/add_to_wishlist-options.php:82
565
  msgid "Before \"Add to cart\" button"
566
  msgstr "Antes del botón ''Añadir al carrito''"
567
 
568
+ #: plugin-options/add_to_wishlist-options.php:83
569
  msgid "After \"Add to cart\" button"
570
  msgstr "Despuésl botón ''Añadir al carrito''"
571
 
572
+ #: plugin-options/add_to_wishlist-options.php:84
573
+ #: plugin-options/add_to_wishlist-options.php:116
574
  msgid "Use shortcode"
575
  msgstr "Usar shortcode"
576
 
577
+ #: plugin-options/add_to_wishlist-options.php:98
578
  msgid "Product page settings"
579
  msgstr "Ajustes de página de producto"
580
 
581
+ #: plugin-options/add_to_wishlist-options.php:105
582
  msgid "Position of \"Add to wishlist\" on product page"
583
  msgstr "Posición de ''Añadir a la lista de deseos'' en la página del producto"
584
 
585
+ #: plugin-options/add_to_wishlist-options.php:106
586
  msgid ""
587
  "Choose where to show \"Add to wishlist\" button or link on the product page. "
588
  "<span class=\"addon\">Copy this shortcode <span class=\"code"
595
  "span> y pégalo donde quieras mostrar el botón o enlace ''Añadir al "
596
  "carrito''</span>"
597
 
598
+ #: plugin-options/add_to_wishlist-options.php:113
599
  msgid "After \"Add to cart\""
600
  msgstr "Después de \"Añadir al carrito\""
601
 
602
+ #: plugin-options/add_to_wishlist-options.php:114
603
  msgid "After thumbnails"
604
  msgstr "Después de las miniaturas"
605
 
606
+ #: plugin-options/add_to_wishlist-options.php:115
607
  msgid "After summary"
608
  msgstr "Después del resumen"
609
 
610
+ #: plugin-options/add_to_wishlist-options.php:126
611
+ #: plugin-options/wishlist_page-options.php:231
612
  msgid "Text customization"
613
  msgstr "Personalización de texto"
614
 
615
+ #: plugin-options/add_to_wishlist-options.php:133
616
  msgid "\"Add to wishlist\" text"
617
  msgstr "Texto ''Añadir a la lista de deseos''"
618
 
619
+ #: plugin-options/add_to_wishlist-options.php:134
620
  msgid "Enter a text for \"Add to wishlist\" button"
621
  msgstr "Introduce un texto para el botón ''Añadir a la lista de deseos''"
622
 
623
+ #: plugin-options/add_to_wishlist-options.php:141
624
  msgid "\"Product added\" text"
625
  msgstr "Texto de \"Producto añadido\""
626
 
627
+ #: plugin-options/add_to_wishlist-options.php:142
628
  msgid ""
629
  "Enter the text of the message displayed when the user adds a product to the "
630
  "wishlist"
632
  "Introduce el texto del mensaje mostrado cuando el usuario añade un producto "
633
  "a la lista de deseos"
634
 
635
+ #: plugin-options/add_to_wishlist-options.php:144
636
  msgid "Product added!"
637
  msgstr "¡Producto añadido!"
638
 
639
+ #: plugin-options/add_to_wishlist-options.php:149
640
  msgid "\"Browse wishlist\" text"
641
  msgstr "Texto para \"Echar un vistazo a la lista de deseos\""
642
 
643
+ #: plugin-options/add_to_wishlist-options.php:150
644
  msgid "Enter a text for the \"Browse wishlist\" link on the product page"
645
  msgstr ""
646
  "Introduce el texto para el enlace ''Echas un vistazo a la lista de deseos'' "
647
  "en la página de producto"
648
 
649
+ #: plugin-options/add_to_wishlist-options.php:157
650
  msgid "\"Product already in wishlist\" text"
651
  msgstr "Texto para \"El producto ya está en la lista de deseos\""
652
 
653
+ #: plugin-options/add_to_wishlist-options.php:158
654
  msgid ""
655
  "Enter the text for the message displayed when the user views a product that "
656
  "is already in the wishlist"
658
  "Introduce el texto para el mensaje mostrado cuando el usuario ve un producto "
659
  "que ya está en su lista de deseos"
660
 
661
+ #: plugin-options/add_to_wishlist-options.php:160
662
  msgid "The product is already in your wishlist!"
663
  msgstr "¡El producto ya está en tu lista de deseos!"
664
 
665
+ #: plugin-options/add_to_wishlist-options.php:170
666
  msgid "Style & Color customization"
667
  msgstr "Personalización de estilo y color"
668
 
669
+ #: plugin-options/add_to_wishlist-options.php:177
670
  msgid "Style of \"Add to wishlist\""
671
  msgstr "Estilo del ''Añadir a la lista de deseos''"
672
 
673
+ #: plugin-options/add_to_wishlist-options.php:178
674
  msgid ""
675
  "Choose if you want to show a textual \"Add to wishlist\" link or a button"
676
  msgstr ""
677
  "Elige si quieres mostrar un enlace textual o un botón de ''Añadir a la lista "
678
  "de deseos''"
679
 
680
+ #: plugin-options/add_to_wishlist-options.php:181
681
+ #: plugin-options/wishlist_page-options.php:270
682
  msgid "Textual (anchor)"
683
  msgstr "Textual (anclaje)"
684
 
685
+ #: plugin-options/add_to_wishlist-options.php:182
686
+ #: plugin-options/wishlist_page-options.php:271
687
  msgid "Button with theme style"
688
  msgstr "Botón con estilo del tema"
689
 
690
+ #: plugin-options/add_to_wishlist-options.php:183
691
+ #: plugin-options/wishlist_page-options.php:272
692
  msgid "Button with custom style"
693
  msgstr "Botón con estilo personalizado"
694
 
695
+ #: plugin-options/add_to_wishlist-options.php:191
696
  msgid "\"Add to wishlist\" button style"
697
  msgstr "Estilo del botón ''Añadir a la lista de deseos''"
698
 
699
+ #: plugin-options/add_to_wishlist-options.php:197
700
  msgid "Choose colors for the \"Add to wishlist\" button"
701
  msgstr "Elige los colores para el botón ''Añadir a la lista de deseos''"
702
 
703
+ #: plugin-options/add_to_wishlist-options.php:199
704
+ #: plugin-options/wishlist_page-options.php:288
705
+ #: plugin-options/wishlist_page-options.php:386
706
+ #: plugin-options/wishlist_page-options.php:435
707
+ #: plugin-options/wishlist_page-options.php:483
708
+ #: plugin-options/wishlist_page-options.php:570
709
+ #: plugin-options/wishlist_page-options.php:610
710
+ #: plugin-options/wishlist_page-options.php:650
711
+ #: plugin-options/wishlist_page-options.php:690
712
+ #: plugin-options/wishlist_page-options.php:730
713
  msgid "Background"
714
  msgstr "Fondo"
715
 
716
+ #: plugin-options/add_to_wishlist-options.php:204
717
+ #: plugin-options/wishlist_page-options.php:293
718
+ #: plugin-options/wishlist_page-options.php:391
719
+ #: plugin-options/wishlist_page-options.php:440
720
+ #: plugin-options/wishlist_page-options.php:488
721
+ #: plugin-options/wishlist_page-options.php:525
722
  msgid "Text"
723
  msgstr "Texto"
724
 
725
+ #: plugin-options/add_to_wishlist-options.php:209
726
+ #: plugin-options/wishlist_page-options.php:298
727
+ #: plugin-options/wishlist_page-options.php:396
728
+ #: plugin-options/wishlist_page-options.php:445
729
+ #: plugin-options/wishlist_page-options.php:493
730
  msgid "Border"
731
  msgstr "Borde"
732
 
733
+ #: plugin-options/add_to_wishlist-options.php:215
734
  msgid "Choose colors for the \"Add to wishlist\" button on hover state"
735
  msgstr ""
736
  "Elige colores para el botón ''Añadir a la lista de deseos'' al pasar el "
737
  "cursor"
738
 
739
+ #: plugin-options/add_to_wishlist-options.php:217
740
+ #: plugin-options/wishlist_page-options.php:306
741
+ #: plugin-options/wishlist_page-options.php:404
742
+ #: plugin-options/wishlist_page-options.php:453
743
  msgid "Background Hover"
744
  msgstr "Al pasar el cursor por el fondo"
745
 
746
+ #: plugin-options/add_to_wishlist-options.php:222
747
+ #: plugin-options/wishlist_page-options.php:311
748
+ #: plugin-options/wishlist_page-options.php:409
749
+ #: plugin-options/wishlist_page-options.php:458
750
  msgid "Text Hover"
751
  msgstr "Al pasar el cursor por el texto"
752
 
753
+ #: plugin-options/add_to_wishlist-options.php:227
754
+ #: plugin-options/wishlist_page-options.php:316
755
+ #: plugin-options/wishlist_page-options.php:414
756
+ #: plugin-options/wishlist_page-options.php:463
757
  msgid "Border Hover"
758
  msgstr "Al pasar el cursor por el borde"
759
 
760
+ #: plugin-options/add_to_wishlist-options.php:240
761
+ #: plugin-options/wishlist_page-options.php:329
762
  msgid "Border radius"
763
  msgstr "Radio del borde"
764
 
765
+ #: plugin-options/add_to_wishlist-options.php:241
766
  msgid "Choose radius for the \"Add to wishlist\" button"
767
  msgstr "Elige un radio para el botón ''Añadir a la lista de deseos''"
768
 
769
+ #: plugin-options/add_to_wishlist-options.php:255
770
  msgid "\"Add to wishlist\" icon"
771
  msgstr "Icono de ''Añadir a la lista de deseos''"
772
 
773
+ #: plugin-options/add_to_wishlist-options.php:256
774
  msgid "Select an icon for the \"Add to wishlist\" button (optional)"
775
  msgstr ""
776
  "Selecciona un icono para el botón ''Añadir a la lista de deseos'' (opcional)"
777
 
778
+ #: plugin-options/add_to_wishlist-options.php:275
779
  msgid "\"Add to wishlist\" custom icon"
780
  msgstr "Icono personalizado de ''Añadir a la lista de deseos''"
781
 
782
+ #: plugin-options/add_to_wishlist-options.php:276
783
+ #: plugin-options/add_to_wishlist-options.php:309
784
  msgid ""
785
  "Upload an icon you'd like to use for \"Add to wishlist\" button (suggested "
786
  "32px x 32px)"
788
  "Sube un icono que te gustaría usar para el botón ''Añadir a la lista de "
789
  "deseos'' (sugerencia: 32px x 32px)"
790
 
791
+ #: plugin-options/add_to_wishlist-options.php:288
792
  msgid "\"Added to wishlist\" icon"
793
  msgstr "Icono de ''Añadido a la lista de deseos''"
794
 
795
+ #: plugin-options/add_to_wishlist-options.php:289
796
  msgid "Select an icon for the \"Added to wishlist\" button (optional)"
797
  msgstr ""
798
  "Selecciona un icono para el botón ''Añadido a la lista de deseos'' (opcional)"
799
 
800
+ #: plugin-options/add_to_wishlist-options.php:304
801
  msgid "Same used for Add to wishlist"
802
  msgstr "El mismo usado para Añadir a la lista de deseos"
803
 
804
+ #: plugin-options/add_to_wishlist-options.php:308
805
  msgid "\"Added to wishlist\" custom icon"
806
  msgstr "Icono personalizado de ''Añadido a la lista de deseos''"
807
 
808
+ #: plugin-options/add_to_wishlist-options.php:321
809
  msgid "Custom CSS"
810
  msgstr "Personalizar CSS"
811
 
812
+ #: plugin-options/add_to_wishlist-options.php:322
813
  msgid "Enter custom CSS to be applied to Wishlist elements (optional)"
814
  msgstr ""
815
  "Introduce el CSS personalizado a aplicar en los elementos de la Lista de "
816
  "deseos (opcional)"
817
 
818
+ #: plugin-options/lists-options.php:43
819
  #, fuzzy
820
  msgid "Search list"
821
  msgstr "Compartir lista de deseos"
822
 
823
+ #: plugin-options/settings-options.php:39
 
 
 
 
 
 
 
 
 
 
824
  msgid "Enable AJAX loading"
825
  msgstr "Activar carga de AJAX"
826
 
827
+ #: plugin-options/settings-options.php:40
828
  msgid "Load any cacheable wishlist item via AJAX"
829
  msgstr "Cargar cualquier artículo de lista de deseos cacheable via AJX"
830
 
831
+ #: plugin-options/settings-options.php:54
832
  msgid "YITH WooCommerce Frequently Bought Together Integration"
833
  msgstr ""
834
  "Integración de productos YITH WooCommerce comprados juntos frecuentemente"
835
 
836
+ #: plugin-options/settings-options.php:60
 
 
 
 
 
 
 
 
 
 
837
  msgid "Enable slider in wishlist"
838
  msgstr "Habilitar deslizador en la lista de deseos"
839
 
840
+ #. translators: 1. Example image of the integration.
841
+ #: plugin-options/settings-options.php:62
 
842
  #, fuzzy
843
  msgid ""
844
  "Enable the slider with linked products on the Wishlist page (<a href=\"%1$s"
845
+ "\" class=\"thickbox\">Example</a>)."
846
  msgstr ""
847
  "Activa el carrusel con los productos relacionados en la página de Lista de "
848
  "deseos (<a href=\"%s\" class=\"thickbox\">Ejemplo</a>). %s"
849
 
850
+ #: plugin-options/wishlist_page-options.php:28
851
+ #: plugin-options/wishlist_page-options.php:35
 
 
 
852
  msgid "Wishlist page"
853
  msgstr "Página de Lista de deseos"
854
 
855
+ #: plugin-options/wishlist_page-options.php:36
856
  msgid ""
857
  "Pick a page as the main Wishlist page; make sure you add the <span class="
858
  "\"code\"><code>[yith_wcwl_wishlist]</code></span> shortcode into the page "
862
  "asegúrate de añadir el <span class=\"code\"><code>[yith_wcwl_wishlist]</"
863
  "code></span> shortcode en el contenido de la página"
864
 
865
+ #: plugin-options/wishlist_page-options.php:49
866
  msgid "Wishlist Detail Page"
867
  msgstr "Página de detalles de la lista de deseos"
868
 
 
869
  #: plugin-options/wishlist_page-options.php:56
870
  #: plugin-options/wishlist_page-options.php:65
871
  #: plugin-options/wishlist_page-options.php:74
872
  #: plugin-options/wishlist_page-options.php:83
873
  #: plugin-options/wishlist_page-options.php:92
874
  #: plugin-options/wishlist_page-options.php:101
875
+ #: plugin-options/wishlist_page-options.php:110
876
  msgid "In wishlist table show"
877
  msgstr "Mostrar en la tabla de la lista de deseos"
878
 
879
+ #: plugin-options/wishlist_page-options.php:57
880
  msgid "Product variations selected by the user (example: size or color)"
881
  msgstr ""
882
  "Variaciones de producto seleccionada por el usuario (ejemplo: talla o color)"
883
 
884
+ #: plugin-options/wishlist_page-options.php:66
885
  msgid "Product price"
886
  msgstr "Precio de producto"
887
 
888
+ #: plugin-options/wishlist_page-options.php:75
889
  msgid "Product stock (show if the product is available or not)"
890
  msgstr "Inventario de producto (muestra si el producto está disponible o no)"
891
 
892
+ #: plugin-options/wishlist_page-options.php:84
893
  msgid "Date on which the product was added to the wishlist"
894
  msgstr "Fecha en la que el producto fue añadido a la lista de deseos"
895
 
896
+ #: plugin-options/wishlist_page-options.php:93
897
  msgid "Add to cart option for each product"
898
  msgstr "Opción de añadir al carrito para cada producto"
899
 
900
+ #: plugin-options/wishlist_page-options.php:102
901
  msgid ""
902
  "Icon to remove the product from the wishlist - to the left of the product"
903
  msgstr ""
904
  "Icono para eliminar el producto de la lista de deseos - a la izquierda del "
905
  "producto"
906
 
907
+ #: plugin-options/wishlist_page-options.php:111
908
  msgid ""
909
  "Button to remove the product from the wishlist - to the right of the product"
910
  msgstr ""
911
  "Botón para eliminar el producto de la lista de deseos - a la derecha del "
912
  "producto"
913
 
914
+ #: plugin-options/wishlist_page-options.php:119
915
  msgid "Redirect to cart"
916
  msgstr "Redirigir al carrito"
917
 
918
+ #: plugin-options/wishlist_page-options.php:120
919
  msgid ""
920
  "Redirect users to the cart page when they add a product to the cart from the "
921
  "wishlist page"
923
  "Redireccionar a los usuarios a la página de carrito cuando añaden un "
924
  "producto al carrito desde la página de la lista de deseos"
925
 
926
+ #: plugin-options/wishlist_page-options.php:128
927
  msgid "Remove if added to the cart"
928
  msgstr "Quitar si se añade al carrito"
929
 
930
+ #: plugin-options/wishlist_page-options.php:129
931
  msgid ""
932
  "Remove the product from the wishlist after it has been added to the cart"
933
  msgstr ""
934
  "Eliminar el producto de la lista de deseos tras haber sido añadido al carrito"
935
 
936
+ #: plugin-options/wishlist_page-options.php:137
937
  msgid "Share wishlist"
938
  msgstr "Compartir lista de deseos"
939
 
940
+ #: plugin-options/wishlist_page-options.php:138
941
  msgid "Enable this option to let users share their wishlist on social media"
942
  msgstr ""
943
  "Activa esta opción para permitir a los usuarios compartir su lista de deseos "
944
  "en redes sociales"
945
 
 
946
  #: plugin-options/wishlist_page-options.php:146
947
  #: plugin-options/wishlist_page-options.php:155
948
  #: plugin-options/wishlist_page-options.php:164
949
  #: plugin-options/wishlist_page-options.php:173
950
+ #: plugin-options/wishlist_page-options.php:182
951
  msgid "Share on social media"
952
  msgstr "Compartir en redes sociales"
953
 
954
+ #: plugin-options/wishlist_page-options.php:174
955
  msgid "Share by email"
956
  msgstr "Compartir por correo electrónico"
957
 
958
+ #: plugin-options/wishlist_page-options.php:191
959
  msgid "Share by URL"
960
  msgstr "Compartir por URL"
961
 
962
+ #: plugin-options/wishlist_page-options.php:192
963
  msgid "Show \"Share URL\" field on wishlist page"
964
  msgstr "Mostrar el campo ''Compartir URL'' en la página de la lista de deseos"
965
 
966
+ #: plugin-options/wishlist_page-options.php:200
967
  msgid "Sharing title"
968
  msgstr "Título a compartir"
969
 
970
+ #: plugin-options/wishlist_page-options.php:201
971
  msgid "Wishlist title used for sharing (only used on Twitter and Pinterest)"
972
  msgstr ""
973
  "Título de la lista de deseos usado para compartir (solo en Twitter y "
974
  "Pinterest)"
975
 
976
  #. translators: 1. Blog name.
977
+ #: plugin-options/wishlist_page-options.php:204
978
  msgid "My wishlist on %s"
979
  msgstr "Mi lista de deseos en %s"
980
 
981
+ #: plugin-options/wishlist_page-options.php:209
982
  msgid "Social text"
983
  msgstr "Texto social"
984
 
985
+ #: plugin-options/wishlist_page-options.php:210
986
  msgid ""
987
  "Type the message you want to publish when you share your wishlist on Twitter "
988
  "and Pinterest"
990
  "Introduce el mensaje que quieres publicar cuando compartes una lista de "
991
  "deseos en Twitter y Pinterest"
992
 
993
+ #: plugin-options/wishlist_page-options.php:218
994
  msgid "Social image URL"
995
  msgstr "URL de imagen social"
996
 
997
+ #: plugin-options/wishlist_page-options.php:219
998
  msgid "It will be used to pin the wishlist on Pinterest."
999
  msgstr "Será usado para fijar la lista de deseos en Pinterest."
1000
 
1001
+ #: plugin-options/wishlist_page-options.php:238
1002
  msgid "Default wishlist name"
1003
  msgstr "Nombre predeterminado de lista de deseos"
1004
 
1005
+ #: plugin-options/wishlist_page-options.php:239
1006
  msgid ""
1007
  "Enter a name for the default wishlist. This is the wishlist that will be "
1008
  "automatically generated for all users if they do not create any custom one"
1011
  "de deseos que se creará automáticamente si los usuarios no crean una "
1012
  "personalizada"
1013
 
1014
+ #: plugin-options/wishlist_page-options.php:241
1015
  #, fuzzy
1016
  msgid "My wishlist"
1017
  msgstr "Mi lista de deseos en "
1018
 
1019
+ #: plugin-options/wishlist_page-options.php:246
1020
  msgid "\"Add to cart\" text"
1021
  msgstr "Texto ''Añadir al carrito''"
1022
 
1023
+ #: plugin-options/wishlist_page-options.php:247
1024
  msgid "Enter a text for the \"Add to cart\" button"
1025
  msgstr "Introduce un texto para el botón ''Añadir al carrito''"
1026
 
1027
+ #: plugin-options/wishlist_page-options.php:259
1028
  msgid "Style & color customization"
1029
  msgstr "Personalización de estilo y color"
1030
 
1031
+ #: plugin-options/wishlist_page-options.php:266
1032
  msgid "Style of \"Add to cart\""
1033
  msgstr "Estilo de ''Añadir al carrito''"
1034
 
1035
+ #: plugin-options/wishlist_page-options.php:267
1036
  msgid "Choose whether to show a textual \"Add to cart\" link or a button"
1037
  msgstr "Elige si mostrar un enlace textual o un botón de ''Añadir al carrito''"
1038
 
1039
+ #: plugin-options/wishlist_page-options.php:280
1040
  msgid "\"Add to cart\" button style"
1041
  msgstr "Estilo del botón ''Añadir al carrito''"
1042
 
1043
+ #: plugin-options/wishlist_page-options.php:286
1044
  msgid "Choose the colors for the \"Add to cart\" button"
1045
  msgstr "Elige colores para el botón ''Añadir al carrito''"
1046
 
1047
+ #: plugin-options/wishlist_page-options.php:304
1048
  msgid "Choose colors for the \"Add to cart\" button on hover state"
1049
  msgstr "Elige colores para el botón ''Añadir al carrito'' al pasar el cursor"
1050
 
1051
+ #: plugin-options/wishlist_page-options.php:330
1052
  msgid "Set the radius for the \"Add to cart\" button"
1053
  msgstr "Configura el radio para el botón ''Añadir al carrito''"
1054
 
1055
+ #: plugin-options/wishlist_page-options.php:344
1056
  msgid "\"Add to cart\" icon"
1057
  msgstr "Icono de ''Añadir al carrito''"
1058
 
1059
+ #: plugin-options/wishlist_page-options.php:345
1060
  msgid "Select an icon for the \"Add to cart\" button (optional)"
1061
  msgstr "Selecciona un icono para el botón ''Añadir al carrito'' (opcional)"
1062
 
1063
+ #: plugin-options/wishlist_page-options.php:369
1064
  msgid "\"Add to cart\" custom icon"
1065
  msgstr "Icono personalizado de ''Añadir al carrito''"
1066
 
1067
+ #: plugin-options/wishlist_page-options.php:370
1068
  msgid ""
1069
  "Upload an icon you'd like to use for the \"Add to cart\" button (suggested "
1070
  "32px x 32px)"
1072
  "Sube un icono que te gustaría usar para el botón ''Añadir al "
1073
  "carrito'' (sugerencia: 32px x 32px)"
1074
 
1075
+ #: plugin-options/wishlist_page-options.php:378
1076
  msgid "Primary button style"
1077
  msgstr "Estilo de botón primario"
1078
 
1079
+ #: plugin-options/wishlist_page-options.php:384
1080
  msgid ""
1081
  "Choose colors for the primary button<br/><small>This style will be applied "
1082
  "to \"Edit title\" button on Wishlist view, \"Submit Changes\" button on "
1087
  "\"Guardar cambios\" en la vista de Administrar y el botón \"Buscar lista de "
1088
  "deseos\" en la vista de Buscar</small>"
1089
 
1090
+ #: plugin-options/wishlist_page-options.php:402
1091
  msgid ""
1092
  "Choose colors for the primary button on hover state<br/><small>This style "
1093
  "will be applied to \"Edit title\" button on Wishlist view, \"Submit Changes"
1099
  "deseos, en el botón ''Guardar cambios'' en la vista Administrar y en el "
1100
  "botón ''buscar lista de deseos'' en la vista Buscar</small>"
1101
 
1102
+ #: plugin-options/wishlist_page-options.php:427
1103
  msgid "Secondary button style"
1104
  msgstr "Estilo de botón secundario"
1105
 
 
1106
  #: plugin-options/wishlist_page-options.php:433
1107
+ #: plugin-options/wishlist_page-options.php:451
1108
  msgid ""
1109
  "Choose colors of the secondary button<br/><small>This style will be applied "
1110
  "to the buttons that allow showing and hiding the Edit title form on Wishlist "
1111
  "view and \"Create new Wishlist\" button on Manage view</small>"
1112
  msgstr ""
1113
 
1114
+ #: plugin-options/wishlist_page-options.php:476
1115
  msgid "Wishlist table style"
1116
  msgstr "Estilo de la tabla de la lista de deseos"
1117
 
1118
+ #: plugin-options/wishlist_page-options.php:477
1119
  msgid ""
1120
  "Choose the colors for the wishlist table (when set to \"Traditional\" layout)"
1121
  msgstr ""
1122
  "Elige los colores para la tabla de la lista de deseos (cuando se establece "
1123
  "el estilo ''Tradicional'')"
1124
 
1125
+ #: plugin-options/wishlist_page-options.php:505
1126
  msgid "Highlight color"
1127
  msgstr "Destacar color"
1128
 
1129
+ #: plugin-options/wishlist_page-options.php:506
1130
  msgid ""
1131
  "Choose the color for all sections with background<br/><small>This color will "
1132
  "be used as background for the wishlist table heading and footer (when set to "
1137
  "pie de página (cuando se establece el estilo \"Tradicional\"), y para varios "
1138
  "formularios sobre las visitas de la lista de deseos</small>"
1139
 
1140
+ #: plugin-options/wishlist_page-options.php:518
1141
  msgid "Share button text color"
1142
  msgstr "Color de texto de botón para compartir"
1143
 
1144
+ #: plugin-options/wishlist_page-options.php:519
1145
  msgid "Choose colors for share buttons text"
1146
  msgstr "Elige los colores para el texto de los botones para compartir"
1147
 
1148
+ #: plugin-options/wishlist_page-options.php:530
1149
  msgid "Text hover"
1150
  msgstr "Al pasar el cursor por el texto"
1151
 
1152
+ #: plugin-options/wishlist_page-options.php:543
1153
  msgid "Facebook share button icon"
1154
  msgstr "Icono del botón para compartir en Facebook"
1155
 
1156
+ #: plugin-options/wishlist_page-options.php:544
1157
  msgid "Select an icon for the Facebook share button"
1158
  msgstr "Selecciona un icono para el botón para compartir en Facebook"
1159
 
1160
+ #: plugin-options/wishlist_page-options.php:554
1161
  msgid "Facebook share button custom icon"
1162
  msgstr "Icono personalizado del botón para compartir en Facebook"
1163
 
1164
+ #: plugin-options/wishlist_page-options.php:555
1165
  msgid ""
1166
  "Upload an icon you'd like to use for Facebook share button (suggested 32px x "
1167
  "32px)"
1169
  "Sube un icono que te gustaría usar para el botón para compartir en Facebook "
1170
  "(sugerencia: 32px x 32px)"
1171
 
1172
+ #: plugin-options/wishlist_page-options.php:563
1173
  msgid "Facebook share button style"
1174
  msgstr "Estilo del botón para compartir en Facebook"
1175
 
1176
+ #: plugin-options/wishlist_page-options.php:564
1177
  msgid "Choose colors for Facebook share button"
1178
  msgstr "Elige los colores para el botón para compartir en Facebook"
1179
 
1180
+ #: plugin-options/wishlist_page-options.php:575
1181
+ #: plugin-options/wishlist_page-options.php:615
1182
+ #: plugin-options/wishlist_page-options.php:655
1183
+ #: plugin-options/wishlist_page-options.php:695
1184
+ #: plugin-options/wishlist_page-options.php:735
1185
  msgid "Background hover"
1186
  msgstr "Fondo al pasar el cursor"
1187
 
1188
+ #: plugin-options/wishlist_page-options.php:583
1189
  msgid "Twitter share button icon"
1190
  msgstr "Icono del botón para compartir en Twitter"
1191
 
1192
+ #: plugin-options/wishlist_page-options.php:584
1193
  msgid "Select an icon for the Twitter share button"
1194
  msgstr "Selecciona un icono para el botón para compartir en Twitter"
1195
 
1196
+ #: plugin-options/wishlist_page-options.php:594
1197
  msgid "Twitter share button custom icon"
1198
  msgstr "Icono personalizado para compartir en Twitter"
1199
 
1200
+ #: plugin-options/wishlist_page-options.php:595
1201
  msgid ""
1202
  "Upload an icon you'd like to use for Twitter share button (suggested 32px x "
1203
  "32px)"
1205
  "Sube un icono que te gustaría usar para el botón para compartir en Twitter "
1206
  "(sugerencia:: 32px x 32px)"
1207
 
1208
+ #: plugin-options/wishlist_page-options.php:603
1209
  msgid "Twitter share button style"
1210
  msgstr "Estilo del botón para compartir en Twitter"
1211
 
1212
+ #: plugin-options/wishlist_page-options.php:604
1213
  msgid "Choose colors for Twitter share button"
1214
  msgstr "Elige los colores para el botón para compartir en Twitter"
1215
 
1216
+ #: plugin-options/wishlist_page-options.php:623
1217
  msgid "Pinterest share button icon"
1218
  msgstr "Icono para compartir por Pinterest"
1219
 
1220
+ #: plugin-options/wishlist_page-options.php:624
1221
  msgid "Select an icon for the Pinterest share button"
1222
  msgstr "Selecciona un icono para el botón para compartir por Pinterest"
1223
 
1224
+ #: plugin-options/wishlist_page-options.php:634
1225
  msgid "Pinterest share button custom icon"
1226
  msgstr "Icono personalizado del botón para compartir por Pinterest"
1227
 
1228
+ #: plugin-options/wishlist_page-options.php:635
1229
  msgid ""
1230
  "Upload an icon you'd like to use for Pinterest share button (suggested 32px "
1231
  "x 32px)"
1233
  "Sube un icono que te gustaría usar para el botón para compartir por "
1234
  "Pinterest (sugerencia: 32px x 32px)"
1235
 
1236
+ #: plugin-options/wishlist_page-options.php:643
1237
  msgid "Pinterest share button style"
1238
  msgstr "Estilo del botón para compartir por Pinterest"
1239
 
1240
+ #: plugin-options/wishlist_page-options.php:644
1241
  msgid "Choose colors for Pinterest share button"
1242
  msgstr "Elige colores para el botón para compartir por Pinterest"
1243
 
1244
+ #: plugin-options/wishlist_page-options.php:663
1245
  msgid "Email share button icon"
1246
  msgstr "Icono para compartir por Correo electrónico"
1247
 
1248
+ #: plugin-options/wishlist_page-options.php:664
1249
  msgid "Select an icon for the Email share button"
1250
  msgstr ""
1251
  "Selecciona un icono para el botón para compartir por Correo electrónico"
1252
 
1253
+ #: plugin-options/wishlist_page-options.php:674
1254
  msgid "Email share button custom icon"
1255
  msgstr "Icono personalizado del botón para compartir por Correo electrónico"
1256
 
1257
+ #: plugin-options/wishlist_page-options.php:675
1258
  msgid ""
1259
  "Upload an icon you'd like to use for the Email share button (suggested 32px "
1260
  "x 32px)"
1262
  "Sube un icono que te gustaría usar para el botón para compartir por Correo "
1263
  "electrónico (sugerencia: 32px x 32px)"
1264
 
1265
+ #: plugin-options/wishlist_page-options.php:683
1266
  msgid "Email share button style"
1267
  msgstr "Estilo del botón para compartir por Correo electrónico"
1268
 
1269
+ #: plugin-options/wishlist_page-options.php:684
1270
  msgid "Choose colors for the Email share button"
1271
  msgstr "Elige los colores para el botón para compartir por Correo electrónico"
1272
 
1273
+ #: plugin-options/wishlist_page-options.php:703
1274
  msgid "WhatsApp share button icon"
1275
  msgstr "Icono de botón para compartir por WhatsApp"
1276
 
1277
+ #: plugin-options/wishlist_page-options.php:704
1278
  msgid "Select an icon for the WhatsApp share button"
1279
  msgstr "Selecciona un icono para el botón para compartir por WhatsApp"
1280
 
1281
+ #: plugin-options/wishlist_page-options.php:714
1282
  msgid "WhatsApp share button custom icon"
1283
  msgstr "Icono personalizado del botón para compartir por WhatsApp"
1284
 
1285
+ #: plugin-options/wishlist_page-options.php:715
1286
  msgid ""
1287
  "Upload an icon you'd like to use for WhatsApp share button (suggested 32px x "
1288
  "32px)"
1290
  "Sube un icono que te gustaría usar para el botón para compartir por WhatsApp "
1291
  "(sugerencia: 32px x 32px)"
1292
 
1293
+ #: plugin-options/wishlist_page-options.php:723
1294
  msgid "WhatsApp share button style"
1295
  msgstr "Estilo del botón para compartir por WhatsApp"
1296
 
1297
+ #: plugin-options/wishlist_page-options.php:724
1298
  msgid "Choose colors for WhatsApp share button"
1299
  msgstr "Elige los colores para el botón para compartir por WhatsApp"
1300
 
1301
+ #: templates/share.php:56 templates/share.php:57
1302
  msgid "Facebook"
1303
  msgstr "Facebook"
1304
 
1305
+ #: templates/share.php:64 templates/share.php:65
1306
  msgid "Twitter"
1307
  msgstr "Twitter"
1308
 
1309
+ #: templates/share.php:72 templates/share.php:73
1310
  msgid "Pinterest"
1311
  msgstr "Pinterest"
1312
 
1313
+ #: templates/share.php:102 templates/share.php:103
1314
  msgid "Email"
1315
  msgstr "Email"
1316
 
1317
+ #: templates/share.php:110
1318
  msgid "WhatsApp"
1319
  msgstr "WhatsApp"
1320
 
1321
+ #: templates/share.php:111
1322
  msgid "Whatsapp"
1323
  msgstr "WhatsApp"
1324
 
1325
+ #: templates/share.php:120
1326
  msgid "(Now"
1327
  msgstr "(Ahora"
1328
 
1329
+ #: templates/share.php:120
1330
  msgid "copy"
1331
  msgstr "copiar"
1332
 
1333
+ #: templates/share.php:120
1334
  msgid "this wishlist link and share it anywhere)"
1335
  msgstr "este enlace a la lista de deseos y compártelo en cualquier parte)"
1336
 
1337
+ #: templates/wishlist-view-footer-mobile.php:55
1338
+ #: templates/wishlist-view-footer.php:55
1339
  msgid "Apply this action to all the selected items:"
1340
  msgstr "Aplicar esta acción a todos los artículos seleccionados:"
1341
 
1342
+ #: templates/wishlist-view-footer-mobile.php:62
1343
+ #: templates/wishlist-view-footer.php:62
1344
  msgid "Remove from wishlist"
1345
  msgstr "Eliminar de la lista de deseos"
1346
 
1347
  #. translators: 1. Wishlist formatted name.
1348
+ #: templates/wishlist-view-footer-mobile.php:80
1349
+ #: templates/wishlist-view-footer.php:80
1350
  msgid "Move to %s"
1351
  msgstr ""
1352
 
1353
+ #: templates/wishlist-view-footer-mobile.php:86
1354
+ #: templates/wishlist-view-footer.php:86
1355
  msgid "Apply"
1356
  msgstr "Aplicar"
1357
 
1358
+ #: templates/wishlist-view-footer-mobile.php:94
1359
+ #: templates/wishlist-view-footer.php:94
1360
  msgid "Update"
1361
  msgstr "Actualizar"
1362
 
1363
+ #: templates/wishlist-view-footer-mobile.php:100
1364
+ #: templates/wishlist-view-footer.php:138
1365
  msgid "Add all to cart"
1366
  msgstr "Añadir todo al carrito"
1367
 
1368
+ #: templates/wishlist-view-header.php:86
1369
  msgid "Edit title"
1370
  msgstr "Editar título"
1371
 
1372
+ #: templates/wishlist-view-mobile.php:143
1373
  msgid "Added on:"
1374
  msgstr "Añadido el:"
1375
 
1376
+ #: templates/wishlist-view-mobile.php:154
1377
  msgid "Price:"
1378
  msgstr "Precio:"
1379
 
1380
+ #: templates/wishlist-view-mobile.php:181
1381
  msgid "Quantity:"
1382
  msgstr "Cantidad:"
1383
 
1384
+ #: templates/wishlist-view-mobile.php:196
1385
  msgid "Stock:"
1386
  msgstr "En inventario:"
1387
 
1388
+ #: templates/wishlist-view-mobile.php:199 templates/wishlist-view.php:431
1389
  msgid "Out of stock"
1390
  msgstr "Agotado"
1391
 
1392
+ #: templates/wishlist-view-mobile.php:199 templates/wishlist-view.php:431
1393
  msgid "In Stock"
1394
  msgstr "En stock"
1395
 
1396
+ #: templates/wishlist-view-mobile.php:219 templates/wishlist-view.php:531
1397
  msgid "Move"
1398
  msgstr "Mover"
1399
 
1400
+ #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:562
1401
  msgid "Move to another list &rsaquo;"
1402
  msgstr "Mover a otra lista &rsaquo;"
1403
 
1404
+ #: templates/wishlist-view-mobile.php:270 templates/wishlist-view.php:250
1405
+ #: templates/wishlist-view.php:594
1406
  msgid "Remove this product"
1407
  msgstr "Eliminar este producto"
1408
 
1409
+ #: templates/wishlist-view-mobile.php:291 templates/wishlist-view.php:636
1410
  msgid "No products added to the wishlist"
1411
  msgstr "No se han añadido productos a la lista de deseos"
1412
 
1413
+ #: templates/wishlist-view.php:102
1414
  msgid "Product name"
1415
  msgstr "Nombre del producto"
1416
 
1417
+ #: templates/wishlist-view.php:122
1418
  msgid "Unit price"
1419
  msgstr "Precio por unidad"
1420
 
1421
+ #: templates/wishlist-view.php:143
1422
  msgid "Quantity"
1423
  msgstr "Cantidad"
1424
 
1425
+ #: templates/wishlist-view.php:164
1426
  msgid "Stock status"
1427
  msgstr "Estado de inventario"
1428
 
1429
+ #: templates/wishlist-view.php:206
1430
  msgid "Arrange"
1431
  msgstr "Ordenar"
1432
 
1433
  #. translators: date added label: 1 date added.
1434
+ #: templates/wishlist-view.php:466
1435
  msgid "Added on: %s"
1436
  msgstr "Añadido el: %s"
1437
 
1438
+ #: templates/wishlist-view.php:594
1439
  msgid "Remove"
1440
  msgstr "Quitar"
1441
 
1448
  "your e-commerce on <strong>YITH</strong></a>"
1449
  msgstr ""
1450
 
1451
+ #: includes/class-yith-wcwl-admin.php:287
1452
  msgctxt "[HELP TAB] Video title"
1453
  msgid ""
1454
  "Check this video to learn how to <b>configure wishlist and customize options:"
1460
  msgid "wishlist"
1461
  msgstr ""
1462
 
1463
+ #: includes/class-yith-wcwl-privacy.php:275
1464
  msgctxt "date when wishlist was created"
1465
  msgid "Created on"
1466
  msgstr ""
1486
  msgstr ""
1487
 
1488
  #. translators: 1. % of reduction/increase in price.
1489
+ #: includes/class-yith-wcwl-wishlist-item.php:478
1490
  msgctxt ""
1491
  "Part of the template that shows price variation since addition to list; "
1492
  "placeholder will be replaced with a percentage"
1494
  msgstr ""
1495
 
1496
  #. translators: 2: original product price.
1497
+ #: includes/class-yith-wcwl-wishlist-item.php:480
1498
  msgctxt ""
1499
  "Part of the template that shows price variation since addition to list; "
1500
  "placeholder will be replaced with a price"
1608
  msgid "Items per page"
1609
  msgstr "Artículos añadidos"
1610
 
1611
+ #~ msgid ""
1612
+ #~ "If you want to take advantage of this feature, you could consider "
1613
+ #~ "purchasing the %s."
1614
+ #~ msgstr ""
1615
+ #~ "Si quieres beneficiarte de esta característica, podrías considerar la "
1616
+ #~ "compra de la %s."
1617
+
1618
+ #~ msgid ""
1619
+ #~ "In order to use this integration you have to install and activate YITH "
1620
+ #~ "WooCommerce Frequently Bought Together. <a href=\"%s\">Learn more</a>"
1621
+ #~ msgstr ""
1622
+ #~ "Para usar esta integración debes instalar y activar YITH WooCommerce "
1623
+ #~ "Frequently Bought Together. <a href=\"%s\">Leer más</a>"
1624
+
1625
+ #~ msgid "All your wishlists"
1626
+ #~ msgstr "Todas tus listas de deseos"
1627
+
1628
  #~ msgid "Premium Version"
1629
  #~ msgstr "Versión premium"
1630
 
languages/yith-woocommerce-wishlist-es_MX.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-es_MX.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
- "POT-Creation-Date: 2022-06-19 14:16:05+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:04+0200\n"
10
  "Last-Translator: Gabriel Azarias Dzul Cocom <gabrieldzul@gmail.com>\n"
11
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
@@ -28,123 +28,122 @@ msgstr ""
28
  msgid "Wishlist Page"
29
  msgstr "Lista de deseos"
30
 
31
- #: includes/class-yith-wcwl-admin.php:146
32
  msgid "General settings"
33
  msgstr ""
34
 
35
- #: includes/class-yith-wcwl-admin.php:147
36
  msgid "Add to wishlist options"
37
  msgstr ""
38
 
39
- #: includes/class-yith-wcwl-admin.php:148
40
  msgid "Wishlist page options"
41
  msgstr ""
42
 
43
- #: includes/class-yith-wcwl-admin.php:249
44
  msgid ""
45
  "Allows your customers to create and share lists of products that they want "
46
  "to purchase on your e-commerce."
47
  msgstr ""
48
 
49
- #: includes/class-yith-wcwl-admin.php:280
50
  msgid ""
51
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
52
  msgstr ""
53
 
54
- #: includes/class-yith-wcwl-admin.php:281
55
  msgid ""
56
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
57
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
58
  "on \"Add to wishlist\""
59
  msgstr ""
60
 
61
- #: includes/class-yith-wcwl-admin.php:282
62
  msgid ""
63
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
64
  "them either public (visible to everyone), private or shared (visible only to "
65
  "people it has been shared with)"
66
  msgstr ""
67
 
68
- #: includes/class-yith-wcwl-admin.php:283
69
  msgid ""
70
  "Choose between <b>different layouts</b> for the wishlist page and for the "
71
  "wishlist content"
72
  msgstr ""
73
 
74
- #: includes/class-yith-wcwl-admin.php:284
75
  msgid ""
76
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
77
  "move a product from one wishlist to another, change order of items, "
78
  "quantity, etc."
79
  msgstr ""
80
 
81
- #: includes/class-yith-wcwl-admin.php:285
82
  msgid ""
83
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
84
  "content of their wishlist to the admin and get a custom quote"
85
  msgstr ""
86
 
87
- #: includes/class-yith-wcwl-admin.php:286
88
  msgid ""
89
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
90
  "(available also with \"mini-cart\" style for the header)"
91
  msgstr ""
92
 
93
- #: includes/class-yith-wcwl-admin.php:287
94
  msgid ""
95
- "View the most popular products added to the wishlist by your customers and "
96
- "<b>send promotional emails to users</b> who have added specific products to "
97
  "their wishlist"
98
  msgstr ""
99
 
100
- #: includes/class-yith-wcwl-admin.php:288
101
  msgid ""
102
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
103
  "the list is back in stock or on sale"
104
  msgstr ""
105
 
106
- #: includes/class-yith-wcwl-admin.php:289
107
  msgid "Regular updates, Translations and Premium Support"
108
  msgstr ""
109
 
110
- #: includes/class-yith-wcwl-ajax-handler.php:75
111
- #: templates/add-to-wishlist-remove.php:59
112
  msgid "View &rsaquo;"
113
  msgstr ""
114
 
115
- #: includes/class-yith-wcwl-ajax-handler.php:76
116
- #: templates/add-to-wishlist-remove.php:58
117
  msgid "or"
118
  msgstr ""
119
 
120
- #: includes/class-yith-wcwl-ajax-handler.php:77
121
  msgid "Close"
122
  msgstr ""
123
 
124
- #: includes/class-yith-wcwl-ajax-handler.php:155
125
- #: includes/class-yith-wcwl-ajax-handler.php:195
126
  msgid "Product successfully removed."
127
  msgstr "Producto exitosamente eliminado"
128
 
129
- #: includes/class-yith-wcwl-form-handler.php:156
130
  msgid "Please, make sure to enter a valid title"
131
  msgstr ""
132
 
133
- #: includes/class-yith-wcwl-frontend.php:552
134
  msgid ""
135
  "We are sorry, but this feature is available only if cookies on your browser "
136
  "are enabled."
137
  msgstr ""
138
 
139
- #: includes/class-yith-wcwl-frontend.php:553
140
  msgid "Product added to cart successfully"
141
  msgstr ""
142
 
143
- #: includes/class-yith-wcwl-frontend.php:816
144
- #: includes/class-yith-wcwl-shortcode.php:239
145
- #: plugin-options/wishlist_page-options.php:240
146
- #: templates/wishlist-view-footer-mobile.php:46
147
- #: templates/wishlist-view-footer.php:46
148
  msgid "Add to cart"
149
  msgstr ""
150
 
@@ -192,43 +191,43 @@ msgid ""
192
  "for the products you love."
193
  msgstr ""
194
 
195
- #: includes/class-yith-wcwl-privacy.php:84
196
- #: includes/class-yith-wcwl-privacy.php:100
197
  msgid "Customer wishlists"
198
  msgstr ""
199
 
200
- #: includes/class-yith-wcwl-privacy.php:137 plugin-options/lists-options.php:25
201
- #: plugin-options/lists-options.php:32
202
  msgid "Wishlists"
203
  msgstr "Lista de deseos"
204
 
205
  #. Translators: %s Order number.
206
- #: includes/class-yith-wcwl-privacy.php:199
207
  msgid "Removed wishlist %s."
208
  msgstr "My Lista de deseos en %s"
209
 
210
  #. Translators: %s Order number.
211
- #: includes/class-yith-wcwl-privacy.php:203
212
  msgid "Wishlist %s has been retained."
213
  msgstr "Texto de la tabla de la Lista de deseos"
214
 
215
- #: includes/class-yith-wcwl-privacy.php:227
216
  msgid "Token"
217
  msgstr ""
218
 
219
- #: includes/class-yith-wcwl-privacy.php:228
220
  msgid "Wishlist URL"
221
  msgstr ""
222
 
223
- #: includes/class-yith-wcwl-privacy.php:229
224
  msgid "Title"
225
  msgstr ""
226
 
227
- #: includes/class-yith-wcwl-privacy.php:231
228
  msgid "Visibility"
229
  msgstr ""
230
 
231
- #: includes/class-yith-wcwl-privacy.php:232
232
  msgid "Items added"
233
  msgstr ""
234
 
@@ -295,139 +294,139 @@ msgstr ""
295
  msgid "ID of the wishlist to show (e.g. K6EOWXB888ZD)"
296
  msgstr ""
297
 
298
- #: includes/class-yith-wcwl-shortcode.php:414
299
  msgid "Share on:"
300
  msgstr "Compartir en:"
301
 
302
- #: includes/class-yith-wcwl-shortcode.php:438
303
- #: plugin-options/wishlist_page-options.php:138
304
  msgid "Share on Facebook"
305
  msgstr "Compartir en Facebook"
306
 
307
- #: includes/class-yith-wcwl-shortcode.php:455
308
- #: plugin-options/wishlist_page-options.php:147
309
  msgid "Tweet on Twitter"
310
  msgstr "Tweet en Twitter"
311
 
312
- #: includes/class-yith-wcwl-shortcode.php:473
313
- #: plugin-options/wishlist_page-options.php:156
314
  msgid "Pin on Pinterest"
315
  msgstr "Pin en Pinterest"
316
 
317
- #: includes/class-yith-wcwl-shortcode.php:487
318
  msgid "Share via email"
319
  msgstr ""
320
 
321
- #: includes/class-yith-wcwl-shortcode.php:510
322
- #: plugin-options/wishlist_page-options.php:174
323
  msgid "Share on WhatsApp"
324
  msgstr ""
325
 
326
- #: includes/class-yith-wcwl-shortcode.php:621
327
  msgid "Remove from list"
328
  msgstr ""
329
 
330
- #: includes/class-yith-wcwl-wishlist-item.php:193
331
  msgid "Free!"
332
  msgstr "Gratis!"
333
 
334
- #: includes/class-yith-wcwl.php:164
335
  msgid "The item cannot be added to this wishlist"
336
  msgstr ""
337
 
338
- #: includes/class-yith-wcwl.php:168 includes/class-yith-wcwl.php:174
339
  msgid "An error occurred while adding the products to the wishlist."
340
  msgstr ""
341
 
342
- #: includes/class-yith-wcwl.php:235 includes/class-yith-wcwl.php:241
343
  msgid "Error. Unable to remove the product from the wishlist."
344
  msgstr "Error. No fue posible eliminar el producto de la Lista."
345
 
346
- #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:152
347
- #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:174
348
  msgid "Invalid wishlist."
349
  msgstr ""
350
 
351
- #: includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:119
352
  msgid "Invalid wishlist item."
353
  msgstr ""
354
 
355
  #. translators: 1. Number of users.
356
- #: includes/functions-yith-wcwl.php:249
357
  msgid "%d user"
358
  msgid_plural "%d users"
359
  msgstr[0] ""
360
  msgstr[1] ""
361
 
362
- #: includes/functions-yith-wcwl.php:250
363
  msgid "has this item in wishlist"
364
  msgid_plural "have this item in wishlist"
365
  msgstr[0] ""
366
  msgstr[1] ""
367
 
368
- #: includes/functions-yith-wcwl.php:252
369
  msgid "You're the first"
370
  msgstr ""
371
 
372
- #: includes/functions-yith-wcwl.php:253
373
  msgid "to add this item in wishlist"
374
  msgstr ""
375
 
376
  #. translators: 1. Count of users when many, or "another" when only one.
377
- #: includes/functions-yith-wcwl.php:257
378
  msgid "You and %s user"
379
  msgid_plural "You and %d users"
380
  msgstr[0] ""
381
  msgstr[1] ""
382
 
383
- #: includes/functions-yith-wcwl.php:257
384
  msgid "another"
385
  msgstr ""
386
 
387
- #: includes/functions-yith-wcwl.php:258
388
  msgid "have this item in wishlist"
389
  msgstr ""
390
 
391
- #: includes/functions-yith-wcwl.php:425
392
  msgid "None"
393
  msgstr ""
394
 
395
- #: includes/functions-yith-wcwl.php:426
396
  #, fuzzy
397
  msgid "Custom"
398
  msgstr "Css personalizado"
399
 
400
- #: includes/functions-yith-wcwl.php:447
401
  msgid "Shared"
402
  msgstr "Compartir en:"
403
 
404
- #: includes/functions-yith-wcwl.php:451
405
  msgid "Only people with a link to this list can see it"
406
  msgstr ""
407
 
408
- #: includes/functions-yith-wcwl.php:457
409
  msgid "Private"
410
  msgstr ""
411
 
412
- #: includes/functions-yith-wcwl.php:461
413
  msgid "Only you can see this list"
414
  msgstr ""
415
 
416
- #: includes/functions-yith-wcwl.php:467
417
  msgid "Public"
418
  msgstr ""
419
 
420
- #: includes/functions-yith-wcwl.php:471
421
  msgid "Anyone can search for and see this list"
422
  msgstr ""
423
 
424
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:118
425
- #: plugin-options/add_to_wishlist-options.php:127
426
  msgid "Add to wishlist"
427
  msgstr ""
428
 
429
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:128
430
- #: plugin-options/add_to_wishlist-options.php:143
431
  msgid "Browse wishlist"
432
  msgstr ""
433
 
@@ -441,70 +440,68 @@ msgstr "El producto ya está en la Lista"
441
  msgid "Product added to wishlist"
442
  msgstr "El producto ya está en la Lista"
443
 
444
- #: init.php:160
445
  msgid "is enabled but not effective. It requires WooCommerce to work."
446
  msgstr ""
447
 
448
- #: init.php:176
449
- msgid "You can't activate the free version of"
450
- msgstr ""
451
-
452
- #: init.php:176
453
- msgid "while you are using the premium one."
454
  msgstr ""
455
 
456
- #: plugin-options/add_to_wishlist-options.php:20
457
- #: plugin-options/settings-options.php:27
458
  msgid "General Settings"
459
  msgstr "Ajustes Generales"
460
 
461
- #: plugin-options/add_to_wishlist-options.php:27
462
  msgid "After product is added to wishlist"
463
  msgstr ""
464
 
465
- #: plugin-options/add_to_wishlist-options.php:28
466
  msgid ""
467
  "Choose the look of the Wishlist button when the product has already been "
468
  "added to a wishlist"
469
  msgstr ""
470
 
471
- #: plugin-options/add_to_wishlist-options.php:32
472
  #, fuzzy
473
  msgid "Show \"Add to wishlist\" button"
474
  msgstr "El producto ya está en la Lista"
475
 
476
- #: plugin-options/add_to_wishlist-options.php:33
477
  msgid "Show \"View wishlist\" link"
478
  msgstr ""
479
 
480
- #: plugin-options/add_to_wishlist-options.php:34
481
  msgid "Show \"Remove from list\" link"
482
  msgstr ""
483
 
484
- #: plugin-options/add_to_wishlist-options.php:48
485
  msgid "Loop settings"
486
  msgstr ""
487
 
488
- #: plugin-options/add_to_wishlist-options.php:50
489
  msgid ""
490
  "Loop options will be visible on Shop page, category pages, product "
491
  "shortcodes, products sliders, and all the other places where the WooCommerce "
492
  "products' loop is used"
493
  msgstr ""
494
 
495
- #: plugin-options/add_to_wishlist-options.php:55
496
  msgid "Show \"Add to wishlist\" in loop"
497
  msgstr ""
498
 
499
- #: plugin-options/add_to_wishlist-options.php:56
500
  msgid "Enable the \"Add to wishlist\" feature in WooCommerce products' loop"
501
  msgstr ""
502
 
503
- #: plugin-options/add_to_wishlist-options.php:64
504
  msgid "Position of \"Add to wishlist\" in loop"
505
  msgstr ""
506
 
507
- #: plugin-options/add_to_wishlist-options.php:65
508
  msgid ""
509
  "Choose where to show \"Add to wishlist\" button or link in WooCommerce "
510
  "products' loop. <span class=\"addon\">Copy this shortcode <span class=\"code"
@@ -512,32 +509,32 @@ msgid ""
512
  "want to show the \"Add to wishlist\" link or button</span>"
513
  msgstr ""
514
 
515
- #: plugin-options/add_to_wishlist-options.php:72
516
  msgid "On top of the image"
517
  msgstr ""
518
 
519
- #: plugin-options/add_to_wishlist-options.php:73
520
  msgid "Before \"Add to cart\" button"
521
  msgstr ""
522
 
523
- #: plugin-options/add_to_wishlist-options.php:74
524
  msgid "After \"Add to cart\" button"
525
  msgstr ""
526
 
527
- #: plugin-options/add_to_wishlist-options.php:75
528
- #: plugin-options/add_to_wishlist-options.php:107
529
  msgid "Use shortcode"
530
  msgstr "Usar shortcode"
531
 
532
- #: plugin-options/add_to_wishlist-options.php:89
533
  msgid "Product page settings"
534
  msgstr ""
535
 
536
- #: plugin-options/add_to_wishlist-options.php:96
537
  msgid "Position of \"Add to wishlist\" on product page"
538
  msgstr ""
539
 
540
- #: plugin-options/add_to_wishlist-options.php:97
541
  msgid ""
542
  "Choose where to show \"Add to wishlist\" button or link on the product page. "
543
  "<span class=\"addon\">Copy this shortcode <span class=\"code"
@@ -545,472 +542,452 @@ msgid ""
545
  "want to show the \"Add to wishlist\" link or button</span>"
546
  msgstr ""
547
 
548
- #: plugin-options/add_to_wishlist-options.php:104
549
  msgid "After \"Add to cart\""
550
  msgstr "Despued de \"Agregar al Carrito\""
551
 
552
- #: plugin-options/add_to_wishlist-options.php:105
553
  msgid "After thumbnails"
554
  msgstr "Despues de las miniaturas"
555
 
556
- #: plugin-options/add_to_wishlist-options.php:106
557
  msgid "After summary"
558
  msgstr "Despues del Resumen"
559
 
560
- #: plugin-options/add_to_wishlist-options.php:117
561
- #: plugin-options/wishlist_page-options.php:222
562
  msgid "Text customization"
563
  msgstr ""
564
 
565
- #: plugin-options/add_to_wishlist-options.php:124
566
  msgid "\"Add to wishlist\" text"
567
  msgstr ""
568
 
569
- #: plugin-options/add_to_wishlist-options.php:125
570
  msgid "Enter a text for \"Add to wishlist\" button"
571
  msgstr ""
572
 
573
- #: plugin-options/add_to_wishlist-options.php:132
574
  msgid "\"Product added\" text"
575
  msgstr "¡Producto agregado!"
576
 
577
- #: plugin-options/add_to_wishlist-options.php:133
578
  msgid ""
579
  "Enter the text of the message displayed when the user adds a product to the "
580
  "wishlist"
581
  msgstr ""
582
 
583
- #: plugin-options/add_to_wishlist-options.php:135
584
  msgid "Product added!"
585
  msgstr "¡Producto agregado!"
586
 
587
- #: plugin-options/add_to_wishlist-options.php:140
588
  msgid "\"Browse wishlist\" text"
589
  msgstr "Ir a la Lista de deseos"
590
 
591
- #: plugin-options/add_to_wishlist-options.php:141
592
  msgid "Enter a text for the \"Browse wishlist\" link on the product page"
593
  msgstr ""
594
 
595
- #: plugin-options/add_to_wishlist-options.php:148
596
  msgid "\"Product already in wishlist\" text"
597
  msgstr "El producto ya está en la Lista"
598
 
599
- #: plugin-options/add_to_wishlist-options.php:149
600
  msgid ""
601
  "Enter the text for the message displayed when the user views a product that "
602
  "is already in the wishlist"
603
  msgstr ""
604
 
605
- #: plugin-options/add_to_wishlist-options.php:151
606
  msgid "The product is already in your wishlist!"
607
  msgstr ""
608
 
609
- #: plugin-options/add_to_wishlist-options.php:161
610
  msgid "Style & Color customization"
611
  msgstr ""
612
 
613
- #: plugin-options/add_to_wishlist-options.php:168
614
  msgid "Style of \"Add to wishlist\""
615
  msgstr ""
616
 
617
- #: plugin-options/add_to_wishlist-options.php:169
618
  msgid ""
619
  "Choose if you want to show a textual \"Add to wishlist\" link or a button"
620
  msgstr ""
621
 
622
- #: plugin-options/add_to_wishlist-options.php:172
623
- #: plugin-options/wishlist_page-options.php:261
624
  msgid "Textual (anchor)"
625
  msgstr ""
626
 
627
- #: plugin-options/add_to_wishlist-options.php:173
628
- #: plugin-options/wishlist_page-options.php:262
629
  msgid "Button with theme style"
630
  msgstr ""
631
 
632
- #: plugin-options/add_to_wishlist-options.php:174
633
- #: plugin-options/wishlist_page-options.php:263
634
  msgid "Button with custom style"
635
  msgstr ""
636
 
637
- #: plugin-options/add_to_wishlist-options.php:182
638
  msgid "\"Add to wishlist\" button style"
639
  msgstr ""
640
 
641
- #: plugin-options/add_to_wishlist-options.php:188
642
  msgid "Choose colors for the \"Add to wishlist\" button"
643
  msgstr ""
644
 
645
- #: plugin-options/add_to_wishlist-options.php:190
646
- #: plugin-options/wishlist_page-options.php:279
647
- #: plugin-options/wishlist_page-options.php:368
648
- #: plugin-options/wishlist_page-options.php:417
649
- #: plugin-options/wishlist_page-options.php:465
650
- #: plugin-options/wishlist_page-options.php:552
651
- #: plugin-options/wishlist_page-options.php:592
652
- #: plugin-options/wishlist_page-options.php:632
653
- #: plugin-options/wishlist_page-options.php:672
654
- #: plugin-options/wishlist_page-options.php:712
655
  msgid "Background"
656
  msgstr ""
657
 
658
- #: plugin-options/add_to_wishlist-options.php:195
659
- #: plugin-options/wishlist_page-options.php:284
660
- #: plugin-options/wishlist_page-options.php:373
661
- #: plugin-options/wishlist_page-options.php:422
662
- #: plugin-options/wishlist_page-options.php:470
663
- #: plugin-options/wishlist_page-options.php:507
664
  msgid "Text"
665
  msgstr ""
666
 
667
- #: plugin-options/add_to_wishlist-options.php:200
668
- #: plugin-options/wishlist_page-options.php:289
669
- #: plugin-options/wishlist_page-options.php:378
670
- #: plugin-options/wishlist_page-options.php:427
671
- #: plugin-options/wishlist_page-options.php:475
672
  msgid "Border"
673
  msgstr ""
674
 
675
- #: plugin-options/add_to_wishlist-options.php:206
676
  msgid "Choose colors for the \"Add to wishlist\" button on hover state"
677
  msgstr ""
678
 
679
- #: plugin-options/add_to_wishlist-options.php:208
680
- #: plugin-options/wishlist_page-options.php:297
681
- #: plugin-options/wishlist_page-options.php:386
682
- #: plugin-options/wishlist_page-options.php:435
683
  msgid "Background Hover"
684
  msgstr ""
685
 
686
- #: plugin-options/add_to_wishlist-options.php:213
687
- #: plugin-options/wishlist_page-options.php:302
688
- #: plugin-options/wishlist_page-options.php:391
689
- #: plugin-options/wishlist_page-options.php:440
690
  msgid "Text Hover"
691
  msgstr ""
692
 
693
- #: plugin-options/add_to_wishlist-options.php:218
694
- #: plugin-options/wishlist_page-options.php:307
695
- #: plugin-options/wishlist_page-options.php:396
696
- #: plugin-options/wishlist_page-options.php:445
697
  msgid "Border Hover"
698
  msgstr ""
699
 
700
- #: plugin-options/add_to_wishlist-options.php:231
701
- #: plugin-options/wishlist_page-options.php:320
702
  msgid "Border radius"
703
  msgstr ""
704
 
705
- #: plugin-options/add_to_wishlist-options.php:232
706
  msgid "Choose radius for the \"Add to wishlist\" button"
707
  msgstr ""
708
 
709
- #: plugin-options/add_to_wishlist-options.php:246
710
  msgid "\"Add to wishlist\" icon"
711
  msgstr ""
712
 
713
- #: plugin-options/add_to_wishlist-options.php:247
714
  msgid "Select an icon for the \"Add to wishlist\" button (optional)"
715
  msgstr ""
716
 
717
- #: plugin-options/add_to_wishlist-options.php:257
718
  msgid "\"Add to wishlist\" custom icon"
719
  msgstr ""
720
 
721
- #: plugin-options/add_to_wishlist-options.php:258
722
- #: plugin-options/add_to_wishlist-options.php:282
723
  msgid ""
724
  "Upload an icon you'd like to use for \"Add to wishlist\" button (suggested "
725
  "32px x 32px)"
726
  msgstr ""
727
 
728
- #: plugin-options/add_to_wishlist-options.php:270
729
  msgid "\"Added to wishlist\" icon"
730
  msgstr ""
731
 
732
- #: plugin-options/add_to_wishlist-options.php:271
733
  msgid "Select an icon for the \"Added to wishlist\" button (optional)"
734
  msgstr ""
735
 
736
- #: plugin-options/add_to_wishlist-options.php:277
737
  msgid "Same used for Add to wishlist"
738
  msgstr ""
739
 
740
- #: plugin-options/add_to_wishlist-options.php:281
741
  msgid "\"Added to wishlist\" custom icon"
742
  msgstr ""
743
 
744
- #: plugin-options/add_to_wishlist-options.php:294
745
  msgid "Custom CSS"
746
  msgstr "Css personalizado"
747
 
748
- #: plugin-options/add_to_wishlist-options.php:295
749
  msgid "Enter custom CSS to be applied to Wishlist elements (optional)"
750
  msgstr ""
751
 
752
- #: plugin-options/lists-options.php:34
753
  msgid "Search list"
754
  msgstr ""
755
 
756
- #. translators: 1. Anchor to Frequently Bought Together landing page on
757
- #. yithemes.com.
758
- #: plugin-options/settings-options.php:19
759
- msgid ""
760
- "If you want to take advantage of this feature, you could consider purchasing "
761
- "the %s."
762
- msgstr ""
763
-
764
- #: plugin-options/settings-options.php:34
765
  msgid "Enable AJAX loading"
766
  msgstr ""
767
 
768
- #: plugin-options/settings-options.php:35
769
  msgid "Load any cacheable wishlist item via AJAX"
770
  msgstr ""
771
 
772
- #: plugin-options/settings-options.php:48
773
  msgid "YITH WooCommerce Frequently Bought Together Integration"
774
  msgstr ""
775
 
776
- #. translators: 1. Url to Frequently Bought Together landing page on
777
- #. yithemes.com.
778
- #: plugin-options/settings-options.php:51
779
- msgid ""
780
- "In order to use this integration you have to install and activate YITH "
781
- "WooCommerce Frequently Bought Together. <a href=\"%s\">Learn more</a>"
782
- msgstr ""
783
-
784
- #: plugin-options/settings-options.php:56
785
  msgid "Enable slider in wishlist"
786
  msgstr ""
787
 
788
- #. translators: 1. Example image of the integration. 2. CTA to buy Frequently
789
- #. Bought Together.
790
- #: plugin-options/settings-options.php:58
791
  msgid ""
792
  "Enable the slider with linked products on the Wishlist page (<a href=\"%1$s"
793
- "\" class=\"thickbox\">Example</a>). %2$s"
794
  msgstr ""
795
 
796
- #: plugin-options/wishlist_page-options.php:19
797
- msgid "All your wishlists"
798
- msgstr ""
799
-
800
- #: plugin-options/wishlist_page-options.php:26
801
  msgid "Wishlist page"
802
  msgstr ""
803
 
804
- #: plugin-options/wishlist_page-options.php:27
805
  msgid ""
806
  "Pick a page as the main Wishlist page; make sure you add the <span class="
807
  "\"code\"><code>[yith_wcwl_wishlist]</code></span> shortcode into the page "
808
  "content"
809
  msgstr ""
810
 
811
- #: plugin-options/wishlist_page-options.php:40
812
  msgid "Wishlist Detail Page"
813
  msgstr ""
814
 
815
- #: plugin-options/wishlist_page-options.php:47
816
  #: plugin-options/wishlist_page-options.php:56
817
  #: plugin-options/wishlist_page-options.php:65
818
  #: plugin-options/wishlist_page-options.php:74
819
  #: plugin-options/wishlist_page-options.php:83
820
  #: plugin-options/wishlist_page-options.php:92
821
  #: plugin-options/wishlist_page-options.php:101
 
822
  msgid "In wishlist table show"
823
  msgstr ""
824
 
825
- #: plugin-options/wishlist_page-options.php:48
826
  msgid "Product variations selected by the user (example: size or color)"
827
  msgstr ""
828
 
829
- #: plugin-options/wishlist_page-options.php:57
830
  msgid "Product price"
831
  msgstr ""
832
 
833
- #: plugin-options/wishlist_page-options.php:66
834
  msgid "Product stock (show if the product is available or not)"
835
  msgstr ""
836
 
837
- #: plugin-options/wishlist_page-options.php:75
838
  msgid "Date on which the product was added to the wishlist"
839
  msgstr ""
840
 
841
- #: plugin-options/wishlist_page-options.php:84
842
  msgid "Add to cart option for each product"
843
  msgstr ""
844
 
845
- #: plugin-options/wishlist_page-options.php:93
846
  msgid ""
847
  "Icon to remove the product from the wishlist - to the left of the product"
848
  msgstr ""
849
 
850
- #: plugin-options/wishlist_page-options.php:102
851
  msgid ""
852
  "Button to remove the product from the wishlist - to the right of the product"
853
  msgstr ""
854
 
855
- #: plugin-options/wishlist_page-options.php:110
856
  msgid "Redirect to cart"
857
  msgstr "Redirreccionar al Carrito"
858
 
859
- #: plugin-options/wishlist_page-options.php:111
860
  msgid ""
861
  "Redirect users to the cart page when they add a product to the cart from the "
862
  "wishlist page"
863
  msgstr ""
864
 
865
- #: plugin-options/wishlist_page-options.php:119
866
  msgid "Remove if added to the cart"
867
  msgstr "Remover si es agregado al Carrito."
868
 
869
- #: plugin-options/wishlist_page-options.php:120
870
  msgid ""
871
  "Remove the product from the wishlist after it has been added to the cart"
872
  msgstr ""
873
 
874
- #: plugin-options/wishlist_page-options.php:128
875
  msgid "Share wishlist"
876
  msgstr ""
877
 
878
- #: plugin-options/wishlist_page-options.php:129
879
  msgid "Enable this option to let users share their wishlist on social media"
880
  msgstr ""
881
 
882
- #: plugin-options/wishlist_page-options.php:137
883
  #: plugin-options/wishlist_page-options.php:146
884
  #: plugin-options/wishlist_page-options.php:155
885
  #: plugin-options/wishlist_page-options.php:164
886
  #: plugin-options/wishlist_page-options.php:173
 
887
  msgid "Share on social media"
888
  msgstr ""
889
 
890
- #: plugin-options/wishlist_page-options.php:165
891
  msgid "Share by email"
892
  msgstr ""
893
 
894
- #: plugin-options/wishlist_page-options.php:182
895
  msgid "Share by URL"
896
  msgstr ""
897
 
898
- #: plugin-options/wishlist_page-options.php:183
899
  msgid "Show \"Share URL\" field on wishlist page"
900
  msgstr ""
901
 
902
- #: plugin-options/wishlist_page-options.php:191
903
  msgid "Sharing title"
904
  msgstr ""
905
 
906
- #: plugin-options/wishlist_page-options.php:192
907
  msgid "Wishlist title used for sharing (only used on Twitter and Pinterest)"
908
  msgstr ""
909
 
910
  #. translators: 1. Blog name.
911
- #: plugin-options/wishlist_page-options.php:195
912
  msgid "My wishlist on %s"
913
  msgstr "My Lista de deseos en %s"
914
 
915
- #: plugin-options/wishlist_page-options.php:200
916
  msgid "Social text"
917
  msgstr "Texto de redes sociales"
918
 
919
- #: plugin-options/wishlist_page-options.php:201
920
  msgid ""
921
  "Type the message you want to publish when you share your wishlist on Twitter "
922
  "and Pinterest"
923
  msgstr ""
924
 
925
- #: plugin-options/wishlist_page-options.php:209
926
  msgid "Social image URL"
927
  msgstr "URL de la imágen de las redes Sociales."
928
 
929
- #: plugin-options/wishlist_page-options.php:210
930
  msgid "It will be used to pin the wishlist on Pinterest."
931
  msgstr ""
932
 
933
- #: plugin-options/wishlist_page-options.php:229
934
  msgid "Default wishlist name"
935
  msgstr ""
936
 
937
- #: plugin-options/wishlist_page-options.php:230
938
  msgid ""
939
  "Enter a name for the default wishlist. This is the wishlist that will be "
940
  "automatically generated for all users if they do not create any custom one"
941
  msgstr ""
942
 
943
- #: plugin-options/wishlist_page-options.php:232
944
  #, fuzzy
945
  msgid "My wishlist"
946
  msgstr "My Lista de deseos en %s"
947
 
948
- #: plugin-options/wishlist_page-options.php:237
949
  msgid "\"Add to cart\" text"
950
  msgstr ""
951
 
952
- #: plugin-options/wishlist_page-options.php:238
953
  msgid "Enter a text for the \"Add to cart\" button"
954
  msgstr ""
955
 
956
- #: plugin-options/wishlist_page-options.php:250
957
  msgid "Style & color customization"
958
  msgstr ""
959
 
960
- #: plugin-options/wishlist_page-options.php:257
961
  msgid "Style of \"Add to cart\""
962
  msgstr ""
963
 
964
- #: plugin-options/wishlist_page-options.php:258
965
  msgid "Choose whether to show a textual \"Add to cart\" link or a button"
966
  msgstr ""
967
 
968
- #: plugin-options/wishlist_page-options.php:271
969
  msgid "\"Add to cart\" button style"
970
  msgstr ""
971
 
972
- #: plugin-options/wishlist_page-options.php:277
973
  msgid "Choose the colors for the \"Add to cart\" button"
974
  msgstr ""
975
 
976
- #: plugin-options/wishlist_page-options.php:295
977
  msgid "Choose colors for the \"Add to cart\" button on hover state"
978
  msgstr ""
979
 
980
- #: plugin-options/wishlist_page-options.php:321
981
  msgid "Set the radius for the \"Add to cart\" button"
982
  msgstr ""
983
 
984
- #: plugin-options/wishlist_page-options.php:335
985
  msgid "\"Add to cart\" icon"
986
  msgstr ""
987
 
988
- #: plugin-options/wishlist_page-options.php:336
989
  msgid "Select an icon for the \"Add to cart\" button (optional)"
990
  msgstr ""
991
 
992
- #: plugin-options/wishlist_page-options.php:351
993
  msgid "\"Add to cart\" custom icon"
994
  msgstr ""
995
 
996
- #: plugin-options/wishlist_page-options.php:352
997
  msgid ""
998
  "Upload an icon you'd like to use for the \"Add to cart\" button (suggested "
999
  "32px x 32px)"
1000
  msgstr ""
1001
 
1002
- #: plugin-options/wishlist_page-options.php:360
1003
  msgid "Primary button style"
1004
  msgstr ""
1005
 
1006
- #: plugin-options/wishlist_page-options.php:366
1007
  msgid ""
1008
  "Choose colors for the primary button<br/><small>This style will be applied "
1009
  "to \"Edit title\" button on Wishlist view, \"Submit Changes\" button on "
1010
  "Manage view and \"Search wishlist\" button on Search view</small>"
1011
  msgstr ""
1012
 
1013
- #: plugin-options/wishlist_page-options.php:384
1014
  msgid ""
1015
  "Choose colors for the primary button on hover state<br/><small>This style "
1016
  "will be applied to \"Edit title\" button on Wishlist view, \"Submit Changes"
@@ -1018,326 +995,326 @@ msgid ""
1018
  "small>"
1019
  msgstr ""
1020
 
1021
- #: plugin-options/wishlist_page-options.php:409
1022
  msgid "Secondary button style"
1023
  msgstr ""
1024
 
1025
- #: plugin-options/wishlist_page-options.php:415
1026
  #: plugin-options/wishlist_page-options.php:433
 
1027
  msgid ""
1028
  "Choose colors of the secondary button<br/><small>This style will be applied "
1029
  "to the buttons that allow showing and hiding the Edit title form on Wishlist "
1030
  "view and \"Create new Wishlist\" button on Manage view</small>"
1031
  msgstr ""
1032
 
1033
- #: plugin-options/wishlist_page-options.php:458
1034
  msgid "Wishlist table style"
1035
  msgstr ""
1036
 
1037
- #: plugin-options/wishlist_page-options.php:459
1038
  msgid ""
1039
  "Choose the colors for the wishlist table (when set to \"Traditional\" layout)"
1040
  msgstr ""
1041
 
1042
- #: plugin-options/wishlist_page-options.php:487
1043
  msgid "Highlight color"
1044
  msgstr ""
1045
 
1046
- #: plugin-options/wishlist_page-options.php:488
1047
  msgid ""
1048
  "Choose the color for all sections with background<br/><small>This color will "
1049
  "be used as background for the wishlist table heading and footer (when set to "
1050
  "\"Traditional\" layout), and for various form across wishlist views</small>"
1051
  msgstr ""
1052
 
1053
- #: plugin-options/wishlist_page-options.php:500
1054
  msgid "Share button text color"
1055
  msgstr ""
1056
 
1057
- #: plugin-options/wishlist_page-options.php:501
1058
  msgid "Choose colors for share buttons text"
1059
  msgstr ""
1060
 
1061
- #: plugin-options/wishlist_page-options.php:512
1062
  msgid "Text hover"
1063
  msgstr ""
1064
 
1065
- #: plugin-options/wishlist_page-options.php:525
1066
  msgid "Facebook share button icon"
1067
  msgstr ""
1068
 
1069
- #: plugin-options/wishlist_page-options.php:526
1070
  msgid "Select an icon for the Facebook share button"
1071
  msgstr ""
1072
 
1073
- #: plugin-options/wishlist_page-options.php:536
1074
  msgid "Facebook share button custom icon"
1075
  msgstr ""
1076
 
1077
- #: plugin-options/wishlist_page-options.php:537
1078
  msgid ""
1079
  "Upload an icon you'd like to use for Facebook share button (suggested 32px x "
1080
  "32px)"
1081
  msgstr ""
1082
 
1083
- #: plugin-options/wishlist_page-options.php:545
1084
  msgid "Facebook share button style"
1085
  msgstr ""
1086
 
1087
- #: plugin-options/wishlist_page-options.php:546
1088
  msgid "Choose colors for Facebook share button"
1089
  msgstr ""
1090
 
1091
- #: plugin-options/wishlist_page-options.php:557
1092
- #: plugin-options/wishlist_page-options.php:597
1093
- #: plugin-options/wishlist_page-options.php:637
1094
- #: plugin-options/wishlist_page-options.php:677
1095
- #: plugin-options/wishlist_page-options.php:717
1096
  msgid "Background hover"
1097
  msgstr ""
1098
 
1099
- #: plugin-options/wishlist_page-options.php:565
1100
  msgid "Twitter share button icon"
1101
  msgstr ""
1102
 
1103
- #: plugin-options/wishlist_page-options.php:566
1104
  msgid "Select an icon for the Twitter share button"
1105
  msgstr ""
1106
 
1107
- #: plugin-options/wishlist_page-options.php:576
1108
  msgid "Twitter share button custom icon"
1109
  msgstr ""
1110
 
1111
- #: plugin-options/wishlist_page-options.php:577
1112
  msgid ""
1113
  "Upload an icon you'd like to use for Twitter share button (suggested 32px x "
1114
  "32px)"
1115
  msgstr ""
1116
 
1117
- #: plugin-options/wishlist_page-options.php:585
1118
  msgid "Twitter share button style"
1119
  msgstr ""
1120
 
1121
- #: plugin-options/wishlist_page-options.php:586
1122
  msgid "Choose colors for Twitter share button"
1123
  msgstr ""
1124
 
1125
- #: plugin-options/wishlist_page-options.php:605
1126
  msgid "Pinterest share button icon"
1127
  msgstr ""
1128
 
1129
- #: plugin-options/wishlist_page-options.php:606
1130
  msgid "Select an icon for the Pinterest share button"
1131
  msgstr ""
1132
 
1133
- #: plugin-options/wishlist_page-options.php:616
1134
  msgid "Pinterest share button custom icon"
1135
  msgstr ""
1136
 
1137
- #: plugin-options/wishlist_page-options.php:617
1138
  msgid ""
1139
  "Upload an icon you'd like to use for Pinterest share button (suggested 32px "
1140
  "x 32px)"
1141
  msgstr ""
1142
 
1143
- #: plugin-options/wishlist_page-options.php:625
1144
  msgid "Pinterest share button style"
1145
  msgstr ""
1146
 
1147
- #: plugin-options/wishlist_page-options.php:626
1148
  msgid "Choose colors for Pinterest share button"
1149
  msgstr ""
1150
 
1151
- #: plugin-options/wishlist_page-options.php:645
1152
  msgid "Email share button icon"
1153
  msgstr ""
1154
 
1155
- #: plugin-options/wishlist_page-options.php:646
1156
  msgid "Select an icon for the Email share button"
1157
  msgstr ""
1158
 
1159
- #: plugin-options/wishlist_page-options.php:656
1160
  msgid "Email share button custom icon"
1161
  msgstr ""
1162
 
1163
- #: plugin-options/wishlist_page-options.php:657
1164
  msgid ""
1165
  "Upload an icon you'd like to use for the Email share button (suggested 32px "
1166
  "x 32px)"
1167
  msgstr ""
1168
 
1169
- #: plugin-options/wishlist_page-options.php:665
1170
  msgid "Email share button style"
1171
  msgstr ""
1172
 
1173
- #: plugin-options/wishlist_page-options.php:666
1174
  msgid "Choose colors for the Email share button"
1175
  msgstr ""
1176
 
1177
- #: plugin-options/wishlist_page-options.php:685
1178
  msgid "WhatsApp share button icon"
1179
  msgstr ""
1180
 
1181
- #: plugin-options/wishlist_page-options.php:686
1182
  msgid "Select an icon for the WhatsApp share button"
1183
  msgstr ""
1184
 
1185
- #: plugin-options/wishlist_page-options.php:696
1186
  msgid "WhatsApp share button custom icon"
1187
  msgstr ""
1188
 
1189
- #: plugin-options/wishlist_page-options.php:697
1190
  msgid ""
1191
  "Upload an icon you'd like to use for WhatsApp share button (suggested 32px x "
1192
  "32px)"
1193
  msgstr ""
1194
 
1195
- #: plugin-options/wishlist_page-options.php:705
1196
  msgid "WhatsApp share button style"
1197
  msgstr ""
1198
 
1199
- #: plugin-options/wishlist_page-options.php:706
1200
  msgid "Choose colors for WhatsApp share button"
1201
  msgstr ""
1202
 
1203
- #: templates/share.php:51 templates/share.php:52
1204
  msgid "Facebook"
1205
  msgstr ""
1206
 
1207
- #: templates/share.php:59 templates/share.php:60
1208
  msgid "Twitter"
1209
  msgstr ""
1210
 
1211
- #: templates/share.php:67 templates/share.php:68
1212
  msgid "Pinterest"
1213
  msgstr "Pin en Pinterest"
1214
 
1215
- #: templates/share.php:75 templates/share.php:76
1216
  msgid "Email"
1217
  msgstr ""
1218
 
1219
- #: templates/share.php:83
1220
  msgid "WhatsApp"
1221
  msgstr ""
1222
 
1223
- #: templates/share.php:84
1224
  msgid "Whatsapp"
1225
  msgstr ""
1226
 
1227
- #: templates/share.php:93
1228
  msgid "(Now"
1229
  msgstr ""
1230
 
1231
- #: templates/share.php:93
1232
  msgid "copy"
1233
  msgstr ""
1234
 
1235
- #: templates/share.php:93
1236
  msgid "this wishlist link and share it anywhere)"
1237
  msgstr ""
1238
 
1239
- #: templates/wishlist-view-footer-mobile.php:44
1240
- #: templates/wishlist-view-footer.php:44
1241
  msgid "Apply this action to all the selected items:"
1242
  msgstr ""
1243
 
1244
- #: templates/wishlist-view-footer-mobile.php:49
1245
- #: templates/wishlist-view-footer.php:49
1246
  msgid "Remove from wishlist"
1247
  msgstr ""
1248
 
1249
  #. translators: 1. Wishlist formatted name.
1250
- #: templates/wishlist-view-footer-mobile.php:67
1251
- #: templates/wishlist-view-footer.php:67
1252
  msgid "Move to %s"
1253
  msgstr ""
1254
 
1255
- #: templates/wishlist-view-footer-mobile.php:73
1256
- #: templates/wishlist-view-footer.php:73
1257
  msgid "Apply"
1258
  msgstr ""
1259
 
1260
- #: templates/wishlist-view-footer-mobile.php:81
1261
- #: templates/wishlist-view-footer.php:81
1262
  msgid "Update"
1263
  msgstr ""
1264
 
1265
- #: templates/wishlist-view-footer-mobile.php:87
1266
- #: templates/wishlist-view-footer.php:103
1267
  msgid "Add all to cart"
1268
  msgstr ""
1269
 
1270
- #: templates/wishlist-view-header.php:48
1271
  msgid "Edit title"
1272
  msgstr "Título de la Lista de deseos"
1273
 
1274
- #: templates/wishlist-view-mobile.php:134
1275
  msgid "Added on:"
1276
  msgstr ""
1277
 
1278
- #: templates/wishlist-view-mobile.php:145
1279
  msgid "Price:"
1280
  msgstr ""
1281
 
1282
- #: templates/wishlist-view-mobile.php:172
1283
  msgid "Quantity:"
1284
  msgstr ""
1285
 
1286
- #: templates/wishlist-view-mobile.php:187
1287
  msgid "Stock:"
1288
  msgstr ""
1289
 
1290
- #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1291
  msgid "Out of stock"
1292
  msgstr ""
1293
 
1294
- #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1295
  msgid "In Stock"
1296
  msgstr "Disponilbe."
1297
 
1298
- #: templates/wishlist-view-mobile.php:210 templates/wishlist-view.php:260
1299
  msgid "Move"
1300
  msgstr ""
1301
 
1302
- #: templates/wishlist-view-mobile.php:231 templates/wishlist-view.php:281
1303
  msgid "Move to another list &rsaquo;"
1304
  msgstr ""
1305
 
1306
- #: templates/wishlist-view-mobile.php:239 templates/wishlist-view.php:155
1307
- #: templates/wishlist-view.php:291
1308
  msgid "Remove this product"
1309
  msgstr "Remover este producto"
1310
 
1311
- #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:311
1312
  msgid "No products added to the wishlist"
1313
  msgstr ""
1314
 
1315
- #: templates/wishlist-view.php:79
1316
  msgid "Product name"
1317
  msgstr ""
1318
 
1319
- #: templates/wishlist-view.php:87
1320
  msgid "Unit price"
1321
  msgstr ""
1322
 
1323
- #: templates/wishlist-view.php:96
1324
  msgid "Quantity"
1325
  msgstr ""
1326
 
1327
- #: templates/wishlist-view.php:105
1328
  msgid "Stock status"
1329
  msgstr ""
1330
 
1331
- #: templates/wishlist-view.php:123
1332
  msgid "Arrange"
1333
  msgstr ""
1334
 
1335
  #. translators: date added label: 1 date added.
1336
- #: templates/wishlist-view.php:241
1337
  msgid "Added on: %s"
1338
  msgstr ""
1339
 
1340
- #: templates/wishlist-view.php:291
1341
  msgid "Remove"
1342
  msgstr ""
1343
 
@@ -1350,7 +1327,7 @@ msgid ""
1350
  "your e-commerce on <strong>YITH</strong></a>"
1351
  msgstr ""
1352
 
1353
- #: includes/class-yith-wcwl-admin.php:259
1354
  msgctxt "[HELP TAB] Video title"
1355
  msgid ""
1356
  "Check this video to learn how to <b>configure wishlist and customize options:"
@@ -1362,7 +1339,7 @@ msgctxt "page_slug"
1362
  msgid "wishlist"
1363
  msgstr ""
1364
 
1365
- #: includes/class-yith-wcwl-privacy.php:230
1366
  msgctxt "date when wishlist was created"
1367
  msgid "Created on"
1368
  msgstr ""
@@ -1388,7 +1365,7 @@ msgid "Shows a list of products in wishlist"
1388
  msgstr ""
1389
 
1390
  #. translators: 1. % of reduction/increase in price.
1391
- #: includes/class-yith-wcwl-wishlist-item.php:435
1392
  msgctxt ""
1393
  "Part of the template that shows price variation since addition to list; "
1394
  "placeholder will be replaced with a percentage"
@@ -1396,7 +1373,7 @@ msgid "Price is %1$s%%"
1396
  msgstr ""
1397
 
1398
  #. translators: 2: original product price.
1399
- #: includes/class-yith-wcwl-wishlist-item.php:437
1400
  msgctxt ""
1401
  "Part of the template that shows price variation since addition to list; "
1402
  "placeholder will be replaced with a price"
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
+ "POT-Creation-Date: 2022-08-04 12:20:46+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:04+0200\n"
10
  "Last-Translator: Gabriel Azarias Dzul Cocom <gabrieldzul@gmail.com>\n"
11
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
28
  msgid "Wishlist Page"
29
  msgstr "Lista de deseos"
30
 
31
+ #: includes/class-yith-wcwl-admin.php:155
32
  msgid "General settings"
33
  msgstr ""
34
 
35
+ #: includes/class-yith-wcwl-admin.php:156
36
  msgid "Add to wishlist options"
37
  msgstr ""
38
 
39
+ #: includes/class-yith-wcwl-admin.php:157
40
  msgid "Wishlist page options"
41
  msgstr ""
42
 
43
+ #: includes/class-yith-wcwl-admin.php:268
44
  msgid ""
45
  "Allows your customers to create and share lists of products that they want "
46
  "to purchase on your e-commerce."
47
  msgstr ""
48
 
49
+ #: includes/class-yith-wcwl-admin.php:308
50
  msgid ""
51
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
52
  msgstr ""
53
 
54
+ #: includes/class-yith-wcwl-admin.php:309
55
  msgid ""
56
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
57
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
58
  "on \"Add to wishlist\""
59
  msgstr ""
60
 
61
+ #: includes/class-yith-wcwl-admin.php:310
62
  msgid ""
63
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
64
  "them either public (visible to everyone), private or shared (visible only to "
65
  "people it has been shared with)"
66
  msgstr ""
67
 
68
+ #: includes/class-yith-wcwl-admin.php:311
69
  msgid ""
70
  "Choose between <b>different layouts</b> for the wishlist page and for the "
71
  "wishlist content"
72
  msgstr ""
73
 
74
+ #: includes/class-yith-wcwl-admin.php:312
75
  msgid ""
76
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
77
  "move a product from one wishlist to another, change order of items, "
78
  "quantity, etc."
79
  msgstr ""
80
 
81
+ #: includes/class-yith-wcwl-admin.php:313
82
  msgid ""
83
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
84
  "content of their wishlist to the admin and get a custom quote"
85
  msgstr ""
86
 
87
+ #: includes/class-yith-wcwl-admin.php:314
88
  msgid ""
89
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
90
  "(available also with \"mini-cart\" style for the header)"
91
  msgstr ""
92
 
93
+ #: includes/class-yith-wcwl-admin.php:315
94
  msgid ""
95
+ "<b>Send promotional emails to users</b> who have added specific products to "
 
96
  "their wishlist"
97
  msgstr ""
98
 
99
+ #: includes/class-yith-wcwl-admin.php:316
100
  msgid ""
101
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
102
  "the list is back in stock or on sale"
103
  msgstr ""
104
 
105
+ #: includes/class-yith-wcwl-admin.php:317
106
  msgid "Regular updates, Translations and Premium Support"
107
  msgstr ""
108
 
109
+ #: includes/class-yith-wcwl-ajax-handler.php:94
110
+ #: templates/add-to-wishlist-remove.php:81
111
  msgid "View &rsaquo;"
112
  msgstr ""
113
 
114
+ #: includes/class-yith-wcwl-ajax-handler.php:95
115
+ #: templates/add-to-wishlist-remove.php:69
116
  msgid "or"
117
  msgstr ""
118
 
119
+ #: includes/class-yith-wcwl-ajax-handler.php:96
120
  msgid "Close"
121
  msgstr ""
122
 
123
+ #: includes/class-yith-wcwl-ajax-handler.php:203
124
+ #: includes/class-yith-wcwl-ajax-handler.php:252
125
  msgid "Product successfully removed."
126
  msgstr "Producto exitosamente eliminado"
127
 
128
+ #: includes/class-yith-wcwl-form-handler.php:193
129
  msgid "Please, make sure to enter a valid title"
130
  msgstr ""
131
 
132
+ #: includes/class-yith-wcwl-frontend.php:674
133
  msgid ""
134
  "We are sorry, but this feature is available only if cookies on your browser "
135
  "are enabled."
136
  msgstr ""
137
 
138
+ #: includes/class-yith-wcwl-frontend.php:684
139
  msgid "Product added to cart successfully"
140
  msgstr ""
141
 
142
+ #: includes/class-yith-wcwl-frontend.php:947
143
+ #: includes/class-yith-wcwl-shortcode.php:248
144
+ #: plugin-options/wishlist_page-options.php:249
145
+ #: templates/wishlist-view-footer-mobile.php:59
146
+ #: templates/wishlist-view-footer.php:59
147
  msgid "Add to cart"
148
  msgstr ""
149
 
191
  "for the products you love."
192
  msgstr ""
193
 
194
+ #: includes/class-yith-wcwl-privacy.php:94
195
+ #: includes/class-yith-wcwl-privacy.php:110
196
  msgid "Customer wishlists"
197
  msgstr ""
198
 
199
+ #: includes/class-yith-wcwl-privacy.php:147 plugin-options/lists-options.php:34
200
+ #: plugin-options/lists-options.php:41
201
  msgid "Wishlists"
202
  msgstr "Lista de deseos"
203
 
204
  #. Translators: %s Order number.
205
+ #: includes/class-yith-wcwl-privacy.php:233
206
  msgid "Removed wishlist %s."
207
  msgstr "My Lista de deseos en %s"
208
 
209
  #. Translators: %s Order number.
210
+ #: includes/class-yith-wcwl-privacy.php:237
211
  msgid "Wishlist %s has been retained."
212
  msgstr "Texto de la tabla de la Lista de deseos"
213
 
214
+ #: includes/class-yith-wcwl-privacy.php:272
215
  msgid "Token"
216
  msgstr ""
217
 
218
+ #: includes/class-yith-wcwl-privacy.php:273
219
  msgid "Wishlist URL"
220
  msgstr ""
221
 
222
+ #: includes/class-yith-wcwl-privacy.php:274
223
  msgid "Title"
224
  msgstr ""
225
 
226
+ #: includes/class-yith-wcwl-privacy.php:276
227
  msgid "Visibility"
228
  msgstr ""
229
 
230
+ #: includes/class-yith-wcwl-privacy.php:277
231
  msgid "Items added"
232
  msgstr ""
233
 
294
  msgid "ID of the wishlist to show (e.g. K6EOWXB888ZD)"
295
  msgstr ""
296
 
297
+ #: includes/class-yith-wcwl-shortcode.php:452
298
  msgid "Share on:"
299
  msgstr "Compartir en:"
300
 
301
+ #: includes/class-yith-wcwl-shortcode.php:498
302
+ #: plugin-options/wishlist_page-options.php:147
303
  msgid "Share on Facebook"
304
  msgstr "Compartir en Facebook"
305
 
306
+ #: includes/class-yith-wcwl-shortcode.php:515
307
+ #: plugin-options/wishlist_page-options.php:156
308
  msgid "Tweet on Twitter"
309
  msgstr "Tweet en Twitter"
310
 
311
+ #: includes/class-yith-wcwl-shortcode.php:533
312
+ #: plugin-options/wishlist_page-options.php:165
313
  msgid "Pin on Pinterest"
314
  msgstr "Pin en Pinterest"
315
 
316
+ #: includes/class-yith-wcwl-shortcode.php:547
317
  msgid "Share via email"
318
  msgstr ""
319
 
320
+ #: includes/class-yith-wcwl-shortcode.php:570
321
+ #: plugin-options/wishlist_page-options.php:183
322
  msgid "Share on WhatsApp"
323
  msgstr ""
324
 
325
+ #: includes/class-yith-wcwl-shortcode.php:744
326
  msgid "Remove from list"
327
  msgstr ""
328
 
329
+ #: includes/class-yith-wcwl-wishlist-item.php:203
330
  msgid "Free!"
331
  msgstr "Gratis!"
332
 
333
+ #: includes/class-yith-wcwl.php:232
334
  msgid "The item cannot be added to this wishlist"
335
  msgstr ""
336
 
337
+ #: includes/class-yith-wcwl.php:236 includes/class-yith-wcwl.php:242
338
  msgid "An error occurred while adding the products to the wishlist."
339
  msgstr ""
340
 
341
+ #: includes/class-yith-wcwl.php:339 includes/class-yith-wcwl.php:365
342
  msgid "Error. Unable to remove the product from the wishlist."
343
  msgstr "Error. No fue posible eliminar el producto de la Lista."
344
 
345
+ #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:250
346
+ #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:272
347
  msgid "Invalid wishlist."
348
  msgstr ""
349
 
350
+ #: includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:210
351
  msgid "Invalid wishlist item."
352
  msgstr ""
353
 
354
  #. translators: 1. Number of users.
355
+ #: includes/functions-yith-wcwl.php:309
356
  msgid "%d user"
357
  msgid_plural "%d users"
358
  msgstr[0] ""
359
  msgstr[1] ""
360
 
361
+ #: includes/functions-yith-wcwl.php:310
362
  msgid "has this item in wishlist"
363
  msgid_plural "have this item in wishlist"
364
  msgstr[0] ""
365
  msgstr[1] ""
366
 
367
+ #: includes/functions-yith-wcwl.php:312
368
  msgid "You're the first"
369
  msgstr ""
370
 
371
+ #: includes/functions-yith-wcwl.php:313
372
  msgid "to add this item in wishlist"
373
  msgstr ""
374
 
375
  #. translators: 1. Count of users when many, or "another" when only one.
376
+ #: includes/functions-yith-wcwl.php:317
377
  msgid "You and %s user"
378
  msgid_plural "You and %d users"
379
  msgstr[0] ""
380
  msgstr[1] ""
381
 
382
+ #: includes/functions-yith-wcwl.php:317
383
  msgid "another"
384
  msgstr ""
385
 
386
+ #: includes/functions-yith-wcwl.php:318
387
  msgid "have this item in wishlist"
388
  msgstr ""
389
 
390
+ #: includes/functions-yith-wcwl.php:534
391
  msgid "None"
392
  msgstr ""
393
 
394
+ #: includes/functions-yith-wcwl.php:535
395
  #, fuzzy
396
  msgid "Custom"
397
  msgstr "Css personalizado"
398
 
399
+ #: includes/functions-yith-wcwl.php:567
400
  msgid "Shared"
401
  msgstr "Compartir en:"
402
 
403
+ #: includes/functions-yith-wcwl.php:571
404
  msgid "Only people with a link to this list can see it"
405
  msgstr ""
406
 
407
+ #: includes/functions-yith-wcwl.php:577
408
  msgid "Private"
409
  msgstr ""
410
 
411
+ #: includes/functions-yith-wcwl.php:581
412
  msgid "Only you can see this list"
413
  msgstr ""
414
 
415
+ #: includes/functions-yith-wcwl.php:587
416
  msgid "Public"
417
  msgstr ""
418
 
419
+ #: includes/functions-yith-wcwl.php:591
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:118
424
+ #: plugin-options/add_to_wishlist-options.php:136
425
  msgid "Add to wishlist"
426
  msgstr ""
427
 
428
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:128
429
+ #: plugin-options/add_to_wishlist-options.php:152
430
  msgid "Browse wishlist"
431
  msgstr ""
432
 
440
  msgid "Product added to wishlist"
441
  msgstr "El producto ya está en la Lista"
442
 
443
+ #: init.php:173
444
  msgid "is enabled but not effective. It requires WooCommerce to work."
445
  msgstr ""
446
 
447
+ #: init.php:191
448
+ msgid ""
449
+ "YITH WooCommerce Wishlist was deactivated as you're running an higher tier "
450
+ "version of the same plugin."
 
 
451
  msgstr ""
452
 
453
+ #: plugin-options/add_to_wishlist-options.php:29
454
+ #: plugin-options/settings-options.php:32
455
  msgid "General Settings"
456
  msgstr "Ajustes Generales"
457
 
458
+ #: plugin-options/add_to_wishlist-options.php:36
459
  msgid "After product is added to wishlist"
460
  msgstr ""
461
 
462
+ #: plugin-options/add_to_wishlist-options.php:37
463
  msgid ""
464
  "Choose the look of the Wishlist button when the product has already been "
465
  "added to a wishlist"
466
  msgstr ""
467
 
468
+ #: plugin-options/add_to_wishlist-options.php:41
469
  #, fuzzy
470
  msgid "Show \"Add to wishlist\" button"
471
  msgstr "El producto ya está en la Lista"
472
 
473
+ #: plugin-options/add_to_wishlist-options.php:42
474
  msgid "Show \"View wishlist\" link"
475
  msgstr ""
476
 
477
+ #: plugin-options/add_to_wishlist-options.php:43
478
  msgid "Show \"Remove from list\" link"
479
  msgstr ""
480
 
481
+ #: plugin-options/add_to_wishlist-options.php:57
482
  msgid "Loop settings"
483
  msgstr ""
484
 
485
+ #: plugin-options/add_to_wishlist-options.php:59
486
  msgid ""
487
  "Loop options will be visible on Shop page, category pages, product "
488
  "shortcodes, products sliders, and all the other places where the WooCommerce "
489
  "products' loop is used"
490
  msgstr ""
491
 
492
+ #: plugin-options/add_to_wishlist-options.php:64
493
  msgid "Show \"Add to wishlist\" in loop"
494
  msgstr ""
495
 
496
+ #: plugin-options/add_to_wishlist-options.php:65
497
  msgid "Enable the \"Add to wishlist\" feature in WooCommerce products' loop"
498
  msgstr ""
499
 
500
+ #: plugin-options/add_to_wishlist-options.php:73
501
  msgid "Position of \"Add to wishlist\" in loop"
502
  msgstr ""
503
 
504
+ #: plugin-options/add_to_wishlist-options.php:74
505
  msgid ""
506
  "Choose where to show \"Add to wishlist\" button or link in WooCommerce "
507
  "products' loop. <span class=\"addon\">Copy this shortcode <span class=\"code"
509
  "want to show the \"Add to wishlist\" link or button</span>"
510
  msgstr ""
511
 
512
+ #: plugin-options/add_to_wishlist-options.php:81
513
  msgid "On top of the image"
514
  msgstr ""
515
 
516
+ #: plugin-options/add_to_wishlist-options.php:82
517
  msgid "Before \"Add to cart\" button"
518
  msgstr ""
519
 
520
+ #: plugin-options/add_to_wishlist-options.php:83
521
  msgid "After \"Add to cart\" button"
522
  msgstr ""
523
 
524
+ #: plugin-options/add_to_wishlist-options.php:84
525
+ #: plugin-options/add_to_wishlist-options.php:116
526
  msgid "Use shortcode"
527
  msgstr "Usar shortcode"
528
 
529
+ #: plugin-options/add_to_wishlist-options.php:98
530
  msgid "Product page settings"
531
  msgstr ""
532
 
533
+ #: plugin-options/add_to_wishlist-options.php:105
534
  msgid "Position of \"Add to wishlist\" on product page"
535
  msgstr ""
536
 
537
+ #: plugin-options/add_to_wishlist-options.php:106
538
  msgid ""
539
  "Choose where to show \"Add to wishlist\" button or link on the product page. "
540
  "<span class=\"addon\">Copy this shortcode <span class=\"code"
542
  "want to show the \"Add to wishlist\" link or button</span>"
543
  msgstr ""
544
 
545
+ #: plugin-options/add_to_wishlist-options.php:113
546
  msgid "After \"Add to cart\""
547
  msgstr "Despued de \"Agregar al Carrito\""
548
 
549
+ #: plugin-options/add_to_wishlist-options.php:114
550
  msgid "After thumbnails"
551
  msgstr "Despues de las miniaturas"
552
 
553
+ #: plugin-options/add_to_wishlist-options.php:115
554
  msgid "After summary"
555
  msgstr "Despues del Resumen"
556
 
557
+ #: plugin-options/add_to_wishlist-options.php:126
558
+ #: plugin-options/wishlist_page-options.php:231
559
  msgid "Text customization"
560
  msgstr ""
561
 
562
+ #: plugin-options/add_to_wishlist-options.php:133
563
  msgid "\"Add to wishlist\" text"
564
  msgstr ""
565
 
566
+ #: plugin-options/add_to_wishlist-options.php:134
567
  msgid "Enter a text for \"Add to wishlist\" button"
568
  msgstr ""
569
 
570
+ #: plugin-options/add_to_wishlist-options.php:141
571
  msgid "\"Product added\" text"
572
  msgstr "¡Producto agregado!"
573
 
574
+ #: plugin-options/add_to_wishlist-options.php:142
575
  msgid ""
576
  "Enter the text of the message displayed when the user adds a product to the "
577
  "wishlist"
578
  msgstr ""
579
 
580
+ #: plugin-options/add_to_wishlist-options.php:144
581
  msgid "Product added!"
582
  msgstr "¡Producto agregado!"
583
 
584
+ #: plugin-options/add_to_wishlist-options.php:149
585
  msgid "\"Browse wishlist\" text"
586
  msgstr "Ir a la Lista de deseos"
587
 
588
+ #: plugin-options/add_to_wishlist-options.php:150
589
  msgid "Enter a text for the \"Browse wishlist\" link on the product page"
590
  msgstr ""
591
 
592
+ #: plugin-options/add_to_wishlist-options.php:157
593
  msgid "\"Product already in wishlist\" text"
594
  msgstr "El producto ya está en la Lista"
595
 
596
+ #: plugin-options/add_to_wishlist-options.php:158
597
  msgid ""
598
  "Enter the text for the message displayed when the user views a product that "
599
  "is already in the wishlist"
600
  msgstr ""
601
 
602
+ #: plugin-options/add_to_wishlist-options.php:160
603
  msgid "The product is already in your wishlist!"
604
  msgstr ""
605
 
606
+ #: plugin-options/add_to_wishlist-options.php:170
607
  msgid "Style & Color customization"
608
  msgstr ""
609
 
610
+ #: plugin-options/add_to_wishlist-options.php:177
611
  msgid "Style of \"Add to wishlist\""
612
  msgstr ""
613
 
614
+ #: plugin-options/add_to_wishlist-options.php:178
615
  msgid ""
616
  "Choose if you want to show a textual \"Add to wishlist\" link or a button"
617
  msgstr ""
618
 
619
+ #: plugin-options/add_to_wishlist-options.php:181
620
+ #: plugin-options/wishlist_page-options.php:270
621
  msgid "Textual (anchor)"
622
  msgstr ""
623
 
624
+ #: plugin-options/add_to_wishlist-options.php:182
625
+ #: plugin-options/wishlist_page-options.php:271
626
  msgid "Button with theme style"
627
  msgstr ""
628
 
629
+ #: plugin-options/add_to_wishlist-options.php:183
630
+ #: plugin-options/wishlist_page-options.php:272
631
  msgid "Button with custom style"
632
  msgstr ""
633
 
634
+ #: plugin-options/add_to_wishlist-options.php:191
635
  msgid "\"Add to wishlist\" button style"
636
  msgstr ""
637
 
638
+ #: plugin-options/add_to_wishlist-options.php:197
639
  msgid "Choose colors for the \"Add to wishlist\" button"
640
  msgstr ""
641
 
642
+ #: plugin-options/add_to_wishlist-options.php:199
643
+ #: plugin-options/wishlist_page-options.php:288
644
+ #: plugin-options/wishlist_page-options.php:386
645
+ #: plugin-options/wishlist_page-options.php:435
646
+ #: plugin-options/wishlist_page-options.php:483
647
+ #: plugin-options/wishlist_page-options.php:570
648
+ #: plugin-options/wishlist_page-options.php:610
649
+ #: plugin-options/wishlist_page-options.php:650
650
+ #: plugin-options/wishlist_page-options.php:690
651
+ #: plugin-options/wishlist_page-options.php:730
652
  msgid "Background"
653
  msgstr ""
654
 
655
+ #: plugin-options/add_to_wishlist-options.php:204
656
+ #: plugin-options/wishlist_page-options.php:293
657
+ #: plugin-options/wishlist_page-options.php:391
658
+ #: plugin-options/wishlist_page-options.php:440
659
+ #: plugin-options/wishlist_page-options.php:488
660
+ #: plugin-options/wishlist_page-options.php:525
661
  msgid "Text"
662
  msgstr ""
663
 
664
+ #: plugin-options/add_to_wishlist-options.php:209
665
+ #: plugin-options/wishlist_page-options.php:298
666
+ #: plugin-options/wishlist_page-options.php:396
667
+ #: plugin-options/wishlist_page-options.php:445
668
+ #: plugin-options/wishlist_page-options.php:493
669
  msgid "Border"
670
  msgstr ""
671
 
672
+ #: plugin-options/add_to_wishlist-options.php:215
673
  msgid "Choose colors for the \"Add to wishlist\" button on hover state"
674
  msgstr ""
675
 
676
+ #: plugin-options/add_to_wishlist-options.php:217
677
+ #: plugin-options/wishlist_page-options.php:306
678
+ #: plugin-options/wishlist_page-options.php:404
679
+ #: plugin-options/wishlist_page-options.php:453
680
  msgid "Background Hover"
681
  msgstr ""
682
 
683
+ #: plugin-options/add_to_wishlist-options.php:222
684
+ #: plugin-options/wishlist_page-options.php:311
685
+ #: plugin-options/wishlist_page-options.php:409
686
+ #: plugin-options/wishlist_page-options.php:458
687
  msgid "Text Hover"
688
  msgstr ""
689
 
690
+ #: plugin-options/add_to_wishlist-options.php:227
691
+ #: plugin-options/wishlist_page-options.php:316
692
+ #: plugin-options/wishlist_page-options.php:414
693
+ #: plugin-options/wishlist_page-options.php:463
694
  msgid "Border Hover"
695
  msgstr ""
696
 
697
+ #: plugin-options/add_to_wishlist-options.php:240
698
+ #: plugin-options/wishlist_page-options.php:329
699
  msgid "Border radius"
700
  msgstr ""
701
 
702
+ #: plugin-options/add_to_wishlist-options.php:241
703
  msgid "Choose radius for the \"Add to wishlist\" button"
704
  msgstr ""
705
 
706
+ #: plugin-options/add_to_wishlist-options.php:255
707
  msgid "\"Add to wishlist\" icon"
708
  msgstr ""
709
 
710
+ #: plugin-options/add_to_wishlist-options.php:256
711
  msgid "Select an icon for the \"Add to wishlist\" button (optional)"
712
  msgstr ""
713
 
714
+ #: plugin-options/add_to_wishlist-options.php:275
715
  msgid "\"Add to wishlist\" custom icon"
716
  msgstr ""
717
 
718
+ #: plugin-options/add_to_wishlist-options.php:276
719
+ #: plugin-options/add_to_wishlist-options.php:309
720
  msgid ""
721
  "Upload an icon you'd like to use for \"Add to wishlist\" button (suggested "
722
  "32px x 32px)"
723
  msgstr ""
724
 
725
+ #: plugin-options/add_to_wishlist-options.php:288
726
  msgid "\"Added to wishlist\" icon"
727
  msgstr ""
728
 
729
+ #: plugin-options/add_to_wishlist-options.php:289
730
  msgid "Select an icon for the \"Added to wishlist\" button (optional)"
731
  msgstr ""
732
 
733
+ #: plugin-options/add_to_wishlist-options.php:304
734
  msgid "Same used for Add to wishlist"
735
  msgstr ""
736
 
737
+ #: plugin-options/add_to_wishlist-options.php:308
738
  msgid "\"Added to wishlist\" custom icon"
739
  msgstr ""
740
 
741
+ #: plugin-options/add_to_wishlist-options.php:321
742
  msgid "Custom CSS"
743
  msgstr "Css personalizado"
744
 
745
+ #: plugin-options/add_to_wishlist-options.php:322
746
  msgid "Enter custom CSS to be applied to Wishlist elements (optional)"
747
  msgstr ""
748
 
749
+ #: plugin-options/lists-options.php:43
750
  msgid "Search list"
751
  msgstr ""
752
 
753
+ #: plugin-options/settings-options.php:39
 
 
 
 
 
 
 
 
754
  msgid "Enable AJAX loading"
755
  msgstr ""
756
 
757
+ #: plugin-options/settings-options.php:40
758
  msgid "Load any cacheable wishlist item via AJAX"
759
  msgstr ""
760
 
761
+ #: plugin-options/settings-options.php:54
762
  msgid "YITH WooCommerce Frequently Bought Together Integration"
763
  msgstr ""
764
 
765
+ #: plugin-options/settings-options.php:60
 
 
 
 
 
 
 
 
766
  msgid "Enable slider in wishlist"
767
  msgstr ""
768
 
769
+ #. translators: 1. Example image of the integration.
770
+ #: plugin-options/settings-options.php:62
 
771
  msgid ""
772
  "Enable the slider with linked products on the Wishlist page (<a href=\"%1$s"
773
+ "\" class=\"thickbox\">Example</a>)."
774
  msgstr ""
775
 
776
+ #: plugin-options/wishlist_page-options.php:28
777
+ #: plugin-options/wishlist_page-options.php:35
 
 
 
778
  msgid "Wishlist page"
779
  msgstr ""
780
 
781
+ #: plugin-options/wishlist_page-options.php:36
782
  msgid ""
783
  "Pick a page as the main Wishlist page; make sure you add the <span class="
784
  "\"code\"><code>[yith_wcwl_wishlist]</code></span> shortcode into the page "
785
  "content"
786
  msgstr ""
787
 
788
+ #: plugin-options/wishlist_page-options.php:49
789
  msgid "Wishlist Detail Page"
790
  msgstr ""
791
 
 
792
  #: plugin-options/wishlist_page-options.php:56
793
  #: plugin-options/wishlist_page-options.php:65
794
  #: plugin-options/wishlist_page-options.php:74
795
  #: plugin-options/wishlist_page-options.php:83
796
  #: plugin-options/wishlist_page-options.php:92
797
  #: plugin-options/wishlist_page-options.php:101
798
+ #: plugin-options/wishlist_page-options.php:110
799
  msgid "In wishlist table show"
800
  msgstr ""
801
 
802
+ #: plugin-options/wishlist_page-options.php:57
803
  msgid "Product variations selected by the user (example: size or color)"
804
  msgstr ""
805
 
806
+ #: plugin-options/wishlist_page-options.php:66
807
  msgid "Product price"
808
  msgstr ""
809
 
810
+ #: plugin-options/wishlist_page-options.php:75
811
  msgid "Product stock (show if the product is available or not)"
812
  msgstr ""
813
 
814
+ #: plugin-options/wishlist_page-options.php:84
815
  msgid "Date on which the product was added to the wishlist"
816
  msgstr ""
817
 
818
+ #: plugin-options/wishlist_page-options.php:93
819
  msgid "Add to cart option for each product"
820
  msgstr ""
821
 
822
+ #: plugin-options/wishlist_page-options.php:102
823
  msgid ""
824
  "Icon to remove the product from the wishlist - to the left of the product"
825
  msgstr ""
826
 
827
+ #: plugin-options/wishlist_page-options.php:111
828
  msgid ""
829
  "Button to remove the product from the wishlist - to the right of the product"
830
  msgstr ""
831
 
832
+ #: plugin-options/wishlist_page-options.php:119
833
  msgid "Redirect to cart"
834
  msgstr "Redirreccionar al Carrito"
835
 
836
+ #: plugin-options/wishlist_page-options.php:120
837
  msgid ""
838
  "Redirect users to the cart page when they add a product to the cart from the "
839
  "wishlist page"
840
  msgstr ""
841
 
842
+ #: plugin-options/wishlist_page-options.php:128
843
  msgid "Remove if added to the cart"
844
  msgstr "Remover si es agregado al Carrito."
845
 
846
+ #: plugin-options/wishlist_page-options.php:129
847
  msgid ""
848
  "Remove the product from the wishlist after it has been added to the cart"
849
  msgstr ""
850
 
851
+ #: plugin-options/wishlist_page-options.php:137
852
  msgid "Share wishlist"
853
  msgstr ""
854
 
855
+ #: plugin-options/wishlist_page-options.php:138
856
  msgid "Enable this option to let users share their wishlist on social media"
857
  msgstr ""
858
 
 
859
  #: plugin-options/wishlist_page-options.php:146
860
  #: plugin-options/wishlist_page-options.php:155
861
  #: plugin-options/wishlist_page-options.php:164
862
  #: plugin-options/wishlist_page-options.php:173
863
+ #: plugin-options/wishlist_page-options.php:182
864
  msgid "Share on social media"
865
  msgstr ""
866
 
867
+ #: plugin-options/wishlist_page-options.php:174
868
  msgid "Share by email"
869
  msgstr ""
870
 
871
+ #: plugin-options/wishlist_page-options.php:191
872
  msgid "Share by URL"
873
  msgstr ""
874
 
875
+ #: plugin-options/wishlist_page-options.php:192
876
  msgid "Show \"Share URL\" field on wishlist page"
877
  msgstr ""
878
 
879
+ #: plugin-options/wishlist_page-options.php:200
880
  msgid "Sharing title"
881
  msgstr ""
882
 
883
+ #: plugin-options/wishlist_page-options.php:201
884
  msgid "Wishlist title used for sharing (only used on Twitter and Pinterest)"
885
  msgstr ""
886
 
887
  #. translators: 1. Blog name.
888
+ #: plugin-options/wishlist_page-options.php:204
889
  msgid "My wishlist on %s"
890
  msgstr "My Lista de deseos en %s"
891
 
892
+ #: plugin-options/wishlist_page-options.php:209
893
  msgid "Social text"
894
  msgstr "Texto de redes sociales"
895
 
896
+ #: plugin-options/wishlist_page-options.php:210
897
  msgid ""
898
  "Type the message you want to publish when you share your wishlist on Twitter "
899
  "and Pinterest"
900
  msgstr ""
901
 
902
+ #: plugin-options/wishlist_page-options.php:218
903
  msgid "Social image URL"
904
  msgstr "URL de la imágen de las redes Sociales."
905
 
906
+ #: plugin-options/wishlist_page-options.php:219
907
  msgid "It will be used to pin the wishlist on Pinterest."
908
  msgstr ""
909
 
910
+ #: plugin-options/wishlist_page-options.php:238
911
  msgid "Default wishlist name"
912
  msgstr ""
913
 
914
+ #: plugin-options/wishlist_page-options.php:239
915
  msgid ""
916
  "Enter a name for the default wishlist. This is the wishlist that will be "
917
  "automatically generated for all users if they do not create any custom one"
918
  msgstr ""
919
 
920
+ #: plugin-options/wishlist_page-options.php:241
921
  #, fuzzy
922
  msgid "My wishlist"
923
  msgstr "My Lista de deseos en %s"
924
 
925
+ #: plugin-options/wishlist_page-options.php:246
926
  msgid "\"Add to cart\" text"
927
  msgstr ""
928
 
929
+ #: plugin-options/wishlist_page-options.php:247
930
  msgid "Enter a text for the \"Add to cart\" button"
931
  msgstr ""
932
 
933
+ #: plugin-options/wishlist_page-options.php:259
934
  msgid "Style & color customization"
935
  msgstr ""
936
 
937
+ #: plugin-options/wishlist_page-options.php:266
938
  msgid "Style of \"Add to cart\""
939
  msgstr ""
940
 
941
+ #: plugin-options/wishlist_page-options.php:267
942
  msgid "Choose whether to show a textual \"Add to cart\" link or a button"
943
  msgstr ""
944
 
945
+ #: plugin-options/wishlist_page-options.php:280
946
  msgid "\"Add to cart\" button style"
947
  msgstr ""
948
 
949
+ #: plugin-options/wishlist_page-options.php:286
950
  msgid "Choose the colors for the \"Add to cart\" button"
951
  msgstr ""
952
 
953
+ #: plugin-options/wishlist_page-options.php:304
954
  msgid "Choose colors for the \"Add to cart\" button on hover state"
955
  msgstr ""
956
 
957
+ #: plugin-options/wishlist_page-options.php:330
958
  msgid "Set the radius for the \"Add to cart\" button"
959
  msgstr ""
960
 
961
+ #: plugin-options/wishlist_page-options.php:344
962
  msgid "\"Add to cart\" icon"
963
  msgstr ""
964
 
965
+ #: plugin-options/wishlist_page-options.php:345
966
  msgid "Select an icon for the \"Add to cart\" button (optional)"
967
  msgstr ""
968
 
969
+ #: plugin-options/wishlist_page-options.php:369
970
  msgid "\"Add to cart\" custom icon"
971
  msgstr ""
972
 
973
+ #: plugin-options/wishlist_page-options.php:370
974
  msgid ""
975
  "Upload an icon you'd like to use for the \"Add to cart\" button (suggested "
976
  "32px x 32px)"
977
  msgstr ""
978
 
979
+ #: plugin-options/wishlist_page-options.php:378
980
  msgid "Primary button style"
981
  msgstr ""
982
 
983
+ #: plugin-options/wishlist_page-options.php:384
984
  msgid ""
985
  "Choose colors for the primary button<br/><small>This style will be applied "
986
  "to \"Edit title\" button on Wishlist view, \"Submit Changes\" button on "
987
  "Manage view and \"Search wishlist\" button on Search view</small>"
988
  msgstr ""
989
 
990
+ #: plugin-options/wishlist_page-options.php:402
991
  msgid ""
992
  "Choose colors for the primary button on hover state<br/><small>This style "
993
  "will be applied to \"Edit title\" button on Wishlist view, \"Submit Changes"
995
  "small>"
996
  msgstr ""
997
 
998
+ #: plugin-options/wishlist_page-options.php:427
999
  msgid "Secondary button style"
1000
  msgstr ""
1001
 
 
1002
  #: plugin-options/wishlist_page-options.php:433
1003
+ #: plugin-options/wishlist_page-options.php:451
1004
  msgid ""
1005
  "Choose colors of the secondary button<br/><small>This style will be applied "
1006
  "to the buttons that allow showing and hiding the Edit title form on Wishlist "
1007
  "view and \"Create new Wishlist\" button on Manage view</small>"
1008
  msgstr ""
1009
 
1010
+ #: plugin-options/wishlist_page-options.php:476
1011
  msgid "Wishlist table style"
1012
  msgstr ""
1013
 
1014
+ #: plugin-options/wishlist_page-options.php:477
1015
  msgid ""
1016
  "Choose the colors for the wishlist table (when set to \"Traditional\" layout)"
1017
  msgstr ""
1018
 
1019
+ #: plugin-options/wishlist_page-options.php:505
1020
  msgid "Highlight color"
1021
  msgstr ""
1022
 
1023
+ #: plugin-options/wishlist_page-options.php:506
1024
  msgid ""
1025
  "Choose the color for all sections with background<br/><small>This color will "
1026
  "be used as background for the wishlist table heading and footer (when set to "
1027
  "\"Traditional\" layout), and for various form across wishlist views</small>"
1028
  msgstr ""
1029
 
1030
+ #: plugin-options/wishlist_page-options.php:518
1031
  msgid "Share button text color"
1032
  msgstr ""
1033
 
1034
+ #: plugin-options/wishlist_page-options.php:519
1035
  msgid "Choose colors for share buttons text"
1036
  msgstr ""
1037
 
1038
+ #: plugin-options/wishlist_page-options.php:530
1039
  msgid "Text hover"
1040
  msgstr ""
1041
 
1042
+ #: plugin-options/wishlist_page-options.php:543
1043
  msgid "Facebook share button icon"
1044
  msgstr ""
1045
 
1046
+ #: plugin-options/wishlist_page-options.php:544
1047
  msgid "Select an icon for the Facebook share button"
1048
  msgstr ""
1049
 
1050
+ #: plugin-options/wishlist_page-options.php:554
1051
  msgid "Facebook share button custom icon"
1052
  msgstr ""
1053
 
1054
+ #: plugin-options/wishlist_page-options.php:555
1055
  msgid ""
1056
  "Upload an icon you'd like to use for Facebook share button (suggested 32px x "
1057
  "32px)"
1058
  msgstr ""
1059
 
1060
+ #: plugin-options/wishlist_page-options.php:563
1061
  msgid "Facebook share button style"
1062
  msgstr ""
1063
 
1064
+ #: plugin-options/wishlist_page-options.php:564
1065
  msgid "Choose colors for Facebook share button"
1066
  msgstr ""
1067
 
1068
+ #: plugin-options/wishlist_page-options.php:575
1069
+ #: plugin-options/wishlist_page-options.php:615
1070
+ #: plugin-options/wishlist_page-options.php:655
1071
+ #: plugin-options/wishlist_page-options.php:695
1072
+ #: plugin-options/wishlist_page-options.php:735
1073
  msgid "Background hover"
1074
  msgstr ""
1075
 
1076
+ #: plugin-options/wishlist_page-options.php:583
1077
  msgid "Twitter share button icon"
1078
  msgstr ""
1079
 
1080
+ #: plugin-options/wishlist_page-options.php:584
1081
  msgid "Select an icon for the Twitter share button"
1082
  msgstr ""
1083
 
1084
+ #: plugin-options/wishlist_page-options.php:594
1085
  msgid "Twitter share button custom icon"
1086
  msgstr ""
1087
 
1088
+ #: plugin-options/wishlist_page-options.php:595
1089
  msgid ""
1090
  "Upload an icon you'd like to use for Twitter share button (suggested 32px x "
1091
  "32px)"
1092
  msgstr ""
1093
 
1094
+ #: plugin-options/wishlist_page-options.php:603
1095
  msgid "Twitter share button style"
1096
  msgstr ""
1097
 
1098
+ #: plugin-options/wishlist_page-options.php:604
1099
  msgid "Choose colors for Twitter share button"
1100
  msgstr ""
1101
 
1102
+ #: plugin-options/wishlist_page-options.php:623
1103
  msgid "Pinterest share button icon"
1104
  msgstr ""
1105
 
1106
+ #: plugin-options/wishlist_page-options.php:624
1107
  msgid "Select an icon for the Pinterest share button"
1108
  msgstr ""
1109
 
1110
+ #: plugin-options/wishlist_page-options.php:634
1111
  msgid "Pinterest share button custom icon"
1112
  msgstr ""
1113
 
1114
+ #: plugin-options/wishlist_page-options.php:635
1115
  msgid ""
1116
  "Upload an icon you'd like to use for Pinterest share button (suggested 32px "
1117
  "x 32px)"
1118
  msgstr ""
1119
 
1120
+ #: plugin-options/wishlist_page-options.php:643
1121
  msgid "Pinterest share button style"
1122
  msgstr ""
1123
 
1124
+ #: plugin-options/wishlist_page-options.php:644
1125
  msgid "Choose colors for Pinterest share button"
1126
  msgstr ""
1127
 
1128
+ #: plugin-options/wishlist_page-options.php:663
1129
  msgid "Email share button icon"
1130
  msgstr ""
1131
 
1132
+ #: plugin-options/wishlist_page-options.php:664
1133
  msgid "Select an icon for the Email share button"
1134
  msgstr ""
1135
 
1136
+ #: plugin-options/wishlist_page-options.php:674
1137
  msgid "Email share button custom icon"
1138
  msgstr ""
1139
 
1140
+ #: plugin-options/wishlist_page-options.php:675
1141
  msgid ""
1142
  "Upload an icon you'd like to use for the Email share button (suggested 32px "
1143
  "x 32px)"
1144
  msgstr ""
1145
 
1146
+ #: plugin-options/wishlist_page-options.php:683
1147
  msgid "Email share button style"
1148
  msgstr ""
1149
 
1150
+ #: plugin-options/wishlist_page-options.php:684
1151
  msgid "Choose colors for the Email share button"
1152
  msgstr ""
1153
 
1154
+ #: plugin-options/wishlist_page-options.php:703
1155
  msgid "WhatsApp share button icon"
1156
  msgstr ""
1157
 
1158
+ #: plugin-options/wishlist_page-options.php:704
1159
  msgid "Select an icon for the WhatsApp share button"
1160
  msgstr ""
1161
 
1162
+ #: plugin-options/wishlist_page-options.php:714
1163
  msgid "WhatsApp share button custom icon"
1164
  msgstr ""
1165
 
1166
+ #: plugin-options/wishlist_page-options.php:715
1167
  msgid ""
1168
  "Upload an icon you'd like to use for WhatsApp share button (suggested 32px x "
1169
  "32px)"
1170
  msgstr ""
1171
 
1172
+ #: plugin-options/wishlist_page-options.php:723
1173
  msgid "WhatsApp share button style"
1174
  msgstr ""
1175
 
1176
+ #: plugin-options/wishlist_page-options.php:724
1177
  msgid "Choose colors for WhatsApp share button"
1178
  msgstr ""
1179
 
1180
+ #: templates/share.php:56 templates/share.php:57
1181
  msgid "Facebook"
1182
  msgstr ""
1183
 
1184
+ #: templates/share.php:64 templates/share.php:65
1185
  msgid "Twitter"
1186
  msgstr ""
1187
 
1188
+ #: templates/share.php:72 templates/share.php:73
1189
  msgid "Pinterest"
1190
  msgstr "Pin en Pinterest"
1191
 
1192
+ #: templates/share.php:102 templates/share.php:103
1193
  msgid "Email"
1194
  msgstr ""
1195
 
1196
+ #: templates/share.php:110
1197
  msgid "WhatsApp"
1198
  msgstr ""
1199
 
1200
+ #: templates/share.php:111
1201
  msgid "Whatsapp"
1202
  msgstr ""
1203
 
1204
+ #: templates/share.php:120
1205
  msgid "(Now"
1206
  msgstr ""
1207
 
1208
+ #: templates/share.php:120
1209
  msgid "copy"
1210
  msgstr ""
1211
 
1212
+ #: templates/share.php:120
1213
  msgid "this wishlist link and share it anywhere)"
1214
  msgstr ""
1215
 
1216
+ #: templates/wishlist-view-footer-mobile.php:55
1217
+ #: templates/wishlist-view-footer.php:55
1218
  msgid "Apply this action to all the selected items:"
1219
  msgstr ""
1220
 
1221
+ #: templates/wishlist-view-footer-mobile.php:62
1222
+ #: templates/wishlist-view-footer.php:62
1223
  msgid "Remove from wishlist"
1224
  msgstr ""
1225
 
1226
  #. translators: 1. Wishlist formatted name.
1227
+ #: templates/wishlist-view-footer-mobile.php:80
1228
+ #: templates/wishlist-view-footer.php:80
1229
  msgid "Move to %s"
1230
  msgstr ""
1231
 
1232
+ #: templates/wishlist-view-footer-mobile.php:86
1233
+ #: templates/wishlist-view-footer.php:86
1234
  msgid "Apply"
1235
  msgstr ""
1236
 
1237
+ #: templates/wishlist-view-footer-mobile.php:94
1238
+ #: templates/wishlist-view-footer.php:94
1239
  msgid "Update"
1240
  msgstr ""
1241
 
1242
+ #: templates/wishlist-view-footer-mobile.php:100
1243
+ #: templates/wishlist-view-footer.php:138
1244
  msgid "Add all to cart"
1245
  msgstr ""
1246
 
1247
+ #: templates/wishlist-view-header.php:86
1248
  msgid "Edit title"
1249
  msgstr "Título de la Lista de deseos"
1250
 
1251
+ #: templates/wishlist-view-mobile.php:143
1252
  msgid "Added on:"
1253
  msgstr ""
1254
 
1255
+ #: templates/wishlist-view-mobile.php:154
1256
  msgid "Price:"
1257
  msgstr ""
1258
 
1259
+ #: templates/wishlist-view-mobile.php:181
1260
  msgid "Quantity:"
1261
  msgstr ""
1262
 
1263
+ #: templates/wishlist-view-mobile.php:196
1264
  msgid "Stock:"
1265
  msgstr ""
1266
 
1267
+ #: templates/wishlist-view-mobile.php:199 templates/wishlist-view.php:431
1268
  msgid "Out of stock"
1269
  msgstr ""
1270
 
1271
+ #: templates/wishlist-view-mobile.php:199 templates/wishlist-view.php:431
1272
  msgid "In Stock"
1273
  msgstr "Disponilbe."
1274
 
1275
+ #: templates/wishlist-view-mobile.php:219 templates/wishlist-view.php:531
1276
  msgid "Move"
1277
  msgstr ""
1278
 
1279
+ #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:562
1280
  msgid "Move to another list &rsaquo;"
1281
  msgstr ""
1282
 
1283
+ #: templates/wishlist-view-mobile.php:270 templates/wishlist-view.php:250
1284
+ #: templates/wishlist-view.php:594
1285
  msgid "Remove this product"
1286
  msgstr "Remover este producto"
1287
 
1288
+ #: templates/wishlist-view-mobile.php:291 templates/wishlist-view.php:636
1289
  msgid "No products added to the wishlist"
1290
  msgstr ""
1291
 
1292
+ #: templates/wishlist-view.php:102
1293
  msgid "Product name"
1294
  msgstr ""
1295
 
1296
+ #: templates/wishlist-view.php:122
1297
  msgid "Unit price"
1298
  msgstr ""
1299
 
1300
+ #: templates/wishlist-view.php:143
1301
  msgid "Quantity"
1302
  msgstr ""
1303
 
1304
+ #: templates/wishlist-view.php:164
1305
  msgid "Stock status"
1306
  msgstr ""
1307
 
1308
+ #: templates/wishlist-view.php:206
1309
  msgid "Arrange"
1310
  msgstr ""
1311
 
1312
  #. translators: date added label: 1 date added.
1313
+ #: templates/wishlist-view.php:466
1314
  msgid "Added on: %s"
1315
  msgstr ""
1316
 
1317
+ #: templates/wishlist-view.php:594
1318
  msgid "Remove"
1319
  msgstr ""
1320
 
1327
  "your e-commerce on <strong>YITH</strong></a>"
1328
  msgstr ""
1329
 
1330
+ #: includes/class-yith-wcwl-admin.php:287
1331
  msgctxt "[HELP TAB] Video title"
1332
  msgid ""
1333
  "Check this video to learn how to <b>configure wishlist and customize options:"
1339
  msgid "wishlist"
1340
  msgstr ""
1341
 
1342
+ #: includes/class-yith-wcwl-privacy.php:275
1343
  msgctxt "date when wishlist was created"
1344
  msgid "Created on"
1345
  msgstr ""
1365
  msgstr ""
1366
 
1367
  #. translators: 1. % of reduction/increase in price.
1368
+ #: includes/class-yith-wcwl-wishlist-item.php:478
1369
  msgctxt ""
1370
  "Part of the template that shows price variation since addition to list; "
1371
  "placeholder will be replaced with a percentage"
1373
  msgstr ""
1374
 
1375
  #. translators: 2: original product price.
1376
+ #: includes/class-yith-wcwl-wishlist-item.php:480
1377
  msgctxt ""
1378
  "Part of the template that shows price variation since addition to list; "
1379
  "placeholder will be replaced with a price"
languages/yith-woocommerce-wishlist-fa_IR.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-fa_IR.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
- "POT-Creation-Date: 2022-06-19 14:16:05+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:05+0200\n"
10
  "Last-Translator: Am!n <amin.pe94@gmail.com>\n"
11
  "Language-Team: YITH - translated to persian by dornaweb <info@dornaweb.com>\n"
@@ -28,123 +28,122 @@ msgstr ""
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:249
44
  msgid ""
45
  "Allows your customers to create and share lists of products that they want "
46
  "to purchase on your e-commerce."
47
  msgstr ""
48
 
49
- #: includes/class-yith-wcwl-admin.php:280
50
  msgid ""
51
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
52
  msgstr ""
53
 
54
- #: includes/class-yith-wcwl-admin.php:281
55
  msgid ""
56
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
57
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
58
  "on \"Add to wishlist\""
59
  msgstr ""
60
 
61
- #: includes/class-yith-wcwl-admin.php:282
62
  msgid ""
63
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
64
  "them either public (visible to everyone), private or shared (visible only to "
65
  "people it has been shared with)"
66
  msgstr ""
67
 
68
- #: includes/class-yith-wcwl-admin.php:283
69
  msgid ""
70
  "Choose between <b>different layouts</b> for the wishlist page and for the "
71
  "wishlist content"
72
  msgstr ""
73
 
74
- #: includes/class-yith-wcwl-admin.php:284
75
  msgid ""
76
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
77
  "move a product from one wishlist to another, change order of items, "
78
  "quantity, etc."
79
  msgstr ""
80
 
81
- #: includes/class-yith-wcwl-admin.php:285
82
  msgid ""
83
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
84
  "content of their wishlist to the admin and get a custom quote"
85
  msgstr ""
86
 
87
- #: includes/class-yith-wcwl-admin.php:286
88
  msgid ""
89
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
90
  "(available also with \"mini-cart\" style for the header)"
91
  msgstr ""
92
 
93
- #: includes/class-yith-wcwl-admin.php:287
94
  msgid ""
95
- "View the most popular products added to the wishlist by your customers and "
96
- "<b>send promotional emails to users</b> who have added specific products to "
97
  "their wishlist"
98
  msgstr ""
99
 
100
- #: includes/class-yith-wcwl-admin.php:288
101
  msgid ""
102
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
103
  "the list is back in stock or on sale"
104
  msgstr ""
105
 
106
- #: includes/class-yith-wcwl-admin.php:289
107
  msgid "Regular updates, Translations and Premium Support"
108
  msgstr ""
109
 
110
- #: includes/class-yith-wcwl-ajax-handler.php:75
111
- #: templates/add-to-wishlist-remove.php:59
112
  msgid "View &rsaquo;"
113
  msgstr ""
114
 
115
- #: includes/class-yith-wcwl-ajax-handler.php:76
116
- #: templates/add-to-wishlist-remove.php:58
117
  msgid "or"
118
  msgstr ""
119
 
120
- #: includes/class-yith-wcwl-ajax-handler.php:77
121
  msgid "Close"
122
  msgstr ""
123
 
124
- #: includes/class-yith-wcwl-ajax-handler.php:155
125
- #: includes/class-yith-wcwl-ajax-handler.php:195
126
  msgid "Product successfully removed."
127
  msgstr "محصول با موفقیت حذف شد."
128
 
129
- #: includes/class-yith-wcwl-form-handler.php:156
130
  msgid "Please, make sure to enter a valid title"
131
  msgstr ""
132
 
133
- #: includes/class-yith-wcwl-frontend.php:552
134
  msgid ""
135
  "We are sorry, but this feature is available only if cookies on your browser "
136
  "are enabled."
137
  msgstr ""
138
 
139
- #: includes/class-yith-wcwl-frontend.php:553
140
  msgid "Product added to cart successfully"
141
  msgstr ""
142
 
143
- #: includes/class-yith-wcwl-frontend.php:816
144
- #: includes/class-yith-wcwl-shortcode.php:239
145
- #: plugin-options/wishlist_page-options.php:240
146
- #: templates/wishlist-view-footer-mobile.php:46
147
- #: templates/wishlist-view-footer.php:46
148
  msgid "Add to cart"
149
  msgstr ""
150
 
@@ -192,43 +191,43 @@ msgid ""
192
  "for the products you love."
193
  msgstr ""
194
 
195
- #: includes/class-yith-wcwl-privacy.php:84
196
- #: includes/class-yith-wcwl-privacy.php:100
197
  msgid "Customer wishlists"
198
  msgstr ""
199
 
200
- #: includes/class-yith-wcwl-privacy.php:137 plugin-options/lists-options.php:25
201
- #: plugin-options/lists-options.php:32
202
  msgid "Wishlists"
203
  msgstr "لیست علاقه مندی ها"
204
 
205
  #. Translators: %s Order number.
206
- #: includes/class-yith-wcwl-privacy.php:199
207
  msgid "Removed wishlist %s."
208
  msgstr "لیست علاقه مندی های من در %s"
209
 
210
  #. Translators: %s Order number.
211
- #: includes/class-yith-wcwl-privacy.php:203
212
  msgid "Wishlist %s has been retained."
213
  msgstr ""
214
 
215
- #: includes/class-yith-wcwl-privacy.php:227
216
  msgid "Token"
217
  msgstr ""
218
 
219
- #: includes/class-yith-wcwl-privacy.php:228
220
  msgid "Wishlist URL"
221
  msgstr ""
222
 
223
- #: includes/class-yith-wcwl-privacy.php:229
224
  msgid "Title"
225
  msgstr "عنوان فیلد"
226
 
227
- #: includes/class-yith-wcwl-privacy.php:231
228
  msgid "Visibility"
229
  msgstr ""
230
 
231
- #: includes/class-yith-wcwl-privacy.php:232
232
  msgid "Items added"
233
  msgstr ""
234
 
@@ -295,139 +294,139 @@ msgstr ""
295
  msgid "ID of the wishlist to show (e.g. K6EOWXB888ZD)"
296
  msgstr ""
297
 
298
- #: includes/class-yith-wcwl-shortcode.php:414
299
  msgid "Share on:"
300
  msgstr "اشتراک در : "
301
 
302
- #: includes/class-yith-wcwl-shortcode.php:438
303
- #: plugin-options/wishlist_page-options.php:138
304
  msgid "Share on Facebook"
305
  msgstr "اشتراک در فیس بوک"
306
 
307
- #: includes/class-yith-wcwl-shortcode.php:455
308
- #: plugin-options/wishlist_page-options.php:147
309
  msgid "Tweet on Twitter"
310
  msgstr "توییت در توییتر"
311
 
312
- #: includes/class-yith-wcwl-shortcode.php:473
313
- #: plugin-options/wishlist_page-options.php:156
314
  msgid "Pin on Pinterest"
315
  msgstr "پین به پینترست"
316
 
317
- #: includes/class-yith-wcwl-shortcode.php:487
318
  msgid "Share via email"
319
  msgstr ""
320
 
321
- #: includes/class-yith-wcwl-shortcode.php:510
322
- #: plugin-options/wishlist_page-options.php:174
323
  msgid "Share on WhatsApp"
324
  msgstr ""
325
 
326
- #: includes/class-yith-wcwl-shortcode.php:621
327
  msgid "Remove from list"
328
  msgstr ""
329
 
330
- #: includes/class-yith-wcwl-wishlist-item.php:193
331
  msgid "Free!"
332
  msgstr "رایگان!"
333
 
334
- #: includes/class-yith-wcwl.php:164
335
  msgid "The item cannot be added to this wishlist"
336
  msgstr ""
337
 
338
- #: includes/class-yith-wcwl.php:168 includes/class-yith-wcwl.php:174
339
  msgid "An error occurred while adding the products to the wishlist."
340
  msgstr ""
341
 
342
- #: includes/class-yith-wcwl.php:235 includes/class-yith-wcwl.php:241
343
  msgid "Error. Unable to remove the product from the wishlist."
344
  msgstr "خطا : محصول از لیست علاقه مندی ها حذف نشد."
345
 
346
- #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:152
347
- #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:174
348
  msgid "Invalid wishlist."
349
  msgstr ""
350
 
351
- #: includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:119
352
  msgid "Invalid wishlist item."
353
  msgstr ""
354
 
355
  #. translators: 1. Number of users.
356
- #: includes/functions-yith-wcwl.php:249
357
  msgid "%d user"
358
  msgid_plural "%d users"
359
  msgstr[0] ""
360
  msgstr[1] ""
361
 
362
- #: includes/functions-yith-wcwl.php:250
363
  msgid "has this item in wishlist"
364
  msgid_plural "have this item in wishlist"
365
  msgstr[0] ""
366
  msgstr[1] ""
367
 
368
- #: includes/functions-yith-wcwl.php:252
369
  msgid "You're the first"
370
  msgstr ""
371
 
372
- #: includes/functions-yith-wcwl.php:253
373
  msgid "to add this item in wishlist"
374
  msgstr ""
375
 
376
  #. translators: 1. Count of users when many, or "another" when only one.
377
- #: includes/functions-yith-wcwl.php:257
378
  msgid "You and %s user"
379
  msgid_plural "You and %d users"
380
  msgstr[0] ""
381
  msgstr[1] ""
382
 
383
- #: includes/functions-yith-wcwl.php:257
384
  msgid "another"
385
  msgstr ""
386
 
387
- #: includes/functions-yith-wcwl.php:258
388
  msgid "have this item in wishlist"
389
  msgstr ""
390
 
391
- #: includes/functions-yith-wcwl.php:425
392
  msgid "None"
393
  msgstr ""
394
 
395
- #: includes/functions-yith-wcwl.php:426
396
  #, fuzzy
397
  msgid "Custom"
398
  msgstr "CSS دستی"
399
 
400
- #: includes/functions-yith-wcwl.php:447
401
  msgid "Shared"
402
  msgstr ""
403
 
404
- #: includes/functions-yith-wcwl.php:451
405
  msgid "Only people with a link to this list can see it"
406
  msgstr ""
407
 
408
- #: includes/functions-yith-wcwl.php:457
409
  msgid "Private"
410
  msgstr ""
411
 
412
- #: includes/functions-yith-wcwl.php:461
413
  msgid "Only you can see this list"
414
  msgstr ""
415
 
416
- #: includes/functions-yith-wcwl.php:467
417
  msgid "Public"
418
  msgstr ""
419
 
420
- #: includes/functions-yith-wcwl.php:471
421
  msgid "Anyone can search for and see this list"
422
  msgstr ""
423
 
424
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:118
425
- #: plugin-options/add_to_wishlist-options.php:127
426
  msgid "Add to wishlist"
427
  msgstr ""
428
 
429
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:128
430
- #: plugin-options/add_to_wishlist-options.php:143
431
  msgid "Browse wishlist"
432
  msgstr ""
433
 
@@ -441,73 +440,71 @@ msgstr "متن \"محصول از قبل اضافه شده\""
441
  msgid "Product added to wishlist"
442
  msgstr "متن \"محصول از قبل اضافه شده\""
443
 
444
- #: init.php:160
445
  #, fuzzy
446
  msgid "is enabled but not effective. It requires WooCommerce to work."
447
  msgstr ""
448
  "YITH WooCommerce Wishlist فعال شده اما برای عملکرد ابتدا باید پلاگین "
449
  "woocommerce را نصب کنید"
450
 
451
- #: init.php:176
452
- msgid "You can't activate the free version of"
453
- msgstr ""
454
-
455
- #: init.php:176
456
- msgid "while you are using the premium one."
457
  msgstr ""
458
 
459
- #: plugin-options/add_to_wishlist-options.php:20
460
- #: plugin-options/settings-options.php:27
461
  msgid "General Settings"
462
  msgstr "تنظیمات عمومی"
463
 
464
- #: plugin-options/add_to_wishlist-options.php:27
465
  msgid "After product is added to wishlist"
466
  msgstr ""
467
 
468
- #: plugin-options/add_to_wishlist-options.php:28
469
  msgid ""
470
  "Choose the look of the Wishlist button when the product has already been "
471
  "added to a wishlist"
472
  msgstr ""
473
 
474
- #: plugin-options/add_to_wishlist-options.php:32
475
  #, fuzzy
476
  msgid "Show \"Add to wishlist\" button"
477
  msgstr "متن \"محصول از قبل اضافه شده\""
478
 
479
- #: plugin-options/add_to_wishlist-options.php:33
480
  msgid "Show \"View wishlist\" link"
481
  msgstr ""
482
 
483
- #: plugin-options/add_to_wishlist-options.php:34
484
  msgid "Show \"Remove from list\" link"
485
  msgstr ""
486
 
487
- #: plugin-options/add_to_wishlist-options.php:48
488
  msgid "Loop settings"
489
  msgstr ""
490
 
491
- #: plugin-options/add_to_wishlist-options.php:50
492
  msgid ""
493
  "Loop options will be visible on Shop page, category pages, product "
494
  "shortcodes, products sliders, and all the other places where the WooCommerce "
495
  "products' loop is used"
496
  msgstr ""
497
 
498
- #: plugin-options/add_to_wishlist-options.php:55
499
  msgid "Show \"Add to wishlist\" in loop"
500
  msgstr ""
501
 
502
- #: plugin-options/add_to_wishlist-options.php:56
503
  msgid "Enable the \"Add to wishlist\" feature in WooCommerce products' loop"
504
  msgstr ""
505
 
506
- #: plugin-options/add_to_wishlist-options.php:64
507
  msgid "Position of \"Add to wishlist\" in loop"
508
  msgstr ""
509
 
510
- #: plugin-options/add_to_wishlist-options.php:65
511
  msgid ""
512
  "Choose where to show \"Add to wishlist\" button or link in WooCommerce "
513
  "products' loop. <span class=\"addon\">Copy this shortcode <span class=\"code"
@@ -515,32 +512,32 @@ msgid ""
515
  "want to show the \"Add to wishlist\" link or button</span>"
516
  msgstr ""
517
 
518
- #: plugin-options/add_to_wishlist-options.php:72
519
  msgid "On top of the image"
520
  msgstr ""
521
 
522
- #: plugin-options/add_to_wishlist-options.php:73
523
  msgid "Before \"Add to cart\" button"
524
  msgstr ""
525
 
526
- #: plugin-options/add_to_wishlist-options.php:74
527
  msgid "After \"Add to cart\" button"
528
  msgstr ""
529
 
530
- #: plugin-options/add_to_wishlist-options.php:75
531
- #: plugin-options/add_to_wishlist-options.php:107
532
  msgid "Use shortcode"
533
  msgstr "استفاده از شورتکد"
534
 
535
- #: plugin-options/add_to_wishlist-options.php:89
536
  msgid "Product page settings"
537
  msgstr ""
538
 
539
- #: plugin-options/add_to_wishlist-options.php:96
540
  msgid "Position of \"Add to wishlist\" on product page"
541
  msgstr ""
542
 
543
- #: plugin-options/add_to_wishlist-options.php:97
544
  msgid ""
545
  "Choose where to show \"Add to wishlist\" button or link on the product page. "
546
  "<span class=\"addon\">Copy this shortcode <span class=\"code"
@@ -548,472 +545,452 @@ msgid ""
548
  "want to show the \"Add to wishlist\" link or button</span>"
549
  msgstr ""
550
 
551
- #: plugin-options/add_to_wishlist-options.php:104
552
  msgid "After \"Add to cart\""
553
  msgstr "بعد از \"افزودن به سبد\""
554
 
555
- #: plugin-options/add_to_wishlist-options.php:105
556
  msgid "After thumbnails"
557
  msgstr "بعد از تصاویر محصول"
558
 
559
- #: plugin-options/add_to_wishlist-options.php:106
560
  msgid "After summary"
561
  msgstr "بعد از خلاصه محصول"
562
 
563
- #: plugin-options/add_to_wishlist-options.php:117
564
- #: plugin-options/wishlist_page-options.php:222
565
  msgid "Text customization"
566
  msgstr ""
567
 
568
- #: plugin-options/add_to_wishlist-options.php:124
569
  msgid "\"Add to wishlist\" text"
570
  msgstr ""
571
 
572
- #: plugin-options/add_to_wishlist-options.php:125
573
  msgid "Enter a text for \"Add to wishlist\" button"
574
  msgstr ""
575
 
576
- #: plugin-options/add_to_wishlist-options.php:132
577
  msgid "\"Product added\" text"
578
  msgstr "متن \"محصول اضافه شد\""
579
 
580
- #: plugin-options/add_to_wishlist-options.php:133
581
  msgid ""
582
  "Enter the text of the message displayed when the user adds a product to the "
583
  "wishlist"
584
  msgstr ""
585
 
586
- #: plugin-options/add_to_wishlist-options.php:135
587
  msgid "Product added!"
588
  msgstr "اضافه شد!"
589
 
590
- #: plugin-options/add_to_wishlist-options.php:140
591
  msgid "\"Browse wishlist\" text"
592
  msgstr "متن \"مشاهده علاقه مندی ها\""
593
 
594
- #: plugin-options/add_to_wishlist-options.php:141
595
  msgid "Enter a text for the \"Browse wishlist\" link on the product page"
596
  msgstr ""
597
 
598
- #: plugin-options/add_to_wishlist-options.php:148
599
  msgid "\"Product already in wishlist\" text"
600
  msgstr "متن \"محصول از قبل اضافه شده\""
601
 
602
- #: plugin-options/add_to_wishlist-options.php:149
603
  msgid ""
604
  "Enter the text for the message displayed when the user views a product that "
605
  "is already in the wishlist"
606
  msgstr ""
607
 
608
- #: plugin-options/add_to_wishlist-options.php:151
609
  msgid "The product is already in your wishlist!"
610
  msgstr ""
611
 
612
- #: plugin-options/add_to_wishlist-options.php:161
613
  msgid "Style & Color customization"
614
  msgstr ""
615
 
616
- #: plugin-options/add_to_wishlist-options.php:168
617
  msgid "Style of \"Add to wishlist\""
618
  msgstr ""
619
 
620
- #: plugin-options/add_to_wishlist-options.php:169
621
  msgid ""
622
  "Choose if you want to show a textual \"Add to wishlist\" link or a button"
623
  msgstr ""
624
 
625
- #: plugin-options/add_to_wishlist-options.php:172
626
- #: plugin-options/wishlist_page-options.php:261
627
  msgid "Textual (anchor)"
628
  msgstr ""
629
 
630
- #: plugin-options/add_to_wishlist-options.php:173
631
- #: plugin-options/wishlist_page-options.php:262
632
  msgid "Button with theme style"
633
  msgstr ""
634
 
635
- #: plugin-options/add_to_wishlist-options.php:174
636
- #: plugin-options/wishlist_page-options.php:263
637
  msgid "Button with custom style"
638
  msgstr ""
639
 
640
- #: plugin-options/add_to_wishlist-options.php:182
641
  msgid "\"Add to wishlist\" button style"
642
  msgstr ""
643
 
644
- #: plugin-options/add_to_wishlist-options.php:188
645
  msgid "Choose colors for the \"Add to wishlist\" button"
646
  msgstr ""
647
 
648
- #: plugin-options/add_to_wishlist-options.php:190
649
- #: plugin-options/wishlist_page-options.php:279
650
- #: plugin-options/wishlist_page-options.php:368
651
- #: plugin-options/wishlist_page-options.php:417
652
- #: plugin-options/wishlist_page-options.php:465
653
- #: plugin-options/wishlist_page-options.php:552
654
- #: plugin-options/wishlist_page-options.php:592
655
- #: plugin-options/wishlist_page-options.php:632
656
- #: plugin-options/wishlist_page-options.php:672
657
- #: plugin-options/wishlist_page-options.php:712
658
  msgid "Background"
659
  msgstr "پس زمینه"
660
 
661
- #: plugin-options/add_to_wishlist-options.php:195
662
- #: plugin-options/wishlist_page-options.php:284
663
- #: plugin-options/wishlist_page-options.php:373
664
- #: plugin-options/wishlist_page-options.php:422
665
- #: plugin-options/wishlist_page-options.php:470
666
- #: plugin-options/wishlist_page-options.php:507
667
  msgid "Text"
668
  msgstr "متن"
669
 
670
- #: plugin-options/add_to_wishlist-options.php:200
671
- #: plugin-options/wishlist_page-options.php:289
672
- #: plugin-options/wishlist_page-options.php:378
673
- #: plugin-options/wishlist_page-options.php:427
674
- #: plugin-options/wishlist_page-options.php:475
675
  msgid "Border"
676
  msgstr "کادر"
677
 
678
- #: plugin-options/add_to_wishlist-options.php:206
679
  msgid "Choose colors for the \"Add to wishlist\" button on hover state"
680
  msgstr ""
681
 
682
- #: plugin-options/add_to_wishlist-options.php:208
683
- #: plugin-options/wishlist_page-options.php:297
684
- #: plugin-options/wishlist_page-options.php:386
685
- #: plugin-options/wishlist_page-options.php:435
686
  msgid "Background Hover"
687
  msgstr ""
688
 
689
- #: plugin-options/add_to_wishlist-options.php:213
690
- #: plugin-options/wishlist_page-options.php:302
691
- #: plugin-options/wishlist_page-options.php:391
692
- #: plugin-options/wishlist_page-options.php:440
693
  msgid "Text Hover"
694
  msgstr ""
695
 
696
- #: plugin-options/add_to_wishlist-options.php:218
697
- #: plugin-options/wishlist_page-options.php:307
698
- #: plugin-options/wishlist_page-options.php:396
699
- #: plugin-options/wishlist_page-options.php:445
700
  msgid "Border Hover"
701
  msgstr ""
702
 
703
- #: plugin-options/add_to_wishlist-options.php:231
704
- #: plugin-options/wishlist_page-options.php:320
705
  msgid "Border radius"
706
  msgstr ""
707
 
708
- #: plugin-options/add_to_wishlist-options.php:232
709
  msgid "Choose radius for the \"Add to wishlist\" button"
710
  msgstr ""
711
 
712
- #: plugin-options/add_to_wishlist-options.php:246
713
  msgid "\"Add to wishlist\" icon"
714
  msgstr ""
715
 
716
- #: plugin-options/add_to_wishlist-options.php:247
717
  msgid "Select an icon for the \"Add to wishlist\" button (optional)"
718
  msgstr ""
719
 
720
- #: plugin-options/add_to_wishlist-options.php:257
721
  msgid "\"Add to wishlist\" custom icon"
722
  msgstr ""
723
 
724
- #: plugin-options/add_to_wishlist-options.php:258
725
- #: plugin-options/add_to_wishlist-options.php:282
726
  msgid ""
727
  "Upload an icon you'd like to use for \"Add to wishlist\" button (suggested "
728
  "32px x 32px)"
729
  msgstr ""
730
 
731
- #: plugin-options/add_to_wishlist-options.php:270
732
  msgid "\"Added to wishlist\" icon"
733
  msgstr ""
734
 
735
- #: plugin-options/add_to_wishlist-options.php:271
736
  msgid "Select an icon for the \"Added to wishlist\" button (optional)"
737
  msgstr ""
738
 
739
- #: plugin-options/add_to_wishlist-options.php:277
740
  msgid "Same used for Add to wishlist"
741
  msgstr ""
742
 
743
- #: plugin-options/add_to_wishlist-options.php:281
744
  msgid "\"Added to wishlist\" custom icon"
745
  msgstr ""
746
 
747
- #: plugin-options/add_to_wishlist-options.php:294
748
  msgid "Custom CSS"
749
  msgstr "CSS دستی"
750
 
751
- #: plugin-options/add_to_wishlist-options.php:295
752
  msgid "Enter custom CSS to be applied to Wishlist elements (optional)"
753
  msgstr ""
754
 
755
- #: plugin-options/lists-options.php:34
756
  msgid "Search list"
757
  msgstr ""
758
 
759
- #. translators: 1. Anchor to Frequently Bought Together landing page on
760
- #. yithemes.com.
761
- #: plugin-options/settings-options.php:19
762
- msgid ""
763
- "If you want to take advantage of this feature, you could consider purchasing "
764
- "the %s."
765
- msgstr ""
766
-
767
- #: plugin-options/settings-options.php:34
768
  msgid "Enable AJAX loading"
769
  msgstr ""
770
 
771
- #: plugin-options/settings-options.php:35
772
  msgid "Load any cacheable wishlist item via AJAX"
773
  msgstr ""
774
 
775
- #: plugin-options/settings-options.php:48
776
  msgid "YITH WooCommerce Frequently Bought Together Integration"
777
  msgstr ""
778
 
779
- #. translators: 1. Url to Frequently Bought Together landing page on
780
- #. yithemes.com.
781
- #: plugin-options/settings-options.php:51
782
- msgid ""
783
- "In order to use this integration you have to install and activate YITH "
784
- "WooCommerce Frequently Bought Together. <a href=\"%s\">Learn more</a>"
785
- msgstr ""
786
-
787
- #: plugin-options/settings-options.php:56
788
  msgid "Enable slider in wishlist"
789
  msgstr ""
790
 
791
- #. translators: 1. Example image of the integration. 2. CTA to buy Frequently
792
- #. Bought Together.
793
- #: plugin-options/settings-options.php:58
794
  msgid ""
795
  "Enable the slider with linked products on the Wishlist page (<a href=\"%1$s"
796
- "\" class=\"thickbox\">Example</a>). %2$s"
797
  msgstr ""
798
 
799
- #: plugin-options/wishlist_page-options.php:19
800
- msgid "All your wishlists"
801
- msgstr ""
802
-
803
- #: plugin-options/wishlist_page-options.php:26
804
  msgid "Wishlist page"
805
  msgstr ""
806
 
807
- #: plugin-options/wishlist_page-options.php:27
808
  msgid ""
809
  "Pick a page as the main Wishlist page; make sure you add the <span class="
810
  "\"code\"><code>[yith_wcwl_wishlist]</code></span> shortcode into the page "
811
  "content"
812
  msgstr ""
813
 
814
- #: plugin-options/wishlist_page-options.php:40
815
  msgid "Wishlist Detail Page"
816
  msgstr ""
817
 
818
- #: plugin-options/wishlist_page-options.php:47
819
  #: plugin-options/wishlist_page-options.php:56
820
  #: plugin-options/wishlist_page-options.php:65
821
  #: plugin-options/wishlist_page-options.php:74
822
  #: plugin-options/wishlist_page-options.php:83
823
  #: plugin-options/wishlist_page-options.php:92
824
  #: plugin-options/wishlist_page-options.php:101
 
825
  msgid "In wishlist table show"
826
  msgstr ""
827
 
828
- #: plugin-options/wishlist_page-options.php:48
829
  msgid "Product variations selected by the user (example: size or color)"
830
  msgstr ""
831
 
832
- #: plugin-options/wishlist_page-options.php:57
833
  msgid "Product price"
834
  msgstr ""
835
 
836
- #: plugin-options/wishlist_page-options.php:66
837
  msgid "Product stock (show if the product is available or not)"
838
  msgstr ""
839
 
840
- #: plugin-options/wishlist_page-options.php:75
841
  msgid "Date on which the product was added to the wishlist"
842
  msgstr ""
843
 
844
- #: plugin-options/wishlist_page-options.php:84
845
  msgid "Add to cart option for each product"
846
  msgstr ""
847
 
848
- #: plugin-options/wishlist_page-options.php:93
849
  msgid ""
850
  "Icon to remove the product from the wishlist - to the left of the product"
851
  msgstr ""
852
 
853
- #: plugin-options/wishlist_page-options.php:102
854
  msgid ""
855
  "Button to remove the product from the wishlist - to the right of the product"
856
  msgstr ""
857
 
858
- #: plugin-options/wishlist_page-options.php:110
859
  msgid "Redirect to cart"
860
  msgstr "انتقال به سبد خرید"
861
 
862
- #: plugin-options/wishlist_page-options.php:111
863
  msgid ""
864
  "Redirect users to the cart page when they add a product to the cart from the "
865
  "wishlist page"
866
  msgstr ""
867
 
868
- #: plugin-options/wishlist_page-options.php:119
869
  msgid "Remove if added to the cart"
870
  msgstr "حذف محصول در صورت افزودن به سبد"
871
 
872
- #: plugin-options/wishlist_page-options.php:120
873
  msgid ""
874
  "Remove the product from the wishlist after it has been added to the cart"
875
  msgstr ""
876
 
877
- #: plugin-options/wishlist_page-options.php:128
878
  msgid "Share wishlist"
879
  msgstr ""
880
 
881
- #: plugin-options/wishlist_page-options.php:129
882
  msgid "Enable this option to let users share their wishlist on social media"
883
  msgstr ""
884
 
885
- #: plugin-options/wishlist_page-options.php:137
886
  #: plugin-options/wishlist_page-options.php:146
887
  #: plugin-options/wishlist_page-options.php:155
888
  #: plugin-options/wishlist_page-options.php:164
889
  #: plugin-options/wishlist_page-options.php:173
 
890
  msgid "Share on social media"
891
  msgstr ""
892
 
893
- #: plugin-options/wishlist_page-options.php:165
894
  msgid "Share by email"
895
  msgstr ""
896
 
897
- #: plugin-options/wishlist_page-options.php:182
898
  msgid "Share by URL"
899
  msgstr ""
900
 
901
- #: plugin-options/wishlist_page-options.php:183
902
  msgid "Show \"Share URL\" field on wishlist page"
903
  msgstr ""
904
 
905
- #: plugin-options/wishlist_page-options.php:191
906
  msgid "Sharing title"
907
  msgstr ""
908
 
909
- #: plugin-options/wishlist_page-options.php:192
910
  msgid "Wishlist title used for sharing (only used on Twitter and Pinterest)"
911
  msgstr ""
912
 
913
  #. translators: 1. Blog name.
914
- #: plugin-options/wishlist_page-options.php:195
915
  msgid "My wishlist on %s"
916
  msgstr "لیست علاقه مندی های من در %s"
917
 
918
- #: plugin-options/wishlist_page-options.php:200
919
  msgid "Social text"
920
  msgstr "متن اجتماعی"
921
 
922
- #: plugin-options/wishlist_page-options.php:201
923
  msgid ""
924
  "Type the message you want to publish when you share your wishlist on Twitter "
925
  "and Pinterest"
926
  msgstr ""
927
 
928
- #: plugin-options/wishlist_page-options.php:209
929
  msgid "Social image URL"
930
  msgstr "آدرس تصویر اجتماعی"
931
 
932
- #: plugin-options/wishlist_page-options.php:210
933
  msgid "It will be used to pin the wishlist on Pinterest."
934
  msgstr ""
935
 
936
- #: plugin-options/wishlist_page-options.php:229
937
  msgid "Default wishlist name"
938
  msgstr ""
939
 
940
- #: plugin-options/wishlist_page-options.php:230
941
  msgid ""
942
  "Enter a name for the default wishlist. This is the wishlist that will be "
943
  "automatically generated for all users if they do not create any custom one"
944
  msgstr ""
945
 
946
- #: plugin-options/wishlist_page-options.php:232
947
  #, fuzzy
948
  msgid "My wishlist"
949
  msgstr "لیست علاقه مندی های من در %s"
950
 
951
- #: plugin-options/wishlist_page-options.php:237
952
  msgid "\"Add to cart\" text"
953
  msgstr ""
954
 
955
- #: plugin-options/wishlist_page-options.php:238
956
  msgid "Enter a text for the \"Add to cart\" button"
957
  msgstr ""
958
 
959
- #: plugin-options/wishlist_page-options.php:250
960
  msgid "Style & color customization"
961
  msgstr ""
962
 
963
- #: plugin-options/wishlist_page-options.php:257
964
  msgid "Style of \"Add to cart\""
965
  msgstr ""
966
 
967
- #: plugin-options/wishlist_page-options.php:258
968
  msgid "Choose whether to show a textual \"Add to cart\" link or a button"
969
  msgstr ""
970
 
971
- #: plugin-options/wishlist_page-options.php:271
972
  msgid "\"Add to cart\" button style"
973
  msgstr ""
974
 
975
- #: plugin-options/wishlist_page-options.php:277
976
  msgid "Choose the colors for the \"Add to cart\" button"
977
  msgstr ""
978
 
979
- #: plugin-options/wishlist_page-options.php:295
980
  msgid "Choose colors for the \"Add to cart\" button on hover state"
981
  msgstr ""
982
 
983
- #: plugin-options/wishlist_page-options.php:321
984
  msgid "Set the radius for the \"Add to cart\" button"
985
  msgstr ""
986
 
987
- #: plugin-options/wishlist_page-options.php:335
988
  msgid "\"Add to cart\" icon"
989
  msgstr ""
990
 
991
- #: plugin-options/wishlist_page-options.php:336
992
  msgid "Select an icon for the \"Add to cart\" button (optional)"
993
  msgstr ""
994
 
995
- #: plugin-options/wishlist_page-options.php:351
996
  msgid "\"Add to cart\" custom icon"
997
  msgstr ""
998
 
999
- #: plugin-options/wishlist_page-options.php:352
1000
  msgid ""
1001
  "Upload an icon you'd like to use for the \"Add to cart\" button (suggested "
1002
  "32px x 32px)"
1003
  msgstr ""
1004
 
1005
- #: plugin-options/wishlist_page-options.php:360
1006
  msgid "Primary button style"
1007
  msgstr ""
1008
 
1009
- #: plugin-options/wishlist_page-options.php:366
1010
  msgid ""
1011
  "Choose colors for the primary button<br/><small>This style will be applied "
1012
  "to \"Edit title\" button on Wishlist view, \"Submit Changes\" button on "
1013
  "Manage view and \"Search wishlist\" button on Search view</small>"
1014
  msgstr ""
1015
 
1016
- #: plugin-options/wishlist_page-options.php:384
1017
  msgid ""
1018
  "Choose colors for the primary button on hover state<br/><small>This style "
1019
  "will be applied to \"Edit title\" button on Wishlist view, \"Submit Changes"
@@ -1021,326 +998,326 @@ msgid ""
1021
  "small>"
1022
  msgstr ""
1023
 
1024
- #: plugin-options/wishlist_page-options.php:409
1025
  msgid "Secondary button style"
1026
  msgstr ""
1027
 
1028
- #: plugin-options/wishlist_page-options.php:415
1029
  #: plugin-options/wishlist_page-options.php:433
 
1030
  msgid ""
1031
  "Choose colors of the secondary button<br/><small>This style will be applied "
1032
  "to the buttons that allow showing and hiding the Edit title form on Wishlist "
1033
  "view and \"Create new Wishlist\" button on Manage view</small>"
1034
  msgstr ""
1035
 
1036
- #: plugin-options/wishlist_page-options.php:458
1037
  msgid "Wishlist table style"
1038
  msgstr ""
1039
 
1040
- #: plugin-options/wishlist_page-options.php:459
1041
  msgid ""
1042
  "Choose the colors for the wishlist table (when set to \"Traditional\" layout)"
1043
  msgstr ""
1044
 
1045
- #: plugin-options/wishlist_page-options.php:487
1046
  msgid "Highlight color"
1047
  msgstr ""
1048
 
1049
- #: plugin-options/wishlist_page-options.php:488
1050
  msgid ""
1051
  "Choose the color for all sections with background<br/><small>This color will "
1052
  "be used as background for the wishlist table heading and footer (when set to "
1053
  "\"Traditional\" layout), and for various form across wishlist views</small>"
1054
  msgstr ""
1055
 
1056
- #: plugin-options/wishlist_page-options.php:500
1057
  msgid "Share button text color"
1058
  msgstr ""
1059
 
1060
- #: plugin-options/wishlist_page-options.php:501
1061
  msgid "Choose colors for share buttons text"
1062
  msgstr ""
1063
 
1064
- #: plugin-options/wishlist_page-options.php:512
1065
  msgid "Text hover"
1066
  msgstr ""
1067
 
1068
- #: plugin-options/wishlist_page-options.php:525
1069
  msgid "Facebook share button icon"
1070
  msgstr ""
1071
 
1072
- #: plugin-options/wishlist_page-options.php:526
1073
  msgid "Select an icon for the Facebook share button"
1074
  msgstr ""
1075
 
1076
- #: plugin-options/wishlist_page-options.php:536
1077
  msgid "Facebook share button custom icon"
1078
  msgstr ""
1079
 
1080
- #: plugin-options/wishlist_page-options.php:537
1081
  msgid ""
1082
  "Upload an icon you'd like to use for Facebook share button (suggested 32px x "
1083
  "32px)"
1084
  msgstr ""
1085
 
1086
- #: plugin-options/wishlist_page-options.php:545
1087
  msgid "Facebook share button style"
1088
  msgstr ""
1089
 
1090
- #: plugin-options/wishlist_page-options.php:546
1091
  msgid "Choose colors for Facebook share button"
1092
  msgstr ""
1093
 
1094
- #: plugin-options/wishlist_page-options.php:557
1095
- #: plugin-options/wishlist_page-options.php:597
1096
- #: plugin-options/wishlist_page-options.php:637
1097
- #: plugin-options/wishlist_page-options.php:677
1098
- #: plugin-options/wishlist_page-options.php:717
1099
  msgid "Background hover"
1100
  msgstr ""
1101
 
1102
- #: plugin-options/wishlist_page-options.php:565
1103
  msgid "Twitter share button icon"
1104
  msgstr ""
1105
 
1106
- #: plugin-options/wishlist_page-options.php:566
1107
  msgid "Select an icon for the Twitter share button"
1108
  msgstr ""
1109
 
1110
- #: plugin-options/wishlist_page-options.php:576
1111
  msgid "Twitter share button custom icon"
1112
  msgstr ""
1113
 
1114
- #: plugin-options/wishlist_page-options.php:577
1115
  msgid ""
1116
  "Upload an icon you'd like to use for Twitter share button (suggested 32px x "
1117
  "32px)"
1118
  msgstr ""
1119
 
1120
- #: plugin-options/wishlist_page-options.php:585
1121
  msgid "Twitter share button style"
1122
  msgstr ""
1123
 
1124
- #: plugin-options/wishlist_page-options.php:586
1125
  msgid "Choose colors for Twitter share button"
1126
  msgstr ""
1127
 
1128
- #: plugin-options/wishlist_page-options.php:605
1129
  msgid "Pinterest share button icon"
1130
  msgstr ""
1131
 
1132
- #: plugin-options/wishlist_page-options.php:606
1133
  msgid "Select an icon for the Pinterest share button"
1134
  msgstr ""
1135
 
1136
- #: plugin-options/wishlist_page-options.php:616
1137
  msgid "Pinterest share button custom icon"
1138
  msgstr ""
1139
 
1140
- #: plugin-options/wishlist_page-options.php:617
1141
  msgid ""
1142
  "Upload an icon you'd like to use for Pinterest share button (suggested 32px "
1143
  "x 32px)"
1144
  msgstr ""
1145
 
1146
- #: plugin-options/wishlist_page-options.php:625
1147
  msgid "Pinterest share button style"
1148
  msgstr ""
1149
 
1150
- #: plugin-options/wishlist_page-options.php:626
1151
  msgid "Choose colors for Pinterest share button"
1152
  msgstr ""
1153
 
1154
- #: plugin-options/wishlist_page-options.php:645
1155
  msgid "Email share button icon"
1156
  msgstr ""
1157
 
1158
- #: plugin-options/wishlist_page-options.php:646
1159
  msgid "Select an icon for the Email share button"
1160
  msgstr ""
1161
 
1162
- #: plugin-options/wishlist_page-options.php:656
1163
  msgid "Email share button custom icon"
1164
  msgstr ""
1165
 
1166
- #: plugin-options/wishlist_page-options.php:657
1167
  msgid ""
1168
  "Upload an icon you'd like to use for the Email share button (suggested 32px "
1169
  "x 32px)"
1170
  msgstr ""
1171
 
1172
- #: plugin-options/wishlist_page-options.php:665
1173
  msgid "Email share button style"
1174
  msgstr ""
1175
 
1176
- #: plugin-options/wishlist_page-options.php:666
1177
  msgid "Choose colors for the Email share button"
1178
  msgstr ""
1179
 
1180
- #: plugin-options/wishlist_page-options.php:685
1181
  msgid "WhatsApp share button icon"
1182
  msgstr ""
1183
 
1184
- #: plugin-options/wishlist_page-options.php:686
1185
  msgid "Select an icon for the WhatsApp share button"
1186
  msgstr ""
1187
 
1188
- #: plugin-options/wishlist_page-options.php:696
1189
  msgid "WhatsApp share button custom icon"
1190
  msgstr ""
1191
 
1192
- #: plugin-options/wishlist_page-options.php:697
1193
  msgid ""
1194
  "Upload an icon you'd like to use for WhatsApp share button (suggested 32px x "
1195
  "32px)"
1196
  msgstr ""
1197
 
1198
- #: plugin-options/wishlist_page-options.php:705
1199
  msgid "WhatsApp share button style"
1200
  msgstr ""
1201
 
1202
- #: plugin-options/wishlist_page-options.php:706
1203
  msgid "Choose colors for WhatsApp share button"
1204
  msgstr ""
1205
 
1206
- #: templates/share.php:51 templates/share.php:52
1207
  msgid "Facebook"
1208
  msgstr "فیسبوک"
1209
 
1210
- #: templates/share.php:59 templates/share.php:60
1211
  msgid "Twitter"
1212
  msgstr "توییتر"
1213
 
1214
- #: templates/share.php:67 templates/share.php:68
1215
  msgid "Pinterest"
1216
  msgstr "پینترست"
1217
 
1218
- #: templates/share.php:75 templates/share.php:76
1219
  msgid "Email"
1220
  msgstr "ایمیل"
1221
 
1222
- #: templates/share.php:83
1223
  msgid "WhatsApp"
1224
  msgstr ""
1225
 
1226
- #: templates/share.php:84
1227
  msgid "Whatsapp"
1228
  msgstr ""
1229
 
1230
- #: templates/share.php:93
1231
  msgid "(Now"
1232
  msgstr ""
1233
 
1234
- #: templates/share.php:93
1235
  msgid "copy"
1236
  msgstr ""
1237
 
1238
- #: templates/share.php:93
1239
  msgid "this wishlist link and share it anywhere)"
1240
  msgstr ""
1241
 
1242
- #: templates/wishlist-view-footer-mobile.php:44
1243
- #: templates/wishlist-view-footer.php:44
1244
  msgid "Apply this action to all the selected items:"
1245
  msgstr ""
1246
 
1247
- #: templates/wishlist-view-footer-mobile.php:49
1248
- #: templates/wishlist-view-footer.php:49
1249
  msgid "Remove from wishlist"
1250
  msgstr ""
1251
 
1252
  #. translators: 1. Wishlist formatted name.
1253
- #: templates/wishlist-view-footer-mobile.php:67
1254
- #: templates/wishlist-view-footer.php:67
1255
  msgid "Move to %s"
1256
  msgstr ""
1257
 
1258
- #: templates/wishlist-view-footer-mobile.php:73
1259
- #: templates/wishlist-view-footer.php:73
1260
  msgid "Apply"
1261
  msgstr ""
1262
 
1263
- #: templates/wishlist-view-footer-mobile.php:81
1264
- #: templates/wishlist-view-footer.php:81
1265
  msgid "Update"
1266
  msgstr ""
1267
 
1268
- #: templates/wishlist-view-footer-mobile.php:87
1269
- #: templates/wishlist-view-footer.php:103
1270
  msgid "Add all to cart"
1271
  msgstr ""
1272
 
1273
- #: templates/wishlist-view-header.php:48
1274
  msgid "Edit title"
1275
  msgstr "ویرایش عنوان"
1276
 
1277
- #: templates/wishlist-view-mobile.php:134
1278
  msgid "Added on:"
1279
  msgstr ""
1280
 
1281
- #: templates/wishlist-view-mobile.php:145
1282
  msgid "Price:"
1283
  msgstr ""
1284
 
1285
- #: templates/wishlist-view-mobile.php:172
1286
  msgid "Quantity:"
1287
  msgstr ""
1288
 
1289
- #: templates/wishlist-view-mobile.php:187
1290
  msgid "Stock:"
1291
  msgstr ""
1292
 
1293
- #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1294
  msgid "Out of stock"
1295
  msgstr ""
1296
 
1297
- #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1298
  msgid "In Stock"
1299
  msgstr "موجود"
1300
 
1301
- #: templates/wishlist-view-mobile.php:210 templates/wishlist-view.php:260
1302
  msgid "Move"
1303
  msgstr ""
1304
 
1305
- #: templates/wishlist-view-mobile.php:231 templates/wishlist-view.php:281
1306
  msgid "Move to another list &rsaquo;"
1307
  msgstr ""
1308
 
1309
- #: templates/wishlist-view-mobile.php:239 templates/wishlist-view.php:155
1310
- #: templates/wishlist-view.php:291
1311
  msgid "Remove this product"
1312
  msgstr "حذف این محصول"
1313
 
1314
- #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:311
1315
  msgid "No products added to the wishlist"
1316
  msgstr ""
1317
 
1318
- #: templates/wishlist-view.php:79
1319
  msgid "Product name"
1320
  msgstr ""
1321
 
1322
- #: templates/wishlist-view.php:87
1323
  msgid "Unit price"
1324
  msgstr ""
1325
 
1326
- #: templates/wishlist-view.php:96
1327
  msgid "Quantity"
1328
  msgstr ""
1329
 
1330
- #: templates/wishlist-view.php:105
1331
  msgid "Stock status"
1332
  msgstr ""
1333
 
1334
- #: templates/wishlist-view.php:123
1335
  msgid "Arrange"
1336
  msgstr ""
1337
 
1338
  #. translators: date added label: 1 date added.
1339
- #: templates/wishlist-view.php:241
1340
  msgid "Added on: %s"
1341
  msgstr ""
1342
 
1343
- #: templates/wishlist-view.php:291
1344
  msgid "Remove"
1345
  msgstr "حذف"
1346
 
@@ -1353,7 +1330,7 @@ msgid ""
1353
  "your e-commerce on <strong>YITH</strong></a>"
1354
  msgstr ""
1355
 
1356
- #: includes/class-yith-wcwl-admin.php:259
1357
  msgctxt "[HELP TAB] Video title"
1358
  msgid ""
1359
  "Check this video to learn how to <b>configure wishlist and customize options:"
@@ -1365,7 +1342,7 @@ msgctxt "page_slug"
1365
  msgid "wishlist"
1366
  msgstr ""
1367
 
1368
- #: includes/class-yith-wcwl-privacy.php:230
1369
  msgctxt "date when wishlist was created"
1370
  msgid "Created on"
1371
  msgstr ""
@@ -1391,7 +1368,7 @@ msgid "Shows a list of products in wishlist"
1391
  msgstr ""
1392
 
1393
  #. translators: 1. % of reduction/increase in price.
1394
- #: includes/class-yith-wcwl-wishlist-item.php:435
1395
  msgctxt ""
1396
  "Part of the template that shows price variation since addition to list; "
1397
  "placeholder will be replaced with a percentage"
@@ -1399,7 +1376,7 @@ msgid "Price is %1$s%%"
1399
  msgstr ""
1400
 
1401
  #. translators: 2: original product price.
1402
- #: includes/class-yith-wcwl-wishlist-item.php:437
1403
  msgctxt ""
1404
  "Part of the template that shows price variation since addition to list; "
1405
  "placeholder will be replaced with a price"
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
+ "POT-Creation-Date: 2022-08-04 12:20:46+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:05+0200\n"
10
  "Last-Translator: Am!n <amin.pe94@gmail.com>\n"
11
  "Language-Team: YITH - translated to persian by dornaweb <info@dornaweb.com>\n"
28
  msgid "Wishlist Page"
29
  msgstr "لیست علاقه مندی ها"
30
 
31
+ #: includes/class-yith-wcwl-admin.php:155
32
  msgid "General settings"
33
  msgstr ""
34
 
35
+ #: includes/class-yith-wcwl-admin.php:156
36
  msgid "Add to wishlist options"
37
  msgstr ""
38
 
39
+ #: includes/class-yith-wcwl-admin.php:157
40
  msgid "Wishlist page options"
41
  msgstr ""
42
 
43
+ #: includes/class-yith-wcwl-admin.php:268
44
  msgid ""
45
  "Allows your customers to create and share lists of products that they want "
46
  "to purchase on your e-commerce."
47
  msgstr ""
48
 
49
+ #: includes/class-yith-wcwl-admin.php:308
50
  msgid ""
51
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
52
  msgstr ""
53
 
54
+ #: includes/class-yith-wcwl-admin.php:309
55
  msgid ""
56
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
57
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
58
  "on \"Add to wishlist\""
59
  msgstr ""
60
 
61
+ #: includes/class-yith-wcwl-admin.php:310
62
  msgid ""
63
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
64
  "them either public (visible to everyone), private or shared (visible only to "
65
  "people it has been shared with)"
66
  msgstr ""
67
 
68
+ #: includes/class-yith-wcwl-admin.php:311
69
  msgid ""
70
  "Choose between <b>different layouts</b> for the wishlist page and for the "
71
  "wishlist content"
72
  msgstr ""
73
 
74
+ #: includes/class-yith-wcwl-admin.php:312
75
  msgid ""
76
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
77
  "move a product from one wishlist to another, change order of items, "
78
  "quantity, etc."
79
  msgstr ""
80
 
81
+ #: includes/class-yith-wcwl-admin.php:313
82
  msgid ""
83
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
84
  "content of their wishlist to the admin and get a custom quote"
85
  msgstr ""
86
 
87
+ #: includes/class-yith-wcwl-admin.php:314
88
  msgid ""
89
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
90
  "(available also with \"mini-cart\" style for the header)"
91
  msgstr ""
92
 
93
+ #: includes/class-yith-wcwl-admin.php:315
94
  msgid ""
95
+ "<b>Send promotional emails to users</b> who have added specific products to "
 
96
  "their wishlist"
97
  msgstr ""
98
 
99
+ #: includes/class-yith-wcwl-admin.php:316
100
  msgid ""
101
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
102
  "the list is back in stock or on sale"
103
  msgstr ""
104
 
105
+ #: includes/class-yith-wcwl-admin.php:317
106
  msgid "Regular updates, Translations and Premium Support"
107
  msgstr ""
108
 
109
+ #: includes/class-yith-wcwl-ajax-handler.php:94
110
+ #: templates/add-to-wishlist-remove.php:81
111
  msgid "View &rsaquo;"
112
  msgstr ""
113
 
114
+ #: includes/class-yith-wcwl-ajax-handler.php:95
115
+ #: templates/add-to-wishlist-remove.php:69
116
  msgid "or"
117
  msgstr ""
118
 
119
+ #: includes/class-yith-wcwl-ajax-handler.php:96
120
  msgid "Close"
121
  msgstr ""
122
 
123
+ #: includes/class-yith-wcwl-ajax-handler.php:203
124
+ #: includes/class-yith-wcwl-ajax-handler.php:252
125
  msgid "Product successfully removed."
126
  msgstr "محصول با موفقیت حذف شد."
127
 
128
+ #: includes/class-yith-wcwl-form-handler.php:193
129
  msgid "Please, make sure to enter a valid title"
130
  msgstr ""
131
 
132
+ #: includes/class-yith-wcwl-frontend.php:674
133
  msgid ""
134
  "We are sorry, but this feature is available only if cookies on your browser "
135
  "are enabled."
136
  msgstr ""
137
 
138
+ #: includes/class-yith-wcwl-frontend.php:684
139
  msgid "Product added to cart successfully"
140
  msgstr ""
141
 
142
+ #: includes/class-yith-wcwl-frontend.php:947
143
+ #: includes/class-yith-wcwl-shortcode.php:248
144
+ #: plugin-options/wishlist_page-options.php:249
145
+ #: templates/wishlist-view-footer-mobile.php:59
146
+ #: templates/wishlist-view-footer.php:59
147
  msgid "Add to cart"
148
  msgstr ""
149
 
191
  "for the products you love."
192
  msgstr ""
193
 
194
+ #: includes/class-yith-wcwl-privacy.php:94
195
+ #: includes/class-yith-wcwl-privacy.php:110
196
  msgid "Customer wishlists"
197
  msgstr ""
198
 
199
+ #: includes/class-yith-wcwl-privacy.php:147 plugin-options/lists-options.php:34
200
+ #: plugin-options/lists-options.php:41
201
  msgid "Wishlists"
202
  msgstr "لیست علاقه مندی ها"
203
 
204
  #. Translators: %s Order number.
205
+ #: includes/class-yith-wcwl-privacy.php:233
206
  msgid "Removed wishlist %s."
207
  msgstr "لیست علاقه مندی های من در %s"
208
 
209
  #. Translators: %s Order number.
210
+ #: includes/class-yith-wcwl-privacy.php:237
211
  msgid "Wishlist %s has been retained."
212
  msgstr ""
213
 
214
+ #: includes/class-yith-wcwl-privacy.php:272
215
  msgid "Token"
216
  msgstr ""
217
 
218
+ #: includes/class-yith-wcwl-privacy.php:273
219
  msgid "Wishlist URL"
220
  msgstr ""
221
 
222
+ #: includes/class-yith-wcwl-privacy.php:274
223
  msgid "Title"
224
  msgstr "عنوان فیلد"
225
 
226
+ #: includes/class-yith-wcwl-privacy.php:276
227
  msgid "Visibility"
228
  msgstr ""
229
 
230
+ #: includes/class-yith-wcwl-privacy.php:277
231
  msgid "Items added"
232
  msgstr ""
233
 
294
  msgid "ID of the wishlist to show (e.g. K6EOWXB888ZD)"
295
  msgstr ""
296
 
297
+ #: includes/class-yith-wcwl-shortcode.php:452
298
  msgid "Share on:"
299
  msgstr "اشتراک در : "
300
 
301
+ #: includes/class-yith-wcwl-shortcode.php:498
302
+ #: plugin-options/wishlist_page-options.php:147
303
  msgid "Share on Facebook"
304
  msgstr "اشتراک در فیس بوک"
305
 
306
+ #: includes/class-yith-wcwl-shortcode.php:515
307
+ #: plugin-options/wishlist_page-options.php:156
308
  msgid "Tweet on Twitter"
309
  msgstr "توییت در توییتر"
310
 
311
+ #: includes/class-yith-wcwl-shortcode.php:533
312
+ #: plugin-options/wishlist_page-options.php:165
313
  msgid "Pin on Pinterest"
314
  msgstr "پین به پینترست"
315
 
316
+ #: includes/class-yith-wcwl-shortcode.php:547
317
  msgid "Share via email"
318
  msgstr ""
319
 
320
+ #: includes/class-yith-wcwl-shortcode.php:570
321
+ #: plugin-options/wishlist_page-options.php:183
322
  msgid "Share on WhatsApp"
323
  msgstr ""
324
 
325
+ #: includes/class-yith-wcwl-shortcode.php:744
326
  msgid "Remove from list"
327
  msgstr ""
328
 
329
+ #: includes/class-yith-wcwl-wishlist-item.php:203
330
  msgid "Free!"
331
  msgstr "رایگان!"
332
 
333
+ #: includes/class-yith-wcwl.php:232
334
  msgid "The item cannot be added to this wishlist"
335
  msgstr ""
336
 
337
+ #: includes/class-yith-wcwl.php:236 includes/class-yith-wcwl.php:242
338
  msgid "An error occurred while adding the products to the wishlist."
339
  msgstr ""
340
 
341
+ #: includes/class-yith-wcwl.php:339 includes/class-yith-wcwl.php:365
342
  msgid "Error. Unable to remove the product from the wishlist."
343
  msgstr "خطا : محصول از لیست علاقه مندی ها حذف نشد."
344
 
345
+ #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:250
346
+ #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:272
347
  msgid "Invalid wishlist."
348
  msgstr ""
349
 
350
+ #: includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:210
351
  msgid "Invalid wishlist item."
352
  msgstr ""
353
 
354
  #. translators: 1. Number of users.
355
+ #: includes/functions-yith-wcwl.php:309
356
  msgid "%d user"
357
  msgid_plural "%d users"
358
  msgstr[0] ""
359
  msgstr[1] ""
360
 
361
+ #: includes/functions-yith-wcwl.php:310
362
  msgid "has this item in wishlist"
363
  msgid_plural "have this item in wishlist"
364
  msgstr[0] ""
365
  msgstr[1] ""
366
 
367
+ #: includes/functions-yith-wcwl.php:312
368
  msgid "You're the first"
369
  msgstr ""
370
 
371
+ #: includes/functions-yith-wcwl.php:313
372
  msgid "to add this item in wishlist"
373
  msgstr ""
374
 
375
  #. translators: 1. Count of users when many, or "another" when only one.
376
+ #: includes/functions-yith-wcwl.php:317
377
  msgid "You and %s user"
378
  msgid_plural "You and %d users"
379
  msgstr[0] ""
380
  msgstr[1] ""
381
 
382
+ #: includes/functions-yith-wcwl.php:317
383
  msgid "another"
384
  msgstr ""
385
 
386
+ #: includes/functions-yith-wcwl.php:318
387
  msgid "have this item in wishlist"
388
  msgstr ""
389
 
390
+ #: includes/functions-yith-wcwl.php:534
391
  msgid "None"
392
  msgstr ""
393
 
394
+ #: includes/functions-yith-wcwl.php:535
395
  #, fuzzy
396
  msgid "Custom"
397
  msgstr "CSS دستی"
398
 
399
+ #: includes/functions-yith-wcwl.php:567
400
  msgid "Shared"
401
  msgstr ""
402
 
403
+ #: includes/functions-yith-wcwl.php:571
404
  msgid "Only people with a link to this list can see it"
405
  msgstr ""
406
 
407
+ #: includes/functions-yith-wcwl.php:577
408
  msgid "Private"
409
  msgstr ""
410
 
411
+ #: includes/functions-yith-wcwl.php:581
412
  msgid "Only you can see this list"
413
  msgstr ""
414
 
415
+ #: includes/functions-yith-wcwl.php:587
416
  msgid "Public"
417
  msgstr ""
418
 
419
+ #: includes/functions-yith-wcwl.php:591
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:118
424
+ #: plugin-options/add_to_wishlist-options.php:136
425
  msgid "Add to wishlist"
426
  msgstr ""
427
 
428
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:128
429
+ #: plugin-options/add_to_wishlist-options.php:152
430
  msgid "Browse wishlist"
431
  msgstr ""
432
 
440
  msgid "Product added to wishlist"
441
  msgstr "متن \"محصول از قبل اضافه شده\""
442
 
443
+ #: init.php:173
444
  #, fuzzy
445
  msgid "is enabled but not effective. It requires WooCommerce to work."
446
  msgstr ""
447
  "YITH WooCommerce Wishlist فعال شده اما برای عملکرد ابتدا باید پلاگین "
448
  "woocommerce را نصب کنید"
449
 
450
+ #: init.php:191
451
+ msgid ""
452
+ "YITH WooCommerce Wishlist was deactivated as you're running an higher tier "
453
+ "version of the same plugin."
 
 
454
  msgstr ""
455
 
456
+ #: plugin-options/add_to_wishlist-options.php:29
457
+ #: plugin-options/settings-options.php:32
458
  msgid "General Settings"
459
  msgstr "تنظیمات عمومی"
460
 
461
+ #: plugin-options/add_to_wishlist-options.php:36
462
  msgid "After product is added to wishlist"
463
  msgstr ""
464
 
465
+ #: plugin-options/add_to_wishlist-options.php:37
466
  msgid ""
467
  "Choose the look of the Wishlist button when the product has already been "
468
  "added to a wishlist"
469
  msgstr ""
470
 
471
+ #: plugin-options/add_to_wishlist-options.php:41
472
  #, fuzzy
473
  msgid "Show \"Add to wishlist\" button"
474
  msgstr "متن \"محصول از قبل اضافه شده\""
475
 
476
+ #: plugin-options/add_to_wishlist-options.php:42
477
  msgid "Show \"View wishlist\" link"
478
  msgstr ""
479
 
480
+ #: plugin-options/add_to_wishlist-options.php:43
481
  msgid "Show \"Remove from list\" link"
482
  msgstr ""
483
 
484
+ #: plugin-options/add_to_wishlist-options.php:57
485
  msgid "Loop settings"
486
  msgstr ""
487
 
488
+ #: plugin-options/add_to_wishlist-options.php:59
489
  msgid ""
490
  "Loop options will be visible on Shop page, category pages, product "
491
  "shortcodes, products sliders, and all the other places where the WooCommerce "
492
  "products' loop is used"
493
  msgstr ""
494
 
495
+ #: plugin-options/add_to_wishlist-options.php:64
496
  msgid "Show \"Add to wishlist\" in loop"
497
  msgstr ""
498
 
499
+ #: plugin-options/add_to_wishlist-options.php:65
500
  msgid "Enable the \"Add to wishlist\" feature in WooCommerce products' loop"
501
  msgstr ""
502
 
503
+ #: plugin-options/add_to_wishlist-options.php:73
504
  msgid "Position of \"Add to wishlist\" in loop"
505
  msgstr ""
506
 
507
+ #: plugin-options/add_to_wishlist-options.php:74
508
  msgid ""
509
  "Choose where to show \"Add to wishlist\" button or link in WooCommerce "
510
  "products' loop. <span class=\"addon\">Copy this shortcode <span class=\"code"
512
  "want to show the \"Add to wishlist\" link or button</span>"
513
  msgstr ""
514
 
515
+ #: plugin-options/add_to_wishlist-options.php:81
516
  msgid "On top of the image"
517
  msgstr ""
518
 
519
+ #: plugin-options/add_to_wishlist-options.php:82
520
  msgid "Before \"Add to cart\" button"
521
  msgstr ""
522
 
523
+ #: plugin-options/add_to_wishlist-options.php:83
524
  msgid "After \"Add to cart\" button"
525
  msgstr ""
526
 
527
+ #: plugin-options/add_to_wishlist-options.php:84
528
+ #: plugin-options/add_to_wishlist-options.php:116
529
  msgid "Use shortcode"
530
  msgstr "استفاده از شورتکد"
531
 
532
+ #: plugin-options/add_to_wishlist-options.php:98
533
  msgid "Product page settings"
534
  msgstr ""
535
 
536
+ #: plugin-options/add_to_wishlist-options.php:105
537
  msgid "Position of \"Add to wishlist\" on product page"
538
  msgstr ""
539
 
540
+ #: plugin-options/add_to_wishlist-options.php:106
541
  msgid ""
542
  "Choose where to show \"Add to wishlist\" button or link on the product page. "
543
  "<span class=\"addon\">Copy this shortcode <span class=\"code"
545
  "want to show the \"Add to wishlist\" link or button</span>"
546
  msgstr ""
547
 
548
+ #: plugin-options/add_to_wishlist-options.php:113
549
  msgid "After \"Add to cart\""
550
  msgstr "بعد از \"افزودن به سبد\""
551
 
552
+ #: plugin-options/add_to_wishlist-options.php:114
553
  msgid "After thumbnails"
554
  msgstr "بعد از تصاویر محصول"
555
 
556
+ #: plugin-options/add_to_wishlist-options.php:115
557
  msgid "After summary"
558
  msgstr "بعد از خلاصه محصول"
559
 
560
+ #: plugin-options/add_to_wishlist-options.php:126
561
+ #: plugin-options/wishlist_page-options.php:231
562
  msgid "Text customization"
563
  msgstr ""
564
 
565
+ #: plugin-options/add_to_wishlist-options.php:133
566
  msgid "\"Add to wishlist\" text"
567
  msgstr ""
568
 
569
+ #: plugin-options/add_to_wishlist-options.php:134
570
  msgid "Enter a text for \"Add to wishlist\" button"
571
  msgstr ""
572
 
573
+ #: plugin-options/add_to_wishlist-options.php:141
574
  msgid "\"Product added\" text"
575
  msgstr "متن \"محصول اضافه شد\""
576
 
577
+ #: plugin-options/add_to_wishlist-options.php:142
578
  msgid ""
579
  "Enter the text of the message displayed when the user adds a product to the "
580
  "wishlist"
581
  msgstr ""
582
 
583
+ #: plugin-options/add_to_wishlist-options.php:144
584
  msgid "Product added!"
585
  msgstr "اضافه شد!"
586
 
587
+ #: plugin-options/add_to_wishlist-options.php:149
588
  msgid "\"Browse wishlist\" text"
589
  msgstr "متن \"مشاهده علاقه مندی ها\""
590
 
591
+ #: plugin-options/add_to_wishlist-options.php:150
592
  msgid "Enter a text for the \"Browse wishlist\" link on the product page"
593
  msgstr ""
594
 
595
+ #: plugin-options/add_to_wishlist-options.php:157
596
  msgid "\"Product already in wishlist\" text"
597
  msgstr "متن \"محصول از قبل اضافه شده\""
598
 
599
+ #: plugin-options/add_to_wishlist-options.php:158
600
  msgid ""
601
  "Enter the text for the message displayed when the user views a product that "
602
  "is already in the wishlist"
603
  msgstr ""
604
 
605
+ #: plugin-options/add_to_wishlist-options.php:160
606
  msgid "The product is already in your wishlist!"
607
  msgstr ""
608
 
609
+ #: plugin-options/add_to_wishlist-options.php:170
610
  msgid "Style & Color customization"
611
  msgstr ""
612
 
613
+ #: plugin-options/add_to_wishlist-options.php:177
614
  msgid "Style of \"Add to wishlist\""
615
  msgstr ""
616
 
617
+ #: plugin-options/add_to_wishlist-options.php:178
618
  msgid ""
619
  "Choose if you want to show a textual \"Add to wishlist\" link or a button"
620
  msgstr ""
621
 
622
+ #: plugin-options/add_to_wishlist-options.php:181
623
+ #: plugin-options/wishlist_page-options.php:270
624
  msgid "Textual (anchor)"
625
  msgstr ""
626
 
627
+ #: plugin-options/add_to_wishlist-options.php:182
628
+ #: plugin-options/wishlist_page-options.php:271
629
  msgid "Button with theme style"
630
  msgstr ""
631
 
632
+ #: plugin-options/add_to_wishlist-options.php:183
633
+ #: plugin-options/wishlist_page-options.php:272
634
  msgid "Button with custom style"
635
  msgstr ""
636
 
637
+ #: plugin-options/add_to_wishlist-options.php:191
638
  msgid "\"Add to wishlist\" button style"
639
  msgstr ""
640
 
641
+ #: plugin-options/add_to_wishlist-options.php:197
642
  msgid "Choose colors for the \"Add to wishlist\" button"
643
  msgstr ""
644
 
645
+ #: plugin-options/add_to_wishlist-options.php:199
646
+ #: plugin-options/wishlist_page-options.php:288
647
+ #: plugin-options/wishlist_page-options.php:386
648
+ #: plugin-options/wishlist_page-options.php:435
649
+ #: plugin-options/wishlist_page-options.php:483
650
+ #: plugin-options/wishlist_page-options.php:570
651
+ #: plugin-options/wishlist_page-options.php:610
652
+ #: plugin-options/wishlist_page-options.php:650
653
+ #: plugin-options/wishlist_page-options.php:690
654
+ #: plugin-options/wishlist_page-options.php:730
655
  msgid "Background"
656
  msgstr "پس زمینه"
657
 
658
+ #: plugin-options/add_to_wishlist-options.php:204
659
+ #: plugin-options/wishlist_page-options.php:293
660
+ #: plugin-options/wishlist_page-options.php:391
661
+ #: plugin-options/wishlist_page-options.php:440
662
+ #: plugin-options/wishlist_page-options.php:488
663
+ #: plugin-options/wishlist_page-options.php:525
664
  msgid "Text"
665
  msgstr "متن"
666
 
667
+ #: plugin-options/add_to_wishlist-options.php:209
668
+ #: plugin-options/wishlist_page-options.php:298
669
+ #: plugin-options/wishlist_page-options.php:396
670
+ #: plugin-options/wishlist_page-options.php:445
671
+ #: plugin-options/wishlist_page-options.php:493
672
  msgid "Border"
673
  msgstr "کادر"
674
 
675
+ #: plugin-options/add_to_wishlist-options.php:215
676
  msgid "Choose colors for the \"Add to wishlist\" button on hover state"
677
  msgstr ""
678
 
679
+ #: plugin-options/add_to_wishlist-options.php:217
680
+ #: plugin-options/wishlist_page-options.php:306
681
+ #: plugin-options/wishlist_page-options.php:404
682
+ #: plugin-options/wishlist_page-options.php:453
683
  msgid "Background Hover"
684
  msgstr ""
685
 
686
+ #: plugin-options/add_to_wishlist-options.php:222
687
+ #: plugin-options/wishlist_page-options.php:311
688
+ #: plugin-options/wishlist_page-options.php:409
689
+ #: plugin-options/wishlist_page-options.php:458
690
  msgid "Text Hover"
691
  msgstr ""
692
 
693
+ #: plugin-options/add_to_wishlist-options.php:227
694
+ #: plugin-options/wishlist_page-options.php:316
695
+ #: plugin-options/wishlist_page-options.php:414
696
+ #: plugin-options/wishlist_page-options.php:463
697
  msgid "Border Hover"
698
  msgstr ""
699
 
700
+ #: plugin-options/add_to_wishlist-options.php:240
701
+ #: plugin-options/wishlist_page-options.php:329
702
  msgid "Border radius"
703
  msgstr ""
704
 
705
+ #: plugin-options/add_to_wishlist-options.php:241
706
  msgid "Choose radius for the \"Add to wishlist\" button"
707
  msgstr ""
708
 
709
+ #: plugin-options/add_to_wishlist-options.php:255
710
  msgid "\"Add to wishlist\" icon"
711
  msgstr ""
712
 
713
+ #: plugin-options/add_to_wishlist-options.php:256
714
  msgid "Select an icon for the \"Add to wishlist\" button (optional)"
715
  msgstr ""
716
 
717
+ #: plugin-options/add_to_wishlist-options.php:275
718
  msgid "\"Add to wishlist\" custom icon"
719
  msgstr ""
720
 
721
+ #: plugin-options/add_to_wishlist-options.php:276
722
+ #: plugin-options/add_to_wishlist-options.php:309
723
  msgid ""
724
  "Upload an icon you'd like to use for \"Add to wishlist\" button (suggested "
725
  "32px x 32px)"
726
  msgstr ""
727
 
728
+ #: plugin-options/add_to_wishlist-options.php:288
729
  msgid "\"Added to wishlist\" icon"
730
  msgstr ""
731
 
732
+ #: plugin-options/add_to_wishlist-options.php:289
733
  msgid "Select an icon for the \"Added to wishlist\" button (optional)"
734
  msgstr ""
735
 
736
+ #: plugin-options/add_to_wishlist-options.php:304
737
  msgid "Same used for Add to wishlist"
738
  msgstr ""
739
 
740
+ #: plugin-options/add_to_wishlist-options.php:308
741
  msgid "\"Added to wishlist\" custom icon"
742
  msgstr ""
743
 
744
+ #: plugin-options/add_to_wishlist-options.php:321
745
  msgid "Custom CSS"
746
  msgstr "CSS دستی"
747
 
748
+ #: plugin-options/add_to_wishlist-options.php:322
749
  msgid "Enter custom CSS to be applied to Wishlist elements (optional)"
750
  msgstr ""
751
 
752
+ #: plugin-options/lists-options.php:43
753
  msgid "Search list"
754
  msgstr ""
755
 
756
+ #: plugin-options/settings-options.php:39
 
 
 
 
 
 
 
 
757
  msgid "Enable AJAX loading"
758
  msgstr ""
759
 
760
+ #: plugin-options/settings-options.php:40
761
  msgid "Load any cacheable wishlist item via AJAX"
762
  msgstr ""
763
 
764
+ #: plugin-options/settings-options.php:54
765
  msgid "YITH WooCommerce Frequently Bought Together Integration"
766
  msgstr ""
767
 
768
+ #: plugin-options/settings-options.php:60
 
 
 
 
 
 
 
 
769
  msgid "Enable slider in wishlist"
770
  msgstr ""
771
 
772
+ #. translators: 1. Example image of the integration.
773
+ #: plugin-options/settings-options.php:62
 
774
  msgid ""
775
  "Enable the slider with linked products on the Wishlist page (<a href=\"%1$s"
776
+ "\" class=\"thickbox\">Example</a>)."
777
  msgstr ""
778
 
779
+ #: plugin-options/wishlist_page-options.php:28
780
+ #: plugin-options/wishlist_page-options.php:35
 
 
 
781
  msgid "Wishlist page"
782
  msgstr ""
783
 
784
+ #: plugin-options/wishlist_page-options.php:36
785
  msgid ""
786
  "Pick a page as the main Wishlist page; make sure you add the <span class="
787
  "\"code\"><code>[yith_wcwl_wishlist]</code></span> shortcode into the page "
788
  "content"
789
  msgstr ""
790
 
791
+ #: plugin-options/wishlist_page-options.php:49
792
  msgid "Wishlist Detail Page"
793
  msgstr ""
794
 
 
795
  #: plugin-options/wishlist_page-options.php:56
796
  #: plugin-options/wishlist_page-options.php:65
797
  #: plugin-options/wishlist_page-options.php:74
798
  #: plugin-options/wishlist_page-options.php:83
799
  #: plugin-options/wishlist_page-options.php:92
800
  #: plugin-options/wishlist_page-options.php:101
801
+ #: plugin-options/wishlist_page-options.php:110
802
  msgid "In wishlist table show"
803
  msgstr ""
804
 
805
+ #: plugin-options/wishlist_page-options.php:57
806
  msgid "Product variations selected by the user (example: size or color)"
807
  msgstr ""
808
 
809
+ #: plugin-options/wishlist_page-options.php:66
810
  msgid "Product price"
811
  msgstr ""
812
 
813
+ #: plugin-options/wishlist_page-options.php:75
814
  msgid "Product stock (show if the product is available or not)"
815
  msgstr ""
816
 
817
+ #: plugin-options/wishlist_page-options.php:84
818
  msgid "Date on which the product was added to the wishlist"
819
  msgstr ""
820
 
821
+ #: plugin-options/wishlist_page-options.php:93
822
  msgid "Add to cart option for each product"
823
  msgstr ""
824
 
825
+ #: plugin-options/wishlist_page-options.php:102
826
  msgid ""
827
  "Icon to remove the product from the wishlist - to the left of the product"
828
  msgstr ""
829
 
830
+ #: plugin-options/wishlist_page-options.php:111
831
  msgid ""
832
  "Button to remove the product from the wishlist - to the right of the product"
833
  msgstr ""
834
 
835
+ #: plugin-options/wishlist_page-options.php:119
836
  msgid "Redirect to cart"
837
  msgstr "انتقال به سبد خرید"
838
 
839
+ #: plugin-options/wishlist_page-options.php:120
840
  msgid ""
841
  "Redirect users to the cart page when they add a product to the cart from the "
842
  "wishlist page"
843
  msgstr ""
844
 
845
+ #: plugin-options/wishlist_page-options.php:128
846
  msgid "Remove if added to the cart"
847
  msgstr "حذف محصول در صورت افزودن به سبد"
848
 
849
+ #: plugin-options/wishlist_page-options.php:129
850
  msgid ""
851
  "Remove the product from the wishlist after it has been added to the cart"
852
  msgstr ""
853
 
854
+ #: plugin-options/wishlist_page-options.php:137
855
  msgid "Share wishlist"
856
  msgstr ""
857
 
858
+ #: plugin-options/wishlist_page-options.php:138
859
  msgid "Enable this option to let users share their wishlist on social media"
860
  msgstr ""
861
 
 
862
  #: plugin-options/wishlist_page-options.php:146
863
  #: plugin-options/wishlist_page-options.php:155
864
  #: plugin-options/wishlist_page-options.php:164
865
  #: plugin-options/wishlist_page-options.php:173
866
+ #: plugin-options/wishlist_page-options.php:182
867
  msgid "Share on social media"
868
  msgstr ""
869
 
870
+ #: plugin-options/wishlist_page-options.php:174
871
  msgid "Share by email"
872
  msgstr ""
873
 
874
+ #: plugin-options/wishlist_page-options.php:191
875
  msgid "Share by URL"
876
  msgstr ""
877
 
878
+ #: plugin-options/wishlist_page-options.php:192
879
  msgid "Show \"Share URL\" field on wishlist page"
880
  msgstr ""
881
 
882
+ #: plugin-options/wishlist_page-options.php:200
883
  msgid "Sharing title"
884
  msgstr ""
885
 
886
+ #: plugin-options/wishlist_page-options.php:201
887
  msgid "Wishlist title used for sharing (only used on Twitter and Pinterest)"
888
  msgstr ""
889
 
890
  #. translators: 1. Blog name.
891
+ #: plugin-options/wishlist_page-options.php:204
892
  msgid "My wishlist on %s"
893
  msgstr "لیست علاقه مندی های من در %s"
894
 
895
+ #: plugin-options/wishlist_page-options.php:209
896
  msgid "Social text"
897
  msgstr "متن اجتماعی"
898
 
899
+ #: plugin-options/wishlist_page-options.php:210
900
  msgid ""
901
  "Type the message you want to publish when you share your wishlist on Twitter "
902
  "and Pinterest"
903
  msgstr ""
904
 
905
+ #: plugin-options/wishlist_page-options.php:218
906
  msgid "Social image URL"
907
  msgstr "آدرس تصویر اجتماعی"
908
 
909
+ #: plugin-options/wishlist_page-options.php:219
910
  msgid "It will be used to pin the wishlist on Pinterest."
911
  msgstr ""
912
 
913
+ #: plugin-options/wishlist_page-options.php:238
914
  msgid "Default wishlist name"
915
  msgstr ""
916
 
917
+ #: plugin-options/wishlist_page-options.php:239
918
  msgid ""
919
  "Enter a name for the default wishlist. This is the wishlist that will be "
920
  "automatically generated for all users if they do not create any custom one"
921
  msgstr ""
922
 
923
+ #: plugin-options/wishlist_page-options.php:241
924
  #, fuzzy
925
  msgid "My wishlist"
926
  msgstr "لیست علاقه مندی های من در %s"
927
 
928
+ #: plugin-options/wishlist_page-options.php:246
929
  msgid "\"Add to cart\" text"
930
  msgstr ""
931
 
932
+ #: plugin-options/wishlist_page-options.php:247
933
  msgid "Enter a text for the \"Add to cart\" button"
934
  msgstr ""
935
 
936
+ #: plugin-options/wishlist_page-options.php:259
937
  msgid "Style & color customization"
938
  msgstr ""
939
 
940
+ #: plugin-options/wishlist_page-options.php:266
941
  msgid "Style of \"Add to cart\""
942
  msgstr ""
943
 
944
+ #: plugin-options/wishlist_page-options.php:267
945
  msgid "Choose whether to show a textual \"Add to cart\" link or a button"
946
  msgstr ""
947
 
948
+ #: plugin-options/wishlist_page-options.php:280
949
  msgid "\"Add to cart\" button style"
950
  msgstr ""
951
 
952
+ #: plugin-options/wishlist_page-options.php:286
953
  msgid "Choose the colors for the \"Add to cart\" button"
954
  msgstr ""
955
 
956
+ #: plugin-options/wishlist_page-options.php:304
957
  msgid "Choose colors for the \"Add to cart\" button on hover state"
958
  msgstr ""
959
 
960
+ #: plugin-options/wishlist_page-options.php:330
961
  msgid "Set the radius for the \"Add to cart\" button"
962
  msgstr ""
963
 
964
+ #: plugin-options/wishlist_page-options.php:344
965
  msgid "\"Add to cart\" icon"
966
  msgstr ""
967
 
968
+ #: plugin-options/wishlist_page-options.php:345
969
  msgid "Select an icon for the \"Add to cart\" button (optional)"
970
  msgstr ""
971
 
972
+ #: plugin-options/wishlist_page-options.php:369
973
  msgid "\"Add to cart\" custom icon"
974
  msgstr ""
975
 
976
+ #: plugin-options/wishlist_page-options.php:370
977
  msgid ""
978
  "Upload an icon you'd like to use for the \"Add to cart\" button (suggested "
979
  "32px x 32px)"
980
  msgstr ""
981
 
982
+ #: plugin-options/wishlist_page-options.php:378
983
  msgid "Primary button style"
984
  msgstr ""
985
 
986
+ #: plugin-options/wishlist_page-options.php:384
987
  msgid ""
988
  "Choose colors for the primary button<br/><small>This style will be applied "
989
  "to \"Edit title\" button on Wishlist view, \"Submit Changes\" button on "
990
  "Manage view and \"Search wishlist\" button on Search view</small>"
991
  msgstr ""
992
 
993
+ #: plugin-options/wishlist_page-options.php:402
994
  msgid ""
995
  "Choose colors for the primary button on hover state<br/><small>This style "
996
  "will be applied to \"Edit title\" button on Wishlist view, \"Submit Changes"
998
  "small>"
999
  msgstr ""
1000
 
1001
+ #: plugin-options/wishlist_page-options.php:427
1002
  msgid "Secondary button style"
1003
  msgstr ""
1004
 
 
1005
  #: plugin-options/wishlist_page-options.php:433
1006
+ #: plugin-options/wishlist_page-options.php:451
1007
  msgid ""
1008
  "Choose colors of the secondary button<br/><small>This style will be applied "
1009
  "to the buttons that allow showing and hiding the Edit title form on Wishlist "
1010
  "view and \"Create new Wishlist\" button on Manage view</small>"
1011
  msgstr ""
1012
 
1013
+ #: plugin-options/wishlist_page-options.php:476
1014
  msgid "Wishlist table style"
1015
  msgstr ""
1016
 
1017
+ #: plugin-options/wishlist_page-options.php:477
1018
  msgid ""
1019
  "Choose the colors for the wishlist table (when set to \"Traditional\" layout)"
1020
  msgstr ""
1021
 
1022
+ #: plugin-options/wishlist_page-options.php:505
1023
  msgid "Highlight color"
1024
  msgstr ""
1025
 
1026
+ #: plugin-options/wishlist_page-options.php:506
1027
  msgid ""
1028
  "Choose the color for all sections with background<br/><small>This color will "
1029
  "be used as background for the wishlist table heading and footer (when set to "
1030
  "\"Traditional\" layout), and for various form across wishlist views</small>"
1031
  msgstr ""
1032
 
1033
+ #: plugin-options/wishlist_page-options.php:518
1034
  msgid "Share button text color"
1035
  msgstr ""
1036
 
1037
+ #: plugin-options/wishlist_page-options.php:519
1038
  msgid "Choose colors for share buttons text"
1039
  msgstr ""
1040
 
1041
+ #: plugin-options/wishlist_page-options.php:530
1042
  msgid "Text hover"
1043
  msgstr ""
1044
 
1045
+ #: plugin-options/wishlist_page-options.php:543
1046
  msgid "Facebook share button icon"
1047
  msgstr ""
1048
 
1049
+ #: plugin-options/wishlist_page-options.php:544
1050
  msgid "Select an icon for the Facebook share button"
1051
  msgstr ""
1052
 
1053
+ #: plugin-options/wishlist_page-options.php:554
1054
  msgid "Facebook share button custom icon"
1055
  msgstr ""
1056
 
1057
+ #: plugin-options/wishlist_page-options.php:555
1058
  msgid ""
1059
  "Upload an icon you'd like to use for Facebook share button (suggested 32px x "
1060
  "32px)"
1061
  msgstr ""
1062
 
1063
+ #: plugin-options/wishlist_page-options.php:563
1064
  msgid "Facebook share button style"
1065
  msgstr ""
1066
 
1067
+ #: plugin-options/wishlist_page-options.php:564
1068
  msgid "Choose colors for Facebook share button"
1069
  msgstr ""
1070
 
1071
+ #: plugin-options/wishlist_page-options.php:575
1072
+ #: plugin-options/wishlist_page-options.php:615
1073
+ #: plugin-options/wishlist_page-options.php:655
1074
+ #: plugin-options/wishlist_page-options.php:695
1075
+ #: plugin-options/wishlist_page-options.php:735
1076
  msgid "Background hover"
1077
  msgstr ""
1078
 
1079
+ #: plugin-options/wishlist_page-options.php:583
1080
  msgid "Twitter share button icon"
1081
  msgstr ""
1082
 
1083
+ #: plugin-options/wishlist_page-options.php:584
1084
  msgid "Select an icon for the Twitter share button"
1085
  msgstr ""
1086
 
1087
+ #: plugin-options/wishlist_page-options.php:594
1088
  msgid "Twitter share button custom icon"
1089
  msgstr ""
1090
 
1091
+ #: plugin-options/wishlist_page-options.php:595
1092
  msgid ""
1093
  "Upload an icon you'd like to use for Twitter share button (suggested 32px x "
1094
  "32px)"
1095
  msgstr ""
1096
 
1097
+ #: plugin-options/wishlist_page-options.php:603
1098
  msgid "Twitter share button style"
1099
  msgstr ""
1100
 
1101
+ #: plugin-options/wishlist_page-options.php:604
1102
  msgid "Choose colors for Twitter share button"
1103
  msgstr ""
1104
 
1105
+ #: plugin-options/wishlist_page-options.php:623
1106
  msgid "Pinterest share button icon"
1107
  msgstr ""
1108
 
1109
+ #: plugin-options/wishlist_page-options.php:624
1110
  msgid "Select an icon for the Pinterest share button"
1111
  msgstr ""
1112
 
1113
+ #: plugin-options/wishlist_page-options.php:634
1114
  msgid "Pinterest share button custom icon"
1115
  msgstr ""
1116
 
1117
+ #: plugin-options/wishlist_page-options.php:635
1118
  msgid ""
1119
  "Upload an icon you'd like to use for Pinterest share button (suggested 32px "
1120
  "x 32px)"
1121
  msgstr ""
1122
 
1123
+ #: plugin-options/wishlist_page-options.php:643
1124
  msgid "Pinterest share button style"
1125
  msgstr ""
1126
 
1127
+ #: plugin-options/wishlist_page-options.php:644
1128
  msgid "Choose colors for Pinterest share button"
1129
  msgstr ""
1130
 
1131
+ #: plugin-options/wishlist_page-options.php:663
1132
  msgid "Email share button icon"
1133
  msgstr ""
1134
 
1135
+ #: plugin-options/wishlist_page-options.php:664
1136
  msgid "Select an icon for the Email share button"
1137
  msgstr ""
1138
 
1139
+ #: plugin-options/wishlist_page-options.php:674
1140
  msgid "Email share button custom icon"
1141
  msgstr ""
1142
 
1143
+ #: plugin-options/wishlist_page-options.php:675
1144
  msgid ""
1145
  "Upload an icon you'd like to use for the Email share button (suggested 32px "
1146
  "x 32px)"
1147
  msgstr ""
1148
 
1149
+ #: plugin-options/wishlist_page-options.php:683
1150
  msgid "Email share button style"
1151
  msgstr ""
1152
 
1153
+ #: plugin-options/wishlist_page-options.php:684
1154
  msgid "Choose colors for the Email share button"
1155
  msgstr ""
1156
 
1157
+ #: plugin-options/wishlist_page-options.php:703
1158
  msgid "WhatsApp share button icon"
1159
  msgstr ""
1160
 
1161
+ #: plugin-options/wishlist_page-options.php:704
1162
  msgid "Select an icon for the WhatsApp share button"
1163
  msgstr ""
1164
 
1165
+ #: plugin-options/wishlist_page-options.php:714
1166
  msgid "WhatsApp share button custom icon"
1167
  msgstr ""
1168
 
1169
+ #: plugin-options/wishlist_page-options.php:715
1170
  msgid ""
1171
  "Upload an icon you'd like to use for WhatsApp share button (suggested 32px x "
1172
  "32px)"
1173
  msgstr ""
1174
 
1175
+ #: plugin-options/wishlist_page-options.php:723
1176
  msgid "WhatsApp share button style"
1177
  msgstr ""
1178
 
1179
+ #: plugin-options/wishlist_page-options.php:724
1180
  msgid "Choose colors for WhatsApp share button"
1181
  msgstr ""
1182
 
1183
+ #: templates/share.php:56 templates/share.php:57
1184
  msgid "Facebook"
1185
  msgstr "فیسبوک"
1186
 
1187
+ #: templates/share.php:64 templates/share.php:65
1188
  msgid "Twitter"
1189
  msgstr "توییتر"
1190
 
1191
+ #: templates/share.php:72 templates/share.php:73
1192
  msgid "Pinterest"
1193
  msgstr "پینترست"
1194
 
1195
+ #: templates/share.php:102 templates/share.php:103
1196
  msgid "Email"
1197
  msgstr "ایمیل"
1198
 
1199
+ #: templates/share.php:110
1200
  msgid "WhatsApp"
1201
  msgstr ""
1202
 
1203
+ #: templates/share.php:111
1204
  msgid "Whatsapp"
1205
  msgstr ""
1206
 
1207
+ #: templates/share.php:120
1208
  msgid "(Now"
1209
  msgstr ""
1210
 
1211
+ #: templates/share.php:120
1212
  msgid "copy"
1213
  msgstr ""
1214
 
1215
+ #: templates/share.php:120
1216
  msgid "this wishlist link and share it anywhere)"
1217
  msgstr ""
1218
 
1219
+ #: templates/wishlist-view-footer-mobile.php:55
1220
+ #: templates/wishlist-view-footer.php:55
1221
  msgid "Apply this action to all the selected items:"
1222
  msgstr ""
1223
 
1224
+ #: templates/wishlist-view-footer-mobile.php:62
1225
+ #: templates/wishlist-view-footer.php:62
1226
  msgid "Remove from wishlist"
1227
  msgstr ""
1228
 
1229
  #. translators: 1. Wishlist formatted name.
1230
+ #: templates/wishlist-view-footer-mobile.php:80
1231
+ #: templates/wishlist-view-footer.php:80
1232
  msgid "Move to %s"
1233
  msgstr ""
1234
 
1235
+ #: templates/wishlist-view-footer-mobile.php:86
1236
+ #: templates/wishlist-view-footer.php:86
1237
  msgid "Apply"
1238
  msgstr ""
1239
 
1240
+ #: templates/wishlist-view-footer-mobile.php:94
1241
+ #: templates/wishlist-view-footer.php:94
1242
  msgid "Update"
1243
  msgstr ""
1244
 
1245
+ #: templates/wishlist-view-footer-mobile.php:100
1246
+ #: templates/wishlist-view-footer.php:138
1247
  msgid "Add all to cart"
1248
  msgstr ""
1249
 
1250
+ #: templates/wishlist-view-header.php:86
1251
  msgid "Edit title"
1252
  msgstr "ویرایش عنوان"
1253
 
1254
+ #: templates/wishlist-view-mobile.php:143
1255
  msgid "Added on:"
1256
  msgstr ""
1257
 
1258
+ #: templates/wishlist-view-mobile.php:154
1259
  msgid "Price:"
1260
  msgstr ""
1261
 
1262
+ #: templates/wishlist-view-mobile.php:181
1263
  msgid "Quantity:"
1264
  msgstr ""
1265
 
1266
+ #: templates/wishlist-view-mobile.php:196
1267
  msgid "Stock:"
1268
  msgstr ""
1269
 
1270
+ #: templates/wishlist-view-mobile.php:199 templates/wishlist-view.php:431
1271
  msgid "Out of stock"
1272
  msgstr ""
1273
 
1274
+ #: templates/wishlist-view-mobile.php:199 templates/wishlist-view.php:431
1275
  msgid "In Stock"
1276
  msgstr "موجود"
1277
 
1278
+ #: templates/wishlist-view-mobile.php:219 templates/wishlist-view.php:531
1279
  msgid "Move"
1280
  msgstr ""
1281
 
1282
+ #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:562
1283
  msgid "Move to another list &rsaquo;"
1284
  msgstr ""
1285
 
1286
+ #: templates/wishlist-view-mobile.php:270 templates/wishlist-view.php:250
1287
+ #: templates/wishlist-view.php:594
1288
  msgid "Remove this product"
1289
  msgstr "حذف این محصول"
1290
 
1291
+ #: templates/wishlist-view-mobile.php:291 templates/wishlist-view.php:636
1292
  msgid "No products added to the wishlist"
1293
  msgstr ""
1294
 
1295
+ #: templates/wishlist-view.php:102
1296
  msgid "Product name"
1297
  msgstr ""
1298
 
1299
+ #: templates/wishlist-view.php:122
1300
  msgid "Unit price"
1301
  msgstr ""
1302
 
1303
+ #: templates/wishlist-view.php:143
1304
  msgid "Quantity"
1305
  msgstr ""
1306
 
1307
+ #: templates/wishlist-view.php:164
1308
  msgid "Stock status"
1309
  msgstr ""
1310
 
1311
+ #: templates/wishlist-view.php:206
1312
  msgid "Arrange"
1313
  msgstr ""
1314
 
1315
  #. translators: date added label: 1 date added.
1316
+ #: templates/wishlist-view.php:466
1317
  msgid "Added on: %s"
1318
  msgstr ""
1319
 
1320
+ #: templates/wishlist-view.php:594
1321
  msgid "Remove"
1322
  msgstr "حذف"
1323
 
1330
  "your e-commerce on <strong>YITH</strong></a>"
1331
  msgstr ""
1332
 
1333
+ #: includes/class-yith-wcwl-admin.php:287
1334
  msgctxt "[HELP TAB] Video title"
1335
  msgid ""
1336
  "Check this video to learn how to <b>configure wishlist and customize options:"
1342
  msgid "wishlist"
1343
  msgstr ""
1344
 
1345
+ #: includes/class-yith-wcwl-privacy.php:275
1346
  msgctxt "date when wishlist was created"
1347
  msgid "Created on"
1348
  msgstr ""
1368
  msgstr ""
1369
 
1370
  #. translators: 1. % of reduction/increase in price.
1371
+ #: includes/class-yith-wcwl-wishlist-item.php:478
1372
  msgctxt ""
1373
  "Part of the template that shows price variation since addition to list; "
1374
  "placeholder will be replaced with a percentage"
1376
  msgstr ""
1377
 
1378
  #. translators: 2: original product price.
1379
+ #: includes/class-yith-wcwl-wishlist-item.php:480
1380
  msgctxt ""
1381
  "Part of the template that shows price variation since addition to list; "
1382
  "placeholder will be replaced with a price"
languages/yith-woocommerce-wishlist-fr_FR.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-fr_FR.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
- "POT-Creation-Date: 2022-06-19 14:16:05+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:05+0200\n"
10
  "Last-Translator: \n"
11
  "Language-Team: \n"
@@ -20,19 +20,19 @@ msgstr ""
20
  msgid "Wishlist Page"
21
  msgstr "Page de liste de souhaits"
22
 
23
- #: includes/class-yith-wcwl-admin.php:146
24
  msgid "General settings"
25
  msgstr "Réglages généraux"
26
 
27
- #: includes/class-yith-wcwl-admin.php:147
28
  msgid "Add to wishlist options"
29
  msgstr "Ajouter aux options de liste de souhaits"
30
 
31
- #: includes/class-yith-wcwl-admin.php:148
32
  msgid "Wishlist page options"
33
  msgstr "Options de la page de liste de souhaits"
34
 
35
- #: includes/class-yith-wcwl-admin.php:249
36
  msgid ""
37
  "Allows your customers to create and share lists of products that they want "
38
  "to purchase on your e-commerce."
@@ -40,7 +40,7 @@ msgstr ""
40
  "Permet à vos clients de créer et de partager des listes de produits qu'ils "
41
  "souhaitent acheter sur votre e-commerce."
42
 
43
- #: includes/class-yith-wcwl-admin.php:280
44
  #, fuzzy
45
  msgid ""
46
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
@@ -48,34 +48,34 @@ msgstr ""
48
  "Choisissez d'activer la fonctionnalité de liste de souhaits pour tous les "
49
  "utilisateurs ou uniquement pour les utilisateurs connectés"
50
 
51
- #: includes/class-yith-wcwl-admin.php:281
52
  msgid ""
53
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
54
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
55
  "on \"Add to wishlist\""
56
  msgstr ""
57
 
58
- #: includes/class-yith-wcwl-admin.php:282
59
  msgid ""
60
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
61
  "them either public (visible to everyone), private or shared (visible only to "
62
  "people it has been shared with)"
63
  msgstr ""
64
 
65
- #: includes/class-yith-wcwl-admin.php:283
66
  msgid ""
67
  "Choose between <b>different layouts</b> for the wishlist page and for the "
68
  "wishlist content"
69
  msgstr ""
70
 
71
- #: includes/class-yith-wcwl-admin.php:284
72
  msgid ""
73
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
74
  "move a product from one wishlist to another, change order of items, "
75
  "quantity, etc."
76
  msgstr ""
77
 
78
- #: includes/class-yith-wcwl-admin.php:285
79
  #, fuzzy
80
  msgid ""
81
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
@@ -84,20 +84,22 @@ msgstr ""
84
  "Activez le bouton \"Tout ajouter au panier\" pour permettre aux clients "
85
  "d'ajouter tous les produits de la liste de souhaits au panier"
86
 
87
- #: includes/class-yith-wcwl-admin.php:286
88
  msgid ""
89
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
90
  "(available also with \"mini-cart\" style for the header)"
91
  msgstr ""
92
 
93
- #: includes/class-yith-wcwl-admin.php:287
 
94
  msgid ""
95
- "View the most popular products added to the wishlist by your customers and "
96
- "<b>send promotional emails to users</b> who have added specific products to "
97
  "their wishlist"
98
  msgstr ""
 
 
99
 
100
- #: includes/class-yith-wcwl-admin.php:288
101
  #, fuzzy
102
  msgid ""
103
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
@@ -106,34 +108,34 @@ msgstr ""
106
  "Activez cet e-mail pour envoyer des notifications à vos clients chaque fois "
107
  "qu'un produit de leur liste de souhaits est de nouveau en stock"
108
 
109
- #: includes/class-yith-wcwl-admin.php:289
110
  msgid "Regular updates, Translations and Premium Support"
111
  msgstr ""
112
 
113
- #: includes/class-yith-wcwl-ajax-handler.php:75
114
- #: templates/add-to-wishlist-remove.php:59
115
  msgid "View &rsaquo;"
116
  msgstr "Voir &rsaquo;"
117
 
118
- #: includes/class-yith-wcwl-ajax-handler.php:76
119
- #: templates/add-to-wishlist-remove.php:58
120
  msgid "or"
121
  msgstr "ou"
122
 
123
- #: includes/class-yith-wcwl-ajax-handler.php:77
124
  msgid "Close"
125
  msgstr "Fermer"
126
 
127
- #: includes/class-yith-wcwl-ajax-handler.php:155
128
- #: includes/class-yith-wcwl-ajax-handler.php:195
129
  msgid "Product successfully removed."
130
  msgstr "Produit supprimé correctement."
131
 
132
- #: includes/class-yith-wcwl-form-handler.php:156
133
  msgid "Please, make sure to enter a valid title"
134
  msgstr "Veuillez vous assurer d'entrer un titre valide"
135
 
136
- #: includes/class-yith-wcwl-frontend.php:552
137
  msgid ""
138
  "We are sorry, but this feature is available only if cookies on your browser "
139
  "are enabled."
@@ -141,15 +143,15 @@ msgstr ""
141
  "Nous sommes désolés, mais cette fonctionnalité n'est disponible que si les "
142
  "cookies de votre navigateur sont activés."
143
 
144
- #: includes/class-yith-wcwl-frontend.php:553
145
  msgid "Product added to cart successfully"
146
  msgstr "Produit ajouté au panier avec succès"
147
 
148
- #: includes/class-yith-wcwl-frontend.php:816
149
- #: includes/class-yith-wcwl-shortcode.php:239
150
- #: plugin-options/wishlist_page-options.php:240
151
- #: templates/wishlist-view-footer-mobile.php:46
152
- #: templates/wishlist-view-footer.php:46
153
  msgid "Add to cart"
154
  msgstr "Ajouter au panier"
155
 
@@ -213,43 +215,43 @@ msgstr ""
213
  "Les membres de notre équipe ont accès à ces informations pour vous proposer "
214
  "de meilleures offres pour les produits que vous aimez."
215
 
216
- #: includes/class-yith-wcwl-privacy.php:84
217
- #: includes/class-yith-wcwl-privacy.php:100
218
  msgid "Customer wishlists"
219
  msgstr "Listes de souhaits des clients"
220
 
221
- #: includes/class-yith-wcwl-privacy.php:137 plugin-options/lists-options.php:25
222
- #: plugin-options/lists-options.php:32
223
  msgid "Wishlists"
224
  msgstr "Listes de Souhaits"
225
 
226
  #. Translators: %s Order number.
227
- #: includes/class-yith-wcwl-privacy.php:199
228
  msgid "Removed wishlist %s."
229
  msgstr "Ma Liste d'Envies sur %s"
230
 
231
  #. Translators: %s Order number.
232
- #: includes/class-yith-wcwl-privacy.php:203
233
  msgid "Wishlist %s has been retained."
234
  msgstr "La liste de souhaits %s a été conservée."
235
 
236
- #: includes/class-yith-wcwl-privacy.php:227
237
  msgid "Token"
238
  msgstr "Jeton"
239
 
240
- #: includes/class-yith-wcwl-privacy.php:228
241
  msgid "Wishlist URL"
242
  msgstr "URL de la liste de souhaits"
243
 
244
- #: includes/class-yith-wcwl-privacy.php:229
245
  msgid "Title"
246
  msgstr "Title:"
247
 
248
- #: includes/class-yith-wcwl-privacy.php:231
249
  msgid "Visibility"
250
  msgstr "Visibilité"
251
 
252
- #: includes/class-yith-wcwl-privacy.php:232
253
  msgid "Items added"
254
  msgstr "Éléments ajoutés"
255
 
@@ -333,140 +335,140 @@ msgstr "Nombre d'éléments à afficher par page"
333
  msgid "ID of the wishlist to show (e.g. K6EOWXB888ZD)"
334
  msgstr "ID de la liste de souhaits à afficher (par exemple K6EOWXB888ZD)"
335
 
336
- #: includes/class-yith-wcwl-shortcode.php:414
337
  msgid "Share on:"
338
  msgstr "Partager sur:"
339
 
340
- #: includes/class-yith-wcwl-shortcode.php:438
341
- #: plugin-options/wishlist_page-options.php:138
342
  msgid "Share on Facebook"
343
  msgstr "Partager sur Facebook"
344
 
345
- #: includes/class-yith-wcwl-shortcode.php:455
346
- #: plugin-options/wishlist_page-options.php:147
347
  msgid "Tweet on Twitter"
348
  msgstr "Tweeter sur Twitter"
349
 
350
- #: includes/class-yith-wcwl-shortcode.php:473
351
- #: plugin-options/wishlist_page-options.php:156
352
  msgid "Pin on Pinterest"
353
  msgstr "Pin sur Pinterest"
354
 
355
- #: includes/class-yith-wcwl-shortcode.php:487
356
  msgid "Share via email"
357
  msgstr "Partager par e-mail"
358
 
359
- #: includes/class-yith-wcwl-shortcode.php:510
360
- #: plugin-options/wishlist_page-options.php:174
361
  msgid "Share on WhatsApp"
362
  msgstr "Partager sur WhatsApp"
363
 
364
- #: includes/class-yith-wcwl-shortcode.php:621
365
  msgid "Remove from list"
366
  msgstr "Retirer de la liste"
367
 
368
- #: includes/class-yith-wcwl-wishlist-item.php:193
369
  msgid "Free!"
370
  msgstr "Gratuit!"
371
 
372
- #: includes/class-yith-wcwl.php:164
373
  msgid "The item cannot be added to this wishlist"
374
  msgstr "L'article ne peut pas être ajouté à cette liste de souhaits"
375
 
376
- #: includes/class-yith-wcwl.php:168 includes/class-yith-wcwl.php:174
377
  msgid "An error occurred while adding the products to the wishlist."
378
  msgstr ""
379
  "Une erreur s'est produite lors de l'ajout des produits à la liste de "
380
  "souhaits."
381
 
382
- #: includes/class-yith-wcwl.php:235 includes/class-yith-wcwl.php:241
383
  msgid "Error. Unable to remove the product from the wishlist."
384
  msgstr "Erreur. Impossible de supprimer le produit de la liste de souhaits."
385
 
386
- #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:152
387
- #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:174
388
  msgid "Invalid wishlist."
389
  msgstr "Liste de souhaits non valide."
390
 
391
- #: includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:119
392
  msgid "Invalid wishlist item."
393
  msgstr "Élément de liste de souhaits non valide."
394
 
395
  #. translators: 1. Number of users.
396
- #: includes/functions-yith-wcwl.php:249
397
  msgid "%d user"
398
  msgid_plural "%d users"
399
  msgstr[0] "%d utilisateur"
400
  msgstr[1] "%d utilisateurs"
401
 
402
- #: includes/functions-yith-wcwl.php:250
403
  msgid "has this item in wishlist"
404
  msgid_plural "have this item in wishlist"
405
  msgstr[0] "a cet article dans la liste de souhaits"
406
  msgstr[1] "ont cet article dans la liste de souhaits"
407
 
408
- #: includes/functions-yith-wcwl.php:252
409
  msgid "You're the first"
410
  msgstr "Vous êtes le premier"
411
 
412
- #: includes/functions-yith-wcwl.php:253
413
  msgid "to add this item in wishlist"
414
  msgstr "ajouter cet article à la liste de souhaits"
415
 
416
  #. translators: 1. Count of users when many, or "another" when only one.
417
- #: includes/functions-yith-wcwl.php:257
418
  msgid "You and %s user"
419
  msgid_plural "You and %d users"
420
  msgstr[0] "Vous et l'utilisateur %s"
421
  msgstr[1] "Vous et les utilisateurs %d "
422
 
423
- #: includes/functions-yith-wcwl.php:257
424
  msgid "another"
425
  msgstr ""
426
 
427
- #: includes/functions-yith-wcwl.php:258
428
  msgid "have this item in wishlist"
429
  msgstr "avoir cet article dans la liste de souhaits"
430
 
431
- #: includes/functions-yith-wcwl.php:425
432
  msgid "None"
433
  msgstr "Aucun"
434
 
435
- #: includes/functions-yith-wcwl.php:426
436
  msgid "Custom"
437
  msgstr "Personnalisé"
438
 
439
- #: includes/functions-yith-wcwl.php:447
440
  msgid "Shared"
441
  msgstr "Partagé"
442
 
443
- #: includes/functions-yith-wcwl.php:451
444
  msgid "Only people with a link to this list can see it"
445
  msgstr "Seules les personnes ayant un lien vers cette liste peuvent la voir"
446
 
447
- #: includes/functions-yith-wcwl.php:457
448
  msgid "Private"
449
  msgstr "Privé"
450
 
451
- #: includes/functions-yith-wcwl.php:461
452
  msgid "Only you can see this list"
453
  msgstr "Vous seul pouvez voir cette liste"
454
 
455
- #: includes/functions-yith-wcwl.php:467
456
  msgid "Public"
457
  msgstr "Publique"
458
 
459
- #: includes/functions-yith-wcwl.php:471
460
  msgid "Anyone can search for and see this list"
461
  msgstr "Tout le monde peut rechercher et voir cette liste"
462
 
463
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:118
464
- #: plugin-options/add_to_wishlist-options.php:127
465
  msgid "Add to wishlist"
466
  msgstr "Ajouter à la liste de souhaits"
467
 
468
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:128
469
- #: plugin-options/add_to_wishlist-options.php:143
470
  msgid "Browse wishlist"
471
  msgstr "Parcourir la liste de souhaits"
472
 
@@ -478,30 +480,28 @@ msgstr "Produit déjà dans la liste de souhaits"
478
  msgid "Product added to wishlist"
479
  msgstr "Produit ajouté à la liste de souhaits"
480
 
481
- #: init.php:160
482
  #, fuzzy
483
  msgid "is enabled but not effective. It requires WooCommerce to work."
484
  msgstr ""
485
  "est activé mais ne fonctionne pas. Il nécessite WooCommerce pour fonctionner."
486
 
487
- #: init.php:176
488
- msgid "You can't activate the free version of"
489
- msgstr ""
490
-
491
- #: init.php:176
492
- msgid "while you are using the premium one."
493
  msgstr ""
494
 
495
- #: plugin-options/add_to_wishlist-options.php:20
496
- #: plugin-options/settings-options.php:27
497
  msgid "General Settings"
498
  msgstr "Réglages Généraux"
499
 
500
- #: plugin-options/add_to_wishlist-options.php:27
501
  msgid "After product is added to wishlist"
502
  msgstr "Une fois le produit ajouté à la liste de souhaits"
503
 
504
- #: plugin-options/add_to_wishlist-options.php:28
505
  msgid ""
506
  "Choose the look of the Wishlist button when the product has already been "
507
  "added to a wishlist"
@@ -509,24 +509,24 @@ msgstr ""
509
  "Choisissez l'apparence du bouton Liste de souhaits lorsque le produit a déjà "
510
  "été ajouté à une liste de souhaits"
511
 
512
- #: plugin-options/add_to_wishlist-options.php:32
513
  #, fuzzy
514
  msgid "Show \"Add to wishlist\" button"
515
  msgstr "Afficher le bouton \"Ajouter à la liste de souhaits\""
516
 
517
- #: plugin-options/add_to_wishlist-options.php:33
518
  msgid "Show \"View wishlist\" link"
519
  msgstr "Afficher le lien \"Afficher la liste de souhaits\""
520
 
521
- #: plugin-options/add_to_wishlist-options.php:34
522
  msgid "Show \"Remove from list\" link"
523
  msgstr "Afficher le lien \"Supprimer de la liste\""
524
 
525
- #: plugin-options/add_to_wishlist-options.php:48
526
  msgid "Loop settings"
527
  msgstr "Paramètres de boucle"
528
 
529
- #: plugin-options/add_to_wishlist-options.php:50
530
  msgid ""
531
  "Loop options will be visible on Shop page, category pages, product "
532
  "shortcodes, products sliders, and all the other places where the WooCommerce "
@@ -536,21 +536,21 @@ msgstr ""
536
  "catégorie, les shortcodes de produits, les curseurs de produits et tous les "
537
  "autres endroits où la boucle des produits WooCommerce est utilisée"
538
 
539
- #: plugin-options/add_to_wishlist-options.php:55
540
  msgid "Show \"Add to wishlist\" in loop"
541
  msgstr "Afficher \"Ajouter à la liste de souhaits\" en boucle"
542
 
543
- #: plugin-options/add_to_wishlist-options.php:56
544
  msgid "Enable the \"Add to wishlist\" feature in WooCommerce products' loop"
545
  msgstr ""
546
  "Activer la fonctionnalité \"Ajouter à la liste de souhaits\" dans la boucle "
547
  "des produits WooCommerce"
548
 
549
- #: plugin-options/add_to_wishlist-options.php:64
550
  msgid "Position of \"Add to wishlist\" in loop"
551
  msgstr "Position de \"Ajouter à la liste de souhaits\" en boucle"
552
 
553
- #: plugin-options/add_to_wishlist-options.php:65
554
  msgid ""
555
  "Choose where to show \"Add to wishlist\" button or link in WooCommerce "
556
  "products' loop. <span class=\"addon\">Copy this shortcode <span class=\"code"
@@ -563,32 +563,32 @@ msgstr ""
563
  "span> et collez-le où vous souhaitez afficher le lien ou le bouton \"Ajouter "
564
  "à la liste de souhaits\"</span>"
565
 
566
- #: plugin-options/add_to_wishlist-options.php:72
567
  msgid "On top of the image"
568
  msgstr "En haut de l'image"
569
 
570
- #: plugin-options/add_to_wishlist-options.php:73
571
  msgid "Before \"Add to cart\" button"
572
  msgstr "Avant le bouton \"Ajouter au panier\""
573
 
574
- #: plugin-options/add_to_wishlist-options.php:74
575
  msgid "After \"Add to cart\" button"
576
  msgstr "Après le bouton \"Ajouter au panier\""
577
 
578
- #: plugin-options/add_to_wishlist-options.php:75
579
- #: plugin-options/add_to_wishlist-options.php:107
580
  msgid "Use shortcode"
581
  msgstr "Utiliser le shortcode"
582
 
583
- #: plugin-options/add_to_wishlist-options.php:89
584
  msgid "Product page settings"
585
  msgstr "Paramètres de la page produit"
586
 
587
- #: plugin-options/add_to_wishlist-options.php:96
588
  msgid "Position of \"Add to wishlist\" on product page"
589
  msgstr "Position de \"Ajouter à la liste de souhaits\" sur la page produit"
590
 
591
- #: plugin-options/add_to_wishlist-options.php:97
592
  msgid ""
593
  "Choose where to show \"Add to wishlist\" button or link on the product page. "
594
  "<span class=\"addon\">Copy this shortcode <span class=\"code"
@@ -601,36 +601,36 @@ msgstr ""
601
  "collez-le où vous souhaitez afficher le lien ou le bouton \"Ajouter à la "
602
  "liste de souhaits\"</span>"
603
 
604
- #: plugin-options/add_to_wishlist-options.php:104
605
  msgid "After \"Add to cart\""
606
  msgstr "Après \"Ajouter au panier\""
607
 
608
- #: plugin-options/add_to_wishlist-options.php:105
609
  msgid "After thumbnails"
610
  msgstr "Après les vignettes"
611
 
612
- #: plugin-options/add_to_wishlist-options.php:106
613
  msgid "After summary"
614
  msgstr "Après le résumé"
615
 
616
- #: plugin-options/add_to_wishlist-options.php:117
617
- #: plugin-options/wishlist_page-options.php:222
618
  msgid "Text customization"
619
  msgstr "Personnalisation du texte"
620
 
621
- #: plugin-options/add_to_wishlist-options.php:124
622
  msgid "\"Add to wishlist\" text"
623
  msgstr "Texte \"Ajouter à la liste de souhaits\""
624
 
625
- #: plugin-options/add_to_wishlist-options.php:125
626
  msgid "Enter a text for \"Add to wishlist\" button"
627
  msgstr "Entrez un texte pour le bouton \"Ajouter à la liste de souhaits\""
628
 
629
- #: plugin-options/add_to_wishlist-options.php:132
630
  msgid "\"Product added\" text"
631
  msgstr "Texte \"Produit ajouté\""
632
 
633
- #: plugin-options/add_to_wishlist-options.php:133
634
  msgid ""
635
  "Enter the text of the message displayed when the user adds a product to the "
636
  "wishlist"
@@ -638,25 +638,25 @@ msgstr ""
638
  "Entrez le texte du message affiché lorsque l'utilisateur ajoute un produit à "
639
  "la liste de souhaits"
640
 
641
- #: plugin-options/add_to_wishlist-options.php:135
642
  msgid "Product added!"
643
  msgstr "Produit ajouté!"
644
 
645
- #: plugin-options/add_to_wishlist-options.php:140
646
  msgid "\"Browse wishlist\" text"
647
  msgstr "Texte \"Parcourir la liste de souhaits\""
648
 
649
- #: plugin-options/add_to_wishlist-options.php:141
650
  msgid "Enter a text for the \"Browse wishlist\" link on the product page"
651
  msgstr ""
652
  "Entrez un texte pour le lien \"Parcourir la liste de souhaits\" sur la page "
653
  "du produit"
654
 
655
- #: plugin-options/add_to_wishlist-options.php:148
656
  msgid "\"Product already in wishlist\" text"
657
  msgstr "Texte \"Produit déjà dans la liste de souhaits\""
658
 
659
- #: plugin-options/add_to_wishlist-options.php:149
660
  msgid ""
661
  "Enter the text for the message displayed when the user views a product that "
662
  "is already in the wishlist"
@@ -664,130 +664,130 @@ msgstr ""
664
  "Saisissez le texte du message affiché lorsque l'utilisateur consulte un "
665
  "produit qui figure déjà dans la liste de souhaits"
666
 
667
- #: plugin-options/add_to_wishlist-options.php:151
668
  msgid "The product is already in your wishlist!"
669
  msgstr "Le produit est déjà dans votre liste de souhaits!"
670
 
671
- #: plugin-options/add_to_wishlist-options.php:161
672
  msgid "Style & Color customization"
673
  msgstr "Personnalisation du style et des couleurs"
674
 
675
- #: plugin-options/add_to_wishlist-options.php:168
676
  msgid "Style of \"Add to wishlist\""
677
  msgstr "Style de \"Ajouter à la liste de souhaits\""
678
 
679
- #: plugin-options/add_to_wishlist-options.php:169
680
  msgid ""
681
  "Choose if you want to show a textual \"Add to wishlist\" link or a button"
682
  msgstr ""
683
  "Choisissez si vous souhaitez afficher un lien textuel \"Ajouter à la liste "
684
  "de souhaits\" ou un bouton"
685
 
686
- #: plugin-options/add_to_wishlist-options.php:172
687
- #: plugin-options/wishlist_page-options.php:261
688
  msgid "Textual (anchor)"
689
  msgstr "Textuel (ancre)"
690
 
691
- #: plugin-options/add_to_wishlist-options.php:173
692
- #: plugin-options/wishlist_page-options.php:262
693
  msgid "Button with theme style"
694
  msgstr "Bouton avec style de thème"
695
 
696
- #: plugin-options/add_to_wishlist-options.php:174
697
- #: plugin-options/wishlist_page-options.php:263
698
  msgid "Button with custom style"
699
  msgstr "Bouton avec style personnalisé"
700
 
701
- #: plugin-options/add_to_wishlist-options.php:182
702
  msgid "\"Add to wishlist\" button style"
703
  msgstr "Style de bouton \"Ajouter à la liste de souhaits\""
704
 
705
- #: plugin-options/add_to_wishlist-options.php:188
706
  msgid "Choose colors for the \"Add to wishlist\" button"
707
  msgstr "Choisissez les couleurs du bouton \"Ajouter à la liste de souhaits\""
708
 
709
- #: plugin-options/add_to_wishlist-options.php:190
710
- #: plugin-options/wishlist_page-options.php:279
711
- #: plugin-options/wishlist_page-options.php:368
712
- #: plugin-options/wishlist_page-options.php:417
713
- #: plugin-options/wishlist_page-options.php:465
714
- #: plugin-options/wishlist_page-options.php:552
715
- #: plugin-options/wishlist_page-options.php:592
716
- #: plugin-options/wishlist_page-options.php:632
717
- #: plugin-options/wishlist_page-options.php:672
718
- #: plugin-options/wishlist_page-options.php:712
719
  msgid "Background"
720
  msgstr "Fond"
721
 
722
- #: plugin-options/add_to_wishlist-options.php:195
723
- #: plugin-options/wishlist_page-options.php:284
724
- #: plugin-options/wishlist_page-options.php:373
725
- #: plugin-options/wishlist_page-options.php:422
726
- #: plugin-options/wishlist_page-options.php:470
727
- #: plugin-options/wishlist_page-options.php:507
728
  msgid "Text"
729
  msgstr "Text"
730
 
731
- #: plugin-options/add_to_wishlist-options.php:200
732
- #: plugin-options/wishlist_page-options.php:289
733
- #: plugin-options/wishlist_page-options.php:378
734
- #: plugin-options/wishlist_page-options.php:427
735
- #: plugin-options/wishlist_page-options.php:475
736
  msgid "Border"
737
  msgstr "Bordure"
738
 
739
- #: plugin-options/add_to_wishlist-options.php:206
740
  msgid "Choose colors for the \"Add to wishlist\" button on hover state"
741
  msgstr ""
742
  "Choisissez les couleurs pour le bouton \"Ajouter à la liste de souhaits\" en "
743
  "survol"
744
 
745
- #: plugin-options/add_to_wishlist-options.php:208
746
- #: plugin-options/wishlist_page-options.php:297
747
- #: plugin-options/wishlist_page-options.php:386
748
- #: plugin-options/wishlist_page-options.php:435
749
  msgid "Background Hover"
750
  msgstr "Arrière plan au survol"
751
 
752
- #: plugin-options/add_to_wishlist-options.php:213
753
- #: plugin-options/wishlist_page-options.php:302
754
- #: plugin-options/wishlist_page-options.php:391
755
- #: plugin-options/wishlist_page-options.php:440
756
  msgid "Text Hover"
757
  msgstr "Texte au survol"
758
 
759
- #: plugin-options/add_to_wishlist-options.php:218
760
- #: plugin-options/wishlist_page-options.php:307
761
- #: plugin-options/wishlist_page-options.php:396
762
- #: plugin-options/wishlist_page-options.php:445
763
  msgid "Border Hover"
764
  msgstr "Bordure au survol"
765
 
766
- #: plugin-options/add_to_wishlist-options.php:231
767
- #: plugin-options/wishlist_page-options.php:320
768
  msgid "Border radius"
769
  msgstr "Rayon de bordure"
770
 
771
- #: plugin-options/add_to_wishlist-options.php:232
772
  msgid "Choose radius for the \"Add to wishlist\" button"
773
  msgstr "Choisissez le rayon pour le bouton \"Ajouter à la liste de souhaits\""
774
 
775
- #: plugin-options/add_to_wishlist-options.php:246
776
  msgid "\"Add to wishlist\" icon"
777
  msgstr "Icône \"Ajouter à la liste de souhaits\""
778
 
779
- #: plugin-options/add_to_wishlist-options.php:247
780
  msgid "Select an icon for the \"Add to wishlist\" button (optional)"
781
  msgstr ""
782
  "Sélectionnez une icône pour le bouton \"Ajouter à la liste de souhaits"
783
  "\" (facultatif)"
784
 
785
- #: plugin-options/add_to_wishlist-options.php:257
786
  msgid "\"Add to wishlist\" custom icon"
787
  msgstr "Icône personnalisée \"Ajouter à la liste de souhaits\""
788
 
789
- #: plugin-options/add_to_wishlist-options.php:258
790
- #: plugin-options/add_to_wishlist-options.php:282
791
  msgid ""
792
  "Upload an icon you'd like to use for \"Add to wishlist\" button (suggested "
793
  "32px x 32px)"
@@ -795,96 +795,72 @@ msgstr ""
795
  "Téléchargez une icône que vous souhaitez utiliser pour le bouton \"Ajouter à "
796
  "la liste de souhaits\" (32px x 32px suggéré)"
797
 
798
- #: plugin-options/add_to_wishlist-options.php:270
799
  msgid "\"Added to wishlist\" icon"
800
  msgstr "Icône \"Ajouté à la liste de souhaits\""
801
 
802
- #: plugin-options/add_to_wishlist-options.php:271
803
  msgid "Select an icon for the \"Added to wishlist\" button (optional)"
804
  msgstr ""
805
  "Sélectionnez une icône pour le bouton \"Ajouté à la liste de souhaits"
806
  "\" (facultatif)"
807
 
808
- #: plugin-options/add_to_wishlist-options.php:277
809
  msgid "Same used for Add to wishlist"
810
  msgstr "Identique à Ajouter à la liste de souhaits"
811
 
812
- #: plugin-options/add_to_wishlist-options.php:281
813
  msgid "\"Added to wishlist\" custom icon"
814
  msgstr "Icône personnalisée \"Ajouté à la liste de souhaits\""
815
 
816
- #: plugin-options/add_to_wishlist-options.php:294
817
  msgid "Custom CSS"
818
  msgstr "Personnaliser CSS"
819
 
820
- #: plugin-options/add_to_wishlist-options.php:295
821
  msgid "Enter custom CSS to be applied to Wishlist elements (optional)"
822
  msgstr ""
823
  "Entrez le CSS personnalisé à appliquer aux éléments de la liste de souhaits "
824
  "(facultatif)"
825
 
826
- #: plugin-options/lists-options.php:34
827
  msgid "Search list"
828
  msgstr "Liste de recherche"
829
 
830
- #. translators: 1. Anchor to Frequently Bought Together landing page on
831
- #. yithemes.com.
832
- #: plugin-options/settings-options.php:19
833
- msgid ""
834
- "If you want to take advantage of this feature, you could consider purchasing "
835
- "the %s."
836
- msgstr ""
837
- "Si vous souhaitez profiter de cette fonctionnalité, vous pouvez envisager "
838
- "d'acheter le %s."
839
-
840
- #: plugin-options/settings-options.php:34
841
  msgid "Enable AJAX loading"
842
  msgstr "Activer le chargement AJAX"
843
 
844
- #: plugin-options/settings-options.php:35
845
  msgid "Load any cacheable wishlist item via AJAX"
846
  msgstr ""
847
  "Charger n'importe quel élément de liste de souhaits pouvant être mis en "
848
  "cache via AJAX"
849
 
850
- #: plugin-options/settings-options.php:48
851
  msgid "YITH WooCommerce Frequently Bought Together Integration"
852
  msgstr "YITH WooCommerce a fréquemment acheté ensemble l'intégrationd"
853
 
854
- #. translators: 1. Url to Frequently Bought Together landing page on
855
- #. yithemes.com.
856
- #: plugin-options/settings-options.php:51
857
- msgid ""
858
- "In order to use this integration you have to install and activate YITH "
859
- "WooCommerce Frequently Bought Together. <a href=\"%s\">Learn more</a>"
860
- msgstr ""
861
- "Pour utiliser cette intégration, vous devez installer et activer YITH "
862
- "WooCommerce Frequently Bought Together. <a href=\"%s\"> En savoir plus </a>"
863
-
864
- #: plugin-options/settings-options.php:56
865
  msgid "Enable slider in wishlist"
866
  msgstr "Activer diaporama dans la liste de Souhaits"
867
 
868
- #. translators: 1. Example image of the integration. 2. CTA to buy Frequently
869
- #. Bought Together.
870
- #: plugin-options/settings-options.php:58
871
  #, fuzzy
872
  msgid ""
873
  "Enable the slider with linked products on the Wishlist page (<a href=\"%1$s"
874
- "\" class=\"thickbox\">Example</a>). %2$s"
875
  msgstr ""
876
  "Activez le curseur avec les produits liés sur la page Liste de souhaits (<a "
877
  "href=\"%s\" class=\"thickbox\"> Exemple </a>). %s"
878
 
879
- #: plugin-options/wishlist_page-options.php:19
880
- msgid "All your wishlists"
881
- msgstr "Toutes vos listes de souhaits"
882
-
883
- #: plugin-options/wishlist_page-options.php:26
884
  msgid "Wishlist page"
885
  msgstr "Page de liste de souhaits"
886
 
887
- #: plugin-options/wishlist_page-options.php:27
888
  msgid ""
889
  "Pick a page as the main Wishlist page; make sure you add the <span class="
890
  "\"code\"><code>[yith_wcwl_wishlist]</code></span> shortcode into the page "
@@ -894,59 +870,59 @@ msgstr ""
894
  "d'ajouter le<span class=\"code\"><code>[yith_wcwl_wishlist]</code></span> "
895
  "shortcode dans le contenu de la page"
896
 
897
- #: plugin-options/wishlist_page-options.php:40
898
  msgid "Wishlist Detail Page"
899
  msgstr "Page de détail de la liste de souhaits"
900
 
901
- #: plugin-options/wishlist_page-options.php:47
902
  #: plugin-options/wishlist_page-options.php:56
903
  #: plugin-options/wishlist_page-options.php:65
904
  #: plugin-options/wishlist_page-options.php:74
905
  #: plugin-options/wishlist_page-options.php:83
906
  #: plugin-options/wishlist_page-options.php:92
907
  #: plugin-options/wishlist_page-options.php:101
 
908
  msgid "In wishlist table show"
909
  msgstr "Dans la liste de souhaits"
910
 
911
- #: plugin-options/wishlist_page-options.php:48
912
  msgid "Product variations selected by the user (example: size or color)"
913
  msgstr ""
914
  "Variations de produits sélectionnées par l'utilisateur (exemple: taille ou "
915
  "couleur)"
916
 
917
- #: plugin-options/wishlist_page-options.php:57
918
  msgid "Product price"
919
  msgstr "Prix du produit"
920
 
921
- #: plugin-options/wishlist_page-options.php:66
922
  msgid "Product stock (show if the product is available or not)"
923
  msgstr "Stock de produits (indiquer si le produit est disponible ou non)"
924
 
925
- #: plugin-options/wishlist_page-options.php:75
926
  msgid "Date on which the product was added to the wishlist"
927
  msgstr "Date à laquelle le produit a été ajouté à la liste de souhaits"
928
 
929
- #: plugin-options/wishlist_page-options.php:84
930
  msgid "Add to cart option for each product"
931
  msgstr "Option Ajouter au panier pour tous les produits"
932
 
933
- #: plugin-options/wishlist_page-options.php:93
934
  msgid ""
935
  "Icon to remove the product from the wishlist - to the left of the product"
936
  msgstr ""
937
  "Icône pour retirer le produit de la liste de souhaits - à gauche du produit"
938
 
939
- #: plugin-options/wishlist_page-options.php:102
940
  msgid ""
941
  "Button to remove the product from the wishlist - to the right of the product"
942
  msgstr ""
943
  "Bouton pour retirer le produit de la liste de souhaits - à droite du produit"
944
 
945
- #: plugin-options/wishlist_page-options.php:110
946
  msgid "Redirect to cart"
947
  msgstr "Rediriger vers le panier"
948
 
949
- #: plugin-options/wishlist_page-options.php:111
950
  msgid ""
951
  "Redirect users to the cart page when they add a product to the cart from the "
952
  "wishlist page"
@@ -954,67 +930,67 @@ msgstr ""
954
  "Redirigez les utilisateurs vers la page du panier lorsqu'ils ajoutent un "
955
  "produit au panier à partir de la page de la liste de souhaits"
956
 
957
- #: plugin-options/wishlist_page-options.php:119
958
  msgid "Remove if added to the cart"
959
  msgstr "Supprimer si ajouté au panier"
960
 
961
- #: plugin-options/wishlist_page-options.php:120
962
  msgid ""
963
  "Remove the product from the wishlist after it has been added to the cart"
964
  msgstr ""
965
  "Supprimer le produit de la liste de souhaits après l'avoir ajouté au panier"
966
 
967
- #: plugin-options/wishlist_page-options.php:128
968
  msgid "Share wishlist"
969
  msgstr "Partager la liste de souhaits"
970
 
971
- #: plugin-options/wishlist_page-options.php:129
972
  msgid "Enable this option to let users share their wishlist on social media"
973
  msgstr ""
974
  "Activez cette option pour permettre aux utilisateurs de partager leur liste "
975
  "de souhaits sur les réseaux sociaux"
976
 
977
- #: plugin-options/wishlist_page-options.php:137
978
  #: plugin-options/wishlist_page-options.php:146
979
  #: plugin-options/wishlist_page-options.php:155
980
  #: plugin-options/wishlist_page-options.php:164
981
  #: plugin-options/wishlist_page-options.php:173
 
982
  msgid "Share on social media"
983
  msgstr "Partager sur les réseaux sociaux"
984
 
985
- #: plugin-options/wishlist_page-options.php:165
986
  msgid "Share by email"
987
  msgstr "Partager par email"
988
 
989
- #: plugin-options/wishlist_page-options.php:182
990
  msgid "Share by URL"
991
  msgstr "Partager par URL"
992
 
993
- #: plugin-options/wishlist_page-options.php:183
994
  msgid "Show \"Share URL\" field on wishlist page"
995
  msgstr ""
996
  "Afficher le champ \"Partager l'URL\" sur la page de la liste de souhaits"
997
 
998
- #: plugin-options/wishlist_page-options.php:191
999
  msgid "Sharing title"
1000
  msgstr "Titre de partage"
1001
 
1002
- #: plugin-options/wishlist_page-options.php:192
1003
  msgid "Wishlist title used for sharing (only used on Twitter and Pinterest)"
1004
  msgstr ""
1005
  "Titre de la liste de souhaits utilisé pour le partage (uniquement utilisé "
1006
  "sur Twitter et Pinterest)"
1007
 
1008
  #. translators: 1. Blog name.
1009
- #: plugin-options/wishlist_page-options.php:195
1010
  msgid "My wishlist on %s"
1011
  msgstr "Ma Liste d'Envies sur %s"
1012
 
1013
- #: plugin-options/wishlist_page-options.php:200
1014
  msgid "Social text"
1015
  msgstr "Texte social"
1016
 
1017
- #: plugin-options/wishlist_page-options.php:201
1018
  msgid ""
1019
  "Type the message you want to publish when you share your wishlist on Twitter "
1020
  "and Pinterest"
@@ -1022,19 +998,19 @@ msgstr ""
1022
  "Tapez le message que vous souhaitez publier lorsque vous partagez votre "
1023
  "liste de souhaits sur Twitter et Pinterest"
1024
 
1025
- #: plugin-options/wishlist_page-options.php:209
1026
  msgid "Social image URL"
1027
  msgstr "URL de l'image sociale"
1028
 
1029
- #: plugin-options/wishlist_page-options.php:210
1030
  msgid "It will be used to pin the wishlist on Pinterest."
1031
  msgstr "Il sera utilisé pour épingler la liste de souhaits sur Pinterest."
1032
 
1033
- #: plugin-options/wishlist_page-options.php:229
1034
  msgid "Default wishlist name"
1035
  msgstr "Nom de liste de souhaits par défaut"
1036
 
1037
- #: plugin-options/wishlist_page-options.php:230
1038
  msgid ""
1039
  "Enter a name for the default wishlist. This is the wishlist that will be "
1040
  "automatically generated for all users if they do not create any custom one"
@@ -1043,61 +1019,61 @@ msgstr ""
1043
  "de souhaits qui sera automatiquement générée pour tous les utilisateurs "
1044
  "s'ils n'en créent pas de personnalisé"
1045
 
1046
- #: plugin-options/wishlist_page-options.php:232
1047
  msgid "My wishlist"
1048
  msgstr "Ma liste d'envies"
1049
 
1050
- #: plugin-options/wishlist_page-options.php:237
1051
  msgid "\"Add to cart\" text"
1052
  msgstr "Texte \"Ajouter au panier\""
1053
 
1054
- #: plugin-options/wishlist_page-options.php:238
1055
  msgid "Enter a text for the \"Add to cart\" button"
1056
  msgstr "Saisissez un texte pour le bouton \"Ajouter au panier\""
1057
 
1058
- #: plugin-options/wishlist_page-options.php:250
1059
  msgid "Style & color customization"
1060
  msgstr "Personnalisation du style et des couleurs"
1061
 
1062
- #: plugin-options/wishlist_page-options.php:257
1063
  msgid "Style of \"Add to cart\""
1064
  msgstr "Style de \"Ajouter au panier\""
1065
 
1066
- #: plugin-options/wishlist_page-options.php:258
1067
  msgid "Choose whether to show a textual \"Add to cart\" link or a button"
1068
  msgstr ""
1069
  "Choisissez d'afficher un lien textuel \"Ajouter au panier\" ou un bouton"
1070
 
1071
- #: plugin-options/wishlist_page-options.php:271
1072
  msgid "\"Add to cart\" button style"
1073
  msgstr "Style de bouton \"Ajouter au panier\""
1074
 
1075
- #: plugin-options/wishlist_page-options.php:277
1076
  msgid "Choose the colors for the \"Add to cart\" button"
1077
  msgstr "Choisissez les couleurs du bouton \"Ajouter au panier\""
1078
 
1079
- #: plugin-options/wishlist_page-options.php:295
1080
  msgid "Choose colors for the \"Add to cart\" button on hover state"
1081
  msgstr "Choisissez les couleurs du bouton \"Ajouter au panier\" en survol"
1082
 
1083
- #: plugin-options/wishlist_page-options.php:321
1084
  msgid "Set the radius for the \"Add to cart\" button"
1085
  msgstr "Définissez le rayon du bouton \"Ajouter au panier\""
1086
 
1087
- #: plugin-options/wishlist_page-options.php:335
1088
  msgid "\"Add to cart\" icon"
1089
  msgstr "Icône \"Ajouter au panier\""
1090
 
1091
- #: plugin-options/wishlist_page-options.php:336
1092
  msgid "Select an icon for the \"Add to cart\" button (optional)"
1093
  msgstr ""
1094
  "Sélectionnez une icône pour le bouton \"Ajouter au panier\" (facultatif)"
1095
 
1096
- #: plugin-options/wishlist_page-options.php:351
1097
  msgid "\"Add to cart\" custom icon"
1098
  msgstr "Icône personnalisée \"Ajouter au panier\""
1099
 
1100
- #: plugin-options/wishlist_page-options.php:352
1101
  msgid ""
1102
  "Upload an icon you'd like to use for the \"Add to cart\" button (suggested "
1103
  "32px x 32px)"
@@ -1105,11 +1081,11 @@ msgstr ""
1105
  "Téléchargez une icône que vous souhaitez utiliser pour le bouton \"Ajouter "
1106
  "au panier\" (32px x 32px suggéré)"
1107
 
1108
- #: plugin-options/wishlist_page-options.php:360
1109
  msgid "Primary button style"
1110
  msgstr "Style de bouton principal"
1111
 
1112
- #: plugin-options/wishlist_page-options.php:366
1113
  msgid ""
1114
  "Choose colors for the primary button<br/><small>This style will be applied "
1115
  "to \"Edit title\" button on Wishlist view, \"Submit Changes\" button on "
@@ -1120,7 +1096,7 @@ msgstr ""
1120
  "bouton \"Soumettre les modifications\" dans la vue Gérer et au bouton "
1121
  "\"Rechercher la liste de souhaits\" dans la vue Recherche</small>"
1122
 
1123
- #: plugin-options/wishlist_page-options.php:384
1124
  msgid ""
1125
  "Choose colors for the primary button on hover state<br/><small>This style "
1126
  "will be applied to \"Edit title\" button on Wishlist view, \"Submit Changes"
@@ -1133,12 +1109,12 @@ msgstr ""
1133
  "dans la vue Gérer et au bouton \"Rechercher la liste de souhaits\" dans la "
1134
  "vue Recherche</small>"
1135
 
1136
- #: plugin-options/wishlist_page-options.php:409
1137
  msgid "Secondary button style"
1138
  msgstr "Style de bouton secondaire"
1139
 
1140
- #: plugin-options/wishlist_page-options.php:415
1141
  #: plugin-options/wishlist_page-options.php:433
 
1142
  msgid ""
1143
  "Choose colors of the secondary button<br/><small>This style will be applied "
1144
  "to the buttons that allow showing and hiding the Edit title form on Wishlist "
@@ -1149,22 +1125,22 @@ msgstr ""
1149
  "Modifier le titre dans la vue Liste de souhaits et le bouton \"Créer une "
1150
  "nouvelle liste de souhaits\" dans la gestion de la vue </small>"
1151
 
1152
- #: plugin-options/wishlist_page-options.php:458
1153
  msgid "Wishlist table style"
1154
  msgstr "Style de la table de souhait"
1155
 
1156
- #: plugin-options/wishlist_page-options.php:459
1157
  msgid ""
1158
  "Choose the colors for the wishlist table (when set to \"Traditional\" layout)"
1159
  msgstr ""
1160
  "Choisissez les couleurs du tableau de la liste de souhaits (lorsqu'il est "
1161
  "réglé sur une disposition \"traditionnelle\")"
1162
 
1163
- #: plugin-options/wishlist_page-options.php:487
1164
  msgid "Highlight color"
1165
  msgstr "Couleur de surbrillance"
1166
 
1167
- #: plugin-options/wishlist_page-options.php:488
1168
  msgid ""
1169
  "Choose the color for all sections with background<br/><small>This color will "
1170
  "be used as background for the wishlist table heading and footer (when set to "
@@ -1176,31 +1152,31 @@ msgstr ""
1176
  "une disposition \"traditionnelle\"), et pour divers formulaires dans les "
1177
  "vues de la liste de souhaits </small>"
1178
 
1179
- #: plugin-options/wishlist_page-options.php:500
1180
  msgid "Share button text color"
1181
  msgstr "Partager la couleur du texte du bouton"
1182
 
1183
- #: plugin-options/wishlist_page-options.php:501
1184
  msgid "Choose colors for share buttons text"
1185
  msgstr "Choisissez les couleurs pour le texte des boutons de partage"
1186
 
1187
- #: plugin-options/wishlist_page-options.php:512
1188
  msgid "Text hover"
1189
  msgstr "Survol du texte"
1190
 
1191
- #: plugin-options/wishlist_page-options.php:525
1192
  msgid "Facebook share button icon"
1193
  msgstr "Icône du bouton de partage Facebook"
1194
 
1195
- #: plugin-options/wishlist_page-options.php:526
1196
  msgid "Select an icon for the Facebook share button"
1197
  msgstr "Sélectionnez une icône pour le bouton de partage Facebook"
1198
 
1199
- #: plugin-options/wishlist_page-options.php:536
1200
  msgid "Facebook share button custom icon"
1201
  msgstr "Icône personnalisée du bouton de partage Facebook"
1202
 
1203
- #: plugin-options/wishlist_page-options.php:537
1204
  msgid ""
1205
  "Upload an icon you'd like to use for Facebook share button (suggested 32px x "
1206
  "32px)"
@@ -1208,35 +1184,35 @@ msgstr ""
1208
  "Téléchargez une icône que vous souhaitez utiliser pour le bouton de partage "
1209
  "Facebook (32px x 32px suggéré)"
1210
 
1211
- #: plugin-options/wishlist_page-options.php:545
1212
  msgid "Facebook share button style"
1213
  msgstr "Style de bouton de partage Facebook"
1214
 
1215
- #: plugin-options/wishlist_page-options.php:546
1216
  msgid "Choose colors for Facebook share button"
1217
  msgstr "Choisissez les couleurs du bouton de partage Facebook"
1218
 
1219
- #: plugin-options/wishlist_page-options.php:557
1220
- #: plugin-options/wishlist_page-options.php:597
1221
- #: plugin-options/wishlist_page-options.php:637
1222
- #: plugin-options/wishlist_page-options.php:677
1223
- #: plugin-options/wishlist_page-options.php:717
1224
  msgid "Background hover"
1225
  msgstr "Survol de l'arrière-plan"
1226
 
1227
- #: plugin-options/wishlist_page-options.php:565
1228
  msgid "Twitter share button icon"
1229
  msgstr "Icône de bouton de partage Twitter"
1230
 
1231
- #: plugin-options/wishlist_page-options.php:566
1232
  msgid "Select an icon for the Twitter share button"
1233
  msgstr "Sélectionnez une icône pour le bouton de partage Twitter"
1234
 
1235
- #: plugin-options/wishlist_page-options.php:576
1236
  msgid "Twitter share button custom icon"
1237
  msgstr "Icône personnalisée du bouton de partage Twitter"
1238
 
1239
- #: plugin-options/wishlist_page-options.php:577
1240
  msgid ""
1241
  "Upload an icon you'd like to use for Twitter share button (suggested 32px x "
1242
  "32px)"
@@ -1244,27 +1220,27 @@ msgstr ""
1244
  "Téléchargez une icône que vous souhaitez utiliser pour le bouton de partage "
1245
  "Twitter (32px x 32px suggéré)"
1246
 
1247
- #: plugin-options/wishlist_page-options.php:585
1248
  msgid "Twitter share button style"
1249
  msgstr "Style de bouton de partage Twitter"
1250
 
1251
- #: plugin-options/wishlist_page-options.php:586
1252
  msgid "Choose colors for Twitter share button"
1253
  msgstr "Choisissez les couleurs du bouton de partage Twitter"
1254
 
1255
- #: plugin-options/wishlist_page-options.php:605
1256
  msgid "Pinterest share button icon"
1257
  msgstr "Icône du bouton de partage Pinterest"
1258
 
1259
- #: plugin-options/wishlist_page-options.php:606
1260
  msgid "Select an icon for the Pinterest share button"
1261
  msgstr "Sélectionnez une icône pour le bouton de partage Pinterest"
1262
 
1263
- #: plugin-options/wishlist_page-options.php:616
1264
  msgid "Pinterest share button custom icon"
1265
  msgstr "Icône personnalisée du bouton de partage Pinterest"
1266
 
1267
- #: plugin-options/wishlist_page-options.php:617
1268
  msgid ""
1269
  "Upload an icon you'd like to use for Pinterest share button (suggested 32px "
1270
  "x 32px)"
@@ -1272,27 +1248,27 @@ msgstr ""
1272
  "Téléchargez une icône que vous souhaitez utiliser pour le bouton de partage "
1273
  "Pinterest (32px x 32px suggéré)"
1274
 
1275
- #: plugin-options/wishlist_page-options.php:625
1276
  msgid "Pinterest share button style"
1277
  msgstr "Style de bouton de partage Pinterest"
1278
 
1279
- #: plugin-options/wishlist_page-options.php:626
1280
  msgid "Choose colors for Pinterest share button"
1281
  msgstr "Choisissez les couleurs pour le bouton de partage Pinterest"
1282
 
1283
- #: plugin-options/wishlist_page-options.php:645
1284
  msgid "Email share button icon"
1285
  msgstr "Icône du bouton de partage de courrier électronique"
1286
 
1287
- #: plugin-options/wishlist_page-options.php:646
1288
  msgid "Select an icon for the Email share button"
1289
  msgstr "Sélectionnez une icône pour le bouton Partager par e-mail"
1290
 
1291
- #: plugin-options/wishlist_page-options.php:656
1292
  msgid "Email share button custom icon"
1293
  msgstr "Icône personnalisée du bouton de partage par e-mail"
1294
 
1295
- #: plugin-options/wishlist_page-options.php:657
1296
  msgid ""
1297
  "Upload an icon you'd like to use for the Email share button (suggested 32px "
1298
  "x 32px)"
@@ -1300,27 +1276,27 @@ msgstr ""
1300
  "Téléchargez une icône que vous souhaitez utiliser pour le bouton Partager "
1301
  "par e-mail (32px x 32px suggéré)"
1302
 
1303
- #: plugin-options/wishlist_page-options.php:665
1304
  msgid "Email share button style"
1305
  msgstr "Style de bouton de partage d'e-mail"
1306
 
1307
- #: plugin-options/wishlist_page-options.php:666
1308
  msgid "Choose colors for the Email share button"
1309
  msgstr "Choisissez les couleurs pour le bouton Partager par e-mail"
1310
 
1311
- #: plugin-options/wishlist_page-options.php:685
1312
  msgid "WhatsApp share button icon"
1313
  msgstr "Icône du bouton de partage WhatsApp"
1314
 
1315
- #: plugin-options/wishlist_page-options.php:686
1316
  msgid "Select an icon for the WhatsApp share button"
1317
  msgstr "Sélectionnez une icône pour le bouton de partage WhatsApp"
1318
 
1319
- #: plugin-options/wishlist_page-options.php:696
1320
  msgid "WhatsApp share button custom icon"
1321
  msgstr "Icône personnalisée du bouton de partage WhatsApp"
1322
 
1323
- #: plugin-options/wishlist_page-options.php:697
1324
  msgid ""
1325
  "Upload an icon you'd like to use for WhatsApp share button (suggested 32px x "
1326
  "32px)"
@@ -1328,152 +1304,152 @@ msgstr ""
1328
  "Téléchargez une icône que vous souhaitez utiliser pour le bouton de partage "
1329
  "WhatsApp (32px x 32px suggéré)"
1330
 
1331
- #: plugin-options/wishlist_page-options.php:705
1332
  msgid "WhatsApp share button style"
1333
  msgstr "Style de bouton de partage WhatsApp"
1334
 
1335
- #: plugin-options/wishlist_page-options.php:706
1336
  msgid "Choose colors for WhatsApp share button"
1337
  msgstr "Choisissez les couleurs du bouton de partage WhatsApp"
1338
 
1339
- #: templates/share.php:51 templates/share.php:52
1340
  msgid "Facebook"
1341
  msgstr "Facebook"
1342
 
1343
- #: templates/share.php:59 templates/share.php:60
1344
  msgid "Twitter"
1345
  msgstr "Twitter"
1346
 
1347
- #: templates/share.php:67 templates/share.php:68
1348
  msgid "Pinterest"
1349
  msgstr "Pinterest"
1350
 
1351
- #: templates/share.php:75 templates/share.php:76
1352
  msgid "Email"
1353
  msgstr "Email"
1354
 
1355
- #: templates/share.php:83
1356
  msgid "WhatsApp"
1357
  msgstr "WhatsApp"
1358
 
1359
- #: templates/share.php:84
1360
  msgid "Whatsapp"
1361
  msgstr "Whatsapp"
1362
 
1363
- #: templates/share.php:93
1364
  msgid "(Now"
1365
  msgstr "(Maintenant"
1366
 
1367
- #: templates/share.php:93
1368
  msgid "copy"
1369
  msgstr "copier"
1370
 
1371
- #: templates/share.php:93
1372
  msgid "this wishlist link and share it anywhere)"
1373
  msgstr "ce lien de liste de souhaits et le partager n'importe où)"
1374
 
1375
- #: templates/wishlist-view-footer-mobile.php:44
1376
- #: templates/wishlist-view-footer.php:44
1377
  msgid "Apply this action to all the selected items:"
1378
  msgstr "Appliquez cette action à tous les éléments sélectionnés:"
1379
 
1380
- #: templates/wishlist-view-footer-mobile.php:49
1381
- #: templates/wishlist-view-footer.php:49
1382
  msgid "Remove from wishlist"
1383
  msgstr "Supprimer de la liste de souhaits"
1384
 
1385
  #. translators: 1. Wishlist formatted name.
1386
- #: templates/wishlist-view-footer-mobile.php:67
1387
- #: templates/wishlist-view-footer.php:67
1388
  msgid "Move to %s"
1389
  msgstr "Déplacer vers %s"
1390
 
1391
- #: templates/wishlist-view-footer-mobile.php:73
1392
- #: templates/wishlist-view-footer.php:73
1393
  msgid "Apply"
1394
  msgstr "Appliquer"
1395
 
1396
- #: templates/wishlist-view-footer-mobile.php:81
1397
- #: templates/wishlist-view-footer.php:81
1398
  msgid "Update"
1399
  msgstr "Mise à jour"
1400
 
1401
- #: templates/wishlist-view-footer-mobile.php:87
1402
- #: templates/wishlist-view-footer.php:103
1403
  msgid "Add all to cart"
1404
  msgstr "Tout ajouter au panier"
1405
 
1406
- #: templates/wishlist-view-header.php:48
1407
  msgid "Edit title"
1408
  msgstr "Modifier le titre"
1409
 
1410
- #: templates/wishlist-view-mobile.php:134
1411
  msgid "Added on:"
1412
  msgstr "Ajouté le:"
1413
 
1414
- #: templates/wishlist-view-mobile.php:145
1415
  msgid "Price:"
1416
  msgstr "Prix:"
1417
 
1418
- #: templates/wishlist-view-mobile.php:172
1419
  msgid "Quantity:"
1420
  msgstr "Quantité:"
1421
 
1422
- #: templates/wishlist-view-mobile.php:187
1423
  msgid "Stock:"
1424
  msgstr "Stock:"
1425
 
1426
- #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1427
  msgid "Out of stock"
1428
  msgstr "En rupture de stock"
1429
 
1430
- #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1431
  msgid "In Stock"
1432
  msgstr "En Stock"
1433
 
1434
- #: templates/wishlist-view-mobile.php:210 templates/wishlist-view.php:260
1435
  msgid "Move"
1436
  msgstr "Déplacer"
1437
 
1438
- #: templates/wishlist-view-mobile.php:231 templates/wishlist-view.php:281
1439
  msgid "Move to another list &rsaquo;"
1440
  msgstr "Déplacer vers une autre liste &rsaquo;"
1441
 
1442
- #: templates/wishlist-view-mobile.php:239 templates/wishlist-view.php:155
1443
- #: templates/wishlist-view.php:291
1444
  msgid "Remove this product"
1445
  msgstr "Supprimer ce produit"
1446
 
1447
- #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:311
1448
  msgid "No products added to the wishlist"
1449
  msgstr "Aucun produit ajouté à la liste de souhaits"
1450
 
1451
- #: templates/wishlist-view.php:79
1452
  msgid "Product name"
1453
  msgstr "Nom du produit"
1454
 
1455
- #: templates/wishlist-view.php:87
1456
  msgid "Unit price"
1457
  msgstr "Prix unitaire"
1458
 
1459
- #: templates/wishlist-view.php:96
1460
  msgid "Quantity"
1461
  msgstr "Quantité"
1462
 
1463
- #: templates/wishlist-view.php:105
1464
  msgid "Stock status"
1465
  msgstr "État des stocks"
1466
 
1467
- #: templates/wishlist-view.php:123
1468
  msgid "Arrange"
1469
  msgstr "Organiser"
1470
 
1471
  #. translators: date added label: 1 date added.
1472
- #: templates/wishlist-view.php:241
1473
  msgid "Added on: %s"
1474
  msgstr "Ajouté le: %s"
1475
 
1476
- #: templates/wishlist-view.php:291
1477
  msgid "Remove"
1478
  msgstr "Supprimé"
1479
 
@@ -1492,7 +1468,7 @@ msgstr ""
1492
  "com/\" target=\"_blank\">Obtenez plus de plugins pour votre commerce e-"
1493
  "commerce sur <strong>YITH</strong></a>"
1494
 
1495
- #: includes/class-yith-wcwl-admin.php:259
1496
  msgctxt "[HELP TAB] Video title"
1497
  msgid ""
1498
  "Check this video to learn how to <b>configure wishlist and customize options:"
@@ -1504,7 +1480,7 @@ msgctxt "page_slug"
1504
  msgid "wishlist"
1505
  msgstr "listedesouhaits"
1506
 
1507
- #: includes/class-yith-wcwl-privacy.php:230
1508
  msgctxt "date when wishlist was created"
1509
  msgid "Created on"
1510
  msgstr "Créé le"
@@ -1530,7 +1506,7 @@ msgid "Shows a list of products in wishlist"
1530
  msgstr "Affiche une liste de produits dans la liste de souhaits"
1531
 
1532
  #. translators: 1. % of reduction/increase in price.
1533
- #: includes/class-yith-wcwl-wishlist-item.php:435
1534
  msgctxt ""
1535
  "Part of the template that shows price variation since addition to list; "
1536
  "placeholder will be replaced with a percentage"
@@ -1538,7 +1514,7 @@ msgid "Price is %1$s%%"
1538
  msgstr "Le prix est %1$s%%"
1539
 
1540
  #. translators: 2: original product price.
1541
- #: includes/class-yith-wcwl-wishlist-item.php:437
1542
  msgctxt ""
1543
  "Part of the template that shows price variation since addition to list; "
1544
  "placeholder will be replaced with a price"
@@ -1635,6 +1611,24 @@ msgctxt "yith-woocommerce-wishlist"
1635
  msgid "Items per page"
1636
  msgstr "Objets par page"
1637
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1638
  #~ msgid "Premium Version"
1639
  #~ msgstr "Version Premium"
1640
 
@@ -2423,12 +2417,6 @@ msgstr "Objets par page"
2423
  #~ msgid "View users"
2424
  #~ msgstr "Voir les utilisateurs"
2425
 
2426
- #~ msgid ""
2427
- #~ "View a list with users that have added this product to their wishlist"
2428
- #~ msgstr ""
2429
- #~ "Afficher une liste des utilisateurs qui ont ajouté ce produit à leur "
2430
- #~ "liste de souhaits"
2431
-
2432
  #~ msgid "Edit"
2433
  #~ msgstr "Editer"
2434
 
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
+ "POT-Creation-Date: 2022-08-04 12:20:46+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:05+0200\n"
10
  "Last-Translator: \n"
11
  "Language-Team: \n"
20
  msgid "Wishlist Page"
21
  msgstr "Page de liste de souhaits"
22
 
23
+ #: includes/class-yith-wcwl-admin.php:155
24
  msgid "General settings"
25
  msgstr "Réglages généraux"
26
 
27
+ #: includes/class-yith-wcwl-admin.php:156
28
  msgid "Add to wishlist options"
29
  msgstr "Ajouter aux options de liste de souhaits"
30
 
31
+ #: includes/class-yith-wcwl-admin.php:157
32
  msgid "Wishlist page options"
33
  msgstr "Options de la page de liste de souhaits"
34
 
35
+ #: includes/class-yith-wcwl-admin.php:268
36
  msgid ""
37
  "Allows your customers to create and share lists of products that they want "
38
  "to purchase on your e-commerce."
40
  "Permet à vos clients de créer et de partager des listes de produits qu'ils "
41
  "souhaitent acheter sur votre e-commerce."
42
 
43
+ #: includes/class-yith-wcwl-admin.php:308
44
  #, fuzzy
45
  msgid ""
46
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
48
  "Choisissez d'activer la fonctionnalité de liste de souhaits pour tous les "
49
  "utilisateurs ou uniquement pour les utilisateurs connectés"
50
 
51
+ #: includes/class-yith-wcwl-admin.php:309
52
  msgid ""
53
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
54
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
55
  "on \"Add to wishlist\""
56
  msgstr ""
57
 
58
+ #: includes/class-yith-wcwl-admin.php:310
59
  msgid ""
60
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
61
  "them either public (visible to everyone), private or shared (visible only to "
62
  "people it has been shared with)"
63
  msgstr ""
64
 
65
+ #: includes/class-yith-wcwl-admin.php:311
66
  msgid ""
67
  "Choose between <b>different layouts</b> for the wishlist page and for the "
68
  "wishlist content"
69
  msgstr ""
70
 
71
+ #: includes/class-yith-wcwl-admin.php:312
72
  msgid ""
73
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
74
  "move a product from one wishlist to another, change order of items, "
75
  "quantity, etc."
76
  msgstr ""
77
 
78
+ #: includes/class-yith-wcwl-admin.php:313
79
  #, fuzzy
80
  msgid ""
81
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
84
  "Activez le bouton \"Tout ajouter au panier\" pour permettre aux clients "
85
  "d'ajouter tous les produits de la liste de souhaits au panier"
86
 
87
+ #: includes/class-yith-wcwl-admin.php:314
88
  msgid ""
89
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
90
  "(available also with \"mini-cart\" style for the header)"
91
  msgstr ""
92
 
93
+ #: includes/class-yith-wcwl-admin.php:315
94
+ #, fuzzy
95
  msgid ""
96
+ "<b>Send promotional emails to users</b> who have added specific products to "
 
97
  "their wishlist"
98
  msgstr ""
99
+ "Afficher une liste des utilisateurs qui ont ajouté ce produit à leur liste "
100
+ "de souhaits"
101
 
102
+ #: includes/class-yith-wcwl-admin.php:316
103
  #, fuzzy
104
  msgid ""
105
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
108
  "Activez cet e-mail pour envoyer des notifications à vos clients chaque fois "
109
  "qu'un produit de leur liste de souhaits est de nouveau en stock"
110
 
111
+ #: includes/class-yith-wcwl-admin.php:317
112
  msgid "Regular updates, Translations and Premium Support"
113
  msgstr ""
114
 
115
+ #: includes/class-yith-wcwl-ajax-handler.php:94
116
+ #: templates/add-to-wishlist-remove.php:81
117
  msgid "View &rsaquo;"
118
  msgstr "Voir &rsaquo;"
119
 
120
+ #: includes/class-yith-wcwl-ajax-handler.php:95
121
+ #: templates/add-to-wishlist-remove.php:69
122
  msgid "or"
123
  msgstr "ou"
124
 
125
+ #: includes/class-yith-wcwl-ajax-handler.php:96
126
  msgid "Close"
127
  msgstr "Fermer"
128
 
129
+ #: includes/class-yith-wcwl-ajax-handler.php:203
130
+ #: includes/class-yith-wcwl-ajax-handler.php:252
131
  msgid "Product successfully removed."
132
  msgstr "Produit supprimé correctement."
133
 
134
+ #: includes/class-yith-wcwl-form-handler.php:193
135
  msgid "Please, make sure to enter a valid title"
136
  msgstr "Veuillez vous assurer d'entrer un titre valide"
137
 
138
+ #: includes/class-yith-wcwl-frontend.php:674
139
  msgid ""
140
  "We are sorry, but this feature is available only if cookies on your browser "
141
  "are enabled."
143
  "Nous sommes désolés, mais cette fonctionnalité n'est disponible que si les "
144
  "cookies de votre navigateur sont activés."
145
 
146
+ #: includes/class-yith-wcwl-frontend.php:684
147
  msgid "Product added to cart successfully"
148
  msgstr "Produit ajouté au panier avec succès"
149
 
150
+ #: includes/class-yith-wcwl-frontend.php:947
151
+ #: includes/class-yith-wcwl-shortcode.php:248
152
+ #: plugin-options/wishlist_page-options.php:249
153
+ #: templates/wishlist-view-footer-mobile.php:59
154
+ #: templates/wishlist-view-footer.php:59
155
  msgid "Add to cart"
156
  msgstr "Ajouter au panier"
157
 
215
  "Les membres de notre équipe ont accès à ces informations pour vous proposer "
216
  "de meilleures offres pour les produits que vous aimez."
217
 
218
+ #: includes/class-yith-wcwl-privacy.php:94
219
+ #: includes/class-yith-wcwl-privacy.php:110
220
  msgid "Customer wishlists"
221
  msgstr "Listes de souhaits des clients"
222
 
223
+ #: includes/class-yith-wcwl-privacy.php:147 plugin-options/lists-options.php:34
224
+ #: plugin-options/lists-options.php:41
225
  msgid "Wishlists"
226
  msgstr "Listes de Souhaits"
227
 
228
  #. Translators: %s Order number.
229
+ #: includes/class-yith-wcwl-privacy.php:233
230
  msgid "Removed wishlist %s."
231
  msgstr "Ma Liste d'Envies sur %s"
232
 
233
  #. Translators: %s Order number.
234
+ #: includes/class-yith-wcwl-privacy.php:237
235
  msgid "Wishlist %s has been retained."
236
  msgstr "La liste de souhaits %s a été conservée."
237
 
238
+ #: includes/class-yith-wcwl-privacy.php:272
239
  msgid "Token"
240
  msgstr "Jeton"
241
 
242
+ #: includes/class-yith-wcwl-privacy.php:273
243
  msgid "Wishlist URL"
244
  msgstr "URL de la liste de souhaits"
245
 
246
+ #: includes/class-yith-wcwl-privacy.php:274
247
  msgid "Title"
248
  msgstr "Title:"
249
 
250
+ #: includes/class-yith-wcwl-privacy.php:276
251
  msgid "Visibility"
252
  msgstr "Visibilité"
253
 
254
+ #: includes/class-yith-wcwl-privacy.php:277
255
  msgid "Items added"
256
  msgstr "Éléments ajoutés"
257
 
335
  msgid "ID of the wishlist to show (e.g. K6EOWXB888ZD)"
336
  msgstr "ID de la liste de souhaits à afficher (par exemple K6EOWXB888ZD)"
337
 
338
+ #: includes/class-yith-wcwl-shortcode.php:452
339
  msgid "Share on:"
340
  msgstr "Partager sur:"
341
 
342
+ #: includes/class-yith-wcwl-shortcode.php:498
343
+ #: plugin-options/wishlist_page-options.php:147
344
  msgid "Share on Facebook"
345
  msgstr "Partager sur Facebook"
346
 
347
+ #: includes/class-yith-wcwl-shortcode.php:515
348
+ #: plugin-options/wishlist_page-options.php:156
349
  msgid "Tweet on Twitter"
350
  msgstr "Tweeter sur Twitter"
351
 
352
+ #: includes/class-yith-wcwl-shortcode.php:533
353
+ #: plugin-options/wishlist_page-options.php:165
354
  msgid "Pin on Pinterest"
355
  msgstr "Pin sur Pinterest"
356
 
357
+ #: includes/class-yith-wcwl-shortcode.php:547
358
  msgid "Share via email"
359
  msgstr "Partager par e-mail"
360
 
361
+ #: includes/class-yith-wcwl-shortcode.php:570
362
+ #: plugin-options/wishlist_page-options.php:183
363
  msgid "Share on WhatsApp"
364
  msgstr "Partager sur WhatsApp"
365
 
366
+ #: includes/class-yith-wcwl-shortcode.php:744
367
  msgid "Remove from list"
368
  msgstr "Retirer de la liste"
369
 
370
+ #: includes/class-yith-wcwl-wishlist-item.php:203
371
  msgid "Free!"
372
  msgstr "Gratuit!"
373
 
374
+ #: includes/class-yith-wcwl.php:232
375
  msgid "The item cannot be added to this wishlist"
376
  msgstr "L'article ne peut pas être ajouté à cette liste de souhaits"
377
 
378
+ #: includes/class-yith-wcwl.php:236 includes/class-yith-wcwl.php:242
379
  msgid "An error occurred while adding the products to the wishlist."
380
  msgstr ""
381
  "Une erreur s'est produite lors de l'ajout des produits à la liste de "
382
  "souhaits."
383
 
384
+ #: includes/class-yith-wcwl.php:339 includes/class-yith-wcwl.php:365
385
  msgid "Error. Unable to remove the product from the wishlist."
386
  msgstr "Erreur. Impossible de supprimer le produit de la liste de souhaits."
387
 
388
+ #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:250
389
+ #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:272
390
  msgid "Invalid wishlist."
391
  msgstr "Liste de souhaits non valide."
392
 
393
+ #: includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:210
394
  msgid "Invalid wishlist item."
395
  msgstr "Élément de liste de souhaits non valide."
396
 
397
  #. translators: 1. Number of users.
398
+ #: includes/functions-yith-wcwl.php:309
399
  msgid "%d user"
400
  msgid_plural "%d users"
401
  msgstr[0] "%d utilisateur"
402
  msgstr[1] "%d utilisateurs"
403
 
404
+ #: includes/functions-yith-wcwl.php:310
405
  msgid "has this item in wishlist"
406
  msgid_plural "have this item in wishlist"
407
  msgstr[0] "a cet article dans la liste de souhaits"
408
  msgstr[1] "ont cet article dans la liste de souhaits"
409
 
410
+ #: includes/functions-yith-wcwl.php:312
411
  msgid "You're the first"
412
  msgstr "Vous êtes le premier"
413
 
414
+ #: includes/functions-yith-wcwl.php:313
415
  msgid "to add this item in wishlist"
416
  msgstr "ajouter cet article à la liste de souhaits"
417
 
418
  #. translators: 1. Count of users when many, or "another" when only one.
419
+ #: includes/functions-yith-wcwl.php:317
420
  msgid "You and %s user"
421
  msgid_plural "You and %d users"
422
  msgstr[0] "Vous et l'utilisateur %s"
423
  msgstr[1] "Vous et les utilisateurs %d "
424
 
425
+ #: includes/functions-yith-wcwl.php:317
426
  msgid "another"
427
  msgstr ""
428
 
429
+ #: includes/functions-yith-wcwl.php:318
430
  msgid "have this item in wishlist"
431
  msgstr "avoir cet article dans la liste de souhaits"
432
 
433
+ #: includes/functions-yith-wcwl.php:534
434
  msgid "None"
435
  msgstr "Aucun"
436
 
437
+ #: includes/functions-yith-wcwl.php:535
438
  msgid "Custom"
439
  msgstr "Personnalisé"
440
 
441
+ #: includes/functions-yith-wcwl.php:567
442
  msgid "Shared"
443
  msgstr "Partagé"
444
 
445
+ #: includes/functions-yith-wcwl.php:571
446
  msgid "Only people with a link to this list can see it"
447
  msgstr "Seules les personnes ayant un lien vers cette liste peuvent la voir"
448
 
449
+ #: includes/functions-yith-wcwl.php:577
450
  msgid "Private"
451
  msgstr "Privé"
452
 
453
+ #: includes/functions-yith-wcwl.php:581
454
  msgid "Only you can see this list"
455
  msgstr "Vous seul pouvez voir cette liste"
456
 
457
+ #: includes/functions-yith-wcwl.php:587
458
  msgid "Public"
459
  msgstr "Publique"
460
 
461
+ #: includes/functions-yith-wcwl.php:591
462
  msgid "Anyone can search for and see this list"
463
  msgstr "Tout le monde peut rechercher et voir cette liste"
464
 
465
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:118
466
+ #: plugin-options/add_to_wishlist-options.php:136
467
  msgid "Add to wishlist"
468
  msgstr "Ajouter à la liste de souhaits"
469
 
470
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:128
471
+ #: plugin-options/add_to_wishlist-options.php:152
472
  msgid "Browse wishlist"
473
  msgstr "Parcourir la liste de souhaits"
474
 
480
  msgid "Product added to wishlist"
481
  msgstr "Produit ajouté à la liste de souhaits"
482
 
483
+ #: init.php:173
484
  #, fuzzy
485
  msgid "is enabled but not effective. It requires WooCommerce to work."
486
  msgstr ""
487
  "est activé mais ne fonctionne pas. Il nécessite WooCommerce pour fonctionner."
488
 
489
+ #: init.php:191
490
+ msgid ""
491
+ "YITH WooCommerce Wishlist was deactivated as you're running an higher tier "
492
+ "version of the same plugin."
 
 
493
  msgstr ""
494
 
495
+ #: plugin-options/add_to_wishlist-options.php:29
496
+ #: plugin-options/settings-options.php:32
497
  msgid "General Settings"
498
  msgstr "Réglages Généraux"
499
 
500
+ #: plugin-options/add_to_wishlist-options.php:36
501
  msgid "After product is added to wishlist"
502
  msgstr "Une fois le produit ajouté à la liste de souhaits"
503
 
504
+ #: plugin-options/add_to_wishlist-options.php:37
505
  msgid ""
506
  "Choose the look of the Wishlist button when the product has already been "
507
  "added to a wishlist"
509
  "Choisissez l'apparence du bouton Liste de souhaits lorsque le produit a déjà "
510
  "été ajouté à une liste de souhaits"
511
 
512
+ #: plugin-options/add_to_wishlist-options.php:41
513
  #, fuzzy
514
  msgid "Show \"Add to wishlist\" button"
515
  msgstr "Afficher le bouton \"Ajouter à la liste de souhaits\""
516
 
517
+ #: plugin-options/add_to_wishlist-options.php:42
518
  msgid "Show \"View wishlist\" link"
519
  msgstr "Afficher le lien \"Afficher la liste de souhaits\""
520
 
521
+ #: plugin-options/add_to_wishlist-options.php:43
522
  msgid "Show \"Remove from list\" link"
523
  msgstr "Afficher le lien \"Supprimer de la liste\""
524
 
525
+ #: plugin-options/add_to_wishlist-options.php:57
526
  msgid "Loop settings"
527
  msgstr "Paramètres de boucle"
528
 
529
+ #: plugin-options/add_to_wishlist-options.php:59
530
  msgid ""
531
  "Loop options will be visible on Shop page, category pages, product "
532
  "shortcodes, products sliders, and all the other places where the WooCommerce "
536
  "catégorie, les shortcodes de produits, les curseurs de produits et tous les "
537
  "autres endroits où la boucle des produits WooCommerce est utilisée"
538
 
539
+ #: plugin-options/add_to_wishlist-options.php:64
540
  msgid "Show \"Add to wishlist\" in loop"
541
  msgstr "Afficher \"Ajouter à la liste de souhaits\" en boucle"
542
 
543
+ #: plugin-options/add_to_wishlist-options.php:65
544
  msgid "Enable the \"Add to wishlist\" feature in WooCommerce products' loop"
545
  msgstr ""
546
  "Activer la fonctionnalité \"Ajouter à la liste de souhaits\" dans la boucle "
547
  "des produits WooCommerce"
548
 
549
+ #: plugin-options/add_to_wishlist-options.php:73
550
  msgid "Position of \"Add to wishlist\" in loop"
551
  msgstr "Position de \"Ajouter à la liste de souhaits\" en boucle"
552
 
553
+ #: plugin-options/add_to_wishlist-options.php:74
554
  msgid ""
555
  "Choose where to show \"Add to wishlist\" button or link in WooCommerce "
556
  "products' loop. <span class=\"addon\">Copy this shortcode <span class=\"code"
563
  "span> et collez-le où vous souhaitez afficher le lien ou le bouton \"Ajouter "
564
  "à la liste de souhaits\"</span>"
565
 
566
+ #: plugin-options/add_to_wishlist-options.php:81
567
  msgid "On top of the image"
568
  msgstr "En haut de l'image"
569
 
570
+ #: plugin-options/add_to_wishlist-options.php:82
571
  msgid "Before \"Add to cart\" button"
572
  msgstr "Avant le bouton \"Ajouter au panier\""
573
 
574
+ #: plugin-options/add_to_wishlist-options.php:83
575
  msgid "After \"Add to cart\" button"
576
  msgstr "Après le bouton \"Ajouter au panier\""
577
 
578
+ #: plugin-options/add_to_wishlist-options.php:84
579
+ #: plugin-options/add_to_wishlist-options.php:116
580
  msgid "Use shortcode"
581
  msgstr "Utiliser le shortcode"
582
 
583
+ #: plugin-options/add_to_wishlist-options.php:98
584
  msgid "Product page settings"
585
  msgstr "Paramètres de la page produit"
586
 
587
+ #: plugin-options/add_to_wishlist-options.php:105
588
  msgid "Position of \"Add to wishlist\" on product page"
589
  msgstr "Position de \"Ajouter à la liste de souhaits\" sur la page produit"
590
 
591
+ #: plugin-options/add_to_wishlist-options.php:106
592
  msgid ""
593
  "Choose where to show \"Add to wishlist\" button or link on the product page. "
594
  "<span class=\"addon\">Copy this shortcode <span class=\"code"
601
  "collez-le où vous souhaitez afficher le lien ou le bouton \"Ajouter à la "
602
  "liste de souhaits\"</span>"
603
 
604
+ #: plugin-options/add_to_wishlist-options.php:113
605
  msgid "After \"Add to cart\""
606
  msgstr "Après \"Ajouter au panier\""
607
 
608
+ #: plugin-options/add_to_wishlist-options.php:114
609
  msgid "After thumbnails"
610
  msgstr "Après les vignettes"
611
 
612
+ #: plugin-options/add_to_wishlist-options.php:115
613
  msgid "After summary"
614
  msgstr "Après le résumé"
615
 
616
+ #: plugin-options/add_to_wishlist-options.php:126
617
+ #: plugin-options/wishlist_page-options.php:231
618
  msgid "Text customization"
619
  msgstr "Personnalisation du texte"
620
 
621
+ #: plugin-options/add_to_wishlist-options.php:133
622
  msgid "\"Add to wishlist\" text"
623
  msgstr "Texte \"Ajouter à la liste de souhaits\""
624
 
625
+ #: plugin-options/add_to_wishlist-options.php:134
626
  msgid "Enter a text for \"Add to wishlist\" button"
627
  msgstr "Entrez un texte pour le bouton \"Ajouter à la liste de souhaits\""
628
 
629
+ #: plugin-options/add_to_wishlist-options.php:141
630
  msgid "\"Product added\" text"
631
  msgstr "Texte \"Produit ajouté\""
632
 
633
+ #: plugin-options/add_to_wishlist-options.php:142
634
  msgid ""
635
  "Enter the text of the message displayed when the user adds a product to the "
636
  "wishlist"
638
  "Entrez le texte du message affiché lorsque l'utilisateur ajoute un produit à "
639
  "la liste de souhaits"
640
 
641
+ #: plugin-options/add_to_wishlist-options.php:144
642
  msgid "Product added!"
643
  msgstr "Produit ajouté!"
644
 
645
+ #: plugin-options/add_to_wishlist-options.php:149
646
  msgid "\"Browse wishlist\" text"
647
  msgstr "Texte \"Parcourir la liste de souhaits\""
648
 
649
+ #: plugin-options/add_to_wishlist-options.php:150
650
  msgid "Enter a text for the \"Browse wishlist\" link on the product page"
651
  msgstr ""
652
  "Entrez un texte pour le lien \"Parcourir la liste de souhaits\" sur la page "
653
  "du produit"
654
 
655
+ #: plugin-options/add_to_wishlist-options.php:157
656
  msgid "\"Product already in wishlist\" text"
657
  msgstr "Texte \"Produit déjà dans la liste de souhaits\""
658
 
659
+ #: plugin-options/add_to_wishlist-options.php:158
660
  msgid ""
661
  "Enter the text for the message displayed when the user views a product that "
662
  "is already in the wishlist"
664
  "Saisissez le texte du message affiché lorsque l'utilisateur consulte un "
665
  "produit qui figure déjà dans la liste de souhaits"
666
 
667
+ #: plugin-options/add_to_wishlist-options.php:160
668
  msgid "The product is already in your wishlist!"
669
  msgstr "Le produit est déjà dans votre liste de souhaits!"
670
 
671
+ #: plugin-options/add_to_wishlist-options.php:170
672
  msgid "Style & Color customization"
673
  msgstr "Personnalisation du style et des couleurs"
674
 
675
+ #: plugin-options/add_to_wishlist-options.php:177
676
  msgid "Style of \"Add to wishlist\""
677
  msgstr "Style de \"Ajouter à la liste de souhaits\""
678
 
679
+ #: plugin-options/add_to_wishlist-options.php:178
680
  msgid ""
681
  "Choose if you want to show a textual \"Add to wishlist\" link or a button"
682
  msgstr ""
683
  "Choisissez si vous souhaitez afficher un lien textuel \"Ajouter à la liste "
684
  "de souhaits\" ou un bouton"
685
 
686
+ #: plugin-options/add_to_wishlist-options.php:181
687
+ #: plugin-options/wishlist_page-options.php:270
688
  msgid "Textual (anchor)"
689
  msgstr "Textuel (ancre)"
690
 
691
+ #: plugin-options/add_to_wishlist-options.php:182
692
+ #: plugin-options/wishlist_page-options.php:271
693
  msgid "Button with theme style"
694
  msgstr "Bouton avec style de thème"
695
 
696
+ #: plugin-options/add_to_wishlist-options.php:183
697
+ #: plugin-options/wishlist_page-options.php:272
698
  msgid "Button with custom style"
699
  msgstr "Bouton avec style personnalisé"
700
 
701
+ #: plugin-options/add_to_wishlist-options.php:191
702
  msgid "\"Add to wishlist\" button style"
703
  msgstr "Style de bouton \"Ajouter à la liste de souhaits\""
704
 
705
+ #: plugin-options/add_to_wishlist-options.php:197
706
  msgid "Choose colors for the \"Add to wishlist\" button"
707
  msgstr "Choisissez les couleurs du bouton \"Ajouter à la liste de souhaits\""
708
 
709
+ #: plugin-options/add_to_wishlist-options.php:199
710
+ #: plugin-options/wishlist_page-options.php:288
711
+ #: plugin-options/wishlist_page-options.php:386
712
+ #: plugin-options/wishlist_page-options.php:435
713
+ #: plugin-options/wishlist_page-options.php:483
714
+ #: plugin-options/wishlist_page-options.php:570
715
+ #: plugin-options/wishlist_page-options.php:610
716
+ #: plugin-options/wishlist_page-options.php:650
717
+ #: plugin-options/wishlist_page-options.php:690
718
+ #: plugin-options/wishlist_page-options.php:730
719
  msgid "Background"
720
  msgstr "Fond"
721
 
722
+ #: plugin-options/add_to_wishlist-options.php:204
723
+ #: plugin-options/wishlist_page-options.php:293
724
+ #: plugin-options/wishlist_page-options.php:391
725
+ #: plugin-options/wishlist_page-options.php:440
726
+ #: plugin-options/wishlist_page-options.php:488
727
+ #: plugin-options/wishlist_page-options.php:525
728
  msgid "Text"
729
  msgstr "Text"
730
 
731
+ #: plugin-options/add_to_wishlist-options.php:209
732
+ #: plugin-options/wishlist_page-options.php:298
733
+ #: plugin-options/wishlist_page-options.php:396
734
+ #: plugin-options/wishlist_page-options.php:445
735
+ #: plugin-options/wishlist_page-options.php:493
736
  msgid "Border"
737
  msgstr "Bordure"
738
 
739
+ #: plugin-options/add_to_wishlist-options.php:215
740
  msgid "Choose colors for the \"Add to wishlist\" button on hover state"
741
  msgstr ""
742
  "Choisissez les couleurs pour le bouton \"Ajouter à la liste de souhaits\" en "
743
  "survol"
744
 
745
+ #: plugin-options/add_to_wishlist-options.php:217
746
+ #: plugin-options/wishlist_page-options.php:306
747
+ #: plugin-options/wishlist_page-options.php:404
748
+ #: plugin-options/wishlist_page-options.php:453
749
  msgid "Background Hover"
750
  msgstr "Arrière plan au survol"
751
 
752
+ #: plugin-options/add_to_wishlist-options.php:222
753
+ #: plugin-options/wishlist_page-options.php:311
754
+ #: plugin-options/wishlist_page-options.php:409
755
+ #: plugin-options/wishlist_page-options.php:458
756
  msgid "Text Hover"
757
  msgstr "Texte au survol"
758
 
759
+ #: plugin-options/add_to_wishlist-options.php:227
760
+ #: plugin-options/wishlist_page-options.php:316
761
+ #: plugin-options/wishlist_page-options.php:414
762
+ #: plugin-options/wishlist_page-options.php:463
763
  msgid "Border Hover"
764
  msgstr "Bordure au survol"
765
 
766
+ #: plugin-options/add_to_wishlist-options.php:240
767
+ #: plugin-options/wishlist_page-options.php:329
768
  msgid "Border radius"
769
  msgstr "Rayon de bordure"
770
 
771
+ #: plugin-options/add_to_wishlist-options.php:241
772
  msgid "Choose radius for the \"Add to wishlist\" button"
773
  msgstr "Choisissez le rayon pour le bouton \"Ajouter à la liste de souhaits\""
774
 
775
+ #: plugin-options/add_to_wishlist-options.php:255
776
  msgid "\"Add to wishlist\" icon"
777
  msgstr "Icône \"Ajouter à la liste de souhaits\""
778
 
779
+ #: plugin-options/add_to_wishlist-options.php:256
780
  msgid "Select an icon for the \"Add to wishlist\" button (optional)"
781
  msgstr ""
782
  "Sélectionnez une icône pour le bouton \"Ajouter à la liste de souhaits"
783
  "\" (facultatif)"
784
 
785
+ #: plugin-options/add_to_wishlist-options.php:275
786
  msgid "\"Add to wishlist\" custom icon"
787
  msgstr "Icône personnalisée \"Ajouter à la liste de souhaits\""
788
 
789
+ #: plugin-options/add_to_wishlist-options.php:276
790
+ #: plugin-options/add_to_wishlist-options.php:309
791
  msgid ""
792
  "Upload an icon you'd like to use for \"Add to wishlist\" button (suggested "
793
  "32px x 32px)"
795
  "Téléchargez une icône que vous souhaitez utiliser pour le bouton \"Ajouter à "
796
  "la liste de souhaits\" (32px x 32px suggéré)"
797
 
798
+ #: plugin-options/add_to_wishlist-options.php:288
799
  msgid "\"Added to wishlist\" icon"
800
  msgstr "Icône \"Ajouté à la liste de souhaits\""
801
 
802
+ #: plugin-options/add_to_wishlist-options.php:289
803
  msgid "Select an icon for the \"Added to wishlist\" button (optional)"
804
  msgstr ""
805
  "Sélectionnez une icône pour le bouton \"Ajouté à la liste de souhaits"
806
  "\" (facultatif)"
807
 
808
+ #: plugin-options/add_to_wishlist-options.php:304
809
  msgid "Same used for Add to wishlist"
810
  msgstr "Identique à Ajouter à la liste de souhaits"
811
 
812
+ #: plugin-options/add_to_wishlist-options.php:308
813
  msgid "\"Added to wishlist\" custom icon"
814
  msgstr "Icône personnalisée \"Ajouté à la liste de souhaits\""
815
 
816
+ #: plugin-options/add_to_wishlist-options.php:321
817
  msgid "Custom CSS"
818
  msgstr "Personnaliser CSS"
819
 
820
+ #: plugin-options/add_to_wishlist-options.php:322
821
  msgid "Enter custom CSS to be applied to Wishlist elements (optional)"
822
  msgstr ""
823
  "Entrez le CSS personnalisé à appliquer aux éléments de la liste de souhaits "
824
  "(facultatif)"
825
 
826
+ #: plugin-options/lists-options.php:43
827
  msgid "Search list"
828
  msgstr "Liste de recherche"
829
 
830
+ #: plugin-options/settings-options.php:39
 
 
 
 
 
 
 
 
 
 
831
  msgid "Enable AJAX loading"
832
  msgstr "Activer le chargement AJAX"
833
 
834
+ #: plugin-options/settings-options.php:40
835
  msgid "Load any cacheable wishlist item via AJAX"
836
  msgstr ""
837
  "Charger n'importe quel élément de liste de souhaits pouvant être mis en "
838
  "cache via AJAX"
839
 
840
+ #: plugin-options/settings-options.php:54
841
  msgid "YITH WooCommerce Frequently Bought Together Integration"
842
  msgstr "YITH WooCommerce a fréquemment acheté ensemble l'intégrationd"
843
 
844
+ #: plugin-options/settings-options.php:60
 
 
 
 
 
 
 
 
 
 
845
  msgid "Enable slider in wishlist"
846
  msgstr "Activer diaporama dans la liste de Souhaits"
847
 
848
+ #. translators: 1. Example image of the integration.
849
+ #: plugin-options/settings-options.php:62
 
850
  #, fuzzy
851
  msgid ""
852
  "Enable the slider with linked products on the Wishlist page (<a href=\"%1$s"
853
+ "\" class=\"thickbox\">Example</a>)."
854
  msgstr ""
855
  "Activez le curseur avec les produits liés sur la page Liste de souhaits (<a "
856
  "href=\"%s\" class=\"thickbox\"> Exemple </a>). %s"
857
 
858
+ #: plugin-options/wishlist_page-options.php:28
859
+ #: plugin-options/wishlist_page-options.php:35
 
 
 
860
  msgid "Wishlist page"
861
  msgstr "Page de liste de souhaits"
862
 
863
+ #: plugin-options/wishlist_page-options.php:36
864
  msgid ""
865
  "Pick a page as the main Wishlist page; make sure you add the <span class="
866
  "\"code\"><code>[yith_wcwl_wishlist]</code></span> shortcode into the page "
870
  "d'ajouter le<span class=\"code\"><code>[yith_wcwl_wishlist]</code></span> "
871
  "shortcode dans le contenu de la page"
872
 
873
+ #: plugin-options/wishlist_page-options.php:49
874
  msgid "Wishlist Detail Page"
875
  msgstr "Page de détail de la liste de souhaits"
876
 
 
877
  #: plugin-options/wishlist_page-options.php:56
878
  #: plugin-options/wishlist_page-options.php:65
879
  #: plugin-options/wishlist_page-options.php:74
880
  #: plugin-options/wishlist_page-options.php:83
881
  #: plugin-options/wishlist_page-options.php:92
882
  #: plugin-options/wishlist_page-options.php:101
883
+ #: plugin-options/wishlist_page-options.php:110
884
  msgid "In wishlist table show"
885
  msgstr "Dans la liste de souhaits"
886
 
887
+ #: plugin-options/wishlist_page-options.php:57
888
  msgid "Product variations selected by the user (example: size or color)"
889
  msgstr ""
890
  "Variations de produits sélectionnées par l'utilisateur (exemple: taille ou "
891
  "couleur)"
892
 
893
+ #: plugin-options/wishlist_page-options.php:66
894
  msgid "Product price"
895
  msgstr "Prix du produit"
896
 
897
+ #: plugin-options/wishlist_page-options.php:75
898
  msgid "Product stock (show if the product is available or not)"
899
  msgstr "Stock de produits (indiquer si le produit est disponible ou non)"
900
 
901
+ #: plugin-options/wishlist_page-options.php:84
902
  msgid "Date on which the product was added to the wishlist"
903
  msgstr "Date à laquelle le produit a été ajouté à la liste de souhaits"
904
 
905
+ #: plugin-options/wishlist_page-options.php:93
906
  msgid "Add to cart option for each product"
907
  msgstr "Option Ajouter au panier pour tous les produits"
908
 
909
+ #: plugin-options/wishlist_page-options.php:102
910
  msgid ""
911
  "Icon to remove the product from the wishlist - to the left of the product"
912
  msgstr ""
913
  "Icône pour retirer le produit de la liste de souhaits - à gauche du produit"
914
 
915
+ #: plugin-options/wishlist_page-options.php:111
916
  msgid ""
917
  "Button to remove the product from the wishlist - to the right of the product"
918
  msgstr ""
919
  "Bouton pour retirer le produit de la liste de souhaits - à droite du produit"
920
 
921
+ #: plugin-options/wishlist_page-options.php:119
922
  msgid "Redirect to cart"
923
  msgstr "Rediriger vers le panier"
924
 
925
+ #: plugin-options/wishlist_page-options.php:120
926
  msgid ""
927
  "Redirect users to the cart page when they add a product to the cart from the "
928
  "wishlist page"
930
  "Redirigez les utilisateurs vers la page du panier lorsqu'ils ajoutent un "
931
  "produit au panier à partir de la page de la liste de souhaits"
932
 
933
+ #: plugin-options/wishlist_page-options.php:128
934
  msgid "Remove if added to the cart"
935
  msgstr "Supprimer si ajouté au panier"
936
 
937
+ #: plugin-options/wishlist_page-options.php:129
938
  msgid ""
939
  "Remove the product from the wishlist after it has been added to the cart"
940
  msgstr ""
941
  "Supprimer le produit de la liste de souhaits après l'avoir ajouté au panier"
942
 
943
+ #: plugin-options/wishlist_page-options.php:137
944
  msgid "Share wishlist"
945
  msgstr "Partager la liste de souhaits"
946
 
947
+ #: plugin-options/wishlist_page-options.php:138
948
  msgid "Enable this option to let users share their wishlist on social media"
949
  msgstr ""
950
  "Activez cette option pour permettre aux utilisateurs de partager leur liste "
951
  "de souhaits sur les réseaux sociaux"
952
 
 
953
  #: plugin-options/wishlist_page-options.php:146
954
  #: plugin-options/wishlist_page-options.php:155
955
  #: plugin-options/wishlist_page-options.php:164
956
  #: plugin-options/wishlist_page-options.php:173
957
+ #: plugin-options/wishlist_page-options.php:182
958
  msgid "Share on social media"
959
  msgstr "Partager sur les réseaux sociaux"
960
 
961
+ #: plugin-options/wishlist_page-options.php:174
962
  msgid "Share by email"
963
  msgstr "Partager par email"
964
 
965
+ #: plugin-options/wishlist_page-options.php:191
966
  msgid "Share by URL"
967
  msgstr "Partager par URL"
968
 
969
+ #: plugin-options/wishlist_page-options.php:192
970
  msgid "Show \"Share URL\" field on wishlist page"
971
  msgstr ""
972
  "Afficher le champ \"Partager l'URL\" sur la page de la liste de souhaits"
973
 
974
+ #: plugin-options/wishlist_page-options.php:200
975
  msgid "Sharing title"
976
  msgstr "Titre de partage"
977
 
978
+ #: plugin-options/wishlist_page-options.php:201
979
  msgid "Wishlist title used for sharing (only used on Twitter and Pinterest)"
980
  msgstr ""
981
  "Titre de la liste de souhaits utilisé pour le partage (uniquement utilisé "
982
  "sur Twitter et Pinterest)"
983
 
984
  #. translators: 1. Blog name.
985
+ #: plugin-options/wishlist_page-options.php:204
986
  msgid "My wishlist on %s"
987
  msgstr "Ma Liste d'Envies sur %s"
988
 
989
+ #: plugin-options/wishlist_page-options.php:209
990
  msgid "Social text"
991
  msgstr "Texte social"
992
 
993
+ #: plugin-options/wishlist_page-options.php:210
994
  msgid ""
995
  "Type the message you want to publish when you share your wishlist on Twitter "
996
  "and Pinterest"
998
  "Tapez le message que vous souhaitez publier lorsque vous partagez votre "
999
  "liste de souhaits sur Twitter et Pinterest"
1000
 
1001
+ #: plugin-options/wishlist_page-options.php:218
1002
  msgid "Social image URL"
1003
  msgstr "URL de l'image sociale"
1004
 
1005
+ #: plugin-options/wishlist_page-options.php:219
1006
  msgid "It will be used to pin the wishlist on Pinterest."
1007
  msgstr "Il sera utilisé pour épingler la liste de souhaits sur Pinterest."
1008
 
1009
+ #: plugin-options/wishlist_page-options.php:238
1010
  msgid "Default wishlist name"
1011
  msgstr "Nom de liste de souhaits par défaut"
1012
 
1013
+ #: plugin-options/wishlist_page-options.php:239
1014
  msgid ""
1015
  "Enter a name for the default wishlist. This is the wishlist that will be "
1016
  "automatically generated for all users if they do not create any custom one"
1019
  "de souhaits qui sera automatiquement générée pour tous les utilisateurs "
1020
  "s'ils n'en créent pas de personnalisé"
1021
 
1022
+ #: plugin-options/wishlist_page-options.php:241
1023
  msgid "My wishlist"
1024
  msgstr "Ma liste d'envies"
1025
 
1026
+ #: plugin-options/wishlist_page-options.php:246
1027
  msgid "\"Add to cart\" text"
1028
  msgstr "Texte \"Ajouter au panier\""
1029
 
1030
+ #: plugin-options/wishlist_page-options.php:247
1031
  msgid "Enter a text for the \"Add to cart\" button"
1032
  msgstr "Saisissez un texte pour le bouton \"Ajouter au panier\""
1033
 
1034
+ #: plugin-options/wishlist_page-options.php:259
1035
  msgid "Style & color customization"
1036
  msgstr "Personnalisation du style et des couleurs"
1037
 
1038
+ #: plugin-options/wishlist_page-options.php:266
1039
  msgid "Style of \"Add to cart\""
1040
  msgstr "Style de \"Ajouter au panier\""
1041
 
1042
+ #: plugin-options/wishlist_page-options.php:267
1043
  msgid "Choose whether to show a textual \"Add to cart\" link or a button"
1044
  msgstr ""
1045
  "Choisissez d'afficher un lien textuel \"Ajouter au panier\" ou un bouton"
1046
 
1047
+ #: plugin-options/wishlist_page-options.php:280
1048
  msgid "\"Add to cart\" button style"
1049
  msgstr "Style de bouton \"Ajouter au panier\""
1050
 
1051
+ #: plugin-options/wishlist_page-options.php:286
1052
  msgid "Choose the colors for the \"Add to cart\" button"
1053
  msgstr "Choisissez les couleurs du bouton \"Ajouter au panier\""
1054
 
1055
+ #: plugin-options/wishlist_page-options.php:304
1056
  msgid "Choose colors for the \"Add to cart\" button on hover state"
1057
  msgstr "Choisissez les couleurs du bouton \"Ajouter au panier\" en survol"
1058
 
1059
+ #: plugin-options/wishlist_page-options.php:330
1060
  msgid "Set the radius for the \"Add to cart\" button"
1061
  msgstr "Définissez le rayon du bouton \"Ajouter au panier\""
1062
 
1063
+ #: plugin-options/wishlist_page-options.php:344
1064
  msgid "\"Add to cart\" icon"
1065
  msgstr "Icône \"Ajouter au panier\""
1066
 
1067
+ #: plugin-options/wishlist_page-options.php:345
1068
  msgid "Select an icon for the \"Add to cart\" button (optional)"
1069
  msgstr ""
1070
  "Sélectionnez une icône pour le bouton \"Ajouter au panier\" (facultatif)"
1071
 
1072
+ #: plugin-options/wishlist_page-options.php:369
1073
  msgid "\"Add to cart\" custom icon"
1074
  msgstr "Icône personnalisée \"Ajouter au panier\""
1075
 
1076
+ #: plugin-options/wishlist_page-options.php:370
1077
  msgid ""
1078
  "Upload an icon you'd like to use for the \"Add to cart\" button (suggested "
1079
  "32px x 32px)"
1081
  "Téléchargez une icône que vous souhaitez utiliser pour le bouton \"Ajouter "
1082
  "au panier\" (32px x 32px suggéré)"
1083
 
1084
+ #: plugin-options/wishlist_page-options.php:378
1085
  msgid "Primary button style"
1086
  msgstr "Style de bouton principal"
1087
 
1088
+ #: plugin-options/wishlist_page-options.php:384
1089
  msgid ""
1090
  "Choose colors for the primary button<br/><small>This style will be applied "
1091
  "to \"Edit title\" button on Wishlist view, \"Submit Changes\" button on "
1096
  "bouton \"Soumettre les modifications\" dans la vue Gérer et au bouton "
1097
  "\"Rechercher la liste de souhaits\" dans la vue Recherche</small>"
1098
 
1099
+ #: plugin-options/wishlist_page-options.php:402
1100
  msgid ""
1101
  "Choose colors for the primary button on hover state<br/><small>This style "
1102
  "will be applied to \"Edit title\" button on Wishlist view, \"Submit Changes"
1109
  "dans la vue Gérer et au bouton \"Rechercher la liste de souhaits\" dans la "
1110
  "vue Recherche</small>"
1111
 
1112
+ #: plugin-options/wishlist_page-options.php:427
1113
  msgid "Secondary button style"
1114
  msgstr "Style de bouton secondaire"
1115
 
 
1116
  #: plugin-options/wishlist_page-options.php:433
1117
+ #: plugin-options/wishlist_page-options.php:451
1118
  msgid ""
1119
  "Choose colors of the secondary button<br/><small>This style will be applied "
1120
  "to the buttons that allow showing and hiding the Edit title form on Wishlist "
1125
  "Modifier le titre dans la vue Liste de souhaits et le bouton \"Créer une "
1126
  "nouvelle liste de souhaits\" dans la gestion de la vue </small>"
1127
 
1128
+ #: plugin-options/wishlist_page-options.php:476
1129
  msgid "Wishlist table style"
1130
  msgstr "Style de la table de souhait"
1131
 
1132
+ #: plugin-options/wishlist_page-options.php:477
1133
  msgid ""
1134
  "Choose the colors for the wishlist table (when set to \"Traditional\" layout)"
1135
  msgstr ""
1136
  "Choisissez les couleurs du tableau de la liste de souhaits (lorsqu'il est "
1137
  "réglé sur une disposition \"traditionnelle\")"
1138
 
1139
+ #: plugin-options/wishlist_page-options.php:505
1140
  msgid "Highlight color"
1141
  msgstr "Couleur de surbrillance"
1142
 
1143
+ #: plugin-options/wishlist_page-options.php:506
1144
  msgid ""
1145
  "Choose the color for all sections with background<br/><small>This color will "
1146
  "be used as background for the wishlist table heading and footer (when set to "
1152
  "une disposition \"traditionnelle\"), et pour divers formulaires dans les "
1153
  "vues de la liste de souhaits </small>"
1154
 
1155
+ #: plugin-options/wishlist_page-options.php:518
1156
  msgid "Share button text color"
1157
  msgstr "Partager la couleur du texte du bouton"
1158
 
1159
+ #: plugin-options/wishlist_page-options.php:519
1160
  msgid "Choose colors for share buttons text"
1161
  msgstr "Choisissez les couleurs pour le texte des boutons de partage"
1162
 
1163
+ #: plugin-options/wishlist_page-options.php:530
1164
  msgid "Text hover"
1165
  msgstr "Survol du texte"
1166
 
1167
+ #: plugin-options/wishlist_page-options.php:543
1168
  msgid "Facebook share button icon"
1169
  msgstr "Icône du bouton de partage Facebook"
1170
 
1171
+ #: plugin-options/wishlist_page-options.php:544
1172
  msgid "Select an icon for the Facebook share button"
1173
  msgstr "Sélectionnez une icône pour le bouton de partage Facebook"
1174
 
1175
+ #: plugin-options/wishlist_page-options.php:554
1176
  msgid "Facebook share button custom icon"
1177
  msgstr "Icône personnalisée du bouton de partage Facebook"
1178
 
1179
+ #: plugin-options/wishlist_page-options.php:555
1180
  msgid ""
1181
  "Upload an icon you'd like to use for Facebook share button (suggested 32px x "
1182
  "32px)"
1184
  "Téléchargez une icône que vous souhaitez utiliser pour le bouton de partage "
1185
  "Facebook (32px x 32px suggéré)"
1186
 
1187
+ #: plugin-options/wishlist_page-options.php:563
1188
  msgid "Facebook share button style"
1189
  msgstr "Style de bouton de partage Facebook"
1190
 
1191
+ #: plugin-options/wishlist_page-options.php:564
1192
  msgid "Choose colors for Facebook share button"
1193
  msgstr "Choisissez les couleurs du bouton de partage Facebook"
1194
 
1195
+ #: plugin-options/wishlist_page-options.php:575
1196
+ #: plugin-options/wishlist_page-options.php:615
1197
+ #: plugin-options/wishlist_page-options.php:655
1198
+ #: plugin-options/wishlist_page-options.php:695
1199
+ #: plugin-options/wishlist_page-options.php:735
1200
  msgid "Background hover"
1201
  msgstr "Survol de l'arrière-plan"
1202
 
1203
+ #: plugin-options/wishlist_page-options.php:583
1204
  msgid "Twitter share button icon"
1205
  msgstr "Icône de bouton de partage Twitter"
1206
 
1207
+ #: plugin-options/wishlist_page-options.php:584
1208
  msgid "Select an icon for the Twitter share button"
1209
  msgstr "Sélectionnez une icône pour le bouton de partage Twitter"
1210
 
1211
+ #: plugin-options/wishlist_page-options.php:594
1212
  msgid "Twitter share button custom icon"
1213
  msgstr "Icône personnalisée du bouton de partage Twitter"
1214
 
1215
+ #: plugin-options/wishlist_page-options.php:595
1216
  msgid ""
1217
  "Upload an icon you'd like to use for Twitter share button (suggested 32px x "
1218
  "32px)"
1220
  "Téléchargez une icône que vous souhaitez utiliser pour le bouton de partage "
1221
  "Twitter (32px x 32px suggéré)"
1222
 
1223
+ #: plugin-options/wishlist_page-options.php:603
1224
  msgid "Twitter share button style"
1225
  msgstr "Style de bouton de partage Twitter"
1226
 
1227
+ #: plugin-options/wishlist_page-options.php:604
1228
  msgid "Choose colors for Twitter share button"
1229
  msgstr "Choisissez les couleurs du bouton de partage Twitter"
1230
 
1231
+ #: plugin-options/wishlist_page-options.php:623
1232
  msgid "Pinterest share button icon"
1233
  msgstr "Icône du bouton de partage Pinterest"
1234
 
1235
+ #: plugin-options/wishlist_page-options.php:624
1236
  msgid "Select an icon for the Pinterest share button"
1237
  msgstr "Sélectionnez une icône pour le bouton de partage Pinterest"
1238
 
1239
+ #: plugin-options/wishlist_page-options.php:634
1240
  msgid "Pinterest share button custom icon"
1241
  msgstr "Icône personnalisée du bouton de partage Pinterest"
1242
 
1243
+ #: plugin-options/wishlist_page-options.php:635
1244
  msgid ""
1245
  "Upload an icon you'd like to use for Pinterest share button (suggested 32px "
1246
  "x 32px)"
1248
  "Téléchargez une icône que vous souhaitez utiliser pour le bouton de partage "
1249
  "Pinterest (32px x 32px suggéré)"
1250
 
1251
+ #: plugin-options/wishlist_page-options.php:643
1252
  msgid "Pinterest share button style"
1253
  msgstr "Style de bouton de partage Pinterest"
1254
 
1255
+ #: plugin-options/wishlist_page-options.php:644
1256
  msgid "Choose colors for Pinterest share button"
1257
  msgstr "Choisissez les couleurs pour le bouton de partage Pinterest"
1258
 
1259
+ #: plugin-options/wishlist_page-options.php:663
1260
  msgid "Email share button icon"
1261
  msgstr "Icône du bouton de partage de courrier électronique"
1262
 
1263
+ #: plugin-options/wishlist_page-options.php:664
1264
  msgid "Select an icon for the Email share button"
1265
  msgstr "Sélectionnez une icône pour le bouton Partager par e-mail"
1266
 
1267
+ #: plugin-options/wishlist_page-options.php:674
1268
  msgid "Email share button custom icon"
1269
  msgstr "Icône personnalisée du bouton de partage par e-mail"
1270
 
1271
+ #: plugin-options/wishlist_page-options.php:675
1272
  msgid ""
1273
  "Upload an icon you'd like to use for the Email share button (suggested 32px "
1274
  "x 32px)"
1276
  "Téléchargez une icône que vous souhaitez utiliser pour le bouton Partager "
1277
  "par e-mail (32px x 32px suggéré)"
1278
 
1279
+ #: plugin-options/wishlist_page-options.php:683
1280
  msgid "Email share button style"
1281
  msgstr "Style de bouton de partage d'e-mail"
1282
 
1283
+ #: plugin-options/wishlist_page-options.php:684
1284
  msgid "Choose colors for the Email share button"
1285
  msgstr "Choisissez les couleurs pour le bouton Partager par e-mail"
1286
 
1287
+ #: plugin-options/wishlist_page-options.php:703
1288
  msgid "WhatsApp share button icon"
1289
  msgstr "Icône du bouton de partage WhatsApp"
1290
 
1291
+ #: plugin-options/wishlist_page-options.php:704
1292
  msgid "Select an icon for the WhatsApp share button"
1293
  msgstr "Sélectionnez une icône pour le bouton de partage WhatsApp"
1294
 
1295
+ #: plugin-options/wishlist_page-options.php:714
1296
  msgid "WhatsApp share button custom icon"
1297
  msgstr "Icône personnalisée du bouton de partage WhatsApp"
1298
 
1299
+ #: plugin-options/wishlist_page-options.php:715
1300
  msgid ""
1301
  "Upload an icon you'd like to use for WhatsApp share button (suggested 32px x "
1302
  "32px)"
1304
  "Téléchargez une icône que vous souhaitez utiliser pour le bouton de partage "
1305
  "WhatsApp (32px x 32px suggéré)"
1306
 
1307
+ #: plugin-options/wishlist_page-options.php:723
1308
  msgid "WhatsApp share button style"
1309
  msgstr "Style de bouton de partage WhatsApp"
1310
 
1311
+ #: plugin-options/wishlist_page-options.php:724
1312
  msgid "Choose colors for WhatsApp share button"
1313
  msgstr "Choisissez les couleurs du bouton de partage WhatsApp"
1314
 
1315
+ #: templates/share.php:56 templates/share.php:57
1316
  msgid "Facebook"
1317
  msgstr "Facebook"
1318
 
1319
+ #: templates/share.php:64 templates/share.php:65
1320
  msgid "Twitter"
1321
  msgstr "Twitter"
1322
 
1323
+ #: templates/share.php:72 templates/share.php:73
1324
  msgid "Pinterest"
1325
  msgstr "Pinterest"
1326
 
1327
+ #: templates/share.php:102 templates/share.php:103
1328
  msgid "Email"
1329
  msgstr "Email"
1330
 
1331
+ #: templates/share.php:110
1332
  msgid "WhatsApp"
1333
  msgstr "WhatsApp"
1334
 
1335
+ #: templates/share.php:111
1336
  msgid "Whatsapp"
1337
  msgstr "Whatsapp"
1338
 
1339
+ #: templates/share.php:120
1340
  msgid "(Now"
1341
  msgstr "(Maintenant"
1342
 
1343
+ #: templates/share.php:120
1344
  msgid "copy"
1345
  msgstr "copier"
1346
 
1347
+ #: templates/share.php:120
1348
  msgid "this wishlist link and share it anywhere)"
1349
  msgstr "ce lien de liste de souhaits et le partager n'importe où)"
1350
 
1351
+ #: templates/wishlist-view-footer-mobile.php:55
1352
+ #: templates/wishlist-view-footer.php:55
1353
  msgid "Apply this action to all the selected items:"
1354
  msgstr "Appliquez cette action à tous les éléments sélectionnés:"
1355
 
1356
+ #: templates/wishlist-view-footer-mobile.php:62
1357
+ #: templates/wishlist-view-footer.php:62
1358
  msgid "Remove from wishlist"
1359
  msgstr "Supprimer de la liste de souhaits"
1360
 
1361
  #. translators: 1. Wishlist formatted name.
1362
+ #: templates/wishlist-view-footer-mobile.php:80
1363
+ #: templates/wishlist-view-footer.php:80
1364
  msgid "Move to %s"
1365
  msgstr "Déplacer vers %s"
1366
 
1367
+ #: templates/wishlist-view-footer-mobile.php:86
1368
+ #: templates/wishlist-view-footer.php:86
1369
  msgid "Apply"
1370
  msgstr "Appliquer"
1371
 
1372
+ #: templates/wishlist-view-footer-mobile.php:94
1373
+ #: templates/wishlist-view-footer.php:94
1374
  msgid "Update"
1375
  msgstr "Mise à jour"
1376
 
1377
+ #: templates/wishlist-view-footer-mobile.php:100
1378
+ #: templates/wishlist-view-footer.php:138
1379
  msgid "Add all to cart"
1380
  msgstr "Tout ajouter au panier"
1381
 
1382
+ #: templates/wishlist-view-header.php:86
1383
  msgid "Edit title"
1384
  msgstr "Modifier le titre"
1385
 
1386
+ #: templates/wishlist-view-mobile.php:143
1387
  msgid "Added on:"
1388
  msgstr "Ajouté le:"
1389
 
1390
+ #: templates/wishlist-view-mobile.php:154
1391
  msgid "Price:"
1392
  msgstr "Prix:"
1393
 
1394
+ #: templates/wishlist-view-mobile.php:181
1395
  msgid "Quantity:"
1396
  msgstr "Quantité:"
1397
 
1398
+ #: templates/wishlist-view-mobile.php:196
1399
  msgid "Stock:"
1400
  msgstr "Stock:"
1401
 
1402
+ #: templates/wishlist-view-mobile.php:199 templates/wishlist-view.php:431
1403
  msgid "Out of stock"
1404
  msgstr "En rupture de stock"
1405
 
1406
+ #: templates/wishlist-view-mobile.php:199 templates/wishlist-view.php:431
1407
  msgid "In Stock"
1408
  msgstr "En Stock"
1409
 
1410
+ #: templates/wishlist-view-mobile.php:219 templates/wishlist-view.php:531
1411
  msgid "Move"
1412
  msgstr "Déplacer"
1413
 
1414
+ #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:562
1415
  msgid "Move to another list &rsaquo;"
1416
  msgstr "Déplacer vers une autre liste &rsaquo;"
1417
 
1418
+ #: templates/wishlist-view-mobile.php:270 templates/wishlist-view.php:250
1419
+ #: templates/wishlist-view.php:594
1420
  msgid "Remove this product"
1421
  msgstr "Supprimer ce produit"
1422
 
1423
+ #: templates/wishlist-view-mobile.php:291 templates/wishlist-view.php:636
1424
  msgid "No products added to the wishlist"
1425
  msgstr "Aucun produit ajouté à la liste de souhaits"
1426
 
1427
+ #: templates/wishlist-view.php:102
1428
  msgid "Product name"
1429
  msgstr "Nom du produit"
1430
 
1431
+ #: templates/wishlist-view.php:122
1432
  msgid "Unit price"
1433
  msgstr "Prix unitaire"
1434
 
1435
+ #: templates/wishlist-view.php:143
1436
  msgid "Quantity"
1437
  msgstr "Quantité"
1438
 
1439
+ #: templates/wishlist-view.php:164
1440
  msgid "Stock status"
1441
  msgstr "État des stocks"
1442
 
1443
+ #: templates/wishlist-view.php:206
1444
  msgid "Arrange"
1445
  msgstr "Organiser"
1446
 
1447
  #. translators: date added label: 1 date added.
1448
+ #: templates/wishlist-view.php:466
1449
  msgid "Added on: %s"
1450
  msgstr "Ajouté le: %s"
1451
 
1452
+ #: templates/wishlist-view.php:594
1453
  msgid "Remove"
1454
  msgstr "Supprimé"
1455
 
1468
  "com/\" target=\"_blank\">Obtenez plus de plugins pour votre commerce e-"
1469
  "commerce sur <strong>YITH</strong></a>"
1470
 
1471
+ #: includes/class-yith-wcwl-admin.php:287
1472
  msgctxt "[HELP TAB] Video title"
1473
  msgid ""
1474
  "Check this video to learn how to <b>configure wishlist and customize options:"
1480
  msgid "wishlist"
1481
  msgstr "listedesouhaits"
1482
 
1483
+ #: includes/class-yith-wcwl-privacy.php:275
1484
  msgctxt "date when wishlist was created"
1485
  msgid "Created on"
1486
  msgstr "Créé le"
1506
  msgstr "Affiche une liste de produits dans la liste de souhaits"
1507
 
1508
  #. translators: 1. % of reduction/increase in price.
1509
+ #: includes/class-yith-wcwl-wishlist-item.php:478
1510
  msgctxt ""
1511
  "Part of the template that shows price variation since addition to list; "
1512
  "placeholder will be replaced with a percentage"
1514
  msgstr "Le prix est %1$s%%"
1515
 
1516
  #. translators: 2: original product price.
1517
+ #: includes/class-yith-wcwl-wishlist-item.php:480
1518
  msgctxt ""
1519
  "Part of the template that shows price variation since addition to list; "
1520
  "placeholder will be replaced with a price"
1611
  msgid "Items per page"
1612
  msgstr "Objets par page"
1613
 
1614
+ #~ msgid ""
1615
+ #~ "If you want to take advantage of this feature, you could consider "
1616
+ #~ "purchasing the %s."
1617
+ #~ msgstr ""
1618
+ #~ "Si vous souhaitez profiter de cette fonctionnalité, vous pouvez envisager "
1619
+ #~ "d'acheter le %s."
1620
+
1621
+ #~ msgid ""
1622
+ #~ "In order to use this integration you have to install and activate YITH "
1623
+ #~ "WooCommerce Frequently Bought Together. <a href=\"%s\">Learn more</a>"
1624
+ #~ msgstr ""
1625
+ #~ "Pour utiliser cette intégration, vous devez installer et activer YITH "
1626
+ #~ "WooCommerce Frequently Bought Together. <a href=\"%s\"> En savoir plus </"
1627
+ #~ "a>"
1628
+
1629
+ #~ msgid "All your wishlists"
1630
+ #~ msgstr "Toutes vos listes de souhaits"
1631
+
1632
  #~ msgid "Premium Version"
1633
  #~ msgstr "Version Premium"
1634
 
2417
  #~ msgid "View users"
2418
  #~ msgstr "Voir les utilisateurs"
2419
 
 
 
 
 
 
 
2420
  #~ msgid "Edit"
2421
  #~ msgstr "Editer"
2422
 
languages/yith-woocommerce-wishlist-he_IL.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-he_IL.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
- "POT-Creation-Date: 2022-06-19 14:16:05+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:05+0200\n"
10
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
11
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
@@ -28,123 +28,122 @@ msgstr ""
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:249
44
  msgid ""
45
  "Allows your customers to create and share lists of products that they want "
46
  "to purchase on your e-commerce."
47
  msgstr ""
48
 
49
- #: includes/class-yith-wcwl-admin.php:280
50
  msgid ""
51
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
52
  msgstr ""
53
 
54
- #: includes/class-yith-wcwl-admin.php:281
55
  msgid ""
56
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
57
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
58
  "on \"Add to wishlist\""
59
  msgstr ""
60
 
61
- #: includes/class-yith-wcwl-admin.php:282
62
  msgid ""
63
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
64
  "them either public (visible to everyone), private or shared (visible only to "
65
  "people it has been shared with)"
66
  msgstr ""
67
 
68
- #: includes/class-yith-wcwl-admin.php:283
69
  msgid ""
70
  "Choose between <b>different layouts</b> for the wishlist page and for the "
71
  "wishlist content"
72
  msgstr ""
73
 
74
- #: includes/class-yith-wcwl-admin.php:284
75
  msgid ""
76
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
77
  "move a product from one wishlist to another, change order of items, "
78
  "quantity, etc."
79
  msgstr ""
80
 
81
- #: includes/class-yith-wcwl-admin.php:285
82
  msgid ""
83
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
84
  "content of their wishlist to the admin and get a custom quote"
85
  msgstr ""
86
 
87
- #: includes/class-yith-wcwl-admin.php:286
88
  msgid ""
89
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
90
  "(available also with \"mini-cart\" style for the header)"
91
  msgstr ""
92
 
93
- #: includes/class-yith-wcwl-admin.php:287
94
  msgid ""
95
- "View the most popular products added to the wishlist by your customers and "
96
- "<b>send promotional emails to users</b> who have added specific products to "
97
  "their wishlist"
98
  msgstr ""
99
 
100
- #: includes/class-yith-wcwl-admin.php:288
101
  msgid ""
102
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
103
  "the list is back in stock or on sale"
104
  msgstr ""
105
 
106
- #: includes/class-yith-wcwl-admin.php:289
107
  msgid "Regular updates, Translations and Premium Support"
108
  msgstr ""
109
 
110
- #: includes/class-yith-wcwl-ajax-handler.php:75
111
- #: templates/add-to-wishlist-remove.php:59
112
  msgid "View &rsaquo;"
113
  msgstr ""
114
 
115
- #: includes/class-yith-wcwl-ajax-handler.php:76
116
- #: templates/add-to-wishlist-remove.php:58
117
  msgid "or"
118
  msgstr ""
119
 
120
- #: includes/class-yith-wcwl-ajax-handler.php:77
121
  msgid "Close"
122
  msgstr ""
123
 
124
- #: includes/class-yith-wcwl-ajax-handler.php:155
125
- #: includes/class-yith-wcwl-ajax-handler.php:195
126
  msgid "Product successfully removed."
127
  msgstr "המוצר הוסר מהרשימה בהצלחה."
128
 
129
- #: includes/class-yith-wcwl-form-handler.php:156
130
  msgid "Please, make sure to enter a valid title"
131
  msgstr ""
132
 
133
- #: includes/class-yith-wcwl-frontend.php:552
134
  msgid ""
135
  "We are sorry, but this feature is available only if cookies on your browser "
136
  "are enabled."
137
  msgstr ""
138
 
139
- #: includes/class-yith-wcwl-frontend.php:553
140
  msgid "Product added to cart successfully"
141
  msgstr ""
142
 
143
- #: includes/class-yith-wcwl-frontend.php:816
144
- #: includes/class-yith-wcwl-shortcode.php:239
145
- #: plugin-options/wishlist_page-options.php:240
146
- #: templates/wishlist-view-footer-mobile.php:46
147
- #: templates/wishlist-view-footer.php:46
148
  msgid "Add to cart"
149
  msgstr ""
150
 
@@ -192,43 +191,43 @@ msgid ""
192
  "for the products you love."
193
  msgstr ""
194
 
195
- #: includes/class-yith-wcwl-privacy.php:84
196
- #: includes/class-yith-wcwl-privacy.php:100
197
  msgid "Customer wishlists"
198
  msgstr ""
199
 
200
- #: includes/class-yith-wcwl-privacy.php:137 plugin-options/lists-options.php:25
201
- #: plugin-options/lists-options.php:32
202
  msgid "Wishlists"
203
  msgstr "רשימת משאלות"
204
 
205
  #. Translators: %s Order number.
206
- #: includes/class-yith-wcwl-privacy.php:199
207
  msgid "Removed wishlist %s."
208
  msgstr "רשימת המשאלות שלי ב-%s"
209
 
210
  #. Translators: %s Order number.
211
- #: includes/class-yith-wcwl-privacy.php:203
212
  msgid "Wishlist %s has been retained."
213
  msgstr "טקסט בטבלת הרשימה"
214
 
215
- #: includes/class-yith-wcwl-privacy.php:227
216
  msgid "Token"
217
  msgstr ""
218
 
219
- #: includes/class-yith-wcwl-privacy.php:228
220
  msgid "Wishlist URL"
221
  msgstr ""
222
 
223
- #: includes/class-yith-wcwl-privacy.php:229
224
  msgid "Title"
225
  msgstr ""
226
 
227
- #: includes/class-yith-wcwl-privacy.php:231
228
  msgid "Visibility"
229
  msgstr ""
230
 
231
- #: includes/class-yith-wcwl-privacy.php:232
232
  msgid "Items added"
233
  msgstr ""
234
 
@@ -295,139 +294,139 @@ msgstr ""
295
  msgid "ID of the wishlist to show (e.g. K6EOWXB888ZD)"
296
  msgstr ""
297
 
298
- #: includes/class-yith-wcwl-shortcode.php:414
299
  msgid "Share on:"
300
  msgstr "שתף ברשת:"
301
 
302
- #: includes/class-yith-wcwl-shortcode.php:438
303
- #: plugin-options/wishlist_page-options.php:138
304
  msgid "Share on Facebook"
305
  msgstr "שתף בפייסבוק"
306
 
307
- #: includes/class-yith-wcwl-shortcode.php:455
308
- #: plugin-options/wishlist_page-options.php:147
309
  msgid "Tweet on Twitter"
310
  msgstr ""
311
 
312
- #: includes/class-yith-wcwl-shortcode.php:473
313
- #: plugin-options/wishlist_page-options.php:156
314
  msgid "Pin on Pinterest"
315
  msgstr ""
316
 
317
- #: includes/class-yith-wcwl-shortcode.php:487
318
  msgid "Share via email"
319
  msgstr ""
320
 
321
- #: includes/class-yith-wcwl-shortcode.php:510
322
- #: plugin-options/wishlist_page-options.php:174
323
  msgid "Share on WhatsApp"
324
  msgstr ""
325
 
326
- #: includes/class-yith-wcwl-shortcode.php:621
327
  msgid "Remove from list"
328
  msgstr ""
329
 
330
- #: includes/class-yith-wcwl-wishlist-item.php:193
331
  msgid "Free!"
332
  msgstr ""
333
 
334
- #: includes/class-yith-wcwl.php:164
335
  msgid "The item cannot be added to this wishlist"
336
  msgstr ""
337
 
338
- #: includes/class-yith-wcwl.php:168 includes/class-yith-wcwl.php:174
339
  msgid "An error occurred while adding the products to the wishlist."
340
  msgstr ""
341
 
342
- #: includes/class-yith-wcwl.php:235 includes/class-yith-wcwl.php:241
343
  msgid "Error. Unable to remove the product from the wishlist."
344
  msgstr "שגיאה. לא הצלחנו להסיר את המוצר מרשימת המשאלות."
345
 
346
- #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:152
347
- #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:174
348
  msgid "Invalid wishlist."
349
  msgstr ""
350
 
351
- #: includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:119
352
  msgid "Invalid wishlist item."
353
  msgstr ""
354
 
355
  #. translators: 1. Number of users.
356
- #: includes/functions-yith-wcwl.php:249
357
  msgid "%d user"
358
  msgid_plural "%d users"
359
  msgstr[0] ""
360
  msgstr[1] ""
361
 
362
- #: includes/functions-yith-wcwl.php:250
363
  msgid "has this item in wishlist"
364
  msgid_plural "have this item in wishlist"
365
  msgstr[0] ""
366
  msgstr[1] ""
367
 
368
- #: includes/functions-yith-wcwl.php:252
369
  msgid "You're the first"
370
  msgstr ""
371
 
372
- #: includes/functions-yith-wcwl.php:253
373
  msgid "to add this item in wishlist"
374
  msgstr ""
375
 
376
  #. translators: 1. Count of users when many, or "another" when only one.
377
- #: includes/functions-yith-wcwl.php:257
378
  msgid "You and %s user"
379
  msgid_plural "You and %d users"
380
  msgstr[0] ""
381
  msgstr[1] ""
382
 
383
- #: includes/functions-yith-wcwl.php:257
384
  msgid "another"
385
  msgstr ""
386
 
387
- #: includes/functions-yith-wcwl.php:258
388
  msgid "have this item in wishlist"
389
  msgstr ""
390
 
391
- #: includes/functions-yith-wcwl.php:425
392
  msgid "None"
393
  msgstr ""
394
 
395
- #: includes/functions-yith-wcwl.php:426
396
  #, fuzzy
397
  msgid "Custom"
398
  msgstr "הכנס שורות CSS משלך"
399
 
400
- #: includes/functions-yith-wcwl.php:447
401
  msgid "Shared"
402
  msgstr "שתף ברשת:"
403
 
404
- #: includes/functions-yith-wcwl.php:451
405
  msgid "Only people with a link to this list can see it"
406
  msgstr ""
407
 
408
- #: includes/functions-yith-wcwl.php:457
409
  msgid "Private"
410
  msgstr ""
411
 
412
- #: includes/functions-yith-wcwl.php:461
413
  msgid "Only you can see this list"
414
  msgstr ""
415
 
416
- #: includes/functions-yith-wcwl.php:467
417
  msgid "Public"
418
  msgstr ""
419
 
420
- #: includes/functions-yith-wcwl.php:471
421
  msgid "Anyone can search for and see this list"
422
  msgstr ""
423
 
424
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:118
425
- #: plugin-options/add_to_wishlist-options.php:127
426
  msgid "Add to wishlist"
427
  msgstr ""
428
 
429
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:128
430
- #: plugin-options/add_to_wishlist-options.php:143
431
  msgid "Browse wishlist"
432
  msgstr ""
433
 
@@ -441,70 +440,68 @@ msgstr "המוצר עדיין נמצא ברשימת המשאלות שלך."
441
  msgid "Product added to wishlist"
442
  msgstr "המוצר עדיין נמצא ברשימת המשאלות שלך."
443
 
444
- #: init.php:160
445
  msgid "is enabled but not effective. It requires WooCommerce to work."
446
  msgstr ""
447
 
448
- #: init.php:176
449
- msgid "You can't activate the free version of"
450
- msgstr ""
451
-
452
- #: init.php:176
453
- msgid "while you are using the premium one."
454
  msgstr ""
455
 
456
- #: plugin-options/add_to_wishlist-options.php:20
457
- #: plugin-options/settings-options.php:27
458
  msgid "General Settings"
459
  msgstr "הגדרות כלליות"
460
 
461
- #: plugin-options/add_to_wishlist-options.php:27
462
  msgid "After product is added to wishlist"
463
  msgstr ""
464
 
465
- #: plugin-options/add_to_wishlist-options.php:28
466
  msgid ""
467
  "Choose the look of the Wishlist button when the product has already been "
468
  "added to a wishlist"
469
  msgstr ""
470
 
471
- #: plugin-options/add_to_wishlist-options.php:32
472
  #, fuzzy
473
  msgid "Show \"Add to wishlist\" button"
474
  msgstr "המוצר עדיין נמצא ברשימת המשאלות שלך."
475
 
476
- #: plugin-options/add_to_wishlist-options.php:33
477
  msgid "Show \"View wishlist\" link"
478
  msgstr ""
479
 
480
- #: plugin-options/add_to_wishlist-options.php:34
481
  msgid "Show \"Remove from list\" link"
482
  msgstr ""
483
 
484
- #: plugin-options/add_to_wishlist-options.php:48
485
  msgid "Loop settings"
486
  msgstr ""
487
 
488
- #: plugin-options/add_to_wishlist-options.php:50
489
  msgid ""
490
  "Loop options will be visible on Shop page, category pages, product "
491
  "shortcodes, products sliders, and all the other places where the WooCommerce "
492
  "products' loop is used"
493
  msgstr ""
494
 
495
- #: plugin-options/add_to_wishlist-options.php:55
496
  msgid "Show \"Add to wishlist\" in loop"
497
  msgstr ""
498
 
499
- #: plugin-options/add_to_wishlist-options.php:56
500
  msgid "Enable the \"Add to wishlist\" feature in WooCommerce products' loop"
501
  msgstr ""
502
 
503
- #: plugin-options/add_to_wishlist-options.php:64
504
  msgid "Position of \"Add to wishlist\" in loop"
505
  msgstr ""
506
 
507
- #: plugin-options/add_to_wishlist-options.php:65
508
  msgid ""
509
  "Choose where to show \"Add to wishlist\" button or link in WooCommerce "
510
  "products' loop. <span class=\"addon\">Copy this shortcode <span class=\"code"
@@ -512,32 +509,32 @@ msgid ""
512
  "want to show the \"Add to wishlist\" link or button</span>"
513
  msgstr ""
514
 
515
- #: plugin-options/add_to_wishlist-options.php:72
516
  msgid "On top of the image"
517
  msgstr ""
518
 
519
- #: plugin-options/add_to_wishlist-options.php:73
520
  msgid "Before \"Add to cart\" button"
521
  msgstr ""
522
 
523
- #: plugin-options/add_to_wishlist-options.php:74
524
  msgid "After \"Add to cart\" button"
525
  msgstr ""
526
 
527
- #: plugin-options/add_to_wishlist-options.php:75
528
- #: plugin-options/add_to_wishlist-options.php:107
529
  msgid "Use shortcode"
530
  msgstr "השתמש בקוד מקוצר"
531
 
532
- #: plugin-options/add_to_wishlist-options.php:89
533
  msgid "Product page settings"
534
  msgstr ""
535
 
536
- #: plugin-options/add_to_wishlist-options.php:96
537
  msgid "Position of \"Add to wishlist\" on product page"
538
  msgstr ""
539
 
540
- #: plugin-options/add_to_wishlist-options.php:97
541
  msgid ""
542
  "Choose where to show \"Add to wishlist\" button or link on the product page. "
543
  "<span class=\"addon\">Copy this shortcode <span class=\"code"
@@ -545,472 +542,452 @@ msgid ""
545
  "want to show the \"Add to wishlist\" link or button</span>"
546
  msgstr ""
547
 
548
- #: plugin-options/add_to_wishlist-options.php:104
549
  msgid "After \"Add to cart\""
550
  msgstr "לאחר \"הוספה לסל\""
551
 
552
- #: plugin-options/add_to_wishlist-options.php:105
553
  msgid "After thumbnails"
554
  msgstr "אחרי התמונות המוקטנות"
555
 
556
- #: plugin-options/add_to_wishlist-options.php:106
557
  msgid "After summary"
558
  msgstr "אחרי תיאור מוצר"
559
 
560
- #: plugin-options/add_to_wishlist-options.php:117
561
- #: plugin-options/wishlist_page-options.php:222
562
  msgid "Text customization"
563
  msgstr ""
564
 
565
- #: plugin-options/add_to_wishlist-options.php:124
566
  msgid "\"Add to wishlist\" text"
567
  msgstr ""
568
 
569
- #: plugin-options/add_to_wishlist-options.php:125
570
  msgid "Enter a text for \"Add to wishlist\" button"
571
  msgstr ""
572
 
573
- #: plugin-options/add_to_wishlist-options.php:132
574
  msgid "\"Product added\" text"
575
  msgstr "המוצר נשמר!"
576
 
577
- #: plugin-options/add_to_wishlist-options.php:133
578
  msgid ""
579
  "Enter the text of the message displayed when the user adds a product to the "
580
  "wishlist"
581
  msgstr ""
582
 
583
- #: plugin-options/add_to_wishlist-options.php:135
584
  msgid "Product added!"
585
  msgstr "המוצר נשמר!"
586
 
587
- #: plugin-options/add_to_wishlist-options.php:140
588
  msgid "\"Browse wishlist\" text"
589
  msgstr "צפה ברשימת השמורים שלך"
590
 
591
- #: plugin-options/add_to_wishlist-options.php:141
592
  msgid "Enter a text for the \"Browse wishlist\" link on the product page"
593
  msgstr ""
594
 
595
- #: plugin-options/add_to_wishlist-options.php:148
596
  msgid "\"Product already in wishlist\" text"
597
  msgstr "המוצר עדיין נמצא ברשימת המשאלות שלך."
598
 
599
- #: plugin-options/add_to_wishlist-options.php:149
600
  msgid ""
601
  "Enter the text for the message displayed when the user views a product that "
602
  "is already in the wishlist"
603
  msgstr ""
604
 
605
- #: plugin-options/add_to_wishlist-options.php:151
606
  msgid "The product is already in your wishlist!"
607
  msgstr ""
608
 
609
- #: plugin-options/add_to_wishlist-options.php:161
610
  msgid "Style & Color customization"
611
  msgstr ""
612
 
613
- #: plugin-options/add_to_wishlist-options.php:168
614
  msgid "Style of \"Add to wishlist\""
615
  msgstr ""
616
 
617
- #: plugin-options/add_to_wishlist-options.php:169
618
  msgid ""
619
  "Choose if you want to show a textual \"Add to wishlist\" link or a button"
620
  msgstr ""
621
 
622
- #: plugin-options/add_to_wishlist-options.php:172
623
- #: plugin-options/wishlist_page-options.php:261
624
  msgid "Textual (anchor)"
625
  msgstr ""
626
 
627
- #: plugin-options/add_to_wishlist-options.php:173
628
- #: plugin-options/wishlist_page-options.php:262
629
  msgid "Button with theme style"
630
  msgstr ""
631
 
632
- #: plugin-options/add_to_wishlist-options.php:174
633
- #: plugin-options/wishlist_page-options.php:263
634
  msgid "Button with custom style"
635
  msgstr ""
636
 
637
- #: plugin-options/add_to_wishlist-options.php:182
638
  msgid "\"Add to wishlist\" button style"
639
  msgstr ""
640
 
641
- #: plugin-options/add_to_wishlist-options.php:188
642
  msgid "Choose colors for the \"Add to wishlist\" button"
643
  msgstr ""
644
 
645
- #: plugin-options/add_to_wishlist-options.php:190
646
- #: plugin-options/wishlist_page-options.php:279
647
- #: plugin-options/wishlist_page-options.php:368
648
- #: plugin-options/wishlist_page-options.php:417
649
- #: plugin-options/wishlist_page-options.php:465
650
- #: plugin-options/wishlist_page-options.php:552
651
- #: plugin-options/wishlist_page-options.php:592
652
- #: plugin-options/wishlist_page-options.php:632
653
- #: plugin-options/wishlist_page-options.php:672
654
- #: plugin-options/wishlist_page-options.php:712
655
  msgid "Background"
656
  msgstr ""
657
 
658
- #: plugin-options/add_to_wishlist-options.php:195
659
- #: plugin-options/wishlist_page-options.php:284
660
- #: plugin-options/wishlist_page-options.php:373
661
- #: plugin-options/wishlist_page-options.php:422
662
- #: plugin-options/wishlist_page-options.php:470
663
- #: plugin-options/wishlist_page-options.php:507
664
  msgid "Text"
665
  msgstr ""
666
 
667
- #: plugin-options/add_to_wishlist-options.php:200
668
- #: plugin-options/wishlist_page-options.php:289
669
- #: plugin-options/wishlist_page-options.php:378
670
- #: plugin-options/wishlist_page-options.php:427
671
- #: plugin-options/wishlist_page-options.php:475
672
  msgid "Border"
673
  msgstr ""
674
 
675
- #: plugin-options/add_to_wishlist-options.php:206
676
  msgid "Choose colors for the \"Add to wishlist\" button on hover state"
677
  msgstr ""
678
 
679
- #: plugin-options/add_to_wishlist-options.php:208
680
- #: plugin-options/wishlist_page-options.php:297
681
- #: plugin-options/wishlist_page-options.php:386
682
- #: plugin-options/wishlist_page-options.php:435
683
  msgid "Background Hover"
684
  msgstr ""
685
 
686
- #: plugin-options/add_to_wishlist-options.php:213
687
- #: plugin-options/wishlist_page-options.php:302
688
- #: plugin-options/wishlist_page-options.php:391
689
- #: plugin-options/wishlist_page-options.php:440
690
  msgid "Text Hover"
691
  msgstr ""
692
 
693
- #: plugin-options/add_to_wishlist-options.php:218
694
- #: plugin-options/wishlist_page-options.php:307
695
- #: plugin-options/wishlist_page-options.php:396
696
- #: plugin-options/wishlist_page-options.php:445
697
  msgid "Border Hover"
698
  msgstr ""
699
 
700
- #: plugin-options/add_to_wishlist-options.php:231
701
- #: plugin-options/wishlist_page-options.php:320
702
  msgid "Border radius"
703
  msgstr ""
704
 
705
- #: plugin-options/add_to_wishlist-options.php:232
706
  msgid "Choose radius for the \"Add to wishlist\" button"
707
  msgstr ""
708
 
709
- #: plugin-options/add_to_wishlist-options.php:246
710
  msgid "\"Add to wishlist\" icon"
711
  msgstr ""
712
 
713
- #: plugin-options/add_to_wishlist-options.php:247
714
  msgid "Select an icon for the \"Add to wishlist\" button (optional)"
715
  msgstr ""
716
 
717
- #: plugin-options/add_to_wishlist-options.php:257
718
  msgid "\"Add to wishlist\" custom icon"
719
  msgstr ""
720
 
721
- #: plugin-options/add_to_wishlist-options.php:258
722
- #: plugin-options/add_to_wishlist-options.php:282
723
  msgid ""
724
  "Upload an icon you'd like to use for \"Add to wishlist\" button (suggested "
725
  "32px x 32px)"
726
  msgstr ""
727
 
728
- #: plugin-options/add_to_wishlist-options.php:270
729
  msgid "\"Added to wishlist\" icon"
730
  msgstr ""
731
 
732
- #: plugin-options/add_to_wishlist-options.php:271
733
  msgid "Select an icon for the \"Added to wishlist\" button (optional)"
734
  msgstr ""
735
 
736
- #: plugin-options/add_to_wishlist-options.php:277
737
  msgid "Same used for Add to wishlist"
738
  msgstr ""
739
 
740
- #: plugin-options/add_to_wishlist-options.php:281
741
  msgid "\"Added to wishlist\" custom icon"
742
  msgstr ""
743
 
744
- #: plugin-options/add_to_wishlist-options.php:294
745
  msgid "Custom CSS"
746
  msgstr "הכנס שורות CSS משלך"
747
 
748
- #: plugin-options/add_to_wishlist-options.php:295
749
  msgid "Enter custom CSS to be applied to Wishlist elements (optional)"
750
  msgstr ""
751
 
752
- #: plugin-options/lists-options.php:34
753
  msgid "Search list"
754
  msgstr ""
755
 
756
- #. translators: 1. Anchor to Frequently Bought Together landing page on
757
- #. yithemes.com.
758
- #: plugin-options/settings-options.php:19
759
- msgid ""
760
- "If you want to take advantage of this feature, you could consider purchasing "
761
- "the %s."
762
- msgstr ""
763
-
764
- #: plugin-options/settings-options.php:34
765
  msgid "Enable AJAX loading"
766
  msgstr ""
767
 
768
- #: plugin-options/settings-options.php:35
769
  msgid "Load any cacheable wishlist item via AJAX"
770
  msgstr ""
771
 
772
- #: plugin-options/settings-options.php:48
773
  msgid "YITH WooCommerce Frequently Bought Together Integration"
774
  msgstr ""
775
 
776
- #. translators: 1. Url to Frequently Bought Together landing page on
777
- #. yithemes.com.
778
- #: plugin-options/settings-options.php:51
779
- msgid ""
780
- "In order to use this integration you have to install and activate YITH "
781
- "WooCommerce Frequently Bought Together. <a href=\"%s\">Learn more</a>"
782
- msgstr ""
783
-
784
- #: plugin-options/settings-options.php:56
785
  msgid "Enable slider in wishlist"
786
  msgstr ""
787
 
788
- #. translators: 1. Example image of the integration. 2. CTA to buy Frequently
789
- #. Bought Together.
790
- #: plugin-options/settings-options.php:58
791
  msgid ""
792
  "Enable the slider with linked products on the Wishlist page (<a href=\"%1$s"
793
- "\" class=\"thickbox\">Example</a>). %2$s"
794
  msgstr ""
795
 
796
- #: plugin-options/wishlist_page-options.php:19
797
- msgid "All your wishlists"
798
- msgstr ""
799
-
800
- #: plugin-options/wishlist_page-options.php:26
801
  msgid "Wishlist page"
802
  msgstr ""
803
 
804
- #: plugin-options/wishlist_page-options.php:27
805
  msgid ""
806
  "Pick a page as the main Wishlist page; make sure you add the <span class="
807
  "\"code\"><code>[yith_wcwl_wishlist]</code></span> shortcode into the page "
808
  "content"
809
  msgstr ""
810
 
811
- #: plugin-options/wishlist_page-options.php:40
812
  msgid "Wishlist Detail Page"
813
  msgstr ""
814
 
815
- #: plugin-options/wishlist_page-options.php:47
816
  #: plugin-options/wishlist_page-options.php:56
817
  #: plugin-options/wishlist_page-options.php:65
818
  #: plugin-options/wishlist_page-options.php:74
819
  #: plugin-options/wishlist_page-options.php:83
820
  #: plugin-options/wishlist_page-options.php:92
821
  #: plugin-options/wishlist_page-options.php:101
 
822
  msgid "In wishlist table show"
823
  msgstr ""
824
 
825
- #: plugin-options/wishlist_page-options.php:48
826
  msgid "Product variations selected by the user (example: size or color)"
827
  msgstr ""
828
 
829
- #: plugin-options/wishlist_page-options.php:57
830
  msgid "Product price"
831
  msgstr ""
832
 
833
- #: plugin-options/wishlist_page-options.php:66
834
  msgid "Product stock (show if the product is available or not)"
835
  msgstr ""
836
 
837
- #: plugin-options/wishlist_page-options.php:75
838
  msgid "Date on which the product was added to the wishlist"
839
  msgstr ""
840
 
841
- #: plugin-options/wishlist_page-options.php:84
842
  msgid "Add to cart option for each product"
843
  msgstr ""
844
 
845
- #: plugin-options/wishlist_page-options.php:93
846
  msgid ""
847
  "Icon to remove the product from the wishlist - to the left of the product"
848
  msgstr ""
849
 
850
- #: plugin-options/wishlist_page-options.php:102
851
  msgid ""
852
  "Button to remove the product from the wishlist - to the right of the product"
853
  msgstr ""
854
 
855
- #: plugin-options/wishlist_page-options.php:110
856
  msgid "Redirect to cart"
857
  msgstr "הפנייה לסל הקניות"
858
 
859
- #: plugin-options/wishlist_page-options.php:111
860
  msgid ""
861
  "Redirect users to the cart page when they add a product to the cart from the "
862
  "wishlist page"
863
  msgstr ""
864
 
865
- #: plugin-options/wishlist_page-options.php:119
866
  msgid "Remove if added to the cart"
867
  msgstr "הסר מהרשימה אם הוסף לסל"
868
 
869
- #: plugin-options/wishlist_page-options.php:120
870
  msgid ""
871
  "Remove the product from the wishlist after it has been added to the cart"
872
  msgstr ""
873
 
874
- #: plugin-options/wishlist_page-options.php:128
875
  msgid "Share wishlist"
876
  msgstr ""
877
 
878
- #: plugin-options/wishlist_page-options.php:129
879
  msgid "Enable this option to let users share their wishlist on social media"
880
  msgstr ""
881
 
882
- #: plugin-options/wishlist_page-options.php:137
883
  #: plugin-options/wishlist_page-options.php:146
884
  #: plugin-options/wishlist_page-options.php:155
885
  #: plugin-options/wishlist_page-options.php:164
886
  #: plugin-options/wishlist_page-options.php:173
 
887
  msgid "Share on social media"
888
  msgstr ""
889
 
890
- #: plugin-options/wishlist_page-options.php:165
891
  msgid "Share by email"
892
  msgstr ""
893
 
894
- #: plugin-options/wishlist_page-options.php:182
895
  msgid "Share by URL"
896
  msgstr ""
897
 
898
- #: plugin-options/wishlist_page-options.php:183
899
  msgid "Show \"Share URL\" field on wishlist page"
900
  msgstr ""
901
 
902
- #: plugin-options/wishlist_page-options.php:191
903
  msgid "Sharing title"
904
  msgstr ""
905
 
906
- #: plugin-options/wishlist_page-options.php:192
907
  msgid "Wishlist title used for sharing (only used on Twitter and Pinterest)"
908
  msgstr ""
909
 
910
  #. translators: 1. Blog name.
911
- #: plugin-options/wishlist_page-options.php:195
912
  msgid "My wishlist on %s"
913
  msgstr "רשימת המשאלות שלי ב-%s"
914
 
915
- #: plugin-options/wishlist_page-options.php:200
916
  msgid "Social text"
917
  msgstr ""
918
 
919
- #: plugin-options/wishlist_page-options.php:201
920
  msgid ""
921
  "Type the message you want to publish when you share your wishlist on Twitter "
922
  "and Pinterest"
923
  msgstr ""
924
 
925
- #: plugin-options/wishlist_page-options.php:209
926
  msgid "Social image URL"
927
  msgstr ""
928
 
929
- #: plugin-options/wishlist_page-options.php:210
930
  msgid "It will be used to pin the wishlist on Pinterest."
931
  msgstr ""
932
 
933
- #: plugin-options/wishlist_page-options.php:229
934
  msgid "Default wishlist name"
935
  msgstr ""
936
 
937
- #: plugin-options/wishlist_page-options.php:230
938
  msgid ""
939
  "Enter a name for the default wishlist. This is the wishlist that will be "
940
  "automatically generated for all users if they do not create any custom one"
941
  msgstr ""
942
 
943
- #: plugin-options/wishlist_page-options.php:232
944
  #, fuzzy
945
  msgid "My wishlist"
946
  msgstr "רשימת המשאלות שלי ב-%s"
947
 
948
- #: plugin-options/wishlist_page-options.php:237
949
  msgid "\"Add to cart\" text"
950
  msgstr ""
951
 
952
- #: plugin-options/wishlist_page-options.php:238
953
  msgid "Enter a text for the \"Add to cart\" button"
954
  msgstr ""
955
 
956
- #: plugin-options/wishlist_page-options.php:250
957
  msgid "Style & color customization"
958
  msgstr ""
959
 
960
- #: plugin-options/wishlist_page-options.php:257
961
  msgid "Style of \"Add to cart\""
962
  msgstr ""
963
 
964
- #: plugin-options/wishlist_page-options.php:258
965
  msgid "Choose whether to show a textual \"Add to cart\" link or a button"
966
  msgstr ""
967
 
968
- #: plugin-options/wishlist_page-options.php:271
969
  msgid "\"Add to cart\" button style"
970
  msgstr ""
971
 
972
- #: plugin-options/wishlist_page-options.php:277
973
  msgid "Choose the colors for the \"Add to cart\" button"
974
  msgstr ""
975
 
976
- #: plugin-options/wishlist_page-options.php:295
977
  msgid "Choose colors for the \"Add to cart\" button on hover state"
978
  msgstr ""
979
 
980
- #: plugin-options/wishlist_page-options.php:321
981
  msgid "Set the radius for the \"Add to cart\" button"
982
  msgstr ""
983
 
984
- #: plugin-options/wishlist_page-options.php:335
985
  msgid "\"Add to cart\" icon"
986
  msgstr ""
987
 
988
- #: plugin-options/wishlist_page-options.php:336
989
  msgid "Select an icon for the \"Add to cart\" button (optional)"
990
  msgstr ""
991
 
992
- #: plugin-options/wishlist_page-options.php:351
993
  msgid "\"Add to cart\" custom icon"
994
  msgstr ""
995
 
996
- #: plugin-options/wishlist_page-options.php:352
997
  msgid ""
998
  "Upload an icon you'd like to use for the \"Add to cart\" button (suggested "
999
  "32px x 32px)"
1000
  msgstr ""
1001
 
1002
- #: plugin-options/wishlist_page-options.php:360
1003
  msgid "Primary button style"
1004
  msgstr ""
1005
 
1006
- #: plugin-options/wishlist_page-options.php:366
1007
  msgid ""
1008
  "Choose colors for the primary button<br/><small>This style will be applied "
1009
  "to \"Edit title\" button on Wishlist view, \"Submit Changes\" button on "
1010
  "Manage view and \"Search wishlist\" button on Search view</small>"
1011
  msgstr ""
1012
 
1013
- #: plugin-options/wishlist_page-options.php:384
1014
  msgid ""
1015
  "Choose colors for the primary button on hover state<br/><small>This style "
1016
  "will be applied to \"Edit title\" button on Wishlist view, \"Submit Changes"
@@ -1018,326 +995,326 @@ msgid ""
1018
  "small>"
1019
  msgstr ""
1020
 
1021
- #: plugin-options/wishlist_page-options.php:409
1022
  msgid "Secondary button style"
1023
  msgstr ""
1024
 
1025
- #: plugin-options/wishlist_page-options.php:415
1026
  #: plugin-options/wishlist_page-options.php:433
 
1027
  msgid ""
1028
  "Choose colors of the secondary button<br/><small>This style will be applied "
1029
  "to the buttons that allow showing and hiding the Edit title form on Wishlist "
1030
  "view and \"Create new Wishlist\" button on Manage view</small>"
1031
  msgstr ""
1032
 
1033
- #: plugin-options/wishlist_page-options.php:458
1034
  msgid "Wishlist table style"
1035
  msgstr ""
1036
 
1037
- #: plugin-options/wishlist_page-options.php:459
1038
  msgid ""
1039
  "Choose the colors for the wishlist table (when set to \"Traditional\" layout)"
1040
  msgstr ""
1041
 
1042
- #: plugin-options/wishlist_page-options.php:487
1043
  msgid "Highlight color"
1044
  msgstr ""
1045
 
1046
- #: plugin-options/wishlist_page-options.php:488
1047
  msgid ""
1048
  "Choose the color for all sections with background<br/><small>This color will "
1049
  "be used as background for the wishlist table heading and footer (when set to "
1050
  "\"Traditional\" layout), and for various form across wishlist views</small>"
1051
  msgstr ""
1052
 
1053
- #: plugin-options/wishlist_page-options.php:500
1054
  msgid "Share button text color"
1055
  msgstr ""
1056
 
1057
- #: plugin-options/wishlist_page-options.php:501
1058
  msgid "Choose colors for share buttons text"
1059
  msgstr ""
1060
 
1061
- #: plugin-options/wishlist_page-options.php:512
1062
  msgid "Text hover"
1063
  msgstr ""
1064
 
1065
- #: plugin-options/wishlist_page-options.php:525
1066
  msgid "Facebook share button icon"
1067
  msgstr ""
1068
 
1069
- #: plugin-options/wishlist_page-options.php:526
1070
  msgid "Select an icon for the Facebook share button"
1071
  msgstr ""
1072
 
1073
- #: plugin-options/wishlist_page-options.php:536
1074
  msgid "Facebook share button custom icon"
1075
  msgstr ""
1076
 
1077
- #: plugin-options/wishlist_page-options.php:537
1078
  msgid ""
1079
  "Upload an icon you'd like to use for Facebook share button (suggested 32px x "
1080
  "32px)"
1081
  msgstr ""
1082
 
1083
- #: plugin-options/wishlist_page-options.php:545
1084
  msgid "Facebook share button style"
1085
  msgstr ""
1086
 
1087
- #: plugin-options/wishlist_page-options.php:546
1088
  msgid "Choose colors for Facebook share button"
1089
  msgstr ""
1090
 
1091
- #: plugin-options/wishlist_page-options.php:557
1092
- #: plugin-options/wishlist_page-options.php:597
1093
- #: plugin-options/wishlist_page-options.php:637
1094
- #: plugin-options/wishlist_page-options.php:677
1095
- #: plugin-options/wishlist_page-options.php:717
1096
  msgid "Background hover"
1097
  msgstr ""
1098
 
1099
- #: plugin-options/wishlist_page-options.php:565
1100
  msgid "Twitter share button icon"
1101
  msgstr ""
1102
 
1103
- #: plugin-options/wishlist_page-options.php:566
1104
  msgid "Select an icon for the Twitter share button"
1105
  msgstr ""
1106
 
1107
- #: plugin-options/wishlist_page-options.php:576
1108
  msgid "Twitter share button custom icon"
1109
  msgstr ""
1110
 
1111
- #: plugin-options/wishlist_page-options.php:577
1112
  msgid ""
1113
  "Upload an icon you'd like to use for Twitter share button (suggested 32px x "
1114
  "32px)"
1115
  msgstr ""
1116
 
1117
- #: plugin-options/wishlist_page-options.php:585
1118
  msgid "Twitter share button style"
1119
  msgstr ""
1120
 
1121
- #: plugin-options/wishlist_page-options.php:586
1122
  msgid "Choose colors for Twitter share button"
1123
  msgstr ""
1124
 
1125
- #: plugin-options/wishlist_page-options.php:605
1126
  msgid "Pinterest share button icon"
1127
  msgstr ""
1128
 
1129
- #: plugin-options/wishlist_page-options.php:606
1130
  msgid "Select an icon for the Pinterest share button"
1131
  msgstr ""
1132
 
1133
- #: plugin-options/wishlist_page-options.php:616
1134
  msgid "Pinterest share button custom icon"
1135
  msgstr ""
1136
 
1137
- #: plugin-options/wishlist_page-options.php:617
1138
  msgid ""
1139
  "Upload an icon you'd like to use for Pinterest share button (suggested 32px "
1140
  "x 32px)"
1141
  msgstr ""
1142
 
1143
- #: plugin-options/wishlist_page-options.php:625
1144
  msgid "Pinterest share button style"
1145
  msgstr ""
1146
 
1147
- #: plugin-options/wishlist_page-options.php:626
1148
  msgid "Choose colors for Pinterest share button"
1149
  msgstr ""
1150
 
1151
- #: plugin-options/wishlist_page-options.php:645
1152
  msgid "Email share button icon"
1153
  msgstr ""
1154
 
1155
- #: plugin-options/wishlist_page-options.php:646
1156
  msgid "Select an icon for the Email share button"
1157
  msgstr ""
1158
 
1159
- #: plugin-options/wishlist_page-options.php:656
1160
  msgid "Email share button custom icon"
1161
  msgstr ""
1162
 
1163
- #: plugin-options/wishlist_page-options.php:657
1164
  msgid ""
1165
  "Upload an icon you'd like to use for the Email share button (suggested 32px "
1166
  "x 32px)"
1167
  msgstr ""
1168
 
1169
- #: plugin-options/wishlist_page-options.php:665
1170
  msgid "Email share button style"
1171
  msgstr ""
1172
 
1173
- #: plugin-options/wishlist_page-options.php:666
1174
  msgid "Choose colors for the Email share button"
1175
  msgstr ""
1176
 
1177
- #: plugin-options/wishlist_page-options.php:685
1178
  msgid "WhatsApp share button icon"
1179
  msgstr ""
1180
 
1181
- #: plugin-options/wishlist_page-options.php:686
1182
  msgid "Select an icon for the WhatsApp share button"
1183
  msgstr ""
1184
 
1185
- #: plugin-options/wishlist_page-options.php:696
1186
  msgid "WhatsApp share button custom icon"
1187
  msgstr ""
1188
 
1189
- #: plugin-options/wishlist_page-options.php:697
1190
  msgid ""
1191
  "Upload an icon you'd like to use for WhatsApp share button (suggested 32px x "
1192
  "32px)"
1193
  msgstr ""
1194
 
1195
- #: plugin-options/wishlist_page-options.php:705
1196
  msgid "WhatsApp share button style"
1197
  msgstr ""
1198
 
1199
- #: plugin-options/wishlist_page-options.php:706
1200
  msgid "Choose colors for WhatsApp share button"
1201
  msgstr ""
1202
 
1203
- #: templates/share.php:51 templates/share.php:52
1204
  msgid "Facebook"
1205
  msgstr "פייסבוק"
1206
 
1207
- #: templates/share.php:59 templates/share.php:60
1208
  msgid "Twitter"
1209
  msgstr "טוויטר"
1210
 
1211
- #: templates/share.php:67 templates/share.php:68
1212
  msgid "Pinterest"
1213
  msgstr ""
1214
 
1215
- #: templates/share.php:75 templates/share.php:76
1216
  msgid "Email"
1217
  msgstr ""
1218
 
1219
- #: templates/share.php:83
1220
  msgid "WhatsApp"
1221
  msgstr ""
1222
 
1223
- #: templates/share.php:84
1224
  msgid "Whatsapp"
1225
  msgstr ""
1226
 
1227
- #: templates/share.php:93
1228
  msgid "(Now"
1229
  msgstr ""
1230
 
1231
- #: templates/share.php:93
1232
  msgid "copy"
1233
  msgstr ""
1234
 
1235
- #: templates/share.php:93
1236
  msgid "this wishlist link and share it anywhere)"
1237
  msgstr ""
1238
 
1239
- #: templates/wishlist-view-footer-mobile.php:44
1240
- #: templates/wishlist-view-footer.php:44
1241
  msgid "Apply this action to all the selected items:"
1242
  msgstr ""
1243
 
1244
- #: templates/wishlist-view-footer-mobile.php:49
1245
- #: templates/wishlist-view-footer.php:49
1246
  msgid "Remove from wishlist"
1247
  msgstr ""
1248
 
1249
  #. translators: 1. Wishlist formatted name.
1250
- #: templates/wishlist-view-footer-mobile.php:67
1251
- #: templates/wishlist-view-footer.php:67
1252
  msgid "Move to %s"
1253
  msgstr ""
1254
 
1255
- #: templates/wishlist-view-footer-mobile.php:73
1256
- #: templates/wishlist-view-footer.php:73
1257
  msgid "Apply"
1258
  msgstr ""
1259
 
1260
- #: templates/wishlist-view-footer-mobile.php:81
1261
- #: templates/wishlist-view-footer.php:81
1262
  msgid "Update"
1263
  msgstr ""
1264
 
1265
- #: templates/wishlist-view-footer-mobile.php:87
1266
- #: templates/wishlist-view-footer.php:103
1267
  msgid "Add all to cart"
1268
  msgstr ""
1269
 
1270
- #: templates/wishlist-view-header.php:48
1271
  msgid "Edit title"
1272
  msgstr "כותרת רשימת משאלות"
1273
 
1274
- #: templates/wishlist-view-mobile.php:134
1275
  msgid "Added on:"
1276
  msgstr ""
1277
 
1278
- #: templates/wishlist-view-mobile.php:145
1279
  msgid "Price:"
1280
  msgstr ""
1281
 
1282
- #: templates/wishlist-view-mobile.php:172
1283
  msgid "Quantity:"
1284
  msgstr ""
1285
 
1286
- #: templates/wishlist-view-mobile.php:187
1287
  msgid "Stock:"
1288
  msgstr ""
1289
 
1290
- #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1291
  msgid "Out of stock"
1292
  msgstr ""
1293
 
1294
- #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1295
  msgid "In Stock"
1296
  msgstr "קיים במלאי"
1297
 
1298
- #: templates/wishlist-view-mobile.php:210 templates/wishlist-view.php:260
1299
  msgid "Move"
1300
  msgstr ""
1301
 
1302
- #: templates/wishlist-view-mobile.php:231 templates/wishlist-view.php:281
1303
  msgid "Move to another list &rsaquo;"
1304
  msgstr ""
1305
 
1306
- #: templates/wishlist-view-mobile.php:239 templates/wishlist-view.php:155
1307
- #: templates/wishlist-view.php:291
1308
  msgid "Remove this product"
1309
  msgstr "הסרת מוצר מהרשימה"
1310
 
1311
- #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:311
1312
  msgid "No products added to the wishlist"
1313
  msgstr ""
1314
 
1315
- #: templates/wishlist-view.php:79
1316
  msgid "Product name"
1317
  msgstr ""
1318
 
1319
- #: templates/wishlist-view.php:87
1320
  msgid "Unit price"
1321
  msgstr ""
1322
 
1323
- #: templates/wishlist-view.php:96
1324
  msgid "Quantity"
1325
  msgstr ""
1326
 
1327
- #: templates/wishlist-view.php:105
1328
  msgid "Stock status"
1329
  msgstr ""
1330
 
1331
- #: templates/wishlist-view.php:123
1332
  msgid "Arrange"
1333
  msgstr ""
1334
 
1335
  #. translators: date added label: 1 date added.
1336
- #: templates/wishlist-view.php:241
1337
  msgid "Added on: %s"
1338
  msgstr ""
1339
 
1340
- #: templates/wishlist-view.php:291
1341
  msgid "Remove"
1342
  msgstr ""
1343
 
@@ -1350,7 +1327,7 @@ msgid ""
1350
  "your e-commerce on <strong>YITH</strong></a>"
1351
  msgstr ""
1352
 
1353
- #: includes/class-yith-wcwl-admin.php:259
1354
  msgctxt "[HELP TAB] Video title"
1355
  msgid ""
1356
  "Check this video to learn how to <b>configure wishlist and customize options:"
@@ -1362,7 +1339,7 @@ msgctxt "page_slug"
1362
  msgid "wishlist"
1363
  msgstr ""
1364
 
1365
- #: includes/class-yith-wcwl-privacy.php:230
1366
  msgctxt "date when wishlist was created"
1367
  msgid "Created on"
1368
  msgstr ""
@@ -1388,7 +1365,7 @@ msgid "Shows a list of products in wishlist"
1388
  msgstr ""
1389
 
1390
  #. translators: 1. % of reduction/increase in price.
1391
- #: includes/class-yith-wcwl-wishlist-item.php:435
1392
  msgctxt ""
1393
  "Part of the template that shows price variation since addition to list; "
1394
  "placeholder will be replaced with a percentage"
@@ -1396,7 +1373,7 @@ msgid "Price is %1$s%%"
1396
  msgstr ""
1397
 
1398
  #. translators: 2: original product price.
1399
- #: includes/class-yith-wcwl-wishlist-item.php:437
1400
  msgctxt ""
1401
  "Part of the template that shows price variation since addition to list; "
1402
  "placeholder will be replaced with a price"
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
+ "POT-Creation-Date: 2022-08-04 12:20:46+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:05+0200\n"
10
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
11
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
28
  msgid "Wishlist Page"
29
  msgstr "רשימת משאלות"
30
 
31
+ #: includes/class-yith-wcwl-admin.php:155
32
  msgid "General settings"
33
  msgstr ""
34
 
35
+ #: includes/class-yith-wcwl-admin.php:156
36
  msgid "Add to wishlist options"
37
  msgstr ""
38
 
39
+ #: includes/class-yith-wcwl-admin.php:157
40
  msgid "Wishlist page options"
41
  msgstr ""
42
 
43
+ #: includes/class-yith-wcwl-admin.php:268
44
  msgid ""
45
  "Allows your customers to create and share lists of products that they want "
46
  "to purchase on your e-commerce."
47
  msgstr ""
48
 
49
+ #: includes/class-yith-wcwl-admin.php:308
50
  msgid ""
51
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
52
  msgstr ""
53
 
54
+ #: includes/class-yith-wcwl-admin.php:309
55
  msgid ""
56
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
57
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
58
  "on \"Add to wishlist\""
59
  msgstr ""
60
 
61
+ #: includes/class-yith-wcwl-admin.php:310
62
  msgid ""
63
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
64
  "them either public (visible to everyone), private or shared (visible only to "
65
  "people it has been shared with)"
66
  msgstr ""
67
 
68
+ #: includes/class-yith-wcwl-admin.php:311
69
  msgid ""
70
  "Choose between <b>different layouts</b> for the wishlist page and for the "
71
  "wishlist content"
72
  msgstr ""
73
 
74
+ #: includes/class-yith-wcwl-admin.php:312
75
  msgid ""
76
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
77
  "move a product from one wishlist to another, change order of items, "
78
  "quantity, etc."
79
  msgstr ""
80
 
81
+ #: includes/class-yith-wcwl-admin.php:313
82
  msgid ""
83
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
84
  "content of their wishlist to the admin and get a custom quote"
85
  msgstr ""
86
 
87
+ #: includes/class-yith-wcwl-admin.php:314
88
  msgid ""
89
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
90
  "(available also with \"mini-cart\" style for the header)"
91
  msgstr ""
92
 
93
+ #: includes/class-yith-wcwl-admin.php:315
94
  msgid ""
95
+ "<b>Send promotional emails to users</b> who have added specific products to "
 
96
  "their wishlist"
97
  msgstr ""
98
 
99
+ #: includes/class-yith-wcwl-admin.php:316
100
  msgid ""
101
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
102
  "the list is back in stock or on sale"
103
  msgstr ""
104
 
105
+ #: includes/class-yith-wcwl-admin.php:317
106
  msgid "Regular updates, Translations and Premium Support"
107
  msgstr ""
108
 
109
+ #: includes/class-yith-wcwl-ajax-handler.php:94
110
+ #: templates/add-to-wishlist-remove.php:81
111
  msgid "View &rsaquo;"
112
  msgstr ""
113
 
114
+ #: includes/class-yith-wcwl-ajax-handler.php:95
115
+ #: templates/add-to-wishlist-remove.php:69
116
  msgid "or"
117
  msgstr ""
118
 
119
+ #: includes/class-yith-wcwl-ajax-handler.php:96
120
  msgid "Close"
121
  msgstr ""
122
 
123
+ #: includes/class-yith-wcwl-ajax-handler.php:203
124
+ #: includes/class-yith-wcwl-ajax-handler.php:252
125
  msgid "Product successfully removed."
126
  msgstr "המוצר הוסר מהרשימה בהצלחה."
127
 
128
+ #: includes/class-yith-wcwl-form-handler.php:193
129
  msgid "Please, make sure to enter a valid title"
130
  msgstr ""
131
 
132
+ #: includes/class-yith-wcwl-frontend.php:674
133
  msgid ""
134
  "We are sorry, but this feature is available only if cookies on your browser "
135
  "are enabled."
136
  msgstr ""
137
 
138
+ #: includes/class-yith-wcwl-frontend.php:684
139
  msgid "Product added to cart successfully"
140
  msgstr ""
141
 
142
+ #: includes/class-yith-wcwl-frontend.php:947
143
+ #: includes/class-yith-wcwl-shortcode.php:248
144
+ #: plugin-options/wishlist_page-options.php:249
145
+ #: templates/wishlist-view-footer-mobile.php:59
146
+ #: templates/wishlist-view-footer.php:59
147
  msgid "Add to cart"
148
  msgstr ""
149
 
191
  "for the products you love."
192
  msgstr ""
193
 
194
+ #: includes/class-yith-wcwl-privacy.php:94
195
+ #: includes/class-yith-wcwl-privacy.php:110
196
  msgid "Customer wishlists"
197
  msgstr ""
198
 
199
+ #: includes/class-yith-wcwl-privacy.php:147 plugin-options/lists-options.php:34
200
+ #: plugin-options/lists-options.php:41
201
  msgid "Wishlists"
202
  msgstr "רשימת משאלות"
203
 
204
  #. Translators: %s Order number.
205
+ #: includes/class-yith-wcwl-privacy.php:233
206
  msgid "Removed wishlist %s."
207
  msgstr "רשימת המשאלות שלי ב-%s"
208
 
209
  #. Translators: %s Order number.
210
+ #: includes/class-yith-wcwl-privacy.php:237
211
  msgid "Wishlist %s has been retained."
212
  msgstr "טקסט בטבלת הרשימה"
213
 
214
+ #: includes/class-yith-wcwl-privacy.php:272
215
  msgid "Token"
216
  msgstr ""
217
 
218
+ #: includes/class-yith-wcwl-privacy.php:273
219
  msgid "Wishlist URL"
220
  msgstr ""
221
 
222
+ #: includes/class-yith-wcwl-privacy.php:274
223
  msgid "Title"
224
  msgstr ""
225
 
226
+ #: includes/class-yith-wcwl-privacy.php:276
227
  msgid "Visibility"
228
  msgstr ""
229
 
230
+ #: includes/class-yith-wcwl-privacy.php:277
231
  msgid "Items added"
232
  msgstr ""
233
 
294
  msgid "ID of the wishlist to show (e.g. K6EOWXB888ZD)"
295
  msgstr ""
296
 
297
+ #: includes/class-yith-wcwl-shortcode.php:452
298
  msgid "Share on:"
299
  msgstr "שתף ברשת:"
300
 
301
+ #: includes/class-yith-wcwl-shortcode.php:498
302
+ #: plugin-options/wishlist_page-options.php:147
303
  msgid "Share on Facebook"
304
  msgstr "שתף בפייסבוק"
305
 
306
+ #: includes/class-yith-wcwl-shortcode.php:515
307
+ #: plugin-options/wishlist_page-options.php:156
308
  msgid "Tweet on Twitter"
309
  msgstr ""
310
 
311
+ #: includes/class-yith-wcwl-shortcode.php:533
312
+ #: plugin-options/wishlist_page-options.php:165
313
  msgid "Pin on Pinterest"
314
  msgstr ""
315
 
316
+ #: includes/class-yith-wcwl-shortcode.php:547
317
  msgid "Share via email"
318
  msgstr ""
319
 
320
+ #: includes/class-yith-wcwl-shortcode.php:570
321
+ #: plugin-options/wishlist_page-options.php:183
322
  msgid "Share on WhatsApp"
323
  msgstr ""
324
 
325
+ #: includes/class-yith-wcwl-shortcode.php:744
326
  msgid "Remove from list"
327
  msgstr ""
328
 
329
+ #: includes/class-yith-wcwl-wishlist-item.php:203
330
  msgid "Free!"
331
  msgstr ""
332
 
333
+ #: includes/class-yith-wcwl.php:232
334
  msgid "The item cannot be added to this wishlist"
335
  msgstr ""
336
 
337
+ #: includes/class-yith-wcwl.php:236 includes/class-yith-wcwl.php:242
338
  msgid "An error occurred while adding the products to the wishlist."
339
  msgstr ""
340
 
341
+ #: includes/class-yith-wcwl.php:339 includes/class-yith-wcwl.php:365
342
  msgid "Error. Unable to remove the product from the wishlist."
343
  msgstr "שגיאה. לא הצלחנו להסיר את המוצר מרשימת המשאלות."
344
 
345
+ #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:250
346
+ #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:272
347
  msgid "Invalid wishlist."
348
  msgstr ""
349
 
350
+ #: includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:210
351
  msgid "Invalid wishlist item."
352
  msgstr ""
353
 
354
  #. translators: 1. Number of users.
355
+ #: includes/functions-yith-wcwl.php:309
356
  msgid "%d user"
357
  msgid_plural "%d users"
358
  msgstr[0] ""
359
  msgstr[1] ""
360
 
361
+ #: includes/functions-yith-wcwl.php:310
362
  msgid "has this item in wishlist"
363
  msgid_plural "have this item in wishlist"
364
  msgstr[0] ""
365
  msgstr[1] ""
366
 
367
+ #: includes/functions-yith-wcwl.php:312
368
  msgid "You're the first"
369
  msgstr ""
370
 
371
+ #: includes/functions-yith-wcwl.php:313
372
  msgid "to add this item in wishlist"
373
  msgstr ""
374
 
375
  #. translators: 1. Count of users when many, or "another" when only one.
376
+ #: includes/functions-yith-wcwl.php:317
377
  msgid "You and %s user"
378
  msgid_plural "You and %d users"
379
  msgstr[0] ""
380
  msgstr[1] ""
381
 
382
+ #: includes/functions-yith-wcwl.php:317
383
  msgid "another"
384
  msgstr ""
385
 
386
+ #: includes/functions-yith-wcwl.php:318
387
  msgid "have this item in wishlist"
388
  msgstr ""
389
 
390
+ #: includes/functions-yith-wcwl.php:534
391
  msgid "None"
392
  msgstr ""
393
 
394
+ #: includes/functions-yith-wcwl.php:535
395
  #, fuzzy
396
  msgid "Custom"
397
  msgstr "הכנס שורות CSS משלך"
398
 
399
+ #: includes/functions-yith-wcwl.php:567
400
  msgid "Shared"
401
  msgstr "שתף ברשת:"
402
 
403
+ #: includes/functions-yith-wcwl.php:571
404
  msgid "Only people with a link to this list can see it"
405
  msgstr ""
406
 
407
+ #: includes/functions-yith-wcwl.php:577
408
  msgid "Private"
409
  msgstr ""
410
 
411
+ #: includes/functions-yith-wcwl.php:581
412
  msgid "Only you can see this list"
413
  msgstr ""
414
 
415
+ #: includes/functions-yith-wcwl.php:587
416
  msgid "Public"
417
  msgstr ""
418
 
419
+ #: includes/functions-yith-wcwl.php:591
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:118
424
+ #: plugin-options/add_to_wishlist-options.php:136
425
  msgid "Add to wishlist"
426
  msgstr ""
427
 
428
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:128
429
+ #: plugin-options/add_to_wishlist-options.php:152
430
  msgid "Browse wishlist"
431
  msgstr ""
432
 
440
  msgid "Product added to wishlist"
441
  msgstr "המוצר עדיין נמצא ברשימת המשאלות שלך."
442
 
443
+ #: init.php:173
444
  msgid "is enabled but not effective. It requires WooCommerce to work."
445
  msgstr ""
446
 
447
+ #: init.php:191
448
+ msgid ""
449
+ "YITH WooCommerce Wishlist was deactivated as you're running an higher tier "
450
+ "version of the same plugin."
 
 
451
  msgstr ""
452
 
453
+ #: plugin-options/add_to_wishlist-options.php:29
454
+ #: plugin-options/settings-options.php:32
455
  msgid "General Settings"
456
  msgstr "הגדרות כלליות"
457
 
458
+ #: plugin-options/add_to_wishlist-options.php:36
459
  msgid "After product is added to wishlist"
460
  msgstr ""
461
 
462
+ #: plugin-options/add_to_wishlist-options.php:37
463
  msgid ""
464
  "Choose the look of the Wishlist button when the product has already been "
465
  "added to a wishlist"
466
  msgstr ""
467
 
468
+ #: plugin-options/add_to_wishlist-options.php:41
469
  #, fuzzy
470
  msgid "Show \"Add to wishlist\" button"
471
  msgstr "המוצר עדיין נמצא ברשימת המשאלות שלך."
472
 
473
+ #: plugin-options/add_to_wishlist-options.php:42
474
  msgid "Show \"View wishlist\" link"
475
  msgstr ""
476
 
477
+ #: plugin-options/add_to_wishlist-options.php:43
478
  msgid "Show \"Remove from list\" link"
479
  msgstr ""
480
 
481
+ #: plugin-options/add_to_wishlist-options.php:57
482
  msgid "Loop settings"
483
  msgstr ""
484
 
485
+ #: plugin-options/add_to_wishlist-options.php:59
486
  msgid ""
487
  "Loop options will be visible on Shop page, category pages, product "
488
  "shortcodes, products sliders, and all the other places where the WooCommerce "
489
  "products' loop is used"
490
  msgstr ""
491
 
492
+ #: plugin-options/add_to_wishlist-options.php:64
493
  msgid "Show \"Add to wishlist\" in loop"
494
  msgstr ""
495
 
496
+ #: plugin-options/add_to_wishlist-options.php:65
497
  msgid "Enable the \"Add to wishlist\" feature in WooCommerce products' loop"
498
  msgstr ""
499
 
500
+ #: plugin-options/add_to_wishlist-options.php:73
501
  msgid "Position of \"Add to wishlist\" in loop"
502
  msgstr ""
503
 
504
+ #: plugin-options/add_to_wishlist-options.php:74
505
  msgid ""
506
  "Choose where to show \"Add to wishlist\" button or link in WooCommerce "
507
  "products' loop. <span class=\"addon\">Copy this shortcode <span class=\"code"
509
  "want to show the \"Add to wishlist\" link or button</span>"
510
  msgstr ""
511
 
512
+ #: plugin-options/add_to_wishlist-options.php:81
513
  msgid "On top of the image"
514
  msgstr ""
515
 
516
+ #: plugin-options/add_to_wishlist-options.php:82
517
  msgid "Before \"Add to cart\" button"
518
  msgstr ""
519
 
520
+ #: plugin-options/add_to_wishlist-options.php:83
521
  msgid "After \"Add to cart\" button"
522
  msgstr ""
523
 
524
+ #: plugin-options/add_to_wishlist-options.php:84
525
+ #: plugin-options/add_to_wishlist-options.php:116
526
  msgid "Use shortcode"
527
  msgstr "השתמש בקוד מקוצר"
528
 
529
+ #: plugin-options/add_to_wishlist-options.php:98
530
  msgid "Product page settings"
531
  msgstr ""
532
 
533
+ #: plugin-options/add_to_wishlist-options.php:105
534
  msgid "Position of \"Add to wishlist\" on product page"
535
  msgstr ""
536
 
537
+ #: plugin-options/add_to_wishlist-options.php:106
538
  msgid ""
539
  "Choose where to show \"Add to wishlist\" button or link on the product page. "
540
  "<span class=\"addon\">Copy this shortcode <span class=\"code"
542
  "want to show the \"Add to wishlist\" link or button</span>"
543
  msgstr ""
544
 
545
+ #: plugin-options/add_to_wishlist-options.php:113
546
  msgid "After \"Add to cart\""
547
  msgstr "לאחר \"הוספה לסל\""
548
 
549
+ #: plugin-options/add_to_wishlist-options.php:114
550
  msgid "After thumbnails"
551
  msgstr "אחרי התמונות המוקטנות"
552
 
553
+ #: plugin-options/add_to_wishlist-options.php:115
554
  msgid "After summary"
555
  msgstr "אחרי תיאור מוצר"
556
 
557
+ #: plugin-options/add_to_wishlist-options.php:126
558
+ #: plugin-options/wishlist_page-options.php:231
559
  msgid "Text customization"
560
  msgstr ""
561
 
562
+ #: plugin-options/add_to_wishlist-options.php:133
563
  msgid "\"Add to wishlist\" text"
564
  msgstr ""
565
 
566
+ #: plugin-options/add_to_wishlist-options.php:134
567
  msgid "Enter a text for \"Add to wishlist\" button"
568
  msgstr ""
569
 
570
+ #: plugin-options/add_to_wishlist-options.php:141
571
  msgid "\"Product added\" text"
572
  msgstr "המוצר נשמר!"
573
 
574
+ #: plugin-options/add_to_wishlist-options.php:142
575
  msgid ""
576
  "Enter the text of the message displayed when the user adds a product to the "
577
  "wishlist"
578
  msgstr ""
579
 
580
+ #: plugin-options/add_to_wishlist-options.php:144
581
  msgid "Product added!"
582
  msgstr "המוצר נשמר!"
583
 
584
+ #: plugin-options/add_to_wishlist-options.php:149
585
  msgid "\"Browse wishlist\" text"
586
  msgstr "צפה ברשימת השמורים שלך"
587
 
588
+ #: plugin-options/add_to_wishlist-options.php:150
589
  msgid "Enter a text for the \"Browse wishlist\" link on the product page"
590
  msgstr ""
591
 
592
+ #: plugin-options/add_to_wishlist-options.php:157
593
  msgid "\"Product already in wishlist\" text"
594
  msgstr "המוצר עדיין נמצא ברשימת המשאלות שלך."
595
 
596
+ #: plugin-options/add_to_wishlist-options.php:158
597
  msgid ""
598
  "Enter the text for the message displayed when the user views a product that "
599
  "is already in the wishlist"
600
  msgstr ""
601
 
602
+ #: plugin-options/add_to_wishlist-options.php:160
603
  msgid "The product is already in your wishlist!"
604
  msgstr ""
605
 
606
+ #: plugin-options/add_to_wishlist-options.php:170
607
  msgid "Style & Color customization"
608
  msgstr ""
609
 
610
+ #: plugin-options/add_to_wishlist-options.php:177
611
  msgid "Style of \"Add to wishlist\""
612
  msgstr ""
613
 
614
+ #: plugin-options/add_to_wishlist-options.php:178
615
  msgid ""
616
  "Choose if you want to show a textual \"Add to wishlist\" link or a button"
617
  msgstr ""
618
 
619
+ #: plugin-options/add_to_wishlist-options.php:181
620
+ #: plugin-options/wishlist_page-options.php:270
621
  msgid "Textual (anchor)"
622
  msgstr ""
623
 
624
+ #: plugin-options/add_to_wishlist-options.php:182
625
+ #: plugin-options/wishlist_page-options.php:271
626
  msgid "Button with theme style"
627
  msgstr ""
628
 
629
+ #: plugin-options/add_to_wishlist-options.php:183
630
+ #: plugin-options/wishlist_page-options.php:272
631
  msgid "Button with custom style"
632
  msgstr ""
633
 
634
+ #: plugin-options/add_to_wishlist-options.php:191
635
  msgid "\"Add to wishlist\" button style"
636
  msgstr ""
637
 
638
+ #: plugin-options/add_to_wishlist-options.php:197
639
  msgid "Choose colors for the \"Add to wishlist\" button"
640
  msgstr ""
641
 
642
+ #: plugin-options/add_to_wishlist-options.php:199
643
+ #: plugin-options/wishlist_page-options.php:288
644
+ #: plugin-options/wishlist_page-options.php:386
645
+ #: plugin-options/wishlist_page-options.php:435
646
+ #: plugin-options/wishlist_page-options.php:483
647
+ #: plugin-options/wishlist_page-options.php:570
648
+ #: plugin-options/wishlist_page-options.php:610
649
+ #: plugin-options/wishlist_page-options.php:650
650
+ #: plugin-options/wishlist_page-options.php:690
651
+ #: plugin-options/wishlist_page-options.php:730
652
  msgid "Background"
653
  msgstr ""
654
 
655
+ #: plugin-options/add_to_wishlist-options.php:204
656
+ #: plugin-options/wishlist_page-options.php:293
657
+ #: plugin-options/wishlist_page-options.php:391
658
+ #: plugin-options/wishlist_page-options.php:440
659
+ #: plugin-options/wishlist_page-options.php:488
660
+ #: plugin-options/wishlist_page-options.php:525
661
  msgid "Text"
662
  msgstr ""
663
 
664
+ #: plugin-options/add_to_wishlist-options.php:209
665
+ #: plugin-options/wishlist_page-options.php:298
666
+ #: plugin-options/wishlist_page-options.php:396
667
+ #: plugin-options/wishlist_page-options.php:445
668
+ #: plugin-options/wishlist_page-options.php:493
669
  msgid "Border"
670
  msgstr ""
671
 
672
+ #: plugin-options/add_to_wishlist-options.php:215
673
  msgid "Choose colors for the \"Add to wishlist\" button on hover state"
674
  msgstr ""
675
 
676
+ #: plugin-options/add_to_wishlist-options.php:217
677
+ #: plugin-options/wishlist_page-options.php:306
678
+ #: plugin-options/wishlist_page-options.php:404
679
+ #: plugin-options/wishlist_page-options.php:453
680
  msgid "Background Hover"
681
  msgstr ""
682
 
683
+ #: plugin-options/add_to_wishlist-options.php:222
684
+ #: plugin-options/wishlist_page-options.php:311
685
+ #: plugin-options/wishlist_page-options.php:409
686
+ #: plugin-options/wishlist_page-options.php:458
687
  msgid "Text Hover"
688
  msgstr ""
689
 
690
+ #: plugin-options/add_to_wishlist-options.php:227
691
+ #: plugin-options/wishlist_page-options.php:316
692
+ #: plugin-options/wishlist_page-options.php:414
693
+ #: plugin-options/wishlist_page-options.php:463
694
  msgid "Border Hover"
695
  msgstr ""
696
 
697
+ #: plugin-options/add_to_wishlist-options.php:240
698
+ #: plugin-options/wishlist_page-options.php:329
699
  msgid "Border radius"
700
  msgstr ""
701
 
702
+ #: plugin-options/add_to_wishlist-options.php:241
703
  msgid "Choose radius for the \"Add to wishlist\" button"
704
  msgstr ""
705
 
706
+ #: plugin-options/add_to_wishlist-options.php:255
707
  msgid "\"Add to wishlist\" icon"
708
  msgstr ""
709
 
710
+ #: plugin-options/add_to_wishlist-options.php:256
711
  msgid "Select an icon for the \"Add to wishlist\" button (optional)"
712
  msgstr ""
713
 
714
+ #: plugin-options/add_to_wishlist-options.php:275
715
  msgid "\"Add to wishlist\" custom icon"
716
  msgstr ""
717
 
718
+ #: plugin-options/add_to_wishlist-options.php:276
719
+ #: plugin-options/add_to_wishlist-options.php:309
720
  msgid ""
721
  "Upload an icon you'd like to use for \"Add to wishlist\" button (suggested "
722
  "32px x 32px)"
723
  msgstr ""
724
 
725
+ #: plugin-options/add_to_wishlist-options.php:288
726
  msgid "\"Added to wishlist\" icon"
727
  msgstr ""
728
 
729
+ #: plugin-options/add_to_wishlist-options.php:289
730
  msgid "Select an icon for the \"Added to wishlist\" button (optional)"
731
  msgstr ""
732
 
733
+ #: plugin-options/add_to_wishlist-options.php:304
734
  msgid "Same used for Add to wishlist"
735
  msgstr ""
736
 
737
+ #: plugin-options/add_to_wishlist-options.php:308
738
  msgid "\"Added to wishlist\" custom icon"
739
  msgstr ""
740
 
741
+ #: plugin-options/add_to_wishlist-options.php:321
742
  msgid "Custom CSS"
743
  msgstr "הכנס שורות CSS משלך"
744
 
745
+ #: plugin-options/add_to_wishlist-options.php:322
746
  msgid "Enter custom CSS to be applied to Wishlist elements (optional)"
747
  msgstr ""
748
 
749
+ #: plugin-options/lists-options.php:43
750
  msgid "Search list"
751
  msgstr ""
752
 
753
+ #: plugin-options/settings-options.php:39
 
 
 
 
 
 
 
 
754
  msgid "Enable AJAX loading"
755
  msgstr ""
756
 
757
+ #: plugin-options/settings-options.php:40
758
  msgid "Load any cacheable wishlist item via AJAX"
759
  msgstr ""
760
 
761
+ #: plugin-options/settings-options.php:54
762
  msgid "YITH WooCommerce Frequently Bought Together Integration"
763
  msgstr ""
764
 
765
+ #: plugin-options/settings-options.php:60
 
 
 
 
 
 
 
 
766
  msgid "Enable slider in wishlist"
767
  msgstr ""
768
 
769
+ #. translators: 1. Example image of the integration.
770
+ #: plugin-options/settings-options.php:62
 
771
  msgid ""
772
  "Enable the slider with linked products on the Wishlist page (<a href=\"%1$s"
773
+ "\" class=\"thickbox\">Example</a>)."
774
  msgstr ""
775
 
776
+ #: plugin-options/wishlist_page-options.php:28
777
+ #: plugin-options/wishlist_page-options.php:35
 
 
 
778
  msgid "Wishlist page"
779
  msgstr ""
780
 
781
+ #: plugin-options/wishlist_page-options.php:36
782
  msgid ""
783
  "Pick a page as the main Wishlist page; make sure you add the <span class="
784
  "\"code\"><code>[yith_wcwl_wishlist]</code></span> shortcode into the page "
785
  "content"
786
  msgstr ""
787
 
788
+ #: plugin-options/wishlist_page-options.php:49
789
  msgid "Wishlist Detail Page"
790
  msgstr ""
791
 
 
792
  #: plugin-options/wishlist_page-options.php:56
793
  #: plugin-options/wishlist_page-options.php:65
794
  #: plugin-options/wishlist_page-options.php:74
795
  #: plugin-options/wishlist_page-options.php:83
796
  #: plugin-options/wishlist_page-options.php:92
797
  #: plugin-options/wishlist_page-options.php:101
798
+ #: plugin-options/wishlist_page-options.php:110
799
  msgid "In wishlist table show"
800
  msgstr ""
801
 
802
+ #: plugin-options/wishlist_page-options.php:57
803
  msgid "Product variations selected by the user (example: size or color)"
804
  msgstr ""
805
 
806
+ #: plugin-options/wishlist_page-options.php:66
807
  msgid "Product price"
808
  msgstr ""
809
 
810
+ #: plugin-options/wishlist_page-options.php:75
811
  msgid "Product stock (show if the product is available or not)"
812
  msgstr ""
813
 
814
+ #: plugin-options/wishlist_page-options.php:84
815
  msgid "Date on which the product was added to the wishlist"
816
  msgstr ""
817
 
818
+ #: plugin-options/wishlist_page-options.php:93
819
  msgid "Add to cart option for each product"
820
  msgstr ""
821
 
822
+ #: plugin-options/wishlist_page-options.php:102
823
  msgid ""
824
  "Icon to remove the product from the wishlist - to the left of the product"
825
  msgstr ""
826
 
827
+ #: plugin-options/wishlist_page-options.php:111
828
  msgid ""
829
  "Button to remove the product from the wishlist - to the right of the product"
830
  msgstr ""
831
 
832
+ #: plugin-options/wishlist_page-options.php:119
833
  msgid "Redirect to cart"
834
  msgstr "הפנייה לסל הקניות"
835
 
836
+ #: plugin-options/wishlist_page-options.php:120
837
  msgid ""
838
  "Redirect users to the cart page when they add a product to the cart from the "
839
  "wishlist page"
840
  msgstr ""
841
 
842
+ #: plugin-options/wishlist_page-options.php:128
843
  msgid "Remove if added to the cart"
844
  msgstr "הסר מהרשימה אם הוסף לסל"
845
 
846
+ #: plugin-options/wishlist_page-options.php:129
847
  msgid ""
848
  "Remove the product from the wishlist after it has been added to the cart"
849
  msgstr ""
850
 
851
+ #: plugin-options/wishlist_page-options.php:137
852
  msgid "Share wishlist"
853
  msgstr ""
854
 
855
+ #: plugin-options/wishlist_page-options.php:138
856
  msgid "Enable this option to let users share their wishlist on social media"
857
  msgstr ""
858
 
 
859
  #: plugin-options/wishlist_page-options.php:146
860
  #: plugin-options/wishlist_page-options.php:155
861
  #: plugin-options/wishlist_page-options.php:164
862
  #: plugin-options/wishlist_page-options.php:173
863
+ #: plugin-options/wishlist_page-options.php:182
864
  msgid "Share on social media"
865
  msgstr ""
866
 
867
+ #: plugin-options/wishlist_page-options.php:174
868
  msgid "Share by email"
869
  msgstr ""
870
 
871
+ #: plugin-options/wishlist_page-options.php:191
872
  msgid "Share by URL"
873
  msgstr ""
874
 
875
+ #: plugin-options/wishlist_page-options.php:192
876
  msgid "Show \"Share URL\" field on wishlist page"
877
  msgstr ""
878
 
879
+ #: plugin-options/wishlist_page-options.php:200
880
  msgid "Sharing title"
881
  msgstr ""
882
 
883
+ #: plugin-options/wishlist_page-options.php:201
884
  msgid "Wishlist title used for sharing (only used on Twitter and Pinterest)"
885
  msgstr ""
886
 
887
  #. translators: 1. Blog name.
888
+ #: plugin-options/wishlist_page-options.php:204
889
  msgid "My wishlist on %s"
890
  msgstr "רשימת המשאלות שלי ב-%s"
891
 
892
+ #: plugin-options/wishlist_page-options.php:209
893
  msgid "Social text"
894
  msgstr ""
895
 
896
+ #: plugin-options/wishlist_page-options.php:210
897
  msgid ""
898
  "Type the message you want to publish when you share your wishlist on Twitter "
899
  "and Pinterest"
900
  msgstr ""
901
 
902
+ #: plugin-options/wishlist_page-options.php:218
903
  msgid "Social image URL"
904
  msgstr ""
905
 
906
+ #: plugin-options/wishlist_page-options.php:219
907
  msgid "It will be used to pin the wishlist on Pinterest."
908
  msgstr ""
909
 
910
+ #: plugin-options/wishlist_page-options.php:238
911
  msgid "Default wishlist name"
912
  msgstr ""
913
 
914
+ #: plugin-options/wishlist_page-options.php:239
915
  msgid ""
916
  "Enter a name for the default wishlist. This is the wishlist that will be "
917
  "automatically generated for all users if they do not create any custom one"
918
  msgstr ""
919
 
920
+ #: plugin-options/wishlist_page-options.php:241
921
  #, fuzzy
922
  msgid "My wishlist"
923
  msgstr "רשימת המשאלות שלי ב-%s"
924
 
925
+ #: plugin-options/wishlist_page-options.php:246
926
  msgid "\"Add to cart\" text"
927
  msgstr ""
928
 
929
+ #: plugin-options/wishlist_page-options.php:247
930
  msgid "Enter a text for the \"Add to cart\" button"
931
  msgstr ""
932
 
933
+ #: plugin-options/wishlist_page-options.php:259
934
  msgid "Style & color customization"
935
  msgstr ""
936
 
937
+ #: plugin-options/wishlist_page-options.php:266
938
  msgid "Style of \"Add to cart\""
939
  msgstr ""
940
 
941
+ #: plugin-options/wishlist_page-options.php:267
942
  msgid "Choose whether to show a textual \"Add to cart\" link or a button"
943
  msgstr ""
944
 
945
+ #: plugin-options/wishlist_page-options.php:280
946
  msgid "\"Add to cart\" button style"
947
  msgstr ""
948
 
949
+ #: plugin-options/wishlist_page-options.php:286
950
  msgid "Choose the colors for the \"Add to cart\" button"
951
  msgstr ""
952
 
953
+ #: plugin-options/wishlist_page-options.php:304
954
  msgid "Choose colors for the \"Add to cart\" button on hover state"
955
  msgstr ""
956
 
957
+ #: plugin-options/wishlist_page-options.php:330
958
  msgid "Set the radius for the \"Add to cart\" button"
959
  msgstr ""
960
 
961
+ #: plugin-options/wishlist_page-options.php:344
962
  msgid "\"Add to cart\" icon"
963
  msgstr ""
964
 
965
+ #: plugin-options/wishlist_page-options.php:345
966
  msgid "Select an icon for the \"Add to cart\" button (optional)"
967
  msgstr ""
968
 
969
+ #: plugin-options/wishlist_page-options.php:369
970
  msgid "\"Add to cart\" custom icon"
971
  msgstr ""
972
 
973
+ #: plugin-options/wishlist_page-options.php:370
974
  msgid ""
975
  "Upload an icon you'd like to use for the \"Add to cart\" button (suggested "
976
  "32px x 32px)"
977
  msgstr ""
978
 
979
+ #: plugin-options/wishlist_page-options.php:378
980
  msgid "Primary button style"
981
  msgstr ""
982
 
983
+ #: plugin-options/wishlist_page-options.php:384
984
  msgid ""
985
  "Choose colors for the primary button<br/><small>This style will be applied "
986
  "to \"Edit title\" button on Wishlist view, \"Submit Changes\" button on "
987
  "Manage view and \"Search wishlist\" button on Search view</small>"
988
  msgstr ""
989
 
990
+ #: plugin-options/wishlist_page-options.php:402
991
  msgid ""
992
  "Choose colors for the primary button on hover state<br/><small>This style "
993
  "will be applied to \"Edit title\" button on Wishlist view, \"Submit Changes"
995
  "small>"
996
  msgstr ""
997
 
998
+ #: plugin-options/wishlist_page-options.php:427
999
  msgid "Secondary button style"
1000
  msgstr ""
1001
 
 
1002
  #: plugin-options/wishlist_page-options.php:433
1003
+ #: plugin-options/wishlist_page-options.php:451
1004
  msgid ""
1005
  "Choose colors of the secondary button<br/><small>This style will be applied "
1006
  "to the buttons that allow showing and hiding the Edit title form on Wishlist "
1007
  "view and \"Create new Wishlist\" button on Manage view</small>"
1008
  msgstr ""
1009
 
1010
+ #: plugin-options/wishlist_page-options.php:476
1011
  msgid "Wishlist table style"
1012
  msgstr ""
1013
 
1014
+ #: plugin-options/wishlist_page-options.php:477
1015
  msgid ""
1016
  "Choose the colors for the wishlist table (when set to \"Traditional\" layout)"
1017
  msgstr ""
1018
 
1019
+ #: plugin-options/wishlist_page-options.php:505
1020
  msgid "Highlight color"
1021
  msgstr ""
1022
 
1023
+ #: plugin-options/wishlist_page-options.php:506
1024
  msgid ""
1025
  "Choose the color for all sections with background<br/><small>This color will "
1026
  "be used as background for the wishlist table heading and footer (when set to "
1027
  "\"Traditional\" layout), and for various form across wishlist views</small>"
1028
  msgstr ""
1029
 
1030
+ #: plugin-options/wishlist_page-options.php:518
1031
  msgid "Share button text color"
1032
  msgstr ""
1033
 
1034
+ #: plugin-options/wishlist_page-options.php:519
1035
  msgid "Choose colors for share buttons text"
1036
  msgstr ""
1037
 
1038
+ #: plugin-options/wishlist_page-options.php:530
1039
  msgid "Text hover"
1040
  msgstr ""
1041
 
1042
+ #: plugin-options/wishlist_page-options.php:543
1043
  msgid "Facebook share button icon"
1044
  msgstr ""
1045
 
1046
+ #: plugin-options/wishlist_page-options.php:544
1047
  msgid "Select an icon for the Facebook share button"
1048
  msgstr ""
1049
 
1050
+ #: plugin-options/wishlist_page-options.php:554
1051
  msgid "Facebook share button custom icon"
1052
  msgstr ""
1053
 
1054
+ #: plugin-options/wishlist_page-options.php:555
1055
  msgid ""
1056
  "Upload an icon you'd like to use for Facebook share button (suggested 32px x "
1057
  "32px)"
1058
  msgstr ""
1059
 
1060
+ #: plugin-options/wishlist_page-options.php:563
1061
  msgid "Facebook share button style"
1062
  msgstr ""
1063
 
1064
+ #: plugin-options/wishlist_page-options.php:564
1065
  msgid "Choose colors for Facebook share button"
1066
  msgstr ""
1067
 
1068
+ #: plugin-options/wishlist_page-options.php:575
1069
+ #: plugin-options/wishlist_page-options.php:615
1070
+ #: plugin-options/wishlist_page-options.php:655
1071
+ #: plugin-options/wishlist_page-options.php:695
1072
+ #: plugin-options/wishlist_page-options.php:735
1073
  msgid "Background hover"
1074
  msgstr ""
1075
 
1076
+ #: plugin-options/wishlist_page-options.php:583
1077
  msgid "Twitter share button icon"
1078
  msgstr ""
1079
 
1080
+ #: plugin-options/wishlist_page-options.php:584
1081
  msgid "Select an icon for the Twitter share button"
1082
  msgstr ""
1083
 
1084
+ #: plugin-options/wishlist_page-options.php:594
1085
  msgid "Twitter share button custom icon"
1086
  msgstr ""
1087
 
1088
+ #: plugin-options/wishlist_page-options.php:595
1089
  msgid ""
1090
  "Upload an icon you'd like to use for Twitter share button (suggested 32px x "
1091
  "32px)"
1092
  msgstr ""
1093
 
1094
+ #: plugin-options/wishlist_page-options.php:603
1095
  msgid "Twitter share button style"
1096
  msgstr ""
1097
 
1098
+ #: plugin-options/wishlist_page-options.php:604
1099
  msgid "Choose colors for Twitter share button"
1100
  msgstr ""
1101
 
1102
+ #: plugin-options/wishlist_page-options.php:623
1103
  msgid "Pinterest share button icon"
1104
  msgstr ""
1105
 
1106
+ #: plugin-options/wishlist_page-options.php:624
1107
  msgid "Select an icon for the Pinterest share button"
1108
  msgstr ""
1109
 
1110
+ #: plugin-options/wishlist_page-options.php:634
1111
  msgid "Pinterest share button custom icon"
1112
  msgstr ""
1113
 
1114
+ #: plugin-options/wishlist_page-options.php:635
1115
  msgid ""
1116
  "Upload an icon you'd like to use for Pinterest share button (suggested 32px "
1117
  "x 32px)"
1118
  msgstr ""
1119
 
1120
+ #: plugin-options/wishlist_page-options.php:643
1121
  msgid "Pinterest share button style"
1122
  msgstr ""
1123
 
1124
+ #: plugin-options/wishlist_page-options.php:644
1125
  msgid "Choose colors for Pinterest share button"
1126
  msgstr ""
1127
 
1128
+ #: plugin-options/wishlist_page-options.php:663
1129
  msgid "Email share button icon"
1130
  msgstr ""
1131
 
1132
+ #: plugin-options/wishlist_page-options.php:664
1133
  msgid "Select an icon for the Email share button"
1134
  msgstr ""
1135
 
1136
+ #: plugin-options/wishlist_page-options.php:674
1137
  msgid "Email share button custom icon"
1138
  msgstr ""
1139
 
1140
+ #: plugin-options/wishlist_page-options.php:675
1141
  msgid ""
1142
  "Upload an icon you'd like to use for the Email share button (suggested 32px "
1143
  "x 32px)"
1144
  msgstr ""
1145
 
1146
+ #: plugin-options/wishlist_page-options.php:683
1147
  msgid "Email share button style"
1148
  msgstr ""
1149
 
1150
+ #: plugin-options/wishlist_page-options.php:684
1151
  msgid "Choose colors for the Email share button"
1152
  msgstr ""
1153
 
1154
+ #: plugin-options/wishlist_page-options.php:703
1155
  msgid "WhatsApp share button icon"
1156
  msgstr ""
1157
 
1158
+ #: plugin-options/wishlist_page-options.php:704
1159
  msgid "Select an icon for the WhatsApp share button"
1160
  msgstr ""
1161
 
1162
+ #: plugin-options/wishlist_page-options.php:714
1163
  msgid "WhatsApp share button custom icon"
1164
  msgstr ""
1165
 
1166
+ #: plugin-options/wishlist_page-options.php:715
1167
  msgid ""
1168
  "Upload an icon you'd like to use for WhatsApp share button (suggested 32px x "
1169
  "32px)"
1170
  msgstr ""
1171
 
1172
+ #: plugin-options/wishlist_page-options.php:723
1173
  msgid "WhatsApp share button style"
1174
  msgstr ""
1175
 
1176
+ #: plugin-options/wishlist_page-options.php:724
1177
  msgid "Choose colors for WhatsApp share button"
1178
  msgstr ""
1179
 
1180
+ #: templates/share.php:56 templates/share.php:57
1181
  msgid "Facebook"
1182
  msgstr "פייסבוק"
1183
 
1184
+ #: templates/share.php:64 templates/share.php:65
1185
  msgid "Twitter"
1186
  msgstr "טוויטר"
1187
 
1188
+ #: templates/share.php:72 templates/share.php:73
1189
  msgid "Pinterest"
1190
  msgstr ""
1191
 
1192
+ #: templates/share.php:102 templates/share.php:103
1193
  msgid "Email"
1194
  msgstr ""
1195
 
1196
+ #: templates/share.php:110
1197
  msgid "WhatsApp"
1198
  msgstr ""
1199
 
1200
+ #: templates/share.php:111
1201
  msgid "Whatsapp"
1202
  msgstr ""
1203
 
1204
+ #: templates/share.php:120
1205
  msgid "(Now"
1206
  msgstr ""
1207
 
1208
+ #: templates/share.php:120
1209
  msgid "copy"
1210
  msgstr ""
1211
 
1212
+ #: templates/share.php:120
1213
  msgid "this wishlist link and share it anywhere)"
1214
  msgstr ""
1215
 
1216
+ #: templates/wishlist-view-footer-mobile.php:55
1217
+ #: templates/wishlist-view-footer.php:55
1218
  msgid "Apply this action to all the selected items:"
1219
  msgstr ""
1220
 
1221
+ #: templates/wishlist-view-footer-mobile.php:62
1222
+ #: templates/wishlist-view-footer.php:62
1223
  msgid "Remove from wishlist"
1224
  msgstr ""
1225
 
1226
  #. translators: 1. Wishlist formatted name.
1227
+ #: templates/wishlist-view-footer-mobile.php:80
1228
+ #: templates/wishlist-view-footer.php:80
1229
  msgid "Move to %s"
1230
  msgstr ""
1231
 
1232
+ #: templates/wishlist-view-footer-mobile.php:86
1233
+ #: templates/wishlist-view-footer.php:86
1234
  msgid "Apply"
1235
  msgstr ""
1236
 
1237
+ #: templates/wishlist-view-footer-mobile.php:94
1238
+ #: templates/wishlist-view-footer.php:94
1239
  msgid "Update"
1240
  msgstr ""
1241
 
1242
+ #: templates/wishlist-view-footer-mobile.php:100
1243
+ #: templates/wishlist-view-footer.php:138
1244
  msgid "Add all to cart"
1245
  msgstr ""
1246
 
1247
+ #: templates/wishlist-view-header.php:86
1248
  msgid "Edit title"
1249
  msgstr "כותרת רשימת משאלות"
1250
 
1251
+ #: templates/wishlist-view-mobile.php:143
1252
  msgid "Added on:"
1253
  msgstr ""
1254
 
1255
+ #: templates/wishlist-view-mobile.php:154
1256
  msgid "Price:"
1257
  msgstr ""
1258
 
1259
+ #: templates/wishlist-view-mobile.php:181
1260
  msgid "Quantity:"
1261
  msgstr ""
1262
 
1263
+ #: templates/wishlist-view-mobile.php:196
1264
  msgid "Stock:"
1265
  msgstr ""
1266
 
1267
+ #: templates/wishlist-view-mobile.php:199 templates/wishlist-view.php:431
1268
  msgid "Out of stock"
1269
  msgstr ""
1270
 
1271
+ #: templates/wishlist-view-mobile.php:199 templates/wishlist-view.php:431
1272
  msgid "In Stock"
1273
  msgstr "קיים במלאי"
1274
 
1275
+ #: templates/wishlist-view-mobile.php:219 templates/wishlist-view.php:531
1276
  msgid "Move"
1277
  msgstr ""
1278
 
1279
+ #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:562
1280
  msgid "Move to another list &rsaquo;"
1281
  msgstr ""
1282
 
1283
+ #: templates/wishlist-view-mobile.php:270 templates/wishlist-view.php:250
1284
+ #: templates/wishlist-view.php:594
1285
  msgid "Remove this product"
1286
  msgstr "הסרת מוצר מהרשימה"
1287
 
1288
+ #: templates/wishlist-view-mobile.php:291 templates/wishlist-view.php:636
1289
  msgid "No products added to the wishlist"
1290
  msgstr ""
1291
 
1292
+ #: templates/wishlist-view.php:102
1293
  msgid "Product name"
1294
  msgstr ""
1295
 
1296
+ #: templates/wishlist-view.php:122
1297
  msgid "Unit price"
1298
  msgstr ""
1299
 
1300
+ #: templates/wishlist-view.php:143
1301
  msgid "Quantity"
1302
  msgstr ""
1303
 
1304
+ #: templates/wishlist-view.php:164
1305
  msgid "Stock status"
1306
  msgstr ""
1307
 
1308
+ #: templates/wishlist-view.php:206
1309
  msgid "Arrange"
1310
  msgstr ""
1311
 
1312
  #. translators: date added label: 1 date added.
1313
+ #: templates/wishlist-view.php:466
1314
  msgid "Added on: %s"
1315
  msgstr ""
1316
 
1317
+ #: templates/wishlist-view.php:594
1318
  msgid "Remove"
1319
  msgstr ""
1320
 
1327
  "your e-commerce on <strong>YITH</strong></a>"
1328
  msgstr ""
1329
 
1330
+ #: includes/class-yith-wcwl-admin.php:287
1331
  msgctxt "[HELP TAB] Video title"
1332
  msgid ""
1333
  "Check this video to learn how to <b>configure wishlist and customize options:"
1339
  msgid "wishlist"
1340
  msgstr ""
1341
 
1342
+ #: includes/class-yith-wcwl-privacy.php:275
1343
  msgctxt "date when wishlist was created"
1344
  msgid "Created on"
1345
  msgstr ""
1365
  msgstr ""
1366
 
1367
  #. translators: 1. % of reduction/increase in price.
1368
+ #: includes/class-yith-wcwl-wishlist-item.php:478
1369
  msgctxt ""
1370
  "Part of the template that shows price variation since addition to list; "
1371
  "placeholder will be replaced with a percentage"
1373
  msgstr ""
1374
 
1375
  #. translators: 2: original product price.
1376
+ #: includes/class-yith-wcwl-wishlist-item.php:480
1377
  msgctxt ""
1378
  "Part of the template that shows price variation since addition to list; "
1379
  "placeholder will be replaced with a price"
languages/yith-woocommerce-wishlist-hr.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-hr.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
- "POT-Creation-Date: 2022-06-19 14:16:05+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:05+0200\n"
10
  "Last-Translator: \n"
11
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
@@ -29,123 +29,122 @@ msgstr ""
29
  msgid "Wishlist Page"
30
  msgstr "Privatna lista želja"
31
 
32
- #: includes/class-yith-wcwl-admin.php:146
33
  msgid "General settings"
34
  msgstr ""
35
 
36
- #: includes/class-yith-wcwl-admin.php:147
37
  msgid "Add to wishlist options"
38
  msgstr ""
39
 
40
- #: includes/class-yith-wcwl-admin.php:148
41
  msgid "Wishlist page options"
42
  msgstr ""
43
 
44
- #: includes/class-yith-wcwl-admin.php:249
45
  msgid ""
46
  "Allows your customers to create and share lists of products that they want "
47
  "to purchase on your e-commerce."
48
  msgstr ""
49
 
50
- #: includes/class-yith-wcwl-admin.php:280
51
  msgid ""
52
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
53
  msgstr ""
54
 
55
- #: includes/class-yith-wcwl-admin.php:281
56
  msgid ""
57
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
58
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
59
  "on \"Add to wishlist\""
60
  msgstr ""
61
 
62
- #: includes/class-yith-wcwl-admin.php:282
63
  msgid ""
64
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
65
  "them either public (visible to everyone), private or shared (visible only to "
66
  "people it has been shared with)"
67
  msgstr ""
68
 
69
- #: includes/class-yith-wcwl-admin.php:283
70
  msgid ""
71
  "Choose between <b>different layouts</b> for the wishlist page and for the "
72
  "wishlist content"
73
  msgstr ""
74
 
75
- #: includes/class-yith-wcwl-admin.php:284
76
  msgid ""
77
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
78
  "move a product from one wishlist to another, change order of items, "
79
  "quantity, etc."
80
  msgstr ""
81
 
82
- #: includes/class-yith-wcwl-admin.php:285
83
  msgid ""
84
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
85
  "content of their wishlist to the admin and get a custom quote"
86
  msgstr ""
87
 
88
- #: includes/class-yith-wcwl-admin.php:286
89
  msgid ""
90
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
91
  "(available also with \"mini-cart\" style for the header)"
92
  msgstr ""
93
 
94
- #: includes/class-yith-wcwl-admin.php:287
95
  msgid ""
96
- "View the most popular products added to the wishlist by your customers and "
97
- "<b>send promotional emails to users</b> who have added specific products to "
98
  "their wishlist"
99
  msgstr ""
100
 
101
- #: includes/class-yith-wcwl-admin.php:288
102
  msgid ""
103
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
104
  "the list is back in stock or on sale"
105
  msgstr ""
106
 
107
- #: includes/class-yith-wcwl-admin.php:289
108
  msgid "Regular updates, Translations and Premium Support"
109
  msgstr ""
110
 
111
- #: includes/class-yith-wcwl-ajax-handler.php:75
112
- #: templates/add-to-wishlist-remove.php:59
113
  msgid "View &rsaquo;"
114
  msgstr ""
115
 
116
- #: includes/class-yith-wcwl-ajax-handler.php:76
117
- #: templates/add-to-wishlist-remove.php:58
118
  msgid "or"
119
  msgstr ""
120
 
121
- #: includes/class-yith-wcwl-ajax-handler.php:77
122
  msgid "Close"
123
  msgstr ""
124
 
125
- #: includes/class-yith-wcwl-ajax-handler.php:155
126
- #: includes/class-yith-wcwl-ajax-handler.php:195
127
  msgid "Product successfully removed."
128
  msgstr "Proizvod uspješno obrisan."
129
 
130
- #: includes/class-yith-wcwl-form-handler.php:156
131
  msgid "Please, make sure to enter a valid title"
132
  msgstr ""
133
 
134
- #: includes/class-yith-wcwl-frontend.php:552
135
  msgid ""
136
  "We are sorry, but this feature is available only if cookies on your browser "
137
  "are enabled."
138
  msgstr ""
139
 
140
- #: includes/class-yith-wcwl-frontend.php:553
141
  msgid "Product added to cart successfully"
142
  msgstr ""
143
 
144
- #: includes/class-yith-wcwl-frontend.php:816
145
- #: includes/class-yith-wcwl-shortcode.php:239
146
- #: plugin-options/wishlist_page-options.php:240
147
- #: templates/wishlist-view-footer-mobile.php:46
148
- #: templates/wishlist-view-footer.php:46
149
  msgid "Add to cart"
150
  msgstr ""
151
 
@@ -193,43 +192,43 @@ msgid ""
193
  "for the products you love."
194
  msgstr ""
195
 
196
- #: includes/class-yith-wcwl-privacy.php:84
197
- #: includes/class-yith-wcwl-privacy.php:100
198
  msgid "Customer wishlists"
199
  msgstr ""
200
 
201
- #: includes/class-yith-wcwl-privacy.php:137 plugin-options/lists-options.php:25
202
- #: plugin-options/lists-options.php:32
203
  msgid "Wishlists"
204
  msgstr "Lista želja"
205
 
206
  #. Translators: %s Order number.
207
- #: includes/class-yith-wcwl-privacy.php:199
208
  msgid "Removed wishlist %s."
209
  msgstr "Moja lista želja na %s"
210
 
211
  #. Translators: %s Order number.
212
- #: includes/class-yith-wcwl-privacy.php:203
213
  msgid "Wishlist %s has been retained."
214
  msgstr ""
215
 
216
- #: includes/class-yith-wcwl-privacy.php:227
217
  msgid "Token"
218
  msgstr ""
219
 
220
- #: includes/class-yith-wcwl-privacy.php:228
221
  msgid "Wishlist URL"
222
  msgstr ""
223
 
224
- #: includes/class-yith-wcwl-privacy.php:229
225
  msgid "Title"
226
  msgstr ""
227
 
228
- #: includes/class-yith-wcwl-privacy.php:231
229
  msgid "Visibility"
230
  msgstr ""
231
 
232
- #: includes/class-yith-wcwl-privacy.php:232
233
  msgid "Items added"
234
  msgstr ""
235
 
@@ -296,142 +295,142 @@ msgstr ""
296
  msgid "ID of the wishlist to show (e.g. K6EOWXB888ZD)"
297
  msgstr ""
298
 
299
- #: includes/class-yith-wcwl-shortcode.php:414
300
  msgid "Share on:"
301
  msgstr "Podijeli na:"
302
 
303
- #: includes/class-yith-wcwl-shortcode.php:438
304
- #: plugin-options/wishlist_page-options.php:138
305
  msgid "Share on Facebook"
306
  msgstr "Podijeli na Facebooku"
307
 
308
- #: includes/class-yith-wcwl-shortcode.php:455
309
- #: plugin-options/wishlist_page-options.php:147
310
  msgid "Tweet on Twitter"
311
  msgstr "Tweet-aj na Twitteru"
312
 
313
- #: includes/class-yith-wcwl-shortcode.php:473
314
- #: plugin-options/wishlist_page-options.php:156
315
  msgid "Pin on Pinterest"
316
  msgstr "Pinaj na Pinterestu"
317
 
318
- #: includes/class-yith-wcwl-shortcode.php:487
319
  msgid "Share via email"
320
  msgstr ""
321
 
322
- #: includes/class-yith-wcwl-shortcode.php:510
323
- #: plugin-options/wishlist_page-options.php:174
324
  msgid "Share on WhatsApp"
325
  msgstr ""
326
 
327
- #: includes/class-yith-wcwl-shortcode.php:621
328
  msgid "Remove from list"
329
  msgstr ""
330
 
331
- #: includes/class-yith-wcwl-wishlist-item.php:193
332
  msgid "Free!"
333
  msgstr "Besplatno!"
334
 
335
- #: includes/class-yith-wcwl.php:164
336
  msgid "The item cannot be added to this wishlist"
337
  msgstr ""
338
 
339
- #: includes/class-yith-wcwl.php:168 includes/class-yith-wcwl.php:174
340
  msgid "An error occurred while adding the products to the wishlist."
341
  msgstr ""
342
 
343
- #: includes/class-yith-wcwl.php:235 includes/class-yith-wcwl.php:241
344
  msgid "Error. Unable to remove the product from the wishlist."
345
  msgstr "Greška. Proizvod se ne može obrisati iz liste želja."
346
 
347
- #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:152
348
- #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:174
349
  msgid "Invalid wishlist."
350
  msgstr ""
351
 
352
- #: includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:119
353
  msgid "Invalid wishlist item."
354
  msgstr ""
355
 
356
  #. translators: 1. Number of users.
357
- #: includes/functions-yith-wcwl.php:249
358
  msgid "%d user"
359
  msgid_plural "%d users"
360
  msgstr[0] ""
361
  msgstr[1] ""
362
  msgstr[2] ""
363
 
364
- #: includes/functions-yith-wcwl.php:250
365
  msgid "has this item in wishlist"
366
  msgid_plural "have this item in wishlist"
367
  msgstr[0] ""
368
  msgstr[1] ""
369
  msgstr[2] ""
370
 
371
- #: includes/functions-yith-wcwl.php:252
372
  msgid "You're the first"
373
  msgstr ""
374
 
375
- #: includes/functions-yith-wcwl.php:253
376
  msgid "to add this item in wishlist"
377
  msgstr ""
378
 
379
  #. translators: 1. Count of users when many, or "another" when only one.
380
- #: includes/functions-yith-wcwl.php:257
381
  msgid "You and %s user"
382
  msgid_plural "You and %d users"
383
  msgstr[0] ""
384
  msgstr[1] ""
385
  msgstr[2] ""
386
 
387
- #: includes/functions-yith-wcwl.php:257
388
  msgid "another"
389
  msgstr ""
390
 
391
- #: includes/functions-yith-wcwl.php:258
392
  msgid "have this item in wishlist"
393
  msgstr ""
394
 
395
- #: includes/functions-yith-wcwl.php:425
396
  msgid "None"
397
  msgstr ""
398
 
399
- #: includes/functions-yith-wcwl.php:426
400
  #, fuzzy
401
  msgid "Custom"
402
  msgstr "Prilagođeni CSS"
403
 
404
- #: includes/functions-yith-wcwl.php:447
405
  msgid "Shared"
406
  msgstr "Podijeljeno"
407
 
408
- #: includes/functions-yith-wcwl.php:451
409
  msgid "Only people with a link to this list can see it"
410
  msgstr ""
411
 
412
- #: includes/functions-yith-wcwl.php:457
413
  msgid "Private"
414
  msgstr "Privatno"
415
 
416
- #: includes/functions-yith-wcwl.php:461
417
  msgid "Only you can see this list"
418
  msgstr ""
419
 
420
- #: includes/functions-yith-wcwl.php:467
421
  msgid "Public"
422
  msgstr "Javno"
423
 
424
- #: includes/functions-yith-wcwl.php:471
425
  msgid "Anyone can search for and see this list"
426
  msgstr ""
427
 
428
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:118
429
- #: plugin-options/add_to_wishlist-options.php:127
430
  msgid "Add to wishlist"
431
  msgstr ""
432
 
433
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:128
434
- #: plugin-options/add_to_wishlist-options.php:143
435
  msgid "Browse wishlist"
436
  msgstr ""
437
 
@@ -445,73 +444,71 @@ msgstr "Tekst za \"Proizvod je već dodan u listu želja\""
445
  msgid "Product added to wishlist"
446
  msgstr "Tekst za \"Proizvod je već dodan u listu želja\""
447
 
448
- #: init.php:160
449
  #, fuzzy
450
  msgid "is enabled but not effective. It requires WooCommerce to work."
451
  msgstr ""
452
  "YITH WooCommerce Lista želja je uključena ali nije omogućena. Zahtjeva "
453
  "WooCommerce dodatak da bi mogla raditi."
454
 
455
- #: init.php:176
456
- msgid "You can't activate the free version of"
457
- msgstr ""
458
-
459
- #: init.php:176
460
- msgid "while you are using the premium one."
461
  msgstr ""
462
 
463
- #: plugin-options/add_to_wishlist-options.php:20
464
- #: plugin-options/settings-options.php:27
465
  msgid "General Settings"
466
  msgstr "Osnovne postavke"
467
 
468
- #: plugin-options/add_to_wishlist-options.php:27
469
  msgid "After product is added to wishlist"
470
  msgstr ""
471
 
472
- #: plugin-options/add_to_wishlist-options.php:28
473
  msgid ""
474
  "Choose the look of the Wishlist button when the product has already been "
475
  "added to a wishlist"
476
  msgstr ""
477
 
478
- #: plugin-options/add_to_wishlist-options.php:32
479
  #, fuzzy
480
  msgid "Show \"Add to wishlist\" button"
481
  msgstr "Tekst za \"Proizvod je već dodan u listu želja\""
482
 
483
- #: plugin-options/add_to_wishlist-options.php:33
484
  msgid "Show \"View wishlist\" link"
485
  msgstr ""
486
 
487
- #: plugin-options/add_to_wishlist-options.php:34
488
  msgid "Show \"Remove from list\" link"
489
  msgstr ""
490
 
491
- #: plugin-options/add_to_wishlist-options.php:48
492
  msgid "Loop settings"
493
  msgstr ""
494
 
495
- #: plugin-options/add_to_wishlist-options.php:50
496
  msgid ""
497
  "Loop options will be visible on Shop page, category pages, product "
498
  "shortcodes, products sliders, and all the other places where the WooCommerce "
499
  "products' loop is used"
500
  msgstr ""
501
 
502
- #: plugin-options/add_to_wishlist-options.php:55
503
  msgid "Show \"Add to wishlist\" in loop"
504
  msgstr ""
505
 
506
- #: plugin-options/add_to_wishlist-options.php:56
507
  msgid "Enable the \"Add to wishlist\" feature in WooCommerce products' loop"
508
  msgstr ""
509
 
510
- #: plugin-options/add_to_wishlist-options.php:64
511
  msgid "Position of \"Add to wishlist\" in loop"
512
  msgstr ""
513
 
514
- #: plugin-options/add_to_wishlist-options.php:65
515
  msgid ""
516
  "Choose where to show \"Add to wishlist\" button or link in WooCommerce "
517
  "products' loop. <span class=\"addon\">Copy this shortcode <span class=\"code"
@@ -519,32 +516,32 @@ msgid ""
519
  "want to show the \"Add to wishlist\" link or button</span>"
520
  msgstr ""
521
 
522
- #: plugin-options/add_to_wishlist-options.php:72
523
  msgid "On top of the image"
524
  msgstr ""
525
 
526
- #: plugin-options/add_to_wishlist-options.php:73
527
  msgid "Before \"Add to cart\" button"
528
  msgstr ""
529
 
530
- #: plugin-options/add_to_wishlist-options.php:74
531
  msgid "After \"Add to cart\" button"
532
  msgstr ""
533
 
534
- #: plugin-options/add_to_wishlist-options.php:75
535
- #: plugin-options/add_to_wishlist-options.php:107
536
  msgid "Use shortcode"
537
  msgstr "Koristi shorcode"
538
 
539
- #: plugin-options/add_to_wishlist-options.php:89
540
  msgid "Product page settings"
541
  msgstr ""
542
 
543
- #: plugin-options/add_to_wishlist-options.php:96
544
  msgid "Position of \"Add to wishlist\" on product page"
545
  msgstr ""
546
 
547
- #: plugin-options/add_to_wishlist-options.php:97
548
  msgid ""
549
  "Choose where to show \"Add to wishlist\" button or link on the product page. "
550
  "<span class=\"addon\">Copy this shortcode <span class=\"code"
@@ -552,473 +549,453 @@ msgid ""
552
  "want to show the \"Add to wishlist\" link or button</span>"
553
  msgstr ""
554
 
555
- #: plugin-options/add_to_wishlist-options.php:104
556
  msgid "After \"Add to cart\""
557
  msgstr "Nakon \"Dodaj u košaricu\""
558
 
559
- #: plugin-options/add_to_wishlist-options.php:105
560
  msgid "After thumbnails"
561
  msgstr "Nakon minijatura"
562
 
563
- #: plugin-options/add_to_wishlist-options.php:106
564
  msgid "After summary"
565
  msgstr "Nakon sažetka"
566
 
567
- #: plugin-options/add_to_wishlist-options.php:117
568
- #: plugin-options/wishlist_page-options.php:222
569
  msgid "Text customization"
570
  msgstr ""
571
 
572
- #: plugin-options/add_to_wishlist-options.php:124
573
  msgid "\"Add to wishlist\" text"
574
  msgstr ""
575
 
576
- #: plugin-options/add_to_wishlist-options.php:125
577
  msgid "Enter a text for \"Add to wishlist\" button"
578
  msgstr ""
579
 
580
- #: plugin-options/add_to_wishlist-options.php:132
581
  msgid "\"Product added\" text"
582
  msgstr "Tekst za \"Proizvod je dodan\""
583
 
584
- #: plugin-options/add_to_wishlist-options.php:133
585
  msgid ""
586
  "Enter the text of the message displayed when the user adds a product to the "
587
  "wishlist"
588
  msgstr ""
589
 
590
- #: plugin-options/add_to_wishlist-options.php:135
591
  msgid "Product added!"
592
  msgstr "Proizvod je dodan!"
593
 
594
- #: plugin-options/add_to_wishlist-options.php:140
595
  msgid "\"Browse wishlist\" text"
596
  msgstr "Tekst za \"Pregledaj listu želja\""
597
 
598
- #: plugin-options/add_to_wishlist-options.php:141
599
  msgid "Enter a text for the \"Browse wishlist\" link on the product page"
600
  msgstr ""
601
 
602
- #: plugin-options/add_to_wishlist-options.php:148
603
  msgid "\"Product already in wishlist\" text"
604
  msgstr "Tekst za \"Proizvod je već dodan u listu želja\""
605
 
606
- #: plugin-options/add_to_wishlist-options.php:149
607
  msgid ""
608
  "Enter the text for the message displayed when the user views a product that "
609
  "is already in the wishlist"
610
  msgstr ""
611
 
612
- #: plugin-options/add_to_wishlist-options.php:151
613
  msgid "The product is already in your wishlist!"
614
  msgstr ""
615
 
616
- #: plugin-options/add_to_wishlist-options.php:161
617
  msgid "Style & Color customization"
618
  msgstr ""
619
 
620
- #: plugin-options/add_to_wishlist-options.php:168
621
  msgid "Style of \"Add to wishlist\""
622
  msgstr ""
623
 
624
- #: plugin-options/add_to_wishlist-options.php:169
625
  msgid ""
626
  "Choose if you want to show a textual \"Add to wishlist\" link or a button"
627
  msgstr ""
628
 
629
- #: plugin-options/add_to_wishlist-options.php:172
630
- #: plugin-options/wishlist_page-options.php:261
631
  msgid "Textual (anchor)"
632
  msgstr ""
633
 
634
- #: plugin-options/add_to_wishlist-options.php:173
635
- #: plugin-options/wishlist_page-options.php:262
636
  msgid "Button with theme style"
637
  msgstr ""
638
 
639
- #: plugin-options/add_to_wishlist-options.php:174
640
- #: plugin-options/wishlist_page-options.php:263
641
  msgid "Button with custom style"
642
  msgstr ""
643
 
644
- #: plugin-options/add_to_wishlist-options.php:182
645
  msgid "\"Add to wishlist\" button style"
646
  msgstr ""
647
 
648
- #: plugin-options/add_to_wishlist-options.php:188
649
  msgid "Choose colors for the \"Add to wishlist\" button"
650
  msgstr ""
651
 
652
- #: plugin-options/add_to_wishlist-options.php:190
653
- #: plugin-options/wishlist_page-options.php:279
654
- #: plugin-options/wishlist_page-options.php:368
655
- #: plugin-options/wishlist_page-options.php:417
656
- #: plugin-options/wishlist_page-options.php:465
657
- #: plugin-options/wishlist_page-options.php:552
658
- #: plugin-options/wishlist_page-options.php:592
659
- #: plugin-options/wishlist_page-options.php:632
660
- #: plugin-options/wishlist_page-options.php:672
661
- #: plugin-options/wishlist_page-options.php:712
662
  msgid "Background"
663
  msgstr "Pozadina"
664
 
665
- #: plugin-options/add_to_wishlist-options.php:195
666
- #: plugin-options/wishlist_page-options.php:284
667
- #: plugin-options/wishlist_page-options.php:373
668
- #: plugin-options/wishlist_page-options.php:422
669
- #: plugin-options/wishlist_page-options.php:470
670
- #: plugin-options/wishlist_page-options.php:507
671
  msgid "Text"
672
  msgstr "Tekst"
673
 
674
- #: plugin-options/add_to_wishlist-options.php:200
675
- #: plugin-options/wishlist_page-options.php:289
676
- #: plugin-options/wishlist_page-options.php:378
677
- #: plugin-options/wishlist_page-options.php:427
678
- #: plugin-options/wishlist_page-options.php:475
679
  msgid "Border"
680
  msgstr "Obrub"
681
 
682
- #: plugin-options/add_to_wishlist-options.php:206
683
  msgid "Choose colors for the \"Add to wishlist\" button on hover state"
684
  msgstr ""
685
 
686
- #: plugin-options/add_to_wishlist-options.php:208
687
- #: plugin-options/wishlist_page-options.php:297
688
- #: plugin-options/wishlist_page-options.php:386
689
- #: plugin-options/wishlist_page-options.php:435
690
  msgid "Background Hover"
691
  msgstr ""
692
 
693
- #: plugin-options/add_to_wishlist-options.php:213
694
- #: plugin-options/wishlist_page-options.php:302
695
- #: plugin-options/wishlist_page-options.php:391
696
- #: plugin-options/wishlist_page-options.php:440
697
  msgid "Text Hover"
698
  msgstr ""
699
 
700
- #: plugin-options/add_to_wishlist-options.php:218
701
- #: plugin-options/wishlist_page-options.php:307
702
- #: plugin-options/wishlist_page-options.php:396
703
- #: plugin-options/wishlist_page-options.php:445
704
  msgid "Border Hover"
705
  msgstr ""
706
 
707
- #: plugin-options/add_to_wishlist-options.php:231
708
- #: plugin-options/wishlist_page-options.php:320
709
  msgid "Border radius"
710
  msgstr ""
711
 
712
- #: plugin-options/add_to_wishlist-options.php:232
713
  msgid "Choose radius for the \"Add to wishlist\" button"
714
  msgstr ""
715
 
716
- #: plugin-options/add_to_wishlist-options.php:246
717
  msgid "\"Add to wishlist\" icon"
718
  msgstr ""
719
 
720
- #: plugin-options/add_to_wishlist-options.php:247
721
  msgid "Select an icon for the \"Add to wishlist\" button (optional)"
722
  msgstr ""
723
 
724
- #: plugin-options/add_to_wishlist-options.php:257
725
  msgid "\"Add to wishlist\" custom icon"
726
  msgstr ""
727
 
728
- #: plugin-options/add_to_wishlist-options.php:258
729
- #: plugin-options/add_to_wishlist-options.php:282
730
  msgid ""
731
  "Upload an icon you'd like to use for \"Add to wishlist\" button (suggested "
732
  "32px x 32px)"
733
  msgstr ""
734
 
735
- #: plugin-options/add_to_wishlist-options.php:270
736
  msgid "\"Added to wishlist\" icon"
737
  msgstr ""
738
 
739
- #: plugin-options/add_to_wishlist-options.php:271
740
  msgid "Select an icon for the \"Added to wishlist\" button (optional)"
741
  msgstr ""
742
 
743
- #: plugin-options/add_to_wishlist-options.php:277
744
  msgid "Same used for Add to wishlist"
745
  msgstr ""
746
 
747
- #: plugin-options/add_to_wishlist-options.php:281
748
  msgid "\"Added to wishlist\" custom icon"
749
  msgstr ""
750
 
751
- #: plugin-options/add_to_wishlist-options.php:294
752
  msgid "Custom CSS"
753
  msgstr "Prilagođeni CSS"
754
 
755
- #: plugin-options/add_to_wishlist-options.php:295
756
  msgid "Enter custom CSS to be applied to Wishlist elements (optional)"
757
  msgstr ""
758
 
759
- #: plugin-options/lists-options.php:34
760
  #, fuzzy
761
  msgid "Search list"
762
  msgstr "Pretraga listi želja"
763
 
764
- #. translators: 1. Anchor to Frequently Bought Together landing page on
765
- #. yithemes.com.
766
- #: plugin-options/settings-options.php:19
767
- msgid ""
768
- "If you want to take advantage of this feature, you could consider purchasing "
769
- "the %s."
770
- msgstr ""
771
-
772
- #: plugin-options/settings-options.php:34
773
  msgid "Enable AJAX loading"
774
  msgstr ""
775
 
776
- #: plugin-options/settings-options.php:35
777
  msgid "Load any cacheable wishlist item via AJAX"
778
  msgstr ""
779
 
780
- #: plugin-options/settings-options.php:48
781
  msgid "YITH WooCommerce Frequently Bought Together Integration"
782
  msgstr "YITH WooCommerse skupna Integracija"
783
 
784
- #. translators: 1. Url to Frequently Bought Together landing page on
785
- #. yithemes.com.
786
- #: plugin-options/settings-options.php:51
787
- msgid ""
788
- "In order to use this integration you have to install and activate YITH "
789
- "WooCommerce Frequently Bought Together. <a href=\"%s\">Learn more</a>"
790
- msgstr ""
791
-
792
- #: plugin-options/settings-options.php:56
793
  msgid "Enable slider in wishlist"
794
  msgstr "Omogući slider u listi želja"
795
 
796
- #. translators: 1. Example image of the integration. 2. CTA to buy Frequently
797
- #. Bought Together.
798
- #: plugin-options/settings-options.php:58
799
  msgid ""
800
  "Enable the slider with linked products on the Wishlist page (<a href=\"%1$s"
801
- "\" class=\"thickbox\">Example</a>). %2$s"
802
  msgstr ""
803
 
804
- #: plugin-options/wishlist_page-options.php:19
805
- msgid "All your wishlists"
806
- msgstr ""
807
-
808
- #: plugin-options/wishlist_page-options.php:26
809
  msgid "Wishlist page"
810
  msgstr ""
811
 
812
- #: plugin-options/wishlist_page-options.php:27
813
  msgid ""
814
  "Pick a page as the main Wishlist page; make sure you add the <span class="
815
  "\"code\"><code>[yith_wcwl_wishlist]</code></span> shortcode into the page "
816
  "content"
817
  msgstr ""
818
 
819
- #: plugin-options/wishlist_page-options.php:40
820
  msgid "Wishlist Detail Page"
821
  msgstr ""
822
 
823
- #: plugin-options/wishlist_page-options.php:47
824
  #: plugin-options/wishlist_page-options.php:56
825
  #: plugin-options/wishlist_page-options.php:65
826
  #: plugin-options/wishlist_page-options.php:74
827
  #: plugin-options/wishlist_page-options.php:83
828
  #: plugin-options/wishlist_page-options.php:92
829
  #: plugin-options/wishlist_page-options.php:101
 
830
  msgid "In wishlist table show"
831
  msgstr ""
832
 
833
- #: plugin-options/wishlist_page-options.php:48
834
  msgid "Product variations selected by the user (example: size or color)"
835
  msgstr ""
836
 
837
- #: plugin-options/wishlist_page-options.php:57
838
  msgid "Product price"
839
  msgstr ""
840
 
841
- #: plugin-options/wishlist_page-options.php:66
842
  msgid "Product stock (show if the product is available or not)"
843
  msgstr ""
844
 
845
- #: plugin-options/wishlist_page-options.php:75
846
  msgid "Date on which the product was added to the wishlist"
847
  msgstr ""
848
 
849
- #: plugin-options/wishlist_page-options.php:84
850
  msgid "Add to cart option for each product"
851
  msgstr ""
852
 
853
- #: plugin-options/wishlist_page-options.php:93
854
  msgid ""
855
  "Icon to remove the product from the wishlist - to the left of the product"
856
  msgstr ""
857
 
858
- #: plugin-options/wishlist_page-options.php:102
859
  msgid ""
860
  "Button to remove the product from the wishlist - to the right of the product"
861
  msgstr ""
862
 
863
- #: plugin-options/wishlist_page-options.php:110
864
  msgid "Redirect to cart"
865
  msgstr "Preusmjeri na košaricu"
866
 
867
- #: plugin-options/wishlist_page-options.php:111
868
  msgid ""
869
  "Redirect users to the cart page when they add a product to the cart from the "
870
  "wishlist page"
871
  msgstr ""
872
 
873
- #: plugin-options/wishlist_page-options.php:119
874
  msgid "Remove if added to the cart"
875
  msgstr "Obriši ako je dodan u košaricu"
876
 
877
- #: plugin-options/wishlist_page-options.php:120
878
  msgid ""
879
  "Remove the product from the wishlist after it has been added to the cart"
880
  msgstr ""
881
 
882
- #: plugin-options/wishlist_page-options.php:128
883
  msgid "Share wishlist"
884
  msgstr ""
885
 
886
- #: plugin-options/wishlist_page-options.php:129
887
  msgid "Enable this option to let users share their wishlist on social media"
888
  msgstr ""
889
 
890
- #: plugin-options/wishlist_page-options.php:137
891
  #: plugin-options/wishlist_page-options.php:146
892
  #: plugin-options/wishlist_page-options.php:155
893
  #: plugin-options/wishlist_page-options.php:164
894
  #: plugin-options/wishlist_page-options.php:173
 
895
  msgid "Share on social media"
896
  msgstr ""
897
 
898
- #: plugin-options/wishlist_page-options.php:165
899
  msgid "Share by email"
900
  msgstr ""
901
 
902
- #: plugin-options/wishlist_page-options.php:182
903
  msgid "Share by URL"
904
  msgstr ""
905
 
906
- #: plugin-options/wishlist_page-options.php:183
907
  msgid "Show \"Share URL\" field on wishlist page"
908
  msgstr ""
909
 
910
- #: plugin-options/wishlist_page-options.php:191
911
  msgid "Sharing title"
912
  msgstr ""
913
 
914
- #: plugin-options/wishlist_page-options.php:192
915
  msgid "Wishlist title used for sharing (only used on Twitter and Pinterest)"
916
  msgstr ""
917
 
918
  #. translators: 1. Blog name.
919
- #: plugin-options/wishlist_page-options.php:195
920
  msgid "My wishlist on %s"
921
  msgstr "Moja lista želja na %s"
922
 
923
- #: plugin-options/wishlist_page-options.php:200
924
  msgid "Social text"
925
  msgstr "Tekst za objavu"
926
 
927
- #: plugin-options/wishlist_page-options.php:201
928
  msgid ""
929
  "Type the message you want to publish when you share your wishlist on Twitter "
930
  "and Pinterest"
931
  msgstr ""
932
 
933
- #: plugin-options/wishlist_page-options.php:209
934
  msgid "Social image URL"
935
  msgstr "Link na sliku za objave"
936
 
937
- #: plugin-options/wishlist_page-options.php:210
938
  msgid "It will be used to pin the wishlist on Pinterest."
939
  msgstr ""
940
 
941
- #: plugin-options/wishlist_page-options.php:229
942
  msgid "Default wishlist name"
943
  msgstr ""
944
 
945
- #: plugin-options/wishlist_page-options.php:230
946
  msgid ""
947
  "Enter a name for the default wishlist. This is the wishlist that will be "
948
  "automatically generated for all users if they do not create any custom one"
949
  msgstr ""
950
 
951
- #: plugin-options/wishlist_page-options.php:232
952
  #, fuzzy
953
  msgid "My wishlist"
954
  msgstr "Moja lista želja na %s"
955
 
956
- #: plugin-options/wishlist_page-options.php:237
957
  msgid "\"Add to cart\" text"
958
  msgstr ""
959
 
960
- #: plugin-options/wishlist_page-options.php:238
961
  msgid "Enter a text for the \"Add to cart\" button"
962
  msgstr ""
963
 
964
- #: plugin-options/wishlist_page-options.php:250
965
  msgid "Style & color customization"
966
  msgstr ""
967
 
968
- #: plugin-options/wishlist_page-options.php:257
969
  msgid "Style of \"Add to cart\""
970
  msgstr ""
971
 
972
- #: plugin-options/wishlist_page-options.php:258
973
  msgid "Choose whether to show a textual \"Add to cart\" link or a button"
974
  msgstr ""
975
 
976
- #: plugin-options/wishlist_page-options.php:271
977
  msgid "\"Add to cart\" button style"
978
  msgstr ""
979
 
980
- #: plugin-options/wishlist_page-options.php:277
981
  msgid "Choose the colors for the \"Add to cart\" button"
982
  msgstr ""
983
 
984
- #: plugin-options/wishlist_page-options.php:295
985
  msgid "Choose colors for the \"Add to cart\" button on hover state"
986
  msgstr ""
987
 
988
- #: plugin-options/wishlist_page-options.php:321
989
  msgid "Set the radius for the \"Add to cart\" button"
990
  msgstr ""
991
 
992
- #: plugin-options/wishlist_page-options.php:335
993
  msgid "\"Add to cart\" icon"
994
  msgstr ""
995
 
996
- #: plugin-options/wishlist_page-options.php:336
997
  msgid "Select an icon for the \"Add to cart\" button (optional)"
998
  msgstr ""
999
 
1000
- #: plugin-options/wishlist_page-options.php:351
1001
  msgid "\"Add to cart\" custom icon"
1002
  msgstr ""
1003
 
1004
- #: plugin-options/wishlist_page-options.php:352
1005
  msgid ""
1006
  "Upload an icon you'd like to use for the \"Add to cart\" button (suggested "
1007
  "32px x 32px)"
1008
  msgstr ""
1009
 
1010
- #: plugin-options/wishlist_page-options.php:360
1011
  msgid "Primary button style"
1012
  msgstr ""
1013
 
1014
- #: plugin-options/wishlist_page-options.php:366
1015
  msgid ""
1016
  "Choose colors for the primary button<br/><small>This style will be applied "
1017
  "to \"Edit title\" button on Wishlist view, \"Submit Changes\" button on "
1018
  "Manage view and \"Search wishlist\" button on Search view</small>"
1019
  msgstr ""
1020
 
1021
- #: plugin-options/wishlist_page-options.php:384
1022
  msgid ""
1023
  "Choose colors for the primary button on hover state<br/><small>This style "
1024
  "will be applied to \"Edit title\" button on Wishlist view, \"Submit Changes"
@@ -1026,326 +1003,326 @@ msgid ""
1026
  "small>"
1027
  msgstr ""
1028
 
1029
- #: plugin-options/wishlist_page-options.php:409
1030
  msgid "Secondary button style"
1031
  msgstr ""
1032
 
1033
- #: plugin-options/wishlist_page-options.php:415
1034
  #: plugin-options/wishlist_page-options.php:433
 
1035
  msgid ""
1036
  "Choose colors of the secondary button<br/><small>This style will be applied "
1037
  "to the buttons that allow showing and hiding the Edit title form on Wishlist "
1038
  "view and \"Create new Wishlist\" button on Manage view</small>"
1039
  msgstr ""
1040
 
1041
- #: plugin-options/wishlist_page-options.php:458
1042
  msgid "Wishlist table style"
1043
  msgstr ""
1044
 
1045
- #: plugin-options/wishlist_page-options.php:459
1046
  msgid ""
1047
  "Choose the colors for the wishlist table (when set to \"Traditional\" layout)"
1048
  msgstr ""
1049
 
1050
- #: plugin-options/wishlist_page-options.php:487
1051
  msgid "Highlight color"
1052
  msgstr ""
1053
 
1054
- #: plugin-options/wishlist_page-options.php:488
1055
  msgid ""
1056
  "Choose the color for all sections with background<br/><small>This color will "
1057
  "be used as background for the wishlist table heading and footer (when set to "
1058
  "\"Traditional\" layout), and for various form across wishlist views</small>"
1059
  msgstr ""
1060
 
1061
- #: plugin-options/wishlist_page-options.php:500
1062
  msgid "Share button text color"
1063
  msgstr ""
1064
 
1065
- #: plugin-options/wishlist_page-options.php:501
1066
  msgid "Choose colors for share buttons text"
1067
  msgstr ""
1068
 
1069
- #: plugin-options/wishlist_page-options.php:512
1070
  msgid "Text hover"
1071
  msgstr ""
1072
 
1073
- #: plugin-options/wishlist_page-options.php:525
1074
  msgid "Facebook share button icon"
1075
  msgstr ""
1076
 
1077
- #: plugin-options/wishlist_page-options.php:526
1078
  msgid "Select an icon for the Facebook share button"
1079
  msgstr ""
1080
 
1081
- #: plugin-options/wishlist_page-options.php:536
1082
  msgid "Facebook share button custom icon"
1083
  msgstr ""
1084
 
1085
- #: plugin-options/wishlist_page-options.php:537
1086
  msgid ""
1087
  "Upload an icon you'd like to use for Facebook share button (suggested 32px x "
1088
  "32px)"
1089
  msgstr ""
1090
 
1091
- #: plugin-options/wishlist_page-options.php:545
1092
  msgid "Facebook share button style"
1093
  msgstr ""
1094
 
1095
- #: plugin-options/wishlist_page-options.php:546
1096
  msgid "Choose colors for Facebook share button"
1097
  msgstr ""
1098
 
1099
- #: plugin-options/wishlist_page-options.php:557
1100
- #: plugin-options/wishlist_page-options.php:597
1101
- #: plugin-options/wishlist_page-options.php:637
1102
- #: plugin-options/wishlist_page-options.php:677
1103
- #: plugin-options/wishlist_page-options.php:717
1104
  msgid "Background hover"
1105
  msgstr ""
1106
 
1107
- #: plugin-options/wishlist_page-options.php:565
1108
  msgid "Twitter share button icon"
1109
  msgstr ""
1110
 
1111
- #: plugin-options/wishlist_page-options.php:566
1112
  msgid "Select an icon for the Twitter share button"
1113
  msgstr ""
1114
 
1115
- #: plugin-options/wishlist_page-options.php:576
1116
  msgid "Twitter share button custom icon"
1117
  msgstr ""
1118
 
1119
- #: plugin-options/wishlist_page-options.php:577
1120
  msgid ""
1121
  "Upload an icon you'd like to use for Twitter share button (suggested 32px x "
1122
  "32px)"
1123
  msgstr ""
1124
 
1125
- #: plugin-options/wishlist_page-options.php:585
1126
  msgid "Twitter share button style"
1127
  msgstr ""
1128
 
1129
- #: plugin-options/wishlist_page-options.php:586
1130
  msgid "Choose colors for Twitter share button"
1131
  msgstr ""
1132
 
1133
- #: plugin-options/wishlist_page-options.php:605
1134
  msgid "Pinterest share button icon"
1135
  msgstr ""
1136
 
1137
- #: plugin-options/wishlist_page-options.php:606
1138
  msgid "Select an icon for the Pinterest share button"
1139
  msgstr ""
1140
 
1141
- #: plugin-options/wishlist_page-options.php:616
1142
  msgid "Pinterest share button custom icon"
1143
  msgstr ""
1144
 
1145
- #: plugin-options/wishlist_page-options.php:617
1146
  msgid ""
1147
  "Upload an icon you'd like to use for Pinterest share button (suggested 32px "
1148
  "x 32px)"
1149
  msgstr ""
1150
 
1151
- #: plugin-options/wishlist_page-options.php:625
1152
  msgid "Pinterest share button style"
1153
  msgstr ""
1154
 
1155
- #: plugin-options/wishlist_page-options.php:626
1156
  msgid "Choose colors for Pinterest share button"
1157
  msgstr ""
1158
 
1159
- #: plugin-options/wishlist_page-options.php:645
1160
  msgid "Email share button icon"
1161
  msgstr ""
1162
 
1163
- #: plugin-options/wishlist_page-options.php:646
1164
  msgid "Select an icon for the Email share button"
1165
  msgstr ""
1166
 
1167
- #: plugin-options/wishlist_page-options.php:656
1168
  msgid "Email share button custom icon"
1169
  msgstr ""
1170
 
1171
- #: plugin-options/wishlist_page-options.php:657
1172
  msgid ""
1173
  "Upload an icon you'd like to use for the Email share button (suggested 32px "
1174
  "x 32px)"
1175
  msgstr ""
1176
 
1177
- #: plugin-options/wishlist_page-options.php:665
1178
  msgid "Email share button style"
1179
  msgstr ""
1180
 
1181
- #: plugin-options/wishlist_page-options.php:666
1182
  msgid "Choose colors for the Email share button"
1183
  msgstr ""
1184
 
1185
- #: plugin-options/wishlist_page-options.php:685
1186
  msgid "WhatsApp share button icon"
1187
  msgstr ""
1188
 
1189
- #: plugin-options/wishlist_page-options.php:686
1190
  msgid "Select an icon for the WhatsApp share button"
1191
  msgstr ""
1192
 
1193
- #: plugin-options/wishlist_page-options.php:696
1194
  msgid "WhatsApp share button custom icon"
1195
  msgstr ""
1196
 
1197
- #: plugin-options/wishlist_page-options.php:697
1198
  msgid ""
1199
  "Upload an icon you'd like to use for WhatsApp share button (suggested 32px x "
1200
  "32px)"
1201
  msgstr ""
1202
 
1203
- #: plugin-options/wishlist_page-options.php:705
1204
  msgid "WhatsApp share button style"
1205
  msgstr ""
1206
 
1207
- #: plugin-options/wishlist_page-options.php:706
1208
  msgid "Choose colors for WhatsApp share button"
1209
  msgstr ""
1210
 
1211
- #: templates/share.php:51 templates/share.php:52
1212
  msgid "Facebook"
1213
  msgstr ""
1214
 
1215
- #: templates/share.php:59 templates/share.php:60
1216
  msgid "Twitter"
1217
  msgstr ""
1218
 
1219
- #: templates/share.php:67 templates/share.php:68
1220
  msgid "Pinterest"
1221
  msgstr ""
1222
 
1223
- #: templates/share.php:75 templates/share.php:76
1224
  msgid "Email"
1225
  msgstr ""
1226
 
1227
- #: templates/share.php:83
1228
  msgid "WhatsApp"
1229
  msgstr ""
1230
 
1231
- #: templates/share.php:84
1232
  msgid "Whatsapp"
1233
  msgstr ""
1234
 
1235
- #: templates/share.php:93
1236
  msgid "(Now"
1237
  msgstr ""
1238
 
1239
- #: templates/share.php:93
1240
  msgid "copy"
1241
  msgstr ""
1242
 
1243
- #: templates/share.php:93
1244
  msgid "this wishlist link and share it anywhere)"
1245
  msgstr ""
1246
 
1247
- #: templates/wishlist-view-footer-mobile.php:44
1248
- #: templates/wishlist-view-footer.php:44
1249
  msgid "Apply this action to all the selected items:"
1250
  msgstr ""
1251
 
1252
- #: templates/wishlist-view-footer-mobile.php:49
1253
- #: templates/wishlist-view-footer.php:49
1254
  msgid "Remove from wishlist"
1255
  msgstr ""
1256
 
1257
  #. translators: 1. Wishlist formatted name.
1258
- #: templates/wishlist-view-footer-mobile.php:67
1259
- #: templates/wishlist-view-footer.php:67
1260
  msgid "Move to %s"
1261
  msgstr ""
1262
 
1263
- #: templates/wishlist-view-footer-mobile.php:73
1264
- #: templates/wishlist-view-footer.php:73
1265
  msgid "Apply"
1266
  msgstr ""
1267
 
1268
- #: templates/wishlist-view-footer-mobile.php:81
1269
- #: templates/wishlist-view-footer.php:81
1270
  msgid "Update"
1271
  msgstr ""
1272
 
1273
- #: templates/wishlist-view-footer-mobile.php:87
1274
- #: templates/wishlist-view-footer.php:103
1275
  msgid "Add all to cart"
1276
  msgstr ""
1277
 
1278
- #: templates/wishlist-view-header.php:48
1279
  msgid "Edit title"
1280
  msgstr "Uredi naslov"
1281
 
1282
- #: templates/wishlist-view-mobile.php:134
1283
  msgid "Added on:"
1284
  msgstr ""
1285
 
1286
- #: templates/wishlist-view-mobile.php:145
1287
  msgid "Price:"
1288
  msgstr ""
1289
 
1290
- #: templates/wishlist-view-mobile.php:172
1291
  msgid "Quantity:"
1292
  msgstr ""
1293
 
1294
- #: templates/wishlist-view-mobile.php:187
1295
  msgid "Stock:"
1296
  msgstr ""
1297
 
1298
- #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1299
  msgid "Out of stock"
1300
  msgstr ""
1301
 
1302
- #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1303
  msgid "In Stock"
1304
  msgstr "Na zalihi"
1305
 
1306
- #: templates/wishlist-view-mobile.php:210 templates/wishlist-view.php:260
1307
  msgid "Move"
1308
  msgstr "Premjesti"
1309
 
1310
- #: templates/wishlist-view-mobile.php:231 templates/wishlist-view.php:281
1311
  msgid "Move to another list &rsaquo;"
1312
  msgstr ""
1313
 
1314
- #: templates/wishlist-view-mobile.php:239 templates/wishlist-view.php:155
1315
- #: templates/wishlist-view.php:291
1316
  msgid "Remove this product"
1317
  msgstr "Obriši ovaj proizvod"
1318
 
1319
- #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:311
1320
  msgid "No products added to the wishlist"
1321
  msgstr ""
1322
 
1323
- #: templates/wishlist-view.php:79
1324
  msgid "Product name"
1325
  msgstr ""
1326
 
1327
- #: templates/wishlist-view.php:87
1328
  msgid "Unit price"
1329
  msgstr ""
1330
 
1331
- #: templates/wishlist-view.php:96
1332
  msgid "Quantity"
1333
  msgstr ""
1334
 
1335
- #: templates/wishlist-view.php:105
1336
  msgid "Stock status"
1337
  msgstr ""
1338
 
1339
- #: templates/wishlist-view.php:123
1340
  msgid "Arrange"
1341
  msgstr ""
1342
 
1343
  #. translators: date added label: 1 date added.
1344
- #: templates/wishlist-view.php:241
1345
  msgid "Added on: %s"
1346
  msgstr ""
1347
 
1348
- #: templates/wishlist-view.php:291
1349
  msgid "Remove"
1350
  msgstr "Obriši"
1351
 
@@ -1358,7 +1335,7 @@ msgid ""
1358
  "your e-commerce on <strong>YITH</strong></a>"
1359
  msgstr ""
1360
 
1361
- #: includes/class-yith-wcwl-admin.php:259
1362
  msgctxt "[HELP TAB] Video title"
1363
  msgid ""
1364
  "Check this video to learn how to <b>configure wishlist and customize options:"
@@ -1370,7 +1347,7 @@ msgctxt "page_slug"
1370
  msgid "wishlist"
1371
  msgstr ""
1372
 
1373
- #: includes/class-yith-wcwl-privacy.php:230
1374
  msgctxt "date when wishlist was created"
1375
  msgid "Created on"
1376
  msgstr ""
@@ -1396,7 +1373,7 @@ msgid "Shows a list of products in wishlist"
1396
  msgstr ""
1397
 
1398
  #. translators: 1. % of reduction/increase in price.
1399
- #: includes/class-yith-wcwl-wishlist-item.php:435
1400
  msgctxt ""
1401
  "Part of the template that shows price variation since addition to list; "
1402
  "placeholder will be replaced with a percentage"
@@ -1404,7 +1381,7 @@ msgid "Price is %1$s%%"
1404
  msgstr ""
1405
 
1406
  #. translators: 2: original product price.
1407
- #: includes/class-yith-wcwl-wishlist-item.php:437
1408
  msgctxt ""
1409
  "Part of the template that shows price variation since addition to list; "
1410
  "placeholder will be replaced with a price"
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
+ "POT-Creation-Date: 2022-08-04 12:20:46+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:05+0200\n"
10
  "Last-Translator: \n"
11
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
29
  msgid "Wishlist Page"
30
  msgstr "Privatna lista želja"
31
 
32
+ #: includes/class-yith-wcwl-admin.php:155
33
  msgid "General settings"
34
  msgstr ""
35
 
36
+ #: includes/class-yith-wcwl-admin.php:156
37
  msgid "Add to wishlist options"
38
  msgstr ""
39
 
40
+ #: includes/class-yith-wcwl-admin.php:157
41
  msgid "Wishlist page options"
42
  msgstr ""
43
 
44
+ #: includes/class-yith-wcwl-admin.php:268
45
  msgid ""
46
  "Allows your customers to create and share lists of products that they want "
47
  "to purchase on your e-commerce."
48
  msgstr ""
49
 
50
+ #: includes/class-yith-wcwl-admin.php:308
51
  msgid ""
52
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
53
  msgstr ""
54
 
55
+ #: includes/class-yith-wcwl-admin.php:309
56
  msgid ""
57
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
58
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
59
  "on \"Add to wishlist\""
60
  msgstr ""
61
 
62
+ #: includes/class-yith-wcwl-admin.php:310
63
  msgid ""
64
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
65
  "them either public (visible to everyone), private or shared (visible only to "
66
  "people it has been shared with)"
67
  msgstr ""
68
 
69
+ #: includes/class-yith-wcwl-admin.php:311
70
  msgid ""
71
  "Choose between <b>different layouts</b> for the wishlist page and for the "
72
  "wishlist content"
73
  msgstr ""
74
 
75
+ #: includes/class-yith-wcwl-admin.php:312
76
  msgid ""
77
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
78
  "move a product from one wishlist to another, change order of items, "
79
  "quantity, etc."
80
  msgstr ""
81
 
82
+ #: includes/class-yith-wcwl-admin.php:313
83
  msgid ""
84
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
85
  "content of their wishlist to the admin and get a custom quote"
86
  msgstr ""
87
 
88
+ #: includes/class-yith-wcwl-admin.php:314
89
  msgid ""
90
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
91
  "(available also with \"mini-cart\" style for the header)"
92
  msgstr ""
93
 
94
+ #: includes/class-yith-wcwl-admin.php:315
95
  msgid ""
96
+ "<b>Send promotional emails to users</b> who have added specific products to "
 
97
  "their wishlist"
98
  msgstr ""
99
 
100
+ #: includes/class-yith-wcwl-admin.php:316
101
  msgid ""
102
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
103
  "the list is back in stock or on sale"
104
  msgstr ""
105
 
106
+ #: includes/class-yith-wcwl-admin.php:317
107
  msgid "Regular updates, Translations and Premium Support"
108
  msgstr ""
109
 
110
+ #: includes/class-yith-wcwl-ajax-handler.php:94
111
+ #: templates/add-to-wishlist-remove.php:81
112
  msgid "View &rsaquo;"
113
  msgstr ""
114
 
115
+ #: includes/class-yith-wcwl-ajax-handler.php:95
116
+ #: templates/add-to-wishlist-remove.php:69
117
  msgid "or"
118
  msgstr ""
119
 
120
+ #: includes/class-yith-wcwl-ajax-handler.php:96
121
  msgid "Close"
122
  msgstr ""
123
 
124
+ #: includes/class-yith-wcwl-ajax-handler.php:203
125
+ #: includes/class-yith-wcwl-ajax-handler.php:252
126
  msgid "Product successfully removed."
127
  msgstr "Proizvod uspješno obrisan."
128
 
129
+ #: includes/class-yith-wcwl-form-handler.php:193
130
  msgid "Please, make sure to enter a valid title"
131
  msgstr ""
132
 
133
+ #: includes/class-yith-wcwl-frontend.php:674
134
  msgid ""
135
  "We are sorry, but this feature is available only if cookies on your browser "
136
  "are enabled."
137
  msgstr ""
138
 
139
+ #: includes/class-yith-wcwl-frontend.php:684
140
  msgid "Product added to cart successfully"
141
  msgstr ""
142
 
143
+ #: includes/class-yith-wcwl-frontend.php:947
144
+ #: includes/class-yith-wcwl-shortcode.php:248
145
+ #: plugin-options/wishlist_page-options.php:249
146
+ #: templates/wishlist-view-footer-mobile.php:59
147
+ #: templates/wishlist-view-footer.php:59
148
  msgid "Add to cart"
149
  msgstr ""
150
 
192
  "for the products you love."
193
  msgstr ""
194
 
195
+ #: includes/class-yith-wcwl-privacy.php:94
196
+ #: includes/class-yith-wcwl-privacy.php:110
197
  msgid "Customer wishlists"
198
  msgstr ""
199
 
200
+ #: includes/class-yith-wcwl-privacy.php:147 plugin-options/lists-options.php:34
201
+ #: plugin-options/lists-options.php:41
202
  msgid "Wishlists"
203
  msgstr "Lista želja"
204
 
205
  #. Translators: %s Order number.
206
+ #: includes/class-yith-wcwl-privacy.php:233
207
  msgid "Removed wishlist %s."
208
  msgstr "Moja lista želja na %s"
209
 
210
  #. Translators: %s Order number.
211
+ #: includes/class-yith-wcwl-privacy.php:237
212
  msgid "Wishlist %s has been retained."
213
  msgstr ""
214
 
215
+ #: includes/class-yith-wcwl-privacy.php:272
216
  msgid "Token"
217
  msgstr ""
218
 
219
+ #: includes/class-yith-wcwl-privacy.php:273
220
  msgid "Wishlist URL"
221
  msgstr ""
222
 
223
+ #: includes/class-yith-wcwl-privacy.php:274
224
  msgid "Title"
225
  msgstr ""
226
 
227
+ #: includes/class-yith-wcwl-privacy.php:276
228
  msgid "Visibility"
229
  msgstr ""
230
 
231
+ #: includes/class-yith-wcwl-privacy.php:277
232
  msgid "Items added"
233
  msgstr ""
234
 
295
  msgid "ID of the wishlist to show (e.g. K6EOWXB888ZD)"
296
  msgstr ""
297
 
298
+ #: includes/class-yith-wcwl-shortcode.php:452
299
  msgid "Share on:"
300
  msgstr "Podijeli na:"
301
 
302
+ #: includes/class-yith-wcwl-shortcode.php:498
303
+ #: plugin-options/wishlist_page-options.php:147
304
  msgid "Share on Facebook"
305
  msgstr "Podijeli na Facebooku"
306
 
307
+ #: includes/class-yith-wcwl-shortcode.php:515
308
+ #: plugin-options/wishlist_page-options.php:156
309
  msgid "Tweet on Twitter"
310
  msgstr "Tweet-aj na Twitteru"
311
 
312
+ #: includes/class-yith-wcwl-shortcode.php:533
313
+ #: plugin-options/wishlist_page-options.php:165
314
  msgid "Pin on Pinterest"
315
  msgstr "Pinaj na Pinterestu"
316
 
317
+ #: includes/class-yith-wcwl-shortcode.php:547
318
  msgid "Share via email"
319
  msgstr ""
320
 
321
+ #: includes/class-yith-wcwl-shortcode.php:570
322
+ #: plugin-options/wishlist_page-options.php:183
323
  msgid "Share on WhatsApp"
324
  msgstr ""
325
 
326
+ #: includes/class-yith-wcwl-shortcode.php:744
327
  msgid "Remove from list"
328
  msgstr ""
329
 
330
+ #: includes/class-yith-wcwl-wishlist-item.php:203
331
  msgid "Free!"
332
  msgstr "Besplatno!"
333
 
334
+ #: includes/class-yith-wcwl.php:232
335
  msgid "The item cannot be added to this wishlist"
336
  msgstr ""
337
 
338
+ #: includes/class-yith-wcwl.php:236 includes/class-yith-wcwl.php:242
339
  msgid "An error occurred while adding the products to the wishlist."
340
  msgstr ""
341
 
342
+ #: includes/class-yith-wcwl.php:339 includes/class-yith-wcwl.php:365
343
  msgid "Error. Unable to remove the product from the wishlist."
344
  msgstr "Greška. Proizvod se ne može obrisati iz liste želja."
345
 
346
+ #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:250
347
+ #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:272
348
  msgid "Invalid wishlist."
349
  msgstr ""
350
 
351
+ #: includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:210
352
  msgid "Invalid wishlist item."
353
  msgstr ""
354
 
355
  #. translators: 1. Number of users.
356
+ #: includes/functions-yith-wcwl.php:309
357
  msgid "%d user"
358
  msgid_plural "%d users"
359
  msgstr[0] ""
360
  msgstr[1] ""
361
  msgstr[2] ""
362
 
363
+ #: includes/functions-yith-wcwl.php:310
364
  msgid "has this item in wishlist"
365
  msgid_plural "have this item in wishlist"
366
  msgstr[0] ""
367
  msgstr[1] ""
368
  msgstr[2] ""
369
 
370
+ #: includes/functions-yith-wcwl.php:312
371
  msgid "You're the first"
372
  msgstr ""
373
 
374
+ #: includes/functions-yith-wcwl.php:313
375
  msgid "to add this item in wishlist"
376
  msgstr ""
377
 
378
  #. translators: 1. Count of users when many, or "another" when only one.
379
+ #: includes/functions-yith-wcwl.php:317
380
  msgid "You and %s user"
381
  msgid_plural "You and %d users"
382
  msgstr[0] ""
383
  msgstr[1] ""
384
  msgstr[2] ""
385
 
386
+ #: includes/functions-yith-wcwl.php:317
387
  msgid "another"
388
  msgstr ""
389
 
390
+ #: includes/functions-yith-wcwl.php:318
391
  msgid "have this item in wishlist"
392
  msgstr ""
393
 
394
+ #: includes/functions-yith-wcwl.php:534
395
  msgid "None"
396
  msgstr ""
397
 
398
+ #: includes/functions-yith-wcwl.php:535
399
  #, fuzzy
400
  msgid "Custom"
401
  msgstr "Prilagođeni CSS"
402
 
403
+ #: includes/functions-yith-wcwl.php:567
404
  msgid "Shared"
405
  msgstr "Podijeljeno"
406
 
407
+ #: includes/functions-yith-wcwl.php:571
408
  msgid "Only people with a link to this list can see it"
409
  msgstr ""
410
 
411
+ #: includes/functions-yith-wcwl.php:577
412
  msgid "Private"
413
  msgstr "Privatno"
414
 
415
+ #: includes/functions-yith-wcwl.php:581
416
  msgid "Only you can see this list"
417
  msgstr ""
418
 
419
+ #: includes/functions-yith-wcwl.php:587
420
  msgid "Public"
421
  msgstr "Javno"
422
 
423
+ #: includes/functions-yith-wcwl.php:591
424
  msgid "Anyone can search for and see this list"
425
  msgstr ""
426
 
427
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:118
428
+ #: plugin-options/add_to_wishlist-options.php:136
429
  msgid "Add to wishlist"
430
  msgstr ""
431
 
432
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:128
433
+ #: plugin-options/add_to_wishlist-options.php:152
434
  msgid "Browse wishlist"
435
  msgstr ""
436
 
444
  msgid "Product added to wishlist"
445
  msgstr "Tekst za \"Proizvod je već dodan u listu želja\""
446
 
447
+ #: init.php:173
448
  #, fuzzy
449
  msgid "is enabled but not effective. It requires WooCommerce to work."
450
  msgstr ""
451
  "YITH WooCommerce Lista želja je uključena ali nije omogućena. Zahtjeva "
452
  "WooCommerce dodatak da bi mogla raditi."
453
 
454
+ #: init.php:191
455
+ msgid ""
456
+ "YITH WooCommerce Wishlist was deactivated as you're running an higher tier "
457
+ "version of the same plugin."
 
 
458
  msgstr ""
459
 
460
+ #: plugin-options/add_to_wishlist-options.php:29
461
+ #: plugin-options/settings-options.php:32
462
  msgid "General Settings"
463
  msgstr "Osnovne postavke"
464
 
465
+ #: plugin-options/add_to_wishlist-options.php:36
466
  msgid "After product is added to wishlist"
467
  msgstr ""
468
 
469
+ #: plugin-options/add_to_wishlist-options.php:37
470
  msgid ""
471
  "Choose the look of the Wishlist button when the product has already been "
472
  "added to a wishlist"
473
  msgstr ""
474
 
475
+ #: plugin-options/add_to_wishlist-options.php:41
476
  #, fuzzy
477
  msgid "Show \"Add to wishlist\" button"
478
  msgstr "Tekst za \"Proizvod je već dodan u listu želja\""
479
 
480
+ #: plugin-options/add_to_wishlist-options.php:42
481
  msgid "Show \"View wishlist\" link"
482
  msgstr ""
483
 
484
+ #: plugin-options/add_to_wishlist-options.php:43
485
  msgid "Show \"Remove from list\" link"
486
  msgstr ""
487
 
488
+ #: plugin-options/add_to_wishlist-options.php:57
489
  msgid "Loop settings"
490
  msgstr ""
491
 
492
+ #: plugin-options/add_to_wishlist-options.php:59
493
  msgid ""
494
  "Loop options will be visible on Shop page, category pages, product "
495
  "shortcodes, products sliders, and all the other places where the WooCommerce "
496
  "products' loop is used"
497
  msgstr ""
498
 
499
+ #: plugin-options/add_to_wishlist-options.php:64
500
  msgid "Show \"Add to wishlist\" in loop"
501
  msgstr ""
502
 
503
+ #: plugin-options/add_to_wishlist-options.php:65
504
  msgid "Enable the \"Add to wishlist\" feature in WooCommerce products' loop"
505
  msgstr ""
506
 
507
+ #: plugin-options/add_to_wishlist-options.php:73
508
  msgid "Position of \"Add to wishlist\" in loop"
509
  msgstr ""
510
 
511
+ #: plugin-options/add_to_wishlist-options.php:74
512
  msgid ""
513
  "Choose where to show \"Add to wishlist\" button or link in WooCommerce "
514
  "products' loop. <span class=\"addon\">Copy this shortcode <span class=\"code"
516
  "want to show the \"Add to wishlist\" link or button</span>"
517
  msgstr ""
518
 
519
+ #: plugin-options/add_to_wishlist-options.php:81
520
  msgid "On top of the image"
521
  msgstr ""
522
 
523
+ #: plugin-options/add_to_wishlist-options.php:82
524
  msgid "Before \"Add to cart\" button"
525
  msgstr ""
526
 
527
+ #: plugin-options/add_to_wishlist-options.php:83
528
  msgid "After \"Add to cart\" button"
529
  msgstr ""
530
 
531
+ #: plugin-options/add_to_wishlist-options.php:84
532
+ #: plugin-options/add_to_wishlist-options.php:116
533
  msgid "Use shortcode"
534
  msgstr "Koristi shorcode"
535
 
536
+ #: plugin-options/add_to_wishlist-options.php:98
537
  msgid "Product page settings"
538
  msgstr ""
539
 
540
+ #: plugin-options/add_to_wishlist-options.php:105
541
  msgid "Position of \"Add to wishlist\" on product page"
542
  msgstr ""
543
 
544
+ #: plugin-options/add_to_wishlist-options.php:106
545
  msgid ""
546
  "Choose where to show \"Add to wishlist\" button or link on the product page. "
547
  "<span class=\"addon\">Copy this shortcode <span class=\"code"
549
  "want to show the \"Add to wishlist\" link or button</span>"
550
  msgstr ""
551
 
552
+ #: plugin-options/add_to_wishlist-options.php:113
553
  msgid "After \"Add to cart\""
554
  msgstr "Nakon \"Dodaj u košaricu\""
555
 
556
+ #: plugin-options/add_to_wishlist-options.php:114
557
  msgid "After thumbnails"
558
  msgstr "Nakon minijatura"
559
 
560
+ #: plugin-options/add_to_wishlist-options.php:115
561
  msgid "After summary"
562
  msgstr "Nakon sažetka"
563
 
564
+ #: plugin-options/add_to_wishlist-options.php:126
565
+ #: plugin-options/wishlist_page-options.php:231
566
  msgid "Text customization"
567
  msgstr ""
568
 
569
+ #: plugin-options/add_to_wishlist-options.php:133
570
  msgid "\"Add to wishlist\" text"
571
  msgstr ""
572
 
573
+ #: plugin-options/add_to_wishlist-options.php:134
574
  msgid "Enter a text for \"Add to wishlist\" button"
575
  msgstr ""
576
 
577
+ #: plugin-options/add_to_wishlist-options.php:141
578
  msgid "\"Product added\" text"
579
  msgstr "Tekst za \"Proizvod je dodan\""
580
 
581
+ #: plugin-options/add_to_wishlist-options.php:142
582
  msgid ""
583
  "Enter the text of the message displayed when the user adds a product to the "
584
  "wishlist"
585
  msgstr ""
586
 
587
+ #: plugin-options/add_to_wishlist-options.php:144
588
  msgid "Product added!"
589
  msgstr "Proizvod je dodan!"
590
 
591
+ #: plugin-options/add_to_wishlist-options.php:149
592
  msgid "\"Browse wishlist\" text"
593
  msgstr "Tekst za \"Pregledaj listu želja\""
594
 
595
+ #: plugin-options/add_to_wishlist-options.php:150
596
  msgid "Enter a text for the \"Browse wishlist\" link on the product page"
597
  msgstr ""
598
 
599
+ #: plugin-options/add_to_wishlist-options.php:157
600
  msgid "\"Product already in wishlist\" text"
601
  msgstr "Tekst za \"Proizvod je već dodan u listu želja\""
602
 
603
+ #: plugin-options/add_to_wishlist-options.php:158
604
  msgid ""
605
  "Enter the text for the message displayed when the user views a product that "
606
  "is already in the wishlist"
607
  msgstr ""
608
 
609
+ #: plugin-options/add_to_wishlist-options.php:160
610
  msgid "The product is already in your wishlist!"
611
  msgstr ""
612
 
613
+ #: plugin-options/add_to_wishlist-options.php:170
614
  msgid "Style & Color customization"
615
  msgstr ""
616
 
617
+ #: plugin-options/add_to_wishlist-options.php:177
618
  msgid "Style of \"Add to wishlist\""
619
  msgstr ""
620
 
621
+ #: plugin-options/add_to_wishlist-options.php:178
622
  msgid ""
623
  "Choose if you want to show a textual \"Add to wishlist\" link or a button"
624
  msgstr ""
625
 
626
+ #: plugin-options/add_to_wishlist-options.php:181
627
+ #: plugin-options/wishlist_page-options.php:270
628
  msgid "Textual (anchor)"
629
  msgstr ""
630
 
631
+ #: plugin-options/add_to_wishlist-options.php:182
632
+ #: plugin-options/wishlist_page-options.php:271
633
  msgid "Button with theme style"
634
  msgstr ""
635
 
636
+ #: plugin-options/add_to_wishlist-options.php:183
637
+ #: plugin-options/wishlist_page-options.php:272
638
  msgid "Button with custom style"
639
  msgstr ""
640
 
641
+ #: plugin-options/add_to_wishlist-options.php:191
642
  msgid "\"Add to wishlist\" button style"
643
  msgstr ""
644
 
645
+ #: plugin-options/add_to_wishlist-options.php:197
646
  msgid "Choose colors for the \"Add to wishlist\" button"
647
  msgstr ""
648
 
649
+ #: plugin-options/add_to_wishlist-options.php:199
650
+ #: plugin-options/wishlist_page-options.php:288
651
+ #: plugin-options/wishlist_page-options.php:386
652
+ #: plugin-options/wishlist_page-options.php:435
653
+ #: plugin-options/wishlist_page-options.php:483
654
+ #: plugin-options/wishlist_page-options.php:570
655
+ #: plugin-options/wishlist_page-options.php:610
656
+ #: plugin-options/wishlist_page-options.php:650
657
+ #: plugin-options/wishlist_page-options.php:690
658
+ #: plugin-options/wishlist_page-options.php:730
659
  msgid "Background"
660
  msgstr "Pozadina"
661
 
662
+ #: plugin-options/add_to_wishlist-options.php:204
663
+ #: plugin-options/wishlist_page-options.php:293
664
+ #: plugin-options/wishlist_page-options.php:391
665
+ #: plugin-options/wishlist_page-options.php:440
666
+ #: plugin-options/wishlist_page-options.php:488
667
+ #: plugin-options/wishlist_page-options.php:525
668
  msgid "Text"
669
  msgstr "Tekst"
670
 
671
+ #: plugin-options/add_to_wishlist-options.php:209
672
+ #: plugin-options/wishlist_page-options.php:298
673
+ #: plugin-options/wishlist_page-options.php:396
674
+ #: plugin-options/wishlist_page-options.php:445
675
+ #: plugin-options/wishlist_page-options.php:493
676
  msgid "Border"
677
  msgstr "Obrub"
678
 
679
+ #: plugin-options/add_to_wishlist-options.php:215
680
  msgid "Choose colors for the \"Add to wishlist\" button on hover state"
681
  msgstr ""
682
 
683
+ #: plugin-options/add_to_wishlist-options.php:217
684
+ #: plugin-options/wishlist_page-options.php:306
685
+ #: plugin-options/wishlist_page-options.php:404
686
+ #: plugin-options/wishlist_page-options.php:453
687
  msgid "Background Hover"
688
  msgstr ""
689
 
690
+ #: plugin-options/add_to_wishlist-options.php:222
691
+ #: plugin-options/wishlist_page-options.php:311
692
+ #: plugin-options/wishlist_page-options.php:409
693
+ #: plugin-options/wishlist_page-options.php:458
694
  msgid "Text Hover"
695
  msgstr ""
696
 
697
+ #: plugin-options/add_to_wishlist-options.php:227
698
+ #: plugin-options/wishlist_page-options.php:316
699
+ #: plugin-options/wishlist_page-options.php:414
700
+ #: plugin-options/wishlist_page-options.php:463
701
  msgid "Border Hover"
702
  msgstr ""
703
 
704
+ #: plugin-options/add_to_wishlist-options.php:240
705
+ #: plugin-options/wishlist_page-options.php:329
706
  msgid "Border radius"
707
  msgstr ""
708
 
709
+ #: plugin-options/add_to_wishlist-options.php:241
710
  msgid "Choose radius for the \"Add to wishlist\" button"
711
  msgstr ""
712
 
713
+ #: plugin-options/add_to_wishlist-options.php:255
714
  msgid "\"Add to wishlist\" icon"
715
  msgstr ""
716
 
717
+ #: plugin-options/add_to_wishlist-options.php:256
718
  msgid "Select an icon for the \"Add to wishlist\" button (optional)"
719
  msgstr ""
720
 
721
+ #: plugin-options/add_to_wishlist-options.php:275
722
  msgid "\"Add to wishlist\" custom icon"
723
  msgstr ""
724
 
725
+ #: plugin-options/add_to_wishlist-options.php:276
726
+ #: plugin-options/add_to_wishlist-options.php:309
727
  msgid ""
728
  "Upload an icon you'd like to use for \"Add to wishlist\" button (suggested "
729
  "32px x 32px)"
730
  msgstr ""
731
 
732
+ #: plugin-options/add_to_wishlist-options.php:288
733
  msgid "\"Added to wishlist\" icon"
734
  msgstr ""
735
 
736
+ #: plugin-options/add_to_wishlist-options.php:289
737
  msgid "Select an icon for the \"Added to wishlist\" button (optional)"
738
  msgstr ""
739
 
740
+ #: plugin-options/add_to_wishlist-options.php:304
741
  msgid "Same used for Add to wishlist"
742
  msgstr ""
743
 
744
+ #: plugin-options/add_to_wishlist-options.php:308
745
  msgid "\"Added to wishlist\" custom icon"
746
  msgstr ""
747
 
748
+ #: plugin-options/add_to_wishlist-options.php:321
749
  msgid "Custom CSS"
750
  msgstr "Prilagođeni CSS"
751
 
752
+ #: plugin-options/add_to_wishlist-options.php:322
753
  msgid "Enter custom CSS to be applied to Wishlist elements (optional)"
754
  msgstr ""
755
 
756
+ #: plugin-options/lists-options.php:43
757
  #, fuzzy
758
  msgid "Search list"
759
  msgstr "Pretraga listi želja"
760
 
761
+ #: plugin-options/settings-options.php:39
 
 
 
 
 
 
 
 
762
  msgid "Enable AJAX loading"
763
  msgstr ""
764
 
765
+ #: plugin-options/settings-options.php:40
766
  msgid "Load any cacheable wishlist item via AJAX"
767
  msgstr ""
768
 
769
+ #: plugin-options/settings-options.php:54
770
  msgid "YITH WooCommerce Frequently Bought Together Integration"
771
  msgstr "YITH WooCommerse skupna Integracija"
772
 
773
+ #: plugin-options/settings-options.php:60
 
 
 
 
 
 
 
 
774
  msgid "Enable slider in wishlist"
775
  msgstr "Omogući slider u listi želja"
776
 
777
+ #. translators: 1. Example image of the integration.
778
+ #: plugin-options/settings-options.php:62
 
779
  msgid ""
780
  "Enable the slider with linked products on the Wishlist page (<a href=\"%1$s"
781
+ "\" class=\"thickbox\">Example</a>)."
782
  msgstr ""
783
 
784
+ #: plugin-options/wishlist_page-options.php:28
785
+ #: plugin-options/wishlist_page-options.php:35
 
 
 
786
  msgid "Wishlist page"
787
  msgstr ""
788
 
789
+ #: plugin-options/wishlist_page-options.php:36
790
  msgid ""
791
  "Pick a page as the main Wishlist page; make sure you add the <span class="
792
  "\"code\"><code>[yith_wcwl_wishlist]</code></span> shortcode into the page "
793
  "content"
794
  msgstr ""
795
 
796
+ #: plugin-options/wishlist_page-options.php:49
797
  msgid "Wishlist Detail Page"
798
  msgstr ""
799
 
 
800
  #: plugin-options/wishlist_page-options.php:56
801
  #: plugin-options/wishlist_page-options.php:65
802
  #: plugin-options/wishlist_page-options.php:74
803
  #: plugin-options/wishlist_page-options.php:83
804
  #: plugin-options/wishlist_page-options.php:92
805
  #: plugin-options/wishlist_page-options.php:101
806
+ #: plugin-options/wishlist_page-options.php:110
807
  msgid "In wishlist table show"
808
  msgstr ""
809
 
810
+ #: plugin-options/wishlist_page-options.php:57
811
  msgid "Product variations selected by the user (example: size or color)"
812
  msgstr ""
813
 
814
+ #: plugin-options/wishlist_page-options.php:66
815
  msgid "Product price"
816
  msgstr ""
817
 
818
+ #: plugin-options/wishlist_page-options.php:75
819
  msgid "Product stock (show if the product is available or not)"
820
  msgstr ""
821
 
822
+ #: plugin-options/wishlist_page-options.php:84
823
  msgid "Date on which the product was added to the wishlist"
824
  msgstr ""
825
 
826
+ #: plugin-options/wishlist_page-options.php:93
827
  msgid "Add to cart option for each product"
828
  msgstr ""
829
 
830
+ #: plugin-options/wishlist_page-options.php:102
831
  msgid ""
832
  "Icon to remove the product from the wishlist - to the left of the product"
833
  msgstr ""
834
 
835
+ #: plugin-options/wishlist_page-options.php:111
836
  msgid ""
837
  "Button to remove the product from the wishlist - to the right of the product"
838
  msgstr ""
839
 
840
+ #: plugin-options/wishlist_page-options.php:119
841
  msgid "Redirect to cart"
842
  msgstr "Preusmjeri na košaricu"
843
 
844
+ #: plugin-options/wishlist_page-options.php:120
845
  msgid ""
846
  "Redirect users to the cart page when they add a product to the cart from the "
847
  "wishlist page"
848
  msgstr ""
849
 
850
+ #: plugin-options/wishlist_page-options.php:128
851
  msgid "Remove if added to the cart"
852
  msgstr "Obriši ako je dodan u košaricu"
853
 
854
+ #: plugin-options/wishlist_page-options.php:129
855
  msgid ""
856
  "Remove the product from the wishlist after it has been added to the cart"
857
  msgstr ""
858
 
859
+ #: plugin-options/wishlist_page-options.php:137
860
  msgid "Share wishlist"
861
  msgstr ""
862
 
863
+ #: plugin-options/wishlist_page-options.php:138
864
  msgid "Enable this option to let users share their wishlist on social media"
865
  msgstr ""
866
 
 
867
  #: plugin-options/wishlist_page-options.php:146
868
  #: plugin-options/wishlist_page-options.php:155
869
  #: plugin-options/wishlist_page-options.php:164
870
  #: plugin-options/wishlist_page-options.php:173
871
+ #: plugin-options/wishlist_page-options.php:182
872
  msgid "Share on social media"
873
  msgstr ""
874
 
875
+ #: plugin-options/wishlist_page-options.php:174
876
  msgid "Share by email"
877
  msgstr ""
878
 
879
+ #: plugin-options/wishlist_page-options.php:191
880
  msgid "Share by URL"
881
  msgstr ""
882
 
883
+ #: plugin-options/wishlist_page-options.php:192
884
  msgid "Show \"Share URL\" field on wishlist page"
885
  msgstr ""
886
 
887
+ #: plugin-options/wishlist_page-options.php:200
888
  msgid "Sharing title"
889
  msgstr ""
890
 
891
+ #: plugin-options/wishlist_page-options.php:201
892
  msgid "Wishlist title used for sharing (only used on Twitter and Pinterest)"
893
  msgstr ""
894
 
895
  #. translators: 1. Blog name.
896
+ #: plugin-options/wishlist_page-options.php:204
897
  msgid "My wishlist on %s"
898
  msgstr "Moja lista želja na %s"
899
 
900
+ #: plugin-options/wishlist_page-options.php:209
901
  msgid "Social text"
902
  msgstr "Tekst za objavu"
903
 
904
+ #: plugin-options/wishlist_page-options.php:210
905
  msgid ""
906
  "Type the message you want to publish when you share your wishlist on Twitter "
907
  "and Pinterest"
908
  msgstr ""
909
 
910
+ #: plugin-options/wishlist_page-options.php:218
911
  msgid "Social image URL"
912
  msgstr "Link na sliku za objave"
913
 
914
+ #: plugin-options/wishlist_page-options.php:219
915
  msgid "It will be used to pin the wishlist on Pinterest."
916
  msgstr ""
917
 
918
+ #: plugin-options/wishlist_page-options.php:238
919
  msgid "Default wishlist name"
920
  msgstr ""
921
 
922
+ #: plugin-options/wishlist_page-options.php:239
923
  msgid ""
924
  "Enter a name for the default wishlist. This is the wishlist that will be "
925
  "automatically generated for all users if they do not create any custom one"
926
  msgstr ""
927
 
928
+ #: plugin-options/wishlist_page-options.php:241
929
  #, fuzzy
930
  msgid "My wishlist"
931
  msgstr "Moja lista želja na %s"
932
 
933
+ #: plugin-options/wishlist_page-options.php:246
934
  msgid "\"Add to cart\" text"
935
  msgstr ""
936
 
937
+ #: plugin-options/wishlist_page-options.php:247
938
  msgid "Enter a text for the \"Add to cart\" button"
939
  msgstr ""
940
 
941
+ #: plugin-options/wishlist_page-options.php:259
942
  msgid "Style & color customization"
943
  msgstr ""
944
 
945
+ #: plugin-options/wishlist_page-options.php:266
946
  msgid "Style of \"Add to cart\""
947
  msgstr ""
948
 
949
+ #: plugin-options/wishlist_page-options.php:267
950
  msgid "Choose whether to show a textual \"Add to cart\" link or a button"
951
  msgstr ""
952
 
953
+ #: plugin-options/wishlist_page-options.php:280
954
  msgid "\"Add to cart\" button style"
955
  msgstr ""
956
 
957
+ #: plugin-options/wishlist_page-options.php:286
958
  msgid "Choose the colors for the \"Add to cart\" button"
959
  msgstr ""
960
 
961
+ #: plugin-options/wishlist_page-options.php:304
962
  msgid "Choose colors for the \"Add to cart\" button on hover state"
963
  msgstr ""
964
 
965
+ #: plugin-options/wishlist_page-options.php:330
966
  msgid "Set the radius for the \"Add to cart\" button"
967
  msgstr ""
968
 
969
+ #: plugin-options/wishlist_page-options.php:344
970
  msgid "\"Add to cart\" icon"
971
  msgstr ""
972
 
973
+ #: plugin-options/wishlist_page-options.php:345
974
  msgid "Select an icon for the \"Add to cart\" button (optional)"
975
  msgstr ""
976
 
977
+ #: plugin-options/wishlist_page-options.php:369
978
  msgid "\"Add to cart\" custom icon"
979
  msgstr ""
980
 
981
+ #: plugin-options/wishlist_page-options.php:370
982
  msgid ""
983
  "Upload an icon you'd like to use for the \"Add to cart\" button (suggested "
984
  "32px x 32px)"
985
  msgstr ""
986
 
987
+ #: plugin-options/wishlist_page-options.php:378
988
  msgid "Primary button style"
989
  msgstr ""
990
 
991
+ #: plugin-options/wishlist_page-options.php:384
992
  msgid ""
993
  "Choose colors for the primary button<br/><small>This style will be applied "
994
  "to \"Edit title\" button on Wishlist view, \"Submit Changes\" button on "
995
  "Manage view and \"Search wishlist\" button on Search view</small>"
996
  msgstr ""
997
 
998
+ #: plugin-options/wishlist_page-options.php:402
999
  msgid ""
1000
  "Choose colors for the primary button on hover state<br/><small>This style "
1001
  "will be applied to \"Edit title\" button on Wishlist view, \"Submit Changes"
1003
  "small>"
1004
  msgstr ""
1005
 
1006
+ #: plugin-options/wishlist_page-options.php:427
1007
  msgid "Secondary button style"
1008
  msgstr ""
1009
 
 
1010
  #: plugin-options/wishlist_page-options.php:433
1011
+ #: plugin-options/wishlist_page-options.php:451
1012
  msgid ""
1013
  "Choose colors of the secondary button<br/><small>This style will be applied "
1014
  "to the buttons that allow showing and hiding the Edit title form on Wishlist "
1015
  "view and \"Create new Wishlist\" button on Manage view</small>"
1016
  msgstr ""
1017
 
1018
+ #: plugin-options/wishlist_page-options.php:476
1019
  msgid "Wishlist table style"
1020
  msgstr ""
1021
 
1022
+ #: plugin-options/wishlist_page-options.php:477
1023
  msgid ""
1024
  "Choose the colors for the wishlist table (when set to \"Traditional\" layout)"
1025
  msgstr ""
1026
 
1027
+ #: plugin-options/wishlist_page-options.php:505
1028
  msgid "Highlight color"
1029
  msgstr ""
1030
 
1031
+ #: plugin-options/wishlist_page-options.php:506
1032
  msgid ""
1033
  "Choose the color for all sections with background<br/><small>This color will "
1034
  "be used as background for the wishlist table heading and footer (when set to "
1035
  "\"Traditional\" layout), and for various form across wishlist views</small>"
1036
  msgstr ""
1037
 
1038
+ #: plugin-options/wishlist_page-options.php:518
1039
  msgid "Share button text color"
1040
  msgstr ""
1041
 
1042
+ #: plugin-options/wishlist_page-options.php:519
1043
  msgid "Choose colors for share buttons text"
1044
  msgstr ""
1045
 
1046
+ #: plugin-options/wishlist_page-options.php:530
1047
  msgid "Text hover"
1048
  msgstr ""
1049
 
1050
+ #: plugin-options/wishlist_page-options.php:543
1051
  msgid "Facebook share button icon"
1052
  msgstr ""
1053
 
1054
+ #: plugin-options/wishlist_page-options.php:544
1055
  msgid "Select an icon for the Facebook share button"
1056
  msgstr ""
1057
 
1058
+ #: plugin-options/wishlist_page-options.php:554
1059
  msgid "Facebook share button custom icon"
1060
  msgstr ""
1061
 
1062
+ #: plugin-options/wishlist_page-options.php:555
1063
  msgid ""
1064
  "Upload an icon you'd like to use for Facebook share button (suggested 32px x "
1065
  "32px)"
1066
  msgstr ""
1067
 
1068
+ #: plugin-options/wishlist_page-options.php:563
1069
  msgid "Facebook share button style"
1070
  msgstr ""
1071
 
1072
+ #: plugin-options/wishlist_page-options.php:564
1073
  msgid "Choose colors for Facebook share button"
1074
  msgstr ""
1075
 
1076
+ #: plugin-options/wishlist_page-options.php:575
1077
+ #: plugin-options/wishlist_page-options.php:615
1078
+ #: plugin-options/wishlist_page-options.php:655
1079
+ #: plugin-options/wishlist_page-options.php:695
1080
+ #: plugin-options/wishlist_page-options.php:735
1081
  msgid "Background hover"
1082
  msgstr ""
1083
 
1084
+ #: plugin-options/wishlist_page-options.php:583
1085
  msgid "Twitter share button icon"
1086
  msgstr ""
1087
 
1088
+ #: plugin-options/wishlist_page-options.php:584
1089
  msgid "Select an icon for the Twitter share button"
1090
  msgstr ""
1091
 
1092
+ #: plugin-options/wishlist_page-options.php:594
1093
  msgid "Twitter share button custom icon"
1094
  msgstr ""
1095
 
1096
+ #: plugin-options/wishlist_page-options.php:595
1097
  msgid ""
1098
  "Upload an icon you'd like to use for Twitter share button (suggested 32px x "
1099
  "32px)"
1100
  msgstr ""
1101
 
1102
+ #: plugin-options/wishlist_page-options.php:603
1103
  msgid "Twitter share button style"
1104
  msgstr ""
1105
 
1106
+ #: plugin-options/wishlist_page-options.php:604
1107
  msgid "Choose colors for Twitter share button"
1108
  msgstr ""
1109
 
1110
+ #: plugin-options/wishlist_page-options.php:623
1111
  msgid "Pinterest share button icon"
1112
  msgstr ""
1113
 
1114
+ #: plugin-options/wishlist_page-options.php:624
1115
  msgid "Select an icon for the Pinterest share button"
1116
  msgstr ""
1117
 
1118
+ #: plugin-options/wishlist_page-options.php:634
1119
  msgid "Pinterest share button custom icon"
1120
  msgstr ""
1121
 
1122
+ #: plugin-options/wishlist_page-options.php:635
1123
  msgid ""
1124
  "Upload an icon you'd like to use for Pinterest share button (suggested 32px "
1125
  "x 32px)"
1126
  msgstr ""
1127
 
1128
+ #: plugin-options/wishlist_page-options.php:643
1129
  msgid "Pinterest share button style"
1130
  msgstr ""
1131
 
1132
+ #: plugin-options/wishlist_page-options.php:644
1133
  msgid "Choose colors for Pinterest share button"
1134
  msgstr ""
1135
 
1136
+ #: plugin-options/wishlist_page-options.php:663
1137
  msgid "Email share button icon"
1138
  msgstr ""
1139
 
1140
+ #: plugin-options/wishlist_page-options.php:664
1141
  msgid "Select an icon for the Email share button"
1142
  msgstr ""
1143
 
1144
+ #: plugin-options/wishlist_page-options.php:674
1145
  msgid "Email share button custom icon"
1146
  msgstr ""
1147
 
1148
+ #: plugin-options/wishlist_page-options.php:675
1149
  msgid ""
1150
  "Upload an icon you'd like to use for the Email share button (suggested 32px "
1151
  "x 32px)"
1152
  msgstr ""
1153
 
1154
+ #: plugin-options/wishlist_page-options.php:683
1155
  msgid "Email share button style"
1156
  msgstr ""
1157
 
1158
+ #: plugin-options/wishlist_page-options.php:684
1159
  msgid "Choose colors for the Email share button"
1160
  msgstr ""
1161
 
1162
+ #: plugin-options/wishlist_page-options.php:703
1163
  msgid "WhatsApp share button icon"
1164
  msgstr ""
1165
 
1166
+ #: plugin-options/wishlist_page-options.php:704
1167
  msgid "Select an icon for the WhatsApp share button"
1168
  msgstr ""
1169
 
1170
+ #: plugin-options/wishlist_page-options.php:714
1171
  msgid "WhatsApp share button custom icon"
1172
  msgstr ""
1173
 
1174
+ #: plugin-options/wishlist_page-options.php:715
1175
  msgid ""
1176
  "Upload an icon you'd like to use for WhatsApp share button (suggested 32px x "
1177
  "32px)"
1178
  msgstr ""
1179
 
1180
+ #: plugin-options/wishlist_page-options.php:723
1181
  msgid "WhatsApp share button style"
1182
  msgstr ""
1183
 
1184
+ #: plugin-options/wishlist_page-options.php:724
1185
  msgid "Choose colors for WhatsApp share button"
1186
  msgstr ""
1187
 
1188
+ #: templates/share.php:56 templates/share.php:57
1189
  msgid "Facebook"
1190
  msgstr ""
1191
 
1192
+ #: templates/share.php:64 templates/share.php:65
1193
  msgid "Twitter"
1194
  msgstr ""
1195
 
1196
+ #: templates/share.php:72 templates/share.php:73
1197
  msgid "Pinterest"
1198
  msgstr ""
1199
 
1200
+ #: templates/share.php:102 templates/share.php:103
1201
  msgid "Email"
1202
  msgstr ""
1203
 
1204
+ #: templates/share.php:110
1205
  msgid "WhatsApp"
1206
  msgstr ""
1207
 
1208
+ #: templates/share.php:111
1209
  msgid "Whatsapp"
1210
  msgstr ""
1211
 
1212
+ #: templates/share.php:120
1213
  msgid "(Now"
1214
  msgstr ""
1215
 
1216
+ #: templates/share.php:120
1217
  msgid "copy"
1218
  msgstr ""
1219
 
1220
+ #: templates/share.php:120
1221
  msgid "this wishlist link and share it anywhere)"
1222
  msgstr ""
1223
 
1224
+ #: templates/wishlist-view-footer-mobile.php:55
1225
+ #: templates/wishlist-view-footer.php:55
1226
  msgid "Apply this action to all the selected items:"
1227
  msgstr ""
1228
 
1229
+ #: templates/wishlist-view-footer-mobile.php:62
1230
+ #: templates/wishlist-view-footer.php:62
1231
  msgid "Remove from wishlist"
1232
  msgstr ""
1233
 
1234
  #. translators: 1. Wishlist formatted name.
1235
+ #: templates/wishlist-view-footer-mobile.php:80
1236
+ #: templates/wishlist-view-footer.php:80
1237
  msgid "Move to %s"
1238
  msgstr ""
1239
 
1240
+ #: templates/wishlist-view-footer-mobile.php:86
1241
+ #: templates/wishlist-view-footer.php:86
1242
  msgid "Apply"
1243
  msgstr ""
1244
 
1245
+ #: templates/wishlist-view-footer-mobile.php:94
1246
+ #: templates/wishlist-view-footer.php:94
1247
  msgid "Update"
1248
  msgstr ""
1249
 
1250
+ #: templates/wishlist-view-footer-mobile.php:100
1251
+ #: templates/wishlist-view-footer.php:138
1252
  msgid "Add all to cart"
1253
  msgstr ""
1254
 
1255
+ #: templates/wishlist-view-header.php:86
1256
  msgid "Edit title"
1257
  msgstr "Uredi naslov"
1258
 
1259
+ #: templates/wishlist-view-mobile.php:143
1260
  msgid "Added on:"
1261
  msgstr ""
1262
 
1263
+ #: templates/wishlist-view-mobile.php:154
1264
  msgid "Price:"
1265
  msgstr ""
1266
 
1267
+ #: templates/wishlist-view-mobile.php:181
1268
  msgid "Quantity:"
1269
  msgstr ""
1270
 
1271
+ #: templates/wishlist-view-mobile.php:196
1272
  msgid "Stock:"
1273
  msgstr ""
1274
 
1275
+ #: templates/wishlist-view-mobile.php:199 templates/wishlist-view.php:431
1276
  msgid "Out of stock"
1277
  msgstr ""
1278
 
1279
+ #: templates/wishlist-view-mobile.php:199 templates/wishlist-view.php:431
1280
  msgid "In Stock"
1281
  msgstr "Na zalihi"
1282
 
1283
+ #: templates/wishlist-view-mobile.php:219 templates/wishlist-view.php:531
1284
  msgid "Move"
1285
  msgstr "Premjesti"
1286
 
1287
+ #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:562
1288
  msgid "Move to another list &rsaquo;"
1289
  msgstr ""
1290
 
1291
+ #: templates/wishlist-view-mobile.php:270 templates/wishlist-view.php:250
1292
+ #: templates/wishlist-view.php:594
1293
  msgid "Remove this product"
1294
  msgstr "Obriši ovaj proizvod"
1295
 
1296
+ #: templates/wishlist-view-mobile.php:291 templates/wishlist-view.php:636
1297
  msgid "No products added to the wishlist"
1298
  msgstr ""
1299
 
1300
+ #: templates/wishlist-view.php:102
1301
  msgid "Product name"
1302
  msgstr ""
1303
 
1304
+ #: templates/wishlist-view.php:122
1305
  msgid "Unit price"
1306
  msgstr ""
1307
 
1308
+ #: templates/wishlist-view.php:143
1309
  msgid "Quantity"
1310
  msgstr ""
1311
 
1312
+ #: templates/wishlist-view.php:164
1313
  msgid "Stock status"
1314
  msgstr ""
1315
 
1316
+ #: templates/wishlist-view.php:206
1317
  msgid "Arrange"
1318
  msgstr ""
1319
 
1320
  #. translators: date added label: 1 date added.
1321
+ #: templates/wishlist-view.php:466
1322
  msgid "Added on: %s"
1323
  msgstr ""
1324
 
1325
+ #: templates/wishlist-view.php:594
1326
  msgid "Remove"
1327
  msgstr "Obriši"
1328
 
1335
  "your e-commerce on <strong>YITH</strong></a>"
1336
  msgstr ""
1337
 
1338
+ #: includes/class-yith-wcwl-admin.php:287
1339
  msgctxt "[HELP TAB] Video title"
1340
  msgid ""
1341
  "Check this video to learn how to <b>configure wishlist and customize options:"
1347
  msgid "wishlist"
1348
  msgstr ""
1349
 
1350
+ #: includes/class-yith-wcwl-privacy.php:275
1351
  msgctxt "date when wishlist was created"
1352
  msgid "Created on"
1353
  msgstr ""
1373
  msgstr ""
1374
 
1375
  #. translators: 1. % of reduction/increase in price.
1376
+ #: includes/class-yith-wcwl-wishlist-item.php:478
1377
  msgctxt ""
1378
  "Part of the template that shows price variation since addition to list; "
1379
  "placeholder will be replaced with a percentage"
1381
  msgstr ""
1382
 
1383
  #. translators: 2: original product price.
1384
+ #: includes/class-yith-wcwl-wishlist-item.php:480
1385
  msgctxt ""
1386
  "Part of the template that shows price variation since addition to list; "
1387
  "placeholder will be replaced with a price"
languages/yith-woocommerce-wishlist-it_IT.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-it_IT.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
- "POT-Creation-Date: 2022-06-19 14:16:05+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:05+0200\n"
10
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
11
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
@@ -28,19 +28,19 @@ msgstr ""
28
  msgid "Wishlist Page"
29
  msgstr "Pagina Lista dei desideri"
30
 
31
- #: includes/class-yith-wcwl-admin.php:146
32
  msgid "General settings"
33
  msgstr "Impostazioni generali"
34
 
35
- #: includes/class-yith-wcwl-admin.php:147
36
  msgid "Add to wishlist options"
37
  msgstr "Opzioni Aggiungi alla lista"
38
 
39
- #: includes/class-yith-wcwl-admin.php:148
40
  msgid "Wishlist page options"
41
  msgstr "Opzioni pagina Lista dei desideri"
42
 
43
- #: includes/class-yith-wcwl-admin.php:249
44
  msgid ""
45
  "Allows your customers to create and share lists of products that they want "
46
  "to purchase on your e-commerce."
@@ -48,91 +48,90 @@ msgstr ""
48
  "Permette ai tuoi clienti di creare e condividere delle liste di prodotti che "
49
  "desiderano acquistare sul tuo e-commerce."
50
 
51
- #: includes/class-yith-wcwl-admin.php:280
52
  msgid ""
53
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
54
  msgstr ""
55
 
56
- #: includes/class-yith-wcwl-admin.php:281
57
  msgid ""
58
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
59
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
60
  "on \"Add to wishlist\""
61
  msgstr ""
62
 
63
- #: includes/class-yith-wcwl-admin.php:282
64
  msgid ""
65
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
66
  "them either public (visible to everyone), private or shared (visible only to "
67
  "people it has been shared with)"
68
  msgstr ""
69
 
70
- #: includes/class-yith-wcwl-admin.php:283
71
  msgid ""
72
  "Choose between <b>different layouts</b> for the wishlist page and for the "
73
  "wishlist content"
74
  msgstr ""
75
 
76
- #: includes/class-yith-wcwl-admin.php:284
77
  msgid ""
78
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
79
  "move a product from one wishlist to another, change order of items, "
80
  "quantity, etc."
81
  msgstr ""
82
 
83
- #: includes/class-yith-wcwl-admin.php:285
84
  msgid ""
85
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
86
  "content of their wishlist to the admin and get a custom quote"
87
  msgstr ""
88
 
89
- #: includes/class-yith-wcwl-admin.php:286
90
  msgid ""
91
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
92
  "(available also with \"mini-cart\" style for the header)"
93
  msgstr ""
94
 
95
- #: includes/class-yith-wcwl-admin.php:287
96
  msgid ""
97
- "View the most popular products added to the wishlist by your customers and "
98
- "<b>send promotional emails to users</b> who have added specific products to "
99
  "their wishlist"
100
  msgstr ""
101
 
102
- #: includes/class-yith-wcwl-admin.php:288
103
  msgid ""
104
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
105
  "the list is back in stock or on sale"
106
  msgstr ""
107
 
108
- #: includes/class-yith-wcwl-admin.php:289
109
  msgid "Regular updates, Translations and Premium Support"
110
  msgstr ""
111
 
112
- #: includes/class-yith-wcwl-ajax-handler.php:75
113
- #: templates/add-to-wishlist-remove.php:59
114
  msgid "View &rsaquo;"
115
  msgstr "Vedi &rsaquo;"
116
 
117
- #: includes/class-yith-wcwl-ajax-handler.php:76
118
- #: templates/add-to-wishlist-remove.php:58
119
  msgid "or"
120
  msgstr "oppure"
121
 
122
- #: includes/class-yith-wcwl-ajax-handler.php:77
123
  msgid "Close"
124
  msgstr ""
125
 
126
- #: includes/class-yith-wcwl-ajax-handler.php:155
127
- #: includes/class-yith-wcwl-ajax-handler.php:195
128
  msgid "Product successfully removed."
129
  msgstr "Prodotto rimosso con successo."
130
 
131
- #: includes/class-yith-wcwl-form-handler.php:156
132
  msgid "Please, make sure to enter a valid title"
133
  msgstr "Inserisci un valido titolo"
134
 
135
- #: includes/class-yith-wcwl-frontend.php:552
136
  msgid ""
137
  "We are sorry, but this feature is available only if cookies on your browser "
138
  "are enabled."
@@ -140,15 +139,15 @@ msgstr ""
140
  "Spiacenti, questa funzionalità è disponibile solo se hai abilitato i cookie "
141
  "nel tuo browser."
142
 
143
- #: includes/class-yith-wcwl-frontend.php:553
144
  msgid "Product added to cart successfully"
145
  msgstr "Prodotto aggiunto al carrello con successo"
146
 
147
- #: includes/class-yith-wcwl-frontend.php:816
148
- #: includes/class-yith-wcwl-shortcode.php:239
149
- #: plugin-options/wishlist_page-options.php:240
150
- #: templates/wishlist-view-footer-mobile.php:46
151
- #: templates/wishlist-view-footer.php:46
152
  msgid "Add to cart"
153
  msgstr "Aggiungi al carrello"
154
 
@@ -210,43 +209,43 @@ msgstr ""
210
  "Il nostro team ha accesso a queste informazioni per offrirti le migliori "
211
  "offerte per i prodotti che ami."
212
 
213
- #: includes/class-yith-wcwl-privacy.php:84
214
- #: includes/class-yith-wcwl-privacy.php:100
215
  msgid "Customer wishlists"
216
  msgstr "Liste dei clienti"
217
 
218
- #: includes/class-yith-wcwl-privacy.php:137 plugin-options/lists-options.php:25
219
- #: plugin-options/lists-options.php:32
220
  msgid "Wishlists"
221
  msgstr "Liste dei desideri"
222
 
223
  #. Translators: %s Order number.
224
- #: includes/class-yith-wcwl-privacy.php:199
225
  msgid "Removed wishlist %s."
226
  msgstr "Lista dei desideri %s rimossa."
227
 
228
  #. Translators: %s Order number.
229
- #: includes/class-yith-wcwl-privacy.php:203
230
  msgid "Wishlist %s has been retained."
231
  msgstr "La lista dei desideri %s è stata salvata."
232
 
233
- #: includes/class-yith-wcwl-privacy.php:227
234
  msgid "Token"
235
  msgstr "Token"
236
 
237
- #: includes/class-yith-wcwl-privacy.php:228
238
  msgid "Wishlist URL"
239
  msgstr "URL lista dei desideri"
240
 
241
- #: includes/class-yith-wcwl-privacy.php:229
242
  msgid "Title"
243
  msgstr "Titolo"
244
 
245
- #: includes/class-yith-wcwl-privacy.php:231
246
  msgid "Visibility"
247
  msgstr "Visibilità"
248
 
249
- #: includes/class-yith-wcwl-privacy.php:232
250
  msgid "Items added"
251
  msgstr "Articoli aggiunti"
252
 
@@ -329,141 +328,141 @@ msgstr "Numero di articoli da mostrare per pagina"
329
  msgid "ID of the wishlist to show (e.g. K6EOWXB888ZD)"
330
  msgstr "ID della lista da mostrare (es. K6EOWXB888ZD)"
331
 
332
- #: includes/class-yith-wcwl-shortcode.php:414
333
  msgid "Share on:"
334
  msgstr "Condividi su:"
335
 
336
- #: includes/class-yith-wcwl-shortcode.php:438
337
- #: plugin-options/wishlist_page-options.php:138
338
  msgid "Share on Facebook"
339
  msgstr "Condividi su Facebook"
340
 
341
- #: includes/class-yith-wcwl-shortcode.php:455
342
- #: plugin-options/wishlist_page-options.php:147
343
  msgid "Tweet on Twitter"
344
  msgstr "Condividi su Twitter"
345
 
346
- #: includes/class-yith-wcwl-shortcode.php:473
347
- #: plugin-options/wishlist_page-options.php:156
348
  msgid "Pin on Pinterest"
349
  msgstr "Condividi su Pinterest"
350
 
351
- #: includes/class-yith-wcwl-shortcode.php:487
352
  msgid "Share via email"
353
  msgstr "Condividi per email"
354
 
355
- #: includes/class-yith-wcwl-shortcode.php:510
356
- #: plugin-options/wishlist_page-options.php:174
357
  msgid "Share on WhatsApp"
358
  msgstr "Condividi su WhatsApp"
359
 
360
- #: includes/class-yith-wcwl-shortcode.php:621
361
  msgid "Remove from list"
362
  msgstr "Rimuovi dalla lista"
363
 
364
- #: includes/class-yith-wcwl-wishlist-item.php:193
365
  msgid "Free!"
366
  msgstr "Gratuito!"
367
 
368
- #: includes/class-yith-wcwl.php:164
369
  msgid "The item cannot be added to this wishlist"
370
  msgstr "L'elemento non può essere aggiunto alla lista dei desideri"
371
 
372
- #: includes/class-yith-wcwl.php:168 includes/class-yith-wcwl.php:174
373
  msgid "An error occurred while adding the products to the wishlist."
374
  msgstr ""
375
  "Si è verificato un errore mentre si cercava di aggiungere i prodotti alla "
376
  "lista."
377
 
378
- #: includes/class-yith-wcwl.php:235 includes/class-yith-wcwl.php:241
379
  msgid "Error. Unable to remove the product from the wishlist."
380
  msgstr "Errore. Impossibile rimuovere il prodotto dalla lista dei desideri."
381
 
382
- #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:152
383
- #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:174
384
  msgid "Invalid wishlist."
385
  msgstr "Lista non valida."
386
 
387
- #: includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:119
388
  msgid "Invalid wishlist item."
389
  msgstr "Elemento della lista non valido."
390
 
391
  #. translators: 1. Number of users.
392
- #: includes/functions-yith-wcwl.php:249
393
  msgid "%d user"
394
  msgid_plural "%d users"
395
  msgstr[0] "%s utente"
396
  msgstr[1] "%d utenti"
397
 
398
- #: includes/functions-yith-wcwl.php:250
399
  msgid "has this item in wishlist"
400
  msgid_plural "have this item in wishlist"
401
  msgstr[0] "ha aggiunto questo prodotto alla sua lista"
402
  msgstr[1] "hanno aggiunto questo prodotto alla propria lista"
403
 
404
- #: includes/functions-yith-wcwl.php:252
405
  msgid "You're the first"
406
  msgstr "Sei il primo"
407
 
408
- #: includes/functions-yith-wcwl.php:253
409
  msgid "to add this item in wishlist"
410
  msgstr "ad aver aggiunto questo prodotto alla lista dei desideri"
411
 
412
  #. translators: 1. Count of users when many, or "another" when only one.
413
- #: includes/functions-yith-wcwl.php:257
414
  msgid "You and %s user"
415
  msgid_plural "You and %d users"
416
  msgstr[0] "Tu e un altro utente"
417
  msgstr[1] "Tu e altri %d utenti"
418
 
419
- #: includes/functions-yith-wcwl.php:257
420
  msgid "another"
421
  msgstr ""
422
 
423
- #: includes/functions-yith-wcwl.php:258
424
  msgid "have this item in wishlist"
425
  msgstr "avete aggiunto questo prodotto alla lista dei desideri"
426
 
427
- #: includes/functions-yith-wcwl.php:425
428
  msgid "None"
429
  msgstr ""
430
 
431
- #: includes/functions-yith-wcwl.php:426
432
  #, fuzzy
433
  msgid "Custom"
434
  msgstr "CSS personalizzato"
435
 
436
- #: includes/functions-yith-wcwl.php:447
437
  msgid "Shared"
438
  msgstr "Condivisa"
439
 
440
- #: includes/functions-yith-wcwl.php:451
441
  msgid "Only people with a link to this list can see it"
442
  msgstr "Solo le persone con cui condividi il link della lista possono vederla"
443
 
444
- #: includes/functions-yith-wcwl.php:457
445
  msgid "Private"
446
  msgstr "Privata"
447
 
448
- #: includes/functions-yith-wcwl.php:461
449
  msgid "Only you can see this list"
450
  msgstr "Solo tu puoi vedere questa lista"
451
 
452
- #: includes/functions-yith-wcwl.php:467
453
  msgid "Public"
454
  msgstr "Pubblica"
455
 
456
- #: includes/functions-yith-wcwl.php:471
457
  msgid "Anyone can search for and see this list"
458
  msgstr "Tutti possono cercare e vedere questa lista"
459
 
460
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:118
461
- #: plugin-options/add_to_wishlist-options.php:127
462
  msgid "Add to wishlist"
463
  msgstr "Aggiungi alla lista dei desideri"
464
 
465
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:128
466
- #: plugin-options/add_to_wishlist-options.php:143
467
  msgid "Browse wishlist"
468
  msgstr "Vedi la lista"
469
 
@@ -477,29 +476,27 @@ msgstr "Testo per \"Articolo già presente nella lista dei desideri\""
477
  msgid "Product added to wishlist"
478
  msgstr "Quando il prodotto viene aggiunto alla lista"
479
 
480
- #: init.php:160
481
  msgid "is enabled but not effective. It requires WooCommerce to work."
482
  msgstr ""
483
 
484
- #: init.php:176
485
- msgid "You can't activate the free version of"
486
- msgstr ""
487
-
488
- #: init.php:176
489
- msgid "while you are using the premium one."
490
  msgstr ""
491
 
492
- #: plugin-options/add_to_wishlist-options.php:20
493
- #: plugin-options/settings-options.php:27
494
  msgid "General Settings"
495
  msgstr "Impostazioni generali"
496
 
497
- #: plugin-options/add_to_wishlist-options.php:27
498
  #, fuzzy
499
  msgid "After product is added to wishlist"
500
  msgstr "Quando il prodotto viene aggiunto alla lista"
501
 
502
- #: plugin-options/add_to_wishlist-options.php:28
503
  msgid ""
504
  "Choose the look of the Wishlist button when the product has already been "
505
  "added to a wishlist"
@@ -507,24 +504,24 @@ msgstr ""
507
  "Personalizza lo stile che deve avere il pulsante quando il prodotto è stato "
508
  "già aggiunto alla lista"
509
 
510
- #: plugin-options/add_to_wishlist-options.php:32
511
  #, fuzzy
512
  msgid "Show \"Add to wishlist\" button"
513
  msgstr "Mostra il pulsante 'Aggiungi alla lista'"
514
 
515
- #: plugin-options/add_to_wishlist-options.php:33
516
  msgid "Show \"View wishlist\" link"
517
  msgstr "Mostra il link 'Vedi la lista'"
518
 
519
- #: plugin-options/add_to_wishlist-options.php:34
520
  msgid "Show \"Remove from list\" link"
521
  msgstr "Mostra il link 'Rimuovi dalla lista'"
522
 
523
- #: plugin-options/add_to_wishlist-options.php:48
524
  msgid "Loop settings"
525
  msgstr "Impostazioni loop"
526
 
527
- #: plugin-options/add_to_wishlist-options.php:50
528
  msgid ""
529
  "Loop options will be visible on Shop page, category pages, product "
530
  "shortcodes, products sliders, and all the other places where the WooCommerce "
@@ -534,21 +531,21 @@ msgstr ""
534
  "categoria, negli shortcode che mostrano i prodotti, slider di prodotti e "
535
  "tutti gli altri casi in cui viene utilizzato il loop dei prodotti WooCommerce"
536
 
537
- #: plugin-options/add_to_wishlist-options.php:55
538
  msgid "Show \"Add to wishlist\" in loop"
539
  msgstr "Mostra 'Aggiungi alla lista' nel loop"
540
 
541
- #: plugin-options/add_to_wishlist-options.php:56
542
  msgid "Enable the \"Add to wishlist\" feature in WooCommerce products' loop"
543
  msgstr ""
544
  "Abilita la funzionalità 'Aggiungi alla lista' nel loop prodotti di "
545
  "WooCommerce"
546
 
547
- #: plugin-options/add_to_wishlist-options.php:64
548
  msgid "Position of \"Add to wishlist\" in loop"
549
  msgstr "Posizione di 'Aggiungi alla lista' nel loop"
550
 
551
- #: plugin-options/add_to_wishlist-options.php:65
552
  msgid ""
553
  "Choose where to show \"Add to wishlist\" button or link in WooCommerce "
554
  "products' loop. <span class=\"addon\">Copy this shortcode <span class=\"code"
@@ -560,32 +557,32 @@ msgstr ""
560
  "class=\"code\"><code>[yith_wcwl_add_to_wishlist]</code></span> e incollalo "
561
  "dove vuoi tu per mostrare il link o il pulsante 'Aggiungi alla lista'</span>"
562
 
563
- #: plugin-options/add_to_wishlist-options.php:72
564
  msgid "On top of the image"
565
  msgstr "Sopra l'immagine"
566
 
567
- #: plugin-options/add_to_wishlist-options.php:73
568
  msgid "Before \"Add to cart\" button"
569
  msgstr "Prima del pulsante 'Aggiungi al carrello'"
570
 
571
- #: plugin-options/add_to_wishlist-options.php:74
572
  msgid "After \"Add to cart\" button"
573
  msgstr "Dopo il pulsante 'Aggiungi al carrello'"
574
 
575
- #: plugin-options/add_to_wishlist-options.php:75
576
- #: plugin-options/add_to_wishlist-options.php:107
577
  msgid "Use shortcode"
578
  msgstr "Utilizza lo shortcode"
579
 
580
- #: plugin-options/add_to_wishlist-options.php:89
581
  msgid "Product page settings"
582
  msgstr "Impostazioni pagina prodotto"
583
 
584
- #: plugin-options/add_to_wishlist-options.php:96
585
  msgid "Position of \"Add to wishlist\" on product page"
586
  msgstr "Posizione di 'Aggiungi alla lista' nella pagina prodotto"
587
 
588
- #: plugin-options/add_to_wishlist-options.php:97
589
  msgid ""
590
  "Choose where to show \"Add to wishlist\" button or link on the product page. "
591
  "<span class=\"addon\">Copy this shortcode <span class=\"code"
@@ -597,36 +594,36 @@ msgstr ""
597
  "\"><code>[yith_wcwl_add_to_wishlist]</code></span> e incollalo dove vuoi tu "
598
  "per mostrare il link o il pulsante 'Aggiungi alla lista'</span>"
599
 
600
- #: plugin-options/add_to_wishlist-options.php:104
601
  msgid "After \"Add to cart\""
602
  msgstr "Dopo \"Aggiungi al carrello\""
603
 
604
- #: plugin-options/add_to_wishlist-options.php:105
605
  msgid "After thumbnails"
606
  msgstr "Dopo le miniature"
607
 
608
- #: plugin-options/add_to_wishlist-options.php:106
609
  msgid "After summary"
610
  msgstr "Dopo il sommario"
611
 
612
- #: plugin-options/add_to_wishlist-options.php:117
613
- #: plugin-options/wishlist_page-options.php:222
614
  msgid "Text customization"
615
  msgstr "Personalizzazione testi"
616
 
617
- #: plugin-options/add_to_wishlist-options.php:124
618
  msgid "\"Add to wishlist\" text"
619
  msgstr "Testo 'Aggiungi alla lista'"
620
 
621
- #: plugin-options/add_to_wishlist-options.php:125
622
  msgid "Enter a text for \"Add to wishlist\" button"
623
  msgstr "Inserisci un testo per il pulsante 'Aggiungi alla lista'"
624
 
625
- #: plugin-options/add_to_wishlist-options.php:132
626
  msgid "\"Product added\" text"
627
  msgstr "Testo per \"Articolo aggiunto\""
628
 
629
- #: plugin-options/add_to_wishlist-options.php:133
630
  msgid ""
631
  "Enter the text of the message displayed when the user adds a product to the "
632
  "wishlist"
@@ -634,23 +631,23 @@ msgstr ""
634
  "Inserisci il testo del messaggio mostrato quando l'utente aggiunge il "
635
  "prodotto alla lista dei desideri"
636
 
637
- #: plugin-options/add_to_wishlist-options.php:135
638
  msgid "Product added!"
639
  msgstr "Articolo aggiunto!"
640
 
641
- #: plugin-options/add_to_wishlist-options.php:140
642
  msgid "\"Browse wishlist\" text"
643
  msgstr "Testo per \"Vedi la lista dei desideri\""
644
 
645
- #: plugin-options/add_to_wishlist-options.php:141
646
  msgid "Enter a text for the \"Browse wishlist\" link on the product page"
647
  msgstr "Inserisci il testo del link 'Vedi la lista' nella pagina prodotto"
648
 
649
- #: plugin-options/add_to_wishlist-options.php:148
650
  msgid "\"Product already in wishlist\" text"
651
  msgstr "Testo per \"Articolo già presente nella lista dei desideri\""
652
 
653
- #: plugin-options/add_to_wishlist-options.php:149
654
  msgid ""
655
  "Enter the text for the message displayed when the user views a product that "
656
  "is already in the wishlist"
@@ -658,128 +655,128 @@ msgstr ""
658
  "Inserisci il testo del messaggio mostrato quando l'utente visualizza un "
659
  "prodotto che è già stato aggiunto alla lista"
660
 
661
- #: plugin-options/add_to_wishlist-options.php:151
662
  msgid "The product is already in your wishlist!"
663
  msgstr "Il prodotto è già nella tua lista!"
664
 
665
- #: plugin-options/add_to_wishlist-options.php:161
666
  msgid "Style & Color customization"
667
  msgstr "Personalizzazione stile e colori"
668
 
669
- #: plugin-options/add_to_wishlist-options.php:168
670
  msgid "Style of \"Add to wishlist\""
671
  msgstr "Stile di 'Aggiungi alla lista'"
672
 
673
- #: plugin-options/add_to_wishlist-options.php:169
674
  msgid ""
675
  "Choose if you want to show a textual \"Add to wishlist\" link or a button"
676
  msgstr ""
677
  "Scegli se mostrare un link testuale 'Aggiungi alla lista' oppure un pulsante"
678
 
679
- #: plugin-options/add_to_wishlist-options.php:172
680
- #: plugin-options/wishlist_page-options.php:261
681
  msgid "Textual (anchor)"
682
  msgstr "Testuale (ancora)"
683
 
684
- #: plugin-options/add_to_wishlist-options.php:173
685
- #: plugin-options/wishlist_page-options.php:262
686
  msgid "Button with theme style"
687
  msgstr "Pulsante con lo stile del tema"
688
 
689
- #: plugin-options/add_to_wishlist-options.php:174
690
- #: plugin-options/wishlist_page-options.php:263
691
  msgid "Button with custom style"
692
  msgstr "Pulsante con uno stile personalizzato"
693
 
694
- #: plugin-options/add_to_wishlist-options.php:182
695
  msgid "\"Add to wishlist\" button style"
696
  msgstr "Stile pulsante 'Aggiungi alla lista'"
697
 
698
- #: plugin-options/add_to_wishlist-options.php:188
699
  msgid "Choose colors for the \"Add to wishlist\" button"
700
  msgstr "Scegli i colori del pulsante 'Aggiungi alla lista'"
701
 
702
- #: plugin-options/add_to_wishlist-options.php:190
703
- #: plugin-options/wishlist_page-options.php:279
704
- #: plugin-options/wishlist_page-options.php:368
705
- #: plugin-options/wishlist_page-options.php:417
706
- #: plugin-options/wishlist_page-options.php:465
707
- #: plugin-options/wishlist_page-options.php:552
708
- #: plugin-options/wishlist_page-options.php:592
709
- #: plugin-options/wishlist_page-options.php:632
710
- #: plugin-options/wishlist_page-options.php:672
711
- #: plugin-options/wishlist_page-options.php:712
712
  msgid "Background"
713
  msgstr "Sfondo"
714
 
715
- #: plugin-options/add_to_wishlist-options.php:195
716
- #: plugin-options/wishlist_page-options.php:284
717
- #: plugin-options/wishlist_page-options.php:373
718
- #: plugin-options/wishlist_page-options.php:422
719
- #: plugin-options/wishlist_page-options.php:470
720
- #: plugin-options/wishlist_page-options.php:507
721
  msgid "Text"
722
  msgstr "Testo"
723
 
724
- #: plugin-options/add_to_wishlist-options.php:200
725
- #: plugin-options/wishlist_page-options.php:289
726
- #: plugin-options/wishlist_page-options.php:378
727
- #: plugin-options/wishlist_page-options.php:427
728
- #: plugin-options/wishlist_page-options.php:475
729
  msgid "Border"
730
  msgstr "Bordo"
731
 
732
- #: plugin-options/add_to_wishlist-options.php:206
733
  msgid "Choose colors for the \"Add to wishlist\" button on hover state"
734
  msgstr ""
735
  "Scegli i colori del pulsante 'Aggiungi alla lista' al passaggio del mouse "
736
  "(hover)"
737
 
738
- #: plugin-options/add_to_wishlist-options.php:208
739
- #: plugin-options/wishlist_page-options.php:297
740
- #: plugin-options/wishlist_page-options.php:386
741
- #: plugin-options/wishlist_page-options.php:435
742
  msgid "Background Hover"
743
  msgstr "Colore - hover"
744
 
745
- #: plugin-options/add_to_wishlist-options.php:213
746
- #: plugin-options/wishlist_page-options.php:302
747
- #: plugin-options/wishlist_page-options.php:391
748
- #: plugin-options/wishlist_page-options.php:440
749
  msgid "Text Hover"
750
  msgstr "Testo - hover"
751
 
752
- #: plugin-options/add_to_wishlist-options.php:218
753
- #: plugin-options/wishlist_page-options.php:307
754
- #: plugin-options/wishlist_page-options.php:396
755
- #: plugin-options/wishlist_page-options.php:445
756
  msgid "Border Hover"
757
  msgstr "Bordo - hover"
758
 
759
- #: plugin-options/add_to_wishlist-options.php:231
760
- #: plugin-options/wishlist_page-options.php:320
761
  msgid "Border radius"
762
  msgstr "Border radius"
763
 
764
- #: plugin-options/add_to_wishlist-options.php:232
765
  msgid "Choose radius for the \"Add to wishlist\" button"
766
  msgstr ""
767
  "Imposta il raggio del bordo arrotondato del pulsante 'Aggiungi alla lista'"
768
 
769
- #: plugin-options/add_to_wishlist-options.php:246
770
  msgid "\"Add to wishlist\" icon"
771
  msgstr "Icona 'Aggiungi alla lista'"
772
 
773
- #: plugin-options/add_to_wishlist-options.php:247
774
  msgid "Select an icon for the \"Add to wishlist\" button (optional)"
775
  msgstr "Seleziona un'icona per il pulsante 'Aggiungi alla lista' (opzionale)"
776
 
777
- #: plugin-options/add_to_wishlist-options.php:257
778
  msgid "\"Add to wishlist\" custom icon"
779
  msgstr "Icona personalizzata per 'Aggiungi alla lista'"
780
 
781
- #: plugin-options/add_to_wishlist-options.php:258
782
- #: plugin-options/add_to_wishlist-options.php:282
783
  msgid ""
784
  "Upload an icon you'd like to use for \"Add to wishlist\" button (suggested "
785
  "32px x 32px)"
@@ -787,95 +784,72 @@ msgstr ""
787
  "Carica un'icona da utilizzare per il pulsante 'Aggiungi alla "
788
  "lista' (dimensione consigliata 32 x 32 px)"
789
 
790
- #: plugin-options/add_to_wishlist-options.php:270
791
  msgid "\"Added to wishlist\" icon"
792
  msgstr "Icona 'Aggiungi alla lista'"
793
 
794
- #: plugin-options/add_to_wishlist-options.php:271
795
  msgid "Select an icon for the \"Added to wishlist\" button (optional)"
796
  msgstr ""
797
  "Selezionare un'icona per il pulsante \"Aggiungi alla lista\" (opzionale)"
798
 
799
- #: plugin-options/add_to_wishlist-options.php:277
800
  msgid "Same used for Add to wishlist"
801
  msgstr "La stessa utilizzata per Aggiungi alla lista"
802
 
803
- #: plugin-options/add_to_wishlist-options.php:281
804
  msgid "\"Added to wishlist\" custom icon"
805
  msgstr "Icona personalizzata per 'Aggiungi alla lista'"
806
 
807
- #: plugin-options/add_to_wishlist-options.php:294
808
  msgid "Custom CSS"
809
  msgstr "CSS personalizzato"
810
 
811
- #: plugin-options/add_to_wishlist-options.php:295
812
  msgid "Enter custom CSS to be applied to Wishlist elements (optional)"
813
  msgstr ""
814
  "Inserisci il tuo codice CSS da applicare agli elementi della lista "
815
  "(opzionale)"
816
 
817
- #: plugin-options/lists-options.php:34
818
  #, fuzzy
819
  msgid "Search list"
820
  msgstr "Condividi la lista"
821
 
822
- #. translators: 1. Anchor to Frequently Bought Together landing page on
823
- #. yithemes.com.
824
- #: plugin-options/settings-options.php:19
825
- msgid ""
826
- "If you want to take advantage of this feature, you could consider purchasing "
827
- "the %s."
828
- msgstr "Se vuoi usufruire di questa funzionalità, acquista la %s."
829
-
830
- #: plugin-options/settings-options.php:34
831
  msgid "Enable AJAX loading"
832
  msgstr "Abilita caricamento in AJAX"
833
 
834
- #: plugin-options/settings-options.php:35
835
  msgid "Load any cacheable wishlist item via AJAX"
836
  msgstr ""
837
  "Carica in AJAX qualsiasi elemento di YITH Wishlist che possa essere messo in "
838
  "cache"
839
 
840
- #: plugin-options/settings-options.php:48
841
  msgid "YITH WooCommerce Frequently Bought Together Integration"
842
  msgstr "Integrazione con YITH WooCommerce Frequently Bought Together"
843
 
844
- #. translators: 1. Url to Frequently Bought Together landing page on
845
- #. yithemes.com.
846
- #: plugin-options/settings-options.php:51
847
- msgid ""
848
- "In order to use this integration you have to install and activate YITH "
849
- "WooCommerce Frequently Bought Together. <a href=\"%s\">Learn more</a>"
850
- msgstr ""
851
- "Per utilizzare quest'integrazione devi aver installato e attivato YITH "
852
- "WooCommerce Frequently Bought Together. <a href=\"%s\">Maggiori dettagli "
853
- "qui</a>"
854
-
855
- #: plugin-options/settings-options.php:56
856
  msgid "Enable slider in wishlist"
857
  msgstr "Abilita lo slider nella lista dei desideri"
858
 
859
- #. translators: 1. Example image of the integration. 2. CTA to buy Frequently
860
- #. Bought Together.
861
- #: plugin-options/settings-options.php:58
862
  #, fuzzy
863
  msgid ""
864
  "Enable the slider with linked products on the Wishlist page (<a href=\"%1$s"
865
- "\" class=\"thickbox\">Example</a>). %2$s"
866
  msgstr ""
867
  "Abilita lo slider con i prodotti correlati nella pagina Lista dei desideri "
868
  "(<a href=\"%s\" class=\"thickbox\">Esempio</a>). %s"
869
 
870
- #: plugin-options/wishlist_page-options.php:19
871
- msgid "All your wishlists"
872
- msgstr "Tutte le tue liste"
873
-
874
- #: plugin-options/wishlist_page-options.php:26
875
  msgid "Wishlist page"
876
  msgstr "Pagina Lista dei desideri"
877
 
878
- #: plugin-options/wishlist_page-options.php:27
879
  msgid ""
880
  "Pick a page as the main Wishlist page; make sure you add the <span class="
881
  "\"code\"><code>[yith_wcwl_wishlist]</code></span> shortcode into the page "
@@ -885,60 +859,60 @@ msgstr ""
885
  "aver aggiunto lo shortcode <span class=\"code\"><code>[yith_wcwl_wishlist]</"
886
  "code></span> nel contenuto della pagina"
887
 
888
- #: plugin-options/wishlist_page-options.php:40
889
  msgid "Wishlist Detail Page"
890
  msgstr "Pagina dettaglio Lista dei desideri"
891
 
892
- #: plugin-options/wishlist_page-options.php:47
893
  #: plugin-options/wishlist_page-options.php:56
894
  #: plugin-options/wishlist_page-options.php:65
895
  #: plugin-options/wishlist_page-options.php:74
896
  #: plugin-options/wishlist_page-options.php:83
897
  #: plugin-options/wishlist_page-options.php:92
898
  #: plugin-options/wishlist_page-options.php:101
 
899
  msgid "In wishlist table show"
900
  msgstr "Nella tabella mostra"
901
 
902
- #: plugin-options/wishlist_page-options.php:48
903
  msgid "Product variations selected by the user (example: size or color)"
904
  msgstr ""
905
  "Le variazioni di prodotto selezionate dall'utente (es. taglia o colore)"
906
 
907
- #: plugin-options/wishlist_page-options.php:57
908
  msgid "Product price"
909
  msgstr "Prezzo del prodotto"
910
 
911
- #: plugin-options/wishlist_page-options.php:66
912
  msgid "Product stock (show if the product is available or not)"
913
  msgstr "Disponibilità prodotto (mostra se il prodotto è disponibile o meno)"
914
 
915
- #: plugin-options/wishlist_page-options.php:75
916
  msgid "Date on which the product was added to the wishlist"
917
  msgstr "Data in cui il prodotto è stato aggiunto alla lista dei desideri"
918
 
919
- #: plugin-options/wishlist_page-options.php:84
920
  msgid "Add to cart option for each product"
921
  msgstr "Opzione 'Aggiungi al carrello' per ogni prodotto"
922
 
923
- #: plugin-options/wishlist_page-options.php:93
924
  msgid ""
925
  "Icon to remove the product from the wishlist - to the left of the product"
926
  msgstr ""
927
  "Icona per rimuovere il prodotto dalla lista dei desideri - a sinistra del "
928
  "prodotto"
929
 
930
- #: plugin-options/wishlist_page-options.php:102
931
  msgid ""
932
  "Button to remove the product from the wishlist - to the right of the product"
933
  msgstr ""
934
  "Pulsante per rimuovere il prodotto dalla Lista dei desideri - a destra del "
935
  "prodotto"
936
 
937
- #: plugin-options/wishlist_page-options.php:110
938
  msgid "Redirect to cart"
939
  msgstr "Reindirizza al carrello"
940
 
941
- #: plugin-options/wishlist_page-options.php:111
942
  msgid ""
943
  "Redirect users to the cart page when they add a product to the cart from the "
944
  "wishlist page"
@@ -946,65 +920,65 @@ msgstr ""
946
  "Reindirizza gli utenti alla pagina Carrello quando aggiungono un prodotto "
947
  "della lista dei desideri al carrello"
948
 
949
- #: plugin-options/wishlist_page-options.php:119
950
  msgid "Remove if added to the cart"
951
  msgstr "Rimuovi se aggiunto al carrello"
952
 
953
- #: plugin-options/wishlist_page-options.php:120
954
  msgid ""
955
  "Remove the product from the wishlist after it has been added to the cart"
956
  msgstr "Rimuovi il prodotto dalla lista dopo che è stato aggiunto al carrello"
957
 
958
- #: plugin-options/wishlist_page-options.php:128
959
  msgid "Share wishlist"
960
  msgstr "Condividi la lista"
961
 
962
- #: plugin-options/wishlist_page-options.php:129
963
  msgid "Enable this option to let users share their wishlist on social media"
964
  msgstr ""
965
  "Abilita quest'opzione per permettere agli utenti di condividere la lista dei "
966
  "desideri sui social"
967
 
968
- #: plugin-options/wishlist_page-options.php:137
969
  #: plugin-options/wishlist_page-options.php:146
970
  #: plugin-options/wishlist_page-options.php:155
971
  #: plugin-options/wishlist_page-options.php:164
972
  #: plugin-options/wishlist_page-options.php:173
 
973
  msgid "Share on social media"
974
  msgstr "Condividi sui social"
975
 
976
- #: plugin-options/wishlist_page-options.php:165
977
  msgid "Share by email"
978
  msgstr "Condividi per email"
979
 
980
- #: plugin-options/wishlist_page-options.php:182
981
  msgid "Share by URL"
982
  msgstr "Condividi l'URL"
983
 
984
- #: plugin-options/wishlist_page-options.php:183
985
  msgid "Show \"Share URL\" field on wishlist page"
986
  msgstr "Mostra il campo 'Condividi l'URL' nella pagina Lista dei desideri"
987
 
988
- #: plugin-options/wishlist_page-options.php:191
989
  msgid "Sharing title"
990
  msgstr "Titolo per la condivisione"
991
 
992
- #: plugin-options/wishlist_page-options.php:192
993
  msgid "Wishlist title used for sharing (only used on Twitter and Pinterest)"
994
  msgstr ""
995
  "Titolo della lista utilizzato specificatamente per la condivisione (solo su "
996
  "Twitter e Pinterest)"
997
 
998
  #. translators: 1. Blog name.
999
- #: plugin-options/wishlist_page-options.php:195
1000
  msgid "My wishlist on %s"
1001
  msgstr "La mia lista dei desideri su %s"
1002
 
1003
- #: plugin-options/wishlist_page-options.php:200
1004
  msgid "Social text"
1005
  msgstr "Testo per i social"
1006
 
1007
- #: plugin-options/wishlist_page-options.php:201
1008
  msgid ""
1009
  "Type the message you want to publish when you share your wishlist on Twitter "
1010
  "and Pinterest"
@@ -1012,19 +986,19 @@ msgstr ""
1012
  "Inserisci qui il messaggio da pubblicare quando condividi la tua lista su "
1013
  "Twitter e Pinterest"
1014
 
1015
- #: plugin-options/wishlist_page-options.php:209
1016
  msgid "Social image URL"
1017
  msgstr "URL per immagine social"
1018
 
1019
- #: plugin-options/wishlist_page-options.php:210
1020
  msgid "It will be used to pin the wishlist on Pinterest."
1021
  msgstr "Sarà utilizzato per salvare la lista su Pinterest."
1022
 
1023
- #: plugin-options/wishlist_page-options.php:229
1024
  msgid "Default wishlist name"
1025
  msgstr "Nome predefinito della lista"
1026
 
1027
- #: plugin-options/wishlist_page-options.php:230
1028
  msgid ""
1029
  "Enter a name for the default wishlist. This is the wishlist that will be "
1030
  "automatically generated for all users if they do not create any custom one"
@@ -1033,64 +1007,64 @@ msgstr ""
1033
  "generata in automatico per ogni utente quando non ne viene creata una "
1034
  "personalizzata"
1035
 
1036
- #: plugin-options/wishlist_page-options.php:232
1037
  #, fuzzy
1038
  msgid "My wishlist"
1039
  msgstr "La mia lista dei desideri su %s "
1040
 
1041
- #: plugin-options/wishlist_page-options.php:237
1042
  msgid "\"Add to cart\" text"
1043
  msgstr "Testo 'Aggiungi al carrello'"
1044
 
1045
- #: plugin-options/wishlist_page-options.php:238
1046
  msgid "Enter a text for the \"Add to cart\" button"
1047
  msgstr "Personalizza il testo del pulsante 'Aggiungi al carrello'"
1048
 
1049
- #: plugin-options/wishlist_page-options.php:250
1050
  msgid "Style & color customization"
1051
  msgstr "Personalizzazione stile e colori"
1052
 
1053
- #: plugin-options/wishlist_page-options.php:257
1054
  msgid "Style of \"Add to cart\""
1055
  msgstr "Stile di 'Aggiungi al carrello'"
1056
 
1057
- #: plugin-options/wishlist_page-options.php:258
1058
  msgid "Choose whether to show a textual \"Add to cart\" link or a button"
1059
  msgstr ""
1060
  "Scegli se mostrare un link testuale 'Aggiungi al carrello' oppure un pulsante"
1061
 
1062
- #: plugin-options/wishlist_page-options.php:271
1063
  msgid "\"Add to cart\" button style"
1064
  msgstr "Stile pulsante 'Aggiungi al carrello'"
1065
 
1066
- #: plugin-options/wishlist_page-options.php:277
1067
  msgid "Choose the colors for the \"Add to cart\" button"
1068
  msgstr "Scegli i colori del pulsante 'Aggiungi al carrello'"
1069
 
1070
- #: plugin-options/wishlist_page-options.php:295
1071
  msgid "Choose colors for the \"Add to cart\" button on hover state"
1072
  msgstr ""
1073
  "Scegli i colori del pulsante 'Aggiungi al carrello' al passaggio del mouse "
1074
  "(hover)"
1075
 
1076
- #: plugin-options/wishlist_page-options.php:321
1077
  msgid "Set the radius for the \"Add to cart\" button"
1078
  msgstr ""
1079
  "Imposta il raggio del bordo arrotondato del pulsante 'Aggiungi al carrello'"
1080
 
1081
- #: plugin-options/wishlist_page-options.php:335
1082
  msgid "\"Add to cart\" icon"
1083
  msgstr "Icona 'Aggiungi al carrello'"
1084
 
1085
- #: plugin-options/wishlist_page-options.php:336
1086
  msgid "Select an icon for the \"Add to cart\" button (optional)"
1087
  msgstr "Seleziona un'icona per il pulsante 'Aggiungi al carrello' (opzionale)"
1088
 
1089
- #: plugin-options/wishlist_page-options.php:351
1090
  msgid "\"Add to cart\" custom icon"
1091
  msgstr "Icona personalizzata per 'Aggiungi al carrello'"
1092
 
1093
- #: plugin-options/wishlist_page-options.php:352
1094
  msgid ""
1095
  "Upload an icon you'd like to use for the \"Add to cart\" button (suggested "
1096
  "32px x 32px)"
@@ -1098,11 +1072,11 @@ msgstr ""
1098
  "Carica un'icona da utilizzare per il pulsante 'Aggiungi al "
1099
  "carrello' (dimensione consigliata 32 x 32 px)"
1100
 
1101
- #: plugin-options/wishlist_page-options.php:360
1102
  msgid "Primary button style"
1103
  msgstr "Stile pulsante principale"
1104
 
1105
- #: plugin-options/wishlist_page-options.php:366
1106
  msgid ""
1107
  "Choose colors for the primary button<br/><small>This style will be applied "
1108
  "to \"Edit title\" button on Wishlist view, \"Submit Changes\" button on "
@@ -1113,7 +1087,7 @@ msgstr ""
1113
  "pulsante 'Applica modifiche' in modalità Gestisci liste e al pulsante 'Cerca "
1114
  "lista' in modalità Cerca.</small>"
1115
 
1116
- #: plugin-options/wishlist_page-options.php:384
1117
  msgid ""
1118
  "Choose colors for the primary button on hover state<br/><small>This style "
1119
  "will be applied to \"Edit title\" button on Wishlist view, \"Submit Changes"
@@ -1125,34 +1099,34 @@ msgstr ""
1125
  "Lista dei desideri, al pulsante 'Applica modifiche' in modalità Gestisci "
1126
  "liste e al pulsante 'Cerca lista' in modalità Cerca.</small>"
1127
 
1128
- #: plugin-options/wishlist_page-options.php:409
1129
  msgid "Secondary button style"
1130
  msgstr "Stile pulsante secondario"
1131
 
1132
- #: plugin-options/wishlist_page-options.php:415
1133
  #: plugin-options/wishlist_page-options.php:433
 
1134
  msgid ""
1135
  "Choose colors of the secondary button<br/><small>This style will be applied "
1136
  "to the buttons that allow showing and hiding the Edit title form on Wishlist "
1137
  "view and \"Create new Wishlist\" button on Manage view</small>"
1138
  msgstr ""
1139
 
1140
- #: plugin-options/wishlist_page-options.php:458
1141
  msgid "Wishlist table style"
1142
  msgstr "Stile tabella Lista dei desideri"
1143
 
1144
- #: plugin-options/wishlist_page-options.php:459
1145
  msgid ""
1146
  "Choose the colors for the wishlist table (when set to \"Traditional\" layout)"
1147
  msgstr ""
1148
  "Scegli i colori della tabella Lista dei desideri (quando impostata sul "
1149
  "layout 'Tradizionale')"
1150
 
1151
- #: plugin-options/wishlist_page-options.php:487
1152
  msgid "Highlight color"
1153
  msgstr "Colore in evidenza"
1154
 
1155
- #: plugin-options/wishlist_page-options.php:488
1156
  msgid ""
1157
  "Choose the color for all sections with background<br/><small>This color will "
1158
  "be used as background for the wishlist table heading and footer (when set to "
@@ -1164,31 +1138,31 @@ msgstr ""
1164
  "'Tradizionale') e per i vari moduli nelle modalità di visualizzazione delle "
1165
  "liste</small>"
1166
 
1167
- #: plugin-options/wishlist_page-options.php:500
1168
  msgid "Share button text color"
1169
  msgstr "Colore testo pulsante condivisione"
1170
 
1171
- #: plugin-options/wishlist_page-options.php:501
1172
  msgid "Choose colors for share buttons text"
1173
  msgstr "Scegli i colori del testo per i pulsanti di condivisione"
1174
 
1175
- #: plugin-options/wishlist_page-options.php:512
1176
  msgid "Text hover"
1177
  msgstr "Testo - hover"
1178
 
1179
- #: plugin-options/wishlist_page-options.php:525
1180
  msgid "Facebook share button icon"
1181
  msgstr "Icona pulsante Condividi su Facebook"
1182
 
1183
- #: plugin-options/wishlist_page-options.php:526
1184
  msgid "Select an icon for the Facebook share button"
1185
  msgstr "Seleziona un'icona per il pulsante di condivisione su Facebook"
1186
 
1187
- #: plugin-options/wishlist_page-options.php:536
1188
  msgid "Facebook share button custom icon"
1189
  msgstr "Icona personalizzata pulsante Condividi su Facebook"
1190
 
1191
- #: plugin-options/wishlist_page-options.php:537
1192
  msgid ""
1193
  "Upload an icon you'd like to use for Facebook share button (suggested 32px x "
1194
  "32px)"
@@ -1196,35 +1170,35 @@ msgstr ""
1196
  "Carica un'icona da utilizzare per il pulsante di condivisione su Facebook "
1197
  "(dimensione consigliata 32 x 32 px)"
1198
 
1199
- #: plugin-options/wishlist_page-options.php:545
1200
  msgid "Facebook share button style"
1201
  msgstr "Stile pulsante Condividi su Facebook"
1202
 
1203
- #: plugin-options/wishlist_page-options.php:546
1204
  msgid "Choose colors for Facebook share button"
1205
  msgstr "Scegli i colori per il pulsante di condivisione su Facebook"
1206
 
1207
- #: plugin-options/wishlist_page-options.php:557
1208
- #: plugin-options/wishlist_page-options.php:597
1209
- #: plugin-options/wishlist_page-options.php:637
1210
- #: plugin-options/wishlist_page-options.php:677
1211
- #: plugin-options/wishlist_page-options.php:717
1212
  msgid "Background hover"
1213
  msgstr "Colore - hover"
1214
 
1215
- #: plugin-options/wishlist_page-options.php:565
1216
  msgid "Twitter share button icon"
1217
  msgstr "Icona pulsante Condividi su Twitter"
1218
 
1219
- #: plugin-options/wishlist_page-options.php:566
1220
  msgid "Select an icon for the Twitter share button"
1221
  msgstr "Seleziona un'icona per il pulsante di condivisione su Twitter"
1222
 
1223
- #: plugin-options/wishlist_page-options.php:576
1224
  msgid "Twitter share button custom icon"
1225
  msgstr "Icona personalizzata pulsante Condividi su Twitter"
1226
 
1227
- #: plugin-options/wishlist_page-options.php:577
1228
  msgid ""
1229
  "Upload an icon you'd like to use for Twitter share button (suggested 32px x "
1230
  "32px)"
@@ -1232,27 +1206,27 @@ msgstr ""
1232
  "Carica un'icona da utilizzare per il pulsante di condivisione su Twitter "
1233
  "(dimensione consigliata 32 x 32 px)"
1234
 
1235
- #: plugin-options/wishlist_page-options.php:585
1236
  msgid "Twitter share button style"
1237
  msgstr "Stile pulsante Condividi su Twitter"
1238
 
1239
- #: plugin-options/wishlist_page-options.php:586
1240
  msgid "Choose colors for Twitter share button"
1241
  msgstr "Scegli i colori del testo per i pulsanti di condivisione su Twitter"
1242
 
1243
- #: plugin-options/wishlist_page-options.php:605
1244
  msgid "Pinterest share button icon"
1245
  msgstr "Icona pulsante Condividi su Pinterest"
1246
 
1247
- #: plugin-options/wishlist_page-options.php:606
1248
  msgid "Select an icon for the Pinterest share button"
1249
  msgstr "Seleziona un'icona per il pulsante di condivisione su Pinterest"
1250
 
1251
- #: plugin-options/wishlist_page-options.php:616
1252
  msgid "Pinterest share button custom icon"
1253
  msgstr "Icona personalizzata pulsante Condividi su Pinterest"
1254
 
1255
- #: plugin-options/wishlist_page-options.php:617
1256
  msgid ""
1257
  "Upload an icon you'd like to use for Pinterest share button (suggested 32px "
1258
  "x 32px)"
@@ -1260,27 +1234,27 @@ msgstr ""
1260
  "Carica un'icona da utilizzare per il pulsante di condivisione su Pinterest "
1261
  "(dimensione consigliata 32 x 32 px)"
1262
 
1263
- #: plugin-options/wishlist_page-options.php:625
1264
  msgid "Pinterest share button style"
1265
  msgstr "Stile pulsante Condividi su Pinterest"
1266
 
1267
- #: plugin-options/wishlist_page-options.php:626
1268
  msgid "Choose colors for Pinterest share button"
1269
  msgstr "Scegli i colori del testo per i pulsanti di condivisione su Pinterest"
1270
 
1271
- #: plugin-options/wishlist_page-options.php:645
1272
  msgid "Email share button icon"
1273
  msgstr "Icona pulsante Condividi per email"
1274
 
1275
- #: plugin-options/wishlist_page-options.php:646
1276
  msgid "Select an icon for the Email share button"
1277
  msgstr "Seleziona un'icona per il pulsante di condivisione per email"
1278
 
1279
- #: plugin-options/wishlist_page-options.php:656
1280
  msgid "Email share button custom icon"
1281
  msgstr "Icona personalizzata pulsante Condividi per email"
1282
 
1283
- #: plugin-options/wishlist_page-options.php:657
1284
  msgid ""
1285
  "Upload an icon you'd like to use for the Email share button (suggested 32px "
1286
  "x 32px)"
@@ -1288,27 +1262,27 @@ msgstr ""
1288
  "Carica un'icona da utilizzare per il pulsante di condivisione email "
1289
  "(dimensione consigliata 32 x 32 px)"
1290
 
1291
- #: plugin-options/wishlist_page-options.php:665
1292
  msgid "Email share button style"
1293
  msgstr "Stile pulsante Condividi per email"
1294
 
1295
- #: plugin-options/wishlist_page-options.php:666
1296
  msgid "Choose colors for the Email share button"
1297
  msgstr "Scegli i colori del testo per i pulsanti di condivisione email"
1298
 
1299
- #: plugin-options/wishlist_page-options.php:685
1300
  msgid "WhatsApp share button icon"
1301
  msgstr "Icona pulsante Condividi su WhatsApp"
1302
 
1303
- #: plugin-options/wishlist_page-options.php:686
1304
  msgid "Select an icon for the WhatsApp share button"
1305
  msgstr "Seleziona un'icona per il pulsante di condivisione su WhatsApp"
1306
 
1307
- #: plugin-options/wishlist_page-options.php:696
1308
  msgid "WhatsApp share button custom icon"
1309
  msgstr "Icona personalizzata pulsante Condividi su WhatsApp"
1310
 
1311
- #: plugin-options/wishlist_page-options.php:697
1312
  msgid ""
1313
  "Upload an icon you'd like to use for WhatsApp share button (suggested 32px x "
1314
  "32px)"
@@ -1316,152 +1290,152 @@ msgstr ""
1316
  "Carica un'icona da utilizzare per il pulsante di condivisione su WhatsApp "
1317
  "(dimensione consigliata 32 x 32 px)"
1318
 
1319
- #: plugin-options/wishlist_page-options.php:705
1320
  msgid "WhatsApp share button style"
1321
  msgstr "Stile pulsante Condividi su WhatsApp"
1322
 
1323
- #: plugin-options/wishlist_page-options.php:706
1324
  msgid "Choose colors for WhatsApp share button"
1325
  msgstr "Scegli i colori del testo per i pulsanti di condivisione su WhatsApp"
1326
 
1327
- #: templates/share.php:51 templates/share.php:52
1328
  msgid "Facebook"
1329
  msgstr "Facebook"
1330
 
1331
- #: templates/share.php:59 templates/share.php:60
1332
  msgid "Twitter"
1333
  msgstr "Twitter"
1334
 
1335
- #: templates/share.php:67 templates/share.php:68
1336
  msgid "Pinterest"
1337
  msgstr "Pinterest"
1338
 
1339
- #: templates/share.php:75 templates/share.php:76
1340
  msgid "Email"
1341
  msgstr "Email"
1342
 
1343
- #: templates/share.php:83
1344
  msgid "WhatsApp"
1345
  msgstr "WhatsApp"
1346
 
1347
- #: templates/share.php:84
1348
  msgid "Whatsapp"
1349
  msgstr "Whatsapp"
1350
 
1351
- #: templates/share.php:93
1352
  msgid "(Now"
1353
  msgstr "(Ora"
1354
 
1355
- #: templates/share.php:93
1356
  msgid "copy"
1357
  msgstr "copia"
1358
 
1359
- #: templates/share.php:93
1360
  msgid "this wishlist link and share it anywhere)"
1361
  msgstr "questo URL e condividilo dove vuoi)"
1362
 
1363
- #: templates/wishlist-view-footer-mobile.php:44
1364
- #: templates/wishlist-view-footer.php:44
1365
  msgid "Apply this action to all the selected items:"
1366
  msgstr "Applica a tutti gli articoli selezionati:"
1367
 
1368
- #: templates/wishlist-view-footer-mobile.php:49
1369
- #: templates/wishlist-view-footer.php:49
1370
  msgid "Remove from wishlist"
1371
  msgstr "Rimuovi dalla lista"
1372
 
1373
  #. translators: 1. Wishlist formatted name.
1374
- #: templates/wishlist-view-footer-mobile.php:67
1375
- #: templates/wishlist-view-footer.php:67
1376
  msgid "Move to %s"
1377
  msgstr ""
1378
 
1379
- #: templates/wishlist-view-footer-mobile.php:73
1380
- #: templates/wishlist-view-footer.php:73
1381
  msgid "Apply"
1382
  msgstr "Applica"
1383
 
1384
- #: templates/wishlist-view-footer-mobile.php:81
1385
- #: templates/wishlist-view-footer.php:81
1386
  msgid "Update"
1387
  msgstr "Aggiorna"
1388
 
1389
- #: templates/wishlist-view-footer-mobile.php:87
1390
- #: templates/wishlist-view-footer.php:103
1391
  msgid "Add all to cart"
1392
  msgstr "Aggiungi tutti al carrello"
1393
 
1394
- #: templates/wishlist-view-header.php:48
1395
  msgid "Edit title"
1396
  msgstr "Modifica titolo"
1397
 
1398
- #: templates/wishlist-view-mobile.php:134
1399
  msgid "Added on:"
1400
  msgstr "Aggiunto il:"
1401
 
1402
- #: templates/wishlist-view-mobile.php:145
1403
  msgid "Price:"
1404
  msgstr "Prezzo:"
1405
 
1406
- #: templates/wishlist-view-mobile.php:172
1407
  msgid "Quantity:"
1408
  msgstr "Quantità:"
1409
 
1410
- #: templates/wishlist-view-mobile.php:187
1411
  msgid "Stock:"
1412
  msgstr "Disponibilità in magazzino:"
1413
 
1414
- #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1415
  msgid "Out of stock"
1416
  msgstr "Esaurito"
1417
 
1418
- #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1419
  msgid "In Stock"
1420
  msgstr "Disponibile"
1421
 
1422
- #: templates/wishlist-view-mobile.php:210 templates/wishlist-view.php:260
1423
  msgid "Move"
1424
  msgstr "Sposta"
1425
 
1426
- #: templates/wishlist-view-mobile.php:231 templates/wishlist-view.php:281
1427
  msgid "Move to another list &rsaquo;"
1428
  msgstr "Sposta in un'altra lista &rsaquo;"
1429
 
1430
- #: templates/wishlist-view-mobile.php:239 templates/wishlist-view.php:155
1431
- #: templates/wishlist-view.php:291
1432
  msgid "Remove this product"
1433
  msgstr "Rimuovi questo prodotto"
1434
 
1435
- #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:311
1436
  msgid "No products added to the wishlist"
1437
  msgstr "Non è stato ancora aggiunto nessun prodotto alla lista"
1438
 
1439
- #: templates/wishlist-view.php:79
1440
  msgid "Product name"
1441
  msgstr "Nome prodotto"
1442
 
1443
- #: templates/wishlist-view.php:87
1444
  msgid "Unit price"
1445
  msgstr "Prezzo unitario"
1446
 
1447
- #: templates/wishlist-view.php:96
1448
  msgid "Quantity"
1449
  msgstr "Quantità"
1450
 
1451
- #: templates/wishlist-view.php:105
1452
  msgid "Stock status"
1453
  msgstr "Disponibilità in magazzino"
1454
 
1455
- #: templates/wishlist-view.php:123
1456
  msgid "Arrange"
1457
  msgstr "Riordina"
1458
 
1459
  #. translators: date added label: 1 date added.
1460
- #: templates/wishlist-view.php:241
1461
  msgid "Added on: %s"
1462
  msgstr "Aggiunto il: %s"
1463
 
1464
- #: templates/wishlist-view.php:291
1465
  msgid "Remove"
1466
  msgstr "Rimuovi"
1467
 
@@ -1474,7 +1448,7 @@ msgid ""
1474
  "your e-commerce on <strong>YITH</strong></a>"
1475
  msgstr ""
1476
 
1477
- #: includes/class-yith-wcwl-admin.php:259
1478
  msgctxt "[HELP TAB] Video title"
1479
  msgid ""
1480
  "Check this video to learn how to <b>configure wishlist and customize options:"
@@ -1486,7 +1460,7 @@ msgctxt "page_slug"
1486
  msgid "wishlist"
1487
  msgstr ""
1488
 
1489
- #: includes/class-yith-wcwl-privacy.php:230
1490
  msgctxt "date when wishlist was created"
1491
  msgid "Created on"
1492
  msgstr ""
@@ -1512,7 +1486,7 @@ msgid "Shows a list of products in wishlist"
1512
  msgstr ""
1513
 
1514
  #. translators: 1. % of reduction/increase in price.
1515
- #: includes/class-yith-wcwl-wishlist-item.php:435
1516
  msgctxt ""
1517
  "Part of the template that shows price variation since addition to list; "
1518
  "placeholder will be replaced with a percentage"
@@ -1520,7 +1494,7 @@ msgid "Price is %1$s%%"
1520
  msgstr ""
1521
 
1522
  #. translators: 2: original product price.
1523
- #: includes/class-yith-wcwl-wishlist-item.php:437
1524
  msgctxt ""
1525
  "Part of the template that shows price variation since addition to list; "
1526
  "placeholder will be replaced with a price"
@@ -1633,6 +1607,22 @@ msgctxt "yith-woocommerce-wishlist"
1633
  msgid "Items per page"
1634
  msgstr "Articoli aggiunti"
1635
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1636
  #~ msgid "Premium Version"
1637
  #~ msgstr "Versione premium"
1638
 
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
+ "POT-Creation-Date: 2022-08-04 12:20:46+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:05+0200\n"
10
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
11
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
28
  msgid "Wishlist Page"
29
  msgstr "Pagina Lista dei desideri"
30
 
31
+ #: includes/class-yith-wcwl-admin.php:155
32
  msgid "General settings"
33
  msgstr "Impostazioni generali"
34
 
35
+ #: includes/class-yith-wcwl-admin.php:156
36
  msgid "Add to wishlist options"
37
  msgstr "Opzioni Aggiungi alla lista"
38
 
39
+ #: includes/class-yith-wcwl-admin.php:157
40
  msgid "Wishlist page options"
41
  msgstr "Opzioni pagina Lista dei desideri"
42
 
43
+ #: includes/class-yith-wcwl-admin.php:268
44
  msgid ""
45
  "Allows your customers to create and share lists of products that they want "
46
  "to purchase on your e-commerce."
48
  "Permette ai tuoi clienti di creare e condividere delle liste di prodotti che "
49
  "desiderano acquistare sul tuo e-commerce."
50
 
51
+ #: includes/class-yith-wcwl-admin.php:308
52
  msgid ""
53
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
54
  msgstr ""
55
 
56
+ #: includes/class-yith-wcwl-admin.php:309
57
  msgid ""
58
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
59
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
60
  "on \"Add to wishlist\""
61
  msgstr ""
62
 
63
+ #: includes/class-yith-wcwl-admin.php:310
64
  msgid ""
65
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
66
  "them either public (visible to everyone), private or shared (visible only to "
67
  "people it has been shared with)"
68
  msgstr ""
69
 
70
+ #: includes/class-yith-wcwl-admin.php:311
71
  msgid ""
72
  "Choose between <b>different layouts</b> for the wishlist page and for the "
73
  "wishlist content"
74
  msgstr ""
75
 
76
+ #: includes/class-yith-wcwl-admin.php:312
77
  msgid ""
78
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
79
  "move a product from one wishlist to another, change order of items, "
80
  "quantity, etc."
81
  msgstr ""
82
 
83
+ #: includes/class-yith-wcwl-admin.php:313
84
  msgid ""
85
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
86
  "content of their wishlist to the admin and get a custom quote"
87
  msgstr ""
88
 
89
+ #: includes/class-yith-wcwl-admin.php:314
90
  msgid ""
91
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
92
  "(available also with \"mini-cart\" style for the header)"
93
  msgstr ""
94
 
95
+ #: includes/class-yith-wcwl-admin.php:315
96
  msgid ""
97
+ "<b>Send promotional emails to users</b> who have added specific products to "
 
98
  "their wishlist"
99
  msgstr ""
100
 
101
+ #: includes/class-yith-wcwl-admin.php:316
102
  msgid ""
103
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
104
  "the list is back in stock or on sale"
105
  msgstr ""
106
 
107
+ #: includes/class-yith-wcwl-admin.php:317
108
  msgid "Regular updates, Translations and Premium Support"
109
  msgstr ""
110
 
111
+ #: includes/class-yith-wcwl-ajax-handler.php:94
112
+ #: templates/add-to-wishlist-remove.php:81
113
  msgid "View &rsaquo;"
114
  msgstr "Vedi &rsaquo;"
115
 
116
+ #: includes/class-yith-wcwl-ajax-handler.php:95
117
+ #: templates/add-to-wishlist-remove.php:69
118
  msgid "or"
119
  msgstr "oppure"
120
 
121
+ #: includes/class-yith-wcwl-ajax-handler.php:96
122
  msgid "Close"
123
  msgstr ""
124
 
125
+ #: includes/class-yith-wcwl-ajax-handler.php:203
126
+ #: includes/class-yith-wcwl-ajax-handler.php:252
127
  msgid "Product successfully removed."
128
  msgstr "Prodotto rimosso con successo."
129
 
130
+ #: includes/class-yith-wcwl-form-handler.php:193
131
  msgid "Please, make sure to enter a valid title"
132
  msgstr "Inserisci un valido titolo"
133
 
134
+ #: includes/class-yith-wcwl-frontend.php:674
135
  msgid ""
136
  "We are sorry, but this feature is available only if cookies on your browser "
137
  "are enabled."
139
  "Spiacenti, questa funzionalità è disponibile solo se hai abilitato i cookie "
140
  "nel tuo browser."
141
 
142
+ #: includes/class-yith-wcwl-frontend.php:684
143
  msgid "Product added to cart successfully"
144
  msgstr "Prodotto aggiunto al carrello con successo"
145
 
146
+ #: includes/class-yith-wcwl-frontend.php:947
147
+ #: includes/class-yith-wcwl-shortcode.php:248
148
+ #: plugin-options/wishlist_page-options.php:249
149
+ #: templates/wishlist-view-footer-mobile.php:59
150
+ #: templates/wishlist-view-footer.php:59
151
  msgid "Add to cart"
152
  msgstr "Aggiungi al carrello"
153
 
209
  "Il nostro team ha accesso a queste informazioni per offrirti le migliori "
210
  "offerte per i prodotti che ami."
211
 
212
+ #: includes/class-yith-wcwl-privacy.php:94
213
+ #: includes/class-yith-wcwl-privacy.php:110
214
  msgid "Customer wishlists"
215
  msgstr "Liste dei clienti"
216
 
217
+ #: includes/class-yith-wcwl-privacy.php:147 plugin-options/lists-options.php:34
218
+ #: plugin-options/lists-options.php:41
219
  msgid "Wishlists"
220
  msgstr "Liste dei desideri"
221
 
222
  #. Translators: %s Order number.
223
+ #: includes/class-yith-wcwl-privacy.php:233
224
  msgid "Removed wishlist %s."
225
  msgstr "Lista dei desideri %s rimossa."
226
 
227
  #. Translators: %s Order number.
228
+ #: includes/class-yith-wcwl-privacy.php:237
229
  msgid "Wishlist %s has been retained."
230
  msgstr "La lista dei desideri %s è stata salvata."
231
 
232
+ #: includes/class-yith-wcwl-privacy.php:272
233
  msgid "Token"
234
  msgstr "Token"
235
 
236
+ #: includes/class-yith-wcwl-privacy.php:273
237
  msgid "Wishlist URL"
238
  msgstr "URL lista dei desideri"
239
 
240
+ #: includes/class-yith-wcwl-privacy.php:274
241
  msgid "Title"
242
  msgstr "Titolo"
243
 
244
+ #: includes/class-yith-wcwl-privacy.php:276
245
  msgid "Visibility"
246
  msgstr "Visibilità"
247
 
248
+ #: includes/class-yith-wcwl-privacy.php:277
249
  msgid "Items added"
250
  msgstr "Articoli aggiunti"
251
 
328
  msgid "ID of the wishlist to show (e.g. K6EOWXB888ZD)"
329
  msgstr "ID della lista da mostrare (es. K6EOWXB888ZD)"
330
 
331
+ #: includes/class-yith-wcwl-shortcode.php:452
332
  msgid "Share on:"
333
  msgstr "Condividi su:"
334
 
335
+ #: includes/class-yith-wcwl-shortcode.php:498
336
+ #: plugin-options/wishlist_page-options.php:147
337
  msgid "Share on Facebook"
338
  msgstr "Condividi su Facebook"
339
 
340
+ #: includes/class-yith-wcwl-shortcode.php:515
341
+ #: plugin-options/wishlist_page-options.php:156
342
  msgid "Tweet on Twitter"
343
  msgstr "Condividi su Twitter"
344
 
345
+ #: includes/class-yith-wcwl-shortcode.php:533
346
+ #: plugin-options/wishlist_page-options.php:165
347
  msgid "Pin on Pinterest"
348
  msgstr "Condividi su Pinterest"
349
 
350
+ #: includes/class-yith-wcwl-shortcode.php:547
351
  msgid "Share via email"
352
  msgstr "Condividi per email"
353
 
354
+ #: includes/class-yith-wcwl-shortcode.php:570
355
+ #: plugin-options/wishlist_page-options.php:183
356
  msgid "Share on WhatsApp"
357
  msgstr "Condividi su WhatsApp"
358
 
359
+ #: includes/class-yith-wcwl-shortcode.php:744
360
  msgid "Remove from list"
361
  msgstr "Rimuovi dalla lista"
362
 
363
+ #: includes/class-yith-wcwl-wishlist-item.php:203
364
  msgid "Free!"
365
  msgstr "Gratuito!"
366
 
367
+ #: includes/class-yith-wcwl.php:232
368
  msgid "The item cannot be added to this wishlist"
369
  msgstr "L'elemento non può essere aggiunto alla lista dei desideri"
370
 
371
+ #: includes/class-yith-wcwl.php:236 includes/class-yith-wcwl.php:242
372
  msgid "An error occurred while adding the products to the wishlist."
373
  msgstr ""
374
  "Si è verificato un errore mentre si cercava di aggiungere i prodotti alla "
375
  "lista."
376
 
377
+ #: includes/class-yith-wcwl.php:339 includes/class-yith-wcwl.php:365
378
  msgid "Error. Unable to remove the product from the wishlist."
379
  msgstr "Errore. Impossibile rimuovere il prodotto dalla lista dei desideri."
380
 
381
+ #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:250
382
+ #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:272
383
  msgid "Invalid wishlist."
384
  msgstr "Lista non valida."
385
 
386
+ #: includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:210
387
  msgid "Invalid wishlist item."
388
  msgstr "Elemento della lista non valido."
389
 
390
  #. translators: 1. Number of users.
391
+ #: includes/functions-yith-wcwl.php:309
392
  msgid "%d user"
393
  msgid_plural "%d users"
394
  msgstr[0] "%s utente"
395
  msgstr[1] "%d utenti"
396
 
397
+ #: includes/functions-yith-wcwl.php:310
398
  msgid "has this item in wishlist"
399
  msgid_plural "have this item in wishlist"
400
  msgstr[0] "ha aggiunto questo prodotto alla sua lista"
401
  msgstr[1] "hanno aggiunto questo prodotto alla propria lista"
402
 
403
+ #: includes/functions-yith-wcwl.php:312
404
  msgid "You're the first"
405
  msgstr "Sei il primo"
406
 
407
+ #: includes/functions-yith-wcwl.php:313
408
  msgid "to add this item in wishlist"
409
  msgstr "ad aver aggiunto questo prodotto alla lista dei desideri"
410
 
411
  #. translators: 1. Count of users when many, or "another" when only one.
412
+ #: includes/functions-yith-wcwl.php:317
413
  msgid "You and %s user"
414
  msgid_plural "You and %d users"
415
  msgstr[0] "Tu e un altro utente"
416
  msgstr[1] "Tu e altri %d utenti"
417
 
418
+ #: includes/functions-yith-wcwl.php:317
419
  msgid "another"
420
  msgstr ""
421
 
422
+ #: includes/functions-yith-wcwl.php:318
423
  msgid "have this item in wishlist"
424
  msgstr "avete aggiunto questo prodotto alla lista dei desideri"
425
 
426
+ #: includes/functions-yith-wcwl.php:534
427
  msgid "None"
428
  msgstr ""
429
 
430
+ #: includes/functions-yith-wcwl.php:535
431
  #, fuzzy
432
  msgid "Custom"
433
  msgstr "CSS personalizzato"
434
 
435
+ #: includes/functions-yith-wcwl.php:567
436
  msgid "Shared"
437
  msgstr "Condivisa"
438
 
439
+ #: includes/functions-yith-wcwl.php:571
440
  msgid "Only people with a link to this list can see it"
441
  msgstr "Solo le persone con cui condividi il link della lista possono vederla"
442
 
443
+ #: includes/functions-yith-wcwl.php:577
444
  msgid "Private"
445
  msgstr "Privata"
446
 
447
+ #: includes/functions-yith-wcwl.php:581
448
  msgid "Only you can see this list"
449
  msgstr "Solo tu puoi vedere questa lista"
450
 
451
+ #: includes/functions-yith-wcwl.php:587
452
  msgid "Public"
453
  msgstr "Pubblica"
454
 
455
+ #: includes/functions-yith-wcwl.php:591
456
  msgid "Anyone can search for and see this list"
457
  msgstr "Tutti possono cercare e vedere questa lista"
458
 
459
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:118
460
+ #: plugin-options/add_to_wishlist-options.php:136
461
  msgid "Add to wishlist"
462
  msgstr "Aggiungi alla lista dei desideri"
463
 
464
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:128
465
+ #: plugin-options/add_to_wishlist-options.php:152
466
  msgid "Browse wishlist"
467
  msgstr "Vedi la lista"
468
 
476
  msgid "Product added to wishlist"
477
  msgstr "Quando il prodotto viene aggiunto alla lista"
478
 
479
+ #: init.php:173
480
  msgid "is enabled but not effective. It requires WooCommerce to work."
481
  msgstr ""
482
 
483
+ #: init.php:191
484
+ msgid ""
485
+ "YITH WooCommerce Wishlist was deactivated as you're running an higher tier "
486
+ "version of the same plugin."
 
 
487
  msgstr ""
488
 
489
+ #: plugin-options/add_to_wishlist-options.php:29
490
+ #: plugin-options/settings-options.php:32
491
  msgid "General Settings"
492
  msgstr "Impostazioni generali"
493
 
494
+ #: plugin-options/add_to_wishlist-options.php:36
495
  #, fuzzy
496
  msgid "After product is added to wishlist"
497
  msgstr "Quando il prodotto viene aggiunto alla lista"
498
 
499
+ #: plugin-options/add_to_wishlist-options.php:37
500
  msgid ""
501
  "Choose the look of the Wishlist button when the product has already been "
502
  "added to a wishlist"
504
  "Personalizza lo stile che deve avere il pulsante quando il prodotto è stato "
505
  "già aggiunto alla lista"
506
 
507
+ #: plugin-options/add_to_wishlist-options.php:41
508
  #, fuzzy
509
  msgid "Show \"Add to wishlist\" button"
510
  msgstr "Mostra il pulsante 'Aggiungi alla lista'"
511
 
512
+ #: plugin-options/add_to_wishlist-options.php:42
513
  msgid "Show \"View wishlist\" link"
514
  msgstr "Mostra il link 'Vedi la lista'"
515
 
516
+ #: plugin-options/add_to_wishlist-options.php:43
517
  msgid "Show \"Remove from list\" link"
518
  msgstr "Mostra il link 'Rimuovi dalla lista'"
519
 
520
+ #: plugin-options/add_to_wishlist-options.php:57
521
  msgid "Loop settings"
522
  msgstr "Impostazioni loop"
523
 
524
+ #: plugin-options/add_to_wishlist-options.php:59
525
  msgid ""
526
  "Loop options will be visible on Shop page, category pages, product "
527
  "shortcodes, products sliders, and all the other places where the WooCommerce "
531
  "categoria, negli shortcode che mostrano i prodotti, slider di prodotti e "
532
  "tutti gli altri casi in cui viene utilizzato il loop dei prodotti WooCommerce"
533
 
534
+ #: plugin-options/add_to_wishlist-options.php:64
535
  msgid "Show \"Add to wishlist\" in loop"
536
  msgstr "Mostra 'Aggiungi alla lista' nel loop"
537
 
538
+ #: plugin-options/add_to_wishlist-options.php:65
539
  msgid "Enable the \"Add to wishlist\" feature in WooCommerce products' loop"
540
  msgstr ""
541
  "Abilita la funzionalità 'Aggiungi alla lista' nel loop prodotti di "
542
  "WooCommerce"
543
 
544
+ #: plugin-options/add_to_wishlist-options.php:73
545
  msgid "Position of \"Add to wishlist\" in loop"
546
  msgstr "Posizione di 'Aggiungi alla lista' nel loop"
547
 
548
+ #: plugin-options/add_to_wishlist-options.php:74
549
  msgid ""
550
  "Choose where to show \"Add to wishlist\" button or link in WooCommerce "
551
  "products' loop. <span class=\"addon\">Copy this shortcode <span class=\"code"
557
  "class=\"code\"><code>[yith_wcwl_add_to_wishlist]</code></span> e incollalo "
558
  "dove vuoi tu per mostrare il link o il pulsante 'Aggiungi alla lista'</span>"
559
 
560
+ #: plugin-options/add_to_wishlist-options.php:81
561
  msgid "On top of the image"
562
  msgstr "Sopra l'immagine"
563
 
564
+ #: plugin-options/add_to_wishlist-options.php:82
565
  msgid "Before \"Add to cart\" button"
566
  msgstr "Prima del pulsante 'Aggiungi al carrello'"
567
 
568
+ #: plugin-options/add_to_wishlist-options.php:83
569
  msgid "After \"Add to cart\" button"
570
  msgstr "Dopo il pulsante 'Aggiungi al carrello'"
571
 
572
+ #: plugin-options/add_to_wishlist-options.php:84
573
+ #: plugin-options/add_to_wishlist-options.php:116
574
  msgid "Use shortcode"
575
  msgstr "Utilizza lo shortcode"
576
 
577
+ #: plugin-options/add_to_wishlist-options.php:98
578
  msgid "Product page settings"
579
  msgstr "Impostazioni pagina prodotto"
580
 
581
+ #: plugin-options/add_to_wishlist-options.php:105
582
  msgid "Position of \"Add to wishlist\" on product page"
583
  msgstr "Posizione di 'Aggiungi alla lista' nella pagina prodotto"
584
 
585
+ #: plugin-options/add_to_wishlist-options.php:106
586
  msgid ""
587
  "Choose where to show \"Add to wishlist\" button or link on the product page. "
588
  "<span class=\"addon\">Copy this shortcode <span class=\"code"
594
  "\"><code>[yith_wcwl_add_to_wishlist]</code></span> e incollalo dove vuoi tu "
595
  "per mostrare il link o il pulsante 'Aggiungi alla lista'</span>"
596
 
597
+ #: plugin-options/add_to_wishlist-options.php:113
598
  msgid "After \"Add to cart\""
599
  msgstr "Dopo \"Aggiungi al carrello\""
600
 
601
+ #: plugin-options/add_to_wishlist-options.php:114
602
  msgid "After thumbnails"
603
  msgstr "Dopo le miniature"
604
 
605
+ #: plugin-options/add_to_wishlist-options.php:115
606
  msgid "After summary"
607
  msgstr "Dopo il sommario"
608
 
609
+ #: plugin-options/add_to_wishlist-options.php:126
610
+ #: plugin-options/wishlist_page-options.php:231
611
  msgid "Text customization"
612
  msgstr "Personalizzazione testi"
613
 
614
+ #: plugin-options/add_to_wishlist-options.php:133
615
  msgid "\"Add to wishlist\" text"
616
  msgstr "Testo 'Aggiungi alla lista'"
617
 
618
+ #: plugin-options/add_to_wishlist-options.php:134
619
  msgid "Enter a text for \"Add to wishlist\" button"
620
  msgstr "Inserisci un testo per il pulsante 'Aggiungi alla lista'"
621
 
622
+ #: plugin-options/add_to_wishlist-options.php:141
623
  msgid "\"Product added\" text"
624
  msgstr "Testo per \"Articolo aggiunto\""
625
 
626
+ #: plugin-options/add_to_wishlist-options.php:142
627
  msgid ""
628
  "Enter the text of the message displayed when the user adds a product to the "
629
  "wishlist"
631
  "Inserisci il testo del messaggio mostrato quando l'utente aggiunge il "
632
  "prodotto alla lista dei desideri"
633
 
634
+ #: plugin-options/add_to_wishlist-options.php:144
635
  msgid "Product added!"
636
  msgstr "Articolo aggiunto!"
637
 
638
+ #: plugin-options/add_to_wishlist-options.php:149
639
  msgid "\"Browse wishlist\" text"
640
  msgstr "Testo per \"Vedi la lista dei desideri\""
641
 
642
+ #: plugin-options/add_to_wishlist-options.php:150
643
  msgid "Enter a text for the \"Browse wishlist\" link on the product page"
644
  msgstr "Inserisci il testo del link 'Vedi la lista' nella pagina prodotto"
645
 
646
+ #: plugin-options/add_to_wishlist-options.php:157
647
  msgid "\"Product already in wishlist\" text"
648
  msgstr "Testo per \"Articolo già presente nella lista dei desideri\""
649
 
650
+ #: plugin-options/add_to_wishlist-options.php:158
651
  msgid ""
652
  "Enter the text for the message displayed when the user views a product that "
653
  "is already in the wishlist"
655
  "Inserisci il testo del messaggio mostrato quando l'utente visualizza un "
656
  "prodotto che è già stato aggiunto alla lista"
657
 
658
+ #: plugin-options/add_to_wishlist-options.php:160
659
  msgid "The product is already in your wishlist!"
660
  msgstr "Il prodotto è già nella tua lista!"
661
 
662
+ #: plugin-options/add_to_wishlist-options.php:170
663
  msgid "Style & Color customization"
664
  msgstr "Personalizzazione stile e colori"
665
 
666
+ #: plugin-options/add_to_wishlist-options.php:177
667
  msgid "Style of \"Add to wishlist\""
668
  msgstr "Stile di 'Aggiungi alla lista'"
669
 
670
+ #: plugin-options/add_to_wishlist-options.php:178
671
  msgid ""
672
  "Choose if you want to show a textual \"Add to wishlist\" link or a button"
673
  msgstr ""
674
  "Scegli se mostrare un link testuale 'Aggiungi alla lista' oppure un pulsante"
675
 
676
+ #: plugin-options/add_to_wishlist-options.php:181
677
+ #: plugin-options/wishlist_page-options.php:270
678
  msgid "Textual (anchor)"
679
  msgstr "Testuale (ancora)"
680
 
681
+ #: plugin-options/add_to_wishlist-options.php:182
682
+ #: plugin-options/wishlist_page-options.php:271
683
  msgid "Button with theme style"
684
  msgstr "Pulsante con lo stile del tema"
685
 
686
+ #: plugin-options/add_to_wishlist-options.php:183
687
+ #: plugin-options/wishlist_page-options.php:272
688
  msgid "Button with custom style"
689
  msgstr "Pulsante con uno stile personalizzato"
690
 
691
+ #: plugin-options/add_to_wishlist-options.php:191
692
  msgid "\"Add to wishlist\" button style"
693
  msgstr "Stile pulsante 'Aggiungi alla lista'"
694
 
695
+ #: plugin-options/add_to_wishlist-options.php:197
696
  msgid "Choose colors for the \"Add to wishlist\" button"
697
  msgstr "Scegli i colori del pulsante 'Aggiungi alla lista'"
698
 
699
+ #: plugin-options/add_to_wishlist-options.php:199
700
+ #: plugin-options/wishlist_page-options.php:288
701
+ #: plugin-options/wishlist_page-options.php:386
702
+ #: plugin-options/wishlist_page-options.php:435
703
+ #: plugin-options/wishlist_page-options.php:483
704
+ #: plugin-options/wishlist_page-options.php:570
705
+ #: plugin-options/wishlist_page-options.php:610
706
+ #: plugin-options/wishlist_page-options.php:650
707
+ #: plugin-options/wishlist_page-options.php:690
708
+ #: plugin-options/wishlist_page-options.php:730
709
  msgid "Background"
710
  msgstr "Sfondo"
711
 
712
+ #: plugin-options/add_to_wishlist-options.php:204
713
+ #: plugin-options/wishlist_page-options.php:293
714
+ #: plugin-options/wishlist_page-options.php:391
715
+ #: plugin-options/wishlist_page-options.php:440
716
+ #: plugin-options/wishlist_page-options.php:488
717
+ #: plugin-options/wishlist_page-options.php:525
718
  msgid "Text"
719
  msgstr "Testo"
720
 
721
+ #: plugin-options/add_to_wishlist-options.php:209
722
+ #: plugin-options/wishlist_page-options.php:298
723
+ #: plugin-options/wishlist_page-options.php:396
724
+ #: plugin-options/wishlist_page-options.php:445
725
+ #: plugin-options/wishlist_page-options.php:493
726
  msgid "Border"
727
  msgstr "Bordo"
728
 
729
+ #: plugin-options/add_to_wishlist-options.php:215
730
  msgid "Choose colors for the \"Add to wishlist\" button on hover state"
731
  msgstr ""
732
  "Scegli i colori del pulsante 'Aggiungi alla lista' al passaggio del mouse "
733
  "(hover)"
734
 
735
+ #: plugin-options/add_to_wishlist-options.php:217
736
+ #: plugin-options/wishlist_page-options.php:306
737
+ #: plugin-options/wishlist_page-options.php:404
738
+ #: plugin-options/wishlist_page-options.php:453
739
  msgid "Background Hover"
740
  msgstr "Colore - hover"
741
 
742
+ #: plugin-options/add_to_wishlist-options.php:222
743
+ #: plugin-options/wishlist_page-options.php:311
744
+ #: plugin-options/wishlist_page-options.php:409
745
+ #: plugin-options/wishlist_page-options.php:458
746
  msgid "Text Hover"
747
  msgstr "Testo - hover"
748
 
749
+ #: plugin-options/add_to_wishlist-options.php:227
750
+ #: plugin-options/wishlist_page-options.php:316
751
+ #: plugin-options/wishlist_page-options.php:414
752
+ #: plugin-options/wishlist_page-options.php:463
753
  msgid "Border Hover"
754
  msgstr "Bordo - hover"
755
 
756
+ #: plugin-options/add_to_wishlist-options.php:240
757
+ #: plugin-options/wishlist_page-options.php:329
758
  msgid "Border radius"
759
  msgstr "Border radius"
760
 
761
+ #: plugin-options/add_to_wishlist-options.php:241
762
  msgid "Choose radius for the \"Add to wishlist\" button"
763
  msgstr ""
764
  "Imposta il raggio del bordo arrotondato del pulsante 'Aggiungi alla lista'"
765
 
766
+ #: plugin-options/add_to_wishlist-options.php:255
767
  msgid "\"Add to wishlist\" icon"
768
  msgstr "Icona 'Aggiungi alla lista'"
769
 
770
+ #: plugin-options/add_to_wishlist-options.php:256
771
  msgid "Select an icon for the \"Add to wishlist\" button (optional)"
772
  msgstr "Seleziona un'icona per il pulsante 'Aggiungi alla lista' (opzionale)"
773
 
774
+ #: plugin-options/add_to_wishlist-options.php:275
775
  msgid "\"Add to wishlist\" custom icon"
776
  msgstr "Icona personalizzata per 'Aggiungi alla lista'"
777
 
778
+ #: plugin-options/add_to_wishlist-options.php:276
779
+ #: plugin-options/add_to_wishlist-options.php:309
780
  msgid ""
781
  "Upload an icon you'd like to use for \"Add to wishlist\" button (suggested "
782
  "32px x 32px)"
784
  "Carica un'icona da utilizzare per il pulsante 'Aggiungi alla "
785
  "lista' (dimensione consigliata 32 x 32 px)"
786
 
787
+ #: plugin-options/add_to_wishlist-options.php:288
788
  msgid "\"Added to wishlist\" icon"
789
  msgstr "Icona 'Aggiungi alla lista'"
790
 
791
+ #: plugin-options/add_to_wishlist-options.php:289
792
  msgid "Select an icon for the \"Added to wishlist\" button (optional)"
793
  msgstr ""
794
  "Selezionare un'icona per il pulsante \"Aggiungi alla lista\" (opzionale)"
795
 
796
+ #: plugin-options/add_to_wishlist-options.php:304
797
  msgid "Same used for Add to wishlist"
798
  msgstr "La stessa utilizzata per Aggiungi alla lista"
799
 
800
+ #: plugin-options/add_to_wishlist-options.php:308
801
  msgid "\"Added to wishlist\" custom icon"
802
  msgstr "Icona personalizzata per 'Aggiungi alla lista'"
803
 
804
+ #: plugin-options/add_to_wishlist-options.php:321
805
  msgid "Custom CSS"
806
  msgstr "CSS personalizzato"
807
 
808
+ #: plugin-options/add_to_wishlist-options.php:322
809
  msgid "Enter custom CSS to be applied to Wishlist elements (optional)"
810
  msgstr ""
811
  "Inserisci il tuo codice CSS da applicare agli elementi della lista "
812
  "(opzionale)"
813
 
814
+ #: plugin-options/lists-options.php:43
815
  #, fuzzy
816
  msgid "Search list"
817
  msgstr "Condividi la lista"
818
 
819
+ #: plugin-options/settings-options.php:39
 
 
 
 
 
 
 
 
820
  msgid "Enable AJAX loading"
821
  msgstr "Abilita caricamento in AJAX"
822
 
823
+ #: plugin-options/settings-options.php:40
824
  msgid "Load any cacheable wishlist item via AJAX"
825
  msgstr ""
826
  "Carica in AJAX qualsiasi elemento di YITH Wishlist che possa essere messo in "
827
  "cache"
828
 
829
+ #: plugin-options/settings-options.php:54
830
  msgid "YITH WooCommerce Frequently Bought Together Integration"
831
  msgstr "Integrazione con YITH WooCommerce Frequently Bought Together"
832
 
833
+ #: plugin-options/settings-options.php:60
 
 
 
 
 
 
 
 
 
 
 
834
  msgid "Enable slider in wishlist"
835
  msgstr "Abilita lo slider nella lista dei desideri"
836
 
837
+ #. translators: 1. Example image of the integration.
838
+ #: plugin-options/settings-options.php:62
 
839
  #, fuzzy
840
  msgid ""
841
  "Enable the slider with linked products on the Wishlist page (<a href=\"%1$s"
842
+ "\" class=\"thickbox\">Example</a>)."
843
  msgstr ""
844
  "Abilita lo slider con i prodotti correlati nella pagina Lista dei desideri "
845
  "(<a href=\"%s\" class=\"thickbox\">Esempio</a>). %s"
846
 
847
+ #: plugin-options/wishlist_page-options.php:28
848
+ #: plugin-options/wishlist_page-options.php:35
 
 
 
849
  msgid "Wishlist page"
850
  msgstr "Pagina Lista dei desideri"
851
 
852
+ #: plugin-options/wishlist_page-options.php:36
853
  msgid ""
854
  "Pick a page as the main Wishlist page; make sure you add the <span class="
855
  "\"code\"><code>[yith_wcwl_wishlist]</code></span> shortcode into the page "
859
  "aver aggiunto lo shortcode <span class=\"code\"><code>[yith_wcwl_wishlist]</"
860
  "code></span> nel contenuto della pagina"
861
 
862
+ #: plugin-options/wishlist_page-options.php:49
863
  msgid "Wishlist Detail Page"
864
  msgstr "Pagina dettaglio Lista dei desideri"
865
 
 
866
  #: plugin-options/wishlist_page-options.php:56
867
  #: plugin-options/wishlist_page-options.php:65
868
  #: plugin-options/wishlist_page-options.php:74
869
  #: plugin-options/wishlist_page-options.php:83
870
  #: plugin-options/wishlist_page-options.php:92
871
  #: plugin-options/wishlist_page-options.php:101
872
+ #: plugin-options/wishlist_page-options.php:110
873
  msgid "In wishlist table show"
874
  msgstr "Nella tabella mostra"
875
 
876
+ #: plugin-options/wishlist_page-options.php:57
877
  msgid "Product variations selected by the user (example: size or color)"
878
  msgstr ""
879
  "Le variazioni di prodotto selezionate dall'utente (es. taglia o colore)"
880
 
881
+ #: plugin-options/wishlist_page-options.php:66
882
  msgid "Product price"
883
  msgstr "Prezzo del prodotto"
884
 
885
+ #: plugin-options/wishlist_page-options.php:75
886
  msgid "Product stock (show if the product is available or not)"
887
  msgstr "Disponibilità prodotto (mostra se il prodotto è disponibile o meno)"
888
 
889
+ #: plugin-options/wishlist_page-options.php:84
890
  msgid "Date on which the product was added to the wishlist"
891
  msgstr "Data in cui il prodotto è stato aggiunto alla lista dei desideri"
892
 
893
+ #: plugin-options/wishlist_page-options.php:93
894
  msgid "Add to cart option for each product"
895
  msgstr "Opzione 'Aggiungi al carrello' per ogni prodotto"
896
 
897
+ #: plugin-options/wishlist_page-options.php:102
898
  msgid ""
899
  "Icon to remove the product from the wishlist - to the left of the product"
900
  msgstr ""
901
  "Icona per rimuovere il prodotto dalla lista dei desideri - a sinistra del "
902
  "prodotto"
903
 
904
+ #: plugin-options/wishlist_page-options.php:111
905
  msgid ""
906
  "Button to remove the product from the wishlist - to the right of the product"
907
  msgstr ""
908
  "Pulsante per rimuovere il prodotto dalla Lista dei desideri - a destra del "
909
  "prodotto"
910
 
911
+ #: plugin-options/wishlist_page-options.php:119
912
  msgid "Redirect to cart"
913
  msgstr "Reindirizza al carrello"
914
 
915
+ #: plugin-options/wishlist_page-options.php:120
916
  msgid ""
917
  "Redirect users to the cart page when they add a product to the cart from the "
918
  "wishlist page"
920
  "Reindirizza gli utenti alla pagina Carrello quando aggiungono un prodotto "
921
  "della lista dei desideri al carrello"
922
 
923
+ #: plugin-options/wishlist_page-options.php:128
924
  msgid "Remove if added to the cart"
925
  msgstr "Rimuovi se aggiunto al carrello"
926
 
927
+ #: plugin-options/wishlist_page-options.php:129
928
  msgid ""
929
  "Remove the product from the wishlist after it has been added to the cart"
930
  msgstr "Rimuovi il prodotto dalla lista dopo che è stato aggiunto al carrello"
931
 
932
+ #: plugin-options/wishlist_page-options.php:137
933
  msgid "Share wishlist"
934
  msgstr "Condividi la lista"
935
 
936
+ #: plugin-options/wishlist_page-options.php:138
937
  msgid "Enable this option to let users share their wishlist on social media"
938
  msgstr ""
939
  "Abilita quest'opzione per permettere agli utenti di condividere la lista dei "
940
  "desideri sui social"
941
 
 
942
  #: plugin-options/wishlist_page-options.php:146
943
  #: plugin-options/wishlist_page-options.php:155
944
  #: plugin-options/wishlist_page-options.php:164
945
  #: plugin-options/wishlist_page-options.php:173
946
+ #: plugin-options/wishlist_page-options.php:182
947
  msgid "Share on social media"
948
  msgstr "Condividi sui social"
949
 
950
+ #: plugin-options/wishlist_page-options.php:174
951
  msgid "Share by email"
952
  msgstr "Condividi per email"
953
 
954
+ #: plugin-options/wishlist_page-options.php:191
955
  msgid "Share by URL"
956
  msgstr "Condividi l'URL"
957
 
958
+ #: plugin-options/wishlist_page-options.php:192
959
  msgid "Show \"Share URL\" field on wishlist page"
960
  msgstr "Mostra il campo 'Condividi l'URL' nella pagina Lista dei desideri"
961
 
962
+ #: plugin-options/wishlist_page-options.php:200
963
  msgid "Sharing title"
964
  msgstr "Titolo per la condivisione"
965
 
966
+ #: plugin-options/wishlist_page-options.php:201
967
  msgid "Wishlist title used for sharing (only used on Twitter and Pinterest)"
968
  msgstr ""
969
  "Titolo della lista utilizzato specificatamente per la condivisione (solo su "
970
  "Twitter e Pinterest)"
971
 
972
  #. translators: 1. Blog name.
973
+ #: plugin-options/wishlist_page-options.php:204
974
  msgid "My wishlist on %s"
975
  msgstr "La mia lista dei desideri su %s"
976
 
977
+ #: plugin-options/wishlist_page-options.php:209
978
  msgid "Social text"
979
  msgstr "Testo per i social"
980
 
981
+ #: plugin-options/wishlist_page-options.php:210
982
  msgid ""
983
  "Type the message you want to publish when you share your wishlist on Twitter "
984
  "and Pinterest"
986
  "Inserisci qui il messaggio da pubblicare quando condividi la tua lista su "
987
  "Twitter e Pinterest"
988
 
989
+ #: plugin-options/wishlist_page-options.php:218
990
  msgid "Social image URL"
991
  msgstr "URL per immagine social"
992
 
993
+ #: plugin-options/wishlist_page-options.php:219
994
  msgid "It will be used to pin the wishlist on Pinterest."
995
  msgstr "Sarà utilizzato per salvare la lista su Pinterest."
996
 
997
+ #: plugin-options/wishlist_page-options.php:238
998
  msgid "Default wishlist name"
999
  msgstr "Nome predefinito della lista"
1000
 
1001
+ #: plugin-options/wishlist_page-options.php:239
1002
  msgid ""
1003
  "Enter a name for the default wishlist. This is the wishlist that will be "
1004
  "automatically generated for all users if they do not create any custom one"
1007
  "generata in automatico per ogni utente quando non ne viene creata una "
1008
  "personalizzata"
1009
 
1010
+ #: plugin-options/wishlist_page-options.php:241
1011
  #, fuzzy
1012
  msgid "My wishlist"
1013
  msgstr "La mia lista dei desideri su %s "
1014
 
1015
+ #: plugin-options/wishlist_page-options.php:246
1016
  msgid "\"Add to cart\" text"
1017
  msgstr "Testo 'Aggiungi al carrello'"
1018
 
1019
+ #: plugin-options/wishlist_page-options.php:247
1020
  msgid "Enter a text for the \"Add to cart\" button"
1021
  msgstr "Personalizza il testo del pulsante 'Aggiungi al carrello'"
1022
 
1023
+ #: plugin-options/wishlist_page-options.php:259
1024
  msgid "Style & color customization"
1025
  msgstr "Personalizzazione stile e colori"
1026
 
1027
+ #: plugin-options/wishlist_page-options.php:266
1028
  msgid "Style of \"Add to cart\""
1029
  msgstr "Stile di 'Aggiungi al carrello'"
1030
 
1031
+ #: plugin-options/wishlist_page-options.php:267
1032
  msgid "Choose whether to show a textual \"Add to cart\" link or a button"
1033
  msgstr ""
1034
  "Scegli se mostrare un link testuale 'Aggiungi al carrello' oppure un pulsante"
1035
 
1036
+ #: plugin-options/wishlist_page-options.php:280
1037
  msgid "\"Add to cart\" button style"
1038
  msgstr "Stile pulsante 'Aggiungi al carrello'"
1039
 
1040
+ #: plugin-options/wishlist_page-options.php:286
1041
  msgid "Choose the colors for the \"Add to cart\" button"
1042
  msgstr "Scegli i colori del pulsante 'Aggiungi al carrello'"
1043
 
1044
+ #: plugin-options/wishlist_page-options.php:304
1045
  msgid "Choose colors for the \"Add to cart\" button on hover state"
1046
  msgstr ""
1047
  "Scegli i colori del pulsante 'Aggiungi al carrello' al passaggio del mouse "
1048
  "(hover)"
1049
 
1050
+ #: plugin-options/wishlist_page-options.php:330
1051
  msgid "Set the radius for the \"Add to cart\" button"
1052
  msgstr ""
1053
  "Imposta il raggio del bordo arrotondato del pulsante 'Aggiungi al carrello'"
1054
 
1055
+ #: plugin-options/wishlist_page-options.php:344
1056
  msgid "\"Add to cart\" icon"
1057
  msgstr "Icona 'Aggiungi al carrello'"
1058
 
1059
+ #: plugin-options/wishlist_page-options.php:345
1060
  msgid "Select an icon for the \"Add to cart\" button (optional)"
1061
  msgstr "Seleziona un'icona per il pulsante 'Aggiungi al carrello' (opzionale)"
1062
 
1063
+ #: plugin-options/wishlist_page-options.php:369
1064
  msgid "\"Add to cart\" custom icon"
1065
  msgstr "Icona personalizzata per 'Aggiungi al carrello'"
1066
 
1067
+ #: plugin-options/wishlist_page-options.php:370
1068
  msgid ""
1069
  "Upload an icon you'd like to use for the \"Add to cart\" button (suggested "
1070
  "32px x 32px)"
1072
  "Carica un'icona da utilizzare per il pulsante 'Aggiungi al "
1073
  "carrello' (dimensione consigliata 32 x 32 px)"
1074
 
1075
+ #: plugin-options/wishlist_page-options.php:378
1076
  msgid "Primary button style"
1077
  msgstr "Stile pulsante principale"
1078
 
1079
+ #: plugin-options/wishlist_page-options.php:384
1080
  msgid ""
1081
  "Choose colors for the primary button<br/><small>This style will be applied "
1082
  "to \"Edit title\" button on Wishlist view, \"Submit Changes\" button on "
1087
  "pulsante 'Applica modifiche' in modalità Gestisci liste e al pulsante 'Cerca "
1088
  "lista' in modalità Cerca.</small>"
1089
 
1090
+ #: plugin-options/wishlist_page-options.php:402
1091
  msgid ""
1092
  "Choose colors for the primary button on hover state<br/><small>This style "
1093
  "will be applied to \"Edit title\" button on Wishlist view, \"Submit Changes"
1099
  "Lista dei desideri, al pulsante 'Applica modifiche' in modalità Gestisci "
1100
  "liste e al pulsante 'Cerca lista' in modalità Cerca.</small>"
1101
 
1102
+ #: plugin-options/wishlist_page-options.php:427
1103
  msgid "Secondary button style"
1104
  msgstr "Stile pulsante secondario"
1105
 
 
1106
  #: plugin-options/wishlist_page-options.php:433
1107
+ #: plugin-options/wishlist_page-options.php:451
1108
  msgid ""
1109
  "Choose colors of the secondary button<br/><small>This style will be applied "
1110
  "to the buttons that allow showing and hiding the Edit title form on Wishlist "
1111
  "view and \"Create new Wishlist\" button on Manage view</small>"
1112
  msgstr ""
1113
 
1114
+ #: plugin-options/wishlist_page-options.php:476
1115
  msgid "Wishlist table style"
1116
  msgstr "Stile tabella Lista dei desideri"
1117
 
1118
+ #: plugin-options/wishlist_page-options.php:477
1119
  msgid ""
1120
  "Choose the colors for the wishlist table (when set to \"Traditional\" layout)"
1121
  msgstr ""
1122
  "Scegli i colori della tabella Lista dei desideri (quando impostata sul "
1123
  "layout 'Tradizionale')"
1124
 
1125
+ #: plugin-options/wishlist_page-options.php:505
1126
  msgid "Highlight color"
1127
  msgstr "Colore in evidenza"
1128
 
1129
+ #: plugin-options/wishlist_page-options.php:506
1130
  msgid ""
1131
  "Choose the color for all sections with background<br/><small>This color will "
1132
  "be used as background for the wishlist table heading and footer (when set to "
1138
  "'Tradizionale') e per i vari moduli nelle modalità di visualizzazione delle "
1139
  "liste</small>"
1140
 
1141
+ #: plugin-options/wishlist_page-options.php:518
1142
  msgid "Share button text color"
1143
  msgstr "Colore testo pulsante condivisione"
1144
 
1145
+ #: plugin-options/wishlist_page-options.php:519
1146
  msgid "Choose colors for share buttons text"
1147
  msgstr "Scegli i colori del testo per i pulsanti di condivisione"
1148
 
1149
+ #: plugin-options/wishlist_page-options.php:530
1150
  msgid "Text hover"
1151
  msgstr "Testo - hover"
1152
 
1153
+ #: plugin-options/wishlist_page-options.php:543
1154
  msgid "Facebook share button icon"
1155
  msgstr "Icona pulsante Condividi su Facebook"
1156
 
1157
+ #: plugin-options/wishlist_page-options.php:544
1158
  msgid "Select an icon for the Facebook share button"
1159
  msgstr "Seleziona un'icona per il pulsante di condivisione su Facebook"
1160
 
1161
+ #: plugin-options/wishlist_page-options.php:554
1162
  msgid "Facebook share button custom icon"
1163
  msgstr "Icona personalizzata pulsante Condividi su Facebook"
1164
 
1165
+ #: plugin-options/wishlist_page-options.php:555
1166
  msgid ""
1167
  "Upload an icon you'd like to use for Facebook share button (suggested 32px x "
1168
  "32px)"
1170
  "Carica un'icona da utilizzare per il pulsante di condivisione su Facebook "
1171
  "(dimensione consigliata 32 x 32 px)"
1172
 
1173
+ #: plugin-options/wishlist_page-options.php:563
1174
  msgid "Facebook share button style"
1175
  msgstr "Stile pulsante Condividi su Facebook"
1176
 
1177
+ #: plugin-options/wishlist_page-options.php:564
1178
  msgid "Choose colors for Facebook share button"
1179
  msgstr "Scegli i colori per il pulsante di condivisione su Facebook"
1180
 
1181
+ #: plugin-options/wishlist_page-options.php:575
1182
+ #: plugin-options/wishlist_page-options.php:615
1183
+ #: plugin-options/wishlist_page-options.php:655
1184
+ #: plugin-options/wishlist_page-options.php:695
1185
+ #: plugin-options/wishlist_page-options.php:735
1186
  msgid "Background hover"
1187
  msgstr "Colore - hover"
1188
 
1189
+ #: plugin-options/wishlist_page-options.php:583
1190
  msgid "Twitter share button icon"
1191
  msgstr "Icona pulsante Condividi su Twitter"
1192
 
1193
+ #: plugin-options/wishlist_page-options.php:584
1194
  msgid "Select an icon for the Twitter share button"
1195
  msgstr "Seleziona un'icona per il pulsante di condivisione su Twitter"
1196
 
1197
+ #: plugin-options/wishlist_page-options.php:594
1198
  msgid "Twitter share button custom icon"
1199
  msgstr "Icona personalizzata pulsante Condividi su Twitter"
1200
 
1201
+ #: plugin-options/wishlist_page-options.php:595
1202
  msgid ""
1203
  "Upload an icon you'd like to use for Twitter share button (suggested 32px x "
1204
  "32px)"
1206
  "Carica un'icona da utilizzare per il pulsante di condivisione su Twitter "
1207
  "(dimensione consigliata 32 x 32 px)"
1208
 
1209
+ #: plugin-options/wishlist_page-options.php:603
1210
  msgid "Twitter share button style"
1211
  msgstr "Stile pulsante Condividi su Twitter"
1212
 
1213
+ #: plugin-options/wishlist_page-options.php:604
1214
  msgid "Choose colors for Twitter share button"
1215
  msgstr "Scegli i colori del testo per i pulsanti di condivisione su Twitter"
1216
 
1217
+ #: plugin-options/wishlist_page-options.php:623
1218
  msgid "Pinterest share button icon"
1219
  msgstr "Icona pulsante Condividi su Pinterest"
1220
 
1221
+ #: plugin-options/wishlist_page-options.php:624
1222
  msgid "Select an icon for the Pinterest share button"
1223
  msgstr "Seleziona un'icona per il pulsante di condivisione su Pinterest"
1224
 
1225
+ #: plugin-options/wishlist_page-options.php:634
1226
  msgid "Pinterest share button custom icon"
1227
  msgstr "Icona personalizzata pulsante Condividi su Pinterest"
1228
 
1229
+ #: plugin-options/wishlist_page-options.php:635
1230
  msgid ""
1231
  "Upload an icon you'd like to use for Pinterest share button (suggested 32px "
1232
  "x 32px)"
1234
  "Carica un'icona da utilizzare per il pulsante di condivisione su Pinterest "
1235
  "(dimensione consigliata 32 x 32 px)"
1236
 
1237
+ #: plugin-options/wishlist_page-options.php:643
1238
  msgid "Pinterest share button style"
1239
  msgstr "Stile pulsante Condividi su Pinterest"
1240
 
1241
+ #: plugin-options/wishlist_page-options.php:644
1242
  msgid "Choose colors for Pinterest share button"
1243
  msgstr "Scegli i colori del testo per i pulsanti di condivisione su Pinterest"
1244
 
1245
+ #: plugin-options/wishlist_page-options.php:663
1246
  msgid "Email share button icon"
1247
  msgstr "Icona pulsante Condividi per email"
1248
 
1249
+ #: plugin-options/wishlist_page-options.php:664
1250
  msgid "Select an icon for the Email share button"
1251
  msgstr "Seleziona un'icona per il pulsante di condivisione per email"
1252
 
1253
+ #: plugin-options/wishlist_page-options.php:674
1254
  msgid "Email share button custom icon"
1255
  msgstr "Icona personalizzata pulsante Condividi per email"
1256
 
1257
+ #: plugin-options/wishlist_page-options.php:675
1258
  msgid ""
1259
  "Upload an icon you'd like to use for the Email share button (suggested 32px "
1260
  "x 32px)"
1262
  "Carica un'icona da utilizzare per il pulsante di condivisione email "
1263
  "(dimensione consigliata 32 x 32 px)"
1264
 
1265
+ #: plugin-options/wishlist_page-options.php:683
1266
  msgid "Email share button style"
1267
  msgstr "Stile pulsante Condividi per email"
1268
 
1269
+ #: plugin-options/wishlist_page-options.php:684
1270
  msgid "Choose colors for the Email share button"
1271
  msgstr "Scegli i colori del testo per i pulsanti di condivisione email"
1272
 
1273
+ #: plugin-options/wishlist_page-options.php:703
1274
  msgid "WhatsApp share button icon"
1275
  msgstr "Icona pulsante Condividi su WhatsApp"
1276
 
1277
+ #: plugin-options/wishlist_page-options.php:704
1278
  msgid "Select an icon for the WhatsApp share button"
1279
  msgstr "Seleziona un'icona per il pulsante di condivisione su WhatsApp"
1280
 
1281
+ #: plugin-options/wishlist_page-options.php:714
1282
  msgid "WhatsApp share button custom icon"
1283
  msgstr "Icona personalizzata pulsante Condividi su WhatsApp"
1284
 
1285
+ #: plugin-options/wishlist_page-options.php:715
1286
  msgid ""
1287
  "Upload an icon you'd like to use for WhatsApp share button (suggested 32px x "
1288
  "32px)"
1290
  "Carica un'icona da utilizzare per il pulsante di condivisione su WhatsApp "
1291
  "(dimensione consigliata 32 x 32 px)"
1292
 
1293
+ #: plugin-options/wishlist_page-options.php:723
1294
  msgid "WhatsApp share button style"
1295
  msgstr "Stile pulsante Condividi su WhatsApp"
1296
 
1297
+ #: plugin-options/wishlist_page-options.php:724
1298
  msgid "Choose colors for WhatsApp share button"
1299
  msgstr "Scegli i colori del testo per i pulsanti di condivisione su WhatsApp"
1300
 
1301
+ #: templates/share.php:56 templates/share.php:57
1302
  msgid "Facebook"
1303
  msgstr "Facebook"
1304
 
1305
+ #: templates/share.php:64 templates/share.php:65
1306
  msgid "Twitter"
1307
  msgstr "Twitter"
1308
 
1309
+ #: templates/share.php:72 templates/share.php:73
1310
  msgid "Pinterest"
1311
  msgstr "Pinterest"
1312
 
1313
+ #: templates/share.php:102 templates/share.php:103
1314
  msgid "Email"
1315
  msgstr "Email"
1316
 
1317
+ #: templates/share.php:110
1318
  msgid "WhatsApp"
1319
  msgstr "WhatsApp"
1320
 
1321
+ #: templates/share.php:111
1322
  msgid "Whatsapp"
1323
  msgstr "Whatsapp"
1324
 
1325
+ #: templates/share.php:120
1326
  msgid "(Now"
1327
  msgstr "(Ora"
1328
 
1329
+ #: templates/share.php:120
1330
  msgid "copy"
1331
  msgstr "copia"
1332
 
1333
+ #: templates/share.php:120
1334
  msgid "this wishlist link and share it anywhere)"
1335
  msgstr "questo URL e condividilo dove vuoi)"
1336
 
1337
+ #: templates/wishlist-view-footer-mobile.php:55
1338
+ #: templates/wishlist-view-footer.php:55
1339
  msgid "Apply this action to all the selected items:"
1340
  msgstr "Applica a tutti gli articoli selezionati:"
1341
 
1342
+ #: templates/wishlist-view-footer-mobile.php:62
1343
+ #: templates/wishlist-view-footer.php:62
1344
  msgid "Remove from wishlist"
1345
  msgstr "Rimuovi dalla lista"
1346
 
1347
  #. translators: 1. Wishlist formatted name.
1348
+ #: templates/wishlist-view-footer-mobile.php:80
1349
+ #: templates/wishlist-view-footer.php:80
1350
  msgid "Move to %s"
1351
  msgstr ""
1352
 
1353
+ #: templates/wishlist-view-footer-mobile.php:86
1354
+ #: templates/wishlist-view-footer.php:86
1355
  msgid "Apply"
1356
  msgstr "Applica"
1357
 
1358
+ #: templates/wishlist-view-footer-mobile.php:94
1359
+ #: templates/wishlist-view-footer.php:94
1360
  msgid "Update"
1361
  msgstr "Aggiorna"
1362
 
1363
+ #: templates/wishlist-view-footer-mobile.php:100
1364
+ #: templates/wishlist-view-footer.php:138
1365
  msgid "Add all to cart"
1366
  msgstr "Aggiungi tutti al carrello"
1367
 
1368
+ #: templates/wishlist-view-header.php:86
1369
  msgid "Edit title"
1370
  msgstr "Modifica titolo"
1371
 
1372
+ #: templates/wishlist-view-mobile.php:143
1373
  msgid "Added on:"
1374
  msgstr "Aggiunto il:"
1375
 
1376
+ #: templates/wishlist-view-mobile.php:154
1377
  msgid "Price:"
1378
  msgstr "Prezzo:"
1379
 
1380
+ #: templates/wishlist-view-mobile.php:181
1381
  msgid "Quantity:"
1382
  msgstr "Quantità:"
1383
 
1384
+ #: templates/wishlist-view-mobile.php:196
1385
  msgid "Stock:"
1386
  msgstr "Disponibilità in magazzino:"
1387
 
1388
+ #: templates/wishlist-view-mobile.php:199 templates/wishlist-view.php:431
1389
  msgid "Out of stock"
1390
  msgstr "Esaurito"
1391
 
1392
+ #: templates/wishlist-view-mobile.php:199 templates/wishlist-view.php:431
1393
  msgid "In Stock"
1394
  msgstr "Disponibile"
1395
 
1396
+ #: templates/wishlist-view-mobile.php:219 templates/wishlist-view.php:531
1397
  msgid "Move"
1398
  msgstr "Sposta"
1399
 
1400
+ #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:562
1401
  msgid "Move to another list &rsaquo;"
1402
  msgstr "Sposta in un'altra lista &rsaquo;"
1403
 
1404
+ #: templates/wishlist-view-mobile.php:270 templates/wishlist-view.php:250
1405
+ #: templates/wishlist-view.php:594
1406
  msgid "Remove this product"
1407
  msgstr "Rimuovi questo prodotto"
1408
 
1409
+ #: templates/wishlist-view-mobile.php:291 templates/wishlist-view.php:636
1410
  msgid "No products added to the wishlist"
1411
  msgstr "Non è stato ancora aggiunto nessun prodotto alla lista"
1412
 
1413
+ #: templates/wishlist-view.php:102
1414
  msgid "Product name"
1415
  msgstr "Nome prodotto"
1416
 
1417
+ #: templates/wishlist-view.php:122
1418
  msgid "Unit price"
1419
  msgstr "Prezzo unitario"
1420
 
1421
+ #: templates/wishlist-view.php:143
1422
  msgid "Quantity"
1423
  msgstr "Quantità"
1424
 
1425
+ #: templates/wishlist-view.php:164
1426
  msgid "Stock status"
1427
  msgstr "Disponibilità in magazzino"
1428
 
1429
+ #: templates/wishlist-view.php:206
1430
  msgid "Arrange"
1431
  msgstr "Riordina"
1432
 
1433
  #. translators: date added label: 1 date added.
1434
+ #: templates/wishlist-view.php:466
1435
  msgid "Added on: %s"
1436
  msgstr "Aggiunto il: %s"
1437
 
1438
+ #: templates/wishlist-view.php:594
1439
  msgid "Remove"
1440
  msgstr "Rimuovi"
1441
 
1448
  "your e-commerce on <strong>YITH</strong></a>"
1449
  msgstr ""
1450
 
1451
+ #: includes/class-yith-wcwl-admin.php:287
1452
  msgctxt "[HELP TAB] Video title"
1453
  msgid ""
1454
  "Check this video to learn how to <b>configure wishlist and customize options:"
1460
  msgid "wishlist"
1461
  msgstr ""
1462
 
1463
+ #: includes/class-yith-wcwl-privacy.php:275
1464
  msgctxt "date when wishlist was created"
1465
  msgid "Created on"
1466
  msgstr ""
1486
  msgstr ""
1487
 
1488
  #. translators: 1. % of reduction/increase in price.
1489
+ #: includes/class-yith-wcwl-wishlist-item.php:478
1490
  msgctxt ""
1491
  "Part of the template that shows price variation since addition to list; "
1492
  "placeholder will be replaced with a percentage"
1494
  msgstr ""
1495
 
1496
  #. translators: 2: original product price.
1497
+ #: includes/class-yith-wcwl-wishlist-item.php:480
1498
  msgctxt ""
1499
  "Part of the template that shows price variation since addition to list; "
1500
  "placeholder will be replaced with a price"
1607
  msgid "Items per page"
1608
  msgstr "Articoli aggiunti"
1609
 
1610
+ #~ msgid ""
1611
+ #~ "If you want to take advantage of this feature, you could consider "
1612
+ #~ "purchasing the %s."
1613
+ #~ msgstr "Se vuoi usufruire di questa funzionalità, acquista la %s."
1614
+
1615
+ #~ msgid ""
1616
+ #~ "In order to use this integration you have to install and activate YITH "
1617
+ #~ "WooCommerce Frequently Bought Together. <a href=\"%s\">Learn more</a>"
1618
+ #~ msgstr ""
1619
+ #~ "Per utilizzare quest'integrazione devi aver installato e attivato YITH "
1620
+ #~ "WooCommerce Frequently Bought Together. <a href=\"%s\">Maggiori dettagli "
1621
+ #~ "qui</a>"
1622
+
1623
+ #~ msgid "All your wishlists"
1624
+ #~ msgstr "Tutte le tue liste"
1625
+
1626
  #~ msgid "Premium Version"
1627
  #~ msgstr "Versione premium"
1628
 
languages/yith-woocommerce-wishlist-ko_KR.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-ko_KR.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
- "POT-Creation-Date: 2022-06-19 14:16:05+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:05+0200\n"
10
  "Last-Translator: Valentyn Zubenko <valentyn.zubenko@gmail.com>\n"
11
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
@@ -28,123 +28,122 @@ msgstr ""
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:249
44
  msgid ""
45
  "Allows your customers to create and share lists of products that they want "
46
  "to purchase on your e-commerce."
47
  msgstr ""
48
 
49
- #: includes/class-yith-wcwl-admin.php:280
50
  msgid ""
51
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
52
  msgstr ""
53
 
54
- #: includes/class-yith-wcwl-admin.php:281
55
  msgid ""
56
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
57
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
58
  "on \"Add to wishlist\""
59
  msgstr ""
60
 
61
- #: includes/class-yith-wcwl-admin.php:282
62
  msgid ""
63
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
64
  "them either public (visible to everyone), private or shared (visible only to "
65
  "people it has been shared with)"
66
  msgstr ""
67
 
68
- #: includes/class-yith-wcwl-admin.php:283
69
  msgid ""
70
  "Choose between <b>different layouts</b> for the wishlist page and for the "
71
  "wishlist content"
72
  msgstr ""
73
 
74
- #: includes/class-yith-wcwl-admin.php:284
75
  msgid ""
76
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
77
  "move a product from one wishlist to another, change order of items, "
78
  "quantity, etc."
79
  msgstr ""
80
 
81
- #: includes/class-yith-wcwl-admin.php:285
82
  msgid ""
83
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
84
  "content of their wishlist to the admin and get a custom quote"
85
  msgstr ""
86
 
87
- #: includes/class-yith-wcwl-admin.php:286
88
  msgid ""
89
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
90
  "(available also with \"mini-cart\" style for the header)"
91
  msgstr ""
92
 
93
- #: includes/class-yith-wcwl-admin.php:287
94
  msgid ""
95
- "View the most popular products added to the wishlist by your customers and "
96
- "<b>send promotional emails to users</b> who have added specific products to "
97
  "their wishlist"
98
  msgstr ""
99
 
100
- #: includes/class-yith-wcwl-admin.php:288
101
  msgid ""
102
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
103
  "the list is back in stock or on sale"
104
  msgstr ""
105
 
106
- #: includes/class-yith-wcwl-admin.php:289
107
  msgid "Regular updates, Translations and Premium Support"
108
  msgstr ""
109
 
110
- #: includes/class-yith-wcwl-ajax-handler.php:75
111
- #: templates/add-to-wishlist-remove.php:59
112
  msgid "View &rsaquo;"
113
  msgstr ""
114
 
115
- #: includes/class-yith-wcwl-ajax-handler.php:76
116
- #: templates/add-to-wishlist-remove.php:58
117
  msgid "or"
118
  msgstr ""
119
 
120
- #: includes/class-yith-wcwl-ajax-handler.php:77
121
  msgid "Close"
122
  msgstr ""
123
 
124
- #: includes/class-yith-wcwl-ajax-handler.php:155
125
- #: includes/class-yith-wcwl-ajax-handler.php:195
126
  msgid "Product successfully removed."
127
  msgstr "상품이 성공적으로 제거 되었습니다."
128
 
129
- #: includes/class-yith-wcwl-form-handler.php:156
130
  msgid "Please, make sure to enter a valid title"
131
  msgstr ""
132
 
133
- #: includes/class-yith-wcwl-frontend.php:552
134
  msgid ""
135
  "We are sorry, but this feature is available only if cookies on your browser "
136
  "are enabled."
137
  msgstr ""
138
 
139
- #: includes/class-yith-wcwl-frontend.php:553
140
  msgid "Product added to cart successfully"
141
  msgstr ""
142
 
143
- #: includes/class-yith-wcwl-frontend.php:816
144
- #: includes/class-yith-wcwl-shortcode.php:239
145
- #: plugin-options/wishlist_page-options.php:240
146
- #: templates/wishlist-view-footer-mobile.php:46
147
- #: templates/wishlist-view-footer.php:46
148
  msgid "Add to cart"
149
  msgstr ""
150
 
@@ -192,43 +191,43 @@ msgid ""
192
  "for the products you love."
193
  msgstr ""
194
 
195
- #: includes/class-yith-wcwl-privacy.php:84
196
- #: includes/class-yith-wcwl-privacy.php:100
197
  msgid "Customer wishlists"
198
  msgstr ""
199
 
200
- #: includes/class-yith-wcwl-privacy.php:137 plugin-options/lists-options.php:25
201
- #: plugin-options/lists-options.php:32
202
  msgid "Wishlists"
203
  msgstr "위시리스"
204
 
205
  #. Translators: %s Order number.
206
- #: includes/class-yith-wcwl-privacy.php:199
207
  msgid "Removed wishlist %s."
208
  msgstr "나의 위시리스트 목록 @ %s"
209
 
210
  #. Translators: %s Order number.
211
- #: includes/class-yith-wcwl-privacy.php:203
212
  msgid "Wishlist %s has been retained."
213
  msgstr ""
214
 
215
- #: includes/class-yith-wcwl-privacy.php:227
216
  msgid "Token"
217
  msgstr ""
218
 
219
- #: includes/class-yith-wcwl-privacy.php:228
220
  msgid "Wishlist URL"
221
  msgstr ""
222
 
223
- #: includes/class-yith-wcwl-privacy.php:229
224
  msgid "Title"
225
  msgstr ""
226
 
227
- #: includes/class-yith-wcwl-privacy.php:231
228
  msgid "Visibility"
229
  msgstr ""
230
 
231
- #: includes/class-yith-wcwl-privacy.php:232
232
  msgid "Items added"
233
  msgstr ""
234
 
@@ -295,139 +294,139 @@ msgstr ""
295
  msgid "ID of the wishlist to show (e.g. K6EOWXB888ZD)"
296
  msgstr ""
297
 
298
- #: includes/class-yith-wcwl-shortcode.php:414
299
  msgid "Share on:"
300
  msgstr "공유: "
301
 
302
- #: includes/class-yith-wcwl-shortcode.php:438
303
- #: plugin-options/wishlist_page-options.php:138
304
  msgid "Share on Facebook"
305
  msgstr "페이스북에 공유"
306
 
307
- #: includes/class-yith-wcwl-shortcode.php:455
308
- #: plugin-options/wishlist_page-options.php:147
309
  msgid "Tweet on Twitter"
310
  msgstr "트위터에 트윗하기"
311
 
312
- #: includes/class-yith-wcwl-shortcode.php:473
313
- #: plugin-options/wishlist_page-options.php:156
314
  msgid "Pin on Pinterest"
315
  msgstr "핀레스트에 핀하기"
316
 
317
- #: includes/class-yith-wcwl-shortcode.php:487
318
  msgid "Share via email"
319
  msgstr ""
320
 
321
- #: includes/class-yith-wcwl-shortcode.php:510
322
- #: plugin-options/wishlist_page-options.php:174
323
  msgid "Share on WhatsApp"
324
  msgstr ""
325
 
326
- #: includes/class-yith-wcwl-shortcode.php:621
327
  msgid "Remove from list"
328
  msgstr ""
329
 
330
- #: includes/class-yith-wcwl-wishlist-item.php:193
331
  msgid "Free!"
332
  msgstr "프리!"
333
 
334
- #: includes/class-yith-wcwl.php:164
335
  msgid "The item cannot be added to this wishlist"
336
  msgstr ""
337
 
338
- #: includes/class-yith-wcwl.php:168 includes/class-yith-wcwl.php:174
339
  msgid "An error occurred while adding the products to the wishlist."
340
  msgstr ""
341
 
342
- #: includes/class-yith-wcwl.php:235 includes/class-yith-wcwl.php:241
343
  msgid "Error. Unable to remove the product from the wishlist."
344
  msgstr "에러, 위시리스트에서 상품제거 불가능 "
345
 
346
- #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:152
347
- #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:174
348
  msgid "Invalid wishlist."
349
  msgstr ""
350
 
351
- #: includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:119
352
  msgid "Invalid wishlist item."
353
  msgstr ""
354
 
355
  #. translators: 1. Number of users.
356
- #: includes/functions-yith-wcwl.php:249
357
  msgid "%d user"
358
  msgid_plural "%d users"
359
  msgstr[0] ""
360
  msgstr[1] ""
361
 
362
- #: includes/functions-yith-wcwl.php:250
363
  msgid "has this item in wishlist"
364
  msgid_plural "have this item in wishlist"
365
  msgstr[0] ""
366
  msgstr[1] ""
367
 
368
- #: includes/functions-yith-wcwl.php:252
369
  msgid "You're the first"
370
  msgstr ""
371
 
372
- #: includes/functions-yith-wcwl.php:253
373
  msgid "to add this item in wishlist"
374
  msgstr ""
375
 
376
  #. translators: 1. Count of users when many, or "another" when only one.
377
- #: includes/functions-yith-wcwl.php:257
378
  msgid "You and %s user"
379
  msgid_plural "You and %d users"
380
  msgstr[0] ""
381
  msgstr[1] ""
382
 
383
- #: includes/functions-yith-wcwl.php:257
384
  msgid "another"
385
  msgstr ""
386
 
387
- #: includes/functions-yith-wcwl.php:258
388
  msgid "have this item in wishlist"
389
  msgstr ""
390
 
391
- #: includes/functions-yith-wcwl.php:425
392
  msgid "None"
393
  msgstr ""
394
 
395
- #: includes/functions-yith-wcwl.php:426
396
  #, fuzzy
397
  msgid "Custom"
398
  msgstr "커스텀 CSS"
399
 
400
- #: includes/functions-yith-wcwl.php:447
401
  msgid "Shared"
402
  msgstr "공유됨 "
403
 
404
- #: includes/functions-yith-wcwl.php:451
405
  msgid "Only people with a link to this list can see it"
406
  msgstr ""
407
 
408
- #: includes/functions-yith-wcwl.php:457
409
  msgid "Private"
410
  msgstr "개인 "
411
 
412
- #: includes/functions-yith-wcwl.php:461
413
  msgid "Only you can see this list"
414
  msgstr ""
415
 
416
- #: includes/functions-yith-wcwl.php:467
417
  msgid "Public"
418
  msgstr "공용 "
419
 
420
- #: includes/functions-yith-wcwl.php:471
421
  msgid "Anyone can search for and see this list"
422
  msgstr ""
423
 
424
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:118
425
- #: plugin-options/add_to_wishlist-options.php:127
426
  msgid "Add to wishlist"
427
  msgstr ""
428
 
429
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:128
430
- #: plugin-options/add_to_wishlist-options.php:143
431
  msgid "Browse wishlist"
432
  msgstr ""
433
 
@@ -441,73 +440,71 @@ msgstr "\"위시리스트에 이미 있습니다\" 텍스트"
441
  msgid "Product added to wishlist"
442
  msgstr "\"위시리스트에 이미 있습니다\" 텍스트"
443
 
444
- #: init.php:160
445
  #, fuzzy
446
  msgid "is enabled but not effective. It requires WooCommerce to work."
447
  msgstr ""
448
  "YITH WooCommerce Wishlist가 활성화 되었으나 사용 불가능. 사용하기 위해서는 우"
449
  "커머스가 필요합니다."
450
 
451
- #: init.php:176
452
- msgid "You can't activate the free version of"
453
- msgstr ""
454
-
455
- #: init.php:176
456
- msgid "while you are using the premium one."
457
  msgstr ""
458
 
459
- #: plugin-options/add_to_wishlist-options.php:20
460
- #: plugin-options/settings-options.php:27
461
  msgid "General Settings"
462
  msgstr "일반 설정 "
463
 
464
- #: plugin-options/add_to_wishlist-options.php:27
465
  msgid "After product is added to wishlist"
466
  msgstr ""
467
 
468
- #: plugin-options/add_to_wishlist-options.php:28
469
  msgid ""
470
  "Choose the look of the Wishlist button when the product has already been "
471
  "added to a wishlist"
472
  msgstr ""
473
 
474
- #: plugin-options/add_to_wishlist-options.php:32
475
  #, fuzzy
476
  msgid "Show \"Add to wishlist\" button"
477
  msgstr "\"위시리스트에 이미 있습니다\" 텍스트"
478
 
479
- #: plugin-options/add_to_wishlist-options.php:33
480
  msgid "Show \"View wishlist\" link"
481
  msgstr ""
482
 
483
- #: plugin-options/add_to_wishlist-options.php:34
484
  msgid "Show \"Remove from list\" link"
485
  msgstr ""
486
 
487
- #: plugin-options/add_to_wishlist-options.php:48
488
  msgid "Loop settings"
489
  msgstr ""
490
 
491
- #: plugin-options/add_to_wishlist-options.php:50
492
  msgid ""
493
  "Loop options will be visible on Shop page, category pages, product "
494
  "shortcodes, products sliders, and all the other places where the WooCommerce "
495
  "products' loop is used"
496
  msgstr ""
497
 
498
- #: plugin-options/add_to_wishlist-options.php:55
499
  msgid "Show \"Add to wishlist\" in loop"
500
  msgstr ""
501
 
502
- #: plugin-options/add_to_wishlist-options.php:56
503
  msgid "Enable the \"Add to wishlist\" feature in WooCommerce products' loop"
504
  msgstr ""
505
 
506
- #: plugin-options/add_to_wishlist-options.php:64
507
  msgid "Position of \"Add to wishlist\" in loop"
508
  msgstr ""
509
 
510
- #: plugin-options/add_to_wishlist-options.php:65
511
  msgid ""
512
  "Choose where to show \"Add to wishlist\" button or link in WooCommerce "
513
  "products' loop. <span class=\"addon\">Copy this shortcode <span class=\"code"
@@ -515,32 +512,32 @@ msgid ""
515
  "want to show the \"Add to wishlist\" link or button</span>"
516
  msgstr ""
517
 
518
- #: plugin-options/add_to_wishlist-options.php:72
519
  msgid "On top of the image"
520
  msgstr ""
521
 
522
- #: plugin-options/add_to_wishlist-options.php:73
523
  msgid "Before \"Add to cart\" button"
524
  msgstr ""
525
 
526
- #: plugin-options/add_to_wishlist-options.php:74
527
  msgid "After \"Add to cart\" button"
528
  msgstr ""
529
 
530
- #: plugin-options/add_to_wishlist-options.php:75
531
- #: plugin-options/add_to_wishlist-options.php:107
532
  msgid "Use shortcode"
533
  msgstr "숏코드를 사용 "
534
 
535
- #: plugin-options/add_to_wishlist-options.php:89
536
  msgid "Product page settings"
537
  msgstr ""
538
 
539
- #: plugin-options/add_to_wishlist-options.php:96
540
  msgid "Position of \"Add to wishlist\" on product page"
541
  msgstr ""
542
 
543
- #: plugin-options/add_to_wishlist-options.php:97
544
  msgid ""
545
  "Choose where to show \"Add to wishlist\" button or link on the product page. "
546
  "<span class=\"addon\">Copy this shortcode <span class=\"code"
@@ -548,473 +545,453 @@ msgid ""
548
  "want to show the \"Add to wishlist\" link or button</span>"
549
  msgstr ""
550
 
551
- #: plugin-options/add_to_wishlist-options.php:104
552
  msgid "After \"Add to cart\""
553
  msgstr "장바구니 담기 뒤에"
554
 
555
- #: plugin-options/add_to_wishlist-options.php:105
556
  msgid "After thumbnails"
557
  msgstr "썸네일 뒤에"
558
 
559
- #: plugin-options/add_to_wishlist-options.php:106
560
  msgid "After summary"
561
  msgstr "써머리 뒤에"
562
 
563
- #: plugin-options/add_to_wishlist-options.php:117
564
- #: plugin-options/wishlist_page-options.php:222
565
  msgid "Text customization"
566
  msgstr ""
567
 
568
- #: plugin-options/add_to_wishlist-options.php:124
569
  msgid "\"Add to wishlist\" text"
570
  msgstr ""
571
 
572
- #: plugin-options/add_to_wishlist-options.php:125
573
  msgid "Enter a text for \"Add to wishlist\" button"
574
  msgstr ""
575
 
576
- #: plugin-options/add_to_wishlist-options.php:132
577
  msgid "\"Product added\" text"
578
  msgstr "\"상품 추가\" 텍스트 "
579
 
580
- #: plugin-options/add_to_wishlist-options.php:133
581
  msgid ""
582
  "Enter the text of the message displayed when the user adds a product to the "
583
  "wishlist"
584
  msgstr ""
585
 
586
- #: plugin-options/add_to_wishlist-options.php:135
587
  msgid "Product added!"
588
  msgstr "상품이 추가됨!"
589
 
590
- #: plugin-options/add_to_wishlist-options.php:140
591
  msgid "\"Browse wishlist\" text"
592
  msgstr "\"위시리스트 둘러보기\" 텍스트"
593
 
594
- #: plugin-options/add_to_wishlist-options.php:141
595
  msgid "Enter a text for the \"Browse wishlist\" link on the product page"
596
  msgstr ""
597
 
598
- #: plugin-options/add_to_wishlist-options.php:148
599
  msgid "\"Product already in wishlist\" text"
600
  msgstr "\"위시리스트에 이미 있습니다\" 텍스트"
601
 
602
- #: plugin-options/add_to_wishlist-options.php:149
603
  msgid ""
604
  "Enter the text for the message displayed when the user views a product that "
605
  "is already in the wishlist"
606
  msgstr ""
607
 
608
- #: plugin-options/add_to_wishlist-options.php:151
609
  msgid "The product is already in your wishlist!"
610
  msgstr ""
611
 
612
- #: plugin-options/add_to_wishlist-options.php:161
613
  msgid "Style & Color customization"
614
  msgstr ""
615
 
616
- #: plugin-options/add_to_wishlist-options.php:168
617
  msgid "Style of \"Add to wishlist\""
618
  msgstr ""
619
 
620
- #: plugin-options/add_to_wishlist-options.php:169
621
  msgid ""
622
  "Choose if you want to show a textual \"Add to wishlist\" link or a button"
623
  msgstr ""
624
 
625
- #: plugin-options/add_to_wishlist-options.php:172
626
- #: plugin-options/wishlist_page-options.php:261
627
  msgid "Textual (anchor)"
628
  msgstr ""
629
 
630
- #: plugin-options/add_to_wishlist-options.php:173
631
- #: plugin-options/wishlist_page-options.php:262
632
  msgid "Button with theme style"
633
  msgstr ""
634
 
635
- #: plugin-options/add_to_wishlist-options.php:174
636
- #: plugin-options/wishlist_page-options.php:263
637
  msgid "Button with custom style"
638
  msgstr ""
639
 
640
- #: plugin-options/add_to_wishlist-options.php:182
641
  msgid "\"Add to wishlist\" button style"
642
  msgstr ""
643
 
644
- #: plugin-options/add_to_wishlist-options.php:188
645
  msgid "Choose colors for the \"Add to wishlist\" button"
646
  msgstr ""
647
 
648
- #: plugin-options/add_to_wishlist-options.php:190
649
- #: plugin-options/wishlist_page-options.php:279
650
- #: plugin-options/wishlist_page-options.php:368
651
- #: plugin-options/wishlist_page-options.php:417
652
- #: plugin-options/wishlist_page-options.php:465
653
- #: plugin-options/wishlist_page-options.php:552
654
- #: plugin-options/wishlist_page-options.php:592
655
- #: plugin-options/wishlist_page-options.php:632
656
- #: plugin-options/wishlist_page-options.php:672
657
- #: plugin-options/wishlist_page-options.php:712
658
  msgid "Background"
659
  msgstr "백그라운드 "
660
 
661
- #: plugin-options/add_to_wishlist-options.php:195
662
- #: plugin-options/wishlist_page-options.php:284
663
- #: plugin-options/wishlist_page-options.php:373
664
- #: plugin-options/wishlist_page-options.php:422
665
- #: plugin-options/wishlist_page-options.php:470
666
- #: plugin-options/wishlist_page-options.php:507
667
  msgid "Text"
668
  msgstr "텍스트 "
669
 
670
- #: plugin-options/add_to_wishlist-options.php:200
671
- #: plugin-options/wishlist_page-options.php:289
672
- #: plugin-options/wishlist_page-options.php:378
673
- #: plugin-options/wishlist_page-options.php:427
674
- #: plugin-options/wishlist_page-options.php:475
675
  msgid "Border"
676
  msgstr "경계 "
677
 
678
- #: plugin-options/add_to_wishlist-options.php:206
679
  msgid "Choose colors for the \"Add to wishlist\" button on hover state"
680
  msgstr ""
681
 
682
- #: plugin-options/add_to_wishlist-options.php:208
683
- #: plugin-options/wishlist_page-options.php:297
684
- #: plugin-options/wishlist_page-options.php:386
685
- #: plugin-options/wishlist_page-options.php:435
686
  msgid "Background Hover"
687
  msgstr ""
688
 
689
- #: plugin-options/add_to_wishlist-options.php:213
690
- #: plugin-options/wishlist_page-options.php:302
691
- #: plugin-options/wishlist_page-options.php:391
692
- #: plugin-options/wishlist_page-options.php:440
693
  msgid "Text Hover"
694
  msgstr ""
695
 
696
- #: plugin-options/add_to_wishlist-options.php:218
697
- #: plugin-options/wishlist_page-options.php:307
698
- #: plugin-options/wishlist_page-options.php:396
699
- #: plugin-options/wishlist_page-options.php:445
700
  msgid "Border Hover"
701
  msgstr ""
702
 
703
- #: plugin-options/add_to_wishlist-options.php:231
704
- #: plugin-options/wishlist_page-options.php:320
705
  msgid "Border radius"
706
  msgstr ""
707
 
708
- #: plugin-options/add_to_wishlist-options.php:232
709
  msgid "Choose radius for the \"Add to wishlist\" button"
710
  msgstr ""
711
 
712
- #: plugin-options/add_to_wishlist-options.php:246
713
  msgid "\"Add to wishlist\" icon"
714
  msgstr ""
715
 
716
- #: plugin-options/add_to_wishlist-options.php:247
717
  msgid "Select an icon for the \"Add to wishlist\" button (optional)"
718
  msgstr ""
719
 
720
- #: plugin-options/add_to_wishlist-options.php:257
721
  msgid "\"Add to wishlist\" custom icon"
722
  msgstr ""
723
 
724
- #: plugin-options/add_to_wishlist-options.php:258
725
- #: plugin-options/add_to_wishlist-options.php:282
726
  msgid ""
727
  "Upload an icon you'd like to use for \"Add to wishlist\" button (suggested "
728
  "32px x 32px)"
729
  msgstr ""
730
 
731
- #: plugin-options/add_to_wishlist-options.php:270
732
  msgid "\"Added to wishlist\" icon"
733
  msgstr ""
734
 
735
- #: plugin-options/add_to_wishlist-options.php:271
736
  msgid "Select an icon for the \"Added to wishlist\" button (optional)"
737
  msgstr ""
738
 
739
- #: plugin-options/add_to_wishlist-options.php:277
740
  msgid "Same used for Add to wishlist"
741
  msgstr ""
742
 
743
- #: plugin-options/add_to_wishlist-options.php:281
744
  msgid "\"Added to wishlist\" custom icon"
745
  msgstr ""
746
 
747
- #: plugin-options/add_to_wishlist-options.php:294
748
  msgid "Custom CSS"
749
  msgstr "커스텀 CSS"
750
 
751
- #: plugin-options/add_to_wishlist-options.php:295
752
  msgid "Enter custom CSS to be applied to Wishlist elements (optional)"
753
  msgstr ""
754
 
755
- #: plugin-options/lists-options.php:34
756
  #, fuzzy
757
  msgid "Search list"
758
  msgstr "위시리스트 찾기 "
759
 
760
- #. translators: 1. Anchor to Frequently Bought Together landing page on
761
- #. yithemes.com.
762
- #: plugin-options/settings-options.php:19
763
- msgid ""
764
- "If you want to take advantage of this feature, you could consider purchasing "
765
- "the %s."
766
- msgstr ""
767
-
768
- #: plugin-options/settings-options.php:34
769
  msgid "Enable AJAX loading"
770
  msgstr ""
771
 
772
- #: plugin-options/settings-options.php:35
773
  msgid "Load any cacheable wishlist item via AJAX"
774
  msgstr ""
775
 
776
- #: plugin-options/settings-options.php:48
777
  msgid "YITH WooCommerce Frequently Bought Together Integration"
778
  msgstr "YITH WooCommerce 와 함께 자주 구매되는 연결"
779
 
780
- #. translators: 1. Url to Frequently Bought Together landing page on
781
- #. yithemes.com.
782
- #: plugin-options/settings-options.php:51
783
- msgid ""
784
- "In order to use this integration you have to install and activate YITH "
785
- "WooCommerce Frequently Bought Together. <a href=\"%s\">Learn more</a>"
786
- msgstr ""
787
-
788
- #: plugin-options/settings-options.php:56
789
  msgid "Enable slider in wishlist"
790
  msgstr "위시리스트내 슬라이더 사용 "
791
 
792
- #. translators: 1. Example image of the integration. 2. CTA to buy Frequently
793
- #. Bought Together.
794
- #: plugin-options/settings-options.php:58
795
  msgid ""
796
  "Enable the slider with linked products on the Wishlist page (<a href=\"%1$s"
797
- "\" class=\"thickbox\">Example</a>). %2$s"
798
  msgstr ""
799
 
800
- #: plugin-options/wishlist_page-options.php:19
801
- msgid "All your wishlists"
802
- msgstr ""
803
-
804
- #: plugin-options/wishlist_page-options.php:26
805
  msgid "Wishlist page"
806
  msgstr ""
807
 
808
- #: plugin-options/wishlist_page-options.php:27
809
  msgid ""
810
  "Pick a page as the main Wishlist page; make sure you add the <span class="
811
  "\"code\"><code>[yith_wcwl_wishlist]</code></span> shortcode into the page "
812
  "content"
813
  msgstr ""
814
 
815
- #: plugin-options/wishlist_page-options.php:40
816
  msgid "Wishlist Detail Page"
817
  msgstr ""
818
 
819
- #: plugin-options/wishlist_page-options.php:47
820
  #: plugin-options/wishlist_page-options.php:56
821
  #: plugin-options/wishlist_page-options.php:65
822
  #: plugin-options/wishlist_page-options.php:74
823
  #: plugin-options/wishlist_page-options.php:83
824
  #: plugin-options/wishlist_page-options.php:92
825
  #: plugin-options/wishlist_page-options.php:101
 
826
  msgid "In wishlist table show"
827
  msgstr ""
828
 
829
- #: plugin-options/wishlist_page-options.php:48
830
  msgid "Product variations selected by the user (example: size or color)"
831
  msgstr ""
832
 
833
- #: plugin-options/wishlist_page-options.php:57
834
  msgid "Product price"
835
  msgstr ""
836
 
837
- #: plugin-options/wishlist_page-options.php:66
838
  msgid "Product stock (show if the product is available or not)"
839
  msgstr ""
840
 
841
- #: plugin-options/wishlist_page-options.php:75
842
  msgid "Date on which the product was added to the wishlist"
843
  msgstr ""
844
 
845
- #: plugin-options/wishlist_page-options.php:84
846
  msgid "Add to cart option for each product"
847
  msgstr ""
848
 
849
- #: plugin-options/wishlist_page-options.php:93
850
  msgid ""
851
  "Icon to remove the product from the wishlist - to the left of the product"
852
  msgstr ""
853
 
854
- #: plugin-options/wishlist_page-options.php:102
855
  msgid ""
856
  "Button to remove the product from the wishlist - to the right of the product"
857
  msgstr ""
858
 
859
- #: plugin-options/wishlist_page-options.php:110
860
  msgid "Redirect to cart"
861
  msgstr "장바구니로 다시돌리기"
862
 
863
- #: plugin-options/wishlist_page-options.php:111
864
  msgid ""
865
  "Redirect users to the cart page when they add a product to the cart from the "
866
  "wishlist page"
867
  msgstr ""
868
 
869
- #: plugin-options/wishlist_page-options.php:119
870
  msgid "Remove if added to the cart"
871
  msgstr "장바구니에 담고나면 제거"
872
 
873
- #: plugin-options/wishlist_page-options.php:120
874
  msgid ""
875
  "Remove the product from the wishlist after it has been added to the cart"
876
  msgstr ""
877
 
878
- #: plugin-options/wishlist_page-options.php:128
879
  msgid "Share wishlist"
880
  msgstr ""
881
 
882
- #: plugin-options/wishlist_page-options.php:129
883
  msgid "Enable this option to let users share their wishlist on social media"
884
  msgstr ""
885
 
886
- #: plugin-options/wishlist_page-options.php:137
887
  #: plugin-options/wishlist_page-options.php:146
888
  #: plugin-options/wishlist_page-options.php:155
889
  #: plugin-options/wishlist_page-options.php:164
890
  #: plugin-options/wishlist_page-options.php:173
 
891
  msgid "Share on social media"
892
  msgstr ""
893
 
894
- #: plugin-options/wishlist_page-options.php:165
895
  msgid "Share by email"
896
  msgstr ""
897
 
898
- #: plugin-options/wishlist_page-options.php:182
899
  msgid "Share by URL"
900
  msgstr ""
901
 
902
- #: plugin-options/wishlist_page-options.php:183
903
  msgid "Show \"Share URL\" field on wishlist page"
904
  msgstr ""
905
 
906
- #: plugin-options/wishlist_page-options.php:191
907
  msgid "Sharing title"
908
  msgstr ""
909
 
910
- #: plugin-options/wishlist_page-options.php:192
911
  msgid "Wishlist title used for sharing (only used on Twitter and Pinterest)"
912
  msgstr ""
913
 
914
  #. translators: 1. Blog name.
915
- #: plugin-options/wishlist_page-options.php:195
916
  msgid "My wishlist on %s"
917
  msgstr "나의 위시리스트 목록 @ %s"
918
 
919
- #: plugin-options/wishlist_page-options.php:200
920
  msgid "Social text"
921
  msgstr "소셜 텍스트 "
922
 
923
- #: plugin-options/wishlist_page-options.php:201
924
  msgid ""
925
  "Type the message you want to publish when you share your wishlist on Twitter "
926
  "and Pinterest"
927
  msgstr ""
928
 
929
- #: plugin-options/wishlist_page-options.php:209
930
  msgid "Social image URL"
931
  msgstr "소셜 이미지 URL"
932
 
933
- #: plugin-options/wishlist_page-options.php:210
934
  msgid "It will be used to pin the wishlist on Pinterest."
935
  msgstr ""
936
 
937
- #: plugin-options/wishlist_page-options.php:229
938
  msgid "Default wishlist name"
939
  msgstr ""
940
 
941
- #: plugin-options/wishlist_page-options.php:230
942
  msgid ""
943
  "Enter a name for the default wishlist. This is the wishlist that will be "
944
  "automatically generated for all users if they do not create any custom one"
945
  msgstr ""
946
 
947
- #: plugin-options/wishlist_page-options.php:232
948
  #, fuzzy
949
  msgid "My wishlist"
950
  msgstr "나의 위시리스트 목록 @ %s"
951
 
952
- #: plugin-options/wishlist_page-options.php:237
953
  msgid "\"Add to cart\" text"
954
  msgstr ""
955
 
956
- #: plugin-options/wishlist_page-options.php:238
957
  msgid "Enter a text for the \"Add to cart\" button"
958
  msgstr ""
959
 
960
- #: plugin-options/wishlist_page-options.php:250
961
  msgid "Style & color customization"
962
  msgstr ""
963
 
964
- #: plugin-options/wishlist_page-options.php:257
965
  msgid "Style of \"Add to cart\""
966
  msgstr ""
967
 
968
- #: plugin-options/wishlist_page-options.php:258
969
  msgid "Choose whether to show a textual \"Add to cart\" link or a button"
970
  msgstr ""
971
 
972
- #: plugin-options/wishlist_page-options.php:271
973
  msgid "\"Add to cart\" button style"
974
  msgstr ""
975
 
976
- #: plugin-options/wishlist_page-options.php:277
977
  msgid "Choose the colors for the \"Add to cart\" button"
978
  msgstr ""
979
 
980
- #: plugin-options/wishlist_page-options.php:295
981
  msgid "Choose colors for the \"Add to cart\" button on hover state"
982
  msgstr ""
983
 
984
- #: plugin-options/wishlist_page-options.php:321
985
  msgid "Set the radius for the \"Add to cart\" button"
986
  msgstr ""
987
 
988
- #: plugin-options/wishlist_page-options.php:335
989
  msgid "\"Add to cart\" icon"
990
  msgstr ""
991
 
992
- #: plugin-options/wishlist_page-options.php:336
993
  msgid "Select an icon for the \"Add to cart\" button (optional)"
994
  msgstr ""
995
 
996
- #: plugin-options/wishlist_page-options.php:351
997
  msgid "\"Add to cart\" custom icon"
998
  msgstr ""
999
 
1000
- #: plugin-options/wishlist_page-options.php:352
1001
  msgid ""
1002
  "Upload an icon you'd like to use for the \"Add to cart\" button (suggested "
1003
  "32px x 32px)"
1004
  msgstr ""
1005
 
1006
- #: plugin-options/wishlist_page-options.php:360
1007
  msgid "Primary button style"
1008
  msgstr ""
1009
 
1010
- #: plugin-options/wishlist_page-options.php:366
1011
  msgid ""
1012
  "Choose colors for the primary button<br/><small>This style will be applied "
1013
  "to \"Edit title\" button on Wishlist view, \"Submit Changes\" button on "
1014
  "Manage view and \"Search wishlist\" button on Search view</small>"
1015
  msgstr ""
1016
 
1017
- #: plugin-options/wishlist_page-options.php:384
1018
  msgid ""
1019
  "Choose colors for the primary button on hover state<br/><small>This style "
1020
  "will be applied to \"Edit title\" button on Wishlist view, \"Submit Changes"
@@ -1022,326 +999,326 @@ msgid ""
1022
  "small>"
1023
  msgstr ""
1024
 
1025
- #: plugin-options/wishlist_page-options.php:409
1026
  msgid "Secondary button style"
1027
  msgstr ""
1028
 
1029
- #: plugin-options/wishlist_page-options.php:415
1030
  #: plugin-options/wishlist_page-options.php:433
 
1031
  msgid ""
1032
  "Choose colors of the secondary button<br/><small>This style will be applied "
1033
  "to the buttons that allow showing and hiding the Edit title form on Wishlist "
1034
  "view and \"Create new Wishlist\" button on Manage view</small>"
1035
  msgstr ""
1036
 
1037
- #: plugin-options/wishlist_page-options.php:458
1038
  msgid "Wishlist table style"
1039
  msgstr ""
1040
 
1041
- #: plugin-options/wishlist_page-options.php:459
1042
  msgid ""
1043
  "Choose the colors for the wishlist table (when set to \"Traditional\" layout)"
1044
  msgstr ""
1045
 
1046
- #: plugin-options/wishlist_page-options.php:487
1047
  msgid "Highlight color"
1048
  msgstr ""
1049
 
1050
- #: plugin-options/wishlist_page-options.php:488
1051
  msgid ""
1052
  "Choose the color for all sections with background<br/><small>This color will "
1053
  "be used as background for the wishlist table heading and footer (when set to "
1054
  "\"Traditional\" layout), and for various form across wishlist views</small>"
1055
  msgstr ""
1056
 
1057
- #: plugin-options/wishlist_page-options.php:500
1058
  msgid "Share button text color"
1059
  msgstr ""
1060
 
1061
- #: plugin-options/wishlist_page-options.php:501
1062
  msgid "Choose colors for share buttons text"
1063
  msgstr ""
1064
 
1065
- #: plugin-options/wishlist_page-options.php:512
1066
  msgid "Text hover"
1067
  msgstr ""
1068
 
1069
- #: plugin-options/wishlist_page-options.php:525
1070
  msgid "Facebook share button icon"
1071
  msgstr ""
1072
 
1073
- #: plugin-options/wishlist_page-options.php:526
1074
  msgid "Select an icon for the Facebook share button"
1075
  msgstr ""
1076
 
1077
- #: plugin-options/wishlist_page-options.php:536
1078
  msgid "Facebook share button custom icon"
1079
  msgstr ""
1080
 
1081
- #: plugin-options/wishlist_page-options.php:537
1082
  msgid ""
1083
  "Upload an icon you'd like to use for Facebook share button (suggested 32px x "
1084
  "32px)"
1085
  msgstr ""
1086
 
1087
- #: plugin-options/wishlist_page-options.php:545
1088
  msgid "Facebook share button style"
1089
  msgstr ""
1090
 
1091
- #: plugin-options/wishlist_page-options.php:546
1092
  msgid "Choose colors for Facebook share button"
1093
  msgstr ""
1094
 
1095
- #: plugin-options/wishlist_page-options.php:557
1096
- #: plugin-options/wishlist_page-options.php:597
1097
- #: plugin-options/wishlist_page-options.php:637
1098
- #: plugin-options/wishlist_page-options.php:677
1099
- #: plugin-options/wishlist_page-options.php:717
1100
  msgid "Background hover"
1101
  msgstr ""
1102
 
1103
- #: plugin-options/wishlist_page-options.php:565
1104
  msgid "Twitter share button icon"
1105
  msgstr ""
1106
 
1107
- #: plugin-options/wishlist_page-options.php:566
1108
  msgid "Select an icon for the Twitter share button"
1109
  msgstr ""
1110
 
1111
- #: plugin-options/wishlist_page-options.php:576
1112
  msgid "Twitter share button custom icon"
1113
  msgstr ""
1114
 
1115
- #: plugin-options/wishlist_page-options.php:577
1116
  msgid ""
1117
  "Upload an icon you'd like to use for Twitter share button (suggested 32px x "
1118
  "32px)"
1119
  msgstr ""
1120
 
1121
- #: plugin-options/wishlist_page-options.php:585
1122
  msgid "Twitter share button style"
1123
  msgstr ""
1124
 
1125
- #: plugin-options/wishlist_page-options.php:586
1126
  msgid "Choose colors for Twitter share button"
1127
  msgstr ""
1128
 
1129
- #: plugin-options/wishlist_page-options.php:605
1130
  msgid "Pinterest share button icon"
1131
  msgstr ""
1132
 
1133
- #: plugin-options/wishlist_page-options.php:606
1134
  msgid "Select an icon for the Pinterest share button"
1135
  msgstr ""
1136
 
1137
- #: plugin-options/wishlist_page-options.php:616
1138
  msgid "Pinterest share button custom icon"
1139
  msgstr ""
1140
 
1141
- #: plugin-options/wishlist_page-options.php:617
1142
  msgid ""
1143
  "Upload an icon you'd like to use for Pinterest share button (suggested 32px "
1144
  "x 32px)"
1145
  msgstr ""
1146
 
1147
- #: plugin-options/wishlist_page-options.php:625
1148
  msgid "Pinterest share button style"
1149
  msgstr ""
1150
 
1151
- #: plugin-options/wishlist_page-options.php:626
1152
  msgid "Choose colors for Pinterest share button"
1153
  msgstr ""
1154
 
1155
- #: plugin-options/wishlist_page-options.php:645
1156
  msgid "Email share button icon"
1157
  msgstr ""
1158
 
1159
- #: plugin-options/wishlist_page-options.php:646
1160
  msgid "Select an icon for the Email share button"
1161
  msgstr ""
1162
 
1163
- #: plugin-options/wishlist_page-options.php:656
1164
  msgid "Email share button custom icon"
1165
  msgstr ""
1166
 
1167
- #: plugin-options/wishlist_page-options.php:657
1168
  msgid ""
1169
  "Upload an icon you'd like to use for the Email share button (suggested 32px "
1170
  "x 32px)"
1171
  msgstr ""
1172
 
1173
- #: plugin-options/wishlist_page-options.php:665
1174
  msgid "Email share button style"
1175
  msgstr ""
1176
 
1177
- #: plugin-options/wishlist_page-options.php:666
1178
  msgid "Choose colors for the Email share button"
1179
  msgstr ""
1180
 
1181
- #: plugin-options/wishlist_page-options.php:685
1182
  msgid "WhatsApp share button icon"
1183
  msgstr ""
1184
 
1185
- #: plugin-options/wishlist_page-options.php:686
1186
  msgid "Select an icon for the WhatsApp share button"
1187
  msgstr ""
1188
 
1189
- #: plugin-options/wishlist_page-options.php:696
1190
  msgid "WhatsApp share button custom icon"
1191
  msgstr ""
1192
 
1193
- #: plugin-options/wishlist_page-options.php:697
1194
  msgid ""
1195
  "Upload an icon you'd like to use for WhatsApp share button (suggested 32px x "
1196
  "32px)"
1197
  msgstr ""
1198
 
1199
- #: plugin-options/wishlist_page-options.php:705
1200
  msgid "WhatsApp share button style"
1201
  msgstr ""
1202
 
1203
- #: plugin-options/wishlist_page-options.php:706
1204
  msgid "Choose colors for WhatsApp share button"
1205
  msgstr ""
1206
 
1207
- #: templates/share.php:51 templates/share.php:52
1208
  msgid "Facebook"
1209
  msgstr "페이스북 "
1210
 
1211
- #: templates/share.php:59 templates/share.php:60
1212
  msgid "Twitter"
1213
  msgstr "트위터 "
1214
 
1215
- #: templates/share.php:67 templates/share.php:68
1216
  msgid "Pinterest"
1217
  msgstr "핀테레스트 "
1218
 
1219
- #: templates/share.php:75 templates/share.php:76
1220
  msgid "Email"
1221
  msgstr "이메일 "
1222
 
1223
- #: templates/share.php:83
1224
  msgid "WhatsApp"
1225
  msgstr ""
1226
 
1227
- #: templates/share.php:84
1228
  msgid "Whatsapp"
1229
  msgstr ""
1230
 
1231
- #: templates/share.php:93
1232
  msgid "(Now"
1233
  msgstr ""
1234
 
1235
- #: templates/share.php:93
1236
  msgid "copy"
1237
  msgstr ""
1238
 
1239
- #: templates/share.php:93
1240
  msgid "this wishlist link and share it anywhere)"
1241
  msgstr ""
1242
 
1243
- #: templates/wishlist-view-footer-mobile.php:44
1244
- #: templates/wishlist-view-footer.php:44
1245
  msgid "Apply this action to all the selected items:"
1246
  msgstr ""
1247
 
1248
- #: templates/wishlist-view-footer-mobile.php:49
1249
- #: templates/wishlist-view-footer.php:49
1250
  msgid "Remove from wishlist"
1251
  msgstr ""
1252
 
1253
  #. translators: 1. Wishlist formatted name.
1254
- #: templates/wishlist-view-footer-mobile.php:67
1255
- #: templates/wishlist-view-footer.php:67
1256
  msgid "Move to %s"
1257
  msgstr ""
1258
 
1259
- #: templates/wishlist-view-footer-mobile.php:73
1260
- #: templates/wishlist-view-footer.php:73
1261
  msgid "Apply"
1262
  msgstr ""
1263
 
1264
- #: templates/wishlist-view-footer-mobile.php:81
1265
- #: templates/wishlist-view-footer.php:81
1266
  msgid "Update"
1267
  msgstr ""
1268
 
1269
- #: templates/wishlist-view-footer-mobile.php:87
1270
- #: templates/wishlist-view-footer.php:103
1271
  msgid "Add all to cart"
1272
  msgstr ""
1273
 
1274
- #: templates/wishlist-view-header.php:48
1275
  msgid "Edit title"
1276
  msgstr "타이틀 편집 "
1277
 
1278
- #: templates/wishlist-view-mobile.php:134
1279
  msgid "Added on:"
1280
  msgstr ""
1281
 
1282
- #: templates/wishlist-view-mobile.php:145
1283
  msgid "Price:"
1284
  msgstr ""
1285
 
1286
- #: templates/wishlist-view-mobile.php:172
1287
  msgid "Quantity:"
1288
  msgstr ""
1289
 
1290
- #: templates/wishlist-view-mobile.php:187
1291
  msgid "Stock:"
1292
  msgstr ""
1293
 
1294
- #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1295
  msgid "Out of stock"
1296
  msgstr ""
1297
 
1298
- #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1299
  msgid "In Stock"
1300
  msgstr "재고 있음 "
1301
 
1302
- #: templates/wishlist-view-mobile.php:210 templates/wishlist-view.php:260
1303
  msgid "Move"
1304
  msgstr "이동 "
1305
 
1306
- #: templates/wishlist-view-mobile.php:231 templates/wishlist-view.php:281
1307
  msgid "Move to another list &rsaquo;"
1308
  msgstr ""
1309
 
1310
- #: templates/wishlist-view-mobile.php:239 templates/wishlist-view.php:155
1311
- #: templates/wishlist-view.php:291
1312
  msgid "Remove this product"
1313
  msgstr "이 상품 제거 "
1314
 
1315
- #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:311
1316
  msgid "No products added to the wishlist"
1317
  msgstr ""
1318
 
1319
- #: templates/wishlist-view.php:79
1320
  msgid "Product name"
1321
  msgstr ""
1322
 
1323
- #: templates/wishlist-view.php:87
1324
  msgid "Unit price"
1325
  msgstr ""
1326
 
1327
- #: templates/wishlist-view.php:96
1328
  msgid "Quantity"
1329
  msgstr ""
1330
 
1331
- #: templates/wishlist-view.php:105
1332
  msgid "Stock status"
1333
  msgstr ""
1334
 
1335
- #: templates/wishlist-view.php:123
1336
  msgid "Arrange"
1337
  msgstr ""
1338
 
1339
  #. translators: date added label: 1 date added.
1340
- #: templates/wishlist-view.php:241
1341
  msgid "Added on: %s"
1342
  msgstr ""
1343
 
1344
- #: templates/wishlist-view.php:291
1345
  msgid "Remove"
1346
  msgstr "제거 "
1347
 
@@ -1354,7 +1331,7 @@ msgid ""
1354
  "your e-commerce on <strong>YITH</strong></a>"
1355
  msgstr ""
1356
 
1357
- #: includes/class-yith-wcwl-admin.php:259
1358
  msgctxt "[HELP TAB] Video title"
1359
  msgid ""
1360
  "Check this video to learn how to <b>configure wishlist and customize options:"
@@ -1366,7 +1343,7 @@ msgctxt "page_slug"
1366
  msgid "wishlist"
1367
  msgstr ""
1368
 
1369
- #: includes/class-yith-wcwl-privacy.php:230
1370
  msgctxt "date when wishlist was created"
1371
  msgid "Created on"
1372
  msgstr ""
@@ -1392,7 +1369,7 @@ msgid "Shows a list of products in wishlist"
1392
  msgstr ""
1393
 
1394
  #. translators: 1. % of reduction/increase in price.
1395
- #: includes/class-yith-wcwl-wishlist-item.php:435
1396
  msgctxt ""
1397
  "Part of the template that shows price variation since addition to list; "
1398
  "placeholder will be replaced with a percentage"
@@ -1400,7 +1377,7 @@ msgid "Price is %1$s%%"
1400
  msgstr ""
1401
 
1402
  #. translators: 2: original product price.
1403
- #: includes/class-yith-wcwl-wishlist-item.php:437
1404
  msgctxt ""
1405
  "Part of the template that shows price variation since addition to list; "
1406
  "placeholder will be replaced with a price"
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
+ "POT-Creation-Date: 2022-08-04 12:20:46+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:05+0200\n"
10
  "Last-Translator: Valentyn Zubenko <valentyn.zubenko@gmail.com>\n"
11
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
28
  msgid "Wishlist Page"
29
  msgstr "개인 위시리스트 "
30
 
31
+ #: includes/class-yith-wcwl-admin.php:155
32
  msgid "General settings"
33
  msgstr ""
34
 
35
+ #: includes/class-yith-wcwl-admin.php:156
36
  msgid "Add to wishlist options"
37
  msgstr ""
38
 
39
+ #: includes/class-yith-wcwl-admin.php:157
40
  msgid "Wishlist page options"
41
  msgstr ""
42
 
43
+ #: includes/class-yith-wcwl-admin.php:268
44
  msgid ""
45
  "Allows your customers to create and share lists of products that they want "
46
  "to purchase on your e-commerce."
47
  msgstr ""
48
 
49
+ #: includes/class-yith-wcwl-admin.php:308
50
  msgid ""
51
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
52
  msgstr ""
53
 
54
+ #: includes/class-yith-wcwl-admin.php:309
55
  msgid ""
56
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
57
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
58
  "on \"Add to wishlist\""
59
  msgstr ""
60
 
61
+ #: includes/class-yith-wcwl-admin.php:310
62
  msgid ""
63
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
64
  "them either public (visible to everyone), private or shared (visible only to "
65
  "people it has been shared with)"
66
  msgstr ""
67
 
68
+ #: includes/class-yith-wcwl-admin.php:311
69
  msgid ""
70
  "Choose between <b>different layouts</b> for the wishlist page and for the "
71
  "wishlist content"
72
  msgstr ""
73
 
74
+ #: includes/class-yith-wcwl-admin.php:312
75
  msgid ""
76
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
77
  "move a product from one wishlist to another, change order of items, "
78
  "quantity, etc."
79
  msgstr ""
80
 
81
+ #: includes/class-yith-wcwl-admin.php:313
82
  msgid ""
83
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
84
  "content of their wishlist to the admin and get a custom quote"
85
  msgstr ""
86
 
87
+ #: includes/class-yith-wcwl-admin.php:314
88
  msgid ""
89
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
90
  "(available also with \"mini-cart\" style for the header)"
91
  msgstr ""
92
 
93
+ #: includes/class-yith-wcwl-admin.php:315
94
  msgid ""
95
+ "<b>Send promotional emails to users</b> who have added specific products to "
 
96
  "their wishlist"
97
  msgstr ""
98
 
99
+ #: includes/class-yith-wcwl-admin.php:316
100
  msgid ""
101
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
102
  "the list is back in stock or on sale"
103
  msgstr ""
104
 
105
+ #: includes/class-yith-wcwl-admin.php:317
106
  msgid "Regular updates, Translations and Premium Support"
107
  msgstr ""
108
 
109
+ #: includes/class-yith-wcwl-ajax-handler.php:94
110
+ #: templates/add-to-wishlist-remove.php:81
111
  msgid "View &rsaquo;"
112
  msgstr ""
113
 
114
+ #: includes/class-yith-wcwl-ajax-handler.php:95
115
+ #: templates/add-to-wishlist-remove.php:69
116
  msgid "or"
117
  msgstr ""
118
 
119
+ #: includes/class-yith-wcwl-ajax-handler.php:96
120
  msgid "Close"
121
  msgstr ""
122
 
123
+ #: includes/class-yith-wcwl-ajax-handler.php:203
124
+ #: includes/class-yith-wcwl-ajax-handler.php:252
125
  msgid "Product successfully removed."
126
  msgstr "상품이 성공적으로 제거 되었습니다."
127
 
128
+ #: includes/class-yith-wcwl-form-handler.php:193
129
  msgid "Please, make sure to enter a valid title"
130
  msgstr ""
131
 
132
+ #: includes/class-yith-wcwl-frontend.php:674
133
  msgid ""
134
  "We are sorry, but this feature is available only if cookies on your browser "
135
  "are enabled."
136
  msgstr ""
137
 
138
+ #: includes/class-yith-wcwl-frontend.php:684
139
  msgid "Product added to cart successfully"
140
  msgstr ""
141
 
142
+ #: includes/class-yith-wcwl-frontend.php:947
143
+ #: includes/class-yith-wcwl-shortcode.php:248
144
+ #: plugin-options/wishlist_page-options.php:249
145
+ #: templates/wishlist-view-footer-mobile.php:59
146
+ #: templates/wishlist-view-footer.php:59
147
  msgid "Add to cart"
148
  msgstr ""
149
 
191
  "for the products you love."
192
  msgstr ""
193
 
194
+ #: includes/class-yith-wcwl-privacy.php:94
195
+ #: includes/class-yith-wcwl-privacy.php:110
196
  msgid "Customer wishlists"
197
  msgstr ""
198
 
199
+ #: includes/class-yith-wcwl-privacy.php:147 plugin-options/lists-options.php:34
200
+ #: plugin-options/lists-options.php:41
201
  msgid "Wishlists"
202
  msgstr "위시리스"
203
 
204
  #. Translators: %s Order number.
205
+ #: includes/class-yith-wcwl-privacy.php:233
206
  msgid "Removed wishlist %s."
207
  msgstr "나의 위시리스트 목록 @ %s"
208
 
209
  #. Translators: %s Order number.
210
+ #: includes/class-yith-wcwl-privacy.php:237
211
  msgid "Wishlist %s has been retained."
212
  msgstr ""
213
 
214
+ #: includes/class-yith-wcwl-privacy.php:272
215
  msgid "Token"
216
  msgstr ""
217
 
218
+ #: includes/class-yith-wcwl-privacy.php:273
219
  msgid "Wishlist URL"
220
  msgstr ""
221
 
222
+ #: includes/class-yith-wcwl-privacy.php:274
223
  msgid "Title"
224
  msgstr ""
225
 
226
+ #: includes/class-yith-wcwl-privacy.php:276
227
  msgid "Visibility"
228
  msgstr ""
229
 
230
+ #: includes/class-yith-wcwl-privacy.php:277
231
  msgid "Items added"
232
  msgstr ""
233
 
294
  msgid "ID of the wishlist to show (e.g. K6EOWXB888ZD)"
295
  msgstr ""
296
 
297
+ #: includes/class-yith-wcwl-shortcode.php:452
298
  msgid "Share on:"
299
  msgstr "공유: "
300
 
301
+ #: includes/class-yith-wcwl-shortcode.php:498
302
+ #: plugin-options/wishlist_page-options.php:147
303
  msgid "Share on Facebook"
304
  msgstr "페이스북에 공유"
305
 
306
+ #: includes/class-yith-wcwl-shortcode.php:515
307
+ #: plugin-options/wishlist_page-options.php:156
308
  msgid "Tweet on Twitter"
309
  msgstr "트위터에 트윗하기"
310
 
311
+ #: includes/class-yith-wcwl-shortcode.php:533
312
+ #: plugin-options/wishlist_page-options.php:165
313
  msgid "Pin on Pinterest"
314
  msgstr "핀레스트에 핀하기"
315
 
316
+ #: includes/class-yith-wcwl-shortcode.php:547
317
  msgid "Share via email"
318
  msgstr ""
319
 
320
+ #: includes/class-yith-wcwl-shortcode.php:570
321
+ #: plugin-options/wishlist_page-options.php:183
322
  msgid "Share on WhatsApp"
323
  msgstr ""
324
 
325
+ #: includes/class-yith-wcwl-shortcode.php:744
326
  msgid "Remove from list"
327
  msgstr ""
328
 
329
+ #: includes/class-yith-wcwl-wishlist-item.php:203
330
  msgid "Free!"
331
  msgstr "프리!"
332
 
333
+ #: includes/class-yith-wcwl.php:232
334
  msgid "The item cannot be added to this wishlist"
335
  msgstr ""
336
 
337
+ #: includes/class-yith-wcwl.php:236 includes/class-yith-wcwl.php:242
338
  msgid "An error occurred while adding the products to the wishlist."
339
  msgstr ""
340
 
341
+ #: includes/class-yith-wcwl.php:339 includes/class-yith-wcwl.php:365
342
  msgid "Error. Unable to remove the product from the wishlist."
343
  msgstr "에러, 위시리스트에서 상품제거 불가능 "
344
 
345
+ #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:250
346
+ #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:272
347
  msgid "Invalid wishlist."
348
  msgstr ""
349
 
350
+ #: includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:210
351
  msgid "Invalid wishlist item."
352
  msgstr ""
353
 
354
  #. translators: 1. Number of users.
355
+ #: includes/functions-yith-wcwl.php:309
356
  msgid "%d user"
357
  msgid_plural "%d users"
358
  msgstr[0] ""
359
  msgstr[1] ""
360
 
361
+ #: includes/functions-yith-wcwl.php:310
362
  msgid "has this item in wishlist"
363
  msgid_plural "have this item in wishlist"
364
  msgstr[0] ""
365
  msgstr[1] ""
366
 
367
+ #: includes/functions-yith-wcwl.php:312
368
  msgid "You're the first"
369
  msgstr ""
370
 
371
+ #: includes/functions-yith-wcwl.php:313
372
  msgid "to add this item in wishlist"
373
  msgstr ""
374
 
375
  #. translators: 1. Count of users when many, or "another" when only one.
376
+ #: includes/functions-yith-wcwl.php:317
377
  msgid "You and %s user"
378
  msgid_plural "You and %d users"
379
  msgstr[0] ""
380
  msgstr[1] ""
381
 
382
+ #: includes/functions-yith-wcwl.php:317
383
  msgid "another"
384
  msgstr ""
385
 
386
+ #: includes/functions-yith-wcwl.php:318
387
  msgid "have this item in wishlist"
388
  msgstr ""
389
 
390
+ #: includes/functions-yith-wcwl.php:534
391
  msgid "None"
392
  msgstr ""
393
 
394
+ #: includes/functions-yith-wcwl.php:535
395
  #, fuzzy
396
  msgid "Custom"
397
  msgstr "커스텀 CSS"
398
 
399
+ #: includes/functions-yith-wcwl.php:567
400
  msgid "Shared"
401
  msgstr "공유됨 "
402
 
403
+ #: includes/functions-yith-wcwl.php:571
404
  msgid "Only people with a link to this list can see it"
405
  msgstr ""
406
 
407
+ #: includes/functions-yith-wcwl.php:577
408
  msgid "Private"
409
  msgstr "개인 "
410
 
411
+ #: includes/functions-yith-wcwl.php:581
412
  msgid "Only you can see this list"
413
  msgstr ""
414
 
415
+ #: includes/functions-yith-wcwl.php:587
416
  msgid "Public"
417
  msgstr "공용 "
418
 
419
+ #: includes/functions-yith-wcwl.php:591
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:118
424
+ #: plugin-options/add_to_wishlist-options.php:136
425
  msgid "Add to wishlist"
426
  msgstr ""
427
 
428
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:128
429
+ #: plugin-options/add_to_wishlist-options.php:152
430
  msgid "Browse wishlist"
431
  msgstr ""
432
 
440
  msgid "Product added to wishlist"
441
  msgstr "\"위시리스트에 이미 있습니다\" 텍스트"
442
 
443
+ #: init.php:173
444
  #, fuzzy
445
  msgid "is enabled but not effective. It requires WooCommerce to work."
446
  msgstr ""
447
  "YITH WooCommerce Wishlist가 활성화 되었으나 사용 불가능. 사용하기 위해서는 우"
448
  "커머스가 필요합니다."
449
 
450
+ #: init.php:191
451
+ msgid ""
452
+ "YITH WooCommerce Wishlist was deactivated as you're running an higher tier "
453
+ "version of the same plugin."
 
 
454
  msgstr ""
455
 
456
+ #: plugin-options/add_to_wishlist-options.php:29
457
+ #: plugin-options/settings-options.php:32
458
  msgid "General Settings"
459
  msgstr "일반 설정 "
460
 
461
+ #: plugin-options/add_to_wishlist-options.php:36
462
  msgid "After product is added to wishlist"
463
  msgstr ""
464
 
465
+ #: plugin-options/add_to_wishlist-options.php:37
466
  msgid ""
467
  "Choose the look of the Wishlist button when the product has already been "
468
  "added to a wishlist"
469
  msgstr ""
470
 
471
+ #: plugin-options/add_to_wishlist-options.php:41
472
  #, fuzzy
473
  msgid "Show \"Add to wishlist\" button"
474
  msgstr "\"위시리스트에 이미 있습니다\" 텍스트"
475
 
476
+ #: plugin-options/add_to_wishlist-options.php:42
477
  msgid "Show \"View wishlist\" link"
478
  msgstr ""
479
 
480
+ #: plugin-options/add_to_wishlist-options.php:43
481
  msgid "Show \"Remove from list\" link"
482
  msgstr ""
483
 
484
+ #: plugin-options/add_to_wishlist-options.php:57
485
  msgid "Loop settings"
486
  msgstr ""
487
 
488
+ #: plugin-options/add_to_wishlist-options.php:59
489
  msgid ""
490
  "Loop options will be visible on Shop page, category pages, product "
491
  "shortcodes, products sliders, and all the other places where the WooCommerce "
492
  "products' loop is used"
493
  msgstr ""
494
 
495
+ #: plugin-options/add_to_wishlist-options.php:64
496
  msgid "Show \"Add to wishlist\" in loop"
497
  msgstr ""
498
 
499
+ #: plugin-options/add_to_wishlist-options.php:65
500
  msgid "Enable the \"Add to wishlist\" feature in WooCommerce products' loop"
501
  msgstr ""
502
 
503
+ #: plugin-options/add_to_wishlist-options.php:73
504
  msgid "Position of \"Add to wishlist\" in loop"
505
  msgstr ""
506
 
507
+ #: plugin-options/add_to_wishlist-options.php:74
508
  msgid ""
509
  "Choose where to show \"Add to wishlist\" button or link in WooCommerce "
510
  "products' loop. <span class=\"addon\">Copy this shortcode <span class=\"code"
512
  "want to show the \"Add to wishlist\" link or button</span>"
513
  msgstr ""
514
 
515
+ #: plugin-options/add_to_wishlist-options.php:81
516
  msgid "On top of the image"
517
  msgstr ""
518
 
519
+ #: plugin-options/add_to_wishlist-options.php:82
520
  msgid "Before \"Add to cart\" button"
521
  msgstr ""
522
 
523
+ #: plugin-options/add_to_wishlist-options.php:83
524
  msgid "After \"Add to cart\" button"
525
  msgstr ""
526
 
527
+ #: plugin-options/add_to_wishlist-options.php:84
528
+ #: plugin-options/add_to_wishlist-options.php:116
529
  msgid "Use shortcode"
530
  msgstr "숏코드를 사용 "
531
 
532
+ #: plugin-options/add_to_wishlist-options.php:98
533
  msgid "Product page settings"
534
  msgstr ""
535
 
536
+ #: plugin-options/add_to_wishlist-options.php:105
537
  msgid "Position of \"Add to wishlist\" on product page"
538
  msgstr ""
539
 
540
+ #: plugin-options/add_to_wishlist-options.php:106
541
  msgid ""
542
  "Choose where to show \"Add to wishlist\" button or link on the product page. "
543
  "<span class=\"addon\">Copy this shortcode <span class=\"code"
545
  "want to show the \"Add to wishlist\" link or button</span>"
546
  msgstr ""
547
 
548
+ #: plugin-options/add_to_wishlist-options.php:113
549
  msgid "After \"Add to cart\""
550
  msgstr "장바구니 담기 뒤에"
551
 
552
+ #: plugin-options/add_to_wishlist-options.php:114
553
  msgid "After thumbnails"
554
  msgstr "썸네일 뒤에"
555
 
556
+ #: plugin-options/add_to_wishlist-options.php:115
557
  msgid "After summary"
558
  msgstr "써머리 뒤에"
559
 
560
+ #: plugin-options/add_to_wishlist-options.php:126
561
+ #: plugin-options/wishlist_page-options.php:231
562
  msgid "Text customization"
563
  msgstr ""
564
 
565
+ #: plugin-options/add_to_wishlist-options.php:133
566
  msgid "\"Add to wishlist\" text"
567
  msgstr ""
568
 
569
+ #: plugin-options/add_to_wishlist-options.php:134
570
  msgid "Enter a text for \"Add to wishlist\" button"
571
  msgstr ""
572
 
573
+ #: plugin-options/add_to_wishlist-options.php:141
574
  msgid "\"Product added\" text"
575
  msgstr "\"상품 추가\" 텍스트 "
576
 
577
+ #: plugin-options/add_to_wishlist-options.php:142
578
  msgid ""
579
  "Enter the text of the message displayed when the user adds a product to the "
580
  "wishlist"
581
  msgstr ""
582
 
583
+ #: plugin-options/add_to_wishlist-options.php:144
584
  msgid "Product added!"
585
  msgstr "상품이 추가됨!"
586
 
587
+ #: plugin-options/add_to_wishlist-options.php:149
588
  msgid "\"Browse wishlist\" text"
589
  msgstr "\"위시리스트 둘러보기\" 텍스트"
590
 
591
+ #: plugin-options/add_to_wishlist-options.php:150
592
  msgid "Enter a text for the \"Browse wishlist\" link on the product page"
593
  msgstr ""
594
 
595
+ #: plugin-options/add_to_wishlist-options.php:157
596
  msgid "\"Product already in wishlist\" text"
597
  msgstr "\"위시리스트에 이미 있습니다\" 텍스트"
598
 
599
+ #: plugin-options/add_to_wishlist-options.php:158
600
  msgid ""
601
  "Enter the text for the message displayed when the user views a product that "
602
  "is already in the wishlist"
603
  msgstr ""
604
 
605
+ #: plugin-options/add_to_wishlist-options.php:160
606
  msgid "The product is already in your wishlist!"
607
  msgstr ""
608
 
609
+ #: plugin-options/add_to_wishlist-options.php:170
610
  msgid "Style & Color customization"
611
  msgstr ""
612
 
613
+ #: plugin-options/add_to_wishlist-options.php:177
614
  msgid "Style of \"Add to wishlist\""
615
  msgstr ""
616
 
617
+ #: plugin-options/add_to_wishlist-options.php:178
618
  msgid ""
619
  "Choose if you want to show a textual \"Add to wishlist\" link or a button"
620
  msgstr ""
621
 
622
+ #: plugin-options/add_to_wishlist-options.php:181
623
+ #: plugin-options/wishlist_page-options.php:270
624
  msgid "Textual (anchor)"
625
  msgstr ""
626
 
627
+ #: plugin-options/add_to_wishlist-options.php:182
628
+ #: plugin-options/wishlist_page-options.php:271
629
  msgid "Button with theme style"
630
  msgstr ""
631
 
632
+ #: plugin-options/add_to_wishlist-options.php:183
633
+ #: plugin-options/wishlist_page-options.php:272
634
  msgid "Button with custom style"
635
  msgstr ""
636
 
637
+ #: plugin-options/add_to_wishlist-options.php:191
638
  msgid "\"Add to wishlist\" button style"
639
  msgstr ""
640
 
641
+ #: plugin-options/add_to_wishlist-options.php:197
642
  msgid "Choose colors for the \"Add to wishlist\" button"
643
  msgstr ""
644
 
645
+ #: plugin-options/add_to_wishlist-options.php:199
646
+ #: plugin-options/wishlist_page-options.php:288
647
+ #: plugin-options/wishlist_page-options.php:386
648
+ #: plugin-options/wishlist_page-options.php:435
649
+ #: plugin-options/wishlist_page-options.php:483
650
+ #: plugin-options/wishlist_page-options.php:570
651
+ #: plugin-options/wishlist_page-options.php:610
652
+ #: plugin-options/wishlist_page-options.php:650
653
+ #: plugin-options/wishlist_page-options.php:690
654
+ #: plugin-options/wishlist_page-options.php:730
655
  msgid "Background"
656
  msgstr "백그라운드 "
657
 
658
+ #: plugin-options/add_to_wishlist-options.php:204
659
+ #: plugin-options/wishlist_page-options.php:293
660
+ #: plugin-options/wishlist_page-options.php:391
661
+ #: plugin-options/wishlist_page-options.php:440
662
+ #: plugin-options/wishlist_page-options.php:488
663
+ #: plugin-options/wishlist_page-options.php:525
664
  msgid "Text"
665
  msgstr "텍스트 "
666
 
667
+ #: plugin-options/add_to_wishlist-options.php:209
668
+ #: plugin-options/wishlist_page-options.php:298
669
+ #: plugin-options/wishlist_page-options.php:396
670
+ #: plugin-options/wishlist_page-options.php:445
671
+ #: plugin-options/wishlist_page-options.php:493
672
  msgid "Border"
673
  msgstr "경계 "
674
 
675
+ #: plugin-options/add_to_wishlist-options.php:215
676
  msgid "Choose colors for the \"Add to wishlist\" button on hover state"
677
  msgstr ""
678
 
679
+ #: plugin-options/add_to_wishlist-options.php:217
680
+ #: plugin-options/wishlist_page-options.php:306
681
+ #: plugin-options/wishlist_page-options.php:404
682
+ #: plugin-options/wishlist_page-options.php:453
683
  msgid "Background Hover"
684
  msgstr ""
685
 
686
+ #: plugin-options/add_to_wishlist-options.php:222
687
+ #: plugin-options/wishlist_page-options.php:311
688
+ #: plugin-options/wishlist_page-options.php:409
689
+ #: plugin-options/wishlist_page-options.php:458
690
  msgid "Text Hover"
691
  msgstr ""
692
 
693
+ #: plugin-options/add_to_wishlist-options.php:227
694
+ #: plugin-options/wishlist_page-options.php:316
695
+ #: plugin-options/wishlist_page-options.php:414
696
+ #: plugin-options/wishlist_page-options.php:463
697
  msgid "Border Hover"
698
  msgstr ""
699
 
700
+ #: plugin-options/add_to_wishlist-options.php:240
701
+ #: plugin-options/wishlist_page-options.php:329
702
  msgid "Border radius"
703
  msgstr ""
704
 
705
+ #: plugin-options/add_to_wishlist-options.php:241
706
  msgid "Choose radius for the \"Add to wishlist\" button"
707
  msgstr ""
708
 
709
+ #: plugin-options/add_to_wishlist-options.php:255
710
  msgid "\"Add to wishlist\" icon"
711
  msgstr ""
712
 
713
+ #: plugin-options/add_to_wishlist-options.php:256
714
  msgid "Select an icon for the \"Add to wishlist\" button (optional)"
715
  msgstr ""
716
 
717
+ #: plugin-options/add_to_wishlist-options.php:275
718
  msgid "\"Add to wishlist\" custom icon"
719
  msgstr ""
720
 
721
+ #: plugin-options/add_to_wishlist-options.php:276
722
+ #: plugin-options/add_to_wishlist-options.php:309
723
  msgid ""
724
  "Upload an icon you'd like to use for \"Add to wishlist\" button (suggested "
725
  "32px x 32px)"
726
  msgstr ""
727
 
728
+ #: plugin-options/add_to_wishlist-options.php:288
729
  msgid "\"Added to wishlist\" icon"
730
  msgstr ""
731
 
732
+ #: plugin-options/add_to_wishlist-options.php:289
733
  msgid "Select an icon for the \"Added to wishlist\" button (optional)"
734
  msgstr ""
735
 
736
+ #: plugin-options/add_to_wishlist-options.php:304
737
  msgid "Same used for Add to wishlist"
738
  msgstr ""
739
 
740
+ #: plugin-options/add_to_wishlist-options.php:308
741
  msgid "\"Added to wishlist\" custom icon"
742
  msgstr ""
743
 
744
+ #: plugin-options/add_to_wishlist-options.php:321
745
  msgid "Custom CSS"
746
  msgstr "커스텀 CSS"
747
 
748
+ #: plugin-options/add_to_wishlist-options.php:322
749
  msgid "Enter custom CSS to be applied to Wishlist elements (optional)"
750
  msgstr ""
751
 
752
+ #: plugin-options/lists-options.php:43
753
  #, fuzzy
754
  msgid "Search list"
755
  msgstr "위시리스트 찾기 "
756
 
757
+ #: plugin-options/settings-options.php:39
 
 
 
 
 
 
 
 
758
  msgid "Enable AJAX loading"
759
  msgstr ""
760
 
761
+ #: plugin-options/settings-options.php:40
762
  msgid "Load any cacheable wishlist item via AJAX"
763
  msgstr ""
764
 
765
+ #: plugin-options/settings-options.php:54
766
  msgid "YITH WooCommerce Frequently Bought Together Integration"
767
  msgstr "YITH WooCommerce 와 함께 자주 구매되는 연결"
768
 
769
+ #: plugin-options/settings-options.php:60
 
 
 
 
 
 
 
 
770
  msgid "Enable slider in wishlist"
771
  msgstr "위시리스트내 슬라이더 사용 "
772
 
773
+ #. translators: 1. Example image of the integration.
774
+ #: plugin-options/settings-options.php:62
 
775
  msgid ""
776
  "Enable the slider with linked products on the Wishlist page (<a href=\"%1$s"
777
+ "\" class=\"thickbox\">Example</a>)."
778
  msgstr ""
779
 
780
+ #: plugin-options/wishlist_page-options.php:28
781
+ #: plugin-options/wishlist_page-options.php:35
 
 
 
782
  msgid "Wishlist page"
783
  msgstr ""
784
 
785
+ #: plugin-options/wishlist_page-options.php:36
786
  msgid ""
787
  "Pick a page as the main Wishlist page; make sure you add the <span class="
788
  "\"code\"><code>[yith_wcwl_wishlist]</code></span> shortcode into the page "
789
  "content"
790
  msgstr ""
791
 
792
+ #: plugin-options/wishlist_page-options.php:49
793
  msgid "Wishlist Detail Page"
794
  msgstr ""
795
 
 
796
  #: plugin-options/wishlist_page-options.php:56
797
  #: plugin-options/wishlist_page-options.php:65
798
  #: plugin-options/wishlist_page-options.php:74
799
  #: plugin-options/wishlist_page-options.php:83
800
  #: plugin-options/wishlist_page-options.php:92
801
  #: plugin-options/wishlist_page-options.php:101
802
+ #: plugin-options/wishlist_page-options.php:110
803
  msgid "In wishlist table show"
804
  msgstr ""
805
 
806
+ #: plugin-options/wishlist_page-options.php:57
807
  msgid "Product variations selected by the user (example: size or color)"
808
  msgstr ""
809
 
810
+ #: plugin-options/wishlist_page-options.php:66
811
  msgid "Product price"
812
  msgstr ""
813
 
814
+ #: plugin-options/wishlist_page-options.php:75
815
  msgid "Product stock (show if the product is available or not)"
816
  msgstr ""
817
 
818
+ #: plugin-options/wishlist_page-options.php:84
819
  msgid "Date on which the product was added to the wishlist"
820
  msgstr ""
821
 
822
+ #: plugin-options/wishlist_page-options.php:93
823
  msgid "Add to cart option for each product"
824
  msgstr ""
825
 
826
+ #: plugin-options/wishlist_page-options.php:102
827
  msgid ""
828
  "Icon to remove the product from the wishlist - to the left of the product"
829
  msgstr ""
830
 
831
+ #: plugin-options/wishlist_page-options.php:111
832
  msgid ""
833
  "Button to remove the product from the wishlist - to the right of the product"
834
  msgstr ""
835
 
836
+ #: plugin-options/wishlist_page-options.php:119
837
  msgid "Redirect to cart"
838
  msgstr "장바구니로 다시돌리기"
839
 
840
+ #: plugin-options/wishlist_page-options.php:120
841
  msgid ""
842
  "Redirect users to the cart page when they add a product to the cart from the "
843
  "wishlist page"
844
  msgstr ""
845
 
846
+ #: plugin-options/wishlist_page-options.php:128
847
  msgid "Remove if added to the cart"
848
  msgstr "장바구니에 담고나면 제거"
849
 
850
+ #: plugin-options/wishlist_page-options.php:129
851
  msgid ""
852
  "Remove the product from the wishlist after it has been added to the cart"
853
  msgstr ""
854
 
855
+ #: plugin-options/wishlist_page-options.php:137
856
  msgid "Share wishlist"
857
  msgstr ""
858
 
859
+ #: plugin-options/wishlist_page-options.php:138
860
  msgid "Enable this option to let users share their wishlist on social media"
861
  msgstr ""
862
 
 
863
  #: plugin-options/wishlist_page-options.php:146
864
  #: plugin-options/wishlist_page-options.php:155
865
  #: plugin-options/wishlist_page-options.php:164
866
  #: plugin-options/wishlist_page-options.php:173
867
+ #: plugin-options/wishlist_page-options.php:182
868
  msgid "Share on social media"
869
  msgstr ""
870
 
871
+ #: plugin-options/wishlist_page-options.php:174
872
  msgid "Share by email"
873
  msgstr ""
874
 
875
+ #: plugin-options/wishlist_page-options.php:191
876
  msgid "Share by URL"
877
  msgstr ""
878
 
879
+ #: plugin-options/wishlist_page-options.php:192
880
  msgid "Show \"Share URL\" field on wishlist page"
881
  msgstr ""
882
 
883
+ #: plugin-options/wishlist_page-options.php:200
884
  msgid "Sharing title"
885
  msgstr ""
886
 
887
+ #: plugin-options/wishlist_page-options.php:201
888
  msgid "Wishlist title used for sharing (only used on Twitter and Pinterest)"
889
  msgstr ""
890
 
891
  #. translators: 1. Blog name.
892
+ #: plugin-options/wishlist_page-options.php:204
893
  msgid "My wishlist on %s"
894
  msgstr "나의 위시리스트 목록 @ %s"
895
 
896
+ #: plugin-options/wishlist_page-options.php:209
897
  msgid "Social text"
898
  msgstr "소셜 텍스트 "
899
 
900
+ #: plugin-options/wishlist_page-options.php:210
901
  msgid ""
902
  "Type the message you want to publish when you share your wishlist on Twitter "
903
  "and Pinterest"
904
  msgstr ""
905
 
906
+ #: plugin-options/wishlist_page-options.php:218
907
  msgid "Social image URL"
908
  msgstr "소셜 이미지 URL"
909
 
910
+ #: plugin-options/wishlist_page-options.php:219
911
  msgid "It will be used to pin the wishlist on Pinterest."
912
  msgstr ""
913
 
914
+ #: plugin-options/wishlist_page-options.php:238
915
  msgid "Default wishlist name"
916
  msgstr ""
917
 
918
+ #: plugin-options/wishlist_page-options.php:239
919
  msgid ""
920
  "Enter a name for the default wishlist. This is the wishlist that will be "
921
  "automatically generated for all users if they do not create any custom one"
922
  msgstr ""
923
 
924
+ #: plugin-options/wishlist_page-options.php:241
925
  #, fuzzy
926
  msgid "My wishlist"
927
  msgstr "나의 위시리스트 목록 @ %s"
928
 
929
+ #: plugin-options/wishlist_page-options.php:246
930
  msgid "\"Add to cart\" text"
931
  msgstr ""
932
 
933
+ #: plugin-options/wishlist_page-options.php:247
934
  msgid "Enter a text for the \"Add to cart\" button"
935
  msgstr ""
936
 
937
+ #: plugin-options/wishlist_page-options.php:259
938
  msgid "Style & color customization"
939
  msgstr ""
940
 
941
+ #: plugin-options/wishlist_page-options.php:266
942
  msgid "Style of \"Add to cart\""
943
  msgstr ""
944
 
945
+ #: plugin-options/wishlist_page-options.php:267
946
  msgid "Choose whether to show a textual \"Add to cart\" link or a button"
947
  msgstr ""
948
 
949
+ #: plugin-options/wishlist_page-options.php:280
950
  msgid "\"Add to cart\" button style"
951
  msgstr ""
952
 
953
+ #: plugin-options/wishlist_page-options.php:286
954
  msgid "Choose the colors for the \"Add to cart\" button"
955
  msgstr ""
956
 
957
+ #: plugin-options/wishlist_page-options.php:304
958
  msgid "Choose colors for the \"Add to cart\" button on hover state"
959
  msgstr ""
960
 
961
+ #: plugin-options/wishlist_page-options.php:330
962
  msgid "Set the radius for the \"Add to cart\" button"
963
  msgstr ""
964
 
965
+ #: plugin-options/wishlist_page-options.php:344
966
  msgid "\"Add to cart\" icon"
967
  msgstr ""
968
 
969
+ #: plugin-options/wishlist_page-options.php:345
970
  msgid "Select an icon for the \"Add to cart\" button (optional)"
971
  msgstr ""
972
 
973
+ #: plugin-options/wishlist_page-options.php:369
974
  msgid "\"Add to cart\" custom icon"
975
  msgstr ""
976
 
977
+ #: plugin-options/wishlist_page-options.php:370
978
  msgid ""
979
  "Upload an icon you'd like to use for the \"Add to cart\" button (suggested "
980
  "32px x 32px)"
981
  msgstr ""
982
 
983
+ #: plugin-options/wishlist_page-options.php:378
984
  msgid "Primary button style"
985
  msgstr ""
986
 
987
+ #: plugin-options/wishlist_page-options.php:384
988
  msgid ""
989
  "Choose colors for the primary button<br/><small>This style will be applied "
990
  "to \"Edit title\" button on Wishlist view, \"Submit Changes\" button on "
991
  "Manage view and \"Search wishlist\" button on Search view</small>"
992
  msgstr ""
993
 
994
+ #: plugin-options/wishlist_page-options.php:402
995
  msgid ""
996
  "Choose colors for the primary button on hover state<br/><small>This style "
997
  "will be applied to \"Edit title\" button on Wishlist view, \"Submit Changes"
999
  "small>"
1000
  msgstr ""
1001
 
1002
+ #: plugin-options/wishlist_page-options.php:427
1003
  msgid "Secondary button style"
1004
  msgstr ""
1005
 
 
1006
  #: plugin-options/wishlist_page-options.php:433
1007
+ #: plugin-options/wishlist_page-options.php:451
1008
  msgid ""
1009
  "Choose colors of the secondary button<br/><small>This style will be applied "
1010
  "to the buttons that allow showing and hiding the Edit title form on Wishlist "
1011
  "view and \"Create new Wishlist\" button on Manage view</small>"
1012
  msgstr ""
1013
 
1014
+ #: plugin-options/wishlist_page-options.php:476
1015
  msgid "Wishlist table style"
1016
  msgstr ""
1017
 
1018
+ #: plugin-options/wishlist_page-options.php:477
1019
  msgid ""
1020
  "Choose the colors for the wishlist table (when set to \"Traditional\" layout)"
1021
  msgstr ""
1022
 
1023
+ #: plugin-options/wishlist_page-options.php:505
1024
  msgid "Highlight color"
1025
  msgstr ""
1026
 
1027
+ #: plugin-options/wishlist_page-options.php:506
1028
  msgid ""
1029
  "Choose the color for all sections with background<br/><small>This color will "
1030
  "be used as background for the wishlist table heading and footer (when set to "
1031
  "\"Traditional\" layout), and for various form across wishlist views</small>"
1032
  msgstr ""
1033
 
1034
+ #: plugin-options/wishlist_page-options.php:518
1035
  msgid "Share button text color"
1036
  msgstr ""
1037
 
1038
+ #: plugin-options/wishlist_page-options.php:519
1039
  msgid "Choose colors for share buttons text"
1040
  msgstr ""
1041
 
1042
+ #: plugin-options/wishlist_page-options.php:530
1043
  msgid "Text hover"
1044
  msgstr ""
1045
 
1046
+ #: plugin-options/wishlist_page-options.php:543
1047
  msgid "Facebook share button icon"
1048
  msgstr ""
1049
 
1050
+ #: plugin-options/wishlist_page-options.php:544
1051
  msgid "Select an icon for the Facebook share button"
1052
  msgstr ""
1053
 
1054
+ #: plugin-options/wishlist_page-options.php:554
1055
  msgid "Facebook share button custom icon"
1056
  msgstr ""
1057
 
1058
+ #: plugin-options/wishlist_page-options.php:555
1059
  msgid ""
1060
  "Upload an icon you'd like to use for Facebook share button (suggested 32px x "
1061
  "32px)"
1062
  msgstr ""
1063
 
1064
+ #: plugin-options/wishlist_page-options.php:563
1065
  msgid "Facebook share button style"
1066
  msgstr ""
1067
 
1068
+ #: plugin-options/wishlist_page-options.php:564
1069
  msgid "Choose colors for Facebook share button"
1070
  msgstr ""
1071
 
1072
+ #: plugin-options/wishlist_page-options.php:575
1073
+ #: plugin-options/wishlist_page-options.php:615
1074
+ #: plugin-options/wishlist_page-options.php:655
1075
+ #: plugin-options/wishlist_page-options.php:695
1076
+ #: plugin-options/wishlist_page-options.php:735
1077
  msgid "Background hover"
1078
  msgstr ""
1079
 
1080
+ #: plugin-options/wishlist_page-options.php:583
1081
  msgid "Twitter share button icon"
1082
  msgstr ""
1083
 
1084
+ #: plugin-options/wishlist_page-options.php:584
1085
  msgid "Select an icon for the Twitter share button"
1086
  msgstr ""
1087
 
1088
+ #: plugin-options/wishlist_page-options.php:594
1089
  msgid "Twitter share button custom icon"
1090
  msgstr ""
1091
 
1092
+ #: plugin-options/wishlist_page-options.php:595
1093
  msgid ""
1094
  "Upload an icon you'd like to use for Twitter share button (suggested 32px x "
1095
  "32px)"
1096
  msgstr ""
1097
 
1098
+ #: plugin-options/wishlist_page-options.php:603
1099
  msgid "Twitter share button style"
1100
  msgstr ""
1101
 
1102
+ #: plugin-options/wishlist_page-options.php:604
1103
  msgid "Choose colors for Twitter share button"
1104
  msgstr ""
1105
 
1106
+ #: plugin-options/wishlist_page-options.php:623
1107
  msgid "Pinterest share button icon"
1108
  msgstr ""
1109
 
1110
+ #: plugin-options/wishlist_page-options.php:624
1111
  msgid "Select an icon for the Pinterest share button"
1112
  msgstr ""
1113
 
1114
+ #: plugin-options/wishlist_page-options.php:634
1115
  msgid "Pinterest share button custom icon"
1116
  msgstr ""
1117
 
1118
+ #: plugin-options/wishlist_page-options.php:635
1119
  msgid ""
1120
  "Upload an icon you'd like to use for Pinterest share button (suggested 32px "
1121
  "x 32px)"
1122
  msgstr ""
1123
 
1124
+ #: plugin-options/wishlist_page-options.php:643
1125
  msgid "Pinterest share button style"
1126
  msgstr ""
1127
 
1128
+ #: plugin-options/wishlist_page-options.php:644
1129
  msgid "Choose colors for Pinterest share button"
1130
  msgstr ""
1131
 
1132
+ #: plugin-options/wishlist_page-options.php:663
1133
  msgid "Email share button icon"
1134
  msgstr ""
1135
 
1136
+ #: plugin-options/wishlist_page-options.php:664
1137
  msgid "Select an icon for the Email share button"
1138
  msgstr ""
1139
 
1140
+ #: plugin-options/wishlist_page-options.php:674
1141
  msgid "Email share button custom icon"
1142
  msgstr ""
1143
 
1144
+ #: plugin-options/wishlist_page-options.php:675
1145
  msgid ""
1146
  "Upload an icon you'd like to use for the Email share button (suggested 32px "
1147
  "x 32px)"
1148
  msgstr ""
1149
 
1150
+ #: plugin-options/wishlist_page-options.php:683
1151
  msgid "Email share button style"
1152
  msgstr ""
1153
 
1154
+ #: plugin-options/wishlist_page-options.php:684
1155
  msgid "Choose colors for the Email share button"
1156
  msgstr ""
1157
 
1158
+ #: plugin-options/wishlist_page-options.php:703
1159
  msgid "WhatsApp share button icon"
1160
  msgstr ""
1161
 
1162
+ #: plugin-options/wishlist_page-options.php:704
1163
  msgid "Select an icon for the WhatsApp share button"
1164
  msgstr ""
1165
 
1166
+ #: plugin-options/wishlist_page-options.php:714
1167
  msgid "WhatsApp share button custom icon"
1168
  msgstr ""
1169
 
1170
+ #: plugin-options/wishlist_page-options.php:715
1171
  msgid ""
1172
  "Upload an icon you'd like to use for WhatsApp share button (suggested 32px x "
1173
  "32px)"
1174
  msgstr ""
1175
 
1176
+ #: plugin-options/wishlist_page-options.php:723
1177
  msgid "WhatsApp share button style"
1178
  msgstr ""
1179
 
1180
+ #: plugin-options/wishlist_page-options.php:724
1181
  msgid "Choose colors for WhatsApp share button"
1182
  msgstr ""
1183
 
1184
+ #: templates/share.php:56 templates/share.php:57
1185
  msgid "Facebook"
1186
  msgstr "페이스북 "
1187
 
1188
+ #: templates/share.php:64 templates/share.php:65
1189
  msgid "Twitter"
1190
  msgstr "트위터 "
1191
 
1192
+ #: templates/share.php:72 templates/share.php:73
1193
  msgid "Pinterest"
1194
  msgstr "핀테레스트 "
1195
 
1196
+ #: templates/share.php:102 templates/share.php:103
1197
  msgid "Email"
1198
  msgstr "이메일 "
1199
 
1200
+ #: templates/share.php:110
1201
  msgid "WhatsApp"
1202
  msgstr ""
1203
 
1204
+ #: templates/share.php:111
1205
  msgid "Whatsapp"
1206
  msgstr ""
1207
 
1208
+ #: templates/share.php:120
1209
  msgid "(Now"
1210
  msgstr ""
1211
 
1212
+ #: templates/share.php:120
1213
  msgid "copy"
1214
  msgstr ""
1215
 
1216
+ #: templates/share.php:120
1217
  msgid "this wishlist link and share it anywhere)"
1218
  msgstr ""
1219
 
1220
+ #: templates/wishlist-view-footer-mobile.php:55
1221
+ #: templates/wishlist-view-footer.php:55
1222
  msgid "Apply this action to all the selected items:"
1223
  msgstr ""
1224
 
1225
+ #: templates/wishlist-view-footer-mobile.php:62
1226
+ #: templates/wishlist-view-footer.php:62
1227
  msgid "Remove from wishlist"
1228
  msgstr ""
1229
 
1230
  #. translators: 1. Wishlist formatted name.
1231
+ #: templates/wishlist-view-footer-mobile.php:80
1232
+ #: templates/wishlist-view-footer.php:80
1233
  msgid "Move to %s"
1234
  msgstr ""
1235
 
1236
+ #: templates/wishlist-view-footer-mobile.php:86
1237
+ #: templates/wishlist-view-footer.php:86
1238
  msgid "Apply"
1239
  msgstr ""
1240
 
1241
+ #: templates/wishlist-view-footer-mobile.php:94
1242
+ #: templates/wishlist-view-footer.php:94
1243
  msgid "Update"
1244
  msgstr ""
1245
 
1246
+ #: templates/wishlist-view-footer-mobile.php:100
1247
+ #: templates/wishlist-view-footer.php:138
1248
  msgid "Add all to cart"
1249
  msgstr ""
1250
 
1251
+ #: templates/wishlist-view-header.php:86
1252
  msgid "Edit title"
1253
  msgstr "타이틀 편집 "
1254
 
1255
+ #: templates/wishlist-view-mobile.php:143
1256
  msgid "Added on:"
1257
  msgstr ""
1258
 
1259
+ #: templates/wishlist-view-mobile.php:154
1260
  msgid "Price:"
1261
  msgstr ""
1262
 
1263
+ #: templates/wishlist-view-mobile.php:181
1264
  msgid "Quantity:"
1265
  msgstr ""
1266
 
1267
+ #: templates/wishlist-view-mobile.php:196
1268
  msgid "Stock:"
1269
  msgstr ""
1270
 
1271
+ #: templates/wishlist-view-mobile.php:199 templates/wishlist-view.php:431
1272
  msgid "Out of stock"
1273
  msgstr ""
1274
 
1275
+ #: templates/wishlist-view-mobile.php:199 templates/wishlist-view.php:431
1276
  msgid "In Stock"
1277
  msgstr "재고 있음 "
1278
 
1279
+ #: templates/wishlist-view-mobile.php:219 templates/wishlist-view.php:531
1280
  msgid "Move"
1281
  msgstr "이동 "
1282
 
1283
+ #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:562
1284
  msgid "Move to another list &rsaquo;"
1285
  msgstr ""
1286
 
1287
+ #: templates/wishlist-view-mobile.php:270 templates/wishlist-view.php:250
1288
+ #: templates/wishlist-view.php:594
1289
  msgid "Remove this product"
1290
  msgstr "이 상품 제거 "
1291
 
1292
+ #: templates/wishlist-view-mobile.php:291 templates/wishlist-view.php:636
1293
  msgid "No products added to the wishlist"
1294
  msgstr ""
1295
 
1296
+ #: templates/wishlist-view.php:102
1297
  msgid "Product name"
1298
  msgstr ""
1299
 
1300
+ #: templates/wishlist-view.php:122
1301
  msgid "Unit price"
1302
  msgstr ""
1303
 
1304
+ #: templates/wishlist-view.php:143
1305
  msgid "Quantity"
1306
  msgstr ""
1307
 
1308
+ #: templates/wishlist-view.php:164
1309
  msgid "Stock status"
1310
  msgstr ""
1311
 
1312
+ #: templates/wishlist-view.php:206
1313
  msgid "Arrange"
1314
  msgstr ""
1315
 
1316
  #. translators: date added label: 1 date added.
1317
+ #: templates/wishlist-view.php:466
1318
  msgid "Added on: %s"
1319
  msgstr ""
1320
 
1321
+ #: templates/wishlist-view.php:594
1322
  msgid "Remove"
1323
  msgstr "제거 "
1324
 
1331
  "your e-commerce on <strong>YITH</strong></a>"
1332
  msgstr ""
1333
 
1334
+ #: includes/class-yith-wcwl-admin.php:287
1335
  msgctxt "[HELP TAB] Video title"
1336
  msgid ""
1337
  "Check this video to learn how to <b>configure wishlist and customize options:"
1343
  msgid "wishlist"
1344
  msgstr ""
1345
 
1346
+ #: includes/class-yith-wcwl-privacy.php:275
1347
  msgctxt "date when wishlist was created"
1348
  msgid "Created on"
1349
  msgstr ""
1369
  msgstr ""
1370
 
1371
  #. translators: 1. % of reduction/increase in price.
1372
+ #: includes/class-yith-wcwl-wishlist-item.php:478
1373
  msgctxt ""
1374
  "Part of the template that shows price variation since addition to list; "
1375
  "placeholder will be replaced with a percentage"
1377
  msgstr ""
1378
 
1379
  #. translators: 2: original product price.
1380
+ #: includes/class-yith-wcwl-wishlist-item.php:480
1381
  msgctxt ""
1382
  "Part of the template that shows price variation since addition to list; "
1383
  "placeholder will be replaced with a price"
languages/yith-woocommerce-wishlist-nl_NL.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-nl_NL.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
- "POT-Creation-Date: 2022-06-19 14:16:05+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:06+0200\n"
10
  "Last-Translator: \n"
11
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
@@ -28,19 +28,19 @@ msgstr ""
28
  msgid "Wishlist Page"
29
  msgstr "Verlanglijst pagina"
30
 
31
- #: includes/class-yith-wcwl-admin.php:146
32
  msgid "General settings"
33
  msgstr "Algemene instellingen"
34
 
35
- #: includes/class-yith-wcwl-admin.php:147
36
  msgid "Add to wishlist options"
37
  msgstr "Toevoegen aan verlanglijst opties"
38
 
39
- #: includes/class-yith-wcwl-admin.php:148
40
  msgid "Wishlist page options"
41
  msgstr "Verlanglijst pagina opties"
42
 
43
- #: includes/class-yith-wcwl-admin.php:249
44
  msgid ""
45
  "Allows your customers to create and share lists of products that they want "
46
  "to purchase on your e-commerce."
@@ -48,91 +48,90 @@ msgstr ""
48
  "Laat uw klanten een lijst met producten die zij willen kopen in uw e-"
49
  "commerce, maken en delen."
50
 
51
- #: includes/class-yith-wcwl-admin.php:280
52
  msgid ""
53
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
54
  msgstr ""
55
 
56
- #: includes/class-yith-wcwl-admin.php:281
57
  msgid ""
58
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
59
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
60
  "on \"Add to wishlist\""
61
  msgstr ""
62
 
63
- #: includes/class-yith-wcwl-admin.php:282
64
  msgid ""
65
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
66
  "them either public (visible to everyone), private or shared (visible only to "
67
  "people it has been shared with)"
68
  msgstr ""
69
 
70
- #: includes/class-yith-wcwl-admin.php:283
71
  msgid ""
72
  "Choose between <b>different layouts</b> for the wishlist page and for the "
73
  "wishlist content"
74
  msgstr ""
75
 
76
- #: includes/class-yith-wcwl-admin.php:284
77
  msgid ""
78
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
79
  "move a product from one wishlist to another, change order of items, "
80
  "quantity, etc."
81
  msgstr ""
82
 
83
- #: includes/class-yith-wcwl-admin.php:285
84
  msgid ""
85
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
86
  "content of their wishlist to the admin and get a custom quote"
87
  msgstr ""
88
 
89
- #: includes/class-yith-wcwl-admin.php:286
90
  msgid ""
91
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
92
  "(available also with \"mini-cart\" style for the header)"
93
  msgstr ""
94
 
95
- #: includes/class-yith-wcwl-admin.php:287
96
  msgid ""
97
- "View the most popular products added to the wishlist by your customers and "
98
- "<b>send promotional emails to users</b> who have added specific products to "
99
  "their wishlist"
100
  msgstr ""
101
 
102
- #: includes/class-yith-wcwl-admin.php:288
103
  msgid ""
104
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
105
  "the list is back in stock or on sale"
106
  msgstr ""
107
 
108
- #: includes/class-yith-wcwl-admin.php:289
109
  msgid "Regular updates, Translations and Premium Support"
110
  msgstr ""
111
 
112
- #: includes/class-yith-wcwl-ajax-handler.php:75
113
- #: templates/add-to-wishlist-remove.php:59
114
  msgid "View &rsaquo;"
115
  msgstr "Bekijk &rsaquo;"
116
 
117
- #: includes/class-yith-wcwl-ajax-handler.php:76
118
- #: templates/add-to-wishlist-remove.php:58
119
  msgid "or"
120
  msgstr "of"
121
 
122
- #: includes/class-yith-wcwl-ajax-handler.php:77
123
  msgid "Close"
124
  msgstr ""
125
 
126
- #: includes/class-yith-wcwl-ajax-handler.php:155
127
- #: includes/class-yith-wcwl-ajax-handler.php:195
128
  msgid "Product successfully removed."
129
  msgstr "Product succesvol verwijderd."
130
 
131
- #: includes/class-yith-wcwl-form-handler.php:156
132
  msgid "Please, make sure to enter a valid title"
133
  msgstr "let op dat u een geldige titel invoert"
134
 
135
- #: includes/class-yith-wcwl-frontend.php:552
136
  msgid ""
137
  "We are sorry, but this feature is available only if cookies on your browser "
138
  "are enabled."
@@ -140,15 +139,15 @@ msgstr ""
140
  "Sorry, deze optie is alleen beschikbaar als cookies in uw browser zijn "
141
  "ingeschakeld."
142
 
143
- #: includes/class-yith-wcwl-frontend.php:553
144
  msgid "Product added to cart successfully"
145
  msgstr "Product succesvol toegevoegd aan winkelwagen"
146
 
147
- #: includes/class-yith-wcwl-frontend.php:816
148
- #: includes/class-yith-wcwl-shortcode.php:239
149
- #: plugin-options/wishlist_page-options.php:240
150
- #: templates/wishlist-view-footer-mobile.php:46
151
- #: templates/wishlist-view-footer.php:46
152
  msgid "Add to cart"
153
  msgstr "Toevoegen aan winkelwagen"
154
 
@@ -209,43 +208,43 @@ msgstr ""
209
  "Onze teamleden hebben toegang tot deze informatie om u betere deals te "
210
  "bieden voor de producten waar u van houdt."
211
 
212
- #: includes/class-yith-wcwl-privacy.php:84
213
- #: includes/class-yith-wcwl-privacy.php:100
214
  msgid "Customer wishlists"
215
  msgstr "Verlanglijsten klant"
216
 
217
- #: includes/class-yith-wcwl-privacy.php:137 plugin-options/lists-options.php:25
218
- #: plugin-options/lists-options.php:32
219
  msgid "Wishlists"
220
  msgstr "Verlanglijst"
221
 
222
  #. Translators: %s Order number.
223
- #: includes/class-yith-wcwl-privacy.php:199
224
  msgid "Removed wishlist %s."
225
  msgstr "Verwijderde verlanglijst %s."
226
 
227
  #. Translators: %s Order number.
228
- #: includes/class-yith-wcwl-privacy.php:203
229
  msgid "Wishlist %s has been retained."
230
  msgstr "Verlanglijst%s is bewaard gebleven."
231
 
232
- #: includes/class-yith-wcwl-privacy.php:227
233
  msgid "Token"
234
  msgstr "Token"
235
 
236
- #: includes/class-yith-wcwl-privacy.php:228
237
  msgid "Wishlist URL"
238
  msgstr "URL verlanglijst"
239
 
240
- #: includes/class-yith-wcwl-privacy.php:229
241
  msgid "Title"
242
  msgstr "Titel"
243
 
244
- #: includes/class-yith-wcwl-privacy.php:231
245
  msgid "Visibility"
246
  msgstr "Zichtbaarheid"
247
 
248
- #: includes/class-yith-wcwl-privacy.php:232
249
  msgid "Items added"
250
  msgstr "Items toegevoegd"
251
 
@@ -328,141 +327,141 @@ msgstr "Aantal items om weer te geven per pagina"
328
  msgid "ID of the wishlist to show (e.g. K6EOWXB888ZD)"
329
  msgstr "Verlanglijst ID om weer te geven (vb. K6EOWXB888ZD)"
330
 
331
- #: includes/class-yith-wcwl-shortcode.php:414
332
  msgid "Share on:"
333
  msgstr "Delen op:"
334
 
335
- #: includes/class-yith-wcwl-shortcode.php:438
336
- #: plugin-options/wishlist_page-options.php:138
337
  msgid "Share on Facebook"
338
  msgstr "Delen op Facebook"
339
 
340
- #: includes/class-yith-wcwl-shortcode.php:455
341
- #: plugin-options/wishlist_page-options.php:147
342
  msgid "Tweet on Twitter"
343
  msgstr "Tweet op Twitter"
344
 
345
- #: includes/class-yith-wcwl-shortcode.php:473
346
- #: plugin-options/wishlist_page-options.php:156
347
  msgid "Pin on Pinterest"
348
  msgstr "Pin op Pinterest"
349
 
350
- #: includes/class-yith-wcwl-shortcode.php:487
351
  msgid "Share via email"
352
  msgstr "Delen via e-mail"
353
 
354
- #: includes/class-yith-wcwl-shortcode.php:510
355
- #: plugin-options/wishlist_page-options.php:174
356
  msgid "Share on WhatsApp"
357
  msgstr "Delen via WhatsApp"
358
 
359
- #: includes/class-yith-wcwl-shortcode.php:621
360
  msgid "Remove from list"
361
  msgstr "Verwijderen van lijst"
362
 
363
- #: includes/class-yith-wcwl-wishlist-item.php:193
364
  msgid "Free!"
365
  msgstr "Gratis!"
366
 
367
- #: includes/class-yith-wcwl.php:164
368
  msgid "The item cannot be added to this wishlist"
369
  msgstr "Het item kan niet worden toegevoegd aan deze verlanglijst"
370
 
371
- #: includes/class-yith-wcwl.php:168 includes/class-yith-wcwl.php:174
372
  msgid "An error occurred while adding the products to the wishlist."
373
  msgstr ""
374
  "Er is een fout opgetreden tijdens het toevoegen van het product aan de "
375
  "verlanglijst."
376
 
377
- #: includes/class-yith-wcwl.php:235 includes/class-yith-wcwl.php:241
378
  msgid "Error. Unable to remove the product from the wishlist."
379
  msgstr "Fout. Het product kon niet van de verlanglijst worden verwijderd."
380
 
381
- #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:152
382
- #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:174
383
  msgid "Invalid wishlist."
384
  msgstr "Ongeldige verlanglijst."
385
 
386
- #: includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:119
387
  msgid "Invalid wishlist item."
388
  msgstr "Ongeldig verlanglijst item."
389
 
390
  #. translators: 1. Number of users.
391
- #: includes/functions-yith-wcwl.php:249
392
  msgid "%d user"
393
  msgid_plural "%d users"
394
  msgstr[0] "%d gebruiker"
395
  msgstr[1] "%d gebruikers"
396
 
397
- #: includes/functions-yith-wcwl.php:250
398
  msgid "has this item in wishlist"
399
  msgid_plural "have this item in wishlist"
400
  msgstr[0] "heeft dit item in de verlanglijst"
401
  msgstr[1] "hebben dit item in de verlanglijst"
402
 
403
- #: includes/functions-yith-wcwl.php:252
404
  msgid "You're the first"
405
  msgstr "U bent de eerste"
406
 
407
- #: includes/functions-yith-wcwl.php:253
408
  msgid "to add this item in wishlist"
409
  msgstr "dit item toevoegen aan verlanglijst"
410
 
411
  #. translators: 1. Count of users when many, or "another" when only one.
412
- #: includes/functions-yith-wcwl.php:257
413
  msgid "You and %s user"
414
  msgid_plural "You and %d users"
415
  msgstr[0] "U en %s gebruiker"
416
  msgstr[1] "U en %s gebruikers"
417
 
418
- #: includes/functions-yith-wcwl.php:257
419
  msgid "another"
420
  msgstr ""
421
 
422
- #: includes/functions-yith-wcwl.php:258
423
  msgid "have this item in wishlist"
424
  msgstr "hebben dit item in de verlanglijst"
425
 
426
- #: includes/functions-yith-wcwl.php:425
427
  msgid "None"
428
  msgstr ""
429
 
430
- #: includes/functions-yith-wcwl.php:426
431
  #, fuzzy
432
  msgid "Custom"
433
  msgstr "Custom CSS"
434
 
435
- #: includes/functions-yith-wcwl.php:447
436
  msgid "Shared"
437
  msgstr "Gedeeld"
438
 
439
- #: includes/functions-yith-wcwl.php:451
440
  msgid "Only people with a link to this list can see it"
441
  msgstr "Alleen mensen met een link naar deze lijst kunnen hem zien"
442
 
443
- #: includes/functions-yith-wcwl.php:457
444
  msgid "Private"
445
  msgstr "Prive"
446
 
447
- #: includes/functions-yith-wcwl.php:461
448
  msgid "Only you can see this list"
449
  msgstr "Alleen u kunt deze lijst zien"
450
 
451
- #: includes/functions-yith-wcwl.php:467
452
  msgid "Public"
453
  msgstr "Openbaar"
454
 
455
- #: includes/functions-yith-wcwl.php:471
456
  msgid "Anyone can search for and see this list"
457
  msgstr "Iedereen kan zoeken naar deze verlanglijst en deze lijst zien"
458
 
459
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:118
460
- #: plugin-options/add_to_wishlist-options.php:127
461
  msgid "Add to wishlist"
462
  msgstr "Toevoegen aan verlanglijst"
463
 
464
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:128
465
- #: plugin-options/add_to_wishlist-options.php:143
466
  msgid "Browse wishlist"
467
  msgstr "Browse verlanglijst"
468
 
@@ -476,29 +475,27 @@ msgstr "\"Product is al toegevoegd aan verlanglijst\" tekst"
476
  msgid "Product added to wishlist"
477
  msgstr "Wanneer een product is toegevoegd aan de verlanglijst"
478
 
479
- #: init.php:160
480
  msgid "is enabled but not effective. It requires WooCommerce to work."
481
  msgstr ""
482
 
483
- #: init.php:176
484
- msgid "You can't activate the free version of"
485
- msgstr ""
486
-
487
- #: init.php:176
488
- msgid "while you are using the premium one."
489
  msgstr ""
490
 
491
- #: plugin-options/add_to_wishlist-options.php:20
492
- #: plugin-options/settings-options.php:27
493
  msgid "General Settings"
494
  msgstr "Algemene Instellingen"
495
 
496
- #: plugin-options/add_to_wishlist-options.php:27
497
  #, fuzzy
498
  msgid "After product is added to wishlist"
499
  msgstr "Wanneer een product is toegevoegd aan de verlanglijst"
500
 
501
- #: plugin-options/add_to_wishlist-options.php:28
502
  msgid ""
503
  "Choose the look of the Wishlist button when the product has already been "
504
  "added to a wishlist"
@@ -506,24 +503,24 @@ msgstr ""
506
  "Kies de look van de verlanglijst knop, wanneer het product al is toegevoegd "
507
  "aan de verlanglijst"
508
 
509
- #: plugin-options/add_to_wishlist-options.php:32
510
  #, fuzzy
511
  msgid "Show \"Add to wishlist\" button"
512
  msgstr "Toon \"Toevoegen aan verlanglijst\" knop"
513
 
514
- #: plugin-options/add_to_wishlist-options.php:33
515
  msgid "Show \"View wishlist\" link"
516
  msgstr "Toon \"Bekijk verlanglijst\" link"
517
 
518
- #: plugin-options/add_to_wishlist-options.php:34
519
  msgid "Show \"Remove from list\" link"
520
  msgstr "Toon \"Van lijst verwijderen\" link"
521
 
522
- #: plugin-options/add_to_wishlist-options.php:48
523
  msgid "Loop settings"
524
  msgstr "Loop instellingen"
525
 
526
- #: plugin-options/add_to_wishlist-options.php:50
527
  msgid ""
528
  "Loop options will be visible on Shop page, category pages, product "
529
  "shortcodes, products sliders, and all the other places where the WooCommerce "
@@ -533,21 +530,21 @@ msgstr ""
533
  "product shortcodes, product sliders, en alle andere plaatsen waar de "
534
  "WooCommerce product loop wordt gebruikt"
535
 
536
- #: plugin-options/add_to_wishlist-options.php:55
537
  msgid "Show \"Add to wishlist\" in loop"
538
  msgstr "Toon \"Toevoegen aan verlanglijst\" in loop"
539
 
540
- #: plugin-options/add_to_wishlist-options.php:56
541
  msgid "Enable the \"Add to wishlist\" feature in WooCommerce products' loop"
542
  msgstr ""
543
  "De \"Toevoegen aan verlanglijst\" optie inschakelen in WooCommerce product "
544
  "loop"
545
 
546
- #: plugin-options/add_to_wishlist-options.php:64
547
  msgid "Position of \"Add to wishlist\" in loop"
548
  msgstr "Positie van \"Toevoegen aan verlanglijst\" in loop"
549
 
550
- #: plugin-options/add_to_wishlist-options.php:65
551
  msgid ""
552
  "Choose where to show \"Add to wishlist\" button or link in WooCommerce "
553
  "products' loop. <span class=\"addon\">Copy this shortcode <span class=\"code"
@@ -560,32 +557,32 @@ msgstr ""
560
  "het waar u wilt om de \"Toevoegen aan verlanglijst\" link of knop wilt "
561
  "weergeven</span>"
562
 
563
- #: plugin-options/add_to_wishlist-options.php:72
564
  msgid "On top of the image"
565
  msgstr "Boven de afbeelding"
566
 
567
- #: plugin-options/add_to_wishlist-options.php:73
568
  msgid "Before \"Add to cart\" button"
569
  msgstr "Voor de \"Toevoegen aan winkelwagen\" knop"
570
 
571
- #: plugin-options/add_to_wishlist-options.php:74
572
  msgid "After \"Add to cart\" button"
573
  msgstr "Na de \"Toevoegen aan winkelwagen\" knop"
574
 
575
- #: plugin-options/add_to_wishlist-options.php:75
576
- #: plugin-options/add_to_wishlist-options.php:107
577
  msgid "Use shortcode"
578
  msgstr "Gebruik shortcode"
579
 
580
- #: plugin-options/add_to_wishlist-options.php:89
581
  msgid "Product page settings"
582
  msgstr "Product pagina instellingen"
583
 
584
- #: plugin-options/add_to_wishlist-options.php:96
585
  msgid "Position of \"Add to wishlist\" on product page"
586
  msgstr "Positie van \"Toevoegen aan verlanglijst\" op product pagina"
587
 
588
- #: plugin-options/add_to_wishlist-options.php:97
589
  msgid ""
590
  "Choose where to show \"Add to wishlist\" button or link on the product page. "
591
  "<span class=\"addon\">Copy this shortcode <span class=\"code"
@@ -598,36 +595,36 @@ msgstr ""
598
  "waar u wilt om de \"Toevoegen aan verlanglijst\" link of knop wilt "
599
  "weergeven</span>"
600
 
601
- #: plugin-options/add_to_wishlist-options.php:104
602
  msgid "After \"Add to cart\""
603
  msgstr "Na \"Toevoegen aan winkelwagen\""
604
 
605
- #: plugin-options/add_to_wishlist-options.php:105
606
  msgid "After thumbnails"
607
  msgstr "Na Thumbnails"
608
 
609
- #: plugin-options/add_to_wishlist-options.php:106
610
  msgid "After summary"
611
  msgstr "Na samenvatting"
612
 
613
- #: plugin-options/add_to_wishlist-options.php:117
614
- #: plugin-options/wishlist_page-options.php:222
615
  msgid "Text customization"
616
  msgstr "Tekst aanpassen"
617
 
618
- #: plugin-options/add_to_wishlist-options.php:124
619
  msgid "\"Add to wishlist\" text"
620
  msgstr "\"Toevoegen aan verlanglijst\" tekst"
621
 
622
- #: plugin-options/add_to_wishlist-options.php:125
623
  msgid "Enter a text for \"Add to wishlist\" button"
624
  msgstr "Tekst invoeren voor \"Toevoegen aan verlanglijst\" knop"
625
 
626
- #: plugin-options/add_to_wishlist-options.php:132
627
  msgid "\"Product added\" text"
628
  msgstr "\"Product toegevoegd\" tekst"
629
 
630
- #: plugin-options/add_to_wishlist-options.php:133
631
  msgid ""
632
  "Enter the text of the message displayed when the user adds a product to the "
633
  "wishlist"
@@ -635,24 +632,24 @@ msgstr ""
635
  "Tekst invoeren voor het bericht dat wordt weergegeven wanneer een gebruiker "
636
  "een product toevoegt aan de verlanglijst"
637
 
638
- #: plugin-options/add_to_wishlist-options.php:135
639
  msgid "Product added!"
640
  msgstr "Product toegevoegd!"
641
 
642
- #: plugin-options/add_to_wishlist-options.php:140
643
  msgid "\"Browse wishlist\" text"
644
  msgstr "\"Browse wishlist\" tekst"
645
 
646
- #: plugin-options/add_to_wishlist-options.php:141
647
  msgid "Enter a text for the \"Browse wishlist\" link on the product page"
648
  msgstr ""
649
  "Tekst invoeren voor de \"Browse verlanglijst\" link op de product pagina"
650
 
651
- #: plugin-options/add_to_wishlist-options.php:148
652
  msgid "\"Product already in wishlist\" text"
653
  msgstr "\"Product is al toegevoegd aan verlanglijst\" tekst"
654
 
655
- #: plugin-options/add_to_wishlist-options.php:149
656
  msgid ""
657
  "Enter the text for the message displayed when the user views a product that "
658
  "is already in the wishlist"
@@ -660,129 +657,129 @@ msgstr ""
660
  "Tekst invoeren voor het bericht dat wordt weergegeven wanneer een gebruiker "
661
  "een product ziet dat al is toegevoegd aan de verlanglijst"
662
 
663
- #: plugin-options/add_to_wishlist-options.php:151
664
  msgid "The product is already in your wishlist!"
665
  msgstr "Het product is al toegevoegd aan uw verlanglijst!"
666
 
667
- #: plugin-options/add_to_wishlist-options.php:161
668
  msgid "Style & Color customization"
669
  msgstr "Stijl & kleur aanpassing"
670
 
671
- #: plugin-options/add_to_wishlist-options.php:168
672
  msgid "Style of \"Add to wishlist\""
673
  msgstr "Stijl van \"Toevoegen aan verlanglijst\"v"
674
 
675
- #: plugin-options/add_to_wishlist-options.php:169
676
  msgid ""
677
  "Choose if you want to show a textual \"Add to wishlist\" link or a button"
678
  msgstr ""
679
  "Bepaal of u de tekstuele \"Toevoegen aan verlanglijst\" link of knop wilt "
680
  "weergeven"
681
 
682
- #: plugin-options/add_to_wishlist-options.php:172
683
- #: plugin-options/wishlist_page-options.php:261
684
  msgid "Textual (anchor)"
685
  msgstr "Tekstueel (anker)"
686
 
687
- #: plugin-options/add_to_wishlist-options.php:173
688
- #: plugin-options/wishlist_page-options.php:262
689
  msgid "Button with theme style"
690
  msgstr "Knop met stijl thema"
691
 
692
- #: plugin-options/add_to_wishlist-options.php:174
693
- #: plugin-options/wishlist_page-options.php:263
694
  msgid "Button with custom style"
695
  msgstr "Knop met aangepaste stijl"
696
 
697
- #: plugin-options/add_to_wishlist-options.php:182
698
  msgid "\"Add to wishlist\" button style"
699
  msgstr "\"Toevoegen aan verlanglijst\" knop stijl"
700
 
701
- #: plugin-options/add_to_wishlist-options.php:188
702
  msgid "Choose colors for the \"Add to wishlist\" button"
703
  msgstr "Kies de kleuren van de \"Toevoegen aan verlanglijst\" knop"
704
 
705
- #: plugin-options/add_to_wishlist-options.php:190
706
- #: plugin-options/wishlist_page-options.php:279
707
- #: plugin-options/wishlist_page-options.php:368
708
- #: plugin-options/wishlist_page-options.php:417
709
- #: plugin-options/wishlist_page-options.php:465
710
- #: plugin-options/wishlist_page-options.php:552
711
- #: plugin-options/wishlist_page-options.php:592
712
- #: plugin-options/wishlist_page-options.php:632
713
- #: plugin-options/wishlist_page-options.php:672
714
- #: plugin-options/wishlist_page-options.php:712
715
  msgid "Background"
716
  msgstr "Achtergrond"
717
 
718
- #: plugin-options/add_to_wishlist-options.php:195
719
- #: plugin-options/wishlist_page-options.php:284
720
- #: plugin-options/wishlist_page-options.php:373
721
- #: plugin-options/wishlist_page-options.php:422
722
- #: plugin-options/wishlist_page-options.php:470
723
- #: plugin-options/wishlist_page-options.php:507
724
  msgid "Text"
725
  msgstr "Tekst"
726
 
727
- #: plugin-options/add_to_wishlist-options.php:200
728
- #: plugin-options/wishlist_page-options.php:289
729
- #: plugin-options/wishlist_page-options.php:378
730
- #: plugin-options/wishlist_page-options.php:427
731
- #: plugin-options/wishlist_page-options.php:475
732
  msgid "Border"
733
  msgstr "Rand"
734
 
735
- #: plugin-options/add_to_wishlist-options.php:206
736
  msgid "Choose colors for the \"Add to wishlist\" button on hover state"
737
  msgstr ""
738
  "Kies de kleuren voor de \"Toevoegen aan verlanglijst\" knop bij erover "
739
  "zweven met muis"
740
 
741
- #: plugin-options/add_to_wishlist-options.php:208
742
- #: plugin-options/wishlist_page-options.php:297
743
- #: plugin-options/wishlist_page-options.php:386
744
- #: plugin-options/wishlist_page-options.php:435
745
  msgid "Background Hover"
746
  msgstr "Achtergrond zweven"
747
 
748
- #: plugin-options/add_to_wishlist-options.php:213
749
- #: plugin-options/wishlist_page-options.php:302
750
- #: plugin-options/wishlist_page-options.php:391
751
- #: plugin-options/wishlist_page-options.php:440
752
  msgid "Text Hover"
753
  msgstr "Tekst zweven"
754
 
755
- #: plugin-options/add_to_wishlist-options.php:218
756
- #: plugin-options/wishlist_page-options.php:307
757
- #: plugin-options/wishlist_page-options.php:396
758
- #: plugin-options/wishlist_page-options.php:445
759
  msgid "Border Hover"
760
  msgstr "Rand zweven"
761
 
762
- #: plugin-options/add_to_wishlist-options.php:231
763
- #: plugin-options/wishlist_page-options.php:320
764
  msgid "Border radius"
765
  msgstr "Rand Radius"
766
 
767
- #: plugin-options/add_to_wishlist-options.php:232
768
  msgid "Choose radius for the \"Add to wishlist\" button"
769
  msgstr "Bepaal de radius voor de \"Toevoegen aan verlanglijst\" knop"
770
 
771
- #: plugin-options/add_to_wishlist-options.php:246
772
  msgid "\"Add to wishlist\" icon"
773
  msgstr "\"Toevoegen aan verlanglijst\" icoon"
774
 
775
- #: plugin-options/add_to_wishlist-options.php:247
776
  msgid "Select an icon for the \"Add to wishlist\" button (optional)"
777
  msgstr ""
778
  "Selecteer een icoon voor de \"Toevoegen aan verlanglijst\" knop (optioneel)"
779
 
780
- #: plugin-options/add_to_wishlist-options.php:257
781
  msgid "\"Add to wishlist\" custom icon"
782
  msgstr "\"Toevoegen aan verlanglijst\" aangepast icoon"
783
 
784
- #: plugin-options/add_to_wishlist-options.php:258
785
- #: plugin-options/add_to_wishlist-options.php:282
786
  msgid ""
787
  "Upload an icon you'd like to use for \"Add to wishlist\" button (suggested "
788
  "32px x 32px)"
@@ -790,92 +787,70 @@ msgstr ""
790
  "Upload een icoon die je wilt gebruiken voor de \"Toevoegen aan verlanglijst"
791
  "\" knop (aanbevolen 32 x 32px)"
792
 
793
- #: plugin-options/add_to_wishlist-options.php:270
794
  msgid "\"Added to wishlist\" icon"
795
  msgstr "\"Toevoegen aan verlanglijst\" icoon"
796
 
797
- #: plugin-options/add_to_wishlist-options.php:271
798
  msgid "Select an icon for the \"Added to wishlist\" button (optional)"
799
  msgstr ""
800
  "Selecteer een icoon voor de \"Toevoegen aan verlanglijst\" knop (optioneel)"
801
 
802
- #: plugin-options/add_to_wishlist-options.php:277
803
  msgid "Same used for Add to wishlist"
804
  msgstr "Hetzelfde gebruikt voor Toevoegen aan verlanglijst"
805
 
806
- #: plugin-options/add_to_wishlist-options.php:281
807
  msgid "\"Added to wishlist\" custom icon"
808
  msgstr "\"Toevoegen aan verlanglijst\" aangepast icoon"
809
 
810
- #: plugin-options/add_to_wishlist-options.php:294
811
  msgid "Custom CSS"
812
  msgstr "Custom CSS"
813
 
814
- #: plugin-options/add_to_wishlist-options.php:295
815
  msgid "Enter custom CSS to be applied to Wishlist elements (optional)"
816
  msgstr ""
817
  "Aangepaste CSS invoeren om toe te passen op de verlanglijst elementen "
818
  "(optioneel)"
819
 
820
- #: plugin-options/lists-options.php:34
821
  #, fuzzy
822
  msgid "Search list"
823
  msgstr "Verlanglijst delen"
824
 
825
- #. translators: 1. Anchor to Frequently Bought Together landing page on
826
- #. yithemes.com.
827
- #: plugin-options/settings-options.php:19
828
- msgid ""
829
- "If you want to take advantage of this feature, you could consider purchasing "
830
- "the %s."
831
- msgstr "Als u wilt profiteren van deze optie, kunt u overwegen de %s te kopen."
832
-
833
- #: plugin-options/settings-options.php:34
834
  msgid "Enable AJAX loading"
835
  msgstr "AJAX loading inschakelen"
836
 
837
- #: plugin-options/settings-options.php:35
838
  msgid "Load any cacheable wishlist item via AJAX"
839
  msgstr ""
840
 
841
- #: plugin-options/settings-options.php:48
842
  msgid "YITH WooCommerce Frequently Bought Together Integration"
843
  msgstr "YITH WooCommerce Frequently Bought Together Integratie"
844
 
845
- #. translators: 1. Url to Frequently Bought Together landing page on
846
- #. yithemes.com.
847
- #: plugin-options/settings-options.php:51
848
- msgid ""
849
- "In order to use this integration you have to install and activate YITH "
850
- "WooCommerce Frequently Bought Together. <a href=\"%s\">Learn more</a>"
851
- msgstr ""
852
- "Om deze integratie te gebriuken moet u YITH WooCommerce Frequently Bought "
853
- "Together instaleren en activeren <a href=\"%s\">Meer informatie</a>"
854
-
855
- #: plugin-options/settings-options.php:56
856
  msgid "Enable slider in wishlist"
857
  msgstr "Slider in verlanglijst inschakelen"
858
 
859
- #. translators: 1. Example image of the integration. 2. CTA to buy Frequently
860
- #. Bought Together.
861
- #: plugin-options/settings-options.php:58
862
  #, fuzzy
863
  msgid ""
864
  "Enable the slider with linked products on the Wishlist page (<a href=\"%1$s"
865
- "\" class=\"thickbox\">Example</a>). %2$s"
866
  msgstr ""
867
  "Slider inschakelen met gelinkte producten op de verlanglijst pagina (<a href="
868
  "\"%s\" class=\"thickbox\">Voorbeeld</a>). %s"
869
 
870
- #: plugin-options/wishlist_page-options.php:19
871
- msgid "All your wishlists"
872
- msgstr "Al uw verlanglijsten"
873
-
874
- #: plugin-options/wishlist_page-options.php:26
875
  msgid "Wishlist page"
876
  msgstr "Verlanglijst pagina"
877
 
878
- #: plugin-options/wishlist_page-options.php:27
879
  msgid ""
880
  "Pick a page as the main Wishlist page; make sure you add the <span class="
881
  "\"code\"><code>[yith_wcwl_wishlist]</code></span> shortcode into the page "
@@ -885,60 +860,60 @@ msgstr ""
885
  "<span class=\"code\"><code>[yith_wcwl_wishlist]</code></span> shortcode "
886
  "toevoegt in de pagina inhoud"
887
 
888
- #: plugin-options/wishlist_page-options.php:40
889
  msgid "Wishlist Detail Page"
890
  msgstr "Verlanglijst detailpagina"
891
 
892
- #: plugin-options/wishlist_page-options.php:47
893
  #: plugin-options/wishlist_page-options.php:56
894
  #: plugin-options/wishlist_page-options.php:65
895
  #: plugin-options/wishlist_page-options.php:74
896
  #: plugin-options/wishlist_page-options.php:83
897
  #: plugin-options/wishlist_page-options.php:92
898
  #: plugin-options/wishlist_page-options.php:101
 
899
  msgid "In wishlist table show"
900
  msgstr "Toon in verlanglijst tabel"
901
 
902
- #: plugin-options/wishlist_page-options.php:48
903
  msgid "Product variations selected by the user (example: size or color)"
904
  msgstr ""
905
  "Product variaties geselecteerd door de gebruiker (voorbeeld: maat of kleur)"
906
 
907
- #: plugin-options/wishlist_page-options.php:57
908
  msgid "Product price"
909
  msgstr "Productprijs"
910
 
911
- #: plugin-options/wishlist_page-options.php:66
912
  msgid "Product stock (show if the product is available or not)"
913
  msgstr "Product voorraad (toon of een product beschikbaar is of niet)"
914
 
915
- #: plugin-options/wishlist_page-options.php:75
916
  msgid "Date on which the product was added to the wishlist"
917
  msgstr "Datum waarop het product is toegevoegd aan de verlanglijst"
918
 
919
- #: plugin-options/wishlist_page-options.php:84
920
  msgid "Add to cart option for each product"
921
  msgstr "Toevoegen aan winkelwagen optie voor ieder product"
922
 
923
- #: plugin-options/wishlist_page-options.php:93
924
  msgid ""
925
  "Icon to remove the product from the wishlist - to the left of the product"
926
  msgstr ""
927
  "Icoon om het product uit de verlanglijst te verwijderen - aan de rechterkant "
928
  "van het product"
929
 
930
- #: plugin-options/wishlist_page-options.php:102
931
  msgid ""
932
  "Button to remove the product from the wishlist - to the right of the product"
933
  msgstr ""
934
  "Knop om het product uit de verlanglijst te verwijderen - aan de rechterkant "
935
  "van het product"
936
 
937
- #: plugin-options/wishlist_page-options.php:110
938
  msgid "Redirect to cart"
939
  msgstr "Doorverwijzen naar winkelwagen"
940
 
941
- #: plugin-options/wishlist_page-options.php:111
942
  msgid ""
943
  "Redirect users to the cart page when they add a product to the cart from the "
944
  "wishlist page"
@@ -946,67 +921,67 @@ msgstr ""
946
  "Gebruikers doorsturen naar de winkelwagen pagina, wanneer zij een product "
947
  "van de verlanglijst toevoegen aan winkelwagen"
948
 
949
- #: plugin-options/wishlist_page-options.php:119
950
  msgid "Remove if added to the cart"
951
  msgstr "Verwijder als het toegevoegd is aan winkelwagen"
952
 
953
- #: plugin-options/wishlist_page-options.php:120
954
  msgid ""
955
  "Remove the product from the wishlist after it has been added to the cart"
956
  msgstr ""
957
  "Product verwijderen van verlanglijst nadat het is toegevoegd aan de "
958
  "winkelwagen"
959
 
960
- #: plugin-options/wishlist_page-options.php:128
961
  msgid "Share wishlist"
962
  msgstr "Verlanglijst delen"
963
 
964
- #: plugin-options/wishlist_page-options.php:129
965
  msgid "Enable this option to let users share their wishlist on social media"
966
  msgstr ""
967
  "Deze optie inschakelen om gebruikers hun verlanglijst te laten delen op "
968
  "social media"
969
 
970
- #: plugin-options/wishlist_page-options.php:137
971
  #: plugin-options/wishlist_page-options.php:146
972
  #: plugin-options/wishlist_page-options.php:155
973
  #: plugin-options/wishlist_page-options.php:164
974
  #: plugin-options/wishlist_page-options.php:173
 
975
  msgid "Share on social media"
976
  msgstr "Delen op social media"
977
 
978
- #: plugin-options/wishlist_page-options.php:165
979
  msgid "Share by email"
980
  msgstr "Delen via e-mail"
981
 
982
- #: plugin-options/wishlist_page-options.php:182
983
  msgid "Share by URL"
984
  msgstr "Delen via URL"
985
 
986
- #: plugin-options/wishlist_page-options.php:183
987
  msgid "Show \"Share URL\" field on wishlist page"
988
  msgstr "Toon \"URL delen\" veld op verlanglijst pagina"
989
 
990
- #: plugin-options/wishlist_page-options.php:191
991
  msgid "Sharing title"
992
  msgstr "Delen titel"
993
 
994
- #: plugin-options/wishlist_page-options.php:192
995
  msgid "Wishlist title used for sharing (only used on Twitter and Pinterest)"
996
  msgstr ""
997
  "Verlanglijst titel die wordt gebruikt voor delen (wordt alleen gebruikt op "
998
  "Twitter en Pinterest)"
999
 
1000
  #. translators: 1. Blog name.
1001
- #: plugin-options/wishlist_page-options.php:195
1002
  msgid "My wishlist on %s"
1003
  msgstr "Mijn verlanglijst op %s"
1004
 
1005
- #: plugin-options/wishlist_page-options.php:200
1006
  msgid "Social text"
1007
  msgstr "Social tekst"
1008
 
1009
- #: plugin-options/wishlist_page-options.php:201
1010
  msgid ""
1011
  "Type the message you want to publish when you share your wishlist on Twitter "
1012
  "and Pinterest"
@@ -1014,19 +989,19 @@ msgstr ""
1014
  "Typ het bericht dat u wilt publiceren wanneer u uw verlanglijst deelt op "
1015
  "Twitter en Pinterest"
1016
 
1017
- #: plugin-options/wishlist_page-options.php:209
1018
  msgid "Social image URL"
1019
  msgstr "Social afbeelding URL"
1020
 
1021
- #: plugin-options/wishlist_page-options.php:210
1022
  msgid "It will be used to pin the wishlist on Pinterest."
1023
  msgstr "Zal worden gebruikt om de verlanglijst te pinnen op Pinterest."
1024
 
1025
- #: plugin-options/wishlist_page-options.php:229
1026
  msgid "Default wishlist name"
1027
  msgstr "Standaard naam verlanglijst"
1028
 
1029
- #: plugin-options/wishlist_page-options.php:230
1030
  msgid ""
1031
  "Enter a name for the default wishlist. This is the wishlist that will be "
1032
  "automatically generated for all users if they do not create any custom one"
@@ -1035,65 +1010,65 @@ msgstr ""
1035
  "automatisch wordt gegenereerd voor alle gebruikers, als zij geen aangepaste "
1036
  "lijst aanmaken."
1037
 
1038
- #: plugin-options/wishlist_page-options.php:232
1039
  #, fuzzy
1040
  msgid "My wishlist"
1041
  msgstr "Mijn verlanglijst op %s"
1042
 
1043
- #: plugin-options/wishlist_page-options.php:237
1044
  msgid "\"Add to cart\" text"
1045
  msgstr "\"Toevoegen aan winkelwagen\" tekst"
1046
 
1047
- #: plugin-options/wishlist_page-options.php:238
1048
  msgid "Enter a text for the \"Add to cart\" button"
1049
  msgstr "Tekst invoeren voor de \"Toevoegen aan winkelwagen\" knop"
1050
 
1051
- #: plugin-options/wishlist_page-options.php:250
1052
  msgid "Style & color customization"
1053
  msgstr "Stijl & kleur aanpassing"
1054
 
1055
- #: plugin-options/wishlist_page-options.php:257
1056
  msgid "Style of \"Add to cart\""
1057
  msgstr "Stijl van \"Toevoegen aan winkelwagen\""
1058
 
1059
- #: plugin-options/wishlist_page-options.php:258
1060
  msgid "Choose whether to show a textual \"Add to cart\" link or a button"
1061
  msgstr ""
1062
  "Bepaal of u een tekstuele \"Toevoegen aan winkelwagen\" link of knop wilt "
1063
  "weergeven"
1064
 
1065
- #: plugin-options/wishlist_page-options.php:271
1066
  msgid "\"Add to cart\" button style"
1067
  msgstr "\"Toevoegen aan winkelwagen\" knop stijl"
1068
 
1069
- #: plugin-options/wishlist_page-options.php:277
1070
  msgid "Choose the colors for the \"Add to cart\" button"
1071
  msgstr "Kies de kleuren van de \"Toevoegen aan winkelwagen\" knop"
1072
 
1073
- #: plugin-options/wishlist_page-options.php:295
1074
  msgid "Choose colors for the \"Add to cart\" button on hover state"
1075
  msgstr ""
1076
  "Kies de kleuren van de \"Toevoegen aan winkelwagen\" knop bij erover zweven "
1077
  "met muis"
1078
 
1079
- #: plugin-options/wishlist_page-options.php:321
1080
  msgid "Set the radius for the \"Add to cart\" button"
1081
  msgstr "Bepaal de radius voor de \"Toevoegen aan winkelwagen\" knop"
1082
 
1083
- #: plugin-options/wishlist_page-options.php:335
1084
  msgid "\"Add to cart\" icon"
1085
  msgstr "\"Toevoegen aan winkelwagen\" icoon"
1086
 
1087
- #: plugin-options/wishlist_page-options.php:336
1088
  msgid "Select an icon for the \"Add to cart\" button (optional)"
1089
  msgstr ""
1090
  "Selecteer een icoon voor de \"Toevoegen aan winkelwagen\" knop (optioneel)"
1091
 
1092
- #: plugin-options/wishlist_page-options.php:351
1093
  msgid "\"Add to cart\" custom icon"
1094
  msgstr "\"Toevoegen aan winkelwagen\" aangepast icoon"
1095
 
1096
- #: plugin-options/wishlist_page-options.php:352
1097
  msgid ""
1098
  "Upload an icon you'd like to use for the \"Add to cart\" button (suggested "
1099
  "32px x 32px)"
@@ -1101,11 +1076,11 @@ msgstr ""
1101
  "Een icoon uploaden dat u wilt gebruiken voor de \"Toevoegen aan winkelwagen"
1102
  "\" knop (aanbevolen 32 x 32px)"
1103
 
1104
- #: plugin-options/wishlist_page-options.php:360
1105
  msgid "Primary button style"
1106
  msgstr "Eerste knop stijl"
1107
 
1108
- #: plugin-options/wishlist_page-options.php:366
1109
  msgid ""
1110
  "Choose colors for the primary button<br/><small>This style will be applied "
1111
  "to \"Edit title\" button on Wishlist view, \"Submit Changes\" button on "
@@ -1116,7 +1091,7 @@ msgstr ""
1116
  "indienen\" knop in de Beheren weergave en \"Verlanglijst zoeken\" knop in de "
1117
  "Zoeken weergave</small>"
1118
 
1119
- #: plugin-options/wishlist_page-options.php:384
1120
  msgid ""
1121
  "Choose colors for the primary button on hover state<br/><small>This style "
1122
  "will be applied to \"Edit title\" button on Wishlist view, \"Submit Changes"
@@ -1128,34 +1103,34 @@ msgstr ""
1128
  "verlanglijst weergave, \"Wijzigingen indienen\" knop in de Beheren weergave "
1129
  "en \"Verlanglijst zoeken\" knop in de Zoeken weergave</small>"
1130
 
1131
- #: plugin-options/wishlist_page-options.php:409
1132
  msgid "Secondary button style"
1133
  msgstr "Tweede knop stijl"
1134
 
1135
- #: plugin-options/wishlist_page-options.php:415
1136
  #: plugin-options/wishlist_page-options.php:433
 
1137
  msgid ""
1138
  "Choose colors of the secondary button<br/><small>This style will be applied "
1139
  "to the buttons that allow showing and hiding the Edit title form on Wishlist "
1140
  "view and \"Create new Wishlist\" button on Manage view</small>"
1141
  msgstr ""
1142
 
1143
- #: plugin-options/wishlist_page-options.php:458
1144
  msgid "Wishlist table style"
1145
  msgstr "Tabelstijl verlanglijst"
1146
 
1147
- #: plugin-options/wishlist_page-options.php:459
1148
  msgid ""
1149
  "Choose the colors for the wishlist table (when set to \"Traditional\" layout)"
1150
  msgstr ""
1151
  "Kies de kleuren van de verlanglijst tabel (bij instellen op \"Traditionele\" "
1152
  "lay-out)"
1153
 
1154
- #: plugin-options/wishlist_page-options.php:487
1155
  msgid "Highlight color"
1156
  msgstr "Highlight kleur"
1157
 
1158
- #: plugin-options/wishlist_page-options.php:488
1159
  msgid ""
1160
  "Choose the color for all sections with background<br/><small>This color will "
1161
  "be used as background for the wishlist table heading and footer (when set to "
@@ -1166,31 +1141,31 @@ msgstr ""
1166
  "(bij instellen op \"Traditionele\" lay-out), en voor verschillende "
1167
  "formulieren in verlanglijst weergaven</small>"
1168
 
1169
- #: plugin-options/wishlist_page-options.php:500
1170
  msgid "Share button text color"
1171
  msgstr "Delen knop tekst kleur"
1172
 
1173
- #: plugin-options/wishlist_page-options.php:501
1174
  msgid "Choose colors for share buttons text"
1175
  msgstr "Kies tekst kleur voor delen knoppen"
1176
 
1177
- #: plugin-options/wishlist_page-options.php:512
1178
  msgid "Text hover"
1179
  msgstr "Tekst zweven"
1180
 
1181
- #: plugin-options/wishlist_page-options.php:525
1182
  msgid "Facebook share button icon"
1183
  msgstr "Icoon voor Facebook delen knop"
1184
 
1185
- #: plugin-options/wishlist_page-options.php:526
1186
  msgid "Select an icon for the Facebook share button"
1187
  msgstr "Selecteer een icoon voor de Facebook delen knop"
1188
 
1189
- #: plugin-options/wishlist_page-options.php:536
1190
  msgid "Facebook share button custom icon"
1191
  msgstr "Aangepast icoon voor Facebook delen knop"
1192
 
1193
- #: plugin-options/wishlist_page-options.php:537
1194
  msgid ""
1195
  "Upload an icon you'd like to use for Facebook share button (suggested 32px x "
1196
  "32px)"
@@ -1198,35 +1173,35 @@ msgstr ""
1198
  "Upload een icoon dat u wilt gebruiken voor de Facebook delen knop "
1199
  "(aanbevolen 32 x 32px)"
1200
 
1201
- #: plugin-options/wishlist_page-options.php:545
1202
  msgid "Facebook share button style"
1203
  msgstr "Stijl voor Facebook delen knop"
1204
 
1205
- #: plugin-options/wishlist_page-options.php:546
1206
  msgid "Choose colors for Facebook share button"
1207
  msgstr "Kies kleuren voor Facebook delen knop"
1208
 
1209
- #: plugin-options/wishlist_page-options.php:557
1210
- #: plugin-options/wishlist_page-options.php:597
1211
- #: plugin-options/wishlist_page-options.php:637
1212
- #: plugin-options/wishlist_page-options.php:677
1213
- #: plugin-options/wishlist_page-options.php:717
1214
  msgid "Background hover"
1215
  msgstr "Achtergrond zweven"
1216
 
1217
- #: plugin-options/wishlist_page-options.php:565
1218
  msgid "Twitter share button icon"
1219
  msgstr "Icoon voor Twitter delen knop"
1220
 
1221
- #: plugin-options/wishlist_page-options.php:566
1222
  msgid "Select an icon for the Twitter share button"
1223
  msgstr "Selecteer een icoon voor de Twitter delen knop"
1224
 
1225
- #: plugin-options/wishlist_page-options.php:576
1226
  msgid "Twitter share button custom icon"
1227
  msgstr "Aangepast icoon voor Twitter delen knop"
1228
 
1229
- #: plugin-options/wishlist_page-options.php:577
1230
  msgid ""
1231
  "Upload an icon you'd like to use for Twitter share button (suggested 32px x "
1232
  "32px)"
@@ -1234,27 +1209,27 @@ msgstr ""
1234
  "Upload een icoon dat u wilt gebruiken voor de Twitter delen knop (aanbevolen "
1235
  "32 x 32px)"
1236
 
1237
- #: plugin-options/wishlist_page-options.php:585
1238
  msgid "Twitter share button style"
1239
  msgstr "Stijl voor Twitter delen knop"
1240
 
1241
- #: plugin-options/wishlist_page-options.php:586
1242
  msgid "Choose colors for Twitter share button"
1243
  msgstr "Kies kleuren voor Twitter delen knop"
1244
 
1245
- #: plugin-options/wishlist_page-options.php:605
1246
  msgid "Pinterest share button icon"
1247
  msgstr "Icoon voor Pinterest delen knop"
1248
 
1249
- #: plugin-options/wishlist_page-options.php:606
1250
  msgid "Select an icon for the Pinterest share button"
1251
  msgstr "Selecteer een icoon voor de Pinterest delen knop"
1252
 
1253
- #: plugin-options/wishlist_page-options.php:616
1254
  msgid "Pinterest share button custom icon"
1255
  msgstr "Aangepast icoon voor Pinterest delen knop"
1256
 
1257
- #: plugin-options/wishlist_page-options.php:617
1258
  msgid ""
1259
  "Upload an icon you'd like to use for Pinterest share button (suggested 32px "
1260
  "x 32px)"
@@ -1262,27 +1237,27 @@ msgstr ""
1262
  "Upload een icoon dat u wilt gebruiken voor de Pinterest delen knop "
1263
  "(aanbevolen 32 x 32px)"
1264
 
1265
- #: plugin-options/wishlist_page-options.php:625
1266
  msgid "Pinterest share button style"
1267
  msgstr "Stijl voor Pinterest delen knop"
1268
 
1269
- #: plugin-options/wishlist_page-options.php:626
1270
  msgid "Choose colors for Pinterest share button"
1271
  msgstr "Kies kleuren voor Pinterest delen knop"
1272
 
1273
- #: plugin-options/wishlist_page-options.php:645
1274
  msgid "Email share button icon"
1275
  msgstr "Icoon voor e-mail delen knop"
1276
 
1277
- #: plugin-options/wishlist_page-options.php:646
1278
  msgid "Select an icon for the Email share button"
1279
  msgstr "Selecteer een icoon voor de e-mail delen knop"
1280
 
1281
- #: plugin-options/wishlist_page-options.php:656
1282
  msgid "Email share button custom icon"
1283
  msgstr "Aangepaste icoon voor e-mail delen knop"
1284
 
1285
- #: plugin-options/wishlist_page-options.php:657
1286
  msgid ""
1287
  "Upload an icon you'd like to use for the Email share button (suggested 32px "
1288
  "x 32px)"
@@ -1290,27 +1265,27 @@ msgstr ""
1290
  "Upload een icoon dat u wilt gebruiken voor de e-mail delen knop (aanbevolen "
1291
  "32 x 32px)"
1292
 
1293
- #: plugin-options/wishlist_page-options.php:665
1294
  msgid "Email share button style"
1295
  msgstr "Stijl voor e-mail delen knop"
1296
 
1297
- #: plugin-options/wishlist_page-options.php:666
1298
  msgid "Choose colors for the Email share button"
1299
  msgstr "Kies kleuren voor e-mail delen knop"
1300
 
1301
- #: plugin-options/wishlist_page-options.php:685
1302
  msgid "WhatsApp share button icon"
1303
  msgstr "Icoon voor WhatsApp delen knop"
1304
 
1305
- #: plugin-options/wishlist_page-options.php:686
1306
  msgid "Select an icon for the WhatsApp share button"
1307
  msgstr "Selecteer een icoon voor de WhatsApp delen knop"
1308
 
1309
- #: plugin-options/wishlist_page-options.php:696
1310
  msgid "WhatsApp share button custom icon"
1311
  msgstr "Aangepast icoon voor WhatsApp delen knop"
1312
 
1313
- #: plugin-options/wishlist_page-options.php:697
1314
  msgid ""
1315
  "Upload an icon you'd like to use for WhatsApp share button (suggested 32px x "
1316
  "32px)"
@@ -1318,152 +1293,152 @@ msgstr ""
1318
  "Upload een icoon dat u wilt gebruiken voor de WhatsApp delen knop "
1319
  "(aanbevolen 32 x 32px)"
1320
 
1321
- #: plugin-options/wishlist_page-options.php:705
1322
  msgid "WhatsApp share button style"
1323
  msgstr "Stijl voor WhatsApp delen knop"
1324
 
1325
- #: plugin-options/wishlist_page-options.php:706
1326
  msgid "Choose colors for WhatsApp share button"
1327
  msgstr "Kies kleuren voor de WhatsApp delen knop"
1328
 
1329
- #: templates/share.php:51 templates/share.php:52
1330
  msgid "Facebook"
1331
  msgstr "Facebook"
1332
 
1333
- #: templates/share.php:59 templates/share.php:60
1334
  msgid "Twitter"
1335
  msgstr "Twitter"
1336
 
1337
- #: templates/share.php:67 templates/share.php:68
1338
  msgid "Pinterest"
1339
  msgstr "Pinterest"
1340
 
1341
- #: templates/share.php:75 templates/share.php:76
1342
  msgid "Email"
1343
  msgstr "E-mail"
1344
 
1345
- #: templates/share.php:83
1346
  msgid "WhatsApp"
1347
  msgstr "WhatsApp"
1348
 
1349
- #: templates/share.php:84
1350
  msgid "Whatsapp"
1351
  msgstr "Whatsapp"
1352
 
1353
- #: templates/share.php:93
1354
  msgid "(Now"
1355
  msgstr "(U kunt nu"
1356
 
1357
- #: templates/share.php:93
1358
  msgid "copy"
1359
  msgstr "de verlanglijst link kopiëren"
1360
 
1361
- #: templates/share.php:93
1362
  msgid "this wishlist link and share it anywhere)"
1363
  msgstr "en overal delen)"
1364
 
1365
- #: templates/wishlist-view-footer-mobile.php:44
1366
- #: templates/wishlist-view-footer.php:44
1367
  msgid "Apply this action to all the selected items:"
1368
  msgstr "Deze actie toepassen op alle geselecteerde items:"
1369
 
1370
- #: templates/wishlist-view-footer-mobile.php:49
1371
- #: templates/wishlist-view-footer.php:49
1372
  msgid "Remove from wishlist"
1373
  msgstr "Verwijderen van verlanglijst"
1374
 
1375
  #. translators: 1. Wishlist formatted name.
1376
- #: templates/wishlist-view-footer-mobile.php:67
1377
- #: templates/wishlist-view-footer.php:67
1378
  msgid "Move to %s"
1379
  msgstr ""
1380
 
1381
- #: templates/wishlist-view-footer-mobile.php:73
1382
- #: templates/wishlist-view-footer.php:73
1383
  msgid "Apply"
1384
  msgstr "Toepassen"
1385
 
1386
- #: templates/wishlist-view-footer-mobile.php:81
1387
- #: templates/wishlist-view-footer.php:81
1388
  msgid "Update"
1389
  msgstr "Bijwerken"
1390
 
1391
- #: templates/wishlist-view-footer-mobile.php:87
1392
- #: templates/wishlist-view-footer.php:103
1393
  msgid "Add all to cart"
1394
  msgstr "Allen toevoegen aan winkelwagen"
1395
 
1396
- #: templates/wishlist-view-header.php:48
1397
  msgid "Edit title"
1398
  msgstr "Bewerk titel"
1399
 
1400
- #: templates/wishlist-view-mobile.php:134
1401
  msgid "Added on:"
1402
  msgstr "Toegevoegd op:"
1403
 
1404
- #: templates/wishlist-view-mobile.php:145
1405
  msgid "Price:"
1406
  msgstr "Prijs:"
1407
 
1408
- #: templates/wishlist-view-mobile.php:172
1409
  msgid "Quantity:"
1410
  msgstr "Hoeveelheid:"
1411
 
1412
- #: templates/wishlist-view-mobile.php:187
1413
  msgid "Stock:"
1414
  msgstr "Voorraad:"
1415
 
1416
- #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1417
  msgid "Out of stock"
1418
  msgstr "Niet op voorraad"
1419
 
1420
- #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1421
  msgid "In Stock"
1422
  msgstr "Op voorraad"
1423
 
1424
- #: templates/wishlist-view-mobile.php:210 templates/wishlist-view.php:260
1425
  msgid "Move"
1426
  msgstr "Verplaatsen"
1427
 
1428
- #: templates/wishlist-view-mobile.php:231 templates/wishlist-view.php:281
1429
  msgid "Move to another list &rsaquo;"
1430
  msgstr "Verplaatsen naar een andere lijst &rsaquo;"
1431
 
1432
- #: templates/wishlist-view-mobile.php:239 templates/wishlist-view.php:155
1433
- #: templates/wishlist-view.php:291
1434
  msgid "Remove this product"
1435
  msgstr "Verwijder dit product"
1436
 
1437
- #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:311
1438
  msgid "No products added to the wishlist"
1439
  msgstr "Geen producten toegevoegd aan de verlanglijst"
1440
 
1441
- #: templates/wishlist-view.php:79
1442
  msgid "Product name"
1443
  msgstr "Productnaam"
1444
 
1445
- #: templates/wishlist-view.php:87
1446
  msgid "Unit price"
1447
  msgstr "Eenheidsprijs"
1448
 
1449
- #: templates/wishlist-view.php:96
1450
  msgid "Quantity"
1451
  msgstr "Hoeveelheid"
1452
 
1453
- #: templates/wishlist-view.php:105
1454
  msgid "Stock status"
1455
  msgstr "Voorraad status"
1456
 
1457
- #: templates/wishlist-view.php:123
1458
  msgid "Arrange"
1459
  msgstr "Schikken"
1460
 
1461
  #. translators: date added label: 1 date added.
1462
- #: templates/wishlist-view.php:241
1463
  msgid "Added on: %s"
1464
  msgstr "Toegevoegd op: %s"
1465
 
1466
- #: templates/wishlist-view.php:291
1467
  msgid "Remove"
1468
  msgstr "Verwijderen"
1469
 
@@ -1476,7 +1451,7 @@ msgid ""
1476
  "your e-commerce on <strong>YITH</strong></a>"
1477
  msgstr ""
1478
 
1479
- #: includes/class-yith-wcwl-admin.php:259
1480
  msgctxt "[HELP TAB] Video title"
1481
  msgid ""
1482
  "Check this video to learn how to <b>configure wishlist and customize options:"
@@ -1488,7 +1463,7 @@ msgctxt "page_slug"
1488
  msgid "wishlist"
1489
  msgstr ""
1490
 
1491
- #: includes/class-yith-wcwl-privacy.php:230
1492
  msgctxt "date when wishlist was created"
1493
  msgid "Created on"
1494
  msgstr ""
@@ -1514,7 +1489,7 @@ msgid "Shows a list of products in wishlist"
1514
  msgstr ""
1515
 
1516
  #. translators: 1. % of reduction/increase in price.
1517
- #: includes/class-yith-wcwl-wishlist-item.php:435
1518
  msgctxt ""
1519
  "Part of the template that shows price variation since addition to list; "
1520
  "placeholder will be replaced with a percentage"
@@ -1522,7 +1497,7 @@ msgid "Price is %1$s%%"
1522
  msgstr ""
1523
 
1524
  #. translators: 2: original product price.
1525
- #: includes/class-yith-wcwl-wishlist-item.php:437
1526
  msgctxt ""
1527
  "Part of the template that shows price variation since addition to list; "
1528
  "placeholder will be replaced with a price"
@@ -1635,6 +1610,22 @@ msgctxt "yith-woocommerce-wishlist"
1635
  msgid "Items per page"
1636
  msgstr "Items toegevoegd"
1637
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1638
  #~ msgid "Premium Version"
1639
  #~ msgstr "Premium versie"
1640
 
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
+ "POT-Creation-Date: 2022-08-04 12:20:46+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:06+0200\n"
10
  "Last-Translator: \n"
11
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
28
  msgid "Wishlist Page"
29
  msgstr "Verlanglijst pagina"
30
 
31
+ #: includes/class-yith-wcwl-admin.php:155
32
  msgid "General settings"
33
  msgstr "Algemene instellingen"
34
 
35
+ #: includes/class-yith-wcwl-admin.php:156
36
  msgid "Add to wishlist options"
37
  msgstr "Toevoegen aan verlanglijst opties"
38
 
39
+ #: includes/class-yith-wcwl-admin.php:157
40
  msgid "Wishlist page options"
41
  msgstr "Verlanglijst pagina opties"
42
 
43
+ #: includes/class-yith-wcwl-admin.php:268
44
  msgid ""
45
  "Allows your customers to create and share lists of products that they want "
46
  "to purchase on your e-commerce."
48
  "Laat uw klanten een lijst met producten die zij willen kopen in uw e-"
49
  "commerce, maken en delen."
50
 
51
+ #: includes/class-yith-wcwl-admin.php:308
52
  msgid ""
53
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
54
  msgstr ""
55
 
56
+ #: includes/class-yith-wcwl-admin.php:309
57
  msgid ""
58
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
59
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
60
  "on \"Add to wishlist\""
61
  msgstr ""
62
 
63
+ #: includes/class-yith-wcwl-admin.php:310
64
  msgid ""
65
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
66
  "them either public (visible to everyone), private or shared (visible only to "
67
  "people it has been shared with)"
68
  msgstr ""
69
 
70
+ #: includes/class-yith-wcwl-admin.php:311
71
  msgid ""
72
  "Choose between <b>different layouts</b> for the wishlist page and for the "
73
  "wishlist content"
74
  msgstr ""
75
 
76
+ #: includes/class-yith-wcwl-admin.php:312
77
  msgid ""
78
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
79
  "move a product from one wishlist to another, change order of items, "
80
  "quantity, etc."
81
  msgstr ""
82
 
83
+ #: includes/class-yith-wcwl-admin.php:313
84
  msgid ""
85
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
86
  "content of their wishlist to the admin and get a custom quote"
87
  msgstr ""
88
 
89
+ #: includes/class-yith-wcwl-admin.php:314
90
  msgid ""
91
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
92
  "(available also with \"mini-cart\" style for the header)"
93
  msgstr ""
94
 
95
+ #: includes/class-yith-wcwl-admin.php:315
96
  msgid ""
97
+ "<b>Send promotional emails to users</b> who have added specific products to "
 
98
  "their wishlist"
99
  msgstr ""
100
 
101
+ #: includes/class-yith-wcwl-admin.php:316
102
  msgid ""
103
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
104
  "the list is back in stock or on sale"
105
  msgstr ""
106
 
107
+ #: includes/class-yith-wcwl-admin.php:317
108
  msgid "Regular updates, Translations and Premium Support"
109
  msgstr ""
110
 
111
+ #: includes/class-yith-wcwl-ajax-handler.php:94
112
+ #: templates/add-to-wishlist-remove.php:81
113
  msgid "View &rsaquo;"
114
  msgstr "Bekijk &rsaquo;"
115
 
116
+ #: includes/class-yith-wcwl-ajax-handler.php:95
117
+ #: templates/add-to-wishlist-remove.php:69
118
  msgid "or"
119
  msgstr "of"
120
 
121
+ #: includes/class-yith-wcwl-ajax-handler.php:96
122
  msgid "Close"
123
  msgstr ""
124
 
125
+ #: includes/class-yith-wcwl-ajax-handler.php:203
126
+ #: includes/class-yith-wcwl-ajax-handler.php:252
127
  msgid "Product successfully removed."
128
  msgstr "Product succesvol verwijderd."
129
 
130
+ #: includes/class-yith-wcwl-form-handler.php:193
131
  msgid "Please, make sure to enter a valid title"
132
  msgstr "let op dat u een geldige titel invoert"
133
 
134
+ #: includes/class-yith-wcwl-frontend.php:674
135
  msgid ""
136
  "We are sorry, but this feature is available only if cookies on your browser "
137
  "are enabled."
139
  "Sorry, deze optie is alleen beschikbaar als cookies in uw browser zijn "
140
  "ingeschakeld."
141
 
142
+ #: includes/class-yith-wcwl-frontend.php:684
143
  msgid "Product added to cart successfully"
144
  msgstr "Product succesvol toegevoegd aan winkelwagen"
145
 
146
+ #: includes/class-yith-wcwl-frontend.php:947
147
+ #: includes/class-yith-wcwl-shortcode.php:248
148
+ #: plugin-options/wishlist_page-options.php:249
149
+ #: templates/wishlist-view-footer-mobile.php:59
150
+ #: templates/wishlist-view-footer.php:59
151
  msgid "Add to cart"
152
  msgstr "Toevoegen aan winkelwagen"
153
 
208
  "Onze teamleden hebben toegang tot deze informatie om u betere deals te "
209
  "bieden voor de producten waar u van houdt."
210
 
211
+ #: includes/class-yith-wcwl-privacy.php:94
212
+ #: includes/class-yith-wcwl-privacy.php:110
213
  msgid "Customer wishlists"
214
  msgstr "Verlanglijsten klant"
215
 
216
+ #: includes/class-yith-wcwl-privacy.php:147 plugin-options/lists-options.php:34
217
+ #: plugin-options/lists-options.php:41
218
  msgid "Wishlists"
219
  msgstr "Verlanglijst"
220
 
221
  #. Translators: %s Order number.
222
+ #: includes/class-yith-wcwl-privacy.php:233
223
  msgid "Removed wishlist %s."
224
  msgstr "Verwijderde verlanglijst %s."
225
 
226
  #. Translators: %s Order number.
227
+ #: includes/class-yith-wcwl-privacy.php:237
228
  msgid "Wishlist %s has been retained."
229
  msgstr "Verlanglijst%s is bewaard gebleven."
230
 
231
+ #: includes/class-yith-wcwl-privacy.php:272
232
  msgid "Token"
233
  msgstr "Token"
234
 
235
+ #: includes/class-yith-wcwl-privacy.php:273
236
  msgid "Wishlist URL"
237
  msgstr "URL verlanglijst"
238
 
239
+ #: includes/class-yith-wcwl-privacy.php:274
240
  msgid "Title"
241
  msgstr "Titel"
242
 
243
+ #: includes/class-yith-wcwl-privacy.php:276
244
  msgid "Visibility"
245
  msgstr "Zichtbaarheid"
246
 
247
+ #: includes/class-yith-wcwl-privacy.php:277
248
  msgid "Items added"
249
  msgstr "Items toegevoegd"
250
 
327
  msgid "ID of the wishlist to show (e.g. K6EOWXB888ZD)"
328
  msgstr "Verlanglijst ID om weer te geven (vb. K6EOWXB888ZD)"
329
 
330
+ #: includes/class-yith-wcwl-shortcode.php:452
331
  msgid "Share on:"
332
  msgstr "Delen op:"
333
 
334
+ #: includes/class-yith-wcwl-shortcode.php:498
335
+ #: plugin-options/wishlist_page-options.php:147
336
  msgid "Share on Facebook"
337
  msgstr "Delen op Facebook"
338
 
339
+ #: includes/class-yith-wcwl-shortcode.php:515
340
+ #: plugin-options/wishlist_page-options.php:156
341
  msgid "Tweet on Twitter"
342
  msgstr "Tweet op Twitter"
343
 
344
+ #: includes/class-yith-wcwl-shortcode.php:533
345
+ #: plugin-options/wishlist_page-options.php:165
346
  msgid "Pin on Pinterest"
347
  msgstr "Pin op Pinterest"
348
 
349
+ #: includes/class-yith-wcwl-shortcode.php:547
350
  msgid "Share via email"
351
  msgstr "Delen via e-mail"
352
 
353
+ #: includes/class-yith-wcwl-shortcode.php:570
354
+ #: plugin-options/wishlist_page-options.php:183
355
  msgid "Share on WhatsApp"
356
  msgstr "Delen via WhatsApp"
357
 
358
+ #: includes/class-yith-wcwl-shortcode.php:744
359
  msgid "Remove from list"
360
  msgstr "Verwijderen van lijst"
361
 
362
+ #: includes/class-yith-wcwl-wishlist-item.php:203
363
  msgid "Free!"
364
  msgstr "Gratis!"
365
 
366
+ #: includes/class-yith-wcwl.php:232
367
  msgid "The item cannot be added to this wishlist"
368
  msgstr "Het item kan niet worden toegevoegd aan deze verlanglijst"
369
 
370
+ #: includes/class-yith-wcwl.php:236 includes/class-yith-wcwl.php:242
371
  msgid "An error occurred while adding the products to the wishlist."
372
  msgstr ""
373
  "Er is een fout opgetreden tijdens het toevoegen van het product aan de "
374
  "verlanglijst."
375
 
376
+ #: includes/class-yith-wcwl.php:339 includes/class-yith-wcwl.php:365
377
  msgid "Error. Unable to remove the product from the wishlist."
378
  msgstr "Fout. Het product kon niet van de verlanglijst worden verwijderd."
379
 
380
+ #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:250
381
+ #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:272
382
  msgid "Invalid wishlist."
383
  msgstr "Ongeldige verlanglijst."
384
 
385
+ #: includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:210
386
  msgid "Invalid wishlist item."
387
  msgstr "Ongeldig verlanglijst item."
388
 
389
  #. translators: 1. Number of users.
390
+ #: includes/functions-yith-wcwl.php:309
391
  msgid "%d user"
392
  msgid_plural "%d users"
393
  msgstr[0] "%d gebruiker"
394
  msgstr[1] "%d gebruikers"
395
 
396
+ #: includes/functions-yith-wcwl.php:310
397
  msgid "has this item in wishlist"
398
  msgid_plural "have this item in wishlist"
399
  msgstr[0] "heeft dit item in de verlanglijst"
400
  msgstr[1] "hebben dit item in de verlanglijst"
401
 
402
+ #: includes/functions-yith-wcwl.php:312
403
  msgid "You're the first"
404
  msgstr "U bent de eerste"
405
 
406
+ #: includes/functions-yith-wcwl.php:313
407
  msgid "to add this item in wishlist"
408
  msgstr "dit item toevoegen aan verlanglijst"
409
 
410
  #. translators: 1. Count of users when many, or "another" when only one.
411
+ #: includes/functions-yith-wcwl.php:317
412
  msgid "You and %s user"
413
  msgid_plural "You and %d users"
414
  msgstr[0] "U en %s gebruiker"
415
  msgstr[1] "U en %s gebruikers"
416
 
417
+ #: includes/functions-yith-wcwl.php:317
418
  msgid "another"
419
  msgstr ""
420
 
421
+ #: includes/functions-yith-wcwl.php:318
422
  msgid "have this item in wishlist"
423
  msgstr "hebben dit item in de verlanglijst"
424
 
425
+ #: includes/functions-yith-wcwl.php:534
426
  msgid "None"
427
  msgstr ""
428
 
429
+ #: includes/functions-yith-wcwl.php:535
430
  #, fuzzy
431
  msgid "Custom"
432
  msgstr "Custom CSS"
433
 
434
+ #: includes/functions-yith-wcwl.php:567
435
  msgid "Shared"
436
  msgstr "Gedeeld"
437
 
438
+ #: includes/functions-yith-wcwl.php:571
439
  msgid "Only people with a link to this list can see it"
440
  msgstr "Alleen mensen met een link naar deze lijst kunnen hem zien"
441
 
442
+ #: includes/functions-yith-wcwl.php:577
443
  msgid "Private"
444
  msgstr "Prive"
445
 
446
+ #: includes/functions-yith-wcwl.php:581
447
  msgid "Only you can see this list"
448
  msgstr "Alleen u kunt deze lijst zien"
449
 
450
+ #: includes/functions-yith-wcwl.php:587
451
  msgid "Public"
452
  msgstr "Openbaar"
453
 
454
+ #: includes/functions-yith-wcwl.php:591
455
  msgid "Anyone can search for and see this list"
456
  msgstr "Iedereen kan zoeken naar deze verlanglijst en deze lijst zien"
457
 
458
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:118
459
+ #: plugin-options/add_to_wishlist-options.php:136
460
  msgid "Add to wishlist"
461
  msgstr "Toevoegen aan verlanglijst"
462
 
463
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:128
464
+ #: plugin-options/add_to_wishlist-options.php:152
465
  msgid "Browse wishlist"
466
  msgstr "Browse verlanglijst"
467
 
475
  msgid "Product added to wishlist"
476
  msgstr "Wanneer een product is toegevoegd aan de verlanglijst"
477
 
478
+ #: init.php:173
479
  msgid "is enabled but not effective. It requires WooCommerce to work."
480
  msgstr ""
481
 
482
+ #: init.php:191
483
+ msgid ""
484
+ "YITH WooCommerce Wishlist was deactivated as you're running an higher tier "
485
+ "version of the same plugin."
 
 
486
  msgstr ""
487
 
488
+ #: plugin-options/add_to_wishlist-options.php:29
489
+ #: plugin-options/settings-options.php:32
490
  msgid "General Settings"
491
  msgstr "Algemene Instellingen"
492
 
493
+ #: plugin-options/add_to_wishlist-options.php:36
494
  #, fuzzy
495
  msgid "After product is added to wishlist"
496
  msgstr "Wanneer een product is toegevoegd aan de verlanglijst"
497
 
498
+ #: plugin-options/add_to_wishlist-options.php:37
499
  msgid ""
500
  "Choose the look of the Wishlist button when the product has already been "
501
  "added to a wishlist"
503
  "Kies de look van de verlanglijst knop, wanneer het product al is toegevoegd "
504
  "aan de verlanglijst"
505
 
506
+ #: plugin-options/add_to_wishlist-options.php:41
507
  #, fuzzy
508
  msgid "Show \"Add to wishlist\" button"
509
  msgstr "Toon \"Toevoegen aan verlanglijst\" knop"
510
 
511
+ #: plugin-options/add_to_wishlist-options.php:42
512
  msgid "Show \"View wishlist\" link"
513
  msgstr "Toon \"Bekijk verlanglijst\" link"
514
 
515
+ #: plugin-options/add_to_wishlist-options.php:43
516
  msgid "Show \"Remove from list\" link"
517
  msgstr "Toon \"Van lijst verwijderen\" link"
518
 
519
+ #: plugin-options/add_to_wishlist-options.php:57
520
  msgid "Loop settings"
521
  msgstr "Loop instellingen"
522
 
523
+ #: plugin-options/add_to_wishlist-options.php:59
524
  msgid ""
525
  "Loop options will be visible on Shop page, category pages, product "
526
  "shortcodes, products sliders, and all the other places where the WooCommerce "
530
  "product shortcodes, product sliders, en alle andere plaatsen waar de "
531
  "WooCommerce product loop wordt gebruikt"
532
 
533
+ #: plugin-options/add_to_wishlist-options.php:64
534
  msgid "Show \"Add to wishlist\" in loop"
535
  msgstr "Toon \"Toevoegen aan verlanglijst\" in loop"
536
 
537
+ #: plugin-options/add_to_wishlist-options.php:65
538
  msgid "Enable the \"Add to wishlist\" feature in WooCommerce products' loop"
539
  msgstr ""
540
  "De \"Toevoegen aan verlanglijst\" optie inschakelen in WooCommerce product "
541
  "loop"
542
 
543
+ #: plugin-options/add_to_wishlist-options.php:73
544
  msgid "Position of \"Add to wishlist\" in loop"
545
  msgstr "Positie van \"Toevoegen aan verlanglijst\" in loop"
546
 
547
+ #: plugin-options/add_to_wishlist-options.php:74
548
  msgid ""
549
  "Choose where to show \"Add to wishlist\" button or link in WooCommerce "
550
  "products' loop. <span class=\"addon\">Copy this shortcode <span class=\"code"
557
  "het waar u wilt om de \"Toevoegen aan verlanglijst\" link of knop wilt "
558
  "weergeven</span>"
559
 
560
+ #: plugin-options/add_to_wishlist-options.php:81
561
  msgid "On top of the image"
562
  msgstr "Boven de afbeelding"
563
 
564
+ #: plugin-options/add_to_wishlist-options.php:82
565
  msgid "Before \"Add to cart\" button"
566
  msgstr "Voor de \"Toevoegen aan winkelwagen\" knop"
567
 
568
+ #: plugin-options/add_to_wishlist-options.php:83
569
  msgid "After \"Add to cart\" button"
570
  msgstr "Na de \"Toevoegen aan winkelwagen\" knop"
571
 
572
+ #: plugin-options/add_to_wishlist-options.php:84
573
+ #: plugin-options/add_to_wishlist-options.php:116
574
  msgid "Use shortcode"
575
  msgstr "Gebruik shortcode"
576
 
577
+ #: plugin-options/add_to_wishlist-options.php:98
578
  msgid "Product page settings"
579
  msgstr "Product pagina instellingen"
580
 
581
+ #: plugin-options/add_to_wishlist-options.php:105
582
  msgid "Position of \"Add to wishlist\" on product page"
583
  msgstr "Positie van \"Toevoegen aan verlanglijst\" op product pagina"
584
 
585
+ #: plugin-options/add_to_wishlist-options.php:106
586
  msgid ""
587
  "Choose where to show \"Add to wishlist\" button or link on the product page. "
588
  "<span class=\"addon\">Copy this shortcode <span class=\"code"
595
  "waar u wilt om de \"Toevoegen aan verlanglijst\" link of knop wilt "
596
  "weergeven</span>"
597
 
598
+ #: plugin-options/add_to_wishlist-options.php:113
599
  msgid "After \"Add to cart\""
600
  msgstr "Na \"Toevoegen aan winkelwagen\""
601
 
602
+ #: plugin-options/add_to_wishlist-options.php:114
603
  msgid "After thumbnails"
604
  msgstr "Na Thumbnails"
605
 
606
+ #: plugin-options/add_to_wishlist-options.php:115
607
  msgid "After summary"
608
  msgstr "Na samenvatting"
609
 
610
+ #: plugin-options/add_to_wishlist-options.php:126
611
+ #: plugin-options/wishlist_page-options.php:231
612
  msgid "Text customization"
613
  msgstr "Tekst aanpassen"
614
 
615
+ #: plugin-options/add_to_wishlist-options.php:133
616
  msgid "\"Add to wishlist\" text"
617
  msgstr "\"Toevoegen aan verlanglijst\" tekst"
618
 
619
+ #: plugin-options/add_to_wishlist-options.php:134
620
  msgid "Enter a text for \"Add to wishlist\" button"
621
  msgstr "Tekst invoeren voor \"Toevoegen aan verlanglijst\" knop"
622
 
623
+ #: plugin-options/add_to_wishlist-options.php:141
624
  msgid "\"Product added\" text"
625
  msgstr "\"Product toegevoegd\" tekst"
626
 
627
+ #: plugin-options/add_to_wishlist-options.php:142
628
  msgid ""
629
  "Enter the text of the message displayed when the user adds a product to the "
630
  "wishlist"
632
  "Tekst invoeren voor het bericht dat wordt weergegeven wanneer een gebruiker "
633
  "een product toevoegt aan de verlanglijst"
634
 
635
+ #: plugin-options/add_to_wishlist-options.php:144
636
  msgid "Product added!"
637
  msgstr "Product toegevoegd!"
638
 
639
+ #: plugin-options/add_to_wishlist-options.php:149
640
  msgid "\"Browse wishlist\" text"
641
  msgstr "\"Browse wishlist\" tekst"
642
 
643
+ #: plugin-options/add_to_wishlist-options.php:150
644
  msgid "Enter a text for the \"Browse wishlist\" link on the product page"
645
  msgstr ""
646
  "Tekst invoeren voor de \"Browse verlanglijst\" link op de product pagina"
647
 
648
+ #: plugin-options/add_to_wishlist-options.php:157
649
  msgid "\"Product already in wishlist\" text"
650
  msgstr "\"Product is al toegevoegd aan verlanglijst\" tekst"
651
 
652
+ #: plugin-options/add_to_wishlist-options.php:158
653
  msgid ""
654
  "Enter the text for the message displayed when the user views a product that "
655
  "is already in the wishlist"
657
  "Tekst invoeren voor het bericht dat wordt weergegeven wanneer een gebruiker "
658
  "een product ziet dat al is toegevoegd aan de verlanglijst"
659
 
660
+ #: plugin-options/add_to_wishlist-options.php:160
661
  msgid "The product is already in your wishlist!"
662
  msgstr "Het product is al toegevoegd aan uw verlanglijst!"
663
 
664
+ #: plugin-options/add_to_wishlist-options.php:170
665
  msgid "Style & Color customization"
666
  msgstr "Stijl & kleur aanpassing"
667
 
668
+ #: plugin-options/add_to_wishlist-options.php:177
669
  msgid "Style of \"Add to wishlist\""
670
  msgstr "Stijl van \"Toevoegen aan verlanglijst\"v"
671
 
672
+ #: plugin-options/add_to_wishlist-options.php:178
673
  msgid ""
674
  "Choose if you want to show a textual \"Add to wishlist\" link or a button"
675
  msgstr ""
676
  "Bepaal of u de tekstuele \"Toevoegen aan verlanglijst\" link of knop wilt "
677
  "weergeven"
678
 
679
+ #: plugin-options/add_to_wishlist-options.php:181
680
+ #: plugin-options/wishlist_page-options.php:270
681
  msgid "Textual (anchor)"
682
  msgstr "Tekstueel (anker)"
683
 
684
+ #: plugin-options/add_to_wishlist-options.php:182
685
+ #: plugin-options/wishlist_page-options.php:271
686
  msgid "Button with theme style"
687
  msgstr "Knop met stijl thema"
688
 
689
+ #: plugin-options/add_to_wishlist-options.php:183
690
+ #: plugin-options/wishlist_page-options.php:272
691
  msgid "Button with custom style"
692
  msgstr "Knop met aangepaste stijl"
693
 
694
+ #: plugin-options/add_to_wishlist-options.php:191
695
  msgid "\"Add to wishlist\" button style"
696
  msgstr "\"Toevoegen aan verlanglijst\" knop stijl"
697
 
698
+ #: plugin-options/add_to_wishlist-options.php:197
699
  msgid "Choose colors for the \"Add to wishlist\" button"
700
  msgstr "Kies de kleuren van de \"Toevoegen aan verlanglijst\" knop"
701
 
702
+ #: plugin-options/add_to_wishlist-options.php:199
703
+ #: plugin-options/wishlist_page-options.php:288
704
+ #: plugin-options/wishlist_page-options.php:386
705
+ #: plugin-options/wishlist_page-options.php:435
706
+ #: plugin-options/wishlist_page-options.php:483
707
+ #: plugin-options/wishlist_page-options.php:570
708
+ #: plugin-options/wishlist_page-options.php:610
709
+ #: plugin-options/wishlist_page-options.php:650
710
+ #: plugin-options/wishlist_page-options.php:690
711
+ #: plugin-options/wishlist_page-options.php:730
712
  msgid "Background"
713
  msgstr "Achtergrond"
714
 
715
+ #: plugin-options/add_to_wishlist-options.php:204
716
+ #: plugin-options/wishlist_page-options.php:293
717
+ #: plugin-options/wishlist_page-options.php:391
718
+ #: plugin-options/wishlist_page-options.php:440
719
+ #: plugin-options/wishlist_page-options.php:488
720
+ #: plugin-options/wishlist_page-options.php:525
721
  msgid "Text"
722
  msgstr "Tekst"
723
 
724
+ #: plugin-options/add_to_wishlist-options.php:209
725
+ #: plugin-options/wishlist_page-options.php:298
726
+ #: plugin-options/wishlist_page-options.php:396
727
+ #: plugin-options/wishlist_page-options.php:445
728
+ #: plugin-options/wishlist_page-options.php:493
729
  msgid "Border"
730
  msgstr "Rand"
731
 
732
+ #: plugin-options/add_to_wishlist-options.php:215
733
  msgid "Choose colors for the \"Add to wishlist\" button on hover state"
734
  msgstr ""
735
  "Kies de kleuren voor de \"Toevoegen aan verlanglijst\" knop bij erover "
736
  "zweven met muis"
737
 
738
+ #: plugin-options/add_to_wishlist-options.php:217
739
+ #: plugin-options/wishlist_page-options.php:306
740
+ #: plugin-options/wishlist_page-options.php:404
741
+ #: plugin-options/wishlist_page-options.php:453
742
  msgid "Background Hover"
743
  msgstr "Achtergrond zweven"
744
 
745
+ #: plugin-options/add_to_wishlist-options.php:222
746
+ #: plugin-options/wishlist_page-options.php:311
747
+ #: plugin-options/wishlist_page-options.php:409
748
+ #: plugin-options/wishlist_page-options.php:458
749
  msgid "Text Hover"
750
  msgstr "Tekst zweven"
751
 
752
+ #: plugin-options/add_to_wishlist-options.php:227
753
+ #: plugin-options/wishlist_page-options.php:316
754
+ #: plugin-options/wishlist_page-options.php:414
755
+ #: plugin-options/wishlist_page-options.php:463
756
  msgid "Border Hover"
757
  msgstr "Rand zweven"
758
 
759
+ #: plugin-options/add_to_wishlist-options.php:240
760
+ #: plugin-options/wishlist_page-options.php:329
761
  msgid "Border radius"
762
  msgstr "Rand Radius"
763
 
764
+ #: plugin-options/add_to_wishlist-options.php:241
765
  msgid "Choose radius for the \"Add to wishlist\" button"
766
  msgstr "Bepaal de radius voor de \"Toevoegen aan verlanglijst\" knop"
767
 
768
+ #: plugin-options/add_to_wishlist-options.php:255
769
  msgid "\"Add to wishlist\" icon"
770
  msgstr "\"Toevoegen aan verlanglijst\" icoon"
771
 
772
+ #: plugin-options/add_to_wishlist-options.php:256
773
  msgid "Select an icon for the \"Add to wishlist\" button (optional)"
774
  msgstr ""
775
  "Selecteer een icoon voor de \"Toevoegen aan verlanglijst\" knop (optioneel)"
776
 
777
+ #: plugin-options/add_to_wishlist-options.php:275
778
  msgid "\"Add to wishlist\" custom icon"
779
  msgstr "\"Toevoegen aan verlanglijst\" aangepast icoon"
780
 
781
+ #: plugin-options/add_to_wishlist-options.php:276
782
+ #: plugin-options/add_to_wishlist-options.php:309
783
  msgid ""
784
  "Upload an icon you'd like to use for \"Add to wishlist\" button (suggested "
785
  "32px x 32px)"
787
  "Upload een icoon die je wilt gebruiken voor de \"Toevoegen aan verlanglijst"
788
  "\" knop (aanbevolen 32 x 32px)"
789
 
790
+ #: plugin-options/add_to_wishlist-options.php:288
791
  msgid "\"Added to wishlist\" icon"
792
  msgstr "\"Toevoegen aan verlanglijst\" icoon"
793
 
794
+ #: plugin-options/add_to_wishlist-options.php:289
795
  msgid "Select an icon for the \"Added to wishlist\" button (optional)"
796
  msgstr ""
797
  "Selecteer een icoon voor de \"Toevoegen aan verlanglijst\" knop (optioneel)"
798
 
799
+ #: plugin-options/add_to_wishlist-options.php:304
800
  msgid "Same used for Add to wishlist"
801
  msgstr "Hetzelfde gebruikt voor Toevoegen aan verlanglijst"
802
 
803
+ #: plugin-options/add_to_wishlist-options.php:308
804
  msgid "\"Added to wishlist\" custom icon"
805
  msgstr "\"Toevoegen aan verlanglijst\" aangepast icoon"
806
 
807
+ #: plugin-options/add_to_wishlist-options.php:321
808
  msgid "Custom CSS"
809
  msgstr "Custom CSS"
810
 
811
+ #: plugin-options/add_to_wishlist-options.php:322
812
  msgid "Enter custom CSS to be applied to Wishlist elements (optional)"
813
  msgstr ""
814
  "Aangepaste CSS invoeren om toe te passen op de verlanglijst elementen "
815
  "(optioneel)"
816
 
817
+ #: plugin-options/lists-options.php:43
818
  #, fuzzy
819
  msgid "Search list"
820
  msgstr "Verlanglijst delen"
821
 
822
+ #: plugin-options/settings-options.php:39
 
 
 
 
 
 
 
 
823
  msgid "Enable AJAX loading"
824
  msgstr "AJAX loading inschakelen"
825
 
826
+ #: plugin-options/settings-options.php:40
827
  msgid "Load any cacheable wishlist item via AJAX"
828
  msgstr ""
829
 
830
+ #: plugin-options/settings-options.php:54
831
  msgid "YITH WooCommerce Frequently Bought Together Integration"
832
  msgstr "YITH WooCommerce Frequently Bought Together Integratie"
833
 
834
+ #: plugin-options/settings-options.php:60
 
 
 
 
 
 
 
 
 
 
835
  msgid "Enable slider in wishlist"
836
  msgstr "Slider in verlanglijst inschakelen"
837
 
838
+ #. translators: 1. Example image of the integration.
839
+ #: plugin-options/settings-options.php:62
 
840
  #, fuzzy
841
  msgid ""
842
  "Enable the slider with linked products on the Wishlist page (<a href=\"%1$s"
843
+ "\" class=\"thickbox\">Example</a>)."
844
  msgstr ""
845
  "Slider inschakelen met gelinkte producten op de verlanglijst pagina (<a href="
846
  "\"%s\" class=\"thickbox\">Voorbeeld</a>). %s"
847
 
848
+ #: plugin-options/wishlist_page-options.php:28
849
+ #: plugin-options/wishlist_page-options.php:35
 
 
 
850
  msgid "Wishlist page"
851
  msgstr "Verlanglijst pagina"
852
 
853
+ #: plugin-options/wishlist_page-options.php:36
854
  msgid ""
855
  "Pick a page as the main Wishlist page; make sure you add the <span class="
856
  "\"code\"><code>[yith_wcwl_wishlist]</code></span> shortcode into the page "
860
  "<span class=\"code\"><code>[yith_wcwl_wishlist]</code></span> shortcode "
861
  "toevoegt in de pagina inhoud"
862
 
863
+ #: plugin-options/wishlist_page-options.php:49
864
  msgid "Wishlist Detail Page"
865
  msgstr "Verlanglijst detailpagina"
866
 
 
867
  #: plugin-options/wishlist_page-options.php:56
868
  #: plugin-options/wishlist_page-options.php:65
869
  #: plugin-options/wishlist_page-options.php:74
870
  #: plugin-options/wishlist_page-options.php:83
871
  #: plugin-options/wishlist_page-options.php:92
872
  #: plugin-options/wishlist_page-options.php:101
873
+ #: plugin-options/wishlist_page-options.php:110
874
  msgid "In wishlist table show"
875
  msgstr "Toon in verlanglijst tabel"
876
 
877
+ #: plugin-options/wishlist_page-options.php:57
878
  msgid "Product variations selected by the user (example: size or color)"
879
  msgstr ""
880
  "Product variaties geselecteerd door de gebruiker (voorbeeld: maat of kleur)"
881
 
882
+ #: plugin-options/wishlist_page-options.php:66
883
  msgid "Product price"
884
  msgstr "Productprijs"
885
 
886
+ #: plugin-options/wishlist_page-options.php:75
887
  msgid "Product stock (show if the product is available or not)"
888
  msgstr "Product voorraad (toon of een product beschikbaar is of niet)"
889
 
890
+ #: plugin-options/wishlist_page-options.php:84
891
  msgid "Date on which the product was added to the wishlist"
892
  msgstr "Datum waarop het product is toegevoegd aan de verlanglijst"
893
 
894
+ #: plugin-options/wishlist_page-options.php:93
895
  msgid "Add to cart option for each product"
896
  msgstr "Toevoegen aan winkelwagen optie voor ieder product"
897
 
898
+ #: plugin-options/wishlist_page-options.php:102
899
  msgid ""
900
  "Icon to remove the product from the wishlist - to the left of the product"
901
  msgstr ""
902
  "Icoon om het product uit de verlanglijst te verwijderen - aan de rechterkant "
903
  "van het product"
904
 
905
+ #: plugin-options/wishlist_page-options.php:111
906
  msgid ""
907
  "Button to remove the product from the wishlist - to the right of the product"
908
  msgstr ""
909
  "Knop om het product uit de verlanglijst te verwijderen - aan de rechterkant "
910
  "van het product"
911
 
912
+ #: plugin-options/wishlist_page-options.php:119
913
  msgid "Redirect to cart"
914
  msgstr "Doorverwijzen naar winkelwagen"
915
 
916
+ #: plugin-options/wishlist_page-options.php:120
917
  msgid ""
918
  "Redirect users to the cart page when they add a product to the cart from the "
919
  "wishlist page"
921
  "Gebruikers doorsturen naar de winkelwagen pagina, wanneer zij een product "
922
  "van de verlanglijst toevoegen aan winkelwagen"
923
 
924
+ #: plugin-options/wishlist_page-options.php:128
925
  msgid "Remove if added to the cart"
926
  msgstr "Verwijder als het toegevoegd is aan winkelwagen"
927
 
928
+ #: plugin-options/wishlist_page-options.php:129
929
  msgid ""
930
  "Remove the product from the wishlist after it has been added to the cart"
931
  msgstr ""
932
  "Product verwijderen van verlanglijst nadat het is toegevoegd aan de "
933
  "winkelwagen"
934
 
935
+ #: plugin-options/wishlist_page-options.php:137
936
  msgid "Share wishlist"
937
  msgstr "Verlanglijst delen"
938
 
939
+ #: plugin-options/wishlist_page-options.php:138
940
  msgid "Enable this option to let users share their wishlist on social media"
941
  msgstr ""
942
  "Deze optie inschakelen om gebruikers hun verlanglijst te laten delen op "
943
  "social media"
944
 
 
945
  #: plugin-options/wishlist_page-options.php:146
946
  #: plugin-options/wishlist_page-options.php:155
947
  #: plugin-options/wishlist_page-options.php:164
948
  #: plugin-options/wishlist_page-options.php:173
949
+ #: plugin-options/wishlist_page-options.php:182
950
  msgid "Share on social media"
951
  msgstr "Delen op social media"
952
 
953
+ #: plugin-options/wishlist_page-options.php:174
954
  msgid "Share by email"
955
  msgstr "Delen via e-mail"
956
 
957
+ #: plugin-options/wishlist_page-options.php:191
958
  msgid "Share by URL"
959
  msgstr "Delen via URL"
960
 
961
+ #: plugin-options/wishlist_page-options.php:192
962
  msgid "Show \"Share URL\" field on wishlist page"
963
  msgstr "Toon \"URL delen\" veld op verlanglijst pagina"
964
 
965
+ #: plugin-options/wishlist_page-options.php:200
966
  msgid "Sharing title"
967
  msgstr "Delen titel"
968
 
969
+ #: plugin-options/wishlist_page-options.php:201
970
  msgid "Wishlist title used for sharing (only used on Twitter and Pinterest)"
971
  msgstr ""
972
  "Verlanglijst titel die wordt gebruikt voor delen (wordt alleen gebruikt op "
973
  "Twitter en Pinterest)"
974
 
975
  #. translators: 1. Blog name.
976
+ #: plugin-options/wishlist_page-options.php:204
977
  msgid "My wishlist on %s"
978
  msgstr "Mijn verlanglijst op %s"
979
 
980
+ #: plugin-options/wishlist_page-options.php:209
981
  msgid "Social text"
982
  msgstr "Social tekst"
983
 
984
+ #: plugin-options/wishlist_page-options.php:210
985
  msgid ""
986
  "Type the message you want to publish when you share your wishlist on Twitter "
987
  "and Pinterest"
989
  "Typ het bericht dat u wilt publiceren wanneer u uw verlanglijst deelt op "
990
  "Twitter en Pinterest"
991
 
992
+ #: plugin-options/wishlist_page-options.php:218
993
  msgid "Social image URL"
994
  msgstr "Social afbeelding URL"
995
 
996
+ #: plugin-options/wishlist_page-options.php:219
997
  msgid "It will be used to pin the wishlist on Pinterest."
998
  msgstr "Zal worden gebruikt om de verlanglijst te pinnen op Pinterest."
999
 
1000
+ #: plugin-options/wishlist_page-options.php:238
1001
  msgid "Default wishlist name"
1002
  msgstr "Standaard naam verlanglijst"
1003
 
1004
+ #: plugin-options/wishlist_page-options.php:239
1005
  msgid ""
1006
  "Enter a name for the default wishlist. This is the wishlist that will be "
1007
  "automatically generated for all users if they do not create any custom one"
1010
  "automatisch wordt gegenereerd voor alle gebruikers, als zij geen aangepaste "
1011
  "lijst aanmaken."
1012
 
1013
+ #: plugin-options/wishlist_page-options.php:241
1014
  #, fuzzy
1015
  msgid "My wishlist"
1016
  msgstr "Mijn verlanglijst op %s"
1017
 
1018
+ #: plugin-options/wishlist_page-options.php:246
1019
  msgid "\"Add to cart\" text"
1020
  msgstr "\"Toevoegen aan winkelwagen\" tekst"
1021
 
1022
+ #: plugin-options/wishlist_page-options.php:247
1023
  msgid "Enter a text for the \"Add to cart\" button"
1024
  msgstr "Tekst invoeren voor de \"Toevoegen aan winkelwagen\" knop"
1025
 
1026
+ #: plugin-options/wishlist_page-options.php:259
1027
  msgid "Style & color customization"
1028
  msgstr "Stijl & kleur aanpassing"
1029
 
1030
+ #: plugin-options/wishlist_page-options.php:266
1031
  msgid "Style of \"Add to cart\""
1032
  msgstr "Stijl van \"Toevoegen aan winkelwagen\""
1033
 
1034
+ #: plugin-options/wishlist_page-options.php:267
1035
  msgid "Choose whether to show a textual \"Add to cart\" link or a button"
1036
  msgstr ""
1037
  "Bepaal of u een tekstuele \"Toevoegen aan winkelwagen\" link of knop wilt "
1038
  "weergeven"
1039
 
1040
+ #: plugin-options/wishlist_page-options.php:280
1041
  msgid "\"Add to cart\" button style"
1042
  msgstr "\"Toevoegen aan winkelwagen\" knop stijl"
1043
 
1044
+ #: plugin-options/wishlist_page-options.php:286
1045
  msgid "Choose the colors for the \"Add to cart\" button"
1046
  msgstr "Kies de kleuren van de \"Toevoegen aan winkelwagen\" knop"
1047
 
1048
+ #: plugin-options/wishlist_page-options.php:304
1049
  msgid "Choose colors for the \"Add to cart\" button on hover state"
1050
  msgstr ""
1051
  "Kies de kleuren van de \"Toevoegen aan winkelwagen\" knop bij erover zweven "
1052
  "met muis"
1053
 
1054
+ #: plugin-options/wishlist_page-options.php:330
1055
  msgid "Set the radius for the \"Add to cart\" button"
1056
  msgstr "Bepaal de radius voor de \"Toevoegen aan winkelwagen\" knop"
1057
 
1058
+ #: plugin-options/wishlist_page-options.php:344
1059
  msgid "\"Add to cart\" icon"
1060
  msgstr "\"Toevoegen aan winkelwagen\" icoon"
1061
 
1062
+ #: plugin-options/wishlist_page-options.php:345
1063
  msgid "Select an icon for the \"Add to cart\" button (optional)"
1064
  msgstr ""
1065
  "Selecteer een icoon voor de \"Toevoegen aan winkelwagen\" knop (optioneel)"
1066
 
1067
+ #: plugin-options/wishlist_page-options.php:369
1068
  msgid "\"Add to cart\" custom icon"
1069
  msgstr "\"Toevoegen aan winkelwagen\" aangepast icoon"
1070
 
1071
+ #: plugin-options/wishlist_page-options.php:370
1072
  msgid ""
1073
  "Upload an icon you'd like to use for the \"Add to cart\" button (suggested "
1074
  "32px x 32px)"
1076
  "Een icoon uploaden dat u wilt gebruiken voor de \"Toevoegen aan winkelwagen"
1077
  "\" knop (aanbevolen 32 x 32px)"
1078
 
1079
+ #: plugin-options/wishlist_page-options.php:378
1080
  msgid "Primary button style"
1081
  msgstr "Eerste knop stijl"
1082
 
1083
+ #: plugin-options/wishlist_page-options.php:384
1084
  msgid ""
1085
  "Choose colors for the primary button<br/><small>This style will be applied "
1086
  "to \"Edit title\" button on Wishlist view, \"Submit Changes\" button on "
1091
  "indienen\" knop in de Beheren weergave en \"Verlanglijst zoeken\" knop in de "
1092
  "Zoeken weergave</small>"
1093
 
1094
+ #: plugin-options/wishlist_page-options.php:402
1095
  msgid ""
1096
  "Choose colors for the primary button on hover state<br/><small>This style "
1097
  "will be applied to \"Edit title\" button on Wishlist view, \"Submit Changes"
1103
  "verlanglijst weergave, \"Wijzigingen indienen\" knop in de Beheren weergave "
1104
  "en \"Verlanglijst zoeken\" knop in de Zoeken weergave</small>"
1105
 
1106
+ #: plugin-options/wishlist_page-options.php:427
1107
  msgid "Secondary button style"
1108
  msgstr "Tweede knop stijl"
1109
 
 
1110
  #: plugin-options/wishlist_page-options.php:433
1111
+ #: plugin-options/wishlist_page-options.php:451
1112
  msgid ""
1113
  "Choose colors of the secondary button<br/><small>This style will be applied "
1114
  "to the buttons that allow showing and hiding the Edit title form on Wishlist "
1115
  "view and \"Create new Wishlist\" button on Manage view</small>"
1116
  msgstr ""
1117
 
1118
+ #: plugin-options/wishlist_page-options.php:476
1119
  msgid "Wishlist table style"
1120
  msgstr "Tabelstijl verlanglijst"
1121
 
1122
+ #: plugin-options/wishlist_page-options.php:477
1123
  msgid ""
1124
  "Choose the colors for the wishlist table (when set to \"Traditional\" layout)"
1125
  msgstr ""
1126
  "Kies de kleuren van de verlanglijst tabel (bij instellen op \"Traditionele\" "
1127
  "lay-out)"
1128
 
1129
+ #: plugin-options/wishlist_page-options.php:505
1130
  msgid "Highlight color"
1131
  msgstr "Highlight kleur"
1132
 
1133
+ #: plugin-options/wishlist_page-options.php:506
1134
  msgid ""
1135
  "Choose the color for all sections with background<br/><small>This color will "
1136
  "be used as background for the wishlist table heading and footer (when set to "
1141
  "(bij instellen op \"Traditionele\" lay-out), en voor verschillende "
1142
  "formulieren in verlanglijst weergaven</small>"
1143
 
1144
+ #: plugin-options/wishlist_page-options.php:518
1145
  msgid "Share button text color"
1146
  msgstr "Delen knop tekst kleur"
1147
 
1148
+ #: plugin-options/wishlist_page-options.php:519
1149
  msgid "Choose colors for share buttons text"
1150
  msgstr "Kies tekst kleur voor delen knoppen"
1151
 
1152
+ #: plugin-options/wishlist_page-options.php:530
1153
  msgid "Text hover"
1154
  msgstr "Tekst zweven"
1155
 
1156
+ #: plugin-options/wishlist_page-options.php:543
1157
  msgid "Facebook share button icon"
1158
  msgstr "Icoon voor Facebook delen knop"
1159
 
1160
+ #: plugin-options/wishlist_page-options.php:544
1161
  msgid "Select an icon for the Facebook share button"
1162
  msgstr "Selecteer een icoon voor de Facebook delen knop"
1163
 
1164
+ #: plugin-options/wishlist_page-options.php:554
1165
  msgid "Facebook share button custom icon"
1166
  msgstr "Aangepast icoon voor Facebook delen knop"
1167
 
1168
+ #: plugin-options/wishlist_page-options.php:555
1169
  msgid ""
1170
  "Upload an icon you'd like to use for Facebook share button (suggested 32px x "
1171
  "32px)"
1173
  "Upload een icoon dat u wilt gebruiken voor de Facebook delen knop "
1174
  "(aanbevolen 32 x 32px)"
1175
 
1176
+ #: plugin-options/wishlist_page-options.php:563
1177
  msgid "Facebook share button style"
1178
  msgstr "Stijl voor Facebook delen knop"
1179
 
1180
+ #: plugin-options/wishlist_page-options.php:564
1181
  msgid "Choose colors for Facebook share button"
1182
  msgstr "Kies kleuren voor Facebook delen knop"
1183
 
1184
+ #: plugin-options/wishlist_page-options.php:575
1185
+ #: plugin-options/wishlist_page-options.php:615
1186
+ #: plugin-options/wishlist_page-options.php:655
1187
+ #: plugin-options/wishlist_page-options.php:695
1188
+ #: plugin-options/wishlist_page-options.php:735
1189
  msgid "Background hover"
1190
  msgstr "Achtergrond zweven"
1191
 
1192
+ #: plugin-options/wishlist_page-options.php:583
1193
  msgid "Twitter share button icon"
1194
  msgstr "Icoon voor Twitter delen knop"
1195
 
1196
+ #: plugin-options/wishlist_page-options.php:584
1197
  msgid "Select an icon for the Twitter share button"
1198
  msgstr "Selecteer een icoon voor de Twitter delen knop"
1199
 
1200
+ #: plugin-options/wishlist_page-options.php:594
1201
  msgid "Twitter share button custom icon"
1202
  msgstr "Aangepast icoon voor Twitter delen knop"
1203
 
1204
+ #: plugin-options/wishlist_page-options.php:595
1205
  msgid ""
1206
  "Upload an icon you'd like to use for Twitter share button (suggested 32px x "
1207
  "32px)"
1209
  "Upload een icoon dat u wilt gebruiken voor de Twitter delen knop (aanbevolen "
1210
  "32 x 32px)"
1211
 
1212
+ #: plugin-options/wishlist_page-options.php:603
1213
  msgid "Twitter share button style"
1214
  msgstr "Stijl voor Twitter delen knop"
1215
 
1216
+ #: plugin-options/wishlist_page-options.php:604
1217
  msgid "Choose colors for Twitter share button"
1218
  msgstr "Kies kleuren voor Twitter delen knop"
1219
 
1220
+ #: plugin-options/wishlist_page-options.php:623
1221
  msgid "Pinterest share button icon"
1222
  msgstr "Icoon voor Pinterest delen knop"
1223
 
1224
+ #: plugin-options/wishlist_page-options.php:624
1225
  msgid "Select an icon for the Pinterest share button"
1226
  msgstr "Selecteer een icoon voor de Pinterest delen knop"
1227
 
1228
+ #: plugin-options/wishlist_page-options.php:634
1229
  msgid "Pinterest share button custom icon"
1230
  msgstr "Aangepast icoon voor Pinterest delen knop"
1231
 
1232
+ #: plugin-options/wishlist_page-options.php:635
1233
  msgid ""
1234
  "Upload an icon you'd like to use for Pinterest share button (suggested 32px "
1235
  "x 32px)"
1237
  "Upload een icoon dat u wilt gebruiken voor de Pinterest delen knop "
1238
  "(aanbevolen 32 x 32px)"
1239
 
1240
+ #: plugin-options/wishlist_page-options.php:643
1241
  msgid "Pinterest share button style"
1242
  msgstr "Stijl voor Pinterest delen knop"
1243
 
1244
+ #: plugin-options/wishlist_page-options.php:644
1245
  msgid "Choose colors for Pinterest share button"
1246
  msgstr "Kies kleuren voor Pinterest delen knop"
1247
 
1248
+ #: plugin-options/wishlist_page-options.php:663
1249
  msgid "Email share button icon"
1250
  msgstr "Icoon voor e-mail delen knop"
1251
 
1252
+ #: plugin-options/wishlist_page-options.php:664
1253
  msgid "Select an icon for the Email share button"
1254
  msgstr "Selecteer een icoon voor de e-mail delen knop"
1255
 
1256
+ #: plugin-options/wishlist_page-options.php:674
1257
  msgid "Email share button custom icon"
1258
  msgstr "Aangepaste icoon voor e-mail delen knop"
1259
 
1260
+ #: plugin-options/wishlist_page-options.php:675
1261
  msgid ""
1262
  "Upload an icon you'd like to use for the Email share button (suggested 32px "
1263
  "x 32px)"
1265
  "Upload een icoon dat u wilt gebruiken voor de e-mail delen knop (aanbevolen "
1266
  "32 x 32px)"
1267
 
1268
+ #: plugin-options/wishlist_page-options.php:683
1269
  msgid "Email share button style"
1270
  msgstr "Stijl voor e-mail delen knop"
1271
 
1272
+ #: plugin-options/wishlist_page-options.php:684
1273
  msgid "Choose colors for the Email share button"
1274
  msgstr "Kies kleuren voor e-mail delen knop"
1275
 
1276
+ #: plugin-options/wishlist_page-options.php:703
1277
  msgid "WhatsApp share button icon"
1278
  msgstr "Icoon voor WhatsApp delen knop"
1279
 
1280
+ #: plugin-options/wishlist_page-options.php:704
1281
  msgid "Select an icon for the WhatsApp share button"
1282
  msgstr "Selecteer een icoon voor de WhatsApp delen knop"
1283
 
1284
+ #: plugin-options/wishlist_page-options.php:714
1285
  msgid "WhatsApp share button custom icon"
1286
  msgstr "Aangepast icoon voor WhatsApp delen knop"
1287
 
1288
+ #: plugin-options/wishlist_page-options.php:715
1289
  msgid ""
1290
  "Upload an icon you'd like to use for WhatsApp share button (suggested 32px x "
1291
  "32px)"
1293
  "Upload een icoon dat u wilt gebruiken voor de WhatsApp delen knop "
1294
  "(aanbevolen 32 x 32px)"
1295
 
1296
+ #: plugin-options/wishlist_page-options.php:723
1297
  msgid "WhatsApp share button style"
1298
  msgstr "Stijl voor WhatsApp delen knop"
1299
 
1300
+ #: plugin-options/wishlist_page-options.php:724
1301
  msgid "Choose colors for WhatsApp share button"
1302
  msgstr "Kies kleuren voor de WhatsApp delen knop"
1303
 
1304
+ #: templates/share.php:56 templates/share.php:57
1305
  msgid "Facebook"
1306
  msgstr "Facebook"
1307
 
1308
+ #: templates/share.php:64 templates/share.php:65
1309
  msgid "Twitter"
1310
  msgstr "Twitter"
1311
 
1312
+ #: templates/share.php:72 templates/share.php:73
1313
  msgid "Pinterest"
1314
  msgstr "Pinterest"
1315
 
1316
+ #: templates/share.php:102 templates/share.php:103
1317
  msgid "Email"
1318
  msgstr "E-mail"
1319
 
1320
+ #: templates/share.php:110
1321
  msgid "WhatsApp"
1322
  msgstr "WhatsApp"
1323
 
1324
+ #: templates/share.php:111
1325
  msgid "Whatsapp"
1326
  msgstr "Whatsapp"
1327
 
1328
+ #: templates/share.php:120
1329
  msgid "(Now"
1330
  msgstr "(U kunt nu"
1331
 
1332
+ #: templates/share.php:120
1333
  msgid "copy"
1334
  msgstr "de verlanglijst link kopiëren"
1335
 
1336
+ #: templates/share.php:120
1337
  msgid "this wishlist link and share it anywhere)"
1338
  msgstr "en overal delen)"
1339
 
1340
+ #: templates/wishlist-view-footer-mobile.php:55
1341
+ #: templates/wishlist-view-footer.php:55
1342
  msgid "Apply this action to all the selected items:"
1343
  msgstr "Deze actie toepassen op alle geselecteerde items:"
1344
 
1345
+ #: templates/wishlist-view-footer-mobile.php:62
1346
+ #: templates/wishlist-view-footer.php:62
1347
  msgid "Remove from wishlist"
1348
  msgstr "Verwijderen van verlanglijst"
1349
 
1350
  #. translators: 1. Wishlist formatted name.
1351
+ #: templates/wishlist-view-footer-mobile.php:80
1352
+ #: templates/wishlist-view-footer.php:80
1353
  msgid "Move to %s"
1354
  msgstr ""
1355
 
1356
+ #: templates/wishlist-view-footer-mobile.php:86
1357
+ #: templates/wishlist-view-footer.php:86
1358
  msgid "Apply"
1359
  msgstr "Toepassen"
1360
 
1361
+ #: templates/wishlist-view-footer-mobile.php:94
1362
+ #: templates/wishlist-view-footer.php:94
1363
  msgid "Update"
1364
  msgstr "Bijwerken"
1365
 
1366
+ #: templates/wishlist-view-footer-mobile.php:100
1367
+ #: templates/wishlist-view-footer.php:138
1368
  msgid "Add all to cart"
1369
  msgstr "Allen toevoegen aan winkelwagen"
1370
 
1371
+ #: templates/wishlist-view-header.php:86
1372
  msgid "Edit title"
1373
  msgstr "Bewerk titel"
1374
 
1375
+ #: templates/wishlist-view-mobile.php:143
1376
  msgid "Added on:"
1377
  msgstr "Toegevoegd op:"
1378
 
1379
+ #: templates/wishlist-view-mobile.php:154
1380
  msgid "Price:"
1381
  msgstr "Prijs:"
1382
 
1383
+ #: templates/wishlist-view-mobile.php:181
1384
  msgid "Quantity:"
1385
  msgstr "Hoeveelheid:"
1386
 
1387
+ #: templates/wishlist-view-mobile.php:196
1388
  msgid "Stock:"
1389
  msgstr "Voorraad:"
1390
 
1391
+ #: templates/wishlist-view-mobile.php:199 templates/wishlist-view.php:431
1392
  msgid "Out of stock"
1393
  msgstr "Niet op voorraad"
1394
 
1395
+ #: templates/wishlist-view-mobile.php:199 templates/wishlist-view.php:431
1396
  msgid "In Stock"
1397
  msgstr "Op voorraad"
1398
 
1399
+ #: templates/wishlist-view-mobile.php:219 templates/wishlist-view.php:531
1400
  msgid "Move"
1401
  msgstr "Verplaatsen"
1402
 
1403
+ #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:562
1404
  msgid "Move to another list &rsaquo;"
1405
  msgstr "Verplaatsen naar een andere lijst &rsaquo;"
1406
 
1407
+ #: templates/wishlist-view-mobile.php:270 templates/wishlist-view.php:250
1408
+ #: templates/wishlist-view.php:594
1409
  msgid "Remove this product"
1410
  msgstr "Verwijder dit product"
1411
 
1412
+ #: templates/wishlist-view-mobile.php:291 templates/wishlist-view.php:636
1413
  msgid "No products added to the wishlist"
1414
  msgstr "Geen producten toegevoegd aan de verlanglijst"
1415
 
1416
+ #: templates/wishlist-view.php:102
1417
  msgid "Product name"
1418
  msgstr "Productnaam"
1419
 
1420
+ #: templates/wishlist-view.php:122
1421
  msgid "Unit price"
1422
  msgstr "Eenheidsprijs"
1423
 
1424
+ #: templates/wishlist-view.php:143
1425
  msgid "Quantity"
1426
  msgstr "Hoeveelheid"
1427
 
1428
+ #: templates/wishlist-view.php:164
1429
  msgid "Stock status"
1430
  msgstr "Voorraad status"
1431
 
1432
+ #: templates/wishlist-view.php:206
1433
  msgid "Arrange"
1434
  msgstr "Schikken"
1435
 
1436
  #. translators: date added label: 1 date added.
1437
+ #: templates/wishlist-view.php:466
1438
  msgid "Added on: %s"
1439
  msgstr "Toegevoegd op: %s"
1440
 
1441
+ #: templates/wishlist-view.php:594
1442
  msgid "Remove"
1443
  msgstr "Verwijderen"
1444
 
1451
  "your e-commerce on <strong>YITH</strong></a>"
1452
  msgstr ""
1453
 
1454
+ #: includes/class-yith-wcwl-admin.php:287
1455
  msgctxt "[HELP TAB] Video title"
1456
  msgid ""
1457
  "Check this video to learn how to <b>configure wishlist and customize options:"
1463
  msgid "wishlist"
1464
  msgstr ""
1465
 
1466
+ #: includes/class-yith-wcwl-privacy.php:275
1467
  msgctxt "date when wishlist was created"
1468
  msgid "Created on"
1469
  msgstr ""
1489
  msgstr ""
1490
 
1491
  #. translators: 1. % of reduction/increase in price.
1492
+ #: includes/class-yith-wcwl-wishlist-item.php:478
1493
  msgctxt ""
1494
  "Part of the template that shows price variation since addition to list; "
1495
  "placeholder will be replaced with a percentage"
1497
  msgstr ""
1498
 
1499
  #. translators: 2: original product price.
1500
+ #: includes/class-yith-wcwl-wishlist-item.php:480
1501
  msgctxt ""
1502
  "Part of the template that shows price variation since addition to list; "
1503
  "placeholder will be replaced with a price"
1610
  msgid "Items per page"
1611
  msgstr "Items toegevoegd"
1612
 
1613
+ #~ msgid ""
1614
+ #~ "If you want to take advantage of this feature, you could consider "
1615
+ #~ "purchasing the %s."
1616
+ #~ msgstr ""
1617
+ #~ "Als u wilt profiteren van deze optie, kunt u overwegen de %s te kopen."
1618
+
1619
+ #~ msgid ""
1620
+ #~ "In order to use this integration you have to install and activate YITH "
1621
+ #~ "WooCommerce Frequently Bought Together. <a href=\"%s\">Learn more</a>"
1622
+ #~ msgstr ""
1623
+ #~ "Om deze integratie te gebriuken moet u YITH WooCommerce Frequently Bought "
1624
+ #~ "Together instaleren en activeren <a href=\"%s\">Meer informatie</a>"
1625
+
1626
+ #~ msgid "All your wishlists"
1627
+ #~ msgstr "Al uw verlanglijsten"
1628
+
1629
  #~ msgid "Premium Version"
1630
  #~ msgstr "Premium versie"
1631
 
languages/yith-woocommerce-wishlist-pl_PL.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-pl_PL.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
- "POT-Creation-Date: 2022-06-19 14:16:05+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:06+0200\n"
10
  "Last-Translator: \n"
11
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
@@ -29,123 +29,122 @@ msgstr ""
29
  msgid "Wishlist Page"
30
  msgstr "Obserwowane"
31
 
32
- #: includes/class-yith-wcwl-admin.php:146
33
  msgid "General settings"
34
  msgstr ""
35
 
36
- #: includes/class-yith-wcwl-admin.php:147
37
  msgid "Add to wishlist options"
38
  msgstr ""
39
 
40
- #: includes/class-yith-wcwl-admin.php:148
41
  msgid "Wishlist page options"
42
  msgstr ""
43
 
44
- #: includes/class-yith-wcwl-admin.php:249
45
  msgid ""
46
  "Allows your customers to create and share lists of products that they want "
47
  "to purchase on your e-commerce."
48
  msgstr ""
49
 
50
- #: includes/class-yith-wcwl-admin.php:280
51
  msgid ""
52
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
53
  msgstr ""
54
 
55
- #: includes/class-yith-wcwl-admin.php:281
56
  msgid ""
57
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
58
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
59
  "on \"Add to wishlist\""
60
  msgstr ""
61
 
62
- #: includes/class-yith-wcwl-admin.php:282
63
  msgid ""
64
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
65
  "them either public (visible to everyone), private or shared (visible only to "
66
  "people it has been shared with)"
67
  msgstr ""
68
 
69
- #: includes/class-yith-wcwl-admin.php:283
70
  msgid ""
71
  "Choose between <b>different layouts</b> for the wishlist page and for the "
72
  "wishlist content"
73
  msgstr ""
74
 
75
- #: includes/class-yith-wcwl-admin.php:284
76
  msgid ""
77
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
78
  "move a product from one wishlist to another, change order of items, "
79
  "quantity, etc."
80
  msgstr ""
81
 
82
- #: includes/class-yith-wcwl-admin.php:285
83
  msgid ""
84
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
85
  "content of their wishlist to the admin and get a custom quote"
86
  msgstr ""
87
 
88
- #: includes/class-yith-wcwl-admin.php:286
89
  msgid ""
90
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
91
  "(available also with \"mini-cart\" style for the header)"
92
  msgstr ""
93
 
94
- #: includes/class-yith-wcwl-admin.php:287
95
  msgid ""
96
- "View the most popular products added to the wishlist by your customers and "
97
- "<b>send promotional emails to users</b> who have added specific products to "
98
  "their wishlist"
99
  msgstr ""
100
 
101
- #: includes/class-yith-wcwl-admin.php:288
102
  msgid ""
103
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
104
  "the list is back in stock or on sale"
105
  msgstr ""
106
 
107
- #: includes/class-yith-wcwl-admin.php:289
108
  msgid "Regular updates, Translations and Premium Support"
109
  msgstr ""
110
 
111
- #: includes/class-yith-wcwl-ajax-handler.php:75
112
- #: templates/add-to-wishlist-remove.php:59
113
  msgid "View &rsaquo;"
114
  msgstr ""
115
 
116
- #: includes/class-yith-wcwl-ajax-handler.php:76
117
- #: templates/add-to-wishlist-remove.php:58
118
  msgid "or"
119
  msgstr ""
120
 
121
- #: includes/class-yith-wcwl-ajax-handler.php:77
122
  msgid "Close"
123
  msgstr ""
124
 
125
- #: includes/class-yith-wcwl-ajax-handler.php:155
126
- #: includes/class-yith-wcwl-ajax-handler.php:195
127
  msgid "Product successfully removed."
128
  msgstr "Produkt został usunięty."
129
 
130
- #: includes/class-yith-wcwl-form-handler.php:156
131
  msgid "Please, make sure to enter a valid title"
132
  msgstr ""
133
 
134
- #: includes/class-yith-wcwl-frontend.php:552
135
  msgid ""
136
  "We are sorry, but this feature is available only if cookies on your browser "
137
  "are enabled."
138
  msgstr ""
139
 
140
- #: includes/class-yith-wcwl-frontend.php:553
141
  msgid "Product added to cart successfully"
142
  msgstr ""
143
 
144
- #: includes/class-yith-wcwl-frontend.php:816
145
- #: includes/class-yith-wcwl-shortcode.php:239
146
- #: plugin-options/wishlist_page-options.php:240
147
- #: templates/wishlist-view-footer-mobile.php:46
148
- #: templates/wishlist-view-footer.php:46
149
  msgid "Add to cart"
150
  msgstr ""
151
 
@@ -193,43 +192,43 @@ msgid ""
193
  "for the products you love."
194
  msgstr ""
195
 
196
- #: includes/class-yith-wcwl-privacy.php:84
197
- #: includes/class-yith-wcwl-privacy.php:100
198
  msgid "Customer wishlists"
199
  msgstr ""
200
 
201
- #: includes/class-yith-wcwl-privacy.php:137 plugin-options/lists-options.php:25
202
- #: plugin-options/lists-options.php:32
203
  msgid "Wishlists"
204
  msgstr "Obserwowane"
205
 
206
  #. Translators: %s Order number.
207
- #: includes/class-yith-wcwl-privacy.php:199
208
  msgid "Removed wishlist %s."
209
  msgstr "Moja lista życzeń: %s"
210
 
211
  #. Translators: %s Order number.
212
- #: includes/class-yith-wcwl-privacy.php:203
213
  msgid "Wishlist %s has been retained."
214
  msgstr ""
215
 
216
- #: includes/class-yith-wcwl-privacy.php:227
217
  msgid "Token"
218
  msgstr ""
219
 
220
- #: includes/class-yith-wcwl-privacy.php:228
221
  msgid "Wishlist URL"
222
  msgstr ""
223
 
224
- #: includes/class-yith-wcwl-privacy.php:229
225
  msgid "Title"
226
  msgstr ""
227
 
228
- #: includes/class-yith-wcwl-privacy.php:231
229
  msgid "Visibility"
230
  msgstr ""
231
 
232
- #: includes/class-yith-wcwl-privacy.php:232
233
  msgid "Items added"
234
  msgstr ""
235
 
@@ -296,142 +295,142 @@ msgstr ""
296
  msgid "ID of the wishlist to show (e.g. K6EOWXB888ZD)"
297
  msgstr ""
298
 
299
- #: includes/class-yith-wcwl-shortcode.php:414
300
  msgid "Share on:"
301
  msgstr "Udostępnij na:"
302
 
303
- #: includes/class-yith-wcwl-shortcode.php:438
304
- #: plugin-options/wishlist_page-options.php:138
305
  msgid "Share on Facebook"
306
  msgstr "Udostępnij na Facebooku"
307
 
308
- #: includes/class-yith-wcwl-shortcode.php:455
309
- #: plugin-options/wishlist_page-options.php:147
310
  msgid "Tweet on Twitter"
311
  msgstr "Poleć na Twitterze"
312
 
313
- #: includes/class-yith-wcwl-shortcode.php:473
314
- #: plugin-options/wishlist_page-options.php:156
315
  msgid "Pin on Pinterest"
316
  msgstr "Poleć na Pintereście"
317
 
318
- #: includes/class-yith-wcwl-shortcode.php:487
319
  msgid "Share via email"
320
  msgstr ""
321
 
322
- #: includes/class-yith-wcwl-shortcode.php:510
323
- #: plugin-options/wishlist_page-options.php:174
324
  msgid "Share on WhatsApp"
325
  msgstr ""
326
 
327
- #: includes/class-yith-wcwl-shortcode.php:621
328
  msgid "Remove from list"
329
  msgstr ""
330
 
331
- #: includes/class-yith-wcwl-wishlist-item.php:193
332
  msgid "Free!"
333
  msgstr "Darmowe!"
334
 
335
- #: includes/class-yith-wcwl.php:164
336
  msgid "The item cannot be added to this wishlist"
337
  msgstr ""
338
 
339
- #: includes/class-yith-wcwl.php:168 includes/class-yith-wcwl.php:174
340
  msgid "An error occurred while adding the products to the wishlist."
341
  msgstr ""
342
 
343
- #: includes/class-yith-wcwl.php:235 includes/class-yith-wcwl.php:241
344
  msgid "Error. Unable to remove the product from the wishlist."
345
  msgstr "Błąd. Nie można usunąć produktu z listy życzeń."
346
 
347
- #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:152
348
- #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:174
349
  msgid "Invalid wishlist."
350
  msgstr ""
351
 
352
- #: includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:119
353
  msgid "Invalid wishlist item."
354
  msgstr ""
355
 
356
  #. translators: 1. Number of users.
357
- #: includes/functions-yith-wcwl.php:249
358
  msgid "%d user"
359
  msgid_plural "%d users"
360
  msgstr[0] ""
361
  msgstr[1] ""
362
  msgstr[2] ""
363
 
364
- #: includes/functions-yith-wcwl.php:250
365
  msgid "has this item in wishlist"
366
  msgid_plural "have this item in wishlist"
367
  msgstr[0] ""
368
  msgstr[1] ""
369
  msgstr[2] ""
370
 
371
- #: includes/functions-yith-wcwl.php:252
372
  msgid "You're the first"
373
  msgstr ""
374
 
375
- #: includes/functions-yith-wcwl.php:253
376
  msgid "to add this item in wishlist"
377
  msgstr ""
378
 
379
  #. translators: 1. Count of users when many, or "another" when only one.
380
- #: includes/functions-yith-wcwl.php:257
381
  msgid "You and %s user"
382
  msgid_plural "You and %d users"
383
  msgstr[0] ""
384
  msgstr[1] ""
385
  msgstr[2] ""
386
 
387
- #: includes/functions-yith-wcwl.php:257
388
  msgid "another"
389
  msgstr ""
390
 
391
- #: includes/functions-yith-wcwl.php:258
392
  msgid "have this item in wishlist"
393
  msgstr ""
394
 
395
- #: includes/functions-yith-wcwl.php:425
396
  msgid "None"
397
  msgstr ""
398
 
399
- #: includes/functions-yith-wcwl.php:426
400
  #, fuzzy
401
  msgid "Custom"
402
  msgstr "Własny CSS"
403
 
404
- #: includes/functions-yith-wcwl.php:447
405
  msgid "Shared"
406
  msgstr "Udostępniony"
407
 
408
- #: includes/functions-yith-wcwl.php:451
409
  msgid "Only people with a link to this list can see it"
410
  msgstr ""
411
 
412
- #: includes/functions-yith-wcwl.php:457
413
  msgid "Private"
414
  msgstr "Prywatny"
415
 
416
- #: includes/functions-yith-wcwl.php:461
417
  msgid "Only you can see this list"
418
  msgstr ""
419
 
420
- #: includes/functions-yith-wcwl.php:467
421
  msgid "Public"
422
  msgstr "Publiczny"
423
 
424
- #: includes/functions-yith-wcwl.php:471
425
  msgid "Anyone can search for and see this list"
426
  msgstr ""
427
 
428
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:118
429
- #: plugin-options/add_to_wishlist-options.php:127
430
  msgid "Add to wishlist"
431
  msgstr ""
432
 
433
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:128
434
- #: plugin-options/add_to_wishlist-options.php:143
435
  msgid "Browse wishlist"
436
  msgstr ""
437
 
@@ -443,69 +442,67 @@ msgstr ""
443
  msgid "Product added to wishlist"
444
  msgstr ""
445
 
446
- #: init.php:160
447
  msgid "is enabled but not effective. It requires WooCommerce to work."
448
  msgstr ""
449
 
450
- #: init.php:176
451
- msgid "You can't activate the free version of"
452
- msgstr ""
453
-
454
- #: init.php:176
455
- msgid "while you are using the premium one."
456
  msgstr ""
457
 
458
- #: plugin-options/add_to_wishlist-options.php:20
459
- #: plugin-options/settings-options.php:27
460
  msgid "General Settings"
461
  msgstr "Ustawienia ogólne"
462
 
463
- #: plugin-options/add_to_wishlist-options.php:27
464
  msgid "After product is added to wishlist"
465
  msgstr ""
466
 
467
- #: plugin-options/add_to_wishlist-options.php:28
468
  msgid ""
469
  "Choose the look of the Wishlist button when the product has already been "
470
  "added to a wishlist"
471
  msgstr ""
472
 
473
- #: plugin-options/add_to_wishlist-options.php:32
474
  msgid "Show \"Add to wishlist\" button"
475
  msgstr ""
476
 
477
- #: plugin-options/add_to_wishlist-options.php:33
478
  msgid "Show \"View wishlist\" link"
479
  msgstr ""
480
 
481
- #: plugin-options/add_to_wishlist-options.php:34
482
  msgid "Show \"Remove from list\" link"
483
  msgstr ""
484
 
485
- #: plugin-options/add_to_wishlist-options.php:48
486
  msgid "Loop settings"
487
  msgstr ""
488
 
489
- #: plugin-options/add_to_wishlist-options.php:50
490
  msgid ""
491
  "Loop options will be visible on Shop page, category pages, product "
492
  "shortcodes, products sliders, and all the other places where the WooCommerce "
493
  "products' loop is used"
494
  msgstr ""
495
 
496
- #: plugin-options/add_to_wishlist-options.php:55
497
  msgid "Show \"Add to wishlist\" in loop"
498
  msgstr ""
499
 
500
- #: plugin-options/add_to_wishlist-options.php:56
501
  msgid "Enable the \"Add to wishlist\" feature in WooCommerce products' loop"
502
  msgstr ""
503
 
504
- #: plugin-options/add_to_wishlist-options.php:64
505
  msgid "Position of \"Add to wishlist\" in loop"
506
  msgstr ""
507
 
508
- #: plugin-options/add_to_wishlist-options.php:65
509
  msgid ""
510
  "Choose where to show \"Add to wishlist\" button or link in WooCommerce "
511
  "products' loop. <span class=\"addon\">Copy this shortcode <span class=\"code"
@@ -513,32 +510,32 @@ msgid ""
513
  "want to show the \"Add to wishlist\" link or button</span>"
514
  msgstr ""
515
 
516
- #: plugin-options/add_to_wishlist-options.php:72
517
  msgid "On top of the image"
518
  msgstr ""
519
 
520
- #: plugin-options/add_to_wishlist-options.php:73
521
  msgid "Before \"Add to cart\" button"
522
  msgstr ""
523
 
524
- #: plugin-options/add_to_wishlist-options.php:74
525
  msgid "After \"Add to cart\" button"
526
  msgstr ""
527
 
528
- #: plugin-options/add_to_wishlist-options.php:75
529
- #: plugin-options/add_to_wishlist-options.php:107
530
  msgid "Use shortcode"
531
  msgstr "Użyj shortcode"
532
 
533
- #: plugin-options/add_to_wishlist-options.php:89
534
  msgid "Product page settings"
535
  msgstr ""
536
 
537
- #: plugin-options/add_to_wishlist-options.php:96
538
  msgid "Position of \"Add to wishlist\" on product page"
539
  msgstr ""
540
 
541
- #: plugin-options/add_to_wishlist-options.php:97
542
  msgid ""
543
  "Choose where to show \"Add to wishlist\" button or link on the product page. "
544
  "<span class=\"addon\">Copy this shortcode <span class=\"code"
@@ -546,472 +543,452 @@ msgid ""
546
  "want to show the \"Add to wishlist\" link or button</span>"
547
  msgstr ""
548
 
549
- #: plugin-options/add_to_wishlist-options.php:104
550
  msgid "After \"Add to cart\""
551
  msgstr ""
552
 
553
- #: plugin-options/add_to_wishlist-options.php:105
554
  msgid "After thumbnails"
555
  msgstr "Za miniaturami"
556
 
557
- #: plugin-options/add_to_wishlist-options.php:106
558
  msgid "After summary"
559
  msgstr "Po podsumowaniu"
560
 
561
- #: plugin-options/add_to_wishlist-options.php:117
562
- #: plugin-options/wishlist_page-options.php:222
563
  msgid "Text customization"
564
  msgstr ""
565
 
566
- #: plugin-options/add_to_wishlist-options.php:124
567
  msgid "\"Add to wishlist\" text"
568
  msgstr ""
569
 
570
- #: plugin-options/add_to_wishlist-options.php:125
571
  msgid "Enter a text for \"Add to wishlist\" button"
572
  msgstr ""
573
 
574
- #: plugin-options/add_to_wishlist-options.php:132
575
  msgid "\"Product added\" text"
576
  msgstr ""
577
 
578
- #: plugin-options/add_to_wishlist-options.php:133
579
  msgid ""
580
  "Enter the text of the message displayed when the user adds a product to the "
581
  "wishlist"
582
  msgstr ""
583
 
584
- #: plugin-options/add_to_wishlist-options.php:135
585
  msgid "Product added!"
586
  msgstr ""
587
 
588
- #: plugin-options/add_to_wishlist-options.php:140
589
  msgid "\"Browse wishlist\" text"
590
  msgstr ""
591
 
592
- #: plugin-options/add_to_wishlist-options.php:141
593
  msgid "Enter a text for the \"Browse wishlist\" link on the product page"
594
  msgstr ""
595
 
596
- #: plugin-options/add_to_wishlist-options.php:148
597
  msgid "\"Product already in wishlist\" text"
598
  msgstr ""
599
 
600
- #: plugin-options/add_to_wishlist-options.php:149
601
  msgid ""
602
  "Enter the text for the message displayed when the user views a product that "
603
  "is already in the wishlist"
604
  msgstr ""
605
 
606
- #: plugin-options/add_to_wishlist-options.php:151
607
  msgid "The product is already in your wishlist!"
608
  msgstr ""
609
 
610
- #: plugin-options/add_to_wishlist-options.php:161
611
  msgid "Style & Color customization"
612
  msgstr ""
613
 
614
- #: plugin-options/add_to_wishlist-options.php:168
615
  msgid "Style of \"Add to wishlist\""
616
  msgstr ""
617
 
618
- #: plugin-options/add_to_wishlist-options.php:169
619
  msgid ""
620
  "Choose if you want to show a textual \"Add to wishlist\" link or a button"
621
  msgstr ""
622
 
623
- #: plugin-options/add_to_wishlist-options.php:172
624
- #: plugin-options/wishlist_page-options.php:261
625
  msgid "Textual (anchor)"
626
  msgstr ""
627
 
628
- #: plugin-options/add_to_wishlist-options.php:173
629
- #: plugin-options/wishlist_page-options.php:262
630
  msgid "Button with theme style"
631
  msgstr ""
632
 
633
- #: plugin-options/add_to_wishlist-options.php:174
634
- #: plugin-options/wishlist_page-options.php:263
635
  msgid "Button with custom style"
636
  msgstr ""
637
 
638
- #: plugin-options/add_to_wishlist-options.php:182
639
  msgid "\"Add to wishlist\" button style"
640
  msgstr ""
641
 
642
- #: plugin-options/add_to_wishlist-options.php:188
643
  msgid "Choose colors for the \"Add to wishlist\" button"
644
  msgstr ""
645
 
646
- #: plugin-options/add_to_wishlist-options.php:190
647
- #: plugin-options/wishlist_page-options.php:279
648
- #: plugin-options/wishlist_page-options.php:368
649
- #: plugin-options/wishlist_page-options.php:417
650
- #: plugin-options/wishlist_page-options.php:465
651
- #: plugin-options/wishlist_page-options.php:552
652
- #: plugin-options/wishlist_page-options.php:592
653
- #: plugin-options/wishlist_page-options.php:632
654
- #: plugin-options/wishlist_page-options.php:672
655
- #: plugin-options/wishlist_page-options.php:712
656
  msgid "Background"
657
  msgstr "Tło"
658
 
659
- #: plugin-options/add_to_wishlist-options.php:195
660
- #: plugin-options/wishlist_page-options.php:284
661
- #: plugin-options/wishlist_page-options.php:373
662
- #: plugin-options/wishlist_page-options.php:422
663
- #: plugin-options/wishlist_page-options.php:470
664
- #: plugin-options/wishlist_page-options.php:507
665
  msgid "Text"
666
  msgstr "Tekst"
667
 
668
- #: plugin-options/add_to_wishlist-options.php:200
669
- #: plugin-options/wishlist_page-options.php:289
670
- #: plugin-options/wishlist_page-options.php:378
671
- #: plugin-options/wishlist_page-options.php:427
672
- #: plugin-options/wishlist_page-options.php:475
673
  msgid "Border"
674
  msgstr "Ramka"
675
 
676
- #: plugin-options/add_to_wishlist-options.php:206
677
  msgid "Choose colors for the \"Add to wishlist\" button on hover state"
678
  msgstr ""
679
 
680
- #: plugin-options/add_to_wishlist-options.php:208
681
- #: plugin-options/wishlist_page-options.php:297
682
- #: plugin-options/wishlist_page-options.php:386
683
- #: plugin-options/wishlist_page-options.php:435
684
  msgid "Background Hover"
685
  msgstr ""
686
 
687
- #: plugin-options/add_to_wishlist-options.php:213
688
- #: plugin-options/wishlist_page-options.php:302
689
- #: plugin-options/wishlist_page-options.php:391
690
- #: plugin-options/wishlist_page-options.php:440
691
  msgid "Text Hover"
692
  msgstr ""
693
 
694
- #: plugin-options/add_to_wishlist-options.php:218
695
- #: plugin-options/wishlist_page-options.php:307
696
- #: plugin-options/wishlist_page-options.php:396
697
- #: plugin-options/wishlist_page-options.php:445
698
  msgid "Border Hover"
699
  msgstr ""
700
 
701
- #: plugin-options/add_to_wishlist-options.php:231
702
- #: plugin-options/wishlist_page-options.php:320
703
  msgid "Border radius"
704
  msgstr ""
705
 
706
- #: plugin-options/add_to_wishlist-options.php:232
707
  msgid "Choose radius for the \"Add to wishlist\" button"
708
  msgstr ""
709
 
710
- #: plugin-options/add_to_wishlist-options.php:246
711
  msgid "\"Add to wishlist\" icon"
712
  msgstr ""
713
 
714
- #: plugin-options/add_to_wishlist-options.php:247
715
  msgid "Select an icon for the \"Add to wishlist\" button (optional)"
716
  msgstr ""
717
 
718
- #: plugin-options/add_to_wishlist-options.php:257
719
  msgid "\"Add to wishlist\" custom icon"
720
  msgstr ""
721
 
722
- #: plugin-options/add_to_wishlist-options.php:258
723
- #: plugin-options/add_to_wishlist-options.php:282
724
  msgid ""
725
  "Upload an icon you'd like to use for \"Add to wishlist\" button (suggested "
726
  "32px x 32px)"
727
  msgstr ""
728
 
729
- #: plugin-options/add_to_wishlist-options.php:270
730
  msgid "\"Added to wishlist\" icon"
731
  msgstr ""
732
 
733
- #: plugin-options/add_to_wishlist-options.php:271
734
  msgid "Select an icon for the \"Added to wishlist\" button (optional)"
735
  msgstr ""
736
 
737
- #: plugin-options/add_to_wishlist-options.php:277
738
  msgid "Same used for Add to wishlist"
739
  msgstr ""
740
 
741
- #: plugin-options/add_to_wishlist-options.php:281
742
  msgid "\"Added to wishlist\" custom icon"
743
  msgstr ""
744
 
745
- #: plugin-options/add_to_wishlist-options.php:294
746
  msgid "Custom CSS"
747
  msgstr "Własny CSS"
748
 
749
- #: plugin-options/add_to_wishlist-options.php:295
750
  msgid "Enter custom CSS to be applied to Wishlist elements (optional)"
751
  msgstr ""
752
 
753
- #: plugin-options/lists-options.php:34
754
  msgid "Search list"
755
  msgstr ""
756
 
757
- #. translators: 1. Anchor to Frequently Bought Together landing page on
758
- #. yithemes.com.
759
- #: plugin-options/settings-options.php:19
760
- msgid ""
761
- "If you want to take advantage of this feature, you could consider purchasing "
762
- "the %s."
763
- msgstr ""
764
-
765
- #: plugin-options/settings-options.php:34
766
  msgid "Enable AJAX loading"
767
  msgstr ""
768
 
769
- #: plugin-options/settings-options.php:35
770
  msgid "Load any cacheable wishlist item via AJAX"
771
  msgstr ""
772
 
773
- #: plugin-options/settings-options.php:48
774
  msgid "YITH WooCommerce Frequently Bought Together Integration"
775
  msgstr ""
776
 
777
- #. translators: 1. Url to Frequently Bought Together landing page on
778
- #. yithemes.com.
779
- #: plugin-options/settings-options.php:51
780
- msgid ""
781
- "In order to use this integration you have to install and activate YITH "
782
- "WooCommerce Frequently Bought Together. <a href=\"%s\">Learn more</a>"
783
- msgstr ""
784
-
785
- #: plugin-options/settings-options.php:56
786
  msgid "Enable slider in wishlist"
787
  msgstr ""
788
 
789
- #. translators: 1. Example image of the integration. 2. CTA to buy Frequently
790
- #. Bought Together.
791
- #: plugin-options/settings-options.php:58
792
  msgid ""
793
  "Enable the slider with linked products on the Wishlist page (<a href=\"%1$s"
794
- "\" class=\"thickbox\">Example</a>). %2$s"
795
  msgstr ""
796
 
797
- #: plugin-options/wishlist_page-options.php:19
798
- msgid "All your wishlists"
799
- msgstr ""
800
-
801
- #: plugin-options/wishlist_page-options.php:26
802
  msgid "Wishlist page"
803
  msgstr ""
804
 
805
- #: plugin-options/wishlist_page-options.php:27
806
  msgid ""
807
  "Pick a page as the main Wishlist page; make sure you add the <span class="
808
  "\"code\"><code>[yith_wcwl_wishlist]</code></span> shortcode into the page "
809
  "content"
810
  msgstr ""
811
 
812
- #: plugin-options/wishlist_page-options.php:40
813
  msgid "Wishlist Detail Page"
814
  msgstr ""
815
 
816
- #: plugin-options/wishlist_page-options.php:47
817
  #: plugin-options/wishlist_page-options.php:56
818
  #: plugin-options/wishlist_page-options.php:65
819
  #: plugin-options/wishlist_page-options.php:74
820
  #: plugin-options/wishlist_page-options.php:83
821
  #: plugin-options/wishlist_page-options.php:92
822
  #: plugin-options/wishlist_page-options.php:101
 
823
  msgid "In wishlist table show"
824
  msgstr ""
825
 
826
- #: plugin-options/wishlist_page-options.php:48
827
  msgid "Product variations selected by the user (example: size or color)"
828
  msgstr ""
829
 
830
- #: plugin-options/wishlist_page-options.php:57
831
  msgid "Product price"
832
  msgstr ""
833
 
834
- #: plugin-options/wishlist_page-options.php:66
835
  msgid "Product stock (show if the product is available or not)"
836
  msgstr ""
837
 
838
- #: plugin-options/wishlist_page-options.php:75
839
  msgid "Date on which the product was added to the wishlist"
840
  msgstr ""
841
 
842
- #: plugin-options/wishlist_page-options.php:84
843
  msgid "Add to cart option for each product"
844
  msgstr ""
845
 
846
- #: plugin-options/wishlist_page-options.php:93
847
  msgid ""
848
  "Icon to remove the product from the wishlist - to the left of the product"
849
  msgstr ""
850
 
851
- #: plugin-options/wishlist_page-options.php:102
852
  msgid ""
853
  "Button to remove the product from the wishlist - to the right of the product"
854
  msgstr ""
855
 
856
- #: plugin-options/wishlist_page-options.php:110
857
  msgid "Redirect to cart"
858
  msgstr "Przekieruj do koszyka"
859
 
860
- #: plugin-options/wishlist_page-options.php:111
861
  msgid ""
862
  "Redirect users to the cart page when they add a product to the cart from the "
863
  "wishlist page"
864
  msgstr ""
865
 
866
- #: plugin-options/wishlist_page-options.php:119
867
  msgid "Remove if added to the cart"
868
  msgstr "Usuń jeśli dodane do koszyka"
869
 
870
- #: plugin-options/wishlist_page-options.php:120
871
  msgid ""
872
  "Remove the product from the wishlist after it has been added to the cart"
873
  msgstr ""
874
 
875
- #: plugin-options/wishlist_page-options.php:128
876
  msgid "Share wishlist"
877
  msgstr ""
878
 
879
- #: plugin-options/wishlist_page-options.php:129
880
  msgid "Enable this option to let users share their wishlist on social media"
881
  msgstr ""
882
 
883
- #: plugin-options/wishlist_page-options.php:137
884
  #: plugin-options/wishlist_page-options.php:146
885
  #: plugin-options/wishlist_page-options.php:155
886
  #: plugin-options/wishlist_page-options.php:164
887
  #: plugin-options/wishlist_page-options.php:173
 
888
  msgid "Share on social media"
889
  msgstr ""
890
 
891
- #: plugin-options/wishlist_page-options.php:165
892
  msgid "Share by email"
893
  msgstr ""
894
 
895
- #: plugin-options/wishlist_page-options.php:182
896
  msgid "Share by URL"
897
  msgstr ""
898
 
899
- #: plugin-options/wishlist_page-options.php:183
900
  msgid "Show \"Share URL\" field on wishlist page"
901
  msgstr ""
902
 
903
- #: plugin-options/wishlist_page-options.php:191
904
  msgid "Sharing title"
905
  msgstr ""
906
 
907
- #: plugin-options/wishlist_page-options.php:192
908
  msgid "Wishlist title used for sharing (only used on Twitter and Pinterest)"
909
  msgstr ""
910
 
911
  #. translators: 1. Blog name.
912
- #: plugin-options/wishlist_page-options.php:195
913
  msgid "My wishlist on %s"
914
  msgstr "Moja lista życzeń: %s"
915
 
916
- #: plugin-options/wishlist_page-options.php:200
917
  msgid "Social text"
918
  msgstr ""
919
 
920
- #: plugin-options/wishlist_page-options.php:201
921
  msgid ""
922
  "Type the message you want to publish when you share your wishlist on Twitter "
923
  "and Pinterest"
924
  msgstr ""
925
 
926
- #: plugin-options/wishlist_page-options.php:209
927
  msgid "Social image URL"
928
  msgstr ""
929
 
930
- #: plugin-options/wishlist_page-options.php:210
931
  msgid "It will be used to pin the wishlist on Pinterest."
932
  msgstr ""
933
 
934
- #: plugin-options/wishlist_page-options.php:229
935
  msgid "Default wishlist name"
936
  msgstr ""
937
 
938
- #: plugin-options/wishlist_page-options.php:230
939
  msgid ""
940
  "Enter a name for the default wishlist. This is the wishlist that will be "
941
  "automatically generated for all users if they do not create any custom one"
942
  msgstr ""
943
 
944
- #: plugin-options/wishlist_page-options.php:232
945
  #, fuzzy
946
  msgid "My wishlist"
947
  msgstr "Moja lista życzeń: %s"
948
 
949
- #: plugin-options/wishlist_page-options.php:237
950
  msgid "\"Add to cart\" text"
951
  msgstr ""
952
 
953
- #: plugin-options/wishlist_page-options.php:238
954
  msgid "Enter a text for the \"Add to cart\" button"
955
  msgstr ""
956
 
957
- #: plugin-options/wishlist_page-options.php:250
958
  msgid "Style & color customization"
959
  msgstr ""
960
 
961
- #: plugin-options/wishlist_page-options.php:257
962
  msgid "Style of \"Add to cart\""
963
  msgstr ""
964
 
965
- #: plugin-options/wishlist_page-options.php:258
966
  msgid "Choose whether to show a textual \"Add to cart\" link or a button"
967
  msgstr ""
968
 
969
- #: plugin-options/wishlist_page-options.php:271
970
  msgid "\"Add to cart\" button style"
971
  msgstr ""
972
 
973
- #: plugin-options/wishlist_page-options.php:277
974
  msgid "Choose the colors for the \"Add to cart\" button"
975
  msgstr ""
976
 
977
- #: plugin-options/wishlist_page-options.php:295
978
  msgid "Choose colors for the \"Add to cart\" button on hover state"
979
  msgstr ""
980
 
981
- #: plugin-options/wishlist_page-options.php:321
982
  msgid "Set the radius for the \"Add to cart\" button"
983
  msgstr ""
984
 
985
- #: plugin-options/wishlist_page-options.php:335
986
  msgid "\"Add to cart\" icon"
987
  msgstr ""
988
 
989
- #: plugin-options/wishlist_page-options.php:336
990
  msgid "Select an icon for the \"Add to cart\" button (optional)"
991
  msgstr ""
992
 
993
- #: plugin-options/wishlist_page-options.php:351
994
  msgid "\"Add to cart\" custom icon"
995
  msgstr ""
996
 
997
- #: plugin-options/wishlist_page-options.php:352
998
  msgid ""
999
  "Upload an icon you'd like to use for the \"Add to cart\" button (suggested "
1000
  "32px x 32px)"
1001
  msgstr ""
1002
 
1003
- #: plugin-options/wishlist_page-options.php:360
1004
  msgid "Primary button style"
1005
  msgstr ""
1006
 
1007
- #: plugin-options/wishlist_page-options.php:366
1008
  msgid ""
1009
  "Choose colors for the primary button<br/><small>This style will be applied "
1010
  "to \"Edit title\" button on Wishlist view, \"Submit Changes\" button on "
1011
  "Manage view and \"Search wishlist\" button on Search view</small>"
1012
  msgstr ""
1013
 
1014
- #: plugin-options/wishlist_page-options.php:384
1015
  msgid ""
1016
  "Choose colors for the primary button on hover state<br/><small>This style "
1017
  "will be applied to \"Edit title\" button on Wishlist view, \"Submit Changes"
@@ -1019,326 +996,326 @@ msgid ""
1019
  "small>"
1020
  msgstr ""
1021
 
1022
- #: plugin-options/wishlist_page-options.php:409
1023
  msgid "Secondary button style"
1024
  msgstr ""
1025
 
1026
- #: plugin-options/wishlist_page-options.php:415
1027
  #: plugin-options/wishlist_page-options.php:433
 
1028
  msgid ""
1029
  "Choose colors of the secondary button<br/><small>This style will be applied "
1030
  "to the buttons that allow showing and hiding the Edit title form on Wishlist "
1031
  "view and \"Create new Wishlist\" button on Manage view</small>"
1032
  msgstr ""
1033
 
1034
- #: plugin-options/wishlist_page-options.php:458
1035
  msgid "Wishlist table style"
1036
  msgstr ""
1037
 
1038
- #: plugin-options/wishlist_page-options.php:459
1039
  msgid ""
1040
  "Choose the colors for the wishlist table (when set to \"Traditional\" layout)"
1041
  msgstr ""
1042
 
1043
- #: plugin-options/wishlist_page-options.php:487
1044
  msgid "Highlight color"
1045
  msgstr ""
1046
 
1047
- #: plugin-options/wishlist_page-options.php:488
1048
  msgid ""
1049
  "Choose the color for all sections with background<br/><small>This color will "
1050
  "be used as background for the wishlist table heading and footer (when set to "
1051
  "\"Traditional\" layout), and for various form across wishlist views</small>"
1052
  msgstr ""
1053
 
1054
- #: plugin-options/wishlist_page-options.php:500
1055
  msgid "Share button text color"
1056
  msgstr ""
1057
 
1058
- #: plugin-options/wishlist_page-options.php:501
1059
  msgid "Choose colors for share buttons text"
1060
  msgstr ""
1061
 
1062
- #: plugin-options/wishlist_page-options.php:512
1063
  msgid "Text hover"
1064
  msgstr ""
1065
 
1066
- #: plugin-options/wishlist_page-options.php:525
1067
  msgid "Facebook share button icon"
1068
  msgstr ""
1069
 
1070
- #: plugin-options/wishlist_page-options.php:526
1071
  msgid "Select an icon for the Facebook share button"
1072
  msgstr ""
1073
 
1074
- #: plugin-options/wishlist_page-options.php:536
1075
  msgid "Facebook share button custom icon"
1076
  msgstr ""
1077
 
1078
- #: plugin-options/wishlist_page-options.php:537
1079
  msgid ""
1080
  "Upload an icon you'd like to use for Facebook share button (suggested 32px x "
1081
  "32px)"
1082
  msgstr ""
1083
 
1084
- #: plugin-options/wishlist_page-options.php:545
1085
  msgid "Facebook share button style"
1086
  msgstr ""
1087
 
1088
- #: plugin-options/wishlist_page-options.php:546
1089
  msgid "Choose colors for Facebook share button"
1090
  msgstr ""
1091
 
1092
- #: plugin-options/wishlist_page-options.php:557
1093
- #: plugin-options/wishlist_page-options.php:597
1094
- #: plugin-options/wishlist_page-options.php:637
1095
- #: plugin-options/wishlist_page-options.php:677
1096
- #: plugin-options/wishlist_page-options.php:717
1097
  msgid "Background hover"
1098
  msgstr ""
1099
 
1100
- #: plugin-options/wishlist_page-options.php:565
1101
  msgid "Twitter share button icon"
1102
  msgstr ""
1103
 
1104
- #: plugin-options/wishlist_page-options.php:566
1105
  msgid "Select an icon for the Twitter share button"
1106
  msgstr ""
1107
 
1108
- #: plugin-options/wishlist_page-options.php:576
1109
  msgid "Twitter share button custom icon"
1110
  msgstr ""
1111
 
1112
- #: plugin-options/wishlist_page-options.php:577
1113
  msgid ""
1114
  "Upload an icon you'd like to use for Twitter share button (suggested 32px x "
1115
  "32px)"
1116
  msgstr ""
1117
 
1118
- #: plugin-options/wishlist_page-options.php:585
1119
  msgid "Twitter share button style"
1120
  msgstr ""
1121
 
1122
- #: plugin-options/wishlist_page-options.php:586
1123
  msgid "Choose colors for Twitter share button"
1124
  msgstr ""
1125
 
1126
- #: plugin-options/wishlist_page-options.php:605
1127
  msgid "Pinterest share button icon"
1128
  msgstr ""
1129
 
1130
- #: plugin-options/wishlist_page-options.php:606
1131
  msgid "Select an icon for the Pinterest share button"
1132
  msgstr ""
1133
 
1134
- #: plugin-options/wishlist_page-options.php:616
1135
  msgid "Pinterest share button custom icon"
1136
  msgstr ""
1137
 
1138
- #: plugin-options/wishlist_page-options.php:617
1139
  msgid ""
1140
  "Upload an icon you'd like to use for Pinterest share button (suggested 32px "
1141
  "x 32px)"
1142
  msgstr ""
1143
 
1144
- #: plugin-options/wishlist_page-options.php:625
1145
  msgid "Pinterest share button style"
1146
  msgstr ""
1147
 
1148
- #: plugin-options/wishlist_page-options.php:626
1149
  msgid "Choose colors for Pinterest share button"
1150
  msgstr ""
1151
 
1152
- #: plugin-options/wishlist_page-options.php:645
1153
  msgid "Email share button icon"
1154
  msgstr ""
1155
 
1156
- #: plugin-options/wishlist_page-options.php:646
1157
  msgid "Select an icon for the Email share button"
1158
  msgstr ""
1159
 
1160
- #: plugin-options/wishlist_page-options.php:656
1161
  msgid "Email share button custom icon"
1162
  msgstr ""
1163
 
1164
- #: plugin-options/wishlist_page-options.php:657
1165
  msgid ""
1166
  "Upload an icon you'd like to use for the Email share button (suggested 32px "
1167
  "x 32px)"
1168
  msgstr ""
1169
 
1170
- #: plugin-options/wishlist_page-options.php:665
1171
  msgid "Email share button style"
1172
  msgstr ""
1173
 
1174
- #: plugin-options/wishlist_page-options.php:666
1175
  msgid "Choose colors for the Email share button"
1176
  msgstr ""
1177
 
1178
- #: plugin-options/wishlist_page-options.php:685
1179
  msgid "WhatsApp share button icon"
1180
  msgstr ""
1181
 
1182
- #: plugin-options/wishlist_page-options.php:686
1183
  msgid "Select an icon for the WhatsApp share button"
1184
  msgstr ""
1185
 
1186
- #: plugin-options/wishlist_page-options.php:696
1187
  msgid "WhatsApp share button custom icon"
1188
  msgstr ""
1189
 
1190
- #: plugin-options/wishlist_page-options.php:697
1191
  msgid ""
1192
  "Upload an icon you'd like to use for WhatsApp share button (suggested 32px x "
1193
  "32px)"
1194
  msgstr ""
1195
 
1196
- #: plugin-options/wishlist_page-options.php:705
1197
  msgid "WhatsApp share button style"
1198
  msgstr ""
1199
 
1200
- #: plugin-options/wishlist_page-options.php:706
1201
  msgid "Choose colors for WhatsApp share button"
1202
  msgstr ""
1203
 
1204
- #: templates/share.php:51 templates/share.php:52
1205
  msgid "Facebook"
1206
  msgstr "Facebook"
1207
 
1208
- #: templates/share.php:59 templates/share.php:60
1209
  msgid "Twitter"
1210
  msgstr "Twitter"
1211
 
1212
- #: templates/share.php:67 templates/share.php:68
1213
  msgid "Pinterest"
1214
  msgstr "Pinterest"
1215
 
1216
- #: templates/share.php:75 templates/share.php:76
1217
  msgid "Email"
1218
  msgstr "Adres mailowy"
1219
 
1220
- #: templates/share.php:83
1221
  msgid "WhatsApp"
1222
  msgstr ""
1223
 
1224
- #: templates/share.php:84
1225
  msgid "Whatsapp"
1226
  msgstr ""
1227
 
1228
- #: templates/share.php:93
1229
  msgid "(Now"
1230
  msgstr ""
1231
 
1232
- #: templates/share.php:93
1233
  msgid "copy"
1234
  msgstr ""
1235
 
1236
- #: templates/share.php:93
1237
  msgid "this wishlist link and share it anywhere)"
1238
  msgstr ""
1239
 
1240
- #: templates/wishlist-view-footer-mobile.php:44
1241
- #: templates/wishlist-view-footer.php:44
1242
  msgid "Apply this action to all the selected items:"
1243
  msgstr ""
1244
 
1245
- #: templates/wishlist-view-footer-mobile.php:49
1246
- #: templates/wishlist-view-footer.php:49
1247
  msgid "Remove from wishlist"
1248
  msgstr ""
1249
 
1250
  #. translators: 1. Wishlist formatted name.
1251
- #: templates/wishlist-view-footer-mobile.php:67
1252
- #: templates/wishlist-view-footer.php:67
1253
  msgid "Move to %s"
1254
  msgstr ""
1255
 
1256
- #: templates/wishlist-view-footer-mobile.php:73
1257
- #: templates/wishlist-view-footer.php:73
1258
  msgid "Apply"
1259
  msgstr ""
1260
 
1261
- #: templates/wishlist-view-footer-mobile.php:81
1262
- #: templates/wishlist-view-footer.php:81
1263
  msgid "Update"
1264
  msgstr ""
1265
 
1266
- #: templates/wishlist-view-footer-mobile.php:87
1267
- #: templates/wishlist-view-footer.php:103
1268
  msgid "Add all to cart"
1269
  msgstr ""
1270
 
1271
- #: templates/wishlist-view-header.php:48
1272
  msgid "Edit title"
1273
  msgstr "Edytuj tytuł"
1274
 
1275
- #: templates/wishlist-view-mobile.php:134
1276
  msgid "Added on:"
1277
  msgstr ""
1278
 
1279
- #: templates/wishlist-view-mobile.php:145
1280
  msgid "Price:"
1281
  msgstr ""
1282
 
1283
- #: templates/wishlist-view-mobile.php:172
1284
  msgid "Quantity:"
1285
  msgstr ""
1286
 
1287
- #: templates/wishlist-view-mobile.php:187
1288
  msgid "Stock:"
1289
  msgstr ""
1290
 
1291
- #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1292
  msgid "Out of stock"
1293
  msgstr ""
1294
 
1295
- #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1296
  msgid "In Stock"
1297
  msgstr "Dostępny"
1298
 
1299
- #: templates/wishlist-view-mobile.php:210 templates/wishlist-view.php:260
1300
  msgid "Move"
1301
  msgstr "Przenieś"
1302
 
1303
- #: templates/wishlist-view-mobile.php:231 templates/wishlist-view.php:281
1304
  msgid "Move to another list &rsaquo;"
1305
  msgstr ""
1306
 
1307
- #: templates/wishlist-view-mobile.php:239 templates/wishlist-view.php:155
1308
- #: templates/wishlist-view.php:291
1309
  msgid "Remove this product"
1310
  msgstr "Usuń"
1311
 
1312
- #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:311
1313
  msgid "No products added to the wishlist"
1314
  msgstr ""
1315
 
1316
- #: templates/wishlist-view.php:79
1317
  msgid "Product name"
1318
  msgstr ""
1319
 
1320
- #: templates/wishlist-view.php:87
1321
  msgid "Unit price"
1322
  msgstr ""
1323
 
1324
- #: templates/wishlist-view.php:96
1325
  msgid "Quantity"
1326
  msgstr ""
1327
 
1328
- #: templates/wishlist-view.php:105
1329
  msgid "Stock status"
1330
  msgstr ""
1331
 
1332
- #: templates/wishlist-view.php:123
1333
  msgid "Arrange"
1334
  msgstr ""
1335
 
1336
  #. translators: date added label: 1 date added.
1337
- #: templates/wishlist-view.php:241
1338
  msgid "Added on: %s"
1339
  msgstr ""
1340
 
1341
- #: templates/wishlist-view.php:291
1342
  msgid "Remove"
1343
  msgstr "Usuń"
1344
 
@@ -1351,7 +1328,7 @@ msgid ""
1351
  "your e-commerce on <strong>YITH</strong></a>"
1352
  msgstr ""
1353
 
1354
- #: includes/class-yith-wcwl-admin.php:259
1355
  msgctxt "[HELP TAB] Video title"
1356
  msgid ""
1357
  "Check this video to learn how to <b>configure wishlist and customize options:"
@@ -1363,7 +1340,7 @@ msgctxt "page_slug"
1363
  msgid "wishlist"
1364
  msgstr ""
1365
 
1366
- #: includes/class-yith-wcwl-privacy.php:230
1367
  msgctxt "date when wishlist was created"
1368
  msgid "Created on"
1369
  msgstr ""
@@ -1389,7 +1366,7 @@ msgid "Shows a list of products in wishlist"
1389
  msgstr ""
1390
 
1391
  #. translators: 1. % of reduction/increase in price.
1392
- #: includes/class-yith-wcwl-wishlist-item.php:435
1393
  msgctxt ""
1394
  "Part of the template that shows price variation since addition to list; "
1395
  "placeholder will be replaced with a percentage"
@@ -1397,7 +1374,7 @@ msgid "Price is %1$s%%"
1397
  msgstr ""
1398
 
1399
  #. translators: 2: original product price.
1400
- #: includes/class-yith-wcwl-wishlist-item.php:437
1401
  msgctxt ""
1402
  "Part of the template that shows price variation since addition to list; "
1403
  "placeholder will be replaced with a price"
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
+ "POT-Creation-Date: 2022-08-04 12:20:46+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:06+0200\n"
10
  "Last-Translator: \n"
11
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
29
  msgid "Wishlist Page"
30
  msgstr "Obserwowane"
31
 
32
+ #: includes/class-yith-wcwl-admin.php:155
33
  msgid "General settings"
34
  msgstr ""
35
 
36
+ #: includes/class-yith-wcwl-admin.php:156
37
  msgid "Add to wishlist options"
38
  msgstr ""
39
 
40
+ #: includes/class-yith-wcwl-admin.php:157
41
  msgid "Wishlist page options"
42
  msgstr ""
43
 
44
+ #: includes/class-yith-wcwl-admin.php:268
45
  msgid ""
46
  "Allows your customers to create and share lists of products that they want "
47
  "to purchase on your e-commerce."
48
  msgstr ""
49
 
50
+ #: includes/class-yith-wcwl-admin.php:308
51
  msgid ""
52
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
53
  msgstr ""
54
 
55
+ #: includes/class-yith-wcwl-admin.php:309
56
  msgid ""
57
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
58
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
59
  "on \"Add to wishlist\""
60
  msgstr ""
61
 
62
+ #: includes/class-yith-wcwl-admin.php:310
63
  msgid ""
64
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
65
  "them either public (visible to everyone), private or shared (visible only to "
66
  "people it has been shared with)"
67
  msgstr ""
68
 
69
+ #: includes/class-yith-wcwl-admin.php:311
70
  msgid ""
71
  "Choose between <b>different layouts</b> for the wishlist page and for the "
72
  "wishlist content"
73
  msgstr ""
74
 
75
+ #: includes/class-yith-wcwl-admin.php:312
76
  msgid ""
77
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
78
  "move a product from one wishlist to another, change order of items, "
79
  "quantity, etc."
80
  msgstr ""
81
 
82
+ #: includes/class-yith-wcwl-admin.php:313
83
  msgid ""
84
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
85
  "content of their wishlist to the admin and get a custom quote"
86
  msgstr ""
87
 
88
+ #: includes/class-yith-wcwl-admin.php:314
89
  msgid ""
90
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
91
  "(available also with \"mini-cart\" style for the header)"
92
  msgstr ""
93
 
94
+ #: includes/class-yith-wcwl-admin.php:315
95
  msgid ""
96
+ "<b>Send promotional emails to users</b> who have added specific products to "
 
97
  "their wishlist"
98
  msgstr ""
99
 
100
+ #: includes/class-yith-wcwl-admin.php:316
101
  msgid ""
102
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
103
  "the list is back in stock or on sale"
104
  msgstr ""
105
 
106
+ #: includes/class-yith-wcwl-admin.php:317
107
  msgid "Regular updates, Translations and Premium Support"
108
  msgstr ""
109
 
110
+ #: includes/class-yith-wcwl-ajax-handler.php:94
111
+ #: templates/add-to-wishlist-remove.php:81
112
  msgid "View &rsaquo;"
113
  msgstr ""
114
 
115
+ #: includes/class-yith-wcwl-ajax-handler.php:95
116
+ #: templates/add-to-wishlist-remove.php:69
117
  msgid "or"
118
  msgstr ""
119
 
120
+ #: includes/class-yith-wcwl-ajax-handler.php:96
121
  msgid "Close"
122
  msgstr ""
123
 
124
+ #: includes/class-yith-wcwl-ajax-handler.php:203
125
+ #: includes/class-yith-wcwl-ajax-handler.php:252
126
  msgid "Product successfully removed."
127
  msgstr "Produkt został usunięty."
128
 
129
+ #: includes/class-yith-wcwl-form-handler.php:193
130
  msgid "Please, make sure to enter a valid title"
131
  msgstr ""
132
 
133
+ #: includes/class-yith-wcwl-frontend.php:674
134
  msgid ""
135
  "We are sorry, but this feature is available only if cookies on your browser "
136
  "are enabled."
137
  msgstr ""
138
 
139
+ #: includes/class-yith-wcwl-frontend.php:684
140
  msgid "Product added to cart successfully"
141
  msgstr ""
142
 
143
+ #: includes/class-yith-wcwl-frontend.php:947
144
+ #: includes/class-yith-wcwl-shortcode.php:248
145
+ #: plugin-options/wishlist_page-options.php:249
146
+ #: templates/wishlist-view-footer-mobile.php:59
147
+ #: templates/wishlist-view-footer.php:59
148
  msgid "Add to cart"
149
  msgstr ""
150
 
192
  "for the products you love."
193
  msgstr ""
194
 
195
+ #: includes/class-yith-wcwl-privacy.php:94
196
+ #: includes/class-yith-wcwl-privacy.php:110
197
  msgid "Customer wishlists"
198
  msgstr ""
199
 
200
+ #: includes/class-yith-wcwl-privacy.php:147 plugin-options/lists-options.php:34
201
+ #: plugin-options/lists-options.php:41
202
  msgid "Wishlists"
203
  msgstr "Obserwowane"
204
 
205
  #. Translators: %s Order number.
206
+ #: includes/class-yith-wcwl-privacy.php:233
207
  msgid "Removed wishlist %s."
208
  msgstr "Moja lista życzeń: %s"
209
 
210
  #. Translators: %s Order number.
211
+ #: includes/class-yith-wcwl-privacy.php:237
212
  msgid "Wishlist %s has been retained."
213
  msgstr ""
214
 
215
+ #: includes/class-yith-wcwl-privacy.php:272
216
  msgid "Token"
217
  msgstr ""
218
 
219
+ #: includes/class-yith-wcwl-privacy.php:273
220
  msgid "Wishlist URL"
221
  msgstr ""
222
 
223
+ #: includes/class-yith-wcwl-privacy.php:274
224
  msgid "Title"
225
  msgstr ""
226
 
227
+ #: includes/class-yith-wcwl-privacy.php:276
228
  msgid "Visibility"
229
  msgstr ""
230
 
231
+ #: includes/class-yith-wcwl-privacy.php:277
232
  msgid "Items added"
233
  msgstr ""
234
 
295
  msgid "ID of the wishlist to show (e.g. K6EOWXB888ZD)"
296
  msgstr ""
297
 
298
+ #: includes/class-yith-wcwl-shortcode.php:452
299
  msgid "Share on:"
300
  msgstr "Udostępnij na:"
301
 
302
+ #: includes/class-yith-wcwl-shortcode.php:498
303
+ #: plugin-options/wishlist_page-options.php:147
304
  msgid "Share on Facebook"
305
  msgstr "Udostępnij na Facebooku"
306
 
307
+ #: includes/class-yith-wcwl-shortcode.php:515
308
+ #: plugin-options/wishlist_page-options.php:156
309
  msgid "Tweet on Twitter"
310
  msgstr "Poleć na Twitterze"
311
 
312
+ #: includes/class-yith-wcwl-shortcode.php:533
313
+ #: plugin-options/wishlist_page-options.php:165
314
  msgid "Pin on Pinterest"
315
  msgstr "Poleć na Pintereście"
316
 
317
+ #: includes/class-yith-wcwl-shortcode.php:547
318
  msgid "Share via email"
319
  msgstr ""
320
 
321
+ #: includes/class-yith-wcwl-shortcode.php:570
322
+ #: plugin-options/wishlist_page-options.php:183
323
  msgid "Share on WhatsApp"
324
  msgstr ""
325
 
326
+ #: includes/class-yith-wcwl-shortcode.php:744
327
  msgid "Remove from list"
328
  msgstr ""
329
 
330
+ #: includes/class-yith-wcwl-wishlist-item.php:203
331
  msgid "Free!"
332
  msgstr "Darmowe!"
333
 
334
+ #: includes/class-yith-wcwl.php:232
335
  msgid "The item cannot be added to this wishlist"
336
  msgstr ""
337
 
338
+ #: includes/class-yith-wcwl.php:236 includes/class-yith-wcwl.php:242
339
  msgid "An error occurred while adding the products to the wishlist."
340
  msgstr ""
341
 
342
+ #: includes/class-yith-wcwl.php:339 includes/class-yith-wcwl.php:365
343
  msgid "Error. Unable to remove the product from the wishlist."
344
  msgstr "Błąd. Nie można usunąć produktu z listy życzeń."
345
 
346
+ #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:250
347
+ #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:272
348
  msgid "Invalid wishlist."
349
  msgstr ""
350
 
351
+ #: includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:210
352
  msgid "Invalid wishlist item."
353
  msgstr ""
354
 
355
  #. translators: 1. Number of users.
356
+ #: includes/functions-yith-wcwl.php:309
357
  msgid "%d user"
358
  msgid_plural "%d users"
359
  msgstr[0] ""
360
  msgstr[1] ""
361
  msgstr[2] ""
362
 
363
+ #: includes/functions-yith-wcwl.php:310
364
  msgid "has this item in wishlist"
365
  msgid_plural "have this item in wishlist"
366
  msgstr[0] ""
367
  msgstr[1] ""
368
  msgstr[2] ""
369
 
370
+ #: includes/functions-yith-wcwl.php:312
371
  msgid "You're the first"
372
  msgstr ""
373
 
374
+ #: includes/functions-yith-wcwl.php:313
375
  msgid "to add this item in wishlist"
376
  msgstr ""
377
 
378
  #. translators: 1. Count of users when many, or "another" when only one.
379
+ #: includes/functions-yith-wcwl.php:317
380
  msgid "You and %s user"
381
  msgid_plural "You and %d users"
382
  msgstr[0] ""
383
  msgstr[1] ""
384
  msgstr[2] ""
385
 
386
+ #: includes/functions-yith-wcwl.php:317
387
  msgid "another"
388
  msgstr ""
389
 
390
+ #: includes/functions-yith-wcwl.php:318
391
  msgid "have this item in wishlist"
392
  msgstr ""
393
 
394
+ #: includes/functions-yith-wcwl.php:534
395
  msgid "None"
396
  msgstr ""
397
 
398
+ #: includes/functions-yith-wcwl.php:535
399
  #, fuzzy
400
  msgid "Custom"
401
  msgstr "Własny CSS"
402
 
403
+ #: includes/functions-yith-wcwl.php:567
404
  msgid "Shared"
405
  msgstr "Udostępniony"
406
 
407
+ #: includes/functions-yith-wcwl.php:571
408
  msgid "Only people with a link to this list can see it"
409
  msgstr ""
410
 
411
+ #: includes/functions-yith-wcwl.php:577
412
  msgid "Private"
413
  msgstr "Prywatny"
414
 
415
+ #: includes/functions-yith-wcwl.php:581
416
  msgid "Only you can see this list"
417
  msgstr ""
418
 
419
+ #: includes/functions-yith-wcwl.php:587
420
  msgid "Public"
421
  msgstr "Publiczny"
422
 
423
+ #: includes/functions-yith-wcwl.php:591
424
  msgid "Anyone can search for and see this list"
425
  msgstr ""
426
 
427
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:118
428
+ #: plugin-options/add_to_wishlist-options.php:136
429
  msgid "Add to wishlist"
430
  msgstr ""
431
 
432
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:128
433
+ #: plugin-options/add_to_wishlist-options.php:152
434
  msgid "Browse wishlist"
435
  msgstr ""
436
 
442
  msgid "Product added to wishlist"
443
  msgstr ""
444
 
445
+ #: init.php:173
446
  msgid "is enabled but not effective. It requires WooCommerce to work."
447
  msgstr ""
448
 
449
+ #: init.php:191
450
+ msgid ""
451
+ "YITH WooCommerce Wishlist was deactivated as you're running an higher tier "
452
+ "version of the same plugin."
 
 
453
  msgstr ""
454
 
455
+ #: plugin-options/add_to_wishlist-options.php:29
456
+ #: plugin-options/settings-options.php:32
457
  msgid "General Settings"
458
  msgstr "Ustawienia ogólne"
459
 
460
+ #: plugin-options/add_to_wishlist-options.php:36
461
  msgid "After product is added to wishlist"
462
  msgstr ""
463
 
464
+ #: plugin-options/add_to_wishlist-options.php:37
465
  msgid ""
466
  "Choose the look of the Wishlist button when the product has already been "
467
  "added to a wishlist"
468
  msgstr ""
469
 
470
+ #: plugin-options/add_to_wishlist-options.php:41
471
  msgid "Show \"Add to wishlist\" button"
472
  msgstr ""
473
 
474
+ #: plugin-options/add_to_wishlist-options.php:42
475
  msgid "Show \"View wishlist\" link"
476
  msgstr ""
477
 
478
+ #: plugin-options/add_to_wishlist-options.php:43
479
  msgid "Show \"Remove from list\" link"
480
  msgstr ""
481
 
482
+ #: plugin-options/add_to_wishlist-options.php:57
483
  msgid "Loop settings"
484
  msgstr ""
485
 
486
+ #: plugin-options/add_to_wishlist-options.php:59
487
  msgid ""
488
  "Loop options will be visible on Shop page, category pages, product "
489
  "shortcodes, products sliders, and all the other places where the WooCommerce "
490
  "products' loop is used"
491
  msgstr ""
492
 
493
+ #: plugin-options/add_to_wishlist-options.php:64
494
  msgid "Show \"Add to wishlist\" in loop"
495
  msgstr ""
496
 
497
+ #: plugin-options/add_to_wishlist-options.php:65
498
  msgid "Enable the \"Add to wishlist\" feature in WooCommerce products' loop"
499
  msgstr ""
500
 
501
+ #: plugin-options/add_to_wishlist-options.php:73
502
  msgid "Position of \"Add to wishlist\" in loop"
503
  msgstr ""
504
 
505
+ #: plugin-options/add_to_wishlist-options.php:74
506
  msgid ""
507
  "Choose where to show \"Add to wishlist\" button or link in WooCommerce "
508
  "products' loop. <span class=\"addon\">Copy this shortcode <span class=\"code"
510
  "want to show the \"Add to wishlist\" link or button</span>"
511
  msgstr ""
512
 
513
+ #: plugin-options/add_to_wishlist-options.php:81
514
  msgid "On top of the image"
515
  msgstr ""
516
 
517
+ #: plugin-options/add_to_wishlist-options.php:82
518
  msgid "Before \"Add to cart\" button"
519
  msgstr ""
520
 
521
+ #: plugin-options/add_to_wishlist-options.php:83
522
  msgid "After \"Add to cart\" button"
523
  msgstr ""
524
 
525
+ #: plugin-options/add_to_wishlist-options.php:84
526
+ #: plugin-options/add_to_wishlist-options.php:116
527
  msgid "Use shortcode"
528
  msgstr "Użyj shortcode"
529
 
530
+ #: plugin-options/add_to_wishlist-options.php:98
531
  msgid "Product page settings"
532
  msgstr ""
533
 
534
+ #: plugin-options/add_to_wishlist-options.php:105
535
  msgid "Position of \"Add to wishlist\" on product page"
536
  msgstr ""
537
 
538
+ #: plugin-options/add_to_wishlist-options.php:106
539
  msgid ""
540
  "Choose where to show \"Add to wishlist\" button or link on the product page. "
541
  "<span class=\"addon\">Copy this shortcode <span class=\"code"
543
  "want to show the \"Add to wishlist\" link or button</span>"
544
  msgstr ""
545
 
546
+ #: plugin-options/add_to_wishlist-options.php:113
547
  msgid "After \"Add to cart\""
548
  msgstr ""
549
 
550
+ #: plugin-options/add_to_wishlist-options.php:114
551
  msgid "After thumbnails"
552
  msgstr "Za miniaturami"
553
 
554
+ #: plugin-options/add_to_wishlist-options.php:115
555
  msgid "After summary"
556
  msgstr "Po podsumowaniu"
557
 
558
+ #: plugin-options/add_to_wishlist-options.php:126
559
+ #: plugin-options/wishlist_page-options.php:231
560
  msgid "Text customization"
561
  msgstr ""
562
 
563
+ #: plugin-options/add_to_wishlist-options.php:133
564
  msgid "\"Add to wishlist\" text"
565
  msgstr ""
566
 
567
+ #: plugin-options/add_to_wishlist-options.php:134
568
  msgid "Enter a text for \"Add to wishlist\" button"
569
  msgstr ""
570
 
571
+ #: plugin-options/add_to_wishlist-options.php:141
572
  msgid "\"Product added\" text"
573
  msgstr ""
574
 
575
+ #: plugin-options/add_to_wishlist-options.php:142
576
  msgid ""
577
  "Enter the text of the message displayed when the user adds a product to the "
578
  "wishlist"
579
  msgstr ""
580
 
581
+ #: plugin-options/add_to_wishlist-options.php:144
582
  msgid "Product added!"
583
  msgstr ""
584
 
585
+ #: plugin-options/add_to_wishlist-options.php:149
586
  msgid "\"Browse wishlist\" text"
587
  msgstr ""
588
 
589
+ #: plugin-options/add_to_wishlist-options.php:150
590
  msgid "Enter a text for the \"Browse wishlist\" link on the product page"
591
  msgstr ""
592
 
593
+ #: plugin-options/add_to_wishlist-options.php:157
594
  msgid "\"Product already in wishlist\" text"
595
  msgstr ""
596
 
597
+ #: plugin-options/add_to_wishlist-options.php:158
598
  msgid ""
599
  "Enter the text for the message displayed when the user views a product that "
600
  "is already in the wishlist"
601
  msgstr ""
602
 
603
+ #: plugin-options/add_to_wishlist-options.php:160
604
  msgid "The product is already in your wishlist!"
605
  msgstr ""
606
 
607
+ #: plugin-options/add_to_wishlist-options.php:170
608
  msgid "Style & Color customization"
609
  msgstr ""
610
 
611
+ #: plugin-options/add_to_wishlist-options.php:177
612
  msgid "Style of \"Add to wishlist\""
613
  msgstr ""
614
 
615
+ #: plugin-options/add_to_wishlist-options.php:178
616
  msgid ""
617
  "Choose if you want to show a textual \"Add to wishlist\" link or a button"
618
  msgstr ""
619
 
620
+ #: plugin-options/add_to_wishlist-options.php:181
621
+ #: plugin-options/wishlist_page-options.php:270
622
  msgid "Textual (anchor)"
623
  msgstr ""
624
 
625
+ #: plugin-options/add_to_wishlist-options.php:182
626
+ #: plugin-options/wishlist_page-options.php:271
627
  msgid "Button with theme style"
628
  msgstr ""
629
 
630
+ #: plugin-options/add_to_wishlist-options.php:183
631
+ #: plugin-options/wishlist_page-options.php:272
632
  msgid "Button with custom style"
633
  msgstr ""
634
 
635
+ #: plugin-options/add_to_wishlist-options.php:191
636
  msgid "\"Add to wishlist\" button style"
637
  msgstr ""
638
 
639
+ #: plugin-options/add_to_wishlist-options.php:197
640
  msgid "Choose colors for the \"Add to wishlist\" button"
641
  msgstr ""
642
 
643
+ #: plugin-options/add_to_wishlist-options.php:199
644
+ #: plugin-options/wishlist_page-options.php:288
645
+ #: plugin-options/wishlist_page-options.php:386
646
+ #: plugin-options/wishlist_page-options.php:435
647
+ #: plugin-options/wishlist_page-options.php:483
648
+ #: plugin-options/wishlist_page-options.php:570
649
+ #: plugin-options/wishlist_page-options.php:610
650
+ #: plugin-options/wishlist_page-options.php:650
651
+ #: plugin-options/wishlist_page-options.php:690
652
+ #: plugin-options/wishlist_page-options.php:730
653
  msgid "Background"
654
  msgstr "Tło"
655
 
656
+ #: plugin-options/add_to_wishlist-options.php:204
657
+ #: plugin-options/wishlist_page-options.php:293
658
+ #: plugin-options/wishlist_page-options.php:391
659
+ #: plugin-options/wishlist_page-options.php:440
660
+ #: plugin-options/wishlist_page-options.php:488
661
+ #: plugin-options/wishlist_page-options.php:525
662
  msgid "Text"
663
  msgstr "Tekst"
664
 
665
+ #: plugin-options/add_to_wishlist-options.php:209
666
+ #: plugin-options/wishlist_page-options.php:298
667
+ #: plugin-options/wishlist_page-options.php:396
668
+ #: plugin-options/wishlist_page-options.php:445
669
+ #: plugin-options/wishlist_page-options.php:493
670
  msgid "Border"
671
  msgstr "Ramka"
672
 
673
+ #: plugin-options/add_to_wishlist-options.php:215
674
  msgid "Choose colors for the \"Add to wishlist\" button on hover state"
675
  msgstr ""
676
 
677
+ #: plugin-options/add_to_wishlist-options.php:217
678
+ #: plugin-options/wishlist_page-options.php:306
679
+ #: plugin-options/wishlist_page-options.php:404
680
+ #: plugin-options/wishlist_page-options.php:453
681
  msgid "Background Hover"
682
  msgstr ""
683
 
684
+ #: plugin-options/add_to_wishlist-options.php:222
685
+ #: plugin-options/wishlist_page-options.php:311
686
+ #: plugin-options/wishlist_page-options.php:409
687
+ #: plugin-options/wishlist_page-options.php:458
688
  msgid "Text Hover"
689
  msgstr ""
690
 
691
+ #: plugin-options/add_to_wishlist-options.php:227
692
+ #: plugin-options/wishlist_page-options.php:316
693
+ #: plugin-options/wishlist_page-options.php:414
694
+ #: plugin-options/wishlist_page-options.php:463
695
  msgid "Border Hover"
696
  msgstr ""
697
 
698
+ #: plugin-options/add_to_wishlist-options.php:240
699
+ #: plugin-options/wishlist_page-options.php:329
700
  msgid "Border radius"
701
  msgstr ""
702
 
703
+ #: plugin-options/add_to_wishlist-options.php:241
704
  msgid "Choose radius for the \"Add to wishlist\" button"
705
  msgstr ""
706
 
707
+ #: plugin-options/add_to_wishlist-options.php:255
708
  msgid "\"Add to wishlist\" icon"
709
  msgstr ""
710
 
711
+ #: plugin-options/add_to_wishlist-options.php:256
712
  msgid "Select an icon for the \"Add to wishlist\" button (optional)"
713
  msgstr ""
714
 
715
+ #: plugin-options/add_to_wishlist-options.php:275
716
  msgid "\"Add to wishlist\" custom icon"
717
  msgstr ""
718
 
719
+ #: plugin-options/add_to_wishlist-options.php:276
720
+ #: plugin-options/add_to_wishlist-options.php:309
721
  msgid ""
722
  "Upload an icon you'd like to use for \"Add to wishlist\" button (suggested "
723
  "32px x 32px)"
724
  msgstr ""
725
 
726
+ #: plugin-options/add_to_wishlist-options.php:288
727
  msgid "\"Added to wishlist\" icon"
728
  msgstr ""
729
 
730
+ #: plugin-options/add_to_wishlist-options.php:289
731
  msgid "Select an icon for the \"Added to wishlist\" button (optional)"
732
  msgstr ""
733
 
734
+ #: plugin-options/add_to_wishlist-options.php:304
735
  msgid "Same used for Add to wishlist"
736
  msgstr ""
737
 
738
+ #: plugin-options/add_to_wishlist-options.php:308
739
  msgid "\"Added to wishlist\" custom icon"
740
  msgstr ""
741
 
742
+ #: plugin-options/add_to_wishlist-options.php:321
743
  msgid "Custom CSS"
744
  msgstr "Własny CSS"
745
 
746
+ #: plugin-options/add_to_wishlist-options.php:322
747
  msgid "Enter custom CSS to be applied to Wishlist elements (optional)"
748
  msgstr ""
749
 
750
+ #: plugin-options/lists-options.php:43
751
  msgid "Search list"
752
  msgstr ""
753
 
754
+ #: plugin-options/settings-options.php:39
 
 
 
 
 
 
 
 
755
  msgid "Enable AJAX loading"
756
  msgstr ""
757
 
758
+ #: plugin-options/settings-options.php:40
759
  msgid "Load any cacheable wishlist item via AJAX"
760
  msgstr ""
761
 
762
+ #: plugin-options/settings-options.php:54
763
  msgid "YITH WooCommerce Frequently Bought Together Integration"
764
  msgstr ""
765
 
766
+ #: plugin-options/settings-options.php:60
 
 
 
 
 
 
 
 
767
  msgid "Enable slider in wishlist"
768
  msgstr ""
769
 
770
+ #. translators: 1. Example image of the integration.
771
+ #: plugin-options/settings-options.php:62
 
772
  msgid ""
773
  "Enable the slider with linked products on the Wishlist page (<a href=\"%1$s"
774
+ "\" class=\"thickbox\">Example</a>)."
775
  msgstr ""
776
 
777
+ #: plugin-options/wishlist_page-options.php:28
778
+ #: plugin-options/wishlist_page-options.php:35
 
 
 
779
  msgid "Wishlist page"
780
  msgstr ""
781
 
782
+ #: plugin-options/wishlist_page-options.php:36
783
  msgid ""
784
  "Pick a page as the main Wishlist page; make sure you add the <span class="
785
  "\"code\"><code>[yith_wcwl_wishlist]</code></span> shortcode into the page "
786
  "content"
787
  msgstr ""
788
 
789
+ #: plugin-options/wishlist_page-options.php:49
790
  msgid "Wishlist Detail Page"
791
  msgstr ""
792
 
 
793
  #: plugin-options/wishlist_page-options.php:56
794
  #: plugin-options/wishlist_page-options.php:65
795
  #: plugin-options/wishlist_page-options.php:74
796
  #: plugin-options/wishlist_page-options.php:83
797
  #: plugin-options/wishlist_page-options.php:92
798
  #: plugin-options/wishlist_page-options.php:101
799
+ #: plugin-options/wishlist_page-options.php:110
800
  msgid "In wishlist table show"
801
  msgstr ""
802
 
803
+ #: plugin-options/wishlist_page-options.php:57
804
  msgid "Product variations selected by the user (example: size or color)"
805
  msgstr ""
806
 
807
+ #: plugin-options/wishlist_page-options.php:66
808
  msgid "Product price"
809
  msgstr ""
810
 
811
+ #: plugin-options/wishlist_page-options.php:75
812
  msgid "Product stock (show if the product is available or not)"
813
  msgstr ""
814
 
815
+ #: plugin-options/wishlist_page-options.php:84
816
  msgid "Date on which the product was added to the wishlist"
817
  msgstr ""
818
 
819
+ #: plugin-options/wishlist_page-options.php:93
820
  msgid "Add to cart option for each product"
821
  msgstr ""
822
 
823
+ #: plugin-options/wishlist_page-options.php:102
824
  msgid ""
825
  "Icon to remove the product from the wishlist - to the left of the product"
826
  msgstr ""
827
 
828
+ #: plugin-options/wishlist_page-options.php:111
829
  msgid ""
830
  "Button to remove the product from the wishlist - to the right of the product"
831
  msgstr ""
832
 
833
+ #: plugin-options/wishlist_page-options.php:119
834
  msgid "Redirect to cart"
835
  msgstr "Przekieruj do koszyka"
836
 
837
+ #: plugin-options/wishlist_page-options.php:120
838
  msgid ""
839
  "Redirect users to the cart page when they add a product to the cart from the "
840
  "wishlist page"
841
  msgstr ""
842
 
843
+ #: plugin-options/wishlist_page-options.php:128
844
  msgid "Remove if added to the cart"
845
  msgstr "Usuń jeśli dodane do koszyka"
846
 
847
+ #: plugin-options/wishlist_page-options.php:129
848
  msgid ""
849
  "Remove the product from the wishlist after it has been added to the cart"
850
  msgstr ""
851
 
852
+ #: plugin-options/wishlist_page-options.php:137
853
  msgid "Share wishlist"
854
  msgstr ""
855
 
856
+ #: plugin-options/wishlist_page-options.php:138
857
  msgid "Enable this option to let users share their wishlist on social media"
858
  msgstr ""
859
 
 
860
  #: plugin-options/wishlist_page-options.php:146
861
  #: plugin-options/wishlist_page-options.php:155
862
  #: plugin-options/wishlist_page-options.php:164
863
  #: plugin-options/wishlist_page-options.php:173
864
+ #: plugin-options/wishlist_page-options.php:182
865
  msgid "Share on social media"
866
  msgstr ""
867
 
868
+ #: plugin-options/wishlist_page-options.php:174
869
  msgid "Share by email"
870
  msgstr ""
871
 
872
+ #: plugin-options/wishlist_page-options.php:191
873
  msgid "Share by URL"
874
  msgstr ""
875
 
876
+ #: plugin-options/wishlist_page-options.php:192
877
  msgid "Show \"Share URL\" field on wishlist page"
878
  msgstr ""
879
 
880
+ #: plugin-options/wishlist_page-options.php:200
881
  msgid "Sharing title"
882
  msgstr ""
883
 
884
+ #: plugin-options/wishlist_page-options.php:201
885
  msgid "Wishlist title used for sharing (only used on Twitter and Pinterest)"
886
  msgstr ""
887
 
888
  #. translators: 1. Blog name.
889
+ #: plugin-options/wishlist_page-options.php:204
890
  msgid "My wishlist on %s"
891
  msgstr "Moja lista życzeń: %s"
892
 
893
+ #: plugin-options/wishlist_page-options.php:209
894
  msgid "Social text"
895
  msgstr ""
896
 
897
+ #: plugin-options/wishlist_page-options.php:210
898
  msgid ""
899
  "Type the message you want to publish when you share your wishlist on Twitter "
900
  "and Pinterest"
901
  msgstr ""
902
 
903
+ #: plugin-options/wishlist_page-options.php:218
904
  msgid "Social image URL"
905
  msgstr ""
906
 
907
+ #: plugin-options/wishlist_page-options.php:219
908
  msgid "It will be used to pin the wishlist on Pinterest."
909
  msgstr ""
910
 
911
+ #: plugin-options/wishlist_page-options.php:238
912
  msgid "Default wishlist name"
913
  msgstr ""
914
 
915
+ #: plugin-options/wishlist_page-options.php:239
916
  msgid ""
917
  "Enter a name for the default wishlist. This is the wishlist that will be "
918
  "automatically generated for all users if they do not create any custom one"
919
  msgstr ""
920
 
921
+ #: plugin-options/wishlist_page-options.php:241
922
  #, fuzzy
923
  msgid "My wishlist"
924
  msgstr "Moja lista życzeń: %s"
925
 
926
+ #: plugin-options/wishlist_page-options.php:246
927
  msgid "\"Add to cart\" text"
928
  msgstr ""
929
 
930
+ #: plugin-options/wishlist_page-options.php:247
931
  msgid "Enter a text for the \"Add to cart\" button"
932
  msgstr ""
933
 
934
+ #: plugin-options/wishlist_page-options.php:259
935
  msgid "Style & color customization"
936
  msgstr ""
937
 
938
+ #: plugin-options/wishlist_page-options.php:266
939
  msgid "Style of \"Add to cart\""
940
  msgstr ""
941
 
942
+ #: plugin-options/wishlist_page-options.php:267
943
  msgid "Choose whether to show a textual \"Add to cart\" link or a button"
944
  msgstr ""
945
 
946
+ #: plugin-options/wishlist_page-options.php:280
947
  msgid "\"Add to cart\" button style"
948
  msgstr ""
949
 
950
+ #: plugin-options/wishlist_page-options.php:286
951
  msgid "Choose the colors for the \"Add to cart\" button"
952
  msgstr ""
953
 
954
+ #: plugin-options/wishlist_page-options.php:304
955
  msgid "Choose colors for the \"Add to cart\" button on hover state"
956
  msgstr ""
957
 
958
+ #: plugin-options/wishlist_page-options.php:330
959
  msgid "Set the radius for the \"Add to cart\" button"
960
  msgstr ""
961
 
962
+ #: plugin-options/wishlist_page-options.php:344
963
  msgid "\"Add to cart\" icon"
964
  msgstr ""
965
 
966
+ #: plugin-options/wishlist_page-options.php:345
967
  msgid "Select an icon for the \"Add to cart\" button (optional)"
968
  msgstr ""
969
 
970
+ #: plugin-options/wishlist_page-options.php:369
971
  msgid "\"Add to cart\" custom icon"
972
  msgstr ""
973
 
974
+ #: plugin-options/wishlist_page-options.php:370
975
  msgid ""
976
  "Upload an icon you'd like to use for the \"Add to cart\" button (suggested "
977
  "32px x 32px)"
978
  msgstr ""
979
 
980
+ #: plugin-options/wishlist_page-options.php:378
981
  msgid "Primary button style"
982
  msgstr ""
983
 
984
+ #: plugin-options/wishlist_page-options.php:384
985
  msgid ""
986
  "Choose colors for the primary button<br/><small>This style will be applied "
987
  "to \"Edit title\" button on Wishlist view, \"Submit Changes\" button on "
988
  "Manage view and \"Search wishlist\" button on Search view</small>"
989
  msgstr ""
990
 
991
+ #: plugin-options/wishlist_page-options.php:402
992
  msgid ""
993
  "Choose colors for the primary button on hover state<br/><small>This style "
994
  "will be applied to \"Edit title\" button on Wishlist view, \"Submit Changes"
996
  "small>"
997
  msgstr ""
998
 
999
+ #: plugin-options/wishlist_page-options.php:427
1000
  msgid "Secondary button style"
1001
  msgstr ""
1002
 
 
1003
  #: plugin-options/wishlist_page-options.php:433
1004
+ #: plugin-options/wishlist_page-options.php:451
1005
  msgid ""
1006
  "Choose colors of the secondary button<br/><small>This style will be applied "
1007
  "to the buttons that allow showing and hiding the Edit title form on Wishlist "
1008
  "view and \"Create new Wishlist\" button on Manage view</small>"
1009
  msgstr ""
1010
 
1011
+ #: plugin-options/wishlist_page-options.php:476
1012
  msgid "Wishlist table style"
1013
  msgstr ""
1014
 
1015
+ #: plugin-options/wishlist_page-options.php:477
1016
  msgid ""
1017
  "Choose the colors for the wishlist table (when set to \"Traditional\" layout)"
1018
  msgstr ""
1019
 
1020
+ #: plugin-options/wishlist_page-options.php:505
1021
  msgid "Highlight color"
1022
  msgstr ""
1023
 
1024
+ #: plugin-options/wishlist_page-options.php:506
1025
  msgid ""
1026
  "Choose the color for all sections with background<br/><small>This color will "
1027
  "be used as background for the wishlist table heading and footer (when set to "
1028
  "\"Traditional\" layout), and for various form across wishlist views</small>"
1029
  msgstr ""
1030
 
1031
+ #: plugin-options/wishlist_page-options.php:518
1032
  msgid "Share button text color"
1033
  msgstr ""
1034
 
1035
+ #: plugin-options/wishlist_page-options.php:519
1036
  msgid "Choose colors for share buttons text"
1037
  msgstr ""
1038
 
1039
+ #: plugin-options/wishlist_page-options.php:530
1040
  msgid "Text hover"
1041
  msgstr ""
1042
 
1043
+ #: plugin-options/wishlist_page-options.php:543
1044
  msgid "Facebook share button icon"
1045
  msgstr ""
1046
 
1047
+ #: plugin-options/wishlist_page-options.php:544
1048
  msgid "Select an icon for the Facebook share button"
1049
  msgstr ""
1050
 
1051
+ #: plugin-options/wishlist_page-options.php:554
1052
  msgid "Facebook share button custom icon"
1053
  msgstr ""
1054
 
1055
+ #: plugin-options/wishlist_page-options.php:555
1056
  msgid ""
1057
  "Upload an icon you'd like to use for Facebook share button (suggested 32px x "
1058
  "32px)"
1059
  msgstr ""
1060
 
1061
+ #: plugin-options/wishlist_page-options.php:563
1062
  msgid "Facebook share button style"
1063
  msgstr ""
1064
 
1065
+ #: plugin-options/wishlist_page-options.php:564
1066
  msgid "Choose colors for Facebook share button"
1067
  msgstr ""
1068
 
1069
+ #: plugin-options/wishlist_page-options.php:575
1070
+ #: plugin-options/wishlist_page-options.php:615
1071
+ #: plugin-options/wishlist_page-options.php:655
1072
+ #: plugin-options/wishlist_page-options.php:695
1073
+ #: plugin-options/wishlist_page-options.php:735
1074
  msgid "Background hover"
1075
  msgstr ""
1076
 
1077
+ #: plugin-options/wishlist_page-options.php:583
1078
  msgid "Twitter share button icon"
1079
  msgstr ""
1080
 
1081
+ #: plugin-options/wishlist_page-options.php:584
1082
  msgid "Select an icon for the Twitter share button"
1083
  msgstr ""
1084
 
1085
+ #: plugin-options/wishlist_page-options.php:594
1086
  msgid "Twitter share button custom icon"
1087
  msgstr ""
1088
 
1089
+ #: plugin-options/wishlist_page-options.php:595
1090
  msgid ""
1091
  "Upload an icon you'd like to use for Twitter share button (suggested 32px x "
1092
  "32px)"
1093
  msgstr ""
1094
 
1095
+ #: plugin-options/wishlist_page-options.php:603
1096
  msgid "Twitter share button style"
1097
  msgstr ""
1098
 
1099
+ #: plugin-options/wishlist_page-options.php:604
1100
  msgid "Choose colors for Twitter share button"
1101
  msgstr ""
1102
 
1103
+ #: plugin-options/wishlist_page-options.php:623
1104
  msgid "Pinterest share button icon"
1105
  msgstr ""
1106
 
1107
+ #: plugin-options/wishlist_page-options.php:624
1108
  msgid "Select an icon for the Pinterest share button"
1109
  msgstr ""
1110
 
1111
+ #: plugin-options/wishlist_page-options.php:634
1112
  msgid "Pinterest share button custom icon"
1113
  msgstr ""
1114
 
1115
+ #: plugin-options/wishlist_page-options.php:635
1116
  msgid ""
1117
  "Upload an icon you'd like to use for Pinterest share button (suggested 32px "
1118
  "x 32px)"
1119
  msgstr ""
1120
 
1121
+ #: plugin-options/wishlist_page-options.php:643
1122
  msgid "Pinterest share button style"
1123
  msgstr ""
1124
 
1125
+ #: plugin-options/wishlist_page-options.php:644
1126
  msgid "Choose colors for Pinterest share button"
1127
  msgstr ""
1128
 
1129
+ #: plugin-options/wishlist_page-options.php:663
1130
  msgid "Email share button icon"
1131
  msgstr ""
1132
 
1133
+ #: plugin-options/wishlist_page-options.php:664
1134
  msgid "Select an icon for the Email share button"
1135
  msgstr ""
1136
 
1137
+ #: plugin-options/wishlist_page-options.php:674
1138
  msgid "Email share button custom icon"
1139
  msgstr ""
1140
 
1141
+ #: plugin-options/wishlist_page-options.php:675
1142
  msgid ""
1143
  "Upload an icon you'd like to use for the Email share button (suggested 32px "
1144
  "x 32px)"
1145
  msgstr ""
1146
 
1147
+ #: plugin-options/wishlist_page-options.php:683
1148
  msgid "Email share button style"
1149
  msgstr ""
1150
 
1151
+ #: plugin-options/wishlist_page-options.php:684
1152
  msgid "Choose colors for the Email share button"
1153
  msgstr ""
1154
 
1155
+ #: plugin-options/wishlist_page-options.php:703
1156
  msgid "WhatsApp share button icon"
1157
  msgstr ""
1158
 
1159
+ #: plugin-options/wishlist_page-options.php:704
1160
  msgid "Select an icon for the WhatsApp share button"
1161
  msgstr ""
1162
 
1163
+ #: plugin-options/wishlist_page-options.php:714
1164
  msgid "WhatsApp share button custom icon"
1165
  msgstr ""
1166
 
1167
+ #: plugin-options/wishlist_page-options.php:715
1168
  msgid ""
1169
  "Upload an icon you'd like to use for WhatsApp share button (suggested 32px x "
1170
  "32px)"
1171
  msgstr ""
1172
 
1173
+ #: plugin-options/wishlist_page-options.php:723
1174
  msgid "WhatsApp share button style"
1175
  msgstr ""
1176
 
1177
+ #: plugin-options/wishlist_page-options.php:724
1178
  msgid "Choose colors for WhatsApp share button"
1179
  msgstr ""
1180
 
1181
+ #: templates/share.php:56 templates/share.php:57
1182
  msgid "Facebook"
1183
  msgstr "Facebook"
1184
 
1185
+ #: templates/share.php:64 templates/share.php:65
1186
  msgid "Twitter"
1187
  msgstr "Twitter"
1188
 
1189
+ #: templates/share.php:72 templates/share.php:73
1190
  msgid "Pinterest"
1191
  msgstr "Pinterest"
1192
 
1193
+ #: templates/share.php:102 templates/share.php:103
1194
  msgid "Email"
1195
  msgstr "Adres mailowy"
1196
 
1197
+ #: templates/share.php:110
1198
  msgid "WhatsApp"
1199
  msgstr ""
1200
 
1201
+ #: templates/share.php:111
1202
  msgid "Whatsapp"
1203
  msgstr ""
1204
 
1205
+ #: templates/share.php:120
1206
  msgid "(Now"
1207
  msgstr ""
1208
 
1209
+ #: templates/share.php:120
1210
  msgid "copy"
1211
  msgstr ""
1212
 
1213
+ #: templates/share.php:120
1214
  msgid "this wishlist link and share it anywhere)"
1215
  msgstr ""
1216
 
1217
+ #: templates/wishlist-view-footer-mobile.php:55
1218
+ #: templates/wishlist-view-footer.php:55
1219
  msgid "Apply this action to all the selected items:"
1220
  msgstr ""
1221
 
1222
+ #: templates/wishlist-view-footer-mobile.php:62
1223
+ #: templates/wishlist-view-footer.php:62
1224
  msgid "Remove from wishlist"
1225
  msgstr ""
1226
 
1227
  #. translators: 1. Wishlist formatted name.
1228
+ #: templates/wishlist-view-footer-mobile.php:80
1229
+ #: templates/wishlist-view-footer.php:80
1230
  msgid "Move to %s"
1231
  msgstr ""
1232
 
1233
+ #: templates/wishlist-view-footer-mobile.php:86
1234
+ #: templates/wishlist-view-footer.php:86
1235
  msgid "Apply"
1236
  msgstr ""
1237
 
1238
+ #: templates/wishlist-view-footer-mobile.php:94
1239
+ #: templates/wishlist-view-footer.php:94
1240
  msgid "Update"
1241
  msgstr ""
1242
 
1243
+ #: templates/wishlist-view-footer-mobile.php:100
1244
+ #: templates/wishlist-view-footer.php:138
1245
  msgid "Add all to cart"
1246
  msgstr ""
1247
 
1248
+ #: templates/wishlist-view-header.php:86
1249
  msgid "Edit title"
1250
  msgstr "Edytuj tytuł"
1251
 
1252
+ #: templates/wishlist-view-mobile.php:143
1253
  msgid "Added on:"
1254
  msgstr ""
1255
 
1256
+ #: templates/wishlist-view-mobile.php:154
1257
  msgid "Price:"
1258
  msgstr ""
1259
 
1260
+ #: templates/wishlist-view-mobile.php:181
1261
  msgid "Quantity:"
1262
  msgstr ""
1263
 
1264
+ #: templates/wishlist-view-mobile.php:196
1265
  msgid "Stock:"
1266
  msgstr ""
1267
 
1268
+ #: templates/wishlist-view-mobile.php:199 templates/wishlist-view.php:431
1269
  msgid "Out of stock"
1270
  msgstr ""
1271
 
1272
+ #: templates/wishlist-view-mobile.php:199 templates/wishlist-view.php:431
1273
  msgid "In Stock"
1274
  msgstr "Dostępny"
1275
 
1276
+ #: templates/wishlist-view-mobile.php:219 templates/wishlist-view.php:531
1277
  msgid "Move"
1278
  msgstr "Przenieś"
1279
 
1280
+ #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:562
1281
  msgid "Move to another list &rsaquo;"
1282
  msgstr ""
1283
 
1284
+ #: templates/wishlist-view-mobile.php:270 templates/wishlist-view.php:250
1285
+ #: templates/wishlist-view.php:594
1286
  msgid "Remove this product"
1287
  msgstr "Usuń"
1288
 
1289
+ #: templates/wishlist-view-mobile.php:291 templates/wishlist-view.php:636
1290
  msgid "No products added to the wishlist"
1291
  msgstr ""
1292
 
1293
+ #: templates/wishlist-view.php:102
1294
  msgid "Product name"
1295
  msgstr ""
1296
 
1297
+ #: templates/wishlist-view.php:122
1298
  msgid "Unit price"
1299
  msgstr ""
1300
 
1301
+ #: templates/wishlist-view.php:143
1302
  msgid "Quantity"
1303
  msgstr ""
1304
 
1305
+ #: templates/wishlist-view.php:164
1306
  msgid "Stock status"
1307
  msgstr ""
1308
 
1309
+ #: templates/wishlist-view.php:206
1310
  msgid "Arrange"
1311
  msgstr ""
1312
 
1313
  #. translators: date added label: 1 date added.
1314
+ #: templates/wishlist-view.php:466
1315
  msgid "Added on: %s"
1316
  msgstr ""
1317
 
1318
+ #: templates/wishlist-view.php:594
1319
  msgid "Remove"
1320
  msgstr "Usuń"
1321
 
1328
  "your e-commerce on <strong>YITH</strong></a>"
1329
  msgstr ""
1330
 
1331
+ #: includes/class-yith-wcwl-admin.php:287
1332
  msgctxt "[HELP TAB] Video title"
1333
  msgid ""
1334
  "Check this video to learn how to <b>configure wishlist and customize options:"
1340
  msgid "wishlist"
1341
  msgstr ""
1342
 
1343
+ #: includes/class-yith-wcwl-privacy.php:275
1344
  msgctxt "date when wishlist was created"
1345
  msgid "Created on"
1346
  msgstr ""
1366
  msgstr ""
1367
 
1368
  #. translators: 1. % of reduction/increase in price.
1369
+ #: includes/class-yith-wcwl-wishlist-item.php:478
1370
  msgctxt ""
1371
  "Part of the template that shows price variation since addition to list; "
1372
  "placeholder will be replaced with a percentage"
1374
  msgstr ""
1375
 
1376
  #. translators: 2: original product price.
1377
+ #: includes/class-yith-wcwl-wishlist-item.php:480
1378
  msgctxt ""
1379
  "Part of the template that shows price variation since addition to list; "
1380
  "placeholder will be replaced with a price"
languages/yith-woocommerce-wishlist-pt_BR.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-pt_BR.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
- "POT-Creation-Date: 2022-06-19 14:16:05+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:06+0200\n"
10
  "Last-Translator: YIThemes <support@yithemes.com>\n"
11
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
@@ -28,123 +28,122 @@ msgstr ""
28
  msgid "Wishlist Page"
29
  msgstr "Lista de Desejos"
30
 
31
- #: includes/class-yith-wcwl-admin.php:146
32
  msgid "General settings"
33
  msgstr ""
34
 
35
- #: includes/class-yith-wcwl-admin.php:147
36
  msgid "Add to wishlist options"
37
  msgstr ""
38
 
39
- #: includes/class-yith-wcwl-admin.php:148
40
  msgid "Wishlist page options"
41
  msgstr ""
42
 
43
- #: includes/class-yith-wcwl-admin.php:249
44
  msgid ""
45
  "Allows your customers to create and share lists of products that they want "
46
  "to purchase on your e-commerce."
47
  msgstr ""
48
 
49
- #: includes/class-yith-wcwl-admin.php:280
50
  msgid ""
51
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
52
  msgstr ""
53
 
54
- #: includes/class-yith-wcwl-admin.php:281
55
  msgid ""
56
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
57
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
58
  "on \"Add to wishlist\""
59
  msgstr ""
60
 
61
- #: includes/class-yith-wcwl-admin.php:282
62
  msgid ""
63
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
64
  "them either public (visible to everyone), private or shared (visible only to "
65
  "people it has been shared with)"
66
  msgstr ""
67
 
68
- #: includes/class-yith-wcwl-admin.php:283
69
  msgid ""
70
  "Choose between <b>different layouts</b> for the wishlist page and for the "
71
  "wishlist content"
72
  msgstr ""
73
 
74
- #: includes/class-yith-wcwl-admin.php:284
75
  msgid ""
76
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
77
  "move a product from one wishlist to another, change order of items, "
78
  "quantity, etc."
79
  msgstr ""
80
 
81
- #: includes/class-yith-wcwl-admin.php:285
82
  msgid ""
83
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
84
  "content of their wishlist to the admin and get a custom quote"
85
  msgstr ""
86
 
87
- #: includes/class-yith-wcwl-admin.php:286
88
  msgid ""
89
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
90
  "(available also with \"mini-cart\" style for the header)"
91
  msgstr ""
92
 
93
- #: includes/class-yith-wcwl-admin.php:287
94
  msgid ""
95
- "View the most popular products added to the wishlist by your customers and "
96
- "<b>send promotional emails to users</b> who have added specific products to "
97
  "their wishlist"
98
  msgstr ""
99
 
100
- #: includes/class-yith-wcwl-admin.php:288
101
  msgid ""
102
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
103
  "the list is back in stock or on sale"
104
  msgstr ""
105
 
106
- #: includes/class-yith-wcwl-admin.php:289
107
  msgid "Regular updates, Translations and Premium Support"
108
  msgstr ""
109
 
110
- #: includes/class-yith-wcwl-ajax-handler.php:75
111
- #: templates/add-to-wishlist-remove.php:59
112
  msgid "View &rsaquo;"
113
  msgstr ""
114
 
115
- #: includes/class-yith-wcwl-ajax-handler.php:76
116
- #: templates/add-to-wishlist-remove.php:58
117
  msgid "or"
118
  msgstr ""
119
 
120
- #: includes/class-yith-wcwl-ajax-handler.php:77
121
  msgid "Close"
122
  msgstr ""
123
 
124
- #: includes/class-yith-wcwl-ajax-handler.php:155
125
- #: includes/class-yith-wcwl-ajax-handler.php:195
126
  msgid "Product successfully removed."
127
  msgstr "Produto removida com sucesso."
128
 
129
- #: includes/class-yith-wcwl-form-handler.php:156
130
  msgid "Please, make sure to enter a valid title"
131
  msgstr ""
132
 
133
- #: includes/class-yith-wcwl-frontend.php:552
134
  msgid ""
135
  "We are sorry, but this feature is available only if cookies on your browser "
136
  "are enabled."
137
  msgstr ""
138
 
139
- #: includes/class-yith-wcwl-frontend.php:553
140
  msgid "Product added to cart successfully"
141
  msgstr ""
142
 
143
- #: includes/class-yith-wcwl-frontend.php:816
144
- #: includes/class-yith-wcwl-shortcode.php:239
145
- #: plugin-options/wishlist_page-options.php:240
146
- #: templates/wishlist-view-footer-mobile.php:46
147
- #: templates/wishlist-view-footer.php:46
148
  msgid "Add to cart"
149
  msgstr ""
150
 
@@ -192,43 +191,43 @@ msgid ""
192
  "for the products you love."
193
  msgstr ""
194
 
195
- #: includes/class-yith-wcwl-privacy.php:84
196
- #: includes/class-yith-wcwl-privacy.php:100
197
  msgid "Customer wishlists"
198
  msgstr ""
199
 
200
- #: includes/class-yith-wcwl-privacy.php:137 plugin-options/lists-options.php:25
201
- #: plugin-options/lists-options.php:32
202
  msgid "Wishlists"
203
  msgstr "Lista de Desejos"
204
 
205
  #. Translators: %s Order number.
206
- #: includes/class-yith-wcwl-privacy.php:199
207
  msgid "Removed wishlist %s."
208
  msgstr "Minha lista de desejos em %s"
209
 
210
  #. Translators: %s Order number.
211
- #: includes/class-yith-wcwl-privacy.php:203
212
  msgid "Wishlist %s has been retained."
213
  msgstr "Texto da tabela de desejos"
214
 
215
- #: includes/class-yith-wcwl-privacy.php:227
216
  msgid "Token"
217
  msgstr ""
218
 
219
- #: includes/class-yith-wcwl-privacy.php:228
220
  msgid "Wishlist URL"
221
  msgstr ""
222
 
223
- #: includes/class-yith-wcwl-privacy.php:229
224
  msgid "Title"
225
  msgstr ""
226
 
227
- #: includes/class-yith-wcwl-privacy.php:231
228
  msgid "Visibility"
229
  msgstr ""
230
 
231
- #: includes/class-yith-wcwl-privacy.php:232
232
  msgid "Items added"
233
  msgstr ""
234
 
@@ -295,139 +294,139 @@ msgstr ""
295
  msgid "ID of the wishlist to show (e.g. K6EOWXB888ZD)"
296
  msgstr ""
297
 
298
- #: includes/class-yith-wcwl-shortcode.php:414
299
  msgid "Share on:"
300
  msgstr "Compartilhar em:"
301
 
302
- #: includes/class-yith-wcwl-shortcode.php:438
303
- #: plugin-options/wishlist_page-options.php:138
304
  msgid "Share on Facebook"
305
  msgstr "Compartilhar no Facebook"
306
 
307
- #: includes/class-yith-wcwl-shortcode.php:455
308
- #: plugin-options/wishlist_page-options.php:147
309
  msgid "Tweet on Twitter"
310
  msgstr "Tweetar no Twitter"
311
 
312
- #: includes/class-yith-wcwl-shortcode.php:473
313
- #: plugin-options/wishlist_page-options.php:156
314
  msgid "Pin on Pinterest"
315
  msgstr ""
316
 
317
- #: includes/class-yith-wcwl-shortcode.php:487
318
  msgid "Share via email"
319
  msgstr ""
320
 
321
- #: includes/class-yith-wcwl-shortcode.php:510
322
- #: plugin-options/wishlist_page-options.php:174
323
  msgid "Share on WhatsApp"
324
  msgstr ""
325
 
326
- #: includes/class-yith-wcwl-shortcode.php:621
327
  msgid "Remove from list"
328
  msgstr ""
329
 
330
- #: includes/class-yith-wcwl-wishlist-item.php:193
331
  msgid "Free!"
332
  msgstr ""
333
 
334
- #: includes/class-yith-wcwl.php:164
335
  msgid "The item cannot be added to this wishlist"
336
  msgstr ""
337
 
338
- #: includes/class-yith-wcwl.php:168 includes/class-yith-wcwl.php:174
339
  msgid "An error occurred while adding the products to the wishlist."
340
  msgstr ""
341
 
342
- #: includes/class-yith-wcwl.php:235 includes/class-yith-wcwl.php:241
343
  msgid "Error. Unable to remove the product from the wishlist."
344
  msgstr "Erro. Não foi possível remover o produto da lista de desejos."
345
 
346
- #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:152
347
- #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:174
348
  msgid "Invalid wishlist."
349
  msgstr ""
350
 
351
- #: includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:119
352
  msgid "Invalid wishlist item."
353
  msgstr ""
354
 
355
  #. translators: 1. Number of users.
356
- #: includes/functions-yith-wcwl.php:249
357
  msgid "%d user"
358
  msgid_plural "%d users"
359
  msgstr[0] ""
360
  msgstr[1] ""
361
 
362
- #: includes/functions-yith-wcwl.php:250
363
  msgid "has this item in wishlist"
364
  msgid_plural "have this item in wishlist"
365
  msgstr[0] ""
366
  msgstr[1] ""
367
 
368
- #: includes/functions-yith-wcwl.php:252
369
  msgid "You're the first"
370
  msgstr ""
371
 
372
- #: includes/functions-yith-wcwl.php:253
373
  msgid "to add this item in wishlist"
374
  msgstr ""
375
 
376
  #. translators: 1. Count of users when many, or "another" when only one.
377
- #: includes/functions-yith-wcwl.php:257
378
  msgid "You and %s user"
379
  msgid_plural "You and %d users"
380
  msgstr[0] ""
381
  msgstr[1] ""
382
 
383
- #: includes/functions-yith-wcwl.php:257
384
  msgid "another"
385
  msgstr ""
386
 
387
- #: includes/functions-yith-wcwl.php:258
388
  msgid "have this item in wishlist"
389
  msgstr ""
390
 
391
- #: includes/functions-yith-wcwl.php:425
392
  msgid "None"
393
  msgstr ""
394
 
395
- #: includes/functions-yith-wcwl.php:426
396
  #, fuzzy
397
  msgid "Custom"
398
  msgstr "CSS Customizado"
399
 
400
- #: includes/functions-yith-wcwl.php:447
401
  msgid "Shared"
402
  msgstr "Compartilhar em:"
403
 
404
- #: includes/functions-yith-wcwl.php:451
405
  msgid "Only people with a link to this list can see it"
406
  msgstr ""
407
 
408
- #: includes/functions-yith-wcwl.php:457
409
  msgid "Private"
410
  msgstr ""
411
 
412
- #: includes/functions-yith-wcwl.php:461
413
  msgid "Only you can see this list"
414
  msgstr ""
415
 
416
- #: includes/functions-yith-wcwl.php:467
417
  msgid "Public"
418
  msgstr ""
419
 
420
- #: includes/functions-yith-wcwl.php:471
421
  msgid "Anyone can search for and see this list"
422
  msgstr ""
423
 
424
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:118
425
- #: plugin-options/add_to_wishlist-options.php:127
426
  msgid "Add to wishlist"
427
  msgstr ""
428
 
429
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:128
430
- #: plugin-options/add_to_wishlist-options.php:143
431
  msgid "Browse wishlist"
432
  msgstr ""
433
 
@@ -441,70 +440,68 @@ msgstr "Produto já na lista de desejos."
441
  msgid "Product added to wishlist"
442
  msgstr "Produto já na lista de desejos."
443
 
444
- #: init.php:160
445
  msgid "is enabled but not effective. It requires WooCommerce to work."
446
  msgstr ""
447
 
448
- #: init.php:176
449
- msgid "You can't activate the free version of"
450
- msgstr ""
451
-
452
- #: init.php:176
453
- msgid "while you are using the premium one."
454
  msgstr ""
455
 
456
- #: plugin-options/add_to_wishlist-options.php:20
457
- #: plugin-options/settings-options.php:27
458
  msgid "General Settings"
459
  msgstr "Opções gerais"
460
 
461
- #: plugin-options/add_to_wishlist-options.php:27
462
  msgid "After product is added to wishlist"
463
  msgstr ""
464
 
465
- #: plugin-options/add_to_wishlist-options.php:28
466
  msgid ""
467
  "Choose the look of the Wishlist button when the product has already been "
468
  "added to a wishlist"
469
  msgstr ""
470
 
471
- #: plugin-options/add_to_wishlist-options.php:32
472
  #, fuzzy
473
  msgid "Show \"Add to wishlist\" button"
474
  msgstr "Produto já na lista de desejos."
475
 
476
- #: plugin-options/add_to_wishlist-options.php:33
477
  msgid "Show \"View wishlist\" link"
478
  msgstr ""
479
 
480
- #: plugin-options/add_to_wishlist-options.php:34
481
  msgid "Show \"Remove from list\" link"
482
  msgstr ""
483
 
484
- #: plugin-options/add_to_wishlist-options.php:48
485
  msgid "Loop settings"
486
  msgstr ""
487
 
488
- #: plugin-options/add_to_wishlist-options.php:50
489
  msgid ""
490
  "Loop options will be visible on Shop page, category pages, product "
491
  "shortcodes, products sliders, and all the other places where the WooCommerce "
492
  "products' loop is used"
493
  msgstr ""
494
 
495
- #: plugin-options/add_to_wishlist-options.php:55
496
  msgid "Show \"Add to wishlist\" in loop"
497
  msgstr ""
498
 
499
- #: plugin-options/add_to_wishlist-options.php:56
500
  msgid "Enable the \"Add to wishlist\" feature in WooCommerce products' loop"
501
  msgstr ""
502
 
503
- #: plugin-options/add_to_wishlist-options.php:64
504
  msgid "Position of \"Add to wishlist\" in loop"
505
  msgstr ""
506
 
507
- #: plugin-options/add_to_wishlist-options.php:65
508
  msgid ""
509
  "Choose where to show \"Add to wishlist\" button or link in WooCommerce "
510
  "products' loop. <span class=\"addon\">Copy this shortcode <span class=\"code"
@@ -512,32 +509,32 @@ msgid ""
512
  "want to show the \"Add to wishlist\" link or button</span>"
513
  msgstr ""
514
 
515
- #: plugin-options/add_to_wishlist-options.php:72
516
  msgid "On top of the image"
517
  msgstr ""
518
 
519
- #: plugin-options/add_to_wishlist-options.php:73
520
  msgid "Before \"Add to cart\" button"
521
  msgstr ""
522
 
523
- #: plugin-options/add_to_wishlist-options.php:74
524
  msgid "After \"Add to cart\" button"
525
  msgstr ""
526
 
527
- #: plugin-options/add_to_wishlist-options.php:75
528
- #: plugin-options/add_to_wishlist-options.php:107
529
  msgid "Use shortcode"
530
  msgstr "Usar shortcode"
531
 
532
- #: plugin-options/add_to_wishlist-options.php:89
533
  msgid "Product page settings"
534
  msgstr ""
535
 
536
- #: plugin-options/add_to_wishlist-options.php:96
537
  msgid "Position of \"Add to wishlist\" on product page"
538
  msgstr ""
539
 
540
- #: plugin-options/add_to_wishlist-options.php:97
541
  msgid ""
542
  "Choose where to show \"Add to wishlist\" button or link on the product page. "
543
  "<span class=\"addon\">Copy this shortcode <span class=\"code"
@@ -545,472 +542,452 @@ msgid ""
545
  "want to show the \"Add to wishlist\" link or button</span>"
546
  msgstr ""
547
 
548
- #: plugin-options/add_to_wishlist-options.php:104
549
  msgid "After \"Add to cart\""
550
  msgstr "Após \" Adicionar ao carrinho \""
551
 
552
- #: plugin-options/add_to_wishlist-options.php:105
553
  msgid "After thumbnails"
554
  msgstr "Após miniaturas"
555
 
556
- #: plugin-options/add_to_wishlist-options.php:106
557
  msgid "After summary"
558
  msgstr "Após sumário"
559
 
560
- #: plugin-options/add_to_wishlist-options.php:117
561
- #: plugin-options/wishlist_page-options.php:222
562
  msgid "Text customization"
563
  msgstr ""
564
 
565
- #: plugin-options/add_to_wishlist-options.php:124
566
  msgid "\"Add to wishlist\" text"
567
  msgstr ""
568
 
569
- #: plugin-options/add_to_wishlist-options.php:125
570
  msgid "Enter a text for \"Add to wishlist\" button"
571
  msgstr ""
572
 
573
- #: plugin-options/add_to_wishlist-options.php:132
574
  msgid "\"Product added\" text"
575
  msgstr "Produto adicionado!"
576
 
577
- #: plugin-options/add_to_wishlist-options.php:133
578
  msgid ""
579
  "Enter the text of the message displayed when the user adds a product to the "
580
  "wishlist"
581
  msgstr ""
582
 
583
- #: plugin-options/add_to_wishlist-options.php:135
584
  msgid "Product added!"
585
  msgstr "Produto adicionado!"
586
 
587
- #: plugin-options/add_to_wishlist-options.php:140
588
  msgid "\"Browse wishlist\" text"
589
  msgstr "Veja sua lista de desejos!"
590
 
591
- #: plugin-options/add_to_wishlist-options.php:141
592
  msgid "Enter a text for the \"Browse wishlist\" link on the product page"
593
  msgstr ""
594
 
595
- #: plugin-options/add_to_wishlist-options.php:148
596
  msgid "\"Product already in wishlist\" text"
597
  msgstr "Produto já na lista de desejos."
598
 
599
- #: plugin-options/add_to_wishlist-options.php:149
600
  msgid ""
601
  "Enter the text for the message displayed when the user views a product that "
602
  "is already in the wishlist"
603
  msgstr ""
604
 
605
- #: plugin-options/add_to_wishlist-options.php:151
606
  msgid "The product is already in your wishlist!"
607
  msgstr ""
608
 
609
- #: plugin-options/add_to_wishlist-options.php:161
610
  msgid "Style & Color customization"
611
  msgstr ""
612
 
613
- #: plugin-options/add_to_wishlist-options.php:168
614
  msgid "Style of \"Add to wishlist\""
615
  msgstr ""
616
 
617
- #: plugin-options/add_to_wishlist-options.php:169
618
  msgid ""
619
  "Choose if you want to show a textual \"Add to wishlist\" link or a button"
620
  msgstr ""
621
 
622
- #: plugin-options/add_to_wishlist-options.php:172
623
- #: plugin-options/wishlist_page-options.php:261
624
  msgid "Textual (anchor)"
625
  msgstr ""
626
 
627
- #: plugin-options/add_to_wishlist-options.php:173
628
- #: plugin-options/wishlist_page-options.php:262
629
  msgid "Button with theme style"
630
  msgstr ""
631
 
632
- #: plugin-options/add_to_wishlist-options.php:174
633
- #: plugin-options/wishlist_page-options.php:263
634
  msgid "Button with custom style"
635
  msgstr ""
636
 
637
- #: plugin-options/add_to_wishlist-options.php:182
638
  msgid "\"Add to wishlist\" button style"
639
  msgstr ""
640
 
641
- #: plugin-options/add_to_wishlist-options.php:188
642
  msgid "Choose colors for the \"Add to wishlist\" button"
643
  msgstr ""
644
 
645
- #: plugin-options/add_to_wishlist-options.php:190
646
- #: plugin-options/wishlist_page-options.php:279
647
- #: plugin-options/wishlist_page-options.php:368
648
- #: plugin-options/wishlist_page-options.php:417
649
- #: plugin-options/wishlist_page-options.php:465
650
- #: plugin-options/wishlist_page-options.php:552
651
- #: plugin-options/wishlist_page-options.php:592
652
- #: plugin-options/wishlist_page-options.php:632
653
- #: plugin-options/wishlist_page-options.php:672
654
- #: plugin-options/wishlist_page-options.php:712
655
  msgid "Background"
656
  msgstr ""
657
 
658
- #: plugin-options/add_to_wishlist-options.php:195
659
- #: plugin-options/wishlist_page-options.php:284
660
- #: plugin-options/wishlist_page-options.php:373
661
- #: plugin-options/wishlist_page-options.php:422
662
- #: plugin-options/wishlist_page-options.php:470
663
- #: plugin-options/wishlist_page-options.php:507
664
  msgid "Text"
665
  msgstr ""
666
 
667
- #: plugin-options/add_to_wishlist-options.php:200
668
- #: plugin-options/wishlist_page-options.php:289
669
- #: plugin-options/wishlist_page-options.php:378
670
- #: plugin-options/wishlist_page-options.php:427
671
- #: plugin-options/wishlist_page-options.php:475
672
  msgid "Border"
673
  msgstr ""
674
 
675
- #: plugin-options/add_to_wishlist-options.php:206
676
  msgid "Choose colors for the \"Add to wishlist\" button on hover state"
677
  msgstr ""
678
 
679
- #: plugin-options/add_to_wishlist-options.php:208
680
- #: plugin-options/wishlist_page-options.php:297
681
- #: plugin-options/wishlist_page-options.php:386
682
- #: plugin-options/wishlist_page-options.php:435
683
  msgid "Background Hover"
684
  msgstr ""
685
 
686
- #: plugin-options/add_to_wishlist-options.php:213
687
- #: plugin-options/wishlist_page-options.php:302
688
- #: plugin-options/wishlist_page-options.php:391
689
- #: plugin-options/wishlist_page-options.php:440
690
  msgid "Text Hover"
691
  msgstr ""
692
 
693
- #: plugin-options/add_to_wishlist-options.php:218
694
- #: plugin-options/wishlist_page-options.php:307
695
- #: plugin-options/wishlist_page-options.php:396
696
- #: plugin-options/wishlist_page-options.php:445
697
  msgid "Border Hover"
698
  msgstr ""
699
 
700
- #: plugin-options/add_to_wishlist-options.php:231
701
- #: plugin-options/wishlist_page-options.php:320
702
  msgid "Border radius"
703
  msgstr ""
704
 
705
- #: plugin-options/add_to_wishlist-options.php:232
706
  msgid "Choose radius for the \"Add to wishlist\" button"
707
  msgstr ""
708
 
709
- #: plugin-options/add_to_wishlist-options.php:246
710
  msgid "\"Add to wishlist\" icon"
711
  msgstr ""
712
 
713
- #: plugin-options/add_to_wishlist-options.php:247
714
  msgid "Select an icon for the \"Add to wishlist\" button (optional)"
715
  msgstr ""
716
 
717
- #: plugin-options/add_to_wishlist-options.php:257
718
  msgid "\"Add to wishlist\" custom icon"
719
  msgstr ""
720
 
721
- #: plugin-options/add_to_wishlist-options.php:258
722
- #: plugin-options/add_to_wishlist-options.php:282
723
  msgid ""
724
  "Upload an icon you'd like to use for \"Add to wishlist\" button (suggested "
725
  "32px x 32px)"
726
  msgstr ""
727
 
728
- #: plugin-options/add_to_wishlist-options.php:270
729
  msgid "\"Added to wishlist\" icon"
730
  msgstr ""
731
 
732
- #: plugin-options/add_to_wishlist-options.php:271
733
  msgid "Select an icon for the \"Added to wishlist\" button (optional)"
734
  msgstr ""
735
 
736
- #: plugin-options/add_to_wishlist-options.php:277
737
  msgid "Same used for Add to wishlist"
738
  msgstr ""
739
 
740
- #: plugin-options/add_to_wishlist-options.php:281
741
  msgid "\"Added to wishlist\" custom icon"
742
  msgstr ""
743
 
744
- #: plugin-options/add_to_wishlist-options.php:294
745
  msgid "Custom CSS"
746
  msgstr "CSS Customizado"
747
 
748
- #: plugin-options/add_to_wishlist-options.php:295
749
  msgid "Enter custom CSS to be applied to Wishlist elements (optional)"
750
  msgstr ""
751
 
752
- #: plugin-options/lists-options.php:34
753
  msgid "Search list"
754
  msgstr ""
755
 
756
- #. translators: 1. Anchor to Frequently Bought Together landing page on
757
- #. yithemes.com.
758
- #: plugin-options/settings-options.php:19
759
- msgid ""
760
- "If you want to take advantage of this feature, you could consider purchasing "
761
- "the %s."
762
- msgstr ""
763
-
764
- #: plugin-options/settings-options.php:34
765
  msgid "Enable AJAX loading"
766
  msgstr ""
767
 
768
- #: plugin-options/settings-options.php:35
769
  msgid "Load any cacheable wishlist item via AJAX"
770
  msgstr ""
771
 
772
- #: plugin-options/settings-options.php:48
773
  msgid "YITH WooCommerce Frequently Bought Together Integration"
774
  msgstr ""
775
 
776
- #. translators: 1. Url to Frequently Bought Together landing page on
777
- #. yithemes.com.
778
- #: plugin-options/settings-options.php:51
779
- msgid ""
780
- "In order to use this integration you have to install and activate YITH "
781
- "WooCommerce Frequently Bought Together. <a href=\"%s\">Learn more</a>"
782
- msgstr ""
783
-
784
- #: plugin-options/settings-options.php:56
785
  msgid "Enable slider in wishlist"
786
  msgstr ""
787
 
788
- #. translators: 1. Example image of the integration. 2. CTA to buy Frequently
789
- #. Bought Together.
790
- #: plugin-options/settings-options.php:58
791
  msgid ""
792
  "Enable the slider with linked products on the Wishlist page (<a href=\"%1$s"
793
- "\" class=\"thickbox\">Example</a>). %2$s"
794
  msgstr ""
795
 
796
- #: plugin-options/wishlist_page-options.php:19
797
- msgid "All your wishlists"
798
- msgstr ""
799
-
800
- #: plugin-options/wishlist_page-options.php:26
801
  msgid "Wishlist page"
802
  msgstr ""
803
 
804
- #: plugin-options/wishlist_page-options.php:27
805
  msgid ""
806
  "Pick a page as the main Wishlist page; make sure you add the <span class="
807
  "\"code\"><code>[yith_wcwl_wishlist]</code></span> shortcode into the page "
808
  "content"
809
  msgstr ""
810
 
811
- #: plugin-options/wishlist_page-options.php:40
812
  msgid "Wishlist Detail Page"
813
  msgstr ""
814
 
815
- #: plugin-options/wishlist_page-options.php:47
816
  #: plugin-options/wishlist_page-options.php:56
817
  #: plugin-options/wishlist_page-options.php:65
818
  #: plugin-options/wishlist_page-options.php:74
819
  #: plugin-options/wishlist_page-options.php:83
820
  #: plugin-options/wishlist_page-options.php:92
821
  #: plugin-options/wishlist_page-options.php:101
 
822
  msgid "In wishlist table show"
823
  msgstr ""
824
 
825
- #: plugin-options/wishlist_page-options.php:48
826
  msgid "Product variations selected by the user (example: size or color)"
827
  msgstr ""
828
 
829
- #: plugin-options/wishlist_page-options.php:57
830
  msgid "Product price"
831
  msgstr ""
832
 
833
- #: plugin-options/wishlist_page-options.php:66
834
  msgid "Product stock (show if the product is available or not)"
835
  msgstr ""
836
 
837
- #: plugin-options/wishlist_page-options.php:75
838
  msgid "Date on which the product was added to the wishlist"
839
  msgstr ""
840
 
841
- #: plugin-options/wishlist_page-options.php:84
842
  msgid "Add to cart option for each product"
843
  msgstr ""
844
 
845
- #: plugin-options/wishlist_page-options.php:93
846
  msgid ""
847
  "Icon to remove the product from the wishlist - to the left of the product"
848
  msgstr ""
849
 
850
- #: plugin-options/wishlist_page-options.php:102
851
  msgid ""
852
  "Button to remove the product from the wishlist - to the right of the product"
853
  msgstr ""
854
 
855
- #: plugin-options/wishlist_page-options.php:110
856
  msgid "Redirect to cart"
857
  msgstr "Redirecionar para o carrinho"
858
 
859
- #: plugin-options/wishlist_page-options.php:111
860
  msgid ""
861
  "Redirect users to the cart page when they add a product to the cart from the "
862
  "wishlist page"
863
  msgstr ""
864
 
865
- #: plugin-options/wishlist_page-options.php:119
866
  msgid "Remove if added to the cart"
867
  msgstr "Remover se adicionado ao carrinho"
868
 
869
- #: plugin-options/wishlist_page-options.php:120
870
  msgid ""
871
  "Remove the product from the wishlist after it has been added to the cart"
872
  msgstr ""
873
 
874
- #: plugin-options/wishlist_page-options.php:128
875
  msgid "Share wishlist"
876
  msgstr ""
877
 
878
- #: plugin-options/wishlist_page-options.php:129
879
  msgid "Enable this option to let users share their wishlist on social media"
880
  msgstr ""
881
 
882
- #: plugin-options/wishlist_page-options.php:137
883
  #: plugin-options/wishlist_page-options.php:146
884
  #: plugin-options/wishlist_page-options.php:155
885
  #: plugin-options/wishlist_page-options.php:164
886
  #: plugin-options/wishlist_page-options.php:173
 
887
  msgid "Share on social media"
888
  msgstr ""
889
 
890
- #: plugin-options/wishlist_page-options.php:165
891
  msgid "Share by email"
892
  msgstr ""
893
 
894
- #: plugin-options/wishlist_page-options.php:182
895
  msgid "Share by URL"
896
  msgstr ""
897
 
898
- #: plugin-options/wishlist_page-options.php:183
899
  msgid "Show \"Share URL\" field on wishlist page"
900
  msgstr ""
901
 
902
- #: plugin-options/wishlist_page-options.php:191
903
  msgid "Sharing title"
904
  msgstr ""
905
 
906
- #: plugin-options/wishlist_page-options.php:192
907
  msgid "Wishlist title used for sharing (only used on Twitter and Pinterest)"
908
  msgstr ""
909
 
910
  #. translators: 1. Blog name.
911
- #: plugin-options/wishlist_page-options.php:195
912
  msgid "My wishlist on %s"
913
  msgstr "Minha lista de desejos em %s"
914
 
915
- #: plugin-options/wishlist_page-options.php:200
916
  msgid "Social text"
917
  msgstr "Texto Mídias Sociais"
918
 
919
- #: plugin-options/wishlist_page-options.php:201
920
  msgid ""
921
  "Type the message you want to publish when you share your wishlist on Twitter "
922
  "and Pinterest"
923
  msgstr ""
924
 
925
- #: plugin-options/wishlist_page-options.php:209
926
  msgid "Social image URL"
927
  msgstr "Url para compartilhamento"
928
 
929
- #: plugin-options/wishlist_page-options.php:210
930
  msgid "It will be used to pin the wishlist on Pinterest."
931
  msgstr ""
932
 
933
- #: plugin-options/wishlist_page-options.php:229
934
  msgid "Default wishlist name"
935
  msgstr ""
936
 
937
- #: plugin-options/wishlist_page-options.php:230
938
  msgid ""
939
  "Enter a name for the default wishlist. This is the wishlist that will be "
940
  "automatically generated for all users if they do not create any custom one"
941
  msgstr ""
942
 
943
- #: plugin-options/wishlist_page-options.php:232
944
  #, fuzzy
945
  msgid "My wishlist"
946
  msgstr "Minha lista de desejos em %s"
947
 
948
- #: plugin-options/wishlist_page-options.php:237
949
  msgid "\"Add to cart\" text"
950
  msgstr ""
951
 
952
- #: plugin-options/wishlist_page-options.php:238
953
  msgid "Enter a text for the \"Add to cart\" button"
954
  msgstr ""
955
 
956
- #: plugin-options/wishlist_page-options.php:250
957
  msgid "Style & color customization"
958
  msgstr ""
959
 
960
- #: plugin-options/wishlist_page-options.php:257
961
  msgid "Style of \"Add to cart\""
962
  msgstr ""
963
 
964
- #: plugin-options/wishlist_page-options.php:258
965
  msgid "Choose whether to show a textual \"Add to cart\" link or a button"
966
  msgstr ""
967
 
968
- #: plugin-options/wishlist_page-options.php:271
969
  msgid "\"Add to cart\" button style"
970
  msgstr ""
971
 
972
- #: plugin-options/wishlist_page-options.php:277
973
  msgid "Choose the colors for the \"Add to cart\" button"
974
  msgstr ""
975
 
976
- #: plugin-options/wishlist_page-options.php:295
977
  msgid "Choose colors for the \"Add to cart\" button on hover state"
978
  msgstr ""
979
 
980
- #: plugin-options/wishlist_page-options.php:321
981
  msgid "Set the radius for the \"Add to cart\" button"
982
  msgstr ""
983
 
984
- #: plugin-options/wishlist_page-options.php:335
985
  msgid "\"Add to cart\" icon"
986
  msgstr ""
987
 
988
- #: plugin-options/wishlist_page-options.php:336
989
  msgid "Select an icon for the \"Add to cart\" button (optional)"
990
  msgstr ""
991
 
992
- #: plugin-options/wishlist_page-options.php:351
993
  msgid "\"Add to cart\" custom icon"
994
  msgstr ""
995
 
996
- #: plugin-options/wishlist_page-options.php:352
997
  msgid ""
998
  "Upload an icon you'd like to use for the \"Add to cart\" button (suggested "
999
  "32px x 32px)"
1000
  msgstr ""
1001
 
1002
- #: plugin-options/wishlist_page-options.php:360
1003
  msgid "Primary button style"
1004
  msgstr ""
1005
 
1006
- #: plugin-options/wishlist_page-options.php:366
1007
  msgid ""
1008
  "Choose colors for the primary button<br/><small>This style will be applied "
1009
  "to \"Edit title\" button on Wishlist view, \"Submit Changes\" button on "
1010
  "Manage view and \"Search wishlist\" button on Search view</small>"
1011
  msgstr ""
1012
 
1013
- #: plugin-options/wishlist_page-options.php:384
1014
  msgid ""
1015
  "Choose colors for the primary button on hover state<br/><small>This style "
1016
  "will be applied to \"Edit title\" button on Wishlist view, \"Submit Changes"
@@ -1018,326 +995,326 @@ msgid ""
1018
  "small>"
1019
  msgstr ""
1020
 
1021
- #: plugin-options/wishlist_page-options.php:409
1022
  msgid "Secondary button style"
1023
  msgstr ""
1024
 
1025
- #: plugin-options/wishlist_page-options.php:415
1026
  #: plugin-options/wishlist_page-options.php:433
 
1027
  msgid ""
1028
  "Choose colors of the secondary button<br/><small>This style will be applied "
1029
  "to the buttons that allow showing and hiding the Edit title form on Wishlist "
1030
  "view and \"Create new Wishlist\" button on Manage view</small>"
1031
  msgstr ""
1032
 
1033
- #: plugin-options/wishlist_page-options.php:458
1034
  msgid "Wishlist table style"
1035
  msgstr ""
1036
 
1037
- #: plugin-options/wishlist_page-options.php:459
1038
  msgid ""
1039
  "Choose the colors for the wishlist table (when set to \"Traditional\" layout)"
1040
  msgstr ""
1041
 
1042
- #: plugin-options/wishlist_page-options.php:487
1043
  msgid "Highlight color"
1044
  msgstr ""
1045
 
1046
- #: plugin-options/wishlist_page-options.php:488
1047
  msgid ""
1048
  "Choose the color for all sections with background<br/><small>This color will "
1049
  "be used as background for the wishlist table heading and footer (when set to "
1050
  "\"Traditional\" layout), and for various form across wishlist views</small>"
1051
  msgstr ""
1052
 
1053
- #: plugin-options/wishlist_page-options.php:500
1054
  msgid "Share button text color"
1055
  msgstr ""
1056
 
1057
- #: plugin-options/wishlist_page-options.php:501
1058
  msgid "Choose colors for share buttons text"
1059
  msgstr ""
1060
 
1061
- #: plugin-options/wishlist_page-options.php:512
1062
  msgid "Text hover"
1063
  msgstr ""
1064
 
1065
- #: plugin-options/wishlist_page-options.php:525
1066
  msgid "Facebook share button icon"
1067
  msgstr ""
1068
 
1069
- #: plugin-options/wishlist_page-options.php:526
1070
  msgid "Select an icon for the Facebook share button"
1071
  msgstr ""
1072
 
1073
- #: plugin-options/wishlist_page-options.php:536
1074
  msgid "Facebook share button custom icon"
1075
  msgstr ""
1076
 
1077
- #: plugin-options/wishlist_page-options.php:537
1078
  msgid ""
1079
  "Upload an icon you'd like to use for Facebook share button (suggested 32px x "
1080
  "32px)"
1081
  msgstr ""
1082
 
1083
- #: plugin-options/wishlist_page-options.php:545
1084
  msgid "Facebook share button style"
1085
  msgstr ""
1086
 
1087
- #: plugin-options/wishlist_page-options.php:546
1088
  msgid "Choose colors for Facebook share button"
1089
  msgstr ""
1090
 
1091
- #: plugin-options/wishlist_page-options.php:557
1092
- #: plugin-options/wishlist_page-options.php:597
1093
- #: plugin-options/wishlist_page-options.php:637
1094
- #: plugin-options/wishlist_page-options.php:677
1095
- #: plugin-options/wishlist_page-options.php:717
1096
  msgid "Background hover"
1097
  msgstr ""
1098
 
1099
- #: plugin-options/wishlist_page-options.php:565
1100
  msgid "Twitter share button icon"
1101
  msgstr ""
1102
 
1103
- #: plugin-options/wishlist_page-options.php:566
1104
  msgid "Select an icon for the Twitter share button"
1105
  msgstr ""
1106
 
1107
- #: plugin-options/wishlist_page-options.php:576
1108
  msgid "Twitter share button custom icon"
1109
  msgstr ""
1110
 
1111
- #: plugin-options/wishlist_page-options.php:577
1112
  msgid ""
1113
  "Upload an icon you'd like to use for Twitter share button (suggested 32px x "
1114
  "32px)"
1115
  msgstr ""
1116
 
1117
- #: plugin-options/wishlist_page-options.php:585
1118
  msgid "Twitter share button style"
1119
  msgstr ""
1120
 
1121
- #: plugin-options/wishlist_page-options.php:586
1122
  msgid "Choose colors for Twitter share button"
1123
  msgstr ""
1124
 
1125
- #: plugin-options/wishlist_page-options.php:605
1126
  msgid "Pinterest share button icon"
1127
  msgstr ""
1128
 
1129
- #: plugin-options/wishlist_page-options.php:606
1130
  msgid "Select an icon for the Pinterest share button"
1131
  msgstr ""
1132
 
1133
- #: plugin-options/wishlist_page-options.php:616
1134
  msgid "Pinterest share button custom icon"
1135
  msgstr ""
1136
 
1137
- #: plugin-options/wishlist_page-options.php:617
1138
  msgid ""
1139
  "Upload an icon you'd like to use for Pinterest share button (suggested 32px "
1140
  "x 32px)"
1141
  msgstr ""
1142
 
1143
- #: plugin-options/wishlist_page-options.php:625
1144
  msgid "Pinterest share button style"
1145
  msgstr ""
1146
 
1147
- #: plugin-options/wishlist_page-options.php:626
1148
  msgid "Choose colors for Pinterest share button"
1149
  msgstr ""
1150
 
1151
- #: plugin-options/wishlist_page-options.php:645
1152
  msgid "Email share button icon"
1153
  msgstr ""
1154
 
1155
- #: plugin-options/wishlist_page-options.php:646
1156
  msgid "Select an icon for the Email share button"
1157
  msgstr ""
1158
 
1159
- #: plugin-options/wishlist_page-options.php:656
1160
  msgid "Email share button custom icon"
1161
  msgstr ""
1162
 
1163
- #: plugin-options/wishlist_page-options.php:657
1164
  msgid ""
1165
  "Upload an icon you'd like to use for the Email share button (suggested 32px "
1166
  "x 32px)"
1167
  msgstr ""
1168
 
1169
- #: plugin-options/wishlist_page-options.php:665
1170
  msgid "Email share button style"
1171
  msgstr ""
1172
 
1173
- #: plugin-options/wishlist_page-options.php:666
1174
  msgid "Choose colors for the Email share button"
1175
  msgstr ""
1176
 
1177
- #: plugin-options/wishlist_page-options.php:685
1178
  msgid "WhatsApp share button icon"
1179
  msgstr ""
1180
 
1181
- #: plugin-options/wishlist_page-options.php:686
1182
  msgid "Select an icon for the WhatsApp share button"
1183
  msgstr ""
1184
 
1185
- #: plugin-options/wishlist_page-options.php:696
1186
  msgid "WhatsApp share button custom icon"
1187
  msgstr ""
1188
 
1189
- #: plugin-options/wishlist_page-options.php:697
1190
  msgid ""
1191
  "Upload an icon you'd like to use for WhatsApp share button (suggested 32px x "
1192
  "32px)"
1193
  msgstr ""
1194
 
1195
- #: plugin-options/wishlist_page-options.php:705
1196
  msgid "WhatsApp share button style"
1197
  msgstr ""
1198
 
1199
- #: plugin-options/wishlist_page-options.php:706
1200
  msgid "Choose colors for WhatsApp share button"
1201
  msgstr ""
1202
 
1203
- #: templates/share.php:51 templates/share.php:52
1204
  msgid "Facebook"
1205
  msgstr "Facebook"
1206
 
1207
- #: templates/share.php:59 templates/share.php:60
1208
  msgid "Twitter"
1209
  msgstr "Twitter"
1210
 
1211
- #: templates/share.php:67 templates/share.php:68
1212
  msgid "Pinterest"
1213
  msgstr ""
1214
 
1215
- #: templates/share.php:75 templates/share.php:76
1216
  msgid "Email"
1217
  msgstr ""
1218
 
1219
- #: templates/share.php:83
1220
  msgid "WhatsApp"
1221
  msgstr ""
1222
 
1223
- #: templates/share.php:84
1224
  msgid "Whatsapp"
1225
  msgstr ""
1226
 
1227
- #: templates/share.php:93
1228
  msgid "(Now"
1229
  msgstr ""
1230
 
1231
- #: templates/share.php:93
1232
  msgid "copy"
1233
  msgstr ""
1234
 
1235
- #: templates/share.php:93
1236
  msgid "this wishlist link and share it anywhere)"
1237
  msgstr ""
1238
 
1239
- #: templates/wishlist-view-footer-mobile.php:44
1240
- #: templates/wishlist-view-footer.php:44
1241
  msgid "Apply this action to all the selected items:"
1242
  msgstr ""
1243
 
1244
- #: templates/wishlist-view-footer-mobile.php:49
1245
- #: templates/wishlist-view-footer.php:49
1246
  msgid "Remove from wishlist"
1247
  msgstr ""
1248
 
1249
  #. translators: 1. Wishlist formatted name.
1250
- #: templates/wishlist-view-footer-mobile.php:67
1251
- #: templates/wishlist-view-footer.php:67
1252
  msgid "Move to %s"
1253
  msgstr ""
1254
 
1255
- #: templates/wishlist-view-footer-mobile.php:73
1256
- #: templates/wishlist-view-footer.php:73
1257
  msgid "Apply"
1258
  msgstr ""
1259
 
1260
- #: templates/wishlist-view-footer-mobile.php:81
1261
- #: templates/wishlist-view-footer.php:81
1262
  msgid "Update"
1263
  msgstr ""
1264
 
1265
- #: templates/wishlist-view-footer-mobile.php:87
1266
- #: templates/wishlist-view-footer.php:103
1267
  msgid "Add all to cart"
1268
  msgstr ""
1269
 
1270
- #: templates/wishlist-view-header.php:48
1271
  msgid "Edit title"
1272
  msgstr "Titulo da lista de desejos"
1273
 
1274
- #: templates/wishlist-view-mobile.php:134
1275
  msgid "Added on:"
1276
  msgstr ""
1277
 
1278
- #: templates/wishlist-view-mobile.php:145
1279
  msgid "Price:"
1280
  msgstr ""
1281
 
1282
- #: templates/wishlist-view-mobile.php:172
1283
  msgid "Quantity:"
1284
  msgstr ""
1285
 
1286
- #: templates/wishlist-view-mobile.php:187
1287
  msgid "Stock:"
1288
  msgstr ""
1289
 
1290
- #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1291
  msgid "Out of stock"
1292
  msgstr ""
1293
 
1294
- #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1295
  msgid "In Stock"
1296
  msgstr "Em estoque"
1297
 
1298
- #: templates/wishlist-view-mobile.php:210 templates/wishlist-view.php:260
1299
  msgid "Move"
1300
  msgstr ""
1301
 
1302
- #: templates/wishlist-view-mobile.php:231 templates/wishlist-view.php:281
1303
  msgid "Move to another list &rsaquo;"
1304
  msgstr ""
1305
 
1306
- #: templates/wishlist-view-mobile.php:239 templates/wishlist-view.php:155
1307
- #: templates/wishlist-view.php:291
1308
  msgid "Remove this product"
1309
  msgstr "Remover este produto"
1310
 
1311
- #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:311
1312
  msgid "No products added to the wishlist"
1313
  msgstr ""
1314
 
1315
- #: templates/wishlist-view.php:79
1316
  msgid "Product name"
1317
  msgstr ""
1318
 
1319
- #: templates/wishlist-view.php:87
1320
  msgid "Unit price"
1321
  msgstr ""
1322
 
1323
- #: templates/wishlist-view.php:96
1324
  msgid "Quantity"
1325
  msgstr ""
1326
 
1327
- #: templates/wishlist-view.php:105
1328
  msgid "Stock status"
1329
  msgstr ""
1330
 
1331
- #: templates/wishlist-view.php:123
1332
  msgid "Arrange"
1333
  msgstr ""
1334
 
1335
  #. translators: date added label: 1 date added.
1336
- #: templates/wishlist-view.php:241
1337
  msgid "Added on: %s"
1338
  msgstr ""
1339
 
1340
- #: templates/wishlist-view.php:291
1341
  msgid "Remove"
1342
  msgstr ""
1343
 
@@ -1350,7 +1327,7 @@ msgid ""
1350
  "your e-commerce on <strong>YITH</strong></a>"
1351
  msgstr ""
1352
 
1353
- #: includes/class-yith-wcwl-admin.php:259
1354
  msgctxt "[HELP TAB] Video title"
1355
  msgid ""
1356
  "Check this video to learn how to <b>configure wishlist and customize options:"
@@ -1362,7 +1339,7 @@ msgctxt "page_slug"
1362
  msgid "wishlist"
1363
  msgstr ""
1364
 
1365
- #: includes/class-yith-wcwl-privacy.php:230
1366
  msgctxt "date when wishlist was created"
1367
  msgid "Created on"
1368
  msgstr ""
@@ -1388,7 +1365,7 @@ msgid "Shows a list of products in wishlist"
1388
  msgstr ""
1389
 
1390
  #. translators: 1. % of reduction/increase in price.
1391
- #: includes/class-yith-wcwl-wishlist-item.php:435
1392
  msgctxt ""
1393
  "Part of the template that shows price variation since addition to list; "
1394
  "placeholder will be replaced with a percentage"
@@ -1396,7 +1373,7 @@ msgid "Price is %1$s%%"
1396
  msgstr ""
1397
 
1398
  #. translators: 2: original product price.
1399
- #: includes/class-yith-wcwl-wishlist-item.php:437
1400
  msgctxt ""
1401
  "Part of the template that shows price variation since addition to list; "
1402
  "placeholder will be replaced with a price"
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
+ "POT-Creation-Date: 2022-08-04 12:20:46+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:06+0200\n"
10
  "Last-Translator: YIThemes <support@yithemes.com>\n"
11
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
28
  msgid "Wishlist Page"
29
  msgstr "Lista de Desejos"
30
 
31
+ #: includes/class-yith-wcwl-admin.php:155
32
  msgid "General settings"
33
  msgstr ""
34
 
35
+ #: includes/class-yith-wcwl-admin.php:156
36
  msgid "Add to wishlist options"
37
  msgstr ""
38
 
39
+ #: includes/class-yith-wcwl-admin.php:157
40
  msgid "Wishlist page options"
41
  msgstr ""
42
 
43
+ #: includes/class-yith-wcwl-admin.php:268
44
  msgid ""
45
  "Allows your customers to create and share lists of products that they want "
46
  "to purchase on your e-commerce."
47
  msgstr ""
48
 
49
+ #: includes/class-yith-wcwl-admin.php:308
50
  msgid ""
51
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
52
  msgstr ""
53
 
54
+ #: includes/class-yith-wcwl-admin.php:309
55
  msgid ""
56
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
57
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
58
  "on \"Add to wishlist\""
59
  msgstr ""
60
 
61
+ #: includes/class-yith-wcwl-admin.php:310
62
  msgid ""
63
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
64
  "them either public (visible to everyone), private or shared (visible only to "
65
  "people it has been shared with)"
66
  msgstr ""
67
 
68
+ #: includes/class-yith-wcwl-admin.php:311
69
  msgid ""
70
  "Choose between <b>different layouts</b> for the wishlist page and for the "
71
  "wishlist content"
72
  msgstr ""
73
 
74
+ #: includes/class-yith-wcwl-admin.php:312
75
  msgid ""
76
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
77
  "move a product from one wishlist to another, change order of items, "
78
  "quantity, etc."
79
  msgstr ""
80
 
81
+ #: includes/class-yith-wcwl-admin.php:313
82
  msgid ""
83
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
84
  "content of their wishlist to the admin and get a custom quote"
85
  msgstr ""
86
 
87
+ #: includes/class-yith-wcwl-admin.php:314
88
  msgid ""
89
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
90
  "(available also with \"mini-cart\" style for the header)"
91
  msgstr ""
92
 
93
+ #: includes/class-yith-wcwl-admin.php:315
94
  msgid ""
95
+ "<b>Send promotional emails to users</b> who have added specific products to "
 
96
  "their wishlist"
97
  msgstr ""
98
 
99
+ #: includes/class-yith-wcwl-admin.php:316
100
  msgid ""
101
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
102
  "the list is back in stock or on sale"
103
  msgstr ""
104
 
105
+ #: includes/class-yith-wcwl-admin.php:317
106
  msgid "Regular updates, Translations and Premium Support"
107
  msgstr ""
108
 
109
+ #: includes/class-yith-wcwl-ajax-handler.php:94
110
+ #: templates/add-to-wishlist-remove.php:81
111
  msgid "View &rsaquo;"
112
  msgstr ""
113
 
114
+ #: includes/class-yith-wcwl-ajax-handler.php:95
115
+ #: templates/add-to-wishlist-remove.php:69
116
  msgid "or"
117
  msgstr ""
118
 
119
+ #: includes/class-yith-wcwl-ajax-handler.php:96
120
  msgid "Close"
121
  msgstr ""
122
 
123
+ #: includes/class-yith-wcwl-ajax-handler.php:203
124
+ #: includes/class-yith-wcwl-ajax-handler.php:252
125
  msgid "Product successfully removed."
126
  msgstr "Produto removida com sucesso."
127
 
128
+ #: includes/class-yith-wcwl-form-handler.php:193
129
  msgid "Please, make sure to enter a valid title"
130
  msgstr ""
131
 
132
+ #: includes/class-yith-wcwl-frontend.php:674
133
  msgid ""
134
  "We are sorry, but this feature is available only if cookies on your browser "
135
  "are enabled."
136
  msgstr ""
137
 
138
+ #: includes/class-yith-wcwl-frontend.php:684
139
  msgid "Product added to cart successfully"
140
  msgstr ""
141
 
142
+ #: includes/class-yith-wcwl-frontend.php:947
143
+ #: includes/class-yith-wcwl-shortcode.php:248
144
+ #: plugin-options/wishlist_page-options.php:249
145
+ #: templates/wishlist-view-footer-mobile.php:59
146
+ #: templates/wishlist-view-footer.php:59
147
  msgid "Add to cart"
148
  msgstr ""
149
 
191
  "for the products you love."
192
  msgstr ""
193
 
194
+ #: includes/class-yith-wcwl-privacy.php:94
195
+ #: includes/class-yith-wcwl-privacy.php:110
196
  msgid "Customer wishlists"
197
  msgstr ""
198
 
199
+ #: includes/class-yith-wcwl-privacy.php:147 plugin-options/lists-options.php:34
200
+ #: plugin-options/lists-options.php:41
201
  msgid "Wishlists"
202
  msgstr "Lista de Desejos"
203
 
204
  #. Translators: %s Order number.
205
+ #: includes/class-yith-wcwl-privacy.php:233
206
  msgid "Removed wishlist %s."
207
  msgstr "Minha lista de desejos em %s"
208
 
209
  #. Translators: %s Order number.
210
+ #: includes/class-yith-wcwl-privacy.php:237
211
  msgid "Wishlist %s has been retained."
212
  msgstr "Texto da tabela de desejos"
213
 
214
+ #: includes/class-yith-wcwl-privacy.php:272
215
  msgid "Token"
216
  msgstr ""
217
 
218
+ #: includes/class-yith-wcwl-privacy.php:273
219
  msgid "Wishlist URL"
220
  msgstr ""
221
 
222
+ #: includes/class-yith-wcwl-privacy.php:274
223
  msgid "Title"
224
  msgstr ""
225
 
226
+ #: includes/class-yith-wcwl-privacy.php:276
227
  msgid "Visibility"
228
  msgstr ""
229
 
230
+ #: includes/class-yith-wcwl-privacy.php:277
231
  msgid "Items added"
232
  msgstr ""
233
 
294
  msgid "ID of the wishlist to show (e.g. K6EOWXB888ZD)"
295
  msgstr ""
296
 
297
+ #: includes/class-yith-wcwl-shortcode.php:452
298
  msgid "Share on:"
299
  msgstr "Compartilhar em:"
300
 
301
+ #: includes/class-yith-wcwl-shortcode.php:498
302
+ #: plugin-options/wishlist_page-options.php:147
303
  msgid "Share on Facebook"
304
  msgstr "Compartilhar no Facebook"
305
 
306
+ #: includes/class-yith-wcwl-shortcode.php:515
307
+ #: plugin-options/wishlist_page-options.php:156
308
  msgid "Tweet on Twitter"
309
  msgstr "Tweetar no Twitter"
310
 
311
+ #: includes/class-yith-wcwl-shortcode.php:533
312
+ #: plugin-options/wishlist_page-options.php:165
313
  msgid "Pin on Pinterest"
314
  msgstr ""
315
 
316
+ #: includes/class-yith-wcwl-shortcode.php:547
317
  msgid "Share via email"
318
  msgstr ""
319
 
320
+ #: includes/class-yith-wcwl-shortcode.php:570
321
+ #: plugin-options/wishlist_page-options.php:183
322
  msgid "Share on WhatsApp"
323
  msgstr ""
324
 
325
+ #: includes/class-yith-wcwl-shortcode.php:744
326
  msgid "Remove from list"
327
  msgstr ""
328
 
329
+ #: includes/class-yith-wcwl-wishlist-item.php:203
330
  msgid "Free!"
331
  msgstr ""
332
 
333
+ #: includes/class-yith-wcwl.php:232
334
  msgid "The item cannot be added to this wishlist"
335
  msgstr ""
336
 
337
+ #: includes/class-yith-wcwl.php:236 includes/class-yith-wcwl.php:242
338
  msgid "An error occurred while adding the products to the wishlist."
339
  msgstr ""
340
 
341
+ #: includes/class-yith-wcwl.php:339 includes/class-yith-wcwl.php:365
342
  msgid "Error. Unable to remove the product from the wishlist."
343
  msgstr "Erro. Não foi possível remover o produto da lista de desejos."
344
 
345
+ #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:250
346
+ #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:272
347
  msgid "Invalid wishlist."
348
  msgstr ""
349
 
350
+ #: includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:210
351
  msgid "Invalid wishlist item."
352
  msgstr ""
353
 
354
  #. translators: 1. Number of users.
355
+ #: includes/functions-yith-wcwl.php:309
356
  msgid "%d user"
357
  msgid_plural "%d users"
358
  msgstr[0] ""
359
  msgstr[1] ""
360
 
361
+ #: includes/functions-yith-wcwl.php:310
362
  msgid "has this item in wishlist"
363
  msgid_plural "have this item in wishlist"
364
  msgstr[0] ""
365
  msgstr[1] ""
366
 
367
+ #: includes/functions-yith-wcwl.php:312
368
  msgid "You're the first"
369
  msgstr ""
370
 
371
+ #: includes/functions-yith-wcwl.php:313
372
  msgid "to add this item in wishlist"
373
  msgstr ""
374
 
375
  #. translators: 1. Count of users when many, or "another" when only one.
376
+ #: includes/functions-yith-wcwl.php:317
377
  msgid "You and %s user"
378
  msgid_plural "You and %d users"
379
  msgstr[0] ""
380
  msgstr[1] ""
381
 
382
+ #: includes/functions-yith-wcwl.php:317
383
  msgid "another"
384
  msgstr ""
385
 
386
+ #: includes/functions-yith-wcwl.php:318
387
  msgid "have this item in wishlist"
388
  msgstr ""
389
 
390
+ #: includes/functions-yith-wcwl.php:534
391
  msgid "None"
392
  msgstr ""
393
 
394
+ #: includes/functions-yith-wcwl.php:535
395
  #, fuzzy
396
  msgid "Custom"
397
  msgstr "CSS Customizado"
398
 
399
+ #: includes/functions-yith-wcwl.php:567
400
  msgid "Shared"
401
  msgstr "Compartilhar em:"
402
 
403
+ #: includes/functions-yith-wcwl.php:571
404
  msgid "Only people with a link to this list can see it"
405
  msgstr ""
406
 
407
+ #: includes/functions-yith-wcwl.php:577
408
  msgid "Private"
409
  msgstr ""
410
 
411
+ #: includes/functions-yith-wcwl.php:581
412
  msgid "Only you can see this list"
413
  msgstr ""
414
 
415
+ #: includes/functions-yith-wcwl.php:587
416
  msgid "Public"
417
  msgstr ""
418
 
419
+ #: includes/functions-yith-wcwl.php:591
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:118
424
+ #: plugin-options/add_to_wishlist-options.php:136
425
  msgid "Add to wishlist"
426
  msgstr ""
427
 
428
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:128
429
+ #: plugin-options/add_to_wishlist-options.php:152
430
  msgid "Browse wishlist"
431
  msgstr ""
432
 
440
  msgid "Product added to wishlist"
441
  msgstr "Produto já na lista de desejos."
442
 
443
+ #: init.php:173
444
  msgid "is enabled but not effective. It requires WooCommerce to work."
445
  msgstr ""
446
 
447
+ #: init.php:191
448
+ msgid ""
449
+ "YITH WooCommerce Wishlist was deactivated as you're running an higher tier "
450
+ "version of the same plugin."
 
 
451
  msgstr ""
452
 
453
+ #: plugin-options/add_to_wishlist-options.php:29
454
+ #: plugin-options/settings-options.php:32
455
  msgid "General Settings"
456
  msgstr "Opções gerais"
457
 
458
+ #: plugin-options/add_to_wishlist-options.php:36
459
  msgid "After product is added to wishlist"
460
  msgstr ""
461
 
462
+ #: plugin-options/add_to_wishlist-options.php:37
463
  msgid ""
464
  "Choose the look of the Wishlist button when the product has already been "
465
  "added to a wishlist"
466
  msgstr ""
467
 
468
+ #: plugin-options/add_to_wishlist-options.php:41
469
  #, fuzzy
470
  msgid "Show \"Add to wishlist\" button"
471
  msgstr "Produto já na lista de desejos."
472
 
473
+ #: plugin-options/add_to_wishlist-options.php:42
474
  msgid "Show \"View wishlist\" link"
475
  msgstr ""
476
 
477
+ #: plugin-options/add_to_wishlist-options.php:43
478
  msgid "Show \"Remove from list\" link"
479
  msgstr ""
480
 
481
+ #: plugin-options/add_to_wishlist-options.php:57
482
  msgid "Loop settings"
483
  msgstr ""
484
 
485
+ #: plugin-options/add_to_wishlist-options.php:59
486
  msgid ""
487
  "Loop options will be visible on Shop page, category pages, product "
488
  "shortcodes, products sliders, and all the other places where the WooCommerce "
489
  "products' loop is used"
490
  msgstr ""
491
 
492
+ #: plugin-options/add_to_wishlist-options.php:64
493
  msgid "Show \"Add to wishlist\" in loop"
494
  msgstr ""
495
 
496
+ #: plugin-options/add_to_wishlist-options.php:65
497
  msgid "Enable the \"Add to wishlist\" feature in WooCommerce products' loop"
498
  msgstr ""
499
 
500
+ #: plugin-options/add_to_wishlist-options.php:73
501
  msgid "Position of \"Add to wishlist\" in loop"
502
  msgstr ""
503
 
504
+ #: plugin-options/add_to_wishlist-options.php:74
505
  msgid ""
506
  "Choose where to show \"Add to wishlist\" button or link in WooCommerce "
507
  "products' loop. <span class=\"addon\">Copy this shortcode <span class=\"code"
509
  "want to show the \"Add to wishlist\" link or button</span>"
510
  msgstr ""
511
 
512
+ #: plugin-options/add_to_wishlist-options.php:81
513
  msgid "On top of the image"
514
  msgstr ""
515
 
516
+ #: plugin-options/add_to_wishlist-options.php:82
517
  msgid "Before \"Add to cart\" button"
518
  msgstr ""
519
 
520
+ #: plugin-options/add_to_wishlist-options.php:83
521
  msgid "After \"Add to cart\" button"
522
  msgstr ""
523
 
524
+ #: plugin-options/add_to_wishlist-options.php:84
525
+ #: plugin-options/add_to_wishlist-options.php:116
526
  msgid "Use shortcode"
527
  msgstr "Usar shortcode"
528
 
529
+ #: plugin-options/add_to_wishlist-options.php:98
530
  msgid "Product page settings"
531
  msgstr ""
532
 
533
+ #: plugin-options/add_to_wishlist-options.php:105
534
  msgid "Position of \"Add to wishlist\" on product page"
535
  msgstr ""
536
 
537
+ #: plugin-options/add_to_wishlist-options.php:106
538
  msgid ""
539
  "Choose where to show \"Add to wishlist\" button or link on the product page. "
540
  "<span class=\"addon\">Copy this shortcode <span class=\"code"
542
  "want to show the \"Add to wishlist\" link or button</span>"
543
  msgstr ""
544
 
545
+ #: plugin-options/add_to_wishlist-options.php:113
546
  msgid "After \"Add to cart\""
547
  msgstr "Após \" Adicionar ao carrinho \""
548
 
549
+ #: plugin-options/add_to_wishlist-options.php:114
550
  msgid "After thumbnails"
551
  msgstr "Após miniaturas"
552
 
553
+ #: plugin-options/add_to_wishlist-options.php:115
554
  msgid "After summary"
555
  msgstr "Após sumário"
556
 
557
+ #: plugin-options/add_to_wishlist-options.php:126
558
+ #: plugin-options/wishlist_page-options.php:231
559
  msgid "Text customization"
560
  msgstr ""
561
 
562
+ #: plugin-options/add_to_wishlist-options.php:133
563
  msgid "\"Add to wishlist\" text"
564
  msgstr ""
565
 
566
+ #: plugin-options/add_to_wishlist-options.php:134
567
  msgid "Enter a text for \"Add to wishlist\" button"
568
  msgstr ""
569
 
570
+ #: plugin-options/add_to_wishlist-options.php:141
571
  msgid "\"Product added\" text"
572
  msgstr "Produto adicionado!"
573
 
574
+ #: plugin-options/add_to_wishlist-options.php:142
575
  msgid ""
576
  "Enter the text of the message displayed when the user adds a product to the "
577
  "wishlist"
578
  msgstr ""
579
 
580
+ #: plugin-options/add_to_wishlist-options.php:144
581
  msgid "Product added!"
582
  msgstr "Produto adicionado!"
583
 
584
+ #: plugin-options/add_to_wishlist-options.php:149
585
  msgid "\"Browse wishlist\" text"
586
  msgstr "Veja sua lista de desejos!"
587
 
588
+ #: plugin-options/add_to_wishlist-options.php:150
589
  msgid "Enter a text for the \"Browse wishlist\" link on the product page"
590
  msgstr ""
591
 
592
+ #: plugin-options/add_to_wishlist-options.php:157
593
  msgid "\"Product already in wishlist\" text"
594
  msgstr "Produto já na lista de desejos."
595
 
596
+ #: plugin-options/add_to_wishlist-options.php:158
597
  msgid ""
598
  "Enter the text for the message displayed when the user views a product that "
599
  "is already in the wishlist"
600
  msgstr ""
601
 
602
+ #: plugin-options/add_to_wishlist-options.php:160
603
  msgid "The product is already in your wishlist!"
604
  msgstr ""
605
 
606
+ #: plugin-options/add_to_wishlist-options.php:170
607
  msgid "Style & Color customization"
608
  msgstr ""
609
 
610
+ #: plugin-options/add_to_wishlist-options.php:177
611
  msgid "Style of \"Add to wishlist\""
612
  msgstr ""
613
 
614
+ #: plugin-options/add_to_wishlist-options.php:178
615
  msgid ""
616
  "Choose if you want to show a textual \"Add to wishlist\" link or a button"
617
  msgstr ""
618
 
619
+ #: plugin-options/add_to_wishlist-options.php:181
620
+ #: plugin-options/wishlist_page-options.php:270
621
  msgid "Textual (anchor)"
622
  msgstr ""
623
 
624
+ #: plugin-options/add_to_wishlist-options.php:182
625
+ #: plugin-options/wishlist_page-options.php:271
626
  msgid "Button with theme style"
627
  msgstr ""
628
 
629
+ #: plugin-options/add_to_wishlist-options.php:183
630
+ #: plugin-options/wishlist_page-options.php:272
631
  msgid "Button with custom style"
632
  msgstr ""
633
 
634
+ #: plugin-options/add_to_wishlist-options.php:191
635
  msgid "\"Add to wishlist\" button style"
636
  msgstr ""
637
 
638
+ #: plugin-options/add_to_wishlist-options.php:197
639
  msgid "Choose colors for the \"Add to wishlist\" button"
640
  msgstr ""
641
 
642
+ #: plugin-options/add_to_wishlist-options.php:199
643
+ #: plugin-options/wishlist_page-options.php:288
644
+ #: plugin-options/wishlist_page-options.php:386
645
+ #: plugin-options/wishlist_page-options.php:435
646
+ #: plugin-options/wishlist_page-options.php:483
647
+ #: plugin-options/wishlist_page-options.php:570
648
+ #: plugin-options/wishlist_page-options.php:610
649
+ #: plugin-options/wishlist_page-options.php:650
650
+ #: plugin-options/wishlist_page-options.php:690
651
+ #: plugin-options/wishlist_page-options.php:730
652
  msgid "Background"
653
  msgstr ""
654
 
655
+ #: plugin-options/add_to_wishlist-options.php:204
656
+ #: plugin-options/wishlist_page-options.php:293
657
+ #: plugin-options/wishlist_page-options.php:391
658
+ #: plugin-options/wishlist_page-options.php:440
659
+ #: plugin-options/wishlist_page-options.php:488
660
+ #: plugin-options/wishlist_page-options.php:525
661
  msgid "Text"
662
  msgstr ""
663
 
664
+ #: plugin-options/add_to_wishlist-options.php:209
665
+ #: plugin-options/wishlist_page-options.php:298
666
+ #: plugin-options/wishlist_page-options.php:396
667
+ #: plugin-options/wishlist_page-options.php:445
668
+ #: plugin-options/wishlist_page-options.php:493
669
  msgid "Border"
670
  msgstr ""
671
 
672
+ #: plugin-options/add_to_wishlist-options.php:215
673
  msgid "Choose colors for the \"Add to wishlist\" button on hover state"
674
  msgstr ""
675
 
676
+ #: plugin-options/add_to_wishlist-options.php:217
677
+ #: plugin-options/wishlist_page-options.php:306
678
+ #: plugin-options/wishlist_page-options.php:404
679
+ #: plugin-options/wishlist_page-options.php:453
680
  msgid "Background Hover"
681
  msgstr ""
682
 
683
+ #: plugin-options/add_to_wishlist-options.php:222
684
+ #: plugin-options/wishlist_page-options.php:311
685
+ #: plugin-options/wishlist_page-options.php:409
686
+ #: plugin-options/wishlist_page-options.php:458
687
  msgid "Text Hover"
688
  msgstr ""
689
 
690
+ #: plugin-options/add_to_wishlist-options.php:227
691
+ #: plugin-options/wishlist_page-options.php:316
692
+ #: plugin-options/wishlist_page-options.php:414
693
+ #: plugin-options/wishlist_page-options.php:463
694
  msgid "Border Hover"
695
  msgstr ""
696
 
697
+ #: plugin-options/add_to_wishlist-options.php:240
698
+ #: plugin-options/wishlist_page-options.php:329
699
  msgid "Border radius"
700
  msgstr ""
701
 
702
+ #: plugin-options/add_to_wishlist-options.php:241
703
  msgid "Choose radius for the \"Add to wishlist\" button"
704
  msgstr ""
705
 
706
+ #: plugin-options/add_to_wishlist-options.php:255
707
  msgid "\"Add to wishlist\" icon"
708
  msgstr ""
709
 
710
+ #: plugin-options/add_to_wishlist-options.php:256
711
  msgid "Select an icon for the \"Add to wishlist\" button (optional)"
712
  msgstr ""
713
 
714
+ #: plugin-options/add_to_wishlist-options.php:275
715
  msgid "\"Add to wishlist\" custom icon"
716
  msgstr ""
717
 
718
+ #: plugin-options/add_to_wishlist-options.php:276
719
+ #: plugin-options/add_to_wishlist-options.php:309
720
  msgid ""
721
  "Upload an icon you'd like to use for \"Add to wishlist\" button (suggested "
722
  "32px x 32px)"
723
  msgstr ""
724
 
725
+ #: plugin-options/add_to_wishlist-options.php:288
726
  msgid "\"Added to wishlist\" icon"
727
  msgstr ""
728
 
729
+ #: plugin-options/add_to_wishlist-options.php:289
730
  msgid "Select an icon for the \"Added to wishlist\" button (optional)"
731
  msgstr ""
732
 
733
+ #: plugin-options/add_to_wishlist-options.php:304
734
  msgid "Same used for Add to wishlist"
735
  msgstr ""
736
 
737
+ #: plugin-options/add_to_wishlist-options.php:308
738
  msgid "\"Added to wishlist\" custom icon"
739
  msgstr ""
740
 
741
+ #: plugin-options/add_to_wishlist-options.php:321
742
  msgid "Custom CSS"
743
  msgstr "CSS Customizado"
744
 
745
+ #: plugin-options/add_to_wishlist-options.php:322
746
  msgid "Enter custom CSS to be applied to Wishlist elements (optional)"
747
  msgstr ""
748
 
749
+ #: plugin-options/lists-options.php:43
750
  msgid "Search list"
751
  msgstr ""
752
 
753
+ #: plugin-options/settings-options.php:39
 
 
 
 
 
 
 
 
754
  msgid "Enable AJAX loading"
755
  msgstr ""
756
 
757
+ #: plugin-options/settings-options.php:40
758
  msgid "Load any cacheable wishlist item via AJAX"
759
  msgstr ""
760
 
761
+ #: plugin-options/settings-options.php:54
762
  msgid "YITH WooCommerce Frequently Bought Together Integration"
763
  msgstr ""
764
 
765
+ #: plugin-options/settings-options.php:60
 
 
 
 
 
 
 
 
766
  msgid "Enable slider in wishlist"
767
  msgstr ""
768
 
769
+ #. translators: 1. Example image of the integration.
770
+ #: plugin-options/settings-options.php:62
 
771
  msgid ""
772
  "Enable the slider with linked products on the Wishlist page (<a href=\"%1$s"
773
+ "\" class=\"thickbox\">Example</a>)."
774
  msgstr ""
775
 
776
+ #: plugin-options/wishlist_page-options.php:28
777
+ #: plugin-options/wishlist_page-options.php:35
 
 
 
778
  msgid "Wishlist page"
779
  msgstr ""
780
 
781
+ #: plugin-options/wishlist_page-options.php:36
782
  msgid ""
783
  "Pick a page as the main Wishlist page; make sure you add the <span class="
784
  "\"code\"><code>[yith_wcwl_wishlist]</code></span> shortcode into the page "
785
  "content"
786
  msgstr ""
787
 
788
+ #: plugin-options/wishlist_page-options.php:49
789
  msgid "Wishlist Detail Page"
790
  msgstr ""
791
 
 
792
  #: plugin-options/wishlist_page-options.php:56
793
  #: plugin-options/wishlist_page-options.php:65
794
  #: plugin-options/wishlist_page-options.php:74
795
  #: plugin-options/wishlist_page-options.php:83
796
  #: plugin-options/wishlist_page-options.php:92
797
  #: plugin-options/wishlist_page-options.php:101
798
+ #: plugin-options/wishlist_page-options.php:110
799
  msgid "In wishlist table show"
800
  msgstr ""
801
 
802
+ #: plugin-options/wishlist_page-options.php:57
803
  msgid "Product variations selected by the user (example: size or color)"
804
  msgstr ""
805
 
806
+ #: plugin-options/wishlist_page-options.php:66
807
  msgid "Product price"
808
  msgstr ""
809
 
810
+ #: plugin-options/wishlist_page-options.php:75
811
  msgid "Product stock (show if the product is available or not)"
812
  msgstr ""
813
 
814
+ #: plugin-options/wishlist_page-options.php:84
815
  msgid "Date on which the product was added to the wishlist"
816
  msgstr ""
817
 
818
+ #: plugin-options/wishlist_page-options.php:93
819
  msgid "Add to cart option for each product"
820
  msgstr ""
821
 
822
+ #: plugin-options/wishlist_page-options.php:102
823
  msgid ""
824
  "Icon to remove the product from the wishlist - to the left of the product"
825
  msgstr ""
826
 
827
+ #: plugin-options/wishlist_page-options.php:111
828
  msgid ""
829
  "Button to remove the product from the wishlist - to the right of the product"
830
  msgstr ""
831
 
832
+ #: plugin-options/wishlist_page-options.php:119
833
  msgid "Redirect to cart"
834
  msgstr "Redirecionar para o carrinho"
835
 
836
+ #: plugin-options/wishlist_page-options.php:120
837
  msgid ""
838
  "Redirect users to the cart page when they add a product to the cart from the "
839
  "wishlist page"
840
  msgstr ""
841
 
842
+ #: plugin-options/wishlist_page-options.php:128
843
  msgid "Remove if added to the cart"
844
  msgstr "Remover se adicionado ao carrinho"
845
 
846
+ #: plugin-options/wishlist_page-options.php:129
847
  msgid ""
848
  "Remove the product from the wishlist after it has been added to the cart"
849
  msgstr ""
850
 
851
+ #: plugin-options/wishlist_page-options.php:137
852
  msgid "Share wishlist"
853
  msgstr ""
854
 
855
+ #: plugin-options/wishlist_page-options.php:138
856
  msgid "Enable this option to let users share their wishlist on social media"
857
  msgstr ""
858
 
 
859
  #: plugin-options/wishlist_page-options.php:146
860
  #: plugin-options/wishlist_page-options.php:155
861
  #: plugin-options/wishlist_page-options.php:164
862
  #: plugin-options/wishlist_page-options.php:173
863
+ #: plugin-options/wishlist_page-options.php:182
864
  msgid "Share on social media"
865
  msgstr ""
866
 
867
+ #: plugin-options/wishlist_page-options.php:174
868
  msgid "Share by email"
869
  msgstr ""
870
 
871
+ #: plugin-options/wishlist_page-options.php:191
872
  msgid "Share by URL"
873
  msgstr ""
874
 
875
+ #: plugin-options/wishlist_page-options.php:192
876
  msgid "Show \"Share URL\" field on wishlist page"
877
  msgstr ""
878
 
879
+ #: plugin-options/wishlist_page-options.php:200
880
  msgid "Sharing title"
881
  msgstr ""
882
 
883
+ #: plugin-options/wishlist_page-options.php:201
884
  msgid "Wishlist title used for sharing (only used on Twitter and Pinterest)"
885
  msgstr ""
886
 
887
  #. translators: 1. Blog name.
888
+ #: plugin-options/wishlist_page-options.php:204
889
  msgid "My wishlist on %s"
890
  msgstr "Minha lista de desejos em %s"
891
 
892
+ #: plugin-options/wishlist_page-options.php:209
893
  msgid "Social text"
894
  msgstr "Texto Mídias Sociais"
895
 
896
+ #: plugin-options/wishlist_page-options.php:210
897
  msgid ""
898
  "Type the message you want to publish when you share your wishlist on Twitter "
899
  "and Pinterest"
900
  msgstr ""
901
 
902
+ #: plugin-options/wishlist_page-options.php:218
903
  msgid "Social image URL"
904
  msgstr "Url para compartilhamento"
905
 
906
+ #: plugin-options/wishlist_page-options.php:219
907
  msgid "It will be used to pin the wishlist on Pinterest."
908
  msgstr ""
909
 
910
+ #: plugin-options/wishlist_page-options.php:238
911
  msgid "Default wishlist name"
912
  msgstr ""
913
 
914
+ #: plugin-options/wishlist_page-options.php:239
915
  msgid ""
916
  "Enter a name for the default wishlist. This is the wishlist that will be "
917
  "automatically generated for all users if they do not create any custom one"
918
  msgstr ""
919
 
920
+ #: plugin-options/wishlist_page-options.php:241
921
  #, fuzzy
922
  msgid "My wishlist"
923
  msgstr "Minha lista de desejos em %s"
924
 
925
+ #: plugin-options/wishlist_page-options.php:246
926
  msgid "\"Add to cart\" text"
927
  msgstr ""
928
 
929
+ #: plugin-options/wishlist_page-options.php:247
930
  msgid "Enter a text for the \"Add to cart\" button"
931
  msgstr ""
932
 
933
+ #: plugin-options/wishlist_page-options.php:259
934
  msgid "Style & color customization"
935
  msgstr ""
936
 
937
+ #: plugin-options/wishlist_page-options.php:266
938
  msgid "Style of \"Add to cart\""
939
  msgstr ""
940
 
941
+ #: plugin-options/wishlist_page-options.php:267
942
  msgid "Choose whether to show a textual \"Add to cart\" link or a button"
943
  msgstr ""
944
 
945
+ #: plugin-options/wishlist_page-options.php:280
946
  msgid "\"Add to cart\" button style"
947
  msgstr ""
948
 
949
+ #: plugin-options/wishlist_page-options.php:286
950
  msgid "Choose the colors for the \"Add to cart\" button"
951
  msgstr ""
952
 
953
+ #: plugin-options/wishlist_page-options.php:304
954
  msgid "Choose colors for the \"Add to cart\" button on hover state"
955
  msgstr ""
956
 
957
+ #: plugin-options/wishlist_page-options.php:330
958
  msgid "Set the radius for the \"Add to cart\" button"
959
  msgstr ""
960
 
961
+ #: plugin-options/wishlist_page-options.php:344
962
  msgid "\"Add to cart\" icon"
963
  msgstr ""
964
 
965
+ #: plugin-options/wishlist_page-options.php:345
966
  msgid "Select an icon for the \"Add to cart\" button (optional)"
967
  msgstr ""
968
 
969
+ #: plugin-options/wishlist_page-options.php:369
970
  msgid "\"Add to cart\" custom icon"
971
  msgstr ""
972
 
973
+ #: plugin-options/wishlist_page-options.php:370
974
  msgid ""
975
  "Upload an icon you'd like to use for the \"Add to cart\" button (suggested "
976
  "32px x 32px)"
977
  msgstr ""
978
 
979
+ #: plugin-options/wishlist_page-options.php:378
980
  msgid "Primary button style"
981
  msgstr ""
982
 
983
+ #: plugin-options/wishlist_page-options.php:384
984
  msgid ""
985
  "Choose colors for the primary button<br/><small>This style will be applied "
986
  "to \"Edit title\" button on Wishlist view, \"Submit Changes\" button on "
987
  "Manage view and \"Search wishlist\" button on Search view</small>"
988
  msgstr ""
989
 
990
+ #: plugin-options/wishlist_page-options.php:402
991
  msgid ""
992
  "Choose colors for the primary button on hover state<br/><small>This style "
993
  "will be applied to \"Edit title\" button on Wishlist view, \"Submit Changes"
995
  "small>"
996
  msgstr ""
997
 
998
+ #: plugin-options/wishlist_page-options.php:427
999
  msgid "Secondary button style"
1000
  msgstr ""
1001
 
 
1002
  #: plugin-options/wishlist_page-options.php:433
1003
+ #: plugin-options/wishlist_page-options.php:451
1004
  msgid ""
1005
  "Choose colors of the secondary button<br/><small>This style will be applied "
1006
  "to the buttons that allow showing and hiding the Edit title form on Wishlist "
1007
  "view and \"Create new Wishlist\" button on Manage view</small>"
1008
  msgstr ""
1009
 
1010
+ #: plugin-options/wishlist_page-options.php:476
1011
  msgid "Wishlist table style"
1012
  msgstr ""
1013
 
1014
+ #: plugin-options/wishlist_page-options.php:477
1015
  msgid ""
1016
  "Choose the colors for the wishlist table (when set to \"Traditional\" layout)"
1017
  msgstr ""
1018
 
1019
+ #: plugin-options/wishlist_page-options.php:505
1020
  msgid "Highlight color"
1021
  msgstr ""
1022
 
1023
+ #: plugin-options/wishlist_page-options.php:506
1024
  msgid ""
1025
  "Choose the color for all sections with background<br/><small>This color will "
1026
  "be used as background for the wishlist table heading and footer (when set to "
1027
  "\"Traditional\" layout), and for various form across wishlist views</small>"
1028
  msgstr ""
1029
 
1030
+ #: plugin-options/wishlist_page-options.php:518
1031
  msgid "Share button text color"
1032
  msgstr ""
1033
 
1034
+ #: plugin-options/wishlist_page-options.php:519
1035
  msgid "Choose colors for share buttons text"
1036
  msgstr ""
1037
 
1038
+ #: plugin-options/wishlist_page-options.php:530
1039
  msgid "Text hover"
1040
  msgstr ""
1041
 
1042
+ #: plugin-options/wishlist_page-options.php:543
1043
  msgid "Facebook share button icon"
1044
  msgstr ""
1045
 
1046
+ #: plugin-options/wishlist_page-options.php:544
1047
  msgid "Select an icon for the Facebook share button"
1048
  msgstr ""
1049
 
1050
+ #: plugin-options/wishlist_page-options.php:554
1051
  msgid "Facebook share button custom icon"
1052
  msgstr ""
1053
 
1054
+ #: plugin-options/wishlist_page-options.php:555
1055
  msgid ""
1056
  "Upload an icon you'd like to use for Facebook share button (suggested 32px x "
1057
  "32px)"
1058
  msgstr ""
1059
 
1060
+ #: plugin-options/wishlist_page-options.php:563
1061
  msgid "Facebook share button style"
1062
  msgstr ""
1063
 
1064
+ #: plugin-options/wishlist_page-options.php:564
1065
  msgid "Choose colors for Facebook share button"
1066
  msgstr ""
1067
 
1068
+ #: plugin-options/wishlist_page-options.php:575
1069
+ #: plugin-options/wishlist_page-options.php:615
1070
+ #: plugin-options/wishlist_page-options.php:655
1071
+ #: plugin-options/wishlist_page-options.php:695
1072
+ #: plugin-options/wishlist_page-options.php:735
1073
  msgid "Background hover"
1074
  msgstr ""
1075
 
1076
+ #: plugin-options/wishlist_page-options.php:583
1077
  msgid "Twitter share button icon"
1078
  msgstr ""
1079
 
1080
+ #: plugin-options/wishlist_page-options.php:584
1081
  msgid "Select an icon for the Twitter share button"
1082
  msgstr ""
1083
 
1084
+ #: plugin-options/wishlist_page-options.php:594
1085
  msgid "Twitter share button custom icon"
1086
  msgstr ""
1087
 
1088
+ #: plugin-options/wishlist_page-options.php:595
1089
  msgid ""
1090
  "Upload an icon you'd like to use for Twitter share button (suggested 32px x "
1091
  "32px)"
1092
  msgstr ""
1093
 
1094
+ #: plugin-options/wishlist_page-options.php:603
1095
  msgid "Twitter share button style"
1096
  msgstr ""
1097
 
1098
+ #: plugin-options/wishlist_page-options.php:604
1099
  msgid "Choose colors for Twitter share button"
1100
  msgstr ""
1101
 
1102
+ #: plugin-options/wishlist_page-options.php:623
1103
  msgid "Pinterest share button icon"
1104
  msgstr ""
1105
 
1106
+ #: plugin-options/wishlist_page-options.php:624
1107
  msgid "Select an icon for the Pinterest share button"
1108
  msgstr ""
1109
 
1110
+ #: plugin-options/wishlist_page-options.php:634
1111
  msgid "Pinterest share button custom icon"
1112
  msgstr ""
1113
 
1114
+ #: plugin-options/wishlist_page-options.php:635
1115
  msgid ""
1116
  "Upload an icon you'd like to use for Pinterest share button (suggested 32px "
1117
  "x 32px)"
1118
  msgstr ""
1119
 
1120
+ #: plugin-options/wishlist_page-options.php:643
1121
  msgid "Pinterest share button style"
1122
  msgstr ""
1123
 
1124
+ #: plugin-options/wishlist_page-options.php:644
1125
  msgid "Choose colors for Pinterest share button"
1126
  msgstr ""
1127
 
1128
+ #: plugin-options/wishlist_page-options.php:663
1129
  msgid "Email share button icon"
1130
  msgstr ""
1131
 
1132
+ #: plugin-options/wishlist_page-options.php:664
1133
  msgid "Select an icon for the Email share button"
1134
  msgstr ""
1135
 
1136
+ #: plugin-options/wishlist_page-options.php:674
1137
  msgid "Email share button custom icon"
1138
  msgstr ""
1139
 
1140
+ #: plugin-options/wishlist_page-options.php:675
1141
  msgid ""
1142
  "Upload an icon you'd like to use for the Email share button (suggested 32px "
1143
  "x 32px)"
1144
  msgstr ""
1145
 
1146
+ #: plugin-options/wishlist_page-options.php:683
1147
  msgid "Email share button style"
1148
  msgstr ""
1149
 
1150
+ #: plugin-options/wishlist_page-options.php:684
1151
  msgid "Choose colors for the Email share button"
1152
  msgstr ""
1153
 
1154
+ #: plugin-options/wishlist_page-options.php:703
1155
  msgid "WhatsApp share button icon"
1156
  msgstr ""
1157
 
1158
+ #: plugin-options/wishlist_page-options.php:704
1159
  msgid "Select an icon for the WhatsApp share button"
1160
  msgstr ""
1161
 
1162
+ #: plugin-options/wishlist_page-options.php:714
1163
  msgid "WhatsApp share button custom icon"
1164
  msgstr ""
1165
 
1166
+ #: plugin-options/wishlist_page-options.php:715
1167
  msgid ""
1168
  "Upload an icon you'd like to use for WhatsApp share button (suggested 32px x "
1169
  "32px)"
1170
  msgstr ""
1171
 
1172
+ #: plugin-options/wishlist_page-options.php:723
1173
  msgid "WhatsApp share button style"
1174
  msgstr ""
1175
 
1176
+ #: plugin-options/wishlist_page-options.php:724
1177
  msgid "Choose colors for WhatsApp share button"
1178
  msgstr ""
1179
 
1180
+ #: templates/share.php:56 templates/share.php:57
1181
  msgid "Facebook"
1182
  msgstr "Facebook"
1183
 
1184
+ #: templates/share.php:64 templates/share.php:65
1185
  msgid "Twitter"
1186
  msgstr "Twitter"
1187
 
1188
+ #: templates/share.php:72 templates/share.php:73
1189
  msgid "Pinterest"
1190
  msgstr ""
1191
 
1192
+ #: templates/share.php:102 templates/share.php:103
1193
  msgid "Email"
1194
  msgstr ""
1195
 
1196
+ #: templates/share.php:110
1197
  msgid "WhatsApp"
1198
  msgstr ""
1199
 
1200
+ #: templates/share.php:111
1201
  msgid "Whatsapp"
1202
  msgstr ""
1203
 
1204
+ #: templates/share.php:120
1205
  msgid "(Now"
1206
  msgstr ""
1207
 
1208
+ #: templates/share.php:120
1209
  msgid "copy"
1210
  msgstr ""
1211
 
1212
+ #: templates/share.php:120
1213
  msgid "this wishlist link and share it anywhere)"
1214
  msgstr ""
1215
 
1216
+ #: templates/wishlist-view-footer-mobile.php:55
1217
+ #: templates/wishlist-view-footer.php:55
1218
  msgid "Apply this action to all the selected items:"
1219
  msgstr ""
1220
 
1221
+ #: templates/wishlist-view-footer-mobile.php:62
1222
+ #: templates/wishlist-view-footer.php:62
1223
  msgid "Remove from wishlist"
1224
  msgstr ""
1225
 
1226
  #. translators: 1. Wishlist formatted name.
1227
+ #: templates/wishlist-view-footer-mobile.php:80
1228
+ #: templates/wishlist-view-footer.php:80
1229
  msgid "Move to %s"
1230
  msgstr ""
1231
 
1232
+ #: templates/wishlist-view-footer-mobile.php:86
1233
+ #: templates/wishlist-view-footer.php:86
1234
  msgid "Apply"
1235
  msgstr ""
1236
 
1237
+ #: templates/wishlist-view-footer-mobile.php:94
1238
+ #: templates/wishlist-view-footer.php:94
1239
  msgid "Update"
1240
  msgstr ""
1241
 
1242
+ #: templates/wishlist-view-footer-mobile.php:100
1243
+ #: templates/wishlist-view-footer.php:138
1244
  msgid "Add all to cart"
1245
  msgstr ""
1246
 
1247
+ #: templates/wishlist-view-header.php:86
1248
  msgid "Edit title"
1249
  msgstr "Titulo da lista de desejos"
1250
 
1251
+ #: templates/wishlist-view-mobile.php:143
1252
  msgid "Added on:"
1253
  msgstr ""
1254
 
1255
+ #: templates/wishlist-view-mobile.php:154
1256
  msgid "Price:"
1257
  msgstr ""
1258
 
1259
+ #: templates/wishlist-view-mobile.php:181
1260
  msgid "Quantity:"
1261
  msgstr ""
1262
 
1263
+ #: templates/wishlist-view-mobile.php:196
1264
  msgid "Stock:"
1265
  msgstr ""
1266
 
1267
+ #: templates/wishlist-view-mobile.php:199 templates/wishlist-view.php:431
1268
  msgid "Out of stock"
1269
  msgstr ""
1270
 
1271
+ #: templates/wishlist-view-mobile.php:199 templates/wishlist-view.php:431
1272
  msgid "In Stock"
1273
  msgstr "Em estoque"
1274
 
1275
+ #: templates/wishlist-view-mobile.php:219 templates/wishlist-view.php:531
1276
  msgid "Move"
1277
  msgstr ""
1278
 
1279
+ #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:562
1280
  msgid "Move to another list &rsaquo;"
1281
  msgstr ""
1282
 
1283
+ #: templates/wishlist-view-mobile.php:270 templates/wishlist-view.php:250
1284
+ #: templates/wishlist-view.php:594
1285
  msgid "Remove this product"
1286
  msgstr "Remover este produto"
1287
 
1288
+ #: templates/wishlist-view-mobile.php:291 templates/wishlist-view.php:636
1289
  msgid "No products added to the wishlist"
1290
  msgstr ""
1291
 
1292
+ #: templates/wishlist-view.php:102
1293
  msgid "Product name"
1294
  msgstr ""
1295
 
1296
+ #: templates/wishlist-view.php:122
1297
  msgid "Unit price"
1298
  msgstr ""
1299
 
1300
+ #: templates/wishlist-view.php:143
1301
  msgid "Quantity"
1302
  msgstr ""
1303
 
1304
+ #: templates/wishlist-view.php:164
1305
  msgid "Stock status"
1306
  msgstr ""
1307
 
1308
+ #: templates/wishlist-view.php:206
1309
  msgid "Arrange"
1310
  msgstr ""
1311
 
1312
  #. translators: date added label: 1 date added.
1313
+ #: templates/wishlist-view.php:466
1314
  msgid "Added on: %s"
1315
  msgstr ""
1316
 
1317
+ #: templates/wishlist-view.php:594
1318
  msgid "Remove"
1319
  msgstr ""
1320
 
1327
  "your e-commerce on <strong>YITH</strong></a>"
1328
  msgstr ""
1329
 
1330
+ #: includes/class-yith-wcwl-admin.php:287
1331
  msgctxt "[HELP TAB] Video title"
1332
  msgid ""
1333
  "Check this video to learn how to <b>configure wishlist and customize options:"
1339
  msgid "wishlist"
1340
  msgstr ""
1341
 
1342
+ #: includes/class-yith-wcwl-privacy.php:275
1343
  msgctxt "date when wishlist was created"
1344
  msgid "Created on"
1345
  msgstr ""
1365
  msgstr ""
1366
 
1367
  #. translators: 1. % of reduction/increase in price.
1368
+ #: includes/class-yith-wcwl-wishlist-item.php:478
1369
  msgctxt ""
1370
  "Part of the template that shows price variation since addition to list; "
1371
  "placeholder will be replaced with a percentage"
1373
  msgstr ""
1374
 
1375
  #. translators: 2: original product price.
1376
+ #: includes/class-yith-wcwl-wishlist-item.php:480
1377
  msgctxt ""
1378
  "Part of the template that shows price variation since addition to list; "
1379
  "placeholder will be replaced with a price"
languages/yith-woocommerce-wishlist-pt_PT.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-pt_PT.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
- "POT-Creation-Date: 2022-06-19 14:16:05+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:06+0200\n"
10
  "Last-Translator: YIThemes <support@yithemes.com>\n"
11
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
@@ -28,123 +28,122 @@ msgstr ""
28
  msgid "Wishlist Page"
29
  msgstr "Lista de Desejos"
30
 
31
- #: includes/class-yith-wcwl-admin.php:146
32
  msgid "General settings"
33
  msgstr ""
34
 
35
- #: includes/class-yith-wcwl-admin.php:147
36
  msgid "Add to wishlist options"
37
  msgstr ""
38
 
39
- #: includes/class-yith-wcwl-admin.php:148
40
  msgid "Wishlist page options"
41
  msgstr ""
42
 
43
- #: includes/class-yith-wcwl-admin.php:249
44
  msgid ""
45
  "Allows your customers to create and share lists of products that they want "
46
  "to purchase on your e-commerce."
47
  msgstr ""
48
 
49
- #: includes/class-yith-wcwl-admin.php:280
50
  msgid ""
51
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
52
  msgstr ""
53
 
54
- #: includes/class-yith-wcwl-admin.php:281
55
  msgid ""
56
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
57
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
58
  "on \"Add to wishlist\""
59
  msgstr ""
60
 
61
- #: includes/class-yith-wcwl-admin.php:282
62
  msgid ""
63
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
64
  "them either public (visible to everyone), private or shared (visible only to "
65
  "people it has been shared with)"
66
  msgstr ""
67
 
68
- #: includes/class-yith-wcwl-admin.php:283
69
  msgid ""
70
  "Choose between <b>different layouts</b> for the wishlist page and for the "
71
  "wishlist content"
72
  msgstr ""
73
 
74
- #: includes/class-yith-wcwl-admin.php:284
75
  msgid ""
76
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
77
  "move a product from one wishlist to another, change order of items, "
78
  "quantity, etc."
79
  msgstr ""
80
 
81
- #: includes/class-yith-wcwl-admin.php:285
82
  msgid ""
83
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
84
  "content of their wishlist to the admin and get a custom quote"
85
  msgstr ""
86
 
87
- #: includes/class-yith-wcwl-admin.php:286
88
  msgid ""
89
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
90
  "(available also with \"mini-cart\" style for the header)"
91
  msgstr ""
92
 
93
- #: includes/class-yith-wcwl-admin.php:287
94
  msgid ""
95
- "View the most popular products added to the wishlist by your customers and "
96
- "<b>send promotional emails to users</b> who have added specific products to "
97
  "their wishlist"
98
  msgstr ""
99
 
100
- #: includes/class-yith-wcwl-admin.php:288
101
  msgid ""
102
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
103
  "the list is back in stock or on sale"
104
  msgstr ""
105
 
106
- #: includes/class-yith-wcwl-admin.php:289
107
  msgid "Regular updates, Translations and Premium Support"
108
  msgstr ""
109
 
110
- #: includes/class-yith-wcwl-ajax-handler.php:75
111
- #: templates/add-to-wishlist-remove.php:59
112
  msgid "View &rsaquo;"
113
  msgstr ""
114
 
115
- #: includes/class-yith-wcwl-ajax-handler.php:76
116
- #: templates/add-to-wishlist-remove.php:58
117
  msgid "or"
118
  msgstr ""
119
 
120
- #: includes/class-yith-wcwl-ajax-handler.php:77
121
  msgid "Close"
122
  msgstr ""
123
 
124
- #: includes/class-yith-wcwl-ajax-handler.php:155
125
- #: includes/class-yith-wcwl-ajax-handler.php:195
126
  msgid "Product successfully removed."
127
  msgstr "Produto removido com sucesso."
128
 
129
- #: includes/class-yith-wcwl-form-handler.php:156
130
  msgid "Please, make sure to enter a valid title"
131
  msgstr ""
132
 
133
- #: includes/class-yith-wcwl-frontend.php:552
134
  msgid ""
135
  "We are sorry, but this feature is available only if cookies on your browser "
136
  "are enabled."
137
  msgstr ""
138
 
139
- #: includes/class-yith-wcwl-frontend.php:553
140
  msgid "Product added to cart successfully"
141
  msgstr ""
142
 
143
- #: includes/class-yith-wcwl-frontend.php:816
144
- #: includes/class-yith-wcwl-shortcode.php:239
145
- #: plugin-options/wishlist_page-options.php:240
146
- #: templates/wishlist-view-footer-mobile.php:46
147
- #: templates/wishlist-view-footer.php:46
148
  msgid "Add to cart"
149
  msgstr ""
150
 
@@ -192,43 +191,43 @@ msgid ""
192
  "for the products you love."
193
  msgstr ""
194
 
195
- #: includes/class-yith-wcwl-privacy.php:84
196
- #: includes/class-yith-wcwl-privacy.php:100
197
  msgid "Customer wishlists"
198
  msgstr ""
199
 
200
- #: includes/class-yith-wcwl-privacy.php:137 plugin-options/lists-options.php:25
201
- #: plugin-options/lists-options.php:32
202
  msgid "Wishlists"
203
  msgstr "Lista de Desejos"
204
 
205
  #. Translators: %s Order number.
206
- #: includes/class-yith-wcwl-privacy.php:199
207
  msgid "Removed wishlist %s."
208
  msgstr "Minha lista de desejos em %s"
209
 
210
  #. Translators: %s Order number.
211
- #: includes/class-yith-wcwl-privacy.php:203
212
  msgid "Wishlist %s has been retained."
213
  msgstr "Texto da tabela de desejos"
214
 
215
- #: includes/class-yith-wcwl-privacy.php:227
216
  msgid "Token"
217
  msgstr ""
218
 
219
- #: includes/class-yith-wcwl-privacy.php:228
220
  msgid "Wishlist URL"
221
  msgstr ""
222
 
223
- #: includes/class-yith-wcwl-privacy.php:229
224
  msgid "Title"
225
  msgstr ""
226
 
227
- #: includes/class-yith-wcwl-privacy.php:231
228
  msgid "Visibility"
229
  msgstr ""
230
 
231
- #: includes/class-yith-wcwl-privacy.php:232
232
  msgid "Items added"
233
  msgstr ""
234
 
@@ -295,139 +294,139 @@ msgstr ""
295
  msgid "ID of the wishlist to show (e.g. K6EOWXB888ZD)"
296
  msgstr ""
297
 
298
- #: includes/class-yith-wcwl-shortcode.php:414
299
  msgid "Share on:"
300
  msgstr "Partilhar no:"
301
 
302
- #: includes/class-yith-wcwl-shortcode.php:438
303
- #: plugin-options/wishlist_page-options.php:138
304
  msgid "Share on Facebook"
305
  msgstr "Partilhar no Facebook"
306
 
307
- #: includes/class-yith-wcwl-shortcode.php:455
308
- #: plugin-options/wishlist_page-options.php:147
309
  msgid "Tweet on Twitter"
310
  msgstr "Tweetar no Twitter"
311
 
312
- #: includes/class-yith-wcwl-shortcode.php:473
313
- #: plugin-options/wishlist_page-options.php:156
314
  msgid "Pin on Pinterest"
315
  msgstr ""
316
 
317
- #: includes/class-yith-wcwl-shortcode.php:487
318
  msgid "Share via email"
319
  msgstr ""
320
 
321
- #: includes/class-yith-wcwl-shortcode.php:510
322
- #: plugin-options/wishlist_page-options.php:174
323
  msgid "Share on WhatsApp"
324
  msgstr ""
325
 
326
- #: includes/class-yith-wcwl-shortcode.php:621
327
  msgid "Remove from list"
328
  msgstr ""
329
 
330
- #: includes/class-yith-wcwl-wishlist-item.php:193
331
  msgid "Free!"
332
  msgstr ""
333
 
334
- #: includes/class-yith-wcwl.php:164
335
  msgid "The item cannot be added to this wishlist"
336
  msgstr ""
337
 
338
- #: includes/class-yith-wcwl.php:168 includes/class-yith-wcwl.php:174
339
  msgid "An error occurred while adding the products to the wishlist."
340
  msgstr ""
341
 
342
- #: includes/class-yith-wcwl.php:235 includes/class-yith-wcwl.php:241
343
  msgid "Error. Unable to remove the product from the wishlist."
344
  msgstr "Erro. Não foi possível remover o produto da lista de desejos."
345
 
346
- #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:152
347
- #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:174
348
  msgid "Invalid wishlist."
349
  msgstr ""
350
 
351
- #: includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:119
352
  msgid "Invalid wishlist item."
353
  msgstr ""
354
 
355
  #. translators: 1. Number of users.
356
- #: includes/functions-yith-wcwl.php:249
357
  msgid "%d user"
358
  msgid_plural "%d users"
359
  msgstr[0] ""
360
  msgstr[1] ""
361
 
362
- #: includes/functions-yith-wcwl.php:250
363
  msgid "has this item in wishlist"
364
  msgid_plural "have this item in wishlist"
365
  msgstr[0] ""
366
  msgstr[1] ""
367
 
368
- #: includes/functions-yith-wcwl.php:252
369
  msgid "You're the first"
370
  msgstr ""
371
 
372
- #: includes/functions-yith-wcwl.php:253
373
  msgid "to add this item in wishlist"
374
  msgstr ""
375
 
376
  #. translators: 1. Count of users when many, or "another" when only one.
377
- #: includes/functions-yith-wcwl.php:257
378
  msgid "You and %s user"
379
  msgid_plural "You and %d users"
380
  msgstr[0] ""
381
  msgstr[1] ""
382
 
383
- #: includes/functions-yith-wcwl.php:257
384
  msgid "another"
385
  msgstr ""
386
 
387
- #: includes/functions-yith-wcwl.php:258
388
  msgid "have this item in wishlist"
389
  msgstr ""
390
 
391
- #: includes/functions-yith-wcwl.php:425
392
  msgid "None"
393
  msgstr ""
394
 
395
- #: includes/functions-yith-wcwl.php:426
396
  #, fuzzy
397
  msgid "Custom"
398
  msgstr "CSS Customizado"
399
 
400
- #: includes/functions-yith-wcwl.php:447
401
  msgid "Shared"
402
  msgstr "Partilhar no:"
403
 
404
- #: includes/functions-yith-wcwl.php:451
405
  msgid "Only people with a link to this list can see it"
406
  msgstr ""
407
 
408
- #: includes/functions-yith-wcwl.php:457
409
  msgid "Private"
410
  msgstr ""
411
 
412
- #: includes/functions-yith-wcwl.php:461
413
  msgid "Only you can see this list"
414
  msgstr ""
415
 
416
- #: includes/functions-yith-wcwl.php:467
417
  msgid "Public"
418
  msgstr ""
419
 
420
- #: includes/functions-yith-wcwl.php:471
421
  msgid "Anyone can search for and see this list"
422
  msgstr ""
423
 
424
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:118
425
- #: plugin-options/add_to_wishlist-options.php:127
426
  msgid "Add to wishlist"
427
  msgstr ""
428
 
429
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:128
430
- #: plugin-options/add_to_wishlist-options.php:143
431
  msgid "Browse wishlist"
432
  msgstr ""
433
 
@@ -441,70 +440,68 @@ msgstr "Produto já na lista de desejos."
441
  msgid "Product added to wishlist"
442
  msgstr "Produto já na lista de desejos."
443
 
444
- #: init.php:160
445
  msgid "is enabled but not effective. It requires WooCommerce to work."
446
  msgstr ""
447
 
448
- #: init.php:176
449
- msgid "You can't activate the free version of"
450
- msgstr ""
451
-
452
- #: init.php:176
453
- msgid "while you are using the premium one."
454
  msgstr ""
455
 
456
- #: plugin-options/add_to_wishlist-options.php:20
457
- #: plugin-options/settings-options.php:27
458
  msgid "General Settings"
459
  msgstr "Opções gerais"
460
 
461
- #: plugin-options/add_to_wishlist-options.php:27
462
  msgid "After product is added to wishlist"
463
  msgstr ""
464
 
465
- #: plugin-options/add_to_wishlist-options.php:28
466
  msgid ""
467
  "Choose the look of the Wishlist button when the product has already been "
468
  "added to a wishlist"
469
  msgstr ""
470
 
471
- #: plugin-options/add_to_wishlist-options.php:32
472
  #, fuzzy
473
  msgid "Show \"Add to wishlist\" button"
474
  msgstr "Produto já na lista de desejos."
475
 
476
- #: plugin-options/add_to_wishlist-options.php:33
477
  msgid "Show \"View wishlist\" link"
478
  msgstr ""
479
 
480
- #: plugin-options/add_to_wishlist-options.php:34
481
  msgid "Show \"Remove from list\" link"
482
  msgstr ""
483
 
484
- #: plugin-options/add_to_wishlist-options.php:48
485
  msgid "Loop settings"
486
  msgstr ""
487
 
488
- #: plugin-options/add_to_wishlist-options.php:50
489
  msgid ""
490
  "Loop options will be visible on Shop page, category pages, product "
491
  "shortcodes, products sliders, and all the other places where the WooCommerce "
492
  "products' loop is used"
493
  msgstr ""
494
 
495
- #: plugin-options/add_to_wishlist-options.php:55
496
  msgid "Show \"Add to wishlist\" in loop"
497
  msgstr ""
498
 
499
- #: plugin-options/add_to_wishlist-options.php:56
500
  msgid "Enable the \"Add to wishlist\" feature in WooCommerce products' loop"
501
  msgstr ""
502
 
503
- #: plugin-options/add_to_wishlist-options.php:64
504
  msgid "Position of \"Add to wishlist\" in loop"
505
  msgstr ""
506
 
507
- #: plugin-options/add_to_wishlist-options.php:65
508
  msgid ""
509
  "Choose where to show \"Add to wishlist\" button or link in WooCommerce "
510
  "products' loop. <span class=\"addon\">Copy this shortcode <span class=\"code"
@@ -512,32 +509,32 @@ msgid ""
512
  "want to show the \"Add to wishlist\" link or button</span>"
513
  msgstr ""
514
 
515
- #: plugin-options/add_to_wishlist-options.php:72
516
  msgid "On top of the image"
517
  msgstr ""
518
 
519
- #: plugin-options/add_to_wishlist-options.php:73
520
  msgid "Before \"Add to cart\" button"
521
  msgstr ""
522
 
523
- #: plugin-options/add_to_wishlist-options.php:74
524
  msgid "After \"Add to cart\" button"
525
  msgstr ""
526
 
527
- #: plugin-options/add_to_wishlist-options.php:75
528
- #: plugin-options/add_to_wishlist-options.php:107
529
  msgid "Use shortcode"
530
  msgstr "Usar shortcode"
531
 
532
- #: plugin-options/add_to_wishlist-options.php:89
533
  msgid "Product page settings"
534
  msgstr ""
535
 
536
- #: plugin-options/add_to_wishlist-options.php:96
537
  msgid "Position of \"Add to wishlist\" on product page"
538
  msgstr ""
539
 
540
- #: plugin-options/add_to_wishlist-options.php:97
541
  msgid ""
542
  "Choose where to show \"Add to wishlist\" button or link on the product page. "
543
  "<span class=\"addon\">Copy this shortcode <span class=\"code"
@@ -545,472 +542,452 @@ msgid ""
545
  "want to show the \"Add to wishlist\" link or button</span>"
546
  msgstr ""
547
 
548
- #: plugin-options/add_to_wishlist-options.php:104
549
  msgid "After \"Add to cart\""
550
  msgstr "Após \" Adicionar ao carrinho \""
551
 
552
- #: plugin-options/add_to_wishlist-options.php:105
553
  msgid "After thumbnails"
554
  msgstr "Após miniaturas"
555
 
556
- #: plugin-options/add_to_wishlist-options.php:106
557
  msgid "After summary"
558
  msgstr "Após sumário"
559
 
560
- #: plugin-options/add_to_wishlist-options.php:117
561
- #: plugin-options/wishlist_page-options.php:222
562
  msgid "Text customization"
563
  msgstr ""
564
 
565
- #: plugin-options/add_to_wishlist-options.php:124
566
  msgid "\"Add to wishlist\" text"
567
  msgstr ""
568
 
569
- #: plugin-options/add_to_wishlist-options.php:125
570
  msgid "Enter a text for \"Add to wishlist\" button"
571
  msgstr ""
572
 
573
- #: plugin-options/add_to_wishlist-options.php:132
574
  msgid "\"Product added\" text"
575
  msgstr "Produto adicionado!"
576
 
577
- #: plugin-options/add_to_wishlist-options.php:133
578
  msgid ""
579
  "Enter the text of the message displayed when the user adds a product to the "
580
  "wishlist"
581
  msgstr ""
582
 
583
- #: plugin-options/add_to_wishlist-options.php:135
584
  msgid "Product added!"
585
  msgstr "Produto adicionado!"
586
 
587
- #: plugin-options/add_to_wishlist-options.php:140
588
  msgid "\"Browse wishlist\" text"
589
  msgstr "Veja sua lista de desejos!"
590
 
591
- #: plugin-options/add_to_wishlist-options.php:141
592
  msgid "Enter a text for the \"Browse wishlist\" link on the product page"
593
  msgstr ""
594
 
595
- #: plugin-options/add_to_wishlist-options.php:148
596
  msgid "\"Product already in wishlist\" text"
597
  msgstr "Produto já na lista de desejos."
598
 
599
- #: plugin-options/add_to_wishlist-options.php:149
600
  msgid ""
601
  "Enter the text for the message displayed when the user views a product that "
602
  "is already in the wishlist"
603
  msgstr ""
604
 
605
- #: plugin-options/add_to_wishlist-options.php:151
606
  msgid "The product is already in your wishlist!"
607
  msgstr ""
608
 
609
- #: plugin-options/add_to_wishlist-options.php:161
610
  msgid "Style & Color customization"
611
  msgstr ""
612
 
613
- #: plugin-options/add_to_wishlist-options.php:168
614
  msgid "Style of \"Add to wishlist\""
615
  msgstr ""
616
 
617
- #: plugin-options/add_to_wishlist-options.php:169
618
  msgid ""
619
  "Choose if you want to show a textual \"Add to wishlist\" link or a button"
620
  msgstr ""
621
 
622
- #: plugin-options/add_to_wishlist-options.php:172
623
- #: plugin-options/wishlist_page-options.php:261
624
  msgid "Textual (anchor)"
625
  msgstr ""
626
 
627
- #: plugin-options/add_to_wishlist-options.php:173
628
- #: plugin-options/wishlist_page-options.php:262
629
  msgid "Button with theme style"
630
  msgstr ""
631
 
632
- #: plugin-options/add_to_wishlist-options.php:174
633
- #: plugin-options/wishlist_page-options.php:263
634
  msgid "Button with custom style"
635
  msgstr ""
636
 
637
- #: plugin-options/add_to_wishlist-options.php:182
638
  msgid "\"Add to wishlist\" button style"
639
  msgstr ""
640
 
641
- #: plugin-options/add_to_wishlist-options.php:188
642
  msgid "Choose colors for the \"Add to wishlist\" button"
643
  msgstr ""
644
 
645
- #: plugin-options/add_to_wishlist-options.php:190
646
- #: plugin-options/wishlist_page-options.php:279
647
- #: plugin-options/wishlist_page-options.php:368
648
- #: plugin-options/wishlist_page-options.php:417
649
- #: plugin-options/wishlist_page-options.php:465
650
- #: plugin-options/wishlist_page-options.php:552
651
- #: plugin-options/wishlist_page-options.php:592
652
- #: plugin-options/wishlist_page-options.php:632
653
- #: plugin-options/wishlist_page-options.php:672
654
- #: plugin-options/wishlist_page-options.php:712
655
  msgid "Background"
656
  msgstr ""
657
 
658
- #: plugin-options/add_to_wishlist-options.php:195
659
- #: plugin-options/wishlist_page-options.php:284
660
- #: plugin-options/wishlist_page-options.php:373
661
- #: plugin-options/wishlist_page-options.php:422
662
- #: plugin-options/wishlist_page-options.php:470
663
- #: plugin-options/wishlist_page-options.php:507
664
  msgid "Text"
665
  msgstr ""
666
 
667
- #: plugin-options/add_to_wishlist-options.php:200
668
- #: plugin-options/wishlist_page-options.php:289
669
- #: plugin-options/wishlist_page-options.php:378
670
- #: plugin-options/wishlist_page-options.php:427
671
- #: plugin-options/wishlist_page-options.php:475
672
  msgid "Border"
673
  msgstr ""
674
 
675
- #: plugin-options/add_to_wishlist-options.php:206
676
  msgid "Choose colors for the \"Add to wishlist\" button on hover state"
677
  msgstr ""
678
 
679
- #: plugin-options/add_to_wishlist-options.php:208
680
- #: plugin-options/wishlist_page-options.php:297
681
- #: plugin-options/wishlist_page-options.php:386
682
- #: plugin-options/wishlist_page-options.php:435
683
  msgid "Background Hover"
684
  msgstr ""
685
 
686
- #: plugin-options/add_to_wishlist-options.php:213
687
- #: plugin-options/wishlist_page-options.php:302
688
- #: plugin-options/wishlist_page-options.php:391
689
- #: plugin-options/wishlist_page-options.php:440
690
  msgid "Text Hover"
691
  msgstr ""
692
 
693
- #: plugin-options/add_to_wishlist-options.php:218
694
- #: plugin-options/wishlist_page-options.php:307
695
- #: plugin-options/wishlist_page-options.php:396
696
- #: plugin-options/wishlist_page-options.php:445
697
  msgid "Border Hover"
698
  msgstr ""
699
 
700
- #: plugin-options/add_to_wishlist-options.php:231
701
- #: plugin-options/wishlist_page-options.php:320
702
  msgid "Border radius"
703
  msgstr ""
704
 
705
- #: plugin-options/add_to_wishlist-options.php:232
706
  msgid "Choose radius for the \"Add to wishlist\" button"
707
  msgstr ""
708
 
709
- #: plugin-options/add_to_wishlist-options.php:246
710
  msgid "\"Add to wishlist\" icon"
711
  msgstr ""
712
 
713
- #: plugin-options/add_to_wishlist-options.php:247
714
  msgid "Select an icon for the \"Add to wishlist\" button (optional)"
715
  msgstr ""
716
 
717
- #: plugin-options/add_to_wishlist-options.php:257
718
  msgid "\"Add to wishlist\" custom icon"
719
  msgstr ""
720
 
721
- #: plugin-options/add_to_wishlist-options.php:258
722
- #: plugin-options/add_to_wishlist-options.php:282
723
  msgid ""
724
  "Upload an icon you'd like to use for \"Add to wishlist\" button (suggested "
725
  "32px x 32px)"
726
  msgstr ""
727
 
728
- #: plugin-options/add_to_wishlist-options.php:270
729
  msgid "\"Added to wishlist\" icon"
730
  msgstr ""
731
 
732
- #: plugin-options/add_to_wishlist-options.php:271
733
  msgid "Select an icon for the \"Added to wishlist\" button (optional)"
734
  msgstr ""
735
 
736
- #: plugin-options/add_to_wishlist-options.php:277
737
  msgid "Same used for Add to wishlist"
738
  msgstr ""
739
 
740
- #: plugin-options/add_to_wishlist-options.php:281
741
  msgid "\"Added to wishlist\" custom icon"
742
  msgstr ""
743
 
744
- #: plugin-options/add_to_wishlist-options.php:294
745
  msgid "Custom CSS"
746
  msgstr "CSS Customizado"
747
 
748
- #: plugin-options/add_to_wishlist-options.php:295
749
  msgid "Enter custom CSS to be applied to Wishlist elements (optional)"
750
  msgstr ""
751
 
752
- #: plugin-options/lists-options.php:34
753
  msgid "Search list"
754
  msgstr ""
755
 
756
- #. translators: 1. Anchor to Frequently Bought Together landing page on
757
- #. yithemes.com.
758
- #: plugin-options/settings-options.php:19
759
- msgid ""
760
- "If you want to take advantage of this feature, you could consider purchasing "
761
- "the %s."
762
- msgstr ""
763
-
764
- #: plugin-options/settings-options.php:34
765
  msgid "Enable AJAX loading"
766
  msgstr ""
767
 
768
- #: plugin-options/settings-options.php:35
769
  msgid "Load any cacheable wishlist item via AJAX"
770
  msgstr ""
771
 
772
- #: plugin-options/settings-options.php:48
773
  msgid "YITH WooCommerce Frequently Bought Together Integration"
774
  msgstr ""
775
 
776
- #. translators: 1. Url to Frequently Bought Together landing page on
777
- #. yithemes.com.
778
- #: plugin-options/settings-options.php:51
779
- msgid ""
780
- "In order to use this integration you have to install and activate YITH "
781
- "WooCommerce Frequently Bought Together. <a href=\"%s\">Learn more</a>"
782
- msgstr ""
783
-
784
- #: plugin-options/settings-options.php:56
785
  msgid "Enable slider in wishlist"
786
  msgstr ""
787
 
788
- #. translators: 1. Example image of the integration. 2. CTA to buy Frequently
789
- #. Bought Together.
790
- #: plugin-options/settings-options.php:58
791
  msgid ""
792
  "Enable the slider with linked products on the Wishlist page (<a href=\"%1$s"
793
- "\" class=\"thickbox\">Example</a>). %2$s"
794
  msgstr ""
795
 
796
- #: plugin-options/wishlist_page-options.php:19
797
- msgid "All your wishlists"
798
- msgstr ""
799
-
800
- #: plugin-options/wishlist_page-options.php:26
801
  msgid "Wishlist page"
802
  msgstr ""
803
 
804
- #: plugin-options/wishlist_page-options.php:27
805
  msgid ""
806
  "Pick a page as the main Wishlist page; make sure you add the <span class="
807
  "\"code\"><code>[yith_wcwl_wishlist]</code></span> shortcode into the page "
808
  "content"
809
  msgstr ""
810
 
811
- #: plugin-options/wishlist_page-options.php:40
812
  msgid "Wishlist Detail Page"
813
  msgstr ""
814
 
815
- #: plugin-options/wishlist_page-options.php:47
816
  #: plugin-options/wishlist_page-options.php:56
817
  #: plugin-options/wishlist_page-options.php:65
818
  #: plugin-options/wishlist_page-options.php:74
819
  #: plugin-options/wishlist_page-options.php:83
820
  #: plugin-options/wishlist_page-options.php:92
821
  #: plugin-options/wishlist_page-options.php:101
 
822
  msgid "In wishlist table show"
823
  msgstr ""
824
 
825
- #: plugin-options/wishlist_page-options.php:48
826
  msgid "Product variations selected by the user (example: size or color)"
827
  msgstr ""
828
 
829
- #: plugin-options/wishlist_page-options.php:57
830
  msgid "Product price"
831
  msgstr ""
832
 
833
- #: plugin-options/wishlist_page-options.php:66
834
  msgid "Product stock (show if the product is available or not)"
835
  msgstr ""
836
 
837
- #: plugin-options/wishlist_page-options.php:75
838
  msgid "Date on which the product was added to the wishlist"
839
  msgstr ""
840
 
841
- #: plugin-options/wishlist_page-options.php:84
842
  msgid "Add to cart option for each product"
843
  msgstr ""
844
 
845
- #: plugin-options/wishlist_page-options.php:93
846
  msgid ""
847
  "Icon to remove the product from the wishlist - to the left of the product"
848
  msgstr ""
849
 
850
- #: plugin-options/wishlist_page-options.php:102
851
  msgid ""
852
  "Button to remove the product from the wishlist - to the right of the product"
853
  msgstr ""
854
 
855
- #: plugin-options/wishlist_page-options.php:110
856
  msgid "Redirect to cart"
857
  msgstr "Redirecionar para o carrinho"
858
 
859
- #: plugin-options/wishlist_page-options.php:111
860
  msgid ""
861
  "Redirect users to the cart page when they add a product to the cart from the "
862
  "wishlist page"
863
  msgstr ""
864
 
865
- #: plugin-options/wishlist_page-options.php:119
866
  msgid "Remove if added to the cart"
867
  msgstr "Remover se adcionado ao carrinho"
868
 
869
- #: plugin-options/wishlist_page-options.php:120
870
  msgid ""
871
  "Remove the product from the wishlist after it has been added to the cart"
872
  msgstr ""
873
 
874
- #: plugin-options/wishlist_page-options.php:128
875
  msgid "Share wishlist"
876
  msgstr ""
877
 
878
- #: plugin-options/wishlist_page-options.php:129
879
  msgid "Enable this option to let users share their wishlist on social media"
880
  msgstr ""
881
 
882
- #: plugin-options/wishlist_page-options.php:137
883
  #: plugin-options/wishlist_page-options.php:146
884
  #: plugin-options/wishlist_page-options.php:155
885
  #: plugin-options/wishlist_page-options.php:164
886
  #: plugin-options/wishlist_page-options.php:173
 
887
  msgid "Share on social media"
888
  msgstr ""
889
 
890
- #: plugin-options/wishlist_page-options.php:165
891
  msgid "Share by email"
892
  msgstr ""
893
 
894
- #: plugin-options/wishlist_page-options.php:182
895
  msgid "Share by URL"
896
  msgstr ""
897
 
898
- #: plugin-options/wishlist_page-options.php:183
899
  msgid "Show \"Share URL\" field on wishlist page"
900
  msgstr ""
901
 
902
- #: plugin-options/wishlist_page-options.php:191
903
  msgid "Sharing title"
904
  msgstr ""
905
 
906
- #: plugin-options/wishlist_page-options.php:192
907
  msgid "Wishlist title used for sharing (only used on Twitter and Pinterest)"
908
  msgstr ""
909
 
910
  #. translators: 1. Blog name.
911
- #: plugin-options/wishlist_page-options.php:195
912
  msgid "My wishlist on %s"
913
  msgstr "Minha lista de desejos em %s"
914
 
915
- #: plugin-options/wishlist_page-options.php:200
916
  msgid "Social text"
917
  msgstr "Texto Redes Sociais"
918
 
919
- #: plugin-options/wishlist_page-options.php:201
920
  msgid ""
921
  "Type the message you want to publish when you share your wishlist on Twitter "
922
  "and Pinterest"
923
  msgstr ""
924
 
925
- #: plugin-options/wishlist_page-options.php:209
926
  msgid "Social image URL"
927
  msgstr "Url para partilhar"
928
 
929
- #: plugin-options/wishlist_page-options.php:210
930
  msgid "It will be used to pin the wishlist on Pinterest."
931
  msgstr ""
932
 
933
- #: plugin-options/wishlist_page-options.php:229
934
  msgid "Default wishlist name"
935
  msgstr ""
936
 
937
- #: plugin-options/wishlist_page-options.php:230
938
  msgid ""
939
  "Enter a name for the default wishlist. This is the wishlist that will be "
940
  "automatically generated for all users if they do not create any custom one"
941
  msgstr ""
942
 
943
- #: plugin-options/wishlist_page-options.php:232
944
  #, fuzzy
945
  msgid "My wishlist"
946
  msgstr "Minha lista de desejos em %s"
947
 
948
- #: plugin-options/wishlist_page-options.php:237
949
  msgid "\"Add to cart\" text"
950
  msgstr ""
951
 
952
- #: plugin-options/wishlist_page-options.php:238
953
  msgid "Enter a text for the \"Add to cart\" button"
954
  msgstr ""
955
 
956
- #: plugin-options/wishlist_page-options.php:250
957
  msgid "Style & color customization"
958
  msgstr ""
959
 
960
- #: plugin-options/wishlist_page-options.php:257
961
  msgid "Style of \"Add to cart\""
962
  msgstr ""
963
 
964
- #: plugin-options/wishlist_page-options.php:258
965
  msgid "Choose whether to show a textual \"Add to cart\" link or a button"
966
  msgstr ""
967
 
968
- #: plugin-options/wishlist_page-options.php:271
969
  msgid "\"Add to cart\" button style"
970
  msgstr ""
971
 
972
- #: plugin-options/wishlist_page-options.php:277
973
  msgid "Choose the colors for the \"Add to cart\" button"
974
  msgstr ""
975
 
976
- #: plugin-options/wishlist_page-options.php:295
977
  msgid "Choose colors for the \"Add to cart\" button on hover state"
978
  msgstr ""
979
 
980
- #: plugin-options/wishlist_page-options.php:321
981
  msgid "Set the radius for the \"Add to cart\" button"
982
  msgstr ""
983
 
984
- #: plugin-options/wishlist_page-options.php:335
985
  msgid "\"Add to cart\" icon"
986
  msgstr ""
987
 
988
- #: plugin-options/wishlist_page-options.php:336
989
  msgid "Select an icon for the \"Add to cart\" button (optional)"
990
  msgstr ""
991
 
992
- #: plugin-options/wishlist_page-options.php:351
993
  msgid "\"Add to cart\" custom icon"
994
  msgstr ""
995
 
996
- #: plugin-options/wishlist_page-options.php:352
997
  msgid ""
998
  "Upload an icon you'd like to use for the \"Add to cart\" button (suggested "
999
  "32px x 32px)"
1000
  msgstr ""
1001
 
1002
- #: plugin-options/wishlist_page-options.php:360
1003
  msgid "Primary button style"
1004
  msgstr ""
1005
 
1006
- #: plugin-options/wishlist_page-options.php:366
1007
  msgid ""
1008
  "Choose colors for the primary button<br/><small>This style will be applied "
1009
  "to \"Edit title\" button on Wishlist view, \"Submit Changes\" button on "
1010
  "Manage view and \"Search wishlist\" button on Search view</small>"
1011
  msgstr ""
1012
 
1013
- #: plugin-options/wishlist_page-options.php:384
1014
  msgid ""
1015
  "Choose colors for the primary button on hover state<br/><small>This style "
1016
  "will be applied to \"Edit title\" button on Wishlist view, \"Submit Changes"
@@ -1018,326 +995,326 @@ msgid ""
1018
  "small>"
1019
  msgstr ""
1020
 
1021
- #: plugin-options/wishlist_page-options.php:409
1022
  msgid "Secondary button style"
1023
  msgstr ""
1024
 
1025
- #: plugin-options/wishlist_page-options.php:415
1026
  #: plugin-options/wishlist_page-options.php:433
 
1027
  msgid ""
1028
  "Choose colors of the secondary button<br/><small>This style will be applied "
1029
  "to the buttons that allow showing and hiding the Edit title form on Wishlist "
1030
  "view and \"Create new Wishlist\" button on Manage view</small>"
1031
  msgstr ""
1032
 
1033
- #: plugin-options/wishlist_page-options.php:458
1034
  msgid "Wishlist table style"
1035
  msgstr ""
1036
 
1037
- #: plugin-options/wishlist_page-options.php:459
1038
  msgid ""
1039
  "Choose the colors for the wishlist table (when set to \"Traditional\" layout)"
1040
  msgstr ""
1041
 
1042
- #: plugin-options/wishlist_page-options.php:487
1043
  msgid "Highlight color"
1044
  msgstr ""
1045
 
1046
- #: plugin-options/wishlist_page-options.php:488
1047
  msgid ""
1048
  "Choose the color for all sections with background<br/><small>This color will "
1049
  "be used as background for the wishlist table heading and footer (when set to "
1050
  "\"Traditional\" layout), and for various form across wishlist views</small>"
1051
  msgstr ""
1052
 
1053
- #: plugin-options/wishlist_page-options.php:500
1054
  msgid "Share button text color"
1055
  msgstr ""
1056
 
1057
- #: plugin-options/wishlist_page-options.php:501
1058
  msgid "Choose colors for share buttons text"
1059
  msgstr ""
1060
 
1061
- #: plugin-options/wishlist_page-options.php:512
1062
  msgid "Text hover"
1063
  msgstr ""
1064
 
1065
- #: plugin-options/wishlist_page-options.php:525
1066
  msgid "Facebook share button icon"
1067
  msgstr ""
1068
 
1069
- #: plugin-options/wishlist_page-options.php:526
1070
  msgid "Select an icon for the Facebook share button"
1071
  msgstr ""
1072
 
1073
- #: plugin-options/wishlist_page-options.php:536
1074
  msgid "Facebook share button custom icon"
1075
  msgstr ""
1076
 
1077
- #: plugin-options/wishlist_page-options.php:537
1078
  msgid ""
1079
  "Upload an icon you'd like to use for Facebook share button (suggested 32px x "
1080
  "32px)"
1081
  msgstr ""
1082
 
1083
- #: plugin-options/wishlist_page-options.php:545
1084
  msgid "Facebook share button style"
1085
  msgstr ""
1086
 
1087
- #: plugin-options/wishlist_page-options.php:546
1088
  msgid "Choose colors for Facebook share button"
1089
  msgstr ""
1090
 
1091
- #: plugin-options/wishlist_page-options.php:557
1092
- #: plugin-options/wishlist_page-options.php:597
1093
- #: plugin-options/wishlist_page-options.php:637
1094
- #: plugin-options/wishlist_page-options.php:677
1095
- #: plugin-options/wishlist_page-options.php:717
1096
  msgid "Background hover"
1097
  msgstr ""
1098
 
1099
- #: plugin-options/wishlist_page-options.php:565
1100
  msgid "Twitter share button icon"
1101
  msgstr ""
1102
 
1103
- #: plugin-options/wishlist_page-options.php:566
1104
  msgid "Select an icon for the Twitter share button"
1105
  msgstr ""
1106
 
1107
- #: plugin-options/wishlist_page-options.php:576
1108
  msgid "Twitter share button custom icon"
1109
  msgstr ""
1110
 
1111
- #: plugin-options/wishlist_page-options.php:577
1112
  msgid ""
1113
  "Upload an icon you'd like to use for Twitter share button (suggested 32px x "
1114
  "32px)"
1115
  msgstr ""
1116
 
1117
- #: plugin-options/wishlist_page-options.php:585
1118
  msgid "Twitter share button style"
1119
  msgstr ""
1120
 
1121
- #: plugin-options/wishlist_page-options.php:586
1122
  msgid "Choose colors for Twitter share button"
1123
  msgstr ""
1124
 
1125
- #: plugin-options/wishlist_page-options.php:605
1126
  msgid "Pinterest share button icon"
1127
  msgstr ""
1128
 
1129
- #: plugin-options/wishlist_page-options.php:606
1130
  msgid "Select an icon for the Pinterest share button"
1131
  msgstr ""
1132
 
1133
- #: plugin-options/wishlist_page-options.php:616
1134
  msgid "Pinterest share button custom icon"
1135
  msgstr ""
1136
 
1137
- #: plugin-options/wishlist_page-options.php:617
1138
  msgid ""
1139
  "Upload an icon you'd like to use for Pinterest share button (suggested 32px "
1140
  "x 32px)"
1141
  msgstr ""
1142
 
1143
- #: plugin-options/wishlist_page-options.php:625
1144
  msgid "Pinterest share button style"
1145
  msgstr ""
1146
 
1147
- #: plugin-options/wishlist_page-options.php:626
1148
  msgid "Choose colors for Pinterest share button"
1149
  msgstr ""
1150
 
1151
- #: plugin-options/wishlist_page-options.php:645
1152
  msgid "Email share button icon"
1153
  msgstr ""
1154
 
1155
- #: plugin-options/wishlist_page-options.php:646
1156
  msgid "Select an icon for the Email share button"
1157
  msgstr ""
1158
 
1159
- #: plugin-options/wishlist_page-options.php:656
1160
  msgid "Email share button custom icon"
1161
  msgstr ""
1162
 
1163
- #: plugin-options/wishlist_page-options.php:657
1164
  msgid ""
1165
  "Upload an icon you'd like to use for the Email share button (suggested 32px "
1166
  "x 32px)"
1167
  msgstr ""
1168
 
1169
- #: plugin-options/wishlist_page-options.php:665
1170
  msgid "Email share button style"
1171
  msgstr ""
1172
 
1173
- #: plugin-options/wishlist_page-options.php:666
1174
  msgid "Choose colors for the Email share button"
1175
  msgstr ""
1176
 
1177
- #: plugin-options/wishlist_page-options.php:685
1178
  msgid "WhatsApp share button icon"
1179
  msgstr ""
1180
 
1181
- #: plugin-options/wishlist_page-options.php:686
1182
  msgid "Select an icon for the WhatsApp share button"
1183
  msgstr ""
1184
 
1185
- #: plugin-options/wishlist_page-options.php:696
1186
  msgid "WhatsApp share button custom icon"
1187
  msgstr ""
1188
 
1189
- #: plugin-options/wishlist_page-options.php:697
1190
  msgid ""
1191
  "Upload an icon you'd like to use for WhatsApp share button (suggested 32px x "
1192
  "32px)"
1193
  msgstr ""
1194
 
1195
- #: plugin-options/wishlist_page-options.php:705
1196
  msgid "WhatsApp share button style"
1197
  msgstr ""
1198
 
1199
- #: plugin-options/wishlist_page-options.php:706
1200
  msgid "Choose colors for WhatsApp share button"
1201
  msgstr ""
1202
 
1203
- #: templates/share.php:51 templates/share.php:52
1204
  msgid "Facebook"
1205
  msgstr "Facebook"
1206
 
1207
- #: templates/share.php:59 templates/share.php:60
1208
  msgid "Twitter"
1209
  msgstr "Twitter"
1210
 
1211
- #: templates/share.php:67 templates/share.php:68
1212
  msgid "Pinterest"
1213
  msgstr ""
1214
 
1215
- #: templates/share.php:75 templates/share.php:76
1216
  msgid "Email"
1217
  msgstr ""
1218
 
1219
- #: templates/share.php:83
1220
  msgid "WhatsApp"
1221
  msgstr ""
1222
 
1223
- #: templates/share.php:84
1224
  msgid "Whatsapp"
1225
  msgstr ""
1226
 
1227
- #: templates/share.php:93
1228
  msgid "(Now"
1229
  msgstr ""
1230
 
1231
- #: templates/share.php:93
1232
  msgid "copy"
1233
  msgstr ""
1234
 
1235
- #: templates/share.php:93
1236
  msgid "this wishlist link and share it anywhere)"
1237
  msgstr ""
1238
 
1239
- #: templates/wishlist-view-footer-mobile.php:44
1240
- #: templates/wishlist-view-footer.php:44
1241
  msgid "Apply this action to all the selected items:"
1242
  msgstr ""
1243
 
1244
- #: templates/wishlist-view-footer-mobile.php:49
1245
- #: templates/wishlist-view-footer.php:49
1246
  msgid "Remove from wishlist"
1247
  msgstr ""
1248
 
1249
  #. translators: 1. Wishlist formatted name.
1250
- #: templates/wishlist-view-footer-mobile.php:67
1251
- #: templates/wishlist-view-footer.php:67
1252
  msgid "Move to %s"
1253
  msgstr ""
1254
 
1255
- #: templates/wishlist-view-footer-mobile.php:73
1256
- #: templates/wishlist-view-footer.php:73
1257
  msgid "Apply"
1258
  msgstr ""
1259
 
1260
- #: templates/wishlist-view-footer-mobile.php:81
1261
- #: templates/wishlist-view-footer.php:81
1262
  msgid "Update"
1263
  msgstr ""
1264
 
1265
- #: templates/wishlist-view-footer-mobile.php:87
1266
- #: templates/wishlist-view-footer.php:103
1267
  msgid "Add all to cart"
1268
  msgstr ""
1269
 
1270
- #: templates/wishlist-view-header.php:48
1271
  msgid "Edit title"
1272
  msgstr "Titulo da lista de desejos"
1273
 
1274
- #: templates/wishlist-view-mobile.php:134
1275
  msgid "Added on:"
1276
  msgstr ""
1277
 
1278
- #: templates/wishlist-view-mobile.php:145
1279
  msgid "Price:"
1280
  msgstr ""
1281
 
1282
- #: templates/wishlist-view-mobile.php:172
1283
  msgid "Quantity:"
1284
  msgstr ""
1285
 
1286
- #: templates/wishlist-view-mobile.php:187
1287
  msgid "Stock:"
1288
  msgstr ""
1289
 
1290
- #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1291
  msgid "Out of stock"
1292
  msgstr ""
1293
 
1294
- #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1295
  msgid "In Stock"
1296
  msgstr "Em stock"
1297
 
1298
- #: templates/wishlist-view-mobile.php:210 templates/wishlist-view.php:260
1299
  msgid "Move"
1300
  msgstr ""
1301
 
1302
- #: templates/wishlist-view-mobile.php:231 templates/wishlist-view.php:281
1303
  msgid "Move to another list &rsaquo;"
1304
  msgstr ""
1305
 
1306
- #: templates/wishlist-view-mobile.php:239 templates/wishlist-view.php:155
1307
- #: templates/wishlist-view.php:291
1308
  msgid "Remove this product"
1309
  msgstr "Remover este produto"
1310
 
1311
- #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:311
1312
  msgid "No products added to the wishlist"
1313
  msgstr ""
1314
 
1315
- #: templates/wishlist-view.php:79
1316
  msgid "Product name"
1317
  msgstr ""
1318
 
1319
- #: templates/wishlist-view.php:87
1320
  msgid "Unit price"
1321
  msgstr ""
1322
 
1323
- #: templates/wishlist-view.php:96
1324
  msgid "Quantity"
1325
  msgstr ""
1326
 
1327
- #: templates/wishlist-view.php:105
1328
  msgid "Stock status"
1329
  msgstr ""
1330
 
1331
- #: templates/wishlist-view.php:123
1332
  msgid "Arrange"
1333
  msgstr ""
1334
 
1335
  #. translators: date added label: 1 date added.
1336
- #: templates/wishlist-view.php:241
1337
  msgid "Added on: %s"
1338
  msgstr ""
1339
 
1340
- #: templates/wishlist-view.php:291
1341
  msgid "Remove"
1342
  msgstr ""
1343
 
@@ -1350,7 +1327,7 @@ msgid ""
1350
  "your e-commerce on <strong>YITH</strong></a>"
1351
  msgstr ""
1352
 
1353
- #: includes/class-yith-wcwl-admin.php:259
1354
  msgctxt "[HELP TAB] Video title"
1355
  msgid ""
1356
  "Check this video to learn how to <b>configure wishlist and customize options:"
@@ -1362,7 +1339,7 @@ msgctxt "page_slug"
1362
  msgid "wishlist"
1363
  msgstr ""
1364
 
1365
- #: includes/class-yith-wcwl-privacy.php:230
1366
  msgctxt "date when wishlist was created"
1367
  msgid "Created on"
1368
  msgstr ""
@@ -1388,7 +1365,7 @@ msgid "Shows a list of products in wishlist"
1388
  msgstr ""
1389
 
1390
  #. translators: 1. % of reduction/increase in price.
1391
- #: includes/class-yith-wcwl-wishlist-item.php:435
1392
  msgctxt ""
1393
  "Part of the template that shows price variation since addition to list; "
1394
  "placeholder will be replaced with a percentage"
@@ -1396,7 +1373,7 @@ msgid "Price is %1$s%%"
1396
  msgstr ""
1397
 
1398
  #. translators: 2: original product price.
1399
- #: includes/class-yith-wcwl-wishlist-item.php:437
1400
  msgctxt ""
1401
  "Part of the template that shows price variation since addition to list; "
1402
  "placeholder will be replaced with a price"
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
+ "POT-Creation-Date: 2022-08-04 12:20:46+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:06+0200\n"
10
  "Last-Translator: YIThemes <support@yithemes.com>\n"
11
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
28
  msgid "Wishlist Page"
29
  msgstr "Lista de Desejos"
30
 
31
+ #: includes/class-yith-wcwl-admin.php:155
32
  msgid "General settings"
33
  msgstr ""
34
 
35
+ #: includes/class-yith-wcwl-admin.php:156
36
  msgid "Add to wishlist options"
37
  msgstr ""
38
 
39
+ #: includes/class-yith-wcwl-admin.php:157
40
  msgid "Wishlist page options"
41
  msgstr ""
42
 
43
+ #: includes/class-yith-wcwl-admin.php:268
44
  msgid ""
45
  "Allows your customers to create and share lists of products that they want "
46
  "to purchase on your e-commerce."
47
  msgstr ""
48
 
49
+ #: includes/class-yith-wcwl-admin.php:308
50
  msgid ""
51
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
52
  msgstr ""
53
 
54
+ #: includes/class-yith-wcwl-admin.php:309
55
  msgid ""
56
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
57
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
58
  "on \"Add to wishlist\""
59
  msgstr ""
60
 
61
+ #: includes/class-yith-wcwl-admin.php:310
62
  msgid ""
63
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
64
  "them either public (visible to everyone), private or shared (visible only to "
65
  "people it has been shared with)"
66
  msgstr ""
67
 
68
+ #: includes/class-yith-wcwl-admin.php:311
69
  msgid ""
70
  "Choose between <b>different layouts</b> for the wishlist page and for the "
71
  "wishlist content"
72
  msgstr ""
73
 
74
+ #: includes/class-yith-wcwl-admin.php:312
75
  msgid ""
76
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
77
  "move a product from one wishlist to another, change order of items, "
78
  "quantity, etc."
79
  msgstr ""
80
 
81
+ #: includes/class-yith-wcwl-admin.php:313
82
  msgid ""
83
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
84
  "content of their wishlist to the admin and get a custom quote"
85
  msgstr ""
86
 
87
+ #: includes/class-yith-wcwl-admin.php:314
88
  msgid ""
89
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
90
  "(available also with \"mini-cart\" style for the header)"
91
  msgstr ""
92
 
93
+ #: includes/class-yith-wcwl-admin.php:315
94
  msgid ""
95
+ "<b>Send promotional emails to users</b> who have added specific products to "
 
96
  "their wishlist"
97
  msgstr ""
98
 
99
+ #: includes/class-yith-wcwl-admin.php:316
100
  msgid ""
101
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
102
  "the list is back in stock or on sale"
103
  msgstr ""
104
 
105
+ #: includes/class-yith-wcwl-admin.php:317
106
  msgid "Regular updates, Translations and Premium Support"
107
  msgstr ""
108
 
109
+ #: includes/class-yith-wcwl-ajax-handler.php:94
110
+ #: templates/add-to-wishlist-remove.php:81
111
  msgid "View &rsaquo;"
112
  msgstr ""
113
 
114
+ #: includes/class-yith-wcwl-ajax-handler.php:95
115
+ #: templates/add-to-wishlist-remove.php:69
116
  msgid "or"
117
  msgstr ""
118
 
119
+ #: includes/class-yith-wcwl-ajax-handler.php:96
120
  msgid "Close"
121
  msgstr ""
122
 
123
+ #: includes/class-yith-wcwl-ajax-handler.php:203
124
+ #: includes/class-yith-wcwl-ajax-handler.php:252
125
  msgid "Product successfully removed."
126
  msgstr "Produto removido com sucesso."
127
 
128
+ #: includes/class-yith-wcwl-form-handler.php:193
129
  msgid "Please, make sure to enter a valid title"
130
  msgstr ""
131
 
132
+ #: includes/class-yith-wcwl-frontend.php:674
133
  msgid ""
134
  "We are sorry, but this feature is available only if cookies on your browser "
135
  "are enabled."
136
  msgstr ""
137
 
138
+ #: includes/class-yith-wcwl-frontend.php:684
139
  msgid "Product added to cart successfully"
140
  msgstr ""
141
 
142
+ #: includes/class-yith-wcwl-frontend.php:947
143
+ #: includes/class-yith-wcwl-shortcode.php:248
144
+ #: plugin-options/wishlist_page-options.php:249
145
+ #: templates/wishlist-view-footer-mobile.php:59
146
+ #: templates/wishlist-view-footer.php:59
147
  msgid "Add to cart"
148
  msgstr ""
149
 
191
  "for the products you love."
192
  msgstr ""
193
 
194
+ #: includes/class-yith-wcwl-privacy.php:94
195
+ #: includes/class-yith-wcwl-privacy.php:110
196
  msgid "Customer wishlists"
197
  msgstr ""
198
 
199
+ #: includes/class-yith-wcwl-privacy.php:147 plugin-options/lists-options.php:34
200
+ #: plugin-options/lists-options.php:41
201
  msgid "Wishlists"
202
  msgstr "Lista de Desejos"
203
 
204
  #. Translators: %s Order number.
205
+ #: includes/class-yith-wcwl-privacy.php:233
206
  msgid "Removed wishlist %s."
207
  msgstr "Minha lista de desejos em %s"
208
 
209
  #. Translators: %s Order number.
210
+ #: includes/class-yith-wcwl-privacy.php:237
211
  msgid "Wishlist %s has been retained."
212
  msgstr "Texto da tabela de desejos"
213
 
214
+ #: includes/class-yith-wcwl-privacy.php:272
215
  msgid "Token"
216
  msgstr ""
217
 
218
+ #: includes/class-yith-wcwl-privacy.php:273
219
  msgid "Wishlist URL"
220
  msgstr ""
221
 
222
+ #: includes/class-yith-wcwl-privacy.php:274
223
  msgid "Title"
224
  msgstr ""
225
 
226
+ #: includes/class-yith-wcwl-privacy.php:276
227
  msgid "Visibility"
228
  msgstr ""
229
 
230
+ #: includes/class-yith-wcwl-privacy.php:277
231
  msgid "Items added"
232
  msgstr ""
233
 
294
  msgid "ID of the wishlist to show (e.g. K6EOWXB888ZD)"
295
  msgstr ""
296
 
297
+ #: includes/class-yith-wcwl-shortcode.php:452
298
  msgid "Share on:"
299
  msgstr "Partilhar no:"
300
 
301
+ #: includes/class-yith-wcwl-shortcode.php:498
302
+ #: plugin-options/wishlist_page-options.php:147
303
  msgid "Share on Facebook"
304
  msgstr "Partilhar no Facebook"
305
 
306
+ #: includes/class-yith-wcwl-shortcode.php:515
307
+ #: plugin-options/wishlist_page-options.php:156
308
  msgid "Tweet on Twitter"
309
  msgstr "Tweetar no Twitter"
310
 
311
+ #: includes/class-yith-wcwl-shortcode.php:533
312
+ #: plugin-options/wishlist_page-options.php:165
313
  msgid "Pin on Pinterest"
314
  msgstr ""
315
 
316
+ #: includes/class-yith-wcwl-shortcode.php:547
317
  msgid "Share via email"
318
  msgstr ""
319
 
320
+ #: includes/class-yith-wcwl-shortcode.php:570
321
+ #: plugin-options/wishlist_page-options.php:183
322
  msgid "Share on WhatsApp"
323
  msgstr ""
324
 
325
+ #: includes/class-yith-wcwl-shortcode.php:744
326
  msgid "Remove from list"
327
  msgstr ""
328
 
329
+ #: includes/class-yith-wcwl-wishlist-item.php:203
330
  msgid "Free!"
331
  msgstr ""
332
 
333
+ #: includes/class-yith-wcwl.php:232
334
  msgid "The item cannot be added to this wishlist"
335
  msgstr ""
336
 
337
+ #: includes/class-yith-wcwl.php:236 includes/class-yith-wcwl.php:242
338
  msgid "An error occurred while adding the products to the wishlist."
339
  msgstr ""
340
 
341
+ #: includes/class-yith-wcwl.php:339 includes/class-yith-wcwl.php:365
342
  msgid "Error. Unable to remove the product from the wishlist."
343
  msgstr "Erro. Não foi possível remover o produto da lista de desejos."
344
 
345
+ #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:250
346
+ #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:272
347
  msgid "Invalid wishlist."
348
  msgstr ""
349
 
350
+ #: includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:210
351
  msgid "Invalid wishlist item."
352
  msgstr ""
353
 
354
  #. translators: 1. Number of users.
355
+ #: includes/functions-yith-wcwl.php:309
356
  msgid "%d user"
357
  msgid_plural "%d users"
358
  msgstr[0] ""
359
  msgstr[1] ""
360
 
361
+ #: includes/functions-yith-wcwl.php:310
362
  msgid "has this item in wishlist"
363
  msgid_plural "have this item in wishlist"
364
  msgstr[0] ""
365
  msgstr[1] ""
366
 
367
+ #: includes/functions-yith-wcwl.php:312
368
  msgid "You're the first"
369
  msgstr ""
370
 
371
+ #: includes/functions-yith-wcwl.php:313
372
  msgid "to add this item in wishlist"
373
  msgstr ""
374
 
375
  #. translators: 1. Count of users when many, or "another" when only one.
376
+ #: includes/functions-yith-wcwl.php:317
377
  msgid "You and %s user"
378
  msgid_plural "You and %d users"
379
  msgstr[0] ""
380
  msgstr[1] ""
381
 
382
+ #: includes/functions-yith-wcwl.php:317
383
  msgid "another"
384
  msgstr ""
385
 
386
+ #: includes/functions-yith-wcwl.php:318
387
  msgid "have this item in wishlist"
388
  msgstr ""
389
 
390
+ #: includes/functions-yith-wcwl.php:534
391
  msgid "None"
392
  msgstr ""
393
 
394
+ #: includes/functions-yith-wcwl.php:535
395
  #, fuzzy
396
  msgid "Custom"
397
  msgstr "CSS Customizado"
398
 
399
+ #: includes/functions-yith-wcwl.php:567
400
  msgid "Shared"
401
  msgstr "Partilhar no:"
402
 
403
+ #: includes/functions-yith-wcwl.php:571
404
  msgid "Only people with a link to this list can see it"
405
  msgstr ""
406
 
407
+ #: includes/functions-yith-wcwl.php:577
408
  msgid "Private"
409
  msgstr ""
410
 
411
+ #: includes/functions-yith-wcwl.php:581
412
  msgid "Only you can see this list"
413
  msgstr ""
414
 
415
+ #: includes/functions-yith-wcwl.php:587
416
  msgid "Public"
417
  msgstr ""
418
 
419
+ #: includes/functions-yith-wcwl.php:591
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:118
424
+ #: plugin-options/add_to_wishlist-options.php:136
425
  msgid "Add to wishlist"
426
  msgstr ""
427
 
428
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:128
429
+ #: plugin-options/add_to_wishlist-options.php:152
430
  msgid "Browse wishlist"
431
  msgstr ""
432
 
440
  msgid "Product added to wishlist"
441
  msgstr "Produto já na lista de desejos."
442
 
443
+ #: init.php:173
444
  msgid "is enabled but not effective. It requires WooCommerce to work."
445
  msgstr ""
446
 
447
+ #: init.php:191
448
+ msgid ""
449
+ "YITH WooCommerce Wishlist was deactivated as you're running an higher tier "
450
+ "version of the same plugin."
 
 
451
  msgstr ""
452
 
453
+ #: plugin-options/add_to_wishlist-options.php:29
454
+ #: plugin-options/settings-options.php:32
455
  msgid "General Settings"
456
  msgstr "Opções gerais"
457
 
458
+ #: plugin-options/add_to_wishlist-options.php:36
459
  msgid "After product is added to wishlist"
460
  msgstr ""
461
 
462
+ #: plugin-options/add_to_wishlist-options.php:37
463
  msgid ""
464
  "Choose the look of the Wishlist button when the product has already been "
465
  "added to a wishlist"
466
  msgstr ""
467
 
468
+ #: plugin-options/add_to_wishlist-options.php:41
469
  #, fuzzy
470
  msgid "Show \"Add to wishlist\" button"
471
  msgstr "Produto já na lista de desejos."
472
 
473
+ #: plugin-options/add_to_wishlist-options.php:42
474
  msgid "Show \"View wishlist\" link"
475
  msgstr ""
476
 
477
+ #: plugin-options/add_to_wishlist-options.php:43
478
  msgid "Show \"Remove from list\" link"
479
  msgstr ""
480
 
481
+ #: plugin-options/add_to_wishlist-options.php:57
482
  msgid "Loop settings"
483
  msgstr ""
484
 
485
+ #: plugin-options/add_to_wishlist-options.php:59
486
  msgid ""
487
  "Loop options will be visible on Shop page, category pages, product "
488
  "shortcodes, products sliders, and all the other places where the WooCommerce "
489
  "products' loop is used"
490
  msgstr ""
491
 
492
+ #: plugin-options/add_to_wishlist-options.php:64
493
  msgid "Show \"Add to wishlist\" in loop"
494
  msgstr ""
495
 
496
+ #: plugin-options/add_to_wishlist-options.php:65
497
  msgid "Enable the \"Add to wishlist\" feature in WooCommerce products' loop"
498
  msgstr ""
499
 
500
+ #: plugin-options/add_to_wishlist-options.php:73
501
  msgid "Position of \"Add to wishlist\" in loop"
502
  msgstr ""
503
 
504
+ #: plugin-options/add_to_wishlist-options.php:74
505
  msgid ""
506
  "Choose where to show \"Add to wishlist\" button or link in WooCommerce "
507
  "products' loop. <span class=\"addon\">Copy this shortcode <span class=\"code"
509
  "want to show the \"Add to wishlist\" link or button</span>"
510
  msgstr ""
511
 
512
+ #: plugin-options/add_to_wishlist-options.php:81
513
  msgid "On top of the image"
514
  msgstr ""
515
 
516
+ #: plugin-options/add_to_wishlist-options.php:82
517
  msgid "Before \"Add to cart\" button"
518
  msgstr ""
519
 
520
+ #: plugin-options/add_to_wishlist-options.php:83
521
  msgid "After \"Add to cart\" button"
522
  msgstr ""
523
 
524
+ #: plugin-options/add_to_wishlist-options.php:84
525
+ #: plugin-options/add_to_wishlist-options.php:116
526
  msgid "Use shortcode"
527
  msgstr "Usar shortcode"
528
 
529
+ #: plugin-options/add_to_wishlist-options.php:98
530
  msgid "Product page settings"
531
  msgstr ""
532
 
533
+ #: plugin-options/add_to_wishlist-options.php:105
534
  msgid "Position of \"Add to wishlist\" on product page"
535
  msgstr ""
536
 
537
+ #: plugin-options/add_to_wishlist-options.php:106
538
  msgid ""
539
  "Choose where to show \"Add to wishlist\" button or link on the product page. "
540
  "<span class=\"addon\">Copy this shortcode <span class=\"code"
542
  "want to show the \"Add to wishlist\" link or button</span>"
543
  msgstr ""
544
 
545
+ #: plugin-options/add_to_wishlist-options.php:113
546
  msgid "After \"Add to cart\""
547
  msgstr "Após \" Adicionar ao carrinho \""
548
 
549
+ #: plugin-options/add_to_wishlist-options.php:114
550
  msgid "After thumbnails"
551
  msgstr "Após miniaturas"
552
 
553
+ #: plugin-options/add_to_wishlist-options.php:115
554
  msgid "After summary"
555
  msgstr "Após sumário"
556
 
557
+ #: plugin-options/add_to_wishlist-options.php:126
558
+ #: plugin-options/wishlist_page-options.php:231
559
  msgid "Text customization"
560
  msgstr ""
561
 
562
+ #: plugin-options/add_to_wishlist-options.php:133
563
  msgid "\"Add to wishlist\" text"
564
  msgstr ""
565
 
566
+ #: plugin-options/add_to_wishlist-options.php:134
567
  msgid "Enter a text for \"Add to wishlist\" button"
568
  msgstr ""
569
 
570
+ #: plugin-options/add_to_wishlist-options.php:141
571
  msgid "\"Product added\" text"
572
  msgstr "Produto adicionado!"
573
 
574
+ #: plugin-options/add_to_wishlist-options.php:142
575
  msgid ""
576
  "Enter the text of the message displayed when the user adds a product to the "
577
  "wishlist"
578
  msgstr ""
579
 
580
+ #: plugin-options/add_to_wishlist-options.php:144
581
  msgid "Product added!"
582
  msgstr "Produto adicionado!"
583
 
584
+ #: plugin-options/add_to_wishlist-options.php:149
585
  msgid "\"Browse wishlist\" text"
586
  msgstr "Veja sua lista de desejos!"
587
 
588
+ #: plugin-options/add_to_wishlist-options.php:150
589
  msgid "Enter a text for the \"Browse wishlist\" link on the product page"
590
  msgstr ""
591
 
592
+ #: plugin-options/add_to_wishlist-options.php:157
593
  msgid "\"Product already in wishlist\" text"
594
  msgstr "Produto já na lista de desejos."
595
 
596
+ #: plugin-options/add_to_wishlist-options.php:158
597
  msgid ""
598
  "Enter the text for the message displayed when the user views a product that "
599
  "is already in the wishlist"
600
  msgstr ""
601
 
602
+ #: plugin-options/add_to_wishlist-options.php:160
603
  msgid "The product is already in your wishlist!"
604
  msgstr ""
605
 
606
+ #: plugin-options/add_to_wishlist-options.php:170
607
  msgid "Style & Color customization"
608
  msgstr ""
609
 
610
+ #: plugin-options/add_to_wishlist-options.php:177
611
  msgid "Style of \"Add to wishlist\""
612
  msgstr ""
613
 
614
+ #: plugin-options/add_to_wishlist-options.php:178
615
  msgid ""
616
  "Choose if you want to show a textual \"Add to wishlist\" link or a button"
617
  msgstr ""
618
 
619
+ #: plugin-options/add_to_wishlist-options.php:181
620
+ #: plugin-options/wishlist_page-options.php:270
621
  msgid "Textual (anchor)"
622
  msgstr ""
623
 
624
+ #: plugin-options/add_to_wishlist-options.php:182
625
+ #: plugin-options/wishlist_page-options.php:271
626
  msgid "Button with theme style"
627
  msgstr ""
628
 
629
+ #: plugin-options/add_to_wishlist-options.php:183
630
+ #: plugin-options/wishlist_page-options.php:272
631
  msgid "Button with custom style"
632
  msgstr ""
633
 
634
+ #: plugin-options/add_to_wishlist-options.php:191
635
  msgid "\"Add to wishlist\" button style"
636
  msgstr ""
637
 
638
+ #: plugin-options/add_to_wishlist-options.php:197
639
  msgid "Choose colors for the \"Add to wishlist\" button"
640
  msgstr ""
641
 
642
+ #: plugin-options/add_to_wishlist-options.php:199
643
+ #: plugin-options/wishlist_page-options.php:288
644
+ #: plugin-options/wishlist_page-options.php:386
645
+ #: plugin-options/wishlist_page-options.php:435
646
+ #: plugin-options/wishlist_page-options.php:483
647
+ #: plugin-options/wishlist_page-options.php:570
648
+ #: plugin-options/wishlist_page-options.php:610
649
+ #: plugin-options/wishlist_page-options.php:650
650
+ #: plugin-options/wishlist_page-options.php:690
651
+ #: plugin-options/wishlist_page-options.php:730
652
  msgid "Background"
653
  msgstr ""
654
 
655
+ #: plugin-options/add_to_wishlist-options.php:204
656
+ #: plugin-options/wishlist_page-options.php:293
657
+ #: plugin-options/wishlist_page-options.php:391
658
+ #: plugin-options/wishlist_page-options.php:440
659
+ #: plugin-options/wishlist_page-options.php:488
660
+ #: plugin-options/wishlist_page-options.php:525
661
  msgid "Text"
662
  msgstr ""
663
 
664
+ #: plugin-options/add_to_wishlist-options.php:209
665
+ #: plugin-options/wishlist_page-options.php:298
666
+ #: plugin-options/wishlist_page-options.php:396
667
+ #: plugin-options/wishlist_page-options.php:445
668
+ #: plugin-options/wishlist_page-options.php:493
669
  msgid "Border"
670
  msgstr ""
671
 
672
+ #: plugin-options/add_to_wishlist-options.php:215
673
  msgid "Choose colors for the \"Add to wishlist\" button on hover state"
674
  msgstr ""
675
 
676
+ #: plugin-options/add_to_wishlist-options.php:217
677
+ #: plugin-options/wishlist_page-options.php:306
678
+ #: plugin-options/wishlist_page-options.php:404
679
+ #: plugin-options/wishlist_page-options.php:453
680
  msgid "Background Hover"
681
  msgstr ""
682
 
683
+ #: plugin-options/add_to_wishlist-options.php:222
684
+ #: plugin-options/wishlist_page-options.php:311
685
+ #: plugin-options/wishlist_page-options.php:409
686
+ #: plugin-options/wishlist_page-options.php:458
687
  msgid "Text Hover"
688
  msgstr ""
689
 
690
+ #: plugin-options/add_to_wishlist-options.php:227
691
+ #: plugin-options/wishlist_page-options.php:316
692
+ #: plugin-options/wishlist_page-options.php:414
693
+ #: plugin-options/wishlist_page-options.php:463
694
  msgid "Border Hover"
695
  msgstr ""
696
 
697
+ #: plugin-options/add_to_wishlist-options.php:240
698
+ #: plugin-options/wishlist_page-options.php:329
699
  msgid "Border radius"
700
  msgstr ""
701
 
702
+ #: plugin-options/add_to_wishlist-options.php:241
703
  msgid "Choose radius for the \"Add to wishlist\" button"
704
  msgstr ""
705
 
706
+ #: plugin-options/add_to_wishlist-options.php:255
707
  msgid "\"Add to wishlist\" icon"
708
  msgstr ""
709
 
710
+ #: plugin-options/add_to_wishlist-options.php:256
711
  msgid "Select an icon for the \"Add to wishlist\" button (optional)"
712
  msgstr ""
713
 
714
+ #: plugin-options/add_to_wishlist-options.php:275
715
  msgid "\"Add to wishlist\" custom icon"
716
  msgstr ""
717
 
718
+ #: plugin-options/add_to_wishlist-options.php:276
719
+ #: plugin-options/add_to_wishlist-options.php:309
720
  msgid ""
721
  "Upload an icon you'd like to use for \"Add to wishlist\" button (suggested "
722
  "32px x 32px)"
723
  msgstr ""
724
 
725
+ #: plugin-options/add_to_wishlist-options.php:288
726
  msgid "\"Added to wishlist\" icon"
727
  msgstr ""
728
 
729
+ #: plugin-options/add_to_wishlist-options.php:289
730
  msgid "Select an icon for the \"Added to wishlist\" button (optional)"
731
  msgstr ""
732
 
733
+ #: plugin-options/add_to_wishlist-options.php:304
734
  msgid "Same used for Add to wishlist"
735
  msgstr ""
736
 
737
+ #: plugin-options/add_to_wishlist-options.php:308
738
  msgid "\"Added to wishlist\" custom icon"
739
  msgstr ""
740
 
741
+ #: plugin-options/add_to_wishlist-options.php:321
742
  msgid "Custom CSS"
743
  msgstr "CSS Customizado"
744
 
745
+ #: plugin-options/add_to_wishlist-options.php:322
746
  msgid "Enter custom CSS to be applied to Wishlist elements (optional)"
747
  msgstr ""
748
 
749
+ #: plugin-options/lists-options.php:43
750
  msgid "Search list"
751
  msgstr ""
752
 
753
+ #: plugin-options/settings-options.php:39
 
 
 
 
 
 
 
 
754
  msgid "Enable AJAX loading"
755
  msgstr ""
756
 
757
+ #: plugin-options/settings-options.php:40
758
  msgid "Load any cacheable wishlist item via AJAX"
759
  msgstr ""
760
 
761
+ #: plugin-options/settings-options.php:54
762
  msgid "YITH WooCommerce Frequently Bought Together Integration"
763
  msgstr ""
764
 
765
+ #: plugin-options/settings-options.php:60
 
 
 
 
 
 
 
 
766
  msgid "Enable slider in wishlist"
767
  msgstr ""
768
 
769
+ #. translators: 1. Example image of the integration.
770
+ #: plugin-options/settings-options.php:62
 
771
  msgid ""
772
  "Enable the slider with linked products on the Wishlist page (<a href=\"%1$s"
773
+ "\" class=\"thickbox\">Example</a>)."
774
  msgstr ""
775
 
776
+ #: plugin-options/wishlist_page-options.php:28
777
+ #: plugin-options/wishlist_page-options.php:35
 
 
 
778
  msgid "Wishlist page"
779
  msgstr ""
780
 
781
+ #: plugin-options/wishlist_page-options.php:36
782
  msgid ""
783
  "Pick a page as the main Wishlist page; make sure you add the <span class="
784
  "\"code\"><code>[yith_wcwl_wishlist]</code></span> shortcode into the page "
785
  "content"
786
  msgstr ""
787
 
788
+ #: plugin-options/wishlist_page-options.php:49
789
  msgid "Wishlist Detail Page"
790
  msgstr ""
791
 
 
792
  #: plugin-options/wishlist_page-options.php:56
793
  #: plugin-options/wishlist_page-options.php:65
794
  #: plugin-options/wishlist_page-options.php:74
795
  #: plugin-options/wishlist_page-options.php:83
796
  #: plugin-options/wishlist_page-options.php:92
797
  #: plugin-options/wishlist_page-options.php:101
798
+ #: plugin-options/wishlist_page-options.php:110
799
  msgid "In wishlist table show"
800
  msgstr ""
801
 
802
+ #: plugin-options/wishlist_page-options.php:57
803
  msgid "Product variations selected by the user (example: size or color)"
804
  msgstr ""
805
 
806
+ #: plugin-options/wishlist_page-options.php:66
807
  msgid "Product price"
808
  msgstr ""
809
 
810
+ #: plugin-options/wishlist_page-options.php:75
811
  msgid "Product stock (show if the product is available or not)"
812
  msgstr ""
813
 
814
+ #: plugin-options/wishlist_page-options.php:84
815
  msgid "Date on which the product was added to the wishlist"
816
  msgstr ""
817
 
818
+ #: plugin-options/wishlist_page-options.php:93
819
  msgid "Add to cart option for each product"
820
  msgstr ""
821
 
822
+ #: plugin-options/wishlist_page-options.php:102
823
  msgid ""
824
  "Icon to remove the product from the wishlist - to the left of the product"
825
  msgstr ""
826
 
827
+ #: plugin-options/wishlist_page-options.php:111
828
  msgid ""
829
  "Button to remove the product from the wishlist - to the right of the product"
830
  msgstr ""
831
 
832
+ #: plugin-options/wishlist_page-options.php:119
833
  msgid "Redirect to cart"
834
  msgstr "Redirecionar para o carrinho"
835
 
836
+ #: plugin-options/wishlist_page-options.php:120
837
  msgid ""
838
  "Redirect users to the cart page when they add a product to the cart from the "
839
  "wishlist page"
840
  msgstr ""
841
 
842
+ #: plugin-options/wishlist_page-options.php:128
843
  msgid "Remove if added to the cart"
844
  msgstr "Remover se adcionado ao carrinho"
845
 
846
+ #: plugin-options/wishlist_page-options.php:129
847
  msgid ""
848
  "Remove the product from the wishlist after it has been added to the cart"
849
  msgstr ""
850
 
851
+ #: plugin-options/wishlist_page-options.php:137
852
  msgid "Share wishlist"
853
  msgstr ""
854
 
855
+ #: plugin-options/wishlist_page-options.php:138
856
  msgid "Enable this option to let users share their wishlist on social media"
857
  msgstr ""
858
 
 
859
  #: plugin-options/wishlist_page-options.php:146
860
  #: plugin-options/wishlist_page-options.php:155
861
  #: plugin-options/wishlist_page-options.php:164
862
  #: plugin-options/wishlist_page-options.php:173
863
+ #: plugin-options/wishlist_page-options.php:182
864
  msgid "Share on social media"
865
  msgstr ""
866
 
867
+ #: plugin-options/wishlist_page-options.php:174
868
  msgid "Share by email"
869
  msgstr ""
870
 
871
+ #: plugin-options/wishlist_page-options.php:191
872
  msgid "Share by URL"
873
  msgstr ""
874
 
875
+ #: plugin-options/wishlist_page-options.php:192
876
  msgid "Show \"Share URL\" field on wishlist page"
877
  msgstr ""
878
 
879
+ #: plugin-options/wishlist_page-options.php:200
880
  msgid "Sharing title"
881
  msgstr ""
882
 
883
+ #: plugin-options/wishlist_page-options.php:201
884
  msgid "Wishlist title used for sharing (only used on Twitter and Pinterest)"
885
  msgstr ""
886
 
887
  #. translators: 1. Blog name.
888
+ #: plugin-options/wishlist_page-options.php:204
889
  msgid "My wishlist on %s"
890
  msgstr "Minha lista de desejos em %s"
891
 
892
+ #: plugin-options/wishlist_page-options.php:209
893
  msgid "Social text"
894
  msgstr "Texto Redes Sociais"
895
 
896
+ #: plugin-options/wishlist_page-options.php:210
897
  msgid ""
898
  "Type the message you want to publish when you share your wishlist on Twitter "
899
  "and Pinterest"
900
  msgstr ""
901
 
902
+ #: plugin-options/wishlist_page-options.php:218
903
  msgid "Social image URL"
904
  msgstr "Url para partilhar"
905
 
906
+ #: plugin-options/wishlist_page-options.php:219
907
  msgid "It will be used to pin the wishlist on Pinterest."
908
  msgstr ""
909
 
910
+ #: plugin-options/wishlist_page-options.php:238
911
  msgid "Default wishlist name"
912
  msgstr ""
913
 
914
+ #: plugin-options/wishlist_page-options.php:239
915
  msgid ""
916
  "Enter a name for the default wishlist. This is the wishlist that will be "
917
  "automatically generated for all users if they do not create any custom one"
918
  msgstr ""
919
 
920
+ #: plugin-options/wishlist_page-options.php:241
921
  #, fuzzy
922
  msgid "My wishlist"
923
  msgstr "Minha lista de desejos em %s"
924
 
925
+ #: plugin-options/wishlist_page-options.php:246
926
  msgid "\"Add to cart\" text"
927
  msgstr ""
928
 
929
+ #: plugin-options/wishlist_page-options.php:247
930
  msgid "Enter a text for the \"Add to cart\" button"
931
  msgstr ""
932
 
933
+ #: plugin-options/wishlist_page-options.php:259
934
  msgid "Style & color customization"
935
  msgstr ""
936
 
937
+ #: plugin-options/wishlist_page-options.php:266
938
  msgid "Style of \"Add to cart\""
939
  msgstr ""
940
 
941
+ #: plugin-options/wishlist_page-options.php:267
942
  msgid "Choose whether to show a textual \"Add to cart\" link or a button"
943
  msgstr ""
944
 
945
+ #: plugin-options/wishlist_page-options.php:280
946
  msgid "\"Add to cart\" button style"
947
  msgstr ""
948
 
949
+ #: plugin-options/wishlist_page-options.php:286
950
  msgid "Choose the colors for the \"Add to cart\" button"
951
  msgstr ""
952
 
953
+ #: plugin-options/wishlist_page-options.php:304
954
  msgid "Choose colors for the \"Add to cart\" button on hover state"
955
  msgstr ""
956
 
957
+ #: plugin-options/wishlist_page-options.php:330
958
  msgid "Set the radius for the \"Add to cart\" button"
959
  msgstr ""
960
 
961
+ #: plugin-options/wishlist_page-options.php:344
962
  msgid "\"Add to cart\" icon"
963
  msgstr ""
964
 
965
+ #: plugin-options/wishlist_page-options.php:345
966
  msgid "Select an icon for the \"Add to cart\" button (optional)"
967
  msgstr ""
968
 
969
+ #: plugin-options/wishlist_page-options.php:369
970
  msgid "\"Add to cart\" custom icon"
971
  msgstr ""
972
 
973
+ #: plugin-options/wishlist_page-options.php:370
974
  msgid ""
975
  "Upload an icon you'd like to use for the \"Add to cart\" button (suggested "
976
  "32px x 32px)"
977
  msgstr ""
978
 
979
+ #: plugin-options/wishlist_page-options.php:378
980
  msgid "Primary button style"
981
  msgstr ""
982
 
983
+ #: plugin-options/wishlist_page-options.php:384
984
  msgid ""
985
  "Choose colors for the primary button<br/><small>This style will be applied "
986
  "to \"Edit title\" button on Wishlist view, \"Submit Changes\" button on "
987
  "Manage view and \"Search wishlist\" button on Search view</small>"
988
  msgstr ""
989
 
990
+ #: plugin-options/wishlist_page-options.php:402
991
  msgid ""
992
  "Choose colors for the primary button on hover state<br/><small>This style "
993
  "will be applied to \"Edit title\" button on Wishlist view, \"Submit Changes"
995
  "small>"
996
  msgstr ""
997
 
998
+ #: plugin-options/wishlist_page-options.php:427
999
  msgid "Secondary button style"
1000
  msgstr ""
1001
 
 
1002
  #: plugin-options/wishlist_page-options.php:433
1003
+ #: plugin-options/wishlist_page-options.php:451
1004
  msgid ""
1005
  "Choose colors of the secondary button<br/><small>This style will be applied "
1006
  "to the buttons that allow showing and hiding the Edit title form on Wishlist "
1007
  "view and \"Create new Wishlist\" button on Manage view</small>"
1008
  msgstr ""
1009
 
1010
+ #: plugin-options/wishlist_page-options.php:476
1011
  msgid "Wishlist table style"
1012
  msgstr ""
1013
 
1014
+ #: plugin-options/wishlist_page-options.php:477
1015
  msgid ""
1016
  "Choose the colors for the wishlist table (when set to \"Traditional\" layout)"
1017
  msgstr ""
1018
 
1019
+ #: plugin-options/wishlist_page-options.php:505
1020
  msgid "Highlight color"
1021
  msgstr ""
1022
 
1023
+ #: plugin-options/wishlist_page-options.php:506
1024
  msgid ""
1025
  "Choose the color for all sections with background<br/><small>This color will "
1026
  "be used as background for the wishlist table heading and footer (when set to "
1027
  "\"Traditional\" layout), and for various form across wishlist views</small>"
1028
  msgstr ""
1029
 
1030
+ #: plugin-options/wishlist_page-options.php:518
1031
  msgid "Share button text color"
1032
  msgstr ""
1033
 
1034
+ #: plugin-options/wishlist_page-options.php:519
1035
  msgid "Choose colors for share buttons text"
1036
  msgstr ""
1037
 
1038
+ #: plugin-options/wishlist_page-options.php:530
1039
  msgid "Text hover"
1040
  msgstr ""
1041
 
1042
+ #: plugin-options/wishlist_page-options.php:543
1043
  msgid "Facebook share button icon"
1044
  msgstr ""
1045
 
1046
+ #: plugin-options/wishlist_page-options.php:544
1047
  msgid "Select an icon for the Facebook share button"
1048
  msgstr ""
1049
 
1050
+ #: plugin-options/wishlist_page-options.php:554
1051
  msgid "Facebook share button custom icon"
1052
  msgstr ""
1053
 
1054
+ #: plugin-options/wishlist_page-options.php:555
1055
  msgid ""
1056
  "Upload an icon you'd like to use for Facebook share button (suggested 32px x "
1057
  "32px)"
1058
  msgstr ""
1059
 
1060
+ #: plugin-options/wishlist_page-options.php:563
1061
  msgid "Facebook share button style"
1062
  msgstr ""
1063
 
1064
+ #: plugin-options/wishlist_page-options.php:564
1065
  msgid "Choose colors for Facebook share button"
1066
  msgstr ""
1067
 
1068
+ #: plugin-options/wishlist_page-options.php:575
1069
+ #: plugin-options/wishlist_page-options.php:615
1070
+ #: plugin-options/wishlist_page-options.php:655
1071
+ #: plugin-options/wishlist_page-options.php:695
1072
+ #: plugin-options/wishlist_page-options.php:735
1073
  msgid "Background hover"
1074
  msgstr ""
1075
 
1076
+ #: plugin-options/wishlist_page-options.php:583
1077
  msgid "Twitter share button icon"
1078
  msgstr ""
1079
 
1080
+ #: plugin-options/wishlist_page-options.php:584
1081
  msgid "Select an icon for the Twitter share button"
1082
  msgstr ""
1083
 
1084
+ #: plugin-options/wishlist_page-options.php:594
1085
  msgid "Twitter share button custom icon"
1086
  msgstr ""
1087
 
1088
+ #: plugin-options/wishlist_page-options.php:595
1089
  msgid ""
1090
  "Upload an icon you'd like to use for Twitter share button (suggested 32px x "
1091
  "32px)"
1092
  msgstr ""
1093
 
1094
+ #: plugin-options/wishlist_page-options.php:603
1095
  msgid "Twitter share button style"
1096
  msgstr ""
1097
 
1098
+ #: plugin-options/wishlist_page-options.php:604
1099
  msgid "Choose colors for Twitter share button"
1100
  msgstr ""
1101
 
1102
+ #: plugin-options/wishlist_page-options.php:623
1103
  msgid "Pinterest share button icon"
1104
  msgstr ""
1105
 
1106
+ #: plugin-options/wishlist_page-options.php:624
1107
  msgid "Select an icon for the Pinterest share button"
1108
  msgstr ""
1109
 
1110
+ #: plugin-options/wishlist_page-options.php:634
1111
  msgid "Pinterest share button custom icon"
1112
  msgstr ""
1113
 
1114
+ #: plugin-options/wishlist_page-options.php:635
1115
  msgid ""
1116
  "Upload an icon you'd like to use for Pinterest share button (suggested 32px "
1117
  "x 32px)"
1118
  msgstr ""
1119
 
1120
+ #: plugin-options/wishlist_page-options.php:643
1121
  msgid "Pinterest share button style"
1122
  msgstr ""
1123
 
1124
+ #: plugin-options/wishlist_page-options.php:644
1125
  msgid "Choose colors for Pinterest share button"
1126
  msgstr ""
1127
 
1128
+ #: plugin-options/wishlist_page-options.php:663
1129
  msgid "Email share button icon"
1130
  msgstr ""
1131
 
1132
+ #: plugin-options/wishlist_page-options.php:664
1133
  msgid "Select an icon for the Email share button"
1134
  msgstr ""
1135
 
1136
+ #: plugin-options/wishlist_page-options.php:674
1137
  msgid "Email share button custom icon"
1138
  msgstr ""
1139
 
1140
+ #: plugin-options/wishlist_page-options.php:675
1141
  msgid ""
1142
  "Upload an icon you'd like to use for the Email share button (suggested 32px "
1143
  "x 32px)"
1144
  msgstr ""
1145
 
1146
+ #: plugin-options/wishlist_page-options.php:683
1147
  msgid "Email share button style"
1148
  msgstr ""
1149
 
1150
+ #: plugin-options/wishlist_page-options.php:684
1151
  msgid "Choose colors for the Email share button"
1152
  msgstr ""
1153
 
1154
+ #: plugin-options/wishlist_page-options.php:703
1155
  msgid "WhatsApp share button icon"
1156
  msgstr ""
1157
 
1158
+ #: plugin-options/wishlist_page-options.php:704
1159
  msgid "Select an icon for the WhatsApp share button"
1160
  msgstr ""
1161
 
1162
+ #: plugin-options/wishlist_page-options.php:714
1163
  msgid "WhatsApp share button custom icon"
1164
  msgstr ""
1165
 
1166
+ #: plugin-options/wishlist_page-options.php:715
1167
  msgid ""
1168
  "Upload an icon you'd like to use for WhatsApp share button (suggested 32px x "
1169
  "32px)"
1170
  msgstr ""
1171
 
1172
+ #: plugin-options/wishlist_page-options.php:723
1173
  msgid "WhatsApp share button style"
1174
  msgstr ""
1175
 
1176
+ #: plugin-options/wishlist_page-options.php:724
1177
  msgid "Choose colors for WhatsApp share button"
1178
  msgstr ""
1179
 
1180
+ #: templates/share.php:56 templates/share.php:57
1181
  msgid "Facebook"
1182
  msgstr "Facebook"
1183
 
1184
+ #: templates/share.php:64 templates/share.php:65
1185
  msgid "Twitter"
1186
  msgstr "Twitter"
1187
 
1188
+ #: templates/share.php:72 templates/share.php:73
1189
  msgid "Pinterest"
1190
  msgstr ""
1191
 
1192
+ #: templates/share.php:102 templates/share.php:103
1193
  msgid "Email"
1194
  msgstr ""
1195
 
1196
+ #: templates/share.php:110
1197
  msgid "WhatsApp"
1198
  msgstr ""
1199
 
1200
+ #: templates/share.php:111
1201
  msgid "Whatsapp"
1202
  msgstr ""
1203
 
1204
+ #: templates/share.php:120
1205
  msgid "(Now"
1206
  msgstr ""
1207
 
1208
+ #: templates/share.php:120
1209
  msgid "copy"
1210
  msgstr ""
1211
 
1212
+ #: templates/share.php:120
1213
  msgid "this wishlist link and share it anywhere)"
1214
  msgstr ""
1215
 
1216
+ #: templates/wishlist-view-footer-mobile.php:55
1217
+ #: templates/wishlist-view-footer.php:55
1218
  msgid "Apply this action to all the selected items:"
1219
  msgstr ""
1220
 
1221
+ #: templates/wishlist-view-footer-mobile.php:62
1222
+ #: templates/wishlist-view-footer.php:62
1223
  msgid "Remove from wishlist"
1224
  msgstr ""
1225
 
1226
  #. translators: 1. Wishlist formatted name.
1227
+ #: templates/wishlist-view-footer-mobile.php:80
1228
+ #: templates/wishlist-view-footer.php:80
1229
  msgid "Move to %s"
1230
  msgstr ""
1231
 
1232
+ #: templates/wishlist-view-footer-mobile.php:86
1233
+ #: templates/wishlist-view-footer.php:86
1234
  msgid "Apply"
1235
  msgstr ""
1236
 
1237
+ #: templates/wishlist-view-footer-mobile.php:94
1238
+ #: templates/wishlist-view-footer.php:94
1239
  msgid "Update"
1240
  msgstr ""
1241
 
1242
+ #: templates/wishlist-view-footer-mobile.php:100
1243
+ #: templates/wishlist-view-footer.php:138
1244
  msgid "Add all to cart"
1245
  msgstr ""
1246
 
1247
+ #: templates/wishlist-view-header.php:86
1248
  msgid "Edit title"
1249
  msgstr "Titulo da lista de desejos"
1250
 
1251
+ #: templates/wishlist-view-mobile.php:143
1252
  msgid "Added on:"
1253
  msgstr ""
1254
 
1255
+ #: templates/wishlist-view-mobile.php:154
1256
  msgid "Price:"
1257
  msgstr ""
1258
 
1259
+ #: templates/wishlist-view-mobile.php:181
1260
  msgid "Quantity:"
1261
  msgstr ""
1262
 
1263
+ #: templates/wishlist-view-mobile.php:196
1264
  msgid "Stock:"
1265
  msgstr ""
1266
 
1267
+ #: templates/wishlist-view-mobile.php:199 templates/wishlist-view.php:431
1268
  msgid "Out of stock"
1269
  msgstr ""
1270
 
1271
+ #: templates/wishlist-view-mobile.php:199 templates/wishlist-view.php:431
1272
  msgid "In Stock"
1273
  msgstr "Em stock"
1274
 
1275
+ #: templates/wishlist-view-mobile.php:219 templates/wishlist-view.php:531
1276
  msgid "Move"
1277
  msgstr ""
1278
 
1279
+ #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:562
1280
  msgid "Move to another list &rsaquo;"
1281
  msgstr ""
1282
 
1283
+ #: templates/wishlist-view-mobile.php:270 templates/wishlist-view.php:250
1284
+ #: templates/wishlist-view.php:594
1285
  msgid "Remove this product"
1286
  msgstr "Remover este produto"
1287
 
1288
+ #: templates/wishlist-view-mobile.php:291 templates/wishlist-view.php:636
1289
  msgid "No products added to the wishlist"
1290
  msgstr ""
1291
 
1292
+ #: templates/wishlist-view.php:102
1293
  msgid "Product name"
1294
  msgstr ""
1295
 
1296
+ #: templates/wishlist-view.php:122
1297
  msgid "Unit price"
1298
  msgstr ""
1299
 
1300
+ #: templates/wishlist-view.php:143
1301
  msgid "Quantity"
1302
  msgstr ""
1303
 
1304
+ #: templates/wishlist-view.php:164
1305
  msgid "Stock status"
1306
  msgstr ""
1307
 
1308
+ #: templates/wishlist-view.php:206
1309
  msgid "Arrange"
1310
  msgstr ""
1311
 
1312
  #. translators: date added label: 1 date added.
1313
+ #: templates/wishlist-view.php:466
1314
  msgid "Added on: %s"
1315
  msgstr ""
1316
 
1317
+ #: templates/wishlist-view.php:594
1318
  msgid "Remove"
1319
  msgstr ""
1320
 
1327
  "your e-commerce on <strong>YITH</strong></a>"
1328
  msgstr ""
1329
 
1330
+ #: includes/class-yith-wcwl-admin.php:287
1331
  msgctxt "[HELP TAB] Video title"
1332
  msgid ""
1333
  "Check this video to learn how to <b>configure wishlist and customize options:"
1339
  msgid "wishlist"
1340
  msgstr ""
1341
 
1342
+ #: includes/class-yith-wcwl-privacy.php:275
1343
  msgctxt "date when wishlist was created"
1344
  msgid "Created on"
1345
  msgstr ""
1365
  msgstr ""
1366
 
1367
  #. translators: 1. % of reduction/increase in price.
1368
+ #: includes/class-yith-wcwl-wishlist-item.php:478
1369
  msgctxt ""
1370
  "Part of the template that shows price variation since addition to list; "
1371
  "placeholder will be replaced with a percentage"
1373
  msgstr ""
1374
 
1375
  #. translators: 2: original product price.
1376
+ #: includes/class-yith-wcwl-wishlist-item.php:480
1377
  msgctxt ""
1378
  "Part of the template that shows price variation since addition to list; "
1379
  "placeholder will be replaced with a price"
languages/yith-woocommerce-wishlist-ru_RU.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-ru_RU.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WCWL\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
- "POT-Creation-Date: 2022-06-19 14:16:05+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:06+0200\n"
10
  "Last-Translator: Valentyn Zubenko <valentyn.zubenko@gmail.com>\n"
11
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
@@ -26,123 +26,122 @@ msgstr ""
26
  msgid "Wishlist Page"
27
  msgstr "Мои закладки на %s"
28
 
29
- #: includes/class-yith-wcwl-admin.php:146
30
  msgid "General settings"
31
  msgstr ""
32
 
33
- #: includes/class-yith-wcwl-admin.php:147
34
  msgid "Add to wishlist options"
35
  msgstr ""
36
 
37
- #: includes/class-yith-wcwl-admin.php:148
38
  msgid "Wishlist page options"
39
  msgstr ""
40
 
41
- #: includes/class-yith-wcwl-admin.php:249
42
  msgid ""
43
  "Allows your customers to create and share lists of products that they want "
44
  "to purchase on your e-commerce."
45
  msgstr ""
46
 
47
- #: includes/class-yith-wcwl-admin.php:280
48
  msgid ""
49
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
50
  msgstr ""
51
 
52
- #: includes/class-yith-wcwl-admin.php:281
53
  msgid ""
54
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
55
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
56
  "on \"Add to wishlist\""
57
  msgstr ""
58
 
59
- #: includes/class-yith-wcwl-admin.php:282
60
  msgid ""
61
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
62
  "them either public (visible to everyone), private or shared (visible only to "
63
  "people it has been shared with)"
64
  msgstr ""
65
 
66
- #: includes/class-yith-wcwl-admin.php:283
67
  msgid ""
68
  "Choose between <b>different layouts</b> for the wishlist page and for the "
69
  "wishlist content"
70
  msgstr ""
71
 
72
- #: includes/class-yith-wcwl-admin.php:284
73
  msgid ""
74
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
75
  "move a product from one wishlist to another, change order of items, "
76
  "quantity, etc."
77
  msgstr ""
78
 
79
- #: includes/class-yith-wcwl-admin.php:285
80
  msgid ""
81
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
82
  "content of their wishlist to the admin and get a custom quote"
83
  msgstr ""
84
 
85
- #: includes/class-yith-wcwl-admin.php:286
86
  msgid ""
87
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
88
  "(available also with \"mini-cart\" style for the header)"
89
  msgstr ""
90
 
91
- #: includes/class-yith-wcwl-admin.php:287
92
  msgid ""
93
- "View the most popular products added to the wishlist by your customers and "
94
- "<b>send promotional emails to users</b> who have added specific products to "
95
  "their wishlist"
96
  msgstr ""
97
 
98
- #: includes/class-yith-wcwl-admin.php:288
99
  msgid ""
100
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
101
  "the list is back in stock or on sale"
102
  msgstr ""
103
 
104
- #: includes/class-yith-wcwl-admin.php:289
105
  msgid "Regular updates, Translations and Premium Support"
106
  msgstr ""
107
 
108
- #: includes/class-yith-wcwl-ajax-handler.php:75
109
- #: templates/add-to-wishlist-remove.php:59
110
  msgid "View &rsaquo;"
111
  msgstr ""
112
 
113
- #: includes/class-yith-wcwl-ajax-handler.php:76
114
- #: templates/add-to-wishlist-remove.php:58
115
  msgid "or"
116
  msgstr ""
117
 
118
- #: includes/class-yith-wcwl-ajax-handler.php:77
119
  msgid "Close"
120
  msgstr ""
121
 
122
- #: includes/class-yith-wcwl-ajax-handler.php:155
123
- #: includes/class-yith-wcwl-ajax-handler.php:195
124
  msgid "Product successfully removed."
125
  msgstr "Продукт успешно удален из избранного"
126
 
127
- #: includes/class-yith-wcwl-form-handler.php:156
128
  msgid "Please, make sure to enter a valid title"
129
  msgstr ""
130
 
131
- #: includes/class-yith-wcwl-frontend.php:552
132
  msgid ""
133
  "We are sorry, but this feature is available only if cookies on your browser "
134
  "are enabled."
135
  msgstr ""
136
 
137
- #: includes/class-yith-wcwl-frontend.php:553
138
  msgid "Product added to cart successfully"
139
  msgstr ""
140
 
141
- #: includes/class-yith-wcwl-frontend.php:816
142
- #: includes/class-yith-wcwl-shortcode.php:239
143
- #: plugin-options/wishlist_page-options.php:240
144
- #: templates/wishlist-view-footer-mobile.php:46
145
- #: templates/wishlist-view-footer.php:46
146
  msgid "Add to cart"
147
  msgstr ""
148
 
@@ -190,43 +189,43 @@ msgid ""
190
  "for the products you love."
191
  msgstr ""
192
 
193
- #: includes/class-yith-wcwl-privacy.php:84
194
- #: includes/class-yith-wcwl-privacy.php:100
195
  msgid "Customer wishlists"
196
  msgstr ""
197
 
198
- #: includes/class-yith-wcwl-privacy.php:137 plugin-options/lists-options.php:25
199
- #: plugin-options/lists-options.php:32
200
  msgid "Wishlists"
201
  msgstr "Мои закладки на %s"
202
 
203
  #. Translators: %s Order number.
204
- #: includes/class-yith-wcwl-privacy.php:199
205
  msgid "Removed wishlist %s."
206
  msgstr "Мои закладки на %s"
207
 
208
  #. Translators: %s Order number.
209
- #: includes/class-yith-wcwl-privacy.php:203
210
  msgid "Wishlist %s has been retained."
211
  msgstr ""
212
 
213
- #: includes/class-yith-wcwl-privacy.php:227
214
  msgid "Token"
215
  msgstr ""
216
 
217
- #: includes/class-yith-wcwl-privacy.php:228
218
  msgid "Wishlist URL"
219
  msgstr ""
220
 
221
- #: includes/class-yith-wcwl-privacy.php:229
222
  msgid "Title"
223
  msgstr ""
224
 
225
- #: includes/class-yith-wcwl-privacy.php:231
226
  msgid "Visibility"
227
  msgstr ""
228
 
229
- #: includes/class-yith-wcwl-privacy.php:232
230
  msgid "Items added"
231
  msgstr ""
232
 
@@ -293,141 +292,141 @@ msgstr ""
293
  msgid "ID of the wishlist to show (e.g. K6EOWXB888ZD)"
294
  msgstr ""
295
 
296
- #: includes/class-yith-wcwl-shortcode.php:414
297
  msgid "Share on:"
298
  msgstr "Поделиться в:"
299
 
300
- #: includes/class-yith-wcwl-shortcode.php:438
301
- #: plugin-options/wishlist_page-options.php:138
302
  msgid "Share on Facebook"
303
  msgstr "Поделиться на Facebook"
304
 
305
- #: includes/class-yith-wcwl-shortcode.php:455
306
- #: plugin-options/wishlist_page-options.php:147
307
  msgid "Tweet on Twitter"
308
  msgstr "Поделиться в Twitter"
309
 
310
- #: includes/class-yith-wcwl-shortcode.php:473
311
- #: plugin-options/wishlist_page-options.php:156
312
  msgid "Pin on Pinterest"
313
  msgstr "Поделиться в Pinterest"
314
 
315
- #: includes/class-yith-wcwl-shortcode.php:487
316
  msgid "Share via email"
317
  msgstr ""
318
 
319
- #: includes/class-yith-wcwl-shortcode.php:510
320
- #: plugin-options/wishlist_page-options.php:174
321
  msgid "Share on WhatsApp"
322
  msgstr ""
323
 
324
- #: includes/class-yith-wcwl-shortcode.php:621
325
  msgid "Remove from list"
326
  msgstr ""
327
 
328
- #: includes/class-yith-wcwl-wishlist-item.php:193
329
  msgid "Free!"
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:235 includes/class-yith-wcwl.php:241
341
  msgid "Error. Unable to remove the product from the wishlist."
342
  msgstr "Ошибка. Невозможно удалить продукт из избранного."
343
 
344
- #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:152
345
- #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:174
346
  msgid "Invalid wishlist."
347
  msgstr ""
348
 
349
- #: includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:119
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
  msgstr[2] ""
360
 
361
- #: includes/functions-yith-wcwl.php:250
362
  msgid "has this item in wishlist"
363
  msgid_plural "have this item in wishlist"
364
  msgstr[0] ""
365
  msgstr[1] ""
366
  msgstr[2] ""
367
 
368
- #: includes/functions-yith-wcwl.php:252
369
  msgid "You're the first"
370
  msgstr ""
371
 
372
- #: includes/functions-yith-wcwl.php:253
373
  msgid "to add this item in wishlist"
374
  msgstr ""
375
 
376
  #. translators: 1. Count of users when many, or "another" when only one.
377
- #: includes/functions-yith-wcwl.php:257
378
  msgid "You and %s user"
379
  msgid_plural "You and %d users"
380
  msgstr[0] ""
381
  msgstr[1] ""
382
  msgstr[2] ""
383
 
384
- #: includes/functions-yith-wcwl.php:257
385
  msgid "another"
386
  msgstr ""
387
 
388
- #: includes/functions-yith-wcwl.php:258
389
  msgid "have this item in wishlist"
390
  msgstr ""
391
 
392
- #: includes/functions-yith-wcwl.php:425
393
  msgid "None"
394
  msgstr ""
395
 
396
- #: includes/functions-yith-wcwl.php:426
397
  msgid "Custom"
398
  msgstr ""
399
 
400
- #: includes/functions-yith-wcwl.php:447
401
  msgid "Shared"
402
  msgstr "Поделиться в:"
403
 
404
- #: includes/functions-yith-wcwl.php:451
405
  msgid "Only people with a link to this list can see it"
406
  msgstr ""
407
 
408
- #: includes/functions-yith-wcwl.php:457
409
  msgid "Private"
410
  msgstr ""
411
 
412
- #: includes/functions-yith-wcwl.php:461
413
  msgid "Only you can see this list"
414
  msgstr ""
415
 
416
- #: includes/functions-yith-wcwl.php:467
417
  msgid "Public"
418
  msgstr ""
419
 
420
- #: includes/functions-yith-wcwl.php:471
421
  msgid "Anyone can search for and see this list"
422
  msgstr ""
423
 
424
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:118
425
- #: plugin-options/add_to_wishlist-options.php:127
426
  msgid "Add to wishlist"
427
  msgstr ""
428
 
429
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:128
430
- #: plugin-options/add_to_wishlist-options.php:143
431
  msgid "Browse wishlist"
432
  msgstr ""
433
 
@@ -440,70 +439,68 @@ msgstr ""
440
  msgid "Product added to wishlist"
441
  msgstr "Продукт успешно добавлен в корзину"
442
 
443
- #: init.php:160
444
  msgid "is enabled but not effective. It requires WooCommerce to work."
445
  msgstr ""
446
 
447
- #: init.php:176
448
- msgid "You can't activate the free version of"
449
- msgstr ""
450
-
451
- #: init.php:176
452
- msgid "while you are using the premium one."
453
  msgstr ""
454
 
455
- #: plugin-options/add_to_wishlist-options.php:20
456
- #: plugin-options/settings-options.php:27
457
  msgid "General Settings"
458
  msgstr ""
459
 
460
- #: plugin-options/add_to_wishlist-options.php:27
461
  msgid "After product is added to wishlist"
462
  msgstr ""
463
 
464
- #: plugin-options/add_to_wishlist-options.php:28
465
  msgid ""
466
  "Choose the look of the Wishlist button when the product has already been "
467
  "added to a wishlist"
468
  msgstr ""
469
 
470
- #: plugin-options/add_to_wishlist-options.php:32
471
  #, fuzzy
472
  msgid "Show \"Add to wishlist\" button"
473
  msgstr "Продукт успешно добавлен в корзину"
474
 
475
- #: plugin-options/add_to_wishlist-options.php:33
476
  msgid "Show \"View wishlist\" link"
477
  msgstr ""
478
 
479
- #: plugin-options/add_to_wishlist-options.php:34
480
  msgid "Show \"Remove from list\" link"
481
  msgstr ""
482
 
483
- #: plugin-options/add_to_wishlist-options.php:48
484
  msgid "Loop settings"
485
  msgstr ""
486
 
487
- #: plugin-options/add_to_wishlist-options.php:50
488
  msgid ""
489
  "Loop options will be visible on Shop page, category pages, product "
490
  "shortcodes, products sliders, and all the other places where the WooCommerce "
491
  "products' loop is used"
492
  msgstr ""
493
 
494
- #: plugin-options/add_to_wishlist-options.php:55
495
  msgid "Show \"Add to wishlist\" in loop"
496
  msgstr ""
497
 
498
- #: plugin-options/add_to_wishlist-options.php:56
499
  msgid "Enable the \"Add to wishlist\" feature in WooCommerce products' loop"
500
  msgstr ""
501
 
502
- #: plugin-options/add_to_wishlist-options.php:64
503
  msgid "Position of \"Add to wishlist\" in loop"
504
  msgstr ""
505
 
506
- #: plugin-options/add_to_wishlist-options.php:65
507
  msgid ""
508
  "Choose where to show \"Add to wishlist\" button or link in WooCommerce "
509
  "products' loop. <span class=\"addon\">Copy this shortcode <span class=\"code"
@@ -511,32 +508,32 @@ msgid ""
511
  "want to show the \"Add to wishlist\" link or button</span>"
512
  msgstr ""
513
 
514
- #: plugin-options/add_to_wishlist-options.php:72
515
  msgid "On top of the image"
516
  msgstr ""
517
 
518
- #: plugin-options/add_to_wishlist-options.php:73
519
  msgid "Before \"Add to cart\" button"
520
  msgstr ""
521
 
522
- #: plugin-options/add_to_wishlist-options.php:74
523
  msgid "After \"Add to cart\" button"
524
  msgstr ""
525
 
526
- #: plugin-options/add_to_wishlist-options.php:75
527
- #: plugin-options/add_to_wishlist-options.php:107
528
  msgid "Use shortcode"
529
  msgstr ""
530
 
531
- #: plugin-options/add_to_wishlist-options.php:89
532
  msgid "Product page settings"
533
  msgstr ""
534
 
535
- #: plugin-options/add_to_wishlist-options.php:96
536
  msgid "Position of \"Add to wishlist\" on product page"
537
  msgstr ""
538
 
539
- #: plugin-options/add_to_wishlist-options.php:97
540
  msgid ""
541
  "Choose where to show \"Add to wishlist\" button or link on the product page. "
542
  "<span class=\"addon\">Copy this shortcode <span class=\"code"
@@ -544,472 +541,452 @@ msgid ""
544
  "want to show the \"Add to wishlist\" link or button</span>"
545
  msgstr ""
546
 
547
- #: plugin-options/add_to_wishlist-options.php:104
548
  msgid "After \"Add to cart\""
549
  msgstr "After \"Добавить в корзину\""
550
 
551
- #: plugin-options/add_to_wishlist-options.php:105
552
  msgid "After thumbnails"
553
  msgstr ""
554
 
555
- #: plugin-options/add_to_wishlist-options.php:106
556
  msgid "After summary"
557
  msgstr ""
558
 
559
- #: plugin-options/add_to_wishlist-options.php:117
560
- #: plugin-options/wishlist_page-options.php:222
561
  msgid "Text customization"
562
  msgstr ""
563
 
564
- #: plugin-options/add_to_wishlist-options.php:124
565
  msgid "\"Add to wishlist\" text"
566
  msgstr ""
567
 
568
- #: plugin-options/add_to_wishlist-options.php:125
569
  msgid "Enter a text for \"Add to wishlist\" button"
570
  msgstr ""
571
 
572
- #: plugin-options/add_to_wishlist-options.php:132
573
  msgid "\"Product added\" text"
574
  msgstr "Продукт успешно добавлен в корзину"
575
 
576
- #: plugin-options/add_to_wishlist-options.php:133
577
  msgid ""
578
  "Enter the text of the message displayed when the user adds a product to the "
579
  "wishlist"
580
  msgstr ""
581
 
582
- #: plugin-options/add_to_wishlist-options.php:135
583
  msgid "Product added!"
584
  msgstr ""
585
 
586
- #: plugin-options/add_to_wishlist-options.php:140
587
  msgid "\"Browse wishlist\" text"
588
  msgstr "\"Добавить в корзину\" button text"
589
 
590
- #: plugin-options/add_to_wishlist-options.php:141
591
  msgid "Enter a text for the \"Browse wishlist\" link on the product page"
592
  msgstr ""
593
 
594
- #: plugin-options/add_to_wishlist-options.php:148
595
  msgid "\"Product already in wishlist\" text"
596
  msgstr ""
597
 
598
- #: plugin-options/add_to_wishlist-options.php:149
599
  msgid ""
600
  "Enter the text for the message displayed when the user views a product that "
601
  "is already in the wishlist"
602
  msgstr ""
603
 
604
- #: plugin-options/add_to_wishlist-options.php:151
605
  msgid "The product is already in your wishlist!"
606
  msgstr ""
607
 
608
- #: plugin-options/add_to_wishlist-options.php:161
609
  msgid "Style & Color customization"
610
  msgstr ""
611
 
612
- #: plugin-options/add_to_wishlist-options.php:168
613
  msgid "Style of \"Add to wishlist\""
614
  msgstr ""
615
 
616
- #: plugin-options/add_to_wishlist-options.php:169
617
  msgid ""
618
  "Choose if you want to show a textual \"Add to wishlist\" link or a button"
619
  msgstr ""
620
 
621
- #: plugin-options/add_to_wishlist-options.php:172
622
- #: plugin-options/wishlist_page-options.php:261
623
  msgid "Textual (anchor)"
624
  msgstr ""
625
 
626
- #: plugin-options/add_to_wishlist-options.php:173
627
- #: plugin-options/wishlist_page-options.php:262
628
  msgid "Button with theme style"
629
  msgstr ""
630
 
631
- #: plugin-options/add_to_wishlist-options.php:174
632
- #: plugin-options/wishlist_page-options.php:263
633
  msgid "Button with custom style"
634
  msgstr ""
635
 
636
- #: plugin-options/add_to_wishlist-options.php:182
637
  msgid "\"Add to wishlist\" button style"
638
  msgstr ""
639
 
640
- #: plugin-options/add_to_wishlist-options.php:188
641
  msgid "Choose colors for the \"Add to wishlist\" button"
642
  msgstr ""
643
 
644
- #: plugin-options/add_to_wishlist-options.php:190
645
- #: plugin-options/wishlist_page-options.php:279
646
- #: plugin-options/wishlist_page-options.php:368
647
- #: plugin-options/wishlist_page-options.php:417
648
- #: plugin-options/wishlist_page-options.php:465
649
- #: plugin-options/wishlist_page-options.php:552
650
- #: plugin-options/wishlist_page-options.php:592
651
- #: plugin-options/wishlist_page-options.php:632
652
- #: plugin-options/wishlist_page-options.php:672
653
- #: plugin-options/wishlist_page-options.php:712
654
  msgid "Background"
655
  msgstr ""
656
 
657
- #: plugin-options/add_to_wishlist-options.php:195
658
- #: plugin-options/wishlist_page-options.php:284
659
- #: plugin-options/wishlist_page-options.php:373
660
- #: plugin-options/wishlist_page-options.php:422
661
- #: plugin-options/wishlist_page-options.php:470
662
- #: plugin-options/wishlist_page-options.php:507
663
  msgid "Text"
664
  msgstr ""
665
 
666
- #: plugin-options/add_to_wishlist-options.php:200
667
- #: plugin-options/wishlist_page-options.php:289
668
- #: plugin-options/wishlist_page-options.php:378
669
- #: plugin-options/wishlist_page-options.php:427
670
- #: plugin-options/wishlist_page-options.php:475
671
  msgid "Border"
672
  msgstr ""
673
 
674
- #: plugin-options/add_to_wishlist-options.php:206
675
  msgid "Choose colors for the \"Add to wishlist\" button on hover state"
676
  msgstr ""
677
 
678
- #: plugin-options/add_to_wishlist-options.php:208
679
- #: plugin-options/wishlist_page-options.php:297
680
- #: plugin-options/wishlist_page-options.php:386
681
- #: plugin-options/wishlist_page-options.php:435
682
  msgid "Background Hover"
683
  msgstr ""
684
 
685
- #: plugin-options/add_to_wishlist-options.php:213
686
- #: plugin-options/wishlist_page-options.php:302
687
- #: plugin-options/wishlist_page-options.php:391
688
- #: plugin-options/wishlist_page-options.php:440
689
  msgid "Text Hover"
690
  msgstr ""
691
 
692
- #: plugin-options/add_to_wishlist-options.php:218
693
- #: plugin-options/wishlist_page-options.php:307
694
- #: plugin-options/wishlist_page-options.php:396
695
- #: plugin-options/wishlist_page-options.php:445
696
  msgid "Border Hover"
697
  msgstr ""
698
 
699
- #: plugin-options/add_to_wishlist-options.php:231
700
- #: plugin-options/wishlist_page-options.php:320
701
  msgid "Border radius"
702
  msgstr ""
703
 
704
- #: plugin-options/add_to_wishlist-options.php:232
705
  msgid "Choose radius for the \"Add to wishlist\" button"
706
  msgstr ""
707
 
708
- #: plugin-options/add_to_wishlist-options.php:246
709
  msgid "\"Add to wishlist\" icon"
710
  msgstr ""
711
 
712
- #: plugin-options/add_to_wishlist-options.php:247
713
  msgid "Select an icon for the \"Add to wishlist\" button (optional)"
714
  msgstr ""
715
 
716
- #: plugin-options/add_to_wishlist-options.php:257
717
  msgid "\"Add to wishlist\" custom icon"
718
  msgstr ""
719
 
720
- #: plugin-options/add_to_wishlist-options.php:258
721
- #: plugin-options/add_to_wishlist-options.php:282
722
  msgid ""
723
  "Upload an icon you'd like to use for \"Add to wishlist\" button (suggested "
724
  "32px x 32px)"
725
  msgstr ""
726
 
727
- #: plugin-options/add_to_wishlist-options.php:270
728
  msgid "\"Added to wishlist\" icon"
729
  msgstr ""
730
 
731
- #: plugin-options/add_to_wishlist-options.php:271
732
  msgid "Select an icon for the \"Added to wishlist\" button (optional)"
733
  msgstr ""
734
 
735
- #: plugin-options/add_to_wishlist-options.php:277
736
  msgid "Same used for Add to wishlist"
737
  msgstr ""
738
 
739
- #: plugin-options/add_to_wishlist-options.php:281
740
  msgid "\"Added to wishlist\" custom icon"
741
  msgstr ""
742
 
743
- #: plugin-options/add_to_wishlist-options.php:294
744
  msgid "Custom CSS"
745
  msgstr ""
746
 
747
- #: plugin-options/add_to_wishlist-options.php:295
748
  msgid "Enter custom CSS to be applied to Wishlist elements (optional)"
749
  msgstr ""
750
 
751
- #: plugin-options/lists-options.php:34
752
  msgid "Search list"
753
  msgstr ""
754
 
755
- #. translators: 1. Anchor to Frequently Bought Together landing page on
756
- #. yithemes.com.
757
- #: plugin-options/settings-options.php:19
758
- msgid ""
759
- "If you want to take advantage of this feature, you could consider purchasing "
760
- "the %s."
761
- msgstr ""
762
-
763
- #: plugin-options/settings-options.php:34
764
  msgid "Enable AJAX loading"
765
  msgstr ""
766
 
767
- #: plugin-options/settings-options.php:35
768
  msgid "Load any cacheable wishlist item via AJAX"
769
  msgstr ""
770
 
771
- #: plugin-options/settings-options.php:48
772
  msgid "YITH WooCommerce Frequently Bought Together Integration"
773
  msgstr ""
774
 
775
- #. translators: 1. Url to Frequently Bought Together landing page on
776
- #. yithemes.com.
777
- #: plugin-options/settings-options.php:51
778
- msgid ""
779
- "In order to use this integration you have to install and activate YITH "
780
- "WooCommerce Frequently Bought Together. <a href=\"%s\">Learn more</a>"
781
- msgstr ""
782
-
783
- #: plugin-options/settings-options.php:56
784
  msgid "Enable slider in wishlist"
785
  msgstr ""
786
 
787
- #. translators: 1. Example image of the integration. 2. CTA to buy Frequently
788
- #. Bought Together.
789
- #: plugin-options/settings-options.php:58
790
  msgid ""
791
  "Enable the slider with linked products on the Wishlist page (<a href=\"%1$s"
792
- "\" class=\"thickbox\">Example</a>). %2$s"
793
  msgstr ""
794
 
795
- #: plugin-options/wishlist_page-options.php:19
796
- msgid "All your wishlists"
797
- msgstr ""
798
-
799
- #: plugin-options/wishlist_page-options.php:26
800
  msgid "Wishlist page"
801
  msgstr ""
802
 
803
- #: plugin-options/wishlist_page-options.php:27
804
  msgid ""
805
  "Pick a page as the main Wishlist page; make sure you add the <span class="
806
  "\"code\"><code>[yith_wcwl_wishlist]</code></span> shortcode into the page "
807
  "content"
808
  msgstr ""
809
 
810
- #: plugin-options/wishlist_page-options.php:40
811
  msgid "Wishlist Detail Page"
812
  msgstr ""
813
 
814
- #: plugin-options/wishlist_page-options.php:47
815
  #: plugin-options/wishlist_page-options.php:56
816
  #: plugin-options/wishlist_page-options.php:65
817
  #: plugin-options/wishlist_page-options.php:74
818
  #: plugin-options/wishlist_page-options.php:83
819
  #: plugin-options/wishlist_page-options.php:92
820
  #: plugin-options/wishlist_page-options.php:101
 
821
  msgid "In wishlist table show"
822
  msgstr ""
823
 
824
- #: plugin-options/wishlist_page-options.php:48
825
  msgid "Product variations selected by the user (example: size or color)"
826
  msgstr ""
827
 
828
- #: plugin-options/wishlist_page-options.php:57
829
  msgid "Product price"
830
  msgstr ""
831
 
832
- #: plugin-options/wishlist_page-options.php:66
833
  msgid "Product stock (show if the product is available or not)"
834
  msgstr ""
835
 
836
- #: plugin-options/wishlist_page-options.php:75
837
  msgid "Date on which the product was added to the wishlist"
838
  msgstr ""
839
 
840
- #: plugin-options/wishlist_page-options.php:84
841
  msgid "Add to cart option for each product"
842
  msgstr ""
843
 
844
- #: plugin-options/wishlist_page-options.php:93
845
  msgid ""
846
  "Icon to remove the product from the wishlist - to the left of the product"
847
  msgstr ""
848
 
849
- #: plugin-options/wishlist_page-options.php:102
850
  msgid ""
851
  "Button to remove the product from the wishlist - to the right of the product"
852
  msgstr ""
853
 
854
- #: plugin-options/wishlist_page-options.php:110
855
  msgid "Redirect to cart"
856
  msgstr ""
857
 
858
- #: plugin-options/wishlist_page-options.php:111
859
  msgid ""
860
  "Redirect users to the cart page when they add a product to the cart from the "
861
  "wishlist page"
862
  msgstr ""
863
 
864
- #: plugin-options/wishlist_page-options.php:119
865
  msgid "Remove if added to the cart"
866
  msgstr ""
867
 
868
- #: plugin-options/wishlist_page-options.php:120
869
  msgid ""
870
  "Remove the product from the wishlist after it has been added to the cart"
871
  msgstr ""
872
 
873
- #: plugin-options/wishlist_page-options.php:128
874
  msgid "Share wishlist"
875
  msgstr ""
876
 
877
- #: plugin-options/wishlist_page-options.php:129
878
  msgid "Enable this option to let users share their wishlist on social media"
879
  msgstr ""
880
 
881
- #: plugin-options/wishlist_page-options.php:137
882
  #: plugin-options/wishlist_page-options.php:146
883
  #: plugin-options/wishlist_page-options.php:155
884
  #: plugin-options/wishlist_page-options.php:164
885
  #: plugin-options/wishlist_page-options.php:173
 
886
  msgid "Share on social media"
887
  msgstr ""
888
 
889
- #: plugin-options/wishlist_page-options.php:165
890
  msgid "Share by email"
891
  msgstr ""
892
 
893
- #: plugin-options/wishlist_page-options.php:182
894
  msgid "Share by URL"
895
  msgstr ""
896
 
897
- #: plugin-options/wishlist_page-options.php:183
898
  msgid "Show \"Share URL\" field on wishlist page"
899
  msgstr ""
900
 
901
- #: plugin-options/wishlist_page-options.php:191
902
  msgid "Sharing title"
903
  msgstr ""
904
 
905
- #: plugin-options/wishlist_page-options.php:192
906
  msgid "Wishlist title used for sharing (only used on Twitter and Pinterest)"
907
  msgstr ""
908
 
909
  #. translators: 1. Blog name.
910
- #: plugin-options/wishlist_page-options.php:195
911
  msgid "My wishlist on %s"
912
  msgstr "Мои закладки на %s"
913
 
914
- #: plugin-options/wishlist_page-options.php:200
915
  msgid "Social text"
916
  msgstr ""
917
 
918
- #: plugin-options/wishlist_page-options.php:201
919
  msgid ""
920
  "Type the message you want to publish when you share your wishlist on Twitter "
921
  "and Pinterest"
922
  msgstr ""
923
 
924
- #: plugin-options/wishlist_page-options.php:209
925
  msgid "Social image URL"
926
  msgstr ""
927
 
928
- #: plugin-options/wishlist_page-options.php:210
929
  msgid "It will be used to pin the wishlist on Pinterest."
930
  msgstr ""
931
 
932
- #: plugin-options/wishlist_page-options.php:229
933
  msgid "Default wishlist name"
934
  msgstr ""
935
 
936
- #: plugin-options/wishlist_page-options.php:230
937
  msgid ""
938
  "Enter a name for the default wishlist. This is the wishlist that will be "
939
  "automatically generated for all users if they do not create any custom one"
940
  msgstr ""
941
 
942
- #: plugin-options/wishlist_page-options.php:232
943
  #, fuzzy
944
  msgid "My wishlist"
945
  msgstr "Мои закладки на %s"
946
 
947
- #: plugin-options/wishlist_page-options.php:237
948
  msgid "\"Add to cart\" text"
949
  msgstr ""
950
 
951
- #: plugin-options/wishlist_page-options.php:238
952
  msgid "Enter a text for the \"Add to cart\" button"
953
  msgstr ""
954
 
955
- #: plugin-options/wishlist_page-options.php:250
956
  msgid "Style & color customization"
957
  msgstr ""
958
 
959
- #: plugin-options/wishlist_page-options.php:257
960
  msgid "Style of \"Add to cart\""
961
  msgstr ""
962
 
963
- #: plugin-options/wishlist_page-options.php:258
964
  msgid "Choose whether to show a textual \"Add to cart\" link or a button"
965
  msgstr ""
966
 
967
- #: plugin-options/wishlist_page-options.php:271
968
  msgid "\"Add to cart\" button style"
969
  msgstr ""
970
 
971
- #: plugin-options/wishlist_page-options.php:277
972
  msgid "Choose the colors for the \"Add to cart\" button"
973
  msgstr ""
974
 
975
- #: plugin-options/wishlist_page-options.php:295
976
  msgid "Choose colors for the \"Add to cart\" button on hover state"
977
  msgstr ""
978
 
979
- #: plugin-options/wishlist_page-options.php:321
980
  msgid "Set the radius for the \"Add to cart\" button"
981
  msgstr ""
982
 
983
- #: plugin-options/wishlist_page-options.php:335
984
  msgid "\"Add to cart\" icon"
985
  msgstr ""
986
 
987
- #: plugin-options/wishlist_page-options.php:336
988
  msgid "Select an icon for the \"Add to cart\" button (optional)"
989
  msgstr ""
990
 
991
- #: plugin-options/wishlist_page-options.php:351
992
  msgid "\"Add to cart\" custom icon"
993
  msgstr ""
994
 
995
- #: plugin-options/wishlist_page-options.php:352
996
  msgid ""
997
  "Upload an icon you'd like to use for the \"Add to cart\" button (suggested "
998
  "32px x 32px)"
999
  msgstr ""
1000
 
1001
- #: plugin-options/wishlist_page-options.php:360
1002
  msgid "Primary button style"
1003
  msgstr ""
1004
 
1005
- #: plugin-options/wishlist_page-options.php:366
1006
  msgid ""
1007
  "Choose colors for the primary button<br/><small>This style will be applied "
1008
  "to \"Edit title\" button on Wishlist view, \"Submit Changes\" button on "
1009
  "Manage view and \"Search wishlist\" button on Search view</small>"
1010
  msgstr ""
1011
 
1012
- #: plugin-options/wishlist_page-options.php:384
1013
  msgid ""
1014
  "Choose colors for the primary button on hover state<br/><small>This style "
1015
  "will be applied to \"Edit title\" button on Wishlist view, \"Submit Changes"
@@ -1017,326 +994,326 @@ msgid ""
1017
  "small>"
1018
  msgstr ""
1019
 
1020
- #: plugin-options/wishlist_page-options.php:409
1021
  msgid "Secondary button style"
1022
  msgstr ""
1023
 
1024
- #: plugin-options/wishlist_page-options.php:415
1025
  #: plugin-options/wishlist_page-options.php:433
 
1026
  msgid ""
1027
  "Choose colors of the secondary button<br/><small>This style will be applied "
1028
  "to the buttons that allow showing and hiding the Edit title form on Wishlist "
1029
  "view and \"Create new Wishlist\" button on Manage view</small>"
1030
  msgstr ""
1031
 
1032
- #: plugin-options/wishlist_page-options.php:458
1033
  msgid "Wishlist table style"
1034
  msgstr ""
1035
 
1036
- #: plugin-options/wishlist_page-options.php:459
1037
  msgid ""
1038
  "Choose the colors for the wishlist table (when set to \"Traditional\" layout)"
1039
  msgstr ""
1040
 
1041
- #: plugin-options/wishlist_page-options.php:487
1042
  msgid "Highlight color"
1043
  msgstr ""
1044
 
1045
- #: plugin-options/wishlist_page-options.php:488
1046
  msgid ""
1047
  "Choose the color for all sections with background<br/><small>This color will "
1048
  "be used as background for the wishlist table heading and footer (when set to "
1049
  "\"Traditional\" layout), and for various form across wishlist views</small>"
1050
  msgstr ""
1051
 
1052
- #: plugin-options/wishlist_page-options.php:500
1053
  msgid "Share button text color"
1054
  msgstr ""
1055
 
1056
- #: plugin-options/wishlist_page-options.php:501
1057
  msgid "Choose colors for share buttons text"
1058
  msgstr ""
1059
 
1060
- #: plugin-options/wishlist_page-options.php:512
1061
  msgid "Text hover"
1062
  msgstr ""
1063
 
1064
- #: plugin-options/wishlist_page-options.php:525
1065
  msgid "Facebook share button icon"
1066
  msgstr ""
1067
 
1068
- #: plugin-options/wishlist_page-options.php:526
1069
  msgid "Select an icon for the Facebook share button"
1070
  msgstr ""
1071
 
1072
- #: plugin-options/wishlist_page-options.php:536
1073
  msgid "Facebook share button custom icon"
1074
  msgstr ""
1075
 
1076
- #: plugin-options/wishlist_page-options.php:537
1077
  msgid ""
1078
  "Upload an icon you'd like to use for Facebook share button (suggested 32px x "
1079
  "32px)"
1080
  msgstr ""
1081
 
1082
- #: plugin-options/wishlist_page-options.php:545
1083
  msgid "Facebook share button style"
1084
  msgstr ""
1085
 
1086
- #: plugin-options/wishlist_page-options.php:546
1087
  msgid "Choose colors for Facebook share button"
1088
  msgstr ""
1089
 
1090
- #: plugin-options/wishlist_page-options.php:557
1091
- #: plugin-options/wishlist_page-options.php:597
1092
- #: plugin-options/wishlist_page-options.php:637
1093
- #: plugin-options/wishlist_page-options.php:677
1094
- #: plugin-options/wishlist_page-options.php:717
1095
  msgid "Background hover"
1096
  msgstr ""
1097
 
1098
- #: plugin-options/wishlist_page-options.php:565
1099
  msgid "Twitter share button icon"
1100
  msgstr ""
1101
 
1102
- #: plugin-options/wishlist_page-options.php:566
1103
  msgid "Select an icon for the Twitter share button"
1104
  msgstr ""
1105
 
1106
- #: plugin-options/wishlist_page-options.php:576
1107
  msgid "Twitter share button custom icon"
1108
  msgstr ""
1109
 
1110
- #: plugin-options/wishlist_page-options.php:577
1111
  msgid ""
1112
  "Upload an icon you'd like to use for Twitter share button (suggested 32px x "
1113
  "32px)"
1114
  msgstr ""
1115
 
1116
- #: plugin-options/wishlist_page-options.php:585
1117
  msgid "Twitter share button style"
1118
  msgstr ""
1119
 
1120
- #: plugin-options/wishlist_page-options.php:586
1121
  msgid "Choose colors for Twitter share button"
1122
  msgstr ""
1123
 
1124
- #: plugin-options/wishlist_page-options.php:605
1125
  msgid "Pinterest share button icon"
1126
  msgstr ""
1127
 
1128
- #: plugin-options/wishlist_page-options.php:606
1129
  msgid "Select an icon for the Pinterest share button"
1130
  msgstr ""
1131
 
1132
- #: plugin-options/wishlist_page-options.php:616
1133
  msgid "Pinterest share button custom icon"
1134
  msgstr ""
1135
 
1136
- #: plugin-options/wishlist_page-options.php:617
1137
  msgid ""
1138
  "Upload an icon you'd like to use for Pinterest share button (suggested 32px "
1139
  "x 32px)"
1140
  msgstr ""
1141
 
1142
- #: plugin-options/wishlist_page-options.php:625
1143
  msgid "Pinterest share button style"
1144
  msgstr ""
1145
 
1146
- #: plugin-options/wishlist_page-options.php:626
1147
  msgid "Choose colors for Pinterest share button"
1148
  msgstr ""
1149
 
1150
- #: plugin-options/wishlist_page-options.php:645
1151
  msgid "Email share button icon"
1152
  msgstr ""
1153
 
1154
- #: plugin-options/wishlist_page-options.php:646
1155
  msgid "Select an icon for the Email share button"
1156
  msgstr ""
1157
 
1158
- #: plugin-options/wishlist_page-options.php:656
1159
  msgid "Email share button custom icon"
1160
  msgstr ""
1161
 
1162
- #: plugin-options/wishlist_page-options.php:657
1163
  msgid ""
1164
  "Upload an icon you'd like to use for the Email share button (suggested 32px "
1165
  "x 32px)"
1166
  msgstr ""
1167
 
1168
- #: plugin-options/wishlist_page-options.php:665
1169
  msgid "Email share button style"
1170
  msgstr ""
1171
 
1172
- #: plugin-options/wishlist_page-options.php:666
1173
  msgid "Choose colors for the Email share button"
1174
  msgstr ""
1175
 
1176
- #: plugin-options/wishlist_page-options.php:685
1177
  msgid "WhatsApp share button icon"
1178
  msgstr ""
1179
 
1180
- #: plugin-options/wishlist_page-options.php:686
1181
  msgid "Select an icon for the WhatsApp share button"
1182
  msgstr ""
1183
 
1184
- #: plugin-options/wishlist_page-options.php:696
1185
  msgid "WhatsApp share button custom icon"
1186
  msgstr ""
1187
 
1188
- #: plugin-options/wishlist_page-options.php:697
1189
  msgid ""
1190
  "Upload an icon you'd like to use for WhatsApp share button (suggested 32px x "
1191
  "32px)"
1192
  msgstr ""
1193
 
1194
- #: plugin-options/wishlist_page-options.php:705
1195
  msgid "WhatsApp share button style"
1196
  msgstr ""
1197
 
1198
- #: plugin-options/wishlist_page-options.php:706
1199
  msgid "Choose colors for WhatsApp share button"
1200
  msgstr ""
1201
 
1202
- #: templates/share.php:51 templates/share.php:52
1203
  msgid "Facebook"
1204
  msgstr ""
1205
 
1206
- #: templates/share.php:59 templates/share.php:60
1207
  msgid "Twitter"
1208
  msgstr ""
1209
 
1210
- #: templates/share.php:67 templates/share.php:68
1211
  msgid "Pinterest"
1212
  msgstr ""
1213
 
1214
- #: templates/share.php:75 templates/share.php:76
1215
  msgid "Email"
1216
  msgstr ""
1217
 
1218
- #: templates/share.php:83
1219
  msgid "WhatsApp"
1220
  msgstr ""
1221
 
1222
- #: templates/share.php:84
1223
  msgid "Whatsapp"
1224
  msgstr ""
1225
 
1226
- #: templates/share.php:93
1227
  msgid "(Now"
1228
  msgstr ""
1229
 
1230
- #: templates/share.php:93
1231
  msgid "copy"
1232
  msgstr ""
1233
 
1234
- #: templates/share.php:93
1235
  msgid "this wishlist link and share it anywhere)"
1236
  msgstr ""
1237
 
1238
- #: templates/wishlist-view-footer-mobile.php:44
1239
- #: templates/wishlist-view-footer.php:44
1240
  msgid "Apply this action to all the selected items:"
1241
  msgstr ""
1242
 
1243
- #: templates/wishlist-view-footer-mobile.php:49
1244
- #: templates/wishlist-view-footer.php:49
1245
  msgid "Remove from wishlist"
1246
  msgstr ""
1247
 
1248
  #. translators: 1. Wishlist formatted name.
1249
- #: templates/wishlist-view-footer-mobile.php:67
1250
- #: templates/wishlist-view-footer.php:67
1251
  msgid "Move to %s"
1252
  msgstr ""
1253
 
1254
- #: templates/wishlist-view-footer-mobile.php:73
1255
- #: templates/wishlist-view-footer.php:73
1256
  msgid "Apply"
1257
  msgstr ""
1258
 
1259
- #: templates/wishlist-view-footer-mobile.php:81
1260
- #: templates/wishlist-view-footer.php:81
1261
  msgid "Update"
1262
  msgstr ""
1263
 
1264
- #: templates/wishlist-view-footer-mobile.php:87
1265
- #: templates/wishlist-view-footer.php:103
1266
  msgid "Add all to cart"
1267
  msgstr ""
1268
 
1269
- #: templates/wishlist-view-header.php:48
1270
  msgid "Edit title"
1271
  msgstr ""
1272
 
1273
- #: templates/wishlist-view-mobile.php:134
1274
  msgid "Added on:"
1275
  msgstr ""
1276
 
1277
- #: templates/wishlist-view-mobile.php:145
1278
  msgid "Price:"
1279
  msgstr ""
1280
 
1281
- #: templates/wishlist-view-mobile.php:172
1282
  msgid "Quantity:"
1283
  msgstr ""
1284
 
1285
- #: templates/wishlist-view-mobile.php:187
1286
  msgid "Stock:"
1287
  msgstr ""
1288
 
1289
- #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1290
  msgid "Out of stock"
1291
  msgstr ""
1292
 
1293
- #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1294
  msgid "In Stock"
1295
  msgstr "в наличии"
1296
 
1297
- #: templates/wishlist-view-mobile.php:210 templates/wishlist-view.php:260
1298
  msgid "Move"
1299
  msgstr ""
1300
 
1301
- #: templates/wishlist-view-mobile.php:231 templates/wishlist-view.php:281
1302
  msgid "Move to another list &rsaquo;"
1303
  msgstr ""
1304
 
1305
- #: templates/wishlist-view-mobile.php:239 templates/wishlist-view.php:155
1306
- #: templates/wishlist-view.php:291
1307
  msgid "Remove this product"
1308
  msgstr ""
1309
 
1310
- #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:311
1311
  msgid "No products added to the wishlist"
1312
  msgstr ""
1313
 
1314
- #: templates/wishlist-view.php:79
1315
  msgid "Product name"
1316
  msgstr ""
1317
 
1318
- #: templates/wishlist-view.php:87
1319
  msgid "Unit price"
1320
  msgstr ""
1321
 
1322
- #: templates/wishlist-view.php:96
1323
  msgid "Quantity"
1324
  msgstr ""
1325
 
1326
- #: templates/wishlist-view.php:105
1327
  msgid "Stock status"
1328
  msgstr ""
1329
 
1330
- #: templates/wishlist-view.php:123
1331
  msgid "Arrange"
1332
  msgstr ""
1333
 
1334
  #. translators: date added label: 1 date added.
1335
- #: templates/wishlist-view.php:241
1336
  msgid "Added on: %s"
1337
  msgstr ""
1338
 
1339
- #: templates/wishlist-view.php:291
1340
  msgid "Remove"
1341
  msgstr ""
1342
 
@@ -1349,7 +1326,7 @@ msgid ""
1349
  "your e-commerce on <strong>YITH</strong></a>"
1350
  msgstr ""
1351
 
1352
- #: includes/class-yith-wcwl-admin.php:259
1353
  msgctxt "[HELP TAB] Video title"
1354
  msgid ""
1355
  "Check this video to learn how to <b>configure wishlist and customize options:"
@@ -1361,7 +1338,7 @@ msgctxt "page_slug"
1361
  msgid "wishlist"
1362
  msgstr ""
1363
 
1364
- #: includes/class-yith-wcwl-privacy.php:230
1365
  msgctxt "date when wishlist was created"
1366
  msgid "Created on"
1367
  msgstr ""
@@ -1387,7 +1364,7 @@ msgid "Shows a list of products in wishlist"
1387
  msgstr ""
1388
 
1389
  #. translators: 1. % of reduction/increase in price.
1390
- #: includes/class-yith-wcwl-wishlist-item.php:435
1391
  msgctxt ""
1392
  "Part of the template that shows price variation since addition to list; "
1393
  "placeholder will be replaced with a percentage"
@@ -1395,7 +1372,7 @@ msgid "Price is %1$s%%"
1395
  msgstr ""
1396
 
1397
  #. translators: 2: original product price.
1398
- #: includes/class-yith-wcwl-wishlist-item.php:437
1399
  msgctxt ""
1400
  "Part of the template that shows price variation since addition to list; "
1401
  "placeholder will be replaced with a price"
5
  "Project-Id-Version: YITH WCWL\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
+ "POT-Creation-Date: 2022-08-04 12:20:46+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:06+0200\n"
10
  "Last-Translator: Valentyn Zubenko <valentyn.zubenko@gmail.com>\n"
11
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
26
  msgid "Wishlist Page"
27
  msgstr "Мои закладки на %s"
28
 
29
+ #: includes/class-yith-wcwl-admin.php:155
30
  msgid "General settings"
31
  msgstr ""
32
 
33
+ #: includes/class-yith-wcwl-admin.php:156
34
  msgid "Add to wishlist options"
35
  msgstr ""
36
 
37
+ #: includes/class-yith-wcwl-admin.php:157
38
  msgid "Wishlist page options"
39
  msgstr ""
40
 
41
+ #: includes/class-yith-wcwl-admin.php:268
42
  msgid ""
43
  "Allows your customers to create and share lists of products that they want "
44
  "to purchase on your e-commerce."
45
  msgstr ""
46
 
47
+ #: includes/class-yith-wcwl-admin.php:308
48
  msgid ""
49
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
50
  msgstr ""
51
 
52
+ #: includes/class-yith-wcwl-admin.php:309
53
  msgid ""
54
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
55
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
56
  "on \"Add to wishlist\""
57
  msgstr ""
58
 
59
+ #: includes/class-yith-wcwl-admin.php:310
60
  msgid ""
61
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
62
  "them either public (visible to everyone), private or shared (visible only to "
63
  "people it has been shared with)"
64
  msgstr ""
65
 
66
+ #: includes/class-yith-wcwl-admin.php:311
67
  msgid ""
68
  "Choose between <b>different layouts</b> for the wishlist page and for the "
69
  "wishlist content"
70
  msgstr ""
71
 
72
+ #: includes/class-yith-wcwl-admin.php:312
73
  msgid ""
74
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
75
  "move a product from one wishlist to another, change order of items, "
76
  "quantity, etc."
77
  msgstr ""
78
 
79
+ #: includes/class-yith-wcwl-admin.php:313
80
  msgid ""
81
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
82
  "content of their wishlist to the admin and get a custom quote"
83
  msgstr ""
84
 
85
+ #: includes/class-yith-wcwl-admin.php:314
86
  msgid ""
87
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
88
  "(available also with \"mini-cart\" style for the header)"
89
  msgstr ""
90
 
91
+ #: includes/class-yith-wcwl-admin.php:315
92
  msgid ""
93
+ "<b>Send promotional emails to users</b> who have added specific products to "
 
94
  "their wishlist"
95
  msgstr ""
96
 
97
+ #: includes/class-yith-wcwl-admin.php:316
98
  msgid ""
99
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
100
  "the list is back in stock or on sale"
101
  msgstr ""
102
 
103
+ #: includes/class-yith-wcwl-admin.php:317
104
  msgid "Regular updates, Translations and Premium Support"
105
  msgstr ""
106
 
107
+ #: includes/class-yith-wcwl-ajax-handler.php:94
108
+ #: templates/add-to-wishlist-remove.php:81
109
  msgid "View &rsaquo;"
110
  msgstr ""
111
 
112
+ #: includes/class-yith-wcwl-ajax-handler.php:95
113
+ #: templates/add-to-wishlist-remove.php:69
114
  msgid "or"
115
  msgstr ""
116
 
117
+ #: includes/class-yith-wcwl-ajax-handler.php:96
118
  msgid "Close"
119
  msgstr ""
120
 
121
+ #: includes/class-yith-wcwl-ajax-handler.php:203
122
+ #: includes/class-yith-wcwl-ajax-handler.php:252
123
  msgid "Product successfully removed."
124
  msgstr "Продукт успешно удален из избранного"
125
 
126
+ #: includes/class-yith-wcwl-form-handler.php:193
127
  msgid "Please, make sure to enter a valid title"
128
  msgstr ""
129
 
130
+ #: includes/class-yith-wcwl-frontend.php:674
131
  msgid ""
132
  "We are sorry, but this feature is available only if cookies on your browser "
133
  "are enabled."
134
  msgstr ""
135
 
136
+ #: includes/class-yith-wcwl-frontend.php:684
137
  msgid "Product added to cart successfully"
138
  msgstr ""
139
 
140
+ #: includes/class-yith-wcwl-frontend.php:947
141
+ #: includes/class-yith-wcwl-shortcode.php:248
142
+ #: plugin-options/wishlist_page-options.php:249
143
+ #: templates/wishlist-view-footer-mobile.php:59
144
+ #: templates/wishlist-view-footer.php:59
145
  msgid "Add to cart"
146
  msgstr ""
147
 
189
  "for the products you love."
190
  msgstr ""
191
 
192
+ #: includes/class-yith-wcwl-privacy.php:94
193
+ #: includes/class-yith-wcwl-privacy.php:110
194
  msgid "Customer wishlists"
195
  msgstr ""
196
 
197
+ #: includes/class-yith-wcwl-privacy.php:147 plugin-options/lists-options.php:34
198
+ #: plugin-options/lists-options.php:41
199
  msgid "Wishlists"
200
  msgstr "Мои закладки на %s"
201
 
202
  #. Translators: %s Order number.
203
+ #: includes/class-yith-wcwl-privacy.php:233
204
  msgid "Removed wishlist %s."
205
  msgstr "Мои закладки на %s"
206
 
207
  #. Translators: %s Order number.
208
+ #: includes/class-yith-wcwl-privacy.php:237
209
  msgid "Wishlist %s has been retained."
210
  msgstr ""
211
 
212
+ #: includes/class-yith-wcwl-privacy.php:272
213
  msgid "Token"
214
  msgstr ""
215
 
216
+ #: includes/class-yith-wcwl-privacy.php:273
217
  msgid "Wishlist URL"
218
  msgstr ""
219
 
220
+ #: includes/class-yith-wcwl-privacy.php:274
221
  msgid "Title"
222
  msgstr ""
223
 
224
+ #: includes/class-yith-wcwl-privacy.php:276
225
  msgid "Visibility"
226
  msgstr ""
227
 
228
+ #: includes/class-yith-wcwl-privacy.php:277
229
  msgid "Items added"
230
  msgstr ""
231
 
292
  msgid "ID of the wishlist to show (e.g. K6EOWXB888ZD)"
293
  msgstr ""
294
 
295
+ #: includes/class-yith-wcwl-shortcode.php:452
296
  msgid "Share on:"
297
  msgstr "Поделиться в:"
298
 
299
+ #: includes/class-yith-wcwl-shortcode.php:498
300
+ #: plugin-options/wishlist_page-options.php:147
301
  msgid "Share on Facebook"
302
  msgstr "Поделиться на Facebook"
303
 
304
+ #: includes/class-yith-wcwl-shortcode.php:515
305
+ #: plugin-options/wishlist_page-options.php:156
306
  msgid "Tweet on Twitter"
307
  msgstr "Поделиться в Twitter"
308
 
309
+ #: includes/class-yith-wcwl-shortcode.php:533
310
+ #: plugin-options/wishlist_page-options.php:165
311
  msgid "Pin on Pinterest"
312
  msgstr "Поделиться в Pinterest"
313
 
314
+ #: includes/class-yith-wcwl-shortcode.php:547
315
  msgid "Share via email"
316
  msgstr ""
317
 
318
+ #: includes/class-yith-wcwl-shortcode.php:570
319
+ #: plugin-options/wishlist_page-options.php:183
320
  msgid "Share on WhatsApp"
321
  msgstr ""
322
 
323
+ #: includes/class-yith-wcwl-shortcode.php:744
324
  msgid "Remove from list"
325
  msgstr ""
326
 
327
+ #: includes/class-yith-wcwl-wishlist-item.php:203
328
  msgid "Free!"
329
  msgstr ""
330
 
331
+ #: includes/class-yith-wcwl.php:232
332
  msgid "The item cannot be added to this wishlist"
333
  msgstr ""
334
 
335
+ #: includes/class-yith-wcwl.php:236 includes/class-yith-wcwl.php:242
336
  msgid "An error occurred while adding the products to the wishlist."
337
  msgstr ""
338
 
339
+ #: includes/class-yith-wcwl.php:339 includes/class-yith-wcwl.php:365
340
  msgid "Error. Unable to remove the product from the wishlist."
341
  msgstr "Ошибка. Невозможно удалить продукт из избранного."
342
 
343
+ #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:250
344
+ #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:272
345
  msgid "Invalid wishlist."
346
  msgstr ""
347
 
348
+ #: includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:210
349
  msgid "Invalid wishlist item."
350
  msgstr ""
351
 
352
  #. translators: 1. Number of users.
353
+ #: includes/functions-yith-wcwl.php:309
354
  msgid "%d user"
355
  msgid_plural "%d users"
356
  msgstr[0] ""
357
  msgstr[1] ""
358
  msgstr[2] ""
359
 
360
+ #: includes/functions-yith-wcwl.php:310
361
  msgid "has this item in wishlist"
362
  msgid_plural "have this item in wishlist"
363
  msgstr[0] ""
364
  msgstr[1] ""
365
  msgstr[2] ""
366
 
367
+ #: includes/functions-yith-wcwl.php:312
368
  msgid "You're the first"
369
  msgstr ""
370
 
371
+ #: includes/functions-yith-wcwl.php:313
372
  msgid "to add this item in wishlist"
373
  msgstr ""
374
 
375
  #. translators: 1. Count of users when many, or "another" when only one.
376
+ #: includes/functions-yith-wcwl.php:317
377
  msgid "You and %s user"
378
  msgid_plural "You and %d users"
379
  msgstr[0] ""
380
  msgstr[1] ""
381
  msgstr[2] ""
382
 
383
+ #: includes/functions-yith-wcwl.php:317
384
  msgid "another"
385
  msgstr ""
386
 
387
+ #: includes/functions-yith-wcwl.php:318
388
  msgid "have this item in wishlist"
389
  msgstr ""
390
 
391
+ #: includes/functions-yith-wcwl.php:534
392
  msgid "None"
393
  msgstr ""
394
 
395
+ #: includes/functions-yith-wcwl.php:535
396
  msgid "Custom"
397
  msgstr ""
398
 
399
+ #: includes/functions-yith-wcwl.php:567
400
  msgid "Shared"
401
  msgstr "Поделиться в:"
402
 
403
+ #: includes/functions-yith-wcwl.php:571
404
  msgid "Only people with a link to this list can see it"
405
  msgstr ""
406
 
407
+ #: includes/functions-yith-wcwl.php:577
408
  msgid "Private"
409
  msgstr ""
410
 
411
+ #: includes/functions-yith-wcwl.php:581
412
  msgid "Only you can see this list"
413
  msgstr ""
414
 
415
+ #: includes/functions-yith-wcwl.php:587
416
  msgid "Public"
417
  msgstr ""
418
 
419
+ #: includes/functions-yith-wcwl.php:591
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:118
424
+ #: plugin-options/add_to_wishlist-options.php:136
425
  msgid "Add to wishlist"
426
  msgstr ""
427
 
428
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:128
429
+ #: plugin-options/add_to_wishlist-options.php:152
430
  msgid "Browse wishlist"
431
  msgstr ""
432
 
439
  msgid "Product added to wishlist"
440
  msgstr "Продукт успешно добавлен в корзину"
441
 
442
+ #: init.php:173
443
  msgid "is enabled but not effective. It requires WooCommerce to work."
444
  msgstr ""
445
 
446
+ #: init.php:191
447
+ msgid ""
448
+ "YITH WooCommerce Wishlist was deactivated as you're running an higher tier "
449
+ "version of the same plugin."
 
 
450
  msgstr ""
451
 
452
+ #: plugin-options/add_to_wishlist-options.php:29
453
+ #: plugin-options/settings-options.php:32
454
  msgid "General Settings"
455
  msgstr ""
456
 
457
+ #: plugin-options/add_to_wishlist-options.php:36
458
  msgid "After product is added to wishlist"
459
  msgstr ""
460
 
461
+ #: plugin-options/add_to_wishlist-options.php:37
462
  msgid ""
463
  "Choose the look of the Wishlist button when the product has already been "
464
  "added to a wishlist"
465
  msgstr ""
466
 
467
+ #: plugin-options/add_to_wishlist-options.php:41
468
  #, fuzzy
469
  msgid "Show \"Add to wishlist\" button"
470
  msgstr "Продукт успешно добавлен в корзину"
471
 
472
+ #: plugin-options/add_to_wishlist-options.php:42
473
  msgid "Show \"View wishlist\" link"
474
  msgstr ""
475
 
476
+ #: plugin-options/add_to_wishlist-options.php:43
477
  msgid "Show \"Remove from list\" link"
478
  msgstr ""
479
 
480
+ #: plugin-options/add_to_wishlist-options.php:57
481
  msgid "Loop settings"
482
  msgstr ""
483
 
484
+ #: plugin-options/add_to_wishlist-options.php:59
485
  msgid ""
486
  "Loop options will be visible on Shop page, category pages, product "
487
  "shortcodes, products sliders, and all the other places where the WooCommerce "
488
  "products' loop is used"
489
  msgstr ""
490
 
491
+ #: plugin-options/add_to_wishlist-options.php:64
492
  msgid "Show \"Add to wishlist\" in loop"
493
  msgstr ""
494
 
495
+ #: plugin-options/add_to_wishlist-options.php:65
496
  msgid "Enable the \"Add to wishlist\" feature in WooCommerce products' loop"
497
  msgstr ""
498
 
499
+ #: plugin-options/add_to_wishlist-options.php:73
500
  msgid "Position of \"Add to wishlist\" in loop"
501
  msgstr ""
502
 
503
+ #: plugin-options/add_to_wishlist-options.php:74
504
  msgid ""
505
  "Choose where to show \"Add to wishlist\" button or link in WooCommerce "
506
  "products' loop. <span class=\"addon\">Copy this shortcode <span class=\"code"
508
  "want to show the \"Add to wishlist\" link or button</span>"
509
  msgstr ""
510
 
511
+ #: plugin-options/add_to_wishlist-options.php:81
512
  msgid "On top of the image"
513
  msgstr ""
514
 
515
+ #: plugin-options/add_to_wishlist-options.php:82
516
  msgid "Before \"Add to cart\" button"
517
  msgstr ""
518
 
519
+ #: plugin-options/add_to_wishlist-options.php:83
520
  msgid "After \"Add to cart\" button"
521
  msgstr ""
522
 
523
+ #: plugin-options/add_to_wishlist-options.php:84
524
+ #: plugin-options/add_to_wishlist-options.php:116
525
  msgid "Use shortcode"
526
  msgstr ""
527
 
528
+ #: plugin-options/add_to_wishlist-options.php:98
529
  msgid "Product page settings"
530
  msgstr ""
531
 
532
+ #: plugin-options/add_to_wishlist-options.php:105
533
  msgid "Position of \"Add to wishlist\" on product page"
534
  msgstr ""
535
 
536
+ #: plugin-options/add_to_wishlist-options.php:106
537
  msgid ""
538
  "Choose where to show \"Add to wishlist\" button or link on the product page. "
539
  "<span class=\"addon\">Copy this shortcode <span class=\"code"
541
  "want to show the \"Add to wishlist\" link or button</span>"
542
  msgstr ""
543
 
544
+ #: plugin-options/add_to_wishlist-options.php:113
545
  msgid "After \"Add to cart\""
546
  msgstr "After \"Добавить в корзину\""
547
 
548
+ #: plugin-options/add_to_wishlist-options.php:114
549
  msgid "After thumbnails"
550
  msgstr ""
551
 
552
+ #: plugin-options/add_to_wishlist-options.php:115
553
  msgid "After summary"
554
  msgstr ""
555
 
556
+ #: plugin-options/add_to_wishlist-options.php:126
557
+ #: plugin-options/wishlist_page-options.php:231
558
  msgid "Text customization"
559
  msgstr ""
560
 
561
+ #: plugin-options/add_to_wishlist-options.php:133
562
  msgid "\"Add to wishlist\" text"
563
  msgstr ""
564
 
565
+ #: plugin-options/add_to_wishlist-options.php:134
566
  msgid "Enter a text for \"Add to wishlist\" button"
567
  msgstr ""
568
 
569
+ #: plugin-options/add_to_wishlist-options.php:141
570
  msgid "\"Product added\" text"
571
  msgstr "Продукт успешно добавлен в корзину"
572
 
573
+ #: plugin-options/add_to_wishlist-options.php:142
574
  msgid ""
575
  "Enter the text of the message displayed when the user adds a product to the "
576
  "wishlist"
577
  msgstr ""
578
 
579
+ #: plugin-options/add_to_wishlist-options.php:144
580
  msgid "Product added!"
581
  msgstr ""
582
 
583
+ #: plugin-options/add_to_wishlist-options.php:149
584
  msgid "\"Browse wishlist\" text"
585
  msgstr "\"Добавить в корзину\" button text"
586
 
587
+ #: plugin-options/add_to_wishlist-options.php:150
588
  msgid "Enter a text for the \"Browse wishlist\" link on the product page"
589
  msgstr ""
590
 
591
+ #: plugin-options/add_to_wishlist-options.php:157
592
  msgid "\"Product already in wishlist\" text"
593
  msgstr ""
594
 
595
+ #: plugin-options/add_to_wishlist-options.php:158
596
  msgid ""
597
  "Enter the text for the message displayed when the user views a product that "
598
  "is already in the wishlist"
599
  msgstr ""
600
 
601
+ #: plugin-options/add_to_wishlist-options.php:160
602
  msgid "The product is already in your wishlist!"
603
  msgstr ""
604
 
605
+ #: plugin-options/add_to_wishlist-options.php:170
606
  msgid "Style & Color customization"
607
  msgstr ""
608
 
609
+ #: plugin-options/add_to_wishlist-options.php:177
610
  msgid "Style of \"Add to wishlist\""
611
  msgstr ""
612
 
613
+ #: plugin-options/add_to_wishlist-options.php:178
614
  msgid ""
615
  "Choose if you want to show a textual \"Add to wishlist\" link or a button"
616
  msgstr ""
617
 
618
+ #: plugin-options/add_to_wishlist-options.php:181
619
+ #: plugin-options/wishlist_page-options.php:270
620
  msgid "Textual (anchor)"
621
  msgstr ""
622
 
623
+ #: plugin-options/add_to_wishlist-options.php:182
624
+ #: plugin-options/wishlist_page-options.php:271
625
  msgid "Button with theme style"
626
  msgstr ""
627
 
628
+ #: plugin-options/add_to_wishlist-options.php:183
629
+ #: plugin-options/wishlist_page-options.php:272
630
  msgid "Button with custom style"
631
  msgstr ""
632
 
633
+ #: plugin-options/add_to_wishlist-options.php:191
634
  msgid "\"Add to wishlist\" button style"
635
  msgstr ""
636
 
637
+ #: plugin-options/add_to_wishlist-options.php:197
638
  msgid "Choose colors for the \"Add to wishlist\" button"
639
  msgstr ""
640
 
641
+ #: plugin-options/add_to_wishlist-options.php:199
642
+ #: plugin-options/wishlist_page-options.php:288
643
+ #: plugin-options/wishlist_page-options.php:386
644
+ #: plugin-options/wishlist_page-options.php:435
645
+ #: plugin-options/wishlist_page-options.php:483
646
+ #: plugin-options/wishlist_page-options.php:570
647
+ #: plugin-options/wishlist_page-options.php:610
648
+ #: plugin-options/wishlist_page-options.php:650
649
+ #: plugin-options/wishlist_page-options.php:690
650
+ #: plugin-options/wishlist_page-options.php:730
651
  msgid "Background"
652
  msgstr ""
653
 
654
+ #: plugin-options/add_to_wishlist-options.php:204
655
+ #: plugin-options/wishlist_page-options.php:293
656
+ #: plugin-options/wishlist_page-options.php:391
657
+ #: plugin-options/wishlist_page-options.php:440
658
+ #: plugin-options/wishlist_page-options.php:488
659
+ #: plugin-options/wishlist_page-options.php:525
660
  msgid "Text"
661
  msgstr ""
662
 
663
+ #: plugin-options/add_to_wishlist-options.php:209
664
+ #: plugin-options/wishlist_page-options.php:298
665
+ #: plugin-options/wishlist_page-options.php:396
666
+ #: plugin-options/wishlist_page-options.php:445
667
+ #: plugin-options/wishlist_page-options.php:493
668
  msgid "Border"
669
  msgstr ""
670
 
671
+ #: plugin-options/add_to_wishlist-options.php:215
672
  msgid "Choose colors for the \"Add to wishlist\" button on hover state"
673
  msgstr ""
674
 
675
+ #: plugin-options/add_to_wishlist-options.php:217
676
+ #: plugin-options/wishlist_page-options.php:306
677
+ #: plugin-options/wishlist_page-options.php:404
678
+ #: plugin-options/wishlist_page-options.php:453
679
  msgid "Background Hover"
680
  msgstr ""
681
 
682
+ #: plugin-options/add_to_wishlist-options.php:222
683
+ #: plugin-options/wishlist_page-options.php:311
684
+ #: plugin-options/wishlist_page-options.php:409
685
+ #: plugin-options/wishlist_page-options.php:458
686
  msgid "Text Hover"
687
  msgstr ""
688
 
689
+ #: plugin-options/add_to_wishlist-options.php:227
690
+ #: plugin-options/wishlist_page-options.php:316
691
+ #: plugin-options/wishlist_page-options.php:414
692
+ #: plugin-options/wishlist_page-options.php:463
693
  msgid "Border Hover"
694
  msgstr ""
695
 
696
+ #: plugin-options/add_to_wishlist-options.php:240
697
+ #: plugin-options/wishlist_page-options.php:329
698
  msgid "Border radius"
699
  msgstr ""
700
 
701
+ #: plugin-options/add_to_wishlist-options.php:241
702
  msgid "Choose radius for the \"Add to wishlist\" button"
703
  msgstr ""
704
 
705
+ #: plugin-options/add_to_wishlist-options.php:255
706
  msgid "\"Add to wishlist\" icon"
707
  msgstr ""
708
 
709
+ #: plugin-options/add_to_wishlist-options.php:256
710
  msgid "Select an icon for the \"Add to wishlist\" button (optional)"
711
  msgstr ""
712
 
713
+ #: plugin-options/add_to_wishlist-options.php:275
714
  msgid "\"Add to wishlist\" custom icon"
715
  msgstr ""
716
 
717
+ #: plugin-options/add_to_wishlist-options.php:276
718
+ #: plugin-options/add_to_wishlist-options.php:309
719
  msgid ""
720
  "Upload an icon you'd like to use for \"Add to wishlist\" button (suggested "
721
  "32px x 32px)"
722
  msgstr ""
723
 
724
+ #: plugin-options/add_to_wishlist-options.php:288
725
  msgid "\"Added to wishlist\" icon"
726
  msgstr ""
727
 
728
+ #: plugin-options/add_to_wishlist-options.php:289
729
  msgid "Select an icon for the \"Added to wishlist\" button (optional)"
730
  msgstr ""
731
 
732
+ #: plugin-options/add_to_wishlist-options.php:304
733
  msgid "Same used for Add to wishlist"
734
  msgstr ""
735
 
736
+ #: plugin-options/add_to_wishlist-options.php:308
737
  msgid "\"Added to wishlist\" custom icon"
738
  msgstr ""
739
 
740
+ #: plugin-options/add_to_wishlist-options.php:321
741
  msgid "Custom CSS"
742
  msgstr ""
743
 
744
+ #: plugin-options/add_to_wishlist-options.php:322
745
  msgid "Enter custom CSS to be applied to Wishlist elements (optional)"
746
  msgstr ""
747
 
748
+ #: plugin-options/lists-options.php:43
749
  msgid "Search list"
750
  msgstr ""
751
 
752
+ #: plugin-options/settings-options.php:39
 
 
 
 
 
 
 
 
753
  msgid "Enable AJAX loading"
754
  msgstr ""
755
 
756
+ #: plugin-options/settings-options.php:40
757
  msgid "Load any cacheable wishlist item via AJAX"
758
  msgstr ""
759
 
760
+ #: plugin-options/settings-options.php:54
761
  msgid "YITH WooCommerce Frequently Bought Together Integration"
762
  msgstr ""
763
 
764
+ #: plugin-options/settings-options.php:60
 
 
 
 
 
 
 
 
765
  msgid "Enable slider in wishlist"
766
  msgstr ""
767
 
768
+ #. translators: 1. Example image of the integration.
769
+ #: plugin-options/settings-options.php:62
 
770
  msgid ""
771
  "Enable the slider with linked products on the Wishlist page (<a href=\"%1$s"
772
+ "\" class=\"thickbox\">Example</a>)."
773
  msgstr ""
774
 
775
+ #: plugin-options/wishlist_page-options.php:28
776
+ #: plugin-options/wishlist_page-options.php:35
 
 
 
777
  msgid "Wishlist page"
778
  msgstr ""
779
 
780
+ #: plugin-options/wishlist_page-options.php:36
781
  msgid ""
782
  "Pick a page as the main Wishlist page; make sure you add the <span class="
783
  "\"code\"><code>[yith_wcwl_wishlist]</code></span> shortcode into the page "
784
  "content"
785
  msgstr ""
786
 
787
+ #: plugin-options/wishlist_page-options.php:49
788
  msgid "Wishlist Detail Page"
789
  msgstr ""
790
 
 
791
  #: plugin-options/wishlist_page-options.php:56
792
  #: plugin-options/wishlist_page-options.php:65
793
  #: plugin-options/wishlist_page-options.php:74
794
  #: plugin-options/wishlist_page-options.php:83
795
  #: plugin-options/wishlist_page-options.php:92
796
  #: plugin-options/wishlist_page-options.php:101
797
+ #: plugin-options/wishlist_page-options.php:110
798
  msgid "In wishlist table show"
799
  msgstr ""
800
 
801
+ #: plugin-options/wishlist_page-options.php:57
802
  msgid "Product variations selected by the user (example: size or color)"
803
  msgstr ""
804
 
805
+ #: plugin-options/wishlist_page-options.php:66
806
  msgid "Product price"
807
  msgstr ""
808
 
809
+ #: plugin-options/wishlist_page-options.php:75
810
  msgid "Product stock (show if the product is available or not)"
811
  msgstr ""
812
 
813
+ #: plugin-options/wishlist_page-options.php:84
814
  msgid "Date on which the product was added to the wishlist"
815
  msgstr ""
816
 
817
+ #: plugin-options/wishlist_page-options.php:93
818
  msgid "Add to cart option for each product"
819
  msgstr ""
820
 
821
+ #: plugin-options/wishlist_page-options.php:102
822
  msgid ""
823
  "Icon to remove the product from the wishlist - to the left of the product"
824
  msgstr ""
825
 
826
+ #: plugin-options/wishlist_page-options.php:111
827
  msgid ""
828
  "Button to remove the product from the wishlist - to the right of the product"
829
  msgstr ""
830
 
831
+ #: plugin-options/wishlist_page-options.php:119
832
  msgid "Redirect to cart"
833
  msgstr ""
834
 
835
+ #: plugin-options/wishlist_page-options.php:120
836
  msgid ""
837
  "Redirect users to the cart page when they add a product to the cart from the "
838
  "wishlist page"
839
  msgstr ""
840
 
841
+ #: plugin-options/wishlist_page-options.php:128
842
  msgid "Remove if added to the cart"
843
  msgstr ""
844
 
845
+ #: plugin-options/wishlist_page-options.php:129
846
  msgid ""
847
  "Remove the product from the wishlist after it has been added to the cart"
848
  msgstr ""
849
 
850
+ #: plugin-options/wishlist_page-options.php:137
851
  msgid "Share wishlist"
852
  msgstr ""
853
 
854
+ #: plugin-options/wishlist_page-options.php:138
855
  msgid "Enable this option to let users share their wishlist on social media"
856
  msgstr ""
857
 
 
858
  #: plugin-options/wishlist_page-options.php:146
859
  #: plugin-options/wishlist_page-options.php:155
860
  #: plugin-options/wishlist_page-options.php:164
861
  #: plugin-options/wishlist_page-options.php:173
862
+ #: plugin-options/wishlist_page-options.php:182
863
  msgid "Share on social media"
864
  msgstr ""
865
 
866
+ #: plugin-options/wishlist_page-options.php:174
867
  msgid "Share by email"
868
  msgstr ""
869
 
870
+ #: plugin-options/wishlist_page-options.php:191
871
  msgid "Share by URL"
872
  msgstr ""
873
 
874
+ #: plugin-options/wishlist_page-options.php:192
875
  msgid "Show \"Share URL\" field on wishlist page"
876
  msgstr ""
877
 
878
+ #: plugin-options/wishlist_page-options.php:200
879
  msgid "Sharing title"
880
  msgstr ""
881
 
882
+ #: plugin-options/wishlist_page-options.php:201
883
  msgid "Wishlist title used for sharing (only used on Twitter and Pinterest)"
884
  msgstr ""
885
 
886
  #. translators: 1. Blog name.
887
+ #: plugin-options/wishlist_page-options.php:204
888
  msgid "My wishlist on %s"
889
  msgstr "Мои закладки на %s"
890
 
891
+ #: plugin-options/wishlist_page-options.php:209
892
  msgid "Social text"
893
  msgstr ""
894
 
895
+ #: plugin-options/wishlist_page-options.php:210
896
  msgid ""
897
  "Type the message you want to publish when you share your wishlist on Twitter "
898
  "and Pinterest"
899
  msgstr ""
900
 
901
+ #: plugin-options/wishlist_page-options.php:218
902
  msgid "Social image URL"
903
  msgstr ""
904
 
905
+ #: plugin-options/wishlist_page-options.php:219
906
  msgid "It will be used to pin the wishlist on Pinterest."
907
  msgstr ""
908
 
909
+ #: plugin-options/wishlist_page-options.php:238
910
  msgid "Default wishlist name"
911
  msgstr ""
912
 
913
+ #: plugin-options/wishlist_page-options.php:239
914
  msgid ""
915
  "Enter a name for the default wishlist. This is the wishlist that will be "
916
  "automatically generated for all users if they do not create any custom one"
917
  msgstr ""
918
 
919
+ #: plugin-options/wishlist_page-options.php:241
920
  #, fuzzy
921
  msgid "My wishlist"
922
  msgstr "Мои закладки на %s"
923
 
924
+ #: plugin-options/wishlist_page-options.php:246
925
  msgid "\"Add to cart\" text"
926
  msgstr ""
927
 
928
+ #: plugin-options/wishlist_page-options.php:247
929
  msgid "Enter a text for the \"Add to cart\" button"
930
  msgstr ""
931
 
932
+ #: plugin-options/wishlist_page-options.php:259
933
  msgid "Style & color customization"
934
  msgstr ""
935
 
936
+ #: plugin-options/wishlist_page-options.php:266
937
  msgid "Style of \"Add to cart\""
938
  msgstr ""
939
 
940
+ #: plugin-options/wishlist_page-options.php:267
941
  msgid "Choose whether to show a textual \"Add to cart\" link or a button"
942
  msgstr ""
943
 
944
+ #: plugin-options/wishlist_page-options.php:280
945
  msgid "\"Add to cart\" button style"
946
  msgstr ""
947
 
948
+ #: plugin-options/wishlist_page-options.php:286
949
  msgid "Choose the colors for the \"Add to cart\" button"
950
  msgstr ""
951
 
952
+ #: plugin-options/wishlist_page-options.php:304
953
  msgid "Choose colors for the \"Add to cart\" button on hover state"
954
  msgstr ""
955
 
956
+ #: plugin-options/wishlist_page-options.php:330
957
  msgid "Set the radius for the \"Add to cart\" button"
958
  msgstr ""
959
 
960
+ #: plugin-options/wishlist_page-options.php:344
961
  msgid "\"Add to cart\" icon"
962
  msgstr ""
963
 
964
+ #: plugin-options/wishlist_page-options.php:345
965
  msgid "Select an icon for the \"Add to cart\" button (optional)"
966
  msgstr ""
967
 
968
+ #: plugin-options/wishlist_page-options.php:369
969
  msgid "\"Add to cart\" custom icon"
970
  msgstr ""
971
 
972
+ #: plugin-options/wishlist_page-options.php:370
973
  msgid ""
974
  "Upload an icon you'd like to use for the \"Add to cart\" button (suggested "
975
  "32px x 32px)"
976
  msgstr ""
977
 
978
+ #: plugin-options/wishlist_page-options.php:378
979
  msgid "Primary button style"
980
  msgstr ""
981
 
982
+ #: plugin-options/wishlist_page-options.php:384
983
  msgid ""
984
  "Choose colors for the primary button<br/><small>This style will be applied "
985
  "to \"Edit title\" button on Wishlist view, \"Submit Changes\" button on "
986
  "Manage view and \"Search wishlist\" button on Search view</small>"
987
  msgstr ""
988
 
989
+ #: plugin-options/wishlist_page-options.php:402
990
  msgid ""
991
  "Choose colors for the primary button on hover state<br/><small>This style "
992
  "will be applied to \"Edit title\" button on Wishlist view, \"Submit Changes"
994
  "small>"
995
  msgstr ""
996
 
997
+ #: plugin-options/wishlist_page-options.php:427
998
  msgid "Secondary button style"
999
  msgstr ""
1000
 
 
1001
  #: plugin-options/wishlist_page-options.php:433
1002
+ #: plugin-options/wishlist_page-options.php:451
1003
  msgid ""
1004
  "Choose colors of the secondary button<br/><small>This style will be applied "
1005
  "to the buttons that allow showing and hiding the Edit title form on Wishlist "
1006
  "view and \"Create new Wishlist\" button on Manage view</small>"
1007
  msgstr ""
1008
 
1009
+ #: plugin-options/wishlist_page-options.php:476
1010
  msgid "Wishlist table style"
1011
  msgstr ""
1012
 
1013
+ #: plugin-options/wishlist_page-options.php:477
1014
  msgid ""
1015
  "Choose the colors for the wishlist table (when set to \"Traditional\" layout)"
1016
  msgstr ""
1017
 
1018
+ #: plugin-options/wishlist_page-options.php:505
1019
  msgid "Highlight color"
1020
  msgstr ""
1021
 
1022
+ #: plugin-options/wishlist_page-options.php:506
1023
  msgid ""
1024
  "Choose the color for all sections with background<br/><small>This color will "
1025
  "be used as background for the wishlist table heading and footer (when set to "
1026
  "\"Traditional\" layout), and for various form across wishlist views</small>"
1027
  msgstr ""
1028
 
1029
+ #: plugin-options/wishlist_page-options.php:518
1030
  msgid "Share button text color"
1031
  msgstr ""
1032
 
1033
+ #: plugin-options/wishlist_page-options.php:519
1034
  msgid "Choose colors for share buttons text"
1035
  msgstr ""
1036
 
1037
+ #: plugin-options/wishlist_page-options.php:530
1038
  msgid "Text hover"
1039
  msgstr ""
1040
 
1041
+ #: plugin-options/wishlist_page-options.php:543
1042
  msgid "Facebook share button icon"
1043
  msgstr ""
1044
 
1045
+ #: plugin-options/wishlist_page-options.php:544
1046
  msgid "Select an icon for the Facebook share button"
1047
  msgstr ""
1048
 
1049
+ #: plugin-options/wishlist_page-options.php:554
1050
  msgid "Facebook share button custom icon"
1051
  msgstr ""
1052
 
1053
+ #: plugin-options/wishlist_page-options.php:555
1054
  msgid ""
1055
  "Upload an icon you'd like to use for Facebook share button (suggested 32px x "
1056
  "32px)"
1057
  msgstr ""
1058
 
1059
+ #: plugin-options/wishlist_page-options.php:563
1060
  msgid "Facebook share button style"
1061
  msgstr ""
1062
 
1063
+ #: plugin-options/wishlist_page-options.php:564
1064
  msgid "Choose colors for Facebook share button"
1065
  msgstr ""
1066
 
1067
+ #: plugin-options/wishlist_page-options.php:575
1068
+ #: plugin-options/wishlist_page-options.php:615
1069
+ #: plugin-options/wishlist_page-options.php:655
1070
+ #: plugin-options/wishlist_page-options.php:695
1071
+ #: plugin-options/wishlist_page-options.php:735
1072
  msgid "Background hover"
1073
  msgstr ""
1074
 
1075
+ #: plugin-options/wishlist_page-options.php:583
1076
  msgid "Twitter share button icon"
1077
  msgstr ""
1078
 
1079
+ #: plugin-options/wishlist_page-options.php:584
1080
  msgid "Select an icon for the Twitter share button"
1081
  msgstr ""
1082
 
1083
+ #: plugin-options/wishlist_page-options.php:594
1084
  msgid "Twitter share button custom icon"
1085
  msgstr ""
1086
 
1087
+ #: plugin-options/wishlist_page-options.php:595
1088
  msgid ""
1089
  "Upload an icon you'd like to use for Twitter share button (suggested 32px x "
1090
  "32px)"
1091
  msgstr ""
1092
 
1093
+ #: plugin-options/wishlist_page-options.php:603
1094
  msgid "Twitter share button style"
1095
  msgstr ""
1096
 
1097
+ #: plugin-options/wishlist_page-options.php:604
1098
  msgid "Choose colors for Twitter share button"
1099
  msgstr ""
1100
 
1101
+ #: plugin-options/wishlist_page-options.php:623
1102
  msgid "Pinterest share button icon"
1103
  msgstr ""
1104
 
1105
+ #: plugin-options/wishlist_page-options.php:624
1106
  msgid "Select an icon for the Pinterest share button"
1107
  msgstr ""
1108
 
1109
+ #: plugin-options/wishlist_page-options.php:634
1110
  msgid "Pinterest share button custom icon"
1111
  msgstr ""
1112
 
1113
+ #: plugin-options/wishlist_page-options.php:635
1114
  msgid ""
1115
  "Upload an icon you'd like to use for Pinterest share button (suggested 32px "
1116
  "x 32px)"
1117
  msgstr ""
1118
 
1119
+ #: plugin-options/wishlist_page-options.php:643
1120
  msgid "Pinterest share button style"
1121
  msgstr ""
1122
 
1123
+ #: plugin-options/wishlist_page-options.php:644
1124
  msgid "Choose colors for Pinterest share button"
1125
  msgstr ""
1126
 
1127
+ #: plugin-options/wishlist_page-options.php:663
1128
  msgid "Email share button icon"
1129
  msgstr ""
1130
 
1131
+ #: plugin-options/wishlist_page-options.php:664
1132
  msgid "Select an icon for the Email share button"
1133
  msgstr ""
1134
 
1135
+ #: plugin-options/wishlist_page-options.php:674
1136
  msgid "Email share button custom icon"
1137
  msgstr ""
1138
 
1139
+ #: plugin-options/wishlist_page-options.php:675
1140
  msgid ""
1141
  "Upload an icon you'd like to use for the Email share button (suggested 32px "
1142
  "x 32px)"
1143
  msgstr ""
1144
 
1145
+ #: plugin-options/wishlist_page-options.php:683
1146
  msgid "Email share button style"
1147
  msgstr ""
1148
 
1149
+ #: plugin-options/wishlist_page-options.php:684
1150
  msgid "Choose colors for the Email share button"
1151
  msgstr ""
1152
 
1153
+ #: plugin-options/wishlist_page-options.php:703
1154
  msgid "WhatsApp share button icon"
1155
  msgstr ""
1156
 
1157
+ #: plugin-options/wishlist_page-options.php:704
1158
  msgid "Select an icon for the WhatsApp share button"
1159
  msgstr ""
1160
 
1161
+ #: plugin-options/wishlist_page-options.php:714
1162
  msgid "WhatsApp share button custom icon"
1163
  msgstr ""
1164
 
1165
+ #: plugin-options/wishlist_page-options.php:715
1166
  msgid ""
1167
  "Upload an icon you'd like to use for WhatsApp share button (suggested 32px x "
1168
  "32px)"
1169
  msgstr ""
1170
 
1171
+ #: plugin-options/wishlist_page-options.php:723
1172
  msgid "WhatsApp share button style"
1173
  msgstr ""
1174
 
1175
+ #: plugin-options/wishlist_page-options.php:724
1176
  msgid "Choose colors for WhatsApp share button"
1177
  msgstr ""
1178
 
1179
+ #: templates/share.php:56 templates/share.php:57
1180
  msgid "Facebook"
1181
  msgstr ""
1182
 
1183
+ #: templates/share.php:64 templates/share.php:65
1184
  msgid "Twitter"
1185
  msgstr ""
1186
 
1187
+ #: templates/share.php:72 templates/share.php:73
1188
  msgid "Pinterest"
1189
  msgstr ""
1190
 
1191
+ #: templates/share.php:102 templates/share.php:103
1192
  msgid "Email"
1193
  msgstr ""
1194
 
1195
+ #: templates/share.php:110
1196
  msgid "WhatsApp"
1197
  msgstr ""
1198
 
1199
+ #: templates/share.php:111
1200
  msgid "Whatsapp"
1201
  msgstr ""
1202
 
1203
+ #: templates/share.php:120
1204
  msgid "(Now"
1205
  msgstr ""
1206
 
1207
+ #: templates/share.php:120
1208
  msgid "copy"
1209
  msgstr ""
1210
 
1211
+ #: templates/share.php:120
1212
  msgid "this wishlist link and share it anywhere)"
1213
  msgstr ""
1214
 
1215
+ #: templates/wishlist-view-footer-mobile.php:55
1216
+ #: templates/wishlist-view-footer.php:55
1217
  msgid "Apply this action to all the selected items:"
1218
  msgstr ""
1219
 
1220
+ #: templates/wishlist-view-footer-mobile.php:62
1221
+ #: templates/wishlist-view-footer.php:62
1222
  msgid "Remove from wishlist"
1223
  msgstr ""
1224
 
1225
  #. translators: 1. Wishlist formatted name.
1226
+ #: templates/wishlist-view-footer-mobile.php:80
1227
+ #: templates/wishlist-view-footer.php:80
1228
  msgid "Move to %s"
1229
  msgstr ""
1230
 
1231
+ #: templates/wishlist-view-footer-mobile.php:86
1232
+ #: templates/wishlist-view-footer.php:86
1233
  msgid "Apply"
1234
  msgstr ""
1235
 
1236
+ #: templates/wishlist-view-footer-mobile.php:94
1237
+ #: templates/wishlist-view-footer.php:94
1238
  msgid "Update"
1239
  msgstr ""
1240
 
1241
+ #: templates/wishlist-view-footer-mobile.php:100
1242
+ #: templates/wishlist-view-footer.php:138
1243
  msgid "Add all to cart"
1244
  msgstr ""
1245
 
1246
+ #: templates/wishlist-view-header.php:86
1247
  msgid "Edit title"
1248
  msgstr ""
1249
 
1250
+ #: templates/wishlist-view-mobile.php:143
1251
  msgid "Added on:"
1252
  msgstr ""
1253
 
1254
+ #: templates/wishlist-view-mobile.php:154
1255
  msgid "Price:"
1256
  msgstr ""
1257
 
1258
+ #: templates/wishlist-view-mobile.php:181
1259
  msgid "Quantity:"
1260
  msgstr ""
1261
 
1262
+ #: templates/wishlist-view-mobile.php:196
1263
  msgid "Stock:"
1264
  msgstr ""
1265
 
1266
+ #: templates/wishlist-view-mobile.php:199 templates/wishlist-view.php:431
1267
  msgid "Out of stock"
1268
  msgstr ""
1269
 
1270
+ #: templates/wishlist-view-mobile.php:199 templates/wishlist-view.php:431
1271
  msgid "In Stock"
1272
  msgstr "в наличии"
1273
 
1274
+ #: templates/wishlist-view-mobile.php:219 templates/wishlist-view.php:531
1275
  msgid "Move"
1276
  msgstr ""
1277
 
1278
+ #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:562
1279
  msgid "Move to another list &rsaquo;"
1280
  msgstr ""
1281
 
1282
+ #: templates/wishlist-view-mobile.php:270 templates/wishlist-view.php:250
1283
+ #: templates/wishlist-view.php:594
1284
  msgid "Remove this product"
1285
  msgstr ""
1286
 
1287
+ #: templates/wishlist-view-mobile.php:291 templates/wishlist-view.php:636
1288
  msgid "No products added to the wishlist"
1289
  msgstr ""
1290
 
1291
+ #: templates/wishlist-view.php:102
1292
  msgid "Product name"
1293
  msgstr ""
1294
 
1295
+ #: templates/wishlist-view.php:122
1296
  msgid "Unit price"
1297
  msgstr ""
1298
 
1299
+ #: templates/wishlist-view.php:143
1300
  msgid "Quantity"
1301
  msgstr ""
1302
 
1303
+ #: templates/wishlist-view.php:164
1304
  msgid "Stock status"
1305
  msgstr ""
1306
 
1307
+ #: templates/wishlist-view.php:206
1308
  msgid "Arrange"
1309
  msgstr ""
1310
 
1311
  #. translators: date added label: 1 date added.
1312
+ #: templates/wishlist-view.php:466
1313
  msgid "Added on: %s"
1314
  msgstr ""
1315
 
1316
+ #: templates/wishlist-view.php:594
1317
  msgid "Remove"
1318
  msgstr ""
1319
 
1326
  "your e-commerce on <strong>YITH</strong></a>"
1327
  msgstr ""
1328
 
1329
+ #: includes/class-yith-wcwl-admin.php:287
1330
  msgctxt "[HELP TAB] Video title"
1331
  msgid ""
1332
  "Check this video to learn how to <b>configure wishlist and customize options:"
1338
  msgid "wishlist"
1339
  msgstr ""
1340
 
1341
+ #: includes/class-yith-wcwl-privacy.php:275
1342
  msgctxt "date when wishlist was created"
1343
  msgid "Created on"
1344
  msgstr ""
1364
  msgstr ""
1365
 
1366
  #. translators: 1. % of reduction/increase in price.
1367
+ #: includes/class-yith-wcwl-wishlist-item.php:478
1368
  msgctxt ""
1369
  "Part of the template that shows price variation since addition to list; "
1370
  "placeholder will be replaced with a percentage"
1372
  msgstr ""
1373
 
1374
  #. translators: 2: original product price.
1375
+ #: includes/class-yith-wcwl-wishlist-item.php:480
1376
  msgctxt ""
1377
  "Part of the template that shows price variation since addition to list; "
1378
  "placeholder will be replaced with a price"
languages/yith-woocommerce-wishlist-sv_SE.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-sv_SE.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WCWL\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
- "POT-Creation-Date: 2022-06-19 14:16:05+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:06+0200\n"
10
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
11
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
@@ -25,123 +25,122 @@ msgstr ""
25
  msgid "Wishlist Page"
26
  msgstr "Önskelista"
27
 
28
- #: includes/class-yith-wcwl-admin.php:146
29
  msgid "General settings"
30
  msgstr ""
31
 
32
- #: includes/class-yith-wcwl-admin.php:147
33
  msgid "Add to wishlist options"
34
  msgstr ""
35
 
36
- #: includes/class-yith-wcwl-admin.php:148
37
  msgid "Wishlist page options"
38
  msgstr ""
39
 
40
- #: includes/class-yith-wcwl-admin.php:249
41
  msgid ""
42
  "Allows your customers to create and share lists of products that they want "
43
  "to purchase on your e-commerce."
44
  msgstr ""
45
 
46
- #: includes/class-yith-wcwl-admin.php:280
47
  msgid ""
48
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
49
  msgstr ""
50
 
51
- #: includes/class-yith-wcwl-admin.php:281
52
  msgid ""
53
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
54
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
55
  "on \"Add to wishlist\""
56
  msgstr ""
57
 
58
- #: includes/class-yith-wcwl-admin.php:282
59
  msgid ""
60
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
61
  "them either public (visible to everyone), private or shared (visible only to "
62
  "people it has been shared with)"
63
  msgstr ""
64
 
65
- #: includes/class-yith-wcwl-admin.php:283
66
  msgid ""
67
  "Choose between <b>different layouts</b> for the wishlist page and for the "
68
  "wishlist content"
69
  msgstr ""
70
 
71
- #: includes/class-yith-wcwl-admin.php:284
72
  msgid ""
73
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
74
  "move a product from one wishlist to another, change order of items, "
75
  "quantity, etc."
76
  msgstr ""
77
 
78
- #: includes/class-yith-wcwl-admin.php:285
79
  msgid ""
80
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
81
  "content of their wishlist to the admin and get a custom quote"
82
  msgstr ""
83
 
84
- #: includes/class-yith-wcwl-admin.php:286
85
  msgid ""
86
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
87
  "(available also with \"mini-cart\" style for the header)"
88
  msgstr ""
89
 
90
- #: includes/class-yith-wcwl-admin.php:287
91
  msgid ""
92
- "View the most popular products added to the wishlist by your customers and "
93
- "<b>send promotional emails to users</b> who have added specific products to "
94
  "their wishlist"
95
  msgstr ""
96
 
97
- #: includes/class-yith-wcwl-admin.php:288
98
  msgid ""
99
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
100
  "the list is back in stock or on sale"
101
  msgstr ""
102
 
103
- #: includes/class-yith-wcwl-admin.php:289
104
  msgid "Regular updates, Translations and Premium Support"
105
  msgstr ""
106
 
107
- #: includes/class-yith-wcwl-ajax-handler.php:75
108
- #: templates/add-to-wishlist-remove.php:59
109
  msgid "View &rsaquo;"
110
  msgstr ""
111
 
112
- #: includes/class-yith-wcwl-ajax-handler.php:76
113
- #: templates/add-to-wishlist-remove.php:58
114
  msgid "or"
115
  msgstr ""
116
 
117
- #: includes/class-yith-wcwl-ajax-handler.php:77
118
  msgid "Close"
119
  msgstr ""
120
 
121
- #: includes/class-yith-wcwl-ajax-handler.php:155
122
- #: includes/class-yith-wcwl-ajax-handler.php:195
123
  msgid "Product successfully removed."
124
  msgstr "Produkten borttagen."
125
 
126
- #: includes/class-yith-wcwl-form-handler.php:156
127
  msgid "Please, make sure to enter a valid title"
128
  msgstr ""
129
 
130
- #: includes/class-yith-wcwl-frontend.php:552
131
  msgid ""
132
  "We are sorry, but this feature is available only if cookies on your browser "
133
  "are enabled."
134
  msgstr ""
135
 
136
- #: includes/class-yith-wcwl-frontend.php:553
137
  msgid "Product added to cart successfully"
138
  msgstr ""
139
 
140
- #: includes/class-yith-wcwl-frontend.php:816
141
- #: includes/class-yith-wcwl-shortcode.php:239
142
- #: plugin-options/wishlist_page-options.php:240
143
- #: templates/wishlist-view-footer-mobile.php:46
144
- #: templates/wishlist-view-footer.php:46
145
  msgid "Add to cart"
146
  msgstr ""
147
 
@@ -189,43 +188,43 @@ msgid ""
189
  "for the products you love."
190
  msgstr ""
191
 
192
- #: includes/class-yith-wcwl-privacy.php:84
193
- #: includes/class-yith-wcwl-privacy.php:100
194
  msgid "Customer wishlists"
195
  msgstr ""
196
 
197
- #: includes/class-yith-wcwl-privacy.php:137 plugin-options/lists-options.php:25
198
- #: plugin-options/lists-options.php:32
199
  msgid "Wishlists"
200
  msgstr "Önskelista"
201
 
202
  #. Translators: %s Order number.
203
- #: includes/class-yith-wcwl-privacy.php:199
204
  msgid "Removed wishlist %s."
205
  msgstr "Min önskelista på %s"
206
 
207
  #. Translators: %s Order number.
208
- #: includes/class-yith-wcwl-privacy.php:203
209
  msgid "Wishlist %s has been retained."
210
  msgstr ""
211
 
212
- #: includes/class-yith-wcwl-privacy.php:227
213
  msgid "Token"
214
  msgstr ""
215
 
216
- #: includes/class-yith-wcwl-privacy.php:228
217
  msgid "Wishlist URL"
218
  msgstr ""
219
 
220
- #: includes/class-yith-wcwl-privacy.php:229
221
  msgid "Title"
222
  msgstr "Fälttitel"
223
 
224
- #: includes/class-yith-wcwl-privacy.php:231
225
  msgid "Visibility"
226
  msgstr ""
227
 
228
- #: includes/class-yith-wcwl-privacy.php:232
229
  msgid "Items added"
230
  msgstr ""
231
 
@@ -292,139 +291,139 @@ msgstr ""
292
  msgid "ID of the wishlist to show (e.g. K6EOWXB888ZD)"
293
  msgstr ""
294
 
295
- #: includes/class-yith-wcwl-shortcode.php:414
296
  msgid "Share on:"
297
  msgstr "Dela på:"
298
 
299
- #: includes/class-yith-wcwl-shortcode.php:438
300
- #: plugin-options/wishlist_page-options.php:138
301
  msgid "Share on Facebook"
302
  msgstr "Dela på Facebook"
303
 
304
- #: includes/class-yith-wcwl-shortcode.php:455
305
- #: plugin-options/wishlist_page-options.php:147
306
  msgid "Tweet on Twitter"
307
  msgstr "Twittra på Twitter"
308
 
309
- #: includes/class-yith-wcwl-shortcode.php:473
310
- #: plugin-options/wishlist_page-options.php:156
311
  msgid "Pin on Pinterest"
312
  msgstr "Pinna på Pintrest"
313
 
314
- #: includes/class-yith-wcwl-shortcode.php:487
315
  msgid "Share via email"
316
  msgstr ""
317
 
318
- #: includes/class-yith-wcwl-shortcode.php:510
319
- #: plugin-options/wishlist_page-options.php:174
320
  msgid "Share on WhatsApp"
321
  msgstr ""
322
 
323
- #: includes/class-yith-wcwl-shortcode.php:621
324
  msgid "Remove from list"
325
  msgstr ""
326
 
327
- #: includes/class-yith-wcwl-wishlist-item.php:193
328
  msgid "Free!"
329
  msgstr "Gratis!"
330
 
331
- #: includes/class-yith-wcwl.php:164
332
  msgid "The item cannot be added to this wishlist"
333
  msgstr ""
334
 
335
- #: includes/class-yith-wcwl.php:168 includes/class-yith-wcwl.php:174
336
  msgid "An error occurred while adding the products to the wishlist."
337
  msgstr ""
338
 
339
- #: includes/class-yith-wcwl.php:235 includes/class-yith-wcwl.php:241
340
  msgid "Error. Unable to remove the product from the wishlist."
341
  msgstr "Fel. Kunde inte ta bort produkten ifrån önskelistan."
342
 
343
- #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:152
344
- #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:174
345
  msgid "Invalid wishlist."
346
  msgstr ""
347
 
348
- #: includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:119
349
  msgid "Invalid wishlist item."
350
  msgstr ""
351
 
352
  #. translators: 1. Number of users.
353
- #: includes/functions-yith-wcwl.php:249
354
  msgid "%d user"
355
  msgid_plural "%d users"
356
  msgstr[0] ""
357
  msgstr[1] ""
358
 
359
- #: includes/functions-yith-wcwl.php:250
360
  msgid "has this item in wishlist"
361
  msgid_plural "have this item in wishlist"
362
  msgstr[0] ""
363
  msgstr[1] ""
364
 
365
- #: includes/functions-yith-wcwl.php:252
366
  msgid "You're the first"
367
  msgstr ""
368
 
369
- #: includes/functions-yith-wcwl.php:253
370
  msgid "to add this item in wishlist"
371
  msgstr ""
372
 
373
  #. translators: 1. Count of users when many, or "another" when only one.
374
- #: includes/functions-yith-wcwl.php:257
375
  msgid "You and %s user"
376
  msgid_plural "You and %d users"
377
  msgstr[0] ""
378
  msgstr[1] ""
379
 
380
- #: includes/functions-yith-wcwl.php:257
381
  msgid "another"
382
  msgstr ""
383
 
384
- #: includes/functions-yith-wcwl.php:258
385
  msgid "have this item in wishlist"
386
  msgstr ""
387
 
388
- #: includes/functions-yith-wcwl.php:425
389
  msgid "None"
390
  msgstr ""
391
 
392
- #: includes/functions-yith-wcwl.php:426
393
  #, fuzzy
394
  msgid "Custom"
395
  msgstr "Egen CSS"
396
 
397
- #: includes/functions-yith-wcwl.php:447
398
  msgid "Shared"
399
  msgstr "Delar"
400
 
401
- #: includes/functions-yith-wcwl.php:451
402
  msgid "Only people with a link to this list can see it"
403
  msgstr ""
404
 
405
- #: includes/functions-yith-wcwl.php:457
406
  msgid "Private"
407
  msgstr "Privat"
408
 
409
- #: includes/functions-yith-wcwl.php:461
410
  msgid "Only you can see this list"
411
  msgstr ""
412
 
413
- #: includes/functions-yith-wcwl.php:467
414
  msgid "Public"
415
  msgstr "Offentlig"
416
 
417
- #: includes/functions-yith-wcwl.php:471
418
  msgid "Anyone can search for and see this list"
419
  msgstr ""
420
 
421
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:118
422
- #: plugin-options/add_to_wishlist-options.php:127
423
  msgid "Add to wishlist"
424
  msgstr ""
425
 
426
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:128
427
- #: plugin-options/add_to_wishlist-options.php:143
428
  msgid "Browse wishlist"
429
  msgstr ""
430
 
@@ -438,73 +437,71 @@ msgstr "“Produkten redan i önskelistan”s text"
438
  msgid "Product added to wishlist"
439
  msgstr "“Produkten redan i önskelistan”s text"
440
 
441
- #: init.php:160
442
  #, fuzzy
443
  msgid "is enabled but not effective. It requires WooCommerce to work."
444
  msgstr ""
445
  "YITH WooCommerce Wishlist är på men inte effektivt då det kräver tilläget "
446
  "WooComerce för att fungera."
447
 
448
- #: init.php:176
449
- msgid "You can't activate the free version of"
450
- msgstr ""
451
-
452
- #: init.php:176
453
- msgid "while you are using the premium one."
454
  msgstr ""
455
 
456
- #: plugin-options/add_to_wishlist-options.php:20
457
- #: plugin-options/settings-options.php:27
458
  msgid "General Settings"
459
  msgstr "Generella inställningar"
460
 
461
- #: plugin-options/add_to_wishlist-options.php:27
462
  msgid "After product is added to wishlist"
463
  msgstr ""
464
 
465
- #: plugin-options/add_to_wishlist-options.php:28
466
  msgid ""
467
  "Choose the look of the Wishlist button when the product has already been "
468
  "added to a wishlist"
469
  msgstr ""
470
 
471
- #: plugin-options/add_to_wishlist-options.php:32
472
  #, fuzzy
473
  msgid "Show \"Add to wishlist\" button"
474
  msgstr "“Produkten redan i önskelistan”s text"
475
 
476
- #: plugin-options/add_to_wishlist-options.php:33
477
  msgid "Show \"View wishlist\" link"
478
  msgstr ""
479
 
480
- #: plugin-options/add_to_wishlist-options.php:34
481
  msgid "Show \"Remove from list\" link"
482
  msgstr ""
483
 
484
- #: plugin-options/add_to_wishlist-options.php:48
485
  msgid "Loop settings"
486
  msgstr ""
487
 
488
- #: plugin-options/add_to_wishlist-options.php:50
489
  msgid ""
490
  "Loop options will be visible on Shop page, category pages, product "
491
  "shortcodes, products sliders, and all the other places where the WooCommerce "
492
  "products' loop is used"
493
  msgstr ""
494
 
495
- #: plugin-options/add_to_wishlist-options.php:55
496
  msgid "Show \"Add to wishlist\" in loop"
497
  msgstr ""
498
 
499
- #: plugin-options/add_to_wishlist-options.php:56
500
  msgid "Enable the \"Add to wishlist\" feature in WooCommerce products' loop"
501
  msgstr ""
502
 
503
- #: plugin-options/add_to_wishlist-options.php:64
504
  msgid "Position of \"Add to wishlist\" in loop"
505
  msgstr ""
506
 
507
- #: plugin-options/add_to_wishlist-options.php:65
508
  msgid ""
509
  "Choose where to show \"Add to wishlist\" button or link in WooCommerce "
510
  "products' loop. <span class=\"addon\">Copy this shortcode <span class=\"code"
@@ -512,32 +509,32 @@ msgid ""
512
  "want to show the \"Add to wishlist\" link or button</span>"
513
  msgstr ""
514
 
515
- #: plugin-options/add_to_wishlist-options.php:72
516
  msgid "On top of the image"
517
  msgstr ""
518
 
519
- #: plugin-options/add_to_wishlist-options.php:73
520
  msgid "Before \"Add to cart\" button"
521
  msgstr ""
522
 
523
- #: plugin-options/add_to_wishlist-options.php:74
524
  msgid "After \"Add to cart\" button"
525
  msgstr ""
526
 
527
- #: plugin-options/add_to_wishlist-options.php:75
528
- #: plugin-options/add_to_wishlist-options.php:107
529
  msgid "Use shortcode"
530
  msgstr "Använd kortkod"
531
 
532
- #: plugin-options/add_to_wishlist-options.php:89
533
  msgid "Product page settings"
534
  msgstr ""
535
 
536
- #: plugin-options/add_to_wishlist-options.php:96
537
  msgid "Position of \"Add to wishlist\" on product page"
538
  msgstr ""
539
 
540
- #: plugin-options/add_to_wishlist-options.php:97
541
  msgid ""
542
  "Choose where to show \"Add to wishlist\" button or link on the product page. "
543
  "<span class=\"addon\">Copy this shortcode <span class=\"code"
@@ -545,472 +542,452 @@ msgid ""
545
  "want to show the \"Add to wishlist\" link or button</span>"
546
  msgstr ""
547
 
548
- #: plugin-options/add_to_wishlist-options.php:104
549
  msgid "After \"Add to cart\""
550
  msgstr "Efter “Lägg till i varukorgen”"
551
 
552
- #: plugin-options/add_to_wishlist-options.php:105
553
  msgid "After thumbnails"
554
  msgstr "Efter miniatyrbilder"
555
 
556
- #: plugin-options/add_to_wishlist-options.php:106
557
  msgid "After summary"
558
  msgstr "Efter sammanfattning"
559
 
560
- #: plugin-options/add_to_wishlist-options.php:117
561
- #: plugin-options/wishlist_page-options.php:222
562
  msgid "Text customization"
563
  msgstr ""
564
 
565
- #: plugin-options/add_to_wishlist-options.php:124
566
  msgid "\"Add to wishlist\" text"
567
  msgstr ""
568
 
569
- #: plugin-options/add_to_wishlist-options.php:125
570
  msgid "Enter a text for \"Add to wishlist\" button"
571
  msgstr ""
572
 
573
- #: plugin-options/add_to_wishlist-options.php:132
574
  msgid "\"Product added\" text"
575
  msgstr "“Produkt tillagd”s text"
576
 
577
- #: plugin-options/add_to_wishlist-options.php:133
578
  msgid ""
579
  "Enter the text of the message displayed when the user adds a product to the "
580
  "wishlist"
581
  msgstr ""
582
 
583
- #: plugin-options/add_to_wishlist-options.php:135
584
  msgid "Product added!"
585
  msgstr "Produkt tillagd!"
586
 
587
- #: plugin-options/add_to_wishlist-options.php:140
588
  msgid "\"Browse wishlist\" text"
589
  msgstr "“Bläddra i önskelistan”s text"
590
 
591
- #: plugin-options/add_to_wishlist-options.php:141
592
  msgid "Enter a text for the \"Browse wishlist\" link on the product page"
593
  msgstr ""
594
 
595
- #: plugin-options/add_to_wishlist-options.php:148
596
  msgid "\"Product already in wishlist\" text"
597
  msgstr "“Produkten redan i önskelistan”s text"
598
 
599
- #: plugin-options/add_to_wishlist-options.php:149
600
  msgid ""
601
  "Enter the text for the message displayed when the user views a product that "
602
  "is already in the wishlist"
603
  msgstr ""
604
 
605
- #: plugin-options/add_to_wishlist-options.php:151
606
  msgid "The product is already in your wishlist!"
607
  msgstr ""
608
 
609
- #: plugin-options/add_to_wishlist-options.php:161
610
  msgid "Style & Color customization"
611
  msgstr ""
612
 
613
- #: plugin-options/add_to_wishlist-options.php:168
614
  msgid "Style of \"Add to wishlist\""
615
  msgstr ""
616
 
617
- #: plugin-options/add_to_wishlist-options.php:169
618
  msgid ""
619
  "Choose if you want to show a textual \"Add to wishlist\" link or a button"
620
  msgstr ""
621
 
622
- #: plugin-options/add_to_wishlist-options.php:172
623
- #: plugin-options/wishlist_page-options.php:261
624
  msgid "Textual (anchor)"
625
  msgstr ""
626
 
627
- #: plugin-options/add_to_wishlist-options.php:173
628
- #: plugin-options/wishlist_page-options.php:262
629
  msgid "Button with theme style"
630
  msgstr ""
631
 
632
- #: plugin-options/add_to_wishlist-options.php:174
633
- #: plugin-options/wishlist_page-options.php:263
634
  msgid "Button with custom style"
635
  msgstr ""
636
 
637
- #: plugin-options/add_to_wishlist-options.php:182
638
  msgid "\"Add to wishlist\" button style"
639
  msgstr ""
640
 
641
- #: plugin-options/add_to_wishlist-options.php:188
642
  msgid "Choose colors for the \"Add to wishlist\" button"
643
  msgstr ""
644
 
645
- #: plugin-options/add_to_wishlist-options.php:190
646
- #: plugin-options/wishlist_page-options.php:279
647
- #: plugin-options/wishlist_page-options.php:368
648
- #: plugin-options/wishlist_page-options.php:417
649
- #: plugin-options/wishlist_page-options.php:465
650
- #: plugin-options/wishlist_page-options.php:552
651
- #: plugin-options/wishlist_page-options.php:592
652
- #: plugin-options/wishlist_page-options.php:632
653
- #: plugin-options/wishlist_page-options.php:672
654
- #: plugin-options/wishlist_page-options.php:712
655
  msgid "Background"
656
  msgstr "Bakgrund"
657
 
658
- #: plugin-options/add_to_wishlist-options.php:195
659
- #: plugin-options/wishlist_page-options.php:284
660
- #: plugin-options/wishlist_page-options.php:373
661
- #: plugin-options/wishlist_page-options.php:422
662
- #: plugin-options/wishlist_page-options.php:470
663
- #: plugin-options/wishlist_page-options.php:507
664
  msgid "Text"
665
  msgstr "Text"
666
 
667
- #: plugin-options/add_to_wishlist-options.php:200
668
- #: plugin-options/wishlist_page-options.php:289
669
- #: plugin-options/wishlist_page-options.php:378
670
- #: plugin-options/wishlist_page-options.php:427
671
- #: plugin-options/wishlist_page-options.php:475
672
  msgid "Border"
673
  msgstr "Ram"
674
 
675
- #: plugin-options/add_to_wishlist-options.php:206
676
  msgid "Choose colors for the \"Add to wishlist\" button on hover state"
677
  msgstr ""
678
 
679
- #: plugin-options/add_to_wishlist-options.php:208
680
- #: plugin-options/wishlist_page-options.php:297
681
- #: plugin-options/wishlist_page-options.php:386
682
- #: plugin-options/wishlist_page-options.php:435
683
  msgid "Background Hover"
684
  msgstr ""
685
 
686
- #: plugin-options/add_to_wishlist-options.php:213
687
- #: plugin-options/wishlist_page-options.php:302
688
- #: plugin-options/wishlist_page-options.php:391
689
- #: plugin-options/wishlist_page-options.php:440
690
  msgid "Text Hover"
691
  msgstr ""
692
 
693
- #: plugin-options/add_to_wishlist-options.php:218
694
- #: plugin-options/wishlist_page-options.php:307
695
- #: plugin-options/wishlist_page-options.php:396
696
- #: plugin-options/wishlist_page-options.php:445
697
  msgid "Border Hover"
698
  msgstr ""
699
 
700
- #: plugin-options/add_to_wishlist-options.php:231
701
- #: plugin-options/wishlist_page-options.php:320
702
  msgid "Border radius"
703
  msgstr ""
704
 
705
- #: plugin-options/add_to_wishlist-options.php:232
706
  msgid "Choose radius for the \"Add to wishlist\" button"
707
  msgstr ""
708
 
709
- #: plugin-options/add_to_wishlist-options.php:246
710
  msgid "\"Add to wishlist\" icon"
711
  msgstr ""
712
 
713
- #: plugin-options/add_to_wishlist-options.php:247
714
  msgid "Select an icon for the \"Add to wishlist\" button (optional)"
715
  msgstr ""
716
 
717
- #: plugin-options/add_to_wishlist-options.php:257
718
  msgid "\"Add to wishlist\" custom icon"
719
  msgstr ""
720
 
721
- #: plugin-options/add_to_wishlist-options.php:258
722
- #: plugin-options/add_to_wishlist-options.php:282
723
  msgid ""
724
  "Upload an icon you'd like to use for \"Add to wishlist\" button (suggested "
725
  "32px x 32px)"
726
  msgstr ""
727
 
728
- #: plugin-options/add_to_wishlist-options.php:270
729
  msgid "\"Added to wishlist\" icon"
730
  msgstr ""
731
 
732
- #: plugin-options/add_to_wishlist-options.php:271
733
  msgid "Select an icon for the \"Added to wishlist\" button (optional)"
734
  msgstr ""
735
 
736
- #: plugin-options/add_to_wishlist-options.php:277
737
  msgid "Same used for Add to wishlist"
738
  msgstr ""
739
 
740
- #: plugin-options/add_to_wishlist-options.php:281
741
  msgid "\"Added to wishlist\" custom icon"
742
  msgstr ""
743
 
744
- #: plugin-options/add_to_wishlist-options.php:294
745
  msgid "Custom CSS"
746
  msgstr "Egen CSS"
747
 
748
- #: plugin-options/add_to_wishlist-options.php:295
749
  msgid "Enter custom CSS to be applied to Wishlist elements (optional)"
750
  msgstr ""
751
 
752
- #: plugin-options/lists-options.php:34
753
  msgid "Search list"
754
  msgstr ""
755
 
756
- #. translators: 1. Anchor to Frequently Bought Together landing page on
757
- #. yithemes.com.
758
- #: plugin-options/settings-options.php:19
759
- msgid ""
760
- "If you want to take advantage of this feature, you could consider purchasing "
761
- "the %s."
762
- msgstr ""
763
-
764
- #: plugin-options/settings-options.php:34
765
  msgid "Enable AJAX loading"
766
  msgstr ""
767
 
768
- #: plugin-options/settings-options.php:35
769
  msgid "Load any cacheable wishlist item via AJAX"
770
  msgstr ""
771
 
772
- #: plugin-options/settings-options.php:48
773
  msgid "YITH WooCommerce Frequently Bought Together Integration"
774
  msgstr "YITH WooCommerce Vanliga köpte tillsammans integritet"
775
 
776
- #. translators: 1. Url to Frequently Bought Together landing page on
777
- #. yithemes.com.
778
- #: plugin-options/settings-options.php:51
779
- msgid ""
780
- "In order to use this integration you have to install and activate YITH "
781
- "WooCommerce Frequently Bought Together. <a href=\"%s\">Learn more</a>"
782
- msgstr ""
783
-
784
- #: plugin-options/settings-options.php:56
785
  msgid "Enable slider in wishlist"
786
  msgstr "Aktivera slider i önskelistan"
787
 
788
- #. translators: 1. Example image of the integration. 2. CTA to buy Frequently
789
- #. Bought Together.
790
- #: plugin-options/settings-options.php:58
791
  msgid ""
792
  "Enable the slider with linked products on the Wishlist page (<a href=\"%1$s"
793
- "\" class=\"thickbox\">Example</a>). %2$s"
794
  msgstr ""
795
 
796
- #: plugin-options/wishlist_page-options.php:19
797
- msgid "All your wishlists"
798
- msgstr ""
799
-
800
- #: plugin-options/wishlist_page-options.php:26
801
  msgid "Wishlist page"
802
  msgstr ""
803
 
804
- #: plugin-options/wishlist_page-options.php:27
805
  msgid ""
806
  "Pick a page as the main Wishlist page; make sure you add the <span class="
807
  "\"code\"><code>[yith_wcwl_wishlist]</code></span> shortcode into the page "
808
  "content"
809
  msgstr ""
810
 
811
- #: plugin-options/wishlist_page-options.php:40
812
  msgid "Wishlist Detail Page"
813
  msgstr ""
814
 
815
- #: plugin-options/wishlist_page-options.php:47
816
  #: plugin-options/wishlist_page-options.php:56
817
  #: plugin-options/wishlist_page-options.php:65
818
  #: plugin-options/wishlist_page-options.php:74
819
  #: plugin-options/wishlist_page-options.php:83
820
  #: plugin-options/wishlist_page-options.php:92
821
  #: plugin-options/wishlist_page-options.php:101
 
822
  msgid "In wishlist table show"
823
  msgstr ""
824
 
825
- #: plugin-options/wishlist_page-options.php:48
826
  msgid "Product variations selected by the user (example: size or color)"
827
  msgstr ""
828
 
829
- #: plugin-options/wishlist_page-options.php:57
830
  msgid "Product price"
831
  msgstr ""
832
 
833
- #: plugin-options/wishlist_page-options.php:66
834
  msgid "Product stock (show if the product is available or not)"
835
  msgstr ""
836
 
837
- #: plugin-options/wishlist_page-options.php:75
838
  msgid "Date on which the product was added to the wishlist"
839
  msgstr ""
840
 
841
- #: plugin-options/wishlist_page-options.php:84
842
  msgid "Add to cart option for each product"
843
  msgstr ""
844
 
845
- #: plugin-options/wishlist_page-options.php:93
846
  msgid ""
847
  "Icon to remove the product from the wishlist - to the left of the product"
848
  msgstr ""
849
 
850
- #: plugin-options/wishlist_page-options.php:102
851
  msgid ""
852
  "Button to remove the product from the wishlist - to the right of the product"
853
  msgstr ""
854
 
855
- #: plugin-options/wishlist_page-options.php:110
856
  msgid "Redirect to cart"
857
  msgstr "Omdirigera till kundvagnen"
858
 
859
- #: plugin-options/wishlist_page-options.php:111
860
  msgid ""
861
  "Redirect users to the cart page when they add a product to the cart from the "
862
  "wishlist page"
863
  msgstr ""
864
 
865
- #: plugin-options/wishlist_page-options.php:119
866
  msgid "Remove if added to the cart"
867
  msgstr "Ta bort om tillagd i kundvagnen"
868
 
869
- #: plugin-options/wishlist_page-options.php:120
870
  msgid ""
871
  "Remove the product from the wishlist after it has been added to the cart"
872
  msgstr ""
873
 
874
- #: plugin-options/wishlist_page-options.php:128
875
  msgid "Share wishlist"
876
  msgstr ""
877
 
878
- #: plugin-options/wishlist_page-options.php:129
879
  msgid "Enable this option to let users share their wishlist on social media"
880
  msgstr ""
881
 
882
- #: plugin-options/wishlist_page-options.php:137
883
  #: plugin-options/wishlist_page-options.php:146
884
  #: plugin-options/wishlist_page-options.php:155
885
  #: plugin-options/wishlist_page-options.php:164
886
  #: plugin-options/wishlist_page-options.php:173
 
887
  msgid "Share on social media"
888
  msgstr ""
889
 
890
- #: plugin-options/wishlist_page-options.php:165
891
  msgid "Share by email"
892
  msgstr ""
893
 
894
- #: plugin-options/wishlist_page-options.php:182
895
  msgid "Share by URL"
896
  msgstr ""
897
 
898
- #: plugin-options/wishlist_page-options.php:183
899
  msgid "Show \"Share URL\" field on wishlist page"
900
  msgstr ""
901
 
902
- #: plugin-options/wishlist_page-options.php:191
903
  msgid "Sharing title"
904
  msgstr ""
905
 
906
- #: plugin-options/wishlist_page-options.php:192
907
  msgid "Wishlist title used for sharing (only used on Twitter and Pinterest)"
908
  msgstr ""
909
 
910
  #. translators: 1. Blog name.
911
- #: plugin-options/wishlist_page-options.php:195
912
  msgid "My wishlist on %s"
913
  msgstr "Min önskelista på %s"
914
 
915
- #: plugin-options/wishlist_page-options.php:200
916
  msgid "Social text"
917
  msgstr "Text på sociala medier"
918
 
919
- #: plugin-options/wishlist_page-options.php:201
920
  msgid ""
921
  "Type the message you want to publish when you share your wishlist on Twitter "
922
  "and Pinterest"
923
  msgstr ""
924
 
925
- #: plugin-options/wishlist_page-options.php:209
926
  msgid "Social image URL"
927
  msgstr "Bild för sociala medier (URL)"
928
 
929
- #: plugin-options/wishlist_page-options.php:210
930
  msgid "It will be used to pin the wishlist on Pinterest."
931
  msgstr ""
932
 
933
- #: plugin-options/wishlist_page-options.php:229
934
  msgid "Default wishlist name"
935
  msgstr ""
936
 
937
- #: plugin-options/wishlist_page-options.php:230
938
  msgid ""
939
  "Enter a name for the default wishlist. This is the wishlist that will be "
940
  "automatically generated for all users if they do not create any custom one"
941
  msgstr ""
942
 
943
- #: plugin-options/wishlist_page-options.php:232
944
  #, fuzzy
945
  msgid "My wishlist"
946
  msgstr "Min önskelista på %s"
947
 
948
- #: plugin-options/wishlist_page-options.php:237
949
  msgid "\"Add to cart\" text"
950
  msgstr ""
951
 
952
- #: plugin-options/wishlist_page-options.php:238
953
  msgid "Enter a text for the \"Add to cart\" button"
954
  msgstr ""
955
 
956
- #: plugin-options/wishlist_page-options.php:250
957
  msgid "Style & color customization"
958
  msgstr ""
959
 
960
- #: plugin-options/wishlist_page-options.php:257
961
  msgid "Style of \"Add to cart\""
962
  msgstr ""
963
 
964
- #: plugin-options/wishlist_page-options.php:258
965
  msgid "Choose whether to show a textual \"Add to cart\" link or a button"
966
  msgstr ""
967
 
968
- #: plugin-options/wishlist_page-options.php:271
969
  msgid "\"Add to cart\" button style"
970
  msgstr ""
971
 
972
- #: plugin-options/wishlist_page-options.php:277
973
  msgid "Choose the colors for the \"Add to cart\" button"
974
  msgstr ""
975
 
976
- #: plugin-options/wishlist_page-options.php:295
977
  msgid "Choose colors for the \"Add to cart\" button on hover state"
978
  msgstr ""
979
 
980
- #: plugin-options/wishlist_page-options.php:321
981
  msgid "Set the radius for the \"Add to cart\" button"
982
  msgstr ""
983
 
984
- #: plugin-options/wishlist_page-options.php:335
985
  msgid "\"Add to cart\" icon"
986
  msgstr ""
987
 
988
- #: plugin-options/wishlist_page-options.php:336
989
  msgid "Select an icon for the \"Add to cart\" button (optional)"
990
  msgstr ""
991
 
992
- #: plugin-options/wishlist_page-options.php:351
993
  msgid "\"Add to cart\" custom icon"
994
  msgstr ""
995
 
996
- #: plugin-options/wishlist_page-options.php:352
997
  msgid ""
998
  "Upload an icon you'd like to use for the \"Add to cart\" button (suggested "
999
  "32px x 32px)"
1000
  msgstr ""
1001
 
1002
- #: plugin-options/wishlist_page-options.php:360
1003
  msgid "Primary button style"
1004
  msgstr ""
1005
 
1006
- #: plugin-options/wishlist_page-options.php:366
1007
  msgid ""
1008
  "Choose colors for the primary button<br/><small>This style will be applied "
1009
  "to \"Edit title\" button on Wishlist view, \"Submit Changes\" button on "
1010
  "Manage view and \"Search wishlist\" button on Search view</small>"
1011
  msgstr ""
1012
 
1013
- #: plugin-options/wishlist_page-options.php:384
1014
  msgid ""
1015
  "Choose colors for the primary button on hover state<br/><small>This style "
1016
  "will be applied to \"Edit title\" button on Wishlist view, \"Submit Changes"
@@ -1018,326 +995,326 @@ msgid ""
1018
  "small>"
1019
  msgstr ""
1020
 
1021
- #: plugin-options/wishlist_page-options.php:409
1022
  msgid "Secondary button style"
1023
  msgstr ""
1024
 
1025
- #: plugin-options/wishlist_page-options.php:415
1026
  #: plugin-options/wishlist_page-options.php:433
 
1027
  msgid ""
1028
  "Choose colors of the secondary button<br/><small>This style will be applied "
1029
  "to the buttons that allow showing and hiding the Edit title form on Wishlist "
1030
  "view and \"Create new Wishlist\" button on Manage view</small>"
1031
  msgstr ""
1032
 
1033
- #: plugin-options/wishlist_page-options.php:458
1034
  msgid "Wishlist table style"
1035
  msgstr ""
1036
 
1037
- #: plugin-options/wishlist_page-options.php:459
1038
  msgid ""
1039
  "Choose the colors for the wishlist table (when set to \"Traditional\" layout)"
1040
  msgstr ""
1041
 
1042
- #: plugin-options/wishlist_page-options.php:487
1043
  msgid "Highlight color"
1044
  msgstr ""
1045
 
1046
- #: plugin-options/wishlist_page-options.php:488
1047
  msgid ""
1048
  "Choose the color for all sections with background<br/><small>This color will "
1049
  "be used as background for the wishlist table heading and footer (when set to "
1050
  "\"Traditional\" layout), and for various form across wishlist views</small>"
1051
  msgstr ""
1052
 
1053
- #: plugin-options/wishlist_page-options.php:500
1054
  msgid "Share button text color"
1055
  msgstr ""
1056
 
1057
- #: plugin-options/wishlist_page-options.php:501
1058
  msgid "Choose colors for share buttons text"
1059
  msgstr ""
1060
 
1061
- #: plugin-options/wishlist_page-options.php:512
1062
  msgid "Text hover"
1063
  msgstr ""
1064
 
1065
- #: plugin-options/wishlist_page-options.php:525
1066
  msgid "Facebook share button icon"
1067
  msgstr ""
1068
 
1069
- #: plugin-options/wishlist_page-options.php:526
1070
  msgid "Select an icon for the Facebook share button"
1071
  msgstr ""
1072
 
1073
- #: plugin-options/wishlist_page-options.php:536
1074
  msgid "Facebook share button custom icon"
1075
  msgstr ""
1076
 
1077
- #: plugin-options/wishlist_page-options.php:537
1078
  msgid ""
1079
  "Upload an icon you'd like to use for Facebook share button (suggested 32px x "
1080
  "32px)"
1081
  msgstr ""
1082
 
1083
- #: plugin-options/wishlist_page-options.php:545
1084
  msgid "Facebook share button style"
1085
  msgstr ""
1086
 
1087
- #: plugin-options/wishlist_page-options.php:546
1088
  msgid "Choose colors for Facebook share button"
1089
  msgstr ""
1090
 
1091
- #: plugin-options/wishlist_page-options.php:557
1092
- #: plugin-options/wishlist_page-options.php:597
1093
- #: plugin-options/wishlist_page-options.php:637
1094
- #: plugin-options/wishlist_page-options.php:677
1095
- #: plugin-options/wishlist_page-options.php:717
1096
  msgid "Background hover"
1097
  msgstr ""
1098
 
1099
- #: plugin-options/wishlist_page-options.php:565
1100
  msgid "Twitter share button icon"
1101
  msgstr ""
1102
 
1103
- #: plugin-options/wishlist_page-options.php:566
1104
  msgid "Select an icon for the Twitter share button"
1105
  msgstr ""
1106
 
1107
- #: plugin-options/wishlist_page-options.php:576
1108
  msgid "Twitter share button custom icon"
1109
  msgstr ""
1110
 
1111
- #: plugin-options/wishlist_page-options.php:577
1112
  msgid ""
1113
  "Upload an icon you'd like to use for Twitter share button (suggested 32px x "
1114
  "32px)"
1115
  msgstr ""
1116
 
1117
- #: plugin-options/wishlist_page-options.php:585
1118
  msgid "Twitter share button style"
1119
  msgstr ""
1120
 
1121
- #: plugin-options/wishlist_page-options.php:586
1122
  msgid "Choose colors for Twitter share button"
1123
  msgstr ""
1124
 
1125
- #: plugin-options/wishlist_page-options.php:605
1126
  msgid "Pinterest share button icon"
1127
  msgstr ""
1128
 
1129
- #: plugin-options/wishlist_page-options.php:606
1130
  msgid "Select an icon for the Pinterest share button"
1131
  msgstr ""
1132
 
1133
- #: plugin-options/wishlist_page-options.php:616
1134
  msgid "Pinterest share button custom icon"
1135
  msgstr ""
1136
 
1137
- #: plugin-options/wishlist_page-options.php:617
1138
  msgid ""
1139
  "Upload an icon you'd like to use for Pinterest share button (suggested 32px "
1140
  "x 32px)"
1141
  msgstr ""
1142
 
1143
- #: plugin-options/wishlist_page-options.php:625
1144
  msgid "Pinterest share button style"
1145
  msgstr ""
1146
 
1147
- #: plugin-options/wishlist_page-options.php:626
1148
  msgid "Choose colors for Pinterest share button"
1149
  msgstr ""
1150
 
1151
- #: plugin-options/wishlist_page-options.php:645
1152
  msgid "Email share button icon"
1153
  msgstr ""
1154
 
1155
- #: plugin-options/wishlist_page-options.php:646
1156
  msgid "Select an icon for the Email share button"
1157
  msgstr ""
1158
 
1159
- #: plugin-options/wishlist_page-options.php:656
1160
  msgid "Email share button custom icon"
1161
  msgstr ""
1162
 
1163
- #: plugin-options/wishlist_page-options.php:657
1164
  msgid ""
1165
  "Upload an icon you'd like to use for the Email share button (suggested 32px "
1166
  "x 32px)"
1167
  msgstr ""
1168
 
1169
- #: plugin-options/wishlist_page-options.php:665
1170
  msgid "Email share button style"
1171
  msgstr ""
1172
 
1173
- #: plugin-options/wishlist_page-options.php:666
1174
  msgid "Choose colors for the Email share button"
1175
  msgstr ""
1176
 
1177
- #: plugin-options/wishlist_page-options.php:685
1178
  msgid "WhatsApp share button icon"
1179
  msgstr ""
1180
 
1181
- #: plugin-options/wishlist_page-options.php:686
1182
  msgid "Select an icon for the WhatsApp share button"
1183
  msgstr ""
1184
 
1185
- #: plugin-options/wishlist_page-options.php:696
1186
  msgid "WhatsApp share button custom icon"
1187
  msgstr ""
1188
 
1189
- #: plugin-options/wishlist_page-options.php:697
1190
  msgid ""
1191
  "Upload an icon you'd like to use for WhatsApp share button (suggested 32px x "
1192
  "32px)"
1193
  msgstr ""
1194
 
1195
- #: plugin-options/wishlist_page-options.php:705
1196
  msgid "WhatsApp share button style"
1197
  msgstr ""
1198
 
1199
- #: plugin-options/wishlist_page-options.php:706
1200
  msgid "Choose colors for WhatsApp share button"
1201
  msgstr ""
1202
 
1203
- #: templates/share.php:51 templates/share.php:52
1204
  msgid "Facebook"
1205
  msgstr "Facebook"
1206
 
1207
- #: templates/share.php:59 templates/share.php:60
1208
  msgid "Twitter"
1209
  msgstr "Twitter"
1210
 
1211
- #: templates/share.php:67 templates/share.php:68
1212
  msgid "Pinterest"
1213
  msgstr "Pintrest"
1214
 
1215
- #: templates/share.php:75 templates/share.php:76
1216
  msgid "Email"
1217
  msgstr "Epost"
1218
 
1219
- #: templates/share.php:83
1220
  msgid "WhatsApp"
1221
  msgstr ""
1222
 
1223
- #: templates/share.php:84
1224
  msgid "Whatsapp"
1225
  msgstr ""
1226
 
1227
- #: templates/share.php:93
1228
  msgid "(Now"
1229
  msgstr ""
1230
 
1231
- #: templates/share.php:93
1232
  msgid "copy"
1233
  msgstr ""
1234
 
1235
- #: templates/share.php:93
1236
  msgid "this wishlist link and share it anywhere)"
1237
  msgstr ""
1238
 
1239
- #: templates/wishlist-view-footer-mobile.php:44
1240
- #: templates/wishlist-view-footer.php:44
1241
  msgid "Apply this action to all the selected items:"
1242
  msgstr ""
1243
 
1244
- #: templates/wishlist-view-footer-mobile.php:49
1245
- #: templates/wishlist-view-footer.php:49
1246
  msgid "Remove from wishlist"
1247
  msgstr ""
1248
 
1249
  #. translators: 1. Wishlist formatted name.
1250
- #: templates/wishlist-view-footer-mobile.php:67
1251
- #: templates/wishlist-view-footer.php:67
1252
  msgid "Move to %s"
1253
  msgstr ""
1254
 
1255
- #: templates/wishlist-view-footer-mobile.php:73
1256
- #: templates/wishlist-view-footer.php:73
1257
  msgid "Apply"
1258
  msgstr ""
1259
 
1260
- #: templates/wishlist-view-footer-mobile.php:81
1261
- #: templates/wishlist-view-footer.php:81
1262
  msgid "Update"
1263
  msgstr ""
1264
 
1265
- #: templates/wishlist-view-footer-mobile.php:87
1266
- #: templates/wishlist-view-footer.php:103
1267
  msgid "Add all to cart"
1268
  msgstr ""
1269
 
1270
- #: templates/wishlist-view-header.php:48
1271
  msgid "Edit title"
1272
  msgstr "Ändra titel"
1273
 
1274
- #: templates/wishlist-view-mobile.php:134
1275
  msgid "Added on:"
1276
  msgstr ""
1277
 
1278
- #: templates/wishlist-view-mobile.php:145
1279
  msgid "Price:"
1280
  msgstr ""
1281
 
1282
- #: templates/wishlist-view-mobile.php:172
1283
  msgid "Quantity:"
1284
  msgstr ""
1285
 
1286
- #: templates/wishlist-view-mobile.php:187
1287
  msgid "Stock:"
1288
  msgstr ""
1289
 
1290
- #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1291
  msgid "Out of stock"
1292
  msgstr ""
1293
 
1294
- #: templates/wishlist-view-mobile.php:190 templates/wishlist-view.php:227
1295
  msgid "In Stock"
1296
  msgstr "Finns i lager"
1297
 
1298
- #: templates/wishlist-view-mobile.php:210 templates/wishlist-view.php:260
1299
  msgid "Move"
1300
  msgstr "Flytta"
1301
 
1302
- #: templates/wishlist-view-mobile.php:231 templates/wishlist-view.php:281
1303
  msgid "Move to another list &rsaquo;"
1304
  msgstr ""
1305
 
1306
- #: templates/wishlist-view-mobile.php:239 templates/wishlist-view.php:155
1307
- #: templates/wishlist-view.php:291
1308
  msgid "Remove this product"
1309
  msgstr "Ta bort denna produkt"
1310
 
1311
- #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:311
1312
  msgid "No products added to the wishlist"
1313
  msgstr ""
1314
 
1315
- #: templates/wishlist-view.php:79
1316
  msgid "Product name"
1317
  msgstr ""
1318
 
1319
- #: templates/wishlist-view.php:87
1320
  msgid "Unit price"
1321
  msgstr ""
1322
 
1323
- #: templates/wishlist-view.php:96
1324
  msgid "Quantity"
1325
  msgstr ""
1326
 
1327
- #: templates/wishlist-view.php:105
1328
  msgid "Stock status"
1329
  msgstr ""
1330
 
1331
- #: templates/wishlist-view.php:123
1332
  msgid "Arrange"
1333
  msgstr ""
1334
 
1335
  #. translators: date added label: 1 date added.
1336
- #: templates/wishlist-view.php:241
1337
  msgid "Added on: %s"
1338
  msgstr ""
1339
 
1340
- #: templates/wishlist-view.php:291
1341
  msgid "Remove"
1342
  msgstr "Ta bort"
1343
 
@@ -1350,7 +1327,7 @@ msgid ""
1350
  "your e-commerce on <strong>YITH</strong></a>"
1351
  msgstr ""
1352
 
1353
- #: includes/class-yith-wcwl-admin.php:259
1354
  msgctxt "[HELP TAB] Video title"
1355
  msgid ""
1356
  "Check this video to learn how to <b>configure wishlist and customize options:"
@@ -1362,7 +1339,7 @@ msgctxt "page_slug"
1362
  msgid "wishlist"
1363
  msgstr ""
1364
 
1365
- #: includes/class-yith-wcwl-privacy.php:230
1366
  msgctxt "date when wishlist was created"
1367
  msgid "Created on"
1368
  msgstr ""
@@ -1388,7 +1365,7 @@ msgid "Shows a list of products in wishlist"
1388
  msgstr ""
1389
 
1390
  #. translators: 1. % of reduction/increase in price.
1391
- #: includes/class-yith-wcwl-wishlist-item.php:435
1392
  msgctxt ""
1393
  "Part of the template that shows price variation since addition to list; "
1394
  "placeholder will be replaced with a percentage"
@@ -1396,7 +1373,7 @@ msgid "Price is %1$s%%"
1396
  msgstr ""
1397
 
1398
  #. translators: 2: original product price.
1399
- #: includes/class-yith-wcwl-wishlist-item.php:437
1400
  msgctxt ""
1401
  "Part of the template that shows price variation since addition to list; "
1402
  "placeholder will be replaced with a price"
5
  "Project-Id-Version: YITH WCWL\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
+ "POT-Creation-Date: 2022-08-04 12:20:46+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:06+0200\n"
10
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
11
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
25
  msgid "Wishlist Page"
26
  msgstr "Önskelista"
27
 
28
+ #: includes/class-yith-wcwl-admin.php:155
29
  msgid "General settings"
30
  msgstr ""
31
 
32
+ #: includes/class-yith-wcwl-admin.php:156
33
  msgid "Add to wishlist options"
34
  msgstr ""
35
 
36
+ #: includes/class-yith-wcwl-admin.php:157
37
  msgid "Wishlist page options"
38
  msgstr ""
39
 
40
+ #: includes/class-yith-wcwl-admin.php:268
41
  msgid ""
42
  "Allows your customers to create and share lists of products that they want "
43
  "to purchase on your e-commerce."
44
  msgstr ""
45
 
46
+ #: includes/class-yith-wcwl-admin.php:308
47
  msgid ""
48
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
49
  msgstr ""
50
 
51
+ #: includes/class-yith-wcwl-admin.php:309
52
  msgid ""
53
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
54
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
55
  "on \"Add to wishlist\""
56
  msgstr ""
57
 
58
+ #: includes/class-yith-wcwl-admin.php:310
59
  msgid ""
60
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
61
  "them either public (visible to everyone), private or shared (visible only to "
62
  "people it has been shared with)"
63
  msgstr ""
64
 
65
+ #: includes/class-yith-wcwl-admin.php:311
66
  msgid ""
67
  "Choose between <b>different layouts</b> for the wishlist page and for the "
68
  "wishlist content"
69
  msgstr ""
70
 
71
+ #: includes/class-yith-wcwl-admin.php:312
72
  msgid ""
73
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
74
  "move a product from one wishlist to another, change order of items, "
75
  "quantity, etc."
76
  msgstr ""
77
 
78
+ #: includes/class-yith-wcwl-admin.php:313
79
  msgid ""
80
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
81
  "content of their wishlist to the admin and get a custom quote"
82
  msgstr ""
83
 
84
+ #: includes/class-yith-wcwl-admin.php:314
85
  msgid ""
86
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
87
  "(available also with \"mini-cart\" style for the header)"
88
  msgstr ""
89
 
90
+ #: includes/class-yith-wcwl-admin.php:315
91
  msgid ""
92
+ "<b>Send promotional emails to users</b> who have added specific products to "
 
93
  "their wishlist"
94
  msgstr ""
95
 
96
+ #: includes/class-yith-wcwl-admin.php:316
97
  msgid ""
98
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
99
  "the list is back in stock or on sale"
100
  msgstr ""
101
 
102
+ #: includes/class-yith-wcwl-admin.php:317
103
  msgid "Regular updates, Translations and Premium Support"
104
  msgstr ""
105
 
106
+ #: includes/class-yith-wcwl-ajax-handler.php:94
107
+ #: templates/add-to-wishlist-remove.php:81
108
  msgid "View &rsaquo;"
109
  msgstr ""
110
 
111
+ #: includes/class-yith-wcwl-ajax-handler.php:95
112
+ #: templates/add-to-wishlist-remove.php:69
113
  msgid "or"
114
  msgstr ""
115
 
116
+ #: includes/class-yith-wcwl-ajax-handler.php:96
117
  msgid "Close"
118
  msgstr ""
119
 
120
+ #: includes/class-yith-wcwl-ajax-handler.php:203
121
+ #: includes/class-yith-wcwl-ajax-handler.php:252
122
  msgid "Product successfully removed."
123
  msgstr "Produkten borttagen."
124
 
125
+ #: includes/class-yith-wcwl-form-handler.php:193
126
  msgid "Please, make sure to enter a valid title"
127
  msgstr ""
128
 
129
+ #: includes/class-yith-wcwl-frontend.php:674
130
  msgid ""
131
  "We are sorry, but this feature is available only if cookies on your browser "
132
  "are enabled."
133
  msgstr ""
134
 
135
+ #: includes/class-yith-wcwl-frontend.php:684
136
  msgid "Product added to cart successfully"
137
  msgstr ""
138
 
139
+ #: includes/class-yith-wcwl-frontend.php:947
140
+ #: includes/class-yith-wcwl-shortcode.php:248
141
+ #: plugin-options/wishlist_page-options.php:249
142
+ #: templates/wishlist-view-footer-mobile.php:59
143
+ #: templates/wishlist-view-footer.php:59
144
  msgid "Add to cart"
145
  msgstr ""
146
 
188
  "for the products you love."
189
  msgstr ""
190
 
191
+ #: includes/class-yith-wcwl-privacy.php:94
192
+ #: includes/class-yith-wcwl-privacy.php:110
193
  msgid "Customer wishlists"
194
  msgstr ""
195
 
196
+ #: includes/class-yith-wcwl-privacy.php:147 plugin-options/lists-options.php:34
197
+ #: plugin-options/lists-options.php:41
198
  msgid "Wishlists"
199
  msgstr "Önskelista"
200
 
201
  #. Translators: %s Order number.
202
+ #: includes/class-yith-wcwl-privacy.php:233
203
  msgid "Removed wishlist %s."
204
  msgstr "Min önskelista på %s"
205
 
206
  #. Translators: %s Order number.
207
+ #: includes/class-yith-wcwl-privacy.php:237
208
  msgid "Wishlist %s has been retained."
209
  msgstr ""
210
 
211
+ #: includes/class-yith-wcwl-privacy.php:272
212
  msgid "Token"
213
  msgstr ""
214
 
215
+ #: includes/class-yith-wcwl-privacy.php:273
216
  msgid "Wishlist URL"
217
  msgstr ""
218
 
219
+ #: includes/class-yith-wcwl-privacy.php:274
220
  msgid "Title"
221
  msgstr "Fälttitel"
222
 
223
+ #: includes/class-yith-wcwl-privacy.php:276
224
  msgid "Visibility"
225
  msgstr ""
226
 
227
+ #: includes/class-yith-wcwl-privacy.php:277
228
  msgid "Items added"
229
  msgstr ""
230
 
291
  msgid "ID of the wishlist to show (e.g. K6EOWXB888ZD)"
292
  msgstr ""
293
 
294
+ #: includes/class-yith-wcwl-shortcode.php:452
295
  msgid "Share on:"
296
  msgstr "Dela på:"
297
 
298
+ #: includes/class-yith-wcwl-shortcode.php:498
299
+ #: plugin-options/wishlist_page-options.php:147
300
  msgid "Share on Facebook"
301
  msgstr "Dela på Facebook"
302
 
303
+ #: includes/class-yith-wcwl-shortcode.php:515
304
+ #: plugin-options/wishlist_page-options.php:156
305
  msgid "Tweet on Twitter"
306
  msgstr "Twittra på Twitter"
307
 
308
+ #: includes/class-yith-wcwl-shortcode.php:533
309
+ #: plugin-options/wishlist_page-options.php:165
310
  msgid "Pin on Pinterest"
311
  msgstr "Pinna på Pintrest"
312
 
313
+ #: includes/class-yith-wcwl-shortcode.php:547
314
  msgid "Share via email"
315
  msgstr ""
316
 
317
+ #: includes/class-yith-wcwl-shortcode.php:570
318
+ #: plugin-options/wishlist_page-options.php:183
319
  msgid "Share on WhatsApp"
320
  msgstr ""
321
 
322
+ #: includes/class-yith-wcwl-shortcode.php:744
323
  msgid "Remove from list"
324
  msgstr ""
325
 
326
+ #: includes/class-yith-wcwl-wishlist-item.php:203
327
  msgid "Free!"
328
  msgstr "Gratis!"
329
 
330
+ #: includes/class-yith-wcwl.php:232
331
  msgid "The item cannot be added to this wishlist"
332
  msgstr ""
333
 
334
+ #: includes/class-yith-wcwl.php:236 includes/class-yith-wcwl.php:242
335
  msgid "An error occurred while adding the products to the wishlist."
336
  msgstr ""
337
 
338
+ #: includes/class-yith-wcwl.php:339 includes/class-yith-wcwl.php:365
339
  msgid "Error. Unable to remove the product from the wishlist."
340
  msgstr "Fel. Kunde inte ta bort produkten ifrån önskelistan."
341
 
342
+ #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:250
343
+ #: includes/data-stores/class-yith-wcwl-wishlist-data-store.php:272
344
  msgid "Invalid wishlist."
345
  msgstr ""
346
 
347
+ #: includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:210
348
  msgid "Invalid wishlist item."
349
  msgstr ""
350
 
351
  #. translators: 1. Number of users.
352
+ #: includes/functions-yith-wcwl.php:309
353
  msgid "%d user"
354
  msgid_plural "%d users"
355
  msgstr[0] ""
356
  msgstr[1] ""
357
 
358
+ #: includes/functions-yith-wcwl.php:310
359
  msgid "has this item in wishlist"
360
  msgid_plural "have this item in wishlist"
361
  msgstr[0] ""
362
  msgstr[1] ""
363
 
364
+ #: includes/functions-yith-wcwl.php:312
365
  msgid "You're the first"
366
  msgstr ""
367
 
368
+ #: includes/functions-yith-wcwl.php:313
369
  msgid "to add this item in wishlist"
370
  msgstr ""
371
 
372
  #. translators: 1. Count of users when many, or "another" when only one.
373
+ #: includes/functions-yith-wcwl.php:317
374
  msgid "You and %s user"
375
  msgid_plural "You and %d users"
376
  msgstr[0] ""
377
  msgstr[1] ""
378
 
379
+ #: includes/functions-yith-wcwl.php:317
380
  msgid "another"
381
  msgstr ""
382
 
383
+ #: includes/functions-yith-wcwl.php:318
384
  msgid "have this item in wishlist"
385
  msgstr ""
386
 
387
+ #: includes/functions-yith-wcwl.php:534
388
  msgid "None"
389
  msgstr ""
390
 
391
+ #: includes/functions-yith-wcwl.php:535
392
  #, fuzzy
393
  msgid "Custom"
394
  msgstr "Egen CSS"
395
 
396
+ #: includes/functions-yith-wcwl.php:567
397
  msgid "Shared"
398
  msgstr "Delar"
399
 
400
+ #: includes/functions-yith-wcwl.php:571
401
  msgid "Only people with a link to this list can see it"
402
  msgstr ""
403
 
404
+ #: includes/functions-yith-wcwl.php:577
405
  msgid "Private"
406
  msgstr "Privat"
407
 
408
+ #: includes/functions-yith-wcwl.php:581
409
  msgid "Only you can see this list"
410
  msgstr ""
411
 
412
+ #: includes/functions-yith-wcwl.php:587
413
  msgid "Public"
414
  msgstr "Offentlig"
415
 
416
+ #: includes/functions-yith-wcwl.php:591
417
  msgid "Anyone can search for and see this list"
418
  msgstr ""
419
 
420
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:118
421
+ #: plugin-options/add_to_wishlist-options.php:136
422
  msgid "Add to wishlist"
423
  msgstr ""
424
 
425
  #: includes/widgets/elementor/class-yith-wcwl-elementor-add-to-wishlist.php:128
426
+ #: plugin-options/add_to_wishlist-options.php:152
427
  msgid "Browse wishlist"
428
  msgstr ""
429
 
437
  msgid "Product added to wishlist"
438
  msgstr "“Produkten redan i önskelistan”s text"
439
 
440
+ #: init.php:173
441
  #, fuzzy
442
  msgid "is enabled but not effective. It requires WooCommerce to work."
443
  msgstr ""
444
  "YITH WooCommerce Wishlist är på men inte effektivt då det kräver tilläget "
445
  "WooComerce för att fungera."
446
 
447
+ #: init.php:191
448
+ msgid ""
449
+ "YITH WooCommerce Wishlist was deactivated as you're running an higher tier "
450
+ "version of the same plugin."
 
 
451
  msgstr ""
452
 
453
+ #: plugin-options/add_to_wishlist-options.php:29
454
+ #: plugin-options/settings-options.php:32
455
  msgid "General Settings"
456
  msgstr "Generella inställningar"
457
 
458
+ #: plugin-options/add_to_wishlist-options.php:36
459
  msgid "After product is added to wishlist"
460
  msgstr ""
461
 
462
+ #: plugin-options/add_to_wishlist-options.php:37
463
  msgid ""
464
  "Choose the look of the Wishlist button when the product has already been "
465
  "added to a wishlist"
466
  msgstr ""
467
 
468
+ #: plugin-options/add_to_wishlist-options.php:41
469
  #, fuzzy
470
  msgid "Show \"Add to wishlist\" button"
471
  msgstr "“Produkten redan i önskelistan”s text"
472
 
473
+ #: plugin-options/add_to_wishlist-options.php:42
474
  msgid "Show \"View wishlist\" link"
475
  msgstr ""
476
 
477
+ #: plugin-options/add_to_wishlist-options.php:43
478
  msgid "Show \"Remove from list\" link"
479
  msgstr ""
480
 
481
+ #: plugin-options/add_to_wishlist-options.php:57
482
  msgid "Loop settings"
483
  msgstr ""
484
 
485
+ #: plugin-options/add_to_wishlist-options.php:59
486
  msgid ""
487
  "Loop options will be visible on Shop page, category pages, product "
488
  "shortcodes, products sliders, and all the other places where the WooCommerce "
489
  "products' loop is used"
490
  msgstr ""
491
 
492
+ #: plugin-options/add_to_wishlist-options.php:64
493
  msgid "Show \"Add to wishlist\" in loop"
494
  msgstr ""
495
 
496
+ #: plugin-options/add_to_wishlist-options.php:65
497
  msgid "Enable the \"Add to wishlist\" feature in WooCommerce products' loop"
498
  msgstr ""
499
 
500
+ #: plugin-options/add_to_wishlist-options.php:73
501
  msgid "Position of \"Add to wishlist\" in loop"
502
  msgstr ""
503
 
504
+ #: plugin-options/add_to_wishlist-options.php:74
505
  msgid ""
506
  "Choose where to show \"Add to wishlist\" button or link in WooCommerce "
507
  "products' loop. <span class=\"addon\">Copy this shortcode <span class=\"code"
509
  "want to show the \"Add to wishlist\" link or button</span>"
510
  msgstr ""
511
 
512
+ #: plugin-options/add_to_wishlist-options.php:81
513
  msgid "On top of the image"
514
  msgstr ""
515
 
516
+ #: plugin-options/add_to_wishlist-options.php:82
517
  msgid "Before \"Add to cart\" button"
518
  msgstr ""
519
 
520
+ #: plugin-options/add_to_wishlist-options.php:83
521
  msgid "After \"Add to cart\" button"
522
  msgstr ""
523
 
524
+ #: plugin-options/add_to_wishlist-options.php:84
525
+ #: plugin-options/add_to_wishlist-options.php:116
526
  msgid "Use shortcode"
527
  msgstr "Använd kortkod"
528
 
529
+ #: plugin-options/add_to_wishlist-options.php:98
530
  msgid "Product page settings"
531
  msgstr ""
532
 
533
+ #: plugin-options/add_to_wishlist-options.php:105
534
  msgid "Position of \"Add to wishlist\" on product page"
535
  msgstr ""
536
 
537
+ #: plugin-options/add_to_wishlist-options.php:106
538
  msgid ""
539
  "Choose where to show \"Add to wishlist\" button or link on the product page. "
540
  "<span class=\"addon\">Copy this shortcode <span class=\"code"
542
  "want to show the \"Add to wishlist\" link or button</span>"
543
  msgstr ""
544
 
545
+ #: plugin-options/add_to_wishlist-options.php:113
546
  msgid "After \"Add to cart\""
547
  msgstr "Efter “Lägg till i varukorgen”"
548
 
549
+ #: plugin-options/add_to_wishlist-options.php:114
550
  msgid "After thumbnails"
551
  msgstr "Efter miniatyrbilder"
552
 
553
+ #: plugin-options/add_to_wishlist-options.php:115
554
  msgid "After summary"
555
  msgstr "Efter sammanfattning"
556
 
557
+ #: plugin-options/add_to_wishlist-options.php:126
558
+ #: plugin-options/wishlist_page-options.php:231
559
  msgid "Text customization"
560
  msgstr ""
561
 
562
+ #: plugin-options/add_to_wishlist-options.php:133
563
  msgid "\"Add to wishlist\" text"
564
  msgstr ""
565
 
566
+ #: plugin-options/add_to_wishlist-options.php:134
567
  msgid "Enter a text for \"Add to wishlist\" button"
568
  msgstr ""
569
 
570
+ #: plugin-options/add_to_wishlist-options.php:141
571
  msgid "\"Product added\" text"
572
  msgstr "“Produkt tillagd”s text"
573
 
574
+ #: plugin-options/add_to_wishlist-options.php:142
575
  msgid ""
576
  "Enter the text of the message displayed when the user adds a product to the "
577
  "wishlist"
578
  msgstr ""
579
 
580
+ #: plugin-options/add_to_wishlist-options.php:144
581
  msgid "Product added!"
582
  msgstr "Produkt tillagd!"
583
 
584
+ #: plugin-options/add_to_wishlist-options.php:149
585
  msgid "\"Browse wishlist\" text"
586
  msgstr "“Bläddra i önskelistan”s text"
587
 
588
+ #: plugin-options/add_to_wishlist-options.php:150
589
  msgid "Enter a text for the \"Browse wishlist\" link on the product page"
590
  msgstr ""
591
 
592
+ #: plugin-options/add_to_wishlist-options.php:157
593
  msgid "\"Product already in wishlist\" text"
594
  msgstr "“Produkten redan i önskelistan”s text"
595
 
596
+ #: plugin-options/add_to_wishlist-options.php:158
597
  msgid ""
598
  "Enter the text for the message displayed when the user views a product that "
599
  "is already in the wishlist"
600
  msgstr ""
601
 
602
+ #: plugin-options/add_to_wishlist-options.php:160
603
  msgid "The product is already in your wishlist!"
604
  msgstr ""
605
 
606
+ #: plugin-options/add_to_wishlist-options.php:170
607
  msgid "Style & Color customization"
608
  msgstr ""
609
 
610
+ #: plugin-options/add_to_wishlist-options.php:177
611
  msgid "Style of \"Add to wishlist\""
612
  msgstr ""
613
 
614
+ #: plugin-options/add_to_wishlist-options.php:178
615
  msgid ""
616
  "Choose if you want to show a textual \"Add to wishlist\" link or a button"
617
  msgstr ""
618
 
619
+ #: plugin-options/add_to_wishlist-options.php:181
620
+ #: plugin-options/wishlist_page-options.php:270
621
  msgid "Textual (anchor)"
622
  msgstr ""
623
 
624
+ #: plugin-options/add_to_wishlist-options.php:182
625
+ #: plugin-options/wishlist_page-options.php:271
626
  msgid "Button with theme style"
627
  msgstr ""
628
 
629
+ #: plugin-options/add_to_wishlist-options.php:183
630
+ #: plugin-options/wishlist_page-options.php:272
631
  msgid "Button with custom style"
632
  msgstr ""
633
 
634
+ #: plugin-options/add_to_wishlist-options.php:191
635
  msgid "\"Add to wishlist\" button style"
636
  msgstr ""
637
 
638
+ #: plugin-options/add_to_wishlist-options.php:197
639
  msgid "Choose colors for the \"Add to wishlist\" button"
640
  msgstr ""
641
 
642
+ #: plugin-options/add_to_wishlist-options.php:199
643
+ #: plugin-options/wishlist_page-options.php:288
644
+ #: plugin-options/wishlist_page-options.php:386
645
+ #: plugin-options/wishlist_page-options.php:435
646
+ #: plugin-options/wishlist_page-options.php:483
647
+ #: plugin-options/wishlist_page-options.php:570
648
+ #: plugin-options/wishlist_page-options.php:610
649
+ #: plugin-options/wishlist_page-options.php:650
650
+ #: plugin-options/wishlist_page-options.php:690
651
+ #: plugin-options/wishlist_page-options.php:730
652
  msgid "Background"
653
  msgstr "Bakgrund"
654
 
655
+ #: plugin-options/add_to_wishlist-options.php:204
656
+ #: plugin-options/wishlist_page-options.php:293
657
+ #: plugin-options/wishlist_page-options.php:391
658
+ #: plugin-options/wishlist_page-options.php:440
659
+ #: plugin-options/wishlist_page-options.php:488
660
+ #: plugin-options/wishlist_page-options.php:525
661
  msgid "Text"
662
  msgstr "Text"
663
 
664
+ #: plugin-options/add_to_wishlist-options.php:209
665
+ #: plugin-options/wishlist_page-options.php:298
666
+ #: plugin-options/wishlist_page-options.php:396
667
+ #: plugin-options/wishlist_page-options.php:445
668
+ #: plugin-options/wishlist_page-options.php:493
669
  msgid "Border"
670
  msgstr "Ram"
671
 
672
+ #: plugin-options/add_to_wishlist-options.php:215
673
  msgid "Choose colors for the \"Add to wishlist\" button on hover state"
674
  msgstr ""
675
 
676
+ #: plugin-options/add_to_wishlist-options.php:217
677
+ #: plugin-options/wishlist_page-options.php:306
678
+ #: plugin-options/wishlist_page-options.php:404
679
+ #: plugin-options/wishlist_page-options.php:453
680
  msgid "Background Hover"
681
  msgstr ""
682
 
683
+ #: plugin-options/add_to_wishlist-options.php:222
684
+ #: plugin-options/wishlist_page-options.php:311
685
+ #: plugin-options/wishlist_page-options.php:409
686
+ #: plugin-options/wishlist_page-options.php:458
687
  msgid "Text Hover"
688
  msgstr ""
689
 
690
+ #: plugin-options/add_to_wishlist-options.php:227
691
+ #: plugin-options/wishlist_page-options.php:316
692
+ #: plugin-options/wishlist_page-options.php:414
693
+ #: plugin-options/wishlist_page-options.php:463
694
  msgid "Border Hover"
695
  msgstr ""
696
 
697
+ #: plugin-options/add_to_wishlist-options.php:240
698
+ #: plugin-options/wishlist_page-options.php:329
699
  msgid "Border radius"
700
  msgstr ""
701
 
702
+ #: plugin-options/add_to_wishlist-options.php:241
703
  msgid "Choose radius for the \"Add to wishlist\" button"
704
  msgstr ""
705
 
706
+ #: plugin-options/add_to_wishlist-options.php:255
707
  msgid "\"Add to wishlist\" icon"
708
  msgstr ""
709
 
710
+ #: plugin-options/add_to_wishlist-options.php:256
711
  msgid "Select an icon for the \"Add to wishlist\" button (optional)"
712
  msgstr ""
713
 
714
+ #: plugin-options/add_to_wishlist-options.php:275
715
  msgid "\"Add to wishlist\" custom icon"
716
  msgstr ""
717
 
718
+ #: plugin-options/add_to_wishlist-options.php:276
719
+ #: plugin-options/add_to_wishlist-options.php:309
720
  msgid ""
721
  "Upload an icon you'd like to use for \"Add to wishlist\" button (suggested "
722
  "32px x 32px)"
723
  msgstr ""
724
 
725
+ #: plugin-options/add_to_wishlist-options.php:288
726
  msgid "\"Added to wishlist\" icon"
727
  msgstr ""
728
 
729
+ #: plugin-options/add_to_wishlist-options.php:289
730
  msgid "Select an icon for the \"Added to wishlist\" button (optional)"
731
  msgstr ""
732
 
733
+ #: plugin-options/add_to_wishlist-options.php:304
734
  msgid "Same used for Add to wishlist"
735
  msgstr ""
736
 
737
+ #: plugin-options/add_to_wishlist-options.php:308
738
  msgid "\"Added to wishlist\" custom icon"
739
  msgstr ""
740
 
741
+ #: plugin-options/add_to_wishlist-options.php:321
742
  msgid "Custom CSS"
743
  msgstr "Egen CSS"
744
 
745
+ #: plugin-options/add_to_wishlist-options.php:322
746
  msgid "Enter custom CSS to be applied to Wishlist elements (optional)"
747
  msgstr ""
748
 
749
+ #: plugin-options/lists-options.php:43
750
  msgid "Search list"
751
  msgstr ""
752
 
753
+ #: plugin-options/settings-options.php:39
 
 
 
 
 
 
 
 
754
  msgid "Enable AJAX loading"
755
  msgstr ""
756
 
757
+ #: plugin-options/settings-options.php:40
758
  msgid "Load any cacheable wishlist item via AJAX"
759
  msgstr ""
760
 
761
+ #: plugin-options/settings-options.php:54
762
  msgid "YITH WooCommerce Frequently Bought Together Integration"
763
  msgstr "YITH WooCommerce Vanliga köpte tillsammans integritet"
764
 
765
+ #: plugin-options/settings-options.php:60
 
 
 
 
 
 
 
 
766
  msgid "Enable slider in wishlist"
767
  msgstr "Aktivera slider i önskelistan"
768
 
769
+ #. translators: 1. Example image of the integration.
770
+ #: plugin-options/settings-options.php:62
 
771
  msgid ""
772
  "Enable the slider with linked products on the Wishlist page (<a href=\"%1$s"
773
+ "\" class=\"thickbox\">Example</a>)."
774
  msgstr ""
775
 
776
+ #: plugin-options/wishlist_page-options.php:28
777
+ #: plugin-options/wishlist_page-options.php:35
 
 
 
778
  msgid "Wishlist page"
779
  msgstr ""
780
 
781
+ #: plugin-options/wishlist_page-options.php:36
782
  msgid ""
783
  "Pick a page as the main Wishlist page; make sure you add the <span class="
784
  "\"code\"><code>[yith_wcwl_wishlist]</code></span> shortcode into the page "
785
  "content"
786
  msgstr ""
787
 
788
+ #: plugin-options/wishlist_page-options.php:49
789
  msgid "Wishlist Detail Page"
790
  msgstr ""
791
 
 
792
  #: plugin-options/wishlist_page-options.php:56
793
  #: plugin-options/wishlist_page-options.php:65
794
  #: plugin-options/wishlist_page-options.php:74
795
  #: plugin-options/wishlist_page-options.php:83
796
  #: plugin-options/wishlist_page-options.php:92
797
  #: plugin-options/wishlist_page-options.php:101
798
+ #: plugin-options/wishlist_page-options.php:110
799
  msgid "In wishlist table show"
800
  msgstr ""
801
 
802
+ #: plugin-options/wishlist_page-options.php:57
803
  msgid "Product variations selected by the user (example: size or color)"
804
  msgstr ""
805
 
806
+ #: plugin-options/wishlist_page-options.php:66
807
  msgid "Product price"
808
  msgstr ""
809
 
810
+ #: plugin-options/wishlist_page-options.php:75
811
  msgid "Product stock (show if the product is available or not)"
812
  msgstr ""
813
 
814
+ #: plugin-options/wishlist_page-options.php:84
815
  msgid "Date on which the product was added to the wishlist"
816
  msgstr ""
817
 
818
+ #: plugin-options/wishlist_page-options.php:93
819
  msgid "Add to cart option for each product"
820
  msgstr ""
821
 
822
+ #: plugin-options/wishlist_page-options.php:102
823
  msgid ""
824
  "Icon to remove the product from the wishlist - to the left of the product"
825
  msgstr ""
826
 
827
+ #: plugin-options/wishlist_page-options.php:111
828
  msgid ""
829
  "Button to remove the product from the wishlist - to the right of the product"
830
  msgstr ""
831
 
832
+ #: plugin-options/wishlist_page-options.php:119
833
  msgid "Redirect to cart"
834
  msgstr "Omdirigera till kundvagnen"
835
 
836
+ #: plugin-options/wishlist_page-options.php:120
837
  msgid ""
838
  "Redirect users to the cart page when they add a product to the cart from the "
839
  "wishlist page"
840
  msgstr ""
841
 
842
+ #: plugin-options/wishlist_page-options.php:128
843
  msgid "Remove if added to the cart"
844
  msgstr "Ta bort om tillagd i kundvagnen"
845
 
846
+ #: plugin-options/wishlist_page-options.php:129
847
  msgid ""
848
  "Remove the product from the wishlist after it has been added to the cart"
849
  msgstr ""
850
 
851
+ #: plugin-options/wishlist_page-options.php:137
852
  msgid "Share wishlist"
853
  msgstr ""
854
 
855
+ #: plugin-options/wishlist_page-options.php:138
856
  msgid "Enable this option to let users share their wishlist on social media"
857
  msgstr ""
858
 
 
859
  #: plugin-options/wishlist_page-options.php:146
860
  #: plugin-options/wishlist_page-options.php:155
861
  #: plugin-options/wishlist_page-options.php:164
862
  #: plugin-options/wishlist_page-options.php:173
863
+ #: plugin-options/wishlist_page-options.php:182
864
  msgid "Share on social media"
865
  msgstr ""
866
 
867
+ #: plugin-options/wishlist_page-options.php:174
868
  msgid "Share by email"
869
  msgstr ""
870
 
871
+ #: plugin-options/wishlist_page-options.php:191
872
  msgid "Share by URL"
873
  msgstr ""
874
 
875
+ #: plugin-options/wishlist_page-options.php:192
876
  msgid "Show \"Share URL\" field on wishlist page"
877
  msgstr ""
878
 
879
+ #: plugin-options/wishlist_page-options.php:200
880
  msgid "Sharing title"
881
  msgstr ""
882
 
883
+ #: plugin-options/wishlist_page-options.php:201
884
  msgid "Wishlist title used for sharing (only used on Twitter and Pinterest)"
885
  msgstr ""
886
 
887
  #. translators: 1. Blog name.
888
+ #: plugin-options/wishlist_page-options.php:204
889
  msgid "My wishlist on %s"
890
  msgstr "Min önskelista på %s"
891
 
892
+ #: plugin-options/wishlist_page-options.php:209
893
  msgid "Social text"
894
  msgstr "Text på sociala medier"
895
 
896
+ #: plugin-options/wishlist_page-options.php:210
897
  msgid ""
898
  "Type the message you want to publish when you share your wishlist on Twitter "
899
  "and Pinterest"
900
  msgstr ""
901
 
902
+ #: plugin-options/wishlist_page-options.php:218
903
  msgid "Social image URL"
904
  msgstr "Bild för sociala medier (URL)"
905
 
906
+ #: plugin-options/wishlist_page-options.php:219
907
  msgid "It will be used to pin the wishlist on Pinterest."
908
  msgstr ""
909
 
910
+ #: plugin-options/wishlist_page-options.php:238
911
  msgid "Default wishlist name"
912
  msgstr ""
913
 
914
+ #: plugin-options/wishlist_page-options.php:239
915
  msgid ""
916
  "Enter a name for the default wishlist. This is the wishlist that will be "
917
  "automatically generated for all users if they do not create any custom one"
918
  msgstr ""
919
 
920
+ #: plugin-options/wishlist_page-options.php:241
921
  #, fuzzy
922
  msgid "My wishlist"
923
  msgstr "Min önskelista på %s"
924
 
925
+ #: plugin-options/wishlist_page-options.php:246
926
  msgid "\"Add to cart\" text"
927
  msgstr ""
928
 
929
+ #: plugin-options/wishlist_page-options.php:247
930
  msgid "Enter a text for the \"Add to cart\" button"
931
  msgstr ""
932
 
933
+ #: plugin-options/wishlist_page-options.php:259
934
  msgid "Style & color customization"
935
  msgstr ""
936
 
937
+ #: plugin-options/wishlist_page-options.php:266
938
  msgid "Style of \"Add to cart\""
939
  msgstr ""
940
 
941
+ #: plugin-options/wishlist_page-options.php:267
942
  msgid "Choose whether to show a textual \"Add to cart\" link or a button"
943
  msgstr ""
944
 
945
+ #: plugin-options/wishlist_page-options.php:280
946
  msgid "\"Add to cart\" button style"
947
  msgstr ""
948
 
949
+ #: plugin-options/wishlist_page-options.php:286
950
  msgid "Choose the colors for the \"Add to cart\" button"
951
  msgstr ""
952
 
953
+ #: plugin-options/wishlist_page-options.php:304
954
  msgid "Choose colors for the \"Add to cart\" button on hover state"
955
  msgstr ""
956
 
957
+ #: plugin-options/wishlist_page-options.php:330
958
  msgid "Set the radius for the \"Add to cart\" button"
959
  msgstr ""
960
 
961
+ #: plugin-options/wishlist_page-options.php:344
962
  msgid "\"Add to cart\" icon"
963
  msgstr ""
964
 
965
+ #: plugin-options/wishlist_page-options.php:345
966
  msgid "Select an icon for the \"Add to cart\" button (optional)"
967
  msgstr ""
968
 
969
+ #: plugin-options/wishlist_page-options.php:369
970
  msgid "\"Add to cart\" custom icon"
971
  msgstr ""
972
 
973
+ #: plugin-options/wishlist_page-options.php:370
974
  msgid ""
975
  "Upload an icon you'd like to use for the \"Add to cart\" button (suggested "
976
  "32px x 32px)"
977
  msgstr ""
978
 
979
+ #: plugin-options/wishlist_page-options.php:378
980
  msgid "Primary button style"
981
  msgstr ""
982
 
983
+ #: plugin-options/wishlist_page-options.php:384
984
  msgid ""
985
  "Choose colors for the primary button<br/><small>This style will be applied "
986
  "to \"Edit title\" button on Wishlist view, \"Submit Changes\" button on "
987
  "Manage view and \"Search wishlist\" button on Search view</small>"
988
  msgstr ""
989
 
990
+ #: plugin-options/wishlist_page-options.php:402
991
  msgid ""
992
  "Choose colors for the primary button on hover state<br/><small>This style "
993
  "will be applied to \"Edit title\" button on Wishlist view, \"Submit Changes"
995
  "small>"
996
  msgstr ""
997
 
998
+ #: plugin-options/wishlist_page-options.php:427
999
  msgid "Secondary button style"
1000
  msgstr ""
1001
 
 
1002
  #: plugin-options/wishlist_page-options.php:433
1003
+ #: plugin-options/wishlist_page-options.php:451
1004
  msgid ""
1005
  "Choose colors of the secondary button<br/><small>This style will be applied "
1006
  "to the buttons that allow showing and hiding the Edit title form on Wishlist "
1007
  "view and \"Create new Wishlist\" button on Manage view</small>"
1008
  msgstr ""
1009
 
1010
+ #: plugin-options/wishlist_page-options.php:476
1011
  msgid "Wishlist table style"
1012
  msgstr ""
1013
 
1014
+ #: plugin-options/wishlist_page-options.php:477
1015
  msgid ""
1016
  "Choose the colors for the wishlist table (when set to \"Traditional\" layout)"
1017
  msgstr ""
1018
 
1019
+ #: plugin-options/wishlist_page-options.php:505
1020
  msgid "Highlight color"
1021
  msgstr ""
1022
 
1023
+ #: plugin-options/wishlist_page-options.php:506
1024
  msgid ""
1025
  "Choose the color for all sections with background<br/><small>This color will "
1026
  "be used as background for the wishlist table heading and footer (when set to "
1027
  "\"Traditional\" layout), and for various form across wishlist views</small>"
1028
  msgstr ""
1029
 
1030
+ #: plugin-options/wishlist_page-options.php:518
1031
  msgid "Share button text color"
1032
  msgstr ""
1033
 
1034
+ #: plugin-options/wishlist_page-options.php:519
1035
  msgid "Choose colors for share buttons text"
1036
  msgstr ""
1037
 
1038
+ #: plugin-options/wishlist_page-options.php:530
1039
  msgid "Text hover"
1040
  msgstr ""
1041
 
1042
+ #: plugin-options/wishlist_page-options.php:543
1043
  msgid "Facebook share button icon"
1044
  msgstr ""
1045
 
1046
+ #: plugin-options/wishlist_page-options.php:544
1047
  msgid "Select an icon for the Facebook share button"
1048
  msgstr ""
1049
 
1050
+ #: plugin-options/wishlist_page-options.php:554
1051
  msgid "Facebook share button custom icon"
1052
  msgstr ""
1053
 
1054
+ #: plugin-options/wishlist_page-options.php:555
1055
  msgid ""
1056
  "Upload an icon you'd like to use for Facebook share button (suggested 32px x "
1057
  "32px)"
1058
  msgstr ""
1059
 
1060
+ #: plugin-options/wishlist_page-options.php:563
1061
  msgid "Facebook share button style"
1062
  msgstr ""
1063
 
1064
+ #: plugin-options/wishlist_page-options.php:564
1065
  msgid "Choose colors for Facebook share button"
1066
  msgstr ""
1067
 
1068
+ #: plugin-options/wishlist_page-options.php:575
1069
+ #: plugin-options/wishlist_page-options.php:615
1070
+ #: plugin-options/wishlist_page-options.php:655
1071
+ #: plugin-options/wishlist_page-options.php:695
1072
+ #: plugin-options/wishlist_page-options.php:735
1073
  msgid "Background hover"
1074
  msgstr ""
1075
 
1076
+ #: plugin-options/wishlist_page-options.php:583
1077
  msgid "Twitter share button icon"
1078
  msgstr ""
1079
 
1080
+ #: plugin-options/wishlist_page-options.php:584
1081
  msgid "Select an icon for the Twitter share button"
1082
  msgstr ""
1083
 
1084
+ #: plugin-options/wishlist_page-options.php:594
1085
  msgid "Twitter share button custom icon"
1086
  msgstr ""
1087
 
1088
+ #: plugin-options/wishlist_page-options.php:595
1089
  msgid ""
1090
  "Upload an icon you'd like to use for Twitter share button (suggested 32px x "
1091
  "32px)"
1092
  msgstr ""
1093
 
1094
+ #: plugin-options/wishlist_page-options.php:603
1095
  msgid "Twitter share button style"
1096
  msgstr ""
1097
 
1098
+ #: plugin-options/wishlist_page-options.php:604
1099
  msgid "Choose colors for Twitter share button"
1100
  msgstr ""
1101
 
1102
+ #: plugin-options/wishlist_page-options.php:623
1103
  msgid "Pinterest share button icon"
1104
  msgstr ""
1105
 
1106
+ #: plugin-options/wishlist_page-options.php:624
1107
  msgid "Select an icon for the Pinterest share button"
1108
  msgstr ""
1109
 
1110
+ #: plugin-options/wishlist_page-options.php:634
1111
  msgid "Pinterest share button custom icon"
1112
  msgstr ""
1113
 
1114
+ #: plugin-options/wishlist_page-options.php:635
1115
  msgid ""
1116
  "Upload an icon you'd like to use for Pinterest share button (suggested 32px "
1117
  "x 32px)"
1118
  msgstr ""
1119
 
1120
+ #: plugin-options/wishlist_page-options.php:643
1121
  msgid "Pinterest share button style"
1122
  msgstr ""
1123
 
1124
+ #: plugin-options/wishlist_page-options.php:644
1125
  msgid "Choose colors for Pinterest share button"
1126
  msgstr ""
1127
 
1128
+ #: plugin-options/wishlist_page-options.php:663
1129
  msgid "Email share button icon"
1130
  msgstr ""
1131
 
1132
+ #: plugin-options/wishlist_page-options.php:664
1133
  msgid "Select an icon for the Email share button"
1134
  msgstr ""
1135
 
1136
+ #: plugin-options/wishlist_page-options.php:674
1137
  msgid "Email share button custom icon"
1138
  msgstr ""
1139
 
1140
+ #: plugin-options/wishlist_page-options.php:675
1141
  msgid ""
1142
  "Upload an icon you'd like to use for the Email share button (suggested 32px "
1143
  "x 32px)"
1144
  msgstr ""
1145
 
1146
+ #: plugin-options/wishlist_page-options.php:683
1147
  msgid "Email share button style"
1148
  msgstr ""
1149
 
1150
+ #: plugin-options/wishlist_page-options.php:684
1151
  msgid "Choose colors for the Email share button"
1152
  msgstr ""
1153
 
1154
+ #: plugin-options/wishlist_page-options.php:703
1155
  msgid "WhatsApp share button icon"
1156
  msgstr ""
1157
 
1158
+ #: plugin-options/wishlist_page-options.php:704
1159
  msgid "Select an icon for the WhatsApp share button"
1160
  msgstr ""
1161
 
1162
+ #: plugin-options/wishlist_page-options.php:714
1163
  msgid "WhatsApp share button custom icon"
1164
  msgstr ""
1165
 
1166
+ #: plugin-options/wishlist_page-options.php:715
1167
  msgid ""
1168
  "Upload an icon you'd like to use for WhatsApp share button (suggested 32px x "
1169
  "32px)"
1170
  msgstr ""
1171
 
1172
+ #: plugin-options/wishlist_page-options.php:723
1173
  msgid "WhatsApp share button style"
1174
  msgstr ""
1175
 
1176
+ #: plugin-options/wishlist_page-options.php:724
1177
  msgid "Choose colors for WhatsApp share button"
1178
  msgstr ""
1179
 
1180
+ #: templates/share.php:56 templates/share.php:57
1181
  msgid "Facebook"
1182
  msgstr "Facebook"
1183
 
1184
+ #: templates/share.php:64 templates/share.php:65
1185
  msgid "Twitter"
1186
  msgstr "Twitter"
1187
 
1188
+ #: templates/share.php:72 templates/share.php:73
1189
  msgid "Pinterest"
1190
  msgstr "Pintrest"
1191
 
1192
+ #: templates/share.php:102 templates/share.php:103
1193
  msgid "Email"
1194
  msgstr "Epost"
1195
 
1196
+ #: templates/share.php:110
1197
  msgid "WhatsApp"
1198
  msgstr ""
1199
 
1200
+ #: templates/share.php:111
1201
  msgid "Whatsapp"
1202
  msgstr ""
1203
 
1204
+ #: templates/share.php:120
1205
  msgid "(Now"
1206
  msgstr ""
1207
 
1208
+ #: templates/share.php:120
1209
  msgid "copy"
1210
  msgstr ""
1211
 
1212
+ #: templates/share.php:120
1213
  msgid "this wishlist link and share it anywhere)"
1214
  msgstr ""
1215
 
1216
+ #: templates/wishlist-view-footer-mobile.php:55
1217
+ #: templates/wishlist-view-footer.php:55
1218
  msgid "Apply this action to all the selected items:"
1219
  msgstr ""
1220
 
1221
+ #: templates/wishlist-view-footer-mobile.php:62
1222
+ #: templates/wishlist-view-footer.php:62
1223
  msgid "Remove from wishlist"
1224
  msgstr ""
1225
 
1226
  #. translators: 1. Wishlist formatted name.
1227
+ #: templates/wishlist-view-footer-mobile.php:80
1228
+ #: templates/wishlist-view-footer.php:80
1229
  msgid "Move to %s"
1230
  msgstr ""
1231
 
1232
+ #: templates/wishlist-view-footer-mobile.php:86
1233
+ #: templates/wishlist-view-footer.php:86
1234
  msgid "Apply"
1235
  msgstr ""
1236
 
1237
+ #: templates/wishlist-view-footer-mobile.php:94
1238
+ #: templates/wishlist-view-footer.php:94
1239
  msgid "Update"
1240
  msgstr ""
1241
 
1242
+ #: templates/wishlist-view-footer-mobile.php:100
1243
+ #: templates/wishlist-view-footer.php:138
1244
  msgid "Add all to cart"
1245
  msgstr ""
1246
 
1247
+ #: templates/wishlist-view-header.php:86
1248
  msgid "Edit title"
1249
  msgstr "Ändra titel"
1250
 
1251
+ #: templates/wishlist-view-mobile.php:143
1252
  msgid "Added on:"
1253
  msgstr ""
1254
 
1255
+ #: templates/wishlist-view-mobile.php:154
1256
  msgid "Price:"
1257
  msgstr ""
1258
 
1259
+ #: templates/wishlist-view-mobile.php:181
1260
  msgid "Quantity:"
1261
  msgstr ""
1262
 
1263
+ #: templates/wishlist-view-mobile.php:196
1264
  msgid "Stock:"
1265
  msgstr ""
1266
 
1267
+ #: templates/wishlist-view-mobile.php:199 templates/wishlist-view.php:431
1268
  msgid "Out of stock"
1269
  msgstr ""
1270
 
1271
+ #: templates/wishlist-view-mobile.php:199 templates/wishlist-view.php:431
1272
  msgid "In Stock"
1273
  msgstr "Finns i lager"
1274
 
1275
+ #: templates/wishlist-view-mobile.php:219 templates/wishlist-view.php:531
1276
  msgid "Move"
1277
  msgstr "Flytta"
1278
 
1279
+ #: templates/wishlist-view-mobile.php:250 templates/wishlist-view.php:562
1280
  msgid "Move to another list &rsaquo;"
1281
  msgstr ""
1282
 
1283
+ #: templates/wishlist-view-mobile.php:270 templates/wishlist-view.php:250
1284
+ #: templates/wishlist-view.php:594
1285
  msgid "Remove this product"
1286
  msgstr "Ta bort denna produkt"
1287
 
1288
+ #: templates/wishlist-view-mobile.php:291 templates/wishlist-view.php:636
1289
  msgid "No products added to the wishlist"
1290
  msgstr ""
1291
 
1292
+ #: templates/wishlist-view.php:102
1293
  msgid "Product name"
1294
  msgstr ""
1295
 
1296
+ #: templates/wishlist-view.php:122
1297
  msgid "Unit price"
1298
  msgstr ""
1299
 
1300
+ #: templates/wishlist-view.php:143
1301
  msgid "Quantity"
1302
  msgstr ""
1303
 
1304
+ #: templates/wishlist-view.php:164
1305
  msgid "Stock status"
1306
  msgstr ""
1307
 
1308
+ #: templates/wishlist-view.php:206
1309
  msgid "Arrange"
1310
  msgstr ""
1311
 
1312
  #. translators: date added label: 1 date added.
1313
+ #: templates/wishlist-view.php:466
1314
  msgid "Added on: %s"
1315
  msgstr ""
1316
 
1317
+ #: templates/wishlist-view.php:594
1318
  msgid "Remove"
1319
  msgstr "Ta bort"
1320
 
1327
  "your e-commerce on <strong>YITH</strong></a>"
1328
  msgstr ""
1329
 
1330
+ #: includes/class-yith-wcwl-admin.php:287
1331
  msgctxt "[HELP TAB] Video title"
1332
  msgid ""
1333
  "Check this video to learn how to <b>configure wishlist and customize options:"
1339
  msgid "wishlist"
1340
  msgstr ""
1341
 
1342
+ #: includes/class-yith-wcwl-privacy.php:275
1343
  msgctxt "date when wishlist was created"
1344
  msgid "Created on"
1345
  msgstr ""
1365
  msgstr ""
1366
 
1367
  #. translators: 1. % of reduction/increase in price.
1368
+ #: includes/class-yith-wcwl-wishlist-item.php:478
1369
  msgctxt ""
1370
  "Part of the template that shows price variation since addition to list; "
1371
  "placeholder will be replaced with a percentage"
1373
  msgstr ""
1374
 
1375
  #. translators: 2: original product price.
1376
+ #: includes/class-yith-wcwl-wishlist-item.php:480
1377
  msgctxt ""
1378
  "Part of the template that shows price variation since addition to list; "
1379
  "placeholder will be replaced with a price"
languages/yith-woocommerce-wishlist-tr_TR.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-tr_TR.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
- "POT-Creation-Date: 2022-06-19 14:16:05+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:06+0200\n"
10
  "Last-Translator: Caner Öncel <caneroncel@gmail.com>\n"
11
  "Language-Team: Caner Öncel (@egonomik) <caneroncel@gmail.com>\n"
@@ -28,123 +28,122 @@ msgstr ""
28
  msgid "Wishlist Page"
29
  msgstr "İstek Listesi"
30
 
31
- #: includes/class-yith-wcwl-admin.php:146
32
  msgid "General settings"
33
  msgstr ""
34
 
35
- #: includes/class-yith-wcwl-admin.php:147
36
  msgid "Add to wishlist options"
37
  msgstr ""
38
 
39
- #: includes/class-yith-wcwl-admin.php:148
40
  msgid "Wishlist page options"
41
  msgstr ""
42
 
43
- #: includes/class-yith-wcwl-admin.php:249
44
  msgid ""
45
  "Allows your customers to create and share lists of products that they want "
46
  "to purchase on your e-commerce."
47
  msgstr ""
48
 
49
- #: includes/class-yith-wcwl-admin.php:280
50
  msgid ""
51
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
52
  msgstr ""
53
 
54
- #: includes/class-yith-wcwl-admin.php:281
55
  msgid ""
56
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
57
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
58
  "on \"Add to wishlist\""
59
  msgstr ""
60
 
61
- #: includes/class-yith-wcwl-admin.php:282
62
  msgid ""
63
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
64
  "them either public (visible to everyone), private or shared (visible only to "
65
  "people it has been shared with)"
66
  msgstr ""
67
 
68
- #: includes/class-yith-wcwl-admin.php:283
69
  msgid ""
70
  "Choose between <b>different layouts</b> for the wishlist page and for the "
71
  "wishlist content"
72
  msgstr ""
73
 
74
- #: includes/class-yith-wcwl-admin.php:284
75
  msgid ""
76
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
77
  "move a product from one wishlist to another, change order of items, "
78
  "quantity, etc."
79
  msgstr ""
80
 
81
- #: includes/class-yith-wcwl-admin.php:285
82
  msgid ""
83
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
84
  "content of their wishlist to the admin and get a custom quote"
85
  msgstr ""
86
 
87
- #: includes/class-yith-wcwl-admin.php:286
88
  msgid ""
89
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
90
  "(available also with \"mini-cart\" style for the header)"
91
  msgstr ""
92
 
93
- #: includes/class-yith-wcwl-admin.php:287
94
  msgid ""
95
- "View the most popular products added to the wishlist by your customers and "
96
- "<b>send promotional emails to users</b> who have added specific products to "
97
  "their wishlist"
98
  msgstr ""
99
 
100
- #: includes/class-yith-wcwl-admin.php:288
101
  msgid ""
102
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
103
  "the list is back in stock or on sale"
104
  msgstr ""
105
 
106
- #: includes/class-yith-wcwl-admin.php:289
107
  msgid "Regular updates, Translations and Premium Support"
108
  msgstr ""
109
 
110
- #: includes/class-yith-wcwl-ajax-handler.php:75
111
- #: templates/add-to-wishlist-remove.php:59
112
  msgid "View &rsaquo;"
113
  msgstr ""
114
 
115
- #: includes/class-yith-wcwl-ajax-handler.php:76
116
- #: templates/add-to-wishlist-remove.php:58
117
  msgid "or"
118
  msgstr ""
119
 
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yith-woocommerce-"
7
  "wishlist\n"
8
+ "POT-Creation-Date: 2022-08-04 12:20:46+00:00\n"
9
  "PO-Revision-Date: 2020-10-16 14:06+0200\n"
10
  "Last-Translator: Caner Öncel <caneroncel@gmail.com>\n"
11
  "Language-Team: Caner Öncel (@egonomik) <caneroncel@gmail.com>\n"
28
  msgid "Wishlist Page"
29
  msgstr "İstek Listesi"
30
 
31
+ #: includes/class-yith-wcwl-admin.php:155
32
  msgid "General settings"
33
  msgstr ""
34
 
35
+ #: includes/class-yith-wcwl-admin.php:156
36
  msgid "Add to wishlist options"
37
  msgstr ""
38
 
39
+ #: includes/class-yith-wcwl-admin.php:157
40
  msgid "Wishlist page options"
41
  msgstr ""
42
 
43
+ #: includes/class-yith-wcwl-admin.php:268
44
  msgid ""
45
  "Allows your customers to create and share lists of products that they want "
46
  "to purchase on your e-commerce."
47
  msgstr ""
48
 
49
+ #: includes/class-yith-wcwl-admin.php:308
50
  msgid ""
51
  "Enable the wishlist feature for all users or <b>only for registered users</b>"
52
  msgstr ""
53
 
54
+ #: includes/class-yith-wcwl-admin.php:309
55
  msgid ""
56
  "Allow users to create <b>multiple wishlists</b> (Ex: Christmas, Birthday, "
57
  "etc.) <br>Users can choose the wishlist from a dropdown menu when they click "
58
  "on \"Add to wishlist\""
59
  msgstr ""
60
 
61
+ #: includes/class-yith-wcwl-admin.php:310
62
  msgid ""
63
  "Allow users to set <b>visibility options for each wishlist</b>, by making "
64
  "them either public (visible to everyone), private or shared (visible only to "
65
  "people it has been shared with)"
66
  msgstr ""
67
 
68
+ #: includes/class-yith-wcwl-admin.php:311
69
  msgid ""
70
  "Choose between <b>different layouts</b> for the wishlist page and for the "
71
  "wishlist content"
72
  msgstr ""
73
 
74
+ #: includes/class-yith-wcwl-admin.php:312
75
  msgid ""
76
  "<b>Allow users to manage their wishlists:</b> rename and delete wishlists, "
77
  "move a product from one wishlist to another, change order of items, "
78
  "quantity, etc."
79
  msgstr ""
80
 
81
+ #: includes/class-yith-wcwl-admin.php:313
82
  msgid ""
83
  "Enable an <b>\"Ask for an estimate\" button</b> to let customers send the "
84
  "content of their wishlist to the admin and get a custom quote"
85
  msgstr ""
86
 
87
+ #: includes/class-yith-wcwl-admin.php:314
88
  msgid ""
89
  "<b>Show a wishlist widget</b> that lists all the products in the wishlists "
90
  "(available also with \"mini-cart\" style for the header)"
91
  msgstr ""
92
 
93
+ #: includes/class-yith-wcwl-admin.php:315
94
  msgid ""
95
+ "<b>Send promotional emails to users</b> who have added specific products to "
 
96
  "their wishlist"
97
  msgstr ""
98
 
99
+ #: includes/class-yith-wcwl-admin.php:316
100
  msgid ""
101
  "<b>Send an automatic email to the wishlist owner</b> whenever a product in "
102
  "the list is back in stock or on sale"
103
  msgstr ""
104
 
105
+ #: includes/class-yith-wcwl-admin.php:317
106
  msgid "Regular updates, Translations and Premium Support"
107
  msgstr ""
108
 
109
+ #: includes/class-yith-wcwl-ajax-handler.php:94
110
+ #: templates/add-to-wishlist-remove.php:81
111
  msgid "View &rsaquo;"
112
  msgstr ""
113
 
114
+ #: includes/class-yith-wcwl-ajax-handler.php:95
115
+ #: templates/add-to-wishlist-remove.php:69
116
  msgid "or"
117
  msgstr ""
118