YITH WooCommerce Wishlist - Version 2.0.5

Version Description

  • Added: icl_object_id to wishlist page id, to translate pages
  • Tweak: updated rewrite rules, to include child pages as wishlist pages
  • Tweak: moved WC notices from wishlist template to yith_wcwl_before_wishlist_title hook
  • Tweak: added wishlist table id to .load(), to update only that part of template
  • Fixed: yith_wcwl_locate_template causing 500 Internal Server Error
Download this release

Release Info

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

Code changes from version 2.0.4 to 2.0.5

Files changed (79) hide show
  1. README.txt +15 -7
  2. assets/css/style.css +17 -1
  3. assets/images/landing/01.png +0 -0
  4. assets/images/landing/02.png +0 -0
  5. assets/images/landing/03.png +0 -0
  6. assets/images/landing/04.png +0 -0
  7. assets/images/landing/05.png +0 -0
  8. assets/images/landing/06-bg.png +0 -0
  9. assets/images/landing/06-icon.png +0 -0
  10. assets/images/landing/06.png +0 -0
  11. assets/images/landing/07-bg.png +0 -0
  12. assets/images/landing/07-icon.png +0 -0
  13. assets/images/landing/07.png +0 -0
  14. assets/images/landing/08-bg.png +0 -0
  15. assets/images/landing/08-icon.png +0 -0
  16. assets/images/landing/08.png +0 -0
  17. assets/images/landing/09-bg.png +0 -0
  18. assets/images/landing/09-icon.png +0 -0
  19. assets/images/landing/09.png +0 -0
  20. assets/images/landing/10-bg.png +0 -0
  21. assets/images/landing/10-icon.png +0 -0
  22. assets/images/landing/10.png +0 -0
  23. assets/images/landing/admin-panel.png +0 -0
  24. assets/images/landing/ask-an-estimate.png +0 -0
  25. assets/images/landing/multiple-wishlist.png +0 -0
  26. assets/images/landing/private-wishlist.png +0 -0
  27. assets/images/landing/upgrade.png +0 -0
  28. assets/js/admin/yith-wcwl.js +5 -0
  29. assets/js/jquery.yith-wcwl.js +12 -9
  30. assets/js/unminified/admin/yith-wcwl.js +73 -0
  31. assets/js/unminified/jquery.yith-wcwl.js +90 -4
  32. includes/class.yith-wcwl-admin-init.php +8 -44
  33. includes/class.yith-wcwl-shortcode.php +25 -17
  34. includes/class.yith-wcwl.php +51 -21
  35. includes/functions.yith-wcwl.php +4 -3
  36. init.php +2 -2
  37. languages/default.po +155 -156
  38. languages/yit-de_DE.mo +0 -0
  39. languages/yit-de_DE.po +160 -157
  40. languages/yit-es_AR.mo +0 -0
  41. languages/yit-es_AR.po +160 -157
  42. languages/yit-es_MX.mo +0 -0
  43. languages/yit-es_MX.po +160 -157
  44. languages/yit-fr_FR.mo +0 -0
  45. languages/yit-fr_FR.po +160 -157
  46. languages/yit-he_IL.mo +0 -0
  47. languages/yit-he_IL.po +160 -157
  48. languages/yit-it_IT.mo +0 -0
  49. languages/yit-it_IT.po +162 -158
  50. languages/yit-pt_BR.mo +0 -0
  51. languages/yit-pt_BR.po +160 -157
  52. languages/yit-tr_TR.mo +0 -0
  53. languages/yit-tr_TR.po +160 -157
  54. languages/yit-uk_UA.mo +0 -0
  55. languages/yit-uk_UA.po +155 -156
  56. languages/yit.pot +155 -156
  57. plugin-fw/assets/css/yit-plugin-panel.css +23 -12
  58. plugin-fw/lib/yit-cpt-unlimited.php +1 -1
  59. plugin-fw/lib/yit-plugin-panel-wc.php +3 -53
  60. plugin-fw/lib/yit-plugin-panel.php +74 -4
  61. plugin-fw/lib/yit-plugin-subpanel.php +1 -1
  62. plugin-fw/licence/lib/yit-licence.php +9 -1
  63. plugin-fw/templates/panel/{woocommerce/woocommerce-boxinfo.php → infobox.php} +0 -0
  64. plugin-fw/templates/panel/types/chosen.php +1 -1
  65. plugin-fw/templates/panel/types/connected-list.php +1 -1
  66. plugin-fw/templates/panel/types/on-off.php +1 -1
  67. plugin-fw/templates/panel/types/select-mailchimp.php +1 -1
  68. plugin-fw/templates/panel/types/select.php +1 -1
  69. plugin-fw/templates/panel/types/text.php +3 -3
  70. plugin-fw/templates/panel/types/textarea-codemirror.php +1 -1
  71. plugin-fw/templates/panel/types/textarea.php +1 -1
  72. plugin-fw/templates/panel/{woocommerce/woocommerce-videobox.php → videobox.php} +2 -2
  73. screenshot-3.png +0 -0
  74. screenshot-4.png +0 -0
  75. templates/add-to-wishlist.php +29 -22
  76. templates/admin/wishlist-panel-premium.php +121 -19
  77. templates/wishlist-view.php +39 -6
  78. templates/wishlist.php +1 -8
  79. wpml-config.xml +3 -0
README.txt CHANGED
@@ -4,7 +4,7 @@ Contributors: yithemes
4
  Tags: wishlist, woocommerce, products, themes, yit, e-commerce, shop, ecommerce wishlist, yith, woocommerce wishlist, woocommerce 2.3 ready, shop wishlist
5
  Requires at least: 3.5.1
6
  Tested up to: 4.1.1
7
- Stable tag: 2.0.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -86,6 +86,14 @@ This might depend on the fact that your theme overrides plugin templates. Check
86
 
87
  == Changelog ==
88
 
 
 
 
 
 
 
 
 
89
  = 2.0.4 =
90
 
91
  * Added: Options for browse wishlist/already in wishlist/product added strings
@@ -227,10 +235,10 @@ Full documentation is available [here](http://yithemes.com/docs-plugins/yith-woo
227
 
228
  == Upgrade notice ==
229
 
230
- = 2.0.4 =
231
 
232
- * Added: Options for browse wishlist/already in wishlist/product added strings
233
- * Added: rel nofollow to add to wishlist button
234
- * Tweak: moved wishlist response popup handling to separate js file
235
- * Updated: WPML xml configuration
236
- * Updated: string revision
4
  Tags: wishlist, woocommerce, products, themes, yit, e-commerce, shop, ecommerce wishlist, yith, woocommerce wishlist, woocommerce 2.3 ready, shop wishlist
5
  Requires at least: 3.5.1
6
  Tested up to: 4.1.1
7
+ Stable tag: 2.0.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
86
 
87
  == Changelog ==
88
 
89
+ = 2.0.5 =
90
+
91
+ * Added: icl_object_id to wishlist page id, to translate pages
92
+ * Tweak: updated rewrite rules, to include child pages as wishlist pages
93
+ * Tweak: moved WC notices from wishlist template to yith_wcwl_before_wishlist_title hook
94
+ * Tweak: added wishlist table id to .load(), to update only that part of template
95
+ * Fixed: yith_wcwl_locate_template causing 500 Internal Server Error
96
+
97
  = 2.0.4 =
98
 
99
  * Added: Options for browse wishlist/already in wishlist/product added strings
235
 
236
  == Upgrade notice ==
237
 
238
+ = 2.0.5 =
239
 
240
+ * Added: icl_object_id to wishlist page id, to translate pages
241
+ * Tweak: updated rewrite rules, to include child pages as wishlist pages
242
+ * Tweak: moved WC notices from wishlist template to yith_wcwl_before_wishlist_title hook
243
+ * Tweak: added wishlist table id to .load(), to update only that part of template
244
+ * Fixed: yith_wcwl_locate_template causing 500 Internal Server Error
assets/css/style.css CHANGED
@@ -207,10 +207,12 @@
207
  border-color: #e7e7e7;
208
  }
209
 
210
- .wishlist_table tr td, .wishlist_table tr th.wishlist-delete { text-align: center; }
 
211
  .wishlist_table tr td.product-thumbnail, .wishlist_table tr td.product-name, .wishlist_table tr td.wishlist-name, .wishlist_table tr td.wishlist-privacy, .woocommerce table.wishlist_table tfoot td { text-align: left; }
212
  .wishlist_table tr td.product-stock-status span.wishlist-in-stock { color: #297E29; }
213
  .wishlist_table tr td.product-stock-status span.wishlist-out-of-stock { color: #F00; }
 
214
 
215
  /* Wishlist buttons */
216
  .summary .single_add_to_wishlist.button,
@@ -330,6 +332,20 @@ div.product .woocommerce-price-and-add .single_add_to_wishlist.button {
330
  line-height: normal;
331
  }
332
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
333
  /* Create new wishlist*/
334
  .yith-wcwl-wishlist-new{
335
  padding: 20px 30px;
207
  border-color: #e7e7e7;
208
  }
209
 
210
+ .wishlist_table tr td, .wishlist_table tr th.wishlist-delete, .wishlist_table tr th.product-checkbox { text-align: center; }
211
+ .wishlist_table tr th.product-checkbox { vertical-align: middle }
212
  .wishlist_table tr td.product-thumbnail, .wishlist_table tr td.product-name, .wishlist_table tr td.wishlist-name, .wishlist_table tr td.wishlist-privacy, .woocommerce table.wishlist_table tfoot td { text-align: left; }
213
  .wishlist_table tr td.product-stock-status span.wishlist-in-stock { color: #297E29; }
214
  .wishlist_table tr td.product-stock-status span.wishlist-out-of-stock { color: #F00; }
215
+ .wishlist_table tr td a.button { white-space: normal; }
216
 
217
  /* Wishlist buttons */
218
  .summary .single_add_to_wishlist.button,
332
  line-height: normal;
333
  }
334
 
335
+ #ask_an_estimate_popup{
336
+ display: none;
337
+ }
338
+
339
+ .ask-an-estimate-button-popup{
340
+ margin-top: 30px!important;
341
+ float: right;
342
+ text-transform: none;
343
+ }
344
+
345
+ #additional_notes{
346
+ min-height: 150px;
347
+ }
348
+
349
  /* Create new wishlist*/
350
  .yith-wcwl-wishlist-new{
351
  padding: 20px 30px;
assets/images/landing/01.png ADDED
Binary file
assets/images/landing/02.png ADDED
Binary file
assets/images/landing/03.png ADDED
Binary file
assets/images/landing/04.png ADDED
Binary file
assets/images/landing/05.png ADDED
Binary file
assets/images/landing/06-bg.png ADDED
Binary file
assets/images/landing/06-icon.png ADDED
Binary file
assets/images/landing/06.png ADDED
Binary file
assets/images/landing/07-bg.png ADDED
Binary file
assets/images/landing/07-icon.png ADDED
Binary file
assets/images/landing/07.png ADDED
Binary file
assets/images/landing/08-bg.png ADDED
Binary file
assets/images/landing/08-icon.png ADDED
Binary file
assets/images/landing/08.png ADDED
Binary file
assets/images/landing/09-bg.png ADDED
Binary file
assets/images/landing/09-icon.png ADDED
Binary file
assets/images/landing/09.png ADDED
Binary file
assets/images/landing/10-bg.png ADDED
Binary file
assets/images/landing/10-icon.png ADDED
Binary file
assets/images/landing/10.png ADDED
Binary file
assets/images/landing/admin-panel.png DELETED
Binary file
assets/images/landing/ask-an-estimate.png DELETED
Binary file
assets/images/landing/multiple-wishlist.png DELETED
Binary file
assets/images/landing/private-wishlist.png DELETED
Binary file
assets/images/landing/upgrade.png ADDED
Binary file
assets/js/admin/yith-wcwl.js ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
1
+ jQuery(document).ready(function(a){a("input#yith_wcwl_frontend_css").on("change",function(){a(this).is(":checked")?(a("#yith_wcwl_styles_colors").hide(),a("#yith_wcwl_rounded_corners").parents("tr").hide(),a("#yith_wcwl_add_to_wishlist_icon").parents("tr").hide(),a("#yith_wcwl_add_to_cart_icon").parents("tr").hide()):(a("#yith_wcwl_styles_colors").show(),a("#yith_wcwl_use_button").is(":checked")&&(a("#yith_wcwl_rounded_corners").parents("tr").show(),a("#yith_wcwl_add_to_wishlist_icon").parents("tr").show(),
2
+ a("#yith_wcwl_add_to_cart_icon").parents("tr").show()))}).change();a("input#yith_wcwl_use_button").on("change",function(){a(this).is(":checked")&&!a("#yith_wcwl_frontend_css").is(":checked")?(a("#yith_wcwl_rounded_corners").parents("tr").show(),a("#yith_wcwl_add_to_wishlist_icon").parents("tr").show(),a("#yith_wcwl_add_to_cart_icon").parents("tr").show()):(a("#yith_wcwl_rounded_corners").parents("tr").hide(),a("#yith_wcwl_add_to_wishlist_icon").parents("tr").hide(),a("#yith_wcwl_add_to_cart_icon").parents("tr").hide())}).change();
3
+ a("#yith_wcwl_multi_wishlist_enable").on("change",function(){a(this).is(":checked")?(a("#yith_wcwl_wishlist_create_title").parents("tr").show(),a("#yith_wcwl_wishlist_manage_title").parents("tr").show()):(a("#yith_wcwl_wishlist_create_title").parents("tr").hide(),a("#yith_wcwl_wishlist_manage_title").parents("tr").hide())}).change();a("input#yith_wcwl_disable_wishlist_for_unauthenticated_users").on("change",function(){a(this).is(":checked")?(a("#yith_wcwl_show_login_notice").parents("tr").hide(),
4
+ a("#yith_wcwl_login_anchor_text").parents("tr").hide()):(a("#yith_wcwl_show_login_notice").parents("tr").show(),a("#yith_wcwl_login_anchor_text").parents("tr").show())}).change();a("input#yith_wcwl_show_estimate_button").on("change",function(){if(a(this).is(":checked")){var b=a("#yith_wcwl_show_additional_info_textarea");b.parents("tr").show();b.on("change",function(){a(this).is(":checked")?a("#yith_wcwl_additional_info_textarea_label").parents("tr").show():a("#yith_wcwl_additional_info_textarea_label").parents("tr").hide()}).change()}else a("#yith_wcwl_show_additional_info_textarea").parents("tr").hide(),
5
+ a("#yith_wcwl_additional_info_textarea_label").parents("tr").hide()}).change()});
assets/js/jquery.yith-wcwl.js CHANGED
@@ -1,11 +1,14 @@
1
- jQuery(document).ready(function(c){function h(a){var b=a.data("product-id"),d=c(".add-to-wishlist-"+b),b={add_to_wishlist:b,product_type:a.data("product-type"),action:yith_wcwl_l10n.actions.add_to_wishlist_action};if(yith_wcwl_l10n.multi_wishlist&&yith_wcwl_l10n.is_user_logged_in){var e=a.parents(".yith-wcwl-popup-footer").prev(".yith-wcwl-popup-content"),g=e.find(".wishlist-select"),f=e.find(".wishlist-name"),e=e.find(".wishlist-visibility");b.wishlist_id=g.val();b.wishlist_name=f.val();b.wishlist_visibility=
2
- e.val()}k()?c.ajax({type:"POST",url:yith_wcwl_l10n.ajax_url,data:b,dataType:"json",beforeSend:function(){a.siblings(".ajax-loading").css("visibility","visible")},complete:function(){a.siblings(".ajax-loading").css("visibility","hidden")},success:function(a){var b=c("#yith-wcwl-popup-message"),e=a.result,f=a.message;if(yith_wcwl_l10n.multi_wishlist&&yith_wcwl_l10n.is_user_logged_in){var g=c("select.wishlist-select");c.prettyPhoto.close();g.each(function(b){b=c(this);var d=b.find("option"),d=d.slice(1,
3
- d.length-1);d.remove();if("undefined"!=typeof a.user_wishlists)for(d in d=0,a.user_wishlists)"1"!=a.user_wishlists[d].is_default&&c("<option>").val(a.user_wishlists[d].ID).html(a.user_wishlists[d].wishlist_name).insertBefore(b.find("option:last-child"))})}c("#yith-wcwl-message").html(f);b.css("margin-left","-"+c(b).width()+"px").fadeIn();window.setTimeout(function(){b.fadeOut()},2E3);"true"==e?((!yith_wcwl_l10n.multi_wishlist||!yith_wcwl_l10n.is_user_logged_in||yith_wcwl_l10n.multi_wishlist&&yith_wcwl_l10n.is_user_logged_in&&
4
  yith_wcwl_l10n.hide_add_button)&&d.find(".yith-wcwl-add-button").hide().removeClass("show").addClass("hide"),d.find(".yith-wcwl-wishlistexistsbrowse").hide().removeClass("show").addClass("hide").find("a").attr("href",a.wishlist_url),d.find(".yith-wcwl-wishlistaddedbrowse").show().removeClass("hide").addClass("show").find("a").attr("href",a.wishlist_url)):"exists"==e?((!yith_wcwl_l10n.multi_wishlist||!yith_wcwl_l10n.is_user_logged_in||yith_wcwl_l10n.multi_wishlist&&yith_wcwl_l10n.is_user_logged_in&&
5
  yith_wcwl_l10n.hide_add_button)&&d.find(".yith-wcwl-add-button").hide().removeClass("show").addClass("hide"),d.find(".yith-wcwl-wishlistexistsbrowse").show().removeClass("hide").addClass("show").find("a").attr("href",a.wishlist_url),d.find(".yith-wcwl-wishlistaddedbrowse").hide().removeClass("show").addClass("hide").find("a").attr("href",a.wishlist_url)):(d.find(".yith-wcwl-add-button").show().removeClass("hide").addClass("show"),d.find(".yith-wcwl-wishlistexistsbrowse").hide().removeClass("show").addClass("hide"),
6
- d.find(".yith-wcwl-wishlistaddedbrowse").hide().removeClass("show").addClass("hide"));c("body").trigger("added_to_wishlist")}}):alert(yith_wcwl_l10n.labels.cookie_disabled)}function l(a){var b=a.parents(".cart.wishlist_table"),d=b.data("pagination"),e=b.data("per-page"),f=b.data("page");a=a.parents("tr");b.find(".pagination-row");a=a.data("row-id");d={action:yith_wcwl_l10n.actions.remove_from_wishlist_action,remove_from_wishlist:a,pagination:d,per_page:e,current_page:f};c("#yith-wcwl-message").html("&nbsp;");
7
- b.fadeTo("400","0.6").block({message:null,overlayCSS:{background:"transparent url("+yith_wcwl_l10n.ajax_loader_url+") no-repeat center",backgroundSize:"16px 16px",opacity:.6}});c("#yith-wcwl-form").load(yith_wcwl_l10n.ajax_url,d,function(){b.stop(!0).css("opacity","1").unblock()})}function f(a){var b=c(this);a.preventDefault();b.parents(".wishlist-title").next().show();b.parents(".wishlist-title").hide()}function k(){if(navigator.cookieEnabled)return!0;document.cookie="cookietest=1";var a=-1!=document.cookie.indexOf("cookietest=");
8
- document.cookie="cookietest=1; expires=Thu, 01-Jan-1970 00:00:01 GMT";return a}var m="undefined"!==typeof wc_add_to_cart_params?wc_add_to_cart_params.cart_redirect_after_add:"";c(document).on("click",".add_to_wishlist",function(a){var b=c(this);a.preventDefault();h(b);return!1});c(document).on("click",".remove_from_wishlist",function(a){var b=c(this);a.preventDefault();l(b);return!1});c(document).on("adding_to_cart","body",function(a,b,c){0!=b.closest(".wishlist_table").length&&(c.remove_from_wishlist_after_add_to_cart=
9
- b.closest("tr").data("row-id"),c.wishlist_id=b.closest("table").data("id"),wc_add_to_cart_params.cart_redirect_after_add=yith_wcwl_l10n.redirect_to_cart)});c(document).on("added_to_cart","body",function(a){wc_add_to_cart_params.cart_redirect_after_add=m;a=c(".wishlist_table");a.find(".added").removeClass("added");a.find(".added_to_cart").remove()});c(document).on("click",".show-title-form",f);c(document).on("click",".wishlist-title-with-form h2",f);c(document).on("click",".hide-title-form",function(a){var b=
10
- c(this);a.preventDefault();b.parents(".hidden-title-form").hide();b.parents(".hidden-title-form").prev().show()});c(document).on("change",".yith-wcwl-popup-content .wishlist-select",function(a){a=c(this);"new"==a.val()?a.parents(".yith-wcwl-first-row").next(".yith-wcwl-second-row").css("display","table-row"):a.parents(".yith-wcwl-first-row").next(".yith-wcwl-second-row").hide()});(function(){if(0!=c(".yith-wcwl-add-to-wishlist").length&&0==c("#yith-wcwl-popup-message").length){var a=c("<div>").attr("id",
11
- "yith-wcwl-message"),a=c("<div>").attr("id","yith-wcwl-popup-message").html(a).hide();c("body").prepend(a)}})();c("select.selectBox").selectBox()});
 
 
 
1
+ jQuery(document).ready(function(b){function k(a){var c=a.data("product-id"),d=b(".add-to-wishlist-"+c),c={add_to_wishlist:c,product_type:a.data("product-type"),action:yith_wcwl_l10n.actions.add_to_wishlist_action};if(yith_wcwl_l10n.multi_wishlist&&yith_wcwl_l10n.is_user_logged_in){var f=a.parents(".yith-wcwl-popup-footer").prev(".yith-wcwl-popup-content"),e=f.find(".wishlist-select"),g=f.find(".wishlist-name"),f=f.find(".wishlist-visibility");c.wishlist_id=e.val();c.wishlist_name=g.val();c.wishlist_visibility=
2
+ f.val()}l()?b.ajax({type:"POST",url:yith_wcwl_l10n.ajax_url,data:c,dataType:"json",beforeSend:function(){a.siblings(".ajax-loading").css("visibility","visible")},complete:function(){a.siblings(".ajax-loading").css("visibility","hidden")},success:function(a){var c=b("#yith-wcwl-popup-message"),e=a.result,f=a.message;if(yith_wcwl_l10n.multi_wishlist&&yith_wcwl_l10n.is_user_logged_in){var g=b("select.wishlist-select");b.prettyPhoto.close();g.each(function(c){c=b(this);var d=c.find("option"),d=d.slice(1,
3
+ d.length-1);d.remove();if("undefined"!=typeof a.user_wishlists)for(d in d=0,a.user_wishlists)"1"!=a.user_wishlists[d].is_default&&b("<option>").val(a.user_wishlists[d].ID).html(a.user_wishlists[d].wishlist_name).insertBefore(c.find("option:last-child"))})}b("#yith-wcwl-message").html(f);c.css("margin-left","-"+b(c).width()+"px").fadeIn();window.setTimeout(function(){c.fadeOut()},2E3);"true"==e?((!yith_wcwl_l10n.multi_wishlist||!yith_wcwl_l10n.is_user_logged_in||yith_wcwl_l10n.multi_wishlist&&yith_wcwl_l10n.is_user_logged_in&&
4
  yith_wcwl_l10n.hide_add_button)&&d.find(".yith-wcwl-add-button").hide().removeClass("show").addClass("hide"),d.find(".yith-wcwl-wishlistexistsbrowse").hide().removeClass("show").addClass("hide").find("a").attr("href",a.wishlist_url),d.find(".yith-wcwl-wishlistaddedbrowse").show().removeClass("hide").addClass("show").find("a").attr("href",a.wishlist_url)):"exists"==e?((!yith_wcwl_l10n.multi_wishlist||!yith_wcwl_l10n.is_user_logged_in||yith_wcwl_l10n.multi_wishlist&&yith_wcwl_l10n.is_user_logged_in&&
5
  yith_wcwl_l10n.hide_add_button)&&d.find(".yith-wcwl-add-button").hide().removeClass("show").addClass("hide"),d.find(".yith-wcwl-wishlistexistsbrowse").show().removeClass("hide").addClass("show").find("a").attr("href",a.wishlist_url),d.find(".yith-wcwl-wishlistaddedbrowse").hide().removeClass("show").addClass("hide").find("a").attr("href",a.wishlist_url)):(d.find(".yith-wcwl-add-button").show().removeClass("hide").addClass("show"),d.find(".yith-wcwl-wishlistexistsbrowse").hide().removeClass("show").addClass("hide"),
6
+ d.find(".yith-wcwl-wishlistaddedbrowse").hide().removeClass("show").addClass("hide"));b("body").trigger("added_to_wishlist")}}):alert(yith_wcwl_l10n.labels.cookie_disabled)}function m(a){var c=a.parents(".cart.wishlist_table"),d=c.data("pagination"),f=c.data("per-page"),h=c.data("page");a=a.parents("tr");c.find(".pagination-row");a=a.data("row-id");var k=c.data("id"),l=c.data("token"),d={action:yith_wcwl_l10n.actions.remove_from_wishlist_action,remove_from_wishlist:a,pagination:d,per_page:f,current_page:h,
7
+ wishlist_id:k,wishlist_token:l};b("#yith-wcwl-message").html("&nbsp;");c.fadeTo("400","0.6").block({message:null,overlayCSS:{background:"transparent url("+yith_wcwl_l10n.ajax_loader_url+") no-repeat center",backgroundSize:"16px 16px",opacity:.6}});b("#yith-wcwl-form").load(yith_wcwl_l10n.ajax_url+" #yith-wcwl-form",d,function(){c.stop(!0).css("opacity","1").unblock();b('a[data-rel="prettyPhoto[ask_an_estimate]"]').prettyPhoto({hook:"data-rel",social_tools:!1,theme:"pp_woocommerce",horizontal_padding:20,
8
+ opacity:.8,deeplinking:!1});e.off("change");e=b('.wishlist_table tbody input[type="checkbox"]');g()})}function h(a){var c=b(this);a.preventDefault();c.parents(".wishlist-title").next().show();c.parents(".wishlist-title").hide()}function l(){if(navigator.cookieEnabled)return!0;document.cookie="cookietest=1";var a=-1!=document.cookie.indexOf("cookietest=");document.cookie="cookietest=1; expires=Thu, 01-Jan-1970 00:00:01 GMT";return a}function g(){e.on("change",function(){var a="",c=b(this).parents(".cart.wishlist_table"),
9
+ d=c.data("id"),c=c.data("token");e.filter(":checked").each(function(){var c=b(this);a+=0!=a.length?",":"";a+=c.parents("tr").data("row-id")});b("#custom_add_to_cart").attr("href","?wishlist_products_to_add_to_cart="+a+"&wishlist_id="+d+"&wishlist_token="+c)})}var n="undefined"!==typeof wc_add_to_cart_params?wc_add_to_cart_params.cart_redirect_after_add:"",e=b('.wishlist_table tbody input[type="checkbox"]:not(:disabled)');b(document).on("click",".add_to_wishlist",function(a){var c=b(this);a.preventDefault();
10
+ k(c);return!1});b(document).on("click",".remove_from_wishlist",function(a){var c=b(this);a.preventDefault();m(c);return!1});b(document).on("adding_to_cart","body",function(a,c,b){0!=c.closest(".wishlist_table").length&&(b.remove_from_wishlist_after_add_to_cart=c.closest("tr").data("row-id"),b.wishlist_id=c.closest("table").data("id"),wc_add_to_cart_params.cart_redirect_after_add=yith_wcwl_l10n.redirect_to_cart)});b(document).on("added_to_cart","body",function(a){wc_add_to_cart_params.cart_redirect_after_add=
11
+ n;a=b(".wishlist_table");a.find(".added").removeClass("added");a.find(".added_to_cart").remove()});b(document).on("click",".show-title-form",h);b(document).on("click",".wishlist-title-with-form h2",h);b(document).on("click",".hide-title-form",function(a){var c=b(this);a.preventDefault();c.parents(".hidden-title-form").hide();c.parents(".hidden-title-form").prev().show()});b(document).on("change",".yith-wcwl-popup-content .wishlist-select",function(a){a=b(this);"new"==a.val()?a.parents(".yith-wcwl-first-row").next(".yith-wcwl-second-row").css("display",
12
+ "table-row"):a.parents(".yith-wcwl-first-row").next(".yith-wcwl-second-row").hide()});b(document).on("change","#bulk_add_to_cart",function(){b(this).is(":checked")?e.attr("checked","checked").change():e.removeAttr("checked").change()});b(document).on("click","#custom_add_to_cart",function(a){var c=b(this),d=c.parents(".cart.wishlist_table");yith_wcwl_l10n.ajax_add_to_cart_enabled&&(a.preventDefault(),d.fadeTo("400","0.6").block({message:null,overlayCSS:{background:"transparent url("+yith_wcwl_l10n.ajax_loader_url+
13
+ ") no-repeat center",backgroundSize:"16px 16px",opacity:.6}}),b("#yith-wcwl-form").load(yith_wcwl_l10n.ajax_url+c.attr("href")+" #yith-wcwl-form",{action:yith_wcwl_l10n.actions.bulk_add_to_cart_action},function(){d.stop(!0).css("opacity","1").unblock();b('a[data-rel="prettyPhoto[ask_an_estimate]"]').prettyPhoto({hook:"data-rel",social_tools:!1,theme:"pp_woocommerce",horizontal_padding:20,opacity:.8,deeplinking:!1});e.off("change");e=b('.wishlist_table tbody input[type="checkbox"]');g()}))});(function(){if(0!=
14
+ b(".yith-wcwl-add-to-wishlist").length&&0==b("#yith-wcwl-popup-message").length){var a=b("<div>").attr("id","yith-wcwl-message"),a=b("<div>").attr("id","yith-wcwl-popup-message").html(a).hide();b("body").prepend(a)}})();g();b("select.selectBox").selectBox()});
assets/js/unminified/admin/yith-wcwl.js ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ jQuery( document ).ready( function( $ ){
2
+ /* === COLORS TAB === */
3
+ $('input#yith_wcwl_frontend_css').on('change',function () {
4
+ if ($(this).is(':checked')) {
5
+ $('#yith_wcwl_styles_colors').hide();
6
+ $('#yith_wcwl_rounded_corners').parents('tr').hide();
7
+ $('#yith_wcwl_add_to_wishlist_icon').parents('tr').hide();
8
+ $('#yith_wcwl_add_to_cart_icon').parents('tr').hide();
9
+ } else {
10
+ $('#yith_wcwl_styles_colors').show();
11
+ if ($('#yith_wcwl_use_button').is(':checked')) {
12
+ $('#yith_wcwl_rounded_corners').parents('tr').show();
13
+ $('#yith_wcwl_add_to_wishlist_icon').parents('tr').show();
14
+ $('#yith_wcwl_add_to_cart_icon').parents('tr').show();
15
+ }
16
+ }
17
+ }).change();
18
+
19
+ $('input#yith_wcwl_use_button').on('change',function () {
20
+ if ($(this).is(':checked') && !$('#yith_wcwl_frontend_css').is(':checked')) {
21
+ $('#yith_wcwl_rounded_corners').parents('tr').show();
22
+ $('#yith_wcwl_add_to_wishlist_icon').parents('tr').show();
23
+ $('#yith_wcwl_add_to_cart_icon').parents('tr').show();
24
+ } else {
25
+ $('#yith_wcwl_rounded_corners').parents('tr').hide();
26
+ $('#yith_wcwl_add_to_wishlist_icon').parents('tr').hide();
27
+ $('#yith_wcwl_add_to_cart_icon').parents('tr').hide();
28
+ }
29
+ }).change();
30
+
31
+ $('#yith_wcwl_multi_wishlist_enable').on('change', function () {
32
+ if ($(this).is(':checked')) {
33
+ $('#yith_wcwl_wishlist_create_title').parents('tr').show();
34
+ $('#yith_wcwl_wishlist_manage_title').parents('tr').show();
35
+ }
36
+ else{
37
+ $('#yith_wcwl_wishlist_create_title').parents('tr').hide();
38
+ $('#yith_wcwl_wishlist_manage_title').parents('tr').hide();
39
+ }
40
+ }).change();
41
+
42
+ /* === SETTINGS TAB === */
43
+ $('input#yith_wcwl_disable_wishlist_for_unauthenticated_users').on('change',function () {
44
+ if ($(this).is(':checked')) {
45
+ $('#yith_wcwl_show_login_notice').parents('tr').hide();
46
+ $('#yith_wcwl_login_anchor_text').parents('tr').hide();
47
+ }
48
+ else{
49
+ $('#yith_wcwl_show_login_notice').parents('tr').show();
50
+ $('#yith_wcwl_login_anchor_text').parents('tr').show();
51
+ }
52
+ }).change();
53
+
54
+ $('input#yith_wcwl_show_estimate_button').on('change',function () {
55
+ if ($(this).is(':checked')) {
56
+ var additional_info = $('#yith_wcwl_show_additional_info_textarea');
57
+
58
+ additional_info.parents('tr').show();
59
+ additional_info.on( 'change', function(){
60
+ if ($(this).is(':checked')) {
61
+ $('#yith_wcwl_additional_info_textarea_label').parents('tr').show()
62
+ }
63
+ else{
64
+ $('#yith_wcwl_additional_info_textarea_label').parents('tr').hide()
65
+ }
66
+ }).change();
67
+ }
68
+ else{
69
+ $('#yith_wcwl_show_additional_info_textarea').parents('tr').hide();
70
+ $('#yith_wcwl_additional_info_textarea_label').parents('tr').hide()
71
+ }
72
+ }).change();
73
+ } );
assets/js/unminified/jquery.yith-wcwl.js CHANGED
@@ -1,9 +1,10 @@
1
  jQuery( document ).ready( function( $ ){
2
 
3
  var cart_redirect_after_add = typeof( wc_add_to_cart_params ) !== 'undefined' ? wc_add_to_cart_params.cart_redirect_after_add : '',
4
- this_page = window.location.toString();
 
5
 
6
- $(document).on( 'click', '.add_to_wishlist', function( ev ){
7
  var t = $( this);
8
 
9
  ev.preventDefault();
@@ -57,8 +58,52 @@ jQuery( document ).ready( function( $ ){
57
  }
58
  } );
59
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
60
  add_wishlist_popup();
61
 
 
 
62
  /**
63
  * Adds selectbox where needed
64
  */
@@ -186,20 +231,38 @@ jQuery( document ).ready( function( $ ){
186
  row = el.parents( 'tr' ),
187
  pagination_row = table.find( '.pagination-row'),
188
  data_row_id = row.data( 'row-id'),
 
 
189
  data = {
190
  action: yith_wcwl_l10n.actions.remove_from_wishlist_action,
191
  remove_from_wishlist: data_row_id,
192
  pagination: pagination,
193
  per_page: per_page,
194
- current_page: current_page
 
 
195
  };
196
 
197
  $( '#yith-wcwl-message' ).html( '&nbsp;' );
198
 
199
  table.fadeTo( '400', '0.6' ).block({ message: null, overlayCSS: { background: 'transparent url(' + yith_wcwl_l10n.ajax_loader_url + ') no-repeat center', backgroundSize: '16px 16px', opacity: 0.6 } } );
200
 
201
- $( '#yith-wcwl-form' ).load( yith_wcwl_l10n.ajax_url, data, function(){
202
  table.stop( true ).css( 'opacity', '1' ).unblock();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
203
  } );
204
  }
205
 
@@ -270,4 +333,27 @@ jQuery( document ).ready( function( $ ){
270
  $( 'body' ).prepend( popup_div );
271
  }
272
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
273
  });
1
  jQuery( document ).ready( function( $ ){
2
 
3
  var cart_redirect_after_add = typeof( wc_add_to_cart_params ) !== 'undefined' ? wc_add_to_cart_params.cart_redirect_after_add : '',
4
+ this_page = window.location.toString(),
5
+ checkboxes = $( '.wishlist_table tbody input[type="checkbox"]:not(:disabled)');
6
 
7
+ $(document).on( 'click', '.add_to_wishlist', function( ev ) {
8
  var t = $( this);
9
 
10
  ev.preventDefault();
58
  }
59
  } );
60
 
61
+ $(document).on( 'change', '#bulk_add_to_cart', function(){
62
+ var t = $(this);
63
+
64
+ if( t.is( ':checked' ) ){
65
+ checkboxes.attr( 'checked','checked').change();
66
+ }
67
+ else{
68
+ checkboxes.removeAttr( 'checked').change();
69
+ }
70
+ } );
71
+
72
+ $(document).on( 'click', '#custom_add_to_cart', function(ev){
73
+ var t = $(this),
74
+ table = t.parents( '.cart.wishlist_table' );
75
+
76
+ if( ! yith_wcwl_l10n.ajax_add_to_cart_enabled ){
77
+ return;
78
+ }
79
+
80
+ ev.preventDefault();
81
+
82
+ table.fadeTo( '400', '0.6' ).block({ message: null, overlayCSS: { background: 'transparent url(' + yith_wcwl_l10n.ajax_loader_url + ') no-repeat center', backgroundSize: '16px 16px', opacity: 0.6 } } );
83
+
84
+ $( '#yith-wcwl-form' ).load( yith_wcwl_l10n.ajax_url + t.attr( 'href' ) + ' #yith-wcwl-form', {action: yith_wcwl_l10n.actions.bulk_add_to_cart_action}, function(){
85
+ table.stop( true ).css( 'opacity', '1' ).unblock();
86
+
87
+ $('a[data-rel="prettyPhoto[ask_an_estimate]"]').prettyPhoto({
88
+ hook: 'data-rel',
89
+ social_tools: false,
90
+ theme: 'pp_woocommerce',
91
+ horizontal_padding: 20,
92
+ opacity: 0.8,
93
+ deeplinking: false
94
+ });
95
+
96
+ checkboxes.off('change');
97
+ checkboxes = $( '.wishlist_table tbody input[type="checkbox"]');
98
+
99
+ handle_wishlist_checkbox();
100
+ } );
101
+ } );
102
+
103
  add_wishlist_popup();
104
 
105
+ handle_wishlist_checkbox();
106
+
107
  /**
108
  * Adds selectbox where needed
109
  */
231
  row = el.parents( 'tr' ),
232
  pagination_row = table.find( '.pagination-row'),
233
  data_row_id = row.data( 'row-id'),
234
+ wishlist_id = table.data( 'id' ),
235
+ wishlist_token = table.data( 'token' ),
236
  data = {
237
  action: yith_wcwl_l10n.actions.remove_from_wishlist_action,
238
  remove_from_wishlist: data_row_id,
239
  pagination: pagination,
240
  per_page: per_page,
241
+ current_page: current_page,
242
+ wishlist_id: wishlist_id,
243
+ wishlist_token: wishlist_token
244
  };
245
 
246
  $( '#yith-wcwl-message' ).html( '&nbsp;' );
247
 
248
  table.fadeTo( '400', '0.6' ).block({ message: null, overlayCSS: { background: 'transparent url(' + yith_wcwl_l10n.ajax_loader_url + ') no-repeat center', backgroundSize: '16px 16px', opacity: 0.6 } } );
249
 
250
+ $( '#yith-wcwl-form' ).load( yith_wcwl_l10n.ajax_url + ' #yith-wcwl-form', data, function(){
251
  table.stop( true ).css( 'opacity', '1' ).unblock();
252
+
253
+ $('a[data-rel="prettyPhoto[ask_an_estimate]"]').prettyPhoto({
254
+ hook: 'data-rel',
255
+ social_tools: false,
256
+ theme: 'pp_woocommerce',
257
+ horizontal_padding: 20,
258
+ opacity: 0.8,
259
+ deeplinking: false
260
+ });
261
+
262
+ checkboxes.off('change');
263
+ checkboxes = $( '.wishlist_table tbody input[type="checkbox"]');
264
+
265
+ handle_wishlist_checkbox();
266
  } );
267
  }
268
 
333
  $( 'body' ).prepend( popup_div );
334
  }
335
  }
336
+
337
+ /**
338
+ * Handle "Add to cart" checkboxes events
339
+ *
340
+ * @return void
341
+ * @since 2.0.5
342
+ */
343
+ function handle_wishlist_checkbox() {
344
+ checkboxes.on( 'change', function(){
345
+ var ids = '',
346
+ table = $(this).parents( '.cart.wishlist_table'),
347
+ wishlist_id = table.data( 'id'),
348
+ wishlist_token = table.data( 'token' );
349
+
350
+ checkboxes.filter(':checked').each( function(){
351
+ var t = $(this);
352
+ ids += ( ids.length != 0 ) ? ',' : '';
353
+ ids += t.parents('tr').data( 'row-id' );
354
+ } );
355
+
356
+ $('#custom_add_to_cart').attr( 'href', '?wishlist_products_to_add_to_cart=' + ids + '&wishlist_id=' + wishlist_id + '&wishlist_token=' + wishlist_token );
357
+ } );
358
+ }
359
  });
includes/class.yith-wcwl-admin-init.php CHANGED
@@ -33,7 +33,7 @@ if ( ! class_exists( 'YITH_WCWL_Admin_Init' ) ) {
33
  * @var string
34
  * @since 1.0.0
35
  */
36
- public $version = '2.0.4';
37
 
38
  /**
39
  * Plugin database version
@@ -194,6 +194,7 @@ if ( ! class_exists( 'YITH_WCWL_Admin_Init' ) ) {
194
  $this->default_tab = apply_filters( 'yith_wcwl_default_admin_tab', $this->default_tab );
195
 
196
  wp_register_style( 'yith-wcwl-admin', YITH_WCWL_URL . 'assets/css/admin.css' );
 
197
  }
198
 
199
  /**
@@ -1339,47 +1340,6 @@ of YITH WOOCOMMERCE WISHLIST to benefit from all features!', 'yit' ),
1339
  <div class="clear"></div>
1340
  </div>
1341
  <div class="clear" style="height:30px;"></div>
1342
-
1343
- <script type="text/javascript">
1344
- jQuery('input#yith_wcwl_frontend_css').on('change',function () {
1345
- if (jQuery(this).is(':checked')) {
1346
- jQuery('#yith_wcwl_styles_colors').hide();
1347
- jQuery('#yith_wcwl_rounded_corners').parents('tr').hide();
1348
- jQuery('#yith_wcwl_add_to_wishlist_icon').parents('tr').hide();
1349
- jQuery('#yith_wcwl_add_to_cart_icon').parents('tr').hide();
1350
- } else {
1351
- jQuery('#yith_wcwl_styles_colors').show();
1352
- if (jQuery('#yith_wcwl_use_button').is(':checked')) {
1353
- jQuery('#yith_wcwl_rounded_corners').parents('tr').show();
1354
- jQuery('#yith_wcwl_add_to_wishlist_icon').parents('tr').show();
1355
- jQuery('#yith_wcwl_add_to_cart_icon').parents('tr').show();
1356
- }
1357
- }
1358
- }).change();
1359
-
1360
- jQuery('input#yith_wcwl_use_button').on('change',function () {
1361
- if (jQuery(this).is(':checked') && !jQuery('#yith_wcwl_frontend_css').is(':checked')) {
1362
- jQuery('#yith_wcwl_rounded_corners').parents('tr').show();
1363
- jQuery('#yith_wcwl_add_to_wishlist_icon').parents('tr').show();
1364
- jQuery('#yith_wcwl_add_to_cart_icon').parents('tr').show();
1365
- } else {
1366
- jQuery('#yith_wcwl_rounded_corners').parents('tr').hide();
1367
- jQuery('#yith_wcwl_add_to_wishlist_icon').parents('tr').hide();
1368
- jQuery('#yith_wcwl_add_to_cart_icon').parents('tr').hide();
1369
- }
1370
- }).change();
1371
-
1372
- jQuery('#yith_wcwl_multi_wishlist_enable').on('change', function () {
1373
- if (jQuery(this).is(':checked')) {
1374
- jQuery('#yith_wcwl_wishlist_create_title').parents('tr').show();
1375
- jQuery('#yith_wcwl_wishlist_manage_title').parents('tr').show();
1376
- }
1377
- else{
1378
- jQuery('#yith_wcwl_wishlist_create_title').parents('tr').hide();
1379
- jQuery('#yith_wcwl_wishlist_manage_title').parents('tr').hide();
1380
- }
1381
- }).change();
1382
- </script>
1383
  <?php
1384
  }
1385
 
@@ -1421,8 +1381,12 @@ of YITH WOOCOMMERCE WISHLIST to benefit from all features!', 'yit' ),
1421
  * @since 1.0.0
1422
  */
1423
  public function enqueue() {
1424
- global $woocommerce;
1425
- wp_enqueue_style( 'yith-wcwl-admin' );
 
 
 
 
1426
  }
1427
 
1428
  /**
33
  * @var string
34
  * @since 1.0.0
35
  */
36
+ public $version = '2.0.5';
37
 
38
  /**
39
  * Plugin database version
194
  $this->default_tab = apply_filters( 'yith_wcwl_default_admin_tab', $this->default_tab );
195
 
196
  wp_register_style( 'yith-wcwl-admin', YITH_WCWL_URL . 'assets/css/admin.css' );
197
+ wp_register_script( 'yith-wcwl-admin', YITH_WCWL_URL . 'assets/js/admin/yith-wcwl.js' );
198
  }
199
 
200
  /**
1340
  <div class="clear"></div>
1341
  </div>
1342
  <div class="clear" style="height:30px;"></div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1343
  <?php
1344
  }
1345
 
1381
  * @since 1.0.0
1382
  */
1383
  public function enqueue() {
1384
+ global $woocommerce, $pagenow;
1385
+
1386
+ if( $pagenow == 'admin.php' && isset( $_GET['page'] ) && $_GET['page'] == 'yith_wcwl_panel' ) {
1387
+ wp_enqueue_style( 'yith-wcwl-admin' );
1388
+ wp_enqueue_script( 'yith-wcwl-admin' );
1389
+ }
1390
  }
1391
 
1392
  /**
includes/class.yith-wcwl-shortcode.php CHANGED
@@ -22,10 +22,11 @@ if( ! class_exists( 'YITH_WCWL_Shortcode' ) ) {
22
  * @since 1.0.0
23
  */
24
  public static function wishlist( $atts, $content = null ) {
25
- global $yith_wcwl_is_wishlist;
26
  $atts = shortcode_atts( array(
27
  'per_page' => 5,
28
- 'pagination' => 'no'
 
29
  ), $atts );
30
 
31
  $available_views = apply_filters( 'yith_wcwl_available_wishlist_views', array( 'view', 'user' ) );
@@ -63,24 +64,26 @@ if( ! class_exists( 'YITH_WCWL_Shortcode' ) ) {
63
  * -if wishlist is of another user, checks if wishlist is public or shared, and shows it only in this case (if user is admin, can see all wishlists)
64
  */
65
 
66
- if( ! empty( $action ) && $action == 'user' ){
67
- $user_id = isset( $action_params[1] ) ? $action_params[1] : false;
68
- $user_id = ( ! $user_id ) ? get_query_var( $user_id, false ) : $user_id;
69
- $user_id = ( ! $user_id ) ? get_current_user_id() : false;
 
70
 
71
- $wishlists = YITH_WCWL()->get_wishlists( array( 'user_id' => $user_id, 'is_default' => 1 ) );
72
 
73
- if( ! empty( $wishlists ) && isset( $wishlists[0] ) ){
74
- $wishlist_id = $wishlists[0]['wishlist_token'];
75
- }
76
- else{
77
- $wishlist_id = false;
 
 
 
78
  }
79
  }
80
- else {
81
- $wishlist_id = isset( $action_params[1] ) ? $action_params[1] : false;
82
- $wishlist_id = ( ! $wishlist_id ) ? get_query_var( 'wishlist_id', false ) : $wishlist_id;
83
- }
84
 
85
  $is_user_owner = false;
86
  $query_args = array();
@@ -215,9 +218,12 @@ if( ! class_exists( 'YITH_WCWL_Shortcode' ) ) {
215
  'ask_estimate_url' => $ask_estimate_url,
216
  'show_stock_status' => get_option( 'yith_wcwl_stock_show' ) == 'yes',
217
  'show_add_to_cart' => get_option( 'yith_wcwl_add_to_cart_show' ) == 'yes',
 
218
  'price_excl_tax' => get_option( 'woocommerce_tax_display_cart' ) == 'excl',
219
  'template_part' => $template_part,
220
- 'share_enabled' => $share_enabled
 
 
221
  );
222
 
223
  if( $share_enabled ){
@@ -267,6 +273,7 @@ if( ! class_exists( 'YITH_WCWL_Shortcode' ) ) {
267
 
268
  // we're not in wishlist template anymore
269
  $yith_wcwl_is_wishlist = false;
 
270
 
271
  // remove filters for add to cart buttons
272
  remove_filter( 'woocommerce_loop_add_to_cart_link', array( 'YITH_WCWL_UI', 'alter_add_to_cart_button' ) );
@@ -323,6 +330,7 @@ if( ! class_exists( 'YITH_WCWL_Shortcode' ) ) {
323
  'icon' => $icon,
324
  'link_classes' => $classes,
325
  'available_multi_wishlist' => false,
 
326
  );
327
 
328
  $additional_params = apply_filters( 'yith_wcwl_add_to_wishlist_params', $additional_params );
22
  * @since 1.0.0
23
  */
24
  public static function wishlist( $atts, $content = null ) {
25
+ global $yith_wcwl_is_wishlist, $yith_wcwl_wishlist_token;
26
  $atts = shortcode_atts( array(
27
  'per_page' => 5,
28
+ 'pagination' => 'no',
29
+ 'wishlist_id' => false
30
  ), $atts );
31
 
32
  $available_views = apply_filters( 'yith_wcwl_available_wishlist_views', array( 'view', 'user' ) );
64
  * -if wishlist is of another user, checks if wishlist is public or shared, and shows it only in this case (if user is admin, can see all wishlists)
65
  */
66
 
67
+ if( empty( $wishlist_id ) ) {
68
+ if ( ! empty( $action ) && $action == 'user' ) {
69
+ $user_id = isset( $action_params[1] ) ? $action_params[1] : false;
70
+ $user_id = ( ! $user_id ) ? get_query_var( $user_id, false ) : $user_id;
71
+ $user_id = ( ! $user_id ) ? get_current_user_id() : false;
72
 
73
+ $wishlists = YITH_WCWL()->get_wishlists( array( 'user_id' => $user_id, 'is_default' => 1 ) );
74
 
75
+ if ( ! empty( $wishlists ) && isset( $wishlists[0] ) ) {
76
+ $wishlist_id = $wishlists[0]['wishlist_token'];
77
+ } else {
78
+ $wishlist_id = false;
79
+ }
80
+ } else {
81
+ $wishlist_id = isset( $action_params[1] ) ? $action_params[1] : false;
82
+ $wishlist_id = ( ! $wishlist_id ) ? get_query_var( 'wishlist_id', false ) : $wishlist_id;
83
  }
84
  }
85
+
86
+ $yith_wcwl_wishlist_token = $wishlist_id;
 
 
87
 
88
  $is_user_owner = false;
89
  $query_args = array();
218
  'ask_estimate_url' => $ask_estimate_url,
219
  'show_stock_status' => get_option( 'yith_wcwl_stock_show' ) == 'yes',
220
  'show_add_to_cart' => get_option( 'yith_wcwl_add_to_cart_show' ) == 'yes',
221
+ 'add_to_cart_text' => get_option( 'yith_wcwl_add_to_cart_text' ),
222
  'price_excl_tax' => get_option( 'woocommerce_tax_display_cart' ) == 'excl',
223
  'template_part' => $template_part,
224
+ 'share_enabled' => $share_enabled,
225
+ 'additional_info' => false,
226
+ 'show_cb' => false
227
  );
228
 
229
  if( $share_enabled ){
273
 
274
  // we're not in wishlist template anymore
275
  $yith_wcwl_is_wishlist = false;
276
+ $yith_wcwl_wishlist_token = null;
277
 
278
  // remove filters for add to cart buttons
279
  remove_filter( 'woocommerce_loop_add_to_cart_link', array( 'YITH_WCWL_UI', 'alter_add_to_cart_button' ) );
330
  'icon' => $icon,
331
  'link_classes' => $classes,
332
  'available_multi_wishlist' => false,
333
+ 'disable_wishlist' => false
334
  );
335
 
336
  $additional_params = apply_filters( 'yith_wcwl_add_to_wishlist_params', $additional_params );
includes/class.yith-wcwl.php CHANGED
@@ -103,6 +103,8 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
103
  add_action( 'woocommerce_add_to_cart', array( $this, 'remove_from_wishlist_after_add_to_cart' ) );
104
  add_filter( 'woocommerce_product_add_to_cart_url', array( $this, 'redirect_to_cart' ), 10, 2 );
105
 
 
 
106
  // add filter for font-awesome compatibility
107
  add_filter( 'option_yith_wcwl_add_to_wishlist_icon', array( $this, 'update_font_awesome_classes' ) );
108
  add_filter( 'option_yith_wcwl_add_to_cart_icon', array( $this, 'update_font_awesome_classes' ) );
@@ -885,19 +887,17 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
885
  public function add_rewrite_rules() {
886
  global $wp_query;
887
  $wishlist_page_id = isset( $_POST['yith_wcwl_wishlist_page_id'] ) ? $_POST['yith_wcwl_wishlist_page_id'] : get_option( 'yith_wcwl_wishlist_page_id' );
 
888
 
889
  if( empty( $wishlist_page_id ) ){
890
  return;
891
  }
892
 
893
  $wishlist_page = get_post( $wishlist_page_id );
894
- $wishlist_page_slug = $wishlist_page->post_name;
895
-
896
- add_rewrite_rule( '^' . $wishlist_page_slug . '(/(.*))?/page/([0-9]{1,})/?$', 'index.php?pagename=' . $wishlist_page_slug . '&wishlist-action=$matches[2]&paged=$matches[3]', 'top' );
897
- add_rewrite_rule( '^' . $wishlist_page_slug . '(/(.*))?/?$', 'index.php?pagename=' . $wishlist_page_slug . '&wishlist-action=$matches[2]', 'top' );
898
 
899
- $matches = array();
900
- preg_match( '^' . $wishlist_page_slug . '(/(.*))?/$^', $_SERVER['REQUEST_URI'], $matches );
901
  }
902
 
903
  /**
@@ -933,16 +933,11 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
933
  */
934
  public function get_wishlist_url( $action = 'view' ) {
935
  $wishlist_page_id = get_option( 'yith_wcwl_wishlist_page_id' );
 
936
 
937
  if( get_option( 'permalink_structure' ) ) {
938
-
939
- $wishlist_page = get_post( $wishlist_page_id );
940
- $wishlist_page_slug = $wishlist_page->post_name;
941
-
942
- $wishlist_page_relative = '/' . $wishlist_page_slug . '/' . $action . '/';
943
-
944
- $base_url = trailingslashit( home_url( $wishlist_page_relative ) );
945
-
946
  }
947
  else{
948
  $base_url = get_the_permalink( $wishlist_page_id );
@@ -967,9 +962,13 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
967
  $base_url = add_query_arg( $params, $base_url );
968
  }
969
 
970
- return $base_url;
 
 
 
 
971
  }
972
-
973
  /**
974
  * Build the URL used to remove an item from the wishlist.
975
  *
@@ -1048,6 +1047,24 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
1048
  return add_query_arg( '_n', wp_create_nonce( 'yith-wcwl-' . $action ), $url );
1049
  }
1050
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1051
  /* === FONTAWESOME FIX === */
1052
  /**
1053
  * Modernize font-awesome class, for old wishlist users
@@ -1206,6 +1223,11 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
1206
  * @since 2.0.0
1207
  */
1208
  public function redirect_to_cart( $url, $product ) {
 
 
 
 
 
1209
  if( $product->is_type( 'simple' ) && get_option( 'yith_wcwl_redirect_cart' ) == 'yes' ){
1210
  if( ! ( defined( 'DOING_AJAX' ) && DOING_AJAX ) && yith_wcwl_is_wishlist() ){
1211
  $url = add_query_arg( 'add-to-cart', $product->id, WC()->cart->get_cart_url() );
@@ -1214,7 +1236,14 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
1214
 
1215
  if( get_option( 'yith_wcwl_remove_after_add_to_cart' ) == 'yes' ){
1216
  if( ! ( defined( 'DOING_AJAX' ) && DOING_AJAX ) && yith_wcwl_is_wishlist() ) {
1217
- $url = add_query_arg( 'remove_from_wishlist_after_add_to_cart', $product->id, $url );
 
 
 
 
 
 
 
1218
  }
1219
  }
1220
 
@@ -1234,10 +1263,10 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
1234
  $wishlists = array();
1235
 
1236
  if( $return == 'true' ){
1237
- $message = apply_filters( 'yith_wcwl_product_added_to_wishlist_message', __( 'Product added!', 'yit' ) );
1238
  }
1239
  elseif( $return == 'exists' ){
1240
- $message = apply_filters( 'yith_wcwl_product_already_in_wishlist_message', __( 'Product already in the wishlist.', 'yit' ) );
1241
  }
1242
  elseif( count( $this->errors ) > 0 ){
1243
  $message = apply_filters( 'yith_wcwl_error_adding_to_wishlist_message', $this->get_errors() );
@@ -1264,7 +1293,8 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
1264
  * @since 1.0.0
1265
  */
1266
  public function remove_from_wishlist_ajax() {
1267
- $count = yith_wcwl_count_products();
 
1268
  $message = '';
1269
 
1270
  if( $count != 0 ) {
@@ -1282,7 +1312,7 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
1282
 
1283
  wc_add_notice( $message );
1284
 
1285
- $atts = array();
1286
  if( isset( $this->details['pagination'] ) ){
1287
  $atts['pagination'] = $this->details['pagination'];
1288
  }
103
  add_action( 'woocommerce_add_to_cart', array( $this, 'remove_from_wishlist_after_add_to_cart' ) );
104
  add_filter( 'woocommerce_product_add_to_cart_url', array( $this, 'redirect_to_cart' ), 10, 2 );
105
 
106
+ add_action( 'yith_wcwl_before_wishlist_title', array( $this, 'print_notices' ) );
107
+
108
  // add filter for font-awesome compatibility
109
  add_filter( 'option_yith_wcwl_add_to_wishlist_icon', array( $this, 'update_font_awesome_classes' ) );
110
  add_filter( 'option_yith_wcwl_add_to_cart_icon', array( $this, 'update_font_awesome_classes' ) );
887
  public function add_rewrite_rules() {
888
  global $wp_query;
889
  $wishlist_page_id = isset( $_POST['yith_wcwl_wishlist_page_id'] ) ? $_POST['yith_wcwl_wishlist_page_id'] : get_option( 'yith_wcwl_wishlist_page_id' );
890
+ $wishlist_page_id = function_exists( 'icl_object_id' ) ? icl_object_id( $wishlist_page_id, 'page', true ) : $wishlist_page_id;
891
 
892
  if( empty( $wishlist_page_id ) ){
893
  return;
894
  }
895
 
896
  $wishlist_page = get_post( $wishlist_page_id );
897
+ $wishlist_page_slug = $wishlist_page->post_name;
 
 
 
898
 
899
+ add_rewrite_rule( '(([^/]+/)*' . $wishlist_page_slug . ')(/(.*))?/page/([0-9]{1,})/?$', 'index.php?pagename=$matches[1]&wishlist-action=$matches[4]&paged=$matches[5]', 'top' );
900
+ add_rewrite_rule( '(([^/]+/)*' . $wishlist_page_slug . ')(/(.*))?/?$', 'index.php?pagename=$matches[1]&wishlist-action=$matches[4]', 'top' );
901
  }
902
 
903
  /**
933
  */
934
  public function get_wishlist_url( $action = 'view' ) {
935
  $wishlist_page_id = get_option( 'yith_wcwl_wishlist_page_id' );
936
+ $wishlist_page_id = function_exists( 'icl_object_id' ) ? icl_object_id( $wishlist_page_id, 'page', true ) : $wishlist_page_id;
937
 
938
  if( get_option( 'permalink_structure' ) ) {
939
+ $wishlist_permalink = get_the_permalink( $wishlist_page_id );
940
+ $base_url = trailingslashit( $wishlist_permalink . $action );
 
 
 
 
 
 
941
  }
942
  else{
943
  $base_url = get_the_permalink( $wishlist_page_id );
962
  $base_url = add_query_arg( $params, $base_url );
963
  }
964
 
965
+ if( defined( 'ICL_PLUGIN_PATH' ) ){
966
+ $base_url = add_query_arg( 'lang', icl_get_current_language(), $base_url );
967
+ }
968
+
969
+ return apply_filters( 'yith_wcwl_wishlist_page_url', $base_url );
970
  }
971
+
972
  /**
973
  * Build the URL used to remove an item from the wishlist.
974
  *
1047
  return add_query_arg( '_n', wp_create_nonce( 'yith-wcwl-' . $action ), $url );
1048
  }
1049
 
1050
+ /**
1051
+ * Prints wc notice for wishlist pages
1052
+ *
1053
+ * @return void
1054
+ * @since 2.0.5
1055
+ */
1056
+ public function print_notices() {
1057
+ global $woocommerce;
1058
+
1059
+ // Start wishlist page printing
1060
+ if( function_exists( 'wc_print_notices' ) ) {
1061
+ wc_print_notices();
1062
+ }
1063
+ else{
1064
+ $woocommerce->show_messages();
1065
+ }
1066
+ }
1067
+
1068
  /* === FONTAWESOME FIX === */
1069
  /**
1070
  * Modernize font-awesome class, for old wishlist users
1223
  * @since 2.0.0
1224
  */
1225
  public function redirect_to_cart( $url, $product ) {
1226
+ global $yith_wcwl_wishlist_token;
1227
+
1228
+ $wishlist = $this->get_wishlist_detail_by_token( $yith_wcwl_wishlist_token );
1229
+ $wishlist_id = $wishlist['ID'];
1230
+
1231
  if( $product->is_type( 'simple' ) && get_option( 'yith_wcwl_redirect_cart' ) == 'yes' ){
1232
  if( ! ( defined( 'DOING_AJAX' ) && DOING_AJAX ) && yith_wcwl_is_wishlist() ){
1233
  $url = add_query_arg( 'add-to-cart', $product->id, WC()->cart->get_cart_url() );
1236
 
1237
  if( get_option( 'yith_wcwl_remove_after_add_to_cart' ) == 'yes' ){
1238
  if( ! ( defined( 'DOING_AJAX' ) && DOING_AJAX ) && yith_wcwl_is_wishlist() ) {
1239
+ $url = add_query_arg(
1240
+ array(
1241
+ 'remove_from_wishlist_after_add_to_cart' => $product->id,
1242
+ 'wishlist_id' => $wishlist_id,
1243
+ 'wishlist_token' => $yith_wcwl_wishlist_token
1244
+ ),
1245
+ $url
1246
+ );
1247
  }
1248
  }
1249
 
1263
  $wishlists = array();
1264
 
1265
  if( $return == 'true' ){
1266
+ $message = apply_filters( 'yith_wcwl_product_added_to_wishlist_message', get_option( 'yith_wcwl_product_added_text' ) );
1267
  }
1268
  elseif( $return == 'exists' ){
1269
+ $message = apply_filters( 'yith_wcwl_product_already_in_wishlist_message', get_option( 'yith_wcwl_already_in_wishlist_text' ) );
1270
  }
1271
  elseif( count( $this->errors ) > 0 ){
1272
  $message = apply_filters( 'yith_wcwl_error_adding_to_wishlist_message', $this->get_errors() );
1293
  * @since 1.0.0
1294
  */
1295
  public function remove_from_wishlist_ajax() {
1296
+ $wishlist_token = isset( $this->details['wishlist_token'] ) ? $this->details['wishlist_token'] : false;
1297
+ $count = yith_wcwl_count_products( $wishlist_token );
1298
  $message = '';
1299
 
1300
  if( $count != 0 ) {
1312
 
1313
  wc_add_notice( $message );
1314
 
1315
+ $atts = array( 'wishlist_id' => $wishlist_token );
1316
  if( isset( $this->details['pagination'] ) ){
1317
  $atts['pagination'] = $this->details['pagination'];
1318
  }
includes/functions.yith-wcwl.php CHANGED
@@ -54,7 +54,6 @@ if( !function_exists( 'yith_wcwl_locate_template' ) ) {
54
  $located = locate_template( array(
55
  $template_woocommerce_path, // Search in <theme>/woocommerce/
56
  $template_path, // Search in <theme>/
57
- $plugin_path // Search in <plugin>/templates/
58
  ) );
59
 
60
  if( ! $located && file_exists( $plugin_path ) ){
@@ -95,12 +94,14 @@ if( !function_exists( 'yith_wcwl_get_template' ) ) {
95
  if( !function_exists( 'yith_wcwl_count_products' ) ) {
96
  /**
97
  * Retrieve the number of products in the wishlist.
 
 
98
  *
99
  * @return int
100
  * @since 1.0.0
101
  */
102
- function yith_wcwl_count_products() {
103
- return YITH_WCWL()->count_products();
104
  }
105
  }
106
 
54
  $located = locate_template( array(
55
  $template_woocommerce_path, // Search in <theme>/woocommerce/
56
  $template_path, // Search in <theme>/
 
57
  ) );
58
 
59
  if( ! $located && file_exists( $plugin_path ) ){
94
  if( !function_exists( 'yith_wcwl_count_products' ) ) {
95
  /**
96
  * Retrieve the number of products in the wishlist.
97
+ *
98
+ * @param $wishlist_token string Optianl wishlist token
99
  *
100
  * @return int
101
  * @since 1.0.0
102
  */
103
+ function yith_wcwl_count_products( $wishlist_token = false ) {
104
+ return YITH_WCWL()->count_products( $wishlist_token );
105
  }
106
  }
107
 
init.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: YITH WooCommerce Wishlist
4
  * Plugin URI: http://yithemes.com/themes/plugins/yith-woocommerce-wishlist/
5
  * Description: YITH WooCommerce Wishlist allows you to add Wishlist functionality to your e-commerce.
6
- * Version: 2.0.4
7
  * Author: Yithemes
8
  * Author URI: http://yithemes.com/
9
  * Text Domain: yit
@@ -27,7 +27,7 @@
27
 
28
  You should have received a copy of the GNU General Public License
29
  along with this program; if not, write to the Free Software
30
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
31
  */
32
 
33
  if ( ! defined( 'ABSPATH' ) ) {
3
  * Plugin Name: YITH WooCommerce Wishlist
4
  * Plugin URI: http://yithemes.com/themes/plugins/yith-woocommerce-wishlist/
5
  * Description: YITH WooCommerce Wishlist allows you to add Wishlist functionality to your e-commerce.
6
+ * Version: 2.0.5
7
  * Author: Yithemes
8
  * Author URI: http://yithemes.com/
9
  * Text Domain: yit
27
 
28
  You should have received a copy of the GNU General Public License
29
  along with this program; if not, write to the Free Software
30
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
31
  */
32
 
33
  if ( ! defined( 'ABSPATH' ) ) {
languages/default.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
- "POT-Creation-Date: 2015-03-04 16:38+0100\n"
5
- "PO-Revision-Date: 2015-03-04 16:38+0100\n"
6
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: English\n"
@@ -27,14 +27,14 @@ msgid ""
27
  msgstr ""
28
 
29
  #: ../includes/class.yith-wcwl-admin-init.php:188
30
- #: ../includes/class.yith-wcwl-admin-init.php:1399
31
- #: ../includes/class.yith-wcwl-admin-init.php:1400
32
  #: ../includes/class.yith-wcwl-install.php:240
33
  msgid "Wishlist"
34
  msgstr ""
35
 
36
  #: ../includes/class.yith-wcwl-admin-init.php:190
37
- #: ../includes/class.yith-wcwl-admin-init.php:289
38
  #: ../plugin-fw/lib/yit-cpt-unlimited.php:1048
39
  #: ../plugin-fw/lib/yit-cpt-unlimited.php:1196
40
  #: ../plugin-fw/lib/yit-cpt-unlimited.php:1202
@@ -43,75 +43,75 @@ msgid "Settings"
43
  msgstr ""
44
 
45
  #: ../includes/class.yith-wcwl-admin-init.php:191
46
- #: ../includes/class.yith-wcwl-admin-init.php:256
47
  msgid "Colors"
48
  msgstr ""
49
 
50
  #: ../includes/class.yith-wcwl-admin-init.php:192
51
- #: ../includes/class.yith-wcwl-admin-init.php:293
52
  msgid "Premium Version"
53
  msgstr ""
54
 
55
- #: ../includes/class.yith-wcwl-admin-init.php:317
56
  msgid ""
57
  "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
58
  "link to update it."
59
  msgstr ""
60
 
61
- #: ../includes/class.yith-wcwl-admin-init.php:320
62
  msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
63
  msgstr ""
64
 
65
- #: ../includes/class.yith-wcwl-admin-init.php:325
66
  msgid "Plugin Documentation"
67
  msgstr ""
68
 
69
- #: ../includes/class.yith-wcwl-admin-init.php:341
70
  msgid "Wishlist Page"
71
  msgstr ""
72
 
73
- #: ../includes/class.yith-wcwl-admin-init.php:342
74
  msgid "Page contents: [yith_wcwl_wishlist]"
75
  msgstr ""
76
 
77
- #: ../includes/class.yith-wcwl-admin-init.php:917
78
  msgid "Upgrade to the PREMIUM VERSION"
79
  msgstr ""
80
 
81
- #: ../includes/class.yith-wcwl-admin-init.php:920
82
  msgid "YITH WooCommerce Wishlist"
83
  msgstr ""
84
 
85
- #: ../includes/class.yith-wcwl-admin-init.php:921
86
  msgid "Discover the Advanced Features"
87
  msgstr ""
88
 
89
- #: ../includes/class.yith-wcwl-admin-init.php:922
90
  msgid ""
91
  "Upgrade to the PREMIUM VERSION\n"
92
  "of YITH WOOCOMMERCE WISHLIST to benefit from all features!"
93
  msgstr ""
94
 
95
- #: ../includes/class.yith-wcwl-admin-init.php:929
96
  msgid "Get Support and Pro Features"
97
  msgstr ""
98
 
99
- #: ../includes/class.yith-wcwl-admin-init.php:930
100
  msgid ""
101
  "By purchasing the premium version of the plugin, you will take advantage of "
102
  "the advanced features of the product and you will get one year of free "
103
  "updates and support through our platform available 24h/24."
104
  msgstr ""
105
 
106
- #: ../includes/class.yith-wcwl-admin-init.php:940
107
  msgid "General Settings"
108
  msgstr ""
109
 
110
- #: ../includes/class.yith-wcwl-admin-init.php:947
111
  msgid "Enable YITH Wishlist"
112
  msgstr ""
113
 
114
- #: ../includes/class.yith-wcwl-admin-init.php:948
115
  #, php-format
116
  msgid ""
117
  "Enable all plugin features. <strong>Be sure to select a voice in the "
@@ -119,260 +119,252 @@ msgid ""
119
  "\" target=\"_blank\">documentation</a>."
120
  msgstr ""
121
 
122
- #: ../includes/class.yith-wcwl-admin-init.php:955
123
  msgid "Default wishlist title"
124
  msgstr ""
125
 
126
- #: ../includes/class.yith-wcwl-admin-init.php:957
127
  #: ../includes/class.yith-wcwl-admin-init.php:958
128
- #: ../includes/class.yith-wcwl-admin-init.php:1199
129
  #: ../includes/class.yith-wcwl-admin-init.php:1200
 
130
  #, php-format
131
  msgid "My wishlist on %s"
132
  msgstr ""
133
 
134
- #: ../includes/class.yith-wcwl-admin-init.php:966
135
  msgid "Position"
136
  msgstr ""
137
 
138
- #: ../includes/class.yith-wcwl-admin-init.php:967
139
  msgid ""
140
  "You can add it in variable products only After \"Add to Cart \" or using the "
141
  "shortcode [yith_wcwl_add_to_wishlist]."
142
  msgstr ""
143
 
144
- #: ../includes/class.yith-wcwl-admin-init.php:973
145
  msgid "After \"Add to cart\""
146
  msgstr ""
147
 
148
- #: ../includes/class.yith-wcwl-admin-init.php:974
149
  msgid "After thumbnails"
150
  msgstr ""
151
 
152
- #: ../includes/class.yith-wcwl-admin-init.php:975
153
  msgid "After summary"
154
  msgstr ""
155
 
156
- #: ../includes/class.yith-wcwl-admin-init.php:976
157
  msgid "Use shortcode"
158
  msgstr ""
159
 
160
- #: ../includes/class.yith-wcwl-admin-init.php:981
161
  msgid "Redirect to cart"
162
  msgstr ""
163
 
164
- #: ../includes/class.yith-wcwl-admin-init.php:982
165
  msgid ""
166
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
167
  "page."
168
  msgstr ""
169
 
170
- #: ../includes/class.yith-wcwl-admin-init.php:989
171
  msgid "Remove if added to the cart"
172
  msgstr ""
173
 
174
- #: ../includes/class.yith-wcwl-admin-init.php:990
175
  msgid "Remove the product from the wishlist if it has been added to the cart."
176
  msgstr ""
177
 
178
- #: ../includes/class.yith-wcwl-admin-init.php:997
179
  msgid "\"Add to Wishlist\" text"
180
  msgstr ""
181
 
182
- #: ../includes/class.yith-wcwl-admin-init.php:999
183
  #: ../includes/class.yith-wcwl-admin-init.php:1000
 
184
  msgid "Add to Wishlist"
185
  msgstr ""
186
 
187
- #: ../includes/class.yith-wcwl-admin-init.php:1005
188
  msgid "\"Browse wishlist\" text"
189
  msgstr ""
190
 
191
- #: ../includes/class.yith-wcwl-admin-init.php:1007
192
  #: ../includes/class.yith-wcwl-admin-init.php:1008
 
193
  #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl-ui.php:82
194
  msgid "Browse Wishlist"
195
  msgstr ""
196
 
197
- #: ../includes/class.yith-wcwl-admin-init.php:1013
198
  msgid "\"Product already in wishlist\" text"
199
  msgstr ""
200
 
201
- #: ../includes/class.yith-wcwl-admin-init.php:1015
202
  #: ../includes/class.yith-wcwl-admin-init.php:1016
 
203
  #: ../includes/class.yith-wcwl-ui.php:82
204
  msgid "The product is already in the wishlist!"
205
  msgstr ""
206
 
207
- #: ../includes/class.yith-wcwl-admin-init.php:1021
208
  msgid "\"Product added\" text"
209
  msgstr ""
210
 
211
- #: ../includes/class.yith-wcwl-admin-init.php:1023
212
  #: ../includes/class.yith-wcwl-admin-init.php:1024
213
- #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl.php:1237
 
214
  msgid "Product added!"
215
  msgstr ""
216
 
217
- #: ../includes/class.yith-wcwl-admin-init.php:1029
218
  msgid "\"Add to Cart\" text"
219
  msgstr ""
220
 
221
- #: ../includes/class.yith-wcwl-admin-init.php:1031
222
  #: ../includes/class.yith-wcwl-admin-init.php:1032
 
223
  msgid "Add to Cart"
224
  msgstr ""
225
 
226
- #: ../includes/class.yith-wcwl-admin-init.php:1037
227
  msgid "Show Unit price"
228
  msgstr ""
229
 
230
- #: ../includes/class.yith-wcwl-admin-init.php:1038
231
  msgid "Show unit price for each product in wishlist"
232
  msgstr ""
233
 
234
- #: ../includes/class.yith-wcwl-admin-init.php:1046
235
  msgid "Show \"Add to Cart\" button"
236
  msgstr ""
237
 
238
- #: ../includes/class.yith-wcwl-admin-init.php:1047
239
  msgid "Show \"Add to cart\" button for each product in wishlist"
240
  msgstr ""
241
 
242
- #: ../includes/class.yith-wcwl-admin-init.php:1055
243
  msgid "Show Stock status"
244
  msgstr ""
245
 
246
- #: ../includes/class.yith-wcwl-admin-init.php:1056
247
  msgid ""
248
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
249
  msgstr ""
250
 
251
- #: ../includes/class.yith-wcwl-admin-init.php:1079
252
  msgid "Styles"
253
  msgstr ""
254
 
255
- #: ../includes/class.yith-wcwl-admin-init.php:1086
256
  msgid "Use buttons"
257
  msgstr ""
258
 
259
- #: ../includes/class.yith-wcwl-admin-init.php:1087
260
  msgid "Use buttons instead of simple anchors."
261
  msgstr ""
262
 
263
- #: ../includes/class.yith-wcwl-admin-init.php:1094
264
  msgid "Custom CSS"
265
  msgstr ""
266
 
267
- #: ../includes/class.yith-wcwl-admin-init.php:1102
268
  msgid "Use theme style"
269
  msgstr ""
270
 
271
- #: ../includes/class.yith-wcwl-admin-init.php:1103
272
  msgid "Use the theme style."
273
  msgstr ""
274
 
275
- #: ../includes/class.yith-wcwl-admin-init.php:1110
276
  msgid "Rounded buttons"
277
  msgstr ""
278
 
279
- #: ../includes/class.yith-wcwl-admin-init.php:1111
280
  msgid "Make button corners rounded"
281
  msgstr ""
282
 
283
- #: ../includes/class.yith-wcwl-admin-init.php:1118
284
  msgid "\"Add to Wishlist\" icon"
285
  msgstr ""
286
 
287
- #: ../includes/class.yith-wcwl-admin-init.php:1119
288
  msgid "Add an icon to the \"Add to Wishlist\" button"
289
  msgstr ""
290
 
291
- #: ../includes/class.yith-wcwl-admin-init.php:1130
292
  msgid "\"Add to Cart\" icon"
293
  msgstr ""
294
 
295
- #: ../includes/class.yith-wcwl-admin-init.php:1131
296
  msgid "Add an icon to the \"Add to Cart\" button"
297
  msgstr ""
298
 
299
- #: ../includes/class.yith-wcwl-admin-init.php:1150
300
  msgid "Socials &amp; Share"
301
  msgstr ""
302
 
303
- #: ../includes/class.yith-wcwl-admin-init.php:1157
304
  msgid "Share on Facebook"
305
  msgstr ""
306
 
307
- #: ../includes/class.yith-wcwl-admin-init.php:1158
308
- #: ../includes/class.yith-wcwl-admin-init.php:1182
309
  msgid "Show \"Share on Facebook\" button"
310
  msgstr ""
311
 
312
- #: ../includes/class.yith-wcwl-admin-init.php:1165
313
  msgid "Tweet on Twitter"
314
  msgstr ""
315
 
316
- #: ../includes/class.yith-wcwl-admin-init.php:1166
317
  msgid "Show \"Tweet on Twitter\" button"
318
  msgstr ""
319
 
320
- #: ../includes/class.yith-wcwl-admin-init.php:1173
321
  msgid "Pin on Pinterest"
322
  msgstr ""
323
 
324
- #: ../includes/class.yith-wcwl-admin-init.php:1174
325
  msgid "Show \"Pin on Pinterest\" button"
326
  msgstr ""
327
 
328
- #: ../includes/class.yith-wcwl-admin-init.php:1181
329
  msgid "Share on Google+"
330
  msgstr ""
331
 
332
- #: ../includes/class.yith-wcwl-admin-init.php:1189
333
  msgid "Share by Email"
334
  msgstr ""
335
 
336
- #: ../includes/class.yith-wcwl-admin-init.php:1190
337
  msgid "Show \"Share by Email\" button"
338
  msgstr ""
339
 
340
- #: ../includes/class.yith-wcwl-admin-init.php:1197
341
  msgid "Social title"
342
  msgstr ""
343
 
344
- #: ../includes/class.yith-wcwl-admin-init.php:1205
345
  msgid "Social text"
346
  msgstr ""
347
 
348
- #: ../includes/class.yith-wcwl-admin-init.php:1206
349
  msgid ""
350
  "It will be used by Facebook, Twitter and Pinterest. Use <strong>%wishlist_url"
351
  "%</strong> where you want to show the URL of your wishlist."
352
  msgstr ""
353
 
354
- #: ../includes/class.yith-wcwl-admin-init.php:1214
355
  msgid "Social image URL"
356
  msgstr ""
357
 
358
- #: ../includes/class.yith-wcwl-admin-init.php:1250
359
  msgid "\"Add to wishlist\" button"
360
  msgstr ""
361
 
362
- #: ../includes/class.yith-wcwl-admin-init.php:1253
363
- #: ../includes/class.yith-wcwl-admin-init.php:1271
364
- #: ../includes/class.yith-wcwl-admin-init.php:1289
365
- #: ../includes/class.yith-wcwl-admin-init.php:1307
366
- #: ../includes/class.yith-wcwl-admin-init.php:1325
367
- msgid "Background"
368
- msgstr ""
369
-
370
  #: ../includes/class.yith-wcwl-admin-init.php:1254
371
  #: ../includes/class.yith-wcwl-admin-init.php:1272
372
  #: ../includes/class.yith-wcwl-admin-init.php:1290
373
  #: ../includes/class.yith-wcwl-admin-init.php:1308
374
  #: ../includes/class.yith-wcwl-admin-init.php:1326
375
- msgid "Text"
376
  msgstr ""
377
 
378
  #: ../includes/class.yith-wcwl-admin-init.php:1255
@@ -380,59 +372,67 @@ msgstr ""
380
  #: ../includes/class.yith-wcwl-admin-init.php:1291
381
  #: ../includes/class.yith-wcwl-admin-init.php:1309
382
  #: ../includes/class.yith-wcwl-admin-init.php:1327
383
- msgid "Border"
384
  msgstr ""
385
 
386
- #: ../includes/class.yith-wcwl-admin-init.php:1262
387
- #: ../includes/class.yith-wcwl-admin-init.php:1280
388
- #: ../includes/class.yith-wcwl-admin-init.php:1298
389
- #: ../includes/class.yith-wcwl-admin-init.php:1316
390
- msgid "Background (hover)"
 
391
  msgstr ""
392
 
393
  #: ../includes/class.yith-wcwl-admin-init.php:1263
394
  #: ../includes/class.yith-wcwl-admin-init.php:1281
395
  #: ../includes/class.yith-wcwl-admin-init.php:1299
396
  #: ../includes/class.yith-wcwl-admin-init.php:1317
397
- msgid "Text (hover)"
398
  msgstr ""
399
 
400
  #: ../includes/class.yith-wcwl-admin-init.php:1264
401
  #: ../includes/class.yith-wcwl-admin-init.php:1282
402
  #: ../includes/class.yith-wcwl-admin-init.php:1300
403
  #: ../includes/class.yith-wcwl-admin-init.php:1318
 
 
 
 
 
 
 
404
  msgid "Border (hover)"
405
  msgstr ""
406
 
407
- #: ../includes/class.yith-wcwl-admin-init.php:1268
408
  msgid "\"Add to Cart\" button"
409
  msgstr ""
410
 
411
- #: ../includes/class.yith-wcwl-admin-init.php:1286
412
  msgid "\"Style 1\" button"
413
  msgstr ""
414
 
415
- #: ../includes/class.yith-wcwl-admin-init.php:1304
416
  msgid "\"Style 2\" button"
417
  msgstr ""
418
 
419
- #: ../includes/class.yith-wcwl-admin-init.php:1322
420
  msgid "Wishlist table"
421
  msgstr ""
422
 
423
- #: ../includes/class.yith-wcwl-admin-init.php:1331
424
  msgid "Headers"
425
  msgstr ""
426
 
427
- #: ../includes/class.yith-wcwl-admin-init.php:1334
428
  msgid "Background color"
429
  msgstr ""
430
 
431
- #: ../includes/class.yith-wcwl-admin-init.php:1461
432
  msgid "Wishlist Activated"
433
  msgstr ""
434
 
435
- #: ../includes/class.yith-wcwl-admin-init.php:1462
436
  #, php-format
437
  msgid ""
438
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
@@ -441,11 +441,11 @@ msgid ""
441
  "options, <a href=\"%s\">discover it now</a>."
442
  msgstr ""
443
 
444
- #: ../includes/class.yith-wcwl-admin-init.php:1473
445
  msgid "Wishlist Updated"
446
  msgstr ""
447
 
448
- #: ../includes/class.yith-wcwl-admin-init.php:1474
449
  #, php-format
450
  msgid ""
451
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
@@ -465,7 +465,7 @@ msgstr ""
465
  msgid "wishlist"
466
  msgstr ""
467
 
468
- #: ../includes/class.yith-wcwl-shortcode.php:224
469
  #: ../includes/class.yith-wcwl-ui.php:161
470
  msgid "Share on:"
471
  msgstr ""
@@ -487,39 +487,35 @@ msgstr ""
487
  msgid "email"
488
  msgstr ""
489
 
490
- #: ../includes/class.yith-wcwl.php:185
491
  msgid "Error occurred while adding products to the wishlist."
492
  msgstr ""
493
 
494
- #: ../includes/class.yith-wcwl.php:269
495
  msgid "Error occurred while adding product to wishlist."
496
  msgstr ""
497
 
498
- #: ../includes/class.yith-wcwl.php:284
499
  msgid "Remove now does not require any param"
500
  msgstr ""
501
 
502
- #: ../includes/class.yith-wcwl.php:318
503
  msgid "Error occurred while removing products from the wishlist"
504
  msgstr ""
505
 
506
- #: ../includes/class.yith-wcwl.php:596
507
  msgid "You need to log in before creating a new wishlist"
508
  msgstr ""
509
 
510
- #: ../includes/class.yith-wcwl.php:1240
511
- msgid "Product already in the wishlist."
512
- msgstr ""
513
-
514
- #: ../includes/class.yith-wcwl.php:1272
515
  msgid "Product successfully removed."
516
  msgstr ""
517
 
518
- #: ../includes/class.yith-wcwl.php:1276
519
  msgid "Error. Unable to remove the product from the wishlist."
520
  msgstr ""
521
 
522
- #: ../includes/class.yith-wcwl.php:1280 ../templates/wishlist-view.php:170
523
  msgid "No products were added to the wishlist"
524
  msgstr ""
525
 
@@ -724,7 +720,7 @@ msgstr ""
724
  msgid "Add with multiupload"
725
  msgstr ""
726
 
727
- #: ../plugin-fw/lib/yit-plugin-panel-wc.php:345
728
  msgid "The changes you have made will be lost if you leave this page."
729
  msgstr ""
730
 
@@ -732,74 +728,73 @@ msgstr ""
732
  msgid "Plugin Settings"
733
  msgstr ""
734
 
735
- #: ../plugin-fw/lib/yit-plugin-panel.php:92
736
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:101
737
  msgid "YIT Plugins"
738
  msgstr ""
739
 
740
- #: ../plugin-fw/lib/yit-plugin-panel.php:271
741
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:142
742
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
743
  msgid "Save Changes"
744
  msgstr ""
745
 
746
- #: ../plugin-fw/lib/yit-plugin-panel.php:274
747
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
748
  msgid ""
749
  "If you continue with this action, you will reset all options in this page."
750
  msgstr ""
751
 
752
- #: ../plugin-fw/lib/yit-plugin-panel.php:276
753
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
754
- #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
755
- msgid "Reset Defaults"
756
  msgstr ""
757
 
758
- #: ../plugin-fw/lib/yit-plugin-panel.php:276
759
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
760
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
761
  msgid "Are you sure?"
762
  msgstr ""
763
 
764
- #: ../plugin-fw/lib/yit-plugin-panel.php:410
765
  msgid ""
766
  "The element you have entered already exists. Please, enter another name."
767
  msgstr ""
768
 
769
- #: ../plugin-fw/lib/yit-plugin-panel.php:411
770
  msgid "Settings saved"
771
  msgstr ""
772
 
773
- #: ../plugin-fw/lib/yit-plugin-panel.php:412
774
  msgid "Settings reset"
775
  msgstr ""
776
 
777
- #: ../plugin-fw/lib/yit-plugin-panel.php:413
778
  msgid "Element deleted correctly."
779
  msgstr ""
780
 
781
- #: ../plugin-fw/lib/yit-plugin-panel.php:414
782
- #: ../plugin-fw/lib/yit-plugin-panel.php:415
783
  msgid "Element updated correctly."
784
  msgstr ""
785
 
786
- #: ../plugin-fw/lib/yit-plugin-panel.php:416
787
  msgid "Database imported correctly."
788
  msgstr ""
789
 
790
- #: ../plugin-fw/lib/yit-plugin-panel.php:417
791
  msgid "An error has occurred during import. Please try again."
792
  msgstr ""
793
 
794
- #: ../plugin-fw/lib/yit-plugin-panel.php:418
795
  msgid "The added file is not valid."
796
  msgstr ""
797
 
798
- #: ../plugin-fw/lib/yit-plugin-panel.php:419
799
  msgid "Sorry, import is disabled."
800
  msgstr ""
801
 
802
- #: ../plugin-fw/lib/yit-plugin-panel.php:420
803
  msgid "Sorting successful."
804
  msgstr ""
805
 
@@ -923,48 +918,48 @@ msgstr ""
923
  msgid "Update Plugin"
924
  msgstr ""
925
 
926
- #: ../plugin-fw/licence/lib/yit-licence.php:148
927
  #, php-format
928
  msgid "%field% field cannot be empty"
929
  msgstr ""
930
 
931
- #: ../plugin-fw/licence/lib/yit-licence.php:149
932
  msgid "%field_1% and %field_2% fields cannot be empty"
933
  msgstr ""
934
 
935
- #: ../plugin-fw/licence/lib/yit-licence.php:150
936
  msgid "Unable to contact the remote server, please try again later. Thanks!"
937
  msgstr ""
938
 
939
- #: ../plugin-fw/licence/lib/yit-licence.php:529
940
  msgid "Invalid Request"
941
  msgstr ""
942
 
943
- #: ../plugin-fw/licence/lib/yit-licence.php:530
944
  msgid "Invalid licence key"
945
  msgstr ""
946
 
947
- #: ../plugin-fw/licence/lib/yit-licence.php:531
948
  msgid "Software has been deactivated"
949
  msgstr ""
950
 
951
- #: ../plugin-fw/licence/lib/yit-licence.php:532
952
  msgid "Maximum number of activations exceeded"
953
  msgstr ""
954
 
955
- #: ../plugin-fw/licence/lib/yit-licence.php:533
956
  msgid "Invalid instance ID"
957
  msgstr ""
958
 
959
- #: ../plugin-fw/licence/lib/yit-licence.php:534
960
  msgid "Invalid security key"
961
  msgstr ""
962
 
963
- #: ../plugin-fw/licence/lib/yit-licence.php:535
964
  msgid "Licence key has expired"
965
  msgstr ""
966
 
967
- #: ../plugin-fw/licence/lib/yit-licence.php:536
968
  msgid "Licence key has been banned"
969
  msgstr ""
970
 
@@ -1012,7 +1007,7 @@ msgstr ""
1012
  #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:77
1013
  #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:109
1014
  #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:133
1015
- #: ../templates/wishlist-view.php:56
1016
  msgid "Product Name"
1017
  msgstr ""
1018
 
@@ -1429,6 +1424,10 @@ msgstr ""
1429
  msgid "Italic bold"
1430
  msgstr ""
1431
 
 
 
 
 
1432
  #: ../templates/share.php:28
1433
  msgid "Pinterest"
1434
  msgstr ""
@@ -1449,31 +1448,31 @@ msgstr ""
1449
  msgid "Cancel"
1450
  msgstr ""
1451
 
1452
- #: ../templates/wishlist-view.php:62
1453
  msgid "Unit Price"
1454
  msgstr ""
1455
 
1456
- #: ../templates/wishlist-view.php:70
1457
  msgid "Stock Status"
1458
  msgstr ""
1459
 
1460
- #: ../templates/wishlist-view.php:101
1461
  msgid "Remove this product"
1462
  msgstr ""
1463
 
1464
- #: ../templates/wishlist-view.php:130
1465
  msgid "Free!"
1466
  msgstr ""
1467
 
1468
- #: ../templates/wishlist-view.php:141
1469
  msgid "Out of Stock"
1470
  msgstr ""
1471
 
1472
- #: ../templates/wishlist-view.php:144
1473
  msgid "In Stock"
1474
  msgstr ""
1475
 
1476
- #: ../templates/wishlist-view.php:196
1477
  msgid "Ask an estimate of costs"
1478
  msgstr ""
1479
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
+ "POT-Creation-Date: 2015-03-18 10:23+0100\n"
5
+ "PO-Revision-Date: 2015-03-18 10:23+0100\n"
6
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: English\n"
27
  msgstr ""
28
 
29
  #: ../includes/class.yith-wcwl-admin-init.php:188
30
+ #: ../includes/class.yith-wcwl-admin-init.php:1359
31
+ #: ../includes/class.yith-wcwl-admin-init.php:1360
32
  #: ../includes/class.yith-wcwl-install.php:240
33
  msgid "Wishlist"
34
  msgstr ""
35
 
36
  #: ../includes/class.yith-wcwl-admin-init.php:190
37
+ #: ../includes/class.yith-wcwl-admin-init.php:290
38
  #: ../plugin-fw/lib/yit-cpt-unlimited.php:1048
39
  #: ../plugin-fw/lib/yit-cpt-unlimited.php:1196
40
  #: ../plugin-fw/lib/yit-cpt-unlimited.php:1202
43
  msgstr ""
44
 
45
  #: ../includes/class.yith-wcwl-admin-init.php:191
46
+ #: ../includes/class.yith-wcwl-admin-init.php:257
47
  msgid "Colors"
48
  msgstr ""
49
 
50
  #: ../includes/class.yith-wcwl-admin-init.php:192
51
+ #: ../includes/class.yith-wcwl-admin-init.php:294
52
  msgid "Premium Version"
53
  msgstr ""
54
 
55
+ #: ../includes/class.yith-wcwl-admin-init.php:318
56
  msgid ""
57
  "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
58
  "link to update it."
59
  msgstr ""
60
 
61
+ #: ../includes/class.yith-wcwl-admin-init.php:321
62
  msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
63
  msgstr ""
64
 
65
+ #: ../includes/class.yith-wcwl-admin-init.php:326
66
  msgid "Plugin Documentation"
67
  msgstr ""
68
 
69
+ #: ../includes/class.yith-wcwl-admin-init.php:342
70
  msgid "Wishlist Page"
71
  msgstr ""
72
 
73
+ #: ../includes/class.yith-wcwl-admin-init.php:343
74
  msgid "Page contents: [yith_wcwl_wishlist]"
75
  msgstr ""
76
 
77
+ #: ../includes/class.yith-wcwl-admin-init.php:918
78
  msgid "Upgrade to the PREMIUM VERSION"
79
  msgstr ""
80
 
81
+ #: ../includes/class.yith-wcwl-admin-init.php:921
82
  msgid "YITH WooCommerce Wishlist"
83
  msgstr ""
84
 
85
+ #: ../includes/class.yith-wcwl-admin-init.php:922
86
  msgid "Discover the Advanced Features"
87
  msgstr ""
88
 
89
+ #: ../includes/class.yith-wcwl-admin-init.php:923
90
  msgid ""
91
  "Upgrade to the PREMIUM VERSION\n"
92
  "of YITH WOOCOMMERCE WISHLIST to benefit from all features!"
93
  msgstr ""
94
 
95
+ #: ../includes/class.yith-wcwl-admin-init.php:930
96
  msgid "Get Support and Pro Features"
97
  msgstr ""
98
 
99
+ #: ../includes/class.yith-wcwl-admin-init.php:931
100
  msgid ""
101
  "By purchasing the premium version of the plugin, you will take advantage of "
102
  "the advanced features of the product and you will get one year of free "
103
  "updates and support through our platform available 24h/24."
104
  msgstr ""
105
 
106
+ #: ../includes/class.yith-wcwl-admin-init.php:941
107
  msgid "General Settings"
108
  msgstr ""
109
 
110
+ #: ../includes/class.yith-wcwl-admin-init.php:948
111
  msgid "Enable YITH Wishlist"
112
  msgstr ""
113
 
114
+ #: ../includes/class.yith-wcwl-admin-init.php:949
115
  #, php-format
116
  msgid ""
117
  "Enable all plugin features. <strong>Be sure to select a voice in the "
119
  "\" target=\"_blank\">documentation</a>."
120
  msgstr ""
121
 
122
+ #: ../includes/class.yith-wcwl-admin-init.php:956
123
  msgid "Default wishlist title"
124
  msgstr ""
125
 
 
126
  #: ../includes/class.yith-wcwl-admin-init.php:958
127
+ #: ../includes/class.yith-wcwl-admin-init.php:959
128
  #: ../includes/class.yith-wcwl-admin-init.php:1200
129
+ #: ../includes/class.yith-wcwl-admin-init.php:1201
130
  #, php-format
131
  msgid "My wishlist on %s"
132
  msgstr ""
133
 
134
+ #: ../includes/class.yith-wcwl-admin-init.php:967
135
  msgid "Position"
136
  msgstr ""
137
 
138
+ #: ../includes/class.yith-wcwl-admin-init.php:968
139
  msgid ""
140
  "You can add it in variable products only After \"Add to Cart \" or using the "
141
  "shortcode [yith_wcwl_add_to_wishlist]."
142
  msgstr ""
143
 
144
+ #: ../includes/class.yith-wcwl-admin-init.php:974
145
  msgid "After \"Add to cart\""
146
  msgstr ""
147
 
148
+ #: ../includes/class.yith-wcwl-admin-init.php:975
149
  msgid "After thumbnails"
150
  msgstr ""
151
 
152
+ #: ../includes/class.yith-wcwl-admin-init.php:976
153
  msgid "After summary"
154
  msgstr ""
155
 
156
+ #: ../includes/class.yith-wcwl-admin-init.php:977
157
  msgid "Use shortcode"
158
  msgstr ""
159
 
160
+ #: ../includes/class.yith-wcwl-admin-init.php:982
161
  msgid "Redirect to cart"
162
  msgstr ""
163
 
164
+ #: ../includes/class.yith-wcwl-admin-init.php:983
165
  msgid ""
166
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
167
  "page."
168
  msgstr ""
169
 
170
+ #: ../includes/class.yith-wcwl-admin-init.php:990
171
  msgid "Remove if added to the cart"
172
  msgstr ""
173
 
174
+ #: ../includes/class.yith-wcwl-admin-init.php:991
175
  msgid "Remove the product from the wishlist if it has been added to the cart."
176
  msgstr ""
177
 
178
+ #: ../includes/class.yith-wcwl-admin-init.php:998
179
  msgid "\"Add to Wishlist\" text"
180
  msgstr ""
181
 
 
182
  #: ../includes/class.yith-wcwl-admin-init.php:1000
183
+ #: ../includes/class.yith-wcwl-admin-init.php:1001
184
  msgid "Add to Wishlist"
185
  msgstr ""
186
 
187
+ #: ../includes/class.yith-wcwl-admin-init.php:1006
188
  msgid "\"Browse wishlist\" text"
189
  msgstr ""
190
 
 
191
  #: ../includes/class.yith-wcwl-admin-init.php:1008
192
+ #: ../includes/class.yith-wcwl-admin-init.php:1009
193
  #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl-ui.php:82
194
  msgid "Browse Wishlist"
195
  msgstr ""
196
 
197
+ #: ../includes/class.yith-wcwl-admin-init.php:1014
198
  msgid "\"Product already in wishlist\" text"
199
  msgstr ""
200
 
 
201
  #: ../includes/class.yith-wcwl-admin-init.php:1016
202
+ #: ../includes/class.yith-wcwl-admin-init.php:1017
203
  #: ../includes/class.yith-wcwl-ui.php:82
204
  msgid "The product is already in the wishlist!"
205
  msgstr ""
206
 
207
+ #: ../includes/class.yith-wcwl-admin-init.php:1022
208
  msgid "\"Product added\" text"
209
  msgstr ""
210
 
 
211
  #: ../includes/class.yith-wcwl-admin-init.php:1024
212
+ #: ../includes/class.yith-wcwl-admin-init.php:1025
213
+ #: ../includes/class.yith-wcwl-ui.php:81
214
  msgid "Product added!"
215
  msgstr ""
216
 
217
+ #: ../includes/class.yith-wcwl-admin-init.php:1030
218
  msgid "\"Add to Cart\" text"
219
  msgstr ""
220
 
 
221
  #: ../includes/class.yith-wcwl-admin-init.php:1032
222
+ #: ../includes/class.yith-wcwl-admin-init.php:1033
223
  msgid "Add to Cart"
224
  msgstr ""
225
 
226
+ #: ../includes/class.yith-wcwl-admin-init.php:1038
227
  msgid "Show Unit price"
228
  msgstr ""
229
 
230
+ #: ../includes/class.yith-wcwl-admin-init.php:1039
231
  msgid "Show unit price for each product in wishlist"
232
  msgstr ""
233
 
234
+ #: ../includes/class.yith-wcwl-admin-init.php:1047
235
  msgid "Show \"Add to Cart\" button"
236
  msgstr ""
237
 
238
+ #: ../includes/class.yith-wcwl-admin-init.php:1048
239
  msgid "Show \"Add to cart\" button for each product in wishlist"
240
  msgstr ""
241
 
242
+ #: ../includes/class.yith-wcwl-admin-init.php:1056
243
  msgid "Show Stock status"
244
  msgstr ""
245
 
246
+ #: ../includes/class.yith-wcwl-admin-init.php:1057
247
  msgid ""
248
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
249
  msgstr ""
250
 
251
+ #: ../includes/class.yith-wcwl-admin-init.php:1080
252
  msgid "Styles"
253
  msgstr ""
254
 
255
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
256
  msgid "Use buttons"
257
  msgstr ""
258
 
259
+ #: ../includes/class.yith-wcwl-admin-init.php:1088
260
  msgid "Use buttons instead of simple anchors."
261
  msgstr ""
262
 
263
+ #: ../includes/class.yith-wcwl-admin-init.php:1095
264
  msgid "Custom CSS"
265
  msgstr ""
266
 
267
+ #: ../includes/class.yith-wcwl-admin-init.php:1103
268
  msgid "Use theme style"
269
  msgstr ""
270
 
271
+ #: ../includes/class.yith-wcwl-admin-init.php:1104
272
  msgid "Use the theme style."
273
  msgstr ""
274
 
275
+ #: ../includes/class.yith-wcwl-admin-init.php:1111
276
  msgid "Rounded buttons"
277
  msgstr ""
278
 
279
+ #: ../includes/class.yith-wcwl-admin-init.php:1112
280
  msgid "Make button corners rounded"
281
  msgstr ""
282
 
283
+ #: ../includes/class.yith-wcwl-admin-init.php:1119
284
  msgid "\"Add to Wishlist\" icon"
285
  msgstr ""
286
 
287
+ #: ../includes/class.yith-wcwl-admin-init.php:1120
288
  msgid "Add an icon to the \"Add to Wishlist\" button"
289
  msgstr ""
290
 
291
+ #: ../includes/class.yith-wcwl-admin-init.php:1131
292
  msgid "\"Add to Cart\" icon"
293
  msgstr ""
294
 
295
+ #: ../includes/class.yith-wcwl-admin-init.php:1132
296
  msgid "Add an icon to the \"Add to Cart\" button"
297
  msgstr ""
298
 
299
+ #: ../includes/class.yith-wcwl-admin-init.php:1151
300
  msgid "Socials &amp; Share"
301
  msgstr ""
302
 
303
+ #: ../includes/class.yith-wcwl-admin-init.php:1158
304
  msgid "Share on Facebook"
305
  msgstr ""
306
 
307
+ #: ../includes/class.yith-wcwl-admin-init.php:1159
308
+ #: ../includes/class.yith-wcwl-admin-init.php:1183
309
  msgid "Show \"Share on Facebook\" button"
310
  msgstr ""
311
 
312
+ #: ../includes/class.yith-wcwl-admin-init.php:1166
313
  msgid "Tweet on Twitter"
314
  msgstr ""
315
 
316
+ #: ../includes/class.yith-wcwl-admin-init.php:1167
317
  msgid "Show \"Tweet on Twitter\" button"
318
  msgstr ""
319
 
320
+ #: ../includes/class.yith-wcwl-admin-init.php:1174
321
  msgid "Pin on Pinterest"
322
  msgstr ""
323
 
324
+ #: ../includes/class.yith-wcwl-admin-init.php:1175
325
  msgid "Show \"Pin on Pinterest\" button"
326
  msgstr ""
327
 
328
+ #: ../includes/class.yith-wcwl-admin-init.php:1182
329
  msgid "Share on Google+"
330
  msgstr ""
331
 
332
+ #: ../includes/class.yith-wcwl-admin-init.php:1190
333
  msgid "Share by Email"
334
  msgstr ""
335
 
336
+ #: ../includes/class.yith-wcwl-admin-init.php:1191
337
  msgid "Show \"Share by Email\" button"
338
  msgstr ""
339
 
340
+ #: ../includes/class.yith-wcwl-admin-init.php:1198
341
  msgid "Social title"
342
  msgstr ""
343
 
344
+ #: ../includes/class.yith-wcwl-admin-init.php:1206
345
  msgid "Social text"
346
  msgstr ""
347
 
348
+ #: ../includes/class.yith-wcwl-admin-init.php:1207
349
  msgid ""
350
  "It will be used by Facebook, Twitter and Pinterest. Use <strong>%wishlist_url"
351
  "%</strong> where you want to show the URL of your wishlist."
352
  msgstr ""
353
 
354
+ #: ../includes/class.yith-wcwl-admin-init.php:1215
355
  msgid "Social image URL"
356
  msgstr ""
357
 
358
+ #: ../includes/class.yith-wcwl-admin-init.php:1251
359
  msgid "\"Add to wishlist\" button"
360
  msgstr ""
361
 
 
 
 
 
 
 
 
 
362
  #: ../includes/class.yith-wcwl-admin-init.php:1254
363
  #: ../includes/class.yith-wcwl-admin-init.php:1272
364
  #: ../includes/class.yith-wcwl-admin-init.php:1290
365
  #: ../includes/class.yith-wcwl-admin-init.php:1308
366
  #: ../includes/class.yith-wcwl-admin-init.php:1326
367
+ msgid "Background"
368
  msgstr ""
369
 
370
  #: ../includes/class.yith-wcwl-admin-init.php:1255
372
  #: ../includes/class.yith-wcwl-admin-init.php:1291
373
  #: ../includes/class.yith-wcwl-admin-init.php:1309
374
  #: ../includes/class.yith-wcwl-admin-init.php:1327
375
+ msgid "Text"
376
  msgstr ""
377
 
378
+ #: ../includes/class.yith-wcwl-admin-init.php:1256
379
+ #: ../includes/class.yith-wcwl-admin-init.php:1274
380
+ #: ../includes/class.yith-wcwl-admin-init.php:1292
381
+ #: ../includes/class.yith-wcwl-admin-init.php:1310
382
+ #: ../includes/class.yith-wcwl-admin-init.php:1328
383
+ msgid "Border"
384
  msgstr ""
385
 
386
  #: ../includes/class.yith-wcwl-admin-init.php:1263
387
  #: ../includes/class.yith-wcwl-admin-init.php:1281
388
  #: ../includes/class.yith-wcwl-admin-init.php:1299
389
  #: ../includes/class.yith-wcwl-admin-init.php:1317
390
+ msgid "Background (hover)"
391
  msgstr ""
392
 
393
  #: ../includes/class.yith-wcwl-admin-init.php:1264
394
  #: ../includes/class.yith-wcwl-admin-init.php:1282
395
  #: ../includes/class.yith-wcwl-admin-init.php:1300
396
  #: ../includes/class.yith-wcwl-admin-init.php:1318
397
+ msgid "Text (hover)"
398
+ msgstr ""
399
+
400
+ #: ../includes/class.yith-wcwl-admin-init.php:1265
401
+ #: ../includes/class.yith-wcwl-admin-init.php:1283
402
+ #: ../includes/class.yith-wcwl-admin-init.php:1301
403
+ #: ../includes/class.yith-wcwl-admin-init.php:1319
404
  msgid "Border (hover)"
405
  msgstr ""
406
 
407
+ #: ../includes/class.yith-wcwl-admin-init.php:1269
408
  msgid "\"Add to Cart\" button"
409
  msgstr ""
410
 
411
+ #: ../includes/class.yith-wcwl-admin-init.php:1287
412
  msgid "\"Style 1\" button"
413
  msgstr ""
414
 
415
+ #: ../includes/class.yith-wcwl-admin-init.php:1305
416
  msgid "\"Style 2\" button"
417
  msgstr ""
418
 
419
+ #: ../includes/class.yith-wcwl-admin-init.php:1323
420
  msgid "Wishlist table"
421
  msgstr ""
422
 
423
+ #: ../includes/class.yith-wcwl-admin-init.php:1332
424
  msgid "Headers"
425
  msgstr ""
426
 
427
+ #: ../includes/class.yith-wcwl-admin-init.php:1335
428
  msgid "Background color"
429
  msgstr ""
430
 
431
+ #: ../includes/class.yith-wcwl-admin-init.php:1425
432
  msgid "Wishlist Activated"
433
  msgstr ""
434
 
435
+ #: ../includes/class.yith-wcwl-admin-init.php:1426
436
  #, php-format
437
  msgid ""
438
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
441
  "options, <a href=\"%s\">discover it now</a>."
442
  msgstr ""
443
 
444
+ #: ../includes/class.yith-wcwl-admin-init.php:1437
445
  msgid "Wishlist Updated"
446
  msgstr ""
447
 
448
+ #: ../includes/class.yith-wcwl-admin-init.php:1438
449
  #, php-format
450
  msgid ""
451
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
465
  msgid "wishlist"
466
  msgstr ""
467
 
468
+ #: ../includes/class.yith-wcwl-shortcode.php:230
469
  #: ../includes/class.yith-wcwl-ui.php:161
470
  msgid "Share on:"
471
  msgstr ""
487
  msgid "email"
488
  msgstr ""
489
 
490
+ #: ../includes/class.yith-wcwl.php:187
491
  msgid "Error occurred while adding products to the wishlist."
492
  msgstr ""
493
 
494
+ #: ../includes/class.yith-wcwl.php:271
495
  msgid "Error occurred while adding product to wishlist."
496
  msgstr ""
497
 
498
+ #: ../includes/class.yith-wcwl.php:286
499
  msgid "Remove now does not require any param"
500
  msgstr ""
501
 
502
+ #: ../includes/class.yith-wcwl.php:320
503
  msgid "Error occurred while removing products from the wishlist"
504
  msgstr ""
505
 
506
+ #: ../includes/class.yith-wcwl.php:598
507
  msgid "You need to log in before creating a new wishlist"
508
  msgstr ""
509
 
510
+ #: ../includes/class.yith-wcwl.php:1301
 
 
 
 
511
  msgid "Product successfully removed."
512
  msgstr ""
513
 
514
+ #: ../includes/class.yith-wcwl.php:1305
515
  msgid "Error. Unable to remove the product from the wishlist."
516
  msgstr ""
517
 
518
+ #: ../includes/class.yith-wcwl.php:1309 ../templates/wishlist-view.php:181
519
  msgid "No products were added to the wishlist"
520
  msgstr ""
521
 
720
  msgid "Add with multiupload"
721
  msgstr ""
722
 
723
+ #: ../plugin-fw/lib/yit-plugin-panel-wc.php:315
724
  msgid "The changes you have made will be lost if you leave this page."
725
  msgstr ""
726
 
728
  msgid "Plugin Settings"
729
  msgstr ""
730
 
731
+ #: ../plugin-fw/lib/yit-plugin-panel.php:94
732
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:101
733
  msgid "YIT Plugins"
734
  msgstr ""
735
 
736
+ #: ../plugin-fw/lib/yit-plugin-panel.php:273
737
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:142
738
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
739
  msgid "Save Changes"
740
  msgstr ""
741
 
742
+ #: ../plugin-fw/lib/yit-plugin-panel.php:276
743
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
744
  msgid ""
745
  "If you continue with this action, you will reset all options in this page."
746
  msgstr ""
747
 
748
+ #: ../plugin-fw/lib/yit-plugin-panel.php:278
749
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
750
+ msgid "Reset to Default"
 
751
  msgstr ""
752
 
753
+ #: ../plugin-fw/lib/yit-plugin-panel.php:278
754
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
755
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
756
  msgid "Are you sure?"
757
  msgstr ""
758
 
759
+ #: ../plugin-fw/lib/yit-plugin-panel.php:412
760
  msgid ""
761
  "The element you have entered already exists. Please, enter another name."
762
  msgstr ""
763
 
764
+ #: ../plugin-fw/lib/yit-plugin-panel.php:413
765
  msgid "Settings saved"
766
  msgstr ""
767
 
768
+ #: ../plugin-fw/lib/yit-plugin-panel.php:414
769
  msgid "Settings reset"
770
  msgstr ""
771
 
772
+ #: ../plugin-fw/lib/yit-plugin-panel.php:415
773
  msgid "Element deleted correctly."
774
  msgstr ""
775
 
776
+ #: ../plugin-fw/lib/yit-plugin-panel.php:416
777
+ #: ../plugin-fw/lib/yit-plugin-panel.php:417
778
  msgid "Element updated correctly."
779
  msgstr ""
780
 
781
+ #: ../plugin-fw/lib/yit-plugin-panel.php:418
782
  msgid "Database imported correctly."
783
  msgstr ""
784
 
785
+ #: ../plugin-fw/lib/yit-plugin-panel.php:419
786
  msgid "An error has occurred during import. Please try again."
787
  msgstr ""
788
 
789
+ #: ../plugin-fw/lib/yit-plugin-panel.php:420
790
  msgid "The added file is not valid."
791
  msgstr ""
792
 
793
+ #: ../plugin-fw/lib/yit-plugin-panel.php:421
794
  msgid "Sorry, import is disabled."
795
  msgstr ""
796
 
797
+ #: ../plugin-fw/lib/yit-plugin-panel.php:422
798
  msgid "Sorting successful."
799
  msgstr ""
800
 
918
  msgid "Update Plugin"
919
  msgstr ""
920
 
921
+ #: ../plugin-fw/licence/lib/yit-licence.php:156
922
  #, php-format
923
  msgid "%field% field cannot be empty"
924
  msgstr ""
925
 
926
+ #: ../plugin-fw/licence/lib/yit-licence.php:157
927
  msgid "%field_1% and %field_2% fields cannot be empty"
928
  msgstr ""
929
 
930
+ #: ../plugin-fw/licence/lib/yit-licence.php:158
931
  msgid "Unable to contact the remote server, please try again later. Thanks!"
932
  msgstr ""
933
 
934
+ #: ../plugin-fw/licence/lib/yit-licence.php:537
935
  msgid "Invalid Request"
936
  msgstr ""
937
 
938
+ #: ../plugin-fw/licence/lib/yit-licence.php:538
939
  msgid "Invalid licence key"
940
  msgstr ""
941
 
942
+ #: ../plugin-fw/licence/lib/yit-licence.php:539
943
  msgid "Software has been deactivated"
944
  msgstr ""
945
 
946
+ #: ../plugin-fw/licence/lib/yit-licence.php:540
947
  msgid "Maximum number of activations exceeded"
948
  msgstr ""
949
 
950
+ #: ../plugin-fw/licence/lib/yit-licence.php:541
951
  msgid "Invalid instance ID"
952
  msgstr ""
953
 
954
+ #: ../plugin-fw/licence/lib/yit-licence.php:542
955
  msgid "Invalid security key"
956
  msgstr ""
957
 
958
+ #: ../plugin-fw/licence/lib/yit-licence.php:543
959
  msgid "Licence key has expired"
960
  msgstr ""
961
 
962
+ #: ../plugin-fw/licence/lib/yit-licence.php:544
963
  msgid "Licence key has been banned"
964
  msgstr ""
965
 
1007
  #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:77
1008
  #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:109
1009
  #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:133
1010
+ #: ../templates/wishlist-view.php:62
1011
  msgid "Product Name"
1012
  msgstr ""
1013
 
1424
  msgid "Italic bold"
1425
  msgstr ""
1426
 
1427
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
1428
+ msgid "Reset Defaults"
1429
+ msgstr ""
1430
+
1431
  #: ../templates/share.php:28
1432
  msgid "Pinterest"
1433
  msgstr ""
1448
  msgid "Cancel"
1449
  msgstr ""
1450
 
1451
+ #: ../templates/wishlist-view.php:68
1452
  msgid "Unit Price"
1453
  msgstr ""
1454
 
1455
+ #: ../templates/wishlist-view.php:76
1456
  msgid "Stock Status"
1457
  msgstr ""
1458
 
1459
+ #: ../templates/wishlist-view.php:112
1460
  msgid "Remove this product"
1461
  msgstr ""
1462
 
1463
+ #: ../templates/wishlist-view.php:141
1464
  msgid "Free!"
1465
  msgstr ""
1466
 
1467
+ #: ../templates/wishlist-view.php:152
1468
  msgid "Out of Stock"
1469
  msgstr ""
1470
 
1471
+ #: ../templates/wishlist-view.php:155
1472
  msgid "In Stock"
1473
  msgstr ""
1474
 
1475
+ #: ../templates/wishlist-view.php:213 ../templates/wishlist-view.php:246
1476
  msgid "Ask an estimate of costs"
1477
  msgstr ""
1478
 
languages/yit-de_DE.mo CHANGED
Binary file
languages/yit-de_DE.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist v1.0.3\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-03-04 16:39+0100\n"
6
- "PO-Revision-Date: 2015-03-04 16:39+0100\n"
7
  "Last-Translator: YIThemes <support@yithemes.com>\n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
@@ -31,14 +31,14 @@ msgid ""
31
  msgstr ""
32
 
33
  #: includes/class.yith-wcwl-admin-init.php:188
34
- #: includes/class.yith-wcwl-admin-init.php:1399
35
- #: includes/class.yith-wcwl-admin-init.php:1400
36
  #: includes/class.yith-wcwl-install.php:240
37
  msgid "Wishlist"
38
  msgstr "Wunschliste"
39
 
40
  #: includes/class.yith-wcwl-admin-init.php:190
41
- #: includes/class.yith-wcwl-admin-init.php:289
42
  #: plugin-fw/lib/yit-cpt-unlimited.php:1048
43
  #: plugin-fw/lib/yit-cpt-unlimited.php:1196
44
  #: plugin-fw/lib/yit-cpt-unlimited.php:1202
@@ -47,75 +47,75 @@ msgid "Settings"
47
  msgstr "Einstellungen"
48
 
49
  #: includes/class.yith-wcwl-admin-init.php:191
50
- #: includes/class.yith-wcwl-admin-init.php:256
51
  msgid "Colors"
52
  msgstr "Farben"
53
 
54
  #: includes/class.yith-wcwl-admin-init.php:192
55
- #: includes/class.yith-wcwl-admin-init.php:293
56
  msgid "Premium Version"
57
  msgstr ""
58
 
59
- #: includes/class.yith-wcwl-admin-init.php:317
60
  msgid ""
61
  "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
62
  "link to update it."
63
  msgstr ""
64
 
65
- #: includes/class.yith-wcwl-admin-init.php:320
66
  msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
67
  msgstr ""
68
 
69
- #: includes/class.yith-wcwl-admin-init.php:325
70
  msgid "Plugin Documentation"
71
  msgstr ""
72
 
73
- #: includes/class.yith-wcwl-admin-init.php:341
74
  msgid "Wishlist Page"
75
  msgstr "Wunschlistenseite"
76
 
77
- #: includes/class.yith-wcwl-admin-init.php:342
78
  msgid "Page contents: [yith_wcwl_wishlist]"
79
  msgstr "Seiteninhalt: [yith_wcwl_wishlist]"
80
 
81
- #: includes/class.yith-wcwl-admin-init.php:917
82
  msgid "Upgrade to the PREMIUM VERSION"
83
  msgstr ""
84
 
85
- #: includes/class.yith-wcwl-admin-init.php:920
86
  msgid "YITH WooCommerce Wishlist"
87
  msgstr ""
88
 
89
- #: includes/class.yith-wcwl-admin-init.php:921
90
  msgid "Discover the Advanced Features"
91
  msgstr ""
92
 
93
- #: includes/class.yith-wcwl-admin-init.php:922
94
  msgid ""
95
  "Upgrade to the PREMIUM VERSION\n"
96
  "of YITH WOOCOMMERCE WISHLIST to benefit from all features!"
97
  msgstr ""
98
 
99
- #: includes/class.yith-wcwl-admin-init.php:929
100
  msgid "Get Support and Pro Features"
101
  msgstr ""
102
 
103
- #: includes/class.yith-wcwl-admin-init.php:930
104
  msgid ""
105
  "By purchasing the premium version of the plugin, you will take advantage of "
106
  "the advanced features of the product and you will get one year of free "
107
  "updates and support through our platform available 24h/24."
108
  msgstr ""
109
 
110
- #: includes/class.yith-wcwl-admin-init.php:940
111
  msgid "General Settings"
112
  msgstr "Allgemeine Einstellungen"
113
 
114
- #: includes/class.yith-wcwl-admin-init.php:947
115
  msgid "Enable YITH Wishlist"
116
  msgstr "Aktiviere YITH Wunschliste"
117
 
118
- #: includes/class.yith-wcwl-admin-init.php:948
119
  #, fuzzy, php-format
120
  msgid ""
121
  "Enable all plugin features. <strong>Be sure to select a voice in the "
@@ -127,24 +127,24 @@ msgstr ""
127
  "markiert ist.</strong> Bitte lesen Sie die Plugin- <a href=\"%s\" target="
128
  "\"_blank\">Hinweise</a>."
129
 
130
- #: includes/class.yith-wcwl-admin-init.php:955
131
  #, fuzzy
132
  msgid "Default wishlist title"
133
  msgstr "Wunschlistentitel"
134
 
135
- #: includes/class.yith-wcwl-admin-init.php:957
136
  #: includes/class.yith-wcwl-admin-init.php:958
137
- #: includes/class.yith-wcwl-admin-init.php:1199
138
  #: includes/class.yith-wcwl-admin-init.php:1200
 
139
  #, php-format
140
  msgid "My wishlist on %s"
141
  msgstr "Meine Wunschliste von %s"
142
 
143
- #: includes/class.yith-wcwl-admin-init.php:966
144
  msgid "Position"
145
  msgstr "Position"
146
 
147
- #: includes/class.yith-wcwl-admin-init.php:967
148
  #, fuzzy
149
  msgid ""
150
  "You can add it in variable products only After \"Add to Cart \" or using the "
@@ -153,27 +153,27 @@ msgstr ""
153
  "Bei Variablen Produkten kann nur nach \"Add to Cart\" eingetragen werden "
154
  "oder der Shortcode[yith_wcwl_add_to_wishlist] verwendet werden."
155
 
156
- #: includes/class.yith-wcwl-admin-init.php:973
157
  msgid "After \"Add to cart\""
158
  msgstr "Nach \"Add to cart\""
159
 
160
- #: includes/class.yith-wcwl-admin-init.php:974
161
  msgid "After thumbnails"
162
  msgstr "Nach Thumbnails (Miniaturbilder)"
163
 
164
- #: includes/class.yith-wcwl-admin-init.php:975
165
  msgid "After summary"
166
  msgstr "Nach Zusammenfassung"
167
 
168
- #: includes/class.yith-wcwl-admin-init.php:976
169
  msgid "Use shortcode"
170
  msgstr "Shortcode verwenden"
171
 
172
- #: includes/class.yith-wcwl-admin-init.php:981
173
  msgid "Redirect to cart"
174
  msgstr "Weiterleiten zum Warenkorb"
175
 
176
- #: includes/class.yith-wcwl-admin-init.php:982
177
  msgid ""
178
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
179
  "page."
@@ -181,203 +181,203 @@ msgstr ""
181
  "Zum Warenkorb weiterleiten, wenn \"Add to cart\" Button auf der "
182
  "Wunschlistenseite angeklickt wurde"
183
 
184
- #: includes/class.yith-wcwl-admin-init.php:989
185
  msgid "Remove if added to the cart"
186
  msgstr "Entfernen, wenn Produkt zum Warenkorb hinzugefügt wurde"
187
 
188
- #: includes/class.yith-wcwl-admin-init.php:990
189
  #, fuzzy
190
  msgid "Remove the product from the wishlist if it has been added to the cart."
191
  msgstr ""
192
  "Produkt von der Wunschliste enfernen, wenn es zum Warenkorb hinzugefügt wurde"
193
 
194
- #: includes/class.yith-wcwl-admin-init.php:997
195
  msgid "\"Add to Wishlist\" text"
196
  msgstr "\"Zu Wunschliste hinzufügen\" Text"
197
 
198
- #: includes/class.yith-wcwl-admin-init.php:999
199
  #: includes/class.yith-wcwl-admin-init.php:1000
 
200
  msgid "Add to Wishlist"
201
  msgstr "Zu Wunschliste hinzufügen"
202
 
203
- #: includes/class.yith-wcwl-admin-init.php:1005
204
  #, fuzzy
205
  msgid "\"Browse wishlist\" text"
206
  msgstr "Wunschliste durchsuchen"
207
 
208
- #: includes/class.yith-wcwl-admin-init.php:1007
209
  #: includes/class.yith-wcwl-admin-init.php:1008
 
210
  #: includes/class.yith-wcwl-ui.php:81 includes/class.yith-wcwl-ui.php:82
211
  msgid "Browse Wishlist"
212
  msgstr "Wunschliste durchsuchen"
213
 
214
- #: includes/class.yith-wcwl-admin-init.php:1013
215
  #, fuzzy
216
  msgid "\"Product already in wishlist\" text"
217
  msgstr "Produkt ist bereits auf der Wunschliste"
218
 
219
- #: includes/class.yith-wcwl-admin-init.php:1015
220
  #: includes/class.yith-wcwl-admin-init.php:1016
 
221
  #: includes/class.yith-wcwl-ui.php:82
222
  msgid "The product is already in the wishlist!"
223
  msgstr "Dieses Produkt ist bereits in der Wunschliste vorhanden."
224
 
225
- #: includes/class.yith-wcwl-admin-init.php:1021
226
  #, fuzzy
227
  msgid "\"Product added\" text"
228
  msgstr "Produkt hinzugefügt!"
229
 
230
- #: includes/class.yith-wcwl-admin-init.php:1023
231
  #: includes/class.yith-wcwl-admin-init.php:1024
232
- #: includes/class.yith-wcwl-ui.php:81 includes/class.yith-wcwl.php:1237
 
233
  msgid "Product added!"
234
  msgstr "Produkt hinzugefügt!"
235
 
236
- #: includes/class.yith-wcwl-admin-init.php:1029
237
  msgid "\"Add to Cart\" text"
238
  msgstr "\"Auf die Wunschliste setzen\" Text"
239
 
240
- #: includes/class.yith-wcwl-admin-init.php:1031
241
  #: includes/class.yith-wcwl-admin-init.php:1032
 
242
  msgid "Add to Cart"
243
  msgstr "Zum Warenkorb hinzufügen"
244
 
245
- #: includes/class.yith-wcwl-admin-init.php:1037
246
  #, fuzzy
247
  msgid "Show Unit price"
248
  msgstr "Preis"
249
 
250
- #: includes/class.yith-wcwl-admin-init.php:1038
251
  msgid "Show unit price for each product in wishlist"
252
  msgstr ""
253
 
254
- #: includes/class.yith-wcwl-admin-init.php:1046
255
  #, fuzzy
256
  msgid "Show \"Add to Cart\" button"
257
  msgstr "\"Zu Warenkorb hinzufügen\" Button Text"
258
 
259
- #: includes/class.yith-wcwl-admin-init.php:1047
260
  #, fuzzy
261
  msgid "Show \"Add to cart\" button for each product in wishlist"
262
  msgstr "\"Zu Warenkorb hinzufügen\" Button Hintergrund"
263
 
264
- #: includes/class.yith-wcwl-admin-init.php:1055
265
  #, fuzzy
266
  msgid "Show Stock status"
267
  msgstr "Lagerstatus"
268
 
269
- #: includes/class.yith-wcwl-admin-init.php:1056
270
  msgid ""
271
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
272
  msgstr ""
273
 
274
- #: includes/class.yith-wcwl-admin-init.php:1079
275
  msgid "Styles"
276
  msgstr "Style"
277
 
278
- #: includes/class.yith-wcwl-admin-init.php:1086
279
  msgid "Use buttons"
280
  msgstr "Buttons verwenden"
281
 
282
- #: includes/class.yith-wcwl-admin-init.php:1087
283
  #, fuzzy
284
  msgid "Use buttons instead of simple anchors."
285
  msgstr "Buttons anstatt von einfachen Anchors verwenden"
286
 
287
- #: includes/class.yith-wcwl-admin-init.php:1094
288
  msgid "Custom CSS"
289
  msgstr "Benutzerdefiniertes CSS"
290
 
291
- #: includes/class.yith-wcwl-admin-init.php:1102
292
  msgid "Use theme style"
293
  msgstr "Theme Design verwenden"
294
 
295
- #: includes/class.yith-wcwl-admin-init.php:1103
296
  msgid "Use the theme style."
297
  msgstr "Theme Design verwenden"
298
 
299
- #: includes/class.yith-wcwl-admin-init.php:1110
300
  #, fuzzy
301
  msgid "Rounded buttons"
302
  msgstr "Buttons verwenden"
303
 
304
- #: includes/class.yith-wcwl-admin-init.php:1111
305
  #, fuzzy
306
  msgid "Make button corners rounded"
307
  msgstr "Button mit abgerundeten Ecken nutzen"
308
 
309
- #: includes/class.yith-wcwl-admin-init.php:1118
310
  msgid "\"Add to Wishlist\" icon"
311
  msgstr "\"Zur Wunschliste hinzufügen\" Icon"
312
 
313
- #: includes/class.yith-wcwl-admin-init.php:1119
314
  msgid "Add an icon to the \"Add to Wishlist\" button"
315
  msgstr "Ein Icon zu \"Auf die Wunschliste setzen\" Button verwenden"
316
 
317
- #: includes/class.yith-wcwl-admin-init.php:1130
318
  msgid "\"Add to Cart\" icon"
319
  msgstr "\"In den Warenkoeb\" Icon"
320
 
321
- #: includes/class.yith-wcwl-admin-init.php:1131
322
  msgid "Add an icon to the \"Add to Cart\" button"
323
  msgstr "Ein \"In den Warenkorb\"- Icon hinzufügen"
324
 
325
- #: includes/class.yith-wcwl-admin-init.php:1150
326
  msgid "Socials &amp; Share"
327
  msgstr "Soziale Netzwerke; Teilen"
328
 
329
- #: includes/class.yith-wcwl-admin-init.php:1157
330
  msgid "Share on Facebook"
331
  msgstr "Auf Facebook teilen"
332
 
333
- #: includes/class.yith-wcwl-admin-init.php:1158
334
- #: includes/class.yith-wcwl-admin-init.php:1182
335
  #, fuzzy
336
  msgid "Show \"Share on Facebook\" button"
337
  msgstr "Auf Facebook teilen"
338
 
339
- #: includes/class.yith-wcwl-admin-init.php:1165
340
  msgid "Tweet on Twitter"
341
  msgstr "Auf Twitter tweeten"
342
 
343
- #: includes/class.yith-wcwl-admin-init.php:1166
344
  #, fuzzy
345
  msgid "Show \"Tweet on Twitter\" button"
346
  msgstr "Auf Twitter tweeten"
347
 
348
- #: includes/class.yith-wcwl-admin-init.php:1173
349
  msgid "Pin on Pinterest"
350
  msgstr "Auf Pinterest pinnen"
351
 
352
- #: includes/class.yith-wcwl-admin-init.php:1174
353
  #, fuzzy
354
  msgid "Show \"Pin on Pinterest\" button"
355
  msgstr "Auf Pinterest pinnen"
356
 
357
- #: includes/class.yith-wcwl-admin-init.php:1181
358
  msgid "Share on Google+"
359
  msgstr "Bei Google+ teilen"
360
 
361
- #: includes/class.yith-wcwl-admin-init.php:1189
362
  msgid "Share by Email"
363
  msgstr ""
364
 
365
- #: includes/class.yith-wcwl-admin-init.php:1190
366
  #, fuzzy
367
  msgid "Show \"Share by Email\" button"
368
  msgstr "\"Zu Warenkorb hinzufügen\" Button Text"
369
 
370
- #: includes/class.yith-wcwl-admin-init.php:1197
371
  #, fuzzy
372
  msgid "Social title"
373
  msgstr "Soziale Netzwerke-Titel"
374
 
375
- #: includes/class.yith-wcwl-admin-init.php:1205
376
  #, fuzzy
377
  msgid "Social text"
378
  msgstr "Soziale Netzwerke Text"
379
 
380
- #: includes/class.yith-wcwl-admin-init.php:1206
381
  #, fuzzy
382
  msgid ""
383
  "It will be used by Facebook, Twitter and Pinterest. Use <strong>%wishlist_url"
@@ -386,30 +386,22 @@ msgstr ""
386
  "Wird bei Facebook, Twitter und Pinterest genutzt. Benutzen Sie <strong>"
387
  "%wishlist_url%</strong> wenn die URL der Wunschliste angezeigt werden soll. "
388
 
389
- #: includes/class.yith-wcwl-admin-init.php:1214
390
  #, fuzzy
391
  msgid "Social image URL"
392
  msgstr "Soziale Netzwerke Bild URL"
393
 
394
- #: includes/class.yith-wcwl-admin-init.php:1250
395
  #, fuzzy
396
  msgid "\"Add to wishlist\" button"
397
  msgstr "\"Zu Wunschliste hinzufügen\" Button Text"
398
 
399
- #: includes/class.yith-wcwl-admin-init.php:1253
400
- #: includes/class.yith-wcwl-admin-init.php:1271
401
- #: includes/class.yith-wcwl-admin-init.php:1289
402
- #: includes/class.yith-wcwl-admin-init.php:1307
403
- #: includes/class.yith-wcwl-admin-init.php:1325
404
- msgid "Background"
405
- msgstr ""
406
-
407
  #: includes/class.yith-wcwl-admin-init.php:1254
408
  #: includes/class.yith-wcwl-admin-init.php:1272
409
  #: includes/class.yith-wcwl-admin-init.php:1290
410
  #: includes/class.yith-wcwl-admin-init.php:1308
411
  #: includes/class.yith-wcwl-admin-init.php:1326
412
- msgid "Text"
413
  msgstr ""
414
 
415
  #: includes/class.yith-wcwl-admin-init.php:1255
@@ -417,62 +409,70 @@ msgstr ""
417
  #: includes/class.yith-wcwl-admin-init.php:1291
418
  #: includes/class.yith-wcwl-admin-init.php:1309
419
  #: includes/class.yith-wcwl-admin-init.php:1327
420
- msgid "Border"
421
  msgstr ""
422
 
423
- #: includes/class.yith-wcwl-admin-init.php:1262
424
- #: includes/class.yith-wcwl-admin-init.php:1280
425
- #: includes/class.yith-wcwl-admin-init.php:1298
426
- #: includes/class.yith-wcwl-admin-init.php:1316
427
- msgid "Background (hover)"
 
428
  msgstr ""
429
 
430
  #: includes/class.yith-wcwl-admin-init.php:1263
431
  #: includes/class.yith-wcwl-admin-init.php:1281
432
  #: includes/class.yith-wcwl-admin-init.php:1299
433
  #: includes/class.yith-wcwl-admin-init.php:1317
434
- msgid "Text (hover)"
435
  msgstr ""
436
 
437
  #: includes/class.yith-wcwl-admin-init.php:1264
438
  #: includes/class.yith-wcwl-admin-init.php:1282
439
  #: includes/class.yith-wcwl-admin-init.php:1300
440
  #: includes/class.yith-wcwl-admin-init.php:1318
 
 
 
 
 
 
 
441
  msgid "Border (hover)"
442
  msgstr ""
443
 
444
- #: includes/class.yith-wcwl-admin-init.php:1268
445
  #, fuzzy
446
  msgid "\"Add to Cart\" button"
447
  msgstr "\"Zu Warenkorb hinzufügen\" Button Text"
448
 
449
- #: includes/class.yith-wcwl-admin-init.php:1286
450
  msgid "\"Style 1\" button"
451
  msgstr ""
452
 
453
- #: includes/class.yith-wcwl-admin-init.php:1304
454
  msgid "\"Style 2\" button"
455
  msgstr ""
456
 
457
- #: includes/class.yith-wcwl-admin-init.php:1322
458
  #, fuzzy
459
  msgid "Wishlist table"
460
  msgstr "Wunschlistentitel"
461
 
462
- #: includes/class.yith-wcwl-admin-init.php:1331
463
  msgid "Headers"
464
  msgstr ""
465
 
466
- #: includes/class.yith-wcwl-admin-init.php:1334
467
  msgid "Background color"
468
  msgstr ""
469
 
470
- #: includes/class.yith-wcwl-admin-init.php:1461
471
  #, fuzzy
472
  msgid "Wishlist Activated"
473
  msgstr "Wunschlistentitel"
474
 
475
- #: includes/class.yith-wcwl-admin-init.php:1462
476
  #, php-format
477
  msgid ""
478
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
@@ -481,12 +481,12 @@ msgid ""
481
  "options, <a href=\"%s\">discover it now</a>."
482
  msgstr ""
483
 
484
- #: includes/class.yith-wcwl-admin-init.php:1473
485
  #, fuzzy
486
  msgid "Wishlist Updated"
487
  msgstr "Wunschlistenseite"
488
 
489
- #: includes/class.yith-wcwl-admin-init.php:1474
490
  #, php-format
491
  msgid ""
492
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
@@ -508,7 +508,7 @@ msgctxt "page_slug"
508
  msgid "wishlist"
509
  msgstr "Wunschliste"
510
 
511
- #: includes/class.yith-wcwl-shortcode.php:224
512
  #: includes/class.yith-wcwl-ui.php:161
513
  msgid "Share on:"
514
  msgstr "Teilen auf:"
@@ -529,48 +529,44 @@ msgstr "Twitter"
529
  msgid "email"
530
  msgstr ""
531
 
532
- #: includes/class.yith-wcwl.php:185
533
  #, fuzzy
534
  msgid "Error occurred while adding products to the wishlist."
535
  msgstr ""
536
  "Es ist ein Fehler aufgetreten. Produkt konnte nicht auf die Wunschliste "
537
  "gesetzt werden."
538
 
539
- #: includes/class.yith-wcwl.php:269
540
  msgid "Error occurred while adding product to wishlist."
541
  msgstr ""
542
  "Es ist ein Fehler aufgetreten. Produkt konnte nicht auf die Wunschliste "
543
  "gesetzt werden."
544
 
545
- #: includes/class.yith-wcwl.php:284
546
  msgid "Remove now does not require any param"
547
  msgstr ""
548
 
549
- #: includes/class.yith-wcwl.php:318
550
  #, fuzzy
551
  msgid "Error occurred while removing products from the wishlist"
552
  msgstr ""
553
  "Es ist ein Fehler aufgetreten. Das Produkt konnte nicht von der Wunschliste "
554
  "entfernt werden. "
555
 
556
- #: includes/class.yith-wcwl.php:596
557
  msgid "You need to log in before creating a new wishlist"
558
  msgstr ""
559
 
560
- #: includes/class.yith-wcwl.php:1240
561
- msgid "Product already in the wishlist."
562
- msgstr "Produkt ist bereits auf der Wunschliste"
563
-
564
- #: includes/class.yith-wcwl.php:1272
565
  msgid "Product successfully removed."
566
  msgstr "Produkt wurde von der Wunschliste entfernt. "
567
 
568
- #: includes/class.yith-wcwl.php:1276
569
  msgid "Error. Unable to remove the product from the wishlist."
570
  msgstr ""
571
  "Fehlermeldung: Entfernen des Produkts von der Wunschliste nicht möglich. "
572
 
573
- #: includes/class.yith-wcwl.php:1280 templates/wishlist-view.php:170
574
  msgid "No products were added to the wishlist"
575
  msgstr "Es wurden keine Produkte auf die Wunschliste gesetzt"
576
 
@@ -781,7 +777,7 @@ msgstr ""
781
  msgid "Add with multiupload"
782
  msgstr ""
783
 
784
- #: plugin-fw/lib/yit-plugin-panel-wc.php:345
785
  msgid "The changes you have made will be lost if you leave this page."
786
  msgstr ""
787
 
@@ -790,76 +786,76 @@ msgstr ""
790
  msgid "Plugin Settings"
791
  msgstr "Einstellungen"
792
 
793
- #: plugin-fw/lib/yit-plugin-panel.php:92
794
  #: plugin-fw/lib/yit-plugin-subpanel.php:101
795
  msgid "YIT Plugins"
796
  msgstr ""
797
 
798
- #: plugin-fw/lib/yit-plugin-panel.php:271
799
  #: plugin-fw/lib/yit-plugin-subpanel.php:142
800
  #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
801
  msgid "Save Changes"
802
  msgstr ""
803
 
804
- #: plugin-fw/lib/yit-plugin-panel.php:274
805
  #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
806
  msgid ""
807
  "If you continue with this action, you will reset all options in this page."
808
  msgstr ""
809
 
810
- #: plugin-fw/lib/yit-plugin-panel.php:276
811
  #: plugin-fw/lib/yit-plugin-subpanel.php:147
812
- #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
813
- msgid "Reset Defaults"
814
- msgstr ""
815
 
816
- #: plugin-fw/lib/yit-plugin-panel.php:276
817
  #: plugin-fw/lib/yit-plugin-subpanel.php:147
818
  #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
819
  msgid "Are you sure?"
820
  msgstr ""
821
 
822
- #: plugin-fw/lib/yit-plugin-panel.php:410
823
  msgid ""
824
  "The element you have entered already exists. Please, enter another name."
825
  msgstr ""
826
 
827
- #: plugin-fw/lib/yit-plugin-panel.php:411
828
  #, fuzzy
829
  msgid "Settings saved"
830
  msgstr "Einstellungen"
831
 
832
- #: plugin-fw/lib/yit-plugin-panel.php:412
833
  #, fuzzy
834
  msgid "Settings reset"
835
  msgstr "Einstellungen"
836
 
837
- #: plugin-fw/lib/yit-plugin-panel.php:413
838
  msgid "Element deleted correctly."
839
  msgstr ""
840
 
841
- #: plugin-fw/lib/yit-plugin-panel.php:414
842
- #: plugin-fw/lib/yit-plugin-panel.php:415
843
  msgid "Element updated correctly."
844
  msgstr ""
845
 
846
- #: plugin-fw/lib/yit-plugin-panel.php:416
847
  msgid "Database imported correctly."
848
  msgstr ""
849
 
850
- #: plugin-fw/lib/yit-plugin-panel.php:417
851
  msgid "An error has occurred during import. Please try again."
852
  msgstr ""
853
 
854
- #: plugin-fw/lib/yit-plugin-panel.php:418
855
  msgid "The added file is not valid."
856
  msgstr ""
857
 
858
- #: plugin-fw/lib/yit-plugin-panel.php:419
859
  msgid "Sorry, import is disabled."
860
  msgstr ""
861
 
862
- #: plugin-fw/lib/yit-plugin-panel.php:420
863
  msgid "Sorting successful."
864
  msgstr ""
865
 
@@ -983,48 +979,48 @@ msgstr ""
983
  msgid "Update Plugin"
984
  msgstr ""
985
 
986
- #: plugin-fw/licence/lib/yit-licence.php:148
987
  #, php-format
988
  msgid "%field% field cannot be empty"
989
  msgstr ""
990
 
991
- #: plugin-fw/licence/lib/yit-licence.php:149
992
  msgid "%field_1% and %field_2% fields cannot be empty"
993
  msgstr ""
994
 
995
- #: plugin-fw/licence/lib/yit-licence.php:150
996
  msgid "Unable to contact the remote server, please try again later. Thanks!"
997
  msgstr ""
998
 
999
- #: plugin-fw/licence/lib/yit-licence.php:529
1000
  msgid "Invalid Request"
1001
  msgstr ""
1002
 
1003
- #: plugin-fw/licence/lib/yit-licence.php:530
1004
  msgid "Invalid licence key"
1005
  msgstr ""
1006
 
1007
- #: plugin-fw/licence/lib/yit-licence.php:531
1008
  msgid "Software has been deactivated"
1009
  msgstr ""
1010
 
1011
- #: plugin-fw/licence/lib/yit-licence.php:532
1012
  msgid "Maximum number of activations exceeded"
1013
  msgstr ""
1014
 
1015
- #: plugin-fw/licence/lib/yit-licence.php:533
1016
  msgid "Invalid instance ID"
1017
  msgstr ""
1018
 
1019
- #: plugin-fw/licence/lib/yit-licence.php:534
1020
  msgid "Invalid security key"
1021
  msgstr ""
1022
 
1023
- #: plugin-fw/licence/lib/yit-licence.php:535
1024
  msgid "Licence key has expired"
1025
  msgstr ""
1026
 
1027
- #: plugin-fw/licence/lib/yit-licence.php:536
1028
  msgid "Licence key has been banned"
1029
  msgstr ""
1030
 
@@ -1072,7 +1068,7 @@ msgstr ""
1072
  #: plugin-fw/licence/templates/panel/activation/activation-panel.php:77
1073
  #: plugin-fw/licence/templates/panel/activation/activation-panel.php:109
1074
  #: plugin-fw/licence/templates/panel/activation/activation-panel.php:133
1075
- #: templates/wishlist-view.php:56
1076
  msgid "Product Name"
1077
  msgstr "Produktname"
1078
 
@@ -1495,6 +1491,10 @@ msgstr ""
1495
  msgid "Italic bold"
1496
  msgstr ""
1497
 
 
 
 
 
1498
  #: templates/share.php:28
1499
  #, fuzzy
1500
  msgid "Pinterest"
@@ -1517,31 +1517,31 @@ msgstr ""
1517
  msgid "Cancel"
1518
  msgstr ""
1519
 
1520
- #: templates/wishlist-view.php:62
1521
  msgid "Unit Price"
1522
  msgstr "Preis"
1523
 
1524
- #: templates/wishlist-view.php:70
1525
  msgid "Stock Status"
1526
  msgstr "Lagerstatus"
1527
 
1528
- #: templates/wishlist-view.php:101
1529
  msgid "Remove this product"
1530
  msgstr "Dieses Produkt entfernen"
1531
 
1532
- #: templates/wishlist-view.php:130
1533
  msgid "Free!"
1534
  msgstr ""
1535
 
1536
- #: templates/wishlist-view.php:141
1537
  msgid "Out of Stock"
1538
  msgstr "Nicht auf Lager"
1539
 
1540
- #: templates/wishlist-view.php:144
1541
  msgid "In Stock"
1542
  msgstr "Auf Lager"
1543
 
1544
- #: templates/wishlist-view.php:196
1545
  msgid "Ask an estimate of costs"
1546
  msgstr ""
1547
 
@@ -1565,6 +1565,9 @@ msgstr ""
1565
  msgid "Click to preview"
1566
  msgstr ""
1567
 
 
 
 
1568
  #, fuzzy
1569
  #~ msgid "Button rounded corners"
1570
  #~ msgstr "Button mit abgerundeten Ecken"
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist v1.0.3\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-03-18 10:23+0100\n"
6
+ "PO-Revision-Date: 2015-03-18 10:23+0100\n"
7
  "Last-Translator: YIThemes <support@yithemes.com>\n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
31
  msgstr ""
32
 
33
  #: includes/class.yith-wcwl-admin-init.php:188
34
+ #: includes/class.yith-wcwl-admin-init.php:1359
35
+ #: includes/class.yith-wcwl-admin-init.php:1360
36
  #: includes/class.yith-wcwl-install.php:240
37
  msgid "Wishlist"
38
  msgstr "Wunschliste"
39
 
40
  #: includes/class.yith-wcwl-admin-init.php:190
41
+ #: includes/class.yith-wcwl-admin-init.php:290
42
  #: plugin-fw/lib/yit-cpt-unlimited.php:1048
43
  #: plugin-fw/lib/yit-cpt-unlimited.php:1196
44
  #: plugin-fw/lib/yit-cpt-unlimited.php:1202
47
  msgstr "Einstellungen"
48
 
49
  #: includes/class.yith-wcwl-admin-init.php:191
50
+ #: includes/class.yith-wcwl-admin-init.php:257
51
  msgid "Colors"
52
  msgstr "Farben"
53
 
54
  #: includes/class.yith-wcwl-admin-init.php:192
55
+ #: includes/class.yith-wcwl-admin-init.php:294
56
  msgid "Premium Version"
57
  msgstr ""
58
 
59
+ #: includes/class.yith-wcwl-admin-init.php:318
60
  msgid ""
61
  "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
62
  "link to update it."
63
  msgstr ""
64
 
65
+ #: includes/class.yith-wcwl-admin-init.php:321
66
  msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
67
  msgstr ""
68
 
69
+ #: includes/class.yith-wcwl-admin-init.php:326
70
  msgid "Plugin Documentation"
71
  msgstr ""
72
 
73
+ #: includes/class.yith-wcwl-admin-init.php:342
74
  msgid "Wishlist Page"
75
  msgstr "Wunschlistenseite"
76
 
77
+ #: includes/class.yith-wcwl-admin-init.php:343
78
  msgid "Page contents: [yith_wcwl_wishlist]"
79
  msgstr "Seiteninhalt: [yith_wcwl_wishlist]"
80
 
81
+ #: includes/class.yith-wcwl-admin-init.php:918
82
  msgid "Upgrade to the PREMIUM VERSION"
83
  msgstr ""
84
 
85
+ #: includes/class.yith-wcwl-admin-init.php:921
86
  msgid "YITH WooCommerce Wishlist"
87
  msgstr ""
88
 
89
+ #: includes/class.yith-wcwl-admin-init.php:922
90
  msgid "Discover the Advanced Features"
91
  msgstr ""
92
 
93
+ #: includes/class.yith-wcwl-admin-init.php:923
94
  msgid ""
95
  "Upgrade to the PREMIUM VERSION\n"
96
  "of YITH WOOCOMMERCE WISHLIST to benefit from all features!"
97
  msgstr ""
98
 
99
+ #: includes/class.yith-wcwl-admin-init.php:930
100
  msgid "Get Support and Pro Features"
101
  msgstr ""
102
 
103
+ #: includes/class.yith-wcwl-admin-init.php:931
104
  msgid ""
105
  "By purchasing the premium version of the plugin, you will take advantage of "
106
  "the advanced features of the product and you will get one year of free "
107
  "updates and support through our platform available 24h/24."
108
  msgstr ""
109
 
110
+ #: includes/class.yith-wcwl-admin-init.php:941
111
  msgid "General Settings"
112
  msgstr "Allgemeine Einstellungen"
113
 
114
+ #: includes/class.yith-wcwl-admin-init.php:948
115
  msgid "Enable YITH Wishlist"
116
  msgstr "Aktiviere YITH Wunschliste"
117
 
118
+ #: includes/class.yith-wcwl-admin-init.php:949
119
  #, fuzzy, php-format
120
  msgid ""
121
  "Enable all plugin features. <strong>Be sure to select a voice in the "
127
  "markiert ist.</strong> Bitte lesen Sie die Plugin- <a href=\"%s\" target="
128
  "\"_blank\">Hinweise</a>."
129
 
130
+ #: includes/class.yith-wcwl-admin-init.php:956
131
  #, fuzzy
132
  msgid "Default wishlist title"
133
  msgstr "Wunschlistentitel"
134
 
 
135
  #: includes/class.yith-wcwl-admin-init.php:958
136
+ #: includes/class.yith-wcwl-admin-init.php:959
137
  #: includes/class.yith-wcwl-admin-init.php:1200
138
+ #: includes/class.yith-wcwl-admin-init.php:1201
139
  #, php-format
140
  msgid "My wishlist on %s"
141
  msgstr "Meine Wunschliste von %s"
142
 
143
+ #: includes/class.yith-wcwl-admin-init.php:967
144
  msgid "Position"
145
  msgstr "Position"
146
 
147
+ #: includes/class.yith-wcwl-admin-init.php:968
148
  #, fuzzy
149
  msgid ""
150
  "You can add it in variable products only After \"Add to Cart \" or using the "
153
  "Bei Variablen Produkten kann nur nach \"Add to Cart\" eingetragen werden "
154
  "oder der Shortcode[yith_wcwl_add_to_wishlist] verwendet werden."
155
 
156
+ #: includes/class.yith-wcwl-admin-init.php:974
157
  msgid "After \"Add to cart\""
158
  msgstr "Nach \"Add to cart\""
159
 
160
+ #: includes/class.yith-wcwl-admin-init.php:975
161
  msgid "After thumbnails"
162
  msgstr "Nach Thumbnails (Miniaturbilder)"
163
 
164
+ #: includes/class.yith-wcwl-admin-init.php:976
165
  msgid "After summary"
166
  msgstr "Nach Zusammenfassung"
167
 
168
+ #: includes/class.yith-wcwl-admin-init.php:977
169
  msgid "Use shortcode"
170
  msgstr "Shortcode verwenden"
171
 
172
+ #: includes/class.yith-wcwl-admin-init.php:982
173
  msgid "Redirect to cart"
174
  msgstr "Weiterleiten zum Warenkorb"
175
 
176
+ #: includes/class.yith-wcwl-admin-init.php:983
177
  msgid ""
178
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
179
  "page."
181
  "Zum Warenkorb weiterleiten, wenn \"Add to cart\" Button auf der "
182
  "Wunschlistenseite angeklickt wurde"
183
 
184
+ #: includes/class.yith-wcwl-admin-init.php:990
185
  msgid "Remove if added to the cart"
186
  msgstr "Entfernen, wenn Produkt zum Warenkorb hinzugefügt wurde"
187
 
188
+ #: includes/class.yith-wcwl-admin-init.php:991
189
  #, fuzzy
190
  msgid "Remove the product from the wishlist if it has been added to the cart."
191
  msgstr ""
192
  "Produkt von der Wunschliste enfernen, wenn es zum Warenkorb hinzugefügt wurde"
193
 
194
+ #: includes/class.yith-wcwl-admin-init.php:998
195
  msgid "\"Add to Wishlist\" text"
196
  msgstr "\"Zu Wunschliste hinzufügen\" Text"
197
 
 
198
  #: includes/class.yith-wcwl-admin-init.php:1000
199
+ #: includes/class.yith-wcwl-admin-init.php:1001
200
  msgid "Add to Wishlist"
201
  msgstr "Zu Wunschliste hinzufügen"
202
 
203
+ #: includes/class.yith-wcwl-admin-init.php:1006
204
  #, fuzzy
205
  msgid "\"Browse wishlist\" text"
206
  msgstr "Wunschliste durchsuchen"
207
 
 
208
  #: includes/class.yith-wcwl-admin-init.php:1008
209
+ #: includes/class.yith-wcwl-admin-init.php:1009
210
  #: includes/class.yith-wcwl-ui.php:81 includes/class.yith-wcwl-ui.php:82
211
  msgid "Browse Wishlist"
212
  msgstr "Wunschliste durchsuchen"
213
 
214
+ #: includes/class.yith-wcwl-admin-init.php:1014
215
  #, fuzzy
216
  msgid "\"Product already in wishlist\" text"
217
  msgstr "Produkt ist bereits auf der Wunschliste"
218
 
 
219
  #: includes/class.yith-wcwl-admin-init.php:1016
220
+ #: includes/class.yith-wcwl-admin-init.php:1017
221
  #: includes/class.yith-wcwl-ui.php:82
222
  msgid "The product is already in the wishlist!"
223
  msgstr "Dieses Produkt ist bereits in der Wunschliste vorhanden."
224
 
225
+ #: includes/class.yith-wcwl-admin-init.php:1022
226
  #, fuzzy
227
  msgid "\"Product added\" text"
228
  msgstr "Produkt hinzugefügt!"
229
 
 
230
  #: includes/class.yith-wcwl-admin-init.php:1024
231
+ #: includes/class.yith-wcwl-admin-init.php:1025
232
+ #: includes/class.yith-wcwl-ui.php:81
233
  msgid "Product added!"
234
  msgstr "Produkt hinzugefügt!"
235
 
236
+ #: includes/class.yith-wcwl-admin-init.php:1030
237
  msgid "\"Add to Cart\" text"
238
  msgstr "\"Auf die Wunschliste setzen\" Text"
239
 
 
240
  #: includes/class.yith-wcwl-admin-init.php:1032
241
+ #: includes/class.yith-wcwl-admin-init.php:1033
242
  msgid "Add to Cart"
243
  msgstr "Zum Warenkorb hinzufügen"
244
 
245
+ #: includes/class.yith-wcwl-admin-init.php:1038
246
  #, fuzzy
247
  msgid "Show Unit price"
248
  msgstr "Preis"
249
 
250
+ #: includes/class.yith-wcwl-admin-init.php:1039
251
  msgid "Show unit price for each product in wishlist"
252
  msgstr ""
253
 
254
+ #: includes/class.yith-wcwl-admin-init.php:1047
255
  #, fuzzy
256
  msgid "Show \"Add to Cart\" button"
257
  msgstr "\"Zu Warenkorb hinzufügen\" Button Text"
258
 
259
+ #: includes/class.yith-wcwl-admin-init.php:1048
260
  #, fuzzy
261
  msgid "Show \"Add to cart\" button for each product in wishlist"
262
  msgstr "\"Zu Warenkorb hinzufügen\" Button Hintergrund"
263
 
264
+ #: includes/class.yith-wcwl-admin-init.php:1056
265
  #, fuzzy
266
  msgid "Show Stock status"
267
  msgstr "Lagerstatus"
268
 
269
+ #: includes/class.yith-wcwl-admin-init.php:1057
270
  msgid ""
271
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
272
  msgstr ""
273
 
274
+ #: includes/class.yith-wcwl-admin-init.php:1080
275
  msgid "Styles"
276
  msgstr "Style"
277
 
278
+ #: includes/class.yith-wcwl-admin-init.php:1087
279
  msgid "Use buttons"
280
  msgstr "Buttons verwenden"
281
 
282
+ #: includes/class.yith-wcwl-admin-init.php:1088
283
  #, fuzzy
284
  msgid "Use buttons instead of simple anchors."
285
  msgstr "Buttons anstatt von einfachen Anchors verwenden"
286
 
287
+ #: includes/class.yith-wcwl-admin-init.php:1095
288
  msgid "Custom CSS"
289
  msgstr "Benutzerdefiniertes CSS"
290
 
291
+ #: includes/class.yith-wcwl-admin-init.php:1103
292
  msgid "Use theme style"
293
  msgstr "Theme Design verwenden"
294
 
295
+ #: includes/class.yith-wcwl-admin-init.php:1104
296
  msgid "Use the theme style."
297
  msgstr "Theme Design verwenden"
298
 
299
+ #: includes/class.yith-wcwl-admin-init.php:1111
300
  #, fuzzy
301
  msgid "Rounded buttons"
302
  msgstr "Buttons verwenden"
303
 
304
+ #: includes/class.yith-wcwl-admin-init.php:1112
305
  #, fuzzy
306
  msgid "Make button corners rounded"
307
  msgstr "Button mit abgerundeten Ecken nutzen"
308
 
309
+ #: includes/class.yith-wcwl-admin-init.php:1119
310
  msgid "\"Add to Wishlist\" icon"
311
  msgstr "\"Zur Wunschliste hinzufügen\" Icon"
312
 
313
+ #: includes/class.yith-wcwl-admin-init.php:1120
314
  msgid "Add an icon to the \"Add to Wishlist\" button"
315
  msgstr "Ein Icon zu \"Auf die Wunschliste setzen\" Button verwenden"
316
 
317
+ #: includes/class.yith-wcwl-admin-init.php:1131
318
  msgid "\"Add to Cart\" icon"
319
  msgstr "\"In den Warenkoeb\" Icon"
320
 
321
+ #: includes/class.yith-wcwl-admin-init.php:1132
322
  msgid "Add an icon to the \"Add to Cart\" button"
323
  msgstr "Ein \"In den Warenkorb\"- Icon hinzufügen"
324
 
325
+ #: includes/class.yith-wcwl-admin-init.php:1151
326
  msgid "Socials &amp; Share"
327
  msgstr "Soziale Netzwerke; Teilen"
328
 
329
+ #: includes/class.yith-wcwl-admin-init.php:1158
330
  msgid "Share on Facebook"
331
  msgstr "Auf Facebook teilen"
332
 
333
+ #: includes/class.yith-wcwl-admin-init.php:1159
334
+ #: includes/class.yith-wcwl-admin-init.php:1183
335
  #, fuzzy
336
  msgid "Show \"Share on Facebook\" button"
337
  msgstr "Auf Facebook teilen"
338
 
339
+ #: includes/class.yith-wcwl-admin-init.php:1166
340
  msgid "Tweet on Twitter"
341
  msgstr "Auf Twitter tweeten"
342
 
343
+ #: includes/class.yith-wcwl-admin-init.php:1167
344
  #, fuzzy
345
  msgid "Show \"Tweet on Twitter\" button"
346
  msgstr "Auf Twitter tweeten"
347
 
348
+ #: includes/class.yith-wcwl-admin-init.php:1174
349
  msgid "Pin on Pinterest"
350
  msgstr "Auf Pinterest pinnen"
351
 
352
+ #: includes/class.yith-wcwl-admin-init.php:1175
353
  #, fuzzy
354
  msgid "Show \"Pin on Pinterest\" button"
355
  msgstr "Auf Pinterest pinnen"
356
 
357
+ #: includes/class.yith-wcwl-admin-init.php:1182
358
  msgid "Share on Google+"
359
  msgstr "Bei Google+ teilen"
360
 
361
+ #: includes/class.yith-wcwl-admin-init.php:1190
362
  msgid "Share by Email"
363
  msgstr ""
364
 
365
+ #: includes/class.yith-wcwl-admin-init.php:1191
366
  #, fuzzy
367
  msgid "Show \"Share by Email\" button"
368
  msgstr "\"Zu Warenkorb hinzufügen\" Button Text"
369
 
370
+ #: includes/class.yith-wcwl-admin-init.php:1198
371
  #, fuzzy
372
  msgid "Social title"
373
  msgstr "Soziale Netzwerke-Titel"
374
 
375
+ #: includes/class.yith-wcwl-admin-init.php:1206
376
  #, fuzzy
377
  msgid "Social text"
378
  msgstr "Soziale Netzwerke Text"
379
 
380
+ #: includes/class.yith-wcwl-admin-init.php:1207
381
  #, fuzzy
382
  msgid ""
383
  "It will be used by Facebook, Twitter and Pinterest. Use <strong>%wishlist_url"
386
  "Wird bei Facebook, Twitter und Pinterest genutzt. Benutzen Sie <strong>"
387
  "%wishlist_url%</strong> wenn die URL der Wunschliste angezeigt werden soll. "
388
 
389
+ #: includes/class.yith-wcwl-admin-init.php:1215
390
  #, fuzzy
391
  msgid "Social image URL"
392
  msgstr "Soziale Netzwerke Bild URL"
393
 
394
+ #: includes/class.yith-wcwl-admin-init.php:1251
395
  #, fuzzy
396
  msgid "\"Add to wishlist\" button"
397
  msgstr "\"Zu Wunschliste hinzufügen\" Button Text"
398
 
 
 
 
 
 
 
 
 
399
  #: includes/class.yith-wcwl-admin-init.php:1254
400
  #: includes/class.yith-wcwl-admin-init.php:1272
401
  #: includes/class.yith-wcwl-admin-init.php:1290
402
  #: includes/class.yith-wcwl-admin-init.php:1308
403
  #: includes/class.yith-wcwl-admin-init.php:1326
404
+ msgid "Background"
405
  msgstr ""
406
 
407
  #: includes/class.yith-wcwl-admin-init.php:1255
409
  #: includes/class.yith-wcwl-admin-init.php:1291
410
  #: includes/class.yith-wcwl-admin-init.php:1309
411
  #: includes/class.yith-wcwl-admin-init.php:1327
412
+ msgid "Text"
413
  msgstr ""
414
 
415
+ #: includes/class.yith-wcwl-admin-init.php:1256
416
+ #: includes/class.yith-wcwl-admin-init.php:1274
417
+ #: includes/class.yith-wcwl-admin-init.php:1292
418
+ #: includes/class.yith-wcwl-admin-init.php:1310
419
+ #: includes/class.yith-wcwl-admin-init.php:1328
420
+ msgid "Border"
421
  msgstr ""
422
 
423
  #: includes/class.yith-wcwl-admin-init.php:1263
424
  #: includes/class.yith-wcwl-admin-init.php:1281
425
  #: includes/class.yith-wcwl-admin-init.php:1299
426
  #: includes/class.yith-wcwl-admin-init.php:1317
427
+ msgid "Background (hover)"
428
  msgstr ""
429
 
430
  #: includes/class.yith-wcwl-admin-init.php:1264
431
  #: includes/class.yith-wcwl-admin-init.php:1282
432
  #: includes/class.yith-wcwl-admin-init.php:1300
433
  #: includes/class.yith-wcwl-admin-init.php:1318
434
+ msgid "Text (hover)"
435
+ msgstr ""
436
+
437
+ #: includes/class.yith-wcwl-admin-init.php:1265
438
+ #: includes/class.yith-wcwl-admin-init.php:1283
439
+ #: includes/class.yith-wcwl-admin-init.php:1301
440
+ #: includes/class.yith-wcwl-admin-init.php:1319
441
  msgid "Border (hover)"
442
  msgstr ""
443
 
444
+ #: includes/class.yith-wcwl-admin-init.php:1269
445
  #, fuzzy
446
  msgid "\"Add to Cart\" button"
447
  msgstr "\"Zu Warenkorb hinzufügen\" Button Text"
448
 
449
+ #: includes/class.yith-wcwl-admin-init.php:1287
450
  msgid "\"Style 1\" button"
451
  msgstr ""
452
 
453
+ #: includes/class.yith-wcwl-admin-init.php:1305
454
  msgid "\"Style 2\" button"
455
  msgstr ""
456
 
457
+ #: includes/class.yith-wcwl-admin-init.php:1323
458
  #, fuzzy
459
  msgid "Wishlist table"
460
  msgstr "Wunschlistentitel"
461
 
462
+ #: includes/class.yith-wcwl-admin-init.php:1332
463
  msgid "Headers"
464
  msgstr ""
465
 
466
+ #: includes/class.yith-wcwl-admin-init.php:1335
467
  msgid "Background color"
468
  msgstr ""
469
 
470
+ #: includes/class.yith-wcwl-admin-init.php:1425
471
  #, fuzzy
472
  msgid "Wishlist Activated"
473
  msgstr "Wunschlistentitel"
474
 
475
+ #: includes/class.yith-wcwl-admin-init.php:1426
476
  #, php-format
477
  msgid ""
478
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
481
  "options, <a href=\"%s\">discover it now</a>."
482
  msgstr ""
483
 
484
+ #: includes/class.yith-wcwl-admin-init.php:1437
485
  #, fuzzy
486
  msgid "Wishlist Updated"
487
  msgstr "Wunschlistenseite"
488
 
489
+ #: includes/class.yith-wcwl-admin-init.php:1438
490
  #, php-format
491
  msgid ""
492
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
508
  msgid "wishlist"
509
  msgstr "Wunschliste"
510
 
511
+ #: includes/class.yith-wcwl-shortcode.php:230
512
  #: includes/class.yith-wcwl-ui.php:161
513
  msgid "Share on:"
514
  msgstr "Teilen auf:"
529
  msgid "email"
530
  msgstr ""
531
 
532
+ #: includes/class.yith-wcwl.php:187
533
  #, fuzzy
534
  msgid "Error occurred while adding products to the wishlist."
535
  msgstr ""
536
  "Es ist ein Fehler aufgetreten. Produkt konnte nicht auf die Wunschliste "
537
  "gesetzt werden."
538
 
539
+ #: includes/class.yith-wcwl.php:271
540
  msgid "Error occurred while adding product to wishlist."
541
  msgstr ""
542
  "Es ist ein Fehler aufgetreten. Produkt konnte nicht auf die Wunschliste "
543
  "gesetzt werden."
544
 
545
+ #: includes/class.yith-wcwl.php:286
546
  msgid "Remove now does not require any param"
547
  msgstr ""
548
 
549
+ #: includes/class.yith-wcwl.php:320
550
  #, fuzzy
551
  msgid "Error occurred while removing products from the wishlist"
552
  msgstr ""
553
  "Es ist ein Fehler aufgetreten. Das Produkt konnte nicht von der Wunschliste "
554
  "entfernt werden. "
555
 
556
+ #: includes/class.yith-wcwl.php:598
557
  msgid "You need to log in before creating a new wishlist"
558
  msgstr ""
559
 
560
+ #: includes/class.yith-wcwl.php:1301
 
 
 
 
561
  msgid "Product successfully removed."
562
  msgstr "Produkt wurde von der Wunschliste entfernt. "
563
 
564
+ #: includes/class.yith-wcwl.php:1305
565
  msgid "Error. Unable to remove the product from the wishlist."
566
  msgstr ""
567
  "Fehlermeldung: Entfernen des Produkts von der Wunschliste nicht möglich. "
568
 
569
+ #: includes/class.yith-wcwl.php:1309 templates/wishlist-view.php:181
570
  msgid "No products were added to the wishlist"
571
  msgstr "Es wurden keine Produkte auf die Wunschliste gesetzt"
572
 
777
  msgid "Add with multiupload"
778
  msgstr ""
779
 
780
+ #: plugin-fw/lib/yit-plugin-panel-wc.php:315
781
  msgid "The changes you have made will be lost if you leave this page."
782
  msgstr ""
783
 
786
  msgid "Plugin Settings"
787
  msgstr "Einstellungen"
788
 
789
+ #: plugin-fw/lib/yit-plugin-panel.php:94
790
  #: plugin-fw/lib/yit-plugin-subpanel.php:101
791
  msgid "YIT Plugins"
792
  msgstr ""
793
 
794
+ #: plugin-fw/lib/yit-plugin-panel.php:273
795
  #: plugin-fw/lib/yit-plugin-subpanel.php:142
796
  #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
797
  msgid "Save Changes"
798
  msgstr ""
799
 
800
+ #: plugin-fw/lib/yit-plugin-panel.php:276
801
  #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
802
  msgid ""
803
  "If you continue with this action, you will reset all options in this page."
804
  msgstr ""
805
 
806
+ #: plugin-fw/lib/yit-plugin-panel.php:278
807
  #: plugin-fw/lib/yit-plugin-subpanel.php:147
808
+ #, fuzzy
809
+ msgid "Reset to Default"
810
+ msgstr "Weiterleiten zum Warenkorb"
811
 
812
+ #: plugin-fw/lib/yit-plugin-panel.php:278
813
  #: plugin-fw/lib/yit-plugin-subpanel.php:147
814
  #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
815
  msgid "Are you sure?"
816
  msgstr ""
817
 
818
+ #: plugin-fw/lib/yit-plugin-panel.php:412
819
  msgid ""
820
  "The element you have entered already exists. Please, enter another name."
821
  msgstr ""
822
 
823
+ #: plugin-fw/lib/yit-plugin-panel.php:413
824
  #, fuzzy
825
  msgid "Settings saved"
826
  msgstr "Einstellungen"
827
 
828
+ #: plugin-fw/lib/yit-plugin-panel.php:414
829
  #, fuzzy
830
  msgid "Settings reset"
831
  msgstr "Einstellungen"
832
 
833
+ #: plugin-fw/lib/yit-plugin-panel.php:415
834
  msgid "Element deleted correctly."
835
  msgstr ""
836
 
837
+ #: plugin-fw/lib/yit-plugin-panel.php:416
838
+ #: plugin-fw/lib/yit-plugin-panel.php:417
839
  msgid "Element updated correctly."
840
  msgstr ""
841
 
842
+ #: plugin-fw/lib/yit-plugin-panel.php:418
843
  msgid "Database imported correctly."
844
  msgstr ""
845
 
846
+ #: plugin-fw/lib/yit-plugin-panel.php:419
847
  msgid "An error has occurred during import. Please try again."
848
  msgstr ""
849
 
850
+ #: plugin-fw/lib/yit-plugin-panel.php:420
851
  msgid "The added file is not valid."
852
  msgstr ""
853
 
854
+ #: plugin-fw/lib/yit-plugin-panel.php:421
855
  msgid "Sorry, import is disabled."
856
  msgstr ""
857
 
858
+ #: plugin-fw/lib/yit-plugin-panel.php:422
859
  msgid "Sorting successful."
860
  msgstr ""
861
 
979
  msgid "Update Plugin"
980
  msgstr ""
981
 
982
+ #: plugin-fw/licence/lib/yit-licence.php:156
983
  #, php-format
984
  msgid "%field% field cannot be empty"
985
  msgstr ""
986
 
987
+ #: plugin-fw/licence/lib/yit-licence.php:157
988
  msgid "%field_1% and %field_2% fields cannot be empty"
989
  msgstr ""
990
 
991
+ #: plugin-fw/licence/lib/yit-licence.php:158
992
  msgid "Unable to contact the remote server, please try again later. Thanks!"
993
  msgstr ""
994
 
995
+ #: plugin-fw/licence/lib/yit-licence.php:537
996
  msgid "Invalid Request"
997
  msgstr ""
998
 
999
+ #: plugin-fw/licence/lib/yit-licence.php:538
1000
  msgid "Invalid licence key"
1001
  msgstr ""
1002
 
1003
+ #: plugin-fw/licence/lib/yit-licence.php:539
1004
  msgid "Software has been deactivated"
1005
  msgstr ""
1006
 
1007
+ #: plugin-fw/licence/lib/yit-licence.php:540
1008
  msgid "Maximum number of activations exceeded"
1009
  msgstr ""
1010
 
1011
+ #: plugin-fw/licence/lib/yit-licence.php:541
1012
  msgid "Invalid instance ID"
1013
  msgstr ""
1014
 
1015
+ #: plugin-fw/licence/lib/yit-licence.php:542
1016
  msgid "Invalid security key"
1017
  msgstr ""
1018
 
1019
+ #: plugin-fw/licence/lib/yit-licence.php:543
1020
  msgid "Licence key has expired"
1021
  msgstr ""
1022
 
1023
+ #: plugin-fw/licence/lib/yit-licence.php:544
1024
  msgid "Licence key has been banned"
1025
  msgstr ""
1026
 
1068
  #: plugin-fw/licence/templates/panel/activation/activation-panel.php:77
1069
  #: plugin-fw/licence/templates/panel/activation/activation-panel.php:109
1070
  #: plugin-fw/licence/templates/panel/activation/activation-panel.php:133
1071
+ #: templates/wishlist-view.php:62
1072
  msgid "Product Name"
1073
  msgstr "Produktname"
1074
 
1491
  msgid "Italic bold"
1492
  msgstr ""
1493
 
1494
+ #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
1495
+ msgid "Reset Defaults"
1496
+ msgstr ""
1497
+
1498
  #: templates/share.php:28
1499
  #, fuzzy
1500
  msgid "Pinterest"
1517
  msgid "Cancel"
1518
  msgstr ""
1519
 
1520
+ #: templates/wishlist-view.php:68
1521
  msgid "Unit Price"
1522
  msgstr "Preis"
1523
 
1524
+ #: templates/wishlist-view.php:76
1525
  msgid "Stock Status"
1526
  msgstr "Lagerstatus"
1527
 
1528
+ #: templates/wishlist-view.php:112
1529
  msgid "Remove this product"
1530
  msgstr "Dieses Produkt entfernen"
1531
 
1532
+ #: templates/wishlist-view.php:141
1533
  msgid "Free!"
1534
  msgstr ""
1535
 
1536
+ #: templates/wishlist-view.php:152
1537
  msgid "Out of Stock"
1538
  msgstr "Nicht auf Lager"
1539
 
1540
+ #: templates/wishlist-view.php:155
1541
  msgid "In Stock"
1542
  msgstr "Auf Lager"
1543
 
1544
+ #: templates/wishlist-view.php:213 templates/wishlist-view.php:246
1545
  msgid "Ask an estimate of costs"
1546
  msgstr ""
1547
 
1565
  msgid "Click to preview"
1566
  msgstr ""
1567
 
1568
+ #~ msgid "Product already in the wishlist."
1569
+ #~ msgstr "Produkt ist bereits auf der Wunschliste"
1570
+
1571
  #, fuzzy
1572
  #~ msgid "Button rounded corners"
1573
  #~ msgstr "Button mit abgerundeten Ecken"
languages/yit-es_AR.mo CHANGED
Binary file
languages/yit-es_AR.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
- "POT-Creation-Date: 2015-03-04 16:39+0100\n"
5
- "PO-Revision-Date: 2015-03-04 16:39+0100\n"
6
  "Last-Translator: YIThemes <support@yithemes.com>\n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: Español\n"
@@ -27,14 +27,14 @@ msgid ""
27
  msgstr ""
28
 
29
  #: ../includes/class.yith-wcwl-admin-init.php:188
30
- #: ../includes/class.yith-wcwl-admin-init.php:1399
31
- #: ../includes/class.yith-wcwl-admin-init.php:1400
32
  #: ../includes/class.yith-wcwl-install.php:240
33
  msgid "Wishlist"
34
  msgstr "Lista de deseos"
35
 
36
  #: ../includes/class.yith-wcwl-admin-init.php:190
37
- #: ../includes/class.yith-wcwl-admin-init.php:289
38
  #: ../plugin-fw/lib/yit-cpt-unlimited.php:1048
39
  #: ../plugin-fw/lib/yit-cpt-unlimited.php:1196
40
  #: ../plugin-fw/lib/yit-cpt-unlimited.php:1202
@@ -43,75 +43,75 @@ msgid "Settings"
43
  msgstr "Configuraciones"
44
 
45
  #: ../includes/class.yith-wcwl-admin-init.php:191
46
- #: ../includes/class.yith-wcwl-admin-init.php:256
47
  msgid "Colors"
48
  msgstr "Colores"
49
 
50
  #: ../includes/class.yith-wcwl-admin-init.php:192
51
- #: ../includes/class.yith-wcwl-admin-init.php:293
52
  msgid "Premium Version"
53
  msgstr ""
54
 
55
- #: ../includes/class.yith-wcwl-admin-init.php:317
56
  msgid ""
57
  "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
58
  "link to update it."
59
  msgstr ""
60
 
61
- #: ../includes/class.yith-wcwl-admin-init.php:320
62
  msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
63
  msgstr ""
64
 
65
- #: ../includes/class.yith-wcwl-admin-init.php:325
66
  msgid "Plugin Documentation"
67
  msgstr ""
68
 
69
- #: ../includes/class.yith-wcwl-admin-init.php:341
70
  msgid "Wishlist Page"
71
  msgstr "Lista de deseos"
72
 
73
- #: ../includes/class.yith-wcwl-admin-init.php:342
74
  msgid "Page contents: [yith_wcwl_wishlist]"
75
  msgstr "Contenidos: [yith_wcwl_wishlist]"
76
 
77
- #: ../includes/class.yith-wcwl-admin-init.php:917
78
  msgid "Upgrade to the PREMIUM VERSION"
79
  msgstr ""
80
 
81
- #: ../includes/class.yith-wcwl-admin-init.php:920
82
  msgid "YITH WooCommerce Wishlist"
83
  msgstr ""
84
 
85
- #: ../includes/class.yith-wcwl-admin-init.php:921
86
  msgid "Discover the Advanced Features"
87
  msgstr ""
88
 
89
- #: ../includes/class.yith-wcwl-admin-init.php:922
90
  msgid ""
91
  "Upgrade to the PREMIUM VERSION\n"
92
  "of YITH WOOCOMMERCE WISHLIST to benefit from all features!"
93
  msgstr ""
94
 
95
- #: ../includes/class.yith-wcwl-admin-init.php:929
96
  msgid "Get Support and Pro Features"
97
  msgstr ""
98
 
99
- #: ../includes/class.yith-wcwl-admin-init.php:930
100
  msgid ""
101
  "By purchasing the premium version of the plugin, you will take advantage of "
102
  "the advanced features of the product and you will get one year of free "
103
  "updates and support through our platform available 24h/24."
104
  msgstr ""
105
 
106
- #: ../includes/class.yith-wcwl-admin-init.php:940
107
  msgid "General Settings"
108
  msgstr "Configuraciones generales"
109
 
110
- #: ../includes/class.yith-wcwl-admin-init.php:947
111
  msgid "Enable YITH Wishlist"
112
  msgstr "Habilitar YITH Wishlist"
113
 
114
- #: ../includes/class.yith-wcwl-admin-init.php:948
115
  #, fuzzy, php-format
116
  msgid ""
117
  "Enable all plugin features. <strong>Be sure to select a voice in the "
@@ -123,24 +123,24 @@ msgstr ""
123
  "Páginas.</strong> También, por favor lee la <a href=\"%s\" target=\"_blank"
124
  "\">documentación</a> del plugin."
125
 
126
- #: ../includes/class.yith-wcwl-admin-init.php:955
127
  #, fuzzy
128
  msgid "Default wishlist title"
129
  msgstr "Título de la Lista de deseos"
130
 
131
- #: ../includes/class.yith-wcwl-admin-init.php:957
132
  #: ../includes/class.yith-wcwl-admin-init.php:958
133
- #: ../includes/class.yith-wcwl-admin-init.php:1199
134
  #: ../includes/class.yith-wcwl-admin-init.php:1200
 
135
  #, php-format
136
  msgid "My wishlist on %s"
137
  msgstr "Mi lista de deseos en %s"
138
 
139
- #: ../includes/class.yith-wcwl-admin-init.php:966
140
  msgid "Position"
141
  msgstr "Posición"
142
 
143
- #: ../includes/class.yith-wcwl-admin-init.php:967
144
  #, fuzzy
145
  msgid ""
146
  "You can add it in variable products only After \"Add to Cart \" or using the "
@@ -149,27 +149,27 @@ msgstr ""
149
  "En productos variables puedes agregarlo sólo Después de \"Agregar al carrito"
150
  "\" o usar el shortcode [yith_wcwl_add_to_wishlist]. "
151
 
152
- #: ../includes/class.yith-wcwl-admin-init.php:973
153
  msgid "After \"Add to cart\""
154
  msgstr "Después de \"Agregar al carrito\""
155
 
156
- #: ../includes/class.yith-wcwl-admin-init.php:974
157
  msgid "After thumbnails"
158
  msgstr "Después de las miniaturas"
159
 
160
- #: ../includes/class.yith-wcwl-admin-init.php:975
161
  msgid "After summary"
162
  msgstr "Después del resúmen"
163
 
164
- #: ../includes/class.yith-wcwl-admin-init.php:976
165
  msgid "Use shortcode"
166
  msgstr "Usar shortcode"
167
 
168
- #: ../includes/class.yith-wcwl-admin-init.php:981
169
  msgid "Redirect to cart"
170
  msgstr "Redireccionar al carrito"
171
 
172
- #: ../includes/class.yith-wcwl-admin-init.php:982
173
  msgid ""
174
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
175
  "page."
@@ -177,199 +177,199 @@ msgstr ""
177
  "Redireccionar a la página del carrito si se presiona el botón \"Agregar al "
178
  "carrito\" en la página de la lista de deseos."
179
 
180
- #: ../includes/class.yith-wcwl-admin-init.php:989
181
  msgid "Remove if added to the cart"
182
  msgstr "Eliminar después de agregar al carrito"
183
 
184
- #: ../includes/class.yith-wcwl-admin-init.php:990
185
  #, fuzzy
186
  msgid "Remove the product from the wishlist if it has been added to the cart."
187
  msgstr "Eliminar el producto de la lista de deseos si fue agregado al carrito."
188
 
189
- #: ../includes/class.yith-wcwl-admin-init.php:997
190
  msgid "\"Add to Wishlist\" text"
191
  msgstr "Texto de \"Agregar a la Lista de deseos\""
192
 
193
- #: ../includes/class.yith-wcwl-admin-init.php:999
194
  #: ../includes/class.yith-wcwl-admin-init.php:1000
 
195
  msgid "Add to Wishlist"
196
  msgstr "Agregar a la Lista de deseos"
197
 
198
- #: ../includes/class.yith-wcwl-admin-init.php:1005
199
  #, fuzzy
200
  msgid "\"Browse wishlist\" text"
201
  msgstr "Ir a la Lista de deseos"
202
 
203
- #: ../includes/class.yith-wcwl-admin-init.php:1007
204
  #: ../includes/class.yith-wcwl-admin-init.php:1008
 
205
  #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl-ui.php:82
206
  msgid "Browse Wishlist"
207
  msgstr "Ir a la Lista de deseos"
208
 
209
- #: ../includes/class.yith-wcwl-admin-init.php:1013
210
  #, fuzzy
211
  msgid "\"Product already in wishlist\" text"
212
  msgstr "Ya está en tu lista de deseos!"
213
 
214
- #: ../includes/class.yith-wcwl-admin-init.php:1015
215
  #: ../includes/class.yith-wcwl-admin-init.php:1016
 
216
  #: ../includes/class.yith-wcwl-ui.php:82
217
  msgid "The product is already in the wishlist!"
218
  msgstr "¡Este producto ya está en la lista de deseos!"
219
 
220
- #: ../includes/class.yith-wcwl-admin-init.php:1021
221
  #, fuzzy
222
  msgid "\"Product added\" text"
223
  msgstr "¡Agregado!"
224
 
225
- #: ../includes/class.yith-wcwl-admin-init.php:1023
226
  #: ../includes/class.yith-wcwl-admin-init.php:1024
227
- #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl.php:1237
 
228
  msgid "Product added!"
229
  msgstr "¡Agregado!"
230
 
231
- #: ../includes/class.yith-wcwl-admin-init.php:1029
232
  msgid "\"Add to Cart\" text"
233
  msgstr "Texto de \"Agregar al carrito\""
234
 
235
- #: ../includes/class.yith-wcwl-admin-init.php:1031
236
  #: ../includes/class.yith-wcwl-admin-init.php:1032
 
237
  msgid "Add to Cart"
238
  msgstr "Agregar al carrito"
239
 
240
- #: ../includes/class.yith-wcwl-admin-init.php:1037
241
  msgid "Show Unit price"
242
  msgstr "Mostrar precio por unidad"
243
 
244
- #: ../includes/class.yith-wcwl-admin-init.php:1038
245
  msgid "Show unit price for each product in wishlist"
246
  msgstr ""
247
 
248
- #: ../includes/class.yith-wcwl-admin-init.php:1046
249
  msgid "Show \"Add to Cart\" button"
250
  msgstr "Mostrar el botón \"Agregar al carrito\""
251
 
252
- #: ../includes/class.yith-wcwl-admin-init.php:1047
253
  #, fuzzy
254
  msgid "Show \"Add to cart\" button for each product in wishlist"
255
  msgstr "Fondo del botón \"Agregar al carrito\""
256
 
257
- #: ../includes/class.yith-wcwl-admin-init.php:1055
258
  msgid "Show Stock status"
259
  msgstr "Mostrar estado del stock"
260
 
261
- #: ../includes/class.yith-wcwl-admin-init.php:1056
262
  msgid ""
263
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
264
  msgstr ""
265
 
266
- #: ../includes/class.yith-wcwl-admin-init.php:1079
267
  msgid "Styles"
268
  msgstr "Estilos"
269
 
270
- #: ../includes/class.yith-wcwl-admin-init.php:1086
271
  msgid "Use buttons"
272
  msgstr "Usar botones"
273
 
274
- #: ../includes/class.yith-wcwl-admin-init.php:1087
275
  #, fuzzy
276
  msgid "Use buttons instead of simple anchors."
277
  msgstr "Usar botones en lugar de anclas simples."
278
 
279
- #: ../includes/class.yith-wcwl-admin-init.php:1094
280
  msgid "Custom CSS"
281
  msgstr "CSS personalizado"
282
 
283
- #: ../includes/class.yith-wcwl-admin-init.php:1102
284
  msgid "Use theme style"
285
  msgstr "Usar el estilo del tema"
286
 
287
- #: ../includes/class.yith-wcwl-admin-init.php:1103
288
  msgid "Use the theme style."
289
  msgstr "Usar el estilo del tema."
290
 
291
- #: ../includes/class.yith-wcwl-admin-init.php:1110
292
  #, fuzzy
293
  msgid "Rounded buttons"
294
  msgstr "Usar botones"
295
 
296
- #: ../includes/class.yith-wcwl-admin-init.php:1111
297
  #, fuzzy
298
  msgid "Make button corners rounded"
299
  msgstr "Redondear los ángulos de los botones"
300
 
301
- #: ../includes/class.yith-wcwl-admin-init.php:1118
302
  msgid "\"Add to Wishlist\" icon"
303
  msgstr "Ícono de \"Agregar a la Lista de deseos\""
304
 
305
- #: ../includes/class.yith-wcwl-admin-init.php:1119
306
  msgid "Add an icon to the \"Add to Wishlist\" button"
307
  msgstr "Agregar un ícono al botón de \"Agregar a la Lista de deseos\""
308
 
309
- #: ../includes/class.yith-wcwl-admin-init.php:1130
310
  msgid "\"Add to Cart\" icon"
311
  msgstr "Ícono de \"Agregar al carrito\""
312
 
313
- #: ../includes/class.yith-wcwl-admin-init.php:1131
314
  msgid "Add an icon to the \"Add to Cart\" button"
315
  msgstr "Agregar un ícono para el botón de \"Agregar al carrito\""
316
 
317
- #: ../includes/class.yith-wcwl-admin-init.php:1150
318
  msgid "Socials &amp; Share"
319
  msgstr "Sociales &amp; Compartir"
320
 
321
- #: ../includes/class.yith-wcwl-admin-init.php:1157
322
  msgid "Share on Facebook"
323
  msgstr "Compartir en Facebook"
324
 
325
- #: ../includes/class.yith-wcwl-admin-init.php:1158
326
- #: ../includes/class.yith-wcwl-admin-init.php:1182
327
  #, fuzzy
328
  msgid "Show \"Share on Facebook\" button"
329
  msgstr "Compartir en Facebook"
330
 
331
- #: ../includes/class.yith-wcwl-admin-init.php:1165
332
  msgid "Tweet on Twitter"
333
  msgstr "Tuitear en Twitter"
334
 
335
- #: ../includes/class.yith-wcwl-admin-init.php:1166
336
  #, fuzzy
337
  msgid "Show \"Tweet on Twitter\" button"
338
  msgstr "Tuitear en Twitter"
339
 
340
- #: ../includes/class.yith-wcwl-admin-init.php:1173
341
  msgid "Pin on Pinterest"
342
  msgstr "Compartir en Pinterest"
343
 
344
- #: ../includes/class.yith-wcwl-admin-init.php:1174
345
  #, fuzzy
346
  msgid "Show \"Pin on Pinterest\" button"
347
  msgstr "Compartir en Pinterest"
348
 
349
- #: ../includes/class.yith-wcwl-admin-init.php:1181
350
  msgid "Share on Google+"
351
  msgstr "Compartir en Google+"
352
 
353
- #: ../includes/class.yith-wcwl-admin-init.php:1189
354
  msgid "Share by Email"
355
  msgstr ""
356
 
357
- #: ../includes/class.yith-wcwl-admin-init.php:1190
358
  #, fuzzy
359
  msgid "Show \"Share by Email\" button"
360
  msgstr "Mostrar el botón \"Agregar al carrito\""
361
 
362
- #: ../includes/class.yith-wcwl-admin-init.php:1197
363
  #, fuzzy
364
  msgid "Social title"
365
  msgstr "Título de sociales"
366
 
367
- #: ../includes/class.yith-wcwl-admin-init.php:1205
368
  #, fuzzy
369
  msgid "Social text"
370
  msgstr "Texto de sociales"
371
 
372
- #: ../includes/class.yith-wcwl-admin-init.php:1206
373
  #, fuzzy
374
  msgid ""
375
  "It will be used by Facebook, Twitter and Pinterest. Use <strong>%wishlist_url"
@@ -378,30 +378,22 @@ msgstr ""
378
  "Será usado por Facebook, Twitter y Pinterest. Usar <strong>%wishlist_url%</"
379
  "strong> donde quieras que aparezca la URL de tu lista de deseos."
380
 
381
- #: ../includes/class.yith-wcwl-admin-init.php:1214
382
  #, fuzzy
383
  msgid "Social image URL"
384
  msgstr "URL de las imágenes sociales"
385
 
386
- #: ../includes/class.yith-wcwl-admin-init.php:1250
387
  #, fuzzy
388
  msgid "\"Add to wishlist\" button"
389
  msgstr "Texto del botón \"Agregar a la lista de deseos\""
390
 
391
- #: ../includes/class.yith-wcwl-admin-init.php:1253
392
- #: ../includes/class.yith-wcwl-admin-init.php:1271
393
- #: ../includes/class.yith-wcwl-admin-init.php:1289
394
- #: ../includes/class.yith-wcwl-admin-init.php:1307
395
- #: ../includes/class.yith-wcwl-admin-init.php:1325
396
- msgid "Background"
397
- msgstr ""
398
-
399
  #: ../includes/class.yith-wcwl-admin-init.php:1254
400
  #: ../includes/class.yith-wcwl-admin-init.php:1272
401
  #: ../includes/class.yith-wcwl-admin-init.php:1290
402
  #: ../includes/class.yith-wcwl-admin-init.php:1308
403
  #: ../includes/class.yith-wcwl-admin-init.php:1326
404
- msgid "Text"
405
  msgstr ""
406
 
407
  #: ../includes/class.yith-wcwl-admin-init.php:1255
@@ -409,62 +401,70 @@ msgstr ""
409
  #: ../includes/class.yith-wcwl-admin-init.php:1291
410
  #: ../includes/class.yith-wcwl-admin-init.php:1309
411
  #: ../includes/class.yith-wcwl-admin-init.php:1327
412
- msgid "Border"
413
  msgstr ""
414
 
415
- #: ../includes/class.yith-wcwl-admin-init.php:1262
416
- #: ../includes/class.yith-wcwl-admin-init.php:1280
417
- #: ../includes/class.yith-wcwl-admin-init.php:1298
418
- #: ../includes/class.yith-wcwl-admin-init.php:1316
419
- msgid "Background (hover)"
 
420
  msgstr ""
421
 
422
  #: ../includes/class.yith-wcwl-admin-init.php:1263
423
  #: ../includes/class.yith-wcwl-admin-init.php:1281
424
  #: ../includes/class.yith-wcwl-admin-init.php:1299
425
  #: ../includes/class.yith-wcwl-admin-init.php:1317
426
- msgid "Text (hover)"
427
  msgstr ""
428
 
429
  #: ../includes/class.yith-wcwl-admin-init.php:1264
430
  #: ../includes/class.yith-wcwl-admin-init.php:1282
431
  #: ../includes/class.yith-wcwl-admin-init.php:1300
432
  #: ../includes/class.yith-wcwl-admin-init.php:1318
 
 
 
 
 
 
 
433
  msgid "Border (hover)"
434
  msgstr ""
435
 
436
- #: ../includes/class.yith-wcwl-admin-init.php:1268
437
  #, fuzzy
438
  msgid "\"Add to Cart\" button"
439
  msgstr "Texto del botón \"Agregar al carrito\""
440
 
441
- #: ../includes/class.yith-wcwl-admin-init.php:1286
442
  msgid "\"Style 1\" button"
443
  msgstr ""
444
 
445
- #: ../includes/class.yith-wcwl-admin-init.php:1304
446
  msgid "\"Style 2\" button"
447
  msgstr ""
448
 
449
- #: ../includes/class.yith-wcwl-admin-init.php:1322
450
  #, fuzzy
451
  msgid "Wishlist table"
452
  msgstr "Título de la Lista de deseos"
453
 
454
- #: ../includes/class.yith-wcwl-admin-init.php:1331
455
  msgid "Headers"
456
  msgstr ""
457
 
458
- #: ../includes/class.yith-wcwl-admin-init.php:1334
459
  msgid "Background color"
460
  msgstr ""
461
 
462
- #: ../includes/class.yith-wcwl-admin-init.php:1461
463
  #, fuzzy
464
  msgid "Wishlist Activated"
465
  msgstr "Título de la Lista de deseos"
466
 
467
- #: ../includes/class.yith-wcwl-admin-init.php:1462
468
  #, php-format
469
  msgid ""
470
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
@@ -473,12 +473,12 @@ msgid ""
473
  "options, <a href=\"%s\">discover it now</a>."
474
  msgstr ""
475
 
476
- #: ../includes/class.yith-wcwl-admin-init.php:1473
477
  #, fuzzy
478
  msgid "Wishlist Updated"
479
  msgstr "Lista de deseos"
480
 
481
- #: ../includes/class.yith-wcwl-admin-init.php:1474
482
  #, php-format
483
  msgid ""
484
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
@@ -498,7 +498,7 @@ msgstr ""
498
  msgid "wishlist"
499
  msgstr "lista de deseos"
500
 
501
- #: ../includes/class.yith-wcwl-shortcode.php:224
502
  #: ../includes/class.yith-wcwl-ui.php:161
503
  msgid "Share on:"
504
  msgstr "Compartir en:"
@@ -520,49 +520,45 @@ msgstr ""
520
  msgid "email"
521
  msgstr ""
522
 
523
- #: ../includes/class.yith-wcwl.php:185
524
  #, fuzzy
525
  msgid "Error occurred while adding products to the wishlist."
526
  msgstr ""
527
  "¡Ups! Ha ocurrido un error al agregar el producto a la lista de deseos. "
528
  "Intenta nuevamente, por favor."
529
 
530
- #: ../includes/class.yith-wcwl.php:269
531
  msgid "Error occurred while adding product to wishlist."
532
  msgstr ""
533
  "¡Ups! Ha ocurrido un error al agregar el producto a la lista de deseos. "
534
  "Intenta nuevamente, por favor."
535
 
536
- #: ../includes/class.yith-wcwl.php:284
537
  msgid "Remove now does not require any param"
538
  msgstr ""
539
 
540
- #: ../includes/class.yith-wcwl.php:318
541
  #, fuzzy
542
  msgid "Error occurred while removing products from the wishlist"
543
  msgstr ""
544
  "¡Ups! Ha ocurrido un error al eliminar el producto de tu lista. Intenta "
545
  "nuevamente, por favor."
546
 
547
- #: ../includes/class.yith-wcwl.php:596
548
  msgid "You need to log in before creating a new wishlist"
549
  msgstr ""
550
 
551
- #: ../includes/class.yith-wcwl.php:1240
552
- msgid "Product already in the wishlist."
553
- msgstr "Ya está en tu lista de deseos!"
554
-
555
- #: ../includes/class.yith-wcwl.php:1272
556
  msgid "Product successfully removed."
557
  msgstr "Bien, lo hemos eliminado de tu lista..."
558
 
559
- #: ../includes/class.yith-wcwl.php:1276
560
  msgid "Error. Unable to remove the product from the wishlist."
561
  msgstr ""
562
  "¡Ups! Ha ocurrido un error al eliminar el producto de tu lista. Intenta "
563
  "nuevamente, por favor."
564
 
565
- #: ../includes/class.yith-wcwl.php:1280 ../templates/wishlist-view.php:170
566
  msgid "No products were added to the wishlist"
567
  msgstr "Tu lista de deseos está vacía por el momento..."
568
 
@@ -768,7 +764,7 @@ msgstr ""
768
  msgid "Add with multiupload"
769
  msgstr ""
770
 
771
- #: ../plugin-fw/lib/yit-plugin-panel-wc.php:345
772
  msgid "The changes you have made will be lost if you leave this page."
773
  msgstr ""
774
 
@@ -777,76 +773,76 @@ msgstr ""
777
  msgid "Plugin Settings"
778
  msgstr "Configuraciones"
779
 
780
- #: ../plugin-fw/lib/yit-plugin-panel.php:92
781
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:101
782
  msgid "YIT Plugins"
783
  msgstr ""
784
 
785
- #: ../plugin-fw/lib/yit-plugin-panel.php:271
786
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:142
787
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
788
  msgid "Save Changes"
789
  msgstr ""
790
 
791
- #: ../plugin-fw/lib/yit-plugin-panel.php:274
792
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
793
  msgid ""
794
  "If you continue with this action, you will reset all options in this page."
795
  msgstr ""
796
 
797
- #: ../plugin-fw/lib/yit-plugin-panel.php:276
798
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
799
- #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
800
- msgid "Reset Defaults"
801
- msgstr ""
802
 
803
- #: ../plugin-fw/lib/yit-plugin-panel.php:276
804
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
805
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
806
  msgid "Are you sure?"
807
  msgstr ""
808
 
809
- #: ../plugin-fw/lib/yit-plugin-panel.php:410
810
  msgid ""
811
  "The element you have entered already exists. Please, enter another name."
812
  msgstr ""
813
 
814
- #: ../plugin-fw/lib/yit-plugin-panel.php:411
815
  #, fuzzy
816
  msgid "Settings saved"
817
  msgstr "Configuraciones"
818
 
819
- #: ../plugin-fw/lib/yit-plugin-panel.php:412
820
  #, fuzzy
821
  msgid "Settings reset"
822
  msgstr "Configuraciones"
823
 
824
- #: ../plugin-fw/lib/yit-plugin-panel.php:413
825
  msgid "Element deleted correctly."
826
  msgstr ""
827
 
828
- #: ../plugin-fw/lib/yit-plugin-panel.php:414
829
- #: ../plugin-fw/lib/yit-plugin-panel.php:415
830
  msgid "Element updated correctly."
831
  msgstr ""
832
 
833
- #: ../plugin-fw/lib/yit-plugin-panel.php:416
834
  msgid "Database imported correctly."
835
  msgstr ""
836
 
837
- #: ../plugin-fw/lib/yit-plugin-panel.php:417
838
  msgid "An error has occurred during import. Please try again."
839
  msgstr ""
840
 
841
- #: ../plugin-fw/lib/yit-plugin-panel.php:418
842
  msgid "The added file is not valid."
843
  msgstr ""
844
 
845
- #: ../plugin-fw/lib/yit-plugin-panel.php:419
846
  msgid "Sorry, import is disabled."
847
  msgstr ""
848
 
849
- #: ../plugin-fw/lib/yit-plugin-panel.php:420
850
  msgid "Sorting successful."
851
  msgstr ""
852
 
@@ -970,48 +966,48 @@ msgstr ""
970
  msgid "Update Plugin"
971
  msgstr ""
972
 
973
- #: ../plugin-fw/licence/lib/yit-licence.php:148
974
  #, php-format
975
  msgid "%field% field cannot be empty"
976
  msgstr ""
977
 
978
- #: ../plugin-fw/licence/lib/yit-licence.php:149
979
  msgid "%field_1% and %field_2% fields cannot be empty"
980
  msgstr ""
981
 
982
- #: ../plugin-fw/licence/lib/yit-licence.php:150
983
  msgid "Unable to contact the remote server, please try again later. Thanks!"
984
  msgstr ""
985
 
986
- #: ../plugin-fw/licence/lib/yit-licence.php:529
987
  msgid "Invalid Request"
988
  msgstr ""
989
 
990
- #: ../plugin-fw/licence/lib/yit-licence.php:530
991
  msgid "Invalid licence key"
992
  msgstr ""
993
 
994
- #: ../plugin-fw/licence/lib/yit-licence.php:531
995
  msgid "Software has been deactivated"
996
  msgstr ""
997
 
998
- #: ../plugin-fw/licence/lib/yit-licence.php:532
999
  msgid "Maximum number of activations exceeded"
1000
  msgstr ""
1001
 
1002
- #: ../plugin-fw/licence/lib/yit-licence.php:533
1003
  msgid "Invalid instance ID"
1004
  msgstr ""
1005
 
1006
- #: ../plugin-fw/licence/lib/yit-licence.php:534
1007
  msgid "Invalid security key"
1008
  msgstr ""
1009
 
1010
- #: ../plugin-fw/licence/lib/yit-licence.php:535
1011
  msgid "Licence key has expired"
1012
  msgstr ""
1013
 
1014
- #: ../plugin-fw/licence/lib/yit-licence.php:536
1015
  msgid "Licence key has been banned"
1016
  msgstr ""
1017
 
@@ -1059,7 +1055,7 @@ msgstr ""
1059
  #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:77
1060
  #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:109
1061
  #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:133
1062
- #: ../templates/wishlist-view.php:56
1063
  msgid "Product Name"
1064
  msgstr "Producto"
1065
 
@@ -1487,6 +1483,10 @@ msgstr ""
1487
  msgid "Italic bold"
1488
  msgstr ""
1489
 
 
 
 
 
1490
  #: ../templates/share.php:28
1491
  #, fuzzy
1492
  msgid "Pinterest"
@@ -1509,32 +1509,32 @@ msgstr ""
1509
  msgid "Cancel"
1510
  msgstr ""
1511
 
1512
- #: ../templates/wishlist-view.php:62
1513
  msgid "Unit Price"
1514
  msgstr "Precio por unidad"
1515
 
1516
- #: ../templates/wishlist-view.php:70
1517
  msgid "Stock Status"
1518
  msgstr "Estado de stock"
1519
 
1520
  # Not literal but more friendly.
1521
- #: ../templates/wishlist-view.php:101
1522
  msgid "Remove this product"
1523
  msgstr "Ya no lo quiero"
1524
 
1525
- #: ../templates/wishlist-view.php:130
1526
  msgid "Free!"
1527
  msgstr ""
1528
 
1529
- #: ../templates/wishlist-view.php:141
1530
  msgid "Out of Stock"
1531
  msgstr "No disponible por el momento"
1532
 
1533
- #: ../templates/wishlist-view.php:144
1534
  msgid "In Stock"
1535
  msgstr "¡Disponible!"
1536
 
1537
- #: ../templates/wishlist-view.php:196
1538
  msgid "Ask an estimate of costs"
1539
  msgstr ""
1540
 
@@ -1558,6 +1558,9 @@ msgstr "Selecciona una familia de fuentes"
1558
  msgid "Click to preview"
1559
  msgstr "Haz click para ir a la vista preliminar"
1560
 
 
 
 
1561
  #, fuzzy
1562
  #~ msgid "Button rounded corners"
1563
  #~ msgstr "Botones con ángulos redondeados"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
+ "POT-Creation-Date: 2015-03-18 10:24+0100\n"
5
+ "PO-Revision-Date: 2015-03-18 10:24+0100\n"
6
  "Last-Translator: YIThemes <support@yithemes.com>\n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: Español\n"
27
  msgstr ""
28
 
29
  #: ../includes/class.yith-wcwl-admin-init.php:188
30
+ #: ../includes/class.yith-wcwl-admin-init.php:1359
31
+ #: ../includes/class.yith-wcwl-admin-init.php:1360
32
  #: ../includes/class.yith-wcwl-install.php:240
33
  msgid "Wishlist"
34
  msgstr "Lista de deseos"
35
 
36
  #: ../includes/class.yith-wcwl-admin-init.php:190
37
+ #: ../includes/class.yith-wcwl-admin-init.php:290
38
  #: ../plugin-fw/lib/yit-cpt-unlimited.php:1048
39
  #: ../plugin-fw/lib/yit-cpt-unlimited.php:1196
40
  #: ../plugin-fw/lib/yit-cpt-unlimited.php:1202
43
  msgstr "Configuraciones"
44
 
45
  #: ../includes/class.yith-wcwl-admin-init.php:191
46
+ #: ../includes/class.yith-wcwl-admin-init.php:257
47
  msgid "Colors"
48
  msgstr "Colores"
49
 
50
  #: ../includes/class.yith-wcwl-admin-init.php:192
51
+ #: ../includes/class.yith-wcwl-admin-init.php:294
52
  msgid "Premium Version"
53
  msgstr ""
54
 
55
+ #: ../includes/class.yith-wcwl-admin-init.php:318
56
  msgid ""
57
  "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
58
  "link to update it."
59
  msgstr ""
60
 
61
+ #: ../includes/class.yith-wcwl-admin-init.php:321
62
  msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
63
  msgstr ""
64
 
65
+ #: ../includes/class.yith-wcwl-admin-init.php:326
66
  msgid "Plugin Documentation"
67
  msgstr ""
68
 
69
+ #: ../includes/class.yith-wcwl-admin-init.php:342
70
  msgid "Wishlist Page"
71
  msgstr "Lista de deseos"
72
 
73
+ #: ../includes/class.yith-wcwl-admin-init.php:343
74
  msgid "Page contents: [yith_wcwl_wishlist]"
75
  msgstr "Contenidos: [yith_wcwl_wishlist]"
76
 
77
+ #: ../includes/class.yith-wcwl-admin-init.php:918
78
  msgid "Upgrade to the PREMIUM VERSION"
79
  msgstr ""
80
 
81
+ #: ../includes/class.yith-wcwl-admin-init.php:921
82
  msgid "YITH WooCommerce Wishlist"
83
  msgstr ""
84
 
85
+ #: ../includes/class.yith-wcwl-admin-init.php:922
86
  msgid "Discover the Advanced Features"
87
  msgstr ""
88
 
89
+ #: ../includes/class.yith-wcwl-admin-init.php:923
90
  msgid ""
91
  "Upgrade to the PREMIUM VERSION\n"
92
  "of YITH WOOCOMMERCE WISHLIST to benefit from all features!"
93
  msgstr ""
94
 
95
+ #: ../includes/class.yith-wcwl-admin-init.php:930
96
  msgid "Get Support and Pro Features"
97
  msgstr ""
98
 
99
+ #: ../includes/class.yith-wcwl-admin-init.php:931
100
  msgid ""
101
  "By purchasing the premium version of the plugin, you will take advantage of "
102
  "the advanced features of the product and you will get one year of free "
103
  "updates and support through our platform available 24h/24."
104
  msgstr ""
105
 
106
+ #: ../includes/class.yith-wcwl-admin-init.php:941
107
  msgid "General Settings"
108
  msgstr "Configuraciones generales"
109
 
110
+ #: ../includes/class.yith-wcwl-admin-init.php:948
111
  msgid "Enable YITH Wishlist"
112
  msgstr "Habilitar YITH Wishlist"
113
 
114
+ #: ../includes/class.yith-wcwl-admin-init.php:949
115
  #, fuzzy, php-format
116
  msgid ""
117
  "Enable all plugin features. <strong>Be sure to select a voice in the "
123
  "Páginas.</strong> También, por favor lee la <a href=\"%s\" target=\"_blank"
124
  "\">documentación</a> del plugin."
125
 
126
+ #: ../includes/class.yith-wcwl-admin-init.php:956
127
  #, fuzzy
128
  msgid "Default wishlist title"
129
  msgstr "Título de la Lista de deseos"
130
 
 
131
  #: ../includes/class.yith-wcwl-admin-init.php:958
132
+ #: ../includes/class.yith-wcwl-admin-init.php:959
133
  #: ../includes/class.yith-wcwl-admin-init.php:1200
134
+ #: ../includes/class.yith-wcwl-admin-init.php:1201
135
  #, php-format
136
  msgid "My wishlist on %s"
137
  msgstr "Mi lista de deseos en %s"
138
 
139
+ #: ../includes/class.yith-wcwl-admin-init.php:967
140
  msgid "Position"
141
  msgstr "Posición"
142
 
143
+ #: ../includes/class.yith-wcwl-admin-init.php:968
144
  #, fuzzy
145
  msgid ""
146
  "You can add it in variable products only After \"Add to Cart \" or using the "
149
  "En productos variables puedes agregarlo sólo Después de \"Agregar al carrito"
150
  "\" o usar el shortcode [yith_wcwl_add_to_wishlist]. "
151
 
152
+ #: ../includes/class.yith-wcwl-admin-init.php:974
153
  msgid "After \"Add to cart\""
154
  msgstr "Después de \"Agregar al carrito\""
155
 
156
+ #: ../includes/class.yith-wcwl-admin-init.php:975
157
  msgid "After thumbnails"
158
  msgstr "Después de las miniaturas"
159
 
160
+ #: ../includes/class.yith-wcwl-admin-init.php:976
161
  msgid "After summary"
162
  msgstr "Después del resúmen"
163
 
164
+ #: ../includes/class.yith-wcwl-admin-init.php:977
165
  msgid "Use shortcode"
166
  msgstr "Usar shortcode"
167
 
168
+ #: ../includes/class.yith-wcwl-admin-init.php:982
169
  msgid "Redirect to cart"
170
  msgstr "Redireccionar al carrito"
171
 
172
+ #: ../includes/class.yith-wcwl-admin-init.php:983
173
  msgid ""
174
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
175
  "page."
177
  "Redireccionar a la página del carrito si se presiona el botón \"Agregar al "
178
  "carrito\" en la página de la lista de deseos."
179
 
180
+ #: ../includes/class.yith-wcwl-admin-init.php:990
181
  msgid "Remove if added to the cart"
182
  msgstr "Eliminar después de agregar al carrito"
183
 
184
+ #: ../includes/class.yith-wcwl-admin-init.php:991
185
  #, fuzzy
186
  msgid "Remove the product from the wishlist if it has been added to the cart."
187
  msgstr "Eliminar el producto de la lista de deseos si fue agregado al carrito."
188
 
189
+ #: ../includes/class.yith-wcwl-admin-init.php:998
190
  msgid "\"Add to Wishlist\" text"
191
  msgstr "Texto de \"Agregar a la Lista de deseos\""
192
 
 
193
  #: ../includes/class.yith-wcwl-admin-init.php:1000
194
+ #: ../includes/class.yith-wcwl-admin-init.php:1001
195
  msgid "Add to Wishlist"
196
  msgstr "Agregar a la Lista de deseos"
197
 
198
+ #: ../includes/class.yith-wcwl-admin-init.php:1006
199
  #, fuzzy
200
  msgid "\"Browse wishlist\" text"
201
  msgstr "Ir a la Lista de deseos"
202
 
 
203
  #: ../includes/class.yith-wcwl-admin-init.php:1008
204
+ #: ../includes/class.yith-wcwl-admin-init.php:1009
205
  #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl-ui.php:82
206
  msgid "Browse Wishlist"
207
  msgstr "Ir a la Lista de deseos"
208
 
209
+ #: ../includes/class.yith-wcwl-admin-init.php:1014
210
  #, fuzzy
211
  msgid "\"Product already in wishlist\" text"
212
  msgstr "Ya está en tu lista de deseos!"
213
 
 
214
  #: ../includes/class.yith-wcwl-admin-init.php:1016
215
+ #: ../includes/class.yith-wcwl-admin-init.php:1017
216
  #: ../includes/class.yith-wcwl-ui.php:82
217
  msgid "The product is already in the wishlist!"
218
  msgstr "¡Este producto ya está en la lista de deseos!"
219
 
220
+ #: ../includes/class.yith-wcwl-admin-init.php:1022
221
  #, fuzzy
222
  msgid "\"Product added\" text"
223
  msgstr "¡Agregado!"
224
 
 
225
  #: ../includes/class.yith-wcwl-admin-init.php:1024
226
+ #: ../includes/class.yith-wcwl-admin-init.php:1025
227
+ #: ../includes/class.yith-wcwl-ui.php:81
228
  msgid "Product added!"
229
  msgstr "¡Agregado!"
230
 
231
+ #: ../includes/class.yith-wcwl-admin-init.php:1030
232
  msgid "\"Add to Cart\" text"
233
  msgstr "Texto de \"Agregar al carrito\""
234
 
 
235
  #: ../includes/class.yith-wcwl-admin-init.php:1032
236
+ #: ../includes/class.yith-wcwl-admin-init.php:1033
237
  msgid "Add to Cart"
238
  msgstr "Agregar al carrito"
239
 
240
+ #: ../includes/class.yith-wcwl-admin-init.php:1038
241
  msgid "Show Unit price"
242
  msgstr "Mostrar precio por unidad"
243
 
244
+ #: ../includes/class.yith-wcwl-admin-init.php:1039
245
  msgid "Show unit price for each product in wishlist"
246
  msgstr ""
247
 
248
+ #: ../includes/class.yith-wcwl-admin-init.php:1047
249
  msgid "Show \"Add to Cart\" button"
250
  msgstr "Mostrar el botón \"Agregar al carrito\""
251
 
252
+ #: ../includes/class.yith-wcwl-admin-init.php:1048
253
  #, fuzzy
254
  msgid "Show \"Add to cart\" button for each product in wishlist"
255
  msgstr "Fondo del botón \"Agregar al carrito\""
256
 
257
+ #: ../includes/class.yith-wcwl-admin-init.php:1056
258
  msgid "Show Stock status"
259
  msgstr "Mostrar estado del stock"
260
 
261
+ #: ../includes/class.yith-wcwl-admin-init.php:1057
262
  msgid ""
263
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
264
  msgstr ""
265
 
266
+ #: ../includes/class.yith-wcwl-admin-init.php:1080
267
  msgid "Styles"
268
  msgstr "Estilos"
269
 
270
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
271
  msgid "Use buttons"
272
  msgstr "Usar botones"
273
 
274
+ #: ../includes/class.yith-wcwl-admin-init.php:1088
275
  #, fuzzy
276
  msgid "Use buttons instead of simple anchors."
277
  msgstr "Usar botones en lugar de anclas simples."
278
 
279
+ #: ../includes/class.yith-wcwl-admin-init.php:1095
280
  msgid "Custom CSS"
281
  msgstr "CSS personalizado"
282
 
283
+ #: ../includes/class.yith-wcwl-admin-init.php:1103
284
  msgid "Use theme style"
285
  msgstr "Usar el estilo del tema"
286
 
287
+ #: ../includes/class.yith-wcwl-admin-init.php:1104
288
  msgid "Use the theme style."
289
  msgstr "Usar el estilo del tema."
290
 
291
+ #: ../includes/class.yith-wcwl-admin-init.php:1111
292
  #, fuzzy
293
  msgid "Rounded buttons"
294
  msgstr "Usar botones"
295
 
296
+ #: ../includes/class.yith-wcwl-admin-init.php:1112
297
  #, fuzzy
298
  msgid "Make button corners rounded"
299
  msgstr "Redondear los ángulos de los botones"
300
 
301
+ #: ../includes/class.yith-wcwl-admin-init.php:1119
302
  msgid "\"Add to Wishlist\" icon"
303
  msgstr "Ícono de \"Agregar a la Lista de deseos\""
304
 
305
+ #: ../includes/class.yith-wcwl-admin-init.php:1120
306
  msgid "Add an icon to the \"Add to Wishlist\" button"
307
  msgstr "Agregar un ícono al botón de \"Agregar a la Lista de deseos\""
308
 
309
+ #: ../includes/class.yith-wcwl-admin-init.php:1131
310
  msgid "\"Add to Cart\" icon"
311
  msgstr "Ícono de \"Agregar al carrito\""
312
 
313
+ #: ../includes/class.yith-wcwl-admin-init.php:1132
314
  msgid "Add an icon to the \"Add to Cart\" button"
315
  msgstr "Agregar un ícono para el botón de \"Agregar al carrito\""
316
 
317
+ #: ../includes/class.yith-wcwl-admin-init.php:1151
318
  msgid "Socials &amp; Share"
319
  msgstr "Sociales &amp; Compartir"
320
 
321
+ #: ../includes/class.yith-wcwl-admin-init.php:1158
322
  msgid "Share on Facebook"
323
  msgstr "Compartir en Facebook"
324
 
325
+ #: ../includes/class.yith-wcwl-admin-init.php:1159
326
+ #: ../includes/class.yith-wcwl-admin-init.php:1183
327
  #, fuzzy
328
  msgid "Show \"Share on Facebook\" button"
329
  msgstr "Compartir en Facebook"
330
 
331
+ #: ../includes/class.yith-wcwl-admin-init.php:1166
332
  msgid "Tweet on Twitter"
333
  msgstr "Tuitear en Twitter"
334
 
335
+ #: ../includes/class.yith-wcwl-admin-init.php:1167
336
  #, fuzzy
337
  msgid "Show \"Tweet on Twitter\" button"
338
  msgstr "Tuitear en Twitter"
339
 
340
+ #: ../includes/class.yith-wcwl-admin-init.php:1174
341
  msgid "Pin on Pinterest"
342
  msgstr "Compartir en Pinterest"
343
 
344
+ #: ../includes/class.yith-wcwl-admin-init.php:1175
345
  #, fuzzy
346
  msgid "Show \"Pin on Pinterest\" button"
347
  msgstr "Compartir en Pinterest"
348
 
349
+ #: ../includes/class.yith-wcwl-admin-init.php:1182
350
  msgid "Share on Google+"
351
  msgstr "Compartir en Google+"
352
 
353
+ #: ../includes/class.yith-wcwl-admin-init.php:1190
354
  msgid "Share by Email"
355
  msgstr ""
356
 
357
+ #: ../includes/class.yith-wcwl-admin-init.php:1191
358
  #, fuzzy
359
  msgid "Show \"Share by Email\" button"
360
  msgstr "Mostrar el botón \"Agregar al carrito\""
361
 
362
+ #: ../includes/class.yith-wcwl-admin-init.php:1198
363
  #, fuzzy
364
  msgid "Social title"
365
  msgstr "Título de sociales"
366
 
367
+ #: ../includes/class.yith-wcwl-admin-init.php:1206
368
  #, fuzzy
369
  msgid "Social text"
370
  msgstr "Texto de sociales"
371
 
372
+ #: ../includes/class.yith-wcwl-admin-init.php:1207
373
  #, fuzzy
374
  msgid ""
375
  "It will be used by Facebook, Twitter and Pinterest. Use <strong>%wishlist_url"
378
  "Será usado por Facebook, Twitter y Pinterest. Usar <strong>%wishlist_url%</"
379
  "strong> donde quieras que aparezca la URL de tu lista de deseos."
380
 
381
+ #: ../includes/class.yith-wcwl-admin-init.php:1215
382
  #, fuzzy
383
  msgid "Social image URL"
384
  msgstr "URL de las imágenes sociales"
385
 
386
+ #: ../includes/class.yith-wcwl-admin-init.php:1251
387
  #, fuzzy
388
  msgid "\"Add to wishlist\" button"
389
  msgstr "Texto del botón \"Agregar a la lista de deseos\""
390
 
 
 
 
 
 
 
 
 
391
  #: ../includes/class.yith-wcwl-admin-init.php:1254
392
  #: ../includes/class.yith-wcwl-admin-init.php:1272
393
  #: ../includes/class.yith-wcwl-admin-init.php:1290
394
  #: ../includes/class.yith-wcwl-admin-init.php:1308
395
  #: ../includes/class.yith-wcwl-admin-init.php:1326
396
+ msgid "Background"
397
  msgstr ""
398
 
399
  #: ../includes/class.yith-wcwl-admin-init.php:1255
401
  #: ../includes/class.yith-wcwl-admin-init.php:1291
402
  #: ../includes/class.yith-wcwl-admin-init.php:1309
403
  #: ../includes/class.yith-wcwl-admin-init.php:1327
404
+ msgid "Text"
405
  msgstr ""
406
 
407
+ #: ../includes/class.yith-wcwl-admin-init.php:1256
408
+ #: ../includes/class.yith-wcwl-admin-init.php:1274
409
+ #: ../includes/class.yith-wcwl-admin-init.php:1292
410
+ #: ../includes/class.yith-wcwl-admin-init.php:1310
411
+ #: ../includes/class.yith-wcwl-admin-init.php:1328
412
+ msgid "Border"
413
  msgstr ""
414
 
415
  #: ../includes/class.yith-wcwl-admin-init.php:1263
416
  #: ../includes/class.yith-wcwl-admin-init.php:1281
417
  #: ../includes/class.yith-wcwl-admin-init.php:1299
418
  #: ../includes/class.yith-wcwl-admin-init.php:1317
419
+ msgid "Background (hover)"
420
  msgstr ""
421
 
422
  #: ../includes/class.yith-wcwl-admin-init.php:1264
423
  #: ../includes/class.yith-wcwl-admin-init.php:1282
424
  #: ../includes/class.yith-wcwl-admin-init.php:1300
425
  #: ../includes/class.yith-wcwl-admin-init.php:1318
426
+ msgid "Text (hover)"
427
+ msgstr ""
428
+
429
+ #: ../includes/class.yith-wcwl-admin-init.php:1265
430
+ #: ../includes/class.yith-wcwl-admin-init.php:1283
431
+ #: ../includes/class.yith-wcwl-admin-init.php:1301
432
+ #: ../includes/class.yith-wcwl-admin-init.php:1319
433
  msgid "Border (hover)"
434
  msgstr ""
435
 
436
+ #: ../includes/class.yith-wcwl-admin-init.php:1269
437
  #, fuzzy
438
  msgid "\"Add to Cart\" button"
439
  msgstr "Texto del botón \"Agregar al carrito\""
440
 
441
+ #: ../includes/class.yith-wcwl-admin-init.php:1287
442
  msgid "\"Style 1\" button"
443
  msgstr ""
444
 
445
+ #: ../includes/class.yith-wcwl-admin-init.php:1305
446
  msgid "\"Style 2\" button"
447
  msgstr ""
448
 
449
+ #: ../includes/class.yith-wcwl-admin-init.php:1323
450
  #, fuzzy
451
  msgid "Wishlist table"
452
  msgstr "Título de la Lista de deseos"
453
 
454
+ #: ../includes/class.yith-wcwl-admin-init.php:1332
455
  msgid "Headers"
456
  msgstr ""
457
 
458
+ #: ../includes/class.yith-wcwl-admin-init.php:1335
459
  msgid "Background color"
460
  msgstr ""
461
 
462
+ #: ../includes/class.yith-wcwl-admin-init.php:1425
463
  #, fuzzy
464
  msgid "Wishlist Activated"
465
  msgstr "Título de la Lista de deseos"
466
 
467
+ #: ../includes/class.yith-wcwl-admin-init.php:1426
468
  #, php-format
469
  msgid ""
470
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
473
  "options, <a href=\"%s\">discover it now</a>."
474
  msgstr ""
475
 
476
+ #: ../includes/class.yith-wcwl-admin-init.php:1437
477
  #, fuzzy
478
  msgid "Wishlist Updated"
479
  msgstr "Lista de deseos"
480
 
481
+ #: ../includes/class.yith-wcwl-admin-init.php:1438
482
  #, php-format
483
  msgid ""
484
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
498
  msgid "wishlist"
499
  msgstr "lista de deseos"
500
 
501
+ #: ../includes/class.yith-wcwl-shortcode.php:230
502
  #: ../includes/class.yith-wcwl-ui.php:161
503
  msgid "Share on:"
504
  msgstr "Compartir en:"
520
  msgid "email"
521
  msgstr ""
522
 
523
+ #: ../includes/class.yith-wcwl.php:187
524
  #, fuzzy
525
  msgid "Error occurred while adding products to the wishlist."
526
  msgstr ""
527
  "¡Ups! Ha ocurrido un error al agregar el producto a la lista de deseos. "
528
  "Intenta nuevamente, por favor."
529
 
530
+ #: ../includes/class.yith-wcwl.php:271
531
  msgid "Error occurred while adding product to wishlist."
532
  msgstr ""
533
  "¡Ups! Ha ocurrido un error al agregar el producto a la lista de deseos. "
534
  "Intenta nuevamente, por favor."
535
 
536
+ #: ../includes/class.yith-wcwl.php:286
537
  msgid "Remove now does not require any param"
538
  msgstr ""
539
 
540
+ #: ../includes/class.yith-wcwl.php:320
541
  #, fuzzy
542
  msgid "Error occurred while removing products from the wishlist"
543
  msgstr ""
544
  "¡Ups! Ha ocurrido un error al eliminar el producto de tu lista. Intenta "
545
  "nuevamente, por favor."
546
 
547
+ #: ../includes/class.yith-wcwl.php:598
548
  msgid "You need to log in before creating a new wishlist"
549
  msgstr ""
550
 
551
+ #: ../includes/class.yith-wcwl.php:1301
 
 
 
 
552
  msgid "Product successfully removed."
553
  msgstr "Bien, lo hemos eliminado de tu lista..."
554
 
555
+ #: ../includes/class.yith-wcwl.php:1305
556
  msgid "Error. Unable to remove the product from the wishlist."
557
  msgstr ""
558
  "¡Ups! Ha ocurrido un error al eliminar el producto de tu lista. Intenta "
559
  "nuevamente, por favor."
560
 
561
+ #: ../includes/class.yith-wcwl.php:1309 ../templates/wishlist-view.php:181
562
  msgid "No products were added to the wishlist"
563
  msgstr "Tu lista de deseos está vacía por el momento..."
564
 
764
  msgid "Add with multiupload"
765
  msgstr ""
766
 
767
+ #: ../plugin-fw/lib/yit-plugin-panel-wc.php:315
768
  msgid "The changes you have made will be lost if you leave this page."
769
  msgstr ""
770
 
773
  msgid "Plugin Settings"
774
  msgstr "Configuraciones"
775
 
776
+ #: ../plugin-fw/lib/yit-plugin-panel.php:94
777
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:101
778
  msgid "YIT Plugins"
779
  msgstr ""
780
 
781
+ #: ../plugin-fw/lib/yit-plugin-panel.php:273
782
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:142
783
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
784
  msgid "Save Changes"
785
  msgstr ""
786
 
787
+ #: ../plugin-fw/lib/yit-plugin-panel.php:276
788
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
789
  msgid ""
790
  "If you continue with this action, you will reset all options in this page."
791
  msgstr ""
792
 
793
+ #: ../plugin-fw/lib/yit-plugin-panel.php:278
794
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
795
+ #, fuzzy
796
+ msgid "Reset to Default"
797
+ msgstr "Redireccionar al carrito"
798
 
799
+ #: ../plugin-fw/lib/yit-plugin-panel.php:278
800
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
801
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
802
  msgid "Are you sure?"
803
  msgstr ""
804
 
805
+ #: ../plugin-fw/lib/yit-plugin-panel.php:412
806
  msgid ""
807
  "The element you have entered already exists. Please, enter another name."
808
  msgstr ""
809
 
810
+ #: ../plugin-fw/lib/yit-plugin-panel.php:413
811
  #, fuzzy
812
  msgid "Settings saved"
813
  msgstr "Configuraciones"
814
 
815
+ #: ../plugin-fw/lib/yit-plugin-panel.php:414
816
  #, fuzzy
817
  msgid "Settings reset"
818
  msgstr "Configuraciones"
819
 
820
+ #: ../plugin-fw/lib/yit-plugin-panel.php:415
821
  msgid "Element deleted correctly."
822
  msgstr ""
823
 
824
+ #: ../plugin-fw/lib/yit-plugin-panel.php:416
825
+ #: ../plugin-fw/lib/yit-plugin-panel.php:417
826
  msgid "Element updated correctly."
827
  msgstr ""
828
 
829
+ #: ../plugin-fw/lib/yit-plugin-panel.php:418
830
  msgid "Database imported correctly."
831
  msgstr ""
832
 
833
+ #: ../plugin-fw/lib/yit-plugin-panel.php:419
834
  msgid "An error has occurred during import. Please try again."
835
  msgstr ""
836
 
837
+ #: ../plugin-fw/lib/yit-plugin-panel.php:420
838
  msgid "The added file is not valid."
839
  msgstr ""
840
 
841
+ #: ../plugin-fw/lib/yit-plugin-panel.php:421
842
  msgid "Sorry, import is disabled."
843
  msgstr ""
844
 
845
+ #: ../plugin-fw/lib/yit-plugin-panel.php:422
846
  msgid "Sorting successful."
847
  msgstr ""
848
 
966
  msgid "Update Plugin"
967
  msgstr ""
968
 
969
+ #: ../plugin-fw/licence/lib/yit-licence.php:156
970
  #, php-format
971
  msgid "%field% field cannot be empty"
972
  msgstr ""
973
 
974
+ #: ../plugin-fw/licence/lib/yit-licence.php:157
975
  msgid "%field_1% and %field_2% fields cannot be empty"
976
  msgstr ""
977
 
978
+ #: ../plugin-fw/licence/lib/yit-licence.php:158
979
  msgid "Unable to contact the remote server, please try again later. Thanks!"
980
  msgstr ""
981
 
982
+ #: ../plugin-fw/licence/lib/yit-licence.php:537
983
  msgid "Invalid Request"
984
  msgstr ""
985
 
986
+ #: ../plugin-fw/licence/lib/yit-licence.php:538
987
  msgid "Invalid licence key"
988
  msgstr ""
989
 
990
+ #: ../plugin-fw/licence/lib/yit-licence.php:539
991
  msgid "Software has been deactivated"
992
  msgstr ""
993
 
994
+ #: ../plugin-fw/licence/lib/yit-licence.php:540
995
  msgid "Maximum number of activations exceeded"
996
  msgstr ""
997
 
998
+ #: ../plugin-fw/licence/lib/yit-licence.php:541
999
  msgid "Invalid instance ID"
1000
  msgstr ""
1001
 
1002
+ #: ../plugin-fw/licence/lib/yit-licence.php:542
1003
  msgid "Invalid security key"
1004
  msgstr ""
1005
 
1006
+ #: ../plugin-fw/licence/lib/yit-licence.php:543
1007
  msgid "Licence key has expired"
1008
  msgstr ""
1009
 
1010
+ #: ../plugin-fw/licence/lib/yit-licence.php:544
1011
  msgid "Licence key has been banned"
1012
  msgstr ""
1013
 
1055
  #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:77
1056
  #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:109
1057
  #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:133
1058
+ #: ../templates/wishlist-view.php:62
1059
  msgid "Product Name"
1060
  msgstr "Producto"
1061
 
1483
  msgid "Italic bold"
1484
  msgstr ""
1485
 
1486
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
1487
+ msgid "Reset Defaults"
1488
+ msgstr ""
1489
+
1490
  #: ../templates/share.php:28
1491
  #, fuzzy
1492
  msgid "Pinterest"
1509
  msgid "Cancel"
1510
  msgstr ""
1511
 
1512
+ #: ../templates/wishlist-view.php:68
1513
  msgid "Unit Price"
1514
  msgstr "Precio por unidad"
1515
 
1516
+ #: ../templates/wishlist-view.php:76
1517
  msgid "Stock Status"
1518
  msgstr "Estado de stock"
1519
 
1520
  # Not literal but more friendly.
1521
+ #: ../templates/wishlist-view.php:112
1522
  msgid "Remove this product"
1523
  msgstr "Ya no lo quiero"
1524
 
1525
+ #: ../templates/wishlist-view.php:141
1526
  msgid "Free!"
1527
  msgstr ""
1528
 
1529
+ #: ../templates/wishlist-view.php:152
1530
  msgid "Out of Stock"
1531
  msgstr "No disponible por el momento"
1532
 
1533
+ #: ../templates/wishlist-view.php:155
1534
  msgid "In Stock"
1535
  msgstr "¡Disponible!"
1536
 
1537
+ #: ../templates/wishlist-view.php:213 ../templates/wishlist-view.php:246
1538
  msgid "Ask an estimate of costs"
1539
  msgstr ""
1540
 
1558
  msgid "Click to preview"
1559
  msgstr "Haz click para ir a la vista preliminar"
1560
 
1561
+ #~ msgid "Product already in the wishlist."
1562
+ #~ msgstr "Ya está en tu lista de deseos!"
1563
+
1564
  #, fuzzy
1565
  #~ msgid "Button rounded corners"
1566
  #~ msgstr "Botones con ángulos redondeados"
languages/yit-es_MX.mo CHANGED
Binary file
languages/yit-es_MX.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
- "POT-Creation-Date: 2015-03-04 16:39+0100\n"
5
- "PO-Revision-Date: 2015-03-04 16:39+0100\n"
6
  "Last-Translator: Gabriel Azarias Dzul Cocom <gabrieldzul@gmail.com>\n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: en\n"
@@ -27,14 +27,14 @@ msgid ""
27
  msgstr ""
28
 
29
  #: ../includes/class.yith-wcwl-admin-init.php:188
30
- #: ../includes/class.yith-wcwl-admin-init.php:1399
31
- #: ../includes/class.yith-wcwl-admin-init.php:1400
32
  #: ../includes/class.yith-wcwl-install.php:240
33
  msgid "Wishlist"
34
  msgstr "Lista de deseos"
35
 
36
  #: ../includes/class.yith-wcwl-admin-init.php:190
37
- #: ../includes/class.yith-wcwl-admin-init.php:289
38
  #: ../plugin-fw/lib/yit-cpt-unlimited.php:1048
39
  #: ../plugin-fw/lib/yit-cpt-unlimited.php:1196
40
  #: ../plugin-fw/lib/yit-cpt-unlimited.php:1202
@@ -43,75 +43,75 @@ msgid "Settings"
43
  msgstr "Ajustes"
44
 
45
  #: ../includes/class.yith-wcwl-admin-init.php:191
46
- #: ../includes/class.yith-wcwl-admin-init.php:256
47
  msgid "Colors"
48
  msgstr "Colores"
49
 
50
  #: ../includes/class.yith-wcwl-admin-init.php:192
51
- #: ../includes/class.yith-wcwl-admin-init.php:293
52
  msgid "Premium Version"
53
  msgstr ""
54
 
55
- #: ../includes/class.yith-wcwl-admin-init.php:317
56
  msgid ""
57
  "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
58
  "link to update it."
59
  msgstr ""
60
 
61
- #: ../includes/class.yith-wcwl-admin-init.php:320
62
  msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
63
  msgstr ""
64
 
65
- #: ../includes/class.yith-wcwl-admin-init.php:325
66
  msgid "Plugin Documentation"
67
  msgstr ""
68
 
69
- #: ../includes/class.yith-wcwl-admin-init.php:341
70
  msgid "Wishlist Page"
71
  msgstr "Página de la Lista de Deseos"
72
 
73
- #: ../includes/class.yith-wcwl-admin-init.php:342
74
  msgid "Page contents: [yith_wcwl_wishlist]"
75
  msgstr ""
76
 
77
- #: ../includes/class.yith-wcwl-admin-init.php:917
78
  msgid "Upgrade to the PREMIUM VERSION"
79
  msgstr ""
80
 
81
- #: ../includes/class.yith-wcwl-admin-init.php:920
82
  msgid "YITH WooCommerce Wishlist"
83
  msgstr ""
84
 
85
- #: ../includes/class.yith-wcwl-admin-init.php:921
86
  msgid "Discover the Advanced Features"
87
  msgstr ""
88
 
89
- #: ../includes/class.yith-wcwl-admin-init.php:922
90
  msgid ""
91
  "Upgrade to the PREMIUM VERSION\n"
92
  "of YITH WOOCOMMERCE WISHLIST to benefit from all features!"
93
  msgstr ""
94
 
95
- #: ../includes/class.yith-wcwl-admin-init.php:929
96
  msgid "Get Support and Pro Features"
97
  msgstr ""
98
 
99
- #: ../includes/class.yith-wcwl-admin-init.php:930
100
  msgid ""
101
  "By purchasing the premium version of the plugin, you will take advantage of "
102
  "the advanced features of the product and you will get one year of free "
103
  "updates and support through our platform available 24h/24."
104
  msgstr ""
105
 
106
- #: ../includes/class.yith-wcwl-admin-init.php:940
107
  msgid "General Settings"
108
  msgstr "Ajustes Generales"
109
 
110
- #: ../includes/class.yith-wcwl-admin-init.php:947
111
  msgid "Enable YITH Wishlist"
112
  msgstr "Activar la Lista de deseos de YITH"
113
 
114
- #: ../includes/class.yith-wcwl-admin-init.php:948
115
  #, fuzzy, php-format
116
  msgid ""
117
  "Enable all plugin features. <strong>Be sure to select a voice in the "
@@ -123,24 +123,24 @@ msgstr ""
123
  "Páginas.</strong>Por favor lea la <a href=\"%s\" target=\"_blank"
124
  "\">documentación</a>. del plugin"
125
 
126
- #: ../includes/class.yith-wcwl-admin-init.php:955
127
  #, fuzzy
128
  msgid "Default wishlist title"
129
  msgstr "Título de la Lista de deseos"
130
 
131
- #: ../includes/class.yith-wcwl-admin-init.php:957
132
  #: ../includes/class.yith-wcwl-admin-init.php:958
133
- #: ../includes/class.yith-wcwl-admin-init.php:1199
134
  #: ../includes/class.yith-wcwl-admin-init.php:1200
 
135
  #, php-format
136
  msgid "My wishlist on %s"
137
  msgstr "My Lista de deseos en %s"
138
 
139
- #: ../includes/class.yith-wcwl-admin-init.php:966
140
  msgid "Position"
141
  msgstr "Posición"
142
 
143
- #: ../includes/class.yith-wcwl-admin-init.php:967
144
  #, fuzzy
145
  msgid ""
146
  "You can add it in variable products only After \"Add to Cart \" or using the "
@@ -149,27 +149,27 @@ msgstr ""
149
  "En productos variables puedes agregarlos solo despues de \"Agregar al "
150
  "Carrito\" o usar el shortcode [yith_wcwl_add_to_wishlist]."
151
 
152
- #: ../includes/class.yith-wcwl-admin-init.php:973
153
  msgid "After \"Add to cart\""
154
  msgstr "Despued de \"Agregar al Carrito\""
155
 
156
- #: ../includes/class.yith-wcwl-admin-init.php:974
157
  msgid "After thumbnails"
158
  msgstr "Despues de las miniaturas"
159
 
160
- #: ../includes/class.yith-wcwl-admin-init.php:975
161
  msgid "After summary"
162
  msgstr "Despues del Resumen"
163
 
164
- #: ../includes/class.yith-wcwl-admin-init.php:976
165
  msgid "Use shortcode"
166
  msgstr "Usar shortcode"
167
 
168
- #: ../includes/class.yith-wcwl-admin-init.php:981
169
  msgid "Redirect to cart"
170
  msgstr "Redirreccionar al Carrito"
171
 
172
- #: ../includes/class.yith-wcwl-admin-init.php:982
173
  msgid ""
174
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
175
  "page."
@@ -177,200 +177,200 @@ msgstr ""
177
  "Redireccionar a la página del Carrito si el boton de \"Agregar al Carrito\" "
178
  "es presionado en la página de la Lista de deseos."
179
 
180
- #: ../includes/class.yith-wcwl-admin-init.php:989
181
  msgid "Remove if added to the cart"
182
  msgstr "Remover si es agregado al Carrito."
183
 
184
- #: ../includes/class.yith-wcwl-admin-init.php:990
185
  #, fuzzy
186
  msgid "Remove the product from the wishlist if it has been added to the cart."
187
  msgstr ""
188
  "Remover el producto de la Lista de deseos si ha sido agregado al Carrito."
189
 
190
- #: ../includes/class.yith-wcwl-admin-init.php:997
191
  msgid "\"Add to Wishlist\" text"
192
  msgstr "Testo de \"Agregar al Carrito\""
193
 
194
- #: ../includes/class.yith-wcwl-admin-init.php:999
195
  #: ../includes/class.yith-wcwl-admin-init.php:1000
 
196
  msgid "Add to Wishlist"
197
  msgstr "Agregar a la Lista de deseos"
198
 
199
- #: ../includes/class.yith-wcwl-admin-init.php:1005
200
  #, fuzzy
201
  msgid "\"Browse wishlist\" text"
202
  msgstr "Ir a la Lista de deseos"
203
 
204
- #: ../includes/class.yith-wcwl-admin-init.php:1007
205
  #: ../includes/class.yith-wcwl-admin-init.php:1008
 
206
  #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl-ui.php:82
207
  msgid "Browse Wishlist"
208
  msgstr "Ir a la Lista de deseos"
209
 
210
- #: ../includes/class.yith-wcwl-admin-init.php:1013
211
  #, fuzzy
212
  msgid "\"Product already in wishlist\" text"
213
  msgstr "El producto ya está en la Lista"
214
 
215
- #: ../includes/class.yith-wcwl-admin-init.php:1015
216
  #: ../includes/class.yith-wcwl-admin-init.php:1016
 
217
  #: ../includes/class.yith-wcwl-ui.php:82
218
  msgid "The product is already in the wishlist!"
219
  msgstr "El producto ya se encuentra en la Lista de deseos!"
220
 
221
- #: ../includes/class.yith-wcwl-admin-init.php:1021
222
  #, fuzzy
223
  msgid "\"Product added\" text"
224
  msgstr "¡Producto agregado!"
225
 
226
- #: ../includes/class.yith-wcwl-admin-init.php:1023
227
  #: ../includes/class.yith-wcwl-admin-init.php:1024
228
- #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl.php:1237
 
229
  msgid "Product added!"
230
  msgstr "¡Producto agregado!"
231
 
232
- #: ../includes/class.yith-wcwl-admin-init.php:1029
233
  msgid "\"Add to Cart\" text"
234
  msgstr "Texto de \"Agregar del Carrito\""
235
 
236
- #: ../includes/class.yith-wcwl-admin-init.php:1031
237
  #: ../includes/class.yith-wcwl-admin-init.php:1032
 
238
  msgid "Add to Cart"
239
  msgstr "Agregar al Carrito"
240
 
241
- #: ../includes/class.yith-wcwl-admin-init.php:1037
242
  msgid "Show Unit price"
243
  msgstr "Mostrar Precio unitario"
244
 
245
- #: ../includes/class.yith-wcwl-admin-init.php:1038
246
  msgid "Show unit price for each product in wishlist"
247
  msgstr ""
248
 
249
- #: ../includes/class.yith-wcwl-admin-init.php:1046
250
  msgid "Show \"Add to Cart\" button"
251
  msgstr "Mostar el boton de \"Agregar al Carrito\" "
252
 
253
- #: ../includes/class.yith-wcwl-admin-init.php:1047
254
  #, fuzzy
255
  msgid "Show \"Add to cart\" button for each product in wishlist"
256
  msgstr "\"Agregar al Carrito\" fondo del boton"
257
 
258
- #: ../includes/class.yith-wcwl-admin-init.php:1055
259
  msgid "Show Stock status"
260
  msgstr "Mostar el estado del inventario"
261
 
262
- #: ../includes/class.yith-wcwl-admin-init.php:1056
263
  msgid ""
264
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
265
  msgstr ""
266
 
267
- #: ../includes/class.yith-wcwl-admin-init.php:1079
268
  msgid "Styles"
269
  msgstr "Estilos"
270
 
271
- #: ../includes/class.yith-wcwl-admin-init.php:1086
272
  msgid "Use buttons"
273
  msgstr "Usar botones"
274
 
275
- #: ../includes/class.yith-wcwl-admin-init.php:1087
276
  #, fuzzy
277
  msgid "Use buttons instead of simple anchors."
278
  msgstr "Usar botones en lugar de un simple elnaces"
279
 
280
- #: ../includes/class.yith-wcwl-admin-init.php:1094
281
  msgid "Custom CSS"
282
  msgstr "Css personalizado"
283
 
284
- #: ../includes/class.yith-wcwl-admin-init.php:1102
285
  msgid "Use theme style"
286
  msgstr "Usar estilo del tema"
287
 
288
- #: ../includes/class.yith-wcwl-admin-init.php:1103
289
  msgid "Use the theme style."
290
  msgstr "Usar el estilo del tema"
291
 
292
- #: ../includes/class.yith-wcwl-admin-init.php:1110
293
  #, fuzzy
294
  msgid "Rounded buttons"
295
  msgstr "Usar botones"
296
 
297
- #: ../includes/class.yith-wcwl-admin-init.php:1111
298
  #, fuzzy
299
  msgid "Make button corners rounded"
300
  msgstr "Redondear los bordes de los botones"
301
 
302
- #: ../includes/class.yith-wcwl-admin-init.php:1118
303
  msgid "\"Add to Wishlist\" icon"
304
  msgstr "Icono de \"Agregar a la Lista de deseos\""
305
 
306
- #: ../includes/class.yith-wcwl-admin-init.php:1119
307
  msgid "Add an icon to the \"Add to Wishlist\" button"
308
  msgstr "Agregar un icono para el boton de \"Agregar a la Lista de deseos\""
309
 
310
- #: ../includes/class.yith-wcwl-admin-init.php:1130
311
  msgid "\"Add to Cart\" icon"
312
  msgstr "Icono de \"Agregar al carrito\""
313
 
314
- #: ../includes/class.yith-wcwl-admin-init.php:1131
315
  msgid "Add an icon to the \"Add to Cart\" button"
316
  msgstr "Agregar un icono para el boton de \"Agregar al Carrito\""
317
 
318
- #: ../includes/class.yith-wcwl-admin-init.php:1150
319
  msgid "Socials &amp; Share"
320
  msgstr "Compartir"
321
 
322
- #: ../includes/class.yith-wcwl-admin-init.php:1157
323
  msgid "Share on Facebook"
324
  msgstr "Compartir en Facebook"
325
 
326
- #: ../includes/class.yith-wcwl-admin-init.php:1158
327
- #: ../includes/class.yith-wcwl-admin-init.php:1182
328
  #, fuzzy
329
  msgid "Show \"Share on Facebook\" button"
330
  msgstr "Compartir en Facebook"
331
 
332
- #: ../includes/class.yith-wcwl-admin-init.php:1165
333
  msgid "Tweet on Twitter"
334
  msgstr "Tweet en Twitter"
335
 
336
- #: ../includes/class.yith-wcwl-admin-init.php:1166
337
  #, fuzzy
338
  msgid "Show \"Tweet on Twitter\" button"
339
  msgstr "Tweet en Twitter"
340
 
341
- #: ../includes/class.yith-wcwl-admin-init.php:1173
342
  msgid "Pin on Pinterest"
343
  msgstr "Pin en Pinterest"
344
 
345
- #: ../includes/class.yith-wcwl-admin-init.php:1174
346
  #, fuzzy
347
  msgid "Show \"Pin on Pinterest\" button"
348
  msgstr "Pin en Pinterest"
349
 
350
- #: ../includes/class.yith-wcwl-admin-init.php:1181
351
  msgid "Share on Google+"
352
  msgstr "Compartir en Google+"
353
 
354
- #: ../includes/class.yith-wcwl-admin-init.php:1189
355
  msgid "Share by Email"
356
  msgstr ""
357
 
358
- #: ../includes/class.yith-wcwl-admin-init.php:1190
359
  #, fuzzy
360
  msgid "Show \"Share by Email\" button"
361
  msgstr "Mostar el boton de \"Agregar al Carrito\" "
362
 
363
- #: ../includes/class.yith-wcwl-admin-init.php:1197
364
  #, fuzzy
365
  msgid "Social title"
366
  msgstr "Tiítulo de Redes sociales"
367
 
368
- #: ../includes/class.yith-wcwl-admin-init.php:1205
369
  #, fuzzy
370
  msgid "Social text"
371
  msgstr "Texto de redes sociales"
372
 
373
- #: ../includes/class.yith-wcwl-admin-init.php:1206
374
  #, fuzzy
375
  msgid ""
376
  "It will be used by Facebook, Twitter and Pinterest. Use <strong>%wishlist_url"
@@ -379,30 +379,22 @@ msgstr ""
379
  "Será usado por Facebook, Twitter y Pinterest. Usa <strong>%wishlist_url%</"
380
  "strong> donde quieras que la URL de tu Lista de deseos aparesca."
381
 
382
- #: ../includes/class.yith-wcwl-admin-init.php:1214
383
  #, fuzzy
384
  msgid "Social image URL"
385
  msgstr "URL de la imágen de las redes Sociales."
386
 
387
- #: ../includes/class.yith-wcwl-admin-init.php:1250
388
  #, fuzzy
389
  msgid "\"Add to wishlist\" button"
390
  msgstr "\"Agregar a Lista de deseos\" texto del boton"
391
 
392
- #: ../includes/class.yith-wcwl-admin-init.php:1253
393
- #: ../includes/class.yith-wcwl-admin-init.php:1271
394
- #: ../includes/class.yith-wcwl-admin-init.php:1289
395
- #: ../includes/class.yith-wcwl-admin-init.php:1307
396
- #: ../includes/class.yith-wcwl-admin-init.php:1325
397
- msgid "Background"
398
- msgstr ""
399
-
400
  #: ../includes/class.yith-wcwl-admin-init.php:1254
401
  #: ../includes/class.yith-wcwl-admin-init.php:1272
402
  #: ../includes/class.yith-wcwl-admin-init.php:1290
403
  #: ../includes/class.yith-wcwl-admin-init.php:1308
404
  #: ../includes/class.yith-wcwl-admin-init.php:1326
405
- msgid "Text"
406
  msgstr ""
407
 
408
  #: ../includes/class.yith-wcwl-admin-init.php:1255
@@ -410,62 +402,70 @@ msgstr ""
410
  #: ../includes/class.yith-wcwl-admin-init.php:1291
411
  #: ../includes/class.yith-wcwl-admin-init.php:1309
412
  #: ../includes/class.yith-wcwl-admin-init.php:1327
413
- msgid "Border"
414
  msgstr ""
415
 
416
- #: ../includes/class.yith-wcwl-admin-init.php:1262
417
- #: ../includes/class.yith-wcwl-admin-init.php:1280
418
- #: ../includes/class.yith-wcwl-admin-init.php:1298
419
- #: ../includes/class.yith-wcwl-admin-init.php:1316
420
- msgid "Background (hover)"
 
421
  msgstr ""
422
 
423
  #: ../includes/class.yith-wcwl-admin-init.php:1263
424
  #: ../includes/class.yith-wcwl-admin-init.php:1281
425
  #: ../includes/class.yith-wcwl-admin-init.php:1299
426
  #: ../includes/class.yith-wcwl-admin-init.php:1317
427
- msgid "Text (hover)"
428
  msgstr ""
429
 
430
  #: ../includes/class.yith-wcwl-admin-init.php:1264
431
  #: ../includes/class.yith-wcwl-admin-init.php:1282
432
  #: ../includes/class.yith-wcwl-admin-init.php:1300
433
  #: ../includes/class.yith-wcwl-admin-init.php:1318
 
 
 
 
 
 
 
434
  msgid "Border (hover)"
435
  msgstr ""
436
 
437
- #: ../includes/class.yith-wcwl-admin-init.php:1268
438
  #, fuzzy
439
  msgid "\"Add to Cart\" button"
440
  msgstr "\"Agregar al Carrito\" texto del boton"
441
 
442
- #: ../includes/class.yith-wcwl-admin-init.php:1286
443
  msgid "\"Style 1\" button"
444
  msgstr ""
445
 
446
- #: ../includes/class.yith-wcwl-admin-init.php:1304
447
  msgid "\"Style 2\" button"
448
  msgstr ""
449
 
450
- #: ../includes/class.yith-wcwl-admin-init.php:1322
451
  #, fuzzy
452
  msgid "Wishlist table"
453
  msgstr "Título de la Lista de deseos"
454
 
455
- #: ../includes/class.yith-wcwl-admin-init.php:1331
456
  msgid "Headers"
457
  msgstr ""
458
 
459
- #: ../includes/class.yith-wcwl-admin-init.php:1334
460
  msgid "Background color"
461
  msgstr ""
462
 
463
- #: ../includes/class.yith-wcwl-admin-init.php:1461
464
  #, fuzzy
465
  msgid "Wishlist Activated"
466
  msgstr "Título de la Lista de deseos"
467
 
468
- #: ../includes/class.yith-wcwl-admin-init.php:1462
469
  #, php-format
470
  msgid ""
471
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
@@ -474,12 +474,12 @@ msgid ""
474
  "options, <a href=\"%s\">discover it now</a>."
475
  msgstr ""
476
 
477
- #: ../includes/class.yith-wcwl-admin-init.php:1473
478
  #, fuzzy
479
  msgid "Wishlist Updated"
480
  msgstr "Página de la Lista de Deseos"
481
 
482
- #: ../includes/class.yith-wcwl-admin-init.php:1474
483
  #, php-format
484
  msgid ""
485
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
@@ -499,7 +499,7 @@ msgstr ""
499
  msgid "wishlist"
500
  msgstr "Lista de deseos"
501
 
502
- #: ../includes/class.yith-wcwl-shortcode.php:224
503
  #: ../includes/class.yith-wcwl-ui.php:161
504
  msgid "Share on:"
505
  msgstr "Compartir en:"
@@ -521,41 +521,37 @@ msgstr ""
521
  msgid "email"
522
  msgstr ""
523
 
524
- #: ../includes/class.yith-wcwl.php:185
525
  #, fuzzy
526
  msgid "Error occurred while adding products to the wishlist."
527
  msgstr "Ocurrió un erro mientras se agregaba el producto a la Lista"
528
 
529
- #: ../includes/class.yith-wcwl.php:269
530
  msgid "Error occurred while adding product to wishlist."
531
  msgstr "Ocurrió un erro mientras se agregaba el producto a la Lista"
532
 
533
- #: ../includes/class.yith-wcwl.php:284
534
  msgid "Remove now does not require any param"
535
  msgstr ""
536
 
537
- #: ../includes/class.yith-wcwl.php:318
538
  #, fuzzy
539
  msgid "Error occurred while removing products from the wishlist"
540
  msgstr "Ocurrió un erro mientras se eliminaba el producto a la Lista"
541
 
542
- #: ../includes/class.yith-wcwl.php:596
543
  msgid "You need to log in before creating a new wishlist"
544
  msgstr ""
545
 
546
- #: ../includes/class.yith-wcwl.php:1240
547
- msgid "Product already in the wishlist."
548
- msgstr "El producto ya está en la Lista"
549
-
550
- #: ../includes/class.yith-wcwl.php:1272
551
  msgid "Product successfully removed."
552
  msgstr "Producto exitosamente eliminado"
553
 
554
- #: ../includes/class.yith-wcwl.php:1276
555
  msgid "Error. Unable to remove the product from the wishlist."
556
  msgstr "Error. No fue posible eliminar el producto de la Lista."
557
 
558
- #: ../includes/class.yith-wcwl.php:1280 ../templates/wishlist-view.php:170
559
  msgid "No products were added to the wishlist"
560
  msgstr "Aun no has agregado nada."
561
 
@@ -761,7 +757,7 @@ msgstr ""
761
  msgid "Add with multiupload"
762
  msgstr ""
763
 
764
- #: ../plugin-fw/lib/yit-plugin-panel-wc.php:345
765
  msgid "The changes you have made will be lost if you leave this page."
766
  msgstr ""
767
 
@@ -770,76 +766,76 @@ msgstr ""
770
  msgid "Plugin Settings"
771
  msgstr "Ajustes"
772
 
773
- #: ../plugin-fw/lib/yit-plugin-panel.php:92
774
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:101
775
  msgid "YIT Plugins"
776
  msgstr ""
777
 
778
- #: ../plugin-fw/lib/yit-plugin-panel.php:271
779
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:142
780
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
781
  msgid "Save Changes"
782
  msgstr ""
783
 
784
- #: ../plugin-fw/lib/yit-plugin-panel.php:274
785
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
786
  msgid ""
787
  "If you continue with this action, you will reset all options in this page."
788
  msgstr ""
789
 
790
- #: ../plugin-fw/lib/yit-plugin-panel.php:276
791
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
792
- #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
793
- msgid "Reset Defaults"
794
- msgstr ""
795
 
796
- #: ../plugin-fw/lib/yit-plugin-panel.php:276
797
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
798
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
799
  msgid "Are you sure?"
800
  msgstr ""
801
 
802
- #: ../plugin-fw/lib/yit-plugin-panel.php:410
803
  msgid ""
804
  "The element you have entered already exists. Please, enter another name."
805
  msgstr ""
806
 
807
- #: ../plugin-fw/lib/yit-plugin-panel.php:411
808
  #, fuzzy
809
  msgid "Settings saved"
810
  msgstr "Ajustes"
811
 
812
- #: ../plugin-fw/lib/yit-plugin-panel.php:412
813
  #, fuzzy
814
  msgid "Settings reset"
815
  msgstr "Ajustes"
816
 
817
- #: ../plugin-fw/lib/yit-plugin-panel.php:413
818
  msgid "Element deleted correctly."
819
  msgstr ""
820
 
821
- #: ../plugin-fw/lib/yit-plugin-panel.php:414
822
- #: ../plugin-fw/lib/yit-plugin-panel.php:415
823
  msgid "Element updated correctly."
824
  msgstr ""
825
 
826
- #: ../plugin-fw/lib/yit-plugin-panel.php:416
827
  msgid "Database imported correctly."
828
  msgstr ""
829
 
830
- #: ../plugin-fw/lib/yit-plugin-panel.php:417
831
  msgid "An error has occurred during import. Please try again."
832
  msgstr ""
833
 
834
- #: ../plugin-fw/lib/yit-plugin-panel.php:418
835
  msgid "The added file is not valid."
836
  msgstr ""
837
 
838
- #: ../plugin-fw/lib/yit-plugin-panel.php:419
839
  msgid "Sorry, import is disabled."
840
  msgstr ""
841
 
842
- #: ../plugin-fw/lib/yit-plugin-panel.php:420
843
  msgid "Sorting successful."
844
  msgstr ""
845
 
@@ -963,48 +959,48 @@ msgstr ""
963
  msgid "Update Plugin"
964
  msgstr ""
965
 
966
- #: ../plugin-fw/licence/lib/yit-licence.php:148
967
  #, php-format
968
  msgid "%field% field cannot be empty"
969
  msgstr ""
970
 
971
- #: ../plugin-fw/licence/lib/yit-licence.php:149
972
  msgid "%field_1% and %field_2% fields cannot be empty"
973
  msgstr ""
974
 
975
- #: ../plugin-fw/licence/lib/yit-licence.php:150
976
  msgid "Unable to contact the remote server, please try again later. Thanks!"
977
  msgstr ""
978
 
979
- #: ../plugin-fw/licence/lib/yit-licence.php:529
980
  msgid "Invalid Request"
981
  msgstr ""
982
 
983
- #: ../plugin-fw/licence/lib/yit-licence.php:530
984
  msgid "Invalid licence key"
985
  msgstr ""
986
 
987
- #: ../plugin-fw/licence/lib/yit-licence.php:531
988
  msgid "Software has been deactivated"
989
  msgstr ""
990
 
991
- #: ../plugin-fw/licence/lib/yit-licence.php:532
992
  msgid "Maximum number of activations exceeded"
993
  msgstr ""
994
 
995
- #: ../plugin-fw/licence/lib/yit-licence.php:533
996
  msgid "Invalid instance ID"
997
  msgstr ""
998
 
999
- #: ../plugin-fw/licence/lib/yit-licence.php:534
1000
  msgid "Invalid security key"
1001
  msgstr ""
1002
 
1003
- #: ../plugin-fw/licence/lib/yit-licence.php:535
1004
  msgid "Licence key has expired"
1005
  msgstr ""
1006
 
1007
- #: ../plugin-fw/licence/lib/yit-licence.php:536
1008
  msgid "Licence key has been banned"
1009
  msgstr ""
1010
 
@@ -1052,7 +1048,7 @@ msgstr ""
1052
  #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:77
1053
  #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:109
1054
  #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:133
1055
- #: ../templates/wishlist-view.php:56
1056
  msgid "Product Name"
1057
  msgstr "Nombre del producto"
1058
 
@@ -1480,6 +1476,10 @@ msgstr ""
1480
  msgid "Italic bold"
1481
  msgstr ""
1482
 
 
 
 
 
1483
  #: ../templates/share.php:28
1484
  #, fuzzy
1485
  msgid "Pinterest"
@@ -1502,31 +1502,31 @@ msgstr ""
1502
  msgid "Cancel"
1503
  msgstr ""
1504
 
1505
- #: ../templates/wishlist-view.php:62
1506
  msgid "Unit Price"
1507
  msgstr "Precio unitario"
1508
 
1509
- #: ../templates/wishlist-view.php:70
1510
  msgid "Stock Status"
1511
  msgstr "Estado del inventario"
1512
 
1513
- #: ../templates/wishlist-view.php:101
1514
  msgid "Remove this product"
1515
  msgstr "Remover este producto"
1516
 
1517
- #: ../templates/wishlist-view.php:130
1518
  msgid "Free!"
1519
  msgstr "Gratis!"
1520
 
1521
- #: ../templates/wishlist-view.php:141
1522
  msgid "Out of Stock"
1523
  msgstr "Agotado"
1524
 
1525
- #: ../templates/wishlist-view.php:144
1526
  msgid "In Stock"
1527
  msgstr "Disponilbe."
1528
 
1529
- #: ../templates/wishlist-view.php:196
1530
  msgid "Ask an estimate of costs"
1531
  msgstr ""
1532
 
@@ -1550,6 +1550,9 @@ msgstr "Selecciona una familia de fuentes"
1550
  msgid "Click to preview"
1551
  msgstr "Click para previsualizar"
1552
 
 
 
 
1553
  #, fuzzy
1554
  #~ msgid "Button rounded corners"
1555
  #~ msgstr "Bordes redondeados para los botones"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
+ "POT-Creation-Date: 2015-03-18 10:24+0100\n"
5
+ "PO-Revision-Date: 2015-03-18 10:24+0100\n"
6
  "Last-Translator: Gabriel Azarias Dzul Cocom <gabrieldzul@gmail.com>\n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: en\n"
27
  msgstr ""
28
 
29
  #: ../includes/class.yith-wcwl-admin-init.php:188
30
+ #: ../includes/class.yith-wcwl-admin-init.php:1359
31
+ #: ../includes/class.yith-wcwl-admin-init.php:1360
32
  #: ../includes/class.yith-wcwl-install.php:240
33
  msgid "Wishlist"
34
  msgstr "Lista de deseos"
35
 
36
  #: ../includes/class.yith-wcwl-admin-init.php:190
37
+ #: ../includes/class.yith-wcwl-admin-init.php:290
38
  #: ../plugin-fw/lib/yit-cpt-unlimited.php:1048
39
  #: ../plugin-fw/lib/yit-cpt-unlimited.php:1196
40
  #: ../plugin-fw/lib/yit-cpt-unlimited.php:1202
43
  msgstr "Ajustes"
44
 
45
  #: ../includes/class.yith-wcwl-admin-init.php:191
46
+ #: ../includes/class.yith-wcwl-admin-init.php:257
47
  msgid "Colors"
48
  msgstr "Colores"
49
 
50
  #: ../includes/class.yith-wcwl-admin-init.php:192
51
+ #: ../includes/class.yith-wcwl-admin-init.php:294
52
  msgid "Premium Version"
53
  msgstr ""
54
 
55
+ #: ../includes/class.yith-wcwl-admin-init.php:318
56
  msgid ""
57
  "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
58
  "link to update it."
59
  msgstr ""
60
 
61
+ #: ../includes/class.yith-wcwl-admin-init.php:321
62
  msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
63
  msgstr ""
64
 
65
+ #: ../includes/class.yith-wcwl-admin-init.php:326
66
  msgid "Plugin Documentation"
67
  msgstr ""
68
 
69
+ #: ../includes/class.yith-wcwl-admin-init.php:342
70
  msgid "Wishlist Page"
71
  msgstr "Página de la Lista de Deseos"
72
 
73
+ #: ../includes/class.yith-wcwl-admin-init.php:343
74
  msgid "Page contents: [yith_wcwl_wishlist]"
75
  msgstr ""
76
 
77
+ #: ../includes/class.yith-wcwl-admin-init.php:918
78
  msgid "Upgrade to the PREMIUM VERSION"
79
  msgstr ""
80
 
81
+ #: ../includes/class.yith-wcwl-admin-init.php:921
82
  msgid "YITH WooCommerce Wishlist"
83
  msgstr ""
84
 
85
+ #: ../includes/class.yith-wcwl-admin-init.php:922
86
  msgid "Discover the Advanced Features"
87
  msgstr ""
88
 
89
+ #: ../includes/class.yith-wcwl-admin-init.php:923
90
  msgid ""
91
  "Upgrade to the PREMIUM VERSION\n"
92
  "of YITH WOOCOMMERCE WISHLIST to benefit from all features!"
93
  msgstr ""
94
 
95
+ #: ../includes/class.yith-wcwl-admin-init.php:930
96
  msgid "Get Support and Pro Features"
97
  msgstr ""
98
 
99
+ #: ../includes/class.yith-wcwl-admin-init.php:931
100
  msgid ""
101
  "By purchasing the premium version of the plugin, you will take advantage of "
102
  "the advanced features of the product and you will get one year of free "
103
  "updates and support through our platform available 24h/24."
104
  msgstr ""
105
 
106
+ #: ../includes/class.yith-wcwl-admin-init.php:941
107
  msgid "General Settings"
108
  msgstr "Ajustes Generales"
109
 
110
+ #: ../includes/class.yith-wcwl-admin-init.php:948
111
  msgid "Enable YITH Wishlist"
112
  msgstr "Activar la Lista de deseos de YITH"
113
 
114
+ #: ../includes/class.yith-wcwl-admin-init.php:949
115
  #, fuzzy, php-format
116
  msgid ""
117
  "Enable all plugin features. <strong>Be sure to select a voice in the "
123
  "Páginas.</strong>Por favor lea la <a href=\"%s\" target=\"_blank"
124
  "\">documentación</a>. del plugin"
125
 
126
+ #: ../includes/class.yith-wcwl-admin-init.php:956
127
  #, fuzzy
128
  msgid "Default wishlist title"
129
  msgstr "Título de la Lista de deseos"
130
 
 
131
  #: ../includes/class.yith-wcwl-admin-init.php:958
132
+ #: ../includes/class.yith-wcwl-admin-init.php:959
133
  #: ../includes/class.yith-wcwl-admin-init.php:1200
134
+ #: ../includes/class.yith-wcwl-admin-init.php:1201
135
  #, php-format
136
  msgid "My wishlist on %s"
137
  msgstr "My Lista de deseos en %s"
138
 
139
+ #: ../includes/class.yith-wcwl-admin-init.php:967
140
  msgid "Position"
141
  msgstr "Posición"
142
 
143
+ #: ../includes/class.yith-wcwl-admin-init.php:968
144
  #, fuzzy
145
  msgid ""
146
  "You can add it in variable products only After \"Add to Cart \" or using the "
149
  "En productos variables puedes agregarlos solo despues de \"Agregar al "
150
  "Carrito\" o usar el shortcode [yith_wcwl_add_to_wishlist]."
151
 
152
+ #: ../includes/class.yith-wcwl-admin-init.php:974
153
  msgid "After \"Add to cart\""
154
  msgstr "Despued de \"Agregar al Carrito\""
155
 
156
+ #: ../includes/class.yith-wcwl-admin-init.php:975
157
  msgid "After thumbnails"
158
  msgstr "Despues de las miniaturas"
159
 
160
+ #: ../includes/class.yith-wcwl-admin-init.php:976
161
  msgid "After summary"
162
  msgstr "Despues del Resumen"
163
 
164
+ #: ../includes/class.yith-wcwl-admin-init.php:977
165
  msgid "Use shortcode"
166
  msgstr "Usar shortcode"
167
 
168
+ #: ../includes/class.yith-wcwl-admin-init.php:982
169
  msgid "Redirect to cart"
170
  msgstr "Redirreccionar al Carrito"
171
 
172
+ #: ../includes/class.yith-wcwl-admin-init.php:983
173
  msgid ""
174
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
175
  "page."
177
  "Redireccionar a la página del Carrito si el boton de \"Agregar al Carrito\" "
178
  "es presionado en la página de la Lista de deseos."
179
 
180
+ #: ../includes/class.yith-wcwl-admin-init.php:990
181
  msgid "Remove if added to the cart"
182
  msgstr "Remover si es agregado al Carrito."
183
 
184
+ #: ../includes/class.yith-wcwl-admin-init.php:991
185
  #, fuzzy
186
  msgid "Remove the product from the wishlist if it has been added to the cart."
187
  msgstr ""
188
  "Remover el producto de la Lista de deseos si ha sido agregado al Carrito."
189
 
190
+ #: ../includes/class.yith-wcwl-admin-init.php:998
191
  msgid "\"Add to Wishlist\" text"
192
  msgstr "Testo de \"Agregar al Carrito\""
193
 
 
194
  #: ../includes/class.yith-wcwl-admin-init.php:1000
195
+ #: ../includes/class.yith-wcwl-admin-init.php:1001
196
  msgid "Add to Wishlist"
197
  msgstr "Agregar a la Lista de deseos"
198
 
199
+ #: ../includes/class.yith-wcwl-admin-init.php:1006
200
  #, fuzzy
201
  msgid "\"Browse wishlist\" text"
202
  msgstr "Ir a la Lista de deseos"
203
 
 
204
  #: ../includes/class.yith-wcwl-admin-init.php:1008
205
+ #: ../includes/class.yith-wcwl-admin-init.php:1009
206
  #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl-ui.php:82
207
  msgid "Browse Wishlist"
208
  msgstr "Ir a la Lista de deseos"
209
 
210
+ #: ../includes/class.yith-wcwl-admin-init.php:1014
211
  #, fuzzy
212
  msgid "\"Product already in wishlist\" text"
213
  msgstr "El producto ya está en la Lista"
214
 
 
215
  #: ../includes/class.yith-wcwl-admin-init.php:1016
216
+ #: ../includes/class.yith-wcwl-admin-init.php:1017
217
  #: ../includes/class.yith-wcwl-ui.php:82
218
  msgid "The product is already in the wishlist!"
219
  msgstr "El producto ya se encuentra en la Lista de deseos!"
220
 
221
+ #: ../includes/class.yith-wcwl-admin-init.php:1022
222
  #, fuzzy
223
  msgid "\"Product added\" text"
224
  msgstr "¡Producto agregado!"
225
 
 
226
  #: ../includes/class.yith-wcwl-admin-init.php:1024
227
+ #: ../includes/class.yith-wcwl-admin-init.php:1025
228
+ #: ../includes/class.yith-wcwl-ui.php:81
229
  msgid "Product added!"
230
  msgstr "¡Producto agregado!"
231
 
232
+ #: ../includes/class.yith-wcwl-admin-init.php:1030
233
  msgid "\"Add to Cart\" text"
234
  msgstr "Texto de \"Agregar del Carrito\""
235
 
 
236
  #: ../includes/class.yith-wcwl-admin-init.php:1032
237
+ #: ../includes/class.yith-wcwl-admin-init.php:1033
238
  msgid "Add to Cart"
239
  msgstr "Agregar al Carrito"
240
 
241
+ #: ../includes/class.yith-wcwl-admin-init.php:1038
242
  msgid "Show Unit price"
243
  msgstr "Mostrar Precio unitario"
244
 
245
+ #: ../includes/class.yith-wcwl-admin-init.php:1039
246
  msgid "Show unit price for each product in wishlist"
247
  msgstr ""
248
 
249
+ #: ../includes/class.yith-wcwl-admin-init.php:1047
250
  msgid "Show \"Add to Cart\" button"
251
  msgstr "Mostar el boton de \"Agregar al Carrito\" "
252
 
253
+ #: ../includes/class.yith-wcwl-admin-init.php:1048
254
  #, fuzzy
255
  msgid "Show \"Add to cart\" button for each product in wishlist"
256
  msgstr "\"Agregar al Carrito\" fondo del boton"
257
 
258
+ #: ../includes/class.yith-wcwl-admin-init.php:1056
259
  msgid "Show Stock status"
260
  msgstr "Mostar el estado del inventario"
261
 
262
+ #: ../includes/class.yith-wcwl-admin-init.php:1057
263
  msgid ""
264
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
265
  msgstr ""
266
 
267
+ #: ../includes/class.yith-wcwl-admin-init.php:1080
268
  msgid "Styles"
269
  msgstr "Estilos"
270
 
271
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
272
  msgid "Use buttons"
273
  msgstr "Usar botones"
274
 
275
+ #: ../includes/class.yith-wcwl-admin-init.php:1088
276
  #, fuzzy
277
  msgid "Use buttons instead of simple anchors."
278
  msgstr "Usar botones en lugar de un simple elnaces"
279
 
280
+ #: ../includes/class.yith-wcwl-admin-init.php:1095
281
  msgid "Custom CSS"
282
  msgstr "Css personalizado"
283
 
284
+ #: ../includes/class.yith-wcwl-admin-init.php:1103
285
  msgid "Use theme style"
286
  msgstr "Usar estilo del tema"
287
 
288
+ #: ../includes/class.yith-wcwl-admin-init.php:1104
289
  msgid "Use the theme style."
290
  msgstr "Usar el estilo del tema"
291
 
292
+ #: ../includes/class.yith-wcwl-admin-init.php:1111
293
  #, fuzzy
294
  msgid "Rounded buttons"
295
  msgstr "Usar botones"
296
 
297
+ #: ../includes/class.yith-wcwl-admin-init.php:1112
298
  #, fuzzy
299
  msgid "Make button corners rounded"
300
  msgstr "Redondear los bordes de los botones"
301
 
302
+ #: ../includes/class.yith-wcwl-admin-init.php:1119
303
  msgid "\"Add to Wishlist\" icon"
304
  msgstr "Icono de \"Agregar a la Lista de deseos\""
305
 
306
+ #: ../includes/class.yith-wcwl-admin-init.php:1120
307
  msgid "Add an icon to the \"Add to Wishlist\" button"
308
  msgstr "Agregar un icono para el boton de \"Agregar a la Lista de deseos\""
309
 
310
+ #: ../includes/class.yith-wcwl-admin-init.php:1131
311
  msgid "\"Add to Cart\" icon"
312
  msgstr "Icono de \"Agregar al carrito\""
313
 
314
+ #: ../includes/class.yith-wcwl-admin-init.php:1132
315
  msgid "Add an icon to the \"Add to Cart\" button"
316
  msgstr "Agregar un icono para el boton de \"Agregar al Carrito\""
317
 
318
+ #: ../includes/class.yith-wcwl-admin-init.php:1151
319
  msgid "Socials &amp; Share"
320
  msgstr "Compartir"
321
 
322
+ #: ../includes/class.yith-wcwl-admin-init.php:1158
323
  msgid "Share on Facebook"
324
  msgstr "Compartir en Facebook"
325
 
326
+ #: ../includes/class.yith-wcwl-admin-init.php:1159
327
+ #: ../includes/class.yith-wcwl-admin-init.php:1183
328
  #, fuzzy
329
  msgid "Show \"Share on Facebook\" button"
330
  msgstr "Compartir en Facebook"
331
 
332
+ #: ../includes/class.yith-wcwl-admin-init.php:1166
333
  msgid "Tweet on Twitter"
334
  msgstr "Tweet en Twitter"
335
 
336
+ #: ../includes/class.yith-wcwl-admin-init.php:1167
337
  #, fuzzy
338
  msgid "Show \"Tweet on Twitter\" button"
339
  msgstr "Tweet en Twitter"
340
 
341
+ #: ../includes/class.yith-wcwl-admin-init.php:1174
342
  msgid "Pin on Pinterest"
343
  msgstr "Pin en Pinterest"
344
 
345
+ #: ../includes/class.yith-wcwl-admin-init.php:1175
346
  #, fuzzy
347
  msgid "Show \"Pin on Pinterest\" button"
348
  msgstr "Pin en Pinterest"
349
 
350
+ #: ../includes/class.yith-wcwl-admin-init.php:1182
351
  msgid "Share on Google+"
352
  msgstr "Compartir en Google+"
353
 
354
+ #: ../includes/class.yith-wcwl-admin-init.php:1190
355
  msgid "Share by Email"
356
  msgstr ""
357
 
358
+ #: ../includes/class.yith-wcwl-admin-init.php:1191
359
  #, fuzzy
360
  msgid "Show \"Share by Email\" button"
361
  msgstr "Mostar el boton de \"Agregar al Carrito\" "
362
 
363
+ #: ../includes/class.yith-wcwl-admin-init.php:1198
364
  #, fuzzy
365
  msgid "Social title"
366
  msgstr "Tiítulo de Redes sociales"
367
 
368
+ #: ../includes/class.yith-wcwl-admin-init.php:1206
369
  #, fuzzy
370
  msgid "Social text"
371
  msgstr "Texto de redes sociales"
372
 
373
+ #: ../includes/class.yith-wcwl-admin-init.php:1207
374
  #, fuzzy
375
  msgid ""
376
  "It will be used by Facebook, Twitter and Pinterest. Use <strong>%wishlist_url"
379
  "Será usado por Facebook, Twitter y Pinterest. Usa <strong>%wishlist_url%</"
380
  "strong> donde quieras que la URL de tu Lista de deseos aparesca."
381
 
382
+ #: ../includes/class.yith-wcwl-admin-init.php:1215
383
  #, fuzzy
384
  msgid "Social image URL"
385
  msgstr "URL de la imágen de las redes Sociales."
386
 
387
+ #: ../includes/class.yith-wcwl-admin-init.php:1251
388
  #, fuzzy
389
  msgid "\"Add to wishlist\" button"
390
  msgstr "\"Agregar a Lista de deseos\" texto del boton"
391
 
 
 
 
 
 
 
 
 
392
  #: ../includes/class.yith-wcwl-admin-init.php:1254
393
  #: ../includes/class.yith-wcwl-admin-init.php:1272
394
  #: ../includes/class.yith-wcwl-admin-init.php:1290
395
  #: ../includes/class.yith-wcwl-admin-init.php:1308
396
  #: ../includes/class.yith-wcwl-admin-init.php:1326
397
+ msgid "Background"
398
  msgstr ""
399
 
400
  #: ../includes/class.yith-wcwl-admin-init.php:1255
402
  #: ../includes/class.yith-wcwl-admin-init.php:1291
403
  #: ../includes/class.yith-wcwl-admin-init.php:1309
404
  #: ../includes/class.yith-wcwl-admin-init.php:1327
405
+ msgid "Text"
406
  msgstr ""
407
 
408
+ #: ../includes/class.yith-wcwl-admin-init.php:1256
409
+ #: ../includes/class.yith-wcwl-admin-init.php:1274
410
+ #: ../includes/class.yith-wcwl-admin-init.php:1292
411
+ #: ../includes/class.yith-wcwl-admin-init.php:1310
412
+ #: ../includes/class.yith-wcwl-admin-init.php:1328
413
+ msgid "Border"
414
  msgstr ""
415
 
416
  #: ../includes/class.yith-wcwl-admin-init.php:1263
417
  #: ../includes/class.yith-wcwl-admin-init.php:1281
418
  #: ../includes/class.yith-wcwl-admin-init.php:1299
419
  #: ../includes/class.yith-wcwl-admin-init.php:1317
420
+ msgid "Background (hover)"
421
  msgstr ""
422
 
423
  #: ../includes/class.yith-wcwl-admin-init.php:1264
424
  #: ../includes/class.yith-wcwl-admin-init.php:1282
425
  #: ../includes/class.yith-wcwl-admin-init.php:1300
426
  #: ../includes/class.yith-wcwl-admin-init.php:1318
427
+ msgid "Text (hover)"
428
+ msgstr ""
429
+
430
+ #: ../includes/class.yith-wcwl-admin-init.php:1265
431
+ #: ../includes/class.yith-wcwl-admin-init.php:1283
432
+ #: ../includes/class.yith-wcwl-admin-init.php:1301
433
+ #: ../includes/class.yith-wcwl-admin-init.php:1319
434
  msgid "Border (hover)"
435
  msgstr ""
436
 
437
+ #: ../includes/class.yith-wcwl-admin-init.php:1269
438
  #, fuzzy
439
  msgid "\"Add to Cart\" button"
440
  msgstr "\"Agregar al Carrito\" texto del boton"
441
 
442
+ #: ../includes/class.yith-wcwl-admin-init.php:1287
443
  msgid "\"Style 1\" button"
444
  msgstr ""
445
 
446
+ #: ../includes/class.yith-wcwl-admin-init.php:1305
447
  msgid "\"Style 2\" button"
448
  msgstr ""
449
 
450
+ #: ../includes/class.yith-wcwl-admin-init.php:1323
451
  #, fuzzy
452
  msgid "Wishlist table"
453
  msgstr "Título de la Lista de deseos"
454
 
455
+ #: ../includes/class.yith-wcwl-admin-init.php:1332
456
  msgid "Headers"
457
  msgstr ""
458
 
459
+ #: ../includes/class.yith-wcwl-admin-init.php:1335
460
  msgid "Background color"
461
  msgstr ""
462
 
463
+ #: ../includes/class.yith-wcwl-admin-init.php:1425
464
  #, fuzzy
465
  msgid "Wishlist Activated"
466
  msgstr "Título de la Lista de deseos"
467
 
468
+ #: ../includes/class.yith-wcwl-admin-init.php:1426
469
  #, php-format
470
  msgid ""
471
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
474
  "options, <a href=\"%s\">discover it now</a>."
475
  msgstr ""
476
 
477
+ #: ../includes/class.yith-wcwl-admin-init.php:1437
478
  #, fuzzy
479
  msgid "Wishlist Updated"
480
  msgstr "Página de la Lista de Deseos"
481
 
482
+ #: ../includes/class.yith-wcwl-admin-init.php:1438
483
  #, php-format
484
  msgid ""
485
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
499
  msgid "wishlist"
500
  msgstr "Lista de deseos"
501
 
502
+ #: ../includes/class.yith-wcwl-shortcode.php:230
503
  #: ../includes/class.yith-wcwl-ui.php:161
504
  msgid "Share on:"
505
  msgstr "Compartir en:"
521
  msgid "email"
522
  msgstr ""
523
 
524
+ #: ../includes/class.yith-wcwl.php:187
525
  #, fuzzy
526
  msgid "Error occurred while adding products to the wishlist."
527
  msgstr "Ocurrió un erro mientras se agregaba el producto a la Lista"
528
 
529
+ #: ../includes/class.yith-wcwl.php:271
530
  msgid "Error occurred while adding product to wishlist."
531
  msgstr "Ocurrió un erro mientras se agregaba el producto a la Lista"
532
 
533
+ #: ../includes/class.yith-wcwl.php:286
534
  msgid "Remove now does not require any param"
535
  msgstr ""
536
 
537
+ #: ../includes/class.yith-wcwl.php:320
538
  #, fuzzy
539
  msgid "Error occurred while removing products from the wishlist"
540
  msgstr "Ocurrió un erro mientras se eliminaba el producto a la Lista"
541
 
542
+ #: ../includes/class.yith-wcwl.php:598
543
  msgid "You need to log in before creating a new wishlist"
544
  msgstr ""
545
 
546
+ #: ../includes/class.yith-wcwl.php:1301
 
 
 
 
547
  msgid "Product successfully removed."
548
  msgstr "Producto exitosamente eliminado"
549
 
550
+ #: ../includes/class.yith-wcwl.php:1305
551
  msgid "Error. Unable to remove the product from the wishlist."
552
  msgstr "Error. No fue posible eliminar el producto de la Lista."
553
 
554
+ #: ../includes/class.yith-wcwl.php:1309 ../templates/wishlist-view.php:181
555
  msgid "No products were added to the wishlist"
556
  msgstr "Aun no has agregado nada."
557
 
757
  msgid "Add with multiupload"
758
  msgstr ""
759
 
760
+ #: ../plugin-fw/lib/yit-plugin-panel-wc.php:315
761
  msgid "The changes you have made will be lost if you leave this page."
762
  msgstr ""
763
 
766
  msgid "Plugin Settings"
767
  msgstr "Ajustes"
768
 
769
+ #: ../plugin-fw/lib/yit-plugin-panel.php:94
770
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:101
771
  msgid "YIT Plugins"
772
  msgstr ""
773
 
774
+ #: ../plugin-fw/lib/yit-plugin-panel.php:273
775
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:142
776
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
777
  msgid "Save Changes"
778
  msgstr ""
779
 
780
+ #: ../plugin-fw/lib/yit-plugin-panel.php:276
781
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
782
  msgid ""
783
  "If you continue with this action, you will reset all options in this page."
784
  msgstr ""
785
 
786
+ #: ../plugin-fw/lib/yit-plugin-panel.php:278
787
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
788
+ #, fuzzy
789
+ msgid "Reset to Default"
790
+ msgstr "Redirreccionar al Carrito"
791
 
792
+ #: ../plugin-fw/lib/yit-plugin-panel.php:278
793
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
794
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
795
  msgid "Are you sure?"
796
  msgstr ""
797
 
798
+ #: ../plugin-fw/lib/yit-plugin-panel.php:412
799
  msgid ""
800
  "The element you have entered already exists. Please, enter another name."
801
  msgstr ""
802
 
803
+ #: ../plugin-fw/lib/yit-plugin-panel.php:413
804
  #, fuzzy
805
  msgid "Settings saved"
806
  msgstr "Ajustes"
807
 
808
+ #: ../plugin-fw/lib/yit-plugin-panel.php:414
809
  #, fuzzy
810
  msgid "Settings reset"
811
  msgstr "Ajustes"
812
 
813
+ #: ../plugin-fw/lib/yit-plugin-panel.php:415
814
  msgid "Element deleted correctly."
815
  msgstr ""
816
 
817
+ #: ../plugin-fw/lib/yit-plugin-panel.php:416
818
+ #: ../plugin-fw/lib/yit-plugin-panel.php:417
819
  msgid "Element updated correctly."
820
  msgstr ""
821
 
822
+ #: ../plugin-fw/lib/yit-plugin-panel.php:418
823
  msgid "Database imported correctly."
824
  msgstr ""
825
 
826
+ #: ../plugin-fw/lib/yit-plugin-panel.php:419
827
  msgid "An error has occurred during import. Please try again."
828
  msgstr ""
829
 
830
+ #: ../plugin-fw/lib/yit-plugin-panel.php:420
831
  msgid "The added file is not valid."
832
  msgstr ""
833
 
834
+ #: ../plugin-fw/lib/yit-plugin-panel.php:421
835
  msgid "Sorry, import is disabled."
836
  msgstr ""
837
 
838
+ #: ../plugin-fw/lib/yit-plugin-panel.php:422
839
  msgid "Sorting successful."
840
  msgstr ""
841
 
959
  msgid "Update Plugin"
960
  msgstr ""
961
 
962
+ #: ../plugin-fw/licence/lib/yit-licence.php:156
963
  #, php-format
964
  msgid "%field% field cannot be empty"
965
  msgstr ""
966
 
967
+ #: ../plugin-fw/licence/lib/yit-licence.php:157
968
  msgid "%field_1% and %field_2% fields cannot be empty"
969
  msgstr ""
970
 
971
+ #: ../plugin-fw/licence/lib/yit-licence.php:158
972
  msgid "Unable to contact the remote server, please try again later. Thanks!"
973
  msgstr ""
974
 
975
+ #: ../plugin-fw/licence/lib/yit-licence.php:537
976
  msgid "Invalid Request"
977
  msgstr ""
978
 
979
+ #: ../plugin-fw/licence/lib/yit-licence.php:538
980
  msgid "Invalid licence key"
981
  msgstr ""
982
 
983
+ #: ../plugin-fw/licence/lib/yit-licence.php:539
984
  msgid "Software has been deactivated"
985
  msgstr ""
986
 
987
+ #: ../plugin-fw/licence/lib/yit-licence.php:540
988
  msgid "Maximum number of activations exceeded"
989
  msgstr ""
990
 
991
+ #: ../plugin-fw/licence/lib/yit-licence.php:541
992
  msgid "Invalid instance ID"
993
  msgstr ""
994
 
995
+ #: ../plugin-fw/licence/lib/yit-licence.php:542
996
  msgid "Invalid security key"
997
  msgstr ""
998
 
999
+ #: ../plugin-fw/licence/lib/yit-licence.php:543
1000
  msgid "Licence key has expired"
1001
  msgstr ""
1002
 
1003
+ #: ../plugin-fw/licence/lib/yit-licence.php:544
1004
  msgid "Licence key has been banned"
1005
  msgstr ""
1006
 
1048
  #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:77
1049
  #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:109
1050
  #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:133
1051
+ #: ../templates/wishlist-view.php:62
1052
  msgid "Product Name"
1053
  msgstr "Nombre del producto"
1054
 
1476
  msgid "Italic bold"
1477
  msgstr ""
1478
 
1479
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
1480
+ msgid "Reset Defaults"
1481
+ msgstr ""
1482
+
1483
  #: ../templates/share.php:28
1484
  #, fuzzy
1485
  msgid "Pinterest"
1502
  msgid "Cancel"
1503
  msgstr ""
1504
 
1505
+ #: ../templates/wishlist-view.php:68
1506
  msgid "Unit Price"
1507
  msgstr "Precio unitario"
1508
 
1509
+ #: ../templates/wishlist-view.php:76
1510
  msgid "Stock Status"
1511
  msgstr "Estado del inventario"
1512
 
1513
+ #: ../templates/wishlist-view.php:112
1514
  msgid "Remove this product"
1515
  msgstr "Remover este producto"
1516
 
1517
+ #: ../templates/wishlist-view.php:141
1518
  msgid "Free!"
1519
  msgstr "Gratis!"
1520
 
1521
+ #: ../templates/wishlist-view.php:152
1522
  msgid "Out of Stock"
1523
  msgstr "Agotado"
1524
 
1525
+ #: ../templates/wishlist-view.php:155
1526
  msgid "In Stock"
1527
  msgstr "Disponilbe."
1528
 
1529
+ #: ../templates/wishlist-view.php:213 ../templates/wishlist-view.php:246
1530
  msgid "Ask an estimate of costs"
1531
  msgstr ""
1532
 
1550
  msgid "Click to preview"
1551
  msgstr "Click para previsualizar"
1552
 
1553
+ #~ msgid "Product already in the wishlist."
1554
+ #~ msgstr "El producto ya está en la Lista"
1555
+
1556
  #, fuzzy
1557
  #~ msgid "Button rounded corners"
1558
  #~ msgstr "Bordes redondeados para los botones"
languages/yit-fr_FR.mo CHANGED
Binary file
languages/yit-fr_FR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist v1.0.3\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-03-04 16:39+0100\n"
6
- "PO-Revision-Date: 2015-03-04 16:39+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
@@ -31,14 +31,14 @@ msgid ""
31
  msgstr ""
32
 
33
  #: includes/class.yith-wcwl-admin-init.php:188
34
- #: includes/class.yith-wcwl-admin-init.php:1399
35
- #: includes/class.yith-wcwl-admin-init.php:1400
36
  #: includes/class.yith-wcwl-install.php:240
37
  msgid "Wishlist"
38
  msgstr "Wishlist"
39
 
40
  #: includes/class.yith-wcwl-admin-init.php:190
41
- #: includes/class.yith-wcwl-admin-init.php:289
42
  #: plugin-fw/lib/yit-cpt-unlimited.php:1048
43
  #: plugin-fw/lib/yit-cpt-unlimited.php:1196
44
  #: plugin-fw/lib/yit-cpt-unlimited.php:1202
@@ -47,75 +47,75 @@ msgid "Settings"
47
  msgstr "Paramètres"
48
 
49
  #: includes/class.yith-wcwl-admin-init.php:191
50
- #: includes/class.yith-wcwl-admin-init.php:256
51
  msgid "Colors"
52
  msgstr "Couleurs"
53
 
54
  #: includes/class.yith-wcwl-admin-init.php:192
55
- #: includes/class.yith-wcwl-admin-init.php:293
56
  msgid "Premium Version"
57
  msgstr ""
58
 
59
- #: includes/class.yith-wcwl-admin-init.php:317
60
  msgid ""
61
  "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
62
  "link to update it."
63
  msgstr ""
64
 
65
- #: includes/class.yith-wcwl-admin-init.php:320
66
  msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
67
  msgstr ""
68
 
69
- #: includes/class.yith-wcwl-admin-init.php:325
70
  msgid "Plugin Documentation"
71
  msgstr ""
72
 
73
- #: includes/class.yith-wcwl-admin-init.php:341
74
  msgid "Wishlist Page"
75
  msgstr "Page Wishlist"
76
 
77
- #: includes/class.yith-wcwl-admin-init.php:342
78
  msgid "Page contents: [yith_wcwl_wishlist]"
79
  msgstr "Contenu de la page : [yith_wcwl_wishlist]"
80
 
81
- #: includes/class.yith-wcwl-admin-init.php:917
82
  msgid "Upgrade to the PREMIUM VERSION"
83
  msgstr ""
84
 
85
- #: includes/class.yith-wcwl-admin-init.php:920
86
  msgid "YITH WooCommerce Wishlist"
87
  msgstr ""
88
 
89
- #: includes/class.yith-wcwl-admin-init.php:921
90
  msgid "Discover the Advanced Features"
91
  msgstr ""
92
 
93
- #: includes/class.yith-wcwl-admin-init.php:922
94
  msgid ""
95
  "Upgrade to the PREMIUM VERSION\n"
96
  "of YITH WOOCOMMERCE WISHLIST to benefit from all features!"
97
  msgstr ""
98
 
99
- #: includes/class.yith-wcwl-admin-init.php:929
100
  msgid "Get Support and Pro Features"
101
  msgstr ""
102
 
103
- #: includes/class.yith-wcwl-admin-init.php:930
104
  msgid ""
105
  "By purchasing the premium version of the plugin, you will take advantage of "
106
  "the advanced features of the product and you will get one year of free "
107
  "updates and support through our platform available 24h/24."
108
  msgstr ""
109
 
110
- #: includes/class.yith-wcwl-admin-init.php:940
111
  msgid "General Settings"
112
  msgstr "Paramètres généraux"
113
 
114
- #: includes/class.yith-wcwl-admin-init.php:947
115
  msgid "Enable YITH Wishlist"
116
  msgstr "Activer YITH Wishlist"
117
 
118
- #: includes/class.yith-wcwl-admin-init.php:948
119
  #, fuzzy, php-format
120
  msgid ""
121
  "Enable all plugin features. <strong>Be sure to select a voice in the "
@@ -127,24 +127,24 @@ msgstr ""
127
  "strong> Egalement, prenez le temps de lire la <a href=\"%s\" target=\"_blank"
128
  "\">documentation</a>."
129
 
130
- #: includes/class.yith-wcwl-admin-init.php:955
131
  #, fuzzy
132
  msgid "Default wishlist title"
133
  msgstr "Titre de la Wishlist"
134
 
135
- #: includes/class.yith-wcwl-admin-init.php:957
136
  #: includes/class.yith-wcwl-admin-init.php:958
137
- #: includes/class.yith-wcwl-admin-init.php:1199
138
  #: includes/class.yith-wcwl-admin-init.php:1200
 
139
  #, php-format
140
  msgid "My wishlist on %s"
141
  msgstr "Ma wishlist sur %s"
142
 
143
- #: includes/class.yith-wcwl-admin-init.php:966
144
  msgid "Position"
145
  msgstr "Position"
146
 
147
- #: includes/class.yith-wcwl-admin-init.php:967
148
  #, fuzzy
149
  msgid ""
150
  "You can add it in variable products only After \"Add to Cart \" or using the "
@@ -153,27 +153,27 @@ msgstr ""
153
  "Pour les produits variables, vous pouver seulement l'ajouter après \"Ajouter "
154
  "au panier\" ou en utilisant le shortcode [yith_wcwl_add_to_wishlist]."
155
 
156
- #: includes/class.yith-wcwl-admin-init.php:973
157
  msgid "After \"Add to cart\""
158
  msgstr "Après \"Ajouter au panier\""
159
 
160
- #: includes/class.yith-wcwl-admin-init.php:974
161
  msgid "After thumbnails"
162
  msgstr "Après les images"
163
 
164
- #: includes/class.yith-wcwl-admin-init.php:975
165
  msgid "After summary"
166
  msgstr "Après le résumé"
167
 
168
- #: includes/class.yith-wcwl-admin-init.php:976
169
  msgid "Use shortcode"
170
  msgstr "Utiliser le shortcode"
171
 
172
- #: includes/class.yith-wcwl-admin-init.php:981
173
  msgid "Redirect to cart"
174
  msgstr "Rediriger vers le panier"
175
 
176
- #: includes/class.yith-wcwl-admin-init.php:982
177
  msgid ""
178
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
179
  "page."
@@ -181,199 +181,199 @@ msgstr ""
181
  "Rediriger vers le panier si on clique sur le bouton \"Ajouter au panier\" "
182
  "sur la page Wishlist."
183
 
184
- #: includes/class.yith-wcwl-admin-init.php:989
185
  msgid "Remove if added to the cart"
186
  msgstr "Supprimer si ajouté au panier"
187
 
188
- #: includes/class.yith-wcwl-admin-init.php:990
189
  #, fuzzy
190
  msgid "Remove the product from the wishlist if it has been added to the cart."
191
  msgstr "Supprimer le produit de la wishlist s'il a été ajouté au panier."
192
 
193
- #: includes/class.yith-wcwl-admin-init.php:997
194
  msgid "\"Add to Wishlist\" text"
195
  msgstr "Texte \"Ajouter à la wishlist\""
196
 
197
- #: includes/class.yith-wcwl-admin-init.php:999
198
  #: includes/class.yith-wcwl-admin-init.php:1000
 
199
  msgid "Add to Wishlist"
200
  msgstr "Ajouter à la wishlist"
201
 
202
- #: includes/class.yith-wcwl-admin-init.php:1005
203
  #, fuzzy
204
  msgid "\"Browse wishlist\" text"
205
  msgstr "Parcourir la wishlist"
206
 
207
- #: includes/class.yith-wcwl-admin-init.php:1007
208
  #: includes/class.yith-wcwl-admin-init.php:1008
 
209
  #: includes/class.yith-wcwl-ui.php:81 includes/class.yith-wcwl-ui.php:82
210
  msgid "Browse Wishlist"
211
  msgstr "Parcourir la wishlist"
212
 
213
- #: includes/class.yith-wcwl-admin-init.php:1013
214
  #, fuzzy
215
  msgid "\"Product already in wishlist\" text"
216
  msgstr "Ce produit est déjà dans votre wishlist"
217
 
218
- #: includes/class.yith-wcwl-admin-init.php:1015
219
  #: includes/class.yith-wcwl-admin-init.php:1016
 
220
  #: includes/class.yith-wcwl-ui.php:82
221
  msgid "The product is already in the wishlist!"
222
  msgstr "Ce produit est dans votre wishlist"
223
 
224
- #: includes/class.yith-wcwl-admin-init.php:1021
225
  #, fuzzy
226
  msgid "\"Product added\" text"
227
  msgstr "Produit ajouté !"
228
 
229
- #: includes/class.yith-wcwl-admin-init.php:1023
230
  #: includes/class.yith-wcwl-admin-init.php:1024
231
- #: includes/class.yith-wcwl-ui.php:81 includes/class.yith-wcwl.php:1237
 
232
  msgid "Product added!"
233
  msgstr "Produit ajouté !"
234
 
235
- #: includes/class.yith-wcwl-admin-init.php:1029
236
  msgid "\"Add to Cart\" text"
237
  msgstr "Texte \"Ajouter au panier\""
238
 
239
- #: includes/class.yith-wcwl-admin-init.php:1031
240
  #: includes/class.yith-wcwl-admin-init.php:1032
 
241
  msgid "Add to Cart"
242
  msgstr "Ajouter au panier"
243
 
244
- #: includes/class.yith-wcwl-admin-init.php:1037
245
  msgid "Show Unit price"
246
  msgstr "Voir le prix unitaire"
247
 
248
- #: includes/class.yith-wcwl-admin-init.php:1038
249
  msgid "Show unit price for each product in wishlist"
250
  msgstr ""
251
 
252
- #: includes/class.yith-wcwl-admin-init.php:1046
253
  msgid "Show \"Add to Cart\" button"
254
  msgstr "Voir le bouton \"Ajouter au panier\""
255
 
256
- #: includes/class.yith-wcwl-admin-init.php:1047
257
  #, fuzzy
258
  msgid "Show \"Add to cart\" button for each product in wishlist"
259
  msgstr "Fond du bouton \"Ajouter au panier\""
260
 
261
- #: includes/class.yith-wcwl-admin-init.php:1055
262
  msgid "Show Stock status"
263
  msgstr "Voir le statut du stock"
264
 
265
- #: includes/class.yith-wcwl-admin-init.php:1056
266
  msgid ""
267
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
268
  msgstr ""
269
 
270
- #: includes/class.yith-wcwl-admin-init.php:1079
271
  msgid "Styles"
272
  msgstr "Styles"
273
 
274
- #: includes/class.yith-wcwl-admin-init.php:1086
275
  msgid "Use buttons"
276
  msgstr "Utiliser des boutons"
277
 
278
- #: includes/class.yith-wcwl-admin-init.php:1087
279
  #, fuzzy
280
  msgid "Use buttons instead of simple anchors."
281
  msgstr "Utiliser des boutons à la place de simples liens"
282
 
283
- #: includes/class.yith-wcwl-admin-init.php:1094
284
  msgid "Custom CSS"
285
  msgstr "CSS personnalisée"
286
 
287
- #: includes/class.yith-wcwl-admin-init.php:1102
288
  msgid "Use theme style"
289
  msgstr "Utiliser le style du thème"
290
 
291
- #: includes/class.yith-wcwl-admin-init.php:1103
292
  msgid "Use the theme style."
293
  msgstr "Utiliser le style du thème?"
294
 
295
- #: includes/class.yith-wcwl-admin-init.php:1110
296
  #, fuzzy
297
  msgid "Rounded buttons"
298
  msgstr "Utiliser des boutons"
299
 
300
- #: includes/class.yith-wcwl-admin-init.php:1111
301
  #, fuzzy
302
  msgid "Make button corners rounded"
303
  msgstr "Arrondir les coins des boutons"
304
 
305
- #: includes/class.yith-wcwl-admin-init.php:1118
306
  msgid "\"Add to Wishlist\" icon"
307
  msgstr "Icône \"Ajouter à la wishlist\""
308
 
309
- #: includes/class.yith-wcwl-admin-init.php:1119
310
  msgid "Add an icon to the \"Add to Wishlist\" button"
311
  msgstr "Ajouter une icône au bouton \"Ajouter à la wishlist\""
312
 
313
- #: includes/class.yith-wcwl-admin-init.php:1130
314
  msgid "\"Add to Cart\" icon"
315
  msgstr "Icône \"Ajouter au panier\""
316
 
317
- #: includes/class.yith-wcwl-admin-init.php:1131
318
  msgid "Add an icon to the \"Add to Cart\" button"
319
  msgstr "Ajouter une icône au bouton \"Ajouter au panier\""
320
 
321
- #: includes/class.yith-wcwl-admin-init.php:1150
322
  msgid "Socials &amp; Share"
323
  msgstr "Partage"
324
 
325
- #: includes/class.yith-wcwl-admin-init.php:1157
326
  msgid "Share on Facebook"
327
  msgstr "Partager sur Facebook"
328
 
329
- #: includes/class.yith-wcwl-admin-init.php:1158
330
- #: includes/class.yith-wcwl-admin-init.php:1182
331
  #, fuzzy
332
  msgid "Show \"Share on Facebook\" button"
333
  msgstr "Partager sur Facebook"
334
 
335
- #: includes/class.yith-wcwl-admin-init.php:1165
336
  msgid "Tweet on Twitter"
337
  msgstr "Partager sur Twitter"
338
 
339
- #: includes/class.yith-wcwl-admin-init.php:1166
340
  #, fuzzy
341
  msgid "Show \"Tweet on Twitter\" button"
342
  msgstr "Partager sur Twitter"
343
 
344
- #: includes/class.yith-wcwl-admin-init.php:1173
345
  msgid "Pin on Pinterest"
346
  msgstr "Partager sur Pinterest"
347
 
348
- #: includes/class.yith-wcwl-admin-init.php:1174
349
  #, fuzzy
350
  msgid "Show \"Pin on Pinterest\" button"
351
  msgstr "Partager sur Pinterest"
352
 
353
- #: includes/class.yith-wcwl-admin-init.php:1181
354
  msgid "Share on Google+"
355
  msgstr "Partager sur Google+"
356
 
357
- #: includes/class.yith-wcwl-admin-init.php:1189
358
  msgid "Share by Email"
359
  msgstr ""
360
 
361
- #: includes/class.yith-wcwl-admin-init.php:1190
362
  #, fuzzy
363
  msgid "Show \"Share by Email\" button"
364
  msgstr "Voir le bouton \"Ajouter au panier\""
365
 
366
- #: includes/class.yith-wcwl-admin-init.php:1197
367
  #, fuzzy
368
  msgid "Social title"
369
  msgstr "Titre pour les réseaux sociaux"
370
 
371
- #: includes/class.yith-wcwl-admin-init.php:1205
372
  #, fuzzy
373
  msgid "Social text"
374
  msgstr "Texte pour les réseaux sociaux"
375
 
376
- #: includes/class.yith-wcwl-admin-init.php:1206
377
  #, fuzzy
378
  msgid ""
379
  "It will be used by Facebook, Twitter and Pinterest. Use <strong>%wishlist_url"
@@ -383,30 +383,22 @@ msgstr ""
383
  "%wishlist_url%</strong> à l'endroit où vous voulez faire apparaitre le lien "
384
  "vers votre wishlist."
385
 
386
- #: includes/class.yith-wcwl-admin-init.php:1214
387
  #, fuzzy
388
  msgid "Social image URL"
389
  msgstr "URL de l'image pour les réseaux sociaux"
390
 
391
- #: includes/class.yith-wcwl-admin-init.php:1250
392
  #, fuzzy
393
  msgid "\"Add to wishlist\" button"
394
  msgstr "Texte du bouton \"Ajouter à la Wishlist\""
395
 
396
- #: includes/class.yith-wcwl-admin-init.php:1253
397
- #: includes/class.yith-wcwl-admin-init.php:1271
398
- #: includes/class.yith-wcwl-admin-init.php:1289
399
- #: includes/class.yith-wcwl-admin-init.php:1307
400
- #: includes/class.yith-wcwl-admin-init.php:1325
401
- msgid "Background"
402
- msgstr ""
403
-
404
  #: includes/class.yith-wcwl-admin-init.php:1254
405
  #: includes/class.yith-wcwl-admin-init.php:1272
406
  #: includes/class.yith-wcwl-admin-init.php:1290
407
  #: includes/class.yith-wcwl-admin-init.php:1308
408
  #: includes/class.yith-wcwl-admin-init.php:1326
409
- msgid "Text"
410
  msgstr ""
411
 
412
  #: includes/class.yith-wcwl-admin-init.php:1255
@@ -414,62 +406,70 @@ msgstr ""
414
  #: includes/class.yith-wcwl-admin-init.php:1291
415
  #: includes/class.yith-wcwl-admin-init.php:1309
416
  #: includes/class.yith-wcwl-admin-init.php:1327
417
- msgid "Border"
418
  msgstr ""
419
 
420
- #: includes/class.yith-wcwl-admin-init.php:1262
421
- #: includes/class.yith-wcwl-admin-init.php:1280
422
- #: includes/class.yith-wcwl-admin-init.php:1298
423
- #: includes/class.yith-wcwl-admin-init.php:1316
424
- msgid "Background (hover)"
 
425
  msgstr ""
426
 
427
  #: includes/class.yith-wcwl-admin-init.php:1263
428
  #: includes/class.yith-wcwl-admin-init.php:1281
429
  #: includes/class.yith-wcwl-admin-init.php:1299
430
  #: includes/class.yith-wcwl-admin-init.php:1317
431
- msgid "Text (hover)"
432
  msgstr ""
433
 
434
  #: includes/class.yith-wcwl-admin-init.php:1264
435
  #: includes/class.yith-wcwl-admin-init.php:1282
436
  #: includes/class.yith-wcwl-admin-init.php:1300
437
  #: includes/class.yith-wcwl-admin-init.php:1318
 
 
 
 
 
 
 
438
  msgid "Border (hover)"
439
  msgstr ""
440
 
441
- #: includes/class.yith-wcwl-admin-init.php:1268
442
  #, fuzzy
443
  msgid "\"Add to Cart\" button"
444
  msgstr "Texte du bouton \"Ajouter au panier\""
445
 
446
- #: includes/class.yith-wcwl-admin-init.php:1286
447
  msgid "\"Style 1\" button"
448
  msgstr ""
449
 
450
- #: includes/class.yith-wcwl-admin-init.php:1304
451
  msgid "\"Style 2\" button"
452
  msgstr ""
453
 
454
- #: includes/class.yith-wcwl-admin-init.php:1322
455
  #, fuzzy
456
  msgid "Wishlist table"
457
  msgstr "Titre de la Wishlist"
458
 
459
- #: includes/class.yith-wcwl-admin-init.php:1331
460
  msgid "Headers"
461
  msgstr ""
462
 
463
- #: includes/class.yith-wcwl-admin-init.php:1334
464
  msgid "Background color"
465
  msgstr ""
466
 
467
- #: includes/class.yith-wcwl-admin-init.php:1461
468
  #, fuzzy
469
  msgid "Wishlist Activated"
470
  msgstr "Titre de la Wishlist"
471
 
472
- #: includes/class.yith-wcwl-admin-init.php:1462
473
  #, php-format
474
  msgid ""
475
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
@@ -478,12 +478,12 @@ msgid ""
478
  "options, <a href=\"%s\">discover it now</a>."
479
  msgstr ""
480
 
481
- #: includes/class.yith-wcwl-admin-init.php:1473
482
  #, fuzzy
483
  msgid "Wishlist Updated"
484
  msgstr "Page Wishlist"
485
 
486
- #: includes/class.yith-wcwl-admin-init.php:1474
487
  #, php-format
488
  msgid ""
489
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
@@ -504,7 +504,7 @@ msgctxt "page_slug"
504
  msgid "wishlist"
505
  msgstr "wishlist"
506
 
507
- #: includes/class.yith-wcwl-shortcode.php:224
508
  #: includes/class.yith-wcwl-ui.php:161
509
  msgid "Share on:"
510
  msgstr "Partager sur :"
@@ -525,42 +525,38 @@ msgstr "Twitter"
525
  msgid "email"
526
  msgstr ""
527
 
528
- #: includes/class.yith-wcwl.php:185
529
  #, fuzzy
530
  msgid "Error occurred while adding products to the wishlist."
531
  msgstr "Une erreur est survenue lors de l'ajout du produit à la wishlist"
532
 
533
- #: includes/class.yith-wcwl.php:269
534
  msgid "Error occurred while adding product to wishlist."
535
  msgstr "Une erreur est survenue lors de l'ajout du produit à la wishlist"
536
 
537
- #: includes/class.yith-wcwl.php:284
538
  msgid "Remove now does not require any param"
539
  msgstr ""
540
 
541
- #: includes/class.yith-wcwl.php:318
542
  #, fuzzy
543
  msgid "Error occurred while removing products from the wishlist"
544
  msgstr ""
545
  "Une erreur est survenue lors de le suppression du produit de la wishlist"
546
 
547
- #: includes/class.yith-wcwl.php:596
548
  msgid "You need to log in before creating a new wishlist"
549
  msgstr ""
550
 
551
- #: includes/class.yith-wcwl.php:1240
552
- msgid "Product already in the wishlist."
553
- msgstr "Ce produit est déjà dans votre wishlist"
554
-
555
- #: includes/class.yith-wcwl.php:1272
556
  msgid "Product successfully removed."
557
  msgstr "Le produit a bien été supprimé"
558
 
559
- #: includes/class.yith-wcwl.php:1276
560
  msgid "Error. Unable to remove the product from the wishlist."
561
  msgstr "Erreur : impossible de supprimer le produit de la wishlist"
562
 
563
- #: includes/class.yith-wcwl.php:1280 templates/wishlist-view.php:170
564
  msgid "No products were added to the wishlist"
565
  msgstr "Aucun produit dans votre wishlist"
566
 
@@ -771,7 +767,7 @@ msgstr ""
771
  msgid "Add with multiupload"
772
  msgstr ""
773
 
774
- #: plugin-fw/lib/yit-plugin-panel-wc.php:345
775
  msgid "The changes you have made will be lost if you leave this page."
776
  msgstr ""
777
 
@@ -780,76 +776,76 @@ msgstr ""
780
  msgid "Plugin Settings"
781
  msgstr "Paramètres"
782
 
783
- #: plugin-fw/lib/yit-plugin-panel.php:92
784
  #: plugin-fw/lib/yit-plugin-subpanel.php:101
785
  msgid "YIT Plugins"
786
  msgstr ""
787
 
788
- #: plugin-fw/lib/yit-plugin-panel.php:271
789
  #: plugin-fw/lib/yit-plugin-subpanel.php:142
790
  #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
791
  msgid "Save Changes"
792
  msgstr ""
793
 
794
- #: plugin-fw/lib/yit-plugin-panel.php:274
795
  #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
796
  msgid ""
797
  "If you continue with this action, you will reset all options in this page."
798
  msgstr ""
799
 
800
- #: plugin-fw/lib/yit-plugin-panel.php:276
801
  #: plugin-fw/lib/yit-plugin-subpanel.php:147
802
- #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
803
- msgid "Reset Defaults"
804
- msgstr ""
805
 
806
- #: plugin-fw/lib/yit-plugin-panel.php:276
807
  #: plugin-fw/lib/yit-plugin-subpanel.php:147
808
  #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
809
  msgid "Are you sure?"
810
  msgstr ""
811
 
812
- #: plugin-fw/lib/yit-plugin-panel.php:410
813
  msgid ""
814
  "The element you have entered already exists. Please, enter another name."
815
  msgstr ""
816
 
817
- #: plugin-fw/lib/yit-plugin-panel.php:411
818
  #, fuzzy
819
  msgid "Settings saved"
820
  msgstr "Paramètres"
821
 
822
- #: plugin-fw/lib/yit-plugin-panel.php:412
823
  #, fuzzy
824
  msgid "Settings reset"
825
  msgstr "Paramètres"
826
 
827
- #: plugin-fw/lib/yit-plugin-panel.php:413
828
  msgid "Element deleted correctly."
829
  msgstr ""
830
 
831
- #: plugin-fw/lib/yit-plugin-panel.php:414
832
- #: plugin-fw/lib/yit-plugin-panel.php:415
833
  msgid "Element updated correctly."
834
  msgstr ""
835
 
836
- #: plugin-fw/lib/yit-plugin-panel.php:416
837
  msgid "Database imported correctly."
838
  msgstr ""
839
 
840
- #: plugin-fw/lib/yit-plugin-panel.php:417
841
  msgid "An error has occurred during import. Please try again."
842
  msgstr ""
843
 
844
- #: plugin-fw/lib/yit-plugin-panel.php:418
845
  msgid "The added file is not valid."
846
  msgstr ""
847
 
848
- #: plugin-fw/lib/yit-plugin-panel.php:419
849
  msgid "Sorry, import is disabled."
850
  msgstr ""
851
 
852
- #: plugin-fw/lib/yit-plugin-panel.php:420
853
  msgid "Sorting successful."
854
  msgstr ""
855
 
@@ -973,48 +969,48 @@ msgstr ""
973
  msgid "Update Plugin"
974
  msgstr ""
975
 
976
- #: plugin-fw/licence/lib/yit-licence.php:148
977
  #, php-format
978
  msgid "%field% field cannot be empty"
979
  msgstr ""
980
 
981
- #: plugin-fw/licence/lib/yit-licence.php:149
982
  msgid "%field_1% and %field_2% fields cannot be empty"
983
  msgstr ""
984
 
985
- #: plugin-fw/licence/lib/yit-licence.php:150
986
  msgid "Unable to contact the remote server, please try again later. Thanks!"
987
  msgstr ""
988
 
989
- #: plugin-fw/licence/lib/yit-licence.php:529
990
  msgid "Invalid Request"
991
  msgstr ""
992
 
993
- #: plugin-fw/licence/lib/yit-licence.php:530
994
  msgid "Invalid licence key"
995
  msgstr ""
996
 
997
- #: plugin-fw/licence/lib/yit-licence.php:531
998
  msgid "Software has been deactivated"
999
  msgstr ""
1000
 
1001
- #: plugin-fw/licence/lib/yit-licence.php:532
1002
  msgid "Maximum number of activations exceeded"
1003
  msgstr ""
1004
 
1005
- #: plugin-fw/licence/lib/yit-licence.php:533
1006
  msgid "Invalid instance ID"
1007
  msgstr ""
1008
 
1009
- #: plugin-fw/licence/lib/yit-licence.php:534
1010
  msgid "Invalid security key"
1011
  msgstr ""
1012
 
1013
- #: plugin-fw/licence/lib/yit-licence.php:535
1014
  msgid "Licence key has expired"
1015
  msgstr ""
1016
 
1017
- #: plugin-fw/licence/lib/yit-licence.php:536
1018
  msgid "Licence key has been banned"
1019
  msgstr ""
1020
 
@@ -1062,7 +1058,7 @@ msgstr ""
1062
  #: plugin-fw/licence/templates/panel/activation/activation-panel.php:77
1063
  #: plugin-fw/licence/templates/panel/activation/activation-panel.php:109
1064
  #: plugin-fw/licence/templates/panel/activation/activation-panel.php:133
1065
- #: templates/wishlist-view.php:56
1066
  msgid "Product Name"
1067
  msgstr "Produit"
1068
 
@@ -1490,6 +1486,10 @@ msgstr "Italique"
1490
  msgid "Italic bold"
1491
  msgstr "Gras italique"
1492
 
 
 
 
 
1493
  #: templates/share.php:28
1494
  #, fuzzy
1495
  msgid "Pinterest"
@@ -1512,31 +1512,31 @@ msgstr ""
1512
  msgid "Cancel"
1513
  msgstr ""
1514
 
1515
- #: templates/wishlist-view.php:62
1516
  msgid "Unit Price"
1517
  msgstr "Prix unitaire"
1518
 
1519
- #: templates/wishlist-view.php:70
1520
  msgid "Stock Status"
1521
  msgstr "Stock"
1522
 
1523
- #: templates/wishlist-view.php:101
1524
  msgid "Remove this product"
1525
  msgstr "Enlever ce produit"
1526
 
1527
- #: templates/wishlist-view.php:130
1528
  msgid "Free!"
1529
  msgstr ""
1530
 
1531
- #: templates/wishlist-view.php:141
1532
  msgid "Out of Stock"
1533
  msgstr "Epuisé"
1534
 
1535
- #: templates/wishlist-view.php:144
1536
  msgid "In Stock"
1537
  msgstr "En stock"
1538
 
1539
- #: templates/wishlist-view.php:196
1540
  msgid "Ask an estimate of costs"
1541
  msgstr ""
1542
 
@@ -1560,6 +1560,9 @@ msgstr "Choisissez une police"
1560
  msgid "Click to preview"
1561
  msgstr "Cliquez-ici pour pré-visualiser"
1562
 
 
 
 
1563
  #, fuzzy
1564
  #~ msgid "Button rounded corners"
1565
  #~ msgstr "Boutons avec des coins arrondis"
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist v1.0.3\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-03-18 10:24+0100\n"
6
+ "PO-Revision-Date: 2015-03-18 10:24+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
31
  msgstr ""
32
 
33
  #: includes/class.yith-wcwl-admin-init.php:188
34
+ #: includes/class.yith-wcwl-admin-init.php:1359
35
+ #: includes/class.yith-wcwl-admin-init.php:1360
36
  #: includes/class.yith-wcwl-install.php:240
37
  msgid "Wishlist"
38
  msgstr "Wishlist"
39
 
40
  #: includes/class.yith-wcwl-admin-init.php:190
41
+ #: includes/class.yith-wcwl-admin-init.php:290
42
  #: plugin-fw/lib/yit-cpt-unlimited.php:1048
43
  #: plugin-fw/lib/yit-cpt-unlimited.php:1196
44
  #: plugin-fw/lib/yit-cpt-unlimited.php:1202
47
  msgstr "Paramètres"
48
 
49
  #: includes/class.yith-wcwl-admin-init.php:191
50
+ #: includes/class.yith-wcwl-admin-init.php:257
51
  msgid "Colors"
52
  msgstr "Couleurs"
53
 
54
  #: includes/class.yith-wcwl-admin-init.php:192
55
+ #: includes/class.yith-wcwl-admin-init.php:294
56
  msgid "Premium Version"
57
  msgstr ""
58
 
59
+ #: includes/class.yith-wcwl-admin-init.php:318
60
  msgid ""
61
  "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
62
  "link to update it."
63
  msgstr ""
64
 
65
+ #: includes/class.yith-wcwl-admin-init.php:321
66
  msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
67
  msgstr ""
68
 
69
+ #: includes/class.yith-wcwl-admin-init.php:326
70
  msgid "Plugin Documentation"
71
  msgstr ""
72
 
73
+ #: includes/class.yith-wcwl-admin-init.php:342
74
  msgid "Wishlist Page"
75
  msgstr "Page Wishlist"
76
 
77
+ #: includes/class.yith-wcwl-admin-init.php:343
78
  msgid "Page contents: [yith_wcwl_wishlist]"
79
  msgstr "Contenu de la page : [yith_wcwl_wishlist]"
80
 
81
+ #: includes/class.yith-wcwl-admin-init.php:918
82
  msgid "Upgrade to the PREMIUM VERSION"
83
  msgstr ""
84
 
85
+ #: includes/class.yith-wcwl-admin-init.php:921
86
  msgid "YITH WooCommerce Wishlist"
87
  msgstr ""
88
 
89
+ #: includes/class.yith-wcwl-admin-init.php:922
90
  msgid "Discover the Advanced Features"
91
  msgstr ""
92
 
93
+ #: includes/class.yith-wcwl-admin-init.php:923
94
  msgid ""
95
  "Upgrade to the PREMIUM VERSION\n"
96
  "of YITH WOOCOMMERCE WISHLIST to benefit from all features!"
97
  msgstr ""
98
 
99
+ #: includes/class.yith-wcwl-admin-init.php:930
100
  msgid "Get Support and Pro Features"
101
  msgstr ""
102
 
103
+ #: includes/class.yith-wcwl-admin-init.php:931
104
  msgid ""
105
  "By purchasing the premium version of the plugin, you will take advantage of "
106
  "the advanced features of the product and you will get one year of free "
107
  "updates and support through our platform available 24h/24."
108
  msgstr ""
109
 
110
+ #: includes/class.yith-wcwl-admin-init.php:941
111
  msgid "General Settings"
112
  msgstr "Paramètres généraux"
113
 
114
+ #: includes/class.yith-wcwl-admin-init.php:948
115
  msgid "Enable YITH Wishlist"
116
  msgstr "Activer YITH Wishlist"
117
 
118
+ #: includes/class.yith-wcwl-admin-init.php:949
119
  #, fuzzy, php-format
120
  msgid ""
121
  "Enable all plugin features. <strong>Be sure to select a voice in the "
127
  "strong> Egalement, prenez le temps de lire la <a href=\"%s\" target=\"_blank"
128
  "\">documentation</a>."
129
 
130
+ #: includes/class.yith-wcwl-admin-init.php:956
131
  #, fuzzy
132
  msgid "Default wishlist title"
133
  msgstr "Titre de la Wishlist"
134
 
 
135
  #: includes/class.yith-wcwl-admin-init.php:958
136
+ #: includes/class.yith-wcwl-admin-init.php:959
137
  #: includes/class.yith-wcwl-admin-init.php:1200
138
+ #: includes/class.yith-wcwl-admin-init.php:1201
139
  #, php-format
140
  msgid "My wishlist on %s"
141
  msgstr "Ma wishlist sur %s"
142
 
143
+ #: includes/class.yith-wcwl-admin-init.php:967
144
  msgid "Position"
145
  msgstr "Position"
146
 
147
+ #: includes/class.yith-wcwl-admin-init.php:968
148
  #, fuzzy
149
  msgid ""
150
  "You can add it in variable products only After \"Add to Cart \" or using the "
153
  "Pour les produits variables, vous pouver seulement l'ajouter après \"Ajouter "
154
  "au panier\" ou en utilisant le shortcode [yith_wcwl_add_to_wishlist]."
155
 
156
+ #: includes/class.yith-wcwl-admin-init.php:974
157
  msgid "After \"Add to cart\""
158
  msgstr "Après \"Ajouter au panier\""
159
 
160
+ #: includes/class.yith-wcwl-admin-init.php:975
161
  msgid "After thumbnails"
162
  msgstr "Après les images"
163
 
164
+ #: includes/class.yith-wcwl-admin-init.php:976
165
  msgid "After summary"
166
  msgstr "Après le résumé"
167
 
168
+ #: includes/class.yith-wcwl-admin-init.php:977
169
  msgid "Use shortcode"
170
  msgstr "Utiliser le shortcode"
171
 
172
+ #: includes/class.yith-wcwl-admin-init.php:982
173
  msgid "Redirect to cart"
174
  msgstr "Rediriger vers le panier"
175
 
176
+ #: includes/class.yith-wcwl-admin-init.php:983
177
  msgid ""
178
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
179
  "page."
181
  "Rediriger vers le panier si on clique sur le bouton \"Ajouter au panier\" "
182
  "sur la page Wishlist."
183
 
184
+ #: includes/class.yith-wcwl-admin-init.php:990
185
  msgid "Remove if added to the cart"
186
  msgstr "Supprimer si ajouté au panier"
187
 
188
+ #: includes/class.yith-wcwl-admin-init.php:991
189
  #, fuzzy
190
  msgid "Remove the product from the wishlist if it has been added to the cart."
191
  msgstr "Supprimer le produit de la wishlist s'il a été ajouté au panier."
192
 
193
+ #: includes/class.yith-wcwl-admin-init.php:998
194
  msgid "\"Add to Wishlist\" text"
195
  msgstr "Texte \"Ajouter à la wishlist\""
196
 
 
197
  #: includes/class.yith-wcwl-admin-init.php:1000
198
+ #: includes/class.yith-wcwl-admin-init.php:1001
199
  msgid "Add to Wishlist"
200
  msgstr "Ajouter à la wishlist"
201
 
202
+ #: includes/class.yith-wcwl-admin-init.php:1006
203
  #, fuzzy
204
  msgid "\"Browse wishlist\" text"
205
  msgstr "Parcourir la wishlist"
206
 
 
207
  #: includes/class.yith-wcwl-admin-init.php:1008
208
+ #: includes/class.yith-wcwl-admin-init.php:1009
209
  #: includes/class.yith-wcwl-ui.php:81 includes/class.yith-wcwl-ui.php:82
210
  msgid "Browse Wishlist"
211
  msgstr "Parcourir la wishlist"
212
 
213
+ #: includes/class.yith-wcwl-admin-init.php:1014
214
  #, fuzzy
215
  msgid "\"Product already in wishlist\" text"
216
  msgstr "Ce produit est déjà dans votre wishlist"
217
 
 
218
  #: includes/class.yith-wcwl-admin-init.php:1016
219
+ #: includes/class.yith-wcwl-admin-init.php:1017
220
  #: includes/class.yith-wcwl-ui.php:82
221
  msgid "The product is already in the wishlist!"
222
  msgstr "Ce produit est dans votre wishlist"
223
 
224
+ #: includes/class.yith-wcwl-admin-init.php:1022
225
  #, fuzzy
226
  msgid "\"Product added\" text"
227
  msgstr "Produit ajouté !"
228
 
 
229
  #: includes/class.yith-wcwl-admin-init.php:1024
230
+ #: includes/class.yith-wcwl-admin-init.php:1025
231
+ #: includes/class.yith-wcwl-ui.php:81
232
  msgid "Product added!"
233
  msgstr "Produit ajouté !"
234
 
235
+ #: includes/class.yith-wcwl-admin-init.php:1030
236
  msgid "\"Add to Cart\" text"
237
  msgstr "Texte \"Ajouter au panier\""
238
 
 
239
  #: includes/class.yith-wcwl-admin-init.php:1032
240
+ #: includes/class.yith-wcwl-admin-init.php:1033
241
  msgid "Add to Cart"
242
  msgstr "Ajouter au panier"
243
 
244
+ #: includes/class.yith-wcwl-admin-init.php:1038
245
  msgid "Show Unit price"
246
  msgstr "Voir le prix unitaire"
247
 
248
+ #: includes/class.yith-wcwl-admin-init.php:1039
249
  msgid "Show unit price for each product in wishlist"
250
  msgstr ""
251
 
252
+ #: includes/class.yith-wcwl-admin-init.php:1047
253
  msgid "Show \"Add to Cart\" button"
254
  msgstr "Voir le bouton \"Ajouter au panier\""
255
 
256
+ #: includes/class.yith-wcwl-admin-init.php:1048
257
  #, fuzzy
258
  msgid "Show \"Add to cart\" button for each product in wishlist"
259
  msgstr "Fond du bouton \"Ajouter au panier\""
260
 
261
+ #: includes/class.yith-wcwl-admin-init.php:1056
262
  msgid "Show Stock status"
263
  msgstr "Voir le statut du stock"
264
 
265
+ #: includes/class.yith-wcwl-admin-init.php:1057
266
  msgid ""
267
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
268
  msgstr ""
269
 
270
+ #: includes/class.yith-wcwl-admin-init.php:1080
271
  msgid "Styles"
272
  msgstr "Styles"
273
 
274
+ #: includes/class.yith-wcwl-admin-init.php:1087
275
  msgid "Use buttons"
276
  msgstr "Utiliser des boutons"
277
 
278
+ #: includes/class.yith-wcwl-admin-init.php:1088
279
  #, fuzzy
280
  msgid "Use buttons instead of simple anchors."
281
  msgstr "Utiliser des boutons à la place de simples liens"
282
 
283
+ #: includes/class.yith-wcwl-admin-init.php:1095
284
  msgid "Custom CSS"
285
  msgstr "CSS personnalisée"
286
 
287
+ #: includes/class.yith-wcwl-admin-init.php:1103
288
  msgid "Use theme style"
289
  msgstr "Utiliser le style du thème"
290
 
291
+ #: includes/class.yith-wcwl-admin-init.php:1104
292
  msgid "Use the theme style."
293
  msgstr "Utiliser le style du thème?"
294
 
295
+ #: includes/class.yith-wcwl-admin-init.php:1111
296
  #, fuzzy
297
  msgid "Rounded buttons"
298
  msgstr "Utiliser des boutons"
299
 
300
+ #: includes/class.yith-wcwl-admin-init.php:1112
301
  #, fuzzy
302
  msgid "Make button corners rounded"
303
  msgstr "Arrondir les coins des boutons"
304
 
305
+ #: includes/class.yith-wcwl-admin-init.php:1119
306
  msgid "\"Add to Wishlist\" icon"
307
  msgstr "Icône \"Ajouter à la wishlist\""
308
 
309
+ #: includes/class.yith-wcwl-admin-init.php:1120
310
  msgid "Add an icon to the \"Add to Wishlist\" button"
311
  msgstr "Ajouter une icône au bouton \"Ajouter à la wishlist\""
312
 
313
+ #: includes/class.yith-wcwl-admin-init.php:1131
314
  msgid "\"Add to Cart\" icon"
315
  msgstr "Icône \"Ajouter au panier\""
316
 
317
+ #: includes/class.yith-wcwl-admin-init.php:1132
318
  msgid "Add an icon to the \"Add to Cart\" button"
319
  msgstr "Ajouter une icône au bouton \"Ajouter au panier\""
320
 
321
+ #: includes/class.yith-wcwl-admin-init.php:1151
322
  msgid "Socials &amp; Share"
323
  msgstr "Partage"
324
 
325
+ #: includes/class.yith-wcwl-admin-init.php:1158
326
  msgid "Share on Facebook"
327
  msgstr "Partager sur Facebook"
328
 
329
+ #: includes/class.yith-wcwl-admin-init.php:1159
330
+ #: includes/class.yith-wcwl-admin-init.php:1183
331
  #, fuzzy
332
  msgid "Show \"Share on Facebook\" button"
333
  msgstr "Partager sur Facebook"
334
 
335
+ #: includes/class.yith-wcwl-admin-init.php:1166
336
  msgid "Tweet on Twitter"
337
  msgstr "Partager sur Twitter"
338
 
339
+ #: includes/class.yith-wcwl-admin-init.php:1167
340
  #, fuzzy
341
  msgid "Show \"Tweet on Twitter\" button"
342
  msgstr "Partager sur Twitter"
343
 
344
+ #: includes/class.yith-wcwl-admin-init.php:1174
345
  msgid "Pin on Pinterest"
346
  msgstr "Partager sur Pinterest"
347
 
348
+ #: includes/class.yith-wcwl-admin-init.php:1175
349
  #, fuzzy
350
  msgid "Show \"Pin on Pinterest\" button"
351
  msgstr "Partager sur Pinterest"
352
 
353
+ #: includes/class.yith-wcwl-admin-init.php:1182
354
  msgid "Share on Google+"
355
  msgstr "Partager sur Google+"
356
 
357
+ #: includes/class.yith-wcwl-admin-init.php:1190
358
  msgid "Share by Email"
359
  msgstr ""
360
 
361
+ #: includes/class.yith-wcwl-admin-init.php:1191
362
  #, fuzzy
363
  msgid "Show \"Share by Email\" button"
364
  msgstr "Voir le bouton \"Ajouter au panier\""
365
 
366
+ #: includes/class.yith-wcwl-admin-init.php:1198
367
  #, fuzzy
368
  msgid "Social title"
369
  msgstr "Titre pour les réseaux sociaux"
370
 
371
+ #: includes/class.yith-wcwl-admin-init.php:1206
372
  #, fuzzy
373
  msgid "Social text"
374
  msgstr "Texte pour les réseaux sociaux"
375
 
376
+ #: includes/class.yith-wcwl-admin-init.php:1207
377
  #, fuzzy
378
  msgid ""
379
  "It will be used by Facebook, Twitter and Pinterest. Use <strong>%wishlist_url"
383
  "%wishlist_url%</strong> à l'endroit où vous voulez faire apparaitre le lien "
384
  "vers votre wishlist."
385
 
386
+ #: includes/class.yith-wcwl-admin-init.php:1215
387
  #, fuzzy
388
  msgid "Social image URL"
389
  msgstr "URL de l'image pour les réseaux sociaux"
390
 
391
+ #: includes/class.yith-wcwl-admin-init.php:1251
392
  #, fuzzy
393
  msgid "\"Add to wishlist\" button"
394
  msgstr "Texte du bouton \"Ajouter à la Wishlist\""
395
 
 
 
 
 
 
 
 
 
396
  #: includes/class.yith-wcwl-admin-init.php:1254
397
  #: includes/class.yith-wcwl-admin-init.php:1272
398
  #: includes/class.yith-wcwl-admin-init.php:1290
399
  #: includes/class.yith-wcwl-admin-init.php:1308
400
  #: includes/class.yith-wcwl-admin-init.php:1326
401
+ msgid "Background"
402
  msgstr ""
403
 
404
  #: includes/class.yith-wcwl-admin-init.php:1255
406
  #: includes/class.yith-wcwl-admin-init.php:1291
407
  #: includes/class.yith-wcwl-admin-init.php:1309
408
  #: includes/class.yith-wcwl-admin-init.php:1327
409
+ msgid "Text"
410
  msgstr ""
411
 
412
+ #: includes/class.yith-wcwl-admin-init.php:1256
413
+ #: includes/class.yith-wcwl-admin-init.php:1274
414
+ #: includes/class.yith-wcwl-admin-init.php:1292
415
+ #: includes/class.yith-wcwl-admin-init.php:1310
416
+ #: includes/class.yith-wcwl-admin-init.php:1328
417
+ msgid "Border"
418
  msgstr ""
419
 
420
  #: includes/class.yith-wcwl-admin-init.php:1263
421
  #: includes/class.yith-wcwl-admin-init.php:1281
422
  #: includes/class.yith-wcwl-admin-init.php:1299
423
  #: includes/class.yith-wcwl-admin-init.php:1317
424
+ msgid "Background (hover)"
425
  msgstr ""
426
 
427
  #: includes/class.yith-wcwl-admin-init.php:1264
428
  #: includes/class.yith-wcwl-admin-init.php:1282
429
  #: includes/class.yith-wcwl-admin-init.php:1300
430
  #: includes/class.yith-wcwl-admin-init.php:1318
431
+ msgid "Text (hover)"
432
+ msgstr ""
433
+
434
+ #: includes/class.yith-wcwl-admin-init.php:1265
435
+ #: includes/class.yith-wcwl-admin-init.php:1283
436
+ #: includes/class.yith-wcwl-admin-init.php:1301
437
+ #: includes/class.yith-wcwl-admin-init.php:1319
438
  msgid "Border (hover)"
439
  msgstr ""
440
 
441
+ #: includes/class.yith-wcwl-admin-init.php:1269
442
  #, fuzzy
443
  msgid "\"Add to Cart\" button"
444
  msgstr "Texte du bouton \"Ajouter au panier\""
445
 
446
+ #: includes/class.yith-wcwl-admin-init.php:1287
447
  msgid "\"Style 1\" button"
448
  msgstr ""
449
 
450
+ #: includes/class.yith-wcwl-admin-init.php:1305
451
  msgid "\"Style 2\" button"
452
  msgstr ""
453
 
454
+ #: includes/class.yith-wcwl-admin-init.php:1323
455
  #, fuzzy
456
  msgid "Wishlist table"
457
  msgstr "Titre de la Wishlist"
458
 
459
+ #: includes/class.yith-wcwl-admin-init.php:1332
460
  msgid "Headers"
461
  msgstr ""
462
 
463
+ #: includes/class.yith-wcwl-admin-init.php:1335
464
  msgid "Background color"
465
  msgstr ""
466
 
467
+ #: includes/class.yith-wcwl-admin-init.php:1425
468
  #, fuzzy
469
  msgid "Wishlist Activated"
470
  msgstr "Titre de la Wishlist"
471
 
472
+ #: includes/class.yith-wcwl-admin-init.php:1426
473
  #, php-format
474
  msgid ""
475
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
478
  "options, <a href=\"%s\">discover it now</a>."
479
  msgstr ""
480
 
481
+ #: includes/class.yith-wcwl-admin-init.php:1437
482
  #, fuzzy
483
  msgid "Wishlist Updated"
484
  msgstr "Page Wishlist"
485
 
486
+ #: includes/class.yith-wcwl-admin-init.php:1438
487
  #, php-format
488
  msgid ""
489
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
504
  msgid "wishlist"
505
  msgstr "wishlist"
506
 
507
+ #: includes/class.yith-wcwl-shortcode.php:230
508
  #: includes/class.yith-wcwl-ui.php:161
509
  msgid "Share on:"
510
  msgstr "Partager sur :"
525
  msgid "email"
526
  msgstr ""
527
 
528
+ #: includes/class.yith-wcwl.php:187
529
  #, fuzzy
530
  msgid "Error occurred while adding products to the wishlist."
531
  msgstr "Une erreur est survenue lors de l'ajout du produit à la wishlist"
532
 
533
+ #: includes/class.yith-wcwl.php:271
534
  msgid "Error occurred while adding product to wishlist."
535
  msgstr "Une erreur est survenue lors de l'ajout du produit à la wishlist"
536
 
537
+ #: includes/class.yith-wcwl.php:286
538
  msgid "Remove now does not require any param"
539
  msgstr ""
540
 
541
+ #: includes/class.yith-wcwl.php:320
542
  #, fuzzy
543
  msgid "Error occurred while removing products from the wishlist"
544
  msgstr ""
545
  "Une erreur est survenue lors de le suppression du produit de la wishlist"
546
 
547
+ #: includes/class.yith-wcwl.php:598
548
  msgid "You need to log in before creating a new wishlist"
549
  msgstr ""
550
 
551
+ #: includes/class.yith-wcwl.php:1301
 
 
 
 
552
  msgid "Product successfully removed."
553
  msgstr "Le produit a bien été supprimé"
554
 
555
+ #: includes/class.yith-wcwl.php:1305
556
  msgid "Error. Unable to remove the product from the wishlist."
557
  msgstr "Erreur : impossible de supprimer le produit de la wishlist"
558
 
559
+ #: includes/class.yith-wcwl.php:1309 templates/wishlist-view.php:181
560
  msgid "No products were added to the wishlist"
561
  msgstr "Aucun produit dans votre wishlist"
562
 
767
  msgid "Add with multiupload"
768
  msgstr ""
769
 
770
+ #: plugin-fw/lib/yit-plugin-panel-wc.php:315
771
  msgid "The changes you have made will be lost if you leave this page."
772
  msgstr ""
773
 
776
  msgid "Plugin Settings"
777
  msgstr "Paramètres"
778
 
779
+ #: plugin-fw/lib/yit-plugin-panel.php:94
780
  #: plugin-fw/lib/yit-plugin-subpanel.php:101
781
  msgid "YIT Plugins"
782
  msgstr ""
783
 
784
+ #: plugin-fw/lib/yit-plugin-panel.php:273
785
  #: plugin-fw/lib/yit-plugin-subpanel.php:142
786
  #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
787
  msgid "Save Changes"
788
  msgstr ""
789
 
790
+ #: plugin-fw/lib/yit-plugin-panel.php:276
791
  #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
792
  msgid ""
793
  "If you continue with this action, you will reset all options in this page."
794
  msgstr ""
795
 
796
+ #: plugin-fw/lib/yit-plugin-panel.php:278
797
  #: plugin-fw/lib/yit-plugin-subpanel.php:147
798
+ #, fuzzy
799
+ msgid "Reset to Default"
800
+ msgstr "Rediriger vers le panier"
801
 
802
+ #: plugin-fw/lib/yit-plugin-panel.php:278
803
  #: plugin-fw/lib/yit-plugin-subpanel.php:147
804
  #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
805
  msgid "Are you sure?"
806
  msgstr ""
807
 
808
+ #: plugin-fw/lib/yit-plugin-panel.php:412
809
  msgid ""
810
  "The element you have entered already exists. Please, enter another name."
811
  msgstr ""
812
 
813
+ #: plugin-fw/lib/yit-plugin-panel.php:413
814
  #, fuzzy
815
  msgid "Settings saved"
816
  msgstr "Paramètres"
817
 
818
+ #: plugin-fw/lib/yit-plugin-panel.php:414
819
  #, fuzzy
820
  msgid "Settings reset"
821
  msgstr "Paramètres"
822
 
823
+ #: plugin-fw/lib/yit-plugin-panel.php:415
824
  msgid "Element deleted correctly."
825
  msgstr ""
826
 
827
+ #: plugin-fw/lib/yit-plugin-panel.php:416
828
+ #: plugin-fw/lib/yit-plugin-panel.php:417
829
  msgid "Element updated correctly."
830
  msgstr ""
831
 
832
+ #: plugin-fw/lib/yit-plugin-panel.php:418
833
  msgid "Database imported correctly."
834
  msgstr ""
835
 
836
+ #: plugin-fw/lib/yit-plugin-panel.php:419
837
  msgid "An error has occurred during import. Please try again."
838
  msgstr ""
839
 
840
+ #: plugin-fw/lib/yit-plugin-panel.php:420
841
  msgid "The added file is not valid."
842
  msgstr ""
843
 
844
+ #: plugin-fw/lib/yit-plugin-panel.php:421
845
  msgid "Sorry, import is disabled."
846
  msgstr ""
847
 
848
+ #: plugin-fw/lib/yit-plugin-panel.php:422
849
  msgid "Sorting successful."
850
  msgstr ""
851
 
969
  msgid "Update Plugin"
970
  msgstr ""
971
 
972
+ #: plugin-fw/licence/lib/yit-licence.php:156
973
  #, php-format
974
  msgid "%field% field cannot be empty"
975
  msgstr ""
976
 
977
+ #: plugin-fw/licence/lib/yit-licence.php:157
978
  msgid "%field_1% and %field_2% fields cannot be empty"
979
  msgstr ""
980
 
981
+ #: plugin-fw/licence/lib/yit-licence.php:158
982
  msgid "Unable to contact the remote server, please try again later. Thanks!"
983
  msgstr ""
984
 
985
+ #: plugin-fw/licence/lib/yit-licence.php:537
986
  msgid "Invalid Request"
987
  msgstr ""
988
 
989
+ #: plugin-fw/licence/lib/yit-licence.php:538
990
  msgid "Invalid licence key"
991
  msgstr ""
992
 
993
+ #: plugin-fw/licence/lib/yit-licence.php:539
994
  msgid "Software has been deactivated"
995
  msgstr ""
996
 
997
+ #: plugin-fw/licence/lib/yit-licence.php:540
998
  msgid "Maximum number of activations exceeded"
999
  msgstr ""
1000
 
1001
+ #: plugin-fw/licence/lib/yit-licence.php:541
1002
  msgid "Invalid instance ID"
1003
  msgstr ""
1004
 
1005
+ #: plugin-fw/licence/lib/yit-licence.php:542
1006
  msgid "Invalid security key"
1007
  msgstr ""
1008
 
1009
+ #: plugin-fw/licence/lib/yit-licence.php:543
1010
  msgid "Licence key has expired"
1011
  msgstr ""
1012
 
1013
+ #: plugin-fw/licence/lib/yit-licence.php:544
1014
  msgid "Licence key has been banned"
1015
  msgstr ""
1016
 
1058
  #: plugin-fw/licence/templates/panel/activation/activation-panel.php:77
1059
  #: plugin-fw/licence/templates/panel/activation/activation-panel.php:109
1060
  #: plugin-fw/licence/templates/panel/activation/activation-panel.php:133
1061
+ #: templates/wishlist-view.php:62
1062
  msgid "Product Name"
1063
  msgstr "Produit"
1064
 
1486
  msgid "Italic bold"
1487
  msgstr "Gras italique"
1488
 
1489
+ #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
1490
+ msgid "Reset Defaults"
1491
+ msgstr ""
1492
+
1493
  #: templates/share.php:28
1494
  #, fuzzy
1495
  msgid "Pinterest"
1512
  msgid "Cancel"
1513
  msgstr ""
1514
 
1515
+ #: templates/wishlist-view.php:68
1516
  msgid "Unit Price"
1517
  msgstr "Prix unitaire"
1518
 
1519
+ #: templates/wishlist-view.php:76
1520
  msgid "Stock Status"
1521
  msgstr "Stock"
1522
 
1523
+ #: templates/wishlist-view.php:112
1524
  msgid "Remove this product"
1525
  msgstr "Enlever ce produit"
1526
 
1527
+ #: templates/wishlist-view.php:141
1528
  msgid "Free!"
1529
  msgstr ""
1530
 
1531
+ #: templates/wishlist-view.php:152
1532
  msgid "Out of Stock"
1533
  msgstr "Epuisé"
1534
 
1535
+ #: templates/wishlist-view.php:155
1536
  msgid "In Stock"
1537
  msgstr "En stock"
1538
 
1539
+ #: templates/wishlist-view.php:213 templates/wishlist-view.php:246
1540
  msgid "Ask an estimate of costs"
1541
  msgstr ""
1542
 
1560
  msgid "Click to preview"
1561
  msgstr "Cliquez-ici pour pré-visualiser"
1562
 
1563
+ #~ msgid "Product already in the wishlist."
1564
+ #~ msgstr "Ce produit est déjà dans votre wishlist"
1565
+
1566
  #, fuzzy
1567
  #~ msgid "Button rounded corners"
1568
  #~ msgstr "Boutons avec des coins arrondis"
languages/yit-he_IL.mo CHANGED
Binary file
languages/yit-he_IL.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
- "POT-Creation-Date: 2015-03-04 16:39+0100\n"
5
- "PO-Revision-Date: 2015-03-04 16:39+0100\n"
6
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: English\n"
@@ -27,14 +27,14 @@ msgid ""
27
  msgstr ""
28
 
29
  #: ../includes/class.yith-wcwl-admin-init.php:188
30
- #: ../includes/class.yith-wcwl-admin-init.php:1399
31
- #: ../includes/class.yith-wcwl-admin-init.php:1400
32
  #: ../includes/class.yith-wcwl-install.php:240
33
  msgid "Wishlist"
34
  msgstr "רשימת משאלות"
35
 
36
  #: ../includes/class.yith-wcwl-admin-init.php:190
37
- #: ../includes/class.yith-wcwl-admin-init.php:289
38
  #: ../plugin-fw/lib/yit-cpt-unlimited.php:1048
39
  #: ../plugin-fw/lib/yit-cpt-unlimited.php:1196
40
  #: ../plugin-fw/lib/yit-cpt-unlimited.php:1202
@@ -43,75 +43,75 @@ msgid "Settings"
43
  msgstr "הגדרות"
44
 
45
  #: ../includes/class.yith-wcwl-admin-init.php:191
46
- #: ../includes/class.yith-wcwl-admin-init.php:256
47
  msgid "Colors"
48
  msgstr "צבעים"
49
 
50
  #: ../includes/class.yith-wcwl-admin-init.php:192
51
- #: ../includes/class.yith-wcwl-admin-init.php:293
52
  msgid "Premium Version"
53
  msgstr ""
54
 
55
- #: ../includes/class.yith-wcwl-admin-init.php:317
56
  msgid ""
57
  "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
58
  "link to update it."
59
  msgstr ""
60
 
61
- #: ../includes/class.yith-wcwl-admin-init.php:320
62
  msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
63
  msgstr ""
64
 
65
- #: ../includes/class.yith-wcwl-admin-init.php:325
66
  msgid "Plugin Documentation"
67
  msgstr ""
68
 
69
- #: ../includes/class.yith-wcwl-admin-init.php:341
70
  msgid "Wishlist Page"
71
  msgstr "עמוד רשימת המשאלות"
72
 
73
- #: ../includes/class.yith-wcwl-admin-init.php:342
74
  msgid "Page contents: [yith_wcwl_wishlist]"
75
  msgstr "תוכן העמוד: [yith_wcwl_wishlist]"
76
 
77
- #: ../includes/class.yith-wcwl-admin-init.php:917
78
  msgid "Upgrade to the PREMIUM VERSION"
79
  msgstr ""
80
 
81
- #: ../includes/class.yith-wcwl-admin-init.php:920
82
  msgid "YITH WooCommerce Wishlist"
83
  msgstr ""
84
 
85
- #: ../includes/class.yith-wcwl-admin-init.php:921
86
  msgid "Discover the Advanced Features"
87
  msgstr ""
88
 
89
- #: ../includes/class.yith-wcwl-admin-init.php:922
90
  msgid ""
91
  "Upgrade to the PREMIUM VERSION\n"
92
  "of YITH WOOCOMMERCE WISHLIST to benefit from all features!"
93
  msgstr ""
94
 
95
- #: ../includes/class.yith-wcwl-admin-init.php:929
96
  msgid "Get Support and Pro Features"
97
  msgstr ""
98
 
99
- #: ../includes/class.yith-wcwl-admin-init.php:930
100
  msgid ""
101
  "By purchasing the premium version of the plugin, you will take advantage of "
102
  "the advanced features of the product and you will get one year of free "
103
  "updates and support through our platform available 24h/24."
104
  msgstr ""
105
 
106
- #: ../includes/class.yith-wcwl-admin-init.php:940
107
  msgid "General Settings"
108
  msgstr "הגדרות כלליות"
109
 
110
- #: ../includes/class.yith-wcwl-admin-init.php:947
111
  msgid "Enable YITH Wishlist"
112
  msgstr "אפשר שימוש ברשימת המשאלות של YITH"
113
 
114
- #: ../includes/class.yith-wcwl-admin-init.php:948
115
  #, fuzzy, php-format
116
  msgid ""
117
  "Enable all plugin features. <strong>Be sure to select a voice in the "
@@ -122,250 +122,250 @@ msgstr ""
122
  "בהגדרות של WooCommerce &gt; Settings &gt; Pages.</strong> בנוסף, קרא את <a "
123
  "href=\"%s\" target=\"_blank\">הוראות השימוש</a> של התוסף."
124
 
125
- #: ../includes/class.yith-wcwl-admin-init.php:955
126
  #, fuzzy
127
  msgid "Default wishlist title"
128
  msgstr "כותרת רשימת משאלות"
129
 
130
- #: ../includes/class.yith-wcwl-admin-init.php:957
131
  #: ../includes/class.yith-wcwl-admin-init.php:958
132
- #: ../includes/class.yith-wcwl-admin-init.php:1199
133
  #: ../includes/class.yith-wcwl-admin-init.php:1200
 
134
  #, php-format
135
  msgid "My wishlist on %s"
136
  msgstr "רשימת המשאלות שלי ב-%s"
137
 
138
- #: ../includes/class.yith-wcwl-admin-init.php:966
139
  msgid "Position"
140
  msgstr "מיקום"
141
 
142
- #: ../includes/class.yith-wcwl-admin-init.php:967
143
  msgid ""
144
  "You can add it in variable products only After \"Add to Cart \" or using the "
145
  "shortcode [yith_wcwl_add_to_wishlist]."
146
  msgstr ""
147
 
148
- #: ../includes/class.yith-wcwl-admin-init.php:973
149
  msgid "After \"Add to cart\""
150
  msgstr "לאחר \"הוספה לסל\""
151
 
152
- #: ../includes/class.yith-wcwl-admin-init.php:974
153
  msgid "After thumbnails"
154
  msgstr "אחרי התמונות המוקטנות"
155
 
156
- #: ../includes/class.yith-wcwl-admin-init.php:975
157
  msgid "After summary"
158
  msgstr "אחרי תיאור מוצר"
159
 
160
- #: ../includes/class.yith-wcwl-admin-init.php:976
161
  msgid "Use shortcode"
162
  msgstr "השתמש בקוד מקוצר"
163
 
164
- #: ../includes/class.yith-wcwl-admin-init.php:981
165
  msgid "Redirect to cart"
166
  msgstr "הפנייה לסל הקניות"
167
 
168
- #: ../includes/class.yith-wcwl-admin-init.php:982
169
  msgid ""
170
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
171
  "page."
172
  msgstr ""
173
 
174
- #: ../includes/class.yith-wcwl-admin-init.php:989
175
  msgid "Remove if added to the cart"
176
  msgstr "הסר מהרשימה אם הוסף לסל"
177
 
178
- #: ../includes/class.yith-wcwl-admin-init.php:990
179
  #, fuzzy
180
  msgid "Remove the product from the wishlist if it has been added to the cart."
181
  msgstr "הסר את המוצר מהרשימה אם הוא הוסף לסל."
182
 
183
- #: ../includes/class.yith-wcwl-admin-init.php:997
184
  msgid "\"Add to Wishlist\" text"
185
  msgstr ""
186
 
187
- #: ../includes/class.yith-wcwl-admin-init.php:999
188
  #: ../includes/class.yith-wcwl-admin-init.php:1000
 
189
  msgid "Add to Wishlist"
190
  msgstr "הוסף לרשימת המשאלות"
191
 
192
- #: ../includes/class.yith-wcwl-admin-init.php:1005
193
  #, fuzzy
194
  msgid "\"Browse wishlist\" text"
195
  msgstr "צפה ברשימת השמורים שלך"
196
 
197
- #: ../includes/class.yith-wcwl-admin-init.php:1007
198
  #: ../includes/class.yith-wcwl-admin-init.php:1008
 
199
  #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl-ui.php:82
200
  msgid "Browse Wishlist"
201
  msgstr "צפה ברשימת השמורים שלך"
202
 
203
- #: ../includes/class.yith-wcwl-admin-init.php:1013
204
  #, fuzzy
205
  msgid "\"Product already in wishlist\" text"
206
  msgstr "המוצר עדיין נמצא ברשימת המשאלות שלך."
207
 
208
- #: ../includes/class.yith-wcwl-admin-init.php:1015
209
  #: ../includes/class.yith-wcwl-admin-init.php:1016
 
210
  #: ../includes/class.yith-wcwl-ui.php:82
211
  msgid "The product is already in the wishlist!"
212
  msgstr "המוצר נשמר."
213
 
214
- #: ../includes/class.yith-wcwl-admin-init.php:1021
215
  #, fuzzy
216
  msgid "\"Product added\" text"
217
  msgstr "המוצר נשמר!"
218
 
219
- #: ../includes/class.yith-wcwl-admin-init.php:1023
220
  #: ../includes/class.yith-wcwl-admin-init.php:1024
221
- #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl.php:1237
 
222
  msgid "Product added!"
223
  msgstr "המוצר נשמר!"
224
 
225
- #: ../includes/class.yith-wcwl-admin-init.php:1029
226
  msgid "\"Add to Cart\" text"
227
  msgstr ""
228
 
229
- #: ../includes/class.yith-wcwl-admin-init.php:1031
230
  #: ../includes/class.yith-wcwl-admin-init.php:1032
 
231
  msgid "Add to Cart"
232
  msgstr "הוסף לסל"
233
 
234
- #: ../includes/class.yith-wcwl-admin-init.php:1037
235
  #, fuzzy
236
  msgid "Show Unit price"
237
  msgstr "מחיר ליחידה"
238
 
239
- #: ../includes/class.yith-wcwl-admin-init.php:1038
240
  msgid "Show unit price for each product in wishlist"
241
  msgstr ""
242
 
243
- #: ../includes/class.yith-wcwl-admin-init.php:1046
244
  #, fuzzy
245
  msgid "Show \"Add to Cart\" button"
246
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
247
 
248
- #: ../includes/class.yith-wcwl-admin-init.php:1047
249
  #, fuzzy
250
  msgid "Show \"Add to cart\" button for each product in wishlist"
251
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
252
 
253
- #: ../includes/class.yith-wcwl-admin-init.php:1055
254
  #, fuzzy
255
  msgid "Show Stock status"
256
  msgstr "מצב מלאי"
257
 
258
- #: ../includes/class.yith-wcwl-admin-init.php:1056
259
  msgid ""
260
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
261
  msgstr ""
262
 
263
- #: ../includes/class.yith-wcwl-admin-init.php:1079
264
  msgid "Styles"
265
  msgstr "סגנונות עיצוב"
266
 
267
- #: ../includes/class.yith-wcwl-admin-init.php:1086
268
  msgid "Use buttons"
269
  msgstr "השתמש בכפתורים"
270
 
271
- #: ../includes/class.yith-wcwl-admin-init.php:1087
272
  #, fuzzy
273
  msgid "Use buttons instead of simple anchors."
274
  msgstr "השתמש בכפתורים במקום קישורים רגילים."
275
 
276
- #: ../includes/class.yith-wcwl-admin-init.php:1094
277
  msgid "Custom CSS"
278
  msgstr "הכנס שורות CSS משלך"
279
 
280
- #: ../includes/class.yith-wcwl-admin-init.php:1102
281
  msgid "Use theme style"
282
  msgstr "השתמש בעיצוב של התבנית שלך"
283
 
284
- #: ../includes/class.yith-wcwl-admin-init.php:1103
285
  msgid "Use the theme style."
286
  msgstr "השתמש בעיצוב של תבנית האתר."
287
 
288
- #: ../includes/class.yith-wcwl-admin-init.php:1110
289
  #, fuzzy
290
  msgid "Rounded buttons"
291
  msgstr "השתמש בכפתורים"
292
 
293
- #: ../includes/class.yith-wcwl-admin-init.php:1111
294
  #, fuzzy
295
  msgid "Make button corners rounded"
296
  msgstr "הצג את הכפתורים עם פינות מעוגלות"
297
 
298
- #: ../includes/class.yith-wcwl-admin-init.php:1118
299
  msgid "\"Add to Wishlist\" icon"
300
  msgstr ""
301
 
302
- #: ../includes/class.yith-wcwl-admin-init.php:1119
303
  msgid "Add an icon to the \"Add to Wishlist\" button"
304
  msgstr ""
305
 
306
- #: ../includes/class.yith-wcwl-admin-init.php:1130
307
  msgid "\"Add to Cart\" icon"
308
  msgstr ""
309
 
310
- #: ../includes/class.yith-wcwl-admin-init.php:1131
311
  msgid "Add an icon to the \"Add to Cart\" button"
312
  msgstr ""
313
 
314
- #: ../includes/class.yith-wcwl-admin-init.php:1150
315
  msgid "Socials &amp; Share"
316
  msgstr ""
317
 
318
- #: ../includes/class.yith-wcwl-admin-init.php:1157
319
  msgid "Share on Facebook"
320
  msgstr "שתף בפייסבוק"
321
 
322
- #: ../includes/class.yith-wcwl-admin-init.php:1158
323
- #: ../includes/class.yith-wcwl-admin-init.php:1182
324
  #, fuzzy
325
  msgid "Show \"Share on Facebook\" button"
326
  msgstr "שתף בפייסבוק"
327
 
328
- #: ../includes/class.yith-wcwl-admin-init.php:1165
329
  msgid "Tweet on Twitter"
330
  msgstr ""
331
 
332
- #: ../includes/class.yith-wcwl-admin-init.php:1166
333
  #, fuzzy
334
  msgid "Show \"Tweet on Twitter\" button"
335
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
336
 
337
- #: ../includes/class.yith-wcwl-admin-init.php:1173
338
  msgid "Pin on Pinterest"
339
  msgstr ""
340
 
341
- #: ../includes/class.yith-wcwl-admin-init.php:1174
342
  #, fuzzy
343
  msgid "Show \"Pin on Pinterest\" button"
344
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
345
 
346
- #: ../includes/class.yith-wcwl-admin-init.php:1181
347
  msgid "Share on Google+"
348
  msgstr "שתף בגוגל+"
349
 
350
- #: ../includes/class.yith-wcwl-admin-init.php:1189
351
  msgid "Share by Email"
352
  msgstr ""
353
 
354
- #: ../includes/class.yith-wcwl-admin-init.php:1190
355
  #, fuzzy
356
  msgid "Show \"Share by Email\" button"
357
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
358
 
359
- #: ../includes/class.yith-wcwl-admin-init.php:1197
360
  #, fuzzy
361
  msgid "Social title"
362
  msgstr "כותרת רשימת משאלות"
363
 
364
- #: ../includes/class.yith-wcwl-admin-init.php:1205
365
  msgid "Social text"
366
  msgstr ""
367
 
368
- #: ../includes/class.yith-wcwl-admin-init.php:1206
369
  #, fuzzy
370
  msgid ""
371
  "It will be used by Facebook, Twitter and Pinterest. Use <strong>%wishlist_url"
@@ -374,29 +374,21 @@ msgstr ""
374
  "יעשה שימוש על ידי Facebook, Twitter וגם Pinterest. השתמש ב-<strong>"
375
  "%wishlist_url%</strong> היכן שתרצה את ה-URL של רשימת המשאלות שלך שיופיע."
376
 
377
- #: ../includes/class.yith-wcwl-admin-init.php:1214
378
  msgid "Social image URL"
379
  msgstr ""
380
 
381
- #: ../includes/class.yith-wcwl-admin-init.php:1250
382
  #, fuzzy
383
  msgid "\"Add to wishlist\" button"
384
  msgstr "הוסף לרשימת המשאלות"
385
 
386
- #: ../includes/class.yith-wcwl-admin-init.php:1253
387
- #: ../includes/class.yith-wcwl-admin-init.php:1271
388
- #: ../includes/class.yith-wcwl-admin-init.php:1289
389
- #: ../includes/class.yith-wcwl-admin-init.php:1307
390
- #: ../includes/class.yith-wcwl-admin-init.php:1325
391
- msgid "Background"
392
- msgstr ""
393
-
394
  #: ../includes/class.yith-wcwl-admin-init.php:1254
395
  #: ../includes/class.yith-wcwl-admin-init.php:1272
396
  #: ../includes/class.yith-wcwl-admin-init.php:1290
397
  #: ../includes/class.yith-wcwl-admin-init.php:1308
398
  #: ../includes/class.yith-wcwl-admin-init.php:1326
399
- msgid "Text"
400
  msgstr ""
401
 
402
  #: ../includes/class.yith-wcwl-admin-init.php:1255
@@ -404,62 +396,70 @@ msgstr ""
404
  #: ../includes/class.yith-wcwl-admin-init.php:1291
405
  #: ../includes/class.yith-wcwl-admin-init.php:1309
406
  #: ../includes/class.yith-wcwl-admin-init.php:1327
407
- msgid "Border"
408
  msgstr ""
409
 
410
- #: ../includes/class.yith-wcwl-admin-init.php:1262
411
- #: ../includes/class.yith-wcwl-admin-init.php:1280
412
- #: ../includes/class.yith-wcwl-admin-init.php:1298
413
- #: ../includes/class.yith-wcwl-admin-init.php:1316
414
- msgid "Background (hover)"
 
415
  msgstr ""
416
 
417
  #: ../includes/class.yith-wcwl-admin-init.php:1263
418
  #: ../includes/class.yith-wcwl-admin-init.php:1281
419
  #: ../includes/class.yith-wcwl-admin-init.php:1299
420
  #: ../includes/class.yith-wcwl-admin-init.php:1317
421
- msgid "Text (hover)"
422
  msgstr ""
423
 
424
  #: ../includes/class.yith-wcwl-admin-init.php:1264
425
  #: ../includes/class.yith-wcwl-admin-init.php:1282
426
  #: ../includes/class.yith-wcwl-admin-init.php:1300
427
  #: ../includes/class.yith-wcwl-admin-init.php:1318
 
 
 
 
 
 
 
428
  msgid "Border (hover)"
429
  msgstr ""
430
 
431
- #: ../includes/class.yith-wcwl-admin-init.php:1268
432
  #, fuzzy
433
  msgid "\"Add to Cart\" button"
434
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
435
 
436
- #: ../includes/class.yith-wcwl-admin-init.php:1286
437
  msgid "\"Style 1\" button"
438
  msgstr ""
439
 
440
- #: ../includes/class.yith-wcwl-admin-init.php:1304
441
  msgid "\"Style 2\" button"
442
  msgstr ""
443
 
444
- #: ../includes/class.yith-wcwl-admin-init.php:1322
445
  #, fuzzy
446
  msgid "Wishlist table"
447
  msgstr "כותרת רשימת משאלות"
448
 
449
- #: ../includes/class.yith-wcwl-admin-init.php:1331
450
  msgid "Headers"
451
  msgstr ""
452
 
453
- #: ../includes/class.yith-wcwl-admin-init.php:1334
454
  msgid "Background color"
455
  msgstr ""
456
 
457
- #: ../includes/class.yith-wcwl-admin-init.php:1461
458
  #, fuzzy
459
  msgid "Wishlist Activated"
460
  msgstr "כותרת רשימת משאלות"
461
 
462
- #: ../includes/class.yith-wcwl-admin-init.php:1462
463
  #, php-format
464
  msgid ""
465
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
@@ -468,12 +468,12 @@ msgid ""
468
  "options, <a href=\"%s\">discover it now</a>."
469
  msgstr ""
470
 
471
- #: ../includes/class.yith-wcwl-admin-init.php:1473
472
  #, fuzzy
473
  msgid "Wishlist Updated"
474
  msgstr "עמוד רשימת המשאלות"
475
 
476
- #: ../includes/class.yith-wcwl-admin-init.php:1474
477
  #, php-format
478
  msgid ""
479
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
@@ -493,7 +493,7 @@ msgstr ""
493
  msgid "wishlist"
494
  msgstr "רשימת משאלות"
495
 
496
- #: ../includes/class.yith-wcwl-shortcode.php:224
497
  #: ../includes/class.yith-wcwl-ui.php:161
498
  msgid "Share on:"
499
  msgstr "שתף ברשת:"
@@ -515,41 +515,37 @@ msgstr "טוויטר"
515
  msgid "email"
516
  msgstr ""
517
 
518
- #: ../includes/class.yith-wcwl.php:185
519
  #, fuzzy
520
  msgid "Error occurred while adding products to the wishlist."
521
  msgstr "ארעה שגיאה בזמן הוספת המוצר לרשימה."
522
 
523
- #: ../includes/class.yith-wcwl.php:269
524
  msgid "Error occurred while adding product to wishlist."
525
  msgstr "ארעה שגיאה בזמן הוספת המוצר לרשימה."
526
 
527
- #: ../includes/class.yith-wcwl.php:284
528
  msgid "Remove now does not require any param"
529
  msgstr ""
530
 
531
- #: ../includes/class.yith-wcwl.php:318
532
  #, fuzzy
533
  msgid "Error occurred while removing products from the wishlist"
534
  msgstr "ארעה שגיאה בזמן הסרת המוצר מהרשימה"
535
 
536
- #: ../includes/class.yith-wcwl.php:596
537
  msgid "You need to log in before creating a new wishlist"
538
  msgstr ""
539
 
540
- #: ../includes/class.yith-wcwl.php:1240
541
- msgid "Product already in the wishlist."
542
- msgstr "המוצר עדיין נמצא ברשימת המשאלות שלך."
543
-
544
- #: ../includes/class.yith-wcwl.php:1272
545
  msgid "Product successfully removed."
546
  msgstr "המוצר הוסר מהרשימה בהצלחה."
547
 
548
- #: ../includes/class.yith-wcwl.php:1276
549
  msgid "Error. Unable to remove the product from the wishlist."
550
  msgstr "שגיאה. לא הצלחנו להסיר את המוצר מרשימת המשאלות."
551
 
552
- #: ../includes/class.yith-wcwl.php:1280 ../templates/wishlist-view.php:170
553
  msgid "No products were added to the wishlist"
554
  msgstr "אין מוצרים ברשימת המשאלות שלך."
555
 
@@ -755,7 +751,7 @@ msgstr ""
755
  msgid "Add with multiupload"
756
  msgstr ""
757
 
758
- #: ../plugin-fw/lib/yit-plugin-panel-wc.php:345
759
  msgid "The changes you have made will be lost if you leave this page."
760
  msgstr ""
761
 
@@ -764,76 +760,76 @@ msgstr ""
764
  msgid "Plugin Settings"
765
  msgstr "הגדרות"
766
 
767
- #: ../plugin-fw/lib/yit-plugin-panel.php:92
768
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:101
769
  msgid "YIT Plugins"
770
  msgstr ""
771
 
772
- #: ../plugin-fw/lib/yit-plugin-panel.php:271
773
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:142
774
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
775
  msgid "Save Changes"
776
  msgstr ""
777
 
778
- #: ../plugin-fw/lib/yit-plugin-panel.php:274
779
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
780
  msgid ""
781
  "If you continue with this action, you will reset all options in this page."
782
  msgstr ""
783
 
784
- #: ../plugin-fw/lib/yit-plugin-panel.php:276
785
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
786
- #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
787
- msgid "Reset Defaults"
788
- msgstr ""
789
 
790
- #: ../plugin-fw/lib/yit-plugin-panel.php:276
791
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
792
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
793
  msgid "Are you sure?"
794
  msgstr ""
795
 
796
- #: ../plugin-fw/lib/yit-plugin-panel.php:410
797
  msgid ""
798
  "The element you have entered already exists. Please, enter another name."
799
  msgstr ""
800
 
801
- #: ../plugin-fw/lib/yit-plugin-panel.php:411
802
  #, fuzzy
803
  msgid "Settings saved"
804
  msgstr "הגדרות"
805
 
806
- #: ../plugin-fw/lib/yit-plugin-panel.php:412
807
  #, fuzzy
808
  msgid "Settings reset"
809
  msgstr "הגדרות"
810
 
811
- #: ../plugin-fw/lib/yit-plugin-panel.php:413
812
  msgid "Element deleted correctly."
813
  msgstr ""
814
 
815
- #: ../plugin-fw/lib/yit-plugin-panel.php:414
816
- #: ../plugin-fw/lib/yit-plugin-panel.php:415
817
  msgid "Element updated correctly."
818
  msgstr ""
819
 
820
- #: ../plugin-fw/lib/yit-plugin-panel.php:416
821
  msgid "Database imported correctly."
822
  msgstr ""
823
 
824
- #: ../plugin-fw/lib/yit-plugin-panel.php:417
825
  msgid "An error has occurred during import. Please try again."
826
  msgstr ""
827
 
828
- #: ../plugin-fw/lib/yit-plugin-panel.php:418
829
  msgid "The added file is not valid."
830
  msgstr ""
831
 
832
- #: ../plugin-fw/lib/yit-plugin-panel.php:419
833
  msgid "Sorry, import is disabled."
834
  msgstr ""
835
 
836
- #: ../plugin-fw/lib/yit-plugin-panel.php:420
837
  msgid "Sorting successful."
838
  msgstr ""
839
 
@@ -957,48 +953,48 @@ msgstr ""
957
  msgid "Update Plugin"
958
  msgstr ""
959
 
960
- #: ../plugin-fw/licence/lib/yit-licence.php:148
961
  #, php-format
962
  msgid "%field% field cannot be empty"
963
  msgstr ""
964
 
965
- #: ../plugin-fw/licence/lib/yit-licence.php:149
966
  msgid "%field_1% and %field_2% fields cannot be empty"
967
  msgstr ""
968
 
969
- #: ../plugin-fw/licence/lib/yit-licence.php:150
970
  msgid "Unable to contact the remote server, please try again later. Thanks!"
971
  msgstr ""
972
 
973
- #: ../plugin-fw/licence/lib/yit-licence.php:529
974
  msgid "Invalid Request"
975
  msgstr ""
976
 
977
- #: ../plugin-fw/licence/lib/yit-licence.php:530
978
  msgid "Invalid licence key"
979
  msgstr ""
980
 
981
- #: ../plugin-fw/licence/lib/yit-licence.php:531
982
  msgid "Software has been deactivated"
983
  msgstr ""
984
 
985
- #: ../plugin-fw/licence/lib/yit-licence.php:532
986
  msgid "Maximum number of activations exceeded"
987
  msgstr ""
988
 
989
- #: ../plugin-fw/licence/lib/yit-licence.php:533
990
  msgid "Invalid instance ID"
991
  msgstr ""
992
 
993
- #: ../plugin-fw/licence/lib/yit-licence.php:534
994
  msgid "Invalid security key"
995
  msgstr ""
996
 
997
- #: ../plugin-fw/licence/lib/yit-licence.php:535
998
  msgid "Licence key has expired"
999
  msgstr ""
1000
 
1001
- #: ../plugin-fw/licence/lib/yit-licence.php:536
1002
  msgid "Licence key has been banned"
1003
  msgstr ""
1004
 
@@ -1046,7 +1042,7 @@ msgstr ""
1046
  #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:77
1047
  #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:109
1048
  #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:133
1049
- #: ../templates/wishlist-view.php:56
1050
  msgid "Product Name"
1051
  msgstr "שם המוצר"
1052
 
@@ -1468,6 +1464,10 @@ msgstr ""
1468
  msgid "Italic bold"
1469
  msgstr ""
1470
 
 
 
 
 
1471
  #: ../templates/share.php:28
1472
  msgid "Pinterest"
1473
  msgstr ""
@@ -1489,31 +1489,31 @@ msgstr ""
1489
  msgid "Cancel"
1490
  msgstr ""
1491
 
1492
- #: ../templates/wishlist-view.php:62
1493
  msgid "Unit Price"
1494
  msgstr "מחיר ליחידה"
1495
 
1496
- #: ../templates/wishlist-view.php:70
1497
  msgid "Stock Status"
1498
  msgstr "מצב מלאי"
1499
 
1500
- #: ../templates/wishlist-view.php:101
1501
  msgid "Remove this product"
1502
  msgstr "הסרת מוצר מהרשימה"
1503
 
1504
- #: ../templates/wishlist-view.php:130
1505
  msgid "Free!"
1506
  msgstr ""
1507
 
1508
- #: ../templates/wishlist-view.php:141
1509
  msgid "Out of Stock"
1510
  msgstr "לא קיים במלאי"
1511
 
1512
- #: ../templates/wishlist-view.php:144
1513
  msgid "In Stock"
1514
  msgstr "קיים במלאי"
1515
 
1516
- #: ../templates/wishlist-view.php:196
1517
  msgid "Ask an estimate of costs"
1518
  msgstr ""
1519
 
@@ -1537,6 +1537,9 @@ msgstr ""
1537
  msgid "Click to preview"
1538
  msgstr ""
1539
 
 
 
 
1540
  #, fuzzy
1541
  #~ msgid "Button rounded corners"
1542
  #~ msgstr "כפתורים עם פינות מעוגלות"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
+ "POT-Creation-Date: 2015-03-18 10:24+0100\n"
5
+ "PO-Revision-Date: 2015-03-18 10:24+0100\n"
6
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: English\n"
27
  msgstr ""
28
 
29
  #: ../includes/class.yith-wcwl-admin-init.php:188
30
+ #: ../includes/class.yith-wcwl-admin-init.php:1359
31
+ #: ../includes/class.yith-wcwl-admin-init.php:1360
32
  #: ../includes/class.yith-wcwl-install.php:240
33
  msgid "Wishlist"
34
  msgstr "רשימת משאלות"
35
 
36
  #: ../includes/class.yith-wcwl-admin-init.php:190
37
+ #: ../includes/class.yith-wcwl-admin-init.php:290
38
  #: ../plugin-fw/lib/yit-cpt-unlimited.php:1048
39
  #: ../plugin-fw/lib/yit-cpt-unlimited.php:1196
40
  #: ../plugin-fw/lib/yit-cpt-unlimited.php:1202
43
  msgstr "הגדרות"
44
 
45
  #: ../includes/class.yith-wcwl-admin-init.php:191
46
+ #: ../includes/class.yith-wcwl-admin-init.php:257
47
  msgid "Colors"
48
  msgstr "צבעים"
49
 
50
  #: ../includes/class.yith-wcwl-admin-init.php:192
51
+ #: ../includes/class.yith-wcwl-admin-init.php:294
52
  msgid "Premium Version"
53
  msgstr ""
54
 
55
+ #: ../includes/class.yith-wcwl-admin-init.php:318
56
  msgid ""
57
  "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
58
  "link to update it."
59
  msgstr ""
60
 
61
+ #: ../includes/class.yith-wcwl-admin-init.php:321
62
  msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
63
  msgstr ""
64
 
65
+ #: ../includes/class.yith-wcwl-admin-init.php:326
66
  msgid "Plugin Documentation"
67
  msgstr ""
68
 
69
+ #: ../includes/class.yith-wcwl-admin-init.php:342
70
  msgid "Wishlist Page"
71
  msgstr "עמוד רשימת המשאלות"
72
 
73
+ #: ../includes/class.yith-wcwl-admin-init.php:343
74
  msgid "Page contents: [yith_wcwl_wishlist]"
75
  msgstr "תוכן העמוד: [yith_wcwl_wishlist]"
76
 
77
+ #: ../includes/class.yith-wcwl-admin-init.php:918
78
  msgid "Upgrade to the PREMIUM VERSION"
79
  msgstr ""
80
 
81
+ #: ../includes/class.yith-wcwl-admin-init.php:921
82
  msgid "YITH WooCommerce Wishlist"
83
  msgstr ""
84
 
85
+ #: ../includes/class.yith-wcwl-admin-init.php:922
86
  msgid "Discover the Advanced Features"
87
  msgstr ""
88
 
89
+ #: ../includes/class.yith-wcwl-admin-init.php:923
90
  msgid ""
91
  "Upgrade to the PREMIUM VERSION\n"
92
  "of YITH WOOCOMMERCE WISHLIST to benefit from all features!"
93
  msgstr ""
94
 
95
+ #: ../includes/class.yith-wcwl-admin-init.php:930
96
  msgid "Get Support and Pro Features"
97
  msgstr ""
98
 
99
+ #: ../includes/class.yith-wcwl-admin-init.php:931
100
  msgid ""
101
  "By purchasing the premium version of the plugin, you will take advantage of "
102
  "the advanced features of the product and you will get one year of free "
103
  "updates and support through our platform available 24h/24."
104
  msgstr ""
105
 
106
+ #: ../includes/class.yith-wcwl-admin-init.php:941
107
  msgid "General Settings"
108
  msgstr "הגדרות כלליות"
109
 
110
+ #: ../includes/class.yith-wcwl-admin-init.php:948
111
  msgid "Enable YITH Wishlist"
112
  msgstr "אפשר שימוש ברשימת המשאלות של YITH"
113
 
114
+ #: ../includes/class.yith-wcwl-admin-init.php:949
115
  #, fuzzy, php-format
116
  msgid ""
117
  "Enable all plugin features. <strong>Be sure to select a voice in the "
122
  "בהגדרות של WooCommerce &gt; Settings &gt; Pages.</strong> בנוסף, קרא את <a "
123
  "href=\"%s\" target=\"_blank\">הוראות השימוש</a> של התוסף."
124
 
125
+ #: ../includes/class.yith-wcwl-admin-init.php:956
126
  #, fuzzy
127
  msgid "Default wishlist title"
128
  msgstr "כותרת רשימת משאלות"
129
 
 
130
  #: ../includes/class.yith-wcwl-admin-init.php:958
131
+ #: ../includes/class.yith-wcwl-admin-init.php:959
132
  #: ../includes/class.yith-wcwl-admin-init.php:1200
133
+ #: ../includes/class.yith-wcwl-admin-init.php:1201
134
  #, php-format
135
  msgid "My wishlist on %s"
136
  msgstr "רשימת המשאלות שלי ב-%s"
137
 
138
+ #: ../includes/class.yith-wcwl-admin-init.php:967
139
  msgid "Position"
140
  msgstr "מיקום"
141
 
142
+ #: ../includes/class.yith-wcwl-admin-init.php:968
143
  msgid ""
144
  "You can add it in variable products only After \"Add to Cart \" or using the "
145
  "shortcode [yith_wcwl_add_to_wishlist]."
146
  msgstr ""
147
 
148
+ #: ../includes/class.yith-wcwl-admin-init.php:974
149
  msgid "After \"Add to cart\""
150
  msgstr "לאחר \"הוספה לסל\""
151
 
152
+ #: ../includes/class.yith-wcwl-admin-init.php:975
153
  msgid "After thumbnails"
154
  msgstr "אחרי התמונות המוקטנות"
155
 
156
+ #: ../includes/class.yith-wcwl-admin-init.php:976
157
  msgid "After summary"
158
  msgstr "אחרי תיאור מוצר"
159
 
160
+ #: ../includes/class.yith-wcwl-admin-init.php:977
161
  msgid "Use shortcode"
162
  msgstr "השתמש בקוד מקוצר"
163
 
164
+ #: ../includes/class.yith-wcwl-admin-init.php:982
165
  msgid "Redirect to cart"
166
  msgstr "הפנייה לסל הקניות"
167
 
168
+ #: ../includes/class.yith-wcwl-admin-init.php:983
169
  msgid ""
170
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
171
  "page."
172
  msgstr ""
173
 
174
+ #: ../includes/class.yith-wcwl-admin-init.php:990
175
  msgid "Remove if added to the cart"
176
  msgstr "הסר מהרשימה אם הוסף לסל"
177
 
178
+ #: ../includes/class.yith-wcwl-admin-init.php:991
179
  #, fuzzy
180
  msgid "Remove the product from the wishlist if it has been added to the cart."
181
  msgstr "הסר את המוצר מהרשימה אם הוא הוסף לסל."
182
 
183
+ #: ../includes/class.yith-wcwl-admin-init.php:998
184
  msgid "\"Add to Wishlist\" text"
185
  msgstr ""
186
 
 
187
  #: ../includes/class.yith-wcwl-admin-init.php:1000
188
+ #: ../includes/class.yith-wcwl-admin-init.php:1001
189
  msgid "Add to Wishlist"
190
  msgstr "הוסף לרשימת המשאלות"
191
 
192
+ #: ../includes/class.yith-wcwl-admin-init.php:1006
193
  #, fuzzy
194
  msgid "\"Browse wishlist\" text"
195
  msgstr "צפה ברשימת השמורים שלך"
196
 
 
197
  #: ../includes/class.yith-wcwl-admin-init.php:1008
198
+ #: ../includes/class.yith-wcwl-admin-init.php:1009
199
  #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl-ui.php:82
200
  msgid "Browse Wishlist"
201
  msgstr "צפה ברשימת השמורים שלך"
202
 
203
+ #: ../includes/class.yith-wcwl-admin-init.php:1014
204
  #, fuzzy
205
  msgid "\"Product already in wishlist\" text"
206
  msgstr "המוצר עדיין נמצא ברשימת המשאלות שלך."
207
 
 
208
  #: ../includes/class.yith-wcwl-admin-init.php:1016
209
+ #: ../includes/class.yith-wcwl-admin-init.php:1017
210
  #: ../includes/class.yith-wcwl-ui.php:82
211
  msgid "The product is already in the wishlist!"
212
  msgstr "המוצר נשמר."
213
 
214
+ #: ../includes/class.yith-wcwl-admin-init.php:1022
215
  #, fuzzy
216
  msgid "\"Product added\" text"
217
  msgstr "המוצר נשמר!"
218
 
 
219
  #: ../includes/class.yith-wcwl-admin-init.php:1024
220
+ #: ../includes/class.yith-wcwl-admin-init.php:1025
221
+ #: ../includes/class.yith-wcwl-ui.php:81
222
  msgid "Product added!"
223
  msgstr "המוצר נשמר!"
224
 
225
+ #: ../includes/class.yith-wcwl-admin-init.php:1030
226
  msgid "\"Add to Cart\" text"
227
  msgstr ""
228
 
 
229
  #: ../includes/class.yith-wcwl-admin-init.php:1032
230
+ #: ../includes/class.yith-wcwl-admin-init.php:1033
231
  msgid "Add to Cart"
232
  msgstr "הוסף לסל"
233
 
234
+ #: ../includes/class.yith-wcwl-admin-init.php:1038
235
  #, fuzzy
236
  msgid "Show Unit price"
237
  msgstr "מחיר ליחידה"
238
 
239
+ #: ../includes/class.yith-wcwl-admin-init.php:1039
240
  msgid "Show unit price for each product in wishlist"
241
  msgstr ""
242
 
243
+ #: ../includes/class.yith-wcwl-admin-init.php:1047
244
  #, fuzzy
245
  msgid "Show \"Add to Cart\" button"
246
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
247
 
248
+ #: ../includes/class.yith-wcwl-admin-init.php:1048
249
  #, fuzzy
250
  msgid "Show \"Add to cart\" button for each product in wishlist"
251
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
252
 
253
+ #: ../includes/class.yith-wcwl-admin-init.php:1056
254
  #, fuzzy
255
  msgid "Show Stock status"
256
  msgstr "מצב מלאי"
257
 
258
+ #: ../includes/class.yith-wcwl-admin-init.php:1057
259
  msgid ""
260
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
261
  msgstr ""
262
 
263
+ #: ../includes/class.yith-wcwl-admin-init.php:1080
264
  msgid "Styles"
265
  msgstr "סגנונות עיצוב"
266
 
267
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
268
  msgid "Use buttons"
269
  msgstr "השתמש בכפתורים"
270
 
271
+ #: ../includes/class.yith-wcwl-admin-init.php:1088
272
  #, fuzzy
273
  msgid "Use buttons instead of simple anchors."
274
  msgstr "השתמש בכפתורים במקום קישורים רגילים."
275
 
276
+ #: ../includes/class.yith-wcwl-admin-init.php:1095
277
  msgid "Custom CSS"
278
  msgstr "הכנס שורות CSS משלך"
279
 
280
+ #: ../includes/class.yith-wcwl-admin-init.php:1103
281
  msgid "Use theme style"
282
  msgstr "השתמש בעיצוב של התבנית שלך"
283
 
284
+ #: ../includes/class.yith-wcwl-admin-init.php:1104
285
  msgid "Use the theme style."
286
  msgstr "השתמש בעיצוב של תבנית האתר."
287
 
288
+ #: ../includes/class.yith-wcwl-admin-init.php:1111
289
  #, fuzzy
290
  msgid "Rounded buttons"
291
  msgstr "השתמש בכפתורים"
292
 
293
+ #: ../includes/class.yith-wcwl-admin-init.php:1112
294
  #, fuzzy
295
  msgid "Make button corners rounded"
296
  msgstr "הצג את הכפתורים עם פינות מעוגלות"
297
 
298
+ #: ../includes/class.yith-wcwl-admin-init.php:1119
299
  msgid "\"Add to Wishlist\" icon"
300
  msgstr ""
301
 
302
+ #: ../includes/class.yith-wcwl-admin-init.php:1120
303
  msgid "Add an icon to the \"Add to Wishlist\" button"
304
  msgstr ""
305
 
306
+ #: ../includes/class.yith-wcwl-admin-init.php:1131
307
  msgid "\"Add to Cart\" icon"
308
  msgstr ""
309
 
310
+ #: ../includes/class.yith-wcwl-admin-init.php:1132
311
  msgid "Add an icon to the \"Add to Cart\" button"
312
  msgstr ""
313
 
314
+ #: ../includes/class.yith-wcwl-admin-init.php:1151
315
  msgid "Socials &amp; Share"
316
  msgstr ""
317
 
318
+ #: ../includes/class.yith-wcwl-admin-init.php:1158
319
  msgid "Share on Facebook"
320
  msgstr "שתף בפייסבוק"
321
 
322
+ #: ../includes/class.yith-wcwl-admin-init.php:1159
323
+ #: ../includes/class.yith-wcwl-admin-init.php:1183
324
  #, fuzzy
325
  msgid "Show \"Share on Facebook\" button"
326
  msgstr "שתף בפייסבוק"
327
 
328
+ #: ../includes/class.yith-wcwl-admin-init.php:1166
329
  msgid "Tweet on Twitter"
330
  msgstr ""
331
 
332
+ #: ../includes/class.yith-wcwl-admin-init.php:1167
333
  #, fuzzy
334
  msgid "Show \"Tweet on Twitter\" button"
335
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
336
 
337
+ #: ../includes/class.yith-wcwl-admin-init.php:1174
338
  msgid "Pin on Pinterest"
339
  msgstr ""
340
 
341
+ #: ../includes/class.yith-wcwl-admin-init.php:1175
342
  #, fuzzy
343
  msgid "Show \"Pin on Pinterest\" button"
344
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
345
 
346
+ #: ../includes/class.yith-wcwl-admin-init.php:1182
347
  msgid "Share on Google+"
348
  msgstr "שתף בגוגל+"
349
 
350
+ #: ../includes/class.yith-wcwl-admin-init.php:1190
351
  msgid "Share by Email"
352
  msgstr ""
353
 
354
+ #: ../includes/class.yith-wcwl-admin-init.php:1191
355
  #, fuzzy
356
  msgid "Show \"Share by Email\" button"
357
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
358
 
359
+ #: ../includes/class.yith-wcwl-admin-init.php:1198
360
  #, fuzzy
361
  msgid "Social title"
362
  msgstr "כותרת רשימת משאלות"
363
 
364
+ #: ../includes/class.yith-wcwl-admin-init.php:1206
365
  msgid "Social text"
366
  msgstr ""
367
 
368
+ #: ../includes/class.yith-wcwl-admin-init.php:1207
369
  #, fuzzy
370
  msgid ""
371
  "It will be used by Facebook, Twitter and Pinterest. Use <strong>%wishlist_url"
374
  "יעשה שימוש על ידי Facebook, Twitter וגם Pinterest. השתמש ב-<strong>"
375
  "%wishlist_url%</strong> היכן שתרצה את ה-URL של רשימת המשאלות שלך שיופיע."
376
 
377
+ #: ../includes/class.yith-wcwl-admin-init.php:1215
378
  msgid "Social image URL"
379
  msgstr ""
380
 
381
+ #: ../includes/class.yith-wcwl-admin-init.php:1251
382
  #, fuzzy
383
  msgid "\"Add to wishlist\" button"
384
  msgstr "הוסף לרשימת המשאלות"
385
 
 
 
 
 
 
 
 
 
386
  #: ../includes/class.yith-wcwl-admin-init.php:1254
387
  #: ../includes/class.yith-wcwl-admin-init.php:1272
388
  #: ../includes/class.yith-wcwl-admin-init.php:1290
389
  #: ../includes/class.yith-wcwl-admin-init.php:1308
390
  #: ../includes/class.yith-wcwl-admin-init.php:1326
391
+ msgid "Background"
392
  msgstr ""
393
 
394
  #: ../includes/class.yith-wcwl-admin-init.php:1255
396
  #: ../includes/class.yith-wcwl-admin-init.php:1291
397
  #: ../includes/class.yith-wcwl-admin-init.php:1309
398
  #: ../includes/class.yith-wcwl-admin-init.php:1327
399
+ msgid "Text"
400
  msgstr ""
401
 
402
+ #: ../includes/class.yith-wcwl-admin-init.php:1256
403
+ #: ../includes/class.yith-wcwl-admin-init.php:1274
404
+ #: ../includes/class.yith-wcwl-admin-init.php:1292
405
+ #: ../includes/class.yith-wcwl-admin-init.php:1310
406
+ #: ../includes/class.yith-wcwl-admin-init.php:1328
407
+ msgid "Border"
408
  msgstr ""
409
 
410
  #: ../includes/class.yith-wcwl-admin-init.php:1263
411
  #: ../includes/class.yith-wcwl-admin-init.php:1281
412
  #: ../includes/class.yith-wcwl-admin-init.php:1299
413
  #: ../includes/class.yith-wcwl-admin-init.php:1317
414
+ msgid "Background (hover)"
415
  msgstr ""
416
 
417
  #: ../includes/class.yith-wcwl-admin-init.php:1264
418
  #: ../includes/class.yith-wcwl-admin-init.php:1282
419
  #: ../includes/class.yith-wcwl-admin-init.php:1300
420
  #: ../includes/class.yith-wcwl-admin-init.php:1318
421
+ msgid "Text (hover)"
422
+ msgstr ""
423
+
424
+ #: ../includes/class.yith-wcwl-admin-init.php:1265
425
+ #: ../includes/class.yith-wcwl-admin-init.php:1283
426
+ #: ../includes/class.yith-wcwl-admin-init.php:1301
427
+ #: ../includes/class.yith-wcwl-admin-init.php:1319
428
  msgid "Border (hover)"
429
  msgstr ""
430
 
431
+ #: ../includes/class.yith-wcwl-admin-init.php:1269
432
  #, fuzzy
433
  msgid "\"Add to Cart\" button"
434
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
435
 
436
+ #: ../includes/class.yith-wcwl-admin-init.php:1287
437
  msgid "\"Style 1\" button"
438
  msgstr ""
439
 
440
+ #: ../includes/class.yith-wcwl-admin-init.php:1305
441
  msgid "\"Style 2\" button"
442
  msgstr ""
443
 
444
+ #: ../includes/class.yith-wcwl-admin-init.php:1323
445
  #, fuzzy
446
  msgid "Wishlist table"
447
  msgstr "כותרת רשימת משאלות"
448
 
449
+ #: ../includes/class.yith-wcwl-admin-init.php:1332
450
  msgid "Headers"
451
  msgstr ""
452
 
453
+ #: ../includes/class.yith-wcwl-admin-init.php:1335
454
  msgid "Background color"
455
  msgstr ""
456
 
457
+ #: ../includes/class.yith-wcwl-admin-init.php:1425
458
  #, fuzzy
459
  msgid "Wishlist Activated"
460
  msgstr "כותרת רשימת משאלות"
461
 
462
+ #: ../includes/class.yith-wcwl-admin-init.php:1426
463
  #, php-format
464
  msgid ""
465
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
468
  "options, <a href=\"%s\">discover it now</a>."
469
  msgstr ""
470
 
471
+ #: ../includes/class.yith-wcwl-admin-init.php:1437
472
  #, fuzzy
473
  msgid "Wishlist Updated"
474
  msgstr "עמוד רשימת המשאלות"
475
 
476
+ #: ../includes/class.yith-wcwl-admin-init.php:1438
477
  #, php-format
478
  msgid ""
479
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
493
  msgid "wishlist"
494
  msgstr "רשימת משאלות"
495
 
496
+ #: ../includes/class.yith-wcwl-shortcode.php:230
497
  #: ../includes/class.yith-wcwl-ui.php:161
498
  msgid "Share on:"
499
  msgstr "שתף ברשת:"
515
  msgid "email"
516
  msgstr ""
517
 
518
+ #: ../includes/class.yith-wcwl.php:187
519
  #, fuzzy
520
  msgid "Error occurred while adding products to the wishlist."
521
  msgstr "ארעה שגיאה בזמן הוספת המוצר לרשימה."
522
 
523
+ #: ../includes/class.yith-wcwl.php:271
524
  msgid "Error occurred while adding product to wishlist."
525
  msgstr "ארעה שגיאה בזמן הוספת המוצר לרשימה."
526
 
527
+ #: ../includes/class.yith-wcwl.php:286
528
  msgid "Remove now does not require any param"
529
  msgstr ""
530
 
531
+ #: ../includes/class.yith-wcwl.php:320
532
  #, fuzzy
533
  msgid "Error occurred while removing products from the wishlist"
534
  msgstr "ארעה שגיאה בזמן הסרת המוצר מהרשימה"
535
 
536
+ #: ../includes/class.yith-wcwl.php:598
537
  msgid "You need to log in before creating a new wishlist"
538
  msgstr ""
539
 
540
+ #: ../includes/class.yith-wcwl.php:1301
 
 
 
 
541
  msgid "Product successfully removed."
542
  msgstr "המוצר הוסר מהרשימה בהצלחה."
543
 
544
+ #: ../includes/class.yith-wcwl.php:1305
545
  msgid "Error. Unable to remove the product from the wishlist."
546
  msgstr "שגיאה. לא הצלחנו להסיר את המוצר מרשימת המשאלות."
547
 
548
+ #: ../includes/class.yith-wcwl.php:1309 ../templates/wishlist-view.php:181
549
  msgid "No products were added to the wishlist"
550
  msgstr "אין מוצרים ברשימת המשאלות שלך."
551
 
751
  msgid "Add with multiupload"
752
  msgstr ""
753
 
754
+ #: ../plugin-fw/lib/yit-plugin-panel-wc.php:315
755
  msgid "The changes you have made will be lost if you leave this page."
756
  msgstr ""
757
 
760
  msgid "Plugin Settings"
761
  msgstr "הגדרות"
762
 
763
+ #: ../plugin-fw/lib/yit-plugin-panel.php:94
764
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:101
765
  msgid "YIT Plugins"
766
  msgstr ""
767
 
768
+ #: ../plugin-fw/lib/yit-plugin-panel.php:273
769
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:142
770
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
771
  msgid "Save Changes"
772
  msgstr ""
773
 
774
+ #: ../plugin-fw/lib/yit-plugin-panel.php:276
775
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
776
  msgid ""
777
  "If you continue with this action, you will reset all options in this page."
778
  msgstr ""
779
 
780
+ #: ../plugin-fw/lib/yit-plugin-panel.php:278
781
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
782
+ #, fuzzy
783
+ msgid "Reset to Default"
784
+ msgstr "הפנייה לסל הקניות"
785
 
786
+ #: ../plugin-fw/lib/yit-plugin-panel.php:278
787
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
788
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
789
  msgid "Are you sure?"
790
  msgstr ""
791
 
792
+ #: ../plugin-fw/lib/yit-plugin-panel.php:412
793
  msgid ""
794
  "The element you have entered already exists. Please, enter another name."
795
  msgstr ""
796
 
797
+ #: ../plugin-fw/lib/yit-plugin-panel.php:413
798
  #, fuzzy
799
  msgid "Settings saved"
800
  msgstr "הגדרות"
801
 
802
+ #: ../plugin-fw/lib/yit-plugin-panel.php:414
803
  #, fuzzy
804
  msgid "Settings reset"
805
  msgstr "הגדרות"
806
 
807
+ #: ../plugin-fw/lib/yit-plugin-panel.php:415
808
  msgid "Element deleted correctly."
809
  msgstr ""
810
 
811
+ #: ../plugin-fw/lib/yit-plugin-panel.php:416
812
+ #: ../plugin-fw/lib/yit-plugin-panel.php:417
813
  msgid "Element updated correctly."
814
  msgstr ""
815
 
816
+ #: ../plugin-fw/lib/yit-plugin-panel.php:418
817
  msgid "Database imported correctly."
818
  msgstr ""
819
 
820
+ #: ../plugin-fw/lib/yit-plugin-panel.php:419
821
  msgid "An error has occurred during import. Please try again."
822
  msgstr ""
823
 
824
+ #: ../plugin-fw/lib/yit-plugin-panel.php:420
825
  msgid "The added file is not valid."
826
  msgstr ""
827
 
828
+ #: ../plugin-fw/lib/yit-plugin-panel.php:421
829
  msgid "Sorry, import is disabled."
830
  msgstr ""
831
 
832
+ #: ../plugin-fw/lib/yit-plugin-panel.php:422
833
  msgid "Sorting successful."
834
  msgstr ""
835
 
953
  msgid "Update Plugin"
954
  msgstr ""
955
 
956
+ #: ../plugin-fw/licence/lib/yit-licence.php:156
957
  #, php-format
958
  msgid "%field% field cannot be empty"
959
  msgstr ""
960
 
961
+ #: ../plugin-fw/licence/lib/yit-licence.php:157
962
  msgid "%field_1% and %field_2% fields cannot be empty"
963
  msgstr ""
964
 
965
+ #: ../plugin-fw/licence/lib/yit-licence.php:158
966
  msgid "Unable to contact the remote server, please try again later. Thanks!"
967
  msgstr ""
968
 
969
+ #: ../plugin-fw/licence/lib/yit-licence.php:537
970
  msgid "Invalid Request"
971
  msgstr ""
972
 
973
+ #: ../plugin-fw/licence/lib/yit-licence.php:538
974
  msgid "Invalid licence key"
975
  msgstr ""
976
 
977
+ #: ../plugin-fw/licence/lib/yit-licence.php:539
978
  msgid "Software has been deactivated"
979
  msgstr ""
980
 
981
+ #: ../plugin-fw/licence/lib/yit-licence.php:540
982
  msgid "Maximum number of activations exceeded"
983
  msgstr ""
984
 
985
+ #: ../plugin-fw/licence/lib/yit-licence.php:541
986
  msgid "Invalid instance ID"
987
  msgstr ""
988
 
989
+ #: ../plugin-fw/licence/lib/yit-licence.php:542
990
  msgid "Invalid security key"
991
  msgstr ""
992
 
993
+ #: ../plugin-fw/licence/lib/yit-licence.php:543
994
  msgid "Licence key has expired"
995
  msgstr ""
996
 
997
+ #: ../plugin-fw/licence/lib/yit-licence.php:544
998
  msgid "Licence key has been banned"
999
  msgstr ""
1000
 
1042
  #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:77
1043
  #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:109
1044
  #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:133
1045
+ #: ../templates/wishlist-view.php:62
1046
  msgid "Product Name"
1047
  msgstr "שם המוצר"
1048
 
1464
  msgid "Italic bold"
1465
  msgstr ""
1466
 
1467
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
1468
+ msgid "Reset Defaults"
1469
+ msgstr ""
1470
+
1471
  #: ../templates/share.php:28
1472
  msgid "Pinterest"
1473
  msgstr ""
1489
  msgid "Cancel"
1490
  msgstr ""
1491
 
1492
+ #: ../templates/wishlist-view.php:68
1493
  msgid "Unit Price"
1494
  msgstr "מחיר ליחידה"
1495
 
1496
+ #: ../templates/wishlist-view.php:76
1497
  msgid "Stock Status"
1498
  msgstr "מצב מלאי"
1499
 
1500
+ #: ../templates/wishlist-view.php:112
1501
  msgid "Remove this product"
1502
  msgstr "הסרת מוצר מהרשימה"
1503
 
1504
+ #: ../templates/wishlist-view.php:141
1505
  msgid "Free!"
1506
  msgstr ""
1507
 
1508
+ #: ../templates/wishlist-view.php:152
1509
  msgid "Out of Stock"
1510
  msgstr "לא קיים במלאי"
1511
 
1512
+ #: ../templates/wishlist-view.php:155
1513
  msgid "In Stock"
1514
  msgstr "קיים במלאי"
1515
 
1516
+ #: ../templates/wishlist-view.php:213 ../templates/wishlist-view.php:246
1517
  msgid "Ask an estimate of costs"
1518
  msgstr ""
1519
 
1537
  msgid "Click to preview"
1538
  msgstr ""
1539
 
1540
+ #~ msgid "Product already in the wishlist."
1541
+ #~ msgstr "המוצר עדיין נמצא ברשימת המשאלות שלך."
1542
+
1543
  #, fuzzy
1544
  #~ msgid "Button rounded corners"
1545
  #~ msgstr "כפתורים עם פינות מעוגלות"
languages/yit-it_IT.mo CHANGED
Binary file
languages/yit-it_IT.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist v1.0.0\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-03-04 16:40+0100\n"
6
- "PO-Revision-Date: 2015-03-04 16:40+0100\n"
7
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
8
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -32,15 +32,15 @@ msgstr ""
32
 
33
  # @ yit
34
  #: ../includes/class.yith-wcwl-admin-init.php:188
35
- #: ../includes/class.yith-wcwl-admin-init.php:1399
36
- #: ../includes/class.yith-wcwl-admin-init.php:1400
37
  #: ../includes/class.yith-wcwl-install.php:240
38
  msgid "Wishlist"
39
  msgstr "Lista dei desideri"
40
 
41
  # @ yit
42
  #: ../includes/class.yith-wcwl-admin-init.php:190
43
- #: ../includes/class.yith-wcwl-admin-init.php:289
44
  #: ../plugin-fw/lib/yit-cpt-unlimited.php:1048
45
  #: ../plugin-fw/lib/yit-cpt-unlimited.php:1196
46
  #: ../plugin-fw/lib/yit-cpt-unlimited.php:1202
@@ -50,62 +50,62 @@ msgstr "Impostazioni"
50
 
51
  # @ yit
52
  #: ../includes/class.yith-wcwl-admin-init.php:191
53
- #: ../includes/class.yith-wcwl-admin-init.php:256
54
  msgid "Colors"
55
  msgstr "Colori"
56
 
57
  #: ../includes/class.yith-wcwl-admin-init.php:192
58
- #: ../includes/class.yith-wcwl-admin-init.php:293
59
  msgid "Premium Version"
60
  msgstr ""
61
 
62
- #: ../includes/class.yith-wcwl-admin-init.php:317
63
  msgid ""
64
  "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
65
  "link to update it."
66
  msgstr ""
67
 
68
- #: ../includes/class.yith-wcwl-admin-init.php:320
69
  msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
70
  msgstr ""
71
 
72
- #: ../includes/class.yith-wcwl-admin-init.php:325
73
  msgid "Plugin Documentation"
74
  msgstr ""
75
 
76
  # @ yit
77
- #: ../includes/class.yith-wcwl-admin-init.php:341
78
  msgid "Wishlist Page"
79
  msgstr "Lista dei desideri"
80
 
81
  # @ yit
82
- #: ../includes/class.yith-wcwl-admin-init.php:342
83
  msgid "Page contents: [yith_wcwl_wishlist]"
84
  msgstr "Contenuto della pagina: [yith_wcwl_wishlist]"
85
 
86
- #: ../includes/class.yith-wcwl-admin-init.php:917
87
  msgid "Upgrade to the PREMIUM VERSION"
88
  msgstr ""
89
 
90
- #: ../includes/class.yith-wcwl-admin-init.php:920
91
  msgid "YITH WooCommerce Wishlist"
92
  msgstr ""
93
 
94
- #: ../includes/class.yith-wcwl-admin-init.php:921
95
  msgid "Discover the Advanced Features"
96
  msgstr ""
97
 
98
- #: ../includes/class.yith-wcwl-admin-init.php:922
99
  msgid ""
100
  "Upgrade to the PREMIUM VERSION\n"
101
  "of YITH WOOCOMMERCE WISHLIST to benefit from all features!"
102
  msgstr ""
103
 
104
- #: ../includes/class.yith-wcwl-admin-init.php:929
105
  msgid "Get Support and Pro Features"
106
  msgstr ""
107
 
108
- #: ../includes/class.yith-wcwl-admin-init.php:930
109
  msgid ""
110
  "By purchasing the premium version of the plugin, you will take advantage of "
111
  "the advanced features of the product and you will get one year of free "
@@ -113,17 +113,17 @@ msgid ""
113
  msgstr ""
114
 
115
  # @ yit
116
- #: ../includes/class.yith-wcwl-admin-init.php:940
117
  msgid "General Settings"
118
  msgstr "Impostazioni"
119
 
120
  # @ yit
121
- #: ../includes/class.yith-wcwl-admin-init.php:947
122
  msgid "Enable YITH Wishlist"
123
  msgstr "Abilita YITH WooCommerce Wishlist"
124
 
125
  # @ yit
126
- #: ../includes/class.yith-wcwl-admin-init.php:948
127
  #, fuzzy, php-format
128
  msgid ""
129
  "Enable all plugin features. <strong>Be sure to select a voice in the "
@@ -136,27 +136,27 @@ msgstr ""
136
  "a> del plugin."
137
 
138
  # @ yit
139
- #: ../includes/class.yith-wcwl-admin-init.php:955
140
  #, fuzzy
141
  msgid "Default wishlist title"
142
  msgstr "Titolo della lista dei desideri"
143
 
144
  # @ yit
145
- #: ../includes/class.yith-wcwl-admin-init.php:957
146
  #: ../includes/class.yith-wcwl-admin-init.php:958
147
- #: ../includes/class.yith-wcwl-admin-init.php:1199
148
  #: ../includes/class.yith-wcwl-admin-init.php:1200
 
149
  #, php-format
150
  msgid "My wishlist on %s"
151
  msgstr "La mia lista dei desideri su %s"
152
 
153
  # @ yit
154
- #: ../includes/class.yith-wcwl-admin-init.php:966
155
  msgid "Position"
156
  msgstr "Posizione"
157
 
158
  # @ yit
159
- #: ../includes/class.yith-wcwl-admin-init.php:967
160
  #, fuzzy
161
  msgid ""
162
  "You can add it in variable products only After \"Add to Cart \" or using the "
@@ -166,32 +166,32 @@ msgstr ""
166
  "\" o utilizzare lo shortcode [yith_wcwl_add_to_wishlist]."
167
 
168
  # @ yit
169
- #: ../includes/class.yith-wcwl-admin-init.php:973
170
  msgid "After \"Add to cart\""
171
  msgstr "Dopo \"Aggiungi al Carrello\""
172
 
173
  # @ yit
174
- #: ../includes/class.yith-wcwl-admin-init.php:974
175
  msgid "After thumbnails"
176
  msgstr "Dopo le thumbnail"
177
 
178
  # @ yit
179
- #: ../includes/class.yith-wcwl-admin-init.php:975
180
  msgid "After summary"
181
  msgstr "Dopo la descrizione"
182
 
183
  # @ yit
184
- #: ../includes/class.yith-wcwl-admin-init.php:976
185
  msgid "Use shortcode"
186
  msgstr "Utilizza lo shortcode"
187
 
188
  # @ yit
189
- #: ../includes/class.yith-wcwl-admin-init.php:981
190
  msgid "Redirect to cart"
191
  msgstr "Reindirizza al carrello"
192
 
193
  # @ yit
194
- #: ../includes/class.yith-wcwl-admin-init.php:982
195
  msgid ""
196
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
197
  "page."
@@ -200,12 +200,12 @@ msgstr ""
200
  "bottone \"Aggiungi al carrello\" "
201
 
202
  # @ yit
203
- #: ../includes/class.yith-wcwl-admin-init.php:989
204
  msgid "Remove if added to the cart"
205
  msgstr "Rimuovi se aggiunto al carrello"
206
 
207
  # @ yit
208
- #: ../includes/class.yith-wcwl-admin-init.php:990
209
  #, fuzzy
210
  msgid "Remove the product from the wishlist if it has been added to the cart."
211
  msgstr ""
@@ -213,229 +213,229 @@ msgstr ""
213
  "desideri."
214
 
215
  # @ yit
216
- #: ../includes/class.yith-wcwl-admin-init.php:997
217
  msgid "\"Add to Wishlist\" text"
218
  msgstr "Testo del pulsante\"Aggiungi alla lista dei desideri\""
219
 
220
  # @ yit
221
- #: ../includes/class.yith-wcwl-admin-init.php:999
222
  #: ../includes/class.yith-wcwl-admin-init.php:1000
 
223
  msgid "Add to Wishlist"
224
  msgstr "Aggiungi alla lista dei desideri"
225
 
226
  # @ yit
227
- #: ../includes/class.yith-wcwl-admin-init.php:1005
228
  #, fuzzy
229
  msgid "\"Browse wishlist\" text"
230
  msgstr "Esplora la lista dei desideri"
231
 
232
  # @ yit
233
- #: ../includes/class.yith-wcwl-admin-init.php:1007
234
  #: ../includes/class.yith-wcwl-admin-init.php:1008
 
235
  #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl-ui.php:82
236
  msgid "Browse Wishlist"
237
  msgstr "Esplora la lista dei desideri"
238
 
239
  # @ yit
240
- #: ../includes/class.yith-wcwl-admin-init.php:1013
241
  #, fuzzy
242
  msgid "\"Product already in wishlist\" text"
243
  msgstr "Il prodotto é giá nella lista dei desideri."
244
 
245
  # @ yit
246
- #: ../includes/class.yith-wcwl-admin-init.php:1015
247
  #: ../includes/class.yith-wcwl-admin-init.php:1016
 
248
  #: ../includes/class.yith-wcwl-ui.php:82
249
  msgid "The product is already in the wishlist!"
250
  msgstr "Il prodotto é giá nella lista dei desideri!"
251
 
252
  # @ yit
253
- #: ../includes/class.yith-wcwl-admin-init.php:1021
254
  #, fuzzy
255
  msgid "\"Product added\" text"
256
  msgstr "Prodotto aggiunto!"
257
 
258
  # @ yit
259
- #: ../includes/class.yith-wcwl-admin-init.php:1023
260
  #: ../includes/class.yith-wcwl-admin-init.php:1024
261
- #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl.php:1237
 
262
  msgid "Product added!"
263
  msgstr "Prodotto aggiunto!"
264
 
265
  # @ yit
266
- #: ../includes/class.yith-wcwl-admin-init.php:1029
267
  msgid "\"Add to Cart\" text"
268
  msgstr "Testo del pulsante\"Aggiungi al carrello\""
269
 
270
  # @ yit
271
- #: ../includes/class.yith-wcwl-admin-init.php:1031
272
  #: ../includes/class.yith-wcwl-admin-init.php:1032
 
273
  msgid "Add to Cart"
274
  msgstr "Aggiungi al Carrello"
275
 
276
  # @ yit
277
- #: ../includes/class.yith-wcwl-admin-init.php:1037
278
  #, fuzzy
279
  msgid "Show Unit price"
280
  msgstr "Prezzo Unitario"
281
 
282
- #: ../includes/class.yith-wcwl-admin-init.php:1038
283
  msgid "Show unit price for each product in wishlist"
284
  msgstr ""
285
 
286
  # @ yit
287
- #: ../includes/class.yith-wcwl-admin-init.php:1046
288
  msgid "Show \"Add to Cart\" button"
289
  msgstr "Mostra il pulsante \"Aggiungi al carrello\""
290
 
291
  # @ yit
292
- #: ../includes/class.yith-wcwl-admin-init.php:1047
293
  #, fuzzy
294
  msgid "Show \"Add to cart\" button for each product in wishlist"
295
  msgstr "Sfondo del pulsante\"Aggiungi al carrello\""
296
 
297
  # @ yit
298
- #: ../includes/class.yith-wcwl-admin-init.php:1055
299
  #, fuzzy
300
  msgid "Show Stock status"
301
  msgstr "Disponibilitá"
302
 
303
- #: ../includes/class.yith-wcwl-admin-init.php:1056
304
  msgid ""
305
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
306
  msgstr ""
307
 
308
  # @ yit
309
- #: ../includes/class.yith-wcwl-admin-init.php:1079
310
  msgid "Styles"
311
  msgstr "Stili"
312
 
313
  # @ yit
314
- #: ../includes/class.yith-wcwl-admin-init.php:1086
315
  msgid "Use buttons"
316
  msgstr "Usa pulsanti"
317
 
318
  # @ yit
319
- #: ../includes/class.yith-wcwl-admin-init.php:1087
320
  #, fuzzy
321
  msgid "Use buttons instead of simple anchors."
322
  msgstr "Utilizza dei pulsanti al posto delle ancore"
323
 
324
  # @ yit
325
- #: ../includes/class.yith-wcwl-admin-init.php:1094
326
  msgid "Custom CSS"
327
  msgstr "CSS personalizzato"
328
 
329
  # @ yit
330
- #: ../includes/class.yith-wcwl-admin-init.php:1102
331
  msgid "Use theme style"
332
  msgstr "Usa stile del tema"
333
 
334
  # @ yit
335
- #: ../includes/class.yith-wcwl-admin-init.php:1103
336
  msgid "Use the theme style."
337
  msgstr "Usa lo stile del tema."
338
 
339
  # @ yit
340
- #: ../includes/class.yith-wcwl-admin-init.php:1110
341
  #, fuzzy
342
  msgid "Rounded buttons"
343
  msgstr "Usa pulsanti"
344
 
345
  # @ yit
346
- #: ../includes/class.yith-wcwl-admin-init.php:1111
347
  #, fuzzy
348
  msgid "Make button corners rounded"
349
  msgstr "Arrotonda i bordi dei pulsanti"
350
 
351
  # @ yit
352
- #: ../includes/class.yith-wcwl-admin-init.php:1118
353
  msgid "\"Add to Wishlist\" icon"
354
  msgstr "Icona \"Aggiungi alla lista dei desideri\""
355
 
356
  # @ yit
357
- #: ../includes/class.yith-wcwl-admin-init.php:1119
358
  msgid "Add an icon to the \"Add to Wishlist\" button"
359
  msgstr "Aggiungi un'icona al pulsante \"Aggiungi alla lista dei desideri\""
360
 
361
  # @ yit
362
- #: ../includes/class.yith-wcwl-admin-init.php:1130
363
  msgid "\"Add to Cart\" icon"
364
  msgstr "Icona \"Aggiungi al carrello\""
365
 
366
  # @ yit
367
- #: ../includes/class.yith-wcwl-admin-init.php:1131
368
  msgid "Add an icon to the \"Add to Cart\" button"
369
  msgstr "Aggiunge un'icona al pulsante \"Aggiungi al carrello\""
370
 
371
  # @ yit
372
- #: ../includes/class.yith-wcwl-admin-init.php:1150
373
  msgid "Socials &amp; Share"
374
  msgstr "Social & Condivisione"
375
 
376
  # @ yit
377
- #: ../includes/class.yith-wcwl-admin-init.php:1157
378
  msgid "Share on Facebook"
379
  msgstr "Condivi su Facebook"
380
 
381
  # @ yit
382
- #: ../includes/class.yith-wcwl-admin-init.php:1158
383
- #: ../includes/class.yith-wcwl-admin-init.php:1182
384
  #, fuzzy
385
  msgid "Show \"Share on Facebook\" button"
386
  msgstr "Condivi su Facebook"
387
 
388
  # @ yit
389
- #: ../includes/class.yith-wcwl-admin-init.php:1165
390
  msgid "Tweet on Twitter"
391
  msgstr "Condividi su Twitter"
392
 
393
  # @ yit
394
- #: ../includes/class.yith-wcwl-admin-init.php:1166
395
  #, fuzzy
396
  msgid "Show \"Tweet on Twitter\" button"
397
  msgstr "Condividi su Twitter"
398
 
399
  # @ yit
400
- #: ../includes/class.yith-wcwl-admin-init.php:1173
401
  msgid "Pin on Pinterest"
402
  msgstr "Pin su Pinterest"
403
 
404
  # @ yit
405
- #: ../includes/class.yith-wcwl-admin-init.php:1174
406
  #, fuzzy
407
  msgid "Show \"Pin on Pinterest\" button"
408
  msgstr "Pin su Pinterest"
409
 
410
  # @ yit
411
- #: ../includes/class.yith-wcwl-admin-init.php:1181
412
  msgid "Share on Google+"
413
  msgstr "Condividi su Google+"
414
 
415
- #: ../includes/class.yith-wcwl-admin-init.php:1189
416
  msgid "Share by Email"
417
  msgstr ""
418
 
419
  # @ yit
420
- #: ../includes/class.yith-wcwl-admin-init.php:1190
421
  #, fuzzy
422
  msgid "Show \"Share by Email\" button"
423
  msgstr "Mostra il pulsante \"Aggiungi al carrello\""
424
 
425
  # @ yit
426
- #: ../includes/class.yith-wcwl-admin-init.php:1197
427
  #, fuzzy
428
  msgid "Social title"
429
  msgstr "Titolo dei social"
430
 
431
  # @ yit
432
- #: ../includes/class.yith-wcwl-admin-init.php:1205
433
  #, fuzzy
434
  msgid "Social text"
435
  msgstr "Testo dei social"
436
 
437
  # @ yit
438
- #: ../includes/class.yith-wcwl-admin-init.php:1206
439
  #, fuzzy
440
  msgid ""
441
  "It will be used by Facebook, Twitter and Pinterest. Use <strong>%wishlist_url"
@@ -445,31 +445,23 @@ msgstr ""
445
  "%wishlist_url%</strong> dove vuoi che appaia l'URL della lista dei desideri."
446
 
447
  # @ yit
448
- #: ../includes/class.yith-wcwl-admin-init.php:1214
449
  #, fuzzy
450
  msgid "Social image URL"
451
  msgstr "URL immagine social"
452
 
453
  # @ yit
454
- #: ../includes/class.yith-wcwl-admin-init.php:1250
455
  #, fuzzy
456
  msgid "\"Add to wishlist\" button"
457
  msgstr "Testo del pulsante \"Aggiungi alla lista dei desideri\""
458
 
459
- #: ../includes/class.yith-wcwl-admin-init.php:1253
460
- #: ../includes/class.yith-wcwl-admin-init.php:1271
461
- #: ../includes/class.yith-wcwl-admin-init.php:1289
462
- #: ../includes/class.yith-wcwl-admin-init.php:1307
463
- #: ../includes/class.yith-wcwl-admin-init.php:1325
464
- msgid "Background"
465
- msgstr ""
466
-
467
  #: ../includes/class.yith-wcwl-admin-init.php:1254
468
  #: ../includes/class.yith-wcwl-admin-init.php:1272
469
  #: ../includes/class.yith-wcwl-admin-init.php:1290
470
  #: ../includes/class.yith-wcwl-admin-init.php:1308
471
  #: ../includes/class.yith-wcwl-admin-init.php:1326
472
- msgid "Text"
473
  msgstr ""
474
 
475
  #: ../includes/class.yith-wcwl-admin-init.php:1255
@@ -477,65 +469,73 @@ msgstr ""
477
  #: ../includes/class.yith-wcwl-admin-init.php:1291
478
  #: ../includes/class.yith-wcwl-admin-init.php:1309
479
  #: ../includes/class.yith-wcwl-admin-init.php:1327
480
- msgid "Border"
481
  msgstr ""
482
 
483
- #: ../includes/class.yith-wcwl-admin-init.php:1262
484
- #: ../includes/class.yith-wcwl-admin-init.php:1280
485
- #: ../includes/class.yith-wcwl-admin-init.php:1298
486
- #: ../includes/class.yith-wcwl-admin-init.php:1316
487
- msgid "Background (hover)"
 
488
  msgstr ""
489
 
490
  #: ../includes/class.yith-wcwl-admin-init.php:1263
491
  #: ../includes/class.yith-wcwl-admin-init.php:1281
492
  #: ../includes/class.yith-wcwl-admin-init.php:1299
493
  #: ../includes/class.yith-wcwl-admin-init.php:1317
494
- msgid "Text (hover)"
495
  msgstr ""
496
 
497
  #: ../includes/class.yith-wcwl-admin-init.php:1264
498
  #: ../includes/class.yith-wcwl-admin-init.php:1282
499
  #: ../includes/class.yith-wcwl-admin-init.php:1300
500
  #: ../includes/class.yith-wcwl-admin-init.php:1318
 
 
 
 
 
 
 
501
  msgid "Border (hover)"
502
  msgstr ""
503
 
504
  # @ yit
505
- #: ../includes/class.yith-wcwl-admin-init.php:1268
506
  #, fuzzy
507
  msgid "\"Add to Cart\" button"
508
  msgstr "Testo del pulsante\"Aggiungi al carrello\""
509
 
510
- #: ../includes/class.yith-wcwl-admin-init.php:1286
511
  msgid "\"Style 1\" button"
512
  msgstr ""
513
 
514
- #: ../includes/class.yith-wcwl-admin-init.php:1304
515
  msgid "\"Style 2\" button"
516
  msgstr ""
517
 
518
  # @ yit
519
- #: ../includes/class.yith-wcwl-admin-init.php:1322
520
  #, fuzzy
521
  msgid "Wishlist table"
522
  msgstr "Titolo della lista dei desideri"
523
 
524
- #: ../includes/class.yith-wcwl-admin-init.php:1331
525
  msgid "Headers"
526
  msgstr ""
527
 
528
- #: ../includes/class.yith-wcwl-admin-init.php:1334
529
  msgid "Background color"
530
  msgstr ""
531
 
532
  # @ yit
533
- #: ../includes/class.yith-wcwl-admin-init.php:1461
534
  #, fuzzy
535
  msgid "Wishlist Activated"
536
  msgstr "Titolo della lista dei desideri"
537
 
538
- #: ../includes/class.yith-wcwl-admin-init.php:1462
539
  #, php-format
540
  msgid ""
541
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
@@ -545,12 +545,12 @@ msgid ""
545
  msgstr ""
546
 
547
  # @ yit
548
- #: ../includes/class.yith-wcwl-admin-init.php:1473
549
  #, fuzzy
550
  msgid "Wishlist Updated"
551
  msgstr "Lista dei desideri"
552
 
553
- #: ../includes/class.yith-wcwl-admin-init.php:1474
554
  #, php-format
555
  msgid ""
556
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
@@ -573,7 +573,7 @@ msgid "wishlist"
573
  msgstr ""
574
 
575
  # @ yit
576
- #: ../includes/class.yith-wcwl-shortcode.php:224
577
  #: ../includes/class.yith-wcwl-ui.php:161
578
  msgid "Share on:"
579
  msgstr "Condividi su:"
@@ -599,47 +599,42 @@ msgid "email"
599
  msgstr ""
600
 
601
  # @ yit
602
- #: ../includes/class.yith-wcwl.php:185
603
  #, fuzzy
604
  msgid "Error occurred while adding products to the wishlist."
605
  msgstr "Errore durante l'aggiunta del prodotto alla lista dei desideri."
606
 
607
  # @ yit
608
- #: ../includes/class.yith-wcwl.php:269
609
  msgid "Error occurred while adding product to wishlist."
610
  msgstr "Errore durante l'aggiunta del prodotto alla lista dei desideri."
611
 
612
- #: ../includes/class.yith-wcwl.php:284
613
  msgid "Remove now does not require any param"
614
  msgstr ""
615
 
616
  # @ yit
617
- #: ../includes/class.yith-wcwl.php:318
618
  #, fuzzy
619
  msgid "Error occurred while removing products from the wishlist"
620
  msgstr "Errore durante la rimozione del prodotto dalla lista dei desideri"
621
 
622
- #: ../includes/class.yith-wcwl.php:596
623
  msgid "You need to log in before creating a new wishlist"
624
  msgstr ""
625
 
626
  # @ yit
627
- #: ../includes/class.yith-wcwl.php:1240
628
- msgid "Product already in the wishlist."
629
- msgstr "Il prodotto é giá nella lista dei desideri."
630
-
631
- # @ yit
632
- #: ../includes/class.yith-wcwl.php:1272
633
  msgid "Product successfully removed."
634
  msgstr "Prodotto rimosso con successo."
635
 
636
  # @ yit
637
- #: ../includes/class.yith-wcwl.php:1276
638
  msgid "Error. Unable to remove the product from the wishlist."
639
  msgstr "Errore. Impossibile rimuovere il prodotto dalla lista dei desideri."
640
 
641
  # @ yit
642
- #: ../includes/class.yith-wcwl.php:1280 ../templates/wishlist-view.php:170
643
  msgid "No products were added to the wishlist"
644
  msgstr "Nessun prodotto nella lista dei desideri"
645
 
@@ -852,7 +847,7 @@ msgstr ""
852
  msgid "Add with multiupload"
853
  msgstr ""
854
 
855
- #: ../plugin-fw/lib/yit-plugin-panel-wc.php:345
856
  msgid "The changes you have made will be lost if you leave this page."
857
  msgstr ""
858
 
@@ -862,78 +857,79 @@ msgstr ""
862
  msgid "Plugin Settings"
863
  msgstr "Impostazioni"
864
 
865
- #: ../plugin-fw/lib/yit-plugin-panel.php:92
866
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:101
867
  msgid "YIT Plugins"
868
  msgstr ""
869
 
870
- #: ../plugin-fw/lib/yit-plugin-panel.php:271
871
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:142
872
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
873
  msgid "Save Changes"
874
  msgstr ""
875
 
876
- #: ../plugin-fw/lib/yit-plugin-panel.php:274
877
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
878
  msgid ""
879
  "If you continue with this action, you will reset all options in this page."
880
  msgstr ""
881
 
882
- #: ../plugin-fw/lib/yit-plugin-panel.php:276
 
883
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
884
- #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
885
- msgid "Reset Defaults"
886
- msgstr ""
887
 
888
- #: ../plugin-fw/lib/yit-plugin-panel.php:276
889
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
890
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
891
  msgid "Are you sure?"
892
  msgstr ""
893
 
894
- #: ../plugin-fw/lib/yit-plugin-panel.php:410
895
  msgid ""
896
  "The element you have entered already exists. Please, enter another name."
897
  msgstr ""
898
 
899
  # @ yit
900
- #: ../plugin-fw/lib/yit-plugin-panel.php:411
901
  #, fuzzy
902
  msgid "Settings saved"
903
  msgstr "Impostazioni"
904
 
905
  # @ yit
906
- #: ../plugin-fw/lib/yit-plugin-panel.php:412
907
  #, fuzzy
908
  msgid "Settings reset"
909
  msgstr "Impostazioni"
910
 
911
- #: ../plugin-fw/lib/yit-plugin-panel.php:413
912
  msgid "Element deleted correctly."
913
  msgstr ""
914
 
915
- #: ../plugin-fw/lib/yit-plugin-panel.php:414
916
- #: ../plugin-fw/lib/yit-plugin-panel.php:415
917
  msgid "Element updated correctly."
918
  msgstr ""
919
 
920
- #: ../plugin-fw/lib/yit-plugin-panel.php:416
921
  msgid "Database imported correctly."
922
  msgstr ""
923
 
924
- #: ../plugin-fw/lib/yit-plugin-panel.php:417
925
  msgid "An error has occurred during import. Please try again."
926
  msgstr ""
927
 
928
- #: ../plugin-fw/lib/yit-plugin-panel.php:418
929
  msgid "The added file is not valid."
930
  msgstr ""
931
 
932
- #: ../plugin-fw/lib/yit-plugin-panel.php:419
933
  msgid "Sorry, import is disabled."
934
  msgstr ""
935
 
936
- #: ../plugin-fw/lib/yit-plugin-panel.php:420
937
  msgid "Sorting successful."
938
  msgstr ""
939
 
@@ -1057,48 +1053,48 @@ msgstr ""
1057
  msgid "Update Plugin"
1058
  msgstr ""
1059
 
1060
- #: ../plugin-fw/licence/lib/yit-licence.php:148
1061
  #, php-format
1062
  msgid "%field% field cannot be empty"
1063
  msgstr ""
1064
 
1065
- #: ../plugin-fw/licence/lib/yit-licence.php:149
1066
  msgid "%field_1% and %field_2% fields cannot be empty"
1067
  msgstr ""
1068
 
1069
- #: ../plugin-fw/licence/lib/yit-licence.php:150
1070
  msgid "Unable to contact the remote server, please try again later. Thanks!"
1071
  msgstr ""
1072
 
1073
- #: ../plugin-fw/licence/lib/yit-licence.php:529
1074
  msgid "Invalid Request"
1075
  msgstr ""
1076
 
1077
- #: ../plugin-fw/licence/lib/yit-licence.php:530
1078
  msgid "Invalid licence key"
1079
  msgstr ""
1080
 
1081
- #: ../plugin-fw/licence/lib/yit-licence.php:531
1082
  msgid "Software has been deactivated"
1083
  msgstr ""
1084
 
1085
- #: ../plugin-fw/licence/lib/yit-licence.php:532
1086
  msgid "Maximum number of activations exceeded"
1087
  msgstr ""
1088
 
1089
- #: ../plugin-fw/licence/lib/yit-licence.php:533
1090
  msgid "Invalid instance ID"
1091
  msgstr ""
1092
 
1093
- #: ../plugin-fw/licence/lib/yit-licence.php:534
1094
  msgid "Invalid security key"
1095
  msgstr ""
1096
 
1097
- #: ../plugin-fw/licence/lib/yit-licence.php:535
1098
  msgid "Licence key has expired"
1099
  msgstr ""
1100
 
1101
- #: ../plugin-fw/licence/lib/yit-licence.php:536
1102
  msgid "Licence key has been banned"
1103
  msgstr ""
1104
 
@@ -1147,7 +1143,7 @@ msgstr ""
1147
  #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:77
1148
  #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:109
1149
  #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:133
1150
- #: ../templates/wishlist-view.php:56
1151
  msgid "Product Name"
1152
  msgstr "Nome del Prodotto"
1153
 
@@ -1580,6 +1576,10 @@ msgstr ""
1580
  msgid "Italic bold"
1581
  msgstr ""
1582
 
 
 
 
 
1583
  # @ yit
1584
  #: ../templates/share.php:28
1585
  #, fuzzy
@@ -1605,35 +1605,35 @@ msgid "Cancel"
1605
  msgstr ""
1606
 
1607
  # @ yit
1608
- #: ../templates/wishlist-view.php:62
1609
  msgid "Unit Price"
1610
  msgstr "Prezzo Unitario"
1611
 
1612
  # @ yit
1613
- #: ../templates/wishlist-view.php:70
1614
  msgid "Stock Status"
1615
  msgstr "Disponibilitá"
1616
 
1617
  # @ yit
1618
- #: ../templates/wishlist-view.php:101
1619
  msgid "Remove this product"
1620
  msgstr "Rimuovi questo prodotto"
1621
 
1622
- #: ../templates/wishlist-view.php:130
1623
  msgid "Free!"
1624
  msgstr ""
1625
 
1626
  # @ yit
1627
- #: ../templates/wishlist-view.php:141
1628
  msgid "Out of Stock"
1629
  msgstr "Non disponibile"
1630
 
1631
  # @ yit
1632
- #: ../templates/wishlist-view.php:144
1633
  msgid "In Stock"
1634
  msgstr "Disponibile"
1635
 
1636
- #: ../templates/wishlist-view.php:196
1637
  msgid "Ask an estimate of costs"
1638
  msgstr ""
1639
 
@@ -1657,6 +1657,10 @@ msgstr "Seleziona Font"
1657
  msgid "Click to preview"
1658
  msgstr "Anteprima"
1659
 
 
 
 
 
1660
  # @ yit
1661
  #, fuzzy
1662
  #~ msgid "Button rounded corners"
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist v1.0.0\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-03-18 10:24+0100\n"
6
+ "PO-Revision-Date: 2015-03-18 10:24+0100\n"
7
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
8
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
9
  "MIME-Version: 1.0\n"
32
 
33
  # @ yit
34
  #: ../includes/class.yith-wcwl-admin-init.php:188
35
+ #: ../includes/class.yith-wcwl-admin-init.php:1359
36
+ #: ../includes/class.yith-wcwl-admin-init.php:1360
37
  #: ../includes/class.yith-wcwl-install.php:240
38
  msgid "Wishlist"
39
  msgstr "Lista dei desideri"
40
 
41
  # @ yit
42
  #: ../includes/class.yith-wcwl-admin-init.php:190
43
+ #: ../includes/class.yith-wcwl-admin-init.php:290
44
  #: ../plugin-fw/lib/yit-cpt-unlimited.php:1048
45
  #: ../plugin-fw/lib/yit-cpt-unlimited.php:1196
46
  #: ../plugin-fw/lib/yit-cpt-unlimited.php:1202
50
 
51
  # @ yit
52
  #: ../includes/class.yith-wcwl-admin-init.php:191
53
+ #: ../includes/class.yith-wcwl-admin-init.php:257
54
  msgid "Colors"
55
  msgstr "Colori"
56
 
57
  #: ../includes/class.yith-wcwl-admin-init.php:192
58
+ #: ../includes/class.yith-wcwl-admin-init.php:294
59
  msgid "Premium Version"
60
  msgstr ""
61
 
62
+ #: ../includes/class.yith-wcwl-admin-init.php:318
63
  msgid ""
64
  "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
65
  "link to update it."
66
  msgstr ""
67
 
68
+ #: ../includes/class.yith-wcwl-admin-init.php:321
69
  msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
70
  msgstr ""
71
 
72
+ #: ../includes/class.yith-wcwl-admin-init.php:326
73
  msgid "Plugin Documentation"
74
  msgstr ""
75
 
76
  # @ yit
77
+ #: ../includes/class.yith-wcwl-admin-init.php:342
78
  msgid "Wishlist Page"
79
  msgstr "Lista dei desideri"
80
 
81
  # @ yit
82
+ #: ../includes/class.yith-wcwl-admin-init.php:343
83
  msgid "Page contents: [yith_wcwl_wishlist]"
84
  msgstr "Contenuto della pagina: [yith_wcwl_wishlist]"
85
 
86
+ #: ../includes/class.yith-wcwl-admin-init.php:918
87
  msgid "Upgrade to the PREMIUM VERSION"
88
  msgstr ""
89
 
90
+ #: ../includes/class.yith-wcwl-admin-init.php:921
91
  msgid "YITH WooCommerce Wishlist"
92
  msgstr ""
93
 
94
+ #: ../includes/class.yith-wcwl-admin-init.php:922
95
  msgid "Discover the Advanced Features"
96
  msgstr ""
97
 
98
+ #: ../includes/class.yith-wcwl-admin-init.php:923
99
  msgid ""
100
  "Upgrade to the PREMIUM VERSION\n"
101
  "of YITH WOOCOMMERCE WISHLIST to benefit from all features!"
102
  msgstr ""
103
 
104
+ #: ../includes/class.yith-wcwl-admin-init.php:930
105
  msgid "Get Support and Pro Features"
106
  msgstr ""
107
 
108
+ #: ../includes/class.yith-wcwl-admin-init.php:931
109
  msgid ""
110
  "By purchasing the premium version of the plugin, you will take advantage of "
111
  "the advanced features of the product and you will get one year of free "
113
  msgstr ""
114
 
115
  # @ yit
116
+ #: ../includes/class.yith-wcwl-admin-init.php:941
117
  msgid "General Settings"
118
  msgstr "Impostazioni"
119
 
120
  # @ yit
121
+ #: ../includes/class.yith-wcwl-admin-init.php:948
122
  msgid "Enable YITH Wishlist"
123
  msgstr "Abilita YITH WooCommerce Wishlist"
124
 
125
  # @ yit
126
+ #: ../includes/class.yith-wcwl-admin-init.php:949
127
  #, fuzzy, php-format
128
  msgid ""
129
  "Enable all plugin features. <strong>Be sure to select a voice in the "
136
  "a> del plugin."
137
 
138
  # @ yit
139
+ #: ../includes/class.yith-wcwl-admin-init.php:956
140
  #, fuzzy
141
  msgid "Default wishlist title"
142
  msgstr "Titolo della lista dei desideri"
143
 
144
  # @ yit
 
145
  #: ../includes/class.yith-wcwl-admin-init.php:958
146
+ #: ../includes/class.yith-wcwl-admin-init.php:959
147
  #: ../includes/class.yith-wcwl-admin-init.php:1200
148
+ #: ../includes/class.yith-wcwl-admin-init.php:1201
149
  #, php-format
150
  msgid "My wishlist on %s"
151
  msgstr "La mia lista dei desideri su %s"
152
 
153
  # @ yit
154
+ #: ../includes/class.yith-wcwl-admin-init.php:967
155
  msgid "Position"
156
  msgstr "Posizione"
157
 
158
  # @ yit
159
+ #: ../includes/class.yith-wcwl-admin-init.php:968
160
  #, fuzzy
161
  msgid ""
162
  "You can add it in variable products only After \"Add to Cart \" or using the "
166
  "\" o utilizzare lo shortcode [yith_wcwl_add_to_wishlist]."
167
 
168
  # @ yit
169
+ #: ../includes/class.yith-wcwl-admin-init.php:974
170
  msgid "After \"Add to cart\""
171
  msgstr "Dopo \"Aggiungi al Carrello\""
172
 
173
  # @ yit
174
+ #: ../includes/class.yith-wcwl-admin-init.php:975
175
  msgid "After thumbnails"
176
  msgstr "Dopo le thumbnail"
177
 
178
  # @ yit
179
+ #: ../includes/class.yith-wcwl-admin-init.php:976
180
  msgid "After summary"
181
  msgstr "Dopo la descrizione"
182
 
183
  # @ yit
184
+ #: ../includes/class.yith-wcwl-admin-init.php:977
185
  msgid "Use shortcode"
186
  msgstr "Utilizza lo shortcode"
187
 
188
  # @ yit
189
+ #: ../includes/class.yith-wcwl-admin-init.php:982
190
  msgid "Redirect to cart"
191
  msgstr "Reindirizza al carrello"
192
 
193
  # @ yit
194
+ #: ../includes/class.yith-wcwl-admin-init.php:983
195
  msgid ""
196
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
197
  "page."
200
  "bottone \"Aggiungi al carrello\" "
201
 
202
  # @ yit
203
+ #: ../includes/class.yith-wcwl-admin-init.php:990
204
  msgid "Remove if added to the cart"
205
  msgstr "Rimuovi se aggiunto al carrello"
206
 
207
  # @ yit
208
+ #: ../includes/class.yith-wcwl-admin-init.php:991
209
  #, fuzzy
210
  msgid "Remove the product from the wishlist if it has been added to the cart."
211
  msgstr ""
213
  "desideri."
214
 
215
  # @ yit
216
+ #: ../includes/class.yith-wcwl-admin-init.php:998
217
  msgid "\"Add to Wishlist\" text"
218
  msgstr "Testo del pulsante\"Aggiungi alla lista dei desideri\""
219
 
220
  # @ yit
 
221
  #: ../includes/class.yith-wcwl-admin-init.php:1000
222
+ #: ../includes/class.yith-wcwl-admin-init.php:1001
223
  msgid "Add to Wishlist"
224
  msgstr "Aggiungi alla lista dei desideri"
225
 
226
  # @ yit
227
+ #: ../includes/class.yith-wcwl-admin-init.php:1006
228
  #, fuzzy
229
  msgid "\"Browse wishlist\" text"
230
  msgstr "Esplora la lista dei desideri"
231
 
232
  # @ yit
 
233
  #: ../includes/class.yith-wcwl-admin-init.php:1008
234
+ #: ../includes/class.yith-wcwl-admin-init.php:1009
235
  #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl-ui.php:82
236
  msgid "Browse Wishlist"
237
  msgstr "Esplora la lista dei desideri"
238
 
239
  # @ yit
240
+ #: ../includes/class.yith-wcwl-admin-init.php:1014
241
  #, fuzzy
242
  msgid "\"Product already in wishlist\" text"
243
  msgstr "Il prodotto é giá nella lista dei desideri."
244
 
245
  # @ yit
 
246
  #: ../includes/class.yith-wcwl-admin-init.php:1016
247
+ #: ../includes/class.yith-wcwl-admin-init.php:1017
248
  #: ../includes/class.yith-wcwl-ui.php:82
249
  msgid "The product is already in the wishlist!"
250
  msgstr "Il prodotto é giá nella lista dei desideri!"
251
 
252
  # @ yit
253
+ #: ../includes/class.yith-wcwl-admin-init.php:1022
254
  #, fuzzy
255
  msgid "\"Product added\" text"
256
  msgstr "Prodotto aggiunto!"
257
 
258
  # @ yit
 
259
  #: ../includes/class.yith-wcwl-admin-init.php:1024
260
+ #: ../includes/class.yith-wcwl-admin-init.php:1025
261
+ #: ../includes/class.yith-wcwl-ui.php:81
262
  msgid "Product added!"
263
  msgstr "Prodotto aggiunto!"
264
 
265
  # @ yit
266
+ #: ../includes/class.yith-wcwl-admin-init.php:1030
267
  msgid "\"Add to Cart\" text"
268
  msgstr "Testo del pulsante\"Aggiungi al carrello\""
269
 
270
  # @ yit
 
271
  #: ../includes/class.yith-wcwl-admin-init.php:1032
272
+ #: ../includes/class.yith-wcwl-admin-init.php:1033
273
  msgid "Add to Cart"
274
  msgstr "Aggiungi al Carrello"
275
 
276
  # @ yit
277
+ #: ../includes/class.yith-wcwl-admin-init.php:1038
278
  #, fuzzy
279
  msgid "Show Unit price"
280
  msgstr "Prezzo Unitario"
281
 
282
+ #: ../includes/class.yith-wcwl-admin-init.php:1039
283
  msgid "Show unit price for each product in wishlist"
284
  msgstr ""
285
 
286
  # @ yit
287
+ #: ../includes/class.yith-wcwl-admin-init.php:1047
288
  msgid "Show \"Add to Cart\" button"
289
  msgstr "Mostra il pulsante \"Aggiungi al carrello\""
290
 
291
  # @ yit
292
+ #: ../includes/class.yith-wcwl-admin-init.php:1048
293
  #, fuzzy
294
  msgid "Show \"Add to cart\" button for each product in wishlist"
295
  msgstr "Sfondo del pulsante\"Aggiungi al carrello\""
296
 
297
  # @ yit
298
+ #: ../includes/class.yith-wcwl-admin-init.php:1056
299
  #, fuzzy
300
  msgid "Show Stock status"
301
  msgstr "Disponibilitá"
302
 
303
+ #: ../includes/class.yith-wcwl-admin-init.php:1057
304
  msgid ""
305
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
306
  msgstr ""
307
 
308
  # @ yit
309
+ #: ../includes/class.yith-wcwl-admin-init.php:1080
310
  msgid "Styles"
311
  msgstr "Stili"
312
 
313
  # @ yit
314
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
315
  msgid "Use buttons"
316
  msgstr "Usa pulsanti"
317
 
318
  # @ yit
319
+ #: ../includes/class.yith-wcwl-admin-init.php:1088
320
  #, fuzzy
321
  msgid "Use buttons instead of simple anchors."
322
  msgstr "Utilizza dei pulsanti al posto delle ancore"
323
 
324
  # @ yit
325
+ #: ../includes/class.yith-wcwl-admin-init.php:1095
326
  msgid "Custom CSS"
327
  msgstr "CSS personalizzato"
328
 
329
  # @ yit
330
+ #: ../includes/class.yith-wcwl-admin-init.php:1103
331
  msgid "Use theme style"
332
  msgstr "Usa stile del tema"
333
 
334
  # @ yit
335
+ #: ../includes/class.yith-wcwl-admin-init.php:1104
336
  msgid "Use the theme style."
337
  msgstr "Usa lo stile del tema."
338
 
339
  # @ yit
340
+ #: ../includes/class.yith-wcwl-admin-init.php:1111
341
  #, fuzzy
342
  msgid "Rounded buttons"
343
  msgstr "Usa pulsanti"
344
 
345
  # @ yit
346
+ #: ../includes/class.yith-wcwl-admin-init.php:1112
347
  #, fuzzy
348
  msgid "Make button corners rounded"
349
  msgstr "Arrotonda i bordi dei pulsanti"
350
 
351
  # @ yit
352
+ #: ../includes/class.yith-wcwl-admin-init.php:1119
353
  msgid "\"Add to Wishlist\" icon"
354
  msgstr "Icona \"Aggiungi alla lista dei desideri\""
355
 
356
  # @ yit
357
+ #: ../includes/class.yith-wcwl-admin-init.php:1120
358
  msgid "Add an icon to the \"Add to Wishlist\" button"
359
  msgstr "Aggiungi un'icona al pulsante \"Aggiungi alla lista dei desideri\""
360
 
361
  # @ yit
362
+ #: ../includes/class.yith-wcwl-admin-init.php:1131
363
  msgid "\"Add to Cart\" icon"
364
  msgstr "Icona \"Aggiungi al carrello\""
365
 
366
  # @ yit
367
+ #: ../includes/class.yith-wcwl-admin-init.php:1132
368
  msgid "Add an icon to the \"Add to Cart\" button"
369
  msgstr "Aggiunge un'icona al pulsante \"Aggiungi al carrello\""
370
 
371
  # @ yit
372
+ #: ../includes/class.yith-wcwl-admin-init.php:1151
373
  msgid "Socials &amp; Share"
374
  msgstr "Social & Condivisione"
375
 
376
  # @ yit
377
+ #: ../includes/class.yith-wcwl-admin-init.php:1158
378
  msgid "Share on Facebook"
379
  msgstr "Condivi su Facebook"
380
 
381
  # @ yit
382
+ #: ../includes/class.yith-wcwl-admin-init.php:1159
383
+ #: ../includes/class.yith-wcwl-admin-init.php:1183
384
  #, fuzzy
385
  msgid "Show \"Share on Facebook\" button"
386
  msgstr "Condivi su Facebook"
387
 
388
  # @ yit
389
+ #: ../includes/class.yith-wcwl-admin-init.php:1166
390
  msgid "Tweet on Twitter"
391
  msgstr "Condividi su Twitter"
392
 
393
  # @ yit
394
+ #: ../includes/class.yith-wcwl-admin-init.php:1167
395
  #, fuzzy
396
  msgid "Show \"Tweet on Twitter\" button"
397
  msgstr "Condividi su Twitter"
398
 
399
  # @ yit
400
+ #: ../includes/class.yith-wcwl-admin-init.php:1174
401
  msgid "Pin on Pinterest"
402
  msgstr "Pin su Pinterest"
403
 
404
  # @ yit
405
+ #: ../includes/class.yith-wcwl-admin-init.php:1175
406
  #, fuzzy
407
  msgid "Show \"Pin on Pinterest\" button"
408
  msgstr "Pin su Pinterest"
409
 
410
  # @ yit
411
+ #: ../includes/class.yith-wcwl-admin-init.php:1182
412
  msgid "Share on Google+"
413
  msgstr "Condividi su Google+"
414
 
415
+ #: ../includes/class.yith-wcwl-admin-init.php:1190
416
  msgid "Share by Email"
417
  msgstr ""
418
 
419
  # @ yit
420
+ #: ../includes/class.yith-wcwl-admin-init.php:1191
421
  #, fuzzy
422
  msgid "Show \"Share by Email\" button"
423
  msgstr "Mostra il pulsante \"Aggiungi al carrello\""
424
 
425
  # @ yit
426
+ #: ../includes/class.yith-wcwl-admin-init.php:1198
427
  #, fuzzy
428
  msgid "Social title"
429
  msgstr "Titolo dei social"
430
 
431
  # @ yit
432
+ #: ../includes/class.yith-wcwl-admin-init.php:1206
433
  #, fuzzy
434
  msgid "Social text"
435
  msgstr "Testo dei social"
436
 
437
  # @ yit
438
+ #: ../includes/class.yith-wcwl-admin-init.php:1207
439
  #, fuzzy
440
  msgid ""
441
  "It will be used by Facebook, Twitter and Pinterest. Use <strong>%wishlist_url"
445
  "%wishlist_url%</strong> dove vuoi che appaia l'URL della lista dei desideri."
446
 
447
  # @ yit
448
+ #: ../includes/class.yith-wcwl-admin-init.php:1215
449
  #, fuzzy
450
  msgid "Social image URL"
451
  msgstr "URL immagine social"
452
 
453
  # @ yit
454
+ #: ../includes/class.yith-wcwl-admin-init.php:1251
455
  #, fuzzy
456
  msgid "\"Add to wishlist\" button"
457
  msgstr "Testo del pulsante \"Aggiungi alla lista dei desideri\""
458
 
 
 
 
 
 
 
 
 
459
  #: ../includes/class.yith-wcwl-admin-init.php:1254
460
  #: ../includes/class.yith-wcwl-admin-init.php:1272
461
  #: ../includes/class.yith-wcwl-admin-init.php:1290
462
  #: ../includes/class.yith-wcwl-admin-init.php:1308
463
  #: ../includes/class.yith-wcwl-admin-init.php:1326
464
+ msgid "Background"
465
  msgstr ""
466
 
467
  #: ../includes/class.yith-wcwl-admin-init.php:1255
469
  #: ../includes/class.yith-wcwl-admin-init.php:1291
470
  #: ../includes/class.yith-wcwl-admin-init.php:1309
471
  #: ../includes/class.yith-wcwl-admin-init.php:1327
472
+ msgid "Text"
473
  msgstr ""
474
 
475
+ #: ../includes/class.yith-wcwl-admin-init.php:1256
476
+ #: ../includes/class.yith-wcwl-admin-init.php:1274
477
+ #: ../includes/class.yith-wcwl-admin-init.php:1292
478
+ #: ../includes/class.yith-wcwl-admin-init.php:1310
479
+ #: ../includes/class.yith-wcwl-admin-init.php:1328
480
+ msgid "Border"
481
  msgstr ""
482
 
483
  #: ../includes/class.yith-wcwl-admin-init.php:1263
484
  #: ../includes/class.yith-wcwl-admin-init.php:1281
485
  #: ../includes/class.yith-wcwl-admin-init.php:1299
486
  #: ../includes/class.yith-wcwl-admin-init.php:1317
487
+ msgid "Background (hover)"
488
  msgstr ""
489
 
490
  #: ../includes/class.yith-wcwl-admin-init.php:1264
491
  #: ../includes/class.yith-wcwl-admin-init.php:1282
492
  #: ../includes/class.yith-wcwl-admin-init.php:1300
493
  #: ../includes/class.yith-wcwl-admin-init.php:1318
494
+ msgid "Text (hover)"
495
+ msgstr ""
496
+
497
+ #: ../includes/class.yith-wcwl-admin-init.php:1265
498
+ #: ../includes/class.yith-wcwl-admin-init.php:1283
499
+ #: ../includes/class.yith-wcwl-admin-init.php:1301
500
+ #: ../includes/class.yith-wcwl-admin-init.php:1319
501
  msgid "Border (hover)"
502
  msgstr ""
503
 
504
  # @ yit
505
+ #: ../includes/class.yith-wcwl-admin-init.php:1269
506
  #, fuzzy
507
  msgid "\"Add to Cart\" button"
508
  msgstr "Testo del pulsante\"Aggiungi al carrello\""
509
 
510
+ #: ../includes/class.yith-wcwl-admin-init.php:1287
511
  msgid "\"Style 1\" button"
512
  msgstr ""
513
 
514
+ #: ../includes/class.yith-wcwl-admin-init.php:1305
515
  msgid "\"Style 2\" button"
516
  msgstr ""
517
 
518
  # @ yit
519
+ #: ../includes/class.yith-wcwl-admin-init.php:1323
520
  #, fuzzy
521
  msgid "Wishlist table"
522
  msgstr "Titolo della lista dei desideri"
523
 
524
+ #: ../includes/class.yith-wcwl-admin-init.php:1332
525
  msgid "Headers"
526
  msgstr ""
527
 
528
+ #: ../includes/class.yith-wcwl-admin-init.php:1335
529
  msgid "Background color"
530
  msgstr ""
531
 
532
  # @ yit
533
+ #: ../includes/class.yith-wcwl-admin-init.php:1425
534
  #, fuzzy
535
  msgid "Wishlist Activated"
536
  msgstr "Titolo della lista dei desideri"
537
 
538
+ #: ../includes/class.yith-wcwl-admin-init.php:1426
539
  #, php-format
540
  msgid ""
541
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
545
  msgstr ""
546
 
547
  # @ yit
548
+ #: ../includes/class.yith-wcwl-admin-init.php:1437
549
  #, fuzzy
550
  msgid "Wishlist Updated"
551
  msgstr "Lista dei desideri"
552
 
553
+ #: ../includes/class.yith-wcwl-admin-init.php:1438
554
  #, php-format
555
  msgid ""
556
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
573
  msgstr ""
574
 
575
  # @ yit
576
+ #: ../includes/class.yith-wcwl-shortcode.php:230
577
  #: ../includes/class.yith-wcwl-ui.php:161
578
  msgid "Share on:"
579
  msgstr "Condividi su:"
599
  msgstr ""
600
 
601
  # @ yit
602
+ #: ../includes/class.yith-wcwl.php:187
603
  #, fuzzy
604
  msgid "Error occurred while adding products to the wishlist."
605
  msgstr "Errore durante l'aggiunta del prodotto alla lista dei desideri."
606
 
607
  # @ yit
608
+ #: ../includes/class.yith-wcwl.php:271
609
  msgid "Error occurred while adding product to wishlist."
610
  msgstr "Errore durante l'aggiunta del prodotto alla lista dei desideri."
611
 
612
+ #: ../includes/class.yith-wcwl.php:286
613
  msgid "Remove now does not require any param"
614
  msgstr ""
615
 
616
  # @ yit
617
+ #: ../includes/class.yith-wcwl.php:320
618
  #, fuzzy
619
  msgid "Error occurred while removing products from the wishlist"
620
  msgstr "Errore durante la rimozione del prodotto dalla lista dei desideri"
621
 
622
+ #: ../includes/class.yith-wcwl.php:598
623
  msgid "You need to log in before creating a new wishlist"
624
  msgstr ""
625
 
626
  # @ yit
627
+ #: ../includes/class.yith-wcwl.php:1301
 
 
 
 
 
628
  msgid "Product successfully removed."
629
  msgstr "Prodotto rimosso con successo."
630
 
631
  # @ yit
632
+ #: ../includes/class.yith-wcwl.php:1305
633
  msgid "Error. Unable to remove the product from the wishlist."
634
  msgstr "Errore. Impossibile rimuovere il prodotto dalla lista dei desideri."
635
 
636
  # @ yit
637
+ #: ../includes/class.yith-wcwl.php:1309 ../templates/wishlist-view.php:181
638
  msgid "No products were added to the wishlist"
639
  msgstr "Nessun prodotto nella lista dei desideri"
640
 
847
  msgid "Add with multiupload"
848
  msgstr ""
849
 
850
+ #: ../plugin-fw/lib/yit-plugin-panel-wc.php:315
851
  msgid "The changes you have made will be lost if you leave this page."
852
  msgstr ""
853
 
857
  msgid "Plugin Settings"
858
  msgstr "Impostazioni"
859
 
860
+ #: ../plugin-fw/lib/yit-plugin-panel.php:94
861
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:101
862
  msgid "YIT Plugins"
863
  msgstr ""
864
 
865
+ #: ../plugin-fw/lib/yit-plugin-panel.php:273
866
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:142
867
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
868
  msgid "Save Changes"
869
  msgstr ""
870
 
871
+ #: ../plugin-fw/lib/yit-plugin-panel.php:276
872
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
873
  msgid ""
874
  "If you continue with this action, you will reset all options in this page."
875
  msgstr ""
876
 
877
+ # @ yit
878
+ #: ../plugin-fw/lib/yit-plugin-panel.php:278
879
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
880
+ #, fuzzy
881
+ msgid "Reset to Default"
882
+ msgstr "Reindirizza al carrello"
883
 
884
+ #: ../plugin-fw/lib/yit-plugin-panel.php:278
885
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
886
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
887
  msgid "Are you sure?"
888
  msgstr ""
889
 
890
+ #: ../plugin-fw/lib/yit-plugin-panel.php:412
891
  msgid ""
892
  "The element you have entered already exists. Please, enter another name."
893
  msgstr ""
894
 
895
  # @ yit
896
+ #: ../plugin-fw/lib/yit-plugin-panel.php:413
897
  #, fuzzy
898
  msgid "Settings saved"
899
  msgstr "Impostazioni"
900
 
901
  # @ yit
902
+ #: ../plugin-fw/lib/yit-plugin-panel.php:414
903
  #, fuzzy
904
  msgid "Settings reset"
905
  msgstr "Impostazioni"
906
 
907
+ #: ../plugin-fw/lib/yit-plugin-panel.php:415
908
  msgid "Element deleted correctly."
909
  msgstr ""
910
 
911
+ #: ../plugin-fw/lib/yit-plugin-panel.php:416
912
+ #: ../plugin-fw/lib/yit-plugin-panel.php:417
913
  msgid "Element updated correctly."
914
  msgstr ""
915
 
916
+ #: ../plugin-fw/lib/yit-plugin-panel.php:418
917
  msgid "Database imported correctly."
918
  msgstr ""
919
 
920
+ #: ../plugin-fw/lib/yit-plugin-panel.php:419
921
  msgid "An error has occurred during import. Please try again."
922
  msgstr ""
923
 
924
+ #: ../plugin-fw/lib/yit-plugin-panel.php:420
925
  msgid "The added file is not valid."
926
  msgstr ""
927
 
928
+ #: ../plugin-fw/lib/yit-plugin-panel.php:421
929
  msgid "Sorry, import is disabled."
930
  msgstr ""
931
 
932
+ #: ../plugin-fw/lib/yit-plugin-panel.php:422
933
  msgid "Sorting successful."
934
  msgstr ""
935
 
1053
  msgid "Update Plugin"
1054
  msgstr ""
1055
 
1056
+ #: ../plugin-fw/licence/lib/yit-licence.php:156
1057
  #, php-format
1058
  msgid "%field% field cannot be empty"
1059
  msgstr ""
1060
 
1061
+ #: ../plugin-fw/licence/lib/yit-licence.php:157
1062
  msgid "%field_1% and %field_2% fields cannot be empty"
1063
  msgstr ""
1064
 
1065
+ #: ../plugin-fw/licence/lib/yit-licence.php:158
1066
  msgid "Unable to contact the remote server, please try again later. Thanks!"
1067
  msgstr ""
1068
 
1069
+ #: ../plugin-fw/licence/lib/yit-licence.php:537
1070
  msgid "Invalid Request"
1071
  msgstr ""
1072
 
1073
+ #: ../plugin-fw/licence/lib/yit-licence.php:538
1074
  msgid "Invalid licence key"
1075
  msgstr ""
1076
 
1077
+ #: ../plugin-fw/licence/lib/yit-licence.php:539
1078
  msgid "Software has been deactivated"
1079
  msgstr ""
1080
 
1081
+ #: ../plugin-fw/licence/lib/yit-licence.php:540
1082
  msgid "Maximum number of activations exceeded"
1083
  msgstr ""
1084
 
1085
+ #: ../plugin-fw/licence/lib/yit-licence.php:541
1086
  msgid "Invalid instance ID"
1087
  msgstr ""
1088
 
1089
+ #: ../plugin-fw/licence/lib/yit-licence.php:542
1090
  msgid "Invalid security key"
1091
  msgstr ""
1092
 
1093
+ #: ../plugin-fw/licence/lib/yit-licence.php:543
1094
  msgid "Licence key has expired"
1095
  msgstr ""
1096
 
1097
+ #: ../plugin-fw/licence/lib/yit-licence.php:544
1098
  msgid "Licence key has been banned"
1099
  msgstr ""
1100
 
1143
  #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:77
1144
  #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:109
1145
  #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:133
1146
+ #: ../templates/wishlist-view.php:62
1147
  msgid "Product Name"
1148
  msgstr "Nome del Prodotto"
1149
 
1576
  msgid "Italic bold"
1577
  msgstr ""
1578
 
1579
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
1580
+ msgid "Reset Defaults"
1581
+ msgstr ""
1582
+
1583
  # @ yit
1584
  #: ../templates/share.php:28
1585
  #, fuzzy
1605
  msgstr ""
1606
 
1607
  # @ yit
1608
+ #: ../templates/wishlist-view.php:68
1609
  msgid "Unit Price"
1610
  msgstr "Prezzo Unitario"
1611
 
1612
  # @ yit
1613
+ #: ../templates/wishlist-view.php:76
1614
  msgid "Stock Status"
1615
  msgstr "Disponibilitá"
1616
 
1617
  # @ yit
1618
+ #: ../templates/wishlist-view.php:112
1619
  msgid "Remove this product"
1620
  msgstr "Rimuovi questo prodotto"
1621
 
1622
+ #: ../templates/wishlist-view.php:141
1623
  msgid "Free!"
1624
  msgstr ""
1625
 
1626
  # @ yit
1627
+ #: ../templates/wishlist-view.php:152
1628
  msgid "Out of Stock"
1629
  msgstr "Non disponibile"
1630
 
1631
  # @ yit
1632
+ #: ../templates/wishlist-view.php:155
1633
  msgid "In Stock"
1634
  msgstr "Disponibile"
1635
 
1636
+ #: ../templates/wishlist-view.php:213 ../templates/wishlist-view.php:246
1637
  msgid "Ask an estimate of costs"
1638
  msgstr ""
1639
 
1657
  msgid "Click to preview"
1658
  msgstr "Anteprima"
1659
 
1660
+ # @ yit
1661
+ #~ msgid "Product already in the wishlist."
1662
+ #~ msgstr "Il prodotto é giá nella lista dei desideri."
1663
+
1664
  # @ yit
1665
  #, fuzzy
1666
  #~ msgid "Button rounded corners"
languages/yit-pt_BR.mo CHANGED
Binary file
languages/yit-pt_BR.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
- "POT-Creation-Date: 2015-03-04 16:40+0100\n"
5
- "PO-Revision-Date: 2015-03-04 16:40+0100\n"
6
  "Last-Translator: YIThemes <support@yithemes.com>\n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: English\n"
@@ -27,14 +27,14 @@ msgid ""
27
  msgstr ""
28
 
29
  #: ../includes/class.yith-wcwl-admin-init.php:188
30
- #: ../includes/class.yith-wcwl-admin-init.php:1399
31
- #: ../includes/class.yith-wcwl-admin-init.php:1400
32
  #: ../includes/class.yith-wcwl-install.php:240
33
  msgid "Wishlist"
34
  msgstr "Lista de Desejos"
35
 
36
  #: ../includes/class.yith-wcwl-admin-init.php:190
37
- #: ../includes/class.yith-wcwl-admin-init.php:289
38
  #: ../plugin-fw/lib/yit-cpt-unlimited.php:1048
39
  #: ../plugin-fw/lib/yit-cpt-unlimited.php:1196
40
  #: ../plugin-fw/lib/yit-cpt-unlimited.php:1202
@@ -43,75 +43,75 @@ msgid "Settings"
43
  msgstr "Configurações"
44
 
45
  #: ../includes/class.yith-wcwl-admin-init.php:191
46
- #: ../includes/class.yith-wcwl-admin-init.php:256
47
  msgid "Colors"
48
  msgstr "Cores"
49
 
50
  #: ../includes/class.yith-wcwl-admin-init.php:192
51
- #: ../includes/class.yith-wcwl-admin-init.php:293
52
  msgid "Premium Version"
53
  msgstr ""
54
 
55
- #: ../includes/class.yith-wcwl-admin-init.php:317
56
  msgid ""
57
  "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
58
  "link to update it."
59
  msgstr ""
60
 
61
- #: ../includes/class.yith-wcwl-admin-init.php:320
62
  msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
63
  msgstr ""
64
 
65
- #: ../includes/class.yith-wcwl-admin-init.php:325
66
  msgid "Plugin Documentation"
67
  msgstr ""
68
 
69
- #: ../includes/class.yith-wcwl-admin-init.php:341
70
  msgid "Wishlist Page"
71
  msgstr "Meus desejos"
72
 
73
- #: ../includes/class.yith-wcwl-admin-init.php:342
74
  msgid "Page contents: [yith_wcwl_wishlist]"
75
  msgstr "Conteúdo da página: [yith_wcwl_wishlist]"
76
 
77
- #: ../includes/class.yith-wcwl-admin-init.php:917
78
  msgid "Upgrade to the PREMIUM VERSION"
79
  msgstr ""
80
 
81
- #: ../includes/class.yith-wcwl-admin-init.php:920
82
  msgid "YITH WooCommerce Wishlist"
83
  msgstr ""
84
 
85
- #: ../includes/class.yith-wcwl-admin-init.php:921
86
  msgid "Discover the Advanced Features"
87
  msgstr ""
88
 
89
- #: ../includes/class.yith-wcwl-admin-init.php:922
90
  msgid ""
91
  "Upgrade to the PREMIUM VERSION\n"
92
  "of YITH WOOCOMMERCE WISHLIST to benefit from all features!"
93
  msgstr ""
94
 
95
- #: ../includes/class.yith-wcwl-admin-init.php:929
96
  msgid "Get Support and Pro Features"
97
  msgstr ""
98
 
99
- #: ../includes/class.yith-wcwl-admin-init.php:930
100
  msgid ""
101
  "By purchasing the premium version of the plugin, you will take advantage of "
102
  "the advanced features of the product and you will get one year of free "
103
  "updates and support through our platform available 24h/24."
104
  msgstr ""
105
 
106
- #: ../includes/class.yith-wcwl-admin-init.php:940
107
  msgid "General Settings"
108
  msgstr "Opções gerais"
109
 
110
- #: ../includes/class.yith-wcwl-admin-init.php:947
111
  msgid "Enable YITH Wishlist"
112
  msgstr "Ativar Lista de Desejos"
113
 
114
- #: ../includes/class.yith-wcwl-admin-init.php:948
115
  #, fuzzy, php-format
116
  msgid ""
117
  "Enable all plugin features. <strong>Be sure to select a voice in the "
@@ -121,24 +121,24 @@ msgstr ""
121
  "Ativar todas opções. <strong> Saiba que a página de desejos é selecionada na "
122
  "seção Páginas. </strong>. <a href=\"%s\" target=\"_blank\">Documentação</a>."
123
 
124
- #: ../includes/class.yith-wcwl-admin-init.php:955
125
  #, fuzzy
126
  msgid "Default wishlist title"
127
  msgstr "Titulo da lista de desejos"
128
 
129
- #: ../includes/class.yith-wcwl-admin-init.php:957
130
  #: ../includes/class.yith-wcwl-admin-init.php:958
131
- #: ../includes/class.yith-wcwl-admin-init.php:1199
132
  #: ../includes/class.yith-wcwl-admin-init.php:1200
 
133
  #, php-format
134
  msgid "My wishlist on %s"
135
  msgstr "Minha lista de desejos em %s"
136
 
137
- #: ../includes/class.yith-wcwl-admin-init.php:966
138
  msgid "Position"
139
  msgstr "Posição"
140
 
141
- #: ../includes/class.yith-wcwl-admin-init.php:967
142
  #, fuzzy
143
  msgid ""
144
  "You can add it in variable products only After \"Add to Cart \" or using the "
@@ -147,27 +147,27 @@ msgstr ""
147
  "Em produtos variáveis você pode adicionar isto somenteapós \"Adcionar ao "
148
  "Carrinho\" ou usar o shortcode [yith_wcwl_add_to_wishlist]."
149
 
150
- #: ../includes/class.yith-wcwl-admin-init.php:973
151
  msgid "After \"Add to cart\""
152
  msgstr "Após \" Adicionar ao carrinho \""
153
 
154
- #: ../includes/class.yith-wcwl-admin-init.php:974
155
  msgid "After thumbnails"
156
  msgstr "Após miniaturas"
157
 
158
- #: ../includes/class.yith-wcwl-admin-init.php:975
159
  msgid "After summary"
160
  msgstr "Após sumário"
161
 
162
- #: ../includes/class.yith-wcwl-admin-init.php:976
163
  msgid "Use shortcode"
164
  msgstr "Usar shortcode"
165
 
166
- #: ../includes/class.yith-wcwl-admin-init.php:981
167
  msgid "Redirect to cart"
168
  msgstr "Redirecionar para o carrinho"
169
 
170
- #: ../includes/class.yith-wcwl-admin-init.php:982
171
  msgid ""
172
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
173
  "page."
@@ -175,203 +175,203 @@ msgstr ""
175
  "Redirecionar para a página de carrinho se o botão \" Adcionar ao carrinho \" "
176
  "estiver clicado na página de lista de desejos."
177
 
178
- #: ../includes/class.yith-wcwl-admin-init.php:989
179
  msgid "Remove if added to the cart"
180
  msgstr "Remover se adcionado ao carrinho"
181
 
182
- #: ../includes/class.yith-wcwl-admin-init.php:990
183
  #, fuzzy
184
  msgid "Remove the product from the wishlist if it has been added to the cart."
185
  msgstr ""
186
  "Remover o produto da lista, se a mesma tiver sido adicionada ao carrinho."
187
 
188
- #: ../includes/class.yith-wcwl-admin-init.php:997
189
  msgid "\"Add to Wishlist\" text"
190
  msgstr "Texto \" Adcionar a Lista de Desejos\""
191
 
192
- #: ../includes/class.yith-wcwl-admin-init.php:999
193
  #: ../includes/class.yith-wcwl-admin-init.php:1000
 
194
  msgid "Add to Wishlist"
195
  msgstr "Adicionar aos meus desejos"
196
 
197
- #: ../includes/class.yith-wcwl-admin-init.php:1005
198
  #, fuzzy
199
  msgid "\"Browse wishlist\" text"
200
  msgstr "Veja sua lista de desejos!"
201
 
202
- #: ../includes/class.yith-wcwl-admin-init.php:1007
203
  #: ../includes/class.yith-wcwl-admin-init.php:1008
 
204
  #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl-ui.php:82
205
  msgid "Browse Wishlist"
206
  msgstr "Veja sua lista de desejos!"
207
 
208
- #: ../includes/class.yith-wcwl-admin-init.php:1013
209
  #, fuzzy
210
  msgid "\"Product already in wishlist\" text"
211
  msgstr "Produto já na lista de desejos."
212
 
213
- #: ../includes/class.yith-wcwl-admin-init.php:1015
214
  #: ../includes/class.yith-wcwl-admin-init.php:1016
 
215
  #: ../includes/class.yith-wcwl-ui.php:82
216
  msgid "The product is already in the wishlist!"
217
  msgstr "Esse produto já se encontra na sua lista de desejos!"
218
 
219
- #: ../includes/class.yith-wcwl-admin-init.php:1021
220
  #, fuzzy
221
  msgid "\"Product added\" text"
222
  msgstr "Produto adicionado!"
223
 
224
- #: ../includes/class.yith-wcwl-admin-init.php:1023
225
  #: ../includes/class.yith-wcwl-admin-init.php:1024
226
- #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl.php:1237
 
227
  msgid "Product added!"
228
  msgstr "Produto adicionado!"
229
 
230
- #: ../includes/class.yith-wcwl-admin-init.php:1029
231
  msgid "\"Add to Cart\" text"
232
  msgstr "Texto \" Adicionar ao Carrinho\""
233
 
234
- #: ../includes/class.yith-wcwl-admin-init.php:1031
235
  #: ../includes/class.yith-wcwl-admin-init.php:1032
 
236
  msgid "Add to Cart"
237
  msgstr "Adcionar ao Carrinho"
238
 
239
- #: ../includes/class.yith-wcwl-admin-init.php:1037
240
  #, fuzzy
241
  msgid "Show Unit price"
242
  msgstr "Preço unitário"
243
 
244
- #: ../includes/class.yith-wcwl-admin-init.php:1038
245
  msgid "Show unit price for each product in wishlist"
246
  msgstr ""
247
 
248
- #: ../includes/class.yith-wcwl-admin-init.php:1046
249
  #, fuzzy
250
  msgid "Show \"Add to Cart\" button"
251
  msgstr "Texto do botão \"Adicionar ao carrinho \""
252
 
253
- #: ../includes/class.yith-wcwl-admin-init.php:1047
254
  #, fuzzy
255
  msgid "Show \"Add to cart\" button for each product in wishlist"
256
  msgstr "Fundo do do botão \"Adicionar ao carrinho \""
257
 
258
- #: ../includes/class.yith-wcwl-admin-init.php:1055
259
  #, fuzzy
260
  msgid "Show Stock status"
261
  msgstr "Status do estoque"
262
 
263
- #: ../includes/class.yith-wcwl-admin-init.php:1056
264
  msgid ""
265
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
266
  msgstr ""
267
 
268
- #: ../includes/class.yith-wcwl-admin-init.php:1079
269
  msgid "Styles"
270
  msgstr "Estilos"
271
 
272
- #: ../includes/class.yith-wcwl-admin-init.php:1086
273
  msgid "Use buttons"
274
  msgstr "Usar botões"
275
 
276
- #: ../includes/class.yith-wcwl-admin-init.php:1087
277
  #, fuzzy
278
  msgid "Use buttons instead of simple anchors."
279
  msgstr "Usar botões ao invés de simples âncoras."
280
 
281
- #: ../includes/class.yith-wcwl-admin-init.php:1094
282
  msgid "Custom CSS"
283
  msgstr "CSS Customizado"
284
 
285
- #: ../includes/class.yith-wcwl-admin-init.php:1102
286
  msgid "Use theme style"
287
  msgstr "Usar estilo do tema"
288
 
289
- #: ../includes/class.yith-wcwl-admin-init.php:1103
290
  msgid "Use the theme style."
291
  msgstr "Usar o estilo do tema."
292
 
293
- #: ../includes/class.yith-wcwl-admin-init.php:1110
294
  #, fuzzy
295
  msgid "Rounded buttons"
296
  msgstr "Usar botões"
297
 
298
- #: ../includes/class.yith-wcwl-admin-init.php:1111
299
  #, fuzzy
300
  msgid "Make button corners rounded"
301
  msgstr "Faça botões do canto arredondado"
302
 
303
- #: ../includes/class.yith-wcwl-admin-init.php:1118
304
  msgid "\"Add to Wishlist\" icon"
305
  msgstr "Ícone \"Adcionar aos meus desejos\" "
306
 
307
- #: ../includes/class.yith-wcwl-admin-init.php:1119
308
  msgid "Add an icon to the \"Add to Wishlist\" button"
309
  msgstr "Adicionar um ícone ao botão \"Adcionar aos meus desejos\""
310
 
311
- #: ../includes/class.yith-wcwl-admin-init.php:1130
312
  msgid "\"Add to Cart\" icon"
313
  msgstr "Ícone \"Adicionar ao Carrinho\""
314
 
315
- #: ../includes/class.yith-wcwl-admin-init.php:1131
316
  msgid "Add an icon to the \"Add to Cart\" button"
317
  msgstr "Adicionar um ícone ao botão \"Adcionar ao carrinho\""
318
 
319
- #: ../includes/class.yith-wcwl-admin-init.php:1150
320
  msgid "Socials &amp; Share"
321
  msgstr "Social &amp; Compartilhamento"
322
 
323
- #: ../includes/class.yith-wcwl-admin-init.php:1157
324
  msgid "Share on Facebook"
325
  msgstr "Compartilhar no Facebook"
326
 
327
- #: ../includes/class.yith-wcwl-admin-init.php:1158
328
- #: ../includes/class.yith-wcwl-admin-init.php:1182
329
  #, fuzzy
330
  msgid "Show \"Share on Facebook\" button"
331
  msgstr "Compartilhar no Facebook"
332
 
333
- #: ../includes/class.yith-wcwl-admin-init.php:1165
334
  msgid "Tweet on Twitter"
335
  msgstr "Tweetar no Twitter"
336
 
337
- #: ../includes/class.yith-wcwl-admin-init.php:1166
338
  #, fuzzy
339
  msgid "Show \"Tweet on Twitter\" button"
340
  msgstr "Tweetar no Twitter"
341
 
342
- #: ../includes/class.yith-wcwl-admin-init.php:1173
343
  msgid "Pin on Pinterest"
344
  msgstr ""
345
 
346
- #: ../includes/class.yith-wcwl-admin-init.php:1174
347
  #, fuzzy
348
  msgid "Show \"Pin on Pinterest\" button"
349
  msgstr "Texto do botão \"Adicionar ao carrinho \""
350
 
351
- #: ../includes/class.yith-wcwl-admin-init.php:1181
352
  msgid "Share on Google+"
353
  msgstr "Comparilhar no Google+"
354
 
355
- #: ../includes/class.yith-wcwl-admin-init.php:1189
356
  msgid "Share by Email"
357
  msgstr ""
358
 
359
- #: ../includes/class.yith-wcwl-admin-init.php:1190
360
  #, fuzzy
361
  msgid "Show \"Share by Email\" button"
362
  msgstr "Texto do botão \"Adicionar ao carrinho \""
363
 
364
- #: ../includes/class.yith-wcwl-admin-init.php:1197
365
  #, fuzzy
366
  msgid "Social title"
367
  msgstr "Título Mídias Sociais"
368
 
369
- #: ../includes/class.yith-wcwl-admin-init.php:1205
370
  #, fuzzy
371
  msgid "Social text"
372
  msgstr "Texto Mídias Sociais"
373
 
374
- #: ../includes/class.yith-wcwl-admin-init.php:1206
375
  #, fuzzy
376
  msgid ""
377
  "It will be used by Facebook, Twitter and Pinterest. Use <strong>%wishlist_url"
@@ -380,30 +380,22 @@ msgstr ""
380
  "Vai ser usado por Facebook, Twitter e Pinterest. Use <strong>%wishlist_url%</"
381
  "strong> "
382
 
383
- #: ../includes/class.yith-wcwl-admin-init.php:1214
384
  #, fuzzy
385
  msgid "Social image URL"
386
  msgstr "Url para compartilhamento"
387
 
388
- #: ../includes/class.yith-wcwl-admin-init.php:1250
389
  #, fuzzy
390
  msgid "\"Add to wishlist\" button"
391
  msgstr "Texto do botão \"Adicionar aos meus desejos\""
392
 
393
- #: ../includes/class.yith-wcwl-admin-init.php:1253
394
- #: ../includes/class.yith-wcwl-admin-init.php:1271
395
- #: ../includes/class.yith-wcwl-admin-init.php:1289
396
- #: ../includes/class.yith-wcwl-admin-init.php:1307
397
- #: ../includes/class.yith-wcwl-admin-init.php:1325
398
- msgid "Background"
399
- msgstr ""
400
-
401
  #: ../includes/class.yith-wcwl-admin-init.php:1254
402
  #: ../includes/class.yith-wcwl-admin-init.php:1272
403
  #: ../includes/class.yith-wcwl-admin-init.php:1290
404
  #: ../includes/class.yith-wcwl-admin-init.php:1308
405
  #: ../includes/class.yith-wcwl-admin-init.php:1326
406
- msgid "Text"
407
  msgstr ""
408
 
409
  #: ../includes/class.yith-wcwl-admin-init.php:1255
@@ -411,62 +403,70 @@ msgstr ""
411
  #: ../includes/class.yith-wcwl-admin-init.php:1291
412
  #: ../includes/class.yith-wcwl-admin-init.php:1309
413
  #: ../includes/class.yith-wcwl-admin-init.php:1327
414
- msgid "Border"
415
  msgstr ""
416
 
417
- #: ../includes/class.yith-wcwl-admin-init.php:1262
418
- #: ../includes/class.yith-wcwl-admin-init.php:1280
419
- #: ../includes/class.yith-wcwl-admin-init.php:1298
420
- #: ../includes/class.yith-wcwl-admin-init.php:1316
421
- msgid "Background (hover)"
 
422
  msgstr ""
423
 
424
  #: ../includes/class.yith-wcwl-admin-init.php:1263
425
  #: ../includes/class.yith-wcwl-admin-init.php:1281
426
  #: ../includes/class.yith-wcwl-admin-init.php:1299
427
  #: ../includes/class.yith-wcwl-admin-init.php:1317
428
- msgid "Text (hover)"
429
  msgstr ""
430
 
431
  #: ../includes/class.yith-wcwl-admin-init.php:1264
432
  #: ../includes/class.yith-wcwl-admin-init.php:1282
433
  #: ../includes/class.yith-wcwl-admin-init.php:1300
434
  #: ../includes/class.yith-wcwl-admin-init.php:1318
 
 
 
 
 
 
 
435
  msgid "Border (hover)"
436
  msgstr ""
437
 
438
- #: ../includes/class.yith-wcwl-admin-init.php:1268
439
  #, fuzzy
440
  msgid "\"Add to Cart\" button"
441
  msgstr "Texto do botão \"Adicionar ao carrinho \""
442
 
443
- #: ../includes/class.yith-wcwl-admin-init.php:1286
444
  msgid "\"Style 1\" button"
445
  msgstr ""
446
 
447
- #: ../includes/class.yith-wcwl-admin-init.php:1304
448
  msgid "\"Style 2\" button"
449
  msgstr ""
450
 
451
- #: ../includes/class.yith-wcwl-admin-init.php:1322
452
  #, fuzzy
453
  msgid "Wishlist table"
454
  msgstr "Titulo da lista de desejos"
455
 
456
- #: ../includes/class.yith-wcwl-admin-init.php:1331
457
  msgid "Headers"
458
  msgstr ""
459
 
460
- #: ../includes/class.yith-wcwl-admin-init.php:1334
461
  msgid "Background color"
462
  msgstr ""
463
 
464
- #: ../includes/class.yith-wcwl-admin-init.php:1461
465
  #, fuzzy
466
  msgid "Wishlist Activated"
467
  msgstr "Titulo da lista de desejos"
468
 
469
- #: ../includes/class.yith-wcwl-admin-init.php:1462
470
  #, php-format
471
  msgid ""
472
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
@@ -475,12 +475,12 @@ msgid ""
475
  "options, <a href=\"%s\">discover it now</a>."
476
  msgstr ""
477
 
478
- #: ../includes/class.yith-wcwl-admin-init.php:1473
479
  #, fuzzy
480
  msgid "Wishlist Updated"
481
  msgstr "Meus desejos"
482
 
483
- #: ../includes/class.yith-wcwl-admin-init.php:1474
484
  #, php-format
485
  msgid ""
486
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
@@ -500,7 +500,7 @@ msgstr ""
500
  msgid "wishlist"
501
  msgstr "lista de desejos"
502
 
503
- #: ../includes/class.yith-wcwl-shortcode.php:224
504
  #: ../includes/class.yith-wcwl-ui.php:161
505
  msgid "Share on:"
506
  msgstr "Compartilhar em:"
@@ -522,41 +522,37 @@ msgstr "Twitter"
522
  msgid "email"
523
  msgstr ""
524
 
525
- #: ../includes/class.yith-wcwl.php:185
526
  #, fuzzy
527
  msgid "Error occurred while adding products to the wishlist."
528
  msgstr "Oops! Ocorreu um erro ao adicionar o produto à lista de desejos."
529
 
530
- #: ../includes/class.yith-wcwl.php:269
531
  msgid "Error occurred while adding product to wishlist."
532
  msgstr "Oops! Ocorreu um erro ao adicionar o produto à lista de desejos."
533
 
534
- #: ../includes/class.yith-wcwl.php:284
535
  msgid "Remove now does not require any param"
536
  msgstr ""
537
 
538
- #: ../includes/class.yith-wcwl.php:318
539
  #, fuzzy
540
  msgid "Error occurred while removing products from the wishlist"
541
  msgstr "Oops! Ocorreu um erro ao remover o produto à lista de desejos."
542
 
543
- #: ../includes/class.yith-wcwl.php:596
544
  msgid "You need to log in before creating a new wishlist"
545
  msgstr ""
546
 
547
- #: ../includes/class.yith-wcwl.php:1240
548
- msgid "Product already in the wishlist."
549
- msgstr "Produto já na lista de desejos."
550
-
551
- #: ../includes/class.yith-wcwl.php:1272
552
  msgid "Product successfully removed."
553
  msgstr "Produto removida com sucesso."
554
 
555
- #: ../includes/class.yith-wcwl.php:1276
556
  msgid "Error. Unable to remove the product from the wishlist."
557
  msgstr "Erro. Não foi possível remover o produto da lista de desejos."
558
 
559
- #: ../includes/class.yith-wcwl.php:1280 ../templates/wishlist-view.php:170
560
  msgid "No products were added to the wishlist"
561
  msgstr "Nenhum produto foi adicionado à lista de desejos"
562
 
@@ -762,7 +758,7 @@ msgstr ""
762
  msgid "Add with multiupload"
763
  msgstr ""
764
 
765
- #: ../plugin-fw/lib/yit-plugin-panel-wc.php:345
766
  msgid "The changes you have made will be lost if you leave this page."
767
  msgstr ""
768
 
@@ -771,76 +767,76 @@ msgstr ""
771
  msgid "Plugin Settings"
772
  msgstr "Configurações"
773
 
774
- #: ../plugin-fw/lib/yit-plugin-panel.php:92
775
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:101
776
  msgid "YIT Plugins"
777
  msgstr ""
778
 
779
- #: ../plugin-fw/lib/yit-plugin-panel.php:271
780
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:142
781
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
782
  msgid "Save Changes"
783
  msgstr ""
784
 
785
- #: ../plugin-fw/lib/yit-plugin-panel.php:274
786
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
787
  msgid ""
788
  "If you continue with this action, you will reset all options in this page."
789
  msgstr ""
790
 
791
- #: ../plugin-fw/lib/yit-plugin-panel.php:276
792
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
793
- #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
794
- msgid "Reset Defaults"
795
- msgstr ""
796
 
797
- #: ../plugin-fw/lib/yit-plugin-panel.php:276
798
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
799
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
800
  msgid "Are you sure?"
801
  msgstr ""
802
 
803
- #: ../plugin-fw/lib/yit-plugin-panel.php:410
804
  msgid ""
805
  "The element you have entered already exists. Please, enter another name."
806
  msgstr ""
807
 
808
- #: ../plugin-fw/lib/yit-plugin-panel.php:411
809
  #, fuzzy
810
  msgid "Settings saved"
811
  msgstr "Configurações"
812
 
813
- #: ../plugin-fw/lib/yit-plugin-panel.php:412
814
  #, fuzzy
815
  msgid "Settings reset"
816
  msgstr "Configurações"
817
 
818
- #: ../plugin-fw/lib/yit-plugin-panel.php:413
819
  msgid "Element deleted correctly."
820
  msgstr ""
821
 
822
- #: ../plugin-fw/lib/yit-plugin-panel.php:414
823
- #: ../plugin-fw/lib/yit-plugin-panel.php:415
824
  msgid "Element updated correctly."
825
  msgstr ""
826
 
827
- #: ../plugin-fw/lib/yit-plugin-panel.php:416
828
  msgid "Database imported correctly."
829
  msgstr ""
830
 
831
- #: ../plugin-fw/lib/yit-plugin-panel.php:417
832
  msgid "An error has occurred during import. Please try again."
833
  msgstr ""
834
 
835
- #: ../plugin-fw/lib/yit-plugin-panel.php:418
836
  msgid "The added file is not valid."
837
  msgstr ""
838
 
839
- #: ../plugin-fw/lib/yit-plugin-panel.php:419
840
  msgid "Sorry, import is disabled."
841
  msgstr ""
842
 
843
- #: ../plugin-fw/lib/yit-plugin-panel.php:420
844
  msgid "Sorting successful."
845
  msgstr ""
846
 
@@ -964,48 +960,48 @@ msgstr ""
964
  msgid "Update Plugin"
965
  msgstr ""
966
 
967
- #: ../plugin-fw/licence/lib/yit-licence.php:148
968
  #, php-format
969
  msgid "%field% field cannot be empty"
970
  msgstr ""
971
 
972
- #: ../plugin-fw/licence/lib/yit-licence.php:149
973
  msgid "%field_1% and %field_2% fields cannot be empty"
974
  msgstr ""
975
 
976
- #: ../plugin-fw/licence/lib/yit-licence.php:150
977
  msgid "Unable to contact the remote server, please try again later. Thanks!"
978
  msgstr ""
979
 
980
- #: ../plugin-fw/licence/lib/yit-licence.php:529
981
  msgid "Invalid Request"
982
  msgstr ""
983
 
984
- #: ../plugin-fw/licence/lib/yit-licence.php:530
985
  msgid "Invalid licence key"
986
  msgstr ""
987
 
988
- #: ../plugin-fw/licence/lib/yit-licence.php:531
989
  msgid "Software has been deactivated"
990
  msgstr ""
991
 
992
- #: ../plugin-fw/licence/lib/yit-licence.php:532
993
  msgid "Maximum number of activations exceeded"
994
  msgstr ""
995
 
996
- #: ../plugin-fw/licence/lib/yit-licence.php:533
997
  msgid "Invalid instance ID"
998
  msgstr ""
999
 
1000
- #: ../plugin-fw/licence/lib/yit-licence.php:534
1001
  msgid "Invalid security key"
1002
  msgstr ""
1003
 
1004
- #: ../plugin-fw/licence/lib/yit-licence.php:535
1005
  msgid "Licence key has expired"
1006
  msgstr ""
1007
 
1008
- #: ../plugin-fw/licence/lib/yit-licence.php:536
1009
  msgid "Licence key has been banned"
1010
  msgstr ""
1011
 
@@ -1053,7 +1049,7 @@ msgstr ""
1053
  #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:77
1054
  #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:109
1055
  #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:133
1056
- #: ../templates/wishlist-view.php:56
1057
  msgid "Product Name"
1058
  msgstr "Nome do Produto"
1059
 
@@ -1476,6 +1472,10 @@ msgstr ""
1476
  msgid "Italic bold"
1477
  msgstr ""
1478
 
 
 
 
 
1479
  #: ../templates/share.php:28
1480
  msgid "Pinterest"
1481
  msgstr ""
@@ -1497,31 +1497,31 @@ msgstr ""
1497
  msgid "Cancel"
1498
  msgstr ""
1499
 
1500
- #: ../templates/wishlist-view.php:62
1501
  msgid "Unit Price"
1502
  msgstr "Preço unitário"
1503
 
1504
- #: ../templates/wishlist-view.php:70
1505
  msgid "Stock Status"
1506
  msgstr "Status do estoque"
1507
 
1508
- #: ../templates/wishlist-view.php:101
1509
  msgid "Remove this product"
1510
  msgstr "Remover este produto"
1511
 
1512
- #: ../templates/wishlist-view.php:130
1513
  msgid "Free!"
1514
  msgstr ""
1515
 
1516
- #: ../templates/wishlist-view.php:141
1517
  msgid "Out of Stock"
1518
  msgstr "Sem estoque"
1519
 
1520
- #: ../templates/wishlist-view.php:144
1521
  msgid "In Stock"
1522
  msgstr "Em estoque"
1523
 
1524
- #: ../templates/wishlist-view.php:196
1525
  msgid "Ask an estimate of costs"
1526
  msgstr ""
1527
 
@@ -1545,6 +1545,9 @@ msgstr ""
1545
  msgid "Click to preview"
1546
  msgstr ""
1547
 
 
 
 
1548
  #, fuzzy
1549
  #~ msgid "Button rounded corners"
1550
  #~ msgstr "Botões com cantos arredondados"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
+ "POT-Creation-Date: 2015-03-18 10:24+0100\n"
5
+ "PO-Revision-Date: 2015-03-18 10:24+0100\n"
6
  "Last-Translator: YIThemes <support@yithemes.com>\n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: English\n"
27
  msgstr ""
28
 
29
  #: ../includes/class.yith-wcwl-admin-init.php:188
30
+ #: ../includes/class.yith-wcwl-admin-init.php:1359
31
+ #: ../includes/class.yith-wcwl-admin-init.php:1360
32
  #: ../includes/class.yith-wcwl-install.php:240
33
  msgid "Wishlist"
34
  msgstr "Lista de Desejos"
35
 
36
  #: ../includes/class.yith-wcwl-admin-init.php:190
37
+ #: ../includes/class.yith-wcwl-admin-init.php:290
38
  #: ../plugin-fw/lib/yit-cpt-unlimited.php:1048
39
  #: ../plugin-fw/lib/yit-cpt-unlimited.php:1196
40
  #: ../plugin-fw/lib/yit-cpt-unlimited.php:1202
43
  msgstr "Configurações"
44
 
45
  #: ../includes/class.yith-wcwl-admin-init.php:191
46
+ #: ../includes/class.yith-wcwl-admin-init.php:257
47
  msgid "Colors"
48
  msgstr "Cores"
49
 
50
  #: ../includes/class.yith-wcwl-admin-init.php:192
51
+ #: ../includes/class.yith-wcwl-admin-init.php:294
52
  msgid "Premium Version"
53
  msgstr ""
54
 
55
+ #: ../includes/class.yith-wcwl-admin-init.php:318
56
  msgid ""
57
  "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
58
  "link to update it."
59
  msgstr ""
60
 
61
+ #: ../includes/class.yith-wcwl-admin-init.php:321
62
  msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
63
  msgstr ""
64
 
65
+ #: ../includes/class.yith-wcwl-admin-init.php:326
66
  msgid "Plugin Documentation"
67
  msgstr ""
68
 
69
+ #: ../includes/class.yith-wcwl-admin-init.php:342
70
  msgid "Wishlist Page"
71
  msgstr "Meus desejos"
72
 
73
+ #: ../includes/class.yith-wcwl-admin-init.php:343
74
  msgid "Page contents: [yith_wcwl_wishlist]"
75
  msgstr "Conteúdo da página: [yith_wcwl_wishlist]"
76
 
77
+ #: ../includes/class.yith-wcwl-admin-init.php:918
78
  msgid "Upgrade to the PREMIUM VERSION"
79
  msgstr ""
80
 
81
+ #: ../includes/class.yith-wcwl-admin-init.php:921
82
  msgid "YITH WooCommerce Wishlist"
83
  msgstr ""
84
 
85
+ #: ../includes/class.yith-wcwl-admin-init.php:922
86
  msgid "Discover the Advanced Features"
87
  msgstr ""
88
 
89
+ #: ../includes/class.yith-wcwl-admin-init.php:923
90
  msgid ""
91
  "Upgrade to the PREMIUM VERSION\n"
92
  "of YITH WOOCOMMERCE WISHLIST to benefit from all features!"
93
  msgstr ""
94
 
95
+ #: ../includes/class.yith-wcwl-admin-init.php:930
96
  msgid "Get Support and Pro Features"
97
  msgstr ""
98
 
99
+ #: ../includes/class.yith-wcwl-admin-init.php:931
100
  msgid ""
101
  "By purchasing the premium version of the plugin, you will take advantage of "
102
  "the advanced features of the product and you will get one year of free "
103
  "updates and support through our platform available 24h/24."
104
  msgstr ""
105
 
106
+ #: ../includes/class.yith-wcwl-admin-init.php:941
107
  msgid "General Settings"
108
  msgstr "Opções gerais"
109
 
110
+ #: ../includes/class.yith-wcwl-admin-init.php:948
111
  msgid "Enable YITH Wishlist"
112
  msgstr "Ativar Lista de Desejos"
113
 
114
+ #: ../includes/class.yith-wcwl-admin-init.php:949
115
  #, fuzzy, php-format
116
  msgid ""
117
  "Enable all plugin features. <strong>Be sure to select a voice in the "
121
  "Ativar todas opções. <strong> Saiba que a página de desejos é selecionada na "
122
  "seção Páginas. </strong>. <a href=\"%s\" target=\"_blank\">Documentação</a>."
123
 
124
+ #: ../includes/class.yith-wcwl-admin-init.php:956
125
  #, fuzzy
126
  msgid "Default wishlist title"
127
  msgstr "Titulo da lista de desejos"
128
 
 
129
  #: ../includes/class.yith-wcwl-admin-init.php:958
130
+ #: ../includes/class.yith-wcwl-admin-init.php:959
131
  #: ../includes/class.yith-wcwl-admin-init.php:1200
132
+ #: ../includes/class.yith-wcwl-admin-init.php:1201
133
  #, php-format
134
  msgid "My wishlist on %s"
135
  msgstr "Minha lista de desejos em %s"
136
 
137
+ #: ../includes/class.yith-wcwl-admin-init.php:967
138
  msgid "Position"
139
  msgstr "Posição"
140
 
141
+ #: ../includes/class.yith-wcwl-admin-init.php:968
142
  #, fuzzy
143
  msgid ""
144
  "You can add it in variable products only After \"Add to Cart \" or using the "
147
  "Em produtos variáveis você pode adicionar isto somenteapós \"Adcionar ao "
148
  "Carrinho\" ou usar o shortcode [yith_wcwl_add_to_wishlist]."
149
 
150
+ #: ../includes/class.yith-wcwl-admin-init.php:974
151
  msgid "After \"Add to cart\""
152
  msgstr "Após \" Adicionar ao carrinho \""
153
 
154
+ #: ../includes/class.yith-wcwl-admin-init.php:975
155
  msgid "After thumbnails"
156
  msgstr "Após miniaturas"
157
 
158
+ #: ../includes/class.yith-wcwl-admin-init.php:976
159
  msgid "After summary"
160
  msgstr "Após sumário"
161
 
162
+ #: ../includes/class.yith-wcwl-admin-init.php:977
163
  msgid "Use shortcode"
164
  msgstr "Usar shortcode"
165
 
166
+ #: ../includes/class.yith-wcwl-admin-init.php:982
167
  msgid "Redirect to cart"
168
  msgstr "Redirecionar para o carrinho"
169
 
170
+ #: ../includes/class.yith-wcwl-admin-init.php:983
171
  msgid ""
172
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
173
  "page."
175
  "Redirecionar para a página de carrinho se o botão \" Adcionar ao carrinho \" "
176
  "estiver clicado na página de lista de desejos."
177
 
178
+ #: ../includes/class.yith-wcwl-admin-init.php:990
179
  msgid "Remove if added to the cart"
180
  msgstr "Remover se adcionado ao carrinho"
181
 
182
+ #: ../includes/class.yith-wcwl-admin-init.php:991
183
  #, fuzzy
184
  msgid "Remove the product from the wishlist if it has been added to the cart."
185
  msgstr ""
186
  "Remover o produto da lista, se a mesma tiver sido adicionada ao carrinho."
187
 
188
+ #: ../includes/class.yith-wcwl-admin-init.php:998
189
  msgid "\"Add to Wishlist\" text"
190
  msgstr "Texto \" Adcionar a Lista de Desejos\""
191
 
 
192
  #: ../includes/class.yith-wcwl-admin-init.php:1000
193
+ #: ../includes/class.yith-wcwl-admin-init.php:1001
194
  msgid "Add to Wishlist"
195
  msgstr "Adicionar aos meus desejos"
196
 
197
+ #: ../includes/class.yith-wcwl-admin-init.php:1006
198
  #, fuzzy
199
  msgid "\"Browse wishlist\" text"
200
  msgstr "Veja sua lista de desejos!"
201
 
 
202
  #: ../includes/class.yith-wcwl-admin-init.php:1008
203
+ #: ../includes/class.yith-wcwl-admin-init.php:1009
204
  #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl-ui.php:82
205
  msgid "Browse Wishlist"
206
  msgstr "Veja sua lista de desejos!"
207
 
208
+ #: ../includes/class.yith-wcwl-admin-init.php:1014
209
  #, fuzzy
210
  msgid "\"Product already in wishlist\" text"
211
  msgstr "Produto já na lista de desejos."
212
 
 
213
  #: ../includes/class.yith-wcwl-admin-init.php:1016
214
+ #: ../includes/class.yith-wcwl-admin-init.php:1017
215
  #: ../includes/class.yith-wcwl-ui.php:82
216
  msgid "The product is already in the wishlist!"
217
  msgstr "Esse produto já se encontra na sua lista de desejos!"
218
 
219
+ #: ../includes/class.yith-wcwl-admin-init.php:1022
220
  #, fuzzy
221
  msgid "\"Product added\" text"
222
  msgstr "Produto adicionado!"
223
 
 
224
  #: ../includes/class.yith-wcwl-admin-init.php:1024
225
+ #: ../includes/class.yith-wcwl-admin-init.php:1025
226
+ #: ../includes/class.yith-wcwl-ui.php:81
227
  msgid "Product added!"
228
  msgstr "Produto adicionado!"
229
 
230
+ #: ../includes/class.yith-wcwl-admin-init.php:1030
231
  msgid "\"Add to Cart\" text"
232
  msgstr "Texto \" Adicionar ao Carrinho\""
233
 
 
234
  #: ../includes/class.yith-wcwl-admin-init.php:1032
235
+ #: ../includes/class.yith-wcwl-admin-init.php:1033
236
  msgid "Add to Cart"
237
  msgstr "Adcionar ao Carrinho"
238
 
239
+ #: ../includes/class.yith-wcwl-admin-init.php:1038
240
  #, fuzzy
241
  msgid "Show Unit price"
242
  msgstr "Preço unitário"
243
 
244
+ #: ../includes/class.yith-wcwl-admin-init.php:1039
245
  msgid "Show unit price for each product in wishlist"
246
  msgstr ""
247
 
248
+ #: ../includes/class.yith-wcwl-admin-init.php:1047
249
  #, fuzzy
250
  msgid "Show \"Add to Cart\" button"
251
  msgstr "Texto do botão \"Adicionar ao carrinho \""
252
 
253
+ #: ../includes/class.yith-wcwl-admin-init.php:1048
254
  #, fuzzy
255
  msgid "Show \"Add to cart\" button for each product in wishlist"
256
  msgstr "Fundo do do botão \"Adicionar ao carrinho \""
257
 
258
+ #: ../includes/class.yith-wcwl-admin-init.php:1056
259
  #, fuzzy
260
  msgid "Show Stock status"
261
  msgstr "Status do estoque"
262
 
263
+ #: ../includes/class.yith-wcwl-admin-init.php:1057
264
  msgid ""
265
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
266
  msgstr ""
267
 
268
+ #: ../includes/class.yith-wcwl-admin-init.php:1080
269
  msgid "Styles"
270
  msgstr "Estilos"
271
 
272
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
273
  msgid "Use buttons"
274
  msgstr "Usar botões"
275
 
276
+ #: ../includes/class.yith-wcwl-admin-init.php:1088
277
  #, fuzzy
278
  msgid "Use buttons instead of simple anchors."
279
  msgstr "Usar botões ao invés de simples âncoras."
280
 
281
+ #: ../includes/class.yith-wcwl-admin-init.php:1095
282
  msgid "Custom CSS"
283
  msgstr "CSS Customizado"
284
 
285
+ #: ../includes/class.yith-wcwl-admin-init.php:1103
286
  msgid "Use theme style"
287
  msgstr "Usar estilo do tema"
288
 
289
+ #: ../includes/class.yith-wcwl-admin-init.php:1104
290
  msgid "Use the theme style."
291
  msgstr "Usar o estilo do tema."
292
 
293
+ #: ../includes/class.yith-wcwl-admin-init.php:1111
294
  #, fuzzy
295
  msgid "Rounded buttons"
296
  msgstr "Usar botões"
297
 
298
+ #: ../includes/class.yith-wcwl-admin-init.php:1112
299
  #, fuzzy
300
  msgid "Make button corners rounded"
301
  msgstr "Faça botões do canto arredondado"
302
 
303
+ #: ../includes/class.yith-wcwl-admin-init.php:1119
304
  msgid "\"Add to Wishlist\" icon"
305
  msgstr "Ícone \"Adcionar aos meus desejos\" "
306
 
307
+ #: ../includes/class.yith-wcwl-admin-init.php:1120
308
  msgid "Add an icon to the \"Add to Wishlist\" button"
309
  msgstr "Adicionar um ícone ao botão \"Adcionar aos meus desejos\""
310
 
311
+ #: ../includes/class.yith-wcwl-admin-init.php:1131
312
  msgid "\"Add to Cart\" icon"
313
  msgstr "Ícone \"Adicionar ao Carrinho\""
314
 
315
+ #: ../includes/class.yith-wcwl-admin-init.php:1132
316
  msgid "Add an icon to the \"Add to Cart\" button"
317
  msgstr "Adicionar um ícone ao botão \"Adcionar ao carrinho\""
318
 
319
+ #: ../includes/class.yith-wcwl-admin-init.php:1151
320
  msgid "Socials &amp; Share"
321
  msgstr "Social &amp; Compartilhamento"
322
 
323
+ #: ../includes/class.yith-wcwl-admin-init.php:1158
324
  msgid "Share on Facebook"
325
  msgstr "Compartilhar no Facebook"
326
 
327
+ #: ../includes/class.yith-wcwl-admin-init.php:1159
328
+ #: ../includes/class.yith-wcwl-admin-init.php:1183
329
  #, fuzzy
330
  msgid "Show \"Share on Facebook\" button"
331
  msgstr "Compartilhar no Facebook"
332
 
333
+ #: ../includes/class.yith-wcwl-admin-init.php:1166
334
  msgid "Tweet on Twitter"
335
  msgstr "Tweetar no Twitter"
336
 
337
+ #: ../includes/class.yith-wcwl-admin-init.php:1167
338
  #, fuzzy
339
  msgid "Show \"Tweet on Twitter\" button"
340
  msgstr "Tweetar no Twitter"
341
 
342
+ #: ../includes/class.yith-wcwl-admin-init.php:1174
343
  msgid "Pin on Pinterest"
344
  msgstr ""
345
 
346
+ #: ../includes/class.yith-wcwl-admin-init.php:1175
347
  #, fuzzy
348
  msgid "Show \"Pin on Pinterest\" button"
349
  msgstr "Texto do botão \"Adicionar ao carrinho \""
350
 
351
+ #: ../includes/class.yith-wcwl-admin-init.php:1182
352
  msgid "Share on Google+"
353
  msgstr "Comparilhar no Google+"
354
 
355
+ #: ../includes/class.yith-wcwl-admin-init.php:1190
356
  msgid "Share by Email"
357
  msgstr ""
358
 
359
+ #: ../includes/class.yith-wcwl-admin-init.php:1191
360
  #, fuzzy
361
  msgid "Show \"Share by Email\" button"
362
  msgstr "Texto do botão \"Adicionar ao carrinho \""
363
 
364
+ #: ../includes/class.yith-wcwl-admin-init.php:1198
365
  #, fuzzy
366
  msgid "Social title"
367
  msgstr "Título Mídias Sociais"
368
 
369
+ #: ../includes/class.yith-wcwl-admin-init.php:1206
370
  #, fuzzy
371
  msgid "Social text"
372
  msgstr "Texto Mídias Sociais"
373
 
374
+ #: ../includes/class.yith-wcwl-admin-init.php:1207
375
  #, fuzzy
376
  msgid ""
377
  "It will be used by Facebook, Twitter and Pinterest. Use <strong>%wishlist_url"
380
  "Vai ser usado por Facebook, Twitter e Pinterest. Use <strong>%wishlist_url%</"
381
  "strong> "
382
 
383
+ #: ../includes/class.yith-wcwl-admin-init.php:1215
384
  #, fuzzy
385
  msgid "Social image URL"
386
  msgstr "Url para compartilhamento"
387
 
388
+ #: ../includes/class.yith-wcwl-admin-init.php:1251
389
  #, fuzzy
390
  msgid "\"Add to wishlist\" button"
391
  msgstr "Texto do botão \"Adicionar aos meus desejos\""
392
 
 
 
 
 
 
 
 
 
393
  #: ../includes/class.yith-wcwl-admin-init.php:1254
394
  #: ../includes/class.yith-wcwl-admin-init.php:1272
395
  #: ../includes/class.yith-wcwl-admin-init.php:1290
396
  #: ../includes/class.yith-wcwl-admin-init.php:1308
397
  #: ../includes/class.yith-wcwl-admin-init.php:1326
398
+ msgid "Background"
399
  msgstr ""
400
 
401
  #: ../includes/class.yith-wcwl-admin-init.php:1255
403
  #: ../includes/class.yith-wcwl-admin-init.php:1291
404
  #: ../includes/class.yith-wcwl-admin-init.php:1309
405
  #: ../includes/class.yith-wcwl-admin-init.php:1327
406
+ msgid "Text"
407
  msgstr ""
408
 
409
+ #: ../includes/class.yith-wcwl-admin-init.php:1256
410
+ #: ../includes/class.yith-wcwl-admin-init.php:1274
411
+ #: ../includes/class.yith-wcwl-admin-init.php:1292
412
+ #: ../includes/class.yith-wcwl-admin-init.php:1310
413
+ #: ../includes/class.yith-wcwl-admin-init.php:1328
414
+ msgid "Border"
415
  msgstr ""
416
 
417
  #: ../includes/class.yith-wcwl-admin-init.php:1263
418
  #: ../includes/class.yith-wcwl-admin-init.php:1281
419
  #: ../includes/class.yith-wcwl-admin-init.php:1299
420
  #: ../includes/class.yith-wcwl-admin-init.php:1317
421
+ msgid "Background (hover)"
422
  msgstr ""
423
 
424
  #: ../includes/class.yith-wcwl-admin-init.php:1264
425
  #: ../includes/class.yith-wcwl-admin-init.php:1282
426
  #: ../includes/class.yith-wcwl-admin-init.php:1300
427
  #: ../includes/class.yith-wcwl-admin-init.php:1318
428
+ msgid "Text (hover)"
429
+ msgstr ""
430
+
431
+ #: ../includes/class.yith-wcwl-admin-init.php:1265
432
+ #: ../includes/class.yith-wcwl-admin-init.php:1283
433
+ #: ../includes/class.yith-wcwl-admin-init.php:1301
434
+ #: ../includes/class.yith-wcwl-admin-init.php:1319
435
  msgid "Border (hover)"
436
  msgstr ""
437
 
438
+ #: ../includes/class.yith-wcwl-admin-init.php:1269
439
  #, fuzzy
440
  msgid "\"Add to Cart\" button"
441
  msgstr "Texto do botão \"Adicionar ao carrinho \""
442
 
443
+ #: ../includes/class.yith-wcwl-admin-init.php:1287
444
  msgid "\"Style 1\" button"
445
  msgstr ""
446
 
447
+ #: ../includes/class.yith-wcwl-admin-init.php:1305
448
  msgid "\"Style 2\" button"
449
  msgstr ""
450
 
451
+ #: ../includes/class.yith-wcwl-admin-init.php:1323
452
  #, fuzzy
453
  msgid "Wishlist table"
454
  msgstr "Titulo da lista de desejos"
455
 
456
+ #: ../includes/class.yith-wcwl-admin-init.php:1332
457
  msgid "Headers"
458
  msgstr ""
459
 
460
+ #: ../includes/class.yith-wcwl-admin-init.php:1335
461
  msgid "Background color"
462
  msgstr ""
463
 
464
+ #: ../includes/class.yith-wcwl-admin-init.php:1425
465
  #, fuzzy
466
  msgid "Wishlist Activated"
467
  msgstr "Titulo da lista de desejos"
468
 
469
+ #: ../includes/class.yith-wcwl-admin-init.php:1426
470
  #, php-format
471
  msgid ""
472
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
475
  "options, <a href=\"%s\">discover it now</a>."
476
  msgstr ""
477
 
478
+ #: ../includes/class.yith-wcwl-admin-init.php:1437
479
  #, fuzzy
480
  msgid "Wishlist Updated"
481
  msgstr "Meus desejos"
482
 
483
+ #: ../includes/class.yith-wcwl-admin-init.php:1438
484
  #, php-format
485
  msgid ""
486
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
500
  msgid "wishlist"
501
  msgstr "lista de desejos"
502
 
503
+ #: ../includes/class.yith-wcwl-shortcode.php:230
504
  #: ../includes/class.yith-wcwl-ui.php:161
505
  msgid "Share on:"
506
  msgstr "Compartilhar em:"
522
  msgid "email"
523
  msgstr ""
524
 
525
+ #: ../includes/class.yith-wcwl.php:187
526
  #, fuzzy
527
  msgid "Error occurred while adding products to the wishlist."
528
  msgstr "Oops! Ocorreu um erro ao adicionar o produto à lista de desejos."
529
 
530
+ #: ../includes/class.yith-wcwl.php:271
531
  msgid "Error occurred while adding product to wishlist."
532
  msgstr "Oops! Ocorreu um erro ao adicionar o produto à lista de desejos."
533
 
534
+ #: ../includes/class.yith-wcwl.php:286
535
  msgid "Remove now does not require any param"
536
  msgstr ""
537
 
538
+ #: ../includes/class.yith-wcwl.php:320
539
  #, fuzzy
540
  msgid "Error occurred while removing products from the wishlist"
541
  msgstr "Oops! Ocorreu um erro ao remover o produto à lista de desejos."
542
 
543
+ #: ../includes/class.yith-wcwl.php:598
544
  msgid "You need to log in before creating a new wishlist"
545
  msgstr ""
546
 
547
+ #: ../includes/class.yith-wcwl.php:1301
 
 
 
 
548
  msgid "Product successfully removed."
549
  msgstr "Produto removida com sucesso."
550
 
551
+ #: ../includes/class.yith-wcwl.php:1305
552
  msgid "Error. Unable to remove the product from the wishlist."
553
  msgstr "Erro. Não foi possível remover o produto da lista de desejos."
554
 
555
+ #: ../includes/class.yith-wcwl.php:1309 ../templates/wishlist-view.php:181
556
  msgid "No products were added to the wishlist"
557
  msgstr "Nenhum produto foi adicionado à lista de desejos"
558
 
758
  msgid "Add with multiupload"
759
  msgstr ""
760
 
761
+ #: ../plugin-fw/lib/yit-plugin-panel-wc.php:315
762
  msgid "The changes you have made will be lost if you leave this page."
763
  msgstr ""
764
 
767
  msgid "Plugin Settings"
768
  msgstr "Configurações"
769
 
770
+ #: ../plugin-fw/lib/yit-plugin-panel.php:94
771
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:101
772
  msgid "YIT Plugins"
773
  msgstr ""
774
 
775
+ #: ../plugin-fw/lib/yit-plugin-panel.php:273
776
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:142
777
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
778
  msgid "Save Changes"
779
  msgstr ""
780
 
781
+ #: ../plugin-fw/lib/yit-plugin-panel.php:276
782
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
783
  msgid ""
784
  "If you continue with this action, you will reset all options in this page."
785
  msgstr ""
786
 
787
+ #: ../plugin-fw/lib/yit-plugin-panel.php:278
788
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
789
+ #, fuzzy
790
+ msgid "Reset to Default"
791
+ msgstr "Redirecionar para o carrinho"
792
 
793
+ #: ../plugin-fw/lib/yit-plugin-panel.php:278
794
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
795
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
796
  msgid "Are you sure?"
797
  msgstr ""
798
 
799
+ #: ../plugin-fw/lib/yit-plugin-panel.php:412
800
  msgid ""
801
  "The element you have entered already exists. Please, enter another name."
802
  msgstr ""
803
 
804
+ #: ../plugin-fw/lib/yit-plugin-panel.php:413
805
  #, fuzzy
806
  msgid "Settings saved"
807
  msgstr "Configurações"
808
 
809
+ #: ../plugin-fw/lib/yit-plugin-panel.php:414
810
  #, fuzzy
811
  msgid "Settings reset"
812
  msgstr "Configurações"
813
 
814
+ #: ../plugin-fw/lib/yit-plugin-panel.php:415
815
  msgid "Element deleted correctly."
816
  msgstr ""
817
 
818
+ #: ../plugin-fw/lib/yit-plugin-panel.php:416
819
+ #: ../plugin-fw/lib/yit-plugin-panel.php:417
820
  msgid "Element updated correctly."
821
  msgstr ""
822
 
823
+ #: ../plugin-fw/lib/yit-plugin-panel.php:418
824
  msgid "Database imported correctly."
825
  msgstr ""
826
 
827
+ #: ../plugin-fw/lib/yit-plugin-panel.php:419
828
  msgid "An error has occurred during import. Please try again."
829
  msgstr ""
830
 
831
+ #: ../plugin-fw/lib/yit-plugin-panel.php:420
832
  msgid "The added file is not valid."
833
  msgstr ""
834
 
835
+ #: ../plugin-fw/lib/yit-plugin-panel.php:421
836
  msgid "Sorry, import is disabled."
837
  msgstr ""
838
 
839
+ #: ../plugin-fw/lib/yit-plugin-panel.php:422
840
  msgid "Sorting successful."
841
  msgstr ""
842
 
960
  msgid "Update Plugin"
961
  msgstr ""
962
 
963
+ #: ../plugin-fw/licence/lib/yit-licence.php:156
964
  #, php-format
965
  msgid "%field% field cannot be empty"
966
  msgstr ""
967
 
968
+ #: ../plugin-fw/licence/lib/yit-licence.php:157
969
  msgid "%field_1% and %field_2% fields cannot be empty"
970
  msgstr ""
971
 
972
+ #: ../plugin-fw/licence/lib/yit-licence.php:158
973
  msgid "Unable to contact the remote server, please try again later. Thanks!"
974
  msgstr ""
975
 
976
+ #: ../plugin-fw/licence/lib/yit-licence.php:537
977
  msgid "Invalid Request"
978
  msgstr ""
979
 
980
+ #: ../plugin-fw/licence/lib/yit-licence.php:538
981
  msgid "Invalid licence key"
982
  msgstr ""
983
 
984
+ #: ../plugin-fw/licence/lib/yit-licence.php:539
985
  msgid "Software has been deactivated"
986
  msgstr ""
987
 
988
+ #: ../plugin-fw/licence/lib/yit-licence.php:540
989
  msgid "Maximum number of activations exceeded"
990
  msgstr ""
991
 
992
+ #: ../plugin-fw/licence/lib/yit-licence.php:541
993
  msgid "Invalid instance ID"
994
  msgstr ""
995
 
996
+ #: ../plugin-fw/licence/lib/yit-licence.php:542
997
  msgid "Invalid security key"
998
  msgstr ""
999
 
1000
+ #: ../plugin-fw/licence/lib/yit-licence.php:543
1001
  msgid "Licence key has expired"
1002
  msgstr ""
1003
 
1004
+ #: ../plugin-fw/licence/lib/yit-licence.php:544
1005
  msgid "Licence key has been banned"
1006
  msgstr ""
1007
 
1049
  #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:77
1050
  #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:109
1051
  #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:133
1052
+ #: ../templates/wishlist-view.php:62
1053
  msgid "Product Name"
1054
  msgstr "Nome do Produto"
1055
 
1472
  msgid "Italic bold"
1473
  msgstr ""
1474
 
1475
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
1476
+ msgid "Reset Defaults"
1477
+ msgstr ""
1478
+
1479
  #: ../templates/share.php:28
1480
  msgid "Pinterest"
1481
  msgstr ""
1497
  msgid "Cancel"
1498
  msgstr ""
1499
 
1500
+ #: ../templates/wishlist-view.php:68
1501
  msgid "Unit Price"
1502
  msgstr "Preço unitário"
1503
 
1504
+ #: ../templates/wishlist-view.php:76
1505
  msgid "Stock Status"
1506
  msgstr "Status do estoque"
1507
 
1508
+ #: ../templates/wishlist-view.php:112
1509
  msgid "Remove this product"
1510
  msgstr "Remover este produto"
1511
 
1512
+ #: ../templates/wishlist-view.php:141
1513
  msgid "Free!"
1514
  msgstr ""
1515
 
1516
+ #: ../templates/wishlist-view.php:152
1517
  msgid "Out of Stock"
1518
  msgstr "Sem estoque"
1519
 
1520
+ #: ../templates/wishlist-view.php:155
1521
  msgid "In Stock"
1522
  msgstr "Em estoque"
1523
 
1524
+ #: ../templates/wishlist-view.php:213 ../templates/wishlist-view.php:246
1525
  msgid "Ask an estimate of costs"
1526
  msgstr ""
1527
 
1545
  msgid "Click to preview"
1546
  msgstr ""
1547
 
1548
+ #~ msgid "Product already in the wishlist."
1549
+ #~ msgstr "Produto já na lista de desejos."
1550
+
1551
  #, fuzzy
1552
  #~ msgid "Button rounded corners"
1553
  #~ msgstr "Botões com cantos arredondados"
languages/yit-tr_TR.mo CHANGED
Binary file
languages/yit-tr_TR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist v1.0.3\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-03-04 16:40+0100\n"
6
- "PO-Revision-Date: 2015-03-04 16:40+0100\n"
7
  "Last-Translator: Caner Öncel <caneroncel@gmail.com>\n"
8
  "Language-Team: Caner Öncel (@egonomik) <caneroncel@gmail.com>\n"
9
  "Language: tr_TR\n"
@@ -32,14 +32,14 @@ msgid ""
32
  msgstr ""
33
 
34
  #: includes/class.yith-wcwl-admin-init.php:188
35
- #: includes/class.yith-wcwl-admin-init.php:1399
36
- #: includes/class.yith-wcwl-admin-init.php:1400
37
  #: includes/class.yith-wcwl-install.php:240
38
  msgid "Wishlist"
39
  msgstr "İstek Listesi"
40
 
41
  #: includes/class.yith-wcwl-admin-init.php:190
42
- #: includes/class.yith-wcwl-admin-init.php:289
43
  #: plugin-fw/lib/yit-cpt-unlimited.php:1048
44
  #: plugin-fw/lib/yit-cpt-unlimited.php:1196
45
  #: plugin-fw/lib/yit-cpt-unlimited.php:1202
@@ -48,75 +48,75 @@ msgid "Settings"
48
  msgstr "Ayarlar"
49
 
50
  #: includes/class.yith-wcwl-admin-init.php:191
51
- #: includes/class.yith-wcwl-admin-init.php:256
52
  msgid "Colors"
53
  msgstr "Renkler"
54
 
55
  #: includes/class.yith-wcwl-admin-init.php:192
56
- #: includes/class.yith-wcwl-admin-init.php:293
57
  msgid "Premium Version"
58
  msgstr ""
59
 
60
- #: includes/class.yith-wcwl-admin-init.php:317
61
  msgid ""
62
  "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
63
  "link to update it."
64
  msgstr ""
65
 
66
- #: includes/class.yith-wcwl-admin-init.php:320
67
  msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
68
  msgstr ""
69
 
70
- #: includes/class.yith-wcwl-admin-init.php:325
71
  msgid "Plugin Documentation"
72
  msgstr ""
73
 
74
- #: includes/class.yith-wcwl-admin-init.php:341
75
  msgid "Wishlist Page"
76
  msgstr "İstek Listesi Sayfası"
77
 
78
- #: includes/class.yith-wcwl-admin-init.php:342
79
  msgid "Page contents: [yith_wcwl_wishlist]"
80
  msgstr "Sayfa içeriği: [yith_wcwl_wishlist]"
81
 
82
- #: includes/class.yith-wcwl-admin-init.php:917
83
  msgid "Upgrade to the PREMIUM VERSION"
84
  msgstr ""
85
 
86
- #: includes/class.yith-wcwl-admin-init.php:920
87
  msgid "YITH WooCommerce Wishlist"
88
  msgstr ""
89
 
90
- #: includes/class.yith-wcwl-admin-init.php:921
91
  msgid "Discover the Advanced Features"
92
  msgstr ""
93
 
94
- #: includes/class.yith-wcwl-admin-init.php:922
95
  msgid ""
96
  "Upgrade to the PREMIUM VERSION\n"
97
  "of YITH WOOCOMMERCE WISHLIST to benefit from all features!"
98
  msgstr ""
99
 
100
- #: includes/class.yith-wcwl-admin-init.php:929
101
  msgid "Get Support and Pro Features"
102
  msgstr ""
103
 
104
- #: includes/class.yith-wcwl-admin-init.php:930
105
  msgid ""
106
  "By purchasing the premium version of the plugin, you will take advantage of "
107
  "the advanced features of the product and you will get one year of free "
108
  "updates and support through our platform available 24h/24."
109
  msgstr ""
110
 
111
- #: includes/class.yith-wcwl-admin-init.php:940
112
  msgid "General Settings"
113
  msgstr "Genel Ayarlar"
114
 
115
- #: includes/class.yith-wcwl-admin-init.php:947
116
  msgid "Enable YITH Wishlist"
117
  msgstr "YITH İstek Listesi Etkin"
118
 
119
- #: includes/class.yith-wcwl-admin-init.php:948
120
  #, php-format
121
  msgid ""
122
  "Enable all plugin features. <strong>Be sure to select a voice in the "
@@ -124,50 +124,50 @@ msgid ""
124
  "\" target=\"_blank\">documentation</a>."
125
  msgstr ""
126
 
127
- #: includes/class.yith-wcwl-admin-init.php:955
128
  #, fuzzy
129
  msgid "Default wishlist title"
130
  msgstr "İstek listesi başlığı"
131
 
132
- #: includes/class.yith-wcwl-admin-init.php:957
133
  #: includes/class.yith-wcwl-admin-init.php:958
134
- #: includes/class.yith-wcwl-admin-init.php:1199
135
  #: includes/class.yith-wcwl-admin-init.php:1200
 
136
  #, php-format
137
  msgid "My wishlist on %s"
138
  msgstr "%s üzerinde istek listem"
139
 
140
- #: includes/class.yith-wcwl-admin-init.php:966
141
  msgid "Position"
142
  msgstr "Pozisyon"
143
 
144
- #: includes/class.yith-wcwl-admin-init.php:967
145
  msgid ""
146
  "You can add it in variable products only After \"Add to Cart \" or using the "
147
  "shortcode [yith_wcwl_add_to_wishlist]."
148
  msgstr ""
149
 
150
- #: includes/class.yith-wcwl-admin-init.php:973
151
  msgid "After \"Add to cart\""
152
  msgstr "\"Sepete Ekle\"den sonra"
153
 
154
- #: includes/class.yith-wcwl-admin-init.php:974
155
  msgid "After thumbnails"
156
  msgstr "Küçük resimlerden sonra"
157
 
158
- #: includes/class.yith-wcwl-admin-init.php:975
159
  msgid "After summary"
160
  msgstr "Özet bilgisinden sonra"
161
 
162
- #: includes/class.yith-wcwl-admin-init.php:976
163
  msgid "Use shortcode"
164
  msgstr "Kısa kod kullan"
165
 
166
- #: includes/class.yith-wcwl-admin-init.php:981
167
  msgid "Redirect to cart"
168
  msgstr "Sepete yönlendir"
169
 
170
- #: includes/class.yith-wcwl-admin-init.php:982
171
  msgid ""
172
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
173
  "page."
@@ -175,199 +175,199 @@ msgstr ""
175
  "Eğer istek listesindeki bir ürün için \"Sepete Ekle\" butonuna tıklanırsa "
176
  "sepet sayfasına git."
177
 
178
- #: includes/class.yith-wcwl-admin-init.php:989
179
  msgid "Remove if added to the cart"
180
  msgstr "Sepete eklenmişse kaldır"
181
 
182
- #: includes/class.yith-wcwl-admin-init.php:990
183
  #, fuzzy
184
  msgid "Remove the product from the wishlist if it has been added to the cart."
185
  msgstr "Eğer ürün sepete eklenirse istek listesinden kaldır."
186
 
187
- #: includes/class.yith-wcwl-admin-init.php:997
188
  msgid "\"Add to Wishlist\" text"
189
  msgstr "\"İstek Listeme Ekle\" metni"
190
 
191
- #: includes/class.yith-wcwl-admin-init.php:999
192
  #: includes/class.yith-wcwl-admin-init.php:1000
 
193
  msgid "Add to Wishlist"
194
  msgstr "İstek Listeme Ekle"
195
 
196
- #: includes/class.yith-wcwl-admin-init.php:1005
197
  #, fuzzy
198
  msgid "\"Browse wishlist\" text"
199
  msgstr "İstek Listesini Görüntüle"
200
 
201
- #: includes/class.yith-wcwl-admin-init.php:1007
202
  #: includes/class.yith-wcwl-admin-init.php:1008
 
203
  #: includes/class.yith-wcwl-ui.php:81 includes/class.yith-wcwl-ui.php:82
204
  msgid "Browse Wishlist"
205
  msgstr "İstek Listesini Görüntüle"
206
 
207
- #: includes/class.yith-wcwl-admin-init.php:1013
208
  #, fuzzy
209
  msgid "\"Product already in wishlist\" text"
210
  msgstr "Ürün zaten istek listenizde."
211
 
212
- #: includes/class.yith-wcwl-admin-init.php:1015
213
  #: includes/class.yith-wcwl-admin-init.php:1016
 
214
  #: includes/class.yith-wcwl-ui.php:82
215
  msgid "The product is already in the wishlist!"
216
  msgstr "Ürün zaten istek listenizde bulunuyor!"
217
 
218
- #: includes/class.yith-wcwl-admin-init.php:1021
219
  #, fuzzy
220
  msgid "\"Product added\" text"
221
  msgstr "Ürün eklendi!"
222
 
223
- #: includes/class.yith-wcwl-admin-init.php:1023
224
  #: includes/class.yith-wcwl-admin-init.php:1024
225
- #: includes/class.yith-wcwl-ui.php:81 includes/class.yith-wcwl.php:1237
 
226
  msgid "Product added!"
227
  msgstr "Ürün eklendi!"
228
 
229
- #: includes/class.yith-wcwl-admin-init.php:1029
230
  msgid "\"Add to Cart\" text"
231
  msgstr "\"Sepete Ekle\" metni"
232
 
233
- #: includes/class.yith-wcwl-admin-init.php:1031
234
  #: includes/class.yith-wcwl-admin-init.php:1032
 
235
  msgid "Add to Cart"
236
  msgstr "Sepete Ekle"
237
 
238
- #: includes/class.yith-wcwl-admin-init.php:1037
239
  msgid "Show Unit price"
240
  msgstr "Birim Fiyatını Göster"
241
 
242
- #: includes/class.yith-wcwl-admin-init.php:1038
243
  msgid "Show unit price for each product in wishlist"
244
  msgstr ""
245
 
246
- #: includes/class.yith-wcwl-admin-init.php:1046
247
  msgid "Show \"Add to Cart\" button"
248
  msgstr "\"Sepete Ekle\" butonunu göster"
249
 
250
- #: includes/class.yith-wcwl-admin-init.php:1047
251
  #, fuzzy
252
  msgid "Show \"Add to cart\" button for each product in wishlist"
253
  msgstr "\"Sepete Ekle\" buton arkaplanı"
254
 
255
- #: includes/class.yith-wcwl-admin-init.php:1055
256
  msgid "Show Stock status"
257
  msgstr "Stok durumunu göster"
258
 
259
- #: includes/class.yith-wcwl-admin-init.php:1056
260
  msgid ""
261
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
262
  msgstr ""
263
 
264
- #: includes/class.yith-wcwl-admin-init.php:1079
265
  msgid "Styles"
266
  msgstr "Stiller"
267
 
268
- #: includes/class.yith-wcwl-admin-init.php:1086
269
  msgid "Use buttons"
270
  msgstr "Butonları kullan"
271
 
272
- #: includes/class.yith-wcwl-admin-init.php:1087
273
  #, fuzzy
274
  msgid "Use buttons instead of simple anchors."
275
  msgstr "Basit bağlantılar yerine buton kullanın."
276
 
277
- #: includes/class.yith-wcwl-admin-init.php:1094
278
  msgid "Custom CSS"
279
  msgstr "Özel CSS"
280
 
281
- #: includes/class.yith-wcwl-admin-init.php:1102
282
  msgid "Use theme style"
283
  msgstr "Tema stilini kullan"
284
 
285
- #: includes/class.yith-wcwl-admin-init.php:1103
286
  msgid "Use the theme style."
287
  msgstr "Tema stilini kullan."
288
 
289
- #: includes/class.yith-wcwl-admin-init.php:1110
290
  #, fuzzy
291
  msgid "Rounded buttons"
292
  msgstr "Butonları kullan"
293
 
294
- #: includes/class.yith-wcwl-admin-init.php:1111
295
  #, fuzzy
296
  msgid "Make button corners rounded"
297
  msgstr "Butonların köşelerini yuvarlaklaştır"
298
 
299
- #: includes/class.yith-wcwl-admin-init.php:1118
300
  msgid "\"Add to Wishlist\" icon"
301
  msgstr "\"İstek Listeme Ekle\" simgesi"
302
 
303
- #: includes/class.yith-wcwl-admin-init.php:1119
304
  msgid "Add an icon to the \"Add to Wishlist\" button"
305
  msgstr "\"İstek Listeme Ekle\" butonuna bir simge ekleyin"
306
 
307
- #: includes/class.yith-wcwl-admin-init.php:1130
308
  msgid "\"Add to Cart\" icon"
309
  msgstr "\"Sepete Ekle\" simgesi"
310
 
311
- #: includes/class.yith-wcwl-admin-init.php:1131
312
  msgid "Add an icon to the \"Add to Cart\" button"
313
  msgstr "\"Sepete Ekle\" butonuna bir simge ekleyin"
314
 
315
- #: includes/class.yith-wcwl-admin-init.php:1150
316
  msgid "Socials &amp; Share"
317
  msgstr "Sosyal &amp; Paylaşım"
318
 
319
- #: includes/class.yith-wcwl-admin-init.php:1157
320
  msgid "Share on Facebook"
321
  msgstr "Facebook'ta Paylaş"
322
 
323
- #: includes/class.yith-wcwl-admin-init.php:1158
324
- #: includes/class.yith-wcwl-admin-init.php:1182
325
  #, fuzzy
326
  msgid "Show \"Share on Facebook\" button"
327
  msgstr "Facebook'ta Paylaş"
328
 
329
- #: includes/class.yith-wcwl-admin-init.php:1165
330
  msgid "Tweet on Twitter"
331
  msgstr "Twitter'da Tweetle"
332
 
333
- #: includes/class.yith-wcwl-admin-init.php:1166
334
  #, fuzzy
335
  msgid "Show \"Tweet on Twitter\" button"
336
  msgstr "Twitter'da Tweetle"
337
 
338
- #: includes/class.yith-wcwl-admin-init.php:1173
339
  msgid "Pin on Pinterest"
340
  msgstr "Pinterest'te Pinle"
341
 
342
- #: includes/class.yith-wcwl-admin-init.php:1174
343
  #, fuzzy
344
  msgid "Show \"Pin on Pinterest\" button"
345
  msgstr "Pinterest'te Pinle"
346
 
347
- #: includes/class.yith-wcwl-admin-init.php:1181
348
  msgid "Share on Google+"
349
  msgstr "Google+'da Paylaş"
350
 
351
- #: includes/class.yith-wcwl-admin-init.php:1189
352
  msgid "Share by Email"
353
  msgstr ""
354
 
355
- #: includes/class.yith-wcwl-admin-init.php:1190
356
  #, fuzzy
357
  msgid "Show \"Share by Email\" button"
358
  msgstr "\"Sepete Ekle\" butonunu göster"
359
 
360
- #: includes/class.yith-wcwl-admin-init.php:1197
361
  #, fuzzy
362
  msgid "Social title"
363
  msgstr "Sosyal medya başlığı"
364
 
365
- #: includes/class.yith-wcwl-admin-init.php:1205
366
  #, fuzzy
367
  msgid "Social text"
368
  msgstr "Sosyal medya metni"
369
 
370
- #: includes/class.yith-wcwl-admin-init.php:1206
371
  #, fuzzy
372
  msgid ""
373
  "It will be used by Facebook, Twitter and Pinterest. Use <strong>%wishlist_url"
@@ -377,30 +377,22 @@ msgstr ""
377
  "görünmesini istediğiniz yer için <strong>%wishlist_url%</strong> URL'ini "
378
  "kullanın."
379
 
380
- #: includes/class.yith-wcwl-admin-init.php:1214
381
  #, fuzzy
382
  msgid "Social image URL"
383
  msgstr "Sosyal medya resim URL'i"
384
 
385
- #: includes/class.yith-wcwl-admin-init.php:1250
386
  #, fuzzy
387
  msgid "\"Add to wishlist\" button"
388
  msgstr "\"İstek Listeme Ekle\" buton metni"
389
 
390
- #: includes/class.yith-wcwl-admin-init.php:1253
391
- #: includes/class.yith-wcwl-admin-init.php:1271
392
- #: includes/class.yith-wcwl-admin-init.php:1289
393
- #: includes/class.yith-wcwl-admin-init.php:1307
394
- #: includes/class.yith-wcwl-admin-init.php:1325
395
- msgid "Background"
396
- msgstr ""
397
-
398
  #: includes/class.yith-wcwl-admin-init.php:1254
399
  #: includes/class.yith-wcwl-admin-init.php:1272
400
  #: includes/class.yith-wcwl-admin-init.php:1290
401
  #: includes/class.yith-wcwl-admin-init.php:1308
402
  #: includes/class.yith-wcwl-admin-init.php:1326
403
- msgid "Text"
404
  msgstr ""
405
 
406
  #: includes/class.yith-wcwl-admin-init.php:1255
@@ -408,62 +400,70 @@ msgstr ""
408
  #: includes/class.yith-wcwl-admin-init.php:1291
409
  #: includes/class.yith-wcwl-admin-init.php:1309
410
  #: includes/class.yith-wcwl-admin-init.php:1327
411
- msgid "Border"
412
  msgstr ""
413
 
414
- #: includes/class.yith-wcwl-admin-init.php:1262
415
- #: includes/class.yith-wcwl-admin-init.php:1280
416
- #: includes/class.yith-wcwl-admin-init.php:1298
417
- #: includes/class.yith-wcwl-admin-init.php:1316
418
- msgid "Background (hover)"
 
419
  msgstr ""
420
 
421
  #: includes/class.yith-wcwl-admin-init.php:1263
422
  #: includes/class.yith-wcwl-admin-init.php:1281
423
  #: includes/class.yith-wcwl-admin-init.php:1299
424
  #: includes/class.yith-wcwl-admin-init.php:1317
425
- msgid "Text (hover)"
426
  msgstr ""
427
 
428
  #: includes/class.yith-wcwl-admin-init.php:1264
429
  #: includes/class.yith-wcwl-admin-init.php:1282
430
  #: includes/class.yith-wcwl-admin-init.php:1300
431
  #: includes/class.yith-wcwl-admin-init.php:1318
 
 
 
 
 
 
 
432
  msgid "Border (hover)"
433
  msgstr ""
434
 
435
- #: includes/class.yith-wcwl-admin-init.php:1268
436
  #, fuzzy
437
  msgid "\"Add to Cart\" button"
438
  msgstr "\"Sepete Ekle\" buton metni"
439
 
440
- #: includes/class.yith-wcwl-admin-init.php:1286
441
  msgid "\"Style 1\" button"
442
  msgstr ""
443
 
444
- #: includes/class.yith-wcwl-admin-init.php:1304
445
  msgid "\"Style 2\" button"
446
  msgstr ""
447
 
448
- #: includes/class.yith-wcwl-admin-init.php:1322
449
  #, fuzzy
450
  msgid "Wishlist table"
451
  msgstr "İstek listesi başlığı"
452
 
453
- #: includes/class.yith-wcwl-admin-init.php:1331
454
  msgid "Headers"
455
  msgstr ""
456
 
457
- #: includes/class.yith-wcwl-admin-init.php:1334
458
  msgid "Background color"
459
  msgstr ""
460
 
461
- #: includes/class.yith-wcwl-admin-init.php:1461
462
  #, fuzzy
463
  msgid "Wishlist Activated"
464
  msgstr "İstek listesi başlığı"
465
 
466
- #: includes/class.yith-wcwl-admin-init.php:1462
467
  #, php-format
468
  msgid ""
469
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
@@ -472,12 +472,12 @@ msgid ""
472
  "options, <a href=\"%s\">discover it now</a>."
473
  msgstr ""
474
 
475
- #: includes/class.yith-wcwl-admin-init.php:1473
476
  #, fuzzy
477
  msgid "Wishlist Updated"
478
  msgstr "İstek Listesi Sayfası"
479
 
480
- #: includes/class.yith-wcwl-admin-init.php:1474
481
  #, php-format
482
  msgid ""
483
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
@@ -498,7 +498,7 @@ msgctxt "page_slug"
498
  msgid "wishlist"
499
  msgstr "istek-listem"
500
 
501
- #: includes/class.yith-wcwl-shortcode.php:224
502
  #: includes/class.yith-wcwl-ui.php:161
503
  msgid "Share on:"
504
  msgstr "Paylaşım seçenekleri:"
@@ -519,41 +519,37 @@ msgstr "Twitter"
519
  msgid "email"
520
  msgstr ""
521
 
522
- #: includes/class.yith-wcwl.php:185
523
  #, fuzzy
524
  msgid "Error occurred while adding products to the wishlist."
525
  msgstr "Ürün istek listenize eklenirken bir hata meydana geldi."
526
 
527
- #: includes/class.yith-wcwl.php:269
528
  msgid "Error occurred while adding product to wishlist."
529
  msgstr "Ürün istek listenize eklenirken bir hata meydana geldi."
530
 
531
- #: includes/class.yith-wcwl.php:284
532
  msgid "Remove now does not require any param"
533
  msgstr ""
534
 
535
- #: includes/class.yith-wcwl.php:318
536
  #, fuzzy
537
  msgid "Error occurred while removing products from the wishlist"
538
  msgstr "Ürün istek listenizden kaldırılırken bir hata meydana geldi."
539
 
540
- #: includes/class.yith-wcwl.php:596
541
  msgid "You need to log in before creating a new wishlist"
542
  msgstr ""
543
 
544
- #: includes/class.yith-wcwl.php:1240
545
- msgid "Product already in the wishlist."
546
- msgstr "Ürün zaten istek listenizde."
547
-
548
- #: includes/class.yith-wcwl.php:1272
549
  msgid "Product successfully removed."
550
  msgstr "Ürün başarıyla kaldırıldı."
551
 
552
- #: includes/class.yith-wcwl.php:1276
553
  msgid "Error. Unable to remove the product from the wishlist."
554
  msgstr "Hata. Ürün istek listenizden kaldırılamadı. "
555
 
556
- #: includes/class.yith-wcwl.php:1280 templates/wishlist-view.php:170
557
  msgid "No products were added to the wishlist"
558
  msgstr "İstek listesinde herhangi bir ürün bulunmuyor"
559
 
@@ -764,7 +760,7 @@ msgstr ""
764
  msgid "Add with multiupload"
765
  msgstr ""
766
 
767
- #: plugin-fw/lib/yit-plugin-panel-wc.php:345
768
  msgid "The changes you have made will be lost if you leave this page."
769
  msgstr ""
770
 
@@ -773,76 +769,76 @@ msgstr ""
773
  msgid "Plugin Settings"
774
  msgstr "Ayarlar"
775
 
776
- #: plugin-fw/lib/yit-plugin-panel.php:92
777
  #: plugin-fw/lib/yit-plugin-subpanel.php:101
778
  msgid "YIT Plugins"
779
  msgstr ""
780
 
781
- #: plugin-fw/lib/yit-plugin-panel.php:271
782
  #: plugin-fw/lib/yit-plugin-subpanel.php:142
783
  #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
784
  msgid "Save Changes"
785
  msgstr ""
786
 
787
- #: plugin-fw/lib/yit-plugin-panel.php:274
788
  #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
789
  msgid ""
790
  "If you continue with this action, you will reset all options in this page."
791
  msgstr ""
792
 
793
- #: plugin-fw/lib/yit-plugin-panel.php:276
794
  #: plugin-fw/lib/yit-plugin-subpanel.php:147
795
- #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
796
- msgid "Reset Defaults"
797
- msgstr ""
798
 
799
- #: plugin-fw/lib/yit-plugin-panel.php:276
800
  #: plugin-fw/lib/yit-plugin-subpanel.php:147
801
  #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
802
  msgid "Are you sure?"
803
  msgstr ""
804
 
805
- #: plugin-fw/lib/yit-plugin-panel.php:410
806
  msgid ""
807
  "The element you have entered already exists. Please, enter another name."
808
  msgstr ""
809
 
810
- #: plugin-fw/lib/yit-plugin-panel.php:411
811
  #, fuzzy
812
  msgid "Settings saved"
813
  msgstr "Ayarlar"
814
 
815
- #: plugin-fw/lib/yit-plugin-panel.php:412
816
  #, fuzzy
817
  msgid "Settings reset"
818
  msgstr "Ayarlar"
819
 
820
- #: plugin-fw/lib/yit-plugin-panel.php:413
821
  msgid "Element deleted correctly."
822
  msgstr ""
823
 
824
- #: plugin-fw/lib/yit-plugin-panel.php:414
825
- #: plugin-fw/lib/yit-plugin-panel.php:415
826
  msgid "Element updated correctly."
827
  msgstr ""
828
 
829
- #: plugin-fw/lib/yit-plugin-panel.php:416
830
  msgid "Database imported correctly."
831
  msgstr ""
832
 
833
- #: plugin-fw/lib/yit-plugin-panel.php:417
834
  msgid "An error has occurred during import. Please try again."
835
  msgstr ""
836
 
837
- #: plugin-fw/lib/yit-plugin-panel.php:418
838
  msgid "The added file is not valid."
839
  msgstr ""
840
 
841
- #: plugin-fw/lib/yit-plugin-panel.php:419
842
  msgid "Sorry, import is disabled."
843
  msgstr ""
844
 
845
- #: plugin-fw/lib/yit-plugin-panel.php:420
846
  msgid "Sorting successful."
847
  msgstr ""
848
 
@@ -966,48 +962,48 @@ msgstr ""
966
  msgid "Update Plugin"
967
  msgstr ""
968
 
969
- #: plugin-fw/licence/lib/yit-licence.php:148
970
  #, php-format
971
  msgid "%field% field cannot be empty"
972
  msgstr ""
973
 
974
- #: plugin-fw/licence/lib/yit-licence.php:149
975
  msgid "%field_1% and %field_2% fields cannot be empty"
976
  msgstr ""
977
 
978
- #: plugin-fw/licence/lib/yit-licence.php:150
979
  msgid "Unable to contact the remote server, please try again later. Thanks!"
980
  msgstr ""
981
 
982
- #: plugin-fw/licence/lib/yit-licence.php:529
983
  msgid "Invalid Request"
984
  msgstr ""
985
 
986
- #: plugin-fw/licence/lib/yit-licence.php:530
987
  msgid "Invalid licence key"
988
  msgstr ""
989
 
990
- #: plugin-fw/licence/lib/yit-licence.php:531
991
  msgid "Software has been deactivated"
992
  msgstr ""
993
 
994
- #: plugin-fw/licence/lib/yit-licence.php:532
995
  msgid "Maximum number of activations exceeded"
996
  msgstr ""
997
 
998
- #: plugin-fw/licence/lib/yit-licence.php:533
999
  msgid "Invalid instance ID"
1000
  msgstr ""
1001
 
1002
- #: plugin-fw/licence/lib/yit-licence.php:534
1003
  msgid "Invalid security key"
1004
  msgstr ""
1005
 
1006
- #: plugin-fw/licence/lib/yit-licence.php:535
1007
  msgid "Licence key has expired"
1008
  msgstr ""
1009
 
1010
- #: plugin-fw/licence/lib/yit-licence.php:536
1011
  msgid "Licence key has been banned"
1012
  msgstr ""
1013
 
@@ -1055,7 +1051,7 @@ msgstr ""
1055
  #: plugin-fw/licence/templates/panel/activation/activation-panel.php:77
1056
  #: plugin-fw/licence/templates/panel/activation/activation-panel.php:109
1057
  #: plugin-fw/licence/templates/panel/activation/activation-panel.php:133
1058
- #: templates/wishlist-view.php:56
1059
  msgid "Product Name"
1060
  msgstr "Ürün Adı"
1061
 
@@ -1483,6 +1479,10 @@ msgstr "İtalik"
1483
  msgid "Italic bold"
1484
  msgstr "İtalik Kalın"
1485
 
 
 
 
 
1486
  #: templates/share.php:28
1487
  #, fuzzy
1488
  msgid "Pinterest"
@@ -1505,31 +1505,31 @@ msgstr ""
1505
  msgid "Cancel"
1506
  msgstr ""
1507
 
1508
- #: templates/wishlist-view.php:62
1509
  msgid "Unit Price"
1510
  msgstr "Birim Fiyatı"
1511
 
1512
- #: templates/wishlist-view.php:70
1513
  msgid "Stock Status"
1514
  msgstr "Stok Durumu"
1515
 
1516
- #: templates/wishlist-view.php:101
1517
  msgid "Remove this product"
1518
  msgstr "Bu ürünü kaldır"
1519
 
1520
- #: templates/wishlist-view.php:130
1521
  msgid "Free!"
1522
  msgstr "Ücretsiz!"
1523
 
1524
- #: templates/wishlist-view.php:141
1525
  msgid "Out of Stock"
1526
  msgstr "Stok Dışı"
1527
 
1528
- #: templates/wishlist-view.php:144
1529
  msgid "In Stock"
1530
  msgstr "Stokta"
1531
 
1532
- #: templates/wishlist-view.php:196
1533
  msgid "Ask an estimate of costs"
1534
  msgstr ""
1535
 
@@ -1553,6 +1553,9 @@ msgstr "Font ailesi seçimi"
1553
  msgid "Click to preview"
1554
  msgstr "Önizleme için tıklayın"
1555
 
 
 
 
1556
  #, fuzzy
1557
  #~ msgid "Button rounded corners"
1558
  #~ msgstr "Yuvarlak köşeli butonlar"
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist v1.0.3\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-03-18 10:24+0100\n"
6
+ "PO-Revision-Date: 2015-03-18 10:24+0100\n"
7
  "Last-Translator: Caner Öncel <caneroncel@gmail.com>\n"
8
  "Language-Team: Caner Öncel (@egonomik) <caneroncel@gmail.com>\n"
9
  "Language: tr_TR\n"
32
  msgstr ""
33
 
34
  #: includes/class.yith-wcwl-admin-init.php:188
35
+ #: includes/class.yith-wcwl-admin-init.php:1359
36
+ #: includes/class.yith-wcwl-admin-init.php:1360
37
  #: includes/class.yith-wcwl-install.php:240
38
  msgid "Wishlist"
39
  msgstr "İstek Listesi"
40
 
41
  #: includes/class.yith-wcwl-admin-init.php:190
42
+ #: includes/class.yith-wcwl-admin-init.php:290
43
  #: plugin-fw/lib/yit-cpt-unlimited.php:1048
44
  #: plugin-fw/lib/yit-cpt-unlimited.php:1196
45
  #: plugin-fw/lib/yit-cpt-unlimited.php:1202
48
  msgstr "Ayarlar"
49
 
50
  #: includes/class.yith-wcwl-admin-init.php:191
51
+ #: includes/class.yith-wcwl-admin-init.php:257
52
  msgid "Colors"
53
  msgstr "Renkler"
54
 
55
  #: includes/class.yith-wcwl-admin-init.php:192
56
+ #: includes/class.yith-wcwl-admin-init.php:294
57
  msgid "Premium Version"
58
  msgstr ""
59
 
60
+ #: includes/class.yith-wcwl-admin-init.php:318
61
  msgid ""
62
  "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
63
  "link to update it."
64
  msgstr ""
65
 
66
+ #: includes/class.yith-wcwl-admin-init.php:321
67
  msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
68
  msgstr ""
69
 
70
+ #: includes/class.yith-wcwl-admin-init.php:326
71
  msgid "Plugin Documentation"
72
  msgstr ""
73
 
74
+ #: includes/class.yith-wcwl-admin-init.php:342
75
  msgid "Wishlist Page"
76
  msgstr "İstek Listesi Sayfası"
77
 
78
+ #: includes/class.yith-wcwl-admin-init.php:343
79
  msgid "Page contents: [yith_wcwl_wishlist]"
80
  msgstr "Sayfa içeriği: [yith_wcwl_wishlist]"
81
 
82
+ #: includes/class.yith-wcwl-admin-init.php:918
83
  msgid "Upgrade to the PREMIUM VERSION"
84
  msgstr ""
85
 
86
+ #: includes/class.yith-wcwl-admin-init.php:921
87
  msgid "YITH WooCommerce Wishlist"
88
  msgstr ""
89
 
90
+ #: includes/class.yith-wcwl-admin-init.php:922
91
  msgid "Discover the Advanced Features"
92
  msgstr ""
93
 
94
+ #: includes/class.yith-wcwl-admin-init.php:923
95
  msgid ""
96
  "Upgrade to the PREMIUM VERSION\n"
97
  "of YITH WOOCOMMERCE WISHLIST to benefit from all features!"
98
  msgstr ""
99
 
100
+ #: includes/class.yith-wcwl-admin-init.php:930
101
  msgid "Get Support and Pro Features"
102
  msgstr ""
103
 
104
+ #: includes/class.yith-wcwl-admin-init.php:931
105
  msgid ""
106
  "By purchasing the premium version of the plugin, you will take advantage of "
107
  "the advanced features of the product and you will get one year of free "
108
  "updates and support through our platform available 24h/24."
109
  msgstr ""
110
 
111
+ #: includes/class.yith-wcwl-admin-init.php:941
112
  msgid "General Settings"
113
  msgstr "Genel Ayarlar"
114
 
115
+ #: includes/class.yith-wcwl-admin-init.php:948
116
  msgid "Enable YITH Wishlist"
117
  msgstr "YITH İstek Listesi Etkin"
118
 
119
+ #: includes/class.yith-wcwl-admin-init.php:949
120
  #, php-format
121
  msgid ""
122
  "Enable all plugin features. <strong>Be sure to select a voice in the "
124
  "\" target=\"_blank\">documentation</a>."
125
  msgstr ""
126
 
127
+ #: includes/class.yith-wcwl-admin-init.php:956
128
  #, fuzzy
129
  msgid "Default wishlist title"
130
  msgstr "İstek listesi başlığı"
131
 
 
132
  #: includes/class.yith-wcwl-admin-init.php:958
133
+ #: includes/class.yith-wcwl-admin-init.php:959
134
  #: includes/class.yith-wcwl-admin-init.php:1200
135
+ #: includes/class.yith-wcwl-admin-init.php:1201
136
  #, php-format
137
  msgid "My wishlist on %s"
138
  msgstr "%s üzerinde istek listem"
139
 
140
+ #: includes/class.yith-wcwl-admin-init.php:967
141
  msgid "Position"
142
  msgstr "Pozisyon"
143
 
144
+ #: includes/class.yith-wcwl-admin-init.php:968
145
  msgid ""
146
  "You can add it in variable products only After \"Add to Cart \" or using the "
147
  "shortcode [yith_wcwl_add_to_wishlist]."
148
  msgstr ""
149
 
150
+ #: includes/class.yith-wcwl-admin-init.php:974
151
  msgid "After \"Add to cart\""
152
  msgstr "\"Sepete Ekle\"den sonra"
153
 
154
+ #: includes/class.yith-wcwl-admin-init.php:975
155
  msgid "After thumbnails"
156
  msgstr "Küçük resimlerden sonra"
157
 
158
+ #: includes/class.yith-wcwl-admin-init.php:976
159
  msgid "After summary"
160
  msgstr "Özet bilgisinden sonra"
161
 
162
+ #: includes/class.yith-wcwl-admin-init.php:977
163
  msgid "Use shortcode"
164
  msgstr "Kısa kod kullan"
165
 
166
+ #: includes/class.yith-wcwl-admin-init.php:982
167
  msgid "Redirect to cart"
168
  msgstr "Sepete yönlendir"
169
 
170
+ #: includes/class.yith-wcwl-admin-init.php:983
171
  msgid ""
172
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
173
  "page."
175
  "Eğer istek listesindeki bir ürün için \"Sepete Ekle\" butonuna tıklanırsa "
176
  "sepet sayfasına git."
177
 
178
+ #: includes/class.yith-wcwl-admin-init.php:990
179
  msgid "Remove if added to the cart"
180
  msgstr "Sepete eklenmişse kaldır"
181
 
182
+ #: includes/class.yith-wcwl-admin-init.php:991
183
  #, fuzzy
184
  msgid "Remove the product from the wishlist if it has been added to the cart."
185
  msgstr "Eğer ürün sepete eklenirse istek listesinden kaldır."
186
 
187
+ #: includes/class.yith-wcwl-admin-init.php:998
188
  msgid "\"Add to Wishlist\" text"
189
  msgstr "\"İstek Listeme Ekle\" metni"
190
 
 
191
  #: includes/class.yith-wcwl-admin-init.php:1000
192
+ #: includes/class.yith-wcwl-admin-init.php:1001
193
  msgid "Add to Wishlist"
194
  msgstr "İstek Listeme Ekle"
195
 
196
+ #: includes/class.yith-wcwl-admin-init.php:1006
197
  #, fuzzy
198
  msgid "\"Browse wishlist\" text"
199
  msgstr "İstek Listesini Görüntüle"
200
 
 
201
  #: includes/class.yith-wcwl-admin-init.php:1008
202
+ #: includes/class.yith-wcwl-admin-init.php:1009
203
  #: includes/class.yith-wcwl-ui.php:81 includes/class.yith-wcwl-ui.php:82
204
  msgid "Browse Wishlist"
205
  msgstr "İstek Listesini Görüntüle"
206
 
207
+ #: includes/class.yith-wcwl-admin-init.php:1014
208
  #, fuzzy
209
  msgid "\"Product already in wishlist\" text"
210
  msgstr "Ürün zaten istek listenizde."
211
 
 
212
  #: includes/class.yith-wcwl-admin-init.php:1016
213
+ #: includes/class.yith-wcwl-admin-init.php:1017
214
  #: includes/class.yith-wcwl-ui.php:82
215
  msgid "The product is already in the wishlist!"
216
  msgstr "Ürün zaten istek listenizde bulunuyor!"
217
 
218
+ #: includes/class.yith-wcwl-admin-init.php:1022
219
  #, fuzzy
220
  msgid "\"Product added\" text"
221
  msgstr "Ürün eklendi!"
222
 
 
223
  #: includes/class.yith-wcwl-admin-init.php:1024
224
+ #: includes/class.yith-wcwl-admin-init.php:1025
225
+ #: includes/class.yith-wcwl-ui.php:81
226
  msgid "Product added!"
227
  msgstr "Ürün eklendi!"
228
 
229
+ #: includes/class.yith-wcwl-admin-init.php:1030
230
  msgid "\"Add to Cart\" text"
231
  msgstr "\"Sepete Ekle\" metni"
232
 
 
233
  #: includes/class.yith-wcwl-admin-init.php:1032
234
+ #: includes/class.yith-wcwl-admin-init.php:1033
235
  msgid "Add to Cart"
236
  msgstr "Sepete Ekle"
237
 
238
+ #: includes/class.yith-wcwl-admin-init.php:1038
239
  msgid "Show Unit price"
240
  msgstr "Birim Fiyatını Göster"
241
 
242
+ #: includes/class.yith-wcwl-admin-init.php:1039
243
  msgid "Show unit price for each product in wishlist"
244
  msgstr ""
245
 
246
+ #: includes/class.yith-wcwl-admin-init.php:1047
247
  msgid "Show \"Add to Cart\" button"
248
  msgstr "\"Sepete Ekle\" butonunu göster"
249
 
250
+ #: includes/class.yith-wcwl-admin-init.php:1048
251
  #, fuzzy
252
  msgid "Show \"Add to cart\" button for each product in wishlist"
253
  msgstr "\"Sepete Ekle\" buton arkaplanı"
254
 
255
+ #: includes/class.yith-wcwl-admin-init.php:1056
256
  msgid "Show Stock status"
257
  msgstr "Stok durumunu göster"
258
 
259
+ #: includes/class.yith-wcwl-admin-init.php:1057
260
  msgid ""
261
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
262
  msgstr ""
263
 
264
+ #: includes/class.yith-wcwl-admin-init.php:1080
265
  msgid "Styles"
266
  msgstr "Stiller"
267
 
268
+ #: includes/class.yith-wcwl-admin-init.php:1087
269
  msgid "Use buttons"
270
  msgstr "Butonları kullan"
271
 
272
+ #: includes/class.yith-wcwl-admin-init.php:1088
273
  #, fuzzy
274
  msgid "Use buttons instead of simple anchors."
275
  msgstr "Basit bağlantılar yerine buton kullanın."
276
 
277
+ #: includes/class.yith-wcwl-admin-init.php:1095
278
  msgid "Custom CSS"
279
  msgstr "Özel CSS"
280
 
281
+ #: includes/class.yith-wcwl-admin-init.php:1103
282
  msgid "Use theme style"
283
  msgstr "Tema stilini kullan"
284
 
285
+ #: includes/class.yith-wcwl-admin-init.php:1104
286
  msgid "Use the theme style."
287
  msgstr "Tema stilini kullan."
288
 
289
+ #: includes/class.yith-wcwl-admin-init.php:1111
290
  #, fuzzy
291
  msgid "Rounded buttons"
292
  msgstr "Butonları kullan"
293
 
294
+ #: includes/class.yith-wcwl-admin-init.php:1112
295
  #, fuzzy
296
  msgid "Make button corners rounded"
297
  msgstr "Butonların köşelerini yuvarlaklaştır"
298
 
299
+ #: includes/class.yith-wcwl-admin-init.php:1119
300
  msgid "\"Add to Wishlist\" icon"
301
  msgstr "\"İstek Listeme Ekle\" simgesi"
302
 
303
+ #: includes/class.yith-wcwl-admin-init.php:1120
304
  msgid "Add an icon to the \"Add to Wishlist\" button"
305
  msgstr "\"İstek Listeme Ekle\" butonuna bir simge ekleyin"
306
 
307
+ #: includes/class.yith-wcwl-admin-init.php:1131
308
  msgid "\"Add to Cart\" icon"
309
  msgstr "\"Sepete Ekle\" simgesi"
310
 
311
+ #: includes/class.yith-wcwl-admin-init.php:1132
312
  msgid "Add an icon to the \"Add to Cart\" button"
313
  msgstr "\"Sepete Ekle\" butonuna bir simge ekleyin"
314
 
315
+ #: includes/class.yith-wcwl-admin-init.php:1151
316
  msgid "Socials &amp; Share"
317
  msgstr "Sosyal &amp; Paylaşım"
318
 
319
+ #: includes/class.yith-wcwl-admin-init.php:1158
320
  msgid "Share on Facebook"
321
  msgstr "Facebook'ta Paylaş"
322
 
323
+ #: includes/class.yith-wcwl-admin-init.php:1159
324
+ #: includes/class.yith-wcwl-admin-init.php:1183
325
  #, fuzzy
326
  msgid "Show \"Share on Facebook\" button"
327
  msgstr "Facebook'ta Paylaş"
328
 
329
+ #: includes/class.yith-wcwl-admin-init.php:1166
330
  msgid "Tweet on Twitter"
331
  msgstr "Twitter'da Tweetle"
332
 
333
+ #: includes/class.yith-wcwl-admin-init.php:1167
334
  #, fuzzy
335
  msgid "Show \"Tweet on Twitter\" button"
336
  msgstr "Twitter'da Tweetle"
337
 
338
+ #: includes/class.yith-wcwl-admin-init.php:1174
339
  msgid "Pin on Pinterest"
340
  msgstr "Pinterest'te Pinle"
341
 
342
+ #: includes/class.yith-wcwl-admin-init.php:1175
343
  #, fuzzy
344
  msgid "Show \"Pin on Pinterest\" button"
345
  msgstr "Pinterest'te Pinle"
346
 
347
+ #: includes/class.yith-wcwl-admin-init.php:1182
348
  msgid "Share on Google+"
349
  msgstr "Google+'da Paylaş"
350
 
351
+ #: includes/class.yith-wcwl-admin-init.php:1190
352
  msgid "Share by Email"
353
  msgstr ""
354
 
355
+ #: includes/class.yith-wcwl-admin-init.php:1191
356
  #, fuzzy
357
  msgid "Show \"Share by Email\" button"
358
  msgstr "\"Sepete Ekle\" butonunu göster"
359
 
360
+ #: includes/class.yith-wcwl-admin-init.php:1198
361
  #, fuzzy
362
  msgid "Social title"
363
  msgstr "Sosyal medya başlığı"
364
 
365
+ #: includes/class.yith-wcwl-admin-init.php:1206
366
  #, fuzzy
367
  msgid "Social text"
368
  msgstr "Sosyal medya metni"
369
 
370
+ #: includes/class.yith-wcwl-admin-init.php:1207
371
  #, fuzzy
372
  msgid ""
373
  "It will be used by Facebook, Twitter and Pinterest. Use <strong>%wishlist_url"
377
  "görünmesini istediğiniz yer için <strong>%wishlist_url%</strong> URL'ini "
378
  "kullanın."
379
 
380
+ #: includes/class.yith-wcwl-admin-init.php:1215
381
  #, fuzzy
382
  msgid "Social image URL"
383
  msgstr "Sosyal medya resim URL'i"
384
 
385
+ #: includes/class.yith-wcwl-admin-init.php:1251
386
  #, fuzzy
387
  msgid "\"Add to wishlist\" button"
388
  msgstr "\"İstek Listeme Ekle\" buton metni"
389
 
 
 
 
 
 
 
 
 
390
  #: includes/class.yith-wcwl-admin-init.php:1254
391
  #: includes/class.yith-wcwl-admin-init.php:1272
392
  #: includes/class.yith-wcwl-admin-init.php:1290
393
  #: includes/class.yith-wcwl-admin-init.php:1308
394
  #: includes/class.yith-wcwl-admin-init.php:1326
395
+ msgid "Background"
396
  msgstr ""
397
 
398
  #: includes/class.yith-wcwl-admin-init.php:1255
400
  #: includes/class.yith-wcwl-admin-init.php:1291
401
  #: includes/class.yith-wcwl-admin-init.php:1309
402
  #: includes/class.yith-wcwl-admin-init.php:1327
403
+ msgid "Text"
404
  msgstr ""
405
 
406
+ #: includes/class.yith-wcwl-admin-init.php:1256
407
+ #: includes/class.yith-wcwl-admin-init.php:1274
408
+ #: includes/class.yith-wcwl-admin-init.php:1292
409
+ #: includes/class.yith-wcwl-admin-init.php:1310
410
+ #: includes/class.yith-wcwl-admin-init.php:1328
411
+ msgid "Border"
412
  msgstr ""
413
 
414
  #: includes/class.yith-wcwl-admin-init.php:1263
415
  #: includes/class.yith-wcwl-admin-init.php:1281
416
  #: includes/class.yith-wcwl-admin-init.php:1299
417
  #: includes/class.yith-wcwl-admin-init.php:1317
418
+ msgid "Background (hover)"
419
  msgstr ""
420
 
421
  #: includes/class.yith-wcwl-admin-init.php:1264
422
  #: includes/class.yith-wcwl-admin-init.php:1282
423
  #: includes/class.yith-wcwl-admin-init.php:1300
424
  #: includes/class.yith-wcwl-admin-init.php:1318
425
+ msgid "Text (hover)"
426
+ msgstr ""
427
+
428
+ #: includes/class.yith-wcwl-admin-init.php:1265
429
+ #: includes/class.yith-wcwl-admin-init.php:1283
430
+ #: includes/class.yith-wcwl-admin-init.php:1301
431
+ #: includes/class.yith-wcwl-admin-init.php:1319
432
  msgid "Border (hover)"
433
  msgstr ""
434
 
435
+ #: includes/class.yith-wcwl-admin-init.php:1269
436
  #, fuzzy
437
  msgid "\"Add to Cart\" button"
438
  msgstr "\"Sepete Ekle\" buton metni"
439
 
440
+ #: includes/class.yith-wcwl-admin-init.php:1287
441
  msgid "\"Style 1\" button"
442
  msgstr ""
443
 
444
+ #: includes/class.yith-wcwl-admin-init.php:1305
445
  msgid "\"Style 2\" button"
446
  msgstr ""
447
 
448
+ #: includes/class.yith-wcwl-admin-init.php:1323
449
  #, fuzzy
450
  msgid "Wishlist table"
451
  msgstr "İstek listesi başlığı"
452
 
453
+ #: includes/class.yith-wcwl-admin-init.php:1332
454
  msgid "Headers"
455
  msgstr ""
456
 
457
+ #: includes/class.yith-wcwl-admin-init.php:1335
458
  msgid "Background color"
459
  msgstr ""
460
 
461
+ #: includes/class.yith-wcwl-admin-init.php:1425
462
  #, fuzzy
463
  msgid "Wishlist Activated"
464
  msgstr "İstek listesi başlığı"
465
 
466
+ #: includes/class.yith-wcwl-admin-init.php:1426
467
  #, php-format
468
  msgid ""
469
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
472
  "options, <a href=\"%s\">discover it now</a>."
473
  msgstr ""
474
 
475
+ #: includes/class.yith-wcwl-admin-init.php:1437
476
  #, fuzzy
477
  msgid "Wishlist Updated"
478
  msgstr "İstek Listesi Sayfası"
479
 
480
+ #: includes/class.yith-wcwl-admin-init.php:1438
481
  #, php-format
482
  msgid ""
483
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
498
  msgid "wishlist"
499
  msgstr "istek-listem"
500
 
501
+ #: includes/class.yith-wcwl-shortcode.php:230
502
  #: includes/class.yith-wcwl-ui.php:161
503
  msgid "Share on:"
504
  msgstr "Paylaşım seçenekleri:"
519
  msgid "email"
520
  msgstr ""
521
 
522
+ #: includes/class.yith-wcwl.php:187
523
  #, fuzzy
524
  msgid "Error occurred while adding products to the wishlist."
525
  msgstr "Ürün istek listenize eklenirken bir hata meydana geldi."
526
 
527
+ #: includes/class.yith-wcwl.php:271
528
  msgid "Error occurred while adding product to wishlist."
529
  msgstr "Ürün istek listenize eklenirken bir hata meydana geldi."
530
 
531
+ #: includes/class.yith-wcwl.php:286
532
  msgid "Remove now does not require any param"
533
  msgstr ""
534
 
535
+ #: includes/class.yith-wcwl.php:320
536
  #, fuzzy
537
  msgid "Error occurred while removing products from the wishlist"
538
  msgstr "Ürün istek listenizden kaldırılırken bir hata meydana geldi."
539
 
540
+ #: includes/class.yith-wcwl.php:598
541
  msgid "You need to log in before creating a new wishlist"
542
  msgstr ""
543
 
544
+ #: includes/class.yith-wcwl.php:1301
 
 
 
 
545
  msgid "Product successfully removed."
546
  msgstr "Ürün başarıyla kaldırıldı."
547
 
548
+ #: includes/class.yith-wcwl.php:1305
549
  msgid "Error. Unable to remove the product from the wishlist."
550
  msgstr "Hata. Ürün istek listenizden kaldırılamadı. "
551
 
552
+ #: includes/class.yith-wcwl.php:1309 templates/wishlist-view.php:181
553
  msgid "No products were added to the wishlist"
554
  msgstr "İstek listesinde herhangi bir ürün bulunmuyor"
555
 
760
  msgid "Add with multiupload"
761
  msgstr ""
762
 
763
+ #: plugin-fw/lib/yit-plugin-panel-wc.php:315
764
  msgid "The changes you have made will be lost if you leave this page."
765
  msgstr ""
766
 
769
  msgid "Plugin Settings"
770
  msgstr "Ayarlar"
771
 
772
+ #: plugin-fw/lib/yit-plugin-panel.php:94
773
  #: plugin-fw/lib/yit-plugin-subpanel.php:101
774
  msgid "YIT Plugins"
775
  msgstr ""
776
 
777
+ #: plugin-fw/lib/yit-plugin-panel.php:273
778
  #: plugin-fw/lib/yit-plugin-subpanel.php:142
779
  #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
780
  msgid "Save Changes"
781
  msgstr ""
782
 
783
+ #: plugin-fw/lib/yit-plugin-panel.php:276
784
  #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
785
  msgid ""
786
  "If you continue with this action, you will reset all options in this page."
787
  msgstr ""
788
 
789
+ #: plugin-fw/lib/yit-plugin-panel.php:278
790
  #: plugin-fw/lib/yit-plugin-subpanel.php:147
791
+ #, fuzzy
792
+ msgid "Reset to Default"
793
+ msgstr "Sepete yönlendir"
794
 
795
+ #: plugin-fw/lib/yit-plugin-panel.php:278
796
  #: plugin-fw/lib/yit-plugin-subpanel.php:147
797
  #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
798
  msgid "Are you sure?"
799
  msgstr ""
800
 
801
+ #: plugin-fw/lib/yit-plugin-panel.php:412
802
  msgid ""
803
  "The element you have entered already exists. Please, enter another name."
804
  msgstr ""
805
 
806
+ #: plugin-fw/lib/yit-plugin-panel.php:413
807
  #, fuzzy
808
  msgid "Settings saved"
809
  msgstr "Ayarlar"
810
 
811
+ #: plugin-fw/lib/yit-plugin-panel.php:414
812
  #, fuzzy
813
  msgid "Settings reset"
814
  msgstr "Ayarlar"
815
 
816
+ #: plugin-fw/lib/yit-plugin-panel.php:415
817
  msgid "Element deleted correctly."
818
  msgstr ""
819
 
820
+ #: plugin-fw/lib/yit-plugin-panel.php:416
821
+ #: plugin-fw/lib/yit-plugin-panel.php:417
822
  msgid "Element updated correctly."
823
  msgstr ""
824
 
825
+ #: plugin-fw/lib/yit-plugin-panel.php:418
826
  msgid "Database imported correctly."
827
  msgstr ""
828
 
829
+ #: plugin-fw/lib/yit-plugin-panel.php:419
830
  msgid "An error has occurred during import. Please try again."
831
  msgstr ""
832
 
833
+ #: plugin-fw/lib/yit-plugin-panel.php:420
834
  msgid "The added file is not valid."
835
  msgstr ""
836
 
837
+ #: plugin-fw/lib/yit-plugin-panel.php:421
838
  msgid "Sorry, import is disabled."
839
  msgstr ""
840
 
841
+ #: plugin-fw/lib/yit-plugin-panel.php:422
842
  msgid "Sorting successful."
843
  msgstr ""
844
 
962
  msgid "Update Plugin"
963
  msgstr ""
964
 
965
+ #: plugin-fw/licence/lib/yit-licence.php:156
966
  #, php-format
967
  msgid "%field% field cannot be empty"
968
  msgstr ""
969
 
970
+ #: plugin-fw/licence/lib/yit-licence.php:157
971
  msgid "%field_1% and %field_2% fields cannot be empty"
972
  msgstr ""
973
 
974
+ #: plugin-fw/licence/lib/yit-licence.php:158
975
  msgid "Unable to contact the remote server, please try again later. Thanks!"
976
  msgstr ""
977
 
978
+ #: plugin-fw/licence/lib/yit-licence.php:537
979
  msgid "Invalid Request"
980
  msgstr ""
981
 
982
+ #: plugin-fw/licence/lib/yit-licence.php:538
983
  msgid "Invalid licence key"
984
  msgstr ""
985
 
986
+ #: plugin-fw/licence/lib/yit-licence.php:539
987
  msgid "Software has been deactivated"
988
  msgstr ""
989
 
990
+ #: plugin-fw/licence/lib/yit-licence.php:540
991
  msgid "Maximum number of activations exceeded"
992
  msgstr ""
993
 
994
+ #: plugin-fw/licence/lib/yit-licence.php:541
995
  msgid "Invalid instance ID"
996
  msgstr ""
997
 
998
+ #: plugin-fw/licence/lib/yit-licence.php:542
999
  msgid "Invalid security key"
1000
  msgstr ""
1001
 
1002
+ #: plugin-fw/licence/lib/yit-licence.php:543
1003
  msgid "Licence key has expired"
1004
  msgstr ""
1005
 
1006
+ #: plugin-fw/licence/lib/yit-licence.php:544
1007
  msgid "Licence key has been banned"
1008
  msgstr ""
1009
 
1051
  #: plugin-fw/licence/templates/panel/activation/activation-panel.php:77
1052
  #: plugin-fw/licence/templates/panel/activation/activation-panel.php:109
1053
  #: plugin-fw/licence/templates/panel/activation/activation-panel.php:133
1054
+ #: templates/wishlist-view.php:62
1055
  msgid "Product Name"
1056
  msgstr "Ürün Adı"
1057
 
1479
  msgid "Italic bold"
1480
  msgstr "İtalik Kalın"
1481
 
1482
+ #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
1483
+ msgid "Reset Defaults"
1484
+ msgstr ""
1485
+
1486
  #: templates/share.php:28
1487
  #, fuzzy
1488
  msgid "Pinterest"
1505
  msgid "Cancel"
1506
  msgstr ""
1507
 
1508
+ #: templates/wishlist-view.php:68
1509
  msgid "Unit Price"
1510
  msgstr "Birim Fiyatı"
1511
 
1512
+ #: templates/wishlist-view.php:76
1513
  msgid "Stock Status"
1514
  msgstr "Stok Durumu"
1515
 
1516
+ #: templates/wishlist-view.php:112
1517
  msgid "Remove this product"
1518
  msgstr "Bu ürünü kaldır"
1519
 
1520
+ #: templates/wishlist-view.php:141
1521
  msgid "Free!"
1522
  msgstr "Ücretsiz!"
1523
 
1524
+ #: templates/wishlist-view.php:152
1525
  msgid "Out of Stock"
1526
  msgstr "Stok Dışı"
1527
 
1528
+ #: templates/wishlist-view.php:155
1529
  msgid "In Stock"
1530
  msgstr "Stokta"
1531
 
1532
+ #: templates/wishlist-view.php:213 templates/wishlist-view.php:246
1533
  msgid "Ask an estimate of costs"
1534
  msgstr ""
1535
 
1553
  msgid "Click to preview"
1554
  msgstr "Önizleme için tıklayın"
1555
 
1556
+ #~ msgid "Product already in the wishlist."
1557
+ #~ msgstr "Ürün zaten istek listenizde."
1558
+
1559
  #, fuzzy
1560
  #~ msgid "Button rounded corners"
1561
  #~ msgstr "Yuvarlak köşeli butonlar"
languages/yit-uk_UA.mo CHANGED
Binary file
languages/yit-uk_UA.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
- "POT-Creation-Date: 2015-03-04 16:40+0100\n"
5
- "PO-Revision-Date: 2015-03-04 16:40+0100\n"
6
  "Last-Translator: Valentyn Zubenko <valentyn.zubenko@gmail.com>\n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: English\n"
@@ -27,14 +27,14 @@ msgid ""
27
  msgstr ""
28
 
29
  #: ../includes/class.yith-wcwl-admin-init.php:188
30
- #: ../includes/class.yith-wcwl-admin-init.php:1399
31
- #: ../includes/class.yith-wcwl-admin-init.php:1400
32
  #: ../includes/class.yith-wcwl-install.php:240
33
  msgid "Wishlist"
34
  msgstr ""
35
 
36
  #: ../includes/class.yith-wcwl-admin-init.php:190
37
- #: ../includes/class.yith-wcwl-admin-init.php:289
38
  #: ../plugin-fw/lib/yit-cpt-unlimited.php:1048
39
  #: ../plugin-fw/lib/yit-cpt-unlimited.php:1196
40
  #: ../plugin-fw/lib/yit-cpt-unlimited.php:1202
@@ -43,75 +43,75 @@ msgid "Settings"
43
  msgstr ""
44
 
45
  #: ../includes/class.yith-wcwl-admin-init.php:191
46
- #: ../includes/class.yith-wcwl-admin-init.php:256
47
  msgid "Colors"
48
  msgstr ""
49
 
50
  #: ../includes/class.yith-wcwl-admin-init.php:192
51
- #: ../includes/class.yith-wcwl-admin-init.php:293
52
  msgid "Premium Version"
53
  msgstr ""
54
 
55
- #: ../includes/class.yith-wcwl-admin-init.php:317
56
  msgid ""
57
  "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
58
  "link to update it."
59
  msgstr ""
60
 
61
- #: ../includes/class.yith-wcwl-admin-init.php:320
62
  msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
63
  msgstr ""
64
 
65
- #: ../includes/class.yith-wcwl-admin-init.php:325
66
  msgid "Plugin Documentation"
67
  msgstr ""
68
 
69
- #: ../includes/class.yith-wcwl-admin-init.php:341
70
  msgid "Wishlist Page"
71
  msgstr ""
72
 
73
- #: ../includes/class.yith-wcwl-admin-init.php:342
74
  msgid "Page contents: [yith_wcwl_wishlist]"
75
  msgstr ""
76
 
77
- #: ../includes/class.yith-wcwl-admin-init.php:917
78
  msgid "Upgrade to the PREMIUM VERSION"
79
  msgstr ""
80
 
81
- #: ../includes/class.yith-wcwl-admin-init.php:920
82
  msgid "YITH WooCommerce Wishlist"
83
  msgstr ""
84
 
85
- #: ../includes/class.yith-wcwl-admin-init.php:921
86
  msgid "Discover the Advanced Features"
87
  msgstr ""
88
 
89
- #: ../includes/class.yith-wcwl-admin-init.php:922
90
  msgid ""
91
  "Upgrade to the PREMIUM VERSION\n"
92
  "of YITH WOOCOMMERCE WISHLIST to benefit from all features!"
93
  msgstr ""
94
 
95
- #: ../includes/class.yith-wcwl-admin-init.php:929
96
  msgid "Get Support and Pro Features"
97
  msgstr ""
98
 
99
- #: ../includes/class.yith-wcwl-admin-init.php:930
100
  msgid ""
101
  "By purchasing the premium version of the plugin, you will take advantage of "
102
  "the advanced features of the product and you will get one year of free "
103
  "updates and support through our platform available 24h/24."
104
  msgstr ""
105
 
106
- #: ../includes/class.yith-wcwl-admin-init.php:940
107
  msgid "General Settings"
108
  msgstr ""
109
 
110
- #: ../includes/class.yith-wcwl-admin-init.php:947
111
  msgid "Enable YITH Wishlist"
112
  msgstr ""
113
 
114
- #: ../includes/class.yith-wcwl-admin-init.php:948
115
  #, php-format
116
  msgid ""
117
  "Enable all plugin features. <strong>Be sure to select a voice in the "
@@ -119,271 +119,263 @@ msgid ""
119
  "\" target=\"_blank\">documentation</a>."
120
  msgstr ""
121
 
122
- #: ../includes/class.yith-wcwl-admin-init.php:955
123
  msgid "Default wishlist title"
124
  msgstr ""
125
 
126
- #: ../includes/class.yith-wcwl-admin-init.php:957
127
  #: ../includes/class.yith-wcwl-admin-init.php:958
128
- #: ../includes/class.yith-wcwl-admin-init.php:1199
129
  #: ../includes/class.yith-wcwl-admin-init.php:1200
 
130
  #, php-format
131
  msgid "My wishlist on %s"
132
  msgstr "Мій обраний список в %s"
133
 
134
- #: ../includes/class.yith-wcwl-admin-init.php:966
135
  msgid "Position"
136
  msgstr ""
137
 
138
- #: ../includes/class.yith-wcwl-admin-init.php:967
139
  msgid ""
140
  "You can add it in variable products only After \"Add to Cart \" or using the "
141
  "shortcode [yith_wcwl_add_to_wishlist]."
142
  msgstr ""
143
 
144
- #: ../includes/class.yith-wcwl-admin-init.php:973
145
  msgid "After \"Add to cart\""
146
  msgstr "After \"Додати в кошик\""
147
 
148
- #: ../includes/class.yith-wcwl-admin-init.php:974
149
  msgid "After thumbnails"
150
  msgstr ""
151
 
152
- #: ../includes/class.yith-wcwl-admin-init.php:975
153
  msgid "After summary"
154
  msgstr ""
155
 
156
- #: ../includes/class.yith-wcwl-admin-init.php:976
157
  msgid "Use shortcode"
158
  msgstr ""
159
 
160
- #: ../includes/class.yith-wcwl-admin-init.php:981
161
  msgid "Redirect to cart"
162
  msgstr ""
163
 
164
- #: ../includes/class.yith-wcwl-admin-init.php:982
165
  msgid ""
166
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
167
  "page."
168
  msgstr ""
169
 
170
- #: ../includes/class.yith-wcwl-admin-init.php:989
171
  msgid "Remove if added to the cart"
172
  msgstr ""
173
 
174
- #: ../includes/class.yith-wcwl-admin-init.php:990
175
  msgid "Remove the product from the wishlist if it has been added to the cart."
176
  msgstr ""
177
 
178
- #: ../includes/class.yith-wcwl-admin-init.php:997
179
  msgid "\"Add to Wishlist\" text"
180
  msgstr ""
181
 
182
- #: ../includes/class.yith-wcwl-admin-init.php:999
183
  #: ../includes/class.yith-wcwl-admin-init.php:1000
 
184
  msgid "Add to Wishlist"
185
  msgstr ""
186
 
187
- #: ../includes/class.yith-wcwl-admin-init.php:1005
188
  #, fuzzy
189
  msgid "\"Browse wishlist\" text"
190
  msgstr "\"Додати в кошик\" button text"
191
 
192
- #: ../includes/class.yith-wcwl-admin-init.php:1007
193
  #: ../includes/class.yith-wcwl-admin-init.php:1008
 
194
  #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl-ui.php:82
195
  msgid "Browse Wishlist"
196
  msgstr ""
197
 
198
- #: ../includes/class.yith-wcwl-admin-init.php:1013
199
  msgid "\"Product already in wishlist\" text"
200
  msgstr ""
201
 
202
- #: ../includes/class.yith-wcwl-admin-init.php:1015
203
  #: ../includes/class.yith-wcwl-admin-init.php:1016
 
204
  #: ../includes/class.yith-wcwl-ui.php:82
205
  msgid "The product is already in the wishlist!"
206
  msgstr ""
207
 
208
- #: ../includes/class.yith-wcwl-admin-init.php:1021
209
  #, fuzzy
210
  msgid "\"Product added\" text"
211
  msgstr "Назва продукту"
212
 
213
- #: ../includes/class.yith-wcwl-admin-init.php:1023
214
  #: ../includes/class.yith-wcwl-admin-init.php:1024
215
- #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl.php:1237
 
216
  msgid "Product added!"
217
  msgstr ""
218
 
219
- #: ../includes/class.yith-wcwl-admin-init.php:1029
220
  msgid "\"Add to Cart\" text"
221
  msgstr "\"Додати в кошик\" text"
222
 
223
- #: ../includes/class.yith-wcwl-admin-init.php:1031
224
  #: ../includes/class.yith-wcwl-admin-init.php:1032
 
225
  msgid "Add to Cart"
226
  msgstr "Додати в кошик"
227
 
228
- #: ../includes/class.yith-wcwl-admin-init.php:1037
229
  #, fuzzy
230
  msgid "Show Unit price"
231
  msgstr "Ціна"
232
 
233
- #: ../includes/class.yith-wcwl-admin-init.php:1038
234
  msgid "Show unit price for each product in wishlist"
235
  msgstr ""
236
 
237
- #: ../includes/class.yith-wcwl-admin-init.php:1046
238
  #, fuzzy
239
  msgid "Show \"Add to Cart\" button"
240
  msgstr "\"Додати в кошик\" button text"
241
 
242
- #: ../includes/class.yith-wcwl-admin-init.php:1047
243
  #, fuzzy
244
  msgid "Show \"Add to cart\" button for each product in wishlist"
245
  msgstr "\"Додати в кошик\" button background"
246
 
247
- #: ../includes/class.yith-wcwl-admin-init.php:1055
248
  #, fuzzy
249
  msgid "Show Stock status"
250
  msgstr "Наявність на складі"
251
 
252
- #: ../includes/class.yith-wcwl-admin-init.php:1056
253
  msgid ""
254
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
255
  msgstr ""
256
 
257
- #: ../includes/class.yith-wcwl-admin-init.php:1079
258
  msgid "Styles"
259
  msgstr ""
260
 
261
- #: ../includes/class.yith-wcwl-admin-init.php:1086
262
  msgid "Use buttons"
263
  msgstr ""
264
 
265
- #: ../includes/class.yith-wcwl-admin-init.php:1087
266
  msgid "Use buttons instead of simple anchors."
267
  msgstr ""
268
 
269
- #: ../includes/class.yith-wcwl-admin-init.php:1094
270
  msgid "Custom CSS"
271
  msgstr ""
272
 
273
- #: ../includes/class.yith-wcwl-admin-init.php:1102
274
  msgid "Use theme style"
275
  msgstr ""
276
 
277
- #: ../includes/class.yith-wcwl-admin-init.php:1103
278
  msgid "Use the theme style."
279
  msgstr ""
280
 
281
- #: ../includes/class.yith-wcwl-admin-init.php:1110
282
  msgid "Rounded buttons"
283
  msgstr ""
284
 
285
- #: ../includes/class.yith-wcwl-admin-init.php:1111
286
  msgid "Make button corners rounded"
287
  msgstr ""
288
 
289
- #: ../includes/class.yith-wcwl-admin-init.php:1118
290
  msgid "\"Add to Wishlist\" icon"
291
  msgstr ""
292
 
293
- #: ../includes/class.yith-wcwl-admin-init.php:1119
294
  msgid "Add an icon to the \"Add to Wishlist\" button"
295
  msgstr ""
296
 
297
- #: ../includes/class.yith-wcwl-admin-init.php:1130
298
  msgid "\"Add to Cart\" icon"
299
  msgstr "\"Додати в кошик\" icon"
300
 
301
- #: ../includes/class.yith-wcwl-admin-init.php:1131
302
  msgid "Add an icon to the \"Add to Cart\" button"
303
  msgstr "Add an icon to the \"Додати в кошик\" button"
304
 
305
- #: ../includes/class.yith-wcwl-admin-init.php:1150
306
  msgid "Socials &amp; Share"
307
  msgstr ""
308
 
309
- #: ../includes/class.yith-wcwl-admin-init.php:1157
310
  msgid "Share on Facebook"
311
  msgstr ""
312
 
313
- #: ../includes/class.yith-wcwl-admin-init.php:1158
314
- #: ../includes/class.yith-wcwl-admin-init.php:1182
315
  #, fuzzy
316
  msgid "Show \"Share on Facebook\" button"
317
  msgstr "\"Додати в кошик\" button text"
318
 
319
- #: ../includes/class.yith-wcwl-admin-init.php:1165
320
  msgid "Tweet on Twitter"
321
  msgstr ""
322
 
323
- #: ../includes/class.yith-wcwl-admin-init.php:1166
324
  #, fuzzy
325
  msgid "Show \"Tweet on Twitter\" button"
326
  msgstr "\"Додати в кошик\" button text"
327
 
328
- #: ../includes/class.yith-wcwl-admin-init.php:1173
329
  msgid "Pin on Pinterest"
330
  msgstr ""
331
 
332
- #: ../includes/class.yith-wcwl-admin-init.php:1174
333
  #, fuzzy
334
  msgid "Show \"Pin on Pinterest\" button"
335
  msgstr "\"Додати в кошик\" button text"
336
 
337
- #: ../includes/class.yith-wcwl-admin-init.php:1181
338
  msgid "Share on Google+"
339
  msgstr ""
340
 
341
- #: ../includes/class.yith-wcwl-admin-init.php:1189
342
  msgid "Share by Email"
343
  msgstr ""
344
 
345
- #: ../includes/class.yith-wcwl-admin-init.php:1190
346
  #, fuzzy
347
  msgid "Show \"Share by Email\" button"
348
  msgstr "\"Додати в кошик\" button text"
349
 
350
- #: ../includes/class.yith-wcwl-admin-init.php:1197
351
  msgid "Social title"
352
  msgstr ""
353
 
354
- #: ../includes/class.yith-wcwl-admin-init.php:1205
355
  msgid "Social text"
356
  msgstr ""
357
 
358
- #: ../includes/class.yith-wcwl-admin-init.php:1206
359
  msgid ""
360
  "It will be used by Facebook, Twitter and Pinterest. Use <strong>%wishlist_url"
361
  "%</strong> where you want to show the URL of your wishlist."
362
  msgstr ""
363
 
364
- #: ../includes/class.yith-wcwl-admin-init.php:1214
365
  msgid "Social image URL"
366
  msgstr ""
367
 
368
- #: ../includes/class.yith-wcwl-admin-init.php:1250
369
  #, fuzzy
370
  msgid "\"Add to wishlist\" button"
371
  msgstr "\"Додати в кошик\" button text"
372
 
373
- #: ../includes/class.yith-wcwl-admin-init.php:1253
374
- #: ../includes/class.yith-wcwl-admin-init.php:1271
375
- #: ../includes/class.yith-wcwl-admin-init.php:1289
376
- #: ../includes/class.yith-wcwl-admin-init.php:1307
377
- #: ../includes/class.yith-wcwl-admin-init.php:1325
378
- msgid "Background"
379
- msgstr ""
380
-
381
  #: ../includes/class.yith-wcwl-admin-init.php:1254
382
  #: ../includes/class.yith-wcwl-admin-init.php:1272
383
  #: ../includes/class.yith-wcwl-admin-init.php:1290
384
  #: ../includes/class.yith-wcwl-admin-init.php:1308
385
  #: ../includes/class.yith-wcwl-admin-init.php:1326
386
- msgid "Text"
387
  msgstr ""
388
 
389
  #: ../includes/class.yith-wcwl-admin-init.php:1255
@@ -391,60 +383,68 @@ msgstr ""
391
  #: ../includes/class.yith-wcwl-admin-init.php:1291
392
  #: ../includes/class.yith-wcwl-admin-init.php:1309
393
  #: ../includes/class.yith-wcwl-admin-init.php:1327
394
- msgid "Border"
395
  msgstr ""
396
 
397
- #: ../includes/class.yith-wcwl-admin-init.php:1262
398
- #: ../includes/class.yith-wcwl-admin-init.php:1280
399
- #: ../includes/class.yith-wcwl-admin-init.php:1298
400
- #: ../includes/class.yith-wcwl-admin-init.php:1316
401
- msgid "Background (hover)"
 
402
  msgstr ""
403
 
404
  #: ../includes/class.yith-wcwl-admin-init.php:1263
405
  #: ../includes/class.yith-wcwl-admin-init.php:1281
406
  #: ../includes/class.yith-wcwl-admin-init.php:1299
407
  #: ../includes/class.yith-wcwl-admin-init.php:1317
408
- msgid "Text (hover)"
409
  msgstr ""
410
 
411
  #: ../includes/class.yith-wcwl-admin-init.php:1264
412
  #: ../includes/class.yith-wcwl-admin-init.php:1282
413
  #: ../includes/class.yith-wcwl-admin-init.php:1300
414
  #: ../includes/class.yith-wcwl-admin-init.php:1318
 
 
 
 
 
 
 
415
  msgid "Border (hover)"
416
  msgstr ""
417
 
418
- #: ../includes/class.yith-wcwl-admin-init.php:1268
419
  #, fuzzy
420
  msgid "\"Add to Cart\" button"
421
  msgstr "\"Додати в кошик\" button text"
422
 
423
- #: ../includes/class.yith-wcwl-admin-init.php:1286
424
  msgid "\"Style 1\" button"
425
  msgstr ""
426
 
427
- #: ../includes/class.yith-wcwl-admin-init.php:1304
428
  msgid "\"Style 2\" button"
429
  msgstr ""
430
 
431
- #: ../includes/class.yith-wcwl-admin-init.php:1322
432
  msgid "Wishlist table"
433
  msgstr ""
434
 
435
- #: ../includes/class.yith-wcwl-admin-init.php:1331
436
  msgid "Headers"
437
  msgstr ""
438
 
439
- #: ../includes/class.yith-wcwl-admin-init.php:1334
440
  msgid "Background color"
441
  msgstr ""
442
 
443
- #: ../includes/class.yith-wcwl-admin-init.php:1461
444
  msgid "Wishlist Activated"
445
  msgstr ""
446
 
447
- #: ../includes/class.yith-wcwl-admin-init.php:1462
448
  #, php-format
449
  msgid ""
450
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
@@ -453,11 +453,11 @@ msgid ""
453
  "options, <a href=\"%s\">discover it now</a>."
454
  msgstr ""
455
 
456
- #: ../includes/class.yith-wcwl-admin-init.php:1473
457
  msgid "Wishlist Updated"
458
  msgstr ""
459
 
460
- #: ../includes/class.yith-wcwl-admin-init.php:1474
461
  #, php-format
462
  msgid ""
463
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
@@ -477,7 +477,7 @@ msgstr ""
477
  msgid "wishlist"
478
  msgstr ""
479
 
480
- #: ../includes/class.yith-wcwl-shortcode.php:224
481
  #: ../includes/class.yith-wcwl-ui.php:161
482
  msgid "Share on:"
483
  msgstr "Поширити в:"
@@ -499,40 +499,36 @@ msgstr ""
499
  msgid "email"
500
  msgstr ""
501
 
502
- #: ../includes/class.yith-wcwl.php:185
503
  #, fuzzy
504
  msgid "Error occurred while adding products to the wishlist."
505
  msgstr "Немає доданих продуктів до вибраного"
506
 
507
- #: ../includes/class.yith-wcwl.php:269
508
  msgid "Error occurred while adding product to wishlist."
509
  msgstr ""
510
 
511
- #: ../includes/class.yith-wcwl.php:284
512
  msgid "Remove now does not require any param"
513
  msgstr ""
514
 
515
- #: ../includes/class.yith-wcwl.php:318
516
  msgid "Error occurred while removing products from the wishlist"
517
  msgstr ""
518
 
519
- #: ../includes/class.yith-wcwl.php:596
520
  msgid "You need to log in before creating a new wishlist"
521
  msgstr ""
522
 
523
- #: ../includes/class.yith-wcwl.php:1240
524
- msgid "Product already in the wishlist."
525
- msgstr ""
526
-
527
- #: ../includes/class.yith-wcwl.php:1272
528
  msgid "Product successfully removed."
529
  msgstr ""
530
 
531
- #: ../includes/class.yith-wcwl.php:1276
532
  msgid "Error. Unable to remove the product from the wishlist."
533
  msgstr ""
534
 
535
- #: ../includes/class.yith-wcwl.php:1280 ../templates/wishlist-view.php:170
536
  msgid "No products were added to the wishlist"
537
  msgstr "Немає доданих продуктів до вибраного"
538
 
@@ -737,7 +733,7 @@ msgstr ""
737
  msgid "Add with multiupload"
738
  msgstr ""
739
 
740
- #: ../plugin-fw/lib/yit-plugin-panel-wc.php:345
741
  msgid "The changes you have made will be lost if you leave this page."
742
  msgstr ""
743
 
@@ -745,74 +741,73 @@ msgstr ""
745
  msgid "Plugin Settings"
746
  msgstr ""
747
 
748
- #: ../plugin-fw/lib/yit-plugin-panel.php:92
749
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:101
750
  msgid "YIT Plugins"
751
  msgstr ""
752
 
753
- #: ../plugin-fw/lib/yit-plugin-panel.php:271
754
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:142
755
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
756
  msgid "Save Changes"
757
  msgstr ""
758
 
759
- #: ../plugin-fw/lib/yit-plugin-panel.php:274
760
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
761
  msgid ""
762
  "If you continue with this action, you will reset all options in this page."
763
  msgstr ""
764
 
765
- #: ../plugin-fw/lib/yit-plugin-panel.php:276
766
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
767
- #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
768
- msgid "Reset Defaults"
769
  msgstr ""
770
 
771
- #: ../plugin-fw/lib/yit-plugin-panel.php:276
772
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
773
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
774
  msgid "Are you sure?"
775
  msgstr ""
776
 
777
- #: ../plugin-fw/lib/yit-plugin-panel.php:410
778
  msgid ""
779
  "The element you have entered already exists. Please, enter another name."
780
  msgstr ""
781
 
782
- #: ../plugin-fw/lib/yit-plugin-panel.php:411
783
  msgid "Settings saved"
784
  msgstr ""
785
 
786
- #: ../plugin-fw/lib/yit-plugin-panel.php:412
787
  msgid "Settings reset"
788
  msgstr ""
789
 
790
- #: ../plugin-fw/lib/yit-plugin-panel.php:413
791
  msgid "Element deleted correctly."
792
  msgstr ""
793
 
794
- #: ../plugin-fw/lib/yit-plugin-panel.php:414
795
- #: ../plugin-fw/lib/yit-plugin-panel.php:415
796
  msgid "Element updated correctly."
797
  msgstr ""
798
 
799
- #: ../plugin-fw/lib/yit-plugin-panel.php:416
800
  msgid "Database imported correctly."
801
  msgstr ""
802
 
803
- #: ../plugin-fw/lib/yit-plugin-panel.php:417
804
  msgid "An error has occurred during import. Please try again."
805
  msgstr ""
806
 
807
- #: ../plugin-fw/lib/yit-plugin-panel.php:418
808
  msgid "The added file is not valid."
809
  msgstr ""
810
 
811
- #: ../plugin-fw/lib/yit-plugin-panel.php:419
812
  msgid "Sorry, import is disabled."
813
  msgstr ""
814
 
815
- #: ../plugin-fw/lib/yit-plugin-panel.php:420
816
  msgid "Sorting successful."
817
  msgstr ""
818
 
@@ -936,48 +931,48 @@ msgstr ""
936
  msgid "Update Plugin"
937
  msgstr ""
938
 
939
- #: ../plugin-fw/licence/lib/yit-licence.php:148
940
  #, php-format
941
  msgid "%field% field cannot be empty"
942
  msgstr ""
943
 
944
- #: ../plugin-fw/licence/lib/yit-licence.php:149
945
  msgid "%field_1% and %field_2% fields cannot be empty"
946
  msgstr ""
947
 
948
- #: ../plugin-fw/licence/lib/yit-licence.php:150
949
  msgid "Unable to contact the remote server, please try again later. Thanks!"
950
  msgstr ""
951
 
952
- #: ../plugin-fw/licence/lib/yit-licence.php:529
953
  msgid "Invalid Request"
954
  msgstr ""
955
 
956
- #: ../plugin-fw/licence/lib/yit-licence.php:530
957
  msgid "Invalid licence key"
958
  msgstr ""
959
 
960
- #: ../plugin-fw/licence/lib/yit-licence.php:531
961
  msgid "Software has been deactivated"
962
  msgstr ""
963
 
964
- #: ../plugin-fw/licence/lib/yit-licence.php:532
965
  msgid "Maximum number of activations exceeded"
966
  msgstr ""
967
 
968
- #: ../plugin-fw/licence/lib/yit-licence.php:533
969
  msgid "Invalid instance ID"
970
  msgstr ""
971
 
972
- #: ../plugin-fw/licence/lib/yit-licence.php:534
973
  msgid "Invalid security key"
974
  msgstr ""
975
 
976
- #: ../plugin-fw/licence/lib/yit-licence.php:535
977
  msgid "Licence key has expired"
978
  msgstr ""
979
 
980
- #: ../plugin-fw/licence/lib/yit-licence.php:536
981
  msgid "Licence key has been banned"
982
  msgstr ""
983
 
@@ -1025,7 +1020,7 @@ msgstr ""
1025
  #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:77
1026
  #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:109
1027
  #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:133
1028
- #: ../templates/wishlist-view.php:56
1029
  msgid "Product Name"
1030
  msgstr "Назва продукту"
1031
 
@@ -1445,6 +1440,10 @@ msgstr ""
1445
  msgid "Italic bold"
1446
  msgstr ""
1447
 
 
 
 
 
1448
  #: ../templates/share.php:28
1449
  msgid "Pinterest"
1450
  msgstr ""
@@ -1465,31 +1464,31 @@ msgstr ""
1465
  msgid "Cancel"
1466
  msgstr ""
1467
 
1468
- #: ../templates/wishlist-view.php:62
1469
  msgid "Unit Price"
1470
  msgstr "Ціна"
1471
 
1472
- #: ../templates/wishlist-view.php:70
1473
  msgid "Stock Status"
1474
  msgstr "Наявність на складі"
1475
 
1476
- #: ../templates/wishlist-view.php:101
1477
  msgid "Remove this product"
1478
  msgstr ""
1479
 
1480
- #: ../templates/wishlist-view.php:130
1481
  msgid "Free!"
1482
  msgstr ""
1483
 
1484
- #: ../templates/wishlist-view.php:141
1485
  msgid "Out of Stock"
1486
  msgstr ""
1487
 
1488
- #: ../templates/wishlist-view.php:144
1489
  msgid "In Stock"
1490
  msgstr "в наявності"
1491
 
1492
- #: ../templates/wishlist-view.php:196
1493
  msgid "Ask an estimate of costs"
1494
  msgstr ""
1495
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
+ "POT-Creation-Date: 2015-03-18 10:24+0100\n"
5
+ "PO-Revision-Date: 2015-03-18 10:24+0100\n"
6
  "Last-Translator: Valentyn Zubenko <valentyn.zubenko@gmail.com>\n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: English\n"
27
  msgstr ""
28
 
29
  #: ../includes/class.yith-wcwl-admin-init.php:188
30
+ #: ../includes/class.yith-wcwl-admin-init.php:1359
31
+ #: ../includes/class.yith-wcwl-admin-init.php:1360
32
  #: ../includes/class.yith-wcwl-install.php:240
33
  msgid "Wishlist"
34
  msgstr ""
35
 
36
  #: ../includes/class.yith-wcwl-admin-init.php:190
37
+ #: ../includes/class.yith-wcwl-admin-init.php:290
38
  #: ../plugin-fw/lib/yit-cpt-unlimited.php:1048
39
  #: ../plugin-fw/lib/yit-cpt-unlimited.php:1196
40
  #: ../plugin-fw/lib/yit-cpt-unlimited.php:1202
43
  msgstr ""
44
 
45
  #: ../includes/class.yith-wcwl-admin-init.php:191
46
+ #: ../includes/class.yith-wcwl-admin-init.php:257
47
  msgid "Colors"
48
  msgstr ""
49
 
50
  #: ../includes/class.yith-wcwl-admin-init.php:192
51
+ #: ../includes/class.yith-wcwl-admin-init.php:294
52
  msgid "Premium Version"
53
  msgstr ""
54
 
55
+ #: ../includes/class.yith-wcwl-admin-init.php:318
56
  msgid ""
57
  "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
58
  "link to update it."
59
  msgstr ""
60
 
61
+ #: ../includes/class.yith-wcwl-admin-init.php:321
62
  msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
63
  msgstr ""
64
 
65
+ #: ../includes/class.yith-wcwl-admin-init.php:326
66
  msgid "Plugin Documentation"
67
  msgstr ""
68
 
69
+ #: ../includes/class.yith-wcwl-admin-init.php:342
70
  msgid "Wishlist Page"
71
  msgstr ""
72
 
73
+ #: ../includes/class.yith-wcwl-admin-init.php:343
74
  msgid "Page contents: [yith_wcwl_wishlist]"
75
  msgstr ""
76
 
77
+ #: ../includes/class.yith-wcwl-admin-init.php:918
78
  msgid "Upgrade to the PREMIUM VERSION"
79
  msgstr ""
80
 
81
+ #: ../includes/class.yith-wcwl-admin-init.php:921
82
  msgid "YITH WooCommerce Wishlist"
83
  msgstr ""
84
 
85
+ #: ../includes/class.yith-wcwl-admin-init.php:922
86
  msgid "Discover the Advanced Features"
87
  msgstr ""
88
 
89
+ #: ../includes/class.yith-wcwl-admin-init.php:923
90
  msgid ""
91
  "Upgrade to the PREMIUM VERSION\n"
92
  "of YITH WOOCOMMERCE WISHLIST to benefit from all features!"
93
  msgstr ""
94
 
95
+ #: ../includes/class.yith-wcwl-admin-init.php:930
96
  msgid "Get Support and Pro Features"
97
  msgstr ""
98
 
99
+ #: ../includes/class.yith-wcwl-admin-init.php:931
100
  msgid ""
101
  "By purchasing the premium version of the plugin, you will take advantage of "
102
  "the advanced features of the product and you will get one year of free "
103
  "updates and support through our platform available 24h/24."
104
  msgstr ""
105
 
106
+ #: ../includes/class.yith-wcwl-admin-init.php:941
107
  msgid "General Settings"
108
  msgstr ""
109
 
110
+ #: ../includes/class.yith-wcwl-admin-init.php:948
111
  msgid "Enable YITH Wishlist"
112
  msgstr ""
113
 
114
+ #: ../includes/class.yith-wcwl-admin-init.php:949
115
  #, php-format
116
  msgid ""
117
  "Enable all plugin features. <strong>Be sure to select a voice in the "
119
  "\" target=\"_blank\">documentation</a>."
120
  msgstr ""
121
 
122
+ #: ../includes/class.yith-wcwl-admin-init.php:956
123
  msgid "Default wishlist title"
124
  msgstr ""
125
 
 
126
  #: ../includes/class.yith-wcwl-admin-init.php:958
127
+ #: ../includes/class.yith-wcwl-admin-init.php:959
128
  #: ../includes/class.yith-wcwl-admin-init.php:1200
129
+ #: ../includes/class.yith-wcwl-admin-init.php:1201
130
  #, php-format
131
  msgid "My wishlist on %s"
132
  msgstr "Мій обраний список в %s"
133
 
134
+ #: ../includes/class.yith-wcwl-admin-init.php:967
135
  msgid "Position"
136
  msgstr ""
137
 
138
+ #: ../includes/class.yith-wcwl-admin-init.php:968
139
  msgid ""
140
  "You can add it in variable products only After \"Add to Cart \" or using the "
141
  "shortcode [yith_wcwl_add_to_wishlist]."
142
  msgstr ""
143
 
144
+ #: ../includes/class.yith-wcwl-admin-init.php:974
145
  msgid "After \"Add to cart\""
146
  msgstr "After \"Додати в кошик\""
147
 
148
+ #: ../includes/class.yith-wcwl-admin-init.php:975
149
  msgid "After thumbnails"
150
  msgstr ""
151
 
152
+ #: ../includes/class.yith-wcwl-admin-init.php:976
153
  msgid "After summary"
154
  msgstr ""
155
 
156
+ #: ../includes/class.yith-wcwl-admin-init.php:977
157
  msgid "Use shortcode"
158
  msgstr ""
159
 
160
+ #: ../includes/class.yith-wcwl-admin-init.php:982
161
  msgid "Redirect to cart"
162
  msgstr ""
163
 
164
+ #: ../includes/class.yith-wcwl-admin-init.php:983
165
  msgid ""
166
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
167
  "page."
168
  msgstr ""
169
 
170
+ #: ../includes/class.yith-wcwl-admin-init.php:990
171
  msgid "Remove if added to the cart"
172
  msgstr ""
173
 
174
+ #: ../includes/class.yith-wcwl-admin-init.php:991
175
  msgid "Remove the product from the wishlist if it has been added to the cart."
176
  msgstr ""
177
 
178
+ #: ../includes/class.yith-wcwl-admin-init.php:998
179
  msgid "\"Add to Wishlist\" text"
180
  msgstr ""
181
 
 
182
  #: ../includes/class.yith-wcwl-admin-init.php:1000
183
+ #: ../includes/class.yith-wcwl-admin-init.php:1001
184
  msgid "Add to Wishlist"
185
  msgstr ""
186
 
187
+ #: ../includes/class.yith-wcwl-admin-init.php:1006
188
  #, fuzzy
189
  msgid "\"Browse wishlist\" text"
190
  msgstr "\"Додати в кошик\" button text"
191
 
 
192
  #: ../includes/class.yith-wcwl-admin-init.php:1008
193
+ #: ../includes/class.yith-wcwl-admin-init.php:1009
194
  #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl-ui.php:82
195
  msgid "Browse Wishlist"
196
  msgstr ""
197
 
198
+ #: ../includes/class.yith-wcwl-admin-init.php:1014
199
  msgid "\"Product already in wishlist\" text"
200
  msgstr ""
201
 
 
202
  #: ../includes/class.yith-wcwl-admin-init.php:1016
203
+ #: ../includes/class.yith-wcwl-admin-init.php:1017
204
  #: ../includes/class.yith-wcwl-ui.php:82
205
  msgid "The product is already in the wishlist!"
206
  msgstr ""
207
 
208
+ #: ../includes/class.yith-wcwl-admin-init.php:1022
209
  #, fuzzy
210
  msgid "\"Product added\" text"
211
  msgstr "Назва продукту"
212
 
 
213
  #: ../includes/class.yith-wcwl-admin-init.php:1024
214
+ #: ../includes/class.yith-wcwl-admin-init.php:1025
215
+ #: ../includes/class.yith-wcwl-ui.php:81
216
  msgid "Product added!"
217
  msgstr ""
218
 
219
+ #: ../includes/class.yith-wcwl-admin-init.php:1030
220
  msgid "\"Add to Cart\" text"
221
  msgstr "\"Додати в кошик\" text"
222
 
 
223
  #: ../includes/class.yith-wcwl-admin-init.php:1032
224
+ #: ../includes/class.yith-wcwl-admin-init.php:1033
225
  msgid "Add to Cart"
226
  msgstr "Додати в кошик"
227
 
228
+ #: ../includes/class.yith-wcwl-admin-init.php:1038
229
  #, fuzzy
230
  msgid "Show Unit price"
231
  msgstr "Ціна"
232
 
233
+ #: ../includes/class.yith-wcwl-admin-init.php:1039
234
  msgid "Show unit price for each product in wishlist"
235
  msgstr ""
236
 
237
+ #: ../includes/class.yith-wcwl-admin-init.php:1047
238
  #, fuzzy
239
  msgid "Show \"Add to Cart\" button"
240
  msgstr "\"Додати в кошик\" button text"
241
 
242
+ #: ../includes/class.yith-wcwl-admin-init.php:1048
243
  #, fuzzy
244
  msgid "Show \"Add to cart\" button for each product in wishlist"
245
  msgstr "\"Додати в кошик\" button background"
246
 
247
+ #: ../includes/class.yith-wcwl-admin-init.php:1056
248
  #, fuzzy
249
  msgid "Show Stock status"
250
  msgstr "Наявність на складі"
251
 
252
+ #: ../includes/class.yith-wcwl-admin-init.php:1057
253
  msgid ""
254
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
255
  msgstr ""
256
 
257
+ #: ../includes/class.yith-wcwl-admin-init.php:1080
258
  msgid "Styles"
259
  msgstr ""
260
 
261
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
262
  msgid "Use buttons"
263
  msgstr ""
264
 
265
+ #: ../includes/class.yith-wcwl-admin-init.php:1088
266
  msgid "Use buttons instead of simple anchors."
267
  msgstr ""
268
 
269
+ #: ../includes/class.yith-wcwl-admin-init.php:1095
270
  msgid "Custom CSS"
271
  msgstr ""
272
 
273
+ #: ../includes/class.yith-wcwl-admin-init.php:1103
274
  msgid "Use theme style"
275
  msgstr ""
276
 
277
+ #: ../includes/class.yith-wcwl-admin-init.php:1104
278
  msgid "Use the theme style."
279
  msgstr ""
280
 
281
+ #: ../includes/class.yith-wcwl-admin-init.php:1111
282
  msgid "Rounded buttons"
283
  msgstr ""
284
 
285
+ #: ../includes/class.yith-wcwl-admin-init.php:1112
286
  msgid "Make button corners rounded"
287
  msgstr ""
288
 
289
+ #: ../includes/class.yith-wcwl-admin-init.php:1119
290
  msgid "\"Add to Wishlist\" icon"
291
  msgstr ""
292
 
293
+ #: ../includes/class.yith-wcwl-admin-init.php:1120
294
  msgid "Add an icon to the \"Add to Wishlist\" button"
295
  msgstr ""
296
 
297
+ #: ../includes/class.yith-wcwl-admin-init.php:1131
298
  msgid "\"Add to Cart\" icon"
299
  msgstr "\"Додати в кошик\" icon"
300
 
301
+ #: ../includes/class.yith-wcwl-admin-init.php:1132
302
  msgid "Add an icon to the \"Add to Cart\" button"
303
  msgstr "Add an icon to the \"Додати в кошик\" button"
304
 
305
+ #: ../includes/class.yith-wcwl-admin-init.php:1151
306
  msgid "Socials &amp; Share"
307
  msgstr ""
308
 
309
+ #: ../includes/class.yith-wcwl-admin-init.php:1158
310
  msgid "Share on Facebook"
311
  msgstr ""
312
 
313
+ #: ../includes/class.yith-wcwl-admin-init.php:1159
314
+ #: ../includes/class.yith-wcwl-admin-init.php:1183
315
  #, fuzzy
316
  msgid "Show \"Share on Facebook\" button"
317
  msgstr "\"Додати в кошик\" button text"
318
 
319
+ #: ../includes/class.yith-wcwl-admin-init.php:1166
320
  msgid "Tweet on Twitter"
321
  msgstr ""
322
 
323
+ #: ../includes/class.yith-wcwl-admin-init.php:1167
324
  #, fuzzy
325
  msgid "Show \"Tweet on Twitter\" button"
326
  msgstr "\"Додати в кошик\" button text"
327
 
328
+ #: ../includes/class.yith-wcwl-admin-init.php:1174
329
  msgid "Pin on Pinterest"
330
  msgstr ""
331
 
332
+ #: ../includes/class.yith-wcwl-admin-init.php:1175
333
  #, fuzzy
334
  msgid "Show \"Pin on Pinterest\" button"
335
  msgstr "\"Додати в кошик\" button text"
336
 
337
+ #: ../includes/class.yith-wcwl-admin-init.php:1182
338
  msgid "Share on Google+"
339
  msgstr ""
340
 
341
+ #: ../includes/class.yith-wcwl-admin-init.php:1190
342
  msgid "Share by Email"
343
  msgstr ""
344
 
345
+ #: ../includes/class.yith-wcwl-admin-init.php:1191
346
  #, fuzzy
347
  msgid "Show \"Share by Email\" button"
348
  msgstr "\"Додати в кошик\" button text"
349
 
350
+ #: ../includes/class.yith-wcwl-admin-init.php:1198
351
  msgid "Social title"
352
  msgstr ""
353
 
354
+ #: ../includes/class.yith-wcwl-admin-init.php:1206
355
  msgid "Social text"
356
  msgstr ""
357
 
358
+ #: ../includes/class.yith-wcwl-admin-init.php:1207
359
  msgid ""
360
  "It will be used by Facebook, Twitter and Pinterest. Use <strong>%wishlist_url"
361
  "%</strong> where you want to show the URL of your wishlist."
362
  msgstr ""
363
 
364
+ #: ../includes/class.yith-wcwl-admin-init.php:1215
365
  msgid "Social image URL"
366
  msgstr ""
367
 
368
+ #: ../includes/class.yith-wcwl-admin-init.php:1251
369
  #, fuzzy
370
  msgid "\"Add to wishlist\" button"
371
  msgstr "\"Додати в кошик\" button text"
372
 
 
 
 
 
 
 
 
 
373
  #: ../includes/class.yith-wcwl-admin-init.php:1254
374
  #: ../includes/class.yith-wcwl-admin-init.php:1272
375
  #: ../includes/class.yith-wcwl-admin-init.php:1290
376
  #: ../includes/class.yith-wcwl-admin-init.php:1308
377
  #: ../includes/class.yith-wcwl-admin-init.php:1326
378
+ msgid "Background"
379
  msgstr ""
380
 
381
  #: ../includes/class.yith-wcwl-admin-init.php:1255
383
  #: ../includes/class.yith-wcwl-admin-init.php:1291
384
  #: ../includes/class.yith-wcwl-admin-init.php:1309
385
  #: ../includes/class.yith-wcwl-admin-init.php:1327
386
+ msgid "Text"
387
  msgstr ""
388
 
389
+ #: ../includes/class.yith-wcwl-admin-init.php:1256
390
+ #: ../includes/class.yith-wcwl-admin-init.php:1274
391
+ #: ../includes/class.yith-wcwl-admin-init.php:1292
392
+ #: ../includes/class.yith-wcwl-admin-init.php:1310
393
+ #: ../includes/class.yith-wcwl-admin-init.php:1328
394
+ msgid "Border"
395
  msgstr ""
396
 
397
  #: ../includes/class.yith-wcwl-admin-init.php:1263
398
  #: ../includes/class.yith-wcwl-admin-init.php:1281
399
  #: ../includes/class.yith-wcwl-admin-init.php:1299
400
  #: ../includes/class.yith-wcwl-admin-init.php:1317
401
+ msgid "Background (hover)"
402
  msgstr ""
403
 
404
  #: ../includes/class.yith-wcwl-admin-init.php:1264
405
  #: ../includes/class.yith-wcwl-admin-init.php:1282
406
  #: ../includes/class.yith-wcwl-admin-init.php:1300
407
  #: ../includes/class.yith-wcwl-admin-init.php:1318
408
+ msgid "Text (hover)"
409
+ msgstr ""
410
+
411
+ #: ../includes/class.yith-wcwl-admin-init.php:1265
412
+ #: ../includes/class.yith-wcwl-admin-init.php:1283
413
+ #: ../includes/class.yith-wcwl-admin-init.php:1301
414
+ #: ../includes/class.yith-wcwl-admin-init.php:1319
415
  msgid "Border (hover)"
416
  msgstr ""
417
 
418
+ #: ../includes/class.yith-wcwl-admin-init.php:1269
419
  #, fuzzy
420
  msgid "\"Add to Cart\" button"
421
  msgstr "\"Додати в кошик\" button text"
422
 
423
+ #: ../includes/class.yith-wcwl-admin-init.php:1287
424
  msgid "\"Style 1\" button"
425
  msgstr ""
426
 
427
+ #: ../includes/class.yith-wcwl-admin-init.php:1305
428
  msgid "\"Style 2\" button"
429
  msgstr ""
430
 
431
+ #: ../includes/class.yith-wcwl-admin-init.php:1323
432
  msgid "Wishlist table"
433
  msgstr ""
434
 
435
+ #: ../includes/class.yith-wcwl-admin-init.php:1332
436
  msgid "Headers"
437
  msgstr ""
438
 
439
+ #: ../includes/class.yith-wcwl-admin-init.php:1335
440
  msgid "Background color"
441
  msgstr ""
442
 
443
+ #: ../includes/class.yith-wcwl-admin-init.php:1425
444
  msgid "Wishlist Activated"
445
  msgstr ""
446
 
447
+ #: ../includes/class.yith-wcwl-admin-init.php:1426
448
  #, php-format
449
  msgid ""
450
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
453
  "options, <a href=\"%s\">discover it now</a>."
454
  msgstr ""
455
 
456
+ #: ../includes/class.yith-wcwl-admin-init.php:1437
457
  msgid "Wishlist Updated"
458
  msgstr ""
459
 
460
+ #: ../includes/class.yith-wcwl-admin-init.php:1438
461
  #, php-format
462
  msgid ""
463
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
477
  msgid "wishlist"
478
  msgstr ""
479
 
480
+ #: ../includes/class.yith-wcwl-shortcode.php:230
481
  #: ../includes/class.yith-wcwl-ui.php:161
482
  msgid "Share on:"
483
  msgstr "Поширити в:"
499
  msgid "email"
500
  msgstr ""
501
 
502
+ #: ../includes/class.yith-wcwl.php:187
503
  #, fuzzy
504
  msgid "Error occurred while adding products to the wishlist."
505
  msgstr "Немає доданих продуктів до вибраного"
506
 
507
+ #: ../includes/class.yith-wcwl.php:271
508
  msgid "Error occurred while adding product to wishlist."
509
  msgstr ""
510
 
511
+ #: ../includes/class.yith-wcwl.php:286
512
  msgid "Remove now does not require any param"
513
  msgstr ""
514
 
515
+ #: ../includes/class.yith-wcwl.php:320
516
  msgid "Error occurred while removing products from the wishlist"
517
  msgstr ""
518
 
519
+ #: ../includes/class.yith-wcwl.php:598
520
  msgid "You need to log in before creating a new wishlist"
521
  msgstr ""
522
 
523
+ #: ../includes/class.yith-wcwl.php:1301
 
 
 
 
524
  msgid "Product successfully removed."
525
  msgstr ""
526
 
527
+ #: ../includes/class.yith-wcwl.php:1305
528
  msgid "Error. Unable to remove the product from the wishlist."
529
  msgstr ""
530
 
531
+ #: ../includes/class.yith-wcwl.php:1309 ../templates/wishlist-view.php:181
532
  msgid "No products were added to the wishlist"
533
  msgstr "Немає доданих продуктів до вибраного"
534
 
733
  msgid "Add with multiupload"
734
  msgstr ""
735
 
736
+ #: ../plugin-fw/lib/yit-plugin-panel-wc.php:315
737
  msgid "The changes you have made will be lost if you leave this page."
738
  msgstr ""
739
 
741
  msgid "Plugin Settings"
742
  msgstr ""
743
 
744
+ #: ../plugin-fw/lib/yit-plugin-panel.php:94
745
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:101
746
  msgid "YIT Plugins"
747
  msgstr ""
748
 
749
+ #: ../plugin-fw/lib/yit-plugin-panel.php:273
750
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:142
751
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
752
  msgid "Save Changes"
753
  msgstr ""
754
 
755
+ #: ../plugin-fw/lib/yit-plugin-panel.php:276
756
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
757
  msgid ""
758
  "If you continue with this action, you will reset all options in this page."
759
  msgstr ""
760
 
761
+ #: ../plugin-fw/lib/yit-plugin-panel.php:278
762
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
763
+ msgid "Reset to Default"
 
764
  msgstr ""
765
 
766
+ #: ../plugin-fw/lib/yit-plugin-panel.php:278
767
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
768
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
769
  msgid "Are you sure?"
770
  msgstr ""
771
 
772
+ #: ../plugin-fw/lib/yit-plugin-panel.php:412
773
  msgid ""
774
  "The element you have entered already exists. Please, enter another name."
775
  msgstr ""
776
 
777
+ #: ../plugin-fw/lib/yit-plugin-panel.php:413
778
  msgid "Settings saved"
779
  msgstr ""
780
 
781
+ #: ../plugin-fw/lib/yit-plugin-panel.php:414
782
  msgid "Settings reset"
783
  msgstr ""
784
 
785
+ #: ../plugin-fw/lib/yit-plugin-panel.php:415
786
  msgid "Element deleted correctly."
787
  msgstr ""
788
 
789
+ #: ../plugin-fw/lib/yit-plugin-panel.php:416
790
+ #: ../plugin-fw/lib/yit-plugin-panel.php:417
791
  msgid "Element updated correctly."
792
  msgstr ""
793
 
794
+ #: ../plugin-fw/lib/yit-plugin-panel.php:418
795
  msgid "Database imported correctly."
796
  msgstr ""
797
 
798
+ #: ../plugin-fw/lib/yit-plugin-panel.php:419
799
  msgid "An error has occurred during import. Please try again."
800
  msgstr ""
801
 
802
+ #: ../plugin-fw/lib/yit-plugin-panel.php:420
803
  msgid "The added file is not valid."
804
  msgstr ""
805
 
806
+ #: ../plugin-fw/lib/yit-plugin-panel.php:421
807
  msgid "Sorry, import is disabled."
808
  msgstr ""
809
 
810
+ #: ../plugin-fw/lib/yit-plugin-panel.php:422
811
  msgid "Sorting successful."
812
  msgstr ""
813
 
931
  msgid "Update Plugin"
932
  msgstr ""
933
 
934
+ #: ../plugin-fw/licence/lib/yit-licence.php:156
935
  #, php-format
936
  msgid "%field% field cannot be empty"
937
  msgstr ""
938
 
939
+ #: ../plugin-fw/licence/lib/yit-licence.php:157
940
  msgid "%field_1% and %field_2% fields cannot be empty"
941
  msgstr ""
942
 
943
+ #: ../plugin-fw/licence/lib/yit-licence.php:158
944
  msgid "Unable to contact the remote server, please try again later. Thanks!"
945
  msgstr ""
946
 
947
+ #: ../plugin-fw/licence/lib/yit-licence.php:537
948
  msgid "Invalid Request"
949
  msgstr ""
950
 
951
+ #: ../plugin-fw/licence/lib/yit-licence.php:538
952
  msgid "Invalid licence key"
953
  msgstr ""
954
 
955
+ #: ../plugin-fw/licence/lib/yit-licence.php:539
956
  msgid "Software has been deactivated"
957
  msgstr ""
958
 
959
+ #: ../plugin-fw/licence/lib/yit-licence.php:540
960
  msgid "Maximum number of activations exceeded"
961
  msgstr ""
962
 
963
+ #: ../plugin-fw/licence/lib/yit-licence.php:541
964
  msgid "Invalid instance ID"
965
  msgstr ""
966
 
967
+ #: ../plugin-fw/licence/lib/yit-licence.php:542
968
  msgid "Invalid security key"
969
  msgstr ""
970
 
971
+ #: ../plugin-fw/licence/lib/yit-licence.php:543
972
  msgid "Licence key has expired"
973
  msgstr ""
974
 
975
+ #: ../plugin-fw/licence/lib/yit-licence.php:544
976
  msgid "Licence key has been banned"
977
  msgstr ""
978
 
1020
  #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:77
1021
  #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:109
1022
  #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:133
1023
+ #: ../templates/wishlist-view.php:62
1024
  msgid "Product Name"
1025
  msgstr "Назва продукту"
1026
 
1440
  msgid "Italic bold"
1441
  msgstr ""
1442
 
1443
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
1444
+ msgid "Reset Defaults"
1445
+ msgstr ""
1446
+
1447
  #: ../templates/share.php:28
1448
  msgid "Pinterest"
1449
  msgstr ""
1464
  msgid "Cancel"
1465
  msgstr ""
1466
 
1467
+ #: ../templates/wishlist-view.php:68
1468
  msgid "Unit Price"
1469
  msgstr "Ціна"
1470
 
1471
+ #: ../templates/wishlist-view.php:76
1472
  msgid "Stock Status"
1473
  msgstr "Наявність на складі"
1474
 
1475
+ #: ../templates/wishlist-view.php:112
1476
  msgid "Remove this product"
1477
  msgstr ""
1478
 
1479
+ #: ../templates/wishlist-view.php:141
1480
  msgid "Free!"
1481
  msgstr ""
1482
 
1483
+ #: ../templates/wishlist-view.php:152
1484
  msgid "Out of Stock"
1485
  msgstr ""
1486
 
1487
+ #: ../templates/wishlist-view.php:155
1488
  msgid "In Stock"
1489
  msgstr "в наявності"
1490
 
1491
+ #: ../templates/wishlist-view.php:213 ../templates/wishlist-view.php:246
1492
  msgid "Ask an estimate of costs"
1493
  msgstr ""
1494
 
languages/yit.pot CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
- "POT-Creation-Date: 2015-03-04 16:39+0100\n"
5
- "PO-Revision-Date: 2015-03-04 16:39+0100\n"
6
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: English\n"
@@ -27,14 +27,14 @@ msgid ""
27
  msgstr ""
28
 
29
  #: ../includes/class.yith-wcwl-admin-init.php:188
30
- #: ../includes/class.yith-wcwl-admin-init.php:1399
31
- #: ../includes/class.yith-wcwl-admin-init.php:1400
32
  #: ../includes/class.yith-wcwl-install.php:240
33
  msgid "Wishlist"
34
  msgstr ""
35
 
36
  #: ../includes/class.yith-wcwl-admin-init.php:190
37
- #: ../includes/class.yith-wcwl-admin-init.php:289
38
  #: ../plugin-fw/lib/yit-cpt-unlimited.php:1048
39
  #: ../plugin-fw/lib/yit-cpt-unlimited.php:1196
40
  #: ../plugin-fw/lib/yit-cpt-unlimited.php:1202
@@ -43,75 +43,75 @@ msgid "Settings"
43
  msgstr ""
44
 
45
  #: ../includes/class.yith-wcwl-admin-init.php:191
46
- #: ../includes/class.yith-wcwl-admin-init.php:256
47
  msgid "Colors"
48
  msgstr ""
49
 
50
  #: ../includes/class.yith-wcwl-admin-init.php:192
51
- #: ../includes/class.yith-wcwl-admin-init.php:293
52
  msgid "Premium Version"
53
  msgstr ""
54
 
55
- #: ../includes/class.yith-wcwl-admin-init.php:317
56
  msgid ""
57
  "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
58
  "link to update it."
59
  msgstr ""
60
 
61
- #: ../includes/class.yith-wcwl-admin-init.php:320
62
  msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
63
  msgstr ""
64
 
65
- #: ../includes/class.yith-wcwl-admin-init.php:325
66
  msgid "Plugin Documentation"
67
  msgstr ""
68
 
69
- #: ../includes/class.yith-wcwl-admin-init.php:341
70
  msgid "Wishlist Page"
71
  msgstr ""
72
 
73
- #: ../includes/class.yith-wcwl-admin-init.php:342
74
  msgid "Page contents: [yith_wcwl_wishlist]"
75
  msgstr ""
76
 
77
- #: ../includes/class.yith-wcwl-admin-init.php:917
78
  msgid "Upgrade to the PREMIUM VERSION"
79
  msgstr ""
80
 
81
- #: ../includes/class.yith-wcwl-admin-init.php:920
82
  msgid "YITH WooCommerce Wishlist"
83
  msgstr ""
84
 
85
- #: ../includes/class.yith-wcwl-admin-init.php:921
86
  msgid "Discover the Advanced Features"
87
  msgstr ""
88
 
89
- #: ../includes/class.yith-wcwl-admin-init.php:922
90
  msgid ""
91
  "Upgrade to the PREMIUM VERSION\n"
92
  "of YITH WOOCOMMERCE WISHLIST to benefit from all features!"
93
  msgstr ""
94
 
95
- #: ../includes/class.yith-wcwl-admin-init.php:929
96
  msgid "Get Support and Pro Features"
97
  msgstr ""
98
 
99
- #: ../includes/class.yith-wcwl-admin-init.php:930
100
  msgid ""
101
  "By purchasing the premium version of the plugin, you will take advantage of "
102
  "the advanced features of the product and you will get one year of free "
103
  "updates and support through our platform available 24h/24."
104
  msgstr ""
105
 
106
- #: ../includes/class.yith-wcwl-admin-init.php:940
107
  msgid "General Settings"
108
  msgstr ""
109
 
110
- #: ../includes/class.yith-wcwl-admin-init.php:947
111
  msgid "Enable YITH Wishlist"
112
  msgstr ""
113
 
114
- #: ../includes/class.yith-wcwl-admin-init.php:948
115
  #, php-format
116
  msgid ""
117
  "Enable all plugin features. <strong>Be sure to select a voice in the "
@@ -119,260 +119,252 @@ msgid ""
119
  "\" target=\"_blank\">documentation</a>."
120
  msgstr ""
121
 
122
- #: ../includes/class.yith-wcwl-admin-init.php:955
123
  msgid "Default wishlist title"
124
  msgstr ""
125
 
126
- #: ../includes/class.yith-wcwl-admin-init.php:957
127
  #: ../includes/class.yith-wcwl-admin-init.php:958
128
- #: ../includes/class.yith-wcwl-admin-init.php:1199
129
  #: ../includes/class.yith-wcwl-admin-init.php:1200
 
130
  #, php-format
131
  msgid "My wishlist on %s"
132
  msgstr ""
133
 
134
- #: ../includes/class.yith-wcwl-admin-init.php:966
135
  msgid "Position"
136
  msgstr ""
137
 
138
- #: ../includes/class.yith-wcwl-admin-init.php:967
139
  msgid ""
140
  "You can add it in variable products only After \"Add to Cart \" or using the "
141
  "shortcode [yith_wcwl_add_to_wishlist]."
142
  msgstr ""
143
 
144
- #: ../includes/class.yith-wcwl-admin-init.php:973
145
  msgid "After \"Add to cart\""
146
  msgstr ""
147
 
148
- #: ../includes/class.yith-wcwl-admin-init.php:974
149
  msgid "After thumbnails"
150
  msgstr ""
151
 
152
- #: ../includes/class.yith-wcwl-admin-init.php:975
153
  msgid "After summary"
154
  msgstr ""
155
 
156
- #: ../includes/class.yith-wcwl-admin-init.php:976
157
  msgid "Use shortcode"
158
  msgstr ""
159
 
160
- #: ../includes/class.yith-wcwl-admin-init.php:981
161
  msgid "Redirect to cart"
162
  msgstr ""
163
 
164
- #: ../includes/class.yith-wcwl-admin-init.php:982
165
  msgid ""
166
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
167
  "page."
168
  msgstr ""
169
 
170
- #: ../includes/class.yith-wcwl-admin-init.php:989
171
  msgid "Remove if added to the cart"
172
  msgstr ""
173
 
174
- #: ../includes/class.yith-wcwl-admin-init.php:990
175
  msgid "Remove the product from the wishlist if it has been added to the cart."
176
  msgstr ""
177
 
178
- #: ../includes/class.yith-wcwl-admin-init.php:997
179
  msgid "\"Add to Wishlist\" text"
180
  msgstr ""
181
 
182
- #: ../includes/class.yith-wcwl-admin-init.php:999
183
  #: ../includes/class.yith-wcwl-admin-init.php:1000
 
184
  msgid "Add to Wishlist"
185
  msgstr ""
186
 
187
- #: ../includes/class.yith-wcwl-admin-init.php:1005
188
  msgid "\"Browse wishlist\" text"
189
  msgstr ""
190
 
191
- #: ../includes/class.yith-wcwl-admin-init.php:1007
192
  #: ../includes/class.yith-wcwl-admin-init.php:1008
 
193
  #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl-ui.php:82
194
  msgid "Browse Wishlist"
195
  msgstr ""
196
 
197
- #: ../includes/class.yith-wcwl-admin-init.php:1013
198
  msgid "\"Product already in wishlist\" text"
199
  msgstr ""
200
 
201
- #: ../includes/class.yith-wcwl-admin-init.php:1015
202
  #: ../includes/class.yith-wcwl-admin-init.php:1016
 
203
  #: ../includes/class.yith-wcwl-ui.php:82
204
  msgid "The product is already in the wishlist!"
205
  msgstr ""
206
 
207
- #: ../includes/class.yith-wcwl-admin-init.php:1021
208
  msgid "\"Product added\" text"
209
  msgstr ""
210
 
211
- #: ../includes/class.yith-wcwl-admin-init.php:1023
212
  #: ../includes/class.yith-wcwl-admin-init.php:1024
213
- #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl.php:1237
 
214
  msgid "Product added!"
215
  msgstr ""
216
 
217
- #: ../includes/class.yith-wcwl-admin-init.php:1029
218
  msgid "\"Add to Cart\" text"
219
  msgstr ""
220
 
221
- #: ../includes/class.yith-wcwl-admin-init.php:1031
222
  #: ../includes/class.yith-wcwl-admin-init.php:1032
 
223
  msgid "Add to Cart"
224
  msgstr ""
225
 
226
- #: ../includes/class.yith-wcwl-admin-init.php:1037
227
  msgid "Show Unit price"
228
  msgstr ""
229
 
230
- #: ../includes/class.yith-wcwl-admin-init.php:1038
231
  msgid "Show unit price for each product in wishlist"
232
  msgstr ""
233
 
234
- #: ../includes/class.yith-wcwl-admin-init.php:1046
235
  msgid "Show \"Add to Cart\" button"
236
  msgstr ""
237
 
238
- #: ../includes/class.yith-wcwl-admin-init.php:1047
239
  msgid "Show \"Add to cart\" button for each product in wishlist"
240
  msgstr ""
241
 
242
- #: ../includes/class.yith-wcwl-admin-init.php:1055
243
  msgid "Show Stock status"
244
  msgstr ""
245
 
246
- #: ../includes/class.yith-wcwl-admin-init.php:1056
247
  msgid ""
248
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
249
  msgstr ""
250
 
251
- #: ../includes/class.yith-wcwl-admin-init.php:1079
252
  msgid "Styles"
253
  msgstr ""
254
 
255
- #: ../includes/class.yith-wcwl-admin-init.php:1086
256
  msgid "Use buttons"
257
  msgstr ""
258
 
259
- #: ../includes/class.yith-wcwl-admin-init.php:1087
260
  msgid "Use buttons instead of simple anchors."
261
  msgstr ""
262
 
263
- #: ../includes/class.yith-wcwl-admin-init.php:1094
264
  msgid "Custom CSS"
265
  msgstr ""
266
 
267
- #: ../includes/class.yith-wcwl-admin-init.php:1102
268
  msgid "Use theme style"
269
  msgstr ""
270
 
271
- #: ../includes/class.yith-wcwl-admin-init.php:1103
272
  msgid "Use the theme style."
273
  msgstr ""
274
 
275
- #: ../includes/class.yith-wcwl-admin-init.php:1110
276
  msgid "Rounded buttons"
277
  msgstr ""
278
 
279
- #: ../includes/class.yith-wcwl-admin-init.php:1111
280
  msgid "Make button corners rounded"
281
  msgstr ""
282
 
283
- #: ../includes/class.yith-wcwl-admin-init.php:1118
284
  msgid "\"Add to Wishlist\" icon"
285
  msgstr ""
286
 
287
- #: ../includes/class.yith-wcwl-admin-init.php:1119
288
  msgid "Add an icon to the \"Add to Wishlist\" button"
289
  msgstr ""
290
 
291
- #: ../includes/class.yith-wcwl-admin-init.php:1130
292
  msgid "\"Add to Cart\" icon"
293
  msgstr ""
294
 
295
- #: ../includes/class.yith-wcwl-admin-init.php:1131
296
  msgid "Add an icon to the \"Add to Cart\" button"
297
  msgstr ""
298
 
299
- #: ../includes/class.yith-wcwl-admin-init.php:1150
300
  msgid "Socials &amp; Share"
301
  msgstr ""
302
 
303
- #: ../includes/class.yith-wcwl-admin-init.php:1157
304
  msgid "Share on Facebook"
305
  msgstr ""
306
 
307
- #: ../includes/class.yith-wcwl-admin-init.php:1158
308
- #: ../includes/class.yith-wcwl-admin-init.php:1182
309
  msgid "Show \"Share on Facebook\" button"
310
  msgstr ""
311
 
312
- #: ../includes/class.yith-wcwl-admin-init.php:1165
313
  msgid "Tweet on Twitter"
314
  msgstr ""
315
 
316
- #: ../includes/class.yith-wcwl-admin-init.php:1166
317
  msgid "Show \"Tweet on Twitter\" button"
318
  msgstr ""
319
 
320
- #: ../includes/class.yith-wcwl-admin-init.php:1173
321
  msgid "Pin on Pinterest"
322
  msgstr ""
323
 
324
- #: ../includes/class.yith-wcwl-admin-init.php:1174
325
  msgid "Show \"Pin on Pinterest\" button"
326
  msgstr ""
327
 
328
- #: ../includes/class.yith-wcwl-admin-init.php:1181
329
  msgid "Share on Google+"
330
  msgstr ""
331
 
332
- #: ../includes/class.yith-wcwl-admin-init.php:1189
333
  msgid "Share by Email"
334
  msgstr ""
335
 
336
- #: ../includes/class.yith-wcwl-admin-init.php:1190
337
  msgid "Show \"Share by Email\" button"
338
  msgstr ""
339
 
340
- #: ../includes/class.yith-wcwl-admin-init.php:1197
341
  msgid "Social title"
342
  msgstr ""
343
 
344
- #: ../includes/class.yith-wcwl-admin-init.php:1205
345
  msgid "Social text"
346
  msgstr ""
347
 
348
- #: ../includes/class.yith-wcwl-admin-init.php:1206
349
  msgid ""
350
  "It will be used by Facebook, Twitter and Pinterest. Use <strong>%wishlist_url"
351
  "%</strong> where you want to show the URL of your wishlist."
352
  msgstr ""
353
 
354
- #: ../includes/class.yith-wcwl-admin-init.php:1214
355
  msgid "Social image URL"
356
  msgstr ""
357
 
358
- #: ../includes/class.yith-wcwl-admin-init.php:1250
359
  msgid "\"Add to wishlist\" button"
360
  msgstr ""
361
 
362
- #: ../includes/class.yith-wcwl-admin-init.php:1253
363
- #: ../includes/class.yith-wcwl-admin-init.php:1271
364
- #: ../includes/class.yith-wcwl-admin-init.php:1289
365
- #: ../includes/class.yith-wcwl-admin-init.php:1307
366
- #: ../includes/class.yith-wcwl-admin-init.php:1325
367
- msgid "Background"
368
- msgstr ""
369
-
370
  #: ../includes/class.yith-wcwl-admin-init.php:1254
371
  #: ../includes/class.yith-wcwl-admin-init.php:1272
372
  #: ../includes/class.yith-wcwl-admin-init.php:1290
373
  #: ../includes/class.yith-wcwl-admin-init.php:1308
374
  #: ../includes/class.yith-wcwl-admin-init.php:1326
375
- msgid "Text"
376
  msgstr ""
377
 
378
  #: ../includes/class.yith-wcwl-admin-init.php:1255
@@ -380,59 +372,67 @@ msgstr ""
380
  #: ../includes/class.yith-wcwl-admin-init.php:1291
381
  #: ../includes/class.yith-wcwl-admin-init.php:1309
382
  #: ../includes/class.yith-wcwl-admin-init.php:1327
383
- msgid "Border"
384
  msgstr ""
385
 
386
- #: ../includes/class.yith-wcwl-admin-init.php:1262
387
- #: ../includes/class.yith-wcwl-admin-init.php:1280
388
- #: ../includes/class.yith-wcwl-admin-init.php:1298
389
- #: ../includes/class.yith-wcwl-admin-init.php:1316
390
- msgid "Background (hover)"
 
391
  msgstr ""
392
 
393
  #: ../includes/class.yith-wcwl-admin-init.php:1263
394
  #: ../includes/class.yith-wcwl-admin-init.php:1281
395
  #: ../includes/class.yith-wcwl-admin-init.php:1299
396
  #: ../includes/class.yith-wcwl-admin-init.php:1317
397
- msgid "Text (hover)"
398
  msgstr ""
399
 
400
  #: ../includes/class.yith-wcwl-admin-init.php:1264
401
  #: ../includes/class.yith-wcwl-admin-init.php:1282
402
  #: ../includes/class.yith-wcwl-admin-init.php:1300
403
  #: ../includes/class.yith-wcwl-admin-init.php:1318
 
 
 
 
 
 
 
404
  msgid "Border (hover)"
405
  msgstr ""
406
 
407
- #: ../includes/class.yith-wcwl-admin-init.php:1268
408
  msgid "\"Add to Cart\" button"
409
  msgstr ""
410
 
411
- #: ../includes/class.yith-wcwl-admin-init.php:1286
412
  msgid "\"Style 1\" button"
413
  msgstr ""
414
 
415
- #: ../includes/class.yith-wcwl-admin-init.php:1304
416
  msgid "\"Style 2\" button"
417
  msgstr ""
418
 
419
- #: ../includes/class.yith-wcwl-admin-init.php:1322
420
  msgid "Wishlist table"
421
  msgstr ""
422
 
423
- #: ../includes/class.yith-wcwl-admin-init.php:1331
424
  msgid "Headers"
425
  msgstr ""
426
 
427
- #: ../includes/class.yith-wcwl-admin-init.php:1334
428
  msgid "Background color"
429
  msgstr ""
430
 
431
- #: ../includes/class.yith-wcwl-admin-init.php:1461
432
  msgid "Wishlist Activated"
433
  msgstr ""
434
 
435
- #: ../includes/class.yith-wcwl-admin-init.php:1462
436
  #, php-format
437
  msgid ""
438
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
@@ -441,11 +441,11 @@ msgid ""
441
  "options, <a href=\"%s\">discover it now</a>."
442
  msgstr ""
443
 
444
- #: ../includes/class.yith-wcwl-admin-init.php:1473
445
  msgid "Wishlist Updated"
446
  msgstr ""
447
 
448
- #: ../includes/class.yith-wcwl-admin-init.php:1474
449
  #, php-format
450
  msgid ""
451
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
@@ -465,7 +465,7 @@ msgstr ""
465
  msgid "wishlist"
466
  msgstr ""
467
 
468
- #: ../includes/class.yith-wcwl-shortcode.php:224
469
  #: ../includes/class.yith-wcwl-ui.php:161
470
  msgid "Share on:"
471
  msgstr ""
@@ -487,39 +487,35 @@ msgstr ""
487
  msgid "email"
488
  msgstr ""
489
 
490
- #: ../includes/class.yith-wcwl.php:185
491
  msgid "Error occurred while adding products to the wishlist."
492
  msgstr ""
493
 
494
- #: ../includes/class.yith-wcwl.php:269
495
  msgid "Error occurred while adding product to wishlist."
496
  msgstr ""
497
 
498
- #: ../includes/class.yith-wcwl.php:284
499
  msgid "Remove now does not require any param"
500
  msgstr ""
501
 
502
- #: ../includes/class.yith-wcwl.php:318
503
  msgid "Error occurred while removing products from the wishlist"
504
  msgstr ""
505
 
506
- #: ../includes/class.yith-wcwl.php:596
507
  msgid "You need to log in before creating a new wishlist"
508
  msgstr ""
509
 
510
- #: ../includes/class.yith-wcwl.php:1240
511
- msgid "Product already in the wishlist."
512
- msgstr ""
513
-
514
- #: ../includes/class.yith-wcwl.php:1272
515
  msgid "Product successfully removed."
516
  msgstr ""
517
 
518
- #: ../includes/class.yith-wcwl.php:1276
519
  msgid "Error. Unable to remove the product from the wishlist."
520
  msgstr ""
521
 
522
- #: ../includes/class.yith-wcwl.php:1280 ../templates/wishlist-view.php:170
523
  msgid "No products were added to the wishlist"
524
  msgstr ""
525
 
@@ -724,7 +720,7 @@ msgstr ""
724
  msgid "Add with multiupload"
725
  msgstr ""
726
 
727
- #: ../plugin-fw/lib/yit-plugin-panel-wc.php:345
728
  msgid "The changes you have made will be lost if you leave this page."
729
  msgstr ""
730
 
@@ -732,74 +728,73 @@ msgstr ""
732
  msgid "Plugin Settings"
733
  msgstr ""
734
 
735
- #: ../plugin-fw/lib/yit-plugin-panel.php:92
736
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:101
737
  msgid "YIT Plugins"
738
  msgstr ""
739
 
740
- #: ../plugin-fw/lib/yit-plugin-panel.php:271
741
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:142
742
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
743
  msgid "Save Changes"
744
  msgstr ""
745
 
746
- #: ../plugin-fw/lib/yit-plugin-panel.php:274
747
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
748
  msgid ""
749
  "If you continue with this action, you will reset all options in this page."
750
  msgstr ""
751
 
752
- #: ../plugin-fw/lib/yit-plugin-panel.php:276
753
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
754
- #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
755
- msgid "Reset Defaults"
756
  msgstr ""
757
 
758
- #: ../plugin-fw/lib/yit-plugin-panel.php:276
759
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
760
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
761
  msgid "Are you sure?"
762
  msgstr ""
763
 
764
- #: ../plugin-fw/lib/yit-plugin-panel.php:410
765
  msgid ""
766
  "The element you have entered already exists. Please, enter another name."
767
  msgstr ""
768
 
769
- #: ../plugin-fw/lib/yit-plugin-panel.php:411
770
  msgid "Settings saved"
771
  msgstr ""
772
 
773
- #: ../plugin-fw/lib/yit-plugin-panel.php:412
774
  msgid "Settings reset"
775
  msgstr ""
776
 
777
- #: ../plugin-fw/lib/yit-plugin-panel.php:413
778
  msgid "Element deleted correctly."
779
  msgstr ""
780
 
781
- #: ../plugin-fw/lib/yit-plugin-panel.php:414
782
- #: ../plugin-fw/lib/yit-plugin-panel.php:415
783
  msgid "Element updated correctly."
784
  msgstr ""
785
 
786
- #: ../plugin-fw/lib/yit-plugin-panel.php:416
787
  msgid "Database imported correctly."
788
  msgstr ""
789
 
790
- #: ../plugin-fw/lib/yit-plugin-panel.php:417
791
  msgid "An error has occurred during import. Please try again."
792
  msgstr ""
793
 
794
- #: ../plugin-fw/lib/yit-plugin-panel.php:418
795
  msgid "The added file is not valid."
796
  msgstr ""
797
 
798
- #: ../plugin-fw/lib/yit-plugin-panel.php:419
799
  msgid "Sorry, import is disabled."
800
  msgstr ""
801
 
802
- #: ../plugin-fw/lib/yit-plugin-panel.php:420
803
  msgid "Sorting successful."
804
  msgstr ""
805
 
@@ -923,48 +918,48 @@ msgstr ""
923
  msgid "Update Plugin"
924
  msgstr ""
925
 
926
- #: ../plugin-fw/licence/lib/yit-licence.php:148
927
  #, php-format
928
  msgid "%field% field cannot be empty"
929
  msgstr ""
930
 
931
- #: ../plugin-fw/licence/lib/yit-licence.php:149
932
  msgid "%field_1% and %field_2% fields cannot be empty"
933
  msgstr ""
934
 
935
- #: ../plugin-fw/licence/lib/yit-licence.php:150
936
  msgid "Unable to contact the remote server, please try again later. Thanks!"
937
  msgstr ""
938
 
939
- #: ../plugin-fw/licence/lib/yit-licence.php:529
940
  msgid "Invalid Request"
941
  msgstr ""
942
 
943
- #: ../plugin-fw/licence/lib/yit-licence.php:530
944
  msgid "Invalid licence key"
945
  msgstr ""
946
 
947
- #: ../plugin-fw/licence/lib/yit-licence.php:531
948
  msgid "Software has been deactivated"
949
  msgstr ""
950
 
951
- #: ../plugin-fw/licence/lib/yit-licence.php:532
952
  msgid "Maximum number of activations exceeded"
953
  msgstr ""
954
 
955
- #: ../plugin-fw/licence/lib/yit-licence.php:533
956
  msgid "Invalid instance ID"
957
  msgstr ""
958
 
959
- #: ../plugin-fw/licence/lib/yit-licence.php:534
960
  msgid "Invalid security key"
961
  msgstr ""
962
 
963
- #: ../plugin-fw/licence/lib/yit-licence.php:535
964
  msgid "Licence key has expired"
965
  msgstr ""
966
 
967
- #: ../plugin-fw/licence/lib/yit-licence.php:536
968
  msgid "Licence key has been banned"
969
  msgstr ""
970
 
@@ -1012,7 +1007,7 @@ msgstr ""
1012
  #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:77
1013
  #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:109
1014
  #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:133
1015
- #: ../templates/wishlist-view.php:56
1016
  msgid "Product Name"
1017
  msgstr ""
1018
 
@@ -1429,6 +1424,10 @@ msgstr ""
1429
  msgid "Italic bold"
1430
  msgstr ""
1431
 
 
 
 
 
1432
  #: ../templates/share.php:28
1433
  msgid "Pinterest"
1434
  msgstr ""
@@ -1449,31 +1448,31 @@ msgstr ""
1449
  msgid "Cancel"
1450
  msgstr ""
1451
 
1452
- #: ../templates/wishlist-view.php:62
1453
  msgid "Unit Price"
1454
  msgstr ""
1455
 
1456
- #: ../templates/wishlist-view.php:70
1457
  msgid "Stock Status"
1458
  msgstr ""
1459
 
1460
- #: ../templates/wishlist-view.php:101
1461
  msgid "Remove this product"
1462
  msgstr ""
1463
 
1464
- #: ../templates/wishlist-view.php:130
1465
  msgid "Free!"
1466
  msgstr ""
1467
 
1468
- #: ../templates/wishlist-view.php:141
1469
  msgid "Out of Stock"
1470
  msgstr ""
1471
 
1472
- #: ../templates/wishlist-view.php:144
1473
  msgid "In Stock"
1474
  msgstr ""
1475
 
1476
- #: ../templates/wishlist-view.php:196
1477
  msgid "Ask an estimate of costs"
1478
  msgstr ""
1479
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
+ "POT-Creation-Date: 2015-03-18 10:23+0100\n"
5
+ "PO-Revision-Date: 2015-03-18 10:23+0100\n"
6
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: English\n"
27
  msgstr ""
28
 
29
  #: ../includes/class.yith-wcwl-admin-init.php:188
30
+ #: ../includes/class.yith-wcwl-admin-init.php:1359
31
+ #: ../includes/class.yith-wcwl-admin-init.php:1360
32
  #: ../includes/class.yith-wcwl-install.php:240
33
  msgid "Wishlist"
34
  msgstr ""
35
 
36
  #: ../includes/class.yith-wcwl-admin-init.php:190
37
+ #: ../includes/class.yith-wcwl-admin-init.php:290
38
  #: ../plugin-fw/lib/yit-cpt-unlimited.php:1048
39
  #: ../plugin-fw/lib/yit-cpt-unlimited.php:1196
40
  #: ../plugin-fw/lib/yit-cpt-unlimited.php:1202
43
  msgstr ""
44
 
45
  #: ../includes/class.yith-wcwl-admin-init.php:191
46
+ #: ../includes/class.yith-wcwl-admin-init.php:257
47
  msgid "Colors"
48
  msgstr ""
49
 
50
  #: ../includes/class.yith-wcwl-admin-init.php:192
51
+ #: ../includes/class.yith-wcwl-admin-init.php:294
52
  msgid "Premium Version"
53
  msgstr ""
54
 
55
+ #: ../includes/class.yith-wcwl-admin-init.php:318
56
  msgid ""
57
  "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
58
  "link to update it."
59
  msgstr ""
60
 
61
+ #: ../includes/class.yith-wcwl-admin-init.php:321
62
  msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
63
  msgstr ""
64
 
65
+ #: ../includes/class.yith-wcwl-admin-init.php:326
66
  msgid "Plugin Documentation"
67
  msgstr ""
68
 
69
+ #: ../includes/class.yith-wcwl-admin-init.php:342
70
  msgid "Wishlist Page"
71
  msgstr ""
72
 
73
+ #: ../includes/class.yith-wcwl-admin-init.php:343
74
  msgid "Page contents: [yith_wcwl_wishlist]"
75
  msgstr ""
76
 
77
+ #: ../includes/class.yith-wcwl-admin-init.php:918
78
  msgid "Upgrade to the PREMIUM VERSION"
79
  msgstr ""
80
 
81
+ #: ../includes/class.yith-wcwl-admin-init.php:921
82
  msgid "YITH WooCommerce Wishlist"
83
  msgstr ""
84
 
85
+ #: ../includes/class.yith-wcwl-admin-init.php:922
86
  msgid "Discover the Advanced Features"
87
  msgstr ""
88
 
89
+ #: ../includes/class.yith-wcwl-admin-init.php:923
90
  msgid ""
91
  "Upgrade to the PREMIUM VERSION\n"
92
  "of YITH WOOCOMMERCE WISHLIST to benefit from all features!"
93
  msgstr ""
94
 
95
+ #: ../includes/class.yith-wcwl-admin-init.php:930
96
  msgid "Get Support and Pro Features"
97
  msgstr ""
98
 
99
+ #: ../includes/class.yith-wcwl-admin-init.php:931
100
  msgid ""
101
  "By purchasing the premium version of the plugin, you will take advantage of "
102
  "the advanced features of the product and you will get one year of free "
103
  "updates and support through our platform available 24h/24."
104
  msgstr ""
105
 
106
+ #: ../includes/class.yith-wcwl-admin-init.php:941
107
  msgid "General Settings"
108
  msgstr ""
109
 
110
+ #: ../includes/class.yith-wcwl-admin-init.php:948
111
  msgid "Enable YITH Wishlist"
112
  msgstr ""
113
 
114
+ #: ../includes/class.yith-wcwl-admin-init.php:949
115
  #, php-format
116
  msgid ""
117
  "Enable all plugin features. <strong>Be sure to select a voice in the "
119
  "\" target=\"_blank\">documentation</a>."
120
  msgstr ""
121
 
122
+ #: ../includes/class.yith-wcwl-admin-init.php:956
123
  msgid "Default wishlist title"
124
  msgstr ""
125
 
 
126
  #: ../includes/class.yith-wcwl-admin-init.php:958
127
+ #: ../includes/class.yith-wcwl-admin-init.php:959
128
  #: ../includes/class.yith-wcwl-admin-init.php:1200
129
+ #: ../includes/class.yith-wcwl-admin-init.php:1201
130
  #, php-format
131
  msgid "My wishlist on %s"
132
  msgstr ""
133
 
134
+ #: ../includes/class.yith-wcwl-admin-init.php:967
135
  msgid "Position"
136
  msgstr ""
137
 
138
+ #: ../includes/class.yith-wcwl-admin-init.php:968
139
  msgid ""
140
  "You can add it in variable products only After \"Add to Cart \" or using the "
141
  "shortcode [yith_wcwl_add_to_wishlist]."
142
  msgstr ""
143
 
144
+ #: ../includes/class.yith-wcwl-admin-init.php:974
145
  msgid "After \"Add to cart\""
146
  msgstr ""
147
 
148
+ #: ../includes/class.yith-wcwl-admin-init.php:975
149
  msgid "After thumbnails"
150
  msgstr ""
151
 
152
+ #: ../includes/class.yith-wcwl-admin-init.php:976
153
  msgid "After summary"
154
  msgstr ""
155
 
156
+ #: ../includes/class.yith-wcwl-admin-init.php:977
157
  msgid "Use shortcode"
158
  msgstr ""
159
 
160
+ #: ../includes/class.yith-wcwl-admin-init.php:982
161
  msgid "Redirect to cart"
162
  msgstr ""
163
 
164
+ #: ../includes/class.yith-wcwl-admin-init.php:983
165
  msgid ""
166
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
167
  "page."
168
  msgstr ""
169
 
170
+ #: ../includes/class.yith-wcwl-admin-init.php:990
171
  msgid "Remove if added to the cart"
172
  msgstr ""
173
 
174
+ #: ../includes/class.yith-wcwl-admin-init.php:991
175
  msgid "Remove the product from the wishlist if it has been added to the cart."
176
  msgstr ""
177
 
178
+ #: ../includes/class.yith-wcwl-admin-init.php:998
179
  msgid "\"Add to Wishlist\" text"
180
  msgstr ""
181
 
 
182
  #: ../includes/class.yith-wcwl-admin-init.php:1000
183
+ #: ../includes/class.yith-wcwl-admin-init.php:1001
184
  msgid "Add to Wishlist"
185
  msgstr ""
186
 
187
+ #: ../includes/class.yith-wcwl-admin-init.php:1006
188
  msgid "\"Browse wishlist\" text"
189
  msgstr ""
190
 
 
191
  #: ../includes/class.yith-wcwl-admin-init.php:1008
192
+ #: ../includes/class.yith-wcwl-admin-init.php:1009
193
  #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl-ui.php:82
194
  msgid "Browse Wishlist"
195
  msgstr ""
196
 
197
+ #: ../includes/class.yith-wcwl-admin-init.php:1014
198
  msgid "\"Product already in wishlist\" text"
199
  msgstr ""
200
 
 
201
  #: ../includes/class.yith-wcwl-admin-init.php:1016
202
+ #: ../includes/class.yith-wcwl-admin-init.php:1017
203
  #: ../includes/class.yith-wcwl-ui.php:82
204
  msgid "The product is already in the wishlist!"
205
  msgstr ""
206
 
207
+ #: ../includes/class.yith-wcwl-admin-init.php:1022
208
  msgid "\"Product added\" text"
209
  msgstr ""
210
 
 
211
  #: ../includes/class.yith-wcwl-admin-init.php:1024
212
+ #: ../includes/class.yith-wcwl-admin-init.php:1025
213
+ #: ../includes/class.yith-wcwl-ui.php:81
214
  msgid "Product added!"
215
  msgstr ""
216
 
217
+ #: ../includes/class.yith-wcwl-admin-init.php:1030
218
  msgid "\"Add to Cart\" text"
219
  msgstr ""
220
 
 
221
  #: ../includes/class.yith-wcwl-admin-init.php:1032
222
+ #: ../includes/class.yith-wcwl-admin-init.php:1033
223
  msgid "Add to Cart"
224
  msgstr ""
225
 
226
+ #: ../includes/class.yith-wcwl-admin-init.php:1038
227
  msgid "Show Unit price"
228
  msgstr ""
229
 
230
+ #: ../includes/class.yith-wcwl-admin-init.php:1039
231
  msgid "Show unit price for each product in wishlist"
232
  msgstr ""
233
 
234
+ #: ../includes/class.yith-wcwl-admin-init.php:1047
235
  msgid "Show \"Add to Cart\" button"
236
  msgstr ""
237
 
238
+ #: ../includes/class.yith-wcwl-admin-init.php:1048
239
  msgid "Show \"Add to cart\" button for each product in wishlist"
240
  msgstr ""
241
 
242
+ #: ../includes/class.yith-wcwl-admin-init.php:1056
243
  msgid "Show Stock status"
244
  msgstr ""
245
 
246
+ #: ../includes/class.yith-wcwl-admin-init.php:1057
247
  msgid ""
248
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
249
  msgstr ""
250
 
251
+ #: ../includes/class.yith-wcwl-admin-init.php:1080
252
  msgid "Styles"
253
  msgstr ""
254
 
255
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
256
  msgid "Use buttons"
257
  msgstr ""
258
 
259
+ #: ../includes/class.yith-wcwl-admin-init.php:1088
260
  msgid "Use buttons instead of simple anchors."
261
  msgstr ""
262
 
263
+ #: ../includes/class.yith-wcwl-admin-init.php:1095
264
  msgid "Custom CSS"
265
  msgstr ""
266
 
267
+ #: ../includes/class.yith-wcwl-admin-init.php:1103
268
  msgid "Use theme style"
269
  msgstr ""
270
 
271
+ #: ../includes/class.yith-wcwl-admin-init.php:1104
272
  msgid "Use the theme style."
273
  msgstr ""
274
 
275
+ #: ../includes/class.yith-wcwl-admin-init.php:1111
276
  msgid "Rounded buttons"
277
  msgstr ""
278
 
279
+ #: ../includes/class.yith-wcwl-admin-init.php:1112
280
  msgid "Make button corners rounded"
281
  msgstr ""
282
 
283
+ #: ../includes/class.yith-wcwl-admin-init.php:1119
284
  msgid "\"Add to Wishlist\" icon"
285
  msgstr ""
286
 
287
+ #: ../includes/class.yith-wcwl-admin-init.php:1120
288
  msgid "Add an icon to the \"Add to Wishlist\" button"
289
  msgstr ""
290
 
291
+ #: ../includes/class.yith-wcwl-admin-init.php:1131
292
  msgid "\"Add to Cart\" icon"
293
  msgstr ""
294
 
295
+ #: ../includes/class.yith-wcwl-admin-init.php:1132
296
  msgid "Add an icon to the \"Add to Cart\" button"
297
  msgstr ""
298
 
299
+ #: ../includes/class.yith-wcwl-admin-init.php:1151
300
  msgid "Socials &amp; Share"
301
  msgstr ""
302
 
303
+ #: ../includes/class.yith-wcwl-admin-init.php:1158
304
  msgid "Share on Facebook"
305
  msgstr ""
306
 
307
+ #: ../includes/class.yith-wcwl-admin-init.php:1159
308
+ #: ../includes/class.yith-wcwl-admin-init.php:1183
309
  msgid "Show \"Share on Facebook\" button"
310
  msgstr ""
311
 
312
+ #: ../includes/class.yith-wcwl-admin-init.php:1166
313
  msgid "Tweet on Twitter"
314
  msgstr ""
315
 
316
+ #: ../includes/class.yith-wcwl-admin-init.php:1167
317
  msgid "Show \"Tweet on Twitter\" button"
318
  msgstr ""
319
 
320
+ #: ../includes/class.yith-wcwl-admin-init.php:1174
321
  msgid "Pin on Pinterest"
322
  msgstr ""
323
 
324
+ #: ../includes/class.yith-wcwl-admin-init.php:1175
325
  msgid "Show \"Pin on Pinterest\" button"
326
  msgstr ""
327
 
328
+ #: ../includes/class.yith-wcwl-admin-init.php:1182
329
  msgid "Share on Google+"
330
  msgstr ""
331
 
332
+ #: ../includes/class.yith-wcwl-admin-init.php:1190
333
  msgid "Share by Email"
334
  msgstr ""
335
 
336
+ #: ../includes/class.yith-wcwl-admin-init.php:1191
337
  msgid "Show \"Share by Email\" button"
338
  msgstr ""
339
 
340
+ #: ../includes/class.yith-wcwl-admin-init.php:1198
341
  msgid "Social title"
342
  msgstr ""
343
 
344
+ #: ../includes/class.yith-wcwl-admin-init.php:1206
345
  msgid "Social text"
346
  msgstr ""
347
 
348
+ #: ../includes/class.yith-wcwl-admin-init.php:1207
349
  msgid ""
350
  "It will be used by Facebook, Twitter and Pinterest. Use <strong>%wishlist_url"
351
  "%</strong> where you want to show the URL of your wishlist."
352
  msgstr ""
353
 
354
+ #: ../includes/class.yith-wcwl-admin-init.php:1215
355
  msgid "Social image URL"
356
  msgstr ""
357
 
358
+ #: ../includes/class.yith-wcwl-admin-init.php:1251
359
  msgid "\"Add to wishlist\" button"
360
  msgstr ""
361
 
 
 
 
 
 
 
 
 
362
  #: ../includes/class.yith-wcwl-admin-init.php:1254
363
  #: ../includes/class.yith-wcwl-admin-init.php:1272
364
  #: ../includes/class.yith-wcwl-admin-init.php:1290
365
  #: ../includes/class.yith-wcwl-admin-init.php:1308
366
  #: ../includes/class.yith-wcwl-admin-init.php:1326
367
+ msgid "Background"
368
  msgstr ""
369
 
370
  #: ../includes/class.yith-wcwl-admin-init.php:1255
372
  #: ../includes/class.yith-wcwl-admin-init.php:1291
373
  #: ../includes/class.yith-wcwl-admin-init.php:1309
374
  #: ../includes/class.yith-wcwl-admin-init.php:1327
375
+ msgid "Text"
376
  msgstr ""
377
 
378
+ #: ../includes/class.yith-wcwl-admin-init.php:1256
379
+ #: ../includes/class.yith-wcwl-admin-init.php:1274
380
+ #: ../includes/class.yith-wcwl-admin-init.php:1292
381
+ #: ../includes/class.yith-wcwl-admin-init.php:1310
382
+ #: ../includes/class.yith-wcwl-admin-init.php:1328
383
+ msgid "Border"
384
  msgstr ""
385
 
386
  #: ../includes/class.yith-wcwl-admin-init.php:1263
387
  #: ../includes/class.yith-wcwl-admin-init.php:1281
388
  #: ../includes/class.yith-wcwl-admin-init.php:1299
389
  #: ../includes/class.yith-wcwl-admin-init.php:1317
390
+ msgid "Background (hover)"
391
  msgstr ""
392
 
393
  #: ../includes/class.yith-wcwl-admin-init.php:1264
394
  #: ../includes/class.yith-wcwl-admin-init.php:1282
395
  #: ../includes/class.yith-wcwl-admin-init.php:1300
396
  #: ../includes/class.yith-wcwl-admin-init.php:1318
397
+ msgid "Text (hover)"
398
+ msgstr ""
399
+
400
+ #: ../includes/class.yith-wcwl-admin-init.php:1265
401
+ #: ../includes/class.yith-wcwl-admin-init.php:1283
402
+ #: ../includes/class.yith-wcwl-admin-init.php:1301
403
+ #: ../includes/class.yith-wcwl-admin-init.php:1319
404
  msgid "Border (hover)"
405
  msgstr ""
406
 
407
+ #: ../includes/class.yith-wcwl-admin-init.php:1269
408
  msgid "\"Add to Cart\" button"
409
  msgstr ""
410
 
411
+ #: ../includes/class.yith-wcwl-admin-init.php:1287
412
  msgid "\"Style 1\" button"
413
  msgstr ""
414
 
415
+ #: ../includes/class.yith-wcwl-admin-init.php:1305
416
  msgid "\"Style 2\" button"
417
  msgstr ""
418
 
419
+ #: ../includes/class.yith-wcwl-admin-init.php:1323
420
  msgid "Wishlist table"
421
  msgstr ""
422
 
423
+ #: ../includes/class.yith-wcwl-admin-init.php:1332
424
  msgid "Headers"
425
  msgstr ""
426
 
427
+ #: ../includes/class.yith-wcwl-admin-init.php:1335
428
  msgid "Background color"
429
  msgstr ""
430
 
431
+ #: ../includes/class.yith-wcwl-admin-init.php:1425
432
  msgid "Wishlist Activated"
433
  msgstr ""
434
 
435
+ #: ../includes/class.yith-wcwl-admin-init.php:1426
436
  #, php-format
437
  msgid ""
438
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
441
  "options, <a href=\"%s\">discover it now</a>."
442
  msgstr ""
443
 
444
+ #: ../includes/class.yith-wcwl-admin-init.php:1437
445
  msgid "Wishlist Updated"
446
  msgstr ""
447
 
448
+ #: ../includes/class.yith-wcwl-admin-init.php:1438
449
  #, php-format
450
  msgid ""
451
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
465
  msgid "wishlist"
466
  msgstr ""
467
 
468
+ #: ../includes/class.yith-wcwl-shortcode.php:230
469
  #: ../includes/class.yith-wcwl-ui.php:161
470
  msgid "Share on:"
471
  msgstr ""
487
  msgid "email"
488
  msgstr ""
489
 
490
+ #: ../includes/class.yith-wcwl.php:187
491
  msgid "Error occurred while adding products to the wishlist."
492
  msgstr ""
493
 
494
+ #: ../includes/class.yith-wcwl.php:271
495
  msgid "Error occurred while adding product to wishlist."
496
  msgstr ""
497
 
498
+ #: ../includes/class.yith-wcwl.php:286
499
  msgid "Remove now does not require any param"
500
  msgstr ""
501
 
502
+ #: ../includes/class.yith-wcwl.php:320
503
  msgid "Error occurred while removing products from the wishlist"
504
  msgstr ""
505
 
506
+ #: ../includes/class.yith-wcwl.php:598
507
  msgid "You need to log in before creating a new wishlist"
508
  msgstr ""
509
 
510
+ #: ../includes/class.yith-wcwl.php:1301
 
 
 
 
511
  msgid "Product successfully removed."
512
  msgstr ""
513
 
514
+ #: ../includes/class.yith-wcwl.php:1305
515
  msgid "Error. Unable to remove the product from the wishlist."
516
  msgstr ""
517
 
518
+ #: ../includes/class.yith-wcwl.php:1309 ../templates/wishlist-view.php:181
519
  msgid "No products were added to the wishlist"
520
  msgstr ""
521
 
720
  msgid "Add with multiupload"
721
  msgstr ""
722
 
723
+ #: ../plugin-fw/lib/yit-plugin-panel-wc.php:315
724
  msgid "The changes you have made will be lost if you leave this page."
725
  msgstr ""
726
 
728
  msgid "Plugin Settings"
729
  msgstr ""
730
 
731
+ #: ../plugin-fw/lib/yit-plugin-panel.php:94
732
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:101
733
  msgid "YIT Plugins"
734
  msgstr ""
735
 
736
+ #: ../plugin-fw/lib/yit-plugin-panel.php:273
737
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:142
738
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
739
  msgid "Save Changes"
740
  msgstr ""
741
 
742
+ #: ../plugin-fw/lib/yit-plugin-panel.php:276
743
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
744
  msgid ""
745
  "If you continue with this action, you will reset all options in this page."
746
  msgstr ""
747
 
748
+ #: ../plugin-fw/lib/yit-plugin-panel.php:278
749
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
750
+ msgid "Reset to Default"
 
751
  msgstr ""
752
 
753
+ #: ../plugin-fw/lib/yit-plugin-panel.php:278
754
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
755
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
756
  msgid "Are you sure?"
757
  msgstr ""
758
 
759
+ #: ../plugin-fw/lib/yit-plugin-panel.php:412
760
  msgid ""
761
  "The element you have entered already exists. Please, enter another name."
762
  msgstr ""
763
 
764
+ #: ../plugin-fw/lib/yit-plugin-panel.php:413
765
  msgid "Settings saved"
766
  msgstr ""
767
 
768
+ #: ../plugin-fw/lib/yit-plugin-panel.php:414
769
  msgid "Settings reset"
770
  msgstr ""
771
 
772
+ #: ../plugin-fw/lib/yit-plugin-panel.php:415
773
  msgid "Element deleted correctly."
774
  msgstr ""
775
 
776
+ #: ../plugin-fw/lib/yit-plugin-panel.php:416
777
+ #: ../plugin-fw/lib/yit-plugin-panel.php:417
778
  msgid "Element updated correctly."
779
  msgstr ""
780
 
781
+ #: ../plugin-fw/lib/yit-plugin-panel.php:418
782
  msgid "Database imported correctly."
783
  msgstr ""
784
 
785
+ #: ../plugin-fw/lib/yit-plugin-panel.php:419
786
  msgid "An error has occurred during import. Please try again."
787
  msgstr ""
788
 
789
+ #: ../plugin-fw/lib/yit-plugin-panel.php:420
790
  msgid "The added file is not valid."
791
  msgstr ""
792
 
793
+ #: ../plugin-fw/lib/yit-plugin-panel.php:421
794
  msgid "Sorry, import is disabled."
795
  msgstr ""
796
 
797
+ #: ../plugin-fw/lib/yit-plugin-panel.php:422
798
  msgid "Sorting successful."
799
  msgstr ""
800
 
918
  msgid "Update Plugin"
919
  msgstr ""
920
 
921
+ #: ../plugin-fw/licence/lib/yit-licence.php:156
922
  #, php-format
923
  msgid "%field% field cannot be empty"
924
  msgstr ""
925
 
926
+ #: ../plugin-fw/licence/lib/yit-licence.php:157
927
  msgid "%field_1% and %field_2% fields cannot be empty"
928
  msgstr ""
929
 
930
+ #: ../plugin-fw/licence/lib/yit-licence.php:158
931
  msgid "Unable to contact the remote server, please try again later. Thanks!"
932
  msgstr ""
933
 
934
+ #: ../plugin-fw/licence/lib/yit-licence.php:537
935
  msgid "Invalid Request"
936
  msgstr ""
937
 
938
+ #: ../plugin-fw/licence/lib/yit-licence.php:538
939
  msgid "Invalid licence key"
940
  msgstr ""
941
 
942
+ #: ../plugin-fw/licence/lib/yit-licence.php:539
943
  msgid "Software has been deactivated"
944
  msgstr ""
945
 
946
+ #: ../plugin-fw/licence/lib/yit-licence.php:540
947
  msgid "Maximum number of activations exceeded"
948
  msgstr ""
949
 
950
+ #: ../plugin-fw/licence/lib/yit-licence.php:541
951
  msgid "Invalid instance ID"
952
  msgstr ""
953
 
954
+ #: ../plugin-fw/licence/lib/yit-licence.php:542
955
  msgid "Invalid security key"
956
  msgstr ""
957
 
958
+ #: ../plugin-fw/licence/lib/yit-licence.php:543
959
  msgid "Licence key has expired"
960
  msgstr ""
961
 
962
+ #: ../plugin-fw/licence/lib/yit-licence.php:544
963
  msgid "Licence key has been banned"
964
  msgstr ""
965
 
1007
  #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:77
1008
  #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:109
1009
  #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:133
1010
+ #: ../templates/wishlist-view.php:62
1011
  msgid "Product Name"
1012
  msgstr ""
1013
 
1424
  msgid "Italic bold"
1425
  msgstr ""
1426
 
1427
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
1428
+ msgid "Reset Defaults"
1429
+ msgstr ""
1430
+
1431
  #: ../templates/share.php:28
1432
  msgid "Pinterest"
1433
  msgstr ""
1448
  msgid "Cancel"
1449
  msgstr ""
1450
 
1451
+ #: ../templates/wishlist-view.php:68
1452
  msgid "Unit Price"
1453
  msgstr ""
1454
 
1455
+ #: ../templates/wishlist-view.php:76
1456
  msgid "Stock Status"
1457
  msgstr ""
1458
 
1459
+ #: ../templates/wishlist-view.php:112
1460
  msgid "Remove this product"
1461
  msgstr ""
1462
 
1463
+ #: ../templates/wishlist-view.php:141
1464
  msgid "Free!"
1465
  msgstr ""
1466
 
1467
+ #: ../templates/wishlist-view.php:152
1468
  msgid "Out of Stock"
1469
  msgstr ""
1470
 
1471
+ #: ../templates/wishlist-view.php:155
1472
  msgid "In Stock"
1473
  msgstr ""
1474
 
1475
+ #: ../templates/wishlist-view.php:213 ../templates/wishlist-view.php:246
1476
  msgid "Ask an estimate of costs"
1477
  msgstr ""
1478
 
plugin-fw/assets/css/yit-plugin-panel.css CHANGED
@@ -198,6 +198,7 @@
198
 
199
 
200
  /* Style to woocommerce panel*/
 
201
  #plugin-fw-wc{
202
  padding-top: 20px;
203
  }
@@ -212,49 +213,59 @@
212
  padding:0px 10px 10px ;
213
  border-bottom: 1px solid #eee;
214
  }
215
- #plugin-fw-wc .yith_videobox .column{
 
 
 
 
 
 
 
 
 
 
 
 
 
 
216
  width: 45%;
217
  float: left;
218
  padding-right: 2.5%;
219
  border-right: 1px solid #ebebeb;
220
  padding-bottom: 2em;
221
  }
222
- #plugin-fw-wc .yith_videobox .column.two{
223
  margin-right: 0;
224
  padding-right: 0;
225
  padding-left: 2.5%;
226
  border: 0;
227
  max-width: 49%;
228
  }
229
- #plugin-fw-wc .yith_videobox h2{
230
  font-size: 16px;
231
  margin-bottom: 20px;
232
  }
233
- #plugin-fw-wc .postbox .inside{
234
- display: inline-block;
235
- }
236
- #plugin-fw-wc .yith-video-link {
237
  width: 100%;
238
  max-width: 200px;
239
  float: left;
240
  margin: 0 1.5em 1.5em 0;
241
  }
242
- #plugin-fw-wc .yith-video-link {
243
  width: 100%;
244
  max-width: 200px;
245
  float: left;
246
  margin: 0 1.5em 1.5em 0;
247
  }
248
- #plugin-fw-wc .yith-image-frame img {
249
  max-width: 100%;
250
  height: auto;
251
  }
252
-
253
- #plugin-fw-wc .yith-video-link img {
254
  max-width: 100%;
255
  height: auto;
256
  }
257
- #plugin-fw-wc .yith-video-iframe {
258
  display: none;
259
 
260
  }
198
 
199
 
200
  /* Style to woocommerce panel*/
201
+
202
  #plugin-fw-wc{
203
  padding-top: 20px;
204
  }
213
  padding:0px 10px 10px ;
214
  border-bottom: 1px solid #eee;
215
  }
216
+
217
+ /* === VIDEO BOX === */
218
+
219
+ .yith-videobox-wrapper {
220
+ padding-top: 20px;
221
+ }
222
+ .yith-videobox-wrapper h3{
223
+ padding:0px 10px 10px ;
224
+ border-bottom: 1px solid #eee;
225
+ }
226
+
227
+ .yith-videobox-wrapper .postbox {
228
+ display: inline-block;
229
+ }
230
+ .yith-videobox-wrapper .yith_videobox .column {
231
  width: 45%;
232
  float: left;
233
  padding-right: 2.5%;
234
  border-right: 1px solid #ebebeb;
235
  padding-bottom: 2em;
236
  }
237
+ .yith-videobox-wrapper .yith_videobox .column.two {
238
  margin-right: 0;
239
  padding-right: 0;
240
  padding-left: 2.5%;
241
  border: 0;
242
  max-width: 49%;
243
  }
244
+ .yith-videobox-wrapper .yith_videobox h2{
245
  font-size: 16px;
246
  margin-bottom: 20px;
247
  }
248
+ .yith-videobox-wrapper .yith-video-link {
 
 
 
249
  width: 100%;
250
  max-width: 200px;
251
  float: left;
252
  margin: 0 1.5em 1.5em 0;
253
  }
254
+ .yith-videobox-wrapper .yith-video-link {
255
  width: 100%;
256
  max-width: 200px;
257
  float: left;
258
  margin: 0 1.5em 1.5em 0;
259
  }
260
+ .yith-videobox-wrapper .yith-image-frame img {
261
  max-width: 100%;
262
  height: auto;
263
  }
264
+ .yith-videobox-wrapper .yith-video-link img {
 
265
  max-width: 100%;
266
  height: auto;
267
  }
268
+ .yith-videobox-wrapper .yith-video-iframe {
269
  display: none;
270
 
271
  }
plugin-fw/lib/yit-cpt-unlimited.php CHANGED
@@ -1751,7 +1751,7 @@ class YIT_CPT_Unlimited {
1751
 
1752
 
1753
  // check if we are in archive template
1754
- if ( !( ! is_admin() && is_archive() && isset( $wp_query->post->post_type ) && $this->_is_valid( $wp_query->post->post_type ) ) ) {
1755
  return;
1756
  }
1757
 
1751
 
1752
 
1753
  // check if we are in archive template
1754
+ if ( !( ! is_admin() && is_archive() && isset($wp_query->post) && $this->_is_valid( $wp_query->post->post_type ) ) ) {
1755
  return;
1756
  }
1757
 
plugin-fw/lib/yit-plugin-panel-wc.php CHANGED
@@ -65,9 +65,9 @@ if ( ! class_exists( 'YIT_Plugin_Panel_WooCommerce' ) ) {
65
  add_action( 'admin_init', array( $this, 'woocommerce_update_options' ) );
66
  add_filter( 'woocommerce_screen_ids', array( $this, 'add_allowed_screen_id' ) );
67
 
68
- add_action( 'woocommerce_admin_field_boxinfo', array( $this, 'yit_boxinfo' ), 10, 1 );
69
- add_action( 'woocommerce_admin_field_videobox', array( $this, 'yit_videobox' ), 10, 1 );
70
-
71
  }
72
  }
73
 
@@ -97,36 +97,6 @@ if ( ! class_exists( 'YIT_Plugin_Panel_WooCommerce' ) ) {
97
  require_once( YIT_CORE_PLUGIN_TEMPLATE_PATH . '/panel/woocommerce/woocommerce-panel.php' );
98
  }
99
 
100
- /**
101
- * Show a box panel with specific content in two columns as a new woocommerce type
102
- *
103
- *
104
- * @return void
105
- * @since 1.0
106
- * @author Emanuela Castorina <emanuela.castorina@yithemes.com>
107
- */
108
- public function yit_boxinfo( $args = array() ) {
109
- if ( !empty( $args ) ) {
110
- extract( $args );
111
- require_once( YIT_CORE_PLUGIN_TEMPLATE_PATH . '/panel/woocommerce/woocommerce-boxinfo.php' );
112
- }
113
- }
114
-
115
- /**
116
- * Show a box panel with specific content in two columns as a new woocommerce type
117
- *
118
- *
119
- * @return void
120
- * @since 1.0
121
- * @author Emanuela Castorina <emanuela.castorina@yithemes.com>
122
- */
123
- public function yit_videobox( $args = array() ) {
124
- if ( ! empty( $args ) ) {
125
- extract( $args );
126
- require_once( YIT_CORE_PLUGIN_TEMPLATE_PATH . '/panel/woocommerce/woocommerce-videobox.php' );
127
- }
128
- }
129
-
130
  /**
131
  * Show a input fields to upload images
132
  *
@@ -262,26 +232,6 @@ if ( ! class_exists( 'YIT_Plugin_Panel_WooCommerce' ) ) {
262
  }
263
  }
264
 
265
- /**
266
- * Fire the action to print the custom tab
267
- *
268
- * @param $current_tab string
269
- *
270
- * @return void
271
- * @since 1.0
272
- * @author Antonino Scarfì <antonino.scarfi@yithemes.com>
273
- */
274
- public function print_video_box() {
275
- $file = $this->settings['options-path'] . '/video-box.php';
276
-
277
- if ( ! file_exists( $file ) ) {
278
- return;
279
- }
280
-
281
- $args = include_once( $file );
282
- $this->yit_videobox( $args );
283
- }
284
-
285
  /**
286
  * Update options
287
  *
65
  add_action( 'admin_init', array( $this, 'woocommerce_update_options' ) );
66
  add_filter( 'woocommerce_screen_ids', array( $this, 'add_allowed_screen_id' ) );
67
 
68
+ /* Add VideoBox and InfoBox */
69
+ add_action( 'woocommerce_admin_field_boxinfo', array( $this, 'add_infobox' ), 10, 1 );
70
+ add_action( 'woocommerce_admin_field_videobox', array( $this, 'add_videobox' ), 10, 1 );
71
  }
72
  }
73
 
97
  require_once( YIT_CORE_PLUGIN_TEMPLATE_PATH . '/panel/woocommerce/woocommerce-panel.php' );
98
  }
99
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
100
  /**
101
  * Show a input fields to upload images
102
  *
232
  }
233
  }
234
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
235
  /**
236
  * Update options
237
  *
plugin-fw/lib/yit-plugin-panel.php CHANGED
@@ -75,7 +75,6 @@ if ( ! class_exists( 'YIT_Plugin_Panel' ) ) {
75
  add_action( 'admin_bar_menu', array( &$this, 'add_admin_bar_menu' ), 100 );
76
  add_action( 'admin_init', array( &$this, 'add_fields' ) );
77
 
78
-
79
  }
80
 
81
  add_action( 'admin_enqueue_scripts', array( $this, 'admin_enqueue_scripts' ) );
@@ -116,14 +115,18 @@ if ( ! class_exists( 'YIT_Plugin_Panel' ) ) {
116
  * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
117
  */
118
  public function admin_enqueue_scripts() {
 
 
 
119
  //scripts
120
  wp_enqueue_media();
121
  wp_enqueue_script( 'jquery-ui' );
122
  wp_enqueue_script( 'jquery-ui-core' );
123
  wp_enqueue_script( 'jquery-ui-slider' );
 
124
  wp_enqueue_style( 'jquery-chosen', YIT_CORE_PLUGIN_URL . '/assets/css/chosen/chosen.css' );
125
  wp_enqueue_script( 'jquery-chosen', YIT_CORE_PLUGIN_URL . '/assets/js/chosen/chosen.jquery.js', array( 'jquery' ), '1.1.0', true );
126
- wp_enqueue_script( 'yit-plugin-panel', YIT_CORE_PLUGIN_URL . '/assets/js/yit-plugin-panel.min.js', array( 'jquery', 'jquery-chosen' ), $this->version, true );
127
  wp_register_script( 'codemirror', YIT_CORE_PLUGIN_URL . '/assets/js/codemirror/codemirror.js', array( 'jquery' ), $this->version, true );
128
  wp_register_script( 'codemirror-javascript', YIT_CORE_PLUGIN_URL . '/assets/js/codemirror/javascript.js', array( 'jquery', 'codemirror' ), $this->version, true );
129
 
@@ -131,9 +134,14 @@ if ( ! class_exists( 'YIT_Plugin_Panel' ) ) {
131
  wp_register_style( 'codemirror', YIT_CORE_PLUGIN_URL . '/assets/css/codemirror/codemirror.css' );
132
 
133
  //styles
 
 
 
134
  wp_enqueue_style( 'jquery-ui-overcast', YIT_CORE_PLUGIN_URL . '/assets/css/overcast/jquery-ui-1.8.9.custom.css', false, '1.8.9', 'all' );
135
  wp_enqueue_style( 'yit-plugin-style', YIT_CORE_PLUGIN_URL . '/assets/css/yit-plugin-panel.css', $this->version );
136
  wp_enqueue_style( 'raleway-font', '//fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,100,200,300,900' );
 
 
137
  }
138
 
139
  /**
@@ -259,6 +267,7 @@ if ( ! class_exists( 'YIT_Plugin_Panel' ) ) {
259
  return;
260
  }
261
  ?>
 
262
  <div id="wrap" class="plugin-option">
263
  <?php $this->message(); ?>
264
  <h2><?php echo $this->get_tab_title() ?></h2>
@@ -273,7 +282,7 @@ if ( ! class_exists( 'YIT_Plugin_Panel' ) ) {
273
  <form method="post">
274
  <?php $warning = __( 'If you continue with this action, you will reset all options in this page.', 'yit' ) ?>
275
  <input type="hidden" name="yit-action" value="reset" />
276
- <input type="submit" name="yit-reset" class="button-secondary" value="<?php _e( 'Reset Defaults', 'yit' ) ?>" onclick="return confirm('<?php echo $warning . '\n' . __( 'Are you sure?', 'yit' ) ?>');" />
277
  </form>
278
  <p>&nbsp;</p>
279
  <?php endif ?>
@@ -677,6 +686,16 @@ if ( ! class_exists( 'YIT_Plugin_Panel' ) ) {
677
  $option = $param ['option'];
678
  $db_options = $this->get_options();
679
 
 
 
 
 
 
 
 
 
 
 
680
  $db_value = ( isset( $db_options[$option['id']] ) ) ? $db_options[$option['id']] : '';
681
  if ( isset( $option['deps'] ) ) {
682
  $deps = $option['deps'];
@@ -686,7 +705,7 @@ if ( ! class_exists( 'YIT_Plugin_Panel' ) ) {
686
  include $type;
687
  }
688
  else {
689
- do_action( "yit_panel_{$option['type']}" );
690
  }
691
  }
692
  }
@@ -709,6 +728,57 @@ if ( ! class_exists( 'YIT_Plugin_Panel' ) ) {
709
  return $options;
710
  }
711
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
712
 
713
  }
714
 
75
  add_action( 'admin_bar_menu', array( &$this, 'add_admin_bar_menu' ), 100 );
76
  add_action( 'admin_init', array( &$this, 'add_fields' ) );
77
 
 
78
  }
79
 
80
  add_action( 'admin_enqueue_scripts', array( $this, 'admin_enqueue_scripts' ) );
115
  * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
116
  */
117
  public function admin_enqueue_scripts() {
118
+
119
+ global $wp_scripts;
120
+
121
  //scripts
122
  wp_enqueue_media();
123
  wp_enqueue_script( 'jquery-ui' );
124
  wp_enqueue_script( 'jquery-ui-core' );
125
  wp_enqueue_script( 'jquery-ui-slider' );
126
+ wp_enqueue_script( 'jquery-ui-dialog' );
127
  wp_enqueue_style( 'jquery-chosen', YIT_CORE_PLUGIN_URL . '/assets/css/chosen/chosen.css' );
128
  wp_enqueue_script( 'jquery-chosen', YIT_CORE_PLUGIN_URL . '/assets/js/chosen/chosen.jquery.js', array( 'jquery' ), '1.1.0', true );
129
+ wp_enqueue_script( 'yit-plugin-panel', YIT_CORE_PLUGIN_URL . '/assets/js/yit-plugin-panel.js', array( 'jquery', 'jquery-chosen' ), $this->version, true );
130
  wp_register_script( 'codemirror', YIT_CORE_PLUGIN_URL . '/assets/js/codemirror/codemirror.js', array( 'jquery' ), $this->version, true );
131
  wp_register_script( 'codemirror-javascript', YIT_CORE_PLUGIN_URL . '/assets/js/codemirror/javascript.js', array( 'jquery', 'codemirror' ), $this->version, true );
132
 
134
  wp_register_style( 'codemirror', YIT_CORE_PLUGIN_URL . '/assets/css/codemirror/codemirror.css' );
135
 
136
  //styles
137
+
138
+ $jquery_version = isset( $wp_scripts->registered['jquery-ui-core']->ver ) ? $wp_scripts->registered['jquery-ui-core']->ver : '1.9.2';
139
+
140
  wp_enqueue_style( 'jquery-ui-overcast', YIT_CORE_PLUGIN_URL . '/assets/css/overcast/jquery-ui-1.8.9.custom.css', false, '1.8.9', 'all' );
141
  wp_enqueue_style( 'yit-plugin-style', YIT_CORE_PLUGIN_URL . '/assets/css/yit-plugin-panel.css', $this->version );
142
  wp_enqueue_style( 'raleway-font', '//fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,100,200,300,900' );
143
+
144
+ wp_enqueue_style( 'jquery-ui-style', '//code.jquery.com/ui/' . $jquery_version . '/themes/smoothness/jquery-ui.css', array(), $jquery_version );
145
  }
146
 
147
  /**
267
  return;
268
  }
269
  ?>
270
+ <?php $this->print_video_box(); ?>
271
  <div id="wrap" class="plugin-option">
272
  <?php $this->message(); ?>
273
  <h2><?php echo $this->get_tab_title() ?></h2>
282
  <form method="post">
283
  <?php $warning = __( 'If you continue with this action, you will reset all options in this page.', 'yit' ) ?>
284
  <input type="hidden" name="yit-action" value="reset" />
285
+ <input type="submit" name="yit-reset" class="button-secondary" value="<?php _e( 'Reset to Default', 'yit' ) ?>" onclick="return confirm('<?php echo $warning . '\n' . __( 'Are you sure?', 'yit' ) ?>');" />
286
  </form>
287
  <p>&nbsp;</p>
288
  <?php endif ?>
686
  $option = $param ['option'];
687
  $db_options = $this->get_options();
688
 
689
+ $custom_attributes = array();
690
+
691
+ if ( ! empty( $option['custom_attributes'] ) && is_array( $option['custom_attributes'] ) ) {
692
+ foreach ( $option['custom_attributes'] as $attribute => $attribute_value ) {
693
+ $custom_attributes[] = esc_attr( $attribute ) . '="' . esc_attr( $attribute_value ) . '"';
694
+ }
695
+ }
696
+
697
+ $custom_attributes = implode( ' ', $custom_attributes );
698
+
699
  $db_value = ( isset( $db_options[$option['id']] ) ) ? $db_options[$option['id']] : '';
700
  if ( isset( $option['deps'] ) ) {
701
  $deps = $option['deps'];
705
  include $type;
706
  }
707
  else {
708
+ do_action( "yit_panel_{$option['type']}", $option, $db_value );
709
  }
710
  }
711
  }
728
  return $options;
729
  }
730
 
731
+ /**
732
+ * Show a box panel with specific content in two columns as a new woocommerce type
733
+ *
734
+ *
735
+ * @param array $args
736
+ *
737
+ * @return void
738
+ * @since 1.0
739
+ * @author Emanuela Castorina <emanuela.castorina@yithemes.com>
740
+ */
741
+ public function add_infobox( $args = array() ) {
742
+ if ( ! empty( $args ) ) {
743
+ extract( $args );
744
+ require_once( YIT_CORE_PLUGIN_TEMPLATE_PATH . '/panel/boxinfo.php' );
745
+ }
746
+ }
747
+
748
+ /**
749
+ * Show a box panel with specific content in two columns as a new woocommerce type
750
+ *
751
+ * @param array $args
752
+ *
753
+ * @return void
754
+ * @since 1.0
755
+ * @author Emanuela Castorina <emanuela.castorina@yithemes.com>
756
+ */
757
+ public function add_videobox( $args = array() ) {
758
+ if ( ! empty( $args ) ) {
759
+ extract( $args );
760
+ require_once( YIT_CORE_PLUGIN_TEMPLATE_PATH . '/panel/videobox.php' );
761
+ }
762
+ }
763
+
764
+ /**
765
+ * Fire the action to print the custom tab
766
+ *
767
+ * @return void
768
+ * @since 1.0
769
+ * @author Antonino Scarfì <antonino.scarfi@yithemes.com>
770
+ */
771
+ public function print_video_box() {
772
+ $file = $this->settings['options-path'] . '/video-box.php';
773
+
774
+ if ( ! file_exists( $file ) ) {
775
+ return;
776
+ }
777
+
778
+ $args = include_once( $file );
779
+
780
+ $this->add_videobox( $args );
781
+ }
782
 
783
  }
784
 
plugin-fw/lib/yit-plugin-subpanel.php CHANGED
@@ -144,7 +144,7 @@ if ( ! class_exists( 'YIT_Plugin_SubPanel' ) ) {
144
  <form method="post">
145
  <?php $warning = __( 'If you continue with this action, you will reset all the options in this page.', 'yit' ) ?>
146
  <input type="hidden" name="yit-action" value="reset" />
147
- <input type="submit" name="yit-reset" class="button-secondary" value="<?php _e( 'Reset Defaults', 'yit' ) ?>" onclick="return confirm('<?php echo $warning . '\n' . __( 'Are you sure?', 'yit' ) ?>');" />
148
  </form>
149
  <p>&nbsp;</p>
150
  <?php endif ?>
144
  <form method="post">
145
  <?php $warning = __( 'If you continue with this action, you will reset all the options in this page.', 'yit' ) ?>
146
  <input type="hidden" name="yit-action" value="reset" />
147
+ <input type="submit" name="yit-reset" class="button-secondary" value="<?php _e( 'Reset to Default', 'yit' ) ?>" onclick="return confirm('<?php echo $warning . '\n' . __( 'Are you sure?', 'yit' ) ?>');" />
148
  </form>
149
  <p>&nbsp;</p>
150
  <?php endif ?>
plugin-fw/licence/lib/yit-licence.php CHANGED
@@ -99,9 +99,17 @@ if ( ! class_exists( 'YIT_Licence' ) ) {
99
  * @author Andrea Grillo <andrea.grillo@yithemes.com>
100
  */
101
  public function get_home_url() {
102
- return is_ssl() ? str_replace( 'https://', '', home_url() ) : str_replace( 'http://', '', home_url() );
 
 
 
 
 
 
 
103
  }
104
 
 
105
  /**
106
  * Check if the request is ajax
107
  *
99
  * @author Andrea Grillo <andrea.grillo@yithemes.com>
100
  */
101
  public function get_home_url() {
102
+ $home_url = home_url();
103
+ $schemes = apply_filters( 'yit_licence_url_schemes', array( 'https://', 'http://' ) );
104
+
105
+ foreach( $schemes as $scheme ){
106
+ $home_url = str_replace( $scheme, '', $home_url );
107
+ }
108
+
109
+ return $home_url;
110
  }
111
 
112
+
113
  /**
114
  * Check if the request is ajax
115
  *
plugin-fw/templates/panel/{woocommerce/woocommerce-boxinfo.php → infobox.php} RENAMED
File without changes
plugin-fw/templates/panel/types/chosen.php CHANGED
@@ -23,7 +23,7 @@ $db_value = ( $is_multiple && ! is_array( $db_value ) ) ? array() : $db_value;
23
  <div id="<?php echo $id ?>-container" class="chosen yit_options rm_option rm_input rm_text" <?php if ( isset( $option['deps'] ) ): ?>data-field="<?php echo $id ?>" data-dep="<?php echo $this->get_id_field( $option['deps']['ids'] ) ?>" data-value="<?php echo $option['deps']['values'] ?>" <?php endif ?>>
24
  <div class="option">
25
  <div class="select_wrapper">
26
- <select name="<?php echo $name ?><?php if( $is_multiple ) echo "[]" ?>" class="chosen" id="<?php echo $id ?>" <?php echo $multiple ?> >
27
  <?php foreach ( $option['options'] as $key => $value ) : ?>
28
  <option value="<?php echo esc_attr( $key ) ?>"<?php ($is_multiple) ? selected( true, in_array( $key, $db_value) ) : selected( $key, $db_value ) ?>><?php echo $value ?></option>
29
  <?php endforeach; ?>
23
  <div id="<?php echo $id ?>-container" class="chosen yit_options rm_option rm_input rm_text" <?php if ( isset( $option['deps'] ) ): ?>data-field="<?php echo $id ?>" data-dep="<?php echo $this->get_id_field( $option['deps']['ids'] ) ?>" data-value="<?php echo $option['deps']['values'] ?>" <?php endif ?>>
24
  <div class="option">
25
  <div class="select_wrapper">
26
+ <select name="<?php echo $name ?><?php if( $is_multiple ) echo "[]" ?>" class="chosen" id="<?php echo $id ?>" <?php echo $multiple ?> <?php echo $custom_attributes ?> >
27
  <?php foreach ( $option['options'] as $key => $value ) : ?>
28
  <option value="<?php echo esc_attr( $key ) ?>"<?php ($is_multiple) ? selected( true, in_array( $key, $db_value) ) : selected( $key, $db_value ) ?>><?php echo $value ?></option>
29
  <?php endforeach; ?>
plugin-fw/templates/panel/types/connected-list.php CHANGED
@@ -11,7 +11,7 @@ $name = $this->get_name_field( $option['id'] );
11
  <?php foreach( $lists as $list => $options ): ?>
12
  <div class="list_container">
13
  <h4><?php echo $option['heads'][ $list ] ?></h4>
14
- <ul id="list_<?php echo $list ?>" class="connectedSortable" data-list="<?php echo $list ?>">
15
  <?php foreach( $options as $value => $label ): ?>
16
  <li data-option="<?php echo $value ?>" class="ui-state-default"><?php echo $label ?></li>
17
  <?php endforeach ?>
11
  <?php foreach( $lists as $list => $options ): ?>
12
  <div class="list_container">
13
  <h4><?php echo $option['heads'][ $list ] ?></h4>
14
+ <ul id="list_<?php echo $list ?>" class="connectedSortable" data-list="<?php echo $list ?>" <?php echo $custom_attributes ?>>
15
  <?php foreach( $options as $value => $label ): ?>
16
  <li data-option="<?php echo $value ?>" class="ui-state-default"><?php echo $label ?></li>
17
  <?php endforeach ?>
plugin-fw/templates/panel/types/on-off.php CHANGED
@@ -26,7 +26,7 @@ $name = $this->get_name_field( $option['id'] );
26
  ?>
27
  <div id="<?php echo $id ?>-container" <?php if ( isset( $option['deps'] ) ): ?>data-field="<?php echo $id ?>" data-dep="<?php echo $this->get_id_field( $option['deps']['ids'] ) ?>" data-value="<?php echo $option['deps']['values'] ?>" <?php endif ?> class="on_off_container yit_options rm_option rm_input rm_onoff">
28
  <div class="option">
29
- <input type="checkbox" name="<?php echo $name ?>" id="<?php echo $id ?>" value="<?php echo esc_attr( $db_value ) ?>" <?php checked( $db_value, 'yes' ); ?> class="on_off<?php if ( $db_value == 'yes' ): ?> onoffchecked<?php endif ?>" />
30
  <span>&nbsp;</span>
31
  </div>
32
  <span class="description"><?php echo $option['desc'] ?></span>
26
  ?>
27
  <div id="<?php echo $id ?>-container" <?php if ( isset( $option['deps'] ) ): ?>data-field="<?php echo $id ?>" data-dep="<?php echo $this->get_id_field( $option['deps']['ids'] ) ?>" data-value="<?php echo $option['deps']['values'] ?>" <?php endif ?> class="on_off_container yit_options rm_option rm_input rm_onoff">
28
  <div class="option">
29
+ <input type="checkbox" name="<?php echo $name ?>" id="<?php echo $id ?>" value="<?php echo esc_attr( $db_value ) ?>" <?php checked( $db_value, 'yes' ); ?> class="on_off<?php if ( $db_value == 'yes' ): ?> onoffchecked<?php endif ?>" <?php echo $custom_attributes ?>/>
30
  <span>&nbsp;</span>
31
  </div>
32
  <span class="description"><?php echo $option['desc'] ?></span>
plugin-fw/templates/panel/types/select-mailchimp.php CHANGED
@@ -22,7 +22,7 @@ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
22
  <div id="<?php echo $this->get_id_field( $option['id'] ) ?>-container" class="yit_options rm_option rm_input rm_text" <?php if ( isset( $option['deps'] ) ): ?>data-field="<?php echo $id ?>" data-dep="<?php echo $this->get_id_field( $option['deps']['ids'] ) ?>" data-value="<?php echo $option['deps']['values'] ?>" <?php endif ?>>
23
  <div class="option">
24
  <div class="select_wrapper">
25
- <select name="<?php echo $this->get_name_field( $option['id'] ) ?>" id="<?php echo $this->get_id_field( $option['id'] ) ?>">
26
  <?php foreach( $option['options'] as $key => $value ) : ?>
27
  <option value="<?php echo esc_attr( $key ) ?>"<?php selected( $key, $db_value ) ?>><?php echo $value ?></option>
28
  <?php endforeach; ?>
22
  <div id="<?php echo $this->get_id_field( $option['id'] ) ?>-container" class="yit_options rm_option rm_input rm_text" <?php if ( isset( $option['deps'] ) ): ?>data-field="<?php echo $id ?>" data-dep="<?php echo $this->get_id_field( $option['deps']['ids'] ) ?>" data-value="<?php echo $option['deps']['values'] ?>" <?php endif ?>>
23
  <div class="option">
24
  <div class="select_wrapper">
25
+ <select name="<?php echo $this->get_name_field( $option['id'] ) ?>" id="<?php echo $this->get_id_field( $option['id'] ) ?>" <?php echo $custom_attributes ?>>
26
  <?php foreach( $option['options'] as $key => $value ) : ?>
27
  <option value="<?php echo esc_attr( $key ) ?>"<?php selected( $key, $db_value ) ?>><?php echo $value ?></option>
28
  <?php endforeach; ?>
plugin-fw/templates/panel/types/select.php CHANGED
@@ -28,7 +28,7 @@ $multiple = ( $is_multiple ) ? ' multiple' : '';
28
  <div id="<?php echo $id ?>-container" class="yit_options rm_option rm_input rm_text" <?php if ( isset( $option['deps'] ) ): ?>data-field="<?php echo $id ?>" data-dep="<?php echo $this->get_id_field( $option['deps']['ids'] ) ?>" data-value="<?php echo $option['deps']['values'] ?>" <?php endif ?>>
29
  <div class="option">
30
  <div class="select_wrapper">
31
- <select name="<?php echo $name ?><?php if( $is_multiple ) echo "[]" ?>" id="<?php echo $id ?>" <?php echo $multiple ?> >
32
  <?php foreach ( $option['options'] as $key => $value ) : ?>
33
  <option value="<?php echo esc_attr( $key ) ?>"<?php ($is_multiple) ? selected( true, in_array( $key, $db_value) ) : selected( $key, $db_value ) ?>><?php echo $value ?></option>
34
  <?php endforeach; ?>
28
  <div id="<?php echo $id ?>-container" class="yit_options rm_option rm_input rm_text" <?php if ( isset( $option['deps'] ) ): ?>data-field="<?php echo $id ?>" data-dep="<?php echo $this->get_id_field( $option['deps']['ids'] ) ?>" data-value="<?php echo $option['deps']['values'] ?>" <?php endif ?>>
29
  <div class="option">
30
  <div class="select_wrapper">
31
+ <select name="<?php echo $name ?><?php if( $is_multiple ) echo "[]" ?>" id="<?php echo $id ?>" <?php echo $multiple ?> <?php echo $custom_attributes ?> >
32
  <?php foreach ( $option['options'] as $key => $value ) : ?>
33
  <option value="<?php echo esc_attr( $key ) ?>"<?php ($is_multiple) ? selected( true, in_array( $key, $db_value) ) : selected( $key, $db_value ) ?>><?php echo $value ?></option>
34
  <?php endforeach; ?>
plugin-fw/templates/panel/types/text.php CHANGED
@@ -20,13 +20,13 @@ if ( ! defined( 'ABSPATH' ) ) {
20
  exit;
21
  } // Exit if accessed directly
22
 
23
- $id = $this->get_id_field( $option['id'] );
24
- $name = $this->get_name_field( $option['id'] );
25
 
26
  ?>
27
  <div id="<?php echo $id ?>-container" <?php if ( isset( $option['deps'] ) ): ?>data-field="<?php echo $id ?>" data-dep="<?php echo $this->get_id_field( $option['deps']['ids'] ) ?>" data-value="<?php echo $option['deps']['values'] ?>" <?php endif ?> class="yit_options rm_option rm_input rm_text">
28
  <div class="option">
29
- <input type="text" name="<?php echo $name ?>" id="<?php echo $id ?>" value="<?php echo esc_attr( $db_value ) ?>" />
30
  </div>
31
  <span class="description"><?php echo $option['desc'] ?></span>
32
 
20
  exit;
21
  } // Exit if accessed directly
22
 
23
+ $id = $this->get_id_field( $option['id'] );
24
+ $name = $this->get_name_field( $option['id'] );
25
 
26
  ?>
27
  <div id="<?php echo $id ?>-container" <?php if ( isset( $option['deps'] ) ): ?>data-field="<?php echo $id ?>" data-dep="<?php echo $this->get_id_field( $option['deps']['ids'] ) ?>" data-value="<?php echo $option['deps']['values'] ?>" <?php endif ?> class="yit_options rm_option rm_input rm_text">
28
  <div class="option">
29
+ <input type="text" name="<?php echo $name ?>" id="<?php echo $id ?>" value="<?php echo esc_attr( $db_value ) ?>" <?php echo $custom_attributes ?> />
30
  </div>
31
  <span class="description"><?php echo $option['desc'] ?></span>
32
 
plugin-fw/templates/panel/types/textarea-codemirror.php CHANGED
@@ -26,7 +26,7 @@ $name = $this->get_name_field( $option['id'] );
26
  ?>
27
  <div id="<?php echo $id ?>-container" class="yit_options rm_option rm_input rm_text" <?php if ( isset( $option['deps'] ) ): ?>data-field="<?php echo $id ?>" data-dep="<?php echo $this->get_id_field( $option['deps']['ids'] ) ?>" data-value="<?php echo $option['deps']['values'] ?>" <?php endif ?>>
28
  <div class="option">
29
- <textarea name="<?php echo $name ?>" class="codemirror" id="<?php echo $id ?>" rows="8" cols="50"><?php echo $db_value ?></textarea>
30
  </div>
31
  <span class="description"><?php echo $option['desc'] ?></span>
32
 
26
  ?>
27
  <div id="<?php echo $id ?>-container" class="yit_options rm_option rm_input rm_text" <?php if ( isset( $option['deps'] ) ): ?>data-field="<?php echo $id ?>" data-dep="<?php echo $this->get_id_field( $option['deps']['ids'] ) ?>" data-value="<?php echo $option['deps']['values'] ?>" <?php endif ?>>
28
  <div class="option">
29
+ <textarea name="<?php echo $name ?>" class="codemirror" id="<?php echo $id ?>" rows="8" cols="50" <?php echo $custom_attributes ?>><?php echo $db_value ?></textarea>
30
  </div>
31
  <span class="description"><?php echo $option['desc'] ?></span>
32
 
plugin-fw/templates/panel/types/textarea.php CHANGED
@@ -26,7 +26,7 @@ $name = $this->get_name_field( $option['id'] );
26
  ?>
27
  <div id="<?php echo $id ?>-container" class="yit_options rm_option rm_input rm_text" <?php if ( isset( $option['deps'] ) ): ?>data-field="<?php echo $id ?>" data-dep="<?php echo $this->get_id_field( $option['deps']['ids'] ) ?>" data-value="<?php echo $option['deps']['values'] ?>" <?php endif ?>>
28
  <div class="option">
29
- <textarea name="<?php echo $name ?>" id="<?php echo $id ?>" rows="8" cols="50"><?php echo $db_value ?></textarea>
30
  </div>
31
  <span class="description"><?php echo $option['desc'] ?></span>
32
 
26
  ?>
27
  <div id="<?php echo $id ?>-container" class="yit_options rm_option rm_input rm_text" <?php if ( isset( $option['deps'] ) ): ?>data-field="<?php echo $id ?>" data-dep="<?php echo $this->get_id_field( $option['deps']['ids'] ) ?>" data-value="<?php echo $option['deps']['values'] ?>" <?php endif ?>>
28
  <div class="option">
29
+ <textarea name="<?php echo $name ?>" id="<?php echo $id ?>" rows="8" cols="50" <?php echo $custom_attributes ?>><?php echo $db_value ?></textarea>
30
  </div>
31
  <span class="description"><?php echo $option['desc'] ?></span>
32
 
plugin-fw/templates/panel/{woocommerce/woocommerce-videobox.php → videobox.php} RENAMED
@@ -38,8 +38,8 @@ if ( ! defined( 'ABSPATH' ) ) {
38
  * ),
39
  */
40
  ?>
41
- <div id="normal-sortables" class="meta-box-sortables">
42
- <div id="<?php echo $id ?>" class="postbox ">
43
  <h3><span><?php echo $name ?></span></h3>
44
  <div class="inside">
45
  <div class="yith_videobox">
38
  * ),
39
  */
40
  ?>
41
+ <div id="normal-sortables" class="meta-box-sortables yith-videobox-wrapper">
42
+ <div id="<?php echo $id ?>" class="postbox">
43
  <h3><span><?php echo $name ?></span></h3>
44
  <div class="inside">
45
  <div class="yith_videobox">
screenshot-3.png CHANGED
Binary file
screenshot-4.png CHANGED
Binary file
templates/add-to-wishlist.php CHANGED
@@ -11,28 +11,35 @@ global $product;
11
  ?>
12
 
13
  <div class="yith-wcwl-add-to-wishlist add-to-wishlist-<?php echo $product_id ?>">
14
- <div class="yith-wcwl-add-button <?php echo ( $exists && ! $available_multi_wishlist ) ? 'hide': 'show' ?>" style="display:<?php echo ( $exists && ! $available_multi_wishlist ) ? 'none': 'block' ?>">
15
-
16
- <?php yith_wcwl_get_template( 'add-to-wishlist-' . $template_part . '.php', $atts ); ?>
17
-
18
- </div>
19
-
20
- <div class="yith-wcwl-wishlistaddedbrowse hide" style="display:none;">
21
- <span class="feedback"><?php echo $product_added_text ?></span>
22
- <a href="<?php echo esc_url( $wishlist_url )?>" >
23
- <?php echo apply_filters( 'yith-wcwl-browse-wishlist-label', $browse_wishlist_text )?>
24
- </a>
25
- </div>
26
-
27
- <div class="yith-wcwl-wishlistexistsbrowse <?php echo ( $exists && ! $available_multi_wishlist ) ? 'show' : 'hide' ?>" style="display:<?php echo ( $exists && ! $available_multi_wishlist ) ? 'block' : 'none' ?>">
28
- <span class="feedback"><?php echo $already_in_wishslist_text ?></span>
29
- <a href="<?php echo esc_url( $wishlist_url ) ?>">
30
- <?php echo apply_filters( 'yith-wcwl-browse-wishlist-label', $browse_wishlist_text )?>
31
- </a>
32
- </div>
33
-
34
- <div style="clear:both"></div>
35
- <div class="yith-wcwl-wishlistaddresponse"></div>
 
 
 
 
 
 
 
36
 
37
  </div>
38
 
11
  ?>
12
 
13
  <div class="yith-wcwl-add-to-wishlist add-to-wishlist-<?php echo $product_id ?>">
14
+ <?php if( ! ( $disable_wishlist && ! is_user_logged_in() ) ): ?>
15
+ <div class="yith-wcwl-add-button <?php echo ( $exists && ! $available_multi_wishlist ) ? 'hide': 'show' ?>" style="display:<?php echo ( $exists && ! $available_multi_wishlist ) ? 'none': 'block' ?>">
16
+
17
+ <?php yith_wcwl_get_template( 'add-to-wishlist-' . $template_part . '.php', $atts ); ?>
18
+
19
+ </div>
20
+
21
+ <div class="yith-wcwl-wishlistaddedbrowse hide" style="display:none;">
22
+ <span class="feedback"><?php echo $product_added_text ?></span>
23
+ <a href="<?php echo esc_url( $wishlist_url )?>" >
24
+ <?php echo apply_filters( 'yith-wcwl-browse-wishlist-label', $browse_wishlist_text )?>
25
+ </a>
26
+ </div>
27
+
28
+ <div class="yith-wcwl-wishlistexistsbrowse <?php echo ( $exists && ! $available_multi_wishlist ) ? 'show' : 'hide' ?>" style="display:<?php echo ( $exists && ! $available_multi_wishlist ) ? 'block' : 'none' ?>">
29
+ <span class="feedback"><?php echo $already_in_wishslist_text ?></span>
30
+ <a href="<?php echo esc_url( $wishlist_url ) ?>">
31
+ <?php echo apply_filters( 'yith-wcwl-browse-wishlist-label', $browse_wishlist_text )?>
32
+ </a>
33
+ </div>
34
+
35
+ <div style="clear:both"></div>
36
+ <div class="yith-wcwl-wishlistaddresponse"></div>
37
+ <?php else: ?>
38
+ <a href="<?php echo esc_url( add_query_arg( 'wishlist_notice', 'true', get_permalink( wc_get_page_id( 'myaccount' ) ) ) )?>" rel="nofollow" class="<?php echo str_replace( 'add_to_wishlist', '', $link_classes ) ?>" >
39
+ <?php echo $icon ?>
40
+ <?php echo $label ?>
41
+ </a>
42
+ <?php endif; ?>
43
 
44
  </div>
45
 
templates/admin/wishlist-panel-premium.php CHANGED
@@ -21,14 +21,18 @@
21
  .section:nth-child(odd){
22
  background-color: #f1f1f1;
23
  }
 
 
 
24
  .section .section-title img{
25
- display: inline-block;
 
26
  vertical-align: middle;
27
  width: auto;
28
  margin-right: 15px;
29
  }
30
  .section .section-title h2{
31
- display: inline-block;
32
  vertical-align: middle;
33
  padding: 0;
34
  font-size: 24px;
@@ -73,7 +77,7 @@
73
  background-color: #2d789a;
74
  color: #fff;
75
  border-radius: 6px;
76
- padding: 20px 30px;
77
  }
78
  .wishlist-cta:after{
79
  content: '';
@@ -82,7 +86,7 @@
82
  }
83
  .wishlist-cta p{
84
  margin: 7px 0;
85
- font-size: 16px;
86
  font-weight: 500;
87
  display: inline-block;
88
  }
@@ -90,7 +94,7 @@
90
  border-radius: 6px;
91
  height: 60px;
92
  float: right;
93
- background: url(<?php echo YITH_WCWL_URL?>assets/images/landing/icon-6.png) #ff643f no-repeat 13px 13px;
94
  border-color: #ff643f;
95
  box-shadow: none;
96
  outline: none;
@@ -102,7 +106,7 @@
102
  .wishlist-cta a.button:active,
103
  .wishlist-cta a.button:focus{
104
  color: #fff;
105
- background: url(<?php echo YITH_WCWL_URL?>assets/images/landing/icon-6.png) #971d00 no-repeat 13px 13px;
106
  border-color: #971d00;
107
  box-shadow: none;
108
  outline: none;
@@ -126,18 +130,33 @@
126
  color: #fff;
127
  }
128
 
129
- @media (max-width: 480px){
130
- .wrap{
131
- margin-right: 0;
 
 
 
 
 
 
 
132
  }
133
  .section{
134
  margin: 0;
135
  }
 
 
 
 
 
 
 
136
  .landing-container .col-1,
137
  .landing-container .col-2{
138
  width: 100%;
139
  padding: 0 15px;
140
  }
 
141
  .section-odd .col-1 {
142
  float: left;
143
  margin-right: -100%;
@@ -146,6 +165,7 @@
146
  float: right;
147
  margin-top: 65%;
148
  }
 
149
  }
150
 
151
  @media (max-width: 320px){
@@ -164,7 +184,7 @@
164
  <div class="wishlist-cta">
165
  <p>
166
  Upgrade to the <span class="highlight">premium version</span><br/>
167
- of <span class="highlight">YITH wishlist</span> to benefit from all features!
168
  </p>
169
  <a href="<?php echo YITH_WCWL_Admin_Init()->get_premium_landing_uri(); ?>" target="_blank" class="wishlist-cta-button button btn">
170
  <span class="highlight">UPGRADE</span>
@@ -177,7 +197,7 @@
177
  <h1>Premium Features</h1>
178
  <div class="landing-container">
179
  <div class="col-1">
180
- <img src="<?php echo YITH_WCWL_URL ?>assets/images/landing/multiple-wishlist.png" alt="Multiple Wishlist" />
181
  </div>
182
  <div class="col-2">
183
  <div class="section-title">
@@ -204,22 +224,22 @@
204
  </ul>
205
  </div>
206
  <div class="col-1">
207
- <img src="<?php echo YITH_WCWL_URL ?>assets/images/landing/private-wishlist.png" alt="Private Wishlist" />
208
  </div>
209
  </div>
210
  </div>
211
  <div class="section section-even clear" style="background: url(<?php echo YITH_WCWL_URL ?>assets/images/landing/background-3.png) no-repeat #fff; background-position: 85% 100%">
212
  <div class="landing-container">
213
  <div class="col-1">
214
- <img src="<?php echo YITH_WCWL_URL ?>assets/images/landing/ask-an-estimate.png" alt="Ask an estimate" />
215
  </div>
216
  <div class="col-2">
217
  <div class="section-title">
218
  <img src="<?php echo YITH_WCWL_URL ?>assets/images/landing/icon-3.png" alt="Ask an estimate" />
219
  <h2>Estimate Cost</h2>
220
  </div>
221
- <p>Do you want add the possibility to ask for estimates of costs into your catalogue? Do you want to manage customised packets for faithful customers in your store?</p>
222
- <p>Thanks to the feature "estimate cost" of <strong>YITH Wishlist</strong>, every registered user will be able to ask for an estimate of their own products in the wish list, by simply clicking and sending an email with all necessary information directly to the address that you have previously set.</p>
223
  </div>
224
  </div>
225
  </div>
@@ -233,21 +253,103 @@
233
  <p>Thanks to the useful Admin panel, accessible directly among the WooCommerce submenu pages, you will have total control on users' wishlists. In addition to that, evaluating the degree of appreciation for your products has never been so easy, now that you can see a useful report, available directly in the product page, which registers the occurrences of the product in customers' wish lists.</p>
234
  </div>
235
  <div class="col-1">
236
- <img src="<?php echo YITH_WCWL_URL ?>assets/images/landing/admin-panel.png" alt="Admin panel" />
237
  </div>
238
  </div>
239
  </div>
240
  <div class="section section-even clear" style="background: url(<?php echo YITH_WCWL_URL ?>assets/images/landing/background-5.png) no-repeat #fff; background-position: 85% 100%">
241
  <div class="landing-container">
242
  <div class="col-1">
243
- <img src="<?php echo YITH_WCWL_URL ?>assets/images/landing/search-wishlist.png" alt="Search wishlist" />
244
  </div>
245
  <div class="col-2">
246
  <div class="section-title">
247
  <img src="<?php echo YITH_WCWL_URL?>assets/images/landing/icon-5.png" alt="Search wishlist" />
248
  <h2>Search Wishlists</h2>
249
  </div>
250
- <p>How many times have you been looking for the perfect gift for a important event but you had no idea of what to buy? “Search wishlists” allows your e-shop users to access public wishlists of anyone, by simply knowing their name or email. This way you can grant higher visibility to your products and even encourage users to purchase. </p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
251
  </div>
252
  </div>
253
  </div>
@@ -256,7 +358,7 @@
256
  <div class="wishlist-cta">
257
  <p>
258
  Upgrade to the <span class="highlight">premium version</span><br/>
259
- of <span class="highlight">YITH wishlist</span> to benefit from all features!
260
  </p>
261
  <a href="<?php echo YITH_WCWL_Admin_Init()->get_premium_landing_uri();?>" target="_blank" class="wishlist-cta-button button btn">
262
  <span class="highlight">UPGRADE</span>
21
  .section:nth-child(odd){
22
  background-color: #f1f1f1;
23
  }
24
+ .section .section-title{
25
+ display: table;
26
+ }
27
  .section .section-title img{
28
+ display: table-cell;
29
+ float: left;
30
  vertical-align: middle;
31
  width: auto;
32
  margin-right: 15px;
33
  }
34
  .section .section-title h2{
35
+ display: table-cell;
36
  vertical-align: middle;
37
  padding: 0;
38
  font-size: 24px;
77
  background-color: #2d789a;
78
  color: #fff;
79
  border-radius: 6px;
80
+ padding: 20px 20px;
81
  }
82
  .wishlist-cta:after{
83
  content: '';
86
  }
87
  .wishlist-cta p{
88
  margin: 7px 0;
89
+ font-size: 14px;
90
  font-weight: 500;
91
  display: inline-block;
92
  }
94
  border-radius: 6px;
95
  height: 60px;
96
  float: right;
97
+ background: url(<?php echo YITH_WCWL_URL?>assets/images/landing/upgrade.png) #ff643f no-repeat 13px 13px;
98
  border-color: #ff643f;
99
  box-shadow: none;
100
  outline: none;
106
  .wishlist-cta a.button:active,
107
  .wishlist-cta a.button:focus{
108
  color: #fff;
109
+ background: url(<?php echo YITH_WCWL_URL?>assets/images/landing/upgrade.png) #971d00 no-repeat 13px 13px;
110
  border-color: #971d00;
111
  box-shadow: none;
112
  outline: none;
130
  color: #fff;
131
  }
132
 
133
+ @media (max-width: 767px) {
134
+ .wishlist-cta p{
135
+ display: block;
136
+ text-align: center;
137
+ }
138
+ .wishlist-cta{
139
+ text-align: center;
140
+ }
141
+ .wishlist-cta a.button{
142
+ float: none;
143
  }
144
  .section{
145
  margin: 0;
146
  }
147
+ }
148
+
149
+ @media (max-width: 480px){
150
+ .wrap{
151
+ margin-right: 0;
152
+ }
153
+
154
  .landing-container .col-1,
155
  .landing-container .col-2{
156
  width: 100%;
157
  padding: 0 15px;
158
  }
159
+
160
  .section-odd .col-1 {
161
  float: left;
162
  margin-right: -100%;
165
  float: right;
166
  margin-top: 65%;
167
  }
168
+
169
  }
170
 
171
  @media (max-width: 320px){
184
  <div class="wishlist-cta">
185
  <p>
186
  Upgrade to the <span class="highlight">premium version</span><br/>
187
+ of <span class="highlight">YITH WooCommerce Wishlist</span> to benefit from all features!
188
  </p>
189
  <a href="<?php echo YITH_WCWL_Admin_Init()->get_premium_landing_uri(); ?>" target="_blank" class="wishlist-cta-button button btn">
190
  <span class="highlight">UPGRADE</span>
197
  <h1>Premium Features</h1>
198
  <div class="landing-container">
199
  <div class="col-1">
200
+ <img src="<?php echo YITH_WCWL_URL ?>assets/images/landing/01.png" alt="Multiple Wishlist" />
201
  </div>
202
  <div class="col-2">
203
  <div class="section-title">
224
  </ul>
225
  </div>
226
  <div class="col-1">
227
+ <img src="<?php echo YITH_WCWL_URL ?>assets/images/landing/02.png" alt="Private Wishlist" />
228
  </div>
229
  </div>
230
  </div>
231
  <div class="section section-even clear" style="background: url(<?php echo YITH_WCWL_URL ?>assets/images/landing/background-3.png) no-repeat #fff; background-position: 85% 100%">
232
  <div class="landing-container">
233
  <div class="col-1">
234
+ <img src="<?php echo YITH_WCWL_URL ?>assets/images/landing/03.png" alt="Ask an estimate" />
235
  </div>
236
  <div class="col-2">
237
  <div class="section-title">
238
  <img src="<?php echo YITH_WCWL_URL ?>assets/images/landing/icon-3.png" alt="Ask an estimate" />
239
  <h2>Estimate Cost</h2>
240
  </div>
241
+ <p>Do you want to add the possibility to ask for estimates of costs into your catalogue? Do you want to manage customised packets for faithful customers in your store?</p>
242
+ <p>Thanks to the feature "estimate cost" of <strong>YITH WooCommerce Wishlist</strong>, each registered user will be able to ask for an estimate of their own products in the wishlist and add a text in the popup window that will open just after clicking. Then, they can confirm the text and send an email with all necessary information directly to the address that you have previously set.</p>
243
  </div>
244
  </div>
245
  </div>
253
  <p>Thanks to the useful Admin panel, accessible directly among the WooCommerce submenu pages, you will have total control on users' wishlists. In addition to that, evaluating the degree of appreciation for your products has never been so easy, now that you can see a useful report, available directly in the product page, which registers the occurrences of the product in customers' wish lists.</p>
254
  </div>
255
  <div class="col-1">
256
+ <img src="<?php echo YITH_WCWL_URL ?>assets/images/landing/04.png" alt="Admin panel" />
257
  </div>
258
  </div>
259
  </div>
260
  <div class="section section-even clear" style="background: url(<?php echo YITH_WCWL_URL ?>assets/images/landing/background-5.png) no-repeat #fff; background-position: 85% 100%">
261
  <div class="landing-container">
262
  <div class="col-1">
263
+ <img src="<?php echo YITH_WCWL_URL ?>assets/images/landing/05.png" alt="Search wishlist" />
264
  </div>
265
  <div class="col-2">
266
  <div class="section-title">
267
  <img src="<?php echo YITH_WCWL_URL?>assets/images/landing/icon-5.png" alt="Search wishlist" />
268
  <h2>Search Wishlists</h2>
269
  </div>
270
+ <p>How many times have you been looking for the perfect gift for a important event but you had no idea
271
+ of what to buy? <b>“Search wishlists”</b> allows your e-shop users to access public wishlists of
272
+ anyone, by simply knowing their name or email. This way you can grant <b>higher visibility</b> to your
273
+ products and even encourage users to purchase.
274
+ </p>
275
+ </div>
276
+ </div>
277
+ </div>
278
+ <div class="section section-odd clear" style="background: url(<?php echo YITH_WCWL_URL ?>assets/images/landing/06-bg.png) no-repeat #f1f1f1; background-position: 15% 100%">
279
+ <div class="landing-container">
280
+ <div class="col-2">
281
+ <div class="section-title">
282
+ <img src="<?php echo YITH_WCWL_URL ?>assets/images/landing/06-icon.png" alt="Admin panel" />
283
+ <h2>"ADD TO CART" CHECKBOX</h2>
284
+ </div>
285
+ <p>Your shop offers always a wide selection of products and wishlists of your users get more and more
286
+ crowded everyday. Give them the possibility to select <b>some or all products</b> in the wishlist and add them to cart
287
+ just with one click.
288
+ </p>
289
+
290
+ so that users can select some or all products in the wishlist and add them to cart
291
+ just with one click.
292
+ </div>
293
+ <div class="col-1">
294
+ <img src="<?php echo YITH_WCWL_URL ?>assets/images/landing/06.png" alt="Checkbox Add To CArt" />
295
+ </div>
296
+ </div>
297
+ </div>
298
+ <div class="section section-even clear" style="background: url(<?php echo YITH_WCWL_URL ?>assets/images/landing/07-bg.png) no-repeat #fff; background-position: 85% 100%">
299
+ <div class="landing-container">
300
+ <div class="col-1">
301
+ <img src="<?php echo YITH_WCWL_URL ?>assets/images/landing/07.png" alt="Disabled Wishlist" />
302
+ </div>
303
+ <div class="col-2">
304
+ <div class="section-title">
305
+ <img src="<?php echo YITH_WCWL_URL?>assets/images/landing/07-icon.png" alt="Search wishlist" />
306
+ <h2>DISABLE WISHLIST FOR UNLOGGED USERS</h2>
307
+ </div>
308
+ <p>Favour users that have registered to your shop and disable plugin functionalities for all users that
309
+ have not. By disabling this option, each time they try to add a product to the wishlist, they will
310
+ be <b>redirected</b> to “My Account” page and a message will invite them to log in.</p>
311
+ </div>
312
+ </div>
313
+ </div>
314
+ <div class="section section-odd clear" style="background: url(<?php echo YITH_WCWL_URL ?>assets/images/landing/08-bg.png) no-repeat #f1f1f1; background-position: 15% 100%">
315
+ <div class="landing-container">
316
+ <div class="col-2">
317
+ <div class="section-title">
318
+ <img src="<?php echo YITH_WCWL_URL ?>assets/images/landing/08-icon.png" alt="Unlogged Users" />
319
+ <h2>MESSAGE TO UNLOGGED USERS</h2>
320
+ </div>
321
+ <p>Invite users that are visiting your shop to login if they want to fully benefit from Wishlist functionalities. Show a <b>customised message</b> and redirect them to “My Account” page for registration.</p>
322
+ </div>
323
+ <div class="col-1">
324
+ <img src="<?php echo YITH_WCWL_URL ?>assets/images/landing/08.png" alt="Admin panel" />
325
+ </div>
326
+ </div>
327
+ </div>
328
+ <div class="section section-even clear" style="background: url(<?php echo YITH_WCWL_URL ?>assets/images/landing/09-bg.png) no-repeat #fff; background-position: 85% 100%">
329
+ <div class="landing-container">
330
+ <div class="col-1">
331
+ <img src="<?php echo YITH_WCWL_URL ?>assets/images/landing/09.png" alt="Popular" />
332
+ </div>
333
+ <div class="col-2">
334
+ <div class="section-title">
335
+ <img src="<?php echo YITH_WCWL_URL?>assets/images/landing/09-icon.png" alt="Search wishlist" />
336
+ <h2>POPULAR TABLE</h2>
337
+ </div>
338
+ <p>Some products draw customers’ attention more than others and they do not hesitate to add products to their wishlist. Table <b>“Popular”</b> allows you, as shop administrator, to track products that appear most frequently in their wishlists.</p>
339
+ </div>
340
+ </div>
341
+ </div>
342
+ <div class="section section-odd clear" style="background: url(<?php echo YITH_WCWL_URL ?>assets/images/landing/10-bg.png) no-repeat #f1f1f1; background-position: 15% 100%">
343
+ <div class="landing-container">
344
+ <div class="col-2">
345
+ <div class="section-title">
346
+ <img src="<?php echo YITH_WCWL_URL ?>assets/images/landing/10-icon.png" alt="Create, manage and Search" />
347
+ <h2>FUNCTIONALITIES IN ONE CLICK</h2>
348
+ </div>
349
+ <p>Users have the possibility to search for a wishlist, create a new one or display those already created. Add these <b>functionalities</b> through the dedicated widgets or show them immediately after “Wishlist” table.</p>
350
+ </div>
351
+ <div class="col-1">
352
+ <img src="<?php echo YITH_WCWL_URL ?>assets/images/landing/10.png" alt="Admin panel" />
353
  </div>
354
  </div>
355
  </div>
358
  <div class="wishlist-cta">
359
  <p>
360
  Upgrade to the <span class="highlight">premium version</span><br/>
361
+ of <span class="highlight">YITH WooCommerce Wishlist</span> to benefit from all features!
362
  </p>
363
  <a href="<?php echo YITH_WCWL_Admin_Init()->get_premium_landing_uri();?>" target="_blank" class="wishlist-cta-button button btn">
364
  <span class="highlight">UPGRADE</span>
templates/wishlist-view.php CHANGED
@@ -4,7 +4,7 @@
4
  *
5
  * @author Your Inspiration Themes
6
  * @package YITH WooCommerce Wishlist
7
- * @version 2.0.0
8
  */
9
  ?>
10
 
@@ -43,9 +43,15 @@
43
  do_action( 'yith_wcwl_before_wishlist' ); ?>
44
 
45
  <!-- WISHLIST TABLE -->
46
- <table class="shop_table cart wishlist_table" cellspacing="0" data-pagination="<?php echo esc_attr( $pagination )?>" data-per-page="<?php echo esc_attr( $per_page )?>" data-page="<?php echo esc_attr( $current_page )?>" data-id="<?php echo esc_attr( $wishlist_meta['ID'] )?>">
47
  <thead>
48
  <tr>
 
 
 
 
 
 
49
  <?php if( $is_user_owner ): ?>
50
  <th class="product-remove"></th>
51
  <?php endif; ?>
@@ -95,6 +101,11 @@
95
  $stock_status = $availability['class'];
96
  ?>
97
  <tr id="yith-wcwl-row-<?php echo $item['prod_id'] ?>" data-row-id="<?php echo $item['prod_id'] ?>">
 
 
 
 
 
98
  <?php if( $is_user_owner ): ?>
99
  <td class="product-remove">
100
  <div>
@@ -182,6 +193,12 @@
182
  <?php if( $is_user_logged_in ): ?>
183
  <tfoot>
184
  <tr>
 
 
 
 
 
 
185
  <?php if ( $is_user_owner && $wishlist_meta['wishlist_privacy'] != 2 && $share_enabled ) : ?>
186
  <td colspan="<?php echo ( $is_user_logged_in && $is_user_owner && $show_ask_estimate_button && $count > 0 ) ? 4 : 6 ?>">
187
  <?php yith_wcwl_get_template( 'share.php', $share_atts ); ?>
@@ -191,16 +208,16 @@
191
  <?php
192
  if ( $is_user_owner && $show_ask_estimate_button && $count > 0 ): ?>
193
  <td colspan="<?php echo ( $is_user_owner && $wishlist_meta['wishlist_privacy'] != 2 && $share_enabled ) ? 2 : 6 ?>">
194
- <a href="<?php echo $ask_estimate_url ?>" class="btn button ask-an-estimate-button">
195
  <?php echo apply_filters( 'yith_wcwl_ask_an_estimate_icon', '<i class="fa fa-shopping-cart"></i>' )?>
196
  <?php _e( 'Ask an estimate of costs', 'yit' ) ?>
197
  </a>
198
  </td>
199
  <?php
200
  endif;
201
-
202
- do_action( 'yith_wcwl_after_wishlist_share' );
203
  ?>
 
 
204
  </tr>
205
  </tfoot>
206
  <?php endif; ?>
@@ -214,4 +231,20 @@
214
  <?php endif; ?>
215
 
216
  <?php do_action( 'yith_wcwl_after_wishlist' ); ?>
217
- </form>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  *
5
  * @author Your Inspiration Themes
6
  * @package YITH WooCommerce Wishlist
7
+ * @version 2.0.5
8
  */
9
  ?>
10
 
43
  do_action( 'yith_wcwl_before_wishlist' ); ?>
44
 
45
  <!-- WISHLIST TABLE -->
46
+ <table class="shop_table cart wishlist_table" cellspacing="0" data-pagination="<?php echo esc_attr( $pagination )?>" data-per-page="<?php echo esc_attr( $per_page )?>" data-page="<?php echo esc_attr( $current_page )?>" data-id="<?php echo esc_attr( $wishlist_meta['ID'] )?>" data-token="<?php echo ! empty( $wishlist_meta['wishlist_token'] ) ? esc_attr( $wishlist_meta['wishlist_token'] ) : '' ?>">
47
  <thead>
48
  <tr>
49
+ <?php if( $show_cb ) : ?>
50
+ <th class="product-checkbox">
51
+ <input type="checkbox" value="" name="" id="bulk_add_to_cart"/>
52
+ </th>
53
+ <?php endif; ?>
54
+
55
  <?php if( $is_user_owner ): ?>
56
  <th class="product-remove"></th>
57
  <?php endif; ?>
101
  $stock_status = $availability['class'];
102
  ?>
103
  <tr id="yith-wcwl-row-<?php echo $item['prod_id'] ?>" data-row-id="<?php echo $item['prod_id'] ?>">
104
+ <?php if( $show_cb ) : ?>
105
+ <td class="product-checkbox">
106
+ <input type="checkbox" value="<?php echo esc_attr( $item['prod_id'] ) ?>" name="add_to_cart[]" <?php echo ( $product->product_type != 'simple' ) ? 'disabled="disabled"' : '' ?>/>
107
+ </td>
108
+ <?php endif ?>
109
  <?php if( $is_user_owner ): ?>
110
  <td class="product-remove">
111
  <div>
193
  <?php if( $is_user_logged_in ): ?>
194
  <tfoot>
195
  <tr>
196
+ <?php if( $show_cb ) : ?>
197
+ <td class="product-checkbox" >
198
+ <a href="#" class="button alt" id="custom_add_to_cart"><?php echo esc_attr( $add_to_cart_text )?></a>
199
+ </td>
200
+ <?php endif; ?>
201
+
202
  <?php if ( $is_user_owner && $wishlist_meta['wishlist_privacy'] != 2 && $share_enabled ) : ?>
203
  <td colspan="<?php echo ( $is_user_logged_in && $is_user_owner && $show_ask_estimate_button && $count > 0 ) ? 4 : 6 ?>">
204
  <?php yith_wcwl_get_template( 'share.php', $share_atts ); ?>
208
  <?php
209
  if ( $is_user_owner && $show_ask_estimate_button && $count > 0 ): ?>
210
  <td colspan="<?php echo ( $is_user_owner && $wishlist_meta['wishlist_privacy'] != 2 && $share_enabled ) ? 2 : 6 ?>">
211
+ <a href="<?php echo ( $additional_info ) ? '#ask_an_estimate_popup' : $ask_estimate_url ?>" class="btn button ask-an-estimate-button" <?php echo ( $additional_info ) ? 'data-rel="prettyPhoto[ask_an_estimate]"' : '' ?> >
212
  <?php echo apply_filters( 'yith_wcwl_ask_an_estimate_icon', '<i class="fa fa-shopping-cart"></i>' )?>
213
  <?php _e( 'Ask an estimate of costs', 'yit' ) ?>
214
  </a>
215
  </td>
216
  <?php
217
  endif;
 
 
218
  ?>
219
+
220
+ <?php do_action( 'yith_wcwl_after_wishlist_share' ); ?>
221
  </tr>
222
  </tfoot>
223
  <?php endif; ?>
231
  <?php endif; ?>
232
 
233
  <?php do_action( 'yith_wcwl_after_wishlist' ); ?>
234
+ </form>
235
+
236
+ <?php if( $additional_info ): ?>
237
+ <div id="ask_an_estimate_popup">
238
+ <form action="<?php echo $ask_estimate_url ?>" method="post">
239
+ <?php if( ! empty( $additional_info_label ) ):?>
240
+ <label for="additional_notes"><?php echo esc_html( $additional_info_label ) ?></label>
241
+ <?php endif; ?>
242
+ <textarea id="additional_notes" name="additional_notes"></textarea>
243
+
244
+ <button class="btn button ask-an-estimate-button ask-an-estimate-button-popup" >
245
+ <?php echo apply_filters( 'yith_wcwl_ask_an_estimate_icon', '<i class="fa fa-shopping-cart"></i>' )?>
246
+ <?php _e( 'Ask an estimate of costs', 'yit' ) ?>
247
+ </button>
248
+ </form>
249
+ </div>
250
+ <?php endif; ?>
templates/wishlist.php CHANGED
@@ -4,18 +4,11 @@
4
  *
5
  * @author Your Inspiration Themes
6
  * @package YITH WooCommerce Wishlist
7
- * @version 2.0.0
8
  */
9
 
10
  global $wpdb, $woocommerce;
11
 
12
- // Start wishlist page printing
13
- if( function_exists( 'wc_print_notices' ) ) {
14
- wc_print_notices();
15
- }
16
- else{
17
- $woocommerce->show_messages();
18
- }
19
  ?>
20
  <div id="yith-wcwl-messages"></div>
21
 
4
  *
5
  * @author Your Inspiration Themes
6
  * @package YITH WooCommerce Wishlist
7
+ * @version 2.0.5
8
  */
9
 
10
  global $wpdb, $woocommerce;
11
 
 
 
 
 
 
 
 
12
  ?>
13
  <div id="yith-wcwl-messages"></div>
14
 
wpml-config.xml CHANGED
@@ -12,5 +12,8 @@
12
  <key name="yith_wcwl_add_to_cart_text" />
13
  <key name="yith_wcwl_socials_title" />
14
  <key name="yith_wcwl_socials_text" />
 
 
 
15
  </admin-texts>
16
  </wpml-config>
12
  <key name="yith_wcwl_add_to_cart_text" />
13
  <key name="yith_wcwl_socials_title" />
14
  <key name="yith_wcwl_socials_text" />
15
+ <key name="yith_wcwl_show_login_notice" />
16
+ <key name="yith_wcwl_login_anchor_text" />
17
+ <key name="yith_wcwl_additional_info_textarea_label" />
18
  </admin-texts>
19
  </wpml-config>