YITH WooCommerce Wishlist - Version 2.2.0

Version Description

  • Released: Jan, 11 - 2018 =

  • New: WooCommerce 3.2.6 compatibility

  • New: plugin-fw 3.0

  • New: added js compatibility to Infinite Scrolling

  • Tweak: improved wishlist-view template checks and params

  • Tweak: wishlist now registers (and shows) "date added" param for unauthenticated users too

  • Tweak: added check over product object, to avoid Fatal when printing Add to Wishlist shortcode

  • Fix: fixed security vulnerability, causing possible SQL Injections (huge thanks to John C. and Sucuri Vulnerability Research team)

  • Dev: added yith_wcwl_removing_from_wishlist / yith_wcwl_removed_from_wishlist hooks

  • Dev: added params to main triggers in wishlist js code

Download this release

Release Info

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

Code changes from version 2.1.2 to 2.2.0

Files changed (139) hide show
  1. README.txt +31 -14
  2. assets/css/admin.css +4 -0
  3. assets/js/jquery.yith-wcwl.js +20 -19
  4. assets/js/unminified/jquery.yith-wcwl.js +7 -3
  5. includes/class.yith-wcwl-init.php +2 -1
  6. includes/class.yith-wcwl-shortcode.php +6 -1
  7. includes/class.yith-wcwl.php +44 -27
  8. includes/functions.yith-wcwl.php +1 -1
  9. init.php +15 -13
  10. languages/yith-woocommerce-wishlist-da_DK.mo +0 -0
  11. languages/yith-woocommerce-wishlist-da_DK.po +153 -157
  12. languages/yith-woocommerce-wishlist-de_DE.mo +0 -0
  13. languages/yith-woocommerce-wishlist-de_DE.po +157 -158
  14. languages/yith-woocommerce-wishlist-es_AR.mo +0 -0
  15. languages/yith-woocommerce-wishlist-es_AR.po +154 -158
  16. languages/yith-woocommerce-wishlist-es_ES.mo +0 -0
  17. languages/yith-woocommerce-wishlist-es_ES.po +154 -158
  18. languages/yith-woocommerce-wishlist-es_MX.mo +0 -0
  19. languages/yith-woocommerce-wishlist-es_MX.po +154 -158
  20. languages/yith-woocommerce-wishlist-fa_IR.mo +0 -0
  21. languages/yith-woocommerce-wishlist-fa_IR.po +154 -158
  22. languages/yith-woocommerce-wishlist-fr_FR.mo +0 -0
  23. languages/yith-woocommerce-wishlist-fr_FR.po +154 -158
  24. languages/yith-woocommerce-wishlist-he_IL.mo +0 -0
  25. languages/yith-woocommerce-wishlist-he_IL.po +154 -158
  26. languages/yith-woocommerce-wishlist-hr_HR.mo +0 -0
  27. languages/yith-woocommerce-wishlist-hr_HR.po +157 -158
  28. languages/yith-woocommerce-wishlist-it_IT.mo +0 -0
  29. languages/yith-woocommerce-wishlist-it_IT.po +156 -157
  30. languages/yith-woocommerce-wishlist-ko_KR.mo +0 -0
  31. languages/yith-woocommerce-wishlist-ko_KR.po +157 -158
  32. languages/yith-woocommerce-wishlist-nl_NL.mo +0 -0
  33. languages/yith-woocommerce-wishlist-nl_NL.po +157 -158
  34. languages/yith-woocommerce-wishlist-pl_PL.mo +0 -0
  35. languages/yith-woocommerce-wishlist-pl_PL.po +154 -158
  36. languages/yith-woocommerce-wishlist-pt_BR.mo +0 -0
  37. languages/yith-woocommerce-wishlist-pt_BR.po +154 -158
  38. languages/yith-woocommerce-wishlist-pt_PT.mo +0 -0
  39. languages/yith-woocommerce-wishlist-pt_PT.po +154 -158
  40. languages/yith-woocommerce-wishlist-ru_RU.mo +0 -0
  41. languages/yith-woocommerce-wishlist-ru_RU.po +153 -157
  42. languages/yith-woocommerce-wishlist-sv_SE.mo +0 -0
  43. languages/yith-woocommerce-wishlist-sv_SE.po +153 -157
  44. languages/yith-woocommerce-wishlist-tr_TR.mo +0 -0
  45. languages/yith-woocommerce-wishlist-tr_TR.po +154 -158
  46. languages/yith-woocommerce-wishlist-uk_UA.mo +0 -0
  47. languages/yith-woocommerce-wishlist-uk_UA.po +154 -158
  48. languages/yith-woocommerce-wishlist-zh_CN.mo +0 -0
  49. languages/yith-woocommerce-wishlist-zh_CN.po +154 -158
  50. languages/yith-woocommerce-wishlist-zh_TW.mo +0 -0
  51. languages/yith-woocommerce-wishlist-zh_TW.po +154 -158
  52. languages/yith-woocommerce-wishlist.pot +153 -157
  53. plugin-fw/assets/css/admin.css +76 -0
  54. plugin-fw/assets/css/chosen/chosen.css +0 -435
  55. plugin-fw/assets/css/metaboxes.css +507 -537
  56. plugin-fw/assets/css/overcast/images/jquery_ui/ui-bg_diagonals-thick_18_b81900_40x40.png +0 -0
  57. plugin-fw/assets/css/overcast/images/jquery_ui/ui-bg_flat_10_000000_40x100.png +0 -0
  58. plugin-fw/assets/css/overcast/images/jquery_ui/ui-bg_glass_100_f6f6f6_1x400.png +0 -0
  59. plugin-fw/assets/css/overcast/images/jquery_ui/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
  60. plugin-fw/assets/css/overcast/images/jquery_ui/ui-bg_glass_65_ffffff_1x400.png +0 -0
  61. plugin-fw/assets/css/overcast/images/jquery_ui/ui-bg_gloss-wave_35_f6a828_500x100.png +0 -0
  62. plugin-fw/assets/css/overcast/images/jquery_ui/ui-bg_highlight-soft_100_eeeeee_1x100.png +0 -0
  63. plugin-fw/assets/css/overcast/images/jquery_ui/ui-bg_highlight-soft_75_ffe45c_1x100.png +0 -0
  64. plugin-fw/assets/css/overcast/images/jquery_ui/ui-icons_222222_256x240.png +0 -0
  65. plugin-fw/assets/css/overcast/images/jquery_ui/ui-icons_228ef1_256x240.png +0 -0
  66. plugin-fw/assets/css/overcast/images/jquery_ui/ui-icons_ef8c08_256x240.png +0 -0
  67. plugin-fw/assets/css/overcast/images/jquery_ui/ui-icons_ffd27a_256x240.png +0 -0
  68. plugin-fw/assets/css/overcast/images/jquery_ui/ui-icons_ffffff_256x240.png +0 -0
  69. plugin-fw/assets/css/overcast/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  70. plugin-fw/assets/css/overcast/images/ui-bg_flat_0_eeeeee_40x100.png +0 -0
  71. plugin-fw/assets/css/overcast/images/ui-bg_flat_55_c0402a_40x100.png +0 -0
  72. plugin-fw/assets/css/overcast/images/ui-bg_flat_55_eeeeee_40x100.png +0 -0
  73. plugin-fw/assets/css/overcast/images/ui-bg_glass_100_f8f8f8_1x400.png +0 -0
  74. plugin-fw/assets/css/overcast/images/ui-bg_glass_35_dddddd_1x400.png +0 -0
  75. plugin-fw/assets/css/overcast/images/ui-bg_glass_60_eeeeee_1x400.png +0 -0
  76. plugin-fw/assets/css/overcast/images/ui-bg_inset-hard_75_999999_1x100.png +0 -0
  77. plugin-fw/assets/css/overcast/images/ui-bg_inset-soft_50_c9c9c9_1x100.png +0 -0
  78. plugin-fw/assets/css/overcast/images/ui-icons_3383bb_256x240.png +0 -0
  79. plugin-fw/assets/css/overcast/images/ui-icons_454545_256x240.png +0 -0
  80. plugin-fw/assets/css/overcast/images/ui-icons_70b2e1_256x240.png +0 -0
  81. plugin-fw/assets/css/overcast/images/ui-icons_999999_256x240.png +0 -0
  82. plugin-fw/assets/css/overcast/images/ui-icons_fbc856_256x240.png +0 -0
  83. plugin-fw/assets/css/overcast/jquery-ui-custom/jquery-ui-1.8.9.custom.css +0 -578
  84. plugin-fw/assets/css/yit-plugin-panel-sidebar.css +0 -388
  85. plugin-fw/assets/css/yit-plugin-panel.css +44 -212
  86. plugin-fw/assets/css/yit-upgrader.css +5 -1
  87. plugin-fw/assets/css/yith-fields.css +334 -0
  88. plugin-fw/assets/images/chosen/chosen-sprite.png +0 -0
  89. plugin-fw/assets/images/chosen/chosen-sprite@2x.png +0 -0
  90. plugin-fw/assets/images/off.png +0 -0
  91. plugin-fw/assets/images/on.png +0 -0
  92. plugin-fw/assets/images/select.png +0 -0
  93. plugin-fw/assets/images/slider/grey.gif +0 -0
  94. plugin-fw/assets/images/slider/handle.png +0 -0
  95. plugin-fw/assets/images/slider/orange.gif +0 -0
  96. plugin-fw/assets/images/slider/tooltip.png +0 -0
  97. plugin-fw/assets/images/widgets/box-icon.png +0 -0
  98. plugin-fw/assets/images/widgets/box-white-icon.png +0 -0
  99. plugin-fw/assets/images/widgets/despacho.png +0 -0
  100. plugin-fw/assets/images/widgets/info-icon.png +0 -0
  101. plugin-fw/assets/images/widgets/link-bg.png +0 -0
  102. plugin-fw/assets/images/widgets/link-bg2.png +0 -0
  103. plugin-fw/assets/images/widgets/link-icon.png +0 -0
  104. plugin-fw/assets/images/widgets/membership-bg.png +0 -0
  105. plugin-fw/assets/js/chosen/ajax-chosen.jquery.js +0 -81
  106. plugin-fw/assets/js/chosen/ajax-chosen.jquery.min.js +0 -2
  107. plugin-fw/assets/js/chosen/chosen.jquery.js +0 -1211
  108. plugin-fw/assets/js/how-to.js +4 -4
  109. plugin-fw/assets/js/how-to.min.js +1 -0
  110. plugin-fw/assets/js/jquery.colorbox.js +1 -1
  111. plugin-fw/assets/js/jquery.colorbox.min.js +24 -0
  112. plugin-fw/assets/js/metabox.js +43 -260
  113. plugin-fw/assets/js/metabox.min.js +4 -11
  114. plugin-fw/assets/js/multisite-updater.js +6 -0
  115. plugin-fw/assets/js/multisite-updater.min.js +4 -1
  116. plugin-fw/assets/js/panel.spinner.js +0 -139
  117. plugin-fw/assets/js/panel.spinner.min.js +0 -3
  118. plugin-fw/assets/js/yit-cptu-sortable-posts.js +0 -32
  119. plugin-fw/assets/js/yit-plugin-panel-sidebar.js +0 -56
  120. plugin-fw/assets/js/yit-plugin-panel-sidebar.min.js +0 -1
  121. plugin-fw/assets/js/yit-plugin-panel.js +124 -280
  122. plugin-fw/assets/js/yit-plugin-panel.min.js +5 -1
  123. plugin-fw/assets/js/yit-wp-pointer.js +0 -1
  124. plugin-fw/assets/js/yit-wp-pointer.min.js +3 -3
  125. plugin-fw/assets/js/yith-enhanced-select-wc-2.6.js +148 -0
  126. plugin-fw/assets/js/yith-enhanced-select-wc-2.6.min.js +5 -0
  127. plugin-fw/assets/js/yith-enhanced-select.js +136 -0
  128. plugin-fw/assets/js/yith-enhanced-select.min.js +5 -0
  129. plugin-fw/assets/js/yith-fields.js +350 -0
  130. plugin-fw/assets/js/yith-fields.min.js +15 -0
  131. plugin-fw/init.php +3 -4
  132. plugin-fw/languages/yith-plugin-fw.pot +62 -85
  133. plugin-fw/lib/yit-ajax.php +207 -17
  134. plugin-fw/lib/yit-assets.php +92 -0
  135. plugin-fw/lib/yit-debug.php +270 -0
  136. plugin-fw/lib/yit-icons.php +1143 -0
  137. plugin-fw/lib/yit-metabox.php +149 -143
  138. plugin-fw/lib/yit-plugin-common.php +1 -1
  139. plugin-fw/lib/{yit-plugin-panel-sidebar.php → yit-plugin-panel-} +0 -0
README.txt CHANGED
@@ -3,23 +3,22 @@
3
  Contributors: yithemes
4
  Tags: wishlist, woocommerce, products, yit, e-commerce, shop, ecommerce wishlist, yith, woocommerce wishlist, shop wishlist
5
  Requires at least: 4.0
6
- Tested up to: 4.7.4
7
- Stable tag: 2.1.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
  YITH WooCommerce Wishlist add all Wishlist features to your website. Needs WooCommerce to work.
12
- WooCommerce 3.0.x compatible.
13
 
14
 
15
  == Description ==
16
 
17
- What can really make the difference in conversions and amount of sales is, without a doubt, the freedom to share your own wishlist, even on social networks.
18
- This increases indirect sales. Can you imagine the sales volume that can be generated during holidays or birthdays, when relatives and friends will be looking at your clients' wishlists in search for a gift to buy?
19
 
20
- Offer your visitors the chance to add the products of your WooCommerce store to a wishlist page. With YITH WooCommerce Wishlist you can add a link on each product detail page.
21
- Clicking on this will add the product to a Wishlist page, that is automatically created by the plugin for you.
22
- Users will then be able to manage their Wishlist by moving products gathered here to the cart or by simply removing them.
23
 
24
  Working demo are available:
25
 
@@ -37,6 +36,7 @@ This plugin is 100% compatible with [WPML](http://wpml.org/?aid=24889&affiliate_
37
  * Chinese - TAIWAN
38
  * Croatian - CROATIA
39
  * Danish - DENMARK
 
40
  * English - UNITED KINGDOM (Default)
41
  * French - FRANCE
42
  * German - GERMANY
@@ -109,6 +109,18 @@ you should ask theme developers to update custom templates and replace the old t
109
 
110
  == Changelog ==
111
 
 
 
 
 
 
 
 
 
 
 
 
 
112
  = 2.1.2 - Released: May, 11 - 2017 =
113
 
114
  * Tweak: updated FontAwesome to 4.7.0
@@ -435,9 +447,14 @@ Full documentation is available [here](http://yithemes.com/docs-plugins/yith-woo
435
 
436
  == Upgrade notice ==
437
 
438
- = 2.1.2 - Released: May, 11 - 2017 =
439
-
440
- * Tweak: updated FontAwesome to 4.7.0
441
- * Fix: possible warning when empty rewrite rules
442
- * Fix: problem with custom CSS inclusion, when not located in child theme
443
- * Fix: using current_product instead of global product when retrieving product type (prevents a Fatal error when placing Add to Wishlist outside the loop)
 
 
 
 
 
3
  Contributors: yithemes
4
  Tags: wishlist, woocommerce, products, yit, e-commerce, shop, ecommerce wishlist, yith, woocommerce wishlist, shop wishlist
5
  Requires at least: 4.0
6
+ Tested up to: 4.9.2
7
+ Stable tag: 2.2.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
  YITH WooCommerce Wishlist add all Wishlist features to your website. Needs WooCommerce to work.
12
+ WooCommerce 3.2.x compatible.
13
 
14
 
15
  == Description ==
16
 
17
+ What can really make the difference in conversions and amount of sales is without a doubt the freedom to share your own wishlist, even on social networks, increasing indirect sales: can you imagine the sales volume you can generate during holidays or birthdays, when relatives and friends will be looking for the wishlist of your clients to buy a gift?
 
18
 
19
+ Offer to your visitors a chance to add the products of your woocommerce store to a wishlist page. With YITH WooCommerce Wishlist you can add a link in each product detail page,
20
+ in order to add the products to the wishlist page. The plugin will create you the specific page and the products will be added in this page and
21
+ afterwards add them to the cart or remove them.
22
 
23
  Working demo are available:
24
 
36
  * Chinese - TAIWAN
37
  * Croatian - CROATIA
38
  * Danish - DENMARK
39
+ * Dutch - NETHERLANDS
40
  * English - UNITED KINGDOM (Default)
41
  * French - FRANCE
42
  * German - GERMANY
109
 
110
  == Changelog ==
111
 
112
+ = 2.2.0 - Released: Jan, 11 - 2018 =
113
+
114
+ * New: WooCommerce 3.2.6 compatibility
115
+ * New: plugin-fw 3.0
116
+ * New: added js compatibility to Infinite Scrolling
117
+ * Tweak: improved wishlist-view template checks and params
118
+ * Tweak: wishlist now registers (and shows) "date added" param for unauthenticated users too
119
+ * Tweak: added check over product object, to avoid Fatal when printing Add to Wishlist shortcode
120
+ * Fix: fixed security vulnerability, causing possible SQL Injections (huge thanks to John C. and Sucuri Vulnerability Research team)
121
+ * Dev: added yith_wcwl_removing_from_wishlist / yith_wcwl_removed_from_wishlist hooks
122
+ * Dev: added params to main triggers in wishlist js code
123
+
124
  = 2.1.2 - Released: May, 11 - 2017 =
125
 
126
  * Tweak: updated FontAwesome to 4.7.0
447
 
448
  == Upgrade notice ==
449
 
450
+ = 2.2.0 - Released: Jan, 11 - 2018 =
451
+
452
+ * New: WooCommerce 3.2.6 compatibility
453
+ * New: plugin-fw 3.0
454
+ * New: added js compatibility to Infinite Scrolling
455
+ * Tweak: improved wishlist-view template checks and params
456
+ * Tweak: wishlist now registers (and shows) "date added" param for unauthenticated users too
457
+ * Tweak: added check over product object, to avoid Fatal when printing Add to Wishlist shortcode
458
+ * Fix: fixed security vulnerability, causing possible SQL Injections (huge thanks to John C. and Sucuri Vulnerability Research team)
459
+ * Dev: added yith_wcwl_removing_from_wishlist / yith_wcwl_removed_from_wishlist hooks
460
+ * Dev: added params to main triggers in wishlist js code
assets/css/admin.css CHANGED
@@ -58,6 +58,10 @@ h2.nav-tab-wrapper{
58
  display: none;
59
  }
60
 
 
 
 
 
61
  .woocommerce_page_wishlist #TB_window img#TB_Image{
62
  border: none;
63
  }
58
  display: none;
59
  }
60
 
61
+ #popular-filter .wp-list-table td.column-actions a{
62
+ margin-bottom: 5px;
63
+ }
64
+
65
  .woocommerce_page_wishlist #TB_window img#TB_Image{
66
  border: none;
67
  }
assets/js/jquery.yith-wcwl.js CHANGED
@@ -1,19 +1,20 @@
1
- jQuery(document).ready(function(b){function l(){h.off("change");h=b('.wishlist_table tbody input[type="checkbox"]');"undefined"!=typeof b.fn.selectBox&&b("select.selectBox").selectBox();k();m()}function t(){var a=b(".woocommerce-message");0==a.length?b("#yith-wcwl-form").prepend(yith_wcwl_l10n.labels.added_to_cart_message):a.fadeOut(300,function(){b(this).replaceWith(yith_wcwl_l10n.labels.added_to_cart_message).fadeIn()})}function u(a){var c=a.data("product-id"),d=b(".add-to-wishlist-"+c),c={add_to_wishlist:c,
2
- product_type:a.data("product-type"),action:yith_wcwl_l10n.actions.add_to_wishlist_action};if(yith_wcwl_l10n.multi_wishlist&&yith_wcwl_l10n.is_user_logged_in){var e=a.parents(".yith-wcwl-popup-footer").prev(".yith-wcwl-popup-content"),f=e.find(".wishlist-select"),g=e.find(".wishlist-name"),e=e.find(".wishlist-visibility");c.wishlist_id=f.val();c.wishlist_name=g.val();c.wishlist_visibility=e.val()}q()?b.ajax({type:"POST",url:yith_wcwl_l10n.ajax_url,data:c,dataType:"json",beforeSend:function(){a.siblings(".ajax-loading").css("visibility",
3
- "visible")},complete:function(){a.siblings(".ajax-loading").css("visibility","hidden")},success:function(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");"undefined"!=typeof b.prettyPhoto&&"undefined"!=typeof b.prettyPhoto.close&&b.prettyPhoto.close();g.each(function(d){d=b(this);var c=d.find("option"),c=c.slice(1,c.length-1);c.remove();if("undefined"!=typeof a.user_wishlists)for(c in c=
4
- 0,a.user_wishlists)"1"!=a.user_wishlists[c].is_default&&b("<option>").val(a.user_wishlists[c].ID).html(a.user_wishlists[c].wishlist_name).insertBefore(d.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&&yith_wcwl_l10n.hide_add_button)&&d.find(".yith-wcwl-add-button").hide().removeClass("show").addClass("hide"),
5
- 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&&yith_wcwl_l10n.hide_add_button)&&d.find(".yith-wcwl-add-button").hide().removeClass("show").addClass("hide"),
6
- 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"),d.find(".yith-wcwl-wishlistaddedbrowse").hide().removeClass("show").addClass("hide"));b("body").trigger("added_to_wishlist")}}):
7
- alert(yith_wcwl_l10n.labels.cookie_disabled)}function v(a){var c=a.parents(".cart.wishlist_table"),d=c.data("pagination"),e=c.data("per-page"),f=c.data("page");a=a.parents("[data-row-id]");c.find(".pagination-row");a=a.data("row-id");var g=c.data("id"),n=c.data("token"),d={action:yith_wcwl_l10n.actions.remove_from_wishlist_action,remove_from_wishlist:a,pagination:d,per_page:e,current_page:f,wishlist_id:g,wishlist_token:n};b("#yith-wcwl-message").html("&nbsp;");"undefined"!=typeof b.fn.block&&c.fadeTo("400",
8
- "0.6").block({message:null,overlayCSS:{background:"transparent url("+yith_wcwl_l10n.ajax_loader_url+") no-repeat center",backgroundSize:"16px 16px",opacity:.6}});b("#yith-wcwl-form").load(yith_wcwl_l10n.ajax_url+" #yith-wcwl-form",d,function(){"undefined"!=typeof b.fn.unblock&&c.stop(!0).css("opacity","1").unblock();l();b("body").trigger("removed_from_wishlist")})}function w(a,c){var d=a.data("product-id"),e=b(document).find(".cart.wishlist_table"),f=e.data("pagination"),g=e.data("per-page"),n=e.data("id"),
9
- h=e.data("token"),d={action:yith_wcwl_l10n.actions.reload_wishlist_and_adding_elem_action,pagination:f,per_page:g,wishlist_id:n,wishlist_token:h,add_to_wishlist:d,product_type:a.data("product-type")};q()?b.ajax({type:"POST",url:yith_wcwl_l10n.ajax_url,data:d,dataType:"html",beforeSend:function(){"undefined"!=typeof b.fn.block&&e.fadeTo("400","0.6").block({message:null,overlayCSS:{background:"transparent url("+yith_wcwl_l10n.ajax_loader_url+") no-repeat center",backgroundSize:"16px 16px",opacity:.6}})},
10
- success:function(a){a=b(a).find("#yith-wcwl-form");c.replaceWith(a);l()}}):alert(yith_wcwl_l10n.labels.cookie_disabled)}function x(a){var c=a.parents(".cart.wishlist_table"),d=c.data("token"),e=c.data("id"),f=a.parents("[data-row-id]").data("row-id");a=a.val();var g=c.data("pagination"),h=c.data("per-page"),k=c.data("page"),d={action:yith_wcwl_l10n.actions.move_to_another_wishlist_action,wishlist_token:d,wishlist_id:e,destination_wishlist_token:a,item_id:f,pagination:g,per_page:h,current_page:k};
11
- ""!=a&&("undefined"!=typeof b.fn.block&&c.fadeTo("400","0.6").block({message:null,overlayCSS:{background:"transparent url("+yith_wcwl_l10n.ajax_loader_url+") no-repeat center",backgroundSize:"16px 16px",opacity:.6}}),b("#yith-wcwl-form").load(yith_wcwl_l10n.ajax_url+" #yith-wcwl-form",d,function(){"undefined"!=typeof b.fn.unblock&&c.stop(!0).css("opacity","1").unblock();l();b("body").trigger("moved_to_another_wishlist")}))}function r(a){var c=b(this);a.preventDefault();c.parents(".wishlist-title").next().show();
12
- c.parents(".wishlist-title").hide()}function y(a){var c=b(this);a.preventDefault();c.parents(".hidden-title-form").hide();c.parents(".hidden-title-form").prev().show()}function q(){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 z(){if(0!=b(".yith-wcwl-add-to-wishlist").length&&0==b("#yith-wcwl-popup-message").length){var a=b("<div>").attr("id",
13
- "yith-wcwl-message"),a=b("<div>").attr("id","yith-wcwl-popup-message").html(a).hide();b("body").prepend(a)}}function k(){h.on("change",function(){var a="",c=b(this).parents(".cart.wishlist_table"),d=c.data("id"),c=c.data("token"),e=document.URL;h.filter(":checked").each(function(){var c=b(this);a+=0!=a.length?",":"";a+=c.parents("[data-row-id]").data("row-id")});e=p(e,"wishlist_products_to_add_to_cart",a);e=p(e,"wishlist_token",c);e=p(e,"wishlist_id",d);b("#custom_add_to_cart").attr("href",e)})}function m(){"undefined"!=
14
- typeof b.prettyPhoto&&b('a[data-rel^="prettyPhoto[add_to_wishlist_"]').add('a[data-rel="prettyPhoto[ask_an_estimate]"]').unbind("click").prettyPhoto({hook:"data-rel",social_tools:!1,theme:"pp_woocommerce",horizontal_padding:20,opacity:.8,deeplinking:!1})}function p(a,b,d){d=b+"="+d;a=a.replace(new RegExp("(&|\\?)"+b+"=[^&]*"),"$1"+d);-1<a.indexOf(b+"=")||(a=-1<a.indexOf("?")?a+("&"+d):a+("?"+d));return a}var A="undefined"!==typeof wc_add_to_cart_params&&null!==wc_add_to_cart_params?wc_add_to_cart_params.cart_redirect_after_add:
15
- "",h=b('.wishlist_table tbody input[type="checkbox"]:not(:disabled)');b(document).on("yith_wcwl_init",function(){var a=b(this),c=b('.wishlist_table tbody input[type="checkbox"]:not(:disabled)');a.on("click",".add_to_wishlist",function(a){var c=b(this);a.preventDefault();u(c);return!1});a.on("click",".remove_from_wishlist",function(a){var c=b(this);a.preventDefault();v(c);return!1});a.on("adding_to_cart","body",function(a,b,c){"undefined"!=typeof b&&"undefined"!=typeof c&&0!=b.closest(".wishlist_table").length&&
16
- (c.remove_from_wishlist_after_add_to_cart=b.closest("[data-row-id]").data("row-id"),c.wishlist_id=b.closest(".wishlist_table").data("id"),wc_add_to_cart_params.cart_redirect_after_add=yith_wcwl_l10n.redirect_to_cart)});a.on("added_to_cart","body",function(a){wc_add_to_cart_params.cart_redirect_after_add=A;a=b(".wishlist_table");a.find(".added").removeClass("added");a.find(".added_to_cart").remove()});a.on("added_to_cart","body",t);a.on("cart_page_refreshed","body",l);a.on("click",".show-title-form",
17
- r);a.on("click",".wishlist-title-with-form h2",r);a.on("click",".hide-title-form",y);a.on("change",".change-wishlist",function(a){a=b(this);x(a);return!1});a.on("change",".yith-wcwl-popup-content .wishlist-select",function(a){a=b(this);"new"==a.val()?a.parents(".yith-wcwl-first-row").next(".yith-wcwl-second-row").css("display","table-row"):a.parents(".yith-wcwl-first-row").next(".yith-wcwl-second-row").hide()});a.on("change","#bulk_add_to_cart",function(){b(this).is(":checked")?c.attr("checked","checked").change():
18
- c.removeAttr("checked").change()});a.on("click","#custom_add_to_cart",function(a){var d=b(this),f=d.parents(".cart.wishlist_table");yith_wcwl_l10n.ajax_add_to_cart_enabled&&(a.preventDefault(),"undefined"!=typeof b.fn.block&&f.fadeTo("400","0.6").block({message:null,overlayCSS:{background:"transparent url("+yith_wcwl_l10n.ajax_loader_url+") no-repeat center",backgroundSize:"16px 16px",opacity:.6}}),b("#yith-wcwl-form").load(yith_wcwl_l10n.ajax_url+d.attr("href")+" #yith-wcwl-form",{action:yith_wcwl_l10n.actions.bulk_add_to_cart_action},
19
- function(){"undefined"!=typeof b.fn.unblock&&f.stop(!0).css("opacity","1").unblock();c.off("change");c=b('.wishlist_table tbody input[type="checkbox"]');"undefined"!=typeof b.fn.selectBox&&b("select.selectBox").selectBox();k();m()}))});a.on("click",".yith-wfbt-add-wishlist",function(a){a.preventDefault();a=b(this);var c=b("#yith-wcwl-form");b("html, body").animate({scrollTop:c.offset().top},500);w(a,c)});z();k();m()}).trigger("yith_wcwl_init");"undefined"!=typeof b.fn.selectBox&&b("select.selectBox").selectBox()});
 
1
+ jQuery(document).ready(function(b){function n(){k.off("change");k=b('.wishlist_table tbody input[type="checkbox"]');"undefined"!=typeof b.fn.selectBox&&b("select.selectBox").selectBox();p();l()}function u(){var a=b(".woocommerce-message");0==a.length?b("#yith-wcwl-form").prepend(yith_wcwl_l10n.labels.added_to_cart_message):a.fadeOut(300,function(){b(this).replaceWith(yith_wcwl_l10n.labels.added_to_cart_message).fadeIn()})}function v(a){var c=a.data("product-id"),d=b(".add-to-wishlist-"+c);c={add_to_wishlist:c,
2
+ product_type:a.data("product-type"),action:yith_wcwl_l10n.actions.add_to_wishlist_action};if(yith_wcwl_l10n.multi_wishlist&&yith_wcwl_l10n.is_user_logged_in){var e=a.parents(".yith-wcwl-popup-footer").prev(".yith-wcwl-popup-content"),f=e.find(".wishlist-select"),g=e.find(".wishlist-name");e=e.find(".wishlist-visibility");c.wishlist_id=f.val();c.wishlist_name=g.val();c.wishlist_visibility=e.val()}r()?b.ajax({type:"POST",url:yith_wcwl_l10n.ajax_url,data:c,dataType:"json",beforeSend:function(){a.siblings(".ajax-loading").css("visibility",
3
+ "visible")},complete:function(){a.siblings(".ajax-loading").css("visibility","hidden")},success:function(c){var e=b("#yith-wcwl-popup-message"),f=c.result,g=c.message;if(yith_wcwl_l10n.multi_wishlist&&yith_wcwl_l10n.is_user_logged_in){var h=b("select.wishlist-select");"undefined"!=typeof b.prettyPhoto&&"undefined"!=typeof b.prettyPhoto.close&&b.prettyPhoto.close();h.each(function(a){a=b(this);var d=a.find("option");d=d.slice(1,d.length-1);d.remove();if("undefined"!=typeof c.user_wishlists)for(d in d=
4
+ 0,c.user_wishlists)"1"!=c.user_wishlists[d].is_default&&b("<option>").val(c.user_wishlists[d].ID).html(c.user_wishlists[d].wishlist_name).insertBefore(a.find("option:last-child"))})}b("#yith-wcwl-message").html(g);e.css("margin-left","-"+b(e).width()+"px").fadeIn();window.setTimeout(function(){e.fadeOut()},2E3);"true"==f?((!yith_wcwl_l10n.multi_wishlist||!yith_wcwl_l10n.is_user_logged_in||yith_wcwl_l10n.multi_wishlist&&yith_wcwl_l10n.is_user_logged_in&&yith_wcwl_l10n.hide_add_button)&&d.find(".yith-wcwl-add-button").hide().removeClass("show").addClass("hide"),
5
+ d.find(".yith-wcwl-wishlistexistsbrowse").hide().removeClass("show").addClass("hide").find("a").attr("href",c.wishlist_url),d.find(".yith-wcwl-wishlistaddedbrowse").show().removeClass("hide").addClass("show").find("a").attr("href",c.wishlist_url)):"exists"==f?((!yith_wcwl_l10n.multi_wishlist||!yith_wcwl_l10n.is_user_logged_in||yith_wcwl_l10n.multi_wishlist&&yith_wcwl_l10n.is_user_logged_in&&yith_wcwl_l10n.hide_add_button)&&d.find(".yith-wcwl-add-button").hide().removeClass("show").addClass("hide"),
6
+ d.find(".yith-wcwl-wishlistexistsbrowse").show().removeClass("hide").addClass("show").find("a").attr("href",c.wishlist_url),d.find(".yith-wcwl-wishlistaddedbrowse").hide().removeClass("show").addClass("hide").find("a").attr("href",c.wishlist_url)):(d.find(".yith-wcwl-add-button").show().removeClass("hide").addClass("show"),d.find(".yith-wcwl-wishlistexistsbrowse").hide().removeClass("show").addClass("hide"),d.find(".yith-wcwl-wishlistaddedbrowse").hide().removeClass("show").addClass("hide"));b("body").trigger("added_to_wishlist",
7
+ [a,d])}}):alert(yith_wcwl_l10n.labels.cookie_disabled)}function x(a){var c=a.parents(".cart.wishlist_table"),d=c.data("pagination"),e=c.data("per-page"),f=c.data("page"),g=a.parents("[data-row-id]");c.find(".pagination-row");var h=g.data("row-id"),m=c.data("id"),w=c.data("token");d={action:yith_wcwl_l10n.actions.remove_from_wishlist_action,remove_from_wishlist:h,pagination:d,per_page:e,current_page:f,wishlist_id:m,wishlist_token:w};b("#yith-wcwl-message").html("&nbsp;");"undefined"!=typeof b.fn.block&&
8
+ c.fadeTo("400","0.6").block({message:null,overlayCSS:{background:"transparent url("+yith_wcwl_l10n.ajax_loader_url+") no-repeat center",backgroundSize:"16px 16px",opacity:.6}});b("#yith-wcwl-form").load(yith_wcwl_l10n.ajax_url+" #yith-wcwl-form",d,function(){"undefined"!=typeof b.fn.unblock&&c.stop(!0).css("opacity","1").unblock();n();b("body").trigger("removed_from_wishlist",[a,g])})}function y(a,c){var d=a.data("product-id"),e=b(document).find(".cart.wishlist_table"),f=e.data("pagination"),g=e.data("per-page"),
9
+ h=e.data("id"),m=e.data("token");d={action:yith_wcwl_l10n.actions.reload_wishlist_and_adding_elem_action,pagination:f,per_page:g,wishlist_id:h,wishlist_token:m,add_to_wishlist:d,product_type:a.data("product-type")};r()?b.ajax({type:"POST",url:yith_wcwl_l10n.ajax_url,data:d,dataType:"html",beforeSend:function(){"undefined"!=typeof b.fn.block&&e.fadeTo("400","0.6").block({message:null,overlayCSS:{background:"transparent url("+yith_wcwl_l10n.ajax_loader_url+") no-repeat center",backgroundSize:"16px 16px",
10
+ opacity:.6}})},success:function(a){a=b(a).find("#yith-wcwl-form");c.replaceWith(a);n()}}):alert(yith_wcwl_l10n.labels.cookie_disabled)}function z(a){var c=a.parents(".cart.wishlist_table"),d=c.data("token"),e=c.data("id"),f=a.parents("[data-row-id]"),g=f.data("row-id"),h=a.val(),m=c.data("pagination"),k=c.data("per-page"),l=c.data("page");d={action:yith_wcwl_l10n.actions.move_to_another_wishlist_action,wishlist_token:d,wishlist_id:e,destination_wishlist_token:h,item_id:g,pagination:m,per_page:k,current_page:l};
11
+ ""!=h&&("undefined"!=typeof b.fn.block&&c.fadeTo("400","0.6").block({message:null,overlayCSS:{background:"transparent url("+yith_wcwl_l10n.ajax_loader_url+") no-repeat center",backgroundSize:"16px 16px",opacity:.6}}),b("#yith-wcwl-form").load(yith_wcwl_l10n.ajax_url+" #yith-wcwl-form",d,function(){"undefined"!=typeof b.fn.unblock&&c.stop(!0).css("opacity","1").unblock();n();b("body").trigger("moved_to_another_wishlist",[a,f])}))}function t(a){var c=b(this);a.preventDefault();c.parents(".wishlist-title").next().show();
12
+ c.parents(".wishlist-title").hide()}function A(a){var c=b(this);a.preventDefault();c.parents(".hidden-title-form").hide();c.parents(".hidden-title-form").prev().show()}function r(){if(navigator.cookieEnabled)return!0;document.cookie="cookietest=1";var a=-1!=document.cookie.indexOf("cookietest=");document.cookie="cookietest=1; expires=Thu, 01-Jan-1970 00:00:01 GMT";return a}function B(){if(0!=b(".yith-wcwl-add-to-wishlist").length&&0==b("#yith-wcwl-popup-message").length){var a=b("<div>").attr("id",
13
+ "yith-wcwl-message");a=b("<div>").attr("id","yith-wcwl-popup-message").html(a).hide();b("body").prepend(a)}}function p(){k.on("change",function(){var a="",c=b(this).parents(".cart.wishlist_table"),d=c.data("id");c=c.data("token");var e=document.URL;k.filter(":checked").each(function(){var d=b(this);a+=0!=a.length?",":"";a+=d.parents("[data-row-id]").data("row-id")});e=q(e,"wishlist_products_to_add_to_cart",a);e=q(e,"wishlist_token",c);e=q(e,"wishlist_id",d);b("#custom_add_to_cart").attr("href",e)})}
14
+ function l(){"undefined"!=typeof b.prettyPhoto&&b('a[data-rel^="prettyPhoto[add_to_wishlist_"]').add('a[data-rel="prettyPhoto[ask_an_estimate]"]').unbind("click").prettyPhoto({hook:"data-rel",social_tools:!1,theme:"pp_woocommerce",horizontal_padding:20,opacity:.8,deeplinking:!1})}function q(a,b,d){d=b+"="+d;a=a.replace(new RegExp("(&|\\?)"+b+"=[^&]*"),"$1"+d);-1<a.indexOf(b+"=")||(a=-1<a.indexOf("?")?a+("&"+d):a+("?"+d));return a}var C="undefined"!==typeof wc_add_to_cart_params&&null!==wc_add_to_cart_params?
15
+ wc_add_to_cart_params.cart_redirect_after_add:"",k=b('.wishlist_table tbody input[type="checkbox"]:not(:disabled)');b(document).on("yith_wcwl_init",function(){var a=b(this),c=b('.wishlist_table tbody input[type="checkbox"]:not(:disabled)');a.on("click",".add_to_wishlist",function(a){var d=b(this);a.preventDefault();v(d);return!1});a.on("click",".remove_from_wishlist",function(a){var d=b(this);a.preventDefault();x(d);return!1});a.on("adding_to_cart","body",function(a,b,c){"undefined"!=typeof b&&"undefined"!=
16
+ typeof c&&0!=b.closest(".wishlist_table").length&&(c.remove_from_wishlist_after_add_to_cart=b.closest("[data-row-id]").data("row-id"),c.wishlist_id=b.closest(".wishlist_table").data("id"),wc_add_to_cart_params.cart_redirect_after_add=yith_wcwl_l10n.redirect_to_cart)});a.on("added_to_cart","body",function(a){wc_add_to_cart_params.cart_redirect_after_add=C;a=b(".wishlist_table");a.find(".added").removeClass("added");a.find(".added_to_cart").remove()});a.on("added_to_cart","body",u);a.on("cart_page_refreshed",
17
+ "body",n);a.on("click",".show-title-form",t);a.on("click",".wishlist-title-with-form h2",t);a.on("click",".hide-title-form",A);a.on("change",".change-wishlist",function(a){a=b(this);z(a);return!1});a.on("change",".yith-wcwl-popup-content .wishlist-select",function(a){a=b(this);"new"==a.val()?a.parents(".yith-wcwl-first-row").next(".yith-wcwl-second-row").css("display","table-row"):a.parents(".yith-wcwl-first-row").next(".yith-wcwl-second-row").hide()});a.on("change","#bulk_add_to_cart",function(){b(this).is(":checked")?
18
+ c.attr("checked","checked").change():c.removeAttr("checked").change()});a.on("click","#custom_add_to_cart",function(a){var d=b(this),f=d.parents(".cart.wishlist_table");yith_wcwl_l10n.ajax_add_to_cart_enabled&&(a.preventDefault(),"undefined"!=typeof b.fn.block&&f.fadeTo("400","0.6").block({message:null,overlayCSS:{background:"transparent url("+yith_wcwl_l10n.ajax_loader_url+") no-repeat center",backgroundSize:"16px 16px",opacity:.6}}),b("#yith-wcwl-form").load(yith_wcwl_l10n.ajax_url+d.attr("href")+
19
+ " #yith-wcwl-form",{action:yith_wcwl_l10n.actions.bulk_add_to_cart_action},function(){"undefined"!=typeof b.fn.unblock&&f.stop(!0).css("opacity","1").unblock();c.off("change");c=b('.wishlist_table tbody input[type="checkbox"]');"undefined"!=typeof b.fn.selectBox&&b("select.selectBox").selectBox();p();l()}))});a.on("click",".yith-wfbt-add-wishlist",function(a){a.preventDefault();a=b(this);var c=b("#yith-wcwl-form");b("html, body").animate({scrollTop:c.offset().top},500);y(a,c)});B();p();l()}).trigger("yith_wcwl_init");
20
+ b(document).on("yith_infs_added_elem",function(){l()});"undefined"!=typeof b.fn.selectBox&&b("select.selectBox").selectBox()});
assets/js/unminified/jquery.yith-wcwl.js CHANGED
@@ -144,6 +144,10 @@ jQuery( document ).ready( function( $ ){
144
 
145
  } ).trigger('yith_wcwl_init');
146
 
 
 
 
 
147
  /**
148
  * Adds selectbox where needed
149
  */
@@ -289,7 +293,7 @@ jQuery( document ).ready( function( $ ){
289
  el_wrap.find( '.yith-wcwl-wishlistaddedbrowse' ).hide().removeClass('show').addClass('hide');
290
  }
291
 
292
- $('body').trigger('added_to_wishlist');
293
  }
294
 
295
  });
@@ -342,7 +346,7 @@ jQuery( document ).ready( function( $ ){
342
 
343
  init_handling_after_ajax();
344
 
345
- $('body').trigger('removed_from_wishlist');
346
  } );
347
  }
348
 
@@ -452,7 +456,7 @@ jQuery( document ).ready( function( $ ){
452
 
453
  init_handling_after_ajax();
454
 
455
- $('body').trigger('moved_to_another_wishlist');
456
  } );
457
  }
458
 
144
 
145
  } ).trigger('yith_wcwl_init');
146
 
147
+ $(document).on( 'yith_infs_added_elem', function(){
148
+ init_wishlist_pretty_photo();
149
+ } );
150
+
151
  /**
152
  * Adds selectbox where needed
153
  */
293
  el_wrap.find( '.yith-wcwl-wishlistaddedbrowse' ).hide().removeClass('show').addClass('hide');
294
  }
295
 
296
+ $('body').trigger('added_to_wishlist', [ el, el_wrap ] );
297
  }
298
 
299
  });
346
 
347
  init_handling_after_ajax();
348
 
349
+ $('body').trigger('removed_from_wishlist', [ el, row ] );
350
  } );
351
  }
352
 
456
 
457
  init_handling_after_ajax();
458
 
459
+ $('body').trigger('moved_to_another_wishlist', [ el, item ] );
460
  } );
461
  }
462
 
includes/class.yith-wcwl-init.php CHANGED
@@ -49,7 +49,7 @@ if ( ! class_exists( 'YITH_WCWL_Init' ) ) {
49
  * @var string
50
  * @since 1.0.0
51
  */
52
- public $version = '2.1.2';
53
 
54
  /**
55
  * Plugin database version
@@ -209,6 +209,7 @@ if ( ! class_exists( 'YITH_WCWL_Init' ) ) {
209
  YITH_WCWL()->details['wishlist_id'] = $details['wishlist_id'];
210
  YITH_WCWL()->details['quantity'] = $details['quantity'];
211
  YITH_WCWL()->details['user_id'] = get_current_user_id();
 
212
 
213
  $ret_val = YITH_WCWL()->add();
214
  }
49
  * @var string
50
  * @since 1.0.0
51
  */
52
+ public $version = '2.2.0';
53
 
54
  /**
55
  * Plugin database version
209
  YITH_WCWL()->details['wishlist_id'] = $details['wishlist_id'];
210
  YITH_WCWL()->details['quantity'] = $details['quantity'];
211
  YITH_WCWL()->details['user_id'] = get_current_user_id();
212
+ YITH_WCWL()->details['dateadded'] = isset( $details['dateadded'] ) ? $details['dateadded'] : false;
213
 
214
  $ret_val = YITH_WCWL()->add();
215
  }
includes/class.yith-wcwl-shortcode.php CHANGED
@@ -121,7 +121,7 @@ if( ! class_exists( 'YITH_WCWL_Shortcode' ) ) {
121
 
122
  if( ! empty( $wishlist ) && $wishlist['user_id'] != get_current_user_id() ){
123
  $query_args[ 'user_id' ] = false;
124
- if( ! current_user_can( 'manage_options' ) ){
125
  $query_args[ 'wishlist_visibility' ] = 'visible';
126
  }
127
  }
@@ -321,6 +321,11 @@ if( ! class_exists( 'YITH_WCWL_Shortcode' ) ) {
321
  // product object
322
  $current_product = ( isset( $atts['product_id'] ) ) ? wc_get_product( $atts['product_id'] ) : false;
323
  $current_product = $current_product ? $current_product : $product;
 
 
 
 
 
324
  $current_product_id = yit_get_product_id( $current_product );
325
 
326
  $template_part = 'button';
121
 
122
  if( ! empty( $wishlist ) && $wishlist['user_id'] != get_current_user_id() ){
123
  $query_args[ 'user_id' ] = false;
124
+ if( ! current_user_can( apply_filters( 'yith_wcwl_view_wishlist_capability', 'manage_options' ) ) ){
125
  $query_args[ 'wishlist_visibility' ] = 'visible';
126
  }
127
  }
321
  // product object
322
  $current_product = ( isset( $atts['product_id'] ) ) ? wc_get_product( $atts['product_id'] ) : false;
323
  $current_product = $current_product ? $current_product : $product;
324
+
325
+ if( ! $product ){
326
+ return '';
327
+ }
328
+
329
  $current_product_id = yit_get_product_id( $current_product );
330
 
331
  $template_part = 'button';
includes/class.yith-wcwl.php CHANGED
@@ -158,7 +158,7 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
158
  $wishlist_id = ( isset( $this->details['wishlist_id'] ) && strcmp( $this->details['wishlist_id'], 0 ) != 0 ) ? $this->details['wishlist_id'] : false;
159
  $quantity = ( isset( $this->details['quantity'] ) ) ? ( int ) $this->details['quantity'] : 1;
160
  $user_id = ( ! empty( $this->details['user_id'] ) ) ? $this->details['user_id'] : false;
161
- $wishlist_name = ( ! empty( $this->details['wishlist_name'] ) ) ? $this->details['wishlist_name'] : '';
162
 
163
  do_action( 'yith_wcwl_adding_to_wishlist', $prod_id, $wishlist_id, $user_id );
164
 
@@ -167,7 +167,7 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
167
  $wishlist_id = apply_filters( 'yith_wcwl_adding_to_wishlist_wishlist_id', $wishlist_id );
168
  $quantity = apply_filters( 'yith_wcwl_adding_to_wishlist_quantity', $quantity );
169
  $user_id = apply_filters( 'yith_wcwl_adding_to_wishlist_user_id', $user_id );
170
- $wishlist_name = apply_filters( 'yith_wcwl_adding_to_wishlist_wishlist_name', $wishlist_name );
171
 
172
  if( defined('ICL_SITEPRESS_VERSION') ) {
173
  $prod_id = yit_wpml_object_id( $prod_id, 'product', true, $sitepress->get_default_language() );
@@ -197,7 +197,7 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
197
  'prod_id' => $prod_id,
198
  'user_id' => $user_id,
199
  'quantity' => $quantity,
200
- 'dateadded' => date( 'Y-m-d H:i:s' )
201
  );
202
 
203
  if( ! empty( $wishlist_id ) && strcmp( $wishlist_id, 'new' ) != 0 ){
@@ -245,7 +245,8 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
245
  $cookie = array(
246
  'prod_id' => $prod_id,
247
  'quantity' => $quantity,
248
- 'wishlist_id' => $wishlist_id
 
249
  );
250
 
251
  $wishlist = yith_getcookie( 'yith_wcwl_products' );
@@ -289,6 +290,8 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
289
  $wishlist_id = ( isset( $this->details['wishlist_id'] ) && is_numeric( $this->details['wishlist_id'] ) ) ? $this->details['wishlist_id'] : false;
290
  $user_id = ( ! empty( $this->details['user_id'] ) ) ? $this->details['user_id'] : false;
291
 
 
 
292
  if( defined('ICL_SITEPRESS_VERSION') ) {
293
  $prod_id = yit_wpml_object_id( $prod_id, 'product', true, $sitepress->get_default_language() );
294
  }
@@ -326,11 +329,11 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
326
  delete_transient( 'yith_wcwl_user_total_count_' . $user_id );
327
  }
328
 
329
- return true;
330
  }
331
  else {
332
  $this->errors[] = __( 'An error occurred while removing products from the wishlist', 'yith-woocommerce-wishlist' );
333
- return false;
334
  }
335
  }
336
  else {
@@ -344,8 +347,14 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
344
 
345
  yith_setcookie( 'yith_wcwl_products', $wishlist );
346
 
347
- return true;
 
 
 
 
348
  }
 
 
349
  }
350
 
351
  /**
@@ -447,7 +456,7 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
447
  LEFT JOIN {$wpdb->yith_wcwl_wishlists} AS l ON l.`ID` = i.`wishlist_id`
448
  INNER JOIN {$wpdb->posts} AS p ON p.ID = i.prod_id
449
  WHERE 1 AND p.post_type = %s AND p.post_status = %s";
450
- $sql .= $hidden_products ? " AND p.ID NOT IN ( " . implode( ', ', $hidden_products ) . " )" : "";
451
 
452
  $sql_args = array(
453
  'product',
@@ -520,7 +529,9 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
520
  $sql .= " GROUP BY i.prod_id, l.ID";
521
 
522
  if( ! empty( $limit ) && isset( $offset ) ){
523
- $sql .= " LIMIT " . $offset . ", " . $limit;
 
 
524
  }
525
 
526
  $wishlist = $wpdb->get_results( $wpdb->prepare( $sql, $sql_args ), ARRAY_A );
@@ -531,7 +542,7 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
531
 
532
  $query = "SELECT ID FROM {$wpdb->posts} AS p
533
  WHERE post_type = %s AND post_status = %s";
534
- $query .= ! empty( $hidden_products ) ? ( " AND p.ID NOT IN ( " . implode( ', ', $hidden_products ). " )" ) : "";
535
 
536
  $query_args = array(
537
  'product',
@@ -559,7 +570,7 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
559
  }
560
  }
561
 
562
- return $wishlist;
563
  }
564
 
565
  /**
@@ -581,7 +592,7 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
581
  $count = get_transient( 'yith_wcwl_user_default_count_' . get_current_user_id() );
582
  }
583
 
584
- if( true || false === $count ){
585
  $hidden_products = yith_wcwl_get_hidden_products();
586
 
587
  $sql = "SELECT i.`prod_id` AS `cnt`
@@ -589,7 +600,7 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
589
  LEFT JOIN `{$wpdb->yith_wcwl_wishlists}` AS l ON l.ID = i.wishlist_id
590
  INNER JOIN `{$wpdb->posts}` AS p ON i.`prod_id` = p.`ID`
591
  WHERE p.`post_type` = %s AND p.`post_status` = %s";
592
- $sql .= $hidden_products ? " AND p.ID NOT IN ( " . implode( ', ', $hidden_products ) . " )" : "";
593
  $args = array(
594
  'product',
595
  'publish'
@@ -621,7 +632,7 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
621
 
622
  $query = "SELECT ID FROM {$wpdb->posts} AS p
623
  WHERE post_type = %s AND post_status = %s";
624
- $query .= ! empty( $hidden_products ) ? ( " AND p.ID NOT IN ( " . implode( ', ', $hidden_products ). " )" ) : "";
625
  $query_args = array(
626
  'product',
627
  'publish'
@@ -664,7 +675,7 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
664
  FROM {$wpdb->posts} AS p
665
  WHERE p.`post_type` = %s AND p.`post_status` = %s";
666
 
667
- $sql .= ! empty( $hidden_products ) ? ( " AND p.ID NOT IN ( " . implode( ', ', $hidden_products ). " )" ) : "";
668
 
669
  $sql .= ")";
670
 
@@ -682,7 +693,7 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
682
 
683
  $query = "SELECT ID FROM {$wpdb->posts} AS p
684
  WHERE post_type = %s AND post_status = %s";
685
- $query .= ! empty( $hidden_products ) ? ( " AND p.ID NOT IN ( " . implode( ', ', $hidden_products ). " )" ) : "";
686
 
687
  $query_args = array(
688
  'product',
@@ -877,9 +888,9 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
877
  $sql .= " AND ( umn.`meta_key` LIKE %s AND ums.`meta_key` LIKE %s AND ( u.`user_email` LIKE %s OR umn.`meta_value` LIKE %s OR ums.`meta_value` LIKE %s ) )";
878
  $sql_args[] = 'first_name';
879
  $sql_args[] = 'last_name';
880
- $sql_args[] = "%" . $user_search . "%";
881
- $sql_args[] = "%" . $user_search . "%";
882
- $sql_args[] = "%" . $user_search . "%";
883
  }
884
 
885
  if( ! empty( $is_default ) ){
@@ -904,7 +915,7 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
904
 
905
  if( ! empty( $wishlist_name ) ){
906
  $sql .= " AND l.`wishlist_name` LIKE %s";
907
- $sql_args[] = "%" . $wishlist_name . "%";
908
  }
909
 
910
  if( ! empty( $wishlist_visibility ) && $wishlist_visibility != 'all' ){
@@ -938,11 +949,13 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
938
  }
939
 
940
  if( ! empty( $orderby ) && isset( $order ) ) {
941
- $sql .= " ORDER BY " . $orderby . " " . $order;
942
  }
943
 
944
  if( ! empty( $limit ) && isset( $offset ) ){
945
- $sql .= " LIMIT " . $offset . ", " . $limit;
 
 
946
  }
947
 
948
  if( ! empty( $sql_args ) ){
@@ -1096,10 +1109,10 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
1096
  $sql .= " AND ( umn.`meta_key` LIKE %s AND ums.`meta_key` LIKE %s AND ( u.`user_email` LIKE %s OR u.`user_login` LIKE %s OR umn.`meta_value` LIKE %s OR ums.`meta_value` LIKE %s ) )";
1097
  $sql_args[] = 'first_name';
1098
  $sql_args[] = 'last_name';
1099
- $sql_args[] = "%" . $search . "%";
1100
- $sql_args[] = "%" . $search . "%";
1101
- $sql_args[] = "%" . $search . "%";
1102
- $sql_args[] = "%" . $search . "%";
1103
  }
1104
 
1105
  if( ! empty( $limit ) && isset( $offset ) ){
@@ -1145,6 +1158,10 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
1145
  return;
1146
  }
1147
 
 
 
 
 
1148
  $regex_paged = '(([^/]+/)*' . $wishlist_page_slug . ')(/(.*))?/page/([0-9]{1,})/?$';
1149
  $regex_simple = '(([^/]+/)*' . $wishlist_page_slug . ')(/(.*))?/?$';
1150
 
@@ -1204,7 +1221,7 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
1204
  return $wishlist_permalink;
1205
  }
1206
 
1207
- if( get_option( 'permalink_structure' ) && ! defined( 'ICL_PLUGIN_PATH' ) ) {
1208
  $wishlist_permalink = trailingslashit( $wishlist_permalink );
1209
  $base_url = trailingslashit( $wishlist_permalink . $action );
1210
  }
158
  $wishlist_id = ( isset( $this->details['wishlist_id'] ) && strcmp( $this->details['wishlist_id'], 0 ) != 0 ) ? $this->details['wishlist_id'] : false;
159
  $quantity = ( isset( $this->details['quantity'] ) ) ? ( int ) $this->details['quantity'] : 1;
160
  $user_id = ( ! empty( $this->details['user_id'] ) ) ? $this->details['user_id'] : false;
161
+ $dateadded = ( ! empty( $this->details['$dateadded'] ) ) ? $this->details['$dateadded'] : '';
162
 
163
  do_action( 'yith_wcwl_adding_to_wishlist', $prod_id, $wishlist_id, $user_id );
164
 
167
  $wishlist_id = apply_filters( 'yith_wcwl_adding_to_wishlist_wishlist_id', $wishlist_id );
168
  $quantity = apply_filters( 'yith_wcwl_adding_to_wishlist_quantity', $quantity );
169
  $user_id = apply_filters( 'yith_wcwl_adding_to_wishlist_user_id', $user_id );
170
+ $dateadded = apply_filters( 'yith_wcwl_adding_to_wishlist_dateadded', $dateadded );
171
 
172
  if( defined('ICL_SITEPRESS_VERSION') ) {
173
  $prod_id = yit_wpml_object_id( $prod_id, 'product', true, $sitepress->get_default_language() );
197
  'prod_id' => $prod_id,
198
  'user_id' => $user_id,
199
  'quantity' => $quantity,
200
+ 'dateadded' => ! empty( $dateadded ) ? $dateadded : date( 'Y-m-d H:i:s' )
201
  );
202
 
203
  if( ! empty( $wishlist_id ) && strcmp( $wishlist_id, 'new' ) != 0 ){
245
  $cookie = array(
246
  'prod_id' => $prod_id,
247
  'quantity' => $quantity,
248
+ 'wishlist_id' => $wishlist_id,
249
+ 'dateadded' => ! empty( $dateadded ) ? $dateadded : date( 'Y-m-d H:i:s' )
250
  );
251
 
252
  $wishlist = yith_getcookie( 'yith_wcwl_products' );
290
  $wishlist_id = ( isset( $this->details['wishlist_id'] ) && is_numeric( $this->details['wishlist_id'] ) ) ? $this->details['wishlist_id'] : false;
291
  $user_id = ( ! empty( $this->details['user_id'] ) ) ? $this->details['user_id'] : false;
292
 
293
+ do_action( 'yith_wcwl_removing_from_wishlist', $prod_id, $wishlist_id, $user_id );
294
+
295
  if( defined('ICL_SITEPRESS_VERSION') ) {
296
  $prod_id = yit_wpml_object_id( $prod_id, 'product', true, $sitepress->get_default_language() );
297
  }
329
  delete_transient( 'yith_wcwl_user_total_count_' . $user_id );
330
  }
331
 
332
+ $result = true;
333
  }
334
  else {
335
  $this->errors[] = __( 'An error occurred while removing products from the wishlist', 'yith-woocommerce-wishlist' );
336
+ $result = false;
337
  }
338
  }
339
  else {
347
 
348
  yith_setcookie( 'yith_wcwl_products', $wishlist );
349
 
350
+ $result = true;
351
+ }
352
+
353
+ if( $result ){
354
+ do_action( 'yith_wcwl_removed_from_wishlist', $prod_id, $wishlist_id, $user_id );
355
  }
356
+
357
+ return $result;
358
  }
359
 
360
  /**
456
  LEFT JOIN {$wpdb->yith_wcwl_wishlists} AS l ON l.`ID` = i.`wishlist_id`
457
  INNER JOIN {$wpdb->posts} AS p ON p.ID = i.prod_id
458
  WHERE 1 AND p.post_type = %s AND p.post_status = %s";
459
+ $sql .= $hidden_products ? " AND p.ID NOT IN ( " . implode( ', ', array_filter( $hidden_products, 'esc_sql' ) ) . " )" : "";
460
 
461
  $sql_args = array(
462
  'product',
529
  $sql .= " GROUP BY i.prod_id, l.ID";
530
 
531
  if( ! empty( $limit ) && isset( $offset ) ){
532
+ $sql .= " LIMIT %d, %d";
533
+ $sql_args[] = $offset;
534
+ $sql_args[] = $limit;
535
  }
536
 
537
  $wishlist = $wpdb->get_results( $wpdb->prepare( $sql, $sql_args ), ARRAY_A );
542
 
543
  $query = "SELECT ID FROM {$wpdb->posts} AS p
544
  WHERE post_type = %s AND post_status = %s";
545
+ $query .= ! empty( $hidden_products ) ? ( " AND p.ID NOT IN ( " . implode( ', ', array_filter( $hidden_products, 'esc_sql' ) ). " )" ) : "";
546
 
547
  $query_args = array(
548
  'product',
570
  }
571
  }
572
 
573
+ return apply_filters( 'yith_wcwl_get_products', $wishlist, $args );
574
  }
575
 
576
  /**
592
  $count = get_transient( 'yith_wcwl_user_default_count_' . get_current_user_id() );
593
  }
594
 
595
+ if( false === $count ){
596
  $hidden_products = yith_wcwl_get_hidden_products();
597
 
598
  $sql = "SELECT i.`prod_id` AS `cnt`
600
  LEFT JOIN `{$wpdb->yith_wcwl_wishlists}` AS l ON l.ID = i.wishlist_id
601
  INNER JOIN `{$wpdb->posts}` AS p ON i.`prod_id` = p.`ID`
602
  WHERE p.`post_type` = %s AND p.`post_status` = %s";
603
+ $sql .= $hidden_products ? " AND p.ID NOT IN ( " . implode( ', ', array_filter( $hidden_products, 'esc_sql' ) ) . " )" : "";
604
  $args = array(
605
  'product',
606
  'publish'
632
 
633
  $query = "SELECT ID FROM {$wpdb->posts} AS p
634
  WHERE post_type = %s AND post_status = %s";
635
+ $query .= ! empty( $hidden_products ) ? ( " AND p.ID NOT IN ( " . implode( ', ', array_filter( $hidden_products, 'esc_sql' ) ). " )" ) : "";
636
  $query_args = array(
637
  'product',
638
  'publish'
675
  FROM {$wpdb->posts} AS p
676
  WHERE p.`post_type` = %s AND p.`post_status` = %s";
677
 
678
+ $sql .= ! empty( $hidden_products ) ? ( " AND p.ID NOT IN ( " . implode( ', ', array_filter( $hidden_products, 'esc_sql' ) ). " )" ) : "";
679
 
680
  $sql .= ")";
681
 
693
 
694
  $query = "SELECT ID FROM {$wpdb->posts} AS p
695
  WHERE post_type = %s AND post_status = %s";
696
+ $query .= ! empty( $hidden_products ) ? ( " AND p.ID NOT IN ( " . implode( ', ', array_filter( $hidden_products, 'esc_sql' ) ). " )" ) : "";
697
 
698
  $query_args = array(
699
  'product',
888
  $sql .= " AND ( umn.`meta_key` LIKE %s AND ums.`meta_key` LIKE %s AND ( u.`user_email` LIKE %s OR umn.`meta_value` LIKE %s OR ums.`meta_value` LIKE %s ) )";
889
  $sql_args[] = 'first_name';
890
  $sql_args[] = 'last_name';
891
+ $sql_args[] = "%" . esc_sql( $user_search ) . "%";
892
+ $sql_args[] = "%" . esc_sql( $user_search ) . "%";
893
+ $sql_args[] = "%" . esc_sql( $user_search ) . "%";
894
  }
895
 
896
  if( ! empty( $is_default ) ){
915
 
916
  if( ! empty( $wishlist_name ) ){
917
  $sql .= " AND l.`wishlist_name` LIKE %s";
918
+ $sql_args[] = "%" . esc_sql( $wishlist_name ) . "%";
919
  }
920
 
921
  if( ! empty( $wishlist_visibility ) && $wishlist_visibility != 'all' ){
949
  }
950
 
951
  if( ! empty( $orderby ) && isset( $order ) ) {
952
+ $sql .= " ORDER BY " . esc_sql( $orderby ) . " " . esc_sql( $order );
953
  }
954
 
955
  if( ! empty( $limit ) && isset( $offset ) ){
956
+ $sql .= " LIMIT %d, %d";
957
+ $sql_args[] = $offset;
958
+ $sql_args[] = $limit;
959
  }
960
 
961
  if( ! empty( $sql_args ) ){
1109
  $sql .= " AND ( umn.`meta_key` LIKE %s AND ums.`meta_key` LIKE %s AND ( u.`user_email` LIKE %s OR u.`user_login` LIKE %s OR umn.`meta_value` LIKE %s OR ums.`meta_value` LIKE %s ) )";
1110
  $sql_args[] = 'first_name';
1111
  $sql_args[] = 'last_name';
1112
+ $sql_args[] = "%" . esc_sql( $search ) . "%";
1113
+ $sql_args[] = "%" . esc_sql( $search ) . "%";
1114
+ $sql_args[] = "%" . esc_sql( $search ) . "%";
1115
+ $sql_args[] = "%" . esc_sql( $search ) . "%";
1116
  }
1117
 
1118
  if( ! empty( $limit ) && isset( $offset ) ){
1158
  return;
1159
  }
1160
 
1161
+ if( defined( 'POLYLANG_VERSION' ) ){
1162
+ return;
1163
+ }
1164
+
1165
  $regex_paged = '(([^/]+/)*' . $wishlist_page_slug . ')(/(.*))?/page/([0-9]{1,})/?$';
1166
  $regex_simple = '(([^/]+/)*' . $wishlist_page_slug . ')(/(.*))?/?$';
1167
 
1221
  return $wishlist_permalink;
1222
  }
1223
 
1224
+ if( get_option( 'permalink_structure' ) && ! defined( 'ICL_PLUGIN_PATH' ) && ! defined( 'POLYLANG_VERSION' ) ) {
1225
  $wishlist_permalink = trailingslashit( $wishlist_permalink );
1226
  $base_url = trailingslashit( $wishlist_permalink . $action );
1227
  }
includes/functions.yith-wcwl.php CHANGED
@@ -290,6 +290,6 @@ if( !function_exists( 'yith_wcwl_get_hidden_products' ) ){
290
  }
291
 
292
  $hidden_products = $wpdb->get_col( $wpdb->prepare( $query, $query_args ) );
293
- return $hidden_products;
294
  }
295
  }
290
  }
291
 
292
  $hidden_products = $wpdb->get_col( $wpdb->prepare( $query, $query_args ) );
293
+ return apply_filters( 'yith_wcwl_hidden_products', $hidden_products );
294
  }
295
  }
init.php CHANGED
@@ -1,18 +1,20 @@
1
  <?php
2
  /**
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.1.2
7
- * Author: YITHEMES
8
- * Author URI: http://yithemes.com/
9
- * Text Domain: yith-woocommerce-wishlist
10
- * Domain Path: /languages/
11
- *
12
- * @author YITHEMES
13
- * @package YITH WooCommerce Wishlist
14
- * @version 2.0.0
15
- */
 
 
16
 
17
  /* Copyright 2013 Your Inspiration Themes (email : plugins@yithemes.com)
18
 
1
  <?php
2
  /**
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.2.0
7
+ * Author: YITHEMES
8
+ * Author URI: http://yithemes.com/
9
+ * Text Domain: yith-woocommerce-wishlist
10
+ * Domain Path: /languages/
11
+ * WC requires at least: 2.5.0
12
+ * WC tested up to: 3.2.6
13
+ *
14
+ * @author YITHEMES
15
+ * @package YITH WooCommerce Wishlist
16
+ * @version 2.0.0
17
+ */
18
 
19
  /* Copyright 2013 Your Inspiration Themes (email : plugins@yithemes.com)
20
 
languages/yith-woocommerce-wishlist-da_DK.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-da_DK.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
- "POT-Creation-Date: 2017-05-11 15:55+0200\n"
5
- "PO-Revision-Date: 2017-05-11 15:55+0200\n"
6
  "Last-Translator: Morten Ruus <altombasketball@gmail.com>\n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: da_DK\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 2.0.1\n"
13
  "X-Poedit-KeywordsList: __;_e;_x\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
@@ -17,8 +17,8 @@ msgstr ""
17
  "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
18
 
19
  #: includes/class.yith-wcwl-admin-init.php:159
20
- #: includes/class.yith-wcwl-admin-init.php:1288
21
- #: includes/class.yith-wcwl-admin-init.php:1289
22
  #: includes/class.yith-wcwl-install.php:244
23
  msgid "Wishlist"
24
  msgstr "Ønskeliste"
@@ -56,44 +56,44 @@ msgstr ""
56
  msgid "Plugin Documentation"
57
  msgstr ""
58
 
59
- #: includes/class.yith-wcwl-admin-init.php:828
60
  msgid "Upgrade to the PREMIUM VERSION"
61
  msgstr ""
62
 
63
- #: includes/class.yith-wcwl-admin-init.php:831
64
  msgid "YITH WooCommerce Wishlist"
65
  msgstr ""
66
 
67
- #: includes/class.yith-wcwl-admin-init.php:832
68
  msgid "Discover the Advanced Features"
69
  msgstr ""
70
 
71
- #: includes/class.yith-wcwl-admin-init.php:833
72
  msgid ""
73
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
74
  "all features!"
75
  msgstr ""
76
 
77
- #: includes/class.yith-wcwl-admin-init.php:839
78
  msgid "Get Support and Pro Features"
79
  msgstr ""
80
 
81
- #: includes/class.yith-wcwl-admin-init.php:840
82
  msgid ""
83
  "By purchasing the premium version of the plugin, you will take advantage of "
84
  "the advanced features of the product and you will get one year of free "
85
  "updates and support through our platform available 24h/24."
86
  msgstr ""
87
 
88
- #: includes/class.yith-wcwl-admin-init.php:850
89
  msgid "General Settings"
90
  msgstr ""
91
 
92
- #: includes/class.yith-wcwl-admin-init.php:857
93
  msgid "Enable YITH Wishlist"
94
  msgstr ""
95
 
96
- #: includes/class.yith-wcwl-admin-init.php:858
97
  #, php-format
98
  msgid ""
99
  "Enable all plugin features. <strong>Be sure to select at least one option in "
@@ -101,367 +101,367 @@ msgid ""
101
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
102
  msgstr ""
103
 
104
- #: includes/class.yith-wcwl-admin-init.php:864
105
  msgid "Default wishlist title"
106
  msgstr ""
107
 
108
- #: includes/class.yith-wcwl-admin-init.php:866
109
- #: includes/class.yith-wcwl-admin-init.php:867
110
- #: includes/class.yith-wcwl-admin-init.php:1103
111
  #, php-format
112
  msgid "My wishlist on %s"
113
  msgstr ""
114
 
115
- #: includes/class.yith-wcwl-admin-init.php:872
116
  msgid "Wishlist Page"
117
  msgstr ""
118
 
119
- #: includes/class.yith-wcwl-admin-init.php:873
120
  msgid "Page contents: [yith_wcwl_wishlist]"
121
  msgstr ""
122
 
123
- #: includes/class.yith-wcwl-admin-init.php:882
124
  msgid "Position"
125
  msgstr ""
126
 
127
- #: includes/class.yith-wcwl-admin-init.php:883
128
  msgid ""
129
  "You can add the button in variable products only after the \"Add to Cart\" "
130
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
131
  msgstr ""
132
 
133
- #: includes/class.yith-wcwl-admin-init.php:889
134
  msgid "After \"Add to cart\""
135
  msgstr ""
136
 
137
- #: includes/class.yith-wcwl-admin-init.php:890
138
  msgid "After thumbnails"
139
  msgstr ""
140
 
141
- #: includes/class.yith-wcwl-admin-init.php:891
142
  msgid "After summary"
143
  msgstr ""
144
 
145
- #: includes/class.yith-wcwl-admin-init.php:892
146
  msgid "Use shortcode"
147
  msgstr ""
148
 
149
- #: includes/class.yith-wcwl-admin-init.php:897
150
  msgid "Redirect to cart"
151
  msgstr ""
152
 
153
- #: includes/class.yith-wcwl-admin-init.php:898
154
  msgid ""
155
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
156
  "page."
157
  msgstr ""
158
 
159
- #: includes/class.yith-wcwl-admin-init.php:904
160
  msgid "Remove if added to the cart"
161
  msgstr ""
162
 
163
- #: includes/class.yith-wcwl-admin-init.php:905
164
  msgid "Remove the product from the wishlist if it has been added to the cart."
165
  msgstr ""
166
 
167
- #: includes/class.yith-wcwl-admin-init.php:911
168
  msgid "\"Add to Wishlist\" text"
169
  msgstr ""
170
 
171
- #: includes/class.yith-wcwl-admin-init.php:913
172
  msgid "Add to Wishlist"
173
  msgstr ""
174
 
175
- #: includes/class.yith-wcwl-admin-init.php:918
176
  msgid "\"Browse wishlist\" text"
177
  msgstr ""
178
 
179
- #: includes/class.yith-wcwl-admin-init.php:920
180
- #: includes/class.yith-wcwl-ui.php:81 includes/class.yith-wcwl-ui.php:82
181
  msgid "Browse Wishlist"
182
  msgstr ""
183
 
184
- #: includes/class.yith-wcwl-admin-init.php:925
185
  msgid "\"Product already in wishlist\" text"
186
  msgstr ""
187
 
188
- #: includes/class.yith-wcwl-admin-init.php:927
189
- #: includes/class.yith-wcwl-ui.php:82
190
  msgid "The product is already in the wishlist!"
191
  msgstr ""
192
 
193
- #: includes/class.yith-wcwl-admin-init.php:932
194
  msgid "\"Product added\" text"
195
  msgstr ""
196
 
197
- #: includes/class.yith-wcwl-admin-init.php:934
198
- #: includes/class.yith-wcwl-ui.php:81
199
  msgid "Product added!"
200
  msgstr ""
201
 
202
- #: includes/class.yith-wcwl-admin-init.php:939
203
  msgid "\"Add to Cart\" text"
204
  msgstr ""
205
 
206
- #: includes/class.yith-wcwl-admin-init.php:941
207
  msgid "Add to Cart"
208
  msgstr ""
209
 
210
- #: includes/class.yith-wcwl-admin-init.php:946
211
  msgid "Show Unit price"
212
  msgstr ""
213
 
214
- #: includes/class.yith-wcwl-admin-init.php:947
215
  msgid "Show unit price for each product in wishlist"
216
  msgstr ""
217
 
218
- #: includes/class.yith-wcwl-admin-init.php:954
219
  msgid "Show \"Add to Cart\" button"
220
  msgstr ""
221
 
222
- #: includes/class.yith-wcwl-admin-init.php:955
223
  msgid "Show \"Add to Cart\" button for each product in wishlist"
224
  msgstr ""
225
 
226
- #: includes/class.yith-wcwl-admin-init.php:962
227
  msgid "Show Stock status"
228
  msgstr ""
229
 
230
- #: includes/class.yith-wcwl-admin-init.php:963
231
  msgid ""
232
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
233
  msgstr ""
234
 
235
- #: includes/class.yith-wcwl-admin-init.php:970
236
  msgid "Show Date of addition"
237
  msgstr ""
238
 
239
- #: includes/class.yith-wcwl-admin-init.php:971
240
  msgid "Show the date when users have added a product to the wishlist"
241
  msgstr ""
242
 
243
- #: includes/class.yith-wcwl-admin-init.php:978
244
  msgid "Add second remove button"
245
  msgstr ""
246
 
247
- #: includes/class.yith-wcwl-admin-init.php:979
248
  msgid "Add a second remove button in the last column, with extended label"
249
  msgstr ""
250
 
251
- #: includes/class.yith-wcwl-admin-init.php:994
252
  msgid "Styles"
253
  msgstr ""
254
 
255
- #: includes/class.yith-wcwl-admin-init.php:1001
256
  msgid "Use buttons"
257
  msgstr ""
258
 
259
- #: includes/class.yith-wcwl-admin-init.php:1002
260
  msgid "Use buttons instead of simple anchors."
261
  msgstr ""
262
 
263
- #: includes/class.yith-wcwl-admin-init.php:1008
264
  msgid "Custom CSS"
265
  msgstr ""
266
 
267
- #: includes/class.yith-wcwl-admin-init.php:1015
268
  msgid "Use theme style"
269
  msgstr ""
270
 
271
- #: includes/class.yith-wcwl-admin-init.php:1016
272
  msgid "Use the theme style."
273
  msgstr ""
274
 
275
- #: includes/class.yith-wcwl-admin-init.php:1022
276
  msgid "Rounded buttons"
277
  msgstr ""
278
 
279
- #: includes/class.yith-wcwl-admin-init.php:1023
280
  msgid "Make button corners rounded"
281
  msgstr ""
282
 
283
- #: includes/class.yith-wcwl-admin-init.php:1029
284
  msgid "\"Add to Wishlist\" icon"
285
  msgstr ""
286
 
287
- #: includes/class.yith-wcwl-admin-init.php:1030
288
  msgid "Add an icon to the \"Add to Wishlist\" button"
289
  msgstr ""
290
 
291
- #: includes/class.yith-wcwl-admin-init.php:1040
292
  msgid "\"Add to Cart\" icon"
293
  msgstr ""
294
 
295
- #: includes/class.yith-wcwl-admin-init.php:1041
296
  msgid "Add an icon to the \"Add to Cart\" button"
297
  msgstr ""
298
 
299
- #: includes/class.yith-wcwl-admin-init.php:1059
300
  msgid "Social Networks & Share"
301
  msgstr ""
302
 
303
- #: includes/class.yith-wcwl-admin-init.php:1066
304
  msgid "Share on Facebook"
305
  msgstr ""
306
 
307
- #: includes/class.yith-wcwl-admin-init.php:1067
308
  msgid "Show \"Share on Facebook\" button"
309
  msgstr ""
310
 
311
- #: includes/class.yith-wcwl-admin-init.php:1073
312
  msgid "Tweet on Twitter"
313
  msgstr ""
314
 
315
- #: includes/class.yith-wcwl-admin-init.php:1074
316
  msgid "Show \"Tweet on Twitter\" button"
317
  msgstr ""
318
 
319
- #: includes/class.yith-wcwl-admin-init.php:1080
320
  msgid "Pin on Pinterest"
321
  msgstr ""
322
 
323
- #: includes/class.yith-wcwl-admin-init.php:1081
324
  msgid "Show \"Pin on Pinterest\" button"
325
  msgstr ""
326
 
327
- #: includes/class.yith-wcwl-admin-init.php:1087
328
  msgid "Share on Google+"
329
  msgstr ""
330
 
331
- #: includes/class.yith-wcwl-admin-init.php:1088
332
  msgid "Show \"Share on Google+\" button"
333
  msgstr ""
334
 
335
- #: includes/class.yith-wcwl-admin-init.php:1094
336
  msgid "Share by Email"
337
  msgstr ""
338
 
339
- #: includes/class.yith-wcwl-admin-init.php:1095
340
  msgid "Show \"Share by Email\" button"
341
  msgstr ""
342
 
343
- #: includes/class.yith-wcwl-admin-init.php:1101
344
  msgid "Social title"
345
  msgstr ""
346
 
347
- #: includes/class.yith-wcwl-admin-init.php:1108
348
  msgid "Social text"
349
  msgstr ""
350
 
351
- #: includes/class.yith-wcwl-admin-init.php:1109
352
  msgid ""
353
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
354
  "strong> where you want to show the URL of your wishlist."
355
  msgstr ""
356
 
357
- #: includes/class.yith-wcwl-admin-init.php:1116
358
  msgid "Social image URL"
359
  msgstr ""
360
 
361
- #: includes/class.yith-wcwl-admin-init.php:1117
362
  msgid "It will be used by Pinterest."
363
  msgstr ""
364
 
365
- #: includes/class.yith-wcwl-admin-init.php:1131
366
  #, php-format
367
  msgid ""
368
  "If you want to take advantage of this feature, you could consider to "
369
  "purchase the %s."
370
  msgstr ""
371
 
372
- #: includes/class.yith-wcwl-admin-init.php:1136
373
  msgid "YITH WooCommerce Frequently Bought Together Integration"
374
  msgstr ""
375
 
376
- #: includes/class.yith-wcwl-admin-init.php:1143
377
  msgid "Enable slider in wishlist"
378
  msgstr ""
379
 
380
- #: includes/class.yith-wcwl-admin-init.php:1144
381
  #, php-format
382
  msgid ""
383
  "Choose to enable product slider in wishlist page with linked products (<a "
384
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
385
  msgstr ""
386
 
387
- #: includes/class.yith-wcwl-admin-init.php:1180
388
  msgid "\"Add to wishlist\" button"
389
  msgstr ""
390
 
391
- #: includes/class.yith-wcwl-admin-init.php:1183
392
- #: includes/class.yith-wcwl-admin-init.php:1201
393
- #: includes/class.yith-wcwl-admin-init.php:1219
394
- #: includes/class.yith-wcwl-admin-init.php:1237
395
- #: includes/class.yith-wcwl-admin-init.php:1255
396
  msgid "Background"
397
  msgstr ""
398
 
399
- #: includes/class.yith-wcwl-admin-init.php:1184
400
- #: includes/class.yith-wcwl-admin-init.php:1202
401
- #: includes/class.yith-wcwl-admin-init.php:1220
402
- #: includes/class.yith-wcwl-admin-init.php:1238
403
- #: includes/class.yith-wcwl-admin-init.php:1256
404
  msgid "Text"
405
  msgstr ""
406
 
407
- #: includes/class.yith-wcwl-admin-init.php:1185
408
- #: includes/class.yith-wcwl-admin-init.php:1203
409
- #: includes/class.yith-wcwl-admin-init.php:1221
410
- #: includes/class.yith-wcwl-admin-init.php:1239
411
- #: includes/class.yith-wcwl-admin-init.php:1257
412
  msgid "Border"
413
  msgstr ""
414
 
415
- #: includes/class.yith-wcwl-admin-init.php:1192
416
- #: includes/class.yith-wcwl-admin-init.php:1210
417
- #: includes/class.yith-wcwl-admin-init.php:1228
418
- #: includes/class.yith-wcwl-admin-init.php:1246
419
  msgid "Background (hover)"
420
  msgstr ""
421
 
422
- #: includes/class.yith-wcwl-admin-init.php:1193
423
- #: includes/class.yith-wcwl-admin-init.php:1211
424
- #: includes/class.yith-wcwl-admin-init.php:1229
425
- #: includes/class.yith-wcwl-admin-init.php:1247
426
  msgid "Text (hover)"
427
  msgstr ""
428
 
429
- #: includes/class.yith-wcwl-admin-init.php:1194
430
- #: includes/class.yith-wcwl-admin-init.php:1212
431
- #: includes/class.yith-wcwl-admin-init.php:1230
432
- #: includes/class.yith-wcwl-admin-init.php:1248
433
  msgid "Border (hover)"
434
  msgstr ""
435
 
436
- #: includes/class.yith-wcwl-admin-init.php:1198
437
  msgid "\"Add to Cart\" button"
438
  msgstr ""
439
 
440
- #: includes/class.yith-wcwl-admin-init.php:1216
441
  msgid "\"Style 1\" button"
442
  msgstr ""
443
 
444
- #: includes/class.yith-wcwl-admin-init.php:1234
445
  msgid "\"Style 2\" button"
446
  msgstr ""
447
 
448
- #: includes/class.yith-wcwl-admin-init.php:1252
449
  msgid "Wishlist table"
450
  msgstr ""
451
 
452
- #: includes/class.yith-wcwl-admin-init.php:1261
453
  msgid "Headers"
454
  msgstr ""
455
 
456
- #: includes/class.yith-wcwl-admin-init.php:1264
457
  msgid "Background color"
458
  msgstr ""
459
 
460
- #: includes/class.yith-wcwl-admin-init.php:1354
461
  msgid "Wishlist Activated"
462
  msgstr ""
463
 
464
- #: includes/class.yith-wcwl-admin-init.php:1355
465
  #, php-format
466
  msgid ""
467
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
@@ -470,11 +470,11 @@ msgid ""
470
  "options, <a href=\"%s\">discover it now</a>."
471
  msgstr ""
472
 
473
- #: includes/class.yith-wcwl-admin-init.php:1366
474
  msgid "Wishlist Updated"
475
  msgstr "Ønskeliste opdateret."
476
 
477
- #: includes/class.yith-wcwl-admin-init.php:1367
478
  #, php-format
479
  msgid ""
480
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
@@ -484,13 +484,13 @@ msgid ""
484
  "\">discover the PREMIUM version.</a>"
485
  msgstr ""
486
 
487
- #: includes/class.yith-wcwl-init.php:366
488
  msgid ""
489
  "We are sorry, but this feature is available only if cookies are enabled on "
490
  "your browser."
491
  msgstr ""
492
 
493
- #: includes/class.yith-wcwl-init.php:367
494
  msgid "Product correctly added to cart"
495
  msgstr "Produkt korrekt tilføjet til indkøbsvognen"
496
 
@@ -499,23 +499,23 @@ msgid "wishlist"
499
  msgstr "ønskeliste"
500
 
501
  #: includes/class.yith-wcwl-shortcode.php:259
502
- #: includes/class.yith-wcwl-ui.php:163
503
  msgid "Share on:"
504
  msgstr "Del på:"
505
 
506
- #: includes/class.yith-wcwl-ui.php:117 includes/class.yith-wcwl-ui.php:199
507
  msgid "Select options"
508
  msgstr ""
509
 
510
- #: includes/class.yith-wcwl-ui.php:167 templates/share.php:20
511
  msgid "Facebook"
512
  msgstr ""
513
 
514
- #: includes/class.yith-wcwl-ui.php:170 templates/share.php:26
515
  msgid "Twitter"
516
  msgstr ""
517
 
518
- #: includes/class.yith-wcwl-ui.php:179
519
  msgid "email"
520
  msgstr ""
521
 
@@ -523,45 +523,45 @@ msgstr ""
523
  msgid "An error occurred while adding products to the wishlist."
524
  msgstr ""
525
 
526
- #: includes/class.yith-wcwl.php:268
527
  msgid "An error occurred while adding products to wishlist."
528
  msgstr ""
529
 
530
- #: includes/class.yith-wcwl.php:285
531
  msgid "The \"Remove\" option now does not require any parameter"
532
  msgstr ""
533
 
534
- #: includes/class.yith-wcwl.php:332
535
  msgid "An error occurred while removing products from the wishlist"
536
  msgstr ""
537
 
538
- #: includes/class.yith-wcwl.php:774
539
  msgid "You need to log in before creating a new wishlist"
540
  msgstr ""
541
 
542
- #: includes/class.yith-wcwl.php:1565
543
  msgid "Product successfully removed."
544
  msgstr ""
545
 
546
- #: includes/class.yith-wcwl.php:1569
547
  msgid "Error. Unable to remove the product from the wishlist."
548
  msgstr ""
549
 
550
- #: includes/class.yith-wcwl.php:1573 templates/wishlist-view.php:239
551
  msgid "No products were added to the wishlist"
552
  msgstr ""
553
 
554
- #: includes/class.yith-wcwl.php:1615
555
  msgid "An error as occurred."
556
  msgstr ""
557
 
558
- #: init.php:128
559
  msgid ""
560
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
561
  "WooCommerce in order to work."
562
  msgstr ""
563
 
564
- #: init.php:138
565
  msgid ""
566
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
567
  "are using the premium one."
@@ -817,10 +817,6 @@ msgstr ""
817
  msgid "Google+"
818
  msgstr ""
819
 
820
- #: templates/share.php:44
821
- msgid "I wanted you to see this site"
822
- msgstr ""
823
-
824
  #: templates/share.php:44
825
  msgid "Email"
826
  msgstr "E-mail"
@@ -849,56 +845,56 @@ msgstr "Stykpris"
849
  msgid "Stock Status"
850
  msgstr "Lagerstatus"
851
 
852
- #: templates/wishlist-view.php:152 templates/wishlist-view.php:229
853
  msgid "Remove this product"
854
  msgstr "Fjern denne vare"
855
 
856
- #: templates/wishlist-view.php:170
857
  msgid "Free!"
858
  msgstr "Gratis!"
859
 
860
- #: templates/wishlist-view.php:176
861
  msgid "Out of Stock"
862
  msgstr "Ikke på lager"
863
 
864
- #: templates/wishlist-view.php:176
865
  msgid "In Stock"
866
  msgstr "På lager"
867
 
868
- #: templates/wishlist-view.php:185
869
  #, php-format
870
  msgid "Added on : %s"
871
  msgstr "Tilføjet den : %s"
872
 
873
- #: templates/wishlist-view.php:197
874
  msgid "Move"
875
  msgstr "Flyt"
876
 
877
- #: templates/wishlist-view.php:209
878
  msgid "Shared"
879
  msgstr "Delt"
880
 
881
- #: templates/wishlist-view.php:212
882
  msgid "Private"
883
  msgstr "Privat"
884
 
885
- #: templates/wishlist-view.php:215
886
  msgid "Public"
887
  msgstr "Offentlig"
888
 
889
- #: templates/wishlist-view.php:229
890
  msgid "Remove"
891
  msgstr "Fjern"
892
 
893
- #: templates/wishlist-view.php:256
894
  msgid "Add the selected products to the cart"
895
  msgstr "Tilføj den valgte vare til indkøbskurven"
896
 
897
- #: templates/wishlist-view.php:264 templates/wishlist-view.php:310
898
  msgid "Ask for an estimate"
899
  msgstr "Efterspørg estimat"
900
 
901
- #: templates/wishlist-view.php:300
902
  msgid "Your email"
903
  msgstr ""
904
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
+ "POT-Creation-Date: 2017-10-24 17:31+0200\n"
5
+ "PO-Revision-Date: 2017-10-24 17:31+0200\n"
6
  "Last-Translator: Morten Ruus <altombasketball@gmail.com>\n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: da_DK\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.8.7.1\n"
13
  "X-Poedit-KeywordsList: __;_e;_x\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
  "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
18
 
19
  #: includes/class.yith-wcwl-admin-init.php:159
20
+ #: includes/class.yith-wcwl-admin-init.php:1483
21
+ #: includes/class.yith-wcwl-admin-init.php:1484
22
  #: includes/class.yith-wcwl-install.php:244
23
  msgid "Wishlist"
24
  msgstr "Ønskeliste"
56
  msgid "Plugin Documentation"
57
  msgstr ""
58
 
59
+ #: includes/class.yith-wcwl-admin-init.php:1023
60
  msgid "Upgrade to the PREMIUM VERSION"
61
  msgstr ""
62
 
63
+ #: includes/class.yith-wcwl-admin-init.php:1026
64
  msgid "YITH WooCommerce Wishlist"
65
  msgstr ""
66
 
67
+ #: includes/class.yith-wcwl-admin-init.php:1027
68
  msgid "Discover the Advanced Features"
69
  msgstr ""
70
 
71
+ #: includes/class.yith-wcwl-admin-init.php:1028
72
  msgid ""
73
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
74
  "all features!"
75
  msgstr ""
76
 
77
+ #: includes/class.yith-wcwl-admin-init.php:1034
78
  msgid "Get Support and Pro Features"
79
  msgstr ""
80
 
81
+ #: includes/class.yith-wcwl-admin-init.php:1035
82
  msgid ""
83
  "By purchasing the premium version of the plugin, you will take advantage of "
84
  "the advanced features of the product and you will get one year of free "
85
  "updates and support through our platform available 24h/24."
86
  msgstr ""
87
 
88
+ #: includes/class.yith-wcwl-admin-init.php:1045
89
  msgid "General Settings"
90
  msgstr ""
91
 
92
+ #: includes/class.yith-wcwl-admin-init.php:1052
93
  msgid "Enable YITH Wishlist"
94
  msgstr ""
95
 
96
+ #: includes/class.yith-wcwl-admin-init.php:1053
97
  #, php-format
98
  msgid ""
99
  "Enable all plugin features. <strong>Be sure to select at least one option in "
101
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
102
  msgstr ""
103
 
104
+ #: includes/class.yith-wcwl-admin-init.php:1059
105
  msgid "Default wishlist title"
106
  msgstr ""
107
 
108
+ #: includes/class.yith-wcwl-admin-init.php:1061
109
+ #: includes/class.yith-wcwl-admin-init.php:1062
110
+ #: includes/class.yith-wcwl-admin-init.php:1298
111
  #, php-format
112
  msgid "My wishlist on %s"
113
  msgstr ""
114
 
115
+ #: includes/class.yith-wcwl-admin-init.php:1067
116
  msgid "Wishlist Page"
117
  msgstr ""
118
 
119
+ #: includes/class.yith-wcwl-admin-init.php:1068
120
  msgid "Page contents: [yith_wcwl_wishlist]"
121
  msgstr ""
122
 
123
+ #: includes/class.yith-wcwl-admin-init.php:1077
124
  msgid "Position"
125
  msgstr ""
126
 
127
+ #: includes/class.yith-wcwl-admin-init.php:1078
128
  msgid ""
129
  "You can add the button in variable products only after the \"Add to Cart\" "
130
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
131
  msgstr ""
132
 
133
+ #: includes/class.yith-wcwl-admin-init.php:1084
134
  msgid "After \"Add to cart\""
135
  msgstr ""
136
 
137
+ #: includes/class.yith-wcwl-admin-init.php:1085
138
  msgid "After thumbnails"
139
  msgstr ""
140
 
141
+ #: includes/class.yith-wcwl-admin-init.php:1086
142
  msgid "After summary"
143
  msgstr ""
144
 
145
+ #: includes/class.yith-wcwl-admin-init.php:1087
146
  msgid "Use shortcode"
147
  msgstr ""
148
 
149
+ #: includes/class.yith-wcwl-admin-init.php:1092
150
  msgid "Redirect to cart"
151
  msgstr ""
152
 
153
+ #: includes/class.yith-wcwl-admin-init.php:1093
154
  msgid ""
155
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
156
  "page."
157
  msgstr ""
158
 
159
+ #: includes/class.yith-wcwl-admin-init.php:1099
160
  msgid "Remove if added to the cart"
161
  msgstr ""
162
 
163
+ #: includes/class.yith-wcwl-admin-init.php:1100
164
  msgid "Remove the product from the wishlist if it has been added to the cart."
165
  msgstr ""
166
 
167
+ #: includes/class.yith-wcwl-admin-init.php:1106
168
  msgid "\"Add to Wishlist\" text"
169
  msgstr ""
170
 
171
+ #: includes/class.yith-wcwl-admin-init.php:1108
172
  msgid "Add to Wishlist"
173
  msgstr ""
174
 
175
+ #: includes/class.yith-wcwl-admin-init.php:1113
176
  msgid "\"Browse wishlist\" text"
177
  msgstr ""
178
 
179
+ #: includes/class.yith-wcwl-admin-init.php:1115
180
+ #: includes/class.yith-wcwl-ui.php:82 includes/class.yith-wcwl-ui.php:83
181
  msgid "Browse Wishlist"
182
  msgstr ""
183
 
184
+ #: includes/class.yith-wcwl-admin-init.php:1120
185
  msgid "\"Product already in wishlist\" text"
186
  msgstr ""
187
 
188
+ #: includes/class.yith-wcwl-admin-init.php:1122
189
+ #: includes/class.yith-wcwl-ui.php:83
190
  msgid "The product is already in the wishlist!"
191
  msgstr ""
192
 
193
+ #: includes/class.yith-wcwl-admin-init.php:1127
194
  msgid "\"Product added\" text"
195
  msgstr ""
196
 
197
+ #: includes/class.yith-wcwl-admin-init.php:1129
198
+ #: includes/class.yith-wcwl-ui.php:82
199
  msgid "Product added!"
200
  msgstr ""
201
 
202
+ #: includes/class.yith-wcwl-admin-init.php:1134
203
  msgid "\"Add to Cart\" text"
204
  msgstr ""
205
 
206
+ #: includes/class.yith-wcwl-admin-init.php:1136
207
  msgid "Add to Cart"
208
  msgstr ""
209
 
210
+ #: includes/class.yith-wcwl-admin-init.php:1141
211
  msgid "Show Unit price"
212
  msgstr ""
213
 
214
+ #: includes/class.yith-wcwl-admin-init.php:1142
215
  msgid "Show unit price for each product in wishlist"
216
  msgstr ""
217
 
218
+ #: includes/class.yith-wcwl-admin-init.php:1149
219
  msgid "Show \"Add to Cart\" button"
220
  msgstr ""
221
 
222
+ #: includes/class.yith-wcwl-admin-init.php:1150
223
  msgid "Show \"Add to Cart\" button for each product in wishlist"
224
  msgstr ""
225
 
226
+ #: includes/class.yith-wcwl-admin-init.php:1157
227
  msgid "Show Stock status"
228
  msgstr ""
229
 
230
+ #: includes/class.yith-wcwl-admin-init.php:1158
231
  msgid ""
232
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
233
  msgstr ""
234
 
235
+ #: includes/class.yith-wcwl-admin-init.php:1165
236
  msgid "Show Date of addition"
237
  msgstr ""
238
 
239
+ #: includes/class.yith-wcwl-admin-init.php:1166
240
  msgid "Show the date when users have added a product to the wishlist"
241
  msgstr ""
242
 
243
+ #: includes/class.yith-wcwl-admin-init.php:1173
244
  msgid "Add second remove button"
245
  msgstr ""
246
 
247
+ #: includes/class.yith-wcwl-admin-init.php:1174
248
  msgid "Add a second remove button in the last column, with extended label"
249
  msgstr ""
250
 
251
+ #: includes/class.yith-wcwl-admin-init.php:1189
252
  msgid "Styles"
253
  msgstr ""
254
 
255
+ #: includes/class.yith-wcwl-admin-init.php:1196
256
  msgid "Use buttons"
257
  msgstr ""
258
 
259
+ #: includes/class.yith-wcwl-admin-init.php:1197
260
  msgid "Use buttons instead of simple anchors."
261
  msgstr ""
262
 
263
+ #: includes/class.yith-wcwl-admin-init.php:1203
264
  msgid "Custom CSS"
265
  msgstr ""
266
 
267
+ #: includes/class.yith-wcwl-admin-init.php:1210
268
  msgid "Use theme style"
269
  msgstr ""
270
 
271
+ #: includes/class.yith-wcwl-admin-init.php:1211
272
  msgid "Use the theme style."
273
  msgstr ""
274
 
275
+ #: includes/class.yith-wcwl-admin-init.php:1217
276
  msgid "Rounded buttons"
277
  msgstr ""
278
 
279
+ #: includes/class.yith-wcwl-admin-init.php:1218
280
  msgid "Make button corners rounded"
281
  msgstr ""
282
 
283
+ #: includes/class.yith-wcwl-admin-init.php:1224
284
  msgid "\"Add to Wishlist\" icon"
285
  msgstr ""
286
 
287
+ #: includes/class.yith-wcwl-admin-init.php:1225
288
  msgid "Add an icon to the \"Add to Wishlist\" button"
289
  msgstr ""
290
 
291
+ #: includes/class.yith-wcwl-admin-init.php:1235
292
  msgid "\"Add to Cart\" icon"
293
  msgstr ""
294
 
295
+ #: includes/class.yith-wcwl-admin-init.php:1236
296
  msgid "Add an icon to the \"Add to Cart\" button"
297
  msgstr ""
298
 
299
+ #: includes/class.yith-wcwl-admin-init.php:1254
300
  msgid "Social Networks & Share"
301
  msgstr ""
302
 
303
+ #: includes/class.yith-wcwl-admin-init.php:1261
304
  msgid "Share on Facebook"
305
  msgstr ""
306
 
307
+ #: includes/class.yith-wcwl-admin-init.php:1262
308
  msgid "Show \"Share on Facebook\" button"
309
  msgstr ""
310
 
311
+ #: includes/class.yith-wcwl-admin-init.php:1268
312
  msgid "Tweet on Twitter"
313
  msgstr ""
314
 
315
+ #: includes/class.yith-wcwl-admin-init.php:1269
316
  msgid "Show \"Tweet on Twitter\" button"
317
  msgstr ""
318
 
319
+ #: includes/class.yith-wcwl-admin-init.php:1275
320
  msgid "Pin on Pinterest"
321
  msgstr ""
322
 
323
+ #: includes/class.yith-wcwl-admin-init.php:1276
324
  msgid "Show \"Pin on Pinterest\" button"
325
  msgstr ""
326
 
327
+ #: includes/class.yith-wcwl-admin-init.php:1282
328
  msgid "Share on Google+"
329
  msgstr ""
330
 
331
+ #: includes/class.yith-wcwl-admin-init.php:1283
332
  msgid "Show \"Share on Google+\" button"
333
  msgstr ""
334
 
335
+ #: includes/class.yith-wcwl-admin-init.php:1289
336
  msgid "Share by Email"
337
  msgstr ""
338
 
339
+ #: includes/class.yith-wcwl-admin-init.php:1290
340
  msgid "Show \"Share by Email\" button"
341
  msgstr ""
342
 
343
+ #: includes/class.yith-wcwl-admin-init.php:1296
344
  msgid "Social title"
345
  msgstr ""
346
 
347
+ #: includes/class.yith-wcwl-admin-init.php:1303
348
  msgid "Social text"
349
  msgstr ""
350
 
351
+ #: includes/class.yith-wcwl-admin-init.php:1304
352
  msgid ""
353
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
354
  "strong> where you want to show the URL of your wishlist."
355
  msgstr ""
356
 
357
+ #: includes/class.yith-wcwl-admin-init.php:1311
358
  msgid "Social image URL"
359
  msgstr ""
360
 
361
+ #: includes/class.yith-wcwl-admin-init.php:1312
362
  msgid "It will be used by Pinterest."
363
  msgstr ""
364
 
365
+ #: includes/class.yith-wcwl-admin-init.php:1326
366
  #, php-format
367
  msgid ""
368
  "If you want to take advantage of this feature, you could consider to "
369
  "purchase the %s."
370
  msgstr ""
371
 
372
+ #: includes/class.yith-wcwl-admin-init.php:1331
373
  msgid "YITH WooCommerce Frequently Bought Together Integration"
374
  msgstr ""
375
 
376
+ #: includes/class.yith-wcwl-admin-init.php:1338
377
  msgid "Enable slider in wishlist"
378
  msgstr ""
379
 
380
+ #: includes/class.yith-wcwl-admin-init.php:1339
381
  #, php-format
382
  msgid ""
383
  "Choose to enable product slider in wishlist page with linked products (<a "
384
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
385
  msgstr ""
386
 
387
+ #: includes/class.yith-wcwl-admin-init.php:1375
388
  msgid "\"Add to wishlist\" button"
389
  msgstr ""
390
 
391
+ #: includes/class.yith-wcwl-admin-init.php:1378
392
+ #: includes/class.yith-wcwl-admin-init.php:1396
393
+ #: includes/class.yith-wcwl-admin-init.php:1414
394
+ #: includes/class.yith-wcwl-admin-init.php:1432
395
+ #: includes/class.yith-wcwl-admin-init.php:1450
396
  msgid "Background"
397
  msgstr ""
398
 
399
+ #: includes/class.yith-wcwl-admin-init.php:1379
400
+ #: includes/class.yith-wcwl-admin-init.php:1397
401
+ #: includes/class.yith-wcwl-admin-init.php:1415
402
+ #: includes/class.yith-wcwl-admin-init.php:1433
403
+ #: includes/class.yith-wcwl-admin-init.php:1451
404
  msgid "Text"
405
  msgstr ""
406
 
407
+ #: includes/class.yith-wcwl-admin-init.php:1380
408
+ #: includes/class.yith-wcwl-admin-init.php:1398
409
+ #: includes/class.yith-wcwl-admin-init.php:1416
410
+ #: includes/class.yith-wcwl-admin-init.php:1434
411
+ #: includes/class.yith-wcwl-admin-init.php:1452
412
  msgid "Border"
413
  msgstr ""
414
 
415
+ #: includes/class.yith-wcwl-admin-init.php:1387
416
+ #: includes/class.yith-wcwl-admin-init.php:1405
417
+ #: includes/class.yith-wcwl-admin-init.php:1423
418
+ #: includes/class.yith-wcwl-admin-init.php:1441
419
  msgid "Background (hover)"
420
  msgstr ""
421
 
422
+ #: includes/class.yith-wcwl-admin-init.php:1388
423
+ #: includes/class.yith-wcwl-admin-init.php:1406
424
+ #: includes/class.yith-wcwl-admin-init.php:1424
425
+ #: includes/class.yith-wcwl-admin-init.php:1442
426
  msgid "Text (hover)"
427
  msgstr ""
428
 
429
+ #: includes/class.yith-wcwl-admin-init.php:1389
430
+ #: includes/class.yith-wcwl-admin-init.php:1407
431
+ #: includes/class.yith-wcwl-admin-init.php:1425
432
+ #: includes/class.yith-wcwl-admin-init.php:1443
433
  msgid "Border (hover)"
434
  msgstr ""
435
 
436
+ #: includes/class.yith-wcwl-admin-init.php:1393
437
  msgid "\"Add to Cart\" button"
438
  msgstr ""
439
 
440
+ #: includes/class.yith-wcwl-admin-init.php:1411
441
  msgid "\"Style 1\" button"
442
  msgstr ""
443
 
444
+ #: includes/class.yith-wcwl-admin-init.php:1429
445
  msgid "\"Style 2\" button"
446
  msgstr ""
447
 
448
+ #: includes/class.yith-wcwl-admin-init.php:1447
449
  msgid "Wishlist table"
450
  msgstr ""
451
 
452
+ #: includes/class.yith-wcwl-admin-init.php:1456
453
  msgid "Headers"
454
  msgstr ""
455
 
456
+ #: includes/class.yith-wcwl-admin-init.php:1459
457
  msgid "Background color"
458
  msgstr ""
459
 
460
+ #: includes/class.yith-wcwl-admin-init.php:1549
461
  msgid "Wishlist Activated"
462
  msgstr ""
463
 
464
+ #: includes/class.yith-wcwl-admin-init.php:1550
465
  #, php-format
466
  msgid ""
467
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
470
  "options, <a href=\"%s\">discover it now</a>."
471
  msgstr ""
472
 
473
+ #: includes/class.yith-wcwl-admin-init.php:1561
474
  msgid "Wishlist Updated"
475
  msgstr "Ønskeliste opdateret."
476
 
477
+ #: includes/class.yith-wcwl-admin-init.php:1562
478
  #, php-format
479
  msgid ""
480
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
484
  "\">discover the PREMIUM version.</a>"
485
  msgstr ""
486
 
487
+ #: includes/class.yith-wcwl-init.php:374
488
  msgid ""
489
  "We are sorry, but this feature is available only if cookies are enabled on "
490
  "your browser."
491
  msgstr ""
492
 
493
+ #: includes/class.yith-wcwl-init.php:375
494
  msgid "Product correctly added to cart"
495
  msgstr "Produkt korrekt tilføjet til indkøbsvognen"
496
 
499
  msgstr "ønskeliste"
500
 
501
  #: includes/class.yith-wcwl-shortcode.php:259
502
+ #: includes/class.yith-wcwl-ui.php:164
503
  msgid "Share on:"
504
  msgstr "Del på:"
505
 
506
+ #: includes/class.yith-wcwl-ui.php:118 includes/class.yith-wcwl-ui.php:200
507
  msgid "Select options"
508
  msgstr ""
509
 
510
+ #: includes/class.yith-wcwl-ui.php:168 templates/share.php:20
511
  msgid "Facebook"
512
  msgstr ""
513
 
514
+ #: includes/class.yith-wcwl-ui.php:171 templates/share.php:26
515
  msgid "Twitter"
516
  msgstr ""
517
 
518
+ #: includes/class.yith-wcwl-ui.php:180
519
  msgid "email"
520
  msgstr ""
521
 
523
  msgid "An error occurred while adding products to the wishlist."
524
  msgstr ""
525
 
526
+ #: includes/class.yith-wcwl.php:269
527
  msgid "An error occurred while adding products to wishlist."
528
  msgstr ""
529
 
530
+ #: includes/class.yith-wcwl.php:286
531
  msgid "The \"Remove\" option now does not require any parameter"
532
  msgstr ""
533
 
534
+ #: includes/class.yith-wcwl.php:335
535
  msgid "An error occurred while removing products from the wishlist"
536
  msgstr ""
537
 
538
+ #: includes/class.yith-wcwl.php:783
539
  msgid "You need to log in before creating a new wishlist"
540
  msgstr ""
541
 
542
+ #: includes/class.yith-wcwl.php:1578
543
  msgid "Product successfully removed."
544
  msgstr ""
545
 
546
+ #: includes/class.yith-wcwl.php:1582
547
  msgid "Error. Unable to remove the product from the wishlist."
548
  msgstr ""
549
 
550
+ #: includes/class.yith-wcwl.php:1586 templates/wishlist-view.php:241
551
  msgid "No products were added to the wishlist"
552
  msgstr ""
553
 
554
+ #: includes/class.yith-wcwl.php:1628
555
  msgid "An error as occurred."
556
  msgstr ""
557
 
558
+ #: init.php:130
559
  msgid ""
560
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
561
  "WooCommerce in order to work."
562
  msgstr ""
563
 
564
+ #: init.php:140
565
  msgid ""
566
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
567
  "are using the premium one."
817
  msgid "Google+"
818
  msgstr ""
819
 
 
 
 
 
820
  #: templates/share.php:44
821
  msgid "Email"
822
  msgstr "E-mail"
845
  msgid "Stock Status"
846
  msgstr "Lagerstatus"
847
 
848
+ #: templates/wishlist-view.php:152 templates/wishlist-view.php:231
849
  msgid "Remove this product"
850
  msgstr "Fjern denne vare"
851
 
852
+ #: templates/wishlist-view.php:172
853
  msgid "Free!"
854
  msgstr "Gratis!"
855
 
856
+ #: templates/wishlist-view.php:178
857
  msgid "Out of Stock"
858
  msgstr "Ikke på lager"
859
 
860
+ #: templates/wishlist-view.php:178
861
  msgid "In Stock"
862
  msgstr "På lager"
863
 
864
+ #: templates/wishlist-view.php:187
865
  #, php-format
866
  msgid "Added on : %s"
867
  msgstr "Tilføjet den : %s"
868
 
869
+ #: templates/wishlist-view.php:199
870
  msgid "Move"
871
  msgstr "Flyt"
872
 
873
+ #: templates/wishlist-view.php:211
874
  msgid "Shared"
875
  msgstr "Delt"
876
 
877
+ #: templates/wishlist-view.php:214
878
  msgid "Private"
879
  msgstr "Privat"
880
 
881
+ #: templates/wishlist-view.php:217
882
  msgid "Public"
883
  msgstr "Offentlig"
884
 
885
+ #: templates/wishlist-view.php:231
886
  msgid "Remove"
887
  msgstr "Fjern"
888
 
889
+ #: templates/wishlist-view.php:258
890
  msgid "Add the selected products to the cart"
891
  msgstr "Tilføj den valgte vare til indkøbskurven"
892
 
893
+ #: templates/wishlist-view.php:266 templates/wishlist-view.php:312
894
  msgid "Ask for an estimate"
895
  msgstr "Efterspørg estimat"
896
 
897
+ #: templates/wishlist-view.php:302
898
  msgid "Your email"
899
  msgstr ""
900
 
languages/yith-woocommerce-wishlist-de_DE.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-de_DE.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
- "POT-Creation-Date: 2017-05-11 15:55+0200\n"
5
- "PO-Revision-Date: 2017-05-11 15:55+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: de_DE\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 2.0.1\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
@@ -20,8 +20,8 @@ msgstr ""
20
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
21
 
22
  #: ../includes/class.yith-wcwl-admin-init.php:159
23
- #: ../includes/class.yith-wcwl-admin-init.php:1288
24
- #: ../includes/class.yith-wcwl-admin-init.php:1289
25
  #: ../includes/class.yith-wcwl-install.php:244
26
  msgid "Wishlist"
27
  msgstr "Wunschliste"
@@ -59,33 +59,33 @@ msgstr "WARNUNG: Das Plugin erfordert mindestens WooCommerce 2.2!"
59
  msgid "Plugin Documentation"
60
  msgstr "Plugin Dokumentation"
61
 
62
- #: ../includes/class.yith-wcwl-admin-init.php:828
63
  msgid "Upgrade to the PREMIUM VERSION"
64
  msgstr ""
65
  "Hier die <a href=\"https://goo.gl/wxbNyw\" target=\"_blank\">PREMIUM "
66
  "VERSION</a> kaufen."
67
 
68
- #: ../includes/class.yith-wcwl-admin-init.php:831
69
  msgid "YITH WooCommerce Wishlist"
70
  msgstr "YITH WooCommerce Wunschliste"
71
 
72
- #: ../includes/class.yith-wcwl-admin-init.php:832
73
  msgid "Discover the Advanced Features"
74
  msgstr "Erweiterte Funktionen ansehen"
75
 
76
- #: ../includes/class.yith-wcwl-admin-init.php:833
77
  msgid ""
78
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
79
  "all features!"
80
  msgstr ""
81
 
82
- #: ../includes/class.yith-wcwl-admin-init.php:839
83
  msgid "Get Support and Pro Features"
84
  msgstr ""
85
  "<a href=\"https://goo.gl/wxbNyw\" target=\"_blank\">Support und Premium "
86
  "Features bekommen</a>"
87
 
88
- #: ../includes/class.yith-wcwl-admin-init.php:840
89
  msgid ""
90
  "By purchasing the premium version of the plugin, you will take advantage of "
91
  "the advanced features of the product and you will get one year of free "
@@ -96,15 +96,15 @@ msgstr ""
96
  "Jahr freie Updates. Außerdem gibt's 24h Support auf unserer Webseite -> <a "
97
  "href=\"https://goo.gl/wxbNyw\" target=\"_blank\">Premium Version</a>"
98
 
99
- #: ../includes/class.yith-wcwl-admin-init.php:850
100
  msgid "General Settings"
101
  msgstr "Allgemeine Einstellungen"
102
 
103
- #: ../includes/class.yith-wcwl-admin-init.php:857
104
  msgid "Enable YITH Wishlist"
105
  msgstr "YITH Wunschlisten Plugin aktivieren"
106
 
107
- #: ../includes/class.yith-wcwl-admin-init.php:858
108
  #, php-format
109
  msgid ""
110
  "Enable all plugin features. <strong>Be sure to select at least one option in "
@@ -112,30 +112,30 @@ msgid ""
112
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
113
  msgstr ""
114
 
115
- #: ../includes/class.yith-wcwl-admin-init.php:864
116
  msgid "Default wishlist title"
117
  msgstr "Standard Wunschlisten Titel"
118
 
119
- #: ../includes/class.yith-wcwl-admin-init.php:866
120
- #: ../includes/class.yith-wcwl-admin-init.php:867
121
- #: ../includes/class.yith-wcwl-admin-init.php:1103
122
  #, php-format
123
  msgid "My wishlist on %s"
124
  msgstr "Meine Wunschliste bei %s"
125
 
126
- #: ../includes/class.yith-wcwl-admin-init.php:872
127
  msgid "Wishlist Page"
128
  msgstr "Wunschlisten Seite"
129
 
130
- #: ../includes/class.yith-wcwl-admin-init.php:873
131
  msgid "Page contents: [yith_wcwl_wishlist]"
132
  msgstr "Seiteninhalt: [yith_wcwl_wishlist]"
133
 
134
- #: ../includes/class.yith-wcwl-admin-init.php:882
135
  msgid "Position"
136
  msgstr "Position"
137
 
138
- #: ../includes/class.yith-wcwl-admin-init.php:883
139
  msgid ""
140
  "You can add the button in variable products only after the \"Add to Cart\" "
141
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
@@ -143,27 +143,27 @@ msgstr ""
143
  "Du kannst den Button bei Variablen Produkten nur nach dem \"In den Warenkorb"
144
  "\" Button hinzufügen oder du nutzt den Shortcode [yith_wcwl_add_to_wishlist]."
145
 
146
- #: ../includes/class.yith-wcwl-admin-init.php:889
147
  msgid "After \"Add to cart\""
148
  msgstr "Nach \"in den Warenkorb\""
149
 
150
- #: ../includes/class.yith-wcwl-admin-init.php:890
151
  msgid "After thumbnails"
152
  msgstr "Nach dem Vorschaubild"
153
 
154
- #: ../includes/class.yith-wcwl-admin-init.php:891
155
  msgid "After summary"
156
  msgstr "Nach der Zusammenfassung"
157
 
158
- #: ../includes/class.yith-wcwl-admin-init.php:892
159
  msgid "Use shortcode"
160
  msgstr "Benutze Shortcodes"
161
 
162
- #: ../includes/class.yith-wcwl-admin-init.php:897
163
  msgid "Redirect to cart"
164
  msgstr "Zum Warenkorb weiterleiten"
165
 
166
- #: ../includes/class.yith-wcwl-admin-init.php:898
167
  msgid ""
168
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
169
  "page."
@@ -171,199 +171,199 @@ msgstr ""
171
  "Zum Warenkorb weiterleiten wenn der Button \"Hinzufügen zum Warenkorb\" "
172
  "geklickt wird"
173
 
174
- #: ../includes/class.yith-wcwl-admin-init.php:904
175
  msgid "Remove if added to the cart"
176
  msgstr "Entfernen wenn zum Warenkorb hinzugefügt"
177
 
178
- #: ../includes/class.yith-wcwl-admin-init.php:905
179
  msgid "Remove the product from the wishlist if it has been added to the cart."
180
  msgstr "Von der Wunschliste entfernen wenn zum Warenkorb hinzugefügt."
181
 
182
- #: ../includes/class.yith-wcwl-admin-init.php:911
183
  msgid "\"Add to Wishlist\" text"
184
  msgstr "Zur Wunschliste hinzufügen Text"
185
 
186
- #: ../includes/class.yith-wcwl-admin-init.php:913
187
  msgid "Add to Wishlist"
188
  msgstr "Auf die Wunschliste"
189
 
190
- #: ../includes/class.yith-wcwl-admin-init.php:918
191
  msgid "\"Browse wishlist\" text"
192
  msgstr "\"Wunschliste durchsuchen\" Text"
193
 
194
- #: ../includes/class.yith-wcwl-admin-init.php:920
195
- #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl-ui.php:82
196
  msgid "Browse Wishlist"
197
  msgstr "Wunschliste durchstöbern"
198
 
199
- #: ../includes/class.yith-wcwl-admin-init.php:925
200
  msgid "\"Product already in wishlist\" text"
201
  msgstr "Artikel ist bereits auf der Wunschliste Text"
202
 
203
- #: ../includes/class.yith-wcwl-admin-init.php:927
204
- #: ../includes/class.yith-wcwl-ui.php:82
205
  msgid "The product is already in the wishlist!"
206
  msgstr "Der Artikel ist bereits auf einer Wunschliste"
207
 
208
- #: ../includes/class.yith-wcwl-admin-init.php:932
209
  msgid "\"Product added\" text"
210
  msgstr "Artikel hinzugefügt Text"
211
 
212
- #: ../includes/class.yith-wcwl-admin-init.php:934
213
- #: ../includes/class.yith-wcwl-ui.php:81
214
  msgid "Product added!"
215
  msgstr "Artikel hinzugefügt!"
216
 
217
- #: ../includes/class.yith-wcwl-admin-init.php:939
218
  msgid "\"Add to Cart\" text"
219
  msgstr "In den Warenkorb Text"
220
 
221
- #: ../includes/class.yith-wcwl-admin-init.php:941
222
  msgid "Add to Cart"
223
  msgstr "In den Warenkorb"
224
 
225
- #: ../includes/class.yith-wcwl-admin-init.php:946
226
  msgid "Show Unit price"
227
  msgstr "Zeige Artikel Preis"
228
 
229
- #: ../includes/class.yith-wcwl-admin-init.php:947
230
  msgid "Show unit price for each product in wishlist"
231
  msgstr "Zeige Artikel Preis für jedes Produkt"
232
 
233
- #: ../includes/class.yith-wcwl-admin-init.php:954
234
  msgid "Show \"Add to Cart\" button"
235
  msgstr "Zeige \"Zum Warenkorb hinzufügen\" Button"
236
 
237
- #: ../includes/class.yith-wcwl-admin-init.php:955
238
  msgid "Show \"Add to Cart\" button for each product in wishlist"
239
  msgstr "Zeige \"Zum, Warenkorb hinzufügen\" Button bei jedem Artikel"
240
 
241
- #: ../includes/class.yith-wcwl-admin-init.php:962
242
  msgid "Show Stock status"
243
  msgstr "Zeige Lagerstatus"
244
 
245
- #: ../includes/class.yith-wcwl-admin-init.php:963
246
  msgid ""
247
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
248
  msgstr "Zeige den Lagerstatus für jeden Artikel"
249
 
250
- #: ../includes/class.yith-wcwl-admin-init.php:970
251
  msgid "Show Date of addition"
252
  msgstr "Zeige Datum des hinzufügens"
253
 
254
- #: ../includes/class.yith-wcwl-admin-init.php:971
255
  msgid "Show the date when users have added a product to the wishlist"
256
  msgstr "Zeige Datum wann der Kunde den Artikel hinzugefügt hat"
257
 
258
- #: ../includes/class.yith-wcwl-admin-init.php:978
259
  msgid "Add second remove button"
260
  msgstr "Einen zweiten \"Entfernen\" Button"
261
 
262
- #: ../includes/class.yith-wcwl-admin-init.php:979
263
  msgid "Add a second remove button in the last column, with extended label"
264
  msgstr "Zweiter \"entfernen\" Button in der letzten Spalte"
265
 
266
- #: ../includes/class.yith-wcwl-admin-init.php:994
267
  msgid "Styles"
268
  msgstr "Stile"
269
 
270
- #: ../includes/class.yith-wcwl-admin-init.php:1001
271
  msgid "Use buttons"
272
  msgstr "Benutze Buttons"
273
 
274
- #: ../includes/class.yith-wcwl-admin-init.php:1002
275
  msgid "Use buttons instead of simple anchors."
276
  msgstr "Benutze Buttons anstelle von Text Links."
277
 
278
- #: ../includes/class.yith-wcwl-admin-init.php:1008
279
  msgid "Custom CSS"
280
  msgstr "Benutzerdefiniertes CSS"
281
 
282
- #: ../includes/class.yith-wcwl-admin-init.php:1015
283
  msgid "Use theme style"
284
  msgstr "Nutze das Theme Styling"
285
 
286
- #: ../includes/class.yith-wcwl-admin-init.php:1016
287
  msgid "Use the theme style."
288
  msgstr "Nutze das Theme Styling."
289
 
290
- #: ../includes/class.yith-wcwl-admin-init.php:1022
291
  msgid "Rounded buttons"
292
  msgstr "Abgerundete Buttons"
293
 
294
- #: ../includes/class.yith-wcwl-admin-init.php:1023
295
  msgid "Make button corners rounded"
296
  msgstr "Nutze runde Button Ecken."
297
 
298
- #: ../includes/class.yith-wcwl-admin-init.php:1029
299
  msgid "\"Add to Wishlist\" icon"
300
  msgstr "Zur Wunschliste hinzufügen Symbol"
301
 
302
- #: ../includes/class.yith-wcwl-admin-init.php:1030
303
  msgid "Add an icon to the \"Add to Wishlist\" button"
304
  msgstr "Symbol für \"Auf die Wunschliste\" Button"
305
 
306
- #: ../includes/class.yith-wcwl-admin-init.php:1040
307
  msgid "\"Add to Cart\" icon"
308
  msgstr "In den Warenkorb Symbol"
309
 
310
- #: ../includes/class.yith-wcwl-admin-init.php:1041
311
  msgid "Add an icon to the \"Add to Cart\" button"
312
  msgstr "Symbol für \"in den Warenkorb\" Button"
313
 
314
- #: ../includes/class.yith-wcwl-admin-init.php:1059
315
  msgid "Social Networks & Share"
316
  msgstr "Social Netzwerke und Teilen"
317
 
318
- #: ../includes/class.yith-wcwl-admin-init.php:1066
319
  msgid "Share on Facebook"
320
  msgstr "Auf Facebook teilen"
321
 
322
- #: ../includes/class.yith-wcwl-admin-init.php:1067
323
  msgid "Show \"Share on Facebook\" button"
324
  msgstr "Zeige \"Auf Facebook teilen\" Button"
325
 
326
- #: ../includes/class.yith-wcwl-admin-init.php:1073
327
  msgid "Tweet on Twitter"
328
  msgstr "Auf Twitter teilen"
329
 
330
- #: ../includes/class.yith-wcwl-admin-init.php:1074
331
  msgid "Show \"Tweet on Twitter\" button"
332
  msgstr "Zeige \"Auf Twitter teilen\" Button"
333
 
334
- #: ../includes/class.yith-wcwl-admin-init.php:1080
335
  msgid "Pin on Pinterest"
336
  msgstr "Auf Pinterest teilen"
337
 
338
- #: ../includes/class.yith-wcwl-admin-init.php:1081
339
  msgid "Show \"Pin on Pinterest\" button"
340
  msgstr "Zeige \"Auf Pinterest teilen\" Button"
341
 
342
- #: ../includes/class.yith-wcwl-admin-init.php:1087
343
  msgid "Share on Google+"
344
  msgstr "Auf Google+ teilen"
345
 
346
- #: ../includes/class.yith-wcwl-admin-init.php:1088
347
  msgid "Show \"Share on Google+\" button"
348
  msgstr "Zeige \"Auf Google+ teilen\" Button"
349
 
350
- #: ../includes/class.yith-wcwl-admin-init.php:1094
351
  msgid "Share by Email"
352
  msgstr "Per E-Mail teilen"
353
 
354
- #: ../includes/class.yith-wcwl-admin-init.php:1095
355
  msgid "Show \"Share by Email\" button"
356
  msgstr "Zeige \"Per E-Mail teilen\" Button"
357
 
358
- #: ../includes/class.yith-wcwl-admin-init.php:1101
359
  msgid "Social title"
360
  msgstr "Social Titel"
361
 
362
- #: ../includes/class.yith-wcwl-admin-init.php:1108
363
  msgid "Social text"
364
  msgstr "Social Text"
365
 
366
- #: ../includes/class.yith-wcwl-admin-init.php:1109
367
  msgid ""
368
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
369
  "strong> where you want to show the URL of your wishlist."
@@ -371,15 +371,15 @@ msgstr ""
371
  "Wird von Pinterest und Twitter genutzt. Benutze <strong>%wishlist_url%</"
372
  "strong> um die URL der Wunschliste anzuzeigen."
373
 
374
- #: ../includes/class.yith-wcwl-admin-init.php:1116
375
  msgid "Social image URL"
376
  msgstr "Social Bild URL"
377
 
378
- #: ../includes/class.yith-wcwl-admin-init.php:1117
379
  msgid "It will be used by Pinterest."
380
  msgstr "Wird von Pinterest genutzt."
381
 
382
- #: ../includes/class.yith-wcwl-admin-init.php:1131
383
  #, php-format
384
  msgid ""
385
  "If you want to take advantage of this feature, you could consider to "
@@ -389,15 +389,15 @@ msgstr ""
389
  "<a href=https://goo.gl/iHq6lS\" target=\"_blank\">Frequently Bought "
390
  "together</a>. %s"
391
 
392
- #: ../includes/class.yith-wcwl-admin-init.php:1136
393
  msgid "YITH WooCommerce Frequently Bought Together Integration"
394
  msgstr "YITH WooCommerce Frequently Bought Together integration"
395
 
396
- #: ../includes/class.yith-wcwl-admin-init.php:1143
397
  msgid "Enable slider in wishlist"
398
  msgstr "Slider in Wunschliste aktivieren"
399
 
400
- #: ../includes/class.yith-wcwl-admin-init.php:1144
401
  #, php-format
402
  msgid ""
403
  "Choose to enable product slider in wishlist page with linked products (<a "
@@ -406,84 +406,84 @@ msgstr ""
406
  "Auswählen um einen Artikel Slider in der Wunschliste zu aktivieren. (<a href="
407
  "\"%s\" class=\"thickbox\">Beispiel</a>). %s"
408
 
409
- #: ../includes/class.yith-wcwl-admin-init.php:1180
410
  msgid "\"Add to wishlist\" button"
411
  msgstr "Zur Wunschliste hinzufügen Button"
412
 
413
- #: ../includes/class.yith-wcwl-admin-init.php:1183
414
- #: ../includes/class.yith-wcwl-admin-init.php:1201
415
- #: ../includes/class.yith-wcwl-admin-init.php:1219
416
- #: ../includes/class.yith-wcwl-admin-init.php:1237
417
- #: ../includes/class.yith-wcwl-admin-init.php:1255
418
  msgid "Background"
419
  msgstr "Hintergrund"
420
 
421
- #: ../includes/class.yith-wcwl-admin-init.php:1184
422
- #: ../includes/class.yith-wcwl-admin-init.php:1202
423
- #: ../includes/class.yith-wcwl-admin-init.php:1220
424
- #: ../includes/class.yith-wcwl-admin-init.php:1238
425
- #: ../includes/class.yith-wcwl-admin-init.php:1256
426
  msgid "Text"
427
  msgstr "Text"
428
 
429
- #: ../includes/class.yith-wcwl-admin-init.php:1185
430
- #: ../includes/class.yith-wcwl-admin-init.php:1203
431
- #: ../includes/class.yith-wcwl-admin-init.php:1221
432
- #: ../includes/class.yith-wcwl-admin-init.php:1239
433
- #: ../includes/class.yith-wcwl-admin-init.php:1257
434
  msgid "Border"
435
  msgstr "Rand"
436
 
437
- #: ../includes/class.yith-wcwl-admin-init.php:1192
438
- #: ../includes/class.yith-wcwl-admin-init.php:1210
439
- #: ../includes/class.yith-wcwl-admin-init.php:1228
440
- #: ../includes/class.yith-wcwl-admin-init.php:1246
441
  msgid "Background (hover)"
442
  msgstr "Hintergrund (Hover)"
443
 
444
- #: ../includes/class.yith-wcwl-admin-init.php:1193
445
- #: ../includes/class.yith-wcwl-admin-init.php:1211
446
- #: ../includes/class.yith-wcwl-admin-init.php:1229
447
- #: ../includes/class.yith-wcwl-admin-init.php:1247
448
  msgid "Text (hover)"
449
  msgstr "Text (hover)"
450
 
451
- #: ../includes/class.yith-wcwl-admin-init.php:1194
452
- #: ../includes/class.yith-wcwl-admin-init.php:1212
453
- #: ../includes/class.yith-wcwl-admin-init.php:1230
454
- #: ../includes/class.yith-wcwl-admin-init.php:1248
455
  msgid "Border (hover)"
456
  msgstr "Rand (Hover)"
457
 
458
- #: ../includes/class.yith-wcwl-admin-init.php:1198
459
  msgid "\"Add to Cart\" button"
460
  msgstr "In den Warenkorb Button"
461
 
462
- #: ../includes/class.yith-wcwl-admin-init.php:1216
463
  msgid "\"Style 1\" button"
464
  msgstr "Stil 1 Button"
465
 
466
- #: ../includes/class.yith-wcwl-admin-init.php:1234
467
  msgid "\"Style 2\" button"
468
  msgstr "Stil 2 Button"
469
 
470
- #: ../includes/class.yith-wcwl-admin-init.php:1252
471
  msgid "Wishlist table"
472
  msgstr "Wunschlisten Tabelle"
473
 
474
- #: ../includes/class.yith-wcwl-admin-init.php:1261
475
  msgid "Headers"
476
  msgstr "Kopfzeilen"
477
 
478
- #: ../includes/class.yith-wcwl-admin-init.php:1264
479
  msgid "Background color"
480
  msgstr "Hintergrund Farbe"
481
 
482
- #: ../includes/class.yith-wcwl-admin-init.php:1354
483
  msgid "Wishlist Activated"
484
  msgstr "Wunschliste aktiviert"
485
 
486
- #: ../includes/class.yith-wcwl-admin-init.php:1355
487
  #, php-format
488
  msgid ""
489
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
@@ -496,11 +496,11 @@ msgstr ""
496
  "href=\"https://goo.gl/wxbNyw\" target=\"blank\">Premium Version</a> hat eine "
497
  "Menge Funktionen mehr, schau sie dir doch mal an<a href=\"%s\">.</a>"
498
 
499
- #: ../includes/class.yith-wcwl-admin-init.php:1366
500
  msgid "Wishlist Updated"
501
  msgstr "Wunschliste aktualisiert"
502
 
503
- #: ../includes/class.yith-wcwl-admin-init.php:1367
504
  #, php-format
505
  msgid ""
506
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
@@ -514,13 +514,13 @@ msgstr ""
514
  "eine <a href=\"https://goo.gl/wxbNyw\" target=\"_blank\">Premium Version</a> "
515
  "hast erscheint bei einem Update immer ein Hinweis<a href=\"%s\".</a>"
516
 
517
- #: ../includes/class.yith-wcwl-init.php:366
518
  msgid ""
519
  "We are sorry, but this feature is available only if cookies are enabled on "
520
  "your browser."
521
  msgstr "Achtung, diese Funktionen benötigt Cookies."
522
 
523
- #: ../includes/class.yith-wcwl-init.php:367
524
  msgid "Product correctly added to cart"
525
  msgstr "Artikel zum Einkaufswagen hinzugefügt"
526
 
@@ -530,24 +530,24 @@ msgid "wishlist"
530
  msgstr "Wunschliste"
531
 
532
  #: ../includes/class.yith-wcwl-shortcode.php:259
533
- #: ../includes/class.yith-wcwl-ui.php:163
534
  msgid "Share on:"
535
  msgstr "Teile auf:"
536
 
537
- #: ../includes/class.yith-wcwl-ui.php:117
538
- #: ../includes/class.yith-wcwl-ui.php:199
539
  msgid "Select options"
540
  msgstr "Optionen auswählen"
541
 
542
- #: ../includes/class.yith-wcwl-ui.php:167 ../templates/share.php:20
543
  msgid "Facebook"
544
  msgstr "Facebook"
545
 
546
- #: ../includes/class.yith-wcwl-ui.php:170 ../templates/share.php:26
547
  msgid "Twitter"
548
  msgstr "Twitter"
549
 
550
- #: ../includes/class.yith-wcwl-ui.php:179
551
  msgid "email"
552
  msgstr "email"
553
 
@@ -555,45 +555,45 @@ msgstr "email"
555
  msgid "An error occurred while adding products to the wishlist."
556
  msgstr "Beim hinzufügen von Artikeln trat ein Fehler auf."
557
 
558
- #: ../includes/class.yith-wcwl.php:268
559
  msgid "An error occurred while adding products to wishlist."
560
  msgstr "Beim hinzufügen von Artikeln trat ein Fehler auf."
561
 
562
- #: ../includes/class.yith-wcwl.php:285
563
  msgid "The \"Remove\" option now does not require any parameter"
564
  msgstr "Die entfernen Funktion benötigt keine Parameter"
565
 
566
- #: ../includes/class.yith-wcwl.php:332
567
  msgid "An error occurred while removing products from the wishlist"
568
  msgstr "Beim entfernen von Artikeln trat ein Fehler auf."
569
 
570
- #: ../includes/class.yith-wcwl.php:774
571
  msgid "You need to log in before creating a new wishlist"
572
  msgstr "Du musst dich einloggen um eine Wunschliste zu erstellen"
573
 
574
- #: ../includes/class.yith-wcwl.php:1565
575
  msgid "Product successfully removed."
576
  msgstr "Artikel entfernt."
577
 
578
- #: ../includes/class.yith-wcwl.php:1569
579
  msgid "Error. Unable to remove the product from the wishlist."
580
  msgstr "Fehler: Artikel konnte nicht von der Wunschliste entfernt werden."
581
 
582
- #: ../includes/class.yith-wcwl.php:1573 ../templates/wishlist-view.php:239
583
  msgid "No products were added to the wishlist"
584
  msgstr "Keine Produkte zur Wunschliste hinzugefügt"
585
 
586
- #: ../includes/class.yith-wcwl.php:1615
587
  msgid "An error as occurred."
588
  msgstr "Es ist ein Fehler aufgetreten."
589
 
590
- #: ../init.php:128
591
  msgid ""
592
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
593
  "WooCommerce in order to work."
594
  msgstr "YITH Wishlist erfordert WooCommerce"
595
 
596
- #: ../init.php:138
597
  msgid ""
598
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
599
  "are using the premium one."
@@ -849,10 +849,6 @@ msgstr "Pinterest"
849
  msgid "Google+"
850
  msgstr "Google+"
851
 
852
- #: ../templates/share.php:44
853
- msgid "I wanted you to see this site"
854
- msgstr "Ich möchte das ihr meine Seite seht"
855
-
856
  #: ../templates/share.php:44
857
  msgid "Email"
858
  msgstr "EMail"
@@ -881,59 +877,62 @@ msgstr "Artikel Preis"
881
  msgid "Stock Status"
882
  msgstr "Lager Status"
883
 
884
- #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:229
885
  msgid "Remove this product"
886
  msgstr "Artikel entfernen"
887
 
888
- #: ../templates/wishlist-view.php:170
889
  msgid "Free!"
890
  msgstr "Kostenlos!"
891
 
892
- #: ../templates/wishlist-view.php:176
893
  msgid "Out of Stock"
894
  msgstr "Nicht auf Lager"
895
 
896
- #: ../templates/wishlist-view.php:176
897
  msgid "In Stock"
898
  msgstr "Auf Lager"
899
 
900
- #: ../templates/wishlist-view.php:185
901
  #, php-format
902
  msgid "Added on : %s"
903
  msgstr "Hinzugefügt am: %s"
904
 
905
- #: ../templates/wishlist-view.php:197
906
  msgid "Move"
907
  msgstr "Verschieben"
908
 
909
- #: ../templates/wishlist-view.php:209
910
  msgid "Shared"
911
  msgstr "geteilt"
912
 
913
- #: ../templates/wishlist-view.php:212
914
  msgid "Private"
915
  msgstr "Privat"
916
 
917
- #: ../templates/wishlist-view.php:215
918
  msgid "Public"
919
  msgstr "Öffentlich"
920
 
921
- #: ../templates/wishlist-view.php:229
922
  msgid "Remove"
923
  msgstr "Entfernen"
924
 
925
- #: ../templates/wishlist-view.php:256
926
  msgid "Add the selected products to the cart"
927
  msgstr "Ausgewählte Artikel<br />in den Warenkorb"
928
 
929
- #: ../templates/wishlist-view.php:264 ../templates/wishlist-view.php:310
930
  msgid "Ask for an estimate"
931
  msgstr "Nach einem Angebot Fragen"
932
 
933
- #: ../templates/wishlist-view.php:300
934
  msgid "Your email"
935
  msgstr ""
936
 
 
 
 
937
  #~ msgid ""
938
  #~ "Upgrade to the PREMIUM VERSION\n"
939
  #~ "of YITH WOOCOMMERCE WISHLIST to benefit from all features!"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
+ "POT-Creation-Date: 2017-10-24 17:32+0200\n"
5
+ "PO-Revision-Date: 2017-10-24 17:32+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: de_DE\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.8.7.1\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
20
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
21
 
22
  #: ../includes/class.yith-wcwl-admin-init.php:159
23
+ #: ../includes/class.yith-wcwl-admin-init.php:1483
24
+ #: ../includes/class.yith-wcwl-admin-init.php:1484
25
  #: ../includes/class.yith-wcwl-install.php:244
26
  msgid "Wishlist"
27
  msgstr "Wunschliste"
59
  msgid "Plugin Documentation"
60
  msgstr "Plugin Dokumentation"
61
 
62
+ #: ../includes/class.yith-wcwl-admin-init.php:1023
63
  msgid "Upgrade to the PREMIUM VERSION"
64
  msgstr ""
65
  "Hier die <a href=\"https://goo.gl/wxbNyw\" target=\"_blank\">PREMIUM "
66
  "VERSION</a> kaufen."
67
 
68
+ #: ../includes/class.yith-wcwl-admin-init.php:1026
69
  msgid "YITH WooCommerce Wishlist"
70
  msgstr "YITH WooCommerce Wunschliste"
71
 
72
+ #: ../includes/class.yith-wcwl-admin-init.php:1027
73
  msgid "Discover the Advanced Features"
74
  msgstr "Erweiterte Funktionen ansehen"
75
 
76
+ #: ../includes/class.yith-wcwl-admin-init.php:1028
77
  msgid ""
78
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
79
  "all features!"
80
  msgstr ""
81
 
82
+ #: ../includes/class.yith-wcwl-admin-init.php:1034
83
  msgid "Get Support and Pro Features"
84
  msgstr ""
85
  "<a href=\"https://goo.gl/wxbNyw\" target=\"_blank\">Support und Premium "
86
  "Features bekommen</a>"
87
 
88
+ #: ../includes/class.yith-wcwl-admin-init.php:1035
89
  msgid ""
90
  "By purchasing the premium version of the plugin, you will take advantage of "
91
  "the advanced features of the product and you will get one year of free "
96
  "Jahr freie Updates. Außerdem gibt's 24h Support auf unserer Webseite -> <a "
97
  "href=\"https://goo.gl/wxbNyw\" target=\"_blank\">Premium Version</a>"
98
 
99
+ #: ../includes/class.yith-wcwl-admin-init.php:1045
100
  msgid "General Settings"
101
  msgstr "Allgemeine Einstellungen"
102
 
103
+ #: ../includes/class.yith-wcwl-admin-init.php:1052
104
  msgid "Enable YITH Wishlist"
105
  msgstr "YITH Wunschlisten Plugin aktivieren"
106
 
107
+ #: ../includes/class.yith-wcwl-admin-init.php:1053
108
  #, php-format
109
  msgid ""
110
  "Enable all plugin features. <strong>Be sure to select at least one option in "
112
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
113
  msgstr ""
114
 
115
+ #: ../includes/class.yith-wcwl-admin-init.php:1059
116
  msgid "Default wishlist title"
117
  msgstr "Standard Wunschlisten Titel"
118
 
119
+ #: ../includes/class.yith-wcwl-admin-init.php:1061
120
+ #: ../includes/class.yith-wcwl-admin-init.php:1062
121
+ #: ../includes/class.yith-wcwl-admin-init.php:1298
122
  #, php-format
123
  msgid "My wishlist on %s"
124
  msgstr "Meine Wunschliste bei %s"
125
 
126
+ #: ../includes/class.yith-wcwl-admin-init.php:1067
127
  msgid "Wishlist Page"
128
  msgstr "Wunschlisten Seite"
129
 
130
+ #: ../includes/class.yith-wcwl-admin-init.php:1068
131
  msgid "Page contents: [yith_wcwl_wishlist]"
132
  msgstr "Seiteninhalt: [yith_wcwl_wishlist]"
133
 
134
+ #: ../includes/class.yith-wcwl-admin-init.php:1077
135
  msgid "Position"
136
  msgstr "Position"
137
 
138
+ #: ../includes/class.yith-wcwl-admin-init.php:1078
139
  msgid ""
140
  "You can add the button in variable products only after the \"Add to Cart\" "
141
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
143
  "Du kannst den Button bei Variablen Produkten nur nach dem \"In den Warenkorb"
144
  "\" Button hinzufügen oder du nutzt den Shortcode [yith_wcwl_add_to_wishlist]."
145
 
146
+ #: ../includes/class.yith-wcwl-admin-init.php:1084
147
  msgid "After \"Add to cart\""
148
  msgstr "Nach \"in den Warenkorb\""
149
 
150
+ #: ../includes/class.yith-wcwl-admin-init.php:1085
151
  msgid "After thumbnails"
152
  msgstr "Nach dem Vorschaubild"
153
 
154
+ #: ../includes/class.yith-wcwl-admin-init.php:1086
155
  msgid "After summary"
156
  msgstr "Nach der Zusammenfassung"
157
 
158
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
159
  msgid "Use shortcode"
160
  msgstr "Benutze Shortcodes"
161
 
162
+ #: ../includes/class.yith-wcwl-admin-init.php:1092
163
  msgid "Redirect to cart"
164
  msgstr "Zum Warenkorb weiterleiten"
165
 
166
+ #: ../includes/class.yith-wcwl-admin-init.php:1093
167
  msgid ""
168
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
169
  "page."
171
  "Zum Warenkorb weiterleiten wenn der Button \"Hinzufügen zum Warenkorb\" "
172
  "geklickt wird"
173
 
174
+ #: ../includes/class.yith-wcwl-admin-init.php:1099
175
  msgid "Remove if added to the cart"
176
  msgstr "Entfernen wenn zum Warenkorb hinzugefügt"
177
 
178
+ #: ../includes/class.yith-wcwl-admin-init.php:1100
179
  msgid "Remove the product from the wishlist if it has been added to the cart."
180
  msgstr "Von der Wunschliste entfernen wenn zum Warenkorb hinzugefügt."
181
 
182
+ #: ../includes/class.yith-wcwl-admin-init.php:1106
183
  msgid "\"Add to Wishlist\" text"
184
  msgstr "Zur Wunschliste hinzufügen Text"
185
 
186
+ #: ../includes/class.yith-wcwl-admin-init.php:1108
187
  msgid "Add to Wishlist"
188
  msgstr "Auf die Wunschliste"
189
 
190
+ #: ../includes/class.yith-wcwl-admin-init.php:1113
191
  msgid "\"Browse wishlist\" text"
192
  msgstr "\"Wunschliste durchsuchen\" Text"
193
 
194
+ #: ../includes/class.yith-wcwl-admin-init.php:1115
195
+ #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
196
  msgid "Browse Wishlist"
197
  msgstr "Wunschliste durchstöbern"
198
 
199
+ #: ../includes/class.yith-wcwl-admin-init.php:1120
200
  msgid "\"Product already in wishlist\" text"
201
  msgstr "Artikel ist bereits auf der Wunschliste Text"
202
 
203
+ #: ../includes/class.yith-wcwl-admin-init.php:1122
204
+ #: ../includes/class.yith-wcwl-ui.php:83
205
  msgid "The product is already in the wishlist!"
206
  msgstr "Der Artikel ist bereits auf einer Wunschliste"
207
 
208
+ #: ../includes/class.yith-wcwl-admin-init.php:1127
209
  msgid "\"Product added\" text"
210
  msgstr "Artikel hinzugefügt Text"
211
 
212
+ #: ../includes/class.yith-wcwl-admin-init.php:1129
213
+ #: ../includes/class.yith-wcwl-ui.php:82
214
  msgid "Product added!"
215
  msgstr "Artikel hinzugefügt!"
216
 
217
+ #: ../includes/class.yith-wcwl-admin-init.php:1134
218
  msgid "\"Add to Cart\" text"
219
  msgstr "In den Warenkorb Text"
220
 
221
+ #: ../includes/class.yith-wcwl-admin-init.php:1136
222
  msgid "Add to Cart"
223
  msgstr "In den Warenkorb"
224
 
225
+ #: ../includes/class.yith-wcwl-admin-init.php:1141
226
  msgid "Show Unit price"
227
  msgstr "Zeige Artikel Preis"
228
 
229
+ #: ../includes/class.yith-wcwl-admin-init.php:1142
230
  msgid "Show unit price for each product in wishlist"
231
  msgstr "Zeige Artikel Preis für jedes Produkt"
232
 
233
+ #: ../includes/class.yith-wcwl-admin-init.php:1149
234
  msgid "Show \"Add to Cart\" button"
235
  msgstr "Zeige \"Zum Warenkorb hinzufügen\" Button"
236
 
237
+ #: ../includes/class.yith-wcwl-admin-init.php:1150
238
  msgid "Show \"Add to Cart\" button for each product in wishlist"
239
  msgstr "Zeige \"Zum, Warenkorb hinzufügen\" Button bei jedem Artikel"
240
 
241
+ #: ../includes/class.yith-wcwl-admin-init.php:1157
242
  msgid "Show Stock status"
243
  msgstr "Zeige Lagerstatus"
244
 
245
+ #: ../includes/class.yith-wcwl-admin-init.php:1158
246
  msgid ""
247
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
248
  msgstr "Zeige den Lagerstatus für jeden Artikel"
249
 
250
+ #: ../includes/class.yith-wcwl-admin-init.php:1165
251
  msgid "Show Date of addition"
252
  msgstr "Zeige Datum des hinzufügens"
253
 
254
+ #: ../includes/class.yith-wcwl-admin-init.php:1166
255
  msgid "Show the date when users have added a product to the wishlist"
256
  msgstr "Zeige Datum wann der Kunde den Artikel hinzugefügt hat"
257
 
258
+ #: ../includes/class.yith-wcwl-admin-init.php:1173
259
  msgid "Add second remove button"
260
  msgstr "Einen zweiten \"Entfernen\" Button"
261
 
262
+ #: ../includes/class.yith-wcwl-admin-init.php:1174
263
  msgid "Add a second remove button in the last column, with extended label"
264
  msgstr "Zweiter \"entfernen\" Button in der letzten Spalte"
265
 
266
+ #: ../includes/class.yith-wcwl-admin-init.php:1189
267
  msgid "Styles"
268
  msgstr "Stile"
269
 
270
+ #: ../includes/class.yith-wcwl-admin-init.php:1196
271
  msgid "Use buttons"
272
  msgstr "Benutze Buttons"
273
 
274
+ #: ../includes/class.yith-wcwl-admin-init.php:1197
275
  msgid "Use buttons instead of simple anchors."
276
  msgstr "Benutze Buttons anstelle von Text Links."
277
 
278
+ #: ../includes/class.yith-wcwl-admin-init.php:1203
279
  msgid "Custom CSS"
280
  msgstr "Benutzerdefiniertes CSS"
281
 
282
+ #: ../includes/class.yith-wcwl-admin-init.php:1210
283
  msgid "Use theme style"
284
  msgstr "Nutze das Theme Styling"
285
 
286
+ #: ../includes/class.yith-wcwl-admin-init.php:1211
287
  msgid "Use the theme style."
288
  msgstr "Nutze das Theme Styling."
289
 
290
+ #: ../includes/class.yith-wcwl-admin-init.php:1217
291
  msgid "Rounded buttons"
292
  msgstr "Abgerundete Buttons"
293
 
294
+ #: ../includes/class.yith-wcwl-admin-init.php:1218
295
  msgid "Make button corners rounded"
296
  msgstr "Nutze runde Button Ecken."
297
 
298
+ #: ../includes/class.yith-wcwl-admin-init.php:1224
299
  msgid "\"Add to Wishlist\" icon"
300
  msgstr "Zur Wunschliste hinzufügen Symbol"
301
 
302
+ #: ../includes/class.yith-wcwl-admin-init.php:1225
303
  msgid "Add an icon to the \"Add to Wishlist\" button"
304
  msgstr "Symbol für \"Auf die Wunschliste\" Button"
305
 
306
+ #: ../includes/class.yith-wcwl-admin-init.php:1235
307
  msgid "\"Add to Cart\" icon"
308
  msgstr "In den Warenkorb Symbol"
309
 
310
+ #: ../includes/class.yith-wcwl-admin-init.php:1236
311
  msgid "Add an icon to the \"Add to Cart\" button"
312
  msgstr "Symbol für \"in den Warenkorb\" Button"
313
 
314
+ #: ../includes/class.yith-wcwl-admin-init.php:1254
315
  msgid "Social Networks & Share"
316
  msgstr "Social Netzwerke und Teilen"
317
 
318
+ #: ../includes/class.yith-wcwl-admin-init.php:1261
319
  msgid "Share on Facebook"
320
  msgstr "Auf Facebook teilen"
321
 
322
+ #: ../includes/class.yith-wcwl-admin-init.php:1262
323
  msgid "Show \"Share on Facebook\" button"
324
  msgstr "Zeige \"Auf Facebook teilen\" Button"
325
 
326
+ #: ../includes/class.yith-wcwl-admin-init.php:1268
327
  msgid "Tweet on Twitter"
328
  msgstr "Auf Twitter teilen"
329
 
330
+ #: ../includes/class.yith-wcwl-admin-init.php:1269
331
  msgid "Show \"Tweet on Twitter\" button"
332
  msgstr "Zeige \"Auf Twitter teilen\" Button"
333
 
334
+ #: ../includes/class.yith-wcwl-admin-init.php:1275
335
  msgid "Pin on Pinterest"
336
  msgstr "Auf Pinterest teilen"
337
 
338
+ #: ../includes/class.yith-wcwl-admin-init.php:1276
339
  msgid "Show \"Pin on Pinterest\" button"
340
  msgstr "Zeige \"Auf Pinterest teilen\" Button"
341
 
342
+ #: ../includes/class.yith-wcwl-admin-init.php:1282
343
  msgid "Share on Google+"
344
  msgstr "Auf Google+ teilen"
345
 
346
+ #: ../includes/class.yith-wcwl-admin-init.php:1283
347
  msgid "Show \"Share on Google+\" button"
348
  msgstr "Zeige \"Auf Google+ teilen\" Button"
349
 
350
+ #: ../includes/class.yith-wcwl-admin-init.php:1289
351
  msgid "Share by Email"
352
  msgstr "Per E-Mail teilen"
353
 
354
+ #: ../includes/class.yith-wcwl-admin-init.php:1290
355
  msgid "Show \"Share by Email\" button"
356
  msgstr "Zeige \"Per E-Mail teilen\" Button"
357
 
358
+ #: ../includes/class.yith-wcwl-admin-init.php:1296
359
  msgid "Social title"
360
  msgstr "Social Titel"
361
 
362
+ #: ../includes/class.yith-wcwl-admin-init.php:1303
363
  msgid "Social text"
364
  msgstr "Social Text"
365
 
366
+ #: ../includes/class.yith-wcwl-admin-init.php:1304
367
  msgid ""
368
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
369
  "strong> where you want to show the URL of your wishlist."
371
  "Wird von Pinterest und Twitter genutzt. Benutze <strong>%wishlist_url%</"
372
  "strong> um die URL der Wunschliste anzuzeigen."
373
 
374
+ #: ../includes/class.yith-wcwl-admin-init.php:1311
375
  msgid "Social image URL"
376
  msgstr "Social Bild URL"
377
 
378
+ #: ../includes/class.yith-wcwl-admin-init.php:1312
379
  msgid "It will be used by Pinterest."
380
  msgstr "Wird von Pinterest genutzt."
381
 
382
+ #: ../includes/class.yith-wcwl-admin-init.php:1326
383
  #, php-format
384
  msgid ""
385
  "If you want to take advantage of this feature, you could consider to "
389
  "<a href=https://goo.gl/iHq6lS\" target=\"_blank\">Frequently Bought "
390
  "together</a>. %s"
391
 
392
+ #: ../includes/class.yith-wcwl-admin-init.php:1331
393
  msgid "YITH WooCommerce Frequently Bought Together Integration"
394
  msgstr "YITH WooCommerce Frequently Bought Together integration"
395
 
396
+ #: ../includes/class.yith-wcwl-admin-init.php:1338
397
  msgid "Enable slider in wishlist"
398
  msgstr "Slider in Wunschliste aktivieren"
399
 
400
+ #: ../includes/class.yith-wcwl-admin-init.php:1339
401
  #, php-format
402
  msgid ""
403
  "Choose to enable product slider in wishlist page with linked products (<a "
406
  "Auswählen um einen Artikel Slider in der Wunschliste zu aktivieren. (<a href="
407
  "\"%s\" class=\"thickbox\">Beispiel</a>). %s"
408
 
409
+ #: ../includes/class.yith-wcwl-admin-init.php:1375
410
  msgid "\"Add to wishlist\" button"
411
  msgstr "Zur Wunschliste hinzufügen Button"
412
 
413
+ #: ../includes/class.yith-wcwl-admin-init.php:1378
414
+ #: ../includes/class.yith-wcwl-admin-init.php:1396
415
+ #: ../includes/class.yith-wcwl-admin-init.php:1414
416
+ #: ../includes/class.yith-wcwl-admin-init.php:1432
417
+ #: ../includes/class.yith-wcwl-admin-init.php:1450
418
  msgid "Background"
419
  msgstr "Hintergrund"
420
 
421
+ #: ../includes/class.yith-wcwl-admin-init.php:1379
422
+ #: ../includes/class.yith-wcwl-admin-init.php:1397
423
+ #: ../includes/class.yith-wcwl-admin-init.php:1415
424
+ #: ../includes/class.yith-wcwl-admin-init.php:1433
425
+ #: ../includes/class.yith-wcwl-admin-init.php:1451
426
  msgid "Text"
427
  msgstr "Text"
428
 
429
+ #: ../includes/class.yith-wcwl-admin-init.php:1380
430
+ #: ../includes/class.yith-wcwl-admin-init.php:1398
431
+ #: ../includes/class.yith-wcwl-admin-init.php:1416
432
+ #: ../includes/class.yith-wcwl-admin-init.php:1434
433
+ #: ../includes/class.yith-wcwl-admin-init.php:1452
434
  msgid "Border"
435
  msgstr "Rand"
436
 
437
+ #: ../includes/class.yith-wcwl-admin-init.php:1387
438
+ #: ../includes/class.yith-wcwl-admin-init.php:1405
439
+ #: ../includes/class.yith-wcwl-admin-init.php:1423
440
+ #: ../includes/class.yith-wcwl-admin-init.php:1441
441
  msgid "Background (hover)"
442
  msgstr "Hintergrund (Hover)"
443
 
444
+ #: ../includes/class.yith-wcwl-admin-init.php:1388
445
+ #: ../includes/class.yith-wcwl-admin-init.php:1406
446
+ #: ../includes/class.yith-wcwl-admin-init.php:1424
447
+ #: ../includes/class.yith-wcwl-admin-init.php:1442
448
  msgid "Text (hover)"
449
  msgstr "Text (hover)"
450
 
451
+ #: ../includes/class.yith-wcwl-admin-init.php:1389
452
+ #: ../includes/class.yith-wcwl-admin-init.php:1407
453
+ #: ../includes/class.yith-wcwl-admin-init.php:1425
454
+ #: ../includes/class.yith-wcwl-admin-init.php:1443
455
  msgid "Border (hover)"
456
  msgstr "Rand (Hover)"
457
 
458
+ #: ../includes/class.yith-wcwl-admin-init.php:1393
459
  msgid "\"Add to Cart\" button"
460
  msgstr "In den Warenkorb Button"
461
 
462
+ #: ../includes/class.yith-wcwl-admin-init.php:1411
463
  msgid "\"Style 1\" button"
464
  msgstr "Stil 1 Button"
465
 
466
+ #: ../includes/class.yith-wcwl-admin-init.php:1429
467
  msgid "\"Style 2\" button"
468
  msgstr "Stil 2 Button"
469
 
470
+ #: ../includes/class.yith-wcwl-admin-init.php:1447
471
  msgid "Wishlist table"
472
  msgstr "Wunschlisten Tabelle"
473
 
474
+ #: ../includes/class.yith-wcwl-admin-init.php:1456
475
  msgid "Headers"
476
  msgstr "Kopfzeilen"
477
 
478
+ #: ../includes/class.yith-wcwl-admin-init.php:1459
479
  msgid "Background color"
480
  msgstr "Hintergrund Farbe"
481
 
482
+ #: ../includes/class.yith-wcwl-admin-init.php:1549
483
  msgid "Wishlist Activated"
484
  msgstr "Wunschliste aktiviert"
485
 
486
+ #: ../includes/class.yith-wcwl-admin-init.php:1550
487
  #, php-format
488
  msgid ""
489
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
496
  "href=\"https://goo.gl/wxbNyw\" target=\"blank\">Premium Version</a> hat eine "
497
  "Menge Funktionen mehr, schau sie dir doch mal an<a href=\"%s\">.</a>"
498
 
499
+ #: ../includes/class.yith-wcwl-admin-init.php:1561
500
  msgid "Wishlist Updated"
501
  msgstr "Wunschliste aktualisiert"
502
 
503
+ #: ../includes/class.yith-wcwl-admin-init.php:1562
504
  #, php-format
505
  msgid ""
506
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
514
  "eine <a href=\"https://goo.gl/wxbNyw\" target=\"_blank\">Premium Version</a> "
515
  "hast erscheint bei einem Update immer ein Hinweis<a href=\"%s\".</a>"
516
 
517
+ #: ../includes/class.yith-wcwl-init.php:374
518
  msgid ""
519
  "We are sorry, but this feature is available only if cookies are enabled on "
520
  "your browser."
521
  msgstr "Achtung, diese Funktionen benötigt Cookies."
522
 
523
+ #: ../includes/class.yith-wcwl-init.php:375
524
  msgid "Product correctly added to cart"
525
  msgstr "Artikel zum Einkaufswagen hinzugefügt"
526
 
530
  msgstr "Wunschliste"
531
 
532
  #: ../includes/class.yith-wcwl-shortcode.php:259
533
+ #: ../includes/class.yith-wcwl-ui.php:164
534
  msgid "Share on:"
535
  msgstr "Teile auf:"
536
 
537
+ #: ../includes/class.yith-wcwl-ui.php:118
538
+ #: ../includes/class.yith-wcwl-ui.php:200
539
  msgid "Select options"
540
  msgstr "Optionen auswählen"
541
 
542
+ #: ../includes/class.yith-wcwl-ui.php:168 ../templates/share.php:20
543
  msgid "Facebook"
544
  msgstr "Facebook"
545
 
546
+ #: ../includes/class.yith-wcwl-ui.php:171 ../templates/share.php:26
547
  msgid "Twitter"
548
  msgstr "Twitter"
549
 
550
+ #: ../includes/class.yith-wcwl-ui.php:180
551
  msgid "email"
552
  msgstr "email"
553
 
555
  msgid "An error occurred while adding products to the wishlist."
556
  msgstr "Beim hinzufügen von Artikeln trat ein Fehler auf."
557
 
558
+ #: ../includes/class.yith-wcwl.php:269
559
  msgid "An error occurred while adding products to wishlist."
560
  msgstr "Beim hinzufügen von Artikeln trat ein Fehler auf."
561
 
562
+ #: ../includes/class.yith-wcwl.php:286
563
  msgid "The \"Remove\" option now does not require any parameter"
564
  msgstr "Die entfernen Funktion benötigt keine Parameter"
565
 
566
+ #: ../includes/class.yith-wcwl.php:335
567
  msgid "An error occurred while removing products from the wishlist"
568
  msgstr "Beim entfernen von Artikeln trat ein Fehler auf."
569
 
570
+ #: ../includes/class.yith-wcwl.php:783
571
  msgid "You need to log in before creating a new wishlist"
572
  msgstr "Du musst dich einloggen um eine Wunschliste zu erstellen"
573
 
574
+ #: ../includes/class.yith-wcwl.php:1578
575
  msgid "Product successfully removed."
576
  msgstr "Artikel entfernt."
577
 
578
+ #: ../includes/class.yith-wcwl.php:1582
579
  msgid "Error. Unable to remove the product from the wishlist."
580
  msgstr "Fehler: Artikel konnte nicht von der Wunschliste entfernt werden."
581
 
582
+ #: ../includes/class.yith-wcwl.php:1586 ../templates/wishlist-view.php:241
583
  msgid "No products were added to the wishlist"
584
  msgstr "Keine Produkte zur Wunschliste hinzugefügt"
585
 
586
+ #: ../includes/class.yith-wcwl.php:1628
587
  msgid "An error as occurred."
588
  msgstr "Es ist ein Fehler aufgetreten."
589
 
590
+ #: ../init.php:130
591
  msgid ""
592
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
593
  "WooCommerce in order to work."
594
  msgstr "YITH Wishlist erfordert WooCommerce"
595
 
596
+ #: ../init.php:140
597
  msgid ""
598
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
599
  "are using the premium one."
849
  msgid "Google+"
850
  msgstr "Google+"
851
 
 
 
 
 
852
  #: ../templates/share.php:44
853
  msgid "Email"
854
  msgstr "EMail"
877
  msgid "Stock Status"
878
  msgstr "Lager Status"
879
 
880
+ #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:231
881
  msgid "Remove this product"
882
  msgstr "Artikel entfernen"
883
 
884
+ #: ../templates/wishlist-view.php:172
885
  msgid "Free!"
886
  msgstr "Kostenlos!"
887
 
888
+ #: ../templates/wishlist-view.php:178
889
  msgid "Out of Stock"
890
  msgstr "Nicht auf Lager"
891
 
892
+ #: ../templates/wishlist-view.php:178
893
  msgid "In Stock"
894
  msgstr "Auf Lager"
895
 
896
+ #: ../templates/wishlist-view.php:187
897
  #, php-format
898
  msgid "Added on : %s"
899
  msgstr "Hinzugefügt am: %s"
900
 
901
+ #: ../templates/wishlist-view.php:199
902
  msgid "Move"
903
  msgstr "Verschieben"
904
 
905
+ #: ../templates/wishlist-view.php:211
906
  msgid "Shared"
907
  msgstr "geteilt"
908
 
909
+ #: ../templates/wishlist-view.php:214
910
  msgid "Private"
911
  msgstr "Privat"
912
 
913
+ #: ../templates/wishlist-view.php:217
914
  msgid "Public"
915
  msgstr "Öffentlich"
916
 
917
+ #: ../templates/wishlist-view.php:231
918
  msgid "Remove"
919
  msgstr "Entfernen"
920
 
921
+ #: ../templates/wishlist-view.php:258
922
  msgid "Add the selected products to the cart"
923
  msgstr "Ausgewählte Artikel<br />in den Warenkorb"
924
 
925
+ #: ../templates/wishlist-view.php:266 ../templates/wishlist-view.php:312
926
  msgid "Ask for an estimate"
927
  msgstr "Nach einem Angebot Fragen"
928
 
929
+ #: ../templates/wishlist-view.php:302
930
  msgid "Your email"
931
  msgstr ""
932
 
933
+ #~ msgid "I wanted you to see this site"
934
+ #~ msgstr "Ich möchte das ihr meine Seite seht"
935
+
936
  #~ msgid ""
937
  #~ "Upgrade to the PREMIUM VERSION\n"
938
  #~ "of YITH WOOCOMMERCE WISHLIST to benefit from all features!"
languages/yith-woocommerce-wishlist-es_AR.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-es_AR.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
- "POT-Creation-Date: 2017-05-11 15:56+0200\n"
5
- "PO-Revision-Date: 2017-05-11 15:56+0200\n"
6
  "Last-Translator: YIThemes <support@yithemes.com>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: es_AR\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 2.0.1\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
@@ -20,8 +20,8 @@ msgstr ""
20
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
21
 
22
  #: ../includes/class.yith-wcwl-admin-init.php:159
23
- #: ../includes/class.yith-wcwl-admin-init.php:1288
24
- #: ../includes/class.yith-wcwl-admin-init.php:1289
25
  #: ../includes/class.yith-wcwl-install.php:244
26
  msgid "Wishlist"
27
  msgstr "Lista de deseos"
@@ -59,44 +59,44 @@ msgstr ""
59
  msgid "Plugin Documentation"
60
  msgstr ""
61
 
62
- #: ../includes/class.yith-wcwl-admin-init.php:828
63
  msgid "Upgrade to the PREMIUM VERSION"
64
  msgstr ""
65
 
66
- #: ../includes/class.yith-wcwl-admin-init.php:831
67
  msgid "YITH WooCommerce Wishlist"
68
  msgstr ""
69
 
70
- #: ../includes/class.yith-wcwl-admin-init.php:832
71
  msgid "Discover the Advanced Features"
72
  msgstr ""
73
 
74
- #: ../includes/class.yith-wcwl-admin-init.php:833
75
  msgid ""
76
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
77
  "all features!"
78
  msgstr ""
79
 
80
- #: ../includes/class.yith-wcwl-admin-init.php:839
81
  msgid "Get Support and Pro Features"
82
  msgstr ""
83
 
84
- #: ../includes/class.yith-wcwl-admin-init.php:840
85
  msgid ""
86
  "By purchasing the premium version of the plugin, you will take advantage of "
87
  "the advanced features of the product and you will get one year of free "
88
  "updates and support through our platform available 24h/24."
89
  msgstr ""
90
 
91
- #: ../includes/class.yith-wcwl-admin-init.php:850
92
  msgid "General Settings"
93
  msgstr "Configuraciones generales"
94
 
95
- #: ../includes/class.yith-wcwl-admin-init.php:857
96
  msgid "Enable YITH Wishlist"
97
  msgstr "Habilitar YITH Wishlist"
98
 
99
- #: ../includes/class.yith-wcwl-admin-init.php:858
100
  #, php-format
101
  msgid ""
102
  "Enable all plugin features. <strong>Be sure to select at least one option in "
@@ -104,31 +104,31 @@ msgid ""
104
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
105
  msgstr ""
106
 
107
- #: ../includes/class.yith-wcwl-admin-init.php:864
108
  #, fuzzy
109
  msgid "Default wishlist title"
110
  msgstr "Título de la Lista de deseos"
111
 
112
- #: ../includes/class.yith-wcwl-admin-init.php:866
113
- #: ../includes/class.yith-wcwl-admin-init.php:867
114
- #: ../includes/class.yith-wcwl-admin-init.php:1103
115
  #, php-format
116
  msgid "My wishlist on %s"
117
  msgstr "Mi lista de deseos en %s"
118
 
119
- #: ../includes/class.yith-wcwl-admin-init.php:872
120
  msgid "Wishlist Page"
121
  msgstr "Lista de deseos"
122
 
123
- #: ../includes/class.yith-wcwl-admin-init.php:873
124
  msgid "Page contents: [yith_wcwl_wishlist]"
125
  msgstr "Contenidos: [yith_wcwl_wishlist]"
126
 
127
- #: ../includes/class.yith-wcwl-admin-init.php:882
128
  msgid "Position"
129
  msgstr "Posición"
130
 
131
- #: ../includes/class.yith-wcwl-admin-init.php:883
132
  #, fuzzy
133
  msgid ""
134
  "You can add the button in variable products only after the \"Add to Cart\" "
@@ -137,27 +137,27 @@ msgstr ""
137
  "En productos variables puedes agregarlo sólo Después de \"Agregar al carrito"
138
  "\" o usar el shortcode [yith_wcwl_add_to_wishlist]. "
139
 
140
- #: ../includes/class.yith-wcwl-admin-init.php:889
141
  msgid "After \"Add to cart\""
142
  msgstr "Después de \"Agregar al carrito\""
143
 
144
- #: ../includes/class.yith-wcwl-admin-init.php:890
145
  msgid "After thumbnails"
146
  msgstr "Después de las miniaturas"
147
 
148
- #: ../includes/class.yith-wcwl-admin-init.php:891
149
  msgid "After summary"
150
  msgstr "Después del resúmen"
151
 
152
- #: ../includes/class.yith-wcwl-admin-init.php:892
153
  msgid "Use shortcode"
154
  msgstr "Usar shortcode"
155
 
156
- #: ../includes/class.yith-wcwl-admin-init.php:897
157
  msgid "Redirect to cart"
158
  msgstr "Redireccionar al carrito"
159
 
160
- #: ../includes/class.yith-wcwl-admin-init.php:898
161
  msgid ""
162
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
163
  "page."
@@ -165,337 +165,337 @@ msgstr ""
165
  "Redireccionar a la página del carrito si se presiona el botón \"Agregar al "
166
  "carrito\" en la página de la lista de deseos."
167
 
168
- #: ../includes/class.yith-wcwl-admin-init.php:904
169
  msgid "Remove if added to the cart"
170
  msgstr "Eliminar después de agregar al carrito"
171
 
172
- #: ../includes/class.yith-wcwl-admin-init.php:905
173
  #, fuzzy
174
  msgid "Remove the product from the wishlist if it has been added to the cart."
175
  msgstr "Eliminar el producto de la lista de deseos si fue agregado al carrito."
176
 
177
- #: ../includes/class.yith-wcwl-admin-init.php:911
178
  msgid "\"Add to Wishlist\" text"
179
  msgstr "Texto de \"Agregar a la Lista de deseos\""
180
 
181
- #: ../includes/class.yith-wcwl-admin-init.php:913
182
  msgid "Add to Wishlist"
183
  msgstr "Agregar a la Lista de deseos"
184
 
185
- #: ../includes/class.yith-wcwl-admin-init.php:918
186
  #, fuzzy
187
  msgid "\"Browse wishlist\" text"
188
  msgstr "Ir a la Lista de deseos"
189
 
190
- #: ../includes/class.yith-wcwl-admin-init.php:920
191
- #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl-ui.php:82
192
  msgid "Browse Wishlist"
193
  msgstr "Ir a la Lista de deseos"
194
 
195
- #: ../includes/class.yith-wcwl-admin-init.php:925
196
  #, fuzzy
197
  msgid "\"Product already in wishlist\" text"
198
  msgstr "Ya está en tu lista de deseos!"
199
 
200
- #: ../includes/class.yith-wcwl-admin-init.php:927
201
- #: ../includes/class.yith-wcwl-ui.php:82
202
  msgid "The product is already in the wishlist!"
203
  msgstr "¡Este producto ya está en la lista de deseos!"
204
 
205
- #: ../includes/class.yith-wcwl-admin-init.php:932
206
  #, fuzzy
207
  msgid "\"Product added\" text"
208
  msgstr "¡Agregado!"
209
 
210
- #: ../includes/class.yith-wcwl-admin-init.php:934
211
- #: ../includes/class.yith-wcwl-ui.php:81
212
  msgid "Product added!"
213
  msgstr "¡Agregado!"
214
 
215
- #: ../includes/class.yith-wcwl-admin-init.php:939
216
  msgid "\"Add to Cart\" text"
217
  msgstr "Texto de \"Agregar al carrito\""
218
 
219
- #: ../includes/class.yith-wcwl-admin-init.php:941
220
  msgid "Add to Cart"
221
  msgstr "Agregar al carrito"
222
 
223
- #: ../includes/class.yith-wcwl-admin-init.php:946
224
  msgid "Show Unit price"
225
  msgstr "Mostrar precio por unidad"
226
 
227
- #: ../includes/class.yith-wcwl-admin-init.php:947
228
  msgid "Show unit price for each product in wishlist"
229
  msgstr ""
230
 
231
- #: ../includes/class.yith-wcwl-admin-init.php:954
232
  msgid "Show \"Add to Cart\" button"
233
  msgstr "Mostrar el botón \"Agregar al carrito\""
234
 
235
- #: ../includes/class.yith-wcwl-admin-init.php:955
236
  #, fuzzy
237
  msgid "Show \"Add to Cart\" button for each product in wishlist"
238
  msgstr "Fondo del botón \"Agregar al carrito\""
239
 
240
- #: ../includes/class.yith-wcwl-admin-init.php:962
241
  msgid "Show Stock status"
242
  msgstr "Mostrar estado del stock"
243
 
244
- #: ../includes/class.yith-wcwl-admin-init.php:963
245
  msgid ""
246
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
247
  msgstr ""
248
 
249
- #: ../includes/class.yith-wcwl-admin-init.php:970
250
  msgid "Show Date of addition"
251
  msgstr ""
252
 
253
- #: ../includes/class.yith-wcwl-admin-init.php:971
254
  #, fuzzy
255
  msgid "Show the date when users have added a product to the wishlist"
256
  msgstr ""
257
  "¡Ups! Ha ocurrido un error al agregar el producto a la lista de deseos. "
258
  "Intenta nuevamente, por favor."
259
 
260
- #: ../includes/class.yith-wcwl-admin-init.php:978
261
  #, fuzzy
262
  msgid "Add second remove button"
263
  msgstr "Texto del botón \"Agregar al carrito\""
264
 
265
- #: ../includes/class.yith-wcwl-admin-init.php:979
266
  msgid "Add a second remove button in the last column, with extended label"
267
  msgstr ""
268
 
269
- #: ../includes/class.yith-wcwl-admin-init.php:994
270
  msgid "Styles"
271
  msgstr "Estilos"
272
 
273
- #: ../includes/class.yith-wcwl-admin-init.php:1001
274
  msgid "Use buttons"
275
  msgstr "Usar botones"
276
 
277
- #: ../includes/class.yith-wcwl-admin-init.php:1002
278
  #, fuzzy
279
  msgid "Use buttons instead of simple anchors."
280
  msgstr "Usar botones en lugar de anclas simples."
281
 
282
- #: ../includes/class.yith-wcwl-admin-init.php:1008
283
  msgid "Custom CSS"
284
  msgstr "CSS personalizado"
285
 
286
- #: ../includes/class.yith-wcwl-admin-init.php:1015
287
  msgid "Use theme style"
288
  msgstr "Usar el estilo del tema"
289
 
290
- #: ../includes/class.yith-wcwl-admin-init.php:1016
291
  msgid "Use the theme style."
292
  msgstr "Usar el estilo del tema."
293
 
294
- #: ../includes/class.yith-wcwl-admin-init.php:1022
295
  #, fuzzy
296
  msgid "Rounded buttons"
297
  msgstr "Usar botones"
298
 
299
- #: ../includes/class.yith-wcwl-admin-init.php:1023
300
  #, fuzzy
301
  msgid "Make button corners rounded"
302
  msgstr "Redondear los ángulos de los botones"
303
 
304
- #: ../includes/class.yith-wcwl-admin-init.php:1029
305
  msgid "\"Add to Wishlist\" icon"
306
  msgstr "Ícono de \"Agregar a la Lista de deseos\""
307
 
308
- #: ../includes/class.yith-wcwl-admin-init.php:1030
309
  msgid "Add an icon to the \"Add to Wishlist\" button"
310
  msgstr "Agregar un ícono al botón de \"Agregar a la Lista de deseos\""
311
 
312
- #: ../includes/class.yith-wcwl-admin-init.php:1040
313
  msgid "\"Add to Cart\" icon"
314
  msgstr "Ícono de \"Agregar al carrito\""
315
 
316
- #: ../includes/class.yith-wcwl-admin-init.php:1041
317
  msgid "Add an icon to the \"Add to Cart\" button"
318
  msgstr "Agregar un ícono para el botón de \"Agregar al carrito\""
319
 
320
- #: ../includes/class.yith-wcwl-admin-init.php:1059
321
  #, fuzzy
322
  msgid "Social Networks & Share"
323
  msgstr "Sociales &amp; Compartir"
324
 
325
- #: ../includes/class.yith-wcwl-admin-init.php:1066
326
  msgid "Share on Facebook"
327
  msgstr "Compartir en Facebook"
328
 
329
- #: ../includes/class.yith-wcwl-admin-init.php:1067
330
  #, fuzzy
331
  msgid "Show \"Share on Facebook\" button"
332
  msgstr "Compartir en Facebook"
333
 
334
- #: ../includes/class.yith-wcwl-admin-init.php:1073
335
  msgid "Tweet on Twitter"
336
  msgstr "Tuitear en Twitter"
337
 
338
- #: ../includes/class.yith-wcwl-admin-init.php:1074
339
  #, fuzzy
340
  msgid "Show \"Tweet on Twitter\" button"
341
  msgstr "Tuitear en Twitter"
342
 
343
- #: ../includes/class.yith-wcwl-admin-init.php:1080
344
  msgid "Pin on Pinterest"
345
  msgstr "Compartir en Pinterest"
346
 
347
- #: ../includes/class.yith-wcwl-admin-init.php:1081
348
  #, fuzzy
349
  msgid "Show \"Pin on Pinterest\" button"
350
  msgstr "Compartir en Pinterest"
351
 
352
- #: ../includes/class.yith-wcwl-admin-init.php:1087
353
  msgid "Share on Google+"
354
  msgstr "Compartir en Google+"
355
 
356
- #: ../includes/class.yith-wcwl-admin-init.php:1088
357
  #, fuzzy
358
  msgid "Show \"Share on Google+\" button"
359
  msgstr "Compartir en Facebook"
360
 
361
- #: ../includes/class.yith-wcwl-admin-init.php:1094
362
  msgid "Share by Email"
363
  msgstr ""
364
 
365
- #: ../includes/class.yith-wcwl-admin-init.php:1095
366
  #, fuzzy
367
  msgid "Show \"Share by Email\" button"
368
  msgstr "Mostrar el botón \"Agregar al carrito\""
369
 
370
- #: ../includes/class.yith-wcwl-admin-init.php:1101
371
  #, fuzzy
372
  msgid "Social title"
373
  msgstr "Título de sociales"
374
 
375
- #: ../includes/class.yith-wcwl-admin-init.php:1108
376
  #, fuzzy
377
  msgid "Social text"
378
  msgstr "Texto de sociales"
379
 
380
- #: ../includes/class.yith-wcwl-admin-init.php:1109
381
  msgid ""
382
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
383
  "strong> where you want to show the URL of your wishlist."
384
  msgstr ""
385
 
386
- #: ../includes/class.yith-wcwl-admin-init.php:1116
387
  #, fuzzy
388
  msgid "Social image URL"
389
  msgstr "URL de las imágenes sociales"
390
 
391
- #: ../includes/class.yith-wcwl-admin-init.php:1117
392
  msgid "It will be used by Pinterest."
393
  msgstr ""
394
 
395
- #: ../includes/class.yith-wcwl-admin-init.php:1131
396
  #, php-format
397
  msgid ""
398
  "If you want to take advantage of this feature, you could consider to "
399
  "purchase the %s."
400
  msgstr ""
401
 
402
- #: ../includes/class.yith-wcwl-admin-init.php:1136
403
  msgid "YITH WooCommerce Frequently Bought Together Integration"
404
  msgstr ""
405
 
406
- #: ../includes/class.yith-wcwl-admin-init.php:1143
407
  msgid "Enable slider in wishlist"
408
  msgstr ""
409
 
410
- #: ../includes/class.yith-wcwl-admin-init.php:1144
411
  #, php-format
412
  msgid ""
413
  "Choose to enable product slider in wishlist page with linked products (<a "
414
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
415
  msgstr ""
416
 
417
- #: ../includes/class.yith-wcwl-admin-init.php:1180
418
  #, fuzzy
419
  msgid "\"Add to wishlist\" button"
420
  msgstr "Texto del botón \"Agregar a la lista de deseos\""
421
 
422
- #: ../includes/class.yith-wcwl-admin-init.php:1183
423
- #: ../includes/class.yith-wcwl-admin-init.php:1201
424
- #: ../includes/class.yith-wcwl-admin-init.php:1219
425
- #: ../includes/class.yith-wcwl-admin-init.php:1237
426
- #: ../includes/class.yith-wcwl-admin-init.php:1255
427
  msgid "Background"
428
  msgstr ""
429
 
430
- #: ../includes/class.yith-wcwl-admin-init.php:1184
431
- #: ../includes/class.yith-wcwl-admin-init.php:1202
432
- #: ../includes/class.yith-wcwl-admin-init.php:1220
433
- #: ../includes/class.yith-wcwl-admin-init.php:1238
434
- #: ../includes/class.yith-wcwl-admin-init.php:1256
435
  msgid "Text"
436
  msgstr ""
437
 
438
- #: ../includes/class.yith-wcwl-admin-init.php:1185
439
- #: ../includes/class.yith-wcwl-admin-init.php:1203
440
- #: ../includes/class.yith-wcwl-admin-init.php:1221
441
- #: ../includes/class.yith-wcwl-admin-init.php:1239
442
- #: ../includes/class.yith-wcwl-admin-init.php:1257
443
  msgid "Border"
444
  msgstr ""
445
 
446
- #: ../includes/class.yith-wcwl-admin-init.php:1192
447
- #: ../includes/class.yith-wcwl-admin-init.php:1210
448
- #: ../includes/class.yith-wcwl-admin-init.php:1228
449
- #: ../includes/class.yith-wcwl-admin-init.php:1246
450
  msgid "Background (hover)"
451
  msgstr ""
452
 
453
- #: ../includes/class.yith-wcwl-admin-init.php:1193
454
- #: ../includes/class.yith-wcwl-admin-init.php:1211
455
- #: ../includes/class.yith-wcwl-admin-init.php:1229
456
- #: ../includes/class.yith-wcwl-admin-init.php:1247
457
  msgid "Text (hover)"
458
  msgstr ""
459
 
460
- #: ../includes/class.yith-wcwl-admin-init.php:1194
461
- #: ../includes/class.yith-wcwl-admin-init.php:1212
462
- #: ../includes/class.yith-wcwl-admin-init.php:1230
463
- #: ../includes/class.yith-wcwl-admin-init.php:1248
464
  msgid "Border (hover)"
465
  msgstr ""
466
 
467
- #: ../includes/class.yith-wcwl-admin-init.php:1198
468
  #, fuzzy
469
  msgid "\"Add to Cart\" button"
470
  msgstr "Texto del botón \"Agregar al carrito\""
471
 
472
- #: ../includes/class.yith-wcwl-admin-init.php:1216
473
  msgid "\"Style 1\" button"
474
  msgstr ""
475
 
476
- #: ../includes/class.yith-wcwl-admin-init.php:1234
477
  msgid "\"Style 2\" button"
478
  msgstr ""
479
 
480
- #: ../includes/class.yith-wcwl-admin-init.php:1252
481
  #, fuzzy
482
  msgid "Wishlist table"
483
  msgstr "Título de la Lista de deseos"
484
 
485
- #: ../includes/class.yith-wcwl-admin-init.php:1261
486
  msgid "Headers"
487
  msgstr ""
488
 
489
- #: ../includes/class.yith-wcwl-admin-init.php:1264
490
  msgid "Background color"
491
  msgstr ""
492
 
493
- #: ../includes/class.yith-wcwl-admin-init.php:1354
494
  #, fuzzy
495
  msgid "Wishlist Activated"
496
  msgstr "Título de la Lista de deseos"
497
 
498
- #: ../includes/class.yith-wcwl-admin-init.php:1355
499
  #, php-format
500
  msgid ""
501
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
@@ -504,12 +504,12 @@ msgid ""
504
  "options, <a href=\"%s\">discover it now</a>."
505
  msgstr ""
506
 
507
- #: ../includes/class.yith-wcwl-admin-init.php:1366
508
  #, fuzzy
509
  msgid "Wishlist Updated"
510
  msgstr "Lista de deseos"
511
 
512
- #: ../includes/class.yith-wcwl-admin-init.php:1367
513
  #, php-format
514
  msgid ""
515
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
@@ -519,13 +519,13 @@ msgid ""
519
  "\">discover the PREMIUM version.</a>"
520
  msgstr ""
521
 
522
- #: ../includes/class.yith-wcwl-init.php:366
523
  msgid ""
524
  "We are sorry, but this feature is available only if cookies are enabled on "
525
  "your browser."
526
  msgstr ""
527
 
528
- #: ../includes/class.yith-wcwl-init.php:367
529
  #, fuzzy
530
  msgid "Product correctly added to cart"
531
  msgstr "¡Agregado!"
@@ -536,24 +536,24 @@ msgid "wishlist"
536
  msgstr ""
537
 
538
  #: ../includes/class.yith-wcwl-shortcode.php:259
539
- #: ../includes/class.yith-wcwl-ui.php:163
540
  msgid "Share on:"
541
  msgstr "Compartir en:"
542
 
543
- #: ../includes/class.yith-wcwl-ui.php:117
544
- #: ../includes/class.yith-wcwl-ui.php:199
545
  msgid "Select options"
546
  msgstr "Selecciona opciones"
547
 
548
- #: ../includes/class.yith-wcwl-ui.php:167 ../templates/share.php:20
549
  msgid "Facebook"
550
  msgstr ""
551
 
552
- #: ../includes/class.yith-wcwl-ui.php:170 ../templates/share.php:26
553
  msgid "Twitter"
554
  msgstr ""
555
 
556
- #: ../includes/class.yith-wcwl-ui.php:179
557
  msgid "email"
558
  msgstr ""
559
 
@@ -564,53 +564,53 @@ msgstr ""
564
  "¡Ups! Ha ocurrido un error al agregar el producto a la lista de deseos. "
565
  "Intenta nuevamente, por favor."
566
 
567
- #: ../includes/class.yith-wcwl.php:268
568
  #, fuzzy
569
  msgid "An error occurred while adding products to wishlist."
570
  msgstr ""
571
  "¡Ups! Ha ocurrido un error al agregar el producto a la lista de deseos. "
572
  "Intenta nuevamente, por favor."
573
 
574
- #: ../includes/class.yith-wcwl.php:285
575
  msgid "The \"Remove\" option now does not require any parameter"
576
  msgstr ""
577
 
578
- #: ../includes/class.yith-wcwl.php:332
579
  #, fuzzy
580
  msgid "An error occurred while removing products from the wishlist"
581
  msgstr ""
582
  "¡Ups! Ha ocurrido un error al eliminar el producto de tu lista. Intenta "
583
  "nuevamente, por favor."
584
 
585
- #: ../includes/class.yith-wcwl.php:774
586
  msgid "You need to log in before creating a new wishlist"
587
  msgstr ""
588
 
589
- #: ../includes/class.yith-wcwl.php:1565
590
  msgid "Product successfully removed."
591
  msgstr "Bien, lo hemos eliminado de tu lista..."
592
 
593
- #: ../includes/class.yith-wcwl.php:1569
594
  msgid "Error. Unable to remove the product from the wishlist."
595
  msgstr ""
596
  "¡Ups! Ha ocurrido un error al eliminar el producto de tu lista. Intenta "
597
  "nuevamente, por favor."
598
 
599
- #: ../includes/class.yith-wcwl.php:1573 ../templates/wishlist-view.php:239
600
  msgid "No products were added to the wishlist"
601
  msgstr "Tu lista de deseos está vacía por el momento..."
602
 
603
- #: ../includes/class.yith-wcwl.php:1615
604
  msgid "An error as occurred."
605
  msgstr ""
606
 
607
- #: ../init.php:128
608
  msgid ""
609
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
610
  "WooCommerce in order to work."
611
  msgstr ""
612
 
613
- #: ../init.php:138
614
  msgid ""
615
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
616
  "are using the premium one."
@@ -868,10 +868,6 @@ msgstr "Compartir en Pinterest"
868
  msgid "Google+"
869
  msgstr "Compartir en Google+"
870
 
871
- #: ../templates/share.php:44
872
- msgid "I wanted you to see this site"
873
- msgstr ""
874
-
875
  #: ../templates/share.php:44
876
  msgid "Email"
877
  msgstr ""
@@ -902,57 +898,57 @@ msgid "Stock Status"
902
  msgstr "Estado de stock"
903
 
904
  # Not literal but more friendly.
905
- #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:229
906
  msgid "Remove this product"
907
  msgstr "Ya no lo quiero"
908
 
909
- #: ../templates/wishlist-view.php:170
910
  msgid "Free!"
911
  msgstr ""
912
 
913
- #: ../templates/wishlist-view.php:176
914
  msgid "Out of Stock"
915
  msgstr "No disponible por el momento"
916
 
917
- #: ../templates/wishlist-view.php:176
918
  msgid "In Stock"
919
  msgstr "¡Disponible!"
920
 
921
- #: ../templates/wishlist-view.php:185
922
  #, php-format
923
  msgid "Added on : %s"
924
  msgstr ""
925
 
926
- #: ../templates/wishlist-view.php:197
927
  msgid "Move"
928
  msgstr ""
929
 
930
- #: ../templates/wishlist-view.php:209
931
  #, fuzzy
932
  msgid "Shared"
933
  msgstr "Compartir en:"
934
 
935
- #: ../templates/wishlist-view.php:212
936
  msgid "Private"
937
  msgstr ""
938
 
939
- #: ../templates/wishlist-view.php:215
940
  msgid "Public"
941
  msgstr ""
942
 
943
- #: ../templates/wishlist-view.php:229
944
  msgid "Remove"
945
  msgstr ""
946
 
947
- #: ../templates/wishlist-view.php:256
948
  msgid "Add the selected products to the cart"
949
  msgstr ""
950
 
951
- #: ../templates/wishlist-view.php:264 ../templates/wishlist-view.php:310
952
  msgid "Ask for an estimate"
953
  msgstr ""
954
 
955
- #: ../templates/wishlist-view.php:300
956
  msgid "Your email"
957
  msgstr ""
958
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
+ "POT-Creation-Date: 2017-10-24 17:33+0200\n"
5
+ "PO-Revision-Date: 2017-10-24 17:33+0200\n"
6
  "Last-Translator: YIThemes <support@yithemes.com>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: es_AR\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.8.7.1\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
20
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
21
 
22
  #: ../includes/class.yith-wcwl-admin-init.php:159
23
+ #: ../includes/class.yith-wcwl-admin-init.php:1483
24
+ #: ../includes/class.yith-wcwl-admin-init.php:1484
25
  #: ../includes/class.yith-wcwl-install.php:244
26
  msgid "Wishlist"
27
  msgstr "Lista de deseos"
59
  msgid "Plugin Documentation"
60
  msgstr ""
61
 
62
+ #: ../includes/class.yith-wcwl-admin-init.php:1023
63
  msgid "Upgrade to the PREMIUM VERSION"
64
  msgstr ""
65
 
66
+ #: ../includes/class.yith-wcwl-admin-init.php:1026
67
  msgid "YITH WooCommerce Wishlist"
68
  msgstr ""
69
 
70
+ #: ../includes/class.yith-wcwl-admin-init.php:1027
71
  msgid "Discover the Advanced Features"
72
  msgstr ""
73
 
74
+ #: ../includes/class.yith-wcwl-admin-init.php:1028
75
  msgid ""
76
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
77
  "all features!"
78
  msgstr ""
79
 
80
+ #: ../includes/class.yith-wcwl-admin-init.php:1034
81
  msgid "Get Support and Pro Features"
82
  msgstr ""
83
 
84
+ #: ../includes/class.yith-wcwl-admin-init.php:1035
85
  msgid ""
86
  "By purchasing the premium version of the plugin, you will take advantage of "
87
  "the advanced features of the product and you will get one year of free "
88
  "updates and support through our platform available 24h/24."
89
  msgstr ""
90
 
91
+ #: ../includes/class.yith-wcwl-admin-init.php:1045
92
  msgid "General Settings"
93
  msgstr "Configuraciones generales"
94
 
95
+ #: ../includes/class.yith-wcwl-admin-init.php:1052
96
  msgid "Enable YITH Wishlist"
97
  msgstr "Habilitar YITH Wishlist"
98
 
99
+ #: ../includes/class.yith-wcwl-admin-init.php:1053
100
  #, php-format
101
  msgid ""
102
  "Enable all plugin features. <strong>Be sure to select at least one option in "
104
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
105
  msgstr ""
106
 
107
+ #: ../includes/class.yith-wcwl-admin-init.php:1059
108
  #, fuzzy
109
  msgid "Default wishlist title"
110
  msgstr "Título de la Lista de deseos"
111
 
112
+ #: ../includes/class.yith-wcwl-admin-init.php:1061
113
+ #: ../includes/class.yith-wcwl-admin-init.php:1062
114
+ #: ../includes/class.yith-wcwl-admin-init.php:1298
115
  #, php-format
116
  msgid "My wishlist on %s"
117
  msgstr "Mi lista de deseos en %s"
118
 
119
+ #: ../includes/class.yith-wcwl-admin-init.php:1067
120
  msgid "Wishlist Page"
121
  msgstr "Lista de deseos"
122
 
123
+ #: ../includes/class.yith-wcwl-admin-init.php:1068
124
  msgid "Page contents: [yith_wcwl_wishlist]"
125
  msgstr "Contenidos: [yith_wcwl_wishlist]"
126
 
127
+ #: ../includes/class.yith-wcwl-admin-init.php:1077
128
  msgid "Position"
129
  msgstr "Posición"
130
 
131
+ #: ../includes/class.yith-wcwl-admin-init.php:1078
132
  #, fuzzy
133
  msgid ""
134
  "You can add the button in variable products only after the \"Add to Cart\" "
137
  "En productos variables puedes agregarlo sólo Después de \"Agregar al carrito"
138
  "\" o usar el shortcode [yith_wcwl_add_to_wishlist]. "
139
 
140
+ #: ../includes/class.yith-wcwl-admin-init.php:1084
141
  msgid "After \"Add to cart\""
142
  msgstr "Después de \"Agregar al carrito\""
143
 
144
+ #: ../includes/class.yith-wcwl-admin-init.php:1085
145
  msgid "After thumbnails"
146
  msgstr "Después de las miniaturas"
147
 
148
+ #: ../includes/class.yith-wcwl-admin-init.php:1086
149
  msgid "After summary"
150
  msgstr "Después del resúmen"
151
 
152
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
153
  msgid "Use shortcode"
154
  msgstr "Usar shortcode"
155
 
156
+ #: ../includes/class.yith-wcwl-admin-init.php:1092
157
  msgid "Redirect to cart"
158
  msgstr "Redireccionar al carrito"
159
 
160
+ #: ../includes/class.yith-wcwl-admin-init.php:1093
161
  msgid ""
162
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
163
  "page."
165
  "Redireccionar a la página del carrito si se presiona el botón \"Agregar al "
166
  "carrito\" en la página de la lista de deseos."
167
 
168
+ #: ../includes/class.yith-wcwl-admin-init.php:1099
169
  msgid "Remove if added to the cart"
170
  msgstr "Eliminar después de agregar al carrito"
171
 
172
+ #: ../includes/class.yith-wcwl-admin-init.php:1100
173
  #, fuzzy
174
  msgid "Remove the product from the wishlist if it has been added to the cart."
175
  msgstr "Eliminar el producto de la lista de deseos si fue agregado al carrito."
176
 
177
+ #: ../includes/class.yith-wcwl-admin-init.php:1106
178
  msgid "\"Add to Wishlist\" text"
179
  msgstr "Texto de \"Agregar a la Lista de deseos\""
180
 
181
+ #: ../includes/class.yith-wcwl-admin-init.php:1108
182
  msgid "Add to Wishlist"
183
  msgstr "Agregar a la Lista de deseos"
184
 
185
+ #: ../includes/class.yith-wcwl-admin-init.php:1113
186
  #, fuzzy
187
  msgid "\"Browse wishlist\" text"
188
  msgstr "Ir a la Lista de deseos"
189
 
190
+ #: ../includes/class.yith-wcwl-admin-init.php:1115
191
+ #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
192
  msgid "Browse Wishlist"
193
  msgstr "Ir a la Lista de deseos"
194
 
195
+ #: ../includes/class.yith-wcwl-admin-init.php:1120
196
  #, fuzzy
197
  msgid "\"Product already in wishlist\" text"
198
  msgstr "Ya está en tu lista de deseos!"
199
 
200
+ #: ../includes/class.yith-wcwl-admin-init.php:1122
201
+ #: ../includes/class.yith-wcwl-ui.php:83
202
  msgid "The product is already in the wishlist!"
203
  msgstr "¡Este producto ya está en la lista de deseos!"
204
 
205
+ #: ../includes/class.yith-wcwl-admin-init.php:1127
206
  #, fuzzy
207
  msgid "\"Product added\" text"
208
  msgstr "¡Agregado!"
209
 
210
+ #: ../includes/class.yith-wcwl-admin-init.php:1129
211
+ #: ../includes/class.yith-wcwl-ui.php:82
212
  msgid "Product added!"
213
  msgstr "¡Agregado!"
214
 
215
+ #: ../includes/class.yith-wcwl-admin-init.php:1134
216
  msgid "\"Add to Cart\" text"
217
  msgstr "Texto de \"Agregar al carrito\""
218
 
219
+ #: ../includes/class.yith-wcwl-admin-init.php:1136
220
  msgid "Add to Cart"
221
  msgstr "Agregar al carrito"
222
 
223
+ #: ../includes/class.yith-wcwl-admin-init.php:1141
224
  msgid "Show Unit price"
225
  msgstr "Mostrar precio por unidad"
226
 
227
+ #: ../includes/class.yith-wcwl-admin-init.php:1142
228
  msgid "Show unit price for each product in wishlist"
229
  msgstr ""
230
 
231
+ #: ../includes/class.yith-wcwl-admin-init.php:1149
232
  msgid "Show \"Add to Cart\" button"
233
  msgstr "Mostrar el botón \"Agregar al carrito\""
234
 
235
+ #: ../includes/class.yith-wcwl-admin-init.php:1150
236
  #, fuzzy
237
  msgid "Show \"Add to Cart\" button for each product in wishlist"
238
  msgstr "Fondo del botón \"Agregar al carrito\""
239
 
240
+ #: ../includes/class.yith-wcwl-admin-init.php:1157
241
  msgid "Show Stock status"
242
  msgstr "Mostrar estado del stock"
243
 
244
+ #: ../includes/class.yith-wcwl-admin-init.php:1158
245
  msgid ""
246
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
247
  msgstr ""
248
 
249
+ #: ../includes/class.yith-wcwl-admin-init.php:1165
250
  msgid "Show Date of addition"
251
  msgstr ""
252
 
253
+ #: ../includes/class.yith-wcwl-admin-init.php:1166
254
  #, fuzzy
255
  msgid "Show the date when users have added a product to the wishlist"
256
  msgstr ""
257
  "¡Ups! Ha ocurrido un error al agregar el producto a la lista de deseos. "
258
  "Intenta nuevamente, por favor."
259
 
260
+ #: ../includes/class.yith-wcwl-admin-init.php:1173
261
  #, fuzzy
262
  msgid "Add second remove button"
263
  msgstr "Texto del botón \"Agregar al carrito\""
264
 
265
+ #: ../includes/class.yith-wcwl-admin-init.php:1174
266
  msgid "Add a second remove button in the last column, with extended label"
267
  msgstr ""
268
 
269
+ #: ../includes/class.yith-wcwl-admin-init.php:1189
270
  msgid "Styles"
271
  msgstr "Estilos"
272
 
273
+ #: ../includes/class.yith-wcwl-admin-init.php:1196
274
  msgid "Use buttons"
275
  msgstr "Usar botones"
276
 
277
+ #: ../includes/class.yith-wcwl-admin-init.php:1197
278
  #, fuzzy
279
  msgid "Use buttons instead of simple anchors."
280
  msgstr "Usar botones en lugar de anclas simples."
281
 
282
+ #: ../includes/class.yith-wcwl-admin-init.php:1203
283
  msgid "Custom CSS"
284
  msgstr "CSS personalizado"
285
 
286
+ #: ../includes/class.yith-wcwl-admin-init.php:1210
287
  msgid "Use theme style"
288
  msgstr "Usar el estilo del tema"
289
 
290
+ #: ../includes/class.yith-wcwl-admin-init.php:1211
291
  msgid "Use the theme style."
292
  msgstr "Usar el estilo del tema."
293
 
294
+ #: ../includes/class.yith-wcwl-admin-init.php:1217
295
  #, fuzzy
296
  msgid "Rounded buttons"
297
  msgstr "Usar botones"
298
 
299
+ #: ../includes/class.yith-wcwl-admin-init.php:1218
300
  #, fuzzy
301
  msgid "Make button corners rounded"
302
  msgstr "Redondear los ángulos de los botones"
303
 
304
+ #: ../includes/class.yith-wcwl-admin-init.php:1224
305
  msgid "\"Add to Wishlist\" icon"
306
  msgstr "Ícono de \"Agregar a la Lista de deseos\""
307
 
308
+ #: ../includes/class.yith-wcwl-admin-init.php:1225
309
  msgid "Add an icon to the \"Add to Wishlist\" button"
310
  msgstr "Agregar un ícono al botón de \"Agregar a la Lista de deseos\""
311
 
312
+ #: ../includes/class.yith-wcwl-admin-init.php:1235
313
  msgid "\"Add to Cart\" icon"
314
  msgstr "Ícono de \"Agregar al carrito\""
315
 
316
+ #: ../includes/class.yith-wcwl-admin-init.php:1236
317
  msgid "Add an icon to the \"Add to Cart\" button"
318
  msgstr "Agregar un ícono para el botón de \"Agregar al carrito\""
319
 
320
+ #: ../includes/class.yith-wcwl-admin-init.php:1254
321
  #, fuzzy
322
  msgid "Social Networks & Share"
323
  msgstr "Sociales &amp; Compartir"
324
 
325
+ #: ../includes/class.yith-wcwl-admin-init.php:1261
326
  msgid "Share on Facebook"
327
  msgstr "Compartir en Facebook"
328
 
329
+ #: ../includes/class.yith-wcwl-admin-init.php:1262
330
  #, fuzzy
331
  msgid "Show \"Share on Facebook\" button"
332
  msgstr "Compartir en Facebook"
333
 
334
+ #: ../includes/class.yith-wcwl-admin-init.php:1268
335
  msgid "Tweet on Twitter"
336
  msgstr "Tuitear en Twitter"
337
 
338
+ #: ../includes/class.yith-wcwl-admin-init.php:1269
339
  #, fuzzy
340
  msgid "Show \"Tweet on Twitter\" button"
341
  msgstr "Tuitear en Twitter"
342
 
343
+ #: ../includes/class.yith-wcwl-admin-init.php:1275
344
  msgid "Pin on Pinterest"
345
  msgstr "Compartir en Pinterest"
346
 
347
+ #: ../includes/class.yith-wcwl-admin-init.php:1276
348
  #, fuzzy
349
  msgid "Show \"Pin on Pinterest\" button"
350
  msgstr "Compartir en Pinterest"
351
 
352
+ #: ../includes/class.yith-wcwl-admin-init.php:1282
353
  msgid "Share on Google+"
354
  msgstr "Compartir en Google+"
355
 
356
+ #: ../includes/class.yith-wcwl-admin-init.php:1283
357
  #, fuzzy
358
  msgid "Show \"Share on Google+\" button"
359
  msgstr "Compartir en Facebook"
360
 
361
+ #: ../includes/class.yith-wcwl-admin-init.php:1289
362
  msgid "Share by Email"
363
  msgstr ""
364
 
365
+ #: ../includes/class.yith-wcwl-admin-init.php:1290
366
  #, fuzzy
367
  msgid "Show \"Share by Email\" button"
368
  msgstr "Mostrar el botón \"Agregar al carrito\""
369
 
370
+ #: ../includes/class.yith-wcwl-admin-init.php:1296
371
  #, fuzzy
372
  msgid "Social title"
373
  msgstr "Título de sociales"
374
 
375
+ #: ../includes/class.yith-wcwl-admin-init.php:1303
376
  #, fuzzy
377
  msgid "Social text"
378
  msgstr "Texto de sociales"
379
 
380
+ #: ../includes/class.yith-wcwl-admin-init.php:1304
381
  msgid ""
382
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
383
  "strong> where you want to show the URL of your wishlist."
384
  msgstr ""
385
 
386
+ #: ../includes/class.yith-wcwl-admin-init.php:1311
387
  #, fuzzy
388
  msgid "Social image URL"
389
  msgstr "URL de las imágenes sociales"
390
 
391
+ #: ../includes/class.yith-wcwl-admin-init.php:1312
392
  msgid "It will be used by Pinterest."
393
  msgstr ""
394
 
395
+ #: ../includes/class.yith-wcwl-admin-init.php:1326
396
  #, php-format
397
  msgid ""
398
  "If you want to take advantage of this feature, you could consider to "
399
  "purchase the %s."
400
  msgstr ""
401
 
402
+ #: ../includes/class.yith-wcwl-admin-init.php:1331
403
  msgid "YITH WooCommerce Frequently Bought Together Integration"
404
  msgstr ""
405
 
406
+ #: ../includes/class.yith-wcwl-admin-init.php:1338
407
  msgid "Enable slider in wishlist"
408
  msgstr ""
409
 
410
+ #: ../includes/class.yith-wcwl-admin-init.php:1339
411
  #, php-format
412
  msgid ""
413
  "Choose to enable product slider in wishlist page with linked products (<a "
414
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
415
  msgstr ""
416
 
417
+ #: ../includes/class.yith-wcwl-admin-init.php:1375
418
  #, fuzzy
419
  msgid "\"Add to wishlist\" button"
420
  msgstr "Texto del botón \"Agregar a la lista de deseos\""
421
 
422
+ #: ../includes/class.yith-wcwl-admin-init.php:1378
423
+ #: ../includes/class.yith-wcwl-admin-init.php:1396
424
+ #: ../includes/class.yith-wcwl-admin-init.php:1414
425
+ #: ../includes/class.yith-wcwl-admin-init.php:1432
426
+ #: ../includes/class.yith-wcwl-admin-init.php:1450
427
  msgid "Background"
428
  msgstr ""
429
 
430
+ #: ../includes/class.yith-wcwl-admin-init.php:1379
431
+ #: ../includes/class.yith-wcwl-admin-init.php:1397
432
+ #: ../includes/class.yith-wcwl-admin-init.php:1415
433
+ #: ../includes/class.yith-wcwl-admin-init.php:1433
434
+ #: ../includes/class.yith-wcwl-admin-init.php:1451
435
  msgid "Text"
436
  msgstr ""
437
 
438
+ #: ../includes/class.yith-wcwl-admin-init.php:1380
439
+ #: ../includes/class.yith-wcwl-admin-init.php:1398
440
+ #: ../includes/class.yith-wcwl-admin-init.php:1416
441
+ #: ../includes/class.yith-wcwl-admin-init.php:1434
442
+ #: ../includes/class.yith-wcwl-admin-init.php:1452
443
  msgid "Border"
444
  msgstr ""
445
 
446
+ #: ../includes/class.yith-wcwl-admin-init.php:1387
447
+ #: ../includes/class.yith-wcwl-admin-init.php:1405
448
+ #: ../includes/class.yith-wcwl-admin-init.php:1423
449
+ #: ../includes/class.yith-wcwl-admin-init.php:1441
450
  msgid "Background (hover)"
451
  msgstr ""
452
 
453
+ #: ../includes/class.yith-wcwl-admin-init.php:1388
454
+ #: ../includes/class.yith-wcwl-admin-init.php:1406
455
+ #: ../includes/class.yith-wcwl-admin-init.php:1424
456
+ #: ../includes/class.yith-wcwl-admin-init.php:1442
457
  msgid "Text (hover)"
458
  msgstr ""
459
 
460
+ #: ../includes/class.yith-wcwl-admin-init.php:1389
461
+ #: ../includes/class.yith-wcwl-admin-init.php:1407
462
+ #: ../includes/class.yith-wcwl-admin-init.php:1425
463
+ #: ../includes/class.yith-wcwl-admin-init.php:1443
464
  msgid "Border (hover)"
465
  msgstr ""
466
 
467
+ #: ../includes/class.yith-wcwl-admin-init.php:1393
468
  #, fuzzy
469
  msgid "\"Add to Cart\" button"
470
  msgstr "Texto del botón \"Agregar al carrito\""
471
 
472
+ #: ../includes/class.yith-wcwl-admin-init.php:1411
473
  msgid "\"Style 1\" button"
474
  msgstr ""
475
 
476
+ #: ../includes/class.yith-wcwl-admin-init.php:1429
477
  msgid "\"Style 2\" button"
478
  msgstr ""
479
 
480
+ #: ../includes/class.yith-wcwl-admin-init.php:1447
481
  #, fuzzy
482
  msgid "Wishlist table"
483
  msgstr "Título de la Lista de deseos"
484
 
485
+ #: ../includes/class.yith-wcwl-admin-init.php:1456
486
  msgid "Headers"
487
  msgstr ""
488
 
489
+ #: ../includes/class.yith-wcwl-admin-init.php:1459
490
  msgid "Background color"
491
  msgstr ""
492
 
493
+ #: ../includes/class.yith-wcwl-admin-init.php:1549
494
  #, fuzzy
495
  msgid "Wishlist Activated"
496
  msgstr "Título de la Lista de deseos"
497
 
498
+ #: ../includes/class.yith-wcwl-admin-init.php:1550
499
  #, php-format
500
  msgid ""
501
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
504
  "options, <a href=\"%s\">discover it now</a>."
505
  msgstr ""
506
 
507
+ #: ../includes/class.yith-wcwl-admin-init.php:1561
508
  #, fuzzy
509
  msgid "Wishlist Updated"
510
  msgstr "Lista de deseos"
511
 
512
+ #: ../includes/class.yith-wcwl-admin-init.php:1562
513
  #, php-format
514
  msgid ""
515
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
519
  "\">discover the PREMIUM version.</a>"
520
  msgstr ""
521
 
522
+ #: ../includes/class.yith-wcwl-init.php:374
523
  msgid ""
524
  "We are sorry, but this feature is available only if cookies are enabled on "
525
  "your browser."
526
  msgstr ""
527
 
528
+ #: ../includes/class.yith-wcwl-init.php:375
529
  #, fuzzy
530
  msgid "Product correctly added to cart"
531
  msgstr "¡Agregado!"
536
  msgstr ""
537
 
538
  #: ../includes/class.yith-wcwl-shortcode.php:259
539
+ #: ../includes/class.yith-wcwl-ui.php:164
540
  msgid "Share on:"
541
  msgstr "Compartir en:"
542
 
543
+ #: ../includes/class.yith-wcwl-ui.php:118
544
+ #: ../includes/class.yith-wcwl-ui.php:200
545
  msgid "Select options"
546
  msgstr "Selecciona opciones"
547
 
548
+ #: ../includes/class.yith-wcwl-ui.php:168 ../templates/share.php:20
549
  msgid "Facebook"
550
  msgstr ""
551
 
552
+ #: ../includes/class.yith-wcwl-ui.php:171 ../templates/share.php:26
553
  msgid "Twitter"
554
  msgstr ""
555
 
556
+ #: ../includes/class.yith-wcwl-ui.php:180
557
  msgid "email"
558
  msgstr ""
559
 
564
  "¡Ups! Ha ocurrido un error al agregar el producto a la lista de deseos. "
565
  "Intenta nuevamente, por favor."
566
 
567
+ #: ../includes/class.yith-wcwl.php:269
568
  #, fuzzy
569
  msgid "An error occurred while adding products to wishlist."
570
  msgstr ""
571
  "¡Ups! Ha ocurrido un error al agregar el producto a la lista de deseos. "
572
  "Intenta nuevamente, por favor."
573
 
574
+ #: ../includes/class.yith-wcwl.php:286
575
  msgid "The \"Remove\" option now does not require any parameter"
576
  msgstr ""
577
 
578
+ #: ../includes/class.yith-wcwl.php:335
579
  #, fuzzy
580
  msgid "An error occurred while removing products from the wishlist"
581
  msgstr ""
582
  "¡Ups! Ha ocurrido un error al eliminar el producto de tu lista. Intenta "
583
  "nuevamente, por favor."
584
 
585
+ #: ../includes/class.yith-wcwl.php:783
586
  msgid "You need to log in before creating a new wishlist"
587
  msgstr ""
588
 
589
+ #: ../includes/class.yith-wcwl.php:1578
590
  msgid "Product successfully removed."
591
  msgstr "Bien, lo hemos eliminado de tu lista..."
592
 
593
+ #: ../includes/class.yith-wcwl.php:1582
594
  msgid "Error. Unable to remove the product from the wishlist."
595
  msgstr ""
596
  "¡Ups! Ha ocurrido un error al eliminar el producto de tu lista. Intenta "
597
  "nuevamente, por favor."
598
 
599
+ #: ../includes/class.yith-wcwl.php:1586 ../templates/wishlist-view.php:241
600
  msgid "No products were added to the wishlist"
601
  msgstr "Tu lista de deseos está vacía por el momento..."
602
 
603
+ #: ../includes/class.yith-wcwl.php:1628
604
  msgid "An error as occurred."
605
  msgstr ""
606
 
607
+ #: ../init.php:130
608
  msgid ""
609
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
610
  "WooCommerce in order to work."
611
  msgstr ""
612
 
613
+ #: ../init.php:140
614
  msgid ""
615
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
616
  "are using the premium one."
868
  msgid "Google+"
869
  msgstr "Compartir en Google+"
870
 
 
 
 
 
871
  #: ../templates/share.php:44
872
  msgid "Email"
873
  msgstr ""
898
  msgstr "Estado de stock"
899
 
900
  # Not literal but more friendly.
901
+ #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:231
902
  msgid "Remove this product"
903
  msgstr "Ya no lo quiero"
904
 
905
+ #: ../templates/wishlist-view.php:172
906
  msgid "Free!"
907
  msgstr ""
908
 
909
+ #: ../templates/wishlist-view.php:178
910
  msgid "Out of Stock"
911
  msgstr "No disponible por el momento"
912
 
913
+ #: ../templates/wishlist-view.php:178
914
  msgid "In Stock"
915
  msgstr "¡Disponible!"
916
 
917
+ #: ../templates/wishlist-view.php:187
918
  #, php-format
919
  msgid "Added on : %s"
920
  msgstr ""
921
 
922
+ #: ../templates/wishlist-view.php:199
923
  msgid "Move"
924
  msgstr ""
925
 
926
+ #: ../templates/wishlist-view.php:211
927
  #, fuzzy
928
  msgid "Shared"
929
  msgstr "Compartir en:"
930
 
931
+ #: ../templates/wishlist-view.php:214
932
  msgid "Private"
933
  msgstr ""
934
 
935
+ #: ../templates/wishlist-view.php:217
936
  msgid "Public"
937
  msgstr ""
938
 
939
+ #: ../templates/wishlist-view.php:231
940
  msgid "Remove"
941
  msgstr ""
942
 
943
+ #: ../templates/wishlist-view.php:258
944
  msgid "Add the selected products to the cart"
945
  msgstr ""
946
 
947
+ #: ../templates/wishlist-view.php:266 ../templates/wishlist-view.php:312
948
  msgid "Ask for an estimate"
949
  msgstr ""
950
 
951
+ #: ../templates/wishlist-view.php:302
952
  msgid "Your email"
953
  msgstr ""
954
 
languages/yith-woocommerce-wishlist-es_ES.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-es_ES.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-05-11 15:56+0200\n"
6
- "PO-Revision-Date: 2017-05-11 15:56+0200\n"
7
  "Last-Translator: patrons_admin <arman.shahinyan@aticser.com>\n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
9
  "Language: es_ES\n"
@@ -12,7 +12,7 @@ msgstr ""
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
15
- "X-Generator: Poedit 2.0.1\n"
16
  "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
17
  "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
18
  "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
@@ -24,8 +24,8 @@ msgstr ""
24
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
25
 
26
  #: ../includes/class.yith-wcwl-admin-init.php:159
27
- #: ../includes/class.yith-wcwl-admin-init.php:1288
28
- #: ../includes/class.yith-wcwl-admin-init.php:1289
29
  #: ../includes/class.yith-wcwl-install.php:244
30
  msgid "Wishlist"
31
  msgstr "Lista de Deseos"
@@ -65,29 +65,29 @@ msgstr "ADVERTENCIA: Este plugin requiere al menos WooCommerce 2.2!"
65
  msgid "Plugin Documentation"
66
  msgstr "Documentación Plugin"
67
 
68
- #: ../includes/class.yith-wcwl-admin-init.php:828
69
  msgid "Upgrade to the PREMIUM VERSION"
70
  msgstr "Actualiza a la versión Premium"
71
 
72
- #: ../includes/class.yith-wcwl-admin-init.php:831
73
  msgid "YITH WooCommerce Wishlist"
74
  msgstr "YITH WooCommerce Wishlist"
75
 
76
- #: ../includes/class.yith-wcwl-admin-init.php:832
77
  msgid "Discover the Advanced Features"
78
  msgstr "Descubre las funciones avanzadas"
79
 
80
- #: ../includes/class.yith-wcwl-admin-init.php:833
81
  msgid ""
82
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
83
  "all features!"
84
  msgstr ""
85
 
86
- #: ../includes/class.yith-wcwl-admin-init.php:839
87
  msgid "Get Support and Pro Features"
88
  msgstr "Obtén ayuda y Características Pro"
89
 
90
- #: ../includes/class.yith-wcwl-admin-init.php:840
91
  msgid ""
92
  "By purchasing the premium version of the plugin, you will take advantage of "
93
  "the advanced features of the product and you will get one year of free "
@@ -97,17 +97,17 @@ msgstr ""
97
  "características avanzadas del producto y obtendrá un año de actualizaciones "
98
  "gratuitas y apoyo a través de nuestra plataforma disponible 24h/24."
99
 
100
- #: ../includes/class.yith-wcwl-admin-init.php:850
101
  msgid "General Settings"
102
  msgstr "Configuración general"
103
 
104
- #: ../includes/class.yith-wcwl-admin-init.php:857
105
  msgid "Enable YITH Wishlist"
106
  msgstr ""
107
  "Habilitar Y\n"
108
  "ITH Wishlist"
109
 
110
- #: ../includes/class.yith-wcwl-admin-init.php:858
111
  #, php-format
112
  msgid ""
113
  "Enable all plugin features. <strong>Be sure to select at least one option in "
@@ -115,34 +115,34 @@ msgid ""
115
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
116
  msgstr ""
117
 
118
- #: ../includes/class.yith-wcwl-admin-init.php:864
119
  msgid "Default wishlist title"
120
  msgstr "Título por defecto de la Lista de Deseos"
121
 
122
- #: ../includes/class.yith-wcwl-admin-init.php:866
123
- #: ../includes/class.yith-wcwl-admin-init.php:867
124
- #: ../includes/class.yith-wcwl-admin-init.php:1103
125
  #, php-format
126
  msgid "My wishlist on %s"
127
  msgstr "Mi lista de Deseos en %s"
128
 
129
- #: ../includes/class.yith-wcwl-admin-init.php:872
130
  msgid "Wishlist Page"
131
  msgstr ""
132
  "Página \n"
133
  "Lista de Deseos"
134
 
135
- #: ../includes/class.yith-wcwl-admin-init.php:873
136
  msgid "Page contents: [yith_wcwl_wishlist]"
137
  msgstr ""
138
  "Contenido de la Página: \n"
139
  "[yith_wcwl_wishlist]"
140
 
141
- #: ../includes/class.yith-wcwl-admin-init.php:882
142
  msgid "Position"
143
  msgstr "Posición"
144
 
145
- #: ../includes/class.yith-wcwl-admin-init.php:883
146
  msgid ""
147
  "You can add the button in variable products only after the \"Add to Cart\" "
148
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
@@ -153,27 +153,27 @@ msgstr ""
153
  "yith_wcwl_add_to_wishlist\n"
154
  "]."
155
 
156
- #: ../includes/class.yith-wcwl-admin-init.php:889
157
  msgid "After \"Add to cart\""
158
  msgstr "Después de \"Añadir al carrito\""
159
 
160
- #: ../includes/class.yith-wcwl-admin-init.php:890
161
  msgid "After thumbnails"
162
  msgstr "Después de miniaturas"
163
 
164
- #: ../includes/class.yith-wcwl-admin-init.php:891
165
  msgid "After summary"
166
  msgstr "Después de sumario"
167
 
168
- #: ../includes/class.yith-wcwl-admin-init.php:892
169
  msgid "Use shortcode"
170
  msgstr "Usar shortcode"
171
 
172
- #: ../includes/class.yith-wcwl-admin-init.php:897
173
  msgid "Redirect to cart"
174
  msgstr "Redirigir a la cesta"
175
 
176
- #: ../includes/class.yith-wcwl-admin-init.php:898
177
  msgid ""
178
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
179
  "page."
@@ -181,224 +181,224 @@ msgstr ""
181
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
182
  "page."
183
 
184
- #: ../includes/class.yith-wcwl-admin-init.php:904
185
  msgid "Remove if added to the cart"
186
  msgstr "Eliminar si se añade a la cesta"
187
 
188
- #: ../includes/class.yith-wcwl-admin-init.php:905
189
  msgid "Remove the product from the wishlist if it has been added to the cart."
190
  msgstr "Eliminar el producto de la lista si se ha añadido a la cesta."
191
 
192
- #: ../includes/class.yith-wcwl-admin-init.php:911
193
  msgid "\"Add to Wishlist\" text"
194
  msgstr "Texto \"Añadir a la Lista de Deseos\""
195
 
196
- #: ../includes/class.yith-wcwl-admin-init.php:913
197
  msgid "Add to Wishlist"
198
  msgstr "Añadir a la lista de deseos"
199
 
200
- #: ../includes/class.yith-wcwl-admin-init.php:918
201
  msgid "\"Browse wishlist\" text"
202
  msgstr "Texto de \"Navegar por la Lista de Deseos\""
203
 
204
- #: ../includes/class.yith-wcwl-admin-init.php:920
205
- #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl-ui.php:82
206
  msgid "Browse Wishlist"
207
  msgstr "Navegar por Lista de Deseos"
208
 
209
- #: ../includes/class.yith-wcwl-admin-init.php:925
210
  msgid "\"Product already in wishlist\" text"
211
  msgstr "Texto de \"El producto ya está en la lista de deseos\""
212
 
213
- #: ../includes/class.yith-wcwl-admin-init.php:927
214
- #: ../includes/class.yith-wcwl-ui.php:82
215
  msgid "The product is already in the wishlist!"
216
  msgstr "El producto ya está en la lista de deseos!"
217
 
218
- #: ../includes/class.yith-wcwl-admin-init.php:932
219
  msgid "\"Product added\" text"
220
  msgstr "Texto de \"Producto añadido\""
221
 
222
- #: ../includes/class.yith-wcwl-admin-init.php:934
223
- #: ../includes/class.yith-wcwl-ui.php:81
224
  msgid "Product added!"
225
  msgstr "Producto añadido!"
226
 
227
- #: ../includes/class.yith-wcwl-admin-init.php:939
228
  msgid "\"Add to Cart\" text"
229
  msgstr "Texto de \"Añadir a la Cesta\""
230
 
231
- #: ../includes/class.yith-wcwl-admin-init.php:941
232
  msgid "Add to Cart"
233
  msgstr "Añadir a la cesta"
234
 
235
- #: ../includes/class.yith-wcwl-admin-init.php:946
236
  msgid "Show Unit price"
237
  msgstr "Mostrar Precio unitario"
238
 
239
- #: ../includes/class.yith-wcwl-admin-init.php:947
240
  msgid "Show unit price for each product in wishlist"
241
  msgstr "Mostrar el precio unitario de cada producto en la lista de deseos"
242
 
243
- #: ../includes/class.yith-wcwl-admin-init.php:954
244
  msgid "Show \"Add to Cart\" button"
245
  msgstr "Mostrar botón de \"Añadir al carrito\""
246
 
247
- #: ../includes/class.yith-wcwl-admin-init.php:955
248
  msgid "Show \"Add to Cart\" button for each product in wishlist"
249
  msgstr ""
250
  "Mostrar botón \"Añadir al carrito\" para cada producto en la lista de deseos"
251
 
252
- #: ../includes/class.yith-wcwl-admin-init.php:962
253
  msgid "Show Stock status"
254
  msgstr "Mostrar el estado del Stock"
255
 
256
- #: ../includes/class.yith-wcwl-admin-init.php:963
257
  msgid ""
258
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
259
  msgstr ""
260
  "Mostrar etiqueta \"En existencia\" o \"Agotado\" para cada producto en la "
261
  "lista de deseos"
262
 
263
- #: ../includes/class.yith-wcwl-admin-init.php:970
264
  msgid "Show Date of addition"
265
  msgstr "Mostrar Fecha de adición"
266
 
267
- #: ../includes/class.yith-wcwl-admin-init.php:971
268
  msgid "Show the date when users have added a product to the wishlist"
269
  msgstr ""
270
  "Mostrar la fecha en que los usuarios han añadido un producto a la lista de "
271
  "deseos"
272
 
273
- #: ../includes/class.yith-wcwl-admin-init.php:978
274
  msgid "Add second remove button"
275
  msgstr "Añadir segundo botón de eliminación"
276
 
277
- #: ../includes/class.yith-wcwl-admin-init.php:979
278
  msgid "Add a second remove button in the last column, with extended label"
279
  msgstr ""
280
  "Añadir un segundo botón de eliminación en la última columna, con la etiqueta "
281
  "ampliada"
282
 
283
- #: ../includes/class.yith-wcwl-admin-init.php:994
284
  msgid "Styles"
285
  msgstr "Estilos"
286
 
287
- #: ../includes/class.yith-wcwl-admin-init.php:1001
288
  msgid "Use buttons"
289
  msgstr "Usar botones"
290
 
291
- #: ../includes/class.yith-wcwl-admin-init.php:1002
292
  msgid "Use buttons instead of simple anchors."
293
  msgstr "Utilizar los botones en lugar de anclajes simples."
294
 
295
- #: ../includes/class.yith-wcwl-admin-init.php:1008
296
  msgid "Custom CSS"
297
  msgstr "CSS personalizado"
298
 
299
- #: ../includes/class.yith-wcwl-admin-init.php:1015
300
  msgid "Use theme style"
301
  msgstr "Usar estilo del tema"
302
 
303
- #: ../includes/class.yith-wcwl-admin-init.php:1016
304
  msgid "Use the theme style."
305
  msgstr "Utilizar el estilo de tema."
306
 
307
- #: ../includes/class.yith-wcwl-admin-init.php:1022
308
  msgid "Rounded buttons"
309
  msgstr "Botones redondeados"
310
 
311
- #: ../includes/class.yith-wcwl-admin-init.php:1023
312
  msgid "Make button corners rounded"
313
  msgstr "Hacer que las esquinas del botón sean redondeadas"
314
 
315
- #: ../includes/class.yith-wcwl-admin-init.php:1029
316
  msgid "\"Add to Wishlist\" icon"
317
  msgstr ""
318
  "Icono de \n"
319
  "\"Añadir a la Lista de Deseos\""
320
 
321
- #: ../includes/class.yith-wcwl-admin-init.php:1030
322
  msgid "Add an icon to the \"Add to Wishlist\" button"
323
  msgstr "Añadir un icono para el botón \"Agregar a la lista de deseos\""
324
 
325
- #: ../includes/class.yith-wcwl-admin-init.php:1040
326
  msgid "\"Add to Cart\" icon"
327
  msgstr ""
328
  "Icono de \n"
329
  "\"Añadir al carrito\""
330
 
331
- #: ../includes/class.yith-wcwl-admin-init.php:1041
332
  msgid "Add an icon to the \"Add to Cart\" button"
333
  msgstr "Añadir un icono para el botón \"Añadir al carrito\""
334
 
335
- #: ../includes/class.yith-wcwl-admin-init.php:1059
336
  msgid "Social Networks & Share"
337
  msgstr "Redes Sociales y Compartir"
338
 
339
- #: ../includes/class.yith-wcwl-admin-init.php:1066
340
  msgid "Share on Facebook"
341
  msgstr "Compartir en Facebook"
342
 
343
- #: ../includes/class.yith-wcwl-admin-init.php:1067
344
  msgid "Show \"Share on Facebook\" button"
345
  msgstr "Mostrar el botón \"Compartir en Facebook\""
346
 
347
- #: ../includes/class.yith-wcwl-admin-init.php:1073
348
  msgid "Tweet on Twitter"
349
  msgstr "Twittear en Twitter"
350
 
351
- #: ../includes/class.yith-wcwl-admin-init.php:1074
352
  msgid "Show \"Tweet on Twitter\" button"
353
  msgstr "Mostrar botón \"Twittear en Twitter\""
354
 
355
- #: ../includes/class.yith-wcwl-admin-init.php:1080
356
  msgid "Pin on Pinterest"
357
  msgstr "Pin en Pinterest"
358
 
359
- #: ../includes/class.yith-wcwl-admin-init.php:1081
360
  msgid "Show \"Pin on Pinterest\" button"
361
  msgstr "Mostrar botón \"Pin on Pinterest\""
362
 
363
- #: ../includes/class.yith-wcwl-admin-init.php:1087
364
  msgid "Share on Google+"
365
  msgstr "Compartir en Google+"
366
 
367
- #: ../includes/class.yith-wcwl-admin-init.php:1088
368
  msgid "Show \"Share on Google+\" button"
369
  msgstr "Mostrar el botón \"Compartir en Google+\""
370
 
371
- #: ../includes/class.yith-wcwl-admin-init.php:1094
372
  msgid "Share by Email"
373
  msgstr "Compartir por correo electrónico"
374
 
375
- #: ../includes/class.yith-wcwl-admin-init.php:1095
376
  msgid "Show \"Share by Email\" button"
377
  msgstr "Mostrar el botón \"Compartir por correo electrónico\""
378
 
379
- #: ../includes/class.yith-wcwl-admin-init.php:1101
380
  msgid "Social title"
381
  msgstr "Título Social"
382
 
383
- #: ../includes/class.yith-wcwl-admin-init.php:1108
384
  msgid "Social text"
385
  msgstr "Texto Social"
386
 
387
- #: ../includes/class.yith-wcwl-admin-init.php:1109
388
  msgid ""
389
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
390
  "strong> where you want to show the URL of your wishlist."
391
  msgstr ""
392
 
393
- #: ../includes/class.yith-wcwl-admin-init.php:1116
394
  msgid "Social image URL"
395
  msgstr "URL de la imagen Social"
396
 
397
- #: ../includes/class.yith-wcwl-admin-init.php:1117
398
  msgid "It will be used by Pinterest."
399
  msgstr ""
400
 
401
- #: ../includes/class.yith-wcwl-admin-init.php:1131
402
  #, php-format
403
  msgid ""
404
  "If you want to take advantage of this feature, you could consider to "
@@ -407,15 +407,15 @@ msgstr ""
407
  "Si desea tomar ventaja de esta característica, usted podría considerar "
408
  "comprar el %s."
409
 
410
- #: ../includes/class.yith-wcwl-admin-init.php:1136
411
  msgid "YITH WooCommerce Frequently Bought Together Integration"
412
  msgstr "Yith WooCommerce Productos adquiridos juntos frecuentemente"
413
 
414
- #: ../includes/class.yith-wcwl-admin-init.php:1143
415
  msgid "Enable slider in wishlist"
416
  msgstr "Habilitar control deslizante en la lista de deseos"
417
 
418
- #: ../includes/class.yith-wcwl-admin-init.php:1144
419
  #, php-format
420
  msgid ""
421
  "Choose to enable product slider in wishlist page with linked products (<a "
@@ -425,84 +425,84 @@ msgstr ""
425
  "con productos vinculados \n"
426
  "(<a href=\"%s\" class=\"thickbox\">Ejemplo</a>). %s"
427
 
428
- #: ../includes/class.yith-wcwl-admin-init.php:1180
429
  msgid "\"Add to wishlist\" button"
430
  msgstr "Botón de \"Añadir a la lista de deseos\""
431
 
432
- #: ../includes/class.yith-wcwl-admin-init.php:1183
433
- #: ../includes/class.yith-wcwl-admin-init.php:1201
434
- #: ../includes/class.yith-wcwl-admin-init.php:1219
435
- #: ../includes/class.yith-wcwl-admin-init.php:1237
436
- #: ../includes/class.yith-wcwl-admin-init.php:1255
437
  msgid "Background"
438
  msgstr "Fondo"
439
 
440
- #: ../includes/class.yith-wcwl-admin-init.php:1184
441
- #: ../includes/class.yith-wcwl-admin-init.php:1202
442
- #: ../includes/class.yith-wcwl-admin-init.php:1220
443
- #: ../includes/class.yith-wcwl-admin-init.php:1238
444
- #: ../includes/class.yith-wcwl-admin-init.php:1256
445
  msgid "Text"
446
  msgstr "Texto"
447
 
448
- #: ../includes/class.yith-wcwl-admin-init.php:1185
449
- #: ../includes/class.yith-wcwl-admin-init.php:1203
450
- #: ../includes/class.yith-wcwl-admin-init.php:1221
451
- #: ../includes/class.yith-wcwl-admin-init.php:1239
452
- #: ../includes/class.yith-wcwl-admin-init.php:1257
453
  msgid "Border"
454
  msgstr "Borde"
455
 
456
- #: ../includes/class.yith-wcwl-admin-init.php:1192
457
- #: ../includes/class.yith-wcwl-admin-init.php:1210
458
- #: ../includes/class.yith-wcwl-admin-init.php:1228
459
- #: ../includes/class.yith-wcwl-admin-init.php:1246
460
  msgid "Background (hover)"
461
  msgstr "Fondo (hover)"
462
 
463
- #: ../includes/class.yith-wcwl-admin-init.php:1193
464
- #: ../includes/class.yith-wcwl-admin-init.php:1211
465
- #: ../includes/class.yith-wcwl-admin-init.php:1229
466
- #: ../includes/class.yith-wcwl-admin-init.php:1247
467
  msgid "Text (hover)"
468
  msgstr "Texto (hover)"
469
 
470
- #: ../includes/class.yith-wcwl-admin-init.php:1194
471
- #: ../includes/class.yith-wcwl-admin-init.php:1212
472
- #: ../includes/class.yith-wcwl-admin-init.php:1230
473
- #: ../includes/class.yith-wcwl-admin-init.php:1248
474
  msgid "Border (hover)"
475
  msgstr "Borde (hover)"
476
 
477
- #: ../includes/class.yith-wcwl-admin-init.php:1198
478
  msgid "\"Add to Cart\" button"
479
  msgstr "Botón \"Añadir a la cesta\""
480
 
481
- #: ../includes/class.yith-wcwl-admin-init.php:1216
482
  msgid "\"Style 1\" button"
483
  msgstr "Botón \"Estilo 1\""
484
 
485
- #: ../includes/class.yith-wcwl-admin-init.php:1234
486
  msgid "\"Style 2\" button"
487
  msgstr "Botón \"Estilo 2\""
488
 
489
- #: ../includes/class.yith-wcwl-admin-init.php:1252
490
  msgid "Wishlist table"
491
  msgstr "Tabla Lista de Deseos"
492
 
493
- #: ../includes/class.yith-wcwl-admin-init.php:1261
494
  msgid "Headers"
495
  msgstr "Cabeceras"
496
 
497
- #: ../includes/class.yith-wcwl-admin-init.php:1264
498
  msgid "Background color"
499
  msgstr "Color de fondo"
500
 
501
- #: ../includes/class.yith-wcwl-admin-init.php:1354
502
  msgid "Wishlist Activated"
503
  msgstr "Lista de Deseos Activado"
504
 
505
- #: ../includes/class.yith-wcwl-admin-init.php:1355
506
  #, php-format
507
  msgid ""
508
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
@@ -518,11 +518,11 @@ msgstr ""
518
  "descúbrelo ahora\n"
519
  "</a>."
520
 
521
- #: ../includes/class.yith-wcwl-admin-init.php:1366
522
  msgid "Wishlist Updated"
523
  msgstr "Lista de Deseos Actualizado"
524
 
525
- #: ../includes/class.yith-wcwl-admin-init.php:1367
526
  #, php-format
527
  msgid ""
528
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
@@ -538,7 +538,7 @@ msgstr ""
538
  "de Deseos se ha actualizado con nuevas opciones disponibles, <a href=\"%s"
539
  "\">descubra la versión PREMIUM.</a>"
540
 
541
- #: ../includes/class.yith-wcwl-init.php:366
542
  msgid ""
543
  "We are sorry, but this feature is available only if cookies are enabled on "
544
  "your browser."
@@ -546,7 +546,7 @@ msgstr ""
546
  "Lo sentimos, pero esta característica sólo está disponible si las cookies "
547
  "están habilitadas en su navegador."
548
 
549
- #: ../includes/class.yith-wcwl-init.php:367
550
  msgid "Product correctly added to cart"
551
  msgstr "Producto añadido correctamente a la cesta"
552
 
@@ -556,24 +556,24 @@ msgid "wishlist"
556
  msgstr "lista de deseos"
557
 
558
  #: ../includes/class.yith-wcwl-shortcode.php:259
559
- #: ../includes/class.yith-wcwl-ui.php:163
560
  msgid "Share on:"
561
  msgstr "Compartir en:"
562
 
563
- #: ../includes/class.yith-wcwl-ui.php:117
564
- #: ../includes/class.yith-wcwl-ui.php:199
565
  msgid "Select options"
566
  msgstr "Seleccione opciones"
567
 
568
- #: ../includes/class.yith-wcwl-ui.php:167 ../templates/share.php:20
569
  msgid "Facebook"
570
  msgstr "Facebook"
571
 
572
- #: ../includes/class.yith-wcwl-ui.php:170 ../templates/share.php:26
573
  msgid "Twitter"
574
  msgstr "Twitter"
575
 
576
- #: ../includes/class.yith-wcwl-ui.php:179
577
  msgid "email"
578
  msgstr "email"
579
 
@@ -581,39 +581,39 @@ msgstr "email"
581
  msgid "An error occurred while adding products to the wishlist."
582
  msgstr "Se produjo un error al agregar productos a la lista de deseos."
583
 
584
- #: ../includes/class.yith-wcwl.php:268
585
  msgid "An error occurred while adding products to wishlist."
586
  msgstr "Se produjo un error al agregar productos a la lista de deseos."
587
 
588
- #: ../includes/class.yith-wcwl.php:285
589
  msgid "The \"Remove\" option now does not require any parameter"
590
  msgstr "La opción \"Eliminar\" ahora no requiere ningún parámetro"
591
 
592
- #: ../includes/class.yith-wcwl.php:332
593
  msgid "An error occurred while removing products from the wishlist"
594
  msgstr "Se produjo un error al eliminar los productos de la lista de deseos"
595
 
596
- #: ../includes/class.yith-wcwl.php:774
597
  msgid "You need to log in before creating a new wishlist"
598
  msgstr "Tienes que iniciar sesión antes de crear una nueva lista de deseos"
599
 
600
- #: ../includes/class.yith-wcwl.php:1565
601
  msgid "Product successfully removed."
602
  msgstr "Producto eliminado correctamente."
603
 
604
- #: ../includes/class.yith-wcwl.php:1569
605
  msgid "Error. Unable to remove the product from the wishlist."
606
  msgstr "Error. No se puede eliminar el producto de la lista de deseos."
607
 
608
- #: ../includes/class.yith-wcwl.php:1573 ../templates/wishlist-view.php:239
609
  msgid "No products were added to the wishlist"
610
  msgstr "No se han añadido productos a la lista de deseos"
611
 
612
- #: ../includes/class.yith-wcwl.php:1615
613
  msgid "An error as occurred."
614
  msgstr "Se produjo un error."
615
 
616
- #: ../init.php:128
617
  msgid ""
618
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
619
  "WooCommerce in order to work."
@@ -621,7 +621,7 @@ msgstr ""
621
  "Yith WooCommerce Lista de Deseos está habilitado pero no funcionando. "
622
  "Requiere WooCommerce con el fin de trabajar."
623
 
624
- #: ../init.php:138
625
  msgid ""
626
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
627
  "are using the premium one."
@@ -879,10 +879,6 @@ msgstr "Pinterest"
879
  msgid "Google+"
880
  msgstr "Google+"
881
 
882
- #: ../templates/share.php:44
883
- msgid "I wanted you to see this site"
884
- msgstr ""
885
-
886
  #: ../templates/share.php:44
887
  msgid "Email"
888
  msgstr "Email"
@@ -911,56 +907,56 @@ msgstr "Precio unitario"
911
  msgid "Stock Status"
912
  msgstr "Estado del stock"
913
 
914
- #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:229
915
  msgid "Remove this product"
916
  msgstr "Eliminar este producto"
917
 
918
- #: ../templates/wishlist-view.php:170
919
  msgid "Free!"
920
  msgstr "¡Gratis!"
921
 
922
- #: ../templates/wishlist-view.php:176
923
  msgid "Out of Stock"
924
  msgstr "Agotado"
925
 
926
- #: ../templates/wishlist-view.php:176
927
  msgid "In Stock"
928
  msgstr "Disponible"
929
 
930
- #: ../templates/wishlist-view.php:185
931
  #, php-format
932
  msgid "Added on : %s"
933
  msgstr "Añadido el: %s"
934
 
935
- #: ../templates/wishlist-view.php:197
936
  msgid "Move"
937
  msgstr "Mover"
938
 
939
- #: ../templates/wishlist-view.php:209
940
  msgid "Shared"
941
  msgstr "Compartido"
942
 
943
- #: ../templates/wishlist-view.php:212
944
  msgid "Private"
945
  msgstr "Privado"
946
 
947
- #: ../templates/wishlist-view.php:215
948
  msgid "Public"
949
  msgstr "Público"
950
 
951
- #: ../templates/wishlist-view.php:229
952
  msgid "Remove"
953
  msgstr "Eliminar"
954
 
955
- #: ../templates/wishlist-view.php:256
956
  msgid "Add the selected products to the cart"
957
  msgstr "Añadir los productos seleccionados a la cesta"
958
 
959
- #: ../templates/wishlist-view.php:264 ../templates/wishlist-view.php:310
960
  msgid "Ask for an estimate"
961
  msgstr "Pida presupuesto"
962
 
963
- #: ../templates/wishlist-view.php:300
964
  msgid "Your email"
965
  msgstr ""
966
 
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-10-24 17:33+0200\n"
6
+ "PO-Revision-Date: 2017-10-24 17:33+0200\n"
7
  "Last-Translator: patrons_admin <arman.shahinyan@aticser.com>\n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
9
  "Language: es_ES\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Generator: Poedit 1.8.7.1\n"
16
  "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
17
  "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
18
  "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
24
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
25
 
26
  #: ../includes/class.yith-wcwl-admin-init.php:159
27
+ #: ../includes/class.yith-wcwl-admin-init.php:1483
28
+ #: ../includes/class.yith-wcwl-admin-init.php:1484
29
  #: ../includes/class.yith-wcwl-install.php:244
30
  msgid "Wishlist"
31
  msgstr "Lista de Deseos"
65
  msgid "Plugin Documentation"
66
  msgstr "Documentación Plugin"
67
 
68
+ #: ../includes/class.yith-wcwl-admin-init.php:1023
69
  msgid "Upgrade to the PREMIUM VERSION"
70
  msgstr "Actualiza a la versión Premium"
71
 
72
+ #: ../includes/class.yith-wcwl-admin-init.php:1026
73
  msgid "YITH WooCommerce Wishlist"
74
  msgstr "YITH WooCommerce Wishlist"
75
 
76
+ #: ../includes/class.yith-wcwl-admin-init.php:1027
77
  msgid "Discover the Advanced Features"
78
  msgstr "Descubre las funciones avanzadas"
79
 
80
+ #: ../includes/class.yith-wcwl-admin-init.php:1028
81
  msgid ""
82
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
83
  "all features!"
84
  msgstr ""
85
 
86
+ #: ../includes/class.yith-wcwl-admin-init.php:1034
87
  msgid "Get Support and Pro Features"
88
  msgstr "Obtén ayuda y Características Pro"
89
 
90
+ #: ../includes/class.yith-wcwl-admin-init.php:1035
91
  msgid ""
92
  "By purchasing the premium version of the plugin, you will take advantage of "
93
  "the advanced features of the product and you will get one year of free "
97
  "características avanzadas del producto y obtendrá un año de actualizaciones "
98
  "gratuitas y apoyo a través de nuestra plataforma disponible 24h/24."
99
 
100
+ #: ../includes/class.yith-wcwl-admin-init.php:1045
101
  msgid "General Settings"
102
  msgstr "Configuración general"
103
 
104
+ #: ../includes/class.yith-wcwl-admin-init.php:1052
105
  msgid "Enable YITH Wishlist"
106
  msgstr ""
107
  "Habilitar Y\n"
108
  "ITH Wishlist"
109
 
110
+ #: ../includes/class.yith-wcwl-admin-init.php:1053
111
  #, php-format
112
  msgid ""
113
  "Enable all plugin features. <strong>Be sure to select at least one option in "
115
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
116
  msgstr ""
117
 
118
+ #: ../includes/class.yith-wcwl-admin-init.php:1059
119
  msgid "Default wishlist title"
120
  msgstr "Título por defecto de la Lista de Deseos"
121
 
122
+ #: ../includes/class.yith-wcwl-admin-init.php:1061
123
+ #: ../includes/class.yith-wcwl-admin-init.php:1062
124
+ #: ../includes/class.yith-wcwl-admin-init.php:1298
125
  #, php-format
126
  msgid "My wishlist on %s"
127
  msgstr "Mi lista de Deseos en %s"
128
 
129
+ #: ../includes/class.yith-wcwl-admin-init.php:1067
130
  msgid "Wishlist Page"
131
  msgstr ""
132
  "Página \n"
133
  "Lista de Deseos"
134
 
135
+ #: ../includes/class.yith-wcwl-admin-init.php:1068
136
  msgid "Page contents: [yith_wcwl_wishlist]"
137
  msgstr ""
138
  "Contenido de la Página: \n"
139
  "[yith_wcwl_wishlist]"
140
 
141
+ #: ../includes/class.yith-wcwl-admin-init.php:1077
142
  msgid "Position"
143
  msgstr "Posición"
144
 
145
+ #: ../includes/class.yith-wcwl-admin-init.php:1078
146
  msgid ""
147
  "You can add the button in variable products only after the \"Add to Cart\" "
148
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
153
  "yith_wcwl_add_to_wishlist\n"
154
  "]."
155
 
156
+ #: ../includes/class.yith-wcwl-admin-init.php:1084
157
  msgid "After \"Add to cart\""
158
  msgstr "Después de \"Añadir al carrito\""
159
 
160
+ #: ../includes/class.yith-wcwl-admin-init.php:1085
161
  msgid "After thumbnails"
162
  msgstr "Después de miniaturas"
163
 
164
+ #: ../includes/class.yith-wcwl-admin-init.php:1086
165
  msgid "After summary"
166
  msgstr "Después de sumario"
167
 
168
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
169
  msgid "Use shortcode"
170
  msgstr "Usar shortcode"
171
 
172
+ #: ../includes/class.yith-wcwl-admin-init.php:1092
173
  msgid "Redirect to cart"
174
  msgstr "Redirigir a la cesta"
175
 
176
+ #: ../includes/class.yith-wcwl-admin-init.php:1093
177
  msgid ""
178
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
179
  "page."
181
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
182
  "page."
183
 
184
+ #: ../includes/class.yith-wcwl-admin-init.php:1099
185
  msgid "Remove if added to the cart"
186
  msgstr "Eliminar si se añade a la cesta"
187
 
188
+ #: ../includes/class.yith-wcwl-admin-init.php:1100
189
  msgid "Remove the product from the wishlist if it has been added to the cart."
190
  msgstr "Eliminar el producto de la lista si se ha añadido a la cesta."
191
 
192
+ #: ../includes/class.yith-wcwl-admin-init.php:1106
193
  msgid "\"Add to Wishlist\" text"
194
  msgstr "Texto \"Añadir a la Lista de Deseos\""
195
 
196
+ #: ../includes/class.yith-wcwl-admin-init.php:1108
197
  msgid "Add to Wishlist"
198
  msgstr "Añadir a la lista de deseos"
199
 
200
+ #: ../includes/class.yith-wcwl-admin-init.php:1113
201
  msgid "\"Browse wishlist\" text"
202
  msgstr "Texto de \"Navegar por la Lista de Deseos\""
203
 
204
+ #: ../includes/class.yith-wcwl-admin-init.php:1115
205
+ #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
206
  msgid "Browse Wishlist"
207
  msgstr "Navegar por Lista de Deseos"
208
 
209
+ #: ../includes/class.yith-wcwl-admin-init.php:1120
210
  msgid "\"Product already in wishlist\" text"
211
  msgstr "Texto de \"El producto ya está en la lista de deseos\""
212
 
213
+ #: ../includes/class.yith-wcwl-admin-init.php:1122
214
+ #: ../includes/class.yith-wcwl-ui.php:83
215
  msgid "The product is already in the wishlist!"
216
  msgstr "El producto ya está en la lista de deseos!"
217
 
218
+ #: ../includes/class.yith-wcwl-admin-init.php:1127
219
  msgid "\"Product added\" text"
220
  msgstr "Texto de \"Producto añadido\""
221
 
222
+ #: ../includes/class.yith-wcwl-admin-init.php:1129
223
+ #: ../includes/class.yith-wcwl-ui.php:82
224
  msgid "Product added!"
225
  msgstr "Producto añadido!"
226
 
227
+ #: ../includes/class.yith-wcwl-admin-init.php:1134
228
  msgid "\"Add to Cart\" text"
229
  msgstr "Texto de \"Añadir a la Cesta\""
230
 
231
+ #: ../includes/class.yith-wcwl-admin-init.php:1136
232
  msgid "Add to Cart"
233
  msgstr "Añadir a la cesta"
234
 
235
+ #: ../includes/class.yith-wcwl-admin-init.php:1141
236
  msgid "Show Unit price"
237
  msgstr "Mostrar Precio unitario"
238
 
239
+ #: ../includes/class.yith-wcwl-admin-init.php:1142
240
  msgid "Show unit price for each product in wishlist"
241
  msgstr "Mostrar el precio unitario de cada producto en la lista de deseos"
242
 
243
+ #: ../includes/class.yith-wcwl-admin-init.php:1149
244
  msgid "Show \"Add to Cart\" button"
245
  msgstr "Mostrar botón de \"Añadir al carrito\""
246
 
247
+ #: ../includes/class.yith-wcwl-admin-init.php:1150
248
  msgid "Show \"Add to Cart\" button for each product in wishlist"
249
  msgstr ""
250
  "Mostrar botón \"Añadir al carrito\" para cada producto en la lista de deseos"
251
 
252
+ #: ../includes/class.yith-wcwl-admin-init.php:1157
253
  msgid "Show Stock status"
254
  msgstr "Mostrar el estado del Stock"
255
 
256
+ #: ../includes/class.yith-wcwl-admin-init.php:1158
257
  msgid ""
258
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
259
  msgstr ""
260
  "Mostrar etiqueta \"En existencia\" o \"Agotado\" para cada producto en la "
261
  "lista de deseos"
262
 
263
+ #: ../includes/class.yith-wcwl-admin-init.php:1165
264
  msgid "Show Date of addition"
265
  msgstr "Mostrar Fecha de adición"
266
 
267
+ #: ../includes/class.yith-wcwl-admin-init.php:1166
268
  msgid "Show the date when users have added a product to the wishlist"
269
  msgstr ""
270
  "Mostrar la fecha en que los usuarios han añadido un producto a la lista de "
271
  "deseos"
272
 
273
+ #: ../includes/class.yith-wcwl-admin-init.php:1173
274
  msgid "Add second remove button"
275
  msgstr "Añadir segundo botón de eliminación"
276
 
277
+ #: ../includes/class.yith-wcwl-admin-init.php:1174
278
  msgid "Add a second remove button in the last column, with extended label"
279
  msgstr ""
280
  "Añadir un segundo botón de eliminación en la última columna, con la etiqueta "
281
  "ampliada"
282
 
283
+ #: ../includes/class.yith-wcwl-admin-init.php:1189
284
  msgid "Styles"
285
  msgstr "Estilos"
286
 
287
+ #: ../includes/class.yith-wcwl-admin-init.php:1196
288
  msgid "Use buttons"
289
  msgstr "Usar botones"
290
 
291
+ #: ../includes/class.yith-wcwl-admin-init.php:1197
292
  msgid "Use buttons instead of simple anchors."
293
  msgstr "Utilizar los botones en lugar de anclajes simples."
294
 
295
+ #: ../includes/class.yith-wcwl-admin-init.php:1203
296
  msgid "Custom CSS"
297
  msgstr "CSS personalizado"
298
 
299
+ #: ../includes/class.yith-wcwl-admin-init.php:1210
300
  msgid "Use theme style"
301
  msgstr "Usar estilo del tema"
302
 
303
+ #: ../includes/class.yith-wcwl-admin-init.php:1211
304
  msgid "Use the theme style."
305
  msgstr "Utilizar el estilo de tema."
306
 
307
+ #: ../includes/class.yith-wcwl-admin-init.php:1217
308
  msgid "Rounded buttons"
309
  msgstr "Botones redondeados"
310
 
311
+ #: ../includes/class.yith-wcwl-admin-init.php:1218
312
  msgid "Make button corners rounded"
313
  msgstr "Hacer que las esquinas del botón sean redondeadas"
314
 
315
+ #: ../includes/class.yith-wcwl-admin-init.php:1224
316
  msgid "\"Add to Wishlist\" icon"
317
  msgstr ""
318
  "Icono de \n"
319
  "\"Añadir a la Lista de Deseos\""
320
 
321
+ #: ../includes/class.yith-wcwl-admin-init.php:1225
322
  msgid "Add an icon to the \"Add to Wishlist\" button"
323
  msgstr "Añadir un icono para el botón \"Agregar a la lista de deseos\""
324
 
325
+ #: ../includes/class.yith-wcwl-admin-init.php:1235
326
  msgid "\"Add to Cart\" icon"
327
  msgstr ""
328
  "Icono de \n"
329
  "\"Añadir al carrito\""
330
 
331
+ #: ../includes/class.yith-wcwl-admin-init.php:1236
332
  msgid "Add an icon to the \"Add to Cart\" button"
333
  msgstr "Añadir un icono para el botón \"Añadir al carrito\""
334
 
335
+ #: ../includes/class.yith-wcwl-admin-init.php:1254
336
  msgid "Social Networks & Share"
337
  msgstr "Redes Sociales y Compartir"
338
 
339
+ #: ../includes/class.yith-wcwl-admin-init.php:1261
340
  msgid "Share on Facebook"
341
  msgstr "Compartir en Facebook"
342
 
343
+ #: ../includes/class.yith-wcwl-admin-init.php:1262
344
  msgid "Show \"Share on Facebook\" button"
345
  msgstr "Mostrar el botón \"Compartir en Facebook\""
346
 
347
+ #: ../includes/class.yith-wcwl-admin-init.php:1268
348
  msgid "Tweet on Twitter"
349
  msgstr "Twittear en Twitter"
350
 
351
+ #: ../includes/class.yith-wcwl-admin-init.php:1269
352
  msgid "Show \"Tweet on Twitter\" button"
353
  msgstr "Mostrar botón \"Twittear en Twitter\""
354
 
355
+ #: ../includes/class.yith-wcwl-admin-init.php:1275
356
  msgid "Pin on Pinterest"
357
  msgstr "Pin en Pinterest"
358
 
359
+ #: ../includes/class.yith-wcwl-admin-init.php:1276
360
  msgid "Show \"Pin on Pinterest\" button"
361
  msgstr "Mostrar botón \"Pin on Pinterest\""
362
 
363
+ #: ../includes/class.yith-wcwl-admin-init.php:1282
364
  msgid "Share on Google+"
365
  msgstr "Compartir en Google+"
366
 
367
+ #: ../includes/class.yith-wcwl-admin-init.php:1283
368
  msgid "Show \"Share on Google+\" button"
369
  msgstr "Mostrar el botón \"Compartir en Google+\""
370
 
371
+ #: ../includes/class.yith-wcwl-admin-init.php:1289
372
  msgid "Share by Email"
373
  msgstr "Compartir por correo electrónico"
374
 
375
+ #: ../includes/class.yith-wcwl-admin-init.php:1290
376
  msgid "Show \"Share by Email\" button"
377
  msgstr "Mostrar el botón \"Compartir por correo electrónico\""
378
 
379
+ #: ../includes/class.yith-wcwl-admin-init.php:1296
380
  msgid "Social title"
381
  msgstr "Título Social"
382
 
383
+ #: ../includes/class.yith-wcwl-admin-init.php:1303
384
  msgid "Social text"
385
  msgstr "Texto Social"
386
 
387
+ #: ../includes/class.yith-wcwl-admin-init.php:1304
388
  msgid ""
389
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
390
  "strong> where you want to show the URL of your wishlist."
391
  msgstr ""
392
 
393
+ #: ../includes/class.yith-wcwl-admin-init.php:1311
394
  msgid "Social image URL"
395
  msgstr "URL de la imagen Social"
396
 
397
+ #: ../includes/class.yith-wcwl-admin-init.php:1312
398
  msgid "It will be used by Pinterest."
399
  msgstr ""
400
 
401
+ #: ../includes/class.yith-wcwl-admin-init.php:1326
402
  #, php-format
403
  msgid ""
404
  "If you want to take advantage of this feature, you could consider to "
407
  "Si desea tomar ventaja de esta característica, usted podría considerar "
408
  "comprar el %s."
409
 
410
+ #: ../includes/class.yith-wcwl-admin-init.php:1331
411
  msgid "YITH WooCommerce Frequently Bought Together Integration"
412
  msgstr "Yith WooCommerce Productos adquiridos juntos frecuentemente"
413
 
414
+ #: ../includes/class.yith-wcwl-admin-init.php:1338
415
  msgid "Enable slider in wishlist"
416
  msgstr "Habilitar control deslizante en la lista de deseos"
417
 
418
+ #: ../includes/class.yith-wcwl-admin-init.php:1339
419
  #, php-format
420
  msgid ""
421
  "Choose to enable product slider in wishlist page with linked products (<a "
425
  "con productos vinculados \n"
426
  "(<a href=\"%s\" class=\"thickbox\">Ejemplo</a>). %s"
427
 
428
+ #: ../includes/class.yith-wcwl-admin-init.php:1375
429
  msgid "\"Add to wishlist\" button"
430
  msgstr "Botón de \"Añadir a la lista de deseos\""
431
 
432
+ #: ../includes/class.yith-wcwl-admin-init.php:1378
433
+ #: ../includes/class.yith-wcwl-admin-init.php:1396
434
+ #: ../includes/class.yith-wcwl-admin-init.php:1414
435
+ #: ../includes/class.yith-wcwl-admin-init.php:1432
436
+ #: ../includes/class.yith-wcwl-admin-init.php:1450
437
  msgid "Background"
438
  msgstr "Fondo"
439
 
440
+ #: ../includes/class.yith-wcwl-admin-init.php:1379
441
+ #: ../includes/class.yith-wcwl-admin-init.php:1397
442
+ #: ../includes/class.yith-wcwl-admin-init.php:1415
443
+ #: ../includes/class.yith-wcwl-admin-init.php:1433
444
+ #: ../includes/class.yith-wcwl-admin-init.php:1451
445
  msgid "Text"
446
  msgstr "Texto"
447
 
448
+ #: ../includes/class.yith-wcwl-admin-init.php:1380
449
+ #: ../includes/class.yith-wcwl-admin-init.php:1398
450
+ #: ../includes/class.yith-wcwl-admin-init.php:1416
451
+ #: ../includes/class.yith-wcwl-admin-init.php:1434
452
+ #: ../includes/class.yith-wcwl-admin-init.php:1452
453
  msgid "Border"
454
  msgstr "Borde"
455
 
456
+ #: ../includes/class.yith-wcwl-admin-init.php:1387
457
+ #: ../includes/class.yith-wcwl-admin-init.php:1405
458
+ #: ../includes/class.yith-wcwl-admin-init.php:1423
459
+ #: ../includes/class.yith-wcwl-admin-init.php:1441
460
  msgid "Background (hover)"
461
  msgstr "Fondo (hover)"
462
 
463
+ #: ../includes/class.yith-wcwl-admin-init.php:1388
464
+ #: ../includes/class.yith-wcwl-admin-init.php:1406
465
+ #: ../includes/class.yith-wcwl-admin-init.php:1424
466
+ #: ../includes/class.yith-wcwl-admin-init.php:1442
467
  msgid "Text (hover)"
468
  msgstr "Texto (hover)"
469
 
470
+ #: ../includes/class.yith-wcwl-admin-init.php:1389
471
+ #: ../includes/class.yith-wcwl-admin-init.php:1407
472
+ #: ../includes/class.yith-wcwl-admin-init.php:1425
473
+ #: ../includes/class.yith-wcwl-admin-init.php:1443
474
  msgid "Border (hover)"
475
  msgstr "Borde (hover)"
476
 
477
+ #: ../includes/class.yith-wcwl-admin-init.php:1393
478
  msgid "\"Add to Cart\" button"
479
  msgstr "Botón \"Añadir a la cesta\""
480
 
481
+ #: ../includes/class.yith-wcwl-admin-init.php:1411
482
  msgid "\"Style 1\" button"
483
  msgstr "Botón \"Estilo 1\""
484
 
485
+ #: ../includes/class.yith-wcwl-admin-init.php:1429
486
  msgid "\"Style 2\" button"
487
  msgstr "Botón \"Estilo 2\""
488
 
489
+ #: ../includes/class.yith-wcwl-admin-init.php:1447
490
  msgid "Wishlist table"
491
  msgstr "Tabla Lista de Deseos"
492
 
493
+ #: ../includes/class.yith-wcwl-admin-init.php:1456
494
  msgid "Headers"
495
  msgstr "Cabeceras"
496
 
497
+ #: ../includes/class.yith-wcwl-admin-init.php:1459
498
  msgid "Background color"
499
  msgstr "Color de fondo"
500
 
501
+ #: ../includes/class.yith-wcwl-admin-init.php:1549
502
  msgid "Wishlist Activated"
503
  msgstr "Lista de Deseos Activado"
504
 
505
+ #: ../includes/class.yith-wcwl-admin-init.php:1550
506
  #, php-format
507
  msgid ""
508
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
518
  "descúbrelo ahora\n"
519
  "</a>."
520
 
521
+ #: ../includes/class.yith-wcwl-admin-init.php:1561
522
  msgid "Wishlist Updated"
523
  msgstr "Lista de Deseos Actualizado"
524
 
525
+ #: ../includes/class.yith-wcwl-admin-init.php:1562
526
  #, php-format
527
  msgid ""
528
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
538
  "de Deseos se ha actualizado con nuevas opciones disponibles, <a href=\"%s"
539
  "\">descubra la versión PREMIUM.</a>"
540
 
541
+ #: ../includes/class.yith-wcwl-init.php:374
542
  msgid ""
543
  "We are sorry, but this feature is available only if cookies are enabled on "
544
  "your browser."
546
  "Lo sentimos, pero esta característica sólo está disponible si las cookies "
547
  "están habilitadas en su navegador."
548
 
549
+ #: ../includes/class.yith-wcwl-init.php:375
550
  msgid "Product correctly added to cart"
551
  msgstr "Producto añadido correctamente a la cesta"
552
 
556
  msgstr "lista de deseos"
557
 
558
  #: ../includes/class.yith-wcwl-shortcode.php:259
559
+ #: ../includes/class.yith-wcwl-ui.php:164
560
  msgid "Share on:"
561
  msgstr "Compartir en:"
562
 
563
+ #: ../includes/class.yith-wcwl-ui.php:118
564
+ #: ../includes/class.yith-wcwl-ui.php:200
565
  msgid "Select options"
566
  msgstr "Seleccione opciones"
567
 
568
+ #: ../includes/class.yith-wcwl-ui.php:168 ../templates/share.php:20
569
  msgid "Facebook"
570
  msgstr "Facebook"
571
 
572
+ #: ../includes/class.yith-wcwl-ui.php:171 ../templates/share.php:26
573
  msgid "Twitter"
574
  msgstr "Twitter"
575
 
576
+ #: ../includes/class.yith-wcwl-ui.php:180
577
  msgid "email"
578
  msgstr "email"
579
 
581
  msgid "An error occurred while adding products to the wishlist."
582
  msgstr "Se produjo un error al agregar productos a la lista de deseos."
583
 
584
+ #: ../includes/class.yith-wcwl.php:269
585
  msgid "An error occurred while adding products to wishlist."
586
  msgstr "Se produjo un error al agregar productos a la lista de deseos."
587
 
588
+ #: ../includes/class.yith-wcwl.php:286
589
  msgid "The \"Remove\" option now does not require any parameter"
590
  msgstr "La opción \"Eliminar\" ahora no requiere ningún parámetro"
591
 
592
+ #: ../includes/class.yith-wcwl.php:335
593
  msgid "An error occurred while removing products from the wishlist"
594
  msgstr "Se produjo un error al eliminar los productos de la lista de deseos"
595
 
596
+ #: ../includes/class.yith-wcwl.php:783
597
  msgid "You need to log in before creating a new wishlist"
598
  msgstr "Tienes que iniciar sesión antes de crear una nueva lista de deseos"
599
 
600
+ #: ../includes/class.yith-wcwl.php:1578
601
  msgid "Product successfully removed."
602
  msgstr "Producto eliminado correctamente."
603
 
604
+ #: ../includes/class.yith-wcwl.php:1582
605
  msgid "Error. Unable to remove the product from the wishlist."
606
  msgstr "Error. No se puede eliminar el producto de la lista de deseos."
607
 
608
+ #: ../includes/class.yith-wcwl.php:1586 ../templates/wishlist-view.php:241
609
  msgid "No products were added to the wishlist"
610
  msgstr "No se han añadido productos a la lista de deseos"
611
 
612
+ #: ../includes/class.yith-wcwl.php:1628
613
  msgid "An error as occurred."
614
  msgstr "Se produjo un error."
615
 
616
+ #: ../init.php:130
617
  msgid ""
618
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
619
  "WooCommerce in order to work."
621
  "Yith WooCommerce Lista de Deseos está habilitado pero no funcionando. "
622
  "Requiere WooCommerce con el fin de trabajar."
623
 
624
+ #: ../init.php:140
625
  msgid ""
626
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
627
  "are using the premium one."
879
  msgid "Google+"
880
  msgstr "Google+"
881
 
 
 
 
 
882
  #: ../templates/share.php:44
883
  msgid "Email"
884
  msgstr "Email"
907
  msgid "Stock Status"
908
  msgstr "Estado del stock"
909
 
910
+ #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:231
911
  msgid "Remove this product"
912
  msgstr "Eliminar este producto"
913
 
914
+ #: ../templates/wishlist-view.php:172
915
  msgid "Free!"
916
  msgstr "¡Gratis!"
917
 
918
+ #: ../templates/wishlist-view.php:178
919
  msgid "Out of Stock"
920
  msgstr "Agotado"
921
 
922
+ #: ../templates/wishlist-view.php:178
923
  msgid "In Stock"
924
  msgstr "Disponible"
925
 
926
+ #: ../templates/wishlist-view.php:187
927
  #, php-format
928
  msgid "Added on : %s"
929
  msgstr "Añadido el: %s"
930
 
931
+ #: ../templates/wishlist-view.php:199
932
  msgid "Move"
933
  msgstr "Mover"
934
 
935
+ #: ../templates/wishlist-view.php:211
936
  msgid "Shared"
937
  msgstr "Compartido"
938
 
939
+ #: ../templates/wishlist-view.php:214
940
  msgid "Private"
941
  msgstr "Privado"
942
 
943
+ #: ../templates/wishlist-view.php:217
944
  msgid "Public"
945
  msgstr "Público"
946
 
947
+ #: ../templates/wishlist-view.php:231
948
  msgid "Remove"
949
  msgstr "Eliminar"
950
 
951
+ #: ../templates/wishlist-view.php:258
952
  msgid "Add the selected products to the cart"
953
  msgstr "Añadir los productos seleccionados a la cesta"
954
 
955
+ #: ../templates/wishlist-view.php:266 ../templates/wishlist-view.php:312
956
  msgid "Ask for an estimate"
957
  msgstr "Pida presupuesto"
958
 
959
+ #: ../templates/wishlist-view.php:302
960
  msgid "Your email"
961
  msgstr ""
962
 
languages/yith-woocommerce-wishlist-es_MX.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-es_MX.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
- "POT-Creation-Date: 2017-05-11 15:56+0200\n"
5
- "PO-Revision-Date: 2017-05-11 15:56+0200\n"
6
  "Last-Translator: Gabriel Azarias Dzul Cocom <gabrieldzul@gmail.com>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: es_MX\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 2.0.1\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
@@ -20,8 +20,8 @@ msgstr ""
20
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
21
 
22
  #: ../includes/class.yith-wcwl-admin-init.php:159
23
- #: ../includes/class.yith-wcwl-admin-init.php:1288
24
- #: ../includes/class.yith-wcwl-admin-init.php:1289
25
  #: ../includes/class.yith-wcwl-install.php:244
26
  msgid "Wishlist"
27
  msgstr "Lista de deseos"
@@ -59,44 +59,44 @@ msgstr ""
59
  msgid "Plugin Documentation"
60
  msgstr ""
61
 
62
- #: ../includes/class.yith-wcwl-admin-init.php:828
63
  msgid "Upgrade to the PREMIUM VERSION"
64
  msgstr ""
65
 
66
- #: ../includes/class.yith-wcwl-admin-init.php:831
67
  msgid "YITH WooCommerce Wishlist"
68
  msgstr ""
69
 
70
- #: ../includes/class.yith-wcwl-admin-init.php:832
71
  msgid "Discover the Advanced Features"
72
  msgstr ""
73
 
74
- #: ../includes/class.yith-wcwl-admin-init.php:833
75
  msgid ""
76
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
77
  "all features!"
78
  msgstr ""
79
 
80
- #: ../includes/class.yith-wcwl-admin-init.php:839
81
  msgid "Get Support and Pro Features"
82
  msgstr ""
83
 
84
- #: ../includes/class.yith-wcwl-admin-init.php:840
85
  msgid ""
86
  "By purchasing the premium version of the plugin, you will take advantage of "
87
  "the advanced features of the product and you will get one year of free "
88
  "updates and support through our platform available 24h/24."
89
  msgstr ""
90
 
91
- #: ../includes/class.yith-wcwl-admin-init.php:850
92
  msgid "General Settings"
93
  msgstr "Ajustes Generales"
94
 
95
- #: ../includes/class.yith-wcwl-admin-init.php:857
96
  msgid "Enable YITH Wishlist"
97
  msgstr "Activar la Lista de deseos de YITH"
98
 
99
- #: ../includes/class.yith-wcwl-admin-init.php:858
100
  #, php-format
101
  msgid ""
102
  "Enable all plugin features. <strong>Be sure to select at least one option in "
@@ -104,31 +104,31 @@ msgid ""
104
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
105
  msgstr ""
106
 
107
- #: ../includes/class.yith-wcwl-admin-init.php:864
108
  #, fuzzy
109
  msgid "Default wishlist title"
110
  msgstr "Título de la Lista de deseos"
111
 
112
- #: ../includes/class.yith-wcwl-admin-init.php:866
113
- #: ../includes/class.yith-wcwl-admin-init.php:867
114
- #: ../includes/class.yith-wcwl-admin-init.php:1103
115
  #, php-format
116
  msgid "My wishlist on %s"
117
  msgstr "My Lista de deseos en %s"
118
 
119
- #: ../includes/class.yith-wcwl-admin-init.php:872
120
  msgid "Wishlist Page"
121
  msgstr "Página de la Lista de Deseos"
122
 
123
- #: ../includes/class.yith-wcwl-admin-init.php:873
124
  msgid "Page contents: [yith_wcwl_wishlist]"
125
  msgstr ""
126
 
127
- #: ../includes/class.yith-wcwl-admin-init.php:882
128
  msgid "Position"
129
  msgstr "Posición"
130
 
131
- #: ../includes/class.yith-wcwl-admin-init.php:883
132
  #, fuzzy
133
  msgid ""
134
  "You can add the button in variable products only after the \"Add to Cart\" "
@@ -137,27 +137,27 @@ msgstr ""
137
  "En productos variables puedes agregarlos solo despues de \"Agregar al "
138
  "Carrito\" o usar el shortcode [yith_wcwl_add_to_wishlist]."
139
 
140
- #: ../includes/class.yith-wcwl-admin-init.php:889
141
  msgid "After \"Add to cart\""
142
  msgstr "Despued de \"Agregar al Carrito\""
143
 
144
- #: ../includes/class.yith-wcwl-admin-init.php:890
145
  msgid "After thumbnails"
146
  msgstr "Despues de las miniaturas"
147
 
148
- #: ../includes/class.yith-wcwl-admin-init.php:891
149
  msgid "After summary"
150
  msgstr "Despues del Resumen"
151
 
152
- #: ../includes/class.yith-wcwl-admin-init.php:892
153
  msgid "Use shortcode"
154
  msgstr "Usar shortcode"
155
 
156
- #: ../includes/class.yith-wcwl-admin-init.php:897
157
  msgid "Redirect to cart"
158
  msgstr "Redirreccionar al Carrito"
159
 
160
- #: ../includes/class.yith-wcwl-admin-init.php:898
161
  msgid ""
162
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
163
  "page."
@@ -165,336 +165,336 @@ msgstr ""
165
  "Redireccionar a la página del Carrito si el boton de \"Agregar al Carrito\" "
166
  "es presionado en la página de la Lista de deseos."
167
 
168
- #: ../includes/class.yith-wcwl-admin-init.php:904
169
  msgid "Remove if added to the cart"
170
  msgstr "Remover si es agregado al Carrito."
171
 
172
- #: ../includes/class.yith-wcwl-admin-init.php:905
173
  #, fuzzy
174
  msgid "Remove the product from the wishlist if it has been added to the cart."
175
  msgstr ""
176
  "Remover el producto de la Lista de deseos si ha sido agregado al Carrito."
177
 
178
- #: ../includes/class.yith-wcwl-admin-init.php:911
179
  msgid "\"Add to Wishlist\" text"
180
  msgstr "Testo de \"Agregar al Carrito\""
181
 
182
- #: ../includes/class.yith-wcwl-admin-init.php:913
183
  msgid "Add to Wishlist"
184
  msgstr "Agregar a la Lista de deseos"
185
 
186
- #: ../includes/class.yith-wcwl-admin-init.php:918
187
  #, fuzzy
188
  msgid "\"Browse wishlist\" text"
189
  msgstr "Ir a la Lista de deseos"
190
 
191
- #: ../includes/class.yith-wcwl-admin-init.php:920
192
- #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl-ui.php:82
193
  msgid "Browse Wishlist"
194
  msgstr "Ir a la Lista de deseos"
195
 
196
- #: ../includes/class.yith-wcwl-admin-init.php:925
197
  #, fuzzy
198
  msgid "\"Product already in wishlist\" text"
199
  msgstr "El producto ya está en la Lista"
200
 
201
- #: ../includes/class.yith-wcwl-admin-init.php:927
202
- #: ../includes/class.yith-wcwl-ui.php:82
203
  msgid "The product is already in the wishlist!"
204
  msgstr "El producto ya se encuentra en la Lista de deseos!"
205
 
206
- #: ../includes/class.yith-wcwl-admin-init.php:932
207
  #, fuzzy
208
  msgid "\"Product added\" text"
209
  msgstr "¡Producto agregado!"
210
 
211
- #: ../includes/class.yith-wcwl-admin-init.php:934
212
- #: ../includes/class.yith-wcwl-ui.php:81
213
  msgid "Product added!"
214
  msgstr "¡Producto agregado!"
215
 
216
- #: ../includes/class.yith-wcwl-admin-init.php:939
217
  msgid "\"Add to Cart\" text"
218
  msgstr "Texto de \"Agregar del Carrito\""
219
 
220
- #: ../includes/class.yith-wcwl-admin-init.php:941
221
  msgid "Add to Cart"
222
  msgstr "Agregar al Carrito"
223
 
224
- #: ../includes/class.yith-wcwl-admin-init.php:946
225
  msgid "Show Unit price"
226
  msgstr "Mostrar Precio unitario"
227
 
228
- #: ../includes/class.yith-wcwl-admin-init.php:947
229
  msgid "Show unit price for each product in wishlist"
230
  msgstr ""
231
 
232
- #: ../includes/class.yith-wcwl-admin-init.php:954
233
  msgid "Show \"Add to Cart\" button"
234
  msgstr "Mostar el boton de \"Agregar al Carrito\" "
235
 
236
- #: ../includes/class.yith-wcwl-admin-init.php:955
237
  #, fuzzy
238
  msgid "Show \"Add to Cart\" button for each product in wishlist"
239
  msgstr "\"Agregar al Carrito\" fondo del boton"
240
 
241
- #: ../includes/class.yith-wcwl-admin-init.php:962
242
  msgid "Show Stock status"
243
  msgstr "Mostar el estado del inventario"
244
 
245
- #: ../includes/class.yith-wcwl-admin-init.php:963
246
  msgid ""
247
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
248
  msgstr ""
249
 
250
- #: ../includes/class.yith-wcwl-admin-init.php:970
251
  msgid "Show Date of addition"
252
  msgstr ""
253
 
254
- #: ../includes/class.yith-wcwl-admin-init.php:971
255
  #, fuzzy
256
  msgid "Show the date when users have added a product to the wishlist"
257
  msgstr "Ocurrió un erro mientras se agregaba el producto a la Lista"
258
 
259
- #: ../includes/class.yith-wcwl-admin-init.php:978
260
  #, fuzzy
261
  msgid "Add second remove button"
262
  msgstr "\"Agregar al Carrito\" texto del boton"
263
 
264
- #: ../includes/class.yith-wcwl-admin-init.php:979
265
  msgid "Add a second remove button in the last column, with extended label"
266
  msgstr ""
267
 
268
- #: ../includes/class.yith-wcwl-admin-init.php:994
269
  msgid "Styles"
270
  msgstr "Estilos"
271
 
272
- #: ../includes/class.yith-wcwl-admin-init.php:1001
273
  msgid "Use buttons"
274
  msgstr "Usar botones"
275
 
276
- #: ../includes/class.yith-wcwl-admin-init.php:1002
277
  #, fuzzy
278
  msgid "Use buttons instead of simple anchors."
279
  msgstr "Usar botones en lugar de un simple elnaces"
280
 
281
- #: ../includes/class.yith-wcwl-admin-init.php:1008
282
  msgid "Custom CSS"
283
  msgstr "Css personalizado"
284
 
285
- #: ../includes/class.yith-wcwl-admin-init.php:1015
286
  msgid "Use theme style"
287
  msgstr "Usar estilo del tema"
288
 
289
- #: ../includes/class.yith-wcwl-admin-init.php:1016
290
  msgid "Use the theme style."
291
  msgstr "Usar el estilo del tema"
292
 
293
- #: ../includes/class.yith-wcwl-admin-init.php:1022
294
  #, fuzzy
295
  msgid "Rounded buttons"
296
  msgstr "Usar botones"
297
 
298
- #: ../includes/class.yith-wcwl-admin-init.php:1023
299
  #, fuzzy
300
  msgid "Make button corners rounded"
301
  msgstr "Redondear los bordes de los botones"
302
 
303
- #: ../includes/class.yith-wcwl-admin-init.php:1029
304
  msgid "\"Add to Wishlist\" icon"
305
  msgstr "Icono de \"Agregar a la Lista de deseos\""
306
 
307
- #: ../includes/class.yith-wcwl-admin-init.php:1030
308
  msgid "Add an icon to the \"Add to Wishlist\" button"
309
  msgstr "Agregar un icono para el boton de \"Agregar a la Lista de deseos\""
310
 
311
- #: ../includes/class.yith-wcwl-admin-init.php:1040
312
  msgid "\"Add to Cart\" icon"
313
  msgstr "Icono de \"Agregar al carrito\""
314
 
315
- #: ../includes/class.yith-wcwl-admin-init.php:1041
316
  msgid "Add an icon to the \"Add to Cart\" button"
317
  msgstr "Agregar un icono para el boton de \"Agregar al Carrito\""
318
 
319
- #: ../includes/class.yith-wcwl-admin-init.php:1059
320
  #, fuzzy
321
  msgid "Social Networks & Share"
322
  msgstr "Compartir"
323
 
324
- #: ../includes/class.yith-wcwl-admin-init.php:1066
325
  msgid "Share on Facebook"
326
  msgstr "Compartir en Facebook"
327
 
328
- #: ../includes/class.yith-wcwl-admin-init.php:1067
329
  #, fuzzy
330
  msgid "Show \"Share on Facebook\" button"
331
  msgstr "Compartir en Facebook"
332
 
333
- #: ../includes/class.yith-wcwl-admin-init.php:1073
334
  msgid "Tweet on Twitter"
335
  msgstr "Tweet en Twitter"
336
 
337
- #: ../includes/class.yith-wcwl-admin-init.php:1074
338
  #, fuzzy
339
  msgid "Show \"Tweet on Twitter\" button"
340
  msgstr "Tweet en Twitter"
341
 
342
- #: ../includes/class.yith-wcwl-admin-init.php:1080
343
  msgid "Pin on Pinterest"
344
  msgstr "Pin en Pinterest"
345
 
346
- #: ../includes/class.yith-wcwl-admin-init.php:1081
347
  #, fuzzy
348
  msgid "Show \"Pin on Pinterest\" button"
349
  msgstr "Pin en Pinterest"
350
 
351
- #: ../includes/class.yith-wcwl-admin-init.php:1087
352
  msgid "Share on Google+"
353
  msgstr "Compartir en Google+"
354
 
355
- #: ../includes/class.yith-wcwl-admin-init.php:1088
356
  #, fuzzy
357
  msgid "Show \"Share on Google+\" button"
358
  msgstr "Compartir en Facebook"
359
 
360
- #: ../includes/class.yith-wcwl-admin-init.php:1094
361
  msgid "Share by Email"
362
  msgstr ""
363
 
364
- #: ../includes/class.yith-wcwl-admin-init.php:1095
365
  #, fuzzy
366
  msgid "Show \"Share by Email\" button"
367
  msgstr "Mostar el boton de \"Agregar al Carrito\" "
368
 
369
- #: ../includes/class.yith-wcwl-admin-init.php:1101
370
  #, fuzzy
371
  msgid "Social title"
372
  msgstr "Tiítulo de Redes sociales"
373
 
374
- #: ../includes/class.yith-wcwl-admin-init.php:1108
375
  #, fuzzy
376
  msgid "Social text"
377
  msgstr "Texto de redes sociales"
378
 
379
- #: ../includes/class.yith-wcwl-admin-init.php:1109
380
  msgid ""
381
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
382
  "strong> where you want to show the URL of your wishlist."
383
  msgstr ""
384
 
385
- #: ../includes/class.yith-wcwl-admin-init.php:1116
386
  #, fuzzy
387
  msgid "Social image URL"
388
  msgstr "URL de la imágen de las redes Sociales."
389
 
390
- #: ../includes/class.yith-wcwl-admin-init.php:1117
391
  msgid "It will be used by Pinterest."
392
  msgstr ""
393
 
394
- #: ../includes/class.yith-wcwl-admin-init.php:1131
395
  #, php-format
396
  msgid ""
397
  "If you want to take advantage of this feature, you could consider to "
398
  "purchase the %s."
399
  msgstr ""
400
 
401
- #: ../includes/class.yith-wcwl-admin-init.php:1136
402
  msgid "YITH WooCommerce Frequently Bought Together Integration"
403
  msgstr ""
404
 
405
- #: ../includes/class.yith-wcwl-admin-init.php:1143
406
  msgid "Enable slider in wishlist"
407
  msgstr ""
408
 
409
- #: ../includes/class.yith-wcwl-admin-init.php:1144
410
  #, php-format
411
  msgid ""
412
  "Choose to enable product slider in wishlist page with linked products (<a "
413
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
414
  msgstr ""
415
 
416
- #: ../includes/class.yith-wcwl-admin-init.php:1180
417
  #, fuzzy
418
  msgid "\"Add to wishlist\" button"
419
  msgstr "\"Agregar a Lista de deseos\" texto del boton"
420
 
421
- #: ../includes/class.yith-wcwl-admin-init.php:1183
422
- #: ../includes/class.yith-wcwl-admin-init.php:1201
423
- #: ../includes/class.yith-wcwl-admin-init.php:1219
424
- #: ../includes/class.yith-wcwl-admin-init.php:1237
425
- #: ../includes/class.yith-wcwl-admin-init.php:1255
426
  msgid "Background"
427
  msgstr ""
428
 
429
- #: ../includes/class.yith-wcwl-admin-init.php:1184
430
- #: ../includes/class.yith-wcwl-admin-init.php:1202
431
- #: ../includes/class.yith-wcwl-admin-init.php:1220
432
- #: ../includes/class.yith-wcwl-admin-init.php:1238
433
- #: ../includes/class.yith-wcwl-admin-init.php:1256
434
  msgid "Text"
435
  msgstr ""
436
 
437
- #: ../includes/class.yith-wcwl-admin-init.php:1185
438
- #: ../includes/class.yith-wcwl-admin-init.php:1203
439
- #: ../includes/class.yith-wcwl-admin-init.php:1221
440
- #: ../includes/class.yith-wcwl-admin-init.php:1239
441
- #: ../includes/class.yith-wcwl-admin-init.php:1257
442
  msgid "Border"
443
  msgstr ""
444
 
445
- #: ../includes/class.yith-wcwl-admin-init.php:1192
446
- #: ../includes/class.yith-wcwl-admin-init.php:1210
447
- #: ../includes/class.yith-wcwl-admin-init.php:1228
448
- #: ../includes/class.yith-wcwl-admin-init.php:1246
449
  msgid "Background (hover)"
450
  msgstr ""
451
 
452
- #: ../includes/class.yith-wcwl-admin-init.php:1193
453
- #: ../includes/class.yith-wcwl-admin-init.php:1211
454
- #: ../includes/class.yith-wcwl-admin-init.php:1229
455
- #: ../includes/class.yith-wcwl-admin-init.php:1247
456
  msgid "Text (hover)"
457
  msgstr ""
458
 
459
- #: ../includes/class.yith-wcwl-admin-init.php:1194
460
- #: ../includes/class.yith-wcwl-admin-init.php:1212
461
- #: ../includes/class.yith-wcwl-admin-init.php:1230
462
- #: ../includes/class.yith-wcwl-admin-init.php:1248
463
  msgid "Border (hover)"
464
  msgstr ""
465
 
466
- #: ../includes/class.yith-wcwl-admin-init.php:1198
467
  #, fuzzy
468
  msgid "\"Add to Cart\" button"
469
  msgstr "\"Agregar al Carrito\" texto del boton"
470
 
471
- #: ../includes/class.yith-wcwl-admin-init.php:1216
472
  msgid "\"Style 1\" button"
473
  msgstr ""
474
 
475
- #: ../includes/class.yith-wcwl-admin-init.php:1234
476
  msgid "\"Style 2\" button"
477
  msgstr ""
478
 
479
- #: ../includes/class.yith-wcwl-admin-init.php:1252
480
  #, fuzzy
481
  msgid "Wishlist table"
482
  msgstr "Título de la Lista de deseos"
483
 
484
- #: ../includes/class.yith-wcwl-admin-init.php:1261
485
  msgid "Headers"
486
  msgstr ""
487
 
488
- #: ../includes/class.yith-wcwl-admin-init.php:1264
489
  msgid "Background color"
490
  msgstr ""
491
 
492
- #: ../includes/class.yith-wcwl-admin-init.php:1354
493
  #, fuzzy
494
  msgid "Wishlist Activated"
495
  msgstr "Título de la Lista de deseos"
496
 
497
- #: ../includes/class.yith-wcwl-admin-init.php:1355
498
  #, php-format
499
  msgid ""
500
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
@@ -503,12 +503,12 @@ msgid ""
503
  "options, <a href=\"%s\">discover it now</a>."
504
  msgstr ""
505
 
506
- #: ../includes/class.yith-wcwl-admin-init.php:1366
507
  #, fuzzy
508
  msgid "Wishlist Updated"
509
  msgstr "Página de la Lista de Deseos"
510
 
511
- #: ../includes/class.yith-wcwl-admin-init.php:1367
512
  #, php-format
513
  msgid ""
514
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
@@ -518,13 +518,13 @@ msgid ""
518
  "\">discover the PREMIUM version.</a>"
519
  msgstr ""
520
 
521
- #: ../includes/class.yith-wcwl-init.php:366
522
  msgid ""
523
  "We are sorry, but this feature is available only if cookies are enabled on "
524
  "your browser."
525
  msgstr ""
526
 
527
- #: ../includes/class.yith-wcwl-init.php:367
528
  #, fuzzy
529
  msgid "Product correctly added to cart"
530
  msgstr "¡Producto agregado!"
@@ -535,24 +535,24 @@ msgid "wishlist"
535
  msgstr ""
536
 
537
  #: ../includes/class.yith-wcwl-shortcode.php:259
538
- #: ../includes/class.yith-wcwl-ui.php:163
539
  msgid "Share on:"
540
  msgstr "Compartir en:"
541
 
542
- #: ../includes/class.yith-wcwl-ui.php:117
543
- #: ../includes/class.yith-wcwl-ui.php:199
544
  msgid "Select options"
545
  msgstr "Opciones de selección."
546
 
547
- #: ../includes/class.yith-wcwl-ui.php:167 ../templates/share.php:20
548
  msgid "Facebook"
549
  msgstr ""
550
 
551
- #: ../includes/class.yith-wcwl-ui.php:170 ../templates/share.php:26
552
  msgid "Twitter"
553
  msgstr ""
554
 
555
- #: ../includes/class.yith-wcwl-ui.php:179
556
  msgid "email"
557
  msgstr ""
558
 
@@ -561,47 +561,47 @@ msgstr ""
561
  msgid "An error occurred while adding products to the wishlist."
562
  msgstr "Ocurrió un erro mientras se agregaba el producto a la Lista"
563
 
564
- #: ../includes/class.yith-wcwl.php:268
565
  #, fuzzy
566
  msgid "An error occurred while adding products to wishlist."
567
  msgstr "Ocurrió un erro mientras se agregaba el producto a la Lista"
568
 
569
- #: ../includes/class.yith-wcwl.php:285
570
  msgid "The \"Remove\" option now does not require any parameter"
571
  msgstr ""
572
 
573
- #: ../includes/class.yith-wcwl.php:332
574
  #, fuzzy
575
  msgid "An error occurred while removing products from the wishlist"
576
  msgstr "Ocurrió un erro mientras se eliminaba el producto a la Lista"
577
 
578
- #: ../includes/class.yith-wcwl.php:774
579
  msgid "You need to log in before creating a new wishlist"
580
  msgstr ""
581
 
582
- #: ../includes/class.yith-wcwl.php:1565
583
  msgid "Product successfully removed."
584
  msgstr "Producto exitosamente eliminado"
585
 
586
- #: ../includes/class.yith-wcwl.php:1569
587
  msgid "Error. Unable to remove the product from the wishlist."
588
  msgstr "Error. No fue posible eliminar el producto de la Lista."
589
 
590
- #: ../includes/class.yith-wcwl.php:1573 ../templates/wishlist-view.php:239
591
  msgid "No products were added to the wishlist"
592
  msgstr "Aun no has agregado nada."
593
 
594
- #: ../includes/class.yith-wcwl.php:1615
595
  msgid "An error as occurred."
596
  msgstr ""
597
 
598
- #: ../init.php:128
599
  msgid ""
600
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
601
  "WooCommerce in order to work."
602
  msgstr ""
603
 
604
- #: ../init.php:138
605
  msgid ""
606
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
607
  "are using the premium one."
@@ -859,10 +859,6 @@ msgstr "Pin en Pinterest"
859
  msgid "Google+"
860
  msgstr "Compartir en Google+"
861
 
862
- #: ../templates/share.php:44
863
- msgid "I wanted you to see this site"
864
- msgstr ""
865
-
866
  #: ../templates/share.php:44
867
  msgid "Email"
868
  msgstr ""
@@ -892,57 +888,57 @@ msgstr "Precio unitario"
892
  msgid "Stock Status"
893
  msgstr "Estado del inventario"
894
 
895
- #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:229
896
  msgid "Remove this product"
897
  msgstr "Remover este producto"
898
 
899
- #: ../templates/wishlist-view.php:170
900
  msgid "Free!"
901
  msgstr "Gratis!"
902
 
903
- #: ../templates/wishlist-view.php:176
904
  msgid "Out of Stock"
905
  msgstr "Agotado"
906
 
907
- #: ../templates/wishlist-view.php:176
908
  msgid "In Stock"
909
  msgstr "Disponilbe."
910
 
911
- #: ../templates/wishlist-view.php:185
912
  #, php-format
913
  msgid "Added on : %s"
914
  msgstr ""
915
 
916
- #: ../templates/wishlist-view.php:197
917
  msgid "Move"
918
  msgstr ""
919
 
920
- #: ../templates/wishlist-view.php:209
921
  #, fuzzy
922
  msgid "Shared"
923
  msgstr "Compartir en:"
924
 
925
- #: ../templates/wishlist-view.php:212
926
  msgid "Private"
927
  msgstr ""
928
 
929
- #: ../templates/wishlist-view.php:215
930
  msgid "Public"
931
  msgstr ""
932
 
933
- #: ../templates/wishlist-view.php:229
934
  msgid "Remove"
935
  msgstr ""
936
 
937
- #: ../templates/wishlist-view.php:256
938
  msgid "Add the selected products to the cart"
939
  msgstr ""
940
 
941
- #: ../templates/wishlist-view.php:264 ../templates/wishlist-view.php:310
942
  msgid "Ask for an estimate"
943
  msgstr ""
944
 
945
- #: ../templates/wishlist-view.php:300
946
  msgid "Your email"
947
  msgstr ""
948
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
+ "POT-Creation-Date: 2017-10-24 17:33+0200\n"
5
+ "PO-Revision-Date: 2017-10-24 17:33+0200\n"
6
  "Last-Translator: Gabriel Azarias Dzul Cocom <gabrieldzul@gmail.com>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: es_MX\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.8.7.1\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
20
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
21
 
22
  #: ../includes/class.yith-wcwl-admin-init.php:159
23
+ #: ../includes/class.yith-wcwl-admin-init.php:1483
24
+ #: ../includes/class.yith-wcwl-admin-init.php:1484
25
  #: ../includes/class.yith-wcwl-install.php:244
26
  msgid "Wishlist"
27
  msgstr "Lista de deseos"
59
  msgid "Plugin Documentation"
60
  msgstr ""
61
 
62
+ #: ../includes/class.yith-wcwl-admin-init.php:1023
63
  msgid "Upgrade to the PREMIUM VERSION"
64
  msgstr ""
65
 
66
+ #: ../includes/class.yith-wcwl-admin-init.php:1026
67
  msgid "YITH WooCommerce Wishlist"
68
  msgstr ""
69
 
70
+ #: ../includes/class.yith-wcwl-admin-init.php:1027
71
  msgid "Discover the Advanced Features"
72
  msgstr ""
73
 
74
+ #: ../includes/class.yith-wcwl-admin-init.php:1028
75
  msgid ""
76
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
77
  "all features!"
78
  msgstr ""
79
 
80
+ #: ../includes/class.yith-wcwl-admin-init.php:1034
81
  msgid "Get Support and Pro Features"
82
  msgstr ""
83
 
84
+ #: ../includes/class.yith-wcwl-admin-init.php:1035
85
  msgid ""
86
  "By purchasing the premium version of the plugin, you will take advantage of "
87
  "the advanced features of the product and you will get one year of free "
88
  "updates and support through our platform available 24h/24."
89
  msgstr ""
90
 
91
+ #: ../includes/class.yith-wcwl-admin-init.php:1045
92
  msgid "General Settings"
93
  msgstr "Ajustes Generales"
94
 
95
+ #: ../includes/class.yith-wcwl-admin-init.php:1052
96
  msgid "Enable YITH Wishlist"
97
  msgstr "Activar la Lista de deseos de YITH"
98
 
99
+ #: ../includes/class.yith-wcwl-admin-init.php:1053
100
  #, php-format
101
  msgid ""
102
  "Enable all plugin features. <strong>Be sure to select at least one option in "
104
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
105
  msgstr ""
106
 
107
+ #: ../includes/class.yith-wcwl-admin-init.php:1059
108
  #, fuzzy
109
  msgid "Default wishlist title"
110
  msgstr "Título de la Lista de deseos"
111
 
112
+ #: ../includes/class.yith-wcwl-admin-init.php:1061
113
+ #: ../includes/class.yith-wcwl-admin-init.php:1062
114
+ #: ../includes/class.yith-wcwl-admin-init.php:1298
115
  #, php-format
116
  msgid "My wishlist on %s"
117
  msgstr "My Lista de deseos en %s"
118
 
119
+ #: ../includes/class.yith-wcwl-admin-init.php:1067
120
  msgid "Wishlist Page"
121
  msgstr "Página de la Lista de Deseos"
122
 
123
+ #: ../includes/class.yith-wcwl-admin-init.php:1068
124
  msgid "Page contents: [yith_wcwl_wishlist]"
125
  msgstr ""
126
 
127
+ #: ../includes/class.yith-wcwl-admin-init.php:1077
128
  msgid "Position"
129
  msgstr "Posición"
130
 
131
+ #: ../includes/class.yith-wcwl-admin-init.php:1078
132
  #, fuzzy
133
  msgid ""
134
  "You can add the button in variable products only after the \"Add to Cart\" "
137
  "En productos variables puedes agregarlos solo despues de \"Agregar al "
138
  "Carrito\" o usar el shortcode [yith_wcwl_add_to_wishlist]."
139
 
140
+ #: ../includes/class.yith-wcwl-admin-init.php:1084
141
  msgid "After \"Add to cart\""
142
  msgstr "Despued de \"Agregar al Carrito\""
143
 
144
+ #: ../includes/class.yith-wcwl-admin-init.php:1085
145
  msgid "After thumbnails"
146
  msgstr "Despues de las miniaturas"
147
 
148
+ #: ../includes/class.yith-wcwl-admin-init.php:1086
149
  msgid "After summary"
150
  msgstr "Despues del Resumen"
151
 
152
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
153
  msgid "Use shortcode"
154
  msgstr "Usar shortcode"
155
 
156
+ #: ../includes/class.yith-wcwl-admin-init.php:1092
157
  msgid "Redirect to cart"
158
  msgstr "Redirreccionar al Carrito"
159
 
160
+ #: ../includes/class.yith-wcwl-admin-init.php:1093
161
  msgid ""
162
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
163
  "page."
165
  "Redireccionar a la página del Carrito si el boton de \"Agregar al Carrito\" "
166
  "es presionado en la página de la Lista de deseos."
167
 
168
+ #: ../includes/class.yith-wcwl-admin-init.php:1099
169
  msgid "Remove if added to the cart"
170
  msgstr "Remover si es agregado al Carrito."
171
 
172
+ #: ../includes/class.yith-wcwl-admin-init.php:1100
173
  #, fuzzy
174
  msgid "Remove the product from the wishlist if it has been added to the cart."
175
  msgstr ""
176
  "Remover el producto de la Lista de deseos si ha sido agregado al Carrito."
177
 
178
+ #: ../includes/class.yith-wcwl-admin-init.php:1106
179
  msgid "\"Add to Wishlist\" text"
180
  msgstr "Testo de \"Agregar al Carrito\""
181
 
182
+ #: ../includes/class.yith-wcwl-admin-init.php:1108
183
  msgid "Add to Wishlist"
184
  msgstr "Agregar a la Lista de deseos"
185
 
186
+ #: ../includes/class.yith-wcwl-admin-init.php:1113
187
  #, fuzzy
188
  msgid "\"Browse wishlist\" text"
189
  msgstr "Ir a la Lista de deseos"
190
 
191
+ #: ../includes/class.yith-wcwl-admin-init.php:1115
192
+ #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
193
  msgid "Browse Wishlist"
194
  msgstr "Ir a la Lista de deseos"
195
 
196
+ #: ../includes/class.yith-wcwl-admin-init.php:1120
197
  #, fuzzy
198
  msgid "\"Product already in wishlist\" text"
199
  msgstr "El producto ya está en la Lista"
200
 
201
+ #: ../includes/class.yith-wcwl-admin-init.php:1122
202
+ #: ../includes/class.yith-wcwl-ui.php:83
203
  msgid "The product is already in the wishlist!"
204
  msgstr "El producto ya se encuentra en la Lista de deseos!"
205
 
206
+ #: ../includes/class.yith-wcwl-admin-init.php:1127
207
  #, fuzzy
208
  msgid "\"Product added\" text"
209
  msgstr "¡Producto agregado!"
210
 
211
+ #: ../includes/class.yith-wcwl-admin-init.php:1129
212
+ #: ../includes/class.yith-wcwl-ui.php:82
213
  msgid "Product added!"
214
  msgstr "¡Producto agregado!"
215
 
216
+ #: ../includes/class.yith-wcwl-admin-init.php:1134
217
  msgid "\"Add to Cart\" text"
218
  msgstr "Texto de \"Agregar del Carrito\""
219
 
220
+ #: ../includes/class.yith-wcwl-admin-init.php:1136
221
  msgid "Add to Cart"
222
  msgstr "Agregar al Carrito"
223
 
224
+ #: ../includes/class.yith-wcwl-admin-init.php:1141
225
  msgid "Show Unit price"
226
  msgstr "Mostrar Precio unitario"
227
 
228
+ #: ../includes/class.yith-wcwl-admin-init.php:1142
229
  msgid "Show unit price for each product in wishlist"
230
  msgstr ""
231
 
232
+ #: ../includes/class.yith-wcwl-admin-init.php:1149
233
  msgid "Show \"Add to Cart\" button"
234
  msgstr "Mostar el boton de \"Agregar al Carrito\" "
235
 
236
+ #: ../includes/class.yith-wcwl-admin-init.php:1150
237
  #, fuzzy
238
  msgid "Show \"Add to Cart\" button for each product in wishlist"
239
  msgstr "\"Agregar al Carrito\" fondo del boton"
240
 
241
+ #: ../includes/class.yith-wcwl-admin-init.php:1157
242
  msgid "Show Stock status"
243
  msgstr "Mostar el estado del inventario"
244
 
245
+ #: ../includes/class.yith-wcwl-admin-init.php:1158
246
  msgid ""
247
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
248
  msgstr ""
249
 
250
+ #: ../includes/class.yith-wcwl-admin-init.php:1165
251
  msgid "Show Date of addition"
252
  msgstr ""
253
 
254
+ #: ../includes/class.yith-wcwl-admin-init.php:1166
255
  #, fuzzy
256
  msgid "Show the date when users have added a product to the wishlist"
257
  msgstr "Ocurrió un erro mientras se agregaba el producto a la Lista"
258
 
259
+ #: ../includes/class.yith-wcwl-admin-init.php:1173
260
  #, fuzzy
261
  msgid "Add second remove button"
262
  msgstr "\"Agregar al Carrito\" texto del boton"
263
 
264
+ #: ../includes/class.yith-wcwl-admin-init.php:1174
265
  msgid "Add a second remove button in the last column, with extended label"
266
  msgstr ""
267
 
268
+ #: ../includes/class.yith-wcwl-admin-init.php:1189
269
  msgid "Styles"
270
  msgstr "Estilos"
271
 
272
+ #: ../includes/class.yith-wcwl-admin-init.php:1196
273
  msgid "Use buttons"
274
  msgstr "Usar botones"
275
 
276
+ #: ../includes/class.yith-wcwl-admin-init.php:1197
277
  #, fuzzy
278
  msgid "Use buttons instead of simple anchors."
279
  msgstr "Usar botones en lugar de un simple elnaces"
280
 
281
+ #: ../includes/class.yith-wcwl-admin-init.php:1203
282
  msgid "Custom CSS"
283
  msgstr "Css personalizado"
284
 
285
+ #: ../includes/class.yith-wcwl-admin-init.php:1210
286
  msgid "Use theme style"
287
  msgstr "Usar estilo del tema"
288
 
289
+ #: ../includes/class.yith-wcwl-admin-init.php:1211
290
  msgid "Use the theme style."
291
  msgstr "Usar el estilo del tema"
292
 
293
+ #: ../includes/class.yith-wcwl-admin-init.php:1217
294
  #, fuzzy
295
  msgid "Rounded buttons"
296
  msgstr "Usar botones"
297
 
298
+ #: ../includes/class.yith-wcwl-admin-init.php:1218
299
  #, fuzzy
300
  msgid "Make button corners rounded"
301
  msgstr "Redondear los bordes de los botones"
302
 
303
+ #: ../includes/class.yith-wcwl-admin-init.php:1224
304
  msgid "\"Add to Wishlist\" icon"
305
  msgstr "Icono de \"Agregar a la Lista de deseos\""
306
 
307
+ #: ../includes/class.yith-wcwl-admin-init.php:1225
308
  msgid "Add an icon to the \"Add to Wishlist\" button"
309
  msgstr "Agregar un icono para el boton de \"Agregar a la Lista de deseos\""
310
 
311
+ #: ../includes/class.yith-wcwl-admin-init.php:1235
312
  msgid "\"Add to Cart\" icon"
313
  msgstr "Icono de \"Agregar al carrito\""
314
 
315
+ #: ../includes/class.yith-wcwl-admin-init.php:1236
316
  msgid "Add an icon to the \"Add to Cart\" button"
317
  msgstr "Agregar un icono para el boton de \"Agregar al Carrito\""
318
 
319
+ #: ../includes/class.yith-wcwl-admin-init.php:1254
320
  #, fuzzy
321
  msgid "Social Networks & Share"
322
  msgstr "Compartir"
323
 
324
+ #: ../includes/class.yith-wcwl-admin-init.php:1261
325
  msgid "Share on Facebook"
326
  msgstr "Compartir en Facebook"
327
 
328
+ #: ../includes/class.yith-wcwl-admin-init.php:1262
329
  #, fuzzy
330
  msgid "Show \"Share on Facebook\" button"
331
  msgstr "Compartir en Facebook"
332
 
333
+ #: ../includes/class.yith-wcwl-admin-init.php:1268
334
  msgid "Tweet on Twitter"
335
  msgstr "Tweet en Twitter"
336
 
337
+ #: ../includes/class.yith-wcwl-admin-init.php:1269
338
  #, fuzzy
339
  msgid "Show \"Tweet on Twitter\" button"
340
  msgstr "Tweet en Twitter"
341
 
342
+ #: ../includes/class.yith-wcwl-admin-init.php:1275
343
  msgid "Pin on Pinterest"
344
  msgstr "Pin en Pinterest"
345
 
346
+ #: ../includes/class.yith-wcwl-admin-init.php:1276
347
  #, fuzzy
348
  msgid "Show \"Pin on Pinterest\" button"
349
  msgstr "Pin en Pinterest"
350
 
351
+ #: ../includes/class.yith-wcwl-admin-init.php:1282
352
  msgid "Share on Google+"
353
  msgstr "Compartir en Google+"
354
 
355
+ #: ../includes/class.yith-wcwl-admin-init.php:1283
356
  #, fuzzy
357
  msgid "Show \"Share on Google+\" button"
358
  msgstr "Compartir en Facebook"
359
 
360
+ #: ../includes/class.yith-wcwl-admin-init.php:1289
361
  msgid "Share by Email"
362
  msgstr ""
363
 
364
+ #: ../includes/class.yith-wcwl-admin-init.php:1290
365
  #, fuzzy
366
  msgid "Show \"Share by Email\" button"
367
  msgstr "Mostar el boton de \"Agregar al Carrito\" "
368
 
369
+ #: ../includes/class.yith-wcwl-admin-init.php:1296
370
  #, fuzzy
371
  msgid "Social title"
372
  msgstr "Tiítulo de Redes sociales"
373
 
374
+ #: ../includes/class.yith-wcwl-admin-init.php:1303
375
  #, fuzzy
376
  msgid "Social text"
377
  msgstr "Texto de redes sociales"
378
 
379
+ #: ../includes/class.yith-wcwl-admin-init.php:1304
380
  msgid ""
381
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
382
  "strong> where you want to show the URL of your wishlist."
383
  msgstr ""
384
 
385
+ #: ../includes/class.yith-wcwl-admin-init.php:1311
386
  #, fuzzy
387
  msgid "Social image URL"
388
  msgstr "URL de la imágen de las redes Sociales."
389
 
390
+ #: ../includes/class.yith-wcwl-admin-init.php:1312
391
  msgid "It will be used by Pinterest."
392
  msgstr ""
393
 
394
+ #: ../includes/class.yith-wcwl-admin-init.php:1326
395
  #, php-format
396
  msgid ""
397
  "If you want to take advantage of this feature, you could consider to "
398
  "purchase the %s."
399
  msgstr ""
400
 
401
+ #: ../includes/class.yith-wcwl-admin-init.php:1331
402
  msgid "YITH WooCommerce Frequently Bought Together Integration"
403
  msgstr ""
404
 
405
+ #: ../includes/class.yith-wcwl-admin-init.php:1338
406
  msgid "Enable slider in wishlist"
407
  msgstr ""
408
 
409
+ #: ../includes/class.yith-wcwl-admin-init.php:1339
410
  #, php-format
411
  msgid ""
412
  "Choose to enable product slider in wishlist page with linked products (<a "
413
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
414
  msgstr ""
415
 
416
+ #: ../includes/class.yith-wcwl-admin-init.php:1375
417
  #, fuzzy
418
  msgid "\"Add to wishlist\" button"
419
  msgstr "\"Agregar a Lista de deseos\" texto del boton"
420
 
421
+ #: ../includes/class.yith-wcwl-admin-init.php:1378
422
+ #: ../includes/class.yith-wcwl-admin-init.php:1396
423
+ #: ../includes/class.yith-wcwl-admin-init.php:1414
424
+ #: ../includes/class.yith-wcwl-admin-init.php:1432
425
+ #: ../includes/class.yith-wcwl-admin-init.php:1450
426
  msgid "Background"
427
  msgstr ""
428
 
429
+ #: ../includes/class.yith-wcwl-admin-init.php:1379
430
+ #: ../includes/class.yith-wcwl-admin-init.php:1397
431
+ #: ../includes/class.yith-wcwl-admin-init.php:1415
432
+ #: ../includes/class.yith-wcwl-admin-init.php:1433
433
+ #: ../includes/class.yith-wcwl-admin-init.php:1451
434
  msgid "Text"
435
  msgstr ""
436
 
437
+ #: ../includes/class.yith-wcwl-admin-init.php:1380
438
+ #: ../includes/class.yith-wcwl-admin-init.php:1398
439
+ #: ../includes/class.yith-wcwl-admin-init.php:1416
440
+ #: ../includes/class.yith-wcwl-admin-init.php:1434
441
+ #: ../includes/class.yith-wcwl-admin-init.php:1452
442
  msgid "Border"
443
  msgstr ""
444
 
445
+ #: ../includes/class.yith-wcwl-admin-init.php:1387
446
+ #: ../includes/class.yith-wcwl-admin-init.php:1405
447
+ #: ../includes/class.yith-wcwl-admin-init.php:1423
448
+ #: ../includes/class.yith-wcwl-admin-init.php:1441
449
  msgid "Background (hover)"
450
  msgstr ""
451
 
452
+ #: ../includes/class.yith-wcwl-admin-init.php:1388
453
+ #: ../includes/class.yith-wcwl-admin-init.php:1406
454
+ #: ../includes/class.yith-wcwl-admin-init.php:1424
455
+ #: ../includes/class.yith-wcwl-admin-init.php:1442
456
  msgid "Text (hover)"
457
  msgstr ""
458
 
459
+ #: ../includes/class.yith-wcwl-admin-init.php:1389
460
+ #: ../includes/class.yith-wcwl-admin-init.php:1407
461
+ #: ../includes/class.yith-wcwl-admin-init.php:1425
462
+ #: ../includes/class.yith-wcwl-admin-init.php:1443
463
  msgid "Border (hover)"
464
  msgstr ""
465
 
466
+ #: ../includes/class.yith-wcwl-admin-init.php:1393
467
  #, fuzzy
468
  msgid "\"Add to Cart\" button"
469
  msgstr "\"Agregar al Carrito\" texto del boton"
470
 
471
+ #: ../includes/class.yith-wcwl-admin-init.php:1411
472
  msgid "\"Style 1\" button"
473
  msgstr ""
474
 
475
+ #: ../includes/class.yith-wcwl-admin-init.php:1429
476
  msgid "\"Style 2\" button"
477
  msgstr ""
478
 
479
+ #: ../includes/class.yith-wcwl-admin-init.php:1447
480
  #, fuzzy
481
  msgid "Wishlist table"
482
  msgstr "Título de la Lista de deseos"
483
 
484
+ #: ../includes/class.yith-wcwl-admin-init.php:1456
485
  msgid "Headers"
486
  msgstr ""
487
 
488
+ #: ../includes/class.yith-wcwl-admin-init.php:1459
489
  msgid "Background color"
490
  msgstr ""
491
 
492
+ #: ../includes/class.yith-wcwl-admin-init.php:1549
493
  #, fuzzy
494
  msgid "Wishlist Activated"
495
  msgstr "Título de la Lista de deseos"
496
 
497
+ #: ../includes/class.yith-wcwl-admin-init.php:1550
498
  #, php-format
499
  msgid ""
500
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
503
  "options, <a href=\"%s\">discover it now</a>."
504
  msgstr ""
505
 
506
+ #: ../includes/class.yith-wcwl-admin-init.php:1561
507
  #, fuzzy
508
  msgid "Wishlist Updated"
509
  msgstr "Página de la Lista de Deseos"
510
 
511
+ #: ../includes/class.yith-wcwl-admin-init.php:1562
512
  #, php-format
513
  msgid ""
514
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
518
  "\">discover the PREMIUM version.</a>"
519
  msgstr ""
520
 
521
+ #: ../includes/class.yith-wcwl-init.php:374
522
  msgid ""
523
  "We are sorry, but this feature is available only if cookies are enabled on "
524
  "your browser."
525
  msgstr ""
526
 
527
+ #: ../includes/class.yith-wcwl-init.php:375
528
  #, fuzzy
529
  msgid "Product correctly added to cart"
530
  msgstr "¡Producto agregado!"
535
  msgstr ""
536
 
537
  #: ../includes/class.yith-wcwl-shortcode.php:259
538
+ #: ../includes/class.yith-wcwl-ui.php:164
539
  msgid "Share on:"
540
  msgstr "Compartir en:"
541
 
542
+ #: ../includes/class.yith-wcwl-ui.php:118
543
+ #: ../includes/class.yith-wcwl-ui.php:200
544
  msgid "Select options"
545
  msgstr "Opciones de selección."
546
 
547
+ #: ../includes/class.yith-wcwl-ui.php:168 ../templates/share.php:20
548
  msgid "Facebook"
549
  msgstr ""
550
 
551
+ #: ../includes/class.yith-wcwl-ui.php:171 ../templates/share.php:26
552
  msgid "Twitter"
553
  msgstr ""
554
 
555
+ #: ../includes/class.yith-wcwl-ui.php:180
556
  msgid "email"
557
  msgstr ""
558
 
561
  msgid "An error occurred while adding products to the wishlist."
562
  msgstr "Ocurrió un erro mientras se agregaba el producto a la Lista"
563
 
564
+ #: ../includes/class.yith-wcwl.php:269
565
  #, fuzzy
566
  msgid "An error occurred while adding products to wishlist."
567
  msgstr "Ocurrió un erro mientras se agregaba el producto a la Lista"
568
 
569
+ #: ../includes/class.yith-wcwl.php:286
570
  msgid "The \"Remove\" option now does not require any parameter"
571
  msgstr ""
572
 
573
+ #: ../includes/class.yith-wcwl.php:335
574
  #, fuzzy
575
  msgid "An error occurred while removing products from the wishlist"
576
  msgstr "Ocurrió un erro mientras se eliminaba el producto a la Lista"
577
 
578
+ #: ../includes/class.yith-wcwl.php:783
579
  msgid "You need to log in before creating a new wishlist"
580
  msgstr ""
581
 
582
+ #: ../includes/class.yith-wcwl.php:1578
583
  msgid "Product successfully removed."
584
  msgstr "Producto exitosamente eliminado"
585
 
586
+ #: ../includes/class.yith-wcwl.php:1582
587
  msgid "Error. Unable to remove the product from the wishlist."
588
  msgstr "Error. No fue posible eliminar el producto de la Lista."
589
 
590
+ #: ../includes/class.yith-wcwl.php:1586 ../templates/wishlist-view.php:241
591
  msgid "No products were added to the wishlist"
592
  msgstr "Aun no has agregado nada."
593
 
594
+ #: ../includes/class.yith-wcwl.php:1628
595
  msgid "An error as occurred."
596
  msgstr ""
597
 
598
+ #: ../init.php:130
599
  msgid ""
600
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
601
  "WooCommerce in order to work."
602
  msgstr ""
603
 
604
+ #: ../init.php:140
605
  msgid ""
606
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
607
  "are using the premium one."
859
  msgid "Google+"
860
  msgstr "Compartir en Google+"
861
 
 
 
 
 
862
  #: ../templates/share.php:44
863
  msgid "Email"
864
  msgstr ""
888
  msgid "Stock Status"
889
  msgstr "Estado del inventario"
890
 
891
+ #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:231
892
  msgid "Remove this product"
893
  msgstr "Remover este producto"
894
 
895
+ #: ../templates/wishlist-view.php:172
896
  msgid "Free!"
897
  msgstr "Gratis!"
898
 
899
+ #: ../templates/wishlist-view.php:178
900
  msgid "Out of Stock"
901
  msgstr "Agotado"
902
 
903
+ #: ../templates/wishlist-view.php:178
904
  msgid "In Stock"
905
  msgstr "Disponilbe."
906
 
907
+ #: ../templates/wishlist-view.php:187
908
  #, php-format
909
  msgid "Added on : %s"
910
  msgstr ""
911
 
912
+ #: ../templates/wishlist-view.php:199
913
  msgid "Move"
914
  msgstr ""
915
 
916
+ #: ../templates/wishlist-view.php:211
917
  #, fuzzy
918
  msgid "Shared"
919
  msgstr "Compartir en:"
920
 
921
+ #: ../templates/wishlist-view.php:214
922
  msgid "Private"
923
  msgstr ""
924
 
925
+ #: ../templates/wishlist-view.php:217
926
  msgid "Public"
927
  msgstr ""
928
 
929
+ #: ../templates/wishlist-view.php:231
930
  msgid "Remove"
931
  msgstr ""
932
 
933
+ #: ../templates/wishlist-view.php:258
934
  msgid "Add the selected products to the cart"
935
  msgstr ""
936
 
937
+ #: ../templates/wishlist-view.php:266 ../templates/wishlist-view.php:312
938
  msgid "Ask for an estimate"
939
  msgstr ""
940
 
941
+ #: ../templates/wishlist-view.php:302
942
  msgid "Your email"
943
  msgstr ""
944
 
languages/yith-woocommerce-wishlist-fa_IR.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-fa_IR.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
- "POT-Creation-Date: 2017-05-11 15:56+0200\n"
5
- "PO-Revision-Date: 2017-05-11 15:56+0200\n"
6
  "Last-Translator: Am!n <amin.pe94@gmail.com>\n"
7
  "Language-Team: YITH - translated to persian by dornaweb <info@dornaweb.com>\n"
8
  "Language: fa\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 2.0.1\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
@@ -20,8 +20,8 @@ msgstr ""
20
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
21
 
22
  #: ../includes/class.yith-wcwl-admin-init.php:159
23
- #: ../includes/class.yith-wcwl-admin-init.php:1288
24
- #: ../includes/class.yith-wcwl-admin-init.php:1289
25
  #: ../includes/class.yith-wcwl-install.php:244
26
  msgid "Wishlist"
27
  msgstr "لیست علاقه مندی ها"
@@ -61,29 +61,29 @@ msgstr "اخطار : این افزونه حد اقل به نسخه 2.2 ووکا
61
  msgid "Plugin Documentation"
62
  msgstr "مستندات افزونه"
63
 
64
- #: ../includes/class.yith-wcwl-admin-init.php:828
65
  msgid "Upgrade to the PREMIUM VERSION"
66
  msgstr "ارتقا به نسخه پرمیوم"
67
 
68
- #: ../includes/class.yith-wcwl-admin-init.php:831
69
  msgid "YITH WooCommerce Wishlist"
70
  msgstr "YITH WooCommerce Wishlist"
71
 
72
- #: ../includes/class.yith-wcwl-admin-init.php:832
73
  msgid "Discover the Advanced Features"
74
  msgstr "امکانات پیشرفته را مشاهده کنید"
75
 
76
- #: ../includes/class.yith-wcwl-admin-init.php:833
77
  msgid ""
78
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
79
  "all features!"
80
  msgstr ""
81
 
82
- #: ../includes/class.yith-wcwl-admin-init.php:839
83
  msgid "Get Support and Pro Features"
84
  msgstr "رفتن به پشتیبانی و امکانات پیشرفته"
85
 
86
- #: ../includes/class.yith-wcwl-admin-init.php:840
87
  msgid ""
88
  "By purchasing the premium version of the plugin, you will take advantage of "
89
  "the advanced features of the product and you will get one year of free "
@@ -93,15 +93,15 @@ msgstr ""
93
  "ببرید، همچنین به مدت 1 سال آپدیت های این افزونه را بطور رایگان دریافت کنید و "
94
  "از پشتیبانی 24 ساعته ما استفاده کنید"
95
 
96
- #: ../includes/class.yith-wcwl-admin-init.php:850
97
  msgid "General Settings"
98
  msgstr "تنظیمات عمومی"
99
 
100
- #: ../includes/class.yith-wcwl-admin-init.php:857
101
  msgid "Enable YITH Wishlist"
102
  msgstr "فعال کردن YITH Wishlist"
103
 
104
- #: ../includes/class.yith-wcwl-admin-init.php:858
105
  #, php-format
106
  msgid ""
107
  "Enable all plugin features. <strong>Be sure to select at least one option in "
@@ -109,56 +109,56 @@ msgid ""
109
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
110
  msgstr ""
111
 
112
- #: ../includes/class.yith-wcwl-admin-init.php:864
113
  msgid "Default wishlist title"
114
  msgstr "عنوان پیشفرض لیست علاقه مندی ها"
115
 
116
- #: ../includes/class.yith-wcwl-admin-init.php:866
117
- #: ../includes/class.yith-wcwl-admin-init.php:867
118
- #: ../includes/class.yith-wcwl-admin-init.php:1103
119
  #, php-format
120
  msgid "My wishlist on %s"
121
  msgstr "لیست علاقه مندی های من در %s"
122
 
123
- #: ../includes/class.yith-wcwl-admin-init.php:872
124
  msgid "Wishlist Page"
125
  msgstr "صفحه لیست علاقه مندی ها"
126
 
127
- #: ../includes/class.yith-wcwl-admin-init.php:873
128
  msgid "Page contents: [yith_wcwl_wishlist]"
129
  msgstr "محتوای صفحه : [yith_wcwl_wishlist] باشد"
130
 
131
- #: ../includes/class.yith-wcwl-admin-init.php:882
132
  msgid "Position"
133
  msgstr "موقعیت"
134
 
135
- #: ../includes/class.yith-wcwl-admin-init.php:883
136
  msgid ""
137
  "You can add the button in variable products only after the \"Add to Cart\" "
138
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
139
  msgstr ""
140
 
141
- #: ../includes/class.yith-wcwl-admin-init.php:889
142
  msgid "After \"Add to cart\""
143
  msgstr "بعد از \"افزودن به سبد\""
144
 
145
- #: ../includes/class.yith-wcwl-admin-init.php:890
146
  msgid "After thumbnails"
147
  msgstr "بعد از تصاویر محصول"
148
 
149
- #: ../includes/class.yith-wcwl-admin-init.php:891
150
  msgid "After summary"
151
  msgstr "بعد از خلاصه محصول"
152
 
153
- #: ../includes/class.yith-wcwl-admin-init.php:892
154
  msgid "Use shortcode"
155
  msgstr "استفاده از شورتکد"
156
 
157
- #: ../includes/class.yith-wcwl-admin-init.php:897
158
  msgid "Redirect to cart"
159
  msgstr "انتقال به سبد خرید"
160
 
161
- #: ../includes/class.yith-wcwl-admin-init.php:898
162
  msgid ""
163
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
164
  "page."
@@ -166,312 +166,312 @@ msgstr ""
166
  "اگر در صفحه علاقه مندی ها روی \"افزودن به سبد\" کلیک شد، کاربر را به صفحه "
167
  "سبد خرید منتقل کن"
168
 
169
- #: ../includes/class.yith-wcwl-admin-init.php:904
170
  msgid "Remove if added to the cart"
171
  msgstr "حذف محصول در صورت افزودن به سبد"
172
 
173
- #: ../includes/class.yith-wcwl-admin-init.php:905
174
  msgid "Remove the product from the wishlist if it has been added to the cart."
175
  msgstr "اگر محصول به سبد خرید اضافه شد آن را از لیست علاقه مندی ها حذف کن."
176
 
177
- #: ../includes/class.yith-wcwl-admin-init.php:911
178
  msgid "\"Add to Wishlist\" text"
179
  msgstr "متن \"افزودن به علاقه مندی ها\""
180
 
181
- #: ../includes/class.yith-wcwl-admin-init.php:913
182
  msgid "Add to Wishlist"
183
  msgstr "افزودن به علاقه مندی ها"
184
 
185
- #: ../includes/class.yith-wcwl-admin-init.php:918
186
  msgid "\"Browse wishlist\" text"
187
  msgstr "متن \"مشاهده علاقه مندی ها\""
188
 
189
- #: ../includes/class.yith-wcwl-admin-init.php:920
190
- #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl-ui.php:82
191
  msgid "Browse Wishlist"
192
  msgstr "مشاهده لیست علاقه مندی ها"
193
 
194
- #: ../includes/class.yith-wcwl-admin-init.php:925
195
  msgid "\"Product already in wishlist\" text"
196
  msgstr "متن \"محصول از قبل اضافه شده\""
197
 
198
- #: ../includes/class.yith-wcwl-admin-init.php:927
199
- #: ../includes/class.yith-wcwl-ui.php:82
200
  msgid "The product is already in the wishlist!"
201
  msgstr "محصول از قبل به علاقه مندی ها اضافه شده!"
202
 
203
- #: ../includes/class.yith-wcwl-admin-init.php:932
204
  msgid "\"Product added\" text"
205
  msgstr "متن \"محصول اضافه شد\""
206
 
207
- #: ../includes/class.yith-wcwl-admin-init.php:934
208
- #: ../includes/class.yith-wcwl-ui.php:81
209
  msgid "Product added!"
210
  msgstr "اضافه شد!"
211
 
212
- #: ../includes/class.yith-wcwl-admin-init.php:939
213
  msgid "\"Add to Cart\" text"
214
  msgstr "متن \"افزودن به سبد خرید\""
215
 
216
- #: ../includes/class.yith-wcwl-admin-init.php:941
217
  msgid "Add to Cart"
218
  msgstr "افزودن به سبد"
219
 
220
- #: ../includes/class.yith-wcwl-admin-init.php:946
221
  msgid "Show Unit price"
222
  msgstr "مشاهده واحدهای پولی"
223
 
224
- #: ../includes/class.yith-wcwl-admin-init.php:947
225
  msgid "Show unit price for each product in wishlist"
226
  msgstr "مشاهده واحدهای پولی برای محصولات اضافه شده به لیست علاقه مندی ها"
227
 
228
- #: ../includes/class.yith-wcwl-admin-init.php:954
229
  msgid "Show \"Add to Cart\" button"
230
  msgstr "مشاهده دکمه \"افزودن به سبد\""
231
 
232
- #: ../includes/class.yith-wcwl-admin-init.php:955
233
  msgid "Show \"Add to Cart\" button for each product in wishlist"
234
  msgstr ""
235
 
236
- #: ../includes/class.yith-wcwl-admin-init.php:962
237
  msgid "Show Stock status"
238
  msgstr "مشاهده موجودی محصول"
239
 
240
- #: ../includes/class.yith-wcwl-admin-init.php:963
241
  msgid ""
242
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
243
  msgstr "مشاهده \"موجودی\" یا \"ناموجودی\" محصولات موجود در لیست علاقه مندی ها"
244
 
245
- #: ../includes/class.yith-wcwl-admin-init.php:970
246
  msgid "Show Date of addition"
247
  msgstr ""
248
 
249
- #: ../includes/class.yith-wcwl-admin-init.php:971
250
  msgid "Show the date when users have added a product to the wishlist"
251
  msgstr ""
252
 
253
- #: ../includes/class.yith-wcwl-admin-init.php:978
254
  msgid "Add second remove button"
255
  msgstr ""
256
 
257
- #: ../includes/class.yith-wcwl-admin-init.php:979
258
  msgid "Add a second remove button in the last column, with extended label"
259
  msgstr ""
260
 
261
- #: ../includes/class.yith-wcwl-admin-init.php:994
262
  msgid "Styles"
263
  msgstr "استایل ها"
264
 
265
- #: ../includes/class.yith-wcwl-admin-init.php:1001
266
  msgid "Use buttons"
267
  msgstr "استفاده از دکمه ها"
268
 
269
- #: ../includes/class.yith-wcwl-admin-init.php:1002
270
  msgid "Use buttons instead of simple anchors."
271
  msgstr "به جای لینک های ساده از دکمه ها استفاده کن"
272
 
273
- #: ../includes/class.yith-wcwl-admin-init.php:1008
274
  msgid "Custom CSS"
275
  msgstr "CSS دستی"
276
 
277
- #: ../includes/class.yith-wcwl-admin-init.php:1015
278
  msgid "Use theme style"
279
  msgstr "استفاده از استایل قالب"
280
 
281
- #: ../includes/class.yith-wcwl-admin-init.php:1016
282
  msgid "Use the theme style."
283
  msgstr "از استایل قالب استفاده کن"
284
 
285
- #: ../includes/class.yith-wcwl-admin-init.php:1022
286
  msgid "Rounded buttons"
287
  msgstr "دکمه های گرد"
288
 
289
- #: ../includes/class.yith-wcwl-admin-init.php:1023
290
  msgid "Make button corners rounded"
291
  msgstr "گوشه های دکمه را گرد کن"
292
 
293
- #: ../includes/class.yith-wcwl-admin-init.php:1029
294
  msgid "\"Add to Wishlist\" icon"
295
  msgstr "آیکون \"افزودن به علاقه مندی ها\""
296
 
297
- #: ../includes/class.yith-wcwl-admin-init.php:1030
298
  msgid "Add an icon to the \"Add to Wishlist\" button"
299
  msgstr "یک آیکون به دکمه \"افزودن به لیست علاقه مندی ها\" اضافه کن"
300
 
301
- #: ../includes/class.yith-wcwl-admin-init.php:1040
302
  msgid "\"Add to Cart\" icon"
303
  msgstr "آیکون \"افزودن به سبد\""
304
 
305
- #: ../includes/class.yith-wcwl-admin-init.php:1041
306
  msgid "Add an icon to the \"Add to Cart\" button"
307
  msgstr "یک آیکون به دکمه \"افزودن به سبد\" اضافه کن"
308
 
309
- #: ../includes/class.yith-wcwl-admin-init.php:1059
310
  msgid "Social Networks & Share"
311
  msgstr ""
312
 
313
- #: ../includes/class.yith-wcwl-admin-init.php:1066
314
  msgid "Share on Facebook"
315
  msgstr "اشتراک در فیس بوک"
316
 
317
- #: ../includes/class.yith-wcwl-admin-init.php:1067
318
  msgid "Show \"Share on Facebook\" button"
319
  msgstr "نمایش دکمه \"اشتراک در فیس بوک\""
320
 
321
- #: ../includes/class.yith-wcwl-admin-init.php:1073
322
  msgid "Tweet on Twitter"
323
  msgstr "توییت در توییتر"
324
 
325
- #: ../includes/class.yith-wcwl-admin-init.php:1074
326
  msgid "Show \"Tweet on Twitter\" button"
327
  msgstr "نمایش دکمه \"توییت در توییتر\""
328
 
329
- #: ../includes/class.yith-wcwl-admin-init.php:1080
330
  msgid "Pin on Pinterest"
331
  msgstr "پین به پینترست"
332
 
333
- #: ../includes/class.yith-wcwl-admin-init.php:1081
334
  msgid "Show \"Pin on Pinterest\" button"
335
  msgstr "نمایش دکمه \"پین درپینترست\""
336
 
337
- #: ../includes/class.yith-wcwl-admin-init.php:1087
338
  msgid "Share on Google+"
339
  msgstr "اشتراک گذاری در گوگل+"
340
 
341
- #: ../includes/class.yith-wcwl-admin-init.php:1088
342
  msgid "Show \"Share on Google+\" button"
343
  msgstr ""
344
 
345
- #: ../includes/class.yith-wcwl-admin-init.php:1094
346
  msgid "Share by Email"
347
  msgstr "اشتراک با ایمیل"
348
 
349
- #: ../includes/class.yith-wcwl-admin-init.php:1095
350
  msgid "Show \"Share by Email\" button"
351
  msgstr "نمایش دکمه \"اشتراک با ایمیل\""
352
 
353
- #: ../includes/class.yith-wcwl-admin-init.php:1101
354
  msgid "Social title"
355
  msgstr "عنوان اجتماعی"
356
 
357
- #: ../includes/class.yith-wcwl-admin-init.php:1108
358
  msgid "Social text"
359
  msgstr "متن اجتماعی"
360
 
361
- #: ../includes/class.yith-wcwl-admin-init.php:1109
362
  msgid ""
363
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
364
  "strong> where you want to show the URL of your wishlist."
365
  msgstr ""
366
 
367
- #: ../includes/class.yith-wcwl-admin-init.php:1116
368
  msgid "Social image URL"
369
  msgstr "آدرس تصویر اجتماعی"
370
 
371
- #: ../includes/class.yith-wcwl-admin-init.php:1117
372
  msgid "It will be used by Pinterest."
373
  msgstr ""
374
 
375
- #: ../includes/class.yith-wcwl-admin-init.php:1131
376
  #, php-format
377
  msgid ""
378
  "If you want to take advantage of this feature, you could consider to "
379
  "purchase the %s."
380
  msgstr ""
381
 
382
- #: ../includes/class.yith-wcwl-admin-init.php:1136
383
  msgid "YITH WooCommerce Frequently Bought Together Integration"
384
  msgstr ""
385
 
386
- #: ../includes/class.yith-wcwl-admin-init.php:1143
387
  msgid "Enable slider in wishlist"
388
  msgstr ""
389
 
390
- #: ../includes/class.yith-wcwl-admin-init.php:1144
391
  #, php-format
392
  msgid ""
393
  "Choose to enable product slider in wishlist page with linked products (<a "
394
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
395
  msgstr ""
396
 
397
- #: ../includes/class.yith-wcwl-admin-init.php:1180
398
  msgid "\"Add to wishlist\" button"
399
  msgstr "دکمه \" افزودن به علاقه مندیها\""
400
 
401
- #: ../includes/class.yith-wcwl-admin-init.php:1183
402
- #: ../includes/class.yith-wcwl-admin-init.php:1201
403
- #: ../includes/class.yith-wcwl-admin-init.php:1219
404
- #: ../includes/class.yith-wcwl-admin-init.php:1237
405
- #: ../includes/class.yith-wcwl-admin-init.php:1255
406
  msgid "Background"
407
  msgstr "پس زمینه"
408
 
409
- #: ../includes/class.yith-wcwl-admin-init.php:1184
410
- #: ../includes/class.yith-wcwl-admin-init.php:1202
411
- #: ../includes/class.yith-wcwl-admin-init.php:1220
412
- #: ../includes/class.yith-wcwl-admin-init.php:1238
413
- #: ../includes/class.yith-wcwl-admin-init.php:1256
414
  msgid "Text"
415
  msgstr "متن"
416
 
417
- #: ../includes/class.yith-wcwl-admin-init.php:1185
418
- #: ../includes/class.yith-wcwl-admin-init.php:1203
419
- #: ../includes/class.yith-wcwl-admin-init.php:1221
420
- #: ../includes/class.yith-wcwl-admin-init.php:1239
421
- #: ../includes/class.yith-wcwl-admin-init.php:1257
422
  msgid "Border"
423
  msgstr "کادر"
424
 
425
- #: ../includes/class.yith-wcwl-admin-init.php:1192
426
- #: ../includes/class.yith-wcwl-admin-init.php:1210
427
- #: ../includes/class.yith-wcwl-admin-init.php:1228
428
- #: ../includes/class.yith-wcwl-admin-init.php:1246
429
  msgid "Background (hover)"
430
  msgstr "پس زمینه ( حالت هاور)"
431
 
432
- #: ../includes/class.yith-wcwl-admin-init.php:1193
433
- #: ../includes/class.yith-wcwl-admin-init.php:1211
434
- #: ../includes/class.yith-wcwl-admin-init.php:1229
435
- #: ../includes/class.yith-wcwl-admin-init.php:1247
436
  msgid "Text (hover)"
437
  msgstr "متن (حالت هاور)"
438
 
439
- #: ../includes/class.yith-wcwl-admin-init.php:1194
440
- #: ../includes/class.yith-wcwl-admin-init.php:1212
441
- #: ../includes/class.yith-wcwl-admin-init.php:1230
442
- #: ../includes/class.yith-wcwl-admin-init.php:1248
443
  msgid "Border (hover)"
444
  msgstr "کادر (حالت هاور)"
445
 
446
- #: ../includes/class.yith-wcwl-admin-init.php:1198
447
  msgid "\"Add to Cart\" button"
448
  msgstr "دکمه \"افزودن به سبد\""
449
 
450
- #: ../includes/class.yith-wcwl-admin-init.php:1216
451
  msgid "\"Style 1\" button"
452
  msgstr "دکمه \"استایل 1\""
453
 
454
- #: ../includes/class.yith-wcwl-admin-init.php:1234
455
  msgid "\"Style 2\" button"
456
  msgstr "دکمه \"استایل 2\""
457
 
458
- #: ../includes/class.yith-wcwl-admin-init.php:1252
459
  msgid "Wishlist table"
460
  msgstr "جدول علاقه مندی ها"
461
 
462
- #: ../includes/class.yith-wcwl-admin-init.php:1261
463
  msgid "Headers"
464
  msgstr "هدرها"
465
 
466
- #: ../includes/class.yith-wcwl-admin-init.php:1264
467
  msgid "Background color"
468
  msgstr "زنگ زمینه"
469
 
470
- #: ../includes/class.yith-wcwl-admin-init.php:1354
471
  msgid "Wishlist Activated"
472
  msgstr "لیست علاقه مندی ها فعال شد"
473
 
474
- #: ../includes/class.yith-wcwl-admin-init.php:1355
475
  #, php-format
476
  msgid ""
477
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
@@ -484,11 +484,11 @@ msgstr ""
484
  "همچنین افزونه لیست علاقه مندی ها در نسخه حرفه ای نیز موجود است که امکانات "
485
  "بسیار بیشتر و جدیدتری دارد , <a href=\"%s\">این امکانات را ببینید</a>."
486
 
487
- #: ../includes/class.yith-wcwl-admin-init.php:1366
488
  msgid "Wishlist Updated"
489
  msgstr "لیست علاقه مندی ها به روز شد"
490
 
491
- #: ../includes/class.yith-wcwl-admin-init.php:1367
492
  #, php-format
493
  msgid ""
494
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
@@ -504,7 +504,7 @@ msgstr ""
504
  "جدید اضافه خواهد شد، <a href=\"%s\">امکانات نسخه حرفه ای این افزونه را "
505
  "مشاهده کنید.</a>"
506
 
507
- #: ../includes/class.yith-wcwl-init.php:366
508
  msgid ""
509
  "We are sorry, but this feature is available only if cookies are enabled on "
510
  "your browser."
@@ -512,7 +512,7 @@ msgstr ""
512
  "متاسفیم! این امکان فقط در صورتی که کوکی های مرورگر شما فعال باشد در دسترس "
513
  "است."
514
 
515
- #: ../includes/class.yith-wcwl-init.php:367
516
  msgid "Product correctly added to cart"
517
  msgstr ""
518
 
@@ -522,24 +522,24 @@ msgid "wishlist"
522
  msgstr ""
523
 
524
  #: ../includes/class.yith-wcwl-shortcode.php:259
525
- #: ../includes/class.yith-wcwl-ui.php:163
526
  msgid "Share on:"
527
  msgstr "اشتراک در : "
528
 
529
- #: ../includes/class.yith-wcwl-ui.php:117
530
- #: ../includes/class.yith-wcwl-ui.php:199
531
  msgid "Select options"
532
  msgstr "انتخاب گزینه ها"
533
 
534
- #: ../includes/class.yith-wcwl-ui.php:167 ../templates/share.php:20
535
  msgid "Facebook"
536
  msgstr "فیسبوک"
537
 
538
- #: ../includes/class.yith-wcwl-ui.php:170 ../templates/share.php:26
539
  msgid "Twitter"
540
  msgstr "توییتر"
541
 
542
- #: ../includes/class.yith-wcwl-ui.php:179
543
  msgid "email"
544
  msgstr "ایمیل"
545
 
@@ -547,45 +547,45 @@ msgstr "ایمیل"
547
  msgid "An error occurred while adding products to the wishlist."
548
  msgstr ""
549
 
550
- #: ../includes/class.yith-wcwl.php:268
551
  msgid "An error occurred while adding products to wishlist."
552
  msgstr ""
553
 
554
- #: ../includes/class.yith-wcwl.php:285
555
  msgid "The \"Remove\" option now does not require any parameter"
556
  msgstr ""
557
 
558
- #: ../includes/class.yith-wcwl.php:332
559
  msgid "An error occurred while removing products from the wishlist"
560
  msgstr ""
561
 
562
- #: ../includes/class.yith-wcwl.php:774
563
  msgid "You need to log in before creating a new wishlist"
564
  msgstr "قبل از این که لیست علاقه مندی ایجاد کنید باید وارد شوید"
565
 
566
- #: ../includes/class.yith-wcwl.php:1565
567
  msgid "Product successfully removed."
568
  msgstr "محصول با موفقیت حذف شد."
569
 
570
- #: ../includes/class.yith-wcwl.php:1569
571
  msgid "Error. Unable to remove the product from the wishlist."
572
  msgstr "خطا : محصول از لیست علاقه مندی ها حذف نشد."
573
 
574
- #: ../includes/class.yith-wcwl.php:1573 ../templates/wishlist-view.php:239
575
  msgid "No products were added to the wishlist"
576
  msgstr "هیچ محصولی به لیست علاقه مندی ها افزوده نشده"
577
 
578
- #: ../includes/class.yith-wcwl.php:1615
579
  msgid "An error as occurred."
580
  msgstr ""
581
 
582
- #: ../init.php:128
583
  msgid ""
584
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
585
  "WooCommerce in order to work."
586
  msgstr ""
587
 
588
- #: ../init.php:138
589
  msgid ""
590
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
591
  "are using the premium one."
@@ -843,10 +843,6 @@ msgstr "پینترست"
843
  msgid "Google+"
844
  msgstr ""
845
 
846
- #: ../templates/share.php:44
847
- msgid "I wanted you to see this site"
848
- msgstr ""
849
-
850
  #: ../templates/share.php:44
851
  msgid "Email"
852
  msgstr "ایمیل"
@@ -875,56 +871,56 @@ msgstr "قیمت"
875
  msgid "Stock Status"
876
  msgstr "وضعیت موجودی"
877
 
878
- #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:229
879
  msgid "Remove this product"
880
  msgstr "حذف این محصول"
881
 
882
- #: ../templates/wishlist-view.php:170
883
  msgid "Free!"
884
  msgstr "رایگان!"
885
 
886
- #: ../templates/wishlist-view.php:176
887
  msgid "Out of Stock"
888
  msgstr "ناموجود"
889
 
890
- #: ../templates/wishlist-view.php:176
891
  msgid "In Stock"
892
  msgstr "موجود"
893
 
894
- #: ../templates/wishlist-view.php:185
895
  #, php-format
896
  msgid "Added on : %s"
897
  msgstr ""
898
 
899
- #: ../templates/wishlist-view.php:197
900
  msgid "Move"
901
  msgstr ""
902
 
903
- #: ../templates/wishlist-view.php:209
904
  msgid "Shared"
905
  msgstr ""
906
 
907
- #: ../templates/wishlist-view.php:212
908
  msgid "Private"
909
  msgstr ""
910
 
911
- #: ../templates/wishlist-view.php:215
912
  msgid "Public"
913
  msgstr ""
914
 
915
- #: ../templates/wishlist-view.php:229
916
  msgid "Remove"
917
  msgstr "حذف"
918
 
919
- #: ../templates/wishlist-view.php:256
920
  msgid "Add the selected products to the cart"
921
  msgstr ""
922
 
923
- #: ../templates/wishlist-view.php:264 ../templates/wishlist-view.php:310
924
  msgid "Ask for an estimate"
925
  msgstr ""
926
 
927
- #: ../templates/wishlist-view.php:300
928
  msgid "Your email"
929
  msgstr ""
930
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
+ "POT-Creation-Date: 2017-10-24 17:33+0200\n"
5
+ "PO-Revision-Date: 2017-10-24 17:33+0200\n"
6
  "Last-Translator: Am!n <amin.pe94@gmail.com>\n"
7
  "Language-Team: YITH - translated to persian by dornaweb <info@dornaweb.com>\n"
8
  "Language: fa\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.8.7.1\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
20
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
21
 
22
  #: ../includes/class.yith-wcwl-admin-init.php:159
23
+ #: ../includes/class.yith-wcwl-admin-init.php:1483
24
+ #: ../includes/class.yith-wcwl-admin-init.php:1484
25
  #: ../includes/class.yith-wcwl-install.php:244
26
  msgid "Wishlist"
27
  msgstr "لیست علاقه مندی ها"
61
  msgid "Plugin Documentation"
62
  msgstr "مستندات افزونه"
63
 
64
+ #: ../includes/class.yith-wcwl-admin-init.php:1023
65
  msgid "Upgrade to the PREMIUM VERSION"
66
  msgstr "ارتقا به نسخه پرمیوم"
67
 
68
+ #: ../includes/class.yith-wcwl-admin-init.php:1026
69
  msgid "YITH WooCommerce Wishlist"
70
  msgstr "YITH WooCommerce Wishlist"
71
 
72
+ #: ../includes/class.yith-wcwl-admin-init.php:1027
73
  msgid "Discover the Advanced Features"
74
  msgstr "امکانات پیشرفته را مشاهده کنید"
75
 
76
+ #: ../includes/class.yith-wcwl-admin-init.php:1028
77
  msgid ""
78
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
79
  "all features!"
80
  msgstr ""
81
 
82
+ #: ../includes/class.yith-wcwl-admin-init.php:1034
83
  msgid "Get Support and Pro Features"
84
  msgstr "رفتن به پشتیبانی و امکانات پیشرفته"
85
 
86
+ #: ../includes/class.yith-wcwl-admin-init.php:1035
87
  msgid ""
88
  "By purchasing the premium version of the plugin, you will take advantage of "
89
  "the advanced features of the product and you will get one year of free "
93
  "ببرید، همچنین به مدت 1 سال آپدیت های این افزونه را بطور رایگان دریافت کنید و "
94
  "از پشتیبانی 24 ساعته ما استفاده کنید"
95
 
96
+ #: ../includes/class.yith-wcwl-admin-init.php:1045
97
  msgid "General Settings"
98
  msgstr "تنظیمات عمومی"
99
 
100
+ #: ../includes/class.yith-wcwl-admin-init.php:1052
101
  msgid "Enable YITH Wishlist"
102
  msgstr "فعال کردن YITH Wishlist"
103
 
104
+ #: ../includes/class.yith-wcwl-admin-init.php:1053
105
  #, php-format
106
  msgid ""
107
  "Enable all plugin features. <strong>Be sure to select at least one option in "
109
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
110
  msgstr ""
111
 
112
+ #: ../includes/class.yith-wcwl-admin-init.php:1059
113
  msgid "Default wishlist title"
114
  msgstr "عنوان پیشفرض لیست علاقه مندی ها"
115
 
116
+ #: ../includes/class.yith-wcwl-admin-init.php:1061
117
+ #: ../includes/class.yith-wcwl-admin-init.php:1062
118
+ #: ../includes/class.yith-wcwl-admin-init.php:1298
119
  #, php-format
120
  msgid "My wishlist on %s"
121
  msgstr "لیست علاقه مندی های من در %s"
122
 
123
+ #: ../includes/class.yith-wcwl-admin-init.php:1067
124
  msgid "Wishlist Page"
125
  msgstr "صفحه لیست علاقه مندی ها"
126
 
127
+ #: ../includes/class.yith-wcwl-admin-init.php:1068
128
  msgid "Page contents: [yith_wcwl_wishlist]"
129
  msgstr "محتوای صفحه : [yith_wcwl_wishlist] باشد"
130
 
131
+ #: ../includes/class.yith-wcwl-admin-init.php:1077
132
  msgid "Position"
133
  msgstr "موقعیت"
134
 
135
+ #: ../includes/class.yith-wcwl-admin-init.php:1078
136
  msgid ""
137
  "You can add the button in variable products only after the \"Add to Cart\" "
138
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
139
  msgstr ""
140
 
141
+ #: ../includes/class.yith-wcwl-admin-init.php:1084
142
  msgid "After \"Add to cart\""
143
  msgstr "بعد از \"افزودن به سبد\""
144
 
145
+ #: ../includes/class.yith-wcwl-admin-init.php:1085
146
  msgid "After thumbnails"
147
  msgstr "بعد از تصاویر محصول"
148
 
149
+ #: ../includes/class.yith-wcwl-admin-init.php:1086
150
  msgid "After summary"
151
  msgstr "بعد از خلاصه محصول"
152
 
153
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
154
  msgid "Use shortcode"
155
  msgstr "استفاده از شورتکد"
156
 
157
+ #: ../includes/class.yith-wcwl-admin-init.php:1092
158
  msgid "Redirect to cart"
159
  msgstr "انتقال به سبد خرید"
160
 
161
+ #: ../includes/class.yith-wcwl-admin-init.php:1093
162
  msgid ""
163
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
164
  "page."
166
  "اگر در صفحه علاقه مندی ها روی \"افزودن به سبد\" کلیک شد، کاربر را به صفحه "
167
  "سبد خرید منتقل کن"
168
 
169
+ #: ../includes/class.yith-wcwl-admin-init.php:1099
170
  msgid "Remove if added to the cart"
171
  msgstr "حذف محصول در صورت افزودن به سبد"
172
 
173
+ #: ../includes/class.yith-wcwl-admin-init.php:1100
174
  msgid "Remove the product from the wishlist if it has been added to the cart."
175
  msgstr "اگر محصول به سبد خرید اضافه شد آن را از لیست علاقه مندی ها حذف کن."
176
 
177
+ #: ../includes/class.yith-wcwl-admin-init.php:1106
178
  msgid "\"Add to Wishlist\" text"
179
  msgstr "متن \"افزودن به علاقه مندی ها\""
180
 
181
+ #: ../includes/class.yith-wcwl-admin-init.php:1108
182
  msgid "Add to Wishlist"
183
  msgstr "افزودن به علاقه مندی ها"
184
 
185
+ #: ../includes/class.yith-wcwl-admin-init.php:1113
186
  msgid "\"Browse wishlist\" text"
187
  msgstr "متن \"مشاهده علاقه مندی ها\""
188
 
189
+ #: ../includes/class.yith-wcwl-admin-init.php:1115
190
+ #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
191
  msgid "Browse Wishlist"
192
  msgstr "مشاهده لیست علاقه مندی ها"
193
 
194
+ #: ../includes/class.yith-wcwl-admin-init.php:1120
195
  msgid "\"Product already in wishlist\" text"
196
  msgstr "متن \"محصول از قبل اضافه شده\""
197
 
198
+ #: ../includes/class.yith-wcwl-admin-init.php:1122
199
+ #: ../includes/class.yith-wcwl-ui.php:83
200
  msgid "The product is already in the wishlist!"
201
  msgstr "محصول از قبل به علاقه مندی ها اضافه شده!"
202
 
203
+ #: ../includes/class.yith-wcwl-admin-init.php:1127
204
  msgid "\"Product added\" text"
205
  msgstr "متن \"محصول اضافه شد\""
206
 
207
+ #: ../includes/class.yith-wcwl-admin-init.php:1129
208
+ #: ../includes/class.yith-wcwl-ui.php:82
209
  msgid "Product added!"
210
  msgstr "اضافه شد!"
211
 
212
+ #: ../includes/class.yith-wcwl-admin-init.php:1134
213
  msgid "\"Add to Cart\" text"
214
  msgstr "متن \"افزودن به سبد خرید\""
215
 
216
+ #: ../includes/class.yith-wcwl-admin-init.php:1136
217
  msgid "Add to Cart"
218
  msgstr "افزودن به سبد"
219
 
220
+ #: ../includes/class.yith-wcwl-admin-init.php:1141
221
  msgid "Show Unit price"
222
  msgstr "مشاهده واحدهای پولی"
223
 
224
+ #: ../includes/class.yith-wcwl-admin-init.php:1142
225
  msgid "Show unit price for each product in wishlist"
226
  msgstr "مشاهده واحدهای پولی برای محصولات اضافه شده به لیست علاقه مندی ها"
227
 
228
+ #: ../includes/class.yith-wcwl-admin-init.php:1149
229
  msgid "Show \"Add to Cart\" button"
230
  msgstr "مشاهده دکمه \"افزودن به سبد\""
231
 
232
+ #: ../includes/class.yith-wcwl-admin-init.php:1150
233
  msgid "Show \"Add to Cart\" button for each product in wishlist"
234
  msgstr ""
235
 
236
+ #: ../includes/class.yith-wcwl-admin-init.php:1157
237
  msgid "Show Stock status"
238
  msgstr "مشاهده موجودی محصول"
239
 
240
+ #: ../includes/class.yith-wcwl-admin-init.php:1158
241
  msgid ""
242
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
243
  msgstr "مشاهده \"موجودی\" یا \"ناموجودی\" محصولات موجود در لیست علاقه مندی ها"
244
 
245
+ #: ../includes/class.yith-wcwl-admin-init.php:1165
246
  msgid "Show Date of addition"
247
  msgstr ""
248
 
249
+ #: ../includes/class.yith-wcwl-admin-init.php:1166
250
  msgid "Show the date when users have added a product to the wishlist"
251
  msgstr ""
252
 
253
+ #: ../includes/class.yith-wcwl-admin-init.php:1173
254
  msgid "Add second remove button"
255
  msgstr ""
256
 
257
+ #: ../includes/class.yith-wcwl-admin-init.php:1174
258
  msgid "Add a second remove button in the last column, with extended label"
259
  msgstr ""
260
 
261
+ #: ../includes/class.yith-wcwl-admin-init.php:1189
262
  msgid "Styles"
263
  msgstr "استایل ها"
264
 
265
+ #: ../includes/class.yith-wcwl-admin-init.php:1196
266
  msgid "Use buttons"
267
  msgstr "استفاده از دکمه ها"
268
 
269
+ #: ../includes/class.yith-wcwl-admin-init.php:1197
270
  msgid "Use buttons instead of simple anchors."
271
  msgstr "به جای لینک های ساده از دکمه ها استفاده کن"
272
 
273
+ #: ../includes/class.yith-wcwl-admin-init.php:1203
274
  msgid "Custom CSS"
275
  msgstr "CSS دستی"
276
 
277
+ #: ../includes/class.yith-wcwl-admin-init.php:1210
278
  msgid "Use theme style"
279
  msgstr "استفاده از استایل قالب"
280
 
281
+ #: ../includes/class.yith-wcwl-admin-init.php:1211
282
  msgid "Use the theme style."
283
  msgstr "از استایل قالب استفاده کن"
284
 
285
+ #: ../includes/class.yith-wcwl-admin-init.php:1217
286
  msgid "Rounded buttons"
287
  msgstr "دکمه های گرد"
288
 
289
+ #: ../includes/class.yith-wcwl-admin-init.php:1218
290
  msgid "Make button corners rounded"
291
  msgstr "گوشه های دکمه را گرد کن"
292
 
293
+ #: ../includes/class.yith-wcwl-admin-init.php:1224
294
  msgid "\"Add to Wishlist\" icon"
295
  msgstr "آیکون \"افزودن به علاقه مندی ها\""
296
 
297
+ #: ../includes/class.yith-wcwl-admin-init.php:1225
298
  msgid "Add an icon to the \"Add to Wishlist\" button"
299
  msgstr "یک آیکون به دکمه \"افزودن به لیست علاقه مندی ها\" اضافه کن"
300
 
301
+ #: ../includes/class.yith-wcwl-admin-init.php:1235
302
  msgid "\"Add to Cart\" icon"
303
  msgstr "آیکون \"افزودن به سبد\""
304
 
305
+ #: ../includes/class.yith-wcwl-admin-init.php:1236
306
  msgid "Add an icon to the \"Add to Cart\" button"
307
  msgstr "یک آیکون به دکمه \"افزودن به سبد\" اضافه کن"
308
 
309
+ #: ../includes/class.yith-wcwl-admin-init.php:1254
310
  msgid "Social Networks & Share"
311
  msgstr ""
312
 
313
+ #: ../includes/class.yith-wcwl-admin-init.php:1261
314
  msgid "Share on Facebook"
315
  msgstr "اشتراک در فیس بوک"
316
 
317
+ #: ../includes/class.yith-wcwl-admin-init.php:1262
318
  msgid "Show \"Share on Facebook\" button"
319
  msgstr "نمایش دکمه \"اشتراک در فیس بوک\""
320
 
321
+ #: ../includes/class.yith-wcwl-admin-init.php:1268
322
  msgid "Tweet on Twitter"
323
  msgstr "توییت در توییتر"
324
 
325
+ #: ../includes/class.yith-wcwl-admin-init.php:1269
326
  msgid "Show \"Tweet on Twitter\" button"
327
  msgstr "نمایش دکمه \"توییت در توییتر\""
328
 
329
+ #: ../includes/class.yith-wcwl-admin-init.php:1275
330
  msgid "Pin on Pinterest"
331
  msgstr "پین به پینترست"
332
 
333
+ #: ../includes/class.yith-wcwl-admin-init.php:1276
334
  msgid "Show \"Pin on Pinterest\" button"
335
  msgstr "نمایش دکمه \"پین درپینترست\""
336
 
337
+ #: ../includes/class.yith-wcwl-admin-init.php:1282
338
  msgid "Share on Google+"
339
  msgstr "اشتراک گذاری در گوگل+"
340
 
341
+ #: ../includes/class.yith-wcwl-admin-init.php:1283
342
  msgid "Show \"Share on Google+\" button"
343
  msgstr ""
344
 
345
+ #: ../includes/class.yith-wcwl-admin-init.php:1289
346
  msgid "Share by Email"
347
  msgstr "اشتراک با ایمیل"
348
 
349
+ #: ../includes/class.yith-wcwl-admin-init.php:1290
350
  msgid "Show \"Share by Email\" button"
351
  msgstr "نمایش دکمه \"اشتراک با ایمیل\""
352
 
353
+ #: ../includes/class.yith-wcwl-admin-init.php:1296
354
  msgid "Social title"
355
  msgstr "عنوان اجتماعی"
356
 
357
+ #: ../includes/class.yith-wcwl-admin-init.php:1303
358
  msgid "Social text"
359
  msgstr "متن اجتماعی"
360
 
361
+ #: ../includes/class.yith-wcwl-admin-init.php:1304
362
  msgid ""
363
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
364
  "strong> where you want to show the URL of your wishlist."
365
  msgstr ""
366
 
367
+ #: ../includes/class.yith-wcwl-admin-init.php:1311
368
  msgid "Social image URL"
369
  msgstr "آدرس تصویر اجتماعی"
370
 
371
+ #: ../includes/class.yith-wcwl-admin-init.php:1312
372
  msgid "It will be used by Pinterest."
373
  msgstr ""
374
 
375
+ #: ../includes/class.yith-wcwl-admin-init.php:1326
376
  #, php-format
377
  msgid ""
378
  "If you want to take advantage of this feature, you could consider to "
379
  "purchase the %s."
380
  msgstr ""
381
 
382
+ #: ../includes/class.yith-wcwl-admin-init.php:1331
383
  msgid "YITH WooCommerce Frequently Bought Together Integration"
384
  msgstr ""
385
 
386
+ #: ../includes/class.yith-wcwl-admin-init.php:1338
387
  msgid "Enable slider in wishlist"
388
  msgstr ""
389
 
390
+ #: ../includes/class.yith-wcwl-admin-init.php:1339
391
  #, php-format
392
  msgid ""
393
  "Choose to enable product slider in wishlist page with linked products (<a "
394
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
395
  msgstr ""
396
 
397
+ #: ../includes/class.yith-wcwl-admin-init.php:1375
398
  msgid "\"Add to wishlist\" button"
399
  msgstr "دکمه \" افزودن به علاقه مندیها\""
400
 
401
+ #: ../includes/class.yith-wcwl-admin-init.php:1378
402
+ #: ../includes/class.yith-wcwl-admin-init.php:1396
403
+ #: ../includes/class.yith-wcwl-admin-init.php:1414
404
+ #: ../includes/class.yith-wcwl-admin-init.php:1432
405
+ #: ../includes/class.yith-wcwl-admin-init.php:1450
406
  msgid "Background"
407
  msgstr "پس زمینه"
408
 
409
+ #: ../includes/class.yith-wcwl-admin-init.php:1379
410
+ #: ../includes/class.yith-wcwl-admin-init.php:1397
411
+ #: ../includes/class.yith-wcwl-admin-init.php:1415
412
+ #: ../includes/class.yith-wcwl-admin-init.php:1433
413
+ #: ../includes/class.yith-wcwl-admin-init.php:1451
414
  msgid "Text"
415
  msgstr "متن"
416
 
417
+ #: ../includes/class.yith-wcwl-admin-init.php:1380
418
+ #: ../includes/class.yith-wcwl-admin-init.php:1398
419
+ #: ../includes/class.yith-wcwl-admin-init.php:1416
420
+ #: ../includes/class.yith-wcwl-admin-init.php:1434
421
+ #: ../includes/class.yith-wcwl-admin-init.php:1452
422
  msgid "Border"
423
  msgstr "کادر"
424
 
425
+ #: ../includes/class.yith-wcwl-admin-init.php:1387
426
+ #: ../includes/class.yith-wcwl-admin-init.php:1405
427
+ #: ../includes/class.yith-wcwl-admin-init.php:1423
428
+ #: ../includes/class.yith-wcwl-admin-init.php:1441
429
  msgid "Background (hover)"
430
  msgstr "پس زمینه ( حالت هاور)"
431
 
432
+ #: ../includes/class.yith-wcwl-admin-init.php:1388
433
+ #: ../includes/class.yith-wcwl-admin-init.php:1406
434
+ #: ../includes/class.yith-wcwl-admin-init.php:1424
435
+ #: ../includes/class.yith-wcwl-admin-init.php:1442
436
  msgid "Text (hover)"
437
  msgstr "متن (حالت هاور)"
438
 
439
+ #: ../includes/class.yith-wcwl-admin-init.php:1389
440
+ #: ../includes/class.yith-wcwl-admin-init.php:1407
441
+ #: ../includes/class.yith-wcwl-admin-init.php:1425
442
+ #: ../includes/class.yith-wcwl-admin-init.php:1443
443
  msgid "Border (hover)"
444
  msgstr "کادر (حالت هاور)"
445
 
446
+ #: ../includes/class.yith-wcwl-admin-init.php:1393
447
  msgid "\"Add to Cart\" button"
448
  msgstr "دکمه \"افزودن به سبد\""
449
 
450
+ #: ../includes/class.yith-wcwl-admin-init.php:1411
451
  msgid "\"Style 1\" button"
452
  msgstr "دکمه \"استایل 1\""
453
 
454
+ #: ../includes/class.yith-wcwl-admin-init.php:1429
455
  msgid "\"Style 2\" button"
456
  msgstr "دکمه \"استایل 2\""
457
 
458
+ #: ../includes/class.yith-wcwl-admin-init.php:1447
459
  msgid "Wishlist table"
460
  msgstr "جدول علاقه مندی ها"
461
 
462
+ #: ../includes/class.yith-wcwl-admin-init.php:1456
463
  msgid "Headers"
464
  msgstr "هدرها"
465
 
466
+ #: ../includes/class.yith-wcwl-admin-init.php:1459
467
  msgid "Background color"
468
  msgstr "زنگ زمینه"
469
 
470
+ #: ../includes/class.yith-wcwl-admin-init.php:1549
471
  msgid "Wishlist Activated"
472
  msgstr "لیست علاقه مندی ها فعال شد"
473
 
474
+ #: ../includes/class.yith-wcwl-admin-init.php:1550
475
  #, php-format
476
  msgid ""
477
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
484
  "همچنین افزونه لیست علاقه مندی ها در نسخه حرفه ای نیز موجود است که امکانات "
485
  "بسیار بیشتر و جدیدتری دارد , <a href=\"%s\">این امکانات را ببینید</a>."
486
 
487
+ #: ../includes/class.yith-wcwl-admin-init.php:1561
488
  msgid "Wishlist Updated"
489
  msgstr "لیست علاقه مندی ها به روز شد"
490
 
491
+ #: ../includes/class.yith-wcwl-admin-init.php:1562
492
  #, php-format
493
  msgid ""
494
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
504
  "جدید اضافه خواهد شد، <a href=\"%s\">امکانات نسخه حرفه ای این افزونه را "
505
  "مشاهده کنید.</a>"
506
 
507
+ #: ../includes/class.yith-wcwl-init.php:374
508
  msgid ""
509
  "We are sorry, but this feature is available only if cookies are enabled on "
510
  "your browser."
512
  "متاسفیم! این امکان فقط در صورتی که کوکی های مرورگر شما فعال باشد در دسترس "
513
  "است."
514
 
515
+ #: ../includes/class.yith-wcwl-init.php:375
516
  msgid "Product correctly added to cart"
517
  msgstr ""
518
 
522
  msgstr ""
523
 
524
  #: ../includes/class.yith-wcwl-shortcode.php:259
525
+ #: ../includes/class.yith-wcwl-ui.php:164
526
  msgid "Share on:"
527
  msgstr "اشتراک در : "
528
 
529
+ #: ../includes/class.yith-wcwl-ui.php:118
530
+ #: ../includes/class.yith-wcwl-ui.php:200
531
  msgid "Select options"
532
  msgstr "انتخاب گزینه ها"
533
 
534
+ #: ../includes/class.yith-wcwl-ui.php:168 ../templates/share.php:20
535
  msgid "Facebook"
536
  msgstr "فیسبوک"
537
 
538
+ #: ../includes/class.yith-wcwl-ui.php:171 ../templates/share.php:26
539
  msgid "Twitter"
540
  msgstr "توییتر"
541
 
542
+ #: ../includes/class.yith-wcwl-ui.php:180
543
  msgid "email"
544
  msgstr "ایمیل"
545
 
547
  msgid "An error occurred while adding products to the wishlist."
548
  msgstr ""
549
 
550
+ #: ../includes/class.yith-wcwl.php:269
551
  msgid "An error occurred while adding products to wishlist."
552
  msgstr ""
553
 
554
+ #: ../includes/class.yith-wcwl.php:286
555
  msgid "The \"Remove\" option now does not require any parameter"
556
  msgstr ""
557
 
558
+ #: ../includes/class.yith-wcwl.php:335
559
  msgid "An error occurred while removing products from the wishlist"
560
  msgstr ""
561
 
562
+ #: ../includes/class.yith-wcwl.php:783
563
  msgid "You need to log in before creating a new wishlist"
564
  msgstr "قبل از این که لیست علاقه مندی ایجاد کنید باید وارد شوید"
565
 
566
+ #: ../includes/class.yith-wcwl.php:1578
567
  msgid "Product successfully removed."
568
  msgstr "محصول با موفقیت حذف شد."
569
 
570
+ #: ../includes/class.yith-wcwl.php:1582
571
  msgid "Error. Unable to remove the product from the wishlist."
572
  msgstr "خطا : محصول از لیست علاقه مندی ها حذف نشد."
573
 
574
+ #: ../includes/class.yith-wcwl.php:1586 ../templates/wishlist-view.php:241
575
  msgid "No products were added to the wishlist"
576
  msgstr "هیچ محصولی به لیست علاقه مندی ها افزوده نشده"
577
 
578
+ #: ../includes/class.yith-wcwl.php:1628
579
  msgid "An error as occurred."
580
  msgstr ""
581
 
582
+ #: ../init.php:130
583
  msgid ""
584
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
585
  "WooCommerce in order to work."
586
  msgstr ""
587
 
588
+ #: ../init.php:140
589
  msgid ""
590
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
591
  "are using the premium one."
843
  msgid "Google+"
844
  msgstr ""
845
 
 
 
 
 
846
  #: ../templates/share.php:44
847
  msgid "Email"
848
  msgstr "ایمیل"
871
  msgid "Stock Status"
872
  msgstr "وضعیت موجودی"
873
 
874
+ #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:231
875
  msgid "Remove this product"
876
  msgstr "حذف این محصول"
877
 
878
+ #: ../templates/wishlist-view.php:172
879
  msgid "Free!"
880
  msgstr "رایگان!"
881
 
882
+ #: ../templates/wishlist-view.php:178
883
  msgid "Out of Stock"
884
  msgstr "ناموجود"
885
 
886
+ #: ../templates/wishlist-view.php:178
887
  msgid "In Stock"
888
  msgstr "موجود"
889
 
890
+ #: ../templates/wishlist-view.php:187
891
  #, php-format
892
  msgid "Added on : %s"
893
  msgstr ""
894
 
895
+ #: ../templates/wishlist-view.php:199
896
  msgid "Move"
897
  msgstr ""
898
 
899
+ #: ../templates/wishlist-view.php:211
900
  msgid "Shared"
901
  msgstr ""
902
 
903
+ #: ../templates/wishlist-view.php:214
904
  msgid "Private"
905
  msgstr ""
906
 
907
+ #: ../templates/wishlist-view.php:217
908
  msgid "Public"
909
  msgstr ""
910
 
911
+ #: ../templates/wishlist-view.php:231
912
  msgid "Remove"
913
  msgstr "حذف"
914
 
915
+ #: ../templates/wishlist-view.php:258
916
  msgid "Add the selected products to the cart"
917
  msgstr ""
918
 
919
+ #: ../templates/wishlist-view.php:266 ../templates/wishlist-view.php:312
920
  msgid "Ask for an estimate"
921
  msgstr ""
922
 
923
+ #: ../templates/wishlist-view.php:302
924
  msgid "Your email"
925
  msgstr ""
926
 
languages/yith-woocommerce-wishlist-fr_FR.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-fr_FR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-05-11 15:56+0200\n"
6
- "PO-Revision-Date: 2017-05-11 15:56+0200\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
9
  "Language: fr_FR\n"
@@ -17,13 +17,13 @@ msgstr ""
17
  "X-Poedit-Basepath: .\n"
18
  "Plural-Forms: nplurals=2; plural=n!=1;\n"
19
  "X-Poedit-SourceCharset: UTF-8\n"
20
- "X-Generator: Poedit 2.0.1\n"
21
  "X-Poedit-SearchPath-0: ..\n"
22
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
23
 
24
  #: ../includes/class.yith-wcwl-admin-init.php:159
25
- #: ../includes/class.yith-wcwl-admin-init.php:1288
26
- #: ../includes/class.yith-wcwl-admin-init.php:1289
27
  #: ../includes/class.yith-wcwl-install.php:244
28
  msgid "Wishlist"
29
  msgstr "Wishlist"
@@ -61,44 +61,44 @@ msgstr ""
61
  msgid "Plugin Documentation"
62
  msgstr ""
63
 
64
- #: ../includes/class.yith-wcwl-admin-init.php:828
65
  msgid "Upgrade to the PREMIUM VERSION"
66
  msgstr ""
67
 
68
- #: ../includes/class.yith-wcwl-admin-init.php:831
69
  msgid "YITH WooCommerce Wishlist"
70
  msgstr ""
71
 
72
- #: ../includes/class.yith-wcwl-admin-init.php:832
73
  msgid "Discover the Advanced Features"
74
  msgstr ""
75
 
76
- #: ../includes/class.yith-wcwl-admin-init.php:833
77
  msgid ""
78
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
79
  "all features!"
80
  msgstr ""
81
 
82
- #: ../includes/class.yith-wcwl-admin-init.php:839
83
  msgid "Get Support and Pro Features"
84
  msgstr ""
85
 
86
- #: ../includes/class.yith-wcwl-admin-init.php:840
87
  msgid ""
88
  "By purchasing the premium version of the plugin, you will take advantage of "
89
  "the advanced features of the product and you will get one year of free "
90
  "updates and support through our platform available 24h/24."
91
  msgstr ""
92
 
93
- #: ../includes/class.yith-wcwl-admin-init.php:850
94
  msgid "General Settings"
95
  msgstr "Paramètres généraux"
96
 
97
- #: ../includes/class.yith-wcwl-admin-init.php:857
98
  msgid "Enable YITH Wishlist"
99
  msgstr "Activer YITH Wishlist"
100
 
101
- #: ../includes/class.yith-wcwl-admin-init.php:858
102
  #, php-format
103
  msgid ""
104
  "Enable all plugin features. <strong>Be sure to select at least one option in "
@@ -106,31 +106,31 @@ msgid ""
106
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
107
  msgstr ""
108
 
109
- #: ../includes/class.yith-wcwl-admin-init.php:864
110
  #, fuzzy
111
  msgid "Default wishlist title"
112
  msgstr "Titre de la Wishlist"
113
 
114
- #: ../includes/class.yith-wcwl-admin-init.php:866
115
- #: ../includes/class.yith-wcwl-admin-init.php:867
116
- #: ../includes/class.yith-wcwl-admin-init.php:1103
117
  #, php-format
118
  msgid "My wishlist on %s"
119
  msgstr "Ma wishlist sur %s"
120
 
121
- #: ../includes/class.yith-wcwl-admin-init.php:872
122
  msgid "Wishlist Page"
123
  msgstr "Page Wishlist"
124
 
125
- #: ../includes/class.yith-wcwl-admin-init.php:873
126
  msgid "Page contents: [yith_wcwl_wishlist]"
127
  msgstr "Contenu de la page : [yith_wcwl_wishlist]"
128
 
129
- #: ../includes/class.yith-wcwl-admin-init.php:882
130
  msgid "Position"
131
  msgstr "Position"
132
 
133
- #: ../includes/class.yith-wcwl-admin-init.php:883
134
  #, fuzzy
135
  msgid ""
136
  "You can add the button in variable products only after the \"Add to Cart\" "
@@ -139,27 +139,27 @@ msgstr ""
139
  "Pour les produits variables, vous pouver seulement l'ajouter après \"Ajouter "
140
  "au panier\" ou en utilisant le shortcode [yith_wcwl_add_to_wishlist]."
141
 
142
- #: ../includes/class.yith-wcwl-admin-init.php:889
143
  msgid "After \"Add to cart\""
144
  msgstr "Après \"Ajouter au panier\""
145
 
146
- #: ../includes/class.yith-wcwl-admin-init.php:890
147
  msgid "After thumbnails"
148
  msgstr "Après les images"
149
 
150
- #: ../includes/class.yith-wcwl-admin-init.php:891
151
  msgid "After summary"
152
  msgstr "Après le résumé"
153
 
154
- #: ../includes/class.yith-wcwl-admin-init.php:892
155
  msgid "Use shortcode"
156
  msgstr "Utiliser le shortcode"
157
 
158
- #: ../includes/class.yith-wcwl-admin-init.php:897
159
  msgid "Redirect to cart"
160
  msgstr "Rediriger vers le panier"
161
 
162
- #: ../includes/class.yith-wcwl-admin-init.php:898
163
  msgid ""
164
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
165
  "page."
@@ -167,335 +167,335 @@ msgstr ""
167
  "Rediriger vers le panier si on clique sur le bouton \"Ajouter au panier\" "
168
  "sur la page Wishlist."
169
 
170
- #: ../includes/class.yith-wcwl-admin-init.php:904
171
  msgid "Remove if added to the cart"
172
  msgstr "Supprimer si ajouté au panier"
173
 
174
- #: ../includes/class.yith-wcwl-admin-init.php:905
175
  #, fuzzy
176
  msgid "Remove the product from the wishlist if it has been added to the cart."
177
  msgstr "Supprimer le produit de la wishlist s'il a été ajouté au panier."
178
 
179
- #: ../includes/class.yith-wcwl-admin-init.php:911
180
  msgid "\"Add to Wishlist\" text"
181
  msgstr "Texte \"Ajouter à la wishlist\""
182
 
183
- #: ../includes/class.yith-wcwl-admin-init.php:913
184
  msgid "Add to Wishlist"
185
  msgstr "Ajouter à la wishlist"
186
 
187
- #: ../includes/class.yith-wcwl-admin-init.php:918
188
  #, fuzzy
189
  msgid "\"Browse wishlist\" text"
190
  msgstr "Parcourir la wishlist"
191
 
192
- #: ../includes/class.yith-wcwl-admin-init.php:920
193
- #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl-ui.php:82
194
  msgid "Browse Wishlist"
195
  msgstr "Parcourir la wishlist"
196
 
197
- #: ../includes/class.yith-wcwl-admin-init.php:925
198
  #, fuzzy
199
  msgid "\"Product already in wishlist\" text"
200
  msgstr "Ce produit est déjà dans votre wishlist"
201
 
202
- #: ../includes/class.yith-wcwl-admin-init.php:927
203
- #: ../includes/class.yith-wcwl-ui.php:82
204
  msgid "The product is already in the wishlist!"
205
  msgstr "Ce produit est dans votre wishlist"
206
 
207
- #: ../includes/class.yith-wcwl-admin-init.php:932
208
  #, fuzzy
209
  msgid "\"Product added\" text"
210
  msgstr "Produit ajouté !"
211
 
212
- #: ../includes/class.yith-wcwl-admin-init.php:934
213
- #: ../includes/class.yith-wcwl-ui.php:81
214
  msgid "Product added!"
215
  msgstr "Produit ajouté !"
216
 
217
- #: ../includes/class.yith-wcwl-admin-init.php:939
218
  msgid "\"Add to Cart\" text"
219
  msgstr "Texte \"Ajouter au panier\""
220
 
221
- #: ../includes/class.yith-wcwl-admin-init.php:941
222
  msgid "Add to Cart"
223
  msgstr "Ajouter au panier"
224
 
225
- #: ../includes/class.yith-wcwl-admin-init.php:946
226
  msgid "Show Unit price"
227
  msgstr "Voir le prix unitaire"
228
 
229
- #: ../includes/class.yith-wcwl-admin-init.php:947
230
  msgid "Show unit price for each product in wishlist"
231
  msgstr ""
232
 
233
- #: ../includes/class.yith-wcwl-admin-init.php:954
234
  msgid "Show \"Add to Cart\" button"
235
  msgstr "Voir le bouton \"Ajouter au panier\""
236
 
237
- #: ../includes/class.yith-wcwl-admin-init.php:955
238
  #, fuzzy
239
  msgid "Show \"Add to Cart\" button for each product in wishlist"
240
  msgstr "Fond du bouton \"Ajouter au panier\""
241
 
242
- #: ../includes/class.yith-wcwl-admin-init.php:962
243
  msgid "Show Stock status"
244
  msgstr "Voir le statut du stock"
245
 
246
- #: ../includes/class.yith-wcwl-admin-init.php:963
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:970
252
  msgid "Show Date of addition"
253
  msgstr ""
254
 
255
- #: ../includes/class.yith-wcwl-admin-init.php:971
256
  #, fuzzy
257
  msgid "Show the date when users have added a product to the wishlist"
258
  msgstr "Une erreur est survenue lors de l'ajout du produit à la wishlist"
259
 
260
- #: ../includes/class.yith-wcwl-admin-init.php:978
261
  #, fuzzy
262
  msgid "Add second remove button"
263
  msgstr "Texte du bouton \"Ajouter au panier\""
264
 
265
- #: ../includes/class.yith-wcwl-admin-init.php:979
266
  msgid "Add a second remove button in the last column, with extended label"
267
  msgstr ""
268
 
269
- #: ../includes/class.yith-wcwl-admin-init.php:994
270
  msgid "Styles"
271
  msgstr "Styles"
272
 
273
- #: ../includes/class.yith-wcwl-admin-init.php:1001
274
  msgid "Use buttons"
275
  msgstr "Utiliser des boutons"
276
 
277
- #: ../includes/class.yith-wcwl-admin-init.php:1002
278
  #, fuzzy
279
  msgid "Use buttons instead of simple anchors."
280
  msgstr "Utiliser des boutons à la place de simples liens"
281
 
282
- #: ../includes/class.yith-wcwl-admin-init.php:1008
283
  msgid "Custom CSS"
284
  msgstr "CSS personnalisée"
285
 
286
- #: ../includes/class.yith-wcwl-admin-init.php:1015
287
  msgid "Use theme style"
288
  msgstr "Utiliser le style du thème"
289
 
290
- #: ../includes/class.yith-wcwl-admin-init.php:1016
291
  msgid "Use the theme style."
292
  msgstr "Utiliser le style du thème?"
293
 
294
- #: ../includes/class.yith-wcwl-admin-init.php:1022
295
  #, fuzzy
296
  msgid "Rounded buttons"
297
  msgstr "Utiliser des boutons"
298
 
299
- #: ../includes/class.yith-wcwl-admin-init.php:1023
300
  #, fuzzy
301
  msgid "Make button corners rounded"
302
  msgstr "Arrondir les coins des boutons"
303
 
304
- #: ../includes/class.yith-wcwl-admin-init.php:1029
305
  msgid "\"Add to Wishlist\" icon"
306
  msgstr "Icône \"Ajouter à la wishlist\""
307
 
308
- #: ../includes/class.yith-wcwl-admin-init.php:1030
309
  msgid "Add an icon to the \"Add to Wishlist\" button"
310
  msgstr "Ajouter une icône au bouton \"Ajouter à la wishlist\""
311
 
312
- #: ../includes/class.yith-wcwl-admin-init.php:1040
313
  msgid "\"Add to Cart\" icon"
314
  msgstr "Icône \"Ajouter au panier\""
315
 
316
- #: ../includes/class.yith-wcwl-admin-init.php:1041
317
  msgid "Add an icon to the \"Add to Cart\" button"
318
  msgstr "Ajouter une icône au bouton \"Ajouter au panier\""
319
 
320
- #: ../includes/class.yith-wcwl-admin-init.php:1059
321
  #, fuzzy
322
  msgid "Social Networks & Share"
323
  msgstr "Partage"
324
 
325
- #: ../includes/class.yith-wcwl-admin-init.php:1066
326
  msgid "Share on Facebook"
327
  msgstr "Partager sur Facebook"
328
 
329
- #: ../includes/class.yith-wcwl-admin-init.php:1067
330
  #, fuzzy
331
  msgid "Show \"Share on Facebook\" button"
332
  msgstr "Partager sur Facebook"
333
 
334
- #: ../includes/class.yith-wcwl-admin-init.php:1073
335
  msgid "Tweet on Twitter"
336
  msgstr "Partager sur Twitter"
337
 
338
- #: ../includes/class.yith-wcwl-admin-init.php:1074
339
  #, fuzzy
340
  msgid "Show \"Tweet on Twitter\" button"
341
  msgstr "Partager sur Twitter"
342
 
343
- #: ../includes/class.yith-wcwl-admin-init.php:1080
344
  msgid "Pin on Pinterest"
345
  msgstr "Partager sur Pinterest"
346
 
347
- #: ../includes/class.yith-wcwl-admin-init.php:1081
348
  #, fuzzy
349
  msgid "Show \"Pin on Pinterest\" button"
350
  msgstr "Partager sur Pinterest"
351
 
352
- #: ../includes/class.yith-wcwl-admin-init.php:1087
353
  msgid "Share on Google+"
354
  msgstr "Partager sur Google+"
355
 
356
- #: ../includes/class.yith-wcwl-admin-init.php:1088
357
  #, fuzzy
358
  msgid "Show \"Share on Google+\" button"
359
  msgstr "Partager sur Facebook"
360
 
361
- #: ../includes/class.yith-wcwl-admin-init.php:1094
362
  msgid "Share by Email"
363
  msgstr ""
364
 
365
- #: ../includes/class.yith-wcwl-admin-init.php:1095
366
  #, fuzzy
367
  msgid "Show \"Share by Email\" button"
368
  msgstr "Voir le bouton \"Ajouter au panier\""
369
 
370
- #: ../includes/class.yith-wcwl-admin-init.php:1101
371
  #, fuzzy
372
  msgid "Social title"
373
  msgstr "Titre pour les réseaux sociaux"
374
 
375
- #: ../includes/class.yith-wcwl-admin-init.php:1108
376
  #, fuzzy
377
  msgid "Social text"
378
  msgstr "Texte pour les réseaux sociaux"
379
 
380
- #: ../includes/class.yith-wcwl-admin-init.php:1109
381
  msgid ""
382
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
383
  "strong> where you want to show the URL of your wishlist."
384
  msgstr ""
385
 
386
- #: ../includes/class.yith-wcwl-admin-init.php:1116
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:1117
392
  msgid "It will be used by Pinterest."
393
  msgstr ""
394
 
395
- #: ../includes/class.yith-wcwl-admin-init.php:1131
396
  #, php-format
397
  msgid ""
398
  "If you want to take advantage of this feature, you could consider to "
399
  "purchase the %s."
400
  msgstr ""
401
 
402
- #: ../includes/class.yith-wcwl-admin-init.php:1136
403
  msgid "YITH WooCommerce Frequently Bought Together Integration"
404
  msgstr ""
405
 
406
- #: ../includes/class.yith-wcwl-admin-init.php:1143
407
  msgid "Enable slider in wishlist"
408
  msgstr ""
409
 
410
- #: ../includes/class.yith-wcwl-admin-init.php:1144
411
  #, php-format
412
  msgid ""
413
  "Choose to enable product slider in wishlist page with linked products (<a "
414
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
415
  msgstr ""
416
 
417
- #: ../includes/class.yith-wcwl-admin-init.php:1180
418
  #, fuzzy
419
  msgid "\"Add to wishlist\" button"
420
  msgstr "Texte du bouton \"Ajouter à la Wishlist\""
421
 
422
- #: ../includes/class.yith-wcwl-admin-init.php:1183
423
- #: ../includes/class.yith-wcwl-admin-init.php:1201
424
- #: ../includes/class.yith-wcwl-admin-init.php:1219
425
- #: ../includes/class.yith-wcwl-admin-init.php:1237
426
- #: ../includes/class.yith-wcwl-admin-init.php:1255
427
  msgid "Background"
428
  msgstr ""
429
 
430
- #: ../includes/class.yith-wcwl-admin-init.php:1184
431
- #: ../includes/class.yith-wcwl-admin-init.php:1202
432
- #: ../includes/class.yith-wcwl-admin-init.php:1220
433
- #: ../includes/class.yith-wcwl-admin-init.php:1238
434
- #: ../includes/class.yith-wcwl-admin-init.php:1256
435
  msgid "Text"
436
  msgstr ""
437
 
438
- #: ../includes/class.yith-wcwl-admin-init.php:1185
439
- #: ../includes/class.yith-wcwl-admin-init.php:1203
440
- #: ../includes/class.yith-wcwl-admin-init.php:1221
441
- #: ../includes/class.yith-wcwl-admin-init.php:1239
442
- #: ../includes/class.yith-wcwl-admin-init.php:1257
443
  msgid "Border"
444
  msgstr ""
445
 
446
- #: ../includes/class.yith-wcwl-admin-init.php:1192
447
- #: ../includes/class.yith-wcwl-admin-init.php:1210
448
- #: ../includes/class.yith-wcwl-admin-init.php:1228
449
- #: ../includes/class.yith-wcwl-admin-init.php:1246
450
  msgid "Background (hover)"
451
  msgstr ""
452
 
453
- #: ../includes/class.yith-wcwl-admin-init.php:1193
454
- #: ../includes/class.yith-wcwl-admin-init.php:1211
455
- #: ../includes/class.yith-wcwl-admin-init.php:1229
456
- #: ../includes/class.yith-wcwl-admin-init.php:1247
457
  msgid "Text (hover)"
458
  msgstr ""
459
 
460
- #: ../includes/class.yith-wcwl-admin-init.php:1194
461
- #: ../includes/class.yith-wcwl-admin-init.php:1212
462
- #: ../includes/class.yith-wcwl-admin-init.php:1230
463
- #: ../includes/class.yith-wcwl-admin-init.php:1248
464
  msgid "Border (hover)"
465
  msgstr ""
466
 
467
- #: ../includes/class.yith-wcwl-admin-init.php:1198
468
  #, fuzzy
469
  msgid "\"Add to Cart\" button"
470
  msgstr "Texte du bouton \"Ajouter au panier\""
471
 
472
- #: ../includes/class.yith-wcwl-admin-init.php:1216
473
  msgid "\"Style 1\" button"
474
  msgstr ""
475
 
476
- #: ../includes/class.yith-wcwl-admin-init.php:1234
477
  msgid "\"Style 2\" button"
478
  msgstr ""
479
 
480
- #: ../includes/class.yith-wcwl-admin-init.php:1252
481
  #, fuzzy
482
  msgid "Wishlist table"
483
  msgstr "Titre de la Wishlist"
484
 
485
- #: ../includes/class.yith-wcwl-admin-init.php:1261
486
  msgid "Headers"
487
  msgstr ""
488
 
489
- #: ../includes/class.yith-wcwl-admin-init.php:1264
490
  msgid "Background color"
491
  msgstr ""
492
 
493
- #: ../includes/class.yith-wcwl-admin-init.php:1354
494
  #, fuzzy
495
  msgid "Wishlist Activated"
496
  msgstr "Titre de la Wishlist"
497
 
498
- #: ../includes/class.yith-wcwl-admin-init.php:1355
499
  #, php-format
500
  msgid ""
501
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
@@ -504,12 +504,12 @@ msgid ""
504
  "options, <a href=\"%s\">discover it now</a>."
505
  msgstr ""
506
 
507
- #: ../includes/class.yith-wcwl-admin-init.php:1366
508
  #, fuzzy
509
  msgid "Wishlist Updated"
510
  msgstr "Page Wishlist"
511
 
512
- #: ../includes/class.yith-wcwl-admin-init.php:1367
513
  #, php-format
514
  msgid ""
515
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
@@ -519,13 +519,13 @@ msgid ""
519
  "\">discover the PREMIUM version.</a>"
520
  msgstr ""
521
 
522
- #: ../includes/class.yith-wcwl-init.php:366
523
  msgid ""
524
  "We are sorry, but this feature is available only if cookies are enabled on "
525
  "your browser."
526
  msgstr ""
527
 
528
- #: ../includes/class.yith-wcwl-init.php:367
529
  #, fuzzy
530
  msgid "Product correctly added to cart"
531
  msgstr "Produkt erfolgreich im Warenkorb eingefügt "
@@ -536,24 +536,24 @@ msgid "wishlist"
536
  msgstr "wishlist"
537
 
538
  #: ../includes/class.yith-wcwl-shortcode.php:259
539
- #: ../includes/class.yith-wcwl-ui.php:163
540
  msgid "Share on:"
541
  msgstr "Partager sur :"
542
 
543
- #: ../includes/class.yith-wcwl-ui.php:117
544
- #: ../includes/class.yith-wcwl-ui.php:199
545
  msgid "Select options"
546
  msgstr "Choisir les options"
547
 
548
- #: ../includes/class.yith-wcwl-ui.php:167 ../templates/share.php:20
549
  msgid "Facebook"
550
  msgstr "Facebook"
551
 
552
- #: ../includes/class.yith-wcwl-ui.php:170 ../templates/share.php:26
553
  msgid "Twitter"
554
  msgstr "Twitter"
555
 
556
- #: ../includes/class.yith-wcwl-ui.php:179
557
  msgid "email"
558
  msgstr ""
559
 
@@ -562,48 +562,48 @@ msgstr ""
562
  msgid "An error occurred while adding products to the wishlist."
563
  msgstr "Une erreur est survenue lors de l'ajout du produit à la wishlist"
564
 
565
- #: ../includes/class.yith-wcwl.php:268
566
  #, fuzzy
567
  msgid "An error occurred while adding products to wishlist."
568
  msgstr "Une erreur est survenue lors de l'ajout du produit à la wishlist"
569
 
570
- #: ../includes/class.yith-wcwl.php:285
571
  msgid "The \"Remove\" option now does not require any parameter"
572
  msgstr ""
573
 
574
- #: ../includes/class.yith-wcwl.php:332
575
  #, fuzzy
576
  msgid "An error occurred while removing products from the wishlist"
577
  msgstr ""
578
  "Une erreur est survenue lors de le suppression du produit de la wishlist"
579
 
580
- #: ../includes/class.yith-wcwl.php:774
581
  msgid "You need to log in before creating a new wishlist"
582
  msgstr ""
583
 
584
- #: ../includes/class.yith-wcwl.php:1565
585
  msgid "Product successfully removed."
586
  msgstr "Le produit a bien été supprimé"
587
 
588
- #: ../includes/class.yith-wcwl.php:1569
589
  msgid "Error. Unable to remove the product from the wishlist."
590
  msgstr "Erreur : impossible de supprimer le produit de la wishlist"
591
 
592
- #: ../includes/class.yith-wcwl.php:1573 ../templates/wishlist-view.php:239
593
  msgid "No products were added to the wishlist"
594
  msgstr "Aucun produit dans votre wishlist"
595
 
596
- #: ../includes/class.yith-wcwl.php:1615
597
  msgid "An error as occurred."
598
  msgstr ""
599
 
600
- #: ../init.php:128
601
  msgid ""
602
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
603
  "WooCommerce in order to work."
604
  msgstr ""
605
 
606
- #: ../init.php:138
607
  msgid ""
608
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
609
  "are using the premium one."
@@ -861,10 +861,6 @@ msgstr "Partager sur Pinterest"
861
  msgid "Google+"
862
  msgstr "Partager sur Google+"
863
 
864
- #: ../templates/share.php:44
865
- msgid "I wanted you to see this site"
866
- msgstr ""
867
-
868
  #: ../templates/share.php:44
869
  msgid "Email"
870
  msgstr ""
@@ -894,57 +890,57 @@ msgstr "Prix unitaire"
894
  msgid "Stock Status"
895
  msgstr "Stock"
896
 
897
- #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:229
898
  msgid "Remove this product"
899
  msgstr "Enlever ce produit"
900
 
901
- #: ../templates/wishlist-view.php:170
902
  msgid "Free!"
903
  msgstr ""
904
 
905
- #: ../templates/wishlist-view.php:176
906
  msgid "Out of Stock"
907
  msgstr "Epuisé"
908
 
909
- #: ../templates/wishlist-view.php:176
910
  msgid "In Stock"
911
  msgstr "En stock"
912
 
913
- #: ../templates/wishlist-view.php:185
914
  #, php-format
915
  msgid "Added on : %s"
916
  msgstr ""
917
 
918
- #: ../templates/wishlist-view.php:197
919
  msgid "Move"
920
  msgstr ""
921
 
922
- #: ../templates/wishlist-view.php:209
923
  #, fuzzy
924
  msgid "Shared"
925
  msgstr "Partager sur :"
926
 
927
- #: ../templates/wishlist-view.php:212
928
  msgid "Private"
929
  msgstr ""
930
 
931
- #: ../templates/wishlist-view.php:215
932
  msgid "Public"
933
  msgstr ""
934
 
935
- #: ../templates/wishlist-view.php:229
936
  msgid "Remove"
937
  msgstr ""
938
 
939
- #: ../templates/wishlist-view.php:256
940
  msgid "Add the selected products to the cart"
941
  msgstr ""
942
 
943
- #: ../templates/wishlist-view.php:264 ../templates/wishlist-view.php:310
944
  msgid "Ask for an estimate"
945
  msgstr ""
946
 
947
- #: ../templates/wishlist-view.php:300
948
  msgid "Your email"
949
  msgstr ""
950
 
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-10-24 17:33+0200\n"
6
+ "PO-Revision-Date: 2017-10-24 17:33+0200\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
9
  "Language: fr_FR\n"
17
  "X-Poedit-Basepath: .\n"
18
  "Plural-Forms: nplurals=2; plural=n!=1;\n"
19
  "X-Poedit-SourceCharset: UTF-8\n"
20
+ "X-Generator: Poedit 1.8.7.1\n"
21
  "X-Poedit-SearchPath-0: ..\n"
22
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
23
 
24
  #: ../includes/class.yith-wcwl-admin-init.php:159
25
+ #: ../includes/class.yith-wcwl-admin-init.php:1483
26
+ #: ../includes/class.yith-wcwl-admin-init.php:1484
27
  #: ../includes/class.yith-wcwl-install.php:244
28
  msgid "Wishlist"
29
  msgstr "Wishlist"
61
  msgid "Plugin Documentation"
62
  msgstr ""
63
 
64
+ #: ../includes/class.yith-wcwl-admin-init.php:1023
65
  msgid "Upgrade to the PREMIUM VERSION"
66
  msgstr ""
67
 
68
+ #: ../includes/class.yith-wcwl-admin-init.php:1026
69
  msgid "YITH WooCommerce Wishlist"
70
  msgstr ""
71
 
72
+ #: ../includes/class.yith-wcwl-admin-init.php:1027
73
  msgid "Discover the Advanced Features"
74
  msgstr ""
75
 
76
+ #: ../includes/class.yith-wcwl-admin-init.php:1028
77
  msgid ""
78
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
79
  "all features!"
80
  msgstr ""
81
 
82
+ #: ../includes/class.yith-wcwl-admin-init.php:1034
83
  msgid "Get Support and Pro Features"
84
  msgstr ""
85
 
86
+ #: ../includes/class.yith-wcwl-admin-init.php:1035
87
  msgid ""
88
  "By purchasing the premium version of the plugin, you will take advantage of "
89
  "the advanced features of the product and you will get one year of free "
90
  "updates and support through our platform available 24h/24."
91
  msgstr ""
92
 
93
+ #: ../includes/class.yith-wcwl-admin-init.php:1045
94
  msgid "General Settings"
95
  msgstr "Paramètres généraux"
96
 
97
+ #: ../includes/class.yith-wcwl-admin-init.php:1052
98
  msgid "Enable YITH Wishlist"
99
  msgstr "Activer YITH Wishlist"
100
 
101
+ #: ../includes/class.yith-wcwl-admin-init.php:1053
102
  #, php-format
103
  msgid ""
104
  "Enable all plugin features. <strong>Be sure to select at least one option in "
106
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
107
  msgstr ""
108
 
109
+ #: ../includes/class.yith-wcwl-admin-init.php:1059
110
  #, fuzzy
111
  msgid "Default wishlist title"
112
  msgstr "Titre de la Wishlist"
113
 
114
+ #: ../includes/class.yith-wcwl-admin-init.php:1061
115
+ #: ../includes/class.yith-wcwl-admin-init.php:1062
116
+ #: ../includes/class.yith-wcwl-admin-init.php:1298
117
  #, php-format
118
  msgid "My wishlist on %s"
119
  msgstr "Ma wishlist sur %s"
120
 
121
+ #: ../includes/class.yith-wcwl-admin-init.php:1067
122
  msgid "Wishlist Page"
123
  msgstr "Page Wishlist"
124
 
125
+ #: ../includes/class.yith-wcwl-admin-init.php:1068
126
  msgid "Page contents: [yith_wcwl_wishlist]"
127
  msgstr "Contenu de la page : [yith_wcwl_wishlist]"
128
 
129
+ #: ../includes/class.yith-wcwl-admin-init.php:1077
130
  msgid "Position"
131
  msgstr "Position"
132
 
133
+ #: ../includes/class.yith-wcwl-admin-init.php:1078
134
  #, fuzzy
135
  msgid ""
136
  "You can add the button in variable products only after the \"Add to Cart\" "
139
  "Pour les produits variables, vous pouver seulement l'ajouter après \"Ajouter "
140
  "au panier\" ou en utilisant le shortcode [yith_wcwl_add_to_wishlist]."
141
 
142
+ #: ../includes/class.yith-wcwl-admin-init.php:1084
143
  msgid "After \"Add to cart\""
144
  msgstr "Après \"Ajouter au panier\""
145
 
146
+ #: ../includes/class.yith-wcwl-admin-init.php:1085
147
  msgid "After thumbnails"
148
  msgstr "Après les images"
149
 
150
+ #: ../includes/class.yith-wcwl-admin-init.php:1086
151
  msgid "After summary"
152
  msgstr "Après le résumé"
153
 
154
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
155
  msgid "Use shortcode"
156
  msgstr "Utiliser le shortcode"
157
 
158
+ #: ../includes/class.yith-wcwl-admin-init.php:1092
159
  msgid "Redirect to cart"
160
  msgstr "Rediriger vers le panier"
161
 
162
+ #: ../includes/class.yith-wcwl-admin-init.php:1093
163
  msgid ""
164
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
165
  "page."
167
  "Rediriger vers le panier si on clique sur le bouton \"Ajouter au panier\" "
168
  "sur la page Wishlist."
169
 
170
+ #: ../includes/class.yith-wcwl-admin-init.php:1099
171
  msgid "Remove if added to the cart"
172
  msgstr "Supprimer si ajouté au panier"
173
 
174
+ #: ../includes/class.yith-wcwl-admin-init.php:1100
175
  #, fuzzy
176
  msgid "Remove the product from the wishlist if it has been added to the cart."
177
  msgstr "Supprimer le produit de la wishlist s'il a été ajouté au panier."
178
 
179
+ #: ../includes/class.yith-wcwl-admin-init.php:1106
180
  msgid "\"Add to Wishlist\" text"
181
  msgstr "Texte \"Ajouter à la wishlist\""
182
 
183
+ #: ../includes/class.yith-wcwl-admin-init.php:1108
184
  msgid "Add to Wishlist"
185
  msgstr "Ajouter à la wishlist"
186
 
187
+ #: ../includes/class.yith-wcwl-admin-init.php:1113
188
  #, fuzzy
189
  msgid "\"Browse wishlist\" text"
190
  msgstr "Parcourir la wishlist"
191
 
192
+ #: ../includes/class.yith-wcwl-admin-init.php:1115
193
+ #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
194
  msgid "Browse Wishlist"
195
  msgstr "Parcourir la wishlist"
196
 
197
+ #: ../includes/class.yith-wcwl-admin-init.php:1120
198
  #, fuzzy
199
  msgid "\"Product already in wishlist\" text"
200
  msgstr "Ce produit est déjà dans votre wishlist"
201
 
202
+ #: ../includes/class.yith-wcwl-admin-init.php:1122
203
+ #: ../includes/class.yith-wcwl-ui.php:83
204
  msgid "The product is already in the wishlist!"
205
  msgstr "Ce produit est dans votre wishlist"
206
 
207
+ #: ../includes/class.yith-wcwl-admin-init.php:1127
208
  #, fuzzy
209
  msgid "\"Product added\" text"
210
  msgstr "Produit ajouté !"
211
 
212
+ #: ../includes/class.yith-wcwl-admin-init.php:1129
213
+ #: ../includes/class.yith-wcwl-ui.php:82
214
  msgid "Product added!"
215
  msgstr "Produit ajouté !"
216
 
217
+ #: ../includes/class.yith-wcwl-admin-init.php:1134
218
  msgid "\"Add to Cart\" text"
219
  msgstr "Texte \"Ajouter au panier\""
220
 
221
+ #: ../includes/class.yith-wcwl-admin-init.php:1136
222
  msgid "Add to Cart"
223
  msgstr "Ajouter au panier"
224
 
225
+ #: ../includes/class.yith-wcwl-admin-init.php:1141
226
  msgid "Show Unit price"
227
  msgstr "Voir le prix unitaire"
228
 
229
+ #: ../includes/class.yith-wcwl-admin-init.php:1142
230
  msgid "Show unit price for each product in wishlist"
231
  msgstr ""
232
 
233
+ #: ../includes/class.yith-wcwl-admin-init.php:1149
234
  msgid "Show \"Add to Cart\" button"
235
  msgstr "Voir le bouton \"Ajouter au panier\""
236
 
237
+ #: ../includes/class.yith-wcwl-admin-init.php:1150
238
  #, fuzzy
239
  msgid "Show \"Add to Cart\" button for each product in wishlist"
240
  msgstr "Fond du bouton \"Ajouter au panier\""
241
 
242
+ #: ../includes/class.yith-wcwl-admin-init.php:1157
243
  msgid "Show Stock status"
244
  msgstr "Voir le statut du stock"
245
 
246
+ #: ../includes/class.yith-wcwl-admin-init.php:1158
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:1165
252
  msgid "Show Date of addition"
253
  msgstr ""
254
 
255
+ #: ../includes/class.yith-wcwl-admin-init.php:1166
256
  #, fuzzy
257
  msgid "Show the date when users have added a product to the wishlist"
258
  msgstr "Une erreur est survenue lors de l'ajout du produit à la wishlist"
259
 
260
+ #: ../includes/class.yith-wcwl-admin-init.php:1173
261
  #, fuzzy
262
  msgid "Add second remove button"
263
  msgstr "Texte du bouton \"Ajouter au panier\""
264
 
265
+ #: ../includes/class.yith-wcwl-admin-init.php:1174
266
  msgid "Add a second remove button in the last column, with extended label"
267
  msgstr ""
268
 
269
+ #: ../includes/class.yith-wcwl-admin-init.php:1189
270
  msgid "Styles"
271
  msgstr "Styles"
272
 
273
+ #: ../includes/class.yith-wcwl-admin-init.php:1196
274
  msgid "Use buttons"
275
  msgstr "Utiliser des boutons"
276
 
277
+ #: ../includes/class.yith-wcwl-admin-init.php:1197
278
  #, fuzzy
279
  msgid "Use buttons instead of simple anchors."
280
  msgstr "Utiliser des boutons à la place de simples liens"
281
 
282
+ #: ../includes/class.yith-wcwl-admin-init.php:1203
283
  msgid "Custom CSS"
284
  msgstr "CSS personnalisée"
285
 
286
+ #: ../includes/class.yith-wcwl-admin-init.php:1210
287
  msgid "Use theme style"
288
  msgstr "Utiliser le style du thème"
289
 
290
+ #: ../includes/class.yith-wcwl-admin-init.php:1211
291
  msgid "Use the theme style."
292
  msgstr "Utiliser le style du thème?"
293
 
294
+ #: ../includes/class.yith-wcwl-admin-init.php:1217
295
  #, fuzzy
296
  msgid "Rounded buttons"
297
  msgstr "Utiliser des boutons"
298
 
299
+ #: ../includes/class.yith-wcwl-admin-init.php:1218
300
  #, fuzzy
301
  msgid "Make button corners rounded"
302
  msgstr "Arrondir les coins des boutons"
303
 
304
+ #: ../includes/class.yith-wcwl-admin-init.php:1224
305
  msgid "\"Add to Wishlist\" icon"
306
  msgstr "Icône \"Ajouter à la wishlist\""
307
 
308
+ #: ../includes/class.yith-wcwl-admin-init.php:1225
309
  msgid "Add an icon to the \"Add to Wishlist\" button"
310
  msgstr "Ajouter une icône au bouton \"Ajouter à la wishlist\""
311
 
312
+ #: ../includes/class.yith-wcwl-admin-init.php:1235
313
  msgid "\"Add to Cart\" icon"
314
  msgstr "Icône \"Ajouter au panier\""
315
 
316
+ #: ../includes/class.yith-wcwl-admin-init.php:1236
317
  msgid "Add an icon to the \"Add to Cart\" button"
318
  msgstr "Ajouter une icône au bouton \"Ajouter au panier\""
319
 
320
+ #: ../includes/class.yith-wcwl-admin-init.php:1254
321
  #, fuzzy
322
  msgid "Social Networks & Share"
323
  msgstr "Partage"
324
 
325
+ #: ../includes/class.yith-wcwl-admin-init.php:1261
326
  msgid "Share on Facebook"
327
  msgstr "Partager sur Facebook"
328
 
329
+ #: ../includes/class.yith-wcwl-admin-init.php:1262
330
  #, fuzzy
331
  msgid "Show \"Share on Facebook\" button"
332
  msgstr "Partager sur Facebook"
333
 
334
+ #: ../includes/class.yith-wcwl-admin-init.php:1268
335
  msgid "Tweet on Twitter"
336
  msgstr "Partager sur Twitter"
337
 
338
+ #: ../includes/class.yith-wcwl-admin-init.php:1269
339
  #, fuzzy
340
  msgid "Show \"Tweet on Twitter\" button"
341
  msgstr "Partager sur Twitter"
342
 
343
+ #: ../includes/class.yith-wcwl-admin-init.php:1275
344
  msgid "Pin on Pinterest"
345
  msgstr "Partager sur Pinterest"
346
 
347
+ #: ../includes/class.yith-wcwl-admin-init.php:1276
348
  #, fuzzy
349
  msgid "Show \"Pin on Pinterest\" button"
350
  msgstr "Partager sur Pinterest"
351
 
352
+ #: ../includes/class.yith-wcwl-admin-init.php:1282
353
  msgid "Share on Google+"
354
  msgstr "Partager sur Google+"
355
 
356
+ #: ../includes/class.yith-wcwl-admin-init.php:1283
357
  #, fuzzy
358
  msgid "Show \"Share on Google+\" button"
359
  msgstr "Partager sur Facebook"
360
 
361
+ #: ../includes/class.yith-wcwl-admin-init.php:1289
362
  msgid "Share by Email"
363
  msgstr ""
364
 
365
+ #: ../includes/class.yith-wcwl-admin-init.php:1290
366
  #, fuzzy
367
  msgid "Show \"Share by Email\" button"
368
  msgstr "Voir le bouton \"Ajouter au panier\""
369
 
370
+ #: ../includes/class.yith-wcwl-admin-init.php:1296
371
  #, fuzzy
372
  msgid "Social title"
373
  msgstr "Titre pour les réseaux sociaux"
374
 
375
+ #: ../includes/class.yith-wcwl-admin-init.php:1303
376
  #, fuzzy
377
  msgid "Social text"
378
  msgstr "Texte pour les réseaux sociaux"
379
 
380
+ #: ../includes/class.yith-wcwl-admin-init.php:1304
381
  msgid ""
382
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
383
  "strong> where you want to show the URL of your wishlist."
384
  msgstr ""
385
 
386
+ #: ../includes/class.yith-wcwl-admin-init.php:1311
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:1312
392
  msgid "It will be used by Pinterest."
393
  msgstr ""
394
 
395
+ #: ../includes/class.yith-wcwl-admin-init.php:1326
396
  #, php-format
397
  msgid ""
398
  "If you want to take advantage of this feature, you could consider to "
399
  "purchase the %s."
400
  msgstr ""
401
 
402
+ #: ../includes/class.yith-wcwl-admin-init.php:1331
403
  msgid "YITH WooCommerce Frequently Bought Together Integration"
404
  msgstr ""
405
 
406
+ #: ../includes/class.yith-wcwl-admin-init.php:1338
407
  msgid "Enable slider in wishlist"
408
  msgstr ""
409
 
410
+ #: ../includes/class.yith-wcwl-admin-init.php:1339
411
  #, php-format
412
  msgid ""
413
  "Choose to enable product slider in wishlist page with linked products (<a "
414
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
415
  msgstr ""
416
 
417
+ #: ../includes/class.yith-wcwl-admin-init.php:1375
418
  #, fuzzy
419
  msgid "\"Add to wishlist\" button"
420
  msgstr "Texte du bouton \"Ajouter à la Wishlist\""
421
 
422
+ #: ../includes/class.yith-wcwl-admin-init.php:1378
423
+ #: ../includes/class.yith-wcwl-admin-init.php:1396
424
+ #: ../includes/class.yith-wcwl-admin-init.php:1414
425
+ #: ../includes/class.yith-wcwl-admin-init.php:1432
426
+ #: ../includes/class.yith-wcwl-admin-init.php:1450
427
  msgid "Background"
428
  msgstr ""
429
 
430
+ #: ../includes/class.yith-wcwl-admin-init.php:1379
431
+ #: ../includes/class.yith-wcwl-admin-init.php:1397
432
+ #: ../includes/class.yith-wcwl-admin-init.php:1415
433
+ #: ../includes/class.yith-wcwl-admin-init.php:1433
434
+ #: ../includes/class.yith-wcwl-admin-init.php:1451
435
  msgid "Text"
436
  msgstr ""
437
 
438
+ #: ../includes/class.yith-wcwl-admin-init.php:1380
439
+ #: ../includes/class.yith-wcwl-admin-init.php:1398
440
+ #: ../includes/class.yith-wcwl-admin-init.php:1416
441
+ #: ../includes/class.yith-wcwl-admin-init.php:1434
442
+ #: ../includes/class.yith-wcwl-admin-init.php:1452
443
  msgid "Border"
444
  msgstr ""
445
 
446
+ #: ../includes/class.yith-wcwl-admin-init.php:1387
447
+ #: ../includes/class.yith-wcwl-admin-init.php:1405
448
+ #: ../includes/class.yith-wcwl-admin-init.php:1423
449
+ #: ../includes/class.yith-wcwl-admin-init.php:1441
450
  msgid "Background (hover)"
451
  msgstr ""
452
 
453
+ #: ../includes/class.yith-wcwl-admin-init.php:1388
454
+ #: ../includes/class.yith-wcwl-admin-init.php:1406
455
+ #: ../includes/class.yith-wcwl-admin-init.php:1424
456
+ #: ../includes/class.yith-wcwl-admin-init.php:1442
457
  msgid "Text (hover)"
458
  msgstr ""
459
 
460
+ #: ../includes/class.yith-wcwl-admin-init.php:1389
461
+ #: ../includes/class.yith-wcwl-admin-init.php:1407
462
+ #: ../includes/class.yith-wcwl-admin-init.php:1425
463
+ #: ../includes/class.yith-wcwl-admin-init.php:1443
464
  msgid "Border (hover)"
465
  msgstr ""
466
 
467
+ #: ../includes/class.yith-wcwl-admin-init.php:1393
468
  #, fuzzy
469
  msgid "\"Add to Cart\" button"
470
  msgstr "Texte du bouton \"Ajouter au panier\""
471
 
472
+ #: ../includes/class.yith-wcwl-admin-init.php:1411
473
  msgid "\"Style 1\" button"
474
  msgstr ""
475
 
476
+ #: ../includes/class.yith-wcwl-admin-init.php:1429
477
  msgid "\"Style 2\" button"
478
  msgstr ""
479
 
480
+ #: ../includes/class.yith-wcwl-admin-init.php:1447
481
  #, fuzzy
482
  msgid "Wishlist table"
483
  msgstr "Titre de la Wishlist"
484
 
485
+ #: ../includes/class.yith-wcwl-admin-init.php:1456
486
  msgid "Headers"
487
  msgstr ""
488
 
489
+ #: ../includes/class.yith-wcwl-admin-init.php:1459
490
  msgid "Background color"
491
  msgstr ""
492
 
493
+ #: ../includes/class.yith-wcwl-admin-init.php:1549
494
  #, fuzzy
495
  msgid "Wishlist Activated"
496
  msgstr "Titre de la Wishlist"
497
 
498
+ #: ../includes/class.yith-wcwl-admin-init.php:1550
499
  #, php-format
500
  msgid ""
501
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
504
  "options, <a href=\"%s\">discover it now</a>."
505
  msgstr ""
506
 
507
+ #: ../includes/class.yith-wcwl-admin-init.php:1561
508
  #, fuzzy
509
  msgid "Wishlist Updated"
510
  msgstr "Page Wishlist"
511
 
512
+ #: ../includes/class.yith-wcwl-admin-init.php:1562
513
  #, php-format
514
  msgid ""
515
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
519
  "\">discover the PREMIUM version.</a>"
520
  msgstr ""
521
 
522
+ #: ../includes/class.yith-wcwl-init.php:374
523
  msgid ""
524
  "We are sorry, but this feature is available only if cookies are enabled on "
525
  "your browser."
526
  msgstr ""
527
 
528
+ #: ../includes/class.yith-wcwl-init.php:375
529
  #, fuzzy
530
  msgid "Product correctly added to cart"
531
  msgstr "Produkt erfolgreich im Warenkorb eingefügt "
536
  msgstr "wishlist"
537
 
538
  #: ../includes/class.yith-wcwl-shortcode.php:259
539
+ #: ../includes/class.yith-wcwl-ui.php:164
540
  msgid "Share on:"
541
  msgstr "Partager sur :"
542
 
543
+ #: ../includes/class.yith-wcwl-ui.php:118
544
+ #: ../includes/class.yith-wcwl-ui.php:200
545
  msgid "Select options"
546
  msgstr "Choisir les options"
547
 
548
+ #: ../includes/class.yith-wcwl-ui.php:168 ../templates/share.php:20
549
  msgid "Facebook"
550
  msgstr "Facebook"
551
 
552
+ #: ../includes/class.yith-wcwl-ui.php:171 ../templates/share.php:26
553
  msgid "Twitter"
554
  msgstr "Twitter"
555
 
556
+ #: ../includes/class.yith-wcwl-ui.php:180
557
  msgid "email"
558
  msgstr ""
559
 
562
  msgid "An error occurred while adding products to the wishlist."
563
  msgstr "Une erreur est survenue lors de l'ajout du produit à la wishlist"
564
 
565
+ #: ../includes/class.yith-wcwl.php:269
566
  #, fuzzy
567
  msgid "An error occurred while adding products to wishlist."
568
  msgstr "Une erreur est survenue lors de l'ajout du produit à la wishlist"
569
 
570
+ #: ../includes/class.yith-wcwl.php:286
571
  msgid "The \"Remove\" option now does not require any parameter"
572
  msgstr ""
573
 
574
+ #: ../includes/class.yith-wcwl.php:335
575
  #, fuzzy
576
  msgid "An error occurred while removing products from the wishlist"
577
  msgstr ""
578
  "Une erreur est survenue lors de le suppression du produit de la wishlist"
579
 
580
+ #: ../includes/class.yith-wcwl.php:783
581
  msgid "You need to log in before creating a new wishlist"
582
  msgstr ""
583
 
584
+ #: ../includes/class.yith-wcwl.php:1578
585
  msgid "Product successfully removed."
586
  msgstr "Le produit a bien été supprimé"
587
 
588
+ #: ../includes/class.yith-wcwl.php:1582
589
  msgid "Error. Unable to remove the product from the wishlist."
590
  msgstr "Erreur : impossible de supprimer le produit de la wishlist"
591
 
592
+ #: ../includes/class.yith-wcwl.php:1586 ../templates/wishlist-view.php:241
593
  msgid "No products were added to the wishlist"
594
  msgstr "Aucun produit dans votre wishlist"
595
 
596
+ #: ../includes/class.yith-wcwl.php:1628
597
  msgid "An error as occurred."
598
  msgstr ""
599
 
600
+ #: ../init.php:130
601
  msgid ""
602
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
603
  "WooCommerce in order to work."
604
  msgstr ""
605
 
606
+ #: ../init.php:140
607
  msgid ""
608
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
609
  "are using the premium one."
861
  msgid "Google+"
862
  msgstr "Partager sur Google+"
863
 
 
 
 
 
864
  #: ../templates/share.php:44
865
  msgid "Email"
866
  msgstr ""
890
  msgid "Stock Status"
891
  msgstr "Stock"
892
 
893
+ #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:231
894
  msgid "Remove this product"
895
  msgstr "Enlever ce produit"
896
 
897
+ #: ../templates/wishlist-view.php:172
898
  msgid "Free!"
899
  msgstr ""
900
 
901
+ #: ../templates/wishlist-view.php:178
902
  msgid "Out of Stock"
903
  msgstr "Epuisé"
904
 
905
+ #: ../templates/wishlist-view.php:178
906
  msgid "In Stock"
907
  msgstr "En stock"
908
 
909
+ #: ../templates/wishlist-view.php:187
910
  #, php-format
911
  msgid "Added on : %s"
912
  msgstr ""
913
 
914
+ #: ../templates/wishlist-view.php:199
915
  msgid "Move"
916
  msgstr ""
917
 
918
+ #: ../templates/wishlist-view.php:211
919
  #, fuzzy
920
  msgid "Shared"
921
  msgstr "Partager sur :"
922
 
923
+ #: ../templates/wishlist-view.php:214
924
  msgid "Private"
925
  msgstr ""
926
 
927
+ #: ../templates/wishlist-view.php:217
928
  msgid "Public"
929
  msgstr ""
930
 
931
+ #: ../templates/wishlist-view.php:231
932
  msgid "Remove"
933
  msgstr ""
934
 
935
+ #: ../templates/wishlist-view.php:258
936
  msgid "Add the selected products to the cart"
937
  msgstr ""
938
 
939
+ #: ../templates/wishlist-view.php:266 ../templates/wishlist-view.php:312
940
  msgid "Ask for an estimate"
941
  msgstr ""
942
 
943
+ #: ../templates/wishlist-view.php:302
944
  msgid "Your email"
945
  msgstr ""
946
 
languages/yith-woocommerce-wishlist-he_IL.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-he_IL.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
- "POT-Creation-Date: 2017-05-11 15:56+0200\n"
5
- "PO-Revision-Date: 2017-05-11 15:56+0200\n"
6
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: he_IL\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 2.0.1\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
@@ -20,8 +20,8 @@ msgstr ""
20
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
21
 
22
  #: ../includes/class.yith-wcwl-admin-init.php:159
23
- #: ../includes/class.yith-wcwl-admin-init.php:1288
24
- #: ../includes/class.yith-wcwl-admin-init.php:1289
25
  #: ../includes/class.yith-wcwl-install.php:244
26
  msgid "Wishlist"
27
  msgstr "רשימת משאלות"
@@ -59,44 +59,44 @@ msgstr ""
59
  msgid "Plugin Documentation"
60
  msgstr ""
61
 
62
- #: ../includes/class.yith-wcwl-admin-init.php:828
63
  msgid "Upgrade to the PREMIUM VERSION"
64
  msgstr ""
65
 
66
- #: ../includes/class.yith-wcwl-admin-init.php:831
67
  msgid "YITH WooCommerce Wishlist"
68
  msgstr ""
69
 
70
- #: ../includes/class.yith-wcwl-admin-init.php:832
71
  msgid "Discover the Advanced Features"
72
  msgstr ""
73
 
74
- #: ../includes/class.yith-wcwl-admin-init.php:833
75
  msgid ""
76
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
77
  "all features!"
78
  msgstr ""
79
 
80
- #: ../includes/class.yith-wcwl-admin-init.php:839
81
  msgid "Get Support and Pro Features"
82
  msgstr ""
83
 
84
- #: ../includes/class.yith-wcwl-admin-init.php:840
85
  msgid ""
86
  "By purchasing the premium version of the plugin, you will take advantage of "
87
  "the advanced features of the product and you will get one year of free "
88
  "updates and support through our platform available 24h/24."
89
  msgstr ""
90
 
91
- #: ../includes/class.yith-wcwl-admin-init.php:850
92
  msgid "General Settings"
93
  msgstr "הגדרות כלליות"
94
 
95
- #: ../includes/class.yith-wcwl-admin-init.php:857
96
  msgid "Enable YITH Wishlist"
97
  msgstr "אפשר שימוש ברשימת המשאלות של YITH"
98
 
99
- #: ../includes/class.yith-wcwl-admin-init.php:858
100
  #, php-format
101
  msgid ""
102
  "Enable all plugin features. <strong>Be sure to select at least one option in "
@@ -104,391 +104,391 @@ msgid ""
104
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
105
  msgstr ""
106
 
107
- #: ../includes/class.yith-wcwl-admin-init.php:864
108
  #, fuzzy
109
  msgid "Default wishlist title"
110
  msgstr "כותרת רשימת משאלות"
111
 
112
- #: ../includes/class.yith-wcwl-admin-init.php:866
113
- #: ../includes/class.yith-wcwl-admin-init.php:867
114
- #: ../includes/class.yith-wcwl-admin-init.php:1103
115
  #, php-format
116
  msgid "My wishlist on %s"
117
  msgstr "רשימת המשאלות שלי ב-%s"
118
 
119
- #: ../includes/class.yith-wcwl-admin-init.php:872
120
  msgid "Wishlist Page"
121
  msgstr "עמוד רשימת המשאלות"
122
 
123
- #: ../includes/class.yith-wcwl-admin-init.php:873
124
  msgid "Page contents: [yith_wcwl_wishlist]"
125
  msgstr "תוכן העמוד: [yith_wcwl_wishlist]"
126
 
127
- #: ../includes/class.yith-wcwl-admin-init.php:882
128
  msgid "Position"
129
  msgstr "מיקום"
130
 
131
- #: ../includes/class.yith-wcwl-admin-init.php:883
132
  msgid ""
133
  "You can add the button in variable products only after the \"Add to Cart\" "
134
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
135
  msgstr ""
136
 
137
- #: ../includes/class.yith-wcwl-admin-init.php:889
138
  msgid "After \"Add to cart\""
139
  msgstr "לאחר \"הוספה לסל\""
140
 
141
- #: ../includes/class.yith-wcwl-admin-init.php:890
142
  msgid "After thumbnails"
143
  msgstr "אחרי התמונות המוקטנות"
144
 
145
- #: ../includes/class.yith-wcwl-admin-init.php:891
146
  msgid "After summary"
147
  msgstr "אחרי תיאור מוצר"
148
 
149
- #: ../includes/class.yith-wcwl-admin-init.php:892
150
  msgid "Use shortcode"
151
  msgstr "השתמש בקוד מקוצר"
152
 
153
- #: ../includes/class.yith-wcwl-admin-init.php:897
154
  msgid "Redirect to cart"
155
  msgstr "הפנייה לסל הקניות"
156
 
157
- #: ../includes/class.yith-wcwl-admin-init.php:898
158
  msgid ""
159
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
160
  "page."
161
  msgstr ""
162
 
163
- #: ../includes/class.yith-wcwl-admin-init.php:904
164
  msgid "Remove if added to the cart"
165
  msgstr "הסר מהרשימה אם הוסף לסל"
166
 
167
- #: ../includes/class.yith-wcwl-admin-init.php:905
168
  #, fuzzy
169
  msgid "Remove the product from the wishlist if it has been added to the cart."
170
  msgstr "הסר את המוצר מהרשימה אם הוא הוסף לסל."
171
 
172
- #: ../includes/class.yith-wcwl-admin-init.php:911
173
  msgid "\"Add to Wishlist\" text"
174
  msgstr ""
175
 
176
- #: ../includes/class.yith-wcwl-admin-init.php:913
177
  msgid "Add to Wishlist"
178
  msgstr "הוסף לרשימת המשאלות"
179
 
180
- #: ../includes/class.yith-wcwl-admin-init.php:918
181
  #, fuzzy
182
  msgid "\"Browse wishlist\" text"
183
  msgstr "צפה ברשימת השמורים שלך"
184
 
185
- #: ../includes/class.yith-wcwl-admin-init.php:920
186
- #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl-ui.php:82
187
  msgid "Browse Wishlist"
188
  msgstr "צפה ברשימת השמורים שלך"
189
 
190
- #: ../includes/class.yith-wcwl-admin-init.php:925
191
  #, fuzzy
192
  msgid "\"Product already in wishlist\" text"
193
  msgstr "המוצר עדיין נמצא ברשימת המשאלות שלך."
194
 
195
- #: ../includes/class.yith-wcwl-admin-init.php:927
196
- #: ../includes/class.yith-wcwl-ui.php:82
197
  msgid "The product is already in the wishlist!"
198
  msgstr "המוצר נשמר."
199
 
200
- #: ../includes/class.yith-wcwl-admin-init.php:932
201
  #, fuzzy
202
  msgid "\"Product added\" text"
203
  msgstr "המוצר נשמר!"
204
 
205
- #: ../includes/class.yith-wcwl-admin-init.php:934
206
- #: ../includes/class.yith-wcwl-ui.php:81
207
  msgid "Product added!"
208
  msgstr "המוצר נשמר!"
209
 
210
- #: ../includes/class.yith-wcwl-admin-init.php:939
211
  msgid "\"Add to Cart\" text"
212
  msgstr ""
213
 
214
- #: ../includes/class.yith-wcwl-admin-init.php:941
215
  msgid "Add to Cart"
216
  msgstr "הוסף לסל"
217
 
218
- #: ../includes/class.yith-wcwl-admin-init.php:946
219
  #, fuzzy
220
  msgid "Show Unit price"
221
  msgstr "מחיר ליחידה"
222
 
223
- #: ../includes/class.yith-wcwl-admin-init.php:947
224
  msgid "Show unit price for each product in wishlist"
225
  msgstr ""
226
 
227
- #: ../includes/class.yith-wcwl-admin-init.php:954
228
  #, fuzzy
229
  msgid "Show \"Add to Cart\" button"
230
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
231
 
232
- #: ../includes/class.yith-wcwl-admin-init.php:955
233
  #, fuzzy
234
  msgid "Show \"Add to Cart\" button for each product in wishlist"
235
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
236
 
237
- #: ../includes/class.yith-wcwl-admin-init.php:962
238
  #, fuzzy
239
  msgid "Show Stock status"
240
  msgstr "מצב מלאי"
241
 
242
- #: ../includes/class.yith-wcwl-admin-init.php:963
243
  msgid ""
244
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
245
  msgstr ""
246
 
247
- #: ../includes/class.yith-wcwl-admin-init.php:970
248
  msgid "Show Date of addition"
249
  msgstr ""
250
 
251
- #: ../includes/class.yith-wcwl-admin-init.php:971
252
  #, fuzzy
253
  msgid "Show the date when users have added a product to the wishlist"
254
  msgstr "ארעה שגיאה בזמן הוספת המוצר לרשימה."
255
 
256
- #: ../includes/class.yith-wcwl-admin-init.php:978
257
  #, fuzzy
258
  msgid "Add second remove button"
259
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
260
 
261
- #: ../includes/class.yith-wcwl-admin-init.php:979
262
  msgid "Add a second remove button in the last column, with extended label"
263
  msgstr ""
264
 
265
- #: ../includes/class.yith-wcwl-admin-init.php:994
266
  msgid "Styles"
267
  msgstr "סגנונות עיצוב"
268
 
269
- #: ../includes/class.yith-wcwl-admin-init.php:1001
270
  msgid "Use buttons"
271
  msgstr "השתמש בכפתורים"
272
 
273
- #: ../includes/class.yith-wcwl-admin-init.php:1002
274
  #, fuzzy
275
  msgid "Use buttons instead of simple anchors."
276
  msgstr "השתמש בכפתורים במקום קישורים רגילים."
277
 
278
- #: ../includes/class.yith-wcwl-admin-init.php:1008
279
  msgid "Custom CSS"
280
  msgstr "הכנס שורות CSS משלך"
281
 
282
- #: ../includes/class.yith-wcwl-admin-init.php:1015
283
  msgid "Use theme style"
284
  msgstr "השתמש בעיצוב של התבנית שלך"
285
 
286
- #: ../includes/class.yith-wcwl-admin-init.php:1016
287
  msgid "Use the theme style."
288
  msgstr "השתמש בעיצוב של תבנית האתר."
289
 
290
- #: ../includes/class.yith-wcwl-admin-init.php:1022
291
  #, fuzzy
292
  msgid "Rounded buttons"
293
  msgstr "השתמש בכפתורים"
294
 
295
- #: ../includes/class.yith-wcwl-admin-init.php:1023
296
  #, fuzzy
297
  msgid "Make button corners rounded"
298
  msgstr "הצג את הכפתורים עם פינות מעוגלות"
299
 
300
- #: ../includes/class.yith-wcwl-admin-init.php:1029
301
  msgid "\"Add to Wishlist\" icon"
302
  msgstr ""
303
 
304
- #: ../includes/class.yith-wcwl-admin-init.php:1030
305
  msgid "Add an icon to the \"Add to Wishlist\" button"
306
  msgstr ""
307
 
308
- #: ../includes/class.yith-wcwl-admin-init.php:1040
309
  msgid "\"Add to Cart\" icon"
310
  msgstr ""
311
 
312
- #: ../includes/class.yith-wcwl-admin-init.php:1041
313
  msgid "Add an icon to the \"Add to Cart\" button"
314
  msgstr ""
315
 
316
- #: ../includes/class.yith-wcwl-admin-init.php:1059
317
  msgid "Social Networks & Share"
318
  msgstr ""
319
 
320
- #: ../includes/class.yith-wcwl-admin-init.php:1066
321
  msgid "Share on Facebook"
322
  msgstr "שתף בפייסבוק"
323
 
324
- #: ../includes/class.yith-wcwl-admin-init.php:1067
325
  #, fuzzy
326
  msgid "Show \"Share on Facebook\" button"
327
  msgstr "שתף בפייסבוק"
328
 
329
- #: ../includes/class.yith-wcwl-admin-init.php:1073
330
  msgid "Tweet on Twitter"
331
  msgstr ""
332
 
333
- #: ../includes/class.yith-wcwl-admin-init.php:1074
334
  #, fuzzy
335
  msgid "Show \"Tweet on Twitter\" button"
336
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
337
 
338
- #: ../includes/class.yith-wcwl-admin-init.php:1080
339
  msgid "Pin on Pinterest"
340
  msgstr ""
341
 
342
- #: ../includes/class.yith-wcwl-admin-init.php:1081
343
  #, fuzzy
344
  msgid "Show \"Pin on Pinterest\" button"
345
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
346
 
347
- #: ../includes/class.yith-wcwl-admin-init.php:1087
348
  msgid "Share on Google+"
349
  msgstr "שתף בגוגל+"
350
 
351
- #: ../includes/class.yith-wcwl-admin-init.php:1088
352
  #, fuzzy
353
  msgid "Show \"Share on Google+\" button"
354
  msgstr "שתף בפייסבוק"
355
 
356
- #: ../includes/class.yith-wcwl-admin-init.php:1094
357
  msgid "Share by Email"
358
  msgstr ""
359
 
360
- #: ../includes/class.yith-wcwl-admin-init.php:1095
361
  #, fuzzy
362
  msgid "Show \"Share by Email\" button"
363
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
364
 
365
- #: ../includes/class.yith-wcwl-admin-init.php:1101
366
  #, fuzzy
367
  msgid "Social title"
368
  msgstr "כותרת רשימת משאלות"
369
 
370
- #: ../includes/class.yith-wcwl-admin-init.php:1108
371
  msgid "Social text"
372
  msgstr ""
373
 
374
- #: ../includes/class.yith-wcwl-admin-init.php:1109
375
  msgid ""
376
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
377
  "strong> where you want to show the URL of your wishlist."
378
  msgstr ""
379
 
380
- #: ../includes/class.yith-wcwl-admin-init.php:1116
381
  msgid "Social image URL"
382
  msgstr ""
383
 
384
- #: ../includes/class.yith-wcwl-admin-init.php:1117
385
  msgid "It will be used by Pinterest."
386
  msgstr ""
387
 
388
- #: ../includes/class.yith-wcwl-admin-init.php:1131
389
  #, php-format
390
  msgid ""
391
  "If you want to take advantage of this feature, you could consider to "
392
  "purchase the %s."
393
  msgstr ""
394
 
395
- #: ../includes/class.yith-wcwl-admin-init.php:1136
396
  msgid "YITH WooCommerce Frequently Bought Together Integration"
397
  msgstr ""
398
 
399
- #: ../includes/class.yith-wcwl-admin-init.php:1143
400
  msgid "Enable slider in wishlist"
401
  msgstr ""
402
 
403
- #: ../includes/class.yith-wcwl-admin-init.php:1144
404
  #, php-format
405
  msgid ""
406
  "Choose to enable product slider in wishlist page with linked products (<a "
407
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
408
  msgstr ""
409
 
410
- #: ../includes/class.yith-wcwl-admin-init.php:1180
411
  #, fuzzy
412
  msgid "\"Add to wishlist\" button"
413
  msgstr "הוסף לרשימת המשאלות"
414
 
415
- #: ../includes/class.yith-wcwl-admin-init.php:1183
416
- #: ../includes/class.yith-wcwl-admin-init.php:1201
417
- #: ../includes/class.yith-wcwl-admin-init.php:1219
418
- #: ../includes/class.yith-wcwl-admin-init.php:1237
419
- #: ../includes/class.yith-wcwl-admin-init.php:1255
420
  msgid "Background"
421
  msgstr ""
422
 
423
- #: ../includes/class.yith-wcwl-admin-init.php:1184
424
- #: ../includes/class.yith-wcwl-admin-init.php:1202
425
- #: ../includes/class.yith-wcwl-admin-init.php:1220
426
- #: ../includes/class.yith-wcwl-admin-init.php:1238
427
- #: ../includes/class.yith-wcwl-admin-init.php:1256
428
  msgid "Text"
429
  msgstr ""
430
 
431
- #: ../includes/class.yith-wcwl-admin-init.php:1185
432
- #: ../includes/class.yith-wcwl-admin-init.php:1203
433
- #: ../includes/class.yith-wcwl-admin-init.php:1221
434
- #: ../includes/class.yith-wcwl-admin-init.php:1239
435
- #: ../includes/class.yith-wcwl-admin-init.php:1257
436
  msgid "Border"
437
  msgstr ""
438
 
439
- #: ../includes/class.yith-wcwl-admin-init.php:1192
440
- #: ../includes/class.yith-wcwl-admin-init.php:1210
441
- #: ../includes/class.yith-wcwl-admin-init.php:1228
442
- #: ../includes/class.yith-wcwl-admin-init.php:1246
443
  msgid "Background (hover)"
444
  msgstr ""
445
 
446
- #: ../includes/class.yith-wcwl-admin-init.php:1193
447
- #: ../includes/class.yith-wcwl-admin-init.php:1211
448
- #: ../includes/class.yith-wcwl-admin-init.php:1229
449
- #: ../includes/class.yith-wcwl-admin-init.php:1247
450
  msgid "Text (hover)"
451
  msgstr ""
452
 
453
- #: ../includes/class.yith-wcwl-admin-init.php:1194
454
- #: ../includes/class.yith-wcwl-admin-init.php:1212
455
- #: ../includes/class.yith-wcwl-admin-init.php:1230
456
- #: ../includes/class.yith-wcwl-admin-init.php:1248
457
  msgid "Border (hover)"
458
  msgstr ""
459
 
460
- #: ../includes/class.yith-wcwl-admin-init.php:1198
461
  #, fuzzy
462
  msgid "\"Add to Cart\" button"
463
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
464
 
465
- #: ../includes/class.yith-wcwl-admin-init.php:1216
466
  msgid "\"Style 1\" button"
467
  msgstr ""
468
 
469
- #: ../includes/class.yith-wcwl-admin-init.php:1234
470
  msgid "\"Style 2\" button"
471
  msgstr ""
472
 
473
- #: ../includes/class.yith-wcwl-admin-init.php:1252
474
  #, fuzzy
475
  msgid "Wishlist table"
476
  msgstr "כותרת רשימת משאלות"
477
 
478
- #: ../includes/class.yith-wcwl-admin-init.php:1261
479
  msgid "Headers"
480
  msgstr ""
481
 
482
- #: ../includes/class.yith-wcwl-admin-init.php:1264
483
  msgid "Background color"
484
  msgstr ""
485
 
486
- #: ../includes/class.yith-wcwl-admin-init.php:1354
487
  #, fuzzy
488
  msgid "Wishlist Activated"
489
  msgstr "כותרת רשימת משאלות"
490
 
491
- #: ../includes/class.yith-wcwl-admin-init.php:1355
492
  #, php-format
493
  msgid ""
494
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
@@ -497,12 +497,12 @@ msgid ""
497
  "options, <a href=\"%s\">discover it now</a>."
498
  msgstr ""
499
 
500
- #: ../includes/class.yith-wcwl-admin-init.php:1366
501
  #, fuzzy
502
  msgid "Wishlist Updated"
503
  msgstr "עמוד רשימת המשאלות"
504
 
505
- #: ../includes/class.yith-wcwl-admin-init.php:1367
506
  #, php-format
507
  msgid ""
508
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
@@ -512,13 +512,13 @@ msgid ""
512
  "\">discover the PREMIUM version.</a>"
513
  msgstr ""
514
 
515
- #: ../includes/class.yith-wcwl-init.php:366
516
  msgid ""
517
  "We are sorry, but this feature is available only if cookies are enabled on "
518
  "your browser."
519
  msgstr ""
520
 
521
- #: ../includes/class.yith-wcwl-init.php:367
522
  #, fuzzy
523
  msgid "Product correctly added to cart"
524
  msgstr ".המוצר הוסף לרשימה בהצלחה"
@@ -529,24 +529,24 @@ msgid "wishlist"
529
  msgstr ""
530
 
531
  #: ../includes/class.yith-wcwl-shortcode.php:259
532
- #: ../includes/class.yith-wcwl-ui.php:163
533
  msgid "Share on:"
534
  msgstr "שתף ברשת:"
535
 
536
- #: ../includes/class.yith-wcwl-ui.php:117
537
- #: ../includes/class.yith-wcwl-ui.php:199
538
  msgid "Select options"
539
  msgstr "בחירת דגם"
540
 
541
- #: ../includes/class.yith-wcwl-ui.php:167 ../templates/share.php:20
542
  msgid "Facebook"
543
  msgstr "פייסבוק"
544
 
545
- #: ../includes/class.yith-wcwl-ui.php:170 ../templates/share.php:26
546
  msgid "Twitter"
547
  msgstr "טוויטר"
548
 
549
- #: ../includes/class.yith-wcwl-ui.php:179
550
  msgid "email"
551
  msgstr ""
552
 
@@ -555,47 +555,47 @@ msgstr ""
555
  msgid "An error occurred while adding products to the wishlist."
556
  msgstr "ארעה שגיאה בזמן הוספת המוצר לרשימה."
557
 
558
- #: ../includes/class.yith-wcwl.php:268
559
  #, fuzzy
560
  msgid "An error occurred while adding products to wishlist."
561
  msgstr "ארעה שגיאה בזמן הוספת המוצר לרשימה."
562
 
563
- #: ../includes/class.yith-wcwl.php:285
564
  msgid "The \"Remove\" option now does not require any parameter"
565
  msgstr ""
566
 
567
- #: ../includes/class.yith-wcwl.php:332
568
  #, fuzzy
569
  msgid "An error occurred while removing products from the wishlist"
570
  msgstr "ארעה שגיאה בזמן הסרת המוצר מהרשימה"
571
 
572
- #: ../includes/class.yith-wcwl.php:774
573
  msgid "You need to log in before creating a new wishlist"
574
  msgstr ""
575
 
576
- #: ../includes/class.yith-wcwl.php:1565
577
  msgid "Product successfully removed."
578
  msgstr "המוצר הוסר מהרשימה בהצלחה."
579
 
580
- #: ../includes/class.yith-wcwl.php:1569
581
  msgid "Error. Unable to remove the product from the wishlist."
582
  msgstr "שגיאה. לא הצלחנו להסיר את המוצר מרשימת המשאלות."
583
 
584
- #: ../includes/class.yith-wcwl.php:1573 ../templates/wishlist-view.php:239
585
  msgid "No products were added to the wishlist"
586
  msgstr "אין מוצרים ברשימת המשאלות שלך."
587
 
588
- #: ../includes/class.yith-wcwl.php:1615
589
  msgid "An error as occurred."
590
  msgstr ""
591
 
592
- #: ../init.php:128
593
  msgid ""
594
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
595
  "WooCommerce in order to work."
596
  msgstr ""
597
 
598
- #: ../init.php:138
599
  msgid ""
600
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
601
  "are using the premium one."
@@ -852,10 +852,6 @@ msgstr ""
852
  msgid "Google+"
853
  msgstr "שתף בגוגל+"
854
 
855
- #: ../templates/share.php:44
856
- msgid "I wanted you to see this site"
857
- msgstr ""
858
-
859
  #: ../templates/share.php:44
860
  msgid "Email"
861
  msgstr ""
@@ -885,57 +881,57 @@ msgstr "מחיר ליחידה"
885
  msgid "Stock Status"
886
  msgstr "מצב מלאי"
887
 
888
- #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:229
889
  msgid "Remove this product"
890
  msgstr "הסרת מוצר מהרשימה"
891
 
892
- #: ../templates/wishlist-view.php:170
893
  msgid "Free!"
894
  msgstr ""
895
 
896
- #: ../templates/wishlist-view.php:176
897
  msgid "Out of Stock"
898
  msgstr "לא קיים במלאי"
899
 
900
- #: ../templates/wishlist-view.php:176
901
  msgid "In Stock"
902
  msgstr "קיים במלאי"
903
 
904
- #: ../templates/wishlist-view.php:185
905
  #, php-format
906
  msgid "Added on : %s"
907
  msgstr ""
908
 
909
- #: ../templates/wishlist-view.php:197
910
  msgid "Move"
911
  msgstr ""
912
 
913
- #: ../templates/wishlist-view.php:209
914
  #, fuzzy
915
  msgid "Shared"
916
  msgstr "שתף ברשת:"
917
 
918
- #: ../templates/wishlist-view.php:212
919
  msgid "Private"
920
  msgstr ""
921
 
922
- #: ../templates/wishlist-view.php:215
923
  msgid "Public"
924
  msgstr ""
925
 
926
- #: ../templates/wishlist-view.php:229
927
  msgid "Remove"
928
  msgstr ""
929
 
930
- #: ../templates/wishlist-view.php:256
931
  msgid "Add the selected products to the cart"
932
  msgstr ""
933
 
934
- #: ../templates/wishlist-view.php:264 ../templates/wishlist-view.php:310
935
  msgid "Ask for an estimate"
936
  msgstr ""
937
 
938
- #: ../templates/wishlist-view.php:300
939
  msgid "Your email"
940
  msgstr ""
941
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
+ "POT-Creation-Date: 2017-10-24 17:33+0200\n"
5
+ "PO-Revision-Date: 2017-10-24 17:33+0200\n"
6
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: he_IL\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.8.7.1\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
20
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
21
 
22
  #: ../includes/class.yith-wcwl-admin-init.php:159
23
+ #: ../includes/class.yith-wcwl-admin-init.php:1483
24
+ #: ../includes/class.yith-wcwl-admin-init.php:1484
25
  #: ../includes/class.yith-wcwl-install.php:244
26
  msgid "Wishlist"
27
  msgstr "רשימת משאלות"
59
  msgid "Plugin Documentation"
60
  msgstr ""
61
 
62
+ #: ../includes/class.yith-wcwl-admin-init.php:1023
63
  msgid "Upgrade to the PREMIUM VERSION"
64
  msgstr ""
65
 
66
+ #: ../includes/class.yith-wcwl-admin-init.php:1026
67
  msgid "YITH WooCommerce Wishlist"
68
  msgstr ""
69
 
70
+ #: ../includes/class.yith-wcwl-admin-init.php:1027
71
  msgid "Discover the Advanced Features"
72
  msgstr ""
73
 
74
+ #: ../includes/class.yith-wcwl-admin-init.php:1028
75
  msgid ""
76
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
77
  "all features!"
78
  msgstr ""
79
 
80
+ #: ../includes/class.yith-wcwl-admin-init.php:1034
81
  msgid "Get Support and Pro Features"
82
  msgstr ""
83
 
84
+ #: ../includes/class.yith-wcwl-admin-init.php:1035
85
  msgid ""
86
  "By purchasing the premium version of the plugin, you will take advantage of "
87
  "the advanced features of the product and you will get one year of free "
88
  "updates and support through our platform available 24h/24."
89
  msgstr ""
90
 
91
+ #: ../includes/class.yith-wcwl-admin-init.php:1045
92
  msgid "General Settings"
93
  msgstr "הגדרות כלליות"
94
 
95
+ #: ../includes/class.yith-wcwl-admin-init.php:1052
96
  msgid "Enable YITH Wishlist"
97
  msgstr "אפשר שימוש ברשימת המשאלות של YITH"
98
 
99
+ #: ../includes/class.yith-wcwl-admin-init.php:1053
100
  #, php-format
101
  msgid ""
102
  "Enable all plugin features. <strong>Be sure to select at least one option in "
104
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
105
  msgstr ""
106
 
107
+ #: ../includes/class.yith-wcwl-admin-init.php:1059
108
  #, fuzzy
109
  msgid "Default wishlist title"
110
  msgstr "כותרת רשימת משאלות"
111
 
112
+ #: ../includes/class.yith-wcwl-admin-init.php:1061
113
+ #: ../includes/class.yith-wcwl-admin-init.php:1062
114
+ #: ../includes/class.yith-wcwl-admin-init.php:1298
115
  #, php-format
116
  msgid "My wishlist on %s"
117
  msgstr "רשימת המשאלות שלי ב-%s"
118
 
119
+ #: ../includes/class.yith-wcwl-admin-init.php:1067
120
  msgid "Wishlist Page"
121
  msgstr "עמוד רשימת המשאלות"
122
 
123
+ #: ../includes/class.yith-wcwl-admin-init.php:1068
124
  msgid "Page contents: [yith_wcwl_wishlist]"
125
  msgstr "תוכן העמוד: [yith_wcwl_wishlist]"
126
 
127
+ #: ../includes/class.yith-wcwl-admin-init.php:1077
128
  msgid "Position"
129
  msgstr "מיקום"
130
 
131
+ #: ../includes/class.yith-wcwl-admin-init.php:1078
132
  msgid ""
133
  "You can add the button in variable products only after the \"Add to Cart\" "
134
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
135
  msgstr ""
136
 
137
+ #: ../includes/class.yith-wcwl-admin-init.php:1084
138
  msgid "After \"Add to cart\""
139
  msgstr "לאחר \"הוספה לסל\""
140
 
141
+ #: ../includes/class.yith-wcwl-admin-init.php:1085
142
  msgid "After thumbnails"
143
  msgstr "אחרי התמונות המוקטנות"
144
 
145
+ #: ../includes/class.yith-wcwl-admin-init.php:1086
146
  msgid "After summary"
147
  msgstr "אחרי תיאור מוצר"
148
 
149
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
150
  msgid "Use shortcode"
151
  msgstr "השתמש בקוד מקוצר"
152
 
153
+ #: ../includes/class.yith-wcwl-admin-init.php:1092
154
  msgid "Redirect to cart"
155
  msgstr "הפנייה לסל הקניות"
156
 
157
+ #: ../includes/class.yith-wcwl-admin-init.php:1093
158
  msgid ""
159
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
160
  "page."
161
  msgstr ""
162
 
163
+ #: ../includes/class.yith-wcwl-admin-init.php:1099
164
  msgid "Remove if added to the cart"
165
  msgstr "הסר מהרשימה אם הוסף לסל"
166
 
167
+ #: ../includes/class.yith-wcwl-admin-init.php:1100
168
  #, fuzzy
169
  msgid "Remove the product from the wishlist if it has been added to the cart."
170
  msgstr "הסר את המוצר מהרשימה אם הוא הוסף לסל."
171
 
172
+ #: ../includes/class.yith-wcwl-admin-init.php:1106
173
  msgid "\"Add to Wishlist\" text"
174
  msgstr ""
175
 
176
+ #: ../includes/class.yith-wcwl-admin-init.php:1108
177
  msgid "Add to Wishlist"
178
  msgstr "הוסף לרשימת המשאלות"
179
 
180
+ #: ../includes/class.yith-wcwl-admin-init.php:1113
181
  #, fuzzy
182
  msgid "\"Browse wishlist\" text"
183
  msgstr "צפה ברשימת השמורים שלך"
184
 
185
+ #: ../includes/class.yith-wcwl-admin-init.php:1115
186
+ #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
187
  msgid "Browse Wishlist"
188
  msgstr "צפה ברשימת השמורים שלך"
189
 
190
+ #: ../includes/class.yith-wcwl-admin-init.php:1120
191
  #, fuzzy
192
  msgid "\"Product already in wishlist\" text"
193
  msgstr "המוצר עדיין נמצא ברשימת המשאלות שלך."
194
 
195
+ #: ../includes/class.yith-wcwl-admin-init.php:1122
196
+ #: ../includes/class.yith-wcwl-ui.php:83
197
  msgid "The product is already in the wishlist!"
198
  msgstr "המוצר נשמר."
199
 
200
+ #: ../includes/class.yith-wcwl-admin-init.php:1127
201
  #, fuzzy
202
  msgid "\"Product added\" text"
203
  msgstr "המוצר נשמר!"
204
 
205
+ #: ../includes/class.yith-wcwl-admin-init.php:1129
206
+ #: ../includes/class.yith-wcwl-ui.php:82
207
  msgid "Product added!"
208
  msgstr "המוצר נשמר!"
209
 
210
+ #: ../includes/class.yith-wcwl-admin-init.php:1134
211
  msgid "\"Add to Cart\" text"
212
  msgstr ""
213
 
214
+ #: ../includes/class.yith-wcwl-admin-init.php:1136
215
  msgid "Add to Cart"
216
  msgstr "הוסף לסל"
217
 
218
+ #: ../includes/class.yith-wcwl-admin-init.php:1141
219
  #, fuzzy
220
  msgid "Show Unit price"
221
  msgstr "מחיר ליחידה"
222
 
223
+ #: ../includes/class.yith-wcwl-admin-init.php:1142
224
  msgid "Show unit price for each product in wishlist"
225
  msgstr ""
226
 
227
+ #: ../includes/class.yith-wcwl-admin-init.php:1149
228
  #, fuzzy
229
  msgid "Show \"Add to Cart\" button"
230
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
231
 
232
+ #: ../includes/class.yith-wcwl-admin-init.php:1150
233
  #, fuzzy
234
  msgid "Show \"Add to Cart\" button for each product in wishlist"
235
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
236
 
237
+ #: ../includes/class.yith-wcwl-admin-init.php:1157
238
  #, fuzzy
239
  msgid "Show Stock status"
240
  msgstr "מצב מלאי"
241
 
242
+ #: ../includes/class.yith-wcwl-admin-init.php:1158
243
  msgid ""
244
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
245
  msgstr ""
246
 
247
+ #: ../includes/class.yith-wcwl-admin-init.php:1165
248
  msgid "Show Date of addition"
249
  msgstr ""
250
 
251
+ #: ../includes/class.yith-wcwl-admin-init.php:1166
252
  #, fuzzy
253
  msgid "Show the date when users have added a product to the wishlist"
254
  msgstr "ארעה שגיאה בזמן הוספת המוצר לרשימה."
255
 
256
+ #: ../includes/class.yith-wcwl-admin-init.php:1173
257
  #, fuzzy
258
  msgid "Add second remove button"
259
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
260
 
261
+ #: ../includes/class.yith-wcwl-admin-init.php:1174
262
  msgid "Add a second remove button in the last column, with extended label"
263
  msgstr ""
264
 
265
+ #: ../includes/class.yith-wcwl-admin-init.php:1189
266
  msgid "Styles"
267
  msgstr "סגנונות עיצוב"
268
 
269
+ #: ../includes/class.yith-wcwl-admin-init.php:1196
270
  msgid "Use buttons"
271
  msgstr "השתמש בכפתורים"
272
 
273
+ #: ../includes/class.yith-wcwl-admin-init.php:1197
274
  #, fuzzy
275
  msgid "Use buttons instead of simple anchors."
276
  msgstr "השתמש בכפתורים במקום קישורים רגילים."
277
 
278
+ #: ../includes/class.yith-wcwl-admin-init.php:1203
279
  msgid "Custom CSS"
280
  msgstr "הכנס שורות CSS משלך"
281
 
282
+ #: ../includes/class.yith-wcwl-admin-init.php:1210
283
  msgid "Use theme style"
284
  msgstr "השתמש בעיצוב של התבנית שלך"
285
 
286
+ #: ../includes/class.yith-wcwl-admin-init.php:1211
287
  msgid "Use the theme style."
288
  msgstr "השתמש בעיצוב של תבנית האתר."
289
 
290
+ #: ../includes/class.yith-wcwl-admin-init.php:1217
291
  #, fuzzy
292
  msgid "Rounded buttons"
293
  msgstr "השתמש בכפתורים"
294
 
295
+ #: ../includes/class.yith-wcwl-admin-init.php:1218
296
  #, fuzzy
297
  msgid "Make button corners rounded"
298
  msgstr "הצג את הכפתורים עם פינות מעוגלות"
299
 
300
+ #: ../includes/class.yith-wcwl-admin-init.php:1224
301
  msgid "\"Add to Wishlist\" icon"
302
  msgstr ""
303
 
304
+ #: ../includes/class.yith-wcwl-admin-init.php:1225
305
  msgid "Add an icon to the \"Add to Wishlist\" button"
306
  msgstr ""
307
 
308
+ #: ../includes/class.yith-wcwl-admin-init.php:1235
309
  msgid "\"Add to Cart\" icon"
310
  msgstr ""
311
 
312
+ #: ../includes/class.yith-wcwl-admin-init.php:1236
313
  msgid "Add an icon to the \"Add to Cart\" button"
314
  msgstr ""
315
 
316
+ #: ../includes/class.yith-wcwl-admin-init.php:1254
317
  msgid "Social Networks & Share"
318
  msgstr ""
319
 
320
+ #: ../includes/class.yith-wcwl-admin-init.php:1261
321
  msgid "Share on Facebook"
322
  msgstr "שתף בפייסבוק"
323
 
324
+ #: ../includes/class.yith-wcwl-admin-init.php:1262
325
  #, fuzzy
326
  msgid "Show \"Share on Facebook\" button"
327
  msgstr "שתף בפייסבוק"
328
 
329
+ #: ../includes/class.yith-wcwl-admin-init.php:1268
330
  msgid "Tweet on Twitter"
331
  msgstr ""
332
 
333
+ #: ../includes/class.yith-wcwl-admin-init.php:1269
334
  #, fuzzy
335
  msgid "Show \"Tweet on Twitter\" button"
336
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
337
 
338
+ #: ../includes/class.yith-wcwl-admin-init.php:1275
339
  msgid "Pin on Pinterest"
340
  msgstr ""
341
 
342
+ #: ../includes/class.yith-wcwl-admin-init.php:1276
343
  #, fuzzy
344
  msgid "Show \"Pin on Pinterest\" button"
345
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
346
 
347
+ #: ../includes/class.yith-wcwl-admin-init.php:1282
348
  msgid "Share on Google+"
349
  msgstr "שתף בגוגל+"
350
 
351
+ #: ../includes/class.yith-wcwl-admin-init.php:1283
352
  #, fuzzy
353
  msgid "Show \"Share on Google+\" button"
354
  msgstr "שתף בפייסבוק"
355
 
356
+ #: ../includes/class.yith-wcwl-admin-init.php:1289
357
  msgid "Share by Email"
358
  msgstr ""
359
 
360
+ #: ../includes/class.yith-wcwl-admin-init.php:1290
361
  #, fuzzy
362
  msgid "Show \"Share by Email\" button"
363
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
364
 
365
+ #: ../includes/class.yith-wcwl-admin-init.php:1296
366
  #, fuzzy
367
  msgid "Social title"
368
  msgstr "כותרת רשימת משאלות"
369
 
370
+ #: ../includes/class.yith-wcwl-admin-init.php:1303
371
  msgid "Social text"
372
  msgstr ""
373
 
374
+ #: ../includes/class.yith-wcwl-admin-init.php:1304
375
  msgid ""
376
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
377
  "strong> where you want to show the URL of your wishlist."
378
  msgstr ""
379
 
380
+ #: ../includes/class.yith-wcwl-admin-init.php:1311
381
  msgid "Social image URL"
382
  msgstr ""
383
 
384
+ #: ../includes/class.yith-wcwl-admin-init.php:1312
385
  msgid "It will be used by Pinterest."
386
  msgstr ""
387
 
388
+ #: ../includes/class.yith-wcwl-admin-init.php:1326
389
  #, php-format
390
  msgid ""
391
  "If you want to take advantage of this feature, you could consider to "
392
  "purchase the %s."
393
  msgstr ""
394
 
395
+ #: ../includes/class.yith-wcwl-admin-init.php:1331
396
  msgid "YITH WooCommerce Frequently Bought Together Integration"
397
  msgstr ""
398
 
399
+ #: ../includes/class.yith-wcwl-admin-init.php:1338
400
  msgid "Enable slider in wishlist"
401
  msgstr ""
402
 
403
+ #: ../includes/class.yith-wcwl-admin-init.php:1339
404
  #, php-format
405
  msgid ""
406
  "Choose to enable product slider in wishlist page with linked products (<a "
407
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
408
  msgstr ""
409
 
410
+ #: ../includes/class.yith-wcwl-admin-init.php:1375
411
  #, fuzzy
412
  msgid "\"Add to wishlist\" button"
413
  msgstr "הוסף לרשימת המשאלות"
414
 
415
+ #: ../includes/class.yith-wcwl-admin-init.php:1378
416
+ #: ../includes/class.yith-wcwl-admin-init.php:1396
417
+ #: ../includes/class.yith-wcwl-admin-init.php:1414
418
+ #: ../includes/class.yith-wcwl-admin-init.php:1432
419
+ #: ../includes/class.yith-wcwl-admin-init.php:1450
420
  msgid "Background"
421
  msgstr ""
422
 
423
+ #: ../includes/class.yith-wcwl-admin-init.php:1379
424
+ #: ../includes/class.yith-wcwl-admin-init.php:1397
425
+ #: ../includes/class.yith-wcwl-admin-init.php:1415
426
+ #: ../includes/class.yith-wcwl-admin-init.php:1433
427
+ #: ../includes/class.yith-wcwl-admin-init.php:1451
428
  msgid "Text"
429
  msgstr ""
430
 
431
+ #: ../includes/class.yith-wcwl-admin-init.php:1380
432
+ #: ../includes/class.yith-wcwl-admin-init.php:1398
433
+ #: ../includes/class.yith-wcwl-admin-init.php:1416
434
+ #: ../includes/class.yith-wcwl-admin-init.php:1434
435
+ #: ../includes/class.yith-wcwl-admin-init.php:1452
436
  msgid "Border"
437
  msgstr ""
438
 
439
+ #: ../includes/class.yith-wcwl-admin-init.php:1387
440
+ #: ../includes/class.yith-wcwl-admin-init.php:1405
441
+ #: ../includes/class.yith-wcwl-admin-init.php:1423
442
+ #: ../includes/class.yith-wcwl-admin-init.php:1441
443
  msgid "Background (hover)"
444
  msgstr ""
445
 
446
+ #: ../includes/class.yith-wcwl-admin-init.php:1388
447
+ #: ../includes/class.yith-wcwl-admin-init.php:1406
448
+ #: ../includes/class.yith-wcwl-admin-init.php:1424
449
+ #: ../includes/class.yith-wcwl-admin-init.php:1442
450
  msgid "Text (hover)"
451
  msgstr ""
452
 
453
+ #: ../includes/class.yith-wcwl-admin-init.php:1389
454
+ #: ../includes/class.yith-wcwl-admin-init.php:1407
455
+ #: ../includes/class.yith-wcwl-admin-init.php:1425
456
+ #: ../includes/class.yith-wcwl-admin-init.php:1443
457
  msgid "Border (hover)"
458
  msgstr ""
459
 
460
+ #: ../includes/class.yith-wcwl-admin-init.php:1393
461
  #, fuzzy
462
  msgid "\"Add to Cart\" button"
463
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
464
 
465
+ #: ../includes/class.yith-wcwl-admin-init.php:1411
466
  msgid "\"Style 1\" button"
467
  msgstr ""
468
 
469
+ #: ../includes/class.yith-wcwl-admin-init.php:1429
470
  msgid "\"Style 2\" button"
471
  msgstr ""
472
 
473
+ #: ../includes/class.yith-wcwl-admin-init.php:1447
474
  #, fuzzy
475
  msgid "Wishlist table"
476
  msgstr "כותרת רשימת משאלות"
477
 
478
+ #: ../includes/class.yith-wcwl-admin-init.php:1456
479
  msgid "Headers"
480
  msgstr ""
481
 
482
+ #: ../includes/class.yith-wcwl-admin-init.php:1459
483
  msgid "Background color"
484
  msgstr ""
485
 
486
+ #: ../includes/class.yith-wcwl-admin-init.php:1549
487
  #, fuzzy
488
  msgid "Wishlist Activated"
489
  msgstr "כותרת רשימת משאלות"
490
 
491
+ #: ../includes/class.yith-wcwl-admin-init.php:1550
492
  #, php-format
493
  msgid ""
494
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
497
  "options, <a href=\"%s\">discover it now</a>."
498
  msgstr ""
499
 
500
+ #: ../includes/class.yith-wcwl-admin-init.php:1561
501
  #, fuzzy
502
  msgid "Wishlist Updated"
503
  msgstr "עמוד רשימת המשאלות"
504
 
505
+ #: ../includes/class.yith-wcwl-admin-init.php:1562
506
  #, php-format
507
  msgid ""
508
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
512
  "\">discover the PREMIUM version.</a>"
513
  msgstr ""
514
 
515
+ #: ../includes/class.yith-wcwl-init.php:374
516
  msgid ""
517
  "We are sorry, but this feature is available only if cookies are enabled on "
518
  "your browser."
519
  msgstr ""
520
 
521
+ #: ../includes/class.yith-wcwl-init.php:375
522
  #, fuzzy
523
  msgid "Product correctly added to cart"
524
  msgstr ".המוצר הוסף לרשימה בהצלחה"
529
  msgstr ""
530
 
531
  #: ../includes/class.yith-wcwl-shortcode.php:259
532
+ #: ../includes/class.yith-wcwl-ui.php:164
533
  msgid "Share on:"
534
  msgstr "שתף ברשת:"
535
 
536
+ #: ../includes/class.yith-wcwl-ui.php:118
537
+ #: ../includes/class.yith-wcwl-ui.php:200
538
  msgid "Select options"
539
  msgstr "בחירת דגם"
540
 
541
+ #: ../includes/class.yith-wcwl-ui.php:168 ../templates/share.php:20
542
  msgid "Facebook"
543
  msgstr "פייסבוק"
544
 
545
+ #: ../includes/class.yith-wcwl-ui.php:171 ../templates/share.php:26
546
  msgid "Twitter"
547
  msgstr "טוויטר"
548
 
549
+ #: ../includes/class.yith-wcwl-ui.php:180
550
  msgid "email"
551
  msgstr ""
552
 
555
  msgid "An error occurred while adding products to the wishlist."
556
  msgstr "ארעה שגיאה בזמן הוספת המוצר לרשימה."
557
 
558
+ #: ../includes/class.yith-wcwl.php:269
559
  #, fuzzy
560
  msgid "An error occurred while adding products to wishlist."
561
  msgstr "ארעה שגיאה בזמן הוספת המוצר לרשימה."
562
 
563
+ #: ../includes/class.yith-wcwl.php:286
564
  msgid "The \"Remove\" option now does not require any parameter"
565
  msgstr ""
566
 
567
+ #: ../includes/class.yith-wcwl.php:335
568
  #, fuzzy
569
  msgid "An error occurred while removing products from the wishlist"
570
  msgstr "ארעה שגיאה בזמן הסרת המוצר מהרשימה"
571
 
572
+ #: ../includes/class.yith-wcwl.php:783
573
  msgid "You need to log in before creating a new wishlist"
574
  msgstr ""
575
 
576
+ #: ../includes/class.yith-wcwl.php:1578
577
  msgid "Product successfully removed."
578
  msgstr "המוצר הוסר מהרשימה בהצלחה."
579
 
580
+ #: ../includes/class.yith-wcwl.php:1582
581
  msgid "Error. Unable to remove the product from the wishlist."
582
  msgstr "שגיאה. לא הצלחנו להסיר את המוצר מרשימת המשאלות."
583
 
584
+ #: ../includes/class.yith-wcwl.php:1586 ../templates/wishlist-view.php:241
585
  msgid "No products were added to the wishlist"
586
  msgstr "אין מוצרים ברשימת המשאלות שלך."
587
 
588
+ #: ../includes/class.yith-wcwl.php:1628
589
  msgid "An error as occurred."
590
  msgstr ""
591
 
592
+ #: ../init.php:130
593
  msgid ""
594
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
595
  "WooCommerce in order to work."
596
  msgstr ""
597
 
598
+ #: ../init.php:140
599
  msgid ""
600
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
601
  "are using the premium one."
852
  msgid "Google+"
853
  msgstr "שתף בגוגל+"
854
 
 
 
 
 
855
  #: ../templates/share.php:44
856
  msgid "Email"
857
  msgstr ""
881
  msgid "Stock Status"
882
  msgstr "מצב מלאי"
883
 
884
+ #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:231
885
  msgid "Remove this product"
886
  msgstr "הסרת מוצר מהרשימה"
887
 
888
+ #: ../templates/wishlist-view.php:172
889
  msgid "Free!"
890
  msgstr ""
891
 
892
+ #: ../templates/wishlist-view.php:178
893
  msgid "Out of Stock"
894
  msgstr "לא קיים במלאי"
895
 
896
+ #: ../templates/wishlist-view.php:178
897
  msgid "In Stock"
898
  msgstr "קיים במלאי"
899
 
900
+ #: ../templates/wishlist-view.php:187
901
  #, php-format
902
  msgid "Added on : %s"
903
  msgstr ""
904
 
905
+ #: ../templates/wishlist-view.php:199
906
  msgid "Move"
907
  msgstr ""
908
 
909
+ #: ../templates/wishlist-view.php:211
910
  #, fuzzy
911
  msgid "Shared"
912
  msgstr "שתף ברשת:"
913
 
914
+ #: ../templates/wishlist-view.php:214
915
  msgid "Private"
916
  msgstr ""
917
 
918
+ #: ../templates/wishlist-view.php:217
919
  msgid "Public"
920
  msgstr ""
921
 
922
+ #: ../templates/wishlist-view.php:231
923
  msgid "Remove"
924
  msgstr ""
925
 
926
+ #: ../templates/wishlist-view.php:258
927
  msgid "Add the selected products to the cart"
928
  msgstr ""
929
 
930
+ #: ../templates/wishlist-view.php:266 ../templates/wishlist-view.php:312
931
  msgid "Ask for an estimate"
932
  msgstr ""
933
 
934
+ #: ../templates/wishlist-view.php:302
935
  msgid "Your email"
936
  msgstr ""
937
 
languages/yith-woocommerce-wishlist-hr_HR.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-hr_HR.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
- "POT-Creation-Date: 2017-05-11 15:56+0200\n"
5
- "PO-Revision-Date: 2017-05-11 15:56+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: hr_HR\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 2.0.1\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
@@ -21,8 +21,8 @@ msgstr ""
21
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
22
 
23
  #: ../includes/class.yith-wcwl-admin-init.php:159
24
- #: ../includes/class.yith-wcwl-admin-init.php:1288
25
- #: ../includes/class.yith-wcwl-admin-init.php:1289
26
  #: ../includes/class.yith-wcwl-install.php:244
27
  msgid "Wishlist"
28
  msgstr "Lista želja"
@@ -62,29 +62,29 @@ msgstr "UPOZORENJE: Ovaj dodatak zahtjeva barem WooCommerce 2.2. verziju! "
62
  msgid "Plugin Documentation"
63
  msgstr "Dokumentacija dodatka"
64
 
65
- #: ../includes/class.yith-wcwl-admin-init.php:828
66
  msgid "Upgrade to the PREMIUM VERSION"
67
  msgstr "Nadogradite na PREMIUM VERZIJU"
68
 
69
- #: ../includes/class.yith-wcwl-admin-init.php:831
70
  msgid "YITH WooCommerce Wishlist"
71
  msgstr "YITH WooCommerce Lista želja"
72
 
73
- #: ../includes/class.yith-wcwl-admin-init.php:832
74
  msgid "Discover the Advanced Features"
75
  msgstr "Otkrijte Dodatne opcije"
76
 
77
- #: ../includes/class.yith-wcwl-admin-init.php:833
78
  msgid ""
79
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
80
  "all features!"
81
  msgstr ""
82
 
83
- #: ../includes/class.yith-wcwl-admin-init.php:839
84
  msgid "Get Support and Pro Features"
85
  msgstr "Podrška i Pro Pogodnosti"
86
 
87
- #: ../includes/class.yith-wcwl-admin-init.php:840
88
  msgid ""
89
  "By purchasing the premium version of the plugin, you will take advantage of "
90
  "the advanced features of the product and you will get one year of free "
@@ -94,15 +94,15 @@ msgstr ""
94
  "proizvoda i ostvarujete godinu dana besplatnih nadogradnji i podrške preko "
95
  "naše platforme dostupne 24sata/24."
96
 
97
- #: ../includes/class.yith-wcwl-admin-init.php:850
98
  msgid "General Settings"
99
  msgstr "Osnovne postavke"
100
 
101
- #: ../includes/class.yith-wcwl-admin-init.php:857
102
  msgid "Enable YITH Wishlist"
103
  msgstr "Omogući YITH Listu želja"
104
 
105
- #: ../includes/class.yith-wcwl-admin-init.php:858
106
  #, php-format
107
  msgid ""
108
  "Enable all plugin features. <strong>Be sure to select at least one option in "
@@ -110,30 +110,30 @@ msgid ""
110
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
111
  msgstr ""
112
 
113
- #: ../includes/class.yith-wcwl-admin-init.php:864
114
  msgid "Default wishlist title"
115
  msgstr "Naslov Liste želja"
116
 
117
- #: ../includes/class.yith-wcwl-admin-init.php:866
118
- #: ../includes/class.yith-wcwl-admin-init.php:867
119
- #: ../includes/class.yith-wcwl-admin-init.php:1103
120
  #, php-format
121
  msgid "My wishlist on %s"
122
  msgstr "Moja lista želja na %s"
123
 
124
- #: ../includes/class.yith-wcwl-admin-init.php:872
125
  msgid "Wishlist Page"
126
  msgstr "Stranica Liste želja"
127
 
128
- #: ../includes/class.yith-wcwl-admin-init.php:873
129
  msgid "Page contents: [yith_wcwl_wishlist]"
130
  msgstr "Sadržaj stranice"
131
 
132
- #: ../includes/class.yith-wcwl-admin-init.php:882
133
  msgid "Position"
134
  msgstr "Pozicija"
135
 
136
- #: ../includes/class.yith-wcwl-admin-init.php:883
137
  msgid ""
138
  "You can add the button in variable products only after the \"Add to Cart\" "
139
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
@@ -141,27 +141,27 @@ msgstr ""
141
  "Možete dodati gumb na varijacijama proizvoda samo nakon gumba \"Dodaj u "
142
  "košaricu\" koristeći shortcode [yith_wcwl_add_to_wishlist]."
143
 
144
- #: ../includes/class.yith-wcwl-admin-init.php:889
145
  msgid "After \"Add to cart\""
146
  msgstr "Nakon \"Dodaj u košaricu\""
147
 
148
- #: ../includes/class.yith-wcwl-admin-init.php:890
149
  msgid "After thumbnails"
150
  msgstr "Nakon minijatura"
151
 
152
- #: ../includes/class.yith-wcwl-admin-init.php:891
153
  msgid "After summary"
154
  msgstr "Nakon sažetka"
155
 
156
- #: ../includes/class.yith-wcwl-admin-init.php:892
157
  msgid "Use shortcode"
158
  msgstr "Koristi shorcode"
159
 
160
- #: ../includes/class.yith-wcwl-admin-init.php:897
161
  msgid "Redirect to cart"
162
  msgstr "Preusmjeri na košaricu"
163
 
164
- #: ../includes/class.yith-wcwl-admin-init.php:898
165
  msgid ""
166
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
167
  "page."
@@ -169,200 +169,200 @@ msgstr ""
169
  "Preusmjeri na košaricu ako je na Listi želja odabran gumb \"Dodaj u košaricu"
170
  "\"."
171
 
172
- #: ../includes/class.yith-wcwl-admin-init.php:904
173
  msgid "Remove if added to the cart"
174
  msgstr "Obriši ako je dodan u košaricu"
175
 
176
- #: ../includes/class.yith-wcwl-admin-init.php:905
177
  msgid "Remove the product from the wishlist if it has been added to the cart."
178
  msgstr "Obriši proizvod iz liste želja ako je dodan u košaricu."
179
 
180
- #: ../includes/class.yith-wcwl-admin-init.php:911
181
  msgid "\"Add to Wishlist\" text"
182
  msgstr "Tekst za \"Dodaj u listu želja\""
183
 
184
- #: ../includes/class.yith-wcwl-admin-init.php:913
185
  msgid "Add to Wishlist"
186
  msgstr "Dodaj u košaricu"
187
 
188
- #: ../includes/class.yith-wcwl-admin-init.php:918
189
  msgid "\"Browse wishlist\" text"
190
  msgstr "Tekst za \"Pregledaj listu želja\""
191
 
192
- #: ../includes/class.yith-wcwl-admin-init.php:920
193
- #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl-ui.php:82
194
  msgid "Browse Wishlist"
195
  msgstr "Pregledaj listu želja"
196
 
197
- #: ../includes/class.yith-wcwl-admin-init.php:925
198
  msgid "\"Product already in wishlist\" text"
199
  msgstr "Tekst za \"Proizvod je već dodan u listu želja\""
200
 
201
- #: ../includes/class.yith-wcwl-admin-init.php:927
202
- #: ../includes/class.yith-wcwl-ui.php:82
203
  msgid "The product is already in the wishlist!"
204
  msgstr "Proizvod je već dodan u listu želja!"
205
 
206
- #: ../includes/class.yith-wcwl-admin-init.php:932
207
  msgid "\"Product added\" text"
208
  msgstr "Tekst za \"Proizvod je dodan\""
209
 
210
- #: ../includes/class.yith-wcwl-admin-init.php:934
211
- #: ../includes/class.yith-wcwl-ui.php:81
212
  msgid "Product added!"
213
  msgstr "Proizvod je dodan!"
214
 
215
- #: ../includes/class.yith-wcwl-admin-init.php:939
216
  msgid "\"Add to Cart\" text"
217
  msgstr "Tekst za \"Dodaj u košaricu\""
218
 
219
- #: ../includes/class.yith-wcwl-admin-init.php:941
220
  msgid "Add to Cart"
221
  msgstr "Dodaj u košaricu"
222
 
223
- #: ../includes/class.yith-wcwl-admin-init.php:946
224
  msgid "Show Unit price"
225
  msgstr "Prikaži cijenu jedinice"
226
 
227
- #: ../includes/class.yith-wcwl-admin-init.php:947
228
  msgid "Show unit price for each product in wishlist"
229
  msgstr "Prikaži cijenu jedinice za svaki proizvod u listi želja"
230
 
231
- #: ../includes/class.yith-wcwl-admin-init.php:954
232
  msgid "Show \"Add to Cart\" button"
233
  msgstr "Prikaži gumb \"Dodaj u listu želja\""
234
 
235
- #: ../includes/class.yith-wcwl-admin-init.php:955
236
  msgid "Show \"Add to Cart\" button for each product in wishlist"
237
  msgstr "Prikaži gumb \"Dodaj u košaricu\" za svaki proizvod u listi želja"
238
 
239
- #: ../includes/class.yith-wcwl-admin-init.php:962
240
  msgid "Show Stock status"
241
  msgstr "Prikaži status zalihe"
242
 
243
- #: ../includes/class.yith-wcwl-admin-init.php:963
244
  msgid ""
245
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
246
  msgstr ""
247
  "Prikaži \"Na zalihi\" ili \"Nema na zalihi\" za svaki proizvod u listi želja"
248
 
249
- #: ../includes/class.yith-wcwl-admin-init.php:970
250
  msgid "Show Date of addition"
251
  msgstr "Prikaži datum dodavanja"
252
 
253
- #: ../includes/class.yith-wcwl-admin-init.php:971
254
  msgid "Show the date when users have added a product to the wishlist"
255
  msgstr "Prikaži datum kada je korisnik dodao proizvod u listu želja"
256
 
257
- #: ../includes/class.yith-wcwl-admin-init.php:978
258
  msgid "Add second remove button"
259
  msgstr "Dodaj drugi gumb za brisanje"
260
 
261
- #: ../includes/class.yith-wcwl-admin-init.php:979
262
  msgid "Add a second remove button in the last column, with extended label"
263
  msgstr "Dodaj drugi gumb za brisanje u zadnjem redu, sa produženim natpisom"
264
 
265
- #: ../includes/class.yith-wcwl-admin-init.php:994
266
  msgid "Styles"
267
  msgstr "Stilovi"
268
 
269
- #: ../includes/class.yith-wcwl-admin-init.php:1001
270
  msgid "Use buttons"
271
  msgstr "Koristi gumbove"
272
 
273
- #: ../includes/class.yith-wcwl-admin-init.php:1002
274
  msgid "Use buttons instead of simple anchors."
275
  msgstr "Koristi gumbove umjesto jednostavih natpisa."
276
 
277
- #: ../includes/class.yith-wcwl-admin-init.php:1008
278
  msgid "Custom CSS"
279
  msgstr "Prilagođeni CSS"
280
 
281
- #: ../includes/class.yith-wcwl-admin-init.php:1015
282
  msgid "Use theme style"
283
  msgstr "Koristi stil teme"
284
 
285
- #: ../includes/class.yith-wcwl-admin-init.php:1016
286
  msgid "Use the theme style."
287
  msgstr "Koristi stil teme."
288
 
289
- #: ../includes/class.yith-wcwl-admin-init.php:1022
290
  msgid "Rounded buttons"
291
  msgstr "Zaobljeni rubovi gumbova"
292
 
293
- #: ../includes/class.yith-wcwl-admin-init.php:1023
294
  msgid "Make button corners rounded"
295
  msgstr "Koristi zaobljene rubove gumbova"
296
 
297
- #: ../includes/class.yith-wcwl-admin-init.php:1029
298
  msgid "\"Add to Wishlist\" icon"
299
  msgstr "Ikona za \"Dodaj u listu želja\""
300
 
301
- #: ../includes/class.yith-wcwl-admin-init.php:1030
302
  msgid "Add an icon to the \"Add to Wishlist\" button"
303
  msgstr "Dodaj ikonu za gumb \"Dodaj u listu želja\""
304
 
305
- #: ../includes/class.yith-wcwl-admin-init.php:1040
306
  msgid "\"Add to Cart\" icon"
307
  msgstr "Gumb za \"Dodaj u košaricu\""
308
 
309
- #: ../includes/class.yith-wcwl-admin-init.php:1041
310
  msgid "Add an icon to the \"Add to Cart\" button"
311
  msgstr "Dodaj ikonu za gumb \"Dodaj u košaricu\""
312
 
313
- #: ../includes/class.yith-wcwl-admin-init.php:1059
314
  msgid "Social Networks & Share"
315
  msgstr "Društvene mreže i dijeljenje"
316
 
317
- #: ../includes/class.yith-wcwl-admin-init.php:1066
318
  msgid "Share on Facebook"
319
  msgstr "Podijeli na Facebooku"
320
 
321
- #: ../includes/class.yith-wcwl-admin-init.php:1067
322
  msgid "Show \"Share on Facebook\" button"
323
  msgstr "Prikaži gumb \"Podijeli na Facebooku\""
324
 
325
- #: ../includes/class.yith-wcwl-admin-init.php:1073
326
  msgid "Tweet on Twitter"
327
  msgstr "Tweet-aj na Twitteru"
328
 
329
- #: ../includes/class.yith-wcwl-admin-init.php:1074
330
  msgid "Show \"Tweet on Twitter\" button"
331
  msgstr "Prikaži gumb \"Tweet-aj na Twitteru\""
332
 
333
- #: ../includes/class.yith-wcwl-admin-init.php:1080
334
  msgid "Pin on Pinterest"
335
  msgstr "Pinaj na Pinterestu"
336
 
337
- #: ../includes/class.yith-wcwl-admin-init.php:1081
338
  msgid "Show \"Pin on Pinterest\" button"
339
  msgstr "Prikaži gumb \"Pinaj na Pinterestu\""
340
 
341
- #: ../includes/class.yith-wcwl-admin-init.php:1087
342
  msgid "Share on Google+"
343
  msgstr "Podijeli na Google+"
344
 
345
- #: ../includes/class.yith-wcwl-admin-init.php:1088
346
  msgid "Show \"Share on Google+\" button"
347
  msgstr "Prikaži gumb \"Podijeli na Google+\""
348
 
349
- #: ../includes/class.yith-wcwl-admin-init.php:1094
350
  msgid "Share by Email"
351
  msgstr "Podijeli preko Emaila"
352
 
353
- #: ../includes/class.yith-wcwl-admin-init.php:1095
354
  msgid "Show \"Share by Email\" button"
355
  msgstr "Prikaži gumb \"Podijeli preko emaila\""
356
 
357
- #: ../includes/class.yith-wcwl-admin-init.php:1101
358
  msgid "Social title"
359
  msgstr "Naslov za objavu"
360
 
361
- #: ../includes/class.yith-wcwl-admin-init.php:1108
362
  msgid "Social text"
363
  msgstr "Tekst za objavu"
364
 
365
- #: ../includes/class.yith-wcwl-admin-init.php:1109
366
  msgid ""
367
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
368
  "strong> where you want to show the URL of your wishlist."
@@ -370,15 +370,15 @@ msgstr ""
370
  "Ovo će se koristiti na Twitteru i Pinterestu. Koristite <strong>%wishlist_url"
371
  "%</strong> gdje želite prikazati URL vaše liste želja."
372
 
373
- #: ../includes/class.yith-wcwl-admin-init.php:1116
374
  msgid "Social image URL"
375
  msgstr "Link na sliku za objave"
376
 
377
- #: ../includes/class.yith-wcwl-admin-init.php:1117
378
  msgid "It will be used by Pinterest."
379
  msgstr "Korisititi će se na Pinterestu."
380
 
381
- #: ../includes/class.yith-wcwl-admin-init.php:1131
382
  #, php-format
383
  msgid ""
384
  "If you want to take advantage of this feature, you could consider to "
@@ -386,15 +386,15 @@ msgid ""
386
  msgstr ""
387
  "Ako želite koristiti prednosti ove opcije, možete razmisliti o kupovini %s."
388
 
389
- #: ../includes/class.yith-wcwl-admin-init.php:1136
390
  msgid "YITH WooCommerce Frequently Bought Together Integration"
391
  msgstr "YITH WooCommerse skupna Integracija"
392
 
393
- #: ../includes/class.yith-wcwl-admin-init.php:1143
394
  msgid "Enable slider in wishlist"
395
  msgstr "Omogući slider u listi želja"
396
 
397
- #: ../includes/class.yith-wcwl-admin-init.php:1144
398
  #, php-format
399
  msgid ""
400
  "Choose to enable product slider in wishlist page with linked products (<a "
@@ -403,84 +403,84 @@ msgstr ""
403
  "Odabite da biste omogućili slider sa povezanim proizvodima na listi želja "
404
  "(<a href=\"%s\" class=\"thickbox\">Primjer</a>). %s"
405
 
406
- #: ../includes/class.yith-wcwl-admin-init.php:1180
407
  msgid "\"Add to wishlist\" button"
408
  msgstr "Gumb za \"Dodaj u listu želja\""
409
 
410
- #: ../includes/class.yith-wcwl-admin-init.php:1183
411
- #: ../includes/class.yith-wcwl-admin-init.php:1201
412
- #: ../includes/class.yith-wcwl-admin-init.php:1219
413
- #: ../includes/class.yith-wcwl-admin-init.php:1237
414
- #: ../includes/class.yith-wcwl-admin-init.php:1255
415
  msgid "Background"
416
  msgstr "Pozadina"
417
 
418
- #: ../includes/class.yith-wcwl-admin-init.php:1184
419
- #: ../includes/class.yith-wcwl-admin-init.php:1202
420
- #: ../includes/class.yith-wcwl-admin-init.php:1220
421
- #: ../includes/class.yith-wcwl-admin-init.php:1238
422
- #: ../includes/class.yith-wcwl-admin-init.php:1256
423
  msgid "Text"
424
  msgstr "Tekst"
425
 
426
- #: ../includes/class.yith-wcwl-admin-init.php:1185
427
- #: ../includes/class.yith-wcwl-admin-init.php:1203
428
- #: ../includes/class.yith-wcwl-admin-init.php:1221
429
- #: ../includes/class.yith-wcwl-admin-init.php:1239
430
- #: ../includes/class.yith-wcwl-admin-init.php:1257
431
  msgid "Border"
432
  msgstr "Obrub"
433
 
434
- #: ../includes/class.yith-wcwl-admin-init.php:1192
435
- #: ../includes/class.yith-wcwl-admin-init.php:1210
436
- #: ../includes/class.yith-wcwl-admin-init.php:1228
437
- #: ../includes/class.yith-wcwl-admin-init.php:1246
438
  msgid "Background (hover)"
439
  msgstr "Pozadina (hover)"
440
 
441
- #: ../includes/class.yith-wcwl-admin-init.php:1193
442
- #: ../includes/class.yith-wcwl-admin-init.php:1211
443
- #: ../includes/class.yith-wcwl-admin-init.php:1229
444
- #: ../includes/class.yith-wcwl-admin-init.php:1247
445
  msgid "Text (hover)"
446
  msgstr "Tekst (hover)"
447
 
448
- #: ../includes/class.yith-wcwl-admin-init.php:1194
449
- #: ../includes/class.yith-wcwl-admin-init.php:1212
450
- #: ../includes/class.yith-wcwl-admin-init.php:1230
451
- #: ../includes/class.yith-wcwl-admin-init.php:1248
452
  msgid "Border (hover)"
453
  msgstr "Obrub (hover)"
454
 
455
- #: ../includes/class.yith-wcwl-admin-init.php:1198
456
  msgid "\"Add to Cart\" button"
457
  msgstr "Gumb za \"Dodaj u košaricu\""
458
 
459
- #: ../includes/class.yith-wcwl-admin-init.php:1216
460
  msgid "\"Style 1\" button"
461
  msgstr "Gumb \"Stil 1\""
462
 
463
- #: ../includes/class.yith-wcwl-admin-init.php:1234
464
  msgid "\"Style 2\" button"
465
  msgstr "Gumb \"Stil 2\""
466
 
467
- #: ../includes/class.yith-wcwl-admin-init.php:1252
468
  msgid "Wishlist table"
469
  msgstr "Tablica liste želja"
470
 
471
- #: ../includes/class.yith-wcwl-admin-init.php:1261
472
  msgid "Headers"
473
  msgstr "Naslovi"
474
 
475
- #: ../includes/class.yith-wcwl-admin-init.php:1264
476
  msgid "Background color"
477
  msgstr "Boja pozadine"
478
 
479
- #: ../includes/class.yith-wcwl-admin-init.php:1354
480
  msgid "Wishlist Activated"
481
  msgstr "Lista želja aktivirana"
482
 
483
- #: ../includes/class.yith-wcwl-admin-init.php:1355
484
  #, php-format
485
  msgid ""
486
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
@@ -493,11 +493,11 @@ msgstr ""
493
  "je u izvanrednoj PREMIUM verziji sa puno novih opcija, <a href=\"%s"
494
  "\">otkrijte je</a>."
495
 
496
- #: ../includes/class.yith-wcwl-admin-init.php:1366
497
  msgid "Wishlist Updated"
498
  msgstr "Lista želja je ažurirana"
499
 
500
- #: ../includes/class.yith-wcwl-admin-init.php:1367
501
  #, php-format
502
  msgid ""
503
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
@@ -512,7 +512,7 @@ msgstr ""
512
  "ovaj meni. Lista želja je ažurirana novim opcijama, <a href=\"%s\">otkrijte "
513
  "PREMIUM verziju.</a>"
514
 
515
- #: ../includes/class.yith-wcwl-init.php:366
516
  msgid ""
517
  "We are sorry, but this feature is available only if cookies are enabled on "
518
  "your browser."
@@ -520,7 +520,7 @@ msgstr ""
520
  "Žao nam je, ova opcija je dostupna samo ako imate aktivirana kolačiće u "
521
  "vašem pregledniku."
522
 
523
- #: ../includes/class.yith-wcwl-init.php:367
524
  msgid "Product correctly added to cart"
525
  msgstr "Proizvod uspješno dodan u košaricu"
526
 
@@ -530,24 +530,24 @@ msgid "wishlist"
530
  msgstr "listaželja"
531
 
532
  #: ../includes/class.yith-wcwl-shortcode.php:259
533
- #: ../includes/class.yith-wcwl-ui.php:163
534
  msgid "Share on:"
535
  msgstr "Podijeli na:"
536
 
537
- #: ../includes/class.yith-wcwl-ui.php:117
538
- #: ../includes/class.yith-wcwl-ui.php:199
539
  msgid "Select options"
540
  msgstr "Odaberite opcije"
541
 
542
- #: ../includes/class.yith-wcwl-ui.php:167 ../templates/share.php:20
543
  msgid "Facebook"
544
  msgstr ""
545
 
546
- #: ../includes/class.yith-wcwl-ui.php:170 ../templates/share.php:26
547
  msgid "Twitter"
548
  msgstr ""
549
 
550
- #: ../includes/class.yith-wcwl-ui.php:179
551
  msgid "email"
552
  msgstr ""
553
 
@@ -555,39 +555,39 @@ msgstr ""
555
  msgid "An error occurred while adding products to the wishlist."
556
  msgstr "Greška prilikom dodavanja proizvoda u listu želja."
557
 
558
- #: ../includes/class.yith-wcwl.php:268
559
  msgid "An error occurred while adding products to wishlist."
560
  msgstr "Greška prilikom dodavanja proizvoda u listu želja."
561
 
562
- #: ../includes/class.yith-wcwl.php:285
563
  msgid "The \"Remove\" option now does not require any parameter"
564
  msgstr "Opcija \"Obriši\" ne zahtjeva parametre"
565
 
566
- #: ../includes/class.yith-wcwl.php:332
567
  msgid "An error occurred while removing products from the wishlist"
568
  msgstr "Greška prilikom brisanja proizvoda iz liste želja"
569
 
570
- #: ../includes/class.yith-wcwl.php:774
571
  msgid "You need to log in before creating a new wishlist"
572
  msgstr "Morate se prijaviti da biste mogli dodavati proizvode u listu želja"
573
 
574
- #: ../includes/class.yith-wcwl.php:1565
575
  msgid "Product successfully removed."
576
  msgstr "Proizvod uspješno obrisan."
577
 
578
- #: ../includes/class.yith-wcwl.php:1569
579
  msgid "Error. Unable to remove the product from the wishlist."
580
  msgstr "Greška. Proizvod se ne može obrisati iz liste želja."
581
 
582
- #: ../includes/class.yith-wcwl.php:1573 ../templates/wishlist-view.php:239
583
  msgid "No products were added to the wishlist"
584
  msgstr "Nema proizvoda u listi želja"
585
 
586
- #: ../includes/class.yith-wcwl.php:1615
587
  msgid "An error as occurred."
588
  msgstr "Greška, neuspješan pokušaj."
589
 
590
- #: ../init.php:128
591
  msgid ""
592
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
593
  "WooCommerce in order to work."
@@ -595,7 +595,7 @@ msgstr ""
595
  "YITH WooCommerce Lista želja je uključena ali nije omogućena. Zahtjeva "
596
  "WooCommerce dodatak da bi mogla raditi."
597
 
598
- #: ../init.php:138
599
  msgid ""
600
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
601
  "are using the premium one."
@@ -916,10 +916,6 @@ msgstr ""
916
  msgid "Google+"
917
  msgstr ""
918
 
919
- #: ../templates/share.php:44
920
- msgid "I wanted you to see this site"
921
- msgstr "Ovo morate vidjeti"
922
-
923
  #: ../templates/share.php:44
924
  msgid "Email"
925
  msgstr ""
@@ -948,59 +944,62 @@ msgstr "Jedinična cijena"
948
  msgid "Stock Status"
949
  msgstr "Stanje zalihe"
950
 
951
- #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:229
952
  msgid "Remove this product"
953
  msgstr "Obriši ovaj proizvod"
954
 
955
- #: ../templates/wishlist-view.php:170
956
  msgid "Free!"
957
  msgstr "Besplatno!"
958
 
959
- #: ../templates/wishlist-view.php:176
960
  msgid "Out of Stock"
961
  msgstr "Nema na zalihi"
962
 
963
- #: ../templates/wishlist-view.php:176
964
  msgid "In Stock"
965
  msgstr "Na zalihi"
966
 
967
- #: ../templates/wishlist-view.php:185
968
  #, php-format
969
  msgid "Added on : %s"
970
  msgstr "Dodano: %s"
971
 
972
- #: ../templates/wishlist-view.php:197
973
  msgid "Move"
974
  msgstr "Premjesti"
975
 
976
- #: ../templates/wishlist-view.php:209
977
  msgid "Shared"
978
  msgstr "Podijeljeno"
979
 
980
- #: ../templates/wishlist-view.php:212
981
  msgid "Private"
982
  msgstr "Privatno"
983
 
984
- #: ../templates/wishlist-view.php:215
985
  msgid "Public"
986
  msgstr "Javno"
987
 
988
- #: ../templates/wishlist-view.php:229
989
  msgid "Remove"
990
  msgstr "Obriši"
991
 
992
- #: ../templates/wishlist-view.php:256
993
  msgid "Add the selected products to the cart"
994
  msgstr "Dodaj označene proizvode u košaricu"
995
 
996
- #: ../templates/wishlist-view.php:264 ../templates/wishlist-view.php:310
997
  msgid "Ask for an estimate"
998
  msgstr "Zatraži procjenu cijene"
999
 
1000
- #: ../templates/wishlist-view.php:300
1001
  msgid "Your email"
1002
  msgstr ""
1003
 
 
 
 
1004
  #~ msgid ""
1005
  #~ "Upgrade to the PREMIUM VERSION\n"
1006
  #~ "of YITH WOOCOMMERCE WISHLIST to benefit from all features!"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
+ "POT-Creation-Date: 2017-10-24 17:33+0200\n"
5
+ "PO-Revision-Date: 2017-10-24 17:33+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: hr_HR\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.8.7.1\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
21
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
22
 
23
  #: ../includes/class.yith-wcwl-admin-init.php:159
24
+ #: ../includes/class.yith-wcwl-admin-init.php:1483
25
+ #: ../includes/class.yith-wcwl-admin-init.php:1484
26
  #: ../includes/class.yith-wcwl-install.php:244
27
  msgid "Wishlist"
28
  msgstr "Lista želja"
62
  msgid "Plugin Documentation"
63
  msgstr "Dokumentacija dodatka"
64
 
65
+ #: ../includes/class.yith-wcwl-admin-init.php:1023
66
  msgid "Upgrade to the PREMIUM VERSION"
67
  msgstr "Nadogradite na PREMIUM VERZIJU"
68
 
69
+ #: ../includes/class.yith-wcwl-admin-init.php:1026
70
  msgid "YITH WooCommerce Wishlist"
71
  msgstr "YITH WooCommerce Lista želja"
72
 
73
+ #: ../includes/class.yith-wcwl-admin-init.php:1027
74
  msgid "Discover the Advanced Features"
75
  msgstr "Otkrijte Dodatne opcije"
76
 
77
+ #: ../includes/class.yith-wcwl-admin-init.php:1028
78
  msgid ""
79
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
80
  "all features!"
81
  msgstr ""
82
 
83
+ #: ../includes/class.yith-wcwl-admin-init.php:1034
84
  msgid "Get Support and Pro Features"
85
  msgstr "Podrška i Pro Pogodnosti"
86
 
87
+ #: ../includes/class.yith-wcwl-admin-init.php:1035
88
  msgid ""
89
  "By purchasing the premium version of the plugin, you will take advantage of "
90
  "the advanced features of the product and you will get one year of free "
94
  "proizvoda i ostvarujete godinu dana besplatnih nadogradnji i podrške preko "
95
  "naše platforme dostupne 24sata/24."
96
 
97
+ #: ../includes/class.yith-wcwl-admin-init.php:1045
98
  msgid "General Settings"
99
  msgstr "Osnovne postavke"
100
 
101
+ #: ../includes/class.yith-wcwl-admin-init.php:1052
102
  msgid "Enable YITH Wishlist"
103
  msgstr "Omogući YITH Listu želja"
104
 
105
+ #: ../includes/class.yith-wcwl-admin-init.php:1053
106
  #, php-format
107
  msgid ""
108
  "Enable all plugin features. <strong>Be sure to select at least one option in "
110
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
111
  msgstr ""
112
 
113
+ #: ../includes/class.yith-wcwl-admin-init.php:1059
114
  msgid "Default wishlist title"
115
  msgstr "Naslov Liste želja"
116
 
117
+ #: ../includes/class.yith-wcwl-admin-init.php:1061
118
+ #: ../includes/class.yith-wcwl-admin-init.php:1062
119
+ #: ../includes/class.yith-wcwl-admin-init.php:1298
120
  #, php-format
121
  msgid "My wishlist on %s"
122
  msgstr "Moja lista želja na %s"
123
 
124
+ #: ../includes/class.yith-wcwl-admin-init.php:1067
125
  msgid "Wishlist Page"
126
  msgstr "Stranica Liste želja"
127
 
128
+ #: ../includes/class.yith-wcwl-admin-init.php:1068
129
  msgid "Page contents: [yith_wcwl_wishlist]"
130
  msgstr "Sadržaj stranice"
131
 
132
+ #: ../includes/class.yith-wcwl-admin-init.php:1077
133
  msgid "Position"
134
  msgstr "Pozicija"
135
 
136
+ #: ../includes/class.yith-wcwl-admin-init.php:1078
137
  msgid ""
138
  "You can add the button in variable products only after the \"Add to Cart\" "
139
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
141
  "Možete dodati gumb na varijacijama proizvoda samo nakon gumba \"Dodaj u "
142
  "košaricu\" koristeći shortcode [yith_wcwl_add_to_wishlist]."
143
 
144
+ #: ../includes/class.yith-wcwl-admin-init.php:1084
145
  msgid "After \"Add to cart\""
146
  msgstr "Nakon \"Dodaj u košaricu\""
147
 
148
+ #: ../includes/class.yith-wcwl-admin-init.php:1085
149
  msgid "After thumbnails"
150
  msgstr "Nakon minijatura"
151
 
152
+ #: ../includes/class.yith-wcwl-admin-init.php:1086
153
  msgid "After summary"
154
  msgstr "Nakon sažetka"
155
 
156
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
157
  msgid "Use shortcode"
158
  msgstr "Koristi shorcode"
159
 
160
+ #: ../includes/class.yith-wcwl-admin-init.php:1092
161
  msgid "Redirect to cart"
162
  msgstr "Preusmjeri na košaricu"
163
 
164
+ #: ../includes/class.yith-wcwl-admin-init.php:1093
165
  msgid ""
166
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
167
  "page."
169
  "Preusmjeri na košaricu ako je na Listi želja odabran gumb \"Dodaj u košaricu"
170
  "\"."
171
 
172
+ #: ../includes/class.yith-wcwl-admin-init.php:1099
173
  msgid "Remove if added to the cart"
174
  msgstr "Obriši ako je dodan u košaricu"
175
 
176
+ #: ../includes/class.yith-wcwl-admin-init.php:1100
177
  msgid "Remove the product from the wishlist if it has been added to the cart."
178
  msgstr "Obriši proizvod iz liste želja ako je dodan u košaricu."
179
 
180
+ #: ../includes/class.yith-wcwl-admin-init.php:1106
181
  msgid "\"Add to Wishlist\" text"
182
  msgstr "Tekst za \"Dodaj u listu želja\""
183
 
184
+ #: ../includes/class.yith-wcwl-admin-init.php:1108
185
  msgid "Add to Wishlist"
186
  msgstr "Dodaj u košaricu"
187
 
188
+ #: ../includes/class.yith-wcwl-admin-init.php:1113
189
  msgid "\"Browse wishlist\" text"
190
  msgstr "Tekst za \"Pregledaj listu želja\""
191
 
192
+ #: ../includes/class.yith-wcwl-admin-init.php:1115
193
+ #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
194
  msgid "Browse Wishlist"
195
  msgstr "Pregledaj listu želja"
196
 
197
+ #: ../includes/class.yith-wcwl-admin-init.php:1120
198
  msgid "\"Product already in wishlist\" text"
199
  msgstr "Tekst za \"Proizvod je već dodan u listu želja\""
200
 
201
+ #: ../includes/class.yith-wcwl-admin-init.php:1122
202
+ #: ../includes/class.yith-wcwl-ui.php:83
203
  msgid "The product is already in the wishlist!"
204
  msgstr "Proizvod je već dodan u listu želja!"
205
 
206
+ #: ../includes/class.yith-wcwl-admin-init.php:1127
207
  msgid "\"Product added\" text"
208
  msgstr "Tekst za \"Proizvod je dodan\""
209
 
210
+ #: ../includes/class.yith-wcwl-admin-init.php:1129
211
+ #: ../includes/class.yith-wcwl-ui.php:82
212
  msgid "Product added!"
213
  msgstr "Proizvod je dodan!"
214
 
215
+ #: ../includes/class.yith-wcwl-admin-init.php:1134
216
  msgid "\"Add to Cart\" text"
217
  msgstr "Tekst za \"Dodaj u košaricu\""
218
 
219
+ #: ../includes/class.yith-wcwl-admin-init.php:1136
220
  msgid "Add to Cart"
221
  msgstr "Dodaj u košaricu"
222
 
223
+ #: ../includes/class.yith-wcwl-admin-init.php:1141
224
  msgid "Show Unit price"
225
  msgstr "Prikaži cijenu jedinice"
226
 
227
+ #: ../includes/class.yith-wcwl-admin-init.php:1142
228
  msgid "Show unit price for each product in wishlist"
229
  msgstr "Prikaži cijenu jedinice za svaki proizvod u listi želja"
230
 
231
+ #: ../includes/class.yith-wcwl-admin-init.php:1149
232
  msgid "Show \"Add to Cart\" button"
233
  msgstr "Prikaži gumb \"Dodaj u listu želja\""
234
 
235
+ #: ../includes/class.yith-wcwl-admin-init.php:1150
236
  msgid "Show \"Add to Cart\" button for each product in wishlist"
237
  msgstr "Prikaži gumb \"Dodaj u košaricu\" za svaki proizvod u listi želja"
238
 
239
+ #: ../includes/class.yith-wcwl-admin-init.php:1157
240
  msgid "Show Stock status"
241
  msgstr "Prikaži status zalihe"
242
 
243
+ #: ../includes/class.yith-wcwl-admin-init.php:1158
244
  msgid ""
245
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
246
  msgstr ""
247
  "Prikaži \"Na zalihi\" ili \"Nema na zalihi\" za svaki proizvod u listi želja"
248
 
249
+ #: ../includes/class.yith-wcwl-admin-init.php:1165
250
  msgid "Show Date of addition"
251
  msgstr "Prikaži datum dodavanja"
252
 
253
+ #: ../includes/class.yith-wcwl-admin-init.php:1166
254
  msgid "Show the date when users have added a product to the wishlist"
255
  msgstr "Prikaži datum kada je korisnik dodao proizvod u listu želja"
256
 
257
+ #: ../includes/class.yith-wcwl-admin-init.php:1173
258
  msgid "Add second remove button"
259
  msgstr "Dodaj drugi gumb za brisanje"
260
 
261
+ #: ../includes/class.yith-wcwl-admin-init.php:1174
262
  msgid "Add a second remove button in the last column, with extended label"
263
  msgstr "Dodaj drugi gumb za brisanje u zadnjem redu, sa produženim natpisom"
264
 
265
+ #: ../includes/class.yith-wcwl-admin-init.php:1189
266
  msgid "Styles"
267
  msgstr "Stilovi"
268
 
269
+ #: ../includes/class.yith-wcwl-admin-init.php:1196
270
  msgid "Use buttons"
271
  msgstr "Koristi gumbove"
272
 
273
+ #: ../includes/class.yith-wcwl-admin-init.php:1197
274
  msgid "Use buttons instead of simple anchors."
275
  msgstr "Koristi gumbove umjesto jednostavih natpisa."
276
 
277
+ #: ../includes/class.yith-wcwl-admin-init.php:1203
278
  msgid "Custom CSS"
279
  msgstr "Prilagođeni CSS"
280
 
281
+ #: ../includes/class.yith-wcwl-admin-init.php:1210
282
  msgid "Use theme style"
283
  msgstr "Koristi stil teme"
284
 
285
+ #: ../includes/class.yith-wcwl-admin-init.php:1211
286
  msgid "Use the theme style."
287
  msgstr "Koristi stil teme."
288
 
289
+ #: ../includes/class.yith-wcwl-admin-init.php:1217
290
  msgid "Rounded buttons"
291
  msgstr "Zaobljeni rubovi gumbova"
292
 
293
+ #: ../includes/class.yith-wcwl-admin-init.php:1218
294
  msgid "Make button corners rounded"
295
  msgstr "Koristi zaobljene rubove gumbova"
296
 
297
+ #: ../includes/class.yith-wcwl-admin-init.php:1224
298
  msgid "\"Add to Wishlist\" icon"
299
  msgstr "Ikona za \"Dodaj u listu želja\""
300
 
301
+ #: ../includes/class.yith-wcwl-admin-init.php:1225
302
  msgid "Add an icon to the \"Add to Wishlist\" button"
303
  msgstr "Dodaj ikonu za gumb \"Dodaj u listu želja\""
304
 
305
+ #: ../includes/class.yith-wcwl-admin-init.php:1235
306
  msgid "\"Add to Cart\" icon"
307
  msgstr "Gumb za \"Dodaj u košaricu\""
308
 
309
+ #: ../includes/class.yith-wcwl-admin-init.php:1236
310
  msgid "Add an icon to the \"Add to Cart\" button"
311
  msgstr "Dodaj ikonu za gumb \"Dodaj u košaricu\""
312
 
313
+ #: ../includes/class.yith-wcwl-admin-init.php:1254
314
  msgid "Social Networks & Share"
315
  msgstr "Društvene mreže i dijeljenje"
316
 
317
+ #: ../includes/class.yith-wcwl-admin-init.php:1261
318
  msgid "Share on Facebook"
319
  msgstr "Podijeli na Facebooku"
320
 
321
+ #: ../includes/class.yith-wcwl-admin-init.php:1262
322
  msgid "Show \"Share on Facebook\" button"
323
  msgstr "Prikaži gumb \"Podijeli na Facebooku\""
324
 
325
+ #: ../includes/class.yith-wcwl-admin-init.php:1268
326
  msgid "Tweet on Twitter"
327
  msgstr "Tweet-aj na Twitteru"
328
 
329
+ #: ../includes/class.yith-wcwl-admin-init.php:1269
330
  msgid "Show \"Tweet on Twitter\" button"
331
  msgstr "Prikaži gumb \"Tweet-aj na Twitteru\""
332
 
333
+ #: ../includes/class.yith-wcwl-admin-init.php:1275
334
  msgid "Pin on Pinterest"
335
  msgstr "Pinaj na Pinterestu"
336
 
337
+ #: ../includes/class.yith-wcwl-admin-init.php:1276
338
  msgid "Show \"Pin on Pinterest\" button"
339
  msgstr "Prikaži gumb \"Pinaj na Pinterestu\""
340
 
341
+ #: ../includes/class.yith-wcwl-admin-init.php:1282
342
  msgid "Share on Google+"
343
  msgstr "Podijeli na Google+"
344
 
345
+ #: ../includes/class.yith-wcwl-admin-init.php:1283
346
  msgid "Show \"Share on Google+\" button"
347
  msgstr "Prikaži gumb \"Podijeli na Google+\""
348
 
349
+ #: ../includes/class.yith-wcwl-admin-init.php:1289
350
  msgid "Share by Email"
351
  msgstr "Podijeli preko Emaila"
352
 
353
+ #: ../includes/class.yith-wcwl-admin-init.php:1290
354
  msgid "Show \"Share by Email\" button"
355
  msgstr "Prikaži gumb \"Podijeli preko emaila\""
356
 
357
+ #: ../includes/class.yith-wcwl-admin-init.php:1296
358
  msgid "Social title"
359
  msgstr "Naslov za objavu"
360
 
361
+ #: ../includes/class.yith-wcwl-admin-init.php:1303
362
  msgid "Social text"
363
  msgstr "Tekst za objavu"
364
 
365
+ #: ../includes/class.yith-wcwl-admin-init.php:1304
366
  msgid ""
367
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
368
  "strong> where you want to show the URL of your wishlist."
370
  "Ovo će se koristiti na Twitteru i Pinterestu. Koristite <strong>%wishlist_url"
371
  "%</strong> gdje želite prikazati URL vaše liste želja."
372
 
373
+ #: ../includes/class.yith-wcwl-admin-init.php:1311
374
  msgid "Social image URL"
375
  msgstr "Link na sliku za objave"
376
 
377
+ #: ../includes/class.yith-wcwl-admin-init.php:1312
378
  msgid "It will be used by Pinterest."
379
  msgstr "Korisititi će se na Pinterestu."
380
 
381
+ #: ../includes/class.yith-wcwl-admin-init.php:1326
382
  #, php-format
383
  msgid ""
384
  "If you want to take advantage of this feature, you could consider to "
386
  msgstr ""
387
  "Ako želite koristiti prednosti ove opcije, možete razmisliti o kupovini %s."
388
 
389
+ #: ../includes/class.yith-wcwl-admin-init.php:1331
390
  msgid "YITH WooCommerce Frequently Bought Together Integration"
391
  msgstr "YITH WooCommerse skupna Integracija"
392
 
393
+ #: ../includes/class.yith-wcwl-admin-init.php:1338
394
  msgid "Enable slider in wishlist"
395
  msgstr "Omogući slider u listi želja"
396
 
397
+ #: ../includes/class.yith-wcwl-admin-init.php:1339
398
  #, php-format
399
  msgid ""
400
  "Choose to enable product slider in wishlist page with linked products (<a "
403
  "Odabite da biste omogućili slider sa povezanim proizvodima na listi želja "
404
  "(<a href=\"%s\" class=\"thickbox\">Primjer</a>). %s"
405
 
406
+ #: ../includes/class.yith-wcwl-admin-init.php:1375
407
  msgid "\"Add to wishlist\" button"
408
  msgstr "Gumb za \"Dodaj u listu želja\""
409
 
410
+ #: ../includes/class.yith-wcwl-admin-init.php:1378
411
+ #: ../includes/class.yith-wcwl-admin-init.php:1396
412
+ #: ../includes/class.yith-wcwl-admin-init.php:1414
413
+ #: ../includes/class.yith-wcwl-admin-init.php:1432
414
+ #: ../includes/class.yith-wcwl-admin-init.php:1450
415
  msgid "Background"
416
  msgstr "Pozadina"
417
 
418
+ #: ../includes/class.yith-wcwl-admin-init.php:1379
419
+ #: ../includes/class.yith-wcwl-admin-init.php:1397
420
+ #: ../includes/class.yith-wcwl-admin-init.php:1415
421
+ #: ../includes/class.yith-wcwl-admin-init.php:1433
422
+ #: ../includes/class.yith-wcwl-admin-init.php:1451
423
  msgid "Text"
424
  msgstr "Tekst"
425
 
426
+ #: ../includes/class.yith-wcwl-admin-init.php:1380
427
+ #: ../includes/class.yith-wcwl-admin-init.php:1398
428
+ #: ../includes/class.yith-wcwl-admin-init.php:1416
429
+ #: ../includes/class.yith-wcwl-admin-init.php:1434
430
+ #: ../includes/class.yith-wcwl-admin-init.php:1452
431
  msgid "Border"
432
  msgstr "Obrub"
433
 
434
+ #: ../includes/class.yith-wcwl-admin-init.php:1387
435
+ #: ../includes/class.yith-wcwl-admin-init.php:1405
436
+ #: ../includes/class.yith-wcwl-admin-init.php:1423
437
+ #: ../includes/class.yith-wcwl-admin-init.php:1441
438
  msgid "Background (hover)"
439
  msgstr "Pozadina (hover)"
440
 
441
+ #: ../includes/class.yith-wcwl-admin-init.php:1388
442
+ #: ../includes/class.yith-wcwl-admin-init.php:1406
443
+ #: ../includes/class.yith-wcwl-admin-init.php:1424
444
+ #: ../includes/class.yith-wcwl-admin-init.php:1442
445
  msgid "Text (hover)"
446
  msgstr "Tekst (hover)"
447
 
448
+ #: ../includes/class.yith-wcwl-admin-init.php:1389
449
+ #: ../includes/class.yith-wcwl-admin-init.php:1407
450
+ #: ../includes/class.yith-wcwl-admin-init.php:1425
451
+ #: ../includes/class.yith-wcwl-admin-init.php:1443
452
  msgid "Border (hover)"
453
  msgstr "Obrub (hover)"
454
 
455
+ #: ../includes/class.yith-wcwl-admin-init.php:1393
456
  msgid "\"Add to Cart\" button"
457
  msgstr "Gumb za \"Dodaj u košaricu\""
458
 
459
+ #: ../includes/class.yith-wcwl-admin-init.php:1411
460
  msgid "\"Style 1\" button"
461
  msgstr "Gumb \"Stil 1\""
462
 
463
+ #: ../includes/class.yith-wcwl-admin-init.php:1429
464
  msgid "\"Style 2\" button"
465
  msgstr "Gumb \"Stil 2\""
466
 
467
+ #: ../includes/class.yith-wcwl-admin-init.php:1447
468
  msgid "Wishlist table"
469
  msgstr "Tablica liste želja"
470
 
471
+ #: ../includes/class.yith-wcwl-admin-init.php:1456
472
  msgid "Headers"
473
  msgstr "Naslovi"
474
 
475
+ #: ../includes/class.yith-wcwl-admin-init.php:1459
476
  msgid "Background color"
477
  msgstr "Boja pozadine"
478
 
479
+ #: ../includes/class.yith-wcwl-admin-init.php:1549
480
  msgid "Wishlist Activated"
481
  msgstr "Lista želja aktivirana"
482
 
483
+ #: ../includes/class.yith-wcwl-admin-init.php:1550
484
  #, php-format
485
  msgid ""
486
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
493
  "je u izvanrednoj PREMIUM verziji sa puno novih opcija, <a href=\"%s"
494
  "\">otkrijte je</a>."
495
 
496
+ #: ../includes/class.yith-wcwl-admin-init.php:1561
497
  msgid "Wishlist Updated"
498
  msgstr "Lista želja je ažurirana"
499
 
500
+ #: ../includes/class.yith-wcwl-admin-init.php:1562
501
  #, php-format
502
  msgid ""
503
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
512
  "ovaj meni. Lista želja je ažurirana novim opcijama, <a href=\"%s\">otkrijte "
513
  "PREMIUM verziju.</a>"
514
 
515
+ #: ../includes/class.yith-wcwl-init.php:374
516
  msgid ""
517
  "We are sorry, but this feature is available only if cookies are enabled on "
518
  "your browser."
520
  "Žao nam je, ova opcija je dostupna samo ako imate aktivirana kolačiće u "
521
  "vašem pregledniku."
522
 
523
+ #: ../includes/class.yith-wcwl-init.php:375
524
  msgid "Product correctly added to cart"
525
  msgstr "Proizvod uspješno dodan u košaricu"
526
 
530
  msgstr "listaželja"
531
 
532
  #: ../includes/class.yith-wcwl-shortcode.php:259
533
+ #: ../includes/class.yith-wcwl-ui.php:164
534
  msgid "Share on:"
535
  msgstr "Podijeli na:"
536
 
537
+ #: ../includes/class.yith-wcwl-ui.php:118
538
+ #: ../includes/class.yith-wcwl-ui.php:200
539
  msgid "Select options"
540
  msgstr "Odaberite opcije"
541
 
542
+ #: ../includes/class.yith-wcwl-ui.php:168 ../templates/share.php:20
543
  msgid "Facebook"
544
  msgstr ""
545
 
546
+ #: ../includes/class.yith-wcwl-ui.php:171 ../templates/share.php:26
547
  msgid "Twitter"
548
  msgstr ""
549
 
550
+ #: ../includes/class.yith-wcwl-ui.php:180
551
  msgid "email"
552
  msgstr ""
553
 
555
  msgid "An error occurred while adding products to the wishlist."
556
  msgstr "Greška prilikom dodavanja proizvoda u listu želja."
557
 
558
+ #: ../includes/class.yith-wcwl.php:269
559
  msgid "An error occurred while adding products to wishlist."
560
  msgstr "Greška prilikom dodavanja proizvoda u listu želja."
561
 
562
+ #: ../includes/class.yith-wcwl.php:286
563
  msgid "The \"Remove\" option now does not require any parameter"
564
  msgstr "Opcija \"Obriši\" ne zahtjeva parametre"
565
 
566
+ #: ../includes/class.yith-wcwl.php:335
567
  msgid "An error occurred while removing products from the wishlist"
568
  msgstr "Greška prilikom brisanja proizvoda iz liste želja"
569
 
570
+ #: ../includes/class.yith-wcwl.php:783
571
  msgid "You need to log in before creating a new wishlist"
572
  msgstr "Morate se prijaviti da biste mogli dodavati proizvode u listu želja"
573
 
574
+ #: ../includes/class.yith-wcwl.php:1578
575
  msgid "Product successfully removed."
576
  msgstr "Proizvod uspješno obrisan."
577
 
578
+ #: ../includes/class.yith-wcwl.php:1582
579
  msgid "Error. Unable to remove the product from the wishlist."
580
  msgstr "Greška. Proizvod se ne može obrisati iz liste želja."
581
 
582
+ #: ../includes/class.yith-wcwl.php:1586 ../templates/wishlist-view.php:241
583
  msgid "No products were added to the wishlist"
584
  msgstr "Nema proizvoda u listi želja"
585
 
586
+ #: ../includes/class.yith-wcwl.php:1628
587
  msgid "An error as occurred."
588
  msgstr "Greška, neuspješan pokušaj."
589
 
590
+ #: ../init.php:130
591
  msgid ""
592
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
593
  "WooCommerce in order to work."
595
  "YITH WooCommerce Lista želja je uključena ali nije omogućena. Zahtjeva "
596
  "WooCommerce dodatak da bi mogla raditi."
597
 
598
+ #: ../init.php:140
599
  msgid ""
600
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
601
  "are using the premium one."
916
  msgid "Google+"
917
  msgstr ""
918
 
 
 
 
 
919
  #: ../templates/share.php:44
920
  msgid "Email"
921
  msgstr ""
944
  msgid "Stock Status"
945
  msgstr "Stanje zalihe"
946
 
947
+ #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:231
948
  msgid "Remove this product"
949
  msgstr "Obriši ovaj proizvod"
950
 
951
+ #: ../templates/wishlist-view.php:172
952
  msgid "Free!"
953
  msgstr "Besplatno!"
954
 
955
+ #: ../templates/wishlist-view.php:178
956
  msgid "Out of Stock"
957
  msgstr "Nema na zalihi"
958
 
959
+ #: ../templates/wishlist-view.php:178
960
  msgid "In Stock"
961
  msgstr "Na zalihi"
962
 
963
+ #: ../templates/wishlist-view.php:187
964
  #, php-format
965
  msgid "Added on : %s"
966
  msgstr "Dodano: %s"
967
 
968
+ #: ../templates/wishlist-view.php:199
969
  msgid "Move"
970
  msgstr "Premjesti"
971
 
972
+ #: ../templates/wishlist-view.php:211
973
  msgid "Shared"
974
  msgstr "Podijeljeno"
975
 
976
+ #: ../templates/wishlist-view.php:214
977
  msgid "Private"
978
  msgstr "Privatno"
979
 
980
+ #: ../templates/wishlist-view.php:217
981
  msgid "Public"
982
  msgstr "Javno"
983
 
984
+ #: ../templates/wishlist-view.php:231
985
  msgid "Remove"
986
  msgstr "Obriši"
987
 
988
+ #: ../templates/wishlist-view.php:258
989
  msgid "Add the selected products to the cart"
990
  msgstr "Dodaj označene proizvode u košaricu"
991
 
992
+ #: ../templates/wishlist-view.php:266 ../templates/wishlist-view.php:312
993
  msgid "Ask for an estimate"
994
  msgstr "Zatraži procjenu cijene"
995
 
996
+ #: ../templates/wishlist-view.php:302
997
  msgid "Your email"
998
  msgstr ""
999
 
1000
+ #~ msgid "I wanted you to see this site"
1001
+ #~ msgstr "Ovo morate vidjeti"
1002
+
1003
  #~ msgid ""
1004
  #~ "Upgrade to the PREMIUM VERSION\n"
1005
  #~ "of YITH WOOCOMMERCE WISHLIST to benefit from all features!"
languages/yith-woocommerce-wishlist-it_IT.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-it_IT.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
- "POT-Creation-Date: 2017-05-11 15:57+0200\n"
7
- "PO-Revision-Date: 2017-05-11 15:57+0200\n"
8
  "Last-Translator: \n"
9
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
10
  "Language: it_IT\n"
@@ -12,7 +12,7 @@ msgstr ""
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
15
- "X-Generator: Poedit 2.0.1\n"
16
  "X-Poedit-KeywordsList: __;gettext;gettext_noop;_e;_n:1,2;__ngettext_noop:1,2;"
17
  "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
18
  "X-Poedit-Basepath: ..\n"
@@ -20,8 +20,8 @@ msgstr ""
20
  "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
21
 
22
  #: includes/class.yith-wcwl-admin-init.php:159
23
- #: includes/class.yith-wcwl-admin-init.php:1288
24
- #: includes/class.yith-wcwl-admin-init.php:1289
25
  #: includes/class.yith-wcwl-install.php:244
26
  msgid "Wishlist"
27
  msgstr "Wishlist"
@@ -62,29 +62,29 @@ msgstr ""
62
  msgid "Plugin Documentation"
63
  msgstr "Documentazione plugin"
64
 
65
- #: includes/class.yith-wcwl-admin-init.php:828
66
  msgid "Upgrade to the PREMIUM VERSION"
67
  msgstr "Aggiorna alla VERSIONE PREMIUM"
68
 
69
- #: includes/class.yith-wcwl-admin-init.php:831
70
  msgid "YITH WooCommerce Wishlist"
71
  msgstr "YITH WooCommerce Wishlist"
72
 
73
- #: includes/class.yith-wcwl-admin-init.php:832
74
  msgid "Discover the Advanced Features"
75
  msgstr "Scopri le funzionalità avanzate"
76
 
77
- #: includes/class.yith-wcwl-admin-init.php:833
78
  msgid ""
79
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
80
  "all features!"
81
  msgstr ""
82
 
83
- #: includes/class.yith-wcwl-admin-init.php:839
84
  msgid "Get Support and Pro Features"
85
  msgstr "Ottieni supporto e funzionalità premium"
86
 
87
- #: includes/class.yith-wcwl-admin-init.php:840
88
  msgid ""
89
  "By purchasing the premium version of the plugin, you will take advantage of "
90
  "the advanced features of the product and you will get one year of free "
@@ -95,15 +95,15 @@ msgstr ""
95
  "aggiornamenti gratuiti e di supporto tramite la nostra piattaforma "
96
  "disponibile 24h/24."
97
 
98
- #: includes/class.yith-wcwl-admin-init.php:850
99
  msgid "General Settings"
100
  msgstr "Impostazioni generali"
101
 
102
- #: includes/class.yith-wcwl-admin-init.php:857
103
  msgid "Enable YITH Wishlist"
104
  msgstr "Abilita YITH Wishlist"
105
 
106
- #: includes/class.yith-wcwl-admin-init.php:858
107
  #, php-format
108
  msgid ""
109
  "Enable all plugin features. <strong>Be sure to select at least one option in "
@@ -111,30 +111,30 @@ msgid ""
111
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
112
  msgstr ""
113
 
114
- #: includes/class.yith-wcwl-admin-init.php:864
115
  msgid "Default wishlist title"
116
  msgstr "Titolo di default della lista dei desideri"
117
 
118
- #: includes/class.yith-wcwl-admin-init.php:866
119
- #: includes/class.yith-wcwl-admin-init.php:867
120
- #: includes/class.yith-wcwl-admin-init.php:1103
121
  #, php-format
122
  msgid "My wishlist on %s"
123
  msgstr "La mia lista dei desideri su %s"
124
 
125
- #: includes/class.yith-wcwl-admin-init.php:872
126
  msgid "Wishlist Page"
127
  msgstr "Pagina Lista dei desideri"
128
 
129
- #: includes/class.yith-wcwl-admin-init.php:873
130
  msgid "Page contents: [yith_wcwl_wishlist]"
131
  msgstr "Contenuti pagina: [yith_wcwl_wishlist]"
132
 
133
- #: includes/class.yith-wcwl-admin-init.php:882
134
  msgid "Position"
135
  msgstr "Posizione"
136
 
137
- #: includes/class.yith-wcwl-admin-init.php:883
138
  msgid ""
139
  "You can add the button in variable products only after the \"Add to Cart\" "
140
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
@@ -143,27 +143,27 @@ msgstr ""
143
  "\"Aggiungi al carrello\" oppure utilizza lo shortcode "
144
  "[yith_wcwl_add_to_wishlist]."
145
 
146
- #: includes/class.yith-wcwl-admin-init.php:889
147
  msgid "After \"Add to cart\""
148
  msgstr "Dopo \"Aggiungi al carrello\""
149
 
150
- #: includes/class.yith-wcwl-admin-init.php:890
151
  msgid "After thumbnails"
152
  msgstr "Dopo miniatura"
153
 
154
- #: includes/class.yith-wcwl-admin-init.php:891
155
  msgid "After summary"
156
  msgstr "Dopo sommario"
157
 
158
- #: includes/class.yith-wcwl-admin-init.php:892
159
  msgid "Use shortcode"
160
  msgstr "Utilizza lo shortcode"
161
 
162
- #: includes/class.yith-wcwl-admin-init.php:897
163
  msgid "Redirect to cart"
164
  msgstr "Riporta al carrello"
165
 
166
- #: includes/class.yith-wcwl-admin-init.php:898
167
  msgid ""
168
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
169
  "page."
@@ -171,209 +171,209 @@ msgstr ""
171
  "Porta al carrello se viene cliccato il pulsante \"Aggiungi al carrello\" "
172
  "nella pagina Lista dei desideri. "
173
 
174
- #: includes/class.yith-wcwl-admin-init.php:904
175
  msgid "Remove if added to the cart"
176
  msgstr "Rimuovi se aggiunto al carrello"
177
 
178
- #: includes/class.yith-wcwl-admin-init.php:905
179
  msgid "Remove the product from the wishlist if it has been added to the cart."
180
  msgstr ""
181
  "Rimuovi il prodotto dalla lista dei desideri se è stato aggiunto al carrello."
182
 
183
- #: includes/class.yith-wcwl-admin-init.php:911
184
  msgid "\"Add to Wishlist\" text"
185
  msgstr "Testo per \"Aggiungi alla lista dei desideri\""
186
 
187
- #: includes/class.yith-wcwl-admin-init.php:913
188
  msgid "Add to Wishlist"
189
  msgstr "Aggiungi alla lista dei desideri"
190
 
191
- #: includes/class.yith-wcwl-admin-init.php:918
192
  msgid "\"Browse wishlist\" text"
193
  msgstr "Testo per \"Sfoglia la lista dei desideri\""
194
 
195
- #: includes/class.yith-wcwl-admin-init.php:920
196
- #: includes/class.yith-wcwl-ui.php:81 includes/class.yith-wcwl-ui.php:82
197
  msgid "Browse Wishlist"
198
  msgstr "Sfoglia la lista dei desideri"
199
 
200
- #: includes/class.yith-wcwl-admin-init.php:925
201
  msgid "\"Product already in wishlist\" text"
202
  msgstr "Testo per \"Articolo già presente nella lista dei desideri\""
203
 
204
- #: includes/class.yith-wcwl-admin-init.php:927
205
- #: includes/class.yith-wcwl-ui.php:82
206
  msgid "The product is already in the wishlist!"
207
  msgstr "L'articolo selezionato è già presente nella tua lista dei desideri!"
208
 
209
- #: includes/class.yith-wcwl-admin-init.php:932
210
  msgid "\"Product added\" text"
211
  msgstr "Testo per \"Articolo aggiunto\""
212
 
213
- #: includes/class.yith-wcwl-admin-init.php:934
214
- #: includes/class.yith-wcwl-ui.php:81
215
  msgid "Product added!"
216
  msgstr "Articolo aggiunto!"
217
 
218
- #: includes/class.yith-wcwl-admin-init.php:939
219
  msgid "\"Add to Cart\" text"
220
  msgstr "Testo per \"Aggiungi al carrello\""
221
 
222
- #: includes/class.yith-wcwl-admin-init.php:941
223
  msgid "Add to Cart"
224
  msgstr "Aggiungi al carrello"
225
 
226
- #: includes/class.yith-wcwl-admin-init.php:946
227
  msgid "Show Unit price"
228
  msgstr "Mostra prezzo unitario"
229
 
230
- #: includes/class.yith-wcwl-admin-init.php:947
231
  msgid "Show unit price for each product in wishlist"
232
  msgstr ""
233
  "Mostra prezzo unitario per ogni prodotto aggiunto alla lista dei desideri"
234
 
235
- #: includes/class.yith-wcwl-admin-init.php:954
236
  msgid "Show \"Add to Cart\" button"
237
  msgstr "Mostra pulsante \"Aggiungi al carrello\""
238
 
239
- #: includes/class.yith-wcwl-admin-init.php:955
240
  msgid "Show \"Add to Cart\" button for each product in wishlist"
241
  msgstr ""
242
  "Mostra pulsante \"Aggiungi al carrello\" per ogni prodotto presente nella "
243
  "lista dei desideri"
244
 
245
- #: includes/class.yith-wcwl-admin-init.php:962
246
  msgid "Show Stock status"
247
  msgstr "Mostra stato del prodotto"
248
 
249
- #: includes/class.yith-wcwl-admin-init.php:963
250
  msgid ""
251
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
252
  msgstr ""
253
  "Mostra stato (\"Disponibile\" o \"Esaurito\") per ciascun prodotto nella "
254
  "lista dei desideri"
255
 
256
- #: includes/class.yith-wcwl-admin-init.php:970
257
  msgid "Show Date of addition"
258
  msgstr "Mostra data di inserimento"
259
 
260
- #: includes/class.yith-wcwl-admin-init.php:971
261
  msgid "Show the date when users have added a product to the wishlist"
262
  msgstr ""
263
  "Mostra la data in cui gli utenti hanno aggiunto l'articolo alla lista dei "
264
  "desideri"
265
 
266
- #: includes/class.yith-wcwl-admin-init.php:978
267
  msgid "Add second remove button"
268
  msgstr "Aggiungi secondo pulsante \"Rimuovi\""
269
 
270
- #: includes/class.yith-wcwl-admin-init.php:979
271
  msgid "Add a second remove button in the last column, with extended label"
272
  msgstr ""
273
  "Aggiungi un secondo pulsante \"Rimuovi\" con etichetta estesa nell'ultima "
274
  "colonna"
275
 
276
- #: includes/class.yith-wcwl-admin-init.php:994
277
  msgid "Styles"
278
  msgstr "Stili"
279
 
280
- #: includes/class.yith-wcwl-admin-init.php:1001
281
  msgid "Use buttons"
282
  msgstr "Utilizza pulsanti"
283
 
284
- #: includes/class.yith-wcwl-admin-init.php:1002
285
  msgid "Use buttons instead of simple anchors."
286
  msgstr "Utilizza pulsanti invece che link"
287
 
288
- #: includes/class.yith-wcwl-admin-init.php:1008
289
  msgid "Custom CSS"
290
  msgstr "Personalizza CSS"
291
 
292
- #: includes/class.yith-wcwl-admin-init.php:1015
293
  msgid "Use theme style"
294
  msgstr "Utilizza lo stile del tema"
295
 
296
- #: includes/class.yith-wcwl-admin-init.php:1016
297
  msgid "Use the theme style."
298
  msgstr "Utilizza lo stile del tema"
299
 
300
- #: includes/class.yith-wcwl-admin-init.php:1022
301
  msgid "Rounded buttons"
302
  msgstr "Pulsanti arrotondati"
303
 
304
- #: includes/class.yith-wcwl-admin-init.php:1023
305
  msgid "Make button corners rounded"
306
  msgstr "Arrotonda gli angoli dei pulsanti"
307
 
308
- #: includes/class.yith-wcwl-admin-init.php:1029
309
  msgid "\"Add to Wishlist\" icon"
310
  msgstr "Icona per \"Aggiungi alla lista dei desideri\""
311
 
312
- #: includes/class.yith-wcwl-admin-init.php:1030
313
  msgid "Add an icon to the \"Add to Wishlist\" button"
314
  msgstr "Aggiungi un'icona al pulsante \"Aggiungi alla lista dei desideri\""
315
 
316
- #: includes/class.yith-wcwl-admin-init.php:1040
317
  msgid "\"Add to Cart\" icon"
318
  msgstr "Icona per \"Aggiungi al carrello\""
319
 
320
- #: includes/class.yith-wcwl-admin-init.php:1041
321
  msgid "Add an icon to the \"Add to Cart\" button"
322
  msgstr "Aggiungi un'icona al pulsante \"Aggiungi al carrello\""
323
 
324
- #: includes/class.yith-wcwl-admin-init.php:1059
325
  msgid "Social Networks & Share"
326
  msgstr "Social network e condivisione"
327
 
328
- #: includes/class.yith-wcwl-admin-init.php:1066
329
  msgid "Share on Facebook"
330
  msgstr "Condividi su Facebook"
331
 
332
- #: includes/class.yith-wcwl-admin-init.php:1067
333
  msgid "Show \"Share on Facebook\" button"
334
  msgstr "Mostra pulsante \"Condividi su Facebook\""
335
 
336
- #: includes/class.yith-wcwl-admin-init.php:1073
337
  msgid "Tweet on Twitter"
338
  msgstr "Condividi su Twitter"
339
 
340
- #: includes/class.yith-wcwl-admin-init.php:1074
341
  msgid "Show \"Tweet on Twitter\" button"
342
  msgstr "Mostra pulsante \"Condividi su Twitter\""
343
 
344
- #: includes/class.yith-wcwl-admin-init.php:1080
345
  msgid "Pin on Pinterest"
346
  msgstr "Condividi su Pinterest"
347
 
348
- #: includes/class.yith-wcwl-admin-init.php:1081
349
  msgid "Show \"Pin on Pinterest\" button"
350
  msgstr "Mostra pulsante\"Condividi su Pinterest\""
351
 
352
- #: includes/class.yith-wcwl-admin-init.php:1087
353
  msgid "Share on Google+"
354
  msgstr "Condividi su Google+"
355
 
356
- #: includes/class.yith-wcwl-admin-init.php:1088
357
  msgid "Show \"Share on Google+\" button"
358
  msgstr "Mostra pulsante \"Condividi su Google+\""
359
 
360
- #: includes/class.yith-wcwl-admin-init.php:1094
361
  msgid "Share by Email"
362
  msgstr "Condividi per email"
363
 
364
- #: includes/class.yith-wcwl-admin-init.php:1095
365
  msgid "Show \"Share by Email\" button"
366
  msgstr "Mostra pulsante \"Condividi per email\""
367
 
368
- #: includes/class.yith-wcwl-admin-init.php:1101
369
  msgid "Social title"
370
  msgstr "Nome per i social"
371
 
372
- #: includes/class.yith-wcwl-admin-init.php:1108
373
  msgid "Social text"
374
  msgstr "Testo per i social"
375
 
376
- #: includes/class.yith-wcwl-admin-init.php:1109
377
  msgid ""
378
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
379
  "strong> where you want to show the URL of your wishlist."
@@ -382,30 +382,30 @@ msgstr ""
382
  "%wishlist_url%</strong> nel punto in cui vuoi mostrare l'URL della tua lista "
383
  "dei desideri."
384
 
385
- #: includes/class.yith-wcwl-admin-init.php:1116
386
  msgid "Social image URL"
387
  msgstr "URL per immagine social"
388
 
389
- #: includes/class.yith-wcwl-admin-init.php:1117
390
  msgid "It will be used by Pinterest."
391
  msgstr "Verrà usato da Pinterest."
392
 
393
- #: includes/class.yith-wcwl-admin-init.php:1131
394
  #, php-format
395
  msgid ""
396
  "If you want to take advantage of this feature, you could consider to "
397
  "purchase the %s."
398
  msgstr "Se vuoi usufruire di questa funzionalità puoi acquistare l'%s."
399
 
400
- #: includes/class.yith-wcwl-admin-init.php:1136
401
  msgid "YITH WooCommerce Frequently Bought Together Integration"
402
  msgstr "Integrazione con YITH WooCommerce Frequently Bought Together"
403
 
404
- #: includes/class.yith-wcwl-admin-init.php:1143
405
  msgid "Enable slider in wishlist"
406
  msgstr "Abilita lo slider nella lista dei desideri"
407
 
408
- #: includes/class.yith-wcwl-admin-init.php:1144
409
  #, php-format
410
  msgid ""
411
  "Choose to enable product slider in wishlist page with linked products (<a "
@@ -414,84 +414,84 @@ msgstr ""
414
  "Scegli se abilitare lo slider prodotti nella pagina lista dei desideri con "
415
  "prodotti collegati (<a href=\"%s\" class=\"thickbox\">Esempio</a>). %s"
416
 
417
- #: includes/class.yith-wcwl-admin-init.php:1180
418
  msgid "\"Add to wishlist\" button"
419
  msgstr "Pulsante \"Aggiungi alla lista dei desideri\""
420
 
421
- #: includes/class.yith-wcwl-admin-init.php:1183
422
- #: includes/class.yith-wcwl-admin-init.php:1201
423
- #: includes/class.yith-wcwl-admin-init.php:1219
424
- #: includes/class.yith-wcwl-admin-init.php:1237
425
- #: includes/class.yith-wcwl-admin-init.php:1255
426
  msgid "Background"
427
  msgstr "Sfondo"
428
 
429
- #: includes/class.yith-wcwl-admin-init.php:1184
430
- #: includes/class.yith-wcwl-admin-init.php:1202
431
- #: includes/class.yith-wcwl-admin-init.php:1220
432
- #: includes/class.yith-wcwl-admin-init.php:1238
433
- #: includes/class.yith-wcwl-admin-init.php:1256
434
  msgid "Text"
435
  msgstr "Testo"
436
 
437
- #: includes/class.yith-wcwl-admin-init.php:1185
438
- #: includes/class.yith-wcwl-admin-init.php:1203
439
- #: includes/class.yith-wcwl-admin-init.php:1221
440
- #: includes/class.yith-wcwl-admin-init.php:1239
441
- #: includes/class.yith-wcwl-admin-init.php:1257
442
  msgid "Border"
443
  msgstr "Bordo"
444
 
445
- #: includes/class.yith-wcwl-admin-init.php:1192
446
- #: includes/class.yith-wcwl-admin-init.php:1210
447
- #: includes/class.yith-wcwl-admin-init.php:1228
448
- #: includes/class.yith-wcwl-admin-init.php:1246
449
  msgid "Background (hover)"
450
  msgstr "Sfondo (hover)"
451
 
452
- #: includes/class.yith-wcwl-admin-init.php:1193
453
- #: includes/class.yith-wcwl-admin-init.php:1211
454
- #: includes/class.yith-wcwl-admin-init.php:1229
455
- #: includes/class.yith-wcwl-admin-init.php:1247
456
  msgid "Text (hover)"
457
  msgstr "Testo (hover)"
458
 
459
- #: includes/class.yith-wcwl-admin-init.php:1194
460
- #: includes/class.yith-wcwl-admin-init.php:1212
461
- #: includes/class.yith-wcwl-admin-init.php:1230
462
- #: includes/class.yith-wcwl-admin-init.php:1248
463
  msgid "Border (hover)"
464
  msgstr "Bordo (hover)"
465
 
466
- #: includes/class.yith-wcwl-admin-init.php:1198
467
  msgid "\"Add to Cart\" button"
468
  msgstr "Pulsante \"Aggiungi al carrello\""
469
 
470
- #: includes/class.yith-wcwl-admin-init.php:1216
471
  msgid "\"Style 1\" button"
472
  msgstr "Pulsante \"Stile 1\""
473
 
474
- #: includes/class.yith-wcwl-admin-init.php:1234
475
  msgid "\"Style 2\" button"
476
  msgstr "Pulsante \"Stile 2\""
477
 
478
- #: includes/class.yith-wcwl-admin-init.php:1252
479
  msgid "Wishlist table"
480
  msgstr "Tabella lista dei desideri"
481
 
482
- #: includes/class.yith-wcwl-admin-init.php:1261
483
  msgid "Headers"
484
  msgstr "Intestazioni tabella"
485
 
486
- #: includes/class.yith-wcwl-admin-init.php:1264
487
  msgid "Background color"
488
  msgstr "Colore sfondo"
489
 
490
- #: includes/class.yith-wcwl-admin-init.php:1354
491
  msgid "Wishlist Activated"
492
  msgstr "Funzionalità lista dei desideri attivata"
493
 
494
- #: includes/class.yith-wcwl-admin-init.php:1355
495
  #, php-format
496
  msgid ""
497
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
@@ -504,11 +504,11 @@ msgstr ""
504
  "disponibile in una eccezionale versione PREMIUM con molte nuove opzioni, <a "
505
  "href=\"%s\">scopri di più adesso</a>."
506
 
507
- #: includes/class.yith-wcwl-admin-init.php:1366
508
  msgid "Wishlist Updated"
509
  msgstr "Lista dei desideri aggiornata"
510
 
511
- #: includes/class.yith-wcwl-admin-init.php:1367
512
  #, php-format
513
  msgid ""
514
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
@@ -524,7 +524,7 @@ msgstr ""
524
  "state aggiunte molte nuove opzioni, <a href=\"%s\">scopri la versione "
525
  "PREMIUM.</a>"
526
 
527
- #: includes/class.yith-wcwl-init.php:366
528
  msgid ""
529
  "We are sorry, but this feature is available only if cookies are enabled on "
530
  "your browser."
@@ -532,7 +532,7 @@ msgstr ""
532
  "Ci dispiace, questa funzionalità è disponibile solo se i cookie sono "
533
  "abilitati nel tuo browser."
534
 
535
- #: includes/class.yith-wcwl-init.php:367
536
  msgid "Product correctly added to cart"
537
  msgstr "Prodotto aggiunto correttamente al carrello"
538
 
@@ -542,23 +542,23 @@ msgid "wishlist"
542
  msgstr "wishlist "
543
 
544
  #: includes/class.yith-wcwl-shortcode.php:259
545
- #: includes/class.yith-wcwl-ui.php:163
546
  msgid "Share on:"
547
  msgstr "Condividi su:"
548
 
549
- #: includes/class.yith-wcwl-ui.php:117 includes/class.yith-wcwl-ui.php:199
550
  msgid "Select options"
551
  msgstr "Seleziona le opzioni"
552
 
553
- #: includes/class.yith-wcwl-ui.php:167 templates/share.php:20
554
  msgid "Facebook"
555
  msgstr "Facebook"
556
 
557
- #: includes/class.yith-wcwl-ui.php:170 templates/share.php:26
558
  msgid "Twitter"
559
  msgstr "Twitter"
560
 
561
- #: includes/class.yith-wcwl-ui.php:179
562
  msgid "email"
563
  msgstr "email "
564
 
@@ -568,43 +568,43 @@ msgstr ""
568
  "Si è verificato un errore durante l'inserimento dei prodotti nella lista dei "
569
  "desideri."
570
 
571
- #: includes/class.yith-wcwl.php:268
572
  msgid "An error occurred while adding products to wishlist."
573
  msgstr ""
574
  "Si è verificato un errore durante l'inserimento dei prodotti nella lista dei "
575
  "desideri."
576
 
577
- #: includes/class.yith-wcwl.php:285
578
  msgid "The \"Remove\" option now does not require any parameter"
579
  msgstr "L'opzione \"Rimuovi\" non richiede alcun parametro"
580
 
581
- #: includes/class.yith-wcwl.php:332
582
  msgid "An error occurred while removing products from the wishlist"
583
  msgstr ""
584
  "Si è verificato un errore durante la rimozione dei prodotti dalla lista dei "
585
  "desideri"
586
 
587
- #: includes/class.yith-wcwl.php:774
588
  msgid "You need to log in before creating a new wishlist"
589
  msgstr "Devi essere loggato prima di poter creare una nuova lista dei desideri"
590
 
591
- #: includes/class.yith-wcwl.php:1565
592
  msgid "Product successfully removed."
593
  msgstr "Prodotto rimosso con successo"
594
 
595
- #: includes/class.yith-wcwl.php:1569
596
  msgid "Error. Unable to remove the product from the wishlist."
597
  msgstr "Errore. Impossibile rimuovere il prodotto dalla lista dei desideri."
598
 
599
- #: includes/class.yith-wcwl.php:1573 templates/wishlist-view.php:239
600
  msgid "No products were added to the wishlist"
601
  msgstr "Non è stato aggiunto alcun prodotto alla lista dei desideri."
602
 
603
- #: includes/class.yith-wcwl.php:1615
604
  msgid "An error as occurred."
605
  msgstr "Si è verificato un errore."
606
 
607
- #: init.php:128
608
  msgid ""
609
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
610
  "WooCommerce in order to work."
@@ -612,7 +612,7 @@ msgstr ""
612
  "YITH WooCommerce Wishlist è attivo ma non funzionante. È necessario "
613
  "installare WooCommerce perché il plugin funzioni correttamente."
614
 
615
- #: init.php:138
616
  msgid ""
617
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
618
  "are using the premium one."
@@ -940,10 +940,6 @@ msgstr "Pinterest"
940
  msgid "Google+"
941
  msgstr "Google+"
942
 
943
- #: templates/share.php:44
944
- msgid "I wanted you to see this site"
945
- msgstr "Vorrei che vedessi questo sito"
946
-
947
  #: templates/share.php:44
948
  msgid "Email"
949
  msgstr "Email"
@@ -972,59 +968,62 @@ msgstr "Prezzo unitario"
972
  msgid "Stock Status"
973
  msgstr "Stato prodotto"
974
 
975
- #: templates/wishlist-view.php:152 templates/wishlist-view.php:229
976
  msgid "Remove this product"
977
  msgstr "Rimuovi questo prodotto"
978
 
979
- #: templates/wishlist-view.php:170
980
  msgid "Free!"
981
  msgstr "Gratis!"
982
 
983
- #: templates/wishlist-view.php:176
984
  msgid "Out of Stock"
985
  msgstr "Esaurito"
986
 
987
- #: templates/wishlist-view.php:176
988
  msgid "In Stock"
989
  msgstr "Disponibile"
990
 
991
- #: templates/wishlist-view.php:185
992
  #, php-format
993
  msgid "Added on : %s"
994
  msgstr "Aggiunto il: %s"
995
 
996
- #: templates/wishlist-view.php:197
997
  msgid "Move"
998
  msgstr "Sposta"
999
 
1000
- #: templates/wishlist-view.php:209
1001
  msgid "Shared"
1002
  msgstr "Condivisa"
1003
 
1004
- #: templates/wishlist-view.php:212
1005
  msgid "Private"
1006
  msgstr "Privata"
1007
 
1008
- #: templates/wishlist-view.php:215
1009
  msgid "Public"
1010
  msgstr "Pubblica"
1011
 
1012
- #: templates/wishlist-view.php:229
1013
  msgid "Remove"
1014
  msgstr "Rimuovi"
1015
 
1016
- #: templates/wishlist-view.php:256
1017
  msgid "Add the selected products to the cart"
1018
  msgstr "Aggiungi i prodotti selezionati al carrello"
1019
 
1020
- #: templates/wishlist-view.php:264 templates/wishlist-view.php:310
1021
  msgid "Ask for an estimate"
1022
  msgstr "Richiedi un preventivo"
1023
 
1024
- #: templates/wishlist-view.php:300
1025
  msgid "Your email"
1026
  msgstr ""
1027
 
 
 
 
1028
  #~ msgid ""
1029
  #~ "Upgrade to the PREMIUM VERSION\n"
1030
  #~ "of YITH WOOCOMMERCE WISHLIST to benefit from all features!"
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
+ "POT-Creation-Date: 2017-10-24 17:33+0200\n"
7
+ "PO-Revision-Date: 2017-10-24 17:33+0200\n"
8
  "Last-Translator: \n"
9
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
10
  "Language: it_IT\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
15
+ "X-Generator: Poedit 1.8.7.1\n"
16
  "X-Poedit-KeywordsList: __;gettext;gettext_noop;_e;_n:1,2;__ngettext_noop:1,2;"
17
  "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
18
  "X-Poedit-Basepath: ..\n"
20
  "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
21
 
22
  #: includes/class.yith-wcwl-admin-init.php:159
23
+ #: includes/class.yith-wcwl-admin-init.php:1483
24
+ #: includes/class.yith-wcwl-admin-init.php:1484
25
  #: includes/class.yith-wcwl-install.php:244
26
  msgid "Wishlist"
27
  msgstr "Wishlist"
62
  msgid "Plugin Documentation"
63
  msgstr "Documentazione plugin"
64
 
65
+ #: includes/class.yith-wcwl-admin-init.php:1023
66
  msgid "Upgrade to the PREMIUM VERSION"
67
  msgstr "Aggiorna alla VERSIONE PREMIUM"
68
 
69
+ #: includes/class.yith-wcwl-admin-init.php:1026
70
  msgid "YITH WooCommerce Wishlist"
71
  msgstr "YITH WooCommerce Wishlist"
72
 
73
+ #: includes/class.yith-wcwl-admin-init.php:1027
74
  msgid "Discover the Advanced Features"
75
  msgstr "Scopri le funzionalità avanzate"
76
 
77
+ #: includes/class.yith-wcwl-admin-init.php:1028
78
  msgid ""
79
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
80
  "all features!"
81
  msgstr ""
82
 
83
+ #: includes/class.yith-wcwl-admin-init.php:1034
84
  msgid "Get Support and Pro Features"
85
  msgstr "Ottieni supporto e funzionalità premium"
86
 
87
+ #: includes/class.yith-wcwl-admin-init.php:1035
88
  msgid ""
89
  "By purchasing the premium version of the plugin, you will take advantage of "
90
  "the advanced features of the product and you will get one year of free "
95
  "aggiornamenti gratuiti e di supporto tramite la nostra piattaforma "
96
  "disponibile 24h/24."
97
 
98
+ #: includes/class.yith-wcwl-admin-init.php:1045
99
  msgid "General Settings"
100
  msgstr "Impostazioni generali"
101
 
102
+ #: includes/class.yith-wcwl-admin-init.php:1052
103
  msgid "Enable YITH Wishlist"
104
  msgstr "Abilita YITH Wishlist"
105
 
106
+ #: includes/class.yith-wcwl-admin-init.php:1053
107
  #, php-format
108
  msgid ""
109
  "Enable all plugin features. <strong>Be sure to select at least one option in "
111
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
112
  msgstr ""
113
 
114
+ #: includes/class.yith-wcwl-admin-init.php:1059
115
  msgid "Default wishlist title"
116
  msgstr "Titolo di default della lista dei desideri"
117
 
118
+ #: includes/class.yith-wcwl-admin-init.php:1061
119
+ #: includes/class.yith-wcwl-admin-init.php:1062
120
+ #: includes/class.yith-wcwl-admin-init.php:1298
121
  #, php-format
122
  msgid "My wishlist on %s"
123
  msgstr "La mia lista dei desideri su %s"
124
 
125
+ #: includes/class.yith-wcwl-admin-init.php:1067
126
  msgid "Wishlist Page"
127
  msgstr "Pagina Lista dei desideri"
128
 
129
+ #: includes/class.yith-wcwl-admin-init.php:1068
130
  msgid "Page contents: [yith_wcwl_wishlist]"
131
  msgstr "Contenuti pagina: [yith_wcwl_wishlist]"
132
 
133
+ #: includes/class.yith-wcwl-admin-init.php:1077
134
  msgid "Position"
135
  msgstr "Posizione"
136
 
137
+ #: includes/class.yith-wcwl-admin-init.php:1078
138
  msgid ""
139
  "You can add the button in variable products only after the \"Add to Cart\" "
140
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
143
  "\"Aggiungi al carrello\" oppure utilizza lo shortcode "
144
  "[yith_wcwl_add_to_wishlist]."
145
 
146
+ #: includes/class.yith-wcwl-admin-init.php:1084
147
  msgid "After \"Add to cart\""
148
  msgstr "Dopo \"Aggiungi al carrello\""
149
 
150
+ #: includes/class.yith-wcwl-admin-init.php:1085
151
  msgid "After thumbnails"
152
  msgstr "Dopo miniatura"
153
 
154
+ #: includes/class.yith-wcwl-admin-init.php:1086
155
  msgid "After summary"
156
  msgstr "Dopo sommario"
157
 
158
+ #: includes/class.yith-wcwl-admin-init.php:1087
159
  msgid "Use shortcode"
160
  msgstr "Utilizza lo shortcode"
161
 
162
+ #: includes/class.yith-wcwl-admin-init.php:1092
163
  msgid "Redirect to cart"
164
  msgstr "Riporta al carrello"
165
 
166
+ #: includes/class.yith-wcwl-admin-init.php:1093
167
  msgid ""
168
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
169
  "page."
171
  "Porta al carrello se viene cliccato il pulsante \"Aggiungi al carrello\" "
172
  "nella pagina Lista dei desideri. "
173
 
174
+ #: includes/class.yith-wcwl-admin-init.php:1099
175
  msgid "Remove if added to the cart"
176
  msgstr "Rimuovi se aggiunto al carrello"
177
 
178
+ #: includes/class.yith-wcwl-admin-init.php:1100
179
  msgid "Remove the product from the wishlist if it has been added to the cart."
180
  msgstr ""
181
  "Rimuovi il prodotto dalla lista dei desideri se è stato aggiunto al carrello."
182
 
183
+ #: includes/class.yith-wcwl-admin-init.php:1106
184
  msgid "\"Add to Wishlist\" text"
185
  msgstr "Testo per \"Aggiungi alla lista dei desideri\""
186
 
187
+ #: includes/class.yith-wcwl-admin-init.php:1108
188
  msgid "Add to Wishlist"
189
  msgstr "Aggiungi alla lista dei desideri"
190
 
191
+ #: includes/class.yith-wcwl-admin-init.php:1113
192
  msgid "\"Browse wishlist\" text"
193
  msgstr "Testo per \"Sfoglia la lista dei desideri\""
194
 
195
+ #: includes/class.yith-wcwl-admin-init.php:1115
196
+ #: includes/class.yith-wcwl-ui.php:82 includes/class.yith-wcwl-ui.php:83
197
  msgid "Browse Wishlist"
198
  msgstr "Sfoglia la lista dei desideri"
199
 
200
+ #: includes/class.yith-wcwl-admin-init.php:1120
201
  msgid "\"Product already in wishlist\" text"
202
  msgstr "Testo per \"Articolo già presente nella lista dei desideri\""
203
 
204
+ #: includes/class.yith-wcwl-admin-init.php:1122
205
+ #: includes/class.yith-wcwl-ui.php:83
206
  msgid "The product is already in the wishlist!"
207
  msgstr "L'articolo selezionato è già presente nella tua lista dei desideri!"
208
 
209
+ #: includes/class.yith-wcwl-admin-init.php:1127
210
  msgid "\"Product added\" text"
211
  msgstr "Testo per \"Articolo aggiunto\""
212
 
213
+ #: includes/class.yith-wcwl-admin-init.php:1129
214
+ #: includes/class.yith-wcwl-ui.php:82
215
  msgid "Product added!"
216
  msgstr "Articolo aggiunto!"
217
 
218
+ #: includes/class.yith-wcwl-admin-init.php:1134
219
  msgid "\"Add to Cart\" text"
220
  msgstr "Testo per \"Aggiungi al carrello\""
221
 
222
+ #: includes/class.yith-wcwl-admin-init.php:1136
223
  msgid "Add to Cart"
224
  msgstr "Aggiungi al carrello"
225
 
226
+ #: includes/class.yith-wcwl-admin-init.php:1141
227
  msgid "Show Unit price"
228
  msgstr "Mostra prezzo unitario"
229
 
230
+ #: includes/class.yith-wcwl-admin-init.php:1142
231
  msgid "Show unit price for each product in wishlist"
232
  msgstr ""
233
  "Mostra prezzo unitario per ogni prodotto aggiunto alla lista dei desideri"
234
 
235
+ #: includes/class.yith-wcwl-admin-init.php:1149
236
  msgid "Show \"Add to Cart\" button"
237
  msgstr "Mostra pulsante \"Aggiungi al carrello\""
238
 
239
+ #: includes/class.yith-wcwl-admin-init.php:1150
240
  msgid "Show \"Add to Cart\" button for each product in wishlist"
241
  msgstr ""
242
  "Mostra pulsante \"Aggiungi al carrello\" per ogni prodotto presente nella "
243
  "lista dei desideri"
244
 
245
+ #: includes/class.yith-wcwl-admin-init.php:1157
246
  msgid "Show Stock status"
247
  msgstr "Mostra stato del prodotto"
248
 
249
+ #: includes/class.yith-wcwl-admin-init.php:1158
250
  msgid ""
251
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
252
  msgstr ""
253
  "Mostra stato (\"Disponibile\" o \"Esaurito\") per ciascun prodotto nella "
254
  "lista dei desideri"
255
 
256
+ #: includes/class.yith-wcwl-admin-init.php:1165
257
  msgid "Show Date of addition"
258
  msgstr "Mostra data di inserimento"
259
 
260
+ #: includes/class.yith-wcwl-admin-init.php:1166
261
  msgid "Show the date when users have added a product to the wishlist"
262
  msgstr ""
263
  "Mostra la data in cui gli utenti hanno aggiunto l'articolo alla lista dei "
264
  "desideri"
265
 
266
+ #: includes/class.yith-wcwl-admin-init.php:1173
267
  msgid "Add second remove button"
268
  msgstr "Aggiungi secondo pulsante \"Rimuovi\""
269
 
270
+ #: includes/class.yith-wcwl-admin-init.php:1174
271
  msgid "Add a second remove button in the last column, with extended label"
272
  msgstr ""
273
  "Aggiungi un secondo pulsante \"Rimuovi\" con etichetta estesa nell'ultima "
274
  "colonna"
275
 
276
+ #: includes/class.yith-wcwl-admin-init.php:1189
277
  msgid "Styles"
278
  msgstr "Stili"
279
 
280
+ #: includes/class.yith-wcwl-admin-init.php:1196
281
  msgid "Use buttons"
282
  msgstr "Utilizza pulsanti"
283
 
284
+ #: includes/class.yith-wcwl-admin-init.php:1197
285
  msgid "Use buttons instead of simple anchors."
286
  msgstr "Utilizza pulsanti invece che link"
287
 
288
+ #: includes/class.yith-wcwl-admin-init.php:1203
289
  msgid "Custom CSS"
290
  msgstr "Personalizza CSS"
291
 
292
+ #: includes/class.yith-wcwl-admin-init.php:1210
293
  msgid "Use theme style"
294
  msgstr "Utilizza lo stile del tema"
295
 
296
+ #: includes/class.yith-wcwl-admin-init.php:1211
297
  msgid "Use the theme style."
298
  msgstr "Utilizza lo stile del tema"
299
 
300
+ #: includes/class.yith-wcwl-admin-init.php:1217
301
  msgid "Rounded buttons"
302
  msgstr "Pulsanti arrotondati"
303
 
304
+ #: includes/class.yith-wcwl-admin-init.php:1218
305
  msgid "Make button corners rounded"
306
  msgstr "Arrotonda gli angoli dei pulsanti"
307
 
308
+ #: includes/class.yith-wcwl-admin-init.php:1224
309
  msgid "\"Add to Wishlist\" icon"
310
  msgstr "Icona per \"Aggiungi alla lista dei desideri\""
311
 
312
+ #: includes/class.yith-wcwl-admin-init.php:1225
313
  msgid "Add an icon to the \"Add to Wishlist\" button"
314
  msgstr "Aggiungi un'icona al pulsante \"Aggiungi alla lista dei desideri\""
315
 
316
+ #: includes/class.yith-wcwl-admin-init.php:1235
317
  msgid "\"Add to Cart\" icon"
318
  msgstr "Icona per \"Aggiungi al carrello\""
319
 
320
+ #: includes/class.yith-wcwl-admin-init.php:1236
321
  msgid "Add an icon to the \"Add to Cart\" button"
322
  msgstr "Aggiungi un'icona al pulsante \"Aggiungi al carrello\""
323
 
324
+ #: includes/class.yith-wcwl-admin-init.php:1254
325
  msgid "Social Networks & Share"
326
  msgstr "Social network e condivisione"
327
 
328
+ #: includes/class.yith-wcwl-admin-init.php:1261
329
  msgid "Share on Facebook"
330
  msgstr "Condividi su Facebook"
331
 
332
+ #: includes/class.yith-wcwl-admin-init.php:1262
333
  msgid "Show \"Share on Facebook\" button"
334
  msgstr "Mostra pulsante \"Condividi su Facebook\""
335
 
336
+ #: includes/class.yith-wcwl-admin-init.php:1268
337
  msgid "Tweet on Twitter"
338
  msgstr "Condividi su Twitter"
339
 
340
+ #: includes/class.yith-wcwl-admin-init.php:1269
341
  msgid "Show \"Tweet on Twitter\" button"
342
  msgstr "Mostra pulsante \"Condividi su Twitter\""
343
 
344
+ #: includes/class.yith-wcwl-admin-init.php:1275
345
  msgid "Pin on Pinterest"
346
  msgstr "Condividi su Pinterest"
347
 
348
+ #: includes/class.yith-wcwl-admin-init.php:1276
349
  msgid "Show \"Pin on Pinterest\" button"
350
  msgstr "Mostra pulsante\"Condividi su Pinterest\""
351
 
352
+ #: includes/class.yith-wcwl-admin-init.php:1282
353
  msgid "Share on Google+"
354
  msgstr "Condividi su Google+"
355
 
356
+ #: includes/class.yith-wcwl-admin-init.php:1283
357
  msgid "Show \"Share on Google+\" button"
358
  msgstr "Mostra pulsante \"Condividi su Google+\""
359
 
360
+ #: includes/class.yith-wcwl-admin-init.php:1289
361
  msgid "Share by Email"
362
  msgstr "Condividi per email"
363
 
364
+ #: includes/class.yith-wcwl-admin-init.php:1290
365
  msgid "Show \"Share by Email\" button"
366
  msgstr "Mostra pulsante \"Condividi per email\""
367
 
368
+ #: includes/class.yith-wcwl-admin-init.php:1296
369
  msgid "Social title"
370
  msgstr "Nome per i social"
371
 
372
+ #: includes/class.yith-wcwl-admin-init.php:1303
373
  msgid "Social text"
374
  msgstr "Testo per i social"
375
 
376
+ #: includes/class.yith-wcwl-admin-init.php:1304
377
  msgid ""
378
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
379
  "strong> where you want to show the URL of your wishlist."
382
  "%wishlist_url%</strong> nel punto in cui vuoi mostrare l'URL della tua lista "
383
  "dei desideri."
384
 
385
+ #: includes/class.yith-wcwl-admin-init.php:1311
386
  msgid "Social image URL"
387
  msgstr "URL per immagine social"
388
 
389
+ #: includes/class.yith-wcwl-admin-init.php:1312
390
  msgid "It will be used by Pinterest."
391
  msgstr "Verrà usato da Pinterest."
392
 
393
+ #: includes/class.yith-wcwl-admin-init.php:1326
394
  #, php-format
395
  msgid ""
396
  "If you want to take advantage of this feature, you could consider to "
397
  "purchase the %s."
398
  msgstr "Se vuoi usufruire di questa funzionalità puoi acquistare l'%s."
399
 
400
+ #: includes/class.yith-wcwl-admin-init.php:1331
401
  msgid "YITH WooCommerce Frequently Bought Together Integration"
402
  msgstr "Integrazione con YITH WooCommerce Frequently Bought Together"
403
 
404
+ #: includes/class.yith-wcwl-admin-init.php:1338
405
  msgid "Enable slider in wishlist"
406
  msgstr "Abilita lo slider nella lista dei desideri"
407
 
408
+ #: includes/class.yith-wcwl-admin-init.php:1339
409
  #, php-format
410
  msgid ""
411
  "Choose to enable product slider in wishlist page with linked products (<a "
414
  "Scegli se abilitare lo slider prodotti nella pagina lista dei desideri con "
415
  "prodotti collegati (<a href=\"%s\" class=\"thickbox\">Esempio</a>). %s"
416
 
417
+ #: includes/class.yith-wcwl-admin-init.php:1375
418
  msgid "\"Add to wishlist\" button"
419
  msgstr "Pulsante \"Aggiungi alla lista dei desideri\""
420
 
421
+ #: includes/class.yith-wcwl-admin-init.php:1378
422
+ #: includes/class.yith-wcwl-admin-init.php:1396
423
+ #: includes/class.yith-wcwl-admin-init.php:1414
424
+ #: includes/class.yith-wcwl-admin-init.php:1432
425
+ #: includes/class.yith-wcwl-admin-init.php:1450
426
  msgid "Background"
427
  msgstr "Sfondo"
428
 
429
+ #: includes/class.yith-wcwl-admin-init.php:1379
430
+ #: includes/class.yith-wcwl-admin-init.php:1397
431
+ #: includes/class.yith-wcwl-admin-init.php:1415
432
+ #: includes/class.yith-wcwl-admin-init.php:1433
433
+ #: includes/class.yith-wcwl-admin-init.php:1451
434
  msgid "Text"
435
  msgstr "Testo"
436
 
437
+ #: includes/class.yith-wcwl-admin-init.php:1380
438
+ #: includes/class.yith-wcwl-admin-init.php:1398
439
+ #: includes/class.yith-wcwl-admin-init.php:1416
440
+ #: includes/class.yith-wcwl-admin-init.php:1434
441
+ #: includes/class.yith-wcwl-admin-init.php:1452
442
  msgid "Border"
443
  msgstr "Bordo"
444
 
445
+ #: includes/class.yith-wcwl-admin-init.php:1387
446
+ #: includes/class.yith-wcwl-admin-init.php:1405
447
+ #: includes/class.yith-wcwl-admin-init.php:1423
448
+ #: includes/class.yith-wcwl-admin-init.php:1441
449
  msgid "Background (hover)"
450
  msgstr "Sfondo (hover)"
451
 
452
+ #: includes/class.yith-wcwl-admin-init.php:1388
453
+ #: includes/class.yith-wcwl-admin-init.php:1406
454
+ #: includes/class.yith-wcwl-admin-init.php:1424
455
+ #: includes/class.yith-wcwl-admin-init.php:1442
456
  msgid "Text (hover)"
457
  msgstr "Testo (hover)"
458
 
459
+ #: includes/class.yith-wcwl-admin-init.php:1389
460
+ #: includes/class.yith-wcwl-admin-init.php:1407
461
+ #: includes/class.yith-wcwl-admin-init.php:1425
462
+ #: includes/class.yith-wcwl-admin-init.php:1443
463
  msgid "Border (hover)"
464
  msgstr "Bordo (hover)"
465
 
466
+ #: includes/class.yith-wcwl-admin-init.php:1393
467
  msgid "\"Add to Cart\" button"
468
  msgstr "Pulsante \"Aggiungi al carrello\""
469
 
470
+ #: includes/class.yith-wcwl-admin-init.php:1411
471
  msgid "\"Style 1\" button"
472
  msgstr "Pulsante \"Stile 1\""
473
 
474
+ #: includes/class.yith-wcwl-admin-init.php:1429
475
  msgid "\"Style 2\" button"
476
  msgstr "Pulsante \"Stile 2\""
477
 
478
+ #: includes/class.yith-wcwl-admin-init.php:1447
479
  msgid "Wishlist table"
480
  msgstr "Tabella lista dei desideri"
481
 
482
+ #: includes/class.yith-wcwl-admin-init.php:1456
483
  msgid "Headers"
484
  msgstr "Intestazioni tabella"
485
 
486
+ #: includes/class.yith-wcwl-admin-init.php:1459
487
  msgid "Background color"
488
  msgstr "Colore sfondo"
489
 
490
+ #: includes/class.yith-wcwl-admin-init.php:1549
491
  msgid "Wishlist Activated"
492
  msgstr "Funzionalità lista dei desideri attivata"
493
 
494
+ #: includes/class.yith-wcwl-admin-init.php:1550
495
  #, php-format
496
  msgid ""
497
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
504
  "disponibile in una eccezionale versione PREMIUM con molte nuove opzioni, <a "
505
  "href=\"%s\">scopri di più adesso</a>."
506
 
507
+ #: includes/class.yith-wcwl-admin-init.php:1561
508
  msgid "Wishlist Updated"
509
  msgstr "Lista dei desideri aggiornata"
510
 
511
+ #: includes/class.yith-wcwl-admin-init.php:1562
512
  #, php-format
513
  msgid ""
514
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
524
  "state aggiunte molte nuove opzioni, <a href=\"%s\">scopri la versione "
525
  "PREMIUM.</a>"
526
 
527
+ #: includes/class.yith-wcwl-init.php:374
528
  msgid ""
529
  "We are sorry, but this feature is available only if cookies are enabled on "
530
  "your browser."
532
  "Ci dispiace, questa funzionalità è disponibile solo se i cookie sono "
533
  "abilitati nel tuo browser."
534
 
535
+ #: includes/class.yith-wcwl-init.php:375
536
  msgid "Product correctly added to cart"
537
  msgstr "Prodotto aggiunto correttamente al carrello"
538
 
542
  msgstr "wishlist "
543
 
544
  #: includes/class.yith-wcwl-shortcode.php:259
545
+ #: includes/class.yith-wcwl-ui.php:164
546
  msgid "Share on:"
547
  msgstr "Condividi su:"
548
 
549
+ #: includes/class.yith-wcwl-ui.php:118 includes/class.yith-wcwl-ui.php:200
550
  msgid "Select options"
551
  msgstr "Seleziona le opzioni"
552
 
553
+ #: includes/class.yith-wcwl-ui.php:168 templates/share.php:20
554
  msgid "Facebook"
555
  msgstr "Facebook"
556
 
557
+ #: includes/class.yith-wcwl-ui.php:171 templates/share.php:26
558
  msgid "Twitter"
559
  msgstr "Twitter"
560
 
561
+ #: includes/class.yith-wcwl-ui.php:180
562
  msgid "email"
563
  msgstr "email "
564
 
568
  "Si è verificato un errore durante l'inserimento dei prodotti nella lista dei "
569
  "desideri."
570
 
571
+ #: includes/class.yith-wcwl.php:269
572
  msgid "An error occurred while adding products to wishlist."
573
  msgstr ""
574
  "Si è verificato un errore durante l'inserimento dei prodotti nella lista dei "
575
  "desideri."
576
 
577
+ #: includes/class.yith-wcwl.php:286
578
  msgid "The \"Remove\" option now does not require any parameter"
579
  msgstr "L'opzione \"Rimuovi\" non richiede alcun parametro"
580
 
581
+ #: includes/class.yith-wcwl.php:335
582
  msgid "An error occurred while removing products from the wishlist"
583
  msgstr ""
584
  "Si è verificato un errore durante la rimozione dei prodotti dalla lista dei "
585
  "desideri"
586
 
587
+ #: includes/class.yith-wcwl.php:783
588
  msgid "You need to log in before creating a new wishlist"
589
  msgstr "Devi essere loggato prima di poter creare una nuova lista dei desideri"
590
 
591
+ #: includes/class.yith-wcwl.php:1578
592
  msgid "Product successfully removed."
593
  msgstr "Prodotto rimosso con successo"
594
 
595
+ #: includes/class.yith-wcwl.php:1582
596
  msgid "Error. Unable to remove the product from the wishlist."
597
  msgstr "Errore. Impossibile rimuovere il prodotto dalla lista dei desideri."
598
 
599
+ #: includes/class.yith-wcwl.php:1586 templates/wishlist-view.php:241
600
  msgid "No products were added to the wishlist"
601
  msgstr "Non è stato aggiunto alcun prodotto alla lista dei desideri."
602
 
603
+ #: includes/class.yith-wcwl.php:1628
604
  msgid "An error as occurred."
605
  msgstr "Si è verificato un errore."
606
 
607
+ #: init.php:130
608
  msgid ""
609
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
610
  "WooCommerce in order to work."
612
  "YITH WooCommerce Wishlist è attivo ma non funzionante. È necessario "
613
  "installare WooCommerce perché il plugin funzioni correttamente."
614
 
615
+ #: init.php:140
616
  msgid ""
617
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
618
  "are using the premium one."
940
  msgid "Google+"
941
  msgstr "Google+"
942
 
 
 
 
 
943
  #: templates/share.php:44
944
  msgid "Email"
945
  msgstr "Email"
968
  msgid "Stock Status"
969
  msgstr "Stato prodotto"
970
 
971
+ #: templates/wishlist-view.php:152 templates/wishlist-view.php:231
972
  msgid "Remove this product"
973
  msgstr "Rimuovi questo prodotto"
974
 
975
+ #: templates/wishlist-view.php:172
976
  msgid "Free!"
977
  msgstr "Gratis!"
978
 
979
+ #: templates/wishlist-view.php:178
980
  msgid "Out of Stock"
981
  msgstr "Esaurito"
982
 
983
+ #: templates/wishlist-view.php:178
984
  msgid "In Stock"
985
  msgstr "Disponibile"
986
 
987
+ #: templates/wishlist-view.php:187
988
  #, php-format
989
  msgid "Added on : %s"
990
  msgstr "Aggiunto il: %s"
991
 
992
+ #: templates/wishlist-view.php:199
993
  msgid "Move"
994
  msgstr "Sposta"
995
 
996
+ #: templates/wishlist-view.php:211
997
  msgid "Shared"
998
  msgstr "Condivisa"
999
 
1000
+ #: templates/wishlist-view.php:214
1001
  msgid "Private"
1002
  msgstr "Privata"
1003
 
1004
+ #: templates/wishlist-view.php:217
1005
  msgid "Public"
1006
  msgstr "Pubblica"
1007
 
1008
+ #: templates/wishlist-view.php:231
1009
  msgid "Remove"
1010
  msgstr "Rimuovi"
1011
 
1012
+ #: templates/wishlist-view.php:258
1013
  msgid "Add the selected products to the cart"
1014
  msgstr "Aggiungi i prodotti selezionati al carrello"
1015
 
1016
+ #: templates/wishlist-view.php:266 templates/wishlist-view.php:312
1017
  msgid "Ask for an estimate"
1018
  msgstr "Richiedi un preventivo"
1019
 
1020
+ #: templates/wishlist-view.php:302
1021
  msgid "Your email"
1022
  msgstr ""
1023
 
1024
+ #~ msgid "I wanted you to see this site"
1025
+ #~ msgstr "Vorrei che vedessi questo sito"
1026
+
1027
  #~ msgid ""
1028
  #~ "Upgrade to the PREMIUM VERSION\n"
1029
  #~ "of YITH WOOCOMMERCE WISHLIST to benefit from all features!"
languages/yith-woocommerce-wishlist-ko_KR.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-ko_KR.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
- "POT-Creation-Date: 2017-05-11 15:57+0200\n"
5
- "PO-Revision-Date: 2017-05-11 15:57+0200\n"
6
  "Last-Translator: Valentyn Zubenko <valentyn.zubenko@gmail.com>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: uk_UA\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 2.0.1\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
@@ -20,8 +20,8 @@ msgstr ""
20
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
21
 
22
  #: ../includes/class.yith-wcwl-admin-init.php:159
23
- #: ../includes/class.yith-wcwl-admin-init.php:1288
24
- #: ../includes/class.yith-wcwl-admin-init.php:1289
25
  #: ../includes/class.yith-wcwl-install.php:244
26
  msgid "Wishlist"
27
  msgstr "위시리스"
@@ -61,29 +61,29 @@ msgstr "경고: 이 플러그인은 우커머스 2.2버전 이상을 요구합
61
  msgid "Plugin Documentation"
62
  msgstr "플러그인 설명서"
63
 
64
- #: ../includes/class.yith-wcwl-admin-init.php:828
65
  msgid "Upgrade to the PREMIUM VERSION"
66
  msgstr "프리미엄 버전으로 업그레이드"
67
 
68
- #: ../includes/class.yith-wcwl-admin-init.php:831
69
  msgid "YITH WooCommerce Wishlist"
70
  msgstr "YITH WooCommerce Wishlist"
71
 
72
- #: ../includes/class.yith-wcwl-admin-init.php:832
73
  msgid "Discover the Advanced Features"
74
  msgstr "강화된 기능 보기 "
75
 
76
- #: ../includes/class.yith-wcwl-admin-init.php:833
77
  msgid ""
78
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
79
  "all features!"
80
  msgstr ""
81
 
82
- #: ../includes/class.yith-wcwl-admin-init.php:839
83
  msgid "Get Support and Pro Features"
84
  msgstr "지원받기와 프로기능"
85
 
86
- #: ../includes/class.yith-wcwl-admin-init.php:840
87
  msgid ""
88
  "By purchasing the premium version of the plugin, you will take advantage of "
89
  "the advanced features of the product and you will get one year of free "
@@ -92,15 +92,15 @@ msgstr ""
92
  "프리미엄버전 구매시 강화된 기능의 사용, 일년동안 무료 업그레이드 서비스와 자"
93
  "사 프랫폼을 이용한 24h/24 서포트가 제공됩니다."
94
 
95
- #: ../includes/class.yith-wcwl-admin-init.php:850
96
  msgid "General Settings"
97
  msgstr "일반 설정 "
98
 
99
- #: ../includes/class.yith-wcwl-admin-init.php:857
100
  msgid "Enable YITH Wishlist"
101
  msgstr "YITH Wishlist 사용"
102
 
103
- #: ../includes/class.yith-wcwl-admin-init.php:858
104
  #, php-format
105
  msgid ""
106
  "Enable all plugin features. <strong>Be sure to select at least one option in "
@@ -108,30 +108,30 @@ msgid ""
108
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
109
  msgstr ""
110
 
111
- #: ../includes/class.yith-wcwl-admin-init.php:864
112
  msgid "Default wishlist title"
113
  msgstr "기본 위시리스트 제목"
114
 
115
- #: ../includes/class.yith-wcwl-admin-init.php:866
116
- #: ../includes/class.yith-wcwl-admin-init.php:867
117
- #: ../includes/class.yith-wcwl-admin-init.php:1103
118
  #, php-format
119
  msgid "My wishlist on %s"
120
  msgstr "나의 위시리스트 목록 @ %s"
121
 
122
- #: ../includes/class.yith-wcwl-admin-init.php:872
123
  msgid "Wishlist Page"
124
  msgstr "위시리스트 페이지 "
125
 
126
- #: ../includes/class.yith-wcwl-admin-init.php:873
127
  msgid "Page contents: [yith_wcwl_wishlist]"
128
  msgstr "페이지 콘텐츠: [yith_wcwl_wishlist] "
129
 
130
- #: ../includes/class.yith-wcwl-admin-init.php:882
131
  msgid "Position"
132
  msgstr "위치"
133
 
134
- #: ../includes/class.yith-wcwl-admin-init.php:883
135
  msgid ""
136
  "You can add the button in variable products only after the \"Add to Cart\" "
137
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
@@ -139,27 +139,27 @@ msgstr ""
139
  "다양한 상품의 \"장바구니 담기\" 버튼 뒤에나 숏코드 "
140
  "[yith_wcwl_add_to_wishlist]로 추가 할수 있음."
141
 
142
- #: ../includes/class.yith-wcwl-admin-init.php:889
143
  msgid "After \"Add to cart\""
144
  msgstr "장바구니 담기 뒤에"
145
 
146
- #: ../includes/class.yith-wcwl-admin-init.php:890
147
  msgid "After thumbnails"
148
  msgstr "썸네일 뒤에"
149
 
150
- #: ../includes/class.yith-wcwl-admin-init.php:891
151
  msgid "After summary"
152
  msgstr "써머리 뒤에"
153
 
154
- #: ../includes/class.yith-wcwl-admin-init.php:892
155
  msgid "Use shortcode"
156
  msgstr "숏코드를 사용 "
157
 
158
- #: ../includes/class.yith-wcwl-admin-init.php:897
159
  msgid "Redirect to cart"
160
  msgstr "장바구니로 다시돌리기"
161
 
162
- #: ../includes/class.yith-wcwl-admin-init.php:898
163
  msgid ""
164
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
165
  "page."
@@ -167,228 +167,228 @@ msgstr ""
167
  "위시리스트 페이지의 '장바구니 담기' 버튼이 눌리면 장바구니 페이지로 다시돌리"
168
  "기"
169
 
170
- #: ../includes/class.yith-wcwl-admin-init.php:904
171
  msgid "Remove if added to the cart"
172
  msgstr "장바구니에 담고나면 제거"
173
 
174
- #: ../includes/class.yith-wcwl-admin-init.php:905
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:911
179
  msgid "\"Add to Wishlist\" text"
180
  msgstr "\"위시리스트 추가\" 텍스트"
181
 
182
- #: ../includes/class.yith-wcwl-admin-init.php:913
183
  msgid "Add to Wishlist"
184
  msgstr "위시르스트 추가"
185
 
186
- #: ../includes/class.yith-wcwl-admin-init.php:918
187
  msgid "\"Browse wishlist\" text"
188
  msgstr "\"위시리스트 둘러보기\" 텍스트"
189
 
190
- #: ../includes/class.yith-wcwl-admin-init.php:920
191
- #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl-ui.php:82
192
  msgid "Browse Wishlist"
193
  msgstr "위시리스트 둘러보기 "
194
 
195
- #: ../includes/class.yith-wcwl-admin-init.php:925
196
  msgid "\"Product already in wishlist\" text"
197
  msgstr "\"위시리스트에 이미 있습니다\" 텍스트"
198
 
199
- #: ../includes/class.yith-wcwl-admin-init.php:927
200
- #: ../includes/class.yith-wcwl-ui.php:82
201
  msgid "The product is already in the wishlist!"
202
  msgstr "이 상품은 이미 위시리스트에 있습니다."
203
 
204
- #: ../includes/class.yith-wcwl-admin-init.php:932
205
  msgid "\"Product added\" text"
206
  msgstr "\"상품 추가\" 텍스트 "
207
 
208
- #: ../includes/class.yith-wcwl-admin-init.php:934
209
- #: ../includes/class.yith-wcwl-ui.php:81
210
  msgid "Product added!"
211
  msgstr "상품이 추가됨!"
212
 
213
- #: ../includes/class.yith-wcwl-admin-init.php:939
214
  msgid "\"Add to Cart\" text"
215
  msgstr "\"장바구니 담기\" 텍스트 "
216
 
217
- #: ../includes/class.yith-wcwl-admin-init.php:941
218
  msgid "Add to Cart"
219
  msgstr "장바구니 담기 "
220
 
221
- #: ../includes/class.yith-wcwl-admin-init.php:946
222
  msgid "Show Unit price"
223
  msgstr "개별가격 보이기"
224
 
225
- #: ../includes/class.yith-wcwl-admin-init.php:947
226
  msgid "Show unit price for each product in wishlist"
227
  msgstr "관심상품내 개별상품의 개별가격 보이기"
228
 
229
- #: ../includes/class.yith-wcwl-admin-init.php:954
230
  msgid "Show \"Add to Cart\" button"
231
  msgstr "\"장바구니 담기\" 버튼 보이기"
232
 
233
- #: ../includes/class.yith-wcwl-admin-init.php:955
234
  msgid "Show \"Add to Cart\" button for each product in wishlist"
235
  msgstr "관심상품내 개별상품에 \"장바구니 담기\" 버튼 보이기 "
236
 
237
- #: ../includes/class.yith-wcwl-admin-init.php:962
238
  msgid "Show Stock status"
239
  msgstr "재고상황 보기 "
240
 
241
- #: ../includes/class.yith-wcwl-admin-init.php:963
242
  msgid ""
243
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
244
  msgstr "위시리스트내 개별상품에 \"재고있음\" 또는 \"재고없음\" 레이블 보이기"
245
 
246
- #: ../includes/class.yith-wcwl-admin-init.php:970
247
  msgid "Show Date of addition"
248
  msgstr "추가한 날짜 보이기 "
249
 
250
- #: ../includes/class.yith-wcwl-admin-init.php:971
251
  msgid "Show the date when users have added a product to the wishlist"
252
  msgstr "위시리스트에 사용자가 상품 추가한 날짜 보이기"
253
 
254
- #: ../includes/class.yith-wcwl-admin-init.php:978
255
  msgid "Add second remove button"
256
  msgstr "두번째 제거 버튼 추가"
257
 
258
- #: ../includes/class.yith-wcwl-admin-init.php:979
259
  msgid "Add a second remove button in the last column, with extended label"
260
  msgstr "확장 레이블에 두번째 제거버튼을 마지막 열에 추가"
261
 
262
- #: ../includes/class.yith-wcwl-admin-init.php:994
263
  msgid "Styles"
264
  msgstr "스타일 "
265
 
266
- #: ../includes/class.yith-wcwl-admin-init.php:1001
267
  msgid "Use buttons"
268
  msgstr "버튼 사용 "
269
 
270
- #: ../includes/class.yith-wcwl-admin-init.php:1002
271
  msgid "Use buttons instead of simple anchors."
272
  msgstr "연결구문 대신 버튼 사용 "
273
 
274
- #: ../includes/class.yith-wcwl-admin-init.php:1008
275
  msgid "Custom CSS"
276
  msgstr "커스텀 CSS"
277
 
278
- #: ../includes/class.yith-wcwl-admin-init.php:1015
279
  msgid "Use theme style"
280
  msgstr "테마 스타일 사용 "
281
 
282
- #: ../includes/class.yith-wcwl-admin-init.php:1016
283
  msgid "Use the theme style."
284
  msgstr "지금 테마 스타일 사용"
285
 
286
- #: ../includes/class.yith-wcwl-admin-init.php:1022
287
  msgid "Rounded buttons"
288
  msgstr "굴곡진 모서리 버튼"
289
 
290
- #: ../includes/class.yith-wcwl-admin-init.php:1023
291
  msgid "Make button corners rounded"
292
  msgstr "버튼 모서리를 굴곡지게 만들기"
293
 
294
- #: ../includes/class.yith-wcwl-admin-init.php:1029
295
  msgid "\"Add to Wishlist\" icon"
296
  msgstr "\"위시리스트 추가\" 아이콘 "
297
 
298
- #: ../includes/class.yith-wcwl-admin-init.php:1030
299
  msgid "Add an icon to the \"Add to Wishlist\" button"
300
  msgstr "\"위시리스트 추가\"버튼에 아이콘 추가하기 "
301
 
302
- #: ../includes/class.yith-wcwl-admin-init.php:1040
303
  msgid "\"Add to Cart\" icon"
304
  msgstr "\"장바구니 담기\" 아이콘 "
305
 
306
- #: ../includes/class.yith-wcwl-admin-init.php:1041
307
  msgid "Add an icon to the \"Add to Cart\" button"
308
  msgstr "\"장바구니 담기\"버튼에 아이콘 추가하기"
309
 
310
- #: ../includes/class.yith-wcwl-admin-init.php:1059
311
  msgid "Social Networks & Share"
312
  msgstr "소셜 네트워크와 공유 "
313
 
314
- #: ../includes/class.yith-wcwl-admin-init.php:1066
315
  msgid "Share on Facebook"
316
  msgstr "페이스북에 공유"
317
 
318
- #: ../includes/class.yith-wcwl-admin-init.php:1067
319
  msgid "Show \"Share on Facebook\" button"
320
  msgstr "\"페이스북에 공유\"버튼 보이기 "
321
 
322
- #: ../includes/class.yith-wcwl-admin-init.php:1073
323
  msgid "Tweet on Twitter"
324
  msgstr "트위터에 트윗하기"
325
 
326
- #: ../includes/class.yith-wcwl-admin-init.php:1074
327
  msgid "Show \"Tweet on Twitter\" button"
328
  msgstr "\"트위터에 트윗하기\"버튼 보이기"
329
 
330
- #: ../includes/class.yith-wcwl-admin-init.php:1080
331
  msgid "Pin on Pinterest"
332
  msgstr "핀레스트에 핀하기"
333
 
334
- #: ../includes/class.yith-wcwl-admin-init.php:1081
335
  msgid "Show \"Pin on Pinterest\" button"
336
  msgstr "\"핀레스트에 핀하기\"버튼 보이기 "
337
 
338
- #: ../includes/class.yith-wcwl-admin-init.php:1087
339
  msgid "Share on Google+"
340
  msgstr "구글플러스에 공유"
341
 
342
- #: ../includes/class.yith-wcwl-admin-init.php:1088
343
  msgid "Show \"Share on Google+\" button"
344
  msgstr "\"구글플러스에 공유\"버튼 보이기 "
345
 
346
- #: ../includes/class.yith-wcwl-admin-init.php:1094
347
  msgid "Share by Email"
348
  msgstr "이메일로 공유"
349
 
350
- #: ../includes/class.yith-wcwl-admin-init.php:1095
351
  msgid "Show \"Share by Email\" button"
352
  msgstr "\"이메일로 공유\"버튼 보이기"
353
 
354
- #: ../includes/class.yith-wcwl-admin-init.php:1101
355
  msgid "Social title"
356
  msgstr "소셜 타이틀"
357
 
358
- #: ../includes/class.yith-wcwl-admin-init.php:1108
359
  msgid "Social text"
360
  msgstr "소셜 텍스트 "
361
 
362
- #: ../includes/class.yith-wcwl-admin-init.php:1109
363
  msgid ""
364
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
365
  "strong> where you want to show the URL of your wishlist."
366
  msgstr ""
367
 
368
- #: ../includes/class.yith-wcwl-admin-init.php:1116
369
  msgid "Social image URL"
370
  msgstr "소셜 이미지 URL"
371
 
372
- #: ../includes/class.yith-wcwl-admin-init.php:1117
373
  msgid "It will be used by Pinterest."
374
  msgstr ""
375
 
376
- #: ../includes/class.yith-wcwl-admin-init.php:1131
377
  #, php-format
378
  msgid ""
379
  "If you want to take advantage of this feature, you could consider to "
380
  "purchase the %s."
381
  msgstr "이기능의 장점을 사용하시려면 %s 의 구매를 생각해 보십시요."
382
 
383
- #: ../includes/class.yith-wcwl-admin-init.php:1136
384
  msgid "YITH WooCommerce Frequently Bought Together Integration"
385
  msgstr "YITH WooCommerce 와 함께 자주 구매되는 연결"
386
 
387
- #: ../includes/class.yith-wcwl-admin-init.php:1143
388
  msgid "Enable slider in wishlist"
389
  msgstr "위시리스트내 슬라이더 사용 "
390
 
391
- #: ../includes/class.yith-wcwl-admin-init.php:1144
392
  #, php-format
393
  msgid ""
394
  "Choose to enable product slider in wishlist page with linked products (<a "
@@ -397,84 +397,84 @@ msgstr ""
397
  "위시리스트 페이지에 연결된 상품내 상품 슬라이더 기능 선택 (<a href=\"%s\" "
398
  "class=\"thickbox\">Example</a>). %s"
399
 
400
- #: ../includes/class.yith-wcwl-admin-init.php:1180
401
  msgid "\"Add to wishlist\" button"
402
  msgstr "\"위시리스트 추가\"버튼"
403
 
404
- #: ../includes/class.yith-wcwl-admin-init.php:1183
405
- #: ../includes/class.yith-wcwl-admin-init.php:1201
406
- #: ../includes/class.yith-wcwl-admin-init.php:1219
407
- #: ../includes/class.yith-wcwl-admin-init.php:1237
408
- #: ../includes/class.yith-wcwl-admin-init.php:1255
409
  msgid "Background"
410
  msgstr "백그라운드 "
411
 
412
- #: ../includes/class.yith-wcwl-admin-init.php:1184
413
- #: ../includes/class.yith-wcwl-admin-init.php:1202
414
- #: ../includes/class.yith-wcwl-admin-init.php:1220
415
- #: ../includes/class.yith-wcwl-admin-init.php:1238
416
- #: ../includes/class.yith-wcwl-admin-init.php:1256
417
  msgid "Text"
418
  msgstr "텍스트 "
419
 
420
- #: ../includes/class.yith-wcwl-admin-init.php:1185
421
- #: ../includes/class.yith-wcwl-admin-init.php:1203
422
- #: ../includes/class.yith-wcwl-admin-init.php:1221
423
- #: ../includes/class.yith-wcwl-admin-init.php:1239
424
- #: ../includes/class.yith-wcwl-admin-init.php:1257
425
  msgid "Border"
426
  msgstr "경계 "
427
 
428
- #: ../includes/class.yith-wcwl-admin-init.php:1192
429
- #: ../includes/class.yith-wcwl-admin-init.php:1210
430
- #: ../includes/class.yith-wcwl-admin-init.php:1228
431
- #: ../includes/class.yith-wcwl-admin-init.php:1246
432
  msgid "Background (hover)"
433
  msgstr "백그라운드(안쪽)"
434
 
435
- #: ../includes/class.yith-wcwl-admin-init.php:1193
436
- #: ../includes/class.yith-wcwl-admin-init.php:1211
437
- #: ../includes/class.yith-wcwl-admin-init.php:1229
438
- #: ../includes/class.yith-wcwl-admin-init.php:1247
439
  msgid "Text (hover)"
440
  msgstr "텍스트 (안쪽)"
441
 
442
- #: ../includes/class.yith-wcwl-admin-init.php:1194
443
- #: ../includes/class.yith-wcwl-admin-init.php:1212
444
- #: ../includes/class.yith-wcwl-admin-init.php:1230
445
- #: ../includes/class.yith-wcwl-admin-init.php:1248
446
  msgid "Border (hover)"
447
  msgstr "경계 (안쪽)"
448
 
449
- #: ../includes/class.yith-wcwl-admin-init.php:1198
450
  msgid "\"Add to Cart\" button"
451
  msgstr "\"장바구니 담기\" 버튼 "
452
 
453
- #: ../includes/class.yith-wcwl-admin-init.php:1216
454
  msgid "\"Style 1\" button"
455
  msgstr "\"스타일 1\" 버튼 "
456
 
457
- #: ../includes/class.yith-wcwl-admin-init.php:1234
458
  msgid "\"Style 2\" button"
459
  msgstr "\"스타일 2\" 버튼 "
460
 
461
- #: ../includes/class.yith-wcwl-admin-init.php:1252
462
  msgid "Wishlist table"
463
  msgstr "위시리스트 테이블 "
464
 
465
- #: ../includes/class.yith-wcwl-admin-init.php:1261
466
  msgid "Headers"
467
  msgstr "헤더 "
468
 
469
- #: ../includes/class.yith-wcwl-admin-init.php:1264
470
  msgid "Background color"
471
  msgstr "백그라운드 색깔 "
472
 
473
- #: ../includes/class.yith-wcwl-admin-init.php:1354
474
  msgid "Wishlist Activated"
475
  msgstr "위시리스트 사용됨"
476
 
477
- #: ../includes/class.yith-wcwl-admin-init.php:1355
478
  #, php-format
479
  msgid ""
480
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
@@ -486,11 +486,11 @@ msgstr ""
486
  "인의 세팅을 할수 있읍니다. 프리미엄버전의 많은 새로운 옵션 <a href=\"%s"
487
  "\">discover it now</a> 이 사용가능합니다."
488
 
489
- #: ../includes/class.yith-wcwl-admin-init.php:1366
490
  msgid "Wishlist Updated"
491
  msgstr "위시리스트 업데이트됨 "
492
 
493
- #: ../includes/class.yith-wcwl-admin-init.php:1367
494
  #, php-format
495
  msgid ""
496
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
@@ -504,14 +504,14 @@ msgstr ""
504
  "인이 업데이트되면 새로운 소식이 이 메뉴에 추가 되며, 위시리스트가 새로운 옵션"
505
  "이 업데이트되면 <a href=\"%s\">프리미엄버전 살펴보기.</a> 표시됨."
506
 
507
- #: ../includes/class.yith-wcwl-init.php:366
508
  msgid ""
509
  "We are sorry, but this feature is available only if cookies are enabled on "
510
  "your browser."
511
  msgstr ""
512
  "죄송합니다. 이 기능은 브라우져에서 쿠기가 활성화되어 있으면 가능합니다."
513
 
514
- #: ../includes/class.yith-wcwl-init.php:367
515
  msgid "Product correctly added to cart"
516
  msgstr "상품이 잘 장바구니에 담겼습니다."
517
 
@@ -521,24 +521,24 @@ msgid "wishlist"
521
  msgstr "위시리스트"
522
 
523
  #: ../includes/class.yith-wcwl-shortcode.php:259
524
- #: ../includes/class.yith-wcwl-ui.php:163
525
  msgid "Share on:"
526
  msgstr "공유: "
527
 
528
- #: ../includes/class.yith-wcwl-ui.php:117
529
- #: ../includes/class.yith-wcwl-ui.php:199
530
  msgid "Select options"
531
  msgstr "옵션 선택 "
532
 
533
- #: ../includes/class.yith-wcwl-ui.php:167 ../templates/share.php:20
534
  msgid "Facebook"
535
  msgstr "페이스북 "
536
 
537
- #: ../includes/class.yith-wcwl-ui.php:170 ../templates/share.php:26
538
  msgid "Twitter"
539
  msgstr "트위터 "
540
 
541
- #: ../includes/class.yith-wcwl-ui.php:179
542
  msgid "email"
543
  msgstr "이메일 "
544
 
@@ -546,39 +546,39 @@ msgstr "이메일 "
546
  msgid "An error occurred while adding products to the wishlist."
547
  msgstr "위시리스트에 추가중에 에러가 발생함."
548
 
549
- #: ../includes/class.yith-wcwl.php:268
550
  msgid "An error occurred while adding products to wishlist."
551
  msgstr "위시리스트에 추가중에 에러가 발생함."
552
 
553
- #: ../includes/class.yith-wcwl.php:285
554
  msgid "The \"Remove\" option now does not require any parameter"
555
  msgstr "\"제거\" 옵션은 파라메타가 필요없음."
556
 
557
- #: ../includes/class.yith-wcwl.php:332
558
  msgid "An error occurred while removing products from the wishlist"
559
  msgstr "위시리스트에서 제거중에 에러가 발생함. "
560
 
561
- #: ../includes/class.yith-wcwl.php:774
562
  msgid "You need to log in before creating a new wishlist"
563
  msgstr "새로운 위시리스트를 만들기 전에 로그인 하십시요"
564
 
565
- #: ../includes/class.yith-wcwl.php:1565
566
  msgid "Product successfully removed."
567
  msgstr "상품이 성공적으로 제거 되었습니다."
568
 
569
- #: ../includes/class.yith-wcwl.php:1569
570
  msgid "Error. Unable to remove the product from the wishlist."
571
  msgstr "에러, 위시리스트에서 상품제거 불가능 "
572
 
573
- #: ../includes/class.yith-wcwl.php:1573 ../templates/wishlist-view.php:239
574
  msgid "No products were added to the wishlist"
575
  msgstr "위시리스트에 추가할 상품이 없음 "
576
 
577
- #: ../includes/class.yith-wcwl.php:1615
578
  msgid "An error as occurred."
579
  msgstr "에러가 발생됨 "
580
 
581
- #: ../init.php:128
582
  msgid ""
583
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
584
  "WooCommerce in order to work."
@@ -586,7 +586,7 @@ msgstr ""
586
  "YITH WooCommerce Wishlist가 활성화 되었으나 사용 불가능. 사용하기 위해서는 우"
587
  "커머스가 필요합니다."
588
 
589
- #: ../init.php:138
590
  msgid ""
591
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
592
  "are using the premium one."
@@ -895,10 +895,6 @@ msgstr "핀테레스트 "
895
  msgid "Google+"
896
  msgstr "구글플러스 "
897
 
898
- #: ../templates/share.php:44
899
- msgid "I wanted you to see this site"
900
- msgstr "참조 싸이트"
901
-
902
  #: ../templates/share.php:44
903
  msgid "Email"
904
  msgstr "이메일 "
@@ -927,59 +923,62 @@ msgstr "단가 "
927
  msgid "Stock Status"
928
  msgstr "재고여부 "
929
 
930
- #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:229
931
  msgid "Remove this product"
932
  msgstr "이 상품 제거 "
933
 
934
- #: ../templates/wishlist-view.php:170
935
  msgid "Free!"
936
  msgstr "프리!"
937
 
938
- #: ../templates/wishlist-view.php:176
939
  msgid "Out of Stock"
940
  msgstr "재고 없음 "
941
 
942
- #: ../templates/wishlist-view.php:176
943
  msgid "In Stock"
944
  msgstr "재고 있음 "
945
 
946
- #: ../templates/wishlist-view.php:185
947
  #, php-format
948
  msgid "Added on : %s"
949
  msgstr "추가됨 : %s"
950
 
951
- #: ../templates/wishlist-view.php:197
952
  msgid "Move"
953
  msgstr "이동 "
954
 
955
- #: ../templates/wishlist-view.php:209
956
  msgid "Shared"
957
  msgstr "공유됨 "
958
 
959
- #: ../templates/wishlist-view.php:212
960
  msgid "Private"
961
  msgstr "개인 "
962
 
963
- #: ../templates/wishlist-view.php:215
964
  msgid "Public"
965
  msgstr "공용 "
966
 
967
- #: ../templates/wishlist-view.php:229
968
  msgid "Remove"
969
  msgstr "제거 "
970
 
971
- #: ../templates/wishlist-view.php:256
972
  msgid "Add the selected products to the cart"
973
  msgstr "선택된 상품들 장바구니에 담기 "
974
 
975
- #: ../templates/wishlist-view.php:264 ../templates/wishlist-view.php:310
976
  msgid "Ask for an estimate"
977
  msgstr "견적가 요청 "
978
 
979
- #: ../templates/wishlist-view.php:300
980
  msgid "Your email"
981
  msgstr ""
982
 
 
 
 
983
  #~ msgid ""
984
  #~ "Upgrade to the PREMIUM VERSION\n"
985
  #~ "of YITH WOOCOMMERCE WISHLIST to benefit from all features!"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
+ "POT-Creation-Date: 2017-10-24 17:33+0200\n"
5
+ "PO-Revision-Date: 2017-10-24 17:33+0200\n"
6
  "Last-Translator: Valentyn Zubenko <valentyn.zubenko@gmail.com>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: uk_UA\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.8.7.1\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
20
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
21
 
22
  #: ../includes/class.yith-wcwl-admin-init.php:159
23
+ #: ../includes/class.yith-wcwl-admin-init.php:1483
24
+ #: ../includes/class.yith-wcwl-admin-init.php:1484
25
  #: ../includes/class.yith-wcwl-install.php:244
26
  msgid "Wishlist"
27
  msgstr "위시리스"
61
  msgid "Plugin Documentation"
62
  msgstr "플러그인 설명서"
63
 
64
+ #: ../includes/class.yith-wcwl-admin-init.php:1023
65
  msgid "Upgrade to the PREMIUM VERSION"
66
  msgstr "프리미엄 버전으로 업그레이드"
67
 
68
+ #: ../includes/class.yith-wcwl-admin-init.php:1026
69
  msgid "YITH WooCommerce Wishlist"
70
  msgstr "YITH WooCommerce Wishlist"
71
 
72
+ #: ../includes/class.yith-wcwl-admin-init.php:1027
73
  msgid "Discover the Advanced Features"
74
  msgstr "강화된 기능 보기 "
75
 
76
+ #: ../includes/class.yith-wcwl-admin-init.php:1028
77
  msgid ""
78
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
79
  "all features!"
80
  msgstr ""
81
 
82
+ #: ../includes/class.yith-wcwl-admin-init.php:1034
83
  msgid "Get Support and Pro Features"
84
  msgstr "지원받기와 프로기능"
85
 
86
+ #: ../includes/class.yith-wcwl-admin-init.php:1035
87
  msgid ""
88
  "By purchasing the premium version of the plugin, you will take advantage of "
89
  "the advanced features of the product and you will get one year of free "
92
  "프리미엄버전 구매시 강화된 기능의 사용, 일년동안 무료 업그레이드 서비스와 자"
93
  "사 프랫폼을 이용한 24h/24 서포트가 제공됩니다."
94
 
95
+ #: ../includes/class.yith-wcwl-admin-init.php:1045
96
  msgid "General Settings"
97
  msgstr "일반 설정 "
98
 
99
+ #: ../includes/class.yith-wcwl-admin-init.php:1052
100
  msgid "Enable YITH Wishlist"
101
  msgstr "YITH Wishlist 사용"
102
 
103
+ #: ../includes/class.yith-wcwl-admin-init.php:1053
104
  #, php-format
105
  msgid ""
106
  "Enable all plugin features. <strong>Be sure to select at least one option in "
108
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
109
  msgstr ""
110
 
111
+ #: ../includes/class.yith-wcwl-admin-init.php:1059
112
  msgid "Default wishlist title"
113
  msgstr "기본 위시리스트 제목"
114
 
115
+ #: ../includes/class.yith-wcwl-admin-init.php:1061
116
+ #: ../includes/class.yith-wcwl-admin-init.php:1062
117
+ #: ../includes/class.yith-wcwl-admin-init.php:1298
118
  #, php-format
119
  msgid "My wishlist on %s"
120
  msgstr "나의 위시리스트 목록 @ %s"
121
 
122
+ #: ../includes/class.yith-wcwl-admin-init.php:1067
123
  msgid "Wishlist Page"
124
  msgstr "위시리스트 페이지 "
125
 
126
+ #: ../includes/class.yith-wcwl-admin-init.php:1068
127
  msgid "Page contents: [yith_wcwl_wishlist]"
128
  msgstr "페이지 콘텐츠: [yith_wcwl_wishlist] "
129
 
130
+ #: ../includes/class.yith-wcwl-admin-init.php:1077
131
  msgid "Position"
132
  msgstr "위치"
133
 
134
+ #: ../includes/class.yith-wcwl-admin-init.php:1078
135
  msgid ""
136
  "You can add the button in variable products only after the \"Add to Cart\" "
137
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
139
  "다양한 상품의 \"장바구니 담기\" 버튼 뒤에나 숏코드 "
140
  "[yith_wcwl_add_to_wishlist]로 추가 할수 있음."
141
 
142
+ #: ../includes/class.yith-wcwl-admin-init.php:1084
143
  msgid "After \"Add to cart\""
144
  msgstr "장바구니 담기 뒤에"
145
 
146
+ #: ../includes/class.yith-wcwl-admin-init.php:1085
147
  msgid "After thumbnails"
148
  msgstr "썸네일 뒤에"
149
 
150
+ #: ../includes/class.yith-wcwl-admin-init.php:1086
151
  msgid "After summary"
152
  msgstr "써머리 뒤에"
153
 
154
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
155
  msgid "Use shortcode"
156
  msgstr "숏코드를 사용 "
157
 
158
+ #: ../includes/class.yith-wcwl-admin-init.php:1092
159
  msgid "Redirect to cart"
160
  msgstr "장바구니로 다시돌리기"
161
 
162
+ #: ../includes/class.yith-wcwl-admin-init.php:1093
163
  msgid ""
164
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
165
  "page."
167
  "위시리스트 페이지의 '장바구니 담기' 버튼이 눌리면 장바구니 페이지로 다시돌리"
168
  "기"
169
 
170
+ #: ../includes/class.yith-wcwl-admin-init.php:1099
171
  msgid "Remove if added to the cart"
172
  msgstr "장바구니에 담고나면 제거"
173
 
174
+ #: ../includes/class.yith-wcwl-admin-init.php:1100
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:1106
179
  msgid "\"Add to Wishlist\" text"
180
  msgstr "\"위시리스트 추가\" 텍스트"
181
 
182
+ #: ../includes/class.yith-wcwl-admin-init.php:1108
183
  msgid "Add to Wishlist"
184
  msgstr "위시르스트 추가"
185
 
186
+ #: ../includes/class.yith-wcwl-admin-init.php:1113
187
  msgid "\"Browse wishlist\" text"
188
  msgstr "\"위시리스트 둘러보기\" 텍스트"
189
 
190
+ #: ../includes/class.yith-wcwl-admin-init.php:1115
191
+ #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
192
  msgid "Browse Wishlist"
193
  msgstr "위시리스트 둘러보기 "
194
 
195
+ #: ../includes/class.yith-wcwl-admin-init.php:1120
196
  msgid "\"Product already in wishlist\" text"
197
  msgstr "\"위시리스트에 이미 있습니다\" 텍스트"
198
 
199
+ #: ../includes/class.yith-wcwl-admin-init.php:1122
200
+ #: ../includes/class.yith-wcwl-ui.php:83
201
  msgid "The product is already in the wishlist!"
202
  msgstr "이 상품은 이미 위시리스트에 있습니다."
203
 
204
+ #: ../includes/class.yith-wcwl-admin-init.php:1127
205
  msgid "\"Product added\" text"
206
  msgstr "\"상품 추가\" 텍스트 "
207
 
208
+ #: ../includes/class.yith-wcwl-admin-init.php:1129
209
+ #: ../includes/class.yith-wcwl-ui.php:82
210
  msgid "Product added!"
211
  msgstr "상품이 추가됨!"
212
 
213
+ #: ../includes/class.yith-wcwl-admin-init.php:1134
214
  msgid "\"Add to Cart\" text"
215
  msgstr "\"장바구니 담기\" 텍스트 "
216
 
217
+ #: ../includes/class.yith-wcwl-admin-init.php:1136
218
  msgid "Add to Cart"
219
  msgstr "장바구니 담기 "
220
 
221
+ #: ../includes/class.yith-wcwl-admin-init.php:1141
222
  msgid "Show Unit price"
223
  msgstr "개별가격 보이기"
224
 
225
+ #: ../includes/class.yith-wcwl-admin-init.php:1142
226
  msgid "Show unit price for each product in wishlist"
227
  msgstr "관심상품내 개별상품의 개별가격 보이기"
228
 
229
+ #: ../includes/class.yith-wcwl-admin-init.php:1149
230
  msgid "Show \"Add to Cart\" button"
231
  msgstr "\"장바구니 담기\" 버튼 보이기"
232
 
233
+ #: ../includes/class.yith-wcwl-admin-init.php:1150
234
  msgid "Show \"Add to Cart\" button for each product in wishlist"
235
  msgstr "관심상품내 개별상품에 \"장바구니 담기\" 버튼 보이기 "
236
 
237
+ #: ../includes/class.yith-wcwl-admin-init.php:1157
238
  msgid "Show Stock status"
239
  msgstr "재고상황 보기 "
240
 
241
+ #: ../includes/class.yith-wcwl-admin-init.php:1158
242
  msgid ""
243
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
244
  msgstr "위시리스트내 개별상품에 \"재고있음\" 또는 \"재고없음\" 레이블 보이기"
245
 
246
+ #: ../includes/class.yith-wcwl-admin-init.php:1165
247
  msgid "Show Date of addition"
248
  msgstr "추가한 날짜 보이기 "
249
 
250
+ #: ../includes/class.yith-wcwl-admin-init.php:1166
251
  msgid "Show the date when users have added a product to the wishlist"
252
  msgstr "위시리스트에 사용자가 상품 추가한 날짜 보이기"
253
 
254
+ #: ../includes/class.yith-wcwl-admin-init.php:1173
255
  msgid "Add second remove button"
256
  msgstr "두번째 제거 버튼 추가"
257
 
258
+ #: ../includes/class.yith-wcwl-admin-init.php:1174
259
  msgid "Add a second remove button in the last column, with extended label"
260
  msgstr "확장 레이블에 두번째 제거버튼을 마지막 열에 추가"
261
 
262
+ #: ../includes/class.yith-wcwl-admin-init.php:1189
263
  msgid "Styles"
264
  msgstr "스타일 "
265
 
266
+ #: ../includes/class.yith-wcwl-admin-init.php:1196
267
  msgid "Use buttons"
268
  msgstr "버튼 사용 "
269
 
270
+ #: ../includes/class.yith-wcwl-admin-init.php:1197
271
  msgid "Use buttons instead of simple anchors."
272
  msgstr "연결구문 대신 버튼 사용 "
273
 
274
+ #: ../includes/class.yith-wcwl-admin-init.php:1203
275
  msgid "Custom CSS"
276
  msgstr "커스텀 CSS"
277
 
278
+ #: ../includes/class.yith-wcwl-admin-init.php:1210
279
  msgid "Use theme style"
280
  msgstr "테마 스타일 사용 "
281
 
282
+ #: ../includes/class.yith-wcwl-admin-init.php:1211
283
  msgid "Use the theme style."
284
  msgstr "지금 테마 스타일 사용"
285
 
286
+ #: ../includes/class.yith-wcwl-admin-init.php:1217
287
  msgid "Rounded buttons"
288
  msgstr "굴곡진 모서리 버튼"
289
 
290
+ #: ../includes/class.yith-wcwl-admin-init.php:1218
291
  msgid "Make button corners rounded"
292
  msgstr "버튼 모서리를 굴곡지게 만들기"
293
 
294
+ #: ../includes/class.yith-wcwl-admin-init.php:1224
295
  msgid "\"Add to Wishlist\" icon"
296
  msgstr "\"위시리스트 추가\" 아이콘 "
297
 
298
+ #: ../includes/class.yith-wcwl-admin-init.php:1225
299
  msgid "Add an icon to the \"Add to Wishlist\" button"
300
  msgstr "\"위시리스트 추가\"버튼에 아이콘 추가하기 "
301
 
302
+ #: ../includes/class.yith-wcwl-admin-init.php:1235
303
  msgid "\"Add to Cart\" icon"
304
  msgstr "\"장바구니 담기\" 아이콘 "
305
 
306
+ #: ../includes/class.yith-wcwl-admin-init.php:1236
307
  msgid "Add an icon to the \"Add to Cart\" button"
308
  msgstr "\"장바구니 담기\"버튼에 아이콘 추가하기"
309
 
310
+ #: ../includes/class.yith-wcwl-admin-init.php:1254
311
  msgid "Social Networks & Share"
312
  msgstr "소셜 네트워크와 공유 "
313
 
314
+ #: ../includes/class.yith-wcwl-admin-init.php:1261
315
  msgid "Share on Facebook"
316
  msgstr "페이스북에 공유"
317
 
318
+ #: ../includes/class.yith-wcwl-admin-init.php:1262
319
  msgid "Show \"Share on Facebook\" button"
320
  msgstr "\"페이스북에 공유\"버튼 보이기 "
321
 
322
+ #: ../includes/class.yith-wcwl-admin-init.php:1268
323
  msgid "Tweet on Twitter"
324
  msgstr "트위터에 트윗하기"
325
 
326
+ #: ../includes/class.yith-wcwl-admin-init.php:1269
327
  msgid "Show \"Tweet on Twitter\" button"
328
  msgstr "\"트위터에 트윗하기\"버튼 보이기"
329
 
330
+ #: ../includes/class.yith-wcwl-admin-init.php:1275
331
  msgid "Pin on Pinterest"
332
  msgstr "핀레스트에 핀하기"
333
 
334
+ #: ../includes/class.yith-wcwl-admin-init.php:1276
335
  msgid "Show \"Pin on Pinterest\" button"
336
  msgstr "\"핀레스트에 핀하기\"버튼 보이기 "
337
 
338
+ #: ../includes/class.yith-wcwl-admin-init.php:1282
339
  msgid "Share on Google+"
340
  msgstr "구글플러스에 공유"
341
 
342
+ #: ../includes/class.yith-wcwl-admin-init.php:1283
343
  msgid "Show \"Share on Google+\" button"
344
  msgstr "\"구글플러스에 공유\"버튼 보이기 "
345
 
346
+ #: ../includes/class.yith-wcwl-admin-init.php:1289
347
  msgid "Share by Email"
348
  msgstr "이메일로 공유"
349
 
350
+ #: ../includes/class.yith-wcwl-admin-init.php:1290
351
  msgid "Show \"Share by Email\" button"
352
  msgstr "\"이메일로 공유\"버튼 보이기"
353
 
354
+ #: ../includes/class.yith-wcwl-admin-init.php:1296
355
  msgid "Social title"
356
  msgstr "소셜 타이틀"
357
 
358
+ #: ../includes/class.yith-wcwl-admin-init.php:1303
359
  msgid "Social text"
360
  msgstr "소셜 텍스트 "
361
 
362
+ #: ../includes/class.yith-wcwl-admin-init.php:1304
363
  msgid ""
364
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
365
  "strong> where you want to show the URL of your wishlist."
366
  msgstr ""
367
 
368
+ #: ../includes/class.yith-wcwl-admin-init.php:1311
369
  msgid "Social image URL"
370
  msgstr "소셜 이미지 URL"
371
 
372
+ #: ../includes/class.yith-wcwl-admin-init.php:1312
373
  msgid "It will be used by Pinterest."
374
  msgstr ""
375
 
376
+ #: ../includes/class.yith-wcwl-admin-init.php:1326
377
  #, php-format
378
  msgid ""
379
  "If you want to take advantage of this feature, you could consider to "
380
  "purchase the %s."
381
  msgstr "이기능의 장점을 사용하시려면 %s 의 구매를 생각해 보십시요."
382
 
383
+ #: ../includes/class.yith-wcwl-admin-init.php:1331
384
  msgid "YITH WooCommerce Frequently Bought Together Integration"
385
  msgstr "YITH WooCommerce 와 함께 자주 구매되는 연결"
386
 
387
+ #: ../includes/class.yith-wcwl-admin-init.php:1338
388
  msgid "Enable slider in wishlist"
389
  msgstr "위시리스트내 슬라이더 사용 "
390
 
391
+ #: ../includes/class.yith-wcwl-admin-init.php:1339
392
  #, php-format
393
  msgid ""
394
  "Choose to enable product slider in wishlist page with linked products (<a "
397
  "위시리스트 페이지에 연결된 상품내 상품 슬라이더 기능 선택 (<a href=\"%s\" "
398
  "class=\"thickbox\">Example</a>). %s"
399
 
400
+ #: ../includes/class.yith-wcwl-admin-init.php:1375
401
  msgid "\"Add to wishlist\" button"
402
  msgstr "\"위시리스트 추가\"버튼"
403
 
404
+ #: ../includes/class.yith-wcwl-admin-init.php:1378
405
+ #: ../includes/class.yith-wcwl-admin-init.php:1396
406
+ #: ../includes/class.yith-wcwl-admin-init.php:1414
407
+ #: ../includes/class.yith-wcwl-admin-init.php:1432
408
+ #: ../includes/class.yith-wcwl-admin-init.php:1450
409
  msgid "Background"
410
  msgstr "백그라운드 "
411
 
412
+ #: ../includes/class.yith-wcwl-admin-init.php:1379
413
+ #: ../includes/class.yith-wcwl-admin-init.php:1397
414
+ #: ../includes/class.yith-wcwl-admin-init.php:1415
415
+ #: ../includes/class.yith-wcwl-admin-init.php:1433
416
+ #: ../includes/class.yith-wcwl-admin-init.php:1451
417
  msgid "Text"
418
  msgstr "텍스트 "
419
 
420
+ #: ../includes/class.yith-wcwl-admin-init.php:1380
421
+ #: ../includes/class.yith-wcwl-admin-init.php:1398
422
+ #: ../includes/class.yith-wcwl-admin-init.php:1416
423
+ #: ../includes/class.yith-wcwl-admin-init.php:1434
424
+ #: ../includes/class.yith-wcwl-admin-init.php:1452
425
  msgid "Border"
426
  msgstr "경계 "
427
 
428
+ #: ../includes/class.yith-wcwl-admin-init.php:1387
429
+ #: ../includes/class.yith-wcwl-admin-init.php:1405
430
+ #: ../includes/class.yith-wcwl-admin-init.php:1423
431
+ #: ../includes/class.yith-wcwl-admin-init.php:1441
432
  msgid "Background (hover)"
433
  msgstr "백그라운드(안쪽)"
434
 
435
+ #: ../includes/class.yith-wcwl-admin-init.php:1388
436
+ #: ../includes/class.yith-wcwl-admin-init.php:1406
437
+ #: ../includes/class.yith-wcwl-admin-init.php:1424
438
+ #: ../includes/class.yith-wcwl-admin-init.php:1442
439
  msgid "Text (hover)"
440
  msgstr "텍스트 (안쪽)"
441
 
442
+ #: ../includes/class.yith-wcwl-admin-init.php:1389
443
+ #: ../includes/class.yith-wcwl-admin-init.php:1407
444
+ #: ../includes/class.yith-wcwl-admin-init.php:1425
445
+ #: ../includes/class.yith-wcwl-admin-init.php:1443
446
  msgid "Border (hover)"
447
  msgstr "경계 (안쪽)"
448
 
449
+ #: ../includes/class.yith-wcwl-admin-init.php:1393
450
  msgid "\"Add to Cart\" button"
451
  msgstr "\"장바구니 담기\" 버튼 "
452
 
453
+ #: ../includes/class.yith-wcwl-admin-init.php:1411
454
  msgid "\"Style 1\" button"
455
  msgstr "\"스타일 1\" 버튼 "
456
 
457
+ #: ../includes/class.yith-wcwl-admin-init.php:1429
458
  msgid "\"Style 2\" button"
459
  msgstr "\"스타일 2\" 버튼 "
460
 
461
+ #: ../includes/class.yith-wcwl-admin-init.php:1447
462
  msgid "Wishlist table"
463
  msgstr "위시리스트 테이블 "
464
 
465
+ #: ../includes/class.yith-wcwl-admin-init.php:1456
466
  msgid "Headers"
467
  msgstr "헤더 "
468
 
469
+ #: ../includes/class.yith-wcwl-admin-init.php:1459
470
  msgid "Background color"
471
  msgstr "백그라운드 색깔 "
472
 
473
+ #: ../includes/class.yith-wcwl-admin-init.php:1549
474
  msgid "Wishlist Activated"
475
  msgstr "위시리스트 사용됨"
476
 
477
+ #: ../includes/class.yith-wcwl-admin-init.php:1550
478
  #, php-format
479
  msgid ""
480
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
486
  "인의 세팅을 할수 있읍니다. 프리미엄버전의 많은 새로운 옵션 <a href=\"%s"
487
  "\">discover it now</a> 이 사용가능합니다."
488
 
489
+ #: ../includes/class.yith-wcwl-admin-init.php:1561
490
  msgid "Wishlist Updated"
491
  msgstr "위시리스트 업데이트됨 "
492
 
493
+ #: ../includes/class.yith-wcwl-admin-init.php:1562
494
  #, php-format
495
  msgid ""
496
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
504
  "인이 업데이트되면 새로운 소식이 이 메뉴에 추가 되며, 위시리스트가 새로운 옵션"
505
  "이 업데이트되면 <a href=\"%s\">프리미엄버전 살펴보기.</a> 표시됨."
506
 
507
+ #: ../includes/class.yith-wcwl-init.php:374
508
  msgid ""
509
  "We are sorry, but this feature is available only if cookies are enabled on "
510
  "your browser."
511
  msgstr ""
512
  "죄송합니다. 이 기능은 브라우져에서 쿠기가 활성화되어 있으면 가능합니다."
513
 
514
+ #: ../includes/class.yith-wcwl-init.php:375
515
  msgid "Product correctly added to cart"
516
  msgstr "상품이 잘 장바구니에 담겼습니다."
517
 
521
  msgstr "위시리스트"
522
 
523
  #: ../includes/class.yith-wcwl-shortcode.php:259
524
+ #: ../includes/class.yith-wcwl-ui.php:164
525
  msgid "Share on:"
526
  msgstr "공유: "
527
 
528
+ #: ../includes/class.yith-wcwl-ui.php:118
529
+ #: ../includes/class.yith-wcwl-ui.php:200
530
  msgid "Select options"
531
  msgstr "옵션 선택 "
532
 
533
+ #: ../includes/class.yith-wcwl-ui.php:168 ../templates/share.php:20
534
  msgid "Facebook"
535
  msgstr "페이스북 "
536
 
537
+ #: ../includes/class.yith-wcwl-ui.php:171 ../templates/share.php:26
538
  msgid "Twitter"
539
  msgstr "트위터 "
540
 
541
+ #: ../includes/class.yith-wcwl-ui.php:180
542
  msgid "email"
543
  msgstr "이메일 "
544
 
546
  msgid "An error occurred while adding products to the wishlist."
547
  msgstr "위시리스트에 추가중에 에러가 발생함."
548
 
549
+ #: ../includes/class.yith-wcwl.php:269
550
  msgid "An error occurred while adding products to wishlist."
551
  msgstr "위시리스트에 추가중에 에러가 발생함."
552
 
553
+ #: ../includes/class.yith-wcwl.php:286
554
  msgid "The \"Remove\" option now does not require any parameter"
555
  msgstr "\"제거\" 옵션은 파라메타가 필요없음."
556
 
557
+ #: ../includes/class.yith-wcwl.php:335
558
  msgid "An error occurred while removing products from the wishlist"
559
  msgstr "위시리스트에서 제거중에 에러가 발생함. "
560
 
561
+ #: ../includes/class.yith-wcwl.php:783
562
  msgid "You need to log in before creating a new wishlist"
563
  msgstr "새로운 위시리스트를 만들기 전에 로그인 하십시요"
564
 
565
+ #: ../includes/class.yith-wcwl.php:1578
566
  msgid "Product successfully removed."
567
  msgstr "상품이 성공적으로 제거 되었습니다."
568
 
569
+ #: ../includes/class.yith-wcwl.php:1582
570
  msgid "Error. Unable to remove the product from the wishlist."
571
  msgstr "에러, 위시리스트에서 상품제거 불가능 "
572
 
573
+ #: ../includes/class.yith-wcwl.php:1586 ../templates/wishlist-view.php:241
574
  msgid "No products were added to the wishlist"
575
  msgstr "위시리스트에 추가할 상품이 없음 "
576
 
577
+ #: ../includes/class.yith-wcwl.php:1628
578
  msgid "An error as occurred."
579
  msgstr "에러가 발생됨 "
580
 
581
+ #: ../init.php:130
582
  msgid ""
583
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
584
  "WooCommerce in order to work."
586
  "YITH WooCommerce Wishlist가 활성화 되었으나 사용 불가능. 사용하기 위해서는 우"
587
  "커머스가 필요합니다."
588
 
589
+ #: ../init.php:140
590
  msgid ""
591
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
592
  "are using the premium one."
895
  msgid "Google+"
896
  msgstr "구글플러스 "
897
 
 
 
 
 
898
  #: ../templates/share.php:44
899
  msgid "Email"
900
  msgstr "이메일 "
923
  msgid "Stock Status"
924
  msgstr "재고여부 "
925
 
926
+ #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:231
927
  msgid "Remove this product"
928
  msgstr "이 상품 제거 "
929
 
930
+ #: ../templates/wishlist-view.php:172
931
  msgid "Free!"
932
  msgstr "프리!"
933
 
934
+ #: ../templates/wishlist-view.php:178
935
  msgid "Out of Stock"
936
  msgstr "재고 없음 "
937
 
938
+ #: ../templates/wishlist-view.php:178
939
  msgid "In Stock"
940
  msgstr "재고 있음 "
941
 
942
+ #: ../templates/wishlist-view.php:187
943
  #, php-format
944
  msgid "Added on : %s"
945
  msgstr "추가됨 : %s"
946
 
947
+ #: ../templates/wishlist-view.php:199
948
  msgid "Move"
949
  msgstr "이동 "
950
 
951
+ #: ../templates/wishlist-view.php:211
952
  msgid "Shared"
953
  msgstr "공유됨 "
954
 
955
+ #: ../templates/wishlist-view.php:214
956
  msgid "Private"
957
  msgstr "개인 "
958
 
959
+ #: ../templates/wishlist-view.php:217
960
  msgid "Public"
961
  msgstr "공용 "
962
 
963
+ #: ../templates/wishlist-view.php:231
964
  msgid "Remove"
965
  msgstr "제거 "
966
 
967
+ #: ../templates/wishlist-view.php:258
968
  msgid "Add the selected products to the cart"
969
  msgstr "선택된 상품들 장바구니에 담기 "
970
 
971
+ #: ../templates/wishlist-view.php:266 ../templates/wishlist-view.php:312
972
  msgid "Ask for an estimate"
973
  msgstr "견적가 요청 "
974
 
975
+ #: ../templates/wishlist-view.php:302
976
  msgid "Your email"
977
  msgstr ""
978
 
979
+ #~ msgid "I wanted you to see this site"
980
+ #~ msgstr "참조 싸이트"
981
+
982
  #~ msgid ""
983
  #~ "Upgrade to the PREMIUM VERSION\n"
984
  #~ "of YITH WOOCOMMERCE WISHLIST to benefit from all features!"
languages/yith-woocommerce-wishlist-nl_NL.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-nl_NL.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
- "POT-Creation-Date: 2017-05-11 15:57+0200\n"
5
- "PO-Revision-Date: 2017-05-11 15:57+0200\n"
6
  "Last-Translator: W. van Kuipers <w.vankuipers@pwnd.nl>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: nl\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 2.0.1\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
@@ -20,8 +20,8 @@ msgstr ""
20
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
21
 
22
  #: ../includes/class.yith-wcwl-admin-init.php:159
23
- #: ../includes/class.yith-wcwl-admin-init.php:1288
24
- #: ../includes/class.yith-wcwl-admin-init.php:1289
25
  #: ../includes/class.yith-wcwl-install.php:244
26
  msgid "Wishlist"
27
  msgstr "Wenslijst"
@@ -61,29 +61,29 @@ msgstr "WAARSCHUWING: Deze plugin vereist minstens WooCommerce 2.2!"
61
  msgid "Plugin Documentation"
62
  msgstr "Plugin documentatie"
63
 
64
- #: ../includes/class.yith-wcwl-admin-init.php:828
65
  msgid "Upgrade to the PREMIUM VERSION"
66
  msgstr "Upgrade naar de PREMIUM VERSIE"
67
 
68
- #: ../includes/class.yith-wcwl-admin-init.php:831
69
  msgid "YITH WooCommerce Wishlist"
70
  msgstr "YITH WooCommerce Wishlist"
71
 
72
- #: ../includes/class.yith-wcwl-admin-init.php:832
73
  msgid "Discover the Advanced Features"
74
  msgstr "Ontdek de geavanceerde opties"
75
 
76
- #: ../includes/class.yith-wcwl-admin-init.php:833
77
  msgid ""
78
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
79
  "all features!"
80
  msgstr ""
81
 
82
- #: ../includes/class.yith-wcwl-admin-init.php:839
83
  msgid "Get Support and Pro Features"
84
  msgstr "Verkrijg ondersteuning en Professionele opties"
85
 
86
- #: ../includes/class.yith-wcwl-admin-init.php:840
87
  msgid ""
88
  "By purchasing the premium version of the plugin, you will take advantage of "
89
  "the advanced features of the product and you will get one year of free "
@@ -93,15 +93,15 @@ msgstr ""
93
  "voordelen van de geavanceerde opties van dit product. Daarnaast ontvangt u "
94
  "èèn jaar gratis upgrades en support doormiddel van ons 24u/24 platform."
95
 
96
- #: ../includes/class.yith-wcwl-admin-init.php:850
97
  msgid "General Settings"
98
  msgstr "Algemene instellingen"
99
 
100
- #: ../includes/class.yith-wcwl-admin-init.php:857
101
  msgid "Enable YITH Wishlist"
102
  msgstr "YITH Wenslijst inschakelen"
103
 
104
- #: ../includes/class.yith-wcwl-admin-init.php:858
105
  #, php-format
106
  msgid ""
107
  "Enable all plugin features. <strong>Be sure to select at least one option in "
@@ -109,30 +109,30 @@ msgid ""
109
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
110
  msgstr ""
111
 
112
- #: ../includes/class.yith-wcwl-admin-init.php:864
113
  msgid "Default wishlist title"
114
  msgstr "Standaard wenslijst titel"
115
 
116
- #: ../includes/class.yith-wcwl-admin-init.php:866
117
- #: ../includes/class.yith-wcwl-admin-init.php:867
118
- #: ../includes/class.yith-wcwl-admin-init.php:1103
119
  #, php-format
120
  msgid "My wishlist on %s"
121
  msgstr "Mijn wenslijst op %s"
122
 
123
- #: ../includes/class.yith-wcwl-admin-init.php:872
124
  msgid "Wishlist Page"
125
  msgstr "Wenslijst Pagina"
126
 
127
- #: ../includes/class.yith-wcwl-admin-init.php:873
128
  msgid "Page contents: [yith_wcwl_wishlist]"
129
  msgstr "Pagina-inhoud: [yith_wcwl_wishlist]"
130
 
131
- #: ../includes/class.yith-wcwl-admin-init.php:882
132
  msgid "Position"
133
  msgstr "Positie"
134
 
135
- #: ../includes/class.yith-wcwl-admin-init.php:883
136
  msgid ""
137
  "You can add the button in variable products only after the \"Add to Cart\" "
138
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
@@ -141,27 +141,27 @@ msgstr ""
141
  "knop indien of door gebruik te maken van de shortcode "
142
  "[yith_wcwl_add_to_wishlist]."
143
 
144
- #: ../includes/class.yith-wcwl-admin-init.php:889
145
  msgid "After \"Add to cart\""
146
  msgstr "Na “Add to Cart”"
147
 
148
- #: ../includes/class.yith-wcwl-admin-init.php:890
149
  msgid "After thumbnails"
150
  msgstr "Na de miniatuurweergave"
151
 
152
- #: ../includes/class.yith-wcwl-admin-init.php:891
153
  msgid "After summary"
154
  msgstr "Na de samenvatting"
155
 
156
- #: ../includes/class.yith-wcwl-admin-init.php:892
157
  msgid "Use shortcode"
158
  msgstr "Gebruik shortcode"
159
 
160
- #: ../includes/class.yith-wcwl-admin-init.php:897
161
  msgid "Redirect to cart"
162
  msgstr "Doorverwijzen na de winkelwagen"
163
 
164
- #: ../includes/class.yith-wcwl-admin-init.php:898
165
  msgid ""
166
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
167
  "page."
@@ -169,221 +169,221 @@ msgstr ""
169
  "Doorverwijzen naar de winkelwagen als de “Add to cart” knop is geklikt op de "
170
  "webslijst pagina."
171
 
172
- #: ../includes/class.yith-wcwl-admin-init.php:904
173
  msgid "Remove if added to the cart"
174
  msgstr "Verwijder indien toegevoegd aan de winkelwagen"
175
 
176
- #: ../includes/class.yith-wcwl-admin-init.php:905
177
  msgid "Remove the product from the wishlist if it has been added to the cart."
178
  msgstr ""
179
  "Verwijder het product van de wenslijst indien deze is toegevoegd aan de "
180
  "winkelwagen."
181
 
182
- #: ../includes/class.yith-wcwl-admin-init.php:911
183
  msgid "\"Add to Wishlist\" text"
184
  msgstr "“Toevoegen aan wenslijst” tekst"
185
 
186
- #: ../includes/class.yith-wcwl-admin-init.php:913
187
  msgid "Add to Wishlist"
188
  msgstr "Toevoegen aan wenslijst"
189
 
190
- #: ../includes/class.yith-wcwl-admin-init.php:918
191
  msgid "\"Browse wishlist\" text"
192
  msgstr "“Bekijk wenslijst” tekst"
193
 
194
- #: ../includes/class.yith-wcwl-admin-init.php:920
195
- #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl-ui.php:82
196
  msgid "Browse Wishlist"
197
  msgstr "Bekijk wenslijst"
198
 
199
- #: ../includes/class.yith-wcwl-admin-init.php:925
200
  msgid "\"Product already in wishlist\" text"
201
  msgstr "“Dit product staat reeds op uw wenslijst” tekst"
202
 
203
- #: ../includes/class.yith-wcwl-admin-init.php:927
204
- #: ../includes/class.yith-wcwl-ui.php:82
205
  msgid "The product is already in the wishlist!"
206
  msgstr "Dit product staat reeds op uw wenslijst!"
207
 
208
- #: ../includes/class.yith-wcwl-admin-init.php:932
209
  msgid "\"Product added\" text"
210
  msgstr "“Product toegevoegd” tekst"
211
 
212
- #: ../includes/class.yith-wcwl-admin-init.php:934
213
- #: ../includes/class.yith-wcwl-ui.php:81
214
  msgid "Product added!"
215
  msgstr "Product toegevoegd!"
216
 
217
- #: ../includes/class.yith-wcwl-admin-init.php:939
218
  msgid "\"Add to Cart\" text"
219
  msgstr "“Toevoegen aan winkelwagen” tekst"
220
 
221
- #: ../includes/class.yith-wcwl-admin-init.php:941
222
  msgid "Add to Cart"
223
  msgstr "Toevoegen aan winkelwagen"
224
 
225
- #: ../includes/class.yith-wcwl-admin-init.php:946
226
  msgid "Show Unit price"
227
  msgstr "Product prijs weergeven"
228
 
229
- #: ../includes/class.yith-wcwl-admin-init.php:947
230
  msgid "Show unit price for each product in wishlist"
231
  msgstr "Product prijs weergeven voor ieder product op de wenslijst"
232
 
233
- #: ../includes/class.yith-wcwl-admin-init.php:954
234
  msgid "Show \"Add to Cart\" button"
235
  msgstr "“Add to Cart” knop weergeven"
236
 
237
- #: ../includes/class.yith-wcwl-admin-init.php:955
238
  msgid "Show \"Add to Cart\" button for each product in wishlist"
239
  msgstr "“Add to Cart” knop weergeven voor ieder product op de wenslijst"
240
 
241
- #: ../includes/class.yith-wcwl-admin-init.php:962
242
  msgid "Show Stock status"
243
  msgstr "Voorraad informatie weergeven"
244
 
245
- #: ../includes/class.yith-wcwl-admin-init.php:963
246
  msgid ""
247
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
248
  msgstr ""
249
  "“Op voorraad” en “Uitverkocht” labels weergeven voor ieder product op de "
250
  "wenslijst"
251
 
252
- #: ../includes/class.yith-wcwl-admin-init.php:970
253
  msgid "Show Date of addition"
254
  msgstr "Datum van toevoeging weergeven"
255
 
256
- #: ../includes/class.yith-wcwl-admin-init.php:971
257
  msgid "Show the date when users have added a product to the wishlist"
258
  msgstr ""
259
  "Geef de datum weer waarop de gebruiker het product aan de wenslijst heeft "
260
  "toegevoegd"
261
 
262
- #: ../includes/class.yith-wcwl-admin-init.php:978
263
  msgid "Add second remove button"
264
  msgstr "Voeg een tweede verwijder knop toe"
265
 
266
- #: ../includes/class.yith-wcwl-admin-init.php:979
267
  msgid "Add a second remove button in the last column, with extended label"
268
  msgstr ""
269
  "Voeg een tweede verwijder knop toe in de laatste kolom, met een uitgebreid "
270
  "label"
271
 
272
- #: ../includes/class.yith-wcwl-admin-init.php:994
273
  msgid "Styles"
274
  msgstr "Stijlen"
275
 
276
- #: ../includes/class.yith-wcwl-admin-init.php:1001
277
  msgid "Use buttons"
278
  msgstr "Gebruik knoppen"
279
 
280
- #: ../includes/class.yith-wcwl-admin-init.php:1002
281
  msgid "Use buttons instead of simple anchors."
282
  msgstr "Gebruik knoppen in plaatst van links"
283
 
284
- #: ../includes/class.yith-wcwl-admin-init.php:1008
285
  msgid "Custom CSS"
286
  msgstr "Eigen CSS"
287
 
288
- #: ../includes/class.yith-wcwl-admin-init.php:1015
289
  msgid "Use theme style"
290
  msgstr "Gebruik thema stijl"
291
 
292
- #: ../includes/class.yith-wcwl-admin-init.php:1016
293
  msgid "Use the theme style."
294
  msgstr "Gebruik de stijl van het thema."
295
 
296
- #: ../includes/class.yith-wcwl-admin-init.php:1022
297
  msgid "Rounded buttons"
298
  msgstr "Ronde knoppen"
299
 
300
- #: ../includes/class.yith-wcwl-admin-init.php:1023
301
  msgid "Make button corners rounded"
302
  msgstr "Maak de hoeken van de knoppen rond"
303
 
304
- #: ../includes/class.yith-wcwl-admin-init.php:1029
305
  msgid "\"Add to Wishlist\" icon"
306
  msgstr "“Toevoegen aan wenslijst” icoon"
307
 
308
- #: ../includes/class.yith-wcwl-admin-init.php:1030
309
  msgid "Add an icon to the \"Add to Wishlist\" button"
310
  msgstr "Voeg een icoon toe aan de “Toevoegen aan wenslijst” knop"
311
 
312
- #: ../includes/class.yith-wcwl-admin-init.php:1040
313
  msgid "\"Add to Cart\" icon"
314
  msgstr "“Add to Card” icoon"
315
 
316
- #: ../includes/class.yith-wcwl-admin-init.php:1041
317
  msgid "Add an icon to the \"Add to Cart\" button"
318
  msgstr "Voeg een icoon toe aan de “Add to Card” knop"
319
 
320
- #: ../includes/class.yith-wcwl-admin-init.php:1059
321
  msgid "Social Networks & Share"
322
  msgstr "Sociale netwerken & Delen"
323
 
324
- #: ../includes/class.yith-wcwl-admin-init.php:1066
325
  msgid "Share on Facebook"
326
  msgstr "Deel op Facebook"
327
 
328
- #: ../includes/class.yith-wcwl-admin-init.php:1067
329
  msgid "Show \"Share on Facebook\" button"
330
  msgstr "Geef de “Deel op Facebook” knop weer"
331
 
332
- #: ../includes/class.yith-wcwl-admin-init.php:1073
333
  msgid "Tweet on Twitter"
334
  msgstr "Tweet op Twitter"
335
 
336
- #: ../includes/class.yith-wcwl-admin-init.php:1074
337
  msgid "Show \"Tweet on Twitter\" button"
338
  msgstr "Geef de “Tweet op Twitter” knop weer"
339
 
340
- #: ../includes/class.yith-wcwl-admin-init.php:1080
341
  msgid "Pin on Pinterest"
342
  msgstr "Pin op Pinterest"
343
 
344
- #: ../includes/class.yith-wcwl-admin-init.php:1081
345
  msgid "Show \"Pin on Pinterest\" button"
346
  msgstr "Geef de “Pin op Pinterest” knop weer"
347
 
348
- #: ../includes/class.yith-wcwl-admin-init.php:1087
349
  msgid "Share on Google+"
350
  msgstr "Deel op Google+"
351
 
352
- #: ../includes/class.yith-wcwl-admin-init.php:1088
353
  msgid "Show \"Share on Google+\" button"
354
  msgstr "Geef de “Deel op Google+” knop weer"
355
 
356
- #: ../includes/class.yith-wcwl-admin-init.php:1094
357
  msgid "Share by Email"
358
  msgstr "Deel met email"
359
 
360
- #: ../includes/class.yith-wcwl-admin-init.php:1095
361
  msgid "Show \"Share by Email\" button"
362
  msgstr "Geef de “Deel met email” knop weer"
363
 
364
- #: ../includes/class.yith-wcwl-admin-init.php:1101
365
  msgid "Social title"
366
  msgstr "Te dele titel"
367
 
368
- #: ../includes/class.yith-wcwl-admin-init.php:1108
369
  msgid "Social text"
370
  msgstr "Te dele tekst"
371
 
372
- #: ../includes/class.yith-wcwl-admin-init.php:1109
373
  msgid ""
374
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
375
  "strong> where you want to show the URL of your wishlist."
376
  msgstr ""
377
 
378
- #: ../includes/class.yith-wcwl-admin-init.php:1116
379
  msgid "Social image URL"
380
  msgstr "Deel afbeelding url"
381
 
382
- #: ../includes/class.yith-wcwl-admin-init.php:1117
383
  msgid "It will be used by Pinterest."
384
  msgstr ""
385
 
386
- #: ../includes/class.yith-wcwl-admin-init.php:1131
387
  #, php-format
388
  msgid ""
389
  "If you want to take advantage of this feature, you could consider to "
@@ -392,15 +392,15 @@ msgstr ""
392
  "Al u gebruik wilt maken van deze functie kunt u overwegen om %s aan te "
393
  "schaffen."
394
 
395
- #: ../includes/class.yith-wcwl-admin-init.php:1136
396
  msgid "YITH WooCommerce Frequently Bought Together Integration"
397
  msgstr "YITH WooCommerce Frequently Bought Together intergratie"
398
 
399
- #: ../includes/class.yith-wcwl-admin-init.php:1143
400
  msgid "Enable slider in wishlist"
401
  msgstr "Slider inschakelen op wenslijst"
402
 
403
- #: ../includes/class.yith-wcwl-admin-init.php:1144
404
  #, php-format
405
  msgid ""
406
  "Choose to enable product slider in wishlist page with linked products (<a "
@@ -409,84 +409,84 @@ msgstr ""
409
  "Kies ervoor om de product slider op de wenslijst pagina weer te geven met "
410
  "gelinkte producten (<a href=\"%s\" class=\"thickbox\">Voorbeeld</a>). %s"
411
 
412
- #: ../includes/class.yith-wcwl-admin-init.php:1180
413
  msgid "\"Add to wishlist\" button"
414
  msgstr "“Toevoegen aan wenslijst” knop"
415
 
416
- #: ../includes/class.yith-wcwl-admin-init.php:1183
417
- #: ../includes/class.yith-wcwl-admin-init.php:1201
418
- #: ../includes/class.yith-wcwl-admin-init.php:1219
419
- #: ../includes/class.yith-wcwl-admin-init.php:1237
420
- #: ../includes/class.yith-wcwl-admin-init.php:1255
421
  msgid "Background"
422
  msgstr "Achtergrond"
423
 
424
- #: ../includes/class.yith-wcwl-admin-init.php:1184
425
- #: ../includes/class.yith-wcwl-admin-init.php:1202
426
- #: ../includes/class.yith-wcwl-admin-init.php:1220
427
- #: ../includes/class.yith-wcwl-admin-init.php:1238
428
- #: ../includes/class.yith-wcwl-admin-init.php:1256
429
  msgid "Text"
430
  msgstr "Tekst"
431
 
432
- #: ../includes/class.yith-wcwl-admin-init.php:1185
433
- #: ../includes/class.yith-wcwl-admin-init.php:1203
434
- #: ../includes/class.yith-wcwl-admin-init.php:1221
435
- #: ../includes/class.yith-wcwl-admin-init.php:1239
436
- #: ../includes/class.yith-wcwl-admin-init.php:1257
437
  msgid "Border"
438
  msgstr "Omlijning"
439
 
440
- #: ../includes/class.yith-wcwl-admin-init.php:1192
441
- #: ../includes/class.yith-wcwl-admin-init.php:1210
442
- #: ../includes/class.yith-wcwl-admin-init.php:1228
443
- #: ../includes/class.yith-wcwl-admin-init.php:1246
444
  msgid "Background (hover)"
445
  msgstr "Achtergrond (hover)"
446
 
447
- #: ../includes/class.yith-wcwl-admin-init.php:1193
448
- #: ../includes/class.yith-wcwl-admin-init.php:1211
449
- #: ../includes/class.yith-wcwl-admin-init.php:1229
450
- #: ../includes/class.yith-wcwl-admin-init.php:1247
451
  msgid "Text (hover)"
452
  msgstr "Tekst (hover)"
453
 
454
- #: ../includes/class.yith-wcwl-admin-init.php:1194
455
- #: ../includes/class.yith-wcwl-admin-init.php:1212
456
- #: ../includes/class.yith-wcwl-admin-init.php:1230
457
- #: ../includes/class.yith-wcwl-admin-init.php:1248
458
  msgid "Border (hover)"
459
  msgstr "Omlijning (hover)"
460
 
461
- #: ../includes/class.yith-wcwl-admin-init.php:1198
462
  msgid "\"Add to Cart\" button"
463
  msgstr "“Add to Cart” knop"
464
 
465
- #: ../includes/class.yith-wcwl-admin-init.php:1216
466
  msgid "\"Style 1\" button"
467
  msgstr "\"Style 1\" knop"
468
 
469
- #: ../includes/class.yith-wcwl-admin-init.php:1234
470
  msgid "\"Style 2\" button"
471
  msgstr "\"Style 2” knop"
472
 
473
- #: ../includes/class.yith-wcwl-admin-init.php:1252
474
  msgid "Wishlist table"
475
  msgstr "Wenslijst tabel"
476
 
477
- #: ../includes/class.yith-wcwl-admin-init.php:1261
478
  msgid "Headers"
479
  msgstr "Koppen"
480
 
481
- #: ../includes/class.yith-wcwl-admin-init.php:1264
482
  msgid "Background color"
483
  msgstr "Achtergrondkleur"
484
 
485
- #: ../includes/class.yith-wcwl-admin-init.php:1354
486
  msgid "Wishlist Activated"
487
  msgstr "Wenslijst geactiveerd"
488
 
489
- #: ../includes/class.yith-wcwl-admin-init.php:1355
490
  #, php-format
491
  msgid ""
492
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
@@ -499,11 +499,11 @@ msgstr ""
499
  "heeft. Wenslijst is beschikbaar in de uitstekende PREMIUM versie met vele "
500
  "nieuwe opties, <a href=\"%s\">ontdek het nu</a>."
501
 
502
- #: ../includes/class.yith-wcwl-admin-init.php:1366
503
  msgid "Wishlist Updated"
504
  msgstr "Wenslijst geupdate"
505
 
506
- #: ../includes/class.yith-wcwl-admin-init.php:1367
507
  #, php-format
508
  msgid ""
509
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
@@ -518,7 +518,7 @@ msgstr ""
518
  "toegevoegd aan dit menu. Wenslijst is geüpdate met nieuw beschikbare opties,"
519
  "<a href=\"%s\">ontdek de PREMIUM versie.</a>"
520
 
521
- #: ../includes/class.yith-wcwl-init.php:366
522
  msgid ""
523
  "We are sorry, but this feature is available only if cookies are enabled on "
524
  "your browser."
@@ -526,7 +526,7 @@ msgstr ""
526
  "Helaas, deze optie is alleen beschikbaar indien u cookies hebt ingeschakeld "
527
  "in uw browser."
528
 
529
- #: ../includes/class.yith-wcwl-init.php:367
530
  msgid "Product correctly added to cart"
531
  msgstr "Producten momenteel in uw winkelmandje"
532
 
@@ -536,24 +536,24 @@ msgid "wishlist"
536
  msgstr "wenslijst"
537
 
538
  #: ../includes/class.yith-wcwl-shortcode.php:259
539
- #: ../includes/class.yith-wcwl-ui.php:163
540
  msgid "Share on:"
541
  msgstr "Deel op:"
542
 
543
- #: ../includes/class.yith-wcwl-ui.php:117
544
- #: ../includes/class.yith-wcwl-ui.php:199
545
  msgid "Select options"
546
  msgstr "Selecteer opties"
547
 
548
- #: ../includes/class.yith-wcwl-ui.php:167 ../templates/share.php:20
549
  msgid "Facebook"
550
  msgstr "Facebook"
551
 
552
- #: ../includes/class.yith-wcwl-ui.php:170 ../templates/share.php:26
553
  msgid "Twitter"
554
  msgstr "Twitter"
555
 
556
- #: ../includes/class.yith-wcwl-ui.php:179
557
  msgid "email"
558
  msgstr "Email"
559
 
@@ -561,42 +561,42 @@ msgstr "Email"
561
  msgid "An error occurred while adding products to the wishlist."
562
  msgstr "Er ging iets mis bij het toevoegen van de producten aan uw wenslijst."
563
 
564
- #: ../includes/class.yith-wcwl.php:268
565
  msgid "An error occurred while adding products to wishlist."
566
  msgstr "Er ging iets mis bij het toevoegen van de producten aan uw wenslijst."
567
 
568
- #: ../includes/class.yith-wcwl.php:285
569
  msgid "The \"Remove\" option now does not require any parameter"
570
  msgstr "De “Verwijder” optie verijst geen parameter"
571
 
572
- #: ../includes/class.yith-wcwl.php:332
573
  msgid "An error occurred while removing products from the wishlist"
574
  msgstr ""
575
  "Er ging iets mis bij het verwijderen van de producten van uw wenslijst."
576
 
577
- #: ../includes/class.yith-wcwl.php:774
578
  msgid "You need to log in before creating a new wishlist"
579
  msgstr ""
580
  "U dient ingelogd te zijn voordat u producten aan uw wenslijst kunt toevoegen"
581
 
582
- #: ../includes/class.yith-wcwl.php:1565
583
  msgid "Product successfully removed."
584
  msgstr "Product succesvol verwijderd"
585
 
586
- #: ../includes/class.yith-wcwl.php:1569
587
  msgid "Error. Unable to remove the product from the wishlist."
588
  msgstr ""
589
  "Er ging iets mis. Het product kon niet verwijderd worden van de wenslijst."
590
 
591
- #: ../includes/class.yith-wcwl.php:1573 ../templates/wishlist-view.php:239
592
  msgid "No products were added to the wishlist"
593
  msgstr "Er wijn geen producten toegevoegd aan de wenslijst"
594
 
595
- #: ../includes/class.yith-wcwl.php:1615
596
  msgid "An error as occurred."
597
  msgstr "Er is iets misgegaan."
598
 
599
- #: ../init.php:128
600
  msgid ""
601
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
602
  "WooCommerce in order to work."
@@ -604,7 +604,7 @@ msgstr ""
604
  "YITH WooCommerce Wishlist is ingeschakeld maar niet werkzaam. Hiervoor is "
605
  "WooCommerce vereist."
606
 
607
- #: ../init.php:138
608
  msgid ""
609
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
610
  "are using the premium one."
@@ -934,10 +934,6 @@ msgstr "Pinterest"
934
  msgid "Google+"
935
  msgstr "Google+"
936
 
937
- #: ../templates/share.php:44
938
- msgid "I wanted you to see this site"
939
- msgstr "Ik wil deze site met je delen"
940
-
941
  #: ../templates/share.php:44
942
  msgid "Email"
943
  msgstr "Email"
@@ -966,59 +962,62 @@ msgstr "Stuksprijs"
966
  msgid "Stock Status"
967
  msgstr "Voorraad status"
968
 
969
- #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:229
970
  msgid "Remove this product"
971
  msgstr "Verwijder dit product"
972
 
973
- #: ../templates/wishlist-view.php:170
974
  msgid "Free!"
975
  msgstr "Gratis!"
976
 
977
- #: ../templates/wishlist-view.php:176
978
  msgid "Out of Stock"
979
  msgstr "Uitverkocht"
980
 
981
- #: ../templates/wishlist-view.php:176
982
  msgid "In Stock"
983
  msgstr "Op voorraad"
984
 
985
- #: ../templates/wishlist-view.php:185
986
  #, php-format
987
  msgid "Added on : %s"
988
  msgstr "Toevoegen aan: %s"
989
 
990
- #: ../templates/wishlist-view.php:197
991
  msgid "Move"
992
  msgstr "Verplaats"
993
 
994
- #: ../templates/wishlist-view.php:209
995
  msgid "Shared"
996
  msgstr "Gedeeld"
997
 
998
- #: ../templates/wishlist-view.php:212
999
  msgid "Private"
1000
  msgstr "Prive"
1001
 
1002
- #: ../templates/wishlist-view.php:215
1003
  msgid "Public"
1004
  msgstr "Publiek"
1005
 
1006
- #: ../templates/wishlist-view.php:229
1007
  msgid "Remove"
1008
  msgstr "Verwijder"
1009
 
1010
- #: ../templates/wishlist-view.php:256
1011
  msgid "Add the selected products to the cart"
1012
  msgstr "Voeg het geselecteerde product toe aan de winkelmand"
1013
 
1014
- #: ../templates/wishlist-view.php:264 ../templates/wishlist-view.php:310
1015
  msgid "Ask for an estimate"
1016
  msgstr "Vraag om een offerte"
1017
 
1018
- #: ../templates/wishlist-view.php:300
1019
  msgid "Your email"
1020
  msgstr ""
1021
 
 
 
 
1022
  #~ msgid ""
1023
  #~ "Upgrade to the PREMIUM VERSION\n"
1024
  #~ "of YITH WOOCOMMERCE WISHLIST to benefit from all features!"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
+ "POT-Creation-Date: 2017-10-24 17:34+0200\n"
5
+ "PO-Revision-Date: 2017-10-24 17:34+0200\n"
6
  "Last-Translator: W. van Kuipers <w.vankuipers@pwnd.nl>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: nl\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.8.7.1\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
20
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
21
 
22
  #: ../includes/class.yith-wcwl-admin-init.php:159
23
+ #: ../includes/class.yith-wcwl-admin-init.php:1483
24
+ #: ../includes/class.yith-wcwl-admin-init.php:1484
25
  #: ../includes/class.yith-wcwl-install.php:244
26
  msgid "Wishlist"
27
  msgstr "Wenslijst"
61
  msgid "Plugin Documentation"
62
  msgstr "Plugin documentatie"
63
 
64
+ #: ../includes/class.yith-wcwl-admin-init.php:1023
65
  msgid "Upgrade to the PREMIUM VERSION"
66
  msgstr "Upgrade naar de PREMIUM VERSIE"
67
 
68
+ #: ../includes/class.yith-wcwl-admin-init.php:1026
69
  msgid "YITH WooCommerce Wishlist"
70
  msgstr "YITH WooCommerce Wishlist"
71
 
72
+ #: ../includes/class.yith-wcwl-admin-init.php:1027
73
  msgid "Discover the Advanced Features"
74
  msgstr "Ontdek de geavanceerde opties"
75
 
76
+ #: ../includes/class.yith-wcwl-admin-init.php:1028
77
  msgid ""
78
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
79
  "all features!"
80
  msgstr ""
81
 
82
+ #: ../includes/class.yith-wcwl-admin-init.php:1034
83
  msgid "Get Support and Pro Features"
84
  msgstr "Verkrijg ondersteuning en Professionele opties"
85
 
86
+ #: ../includes/class.yith-wcwl-admin-init.php:1035
87
  msgid ""
88
  "By purchasing the premium version of the plugin, you will take advantage of "
89
  "the advanced features of the product and you will get one year of free "
93
  "voordelen van de geavanceerde opties van dit product. Daarnaast ontvangt u "
94
  "èèn jaar gratis upgrades en support doormiddel van ons 24u/24 platform."
95
 
96
+ #: ../includes/class.yith-wcwl-admin-init.php:1045
97
  msgid "General Settings"
98
  msgstr "Algemene instellingen"
99
 
100
+ #: ../includes/class.yith-wcwl-admin-init.php:1052
101
  msgid "Enable YITH Wishlist"
102
  msgstr "YITH Wenslijst inschakelen"
103
 
104
+ #: ../includes/class.yith-wcwl-admin-init.php:1053
105
  #, php-format
106
  msgid ""
107
  "Enable all plugin features. <strong>Be sure to select at least one option in "
109
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
110
  msgstr ""
111
 
112
+ #: ../includes/class.yith-wcwl-admin-init.php:1059
113
  msgid "Default wishlist title"
114
  msgstr "Standaard wenslijst titel"
115
 
116
+ #: ../includes/class.yith-wcwl-admin-init.php:1061
117
+ #: ../includes/class.yith-wcwl-admin-init.php:1062
118
+ #: ../includes/class.yith-wcwl-admin-init.php:1298
119
  #, php-format
120
  msgid "My wishlist on %s"
121
  msgstr "Mijn wenslijst op %s"
122
 
123
+ #: ../includes/class.yith-wcwl-admin-init.php:1067
124
  msgid "Wishlist Page"
125
  msgstr "Wenslijst Pagina"
126
 
127
+ #: ../includes/class.yith-wcwl-admin-init.php:1068
128
  msgid "Page contents: [yith_wcwl_wishlist]"
129
  msgstr "Pagina-inhoud: [yith_wcwl_wishlist]"
130
 
131
+ #: ../includes/class.yith-wcwl-admin-init.php:1077
132
  msgid "Position"
133
  msgstr "Positie"
134
 
135
+ #: ../includes/class.yith-wcwl-admin-init.php:1078
136
  msgid ""
137
  "You can add the button in variable products only after the \"Add to Cart\" "
138
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
141
  "knop indien of door gebruik te maken van de shortcode "
142
  "[yith_wcwl_add_to_wishlist]."
143
 
144
+ #: ../includes/class.yith-wcwl-admin-init.php:1084
145
  msgid "After \"Add to cart\""
146
  msgstr "Na “Add to Cart”"
147
 
148
+ #: ../includes/class.yith-wcwl-admin-init.php:1085
149
  msgid "After thumbnails"
150
  msgstr "Na de miniatuurweergave"
151
 
152
+ #: ../includes/class.yith-wcwl-admin-init.php:1086
153
  msgid "After summary"
154
  msgstr "Na de samenvatting"
155
 
156
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
157
  msgid "Use shortcode"
158
  msgstr "Gebruik shortcode"
159
 
160
+ #: ../includes/class.yith-wcwl-admin-init.php:1092
161
  msgid "Redirect to cart"
162
  msgstr "Doorverwijzen na de winkelwagen"
163
 
164
+ #: ../includes/class.yith-wcwl-admin-init.php:1093
165
  msgid ""
166
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
167
  "page."
169
  "Doorverwijzen naar de winkelwagen als de “Add to cart” knop is geklikt op de "
170
  "webslijst pagina."
171
 
172
+ #: ../includes/class.yith-wcwl-admin-init.php:1099
173
  msgid "Remove if added to the cart"
174
  msgstr "Verwijder indien toegevoegd aan de winkelwagen"
175
 
176
+ #: ../includes/class.yith-wcwl-admin-init.php:1100
177
  msgid "Remove the product from the wishlist if it has been added to the cart."
178
  msgstr ""
179
  "Verwijder het product van de wenslijst indien deze is toegevoegd aan de "
180
  "winkelwagen."
181
 
182
+ #: ../includes/class.yith-wcwl-admin-init.php:1106
183
  msgid "\"Add to Wishlist\" text"
184
  msgstr "“Toevoegen aan wenslijst” tekst"
185
 
186
+ #: ../includes/class.yith-wcwl-admin-init.php:1108
187
  msgid "Add to Wishlist"
188
  msgstr "Toevoegen aan wenslijst"
189
 
190
+ #: ../includes/class.yith-wcwl-admin-init.php:1113
191
  msgid "\"Browse wishlist\" text"
192
  msgstr "“Bekijk wenslijst” tekst"
193
 
194
+ #: ../includes/class.yith-wcwl-admin-init.php:1115
195
+ #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
196
  msgid "Browse Wishlist"
197
  msgstr "Bekijk wenslijst"
198
 
199
+ #: ../includes/class.yith-wcwl-admin-init.php:1120
200
  msgid "\"Product already in wishlist\" text"
201
  msgstr "“Dit product staat reeds op uw wenslijst” tekst"
202
 
203
+ #: ../includes/class.yith-wcwl-admin-init.php:1122
204
+ #: ../includes/class.yith-wcwl-ui.php:83
205
  msgid "The product is already in the wishlist!"
206
  msgstr "Dit product staat reeds op uw wenslijst!"
207
 
208
+ #: ../includes/class.yith-wcwl-admin-init.php:1127
209
  msgid "\"Product added\" text"
210
  msgstr "“Product toegevoegd” tekst"
211
 
212
+ #: ../includes/class.yith-wcwl-admin-init.php:1129
213
+ #: ../includes/class.yith-wcwl-ui.php:82
214
  msgid "Product added!"
215
  msgstr "Product toegevoegd!"
216
 
217
+ #: ../includes/class.yith-wcwl-admin-init.php:1134
218
  msgid "\"Add to Cart\" text"
219
  msgstr "“Toevoegen aan winkelwagen” tekst"
220
 
221
+ #: ../includes/class.yith-wcwl-admin-init.php:1136
222
  msgid "Add to Cart"
223
  msgstr "Toevoegen aan winkelwagen"
224
 
225
+ #: ../includes/class.yith-wcwl-admin-init.php:1141
226
  msgid "Show Unit price"
227
  msgstr "Product prijs weergeven"
228
 
229
+ #: ../includes/class.yith-wcwl-admin-init.php:1142
230
  msgid "Show unit price for each product in wishlist"
231
  msgstr "Product prijs weergeven voor ieder product op de wenslijst"
232
 
233
+ #: ../includes/class.yith-wcwl-admin-init.php:1149
234
  msgid "Show \"Add to Cart\" button"
235
  msgstr "“Add to Cart” knop weergeven"
236
 
237
+ #: ../includes/class.yith-wcwl-admin-init.php:1150
238
  msgid "Show \"Add to Cart\" button for each product in wishlist"
239
  msgstr "“Add to Cart” knop weergeven voor ieder product op de wenslijst"
240
 
241
+ #: ../includes/class.yith-wcwl-admin-init.php:1157
242
  msgid "Show Stock status"
243
  msgstr "Voorraad informatie weergeven"
244
 
245
+ #: ../includes/class.yith-wcwl-admin-init.php:1158
246
  msgid ""
247
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
248
  msgstr ""
249
  "“Op voorraad” en “Uitverkocht” labels weergeven voor ieder product op de "
250
  "wenslijst"
251
 
252
+ #: ../includes/class.yith-wcwl-admin-init.php:1165
253
  msgid "Show Date of addition"
254
  msgstr "Datum van toevoeging weergeven"
255
 
256
+ #: ../includes/class.yith-wcwl-admin-init.php:1166
257
  msgid "Show the date when users have added a product to the wishlist"
258
  msgstr ""
259
  "Geef de datum weer waarop de gebruiker het product aan de wenslijst heeft "
260
  "toegevoegd"
261
 
262
+ #: ../includes/class.yith-wcwl-admin-init.php:1173
263
  msgid "Add second remove button"
264
  msgstr "Voeg een tweede verwijder knop toe"
265
 
266
+ #: ../includes/class.yith-wcwl-admin-init.php:1174
267
  msgid "Add a second remove button in the last column, with extended label"
268
  msgstr ""
269
  "Voeg een tweede verwijder knop toe in de laatste kolom, met een uitgebreid "
270
  "label"
271
 
272
+ #: ../includes/class.yith-wcwl-admin-init.php:1189
273
  msgid "Styles"
274
  msgstr "Stijlen"
275
 
276
+ #: ../includes/class.yith-wcwl-admin-init.php:1196
277
  msgid "Use buttons"
278
  msgstr "Gebruik knoppen"
279
 
280
+ #: ../includes/class.yith-wcwl-admin-init.php:1197
281
  msgid "Use buttons instead of simple anchors."
282
  msgstr "Gebruik knoppen in plaatst van links"
283
 
284
+ #: ../includes/class.yith-wcwl-admin-init.php:1203
285
  msgid "Custom CSS"
286
  msgstr "Eigen CSS"
287
 
288
+ #: ../includes/class.yith-wcwl-admin-init.php:1210
289
  msgid "Use theme style"
290
  msgstr "Gebruik thema stijl"
291
 
292
+ #: ../includes/class.yith-wcwl-admin-init.php:1211
293
  msgid "Use the theme style."
294
  msgstr "Gebruik de stijl van het thema."
295
 
296
+ #: ../includes/class.yith-wcwl-admin-init.php:1217
297
  msgid "Rounded buttons"
298
  msgstr "Ronde knoppen"
299
 
300
+ #: ../includes/class.yith-wcwl-admin-init.php:1218
301
  msgid "Make button corners rounded"
302
  msgstr "Maak de hoeken van de knoppen rond"
303
 
304
+ #: ../includes/class.yith-wcwl-admin-init.php:1224
305
  msgid "\"Add to Wishlist\" icon"
306
  msgstr "“Toevoegen aan wenslijst” icoon"
307
 
308
+ #: ../includes/class.yith-wcwl-admin-init.php:1225
309
  msgid "Add an icon to the \"Add to Wishlist\" button"
310
  msgstr "Voeg een icoon toe aan de “Toevoegen aan wenslijst” knop"
311
 
312
+ #: ../includes/class.yith-wcwl-admin-init.php:1235
313
  msgid "\"Add to Cart\" icon"
314
  msgstr "“Add to Card” icoon"
315
 
316
+ #: ../includes/class.yith-wcwl-admin-init.php:1236
317
  msgid "Add an icon to the \"Add to Cart\" button"
318
  msgstr "Voeg een icoon toe aan de “Add to Card” knop"
319
 
320
+ #: ../includes/class.yith-wcwl-admin-init.php:1254
321
  msgid "Social Networks & Share"
322
  msgstr "Sociale netwerken & Delen"
323
 
324
+ #: ../includes/class.yith-wcwl-admin-init.php:1261
325
  msgid "Share on Facebook"
326
  msgstr "Deel op Facebook"
327
 
328
+ #: ../includes/class.yith-wcwl-admin-init.php:1262
329
  msgid "Show \"Share on Facebook\" button"
330
  msgstr "Geef de “Deel op Facebook” knop weer"
331
 
332
+ #: ../includes/class.yith-wcwl-admin-init.php:1268
333
  msgid "Tweet on Twitter"
334
  msgstr "Tweet op Twitter"
335
 
336
+ #: ../includes/class.yith-wcwl-admin-init.php:1269
337
  msgid "Show \"Tweet on Twitter\" button"
338
  msgstr "Geef de “Tweet op Twitter” knop weer"
339
 
340
+ #: ../includes/class.yith-wcwl-admin-init.php:1275
341
  msgid "Pin on Pinterest"
342
  msgstr "Pin op Pinterest"
343
 
344
+ #: ../includes/class.yith-wcwl-admin-init.php:1276
345
  msgid "Show \"Pin on Pinterest\" button"
346
  msgstr "Geef de “Pin op Pinterest” knop weer"
347
 
348
+ #: ../includes/class.yith-wcwl-admin-init.php:1282
349
  msgid "Share on Google+"
350
  msgstr "Deel op Google+"
351
 
352
+ #: ../includes/class.yith-wcwl-admin-init.php:1283
353
  msgid "Show \"Share on Google+\" button"
354
  msgstr "Geef de “Deel op Google+” knop weer"
355
 
356
+ #: ../includes/class.yith-wcwl-admin-init.php:1289
357
  msgid "Share by Email"
358
  msgstr "Deel met email"
359
 
360
+ #: ../includes/class.yith-wcwl-admin-init.php:1290
361
  msgid "Show \"Share by Email\" button"
362
  msgstr "Geef de “Deel met email” knop weer"
363
 
364
+ #: ../includes/class.yith-wcwl-admin-init.php:1296
365
  msgid "Social title"
366
  msgstr "Te dele titel"
367
 
368
+ #: ../includes/class.yith-wcwl-admin-init.php:1303
369
  msgid "Social text"
370
  msgstr "Te dele tekst"
371
 
372
+ #: ../includes/class.yith-wcwl-admin-init.php:1304
373
  msgid ""
374
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
375
  "strong> where you want to show the URL of your wishlist."
376
  msgstr ""
377
 
378
+ #: ../includes/class.yith-wcwl-admin-init.php:1311
379
  msgid "Social image URL"
380
  msgstr "Deel afbeelding url"
381
 
382
+ #: ../includes/class.yith-wcwl-admin-init.php:1312
383
  msgid "It will be used by Pinterest."
384
  msgstr ""
385
 
386
+ #: ../includes/class.yith-wcwl-admin-init.php:1326
387
  #, php-format
388
  msgid ""
389
  "If you want to take advantage of this feature, you could consider to "
392
  "Al u gebruik wilt maken van deze functie kunt u overwegen om %s aan te "
393
  "schaffen."
394
 
395
+ #: ../includes/class.yith-wcwl-admin-init.php:1331
396
  msgid "YITH WooCommerce Frequently Bought Together Integration"
397
  msgstr "YITH WooCommerce Frequently Bought Together intergratie"
398
 
399
+ #: ../includes/class.yith-wcwl-admin-init.php:1338
400
  msgid "Enable slider in wishlist"
401
  msgstr "Slider inschakelen op wenslijst"
402
 
403
+ #: ../includes/class.yith-wcwl-admin-init.php:1339
404
  #, php-format
405
  msgid ""
406
  "Choose to enable product slider in wishlist page with linked products (<a "
409
  "Kies ervoor om de product slider op de wenslijst pagina weer te geven met "
410
  "gelinkte producten (<a href=\"%s\" class=\"thickbox\">Voorbeeld</a>). %s"
411
 
412
+ #: ../includes/class.yith-wcwl-admin-init.php:1375
413
  msgid "\"Add to wishlist\" button"
414
  msgstr "“Toevoegen aan wenslijst” knop"
415
 
416
+ #: ../includes/class.yith-wcwl-admin-init.php:1378
417
+ #: ../includes/class.yith-wcwl-admin-init.php:1396
418
+ #: ../includes/class.yith-wcwl-admin-init.php:1414
419
+ #: ../includes/class.yith-wcwl-admin-init.php:1432
420
+ #: ../includes/class.yith-wcwl-admin-init.php:1450
421
  msgid "Background"
422
  msgstr "Achtergrond"
423
 
424
+ #: ../includes/class.yith-wcwl-admin-init.php:1379
425
+ #: ../includes/class.yith-wcwl-admin-init.php:1397
426
+ #: ../includes/class.yith-wcwl-admin-init.php:1415
427
+ #: ../includes/class.yith-wcwl-admin-init.php:1433
428
+ #: ../includes/class.yith-wcwl-admin-init.php:1451
429
  msgid "Text"
430
  msgstr "Tekst"
431
 
432
+ #: ../includes/class.yith-wcwl-admin-init.php:1380
433
+ #: ../includes/class.yith-wcwl-admin-init.php:1398
434
+ #: ../includes/class.yith-wcwl-admin-init.php:1416
435
+ #: ../includes/class.yith-wcwl-admin-init.php:1434
436
+ #: ../includes/class.yith-wcwl-admin-init.php:1452
437
  msgid "Border"
438
  msgstr "Omlijning"
439
 
440
+ #: ../includes/class.yith-wcwl-admin-init.php:1387
441
+ #: ../includes/class.yith-wcwl-admin-init.php:1405
442
+ #: ../includes/class.yith-wcwl-admin-init.php:1423
443
+ #: ../includes/class.yith-wcwl-admin-init.php:1441
444
  msgid "Background (hover)"
445
  msgstr "Achtergrond (hover)"
446
 
447
+ #: ../includes/class.yith-wcwl-admin-init.php:1388
448
+ #: ../includes/class.yith-wcwl-admin-init.php:1406
449
+ #: ../includes/class.yith-wcwl-admin-init.php:1424
450
+ #: ../includes/class.yith-wcwl-admin-init.php:1442
451
  msgid "Text (hover)"
452
  msgstr "Tekst (hover)"
453
 
454
+ #: ../includes/class.yith-wcwl-admin-init.php:1389
455
+ #: ../includes/class.yith-wcwl-admin-init.php:1407
456
+ #: ../includes/class.yith-wcwl-admin-init.php:1425
457
+ #: ../includes/class.yith-wcwl-admin-init.php:1443
458
  msgid "Border (hover)"
459
  msgstr "Omlijning (hover)"
460
 
461
+ #: ../includes/class.yith-wcwl-admin-init.php:1393
462
  msgid "\"Add to Cart\" button"
463
  msgstr "“Add to Cart” knop"
464
 
465
+ #: ../includes/class.yith-wcwl-admin-init.php:1411
466
  msgid "\"Style 1\" button"
467
  msgstr "\"Style 1\" knop"
468
 
469
+ #: ../includes/class.yith-wcwl-admin-init.php:1429
470
  msgid "\"Style 2\" button"
471
  msgstr "\"Style 2” knop"
472
 
473
+ #: ../includes/class.yith-wcwl-admin-init.php:1447
474
  msgid "Wishlist table"
475
  msgstr "Wenslijst tabel"
476
 
477
+ #: ../includes/class.yith-wcwl-admin-init.php:1456
478
  msgid "Headers"
479
  msgstr "Koppen"
480
 
481
+ #: ../includes/class.yith-wcwl-admin-init.php:1459
482
  msgid "Background color"
483
  msgstr "Achtergrondkleur"
484
 
485
+ #: ../includes/class.yith-wcwl-admin-init.php:1549
486
  msgid "Wishlist Activated"
487
  msgstr "Wenslijst geactiveerd"
488
 
489
+ #: ../includes/class.yith-wcwl-admin-init.php:1550
490
  #, php-format
491
  msgid ""
492
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
499
  "heeft. Wenslijst is beschikbaar in de uitstekende PREMIUM versie met vele "
500
  "nieuwe opties, <a href=\"%s\">ontdek het nu</a>."
501
 
502
+ #: ../includes/class.yith-wcwl-admin-init.php:1561
503
  msgid "Wishlist Updated"
504
  msgstr "Wenslijst geupdate"
505
 
506
+ #: ../includes/class.yith-wcwl-admin-init.php:1562
507
  #, php-format
508
  msgid ""
509
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
518
  "toegevoegd aan dit menu. Wenslijst is geüpdate met nieuw beschikbare opties,"
519
  "<a href=\"%s\">ontdek de PREMIUM versie.</a>"
520
 
521
+ #: ../includes/class.yith-wcwl-init.php:374
522
  msgid ""
523
  "We are sorry, but this feature is available only if cookies are enabled on "
524
  "your browser."
526
  "Helaas, deze optie is alleen beschikbaar indien u cookies hebt ingeschakeld "
527
  "in uw browser."
528
 
529
+ #: ../includes/class.yith-wcwl-init.php:375
530
  msgid "Product correctly added to cart"
531
  msgstr "Producten momenteel in uw winkelmandje"
532
 
536
  msgstr "wenslijst"
537
 
538
  #: ../includes/class.yith-wcwl-shortcode.php:259
539
+ #: ../includes/class.yith-wcwl-ui.php:164
540
  msgid "Share on:"
541
  msgstr "Deel op:"
542
 
543
+ #: ../includes/class.yith-wcwl-ui.php:118
544
+ #: ../includes/class.yith-wcwl-ui.php:200
545
  msgid "Select options"
546
  msgstr "Selecteer opties"
547
 
548
+ #: ../includes/class.yith-wcwl-ui.php:168 ../templates/share.php:20
549
  msgid "Facebook"
550
  msgstr "Facebook"
551
 
552
+ #: ../includes/class.yith-wcwl-ui.php:171 ../templates/share.php:26
553
  msgid "Twitter"
554
  msgstr "Twitter"
555
 
556
+ #: ../includes/class.yith-wcwl-ui.php:180
557
  msgid "email"
558
  msgstr "Email"
559
 
561
  msgid "An error occurred while adding products to the wishlist."
562
  msgstr "Er ging iets mis bij het toevoegen van de producten aan uw wenslijst."
563
 
564
+ #: ../includes/class.yith-wcwl.php:269
565
  msgid "An error occurred while adding products to wishlist."
566
  msgstr "Er ging iets mis bij het toevoegen van de producten aan uw wenslijst."
567
 
568
+ #: ../includes/class.yith-wcwl.php:286
569
  msgid "The \"Remove\" option now does not require any parameter"
570
  msgstr "De “Verwijder” optie verijst geen parameter"
571
 
572
+ #: ../includes/class.yith-wcwl.php:335
573
  msgid "An error occurred while removing products from the wishlist"
574
  msgstr ""
575
  "Er ging iets mis bij het verwijderen van de producten van uw wenslijst."
576
 
577
+ #: ../includes/class.yith-wcwl.php:783
578
  msgid "You need to log in before creating a new wishlist"
579
  msgstr ""
580
  "U dient ingelogd te zijn voordat u producten aan uw wenslijst kunt toevoegen"
581
 
582
+ #: ../includes/class.yith-wcwl.php:1578
583
  msgid "Product successfully removed."
584
  msgstr "Product succesvol verwijderd"
585
 
586
+ #: ../includes/class.yith-wcwl.php:1582
587
  msgid "Error. Unable to remove the product from the wishlist."
588
  msgstr ""
589
  "Er ging iets mis. Het product kon niet verwijderd worden van de wenslijst."
590
 
591
+ #: ../includes/class.yith-wcwl.php:1586 ../templates/wishlist-view.php:241
592
  msgid "No products were added to the wishlist"
593
  msgstr "Er wijn geen producten toegevoegd aan de wenslijst"
594
 
595
+ #: ../includes/class.yith-wcwl.php:1628
596
  msgid "An error as occurred."
597
  msgstr "Er is iets misgegaan."
598
 
599
+ #: ../init.php:130
600
  msgid ""
601
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
602
  "WooCommerce in order to work."
604
  "YITH WooCommerce Wishlist is ingeschakeld maar niet werkzaam. Hiervoor is "
605
  "WooCommerce vereist."
606
 
607
+ #: ../init.php:140
608
  msgid ""
609
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
610
  "are using the premium one."
934
  msgid "Google+"
935
  msgstr "Google+"
936
 
 
 
 
 
937
  #: ../templates/share.php:44
938
  msgid "Email"
939
  msgstr "Email"
962
  msgid "Stock Status"
963
  msgstr "Voorraad status"
964
 
965
+ #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:231
966
  msgid "Remove this product"
967
  msgstr "Verwijder dit product"
968
 
969
+ #: ../templates/wishlist-view.php:172
970
  msgid "Free!"
971
  msgstr "Gratis!"
972
 
973
+ #: ../templates/wishlist-view.php:178
974
  msgid "Out of Stock"
975
  msgstr "Uitverkocht"
976
 
977
+ #: ../templates/wishlist-view.php:178
978
  msgid "In Stock"
979
  msgstr "Op voorraad"
980
 
981
+ #: ../templates/wishlist-view.php:187
982
  #, php-format
983
  msgid "Added on : %s"
984
  msgstr "Toevoegen aan: %s"
985
 
986
+ #: ../templates/wishlist-view.php:199
987
  msgid "Move"
988
  msgstr "Verplaats"
989
 
990
+ #: ../templates/wishlist-view.php:211
991
  msgid "Shared"
992
  msgstr "Gedeeld"
993
 
994
+ #: ../templates/wishlist-view.php:214
995
  msgid "Private"
996
  msgstr "Prive"
997
 
998
+ #: ../templates/wishlist-view.php:217
999
  msgid "Public"
1000
  msgstr "Publiek"
1001
 
1002
+ #: ../templates/wishlist-view.php:231
1003
  msgid "Remove"
1004
  msgstr "Verwijder"
1005
 
1006
+ #: ../templates/wishlist-view.php:258
1007
  msgid "Add the selected products to the cart"
1008
  msgstr "Voeg het geselecteerde product toe aan de winkelmand"
1009
 
1010
+ #: ../templates/wishlist-view.php:266 ../templates/wishlist-view.php:312
1011
  msgid "Ask for an estimate"
1012
  msgstr "Vraag om een offerte"
1013
 
1014
+ #: ../templates/wishlist-view.php:302
1015
  msgid "Your email"
1016
  msgstr ""
1017
 
1018
+ #~ msgid "I wanted you to see this site"
1019
+ #~ msgstr "Ik wil deze site met je delen"
1020
+
1021
  #~ msgid ""
1022
  #~ "Upgrade to the PREMIUM VERSION\n"
1023
  #~ "of YITH WOOCOMMERCE WISHLIST to benefit from all features!"
languages/yith-woocommerce-wishlist-pl_PL.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-pl_PL.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
- "POT-Creation-Date: 2017-05-11 15:57+0200\n"
5
- "PO-Revision-Date: 2017-05-11 15:57+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: pl_PL\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 2.0.1\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
@@ -21,8 +21,8 @@ msgstr ""
21
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
22
 
23
  #: ../includes/class.yith-wcwl-admin-init.php:159
24
- #: ../includes/class.yith-wcwl-admin-init.php:1288
25
- #: ../includes/class.yith-wcwl-admin-init.php:1289
26
  #: ../includes/class.yith-wcwl-install.php:244
27
  msgid "Wishlist"
28
  msgstr "Obserwowane"
@@ -60,44 +60,44 @@ msgstr ""
60
  msgid "Plugin Documentation"
61
  msgstr "Dokumentacja wtyczki"
62
 
63
- #: ../includes/class.yith-wcwl-admin-init.php:828
64
  msgid "Upgrade to the PREMIUM VERSION"
65
  msgstr ""
66
 
67
- #: ../includes/class.yith-wcwl-admin-init.php:831
68
  msgid "YITH WooCommerce Wishlist"
69
  msgstr ""
70
 
71
- #: ../includes/class.yith-wcwl-admin-init.php:832
72
  msgid "Discover the Advanced Features"
73
  msgstr ""
74
 
75
- #: ../includes/class.yith-wcwl-admin-init.php:833
76
  msgid ""
77
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
78
  "all features!"
79
  msgstr ""
80
 
81
- #: ../includes/class.yith-wcwl-admin-init.php:839
82
  msgid "Get Support and Pro Features"
83
  msgstr "Uzyskaj wsparcie i funkcje Pro"
84
 
85
- #: ../includes/class.yith-wcwl-admin-init.php:840
86
  msgid ""
87
  "By purchasing the premium version of the plugin, you will take advantage of "
88
  "the advanced features of the product and you will get one year of free "
89
  "updates and support through our platform available 24h/24."
90
  msgstr ""
91
 
92
- #: ../includes/class.yith-wcwl-admin-init.php:850
93
  msgid "General Settings"
94
  msgstr "Ustawienia ogólne"
95
 
96
- #: ../includes/class.yith-wcwl-admin-init.php:857
97
  msgid "Enable YITH Wishlist"
98
  msgstr "Włącz YITH Listy życzeń"
99
 
100
- #: ../includes/class.yith-wcwl-admin-init.php:858
101
  #, php-format
102
  msgid ""
103
  "Enable all plugin features. <strong>Be sure to select at least one option in "
@@ -105,30 +105,30 @@ msgid ""
105
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
106
  msgstr ""
107
 
108
- #: ../includes/class.yith-wcwl-admin-init.php:864
109
  msgid "Default wishlist title"
110
  msgstr "Tytuł domyślny"
111
 
112
- #: ../includes/class.yith-wcwl-admin-init.php:866
113
- #: ../includes/class.yith-wcwl-admin-init.php:867
114
- #: ../includes/class.yith-wcwl-admin-init.php:1103
115
  #, php-format
116
  msgid "My wishlist on %s"
117
  msgstr "Moja lista życzeń: %s"
118
 
119
- #: ../includes/class.yith-wcwl-admin-init.php:872
120
  msgid "Wishlist Page"
121
  msgstr "Obserwowane"
122
 
123
- #: ../includes/class.yith-wcwl-admin-init.php:873
124
  msgid "Page contents: [yith_wcwl_wishlist]"
125
  msgstr ""
126
 
127
- #: ../includes/class.yith-wcwl-admin-init.php:882
128
  msgid "Position"
129
  msgstr "Pozycja meczowa"
130
 
131
- #: ../includes/class.yith-wcwl-admin-init.php:883
132
  msgid ""
133
  "You can add the button in variable products only after the \"Add to Cart\" "
134
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
@@ -136,27 +136,27 @@ msgstr ""
136
  "Na produktach zmiennych można dodać to tylko po \"Dodaj do koszyka\" lub "
137
  "użyj shortcode [yith_wcwl_add_to_wishlist]."
138
 
139
- #: ../includes/class.yith-wcwl-admin-init.php:889
140
  msgid "After \"Add to cart\""
141
  msgstr ""
142
 
143
- #: ../includes/class.yith-wcwl-admin-init.php:890
144
  msgid "After thumbnails"
145
  msgstr "Za miniaturami"
146
 
147
- #: ../includes/class.yith-wcwl-admin-init.php:891
148
  msgid "After summary"
149
  msgstr "Po podsumowaniu"
150
 
151
- #: ../includes/class.yith-wcwl-admin-init.php:892
152
  msgid "Use shortcode"
153
  msgstr "Użyj shortcode"
154
 
155
- #: ../includes/class.yith-wcwl-admin-init.php:897
156
  msgid "Redirect to cart"
157
  msgstr "Przekieruj do koszyka"
158
 
159
- #: ../includes/class.yith-wcwl-admin-init.php:898
160
  msgid ""
161
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
162
  "page."
@@ -164,312 +164,312 @@ msgstr ""
164
  "Przekierowanie do koszyka,po przycisku \"Dodaj do koszyka\" na stronie listy "
165
  "życzeń."
166
 
167
- #: ../includes/class.yith-wcwl-admin-init.php:904
168
  msgid "Remove if added to the cart"
169
  msgstr "Usuń jeśli dodane do koszyka"
170
 
171
- #: ../includes/class.yith-wcwl-admin-init.php:905
172
  msgid "Remove the product from the wishlist if it has been added to the cart."
173
  msgstr ""
174
 
175
- #: ../includes/class.yith-wcwl-admin-init.php:911
176
  msgid "\"Add to Wishlist\" text"
177
  msgstr ""
178
 
179
- #: ../includes/class.yith-wcwl-admin-init.php:913
180
  msgid "Add to Wishlist"
181
  msgstr ""
182
 
183
- #: ../includes/class.yith-wcwl-admin-init.php:918
184
  msgid "\"Browse wishlist\" text"
185
  msgstr ""
186
 
187
- #: ../includes/class.yith-wcwl-admin-init.php:920
188
- #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl-ui.php:82
189
  msgid "Browse Wishlist"
190
  msgstr "Przeglądaj listę życzeń"
191
 
192
- #: ../includes/class.yith-wcwl-admin-init.php:925
193
  msgid "\"Product already in wishlist\" text"
194
  msgstr ""
195
 
196
- #: ../includes/class.yith-wcwl-admin-init.php:927
197
- #: ../includes/class.yith-wcwl-ui.php:82
198
  msgid "The product is already in the wishlist!"
199
  msgstr "Produkt jest już na liście życzeń!"
200
 
201
- #: ../includes/class.yith-wcwl-admin-init.php:932
202
  msgid "\"Product added\" text"
203
  msgstr ""
204
 
205
- #: ../includes/class.yith-wcwl-admin-init.php:934
206
- #: ../includes/class.yith-wcwl-ui.php:81
207
  msgid "Product added!"
208
  msgstr ""
209
 
210
- #: ../includes/class.yith-wcwl-admin-init.php:939
211
  msgid "\"Add to Cart\" text"
212
  msgstr ""
213
 
214
- #: ../includes/class.yith-wcwl-admin-init.php:941
215
  msgid "Add to Cart"
216
  msgstr "Dodaj do koszyka"
217
 
218
- #: ../includes/class.yith-wcwl-admin-init.php:946
219
  msgid "Show Unit price"
220
  msgstr "Pokaż cenę jednostkową"
221
 
222
- #: ../includes/class.yith-wcwl-admin-init.php:947
223
  msgid "Show unit price for each product in wishlist"
224
  msgstr ""
225
 
226
- #: ../includes/class.yith-wcwl-admin-init.php:954
227
  msgid "Show \"Add to Cart\" button"
228
  msgstr ""
229
 
230
- #: ../includes/class.yith-wcwl-admin-init.php:955
231
  msgid "Show \"Add to Cart\" button for each product in wishlist"
232
  msgstr ""
233
 
234
- #: ../includes/class.yith-wcwl-admin-init.php:962
235
  msgid "Show Stock status"
236
  msgstr ""
237
 
238
- #: ../includes/class.yith-wcwl-admin-init.php:963
239
  msgid ""
240
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
241
  msgstr ""
242
 
243
- #: ../includes/class.yith-wcwl-admin-init.php:970
244
  msgid "Show Date of addition"
245
  msgstr ""
246
 
247
- #: ../includes/class.yith-wcwl-admin-init.php:971
248
  msgid "Show the date when users have added a product to the wishlist"
249
  msgstr ""
250
 
251
- #: ../includes/class.yith-wcwl-admin-init.php:978
252
  msgid "Add second remove button"
253
  msgstr ""
254
 
255
- #: ../includes/class.yith-wcwl-admin-init.php:979
256
  msgid "Add a second remove button in the last column, with extended label"
257
  msgstr ""
258
 
259
- #: ../includes/class.yith-wcwl-admin-init.php:994
260
  msgid "Styles"
261
  msgstr "Style CSS"
262
 
263
- #: ../includes/class.yith-wcwl-admin-init.php:1001
264
  msgid "Use buttons"
265
  msgstr "Użyj przyciski"
266
 
267
- #: ../includes/class.yith-wcwl-admin-init.php:1002
268
  msgid "Use buttons instead of simple anchors."
269
  msgstr ""
270
 
271
- #: ../includes/class.yith-wcwl-admin-init.php:1008
272
  msgid "Custom CSS"
273
  msgstr "Własny CSS"
274
 
275
- #: ../includes/class.yith-wcwl-admin-init.php:1015
276
  msgid "Use theme style"
277
  msgstr "Użyj styl szablonu"
278
 
279
- #: ../includes/class.yith-wcwl-admin-init.php:1016
280
  msgid "Use the theme style."
281
  msgstr ""
282
 
283
- #: ../includes/class.yith-wcwl-admin-init.php:1022
284
  msgid "Rounded buttons"
285
  msgstr ""
286
 
287
- #: ../includes/class.yith-wcwl-admin-init.php:1023
288
  msgid "Make button corners rounded"
289
  msgstr ""
290
 
291
- #: ../includes/class.yith-wcwl-admin-init.php:1029
292
  msgid "\"Add to Wishlist\" icon"
293
  msgstr "Ikon \"Dodaj do listy życzeń\""
294
 
295
- #: ../includes/class.yith-wcwl-admin-init.php:1030
296
  msgid "Add an icon to the \"Add to Wishlist\" button"
297
  msgstr "Dodaj ikona do przycisku \"Dodaj do listy życzeń\""
298
 
299
- #: ../includes/class.yith-wcwl-admin-init.php:1040
300
  msgid "\"Add to Cart\" icon"
301
  msgstr "Ikon \"Dodaj do koszyka\""
302
 
303
- #: ../includes/class.yith-wcwl-admin-init.php:1041
304
  msgid "Add an icon to the \"Add to Cart\" button"
305
  msgstr "Dodaj ikona do przycisku \"Dodaj do koszyka\""
306
 
307
- #: ../includes/class.yith-wcwl-admin-init.php:1059
308
  msgid "Social Networks & Share"
309
  msgstr ""
310
 
311
- #: ../includes/class.yith-wcwl-admin-init.php:1066
312
  msgid "Share on Facebook"
313
  msgstr "Udostępnij na Facebooku"
314
 
315
- #: ../includes/class.yith-wcwl-admin-init.php:1067
316
  msgid "Show \"Share on Facebook\" button"
317
  msgstr ""
318
 
319
- #: ../includes/class.yith-wcwl-admin-init.php:1073
320
  msgid "Tweet on Twitter"
321
  msgstr "Poleć na Twitterze"
322
 
323
- #: ../includes/class.yith-wcwl-admin-init.php:1074
324
  msgid "Show \"Tweet on Twitter\" button"
325
  msgstr "Wyświetlaj oficjalny widżet Twitter Embedded Timeline"
326
 
327
- #: ../includes/class.yith-wcwl-admin-init.php:1080
328
  msgid "Pin on Pinterest"
329
  msgstr "Poleć na Pintereście"
330
 
331
- #: ../includes/class.yith-wcwl-admin-init.php:1081
332
  msgid "Show \"Pin on Pinterest\" button"
333
  msgstr ""
334
 
335
- #: ../includes/class.yith-wcwl-admin-init.php:1087
336
  msgid "Share on Google+"
337
  msgstr "Udostępnij na Googl+"
338
 
339
- #: ../includes/class.yith-wcwl-admin-init.php:1088
340
  msgid "Show \"Share on Google+\" button"
341
  msgstr ""
342
 
343
- #: ../includes/class.yith-wcwl-admin-init.php:1094
344
  msgid "Share by Email"
345
  msgstr ""
346
 
347
- #: ../includes/class.yith-wcwl-admin-init.php:1095
348
  msgid "Show \"Share by Email\" button"
349
  msgstr ""
350
 
351
- #: ../includes/class.yith-wcwl-admin-init.php:1101
352
  msgid "Social title"
353
  msgstr ""
354
 
355
- #: ../includes/class.yith-wcwl-admin-init.php:1108
356
  msgid "Social text"
357
  msgstr ""
358
 
359
- #: ../includes/class.yith-wcwl-admin-init.php:1109
360
  msgid ""
361
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
362
  "strong> where you want to show the URL of your wishlist."
363
  msgstr ""
364
 
365
- #: ../includes/class.yith-wcwl-admin-init.php:1116
366
  msgid "Social image URL"
367
  msgstr ""
368
 
369
- #: ../includes/class.yith-wcwl-admin-init.php:1117
370
  msgid "It will be used by Pinterest."
371
  msgstr ""
372
 
373
- #: ../includes/class.yith-wcwl-admin-init.php:1131
374
  #, php-format
375
  msgid ""
376
  "If you want to take advantage of this feature, you could consider to "
377
  "purchase the %s."
378
  msgstr ""
379
 
380
- #: ../includes/class.yith-wcwl-admin-init.php:1136
381
  msgid "YITH WooCommerce Frequently Bought Together Integration"
382
  msgstr ""
383
 
384
- #: ../includes/class.yith-wcwl-admin-init.php:1143
385
  msgid "Enable slider in wishlist"
386
  msgstr ""
387
 
388
- #: ../includes/class.yith-wcwl-admin-init.php:1144
389
  #, php-format
390
  msgid ""
391
  "Choose to enable product slider in wishlist page with linked products (<a "
392
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
393
  msgstr ""
394
 
395
- #: ../includes/class.yith-wcwl-admin-init.php:1180
396
  msgid "\"Add to wishlist\" button"
397
  msgstr ""
398
 
399
- #: ../includes/class.yith-wcwl-admin-init.php:1183
400
- #: ../includes/class.yith-wcwl-admin-init.php:1201
401
- #: ../includes/class.yith-wcwl-admin-init.php:1219
402
- #: ../includes/class.yith-wcwl-admin-init.php:1237
403
- #: ../includes/class.yith-wcwl-admin-init.php:1255
404
  msgid "Background"
405
  msgstr "Tło"
406
 
407
- #: ../includes/class.yith-wcwl-admin-init.php:1184
408
- #: ../includes/class.yith-wcwl-admin-init.php:1202
409
- #: ../includes/class.yith-wcwl-admin-init.php:1220
410
- #: ../includes/class.yith-wcwl-admin-init.php:1238
411
- #: ../includes/class.yith-wcwl-admin-init.php:1256
412
  msgid "Text"
413
  msgstr "Tekst"
414
 
415
- #: ../includes/class.yith-wcwl-admin-init.php:1185
416
- #: ../includes/class.yith-wcwl-admin-init.php:1203
417
- #: ../includes/class.yith-wcwl-admin-init.php:1221
418
- #: ../includes/class.yith-wcwl-admin-init.php:1239
419
- #: ../includes/class.yith-wcwl-admin-init.php:1257
420
  msgid "Border"
421
  msgstr "Ramka"
422
 
423
- #: ../includes/class.yith-wcwl-admin-init.php:1192
424
- #: ../includes/class.yith-wcwl-admin-init.php:1210
425
- #: ../includes/class.yith-wcwl-admin-init.php:1228
426
- #: ../includes/class.yith-wcwl-admin-init.php:1246
427
  msgid "Background (hover)"
428
  msgstr ""
429
 
430
- #: ../includes/class.yith-wcwl-admin-init.php:1193
431
- #: ../includes/class.yith-wcwl-admin-init.php:1211
432
- #: ../includes/class.yith-wcwl-admin-init.php:1229
433
- #: ../includes/class.yith-wcwl-admin-init.php:1247
434
  msgid "Text (hover)"
435
  msgstr ""
436
 
437
- #: ../includes/class.yith-wcwl-admin-init.php:1194
438
- #: ../includes/class.yith-wcwl-admin-init.php:1212
439
- #: ../includes/class.yith-wcwl-admin-init.php:1230
440
- #: ../includes/class.yith-wcwl-admin-init.php:1248
441
  msgid "Border (hover)"
442
  msgstr ""
443
 
444
- #: ../includes/class.yith-wcwl-admin-init.php:1198
445
  msgid "\"Add to Cart\" button"
446
  msgstr ""
447
 
448
- #: ../includes/class.yith-wcwl-admin-init.php:1216
449
  msgid "\"Style 1\" button"
450
  msgstr ""
451
 
452
- #: ../includes/class.yith-wcwl-admin-init.php:1234
453
  msgid "\"Style 2\" button"
454
  msgstr ""
455
 
456
- #: ../includes/class.yith-wcwl-admin-init.php:1252
457
  msgid "Wishlist table"
458
  msgstr ""
459
 
460
- #: ../includes/class.yith-wcwl-admin-init.php:1261
461
  msgid "Headers"
462
  msgstr "Nagłówki"
463
 
464
- #: ../includes/class.yith-wcwl-admin-init.php:1264
465
  msgid "Background color"
466
  msgstr "Kolor tła"
467
 
468
- #: ../includes/class.yith-wcwl-admin-init.php:1354
469
  msgid "Wishlist Activated"
470
  msgstr ""
471
 
472
- #: ../includes/class.yith-wcwl-admin-init.php:1355
473
  #, php-format
474
  msgid ""
475
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
@@ -478,11 +478,11 @@ msgid ""
478
  "options, <a href=\"%s\">discover it now</a>."
479
  msgstr ""
480
 
481
- #: ../includes/class.yith-wcwl-admin-init.php:1366
482
  msgid "Wishlist Updated"
483
  msgstr ""
484
 
485
- #: ../includes/class.yith-wcwl-admin-init.php:1367
486
  #, php-format
487
  msgid ""
488
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
@@ -492,13 +492,13 @@ msgid ""
492
  "\">discover the PREMIUM version.</a>"
493
  msgstr ""
494
 
495
- #: ../includes/class.yith-wcwl-init.php:366
496
  msgid ""
497
  "We are sorry, but this feature is available only if cookies are enabled on "
498
  "your browser."
499
  msgstr ""
500
 
501
- #: ../includes/class.yith-wcwl-init.php:367
502
  msgid "Product correctly added to cart"
503
  msgstr "Produkt dodany do koszyka"
504
 
@@ -508,24 +508,24 @@ msgid "wishlist"
508
  msgstr ""
509
 
510
  #: ../includes/class.yith-wcwl-shortcode.php:259
511
- #: ../includes/class.yith-wcwl-ui.php:163
512
  msgid "Share on:"
513
  msgstr "Udostępnij na:"
514
 
515
- #: ../includes/class.yith-wcwl-ui.php:117
516
- #: ../includes/class.yith-wcwl-ui.php:199
517
  msgid "Select options"
518
  msgstr "Personalizuj"
519
 
520
- #: ../includes/class.yith-wcwl-ui.php:167 ../templates/share.php:20
521
  msgid "Facebook"
522
  msgstr "Facebook"
523
 
524
- #: ../includes/class.yith-wcwl-ui.php:170 ../templates/share.php:26
525
  msgid "Twitter"
526
  msgstr "Twitter"
527
 
528
- #: ../includes/class.yith-wcwl-ui.php:179
529
  msgid "email"
530
  msgstr "e-mail"
531
 
@@ -533,45 +533,45 @@ msgstr "e-mail"
533
  msgid "An error occurred while adding products to the wishlist."
534
  msgstr ""
535
 
536
- #: ../includes/class.yith-wcwl.php:268
537
  msgid "An error occurred while adding products to wishlist."
538
  msgstr ""
539
 
540
- #: ../includes/class.yith-wcwl.php:285
541
  msgid "The \"Remove\" option now does not require any parameter"
542
  msgstr ""
543
 
544
- #: ../includes/class.yith-wcwl.php:332
545
  msgid "An error occurred while removing products from the wishlist"
546
  msgstr ""
547
 
548
- #: ../includes/class.yith-wcwl.php:774
549
  msgid "You need to log in before creating a new wishlist"
550
  msgstr ""
551
 
552
- #: ../includes/class.yith-wcwl.php:1565
553
  msgid "Product successfully removed."
554
  msgstr "Produkt został usunięty."
555
 
556
- #: ../includes/class.yith-wcwl.php:1569
557
  msgid "Error. Unable to remove the product from the wishlist."
558
  msgstr "Błąd. Nie można usunąć produktu z listy życzeń."
559
 
560
- #: ../includes/class.yith-wcwl.php:1573 ../templates/wishlist-view.php:239
561
  msgid "No products were added to the wishlist"
562
  msgstr "Nie dodano żadnych produktów do listy życzeń"
563
 
564
- #: ../includes/class.yith-wcwl.php:1615
565
  msgid "An error as occurred."
566
  msgstr ""
567
 
568
- #: ../init.php:128
569
  msgid ""
570
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
571
  "WooCommerce in order to work."
572
  msgstr ""
573
 
574
- #: ../init.php:138
575
  msgid ""
576
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
577
  "are using the premium one."
@@ -827,10 +827,6 @@ msgstr "Pinterest"
827
  msgid "Google+"
828
  msgstr "Google+"
829
 
830
- #: ../templates/share.php:44
831
- msgid "I wanted you to see this site"
832
- msgstr ""
833
-
834
  #: ../templates/share.php:44
835
  msgid "Email"
836
  msgstr "Adres mailowy"
@@ -859,56 +855,56 @@ msgstr "Cena"
859
  msgid "Stock Status"
860
  msgstr "Stan magazynowy"
861
 
862
- #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:229
863
  msgid "Remove this product"
864
  msgstr "Usuń"
865
 
866
- #: ../templates/wishlist-view.php:170
867
  msgid "Free!"
868
  msgstr "Darmowe!"
869
 
870
- #: ../templates/wishlist-view.php:176
871
  msgid "Out of Stock"
872
  msgstr "Wyprzedane"
873
 
874
- #: ../templates/wishlist-view.php:176
875
  msgid "In Stock"
876
  msgstr "Dostępny"
877
 
878
- #: ../templates/wishlist-view.php:185
879
  #, php-format
880
  msgid "Added on : %s"
881
  msgstr "Dodano %s temu"
882
 
883
- #: ../templates/wishlist-view.php:197
884
  msgid "Move"
885
  msgstr "Przenieś"
886
 
887
- #: ../templates/wishlist-view.php:209
888
  msgid "Shared"
889
  msgstr "Udostępniony"
890
 
891
- #: ../templates/wishlist-view.php:212
892
  msgid "Private"
893
  msgstr "Prywatny"
894
 
895
- #: ../templates/wishlist-view.php:215
896
  msgid "Public"
897
  msgstr "Publiczny"
898
 
899
- #: ../templates/wishlist-view.php:229
900
  msgid "Remove"
901
  msgstr "Usuń"
902
 
903
- #: ../templates/wishlist-view.php:256
904
  msgid "Add the selected products to the cart"
905
  msgstr "Dodaj wybrane produkty do koszyka"
906
 
907
- #: ../templates/wishlist-view.php:264 ../templates/wishlist-view.php:310
908
  msgid "Ask for an estimate"
909
  msgstr "Poproś o oszacowanie kosztów"
910
 
911
- #: ../templates/wishlist-view.php:300
912
  msgid "Your email"
913
  msgstr ""
914
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
+ "POT-Creation-Date: 2017-10-24 17:34+0200\n"
5
+ "PO-Revision-Date: 2017-10-24 17:34+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: pl_PL\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.8.7.1\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
21
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
22
 
23
  #: ../includes/class.yith-wcwl-admin-init.php:159
24
+ #: ../includes/class.yith-wcwl-admin-init.php:1483
25
+ #: ../includes/class.yith-wcwl-admin-init.php:1484
26
  #: ../includes/class.yith-wcwl-install.php:244
27
  msgid "Wishlist"
28
  msgstr "Obserwowane"
60
  msgid "Plugin Documentation"
61
  msgstr "Dokumentacja wtyczki"
62
 
63
+ #: ../includes/class.yith-wcwl-admin-init.php:1023
64
  msgid "Upgrade to the PREMIUM VERSION"
65
  msgstr ""
66
 
67
+ #: ../includes/class.yith-wcwl-admin-init.php:1026
68
  msgid "YITH WooCommerce Wishlist"
69
  msgstr ""
70
 
71
+ #: ../includes/class.yith-wcwl-admin-init.php:1027
72
  msgid "Discover the Advanced Features"
73
  msgstr ""
74
 
75
+ #: ../includes/class.yith-wcwl-admin-init.php:1028
76
  msgid ""
77
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
78
  "all features!"
79
  msgstr ""
80
 
81
+ #: ../includes/class.yith-wcwl-admin-init.php:1034
82
  msgid "Get Support and Pro Features"
83
  msgstr "Uzyskaj wsparcie i funkcje Pro"
84
 
85
+ #: ../includes/class.yith-wcwl-admin-init.php:1035
86
  msgid ""
87
  "By purchasing the premium version of the plugin, you will take advantage of "
88
  "the advanced features of the product and you will get one year of free "
89
  "updates and support through our platform available 24h/24."
90
  msgstr ""
91
 
92
+ #: ../includes/class.yith-wcwl-admin-init.php:1045
93
  msgid "General Settings"
94
  msgstr "Ustawienia ogólne"
95
 
96
+ #: ../includes/class.yith-wcwl-admin-init.php:1052
97
  msgid "Enable YITH Wishlist"
98
  msgstr "Włącz YITH Listy życzeń"
99
 
100
+ #: ../includes/class.yith-wcwl-admin-init.php:1053
101
  #, php-format
102
  msgid ""
103
  "Enable all plugin features. <strong>Be sure to select at least one option in "
105
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
106
  msgstr ""
107
 
108
+ #: ../includes/class.yith-wcwl-admin-init.php:1059
109
  msgid "Default wishlist title"
110
  msgstr "Tytuł domyślny"
111
 
112
+ #: ../includes/class.yith-wcwl-admin-init.php:1061
113
+ #: ../includes/class.yith-wcwl-admin-init.php:1062
114
+ #: ../includes/class.yith-wcwl-admin-init.php:1298
115
  #, php-format
116
  msgid "My wishlist on %s"
117
  msgstr "Moja lista życzeń: %s"
118
 
119
+ #: ../includes/class.yith-wcwl-admin-init.php:1067
120
  msgid "Wishlist Page"
121
  msgstr "Obserwowane"
122
 
123
+ #: ../includes/class.yith-wcwl-admin-init.php:1068
124
  msgid "Page contents: [yith_wcwl_wishlist]"
125
  msgstr ""
126
 
127
+ #: ../includes/class.yith-wcwl-admin-init.php:1077
128
  msgid "Position"
129
  msgstr "Pozycja meczowa"
130
 
131
+ #: ../includes/class.yith-wcwl-admin-init.php:1078
132
  msgid ""
133
  "You can add the button in variable products only after the \"Add to Cart\" "
134
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
136
  "Na produktach zmiennych można dodać to tylko po \"Dodaj do koszyka\" lub "
137
  "użyj shortcode [yith_wcwl_add_to_wishlist]."
138
 
139
+ #: ../includes/class.yith-wcwl-admin-init.php:1084
140
  msgid "After \"Add to cart\""
141
  msgstr ""
142
 
143
+ #: ../includes/class.yith-wcwl-admin-init.php:1085
144
  msgid "After thumbnails"
145
  msgstr "Za miniaturami"
146
 
147
+ #: ../includes/class.yith-wcwl-admin-init.php:1086
148
  msgid "After summary"
149
  msgstr "Po podsumowaniu"
150
 
151
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
152
  msgid "Use shortcode"
153
  msgstr "Użyj shortcode"
154
 
155
+ #: ../includes/class.yith-wcwl-admin-init.php:1092
156
  msgid "Redirect to cart"
157
  msgstr "Przekieruj do koszyka"
158
 
159
+ #: ../includes/class.yith-wcwl-admin-init.php:1093
160
  msgid ""
161
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
162
  "page."
164
  "Przekierowanie do koszyka,po przycisku \"Dodaj do koszyka\" na stronie listy "
165
  "życzeń."
166
 
167
+ #: ../includes/class.yith-wcwl-admin-init.php:1099
168
  msgid "Remove if added to the cart"
169
  msgstr "Usuń jeśli dodane do koszyka"
170
 
171
+ #: ../includes/class.yith-wcwl-admin-init.php:1100
172
  msgid "Remove the product from the wishlist if it has been added to the cart."
173
  msgstr ""
174
 
175
+ #: ../includes/class.yith-wcwl-admin-init.php:1106
176
  msgid "\"Add to Wishlist\" text"
177
  msgstr ""
178
 
179
+ #: ../includes/class.yith-wcwl-admin-init.php:1108
180
  msgid "Add to Wishlist"
181
  msgstr ""
182
 
183
+ #: ../includes/class.yith-wcwl-admin-init.php:1113
184
  msgid "\"Browse wishlist\" text"
185
  msgstr ""
186
 
187
+ #: ../includes/class.yith-wcwl-admin-init.php:1115
188
+ #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
189
  msgid "Browse Wishlist"
190
  msgstr "Przeglądaj listę życzeń"
191
 
192
+ #: ../includes/class.yith-wcwl-admin-init.php:1120
193
  msgid "\"Product already in wishlist\" text"
194
  msgstr ""
195
 
196
+ #: ../includes/class.yith-wcwl-admin-init.php:1122
197
+ #: ../includes/class.yith-wcwl-ui.php:83
198
  msgid "The product is already in the wishlist!"
199
  msgstr "Produkt jest już na liście życzeń!"
200
 
201
+ #: ../includes/class.yith-wcwl-admin-init.php:1127
202
  msgid "\"Product added\" text"
203
  msgstr ""
204
 
205
+ #: ../includes/class.yith-wcwl-admin-init.php:1129
206
+ #: ../includes/class.yith-wcwl-ui.php:82
207
  msgid "Product added!"
208
  msgstr ""
209
 
210
+ #: ../includes/class.yith-wcwl-admin-init.php:1134
211
  msgid "\"Add to Cart\" text"
212
  msgstr ""
213
 
214
+ #: ../includes/class.yith-wcwl-admin-init.php:1136
215
  msgid "Add to Cart"
216
  msgstr "Dodaj do koszyka"
217
 
218
+ #: ../includes/class.yith-wcwl-admin-init.php:1141
219
  msgid "Show Unit price"
220
  msgstr "Pokaż cenę jednostkową"
221
 
222
+ #: ../includes/class.yith-wcwl-admin-init.php:1142
223
  msgid "Show unit price for each product in wishlist"
224
  msgstr ""
225
 
226
+ #: ../includes/class.yith-wcwl-admin-init.php:1149
227
  msgid "Show \"Add to Cart\" button"
228
  msgstr ""
229
 
230
+ #: ../includes/class.yith-wcwl-admin-init.php:1150
231
  msgid "Show \"Add to Cart\" button for each product in wishlist"
232
  msgstr ""
233
 
234
+ #: ../includes/class.yith-wcwl-admin-init.php:1157
235
  msgid "Show Stock status"
236
  msgstr ""
237
 
238
+ #: ../includes/class.yith-wcwl-admin-init.php:1158
239
  msgid ""
240
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
241
  msgstr ""
242
 
243
+ #: ../includes/class.yith-wcwl-admin-init.php:1165
244
  msgid "Show Date of addition"
245
  msgstr ""
246
 
247
+ #: ../includes/class.yith-wcwl-admin-init.php:1166
248
  msgid "Show the date when users have added a product to the wishlist"
249
  msgstr ""
250
 
251
+ #: ../includes/class.yith-wcwl-admin-init.php:1173
252
  msgid "Add second remove button"
253
  msgstr ""
254
 
255
+ #: ../includes/class.yith-wcwl-admin-init.php:1174
256
  msgid "Add a second remove button in the last column, with extended label"
257
  msgstr ""
258
 
259
+ #: ../includes/class.yith-wcwl-admin-init.php:1189
260
  msgid "Styles"
261
  msgstr "Style CSS"
262
 
263
+ #: ../includes/class.yith-wcwl-admin-init.php:1196
264
  msgid "Use buttons"
265
  msgstr "Użyj przyciski"
266
 
267
+ #: ../includes/class.yith-wcwl-admin-init.php:1197
268
  msgid "Use buttons instead of simple anchors."
269
  msgstr ""
270
 
271
+ #: ../includes/class.yith-wcwl-admin-init.php:1203
272
  msgid "Custom CSS"
273
  msgstr "Własny CSS"
274
 
275
+ #: ../includes/class.yith-wcwl-admin-init.php:1210
276
  msgid "Use theme style"
277
  msgstr "Użyj styl szablonu"
278
 
279
+ #: ../includes/class.yith-wcwl-admin-init.php:1211
280
  msgid "Use the theme style."
281
  msgstr ""
282
 
283
+ #: ../includes/class.yith-wcwl-admin-init.php:1217
284
  msgid "Rounded buttons"
285
  msgstr ""
286
 
287
+ #: ../includes/class.yith-wcwl-admin-init.php:1218
288
  msgid "Make button corners rounded"
289
  msgstr ""
290
 
291
+ #: ../includes/class.yith-wcwl-admin-init.php:1224
292
  msgid "\"Add to Wishlist\" icon"
293
  msgstr "Ikon \"Dodaj do listy życzeń\""
294
 
295
+ #: ../includes/class.yith-wcwl-admin-init.php:1225
296
  msgid "Add an icon to the \"Add to Wishlist\" button"
297
  msgstr "Dodaj ikona do przycisku \"Dodaj do listy życzeń\""
298
 
299
+ #: ../includes/class.yith-wcwl-admin-init.php:1235
300
  msgid "\"Add to Cart\" icon"
301
  msgstr "Ikon \"Dodaj do koszyka\""
302
 
303
+ #: ../includes/class.yith-wcwl-admin-init.php:1236
304
  msgid "Add an icon to the \"Add to Cart\" button"
305
  msgstr "Dodaj ikona do przycisku \"Dodaj do koszyka\""
306
 
307
+ #: ../includes/class.yith-wcwl-admin-init.php:1254
308
  msgid "Social Networks & Share"
309
  msgstr ""
310
 
311
+ #: ../includes/class.yith-wcwl-admin-init.php:1261
312
  msgid "Share on Facebook"
313
  msgstr "Udostępnij na Facebooku"
314
 
315
+ #: ../includes/class.yith-wcwl-admin-init.php:1262
316
  msgid "Show \"Share on Facebook\" button"
317
  msgstr ""
318
 
319
+ #: ../includes/class.yith-wcwl-admin-init.php:1268
320
  msgid "Tweet on Twitter"
321
  msgstr "Poleć na Twitterze"
322
 
323
+ #: ../includes/class.yith-wcwl-admin-init.php:1269
324
  msgid "Show \"Tweet on Twitter\" button"
325
  msgstr "Wyświetlaj oficjalny widżet Twitter Embedded Timeline"
326
 
327
+ #: ../includes/class.yith-wcwl-admin-init.php:1275
328
  msgid "Pin on Pinterest"
329
  msgstr "Poleć na Pintereście"
330
 
331
+ #: ../includes/class.yith-wcwl-admin-init.php:1276
332
  msgid "Show \"Pin on Pinterest\" button"
333
  msgstr ""
334
 
335
+ #: ../includes/class.yith-wcwl-admin-init.php:1282
336
  msgid "Share on Google+"
337
  msgstr "Udostępnij na Googl+"
338
 
339
+ #: ../includes/class.yith-wcwl-admin-init.php:1283
340
  msgid "Show \"Share on Google+\" button"
341
  msgstr ""
342
 
343
+ #: ../includes/class.yith-wcwl-admin-init.php:1289
344
  msgid "Share by Email"
345
  msgstr ""
346
 
347
+ #: ../includes/class.yith-wcwl-admin-init.php:1290
348
  msgid "Show \"Share by Email\" button"
349
  msgstr ""
350
 
351
+ #: ../includes/class.yith-wcwl-admin-init.php:1296
352
  msgid "Social title"
353
  msgstr ""
354
 
355
+ #: ../includes/class.yith-wcwl-admin-init.php:1303
356
  msgid "Social text"
357
  msgstr ""
358
 
359
+ #: ../includes/class.yith-wcwl-admin-init.php:1304
360
  msgid ""
361
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
362
  "strong> where you want to show the URL of your wishlist."
363
  msgstr ""
364
 
365
+ #: ../includes/class.yith-wcwl-admin-init.php:1311
366
  msgid "Social image URL"
367
  msgstr ""
368
 
369
+ #: ../includes/class.yith-wcwl-admin-init.php:1312
370
  msgid "It will be used by Pinterest."
371
  msgstr ""
372
 
373
+ #: ../includes/class.yith-wcwl-admin-init.php:1326
374
  #, php-format
375
  msgid ""
376
  "If you want to take advantage of this feature, you could consider to "
377
  "purchase the %s."
378
  msgstr ""
379
 
380
+ #: ../includes/class.yith-wcwl-admin-init.php:1331
381
  msgid "YITH WooCommerce Frequently Bought Together Integration"
382
  msgstr ""
383
 
384
+ #: ../includes/class.yith-wcwl-admin-init.php:1338
385
  msgid "Enable slider in wishlist"
386
  msgstr ""
387
 
388
+ #: ../includes/class.yith-wcwl-admin-init.php:1339
389
  #, php-format
390
  msgid ""
391
  "Choose to enable product slider in wishlist page with linked products (<a "
392
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
393
  msgstr ""
394
 
395
+ #: ../includes/class.yith-wcwl-admin-init.php:1375
396
  msgid "\"Add to wishlist\" button"
397
  msgstr ""
398
 
399
+ #: ../includes/class.yith-wcwl-admin-init.php:1378
400
+ #: ../includes/class.yith-wcwl-admin-init.php:1396
401
+ #: ../includes/class.yith-wcwl-admin-init.php:1414
402
+ #: ../includes/class.yith-wcwl-admin-init.php:1432
403
+ #: ../includes/class.yith-wcwl-admin-init.php:1450
404
  msgid "Background"
405
  msgstr "Tło"
406
 
407
+ #: ../includes/class.yith-wcwl-admin-init.php:1379
408
+ #: ../includes/class.yith-wcwl-admin-init.php:1397
409
+ #: ../includes/class.yith-wcwl-admin-init.php:1415
410
+ #: ../includes/class.yith-wcwl-admin-init.php:1433
411
+ #: ../includes/class.yith-wcwl-admin-init.php:1451
412
  msgid "Text"
413
  msgstr "Tekst"
414
 
415
+ #: ../includes/class.yith-wcwl-admin-init.php:1380
416
+ #: ../includes/class.yith-wcwl-admin-init.php:1398
417
+ #: ../includes/class.yith-wcwl-admin-init.php:1416
418
+ #: ../includes/class.yith-wcwl-admin-init.php:1434
419
+ #: ../includes/class.yith-wcwl-admin-init.php:1452
420
  msgid "Border"
421
  msgstr "Ramka"
422
 
423
+ #: ../includes/class.yith-wcwl-admin-init.php:1387
424
+ #: ../includes/class.yith-wcwl-admin-init.php:1405
425
+ #: ../includes/class.yith-wcwl-admin-init.php:1423
426
+ #: ../includes/class.yith-wcwl-admin-init.php:1441
427
  msgid "Background (hover)"
428
  msgstr ""
429
 
430
+ #: ../includes/class.yith-wcwl-admin-init.php:1388
431
+ #: ../includes/class.yith-wcwl-admin-init.php:1406
432
+ #: ../includes/class.yith-wcwl-admin-init.php:1424
433
+ #: ../includes/class.yith-wcwl-admin-init.php:1442
434
  msgid "Text (hover)"
435
  msgstr ""
436
 
437
+ #: ../includes/class.yith-wcwl-admin-init.php:1389
438
+ #: ../includes/class.yith-wcwl-admin-init.php:1407
439
+ #: ../includes/class.yith-wcwl-admin-init.php:1425
440
+ #: ../includes/class.yith-wcwl-admin-init.php:1443
441
  msgid "Border (hover)"
442
  msgstr ""
443
 
444
+ #: ../includes/class.yith-wcwl-admin-init.php:1393
445
  msgid "\"Add to Cart\" button"
446
  msgstr ""
447
 
448
+ #: ../includes/class.yith-wcwl-admin-init.php:1411
449
  msgid "\"Style 1\" button"
450
  msgstr ""
451
 
452
+ #: ../includes/class.yith-wcwl-admin-init.php:1429
453
  msgid "\"Style 2\" button"
454
  msgstr ""
455
 
456
+ #: ../includes/class.yith-wcwl-admin-init.php:1447
457
  msgid "Wishlist table"
458
  msgstr ""
459
 
460
+ #: ../includes/class.yith-wcwl-admin-init.php:1456
461
  msgid "Headers"
462
  msgstr "Nagłówki"
463
 
464
+ #: ../includes/class.yith-wcwl-admin-init.php:1459
465
  msgid "Background color"
466
  msgstr "Kolor tła"
467
 
468
+ #: ../includes/class.yith-wcwl-admin-init.php:1549
469
  msgid "Wishlist Activated"
470
  msgstr ""
471
 
472
+ #: ../includes/class.yith-wcwl-admin-init.php:1550
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:1561
482
  msgid "Wishlist Updated"
483
  msgstr ""
484
 
485
+ #: ../includes/class.yith-wcwl-admin-init.php:1562
486
  #, php-format
487
  msgid ""
488
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
492
  "\">discover the PREMIUM version.</a>"
493
  msgstr ""
494
 
495
+ #: ../includes/class.yith-wcwl-init.php:374
496
  msgid ""
497
  "We are sorry, but this feature is available only if cookies are enabled on "
498
  "your browser."
499
  msgstr ""
500
 
501
+ #: ../includes/class.yith-wcwl-init.php:375
502
  msgid "Product correctly added to cart"
503
  msgstr "Produkt dodany do koszyka"
504
 
508
  msgstr ""
509
 
510
  #: ../includes/class.yith-wcwl-shortcode.php:259
511
+ #: ../includes/class.yith-wcwl-ui.php:164
512
  msgid "Share on:"
513
  msgstr "Udostępnij na:"
514
 
515
+ #: ../includes/class.yith-wcwl-ui.php:118
516
+ #: ../includes/class.yith-wcwl-ui.php:200
517
  msgid "Select options"
518
  msgstr "Personalizuj"
519
 
520
+ #: ../includes/class.yith-wcwl-ui.php:168 ../templates/share.php:20
521
  msgid "Facebook"
522
  msgstr "Facebook"
523
 
524
+ #: ../includes/class.yith-wcwl-ui.php:171 ../templates/share.php:26
525
  msgid "Twitter"
526
  msgstr "Twitter"
527
 
528
+ #: ../includes/class.yith-wcwl-ui.php:180
529
  msgid "email"
530
  msgstr "e-mail"
531
 
533
  msgid "An error occurred while adding products to the wishlist."
534
  msgstr ""
535
 
536
+ #: ../includes/class.yith-wcwl.php:269
537
  msgid "An error occurred while adding products to wishlist."
538
  msgstr ""
539
 
540
+ #: ../includes/class.yith-wcwl.php:286
541
  msgid "The \"Remove\" option now does not require any parameter"
542
  msgstr ""
543
 
544
+ #: ../includes/class.yith-wcwl.php:335
545
  msgid "An error occurred while removing products from the wishlist"
546
  msgstr ""
547
 
548
+ #: ../includes/class.yith-wcwl.php:783
549
  msgid "You need to log in before creating a new wishlist"
550
  msgstr ""
551
 
552
+ #: ../includes/class.yith-wcwl.php:1578
553
  msgid "Product successfully removed."
554
  msgstr "Produkt został usunięty."
555
 
556
+ #: ../includes/class.yith-wcwl.php:1582
557
  msgid "Error. Unable to remove the product from the wishlist."
558
  msgstr "Błąd. Nie można usunąć produktu z listy życzeń."
559
 
560
+ #: ../includes/class.yith-wcwl.php:1586 ../templates/wishlist-view.php:241
561
  msgid "No products were added to the wishlist"
562
  msgstr "Nie dodano żadnych produktów do listy życzeń"
563
 
564
+ #: ../includes/class.yith-wcwl.php:1628
565
  msgid "An error as occurred."
566
  msgstr ""
567
 
568
+ #: ../init.php:130
569
  msgid ""
570
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
571
  "WooCommerce in order to work."
572
  msgstr ""
573
 
574
+ #: ../init.php:140
575
  msgid ""
576
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
577
  "are using the premium one."
827
  msgid "Google+"
828
  msgstr "Google+"
829
 
 
 
 
 
830
  #: ../templates/share.php:44
831
  msgid "Email"
832
  msgstr "Adres mailowy"
855
  msgid "Stock Status"
856
  msgstr "Stan magazynowy"
857
 
858
+ #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:231
859
  msgid "Remove this product"
860
  msgstr "Usuń"
861
 
862
+ #: ../templates/wishlist-view.php:172
863
  msgid "Free!"
864
  msgstr "Darmowe!"
865
 
866
+ #: ../templates/wishlist-view.php:178
867
  msgid "Out of Stock"
868
  msgstr "Wyprzedane"
869
 
870
+ #: ../templates/wishlist-view.php:178
871
  msgid "In Stock"
872
  msgstr "Dostępny"
873
 
874
+ #: ../templates/wishlist-view.php:187
875
  #, php-format
876
  msgid "Added on : %s"
877
  msgstr "Dodano %s temu"
878
 
879
+ #: ../templates/wishlist-view.php:199
880
  msgid "Move"
881
  msgstr "Przenieś"
882
 
883
+ #: ../templates/wishlist-view.php:211
884
  msgid "Shared"
885
  msgstr "Udostępniony"
886
 
887
+ #: ../templates/wishlist-view.php:214
888
  msgid "Private"
889
  msgstr "Prywatny"
890
 
891
+ #: ../templates/wishlist-view.php:217
892
  msgid "Public"
893
  msgstr "Publiczny"
894
 
895
+ #: ../templates/wishlist-view.php:231
896
  msgid "Remove"
897
  msgstr "Usuń"
898
 
899
+ #: ../templates/wishlist-view.php:258
900
  msgid "Add the selected products to the cart"
901
  msgstr "Dodaj wybrane produkty do koszyka"
902
 
903
+ #: ../templates/wishlist-view.php:266 ../templates/wishlist-view.php:312
904
  msgid "Ask for an estimate"
905
  msgstr "Poproś o oszacowanie kosztów"
906
 
907
+ #: ../templates/wishlist-view.php:302
908
  msgid "Your email"
909
  msgstr ""
910
 
languages/yith-woocommerce-wishlist-pt_BR.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-pt_BR.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
- "POT-Creation-Date: 2017-05-11 15:57+0200\n"
5
- "PO-Revision-Date: 2017-05-11 15:57+0200\n"
6
  "Last-Translator: YIThemes <support@yithemes.com>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: pt_BR\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 2.0.1\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
@@ -20,8 +20,8 @@ msgstr ""
20
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
21
 
22
  #: ../includes/class.yith-wcwl-admin-init.php:159
23
- #: ../includes/class.yith-wcwl-admin-init.php:1288
24
- #: ../includes/class.yith-wcwl-admin-init.php:1289
25
  #: ../includes/class.yith-wcwl-install.php:244
26
  msgid "Wishlist"
27
  msgstr "Lista de Desejos"
@@ -59,44 +59,44 @@ msgstr ""
59
  msgid "Plugin Documentation"
60
  msgstr ""
61
 
62
- #: ../includes/class.yith-wcwl-admin-init.php:828
63
  msgid "Upgrade to the PREMIUM VERSION"
64
  msgstr ""
65
 
66
- #: ../includes/class.yith-wcwl-admin-init.php:831
67
  msgid "YITH WooCommerce Wishlist"
68
  msgstr ""
69
 
70
- #: ../includes/class.yith-wcwl-admin-init.php:832
71
  msgid "Discover the Advanced Features"
72
  msgstr ""
73
 
74
- #: ../includes/class.yith-wcwl-admin-init.php:833
75
  msgid ""
76
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
77
  "all features!"
78
  msgstr ""
79
 
80
- #: ../includes/class.yith-wcwl-admin-init.php:839
81
  msgid "Get Support and Pro Features"
82
  msgstr ""
83
 
84
- #: ../includes/class.yith-wcwl-admin-init.php:840
85
  msgid ""
86
  "By purchasing the premium version of the plugin, you will take advantage of "
87
  "the advanced features of the product and you will get one year of free "
88
  "updates and support through our platform available 24h/24."
89
  msgstr ""
90
 
91
- #: ../includes/class.yith-wcwl-admin-init.php:850
92
  msgid "General Settings"
93
  msgstr "Opções gerais"
94
 
95
- #: ../includes/class.yith-wcwl-admin-init.php:857
96
  msgid "Enable YITH Wishlist"
97
  msgstr "Ativar Lista de Desejos"
98
 
99
- #: ../includes/class.yith-wcwl-admin-init.php:858
100
  #, php-format
101
  msgid ""
102
  "Enable all plugin features. <strong>Be sure to select at least one option in "
@@ -104,31 +104,31 @@ msgid ""
104
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
105
  msgstr ""
106
 
107
- #: ../includes/class.yith-wcwl-admin-init.php:864
108
  #, fuzzy
109
  msgid "Default wishlist title"
110
  msgstr "Titulo da lista de desejos"
111
 
112
- #: ../includes/class.yith-wcwl-admin-init.php:866
113
- #: ../includes/class.yith-wcwl-admin-init.php:867
114
- #: ../includes/class.yith-wcwl-admin-init.php:1103
115
  #, php-format
116
  msgid "My wishlist on %s"
117
  msgstr "Minha lista de desejos em %s"
118
 
119
- #: ../includes/class.yith-wcwl-admin-init.php:872
120
  msgid "Wishlist Page"
121
  msgstr "Meus desejos"
122
 
123
- #: ../includes/class.yith-wcwl-admin-init.php:873
124
  msgid "Page contents: [yith_wcwl_wishlist]"
125
  msgstr "Conteúdo da página: [yith_wcwl_wishlist]"
126
 
127
- #: ../includes/class.yith-wcwl-admin-init.php:882
128
  msgid "Position"
129
  msgstr "Posição"
130
 
131
- #: ../includes/class.yith-wcwl-admin-init.php:883
132
  msgid ""
133
  "You can add the button in variable products only after the \"Add to Cart\" "
134
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
@@ -136,27 +136,27 @@ msgstr ""
136
  "Em produtos variáveis você pode adicionar isto somenteapós \"Adicionar ao "
137
  "Carrinho\" ou usar o shortcode [yith_wcwl_add_to_wishlist]."
138
 
139
- #: ../includes/class.yith-wcwl-admin-init.php:889
140
  msgid "After \"Add to cart\""
141
  msgstr "Após \" Adicionar ao carrinho \""
142
 
143
- #: ../includes/class.yith-wcwl-admin-init.php:890
144
  msgid "After thumbnails"
145
  msgstr "Após miniaturas"
146
 
147
- #: ../includes/class.yith-wcwl-admin-init.php:891
148
  msgid "After summary"
149
  msgstr "Após sumário"
150
 
151
- #: ../includes/class.yith-wcwl-admin-init.php:892
152
  msgid "Use shortcode"
153
  msgstr "Usar shortcode"
154
 
155
- #: ../includes/class.yith-wcwl-admin-init.php:897
156
  msgid "Redirect to cart"
157
  msgstr "Redirecionar para o carrinho"
158
 
159
- #: ../includes/class.yith-wcwl-admin-init.php:898
160
  msgid ""
161
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
162
  "page."
@@ -164,339 +164,339 @@ msgstr ""
164
  "Redirecionar para a página de carrinho se o botão \" Adicionar ao carrinho "
165
  "\" estiver clicado na página de lista de desejos."
166
 
167
- #: ../includes/class.yith-wcwl-admin-init.php:904
168
  msgid "Remove if added to the cart"
169
  msgstr "Remover se adicionado ao carrinho"
170
 
171
- #: ../includes/class.yith-wcwl-admin-init.php:905
172
  #, fuzzy
173
  msgid "Remove the product from the wishlist if it has been added to the cart."
174
  msgstr ""
175
  "Remover o produto da lista, se a mesma tiver sido adicionada ao carrinho."
176
 
177
- #: ../includes/class.yith-wcwl-admin-init.php:911
178
  msgid "\"Add to Wishlist\" text"
179
  msgstr "Texto \" Adicionar a Lista de Desejos\""
180
 
181
- #: ../includes/class.yith-wcwl-admin-init.php:913
182
  msgid "Add to Wishlist"
183
  msgstr "Adicionar aos meus desejos"
184
 
185
- #: ../includes/class.yith-wcwl-admin-init.php:918
186
  #, fuzzy
187
  msgid "\"Browse wishlist\" text"
188
  msgstr "Veja sua lista de desejos!"
189
 
190
- #: ../includes/class.yith-wcwl-admin-init.php:920
191
- #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl-ui.php:82
192
  msgid "Browse Wishlist"
193
  msgstr "Veja sua lista de desejos!"
194
 
195
- #: ../includes/class.yith-wcwl-admin-init.php:925
196
  #, fuzzy
197
  msgid "\"Product already in wishlist\" text"
198
  msgstr "Produto já na lista de desejos."
199
 
200
- #: ../includes/class.yith-wcwl-admin-init.php:927
201
- #: ../includes/class.yith-wcwl-ui.php:82
202
  msgid "The product is already in the wishlist!"
203
  msgstr "Esse produto já se encontra na sua lista de desejos!"
204
 
205
- #: ../includes/class.yith-wcwl-admin-init.php:932
206
  #, fuzzy
207
  msgid "\"Product added\" text"
208
  msgstr "Produto adicionado!"
209
 
210
- #: ../includes/class.yith-wcwl-admin-init.php:934
211
- #: ../includes/class.yith-wcwl-ui.php:81
212
  msgid "Product added!"
213
  msgstr "Produto adicionado!"
214
 
215
- #: ../includes/class.yith-wcwl-admin-init.php:939
216
  msgid "\"Add to Cart\" text"
217
  msgstr "Texto \" Adicionar ao Carrinho\""
218
 
219
- #: ../includes/class.yith-wcwl-admin-init.php:941
220
  msgid "Add to Cart"
221
  msgstr "Adicionar ao Carrinho"
222
 
223
- #: ../includes/class.yith-wcwl-admin-init.php:946
224
  #, fuzzy
225
  msgid "Show Unit price"
226
  msgstr "Preço unitário"
227
 
228
- #: ../includes/class.yith-wcwl-admin-init.php:947
229
  msgid "Show unit price for each product in wishlist"
230
  msgstr ""
231
 
232
- #: ../includes/class.yith-wcwl-admin-init.php:954
233
  #, fuzzy
234
  msgid "Show \"Add to Cart\" button"
235
  msgstr "Texto do botão \"Adicionar ao carrinho \""
236
 
237
- #: ../includes/class.yith-wcwl-admin-init.php:955
238
  #, fuzzy
239
  msgid "Show \"Add to Cart\" button for each product in wishlist"
240
  msgstr "Fundo do do botão \"Adicionar ao carrinho \""
241
 
242
- #: ../includes/class.yith-wcwl-admin-init.php:962
243
  #, fuzzy
244
  msgid "Show Stock status"
245
  msgstr "Status do estoque"
246
 
247
- #: ../includes/class.yith-wcwl-admin-init.php:963
248
  msgid ""
249
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
250
  msgstr ""
251
 
252
- #: ../includes/class.yith-wcwl-admin-init.php:970
253
  msgid "Show Date of addition"
254
  msgstr ""
255
 
256
- #: ../includes/class.yith-wcwl-admin-init.php:971
257
  #, fuzzy
258
  msgid "Show the date when users have added a product to the wishlist"
259
  msgstr "Oops! Ocorreu um erro ao adicionar o produto à lista de desejos."
260
 
261
- #: ../includes/class.yith-wcwl-admin-init.php:978
262
  #, fuzzy
263
  msgid "Add second remove button"
264
  msgstr "Texto do botão \"Adicionar ao carrinho \""
265
 
266
- #: ../includes/class.yith-wcwl-admin-init.php:979
267
  msgid "Add a second remove button in the last column, with extended label"
268
  msgstr ""
269
 
270
- #: ../includes/class.yith-wcwl-admin-init.php:994
271
  msgid "Styles"
272
  msgstr "Estilos"
273
 
274
- #: ../includes/class.yith-wcwl-admin-init.php:1001
275
  msgid "Use buttons"
276
  msgstr "Usar botões"
277
 
278
- #: ../includes/class.yith-wcwl-admin-init.php:1002
279
  #, fuzzy
280
  msgid "Use buttons instead of simple anchors."
281
  msgstr "Usar botões ao invés de simples âncoras."
282
 
283
- #: ../includes/class.yith-wcwl-admin-init.php:1008
284
  msgid "Custom CSS"
285
  msgstr "CSS Customizado"
286
 
287
- #: ../includes/class.yith-wcwl-admin-init.php:1015
288
  msgid "Use theme style"
289
  msgstr "Usar estilo do tema"
290
 
291
- #: ../includes/class.yith-wcwl-admin-init.php:1016
292
  msgid "Use the theme style."
293
  msgstr "Usar o estilo do tema."
294
 
295
- #: ../includes/class.yith-wcwl-admin-init.php:1022
296
  #, fuzzy
297
  msgid "Rounded buttons"
298
  msgstr "Usar botões"
299
 
300
- #: ../includes/class.yith-wcwl-admin-init.php:1023
301
  #, fuzzy
302
  msgid "Make button corners rounded"
303
  msgstr "Faça botões do canto arredondado"
304
 
305
- #: ../includes/class.yith-wcwl-admin-init.php:1029
306
  msgid "\"Add to Wishlist\" icon"
307
  msgstr "Ícone \"Adicionar aos meus desejos\" "
308
 
309
- #: ../includes/class.yith-wcwl-admin-init.php:1030
310
  msgid "Add an icon to the \"Add to Wishlist\" button"
311
  msgstr "Adicionar um ícone ao botão \"Adicionar aos meus desejos\""
312
 
313
- #: ../includes/class.yith-wcwl-admin-init.php:1040
314
  msgid "\"Add to Cart\" icon"
315
  msgstr "Ícone \"Adicionar ao Carrinho\""
316
 
317
- #: ../includes/class.yith-wcwl-admin-init.php:1041
318
  msgid "Add an icon to the \"Add to Cart\" button"
319
  msgstr "Adicionar um ícone ao botão \"Adicionar ao carrinho\""
320
 
321
- #: ../includes/class.yith-wcwl-admin-init.php:1059
322
  #, fuzzy
323
  msgid "Social Networks & Share"
324
  msgstr "Social &amp; Compartilhamento"
325
 
326
- #: ../includes/class.yith-wcwl-admin-init.php:1066
327
  msgid "Share on Facebook"
328
  msgstr "Compartilhar no Facebook"
329
 
330
- #: ../includes/class.yith-wcwl-admin-init.php:1067
331
  #, fuzzy
332
  msgid "Show \"Share on Facebook\" button"
333
  msgstr "Compartilhar no Facebook"
334
 
335
- #: ../includes/class.yith-wcwl-admin-init.php:1073
336
  msgid "Tweet on Twitter"
337
  msgstr "Tweetar no Twitter"
338
 
339
- #: ../includes/class.yith-wcwl-admin-init.php:1074
340
  #, fuzzy
341
  msgid "Show \"Tweet on Twitter\" button"
342
  msgstr "Tweetar no Twitter"
343
 
344
- #: ../includes/class.yith-wcwl-admin-init.php:1080
345
  msgid "Pin on Pinterest"
346
  msgstr ""
347
 
348
- #: ../includes/class.yith-wcwl-admin-init.php:1081
349
  #, fuzzy
350
  msgid "Show \"Pin on Pinterest\" button"
351
  msgstr "Texto do botão \"Adicionar ao carrinho \""
352
 
353
- #: ../includes/class.yith-wcwl-admin-init.php:1087
354
  msgid "Share on Google+"
355
  msgstr "Comparilhar no Google+"
356
 
357
- #: ../includes/class.yith-wcwl-admin-init.php:1088
358
  #, fuzzy
359
  msgid "Show \"Share on Google+\" button"
360
  msgstr "Compartilhar no Facebook"
361
 
362
- #: ../includes/class.yith-wcwl-admin-init.php:1094
363
  msgid "Share by Email"
364
  msgstr ""
365
 
366
- #: ../includes/class.yith-wcwl-admin-init.php:1095
367
  #, fuzzy
368
  msgid "Show \"Share by Email\" button"
369
  msgstr "Texto do botão \"Adicionar ao carrinho \""
370
 
371
- #: ../includes/class.yith-wcwl-admin-init.php:1101
372
  #, fuzzy
373
  msgid "Social title"
374
  msgstr "Título Mídias Sociais"
375
 
376
- #: ../includes/class.yith-wcwl-admin-init.php:1108
377
  #, fuzzy
378
  msgid "Social text"
379
  msgstr "Texto Mídias Sociais"
380
 
381
- #: ../includes/class.yith-wcwl-admin-init.php:1109
382
  msgid ""
383
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
384
  "strong> where you want to show the URL of your wishlist."
385
  msgstr ""
386
 
387
- #: ../includes/class.yith-wcwl-admin-init.php:1116
388
  #, fuzzy
389
  msgid "Social image URL"
390
  msgstr "Url para compartilhamento"
391
 
392
- #: ../includes/class.yith-wcwl-admin-init.php:1117
393
  msgid "It will be used by Pinterest."
394
  msgstr ""
395
 
396
- #: ../includes/class.yith-wcwl-admin-init.php:1131
397
  #, php-format
398
  msgid ""
399
  "If you want to take advantage of this feature, you could consider to "
400
  "purchase the %s."
401
  msgstr ""
402
 
403
- #: ../includes/class.yith-wcwl-admin-init.php:1136
404
  msgid "YITH WooCommerce Frequently Bought Together Integration"
405
  msgstr ""
406
 
407
- #: ../includes/class.yith-wcwl-admin-init.php:1143
408
  msgid "Enable slider in wishlist"
409
  msgstr ""
410
 
411
- #: ../includes/class.yith-wcwl-admin-init.php:1144
412
  #, php-format
413
  msgid ""
414
  "Choose to enable product slider in wishlist page with linked products (<a "
415
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
416
  msgstr ""
417
 
418
- #: ../includes/class.yith-wcwl-admin-init.php:1180
419
  #, fuzzy
420
  msgid "\"Add to wishlist\" button"
421
  msgstr "Texto do botão \"Adicionar aos meus desejos\""
422
 
423
- #: ../includes/class.yith-wcwl-admin-init.php:1183
424
- #: ../includes/class.yith-wcwl-admin-init.php:1201
425
- #: ../includes/class.yith-wcwl-admin-init.php:1219
426
- #: ../includes/class.yith-wcwl-admin-init.php:1237
427
- #: ../includes/class.yith-wcwl-admin-init.php:1255
428
  msgid "Background"
429
  msgstr ""
430
 
431
- #: ../includes/class.yith-wcwl-admin-init.php:1184
432
- #: ../includes/class.yith-wcwl-admin-init.php:1202
433
- #: ../includes/class.yith-wcwl-admin-init.php:1220
434
- #: ../includes/class.yith-wcwl-admin-init.php:1238
435
- #: ../includes/class.yith-wcwl-admin-init.php:1256
436
  msgid "Text"
437
  msgstr ""
438
 
439
- #: ../includes/class.yith-wcwl-admin-init.php:1185
440
- #: ../includes/class.yith-wcwl-admin-init.php:1203
441
- #: ../includes/class.yith-wcwl-admin-init.php:1221
442
- #: ../includes/class.yith-wcwl-admin-init.php:1239
443
- #: ../includes/class.yith-wcwl-admin-init.php:1257
444
  msgid "Border"
445
  msgstr ""
446
 
447
- #: ../includes/class.yith-wcwl-admin-init.php:1192
448
- #: ../includes/class.yith-wcwl-admin-init.php:1210
449
- #: ../includes/class.yith-wcwl-admin-init.php:1228
450
- #: ../includes/class.yith-wcwl-admin-init.php:1246
451
  msgid "Background (hover)"
452
  msgstr ""
453
 
454
- #: ../includes/class.yith-wcwl-admin-init.php:1193
455
- #: ../includes/class.yith-wcwl-admin-init.php:1211
456
- #: ../includes/class.yith-wcwl-admin-init.php:1229
457
- #: ../includes/class.yith-wcwl-admin-init.php:1247
458
  msgid "Text (hover)"
459
  msgstr ""
460
 
461
- #: ../includes/class.yith-wcwl-admin-init.php:1194
462
- #: ../includes/class.yith-wcwl-admin-init.php:1212
463
- #: ../includes/class.yith-wcwl-admin-init.php:1230
464
- #: ../includes/class.yith-wcwl-admin-init.php:1248
465
  msgid "Border (hover)"
466
  msgstr ""
467
 
468
- #: ../includes/class.yith-wcwl-admin-init.php:1198
469
  #, fuzzy
470
  msgid "\"Add to Cart\" button"
471
  msgstr "Texto do botão \"Adicionar ao carrinho \""
472
 
473
- #: ../includes/class.yith-wcwl-admin-init.php:1216
474
  msgid "\"Style 1\" button"
475
  msgstr ""
476
 
477
- #: ../includes/class.yith-wcwl-admin-init.php:1234
478
  msgid "\"Style 2\" button"
479
  msgstr ""
480
 
481
- #: ../includes/class.yith-wcwl-admin-init.php:1252
482
  #, fuzzy
483
  msgid "Wishlist table"
484
  msgstr "Titulo da lista de desejos"
485
 
486
- #: ../includes/class.yith-wcwl-admin-init.php:1261
487
  msgid "Headers"
488
  msgstr ""
489
 
490
- #: ../includes/class.yith-wcwl-admin-init.php:1264
491
  msgid "Background color"
492
  msgstr ""
493
 
494
- #: ../includes/class.yith-wcwl-admin-init.php:1354
495
  #, fuzzy
496
  msgid "Wishlist Activated"
497
  msgstr "Titulo da lista de desejos"
498
 
499
- #: ../includes/class.yith-wcwl-admin-init.php:1355
500
  #, php-format
501
  msgid ""
502
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
@@ -505,12 +505,12 @@ msgid ""
505
  "options, <a href=\"%s\">discover it now</a>."
506
  msgstr ""
507
 
508
- #: ../includes/class.yith-wcwl-admin-init.php:1366
509
  #, fuzzy
510
  msgid "Wishlist Updated"
511
  msgstr "Meus desejos"
512
 
513
- #: ../includes/class.yith-wcwl-admin-init.php:1367
514
  #, php-format
515
  msgid ""
516
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
@@ -520,13 +520,13 @@ msgid ""
520
  "\">discover the PREMIUM version.</a>"
521
  msgstr ""
522
 
523
- #: ../includes/class.yith-wcwl-init.php:366
524
  msgid ""
525
  "We are sorry, but this feature is available only if cookies are enabled on "
526
  "your browser."
527
  msgstr ""
528
 
529
- #: ../includes/class.yith-wcwl-init.php:367
530
  #, fuzzy
531
  msgid "Product correctly added to cart"
532
  msgstr "Produto adicionado ao carrinho."
@@ -537,24 +537,24 @@ msgid "wishlist"
537
  msgstr ""
538
 
539
  #: ../includes/class.yith-wcwl-shortcode.php:259
540
- #: ../includes/class.yith-wcwl-ui.php:163
541
  msgid "Share on:"
542
  msgstr "Compartilhar em:"
543
 
544
- #: ../includes/class.yith-wcwl-ui.php:117
545
- #: ../includes/class.yith-wcwl-ui.php:199
546
  msgid "Select options"
547
  msgstr "Selecione as opções"
548
 
549
- #: ../includes/class.yith-wcwl-ui.php:167 ../templates/share.php:20
550
  msgid "Facebook"
551
  msgstr "Facebook"
552
 
553
- #: ../includes/class.yith-wcwl-ui.php:170 ../templates/share.php:26
554
  msgid "Twitter"
555
  msgstr "Twitter"
556
 
557
- #: ../includes/class.yith-wcwl-ui.php:179
558
  msgid "email"
559
  msgstr ""
560
 
@@ -563,47 +563,47 @@ msgstr ""
563
  msgid "An error occurred while adding products to the wishlist."
564
  msgstr "Oops! Ocorreu um erro ao adicionar o produto à lista de desejos."
565
 
566
- #: ../includes/class.yith-wcwl.php:268
567
  #, fuzzy
568
  msgid "An error occurred while adding products to wishlist."
569
  msgstr "Oops! Ocorreu um erro ao adicionar o produto à lista de desejos."
570
 
571
- #: ../includes/class.yith-wcwl.php:285
572
  msgid "The \"Remove\" option now does not require any parameter"
573
  msgstr ""
574
 
575
- #: ../includes/class.yith-wcwl.php:332
576
  #, fuzzy
577
  msgid "An error occurred while removing products from the wishlist"
578
  msgstr "Oops! Ocorreu um erro ao remover o produto à lista de desejos."
579
 
580
- #: ../includes/class.yith-wcwl.php:774
581
  msgid "You need to log in before creating a new wishlist"
582
  msgstr ""
583
 
584
- #: ../includes/class.yith-wcwl.php:1565
585
  msgid "Product successfully removed."
586
  msgstr "Produto removida com sucesso."
587
 
588
- #: ../includes/class.yith-wcwl.php:1569
589
  msgid "Error. Unable to remove the product from the wishlist."
590
  msgstr "Erro. Não foi possível remover o produto da lista de desejos."
591
 
592
- #: ../includes/class.yith-wcwl.php:1573 ../templates/wishlist-view.php:239
593
  msgid "No products were added to the wishlist"
594
  msgstr "Nenhum produto foi adicionado à lista de desejos"
595
 
596
- #: ../includes/class.yith-wcwl.php:1615
597
  msgid "An error as occurred."
598
  msgstr ""
599
 
600
- #: ../init.php:128
601
  msgid ""
602
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
603
  "WooCommerce in order to work."
604
  msgstr ""
605
 
606
- #: ../init.php:138
607
  msgid ""
608
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
609
  "are using the premium one."
@@ -860,10 +860,6 @@ msgstr ""
860
  msgid "Google+"
861
  msgstr "Comparilhar no Google+"
862
 
863
- #: ../templates/share.php:44
864
- msgid "I wanted you to see this site"
865
- msgstr ""
866
-
867
  #: ../templates/share.php:44
868
  msgid "Email"
869
  msgstr ""
@@ -893,57 +889,57 @@ msgstr "Preço unitário"
893
  msgid "Stock Status"
894
  msgstr "Status do estoque"
895
 
896
- #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:229
897
  msgid "Remove this product"
898
  msgstr "Remover este produto"
899
 
900
- #: ../templates/wishlist-view.php:170
901
  msgid "Free!"
902
  msgstr ""
903
 
904
- #: ../templates/wishlist-view.php:176
905
  msgid "Out of Stock"
906
  msgstr "Sem estoque"
907
 
908
- #: ../templates/wishlist-view.php:176
909
  msgid "In Stock"
910
  msgstr "Em estoque"
911
 
912
- #: ../templates/wishlist-view.php:185
913
  #, php-format
914
  msgid "Added on : %s"
915
  msgstr ""
916
 
917
- #: ../templates/wishlist-view.php:197
918
  msgid "Move"
919
  msgstr ""
920
 
921
- #: ../templates/wishlist-view.php:209
922
  #, fuzzy
923
  msgid "Shared"
924
  msgstr "Compartilhar em:"
925
 
926
- #: ../templates/wishlist-view.php:212
927
  msgid "Private"
928
  msgstr ""
929
 
930
- #: ../templates/wishlist-view.php:215
931
  msgid "Public"
932
  msgstr ""
933
 
934
- #: ../templates/wishlist-view.php:229
935
  msgid "Remove"
936
  msgstr ""
937
 
938
- #: ../templates/wishlist-view.php:256
939
  msgid "Add the selected products to the cart"
940
  msgstr ""
941
 
942
- #: ../templates/wishlist-view.php:264 ../templates/wishlist-view.php:310
943
  msgid "Ask for an estimate"
944
  msgstr ""
945
 
946
- #: ../templates/wishlist-view.php:300
947
  msgid "Your email"
948
  msgstr ""
949
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
+ "POT-Creation-Date: 2017-10-24 17:34+0200\n"
5
+ "PO-Revision-Date: 2017-10-24 17:34+0200\n"
6
  "Last-Translator: YIThemes <support@yithemes.com>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: pt_BR\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.8.7.1\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
20
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
21
 
22
  #: ../includes/class.yith-wcwl-admin-init.php:159
23
+ #: ../includes/class.yith-wcwl-admin-init.php:1483
24
+ #: ../includes/class.yith-wcwl-admin-init.php:1484
25
  #: ../includes/class.yith-wcwl-install.php:244
26
  msgid "Wishlist"
27
  msgstr "Lista de Desejos"
59
  msgid "Plugin Documentation"
60
  msgstr ""
61
 
62
+ #: ../includes/class.yith-wcwl-admin-init.php:1023
63
  msgid "Upgrade to the PREMIUM VERSION"
64
  msgstr ""
65
 
66
+ #: ../includes/class.yith-wcwl-admin-init.php:1026
67
  msgid "YITH WooCommerce Wishlist"
68
  msgstr ""
69
 
70
+ #: ../includes/class.yith-wcwl-admin-init.php:1027
71
  msgid "Discover the Advanced Features"
72
  msgstr ""
73
 
74
+ #: ../includes/class.yith-wcwl-admin-init.php:1028
75
  msgid ""
76
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
77
  "all features!"
78
  msgstr ""
79
 
80
+ #: ../includes/class.yith-wcwl-admin-init.php:1034
81
  msgid "Get Support and Pro Features"
82
  msgstr ""
83
 
84
+ #: ../includes/class.yith-wcwl-admin-init.php:1035
85
  msgid ""
86
  "By purchasing the premium version of the plugin, you will take advantage of "
87
  "the advanced features of the product and you will get one year of free "
88
  "updates and support through our platform available 24h/24."
89
  msgstr ""
90
 
91
+ #: ../includes/class.yith-wcwl-admin-init.php:1045
92
  msgid "General Settings"
93
  msgstr "Opções gerais"
94
 
95
+ #: ../includes/class.yith-wcwl-admin-init.php:1052
96
  msgid "Enable YITH Wishlist"
97
  msgstr "Ativar Lista de Desejos"
98
 
99
+ #: ../includes/class.yith-wcwl-admin-init.php:1053
100
  #, php-format
101
  msgid ""
102
  "Enable all plugin features. <strong>Be sure to select at least one option in "
104
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
105
  msgstr ""
106
 
107
+ #: ../includes/class.yith-wcwl-admin-init.php:1059
108
  #, fuzzy
109
  msgid "Default wishlist title"
110
  msgstr "Titulo da lista de desejos"
111
 
112
+ #: ../includes/class.yith-wcwl-admin-init.php:1061
113
+ #: ../includes/class.yith-wcwl-admin-init.php:1062
114
+ #: ../includes/class.yith-wcwl-admin-init.php:1298
115
  #, php-format
116
  msgid "My wishlist on %s"
117
  msgstr "Minha lista de desejos em %s"
118
 
119
+ #: ../includes/class.yith-wcwl-admin-init.php:1067
120
  msgid "Wishlist Page"
121
  msgstr "Meus desejos"
122
 
123
+ #: ../includes/class.yith-wcwl-admin-init.php:1068
124
  msgid "Page contents: [yith_wcwl_wishlist]"
125
  msgstr "Conteúdo da página: [yith_wcwl_wishlist]"
126
 
127
+ #: ../includes/class.yith-wcwl-admin-init.php:1077
128
  msgid "Position"
129
  msgstr "Posição"
130
 
131
+ #: ../includes/class.yith-wcwl-admin-init.php:1078
132
  msgid ""
133
  "You can add the button in variable products only after the \"Add to Cart\" "
134
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
136
  "Em produtos variáveis você pode adicionar isto somenteapós \"Adicionar ao "
137
  "Carrinho\" ou usar o shortcode [yith_wcwl_add_to_wishlist]."
138
 
139
+ #: ../includes/class.yith-wcwl-admin-init.php:1084
140
  msgid "After \"Add to cart\""
141
  msgstr "Após \" Adicionar ao carrinho \""
142
 
143
+ #: ../includes/class.yith-wcwl-admin-init.php:1085
144
  msgid "After thumbnails"
145
  msgstr "Após miniaturas"
146
 
147
+ #: ../includes/class.yith-wcwl-admin-init.php:1086
148
  msgid "After summary"
149
  msgstr "Após sumário"
150
 
151
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
152
  msgid "Use shortcode"
153
  msgstr "Usar shortcode"
154
 
155
+ #: ../includes/class.yith-wcwl-admin-init.php:1092
156
  msgid "Redirect to cart"
157
  msgstr "Redirecionar para o carrinho"
158
 
159
+ #: ../includes/class.yith-wcwl-admin-init.php:1093
160
  msgid ""
161
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
162
  "page."
164
  "Redirecionar para a página de carrinho se o botão \" Adicionar ao carrinho "
165
  "\" estiver clicado na página de lista de desejos."
166
 
167
+ #: ../includes/class.yith-wcwl-admin-init.php:1099
168
  msgid "Remove if added to the cart"
169
  msgstr "Remover se adicionado ao carrinho"
170
 
171
+ #: ../includes/class.yith-wcwl-admin-init.php:1100
172
  #, fuzzy
173
  msgid "Remove the product from the wishlist if it has been added to the cart."
174
  msgstr ""
175
  "Remover o produto da lista, se a mesma tiver sido adicionada ao carrinho."
176
 
177
+ #: ../includes/class.yith-wcwl-admin-init.php:1106
178
  msgid "\"Add to Wishlist\" text"
179
  msgstr "Texto \" Adicionar a Lista de Desejos\""
180
 
181
+ #: ../includes/class.yith-wcwl-admin-init.php:1108
182
  msgid "Add to Wishlist"
183
  msgstr "Adicionar aos meus desejos"
184
 
185
+ #: ../includes/class.yith-wcwl-admin-init.php:1113
186
  #, fuzzy
187
  msgid "\"Browse wishlist\" text"
188
  msgstr "Veja sua lista de desejos!"
189
 
190
+ #: ../includes/class.yith-wcwl-admin-init.php:1115
191
+ #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
192
  msgid "Browse Wishlist"
193
  msgstr "Veja sua lista de desejos!"
194
 
195
+ #: ../includes/class.yith-wcwl-admin-init.php:1120
196
  #, fuzzy
197
  msgid "\"Product already in wishlist\" text"
198
  msgstr "Produto já na lista de desejos."
199
 
200
+ #: ../includes/class.yith-wcwl-admin-init.php:1122
201
+ #: ../includes/class.yith-wcwl-ui.php:83
202
  msgid "The product is already in the wishlist!"
203
  msgstr "Esse produto já se encontra na sua lista de desejos!"
204
 
205
+ #: ../includes/class.yith-wcwl-admin-init.php:1127
206
  #, fuzzy
207
  msgid "\"Product added\" text"
208
  msgstr "Produto adicionado!"
209
 
210
+ #: ../includes/class.yith-wcwl-admin-init.php:1129
211
+ #: ../includes/class.yith-wcwl-ui.php:82
212
  msgid "Product added!"
213
  msgstr "Produto adicionado!"
214
 
215
+ #: ../includes/class.yith-wcwl-admin-init.php:1134
216
  msgid "\"Add to Cart\" text"
217
  msgstr "Texto \" Adicionar ao Carrinho\""
218
 
219
+ #: ../includes/class.yith-wcwl-admin-init.php:1136
220
  msgid "Add to Cart"
221
  msgstr "Adicionar ao Carrinho"
222
 
223
+ #: ../includes/class.yith-wcwl-admin-init.php:1141
224
  #, fuzzy
225
  msgid "Show Unit price"
226
  msgstr "Preço unitário"
227
 
228
+ #: ../includes/class.yith-wcwl-admin-init.php:1142
229
  msgid "Show unit price for each product in wishlist"
230
  msgstr ""
231
 
232
+ #: ../includes/class.yith-wcwl-admin-init.php:1149
233
  #, fuzzy
234
  msgid "Show \"Add to Cart\" button"
235
  msgstr "Texto do botão \"Adicionar ao carrinho \""
236
 
237
+ #: ../includes/class.yith-wcwl-admin-init.php:1150
238
  #, fuzzy
239
  msgid "Show \"Add to Cart\" button for each product in wishlist"
240
  msgstr "Fundo do do botão \"Adicionar ao carrinho \""
241
 
242
+ #: ../includes/class.yith-wcwl-admin-init.php:1157
243
  #, fuzzy
244
  msgid "Show Stock status"
245
  msgstr "Status do estoque"
246
 
247
+ #: ../includes/class.yith-wcwl-admin-init.php:1158
248
  msgid ""
249
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
250
  msgstr ""
251
 
252
+ #: ../includes/class.yith-wcwl-admin-init.php:1165
253
  msgid "Show Date of addition"
254
  msgstr ""
255
 
256
+ #: ../includes/class.yith-wcwl-admin-init.php:1166
257
  #, fuzzy
258
  msgid "Show the date when users have added a product to the wishlist"
259
  msgstr "Oops! Ocorreu um erro ao adicionar o produto à lista de desejos."
260
 
261
+ #: ../includes/class.yith-wcwl-admin-init.php:1173
262
  #, fuzzy
263
  msgid "Add second remove button"
264
  msgstr "Texto do botão \"Adicionar ao carrinho \""
265
 
266
+ #: ../includes/class.yith-wcwl-admin-init.php:1174
267
  msgid "Add a second remove button in the last column, with extended label"
268
  msgstr ""
269
 
270
+ #: ../includes/class.yith-wcwl-admin-init.php:1189
271
  msgid "Styles"
272
  msgstr "Estilos"
273
 
274
+ #: ../includes/class.yith-wcwl-admin-init.php:1196
275
  msgid "Use buttons"
276
  msgstr "Usar botões"
277
 
278
+ #: ../includes/class.yith-wcwl-admin-init.php:1197
279
  #, fuzzy
280
  msgid "Use buttons instead of simple anchors."
281
  msgstr "Usar botões ao invés de simples âncoras."
282
 
283
+ #: ../includes/class.yith-wcwl-admin-init.php:1203
284
  msgid "Custom CSS"
285
  msgstr "CSS Customizado"
286
 
287
+ #: ../includes/class.yith-wcwl-admin-init.php:1210
288
  msgid "Use theme style"
289
  msgstr "Usar estilo do tema"
290
 
291
+ #: ../includes/class.yith-wcwl-admin-init.php:1211
292
  msgid "Use the theme style."
293
  msgstr "Usar o estilo do tema."
294
 
295
+ #: ../includes/class.yith-wcwl-admin-init.php:1217
296
  #, fuzzy
297
  msgid "Rounded buttons"
298
  msgstr "Usar botões"
299
 
300
+ #: ../includes/class.yith-wcwl-admin-init.php:1218
301
  #, fuzzy
302
  msgid "Make button corners rounded"
303
  msgstr "Faça botões do canto arredondado"
304
 
305
+ #: ../includes/class.yith-wcwl-admin-init.php:1224
306
  msgid "\"Add to Wishlist\" icon"
307
  msgstr "Ícone \"Adicionar aos meus desejos\" "
308
 
309
+ #: ../includes/class.yith-wcwl-admin-init.php:1225
310
  msgid "Add an icon to the \"Add to Wishlist\" button"
311
  msgstr "Adicionar um ícone ao botão \"Adicionar aos meus desejos\""
312
 
313
+ #: ../includes/class.yith-wcwl-admin-init.php:1235
314
  msgid "\"Add to Cart\" icon"
315
  msgstr "Ícone \"Adicionar ao Carrinho\""
316
 
317
+ #: ../includes/class.yith-wcwl-admin-init.php:1236
318
  msgid "Add an icon to the \"Add to Cart\" button"
319
  msgstr "Adicionar um ícone ao botão \"Adicionar ao carrinho\""
320
 
321
+ #: ../includes/class.yith-wcwl-admin-init.php:1254
322
  #, fuzzy
323
  msgid "Social Networks & Share"
324
  msgstr "Social &amp; Compartilhamento"
325
 
326
+ #: ../includes/class.yith-wcwl-admin-init.php:1261
327
  msgid "Share on Facebook"
328
  msgstr "Compartilhar no Facebook"
329
 
330
+ #: ../includes/class.yith-wcwl-admin-init.php:1262
331
  #, fuzzy
332
  msgid "Show \"Share on Facebook\" button"
333
  msgstr "Compartilhar no Facebook"
334
 
335
+ #: ../includes/class.yith-wcwl-admin-init.php:1268
336
  msgid "Tweet on Twitter"
337
  msgstr "Tweetar no Twitter"
338
 
339
+ #: ../includes/class.yith-wcwl-admin-init.php:1269
340
  #, fuzzy
341
  msgid "Show \"Tweet on Twitter\" button"
342
  msgstr "Tweetar no Twitter"
343
 
344
+ #: ../includes/class.yith-wcwl-admin-init.php:1275
345
  msgid "Pin on Pinterest"
346
  msgstr ""
347
 
348
+ #: ../includes/class.yith-wcwl-admin-init.php:1276
349
  #, fuzzy
350
  msgid "Show \"Pin on Pinterest\" button"
351
  msgstr "Texto do botão \"Adicionar ao carrinho \""
352
 
353
+ #: ../includes/class.yith-wcwl-admin-init.php:1282
354
  msgid "Share on Google+"
355
  msgstr "Comparilhar no Google+"
356
 
357
+ #: ../includes/class.yith-wcwl-admin-init.php:1283
358
  #, fuzzy
359
  msgid "Show \"Share on Google+\" button"
360
  msgstr "Compartilhar no Facebook"
361
 
362
+ #: ../includes/class.yith-wcwl-admin-init.php:1289
363
  msgid "Share by Email"
364
  msgstr ""
365
 
366
+ #: ../includes/class.yith-wcwl-admin-init.php:1290
367
  #, fuzzy
368
  msgid "Show \"Share by Email\" button"
369
  msgstr "Texto do botão \"Adicionar ao carrinho \""
370
 
371
+ #: ../includes/class.yith-wcwl-admin-init.php:1296
372
  #, fuzzy
373
  msgid "Social title"
374
  msgstr "Título Mídias Sociais"
375
 
376
+ #: ../includes/class.yith-wcwl-admin-init.php:1303
377
  #, fuzzy
378
  msgid "Social text"
379
  msgstr "Texto Mídias Sociais"
380
 
381
+ #: ../includes/class.yith-wcwl-admin-init.php:1304
382
  msgid ""
383
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
384
  "strong> where you want to show the URL of your wishlist."
385
  msgstr ""
386
 
387
+ #: ../includes/class.yith-wcwl-admin-init.php:1311
388
  #, fuzzy
389
  msgid "Social image URL"
390
  msgstr "Url para compartilhamento"
391
 
392
+ #: ../includes/class.yith-wcwl-admin-init.php:1312
393
  msgid "It will be used by Pinterest."
394
  msgstr ""
395
 
396
+ #: ../includes/class.yith-wcwl-admin-init.php:1326
397
  #, php-format
398
  msgid ""
399
  "If you want to take advantage of this feature, you could consider to "
400
  "purchase the %s."
401
  msgstr ""
402
 
403
+ #: ../includes/class.yith-wcwl-admin-init.php:1331
404
  msgid "YITH WooCommerce Frequently Bought Together Integration"
405
  msgstr ""
406
 
407
+ #: ../includes/class.yith-wcwl-admin-init.php:1338
408
  msgid "Enable slider in wishlist"
409
  msgstr ""
410
 
411
+ #: ../includes/class.yith-wcwl-admin-init.php:1339
412
  #, php-format
413
  msgid ""
414
  "Choose to enable product slider in wishlist page with linked products (<a "
415
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
416
  msgstr ""
417
 
418
+ #: ../includes/class.yith-wcwl-admin-init.php:1375
419
  #, fuzzy
420
  msgid "\"Add to wishlist\" button"
421
  msgstr "Texto do botão \"Adicionar aos meus desejos\""
422
 
423
+ #: ../includes/class.yith-wcwl-admin-init.php:1378
424
+ #: ../includes/class.yith-wcwl-admin-init.php:1396
425
+ #: ../includes/class.yith-wcwl-admin-init.php:1414
426
+ #: ../includes/class.yith-wcwl-admin-init.php:1432
427
+ #: ../includes/class.yith-wcwl-admin-init.php:1450
428
  msgid "Background"
429
  msgstr ""
430
 
431
+ #: ../includes/class.yith-wcwl-admin-init.php:1379
432
+ #: ../includes/class.yith-wcwl-admin-init.php:1397
433
+ #: ../includes/class.yith-wcwl-admin-init.php:1415
434
+ #: ../includes/class.yith-wcwl-admin-init.php:1433
435
+ #: ../includes/class.yith-wcwl-admin-init.php:1451
436
  msgid "Text"
437
  msgstr ""
438
 
439
+ #: ../includes/class.yith-wcwl-admin-init.php:1380
440
+ #: ../includes/class.yith-wcwl-admin-init.php:1398
441
+ #: ../includes/class.yith-wcwl-admin-init.php:1416
442
+ #: ../includes/class.yith-wcwl-admin-init.php:1434
443
+ #: ../includes/class.yith-wcwl-admin-init.php:1452
444
  msgid "Border"
445
  msgstr ""
446
 
447
+ #: ../includes/class.yith-wcwl-admin-init.php:1387
448
+ #: ../includes/class.yith-wcwl-admin-init.php:1405
449
+ #: ../includes/class.yith-wcwl-admin-init.php:1423
450
+ #: ../includes/class.yith-wcwl-admin-init.php:1441
451
  msgid "Background (hover)"
452
  msgstr ""
453
 
454
+ #: ../includes/class.yith-wcwl-admin-init.php:1388
455
+ #: ../includes/class.yith-wcwl-admin-init.php:1406
456
+ #: ../includes/class.yith-wcwl-admin-init.php:1424
457
+ #: ../includes/class.yith-wcwl-admin-init.php:1442
458
  msgid "Text (hover)"
459
  msgstr ""
460
 
461
+ #: ../includes/class.yith-wcwl-admin-init.php:1389
462
+ #: ../includes/class.yith-wcwl-admin-init.php:1407
463
+ #: ../includes/class.yith-wcwl-admin-init.php:1425
464
+ #: ../includes/class.yith-wcwl-admin-init.php:1443
465
  msgid "Border (hover)"
466
  msgstr ""
467
 
468
+ #: ../includes/class.yith-wcwl-admin-init.php:1393
469
  #, fuzzy
470
  msgid "\"Add to Cart\" button"
471
  msgstr "Texto do botão \"Adicionar ao carrinho \""
472
 
473
+ #: ../includes/class.yith-wcwl-admin-init.php:1411
474
  msgid "\"Style 1\" button"
475
  msgstr ""
476
 
477
+ #: ../includes/class.yith-wcwl-admin-init.php:1429
478
  msgid "\"Style 2\" button"
479
  msgstr ""
480
 
481
+ #: ../includes/class.yith-wcwl-admin-init.php:1447
482
  #, fuzzy
483
  msgid "Wishlist table"
484
  msgstr "Titulo da lista de desejos"
485
 
486
+ #: ../includes/class.yith-wcwl-admin-init.php:1456
487
  msgid "Headers"
488
  msgstr ""
489
 
490
+ #: ../includes/class.yith-wcwl-admin-init.php:1459
491
  msgid "Background color"
492
  msgstr ""
493
 
494
+ #: ../includes/class.yith-wcwl-admin-init.php:1549
495
  #, fuzzy
496
  msgid "Wishlist Activated"
497
  msgstr "Titulo da lista de desejos"
498
 
499
+ #: ../includes/class.yith-wcwl-admin-init.php:1550
500
  #, php-format
501
  msgid ""
502
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
505
  "options, <a href=\"%s\">discover it now</a>."
506
  msgstr ""
507
 
508
+ #: ../includes/class.yith-wcwl-admin-init.php:1561
509
  #, fuzzy
510
  msgid "Wishlist Updated"
511
  msgstr "Meus desejos"
512
 
513
+ #: ../includes/class.yith-wcwl-admin-init.php:1562
514
  #, php-format
515
  msgid ""
516
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
520
  "\">discover the PREMIUM version.</a>"
521
  msgstr ""
522
 
523
+ #: ../includes/class.yith-wcwl-init.php:374
524
  msgid ""
525
  "We are sorry, but this feature is available only if cookies are enabled on "
526
  "your browser."
527
  msgstr ""
528
 
529
+ #: ../includes/class.yith-wcwl-init.php:375
530
  #, fuzzy
531
  msgid "Product correctly added to cart"
532
  msgstr "Produto adicionado ao carrinho."
537
  msgstr ""
538
 
539
  #: ../includes/class.yith-wcwl-shortcode.php:259
540
+ #: ../includes/class.yith-wcwl-ui.php:164
541
  msgid "Share on:"
542
  msgstr "Compartilhar em:"
543
 
544
+ #: ../includes/class.yith-wcwl-ui.php:118
545
+ #: ../includes/class.yith-wcwl-ui.php:200
546
  msgid "Select options"
547
  msgstr "Selecione as opções"
548
 
549
+ #: ../includes/class.yith-wcwl-ui.php:168 ../templates/share.php:20
550
  msgid "Facebook"
551
  msgstr "Facebook"
552
 
553
+ #: ../includes/class.yith-wcwl-ui.php:171 ../templates/share.php:26
554
  msgid "Twitter"
555
  msgstr "Twitter"
556
 
557
+ #: ../includes/class.yith-wcwl-ui.php:180
558
  msgid "email"
559
  msgstr ""
560
 
563
  msgid "An error occurred while adding products to the wishlist."
564
  msgstr "Oops! Ocorreu um erro ao adicionar o produto à lista de desejos."
565
 
566
+ #: ../includes/class.yith-wcwl.php:269
567
  #, fuzzy
568
  msgid "An error occurred while adding products to wishlist."
569
  msgstr "Oops! Ocorreu um erro ao adicionar o produto à lista de desejos."
570
 
571
+ #: ../includes/class.yith-wcwl.php:286
572
  msgid "The \"Remove\" option now does not require any parameter"
573
  msgstr ""
574
 
575
+ #: ../includes/class.yith-wcwl.php:335
576
  #, fuzzy
577
  msgid "An error occurred while removing products from the wishlist"
578
  msgstr "Oops! Ocorreu um erro ao remover o produto à lista de desejos."
579
 
580
+ #: ../includes/class.yith-wcwl.php:783
581
  msgid "You need to log in before creating a new wishlist"
582
  msgstr ""
583
 
584
+ #: ../includes/class.yith-wcwl.php:1578
585
  msgid "Product successfully removed."
586
  msgstr "Produto removida com sucesso."
587
 
588
+ #: ../includes/class.yith-wcwl.php:1582
589
  msgid "Error. Unable to remove the product from the wishlist."
590
  msgstr "Erro. Não foi possível remover o produto da lista de desejos."
591
 
592
+ #: ../includes/class.yith-wcwl.php:1586 ../templates/wishlist-view.php:241
593
  msgid "No products were added to the wishlist"
594
  msgstr "Nenhum produto foi adicionado à lista de desejos"
595
 
596
+ #: ../includes/class.yith-wcwl.php:1628
597
  msgid "An error as occurred."
598
  msgstr ""
599
 
600
+ #: ../init.php:130
601
  msgid ""
602
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
603
  "WooCommerce in order to work."
604
  msgstr ""
605
 
606
+ #: ../init.php:140
607
  msgid ""
608
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
609
  "are using the premium one."
860
  msgid "Google+"
861
  msgstr "Comparilhar no Google+"
862
 
 
 
 
 
863
  #: ../templates/share.php:44
864
  msgid "Email"
865
  msgstr ""
889
  msgid "Stock Status"
890
  msgstr "Status do estoque"
891
 
892
+ #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:231
893
  msgid "Remove this product"
894
  msgstr "Remover este produto"
895
 
896
+ #: ../templates/wishlist-view.php:172
897
  msgid "Free!"
898
  msgstr ""
899
 
900
+ #: ../templates/wishlist-view.php:178
901
  msgid "Out of Stock"
902
  msgstr "Sem estoque"
903
 
904
+ #: ../templates/wishlist-view.php:178
905
  msgid "In Stock"
906
  msgstr "Em estoque"
907
 
908
+ #: ../templates/wishlist-view.php:187
909
  #, php-format
910
  msgid "Added on : %s"
911
  msgstr ""
912
 
913
+ #: ../templates/wishlist-view.php:199
914
  msgid "Move"
915
  msgstr ""
916
 
917
+ #: ../templates/wishlist-view.php:211
918
  #, fuzzy
919
  msgid "Shared"
920
  msgstr "Compartilhar em:"
921
 
922
+ #: ../templates/wishlist-view.php:214
923
  msgid "Private"
924
  msgstr ""
925
 
926
+ #: ../templates/wishlist-view.php:217
927
  msgid "Public"
928
  msgstr ""
929
 
930
+ #: ../templates/wishlist-view.php:231
931
  msgid "Remove"
932
  msgstr ""
933
 
934
+ #: ../templates/wishlist-view.php:258
935
  msgid "Add the selected products to the cart"
936
  msgstr ""
937
 
938
+ #: ../templates/wishlist-view.php:266 ../templates/wishlist-view.php:312
939
  msgid "Ask for an estimate"
940
  msgstr ""
941
 
942
+ #: ../templates/wishlist-view.php:302
943
  msgid "Your email"
944
  msgstr ""
945
 
languages/yith-woocommerce-wishlist-pt_PT.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-pt_PT.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
- "POT-Creation-Date: 2017-05-11 15:57+0200\n"
5
- "PO-Revision-Date: 2017-05-11 15:57+0200\n"
6
  "Last-Translator: YIThemes <support@yithemes.com>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: pt_PT\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 2.0.1\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
@@ -20,8 +20,8 @@ msgstr ""
20
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
21
 
22
  #: ../includes/class.yith-wcwl-admin-init.php:159
23
- #: ../includes/class.yith-wcwl-admin-init.php:1288
24
- #: ../includes/class.yith-wcwl-admin-init.php:1289
25
  #: ../includes/class.yith-wcwl-install.php:244
26
  msgid "Wishlist"
27
  msgstr "Lista de Desejos"
@@ -59,44 +59,44 @@ msgstr ""
59
  msgid "Plugin Documentation"
60
  msgstr ""
61
 
62
- #: ../includes/class.yith-wcwl-admin-init.php:828
63
  msgid "Upgrade to the PREMIUM VERSION"
64
  msgstr ""
65
 
66
- #: ../includes/class.yith-wcwl-admin-init.php:831
67
  msgid "YITH WooCommerce Wishlist"
68
  msgstr ""
69
 
70
- #: ../includes/class.yith-wcwl-admin-init.php:832
71
  msgid "Discover the Advanced Features"
72
  msgstr ""
73
 
74
- #: ../includes/class.yith-wcwl-admin-init.php:833
75
  msgid ""
76
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
77
  "all features!"
78
  msgstr ""
79
 
80
- #: ../includes/class.yith-wcwl-admin-init.php:839
81
  msgid "Get Support and Pro Features"
82
  msgstr ""
83
 
84
- #: ../includes/class.yith-wcwl-admin-init.php:840
85
  msgid ""
86
  "By purchasing the premium version of the plugin, you will take advantage of "
87
  "the advanced features of the product and you will get one year of free "
88
  "updates and support through our platform available 24h/24."
89
  msgstr ""
90
 
91
- #: ../includes/class.yith-wcwl-admin-init.php:850
92
  msgid "General Settings"
93
  msgstr "Opções gerais"
94
 
95
- #: ../includes/class.yith-wcwl-admin-init.php:857
96
  msgid "Enable YITH Wishlist"
97
  msgstr "Ativar Lista de Desejos"
98
 
99
- #: ../includes/class.yith-wcwl-admin-init.php:858
100
  #, php-format
101
  msgid ""
102
  "Enable all plugin features. <strong>Be sure to select at least one option in "
@@ -104,31 +104,31 @@ msgid ""
104
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
105
  msgstr ""
106
 
107
- #: ../includes/class.yith-wcwl-admin-init.php:864
108
  #, fuzzy
109
  msgid "Default wishlist title"
110
  msgstr "Titulo da lista de desejos"
111
 
112
- #: ../includes/class.yith-wcwl-admin-init.php:866
113
- #: ../includes/class.yith-wcwl-admin-init.php:867
114
- #: ../includes/class.yith-wcwl-admin-init.php:1103
115
  #, php-format
116
  msgid "My wishlist on %s"
117
  msgstr "Minha lista de desejos em %s"
118
 
119
- #: ../includes/class.yith-wcwl-admin-init.php:872
120
  msgid "Wishlist Page"
121
  msgstr "Meus desejos"
122
 
123
- #: ../includes/class.yith-wcwl-admin-init.php:873
124
  msgid "Page contents: [yith_wcwl_wishlist]"
125
  msgstr "Conteúdo da página: [yith_wcwl_wishlist]"
126
 
127
- #: ../includes/class.yith-wcwl-admin-init.php:882
128
  msgid "Position"
129
  msgstr "Posição"
130
 
131
- #: ../includes/class.yith-wcwl-admin-init.php:883
132
  #, fuzzy
133
  msgid ""
134
  "You can add the button in variable products only after the \"Add to Cart\" "
@@ -137,27 +137,27 @@ msgstr ""
137
  "Em produtos variáveis você pode adicionar isto somenteapós \"Adcionar ao "
138
  "Carrinho\" ou usar o shortcode [yith_wcwl_add_to_wishlist]."
139
 
140
- #: ../includes/class.yith-wcwl-admin-init.php:889
141
  msgid "After \"Add to cart\""
142
  msgstr "Após \" Adicionar ao carrinho \""
143
 
144
- #: ../includes/class.yith-wcwl-admin-init.php:890
145
  msgid "After thumbnails"
146
  msgstr "Após miniaturas"
147
 
148
- #: ../includes/class.yith-wcwl-admin-init.php:891
149
  msgid "After summary"
150
  msgstr "Após sumário"
151
 
152
- #: ../includes/class.yith-wcwl-admin-init.php:892
153
  msgid "Use shortcode"
154
  msgstr "Usar shortcode"
155
 
156
- #: ../includes/class.yith-wcwl-admin-init.php:897
157
  msgid "Redirect to cart"
158
  msgstr "Redirecionar para o carrinho"
159
 
160
- #: ../includes/class.yith-wcwl-admin-init.php:898
161
  msgid ""
162
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
163
  "page."
@@ -165,334 +165,334 @@ msgstr ""
165
  "Redirecionar para a página de carrinho se o botão \" Adcionar ao carrinho \" "
166
  "estiver clicado na página de lista de desejos."
167
 
168
- #: ../includes/class.yith-wcwl-admin-init.php:904
169
  msgid "Remove if added to the cart"
170
  msgstr "Remover se adcionado ao carrinho"
171
 
172
- #: ../includes/class.yith-wcwl-admin-init.php:905
173
  #, fuzzy
174
  msgid "Remove the product from the wishlist if it has been added to the cart."
175
  msgstr ""
176
  "Remover o produto da lista, se a mesma tiver sido adicionada ao carrinho."
177
 
178
- #: ../includes/class.yith-wcwl-admin-init.php:911
179
  msgid "\"Add to Wishlist\" text"
180
  msgstr "Texto \" Adcionar a Lista de Desejos\""
181
 
182
- #: ../includes/class.yith-wcwl-admin-init.php:913
183
  msgid "Add to Wishlist"
184
  msgstr "Adicionar aos meus desejos"
185
 
186
- #: ../includes/class.yith-wcwl-admin-init.php:918
187
  #, fuzzy
188
  msgid "\"Browse wishlist\" text"
189
  msgstr "Veja sua lista de desejos!"
190
 
191
- #: ../includes/class.yith-wcwl-admin-init.php:920
192
- #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl-ui.php:82
193
  msgid "Browse Wishlist"
194
  msgstr "Veja sua lista de desejos!"
195
 
196
- #: ../includes/class.yith-wcwl-admin-init.php:925
197
  #, fuzzy
198
  msgid "\"Product already in wishlist\" text"
199
  msgstr "Produto já na lista de desejos."
200
 
201
- #: ../includes/class.yith-wcwl-admin-init.php:927
202
- #: ../includes/class.yith-wcwl-ui.php:82
203
  msgid "The product is already in the wishlist!"
204
  msgstr "Esse produto já se encontra na sua lista de desejos!"
205
 
206
- #: ../includes/class.yith-wcwl-admin-init.php:932
207
  #, fuzzy
208
  msgid "\"Product added\" text"
209
  msgstr "Produto adicionado!"
210
 
211
- #: ../includes/class.yith-wcwl-admin-init.php:934
212
- #: ../includes/class.yith-wcwl-ui.php:81
213
  msgid "Product added!"
214
  msgstr "Produto adicionado!"
215
 
216
- #: ../includes/class.yith-wcwl-admin-init.php:939
217
  msgid "\"Add to Cart\" text"
218
  msgstr "Texto \" Adicionar ao Carrinho\""
219
 
220
- #: ../includes/class.yith-wcwl-admin-init.php:941
221
  msgid "Add to Cart"
222
  msgstr "Adcionar ao Carrinho"
223
 
224
- #: ../includes/class.yith-wcwl-admin-init.php:946
225
  #, fuzzy
226
  msgid "Show Unit price"
227
  msgstr "Preço unitário"
228
 
229
- #: ../includes/class.yith-wcwl-admin-init.php:947
230
  msgid "Show unit price for each product in wishlist"
231
  msgstr ""
232
 
233
- #: ../includes/class.yith-wcwl-admin-init.php:954
234
  #, fuzzy
235
  msgid "Show \"Add to Cart\" button"
236
  msgstr "Texto do botão \"Adicionar ao carrinho \""
237
 
238
- #: ../includes/class.yith-wcwl-admin-init.php:955
239
  #, fuzzy
240
  msgid "Show \"Add to Cart\" button for each product in wishlist"
241
  msgstr "Fundo do do botão \"Adicionar ao carrinho \""
242
 
243
- #: ../includes/class.yith-wcwl-admin-init.php:962
244
  msgid "Show Stock status"
245
  msgstr "Status do stock"
246
 
247
- #: ../includes/class.yith-wcwl-admin-init.php:963
248
  msgid ""
249
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
250
  msgstr ""
251
 
252
- #: ../includes/class.yith-wcwl-admin-init.php:970
253
  msgid "Show Date of addition"
254
  msgstr ""
255
 
256
- #: ../includes/class.yith-wcwl-admin-init.php:971
257
  #, fuzzy
258
  msgid "Show the date when users have added a product to the wishlist"
259
  msgstr "Oops! Ocorreu um erro ao adicionar o produto à lista de desejos."
260
 
261
- #: ../includes/class.yith-wcwl-admin-init.php:978
262
  #, fuzzy
263
  msgid "Add second remove button"
264
  msgstr "Texto do botão \"Adicionar ao carrinho \""
265
 
266
- #: ../includes/class.yith-wcwl-admin-init.php:979
267
  msgid "Add a second remove button in the last column, with extended label"
268
  msgstr ""
269
 
270
- #: ../includes/class.yith-wcwl-admin-init.php:994
271
  msgid "Styles"
272
  msgstr "Estilos"
273
 
274
- #: ../includes/class.yith-wcwl-admin-init.php:1001
275
  msgid "Use buttons"
276
  msgstr "Usar botões"
277
 
278
- #: ../includes/class.yith-wcwl-admin-init.php:1002
279
  #, fuzzy
280
  msgid "Use buttons instead of simple anchors."
281
  msgstr "Usar botões ao invés de simples âncoras."
282
 
283
- #: ../includes/class.yith-wcwl-admin-init.php:1008
284
  msgid "Custom CSS"
285
  msgstr "CSS Customizado"
286
 
287
- #: ../includes/class.yith-wcwl-admin-init.php:1015
288
  msgid "Use theme style"
289
  msgstr "Usar estilo do tema"
290
 
291
- #: ../includes/class.yith-wcwl-admin-init.php:1016
292
  msgid "Use the theme style."
293
  msgstr "Usar o estilo do tema."
294
 
295
- #: ../includes/class.yith-wcwl-admin-init.php:1022
296
  #, fuzzy
297
  msgid "Rounded buttons"
298
  msgstr "Usar botões"
299
 
300
- #: ../includes/class.yith-wcwl-admin-init.php:1023
301
  #, fuzzy
302
  msgid "Make button corners rounded"
303
  msgstr "Faça botões do canto arredondado"
304
 
305
- #: ../includes/class.yith-wcwl-admin-init.php:1029
306
  msgid "\"Add to Wishlist\" icon"
307
  msgstr "Ícone \"Adcionar aos meus desejos\" "
308
 
309
- #: ../includes/class.yith-wcwl-admin-init.php:1030
310
  msgid "Add an icon to the \"Add to Wishlist\" button"
311
  msgstr "Adicionar um ícone ao botão \"Adcionar aos meus desejos\""
312
 
313
- #: ../includes/class.yith-wcwl-admin-init.php:1040
314
  msgid "\"Add to Cart\" icon"
315
  msgstr "Ícone \"Adicionar ao Carrinho\""
316
 
317
- #: ../includes/class.yith-wcwl-admin-init.php:1041
318
  msgid "Add an icon to the \"Add to Cart\" button"
319
  msgstr "Adicionar um ícone ao botão \"Adcionar ao carrinho\""
320
 
321
- #: ../includes/class.yith-wcwl-admin-init.php:1059
322
  #, fuzzy
323
  msgid "Social Networks & Share"
324
  msgstr "Social &amp; Compartilhamento"
325
 
326
- #: ../includes/class.yith-wcwl-admin-init.php:1066
327
  msgid "Share on Facebook"
328
  msgstr "Partilhar no Facebook"
329
 
330
- #: ../includes/class.yith-wcwl-admin-init.php:1067
331
  msgid "Show \"Share on Facebook\" button"
332
  msgstr "Partilhar no Facebook"
333
 
334
- #: ../includes/class.yith-wcwl-admin-init.php:1073
335
  msgid "Tweet on Twitter"
336
  msgstr "Tweetar no Twitter"
337
 
338
- #: ../includes/class.yith-wcwl-admin-init.php:1074
339
  #, fuzzy
340
  msgid "Show \"Tweet on Twitter\" button"
341
  msgstr "Tweetar no Twitter"
342
 
343
- #: ../includes/class.yith-wcwl-admin-init.php:1080
344
  msgid "Pin on Pinterest"
345
  msgstr ""
346
 
347
- #: ../includes/class.yith-wcwl-admin-init.php:1081
348
  #, fuzzy
349
  msgid "Show \"Pin on Pinterest\" button"
350
  msgstr "Texto do botão \"Adicionar ao carrinho \""
351
 
352
- #: ../includes/class.yith-wcwl-admin-init.php:1087
353
  msgid "Share on Google+"
354
  msgstr "Partilhar no Google+"
355
 
356
- #: ../includes/class.yith-wcwl-admin-init.php:1088
357
  #, fuzzy
358
  msgid "Show \"Share on Google+\" button"
359
  msgstr "Partilhar no Facebook"
360
 
361
- #: ../includes/class.yith-wcwl-admin-init.php:1094
362
  msgid "Share by Email"
363
  msgstr ""
364
 
365
- #: ../includes/class.yith-wcwl-admin-init.php:1095
366
  #, fuzzy
367
  msgid "Show \"Share by Email\" button"
368
  msgstr "Texto do botão \"Adicionar ao carrinho \""
369
 
370
- #: ../includes/class.yith-wcwl-admin-init.php:1101
371
  msgid "Social title"
372
  msgstr "Título Redes Sociais"
373
 
374
- #: ../includes/class.yith-wcwl-admin-init.php:1108
375
  msgid "Social text"
376
  msgstr "Texto Redes Sociais"
377
 
378
- #: ../includes/class.yith-wcwl-admin-init.php:1109
379
  msgid ""
380
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
381
  "strong> where you want to show the URL of your wishlist."
382
  msgstr ""
383
 
384
- #: ../includes/class.yith-wcwl-admin-init.php:1116
385
  msgid "Social image URL"
386
  msgstr "Url para partilhar"
387
 
388
- #: ../includes/class.yith-wcwl-admin-init.php:1117
389
  msgid "It will be used by Pinterest."
390
  msgstr ""
391
 
392
- #: ../includes/class.yith-wcwl-admin-init.php:1131
393
  #, php-format
394
  msgid ""
395
  "If you want to take advantage of this feature, you could consider to "
396
  "purchase the %s."
397
  msgstr ""
398
 
399
- #: ../includes/class.yith-wcwl-admin-init.php:1136
400
  msgid "YITH WooCommerce Frequently Bought Together Integration"
401
  msgstr ""
402
 
403
- #: ../includes/class.yith-wcwl-admin-init.php:1143
404
  msgid "Enable slider in wishlist"
405
  msgstr ""
406
 
407
- #: ../includes/class.yith-wcwl-admin-init.php:1144
408
  #, php-format
409
  msgid ""
410
  "Choose to enable product slider in wishlist page with linked products (<a "
411
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
412
  msgstr ""
413
 
414
- #: ../includes/class.yith-wcwl-admin-init.php:1180
415
  #, fuzzy
416
  msgid "\"Add to wishlist\" button"
417
  msgstr "Texto do botão \"Adicionar aos meus desejos\""
418
 
419
- #: ../includes/class.yith-wcwl-admin-init.php:1183
420
- #: ../includes/class.yith-wcwl-admin-init.php:1201
421
- #: ../includes/class.yith-wcwl-admin-init.php:1219
422
- #: ../includes/class.yith-wcwl-admin-init.php:1237
423
- #: ../includes/class.yith-wcwl-admin-init.php:1255
424
  msgid "Background"
425
  msgstr ""
426
 
427
- #: ../includes/class.yith-wcwl-admin-init.php:1184
428
- #: ../includes/class.yith-wcwl-admin-init.php:1202
429
- #: ../includes/class.yith-wcwl-admin-init.php:1220
430
- #: ../includes/class.yith-wcwl-admin-init.php:1238
431
- #: ../includes/class.yith-wcwl-admin-init.php:1256
432
  msgid "Text"
433
  msgstr ""
434
 
435
- #: ../includes/class.yith-wcwl-admin-init.php:1185
436
- #: ../includes/class.yith-wcwl-admin-init.php:1203
437
- #: ../includes/class.yith-wcwl-admin-init.php:1221
438
- #: ../includes/class.yith-wcwl-admin-init.php:1239
439
- #: ../includes/class.yith-wcwl-admin-init.php:1257
440
  msgid "Border"
441
  msgstr ""
442
 
443
- #: ../includes/class.yith-wcwl-admin-init.php:1192
444
- #: ../includes/class.yith-wcwl-admin-init.php:1210
445
- #: ../includes/class.yith-wcwl-admin-init.php:1228
446
- #: ../includes/class.yith-wcwl-admin-init.php:1246
447
  msgid "Background (hover)"
448
  msgstr ""
449
 
450
- #: ../includes/class.yith-wcwl-admin-init.php:1193
451
- #: ../includes/class.yith-wcwl-admin-init.php:1211
452
- #: ../includes/class.yith-wcwl-admin-init.php:1229
453
- #: ../includes/class.yith-wcwl-admin-init.php:1247
454
  msgid "Text (hover)"
455
  msgstr ""
456
 
457
- #: ../includes/class.yith-wcwl-admin-init.php:1194
458
- #: ../includes/class.yith-wcwl-admin-init.php:1212
459
- #: ../includes/class.yith-wcwl-admin-init.php:1230
460
- #: ../includes/class.yith-wcwl-admin-init.php:1248
461
  msgid "Border (hover)"
462
  msgstr ""
463
 
464
- #: ../includes/class.yith-wcwl-admin-init.php:1198
465
  #, fuzzy
466
  msgid "\"Add to Cart\" button"
467
  msgstr "Texto do botão \"Adicionar ao carrinho \""
468
 
469
- #: ../includes/class.yith-wcwl-admin-init.php:1216
470
  msgid "\"Style 1\" button"
471
  msgstr ""
472
 
473
- #: ../includes/class.yith-wcwl-admin-init.php:1234
474
  msgid "\"Style 2\" button"
475
  msgstr ""
476
 
477
- #: ../includes/class.yith-wcwl-admin-init.php:1252
478
  #, fuzzy
479
  msgid "Wishlist table"
480
  msgstr "Titulo da lista de desejos"
481
 
482
- #: ../includes/class.yith-wcwl-admin-init.php:1261
483
  msgid "Headers"
484
  msgstr ""
485
 
486
- #: ../includes/class.yith-wcwl-admin-init.php:1264
487
  msgid "Background color"
488
  msgstr ""
489
 
490
- #: ../includes/class.yith-wcwl-admin-init.php:1354
491
  #, fuzzy
492
  msgid "Wishlist Activated"
493
  msgstr "Titulo da lista de desejos"
494
 
495
- #: ../includes/class.yith-wcwl-admin-init.php:1355
496
  #, php-format
497
  msgid ""
498
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
@@ -501,12 +501,12 @@ msgid ""
501
  "options, <a href=\"%s\">discover it now</a>."
502
  msgstr ""
503
 
504
- #: ../includes/class.yith-wcwl-admin-init.php:1366
505
  #, fuzzy
506
  msgid "Wishlist Updated"
507
  msgstr "Meus desejos"
508
 
509
- #: ../includes/class.yith-wcwl-admin-init.php:1367
510
  #, php-format
511
  msgid ""
512
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
@@ -516,13 +516,13 @@ msgid ""
516
  "\">discover the PREMIUM version.</a>"
517
  msgstr ""
518
 
519
- #: ../includes/class.yith-wcwl-init.php:366
520
  msgid ""
521
  "We are sorry, but this feature is available only if cookies are enabled on "
522
  "your browser."
523
  msgstr ""
524
 
525
- #: ../includes/class.yith-wcwl-init.php:367
526
  #, fuzzy
527
  msgid "Product correctly added to cart"
528
  msgstr "Produto adicionado ao carrinho."
@@ -533,24 +533,24 @@ msgid "wishlist"
533
  msgstr ""
534
 
535
  #: ../includes/class.yith-wcwl-shortcode.php:259
536
- #: ../includes/class.yith-wcwl-ui.php:163
537
  msgid "Share on:"
538
  msgstr "Partilhar no:"
539
 
540
- #: ../includes/class.yith-wcwl-ui.php:117
541
- #: ../includes/class.yith-wcwl-ui.php:199
542
  msgid "Select options"
543
  msgstr "Selecione as opções"
544
 
545
- #: ../includes/class.yith-wcwl-ui.php:167 ../templates/share.php:20
546
  msgid "Facebook"
547
  msgstr "Facebook"
548
 
549
- #: ../includes/class.yith-wcwl-ui.php:170 ../templates/share.php:26
550
  msgid "Twitter"
551
  msgstr "Twitter"
552
 
553
- #: ../includes/class.yith-wcwl-ui.php:179
554
  msgid "email"
555
  msgstr ""
556
 
@@ -559,47 +559,47 @@ msgstr ""
559
  msgid "An error occurred while adding products to the wishlist."
560
  msgstr "Oops! Ocorreu um erro ao adicionar o produto à lista de desejos."
561
 
562
- #: ../includes/class.yith-wcwl.php:268
563
  #, fuzzy
564
  msgid "An error occurred while adding products to wishlist."
565
  msgstr "Oops! Ocorreu um erro ao adicionar o produto à lista de desejos."
566
 
567
- #: ../includes/class.yith-wcwl.php:285
568
  msgid "The \"Remove\" option now does not require any parameter"
569
  msgstr ""
570
 
571
- #: ../includes/class.yith-wcwl.php:332
572
  #, fuzzy
573
  msgid "An error occurred while removing products from the wishlist"
574
  msgstr "Oops! Ocorreu um erro ao remover o produto à lista de desejos."
575
 
576
- #: ../includes/class.yith-wcwl.php:774
577
  msgid "You need to log in before creating a new wishlist"
578
  msgstr ""
579
 
580
- #: ../includes/class.yith-wcwl.php:1565
581
  msgid "Product successfully removed."
582
  msgstr "Produto removido com sucesso."
583
 
584
- #: ../includes/class.yith-wcwl.php:1569
585
  msgid "Error. Unable to remove the product from the wishlist."
586
  msgstr "Erro. Não foi possível remover o produto da lista de desejos."
587
 
588
- #: ../includes/class.yith-wcwl.php:1573 ../templates/wishlist-view.php:239
589
  msgid "No products were added to the wishlist"
590
  msgstr "Nenhum produto foi adicionado à lista de desejos"
591
 
592
- #: ../includes/class.yith-wcwl.php:1615
593
  msgid "An error as occurred."
594
  msgstr ""
595
 
596
- #: ../init.php:128
597
  msgid ""
598
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
599
  "WooCommerce in order to work."
600
  msgstr ""
601
 
602
- #: ../init.php:138
603
  msgid ""
604
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
605
  "are using the premium one."
@@ -856,10 +856,6 @@ msgstr ""
856
  msgid "Google+"
857
  msgstr "Partilhar no Google+"
858
 
859
- #: ../templates/share.php:44
860
- msgid "I wanted you to see this site"
861
- msgstr ""
862
-
863
  #: ../templates/share.php:44
864
  msgid "Email"
865
  msgstr ""
@@ -889,57 +885,57 @@ msgstr "Preço unitário"
889
  msgid "Stock Status"
890
  msgstr "Status do stock"
891
 
892
- #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:229
893
  msgid "Remove this product"
894
  msgstr "Remover este produto"
895
 
896
- #: ../templates/wishlist-view.php:170
897
  msgid "Free!"
898
  msgstr ""
899
 
900
- #: ../templates/wishlist-view.php:176
901
  msgid "Out of Stock"
902
  msgstr "Fora de stock"
903
 
904
- #: ../templates/wishlist-view.php:176
905
  msgid "In Stock"
906
  msgstr "Em stock"
907
 
908
- #: ../templates/wishlist-view.php:185
909
  #, php-format
910
  msgid "Added on : %s"
911
  msgstr ""
912
 
913
- #: ../templates/wishlist-view.php:197
914
  msgid "Move"
915
  msgstr ""
916
 
917
- #: ../templates/wishlist-view.php:209
918
  #, fuzzy
919
  msgid "Shared"
920
  msgstr "Partilhar no:"
921
 
922
- #: ../templates/wishlist-view.php:212
923
  msgid "Private"
924
  msgstr ""
925
 
926
- #: ../templates/wishlist-view.php:215
927
  msgid "Public"
928
  msgstr ""
929
 
930
- #: ../templates/wishlist-view.php:229
931
  msgid "Remove"
932
  msgstr ""
933
 
934
- #: ../templates/wishlist-view.php:256
935
  msgid "Add the selected products to the cart"
936
  msgstr ""
937
 
938
- #: ../templates/wishlist-view.php:264 ../templates/wishlist-view.php:310
939
  msgid "Ask for an estimate"
940
  msgstr ""
941
 
942
- #: ../templates/wishlist-view.php:300
943
  msgid "Your email"
944
  msgstr ""
945
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
+ "POT-Creation-Date: 2017-10-24 17:34+0200\n"
5
+ "PO-Revision-Date: 2017-10-24 17:34+0200\n"
6
  "Last-Translator: YIThemes <support@yithemes.com>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: pt_PT\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.8.7.1\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
20
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
21
 
22
  #: ../includes/class.yith-wcwl-admin-init.php:159
23
+ #: ../includes/class.yith-wcwl-admin-init.php:1483
24
+ #: ../includes/class.yith-wcwl-admin-init.php:1484
25
  #: ../includes/class.yith-wcwl-install.php:244
26
  msgid "Wishlist"
27
  msgstr "Lista de Desejos"
59
  msgid "Plugin Documentation"
60
  msgstr ""
61
 
62
+ #: ../includes/class.yith-wcwl-admin-init.php:1023
63
  msgid "Upgrade to the PREMIUM VERSION"
64
  msgstr ""
65
 
66
+ #: ../includes/class.yith-wcwl-admin-init.php:1026
67
  msgid "YITH WooCommerce Wishlist"
68
  msgstr ""
69
 
70
+ #: ../includes/class.yith-wcwl-admin-init.php:1027
71
  msgid "Discover the Advanced Features"
72
  msgstr ""
73
 
74
+ #: ../includes/class.yith-wcwl-admin-init.php:1028
75
  msgid ""
76
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
77
  "all features!"
78
  msgstr ""
79
 
80
+ #: ../includes/class.yith-wcwl-admin-init.php:1034
81
  msgid "Get Support and Pro Features"
82
  msgstr ""
83
 
84
+ #: ../includes/class.yith-wcwl-admin-init.php:1035
85
  msgid ""
86
  "By purchasing the premium version of the plugin, you will take advantage of "
87
  "the advanced features of the product and you will get one year of free "
88
  "updates and support through our platform available 24h/24."
89
  msgstr ""
90
 
91
+ #: ../includes/class.yith-wcwl-admin-init.php:1045
92
  msgid "General Settings"
93
  msgstr "Opções gerais"
94
 
95
+ #: ../includes/class.yith-wcwl-admin-init.php:1052
96
  msgid "Enable YITH Wishlist"
97
  msgstr "Ativar Lista de Desejos"
98
 
99
+ #: ../includes/class.yith-wcwl-admin-init.php:1053
100
  #, php-format
101
  msgid ""
102
  "Enable all plugin features. <strong>Be sure to select at least one option in "
104
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
105
  msgstr ""
106
 
107
+ #: ../includes/class.yith-wcwl-admin-init.php:1059
108
  #, fuzzy
109
  msgid "Default wishlist title"
110
  msgstr "Titulo da lista de desejos"
111
 
112
+ #: ../includes/class.yith-wcwl-admin-init.php:1061
113
+ #: ../includes/class.yith-wcwl-admin-init.php:1062
114
+ #: ../includes/class.yith-wcwl-admin-init.php:1298
115
  #, php-format
116
  msgid "My wishlist on %s"
117
  msgstr "Minha lista de desejos em %s"
118
 
119
+ #: ../includes/class.yith-wcwl-admin-init.php:1067
120
  msgid "Wishlist Page"
121
  msgstr "Meus desejos"
122
 
123
+ #: ../includes/class.yith-wcwl-admin-init.php:1068
124
  msgid "Page contents: [yith_wcwl_wishlist]"
125
  msgstr "Conteúdo da página: [yith_wcwl_wishlist]"
126
 
127
+ #: ../includes/class.yith-wcwl-admin-init.php:1077
128
  msgid "Position"
129
  msgstr "Posição"
130
 
131
+ #: ../includes/class.yith-wcwl-admin-init.php:1078
132
  #, fuzzy
133
  msgid ""
134
  "You can add the button in variable products only after the \"Add to Cart\" "
137
  "Em produtos variáveis você pode adicionar isto somenteapós \"Adcionar ao "
138
  "Carrinho\" ou usar o shortcode [yith_wcwl_add_to_wishlist]."
139
 
140
+ #: ../includes/class.yith-wcwl-admin-init.php:1084
141
  msgid "After \"Add to cart\""
142
  msgstr "Após \" Adicionar ao carrinho \""
143
 
144
+ #: ../includes/class.yith-wcwl-admin-init.php:1085
145
  msgid "After thumbnails"
146
  msgstr "Após miniaturas"
147
 
148
+ #: ../includes/class.yith-wcwl-admin-init.php:1086
149
  msgid "After summary"
150
  msgstr "Após sumário"
151
 
152
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
153
  msgid "Use shortcode"
154
  msgstr "Usar shortcode"
155
 
156
+ #: ../includes/class.yith-wcwl-admin-init.php:1092
157
  msgid "Redirect to cart"
158
  msgstr "Redirecionar para o carrinho"
159
 
160
+ #: ../includes/class.yith-wcwl-admin-init.php:1093
161
  msgid ""
162
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
163
  "page."
165
  "Redirecionar para a página de carrinho se o botão \" Adcionar ao carrinho \" "
166
  "estiver clicado na página de lista de desejos."
167
 
168
+ #: ../includes/class.yith-wcwl-admin-init.php:1099
169
  msgid "Remove if added to the cart"
170
  msgstr "Remover se adcionado ao carrinho"
171
 
172
+ #: ../includes/class.yith-wcwl-admin-init.php:1100
173
  #, fuzzy
174
  msgid "Remove the product from the wishlist if it has been added to the cart."
175
  msgstr ""
176
  "Remover o produto da lista, se a mesma tiver sido adicionada ao carrinho."
177
 
178
+ #: ../includes/class.yith-wcwl-admin-init.php:1106
179
  msgid "\"Add to Wishlist\" text"
180
  msgstr "Texto \" Adcionar a Lista de Desejos\""
181
 
182
+ #: ../includes/class.yith-wcwl-admin-init.php:1108
183
  msgid "Add to Wishlist"
184
  msgstr "Adicionar aos meus desejos"
185
 
186
+ #: ../includes/class.yith-wcwl-admin-init.php:1113
187
  #, fuzzy
188
  msgid "\"Browse wishlist\" text"
189
  msgstr "Veja sua lista de desejos!"
190
 
191
+ #: ../includes/class.yith-wcwl-admin-init.php:1115
192
+ #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
193
  msgid "Browse Wishlist"
194
  msgstr "Veja sua lista de desejos!"
195
 
196
+ #: ../includes/class.yith-wcwl-admin-init.php:1120
197
  #, fuzzy
198
  msgid "\"Product already in wishlist\" text"
199
  msgstr "Produto já na lista de desejos."
200
 
201
+ #: ../includes/class.yith-wcwl-admin-init.php:1122
202
+ #: ../includes/class.yith-wcwl-ui.php:83
203
  msgid "The product is already in the wishlist!"
204
  msgstr "Esse produto já se encontra na sua lista de desejos!"
205
 
206
+ #: ../includes/class.yith-wcwl-admin-init.php:1127
207
  #, fuzzy
208
  msgid "\"Product added\" text"
209
  msgstr "Produto adicionado!"
210
 
211
+ #: ../includes/class.yith-wcwl-admin-init.php:1129
212
+ #: ../includes/class.yith-wcwl-ui.php:82
213
  msgid "Product added!"
214
  msgstr "Produto adicionado!"
215
 
216
+ #: ../includes/class.yith-wcwl-admin-init.php:1134
217
  msgid "\"Add to Cart\" text"
218
  msgstr "Texto \" Adicionar ao Carrinho\""
219
 
220
+ #: ../includes/class.yith-wcwl-admin-init.php:1136
221
  msgid "Add to Cart"
222
  msgstr "Adcionar ao Carrinho"
223
 
224
+ #: ../includes/class.yith-wcwl-admin-init.php:1141
225
  #, fuzzy
226
  msgid "Show Unit price"
227
  msgstr "Preço unitário"
228
 
229
+ #: ../includes/class.yith-wcwl-admin-init.php:1142
230
  msgid "Show unit price for each product in wishlist"
231
  msgstr ""
232
 
233
+ #: ../includes/class.yith-wcwl-admin-init.php:1149
234
  #, fuzzy
235
  msgid "Show \"Add to Cart\" button"
236
  msgstr "Texto do botão \"Adicionar ao carrinho \""
237
 
238
+ #: ../includes/class.yith-wcwl-admin-init.php:1150
239
  #, fuzzy
240
  msgid "Show \"Add to Cart\" button for each product in wishlist"
241
  msgstr "Fundo do do botão \"Adicionar ao carrinho \""
242
 
243
+ #: ../includes/class.yith-wcwl-admin-init.php:1157
244
  msgid "Show Stock status"
245
  msgstr "Status do stock"
246
 
247
+ #: ../includes/class.yith-wcwl-admin-init.php:1158
248
  msgid ""
249
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
250
  msgstr ""
251
 
252
+ #: ../includes/class.yith-wcwl-admin-init.php:1165
253
  msgid "Show Date of addition"
254
  msgstr ""
255
 
256
+ #: ../includes/class.yith-wcwl-admin-init.php:1166
257
  #, fuzzy
258
  msgid "Show the date when users have added a product to the wishlist"
259
  msgstr "Oops! Ocorreu um erro ao adicionar o produto à lista de desejos."
260
 
261
+ #: ../includes/class.yith-wcwl-admin-init.php:1173
262
  #, fuzzy
263
  msgid "Add second remove button"
264
  msgstr "Texto do botão \"Adicionar ao carrinho \""
265
 
266
+ #: ../includes/class.yith-wcwl-admin-init.php:1174
267
  msgid "Add a second remove button in the last column, with extended label"
268
  msgstr ""
269
 
270
+ #: ../includes/class.yith-wcwl-admin-init.php:1189
271
  msgid "Styles"
272
  msgstr "Estilos"
273
 
274
+ #: ../includes/class.yith-wcwl-admin-init.php:1196
275
  msgid "Use buttons"
276
  msgstr "Usar botões"
277
 
278
+ #: ../includes/class.yith-wcwl-admin-init.php:1197
279
  #, fuzzy
280
  msgid "Use buttons instead of simple anchors."
281
  msgstr "Usar botões ao invés de simples âncoras."
282
 
283
+ #: ../includes/class.yith-wcwl-admin-init.php:1203
284
  msgid "Custom CSS"
285
  msgstr "CSS Customizado"
286
 
287
+ #: ../includes/class.yith-wcwl-admin-init.php:1210
288
  msgid "Use theme style"
289
  msgstr "Usar estilo do tema"
290
 
291
+ #: ../includes/class.yith-wcwl-admin-init.php:1211
292
  msgid "Use the theme style."
293
  msgstr "Usar o estilo do tema."
294
 
295
+ #: ../includes/class.yith-wcwl-admin-init.php:1217
296
  #, fuzzy
297
  msgid "Rounded buttons"
298
  msgstr "Usar botões"
299
 
300
+ #: ../includes/class.yith-wcwl-admin-init.php:1218
301
  #, fuzzy
302
  msgid "Make button corners rounded"
303
  msgstr "Faça botões do canto arredondado"
304
 
305
+ #: ../includes/class.yith-wcwl-admin-init.php:1224
306
  msgid "\"Add to Wishlist\" icon"
307
  msgstr "Ícone \"Adcionar aos meus desejos\" "
308
 
309
+ #: ../includes/class.yith-wcwl-admin-init.php:1225
310
  msgid "Add an icon to the \"Add to Wishlist\" button"
311
  msgstr "Adicionar um ícone ao botão \"Adcionar aos meus desejos\""
312
 
313
+ #: ../includes/class.yith-wcwl-admin-init.php:1235
314
  msgid "\"Add to Cart\" icon"
315
  msgstr "Ícone \"Adicionar ao Carrinho\""
316
 
317
+ #: ../includes/class.yith-wcwl-admin-init.php:1236
318
  msgid "Add an icon to the \"Add to Cart\" button"
319
  msgstr "Adicionar um ícone ao botão \"Adcionar ao carrinho\""
320
 
321
+ #: ../includes/class.yith-wcwl-admin-init.php:1254
322
  #, fuzzy
323
  msgid "Social Networks & Share"
324
  msgstr "Social &amp; Compartilhamento"
325
 
326
+ #: ../includes/class.yith-wcwl-admin-init.php:1261
327
  msgid "Share on Facebook"
328
  msgstr "Partilhar no Facebook"
329
 
330
+ #: ../includes/class.yith-wcwl-admin-init.php:1262
331
  msgid "Show \"Share on Facebook\" button"
332
  msgstr "Partilhar no Facebook"
333
 
334
+ #: ../includes/class.yith-wcwl-admin-init.php:1268
335
  msgid "Tweet on Twitter"
336
  msgstr "Tweetar no Twitter"
337
 
338
+ #: ../includes/class.yith-wcwl-admin-init.php:1269
339
  #, fuzzy
340
  msgid "Show \"Tweet on Twitter\" button"
341
  msgstr "Tweetar no Twitter"
342
 
343
+ #: ../includes/class.yith-wcwl-admin-init.php:1275
344
  msgid "Pin on Pinterest"
345
  msgstr ""
346
 
347
+ #: ../includes/class.yith-wcwl-admin-init.php:1276
348
  #, fuzzy
349
  msgid "Show \"Pin on Pinterest\" button"
350
  msgstr "Texto do botão \"Adicionar ao carrinho \""
351
 
352
+ #: ../includes/class.yith-wcwl-admin-init.php:1282
353
  msgid "Share on Google+"
354
  msgstr "Partilhar no Google+"
355
 
356
+ #: ../includes/class.yith-wcwl-admin-init.php:1283
357
  #, fuzzy
358
  msgid "Show \"Share on Google+\" button"
359
  msgstr "Partilhar no Facebook"
360
 
361
+ #: ../includes/class.yith-wcwl-admin-init.php:1289
362
  msgid "Share by Email"
363
  msgstr ""
364
 
365
+ #: ../includes/class.yith-wcwl-admin-init.php:1290
366
  #, fuzzy
367
  msgid "Show \"Share by Email\" button"
368
  msgstr "Texto do botão \"Adicionar ao carrinho \""
369
 
370
+ #: ../includes/class.yith-wcwl-admin-init.php:1296
371
  msgid "Social title"
372
  msgstr "Título Redes Sociais"
373
 
374
+ #: ../includes/class.yith-wcwl-admin-init.php:1303
375
  msgid "Social text"
376
  msgstr "Texto Redes Sociais"
377
 
378
+ #: ../includes/class.yith-wcwl-admin-init.php:1304
379
  msgid ""
380
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
381
  "strong> where you want to show the URL of your wishlist."
382
  msgstr ""
383
 
384
+ #: ../includes/class.yith-wcwl-admin-init.php:1311
385
  msgid "Social image URL"
386
  msgstr "Url para partilhar"
387
 
388
+ #: ../includes/class.yith-wcwl-admin-init.php:1312
389
  msgid "It will be used by Pinterest."
390
  msgstr ""
391
 
392
+ #: ../includes/class.yith-wcwl-admin-init.php:1326
393
  #, php-format
394
  msgid ""
395
  "If you want to take advantage of this feature, you could consider to "
396
  "purchase the %s."
397
  msgstr ""
398
 
399
+ #: ../includes/class.yith-wcwl-admin-init.php:1331
400
  msgid "YITH WooCommerce Frequently Bought Together Integration"
401
  msgstr ""
402
 
403
+ #: ../includes/class.yith-wcwl-admin-init.php:1338
404
  msgid "Enable slider in wishlist"
405
  msgstr ""
406
 
407
+ #: ../includes/class.yith-wcwl-admin-init.php:1339
408
  #, php-format
409
  msgid ""
410
  "Choose to enable product slider in wishlist page with linked products (<a "
411
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
412
  msgstr ""
413
 
414
+ #: ../includes/class.yith-wcwl-admin-init.php:1375
415
  #, fuzzy
416
  msgid "\"Add to wishlist\" button"
417
  msgstr "Texto do botão \"Adicionar aos meus desejos\""
418
 
419
+ #: ../includes/class.yith-wcwl-admin-init.php:1378
420
+ #: ../includes/class.yith-wcwl-admin-init.php:1396
421
+ #: ../includes/class.yith-wcwl-admin-init.php:1414
422
+ #: ../includes/class.yith-wcwl-admin-init.php:1432
423
+ #: ../includes/class.yith-wcwl-admin-init.php:1450
424
  msgid "Background"
425
  msgstr ""
426
 
427
+ #: ../includes/class.yith-wcwl-admin-init.php:1379
428
+ #: ../includes/class.yith-wcwl-admin-init.php:1397
429
+ #: ../includes/class.yith-wcwl-admin-init.php:1415
430
+ #: ../includes/class.yith-wcwl-admin-init.php:1433
431
+ #: ../includes/class.yith-wcwl-admin-init.php:1451
432
  msgid "Text"
433
  msgstr ""
434
 
435
+ #: ../includes/class.yith-wcwl-admin-init.php:1380
436
+ #: ../includes/class.yith-wcwl-admin-init.php:1398
437
+ #: ../includes/class.yith-wcwl-admin-init.php:1416
438
+ #: ../includes/class.yith-wcwl-admin-init.php:1434
439
+ #: ../includes/class.yith-wcwl-admin-init.php:1452
440
  msgid "Border"
441
  msgstr ""
442
 
443
+ #: ../includes/class.yith-wcwl-admin-init.php:1387
444
+ #: ../includes/class.yith-wcwl-admin-init.php:1405
445
+ #: ../includes/class.yith-wcwl-admin-init.php:1423
446
+ #: ../includes/class.yith-wcwl-admin-init.php:1441
447
  msgid "Background (hover)"
448
  msgstr ""
449
 
450
+ #: ../includes/class.yith-wcwl-admin-init.php:1388
451
+ #: ../includes/class.yith-wcwl-admin-init.php:1406
452
+ #: ../includes/class.yith-wcwl-admin-init.php:1424
453
+ #: ../includes/class.yith-wcwl-admin-init.php:1442
454
  msgid "Text (hover)"
455
  msgstr ""
456
 
457
+ #: ../includes/class.yith-wcwl-admin-init.php:1389
458
+ #: ../includes/class.yith-wcwl-admin-init.php:1407
459
+ #: ../includes/class.yith-wcwl-admin-init.php:1425
460
+ #: ../includes/class.yith-wcwl-admin-init.php:1443
461
  msgid "Border (hover)"
462
  msgstr ""
463
 
464
+ #: ../includes/class.yith-wcwl-admin-init.php:1393
465
  #, fuzzy
466
  msgid "\"Add to Cart\" button"
467
  msgstr "Texto do botão \"Adicionar ao carrinho \""
468
 
469
+ #: ../includes/class.yith-wcwl-admin-init.php:1411
470
  msgid "\"Style 1\" button"
471
  msgstr ""
472
 
473
+ #: ../includes/class.yith-wcwl-admin-init.php:1429
474
  msgid "\"Style 2\" button"
475
  msgstr ""
476
 
477
+ #: ../includes/class.yith-wcwl-admin-init.php:1447
478
  #, fuzzy
479
  msgid "Wishlist table"
480
  msgstr "Titulo da lista de desejos"
481
 
482
+ #: ../includes/class.yith-wcwl-admin-init.php:1456
483
  msgid "Headers"
484
  msgstr ""
485
 
486
+ #: ../includes/class.yith-wcwl-admin-init.php:1459
487
  msgid "Background color"
488
  msgstr ""
489
 
490
+ #: ../includes/class.yith-wcwl-admin-init.php:1549
491
  #, fuzzy
492
  msgid "Wishlist Activated"
493
  msgstr "Titulo da lista de desejos"
494
 
495
+ #: ../includes/class.yith-wcwl-admin-init.php:1550
496
  #, php-format
497
  msgid ""
498
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
501
  "options, <a href=\"%s\">discover it now</a>."
502
  msgstr ""
503
 
504
+ #: ../includes/class.yith-wcwl-admin-init.php:1561
505
  #, fuzzy
506
  msgid "Wishlist Updated"
507
  msgstr "Meus desejos"
508
 
509
+ #: ../includes/class.yith-wcwl-admin-init.php:1562
510
  #, php-format
511
  msgid ""
512
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
516
  "\">discover the PREMIUM version.</a>"
517
  msgstr ""
518
 
519
+ #: ../includes/class.yith-wcwl-init.php:374
520
  msgid ""
521
  "We are sorry, but this feature is available only if cookies are enabled on "
522
  "your browser."
523
  msgstr ""
524
 
525
+ #: ../includes/class.yith-wcwl-init.php:375
526
  #, fuzzy
527
  msgid "Product correctly added to cart"
528
  msgstr "Produto adicionado ao carrinho."
533
  msgstr ""
534
 
535
  #: ../includes/class.yith-wcwl-shortcode.php:259
536
+ #: ../includes/class.yith-wcwl-ui.php:164
537
  msgid "Share on:"
538
  msgstr "Partilhar no:"
539
 
540
+ #: ../includes/class.yith-wcwl-ui.php:118
541
+ #: ../includes/class.yith-wcwl-ui.php:200
542
  msgid "Select options"
543
  msgstr "Selecione as opções"
544
 
545
+ #: ../includes/class.yith-wcwl-ui.php:168 ../templates/share.php:20
546
  msgid "Facebook"
547
  msgstr "Facebook"
548
 
549
+ #: ../includes/class.yith-wcwl-ui.php:171 ../templates/share.php:26
550
  msgid "Twitter"
551
  msgstr "Twitter"
552
 
553
+ #: ../includes/class.yith-wcwl-ui.php:180
554
  msgid "email"
555
  msgstr ""
556
 
559
  msgid "An error occurred while adding products to the wishlist."
560
  msgstr "Oops! Ocorreu um erro ao adicionar o produto à lista de desejos."
561
 
562
+ #: ../includes/class.yith-wcwl.php:269
563
  #, fuzzy
564
  msgid "An error occurred while adding products to wishlist."
565
  msgstr "Oops! Ocorreu um erro ao adicionar o produto à lista de desejos."
566
 
567
+ #: ../includes/class.yith-wcwl.php:286
568
  msgid "The \"Remove\" option now does not require any parameter"
569
  msgstr ""
570
 
571
+ #: ../includes/class.yith-wcwl.php:335
572
  #, fuzzy
573
  msgid "An error occurred while removing products from the wishlist"
574
  msgstr "Oops! Ocorreu um erro ao remover o produto à lista de desejos."
575
 
576
+ #: ../includes/class.yith-wcwl.php:783
577
  msgid "You need to log in before creating a new wishlist"
578
  msgstr ""
579
 
580
+ #: ../includes/class.yith-wcwl.php:1578
581
  msgid "Product successfully removed."
582
  msgstr "Produto removido com sucesso."
583
 
584
+ #: ../includes/class.yith-wcwl.php:1582
585
  msgid "Error. Unable to remove the product from the wishlist."
586
  msgstr "Erro. Não foi possível remover o produto da lista de desejos."
587
 
588
+ #: ../includes/class.yith-wcwl.php:1586 ../templates/wishlist-view.php:241
589
  msgid "No products were added to the wishlist"
590
  msgstr "Nenhum produto foi adicionado à lista de desejos"
591
 
592
+ #: ../includes/class.yith-wcwl.php:1628
593
  msgid "An error as occurred."
594
  msgstr ""
595
 
596
+ #: ../init.php:130
597
  msgid ""
598
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
599
  "WooCommerce in order to work."
600
  msgstr ""
601
 
602
+ #: ../init.php:140
603
  msgid ""
604
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
605
  "are using the premium one."
856
  msgid "Google+"
857
  msgstr "Partilhar no Google+"
858
 
 
 
 
 
859
  #: ../templates/share.php:44
860
  msgid "Email"
861
  msgstr ""
885
  msgid "Stock Status"
886
  msgstr "Status do stock"
887
 
888
+ #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:231
889
  msgid "Remove this product"
890
  msgstr "Remover este produto"
891
 
892
+ #: ../templates/wishlist-view.php:172
893
  msgid "Free!"
894
  msgstr ""
895
 
896
+ #: ../templates/wishlist-view.php:178
897
  msgid "Out of Stock"
898
  msgstr "Fora de stock"
899
 
900
+ #: ../templates/wishlist-view.php:178
901
  msgid "In Stock"
902
  msgstr "Em stock"
903
 
904
+ #: ../templates/wishlist-view.php:187
905
  #, php-format
906
  msgid "Added on : %s"
907
  msgstr ""
908
 
909
+ #: ../templates/wishlist-view.php:199
910
  msgid "Move"
911
  msgstr ""
912
 
913
+ #: ../templates/wishlist-view.php:211
914
  #, fuzzy
915
  msgid "Shared"
916
  msgstr "Partilhar no:"
917
 
918
+ #: ../templates/wishlist-view.php:214
919
  msgid "Private"
920
  msgstr ""
921
 
922
+ #: ../templates/wishlist-view.php:217
923
  msgid "Public"
924
  msgstr ""
925
 
926
+ #: ../templates/wishlist-view.php:231
927
  msgid "Remove"
928
  msgstr ""
929
 
930
+ #: ../templates/wishlist-view.php:258
931
  msgid "Add the selected products to the cart"
932
  msgstr ""
933
 
934
+ #: ../templates/wishlist-view.php:266 ../templates/wishlist-view.php:312
935
  msgid "Ask for an estimate"
936
  msgstr ""
937
 
938
+ #: ../templates/wishlist-view.php:302
939
  msgid "Your email"
940
  msgstr ""
941
 
languages/yith-woocommerce-wishlist-ru_RU.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-ru_RU.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
- "POT-Creation-Date: 2017-05-11 15:57+0200\n"
5
- "PO-Revision-Date: 2017-05-11 15:57+0200\n"
6
  "Last-Translator: Valentyn Zubenko <valentyn.zubenko@gmail.com>\n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: ru\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 2.0.1\n"
13
  "X-Poedit-KeywordsList: __;_e;_x\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
@@ -18,8 +18,8 @@ msgstr ""
18
  "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
19
 
20
  #: includes/class.yith-wcwl-admin-init.php:159
21
- #: includes/class.yith-wcwl-admin-init.php:1288
22
- #: includes/class.yith-wcwl-admin-init.php:1289
23
  #: includes/class.yith-wcwl-install.php:244
24
  msgid "Wishlist"
25
  msgstr ""
@@ -57,44 +57,44 @@ msgstr ""
57
  msgid "Plugin Documentation"
58
  msgstr ""
59
 
60
- #: includes/class.yith-wcwl-admin-init.php:828
61
  msgid "Upgrade to the PREMIUM VERSION"
62
  msgstr ""
63
 
64
- #: includes/class.yith-wcwl-admin-init.php:831
65
  msgid "YITH WooCommerce Wishlist"
66
  msgstr ""
67
 
68
- #: includes/class.yith-wcwl-admin-init.php:832
69
  msgid "Discover the Advanced Features"
70
  msgstr ""
71
 
72
- #: includes/class.yith-wcwl-admin-init.php:833
73
  msgid ""
74
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
75
  "all features!"
76
  msgstr ""
77
 
78
- #: includes/class.yith-wcwl-admin-init.php:839
79
  msgid "Get Support and Pro Features"
80
  msgstr ""
81
 
82
- #: includes/class.yith-wcwl-admin-init.php:840
83
  msgid ""
84
  "By purchasing the premium version of the plugin, you will take advantage of "
85
  "the advanced features of the product and you will get one year of free "
86
  "updates and support through our platform available 24h/24."
87
  msgstr ""
88
 
89
- #: includes/class.yith-wcwl-admin-init.php:850
90
  msgid "General Settings"
91
  msgstr ""
92
 
93
- #: includes/class.yith-wcwl-admin-init.php:857
94
  msgid "Enable YITH Wishlist"
95
  msgstr ""
96
 
97
- #: includes/class.yith-wcwl-admin-init.php:858
98
  #, php-format
99
  msgid ""
100
  "Enable all plugin features. <strong>Be sure to select at least one option in "
@@ -102,382 +102,382 @@ msgid ""
102
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
103
  msgstr ""
104
 
105
- #: includes/class.yith-wcwl-admin-init.php:864
106
  msgid "Default wishlist title"
107
  msgstr ""
108
 
109
- #: includes/class.yith-wcwl-admin-init.php:866
110
- #: includes/class.yith-wcwl-admin-init.php:867
111
- #: includes/class.yith-wcwl-admin-init.php:1103
112
  #, php-format
113
  msgid "My wishlist on %s"
114
  msgstr "Мои закладки на %s"
115
 
116
- #: includes/class.yith-wcwl-admin-init.php:872
117
  msgid "Wishlist Page"
118
  msgstr ""
119
 
120
- #: includes/class.yith-wcwl-admin-init.php:873
121
  msgid "Page contents: [yith_wcwl_wishlist]"
122
  msgstr ""
123
 
124
- #: includes/class.yith-wcwl-admin-init.php:882
125
  msgid "Position"
126
  msgstr ""
127
 
128
- #: includes/class.yith-wcwl-admin-init.php:883
129
  msgid ""
130
  "You can add the button in variable products only after the \"Add to Cart\" "
131
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
132
  msgstr ""
133
 
134
- #: includes/class.yith-wcwl-admin-init.php:889
135
  msgid "After \"Add to cart\""
136
  msgstr "After \"Добавить в корзину\""
137
 
138
- #: includes/class.yith-wcwl-admin-init.php:890
139
  msgid "After thumbnails"
140
  msgstr ""
141
 
142
- #: includes/class.yith-wcwl-admin-init.php:891
143
  msgid "After summary"
144
  msgstr ""
145
 
146
- #: includes/class.yith-wcwl-admin-init.php:892
147
  msgid "Use shortcode"
148
  msgstr ""
149
 
150
- #: includes/class.yith-wcwl-admin-init.php:897
151
  msgid "Redirect to cart"
152
  msgstr ""
153
 
154
- #: includes/class.yith-wcwl-admin-init.php:898
155
  msgid ""
156
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
157
  "page."
158
  msgstr ""
159
 
160
- #: includes/class.yith-wcwl-admin-init.php:904
161
  msgid "Remove if added to the cart"
162
  msgstr ""
163
 
164
- #: includes/class.yith-wcwl-admin-init.php:905
165
  msgid "Remove the product from the wishlist if it has been added to the cart."
166
  msgstr ""
167
 
168
- #: includes/class.yith-wcwl-admin-init.php:911
169
  msgid "\"Add to Wishlist\" text"
170
  msgstr ""
171
 
172
- #: includes/class.yith-wcwl-admin-init.php:913
173
  msgid "Add to Wishlist"
174
  msgstr ""
175
 
176
- #: includes/class.yith-wcwl-admin-init.php:918
177
  #, fuzzy
178
  msgid "\"Browse wishlist\" text"
179
  msgstr "\"Добавить в корзину\" button text"
180
 
181
- #: includes/class.yith-wcwl-admin-init.php:920
182
- #: includes/class.yith-wcwl-ui.php:81 includes/class.yith-wcwl-ui.php:82
183
  msgid "Browse Wishlist"
184
  msgstr ""
185
 
186
- #: includes/class.yith-wcwl-admin-init.php:925
187
  msgid "\"Product already in wishlist\" text"
188
  msgstr ""
189
 
190
- #: includes/class.yith-wcwl-admin-init.php:927
191
- #: includes/class.yith-wcwl-ui.php:82
192
  msgid "The product is already in the wishlist!"
193
  msgstr ""
194
 
195
- #: includes/class.yith-wcwl-admin-init.php:932
196
  #, fuzzy
197
  msgid "\"Product added\" text"
198
  msgstr "Продукт успешно добавлен в корзину"
199
 
200
- #: includes/class.yith-wcwl-admin-init.php:934
201
- #: includes/class.yith-wcwl-ui.php:81
202
  msgid "Product added!"
203
  msgstr ""
204
 
205
- #: includes/class.yith-wcwl-admin-init.php:939
206
  msgid "\"Add to Cart\" text"
207
  msgstr "\"Добавить в корзину\" text"
208
 
209
- #: includes/class.yith-wcwl-admin-init.php:941
210
  msgid "Add to Cart"
211
  msgstr "Добавить в корзину"
212
 
213
- #: includes/class.yith-wcwl-admin-init.php:946
214
  #, fuzzy
215
  msgid "Show Unit price"
216
  msgstr "Цена"
217
 
218
- #: includes/class.yith-wcwl-admin-init.php:947
219
  msgid "Show unit price for each product in wishlist"
220
  msgstr ""
221
 
222
- #: includes/class.yith-wcwl-admin-init.php:954
223
  #, fuzzy
224
  msgid "Show \"Add to Cart\" button"
225
  msgstr "\"Добавить в корзину\" button text"
226
 
227
- #: includes/class.yith-wcwl-admin-init.php:955
228
  #, fuzzy
229
  msgid "Show \"Add to Cart\" button for each product in wishlist"
230
  msgstr "\"Добавить в корзину\" button background"
231
 
232
- #: includes/class.yith-wcwl-admin-init.php:962
233
  #, fuzzy
234
  msgid "Show Stock status"
235
  msgstr "Показывать статус склада"
236
 
237
- #: includes/class.yith-wcwl-admin-init.php:963
238
  msgid ""
239
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
240
  msgstr ""
241
 
242
- #: includes/class.yith-wcwl-admin-init.php:970
243
  msgid "Show Date of addition"
244
  msgstr ""
245
 
246
- #: includes/class.yith-wcwl-admin-init.php:971
247
  #, fuzzy
248
  msgid "Show the date when users have added a product to the wishlist"
249
  msgstr "Показывать дату добавления в избранное"
250
 
251
- #: includes/class.yith-wcwl-admin-init.php:978
252
  #, fuzzy
253
  msgid "Add second remove button"
254
  msgstr "Добавить вторую кнопку удаления"
255
 
256
- #: includes/class.yith-wcwl-admin-init.php:979
257
  msgid "Add a second remove button in the last column, with extended label"
258
  msgstr ""
259
 
260
- #: includes/class.yith-wcwl-admin-init.php:994
261
  msgid "Styles"
262
  msgstr ""
263
 
264
- #: includes/class.yith-wcwl-admin-init.php:1001
265
  msgid "Use buttons"
266
  msgstr ""
267
 
268
- #: includes/class.yith-wcwl-admin-init.php:1002
269
  msgid "Use buttons instead of simple anchors."
270
  msgstr ""
271
 
272
- #: includes/class.yith-wcwl-admin-init.php:1008
273
  msgid "Custom CSS"
274
  msgstr ""
275
 
276
- #: includes/class.yith-wcwl-admin-init.php:1015
277
  msgid "Use theme style"
278
  msgstr ""
279
 
280
- #: includes/class.yith-wcwl-admin-init.php:1016
281
  msgid "Use the theme style."
282
  msgstr ""
283
 
284
- #: includes/class.yith-wcwl-admin-init.php:1022
285
  msgid "Rounded buttons"
286
  msgstr ""
287
 
288
- #: includes/class.yith-wcwl-admin-init.php:1023
289
  msgid "Make button corners rounded"
290
  msgstr ""
291
 
292
- #: includes/class.yith-wcwl-admin-init.php:1029
293
  msgid "\"Add to Wishlist\" icon"
294
  msgstr ""
295
 
296
- #: includes/class.yith-wcwl-admin-init.php:1030
297
  msgid "Add an icon to the \"Add to Wishlist\" button"
298
  msgstr ""
299
 
300
- #: includes/class.yith-wcwl-admin-init.php:1040
301
  msgid "\"Add to Cart\" icon"
302
  msgstr "\"Добавить в корзину\" icon"
303
 
304
- #: includes/class.yith-wcwl-admin-init.php:1041
305
  msgid "Add an icon to the \"Add to Cart\" button"
306
  msgstr "Add an icon to the \"Добавить в корзину\" button"
307
 
308
- #: includes/class.yith-wcwl-admin-init.php:1059
309
  msgid "Social Networks & Share"
310
  msgstr ""
311
 
312
- #: includes/class.yith-wcwl-admin-init.php:1066
313
  msgid "Share on Facebook"
314
  msgstr "Поделиться на Facebook"
315
 
316
- #: includes/class.yith-wcwl-admin-init.php:1067
317
  #, fuzzy
318
  msgid "Show \"Share on Facebook\" button"
319
  msgstr "Показать кнопку \"Поделиться в Facebook\""
320
 
321
- #: includes/class.yith-wcwl-admin-init.php:1073
322
  msgid "Tweet on Twitter"
323
  msgstr "Поделиться в Twitter"
324
 
325
- #: includes/class.yith-wcwl-admin-init.php:1074
326
  #, fuzzy
327
  msgid "Show \"Tweet on Twitter\" button"
328
  msgstr "Показать кнопку \"Поделиться в Twitter\""
329
 
330
- #: includes/class.yith-wcwl-admin-init.php:1080
331
  msgid "Pin on Pinterest"
332
  msgstr "Поделиться в Pinterest"
333
 
334
- #: includes/class.yith-wcwl-admin-init.php:1081
335
  #, fuzzy
336
  msgid "Show \"Pin on Pinterest\" button"
337
  msgstr "Показать кнопку \"Поделиться в Pinterest\""
338
 
339
- #: includes/class.yith-wcwl-admin-init.php:1087
340
  msgid "Share on Google+"
341
  msgstr "Поделиться в Google+"
342
 
343
- #: includes/class.yith-wcwl-admin-init.php:1088
344
  #, fuzzy
345
  msgid "Show \"Share on Google+\" button"
346
  msgstr "Показать кнопку \"Поделиться в Google+\""
347
 
348
- #: includes/class.yith-wcwl-admin-init.php:1094
349
  msgid "Share by Email"
350
  msgstr "Поделиться через Email"
351
 
352
- #: includes/class.yith-wcwl-admin-init.php:1095
353
  #, fuzzy
354
  msgid "Show \"Share by Email\" button"
355
  msgstr "Показать кнопку \"Поделиться через Email\""
356
 
357
- #: includes/class.yith-wcwl-admin-init.php:1101
358
  msgid "Social title"
359
  msgstr ""
360
 
361
- #: includes/class.yith-wcwl-admin-init.php:1108
362
  msgid "Social text"
363
  msgstr ""
364
 
365
- #: includes/class.yith-wcwl-admin-init.php:1109
366
  msgid ""
367
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
368
  "strong> where you want to show the URL of your wishlist."
369
  msgstr ""
370
 
371
- #: includes/class.yith-wcwl-admin-init.php:1116
372
  msgid "Social image URL"
373
  msgstr ""
374
 
375
- #: includes/class.yith-wcwl-admin-init.php:1117
376
  msgid "It will be used by Pinterest."
377
  msgstr ""
378
 
379
- #: includes/class.yith-wcwl-admin-init.php:1131
380
  #, php-format
381
  msgid ""
382
  "If you want to take advantage of this feature, you could consider to "
383
  "purchase the %s."
384
  msgstr ""
385
 
386
- #: includes/class.yith-wcwl-admin-init.php:1136
387
  msgid "YITH WooCommerce Frequently Bought Together Integration"
388
  msgstr ""
389
 
390
- #: includes/class.yith-wcwl-admin-init.php:1143
391
  msgid "Enable slider in wishlist"
392
  msgstr ""
393
 
394
- #: includes/class.yith-wcwl-admin-init.php:1144
395
  #, php-format
396
  msgid ""
397
  "Choose to enable product slider in wishlist page with linked products (<a "
398
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
399
  msgstr ""
400
 
401
- #: includes/class.yith-wcwl-admin-init.php:1180
402
  #, fuzzy
403
  msgid "\"Add to wishlist\" button"
404
  msgstr "\"Добавить в корзину\" button text"
405
 
406
- #: includes/class.yith-wcwl-admin-init.php:1183
407
- #: includes/class.yith-wcwl-admin-init.php:1201
408
- #: includes/class.yith-wcwl-admin-init.php:1219
409
- #: includes/class.yith-wcwl-admin-init.php:1237
410
- #: includes/class.yith-wcwl-admin-init.php:1255
411
  msgid "Background"
412
  msgstr ""
413
 
414
- #: includes/class.yith-wcwl-admin-init.php:1184
415
- #: includes/class.yith-wcwl-admin-init.php:1202
416
- #: includes/class.yith-wcwl-admin-init.php:1220
417
- #: includes/class.yith-wcwl-admin-init.php:1238
418
- #: includes/class.yith-wcwl-admin-init.php:1256
419
  msgid "Text"
420
  msgstr ""
421
 
422
- #: includes/class.yith-wcwl-admin-init.php:1185
423
- #: includes/class.yith-wcwl-admin-init.php:1203
424
- #: includes/class.yith-wcwl-admin-init.php:1221
425
- #: includes/class.yith-wcwl-admin-init.php:1239
426
- #: includes/class.yith-wcwl-admin-init.php:1257
427
  msgid "Border"
428
  msgstr ""
429
 
430
- #: includes/class.yith-wcwl-admin-init.php:1192
431
- #: includes/class.yith-wcwl-admin-init.php:1210
432
- #: includes/class.yith-wcwl-admin-init.php:1228
433
- #: includes/class.yith-wcwl-admin-init.php:1246
434
  msgid "Background (hover)"
435
  msgstr ""
436
 
437
- #: includes/class.yith-wcwl-admin-init.php:1193
438
- #: includes/class.yith-wcwl-admin-init.php:1211
439
- #: includes/class.yith-wcwl-admin-init.php:1229
440
- #: includes/class.yith-wcwl-admin-init.php:1247
441
  msgid "Text (hover)"
442
  msgstr ""
443
 
444
- #: includes/class.yith-wcwl-admin-init.php:1194
445
- #: includes/class.yith-wcwl-admin-init.php:1212
446
- #: includes/class.yith-wcwl-admin-init.php:1230
447
- #: includes/class.yith-wcwl-admin-init.php:1248
448
  msgid "Border (hover)"
449
  msgstr ""
450
 
451
- #: includes/class.yith-wcwl-admin-init.php:1198
452
  #, fuzzy
453
  msgid "\"Add to Cart\" button"
454
  msgstr "\"Добавить в корзину\" button text"
455
 
456
- #: includes/class.yith-wcwl-admin-init.php:1216
457
  msgid "\"Style 1\" button"
458
  msgstr ""
459
 
460
- #: includes/class.yith-wcwl-admin-init.php:1234
461
  msgid "\"Style 2\" button"
462
  msgstr ""
463
 
464
- #: includes/class.yith-wcwl-admin-init.php:1252
465
  msgid "Wishlist table"
466
  msgstr ""
467
 
468
- #: includes/class.yith-wcwl-admin-init.php:1261
469
  msgid "Headers"
470
  msgstr ""
471
 
472
- #: includes/class.yith-wcwl-admin-init.php:1264
473
  msgid "Background color"
474
  msgstr ""
475
 
476
- #: includes/class.yith-wcwl-admin-init.php:1354
477
  msgid "Wishlist Activated"
478
  msgstr ""
479
 
480
- #: includes/class.yith-wcwl-admin-init.php:1355
481
  #, php-format
482
  msgid ""
483
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
@@ -486,11 +486,11 @@ msgid ""
486
  "options, <a href=\"%s\">discover it now</a>."
487
  msgstr ""
488
 
489
- #: includes/class.yith-wcwl-admin-init.php:1366
490
  msgid "Wishlist Updated"
491
  msgstr ""
492
 
493
- #: includes/class.yith-wcwl-admin-init.php:1367
494
  #, php-format
495
  msgid ""
496
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
@@ -500,13 +500,13 @@ msgid ""
500
  "\">discover the PREMIUM version.</a>"
501
  msgstr ""
502
 
503
- #: includes/class.yith-wcwl-init.php:366
504
  msgid ""
505
  "We are sorry, but this feature is available only if cookies are enabled on "
506
  "your browser."
507
  msgstr ""
508
 
509
- #: includes/class.yith-wcwl-init.php:367
510
  #, fuzzy
511
  msgid "Product correctly added to cart"
512
  msgstr "Продукт успешно добавлен в корзину"
@@ -516,23 +516,23 @@ msgid "wishlist"
516
  msgstr ""
517
 
518
  #: includes/class.yith-wcwl-shortcode.php:259
519
- #: includes/class.yith-wcwl-ui.php:163
520
  msgid "Share on:"
521
  msgstr "Поделиться в:"
522
 
523
- #: includes/class.yith-wcwl-ui.php:117 includes/class.yith-wcwl-ui.php:199
524
  msgid "Select options"
525
  msgstr "Выбрать параметры"
526
 
527
- #: includes/class.yith-wcwl-ui.php:167 templates/share.php:20
528
  msgid "Facebook"
529
  msgstr ""
530
 
531
- #: includes/class.yith-wcwl-ui.php:170 templates/share.php:26
532
  msgid "Twitter"
533
  msgstr ""
534
 
535
- #: includes/class.yith-wcwl-ui.php:179
536
  msgid "email"
537
  msgstr ""
538
 
@@ -541,47 +541,47 @@ msgstr ""
541
  msgid "An error occurred while adding products to the wishlist."
542
  msgstr "Произошла ошибка при добавлении продуктов в избранное"
543
 
544
- #: includes/class.yith-wcwl.php:268
545
  #, fuzzy
546
  msgid "An error occurred while adding products to wishlist."
547
  msgstr "Произошла ошибка при добавлении продуктов в избранное"
548
 
549
- #: includes/class.yith-wcwl.php:285
550
  msgid "The \"Remove\" option now does not require any parameter"
551
  msgstr ""
552
 
553
- #: includes/class.yith-wcwl.php:332
554
  #, fuzzy
555
  msgid "An error occurred while removing products from the wishlist"
556
  msgstr "Произошла ошибка при удалении продуктов из избранного"
557
 
558
- #: includes/class.yith-wcwl.php:774
559
  msgid "You need to log in before creating a new wishlist"
560
  msgstr "Вам необходимо авторизоваться перед созданием нового избранного"
561
 
562
- #: includes/class.yith-wcwl.php:1565
563
  msgid "Product successfully removed."
564
  msgstr "Продукт успешно удален из избранного"
565
 
566
- #: includes/class.yith-wcwl.php:1569
567
  msgid "Error. Unable to remove the product from the wishlist."
568
  msgstr "Ошибка. Невозможно удалить продукт из избранного."
569
 
570
- #: includes/class.yith-wcwl.php:1573 templates/wishlist-view.php:239
571
  msgid "No products were added to the wishlist"
572
  msgstr "Нет продуктов добавленных в избранное."
573
 
574
- #: includes/class.yith-wcwl.php:1615
575
  msgid "An error as occurred."
576
  msgstr ""
577
 
578
- #: init.php:128
579
  msgid ""
580
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
581
  "WooCommerce in order to work."
582
  msgstr ""
583
 
584
- #: init.php:138
585
  msgid ""
586
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
587
  "are using the premium one."
@@ -837,10 +837,6 @@ msgstr ""
837
  msgid "Google+"
838
  msgstr ""
839
 
840
- #: templates/share.php:44
841
- msgid "I wanted you to see this site"
842
- msgstr ""
843
-
844
  #: templates/share.php:44
845
  msgid "Email"
846
  msgstr ""
@@ -869,57 +865,57 @@ msgstr "Цена"
869
  msgid "Stock Status"
870
  msgstr "Показывать статус склада"
871
 
872
- #: templates/wishlist-view.php:152 templates/wishlist-view.php:229
873
  msgid "Remove this product"
874
  msgstr ""
875
 
876
- #: templates/wishlist-view.php:170
877
  msgid "Free!"
878
  msgstr ""
879
 
880
- #: templates/wishlist-view.php:176
881
  msgid "Out of Stock"
882
  msgstr ""
883
 
884
- #: templates/wishlist-view.php:176
885
  msgid "In Stock"
886
  msgstr "в наличии"
887
 
888
- #: templates/wishlist-view.php:185
889
  #, php-format
890
  msgid "Added on : %s"
891
  msgstr ""
892
 
893
- #: templates/wishlist-view.php:197
894
  msgid "Move"
895
  msgstr ""
896
 
897
- #: templates/wishlist-view.php:209
898
  #, fuzzy
899
  msgid "Shared"
900
  msgstr "Поделиться в:"
901
 
902
- #: templates/wishlist-view.php:212
903
  msgid "Private"
904
  msgstr ""
905
 
906
- #: templates/wishlist-view.php:215
907
  msgid "Public"
908
  msgstr ""
909
 
910
- #: templates/wishlist-view.php:229
911
  msgid "Remove"
912
  msgstr ""
913
 
914
- #: templates/wishlist-view.php:256
915
  msgid "Add the selected products to the cart"
916
  msgstr ""
917
 
918
- #: templates/wishlist-view.php:264 templates/wishlist-view.php:310
919
  msgid "Ask for an estimate"
920
  msgstr ""
921
 
922
- #: templates/wishlist-view.php:300
923
  msgid "Your email"
924
  msgstr ""
925
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
+ "POT-Creation-Date: 2017-10-24 17:34+0200\n"
5
+ "PO-Revision-Date: 2017-10-24 17:34+0200\n"
6
  "Last-Translator: Valentyn Zubenko <valentyn.zubenko@gmail.com>\n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: ru\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.8.7.1\n"
13
  "X-Poedit-KeywordsList: __;_e;_x\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
18
  "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
19
 
20
  #: includes/class.yith-wcwl-admin-init.php:159
21
+ #: includes/class.yith-wcwl-admin-init.php:1483
22
+ #: includes/class.yith-wcwl-admin-init.php:1484
23
  #: includes/class.yith-wcwl-install.php:244
24
  msgid "Wishlist"
25
  msgstr ""
57
  msgid "Plugin Documentation"
58
  msgstr ""
59
 
60
+ #: includes/class.yith-wcwl-admin-init.php:1023
61
  msgid "Upgrade to the PREMIUM VERSION"
62
  msgstr ""
63
 
64
+ #: includes/class.yith-wcwl-admin-init.php:1026
65
  msgid "YITH WooCommerce Wishlist"
66
  msgstr ""
67
 
68
+ #: includes/class.yith-wcwl-admin-init.php:1027
69
  msgid "Discover the Advanced Features"
70
  msgstr ""
71
 
72
+ #: includes/class.yith-wcwl-admin-init.php:1028
73
  msgid ""
74
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
75
  "all features!"
76
  msgstr ""
77
 
78
+ #: includes/class.yith-wcwl-admin-init.php:1034
79
  msgid "Get Support and Pro Features"
80
  msgstr ""
81
 
82
+ #: includes/class.yith-wcwl-admin-init.php:1035
83
  msgid ""
84
  "By purchasing the premium version of the plugin, you will take advantage of "
85
  "the advanced features of the product and you will get one year of free "
86
  "updates and support through our platform available 24h/24."
87
  msgstr ""
88
 
89
+ #: includes/class.yith-wcwl-admin-init.php:1045
90
  msgid "General Settings"
91
  msgstr ""
92
 
93
+ #: includes/class.yith-wcwl-admin-init.php:1052
94
  msgid "Enable YITH Wishlist"
95
  msgstr ""
96
 
97
+ #: includes/class.yith-wcwl-admin-init.php:1053
98
  #, php-format
99
  msgid ""
100
  "Enable all plugin features. <strong>Be sure to select at least one option in "
102
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
103
  msgstr ""
104
 
105
+ #: includes/class.yith-wcwl-admin-init.php:1059
106
  msgid "Default wishlist title"
107
  msgstr ""
108
 
109
+ #: includes/class.yith-wcwl-admin-init.php:1061
110
+ #: includes/class.yith-wcwl-admin-init.php:1062
111
+ #: includes/class.yith-wcwl-admin-init.php:1298
112
  #, php-format
113
  msgid "My wishlist on %s"
114
  msgstr "Мои закладки на %s"
115
 
116
+ #: includes/class.yith-wcwl-admin-init.php:1067
117
  msgid "Wishlist Page"
118
  msgstr ""
119
 
120
+ #: includes/class.yith-wcwl-admin-init.php:1068
121
  msgid "Page contents: [yith_wcwl_wishlist]"
122
  msgstr ""
123
 
124
+ #: includes/class.yith-wcwl-admin-init.php:1077
125
  msgid "Position"
126
  msgstr ""
127
 
128
+ #: includes/class.yith-wcwl-admin-init.php:1078
129
  msgid ""
130
  "You can add the button in variable products only after the \"Add to Cart\" "
131
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
132
  msgstr ""
133
 
134
+ #: includes/class.yith-wcwl-admin-init.php:1084
135
  msgid "After \"Add to cart\""
136
  msgstr "After \"Добавить в корзину\""
137
 
138
+ #: includes/class.yith-wcwl-admin-init.php:1085
139
  msgid "After thumbnails"
140
  msgstr ""
141
 
142
+ #: includes/class.yith-wcwl-admin-init.php:1086
143
  msgid "After summary"
144
  msgstr ""
145
 
146
+ #: includes/class.yith-wcwl-admin-init.php:1087
147
  msgid "Use shortcode"
148
  msgstr ""
149
 
150
+ #: includes/class.yith-wcwl-admin-init.php:1092
151
  msgid "Redirect to cart"
152
  msgstr ""
153
 
154
+ #: includes/class.yith-wcwl-admin-init.php:1093
155
  msgid ""
156
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
157
  "page."
158
  msgstr ""
159
 
160
+ #: includes/class.yith-wcwl-admin-init.php:1099
161
  msgid "Remove if added to the cart"
162
  msgstr ""
163
 
164
+ #: includes/class.yith-wcwl-admin-init.php:1100
165
  msgid "Remove the product from the wishlist if it has been added to the cart."
166
  msgstr ""
167
 
168
+ #: includes/class.yith-wcwl-admin-init.php:1106
169
  msgid "\"Add to Wishlist\" text"
170
  msgstr ""
171
 
172
+ #: includes/class.yith-wcwl-admin-init.php:1108
173
  msgid "Add to Wishlist"
174
  msgstr ""
175
 
176
+ #: includes/class.yith-wcwl-admin-init.php:1113
177
  #, fuzzy
178
  msgid "\"Browse wishlist\" text"
179
  msgstr "\"Добавить в корзину\" button text"
180
 
181
+ #: includes/class.yith-wcwl-admin-init.php:1115
182
+ #: includes/class.yith-wcwl-ui.php:82 includes/class.yith-wcwl-ui.php:83
183
  msgid "Browse Wishlist"
184
  msgstr ""
185
 
186
+ #: includes/class.yith-wcwl-admin-init.php:1120
187
  msgid "\"Product already in wishlist\" text"
188
  msgstr ""
189
 
190
+ #: includes/class.yith-wcwl-admin-init.php:1122
191
+ #: includes/class.yith-wcwl-ui.php:83
192
  msgid "The product is already in the wishlist!"
193
  msgstr ""
194
 
195
+ #: includes/class.yith-wcwl-admin-init.php:1127
196
  #, fuzzy
197
  msgid "\"Product added\" text"
198
  msgstr "Продукт успешно добавлен в корзину"
199
 
200
+ #: includes/class.yith-wcwl-admin-init.php:1129
201
+ #: includes/class.yith-wcwl-ui.php:82
202
  msgid "Product added!"
203
  msgstr ""
204
 
205
+ #: includes/class.yith-wcwl-admin-init.php:1134
206
  msgid "\"Add to Cart\" text"
207
  msgstr "\"Добавить в корзину\" text"
208
 
209
+ #: includes/class.yith-wcwl-admin-init.php:1136
210
  msgid "Add to Cart"
211
  msgstr "Добавить в корзину"
212
 
213
+ #: includes/class.yith-wcwl-admin-init.php:1141
214
  #, fuzzy
215
  msgid "Show Unit price"
216
  msgstr "Цена"
217
 
218
+ #: includes/class.yith-wcwl-admin-init.php:1142
219
  msgid "Show unit price for each product in wishlist"
220
  msgstr ""
221
 
222
+ #: includes/class.yith-wcwl-admin-init.php:1149
223
  #, fuzzy
224
  msgid "Show \"Add to Cart\" button"
225
  msgstr "\"Добавить в корзину\" button text"
226
 
227
+ #: includes/class.yith-wcwl-admin-init.php:1150
228
  #, fuzzy
229
  msgid "Show \"Add to Cart\" button for each product in wishlist"
230
  msgstr "\"Добавить в корзину\" button background"
231
 
232
+ #: includes/class.yith-wcwl-admin-init.php:1157
233
  #, fuzzy
234
  msgid "Show Stock status"
235
  msgstr "Показывать статус склада"
236
 
237
+ #: includes/class.yith-wcwl-admin-init.php:1158
238
  msgid ""
239
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
240
  msgstr ""
241
 
242
+ #: includes/class.yith-wcwl-admin-init.php:1165
243
  msgid "Show Date of addition"
244
  msgstr ""
245
 
246
+ #: includes/class.yith-wcwl-admin-init.php:1166
247
  #, fuzzy
248
  msgid "Show the date when users have added a product to the wishlist"
249
  msgstr "Показывать дату добавления в избранное"
250
 
251
+ #: includes/class.yith-wcwl-admin-init.php:1173
252
  #, fuzzy
253
  msgid "Add second remove button"
254
  msgstr "Добавить вторую кнопку удаления"
255
 
256
+ #: includes/class.yith-wcwl-admin-init.php:1174
257
  msgid "Add a second remove button in the last column, with extended label"
258
  msgstr ""
259
 
260
+ #: includes/class.yith-wcwl-admin-init.php:1189
261
  msgid "Styles"
262
  msgstr ""
263
 
264
+ #: includes/class.yith-wcwl-admin-init.php:1196
265
  msgid "Use buttons"
266
  msgstr ""
267
 
268
+ #: includes/class.yith-wcwl-admin-init.php:1197
269
  msgid "Use buttons instead of simple anchors."
270
  msgstr ""
271
 
272
+ #: includes/class.yith-wcwl-admin-init.php:1203
273
  msgid "Custom CSS"
274
  msgstr ""
275
 
276
+ #: includes/class.yith-wcwl-admin-init.php:1210
277
  msgid "Use theme style"
278
  msgstr ""
279
 
280
+ #: includes/class.yith-wcwl-admin-init.php:1211
281
  msgid "Use the theme style."
282
  msgstr ""
283
 
284
+ #: includes/class.yith-wcwl-admin-init.php:1217
285
  msgid "Rounded buttons"
286
  msgstr ""
287
 
288
+ #: includes/class.yith-wcwl-admin-init.php:1218
289
  msgid "Make button corners rounded"
290
  msgstr ""
291
 
292
+ #: includes/class.yith-wcwl-admin-init.php:1224
293
  msgid "\"Add to Wishlist\" icon"
294
  msgstr ""
295
 
296
+ #: includes/class.yith-wcwl-admin-init.php:1225
297
  msgid "Add an icon to the \"Add to Wishlist\" button"
298
  msgstr ""
299
 
300
+ #: includes/class.yith-wcwl-admin-init.php:1235
301
  msgid "\"Add to Cart\" icon"
302
  msgstr "\"Добавить в корзину\" icon"
303
 
304
+ #: includes/class.yith-wcwl-admin-init.php:1236
305
  msgid "Add an icon to the \"Add to Cart\" button"
306
  msgstr "Add an icon to the \"Добавить в корзину\" button"
307
 
308
+ #: includes/class.yith-wcwl-admin-init.php:1254
309
  msgid "Social Networks & Share"
310
  msgstr ""
311
 
312
+ #: includes/class.yith-wcwl-admin-init.php:1261
313
  msgid "Share on Facebook"
314
  msgstr "Поделиться на Facebook"
315
 
316
+ #: includes/class.yith-wcwl-admin-init.php:1262
317
  #, fuzzy
318
  msgid "Show \"Share on Facebook\" button"
319
  msgstr "Показать кнопку \"Поделиться в Facebook\""
320
 
321
+ #: includes/class.yith-wcwl-admin-init.php:1268
322
  msgid "Tweet on Twitter"
323
  msgstr "Поделиться в Twitter"
324
 
325
+ #: includes/class.yith-wcwl-admin-init.php:1269
326
  #, fuzzy
327
  msgid "Show \"Tweet on Twitter\" button"
328
  msgstr "Показать кнопку \"Поделиться в Twitter\""
329
 
330
+ #: includes/class.yith-wcwl-admin-init.php:1275
331
  msgid "Pin on Pinterest"
332
  msgstr "Поделиться в Pinterest"
333
 
334
+ #: includes/class.yith-wcwl-admin-init.php:1276
335
  #, fuzzy
336
  msgid "Show \"Pin on Pinterest\" button"
337
  msgstr "Показать кнопку \"Поделиться в Pinterest\""
338
 
339
+ #: includes/class.yith-wcwl-admin-init.php:1282
340
  msgid "Share on Google+"
341
  msgstr "Поделиться в Google+"
342
 
343
+ #: includes/class.yith-wcwl-admin-init.php:1283
344
  #, fuzzy
345
  msgid "Show \"Share on Google+\" button"
346
  msgstr "Показать кнопку \"Поделиться в Google+\""
347
 
348
+ #: includes/class.yith-wcwl-admin-init.php:1289
349
  msgid "Share by Email"
350
  msgstr "Поделиться через Email"
351
 
352
+ #: includes/class.yith-wcwl-admin-init.php:1290
353
  #, fuzzy
354
  msgid "Show \"Share by Email\" button"
355
  msgstr "Показать кнопку \"Поделиться через Email\""
356
 
357
+ #: includes/class.yith-wcwl-admin-init.php:1296
358
  msgid "Social title"
359
  msgstr ""
360
 
361
+ #: includes/class.yith-wcwl-admin-init.php:1303
362
  msgid "Social text"
363
  msgstr ""
364
 
365
+ #: includes/class.yith-wcwl-admin-init.php:1304
366
  msgid ""
367
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
368
  "strong> where you want to show the URL of your wishlist."
369
  msgstr ""
370
 
371
+ #: includes/class.yith-wcwl-admin-init.php:1311
372
  msgid "Social image URL"
373
  msgstr ""
374
 
375
+ #: includes/class.yith-wcwl-admin-init.php:1312
376
  msgid "It will be used by Pinterest."
377
  msgstr ""
378
 
379
+ #: includes/class.yith-wcwl-admin-init.php:1326
380
  #, php-format
381
  msgid ""
382
  "If you want to take advantage of this feature, you could consider to "
383
  "purchase the %s."
384
  msgstr ""
385
 
386
+ #: includes/class.yith-wcwl-admin-init.php:1331
387
  msgid "YITH WooCommerce Frequently Bought Together Integration"
388
  msgstr ""
389
 
390
+ #: includes/class.yith-wcwl-admin-init.php:1338
391
  msgid "Enable slider in wishlist"
392
  msgstr ""
393
 
394
+ #: includes/class.yith-wcwl-admin-init.php:1339
395
  #, php-format
396
  msgid ""
397
  "Choose to enable product slider in wishlist page with linked products (<a "
398
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
399
  msgstr ""
400
 
401
+ #: includes/class.yith-wcwl-admin-init.php:1375
402
  #, fuzzy
403
  msgid "\"Add to wishlist\" button"
404
  msgstr "\"Добавить в корзину\" button text"
405
 
406
+ #: includes/class.yith-wcwl-admin-init.php:1378
407
+ #: includes/class.yith-wcwl-admin-init.php:1396
408
+ #: includes/class.yith-wcwl-admin-init.php:1414
409
+ #: includes/class.yith-wcwl-admin-init.php:1432
410
+ #: includes/class.yith-wcwl-admin-init.php:1450
411
  msgid "Background"
412
  msgstr ""
413
 
414
+ #: includes/class.yith-wcwl-admin-init.php:1379
415
+ #: includes/class.yith-wcwl-admin-init.php:1397
416
+ #: includes/class.yith-wcwl-admin-init.php:1415
417
+ #: includes/class.yith-wcwl-admin-init.php:1433
418
+ #: includes/class.yith-wcwl-admin-init.php:1451
419
  msgid "Text"
420
  msgstr ""
421
 
422
+ #: includes/class.yith-wcwl-admin-init.php:1380
423
+ #: includes/class.yith-wcwl-admin-init.php:1398
424
+ #: includes/class.yith-wcwl-admin-init.php:1416
425
+ #: includes/class.yith-wcwl-admin-init.php:1434
426
+ #: includes/class.yith-wcwl-admin-init.php:1452
427
  msgid "Border"
428
  msgstr ""
429
 
430
+ #: includes/class.yith-wcwl-admin-init.php:1387
431
+ #: includes/class.yith-wcwl-admin-init.php:1405
432
+ #: includes/class.yith-wcwl-admin-init.php:1423
433
+ #: includes/class.yith-wcwl-admin-init.php:1441
434
  msgid "Background (hover)"
435
  msgstr ""
436
 
437
+ #: includes/class.yith-wcwl-admin-init.php:1388
438
+ #: includes/class.yith-wcwl-admin-init.php:1406
439
+ #: includes/class.yith-wcwl-admin-init.php:1424
440
+ #: includes/class.yith-wcwl-admin-init.php:1442
441
  msgid "Text (hover)"
442
  msgstr ""
443
 
444
+ #: includes/class.yith-wcwl-admin-init.php:1389
445
+ #: includes/class.yith-wcwl-admin-init.php:1407
446
+ #: includes/class.yith-wcwl-admin-init.php:1425
447
+ #: includes/class.yith-wcwl-admin-init.php:1443
448
  msgid "Border (hover)"
449
  msgstr ""
450
 
451
+ #: includes/class.yith-wcwl-admin-init.php:1393
452
  #, fuzzy
453
  msgid "\"Add to Cart\" button"
454
  msgstr "\"Добавить в корзину\" button text"
455
 
456
+ #: includes/class.yith-wcwl-admin-init.php:1411
457
  msgid "\"Style 1\" button"
458
  msgstr ""
459
 
460
+ #: includes/class.yith-wcwl-admin-init.php:1429
461
  msgid "\"Style 2\" button"
462
  msgstr ""
463
 
464
+ #: includes/class.yith-wcwl-admin-init.php:1447
465
  msgid "Wishlist table"
466
  msgstr ""
467
 
468
+ #: includes/class.yith-wcwl-admin-init.php:1456
469
  msgid "Headers"
470
  msgstr ""
471
 
472
+ #: includes/class.yith-wcwl-admin-init.php:1459
473
  msgid "Background color"
474
  msgstr ""
475
 
476
+ #: includes/class.yith-wcwl-admin-init.php:1549
477
  msgid "Wishlist Activated"
478
  msgstr ""
479
 
480
+ #: includes/class.yith-wcwl-admin-init.php:1550
481
  #, php-format
482
  msgid ""
483
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
486
  "options, <a href=\"%s\">discover it now</a>."
487
  msgstr ""
488
 
489
+ #: includes/class.yith-wcwl-admin-init.php:1561
490
  msgid "Wishlist Updated"
491
  msgstr ""
492
 
493
+ #: includes/class.yith-wcwl-admin-init.php:1562
494
  #, php-format
495
  msgid ""
496
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
500
  "\">discover the PREMIUM version.</a>"
501
  msgstr ""
502
 
503
+ #: includes/class.yith-wcwl-init.php:374
504
  msgid ""
505
  "We are sorry, but this feature is available only if cookies are enabled on "
506
  "your browser."
507
  msgstr ""
508
 
509
+ #: includes/class.yith-wcwl-init.php:375
510
  #, fuzzy
511
  msgid "Product correctly added to cart"
512
  msgstr "Продукт успешно добавлен в корзину"
516
  msgstr ""
517
 
518
  #: includes/class.yith-wcwl-shortcode.php:259
519
+ #: includes/class.yith-wcwl-ui.php:164
520
  msgid "Share on:"
521
  msgstr "Поделиться в:"
522
 
523
+ #: includes/class.yith-wcwl-ui.php:118 includes/class.yith-wcwl-ui.php:200
524
  msgid "Select options"
525
  msgstr "Выбрать параметры"
526
 
527
+ #: includes/class.yith-wcwl-ui.php:168 templates/share.php:20
528
  msgid "Facebook"
529
  msgstr ""
530
 
531
+ #: includes/class.yith-wcwl-ui.php:171 templates/share.php:26
532
  msgid "Twitter"
533
  msgstr ""
534
 
535
+ #: includes/class.yith-wcwl-ui.php:180
536
  msgid "email"
537
  msgstr ""
538
 
541
  msgid "An error occurred while adding products to the wishlist."
542
  msgstr "Произошла ошибка при добавлении продуктов в избранное"
543
 
544
+ #: includes/class.yith-wcwl.php:269
545
  #, fuzzy
546
  msgid "An error occurred while adding products to wishlist."
547
  msgstr "Произошла ошибка при добавлении продуктов в избранное"
548
 
549
+ #: includes/class.yith-wcwl.php:286
550
  msgid "The \"Remove\" option now does not require any parameter"
551
  msgstr ""
552
 
553
+ #: includes/class.yith-wcwl.php:335
554
  #, fuzzy
555
  msgid "An error occurred while removing products from the wishlist"
556
  msgstr "Произошла ошибка при удалении продуктов из избранного"
557
 
558
+ #: includes/class.yith-wcwl.php:783
559
  msgid "You need to log in before creating a new wishlist"
560
  msgstr "Вам необходимо авторизоваться перед созданием нового избранного"
561
 
562
+ #: includes/class.yith-wcwl.php:1578
563
  msgid "Product successfully removed."
564
  msgstr "Продукт успешно удален из избранного"
565
 
566
+ #: includes/class.yith-wcwl.php:1582
567
  msgid "Error. Unable to remove the product from the wishlist."
568
  msgstr "Ошибка. Невозможно удалить продукт из избранного."
569
 
570
+ #: includes/class.yith-wcwl.php:1586 templates/wishlist-view.php:241
571
  msgid "No products were added to the wishlist"
572
  msgstr "Нет продуктов добавленных в избранное."
573
 
574
+ #: includes/class.yith-wcwl.php:1628
575
  msgid "An error as occurred."
576
  msgstr ""
577
 
578
+ #: init.php:130
579
  msgid ""
580
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
581
  "WooCommerce in order to work."
582
  msgstr ""
583
 
584
+ #: init.php:140
585
  msgid ""
586
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
587
  "are using the premium one."
837
  msgid "Google+"
838
  msgstr ""
839
 
 
 
 
 
840
  #: templates/share.php:44
841
  msgid "Email"
842
  msgstr ""
865
  msgid "Stock Status"
866
  msgstr "Показывать статус склада"
867
 
868
+ #: templates/wishlist-view.php:152 templates/wishlist-view.php:231
869
  msgid "Remove this product"
870
  msgstr ""
871
 
872
+ #: templates/wishlist-view.php:172
873
  msgid "Free!"
874
  msgstr ""
875
 
876
+ #: templates/wishlist-view.php:178
877
  msgid "Out of Stock"
878
  msgstr ""
879
 
880
+ #: templates/wishlist-view.php:178
881
  msgid "In Stock"
882
  msgstr "в наличии"
883
 
884
+ #: templates/wishlist-view.php:187
885
  #, php-format
886
  msgid "Added on : %s"
887
  msgstr ""
888
 
889
+ #: templates/wishlist-view.php:199
890
  msgid "Move"
891
  msgstr ""
892
 
893
+ #: templates/wishlist-view.php:211
894
  #, fuzzy
895
  msgid "Shared"
896
  msgstr "Поделиться в:"
897
 
898
+ #: templates/wishlist-view.php:214
899
  msgid "Private"
900
  msgstr ""
901
 
902
+ #: templates/wishlist-view.php:217
903
  msgid "Public"
904
  msgstr ""
905
 
906
+ #: templates/wishlist-view.php:231
907
  msgid "Remove"
908
  msgstr ""
909
 
910
+ #: templates/wishlist-view.php:258
911
  msgid "Add the selected products to the cart"
912
  msgstr ""
913
 
914
+ #: templates/wishlist-view.php:266 templates/wishlist-view.php:312
915
  msgid "Ask for an estimate"
916
  msgstr ""
917
 
918
+ #: templates/wishlist-view.php:302
919
  msgid "Your email"
920
  msgstr ""
921
 
languages/yith-woocommerce-wishlist-sv_SE.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-sv_SE.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
- "POT-Creation-Date: 2017-05-11 15:57+0200\n"
5
- "PO-Revision-Date: 2017-05-11 15:57+0200\n"
6
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: sv\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 2.0.1\n"
13
  "X-Poedit-KeywordsList: __;_e;_x\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
@@ -17,8 +17,8 @@ msgstr ""
17
  "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
18
 
19
  #: includes/class.yith-wcwl-admin-init.php:159
20
- #: includes/class.yith-wcwl-admin-init.php:1288
21
- #: includes/class.yith-wcwl-admin-init.php:1289
22
  #: includes/class.yith-wcwl-install.php:244
23
  msgid "Wishlist"
24
  msgstr "Önskelista"
@@ -58,29 +58,29 @@ msgstr "VARNING: Detta plugin kräver minst WooCommerce 2.2!"
58
  msgid "Plugin Documentation"
59
  msgstr "Tilläggets dokumentation"
60
 
61
- #: includes/class.yith-wcwl-admin-init.php:828
62
  msgid "Upgrade to the PREMIUM VERSION"
63
  msgstr "Uppgradera till Premiumversion"
64
 
65
- #: includes/class.yith-wcwl-admin-init.php:831
66
  msgid "YITH WooCommerce Wishlist"
67
  msgstr "YITH WooCommerce Wishlist"
68
 
69
- #: includes/class.yith-wcwl-admin-init.php:832
70
  msgid "Discover the Advanced Features"
71
  msgstr "Upptäck de avancerade funktionerna"
72
 
73
- #: includes/class.yith-wcwl-admin-init.php:833
74
  msgid ""
75
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
76
  "all features!"
77
  msgstr ""
78
 
79
- #: includes/class.yith-wcwl-admin-init.php:839
80
  msgid "Get Support and Pro Features"
81
  msgstr "Få support och professionella funktioner"
82
 
83
- #: includes/class.yith-wcwl-admin-init.php:840
84
  msgid ""
85
  "By purchasing the premium version of the plugin, you will take advantage of "
86
  "the advanced features of the product and you will get one year of free "
@@ -90,15 +90,15 @@ msgstr ""
90
  "avancerade funktionerna ifrån produkten, samt få ett års gratis "
91
  "uppdateringar och support genom hela plattformen 24/7."
92
 
93
- #: includes/class.yith-wcwl-admin-init.php:850
94
  msgid "General Settings"
95
  msgstr "Generella inställningar"
96
 
97
- #: includes/class.yith-wcwl-admin-init.php:857
98
  msgid "Enable YITH Wishlist"
99
  msgstr "Aktivera YITH Wishlist"
100
 
101
- #: includes/class.yith-wcwl-admin-init.php:858
102
  #, php-format
103
  msgid ""
104
  "Enable all plugin features. <strong>Be sure to select at least one option in "
@@ -106,30 +106,30 @@ msgid ""
106
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
107
  msgstr ""
108
 
109
- #: includes/class.yith-wcwl-admin-init.php:864
110
  msgid "Default wishlist title"
111
  msgstr "Titel på önskelistan"
112
 
113
- #: includes/class.yith-wcwl-admin-init.php:866
114
- #: includes/class.yith-wcwl-admin-init.php:867
115
- #: includes/class.yith-wcwl-admin-init.php:1103
116
  #, php-format
117
  msgid "My wishlist on %s"
118
  msgstr "Min önskelista på %s"
119
 
120
- #: includes/class.yith-wcwl-admin-init.php:872
121
  msgid "Wishlist Page"
122
  msgstr "Önskelistans sida"
123
 
124
- #: includes/class.yith-wcwl-admin-init.php:873
125
  msgid "Page contents: [yith_wcwl_wishlist]"
126
  msgstr "Sidans innehåll: [yith_wcwl_wishlist]"
127
 
128
- #: includes/class.yith-wcwl-admin-init.php:882
129
  msgid "Position"
130
  msgstr "Position"
131
 
132
- #: includes/class.yith-wcwl-admin-init.php:883
133
  msgid ""
134
  "You can add the button in variable products only after the \"Add to Cart\" "
135
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
@@ -138,27 +138,27 @@ msgstr ""
138
  "kundvagn”-knappen eller genom att använda kortkoden "
139
  "[yith_wcwl_add_to_wishlist]."
140
 
141
- #: includes/class.yith-wcwl-admin-init.php:889
142
  msgid "After \"Add to cart\""
143
  msgstr "Efter “Lägg till i varukorgen”"
144
 
145
- #: includes/class.yith-wcwl-admin-init.php:890
146
  msgid "After thumbnails"
147
  msgstr "Efter miniatyrbilder"
148
 
149
- #: includes/class.yith-wcwl-admin-init.php:891
150
  msgid "After summary"
151
  msgstr "Efter sammanfattning"
152
 
153
- #: includes/class.yith-wcwl-admin-init.php:892
154
  msgid "Use shortcode"
155
  msgstr "Använd kortkod"
156
 
157
- #: includes/class.yith-wcwl-admin-init.php:897
158
  msgid "Redirect to cart"
159
  msgstr "Omdirigera till kundvagnen"
160
 
161
- #: includes/class.yith-wcwl-admin-init.php:898
162
  msgid ""
163
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
164
  "page."
@@ -166,229 +166,229 @@ msgstr ""
166
  "Omdirigera till kundvagnen om “Lägg till i kundvagnen” blir klickad i "
167
  "önskelistan."
168
 
169
- #: includes/class.yith-wcwl-admin-init.php:904
170
  msgid "Remove if added to the cart"
171
  msgstr "Ta bort om tillagd i kundvagnen"
172
 
173
- #: includes/class.yith-wcwl-admin-init.php:905
174
  msgid "Remove the product from the wishlist if it has been added to the cart."
175
  msgstr ""
176
  "Ta bort produkten ifrån önskelistan om den har blivit tillagd i kundvagnen."
177
 
178
- #: includes/class.yith-wcwl-admin-init.php:911
179
  msgid "\"Add to Wishlist\" text"
180
  msgstr "“Lägg till i önskelistan”s text"
181
 
182
- #: includes/class.yith-wcwl-admin-init.php:913
183
  msgid "Add to Wishlist"
184
  msgstr "Lägg till i önskelistan"
185
 
186
- #: includes/class.yith-wcwl-admin-init.php:918
187
  msgid "\"Browse wishlist\" text"
188
  msgstr "“Bläddra i önskelistan”s text"
189
 
190
- #: includes/class.yith-wcwl-admin-init.php:920
191
- #: includes/class.yith-wcwl-ui.php:81 includes/class.yith-wcwl-ui.php:82
192
  msgid "Browse Wishlist"
193
  msgstr "Bläddra i önskelistan"
194
 
195
- #: includes/class.yith-wcwl-admin-init.php:925
196
  msgid "\"Product already in wishlist\" text"
197
  msgstr "“Produkten redan i önskelistan”s text"
198
 
199
- #: includes/class.yith-wcwl-admin-init.php:927
200
- #: includes/class.yith-wcwl-ui.php:82
201
  msgid "The product is already in the wishlist!"
202
  msgstr "Produkten är redan i önskelistan!"
203
 
204
- #: includes/class.yith-wcwl-admin-init.php:932
205
  msgid "\"Product added\" text"
206
  msgstr "“Produkt tillagd”s text"
207
 
208
- #: includes/class.yith-wcwl-admin-init.php:934
209
- #: includes/class.yith-wcwl-ui.php:81
210
  msgid "Product added!"
211
  msgstr "Produkt tillagd!"
212
 
213
- #: includes/class.yith-wcwl-admin-init.php:939
214
  msgid "\"Add to Cart\" text"
215
  msgstr "“Lägg till i kundvagn”s text"
216
 
217
- #: includes/class.yith-wcwl-admin-init.php:941
218
  msgid "Add to Cart"
219
  msgstr "Lägg till i kundvagn"
220
 
221
- #: includes/class.yith-wcwl-admin-init.php:946
222
  msgid "Show Unit price"
223
  msgstr "Visa produktens pris"
224
 
225
- #: includes/class.yith-wcwl-admin-init.php:947
226
  msgid "Show unit price for each product in wishlist"
227
  msgstr "Visa produktens pris för varje objekt i önskelistan"
228
 
229
- #: includes/class.yith-wcwl-admin-init.php:954
230
  msgid "Show \"Add to Cart\" button"
231
  msgstr "Visa “Lägg till i kundvagn”-knapp"
232
 
233
- #: includes/class.yith-wcwl-admin-init.php:955
234
  msgid "Show \"Add to Cart\" button for each product in wishlist"
235
  msgstr "Visa “Lägg till i kundvagn”-knapp för varje produkt i önskelistan"
236
 
237
- #: includes/class.yith-wcwl-admin-init.php:962
238
  msgid "Show Stock status"
239
  msgstr "Visa lagersaldo"
240
 
241
- #: includes/class.yith-wcwl-admin-init.php:963
242
  msgid ""
243
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
244
  msgstr "Visa “I lager” eller “Slut i lager” för varje produkt i önskelistan"
245
 
246
- #: includes/class.yith-wcwl-admin-init.php:970
247
  msgid "Show Date of addition"
248
  msgstr "Visa tilläggsdatum"
249
 
250
- #: includes/class.yith-wcwl-admin-init.php:971
251
  msgid "Show the date when users have added a product to the wishlist"
252
  msgstr "Visa datumet som användaren lade till produkten i önskelistan"
253
 
254
- #: includes/class.yith-wcwl-admin-init.php:978
255
  msgid "Add second remove button"
256
  msgstr "Lägg till en andre “Ta bort”-knapp"
257
 
258
- #: includes/class.yith-wcwl-admin-init.php:979
259
  msgid "Add a second remove button in the last column, with extended label"
260
  msgstr "Lägg till en andre “Ta bort”-knapp i sista kolumnen med utökad text"
261
 
262
- #: includes/class.yith-wcwl-admin-init.php:994
263
  msgid "Styles"
264
  msgstr "Stilregler"
265
 
266
- #: includes/class.yith-wcwl-admin-init.php:1001
267
  msgid "Use buttons"
268
  msgstr "Använd knappar"
269
 
270
- #: includes/class.yith-wcwl-admin-init.php:1002
271
  msgid "Use buttons instead of simple anchors."
272
  msgstr "Använd knappar istället för enkla länkar"
273
 
274
- #: includes/class.yith-wcwl-admin-init.php:1008
275
  msgid "Custom CSS"
276
  msgstr "Egen CSS"
277
 
278
- #: includes/class.yith-wcwl-admin-init.php:1015
279
  msgid "Use theme style"
280
  msgstr "Använd temastil"
281
 
282
- #: includes/class.yith-wcwl-admin-init.php:1016
283
  msgid "Use the theme style."
284
  msgstr "Använd temats stil"
285
 
286
- #: includes/class.yith-wcwl-admin-init.php:1022
287
  msgid "Rounded buttons"
288
  msgstr "Rundade knappar"
289
 
290
- #: includes/class.yith-wcwl-admin-init.php:1023
291
  msgid "Make button corners rounded"
292
  msgstr "Gör knappars hörs rundade"
293
 
294
- #: includes/class.yith-wcwl-admin-init.php:1029
295
  msgid "\"Add to Wishlist\" icon"
296
  msgstr "“Lägg till i önskelista”s ikon"
297
 
298
- #: includes/class.yith-wcwl-admin-init.php:1030
299
  msgid "Add an icon to the \"Add to Wishlist\" button"
300
  msgstr "Lägg till en ikon till “Lägg till i önskelista”s knapp"
301
 
302
- #: includes/class.yith-wcwl-admin-init.php:1040
303
  msgid "\"Add to Cart\" icon"
304
  msgstr "“Lägg till i kundvagn”s ikon"
305
 
306
- #: includes/class.yith-wcwl-admin-init.php:1041
307
  msgid "Add an icon to the \"Add to Cart\" button"
308
  msgstr "Lägg till en ikon till “Lägg till i kundvagn”s knapp"
309
 
310
- #: includes/class.yith-wcwl-admin-init.php:1059
311
  msgid "Social Networks & Share"
312
  msgstr "Sociala nätverk & dela"
313
 
314
- #: includes/class.yith-wcwl-admin-init.php:1066
315
  msgid "Share on Facebook"
316
  msgstr "Dela på Facebook"
317
 
318
- #: includes/class.yith-wcwl-admin-init.php:1067
319
  msgid "Show \"Share on Facebook\" button"
320
  msgstr "Visa “Dela på Facebook”-knapp"
321
 
322
- #: includes/class.yith-wcwl-admin-init.php:1073
323
  msgid "Tweet on Twitter"
324
  msgstr "Twittra på Twitter"
325
 
326
- #: includes/class.yith-wcwl-admin-init.php:1074
327
  msgid "Show \"Tweet on Twitter\" button"
328
  msgstr "Visa “Twittra på Twitter”-knapp"
329
 
330
- #: includes/class.yith-wcwl-admin-init.php:1080
331
  msgid "Pin on Pinterest"
332
  msgstr "Pinna på Pintrest"
333
 
334
- #: includes/class.yith-wcwl-admin-init.php:1081
335
  msgid "Show \"Pin on Pinterest\" button"
336
  msgstr "Visa “Pinna på Pintrest”-knapp"
337
 
338
- #: includes/class.yith-wcwl-admin-init.php:1087
339
  msgid "Share on Google+"
340
  msgstr "Dela på Google+"
341
 
342
- #: includes/class.yith-wcwl-admin-init.php:1088
343
  msgid "Show \"Share on Google+\" button"
344
  msgstr "Visa “Dela på Google+”-knapp"
345
 
346
- #: includes/class.yith-wcwl-admin-init.php:1094
347
  msgid "Share by Email"
348
  msgstr "Dela via Email"
349
 
350
- #: includes/class.yith-wcwl-admin-init.php:1095
351
  msgid "Show \"Share by Email\" button"
352
  msgstr "Visa “Dela via Email”-knapp"
353
 
354
- #: includes/class.yith-wcwl-admin-init.php:1101
355
  msgid "Social title"
356
  msgstr "Titel på sociala medier"
357
 
358
- #: includes/class.yith-wcwl-admin-init.php:1108
359
  msgid "Social text"
360
  msgstr "Text på sociala medier"
361
 
362
- #: includes/class.yith-wcwl-admin-init.php:1109
363
  msgid ""
364
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
365
  "strong> where you want to show the URL of your wishlist."
366
  msgstr ""
367
 
368
- #: includes/class.yith-wcwl-admin-init.php:1116
369
  msgid "Social image URL"
370
  msgstr "Bild för sociala medier (URL)"
371
 
372
- #: includes/class.yith-wcwl-admin-init.php:1117
373
  msgid "It will be used by Pinterest."
374
  msgstr ""
375
 
376
- #: includes/class.yith-wcwl-admin-init.php:1131
377
  #, php-format
378
  msgid ""
379
  "If you want to take advantage of this feature, you could consider to "
380
  "purchase the %s."
381
  msgstr "Om du vill ta del av denna funktionen bör du överväga att köpa %s."
382
 
383
- #: includes/class.yith-wcwl-admin-init.php:1136
384
  msgid "YITH WooCommerce Frequently Bought Together Integration"
385
  msgstr "YITH WooCommerce Vanliga köpte tillsammans integritet"
386
 
387
- #: includes/class.yith-wcwl-admin-init.php:1143
388
  msgid "Enable slider in wishlist"
389
  msgstr "Aktivera slider i önskelistan"
390
 
391
- #: includes/class.yith-wcwl-admin-init.php:1144
392
  #, php-format
393
  msgid ""
394
  "Choose to enable product slider in wishlist page with linked products (<a "
@@ -397,84 +397,84 @@ msgstr ""
397
  "Välj en produktslider på önskelistans sida med länkade produkter (<a "
398
  "href=“%s” class=“thickbox”>Exempel</a>.%s"
399
 
400
- #: includes/class.yith-wcwl-admin-init.php:1180
401
  msgid "\"Add to wishlist\" button"
402
  msgstr "“Lägg till i önskelista”-knapp"
403
 
404
- #: includes/class.yith-wcwl-admin-init.php:1183
405
- #: includes/class.yith-wcwl-admin-init.php:1201
406
- #: includes/class.yith-wcwl-admin-init.php:1219
407
- #: includes/class.yith-wcwl-admin-init.php:1237
408
- #: includes/class.yith-wcwl-admin-init.php:1255
409
  msgid "Background"
410
  msgstr "Bakgrund"
411
 
412
- #: includes/class.yith-wcwl-admin-init.php:1184
413
- #: includes/class.yith-wcwl-admin-init.php:1202
414
- #: includes/class.yith-wcwl-admin-init.php:1220
415
- #: includes/class.yith-wcwl-admin-init.php:1238
416
- #: includes/class.yith-wcwl-admin-init.php:1256
417
  msgid "Text"
418
  msgstr "Text"
419
 
420
- #: includes/class.yith-wcwl-admin-init.php:1185
421
- #: includes/class.yith-wcwl-admin-init.php:1203
422
- #: includes/class.yith-wcwl-admin-init.php:1221
423
- #: includes/class.yith-wcwl-admin-init.php:1239
424
- #: includes/class.yith-wcwl-admin-init.php:1257
425
  msgid "Border"
426
  msgstr "Ram"
427
 
428
- #: includes/class.yith-wcwl-admin-init.php:1192
429
- #: includes/class.yith-wcwl-admin-init.php:1210
430
- #: includes/class.yith-wcwl-admin-init.php:1228
431
- #: includes/class.yith-wcwl-admin-init.php:1246
432
  msgid "Background (hover)"
433
  msgstr "Bakgrund (när muspekare är över)"
434
 
435
- #: includes/class.yith-wcwl-admin-init.php:1193
436
- #: includes/class.yith-wcwl-admin-init.php:1211
437
- #: includes/class.yith-wcwl-admin-init.php:1229
438
- #: includes/class.yith-wcwl-admin-init.php:1247
439
  msgid "Text (hover)"
440
  msgstr "Text (när muspekare är över)"
441
 
442
- #: includes/class.yith-wcwl-admin-init.php:1194
443
- #: includes/class.yith-wcwl-admin-init.php:1212
444
- #: includes/class.yith-wcwl-admin-init.php:1230
445
- #: includes/class.yith-wcwl-admin-init.php:1248
446
  msgid "Border (hover)"
447
  msgstr "Ram (när muspekare är över)"
448
 
449
- #: includes/class.yith-wcwl-admin-init.php:1198
450
  msgid "\"Add to Cart\" button"
451
  msgstr "“Lägg till i kundvagn”-knapp"
452
 
453
- #: includes/class.yith-wcwl-admin-init.php:1216
454
  msgid "\"Style 1\" button"
455
  msgstr "“Stil 1”-knapp"
456
 
457
- #: includes/class.yith-wcwl-admin-init.php:1234
458
  msgid "\"Style 2\" button"
459
  msgstr "“Stil 2”-knapp"
460
 
461
- #: includes/class.yith-wcwl-admin-init.php:1252
462
  msgid "Wishlist table"
463
  msgstr "Önskelistatabell"
464
 
465
- #: includes/class.yith-wcwl-admin-init.php:1261
466
  msgid "Headers"
467
  msgstr "Headers"
468
 
469
- #: includes/class.yith-wcwl-admin-init.php:1264
470
  msgid "Background color"
471
  msgstr "Bakgrundsfärg"
472
 
473
- #: includes/class.yith-wcwl-admin-init.php:1354
474
  msgid "Wishlist Activated"
475
  msgstr "Önskelista aktiverad"
476
 
477
- #: includes/class.yith-wcwl-admin-init.php:1355
478
  #, php-format
479
  msgid ""
480
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
@@ -487,11 +487,11 @@ msgstr ""
487
  "finns tillgänglig i en utmärkt premiumversion med många nya inställningar, "
488
  "<a href=“%s”>upptäck dem nu</a>"
489
 
490
- #: includes/class.yith-wcwl-admin-init.php:1366
491
  msgid "Wishlist Updated"
492
  msgstr "Önskelistan uppdaterad"
493
 
494
- #: includes/class.yith-wcwl-admin-init.php:1367
495
  #, php-format
496
  msgid ""
497
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
@@ -506,7 +506,7 @@ msgstr ""
506
  "nytt menyalternativ bli tillagt i denna meny. Wishlist har blivit uppdaterat "
507
  "med nya alternativ tillgängliga, <a href=“%s”>upptäck premiumversionen</a>"
508
 
509
- #: includes/class.yith-wcwl-init.php:366
510
  msgid ""
511
  "We are sorry, but this feature is available only if cookies are enabled on "
512
  "your browser."
@@ -514,7 +514,7 @@ msgstr ""
514
  "Vi är ledsna men denna funktionen är enbart tillgänglig när kakor (cookies) "
515
  "är påslaget i din webbläsare."
516
 
517
- #: includes/class.yith-wcwl-init.php:367
518
  msgid "Product correctly added to cart"
519
  msgstr "Produkt korrekt tillagd i varukorgen"
520
 
@@ -523,23 +523,23 @@ msgid "wishlist"
523
  msgstr "önskelista"
524
 
525
  #: includes/class.yith-wcwl-shortcode.php:259
526
- #: includes/class.yith-wcwl-ui.php:163
527
  msgid "Share on:"
528
  msgstr "Dela på:"
529
 
530
- #: includes/class.yith-wcwl-ui.php:117 includes/class.yith-wcwl-ui.php:199
531
  msgid "Select options"
532
  msgstr "Välj alternativ"
533
 
534
- #: includes/class.yith-wcwl-ui.php:167 templates/share.php:20
535
  msgid "Facebook"
536
  msgstr "Facebook"
537
 
538
- #: includes/class.yith-wcwl-ui.php:170 templates/share.php:26
539
  msgid "Twitter"
540
  msgstr "Twitter"
541
 
542
- #: includes/class.yith-wcwl-ui.php:179
543
  msgid "email"
544
  msgstr "epost"
545
 
@@ -547,39 +547,39 @@ msgstr "epost"
547
  msgid "An error occurred while adding products to the wishlist."
548
  msgstr "Ett fel uppstod när produkten skulle läggas till i önskelistan"
549
 
550
- #: includes/class.yith-wcwl.php:268
551
  msgid "An error occurred while adding products to wishlist."
552
  msgstr "Ett fel uppstod när produkten skulle läggas till i önskelistan"
553
 
554
- #: includes/class.yith-wcwl.php:285
555
  msgid "The \"Remove\" option now does not require any parameter"
556
  msgstr "“Ta bort”-alternativet kräver inte några parametrar"
557
 
558
- #: includes/class.yith-wcwl.php:332
559
  msgid "An error occurred while removing products from the wishlist"
560
  msgstr "Ett fel uppstod när produkten skulle tas bort ifrån önskelistan"
561
 
562
- #: includes/class.yith-wcwl.php:774
563
  msgid "You need to log in before creating a new wishlist"
564
  msgstr "Du behöver logga in innan du kan skapa en ny önskelista"
565
 
566
- #: includes/class.yith-wcwl.php:1565
567
  msgid "Product successfully removed."
568
  msgstr "Produkten borttagen."
569
 
570
- #: includes/class.yith-wcwl.php:1569
571
  msgid "Error. Unable to remove the product from the wishlist."
572
  msgstr "Fel. Kunde inte ta bort produkten ifrån önskelistan."
573
 
574
- #: includes/class.yith-wcwl.php:1573 templates/wishlist-view.php:239
575
  msgid "No products were added to the wishlist"
576
  msgstr "Ingen produkt har blivit tillagd i önskelistan"
577
 
578
- #: includes/class.yith-wcwl.php:1615
579
  msgid "An error as occurred."
580
  msgstr "Ett fel uppstod"
581
 
582
- #: init.php:128
583
  msgid ""
584
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
585
  "WooCommerce in order to work."
@@ -587,7 +587,7 @@ msgstr ""
587
  "YITH WooCommerce Wishlist är på men inte effektivt då det kräver tilläget "
588
  "WooComerce för att fungera."
589
 
590
- #: init.php:138
591
  msgid ""
592
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
593
  "are using the premium one."
@@ -845,10 +845,6 @@ msgstr "Pintrest"
845
  msgid "Google+"
846
  msgstr "Google+"
847
 
848
- #: templates/share.php:44
849
- msgid "I wanted you to see this site"
850
- msgstr ""
851
-
852
  #: templates/share.php:44
853
  msgid "Email"
854
  msgstr "Epost"
@@ -877,56 +873,56 @@ msgstr "Enhetspris"
877
  msgid "Stock Status"
878
  msgstr "I lager?"
879
 
880
- #: templates/wishlist-view.php:152 templates/wishlist-view.php:229
881
  msgid "Remove this product"
882
  msgstr "Ta bort denna produkt"
883
 
884
- #: templates/wishlist-view.php:170
885
  msgid "Free!"
886
  msgstr "Gratis!"
887
 
888
- #: templates/wishlist-view.php:176
889
  msgid "Out of Stock"
890
  msgstr "Slut i lager"
891
 
892
- #: templates/wishlist-view.php:176
893
  msgid "In Stock"
894
  msgstr "Finns i lager"
895
 
896
- #: templates/wishlist-view.php:185
897
  #, php-format
898
  msgid "Added on : %s"
899
  msgstr "Tillagd: %s"
900
 
901
- #: templates/wishlist-view.php:197
902
  msgid "Move"
903
  msgstr "Flytta"
904
 
905
- #: templates/wishlist-view.php:209
906
  msgid "Shared"
907
  msgstr "Delar"
908
 
909
- #: templates/wishlist-view.php:212
910
  msgid "Private"
911
  msgstr "Privat"
912
 
913
- #: templates/wishlist-view.php:215
914
  msgid "Public"
915
  msgstr "Offentlig"
916
 
917
- #: templates/wishlist-view.php:229
918
  msgid "Remove"
919
  msgstr "Ta bort"
920
 
921
- #: templates/wishlist-view.php:256
922
  msgid "Add the selected products to the cart"
923
  msgstr "Lägg till de markerade produkterna i kundvagnen"
924
 
925
- #: templates/wishlist-view.php:264 templates/wishlist-view.php:310
926
  msgid "Ask for an estimate"
927
  msgstr "Fråga efter en uppskattning"
928
 
929
- #: templates/wishlist-view.php:300
930
  msgid "Your email"
931
  msgstr ""
932
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
+ "POT-Creation-Date: 2017-10-24 17:34+0200\n"
5
+ "PO-Revision-Date: 2017-10-24 17:34+0200\n"
6
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: sv\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.8.7.1\n"
13
  "X-Poedit-KeywordsList: __;_e;_x\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
  "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
18
 
19
  #: includes/class.yith-wcwl-admin-init.php:159
20
+ #: includes/class.yith-wcwl-admin-init.php:1483
21
+ #: includes/class.yith-wcwl-admin-init.php:1484
22
  #: includes/class.yith-wcwl-install.php:244
23
  msgid "Wishlist"
24
  msgstr "Önskelista"
58
  msgid "Plugin Documentation"
59
  msgstr "Tilläggets dokumentation"
60
 
61
+ #: includes/class.yith-wcwl-admin-init.php:1023
62
  msgid "Upgrade to the PREMIUM VERSION"
63
  msgstr "Uppgradera till Premiumversion"
64
 
65
+ #: includes/class.yith-wcwl-admin-init.php:1026
66
  msgid "YITH WooCommerce Wishlist"
67
  msgstr "YITH WooCommerce Wishlist"
68
 
69
+ #: includes/class.yith-wcwl-admin-init.php:1027
70
  msgid "Discover the Advanced Features"
71
  msgstr "Upptäck de avancerade funktionerna"
72
 
73
+ #: includes/class.yith-wcwl-admin-init.php:1028
74
  msgid ""
75
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
76
  "all features!"
77
  msgstr ""
78
 
79
+ #: includes/class.yith-wcwl-admin-init.php:1034
80
  msgid "Get Support and Pro Features"
81
  msgstr "Få support och professionella funktioner"
82
 
83
+ #: includes/class.yith-wcwl-admin-init.php:1035
84
  msgid ""
85
  "By purchasing the premium version of the plugin, you will take advantage of "
86
  "the advanced features of the product and you will get one year of free "
90
  "avancerade funktionerna ifrån produkten, samt få ett års gratis "
91
  "uppdateringar och support genom hela plattformen 24/7."
92
 
93
+ #: includes/class.yith-wcwl-admin-init.php:1045
94
  msgid "General Settings"
95
  msgstr "Generella inställningar"
96
 
97
+ #: includes/class.yith-wcwl-admin-init.php:1052
98
  msgid "Enable YITH Wishlist"
99
  msgstr "Aktivera YITH Wishlist"
100
 
101
+ #: includes/class.yith-wcwl-admin-init.php:1053
102
  #, php-format
103
  msgid ""
104
  "Enable all plugin features. <strong>Be sure to select at least one option in "
106
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
107
  msgstr ""
108
 
109
+ #: includes/class.yith-wcwl-admin-init.php:1059
110
  msgid "Default wishlist title"
111
  msgstr "Titel på önskelistan"
112
 
113
+ #: includes/class.yith-wcwl-admin-init.php:1061
114
+ #: includes/class.yith-wcwl-admin-init.php:1062
115
+ #: includes/class.yith-wcwl-admin-init.php:1298
116
  #, php-format
117
  msgid "My wishlist on %s"
118
  msgstr "Min önskelista på %s"
119
 
120
+ #: includes/class.yith-wcwl-admin-init.php:1067
121
  msgid "Wishlist Page"
122
  msgstr "Önskelistans sida"
123
 
124
+ #: includes/class.yith-wcwl-admin-init.php:1068
125
  msgid "Page contents: [yith_wcwl_wishlist]"
126
  msgstr "Sidans innehåll: [yith_wcwl_wishlist]"
127
 
128
+ #: includes/class.yith-wcwl-admin-init.php:1077
129
  msgid "Position"
130
  msgstr "Position"
131
 
132
+ #: includes/class.yith-wcwl-admin-init.php:1078
133
  msgid ""
134
  "You can add the button in variable products only after the \"Add to Cart\" "
135
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
138
  "kundvagn”-knappen eller genom att använda kortkoden "
139
  "[yith_wcwl_add_to_wishlist]."
140
 
141
+ #: includes/class.yith-wcwl-admin-init.php:1084
142
  msgid "After \"Add to cart\""
143
  msgstr "Efter “Lägg till i varukorgen”"
144
 
145
+ #: includes/class.yith-wcwl-admin-init.php:1085
146
  msgid "After thumbnails"
147
  msgstr "Efter miniatyrbilder"
148
 
149
+ #: includes/class.yith-wcwl-admin-init.php:1086
150
  msgid "After summary"
151
  msgstr "Efter sammanfattning"
152
 
153
+ #: includes/class.yith-wcwl-admin-init.php:1087
154
  msgid "Use shortcode"
155
  msgstr "Använd kortkod"
156
 
157
+ #: includes/class.yith-wcwl-admin-init.php:1092
158
  msgid "Redirect to cart"
159
  msgstr "Omdirigera till kundvagnen"
160
 
161
+ #: includes/class.yith-wcwl-admin-init.php:1093
162
  msgid ""
163
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
164
  "page."
166
  "Omdirigera till kundvagnen om “Lägg till i kundvagnen” blir klickad i "
167
  "önskelistan."
168
 
169
+ #: includes/class.yith-wcwl-admin-init.php:1099
170
  msgid "Remove if added to the cart"
171
  msgstr "Ta bort om tillagd i kundvagnen"
172
 
173
+ #: includes/class.yith-wcwl-admin-init.php:1100
174
  msgid "Remove the product from the wishlist if it has been added to the cart."
175
  msgstr ""
176
  "Ta bort produkten ifrån önskelistan om den har blivit tillagd i kundvagnen."
177
 
178
+ #: includes/class.yith-wcwl-admin-init.php:1106
179
  msgid "\"Add to Wishlist\" text"
180
  msgstr "“Lägg till i önskelistan”s text"
181
 
182
+ #: includes/class.yith-wcwl-admin-init.php:1108
183
  msgid "Add to Wishlist"
184
  msgstr "Lägg till i önskelistan"
185
 
186
+ #: includes/class.yith-wcwl-admin-init.php:1113
187
  msgid "\"Browse wishlist\" text"
188
  msgstr "“Bläddra i önskelistan”s text"
189
 
190
+ #: includes/class.yith-wcwl-admin-init.php:1115
191
+ #: includes/class.yith-wcwl-ui.php:82 includes/class.yith-wcwl-ui.php:83
192
  msgid "Browse Wishlist"
193
  msgstr "Bläddra i önskelistan"
194
 
195
+ #: includes/class.yith-wcwl-admin-init.php:1120
196
  msgid "\"Product already in wishlist\" text"
197
  msgstr "“Produkten redan i önskelistan”s text"
198
 
199
+ #: includes/class.yith-wcwl-admin-init.php:1122
200
+ #: includes/class.yith-wcwl-ui.php:83
201
  msgid "The product is already in the wishlist!"
202
  msgstr "Produkten är redan i önskelistan!"
203
 
204
+ #: includes/class.yith-wcwl-admin-init.php:1127
205
  msgid "\"Product added\" text"
206
  msgstr "“Produkt tillagd”s text"
207
 
208
+ #: includes/class.yith-wcwl-admin-init.php:1129
209
+ #: includes/class.yith-wcwl-ui.php:82
210
  msgid "Product added!"
211
  msgstr "Produkt tillagd!"
212
 
213
+ #: includes/class.yith-wcwl-admin-init.php:1134
214
  msgid "\"Add to Cart\" text"
215
  msgstr "“Lägg till i kundvagn”s text"
216
 
217
+ #: includes/class.yith-wcwl-admin-init.php:1136
218
  msgid "Add to Cart"
219
  msgstr "Lägg till i kundvagn"
220
 
221
+ #: includes/class.yith-wcwl-admin-init.php:1141
222
  msgid "Show Unit price"
223
  msgstr "Visa produktens pris"
224
 
225
+ #: includes/class.yith-wcwl-admin-init.php:1142
226
  msgid "Show unit price for each product in wishlist"
227
  msgstr "Visa produktens pris för varje objekt i önskelistan"
228
 
229
+ #: includes/class.yith-wcwl-admin-init.php:1149
230
  msgid "Show \"Add to Cart\" button"
231
  msgstr "Visa “Lägg till i kundvagn”-knapp"
232
 
233
+ #: includes/class.yith-wcwl-admin-init.php:1150
234
  msgid "Show \"Add to Cart\" button for each product in wishlist"
235
  msgstr "Visa “Lägg till i kundvagn”-knapp för varje produkt i önskelistan"
236
 
237
+ #: includes/class.yith-wcwl-admin-init.php:1157
238
  msgid "Show Stock status"
239
  msgstr "Visa lagersaldo"
240
 
241
+ #: includes/class.yith-wcwl-admin-init.php:1158
242
  msgid ""
243
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
244
  msgstr "Visa “I lager” eller “Slut i lager” för varje produkt i önskelistan"
245
 
246
+ #: includes/class.yith-wcwl-admin-init.php:1165
247
  msgid "Show Date of addition"
248
  msgstr "Visa tilläggsdatum"
249
 
250
+ #: includes/class.yith-wcwl-admin-init.php:1166
251
  msgid "Show the date when users have added a product to the wishlist"
252
  msgstr "Visa datumet som användaren lade till produkten i önskelistan"
253
 
254
+ #: includes/class.yith-wcwl-admin-init.php:1173
255
  msgid "Add second remove button"
256
  msgstr "Lägg till en andre “Ta bort”-knapp"
257
 
258
+ #: includes/class.yith-wcwl-admin-init.php:1174
259
  msgid "Add a second remove button in the last column, with extended label"
260
  msgstr "Lägg till en andre “Ta bort”-knapp i sista kolumnen med utökad text"
261
 
262
+ #: includes/class.yith-wcwl-admin-init.php:1189
263
  msgid "Styles"
264
  msgstr "Stilregler"
265
 
266
+ #: includes/class.yith-wcwl-admin-init.php:1196
267
  msgid "Use buttons"
268
  msgstr "Använd knappar"
269
 
270
+ #: includes/class.yith-wcwl-admin-init.php:1197
271
  msgid "Use buttons instead of simple anchors."
272
  msgstr "Använd knappar istället för enkla länkar"
273
 
274
+ #: includes/class.yith-wcwl-admin-init.php:1203
275
  msgid "Custom CSS"
276
  msgstr "Egen CSS"
277
 
278
+ #: includes/class.yith-wcwl-admin-init.php:1210
279
  msgid "Use theme style"
280
  msgstr "Använd temastil"
281
 
282
+ #: includes/class.yith-wcwl-admin-init.php:1211
283
  msgid "Use the theme style."
284
  msgstr "Använd temats stil"
285
 
286
+ #: includes/class.yith-wcwl-admin-init.php:1217
287
  msgid "Rounded buttons"
288
  msgstr "Rundade knappar"
289
 
290
+ #: includes/class.yith-wcwl-admin-init.php:1218
291
  msgid "Make button corners rounded"
292
  msgstr "Gör knappars hörs rundade"
293
 
294
+ #: includes/class.yith-wcwl-admin-init.php:1224
295
  msgid "\"Add to Wishlist\" icon"
296
  msgstr "“Lägg till i önskelista”s ikon"
297
 
298
+ #: includes/class.yith-wcwl-admin-init.php:1225
299
  msgid "Add an icon to the \"Add to Wishlist\" button"
300
  msgstr "Lägg till en ikon till “Lägg till i önskelista”s knapp"
301
 
302
+ #: includes/class.yith-wcwl-admin-init.php:1235
303
  msgid "\"Add to Cart\" icon"
304
  msgstr "“Lägg till i kundvagn”s ikon"
305
 
306
+ #: includes/class.yith-wcwl-admin-init.php:1236
307
  msgid "Add an icon to the \"Add to Cart\" button"
308
  msgstr "Lägg till en ikon till “Lägg till i kundvagn”s knapp"
309
 
310
+ #: includes/class.yith-wcwl-admin-init.php:1254
311
  msgid "Social Networks & Share"
312
  msgstr "Sociala nätverk & dela"
313
 
314
+ #: includes/class.yith-wcwl-admin-init.php:1261
315
  msgid "Share on Facebook"
316
  msgstr "Dela på Facebook"
317
 
318
+ #: includes/class.yith-wcwl-admin-init.php:1262
319
  msgid "Show \"Share on Facebook\" button"
320
  msgstr "Visa “Dela på Facebook”-knapp"
321
 
322
+ #: includes/class.yith-wcwl-admin-init.php:1268
323
  msgid "Tweet on Twitter"
324
  msgstr "Twittra på Twitter"
325
 
326
+ #: includes/class.yith-wcwl-admin-init.php:1269
327
  msgid "Show \"Tweet on Twitter\" button"
328
  msgstr "Visa “Twittra på Twitter”-knapp"
329
 
330
+ #: includes/class.yith-wcwl-admin-init.php:1275
331
  msgid "Pin on Pinterest"
332
  msgstr "Pinna på Pintrest"
333
 
334
+ #: includes/class.yith-wcwl-admin-init.php:1276
335
  msgid "Show \"Pin on Pinterest\" button"
336
  msgstr "Visa “Pinna på Pintrest”-knapp"
337
 
338
+ #: includes/class.yith-wcwl-admin-init.php:1282
339
  msgid "Share on Google+"
340
  msgstr "Dela på Google+"
341
 
342
+ #: includes/class.yith-wcwl-admin-init.php:1283
343
  msgid "Show \"Share on Google+\" button"
344
  msgstr "Visa “Dela på Google+”-knapp"
345
 
346
+ #: includes/class.yith-wcwl-admin-init.php:1289
347
  msgid "Share by Email"
348
  msgstr "Dela via Email"
349
 
350
+ #: includes/class.yith-wcwl-admin-init.php:1290
351
  msgid "Show \"Share by Email\" button"
352
  msgstr "Visa “Dela via Email”-knapp"
353
 
354
+ #: includes/class.yith-wcwl-admin-init.php:1296
355
  msgid "Social title"
356
  msgstr "Titel på sociala medier"
357
 
358
+ #: includes/class.yith-wcwl-admin-init.php:1303
359
  msgid "Social text"
360
  msgstr "Text på sociala medier"
361
 
362
+ #: includes/class.yith-wcwl-admin-init.php:1304
363
  msgid ""
364
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
365
  "strong> where you want to show the URL of your wishlist."
366
  msgstr ""
367
 
368
+ #: includes/class.yith-wcwl-admin-init.php:1311
369
  msgid "Social image URL"
370
  msgstr "Bild för sociala medier (URL)"
371
 
372
+ #: includes/class.yith-wcwl-admin-init.php:1312
373
  msgid "It will be used by Pinterest."
374
  msgstr ""
375
 
376
+ #: includes/class.yith-wcwl-admin-init.php:1326
377
  #, php-format
378
  msgid ""
379
  "If you want to take advantage of this feature, you could consider to "
380
  "purchase the %s."
381
  msgstr "Om du vill ta del av denna funktionen bör du överväga att köpa %s."
382
 
383
+ #: includes/class.yith-wcwl-admin-init.php:1331
384
  msgid "YITH WooCommerce Frequently Bought Together Integration"
385
  msgstr "YITH WooCommerce Vanliga köpte tillsammans integritet"
386
 
387
+ #: includes/class.yith-wcwl-admin-init.php:1338
388
  msgid "Enable slider in wishlist"
389
  msgstr "Aktivera slider i önskelistan"
390
 
391
+ #: includes/class.yith-wcwl-admin-init.php:1339
392
  #, php-format
393
  msgid ""
394
  "Choose to enable product slider in wishlist page with linked products (<a "
397
  "Välj en produktslider på önskelistans sida med länkade produkter (<a "
398
  "href=“%s” class=“thickbox”>Exempel</a>.%s"
399
 
400
+ #: includes/class.yith-wcwl-admin-init.php:1375
401
  msgid "\"Add to wishlist\" button"
402
  msgstr "“Lägg till i önskelista”-knapp"
403
 
404
+ #: includes/class.yith-wcwl-admin-init.php:1378
405
+ #: includes/class.yith-wcwl-admin-init.php:1396
406
+ #: includes/class.yith-wcwl-admin-init.php:1414
407
+ #: includes/class.yith-wcwl-admin-init.php:1432
408
+ #: includes/class.yith-wcwl-admin-init.php:1450
409
  msgid "Background"
410
  msgstr "Bakgrund"
411
 
412
+ #: includes/class.yith-wcwl-admin-init.php:1379
413
+ #: includes/class.yith-wcwl-admin-init.php:1397
414
+ #: includes/class.yith-wcwl-admin-init.php:1415
415
+ #: includes/class.yith-wcwl-admin-init.php:1433
416
+ #: includes/class.yith-wcwl-admin-init.php:1451
417
  msgid "Text"
418
  msgstr "Text"
419
 
420
+ #: includes/class.yith-wcwl-admin-init.php:1380
421
+ #: includes/class.yith-wcwl-admin-init.php:1398
422
+ #: includes/class.yith-wcwl-admin-init.php:1416
423
+ #: includes/class.yith-wcwl-admin-init.php:1434
424
+ #: includes/class.yith-wcwl-admin-init.php:1452
425
  msgid "Border"
426
  msgstr "Ram"
427
 
428
+ #: includes/class.yith-wcwl-admin-init.php:1387
429
+ #: includes/class.yith-wcwl-admin-init.php:1405
430
+ #: includes/class.yith-wcwl-admin-init.php:1423
431
+ #: includes/class.yith-wcwl-admin-init.php:1441
432
  msgid "Background (hover)"
433
  msgstr "Bakgrund (när muspekare är över)"
434
 
435
+ #: includes/class.yith-wcwl-admin-init.php:1388
436
+ #: includes/class.yith-wcwl-admin-init.php:1406
437
+ #: includes/class.yith-wcwl-admin-init.php:1424
438
+ #: includes/class.yith-wcwl-admin-init.php:1442
439
  msgid "Text (hover)"
440
  msgstr "Text (när muspekare är över)"
441
 
442
+ #: includes/class.yith-wcwl-admin-init.php:1389
443
+ #: includes/class.yith-wcwl-admin-init.php:1407
444
+ #: includes/class.yith-wcwl-admin-init.php:1425
445
+ #: includes/class.yith-wcwl-admin-init.php:1443
446
  msgid "Border (hover)"
447
  msgstr "Ram (när muspekare är över)"
448
 
449
+ #: includes/class.yith-wcwl-admin-init.php:1393
450
  msgid "\"Add to Cart\" button"
451
  msgstr "“Lägg till i kundvagn”-knapp"
452
 
453
+ #: includes/class.yith-wcwl-admin-init.php:1411
454
  msgid "\"Style 1\" button"
455
  msgstr "“Stil 1”-knapp"
456
 
457
+ #: includes/class.yith-wcwl-admin-init.php:1429
458
  msgid "\"Style 2\" button"
459
  msgstr "“Stil 2”-knapp"
460
 
461
+ #: includes/class.yith-wcwl-admin-init.php:1447
462
  msgid "Wishlist table"
463
  msgstr "Önskelistatabell"
464
 
465
+ #: includes/class.yith-wcwl-admin-init.php:1456
466
  msgid "Headers"
467
  msgstr "Headers"
468
 
469
+ #: includes/class.yith-wcwl-admin-init.php:1459
470
  msgid "Background color"
471
  msgstr "Bakgrundsfärg"
472
 
473
+ #: includes/class.yith-wcwl-admin-init.php:1549
474
  msgid "Wishlist Activated"
475
  msgstr "Önskelista aktiverad"
476
 
477
+ #: includes/class.yith-wcwl-admin-init.php:1550
478
  #, php-format
479
  msgid ""
480
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
487
  "finns tillgänglig i en utmärkt premiumversion med många nya inställningar, "
488
  "<a href=“%s”>upptäck dem nu</a>"
489
 
490
+ #: includes/class.yith-wcwl-admin-init.php:1561
491
  msgid "Wishlist Updated"
492
  msgstr "Önskelistan uppdaterad"
493
 
494
+ #: includes/class.yith-wcwl-admin-init.php:1562
495
  #, php-format
496
  msgid ""
497
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
506
  "nytt menyalternativ bli tillagt i denna meny. Wishlist har blivit uppdaterat "
507
  "med nya alternativ tillgängliga, <a href=“%s”>upptäck premiumversionen</a>"
508
 
509
+ #: includes/class.yith-wcwl-init.php:374
510
  msgid ""
511
  "We are sorry, but this feature is available only if cookies are enabled on "
512
  "your browser."
514
  "Vi är ledsna men denna funktionen är enbart tillgänglig när kakor (cookies) "
515
  "är påslaget i din webbläsare."
516
 
517
+ #: includes/class.yith-wcwl-init.php:375
518
  msgid "Product correctly added to cart"
519
  msgstr "Produkt korrekt tillagd i varukorgen"
520
 
523
  msgstr "önskelista"
524
 
525
  #: includes/class.yith-wcwl-shortcode.php:259
526
+ #: includes/class.yith-wcwl-ui.php:164
527
  msgid "Share on:"
528
  msgstr "Dela på:"
529
 
530
+ #: includes/class.yith-wcwl-ui.php:118 includes/class.yith-wcwl-ui.php:200
531
  msgid "Select options"
532
  msgstr "Välj alternativ"
533
 
534
+ #: includes/class.yith-wcwl-ui.php:168 templates/share.php:20
535
  msgid "Facebook"
536
  msgstr "Facebook"
537
 
538
+ #: includes/class.yith-wcwl-ui.php:171 templates/share.php:26
539
  msgid "Twitter"
540
  msgstr "Twitter"
541
 
542
+ #: includes/class.yith-wcwl-ui.php:180
543
  msgid "email"
544
  msgstr "epost"
545
 
547
  msgid "An error occurred while adding products to the wishlist."
548
  msgstr "Ett fel uppstod när produkten skulle läggas till i önskelistan"
549
 
550
+ #: includes/class.yith-wcwl.php:269
551
  msgid "An error occurred while adding products to wishlist."
552
  msgstr "Ett fel uppstod när produkten skulle läggas till i önskelistan"
553
 
554
+ #: includes/class.yith-wcwl.php:286
555
  msgid "The \"Remove\" option now does not require any parameter"
556
  msgstr "“Ta bort”-alternativet kräver inte några parametrar"
557
 
558
+ #: includes/class.yith-wcwl.php:335
559
  msgid "An error occurred while removing products from the wishlist"
560
  msgstr "Ett fel uppstod när produkten skulle tas bort ifrån önskelistan"
561
 
562
+ #: includes/class.yith-wcwl.php:783
563
  msgid "You need to log in before creating a new wishlist"
564
  msgstr "Du behöver logga in innan du kan skapa en ny önskelista"
565
 
566
+ #: includes/class.yith-wcwl.php:1578
567
  msgid "Product successfully removed."
568
  msgstr "Produkten borttagen."
569
 
570
+ #: includes/class.yith-wcwl.php:1582
571
  msgid "Error. Unable to remove the product from the wishlist."
572
  msgstr "Fel. Kunde inte ta bort produkten ifrån önskelistan."
573
 
574
+ #: includes/class.yith-wcwl.php:1586 templates/wishlist-view.php:241
575
  msgid "No products were added to the wishlist"
576
  msgstr "Ingen produkt har blivit tillagd i önskelistan"
577
 
578
+ #: includes/class.yith-wcwl.php:1628
579
  msgid "An error as occurred."
580
  msgstr "Ett fel uppstod"
581
 
582
+ #: init.php:130
583
  msgid ""
584
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
585
  "WooCommerce in order to work."
587
  "YITH WooCommerce Wishlist är på men inte effektivt då det kräver tilläget "
588
  "WooComerce för att fungera."
589
 
590
+ #: init.php:140
591
  msgid ""
592
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
593
  "are using the premium one."
845
  msgid "Google+"
846
  msgstr "Google+"
847
 
 
 
 
 
848
  #: templates/share.php:44
849
  msgid "Email"
850
  msgstr "Epost"
873
  msgid "Stock Status"
874
  msgstr "I lager?"
875
 
876
+ #: templates/wishlist-view.php:152 templates/wishlist-view.php:231
877
  msgid "Remove this product"
878
  msgstr "Ta bort denna produkt"
879
 
880
+ #: templates/wishlist-view.php:172
881
  msgid "Free!"
882
  msgstr "Gratis!"
883
 
884
+ #: templates/wishlist-view.php:178
885
  msgid "Out of Stock"
886
  msgstr "Slut i lager"
887
 
888
+ #: templates/wishlist-view.php:178
889
  msgid "In Stock"
890
  msgstr "Finns i lager"
891
 
892
+ #: templates/wishlist-view.php:187
893
  #, php-format
894
  msgid "Added on : %s"
895
  msgstr "Tillagd: %s"
896
 
897
+ #: templates/wishlist-view.php:199
898
  msgid "Move"
899
  msgstr "Flytta"
900
 
901
+ #: templates/wishlist-view.php:211
902
  msgid "Shared"
903
  msgstr "Delar"
904
 
905
+ #: templates/wishlist-view.php:214
906
  msgid "Private"
907
  msgstr "Privat"
908
 
909
+ #: templates/wishlist-view.php:217
910
  msgid "Public"
911
  msgstr "Offentlig"
912
 
913
+ #: templates/wishlist-view.php:231
914
  msgid "Remove"
915
  msgstr "Ta bort"
916
 
917
+ #: templates/wishlist-view.php:258
918
  msgid "Add the selected products to the cart"
919
  msgstr "Lägg till de markerade produkterna i kundvagnen"
920
 
921
+ #: templates/wishlist-view.php:266 templates/wishlist-view.php:312
922
  msgid "Ask for an estimate"
923
  msgstr "Fråga efter en uppskattning"
924
 
925
+ #: templates/wishlist-view.php:302
926
  msgid "Your email"
927
  msgstr ""
928
 
languages/yith-woocommerce-wishlist-tr_TR.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-tr_TR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-05-11 15:57+0200\n"
6
- "PO-Revision-Date: 2017-05-11 15:57+0200\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"
@@ -16,13 +16,13 @@ msgstr ""
16
  "X-Poedit-Basepath: .\n"
17
  "Plural-Forms: nplurals=2; plural=n!=1;\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
19
- "X-Generator: Poedit 2.0.1\n"
20
  "X-Poedit-SearchPath-0: ..\n"
21
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
22
 
23
  #: ../includes/class.yith-wcwl-admin-init.php:159
24
- #: ../includes/class.yith-wcwl-admin-init.php:1288
25
- #: ../includes/class.yith-wcwl-admin-init.php:1289
26
  #: ../includes/class.yith-wcwl-install.php:244
27
  msgid "Wishlist"
28
  msgstr "İstek Listesi"
@@ -60,44 +60,44 @@ msgstr ""
60
  msgid "Plugin Documentation"
61
  msgstr ""
62
 
63
- #: ../includes/class.yith-wcwl-admin-init.php:828
64
  msgid "Upgrade to the PREMIUM VERSION"
65
  msgstr ""
66
 
67
- #: ../includes/class.yith-wcwl-admin-init.php:831
68
  msgid "YITH WooCommerce Wishlist"
69
  msgstr ""
70
 
71
- #: ../includes/class.yith-wcwl-admin-init.php:832
72
  msgid "Discover the Advanced Features"
73
  msgstr ""
74
 
75
- #: ../includes/class.yith-wcwl-admin-init.php:833
76
  msgid ""
77
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
78
  "all features!"
79
  msgstr ""
80
 
81
- #: ../includes/class.yith-wcwl-admin-init.php:839
82
  msgid "Get Support and Pro Features"
83
  msgstr ""
84
 
85
- #: ../includes/class.yith-wcwl-admin-init.php:840
86
  msgid ""
87
  "By purchasing the premium version of the plugin, you will take advantage of "
88
  "the advanced features of the product and you will get one year of free "
89
  "updates and support through our platform available 24h/24."
90
  msgstr ""
91
 
92
- #: ../includes/class.yith-wcwl-admin-init.php:850
93
  msgid "General Settings"
94
  msgstr "Genel Ayarlar"
95
 
96
- #: ../includes/class.yith-wcwl-admin-init.php:857
97
  msgid "Enable YITH Wishlist"
98
  msgstr "YITH İstek Listesi Etkin"
99
 
100
- #: ../includes/class.yith-wcwl-admin-init.php:858
101
  #, php-format
102
  msgid ""
103
  "Enable all plugin features. <strong>Be sure to select at least one option in "
@@ -105,57 +105,57 @@ msgid ""
105
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
106
  msgstr ""
107
 
108
- #: ../includes/class.yith-wcwl-admin-init.php:864
109
  #, fuzzy
110
  msgid "Default wishlist title"
111
  msgstr "İstek listesi başlığı"
112
 
113
- #: ../includes/class.yith-wcwl-admin-init.php:866
114
- #: ../includes/class.yith-wcwl-admin-init.php:867
115
- #: ../includes/class.yith-wcwl-admin-init.php:1103
116
  #, php-format
117
  msgid "My wishlist on %s"
118
  msgstr "%s üzerinde istek listem"
119
 
120
- #: ../includes/class.yith-wcwl-admin-init.php:872
121
  msgid "Wishlist Page"
122
  msgstr "İstek Listesi Sayfası"
123
 
124
- #: ../includes/class.yith-wcwl-admin-init.php:873
125
  msgid "Page contents: [yith_wcwl_wishlist]"
126
  msgstr "Sayfa içeriği: [yith_wcwl_wishlist]"
127
 
128
- #: ../includes/class.yith-wcwl-admin-init.php:882
129
  msgid "Position"
130
  msgstr "Pozisyon"
131
 
132
- #: ../includes/class.yith-wcwl-admin-init.php:883
133
  msgid ""
134
  "You can add the button in variable products only after the \"Add to Cart\" "
135
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
136
  msgstr ""
137
 
138
- #: ../includes/class.yith-wcwl-admin-init.php:889
139
  msgid "After \"Add to cart\""
140
  msgstr "\"Sepete Ekle\"den sonra"
141
 
142
- #: ../includes/class.yith-wcwl-admin-init.php:890
143
  msgid "After thumbnails"
144
  msgstr "Küçük resimlerden sonra"
145
 
146
- #: ../includes/class.yith-wcwl-admin-init.php:891
147
  msgid "After summary"
148
  msgstr "Özet bilgisinden sonra"
149
 
150
- #: ../includes/class.yith-wcwl-admin-init.php:892
151
  msgid "Use shortcode"
152
  msgstr "Kısa kod kullan"
153
 
154
- #: ../includes/class.yith-wcwl-admin-init.php:897
155
  msgid "Redirect to cart"
156
  msgstr "Sepete yönlendir"
157
 
158
- #: ../includes/class.yith-wcwl-admin-init.php:898
159
  msgid ""
160
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
161
  "page."
@@ -163,335 +163,335 @@ msgstr ""
163
  "Eğer istek listesindeki bir ürün için \"Sepete Ekle\" butonuna tıklanırsa "
164
  "sepet sayfasına git."
165
 
166
- #: ../includes/class.yith-wcwl-admin-init.php:904
167
  msgid "Remove if added to the cart"
168
  msgstr "Sepete eklenmişse kaldır"
169
 
170
- #: ../includes/class.yith-wcwl-admin-init.php:905
171
  #, fuzzy
172
  msgid "Remove the product from the wishlist if it has been added to the cart."
173
  msgstr "Eğer ürün sepete eklenirse istek listesinden kaldır."
174
 
175
- #: ../includes/class.yith-wcwl-admin-init.php:911
176
  msgid "\"Add to Wishlist\" text"
177
  msgstr "\"İstek Listeme Ekle\" metni"
178
 
179
- #: ../includes/class.yith-wcwl-admin-init.php:913
180
  msgid "Add to Wishlist"
181
  msgstr "İstek Listeme Ekle"
182
 
183
- #: ../includes/class.yith-wcwl-admin-init.php:918
184
  #, fuzzy
185
  msgid "\"Browse wishlist\" text"
186
  msgstr "İstek Listesini Görüntüle"
187
 
188
- #: ../includes/class.yith-wcwl-admin-init.php:920
189
- #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl-ui.php:82
190
  msgid "Browse Wishlist"
191
  msgstr "İstek Listesini Görüntüle"
192
 
193
- #: ../includes/class.yith-wcwl-admin-init.php:925
194
  #, fuzzy
195
  msgid "\"Product already in wishlist\" text"
196
  msgstr "Ürün zaten istek listenizde."
197
 
198
- #: ../includes/class.yith-wcwl-admin-init.php:927
199
- #: ../includes/class.yith-wcwl-ui.php:82
200
  msgid "The product is already in the wishlist!"
201
  msgstr "Ürün zaten istek listenizde bulunuyor!"
202
 
203
- #: ../includes/class.yith-wcwl-admin-init.php:932
204
  #, fuzzy
205
  msgid "\"Product added\" text"
206
  msgstr "Ürün eklendi!"
207
 
208
- #: ../includes/class.yith-wcwl-admin-init.php:934
209
- #: ../includes/class.yith-wcwl-ui.php:81
210
  msgid "Product added!"
211
  msgstr "Ürün eklendi!"
212
 
213
- #: ../includes/class.yith-wcwl-admin-init.php:939
214
  msgid "\"Add to Cart\" text"
215
  msgstr "\"Sepete Ekle\" metni"
216
 
217
- #: ../includes/class.yith-wcwl-admin-init.php:941
218
  msgid "Add to Cart"
219
  msgstr "Sepete Ekle"
220
 
221
- #: ../includes/class.yith-wcwl-admin-init.php:946
222
  msgid "Show Unit price"
223
  msgstr "Birim Fiyatını Göster"
224
 
225
- #: ../includes/class.yith-wcwl-admin-init.php:947
226
  msgid "Show unit price for each product in wishlist"
227
  msgstr ""
228
 
229
- #: ../includes/class.yith-wcwl-admin-init.php:954
230
  msgid "Show \"Add to Cart\" button"
231
  msgstr "\"Sepete Ekle\" butonunu göster"
232
 
233
- #: ../includes/class.yith-wcwl-admin-init.php:955
234
  #, fuzzy
235
  msgid "Show \"Add to Cart\" button for each product in wishlist"
236
  msgstr "\"Sepete Ekle\" buton arkaplanı"
237
 
238
- #: ../includes/class.yith-wcwl-admin-init.php:962
239
  msgid "Show Stock status"
240
  msgstr "Stok durumunu göster"
241
 
242
- #: ../includes/class.yith-wcwl-admin-init.php:963
243
  msgid ""
244
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
245
  msgstr ""
246
 
247
- #: ../includes/class.yith-wcwl-admin-init.php:970
248
  msgid "Show Date of addition"
249
  msgstr ""
250
 
251
- #: ../includes/class.yith-wcwl-admin-init.php:971
252
  #, fuzzy
253
  msgid "Show the date when users have added a product to the wishlist"
254
  msgstr "Ürün istek listenize eklenirken bir hata meydana geldi."
255
 
256
- #: ../includes/class.yith-wcwl-admin-init.php:978
257
  #, fuzzy
258
  msgid "Add second remove button"
259
  msgstr "\"Sepete Ekle\" buton metni"
260
 
261
- #: ../includes/class.yith-wcwl-admin-init.php:979
262
  msgid "Add a second remove button in the last column, with extended label"
263
  msgstr ""
264
 
265
- #: ../includes/class.yith-wcwl-admin-init.php:994
266
  msgid "Styles"
267
  msgstr "Stiller"
268
 
269
- #: ../includes/class.yith-wcwl-admin-init.php:1001
270
  msgid "Use buttons"
271
  msgstr "Butonları kullan"
272
 
273
- #: ../includes/class.yith-wcwl-admin-init.php:1002
274
  #, fuzzy
275
  msgid "Use buttons instead of simple anchors."
276
  msgstr "Basit bağlantılar yerine buton kullanın."
277
 
278
- #: ../includes/class.yith-wcwl-admin-init.php:1008
279
  msgid "Custom CSS"
280
  msgstr "Özel CSS"
281
 
282
- #: ../includes/class.yith-wcwl-admin-init.php:1015
283
  msgid "Use theme style"
284
  msgstr "Tema stilini kullan"
285
 
286
- #: ../includes/class.yith-wcwl-admin-init.php:1016
287
  msgid "Use the theme style."
288
  msgstr "Tema stilini kullan."
289
 
290
- #: ../includes/class.yith-wcwl-admin-init.php:1022
291
  #, fuzzy
292
  msgid "Rounded buttons"
293
  msgstr "Butonları kullan"
294
 
295
- #: ../includes/class.yith-wcwl-admin-init.php:1023
296
  #, fuzzy
297
  msgid "Make button corners rounded"
298
  msgstr "Butonların köşelerini yuvarlaklaştır"
299
 
300
- #: ../includes/class.yith-wcwl-admin-init.php:1029
301
  msgid "\"Add to Wishlist\" icon"
302
  msgstr "\"İstek Listeme Ekle\" simgesi"
303
 
304
- #: ../includes/class.yith-wcwl-admin-init.php:1030
305
  msgid "Add an icon to the \"Add to Wishlist\" button"
306
  msgstr "\"İstek Listeme Ekle\" butonuna bir simge ekleyin"
307
 
308
- #: ../includes/class.yith-wcwl-admin-init.php:1040
309
  msgid "\"Add to Cart\" icon"
310
  msgstr "\"Sepete Ekle\" simgesi"
311
 
312
- #: ../includes/class.yith-wcwl-admin-init.php:1041
313
  msgid "Add an icon to the \"Add to Cart\" button"
314
  msgstr "\"Sepete Ekle\" butonuna bir simge ekleyin"
315
 
316
- #: ../includes/class.yith-wcwl-admin-init.php:1059
317
  #, fuzzy
318
  msgid "Social Networks & Share"
319
  msgstr "Sosyal &amp; Paylaşım"
320
 
321
- #: ../includes/class.yith-wcwl-admin-init.php:1066
322
  msgid "Share on Facebook"
323
  msgstr "Facebook'ta Paylaş"
324
 
325
- #: ../includes/class.yith-wcwl-admin-init.php:1067
326
  #, fuzzy
327
  msgid "Show \"Share on Facebook\" button"
328
  msgstr "Facebook'ta Paylaş"
329
 
330
- #: ../includes/class.yith-wcwl-admin-init.php:1073
331
  msgid "Tweet on Twitter"
332
  msgstr "Twitter'da Tweetle"
333
 
334
- #: ../includes/class.yith-wcwl-admin-init.php:1074
335
  #, fuzzy
336
  msgid "Show \"Tweet on Twitter\" button"
337
  msgstr "Twitter'da Tweetle"
338
 
339
- #: ../includes/class.yith-wcwl-admin-init.php:1080
340
  msgid "Pin on Pinterest"
341
  msgstr "Pinterest'te Pinle"
342
 
343
- #: ../includes/class.yith-wcwl-admin-init.php:1081
344
  #, fuzzy
345
  msgid "Show \"Pin on Pinterest\" button"
346
  msgstr "Pinterest'te Pinle"
347
 
348
- #: ../includes/class.yith-wcwl-admin-init.php:1087
349
  msgid "Share on Google+"
350
  msgstr "Google+'da Paylaş"
351
 
352
- #: ../includes/class.yith-wcwl-admin-init.php:1088
353
  #, fuzzy
354
  msgid "Show \"Share on Google+\" button"
355
  msgstr "Facebook'ta Paylaş"
356
 
357
- #: ../includes/class.yith-wcwl-admin-init.php:1094
358
  msgid "Share by Email"
359
  msgstr ""
360
 
361
- #: ../includes/class.yith-wcwl-admin-init.php:1095
362
  #, fuzzy
363
  msgid "Show \"Share by Email\" button"
364
  msgstr "\"Sepete Ekle\" butonunu göster"
365
 
366
- #: ../includes/class.yith-wcwl-admin-init.php:1101
367
  #, fuzzy
368
  msgid "Social title"
369
  msgstr "Sosyal medya başlığı"
370
 
371
- #: ../includes/class.yith-wcwl-admin-init.php:1108
372
  #, fuzzy
373
  msgid "Social text"
374
  msgstr "Sosyal medya metni"
375
 
376
- #: ../includes/class.yith-wcwl-admin-init.php:1109
377
  msgid ""
378
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
379
  "strong> where you want to show the URL of your wishlist."
380
  msgstr ""
381
 
382
- #: ../includes/class.yith-wcwl-admin-init.php:1116
383
  #, fuzzy
384
  msgid "Social image URL"
385
  msgstr "Sosyal medya resim URL'i"
386
 
387
- #: ../includes/class.yith-wcwl-admin-init.php:1117
388
  msgid "It will be used by Pinterest."
389
  msgstr ""
390
 
391
- #: ../includes/class.yith-wcwl-admin-init.php:1131
392
  #, php-format
393
  msgid ""
394
  "If you want to take advantage of this feature, you could consider to "
395
  "purchase the %s."
396
  msgstr ""
397
 
398
- #: ../includes/class.yith-wcwl-admin-init.php:1136
399
  msgid "YITH WooCommerce Frequently Bought Together Integration"
400
  msgstr ""
401
 
402
- #: ../includes/class.yith-wcwl-admin-init.php:1143
403
  msgid "Enable slider in wishlist"
404
  msgstr ""
405
 
406
- #: ../includes/class.yith-wcwl-admin-init.php:1144
407
  #, php-format
408
  msgid ""
409
  "Choose to enable product slider in wishlist page with linked products (<a "
410
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
411
  msgstr ""
412
 
413
- #: ../includes/class.yith-wcwl-admin-init.php:1180
414
  #, fuzzy
415
  msgid "\"Add to wishlist\" button"
416
  msgstr "\"İstek Listeme Ekle\" buton metni"
417
 
418
- #: ../includes/class.yith-wcwl-admin-init.php:1183
419
- #: ../includes/class.yith-wcwl-admin-init.php:1201
420
- #: ../includes/class.yith-wcwl-admin-init.php:1219
421
- #: ../includes/class.yith-wcwl-admin-init.php:1237
422
- #: ../includes/class.yith-wcwl-admin-init.php:1255
423
  msgid "Background"
424
  msgstr ""
425
 
426
- #: ../includes/class.yith-wcwl-admin-init.php:1184
427
- #: ../includes/class.yith-wcwl-admin-init.php:1202
428
- #: ../includes/class.yith-wcwl-admin-init.php:1220
429
- #: ../includes/class.yith-wcwl-admin-init.php:1238
430
- #: ../includes/class.yith-wcwl-admin-init.php:1256
431
  msgid "Text"
432
  msgstr ""
433
 
434
- #: ../includes/class.yith-wcwl-admin-init.php:1185
435
- #: ../includes/class.yith-wcwl-admin-init.php:1203
436
- #: ../includes/class.yith-wcwl-admin-init.php:1221
437
- #: ../includes/class.yith-wcwl-admin-init.php:1239
438
- #: ../includes/class.yith-wcwl-admin-init.php:1257
439
  msgid "Border"
440
  msgstr ""
441
 
442
- #: ../includes/class.yith-wcwl-admin-init.php:1192
443
- #: ../includes/class.yith-wcwl-admin-init.php:1210
444
- #: ../includes/class.yith-wcwl-admin-init.php:1228
445
- #: ../includes/class.yith-wcwl-admin-init.php:1246
446
  msgid "Background (hover)"
447
  msgstr ""
448
 
449
- #: ../includes/class.yith-wcwl-admin-init.php:1193
450
- #: ../includes/class.yith-wcwl-admin-init.php:1211
451
- #: ../includes/class.yith-wcwl-admin-init.php:1229
452
- #: ../includes/class.yith-wcwl-admin-init.php:1247
453
  msgid "Text (hover)"
454
  msgstr ""
455
 
456
- #: ../includes/class.yith-wcwl-admin-init.php:1194
457
- #: ../includes/class.yith-wcwl-admin-init.php:1212
458
- #: ../includes/class.yith-wcwl-admin-init.php:1230
459
- #: ../includes/class.yith-wcwl-admin-init.php:1248
460
  msgid "Border (hover)"
461
  msgstr ""
462
 
463
- #: ../includes/class.yith-wcwl-admin-init.php:1198
464
  #, fuzzy
465
  msgid "\"Add to Cart\" button"
466
  msgstr "\"Sepete Ekle\" buton metni"
467
 
468
- #: ../includes/class.yith-wcwl-admin-init.php:1216
469
  msgid "\"Style 1\" button"
470
  msgstr ""
471
 
472
- #: ../includes/class.yith-wcwl-admin-init.php:1234
473
  msgid "\"Style 2\" button"
474
  msgstr ""
475
 
476
- #: ../includes/class.yith-wcwl-admin-init.php:1252
477
  #, fuzzy
478
  msgid "Wishlist table"
479
  msgstr "İstek listesi başlığı"
480
 
481
- #: ../includes/class.yith-wcwl-admin-init.php:1261
482
  msgid "Headers"
483
  msgstr ""
484
 
485
- #: ../includes/class.yith-wcwl-admin-init.php:1264
486
  msgid "Background color"
487
  msgstr ""
488
 
489
- #: ../includes/class.yith-wcwl-admin-init.php:1354
490
  #, fuzzy
491
  msgid "Wishlist Activated"
492
  msgstr "İstek listesi başlığı"
493
 
494
- #: ../includes/class.yith-wcwl-admin-init.php:1355
495
  #, php-format
496
  msgid ""
497
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
@@ -500,12 +500,12 @@ msgid ""
500
  "options, <a href=\"%s\">discover it now</a>."
501
  msgstr ""
502
 
503
- #: ../includes/class.yith-wcwl-admin-init.php:1366
504
  #, fuzzy
505
  msgid "Wishlist Updated"
506
  msgstr "İstek Listesi Sayfası"
507
 
508
- #: ../includes/class.yith-wcwl-admin-init.php:1367
509
  #, php-format
510
  msgid ""
511
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
@@ -515,13 +515,13 @@ msgid ""
515
  "\">discover the PREMIUM version.</a>"
516
  msgstr ""
517
 
518
- #: ../includes/class.yith-wcwl-init.php:366
519
  msgid ""
520
  "We are sorry, but this feature is available only if cookies are enabled on "
521
  "your browser."
522
  msgstr ""
523
 
524
- #: ../includes/class.yith-wcwl-init.php:367
525
  #, fuzzy
526
  msgid "Product correctly added to cart"
527
  msgstr "Produkt erfolgreich im Warenkorb eingefügt "
@@ -532,24 +532,24 @@ msgid "wishlist"
532
  msgstr "istek-listem"
533
 
534
  #: ../includes/class.yith-wcwl-shortcode.php:259
535
- #: ../includes/class.yith-wcwl-ui.php:163
536
  msgid "Share on:"
537
  msgstr "Paylaşım seçenekleri:"
538
 
539
- #: ../includes/class.yith-wcwl-ui.php:117
540
- #: ../includes/class.yith-wcwl-ui.php:199
541
  msgid "Select options"
542
  msgstr "Seçenekler"
543
 
544
- #: ../includes/class.yith-wcwl-ui.php:167 ../templates/share.php:20
545
  msgid "Facebook"
546
  msgstr "Facebook"
547
 
548
- #: ../includes/class.yith-wcwl-ui.php:170 ../templates/share.php:26
549
  msgid "Twitter"
550
  msgstr "Twitter"
551
 
552
- #: ../includes/class.yith-wcwl-ui.php:179
553
  msgid "email"
554
  msgstr ""
555
 
@@ -558,47 +558,47 @@ msgstr ""
558
  msgid "An error occurred while adding products to the wishlist."
559
  msgstr "Ürün istek listenize eklenirken bir hata meydana geldi."
560
 
561
- #: ../includes/class.yith-wcwl.php:268
562
  #, fuzzy
563
  msgid "An error occurred while adding products to wishlist."
564
  msgstr "Ürün istek listenize eklenirken bir hata meydana geldi."
565
 
566
- #: ../includes/class.yith-wcwl.php:285
567
  msgid "The \"Remove\" option now does not require any parameter"
568
  msgstr ""
569
 
570
- #: ../includes/class.yith-wcwl.php:332
571
  #, fuzzy
572
  msgid "An error occurred while removing products from the wishlist"
573
  msgstr "Ürün istek listenizden kaldırılırken bir hata meydana geldi."
574
 
575
- #: ../includes/class.yith-wcwl.php:774
576
  msgid "You need to log in before creating a new wishlist"
577
  msgstr ""
578
 
579
- #: ../includes/class.yith-wcwl.php:1565
580
  msgid "Product successfully removed."
581
  msgstr "Ürün başarıyla kaldırıldı."
582
 
583
- #: ../includes/class.yith-wcwl.php:1569
584
  msgid "Error. Unable to remove the product from the wishlist."
585
  msgstr "Hata. Ürün istek listenizden kaldırılamadı. "
586
 
587
- #: ../includes/class.yith-wcwl.php:1573 ../templates/wishlist-view.php:239
588
  msgid "No products were added to the wishlist"
589
  msgstr "İstek listesinde herhangi bir ürün bulunmuyor"
590
 
591
- #: ../includes/class.yith-wcwl.php:1615
592
  msgid "An error as occurred."
593
  msgstr ""
594
 
595
- #: ../init.php:128
596
  msgid ""
597
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
598
  "WooCommerce in order to work."
599
  msgstr ""
600
 
601
- #: ../init.php:138
602
  msgid ""
603
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
604
  "are using the premium one."
@@ -856,10 +856,6 @@ msgstr "Pinterest'te Pinle"
856
  msgid "Google+"
857
  msgstr "Google+'da Paylaş"
858
 
859
- #: ../templates/share.php:44
860
- msgid "I wanted you to see this site"
861
- msgstr ""
862
-
863
  #: ../templates/share.php:44
864
  msgid "Email"
865
  msgstr ""
@@ -889,57 +885,57 @@ msgstr "Birim Fiyatı"
889
  msgid "Stock Status"
890
  msgstr "Stok Durumu"
891
 
892
- #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:229
893
  msgid "Remove this product"
894
  msgstr "Bu ürünü kaldır"
895
 
896
- #: ../templates/wishlist-view.php:170
897
  msgid "Free!"
898
  msgstr "Ücretsiz!"
899
 
900
- #: ../templates/wishlist-view.php:176
901
  msgid "Out of Stock"
902
  msgstr "Stok Dışı"
903
 
904
- #: ../templates/wishlist-view.php:176
905
  msgid "In Stock"
906
  msgstr "Stokta"
907
 
908
- #: ../templates/wishlist-view.php:185
909
  #, php-format
910
  msgid "Added on : %s"
911
  msgstr ""
912
 
913
- #: ../templates/wishlist-view.php:197
914
  msgid "Move"
915
  msgstr ""
916
 
917
- #: ../templates/wishlist-view.php:209
918
  #, fuzzy
919
  msgid "Shared"
920
  msgstr "Paylaşım seçenekleri:"
921
 
922
- #: ../templates/wishlist-view.php:212
923
  msgid "Private"
924
  msgstr ""
925
 
926
- #: ../templates/wishlist-view.php:215
927
  msgid "Public"
928
  msgstr ""
929
 
930
- #: ../templates/wishlist-view.php:229
931
  msgid "Remove"
932
  msgstr ""
933
 
934
- #: ../templates/wishlist-view.php:256
935
  msgid "Add the selected products to the cart"
936
  msgstr ""
937
 
938
- #: ../templates/wishlist-view.php:264 ../templates/wishlist-view.php:310
939
  msgid "Ask for an estimate"
940
  msgstr ""
941
 
942
- #: ../templates/wishlist-view.php:300
943
  msgid "Your email"
944
  msgstr ""
945
 
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-10-24 17:34+0200\n"
6
+ "PO-Revision-Date: 2017-10-24 17:34+0200\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"
16
  "X-Poedit-Basepath: .\n"
17
  "Plural-Forms: nplurals=2; plural=n!=1;\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
19
+ "X-Generator: Poedit 1.8.7.1\n"
20
  "X-Poedit-SearchPath-0: ..\n"
21
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
22
 
23
  #: ../includes/class.yith-wcwl-admin-init.php:159
24
+ #: ../includes/class.yith-wcwl-admin-init.php:1483
25
+ #: ../includes/class.yith-wcwl-admin-init.php:1484
26
  #: ../includes/class.yith-wcwl-install.php:244
27
  msgid "Wishlist"
28
  msgstr "İstek Listesi"
60
  msgid "Plugin Documentation"
61
  msgstr ""
62
 
63
+ #: ../includes/class.yith-wcwl-admin-init.php:1023
64
  msgid "Upgrade to the PREMIUM VERSION"
65
  msgstr ""
66
 
67
+ #: ../includes/class.yith-wcwl-admin-init.php:1026
68
  msgid "YITH WooCommerce Wishlist"
69
  msgstr ""
70
 
71
+ #: ../includes/class.yith-wcwl-admin-init.php:1027
72
  msgid "Discover the Advanced Features"
73
  msgstr ""
74
 
75
+ #: ../includes/class.yith-wcwl-admin-init.php:1028
76
  msgid ""
77
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
78
  "all features!"
79
  msgstr ""
80
 
81
+ #: ../includes/class.yith-wcwl-admin-init.php:1034
82
  msgid "Get Support and Pro Features"
83
  msgstr ""
84
 
85
+ #: ../includes/class.yith-wcwl-admin-init.php:1035
86
  msgid ""
87
  "By purchasing the premium version of the plugin, you will take advantage of "
88
  "the advanced features of the product and you will get one year of free "
89
  "updates and support through our platform available 24h/24."
90
  msgstr ""
91
 
92
+ #: ../includes/class.yith-wcwl-admin-init.php:1045
93
  msgid "General Settings"
94
  msgstr "Genel Ayarlar"
95
 
96
+ #: ../includes/class.yith-wcwl-admin-init.php:1052
97
  msgid "Enable YITH Wishlist"
98
  msgstr "YITH İstek Listesi Etkin"
99
 
100
+ #: ../includes/class.yith-wcwl-admin-init.php:1053
101
  #, php-format
102
  msgid ""
103
  "Enable all plugin features. <strong>Be sure to select at least one option in "
105
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
106
  msgstr ""
107
 
108
+ #: ../includes/class.yith-wcwl-admin-init.php:1059
109
  #, fuzzy
110
  msgid "Default wishlist title"
111
  msgstr "İstek listesi başlığı"
112
 
113
+ #: ../includes/class.yith-wcwl-admin-init.php:1061
114
+ #: ../includes/class.yith-wcwl-admin-init.php:1062
115
+ #: ../includes/class.yith-wcwl-admin-init.php:1298
116
  #, php-format
117
  msgid "My wishlist on %s"
118
  msgstr "%s üzerinde istek listem"
119
 
120
+ #: ../includes/class.yith-wcwl-admin-init.php:1067
121
  msgid "Wishlist Page"
122
  msgstr "İstek Listesi Sayfası"
123
 
124
+ #: ../includes/class.yith-wcwl-admin-init.php:1068
125
  msgid "Page contents: [yith_wcwl_wishlist]"
126
  msgstr "Sayfa içeriği: [yith_wcwl_wishlist]"
127
 
128
+ #: ../includes/class.yith-wcwl-admin-init.php:1077
129
  msgid "Position"
130
  msgstr "Pozisyon"
131
 
132
+ #: ../includes/class.yith-wcwl-admin-init.php:1078
133
  msgid ""
134
  "You can add the button in variable products only after the \"Add to Cart\" "
135
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
136
  msgstr ""
137
 
138
+ #: ../includes/class.yith-wcwl-admin-init.php:1084
139
  msgid "After \"Add to cart\""
140
  msgstr "\"Sepete Ekle\"den sonra"
141
 
142
+ #: ../includes/class.yith-wcwl-admin-init.php:1085
143
  msgid "After thumbnails"
144
  msgstr "Küçük resimlerden sonra"
145
 
146
+ #: ../includes/class.yith-wcwl-admin-init.php:1086
147
  msgid "After summary"
148
  msgstr "Özet bilgisinden sonra"
149
 
150
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
151
  msgid "Use shortcode"
152
  msgstr "Kısa kod kullan"
153
 
154
+ #: ../includes/class.yith-wcwl-admin-init.php:1092
155
  msgid "Redirect to cart"
156
  msgstr "Sepete yönlendir"
157
 
158
+ #: ../includes/class.yith-wcwl-admin-init.php:1093
159
  msgid ""
160
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
161
  "page."
163
  "Eğer istek listesindeki bir ürün için \"Sepete Ekle\" butonuna tıklanırsa "
164
  "sepet sayfasına git."
165
 
166
+ #: ../includes/class.yith-wcwl-admin-init.php:1099
167
  msgid "Remove if added to the cart"
168
  msgstr "Sepete eklenmişse kaldır"
169
 
170
+ #: ../includes/class.yith-wcwl-admin-init.php:1100
171
  #, fuzzy
172
  msgid "Remove the product from the wishlist if it has been added to the cart."
173
  msgstr "Eğer ürün sepete eklenirse istek listesinden kaldır."
174
 
175
+ #: ../includes/class.yith-wcwl-admin-init.php:1106
176
  msgid "\"Add to Wishlist\" text"
177
  msgstr "\"İstek Listeme Ekle\" metni"
178
 
179
+ #: ../includes/class.yith-wcwl-admin-init.php:1108
180
  msgid "Add to Wishlist"
181
  msgstr "İstek Listeme Ekle"
182
 
183
+ #: ../includes/class.yith-wcwl-admin-init.php:1113
184
  #, fuzzy
185
  msgid "\"Browse wishlist\" text"
186
  msgstr "İstek Listesini Görüntüle"
187
 
188
+ #: ../includes/class.yith-wcwl-admin-init.php:1115
189
+ #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
190
  msgid "Browse Wishlist"
191
  msgstr "İstek Listesini Görüntüle"
192
 
193
+ #: ../includes/class.yith-wcwl-admin-init.php:1120
194
  #, fuzzy
195
  msgid "\"Product already in wishlist\" text"
196
  msgstr "Ürün zaten istek listenizde."
197
 
198
+ #: ../includes/class.yith-wcwl-admin-init.php:1122
199
+ #: ../includes/class.yith-wcwl-ui.php:83
200
  msgid "The product is already in the wishlist!"
201
  msgstr "Ürün zaten istek listenizde bulunuyor!"
202
 
203
+ #: ../includes/class.yith-wcwl-admin-init.php:1127
204
  #, fuzzy
205
  msgid "\"Product added\" text"
206
  msgstr "Ürün eklendi!"
207
 
208
+ #: ../includes/class.yith-wcwl-admin-init.php:1129
209
+ #: ../includes/class.yith-wcwl-ui.php:82
210
  msgid "Product added!"
211
  msgstr "Ürün eklendi!"
212
 
213
+ #: ../includes/class.yith-wcwl-admin-init.php:1134
214
  msgid "\"Add to Cart\" text"
215
  msgstr "\"Sepete Ekle\" metni"
216
 
217
+ #: ../includes/class.yith-wcwl-admin-init.php:1136
218
  msgid "Add to Cart"
219
  msgstr "Sepete Ekle"
220
 
221
+ #: ../includes/class.yith-wcwl-admin-init.php:1141
222
  msgid "Show Unit price"
223
  msgstr "Birim Fiyatını Göster"
224
 
225
+ #: ../includes/class.yith-wcwl-admin-init.php:1142
226
  msgid "Show unit price for each product in wishlist"
227
  msgstr ""
228
 
229
+ #: ../includes/class.yith-wcwl-admin-init.php:1149
230
  msgid "Show \"Add to Cart\" button"
231
  msgstr "\"Sepete Ekle\" butonunu göster"
232
 
233
+ #: ../includes/class.yith-wcwl-admin-init.php:1150
234
  #, fuzzy
235
  msgid "Show \"Add to Cart\" button for each product in wishlist"
236
  msgstr "\"Sepete Ekle\" buton arkaplanı"
237
 
238
+ #: ../includes/class.yith-wcwl-admin-init.php:1157
239
  msgid "Show Stock status"
240
  msgstr "Stok durumunu göster"
241
 
242
+ #: ../includes/class.yith-wcwl-admin-init.php:1158
243
  msgid ""
244
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
245
  msgstr ""
246
 
247
+ #: ../includes/class.yith-wcwl-admin-init.php:1165
248
  msgid "Show Date of addition"
249
  msgstr ""
250
 
251
+ #: ../includes/class.yith-wcwl-admin-init.php:1166
252
  #, fuzzy
253
  msgid "Show the date when users have added a product to the wishlist"
254
  msgstr "Ürün istek listenize eklenirken bir hata meydana geldi."
255
 
256
+ #: ../includes/class.yith-wcwl-admin-init.php:1173
257
  #, fuzzy
258
  msgid "Add second remove button"
259
  msgstr "\"Sepete Ekle\" buton metni"
260
 
261
+ #: ../includes/class.yith-wcwl-admin-init.php:1174
262
  msgid "Add a second remove button in the last column, with extended label"
263
  msgstr ""
264
 
265
+ #: ../includes/class.yith-wcwl-admin-init.php:1189
266
  msgid "Styles"
267
  msgstr "Stiller"
268
 
269
+ #: ../includes/class.yith-wcwl-admin-init.php:1196
270
  msgid "Use buttons"
271
  msgstr "Butonları kullan"
272
 
273
+ #: ../includes/class.yith-wcwl-admin-init.php:1197
274
  #, fuzzy
275
  msgid "Use buttons instead of simple anchors."
276
  msgstr "Basit bağlantılar yerine buton kullanın."
277
 
278
+ #: ../includes/class.yith-wcwl-admin-init.php:1203
279
  msgid "Custom CSS"
280
  msgstr "Özel CSS"
281
 
282
+ #: ../includes/class.yith-wcwl-admin-init.php:1210
283
  msgid "Use theme style"
284
  msgstr "Tema stilini kullan"
285
 
286
+ #: ../includes/class.yith-wcwl-admin-init.php:1211
287
  msgid "Use the theme style."
288
  msgstr "Tema stilini kullan."
289
 
290
+ #: ../includes/class.yith-wcwl-admin-init.php:1217
291
  #, fuzzy
292
  msgid "Rounded buttons"
293
  msgstr "Butonları kullan"
294
 
295
+ #: ../includes/class.yith-wcwl-admin-init.php:1218
296
  #, fuzzy
297
  msgid "Make button corners rounded"
298
  msgstr "Butonların köşelerini yuvarlaklaştır"
299
 
300
+ #: ../includes/class.yith-wcwl-admin-init.php:1224
301
  msgid "\"Add to Wishlist\" icon"
302
  msgstr "\"İstek Listeme Ekle\" simgesi"
303
 
304
+ #: ../includes/class.yith-wcwl-admin-init.php:1225
305
  msgid "Add an icon to the \"Add to Wishlist\" button"
306
  msgstr "\"İstek Listeme Ekle\" butonuna bir simge ekleyin"
307
 
308
+ #: ../includes/class.yith-wcwl-admin-init.php:1235
309
  msgid "\"Add to Cart\" icon"
310
  msgstr "\"Sepete Ekle\" simgesi"
311
 
312
+ #: ../includes/class.yith-wcwl-admin-init.php:1236
313
  msgid "Add an icon to the \"Add to Cart\" button"
314
  msgstr "\"Sepete Ekle\" butonuna bir simge ekleyin"
315
 
316
+ #: ../includes/class.yith-wcwl-admin-init.php:1254
317
  #, fuzzy
318
  msgid "Social Networks & Share"
319
  msgstr "Sosyal &amp; Paylaşım"
320
 
321
+ #: ../includes/class.yith-wcwl-admin-init.php:1261
322
  msgid "Share on Facebook"
323
  msgstr "Facebook'ta Paylaş"
324
 
325
+ #: ../includes/class.yith-wcwl-admin-init.php:1262
326
  #, fuzzy
327
  msgid "Show \"Share on Facebook\" button"
328
  msgstr "Facebook'ta Paylaş"
329
 
330
+ #: ../includes/class.yith-wcwl-admin-init.php:1268
331
  msgid "Tweet on Twitter"
332
  msgstr "Twitter'da Tweetle"
333
 
334
+ #: ../includes/class.yith-wcwl-admin-init.php:1269
335
  #, fuzzy
336
  msgid "Show \"Tweet on Twitter\" button"
337
  msgstr "Twitter'da Tweetle"
338
 
339
+ #: ../includes/class.yith-wcwl-admin-init.php:1275
340
  msgid "Pin on Pinterest"
341
  msgstr "Pinterest'te Pinle"
342
 
343
+ #: ../includes/class.yith-wcwl-admin-init.php:1276
344
  #, fuzzy
345
  msgid "Show \"Pin on Pinterest\" button"
346
  msgstr "Pinterest'te Pinle"
347
 
348
+ #: ../includes/class.yith-wcwl-admin-init.php:1282
349
  msgid "Share on Google+"
350
  msgstr "Google+'da Paylaş"
351
 
352
+ #: ../includes/class.yith-wcwl-admin-init.php:1283
353
  #, fuzzy
354
  msgid "Show \"Share on Google+\" button"
355
  msgstr "Facebook'ta Paylaş"
356
 
357
+ #: ../includes/class.yith-wcwl-admin-init.php:1289
358
  msgid "Share by Email"
359
  msgstr ""
360
 
361
+ #: ../includes/class.yith-wcwl-admin-init.php:1290
362
  #, fuzzy
363
  msgid "Show \"Share by Email\" button"
364
  msgstr "\"Sepete Ekle\" butonunu göster"
365
 
366
+ #: ../includes/class.yith-wcwl-admin-init.php:1296
367
  #, fuzzy
368
  msgid "Social title"
369
  msgstr "Sosyal medya başlığı"
370
 
371
+ #: ../includes/class.yith-wcwl-admin-init.php:1303
372
  #, fuzzy
373
  msgid "Social text"
374
  msgstr "Sosyal medya metni"
375
 
376
+ #: ../includes/class.yith-wcwl-admin-init.php:1304
377
  msgid ""
378
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
379
  "strong> where you want to show the URL of your wishlist."
380
  msgstr ""
381
 
382
+ #: ../includes/class.yith-wcwl-admin-init.php:1311
383
  #, fuzzy
384
  msgid "Social image URL"
385
  msgstr "Sosyal medya resim URL'i"
386
 
387
+ #: ../includes/class.yith-wcwl-admin-init.php:1312
388
  msgid "It will be used by Pinterest."
389
  msgstr ""
390
 
391
+ #: ../includes/class.yith-wcwl-admin-init.php:1326
392
  #, php-format
393
  msgid ""
394
  "If you want to take advantage of this feature, you could consider to "
395
  "purchase the %s."
396
  msgstr ""
397
 
398
+ #: ../includes/class.yith-wcwl-admin-init.php:1331
399
  msgid "YITH WooCommerce Frequently Bought Together Integration"
400
  msgstr ""
401
 
402
+ #: ../includes/class.yith-wcwl-admin-init.php:1338
403
  msgid "Enable slider in wishlist"
404
  msgstr ""
405
 
406
+ #: ../includes/class.yith-wcwl-admin-init.php:1339
407
  #, php-format
408
  msgid ""
409
  "Choose to enable product slider in wishlist page with linked products (<a "
410
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
411
  msgstr ""
412
 
413
+ #: ../includes/class.yith-wcwl-admin-init.php:1375
414
  #, fuzzy
415
  msgid "\"Add to wishlist\" button"
416
  msgstr "\"İstek Listeme Ekle\" buton metni"
417
 
418
+ #: ../includes/class.yith-wcwl-admin-init.php:1378
419
+ #: ../includes/class.yith-wcwl-admin-init.php:1396
420
+ #: ../includes/class.yith-wcwl-admin-init.php:1414
421
+ #: ../includes/class.yith-wcwl-admin-init.php:1432
422
+ #: ../includes/class.yith-wcwl-admin-init.php:1450
423
  msgid "Background"
424
  msgstr ""
425
 
426
+ #: ../includes/class.yith-wcwl-admin-init.php:1379
427
+ #: ../includes/class.yith-wcwl-admin-init.php:1397
428
+ #: ../includes/class.yith-wcwl-admin-init.php:1415
429
+ #: ../includes/class.yith-wcwl-admin-init.php:1433
430
+ #: ../includes/class.yith-wcwl-admin-init.php:1451
431
  msgid "Text"
432
  msgstr ""
433
 
434
+ #: ../includes/class.yith-wcwl-admin-init.php:1380
435
+ #: ../includes/class.yith-wcwl-admin-init.php:1398
436
+ #: ../includes/class.yith-wcwl-admin-init.php:1416
437
+ #: ../includes/class.yith-wcwl-admin-init.php:1434
438
+ #: ../includes/class.yith-wcwl-admin-init.php:1452
439
  msgid "Border"
440
  msgstr ""
441
 
442
+ #: ../includes/class.yith-wcwl-admin-init.php:1387
443
+ #: ../includes/class.yith-wcwl-admin-init.php:1405
444
+ #: ../includes/class.yith-wcwl-admin-init.php:1423
445
+ #: ../includes/class.yith-wcwl-admin-init.php:1441
446
  msgid "Background (hover)"
447
  msgstr ""
448
 
449
+ #: ../includes/class.yith-wcwl-admin-init.php:1388
450
+ #: ../includes/class.yith-wcwl-admin-init.php:1406
451
+ #: ../includes/class.yith-wcwl-admin-init.php:1424
452
+ #: ../includes/class.yith-wcwl-admin-init.php:1442
453
  msgid "Text (hover)"
454
  msgstr ""
455
 
456
+ #: ../includes/class.yith-wcwl-admin-init.php:1389
457
+ #: ../includes/class.yith-wcwl-admin-init.php:1407
458
+ #: ../includes/class.yith-wcwl-admin-init.php:1425
459
+ #: ../includes/class.yith-wcwl-admin-init.php:1443
460
  msgid "Border (hover)"
461
  msgstr ""
462
 
463
+ #: ../includes/class.yith-wcwl-admin-init.php:1393
464
  #, fuzzy
465
  msgid "\"Add to Cart\" button"
466
  msgstr "\"Sepete Ekle\" buton metni"
467
 
468
+ #: ../includes/class.yith-wcwl-admin-init.php:1411
469
  msgid "\"Style 1\" button"
470
  msgstr ""
471
 
472
+ #: ../includes/class.yith-wcwl-admin-init.php:1429
473
  msgid "\"Style 2\" button"
474
  msgstr ""
475
 
476
+ #: ../includes/class.yith-wcwl-admin-init.php:1447
477
  #, fuzzy
478
  msgid "Wishlist table"
479
  msgstr "İstek listesi başlığı"
480
 
481
+ #: ../includes/class.yith-wcwl-admin-init.php:1456
482
  msgid "Headers"
483
  msgstr ""
484
 
485
+ #: ../includes/class.yith-wcwl-admin-init.php:1459
486
  msgid "Background color"
487
  msgstr ""
488
 
489
+ #: ../includes/class.yith-wcwl-admin-init.php:1549
490
  #, fuzzy
491
  msgid "Wishlist Activated"
492
  msgstr "İstek listesi başlığı"
493
 
494
+ #: ../includes/class.yith-wcwl-admin-init.php:1550
495
  #, php-format
496
  msgid ""
497
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
500
  "options, <a href=\"%s\">discover it now</a>."
501
  msgstr ""
502
 
503
+ #: ../includes/class.yith-wcwl-admin-init.php:1561
504
  #, fuzzy
505
  msgid "Wishlist Updated"
506
  msgstr "İstek Listesi Sayfası"
507
 
508
+ #: ../includes/class.yith-wcwl-admin-init.php:1562
509
  #, php-format
510
  msgid ""
511
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
515
  "\">discover the PREMIUM version.</a>"
516
  msgstr ""
517
 
518
+ #: ../includes/class.yith-wcwl-init.php:374
519
  msgid ""
520
  "We are sorry, but this feature is available only if cookies are enabled on "
521
  "your browser."
522
  msgstr ""
523
 
524
+ #: ../includes/class.yith-wcwl-init.php:375
525
  #, fuzzy
526
  msgid "Product correctly added to cart"
527
  msgstr "Produkt erfolgreich im Warenkorb eingefügt "
532
  msgstr "istek-listem"
533
 
534
  #: ../includes/class.yith-wcwl-shortcode.php:259
535
+ #: ../includes/class.yith-wcwl-ui.php:164
536
  msgid "Share on:"
537
  msgstr "Paylaşım seçenekleri:"
538
 
539
+ #: ../includes/class.yith-wcwl-ui.php:118
540
+ #: ../includes/class.yith-wcwl-ui.php:200
541
  msgid "Select options"
542
  msgstr "Seçenekler"
543
 
544
+ #: ../includes/class.yith-wcwl-ui.php:168 ../templates/share.php:20
545
  msgid "Facebook"
546
  msgstr "Facebook"
547
 
548
+ #: ../includes/class.yith-wcwl-ui.php:171 ../templates/share.php:26
549
  msgid "Twitter"
550
  msgstr "Twitter"
551
 
552
+ #: ../includes/class.yith-wcwl-ui.php:180
553
  msgid "email"
554
  msgstr ""
555
 
558
  msgid "An error occurred while adding products to the wishlist."
559
  msgstr "Ürün istek listenize eklenirken bir hata meydana geldi."
560
 
561
+ #: ../includes/class.yith-wcwl.php:269
562
  #, fuzzy
563
  msgid "An error occurred while adding products to wishlist."
564
  msgstr "Ürün istek listenize eklenirken bir hata meydana geldi."
565
 
566
+ #: ../includes/class.yith-wcwl.php:286
567
  msgid "The \"Remove\" option now does not require any parameter"
568
  msgstr ""
569
 
570
+ #: ../includes/class.yith-wcwl.php:335
571
  #, fuzzy
572
  msgid "An error occurred while removing products from the wishlist"
573
  msgstr "Ürün istek listenizden kaldırılırken bir hata meydana geldi."
574
 
575
+ #: ../includes/class.yith-wcwl.php:783
576
  msgid "You need to log in before creating a new wishlist"
577
  msgstr ""
578
 
579
+ #: ../includes/class.yith-wcwl.php:1578
580
  msgid "Product successfully removed."
581
  msgstr "Ürün başarıyla kaldırıldı."
582
 
583
+ #: ../includes/class.yith-wcwl.php:1582
584
  msgid "Error. Unable to remove the product from the wishlist."
585
  msgstr "Hata. Ürün istek listenizden kaldırılamadı. "
586
 
587
+ #: ../includes/class.yith-wcwl.php:1586 ../templates/wishlist-view.php:241
588
  msgid "No products were added to the wishlist"
589
  msgstr "İstek listesinde herhangi bir ürün bulunmuyor"
590
 
591
+ #: ../includes/class.yith-wcwl.php:1628
592
  msgid "An error as occurred."
593
  msgstr ""
594
 
595
+ #: ../init.php:130
596
  msgid ""
597
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
598
  "WooCommerce in order to work."
599
  msgstr ""
600
 
601
+ #: ../init.php:140
602
  msgid ""
603
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
604
  "are using the premium one."
856
  msgid "Google+"
857
  msgstr "Google+'da Paylaş"
858
 
 
 
 
 
859
  #: ../templates/share.php:44
860
  msgid "Email"
861
  msgstr ""
885
  msgid "Stock Status"
886
  msgstr "Stok Durumu"
887
 
888
+ #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:231
889
  msgid "Remove this product"
890
  msgstr "Bu ürünü kaldır"
891
 
892
+ #: ../templates/wishlist-view.php:172
893
  msgid "Free!"
894
  msgstr "Ücretsiz!"
895
 
896
+ #: ../templates/wishlist-view.php:178
897
  msgid "Out of Stock"
898
  msgstr "Stok Dışı"
899
 
900
+ #: ../templates/wishlist-view.php:178
901
  msgid "In Stock"
902
  msgstr "Stokta"
903
 
904
+ #: ../templates/wishlist-view.php:187
905
  #, php-format
906
  msgid "Added on : %s"
907
  msgstr ""
908
 
909
+ #: ../templates/wishlist-view.php:199
910
  msgid "Move"
911
  msgstr ""
912
 
913
+ #: ../templates/wishlist-view.php:211
914
  #, fuzzy
915
  msgid "Shared"
916
  msgstr "Paylaşım seçenekleri:"
917
 
918
+ #: ../templates/wishlist-view.php:214
919
  msgid "Private"
920
  msgstr ""
921
 
922
+ #: ../templates/wishlist-view.php:217
923
  msgid "Public"
924
  msgstr ""
925
 
926
+ #: ../templates/wishlist-view.php:231
927
  msgid "Remove"
928
  msgstr ""
929
 
930
+ #: ../templates/wishlist-view.php:258
931
  msgid "Add the selected products to the cart"
932
  msgstr ""
933
 
934
+ #: ../templates/wishlist-view.php:266 ../templates/wishlist-view.php:312
935
  msgid "Ask for an estimate"
936
  msgstr ""
937
 
938
+ #: ../templates/wishlist-view.php:302
939
  msgid "Your email"
940
  msgstr ""
941
 
languages/yith-woocommerce-wishlist-uk_UA.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-uk_UA.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
- "POT-Creation-Date: 2017-05-11 15:57+0200\n"
5
- "PO-Revision-Date: 2017-05-11 15:57+0200\n"
6
  "Last-Translator: Valentyn Zubenko <valentyn.zubenko@gmail.com>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: uk_UA\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 2.0.1\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
@@ -20,8 +20,8 @@ msgstr ""
20
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
21
 
22
  #: ../includes/class.yith-wcwl-admin-init.php:159
23
- #: ../includes/class.yith-wcwl-admin-init.php:1288
24
- #: ../includes/class.yith-wcwl-admin-init.php:1289
25
  #: ../includes/class.yith-wcwl-install.php:244
26
  msgid "Wishlist"
27
  msgstr ""
@@ -59,44 +59,44 @@ msgstr ""
59
  msgid "Plugin Documentation"
60
  msgstr ""
61
 
62
- #: ../includes/class.yith-wcwl-admin-init.php:828
63
  msgid "Upgrade to the PREMIUM VERSION"
64
  msgstr ""
65
 
66
- #: ../includes/class.yith-wcwl-admin-init.php:831
67
  msgid "YITH WooCommerce Wishlist"
68
  msgstr ""
69
 
70
- #: ../includes/class.yith-wcwl-admin-init.php:832
71
  msgid "Discover the Advanced Features"
72
  msgstr ""
73
 
74
- #: ../includes/class.yith-wcwl-admin-init.php:833
75
  msgid ""
76
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
77
  "all features!"
78
  msgstr ""
79
 
80
- #: ../includes/class.yith-wcwl-admin-init.php:839
81
  msgid "Get Support and Pro Features"
82
  msgstr ""
83
 
84
- #: ../includes/class.yith-wcwl-admin-init.php:840
85
  msgid ""
86
  "By purchasing the premium version of the plugin, you will take advantage of "
87
  "the advanced features of the product and you will get one year of free "
88
  "updates and support through our platform available 24h/24."
89
  msgstr ""
90
 
91
- #: ../includes/class.yith-wcwl-admin-init.php:850
92
  msgid "General Settings"
93
  msgstr ""
94
 
95
- #: ../includes/class.yith-wcwl-admin-init.php:857
96
  msgid "Enable YITH Wishlist"
97
  msgstr ""
98
 
99
- #: ../includes/class.yith-wcwl-admin-init.php:858
100
  #, php-format
101
  msgid ""
102
  "Enable all plugin features. <strong>Be sure to select at least one option in "
@@ -104,382 +104,382 @@ msgid ""
104
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
105
  msgstr ""
106
 
107
- #: ../includes/class.yith-wcwl-admin-init.php:864
108
  msgid "Default wishlist title"
109
  msgstr ""
110
 
111
- #: ../includes/class.yith-wcwl-admin-init.php:866
112
- #: ../includes/class.yith-wcwl-admin-init.php:867
113
- #: ../includes/class.yith-wcwl-admin-init.php:1103
114
  #, php-format
115
  msgid "My wishlist on %s"
116
  msgstr "Мій обраний список в %s"
117
 
118
- #: ../includes/class.yith-wcwl-admin-init.php:872
119
  msgid "Wishlist Page"
120
  msgstr ""
121
 
122
- #: ../includes/class.yith-wcwl-admin-init.php:873
123
  msgid "Page contents: [yith_wcwl_wishlist]"
124
  msgstr ""
125
 
126
- #: ../includes/class.yith-wcwl-admin-init.php:882
127
  msgid "Position"
128
  msgstr ""
129
 
130
- #: ../includes/class.yith-wcwl-admin-init.php:883
131
  msgid ""
132
  "You can add the button in variable products only after the \"Add to Cart\" "
133
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
134
  msgstr ""
135
 
136
- #: ../includes/class.yith-wcwl-admin-init.php:889
137
  msgid "After \"Add to cart\""
138
  msgstr "After \"Додати в кошик\""
139
 
140
- #: ../includes/class.yith-wcwl-admin-init.php:890
141
  msgid "After thumbnails"
142
  msgstr ""
143
 
144
- #: ../includes/class.yith-wcwl-admin-init.php:891
145
  msgid "After summary"
146
  msgstr ""
147
 
148
- #: ../includes/class.yith-wcwl-admin-init.php:892
149
  msgid "Use shortcode"
150
  msgstr ""
151
 
152
- #: ../includes/class.yith-wcwl-admin-init.php:897
153
  msgid "Redirect to cart"
154
  msgstr ""
155
 
156
- #: ../includes/class.yith-wcwl-admin-init.php:898
157
  msgid ""
158
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
159
  "page."
160
  msgstr ""
161
 
162
- #: ../includes/class.yith-wcwl-admin-init.php:904
163
  msgid "Remove if added to the cart"
164
  msgstr ""
165
 
166
- #: ../includes/class.yith-wcwl-admin-init.php:905
167
  msgid "Remove the product from the wishlist if it has been added to the cart."
168
  msgstr ""
169
 
170
- #: ../includes/class.yith-wcwl-admin-init.php:911
171
  msgid "\"Add to Wishlist\" text"
172
  msgstr ""
173
 
174
- #: ../includes/class.yith-wcwl-admin-init.php:913
175
  msgid "Add to Wishlist"
176
  msgstr ""
177
 
178
- #: ../includes/class.yith-wcwl-admin-init.php:918
179
  #, fuzzy
180
  msgid "\"Browse wishlist\" text"
181
  msgstr "\"Додати в кошик\" button text"
182
 
183
- #: ../includes/class.yith-wcwl-admin-init.php:920
184
- #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl-ui.php:82
185
  msgid "Browse Wishlist"
186
  msgstr ""
187
 
188
- #: ../includes/class.yith-wcwl-admin-init.php:925
189
  msgid "\"Product already in wishlist\" text"
190
  msgstr ""
191
 
192
- #: ../includes/class.yith-wcwl-admin-init.php:927
193
- #: ../includes/class.yith-wcwl-ui.php:82
194
  msgid "The product is already in the wishlist!"
195
  msgstr ""
196
 
197
- #: ../includes/class.yith-wcwl-admin-init.php:932
198
  #, fuzzy
199
  msgid "\"Product added\" text"
200
  msgstr "Назва продукту"
201
 
202
- #: ../includes/class.yith-wcwl-admin-init.php:934
203
- #: ../includes/class.yith-wcwl-ui.php:81
204
  msgid "Product added!"
205
  msgstr ""
206
 
207
- #: ../includes/class.yith-wcwl-admin-init.php:939
208
  msgid "\"Add to Cart\" text"
209
  msgstr "\"Додати в кошик\" text"
210
 
211
- #: ../includes/class.yith-wcwl-admin-init.php:941
212
  msgid "Add to Cart"
213
  msgstr "Додати в кошик"
214
 
215
- #: ../includes/class.yith-wcwl-admin-init.php:946
216
  #, fuzzy
217
  msgid "Show Unit price"
218
  msgstr "Ціна"
219
 
220
- #: ../includes/class.yith-wcwl-admin-init.php:947
221
  msgid "Show unit price for each product in wishlist"
222
  msgstr ""
223
 
224
- #: ../includes/class.yith-wcwl-admin-init.php:954
225
  #, fuzzy
226
  msgid "Show \"Add to Cart\" button"
227
  msgstr "\"Додати в кошик\" button text"
228
 
229
- #: ../includes/class.yith-wcwl-admin-init.php:955
230
  #, fuzzy
231
  msgid "Show \"Add to Cart\" button for each product in wishlist"
232
  msgstr "\"Додати в кошик\" button background"
233
 
234
- #: ../includes/class.yith-wcwl-admin-init.php:962
235
  #, fuzzy
236
  msgid "Show Stock status"
237
  msgstr "Наявність на складі"
238
 
239
- #: ../includes/class.yith-wcwl-admin-init.php:963
240
  msgid ""
241
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
242
  msgstr ""
243
 
244
- #: ../includes/class.yith-wcwl-admin-init.php:970
245
  msgid "Show Date of addition"
246
  msgstr ""
247
 
248
- #: ../includes/class.yith-wcwl-admin-init.php:971
249
  #, fuzzy
250
  msgid "Show the date when users have added a product to the wishlist"
251
  msgstr "Немає доданих продуктів до вибраного"
252
 
253
- #: ../includes/class.yith-wcwl-admin-init.php:978
254
  #, fuzzy
255
  msgid "Add second remove button"
256
  msgstr "\"Додати в кошик\" button text"
257
 
258
- #: ../includes/class.yith-wcwl-admin-init.php:979
259
  msgid "Add a second remove button in the last column, with extended label"
260
  msgstr ""
261
 
262
- #: ../includes/class.yith-wcwl-admin-init.php:994
263
  msgid "Styles"
264
  msgstr ""
265
 
266
- #: ../includes/class.yith-wcwl-admin-init.php:1001
267
  msgid "Use buttons"
268
  msgstr ""
269
 
270
- #: ../includes/class.yith-wcwl-admin-init.php:1002
271
  msgid "Use buttons instead of simple anchors."
272
  msgstr ""
273
 
274
- #: ../includes/class.yith-wcwl-admin-init.php:1008
275
  msgid "Custom CSS"
276
  msgstr ""
277
 
278
- #: ../includes/class.yith-wcwl-admin-init.php:1015
279
  msgid "Use theme style"
280
  msgstr ""
281
 
282
- #: ../includes/class.yith-wcwl-admin-init.php:1016
283
  msgid "Use the theme style."
284
  msgstr ""
285
 
286
- #: ../includes/class.yith-wcwl-admin-init.php:1022
287
  msgid "Rounded buttons"
288
  msgstr ""
289
 
290
- #: ../includes/class.yith-wcwl-admin-init.php:1023
291
  msgid "Make button corners rounded"
292
  msgstr ""
293
 
294
- #: ../includes/class.yith-wcwl-admin-init.php:1029
295
  msgid "\"Add to Wishlist\" icon"
296
  msgstr ""
297
 
298
- #: ../includes/class.yith-wcwl-admin-init.php:1030
299
  msgid "Add an icon to the \"Add to Wishlist\" button"
300
  msgstr ""
301
 
302
- #: ../includes/class.yith-wcwl-admin-init.php:1040
303
  msgid "\"Add to Cart\" icon"
304
  msgstr "\"Додати в кошик\" icon"
305
 
306
- #: ../includes/class.yith-wcwl-admin-init.php:1041
307
  msgid "Add an icon to the \"Add to Cart\" button"
308
  msgstr "Add an icon to the \"Додати в кошик\" button"
309
 
310
- #: ../includes/class.yith-wcwl-admin-init.php:1059
311
  msgid "Social Networks & Share"
312
  msgstr ""
313
 
314
- #: ../includes/class.yith-wcwl-admin-init.php:1066
315
  msgid "Share on Facebook"
316
  msgstr ""
317
 
318
- #: ../includes/class.yith-wcwl-admin-init.php:1067
319
  #, fuzzy
320
  msgid "Show \"Share on Facebook\" button"
321
  msgstr "\"Додати в кошик\" button text"
322
 
323
- #: ../includes/class.yith-wcwl-admin-init.php:1073
324
  msgid "Tweet on Twitter"
325
  msgstr ""
326
 
327
- #: ../includes/class.yith-wcwl-admin-init.php:1074
328
  #, fuzzy
329
  msgid "Show \"Tweet on Twitter\" button"
330
  msgstr "\"Додати в кошик\" button text"
331
 
332
- #: ../includes/class.yith-wcwl-admin-init.php:1080
333
  msgid "Pin on Pinterest"
334
  msgstr ""
335
 
336
- #: ../includes/class.yith-wcwl-admin-init.php:1081
337
  #, fuzzy
338
  msgid "Show \"Pin on Pinterest\" button"
339
  msgstr "\"Додати в кошик\" button text"
340
 
341
- #: ../includes/class.yith-wcwl-admin-init.php:1087
342
  msgid "Share on Google+"
343
  msgstr ""
344
 
345
- #: ../includes/class.yith-wcwl-admin-init.php:1088
346
  #, fuzzy
347
  msgid "Show \"Share on Google+\" button"
348
  msgstr "\"Додати в кошик\" button text"
349
 
350
- #: ../includes/class.yith-wcwl-admin-init.php:1094
351
  msgid "Share by Email"
352
  msgstr ""
353
 
354
- #: ../includes/class.yith-wcwl-admin-init.php:1095
355
  #, fuzzy
356
  msgid "Show \"Share by Email\" button"
357
  msgstr "\"Додати в кошик\" button text"
358
 
359
- #: ../includes/class.yith-wcwl-admin-init.php:1101
360
  msgid "Social title"
361
  msgstr ""
362
 
363
- #: ../includes/class.yith-wcwl-admin-init.php:1108
364
  msgid "Social text"
365
  msgstr ""
366
 
367
- #: ../includes/class.yith-wcwl-admin-init.php:1109
368
  msgid ""
369
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
370
  "strong> where you want to show the URL of your wishlist."
371
  msgstr ""
372
 
373
- #: ../includes/class.yith-wcwl-admin-init.php:1116
374
  msgid "Social image URL"
375
  msgstr ""
376
 
377
- #: ../includes/class.yith-wcwl-admin-init.php:1117
378
  msgid "It will be used by Pinterest."
379
  msgstr ""
380
 
381
- #: ../includes/class.yith-wcwl-admin-init.php:1131
382
  #, php-format
383
  msgid ""
384
  "If you want to take advantage of this feature, you could consider to "
385
  "purchase the %s."
386
  msgstr ""
387
 
388
- #: ../includes/class.yith-wcwl-admin-init.php:1136
389
  msgid "YITH WooCommerce Frequently Bought Together Integration"
390
  msgstr ""
391
 
392
- #: ../includes/class.yith-wcwl-admin-init.php:1143
393
  msgid "Enable slider in wishlist"
394
  msgstr ""
395
 
396
- #: ../includes/class.yith-wcwl-admin-init.php:1144
397
  #, php-format
398
  msgid ""
399
  "Choose to enable product slider in wishlist page with linked products (<a "
400
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
401
  msgstr ""
402
 
403
- #: ../includes/class.yith-wcwl-admin-init.php:1180
404
  #, fuzzy
405
  msgid "\"Add to wishlist\" button"
406
  msgstr "\"Додати в кошик\" button text"
407
 
408
- #: ../includes/class.yith-wcwl-admin-init.php:1183
409
- #: ../includes/class.yith-wcwl-admin-init.php:1201
410
- #: ../includes/class.yith-wcwl-admin-init.php:1219
411
- #: ../includes/class.yith-wcwl-admin-init.php:1237
412
- #: ../includes/class.yith-wcwl-admin-init.php:1255
413
  msgid "Background"
414
  msgstr ""
415
 
416
- #: ../includes/class.yith-wcwl-admin-init.php:1184
417
- #: ../includes/class.yith-wcwl-admin-init.php:1202
418
- #: ../includes/class.yith-wcwl-admin-init.php:1220
419
- #: ../includes/class.yith-wcwl-admin-init.php:1238
420
- #: ../includes/class.yith-wcwl-admin-init.php:1256
421
  msgid "Text"
422
  msgstr ""
423
 
424
- #: ../includes/class.yith-wcwl-admin-init.php:1185
425
- #: ../includes/class.yith-wcwl-admin-init.php:1203
426
- #: ../includes/class.yith-wcwl-admin-init.php:1221
427
- #: ../includes/class.yith-wcwl-admin-init.php:1239
428
- #: ../includes/class.yith-wcwl-admin-init.php:1257
429
  msgid "Border"
430
  msgstr ""
431
 
432
- #: ../includes/class.yith-wcwl-admin-init.php:1192
433
- #: ../includes/class.yith-wcwl-admin-init.php:1210
434
- #: ../includes/class.yith-wcwl-admin-init.php:1228
435
- #: ../includes/class.yith-wcwl-admin-init.php:1246
436
  msgid "Background (hover)"
437
  msgstr ""
438
 
439
- #: ../includes/class.yith-wcwl-admin-init.php:1193
440
- #: ../includes/class.yith-wcwl-admin-init.php:1211
441
- #: ../includes/class.yith-wcwl-admin-init.php:1229
442
- #: ../includes/class.yith-wcwl-admin-init.php:1247
443
  msgid "Text (hover)"
444
  msgstr ""
445
 
446
- #: ../includes/class.yith-wcwl-admin-init.php:1194
447
- #: ../includes/class.yith-wcwl-admin-init.php:1212
448
- #: ../includes/class.yith-wcwl-admin-init.php:1230
449
- #: ../includes/class.yith-wcwl-admin-init.php:1248
450
  msgid "Border (hover)"
451
  msgstr ""
452
 
453
- #: ../includes/class.yith-wcwl-admin-init.php:1198
454
  #, fuzzy
455
  msgid "\"Add to Cart\" button"
456
  msgstr "\"Додати в кошик\" button text"
457
 
458
- #: ../includes/class.yith-wcwl-admin-init.php:1216
459
  msgid "\"Style 1\" button"
460
  msgstr ""
461
 
462
- #: ../includes/class.yith-wcwl-admin-init.php:1234
463
  msgid "\"Style 2\" button"
464
  msgstr ""
465
 
466
- #: ../includes/class.yith-wcwl-admin-init.php:1252
467
  msgid "Wishlist table"
468
  msgstr ""
469
 
470
- #: ../includes/class.yith-wcwl-admin-init.php:1261
471
  msgid "Headers"
472
  msgstr ""
473
 
474
- #: ../includes/class.yith-wcwl-admin-init.php:1264
475
  msgid "Background color"
476
  msgstr ""
477
 
478
- #: ../includes/class.yith-wcwl-admin-init.php:1354
479
  msgid "Wishlist Activated"
480
  msgstr ""
481
 
482
- #: ../includes/class.yith-wcwl-admin-init.php:1355
483
  #, php-format
484
  msgid ""
485
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
@@ -488,11 +488,11 @@ msgid ""
488
  "options, <a href=\"%s\">discover it now</a>."
489
  msgstr ""
490
 
491
- #: ../includes/class.yith-wcwl-admin-init.php:1366
492
  msgid "Wishlist Updated"
493
  msgstr ""
494
 
495
- #: ../includes/class.yith-wcwl-admin-init.php:1367
496
  #, php-format
497
  msgid ""
498
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
@@ -502,13 +502,13 @@ msgid ""
502
  "\">discover the PREMIUM version.</a>"
503
  msgstr ""
504
 
505
- #: ../includes/class.yith-wcwl-init.php:366
506
  msgid ""
507
  "We are sorry, but this feature is available only if cookies are enabled on "
508
  "your browser."
509
  msgstr ""
510
 
511
- #: ../includes/class.yith-wcwl-init.php:367
512
  #, fuzzy
513
  msgid "Product correctly added to cart"
514
  msgstr "Назва продукту"
@@ -519,24 +519,24 @@ msgid "wishlist"
519
  msgstr ""
520
 
521
  #: ../includes/class.yith-wcwl-shortcode.php:259
522
- #: ../includes/class.yith-wcwl-ui.php:163
523
  msgid "Share on:"
524
  msgstr "Поширити в:"
525
 
526
- #: ../includes/class.yith-wcwl-ui.php:117
527
- #: ../includes/class.yith-wcwl-ui.php:199
528
  msgid "Select options"
529
  msgstr ""
530
 
531
- #: ../includes/class.yith-wcwl-ui.php:167 ../templates/share.php:20
532
  msgid "Facebook"
533
  msgstr ""
534
 
535
- #: ../includes/class.yith-wcwl-ui.php:170 ../templates/share.php:26
536
  msgid "Twitter"
537
  msgstr ""
538
 
539
- #: ../includes/class.yith-wcwl-ui.php:179
540
  msgid "email"
541
  msgstr ""
542
 
@@ -545,47 +545,47 @@ msgstr ""
545
  msgid "An error occurred while adding products to the wishlist."
546
  msgstr "Немає доданих продуктів до вибраного"
547
 
548
- #: ../includes/class.yith-wcwl.php:268
549
  #, fuzzy
550
  msgid "An error occurred while adding products to wishlist."
551
  msgstr "Немає доданих продуктів до вибраного"
552
 
553
- #: ../includes/class.yith-wcwl.php:285
554
  msgid "The \"Remove\" option now does not require any parameter"
555
  msgstr ""
556
 
557
- #: ../includes/class.yith-wcwl.php:332
558
  #, fuzzy
559
  msgid "An error occurred while removing products from the wishlist"
560
  msgstr "Немає доданих продуктів до вибраного"
561
 
562
- #: ../includes/class.yith-wcwl.php:774
563
  msgid "You need to log in before creating a new wishlist"
564
  msgstr ""
565
 
566
- #: ../includes/class.yith-wcwl.php:1565
567
  msgid "Product successfully removed."
568
  msgstr ""
569
 
570
- #: ../includes/class.yith-wcwl.php:1569
571
  msgid "Error. Unable to remove the product from the wishlist."
572
  msgstr ""
573
 
574
- #: ../includes/class.yith-wcwl.php:1573 ../templates/wishlist-view.php:239
575
  msgid "No products were added to the wishlist"
576
  msgstr "Немає доданих продуктів до вибраного"
577
 
578
- #: ../includes/class.yith-wcwl.php:1615
579
  msgid "An error as occurred."
580
  msgstr ""
581
 
582
- #: ../init.php:128
583
  msgid ""
584
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
585
  "WooCommerce in order to work."
586
  msgstr ""
587
 
588
- #: ../init.php:138
589
  msgid ""
590
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
591
  "are using the premium one."
@@ -841,10 +841,6 @@ msgstr ""
841
  msgid "Google+"
842
  msgstr ""
843
 
844
- #: ../templates/share.php:44
845
- msgid "I wanted you to see this site"
846
- msgstr ""
847
-
848
  #: ../templates/share.php:44
849
  msgid "Email"
850
  msgstr ""
@@ -873,57 +869,57 @@ msgstr "Ціна"
873
  msgid "Stock Status"
874
  msgstr "Наявність на складі"
875
 
876
- #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:229
877
  msgid "Remove this product"
878
  msgstr ""
879
 
880
- #: ../templates/wishlist-view.php:170
881
  msgid "Free!"
882
  msgstr ""
883
 
884
- #: ../templates/wishlist-view.php:176
885
  msgid "Out of Stock"
886
  msgstr ""
887
 
888
- #: ../templates/wishlist-view.php:176
889
  msgid "In Stock"
890
  msgstr "в наявності"
891
 
892
- #: ../templates/wishlist-view.php:185
893
  #, php-format
894
  msgid "Added on : %s"
895
  msgstr ""
896
 
897
- #: ../templates/wishlist-view.php:197
898
  msgid "Move"
899
  msgstr ""
900
 
901
- #: ../templates/wishlist-view.php:209
902
  #, fuzzy
903
  msgid "Shared"
904
  msgstr "Поширити в:"
905
 
906
- #: ../templates/wishlist-view.php:212
907
  msgid "Private"
908
  msgstr ""
909
 
910
- #: ../templates/wishlist-view.php:215
911
  msgid "Public"
912
  msgstr ""
913
 
914
- #: ../templates/wishlist-view.php:229
915
  msgid "Remove"
916
  msgstr ""
917
 
918
- #: ../templates/wishlist-view.php:256
919
  msgid "Add the selected products to the cart"
920
  msgstr ""
921
 
922
- #: ../templates/wishlist-view.php:264 ../templates/wishlist-view.php:310
923
  msgid "Ask for an estimate"
924
  msgstr ""
925
 
926
- #: ../templates/wishlist-view.php:300
927
  msgid "Your email"
928
  msgstr ""
929
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
+ "POT-Creation-Date: 2017-10-24 17:34+0200\n"
5
+ "PO-Revision-Date: 2017-10-24 17:34+0200\n"
6
  "Last-Translator: Valentyn Zubenko <valentyn.zubenko@gmail.com>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: uk_UA\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.8.7.1\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
20
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
21
 
22
  #: ../includes/class.yith-wcwl-admin-init.php:159
23
+ #: ../includes/class.yith-wcwl-admin-init.php:1483
24
+ #: ../includes/class.yith-wcwl-admin-init.php:1484
25
  #: ../includes/class.yith-wcwl-install.php:244
26
  msgid "Wishlist"
27
  msgstr ""
59
  msgid "Plugin Documentation"
60
  msgstr ""
61
 
62
+ #: ../includes/class.yith-wcwl-admin-init.php:1023
63
  msgid "Upgrade to the PREMIUM VERSION"
64
  msgstr ""
65
 
66
+ #: ../includes/class.yith-wcwl-admin-init.php:1026
67
  msgid "YITH WooCommerce Wishlist"
68
  msgstr ""
69
 
70
+ #: ../includes/class.yith-wcwl-admin-init.php:1027
71
  msgid "Discover the Advanced Features"
72
  msgstr ""
73
 
74
+ #: ../includes/class.yith-wcwl-admin-init.php:1028
75
  msgid ""
76
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
77
  "all features!"
78
  msgstr ""
79
 
80
+ #: ../includes/class.yith-wcwl-admin-init.php:1034
81
  msgid "Get Support and Pro Features"
82
  msgstr ""
83
 
84
+ #: ../includes/class.yith-wcwl-admin-init.php:1035
85
  msgid ""
86
  "By purchasing the premium version of the plugin, you will take advantage of "
87
  "the advanced features of the product and you will get one year of free "
88
  "updates and support through our platform available 24h/24."
89
  msgstr ""
90
 
91
+ #: ../includes/class.yith-wcwl-admin-init.php:1045
92
  msgid "General Settings"
93
  msgstr ""
94
 
95
+ #: ../includes/class.yith-wcwl-admin-init.php:1052
96
  msgid "Enable YITH Wishlist"
97
  msgstr ""
98
 
99
+ #: ../includes/class.yith-wcwl-admin-init.php:1053
100
  #, php-format
101
  msgid ""
102
  "Enable all plugin features. <strong>Be sure to select at least one option in "
104
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
105
  msgstr ""
106
 
107
+ #: ../includes/class.yith-wcwl-admin-init.php:1059
108
  msgid "Default wishlist title"
109
  msgstr ""
110
 
111
+ #: ../includes/class.yith-wcwl-admin-init.php:1061
112
+ #: ../includes/class.yith-wcwl-admin-init.php:1062
113
+ #: ../includes/class.yith-wcwl-admin-init.php:1298
114
  #, php-format
115
  msgid "My wishlist on %s"
116
  msgstr "Мій обраний список в %s"
117
 
118
+ #: ../includes/class.yith-wcwl-admin-init.php:1067
119
  msgid "Wishlist Page"
120
  msgstr ""
121
 
122
+ #: ../includes/class.yith-wcwl-admin-init.php:1068
123
  msgid "Page contents: [yith_wcwl_wishlist]"
124
  msgstr ""
125
 
126
+ #: ../includes/class.yith-wcwl-admin-init.php:1077
127
  msgid "Position"
128
  msgstr ""
129
 
130
+ #: ../includes/class.yith-wcwl-admin-init.php:1078
131
  msgid ""
132
  "You can add the button in variable products only after the \"Add to Cart\" "
133
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
134
  msgstr ""
135
 
136
+ #: ../includes/class.yith-wcwl-admin-init.php:1084
137
  msgid "After \"Add to cart\""
138
  msgstr "After \"Додати в кошик\""
139
 
140
+ #: ../includes/class.yith-wcwl-admin-init.php:1085
141
  msgid "After thumbnails"
142
  msgstr ""
143
 
144
+ #: ../includes/class.yith-wcwl-admin-init.php:1086
145
  msgid "After summary"
146
  msgstr ""
147
 
148
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
149
  msgid "Use shortcode"
150
  msgstr ""
151
 
152
+ #: ../includes/class.yith-wcwl-admin-init.php:1092
153
  msgid "Redirect to cart"
154
  msgstr ""
155
 
156
+ #: ../includes/class.yith-wcwl-admin-init.php:1093
157
  msgid ""
158
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
159
  "page."
160
  msgstr ""
161
 
162
+ #: ../includes/class.yith-wcwl-admin-init.php:1099
163
  msgid "Remove if added to the cart"
164
  msgstr ""
165
 
166
+ #: ../includes/class.yith-wcwl-admin-init.php:1100
167
  msgid "Remove the product from the wishlist if it has been added to the cart."
168
  msgstr ""
169
 
170
+ #: ../includes/class.yith-wcwl-admin-init.php:1106
171
  msgid "\"Add to Wishlist\" text"
172
  msgstr ""
173
 
174
+ #: ../includes/class.yith-wcwl-admin-init.php:1108
175
  msgid "Add to Wishlist"
176
  msgstr ""
177
 
178
+ #: ../includes/class.yith-wcwl-admin-init.php:1113
179
  #, fuzzy
180
  msgid "\"Browse wishlist\" text"
181
  msgstr "\"Додати в кошик\" button text"
182
 
183
+ #: ../includes/class.yith-wcwl-admin-init.php:1115
184
+ #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
185
  msgid "Browse Wishlist"
186
  msgstr ""
187
 
188
+ #: ../includes/class.yith-wcwl-admin-init.php:1120
189
  msgid "\"Product already in wishlist\" text"
190
  msgstr ""
191
 
192
+ #: ../includes/class.yith-wcwl-admin-init.php:1122
193
+ #: ../includes/class.yith-wcwl-ui.php:83
194
  msgid "The product is already in the wishlist!"
195
  msgstr ""
196
 
197
+ #: ../includes/class.yith-wcwl-admin-init.php:1127
198
  #, fuzzy
199
  msgid "\"Product added\" text"
200
  msgstr "Назва продукту"
201
 
202
+ #: ../includes/class.yith-wcwl-admin-init.php:1129
203
+ #: ../includes/class.yith-wcwl-ui.php:82
204
  msgid "Product added!"
205
  msgstr ""
206
 
207
+ #: ../includes/class.yith-wcwl-admin-init.php:1134
208
  msgid "\"Add to Cart\" text"
209
  msgstr "\"Додати в кошик\" text"
210
 
211
+ #: ../includes/class.yith-wcwl-admin-init.php:1136
212
  msgid "Add to Cart"
213
  msgstr "Додати в кошик"
214
 
215
+ #: ../includes/class.yith-wcwl-admin-init.php:1141
216
  #, fuzzy
217
  msgid "Show Unit price"
218
  msgstr "Ціна"
219
 
220
+ #: ../includes/class.yith-wcwl-admin-init.php:1142
221
  msgid "Show unit price for each product in wishlist"
222
  msgstr ""
223
 
224
+ #: ../includes/class.yith-wcwl-admin-init.php:1149
225
  #, fuzzy
226
  msgid "Show \"Add to Cart\" button"
227
  msgstr "\"Додати в кошик\" button text"
228
 
229
+ #: ../includes/class.yith-wcwl-admin-init.php:1150
230
  #, fuzzy
231
  msgid "Show \"Add to Cart\" button for each product in wishlist"
232
  msgstr "\"Додати в кошик\" button background"
233
 
234
+ #: ../includes/class.yith-wcwl-admin-init.php:1157
235
  #, fuzzy
236
  msgid "Show Stock status"
237
  msgstr "Наявність на складі"
238
 
239
+ #: ../includes/class.yith-wcwl-admin-init.php:1158
240
  msgid ""
241
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
242
  msgstr ""
243
 
244
+ #: ../includes/class.yith-wcwl-admin-init.php:1165
245
  msgid "Show Date of addition"
246
  msgstr ""
247
 
248
+ #: ../includes/class.yith-wcwl-admin-init.php:1166
249
  #, fuzzy
250
  msgid "Show the date when users have added a product to the wishlist"
251
  msgstr "Немає доданих продуктів до вибраного"
252
 
253
+ #: ../includes/class.yith-wcwl-admin-init.php:1173
254
  #, fuzzy
255
  msgid "Add second remove button"
256
  msgstr "\"Додати в кошик\" button text"
257
 
258
+ #: ../includes/class.yith-wcwl-admin-init.php:1174
259
  msgid "Add a second remove button in the last column, with extended label"
260
  msgstr ""
261
 
262
+ #: ../includes/class.yith-wcwl-admin-init.php:1189
263
  msgid "Styles"
264
  msgstr ""
265
 
266
+ #: ../includes/class.yith-wcwl-admin-init.php:1196
267
  msgid "Use buttons"
268
  msgstr ""
269
 
270
+ #: ../includes/class.yith-wcwl-admin-init.php:1197
271
  msgid "Use buttons instead of simple anchors."
272
  msgstr ""
273
 
274
+ #: ../includes/class.yith-wcwl-admin-init.php:1203
275
  msgid "Custom CSS"
276
  msgstr ""
277
 
278
+ #: ../includes/class.yith-wcwl-admin-init.php:1210
279
  msgid "Use theme style"
280
  msgstr ""
281
 
282
+ #: ../includes/class.yith-wcwl-admin-init.php:1211
283
  msgid "Use the theme style."
284
  msgstr ""
285
 
286
+ #: ../includes/class.yith-wcwl-admin-init.php:1217
287
  msgid "Rounded buttons"
288
  msgstr ""
289
 
290
+ #: ../includes/class.yith-wcwl-admin-init.php:1218
291
  msgid "Make button corners rounded"
292
  msgstr ""
293
 
294
+ #: ../includes/class.yith-wcwl-admin-init.php:1224
295
  msgid "\"Add to Wishlist\" icon"
296
  msgstr ""
297
 
298
+ #: ../includes/class.yith-wcwl-admin-init.php:1225
299
  msgid "Add an icon to the \"Add to Wishlist\" button"
300
  msgstr ""
301
 
302
+ #: ../includes/class.yith-wcwl-admin-init.php:1235
303
  msgid "\"Add to Cart\" icon"
304
  msgstr "\"Додати в кошик\" icon"
305
 
306
+ #: ../includes/class.yith-wcwl-admin-init.php:1236
307
  msgid "Add an icon to the \"Add to Cart\" button"
308
  msgstr "Add an icon to the \"Додати в кошик\" button"
309
 
310
+ #: ../includes/class.yith-wcwl-admin-init.php:1254
311
  msgid "Social Networks & Share"
312
  msgstr ""
313
 
314
+ #: ../includes/class.yith-wcwl-admin-init.php:1261
315
  msgid "Share on Facebook"
316
  msgstr ""
317
 
318
+ #: ../includes/class.yith-wcwl-admin-init.php:1262
319
  #, fuzzy
320
  msgid "Show \"Share on Facebook\" button"
321
  msgstr "\"Додати в кошик\" button text"
322
 
323
+ #: ../includes/class.yith-wcwl-admin-init.php:1268
324
  msgid "Tweet on Twitter"
325
  msgstr ""
326
 
327
+ #: ../includes/class.yith-wcwl-admin-init.php:1269
328
  #, fuzzy
329
  msgid "Show \"Tweet on Twitter\" button"
330
  msgstr "\"Додати в кошик\" button text"
331
 
332
+ #: ../includes/class.yith-wcwl-admin-init.php:1275
333
  msgid "Pin on Pinterest"
334
  msgstr ""
335
 
336
+ #: ../includes/class.yith-wcwl-admin-init.php:1276
337
  #, fuzzy
338
  msgid "Show \"Pin on Pinterest\" button"
339
  msgstr "\"Додати в кошик\" button text"
340
 
341
+ #: ../includes/class.yith-wcwl-admin-init.php:1282
342
  msgid "Share on Google+"
343
  msgstr ""
344
 
345
+ #: ../includes/class.yith-wcwl-admin-init.php:1283
346
  #, fuzzy
347
  msgid "Show \"Share on Google+\" button"
348
  msgstr "\"Додати в кошик\" button text"
349
 
350
+ #: ../includes/class.yith-wcwl-admin-init.php:1289
351
  msgid "Share by Email"
352
  msgstr ""
353
 
354
+ #: ../includes/class.yith-wcwl-admin-init.php:1290
355
  #, fuzzy
356
  msgid "Show \"Share by Email\" button"
357
  msgstr "\"Додати в кошик\" button text"
358
 
359
+ #: ../includes/class.yith-wcwl-admin-init.php:1296
360
  msgid "Social title"
361
  msgstr ""
362
 
363
+ #: ../includes/class.yith-wcwl-admin-init.php:1303
364
  msgid "Social text"
365
  msgstr ""
366
 
367
+ #: ../includes/class.yith-wcwl-admin-init.php:1304
368
  msgid ""
369
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
370
  "strong> where you want to show the URL of your wishlist."
371
  msgstr ""
372
 
373
+ #: ../includes/class.yith-wcwl-admin-init.php:1311
374
  msgid "Social image URL"
375
  msgstr ""
376
 
377
+ #: ../includes/class.yith-wcwl-admin-init.php:1312
378
  msgid "It will be used by Pinterest."
379
  msgstr ""
380
 
381
+ #: ../includes/class.yith-wcwl-admin-init.php:1326
382
  #, php-format
383
  msgid ""
384
  "If you want to take advantage of this feature, you could consider to "
385
  "purchase the %s."
386
  msgstr ""
387
 
388
+ #: ../includes/class.yith-wcwl-admin-init.php:1331
389
  msgid "YITH WooCommerce Frequently Bought Together Integration"
390
  msgstr ""
391
 
392
+ #: ../includes/class.yith-wcwl-admin-init.php:1338
393
  msgid "Enable slider in wishlist"
394
  msgstr ""
395
 
396
+ #: ../includes/class.yith-wcwl-admin-init.php:1339
397
  #, php-format
398
  msgid ""
399
  "Choose to enable product slider in wishlist page with linked products (<a "
400
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
401
  msgstr ""
402
 
403
+ #: ../includes/class.yith-wcwl-admin-init.php:1375
404
  #, fuzzy
405
  msgid "\"Add to wishlist\" button"
406
  msgstr "\"Додати в кошик\" button text"
407
 
408
+ #: ../includes/class.yith-wcwl-admin-init.php:1378
409
+ #: ../includes/class.yith-wcwl-admin-init.php:1396
410
+ #: ../includes/class.yith-wcwl-admin-init.php:1414
411
+ #: ../includes/class.yith-wcwl-admin-init.php:1432
412
+ #: ../includes/class.yith-wcwl-admin-init.php:1450
413
  msgid "Background"
414
  msgstr ""
415
 
416
+ #: ../includes/class.yith-wcwl-admin-init.php:1379
417
+ #: ../includes/class.yith-wcwl-admin-init.php:1397
418
+ #: ../includes/class.yith-wcwl-admin-init.php:1415
419
+ #: ../includes/class.yith-wcwl-admin-init.php:1433
420
+ #: ../includes/class.yith-wcwl-admin-init.php:1451
421
  msgid "Text"
422
  msgstr ""
423
 
424
+ #: ../includes/class.yith-wcwl-admin-init.php:1380
425
+ #: ../includes/class.yith-wcwl-admin-init.php:1398
426
+ #: ../includes/class.yith-wcwl-admin-init.php:1416
427
+ #: ../includes/class.yith-wcwl-admin-init.php:1434
428
+ #: ../includes/class.yith-wcwl-admin-init.php:1452
429
  msgid "Border"
430
  msgstr ""
431
 
432
+ #: ../includes/class.yith-wcwl-admin-init.php:1387
433
+ #: ../includes/class.yith-wcwl-admin-init.php:1405
434
+ #: ../includes/class.yith-wcwl-admin-init.php:1423
435
+ #: ../includes/class.yith-wcwl-admin-init.php:1441
436
  msgid "Background (hover)"
437
  msgstr ""
438
 
439
+ #: ../includes/class.yith-wcwl-admin-init.php:1388
440
+ #: ../includes/class.yith-wcwl-admin-init.php:1406
441
+ #: ../includes/class.yith-wcwl-admin-init.php:1424
442
+ #: ../includes/class.yith-wcwl-admin-init.php:1442
443
  msgid "Text (hover)"
444
  msgstr ""
445
 
446
+ #: ../includes/class.yith-wcwl-admin-init.php:1389
447
+ #: ../includes/class.yith-wcwl-admin-init.php:1407
448
+ #: ../includes/class.yith-wcwl-admin-init.php:1425
449
+ #: ../includes/class.yith-wcwl-admin-init.php:1443
450
  msgid "Border (hover)"
451
  msgstr ""
452
 
453
+ #: ../includes/class.yith-wcwl-admin-init.php:1393
454
  #, fuzzy
455
  msgid "\"Add to Cart\" button"
456
  msgstr "\"Додати в кошик\" button text"
457
 
458
+ #: ../includes/class.yith-wcwl-admin-init.php:1411
459
  msgid "\"Style 1\" button"
460
  msgstr ""
461
 
462
+ #: ../includes/class.yith-wcwl-admin-init.php:1429
463
  msgid "\"Style 2\" button"
464
  msgstr ""
465
 
466
+ #: ../includes/class.yith-wcwl-admin-init.php:1447
467
  msgid "Wishlist table"
468
  msgstr ""
469
 
470
+ #: ../includes/class.yith-wcwl-admin-init.php:1456
471
  msgid "Headers"
472
  msgstr ""
473
 
474
+ #: ../includes/class.yith-wcwl-admin-init.php:1459
475
  msgid "Background color"
476
  msgstr ""
477
 
478
+ #: ../includes/class.yith-wcwl-admin-init.php:1549
479
  msgid "Wishlist Activated"
480
  msgstr ""
481
 
482
+ #: ../includes/class.yith-wcwl-admin-init.php:1550
483
  #, php-format
484
  msgid ""
485
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
488
  "options, <a href=\"%s\">discover it now</a>."
489
  msgstr ""
490
 
491
+ #: ../includes/class.yith-wcwl-admin-init.php:1561
492
  msgid "Wishlist Updated"
493
  msgstr ""
494
 
495
+ #: ../includes/class.yith-wcwl-admin-init.php:1562
496
  #, php-format
497
  msgid ""
498
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
502
  "\">discover the PREMIUM version.</a>"
503
  msgstr ""
504
 
505
+ #: ../includes/class.yith-wcwl-init.php:374
506
  msgid ""
507
  "We are sorry, but this feature is available only if cookies are enabled on "
508
  "your browser."
509
  msgstr ""
510
 
511
+ #: ../includes/class.yith-wcwl-init.php:375
512
  #, fuzzy
513
  msgid "Product correctly added to cart"
514
  msgstr "Назва продукту"
519
  msgstr ""
520
 
521
  #: ../includes/class.yith-wcwl-shortcode.php:259
522
+ #: ../includes/class.yith-wcwl-ui.php:164
523
  msgid "Share on:"
524
  msgstr "Поширити в:"
525
 
526
+ #: ../includes/class.yith-wcwl-ui.php:118
527
+ #: ../includes/class.yith-wcwl-ui.php:200
528
  msgid "Select options"
529
  msgstr ""
530
 
531
+ #: ../includes/class.yith-wcwl-ui.php:168 ../templates/share.php:20
532
  msgid "Facebook"
533
  msgstr ""
534
 
535
+ #: ../includes/class.yith-wcwl-ui.php:171 ../templates/share.php:26
536
  msgid "Twitter"
537
  msgstr ""
538
 
539
+ #: ../includes/class.yith-wcwl-ui.php:180
540
  msgid "email"
541
  msgstr ""
542
 
545
  msgid "An error occurred while adding products to the wishlist."
546
  msgstr "Немає доданих продуктів до вибраного"
547
 
548
+ #: ../includes/class.yith-wcwl.php:269
549
  #, fuzzy
550
  msgid "An error occurred while adding products to wishlist."
551
  msgstr "Немає доданих продуктів до вибраного"
552
 
553
+ #: ../includes/class.yith-wcwl.php:286
554
  msgid "The \"Remove\" option now does not require any parameter"
555
  msgstr ""
556
 
557
+ #: ../includes/class.yith-wcwl.php:335
558
  #, fuzzy
559
  msgid "An error occurred while removing products from the wishlist"
560
  msgstr "Немає доданих продуктів до вибраного"
561
 
562
+ #: ../includes/class.yith-wcwl.php:783
563
  msgid "You need to log in before creating a new wishlist"
564
  msgstr ""
565
 
566
+ #: ../includes/class.yith-wcwl.php:1578
567
  msgid "Product successfully removed."
568
  msgstr ""
569
 
570
+ #: ../includes/class.yith-wcwl.php:1582
571
  msgid "Error. Unable to remove the product from the wishlist."
572
  msgstr ""
573
 
574
+ #: ../includes/class.yith-wcwl.php:1586 ../templates/wishlist-view.php:241
575
  msgid "No products were added to the wishlist"
576
  msgstr "Немає доданих продуктів до вибраного"
577
 
578
+ #: ../includes/class.yith-wcwl.php:1628
579
  msgid "An error as occurred."
580
  msgstr ""
581
 
582
+ #: ../init.php:130
583
  msgid ""
584
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
585
  "WooCommerce in order to work."
586
  msgstr ""
587
 
588
+ #: ../init.php:140
589
  msgid ""
590
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
591
  "are using the premium one."
841
  msgid "Google+"
842
  msgstr ""
843
 
 
 
 
 
844
  #: ../templates/share.php:44
845
  msgid "Email"
846
  msgstr ""
869
  msgid "Stock Status"
870
  msgstr "Наявність на складі"
871
 
872
+ #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:231
873
  msgid "Remove this product"
874
  msgstr ""
875
 
876
+ #: ../templates/wishlist-view.php:172
877
  msgid "Free!"
878
  msgstr ""
879
 
880
+ #: ../templates/wishlist-view.php:178
881
  msgid "Out of Stock"
882
  msgstr ""
883
 
884
+ #: ../templates/wishlist-view.php:178
885
  msgid "In Stock"
886
  msgstr "в наявності"
887
 
888
+ #: ../templates/wishlist-view.php:187
889
  #, php-format
890
  msgid "Added on : %s"
891
  msgstr ""
892
 
893
+ #: ../templates/wishlist-view.php:199
894
  msgid "Move"
895
  msgstr ""
896
 
897
+ #: ../templates/wishlist-view.php:211
898
  #, fuzzy
899
  msgid "Shared"
900
  msgstr "Поширити в:"
901
 
902
+ #: ../templates/wishlist-view.php:214
903
  msgid "Private"
904
  msgstr ""
905
 
906
+ #: ../templates/wishlist-view.php:217
907
  msgid "Public"
908
  msgstr ""
909
 
910
+ #: ../templates/wishlist-view.php:231
911
  msgid "Remove"
912
  msgstr ""
913
 
914
+ #: ../templates/wishlist-view.php:258
915
  msgid "Add the selected products to the cart"
916
  msgstr ""
917
 
918
+ #: ../templates/wishlist-view.php:266 ../templates/wishlist-view.php:312
919
  msgid "Ask for an estimate"
920
  msgstr ""
921
 
922
+ #: ../templates/wishlist-view.php:302
923
  msgid "Your email"
924
  msgstr ""
925
 
languages/yith-woocommerce-wishlist-zh_CN.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-zh_CN.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
- "POT-Creation-Date: 2017-05-11 15:57+0200\n"
5
- "PO-Revision-Date: 2017-05-11 15:57+0200\n"
6
  "Last-Translator: 李明軒 <eggeggxuan@gmail.com>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: zh_CN\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 2.0.1\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
@@ -20,8 +20,8 @@ msgstr ""
20
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
21
 
22
  #: ../includes/class.yith-wcwl-admin-init.php:159
23
- #: ../includes/class.yith-wcwl-admin-init.php:1288
24
- #: ../includes/class.yith-wcwl-admin-init.php:1289
25
  #: ../includes/class.yith-wcwl-install.php:244
26
  msgid "Wishlist"
27
  msgstr "愿望清单"
@@ -59,44 +59,44 @@ msgstr ""
59
  msgid "Plugin Documentation"
60
  msgstr ""
61
 
62
- #: ../includes/class.yith-wcwl-admin-init.php:828
63
  msgid "Upgrade to the PREMIUM VERSION"
64
  msgstr ""
65
 
66
- #: ../includes/class.yith-wcwl-admin-init.php:831
67
  msgid "YITH WooCommerce Wishlist"
68
  msgstr ""
69
 
70
- #: ../includes/class.yith-wcwl-admin-init.php:832
71
  msgid "Discover the Advanced Features"
72
  msgstr ""
73
 
74
- #: ../includes/class.yith-wcwl-admin-init.php:833
75
  msgid ""
76
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
77
  "all features!"
78
  msgstr ""
79
 
80
- #: ../includes/class.yith-wcwl-admin-init.php:839
81
  msgid "Get Support and Pro Features"
82
  msgstr ""
83
 
84
- #: ../includes/class.yith-wcwl-admin-init.php:840
85
  msgid ""
86
  "By purchasing the premium version of the plugin, you will take advantage of "
87
  "the advanced features of the product and you will get one year of free "
88
  "updates and support through our platform available 24h/24."
89
  msgstr ""
90
 
91
- #: ../includes/class.yith-wcwl-admin-init.php:850
92
  msgid "General Settings"
93
  msgstr ""
94
 
95
- #: ../includes/class.yith-wcwl-admin-init.php:857
96
  msgid "Enable YITH Wishlist"
97
  msgstr ""
98
 
99
- #: ../includes/class.yith-wcwl-admin-init.php:858
100
  #, php-format
101
  msgid ""
102
  "Enable all plugin features. <strong>Be sure to select at least one option in "
@@ -104,373 +104,373 @@ msgid ""
104
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
105
  msgstr ""
106
 
107
- #: ../includes/class.yith-wcwl-admin-init.php:864
108
  msgid "Default wishlist title"
109
  msgstr ""
110
 
111
- #: ../includes/class.yith-wcwl-admin-init.php:866
112
- #: ../includes/class.yith-wcwl-admin-init.php:867
113
- #: ../includes/class.yith-wcwl-admin-init.php:1103
114
  #, php-format
115
  msgid "My wishlist on %s"
116
  msgstr ""
117
 
118
- #: ../includes/class.yith-wcwl-admin-init.php:872
119
  msgid "Wishlist Page"
120
  msgstr ""
121
 
122
- #: ../includes/class.yith-wcwl-admin-init.php:873
123
  msgid "Page contents: [yith_wcwl_wishlist]"
124
  msgstr ""
125
 
126
- #: ../includes/class.yith-wcwl-admin-init.php:882
127
  msgid "Position"
128
  msgstr ""
129
 
130
- #: ../includes/class.yith-wcwl-admin-init.php:883
131
  msgid ""
132
  "You can add the button in variable products only after the \"Add to Cart\" "
133
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
134
  msgstr ""
135
 
136
- #: ../includes/class.yith-wcwl-admin-init.php:889
137
  msgid "After \"Add to cart\""
138
  msgstr ""
139
 
140
- #: ../includes/class.yith-wcwl-admin-init.php:890
141
  msgid "After thumbnails"
142
  msgstr ""
143
 
144
- #: ../includes/class.yith-wcwl-admin-init.php:891
145
  msgid "After summary"
146
  msgstr ""
147
 
148
- #: ../includes/class.yith-wcwl-admin-init.php:892
149
  msgid "Use shortcode"
150
  msgstr ""
151
 
152
- #: ../includes/class.yith-wcwl-admin-init.php:897
153
  msgid "Redirect to cart"
154
  msgstr ""
155
 
156
- #: ../includes/class.yith-wcwl-admin-init.php:898
157
  msgid ""
158
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
159
  "page."
160
  msgstr ""
161
 
162
- #: ../includes/class.yith-wcwl-admin-init.php:904
163
  msgid "Remove if added to the cart"
164
  msgstr ""
165
 
166
- #: ../includes/class.yith-wcwl-admin-init.php:905
167
  msgid "Remove the product from the wishlist if it has been added to the cart."
168
  msgstr ""
169
 
170
- #: ../includes/class.yith-wcwl-admin-init.php:911
171
  msgid "\"Add to Wishlist\" text"
172
  msgstr ""
173
 
174
- #: ../includes/class.yith-wcwl-admin-init.php:913
175
  msgid "Add to Wishlist"
176
  msgstr ""
177
 
178
- #: ../includes/class.yith-wcwl-admin-init.php:918
179
  #, fuzzy
180
  msgid "\"Browse wishlist\" text"
181
  msgstr "浏览「愿望清单」"
182
 
183
- #: ../includes/class.yith-wcwl-admin-init.php:920
184
- #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl-ui.php:82
185
  msgid "Browse Wishlist"
186
  msgstr "浏览「愿望清单」"
187
 
188
- #: ../includes/class.yith-wcwl-admin-init.php:925
189
  #, fuzzy
190
  msgid "\"Product already in wishlist\" text"
191
  msgstr "商品已经加入收藏在「愿望清单」裡面。"
192
 
193
- #: ../includes/class.yith-wcwl-admin-init.php:927
194
- #: ../includes/class.yith-wcwl-ui.php:82
195
  msgid "The product is already in the wishlist!"
196
  msgstr "这个商品已经加入收藏在「愿望清单」裡面!"
197
 
198
- #: ../includes/class.yith-wcwl-admin-init.php:932
199
  #, fuzzy
200
  msgid "\"Product added\" text"
201
  msgstr "加入收藏!"
202
 
203
- #: ../includes/class.yith-wcwl-admin-init.php:934
204
- #: ../includes/class.yith-wcwl-ui.php:81
205
  msgid "Product added!"
206
  msgstr "加入收藏!"
207
 
208
- #: ../includes/class.yith-wcwl-admin-init.php:939
209
  msgid "\"Add to Cart\" text"
210
  msgstr ""
211
 
212
- #: ../includes/class.yith-wcwl-admin-init.php:941
213
  msgid "Add to Cart"
214
  msgstr ""
215
 
216
- #: ../includes/class.yith-wcwl-admin-init.php:946
217
  msgid "Show Unit price"
218
  msgstr ""
219
 
220
- #: ../includes/class.yith-wcwl-admin-init.php:947
221
  msgid "Show unit price for each product in wishlist"
222
  msgstr ""
223
 
224
- #: ../includes/class.yith-wcwl-admin-init.php:954
225
  msgid "Show \"Add to Cart\" button"
226
  msgstr ""
227
 
228
- #: ../includes/class.yith-wcwl-admin-init.php:955
229
  msgid "Show \"Add to Cart\" button for each product in wishlist"
230
  msgstr ""
231
 
232
- #: ../includes/class.yith-wcwl-admin-init.php:962
233
  msgid "Show Stock status"
234
  msgstr ""
235
 
236
- #: ../includes/class.yith-wcwl-admin-init.php:963
237
  msgid ""
238
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
239
  msgstr ""
240
 
241
- #: ../includes/class.yith-wcwl-admin-init.php:970
242
  msgid "Show Date of addition"
243
  msgstr ""
244
 
245
- #: ../includes/class.yith-wcwl-admin-init.php:971
246
  #, fuzzy
247
  msgid "Show the date when users have added a product to the wishlist"
248
  msgstr "商品加入收藏到「愿望清单」时,发生了错误。"
249
 
250
- #: ../includes/class.yith-wcwl-admin-init.php:978
251
  msgid "Add second remove button"
252
  msgstr ""
253
 
254
- #: ../includes/class.yith-wcwl-admin-init.php:979
255
  msgid "Add a second remove button in the last column, with extended label"
256
  msgstr ""
257
 
258
- #: ../includes/class.yith-wcwl-admin-init.php:994
259
  msgid "Styles"
260
  msgstr ""
261
 
262
- #: ../includes/class.yith-wcwl-admin-init.php:1001
263
  msgid "Use buttons"
264
  msgstr ""
265
 
266
- #: ../includes/class.yith-wcwl-admin-init.php:1002
267
  msgid "Use buttons instead of simple anchors."
268
  msgstr ""
269
 
270
- #: ../includes/class.yith-wcwl-admin-init.php:1008
271
  msgid "Custom CSS"
272
  msgstr ""
273
 
274
- #: ../includes/class.yith-wcwl-admin-init.php:1015
275
  msgid "Use theme style"
276
  msgstr ""
277
 
278
- #: ../includes/class.yith-wcwl-admin-init.php:1016
279
  msgid "Use the theme style."
280
  msgstr ""
281
 
282
- #: ../includes/class.yith-wcwl-admin-init.php:1022
283
  msgid "Rounded buttons"
284
  msgstr ""
285
 
286
- #: ../includes/class.yith-wcwl-admin-init.php:1023
287
  msgid "Make button corners rounded"
288
  msgstr ""
289
 
290
- #: ../includes/class.yith-wcwl-admin-init.php:1029
291
  msgid "\"Add to Wishlist\" icon"
292
  msgstr ""
293
 
294
- #: ../includes/class.yith-wcwl-admin-init.php:1030
295
  msgid "Add an icon to the \"Add to Wishlist\" button"
296
  msgstr ""
297
 
298
- #: ../includes/class.yith-wcwl-admin-init.php:1040
299
  msgid "\"Add to Cart\" icon"
300
  msgstr ""
301
 
302
- #: ../includes/class.yith-wcwl-admin-init.php:1041
303
  msgid "Add an icon to the \"Add to Cart\" button"
304
  msgstr ""
305
 
306
- #: ../includes/class.yith-wcwl-admin-init.php:1059
307
  msgid "Social Networks & Share"
308
  msgstr ""
309
 
310
- #: ../includes/class.yith-wcwl-admin-init.php:1066
311
  msgid "Share on Facebook"
312
  msgstr ""
313
 
314
- #: ../includes/class.yith-wcwl-admin-init.php:1067
315
  msgid "Show \"Share on Facebook\" button"
316
  msgstr ""
317
 
318
- #: ../includes/class.yith-wcwl-admin-init.php:1073
319
  msgid "Tweet on Twitter"
320
  msgstr ""
321
 
322
- #: ../includes/class.yith-wcwl-admin-init.php:1074
323
  msgid "Show \"Tweet on Twitter\" button"
324
  msgstr ""
325
 
326
- #: ../includes/class.yith-wcwl-admin-init.php:1080
327
  msgid "Pin on Pinterest"
328
  msgstr ""
329
 
330
- #: ../includes/class.yith-wcwl-admin-init.php:1081
331
  msgid "Show \"Pin on Pinterest\" button"
332
  msgstr ""
333
 
334
- #: ../includes/class.yith-wcwl-admin-init.php:1087
335
  msgid "Share on Google+"
336
  msgstr ""
337
 
338
- #: ../includes/class.yith-wcwl-admin-init.php:1088
339
  msgid "Show \"Share on Google+\" button"
340
  msgstr ""
341
 
342
- #: ../includes/class.yith-wcwl-admin-init.php:1094
343
  msgid "Share by Email"
344
  msgstr ""
345
 
346
- #: ../includes/class.yith-wcwl-admin-init.php:1095
347
  msgid "Show \"Share by Email\" button"
348
  msgstr ""
349
 
350
- #: ../includes/class.yith-wcwl-admin-init.php:1101
351
  msgid "Social title"
352
  msgstr ""
353
 
354
- #: ../includes/class.yith-wcwl-admin-init.php:1108
355
  msgid "Social text"
356
  msgstr ""
357
 
358
- #: ../includes/class.yith-wcwl-admin-init.php:1109
359
  msgid ""
360
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
361
  "strong> where you want to show the URL of your wishlist."
362
  msgstr ""
363
 
364
- #: ../includes/class.yith-wcwl-admin-init.php:1116
365
  msgid "Social image URL"
366
  msgstr ""
367
 
368
- #: ../includes/class.yith-wcwl-admin-init.php:1117
369
  msgid "It will be used by Pinterest."
370
  msgstr ""
371
 
372
- #: ../includes/class.yith-wcwl-admin-init.php:1131
373
  #, php-format
374
  msgid ""
375
  "If you want to take advantage of this feature, you could consider to "
376
  "purchase the %s."
377
  msgstr ""
378
 
379
- #: ../includes/class.yith-wcwl-admin-init.php:1136
380
  msgid "YITH WooCommerce Frequently Bought Together Integration"
381
  msgstr ""
382
 
383
- #: ../includes/class.yith-wcwl-admin-init.php:1143
384
  msgid "Enable slider in wishlist"
385
  msgstr ""
386
 
387
- #: ../includes/class.yith-wcwl-admin-init.php:1144
388
  #, php-format
389
  msgid ""
390
  "Choose to enable product slider in wishlist page with linked products (<a "
391
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
392
  msgstr ""
393
 
394
- #: ../includes/class.yith-wcwl-admin-init.php:1180
395
  msgid "\"Add to wishlist\" button"
396
  msgstr ""
397
 
398
- #: ../includes/class.yith-wcwl-admin-init.php:1183
399
- #: ../includes/class.yith-wcwl-admin-init.php:1201
400
- #: ../includes/class.yith-wcwl-admin-init.php:1219
401
- #: ../includes/class.yith-wcwl-admin-init.php:1237
402
- #: ../includes/class.yith-wcwl-admin-init.php:1255
403
  msgid "Background"
404
  msgstr ""
405
 
406
- #: ../includes/class.yith-wcwl-admin-init.php:1184
407
- #: ../includes/class.yith-wcwl-admin-init.php:1202
408
- #: ../includes/class.yith-wcwl-admin-init.php:1220
409
- #: ../includes/class.yith-wcwl-admin-init.php:1238
410
- #: ../includes/class.yith-wcwl-admin-init.php:1256
411
  msgid "Text"
412
  msgstr ""
413
 
414
- #: ../includes/class.yith-wcwl-admin-init.php:1185
415
- #: ../includes/class.yith-wcwl-admin-init.php:1203
416
- #: ../includes/class.yith-wcwl-admin-init.php:1221
417
- #: ../includes/class.yith-wcwl-admin-init.php:1239
418
- #: ../includes/class.yith-wcwl-admin-init.php:1257
419
  msgid "Border"
420
  msgstr ""
421
 
422
- #: ../includes/class.yith-wcwl-admin-init.php:1192
423
- #: ../includes/class.yith-wcwl-admin-init.php:1210
424
- #: ../includes/class.yith-wcwl-admin-init.php:1228
425
- #: ../includes/class.yith-wcwl-admin-init.php:1246
426
  msgid "Background (hover)"
427
  msgstr ""
428
 
429
- #: ../includes/class.yith-wcwl-admin-init.php:1193
430
- #: ../includes/class.yith-wcwl-admin-init.php:1211
431
- #: ../includes/class.yith-wcwl-admin-init.php:1229
432
- #: ../includes/class.yith-wcwl-admin-init.php:1247
433
  msgid "Text (hover)"
434
  msgstr ""
435
 
436
- #: ../includes/class.yith-wcwl-admin-init.php:1194
437
- #: ../includes/class.yith-wcwl-admin-init.php:1212
438
- #: ../includes/class.yith-wcwl-admin-init.php:1230
439
- #: ../includes/class.yith-wcwl-admin-init.php:1248
440
  msgid "Border (hover)"
441
  msgstr ""
442
 
443
- #: ../includes/class.yith-wcwl-admin-init.php:1198
444
  msgid "\"Add to Cart\" button"
445
  msgstr ""
446
 
447
- #: ../includes/class.yith-wcwl-admin-init.php:1216
448
  msgid "\"Style 1\" button"
449
  msgstr ""
450
 
451
- #: ../includes/class.yith-wcwl-admin-init.php:1234
452
  msgid "\"Style 2\" button"
453
  msgstr ""
454
 
455
- #: ../includes/class.yith-wcwl-admin-init.php:1252
456
  #, fuzzy
457
  msgid "Wishlist table"
458
  msgstr "愿望清单"
459
 
460
- #: ../includes/class.yith-wcwl-admin-init.php:1261
461
  msgid "Headers"
462
  msgstr ""
463
 
464
- #: ../includes/class.yith-wcwl-admin-init.php:1264
465
  msgid "Background color"
466
  msgstr ""
467
 
468
- #: ../includes/class.yith-wcwl-admin-init.php:1354
469
  #, fuzzy
470
  msgid "Wishlist Activated"
471
  msgstr "愿望清单"
472
 
473
- #: ../includes/class.yith-wcwl-admin-init.php:1355
474
  #, php-format
475
  msgid ""
476
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
@@ -479,12 +479,12 @@ msgid ""
479
  "options, <a href=\"%s\">discover it now</a>."
480
  msgstr ""
481
 
482
- #: ../includes/class.yith-wcwl-admin-init.php:1366
483
  #, fuzzy
484
  msgid "Wishlist Updated"
485
  msgstr "愿望清单"
486
 
487
- #: ../includes/class.yith-wcwl-admin-init.php:1367
488
  #, php-format
489
  msgid ""
490
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
@@ -494,13 +494,13 @@ msgid ""
494
  "\">discover the PREMIUM version.</a>"
495
  msgstr ""
496
 
497
- #: ../includes/class.yith-wcwl-init.php:366
498
  msgid ""
499
  "We are sorry, but this feature is available only if cookies are enabled on "
500
  "your browser."
501
  msgstr ""
502
 
503
- #: ../includes/class.yith-wcwl-init.php:367
504
  #, fuzzy
505
  msgid "Product correctly added to cart"
506
  msgstr "加入收藏!"
@@ -511,24 +511,24 @@ msgid "wishlist"
511
  msgstr ""
512
 
513
  #: ../includes/class.yith-wcwl-shortcode.php:259
514
- #: ../includes/class.yith-wcwl-ui.php:163
515
  msgid "Share on:"
516
  msgstr "分享:"
517
 
518
- #: ../includes/class.yith-wcwl-ui.php:117
519
- #: ../includes/class.yith-wcwl-ui.php:199
520
  msgid "Select options"
521
  msgstr "选择选项"
522
 
523
- #: ../includes/class.yith-wcwl-ui.php:167 ../templates/share.php:20
524
  msgid "Facebook"
525
  msgstr ""
526
 
527
- #: ../includes/class.yith-wcwl-ui.php:170 ../templates/share.php:26
528
  msgid "Twitter"
529
  msgstr ""
530
 
531
- #: ../includes/class.yith-wcwl-ui.php:179
532
  msgid "email"
533
  msgstr ""
534
 
@@ -537,47 +537,47 @@ msgstr ""
537
  msgid "An error occurred while adding products to the wishlist."
538
  msgstr "商品加入收藏到「愿望清单」时,发生了错误。"
539
 
540
- #: ../includes/class.yith-wcwl.php:268
541
  #, fuzzy
542
  msgid "An error occurred while adding products to wishlist."
543
  msgstr "商品加入收藏到「愿望清单」时,发生了错误。"
544
 
545
- #: ../includes/class.yith-wcwl.php:285
546
  msgid "The \"Remove\" option now does not require any parameter"
547
  msgstr ""
548
 
549
- #: ../includes/class.yith-wcwl.php:332
550
  #, fuzzy
551
  msgid "An error occurred while removing products from the wishlist"
552
  msgstr "从「愿望清单」移除商品时,发生了错误。"
553
 
554
- #: ../includes/class.yith-wcwl.php:774
555
  msgid "You need to log in before creating a new wishlist"
556
  msgstr ""
557
 
558
- #: ../includes/class.yith-wcwl.php:1565
559
  msgid "Product successfully removed."
560
  msgstr "成功移除商品。"
561
 
562
- #: ../includes/class.yith-wcwl.php:1569
563
  msgid "Error. Unable to remove the product from the wishlist."
564
  msgstr "错误。无法从「愿望清单」移除这个商品。"
565
 
566
- #: ../includes/class.yith-wcwl.php:1573 ../templates/wishlist-view.php:239
567
  msgid "No products were added to the wishlist"
568
  msgstr "你目前没有加入收藏任何商品到「愿望清单」裡面"
569
 
570
- #: ../includes/class.yith-wcwl.php:1615
571
  msgid "An error as occurred."
572
  msgstr ""
573
 
574
- #: ../init.php:128
575
  msgid ""
576
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
577
  "WooCommerce in order to work."
578
  msgstr ""
579
 
580
- #: ../init.php:138
581
  msgid ""
582
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
583
  "are using the premium one."
@@ -833,10 +833,6 @@ msgstr ""
833
  msgid "Google+"
834
  msgstr ""
835
 
836
- #: ../templates/share.php:44
837
- msgid "I wanted you to see this site"
838
- msgstr ""
839
-
840
  #: ../templates/share.php:44
841
  msgid "Email"
842
  msgstr ""
@@ -865,57 +861,57 @@ msgstr "单价"
865
  msgid "Stock Status"
866
  msgstr "库存状态"
867
 
868
- #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:229
869
  msgid "Remove this product"
870
  msgstr "移除这个商品"
871
 
872
- #: ../templates/wishlist-view.php:170
873
  msgid "Free!"
874
  msgstr "免费!"
875
 
876
- #: ../templates/wishlist-view.php:176
877
  msgid "Out of Stock"
878
  msgstr "缺货"
879
 
880
- #: ../templates/wishlist-view.php:176
881
  msgid "In Stock"
882
  msgstr "有货"
883
 
884
- #: ../templates/wishlist-view.php:185
885
  #, php-format
886
  msgid "Added on : %s"
887
  msgstr ""
888
 
889
- #: ../templates/wishlist-view.php:197
890
  msgid "Move"
891
  msgstr ""
892
 
893
- #: ../templates/wishlist-view.php:209
894
  #, fuzzy
895
  msgid "Shared"
896
  msgstr "分享:"
897
 
898
- #: ../templates/wishlist-view.php:212
899
  msgid "Private"
900
  msgstr ""
901
 
902
- #: ../templates/wishlist-view.php:215
903
  msgid "Public"
904
  msgstr ""
905
 
906
- #: ../templates/wishlist-view.php:229
907
  msgid "Remove"
908
  msgstr ""
909
 
910
- #: ../templates/wishlist-view.php:256
911
  msgid "Add the selected products to the cart"
912
  msgstr ""
913
 
914
- #: ../templates/wishlist-view.php:264 ../templates/wishlist-view.php:310
915
  msgid "Ask for an estimate"
916
  msgstr ""
917
 
918
- #: ../templates/wishlist-view.php:300
919
  msgid "Your email"
920
  msgstr ""
921
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
+ "POT-Creation-Date: 2017-10-24 17:34+0200\n"
5
+ "PO-Revision-Date: 2017-10-24 17:34+0200\n"
6
  "Last-Translator: 李明軒 <eggeggxuan@gmail.com>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: zh_CN\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.8.7.1\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
20
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
21
 
22
  #: ../includes/class.yith-wcwl-admin-init.php:159
23
+ #: ../includes/class.yith-wcwl-admin-init.php:1483
24
+ #: ../includes/class.yith-wcwl-admin-init.php:1484
25
  #: ../includes/class.yith-wcwl-install.php:244
26
  msgid "Wishlist"
27
  msgstr "愿望清单"
59
  msgid "Plugin Documentation"
60
  msgstr ""
61
 
62
+ #: ../includes/class.yith-wcwl-admin-init.php:1023
63
  msgid "Upgrade to the PREMIUM VERSION"
64
  msgstr ""
65
 
66
+ #: ../includes/class.yith-wcwl-admin-init.php:1026
67
  msgid "YITH WooCommerce Wishlist"
68
  msgstr ""
69
 
70
+ #: ../includes/class.yith-wcwl-admin-init.php:1027
71
  msgid "Discover the Advanced Features"
72
  msgstr ""
73
 
74
+ #: ../includes/class.yith-wcwl-admin-init.php:1028
75
  msgid ""
76
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
77
  "all features!"
78
  msgstr ""
79
 
80
+ #: ../includes/class.yith-wcwl-admin-init.php:1034
81
  msgid "Get Support and Pro Features"
82
  msgstr ""
83
 
84
+ #: ../includes/class.yith-wcwl-admin-init.php:1035
85
  msgid ""
86
  "By purchasing the premium version of the plugin, you will take advantage of "
87
  "the advanced features of the product and you will get one year of free "
88
  "updates and support through our platform available 24h/24."
89
  msgstr ""
90
 
91
+ #: ../includes/class.yith-wcwl-admin-init.php:1045
92
  msgid "General Settings"
93
  msgstr ""
94
 
95
+ #: ../includes/class.yith-wcwl-admin-init.php:1052
96
  msgid "Enable YITH Wishlist"
97
  msgstr ""
98
 
99
+ #: ../includes/class.yith-wcwl-admin-init.php:1053
100
  #, php-format
101
  msgid ""
102
  "Enable all plugin features. <strong>Be sure to select at least one option in "
104
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
105
  msgstr ""
106
 
107
+ #: ../includes/class.yith-wcwl-admin-init.php:1059
108
  msgid "Default wishlist title"
109
  msgstr ""
110
 
111
+ #: ../includes/class.yith-wcwl-admin-init.php:1061
112
+ #: ../includes/class.yith-wcwl-admin-init.php:1062
113
+ #: ../includes/class.yith-wcwl-admin-init.php:1298
114
  #, php-format
115
  msgid "My wishlist on %s"
116
  msgstr ""
117
 
118
+ #: ../includes/class.yith-wcwl-admin-init.php:1067
119
  msgid "Wishlist Page"
120
  msgstr ""
121
 
122
+ #: ../includes/class.yith-wcwl-admin-init.php:1068
123
  msgid "Page contents: [yith_wcwl_wishlist]"
124
  msgstr ""
125
 
126
+ #: ../includes/class.yith-wcwl-admin-init.php:1077
127
  msgid "Position"
128
  msgstr ""
129
 
130
+ #: ../includes/class.yith-wcwl-admin-init.php:1078
131
  msgid ""
132
  "You can add the button in variable products only after the \"Add to Cart\" "
133
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
134
  msgstr ""
135
 
136
+ #: ../includes/class.yith-wcwl-admin-init.php:1084
137
  msgid "After \"Add to cart\""
138
  msgstr ""
139
 
140
+ #: ../includes/class.yith-wcwl-admin-init.php:1085
141
  msgid "After thumbnails"
142
  msgstr ""
143
 
144
+ #: ../includes/class.yith-wcwl-admin-init.php:1086
145
  msgid "After summary"
146
  msgstr ""
147
 
148
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
149
  msgid "Use shortcode"
150
  msgstr ""
151
 
152
+ #: ../includes/class.yith-wcwl-admin-init.php:1092
153
  msgid "Redirect to cart"
154
  msgstr ""
155
 
156
+ #: ../includes/class.yith-wcwl-admin-init.php:1093
157
  msgid ""
158
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
159
  "page."
160
  msgstr ""
161
 
162
+ #: ../includes/class.yith-wcwl-admin-init.php:1099
163
  msgid "Remove if added to the cart"
164
  msgstr ""
165
 
166
+ #: ../includes/class.yith-wcwl-admin-init.php:1100
167
  msgid "Remove the product from the wishlist if it has been added to the cart."
168
  msgstr ""
169
 
170
+ #: ../includes/class.yith-wcwl-admin-init.php:1106
171
  msgid "\"Add to Wishlist\" text"
172
  msgstr ""
173
 
174
+ #: ../includes/class.yith-wcwl-admin-init.php:1108
175
  msgid "Add to Wishlist"
176
  msgstr ""
177
 
178
+ #: ../includes/class.yith-wcwl-admin-init.php:1113
179
  #, fuzzy
180
  msgid "\"Browse wishlist\" text"
181
  msgstr "浏览「愿望清单」"
182
 
183
+ #: ../includes/class.yith-wcwl-admin-init.php:1115
184
+ #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
185
  msgid "Browse Wishlist"
186
  msgstr "浏览「愿望清单」"
187
 
188
+ #: ../includes/class.yith-wcwl-admin-init.php:1120
189
  #, fuzzy
190
  msgid "\"Product already in wishlist\" text"
191
  msgstr "商品已经加入收藏在「愿望清单」裡面。"
192
 
193
+ #: ../includes/class.yith-wcwl-admin-init.php:1122
194
+ #: ../includes/class.yith-wcwl-ui.php:83
195
  msgid "The product is already in the wishlist!"
196
  msgstr "这个商品已经加入收藏在「愿望清单」裡面!"
197
 
198
+ #: ../includes/class.yith-wcwl-admin-init.php:1127
199
  #, fuzzy
200
  msgid "\"Product added\" text"
201
  msgstr "加入收藏!"
202
 
203
+ #: ../includes/class.yith-wcwl-admin-init.php:1129
204
+ #: ../includes/class.yith-wcwl-ui.php:82
205
  msgid "Product added!"
206
  msgstr "加入收藏!"
207
 
208
+ #: ../includes/class.yith-wcwl-admin-init.php:1134
209
  msgid "\"Add to Cart\" text"
210
  msgstr ""
211
 
212
+ #: ../includes/class.yith-wcwl-admin-init.php:1136
213
  msgid "Add to Cart"
214
  msgstr ""
215
 
216
+ #: ../includes/class.yith-wcwl-admin-init.php:1141
217
  msgid "Show Unit price"
218
  msgstr ""
219
 
220
+ #: ../includes/class.yith-wcwl-admin-init.php:1142
221
  msgid "Show unit price for each product in wishlist"
222
  msgstr ""
223
 
224
+ #: ../includes/class.yith-wcwl-admin-init.php:1149
225
  msgid "Show \"Add to Cart\" button"
226
  msgstr ""
227
 
228
+ #: ../includes/class.yith-wcwl-admin-init.php:1150
229
  msgid "Show \"Add to Cart\" button for each product in wishlist"
230
  msgstr ""
231
 
232
+ #: ../includes/class.yith-wcwl-admin-init.php:1157
233
  msgid "Show Stock status"
234
  msgstr ""
235
 
236
+ #: ../includes/class.yith-wcwl-admin-init.php:1158
237
  msgid ""
238
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
239
  msgstr ""
240
 
241
+ #: ../includes/class.yith-wcwl-admin-init.php:1165
242
  msgid "Show Date of addition"
243
  msgstr ""
244
 
245
+ #: ../includes/class.yith-wcwl-admin-init.php:1166
246
  #, fuzzy
247
  msgid "Show the date when users have added a product to the wishlist"
248
  msgstr "商品加入收藏到「愿望清单」时,发生了错误。"
249
 
250
+ #: ../includes/class.yith-wcwl-admin-init.php:1173
251
  msgid "Add second remove button"
252
  msgstr ""
253
 
254
+ #: ../includes/class.yith-wcwl-admin-init.php:1174
255
  msgid "Add a second remove button in the last column, with extended label"
256
  msgstr ""
257
 
258
+ #: ../includes/class.yith-wcwl-admin-init.php:1189
259
  msgid "Styles"
260
  msgstr ""
261
 
262
+ #: ../includes/class.yith-wcwl-admin-init.php:1196
263
  msgid "Use buttons"
264
  msgstr ""
265
 
266
+ #: ../includes/class.yith-wcwl-admin-init.php:1197
267
  msgid "Use buttons instead of simple anchors."
268
  msgstr ""
269
 
270
+ #: ../includes/class.yith-wcwl-admin-init.php:1203
271
  msgid "Custom CSS"
272
  msgstr ""
273
 
274
+ #: ../includes/class.yith-wcwl-admin-init.php:1210
275
  msgid "Use theme style"
276
  msgstr ""
277
 
278
+ #: ../includes/class.yith-wcwl-admin-init.php:1211
279
  msgid "Use the theme style."
280
  msgstr ""
281
 
282
+ #: ../includes/class.yith-wcwl-admin-init.php:1217
283
  msgid "Rounded buttons"
284
  msgstr ""
285
 
286
+ #: ../includes/class.yith-wcwl-admin-init.php:1218
287
  msgid "Make button corners rounded"
288
  msgstr ""
289
 
290
+ #: ../includes/class.yith-wcwl-admin-init.php:1224
291
  msgid "\"Add to Wishlist\" icon"
292
  msgstr ""
293
 
294
+ #: ../includes/class.yith-wcwl-admin-init.php:1225
295
  msgid "Add an icon to the \"Add to Wishlist\" button"
296
  msgstr ""
297
 
298
+ #: ../includes/class.yith-wcwl-admin-init.php:1235
299
  msgid "\"Add to Cart\" icon"
300
  msgstr ""
301
 
302
+ #: ../includes/class.yith-wcwl-admin-init.php:1236
303
  msgid "Add an icon to the \"Add to Cart\" button"
304
  msgstr ""
305
 
306
+ #: ../includes/class.yith-wcwl-admin-init.php:1254
307
  msgid "Social Networks & Share"
308
  msgstr ""
309
 
310
+ #: ../includes/class.yith-wcwl-admin-init.php:1261
311
  msgid "Share on Facebook"
312
  msgstr ""
313
 
314
+ #: ../includes/class.yith-wcwl-admin-init.php:1262
315
  msgid "Show \"Share on Facebook\" button"
316
  msgstr ""
317
 
318
+ #: ../includes/class.yith-wcwl-admin-init.php:1268
319
  msgid "Tweet on Twitter"
320
  msgstr ""
321
 
322
+ #: ../includes/class.yith-wcwl-admin-init.php:1269
323
  msgid "Show \"Tweet on Twitter\" button"
324
  msgstr ""
325
 
326
+ #: ../includes/class.yith-wcwl-admin-init.php:1275
327
  msgid "Pin on Pinterest"
328
  msgstr ""
329
 
330
+ #: ../includes/class.yith-wcwl-admin-init.php:1276
331
  msgid "Show \"Pin on Pinterest\" button"
332
  msgstr ""
333
 
334
+ #: ../includes/class.yith-wcwl-admin-init.php:1282
335
  msgid "Share on Google+"
336
  msgstr ""
337
 
338
+ #: ../includes/class.yith-wcwl-admin-init.php:1283
339
  msgid "Show \"Share on Google+\" button"
340
  msgstr ""
341
 
342
+ #: ../includes/class.yith-wcwl-admin-init.php:1289
343
  msgid "Share by Email"
344
  msgstr ""
345
 
346
+ #: ../includes/class.yith-wcwl-admin-init.php:1290
347
  msgid "Show \"Share by Email\" button"
348
  msgstr ""
349
 
350
+ #: ../includes/class.yith-wcwl-admin-init.php:1296
351
  msgid "Social title"
352
  msgstr ""
353
 
354
+ #: ../includes/class.yith-wcwl-admin-init.php:1303
355
  msgid "Social text"
356
  msgstr ""
357
 
358
+ #: ../includes/class.yith-wcwl-admin-init.php:1304
359
  msgid ""
360
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
361
  "strong> where you want to show the URL of your wishlist."
362
  msgstr ""
363
 
364
+ #: ../includes/class.yith-wcwl-admin-init.php:1311
365
  msgid "Social image URL"
366
  msgstr ""
367
 
368
+ #: ../includes/class.yith-wcwl-admin-init.php:1312
369
  msgid "It will be used by Pinterest."
370
  msgstr ""
371
 
372
+ #: ../includes/class.yith-wcwl-admin-init.php:1326
373
  #, php-format
374
  msgid ""
375
  "If you want to take advantage of this feature, you could consider to "
376
  "purchase the %s."
377
  msgstr ""
378
 
379
+ #: ../includes/class.yith-wcwl-admin-init.php:1331
380
  msgid "YITH WooCommerce Frequently Bought Together Integration"
381
  msgstr ""
382
 
383
+ #: ../includes/class.yith-wcwl-admin-init.php:1338
384
  msgid "Enable slider in wishlist"
385
  msgstr ""
386
 
387
+ #: ../includes/class.yith-wcwl-admin-init.php:1339
388
  #, php-format
389
  msgid ""
390
  "Choose to enable product slider in wishlist page with linked products (<a "
391
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
392
  msgstr ""
393
 
394
+ #: ../includes/class.yith-wcwl-admin-init.php:1375
395
  msgid "\"Add to wishlist\" button"
396
  msgstr ""
397
 
398
+ #: ../includes/class.yith-wcwl-admin-init.php:1378
399
+ #: ../includes/class.yith-wcwl-admin-init.php:1396
400
+ #: ../includes/class.yith-wcwl-admin-init.php:1414
401
+ #: ../includes/class.yith-wcwl-admin-init.php:1432
402
+ #: ../includes/class.yith-wcwl-admin-init.php:1450
403
  msgid "Background"
404
  msgstr ""
405
 
406
+ #: ../includes/class.yith-wcwl-admin-init.php:1379
407
+ #: ../includes/class.yith-wcwl-admin-init.php:1397
408
+ #: ../includes/class.yith-wcwl-admin-init.php:1415
409
+ #: ../includes/class.yith-wcwl-admin-init.php:1433
410
+ #: ../includes/class.yith-wcwl-admin-init.php:1451
411
  msgid "Text"
412
  msgstr ""
413
 
414
+ #: ../includes/class.yith-wcwl-admin-init.php:1380
415
+ #: ../includes/class.yith-wcwl-admin-init.php:1398
416
+ #: ../includes/class.yith-wcwl-admin-init.php:1416
417
+ #: ../includes/class.yith-wcwl-admin-init.php:1434
418
+ #: ../includes/class.yith-wcwl-admin-init.php:1452
419
  msgid "Border"
420
  msgstr ""
421
 
422
+ #: ../includes/class.yith-wcwl-admin-init.php:1387
423
+ #: ../includes/class.yith-wcwl-admin-init.php:1405
424
+ #: ../includes/class.yith-wcwl-admin-init.php:1423
425
+ #: ../includes/class.yith-wcwl-admin-init.php:1441
426
  msgid "Background (hover)"
427
  msgstr ""
428
 
429
+ #: ../includes/class.yith-wcwl-admin-init.php:1388
430
+ #: ../includes/class.yith-wcwl-admin-init.php:1406
431
+ #: ../includes/class.yith-wcwl-admin-init.php:1424
432
+ #: ../includes/class.yith-wcwl-admin-init.php:1442
433
  msgid "Text (hover)"
434
  msgstr ""
435
 
436
+ #: ../includes/class.yith-wcwl-admin-init.php:1389
437
+ #: ../includes/class.yith-wcwl-admin-init.php:1407
438
+ #: ../includes/class.yith-wcwl-admin-init.php:1425
439
+ #: ../includes/class.yith-wcwl-admin-init.php:1443
440
  msgid "Border (hover)"
441
  msgstr ""
442
 
443
+ #: ../includes/class.yith-wcwl-admin-init.php:1393
444
  msgid "\"Add to Cart\" button"
445
  msgstr ""
446
 
447
+ #: ../includes/class.yith-wcwl-admin-init.php:1411
448
  msgid "\"Style 1\" button"
449
  msgstr ""
450
 
451
+ #: ../includes/class.yith-wcwl-admin-init.php:1429
452
  msgid "\"Style 2\" button"
453
  msgstr ""
454
 
455
+ #: ../includes/class.yith-wcwl-admin-init.php:1447
456
  #, fuzzy
457
  msgid "Wishlist table"
458
  msgstr "愿望清单"
459
 
460
+ #: ../includes/class.yith-wcwl-admin-init.php:1456
461
  msgid "Headers"
462
  msgstr ""
463
 
464
+ #: ../includes/class.yith-wcwl-admin-init.php:1459
465
  msgid "Background color"
466
  msgstr ""
467
 
468
+ #: ../includes/class.yith-wcwl-admin-init.php:1549
469
  #, fuzzy
470
  msgid "Wishlist Activated"
471
  msgstr "愿望清单"
472
 
473
+ #: ../includes/class.yith-wcwl-admin-init.php:1550
474
  #, php-format
475
  msgid ""
476
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
479
  "options, <a href=\"%s\">discover it now</a>."
480
  msgstr ""
481
 
482
+ #: ../includes/class.yith-wcwl-admin-init.php:1561
483
  #, fuzzy
484
  msgid "Wishlist Updated"
485
  msgstr "愿望清单"
486
 
487
+ #: ../includes/class.yith-wcwl-admin-init.php:1562
488
  #, php-format
489
  msgid ""
490
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
494
  "\">discover the PREMIUM version.</a>"
495
  msgstr ""
496
 
497
+ #: ../includes/class.yith-wcwl-init.php:374
498
  msgid ""
499
  "We are sorry, but this feature is available only if cookies are enabled on "
500
  "your browser."
501
  msgstr ""
502
 
503
+ #: ../includes/class.yith-wcwl-init.php:375
504
  #, fuzzy
505
  msgid "Product correctly added to cart"
506
  msgstr "加入收藏!"
511
  msgstr ""
512
 
513
  #: ../includes/class.yith-wcwl-shortcode.php:259
514
+ #: ../includes/class.yith-wcwl-ui.php:164
515
  msgid "Share on:"
516
  msgstr "分享:"
517
 
518
+ #: ../includes/class.yith-wcwl-ui.php:118
519
+ #: ../includes/class.yith-wcwl-ui.php:200
520
  msgid "Select options"
521
  msgstr "选择选项"
522
 
523
+ #: ../includes/class.yith-wcwl-ui.php:168 ../templates/share.php:20
524
  msgid "Facebook"
525
  msgstr ""
526
 
527
+ #: ../includes/class.yith-wcwl-ui.php:171 ../templates/share.php:26
528
  msgid "Twitter"
529
  msgstr ""
530
 
531
+ #: ../includes/class.yith-wcwl-ui.php:180
532
  msgid "email"
533
  msgstr ""
534
 
537
  msgid "An error occurred while adding products to the wishlist."
538
  msgstr "商品加入收藏到「愿望清单」时,发生了错误。"
539
 
540
+ #: ../includes/class.yith-wcwl.php:269
541
  #, fuzzy
542
  msgid "An error occurred while adding products to wishlist."
543
  msgstr "商品加入收藏到「愿望清单」时,发生了错误。"
544
 
545
+ #: ../includes/class.yith-wcwl.php:286
546
  msgid "The \"Remove\" option now does not require any parameter"
547
  msgstr ""
548
 
549
+ #: ../includes/class.yith-wcwl.php:335
550
  #, fuzzy
551
  msgid "An error occurred while removing products from the wishlist"
552
  msgstr "从「愿望清单」移除商品时,发生了错误。"
553
 
554
+ #: ../includes/class.yith-wcwl.php:783
555
  msgid "You need to log in before creating a new wishlist"
556
  msgstr ""
557
 
558
+ #: ../includes/class.yith-wcwl.php:1578
559
  msgid "Product successfully removed."
560
  msgstr "成功移除商品。"
561
 
562
+ #: ../includes/class.yith-wcwl.php:1582
563
  msgid "Error. Unable to remove the product from the wishlist."
564
  msgstr "错误。无法从「愿望清单」移除这个商品。"
565
 
566
+ #: ../includes/class.yith-wcwl.php:1586 ../templates/wishlist-view.php:241
567
  msgid "No products were added to the wishlist"
568
  msgstr "你目前没有加入收藏任何商品到「愿望清单」裡面"
569
 
570
+ #: ../includes/class.yith-wcwl.php:1628
571
  msgid "An error as occurred."
572
  msgstr ""
573
 
574
+ #: ../init.php:130
575
  msgid ""
576
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
577
  "WooCommerce in order to work."
578
  msgstr ""
579
 
580
+ #: ../init.php:140
581
  msgid ""
582
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
583
  "are using the premium one."
833
  msgid "Google+"
834
  msgstr ""
835
 
 
 
 
 
836
  #: ../templates/share.php:44
837
  msgid "Email"
838
  msgstr ""
861
  msgid "Stock Status"
862
  msgstr "库存状态"
863
 
864
+ #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:231
865
  msgid "Remove this product"
866
  msgstr "移除这个商品"
867
 
868
+ #: ../templates/wishlist-view.php:172
869
  msgid "Free!"
870
  msgstr "免费!"
871
 
872
+ #: ../templates/wishlist-view.php:178
873
  msgid "Out of Stock"
874
  msgstr "缺货"
875
 
876
+ #: ../templates/wishlist-view.php:178
877
  msgid "In Stock"
878
  msgstr "有货"
879
 
880
+ #: ../templates/wishlist-view.php:187
881
  #, php-format
882
  msgid "Added on : %s"
883
  msgstr ""
884
 
885
+ #: ../templates/wishlist-view.php:199
886
  msgid "Move"
887
  msgstr ""
888
 
889
+ #: ../templates/wishlist-view.php:211
890
  #, fuzzy
891
  msgid "Shared"
892
  msgstr "分享:"
893
 
894
+ #: ../templates/wishlist-view.php:214
895
  msgid "Private"
896
  msgstr ""
897
 
898
+ #: ../templates/wishlist-view.php:217
899
  msgid "Public"
900
  msgstr ""
901
 
902
+ #: ../templates/wishlist-view.php:231
903
  msgid "Remove"
904
  msgstr ""
905
 
906
+ #: ../templates/wishlist-view.php:258
907
  msgid "Add the selected products to the cart"
908
  msgstr ""
909
 
910
+ #: ../templates/wishlist-view.php:266 ../templates/wishlist-view.php:312
911
  msgid "Ask for an estimate"
912
  msgstr ""
913
 
914
+ #: ../templates/wishlist-view.php:302
915
  msgid "Your email"
916
  msgstr ""
917
 
languages/yith-woocommerce-wishlist-zh_TW.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-zh_TW.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
- "POT-Creation-Date: 2017-05-11 15:57+0200\n"
5
- "PO-Revision-Date: 2017-05-11 15:57+0200\n"
6
  "Last-Translator: 李明軒 <eggeggxuan@gmail.com>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: zh_TW\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 2.0.1\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
@@ -20,8 +20,8 @@ msgstr ""
20
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
21
 
22
  #: ../includes/class.yith-wcwl-admin-init.php:159
23
- #: ../includes/class.yith-wcwl-admin-init.php:1288
24
- #: ../includes/class.yith-wcwl-admin-init.php:1289
25
  #: ../includes/class.yith-wcwl-install.php:244
26
  msgid "Wishlist"
27
  msgstr "願望清單"
@@ -59,44 +59,44 @@ msgstr ""
59
  msgid "Plugin Documentation"
60
  msgstr ""
61
 
62
- #: ../includes/class.yith-wcwl-admin-init.php:828
63
  msgid "Upgrade to the PREMIUM VERSION"
64
  msgstr ""
65
 
66
- #: ../includes/class.yith-wcwl-admin-init.php:831
67
  msgid "YITH WooCommerce Wishlist"
68
  msgstr ""
69
 
70
- #: ../includes/class.yith-wcwl-admin-init.php:832
71
  msgid "Discover the Advanced Features"
72
  msgstr ""
73
 
74
- #: ../includes/class.yith-wcwl-admin-init.php:833
75
  msgid ""
76
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
77
  "all features!"
78
  msgstr ""
79
 
80
- #: ../includes/class.yith-wcwl-admin-init.php:839
81
  msgid "Get Support and Pro Features"
82
  msgstr ""
83
 
84
- #: ../includes/class.yith-wcwl-admin-init.php:840
85
  msgid ""
86
  "By purchasing the premium version of the plugin, you will take advantage of "
87
  "the advanced features of the product and you will get one year of free "
88
  "updates and support through our platform available 24h/24."
89
  msgstr ""
90
 
91
- #: ../includes/class.yith-wcwl-admin-init.php:850
92
  msgid "General Settings"
93
  msgstr ""
94
 
95
- #: ../includes/class.yith-wcwl-admin-init.php:857
96
  msgid "Enable YITH Wishlist"
97
  msgstr ""
98
 
99
- #: ../includes/class.yith-wcwl-admin-init.php:858
100
  #, php-format
101
  msgid ""
102
  "Enable all plugin features. <strong>Be sure to select at least one option in "
@@ -104,373 +104,373 @@ msgid ""
104
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
105
  msgstr ""
106
 
107
- #: ../includes/class.yith-wcwl-admin-init.php:864
108
  msgid "Default wishlist title"
109
  msgstr ""
110
 
111
- #: ../includes/class.yith-wcwl-admin-init.php:866
112
- #: ../includes/class.yith-wcwl-admin-init.php:867
113
- #: ../includes/class.yith-wcwl-admin-init.php:1103
114
  #, php-format
115
  msgid "My wishlist on %s"
116
  msgstr ""
117
 
118
- #: ../includes/class.yith-wcwl-admin-init.php:872
119
  msgid "Wishlist Page"
120
  msgstr ""
121
 
122
- #: ../includes/class.yith-wcwl-admin-init.php:873
123
  msgid "Page contents: [yith_wcwl_wishlist]"
124
  msgstr ""
125
 
126
- #: ../includes/class.yith-wcwl-admin-init.php:882
127
  msgid "Position"
128
  msgstr ""
129
 
130
- #: ../includes/class.yith-wcwl-admin-init.php:883
131
  msgid ""
132
  "You can add the button in variable products only after the \"Add to Cart\" "
133
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
134
  msgstr ""
135
 
136
- #: ../includes/class.yith-wcwl-admin-init.php:889
137
  msgid "After \"Add to cart\""
138
  msgstr ""
139
 
140
- #: ../includes/class.yith-wcwl-admin-init.php:890
141
  msgid "After thumbnails"
142
  msgstr ""
143
 
144
- #: ../includes/class.yith-wcwl-admin-init.php:891
145
  msgid "After summary"
146
  msgstr ""
147
 
148
- #: ../includes/class.yith-wcwl-admin-init.php:892
149
  msgid "Use shortcode"
150
  msgstr ""
151
 
152
- #: ../includes/class.yith-wcwl-admin-init.php:897
153
  msgid "Redirect to cart"
154
  msgstr ""
155
 
156
- #: ../includes/class.yith-wcwl-admin-init.php:898
157
  msgid ""
158
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
159
  "page."
160
  msgstr ""
161
 
162
- #: ../includes/class.yith-wcwl-admin-init.php:904
163
  msgid "Remove if added to the cart"
164
  msgstr ""
165
 
166
- #: ../includes/class.yith-wcwl-admin-init.php:905
167
  msgid "Remove the product from the wishlist if it has been added to the cart."
168
  msgstr ""
169
 
170
- #: ../includes/class.yith-wcwl-admin-init.php:911
171
  msgid "\"Add to Wishlist\" text"
172
  msgstr ""
173
 
174
- #: ../includes/class.yith-wcwl-admin-init.php:913
175
  msgid "Add to Wishlist"
176
  msgstr ""
177
 
178
- #: ../includes/class.yith-wcwl-admin-init.php:918
179
  #, fuzzy
180
  msgid "\"Browse wishlist\" text"
181
  msgstr "瀏覽「願望清單」"
182
 
183
- #: ../includes/class.yith-wcwl-admin-init.php:920
184
- #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl-ui.php:82
185
  msgid "Browse Wishlist"
186
  msgstr "瀏覽「願望清單」"
187
 
188
- #: ../includes/class.yith-wcwl-admin-init.php:925
189
  #, fuzzy
190
  msgid "\"Product already in wishlist\" text"
191
  msgstr "商品已經加入收藏在「願望清單」裡面。"
192
 
193
- #: ../includes/class.yith-wcwl-admin-init.php:927
194
- #: ../includes/class.yith-wcwl-ui.php:82
195
  msgid "The product is already in the wishlist!"
196
  msgstr "這個商品已經加入收藏在「願望清單」裡面!"
197
 
198
- #: ../includes/class.yith-wcwl-admin-init.php:932
199
  #, fuzzy
200
  msgid "\"Product added\" text"
201
  msgstr "加入收藏!"
202
 
203
- #: ../includes/class.yith-wcwl-admin-init.php:934
204
- #: ../includes/class.yith-wcwl-ui.php:81
205
  msgid "Product added!"
206
  msgstr "加入收藏!"
207
 
208
- #: ../includes/class.yith-wcwl-admin-init.php:939
209
  msgid "\"Add to Cart\" text"
210
  msgstr ""
211
 
212
- #: ../includes/class.yith-wcwl-admin-init.php:941
213
  msgid "Add to Cart"
214
  msgstr ""
215
 
216
- #: ../includes/class.yith-wcwl-admin-init.php:946
217
  msgid "Show Unit price"
218
  msgstr ""
219
 
220
- #: ../includes/class.yith-wcwl-admin-init.php:947
221
  msgid "Show unit price for each product in wishlist"
222
  msgstr ""
223
 
224
- #: ../includes/class.yith-wcwl-admin-init.php:954
225
  msgid "Show \"Add to Cart\" button"
226
  msgstr ""
227
 
228
- #: ../includes/class.yith-wcwl-admin-init.php:955
229
  msgid "Show \"Add to Cart\" button for each product in wishlist"
230
  msgstr ""
231
 
232
- #: ../includes/class.yith-wcwl-admin-init.php:962
233
  msgid "Show Stock status"
234
  msgstr ""
235
 
236
- #: ../includes/class.yith-wcwl-admin-init.php:963
237
  msgid ""
238
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
239
  msgstr ""
240
 
241
- #: ../includes/class.yith-wcwl-admin-init.php:970
242
  msgid "Show Date of addition"
243
  msgstr ""
244
 
245
- #: ../includes/class.yith-wcwl-admin-init.php:971
246
  #, fuzzy
247
  msgid "Show the date when users have added a product to the wishlist"
248
  msgstr "商品加入收藏到「願望清單」時,發生了錯誤。"
249
 
250
- #: ../includes/class.yith-wcwl-admin-init.php:978
251
  msgid "Add second remove button"
252
  msgstr ""
253
 
254
- #: ../includes/class.yith-wcwl-admin-init.php:979
255
  msgid "Add a second remove button in the last column, with extended label"
256
  msgstr ""
257
 
258
- #: ../includes/class.yith-wcwl-admin-init.php:994
259
  msgid "Styles"
260
  msgstr ""
261
 
262
- #: ../includes/class.yith-wcwl-admin-init.php:1001
263
  msgid "Use buttons"
264
  msgstr ""
265
 
266
- #: ../includes/class.yith-wcwl-admin-init.php:1002
267
  msgid "Use buttons instead of simple anchors."
268
  msgstr ""
269
 
270
- #: ../includes/class.yith-wcwl-admin-init.php:1008
271
  msgid "Custom CSS"
272
  msgstr ""
273
 
274
- #: ../includes/class.yith-wcwl-admin-init.php:1015
275
  msgid "Use theme style"
276
  msgstr ""
277
 
278
- #: ../includes/class.yith-wcwl-admin-init.php:1016
279
  msgid "Use the theme style."
280
  msgstr ""
281
 
282
- #: ../includes/class.yith-wcwl-admin-init.php:1022
283
  msgid "Rounded buttons"
284
  msgstr ""
285
 
286
- #: ../includes/class.yith-wcwl-admin-init.php:1023
287
  msgid "Make button corners rounded"
288
  msgstr ""
289
 
290
- #: ../includes/class.yith-wcwl-admin-init.php:1029
291
  msgid "\"Add to Wishlist\" icon"
292
  msgstr ""
293
 
294
- #: ../includes/class.yith-wcwl-admin-init.php:1030
295
  msgid "Add an icon to the \"Add to Wishlist\" button"
296
  msgstr ""
297
 
298
- #: ../includes/class.yith-wcwl-admin-init.php:1040
299
  msgid "\"Add to Cart\" icon"
300
  msgstr ""
301
 
302
- #: ../includes/class.yith-wcwl-admin-init.php:1041
303
  msgid "Add an icon to the \"Add to Cart\" button"
304
  msgstr ""
305
 
306
- #: ../includes/class.yith-wcwl-admin-init.php:1059
307
  msgid "Social Networks & Share"
308
  msgstr ""
309
 
310
- #: ../includes/class.yith-wcwl-admin-init.php:1066
311
  msgid "Share on Facebook"
312
  msgstr ""
313
 
314
- #: ../includes/class.yith-wcwl-admin-init.php:1067
315
  msgid "Show \"Share on Facebook\" button"
316
  msgstr ""
317
 
318
- #: ../includes/class.yith-wcwl-admin-init.php:1073
319
  msgid "Tweet on Twitter"
320
  msgstr ""
321
 
322
- #: ../includes/class.yith-wcwl-admin-init.php:1074
323
  msgid "Show \"Tweet on Twitter\" button"
324
  msgstr ""
325
 
326
- #: ../includes/class.yith-wcwl-admin-init.php:1080
327
  msgid "Pin on Pinterest"
328
  msgstr ""
329
 
330
- #: ../includes/class.yith-wcwl-admin-init.php:1081
331
  msgid "Show \"Pin on Pinterest\" button"
332
  msgstr ""
333
 
334
- #: ../includes/class.yith-wcwl-admin-init.php:1087
335
  msgid "Share on Google+"
336
  msgstr ""
337
 
338
- #: ../includes/class.yith-wcwl-admin-init.php:1088
339
  msgid "Show \"Share on Google+\" button"
340
  msgstr ""
341
 
342
- #: ../includes/class.yith-wcwl-admin-init.php:1094
343
  msgid "Share by Email"
344
  msgstr ""
345
 
346
- #: ../includes/class.yith-wcwl-admin-init.php:1095
347
  msgid "Show \"Share by Email\" button"
348
  msgstr ""
349
 
350
- #: ../includes/class.yith-wcwl-admin-init.php:1101
351
  msgid "Social title"
352
  msgstr ""
353
 
354
- #: ../includes/class.yith-wcwl-admin-init.php:1108
355
  msgid "Social text"
356
  msgstr ""
357
 
358
- #: ../includes/class.yith-wcwl-admin-init.php:1109
359
  msgid ""
360
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
361
  "strong> where you want to show the URL of your wishlist."
362
  msgstr ""
363
 
364
- #: ../includes/class.yith-wcwl-admin-init.php:1116
365
  msgid "Social image URL"
366
  msgstr ""
367
 
368
- #: ../includes/class.yith-wcwl-admin-init.php:1117
369
  msgid "It will be used by Pinterest."
370
  msgstr ""
371
 
372
- #: ../includes/class.yith-wcwl-admin-init.php:1131
373
  #, php-format
374
  msgid ""
375
  "If you want to take advantage of this feature, you could consider to "
376
  "purchase the %s."
377
  msgstr ""
378
 
379
- #: ../includes/class.yith-wcwl-admin-init.php:1136
380
  msgid "YITH WooCommerce Frequently Bought Together Integration"
381
  msgstr ""
382
 
383
- #: ../includes/class.yith-wcwl-admin-init.php:1143
384
  msgid "Enable slider in wishlist"
385
  msgstr ""
386
 
387
- #: ../includes/class.yith-wcwl-admin-init.php:1144
388
  #, php-format
389
  msgid ""
390
  "Choose to enable product slider in wishlist page with linked products (<a "
391
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
392
  msgstr ""
393
 
394
- #: ../includes/class.yith-wcwl-admin-init.php:1180
395
  msgid "\"Add to wishlist\" button"
396
  msgstr ""
397
 
398
- #: ../includes/class.yith-wcwl-admin-init.php:1183
399
- #: ../includes/class.yith-wcwl-admin-init.php:1201
400
- #: ../includes/class.yith-wcwl-admin-init.php:1219
401
- #: ../includes/class.yith-wcwl-admin-init.php:1237
402
- #: ../includes/class.yith-wcwl-admin-init.php:1255
403
  msgid "Background"
404
  msgstr ""
405
 
406
- #: ../includes/class.yith-wcwl-admin-init.php:1184
407
- #: ../includes/class.yith-wcwl-admin-init.php:1202
408
- #: ../includes/class.yith-wcwl-admin-init.php:1220
409
- #: ../includes/class.yith-wcwl-admin-init.php:1238
410
- #: ../includes/class.yith-wcwl-admin-init.php:1256
411
  msgid "Text"
412
  msgstr ""
413
 
414
- #: ../includes/class.yith-wcwl-admin-init.php:1185
415
- #: ../includes/class.yith-wcwl-admin-init.php:1203
416
- #: ../includes/class.yith-wcwl-admin-init.php:1221
417
- #: ../includes/class.yith-wcwl-admin-init.php:1239
418
- #: ../includes/class.yith-wcwl-admin-init.php:1257
419
  msgid "Border"
420
  msgstr ""
421
 
422
- #: ../includes/class.yith-wcwl-admin-init.php:1192
423
- #: ../includes/class.yith-wcwl-admin-init.php:1210
424
- #: ../includes/class.yith-wcwl-admin-init.php:1228
425
- #: ../includes/class.yith-wcwl-admin-init.php:1246
426
  msgid "Background (hover)"
427
  msgstr ""
428
 
429
- #: ../includes/class.yith-wcwl-admin-init.php:1193
430
- #: ../includes/class.yith-wcwl-admin-init.php:1211
431
- #: ../includes/class.yith-wcwl-admin-init.php:1229
432
- #: ../includes/class.yith-wcwl-admin-init.php:1247
433
  msgid "Text (hover)"
434
  msgstr ""
435
 
436
- #: ../includes/class.yith-wcwl-admin-init.php:1194
437
- #: ../includes/class.yith-wcwl-admin-init.php:1212
438
- #: ../includes/class.yith-wcwl-admin-init.php:1230
439
- #: ../includes/class.yith-wcwl-admin-init.php:1248
440
  msgid "Border (hover)"
441
  msgstr ""
442
 
443
- #: ../includes/class.yith-wcwl-admin-init.php:1198
444
  msgid "\"Add to Cart\" button"
445
  msgstr ""
446
 
447
- #: ../includes/class.yith-wcwl-admin-init.php:1216
448
  msgid "\"Style 1\" button"
449
  msgstr ""
450
 
451
- #: ../includes/class.yith-wcwl-admin-init.php:1234
452
  msgid "\"Style 2\" button"
453
  msgstr ""
454
 
455
- #: ../includes/class.yith-wcwl-admin-init.php:1252
456
  #, fuzzy
457
  msgid "Wishlist table"
458
  msgstr "願望清單"
459
 
460
- #: ../includes/class.yith-wcwl-admin-init.php:1261
461
  msgid "Headers"
462
  msgstr ""
463
 
464
- #: ../includes/class.yith-wcwl-admin-init.php:1264
465
  msgid "Background color"
466
  msgstr ""
467
 
468
- #: ../includes/class.yith-wcwl-admin-init.php:1354
469
  #, fuzzy
470
  msgid "Wishlist Activated"
471
  msgstr "願望清單"
472
 
473
- #: ../includes/class.yith-wcwl-admin-init.php:1355
474
  #, php-format
475
  msgid ""
476
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
@@ -479,12 +479,12 @@ msgid ""
479
  "options, <a href=\"%s\">discover it now</a>."
480
  msgstr ""
481
 
482
- #: ../includes/class.yith-wcwl-admin-init.php:1366
483
  #, fuzzy
484
  msgid "Wishlist Updated"
485
  msgstr "願望清單"
486
 
487
- #: ../includes/class.yith-wcwl-admin-init.php:1367
488
  #, php-format
489
  msgid ""
490
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
@@ -494,13 +494,13 @@ msgid ""
494
  "\">discover the PREMIUM version.</a>"
495
  msgstr ""
496
 
497
- #: ../includes/class.yith-wcwl-init.php:366
498
  msgid ""
499
  "We are sorry, but this feature is available only if cookies are enabled on "
500
  "your browser."
501
  msgstr ""
502
 
503
- #: ../includes/class.yith-wcwl-init.php:367
504
  #, fuzzy
505
  msgid "Product correctly added to cart"
506
  msgstr "加入收藏!"
@@ -511,24 +511,24 @@ msgid "wishlist"
511
  msgstr ""
512
 
513
  #: ../includes/class.yith-wcwl-shortcode.php:259
514
- #: ../includes/class.yith-wcwl-ui.php:163
515
  msgid "Share on:"
516
  msgstr "分享:"
517
 
518
- #: ../includes/class.yith-wcwl-ui.php:117
519
- #: ../includes/class.yith-wcwl-ui.php:199
520
  msgid "Select options"
521
  msgstr "選擇選項"
522
 
523
- #: ../includes/class.yith-wcwl-ui.php:167 ../templates/share.php:20
524
  msgid "Facebook"
525
  msgstr ""
526
 
527
- #: ../includes/class.yith-wcwl-ui.php:170 ../templates/share.php:26
528
  msgid "Twitter"
529
  msgstr ""
530
 
531
- #: ../includes/class.yith-wcwl-ui.php:179
532
  msgid "email"
533
  msgstr ""
534
 
@@ -537,47 +537,47 @@ msgstr ""
537
  msgid "An error occurred while adding products to the wishlist."
538
  msgstr "商品加入收藏到「願望清單」時,發生了錯誤。"
539
 
540
- #: ../includes/class.yith-wcwl.php:268
541
  #, fuzzy
542
  msgid "An error occurred while adding products to wishlist."
543
  msgstr "商品加入收藏到「願望清單」時,發生了錯誤。"
544
 
545
- #: ../includes/class.yith-wcwl.php:285
546
  msgid "The \"Remove\" option now does not require any parameter"
547
  msgstr ""
548
 
549
- #: ../includes/class.yith-wcwl.php:332
550
  #, fuzzy
551
  msgid "An error occurred while removing products from the wishlist"
552
  msgstr "從「願望清單」移除商品時,發生了錯誤。"
553
 
554
- #: ../includes/class.yith-wcwl.php:774
555
  msgid "You need to log in before creating a new wishlist"
556
  msgstr ""
557
 
558
- #: ../includes/class.yith-wcwl.php:1565
559
  msgid "Product successfully removed."
560
  msgstr "成功移除商品。"
561
 
562
- #: ../includes/class.yith-wcwl.php:1569
563
  msgid "Error. Unable to remove the product from the wishlist."
564
  msgstr "錯誤。無法從「願望清單」移除這個商品。"
565
 
566
- #: ../includes/class.yith-wcwl.php:1573 ../templates/wishlist-view.php:239
567
  msgid "No products were added to the wishlist"
568
  msgstr "你目前沒有加入收藏任何商品到「願望清單」裡面"
569
 
570
- #: ../includes/class.yith-wcwl.php:1615
571
  msgid "An error as occurred."
572
  msgstr ""
573
 
574
- #: ../init.php:128
575
  msgid ""
576
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
577
  "WooCommerce in order to work."
578
  msgstr ""
579
 
580
- #: ../init.php:138
581
  msgid ""
582
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
583
  "are using the premium one."
@@ -833,10 +833,6 @@ msgstr ""
833
  msgid "Google+"
834
  msgstr ""
835
 
836
- #: ../templates/share.php:44
837
- msgid "I wanted you to see this site"
838
- msgstr ""
839
-
840
  #: ../templates/share.php:44
841
  msgid "Email"
842
  msgstr ""
@@ -865,57 +861,57 @@ msgstr "單價"
865
  msgid "Stock Status"
866
  msgstr "庫存狀態"
867
 
868
- #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:229
869
  msgid "Remove this product"
870
  msgstr "移除這個商品"
871
 
872
- #: ../templates/wishlist-view.php:170
873
  msgid "Free!"
874
  msgstr "免費!"
875
 
876
- #: ../templates/wishlist-view.php:176
877
  msgid "Out of Stock"
878
  msgstr "缺貨"
879
 
880
- #: ../templates/wishlist-view.php:176
881
  msgid "In Stock"
882
  msgstr "有貨"
883
 
884
- #: ../templates/wishlist-view.php:185
885
  #, php-format
886
  msgid "Added on : %s"
887
  msgstr ""
888
 
889
- #: ../templates/wishlist-view.php:197
890
  msgid "Move"
891
  msgstr ""
892
 
893
- #: ../templates/wishlist-view.php:209
894
  #, fuzzy
895
  msgid "Shared"
896
  msgstr "分享:"
897
 
898
- #: ../templates/wishlist-view.php:212
899
  msgid "Private"
900
  msgstr ""
901
 
902
- #: ../templates/wishlist-view.php:215
903
  msgid "Public"
904
  msgstr ""
905
 
906
- #: ../templates/wishlist-view.php:229
907
  msgid "Remove"
908
  msgstr ""
909
 
910
- #: ../templates/wishlist-view.php:256
911
  msgid "Add the selected products to the cart"
912
  msgstr ""
913
 
914
- #: ../templates/wishlist-view.php:264 ../templates/wishlist-view.php:310
915
  msgid "Ask for an estimate"
916
  msgstr ""
917
 
918
- #: ../templates/wishlist-view.php:300
919
  msgid "Your email"
920
  msgstr ""
921
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
+ "POT-Creation-Date: 2017-10-24 17:35+0200\n"
5
+ "PO-Revision-Date: 2017-10-24 17:35+0200\n"
6
  "Last-Translator: 李明軒 <eggeggxuan@gmail.com>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: zh_TW\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.8.7.1\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
20
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
21
 
22
  #: ../includes/class.yith-wcwl-admin-init.php:159
23
+ #: ../includes/class.yith-wcwl-admin-init.php:1483
24
+ #: ../includes/class.yith-wcwl-admin-init.php:1484
25
  #: ../includes/class.yith-wcwl-install.php:244
26
  msgid "Wishlist"
27
  msgstr "願望清單"
59
  msgid "Plugin Documentation"
60
  msgstr ""
61
 
62
+ #: ../includes/class.yith-wcwl-admin-init.php:1023
63
  msgid "Upgrade to the PREMIUM VERSION"
64
  msgstr ""
65
 
66
+ #: ../includes/class.yith-wcwl-admin-init.php:1026
67
  msgid "YITH WooCommerce Wishlist"
68
  msgstr ""
69
 
70
+ #: ../includes/class.yith-wcwl-admin-init.php:1027
71
  msgid "Discover the Advanced Features"
72
  msgstr ""
73
 
74
+ #: ../includes/class.yith-wcwl-admin-init.php:1028
75
  msgid ""
76
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
77
  "all features!"
78
  msgstr ""
79
 
80
+ #: ../includes/class.yith-wcwl-admin-init.php:1034
81
  msgid "Get Support and Pro Features"
82
  msgstr ""
83
 
84
+ #: ../includes/class.yith-wcwl-admin-init.php:1035
85
  msgid ""
86
  "By purchasing the premium version of the plugin, you will take advantage of "
87
  "the advanced features of the product and you will get one year of free "
88
  "updates and support through our platform available 24h/24."
89
  msgstr ""
90
 
91
+ #: ../includes/class.yith-wcwl-admin-init.php:1045
92
  msgid "General Settings"
93
  msgstr ""
94
 
95
+ #: ../includes/class.yith-wcwl-admin-init.php:1052
96
  msgid "Enable YITH Wishlist"
97
  msgstr ""
98
 
99
+ #: ../includes/class.yith-wcwl-admin-init.php:1053
100
  #, php-format
101
  msgid ""
102
  "Enable all plugin features. <strong>Be sure to select at least one option in "
104
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
105
  msgstr ""
106
 
107
+ #: ../includes/class.yith-wcwl-admin-init.php:1059
108
  msgid "Default wishlist title"
109
  msgstr ""
110
 
111
+ #: ../includes/class.yith-wcwl-admin-init.php:1061
112
+ #: ../includes/class.yith-wcwl-admin-init.php:1062
113
+ #: ../includes/class.yith-wcwl-admin-init.php:1298
114
  #, php-format
115
  msgid "My wishlist on %s"
116
  msgstr ""
117
 
118
+ #: ../includes/class.yith-wcwl-admin-init.php:1067
119
  msgid "Wishlist Page"
120
  msgstr ""
121
 
122
+ #: ../includes/class.yith-wcwl-admin-init.php:1068
123
  msgid "Page contents: [yith_wcwl_wishlist]"
124
  msgstr ""
125
 
126
+ #: ../includes/class.yith-wcwl-admin-init.php:1077
127
  msgid "Position"
128
  msgstr ""
129
 
130
+ #: ../includes/class.yith-wcwl-admin-init.php:1078
131
  msgid ""
132
  "You can add the button in variable products only after the \"Add to Cart\" "
133
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
134
  msgstr ""
135
 
136
+ #: ../includes/class.yith-wcwl-admin-init.php:1084
137
  msgid "After \"Add to cart\""
138
  msgstr ""
139
 
140
+ #: ../includes/class.yith-wcwl-admin-init.php:1085
141
  msgid "After thumbnails"
142
  msgstr ""
143
 
144
+ #: ../includes/class.yith-wcwl-admin-init.php:1086
145
  msgid "After summary"
146
  msgstr ""
147
 
148
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
149
  msgid "Use shortcode"
150
  msgstr ""
151
 
152
+ #: ../includes/class.yith-wcwl-admin-init.php:1092
153
  msgid "Redirect to cart"
154
  msgstr ""
155
 
156
+ #: ../includes/class.yith-wcwl-admin-init.php:1093
157
  msgid ""
158
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
159
  "page."
160
  msgstr ""
161
 
162
+ #: ../includes/class.yith-wcwl-admin-init.php:1099
163
  msgid "Remove if added to the cart"
164
  msgstr ""
165
 
166
+ #: ../includes/class.yith-wcwl-admin-init.php:1100
167
  msgid "Remove the product from the wishlist if it has been added to the cart."
168
  msgstr ""
169
 
170
+ #: ../includes/class.yith-wcwl-admin-init.php:1106
171
  msgid "\"Add to Wishlist\" text"
172
  msgstr ""
173
 
174
+ #: ../includes/class.yith-wcwl-admin-init.php:1108
175
  msgid "Add to Wishlist"
176
  msgstr ""
177
 
178
+ #: ../includes/class.yith-wcwl-admin-init.php:1113
179
  #, fuzzy
180
  msgid "\"Browse wishlist\" text"
181
  msgstr "瀏覽「願望清單」"
182
 
183
+ #: ../includes/class.yith-wcwl-admin-init.php:1115
184
+ #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
185
  msgid "Browse Wishlist"
186
  msgstr "瀏覽「願望清單」"
187
 
188
+ #: ../includes/class.yith-wcwl-admin-init.php:1120
189
  #, fuzzy
190
  msgid "\"Product already in wishlist\" text"
191
  msgstr "商品已經加入收藏在「願望清單」裡面。"
192
 
193
+ #: ../includes/class.yith-wcwl-admin-init.php:1122
194
+ #: ../includes/class.yith-wcwl-ui.php:83
195
  msgid "The product is already in the wishlist!"
196
  msgstr "這個商品已經加入收藏在「願望清單」裡面!"
197
 
198
+ #: ../includes/class.yith-wcwl-admin-init.php:1127
199
  #, fuzzy
200
  msgid "\"Product added\" text"
201
  msgstr "加入收藏!"
202
 
203
+ #: ../includes/class.yith-wcwl-admin-init.php:1129
204
+ #: ../includes/class.yith-wcwl-ui.php:82
205
  msgid "Product added!"
206
  msgstr "加入收藏!"
207
 
208
+ #: ../includes/class.yith-wcwl-admin-init.php:1134
209
  msgid "\"Add to Cart\" text"
210
  msgstr ""
211
 
212
+ #: ../includes/class.yith-wcwl-admin-init.php:1136
213
  msgid "Add to Cart"
214
  msgstr ""
215
 
216
+ #: ../includes/class.yith-wcwl-admin-init.php:1141
217
  msgid "Show Unit price"
218
  msgstr ""
219
 
220
+ #: ../includes/class.yith-wcwl-admin-init.php:1142
221
  msgid "Show unit price for each product in wishlist"
222
  msgstr ""
223
 
224
+ #: ../includes/class.yith-wcwl-admin-init.php:1149
225
  msgid "Show \"Add to Cart\" button"
226
  msgstr ""
227
 
228
+ #: ../includes/class.yith-wcwl-admin-init.php:1150
229
  msgid "Show \"Add to Cart\" button for each product in wishlist"
230
  msgstr ""
231
 
232
+ #: ../includes/class.yith-wcwl-admin-init.php:1157
233
  msgid "Show Stock status"
234
  msgstr ""
235
 
236
+ #: ../includes/class.yith-wcwl-admin-init.php:1158
237
  msgid ""
238
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
239
  msgstr ""
240
 
241
+ #: ../includes/class.yith-wcwl-admin-init.php:1165
242
  msgid "Show Date of addition"
243
  msgstr ""
244
 
245
+ #: ../includes/class.yith-wcwl-admin-init.php:1166
246
  #, fuzzy
247
  msgid "Show the date when users have added a product to the wishlist"
248
  msgstr "商品加入收藏到「願望清單」時,發生了錯誤。"
249
 
250
+ #: ../includes/class.yith-wcwl-admin-init.php:1173
251
  msgid "Add second remove button"
252
  msgstr ""
253
 
254
+ #: ../includes/class.yith-wcwl-admin-init.php:1174
255
  msgid "Add a second remove button in the last column, with extended label"
256
  msgstr ""
257
 
258
+ #: ../includes/class.yith-wcwl-admin-init.php:1189
259
  msgid "Styles"
260
  msgstr ""
261
 
262
+ #: ../includes/class.yith-wcwl-admin-init.php:1196
263
  msgid "Use buttons"
264
  msgstr ""
265
 
266
+ #: ../includes/class.yith-wcwl-admin-init.php:1197
267
  msgid "Use buttons instead of simple anchors."
268
  msgstr ""
269
 
270
+ #: ../includes/class.yith-wcwl-admin-init.php:1203
271
  msgid "Custom CSS"
272
  msgstr ""
273
 
274
+ #: ../includes/class.yith-wcwl-admin-init.php:1210
275
  msgid "Use theme style"
276
  msgstr ""
277
 
278
+ #: ../includes/class.yith-wcwl-admin-init.php:1211
279
  msgid "Use the theme style."
280
  msgstr ""
281
 
282
+ #: ../includes/class.yith-wcwl-admin-init.php:1217
283
  msgid "Rounded buttons"
284
  msgstr ""
285
 
286
+ #: ../includes/class.yith-wcwl-admin-init.php:1218
287
  msgid "Make button corners rounded"
288
  msgstr ""
289
 
290
+ #: ../includes/class.yith-wcwl-admin-init.php:1224
291
  msgid "\"Add to Wishlist\" icon"
292
  msgstr ""
293
 
294
+ #: ../includes/class.yith-wcwl-admin-init.php:1225
295
  msgid "Add an icon to the \"Add to Wishlist\" button"
296
  msgstr ""
297
 
298
+ #: ../includes/class.yith-wcwl-admin-init.php:1235
299
  msgid "\"Add to Cart\" icon"
300
  msgstr ""
301
 
302
+ #: ../includes/class.yith-wcwl-admin-init.php:1236
303
  msgid "Add an icon to the \"Add to Cart\" button"
304
  msgstr ""
305
 
306
+ #: ../includes/class.yith-wcwl-admin-init.php:1254
307
  msgid "Social Networks & Share"
308
  msgstr ""
309
 
310
+ #: ../includes/class.yith-wcwl-admin-init.php:1261
311
  msgid "Share on Facebook"
312
  msgstr ""
313
 
314
+ #: ../includes/class.yith-wcwl-admin-init.php:1262
315
  msgid "Show \"Share on Facebook\" button"
316
  msgstr ""
317
 
318
+ #: ../includes/class.yith-wcwl-admin-init.php:1268
319
  msgid "Tweet on Twitter"
320
  msgstr ""
321
 
322
+ #: ../includes/class.yith-wcwl-admin-init.php:1269
323
  msgid "Show \"Tweet on Twitter\" button"
324
  msgstr ""
325
 
326
+ #: ../includes/class.yith-wcwl-admin-init.php:1275
327
  msgid "Pin on Pinterest"
328
  msgstr ""
329
 
330
+ #: ../includes/class.yith-wcwl-admin-init.php:1276
331
  msgid "Show \"Pin on Pinterest\" button"
332
  msgstr ""
333
 
334
+ #: ../includes/class.yith-wcwl-admin-init.php:1282
335
  msgid "Share on Google+"
336
  msgstr ""
337
 
338
+ #: ../includes/class.yith-wcwl-admin-init.php:1283
339
  msgid "Show \"Share on Google+\" button"
340
  msgstr ""
341
 
342
+ #: ../includes/class.yith-wcwl-admin-init.php:1289
343
  msgid "Share by Email"
344
  msgstr ""
345
 
346
+ #: ../includes/class.yith-wcwl-admin-init.php:1290
347
  msgid "Show \"Share by Email\" button"
348
  msgstr ""
349
 
350
+ #: ../includes/class.yith-wcwl-admin-init.php:1296
351
  msgid "Social title"
352
  msgstr ""
353
 
354
+ #: ../includes/class.yith-wcwl-admin-init.php:1303
355
  msgid "Social text"
356
  msgstr ""
357
 
358
+ #: ../includes/class.yith-wcwl-admin-init.php:1304
359
  msgid ""
360
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
361
  "strong> where you want to show the URL of your wishlist."
362
  msgstr ""
363
 
364
+ #: ../includes/class.yith-wcwl-admin-init.php:1311
365
  msgid "Social image URL"
366
  msgstr ""
367
 
368
+ #: ../includes/class.yith-wcwl-admin-init.php:1312
369
  msgid "It will be used by Pinterest."
370
  msgstr ""
371
 
372
+ #: ../includes/class.yith-wcwl-admin-init.php:1326
373
  #, php-format
374
  msgid ""
375
  "If you want to take advantage of this feature, you could consider to "
376
  "purchase the %s."
377
  msgstr ""
378
 
379
+ #: ../includes/class.yith-wcwl-admin-init.php:1331
380
  msgid "YITH WooCommerce Frequently Bought Together Integration"
381
  msgstr ""
382
 
383
+ #: ../includes/class.yith-wcwl-admin-init.php:1338
384
  msgid "Enable slider in wishlist"
385
  msgstr ""
386
 
387
+ #: ../includes/class.yith-wcwl-admin-init.php:1339
388
  #, php-format
389
  msgid ""
390
  "Choose to enable product slider in wishlist page with linked products (<a "
391
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
392
  msgstr ""
393
 
394
+ #: ../includes/class.yith-wcwl-admin-init.php:1375
395
  msgid "\"Add to wishlist\" button"
396
  msgstr ""
397
 
398
+ #: ../includes/class.yith-wcwl-admin-init.php:1378
399
+ #: ../includes/class.yith-wcwl-admin-init.php:1396
400
+ #: ../includes/class.yith-wcwl-admin-init.php:1414
401
+ #: ../includes/class.yith-wcwl-admin-init.php:1432
402
+ #: ../includes/class.yith-wcwl-admin-init.php:1450
403
  msgid "Background"
404
  msgstr ""
405
 
406
+ #: ../includes/class.yith-wcwl-admin-init.php:1379
407
+ #: ../includes/class.yith-wcwl-admin-init.php:1397
408
+ #: ../includes/class.yith-wcwl-admin-init.php:1415
409
+ #: ../includes/class.yith-wcwl-admin-init.php:1433
410
+ #: ../includes/class.yith-wcwl-admin-init.php:1451
411
  msgid "Text"
412
  msgstr ""
413
 
414
+ #: ../includes/class.yith-wcwl-admin-init.php:1380
415
+ #: ../includes/class.yith-wcwl-admin-init.php:1398
416
+ #: ../includes/class.yith-wcwl-admin-init.php:1416
417
+ #: ../includes/class.yith-wcwl-admin-init.php:1434
418
+ #: ../includes/class.yith-wcwl-admin-init.php:1452
419
  msgid "Border"
420
  msgstr ""
421
 
422
+ #: ../includes/class.yith-wcwl-admin-init.php:1387
423
+ #: ../includes/class.yith-wcwl-admin-init.php:1405
424
+ #: ../includes/class.yith-wcwl-admin-init.php:1423
425
+ #: ../includes/class.yith-wcwl-admin-init.php:1441
426
  msgid "Background (hover)"
427
  msgstr ""
428
 
429
+ #: ../includes/class.yith-wcwl-admin-init.php:1388
430
+ #: ../includes/class.yith-wcwl-admin-init.php:1406
431
+ #: ../includes/class.yith-wcwl-admin-init.php:1424
432
+ #: ../includes/class.yith-wcwl-admin-init.php:1442
433
  msgid "Text (hover)"
434
  msgstr ""
435
 
436
+ #: ../includes/class.yith-wcwl-admin-init.php:1389
437
+ #: ../includes/class.yith-wcwl-admin-init.php:1407
438
+ #: ../includes/class.yith-wcwl-admin-init.php:1425
439
+ #: ../includes/class.yith-wcwl-admin-init.php:1443
440
  msgid "Border (hover)"
441
  msgstr ""
442
 
443
+ #: ../includes/class.yith-wcwl-admin-init.php:1393
444
  msgid "\"Add to Cart\" button"
445
  msgstr ""
446
 
447
+ #: ../includes/class.yith-wcwl-admin-init.php:1411
448
  msgid "\"Style 1\" button"
449
  msgstr ""
450
 
451
+ #: ../includes/class.yith-wcwl-admin-init.php:1429
452
  msgid "\"Style 2\" button"
453
  msgstr ""
454
 
455
+ #: ../includes/class.yith-wcwl-admin-init.php:1447
456
  #, fuzzy
457
  msgid "Wishlist table"
458
  msgstr "願望清單"
459
 
460
+ #: ../includes/class.yith-wcwl-admin-init.php:1456
461
  msgid "Headers"
462
  msgstr ""
463
 
464
+ #: ../includes/class.yith-wcwl-admin-init.php:1459
465
  msgid "Background color"
466
  msgstr ""
467
 
468
+ #: ../includes/class.yith-wcwl-admin-init.php:1549
469
  #, fuzzy
470
  msgid "Wishlist Activated"
471
  msgstr "願望清單"
472
 
473
+ #: ../includes/class.yith-wcwl-admin-init.php:1550
474
  #, php-format
475
  msgid ""
476
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
479
  "options, <a href=\"%s\">discover it now</a>."
480
  msgstr ""
481
 
482
+ #: ../includes/class.yith-wcwl-admin-init.php:1561
483
  #, fuzzy
484
  msgid "Wishlist Updated"
485
  msgstr "願望清單"
486
 
487
+ #: ../includes/class.yith-wcwl-admin-init.php:1562
488
  #, php-format
489
  msgid ""
490
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
494
  "\">discover the PREMIUM version.</a>"
495
  msgstr ""
496
 
497
+ #: ../includes/class.yith-wcwl-init.php:374
498
  msgid ""
499
  "We are sorry, but this feature is available only if cookies are enabled on "
500
  "your browser."
501
  msgstr ""
502
 
503
+ #: ../includes/class.yith-wcwl-init.php:375
504
  #, fuzzy
505
  msgid "Product correctly added to cart"
506
  msgstr "加入收藏!"
511
  msgstr ""
512
 
513
  #: ../includes/class.yith-wcwl-shortcode.php:259
514
+ #: ../includes/class.yith-wcwl-ui.php:164
515
  msgid "Share on:"
516
  msgstr "分享:"
517
 
518
+ #: ../includes/class.yith-wcwl-ui.php:118
519
+ #: ../includes/class.yith-wcwl-ui.php:200
520
  msgid "Select options"
521
  msgstr "選擇選項"
522
 
523
+ #: ../includes/class.yith-wcwl-ui.php:168 ../templates/share.php:20
524
  msgid "Facebook"
525
  msgstr ""
526
 
527
+ #: ../includes/class.yith-wcwl-ui.php:171 ../templates/share.php:26
528
  msgid "Twitter"
529
  msgstr ""
530
 
531
+ #: ../includes/class.yith-wcwl-ui.php:180
532
  msgid "email"
533
  msgstr ""
534
 
537
  msgid "An error occurred while adding products to the wishlist."
538
  msgstr "商品加入收藏到「願望清單」時,發生了錯誤。"
539
 
540
+ #: ../includes/class.yith-wcwl.php:269
541
  #, fuzzy
542
  msgid "An error occurred while adding products to wishlist."
543
  msgstr "商品加入收藏到「願望清單」時,發生了錯誤。"
544
 
545
+ #: ../includes/class.yith-wcwl.php:286
546
  msgid "The \"Remove\" option now does not require any parameter"
547
  msgstr ""
548
 
549
+ #: ../includes/class.yith-wcwl.php:335
550
  #, fuzzy
551
  msgid "An error occurred while removing products from the wishlist"
552
  msgstr "從「願望清單」移除商品時,發生了錯誤。"
553
 
554
+ #: ../includes/class.yith-wcwl.php:783
555
  msgid "You need to log in before creating a new wishlist"
556
  msgstr ""
557
 
558
+ #: ../includes/class.yith-wcwl.php:1578
559
  msgid "Product successfully removed."
560
  msgstr "成功移除商品。"
561
 
562
+ #: ../includes/class.yith-wcwl.php:1582
563
  msgid "Error. Unable to remove the product from the wishlist."
564
  msgstr "錯誤。無法從「願望清單」移除這個商品。"
565
 
566
+ #: ../includes/class.yith-wcwl.php:1586 ../templates/wishlist-view.php:241
567
  msgid "No products were added to the wishlist"
568
  msgstr "你目前沒有加入收藏任何商品到「願望清單」裡面"
569
 
570
+ #: ../includes/class.yith-wcwl.php:1628
571
  msgid "An error as occurred."
572
  msgstr ""
573
 
574
+ #: ../init.php:130
575
  msgid ""
576
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
577
  "WooCommerce in order to work."
578
  msgstr ""
579
 
580
+ #: ../init.php:140
581
  msgid ""
582
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
583
  "are using the premium one."
833
  msgid "Google+"
834
  msgstr ""
835
 
 
 
 
 
836
  #: ../templates/share.php:44
837
  msgid "Email"
838
  msgstr ""
861
  msgid "Stock Status"
862
  msgstr "庫存狀態"
863
 
864
+ #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:231
865
  msgid "Remove this product"
866
  msgstr "移除這個商品"
867
 
868
+ #: ../templates/wishlist-view.php:172
869
  msgid "Free!"
870
  msgstr "免費!"
871
 
872
+ #: ../templates/wishlist-view.php:178
873
  msgid "Out of Stock"
874
  msgstr "缺貨"
875
 
876
+ #: ../templates/wishlist-view.php:178
877
  msgid "In Stock"
878
  msgstr "有貨"
879
 
880
+ #: ../templates/wishlist-view.php:187
881
  #, php-format
882
  msgid "Added on : %s"
883
  msgstr ""
884
 
885
+ #: ../templates/wishlist-view.php:199
886
  msgid "Move"
887
  msgstr ""
888
 
889
+ #: ../templates/wishlist-view.php:211
890
  #, fuzzy
891
  msgid "Shared"
892
  msgstr "分享:"
893
 
894
+ #: ../templates/wishlist-view.php:214
895
  msgid "Private"
896
  msgstr ""
897
 
898
+ #: ../templates/wishlist-view.php:217
899
  msgid "Public"
900
  msgstr ""
901
 
902
+ #: ../templates/wishlist-view.php:231
903
  msgid "Remove"
904
  msgstr ""
905
 
906
+ #: ../templates/wishlist-view.php:258
907
  msgid "Add the selected products to the cart"
908
  msgstr ""
909
 
910
+ #: ../templates/wishlist-view.php:266 ../templates/wishlist-view.php:312
911
  msgid "Ask for an estimate"
912
  msgstr ""
913
 
914
+ #: ../templates/wishlist-view.php:302
915
  msgid "Your email"
916
  msgstr ""
917
 
languages/yith-woocommerce-wishlist.pot CHANGED
@@ -2,7 +2,7 @@
2
  msgid ""
3
  msgstr ""
4
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
5
- "POT-Creation-Date: 2017-05-11 15:54+0200\n"
6
  "PO-Revision-Date: 2015-04-30 17:08+0100\n"
7
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
@@ -10,7 +10,7 @@ msgstr ""
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 2.0.1\n"
14
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
15
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
16
  "_nx_noop:4c,1,2\n"
@@ -21,8 +21,8 @@ msgstr ""
21
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
22
 
23
  #: ../includes/class.yith-wcwl-admin-init.php:159
24
- #: ../includes/class.yith-wcwl-admin-init.php:1288
25
- #: ../includes/class.yith-wcwl-admin-init.php:1289
26
  #: ../includes/class.yith-wcwl-install.php:244
27
  msgid "Wishlist"
28
  msgstr ""
@@ -60,44 +60,44 @@ msgstr ""
60
  msgid "Plugin Documentation"
61
  msgstr ""
62
 
63
- #: ../includes/class.yith-wcwl-admin-init.php:828
64
  msgid "Upgrade to the PREMIUM VERSION"
65
  msgstr ""
66
 
67
- #: ../includes/class.yith-wcwl-admin-init.php:831
68
  msgid "YITH WooCommerce Wishlist"
69
  msgstr ""
70
 
71
- #: ../includes/class.yith-wcwl-admin-init.php:832
72
  msgid "Discover the Advanced Features"
73
  msgstr ""
74
 
75
- #: ../includes/class.yith-wcwl-admin-init.php:833
76
  msgid ""
77
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
78
  "all features!"
79
  msgstr ""
80
 
81
- #: ../includes/class.yith-wcwl-admin-init.php:839
82
  msgid "Get Support and Pro Features"
83
  msgstr ""
84
 
85
- #: ../includes/class.yith-wcwl-admin-init.php:840
86
  msgid ""
87
  "By purchasing the premium version of the plugin, you will take advantage of "
88
  "the advanced features of the product and you will get one year of free "
89
  "updates and support through our platform available 24h/24."
90
  msgstr ""
91
 
92
- #: ../includes/class.yith-wcwl-admin-init.php:850
93
  msgid "General Settings"
94
  msgstr ""
95
 
96
- #: ../includes/class.yith-wcwl-admin-init.php:857
97
  msgid "Enable YITH Wishlist"
98
  msgstr ""
99
 
100
- #: ../includes/class.yith-wcwl-admin-init.php:858
101
  #, php-format
102
  msgid ""
103
  "Enable all plugin features. <strong>Be sure to select at least one option in "
@@ -105,367 +105,367 @@ msgid ""
105
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
106
  msgstr ""
107
 
108
- #: ../includes/class.yith-wcwl-admin-init.php:864
109
  msgid "Default wishlist title"
110
  msgstr ""
111
 
112
- #: ../includes/class.yith-wcwl-admin-init.php:866
113
- #: ../includes/class.yith-wcwl-admin-init.php:867
114
- #: ../includes/class.yith-wcwl-admin-init.php:1103
115
  #, php-format
116
  msgid "My wishlist on %s"
117
  msgstr ""
118
 
119
- #: ../includes/class.yith-wcwl-admin-init.php:872
120
  msgid "Wishlist Page"
121
  msgstr ""
122
 
123
- #: ../includes/class.yith-wcwl-admin-init.php:873
124
  msgid "Page contents: [yith_wcwl_wishlist]"
125
  msgstr ""
126
 
127
- #: ../includes/class.yith-wcwl-admin-init.php:882
128
  msgid "Position"
129
  msgstr ""
130
 
131
- #: ../includes/class.yith-wcwl-admin-init.php:883
132
  msgid ""
133
  "You can add the button in variable products only after the \"Add to Cart\" "
134
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
135
  msgstr ""
136
 
137
- #: ../includes/class.yith-wcwl-admin-init.php:889
138
  msgid "After \"Add to cart\""
139
  msgstr ""
140
 
141
- #: ../includes/class.yith-wcwl-admin-init.php:890
142
  msgid "After thumbnails"
143
  msgstr ""
144
 
145
- #: ../includes/class.yith-wcwl-admin-init.php:891
146
  msgid "After summary"
147
  msgstr ""
148
 
149
- #: ../includes/class.yith-wcwl-admin-init.php:892
150
  msgid "Use shortcode"
151
  msgstr ""
152
 
153
- #: ../includes/class.yith-wcwl-admin-init.php:897
154
  msgid "Redirect to cart"
155
  msgstr ""
156
 
157
- #: ../includes/class.yith-wcwl-admin-init.php:898
158
  msgid ""
159
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
160
  "page."
161
  msgstr ""
162
 
163
- #: ../includes/class.yith-wcwl-admin-init.php:904
164
  msgid "Remove if added to the cart"
165
  msgstr ""
166
 
167
- #: ../includes/class.yith-wcwl-admin-init.php:905
168
  msgid "Remove the product from the wishlist if it has been added to the cart."
169
  msgstr ""
170
 
171
- #: ../includes/class.yith-wcwl-admin-init.php:911
172
  msgid "\"Add to Wishlist\" text"
173
  msgstr ""
174
 
175
- #: ../includes/class.yith-wcwl-admin-init.php:913
176
  msgid "Add to Wishlist"
177
  msgstr ""
178
 
179
- #: ../includes/class.yith-wcwl-admin-init.php:918
180
  msgid "\"Browse wishlist\" text"
181
  msgstr ""
182
 
183
- #: ../includes/class.yith-wcwl-admin-init.php:920
184
- #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl-ui.php:82
185
  msgid "Browse Wishlist"
186
  msgstr ""
187
 
188
- #: ../includes/class.yith-wcwl-admin-init.php:925
189
  msgid "\"Product already in wishlist\" text"
190
  msgstr ""
191
 
192
- #: ../includes/class.yith-wcwl-admin-init.php:927
193
- #: ../includes/class.yith-wcwl-ui.php:82
194
  msgid "The product is already in the wishlist!"
195
  msgstr ""
196
 
197
- #: ../includes/class.yith-wcwl-admin-init.php:932
198
  msgid "\"Product added\" text"
199
  msgstr ""
200
 
201
- #: ../includes/class.yith-wcwl-admin-init.php:934
202
- #: ../includes/class.yith-wcwl-ui.php:81
203
  msgid "Product added!"
204
  msgstr ""
205
 
206
- #: ../includes/class.yith-wcwl-admin-init.php:939
207
  msgid "\"Add to Cart\" text"
208
  msgstr ""
209
 
210
- #: ../includes/class.yith-wcwl-admin-init.php:941
211
  msgid "Add to Cart"
212
  msgstr ""
213
 
214
- #: ../includes/class.yith-wcwl-admin-init.php:946
215
  msgid "Show Unit price"
216
  msgstr ""
217
 
218
- #: ../includes/class.yith-wcwl-admin-init.php:947
219
  msgid "Show unit price for each product in wishlist"
220
  msgstr ""
221
 
222
- #: ../includes/class.yith-wcwl-admin-init.php:954
223
  msgid "Show \"Add to Cart\" button"
224
  msgstr ""
225
 
226
- #: ../includes/class.yith-wcwl-admin-init.php:955
227
  msgid "Show \"Add to Cart\" button for each product in wishlist"
228
  msgstr ""
229
 
230
- #: ../includes/class.yith-wcwl-admin-init.php:962
231
  msgid "Show Stock status"
232
  msgstr ""
233
 
234
- #: ../includes/class.yith-wcwl-admin-init.php:963
235
  msgid ""
236
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
237
  msgstr ""
238
 
239
- #: ../includes/class.yith-wcwl-admin-init.php:970
240
  msgid "Show Date of addition"
241
  msgstr ""
242
 
243
- #: ../includes/class.yith-wcwl-admin-init.php:971
244
  msgid "Show the date when users have added a product to the wishlist"
245
  msgstr ""
246
 
247
- #: ../includes/class.yith-wcwl-admin-init.php:978
248
  msgid "Add second remove button"
249
  msgstr ""
250
 
251
- #: ../includes/class.yith-wcwl-admin-init.php:979
252
  msgid "Add a second remove button in the last column, with extended label"
253
  msgstr ""
254
 
255
- #: ../includes/class.yith-wcwl-admin-init.php:994
256
  msgid "Styles"
257
  msgstr ""
258
 
259
- #: ../includes/class.yith-wcwl-admin-init.php:1001
260
  msgid "Use buttons"
261
  msgstr ""
262
 
263
- #: ../includes/class.yith-wcwl-admin-init.php:1002
264
  msgid "Use buttons instead of simple anchors."
265
  msgstr ""
266
 
267
- #: ../includes/class.yith-wcwl-admin-init.php:1008
268
  msgid "Custom CSS"
269
  msgstr ""
270
 
271
- #: ../includes/class.yith-wcwl-admin-init.php:1015
272
  msgid "Use theme style"
273
  msgstr ""
274
 
275
- #: ../includes/class.yith-wcwl-admin-init.php:1016
276
  msgid "Use the theme style."
277
  msgstr ""
278
 
279
- #: ../includes/class.yith-wcwl-admin-init.php:1022
280
  msgid "Rounded buttons"
281
  msgstr ""
282
 
283
- #: ../includes/class.yith-wcwl-admin-init.php:1023
284
  msgid "Make button corners rounded"
285
  msgstr ""
286
 
287
- #: ../includes/class.yith-wcwl-admin-init.php:1029
288
  msgid "\"Add to Wishlist\" icon"
289
  msgstr ""
290
 
291
- #: ../includes/class.yith-wcwl-admin-init.php:1030
292
  msgid "Add an icon to the \"Add to Wishlist\" button"
293
  msgstr ""
294
 
295
- #: ../includes/class.yith-wcwl-admin-init.php:1040
296
  msgid "\"Add to Cart\" icon"
297
  msgstr ""
298
 
299
- #: ../includes/class.yith-wcwl-admin-init.php:1041
300
  msgid "Add an icon to the \"Add to Cart\" button"
301
  msgstr ""
302
 
303
- #: ../includes/class.yith-wcwl-admin-init.php:1059
304
  msgid "Social Networks & Share"
305
  msgstr ""
306
 
307
- #: ../includes/class.yith-wcwl-admin-init.php:1066
308
  msgid "Share on Facebook"
309
  msgstr ""
310
 
311
- #: ../includes/class.yith-wcwl-admin-init.php:1067
312
  msgid "Show \"Share on Facebook\" button"
313
  msgstr ""
314
 
315
- #: ../includes/class.yith-wcwl-admin-init.php:1073
316
  msgid "Tweet on Twitter"
317
  msgstr ""
318
 
319
- #: ../includes/class.yith-wcwl-admin-init.php:1074
320
  msgid "Show \"Tweet on Twitter\" button"
321
  msgstr ""
322
 
323
- #: ../includes/class.yith-wcwl-admin-init.php:1080
324
  msgid "Pin on Pinterest"
325
  msgstr ""
326
 
327
- #: ../includes/class.yith-wcwl-admin-init.php:1081
328
  msgid "Show \"Pin on Pinterest\" button"
329
  msgstr ""
330
 
331
- #: ../includes/class.yith-wcwl-admin-init.php:1087
332
  msgid "Share on Google+"
333
  msgstr ""
334
 
335
- #: ../includes/class.yith-wcwl-admin-init.php:1088
336
  msgid "Show \"Share on Google+\" button"
337
  msgstr ""
338
 
339
- #: ../includes/class.yith-wcwl-admin-init.php:1094
340
  msgid "Share by Email"
341
  msgstr ""
342
 
343
- #: ../includes/class.yith-wcwl-admin-init.php:1095
344
  msgid "Show \"Share by Email\" button"
345
  msgstr ""
346
 
347
- #: ../includes/class.yith-wcwl-admin-init.php:1101
348
  msgid "Social title"
349
  msgstr ""
350
 
351
- #: ../includes/class.yith-wcwl-admin-init.php:1108
352
  msgid "Social text"
353
  msgstr ""
354
 
355
- #: ../includes/class.yith-wcwl-admin-init.php:1109
356
  msgid ""
357
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
358
  "strong> where you want to show the URL of your wishlist."
359
  msgstr ""
360
 
361
- #: ../includes/class.yith-wcwl-admin-init.php:1116
362
  msgid "Social image URL"
363
  msgstr ""
364
 
365
- #: ../includes/class.yith-wcwl-admin-init.php:1117
366
  msgid "It will be used by Pinterest."
367
  msgstr ""
368
 
369
- #: ../includes/class.yith-wcwl-admin-init.php:1131
370
  #, php-format
371
  msgid ""
372
  "If you want to take advantage of this feature, you could consider to "
373
  "purchase the %s."
374
  msgstr ""
375
 
376
- #: ../includes/class.yith-wcwl-admin-init.php:1136
377
  msgid "YITH WooCommerce Frequently Bought Together Integration"
378
  msgstr ""
379
 
380
- #: ../includes/class.yith-wcwl-admin-init.php:1143
381
  msgid "Enable slider in wishlist"
382
  msgstr ""
383
 
384
- #: ../includes/class.yith-wcwl-admin-init.php:1144
385
  #, php-format
386
  msgid ""
387
  "Choose to enable product slider in wishlist page with linked products (<a "
388
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
389
  msgstr ""
390
 
391
- #: ../includes/class.yith-wcwl-admin-init.php:1180
392
  msgid "\"Add to wishlist\" button"
393
  msgstr ""
394
 
395
- #: ../includes/class.yith-wcwl-admin-init.php:1183
396
- #: ../includes/class.yith-wcwl-admin-init.php:1201
397
- #: ../includes/class.yith-wcwl-admin-init.php:1219
398
- #: ../includes/class.yith-wcwl-admin-init.php:1237
399
- #: ../includes/class.yith-wcwl-admin-init.php:1255
400
  msgid "Background"
401
  msgstr ""
402
 
403
- #: ../includes/class.yith-wcwl-admin-init.php:1184
404
- #: ../includes/class.yith-wcwl-admin-init.php:1202
405
- #: ../includes/class.yith-wcwl-admin-init.php:1220
406
- #: ../includes/class.yith-wcwl-admin-init.php:1238
407
- #: ../includes/class.yith-wcwl-admin-init.php:1256
408
  msgid "Text"
409
  msgstr ""
410
 
411
- #: ../includes/class.yith-wcwl-admin-init.php:1185
412
- #: ../includes/class.yith-wcwl-admin-init.php:1203
413
- #: ../includes/class.yith-wcwl-admin-init.php:1221
414
- #: ../includes/class.yith-wcwl-admin-init.php:1239
415
- #: ../includes/class.yith-wcwl-admin-init.php:1257
416
  msgid "Border"
417
  msgstr ""
418
 
419
- #: ../includes/class.yith-wcwl-admin-init.php:1192
420
- #: ../includes/class.yith-wcwl-admin-init.php:1210
421
- #: ../includes/class.yith-wcwl-admin-init.php:1228
422
- #: ../includes/class.yith-wcwl-admin-init.php:1246
423
  msgid "Background (hover)"
424
  msgstr ""
425
 
426
- #: ../includes/class.yith-wcwl-admin-init.php:1193
427
- #: ../includes/class.yith-wcwl-admin-init.php:1211
428
- #: ../includes/class.yith-wcwl-admin-init.php:1229
429
- #: ../includes/class.yith-wcwl-admin-init.php:1247
430
  msgid "Text (hover)"
431
  msgstr ""
432
 
433
- #: ../includes/class.yith-wcwl-admin-init.php:1194
434
- #: ../includes/class.yith-wcwl-admin-init.php:1212
435
- #: ../includes/class.yith-wcwl-admin-init.php:1230
436
- #: ../includes/class.yith-wcwl-admin-init.php:1248
437
  msgid "Border (hover)"
438
  msgstr ""
439
 
440
- #: ../includes/class.yith-wcwl-admin-init.php:1198
441
  msgid "\"Add to Cart\" button"
442
  msgstr ""
443
 
444
- #: ../includes/class.yith-wcwl-admin-init.php:1216
445
  msgid "\"Style 1\" button"
446
  msgstr ""
447
 
448
- #: ../includes/class.yith-wcwl-admin-init.php:1234
449
  msgid "\"Style 2\" button"
450
  msgstr ""
451
 
452
- #: ../includes/class.yith-wcwl-admin-init.php:1252
453
  msgid "Wishlist table"
454
  msgstr ""
455
 
456
- #: ../includes/class.yith-wcwl-admin-init.php:1261
457
  msgid "Headers"
458
  msgstr ""
459
 
460
- #: ../includes/class.yith-wcwl-admin-init.php:1264
461
  msgid "Background color"
462
  msgstr ""
463
 
464
- #: ../includes/class.yith-wcwl-admin-init.php:1354
465
  msgid "Wishlist Activated"
466
  msgstr ""
467
 
468
- #: ../includes/class.yith-wcwl-admin-init.php:1355
469
  #, php-format
470
  msgid ""
471
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
@@ -474,11 +474,11 @@ msgid ""
474
  "options, <a href=\"%s\">discover it now</a>."
475
  msgstr ""
476
 
477
- #: ../includes/class.yith-wcwl-admin-init.php:1366
478
  msgid "Wishlist Updated"
479
  msgstr ""
480
 
481
- #: ../includes/class.yith-wcwl-admin-init.php:1367
482
  #, php-format
483
  msgid ""
484
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
@@ -488,13 +488,13 @@ msgid ""
488
  "\">discover the PREMIUM version.</a>"
489
  msgstr ""
490
 
491
- #: ../includes/class.yith-wcwl-init.php:366
492
  msgid ""
493
  "We are sorry, but this feature is available only if cookies are enabled on "
494
  "your browser."
495
  msgstr ""
496
 
497
- #: ../includes/class.yith-wcwl-init.php:367
498
  msgid "Product correctly added to cart"
499
  msgstr ""
500
 
@@ -504,24 +504,24 @@ msgid "wishlist"
504
  msgstr ""
505
 
506
  #: ../includes/class.yith-wcwl-shortcode.php:259
507
- #: ../includes/class.yith-wcwl-ui.php:163
508
  msgid "Share on:"
509
  msgstr ""
510
 
511
- #: ../includes/class.yith-wcwl-ui.php:117
512
- #: ../includes/class.yith-wcwl-ui.php:199
513
  msgid "Select options"
514
  msgstr ""
515
 
516
- #: ../includes/class.yith-wcwl-ui.php:167 ../templates/share.php:20
517
  msgid "Facebook"
518
  msgstr ""
519
 
520
- #: ../includes/class.yith-wcwl-ui.php:170 ../templates/share.php:26
521
  msgid "Twitter"
522
  msgstr ""
523
 
524
- #: ../includes/class.yith-wcwl-ui.php:179
525
  msgid "email"
526
  msgstr ""
527
 
@@ -529,45 +529,45 @@ msgstr ""
529
  msgid "An error occurred while adding products to the wishlist."
530
  msgstr ""
531
 
532
- #: ../includes/class.yith-wcwl.php:268
533
  msgid "An error occurred while adding products to wishlist."
534
  msgstr ""
535
 
536
- #: ../includes/class.yith-wcwl.php:285
537
  msgid "The \"Remove\" option now does not require any parameter"
538
  msgstr ""
539
 
540
- #: ../includes/class.yith-wcwl.php:332
541
  msgid "An error occurred while removing products from the wishlist"
542
  msgstr ""
543
 
544
- #: ../includes/class.yith-wcwl.php:774
545
  msgid "You need to log in before creating a new wishlist"
546
  msgstr ""
547
 
548
- #: ../includes/class.yith-wcwl.php:1565
549
  msgid "Product successfully removed."
550
  msgstr ""
551
 
552
- #: ../includes/class.yith-wcwl.php:1569
553
  msgid "Error. Unable to remove the product from the wishlist."
554
  msgstr ""
555
 
556
- #: ../includes/class.yith-wcwl.php:1573 ../templates/wishlist-view.php:239
557
  msgid "No products were added to the wishlist"
558
  msgstr ""
559
 
560
- #: ../includes/class.yith-wcwl.php:1615
561
  msgid "An error as occurred."
562
  msgstr ""
563
 
564
- #: ../init.php:128
565
  msgid ""
566
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
567
  "WooCommerce in order to work."
568
  msgstr ""
569
 
570
- #: ../init.php:138
571
  msgid ""
572
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
573
  "are using the premium one."
@@ -823,10 +823,6 @@ msgstr ""
823
  msgid "Google+"
824
  msgstr ""
825
 
826
- #: ../templates/share.php:44
827
- msgid "I wanted you to see this site"
828
- msgstr ""
829
-
830
  #: ../templates/share.php:44
831
  msgid "Email"
832
  msgstr ""
@@ -855,55 +851,55 @@ msgstr ""
855
  msgid "Stock Status"
856
  msgstr ""
857
 
858
- #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:229
859
  msgid "Remove this product"
860
  msgstr ""
861
 
862
- #: ../templates/wishlist-view.php:170
863
  msgid "Free!"
864
  msgstr ""
865
 
866
- #: ../templates/wishlist-view.php:176
867
  msgid "Out of Stock"
868
  msgstr ""
869
 
870
- #: ../templates/wishlist-view.php:176
871
  msgid "In Stock"
872
  msgstr ""
873
 
874
- #: ../templates/wishlist-view.php:185
875
  #, php-format
876
  msgid "Added on : %s"
877
  msgstr ""
878
 
879
- #: ../templates/wishlist-view.php:197
880
  msgid "Move"
881
  msgstr ""
882
 
883
- #: ../templates/wishlist-view.php:209
884
  msgid "Shared"
885
  msgstr ""
886
 
887
- #: ../templates/wishlist-view.php:212
888
  msgid "Private"
889
  msgstr ""
890
 
891
- #: ../templates/wishlist-view.php:215
892
  msgid "Public"
893
  msgstr ""
894
 
895
- #: ../templates/wishlist-view.php:229
896
  msgid "Remove"
897
  msgstr ""
898
 
899
- #: ../templates/wishlist-view.php:256
900
  msgid "Add the selected products to the cart"
901
  msgstr ""
902
 
903
- #: ../templates/wishlist-view.php:264 ../templates/wishlist-view.php:310
904
  msgid "Ask for an estimate"
905
  msgstr ""
906
 
907
- #: ../templates/wishlist-view.php:300
908
  msgid "Your email"
909
  msgstr ""
2
  msgid ""
3
  msgstr ""
4
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
5
+ "POT-Creation-Date: 2017-10-24 17:31+0200\n"
6
  "PO-Revision-Date: 2015-04-30 17:08+0100\n"
7
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Generator: Poedit 1.8.7.1\n"
14
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
15
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
16
  "_nx_noop:4c,1,2\n"
21
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
22
 
23
  #: ../includes/class.yith-wcwl-admin-init.php:159
24
+ #: ../includes/class.yith-wcwl-admin-init.php:1483
25
+ #: ../includes/class.yith-wcwl-admin-init.php:1484
26
  #: ../includes/class.yith-wcwl-install.php:244
27
  msgid "Wishlist"
28
  msgstr ""
60
  msgid "Plugin Documentation"
61
  msgstr ""
62
 
63
+ #: ../includes/class.yith-wcwl-admin-init.php:1023
64
  msgid "Upgrade to the PREMIUM VERSION"
65
  msgstr ""
66
 
67
+ #: ../includes/class.yith-wcwl-admin-init.php:1026
68
  msgid "YITH WooCommerce Wishlist"
69
  msgstr ""
70
 
71
+ #: ../includes/class.yith-wcwl-admin-init.php:1027
72
  msgid "Discover the Advanced Features"
73
  msgstr ""
74
 
75
+ #: ../includes/class.yith-wcwl-admin-init.php:1028
76
  msgid ""
77
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
78
  "all features!"
79
  msgstr ""
80
 
81
+ #: ../includes/class.yith-wcwl-admin-init.php:1034
82
  msgid "Get Support and Pro Features"
83
  msgstr ""
84
 
85
+ #: ../includes/class.yith-wcwl-admin-init.php:1035
86
  msgid ""
87
  "By purchasing the premium version of the plugin, you will take advantage of "
88
  "the advanced features of the product and you will get one year of free "
89
  "updates and support through our platform available 24h/24."
90
  msgstr ""
91
 
92
+ #: ../includes/class.yith-wcwl-admin-init.php:1045
93
  msgid "General Settings"
94
  msgstr ""
95
 
96
+ #: ../includes/class.yith-wcwl-admin-init.php:1052
97
  msgid "Enable YITH Wishlist"
98
  msgstr ""
99
 
100
+ #: ../includes/class.yith-wcwl-admin-init.php:1053
101
  #, php-format
102
  msgid ""
103
  "Enable all plugin features. <strong>Be sure to select at least one option in "
105
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
106
  msgstr ""
107
 
108
+ #: ../includes/class.yith-wcwl-admin-init.php:1059
109
  msgid "Default wishlist title"
110
  msgstr ""
111
 
112
+ #: ../includes/class.yith-wcwl-admin-init.php:1061
113
+ #: ../includes/class.yith-wcwl-admin-init.php:1062
114
+ #: ../includes/class.yith-wcwl-admin-init.php:1298
115
  #, php-format
116
  msgid "My wishlist on %s"
117
  msgstr ""
118
 
119
+ #: ../includes/class.yith-wcwl-admin-init.php:1067
120
  msgid "Wishlist Page"
121
  msgstr ""
122
 
123
+ #: ../includes/class.yith-wcwl-admin-init.php:1068
124
  msgid "Page contents: [yith_wcwl_wishlist]"
125
  msgstr ""
126
 
127
+ #: ../includes/class.yith-wcwl-admin-init.php:1077
128
  msgid "Position"
129
  msgstr ""
130
 
131
+ #: ../includes/class.yith-wcwl-admin-init.php:1078
132
  msgid ""
133
  "You can add the button in variable products only after the \"Add to Cart\" "
134
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
135
  msgstr ""
136
 
137
+ #: ../includes/class.yith-wcwl-admin-init.php:1084
138
  msgid "After \"Add to cart\""
139
  msgstr ""
140
 
141
+ #: ../includes/class.yith-wcwl-admin-init.php:1085
142
  msgid "After thumbnails"
143
  msgstr ""
144
 
145
+ #: ../includes/class.yith-wcwl-admin-init.php:1086
146
  msgid "After summary"
147
  msgstr ""
148
 
149
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
150
  msgid "Use shortcode"
151
  msgstr ""
152
 
153
+ #: ../includes/class.yith-wcwl-admin-init.php:1092
154
  msgid "Redirect to cart"
155
  msgstr ""
156
 
157
+ #: ../includes/class.yith-wcwl-admin-init.php:1093
158
  msgid ""
159
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
160
  "page."
161
  msgstr ""
162
 
163
+ #: ../includes/class.yith-wcwl-admin-init.php:1099
164
  msgid "Remove if added to the cart"
165
  msgstr ""
166
 
167
+ #: ../includes/class.yith-wcwl-admin-init.php:1100
168
  msgid "Remove the product from the wishlist if it has been added to the cart."
169
  msgstr ""
170
 
171
+ #: ../includes/class.yith-wcwl-admin-init.php:1106
172
  msgid "\"Add to Wishlist\" text"
173
  msgstr ""
174
 
175
+ #: ../includes/class.yith-wcwl-admin-init.php:1108
176
  msgid "Add to Wishlist"
177
  msgstr ""
178
 
179
+ #: ../includes/class.yith-wcwl-admin-init.php:1113
180
  msgid "\"Browse wishlist\" text"
181
  msgstr ""
182
 
183
+ #: ../includes/class.yith-wcwl-admin-init.php:1115
184
+ #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
185
  msgid "Browse Wishlist"
186
  msgstr ""
187
 
188
+ #: ../includes/class.yith-wcwl-admin-init.php:1120
189
  msgid "\"Product already in wishlist\" text"
190
  msgstr ""
191
 
192
+ #: ../includes/class.yith-wcwl-admin-init.php:1122
193
+ #: ../includes/class.yith-wcwl-ui.php:83
194
  msgid "The product is already in the wishlist!"
195
  msgstr ""
196
 
197
+ #: ../includes/class.yith-wcwl-admin-init.php:1127
198
  msgid "\"Product added\" text"
199
  msgstr ""
200
 
201
+ #: ../includes/class.yith-wcwl-admin-init.php:1129
202
+ #: ../includes/class.yith-wcwl-ui.php:82
203
  msgid "Product added!"
204
  msgstr ""
205
 
206
+ #: ../includes/class.yith-wcwl-admin-init.php:1134
207
  msgid "\"Add to Cart\" text"
208
  msgstr ""
209
 
210
+ #: ../includes/class.yith-wcwl-admin-init.php:1136
211
  msgid "Add to Cart"
212
  msgstr ""
213
 
214
+ #: ../includes/class.yith-wcwl-admin-init.php:1141
215
  msgid "Show Unit price"
216
  msgstr ""
217
 
218
+ #: ../includes/class.yith-wcwl-admin-init.php:1142
219
  msgid "Show unit price for each product in wishlist"
220
  msgstr ""
221
 
222
+ #: ../includes/class.yith-wcwl-admin-init.php:1149
223
  msgid "Show \"Add to Cart\" button"
224
  msgstr ""
225
 
226
+ #: ../includes/class.yith-wcwl-admin-init.php:1150
227
  msgid "Show \"Add to Cart\" button for each product in wishlist"
228
  msgstr ""
229
 
230
+ #: ../includes/class.yith-wcwl-admin-init.php:1157
231
  msgid "Show Stock status"
232
  msgstr ""
233
 
234
+ #: ../includes/class.yith-wcwl-admin-init.php:1158
235
  msgid ""
236
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
237
  msgstr ""
238
 
239
+ #: ../includes/class.yith-wcwl-admin-init.php:1165
240
  msgid "Show Date of addition"
241
  msgstr ""
242
 
243
+ #: ../includes/class.yith-wcwl-admin-init.php:1166
244
  msgid "Show the date when users have added a product to the wishlist"
245
  msgstr ""
246
 
247
+ #: ../includes/class.yith-wcwl-admin-init.php:1173
248
  msgid "Add second remove button"
249
  msgstr ""
250
 
251
+ #: ../includes/class.yith-wcwl-admin-init.php:1174
252
  msgid "Add a second remove button in the last column, with extended label"
253
  msgstr ""
254
 
255
+ #: ../includes/class.yith-wcwl-admin-init.php:1189
256
  msgid "Styles"
257
  msgstr ""
258
 
259
+ #: ../includes/class.yith-wcwl-admin-init.php:1196
260
  msgid "Use buttons"
261
  msgstr ""
262
 
263
+ #: ../includes/class.yith-wcwl-admin-init.php:1197
264
  msgid "Use buttons instead of simple anchors."
265
  msgstr ""
266
 
267
+ #: ../includes/class.yith-wcwl-admin-init.php:1203
268
  msgid "Custom CSS"
269
  msgstr ""
270
 
271
+ #: ../includes/class.yith-wcwl-admin-init.php:1210
272
  msgid "Use theme style"
273
  msgstr ""
274
 
275
+ #: ../includes/class.yith-wcwl-admin-init.php:1211
276
  msgid "Use the theme style."
277
  msgstr ""
278
 
279
+ #: ../includes/class.yith-wcwl-admin-init.php:1217
280
  msgid "Rounded buttons"
281
  msgstr ""
282
 
283
+ #: ../includes/class.yith-wcwl-admin-init.php:1218
284
  msgid "Make button corners rounded"
285
  msgstr ""
286
 
287
+ #: ../includes/class.yith-wcwl-admin-init.php:1224
288
  msgid "\"Add to Wishlist\" icon"
289
  msgstr ""
290
 
291
+ #: ../includes/class.yith-wcwl-admin-init.php:1225
292
  msgid "Add an icon to the \"Add to Wishlist\" button"
293
  msgstr ""
294
 
295
+ #: ../includes/class.yith-wcwl-admin-init.php:1235
296
  msgid "\"Add to Cart\" icon"
297
  msgstr ""
298
 
299
+ #: ../includes/class.yith-wcwl-admin-init.php:1236
300
  msgid "Add an icon to the \"Add to Cart\" button"
301
  msgstr ""
302
 
303
+ #: ../includes/class.yith-wcwl-admin-init.php:1254
304
  msgid "Social Networks & Share"
305
  msgstr ""
306
 
307
+ #: ../includes/class.yith-wcwl-admin-init.php:1261
308
  msgid "Share on Facebook"
309
  msgstr ""
310
 
311
+ #: ../includes/class.yith-wcwl-admin-init.php:1262
312
  msgid "Show \"Share on Facebook\" button"
313
  msgstr ""
314
 
315
+ #: ../includes/class.yith-wcwl-admin-init.php:1268
316
  msgid "Tweet on Twitter"
317
  msgstr ""
318
 
319
+ #: ../includes/class.yith-wcwl-admin-init.php:1269
320
  msgid "Show \"Tweet on Twitter\" button"
321
  msgstr ""
322
 
323
+ #: ../includes/class.yith-wcwl-admin-init.php:1275
324
  msgid "Pin on Pinterest"
325
  msgstr ""
326
 
327
+ #: ../includes/class.yith-wcwl-admin-init.php:1276
328
  msgid "Show \"Pin on Pinterest\" button"
329
  msgstr ""
330
 
331
+ #: ../includes/class.yith-wcwl-admin-init.php:1282
332
  msgid "Share on Google+"
333
  msgstr ""
334
 
335
+ #: ../includes/class.yith-wcwl-admin-init.php:1283
336
  msgid "Show \"Share on Google+\" button"
337
  msgstr ""
338
 
339
+ #: ../includes/class.yith-wcwl-admin-init.php:1289
340
  msgid "Share by Email"
341
  msgstr ""
342
 
343
+ #: ../includes/class.yith-wcwl-admin-init.php:1290
344
  msgid "Show \"Share by Email\" button"
345
  msgstr ""
346
 
347
+ #: ../includes/class.yith-wcwl-admin-init.php:1296
348
  msgid "Social title"
349
  msgstr ""
350
 
351
+ #: ../includes/class.yith-wcwl-admin-init.php:1303
352
  msgid "Social text"
353
  msgstr ""
354
 
355
+ #: ../includes/class.yith-wcwl-admin-init.php:1304
356
  msgid ""
357
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
358
  "strong> where you want to show the URL of your wishlist."
359
  msgstr ""
360
 
361
+ #: ../includes/class.yith-wcwl-admin-init.php:1311
362
  msgid "Social image URL"
363
  msgstr ""
364
 
365
+ #: ../includes/class.yith-wcwl-admin-init.php:1312
366
  msgid "It will be used by Pinterest."
367
  msgstr ""
368
 
369
+ #: ../includes/class.yith-wcwl-admin-init.php:1326
370
  #, php-format
371
  msgid ""
372
  "If you want to take advantage of this feature, you could consider to "
373
  "purchase the %s."
374
  msgstr ""
375
 
376
+ #: ../includes/class.yith-wcwl-admin-init.php:1331
377
  msgid "YITH WooCommerce Frequently Bought Together Integration"
378
  msgstr ""
379
 
380
+ #: ../includes/class.yith-wcwl-admin-init.php:1338
381
  msgid "Enable slider in wishlist"
382
  msgstr ""
383
 
384
+ #: ../includes/class.yith-wcwl-admin-init.php:1339
385
  #, php-format
386
  msgid ""
387
  "Choose to enable product slider in wishlist page with linked products (<a "
388
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
389
  msgstr ""
390
 
391
+ #: ../includes/class.yith-wcwl-admin-init.php:1375
392
  msgid "\"Add to wishlist\" button"
393
  msgstr ""
394
 
395
+ #: ../includes/class.yith-wcwl-admin-init.php:1378
396
+ #: ../includes/class.yith-wcwl-admin-init.php:1396
397
+ #: ../includes/class.yith-wcwl-admin-init.php:1414
398
+ #: ../includes/class.yith-wcwl-admin-init.php:1432
399
+ #: ../includes/class.yith-wcwl-admin-init.php:1450
400
  msgid "Background"
401
  msgstr ""
402
 
403
+ #: ../includes/class.yith-wcwl-admin-init.php:1379
404
+ #: ../includes/class.yith-wcwl-admin-init.php:1397
405
+ #: ../includes/class.yith-wcwl-admin-init.php:1415
406
+ #: ../includes/class.yith-wcwl-admin-init.php:1433
407
+ #: ../includes/class.yith-wcwl-admin-init.php:1451
408
  msgid "Text"
409
  msgstr ""
410
 
411
+ #: ../includes/class.yith-wcwl-admin-init.php:1380
412
+ #: ../includes/class.yith-wcwl-admin-init.php:1398
413
+ #: ../includes/class.yith-wcwl-admin-init.php:1416
414
+ #: ../includes/class.yith-wcwl-admin-init.php:1434
415
+ #: ../includes/class.yith-wcwl-admin-init.php:1452
416
  msgid "Border"
417
  msgstr ""
418
 
419
+ #: ../includes/class.yith-wcwl-admin-init.php:1387
420
+ #: ../includes/class.yith-wcwl-admin-init.php:1405
421
+ #: ../includes/class.yith-wcwl-admin-init.php:1423
422
+ #: ../includes/class.yith-wcwl-admin-init.php:1441
423
  msgid "Background (hover)"
424
  msgstr ""
425
 
426
+ #: ../includes/class.yith-wcwl-admin-init.php:1388
427
+ #: ../includes/class.yith-wcwl-admin-init.php:1406
428
+ #: ../includes/class.yith-wcwl-admin-init.php:1424
429
+ #: ../includes/class.yith-wcwl-admin-init.php:1442
430
  msgid "Text (hover)"
431
  msgstr ""
432
 
433
+ #: ../includes/class.yith-wcwl-admin-init.php:1389
434
+ #: ../includes/class.yith-wcwl-admin-init.php:1407
435
+ #: ../includes/class.yith-wcwl-admin-init.php:1425
436
+ #: ../includes/class.yith-wcwl-admin-init.php:1443
437
  msgid "Border (hover)"
438
  msgstr ""
439
 
440
+ #: ../includes/class.yith-wcwl-admin-init.php:1393
441
  msgid "\"Add to Cart\" button"
442
  msgstr ""
443
 
444
+ #: ../includes/class.yith-wcwl-admin-init.php:1411
445
  msgid "\"Style 1\" button"
446
  msgstr ""
447
 
448
+ #: ../includes/class.yith-wcwl-admin-init.php:1429
449
  msgid "\"Style 2\" button"
450
  msgstr ""
451
 
452
+ #: ../includes/class.yith-wcwl-admin-init.php:1447
453
  msgid "Wishlist table"
454
  msgstr ""
455
 
456
+ #: ../includes/class.yith-wcwl-admin-init.php:1456
457
  msgid "Headers"
458
  msgstr ""
459
 
460
+ #: ../includes/class.yith-wcwl-admin-init.php:1459
461
  msgid "Background color"
462
  msgstr ""
463
 
464
+ #: ../includes/class.yith-wcwl-admin-init.php:1549
465
  msgid "Wishlist Activated"
466
  msgstr ""
467
 
468
+ #: ../includes/class.yith-wcwl-admin-init.php:1550
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:1561
478
  msgid "Wishlist Updated"
479
  msgstr ""
480
 
481
+ #: ../includes/class.yith-wcwl-admin-init.php:1562
482
  #, php-format
483
  msgid ""
484
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
488
  "\">discover the PREMIUM version.</a>"
489
  msgstr ""
490
 
491
+ #: ../includes/class.yith-wcwl-init.php:374
492
  msgid ""
493
  "We are sorry, but this feature is available only if cookies are enabled on "
494
  "your browser."
495
  msgstr ""
496
 
497
+ #: ../includes/class.yith-wcwl-init.php:375
498
  msgid "Product correctly added to cart"
499
  msgstr ""
500
 
504
  msgstr ""
505
 
506
  #: ../includes/class.yith-wcwl-shortcode.php:259
507
+ #: ../includes/class.yith-wcwl-ui.php:164
508
  msgid "Share on:"
509
  msgstr ""
510
 
511
+ #: ../includes/class.yith-wcwl-ui.php:118
512
+ #: ../includes/class.yith-wcwl-ui.php:200
513
  msgid "Select options"
514
  msgstr ""
515
 
516
+ #: ../includes/class.yith-wcwl-ui.php:168 ../templates/share.php:20
517
  msgid "Facebook"
518
  msgstr ""
519
 
520
+ #: ../includes/class.yith-wcwl-ui.php:171 ../templates/share.php:26
521
  msgid "Twitter"
522
  msgstr ""
523
 
524
+ #: ../includes/class.yith-wcwl-ui.php:180
525
  msgid "email"
526
  msgstr ""
527
 
529
  msgid "An error occurred while adding products to the wishlist."
530
  msgstr ""
531
 
532
+ #: ../includes/class.yith-wcwl.php:269
533
  msgid "An error occurred while adding products to wishlist."
534
  msgstr ""
535
 
536
+ #: ../includes/class.yith-wcwl.php:286
537
  msgid "The \"Remove\" option now does not require any parameter"
538
  msgstr ""
539
 
540
+ #: ../includes/class.yith-wcwl.php:335
541
  msgid "An error occurred while removing products from the wishlist"
542
  msgstr ""
543
 
544
+ #: ../includes/class.yith-wcwl.php:783
545
  msgid "You need to log in before creating a new wishlist"
546
  msgstr ""
547
 
548
+ #: ../includes/class.yith-wcwl.php:1578
549
  msgid "Product successfully removed."
550
  msgstr ""
551
 
552
+ #: ../includes/class.yith-wcwl.php:1582
553
  msgid "Error. Unable to remove the product from the wishlist."
554
  msgstr ""
555
 
556
+ #: ../includes/class.yith-wcwl.php:1586 ../templates/wishlist-view.php:241
557
  msgid "No products were added to the wishlist"
558
  msgstr ""
559
 
560
+ #: ../includes/class.yith-wcwl.php:1628
561
  msgid "An error as occurred."
562
  msgstr ""
563
 
564
+ #: ../init.php:130
565
  msgid ""
566
  "YITH WooCommerce Wishlist is enabled but not effective. It requires "
567
  "WooCommerce in order to work."
568
  msgstr ""
569
 
570
+ #: ../init.php:140
571
  msgid ""
572
  "You can't activate the free version of YITH WooCommerce Wishlist while you "
573
  "are using the premium one."
823
  msgid "Google+"
824
  msgstr ""
825
 
 
 
 
 
826
  #: ../templates/share.php:44
827
  msgid "Email"
828
  msgstr ""
851
  msgid "Stock Status"
852
  msgstr ""
853
 
854
+ #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:231
855
  msgid "Remove this product"
856
  msgstr ""
857
 
858
+ #: ../templates/wishlist-view.php:172
859
  msgid "Free!"
860
  msgstr ""
861
 
862
+ #: ../templates/wishlist-view.php:178
863
  msgid "Out of Stock"
864
  msgstr ""
865
 
866
+ #: ../templates/wishlist-view.php:178
867
  msgid "In Stock"
868
  msgstr ""
869
 
870
+ #: ../templates/wishlist-view.php:187
871
  #, php-format
872
  msgid "Added on : %s"
873
  msgstr ""
874
 
875
+ #: ../templates/wishlist-view.php:199
876
  msgid "Move"
877
  msgstr ""
878
 
879
+ #: ../templates/wishlist-view.php:211
880
  msgid "Shared"
881
  msgstr ""
882
 
883
+ #: ../templates/wishlist-view.php:214
884
  msgid "Private"
885
  msgstr ""
886
 
887
+ #: ../templates/wishlist-view.php:217
888
  msgid "Public"
889
  msgstr ""
890
 
891
+ #: ../templates/wishlist-view.php:231
892
  msgid "Remove"
893
  msgstr ""
894
 
895
+ #: ../templates/wishlist-view.php:258
896
  msgid "Add the selected products to the cart"
897
  msgstr ""
898
 
899
+ #: ../templates/wishlist-view.php:266 ../templates/wishlist-view.php:312
900
  msgid "Ask for an estimate"
901
  msgstr ""
902
 
903
+ #: ../templates/wishlist-view.php:302
904
  msgid "Your email"
905
  msgstr ""
plugin-fw/assets/css/admin.css ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*-----------------------
2
+ YITH Debug
3
+ ------------------------*/
4
+ #wpadminbar .yith-debug-admin-bar div,
5
+ #wpadminbar .yith-debug-admin-bar:hover div {
6
+ background : #05789c !important;
7
+ color : #fff !important;
8
+ }
9
+
10
+ #wpadminbar .yith-debug-admin-bar a,
11
+ #wpadminbar .yith-debug-admin-bar strong {
12
+ color : #fff !important;
13
+ }
14
+
15
+ #wpadminbar .yith-debug-admin-bar strong {
16
+ font-weight : 600;
17
+ }
18
+
19
+ #wpadminbar .yith-debug-admin-bar-post-meta .ab-empty-item,
20
+ #wpadminbar .yith-debug-admin-bar-option .ab-empty-item {
21
+ display : none;
22
+ }
23
+
24
+ #wpadminbar #wp-admin-bar-yith-debug-admin-bar-post-meta-default,
25
+ #wpadminbar #wp-admin-bar-yith-debug-admin-bar-option-default {
26
+ padding : 0;
27
+ max-height : 500px;
28
+ overflow-y : auto;
29
+ }
30
+
31
+ #wpadminbar .yith-debug-admin-bar pre {
32
+ padding : 10px;
33
+ line-height : 1.5em;
34
+ }
35
+
36
+ /*-----------------------
37
+ YITH Plugins Columns
38
+ ------------------------*/
39
+ @media screen and (min-width : 783px) {
40
+
41
+ .auto-fold #adminmenu .yith-plugin-fw-menu-2-columns.wp-not-current-submenu .wp-submenu-head {
42
+ width : 100%;
43
+ }
44
+
45
+ #adminmenu .yith-plugin-fw-menu-2-columns.wp-not-current-submenu .wp-submenu {
46
+ min-width : 320px;
47
+ display : flex;
48
+ flex-flow : row wrap;
49
+ }
50
+
51
+ #adminmenu .yith-plugin-fw-menu-2-columns.wp-not-current-submenu .wp-submenu li:not(.wp-submenu-head) {
52
+ width : 50%;
53
+ border-left : 1px solid #555;
54
+ box-sizing : border-box;
55
+ }
56
+
57
+ #adminmenu .yith-plugin-fw-menu-2-columns.wp-not-current-submenu .wp-submenu li:not(.wp-submenu-head):nth-child(2n) {
58
+ border-left : none;
59
+ }
60
+
61
+ #adminmenu .yith-plugin-fw-menu-3-columns.wp-not-current-submenu .wp-submenu {
62
+ min-width : 480px;
63
+ display : flex;
64
+ flex-flow : row wrap;
65
+ }
66
+
67
+ #adminmenu .yith-plugin-fw-menu-3-columns.wp-not-current-submenu .wp-submenu li:not(.wp-submenu-head) {
68
+ width : calc(100% / 3);
69
+ border-left : 1px solid #555;
70
+ box-sizing : border-box;
71
+ }
72
+
73
+ #adminmenu .yith-plugin-fw-menu-3-columns.wp-not-current-submenu .wp-submenu li:not(.wp-submenu-head):nth-child(3n + 2) {
74
+ border-left : none;
75
+ }
76
+ }
plugin-fw/assets/css/chosen/chosen.css DELETED
@@ -1,435 +0,0 @@
1
- /*!
2
- Chosen, a Select Box Enhancer for jQuery and Prototype
3
- by Patrick Filler for Harvest, http://getharvest.com
4
-
5
- Version 1.1.0
6
- Full source at https://github.com/harvesthq/chosen
7
- Copyright (c) 2011 Harvest http://getharvest.com
8
-
9
- MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
10
- This file is generated by `grunt build`, do not edit it by hand.
11
- */
12
-
13
- /* @group Base */
14
- .chosen-container {
15
- position: relative;
16
- display: inline-block;
17
- vertical-align: middle;
18
- font-size: 13px;
19
- zoom: 1;
20
- *display: inline;
21
- -webkit-user-select: none;
22
- -moz-user-select: none;
23
- user-select: none;
24
- }
25
- .chosen-container .chosen-drop {
26
- position: absolute;
27
- top: 100%;
28
- left: -9999px;
29
- z-index: 1010;
30
- -webkit-box-sizing: border-box;
31
- -moz-box-sizing: border-box;
32
- box-sizing: border-box;
33
- width: 100%;
34
- border: 1px solid #aaa;
35
- border-top: 0;
36
- background: #fff;
37
- box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
38
- }
39
- .chosen-container.chosen-with-drop .chosen-drop {
40
- left: 0;
41
- }
42
- .chosen-container a {
43
- cursor: pointer;
44
- }
45
-
46
- /* @end */
47
- /* @group Single Chosen */
48
- .chosen-container-single .chosen-single {
49
- position: relative;
50
- display: block;
51
- overflow: hidden;
52
- padding: 0 0 0 8px;
53
- height: 23px;
54
- border: 1px solid #aaa;
55
- border-radius: 5px;
56
- background-color: #fff;
57
- background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
58
- background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
59
- background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
60
- background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
61
- background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
62
- background-clip: padding-box;
63
- box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
64
- color: #444;
65
- text-decoration: none;
66
- white-space: nowrap;
67
- line-height: 24px;
68
- }
69
- .chosen-container-single .chosen-default {
70
- color: #999;
71
- }
72
- .chosen-container-single .chosen-single span {
73
- display: block;
74
- overflow: hidden;
75
- margin-right: 26px;
76
- text-overflow: ellipsis;
77
- white-space: nowrap;
78
- }
79
- .chosen-container-single .chosen-single-with-deselect span {
80
- margin-right: 38px;
81
- }
82
- .chosen-container-single .chosen-single abbr {
83
- position: absolute;
84
- top: 6px;
85
- right: 26px;
86
- display: block;
87
- width: 12px;
88
- height: 12px;
89
- background: url('../../images/chosen/chosen-sprite.png') -42px 1px no-repeat;
90
- font-size: 1px;
91
- }
92
- .chosen-container-single .chosen-single abbr:hover {
93
- background-position: -42px -10px;
94
- }
95
- .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
96
- background-position: -42px -10px;
97
- }
98
- .chosen-container-single .chosen-single div {
99
- position: absolute;
100
- top: 0;
101
- right: 0;
102
- display: block;
103
- width: 18px;
104
- height: 100%;
105
- }
106
- .chosen-container-single .chosen-single div b {
107
- display: block;
108
- width: 100%;
109
- height: 100%;
110
- background: url('../../images/chosen/chosen-sprite.png') no-repeat 0px 2px;
111
- }
112
- .chosen-container-single .chosen-search {
113
- position: relative;
114
- z-index: 1010;
115
- margin: 0;
116
- padding: 3px 4px;
117
- white-space: nowrap;
118
- }
119
- .chosen-container-single .chosen-search input[type="text"] {
120
- -webkit-box-sizing: border-box;
121
- -moz-box-sizing: border-box;
122
- box-sizing: border-box;
123
- margin: 1px 0;
124
- padding: 4px 20px 4px 5px;
125
- width: 100%;
126
- height: auto;
127
- outline: 0;
128
- border: 1px solid #aaa;
129
- background: white url('../../images/chosen/chosen-sprite.png') no-repeat 100% -20px;
130
- background: url('../../images/chosen/chosen-sprite.png') no-repeat 100% -20px;
131
- font-size: 1em;
132
- font-family: sans-serif;
133
- line-height: normal;
134
- border-radius: 0;
135
- }
136
- .chosen-container-single .chosen-drop {
137
- margin-top: -1px;
138
- border-radius: 0 0 4px 4px;
139
- background-clip: padding-box;
140
- }
141
- .chosen-container-single.chosen-container-single-nosearch .chosen-search {
142
- position: absolute;
143
- left: -9999px;
144
- }
145
-
146
- /* @end */
147
- /* @group Results */
148
- .chosen-container .chosen-results {
149
- position: relative;
150
- overflow-x: hidden;
151
- overflow-y: auto;
152
- margin: 0 4px 4px 0;
153
- padding: 0 0 0 4px;
154
- max-height: 240px;
155
- -webkit-overflow-scrolling: touch;
156
- }
157
- .chosen-container .chosen-results li {
158
- display: none;
159
- margin: 0;
160
- padding: 5px 6px;
161
- list-style: none;
162
- line-height: 15px;
163
- -webkit-touch-callout: none;
164
- }
165
- .chosen-container .chosen-results li.active-result {
166
- display: list-item;
167
- cursor: pointer;
168
- }
169
- .chosen-container .chosen-results li.disabled-result {
170
- display: list-item;
171
- color: #ccc;
172
- cursor: default;
173
- }
174
- .chosen-container .chosen-results li.highlighted {
175
- background-color: #3875d7;
176
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
177
- background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
178
- background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
179
- background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
180
- background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
181
- color: #fff;
182
- }
183
- .chosen-container .chosen-results li.no-results {
184
- display: list-item;
185
- background: #f4f4f4;
186
- }
187
- .chosen-container .chosen-results li.group-result {
188
- display: list-item;
189
- font-weight: bold;
190
- cursor: default;
191
- }
192
- .chosen-container .chosen-results li.group-option {
193
- padding-left: 15px;
194
- }
195
- .chosen-container .chosen-results li em {
196
- font-style: normal;
197
- text-decoration: underline;
198
- }
199
-
200
- /* @end */
201
- /* @group Multi Chosen */
202
- .chosen-container-multi .chosen-choices {
203
- position: relative;
204
- overflow: hidden;
205
- -webkit-box-sizing: border-box;
206
- -moz-box-sizing: border-box;
207
- box-sizing: border-box;
208
- margin: 0;
209
- padding: 0;
210
- width: 100%;
211
- height: auto !important;
212
- height: 1%;
213
- border: 1px solid #aaa;
214
- background-color: #fff;
215
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
216
- background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
217
- background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
218
- background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
219
- background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
220
- cursor: text;
221
- }
222
- .chosen-container-multi .chosen-choices li {
223
- float: left;
224
- list-style: none;
225
- }
226
- .chosen-container-multi .chosen-choices li.search-field {
227
- margin: 0;
228
- padding: 0;
229
- white-space: nowrap;
230
- }
231
- .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
232
- margin: 1px 0;
233
- padding: 5px;
234
- height: 15px;
235
- outline: 0;
236
- border: 0 !important;
237
- background: transparent !important;
238
- box-shadow: none;
239
- color: #666;
240
- font-size: 100%;
241
- font-family: sans-serif;
242
- line-height: normal;
243
- border-radius: 0;
244
- }
245
- .chosen-container-multi .chosen-choices li.search-field .default {
246
- color: #999;
247
- }
248
- .chosen-container-multi .chosen-choices li.search-choice {
249
- position: relative;
250
- margin: 3px 0 3px 5px;
251
- padding: 3px 20px 3px 5px;
252
- border: 1px solid #aaa;
253
- border-radius: 3px;
254
- background-color: #e4e4e4;
255
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
256
- background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
257
- background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
258
- background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
259
- background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
260
- background-clip: padding-box;
261
- box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
262
- color: #333;
263
- line-height: 13px;
264
- cursor: default;
265
- }
266
- .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
267
- position: absolute;
268
- top: 4px;
269
- right: 3px;
270
- display: block;
271
- width: 12px;
272
- height: 12px;
273
- background: url('../../images/chosen/chosen-sprite.png') -42px 1px no-repeat;
274
- font-size: 1px;
275
- }
276
- .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
277
- background-position: -42px -10px;
278
- }
279
- .chosen-container-multi .chosen-choices li.search-choice-disabled {
280
- padding-right: 5px;
281
- border: 1px solid #ccc;
282
- background-color: #e4e4e4;
283
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
284
- background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
285
- background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
286
- background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
287
- background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
288
- color: #666;
289
- }
290
- .chosen-container-multi .chosen-choices li.search-choice-focus {
291
- background: #d4d4d4;
292
- }
293
- .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
294
- background-position: -42px -10px;
295
- }
296
- .chosen-container-multi .chosen-results {
297
- margin: 0;
298
- padding: 0;
299
- }
300
- .chosen-container-multi .chosen-drop .result-selected {
301
- display: list-item;
302
- color: #ccc;
303
- cursor: default;
304
- }
305
-
306
- /* @end */
307
- /* @group Active */
308
- .chosen-container-active .chosen-single {
309
- border: 1px solid #5897fb;
310
- box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
311
- }
312
- .chosen-container-active.chosen-with-drop .chosen-single {
313
- border: 1px solid #aaa;
314
- -moz-border-radius-bottomright: 0;
315
- border-bottom-right-radius: 0;
316
- -moz-border-radius-bottomleft: 0;
317
- border-bottom-left-radius: 0;
318
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
319
- background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
320
- background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
321
- background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
322
- background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
323
- box-shadow: 0 1px 0 #fff inset;
324
- }
325
- .chosen-container-active.chosen-with-drop .chosen-single div {
326
- border-left: none;
327
- background: transparent;
328
- }
329
- .chosen-container-active.chosen-with-drop .chosen-single div b {
330
- background-position: -18px 2px;
331
- }
332
- .chosen-container-active .chosen-choices {
333
- border: 1px solid #5897fb;
334
- box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
335
- }
336
- .chosen-container-active .chosen-choices li.search-field input[type="text"] {
337
- color: #111 !important;
338
- }
339
-
340
- /* @end */
341
- /* @group Disabled Support */
342
- .chosen-disabled {
343
- opacity: 0.5 !important;
344
- cursor: default;
345
- }
346
- .chosen-disabled .chosen-single {
347
- cursor: default;
348
- }
349
- .chosen-disabled .chosen-choices .search-choice .search-choice-close {
350
- cursor: default;
351
- }
352
-
353
- /* @end */
354
- /* @group Right to Left */
355
- .chosen-rtl {
356
- text-align: right;
357
- }
358
- .chosen-rtl .chosen-single {
359
- overflow: visible;
360
- padding: 0 8px 0 0;
361
- }
362
- .chosen-rtl .chosen-single span {
363
- margin-right: 0;
364
- margin-left: 26px;
365
- direction: rtl;
366
- }
367
- .chosen-rtl .chosen-single-with-deselect span {
368
- margin-left: 38px;
369
- }
370
- .chosen-rtl .chosen-single div {
371
- right: auto;
372
- left: 3px;
373
- }
374
- .chosen-rtl .chosen-single abbr {
375
- right: auto;
376
- left: 26px;
377
- }
378
- .chosen-rtl .chosen-choices li {
379
- float: right;
380
- }
381
- .chosen-rtl .chosen-choices li.search-field input[type="text"] {
382
- direction: rtl;
383
- }
384
- .chosen-rtl .chosen-choices li.search-choice {
385
- margin: 3px 5px 3px 0;
386
- padding: 3px 5px 3px 19px;
387
- }
388
- .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
389
- right: auto;
390
- left: 4px;
391
- }
392
- .chosen-rtl.chosen-container-single-nosearch .chosen-search,
393
- .chosen-rtl .chosen-drop {
394
- left: 9999px;
395
- }
396
- .chosen-rtl.chosen-container-single .chosen-results {
397
- margin: 0 0 4px 4px;
398
- padding: 0 4px 0 0;
399
- }
400
- .chosen-rtl .chosen-results li.group-option {
401
- padding-right: 15px;
402
- padding-left: 0;
403
- }
404
- .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
405
- border-right: none;
406
- }
407
- .chosen-rtl .chosen-search input[type="text"] {
408
- padding: 4px 5px 4px 20px;
409
- background: white url('../../images/chosen/chosen-sprite.png') no-repeat -30px -20px;
410
- background: url('../../images/chosen/chosen-sprite.png') no-repeat -30px -20px;
411
- direction: rtl;
412
- }
413
- .chosen-rtl.chosen-container-single .chosen-single div b {
414
- background-position: 6px 2px;
415
- }
416
- .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
417
- background-position: -12px 2px;
418
- }
419
-
420
- /* @end */
421
- /* @group Retina compatibility */
422
- @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
423
- .chosen-rtl .chosen-search input[type="text"],
424
- .chosen-container-single .chosen-single abbr,
425
- .chosen-container-single .chosen-single div b,
426
- .chosen-container-single .chosen-search input[type="text"],
427
- .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
428
- .chosen-container .chosen-results-scroll-down span,
429
- .chosen-container .chosen-results-scroll-up span {
430
- background-image: url('../../images/chosen/chosen-sprite@2x.png') !important;
431
- background-size: 52px 37px !important;
432
- background-repeat: no-repeat !important;
433
- }
434
- }
435
- /* @end */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
plugin-fw/assets/css/metaboxes.css CHANGED
@@ -1,664 +1,634 @@
1
  /* self-clear floats */
2
- .clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; overflow:hidden; }
 
 
 
 
 
 
 
 
3
  /* ie.css */
4
  * html .clearfix { /* IE6 */
5
- height:1%;
6
  }
7
- *:first-child+html .clearfix { /* IE7 */
8
- min-height:1%;
 
9
  }
10
 
11
- .clearboth { clear: both }
 
 
12
 
13
  /* === TAB STYLE */
14
- .metaboxes-tab { margin:-6px -12px -8px; }
15
- .metaboxes-tab div.tabs-panel { height:auto; overflow:visible; margin-top:0px; padding:0 10px; background:none; border:0; border-top:1px solid #D4D4D4; }
16
- .metaboxes-tab ul.metaboxes-tabs { background:#F5F5F5; margin:0; padding:10px 0 0 5px; }
17
- .metaboxes-tab ul.metaboxes-tabs li { padding:8px 15px; border:1px solid #D4D4D4; float:left; background:#EDEDED; border-bottom-color:#EDEDED; margin:0 0 -1px 5px; box-shadow:1px 1px 1px 0 #FFFFFF inset; }
18
- .metaboxes-tab ul.metaboxes-tabs li a { color:#555; text-decoration:none; }
19
- .metaboxes-tab ul.metaboxes-tabs li.tabs { background:#F6F6F6; border-bottom:1px solid #F6F6F6; }
20
- .metaboxes-tab p.field-row { margin:20px 0; }
21
- .metaboxes-tab div.sep { height:1px; background:#DFDFDF; clear:both; margin-left:-10px; margin-right:-10px; }
22
- .metaboxes-tab label { font-weight:bold; width:160px; float:left; line-height:23px; margin-left:-184px; }
23
- .metaboxes-tab label small { font-weight:normal; line-height:15px; font-style:italic; color:#999; display:block; }
24
- .metaboxes-tab input[type="text"], .metaboxes-tab select, .metaboxes-tab textarea { width:30%; }
25
- .metaboxes-tab input[type="checkbox"] { vertical-align: middle }
26
- .metaboxes-tab select {padding:0;}
27
- .metaboxes-tab input.button-secondary, .metaboxes-tab input.checkbox { width:auto; }
28
- .metaboxes-tab .description { color:#AFAFAF; font-size:90%; font-style:italic; line-height:23px; padding-left:5px; }
29
- .metaboxes-tab p.field-row.textarea .description { vertical-align:top; }
30
- .metaboxes-tab p.field-row.checkbox {background:none;}
31
-
32
- .metaboxes-tab .the-metabox { margin:20px 0; margin-left:184px;}
33
- .metaboxes-tab .the-metabox.no-label { margin:20px 0; margin-left:0;}
34
- .metaboxes-tab hr { height: 0px; border-top: 1px solid #dadada; width: auto; margin-left: -10px; margin-right: -10px; }
35
- .metaboxes-tab .the-metabox p { margin:0;}
36
- .metaboxes-tab .the-metabox:last-child { border-bottom: 0px; }
37
- .metaboxes-tab .the-metabox.checkbox { background:none; }
38
- .metaboxes-tab .the-metabox.slider .ui-slider { margin-right:15px; }
39
-
40
- .metaboxes-tab span.desc { font-size: 11px; color: #AFAFAF; }
41
- .metaboxes-tab span.desc.inline { display: inline-block; vertical-align: top; line-height: 23px; }
42
- .metaboxes-tab .onoff span.desc, .metaboxes-tab .onoff label { padding:6px 0; }
43
- .metaboxes-tab .select span.desc, .metaboxes-tab .select label { padding:2px 0; }
44
- .metaboxes-tab .slider span.desc, .metaboxes-tab .slider label { padding:15px 0; }
45
- .metaboxes-tab .slider span.desc { display:block; padding:20px 0; }
46
 
47
  .metaboxes-tab ul.metaboxes-tabs li {
48
- -webkit-border-top-left-radius: 3px;
49
- -webkit-border-top-right-radius: 3px;
50
- -moz-border-radius-topleft: 3px;
51
- -moz-border-radius-topright: 3px;
52
- border-top-left-radius: 3px;
53
- border-top-right-radius: 3px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
  }
55
 
56
- /* image gallery */
57
- .metaboxes-tab .image-gallery ul li{
58
- display: inline-block;
59
- width: 80px;
60
- margin-left: 10px;
61
- position: relative;
62
  }
63
- .metaboxes-tab .image-gallery ul li img{
64
- width: 80px;
65
- border: 1px solid #ccc;
66
  }
67
- .metaboxes-tab .image-gallery ul li ul{
68
- position: absolute;
69
- top: -6px;
70
- right: -1px;
71
- width: 20px;
72
- height: 20px;
73
  }
74
- .metaboxes-tab .image-gallery ul a.delete{
75
- background: url(../images/x.png) no-repeat;
76
- width: 20px;
77
- height: 20px;
78
- display: block;
79
- text-indent: -99999px;
 
 
 
 
 
80
  }
81
- /* sidebar layout */
82
- .yit-sidebar-layout input[type="radio"] {
83
- display: none;
84
- width: 0px;
 
 
 
 
 
85
  }
86
- .yit-sidebar-layout input[type="radio"]:first-child {
87
- margin-right: -2px;
 
88
  }
89
 
90
- .yit-sidebar-layout input[type="radio"] + img {
91
- border: 2px solid #fff;
92
- padding: 1px;
93
  }
94
 
95
- .yit-sidebar-layout input[type="radio"] + img:hover {
96
- cursor: pointer;
97
  }
98
 
99
- .yit-sidebar-layout input[checked] + img {
100
- border: 2px solid #f2ad35;
101
- padding: 1px;
 
 
 
 
 
 
 
 
 
 
 
 
102
  }
103
 
104
- .yit-sidebar-layout select {
105
- vertical-align: 12px;
106
- width: inherit !important;
107
  }
108
 
109
  /* wp editor */
110
  .the-metabox.textarea-editor .mceIframeContainer {
111
- background:#fff;
112
  }
 
113
  .the-metabox.textarea-editor label {
114
- margin-top:24px;
115
  }
116
 
117
  /* categories */
118
- .categories-panel { width:30%; float:left; margin-right:4px; }
119
- .categories-panel .box { height:200px; border:1px solid #DFDFDF; background:#fff; padding:6px 10px; overflow: auto; }
120
- .categories-panel ul { list-style:none; margin:0; }
121
- .categories-panel ul li { line-height: 19px; margin: 0; padding: 0; word-wrap: break-word; }
122
- .categories-panel ul li label { font-weight:normal !important; margin-left:0 !important; }
123
- .categories-panel input.newcategory { width:100%; margin-bottom:3px; }
124
 
125
- /* contact form */
126
- .contactform_item {
127
- border-style: solid;
128
- border-width: 1px;
129
- line-height: 1;
130
- margin-bottom: 20px;
131
- padding: 0;
132
- background-color: #F5F5F5;
133
- background-image: -moz-linear-gradient(center top , #F9F9F9, #F5F5F5);
134
- border-color: #DFDFDF;
135
- border-radius: 3px 3px 3px 3px;
136
- box-shadow: 0 1px 0 #FFFFFF inset;
137
- min-width: 255px;
138
- position: relative;
139
- }
140
- .contactform_item .handlediv { position:relative; top: -4px; }
141
- .contactform_item h3 { min-height: 21px }
142
- .contactform_item .inside { padding: 10px !important; }
143
- .contactform_item .deps { display: none; }
144
- .contactform_item .addoptions p.option { margin: 5px 0 5px 200px }
145
- .contactform_item .addoptions p label { width: 80px !important; }
146
- .contactform_item .add-field-option { margin-bottom: 10px !important; }
147
- .remove_item { float: right; }
148
- .metabox-sortable-placeholder { border: 1px dotted #dedede; margin: 10px 0 }
149
 
150
- /* features tab */
151
- .featurestab_item{
152
- border-style: solid;
153
- border-width: 1px;
154
- line-height: 1;
155
- margin-bottom: 20px;
156
- padding: 0;
157
- background-color: #F5F5F5;
158
- background-image: -moz-linear-gradient(center top , #F9F9F9, #F5F5F5);
159
- border-color: #DFDFDF;
160
- border-radius: 3px 3px 3px 3px;
161
- box-shadow: 0 1px 0 #FFFFFF inset;
162
- min-width: 255px;
163
- position: relative;
164
  }
165
- .featurestab_item .handlediv { position:relative; top: -4px; }
166
- .featurestab_item h3 { min-height: 21px }
167
- .featurestab_item .inside { padding: 10px !important; }
168
- .featurestab_item .deps { display: none; }
169
- .featurestab_item .addoptions p.option { margin: 5px 0 5px 200px }
170
- .featurestab_item .addoptions p label { width: 80px !important; }
171
- .featurestab_item .add-field-option { margin-bottom: 10px !important; }
172
 
173
- /* slider */
174
- .the-metabox.slider { padding-top:20px; }
 
 
 
 
175
 
176
- /* on off */
177
- .the-metabox .rm_onoff span.onoff { float:left; margin-right:5px; margin-left:-4px; /* image fix */ }
 
 
178
 
179
- /* onoff */
180
- .rm_onoff input {
181
- display: none;
182
  }
183
 
184
- .rm_onoff input + span {
185
- cursor: pointer;
186
- text-indent: -9999px;
187
- display: block;
188
- width: 85px;
189
- height: 37px;
190
- background: transparent url(../images/off.png);
 
 
 
 
 
 
 
191
  }
192
 
193
- .rm_onoff input:checked + span {
194
- background: transparent url(../images/on.png);
 
195
  }
196
 
197
- .rm_onoff input.onoffchecked + span {
198
- background: transparent url(../images/on.png);
 
199
  }
200
 
201
- .messages-panel.updated {
202
- margin: 10px 0px 10px !important;
203
- max-width: 1200px;
204
- border-radius: 5px;
205
- -webkit-box-sizing: border-box;
206
- box-sizing: border-box;
207
  }
208
 
209
- .ui-widget-overlay { background-image: none !important; }
 
 
210
 
 
 
 
211
 
 
 
 
212
 
213
- /* select */
214
- .the-metabox .select_wrapper { width:341px; background-color:#fff; }
215
- .the-metabox .select_wrapper select { width:100%; }
216
- .the-metabox .icon_type{ width:30%; float: left; margin-right: 40px }
217
- .the-metabox .icon_type select, .the-metabox div.option .select_wrapper select{ width: 100% }
218
 
219
- #post-type-settings .category-list label { width: 187px; }
220
- .remove_cat { float: right; text-align:center; display: block; width: 20px; height: 20px; border-radius: 20px; font-weight: bold; font-size: 10px; background: #efefef; text-decoration: none; }
 
221
 
222
- .the-metabox .select_wrapper {
223
- background: url("../images/select.png") no-repeat scroll right center #FAFAFA;
224
- border-color: #CCCCCC #EEEEEE #EEEEEE #CCCCCC;
225
- border-radius: 4px 4px 4px 4px;
226
- border-style: solid;
227
- border-width: 1px;
228
- color: #555555;
229
- display: block;
230
- float: left;
231
- font-family: sans-serif;
232
- font-size: 12px;
233
- min-height: 26px;
234
- margin-bottom: 9px !important;
235
- margin-left: 0;
236
- margin-right: 5px;
237
- margin-top: 0;
238
- width: 400px;
239
- position: relative;
240
  }
241
 
242
- /*chosen*/
 
 
 
 
 
 
 
 
 
 
 
 
 
 
243
 
244
- .chosen .select_wrapper {
245
- background: none;
246
- border: none;
247
  }
248
- .chosen .select_wrapper .chosen-container{
249
- width: 338px!important;
 
250
  }
251
- .chosen .select_wrapper .chosen-container .search-field input{
252
- height: 27px!important;
253
- color: #333;
254
  }
255
- .chosen .select_wrapper .chosen-container .chosen-choices{
256
- border: 1px solid #ddd;
257
- box-shadow: none;
258
  }
259
- .chosen .select_wrapper .chosen-container .chosen-choices li.search-choice{
260
- height: 15px!important;
261
- min-width: 105px;
262
  }
263
- .chosen .select_wrapper .chosen-container .chosen-choices li.search-choice span{
264
- line-height: 15px;
265
- height: 15px;
266
- padding-top: 2px;
267
  }
268
- .chosen .select_wrapper .chosen-container .chosen-choices li.search-choice a.search-choice-close{
269
- top: 5px;
 
270
  }
271
- .chosen .select_wrapper .chosen-container .chosen-drop .chosen-search input{
272
- width: 100%!important;
 
 
 
 
 
273
  }
274
- .select_wrapper span {
275
- height: 26px;
276
- line-height: 26px;
277
- padding-left: 6px;
278
- position: absolute;
279
- z-index: 2;
280
- overflow: hidden;
281
  }
282
 
283
- .the-metabox .select_wrapper select {
284
- cursor: pointer;
285
- height: 28px;
286
- margin: 0;
287
- opacity: 0;
288
- padding: 0;
289
- position: relative;
290
- width: inherit;
291
- z-index: 4;
292
- background-color: #FAFAFA;
293
  }
294
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
295
 
296
  /* typography */
297
- .the-metabox.typography .select_wrapper.font-family { width:200px; }
298
- .the-metabox.typography .spinner_container { float:left; margin-right:10px; }
 
 
 
 
 
 
 
299
  .the-metabox.typography .spinner_container input.number {
300
- width:50px !important;
301
- -webkit-border-top-right-radius: 0px;
302
- -webkit-border-bottom-right-radius: 0px;
303
- -moz-border-radius-topright: 0px;
304
- -moz-border-radius-bottomright: 0px;
305
- border-top-right-radius: 0px;
306
- border-bottom-right-radius: 0px;
307
  }
308
 
309
  /* number */
310
- .the-metabox.number input.number { width:50px !important; }
 
 
 
311
  /* number */
312
  .rm_number .number {
313
- width: 70px;
314
- text-align: right;
315
- -webkit-border-top-right-radius: 0px;
316
- -webkit-border-bottom-right-radius: 0px;
317
- -moz-border-radius-topright: 0px;
318
- -moz-border-radius-bottomright: 0px;
319
- border-top-right-radius: 0px;
320
- border-bottom-right-radius: 0px;
321
  }
322
 
323
- .spinner-wrapper { position: relative; height: 23px; overflow: hidden; }
324
- .spinner-wrapper input.number { float: left; }
325
- .spinner-wrapper .spinner-button { cursor:pointer; float: left; position: absolute; left: 69px; width: 15px; height: 12px; border: 1px solid #DFDFDF; background: #fff; margin: 0; padding: 0; line-height: 9999px; overflow: hidden; background: url('../images/spinner.png') no-repeat center -11px }
326
- .spinner-wrapper .spinner-button.button-plus { top: 0; -webkit-border-top-right-radius: 3px !important; -moz-border-radius-topright: 3px !important; border-top-right-radius: 3px !important; }
327
- .spinner-wrapper .spinner-button.button-minus { bottom: 0; background-position: center -30px; -webkit-border-bottom-right-radius: 3px !important; -moz-border-radius-bottomright: 3px !important; border-bottom-right-radius: 3px !important; }
328
 
 
 
 
329
 
330
- .spinner-wrapper .spinner-button.button-plus:active { background-position: center 0px; }
331
- .spinner-wrapper .spinner-button.button-minus:active { background-position: center -20px; }
 
 
 
 
 
 
 
 
 
 
 
 
 
332
 
 
 
 
 
 
 
333
 
334
- .rm_typography .spinner_container { float: left; margin-right: 10px; }
335
- .rm_typography .spinner-wrapper { height: 28px; }
336
- .rm_typography .spinner-wrapper input.number { height: 28px; }
337
- .rm_typography .spinner-wrapper .spinner-button.button-plus { height: 15px; background-position: center -10px; }
338
- .rm_typography .spinner-wrapper .spinner-button.button-minus { height: 14px; }
 
 
339
 
340
- .the-metabox .spinner-wrapper .spinner-button { left: 49px; }
341
- .the-metabox.typography .spinner-wrapper .spinner-button { left: 35px; }
 
342
 
343
- /* colorpicker */
344
- .the-metabox.colorpicker { display:block; width: auto; height: auto; overflow: visible; background-image: none; position: static; font-family: inherit;}
345
- .the-metabox.colorpicker input { background-color: transparent; border: 1px solid #DFDFDF; position: static; font-size: inherit; font-family: inherit; color: inherit; text-align: center; margin: 0 5px 0px; padding: 0; outline: none; width: auto; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
346
 
347
  /* images */
348
- .the-metabox.images, .the-metabox.images label { margin-left:0; display:block; }
349
- .the-metabox.images .slides-wrapper { clear:both; }
350
- .the-metabox.images .slides-wrapper li { position:relative; }
351
- .the-metabox.images a.delete { display:block; margin-left:4px; text-decoration:none; font-weight:bold; color:red; position:absolute; top:0; right:0; width:10px; height:18px; z-index:10; cursor:pointer !important; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
352
 
353
  /* wp editor */
354
- .wp_themeSkin iframe { background: #fff !important; }
 
 
355
 
356
  /* custom tabs */
357
  .customtab_item {
358
- border-style: solid;
359
- border-width: 1px;
360
- line-height: 1;
361
- margin-bottom: 20px;
362
- padding: 0;
363
- background-color: #F5F5F5;
364
- background-image: -moz-linear-gradient(center top , #F9F9F9, #F5F5F5);
365
- border-color: #DFDFDF;
366
- border-radius: 3px 3px 3px 3px;
367
- box-shadow: 0 1px 0 #FFFFFF inset;
368
- min-width: 255px;
369
- position: relative;
370
- }
371
- .customtab_item .handlediv { position:relative; top: -4px; }
372
- .customtab_item h3 { min-height: 21px }
373
- .customtab_item .inside { padding: 10px !important; }
374
- .customtab_item .deps { display: none; }
375
- .customtab_item .addoptions p.option { margin: 5px 0 5px 200px }
376
- .customtab_item .addoptions p label { width: 80px !important; }
377
- .customtab_item .add-field-option { margin-bottom: 10px !important; }
378
- .customtab_item .remove_item { float: right; }
379
- .metabox-sortable-placeholder { border: 1px dotted #dedede; margin: 10px 0 }
380
 
381
- .the-metabox.customtabs {
382
- margin-left: 0;
 
383
  }
384
 
385
- #customtab_item_sample {
386
- display: none;
387
  }
388
 
389
- .the-metabox.customtabs .field-row {
390
- margin-bottom: 10px;
391
  }
392
 
393
- #yit_custom_tabs label {
394
- font-weight: normal;
395
- width: auto;
396
- float: none;
397
- line-height: auto;
398
- margin-left: 0;
399
  }
400
 
 
 
 
401
 
402
- .wp-admin p label input[type=radio]{
403
- width: 16px;
404
- margin-right: 10px;
405
- margin-top: 3px;
406
  }
407
- .wp-admin .form-field._preset_onsale_icon_field label input[type=radio]{
408
- margin-top: 0;
 
409
  }
410
 
411
- .the-metabox .spinner {
412
- margin-top: 5px;
413
- float: none;
414
  }
415
 
416
- /* slider */
417
- /*numbers*/
418
- .ui-slider .maxCaption, .ui-slider .minCaption {
419
- margin-bottom: 5px;
420
  }
421
- .ui-slider .feedback {
422
- background: url(../images/slider/tooltip.png) no-repeat center top;
423
- position: absolute;
424
- top: -25px;
425
- width: 35px;
426
- height: 43px;
427
- text-align: center;
428
- width: 100%;
429
- display: block;
430
  }
431
- .ui-slider .feedback strong {
432
- display: inline-block;
433
- padding-top: 4px;
434
- top: -30px;
435
  }
436
- /*handle*/
437
- .ui-slider-horizontal .ui-slider-handle{
438
- background: transparent url(../images/slider/handle.png) no-repeat left top !important;
439
- border: 0px !important;
440
- top: -.35em !important;
441
- width: 18px !important;
442
- height: 19px !important;
443
  }
444
 
445
- /*bg on the left:grey*/
446
- .ui-slider.ui-widget-content {
447
- background: url(../images/slider/grey.gif) repeat-x left center !important;
448
- border-color: #c1c1c0 !important;
449
- height: 10px !important;
 
450
  }
451
 
452
- .iris-slider-offset.ui-slider.ui-widget-content {
453
- background: transparent!important;
454
- height: auto!important;
 
455
  }
456
 
457
- /*bg on the right:orange*/
458
- .ui-slider.ui-widget-content .ui-widget-header {
459
- background: url(../images/slider/orange.gif) repeat-x left center !important;
460
- left: 2px !important;
461
- -webkit-border-radius: 15px;
462
- -moz-border-radius: 15px;
463
- -khtml-border-radius: 15px;
464
- border-radius: 15px;
465
  }
466
 
 
 
 
 
467
 
468
  /*sidebars*/
469
-
470
- #choose-sidebars.choose{
471
- margin-left: 0px;
472
  }
473
 
474
-
475
- #_active_page_options-container label, #_active_page_options-container p{
476
- display: inline-block;
477
- margin: 0px;
478
- }
479
- #_active_page_options-container label{
480
- margin-right: 10px;
481
- margin-top: 3px;
482
- }
483
- #_active_page_options-container {
484
- float: right;
485
- margin-right: 20px;
486
- margin-top: 5px;
487
  }
488
 
489
- /* sortable table posts */
 
 
 
490
 
491
- #the-list.ui-sortable tr:hover {
492
- cursor: move;
493
- }
494
-
495
-
496
- /*datepicker*/
497
- /*! jQuery UI - v1.11.2 - 2015-01-21
498
- * http://jqueryui.com
499
- * Includes: core.css, datepicker.css, theme.css
500
- * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=0px&bgColorHeader=%23dddddd&bgTextureHeader=flat&bgImgOpacityHeader=60&borderColorHeader=%23aaaaaa&fcHeader=%23222222&iconColorHeader=%23222222&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=%23aaaaaa&fcContent=%23222222&iconColorContent=%23222222&bgColorDefault=%23e9e9e9&bgTextureDefault=flat&bgImgOpacityDefault=75&borderColorDefault=%23d3d3d3&fcDefault=%23555555&iconColorDefault=%23888888&bgColorHover=%23dadada&bgTextureHover=flat&bgImgOpacityHover=75&borderColorHover=%23999999&fcHover=%23212121&iconColorHover=%23454545&bgColorActive=%23ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=%23aaaaaa&fcActive=%23212121&iconColorActive=%23454545&bgColorHighlight=%23fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=%2389b17e&fcHighlight=%23363636&iconColorHighlight=%232e83ff&bgColorError=%23fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=%23cd0a0a&fcError=%23cd0a0a&iconColorError=%23cd0a0a&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
501
- * Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
502
-
503
- /* Layout helpers
504
- ----------------------------------*/
505
- .ui-helper-hidden {
506
- display: none;
507
- }
508
- .ui-helper-hidden-accessible {
509
- border: 0;
510
- clip: rect(0 0 0 0);
511
- height: 1px;
512
- margin: -1px;
513
- overflow: hidden;
514
- padding: 0;
515
- position: absolute;
516
- width: 1px;
517
- }
518
- .ui-helper-reset {
519
- margin: 0;
520
- padding: 0;
521
- border: 0;
522
- outline: 0;
523
- line-height: 1.3;
524
- text-decoration: none;
525
- font-size: 100%;
526
- list-style: none;
527
- }
528
- .ui-helper-clearfix:before,
529
- .ui-helper-clearfix:after {
530
- content: "";
531
- display: table;
532
- border-collapse: collapse;
533
- }
534
- .ui-helper-clearfix:after {
535
- clear: both;
536
- }
537
- .ui-helper-clearfix {
538
- min-height: 0; /* support: IE7 */
539
- }
540
- .ui-helper-zfix {
541
- width: 100%;
542
- height: 100%;
543
- top: 0;
544
- left: 0;
545
- position: absolute;
546
- opacity: 0;
547
- filter:Alpha(Opacity=0); /* support: IE8 */
548
- }
549
-
550
- .ui-front {
551
- z-index: 100;
552
- }
553
-
554
-
555
- /* Interaction Cues
556
- ----------------------------------*/
557
- .ui-state-disabled {
558
- cursor: default !important;
559
- }
560
-
561
-
562
- /* Icons
563
- ----------------------------------*/
564
-
565
- /* states and images */
566
- .ui-icon {
567
- display: block;
568
- text-indent: -99999px;
569
- overflow: hidden;
570
- background-repeat: no-repeat;
571
- }
572
-
573
-
574
- /* DATE PICKER
575
- ----------------------------------*/
576
-
577
- .ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}
578
- .ui-datepicker{width:17em;padding:.2em .2em 0;display:none;z-index:100!important;}
579
- .ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}
580
- .ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}
581
- .ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}
582
- .ui-datepicker .ui-datepicker-prev{left:2px}
583
- .ui-datepicker .ui-datepicker-next{right:2px}
584
- .ui-datepicker .ui-datepicker-prev-hover{left:1px}
585
- .ui-datepicker .ui-datepicker-next-hover{right:1px}
586
- .ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}
587
- .ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}
588
- .ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}
589
- .ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}
590
- .ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}
591
- .ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}
592
- .ui-datepicker td{border:0;padding:1px}
593
- .ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}
594
- .ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}
595
- .ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em;width:auto;overflow:visible}
596
- .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}
597
- .ui-datepicker.ui-datepicker-multi{width:auto}
598
- .ui-datepicker-multi .ui-datepicker-group{float:left}
599
- .ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}
600
- .ui-datepicker-multi-2 .ui-datepicker-group{width:50%}
601
- .ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}
602
- .ui-datepicker-multi-4 .ui-datepicker-group{width:25%}
603
- .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}
604
- .ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}
605
- .ui-datepicker-row-break{clear:both;width:100%;font-size:0}
606
- .ui-datepicker-rtl{direction:rtl}
607
- .ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}
608
- .ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}
609
- .ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}
610
- .ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}
611
- .ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}
612
- .ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}
613
- .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}
614
- .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}
615
- .ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}
616
- .ui-widget .ui-widget{font-size:1em}
617
- .ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Verdana,Arial,sans-serif;font-size:1em}
618
- .ui-widget-content{border:1px solid #aaa;background:#fff 50% 50% repeat-x;color:#222}
619
- .ui-widget-content a{color:#222}
620
- .ui-widget-header{border:1px solid #aaa;background:#ddd 50% 50% repeat-x;color:#222;font-weight:700}
621
- .ui-widget-header a{color:#222}
622
- .ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:0 solid #d3d3d3;background:#e9e9e9 50% 50% repeat-x;font-weight:400;color:#555}
623
- .ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}
624
- .ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:0 solid #999;background:#dadada 50% 50% repeat-x;font-weight:400;color:#212121}
625
- .ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#212121;text-decoration:none}
626
- .ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:0 solid #aaa;background:#fff 50% 50% repeat-x;font-weight:400;color:#212121}
627
- .ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}
628
- .ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:0 solid #89b17e;background:#fbf9ee 50% 50% repeat-x;color:#363636}
629
- .ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}
630
- .ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:0 solid #cd0a0a;background:#fef1ec 50% 50% repeat-x;color:#cd0a0a}
631
- .ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}
632
- .ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}
633
- .ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}
634
- .ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}
635
- .ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}
636
- .ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}
637
- .ui-icon{width:16px;height:16px}
638
- .ui-icon,.ui-widget-content .ui-icon{background-image:url(../images/ui-icons_222222_256x240.png)}
639
- .ui-widget-header .ui-icon{background-image:url(../images/ui-icons_222222_256x240.png)}
640
- .ui-state-default .ui-icon{background-image:url(../images/ui-icons_888888_256x240.png)}
641
- .ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(../images/ui-icons_454545_256x240.png)}
642
- .ui-state-active .ui-icon{background-image:url(../images/ui-icons_454545_256x240.png)}
643
- .ui-state-highlight .ui-icon{background-image:url(../images/ui-icons_2e83ff_256x240.png)}
644
- .ui-icon-circle-triangle-e{background-position:-48px -192px}
645
- .ui-icon-circle-triangle-s{background-position:-64px -192px}
646
- .ui-icon-circle-triangle-w{background-position:-80px -192px}
647
- .ui-icon-circle-triangle-n{background-position:-96px -192px}
648
- .ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:0}
649
- .ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:0}
650
- .ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:0}
651
- .ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:0}
652
- .ui-widget-overlay{background:#aaa 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}
653
- .ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaa 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}
654
-
655
-
656
- .the-metabox.preview{
657
- float: none;
658
- }
659
- .metaboxes-tab .the-metabox.no-label.preview{
660
- margin-left: 184px;
661
- }
662
- .metaboxes-tab .the-metabox.no-label.preview img{
663
- box-shadow: 0 1px 8px rgba(0,0,0,0.2);
664
  }
1
  /* self-clear floats */
2
+ .clearfix:after {
3
+ content : ".";
4
+ display : block;
5
+ height : 0;
6
+ clear : both;
7
+ visibility : hidden;
8
+ overflow : hidden;
9
+ }
10
+
11
  /* ie.css */
12
  * html .clearfix { /* IE6 */
13
+ height : 1%;
14
  }
15
+
16
+ *:first-child + html .clearfix { /* IE7 */
17
+ min-height : 1%;
18
  }
19
 
20
+ .clearboth {
21
+ clear : both
22
+ }
23
 
24
  /* === TAB STYLE */
25
+ .metaboxes-tab {
26
+ margin : -6px -12px -8px;
27
+ }
28
+
29
+ .metaboxes-tab div.tabs-panel {
30
+ height : auto;
31
+ overflow : visible;
32
+ margin-top : 0px;
33
+ padding : 0 10px;
34
+ background : none;
35
+ border : 0;
36
+ }
37
+
38
+ .metaboxes-tab ul.metaboxes-tabs {
39
+ background : #f1f1f1;
40
+ margin : 0;
41
+ padding : 10px 0 0 5px;
42
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
 
44
  .metaboxes-tab ul.metaboxes-tabs li {
45
+ float : left;
46
+ background : #dedede;
47
+ margin : 0 0 0 5px;
48
+ }
49
+
50
+ .metaboxes-tab ul.metaboxes-tabs li a {
51
+ color : #555;
52
+ text-decoration : none;
53
+ padding : 8px 15px;
54
+ display : block;
55
+ box-shadow : none !important;
56
+ }
57
+
58
+ .metaboxes-tab ul.metaboxes-tabs li.tabs {
59
+ background : #fff;
60
+ }
61
+
62
+ .metaboxes-tab p.field-row {
63
+ margin : 20px 0;
64
+ }
65
+
66
+ .metaboxes-tab div.sep {
67
+ height : 1px;
68
+ background : #dfdfdf;
69
+ clear : both;
70
+ margin-left : -10px;
71
+ margin-right : -10px;
72
+ }
73
+
74
+ .metaboxes-tab label {
75
+ font-weight : bold;
76
+ width : 160px;
77
+ float : left;
78
+ line-height : 23px;
79
+ margin-left : -184px;
80
+ }
81
+
82
+ .metaboxes-tab label small {
83
+ font-weight : normal;
84
+ line-height : 15px;
85
+ font-style : italic;
86
+ color : #999;
87
+ display : block;
88
+ }
89
+
90
+ .metaboxes-tab .wp-picker-container label {
91
+ font-weight : inherit;
92
+ width : auto;
93
+ float : none;
94
+ line-height : inherit;
95
+ margin-left : 0;
96
+ }
97
+
98
+ .metaboxes-tab input[type="checkbox"] {
99
+ vertical-align : middle
100
+ }
101
+
102
+ .metaboxes-tab input.button-secondary, .metaboxes-tab input.checkbox {
103
+ width : auto;
104
+ }
105
+
106
+ .metaboxes-tab p.field-row.textarea .description {
107
+ vertical-align : top;
108
+ }
109
+
110
+ .metaboxes-tab p.field-row.checkbox {
111
+ background : none;
112
+ }
113
+
114
+ .metaboxes-tab .the-metabox {
115
+ margin : 20px 0;
116
+ margin-left : 184px;
117
+ }
118
+
119
+ .metaboxes-tab .the-metabox.no-label {
120
+ margin : 20px 0;
121
+ margin-left : 0;
122
  }
123
 
124
+ .metaboxes-tab hr {
125
+ height : 0px;
126
+ border-top : 1px solid #dadada;
127
+ width : auto;
128
+ margin-left : -10px;
129
+ margin-right : -10px;
130
  }
131
+
132
+ .metaboxes-tab .the-metabox p {
133
+ margin : 0;
134
  }
135
+
136
+ .metaboxes-tab .the-metabox:last-child {
137
+ border-bottom : 0px;
 
 
 
138
  }
139
+
140
+ .metaboxes-tab .the-metabox.checkbox {
141
+ background : none;
142
+ }
143
+
144
+ .metaboxes-tab span.description.inline {
145
+ display : inline-block;
146
+ line-height : 23px;
147
+ width : auto;
148
+ vertical-align : middle;
149
+ margin : 0;
150
  }
151
+
152
+ .metaboxes-tab .slider label {
153
+ padding : 15px 0;
154
+ }
155
+
156
+ /* sortable table posts */
157
+
158
+ #the-list.ui-sortable tr:hover {
159
+ cursor : move;
160
  }
161
+
162
+ .the-metabox.preview {
163
+ float : none;
164
  }
165
 
166
+ .metaboxes-tab .the-metabox.no-label.preview {
167
+ margin-left : 184px;
 
168
  }
169
 
170
+ .metaboxes-tab .the-metabox.no-label.preview img {
171
+ box-shadow : 0 1px 8px rgba(0, 0, 0, 0.2);
172
  }
173
 
174
+ /**************************************
175
+ FIELDS
176
+ ***************************************/
177
+
178
+ .metaboxes-tab select,
179
+ .metaboxes-tab input[type=text],
180
+ .metaboxes-tab input[type=number],
181
+ .metaboxes-tab textarea,
182
+ .metaboxes-tab .yith-plugin-fw-select,
183
+ .metaboxes-tab .yith-plugin-fw-slider-container,
184
+ .metaboxes-tab .yith-plugin-fw-text-input,
185
+ .metaboxes-tab .yith-plugin-fw-text-array-table,
186
+ .metaboxes-tab .yith-plugin-fw-textarea {
187
+ width : 400px;
188
+ max-width : 100%;
189
  }
190
 
191
+ .metaboxes-tab .yith-plugin-fw-text-array-table input[type=text] {
192
+ width : 100%;
 
193
  }
194
 
195
  /* wp editor */
196
  .the-metabox.textarea-editor .mceIframeContainer {
197
+ background : #fff;
198
  }
199
+
200
  .the-metabox.textarea-editor label {
201
+ margin-top : 24px;
202
  }
203
 
204
  /* categories */
205
+ .categories-panel {
206
+ width : 30%;
207
+ float : left;
208
+ margin-right : 4px;
209
+ }
 
210
 
211
+ .categories-panel .box {
212
+ height : 200px;
213
+ border : 1px solid #dfdfdf;
214
+ background : #fff;
215
+ padding : 6px 10px;
216
+ overflow : auto;
217
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
218
 
219
+ .categories-panel ul {
220
+ list-style : none;
221
+ margin : 0;
 
 
 
 
 
 
 
 
 
 
 
222
  }
 
 
 
 
 
 
 
223
 
224
+ .categories-panel ul li {
225
+ line-height : 19px;
226
+ margin : 0;
227
+ padding : 0;
228
+ word-wrap : break-word;
229
+ }
230
 
231
+ .categories-panel ul li label {
232
+ font-weight : normal !important;
233
+ margin-left : 0 !important;
234
+ }
235
 
236
+ .categories-panel input.newcategory {
237
+ width : 100%;
238
+ margin-bottom : 3px;
239
  }
240
 
241
+ /* contact form */
242
+ .contactform_item {
243
+ border-style : solid;
244
+ border-width : 1px;
245
+ line-height : 1;
246
+ margin-bottom : 20px;
247
+ padding : 0;
248
+ background-color : #f5f5f5;
249
+ background-image : -moz-linear-gradient(center top, #f9f9f9, #f5f5f5);
250
+ border-color : #dfdfdf;
251
+ border-radius : 3px 3px 3px 3px;
252
+ box-shadow : 0 1px 0 #fff inset;
253
+ min-width : 255px;
254
+ position : relative;
255
  }
256
 
257
+ .contactform_item .handlediv {
258
+ position : relative;
259
+ top : -4px;
260
  }
261
 
262
+ .contactform_item h3 {
263
+ min-height : 21px;
264
+ margin : 13px;
265
  }
266
 
267
+ .contactform_item .inside {
268
+ padding : 10px !important;
 
 
 
 
269
  }
270
 
271
+ .contactform_item .deps {
272
+ display : none;
273
+ }
274
 
275
+ .contactform_item .addoptions p.option {
276
+ margin : 5px 0 5px 200px
277
+ }
278
 
279
+ .contactform_item .addoptions p label {
280
+ width : 80px !important;
281
+ }
282
 
283
+ .contactform_item .add-field-option {
284
+ margin-bottom : 10px !important;
285
+ }
 
 
286
 
287
+ .remove_item {
288
+ float : right;
289
+ }
290
 
291
+ .metabox-sortable-placeholder {
292
+ border : 1px dotted #dedede;
293
+ margin : 10px 0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
294
  }
295
 
296
+ /* features tab */
297
+ .featurestab_item {
298
+ border-style : solid;
299
+ border-width : 1px;
300
+ line-height : 1;
301
+ margin-bottom : 20px;
302
+ padding : 0;
303
+ background-color : #f5f5f5;
304
+ background-image : -moz-linear-gradient(center top, #f9f9f9, #f5f5f5);
305
+ border-color : #dfdfdf;
306
+ border-radius : 3px 3px 3px 3px;
307
+ box-shadow : 0 1px 0 #fff inset;
308
+ min-width : 255px;
309
+ position : relative;
310
+ }
311
 
312
+ .featurestab_item .handlediv {
313
+ position : relative;
314
+ top : -4px;
315
  }
316
+
317
+ .featurestab_item h3 {
318
+ min-height : 21px
319
  }
320
+
321
+ .featurestab_item .inside {
322
+ padding : 10px !important;
323
  }
324
+
325
+ .featurestab_item .deps {
326
+ display : none;
327
  }
328
+
329
+ .featurestab_item .addoptions p.option {
330
+ margin : 5px 0 5px 200px
331
  }
332
+
333
+ .featurestab_item .addoptions p label {
334
+ width : 80px !important;
 
335
  }
336
+
337
+ .featurestab_item .add-field-option {
338
+ margin-bottom : 10px !important;
339
  }
340
+
341
+ .messages-panel.updated {
342
+ margin : 10px 0px 10px !important;
343
+ max-width : 1200px;
344
+ border-radius : 5px;
345
+ -webkit-box-sizing : border-box;
346
+ box-sizing : border-box;
347
  }
348
+
349
+ .ui-widget-overlay {
350
+ background-image : none !important;
 
 
 
 
351
  }
352
 
353
+ .the-metabox .icon_type {
354
+ width : 30%;
355
+ float : left;
356
+ margin-right : 40px
 
 
 
 
 
 
357
  }
358
 
359
+ #post-type-settings .category-list label {
360
+ width : 187px;
361
+ }
362
+
363
+ .remove_cat {
364
+ float : right;
365
+ text-align : center;
366
+ display : block;
367
+ width : 20px;
368
+ height : 20px;
369
+ border-radius : 20px;
370
+ font-weight : bold;
371
+ font-size : 10px;
372
+ background : #efefef;
373
+ text-decoration : none;
374
+ }
375
 
376
  /* typography */
377
+ .the-metabox.typography .select_wrapper.font-family {
378
+ width : 200px;
379
+ }
380
+
381
+ .the-metabox.typography .spinner_container {
382
+ float : left;
383
+ margin-right : 10px;
384
+ }
385
+
386
  .the-metabox.typography .spinner_container input.number {
387
+ width : 50px !important;
388
+ -webkit-border-top-right-radius : 0px;
389
+ -webkit-border-bottom-right-radius : 0px;
390
+ -moz-border-radius-topright : 0px;
391
+ -moz-border-radius-bottomright : 0px;
392
+ border-top-right-radius : 0px;
393
+ border-bottom-right-radius : 0px;
394
  }
395
 
396
  /* number */
397
+ .the-metabox.number input.number {
398
+ width : 50px !important;
399
+ }
400
+
401
  /* number */
402
  .rm_number .number {
403
+ width : 70px;
404
+ text-align : right;
405
+ -webkit-border-top-right-radius : 0px;
406
+ -webkit-border-bottom-right-radius : 0px;
407
+ -moz-border-radius-topright : 0px;
408
+ -moz-border-radius-bottomright : 0px;
409
+ border-top-right-radius : 0px;
410
+ border-bottom-right-radius : 0px;
411
  }
412
 
413
+ .spinner-wrapper {
414
+ position : relative;
415
+ height : 23px;
416
+ overflow : hidden;
417
+ }
418
 
419
+ .spinner-wrapper input.number {
420
+ float : left;
421
+ }
422
 
423
+ .spinner-wrapper .spinner-button {
424
+ cursor : pointer;
425
+ float : left;
426
+ position : absolute;
427
+ left : 69px;
428
+ width : 15px;
429
+ height : 12px;
430
+ border : 1px solid #dfdfdf;
431
+ background : #fff;
432
+ margin : 0;
433
+ padding : 0;
434
+ line-height : 9999px;
435
+ overflow : hidden;
436
+ background : url('../images/spinner.png') no-repeat center -11px
437
+ }
438
 
439
+ .spinner-wrapper .spinner-button.button-plus {
440
+ top : 0;
441
+ -webkit-border-top-right-radius : 3px !important;
442
+ -moz-border-radius-topright : 3px !important;
443
+ border-top-right-radius : 3px !important;
444
+ }
445
 
446
+ .spinner-wrapper .spinner-button.button-minus {
447
+ bottom : 0;
448
+ background-position : center -30px;
449
+ -webkit-border-bottom-right-radius : 3px !important;
450
+ -moz-border-radius-bottomright : 3px !important;
451
+ border-bottom-right-radius : 3px !important;
452
+ }
453
 
454
+ .spinner-wrapper .spinner-button.button-plus:active {
455
+ background-position : center 0px;
456
+ }
457
 
458
+ .spinner-wrapper .spinner-button.button-minus:active {
459
+ background-position : center -20px;
460
+ }
461
+
462
+ .rm_typography .spinner_container {
463
+ float : left;
464
+ margin-right : 10px;
465
+ }
466
+
467
+ .rm_typography .spinner-wrapper {
468
+ height : 28px;
469
+ }
470
+
471
+ .rm_typography .spinner-wrapper input.number {
472
+ height : 28px;
473
+ }
474
+
475
+ .rm_typography .spinner-wrapper .spinner-button.button-plus {
476
+ height : 15px;
477
+ background-position : center -10px;
478
+ }
479
+
480
+ .rm_typography .spinner-wrapper .spinner-button.button-minus {
481
+ height : 14px;
482
+ }
483
+
484
+ .the-metabox .spinner-wrapper .spinner-button {
485
+ left : 49px;
486
+ }
487
+
488
+ .the-metabox.typography .spinner-wrapper .spinner-button {
489
+ left : 35px;
490
+ }
491
 
492
  /* images */
493
+ .the-metabox.images, .the-metabox.images label {
494
+ margin-left : 0;
495
+ display : block;
496
+ }
497
+
498
+ .the-metabox.images .slides-wrapper {
499
+ clear : both;
500
+ }
501
+
502
+ .the-metabox.images .slides-wrapper li {
503
+ position : relative;
504
+ }
505
+
506
+ .the-metabox.images a.delete {
507
+ display : block;
508
+ margin-left : 4px;
509
+ text-decoration : none;
510
+ font-weight : bold;
511
+ color : red;
512
+ position : absolute;
513
+ top : 0;
514
+ right : 0;
515
+ width : 10px;
516
+ height : 18px;
517
+ z-index : 10;
518
+ cursor : pointer !important;
519
+ }
520
 
521
  /* wp editor */
522
+ .wp_themeSkin iframe {
523
+ background : #fff !important;
524
+ }
525
 
526
  /* custom tabs */
527
  .customtab_item {
528
+ border-style : solid;
529
+ border-width : 1px;
530
+ line-height : 1;
531
+ margin-bottom : 20px;
532
+ padding : 0;
533
+ background-color : #f5f5f5;
534
+ background-image : -moz-linear-gradient(center top, #f9f9f9, #f5f5f5);
535
+ border-color : #dfdfdf;
536
+ border-radius : 3px 3px 3px 3px;
537
+ box-shadow : 0 1px 0 #fff inset;
538
+ min-width : 255px;
539
+ position : relative;
540
+ }
 
 
 
 
 
 
 
 
 
541
 
542
+ .customtab_item .handlediv {
543
+ position : relative;
544
+ top : -4px;
545
  }
546
 
547
+ .customtab_item h3 {
548
+ min-height : 21px
549
  }
550
 
551
+ .customtab_item .inside {
552
+ padding : 10px !important;
553
  }
554
 
555
+ .customtab_item .deps {
556
+ display : none;
 
 
 
 
557
  }
558
 
559
+ .customtab_item .addoptions p.option {
560
+ margin : 5px 0 5px 200px
561
+ }
562
 
563
+ .customtab_item .addoptions p label {
564
+ width : 80px !important;
 
 
565
  }
566
+
567
+ .customtab_item .add-field-option {
568
+ margin-bottom : 10px !important;
569
  }
570
 
571
+ .customtab_item .remove_item {
572
+ float : right;
 
573
  }
574
 
575
+ .metabox-sortable-placeholder {
576
+ border : 1px dotted #dedede;
577
+ margin : 10px 0
 
578
  }
579
+
580
+ .the-metabox.customtabs {
581
+ margin-left : 0;
 
 
 
 
 
 
582
  }
583
+
584
+ #customtab_item_sample {
585
+ display : none;
 
586
  }
587
+
588
+ .the-metabox.customtabs .field-row {
589
+ margin-bottom : 10px;
 
 
 
 
590
  }
591
 
592
+ #yit_custom_tabs label {
593
+ font-weight : normal;
594
+ width : auto;
595
+ float : none;
596
+ line-height : auto;
597
+ margin-left : 0;
598
  }
599
 
600
+ .wp-admin p label input[type=radio] {
601
+ width : 16px;
602
+ margin-right : 10px;
603
+ margin-top : 3px;
604
  }
605
 
606
+ .wp-admin .form-field._preset_onsale_icon_field label input[type=radio] {
607
+ margin-top : 0;
 
 
 
 
 
 
608
  }
609
 
610
+ .the-metabox .spinner {
611
+ margin-top : 5px;
612
+ float : none;
613
+ }
614
 
615
  /*sidebars*/
616
+ #choose-sidebars.choose {
617
+ margin-left : 0px;
 
618
  }
619
 
620
+ #_active_page_options-container label, #_active_page_options-container p {
621
+ display : inline-block;
622
+ margin : 0px;
 
 
 
 
 
 
 
 
 
 
623
  }
624
 
625
+ #_active_page_options-container label {
626
+ margin-right : 10px;
627
+ margin-top : 3px;
628
+ }
629
 
630
+ #_active_page_options-container {
631
+ float : right;
632
+ margin-right : 20px;
633
+ margin-top : 5px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
634
  }
plugin-fw/assets/css/overcast/images/jquery_ui/ui-bg_diagonals-thick_18_b81900_40x40.png DELETED
Binary file
plugin-fw/assets/css/overcast/images/jquery_ui/ui-bg_flat_10_000000_40x100.png DELETED
Binary file
plugin-fw/assets/css/overcast/images/jquery_ui/ui-bg_glass_100_f6f6f6_1x400.png DELETED
Binary file
plugin-fw/assets/css/overcast/images/jquery_ui/ui-bg_glass_100_fdf5ce_1x400.png DELETED
Binary file
plugin-fw/assets/css/overcast/images/jquery_ui/ui-bg_glass_65_ffffff_1x400.png DELETED
Binary file
plugin-fw/assets/css/overcast/images/jquery_ui/ui-bg_gloss-wave_35_f6a828_500x100.png DELETED
Binary file
plugin-fw/assets/css/overcast/images/jquery_ui/ui-bg_highlight-soft_100_eeeeee_1x100.png DELETED
Binary file
plugin-fw/assets/css/overcast/images/jquery_ui/ui-bg_highlight-soft_75_ffe45c_1x100.png DELETED
Binary file
plugin-fw/assets/css/overcast/images/jquery_ui/ui-icons_222222_256x240.png DELETED
Binary file
plugin-fw/assets/css/overcast/images/jquery_ui/ui-icons_228ef1_256x240.png DELETED
Binary file
plugin-fw/assets/css/overcast/images/jquery_ui/ui-icons_ef8c08_256x240.png DELETED
Binary file
plugin-fw/assets/css/overcast/images/jquery_ui/ui-icons_ffd27a_256x240.png DELETED
Binary file
plugin-fw/assets/css/overcast/images/jquery_ui/ui-icons_ffffff_256x240.png DELETED
Binary file
plugin-fw/assets/css/overcast/images/ui-bg_flat_0_aaaaaa_40x100.png DELETED
Binary file
plugin-fw/assets/css/overcast/images/ui-bg_flat_0_eeeeee_40x100.png DELETED
Binary file
plugin-fw/assets/css/overcast/images/ui-bg_flat_55_c0402a_40x100.png DELETED
Binary file
plugin-fw/assets/css/overcast/images/ui-bg_flat_55_eeeeee_40x100.png DELETED
Binary file
plugin-fw/assets/css/overcast/images/ui-bg_glass_100_f8f8f8_1x400.png DELETED
Binary file
plugin-fw/assets/css/overcast/images/ui-bg_glass_35_dddddd_1x400.png DELETED
Binary file
plugin-fw/assets/css/overcast/images/ui-bg_glass_60_eeeeee_1x400.png DELETED
Binary file
plugin-fw/assets/css/overcast/images/ui-bg_inset-hard_75_999999_1x100.png DELETED
Binary file
plugin-fw/assets/css/overcast/images/ui-bg_inset-soft_50_c9c9c9_1x100.png DELETED
Binary file
plugin-fw/assets/css/overcast/images/ui-icons_3383bb_256x240.png DELETED
Binary file
plugin-fw/assets/css/overcast/images/ui-icons_454545_256x240.png DELETED
Binary file
plugin-fw/assets/css/overcast/images/ui-icons_70b2e1_256x240.png DELETED
Binary file
plugin-fw/assets/css/overcast/images/ui-icons_999999_256x240.png DELETED
Binary file
plugin-fw/assets/css/overcast/images/ui-icons_fbc856_256x240.png DELETED
Binary file
plugin-fw/assets/css/overcast/jquery-ui-custom/jquery-ui-1.8.9.custom.css DELETED
@@ -1,578 +0,0 @@
1
- /*
2
- * jQuery UI CSS Framework 1.8.13
3
- *
4
- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
5
- * Dual licensed under the MIT or GPL Version 2 licenses.
6
- * http://jquery.org/license
7
- *
8
- * http://docs.jquery.com/UI/Theming/API
9
- */
10
-
11
- /* Layout helpers
12
- ----------------------------------*/
13
- .ui-helper-hidden { display: none; }
14
- .ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
15
- .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
16
- .ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
17
- .ui-helper-clearfix { display: inline-block; }
18
- /* required comment for clearfix to work in Opera \*/
19
- * html .ui-helper-clearfix { height:1%; }
20
- .ui-helper-clearfix { display:block; }
21
- /* end clearfix */
22
- .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
23
-
24
-
25
- /* Interaction Cues
26
- ----------------------------------*/
27
- .ui-state-disabled { cursor: default !important; }
28
-
29
-
30
- /* Icons
31
- ----------------------------------*/
32
-
33
- /* states and images */
34
- .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
35
-
36
-
37
- /* Misc visuals
38
- ----------------------------------*/
39
-
40
- /* Overlays */
41
- .ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
42
-
43
-
44
- /*
45
- * jQuery UI CSS Framework 1.8.13
46
- *
47
- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
48
- * Dual licensed under the MIT or GPL Version 2 licenses.
49
- * http://jquery.org/license
50
- *
51
- * http://docs.jquery.com/UI/Theming/API
52
- *
53
- * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
54
- */
55
-
56
-
57
- /* Component containers
58
- ----------------------------------*/
59
- .ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
60
- .ui-widget .ui-widget { font-size: 1em; }
61
- .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
62
- .ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(../images/jquery_ui/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
63
- .ui-widget-content a { color: #333333; }
64
- .ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url(../images/jquery_ui/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
65
- .ui-widget-header a { color: #ffffff; }
66
-
67
- /* Interaction states
68
- ----------------------------------*/
69
- .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(../images/jquery_ui/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1c94c4; }
70
- .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }
71
- .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce url(../images/jquery_ui/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #c77405; }
72
- .ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; }
73
- .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: #ffffff url(../images/jquery_ui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; }
74
- .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }
75
- .ui-widget :active { outline: none; }
76
-
77
- /* Interaction Cues
78
- ----------------------------------*/
79
- .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #fed22f; background: #ffe45c url(../images/jquery_ui/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; }
80
- .ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
81
- .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(../images/jquery_ui/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }
82
- .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
83
- .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
84
- .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
85
- .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
86
- .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
87
-
88
- /* Icons
89
- ----------------------------------*/
90
-
91
- /* states and images */
92
- .ui-icon { width: 16px; height: 16px; background-image: url(../images/jquery_ui/ui-icons_222222_256x240.png); }
93
- .ui-widget-content .ui-icon {background-image: url(../images/jquery_ui/ui-icons_222222_256x240.png); }
94
- .ui-widget-header .ui-icon {background-image: url(../images/jquery_ui/ui-icons_ffffff_256x240.png); }
95
- .ui-state-default .ui-icon { background-image: url(../images/jquery_ui/ui-icons_ef8c08_256x240.png); }
96
- .ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../images/jquery_ui/ui-icons_ef8c08_256x240.png); }
97
- .ui-state-active .ui-icon {background-image: url(../images/jquery_ui/ui-icons_ef8c08_256x240.png); }
98
- .ui-state-highlight .ui-icon {background-image: url(../images/jquery_ui/ui-icons_228ef1_256x240.png); }
99
- .ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../images/jquery_ui/ui-icons_ffd27a_256x240.png); }
100
-
101
- /* positioning */
102
- .ui-icon-carat-1-n { background-position: 0 0; }
103
- .ui-icon-carat-1-ne { background-position: -16px 0; }
104
- .ui-icon-carat-1-e { background-position: -32px 0; }
105
- .ui-icon-carat-1-se { background-position: -48px 0; }
106
- .ui-icon-carat-1-s { background-position: -64px 0; }
107
- .ui-icon-carat-1-sw { background-position: -80px 0; }
108
- .ui-icon-carat-1-w { background-position: -96px 0; }
109
- .ui-icon-carat-1-nw { background-position: -112px 0; }
110
- .ui-icon-carat-2-n-s { background-position: -128px 0; }
111
- .ui-icon-carat-2-e-w { background-position: -144px 0; }
112
- .ui-icon-triangle-1-n { background-position: 0 -16px; }
113
- .ui-icon-triangle-1-ne { background-position: -16px -16px; }
114
- .ui-icon-triangle-1-e { background-position: -32px -16px; }
115
- .ui-icon-triangle-1-se { background-position: -48px -16px; }
116
- .ui-icon-triangle-1-s { background-position: -64px -16px; }
117
- .ui-icon-triangle-1-sw { background-position: -80px -16px; }
118
- .ui-icon-triangle-1-w { background-position: -96px -16px; }
119
- .ui-icon-triangle-1-nw { background-position: -112px -16px; }
120
- .ui-icon-triangle-2-n-s { background-position: -128px -16px; }
121
- .ui-icon-triangle-2-e-w { background-position: -144px -16px; }
122
- .ui-icon-arrow-1-n { background-position: 0 -32px; }
123
- .ui-icon-arrow-1-ne { background-position: -16px -32px; }
124
- .ui-icon-arrow-1-e { background-position: -32px -32px; }
125
- .ui-icon-arrow-1-se { background-position: -48px -32px; }
126
- .ui-icon-arrow-1-s { background-position: -64px -32px; }
127
- .ui-icon-arrow-1-sw { background-position: -80px -32px; }
128
- .ui-icon-arrow-1-w { background-position: -96px -32px; }
129
- .ui-icon-arrow-1-nw { background-position: -112px -32px; }
130
- .ui-icon-arrow-2-n-s { background-position: -128px -32px; }
131
- .ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
132
- .ui-icon-arrow-2-e-w { background-position: -160px -32px; }
133
- .ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
134
- .ui-icon-arrowstop-1-n { background-position: -192px -32px; }
135
- .ui-icon-arrowstop-1-e { background-position: -208px -32px; }
136
- .ui-icon-arrowstop-1-s { background-position: -224px -32px; }
137
- .ui-icon-arrowstop-1-w { background-position: -240px -32px; }
138
- .ui-icon-arrowthick-1-n { background-position: 0 -48px; }
139
- .ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
140
- .ui-icon-arrowthick-1-e { background-position: -32px -48px; }
141
- .ui-icon-arrowthick-1-se { background-position: -48px -48px; }
142
- .ui-icon-arrowthick-1-s { background-position: -64px -48px; }
143
- .ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
144
- .ui-icon-arrowthick-1-w { background-position: -96px -48px; }
145
- .ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
146
- .ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
147
- .ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
148
- .ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
149
- .ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
150
- .ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
151
- .ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
152
- .ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
153
- .ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
154
- .ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
155
- .ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
156
- .ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
157
- .ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
158
- .ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
159
- .ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
160
- .ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
161
- .ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
162
- .ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
163
- .ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
164
- .ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
165
- .ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
166
- .ui-icon-arrow-4 { background-position: 0 -80px; }
167
- .ui-icon-arrow-4-diag { background-position: -16px -80px; }
168
- .ui-icon-extlink { background-position: -32px -80px; }
169
- .ui-icon-newwin { background-position: -48px -80px; }
170
- .ui-icon-refresh { background-position: -64px -80px; }
171
- .ui-icon-shuffle { background-position: -80px -80px; }
172
- .ui-icon-transfer-e-w { background-position: -96px -80px; }
173
- .ui-icon-transferthick-e-w { background-position: -112px -80px; }
174
- .ui-icon-folder-collapsed { background-position: 0 -96px; }
175
- .ui-icon-folder-open { background-position: -16px -96px; }
176
- .ui-icon-document { background-position: -32px -96px; }
177
- .ui-icon-document-b { background-position: -48px -96px; }
178
- .ui-icon-note { background-position: -64px -96px; }
179
- .ui-icon-mail-closed { background-position: -80px -96px; }
180
- .ui-icon-mail-open { background-position: -96px -96px; }
181
- .ui-icon-suitcase { background-position: -112px -96px; }
182
- .ui-icon-comment { background-position: -128px -96px; }
183
- .ui-icon-person { background-position: -144px -96px; }
184
- .ui-icon-print { background-position: -160px -96px; }
185
- .ui-icon-trash { background-position: -176px -96px; }
186
- .ui-icon-locked { background-position: -192px -96px; }
187
- .ui-icon-unlocked { background-position: -208px -96px; }
188
- .ui-icon-bookmark { background-position: -224px -96px; }
189
- .ui-icon-tag { background-position: -240px -96px; }
190
- .ui-icon-home { background-position: 0 -112px; }
191
- .ui-icon-flag { background-position: -16px -112px; }
192
- .ui-icon-calendar { background-position: -32px -112px; }
193
- .ui-icon-cart { background-position: -48px -112px; }
194
- .ui-icon-pencil { background-position: -64px -112px; }
195
- .ui-icon-clock { background-position: -80px -112px; }
196
- .ui-icon-disk { background-position: -96px -112px; }
197
- .ui-icon-calculator { background-position: -112px -112px; }
198
- .ui-icon-zoomin { background-position: -128px -112px; }
199
- .ui-icon-zoomout { background-position: -144px -112px; }
200
- .ui-icon-search { background-position: -160px -112px; }
201
- .ui-icon-wrench { background-position: -176px -112px; }
202
- .ui-icon-gear { background-position: -192px -112px; }
203
- .ui-icon-heart { background-position: -208px -112px; }
204
- .ui-icon-star { background-position: -224px -112px; }
205
- .ui-icon-link { background-position: -240px -112px; }
206
- .ui-icon-cancel { background-position: 0 -128px; }
207
- .ui-icon-plus { background-position: -16px -128px; }
208
- .ui-icon-plusthick { background-position: -32px -128px; }
209
- .ui-icon-minus { background-position: -48px -128px; }
210
- .ui-icon-minusthick { background-position: -64px -128px; }
211
- .ui-icon-close { background-position: -80px -128px; }
212
- .ui-icon-closethick { background-position: -96px -128px; }
213
- .ui-icon-key { background-position: -112px -128px; }
214
- .ui-icon-lightbulb { background-position: -128px -128px; }
215
- .ui-icon-scissors { background-position: -144px -128px; }
216
- .ui-icon-clipboard { background-position: -160px -128px; }
217
- .ui-icon-copy { background-position: -176px -128px; }
218
- .ui-icon-contact { background-position: -192px -128px; }
219
- .ui-icon-image { background-position: -208px -128px; }
220
- .ui-icon-video { background-position: -224px -128px; }
221
- .ui-icon-script { background-position: -240px -128px; }
222
- .ui-icon-alert { background-position: 0 -144px; }
223
- .ui-icon-info { background-position: -16px -144px; }
224
- .ui-icon-notice { background-position: -32px -144px; }
225
- .ui-icon-help { background-position: -48px -144px; }
226
- .ui-icon-check { background-position: -64px -144px; }
227
- .ui-icon-bullet { background-position: -80px -144px; }
228
- .ui-icon-radio-off { background-position: -96px -144px; }
229
- .ui-icon-radio-on { background-position: -112px -144px; }
230
- .ui-icon-pin-w { background-position: -128px -144px; }
231
- .ui-icon-pin-s { background-position: -144px -144px; }
232
- .ui-icon-play { background-position: 0 -160px; }
233
- .ui-icon-pause { background-position: -16px -160px; }
234
- .ui-icon-seek-next { background-position: -32px -160px; }
235
- .ui-icon-seek-prev { background-position: -48px -160px; }
236
- .ui-icon-seek-end { background-position: -64px -160px; }
237
- .ui-icon-seek-start { background-position: -80px -160px; }
238
- /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
239
- .ui-icon-seek-first { background-position: -80px -160px; }
240
- .ui-icon-stop { background-position: -96px -160px; }
241
- .ui-icon-eject { background-position: -112px -160px; }
242
- .ui-icon-volume-off { background-position: -128px -160px; }
243
- .ui-icon-volume-on { background-position: -144px -160px; }
244
- .ui-icon-power { background-position: 0 -176px; }
245
- .ui-icon-signal-diag { background-position: -16px -176px; }
246
- .ui-icon-signal { background-position: -32px -176px; }
247
- .ui-icon-battery-0 { background-position: -48px -176px; }
248
- .ui-icon-battery-1 { background-position: -64px -176px; }
249
- .ui-icon-battery-2 { background-position: -80px -176px; }
250
- .ui-icon-battery-3 { background-position: -96px -176px; }
251
- .ui-icon-circle-plus { background-position: 0 -192px; }
252
- .ui-icon-circle-minus { background-position: -16px -192px; }
253
- .ui-icon-circle-close { background-position: -32px -192px; }
254
- .ui-icon-circle-triangle-e { background-position: -48px -192px; }
255
- .ui-icon-circle-triangle-s { background-position: -64px -192px; }
256
- .ui-icon-circle-triangle-w { background-position: -80px -192px; }
257
- .ui-icon-circle-triangle-n { background-position: -96px -192px; }
258
- .ui-icon-circle-arrow-e { background-position: -112px -192px; }
259
- .ui-icon-circle-arrow-s { background-position: -128px -192px; }
260
- .ui-icon-circle-arrow-w { background-position: -144px -192px; }
261
- .ui-icon-circle-arrow-n { background-position: -160px -192px; }
262
- .ui-icon-circle-zoomin { background-position: -176px -192px; }
263
- .ui-icon-circle-zoomout { background-position: -192px -192px; }
264
- .ui-icon-circle-check { background-position: -208px -192px; }
265
- .ui-icon-circlesmall-plus { background-position: 0 -208px; }
266
- .ui-icon-circlesmall-minus { background-position: -16px -208px; }
267
- .ui-icon-circlesmall-close { background-position: -32px -208px; }
268
- .ui-icon-squaresmall-plus { background-position: -48px -208px; }
269
- .ui-icon-squaresmall-minus { background-position: -64px -208px; }
270
- .ui-icon-squaresmall-close { background-position: -80px -208px; }
271
- .ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
272
- .ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
273
- .ui-icon-grip-solid-vertical { background-position: -32px -224px; }
274
- .ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
275
- .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
276
- .ui-icon-grip-diagonal-se { background-position: -80px -224px; }
277
-
278
-
279
- /* Misc visuals
280
- ----------------------------------*/
281
-
282
- /* Corner radius */
283
- .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
284
- .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
285
- .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
286
- .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
287
- .ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
288
- .ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
289
- .ui-corner-right { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
290
- .ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
291
- .ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
292
-
293
- /* Overlays */
294
- .ui-widget-overlay { background: #666666 url(../images/jquery_ui/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
295
- .ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(../images/jquery_ui/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }/*
296
- * jQuery UI Resizable 1.8.13
297
- *
298
- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
299
- * Dual licensed under the MIT or GPL Version 2 licenses.
300
- * http://jquery.org/license
301
- *
302
- * http://docs.jquery.com/UI/Resizable#theming
303
- */
304
- .ui-resizable { position: relative;}
305
- .ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;
306
- /* http://bugs.jqueryui.com/ticket/7233
307
- - Resizable: resizable handles fail to work in IE if transparent and content overlaps
308
- */
309
- background-image:url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
310
- }
311
- .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
312
- .ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
313
- .ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
314
- .ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
315
- .ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
316
- .ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
317
- .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
318
- .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
319
- .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
320
- * jQuery UI Selectable 1.8.13
321
- *
322
- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
323
- * Dual licensed under the MIT or GPL Version 2 licenses.
324
- * http://jquery.org/license
325
- *
326
- * http://docs.jquery.com/UI/Selectable#theming
327
- */
328
- .ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
329
- /*
330
- * jQuery UI Accordion 1.8.13
331
- *
332
- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
333
- * Dual licensed under the MIT or GPL Version 2 licenses.
334
- * http://jquery.org/license
335
- *
336
- * http://docs.jquery.com/UI/Accordion#theming
337
- */
338
- /* IE/Win - Fix animation bug - #4615 */
339
- .ui-accordion { width: 100%; }
340
- .ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
341
- .ui-accordion .ui-accordion-li-fix { display: inline; }
342
- .ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
343
- .ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
344
- .ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
345
- .ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
346
- .ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
347
- .ui-accordion .ui-accordion-content-active { display: block; }
348
- /*
349
- * jQuery UI Autocomplete 1.8.13
350
- *
351
- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
352
- * Dual licensed under the MIT or GPL Version 2 licenses.
353
- * http://jquery.org/license
354
- *
355
- * http://docs.jquery.com/UI/Autocomplete#theming
356
- */
357
- .ui-autocomplete { position: absolute; cursor: default; }
358
-
359
- /* workarounds */
360
- * html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
361
-
362
- /*
363
- * jQuery UI Menu 1.8.13
364
- *
365
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
366
- * Dual licensed under the MIT or GPL Version 2 licenses.
367
- * http://jquery.org/license
368
- *
369
- * http://docs.jquery.com/UI/Menu#theming
370
- */
371
- .ui-menu {
372
- list-style:none;
373
- padding: 2px;
374
- margin: 0;
375
- display:block;
376
- float: left;
377
- }
378
- .ui-menu .ui-menu {
379
- margin-top: -3px;
380
- }
381
- .ui-menu .ui-menu-item {
382
- margin:0;
383
- padding: 0;
384
- zoom: 1;
385
- float: left;
386
- clear: left;
387
- width: 100%;
388
- }
389
- .ui-menu .ui-menu-item a {
390
- text-decoration:none;
391
- display:block;
392
- padding:.2em .4em;
393
- line-height:1.5;
394
- zoom:1;
395
- }
396
- .ui-menu .ui-menu-item a.ui-state-hover,
397
- .ui-menu .ui-menu-item a.ui-state-active {
398
- font-weight: normal;
399
- margin: -1px;
400
- }
401
- /*
402
- * jQuery UI Button 1.8.13
403
- *
404
- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
405
- * Dual licensed under the MIT or GPL Version 2 licenses.
406
- * http://jquery.org/license
407
- *
408
- * http://docs.jquery.com/UI/Button#theming
409
- */
410
- .ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
411
- .ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
412
- button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
413
- .ui-button-icons-only { width: 3.4em; }
414
- button.ui-button-icons-only { width: 3.7em; }
415
-
416
- /*button text element */
417
- .ui-button .ui-button-text { display: block; line-height: 1.4; }
418
- .ui-button-text-only .ui-button-text { padding: .4em 1em; }
419
- .ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
420
- .ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
421
- .ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
422
- .ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
423
- /* no icon support for input elements, provide padding by default */
424
- input.ui-button { padding: .4em 1em; }
425
-
426
- /*button icon element(s) */
427
- .ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
428
- .ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
429
- .ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
430
- .ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
431
- .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
432
-
433
- /*button sets*/
434
- .ui-buttonset { margin-right: 7px; }
435
- .ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }
436
-
437
- /* workarounds */
438
- button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
439
- /*
440
- * jQuery UI Dialog 1.8.13
441
- *
442
- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
443
- * Dual licensed under the MIT or GPL Version 2 licenses.
444
- * http://jquery.org/license
445
- *
446
- * http://docs.jquery.com/UI/Dialog#theming
447
- */
448
- .ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
449
- .ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; }
450
- .ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
451
- .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
452
- .ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
453
- .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
454
- .ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
455
- .ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
456
- .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
457
- .ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
458
- .ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
459
- .ui-draggable .ui-dialog-titlebar { cursor: move; }
460
- /*
461
- * jQuery UI Slider 1.8.13
462
- *
463
- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
464
- * Dual licensed under the MIT or GPL Version 2 licenses.
465
- * http://jquery.org/license
466
- *
467
- * http://docs.jquery.com/UI/Slider#theming
468
- */
469
- .ui-slider { position: relative; text-align: left; }
470
- .ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
471
- .ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
472
-
473
- .ui-slider-horizontal { height: .8em; }
474
- .ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
475
- .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
476
- .ui-slider-horizontal .ui-slider-range-min { left: 0; }
477
- .ui-slider-horizontal .ui-slider-range-max { right: 0; }
478
-
479
- .ui-slider-vertical { width: .8em; height: 100px; }
480
- .ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
481
- .ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
482
- .ui-slider-vertical .ui-slider-range-min { bottom: 0; }
483
- .ui-slider-vertical .ui-slider-range-max { top: 0; }/*
484
- * jQuery UI Tabs 1.8.13
485
- *
486
- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
487
- * Dual licensed under the MIT or GPL Version 2 licenses.
488
- * http://jquery.org/license
489
- *
490
- * http://docs.jquery.com/UI/Tabs#theming
491
- */
492
- .ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
493
- .ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
494
- .ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
495
- .ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
496
- .ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
497
- .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
498
- .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
499
- .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
500
- .ui-tabs .ui-tabs-hide { display: none !important; }
501
- /*
502
- * jQuery UI Datepicker 1.8.13
503
- *
504
- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
505
- * Dual licensed under the MIT or GPL Version 2 licenses.
506
- * http://jquery.org/license
507
- *
508
- * http://docs.jquery.com/UI/Datepicker#theming
509
- */
510
- .ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
511
- .ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
512
- .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
513
- .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
514
- .ui-datepicker .ui-datepicker-prev { left:2px; }
515
- .ui-datepicker .ui-datepicker-next { right:2px; }
516
- .ui-datepicker .ui-datepicker-prev-hover { left:1px; }
517
- .ui-datepicker .ui-datepicker-next-hover { right:1px; }
518
- .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }
519
- .ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
520
- .ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
521
- .ui-datepicker select.ui-datepicker-month-year {width: 100%;}
522
- .ui-datepicker select.ui-datepicker-month,
523
- .ui-datepicker select.ui-datepicker-year { width: 49%;}
524
- .ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
525
- .ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }
526
- .ui-datepicker td { border: 0; padding: 1px; }
527
- .ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
528
- .ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
529
- .ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
530
- .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
531
-
532
- /* with multiple calendars */
533
- .ui-datepicker.ui-datepicker-multi { width:auto; }
534
- .ui-datepicker-multi .ui-datepicker-group { float:left; }
535
- .ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
536
- .ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
537
- .ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
538
- .ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
539
- .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
540
- .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
541
- .ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
542
- .ui-datepicker-row-break { clear:both; width:100%; }
543
-
544
- /* RTL support */
545
- .ui-datepicker-rtl { direction: rtl; }
546
- .ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
547
- .ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
548
- .ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
549
- .ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
550
- .ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
551
- .ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
552
- .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
553
- .ui-datepicker-rtl .ui-datepicker-group { float:right; }
554
- .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
555
- .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
556
-
557
- /* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
558
- .ui-datepicker-cover {
559
- display: none; /*sorry for IE5*/
560
- display/**/: block; /*sorry for IE5*/
561
- position: absolute; /*must have*/
562
- z-index: -1; /*must have*/
563
- filter: mask(); /*must have*/
564
- top: -4px; /*must have*/
565
- left: -4px; /*must have*/
566
- width: 200px; /*must have*/
567
- height: 200px; /*must have*/
568
- }/*
569
- * jQuery UI Progressbar 1.8.13
570
- *
571
- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
572
- * Dual licensed under the MIT or GPL Version 2 licenses.
573
- * http://jquery.org/license
574
- *
575
- * http://docs.jquery.com/UI/Progressbar#theming
576
- */
577
- .ui-progressbar { height:2em; text-align: left; }
578
- .ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
plugin-fw/assets/css/yit-plugin-panel-sidebar.css DELETED
@@ -1,388 +0,0 @@
1
- /*
2
- * This file belongs to the YIT Plugin Framework.
3
- *
4
- * This source file is subject to the GNU GENERAL PUBLIC LICENSE (GPL 3.0)
5
- * that is bundled with this package in the file LICENSE.txt.
6
- * It is also available through the world-wide-web at this URL:
7
- * http://www.gnu.org/licenses/gpl-3.0.txt
8
- */
9
-
10
- /* === Panel Sidebar === */
11
- #yit-panel-sidebar {
12
- width : 275px;
13
- float : right;
14
- margin : 10px 0 0 10px;
15
- }
16
-
17
- #yit-panel-sidebar.yith-panel-sidebar-hidden {
18
- position : absolute;
19
- top : 0;
20
- right : 0;
21
- }
22
-
23
- #yit-panel-sidebar.yith-panel-sidebar-hidden #yit-panel-sidebar-widgets-container {
24
- display : none;
25
- }
26
-
27
- .yit-panel-sidebar-widget-wrapper {
28
- position : relative;
29
- margin : 10px 0 30px 0;
30
- }
31
-
32
- .yit-panel-sidebar-widget-container {
33
- border-radius : 5px;
34
- border : 1px solid #ddd;
35
- background : #fff;
36
- box-shadow : 0 2px 1px -1px #ccc;
37
- overflow : hidden;
38
- }
39
-
40
- .yit-panel-sidebar-widget-container a {
41
- text-decoration : none;
42
- }
43
-
44
- .yit-panel-sidebar-widget-container img.yit-panel-sidebar-widget-image {
45
- width : 100%;
46
- position : relative;
47
- bottom : -5px;
48
- }
49
-
50
- .yit-panel-sidebar-widget-title {
51
- padding : 12px 10px;
52
- background : #f4f4f4;
53
- font-size : 10px;
54
- text-transform : uppercase;
55
- font-weight : 700;
56
- }
57
-
58
- .yit-panel-sidebar-widget-title.dashicons {
59
- width : auto !important;
60
- height : auto !important;
61
- display : block;
62
- font-family : "Open Sans", sans-serif;
63
- text-align : left;
64
- }
65
-
66
- .yit-panel-sidebar-widget-title.dashicons::before {
67
- font-family : "Dashicons";
68
- font-size : 18px;
69
- display : inline-block;
70
- vertical-align : middle;
71
- margin-right : 10px;
72
- font-weight : normal;
73
- }
74
-
75
- .yit-panel-sidebar-widget-title.orange {
76
- background : #ff643e;
77
- color : #fff;
78
- }
79
-
80
- .yit-panel-sidebar-widget-title.green {
81
- background : #a3c401;
82
- color : #fff;
83
- }
84
-
85
- .yit-panel-sidebar-widget-title.red {
86
- background : #e4313c;
87
- color : #fff;
88
- }
89
-
90
- .yit-panel-sidebar-widget-title.yellow {
91
- background : #ffc400;
92
- color : #333;
93
- }
94
-
95
- .yit-panel-sidebar-widget-title.center {
96
- text-align : center;
97
- }
98
-
99
- .yit-panel-sidebar-widget-title.right {
100
- text-align : right;
101
- }
102
-
103
- .yit-panel-sidebar-widget-content {
104
- padding : 15px;
105
- }
106
-
107
- .yit-panel-sidebar-widget-content p {
108
- font-size : 11px;
109
- line-height : 18px;
110
- margin : 0;
111
- text-align : justify;
112
- }
113
-
114
- .yit-panel-sidebar-widget-badge.gift-tape {
115
- color : #000;
116
- font-family : "Open Sans", sans-serif;
117
- box-sizing : border-box;
118
- position : absolute;
119
- background-color : transparent;
120
- width : 70px;
121
- height : 70px;
122
- overflow : hidden;
123
- top : 0;
124
- right : 0;
125
- }
126
-
127
- .yit-panel-sidebar-widget-badge.gift-tape div.yit-panel-sidebar-widget-badge-text {
128
- background : #ffd600;
129
- background : -webkit-linear-gradient(left, #fe8502, #ffe400); /* For Safari 5.1 to 6.0 */
130
- background : -o-linear-gradient(right, #fe8502, #ffe400); /* For Opera 11.1 to 12.0 */
131
- background : -moz-linear-gradient(right, #fe8502, #ffe400); /* For Firefox 3.6 to 15 */
132
- background : linear-gradient(to right, #fe8502, #ffe400); /* Standard syntax */
133
- font-size : 10px;
134
- font-weight : bold;
135
- line-height : 24px;
136
- position : absolute;
137
- text-align : center;
138
- z-index : 100;
139
- -webkit-transform : rotate(45deg);
140
- -ms-transform : rotate(45deg);
141
- transform : rotate(45deg);
142
- top : 15px;
143
- left : -6px;
144
- width : 100px;
145
- text-shadow : 1px 1px 1px #fff;
146
- }
147
-
148
- img.yit-panel-sidebar-widget-despacho-image {
149
- background : #ffffff;
150
- background : -webkit-linear-gradient(#ffffff, #a5b7c5); /* For Safari 5.1 to 6.0 */
151
- background : -o-linear-gradient(#ffffff, #a5b7c5); /* For Opera 11.1 to 12.0 */
152
- background : -moz-linear-gradient(#ffffff, #a5b7c5); /* For Firefox 3.6 to 15 */
153
- background : linear-gradient(#ffffff, #a5b7c5); /* Standard syntax */
154
- }
155
-
156
- /* ==== Buttons ==== */
157
- #yit-panel-sidebar .button {
158
- color : #ffffff;
159
- border : none;
160
- background : #666666;
161
- -webkit-box-shadow : none;
162
- box-shadow : none;
163
- vertical-align : middle;
164
- text-transform : uppercase;
165
- font-size : 11px;
166
- font-weight : 700;
167
- height : 32px;
168
- line-height : 32px;
169
- padding : 0 18px 1px;
170
- }
171
-
172
- #yit-panel-sidebar .button.orange {
173
- background : #ff6340;
174
- }
175
-
176
- #yit-panel-sidebar .button.green {
177
- background : #a3c401;
178
- }
179
-
180
- #yit-panel-sidebar .button.red {
181
- background : #e4313c;
182
- }
183
-
184
- #yit-panel-sidebar .button.yellow {
185
- background : #ffc400;
186
- }
187
-
188
- /* === Title Icons === */
189
- #yit-panel-sidebar .yit-panel-sidebar-widget-icon:before {
190
- content : " ";
191
- width : 16px;
192
- height : 16px;
193
- display : inline-block;
194
- vertical-align : middle;
195
- margin-right : 10px;
196
- }
197
-
198
- #yit-panel-sidebar .yit-panel-sidebar-widget-icon.link-icon:before {
199
- background : transparent url('../images/widgets/link-icon.png') no-repeat;
200
- background-size : contain;
201
- }
202
-
203
- #yit-panel-sidebar .yit-panel-sidebar-widget-icon.info-icon:before {
204
- background : transparent url('../images/widgets/info-icon.png') no-repeat;
205
- background-size : contain;
206
- }
207
-
208
- #yit-panel-sidebar .yit-panel-sidebar-widget-icon.box-icon:before {
209
- background : transparent url('../images/widgets/box-icon.png') no-repeat;
210
- background-size : contain;
211
- }
212
-
213
- #yit-panel-sidebar .yit-panel-sidebar-widget-icon.box-white-icon:before {
214
- background : transparent url('../images/widgets/box-white-icon.png') no-repeat;
215
- background-size : contain;
216
- }
217
-
218
- /* ==== Membership Widget ==== */
219
- #yit-panel-sidebar-membership-widget {
220
-
221
- }
222
-
223
- #yit-panel-sidebar-membership-widget .yit-panel-sidebar-widget-title {
224
- text-align : center;
225
- }
226
-
227
- #yit-panel-sidebar-membership-widget .yit-panel-sidebar-widget-content {
228
- background : transparent url('../images/widgets/membership-bg.png') no-repeat;
229
- background-position : 105% 160%;
230
- background-size : 50%;
231
- }
232
-
233
- #yit-panel-sidebar-membership-widget .membership-row {
234
- margin-bottom: 20px;
235
- clear : both;
236
- overflow: hidden;
237
- }
238
-
239
- #yit-panel-sidebar-membership-widget .membership-total-price {
240
- font-size : 25px;
241
- font-weight : 700;
242
- display : block;
243
- width : 50%;
244
- box-sizing : border-box;
245
- float : left;
246
- line-height : 37px;
247
-
248
- }
249
-
250
- #yit-panel-sidebar-membership-widget .membership-offer-text {
251
- display : block;
252
- font-size : 10px;
253
- text-transform : uppercase;
254
- width : 50%;
255
- line-height : 14px;
256
- box-sizing : border-box;
257
- float : left;
258
- }
259
-
260
- #yit-panel-sidebar-membership-widget .membership-offer-text2 {
261
- display : block;
262
- font-size : 10px;
263
- text-transform : uppercase;
264
- text-align : right;
265
- vertical-align : middle;
266
- float : left;
267
- }
268
-
269
- #yit-panel-sidebar-membership-widget .membership-offer-sale-text {
270
- display : block;
271
- font-size : 22px;
272
- color : #ff6340;
273
- text-transform : uppercase;
274
- text-align : left;
275
- vertical-align : middle;
276
- margin-left : 6px;
277
- font-weight : 600;
278
- float : left;
279
- }
280
-
281
- #yit-panel-sidebar-membership-widget .membership-buttons {
282
- text-align : center;
283
- margin-bottom : 10px;
284
- }
285
-
286
- /* ==== Important Links Widget ==== */
287
- #yit-panel-sidebar-links-widget .yit-panel-sidebar-widget-content {
288
- background : transparent url('../images/widgets/link-bg.png') no-repeat;
289
- background-position : 110% 120%;
290
- background-size : 50%;
291
- }
292
-
293
- ul.yit-panel-sidebar-links-list {
294
- margin : 0;
295
- }
296
-
297
- ul.yit-panel-sidebar-links-list li {
298
- margin : 0 0 10px 0;
299
- }
300
-
301
- ul.yit-panel-sidebar-links-list li:before {
302
- content : " ";
303
- width : 15px;
304
- height : 13px;
305
- display : inline-block;
306
- background : transparent url('../images/ui-icons_454545_256x240.png') no-repeat -64px -144px;
307
- margin-right : 7px;
308
- }
309
-
310
- /* === Sidebar Actions ===*/
311
- #yit-panel-sidebar-actions {
312
- text-align : right;
313
- }
314
-
315
- .yit-panel-sidebar-action-title {
316
- margin-right : 5px;
317
- text-transform : uppercase;
318
- font-size : 11px;
319
- }
320
-
321
- #yit-panel-sidebar-action-hide {
322
- text-align : right;
323
- cursor : pointer;
324
- }
325
-
326
- .yit-panel-sidebar-action-hide-icon {
327
- color : #f4f4f4;
328
- background : #565656;
329
- border-radius : 50%;
330
- }
331
-
332
- #yit-panel-sidebar-action-hide:hover .yit-panel-sidebar-action-title {
333
- color : #000;
334
- }
335
-
336
- #yit-panel-sidebar-action-hide:hover .yit-panel-sidebar-action-hide-icon {
337
- background : #000;
338
- }
339
-
340
- .hide-on-click .yit-panel-sidebar-action-hide-icon:before {
341
- content : "\f139" !important;
342
- }
343
-
344
- /* === Responsive === */
345
-
346
- @media (min-width : 767px) {
347
- #wpbody-content #yit-panel-sidebar {
348
- margin-right : 15px;
349
- }
350
- }
351
-
352
- @media (max-width : 767px) {
353
- #yit-panel-sidebar {
354
- width : 275px;
355
- margin : 20px auto 0 auto;
356
- float : none;
357
- display : block;
358
- }
359
-
360
- #yit-panel-sidebar.yith-panel-sidebar-hidden {
361
- position : static;
362
- }
363
-
364
- #yit-panel-sidebar-actions {
365
- text-align : center;
366
- }
367
-
368
- #yit-panel-sidebar-action-hide {
369
- text-align : center;
370
- }
371
- }
372
-
373
- @media (max-width : 480px) {
374
-
375
- }
376
-
377
- @media (min-width : 768px) and (max-width : 992px) {
378
- }
379
-
380
- @media (min-width : 980px) and (max-width : 1199px) {
381
- }
382
-
383
- @media (min-width : 1200px) {
384
-
385
- }
386
-
387
- @media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (-o-min-device-pixel-ratio : 3/2), only screen and (min--moz-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
388
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
plugin-fw/assets/css/yit-plugin-panel.css CHANGED
@@ -6,85 +6,6 @@
6
  * It is also available through the world-wide-web at this URL:
7
  * http://www.gnu.org/licenses/gpl-3.0.txt
8
  */
9
-
10
- /* onoff */
11
- .rm_onoff input {
12
- display : none;
13
- }
14
-
15
- .rm_onoff input + span {
16
- cursor : pointer;
17
- text-indent : -9999px;
18
- display : block;
19
- width : 85px;
20
- height : 37px;
21
- background : transparent url(../images/off.png);
22
- }
23
-
24
- .rm_onoff input:checked + span {
25
- background : transparent url(../images/on.png);
26
- }
27
-
28
- .rm_onoff input.onoffchecked + span {
29
- background : transparent url(../images/on.png);
30
- }
31
-
32
- /* slider */
33
- /*numbers*/
34
- .ui-slider .maxCaption, .ui-slider .minCaption {
35
- margin-bottom : 5px;
36
- }
37
-
38
- .ui-slider .feedback {
39
- background : url(../images/slider/tooltip.png) no-repeat center top;
40
- position : absolute;
41
- top : -25px;
42
- width : 35px;
43
- height : 43px;
44
- text-align : center;
45
- width : 100%;
46
- display : block;
47
- }
48
-
49
- .ui-slider .feedback strong {
50
- display : inline-block;
51
- padding-top : 4px;
52
- top : -30px;
53
- }
54
-
55
- /*handle*/
56
- .yit-options .ui-slider-horizontal .ui-slider-handle,
57
- .yit_options .ui-slider-horizontal .ui-slider-handle {
58
- background : transparent url(../images/slider/handle.png) no-repeat left top !important;
59
- border : 0px !important;
60
- top : -.35em !important;
61
- width : 18px !important;
62
- height : 19px !important;
63
- }
64
-
65
- /*bg on the left:grey*/
66
- .yit-options .ui-slider.ui-widget-content,
67
- .yit_options .ui-slider.ui-widget-content {
68
- background : url(../images/slider/grey.gif) repeat-x left center !important;
69
- border-color : #c1c1c0 !important;
70
- height : 10px !important;
71
- }
72
-
73
- .iris-slider-offset.ui-slider.ui-widget-content {
74
- background : transparent !important;
75
- height : auto !important;
76
- }
77
-
78
- /*bg on the right:orange*/
79
- .ui-slider.ui-widget-content .ui-widget-header {
80
- background : url(../images/slider/orange.gif) repeat-x left center !important;
81
- left : 2px !important;
82
- -webkit-border-radius : 15px;
83
- -moz-border-radius : 15px;
84
- -khtml-border-radius : 15px;
85
- border-radius : 15px;
86
- }
87
-
88
  .plugin-option tr {
89
  border-bottom : 1px solid #ccc;
90
  }
@@ -100,146 +21,36 @@
100
  float : left;
101
  }
102
 
103
- .plugin-option .form-table td {
104
  padding : 25px 10px;
105
  }
106
 
107
- .yit_options .select_wrapper,
108
- .yit-options .select_wrapper {
109
- background : url("../images/select.png") no-repeat scroll right center #FAFAFA;
110
- border-color : #CCCCCC #EEEEEE #EEEEEE #CCCCCC;
111
- border-radius : 4px 4px 4px 4px;
112
- border-style : solid;
113
- border-width : 1px;
114
- color : #555555;
115
- display : block;
116
- float : left;
117
- font-family : sans-serif;
118
- font-size : 12px;
119
- height : 26px;
120
- margin-bottom : 9px !important;
121
- margin-left : 0;
122
- margin-right : 5px;
123
- margin-top : 0;
124
- width : 400px;
125
- }
126
-
127
- .chosen .select_wrapper {
128
- background : none;
129
- border : none;
130
- }
131
-
132
- .chosen .select_wrapper .chosen-container {
133
- width : 338px !important;
134
- }
135
-
136
- .chosen .select_wrapper .chosen-container .search-field input {
137
- height : 27px !important;
138
- color : #333;
139
- }
140
-
141
- .chosen .select_wrapper .chosen-container .chosen-choices {
142
- border : 1px solid #ddd;
143
- box-shadow : none;
144
- }
145
-
146
- .chosen .select_wrapper .chosen-container .chosen-choices li.search-choice {
147
- height : 15px !important;
148
- min-width : 105px;
149
- }
150
-
151
- .chosen .select_wrapper .chosen-container .chosen-choices li.search-choice span {
152
- line-height : 15px;
153
- height : 15px;
154
- padding-top : 2px;
155
- }
156
-
157
- .chosen .select_wrapper .chosen-container .chosen-choices li.search-choice a.search-choice-close {
158
- top : 5px;
159
- }
160
-
161
- .chosen .select_wrapper .chosen-container .chosen-drop .chosen-search input {
162
- width : 100% !important;
163
- }
164
-
165
- /* === Multiple Chosen Customizzation === */
166
-
167
- .yith-choosen .chosen-choices {
168
- line-height : 27px;
169
- min-height : 27px;
170
- border : 1px solid #ddd;
171
- }
172
-
173
- .yith-choosen .chosen-container-active .chosen-choices {
174
- border : 1px solid #5b9dd9;
175
- -webkit-box-shadow : 0 0 2px rgba(30, 140, 190, .8);
176
- box-shadow : 0 0 2px rgba(30, 140, 190, .8);
177
- }
178
-
179
- .select_wrapper span {
180
- height : 26px;
181
- line-height : 26px;
182
- padding-left : 6px;
183
- position : absolute;
184
- z-index : 2;
185
- overflow : hidden;
186
- }
187
-
188
  .ie8 .yit_options select,
189
  .ie8 .yit-options select {
190
  height : 26px;
191
  }
192
 
193
- .yit_options select, .yit-options select, .the-metabox .select_wrapper select {
194
- cursor : pointer;
195
- height : 28px;
196
- margin : 0;
197
- opacity : 0;
198
- padding : 0;
199
- position : relative;
200
- width : inherit;
201
- z-index : 4;
202
- background-color : #FAFAFA;
203
- }
204
-
205
- /* === Single Chosen Customizzation === */
206
-
207
- .yith-choosen .chosen-container-single .chosen-default {
208
- background : transparent;
209
- border-color : #ddd;
210
- }
211
-
212
- .yith-choosen .chosen-search > input[type=text] {
213
- width : 100% !important;
214
- }
215
-
216
- .yith-choosen .chosen-container-single .chosen-single {
217
- background : transparent;
218
- border-color : #ddd;
219
- }
220
-
221
  /* Style to woocommerce panel*/
222
 
223
- #plugin-fw-wc {
224
  padding-top : 20px;
225
  }
226
 
227
- #plugin-fw-wc table.form-table {
228
  background-color : #fff;
229
  margin-bottom : 20px;
230
  }
231
 
232
- #plugin-fw-wc table.form-table th {
233
  padding : 20px;
234
  }
235
 
236
- #plugin-fw-wc h3 {
237
  padding : 0px 10px 10px;
238
  border-bottom : 1px solid #eee;
239
  }
240
 
241
  /* === VIDEO BOX === */
242
-
243
  .yith-videobox-wrapper {
244
  padding-top : 20px;
245
  }
@@ -314,10 +125,12 @@
314
  }
315
 
316
  .yit-plugin-changelog {
317
- background : #fcfcfc;
318
- height : 97%;
 
 
319
  z-index : 999;
320
- overflow : auto;
321
  }
322
 
323
  /* === Plugins Licence Activation === */
@@ -354,7 +167,7 @@
354
  .yit-container.plugin-licence-activation .message {
355
  display : none;
356
  line-height : normal;
357
- background : #ffffff url(../images/licence-error.png) 15px center no-repeat;
358
  padding-left : 65px;
359
  padding-right : 15px;
360
  width : 150px;
@@ -520,7 +333,7 @@
520
  }
521
 
522
  .yit-container.plugin-licence-activation table tbody tr {
523
- background-color : #ffffff;
524
  }
525
 
526
  .yit-container.plugin-licence-activation table thead tr th {
@@ -659,8 +472,8 @@
659
  width : 6em;
660
  }
661
 
662
- #wpwrap h2.nav-tab-wrapper , #wpbody-content h2.nav-tab-wrapper {
663
- border-bottom: 1px solid #ccc;
664
  }
665
 
666
  /* === YIT FRAMEWORK === */
@@ -671,26 +484,45 @@
671
  }
672
 
673
  /* === Panel Content and Container === */
674
- .yit-admin-panel-container{
675
- position:relative;
676
- }
677
- .yit-admin-panel-content-wrap {
678
- width : calc(100% - 300px);
679
- display : inline-block;
680
  }
681
 
682
- .yit-admin-panel-content-wrap.yit-admin-panel-content-wrap-full {
683
  width : 100%;
684
  display : block;
685
  }
686
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
687
  /* === Responsive === */
688
 
689
  @media (max-width : 767px) {
690
- .yit-admin-panel-content-wrap {
691
- width : 100%;
692
- display : block;
693
- }
694
  }
695
 
696
  @media (max-width : 480px) {
6
  * It is also available through the world-wide-web at this URL:
7
  * http://www.gnu.org/licenses/gpl-3.0.txt
8
  */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  .plugin-option tr {
10
  border-bottom : 1px solid #ccc;
11
  }
21
  float : left;
22
  }
23
 
24
+ .plugin-option .form-table > tbody > tr > td {
25
  padding : 25px 10px;
26
  }
27
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  .ie8 .yit_options select,
29
  .ie8 .yit-options select {
30
  height : 26px;
31
  }
32
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  /* Style to woocommerce panel*/
34
 
35
+ #plugin-fw-wc, #yith-plugin-fw-panel {
36
  padding-top : 20px;
37
  }
38
 
39
+ #plugin-fw-wc table.form-table, #yith-plugin-fw-panel table.form-table {
40
  background-color : #fff;
41
  margin-bottom : 20px;
42
  }
43
 
44
+ #plugin-fw-wc table.form-table th, #yith-plugin-fw-panel table.form-table th {
45
  padding : 20px;
46
  }
47
 
48
+ #plugin-fw-wc h3, #yith-plugin-fw-panel h3 {
49
  padding : 0px 10px 10px;
50
  border-bottom : 1px solid #eee;
51
  }
52
 
53
  /* === VIDEO BOX === */
 
54
  .yith-videobox-wrapper {
55
  padding-top : 20px;
56
  }
125
  }
126
 
127
  .yit-plugin-changelog {
128
+ height : calc(100% - 15px);
129
+ width : calc(100% - 15px);
130
+ overflow-x : hidden;
131
+ overflow-y : auto;
132
  z-index : 999;
133
+ background : #fcfcfc;
134
  }
135
 
136
  /* === Plugins Licence Activation === */
167
  .yit-container.plugin-licence-activation .message {
168
  display : none;
169
  line-height : normal;
170
+ background : #fff url(../images/licence-error.png) 15px center no-repeat;
171
  padding-left : 65px;
172
  padding-right : 15px;
173
  width : 150px;
333
  }
334
 
335
  .yit-container.plugin-licence-activation table tbody tr {
336
+ background-color : #fff;
337
  }
338
 
339
  .yit-container.plugin-licence-activation table thead tr th {
472
  width : 6em;
473
  }
474
 
475
+ #wpwrap h2.nav-tab-wrapper, #wpbody-content h2.nav-tab-wrapper {
476
+ border-bottom : 1px solid #ccc;
477
  }
478
 
479
  /* === YIT FRAMEWORK === */
484
  }
485
 
486
  /* === Panel Content and Container === */
487
+ .yit-admin-panel-container {
488
+ position : relative;
 
 
 
 
489
  }
490
 
491
+ .yit-admin-panel-content-wrap {
492
  width : 100%;
493
  display : block;
494
  }
495
 
496
+ .yith-disabled {
497
+ opacity : 0.3;
498
+ pointer-events : none;
499
+ }
500
+
501
+ .yith-plugin-fw-select,
502
+ .yith-plugin-fw-slider-container,
503
+ .yith-plugin-fw-text-input,
504
+ .yith-plugin-fw-text-array-table,
505
+ .yith-plugin-fw-textarea {
506
+ width : 400px;
507
+ max-width : 100%;
508
+ }
509
+
510
+ .yith-plugin-fw-text-array-table input {
511
+ width : 100%;
512
+ }
513
+
514
+ .yith-plugin-fw-panel-wc-row.preview {
515
+ float : none;
516
+ }
517
+
518
+ .yith-plugin-fw-panel .subsubsub {
519
+ margin : 0;
520
+ }
521
+
522
  /* === Responsive === */
523
 
524
  @media (max-width : 767px) {
525
+
 
 
 
526
  }
527
 
528
  @media (max-width : 480px) {
plugin-fw/assets/css/yit-upgrader.css CHANGED
@@ -9,6 +9,10 @@
9
  }
10
 
11
  .yit-plugin-changelog {
 
 
 
 
 
12
  background: #fcfcfc;
13
- height: 97%;
14
  }
9
  }
10
 
11
  .yit-plugin-changelog {
12
+ height : calc(100% - 15px);
13
+ width : calc(100% - 15px);
14
+ overflow-x : hidden;
15
+ overflow-y : auto;
16
+ z-index : 999;
17
  background: #fcfcfc;
 
18
  }
plugin-fw/assets/css/yith-fields.css ADDED
@@ -0,0 +1,334 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .yith-plugin-fw span.description {
2
+ display : block;
3
+ margin-top : 5px;
4
+ font-size : 12px;
5
+ color : #777;
6
+ font-style : italic;
7
+ clear : both;
8
+ }
9
+
10
+ .yith-disabled {
11
+ opacity : 0.3;
12
+ pointer-events : none;
13
+ }
14
+
15
+ .yith-plugin-fw-field-wrapper:not(.yith-plugin-fw-title-field-wrapper) {
16
+ display : block;
17
+ width : 100%;
18
+ }
19
+
20
+ .yith-plugin-fw-field-wrapper span.desc {
21
+ display : block;
22
+ width : 100%;
23
+ }
24
+
25
+ .yith-plugin-fw-title-field-wrapper h3.title {
26
+ width : 100%;
27
+ }
28
+
29
+ .the-metabox .yith-plugin-fw-title-field-wrapper h3.title {
30
+ float : left;
31
+ }
32
+
33
+ .yith-plugin-fw input[type=email],
34
+ .yith-plugin-fw input[type=number],
35
+ .yith-plugin-fw input[type=text]:not(.select2-search__field):not(.wp-color-picker),
36
+ .yith-plugin-fw select,
37
+ .woocommerce .yith-plugin-fw table.form-table select {
38
+ width : 400px;
39
+ max-width : 100%;
40
+ height : 30px;
41
+ padding : 5px;
42
+ }
43
+
44
+ .woocommerce .yith-plugin-fw table.form-table input[type=text].colorpick,
45
+ .yith-plugin-fw input[type=text].colorpick {
46
+ width : 6em;
47
+ }
48
+
49
+ .woocommerce .yith-plugin-fw input[type=text].select2-search__field {
50
+ margin : 10px 0 0 2px;
51
+ padding : 0;
52
+ }
53
+
54
+ .yith-plugin-fw textarea {
55
+ width : 400px;
56
+ max-width : 100%;
57
+ padding : 5px;
58
+ }
59
+
60
+ .yith-plugin-fw input[type=email],
61
+ .yith-plugin-fw input[type=number],
62
+ .yith-plugin-fw input[type=text]:not(.select2-search__field) {
63
+ padding : 5px 10px;
64
+ }
65
+
66
+ /* ------------- ICONS ------------- */
67
+ .yit-icons-manager-wrapper {
68
+ width : 100%;
69
+ max-width : 400px;
70
+ }
71
+
72
+ .yit-icons-manager-text {
73
+ width : 100%;
74
+ }
75
+
76
+ .yit-icons-manager-icon-text {
77
+ width : calc(100% - 35px) !important;
78
+ height : 30px;
79
+ float : left;
80
+ margin : 0;
81
+ }
82
+
83
+ .yit-icons-manager-icon-preview {
84
+ width : 30px;
85
+ height : 30px;
86
+ margin-right : 5px;
87
+ float : left;
88
+ padding-top : 6px;
89
+ box-sizing : border-box;
90
+ text-align : center;
91
+ background : #f1f1f1;
92
+ }
93
+
94
+ .yit-icons-manager-list-wrapper {
95
+ margin : 10px 0;
96
+ box-shadow : 0 0 0 1px #ddd;
97
+ }
98
+
99
+ ul.yit-icons-manager-list {
100
+ width : 100%;
101
+ height : 300px;
102
+ overflow-y : scroll;
103
+ margin : 0;
104
+ }
105
+
106
+ ul.yit-icons-manager-list li {
107
+ float : left;
108
+ width : 30px;
109
+ height : 30px;
110
+ padding-top : 6px;
111
+ box-sizing : border-box;
112
+ text-align : center;
113
+ background : #f1f1f1;
114
+ margin : 1px;
115
+ cursor : pointer;
116
+ }
117
+
118
+ ul.yit-icons-manager-list li:hover {
119
+ background : #c5dcf6;
120
+ }
121
+
122
+ ul.yit-icons-manager-list li.active {
123
+ background : #d4f0ff;
124
+ }
125
+
126
+ .yit-icons-manager-action-set-default {
127
+ margin-bottom : 0;
128
+ }
129
+
130
+ .yit-icons-manager-default-icon-preview {
131
+ height : 100%;
132
+ display : inline-block;
133
+ padding-left : 10px;
134
+ border-left : 1px solid #ccc;
135
+ margin-left : 10px;
136
+ }
137
+
138
+ /* ------- Text Array ------- */
139
+ .yith-plugin-fw-text-array-table td {
140
+ padding : 1px;
141
+ }
142
+
143
+ .yith-plugin-fw-text-array-table input[type=text],
144
+ .woocommerce table.form-table table.yith-plugin-fw-text-array-table input[type=text] {
145
+ width : 100%;
146
+ }
147
+
148
+ /* ------- Image Gallery ------- */
149
+ .yith-plugin-fw .image-gallery ul li {
150
+ display : inline-block;
151
+ width : 80px;
152
+ margin-left : 10px;
153
+ position : relative;
154
+ }
155
+
156
+ .yith-plugin-fw .image-gallery ul li img {
157
+ width : 80px;
158
+ border : 1px solid #ccc;
159
+ }
160
+
161
+ .yith-plugin-fw .image-gallery ul li ul {
162
+ position : absolute;
163
+ top : -6px;
164
+ right : -1px;
165
+ width : 20px;
166
+ height : 20px;
167
+ }
168
+
169
+ .yith-plugin-fw .image-gallery ul a.delete {
170
+ background : url(../images/x.png) no-repeat;
171
+ width : 20px;
172
+ height : 20px;
173
+ display : block;
174
+ text-indent : -99999px;
175
+ }
176
+
177
+ /* ------- OnOff ------- */
178
+ .yith-plugin-fw-onoff-container input {
179
+ display : none;
180
+ }
181
+
182
+ .yith-plugin-fw-onoff-container input + span {
183
+ cursor : pointer;
184
+ text-indent : -9999px;
185
+ display : block;
186
+ width : 36px;
187
+ height : 20px;
188
+ background : #a4a4a4;
189
+ border-radius : 24px;
190
+ position : relative;
191
+ transition : all 0.3s;
192
+ }
193
+
194
+ .yith-plugin-fw-onoff-container input + span:before {
195
+ content : '';
196
+ background : #fff;
197
+ width : 16px;
198
+ height : 16px;
199
+ border-radius : 50%;
200
+ position : absolute;
201
+ top : 2px;
202
+ left : 2px;
203
+ transition : all 0.3s;
204
+ }
205
+
206
+ .yith-plugin-fw-onoff-container input:checked + span,
207
+ .yith-plugin-fw-onoff-container input.onoffchecked + span {
208
+ background : #0073aa;
209
+ }
210
+
211
+ .yith-plugin-fw-onoff-container input:checked + span:before,
212
+ .yith-plugin-fw-onoff-container input.onoffchecked + span:before {
213
+ left : 18px;
214
+ }
215
+
216
+ /* ------- Preview ------- */
217
+ .yith-plugin-fw-preview-field {
218
+ max-height : 200px;
219
+ }
220
+
221
+ /* ------- Sidebar Layout ------- */
222
+ .yith-plugin-fw-sidebar-layout input[type="radio"] {
223
+ display : none;
224
+ width : 0px;
225
+ }
226
+
227
+ .yith-plugin-fw-sidebar-layout input[type="radio"]:first-child {
228
+ margin-right : -2px;
229
+ }
230
+
231
+ .yith-plugin-fw-sidebar-layout input[type="radio"] + img {
232
+ border : 2px solid #fff;
233
+ padding : 1px;
234
+ }
235
+
236
+ .yith-plugin-fw-sidebar-layout input[type="radio"] + img:hover {
237
+ cursor : pointer;
238
+ }
239
+
240
+ .yith-plugin-fw-sidebar-layout input[checked] + img {
241
+ border : 2px solid #f2ad35;
242
+ padding : 1px;
243
+ }
244
+
245
+ .yith-plugin-fw-sidebar-layout select {
246
+ vertical-align : 12px;
247
+ }
248
+
249
+ .yit-admin-panel-content-wrap .yith-plugin-fw-sidebar-layout label {
250
+ font-weight : bold;
251
+ width : 200px;
252
+ float : left;
253
+ line-height : 23px;
254
+ margin-left : -230px;
255
+ }
256
+
257
+ /* ------- Slider ------- */
258
+ .yith-plugin-fw .slider {
259
+ padding-top : 20px;
260
+ }
261
+
262
+ .ui-slider .minCaption {
263
+ position : absolute;
264
+ right : 95%;
265
+ top : -6px;
266
+ margin-right : 11px;
267
+ }
268
+
269
+ .ui-slider .maxCaption {
270
+ position : absolute;
271
+ left : 95%;
272
+ top : -6px;
273
+ margin-left : 20px;
274
+ }
275
+
276
+ .ui-slider-horizontal .ui-slider-handle {
277
+ background : #fff;
278
+ border : 0px !important;
279
+ top : -12px !important;
280
+ border-radius : 50%;
281
+ width : 27px !important;
282
+ height : 27px !important;
283
+ box-sizing : border-box;
284
+ box-shadow : 0 1px 7px -1px rgba(0, 0, 0, 0.5);
285
+ font-size : 13px;
286
+ padding : 6px 0;
287
+ font-weight : 600;
288
+ color : #555;
289
+ text-align : center;
290
+ }
291
+
292
+ .ui-slider.ui-widget-content {
293
+ background : #ccc;
294
+ border : none !important;
295
+ height : 3px !important;
296
+ border-radius : 3px !important;
297
+ width : 90%;
298
+ margin : 15px 5% 20px 5%;
299
+ }
300
+
301
+ .iris-slider-offset.ui-slider.ui-widget-content {
302
+ background : transparent !important;
303
+ height : auto !important;
304
+ }
305
+
306
+ .ui-slider.ui-widget-content .ui-widget-header {
307
+ background : #4b93ff;
308
+ left : 0px !important;
309
+ -webkit-border-radius : 3px;
310
+ -moz-border-radius : 3px;
311
+ -khtml-border-radius : 3px;
312
+ border-radius : 3px;
313
+ }
314
+
315
+ /* ------- Select2 ------- */
316
+ .yith-plugin-fw-select2-wrapper {
317
+ width : 400px;
318
+ }
319
+
320
+ /* ------- Textarea ------- */
321
+ .yith-plugin-fw-textarea-editor-field-wrapper {
322
+ max-width : 1000px;
323
+ clear : both;
324
+ }
325
+
326
+ .yith-plugin-fw-textarea-editor-field-wrapper textarea.wp-editor-area,
327
+ .woocommerce table.form-table .yith-plugin-fw-textarea-editor-field-wrapper textarea.wp-editor-area{
328
+ width : 100%;
329
+ }
330
+
331
+ /* ------- Buttons ------- */
332
+ .yith-plugin-fw-buttons-field-wrapper {
333
+ margin-top : 7px;
334
+ }
plugin-fw/assets/images/chosen/chosen-sprite.png DELETED
Binary file
plugin-fw/assets/images/chosen/chosen-sprite@2x.png DELETED
Binary file
plugin-fw/assets/images/off.png DELETED
Binary file
plugin-fw/assets/images/on.png DELETED
Binary file
plugin-fw/assets/images/select.png DELETED
Binary file
plugin-fw/assets/images/slider/grey.gif DELETED
Binary file
plugin-fw/assets/images/slider/handle.png DELETED
Binary file
plugin-fw/assets/images/slider/orange.gif DELETED
Binary file
plugin-fw/assets/images/slider/tooltip.png DELETED
Binary file
plugin-fw/assets/images/widgets/box-icon.png DELETED
Binary file
plugin-fw/assets/images/widgets/box-white-icon.png DELETED
Binary file
plugin-fw/assets/images/widgets/despacho.png DELETED
Binary file
plugin-fw/assets/images/widgets/info-icon.png DELETED
Binary file
plugin-fw/assets/images/widgets/link-bg.png DELETED
Binary file
plugin-fw/assets/images/widgets/link-bg2.png DELETED
Binary file
plugin-fw/assets/images/widgets/link-icon.png DELETED
Binary file
plugin-fw/assets/images/widgets/membership-bg.png DELETED
Binary file
plugin-fw/assets/js/chosen/ajax-chosen.jquery.js DELETED
@@ -1,81 +0,0 @@
1
- // Generated by CoffeeScript 1.3.1
2
-
3
- (function($) {
4
- return $.fn.ajaxChosen = function(settings, callback) {
5
- var chosenXhr, defaultOptions, options, select;
6
- if (settings == null) {
7
- settings = {};
8
- }
9
- if (callback == null) {
10
- callback = function() {};
11
- }
12
- defaultOptions = {
13
- minTermLength: 3,
14
- afterTypeDelay: 500,
15
- jsonTermKey: "term"
16
- };
17
- select = this;
18
- chosenXhr = null;
19
- options = $.extend({}, defaultOptions, settings);
20
- this.chosen();
21
- return this.each(function() {
22
- return $(this).next('.chosen-container').find(".search-field > input, .chosen-search > input").bind('keyup', function() {
23
- var field, msg, success, val;
24
- val = $.trim($(this).attr('value'));
25
- msg = val.length < options.minTermLength ? "Keep typing..." : "Looking for '" + val + "'";
26
- select.next('.chosen-container').find('.no-results').text(msg);
27
- if (val === $(this).data('prevVal')) {
28
- return false;
29
- }
30
- $(this).data('prevVal', val);
31
- if (this.timer) {
32
- clearTimeout(this.timer);
33
- }
34
- if (val.length < options.minTermLength) {
35
- return false;
36
- }
37
- field = $(this);
38
- if (!(options.data != null)) {
39
- options.data = {};
40
- }
41
- options.data[options.jsonTermKey] = val;
42
- if (options.dataCallback != null) {
43
- options.data = options.dataCallback(options.data);
44
- }
45
- success = options.success;
46
- options.success = function(data) {
47
- var items, selected_values;
48
- if (!(data != null)) {
49
- return;
50
- }
51
- selected_values = [];
52
- select.find('option').each(function() {
53
- if (!$(this).is(":selected")) {
54
- return $(this).remove();
55
- } else {
56
- return selected_values.push($(this).val() + "-" + $(this).text());
57
- }
58
- });
59
- items = callback(data);
60
- $.each(items, function(value, text) {
61
- if ($.inArray(value + "-" + text, selected_values) === -1) {
62
- return $("<option />").attr('value', value).html(text).appendTo(select);
63
- }
64
- });
65
- select.trigger("chosen:updated");
66
- if (success != null) {
67
- success(data);
68
- }
69
- field.attr('value', val);
70
- return field.css('width', 'auto');
71
- };
72
- return this.timer = setTimeout(function() {
73
- if (chosenXhr) {
74
- chosenXhr.abort();
75
- }
76
- return chosenXhr = $.ajax(options);
77
- }, options.afterTypeDelay);
78
- });
79
- });
80
- };
81
- })(jQuery);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
plugin-fw/assets/js/chosen/ajax-chosen.jquery.min.js DELETED
@@ -1,2 +0,0 @@
1
- // Generated by CoffeeScript 1.3.1
2
- (function(e){return e.fn.ajaxChosen=function(t,n){var r,i,s,o;t==null&&(t={});n==null&&(n=function(){});i={minTermLength:3,afterTypeDelay:500,jsonTermKey:"term"};o=this;r=null;s=e.extend({},i,t);this.chosen();return this.each(function(){return e(this).next(".chosen-container").find(".search-field > input, .chosen-search > input").bind("keyup",function(){var t,i,u,a;a=e.trim(e(this).attr("value"));i=a.length<s.minTermLength?"Keep typing...":"Looking for '"+a+"'";o.next(".chosen-container").find(".no-results").text(i);if(a===e(this).data("prevVal"))return!1;e(this).data("prevVal",a);this.timer&&clearTimeout(this.timer);if(a.length<s.minTermLength)return!1;t=e(this);s.data==null&&(s.data={});s.data[s.jsonTermKey]=a;s.dataCallback!=null&&(s.data=s.dataCallback(s.data));u=s.success;s.success=function(r){var i,s;if(r==null)return;s=[];o.find("option").each(function(){return e(this).is(":selected")?s.push(e(this).val()+"-"+e(this).text()):e(this).remove()});i=n(r);e.each(i,function(t,n){if(e.inArray(t+"-"+n,s)===-1)return e("<option />").attr("value",t).html(n).appendTo(o)});o.trigger("chosen:updated");u!=null&&u(r);t.attr("value",a);return t.css("width","auto")};return this.timer=setTimeout(function(){r&&r.abort();return r=e.ajax(s)},s.afterTypeDelay)})})}})(jQuery);
 
 
plugin-fw/assets/js/chosen/chosen.jquery.js DELETED
@@ -1,1211 +0,0 @@
1
- /*!
2
- Chosen, a Select Box Enhancer for jQuery and Prototype
3
- by Patrick Filler for Harvest, http://getharvest.com
4
-
5
- Version 1.1.0
6
- Full source at https://github.com/harvesthq/chosen
7
- Copyright (c) 2011 Harvest http://getharvest.com
8
-
9
- MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
10
- This file is generated by `grunt build`, do not edit it by hand.
11
- */
12
-
13
- (function() {
14
- var $, AbstractChosen, Chosen, SelectParser, _ref,
15
- __hasProp = {}.hasOwnProperty,
16
- __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; };
17
-
18
- SelectParser = (function() {
19
- function SelectParser() {
20
- this.options_index = 0;
21
- this.parsed = [];
22
- }
23
-
24
- SelectParser.prototype.add_node = function(child) {
25
- if (child.nodeName.toUpperCase() === "OPTGROUP") {
26
- return this.add_group(child);
27
- } else {
28
- return this.add_option(child);
29
- }
30
- };
31
-
32
- SelectParser.prototype.add_group = function(group) {
33
- var group_position, option, _i, _len, _ref, _results;
34
- group_position = this.parsed.length;
35
- this.parsed.push({
36
- array_index: group_position,
37
- group: true,
38
- label: this.escapeExpression(group.label),
39
- children: 0,
40
- disabled: group.disabled
41
- });
42
- _ref = group.childNodes;
43
- _results = [];
44
- for (_i = 0, _len = _ref.length; _i < _len; _i++) {
45
- option = _ref[_i];
46
- _results.push(this.add_option(option, group_position, group.disabled));
47
- }
48
- return _results;
49
- };
50
-
51
- SelectParser.prototype.add_option = function(option, group_position, group_disabled) {
52
- if (option.nodeName.toUpperCase() === "OPTION") {
53
- if (option.text !== "") {
54
- if (group_position != null) {
55
- this.parsed[group_position].children += 1;
56
- }
57
- this.parsed.push({
58
- array_index: this.parsed.length,
59
- options_index: this.options_index,
60
- value: option.value,
61
- text: option.text,
62
- html: option.innerHTML,
63
- selected: option.selected,
64
- disabled: group_disabled === true ? group_disabled : option.disabled,
65
- group_array_index: group_position,
66
- classes: option.className,
67
- style: option.style.cssText
68
- });
69
- } else {
70
- this.parsed.push({
71
- array_index: this.parsed.length,
72
- options_index: this.options_index,
73
- empty: true
74
- });
75
- }
76
- return this.options_index += 1;
77
- }
78
- };
79
-
80
- SelectParser.prototype.escapeExpression = function(text) {
81
- var map, unsafe_chars;
82
- if ((text == null) || text === false) {
83
- return "";
84
- }
85
- if (!/[\&\<\>\"\'\`]/.test(text)) {
86
- return text;
87
- }
88
- map = {
89
- "<": "&lt;",
90
- ">": "&gt;",
91
- '"': "&quot;",
92
- "'": "&#x27;",
93
- "`": "&#x60;"
94
- };
95
- unsafe_chars = /&(?!\w+;)|[\<\>\"\'\`]/g;
96
- return text.replace(unsafe_chars, function(chr) {
97
- return map[chr] || "&amp;";
98
- });
99
- };
100
-
101
- return SelectParser;
102
-
103
- })();
104
-
105
- SelectParser.select_to_array = function(select) {
106
- var child, parser, _i, _len, _ref;
107
- parser = new SelectParser();
108
- _ref = select.childNodes;
109
- for (_i = 0, _len = _ref.length; _i < _len; _i++) {
110
- child = _ref[_i];
111
- parser.add_node(child);
112
- }
113
- return parser.parsed;
114
- };
115
-
116
- AbstractChosen = (function() {
117
- function AbstractChosen(form_field, options) {
118
- this.form_field = form_field;
119
- this.options = options != null ? options : {};
120
- if (!AbstractChosen.browser_is_supported()) {
121
- return;
122
- }
123
- this.is_multiple = this.form_field.multiple;
124
- this.set_default_text();
125
- this.set_default_values();
126
- this.setup();
127
- this.set_up_html();
128
- this.register_observers();
129
- }
130
-
131
- AbstractChosen.prototype.set_default_values = function() {
132
- var _this = this;
133
- this.click_test_action = function(evt) {
134
- return _this.test_active_click(evt);
135
- };
136
- this.activate_action = function(evt) {
137
- return _this.activate_field(evt);
138
- };
139
- this.active_field = false;
140
- this.mouse_on_container = false;
141
- this.results_showing = false;
142
- this.result_highlighted = null;
143
- this.allow_single_deselect = (this.options.allow_single_deselect != null) && (this.form_field.options[0] != null) && this.form_field.options[0].text === "" ? this.options.allow_single_deselect : false;
144
- this.disable_search_threshold = this.options.disable_search_threshold || 0;
145
- this.disable_search = this.options.disable_search || false;
146
- this.enable_split_word_search = this.options.enable_split_word_search != null ? this.options.enable_split_word_search : true;
147
- this.group_search = this.options.group_search != null ? this.options.group_search : true;
148
- this.search_contains = this.options.search_contains || false;
149
- this.single_backstroke_delete = this.options.single_backstroke_delete != null ? this.options.single_backstroke_delete : true;
150
- this.max_selected_options = this.options.max_selected_options || Infinity;
151
- this.inherit_select_classes = this.options.inherit_select_classes || false;
152
- this.display_selected_options = this.options.display_selected_options != null ? this.options.display_selected_options : true;
153
- return this.display_disabled_options = this.options.display_disabled_options != null ? this.options.display_disabled_options : true;
154
- };
155
-
156
- AbstractChosen.prototype.set_default_text = function() {
157
- if (this.form_field.getAttribute("data-placeholder")) {
158
- this.default_text = this.form_field.getAttribute("data-placeholder");
159
- } else if (this.is_multiple) {
160
- this.default_text = this.options.placeholder_text_multiple || this.options.placeholder_text || AbstractChosen.default_multiple_text;
161
- } else {
162
- this.default_text = this.options.placeholder_text_single || this.options.placeholder_text || AbstractChosen.default_single_text;
163
- }
164
- return this.results_none_found = this.form_field.getAttribute("data-no_results_text") || this.options.no_results_text || AbstractChosen.default_no_result_text;
165
- };
166
-
167
- AbstractChosen.prototype.mouse_enter = function() {
168
- return this.mouse_on_container = true;
169
- };
170
-
171
- AbstractChosen.prototype.mouse_leave = function() {
172
- return this.mouse_on_container = false;
173
- };
174
-
175
- AbstractChosen.prototype.input_focus = function(evt) {
176
- var _this = this;
177
- if (this.is_multiple) {
178
- if (!this.active_field) {
179
- return setTimeout((function() {
180
- return _this.container_mousedown();
181
- }), 50);
182
- }
183
- } else {
184
- if (!this.active_field) {
185
- return this.activate_field();
186
- }
187
- }
188
- };
189
-
190
- AbstractChosen.prototype.input_blur = function(evt) {
191
- var _this = this;
192
- if (!this.mouse_on_container) {
193
- this.active_field = false;
194
- return setTimeout((function() {
195
- return _this.blur_test();
196
- }), 100);
197
- }
198
- };
199
-
200
- AbstractChosen.prototype.results_option_build = function(options) {
201
- var content, data, _i, _len, _ref;
202
- content = '';
203
- _ref = this.results_data;
204
- for (_i = 0, _len = _ref.length; _i < _len; _i++) {
205
- data = _ref[_i];
206
- if (data.group) {
207
- content += this.result_add_group(data);
208
- } else {
209
- content += this.result_add_option(data);
210
- }
211
- if (options != null ? options.first : void 0) {
212
- if (data.selected && this.is_multiple) {
213
- this.choice_build(data);
214
- } else if (data.selected && !this.is_multiple) {
215
- this.single_set_selected_text(data.text);
216
- }
217
- }
218
- }
219
- return content;
220
- };
221
-
222
- AbstractChosen.prototype.result_add_option = function(option) {
223
- var classes, option_el;
224
- if (!option.search_match) {
225
- return '';
226
- }
227
- if (!this.include_option_in_results(option)) {
228
- return '';
229
- }
230
- classes = [];
231
- if (!option.disabled && !(option.selected && this.is_multiple)) {
232
- classes.push("active-result");
233
- }
234
- if (option.disabled && !(option.selected && this.is_multiple)) {
235
- classes.push("disabled-result");
236
- }
237
- if (option.selected) {
238
- classes.push("result-selected");
239
- }
240
- if (option.group_array_index != null) {
241
- classes.push("group-option");
242
- }
243
- if (option.classes !== "") {
244
- classes.push(option.classes);
245
- }
246
- option_el = document.createElement("li");
247
- option_el.className = classes.join(" ");
248
- option_el.style.cssText = option.style;
249
- option_el.setAttribute("data-option-array-index", option.array_index);
250
- option_el.innerHTML = option.search_text;
251
- return this.outerHTML(option_el);
252
- };
253
-
254
- AbstractChosen.prototype.result_add_group = function(group) {
255
- var group_el;
256
- if (!(group.search_match || group.group_match)) {
257
- return '';
258
- }
259
- if (!(group.active_options > 0)) {
260
- return '';
261
- }
262
- group_el = document.createElement("li");
263
- group_el.className = "group-result";
264
- group_el.innerHTML = group.search_text;
265
- return this.outerHTML(group_el);
266
- };
267
-
268
- AbstractChosen.prototype.results_update_field = function() {
269
- this.set_default_text();
270
- if (!this.is_multiple) {
271
- this.results_reset_cleanup();
272
- }
273
- this.result_clear_highlight();
274
- this.results_build();
275
- if (this.results_showing) {
276
- return this.winnow_results();
277
- }
278
- };
279
-
280
- AbstractChosen.prototype.reset_single_select_options = function() {
281
- var result, _i, _len, _ref, _results;
282
- _ref = this.results_data;
283
- _results = [];
284
- for (_i = 0, _len = _ref.length; _i < _len; _i++) {
285
- result = _ref[_i];
286
- if (result.selected) {
287
- _results.push(result.selected = false);
288
- } else {
289
- _results.push(void 0);
290
- }
291
- }
292
- return _results;
293
- };
294
-
295
- AbstractChosen.prototype.results_toggle = function() {
296
- if (this.results_showing) {
297
- return this.results_hide();
298
- } else {
299
- return this.results_show();
300
- }
301
- };
302
-
303
- AbstractChosen.prototype.results_search = function(evt) {
304
- if (this.results_showing) {
305
- return this.winnow_results();
306
- } else {
307
- return this.results_show();
308
- }
309
- };
310
-
311
- AbstractChosen.prototype.winnow_results = function() {
312
- var escapedSearchText, option, regex, regexAnchor, results, results_group, searchText, startpos, text, zregex, _i, _len, _ref;
313
- this.no_results_clear();
314
- results = 0;
315
- searchText = this.get_search_text();
316
- escapedSearchText = searchText.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, "\\$&");
317
- regexAnchor = this.search_contains ? "" : "^";
318
- regex = new RegExp(regexAnchor + escapedSearchText, 'i');
319
- zregex = new RegExp(escapedSearchText, 'i');
320
- _ref = this.results_data;
321
- for (_i = 0, _len = _ref.length; _i < _len; _i++) {
322
- option = _ref[_i];
323
- option.search_match = false;
324
- results_group = null;
325
- if (this.include_option_in_results(option)) {
326
- if (option.group) {
327
- option.group_match = false;
328
- option.active_options = 0;
329
- }
330
- if ((option.group_array_index != null) && this.results_data[option.group_array_index]) {
331
- results_group = this.results_data[option.group_array_index];
332
- if (results_group.active_options === 0 && results_group.search_match) {
333
- results += 1;
334
- }
335
- results_group.active_options += 1;
336
- }
337
- if (!(option.group && !this.group_search)) {
338
- option.search_text = option.group ? option.label : option.html;
339
- option.search_match = this.search_string_match(option.search_text, regex);
340
- if (option.search_match && !option.group) {
341
- results += 1;
342
- }
343
- if (option.search_match) {
344
- if (searchText.length) {
345
- startpos = option.search_text.search(zregex);
346
- text = option.search_text.substr(0, startpos + searchText.length) + '</em>' + option.search_text.substr(startpos + searchText.length);
347
- option.search_text = text.substr(0, startpos) + '<em>' + text.substr(startpos);
348
- }
349
- if (results_group != null) {
350
- results_group.group_match = true;
351
- }
352
- } else if ((option.group_array_index != null) && this.results_data[option.group_array_index].search_match) {
353
- option.search_match = true;
354
- }
355
- }
356
- }
357
- }
358
- this.result_clear_highlight();
359
- if (results < 1 && searchText.length) {
360
- this.update_results_content("");
361
- return this.no_results(searchText);
362
- } else {
363
- this.update_results_content(this.results_option_build());
364
- return this.winnow_results_set_highlight();
365
- }
366
- };
367
-
368
- AbstractChosen.prototype.search_string_match = function(search_string, regex) {
369
- var part, parts, _i, _len;
370
- if (regex.test(search_string)) {
371
- return true;
372
- } else if (this.enable_split_word_search && (search_string.indexOf(" ") >= 0 || search_string.indexOf("[") === 0)) {
373
- parts = search_string.replace(/\[|\]/g, "").split(" ");
374
- if (parts.length) {
375
- for (_i = 0, _len = parts.length; _i < _len; _i++) {
376
- part = parts[_i];
377
- if (regex.test(part)) {
378
- return true;
379
- }
380
- }
381
- }
382
- }
383
- };
384
-
385
- AbstractChosen.prototype.choices_count = function() {
386
- var option, _i, _len, _ref;
387
- if (this.selected_option_count != null) {
388
- return this.selected_option_count;
389
- }
390
- this.selected_option_count = 0;
391
- _ref = this.form_field.options;
392
- for (_i = 0, _len = _ref.length; _i < _len; _i++) {
393
- option = _ref[_i];
394
- if (option.selected) {
395
- this.selected_option_count += 1;
396
- }
397
- }
398
- return this.selected_option_count;
399
- };
400
-
401
- AbstractChosen.prototype.choices_click = function(evt) {
402
- evt.preventDefault();
403
- if (!(this.results_showing || this.is_disabled)) {
404
- return this.results_show();
405
- }
406
- };
407
-
408
- AbstractChosen.prototype.keyup_checker = function(evt) {
409
- var stroke, _ref;
410
- stroke = (_ref = evt.which) != null ? _ref : evt.keyCode;
411
- this.search_field_scale();
412
- switch (stroke) {
413
- case 8:
414
- if (this.is_multiple && this.backstroke_length < 1 && this.choices_count() > 0) {
415
- return this.keydown_backstroke();
416
- } else if (!this.pending_backstroke) {
417
- this.result_clear_highlight();
418
- return this.results_search();
419
- }
420
- break;
421
- case 13:
422
- evt.preventDefault();
423
- if (this.results_showing) {
424
- return this.result_select(evt);
425
- }
426
- break;
427
- case 27:
428
- if (this.results_showing) {
429
- this.results_hide();
430
- }
431
- return true;
432
- case 9:
433
- case 38:
434
- case 40:
435
- case 16:
436
- case 91:
437
- case 17:
438
- break;
439
- default:
440
- return this.results_search();
441
- }
442
- };
443
-
444
- AbstractChosen.prototype.clipboard_event_checker = function(evt) {
445
- var _this = this;
446
- return setTimeout((function() {
447
- return _this.results_search();
448
- }), 50);
449
- };
450
-
451
- AbstractChosen.prototype.container_width = function() {
452
- if (this.options.width != null) {
453
- return this.options.width;
454
- } else {
455
- return "" + this.form_field.offsetWidth + "px";
456
- }
457
- };
458
-
459
- AbstractChosen.prototype.include_option_in_results = function(option) {
460
- if (this.is_multiple && (!this.display_selected_options && option.selected)) {
461
- return false;
462
- }
463
- if (!this.display_disabled_options && option.disabled) {
464
- return false;
465
- }
466
- if (option.empty) {
467
- return false;
468
- }
469
- return true;
470
- };
471
-
472
- AbstractChosen.prototype.search_results_touchstart = function(evt) {
473
- this.touch_started = true;
474
- return this.search_results_mouseover(evt);
475
- };
476
-
477
- AbstractChosen.prototype.search_results_touchmove = function(evt) {
478
- this.touch_started = false;
479
- return this.search_results_mouseout(evt);
480
- };
481
-
482
- AbstractChosen.prototype.search_results_touchend = function(evt) {
483
- if (this.touch_started) {
484
- return this.search_results_mouseup(evt);
485
- }
486
- };
487
-
488
- AbstractChosen.prototype.outerHTML = function(element) {
489
- var tmp;
490
- if (element.outerHTML) {
491
- return element.outerHTML;
492
- }
493
- tmp = document.createElement("div");
494
- tmp.appendChild(element);
495
- return tmp.innerHTML;
496
- };
497
-
498
- AbstractChosen.browser_is_supported = function() {
499
- if (window.navigator.appName === "Microsoft Internet Explorer") {
500
- return document.documentMode >= 8;
501
- }
502
- if (/iP(od|hone)/i.test(window.navigator.userAgent)) {
503
- return false;
504
- }
505
- if (/Android/i.test(window.navigator.userAgent)) {
506
- if (/Mobile/i.test(window.navigator.userAgent)) {
507
- return false;
508
- }
509
- }
510
- return true;
511
- };
512
-
513
- AbstractChosen.default_multiple_text = "Select Some Options";
514
-
515
- AbstractChosen.default_single_text = "Select an Option";
516
-
517
- AbstractChosen.default_no_result_text = "No results match";
518
-
519
- return AbstractChosen;
520
-
521
- })();
522
-
523
- $ = jQuery;
524
-
525
- $.fn.extend({
526
- chosen: function(options) {
527
- if (!AbstractChosen.browser_is_supported()) {
528
- return this;
529
- }
530
- return this.each(function(input_field) {
531
- var $this, chosen;
532
- $this = $(this);
533
- chosen = $this.data('chosen');
534
- if (options === 'destroy' && chosen) {
535
- chosen.destroy();
536
- } else if (!chosen) {
537
- $this.data('chosen', new Chosen(this, options));
538
- }
539
- });
540
- }
541
- });
542
-
543
- Chosen = (function(_super) {
544
- __extends(Chosen, _super);
545
-
546
- function Chosen() {
547
- _ref = Chosen.__super__.constructor.apply(this, arguments);
548
- return _ref;
549
- }
550
-
551
- Chosen.prototype.setup = function() {
552
- this.form_field_jq = $(this.form_field);
553
- this.current_selectedIndex = this.form_field.selectedIndex;
554
- return this.is_rtl = this.form_field_jq.hasClass("chosen-rtl");
555
- };
556
-
557
- Chosen.prototype.set_up_html = function() {
558
- var container_classes, container_props;
559
- container_classes = ["chosen-container"];
560
- container_classes.push("chosen-container-" + (this.is_multiple ? "multi" : "single"));
561
- if (this.inherit_select_classes && this.form_field.className) {
562
- container_classes.push(this.form_field.className);
563
- }
564
- if (this.is_rtl) {
565
- container_classes.push("chosen-rtl");
566
- }
567
- container_props = {
568
- 'class': container_classes.join(' '),
569
- 'style': "width: " + (this.container_width()) + ";",
570
- 'title': this.form_field.title
571
- };
572
- if (this.form_field.id.length) {
573
- container_props.id = this.form_field.id.replace(/[^\w]/g, '_') + "_chosen";
574
- }
575
- this.container = $("<div />", container_props);
576
- if (this.is_multiple) {
577
- this.container.html('<ul class="chosen-choices"><li class="search-field"><input type="text" value="' + this.default_text + '" class="default" autocomplete="off" style="width:25px;" /></li></ul><div class="chosen-drop"><ul class="chosen-results"></ul></div>');
578
- } else {
579
- this.container.html('<a class="chosen-single chosen-default" tabindex="-1"><span>' + this.default_text + '</span><div><b></b></div></a><div class="chosen-drop"><div class="chosen-search"><input type="text" autocomplete="off" /></div><ul class="chosen-results"></ul></div>');
580
- }
581
- this.form_field_jq.hide().after(this.container);
582
- this.dropdown = this.container.find('div.chosen-drop').first();
583
- this.search_field = this.container.find('input').first();
584
- this.search_results = this.container.find('ul.chosen-results').first();
585
- this.search_field_scale();
586
- this.search_no_results = this.container.find('li.no-results').first();
587
- if (this.is_multiple) {
588
- this.search_choices = this.container.find('ul.chosen-choices').first();
589
- this.search_container = this.container.find('li.search-field').first();
590
- } else {
591
- this.search_container = this.container.find('div.chosen-search').first();
592
- this.selected_item = this.container.find('.chosen-single').first();
593
- }
594
- this.results_build();
595
- this.set_tab_index();
596
- this.set_label_behavior();
597
- return this.form_field_jq.trigger("chosen:ready", {
598
- chosen: this
599
- });
600
- };
601
-
602
- Chosen.prototype.register_observers = function() {
603
- var _this = this;
604
- this.container.bind('mousedown.chosen', function(evt) {
605
- _this.container_mousedown(evt);
606
- });
607
- this.container.bind('mouseup.chosen', function(evt) {
608
- _this.container_mouseup(evt);
609
- });
610
- this.container.bind('mouseenter.chosen', function(evt) {
611
- _this.mouse_enter(evt);
612
- });
613
- this.container.bind('mouseleave.chosen', function(evt) {
614
- _this.mouse_leave(evt);
615
- });
616
- this.search_results.bind('mouseup.chosen', function(evt) {
617
- _this.search_results_mouseup(evt);
618
- });
619
- this.search_results.bind('mouseover.chosen', function(evt) {
620
- _this.search_results_mouseover(evt);
621
- });
622
- this.search_results.bind('mouseout.chosen', function(evt) {
623
- _this.search_results_mouseout(evt);
624
- });
625
- this.search_results.bind('mousewheel.chosen DOMMouseScroll.chosen', function(evt) {
626
- _this.search_results_mousewheel(evt);
627
- });
628
- this.search_results.bind('touchstart.chosen', function(evt) {
629
- _this.search_results_touchstart(evt);
630
- });
631
- this.search_results.bind('touchmove.chosen', function(evt) {
632
- _this.search_results_touchmove(evt);
633
- });
634
- this.search_results.bind('touchend.chosen', function(evt) {
635
- _this.search_results_touchend(evt);
636
- });
637
- this.form_field_jq.bind("chosen:updated.chosen", function(evt) {
638
- _this.results_update_field(evt);
639
- });
640
- this.form_field_jq.bind("chosen:activate.chosen", function(evt) {
641
- _this.activate_field(evt);
642
- });
643
- this.form_field_jq.bind("chosen:open.chosen", function(evt) {
644
- _this.container_mousedown(evt);
645
- });
646
- this.form_field_jq.bind("chosen:close.chosen", function(evt) {
647
- _this.input_blur(evt);
648
- });
649
- this.search_field.bind('blur.chosen', function(evt) {
650
- _this.input_blur(evt);
651
- });
652
- this.search_field.bind('keyup.chosen', function(evt) {
653
- _this.keyup_checker(evt);
654
- });
655
- this.search_field.bind('keydown.chosen', function(evt) {
656
- _this.keydown_checker(evt);
657
- });
658
- this.search_field.bind('focus.chosen', function(evt) {
659
- _this.input_focus(evt);
660
- });
661
- this.search_field.bind('cut.chosen', function(evt) {
662
- _this.clipboard_event_checker(evt);
663
- });
664
- this.search_field.bind('paste.chosen', function(evt) {
665
- _this.clipboard_event_checker(evt);
666
- });
667
- if (this.is_multiple) {
668
- return this.search_choices.bind('click.chosen', function(evt) {
669
- _this.choices_click(evt);
670
- });
671
- } else {
672
- return this.container.bind('click.chosen', function(evt) {
673
- evt.preventDefault();
674
- });
675
- }
676
- };
677
-
678
- Chosen.prototype.destroy = function() {
679
- $(this.container[0].ownerDocument).unbind("click.chosen", this.click_test_action);
680
- if (this.search_field[0].tabIndex) {
681
- this.form_field_jq[0].tabIndex = this.search_field[0].tabIndex;
682
- }
683
- this.container.remove();
684
- this.form_field_jq.removeData('chosen');
685
- return this.form_field_jq.show();
686
- };
687
-
688
- Chosen.prototype.search_field_disabled = function() {
689
- this.is_disabled = this.form_field_jq[0].disabled;
690
- if (this.is_disabled) {
691
- this.container.addClass('chosen-disabled');
692
- this.search_field[0].disabled = true;
693
- if (!this.is_multiple) {
694
- this.selected_item.unbind("focus.chosen", this.activate_action);
695
- }
696
- return this.close_field();
697
- } else {
698
- this.container.removeClass('chosen-disabled');
699
- this.search_field[0].disabled = false;
700
- if (!this.is_multiple) {
701
- return this.selected_item.bind("focus.chosen", this.activate_action);
702
- }
703
- }
704
- };
705
-
706
- Chosen.prototype.container_mousedown = function(evt) {
707
- if (!this.is_disabled) {
708
- if (evt && evt.type === "mousedown" && !this.results_showing) {
709
- evt.preventDefault();
710
- }
711
- if (!((evt != null) && ($(evt.target)).hasClass("search-choice-close"))) {
712
- if (!this.active_field) {
713
- if (this.is_multiple) {
714
- this.search_field.val("");
715
- }
716
- $(this.container[0].ownerDocument).bind('click.chosen', this.click_test_action);
717
- this.results_show();
718
- } else if (!this.is_multiple && evt && (($(evt.target)[0] === this.selected_item[0]) || $(evt.target).parents("a.chosen-single").length)) {
719
- evt.preventDefault();
720
- this.results_toggle();
721
- }
722
- return this.activate_field();
723
- }
724
- }
725
- };
726
-
727
- Chosen.prototype.container_mouseup = function(evt) {
728
- if (evt.target.nodeName === "ABBR" && !this.is_disabled) {
729
- return this.results_reset(evt);
730
- }
731
- };
732
-
733
- Chosen.prototype.search_results_mousewheel = function(evt) {
734
- var delta;
735
- if (evt.originalEvent) {
736
- delta = -evt.originalEvent.wheelDelta || evt.originalEvent.detail;
737
- }
738
- if (delta != null) {
739
- evt.preventDefault();
740
- if (evt.type === 'DOMMouseScroll') {
741
- delta = delta * 40;
742
- }
743
- return this.search_results.scrollTop(delta + this.search_results.scrollTop());
744
- }
745
- };
746
-
747
- Chosen.prototype.blur_test = function(evt) {
748
- if (!this.active_field && this.container.hasClass("chosen-container-active")) {
749
- return this.close_field();
750
- }
751
- };
752
-
753
- Chosen.prototype.close_field = function() {
754
- $(this.container[0].ownerDocument).unbind("click.chosen", this.click_test_action);
755
- this.active_field = false;
756
- this.results_hide();
757
- this.container.removeClass("chosen-container-active");
758
- this.clear_backstroke();
759
- this.show_search_field_default();
760
- return this.search_field_scale();
761
- };
762
-
763
- Chosen.prototype.activate_field = function() {
764
- this.container.addClass("chosen-container-active");
765
- this.active_field = true;
766
- this.search_field.val(this.search_field.val());
767
- return this.search_field.focus();
768
- };
769
-
770
- Chosen.prototype.test_active_click = function(evt) {
771
- var active_container;
772
- active_container = $(evt.target).closest('.chosen-container');
773
- if (active_container.length && this.container[0] === active_container[0]) {
774
- return this.active_field = true;
775
- } else {
776
- return this.close_field();
777
- }
778
- };
779
-
780
- Chosen.prototype.results_build = function() {
781
- this.parsing = true;
782
- this.selected_option_count = null;
783
- this.results_data = SelectParser.select_to_array(this.form_field);
784
- if (this.is_multiple) {
785
- this.search_choices.find("li.search-choice").remove();
786
- } else if (!this.is_multiple) {
787
- this.single_set_selected_text();
788
- if (this.disable_search || this.form_field.options.length <= this.disable_search_threshold) {
789
- this.search_field[0].readOnly = true;
790
- this.container.addClass("chosen-container-single-nosearch");
791
- } else {
792
- this.search_field[0].readOnly = false;
793
- this.container.removeClass("chosen-container-single-nosearch");
794
- }
795
- }
796
- this.update_results_content(this.results_option_build({
797
- first: true
798
- }));
799
- this.search_field_disabled();
800
- this.show_search_field_default();
801
- this.search_field_scale();
802
- return this.parsing = false;
803
- };
804
-
805
- Chosen.prototype.result_do_highlight = function(el) {
806
- var high_bottom, high_top, maxHeight, visible_bottom, visible_top;
807
- if (el.length) {
808
- this.result_clear_highlight();
809
- this.result_highlight = el;
810
- this.result_highlight.addClass("highlighted");
811
- maxHeight = parseInt(this.search_results.css("maxHeight"), 10);
812
- visible_top = this.search_results.scrollTop();
813
- visible_bottom = maxHeight + visible_top;
814
- high_top = this.result_highlight.position().top + this.search_results.scrollTop();
815
- high_bottom = high_top + this.result_highlight.outerHeight();
816
- if (high_bottom >= visible_bottom) {
817
- return this.search_results.scrollTop((high_bottom - maxHeight) > 0 ? high_bottom - maxHeight : 0);
818
- } else if (high_top < visible_top) {
819
- return this.search_results.scrollTop(high_top);
820
- }
821
- }
822
- };
823
-
824
- Chosen.prototype.result_clear_highlight = function() {
825
- if (this.result_highlight) {
826
- this.result_highlight.removeClass("highlighted");
827
- }
828
- return this.result_highlight = null;
829
- };
830
-
831
- Chosen.prototype.results_show = function() {
832
- if (this.is_multiple && this.max_selected_options <= this.choices_count()) {
833
- this.form_field_jq.trigger("chosen:maxselected", {
834
- chosen: this
835
- });
836
- return false;
837
- }
838
- this.container.addClass("chosen-with-drop");
839
- this.results_showing = true;
840
- this.search_field.focus();
841
- this.search_field.val(this.search_field.val());
842
- this.winnow_results();
843
- return this.form_field_jq.trigger("chosen:showing_dropdown", {
844
- chosen: this
845
- });
846
- };
847
-
848
- Chosen.prototype.update_results_content = function(content) {
849
- return this.search_results.html(content);
850
- };
851
-
852
- Chosen.prototype.results_hide = function() {
853
- if (this.results_showing) {
854
- this.result_clear_highlight();
855
- this.container.removeClass("chosen-with-drop");
856
- this.form_field_jq.trigger("chosen:hiding_dropdown", {
857
- chosen: this
858
- });
859
- }
860
- return this.results_showing = false;
861
- };
862
-
863
- Chosen.prototype.set_tab_index = function(el) {
864
- var ti;
865
- if (this.form_field.tabIndex) {
866
- ti = this.form_field.tabIndex;
867
- this.form_field.tabIndex = -1;
868
- return this.search_field[0].tabIndex = ti;
869
- }
870
- };
871
-
872
- Chosen.prototype.set_label_behavior = function() {
873
- var _this = this;
874
- this.form_field_label = this.form_field_jq.parents("label");
875
- if (!this.form_field_label.length && this.form_field.id.length) {
876
- this.form_field_label = $("label[for='" + this.form_field.id + "']");
877
- }
878
- if (this.form_field_label.length > 0) {
879
- return this.form_field_label.bind('click.chosen', function(evt) {
880
- if (_this.is_multiple) {
881
- return _this.container_mousedown(evt);
882
- } else {
883
- return _this.activate_field();
884
- }
885
- });
886
- }
887
- };
888
-
889
- Chosen.prototype.show_search_field_default = function() {
890
- if (this.is_multiple && this.choices_count() < 1 && !this.active_field) {
891
- this.search_field.val(this.default_text);
892
- return this.search_field.addClass("default");
893
- } else {
894
- this.search_field.val("");
895
- return this.search_field.removeClass("default");
896
- }
897
- };
898
-
899
- Chosen.prototype.search_results_mouseup = function(evt) {
900
- var target;
901
- target = $(evt.target).hasClass("active-result") ? $(evt.target) : $(evt.target).parents(".active-result").first();
902
- if (target.length) {
903
- this.result_highlight = target;
904
- this.result_select(evt);
905
- return this.search_field.focus();
906
- }
907
- };
908
-
909
- Chosen.prototype.search_results_mouseover = function(evt) {
910
- var target;
911
- target = $(evt.target).hasClass("active-result") ? $(evt.target) : $(evt.target).parents(".active-result").first();
912
- if (target) {
913
- return this.result_do_highlight(target);
914
- }
915
- };
916
-
917
- Chosen.prototype.search_results_mouseout = function(evt) {
918
- if ($(evt.target).hasClass("active-result" || $(evt.target).parents('.active-result').first())) {
919
- return this.result_clear_highlight();
920
- }
921
- };
922
-
923
- Chosen.prototype.choice_build = function(item) {
924
- var choice, close_link,
925
- _this = this;
926
- choice = $('<li />', {
927
- "class": "search-choice"
928
- }).html("<span>" + item.html + "</span>");
929
- if (item.disabled) {
930
- choice.addClass('search-choice-disabled');
931
- } else {
932
- close_link = $('<a />', {
933
- "class": 'search-choice-close',
934
- 'data-option-array-index': item.array_index
935
- });
936
- close_link.bind('click.chosen', function(evt) {
937
- return _this.choice_destroy_link_click(evt);
938
- });
939
- choice.append(close_link);
940
- }
941
- return this.search_container.before(choice);
942
- };
943
-
944
- Chosen.prototype.choice_destroy_link_click = function(evt) {
945
- evt.preventDefault();
946
- evt.stopPropagation();
947
- if (!this.is_disabled) {
948
- return this.choice_destroy($(evt.target));
949
- }
950
- };
951
-
952
- Chosen.prototype.choice_destroy = function(link) {
953
- if (this.result_deselect(link[0].getAttribute("data-option-array-index"))) {
954
- this.show_search_field_default();
955
- if (this.is_multiple && this.choices_count() > 0 && this.search_field.val().length < 1) {
956
- this.results_hide();
957
- }
958
- link.parents('li').first().remove();
959
- return this.search_field_scale();
960
- }
961
- };
962
-
963
- Chosen.prototype.results_reset = function() {
964
- this.reset_single_select_options();
965
- this.form_field.options[0].selected = true;
966
- this.single_set_selected_text();
967
- this.show_search_field_default();
968
- this.results_reset_cleanup();
969
- this.form_field_jq.trigger("change");
970
- if (this.active_field) {
971
- return this.results_hide();
972
- }
973
- };
974
-
975
- Chosen.prototype.results_reset_cleanup = function() {
976
- this.current_selectedIndex = this.form_field.selectedIndex;
977
- return this.selected_item.find("abbr").remove();
978
- };
979
-
980
- Chosen.prototype.result_select = function(evt) {
981
- var high, item;
982
- if (this.result_highlight) {
983
- high = this.result_highlight;
984
- this.result_clear_highlight();
985
- if (this.is_multiple && this.max_selected_options <= this.choices_count()) {
986
- this.form_field_jq.trigger("chosen:maxselected", {
987
- chosen: this
988
- });
989
- return false;
990
- }
991
- if (this.is_multiple) {
992
- high.removeClass("active-result");
993
- } else {
994
- this.reset_single_select_options();
995
- }
996
- item = this.results_data[high[0].getAttribute("data-option-array-index")];
997
- item.selected = true;
998
- this.form_field.options[item.options_index].selected = true;
999
- this.selected_option_count = null;
1000
- if (this.is_multiple) {
1001
- this.choice_build(item);
1002
- } else {
1003
- this.single_set_selected_text(item.text);
1004
- }
1005
- if (!((evt.metaKey || evt.ctrlKey) && this.is_multiple)) {
1006
- this.results_hide();
1007
- }
1008
- this.search_field.val("");
1009
- if (this.is_multiple || this.form_field.selectedIndex !== this.current_selectedIndex) {
1010
- this.form_field_jq.trigger("change", {
1011
- 'selected': this.form_field.options[item.options_index].value
1012
- });
1013
- }
1014
- this.current_selectedIndex = this.form_field.selectedIndex;
1015
- return this.search_field_scale();
1016
- }
1017
- };
1018
-
1019
- Chosen.prototype.single_set_selected_text = function(text) {
1020
- if (text == null) {
1021
- text = this.default_text;
1022
- }
1023
- if (text === this.default_text) {
1024
- this.selected_item.addClass("chosen-default");
1025
- } else {
1026
- this.single_deselect_control_build();
1027
- this.selected_item.removeClass("chosen-default");
1028
- }
1029
- return this.selected_item.find("span").text(text);
1030
- };
1031
-
1032
- Chosen.prototype.result_deselect = function(pos) {
1033
- var result_data;
1034
- result_data = this.results_data[pos];
1035
- if (!this.form_field.options[result_data.options_index].disabled) {
1036
- result_data.selected = false;
1037
- this.form_field.options[result_data.options_index].selected = false;
1038
- this.selected_option_count = null;
1039
- this.result_clear_highlight();
1040
- if (this.results_showing) {
1041
- this.winnow_results();
1042
- }
1043
- this.form_field_jq.trigger("change", {
1044
- deselected: this.form_field.options[result_data.options_index].value
1045
- });
1046
- this.search_field_scale();
1047
- return true;
1048
- } else {
1049
- return false;
1050
- }
1051
- };
1052
-
1053
- Chosen.prototype.single_deselect_control_build = function() {
1054
- if (!this.allow_single_deselect) {
1055
- return;
1056
- }
1057
- if (!this.selected_item.find("abbr").length) {
1058
- this.selected_item.find("span").first().after("<abbr class=\"search-choice-close\"></abbr>");
1059
- }
1060
- return this.selected_item.addClass("chosen-single-with-deselect");
1061
- };
1062
-
1063
- Chosen.prototype.get_search_text = function() {
1064
- if (this.search_field.val() === this.default_text) {
1065
- return "";
1066
- } else {
1067
- return $('<div/>').text($.trim(this.search_field.val())).html();
1068
- }
1069
- };
1070
-
1071
- Chosen.prototype.winnow_results_set_highlight = function() {
1072
- var do_high, selected_results;
1073
- selected_results = !this.is_multiple ? this.search_results.find(".result-selected.active-result") : [];
1074
- do_high = selected_results.length ? selected_results.first() : this.search_results.find(".active-result").first();
1075
- if (do_high != null) {
1076
- return this.result_do_highlight(do_high);
1077
- }
1078
- };
1079
-
1080
- Chosen.prototype.no_results = function(terms) {
1081
- var no_results_html;
1082
- no_results_html = $('<li class="no-results">' + this.results_none_found + ' "<span></span>"</li>');
1083
- no_results_html.find("span").first().html(terms);
1084
- this.search_results.append(no_results_html);
1085
- return this.form_field_jq.trigger("chosen:no_results", {
1086
- chosen: this
1087
- });
1088
- };
1089
-
1090
- Chosen.prototype.no_results_clear = function() {
1091
- return this.search_results.find(".no-results").remove();
1092
- };
1093
-
1094
- Chosen.prototype.keydown_arrow = function() {
1095
- var next_sib;
1096
- if (this.results_showing && this.result_highlight) {
1097
- next_sib = this.result_highlight.nextAll("li.active-result").first();
1098
- if (next_sib) {
1099
- return this.result_do_highlight(next_sib);
1100
- }
1101
- } else {
1102
- return this.results_show();
1103
- }
1104
- };
1105
-
1106
- Chosen.prototype.keyup_arrow = function() {
1107
- var prev_sibs;
1108
- if (!this.results_showing && !this.is_multiple) {
1109
- return this.results_show();
1110
- } else if (this.result_highlight) {
1111
- prev_sibs = this.result_highlight.prevAll("li.active-result");
1112
- if (prev_sibs.length) {
1113
- return this.result_do_highlight(prev_sibs.first());
1114
- } else {
1115
- if (this.choices_count() > 0) {
1116
- this.results_hide();
1117
- }
1118
- return this.result_clear_highlight();
1119
- }
1120
- }
1121
- };
1122
-
1123
- Chosen.prototype.keydown_backstroke = function() {
1124
- var next_available_destroy;
1125
- if (this.pending_backstroke) {
1126
- this.choice_destroy(this.pending_backstroke.find("a").first());
1127
- return this.clear_backstroke();
1128
- } else {
1129
- next_available_destroy = this.search_container.siblings("li.search-choice").last();
1130
- if (next_available_destroy.length && !next_available_destroy.hasClass("search-choice-disabled")) {
1131
- this.pending_backstroke = next_available_destroy;
1132
- if (this.single_backstroke_delete) {
1133
- return this.keydown_backstroke();
1134
- } else {
1135
- return this.pending_backstroke.addClass("search-choice-focus");
1136
- }
1137
- }
1138
- }
1139
- };
1140
-
1141
- Chosen.prototype.clear_backstroke = function() {
1142
- if (this.pending_backstroke) {
1143
- this.pending_backstroke.removeClass("search-choice-focus");
1144
- }
1145
- return this.pending_backstroke = null;
1146
- };
1147
-
1148
- Chosen.prototype.keydown_checker = function(evt) {
1149
- var stroke, _ref1;
1150
- stroke = (_ref1 = evt.which) != null ? _ref1 : evt.keyCode;
1151
- this.search_field_scale();
1152
- if (stroke !== 8 && this.pending_backstroke) {
1153
- this.clear_backstroke();
1154
- }
1155
- switch (stroke) {
1156
- case 8:
1157
- this.backstroke_length = this.search_field.val().length;
1158
- break;
1159
- case 9:
1160
- if (this.results_showing && !this.is_multiple) {
1161
- this.result_select(evt);
1162
- }
1163
- this.mouse_on_container = false;
1164
- break;
1165
- case 13:
1166
- evt.preventDefault();
1167
- break;
1168
- case 38:
1169
- evt.preventDefault();
1170
- this.keyup_arrow();
1171
- break;
1172
- case 40:
1173
- evt.preventDefault();
1174
- this.keydown_arrow();
1175
- break;
1176
- }
1177
- };
1178
-
1179
- Chosen.prototype.search_field_scale = function() {
1180
- var div, f_width, h, style, style_block, styles, w, _i, _len;
1181
- if (this.is_multiple) {
1182
- h = 0;
1183
- w = 0;
1184
- style_block = "position:absolute; left: -1000px; top: -1000px; display:none;";
1185
- styles = ['font-size', 'font-style', 'font-weight', 'font-family', 'line-height', 'text-transform', 'letter-spacing'];
1186
- for (_i = 0, _len = styles.length; _i < _len; _i++) {
1187
- style = styles[_i];
1188
- style_block += style + ":" + this.search_field.css(style) + ";";
1189
- }
1190
- div = $('<div />', {
1191
- 'style': style_block
1192
- });
1193
- div.text(this.search_field.val());
1194
- $('body').append(div);
1195
- w = div.width() + 25;
1196
- div.remove();
1197
- f_width = this.container.outerWidth();
1198
- if (w > f_width - 10) {
1199
- w = f_width - 10;
1200
- }
1201
- return this.search_field.css({
1202
- 'width': w + 'px'
1203
- });
1204
- }
1205
- };
1206
-
1207
- return Chosen;
1208
-
1209
- })(AbstractChosen);
1210
-
1211
- }).call(this);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
plugin-fw/assets/js/how-to.js CHANGED
@@ -1,6 +1,6 @@
1
- (function($){
2
- var how_to_link = $('#yith-how-to-premium').parent();
3
- if( typeof how_to_link != 'undefined' ){
4
  how_to_link.prop( 'target', '_blank' );
5
  }
6
- })(jQuery);
1
+ (function ( $ ) {
2
+ var how_to_link = $( '#yith-how-to-premium' ).parent();
3
+ if ( typeof how_to_link != 'undefined' ) {
4
  how_to_link.prop( 'target', '_blank' );
5
  }
6
+ })( jQuery );
plugin-fw/assets/js/how-to.min.js ADDED
@@ -0,0 +1 @@
 
1
+ (function(a){a=a("#yith-how-to-premium").parent();"undefined"!=typeof a&&a.prop("target","_blank")})(jQuery);
plugin-fw/assets/js/jquery.colorbox.js CHANGED
@@ -1102,4 +1102,4 @@
1102
 
1103
  publicMethod.settings = defaults;
1104
 
1105
- }(jQuery, document, window));
1102
 
1103
  publicMethod.settings = defaults;
1104
 
1105
+ }(jQuery, document, window));
plugin-fw/assets/js/jquery.colorbox.min.js ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ (function(c,p,A){function g(a,d,F){a=p.createElement(a);d&&(a.id="cbox"+d);F&&(a.style.cssText=F);return c(a)}function R(){return A.innerHeight?A.innerHeight:c(A).height()}function M(a,d){d!==Object(d)&&(d={});this.cache={};this.el=a;this.value=function(a){var b;void 0===this.cache[a]&&(b=c(this.el).attr("data-cbox-"+a),void 0!==b?this.cache[a]=b:void 0!==d[a]?this.cache[a]=d[a]:void 0!==S[a]&&(this.cache[a]=S[a]));return this.cache[a]};this.get=function(a){a=this.value(a);return c.isFunction(a)?
2
+ a.call(this.el,this):a}}function N(a){var d=k.length;a=(m+a)%d;return 0>a?d+a:a}function n(a,d){return Math.round((/%/.test(a)?("x"===d?w.width():R())/100:1)*parseInt(a,10))}function da(a,d){return a.get("photo")||a.get("photoRegex").test(d)}function ea(a,d){return a.get("retinaUrl")&&1<A.devicePixelRatio?d.replace(a.get("photoRegex"),a.get("retinaSuffix")):d}function fa(a){"contains"in f[0]&&!f[0].contains(a.target)&&a.target!==q[0]&&(a.stopPropagation(),f.focus())}function G(a){G.str!==a&&(f.add(q).removeClass(G.str).addClass(a),
3
+ G.str=a)}function ja(b){m=0;b&&!1!==b&&"nofollow"!==b?(k=c(".cboxElement").filter(function(){var a=c.data(this,"colorbox");return(new M(this,a)).get("rel")===b}),m=k.index(a.el),-1===m&&(k=k.add(a.el),m=k.length-1)):k=c(a.el)}function C(a){c(p).trigger(a);r.triggerHandler(a)}function O(b){var d;if(!H){d=c(b).data("colorbox");a=new M(b,d);ja(a.get("rel"));if(!x){x=I=!0;G(a.get("className"));f.css({visibility:"hidden",display:"block",opacity:""});h=g("div","LoadedContent","width:0; height:0; overflow:hidden; visibility:hidden");
4
+ u.css({width:"",height:""}).append(h);t=T.height()+U.height()+u.outerHeight(!0)-u.height();v=V.width()+W.width()+u.outerWidth(!0)-u.width();y=h.outerHeight(!0);z=h.outerWidth(!0);b=n(a.get("initialWidth"),"x");d=n(a.get("initialHeight"),"y");var F=a.get("maxWidth"),B=a.get("maxHeight");a.w=Math.max((!1!==F?Math.min(b,n(F,"x")):b)-z-v,0);a.h=Math.max((!1!==B?Math.min(d,n(B,"y")):d)-y-t,0);h.css({width:"",height:a.h});l.position();C("cbox_open");a.get("onOpen");X.add(Y).hide();f.focus();a.get("trapFocus")&&
5
+ p.addEventListener&&(p.addEventListener("focus",fa,!0),r.one("cbox_closed",function(){p.removeEventListener("focus",fa,!0)}));if(a.get("returnFocus"))r.one("cbox_closed",function(){c(a.el).focus()})}b=parseFloat(a.get("opacity"));q.css({opacity:b===b?b:"",cursor:a.get("overlayClose")?"pointer":"",visibility:"visible"}).show();a.get("closeButton")?P.html(a.get("close")).appendTo(u):P.appendTo("<div/>");ka()}}function ga(){f||(Z=!1,w=c(A),f=g("div").attr({id:"colorbox","class":!1===c.support.opacity?
6
+ "cboxIE":"",role:"dialog",tabindex:"-1"}).hide(),q=g("div","Overlay").hide(),Q=c([g("div","LoadingOverlay")[0],g("div","LoadingGraphic")[0]]),D=g("div","Wrapper"),u=g("div","Content").append(Y=g("div","Title"),aa=g("div","Current"),J=c('<button type="button"/>').attr({id:"cboxPrevious"}),K=c('<button type="button"/>').attr({id:"cboxNext"}),E=g("button","Slideshow"),Q),P=c('<button type="button"/>').attr({id:"cboxClose"}),D.append(g("div").append(g("div","TopLeft"),T=g("div","TopCenter"),g("div","TopRight")),
7
+ g("div",!1,"clear:left").append(V=g("div","MiddleLeft"),u,W=g("div","MiddleRight")),g("div",!1,"clear:left").append(g("div","BottomLeft"),U=g("div","BottomCenter"),g("div","BottomRight"))).find("div div").css({"float":"left"}),L=g("div",!1,"position:absolute; width:9999px; visibility:hidden; display:none; max-width:none;"),X=K.add(J).add(aa).add(E));p.body&&!f.parent().length&&c(p.body).append(q,f.append(D,L))}function la(){function b(a){1<a.which||a.shiftKey||a.altKey||a.metaKey||a.ctrlKey||(a.preventDefault(),
8
+ O(this))}if(f){if(!Z)if(Z=!0,K.click(function(){l.next()}),J.click(function(){l.prev()}),P.click(function(){l.close()}),q.click(function(){a.get("overlayClose")&&l.close()}),c(p).bind("keydown.cbox",function(b){var c=b.keyCode;x&&a.get("escKey")&&27===c&&(b.preventDefault(),l.close());x&&a.get("arrowKey")&&k[1]&&!b.altKey&&(37===c?(b.preventDefault(),J.click()):39===c&&(b.preventDefault(),K.click()))}),c.isFunction(c.fn.on))c(p).on("click.cbox",".cboxElement",b);else c(".cboxElement").live("click.cbox",
9
+ b);return!0}return!1}function ka(){var b,d,f=l.prep,B,h=++ba;I=!0;e=!1;C("cbox_purge");C("cbox_load");a.get("onLoad");a.h=a.get("height")?n(a.get("height"),"y")-y-t:a.get("innerHeight")&&n(a.get("innerHeight"),"y");a.w=a.get("width")?n(a.get("width"),"x")-z-v:a.get("innerWidth")&&n(a.get("innerWidth"),"x");a.mw=a.w;a.mh=a.h;a.get("maxWidth")&&(a.mw=n(a.get("maxWidth"),"x")-z-v,a.mw=a.w&&a.w<a.mw?a.w:a.mw);a.get("maxHeight")&&(a.mh=n(a.get("maxHeight"),"y")-y-t,a.mh=a.h&&a.h<a.mh?a.h:a.mh);b=a.get("href");
10
+ ha=setTimeout(function(){Q.show()},100);if(a.get("inline")){var ca=c(b);B=c("<div>").hide().insertBefore(ca);r.one("cbox_purge",function(){B.replaceWith(ca)});f(ca)}else a.get("iframe")?f(" "):a.get("html")?f(a.get("html")):da(a,b)?(b=ea(a,b),e=a.get("createImg"),c(e).addClass("cboxPhoto").bind("error.cbox",function(){f(g("div","Error").html(a.get("imgError")))}).one("load",function(){h===ba&&setTimeout(function(){var b;a.get("retinaImage")&&1<A.devicePixelRatio&&(e.height/=A.devicePixelRatio,e.width/=
11
+ A.devicePixelRatio);a.get("scalePhotos")&&(d=function(){e.height-=e.height*b;e.width-=e.width*b},a.mw&&e.width>a.mw&&(b=(e.width-a.mw)/e.width,d()),a.mh&&e.height>a.mh&&(b=(e.height-a.mh)/e.height,d()));a.h&&(e.style.marginTop=Math.max(a.mh-e.height,0)/2+"px");k[1]&&(a.get("loop")||k[m+1])&&(e.style.cursor="pointer",c(e).bind("click.cbox",function(){l.next()}));e.style.width=e.width+"px";e.style.height=e.height+"px";f(e)},1)}),e.src=b):b&&L.load(b,a.get("data"),function(b,d){h===ba&&f("error"===d?
12
+ g("div","Error").html(a.get("xhrError")):c(this).contents())})}var S={html:!1,photo:!1,iframe:!1,inline:!1,transition:"elastic",speed:300,fadeOut:300,width:!1,initialWidth:"600",innerWidth:!1,maxWidth:!1,height:!1,initialHeight:"450",innerHeight:!1,maxHeight:!1,scalePhotos:!0,scrolling:!0,opacity:.9,preloading:!0,className:!1,overlayClose:!0,escKey:!0,arrowKey:!0,top:!1,bottom:!1,left:!1,right:!1,fixed:!1,data:void 0,closeButton:!0,fastIframe:!0,open:!1,reposition:!0,loop:!0,slideshow:!1,slideshowAuto:!0,
13
+ slideshowSpeed:2500,slideshowStart:"start slideshow",slideshowStop:"stop slideshow",photoRegex:/\.(gif|png|jp(e|g|eg)|bmp|ico|webp|jxr|svg)((#|\?).*)?$/i,retinaImage:!1,retinaUrl:!1,retinaSuffix:"@2x.$1",current:"image {current} of {total}",previous:"previous",next:"next",close:"close",xhrError:"This content failed to load.",imgError:"This image failed to load.",returnFocus:!0,trapFocus:!0,onOpen:!1,onLoad:!1,onComplete:!1,onCleanup:!1,onClosed:!1,rel:function(){return this.rel},href:function(){return c(this).attr("href")},
14
+ title:function(){return this.title},createImg:function(){var a=new Image,d=c(this).data("cbox-img-attrs");"object"===typeof d&&c.each(d,function(c,d){a[c]=d});return a},createIframe:function(){var a=p.createElement("iframe"),d=c(this).data("cbox-iframe-attrs");"object"===typeof d&&c.each(d,function(c,d){a[c]=d});"frameBorder"in a&&(a.frameBorder=0);"allowTransparency"in a&&(a.allowTransparency="true");a.name=(new Date).getTime();a.allowFullscreen=!0;return a}},q,f,D,u,T,V,W,U,k,w,h,L,Q,Y,aa,E,K,J,
15
+ P,X,r=c("<a/>"),a,t,v,y,z,m,e,x,I,H,ha,l,ba=0,ia={},Z,ma=function(){function b(){clearTimeout(n)}function c(){if(a.get("loop")||k[m+1])b(),n=setTimeout(l.next,a.get("slideshowSpeed"))}function e(){E.html(a.get("slideshowStop")).unbind("click.cbox").one("click.cbox",B);r.bind("cbox_complete",c).bind("cbox_load",b);f.removeClass("cboxSlideshow_off").addClass("cboxSlideshow_on")}function B(){b();r.unbind("cbox_complete",c).unbind("cbox_load",b);E.html(a.get("slideshowStart")).unbind("click.cbox").one("click.cbox",
16
+ function(){l.next();e()});f.removeClass("cboxSlideshow_on").addClass("cboxSlideshow_off")}function g(){h=!1;E.hide();b();r.unbind("cbox_complete",c).unbind("cbox_load",b);f.removeClass("cboxSlideshow_off cboxSlideshow_on")}var h,n;return function(){h?a.get("slideshow")||(r.unbind("cbox_cleanup",g),g()):a.get("slideshow")&&k[1]&&(h=!0,r.one("cbox_cleanup",g),a.get("slideshowAuto")?e():B(),E.show())}}();c.colorbox||(c(ga),l=c.fn.colorbox=c.colorbox=function(a,d){var f,e=this;a=a||{};c.isFunction(e)&&
17
+ (e=c("<a/>"),a.open=!0);if(!e[0])return e;ga();la()&&(d&&(a.onComplete=d),e.each(function(){var d=c.data(this,"colorbox")||{};c.data(this,"colorbox",c.extend(d,a))}).addClass("cboxElement"),f=new M(e[0],a),f.get("open")&&O(e[0]));return e},l.position=function(b,d){function e(){T[0].style.width=U[0].style.width=u[0].style.width=parseInt(f[0].style.width,10)-v+"px";u[0].style.height=V[0].style.height=W[0].style.height=parseInt(f[0].style.height,10)-t+"px"}var g,h=0,k=0,m=f.offset(),p,r;w.unbind("resize.cbox");
18
+ f.css({top:-9E4,left:-9E4});p=w.scrollTop();r=w.scrollLeft();a.get("fixed")?(m.top-=p,m.left-=r,f.css({position:"fixed"})):(h=p,k=r,f.css({position:"absolute"}));k=!1!==a.get("right")?k+Math.max(w.width()-a.w-z-v-n(a.get("right"),"x"),0):!1!==a.get("left")?k+n(a.get("left"),"x"):k+Math.round(Math.max(w.width()-a.w-z-v,0)/2);h=!1!==a.get("bottom")?h+Math.max(R()-a.h-y-t-n(a.get("bottom"),"y"),0):!1!==a.get("top")?h+n(a.get("top"),"y"):h+Math.round(Math.max(R()-a.h-y-t,0)/2);f.css({top:m.top,left:m.left,
19
+ visibility:"visible"});D[0].style.width=D[0].style.height="9999px";g={width:a.w+z+v,height:a.h+y+t,top:h,left:k};if(b){var q=0;c.each(g,function(a){g[a]!==ia[a]&&(q=b)});b=q}ia=g;b||f.css(g);f.dequeue().animate(g,{duration:b||0,complete:function(){e();I=!1;D[0].style.width=a.w+z+v+"px";D[0].style.height=a.h+y+t+"px";a.get("reposition")&&setTimeout(function(){w.bind("resize.cbox",l.position)},1);c.isFunction(d)&&d()},step:e})},l.resize=function(b){var c;x&&(b=b||{},b.width&&(a.w=n(b.width,"x")-z-v),
20
+ b.innerWidth&&(a.w=n(b.innerWidth,"x")),h.css({width:a.w}),b.height&&(a.h=n(b.height,"y")-y-t),b.innerHeight&&(a.h=n(b.innerHeight,"y")),b.innerHeight||b.height||(c=h.scrollTop(),h.css({height:"auto"}),a.h=h.height()),h.css({height:a.h}),c&&h.scrollTop(c),l.position("none"===a.get("transition")?0:a.get("speed")))},l.prep=function(b){function d(){a.w=a.w||h.width();a.w=a.mw&&a.mw<a.w?a.mw:a.w;return a.w}function n(){a.h=a.h||h.height();a.h=a.mh&&a.mh<a.h?a.mh:a.h;return a.h}if(x){var q,t="none"===
21
+ a.get("transition")?0:a.get("speed");h.remove();h=g("div","LoadedContent").append(b);h.hide().appendTo(L.show()).css({width:d(),overflow:a.get("scrolling")?"auto":"hidden"}).css({height:n()}).prependTo(u);L.hide();c(e).css({"float":"none"});G(a.get("className"));q=function(){function b(){!1===c.support.opacity&&f[0].style.removeAttribute("filter")}var d=k.length,e,g;x&&(g=function(){clearTimeout(ha);Q.hide();C("cbox_complete");a.get("onComplete")},Y.html(a.get("title")).show(),h.show(),1<d?("string"===
22
+ typeof a.get("current")&&aa.html(a.get("current").replace("{current}",m+1).replace("{total}",d)).show(),K[a.get("loop")||m<d-1?"show":"hide"]().html(a.get("next")),J[a.get("loop")||m?"show":"hide"]().html(a.get("previous")),ma(),a.get("preloading")&&c.each([N(-1),N(1)],function(){var a,b=k[this];a=new M(b,c.data(b,"colorbox"));(b=a.get("href"))&&da(a,b)&&(b=ea(a,b),a=p.createElement("img"),a.src=b)})):X.hide(),a.get("iframe")?(e=a.get("createIframe"),a.get("scrolling")||(e.scrolling="no"),c(e).attr({src:a.get("href"),
23
+ "class":"cboxIframe"}).one("load",g).appendTo(h),r.one("cbox_purge",function(){e.src="//about:blank"}),a.get("fastIframe")&&c(e).trigger("load")):g(),"fade"===a.get("transition")?f.fadeTo(t,1,b):b())};"fade"===a.get("transition")?f.fadeTo(t,0,function(){l.position(0,q)}):l.position(t,q)}},l.next=function(){!I&&k[1]&&(a.get("loop")||k[m+1])&&(m=N(1),O(k[m]))},l.prev=function(){!I&&k[1]&&(a.get("loop")||m)&&(m=N(-1),O(k[m]))},l.close=function(){x&&!H&&(H=!0,x=!1,C("cbox_cleanup"),a.get("onCleanup"),
24
+ w.unbind(".cbox"),q.fadeTo(a.get("fadeOut")||0,0),f.stop().fadeTo(a.get("fadeOut")||0,0,function(){f.hide();q.hide();C("cbox_purge");h.remove();setTimeout(function(){H=!1;C("cbox_closed");a.get("onClosed")},1)}))},l.remove=function(){f&&(f.stop(),c.colorbox.close(),f.stop(!1,!0).remove(),q.remove(),H=!1,f=null,c(".cboxElement").removeData("colorbox").removeClass("cboxElement"),c(p).unbind("click.cbox").unbind("keydown.cbox"))},l.element=function(){return c(a.el)},l.settings=S)})(jQuery,document,window);
plugin-fw/assets/js/metabox.js CHANGED
@@ -28,147 +28,13 @@
28
 
29
  var t = $(this).attr('href');
30
  $(this).parent().addClass('tabs').siblings('li').removeClass('tabs');
31
- $(this).closest('.metaboxes-tab').find('.tabs-panel').slideUp('fast');
32
- $(t).delay(350).slideDown('fast');
33
 
34
  return false;
35
  });
36
  });
37
 
38
- //upload
39
- var _custom_media = true,
40
- _orig_send_attachment = wp.media.editor.send.attachment;
41
-
42
- $(document).on('click', '.metaboxes-tab .upload_button', function(e) {
43
- var send_attachment_bkp = wp.media.editor.send.attachment;
44
- var button = $(this);
45
- if( typeof button.attr('id') != 'undefined' ) {
46
-
47
- var id = button.attr('id').replace('-button', '');
48
- _custom_media = true;
49
- wp.media.editor.send.attachment = function(props, attachment){
50
- if ( _custom_media ) {
51
- if( $("#"+id).is('input[type=text]') ) {
52
- $("#"+id).val(attachment.url);
53
- } else {
54
- $("#"+id + '_custom').val(attachment.url);
55
- }
56
- } else {
57
- return _orig_send_attachment.apply( this, [props, attachment] );
58
- };
59
- }
60
-
61
- wp.media.editor.open(button);
62
- return false;
63
- }
64
-
65
- });
66
-
67
- $('.metaboxes-tab .add_media').on('click', function(){
68
- _custom_media = false;
69
- });
70
-
71
- //colorpicker
72
- $('.metaboxes-tab .panel-colorpicker').wpColorPicker({
73
- onInit: function(){ console.log('test');},
74
- change: function(event, ui){
75
- },
76
- clear: function(){
77
- var input = $(this);
78
- input.val(input.data('default-color'));
79
- input.change();
80
- }
81
- });
82
-
83
-
84
- $('.metaboxes-tab .panel-colorpicker').each( function() {
85
- var select_label = $(this).data('variations-label');
86
- $(this).parent().parent().find('a.wp-color-result').attr('title', select_label);
87
- });
88
-
89
- //datepicker
90
- $('.metaboxes-tab .panel-datepicker').each( function() {
91
- $(this).datepicker();
92
- });
93
-
94
-
95
- // select
96
- var select_value = function() {
97
- var value = '';
98
-
99
- if( $(this).attr('multiple')){
100
- $(this).children("option:selected").each(function(i,v){
101
- if( i != 0)
102
- value += ', ';
103
-
104
- value += $(v).text();
105
- });
106
-
107
- if( value == '' ){
108
- $(this).children().children("option:selected").each(function(i,v){
109
- if( i != 0)
110
- value += ', ';
111
-
112
- value += $(v).text();
113
- });
114
- }
115
- }
116
- else{
117
- value = $(this).children("option:selected").text();
118
-
119
- if( value == '' )
120
- value = $(this).children().children("option:selected").text();
121
- }
122
-
123
-
124
- if ( $(this).parent().find('span').length <= 0 ) {
125
- $(this).before('<span></span>');
126
- }
127
-
128
- $(this).parent().children('span').replaceWith('<span>'+value +'</span>');
129
- };
130
- $('.metaboxes-tab .select_wrapper select').not('.chosen').each(select_value).change(select_value);
131
-
132
- //Open select multiple
133
- $('.metaboxes-tab .select_wrapper').click( function(e){
134
- e.stopPropagation();
135
- $(this).find('select[multiple]').not('.chosen').toggle();
136
- });
137
- //Stops click propagation on select, to prevent select hide
138
- $('.metaboxes-tab .select_wrapper select[multiple]').not('.chosen').click( function(e){
139
- e.stopPropagation();
140
- });
141
- //Hides select on window click
142
- $(window).click(function(){
143
- $('.metaboxes-tab .select_wrapper select[multiple]').not('.chosen').hide();
144
- })
145
-
146
- //chosen
147
- $('.metaboxes-tab .chosen .select_wrapper select').chosen();
148
-
149
-
150
- $('.metaboxes-tab .slider_container .ui-slider-horizontal').each(function(){
151
- var val = $(this).data('val');
152
- var minValue = $(this).data('min');
153
- var maxValue = $(this).data('max');
154
- var step = $(this).data('step');
155
- var labels = $(this).data('labels');
156
-
157
- $(this).slider({
158
- value: val,
159
- min: minValue,
160
- max: maxValue,
161
- range: 'min',
162
- step: step,
163
-
164
- slide: function( event, ui ) {
165
- $(this).find('input').val( ui.value );
166
- $(this).siblings('.feedback').find('strong' ).text( ui.value + labels );
167
- }
168
- });
169
- });
170
-
171
-
172
  var act_page_option = $('#_active_page_options-container').parent().html();
173
  $('#_active_page_options-container').parent().remove();
174
  $(act_page_option).insertAfter('#yit-post-setting .handlediv');
@@ -185,23 +51,24 @@
185
 
186
 
187
  //dependencies handler
188
- $('.metaboxes-tab [data-field]').each(function(){
189
  var t = $(this);
190
 
191
- var field = '#' + t.data('field'),
192
- dep = '#' + t.data('dep'),
193
- value = t.data('value');
 
194
 
195
 
196
- dependencies_handler( field, dep, value.toString() );
197
 
198
  $(dep).on('change', function(){
199
- dependencies_handler( field, dep, value.toString() );
200
  }).change();
201
  });
202
 
203
  //Handle dependencies.
204
- function dependencies_handler ( id, deps, values ) {
205
  var result = true;
206
 
207
 
@@ -222,7 +89,7 @@
222
  }
223
  }
224
 
225
- var values = values.split( ',' );
226
 
227
  for( var i = 0; i < values.length; i++ ) {
228
  if( val != values[i] )
@@ -232,124 +99,40 @@
232
  }
233
  }
234
 
235
- if( !result ) {
236
- $( id + '-container' ).parent().hide();
237
- } else {
238
- $( id + '-container' ).parent().show();
239
- }
240
- };
241
-
242
- // Image gallery
243
- $(document).on('click', '.image-gallery-button', function (e) {
244
- var $t = $(this),
245
- $container = $t.closest('.image-gallery'),
246
- $image_gallery_ids = $container.find('.image_gallery_ids'),
247
- attachment_ids = $image_gallery_ids.val(),
248
- $gallery_images_wrapper = $container.find('ul.slides-wrapper');
249
-
250
-
251
- // Create the media frame.
252
- var image_gallery_frame = wp.media.frames.image_gallery = wp.media({
253
- // Set the title of the modal.
254
- title : $t.data('choose'),
255
- button: {
256
- text: $t.data('update')
257
- },
258
- states: [
259
- new wp.media.controller.Library({
260
- title : $t.data('choose'),
261
- filterable: 'all',
262
- multiple : true
263
- })
264
- ]
265
- });
266
-
267
- // When an image is selected, run a callback.
268
- image_gallery_frame.on('select', function () {
269
- var selection = image_gallery_frame.state().get('selection');
270
- selection.map(function (attachment) {
271
- attachment = attachment.toJSON();
272
-
273
- if (attachment.id) {
274
- attachment_ids = attachment_ids ? attachment_ids + "," + attachment.id : attachment.id;
275
- $gallery_images_wrapper.append('<li class="image" data-attachment_id="' + attachment.id + '"><img src="' + attachment.sizes.thumbnail.url + '"/><ul class="actions"><li><a href="#" class="delete" title="' + $t.data('delete') + '">x</a></li></ul></li>');
276
  }
277
- });
278
-
279
- $image_gallery_ids.val(attachment_ids);
280
- });
281
-
282
- image_gallery_frame.open();
283
-
284
- });
285
-
286
- // Image ordering
287
- $('.image-gallery ul.slides-wrapper').each(function(){
288
- var $t = $(this);
289
- $t.sortable({
290
- items : 'li.image',
291
- cursor : 'move',
292
- scrollSensitivity : 40,
293
- forcePlaceholderSize: true,
294
- forceHelperSize : false,
295
- helper : 'clone',
296
- opacity : 0.65,
297
- start : function (event, ui) {
298
- ui.item.css('background-color', '#f6f6f6');
299
- },
300
- stop : function (event, ui) {
301
- ui.item.removeAttr('style');
302
- },
303
- update : function (event, ui) {
304
- var attachment_ids = '';
305
-
306
- $t.find('li.image').css('cursor', 'default').each(function () {
307
- var attachment_id = $(this).attr('data-attachment_id');
308
- attachment_ids = attachment_ids + attachment_id + ',';
309
- });
310
 
311
- $t.closest('.image-gallery').find('.image_gallery_ids').val(attachment_ids);
 
 
 
 
 
 
 
 
 
 
 
312
  }
313
- });
314
- });
315
-
316
- // Remove images
317
- $('.image-gallery ul.slides-wrapper').on( 'click', 'a.delete', function() {
318
-
319
- var $wrapper = $(this).closest('.image-gallery'),
320
- $gallery = $(this).closest('.image-gallery ul.slides-wrapper'),
321
- $image_gallery_ids = $wrapper.find('.image_gallery_ids'),
322
- attachment_ids = '';
323
-
324
- $(this).closest('li.image').remove();
325
-
326
- $gallery.find('li.image').css('cursor','default').each(function() {
327
- var attachment_id = $(this).attr( 'data-attachment_id' );
328
- attachment_ids = attachment_ids + attachment_id + ',';
329
- });
330
-
331
- $image_gallery_ids.val( attachment_ids );
332
-
333
- return false;
334
- });
335
-
336
-
337
- //on-off
338
- $('.the-metabox .rm_onoff.onoff_container span').on('click', function(ev){
339
-
340
- var input = $( this ).prev( 'input' );
341
- var checked = input.prop( 'checked' );
342
-
343
- if( checked ) {
344
- input.prop( 'checked', false ).attr( 'value', 'no' ).removeClass('onoffchecked');
345
- } else {
346
- input.prop( 'checked', true ).attr( 'value', 'yes' ).addClass('onoffchecked');
347
  }
348
-
349
- input.change();
350
- });
351
-
352
-
353
-
354
-
355
  })(jQuery);
28
 
29
  var t = $(this).attr('href');
30
  $(this).parent().addClass('tabs').siblings('li').removeClass('tabs');
31
+ $(this).closest('.metaboxes-tab').find('.tabs-panel').hide();
32
+ $(t).show();
33
 
34
  return false;
35
  });
36
  });
37
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
  var act_page_option = $('#_active_page_options-container').parent().html();
39
  $('#_active_page_options-container').parent().remove();
40
  $(act_page_option).insertAfter('#yit-post-setting .handlediv');
51
 
52
 
53
  //dependencies handler
54
+ $('.metaboxes-tab [data-dep-target]').each(function(){
55
  var t = $(this);
56
 
57
+ var field = '#' + t.data('dep-target'),
58
+ dep = '#' + t.data('dep-id'),
59
+ value = t.data('dep-value'),
60
+ type = t.data('dep-type');
61
 
62
 
63
+ dependencies_handler( field, dep, value.toString(), type );
64
 
65
  $(dep).on('change', function(){
66
+ dependencies_handler( field, dep, value.toString(), type );
67
  }).change();
68
  });
69
 
70
  //Handle dependencies.
71
+ function dependencies_handler ( id, deps, values, type ) {
72
  var result = true;
73
 
74
 
89
  }
90
  }
91
 
92
+ values = values.split( ',' );
93
 
94
  for( var i = 0; i < values.length; i++ ) {
95
  if( val != values[i] )
99
  }
100
  }
101
 
102
+ var $current_field = $( id ),
103
+ $current_container = $( id + '-container' ).parent();
104
+
105
+ var types = type.split( '-' ), j;
106
+ for ( j in types ) {
107
+ var current_type = types[ j ];
108
+
109
+ if ( !result ) {
110
+ switch ( current_type ) {
111
+ case 'disable':
112
+ $current_container.addClass( 'yith-disabled' );
113
+ $current_field.attr( 'disabled', true );
114
+ break;
115
+ case 'hideme':
116
+ $current_field.hide();
117
+ break;
118
+ default:
119
+ $current_container.hide();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
120
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
121
 
122
+ } else {
123
+ switch ( current_type ) {
124
+ case 'disable':
125
+ $current_container.removeClass( 'yith-disabled' );
126
+ $current_field.attr( 'disabled', false );
127
+ break;
128
+ case 'hideme':
129
+ $current_field.show();
130
+ break;
131
+ default:
132
+ $current_container.show();
133
+ }
134
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
135
  }
136
+ }
137
+
 
 
 
 
 
138
  })(jQuery);
plugin-fw/assets/js/metabox.min.js CHANGED
@@ -1,11 +1,4 @@
1
- (function(a){function k(b,c,d){var e=!0;if("string"==typeof c){":radio"==c.substr(0,6)&&(c+=":checked");var g=a(c).val();"checkbox"==a(c).attr("type")&&(g=a(c).is(":checked")?"yes":"no");d=d.split(",");for(c=0;c<d.length;c++)if(g!=d[c])e=!1;else{e=!0;break}}e?a(b+"-container").parent().show():a(b+"-container").parent().hide()}a(".metaboxes-tab").each(function(){a(".tabs-panel",this).hide();var b=wpCookies.get("active_metabox_tab"),b=null==b?a("ul.metaboxes-tabs li:first-child a",this).attr("href"):
2
- "#"+b;a(b).show();a(".metaboxes-tabs a",this).click(function(b){if(a(this).parent().hasClass("tabs"))b.preventDefault();else return b=a(this).attr("href"),a(this).parent().addClass("tabs").siblings("li").removeClass("tabs"),a(this).closest(".metaboxes-tab").find(".tabs-panel").slideUp("fast"),a(b).delay(350).slideDown("fast"),!1})});var h=!0,l=wp.media.editor.send.attachment;a(document).on("click",".metaboxes-tab .upload_button",function(b){b=a(this);if("undefined"!=typeof b.attr("id")){var c=b.attr("id").replace("-button",
3
- "");h=!0;wp.media.editor.send.attachment=function(b,e){if(h)a("#"+c).is("input[type=text]")?a("#"+c).val(e.url):a("#"+c+"_custom").val(e.url);else return l.apply(this,[b,e])};wp.media.editor.open(b);return!1}});a(".metaboxes-tab .add_media").on("click",function(){h=!1});a(".metaboxes-tab .panel-colorpicker").wpColorPicker({onInit:function(){console.log("test")},change:function(a,c){},clear:function(){var b=a(this);b.val(b.data("default-color"));b.change()}});a(".metaboxes-tab .panel-colorpicker").each(function(){var b=
4
- a(this).data("variations-label");a(this).parent().parent().find("a.wp-color-result").attr("title",b)});a(".metaboxes-tab .panel-datepicker").each(function(){a(this).datepicker()});var f=function(){var b="";a(this).attr("multiple")?(a(this).children("option:selected").each(function(c,d){0!=c&&(b+=", ");b+=a(d).text()}),""==b&&a(this).children().children("option:selected").each(function(c,d){0!=c&&(b+=", ");b+=a(d).text()})):(b=a(this).children("option:selected").text(),""==b&&(b=a(this).children().children("option:selected").text()));
5
- 0>=a(this).parent().find("span").length&&a(this).before("<span></span>");a(this).parent().children("span").replaceWith("<span>"+b+"</span>")};a(".metaboxes-tab .select_wrapper select").not(".chosen").each(f).change(f);a(".metaboxes-tab .select_wrapper").click(function(b){b.stopPropagation();a(this).find("select[multiple]").not(".chosen").toggle()});a(".metaboxes-tab .select_wrapper select[multiple]").not(".chosen").click(function(a){a.stopPropagation()});a(window).click(function(){a(".metaboxes-tab .select_wrapper select[multiple]").not(".chosen").hide()});
6
- a(".metaboxes-tab .chosen .select_wrapper select").chosen();a(".metaboxes-tab .slider_container .ui-slider-horizontal").each(function(){var b=a(this).data("val"),c=a(this).data("min"),d=a(this).data("max"),e=a(this).data("step"),g=a(this).data("labels");a(this).slider({value:b,min:c,max:d,range:"min",step:e,slide:function(b,c){a(this).find("input").val(c.value);a(this).siblings(".feedback").find("strong").text(c.value+g)}})});f=a("#_active_page_options-container").parent().html();a("#_active_page_options-container").parent().remove();
7
- a(f).insertAfter("#yit-post-setting .handlediv");a(f).insertAfter("#yit-page-setting .handlediv");a("#_active_page_options-container").on("click",function(){a("#_active_page_options").is(":checked")?a("#yit-page-setting .inside .metaboxes-tab, #yit-post-setting .inside .metaboxes-tab").css({opacity:1,"pointer-events":"auto"}):a("#yit-page-setting .inside .metaboxes-tab, #yit-post-setting .inside .metaboxes-tab").css({opacity:.5,"pointer-events":"none"})}).click();a(".metaboxes-tab [data-field]").each(function(){var b=
8
- a(this),c="#"+b.data("field"),d="#"+b.data("dep"),e=b.data("value");k(c,d,e.toString());a(d).on("change",function(){k(c,d,e.toString())}).change()});a(document).on("click",".image-gallery-button",function(b){var c=a(this);b=c.closest(".image-gallery");var d=b.find(".image_gallery_ids"),e=d.val(),g=b.find("ul.slides-wrapper"),f=wp.media.frames.image_gallery=wp.media({title:c.data("choose"),button:{text:c.data("update")},states:[new wp.media.controller.Library({title:c.data("choose"),filterable:"all",
9
- multiple:!0})]});f.on("select",function(){f.state().get("selection").map(function(a){a=a.toJSON();a.id&&(e=e?e+","+a.id:a.id,g.append('<li class="image" data-attachment_id="'+a.id+'"><img src="'+a.sizes.thumbnail.url+'"/><ul class="actions"><li><a href="#" class="delete" title="'+c.data("delete")+'">x</a></li></ul></li>'))});d.val(e)});f.open()});a(".image-gallery ul.slides-wrapper").each(function(){var b=a(this);b.sortable({items:"li.image",cursor:"move",scrollSensitivity:40,forcePlaceholderSize:!0,
10
- forceHelperSize:!1,helper:"clone",opacity:.65,start:function(a,b){b.item.css("background-color","#f6f6f6")},stop:function(a,b){b.item.removeAttr("style")},update:function(c,d){var e="";b.find("li.image").css("cursor","default").each(function(){var b=a(this).attr("data-attachment_id");e=e+b+","});b.closest(".image-gallery").find(".image_gallery_ids").val(e)}})});a(".image-gallery ul.slides-wrapper").on("click","a.delete",function(){var b=a(this).closest(".image-gallery"),c=a(this).closest(".image-gallery ul.slides-wrapper"),
11
- b=b.find(".image_gallery_ids"),d="";a(this).closest("li.image").remove();c.find("li.image").css("cursor","default").each(function(){var b=a(this).attr("data-attachment_id");d=d+b+","});b.val(d);return!1});a(".the-metabox .rm_onoff.onoff_container span").on("click",function(b){b=a(this).prev("input");b.prop("checked")?b.prop("checked",!1).attr("value","no").removeClass("onoffchecked"):b.prop("checked",!0).attr("value","yes").addClass("onoffchecked");b.change()})})(jQuery);
1
+ (function(a){function h(b,c,d,e){var f=!0;if("string"==typeof c){":radio"==c.substr(0,6)&&(c+=":checked");var g=a(c).val();"checkbox"==a(c).attr("type")&&(g=a(c).is(":checked")?"yes":"no");d=d.split(",");for(c=0;c<d.length;c++)if(g!=d[c])f=!1;else{f=!0;break}}d=a(b);b=a(b+"-container").parent();e=e.split("-");for(var h in e)if(g=e[h],f)switch(g){case "disable":b.removeClass("yith-disabled");d.attr("disabled",!1);break;case "hideme":d.show();break;default:b.show()}else switch(g){case "disable":b.addClass("yith-disabled");
2
+ d.attr("disabled",!0);break;case "hideme":d.hide();break;default:b.hide()}}a(".metaboxes-tab").each(function(){a(".tabs-panel",this).hide();var b=wpCookies.get("active_metabox_tab"),b=null==b?a("ul.metaboxes-tabs li:first-child a",this).attr("href"):"#"+b;a(b).show();a(".metaboxes-tabs a",this).click(function(b){if(a(this).parent().hasClass("tabs"))b.preventDefault();else return b=a(this).attr("href"),a(this).parent().addClass("tabs").siblings("li").removeClass("tabs"),a(this).closest(".metaboxes-tab").find(".tabs-panel").hide(),
3
+ a(b).show(),!1})});var k=a("#_active_page_options-container").parent().html();a("#_active_page_options-container").parent().remove();a(k).insertAfter("#yit-post-setting .handlediv");a(k).insertAfter("#yit-page-setting .handlediv");a("#_active_page_options-container").on("click",function(){a("#_active_page_options").is(":checked")?a("#yit-page-setting .inside .metaboxes-tab, #yit-post-setting .inside .metaboxes-tab").css({opacity:1,"pointer-events":"auto"}):a("#yit-page-setting .inside .metaboxes-tab, #yit-post-setting .inside .metaboxes-tab").css({opacity:.5,
4
+ "pointer-events":"none"})}).click();a(".metaboxes-tab [data-dep-target]").each(function(){var b=a(this),c="#"+b.data("dep-target"),d="#"+b.data("dep-id"),e=b.data("dep-value"),f=b.data("dep-type");h(c,d,e.toString(),f);a(d).on("change",function(){h(c,d,e.toString(),f)}).change()})})(jQuery);
 
 
 
 
 
 
 
plugin-fw/assets/js/multisite-updater.js CHANGED
@@ -213,4 +213,10 @@
213
  }
214
  }
215
 
 
 
 
 
 
 
216
  })(jQuery);
213
  }
214
  }
215
 
216
+ // fix ThickBox issue (width-height) when opening a changelog
217
+ $( 'body' ).on( 'click', '.yit-changelog-button', function () {
218
+ $( '#TB_window' ).remove();
219
+ } );
220
+
221
+
222
  })(jQuery);
plugin-fw/assets/js/multisite-updater.min.js CHANGED
@@ -1 +1,4 @@
1
- !function(e){function a(a,s,t,r){for(var i in a){var p=a[i];for(var l in p)if("slug"!=l&&!n(p[l].Version,p[l].Latest,">=")){t=parseInt(t)+1,e(".plugin-count").empty().html(t);var u=new RegExp(" ","g"),c=p[l],g=""+c.Name,d=g.replace(u,"-").trim(),o='*[data-slug="'+d.toLowerCase()+'"]';e(o).addClass("update");var f='<tr class="plugin-update-tr"><td colspan="3" class="plugin-update colspanchange"><div class="update-message">'+r.strings.new_version.replace("%plugin_name%",g)+'<a class="thickbox" href="'+r.details_url[i]+'">'+r.strings.latest.replace("%latest%",p[l].Latest)+"</a>";f="undefined"==typeof s[i]?f+" <em>"+r.strings.unavailable+"</em>"+r.strings.activate.replace("%activate_link%",r.licence_activation_url).replace("%plugin_name%",g):f+'. <a href="'+r.update_url[i]+'">'+r.strings.update_now+"</a>","undefined"!=typeof r.changelogs[i]&&(f+=r.changelogs[i]),f+="</div></td></tr>",e(f).insertAfter(o)}}}function n(e,a,n){this.php_js=this.php_js||{},this.php_js.ENV=this.php_js.ENV||{};var s=0,t=0,r=0,i={dev:-6,alpha:-5,a:-5,beta:-4,b:-4,RC:-3,rc:-3,"#":-2,p:1,pl:1},p=function(e){return e=(""+e).replace(/[_\-+]/g,"."),e=e.replace(/([^.\d]+)/g,".$1.").replace(/\.{2,}/g,"."),e.length?e.split("."):[-8]};for(numVersion=function(e){return e?isNaN(e)?i[e]||-7:parseInt(e,10):0},e=p(e),a=p(a),t=Math.max(e.length,a.length),s=0;t>s;s++)if(e[s]!=a[s]){if(e[s]=numVersion(e[s]),a[s]=numVersion(a[s]),e[s]<a[s]){r=-1;break}if(e[s]>a[s]){r=1;break}}if(!n)return r;switch(n){case">":case"gt":return r>0;case">=":case"ge":return r>=0;case"<=":case"le":return 0>=r;case"==":case"=":case"eq":return 0===r;case"<>":case"!=":case"ne":return 0!==r;case"":case"<":case"lt":return 0>r;default:return null}}var s=e("#menu-plugins"),t=s.find(".update-plugins"),r=t.find(".update-count").text(),i=plugins.registered,p=plugins.activated;if(0==r||""==r){var l='<span class="update-plugins"><span class="plugin-count"></span></span>';r=0,s.find(".wp-menu-name").append(l)}a(i,p,r,plugins)}(jQuery);
 
 
 
1
+ (function(e){function n(c,d,e){this.php_js=this.php_js||{};this.php_js.ENV=this.php_js.ENV||{};var a=0,f=0,b=0,g={dev:-6,alpha:-5,a:-5,beta:-4,b:-4,RC:-3,rc:-3,"#":-2,p:1,pl:1},a=function(a){a=(""+a).replace(/[_\-+]/g,".");a=a.replace(/([^.\d]+)/g,".$1.").replace(/\.{2,}/g,".");return a.length?a.split("."):[-8]};numVersion=function(a){return a?isNaN(a)?g[a]||-7:parseInt(a,10):0};c=a(c);d=a(d);f=Math.max(c.length,d.length);for(a=0;a<f;a++)if(c[a]!=d[a])if(c[a]=numVersion(c[a]),d[a]=numVersion(d[a]),
2
+ c[a]<d[a]){b=-1;break}else if(c[a]>d[a]){b=1;break}if(!e)return b;switch(e){case ">":case "gt":return 0<b;case ">=":case "ge":return 0<=b;case "<=":case "le":return 0>=b;case "==":case "=":case "eq":return 0===b;case "<>":case "!=":case "ne":return 0!==b;case "":case "<":case "lt":return 0>b;default:return null}}var l=e("#menu-plugins"),h=l.find(".update-plugins").find(".update-count").text(),p=plugins.registered,q=plugins.activated;if(0==h||""==h)h=0,l.find(".wp-menu-name").append('<span class="update-plugins"><span class="plugin-count"></span></span>');
3
+ (function(c,d,h,a){for(var f in c){var b=c[f],g;for(g in b)if("slug"!=g&&!n(b[g].Version,b[g].Latest,">=")){h=parseInt(h)+1;e(".plugin-count").empty().html(h);var m=""+b[g].Name,l='*[data-slug="'+m.replace(RegExp(" ","g"),"-").trim().toLowerCase()+'"]';e(l).addClass("update");var k='<tr class="plugin-update-tr"><td colspan="3" class="plugin-update colspanchange"><div class="update-message">'+a.strings.new_version.replace("%plugin_name%",m)+'<a class="thickbox" href="'+a.details_url[f]+'">'+a.strings.latest.replace("%latest%",
4
+ b[g].Latest)+"</a>",k="undefined"==typeof d[f]?k+" <em>"+a.strings.unavailable+"</em>"+a.strings.activate.replace("%activate_link%",a.licence_activation_url).replace("%plugin_name%",m):k+'. <a href="'+a.update_url[f]+'">'+a.strings.update_now+"</a>";"undefined"!=typeof a.changelogs[f]&&(k+=a.changelogs[f]);k+="</div></td></tr>";e(k).insertAfter(l)}}})(p,q,h,plugins);e("body").on("click",".yit-changelog-button",function(){e("#TB_window").remove()})})(jQuery);
plugin-fw/assets/js/panel.spinner.js DELETED
@@ -1,139 +0,0 @@
1
- /*
2
- Spinner for jQuery (version 0.1)
3
- Copyright (c) 2012 Simone D'Amico
4
- http://simonedamico.com/
5
-
6
- Licensed under the MIT license:
7
- http://www.opensource.org/licenses/mit-license.php
8
-
9
- Any and all use of this script must be accompanied by this copyright/license notice in its present form.
10
-
11
- */
12
- (function($){
13
- $.fn.spinner = function(params) {
14
-
15
- //private methods
16
- var _createButton = function( buttonClass, buttonLabel ) {
17
- return $('<button/>', {
18
- 'class' : buttonClass + ' spinner-button',
19
- text : buttonLabel
20
- });
21
- };
22
-
23
- var _createBody = function(input) {
24
- //create wrapper
25
- var wrapper = input.wrap('<div class="spinner-wrapper"></div>').parent();
26
-
27
- //create spinner buttons
28
- var plus = _createButton('button-plus', '+').appendTo(wrapper).show(),
29
- minus = _createButton('button-minus', '-').appendTo(wrapper).show();
30
-
31
- return wrapper;
32
- };
33
-
34
- var _buttonClick = function( e ) {
35
- var input = e.data.input,
36
- params = e.data.params,
37
- button = $(this),
38
- value = parseFloat(input.val());
39
-
40
- if( button.hasClass('button-plus') ) {
41
- if( params.max != null ) {
42
- if( ( value + params.interval ) <= params.max ) {
43
- input.val( value + params.interval );
44
- } else {
45
- input.val( params.max );
46
- }
47
- } else {
48
- input.val( value + params.interval );
49
- }
50
- } else if( button.hasClass('button-minus') ) {
51
- if( params.min != null ) {
52
- if( ( value - params.interval ) >= params.min ) {
53
- input.val( value - params.interval );
54
- } else {
55
- input.val( params.min );
56
- }
57
- } else {
58
- input.val( value - params.interval );
59
- }
60
- }
61
-
62
- input.change(); e.preventDefault();
63
- };
64
-
65
- var _validateContent = function( e ) {
66
- var value = parseFloat( $(this).val() );
67
-
68
- if( params.max != null && value >= params.max ) {
69
- $(this).val(params.max);
70
- } else if( value <= params.min || isNaN( value ) ) {
71
- $(this).val(params.min ? params.min : 0);
72
- } else {
73
- $(this).val(value);
74
- }
75
- };
76
-
77
-
78
- //public methods
79
- var methods = {
80
- init : function( params ) {
81
-
82
- var params = $.extend({
83
- min: null,
84
- max: null,
85
- interval: 1,
86
- defaultValue: 0,
87
- mouseWheel: true,
88
- largeInterval: 10
89
- }, params);
90
-
91
- var self = this,
92
- t = $(this),
93
- data = t.data('spinner');
94
-
95
- return this.each(function(){
96
- //check if the plugin hasn't already been initialized
97
- //and it's an input[type=text] element
98
- if( !data && t.is(':text') ) {
99
- //initialize the value
100
- if( params.defaultValue ) {
101
- t.val( params.defaultValue );
102
- }
103
-
104
- //create the spinner body
105
- var wrapper = _createBody(t);
106
-
107
- //event handlers
108
- //var mouseWheelEventName = $.browser.mozilla ? 'DOMMouseScroll' : 'mousewheel';
109
-
110
- wrapper.find('.spinner-button')
111
- .bind('click.spinner', { params: params, input: t }, _buttonClick);
112
-
113
- t.bind('blur.spinner', _validateContent)
114
- //.bind('keyup.spinner', _validateKey)
115
- //.bind(mouseWheelEventName, _inputMousewheel);
116
-
117
- //register field data
118
- t.data('spinner', {
119
- target: self
120
- });
121
- }
122
- });
123
- },
124
-
125
- destroy : function( params) {
126
- console.log('destroy', params);
127
- }
128
- };
129
-
130
- //execute the plugin
131
- if ( methods[params] ) {
132
- return methods[params].apply( this, Array.prototype.slice.call( arguments, 1 ));
133
- } else if ( typeof params === 'object' || ! params ) {
134
- return methods.init.apply( this, arguments );
135
- } else {
136
- $.error( 'Method ' + params + ' does not exist' );
137
- }
138
- };
139
- })(jQuery);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
plugin-fw/assets/js/panel.spinner.min.js DELETED
@@ -1,3 +0,0 @@
1
- (function(d){d.fn.spinner=function(c){var h=function(b,e){return d("<button/>",{"class":b+" spinner-button",text:e})},k=function(b){var e=b.data.input,a=b.data.params,c=d(this),f=parseFloat(e.val());c.hasClass("button-plus")?null!=a.max?f+a.interval<=a.max?e.val(f+a.interval):e.val(a.max):e.val(f+a.interval):c.hasClass("button-minus")&&(null!=a.min?f-a.interval>=a.min?e.val(f-a.interval):e.val(a.min):e.val(f-a.interval));e.change();b.preventDefault()},l=function(b){b=parseFloat(d(this).val());null!=
2
- c.max&&b>=c.max?d(this).val(c.max):b<=c.min||isNaN(b)?d(this).val(c.min?c.min:0):d(this).val(b)},g={init:function(b){b=d.extend({min:null,max:null,interval:1,defaultValue:0,mouseWheel:!0,largeInterval:10},b);var c=this,a=d(this),g=a.data("spinner");return this.each(function(){if(!g&&a.is(":text")){b.defaultValue&&a.val(b.defaultValue);var d=a.wrap('<div class="spinner-wrapper"></div>').parent();h("button-plus","+").appendTo(d).show();h("button-minus","-").appendTo(d).show();d.find(".spinner-button").bind("click.spinner",
3
- {params:b,input:a},k);a.bind("blur.spinner",l);a.data("spinner",{target:c})}})},destroy:function(b){console.log("destroy",b)}};if(g[c])return g[c].apply(this,Array.prototype.slice.call(arguments,1));if("object"!==typeof c&&c)d.error("Method "+c+" does not exist");else return g.init.apply(this,arguments)}})(jQuery);
 
 
 
plugin-fw/assets/js/yit-cptu-sortable-posts.js DELETED
@@ -1,32 +0,0 @@
1
- /**
2
- * This file belongs to the YIT Framework.
3
- *
4
- * This source file is subject to the GNU GENERAL PUBLIC LICENSE (GPL 3.0)
5
- * that is bundled with this package in the file LICENSE.txt.
6
- * It is also available through the world-wide-web at this URL:
7
- * http://www.gnu.org/licenses/gpl-3.0.txt
8
- */
9
-
10
- (function($) {
11
- "use strict";
12
- // Author code here
13
-
14
- $("#the-list").sortable({
15
- items : 'tr',
16
- axis : 'y',
17
- helper : function(e, ui) {
18
- ui.children().children().each(function() {
19
- $(this).width( $(this).width() );
20
- });
21
- return ui;
22
- },
23
- update : function(e, ui) {
24
- $.post( ajaxurl, {
25
- action: 'cpt_sort_posts',
26
- order: $("#the-list").sortable("serialize"),
27
- post_type: typenow
28
- });
29
- }
30
- });
31
-
32
- })(jQuery);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
plugin-fw/assets/js/yit-plugin-panel-sidebar.js DELETED
@@ -1,56 +0,0 @@
1
- /**
2
- * This file belongs to the YIT Plugin Framework.
3
- *
4
- * This source file is subject to the GNU GENERAL PUBLIC LICENSE (GPL 3.0)
5
- * that is bundled with this package in the file LICENSE.txt.
6
- * It is also available through the world-wide-web at this URL:
7
- * http://www.gnu.org/licenses/gpl-3.0.txt
8
- */
9
-
10
-
11
- (function ( $ ) {
12
- var hide_sidebar_btn = $( '#yit-panel-sidebar-action-hide' ),
13
- hide_sidebar_text = hide_sidebar_btn.find( '.yit-panel-sidebar-action-title' ),
14
- sidebar = $( '#yit-panel-sidebar' ),
15
- panel_wrapper = $( '.' + sidebar_labels.wrapper_class ),
16
- ajax_hide_option_save_call,
17
- ajax_hide_option_save = function ( option ) {
18
- if ( ajax_hide_option_save_call ) {
19
- ajax_hide_option_save_call.abort();
20
- }
21
-
22
- var post_data = {
23
- option: option,
24
- action: 'yith_plugin_panel_sidebar_set_collapse_option'
25
- };
26
-
27
- ajax_hide_option_save_call = $.ajax( {
28
- type: "POST",
29
- data: post_data,
30
- url: ajaxurl
31
- } );
32
- },
33
- hide_sidebar = function () {
34
- hide_sidebar_btn.removeClass( 'hide-on-click' );
35
- hide_sidebar_text.html( sidebar_labels.show_sidebar );
36
- sidebar.addClass( 'yith-panel-sidebar-hidden' );
37
- panel_wrapper.addClass( 'yit-admin-panel-content-wrap-full' );
38
- ajax_hide_option_save( 'yes' );
39
- },
40
- show_sidebar = function () {
41
- hide_sidebar_btn.addClass( 'hide-on-click' );
42
- hide_sidebar_text.html( sidebar_labels.hide_sidebar );
43
- sidebar.removeClass( 'yith-panel-sidebar-hidden' );
44
- panel_wrapper.removeClass( 'yit-admin-panel-content-wrap-full' );
45
- ajax_hide_option_save( 'no' );
46
- };
47
-
48
- hide_sidebar_btn.on( 'click', function () {
49
- if ( $( this ).is( '.hide-on-click' ) ) {
50
- hide_sidebar();
51
- } else {
52
- show_sidebar();
53
- }
54
- } );
55
-
56
- })( jQuery );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
plugin-fw/assets/js/yit-plugin-panel-sidebar.min.js DELETED
@@ -1 +0,0 @@
1
- !function(a){var i,e=a("#yit-panel-sidebar-action-hide"),n=e.find(".yit-panel-sidebar-action-title"),l=a("#yit-panel-sidebar"),s=a("."+sidebar_labels.wrapper_class),t=function(e){i&&i.abort();var n={option:e,action:"yith_plugin_panel_sidebar_set_collapse_option"};i=a.ajax({type:"POST",data:n,url:ajaxurl})},d=function(){e.removeClass("hide-on-click"),n.html(sidebar_labels.show_sidebar),l.addClass("yith-panel-sidebar-hidden"),s.addClass("yit-admin-panel-content-wrap-full"),t("yes")},o=function(){e.addClass("hide-on-click"),n.html(sidebar_labels.hide_sidebar),l.removeClass("yith-panel-sidebar-hidden"),s.removeClass("yit-admin-panel-content-wrap-full"),t("no")};e.on("click",function(){a(this).is(".hide-on-click")?d():o()})}(jQuery);
 
plugin-fw/assets/js/yit-plugin-panel.js CHANGED
@@ -8,230 +8,49 @@
8
  */
9
 
10
 
11
- (function ($) {
12
-
13
- // select
14
- var select_value = function () {
15
-
16
- var value = '';
17
-
18
- if ($(this).attr('multiple')) {
19
- $(this).children("option:selected").each(function (i, v) {
20
- if (i != 0)
21
- value += ', ';
22
-
23
- value += $(v).text();
24
- });
25
-
26
- if (value == '') {
27
- $(this).children().children("option:selected").each(function (i, v) {
28
- if (i != 0)
29
- value += ', ';
30
-
31
- value += $(v).text();
32
- });
33
- }
34
- }
35
- else {
36
- value = $(this).children("option:selected").text();
37
-
38
- if (value == '')
39
- value = $(this).children().children("option:selected").text();
40
- }
41
-
42
-
43
- if ($(this).parent().find('span').length <= 0) {
44
- $(this).before('<span></span>');
45
- }
46
-
47
- $(this).parent().children('span').replaceWith('<span>' + value + '</span>');
48
- };
49
- $('.plugin-option .select_wrapper select').not('.chosen').each(select_value).change(select_value);
50
-
51
- //Open select multiple
52
- $('.plugin-option .select_wrapper').click(function (e) {
53
- e.stopPropagation();
54
- $(this).find('select[multiple]').not('.chosen').toggle();
55
- });
56
- //Stops click propagation on select, to prevent select hide
57
- $('.plugin-option .select_wrapper select[multiple]').not('.chosen').click(function (e) {
58
- e.stopPropagation();
59
- });
60
- //Hides select on window click
61
- $(window).click(function () {
62
- $('.plugin-option .select_wrapper select[multiple]').not('.chosen').hide();
63
- })
64
- //chosen
65
- $('.plugin-option .chosen .select_wrapper select').chosen();
66
-
67
- // on-off
68
- $('.plugin-option .onoff_container span').on('click', function () {
69
- var input = $(this).prev('input');
70
- var checked = input.prop('checked');
71
-
72
- if (checked) {
73
- input.prop('checked', false).attr('value', 'no').removeClass('onoffchecked');
74
- } else {
75
- input.prop('checked', true).attr('value', 'yes').addClass('onoffchecked');
76
- }
77
-
78
- input.change();
79
- });
80
-
81
- //colorpicker
82
- $('.plugin-option .panel-colorpicker').wpColorPicker({
83
- onInit: function(){ },
84
- change: function(event, ui){
85
- },
86
- clear: function(){
87
- var input = $(this);
88
- input.val(input.data('default-color'));
89
- input.change();
90
- }
91
- });
92
-
93
- //slider
94
- $('.plugin-option .slider_container .ui-slider-horizontal').each(function () {
95
- var val = $(this).data('val');
96
- var minValue = $(this).data('min');
97
- var maxValue = $(this).data('max');
98
- var step = $(this).data('step');
99
- var labels = $(this).data('labels');
100
-
101
- $(this).slider({
102
- value: val,
103
- min : minValue,
104
- max : maxValue,
105
- range: 'min',
106
- step : step,
107
-
108
- slide: function (event, ui) {
109
- $(this).find('input').val(ui.value);
110
- $(this).siblings('.feedback').find('strong').text(ui.value + labels);
111
- }
112
- });
113
- });
114
-
115
-
116
- if (typeof wp !== 'undefined' && typeof wp.media !== 'undefined') {
117
-
118
- //upload
119
- var _custom_media = true,
120
- _orig_send_attachment = wp.media.editor.send.attachment;
121
-
122
- // preview
123
- $('.plugin-option .upload_img_url').change(function () {
124
- var url = $(this).val();
125
- var re = new RegExp("(http|ftp|https)://[a-zA-Z0-9@?^=%&amp;:/~+#-_.]*.(gif|jpg|jpeg|png|ico)");
126
-
127
- var preview = $(this).parents().siblings('.upload_img_preview');
128
- if (re.test(url)) {
129
- preview.html('<img src="' + url + '" style="max-width:600px; max-height:300px;" />');
130
- } else {
131
- preview.html('');
132
- }
133
- }).trigger( 'change' );
134
-
135
- $( document ).on( 'click', '.plugin-option .upload_button', function(e) {
136
- e.preventDefault();
137
-
138
- var t = $(this),
139
- custom_uploader,
140
- id = t.attr('id').replace(/-button$/, '');
141
-
142
- //If the uploader object has already been created, reopen the dialog
143
- if (custom_uploader) {
144
- custom_uploader.open();
145
- return;
146
- }
147
-
148
- var custom_uploader_states = [
149
- // Main states.
150
- new wp.media.controller.Library({
151
- library: wp.media.query(),
152
- multiple: false,
153
- title: 'Choose Image',
154
- priority: 20,
155
- filterable: 'uploaded'
156
- })
157
- ];
158
-
159
- // Create the media frame.
160
- custom_uploader = wp.media.frames.downloadable_file = wp.media({
161
- // Set the title of the modal.
162
- title: 'Choose Image',
163
- library: {
164
- type: ''
165
- },
166
- button: {
167
- text: 'Choose Image'
168
- },
169
- multiple: false,
170
- states: custom_uploader_states
171
- });
172
-
173
-
174
- //When a file is selected, grab the URL and set it as the text field's value
175
- custom_uploader.on( 'select' , function() {
176
- var attachment = custom_uploader.state().get( 'selection' ).first().toJSON();
177
-
178
- $("#" + id).val( attachment.url );
179
- // Save the id of the selected element to an element which name is the same with
180
- // a suffix "-yith-attachment-id"
181
- if ($("#" + id + "-yith-attachment-id")) {
182
- $("#" + id + "-yith-attachment-id").val(attachment.id);
183
- }
184
-
185
- $('.plugin-option .upload_img_url').trigger('change');
186
- });
187
-
188
- //Open the uploader dialog
189
- custom_uploader.open();
190
- });
191
-
192
- $( document).on( 'click', '.plugin-option .upload_button_reset', function(e){
193
- var t = $(this),
194
- id = t.attr('id'),
195
- input_id = t.attr('id').replace(/-button_reset$/, ''),
196
- default_value = $('#' + id).data('default');
197
-
198
- $("#" + input_id).val( default_value );
199
- $('.plugin-option .upload_img_url').trigger('change');
200
- } );
201
- }
202
-
203
- $('.plugin-option .add_media').on('click', function () {
204
- _custom_media = false;
205
- });
206
-
207
  //dependencies handler
208
- $('[data-field]').each(function () {
209
- var t = $(this);
 
 
 
 
 
210
 
211
- var field = '#' + t.data('field'),
212
- dep = '#' + t.data('dep'),
213
- value = t.data('value');
214
 
215
- $(dep).on('change',function () {
216
- dependencies_handler(field, dep, value.toString());
217
- }).change();
218
- });
219
 
220
  //Handle dependencies.
221
- function dependencies_handler(id, deps, values) {
222
  var result = true;
223
 
224
  //Single dependency
225
- if (typeof( deps ) == 'string') {
226
- if (deps.substr(0, 6) == ':radio') {
227
  deps = deps + ':checked';
228
  }
229
 
230
- var values = values.split(',');
 
 
 
 
 
 
 
 
 
 
231
 
232
- for (var i = 0; i < values.length; i++) {
233
 
234
- if ($(deps).val() != values[i]) {
 
235
  result = false;
236
  }
237
  else {
@@ -241,87 +60,108 @@
241
  }
242
  }
243
 
244
- if (!result) {
245
- $(id + '-container').closest('tr').hide();
246
- } else {
247
- $(id + '-container').closest('tr').show();
 
 
248
  }
249
- };
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
250
 
251
  //connected list
252
- $('.rm_connectedlist').each(function () {
253
- var ul = $(this).find('ul');
254
- var input = $(this).find(':hidden');
255
- var sortable = ul.sortable({
256
- connectWith: ul,
257
- update : function (event, ui) {
258
- var value = {};
259
 
260
- ul.each(function () {
261
- var options = {};
262
 
263
- $(this).children().each(function () {
264
- options[ $(this).data('option') ] = $(this).text();
265
- });
266
 
267
- value[ $(this).data('list') ] = options;
268
- });
269
 
270
- input.val((JSON.stringify(value)).replace(/[\\"']/g, '\\$&').replace(/\u0000/g, '\\0'));
271
- }
272
- }).disableSelection();
273
- });
274
 
275
- $(document).ready(function () {
276
 
277
- $('.yith-video-link').click(function (event) {
278
  event.preventDefault();
279
- var target = $(this).data('video-id');
280
-
281
- $('.' + target).dialog({
282
- dialogClass : 'wp-dialog yit-dialog yit-video-dialog',
283
- modal : true,
284
- closeOnEscape: true,
285
- width : 'auto',
286
- resizable : false,
287
- draggable : false,
288
- create : function (event, ui) {
289
- $(this).css("maxWidth", "853px");
290
- },
291
- open : function (event, ui) {
292
-
293
- $('.ui-widget-overlay').bind('click', function () {
294
- $(this).siblings('.ui-dialog').find('.ui-dialog-content').dialog('close');
295
- });
296
 
297
- }
 
 
 
 
 
 
 
 
 
 
298
 
299
- });
 
 
300
 
301
- $('.ui-dialog :button').blur();
302
 
303
- });
304
- });
305
 
306
- //codemirror
307
- $(document).ready(function () {
308
- $('.codemirror').each(function (i, v) {
309
- var editor = CodeMirror.fromTextArea(v, {
310
- lineNumbers : 1,
311
- mode : 'javascript',
312
- showCursorWhenSelecting: true
313
- })
314
 
315
- $(v).data('codemirrorInstance', editor);
316
- })
317
- })
318
 
319
  //google analytics generation
320
- $(document).ready(function () {
321
- $('.google-analytic-generate').click(function () {
322
- var editor = $('#' + $(this).data('textarea')).data('codemirrorInstance');
323
- var gatc = $('#' + $(this).data('input')).val();
324
- var basename = $(this).data('basename');
325
 
326
  var text = "(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n";
327
  text += "(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement( o ),\n";
@@ -331,10 +171,14 @@
331
  text += "ga('send', 'pageview');\n";
332
  editor.replaceRange(
333
  text,
334
- editor.getCursor('start'),
335
- editor.getCursor('end')
336
  )
337
- })
338
- })
339
-
340
- })(jQuery);
 
 
 
 
8
  */
9
 
10
 
11
+ (function ( $ ) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  //dependencies handler
13
+ $( '[data-dep-target]' ).each( function () {
14
+ var t = $( this );
15
+
16
+ var field = '#' + t.data( 'dep-target' ),
17
+ dep = '#' + t.data( 'dep-id' ),
18
+ value = t.data( 'dep-value' ),
19
+ type = t.data( 'dep-type' );
20
 
21
+ dependencies_handler( field, dep, value.toString(), type );
 
 
22
 
23
+ $( dep ).on( 'change', function () {
24
+ dependencies_handler( field, dep, value.toString(), type );
25
+ } ).change();
26
+ } );
27
 
28
  //Handle dependencies.
29
+ function dependencies_handler( id, deps, values, type ) {
30
  var result = true;
31
 
32
  //Single dependency
33
+ if ( typeof( deps ) == 'string' ) {
34
+ if ( deps.substr( 0, 6 ) == ':radio' ) {
35
  deps = deps + ':checked';
36
  }
37
 
38
+ var val = $( deps ).val();
39
+
40
+ if ( $( deps ).attr( 'type' ) == 'checkbox' ) {
41
+ var thisCheck = $( deps );
42
+ if ( thisCheck.is( ':checked' ) ) {
43
+ val = 'yes';
44
+ }
45
+ else {
46
+ val = 'no';
47
+ }
48
+ }
49
 
50
+ values = values.split( ',' );
51
 
52
+ for ( var i = 0; i < values.length; i++ ) {
53
+ if ( val != values[ i ] ) {
54
  result = false;
55
  }
56
  else {
60
  }
61
  }
62
 
63
+ var $current_field = $( id ),
64
+ $current_container = $( id + '-container' ).closest( 'tr' ); // container for YIT Plugin Panel
65
+
66
+ if ( $current_container.length < 1 ) {
67
+ // container for YIT Plugin Panel WooCommerce
68
+ $current_container = $current_field.closest( '.yith-plugin-fw-panel-wc-row' );
69
  }
70
+
71
+ var types = type.split( '-' ), j;
72
+ for ( j in types ) {
73
+ var current_type = types[ j ];
74
+
75
+ if ( !result ) {
76
+ switch ( current_type ) {
77
+ case 'disable':
78
+ $current_container.addClass( 'yith-disabled' );
79
+ $current_field.attr( 'disabled', true );
80
+ break;
81
+ case 'hideme':
82
+ $current_field.hide();
83
+ break;
84
+ default:
85
+ $current_container.hide();
86
+ }
87
+
88
+ } else {
89
+ switch ( current_type ) {
90
+ case 'disable':
91
+ $current_container.removeClass( 'yith-disabled' );
92
+ $current_field.attr( 'disabled', false );
93
+ break;
94
+ case 'hideme':
95
+ $current_field.show();
96
+ break;
97
+ default:
98
+ $current_container.show();
99
+ }
100
+ }
101
+ }
102
+ }
103
 
104
  //connected list
105
+ $( '.rm_connectedlist' ).each( function () {
106
+ var ul = $( this ).find( 'ul' );
107
+ var input = $( this ).find( ':hidden' );
108
+ var sortable = ul.sortable( {
109
+ connectWith: ul,
110
+ update : function ( event, ui ) {
111
+ var value = {};
112
 
113
+ ul.each( function () {
114
+ var options = {};
115
 
116
+ $( this ).children().each( function () {
117
+ options[ $( this ).data( 'option' ) ] = $( this ).text();
118
+ } );
119
 
120
+ value[ $( this ).data( 'list' ) ] = options;
121
+ } );
122
 
123
+ input.val( (JSON.stringify( value )).replace( /[\\"']/g, '\\$&' ).replace( /\u0000/g, '\\0' ) );
124
+ }
125
+ } ).disableSelection();
126
+ } );
127
 
128
+ $( document ).ready( function () {
129
 
130
+ $( '.yith-video-link' ).click( function ( event ) {
131
  event.preventDefault();
132
+ var target = $( this ).data( 'video-id' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
133
 
134
+ $( '.' + target ).dialog( {
135
+ dialogClass : 'wp-dialog yit-dialog yit-video-dialog',
136
+ modal : true,
137
+ closeOnEscape: true,
138
+ width : 'auto',
139
+ resizable : false,
140
+ draggable : false,
141
+ create : function ( event, ui ) {
142
+ $( this ).css( "maxWidth", "853px" );
143
+ },
144
+ open : function ( event, ui ) {
145
 
146
+ $( '.ui-widget-overlay' ).bind( 'click', function () {
147
+ $( this ).siblings( '.ui-dialog' ).find( '.ui-dialog-content' ).dialog( 'close' );
148
+ } );
149
 
150
+ }
151
 
152
+ } );
 
153
 
154
+ $( '.ui-dialog :button' ).blur();
 
 
 
 
 
 
 
155
 
156
+ } );
157
+ } );
 
158
 
159
  //google analytics generation
160
+ $( document ).ready( function () {
161
+ $( '.google-analytic-generate' ).click( function () {
162
+ var editor = $( '#' + $( this ).data( 'textarea' ) ).data( 'codemirrorInstance' );
163
+ var gatc = $( '#' + $( this ).data( 'input' ) ).val();
164
+ var basename = $( this ).data( 'basename' );
165
 
166
  var text = "(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n";
167
  text += "(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement( o ),\n";
171
  text += "ga('send', 'pageview');\n";
172
  editor.replaceRange(
173
  text,
174
+ editor.getCursor( 'start' ),
175
+ editor.getCursor( 'end' )
176
  )
177
+ } )
178
+ } );
179
+
180
+
181
+ // prevents the WC message for changes when leaving the panel page
182
+ $( '.yith-plugin-fw-panel .woo-nav-tab-wrapper' ).removeClass( 'woo-nav-tab-wrapper' ).addClass( 'yith-nav-tab-wrapper' );
183
+
184
+ })( jQuery );
plugin-fw/assets/js/yit-plugin-panel.min.js CHANGED
@@ -1 +1,5 @@
1
- !function(t){function e(e,i,n){var a=!0;if("string"==typeof i){":radio"==i.substr(0,6)&&(i+=":checked");for(var n=n.split(","),o=0;o<n.length;o++){if(t(i).val()==n[o]){a=!0;break}a=!1}}a?t(e+"-container").closest("tr").show():t(e+"-container").closest("tr").hide()}var i=function(){var e="";t(this).attr("multiple")?(t(this).children("option:selected").each(function(i,n){0!=i&&(e+=", "),e+=t(n).text()}),""==e&&t(this).children().children("option:selected").each(function(i,n){0!=i&&(e+=", "),e+=t(n).text()})):(e=t(this).children("option:selected").text(),""==e&&(e=t(this).children().children("option:selected").text())),t(this).parent().find("span").length<=0&&t(this).before("<span></span>"),t(this).parent().children("span").replaceWith("<span>"+e+"</span>")};if(t(".plugin-option .select_wrapper select").not(".chosen").each(i).change(i),t(".plugin-option .select_wrapper").click(function(e){e.stopPropagation(),t(this).find("select[multiple]").not(".chosen").toggle()}),t(".plugin-option .select_wrapper select[multiple]").not(".chosen").click(function(t){t.stopPropagation()}),t(window).click(function(){t(".plugin-option .select_wrapper select[multiple]").not(".chosen").hide()}),t(".plugin-option .chosen .select_wrapper select").chosen(),t(".plugin-option .onoff_container span").on("click",function(){var e=t(this).prev("input"),i=e.prop("checked");i?e.prop("checked",!1).attr("value","no").removeClass("onoffchecked"):e.prop("checked",!0).attr("value","yes").addClass("onoffchecked"),e.change()}),t(".plugin-option .panel-colorpicker").wpColorPicker({onInit:function(){},change:function(t,e){},clear:function(){var e=t(this);e.val(e.data("default-color")),e.change()}}),t(".plugin-option .slider_container .ui-slider-horizontal").each(function(){var e=t(this).data("val"),i=t(this).data("min"),n=t(this).data("max"),a=t(this).data("step"),o=t(this).data("labels");t(this).slider({value:e,min:i,max:n,range:"min",step:a,slide:function(e,i){t(this).find("input").val(i.value),t(this).siblings(".feedback").find("strong").text(i.value+o)}})}),"undefined"!=typeof wp&&"undefined"!=typeof wp.media){var n=!0;wp.media.editor.send.attachment;t(".plugin-option .upload_img_url").change(function(){var e=t(this).val(),i=new RegExp("(http|ftp|https)://[a-zA-Z0-9@?^=%&amp;:/~+#-_.]*.(gif|jpg|jpeg|png|ico)"),n=t(this).parents().siblings(".upload_img_preview");i.test(e)?n.html('<img src="'+e+'" style="max-width:600px; max-height:300px;" />'):n.html("")}).trigger("change"),t(document).on("click",".plugin-option .upload_button",function(e){e.preventDefault();var i,n=t(this),a=n.attr("id").replace(/-button$/,"");if(i)return void i.open();var o=[new wp.media.controller.Library({library:wp.media.query(),multiple:!1,title:"Choose Image",priority:20,filterable:"uploaded"})];i=wp.media.frames.downloadable_file=wp.media({title:"Choose Image",library:{type:""},button:{text:"Choose Image"},multiple:!1,states:o}),i.on("select",function(){var e=i.state().get("selection").first().toJSON();t("#"+a).val(e.url),t("#"+a+"-yith-attachment-id")&&t("#"+a+"-yith-attachment-id").val(e.id),t(".plugin-option .upload_img_url").trigger("change")}),i.open()}),t(document).on("click",".plugin-option .upload_button_reset",function(e){var i=t(this),n=i.attr("id"),a=i.attr("id").replace(/-button_reset$/,""),o=t("#"+n).data("default");t("#"+a).val(o),t(".plugin-option .upload_img_url").trigger("change")})}t(".plugin-option .add_media").on("click",function(){n=!1}),t("[data-field]").each(function(){var i=t(this),n="#"+i.data("field"),a="#"+i.data("dep"),o=i.data("value");t(a).on("change",function(){e(n,a,o.toString())}).change()}),t(".rm_connectedlist").each(function(){var e=t(this).find("ul"),i=t(this).find(":hidden");e.sortable({connectWith:e,update:function(n,a){var o={};e.each(function(){var e={};t(this).children().each(function(){e[t(this).data("option")]=t(this).text()}),o[t(this).data("list")]=e}),i.val(JSON.stringify(o).replace(/[\\"']/g,"\\$&").replace(/\u0000/g,"\\0"))}}).disableSelection()}),t(document).ready(function(){t(".yith-video-link").click(function(e){e.preventDefault();var i=t(this).data("video-id");t("."+i).dialog({dialogClass:"wp-dialog yit-dialog yit-video-dialog",modal:!0,closeOnEscape:!0,width:"auto",resizable:!1,draggable:!1,create:function(e,i){t(this).css("maxWidth","853px")},open:function(e,i){t(".ui-widget-overlay").bind("click",function(){t(this).siblings(".ui-dialog").find(".ui-dialog-content").dialog("close")})}}),t(".ui-dialog :button").blur()})}),t(document).ready(function(){t(".codemirror").each(function(e,i){var n=CodeMirror.fromTextArea(i,{lineNumbers:1,mode:"javascript",showCursorWhenSelecting:!0});t(i).data("codemirrorInstance",n)})}),t(document).ready(function(){t(".google-analytic-generate").click(function(){var e=t("#"+t(this).data("textarea")).data("codemirrorInstance"),i=t("#"+t(this).data("input")).val(),n=t(this).data("basename"),a="(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n";a+="(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement( o ),\n",a+="m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n",a+="})(window,document,'script','//www.google-analytics.com/analytics.js','ga');\n\n",a+="ga('create', '"+i+"', '"+n+"');\n",a+="ga('send', 'pageview');\n",e.replaceRange(a,e.getCursor("start"),e.getCursor("end"))})})}(jQuery);
 
 
 
 
1
+ (function(a){function h(b,d,c,f){var e=!0;if("string"==typeof d){":radio"==d.substr(0,6)&&(d+=":checked");var g=a(d).val();"checkbox"==a(d).attr("type")&&(g=a(d).is(":checked")?"yes":"no");c=c.split(",");for(d=0;d<c.length;d++)if(g!=c[d])e=!1;else{e=!0;break}}c=a(b);b=a(b+"-container").closest("tr");1>b.length&&(b=c.closest(".yith-plugin-fw-panel-wc-row"));f=f.split("-");for(var h in f)if(g=f[h],e)switch(g){case "disable":b.removeClass("yith-disabled");c.attr("disabled",!1);break;case "hideme":c.show();
2
+ break;default:b.show()}else switch(g){case "disable":b.addClass("yith-disabled");c.attr("disabled",!0);break;case "hideme":c.hide();break;default:b.hide()}}a("[data-dep-target]").each(function(){var b=a(this),d="#"+b.data("dep-target"),c="#"+b.data("dep-id"),f=b.data("dep-value"),e=b.data("dep-type");h(d,c,f.toString(),e);a(c).on("change",function(){h(d,c,f.toString(),e)}).change()});a(".rm_connectedlist").each(function(){var b=a(this).find("ul"),d=a(this).find(":hidden");b.sortable({connectWith:b,
3
+ update:function(c,f){var e={};b.each(function(){var b={};a(this).children().each(function(){b[a(this).data("option")]=a(this).text()});e[a(this).data("list")]=b});d.val(JSON.stringify(e).replace(/[\\"']/g,"\\$&").replace(/\u0000/g,"\\0"))}}).disableSelection()});a(document).ready(function(){a(".yith-video-link").click(function(b){b.preventDefault();b=a(this).data("video-id");a("."+b).dialog({dialogClass:"wp-dialog yit-dialog yit-video-dialog",modal:!0,closeOnEscape:!0,width:"auto",resizable:!1,draggable:!1,
4
+ create:function(b,c){a(this).css("maxWidth","853px")},open:function(b,c){a(".ui-widget-overlay").bind("click",function(){a(this).siblings(".ui-dialog").find(".ui-dialog-content").dialog("close")})}});a(".ui-dialog :button").blur()})});a(document).ready(function(){a(".google-analytic-generate").click(function(){var b=a("#"+a(this).data("textarea")).data("codemirrorInstance"),d=a("#"+a(this).data("input")).val(),c=a(this).data("basename");b.replaceRange("(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement( o ),\nm=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n})(window,document,'script','//www.google-analytics.com/analytics.js','ga');\n\n"+
5
+ ("ga('create', '"+d+"', '"+c+"');\n")+"ga('send', 'pageview');\n",b.getCursor("start"),b.getCursor("end"))})});a(".yith-plugin-fw-panel .woo-nav-tab-wrapper").removeClass("woo-nav-tab-wrapper").addClass("yith-nav-tab-wrapper")})(jQuery);
plugin-fw/assets/js/yit-wp-pointer.js CHANGED
@@ -1,5 +1,4 @@
1
  jQuery(document).ready( function($) {
2
-
3
  var pointers = custom_pointer.pointers[0],
4
  options = pointers.options,
5
  target = $(pointers.target),
1
  jQuery(document).ready( function($) {
 
2
  var pointers = custom_pointer.pointers[0],
3
  options = pointers.options,
4
  target = $(pointers.target),
plugin-fw/assets/js/yit-wp-pointer.min.js CHANGED
@@ -1,3 +1,3 @@
1
- jQuery(document).ready(function(b){var c=custom_pointer.pointers[0],d=c.options,a=b(c.target),e=c.pointer_id;b(a).find(".wp-submenu li a").each(function(){var f=b(this),h=f.attr("href"),h=h.replace("admin.php?page=","");if(h==e){var k=f.add(a),g=a.find(c.target.replace("#","."));a.toggleClass("wp-no-current-submenu wp-menu-open wp-has-current-submenu");f.pointer({pointerClass:"yit-wp-pointer",content:d.content,position:d.position,open:function(){console.log("here");k.toggleClass("yit-pointer-selected-row");
2
- g.addClass("yit-pointer")},close:function(){a.toggleClass("wp-no-current-submenu wp-menu-open wp-has-current-submenu");k.toggleClass("yit-pointer-selected-row");g.removeClass("yit-pointer");b.ajax({type:"POST",url:ajaxurl,data:{action:"dismiss-wp-pointer",pointer:e},success:function(a){}})}}).pointer("open")}else if("yith_default_pointer"==e){var k=f.add(a),g=a.find(c.target.replace("#",".")),l=b(c.target);l.addClass("wp-has-current-submenu");g.pointer({pointerClass:"yit-wp-pointer",content:d.content,
3
- position:d.position,open:function(){l.addClass("yit-pointer-selected-row")},close:function(){l.removeClass("yit-pointer-selected-row wp-has-current-submenu");b.ajax({type:"POST",url:ajaxurl,data:{action:"dismiss-wp-pointer",pointer:e},success:function(a){}})}}).pointer("open")}})});
1
+ jQuery(document).ready(function(b){var c=custom_pointer.pointers[0],d=c.options,a=b(c.target),e=c.pointer_id;b(a).find(".wp-submenu li a").each(function(){var f=b(this),h=f.attr("href"),h=h.replace("admin.php?page=","");if(h==e){var k=f.add(a),g=a.find(c.target.replace("#","."));a.toggleClass("wp-no-current-submenu wp-menu-open wp-has-current-submenu");f.pointer({pointerClass:"yit-wp-pointer",content:d.content,position:d.position,open:function(){k.toggleClass("yit-pointer-selected-row");g.addClass("yit-pointer")},
2
+ close:function(){a.toggleClass("wp-no-current-submenu wp-menu-open wp-has-current-submenu");k.toggleClass("yit-pointer-selected-row");g.removeClass("yit-pointer");b.ajax({type:"POST",url:ajaxurl,data:{action:"dismiss-wp-pointer",pointer:e},success:function(a){}})}}).pointer("open")}else if("yith_default_pointer"==e){var k=f.add(a),g=a.find(c.target.replace("#",".")),l=b(c.target);l.addClass("wp-has-current-submenu");g.pointer({pointerClass:"yit-wp-pointer",content:d.content,position:d.position,open:function(){l.addClass("yit-pointer-selected-row")},
3
+ close:function(){l.removeClass("yit-pointer-selected-row wp-has-current-submenu");b.ajax({type:"POST",url:ajaxurl,data:{action:"dismiss-wp-pointer",pointer:e},success:function(a){}})}}).pointer("open")}})});
plugin-fw/assets/js/yith-enhanced-select-wc-2.6.js ADDED
@@ -0,0 +1,148 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ global yith_framework_enhanced_select_params
3
+ */
4
+ jQuery( document ).ready( function ( $ ) {
5
+ "use strict";
6
+
7
+ $( document.body )
8
+ .on( 'yith-framework-enhanced-select-init', function () {
9
+ // Post Search
10
+ $( ':input.yith-post-search' ).filter( ':not(.enhanced)' ).each( function () {
11
+ var default_data = {
12
+ action : 'yith_plugin_fw_json_search_posts',
13
+ security : yith_framework_enhanced_select_params.search_posts_nonce,
14
+ post_type: 'post'
15
+ },
16
+ current_data = $.extend( default_data, $( this ).data() ),
17
+ select2_args = {
18
+ allowClear : $( this ).data( 'allow_clear' ) ? true : false,
19
+ placeholder : $( this ).data( 'placeholder' ),
20
+ minimumInputLength: $( this ).data( 'minimum_input_length' ) ? $( this ).data( 'minimum_input_length' ) : '3',
21
+ escapeMarkup : function ( m ) {
22
+ return m;
23
+ },
24
+ ajax : {
25
+ url : yith_framework_enhanced_select_params.ajax_url,
26
+ dataType : 'json',
27
+ quietMillis: 250,
28
+ data : function ( term ) {
29
+ current_data.term = term;
30
+ return current_data;
31
+ },
32
+ results : function ( data ) {
33
+ var terms = [];
34
+ if ( data ) {
35
+ $.each( data, function ( id, text ) {
36
+ terms.push( { id: id, text: text } );
37
+ } );
38
+ }
39
+ return {
40
+ results: terms
41
+ };
42
+ },
43
+ cache : true
44
+ }
45
+ };
46
+
47
+ if ( $( this ).data( 'multiple' ) === true ) {
48
+ select2_args.multiple = true;
49
+ select2_args.initSelection = function ( element, callback ) {
50
+ var data = $.parseJSON( element.attr( 'data-selected' ) );
51
+ var selected = [];
52
+
53
+ $( element.val().split( ',' ) ).each( function ( i, val ) {
54
+ selected.push( {
55
+ id : val,
56
+ text: data[ val ]
57
+ } );
58
+ } );
59
+ return callback( selected );
60
+ };
61
+ select2_args.formatSelection = function ( data ) {
62
+ return '<div class="selected-option" data-id="' + data.id + '">' + data.text + '</div>';
63
+ };
64
+ } else {
65
+ select2_args.multiple = false;
66
+ select2_args.initSelection = function ( element, callback ) {
67
+ var data = {
68
+ id : element.val(),
69
+ text: element.attr( 'data-selected' )
70
+ };
71
+ return callback( data );
72
+ };
73
+ }
74
+
75
+ $( this ).select2( select2_args ).addClass( 'enhanced' );
76
+ } );
77
+
78
+ // Term Search
79
+ $( ':input.yith-term-search' ).filter( ':not(.enhanced)' ).each( function () {
80
+ var default_data = {
81
+ action : 'yith_plugin_fw_json_search_terms',
82
+ security : yith_framework_enhanced_select_params.search_terms_nonce,
83
+ taxonomy: 'category'
84
+ },
85
+ current_data = $.extend( default_data, $( this ).data() ),
86
+ select2_args = {
87
+ allowClear : $( this ).data( 'allow_clear' ) ? true : false,
88
+ placeholder : $( this ).data( 'placeholder' ),
89
+ minimumInputLength: $( this ).data( 'minimum_input_length' ) ? $( this ).data( 'minimum_input_length' ) : '3',
90
+ escapeMarkup : function ( m ) {
91
+ return m;
92
+ },
93
+ ajax : {
94
+ url : yith_framework_enhanced_select_params.ajax_url,
95
+ dataType : 'json',
96
+ quietMillis: 250,
97
+ data : function ( term ) {
98
+ current_data.term = term;
99
+ return current_data;
100
+ },
101
+ results : function ( data ) {
102
+ var terms = [];
103
+ if ( data ) {
104
+ $.each( data, function ( id, text ) {
105
+ terms.push( { id: id, text: text } );
106
+ } );
107
+ }
108
+ return {
109
+ results: terms
110
+ };
111
+ },
112
+ cache : true
113
+ }
114
+ };
115
+
116
+ if ( $( this ).data( 'multiple' ) === true ) {
117
+ select2_args.multiple = true;
118
+ select2_args.initSelection = function ( element, callback ) {
119
+ var data = $.parseJSON( element.attr( 'data-selected' ) );
120
+ var selected = [];
121
+
122
+ $( element.val().split( ',' ) ).each( function ( i, val ) {
123
+ selected.push( {
124
+ id : val,
125
+ text: data[ val ]
126
+ } );
127
+ } );
128
+ return callback( selected );
129
+ };
130
+ select2_args.formatSelection = function ( data ) {
131
+ return '<div class="selected-option" data-id="' + data.id + '">' + data.text + '</div>';
132
+ };
133
+ } else {
134
+ select2_args.multiple = false;
135
+ select2_args.initSelection = function ( element, callback ) {
136
+ var data = {
137
+ id : element.val(),
138
+ text: element.attr( 'data-selected' )
139
+ };
140
+ return callback( data );
141
+ };
142
+ }
143
+
144
+ $( this ).select2( select2_args ).addClass( 'enhanced' );
145
+ } );
146
+ } ).trigger( 'yith-framework-enhanced-select-init' );
147
+
148
+ } );
plugin-fw/assets/js/yith-enhanced-select-wc-2.6.min.js ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
1
+ jQuery(document).ready(function(a){a(document.body).on("yith-framework-enhanced-select-init",function(){a(":input.yith-post-search").filter(":not(.enhanced)").each(function(){var d=a.extend({action:"yith_plugin_fw_json_search_posts",security:yith_framework_enhanced_select_params.search_posts_nonce,post_type:"post"},a(this).data()),c={allowClear:a(this).data("allow_clear")?!0:!1,placeholder:a(this).data("placeholder"),minimumInputLength:a(this).data("minimum_input_length")?a(this).data("minimum_input_length"):
2
+ "3",escapeMarkup:function(b){return b},ajax:{url:yith_framework_enhanced_select_params.ajax_url,dataType:"json",quietMillis:250,data:function(b){d.term=b;return d},results:function(b){var c=[];b&&a.each(b,function(b,a){c.push({id:b,text:a})});return{results:c}},cache:!0}};!0===a(this).data("multiple")?(c.multiple=!0,c.initSelection=function(b,c){var f=a.parseJSON(b.attr("data-selected")),e=[];a(b.val().split(",")).each(function(b,a){e.push({id:a,text:f[a]})});return c(e)},c.formatSelection=function(b){return'<div class="selected-option" data-id="'+
3
+ b.id+'">'+b.text+"</div>"}):(c.multiple=!1,c.initSelection=function(b,a){var c={id:b.val(),text:b.attr("data-selected")};return a(c)});a(this).select2(c).addClass("enhanced")});a(":input.yith-term-search").filter(":not(.enhanced)").each(function(){var d=a.extend({action:"yith_plugin_fw_json_search_terms",security:yith_framework_enhanced_select_params.search_terms_nonce,taxonomy:"category"},a(this).data()),c={allowClear:a(this).data("allow_clear")?!0:!1,placeholder:a(this).data("placeholder"),minimumInputLength:a(this).data("minimum_input_length")?
4
+ a(this).data("minimum_input_length"):"3",escapeMarkup:function(b){return b},ajax:{url:yith_framework_enhanced_select_params.ajax_url,dataType:"json",quietMillis:250,data:function(b){d.term=b;return d},results:function(b){var c=[];b&&a.each(b,function(b,a){c.push({id:b,text:a})});return{results:c}},cache:!0}};!0===a(this).data("multiple")?(c.multiple=!0,c.initSelection=function(b,c){var d=a.parseJSON(b.attr("data-selected")),e=[];a(b.val().split(",")).each(function(b,a){e.push({id:a,text:d[a]})});
5
+ return c(e)},c.formatSelection=function(a){return'<div class="selected-option" data-id="'+a.id+'">'+a.text+"</div>"}):(c.multiple=!1,c.initSelection=function(a,c){var d={id:a.val(),text:a.attr("data-selected")};return c(d)});a(this).select2(c).addClass("enhanced")})}).trigger("yith-framework-enhanced-select-init")});
plugin-fw/assets/js/yith-enhanced-select.js ADDED
@@ -0,0 +1,136 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* global yith_framework_enhanced_select_params */
2
+
3
+ jQuery( document ).ready( function ( $ ) {
4
+ "use strict";
5
+
6
+ $( document.body )
7
+ .on( 'yith-framework-enhanced-select-init', function () {
8
+ // Post Search
9
+ $( '.yith-post-search' ).filter( ':not(.enhanced)' ).each( function () {
10
+ var default_data = {
11
+ action : 'yith_plugin_fw_json_search_posts',
12
+ security : yith_framework_enhanced_select_params.search_posts_nonce,
13
+ post_type: 'post'
14
+ },
15
+ current_data = $.extend( default_data, $( this ).data() ),
16
+ select2_args = {
17
+ allowClear : $( this ).data( 'allow_clear' ) ? true : false,
18
+ placeholder : $( this ).data( 'placeholder' ),
19
+ minimumInputLength: $( this ).data( 'minimum_input_length' ) ? $( this ).data( 'minimum_input_length' ) : '3',
20
+ escapeMarkup : function ( m ) {
21
+ return m;
22
+ },
23
+ ajax : {
24
+ url : ajaxurl,
25
+ dataType : 'json',
26
+ quietMillis : 250,
27
+ data : function ( params ) {
28
+ var default_data_to_return = {
29
+ term: params.term
30
+ };
31
+
32
+ return $.extend( default_data_to_return, current_data );
33
+ },
34
+ processResults: function ( data ) {
35
+ var terms = [];
36
+ if ( data ) {
37
+ $.each( data, function ( id, text ) {
38
+ terms.push( { id: id, text: text } );
39
+ } );
40
+ }
41
+ return {
42
+ results: terms
43
+ };
44
+ },
45
+ cache : true
46
+ }
47
+ };
48
+
49
+ $( this ).select2( select2_args ).addClass( 'enhanced' );
50
+
51
+ if ( $( this ).data( 'sortable' ) ) {
52
+ var $select = $( this );
53
+ var $list = $( this ).next( '.select2-container' ).find( 'ul.select2-selection__rendered' );
54
+
55
+ $list.sortable( {
56
+ placeholder : 'ui-state-highlight select2-selection__choice',
57
+ forcePlaceholderSize: true,
58
+ items : 'li:not(.select2-search__field)',
59
+ tolerance : 'pointer',
60
+ stop : function () {
61
+ $( $list.find( '.select2-selection__choice' ).get().reverse() ).each( function () {
62
+ var id = $( this ).data( 'data' ).id;
63
+ var option = $select.find( 'option[value="' + id + '"]' )[ 0 ];
64
+ $select.prepend( option );
65
+ } );
66
+ }
67
+ } );
68
+ }
69
+ } );
70
+
71
+ // TERM SEARCH
72
+ $( '.yith-term-search' ).filter( ':not(.enhanced)' ).each( function () {
73
+ var default_data = {
74
+ action : 'yith_plugin_fw_json_search_terms',
75
+ security: yith_framework_enhanced_select_params.search_terms_nonce,
76
+ taxonomy: 'category'
77
+ },
78
+ current_data = $.extend( default_data, $( this ).data() ),
79
+ select2_args = {
80
+ allowClear : $( this ).data( 'allow_clear' ) ? true : false,
81
+ placeholder : $( this ).data( 'placeholder' ),
82
+ minimumInputLength: $( this ).data( 'minimum_input_length' ) ? $( this ).data( 'minimum_input_length' ) : '3',
83
+ escapeMarkup : function ( m ) {
84
+ return m;
85
+ },
86
+ ajax : {
87
+ url : ajaxurl,
88
+ dataType : 'json',
89
+ quietMillis : 250,
90
+ data : function ( params ) {
91
+ var default_data_to_return = {
92
+ term: params.term
93
+ };
94
+
95
+ return $.extend( default_data_to_return, current_data );
96
+ },
97
+ processResults: function ( data ) {
98
+ var terms = [];
99
+ if ( data ) {
100
+ $.each( data, function ( id, text ) {
101
+ terms.push( { id: id, text: text } );
102
+ } );
103
+ }
104
+ return {
105
+ results: terms
106
+ };
107
+ },
108
+ cache : true
109
+ }
110
+ };
111
+
112
+ $( this ).select2( select2_args ).addClass( 'enhanced' );
113
+
114
+ if ( $( this ).data( 'sortable' ) ) {
115
+ var $select = $( this );
116
+ var $list = $( this ).next( '.select2-container' ).find( 'ul.select2-selection__rendered' );
117
+
118
+ $list.sortable( {
119
+ placeholder : 'ui-state-highlight select2-selection__choice',
120
+ forcePlaceholderSize: true,
121
+ items : 'li:not(.select2-search__field)',
122
+ tolerance : 'pointer',
123
+ stop : function () {
124
+ $( $list.find( '.select2-selection__choice' ).get().reverse() ).each( function () {
125
+ var id = $( this ).data( 'data' ).id;
126
+ var option = $select.find( 'option[value="' + id + '"]' )[ 0 ];
127
+ $select.prepend( option );
128
+ } );
129
+ }
130
+ } );
131
+ }
132
+ } );
133
+
134
+ } ).trigger( 'yith-framework-enhanced-select-init' );
135
+
136
+ } );
plugin-fw/assets/js/yith-enhanced-select.min.js ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
1
+ jQuery(document).ready(function(a){a(document.body).on("yith-framework-enhanced-select-init",function(){a(".yith-post-search").filter(":not(.enhanced)").each(function(){var e=a.extend({action:"yith_plugin_fw_json_search_posts",security:yith_framework_enhanced_select_params.search_posts_nonce,post_type:"post"},a(this).data()),f={allowClear:a(this).data("allow_clear")?!0:!1,placeholder:a(this).data("placeholder"),minimumInputLength:a(this).data("minimum_input_length")?a(this).data("minimum_input_length"):
2
+ "3",escapeMarkup:function(a){return a},ajax:{url:ajaxurl,dataType:"json",quietMillis:250,data:function(b){return a.extend({term:b.term},e)},processResults:function(b){var c=[];b&&a.each(b,function(a,b){c.push({id:a,text:b})});return{results:c}},cache:!0}};a(this).select2(f).addClass("enhanced");if(a(this).data("sortable")){var c=a(this),d=a(this).next(".select2-container").find("ul.select2-selection__rendered");d.sortable({placeholder:"ui-state-highlight select2-selection__choice",forcePlaceholderSize:!0,
3
+ items:"li:not(.select2-search__field)",tolerance:"pointer",stop:function(){a(d.find(".select2-selection__choice").get().reverse()).each(function(){var b=a(this).data("data").id,b=c.find('option[value="'+b+'"]')[0];c.prepend(b)})}})}});a(".yith-term-search").filter(":not(.enhanced)").each(function(){var e=a.extend({action:"yith_plugin_fw_json_search_terms",security:yith_framework_enhanced_select_params.search_terms_nonce,taxonomy:"category"},a(this).data()),f={allowClear:a(this).data("allow_clear")?
4
+ !0:!1,placeholder:a(this).data("placeholder"),minimumInputLength:a(this).data("minimum_input_length")?a(this).data("minimum_input_length"):"3",escapeMarkup:function(a){return a},ajax:{url:ajaxurl,dataType:"json",quietMillis:250,data:function(b){return a.extend({term:b.term},e)},processResults:function(b){var c=[];b&&a.each(b,function(a,b){c.push({id:a,text:b})});return{results:c}},cache:!0}};a(this).select2(f).addClass("enhanced");if(a(this).data("sortable")){var c=a(this),d=a(this).next(".select2-container").find("ul.select2-selection__rendered");
5
+ d.sortable({placeholder:"ui-state-highlight select2-selection__choice",forcePlaceholderSize:!0,items:"li:not(.select2-search__field)",tolerance:"pointer",stop:function(){a(d.find(".select2-selection__choice").get().reverse()).each(function(){var b=a(this).data("data").id,b=c.find('option[value="'+b+'"]')[0];c.prepend(b)})}})}})}).trigger("yith-framework-enhanced-select-init")});
plugin-fw/assets/js/yith-fields.js ADDED
@@ -0,0 +1,350 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ jQuery( function ( $ ) {
2
+
3
+ var $datepicker = $( '.yith-plugin-fw-datepicker' ),
4
+ $colorpicker = $( '.yith-plugin-fw-colorpicker' ),
5
+ $upload = {
6
+ imgPreviewHandler : '.yith-plugin-fw-upload-img-preview',
7
+ uploadButtonHandler: '.yith-plugin-fw-upload-button',
8
+ imgUrlHandler : '.yith-plugin-fw-upload-img-url',
9
+ resetButtonHandler : '.yith-plugin-fw-upload-button-reset',
10
+ imgUrl : $( '.yith-plugin-fw-upload-img-url' )
11
+ },
12
+ $wpAddMedia = $( '.add_media' ),
13
+ $imageGallery = {
14
+ sliderWrapper: $( '.yith-plugin-fw .image-gallery ul.slides-wrapper' ),
15
+ buttonHandler: '.yith-plugin-fw .image-gallery-button'
16
+ },
17
+ $onoff = $( '.yith-plugin-fw-onoff-container span' ),
18
+ $sidebars = $( '.yith-plugin-fw-sidebar-layout' ),
19
+ $slider = $( '.yith-plugin-fw .yith-plugin-fw-slider-container .ui-slider-horizontal' ),
20
+ $codemirror = $( '.codemirror' ),
21
+ $icons = $( '.yit-icons-manager-wrapper' );
22
+
23
+ /* Datepicker */
24
+ $datepicker.each( function () {
25
+ var args = $( this ).data();
26
+ $( this ).datepicker( args );
27
+ } );
28
+
29
+ /* Colorpicker */
30
+ $colorpicker.wpColorPicker( {
31
+ clear: function () {
32
+ var input = $( this );
33
+ input.val( input.data( 'default-color' ) );
34
+ input.change();
35
+ }
36
+ } );
37
+ $colorpicker.each( function () {
38
+ var select_label = $( this ).data( 'variations-label' );
39
+ $( this ).parent().parent().find( 'a.wp-color-result' ).attr( 'title', select_label );
40
+ } );
41
+
42
+ /* Upload */
43
+ if ( typeof wp !== 'undefined' && typeof wp.media !== 'undefined' ) {
44
+ var _custom_media = true;
45
+ // preview
46
+ $upload.imgUrl.change( function () {
47
+ var url = $( this ).val(),
48
+ re = new RegExp( "(http|ftp|https)://[a-zA-Z0-9@?^=%&amp;:/~+#-_.]*.(gif|jpg|jpeg|png|ico)" ),
49
+ preview = $( this ).parent().find( $upload.imgPreviewHandler ).first();
50
+
51
+ if ( preview.length < 1 )
52
+ preview = $( this ).parent().parent().find( $upload.imgPreviewHandler ).first();
53
+
54
+ if ( re.test( url ) ) {
55
+ preview.html( '<img src="' + url + '" style="max-width:100px; max-height:100px;" />' );
56
+ } else {
57
+ preview.html( '' );
58
+ }
59
+ } ).trigger( 'change' );
60
+
61
+ $( document ).on( 'click', $upload.uploadButtonHandler, function ( e ) {
62
+ e.preventDefault();
63
+
64
+ var t = $( this ),
65
+ custom_uploader,
66
+ id = t.attr( 'id' ).replace( /-button$/, '' );
67
+
68
+ //If the uploader object has already been created, reopen the dialog
69
+ if ( custom_uploader ) {
70
+ custom_uploader.open();
71
+ return;
72
+ }
73
+
74
+ var custom_uploader_states = [
75
+ // Main states.
76
+ new wp.media.controller.Library( {
77
+ library : wp.media.query(),
78
+ multiple : false,
79
+ title : 'Choose Image',
80
+ priority : 20,
81
+ filterable: 'uploaded'
82
+ } )
83
+ ];
84
+
85
+ // Create the media frame.
86
+ custom_uploader = wp.media.frames.downloadable_file = wp.media( {
87
+ // Set the title of the modal.
88
+ title : 'Choose Image',
89
+ library : {
90
+ type: ''
91
+ },
92
+ button : {
93
+ text: 'Choose Image'
94
+ },
95
+ multiple: false,
96
+ states : custom_uploader_states
97
+ } );
98
+
99
+ //When a file is selected, grab the URL and set it as the text field's value
100
+ custom_uploader.on( 'select', function () {
101
+ var attachment = custom_uploader.state().get( 'selection' ).first().toJSON();
102
+
103
+ $( "#" + id ).val( attachment.url );
104
+ // Save the id of the selected element to an element which name is the same with a suffix "-yith-attachment-id"
105
+ if ( $( "#" + id + "-yith-attachment-id" ) ) {
106
+ $( "#" + id + "-yith-attachment-id" ).val( attachment.id );
107
+ }
108
+ $upload.imgUrl.trigger( 'change' );
109
+ } );
110
+
111
+ //Open the uploader dialog
112
+ custom_uploader.open();
113
+ } );
114
+
115
+ $( document ).on( 'click', $upload.resetButtonHandler, function ( e ) {
116
+ var t = $( this ),
117
+ id = t.attr( 'id' ),
118
+ input_id = t.attr( 'id' ).replace( /-button-reset$/, '' ),
119
+ default_value = $( '#' + id ).data( 'default' );
120
+
121
+ $( "#" + input_id ).val( default_value );
122
+ $upload.imgUrl.trigger( 'change' );
123
+ } );
124
+ }
125
+
126
+ $wpAddMedia.on( 'click', function () {
127
+ _custom_media = false;
128
+ } );
129
+
130
+ /* Image Gallery */
131
+ if ( typeof wp !== 'undefined' && typeof wp.media !== 'undefined' ) {
132
+ $( document ).on( 'click', $imageGallery.buttonHandler, function ( e ) {
133
+ var $t = $( this ),
134
+ $container = $t.closest( '.image-gallery' ),
135
+ $image_gallery_ids = $container.find( '.image_gallery_ids' ),
136
+ attachment_ids = $image_gallery_ids.val(),
137
+ $gallery_images_wrapper = $container.find( 'ul.slides-wrapper' );
138
+
139
+ // Create the media frame.
140
+ var image_gallery_frame = wp.media.frames.image_gallery = wp.media( {
141
+ // Set the title of the modal.
142
+ title : $t.data( 'choose' ),
143
+ button: {
144
+ text: $t.data( 'update' )
145
+ },
146
+ states: [
147
+ new wp.media.controller.Library( {
148
+ title : $t.data( 'choose' ),
149
+ filterable: 'all',
150
+ multiple : true
151
+ } )
152
+ ]
153
+ } );
154
+
155
+ // When an image is selected, run a callback.
156
+ image_gallery_frame.on( 'select', function () {
157
+ var selection = image_gallery_frame.state().get( 'selection' );
158
+ selection.map( function ( attachment ) {
159
+ attachment = attachment.toJSON();
160
+
161
+ if ( attachment.id ) {
162
+ attachment_ids = attachment_ids ? attachment_ids + "," + attachment.id : attachment.id;
163
+ $gallery_images_wrapper.append( '<li class="image" data-attachment_id="' + attachment.id + '"><img src="' + attachment.sizes.thumbnail.url + '"/><ul class="actions"><li><a href="#" class="delete" title="' + $t.data( 'delete' ) + '">x</a></li></ul></li>' );
164
+ }
165
+ } );
166
+
167
+ $image_gallery_ids.val( attachment_ids );
168
+ } );
169
+
170
+ image_gallery_frame.open();
171
+
172
+ } );
173
+
174
+ // Image ordering
175
+ $imageGallery.sliderWrapper.each( function () {
176
+ var $t = $( this );
177
+ $t.sortable( {
178
+ items : 'li.image',
179
+ cursor : 'move',
180
+ scrollSensitivity : 40,
181
+ forcePlaceholderSize: true,
182
+ forceHelperSize : false,
183
+ helper : 'clone',
184
+ opacity : 0.65,
185
+ start : function ( event, ui ) {
186
+ ui.item.css( 'background-color', '#f6f6f6' );
187
+ },
188
+ stop : function ( event, ui ) {
189
+ ui.item.removeAttr( 'style' );
190
+ },
191
+ update : function ( event, ui ) {
192
+ var attachment_ids = '';
193
+
194
+ $t.find( 'li.image' ).css( 'cursor', 'default' ).each( function () {
195
+ var attachment_id = $( this ).attr( 'data-attachment_id' );
196
+ attachment_ids = attachment_ids + attachment_id + ',';
197
+ } );
198
+
199
+ $t.closest( '.image-gallery' ).find( '.image_gallery_ids' ).val( attachment_ids );
200
+ }
201
+ } );
202
+ } );
203
+
204
+ // Remove images
205
+ $imageGallery.sliderWrapper.on( 'click', 'a.delete', function () {
206
+ var $wrapper = $( this ).closest( '.image-gallery' ),
207
+ $gallery = $( this ).closest( '.image-gallery ul.slides-wrapper' ),
208
+ $image_gallery_ids = $wrapper.find( '.image_gallery_ids' ),
209
+ attachment_ids = '';
210
+
211
+ $( this ).closest( 'li.image' ).remove();
212
+
213
+ $gallery.find( 'li.image' ).css( 'cursor', 'default' ).each( function () {
214
+ var attachment_id = $( this ).attr( 'data-attachment_id' );
215
+ attachment_ids = attachment_ids + attachment_id + ',';
216
+ } );
217
+
218
+ $image_gallery_ids.val( attachment_ids );
219
+ } );
220
+ }
221
+
222
+ /* on-off */
223
+ $onoff.on( 'click', function () {
224
+ var input = $( this ).prev( 'input' ),
225
+ checked = input.prop( 'checked' );
226
+
227
+ if ( checked ) {
228
+ input.prop( 'checked', false ).attr( 'value', 'no' ).removeClass( 'onoffchecked' );
229
+ } else {
230
+ input.prop( 'checked', true ).attr( 'value', 'yes' ).addClass( 'onoffchecked' );
231
+ }
232
+
233
+ input.change();
234
+ } );
235
+
236
+ /* Sidebars */
237
+ $sidebars.each( function () {
238
+ var $images = $( this ).find( 'img' );
239
+ $images.on( 'click', function () {
240
+ var $container = $( this ).closest( '.yith-plugin-fw-sidebar-layout' ),
241
+ $left = $container.find( '.yith-plugin-fw-sidebar-layout-sidebar-left-container' ),
242
+ $right = $container.find( '.yith-plugin-fw-sidebar-layout-sidebar-right-container' ),
243
+ type = $( this ).data( 'type' );
244
+
245
+ $( this ).parent().children( ':radio' ).attr( 'checked', false );
246
+ $( this ).prev( ':radio' ).attr( 'checked', true );
247
+
248
+ if ( typeof type != 'undefined' ) {
249
+ switch ( type ) {
250
+ case 'left':
251
+ $left.show();
252
+ $right.hide();
253
+ break;
254
+ case 'right':
255
+ $right.show();
256
+ $left.hide();
257
+ break;
258
+ case 'double':
259
+ $left.show();
260
+ $right.show();
261
+ break;
262
+ default:
263
+ $left.hide();
264
+ $right.hide();
265
+ break;
266
+ }
267
+ }
268
+ } );
269
+ } );
270
+
271
+ /* Slider */
272
+ $slider.each( function () {
273
+ var val = $( this ).data( 'val' ),
274
+ minValue = $( this ).data( 'min' ),
275
+ maxValue = $( this ).data( 'max' ),
276
+ step = $( this ).data( 'step' ),
277
+ labels = $( this ).data( 'labels' );
278
+
279
+ $( this ).slider( {
280
+ value: val,
281
+ min : minValue,
282
+ max : maxValue,
283
+ range: 'min',
284
+ step : step,
285
+
286
+ create: function() {
287
+ $( this ).find( '.ui-slider-handle' ).text( $( this ).slider( "value" ) );
288
+ },
289
+
290
+
291
+ slide: function ( event, ui ) {
292
+ $( this ).find( 'input' ).val( ui.value );
293
+ $( this ).find( '.ui-slider-handle' ).text( ui.value );
294
+ $( this ).siblings( '.feedback' ).find( 'strong' ).text( ui.value + labels );
295
+ }
296
+ } );
297
+ } );
298
+
299
+ /* codemirror */
300
+ $codemirror.each( function ( i, v ) {
301
+ var editor = CodeMirror.fromTextArea( v, {
302
+ lineNumbers : 1,
303
+ mode : 'javascript',
304
+ showCursorWhenSelecting: true
305
+ } );
306
+
307
+ $( v ).data( 'codemirrorInstance', editor );
308
+ } );
309
+
310
+ /* Select All - Deselect All */
311
+ $( document ).on( 'click', '.yith-plugin-fw-select-all', function () {
312
+ var $targetSelect = $( '#' + $( this ).data( 'select-id' ) );
313
+ $targetSelect.find( 'option' ).prop( 'selected', true ).trigger( 'change' );
314
+ } );
315
+
316
+ $( document ).on( 'click', '.yith-plugin-fw-deselect-all', function () {
317
+ var $targetSelect = $( '#' + $( this ).data( 'select-id' ) );
318
+ $targetSelect.find( 'option' ).prop( 'selected', false ).trigger( 'change' );
319
+ } );
320
+
321
+
322
+ $icons.each( function () {
323
+ var $container = $( this ),
324
+ $preview = $container.find( '.yit-icons-manager-icon-preview' ).first(),
325
+ $text = $container.find( '.yit-icons-manager-icon-text' );
326
+
327
+ $container.on( 'click', '.yit-icons-manager-list li', function ( event ) {
328
+ var $target = $( event.target ).closest( 'li' ),
329
+ font = $target.data( 'font' ),
330
+ icon = $target.data( 'icon' ),
331
+ key = $target.data( 'key' ),
332
+ name = $target.data( 'name' );
333
+
334
+ $preview.attr( 'data-font', font );
335
+ $preview.attr( 'data-icon', icon );
336
+ $preview.attr( 'data-key', key );
337
+ $preview.attr( 'data-name', name );
338
+
339
+ $text.val( font + ':' + name );
340
+
341
+ $container.find( '.yit-icons-manager-list li' ).removeClass( 'active' );
342
+ $target.addClass( 'active' );
343
+ } );
344
+
345
+ $container.on( 'click', '.yit-icons-manager-action-set-default', function () {
346
+ $container.find( '.yit-icons-manager-list li.default' ).trigger( 'click' );
347
+ } );
348
+ } );
349
+
350
+ } );
plugin-fw/assets/js/yith-fields.min.js ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ var $jscomp=$jscomp||{};$jscomp.scope={};$jscomp.findInternal=function(a,g,e){a instanceof String&&(a=String(a));for(var d=a.length,h=0;h<d;h++){var l=a[h];if(g.call(e,l,h,a))return{i:h,v:l}}return{i:-1,v:void 0}};$jscomp.ASSUME_ES5=!1;$jscomp.ASSUME_NO_NATIVE_MAP=!1;$jscomp.ASSUME_NO_NATIVE_SET=!1;$jscomp.defineProperty=$jscomp.ASSUME_ES5||"function"==typeof Object.defineProperties?Object.defineProperty:function(a,g,e){a!=Array.prototype&&a!=Object.prototype&&(a[g]=e.value)};
2
+ $jscomp.getGlobal=function(a){return"undefined"!=typeof window&&window===a?a:"undefined"!=typeof global&&null!=global?global:a};$jscomp.global=$jscomp.getGlobal(this);$jscomp.polyfill=function(a,g,e,d){if(g){e=$jscomp.global;a=a.split(".");for(d=0;d<a.length-1;d++){var h=a[d];h in e||(e[h]={});e=e[h]}a=a[a.length-1];d=e[a];g=g(d);g!=d&&null!=g&&$jscomp.defineProperty(e,a,{configurable:!0,writable:!0,value:g})}};
3
+ $jscomp.polyfill("Array.prototype.find",function(a){return a?a:function(a,e){return $jscomp.findInternal(this,a,e).v}},"es6","es3");
4
+ jQuery(function(a){var g=a(".yith-plugin-fw-datepicker"),e=a(".yith-plugin-fw-colorpicker"),d=a(".yith-plugin-fw-upload-img-url"),h=a(".add_media"),l=a(".yith-plugin-fw .image-gallery ul.slides-wrapper"),m=a(".yith-plugin-fw-onoff-container span"),n=a(".yith-plugin-fw-sidebar-layout"),p=a(".yith-plugin-fw .yith-plugin-fw-slider-container .ui-slider-horizontal"),q=a(".codemirror"),r=a(".yit-icons-manager-wrapper");g.each(function(){var b=a(this).data();a(this).datepicker(b)});e.wpColorPicker({clear:function(){var b=
5
+ a(this);b.val(b.data("default-color"));b.change()}});e.each(function(){var b=a(this).data("variations-label");a(this).parent().parent().find("a.wp-color-result").attr("title",b)});"undefined"!==typeof wp&&"undefined"!==typeof wp.media&&(d.change(function(){var b=a(this).val(),c=a(this).parent().find(".yith-plugin-fw-upload-img-preview").first();1>c.length&&(c=a(this).parent().parent().find(".yith-plugin-fw-upload-img-preview").first());/(http|ftp|https):\/\/[a-zA-Z0-9@?^=%&amp;:/~+#-_.]*.(gif|jpg|jpeg|png|ico)/.test(b)?
6
+ c.html('<img src="'+b+'" style="max-width:100px; max-height:100px;" />'):c.html("")}).trigger("change"),a(document).on("click",".yith-plugin-fw-upload-button",function(b){b.preventDefault();var c=a(this).attr("id").replace(/-button$/,"");if(!f){b=[new wp.media.controller.Library({library:wp.media.query(),multiple:!1,title:"Choose Image",priority:20,filterable:"uploaded"})];var f=wp.media.frames.downloadable_file=wp.media({title:"Choose Image",library:{type:""},button:{text:"Choose Image"},multiple:!1,
7
+ states:b});f.on("select",function(){var b=f.state().get("selection").first().toJSON();a("#"+c).val(b.url);a("#"+c+"-yith-attachment-id")&&a("#"+c+"-yith-attachment-id").val(b.id);d.trigger("change")})}f.open()}),a(document).on("click",".yith-plugin-fw-upload-button-reset",function(b){var c=a(this);b=c.attr("id");c=c.attr("id").replace(/-button-reset$/,"");b=a("#"+b).data("default");a("#"+c).val(b);d.trigger("change")}));h.on("click",function(){});"undefined"!==typeof wp&&"undefined"!==typeof wp.media&&
8
+ (a(document).on("click",".yith-plugin-fw .image-gallery-button",function(b){var c=a(this);b=c.closest(".image-gallery");var f=b.find(".image_gallery_ids"),k=f.val(),e=b.find("ul.slides-wrapper"),d=wp.media.frames.image_gallery=wp.media({title:c.data("choose"),button:{text:c.data("update")},states:[new wp.media.controller.Library({title:c.data("choose"),filterable:"all",multiple:!0})]});d.on("select",function(){d.state().get("selection").map(function(a){a=a.toJSON();a.id&&(k=k?k+","+a.id:a.id,e.append('<li class="image" data-attachment_id="'+
9
+ a.id+'"><img src="'+a.sizes.thumbnail.url+'"/><ul class="actions"><li><a href="#" class="delete" title="'+c.data("delete")+'">x</a></li></ul></li>'))});f.val(k)});d.open()}),l.each(function(){var b=a(this);b.sortable({items:"li.image",cursor:"move",scrollSensitivity:40,forcePlaceholderSize:!0,forceHelperSize:!1,helper:"clone",opacity:.65,start:function(a,b){b.item.css("background-color","#f6f6f6")},stop:function(a,b){b.item.removeAttr("style")},update:function(c,f){var k="";b.find("li.image").css("cursor",
10
+ "default").each(function(){var b=a(this).attr("data-attachment_id");k=k+b+","});b.closest(".image-gallery").find(".image_gallery_ids").val(k)}})}),l.on("click","a.delete",function(){var b=a(this).closest(".image-gallery"),c=a(this).closest(".image-gallery ul.slides-wrapper");b=b.find(".image_gallery_ids");var f="";a(this).closest("li.image").remove();c.find("li.image").css("cursor","default").each(function(){var b=a(this).attr("data-attachment_id");f=f+b+","});b.val(f)}));m.on("click",function(){var b=
11
+ a(this).prev("input");b.prop("checked")?b.prop("checked",!1).attr("value","no").removeClass("onoffchecked"):b.prop("checked",!0).attr("value","yes").addClass("onoffchecked");b.change()});n.each(function(){a(this).find("img").on("click",function(){var b=a(this).closest(".yith-plugin-fw-sidebar-layout"),c=b.find(".yith-plugin-fw-sidebar-layout-sidebar-left-container");b=b.find(".yith-plugin-fw-sidebar-layout-sidebar-right-container");var f=a(this).data("type");a(this).parent().children(":radio").attr("checked",
12
+ !1);a(this).prev(":radio").attr("checked",!0);if("undefined"!=typeof f)switch(f){case "left":c.show();b.hide();break;case "right":b.show();c.hide();break;case "double":c.show();b.show();break;default:c.hide(),b.hide()}})});p.each(function(){var b=a(this).data("val"),c=a(this).data("min"),f=a(this).data("max"),e=a(this).data("step"),d=a(this).data("labels");a(this).slider({value:b,min:c,max:f,range:"min",step:e,create:function(){a(this).find(".ui-slider-handle").text(a(this).slider("value"))},slide:function(b,
13
+ c){a(this).find("input").val(c.value);a(this).find(".ui-slider-handle").text(c.value);a(this).siblings(".feedback").find("strong").text(c.value+d)}})});q.each(function(b,c){b=CodeMirror.fromTextArea(c,{lineNumbers:1,mode:"javascript",showCursorWhenSelecting:!0});a(c).data("codemirrorInstance",b)});a(document).on("click",".yith-plugin-fw-select-all",function(){a("#"+a(this).data("select-id")).find("option").prop("selected",!0).trigger("change")});a(document).on("click",".yith-plugin-fw-deselect-all",
14
+ function(){a("#"+a(this).data("select-id")).find("option").prop("selected",!1).trigger("change")});r.each(function(){var b=a(this),c=b.find(".yit-icons-manager-icon-preview").first(),e=b.find(".yit-icons-manager-icon-text");b.on("click",".yit-icons-manager-list li",function(d){d=a(d.target).closest("li");var f=d.data("font"),g=d.data("icon"),h=d.data("key"),k=d.data("name");c.attr("data-font",f);c.attr("data-icon",g);c.attr("data-key",h);c.attr("data-name",k);e.val(f+":"+k);b.find(".yit-icons-manager-list li").removeClass("active");
15
+ d.addClass("active")});b.on("click",".yit-icons-manager-action-set-default",function(){b.find(".yit-icons-manager-list li.default").trigger("click")})})});
plugin-fw/init.php CHANGED
@@ -1,14 +1,13 @@
1
  <?php
2
  /**
3
  * Framework Name: YIT Plugin Framework
4
- * Version: 2.9.65
5
  * Author: Yithemes
6
  * Text Domain: yith-plugin-fw
7
  * Domain Path: /languages/
8
  *
9
  * @author Your Inspiration Themes
10
- * @package YITH WooCommerce Ajax Navigation
11
- * @version 2.0
12
  */
13
  /**
14
  * This file belongs to the YIT Plugin Framework.
@@ -25,7 +24,7 @@ if ( ! defined ( 'ABSPATH' ) ) {
25
 
26
  if ( ! function_exists ( 'yit_maybe_plugin_fw_loader' ) ) {
27
  /**
28
- * YITH WooCommerce Ajax Navigation
29
  *
30
  * @since 1.0.0
31
  */
1
  <?php
2
  /**
3
  * Framework Name: YIT Plugin Framework
4
+ * Version: 3.0.9
5
  * Author: Yithemes
6
  * Text Domain: yith-plugin-fw
7
  * Domain Path: /languages/
8
  *
9
  * @author Your Inspiration Themes
10
+ * @version 3.0.9
 
11
  */
12
  /**
13
  * This file belongs to the YIT Plugin Framework.
24
 
25
  if ( ! function_exists ( 'yit_maybe_plugin_fw_loader' ) ) {
26
  /**
27
+ * yit_maybe_plugin_fw_loader
28
  *
29
  * @since 1.0.0
30
  */
plugin-fw/languages/yith-plugin-fw.pot CHANGED
@@ -5,7 +5,7 @@ msgid ""
5
  msgstr ""
6
  "Project-Id-Version: YITH Plugin Starter 1.0.0 Plugin FW\n"
7
  "Report-Msgid-Bugs-To: Your Inspiration Themes <plugins@yithemes.com>\n"
8
- "POT-Creation-Date: 2016-07-06 15:16+0200\n"
9
  "PO-Revision-Date: 2015-05-05 10:38+0100\n"
10
  "Last-Translator: \n"
11
  "Language-Team: Your Inspiration Themes <info@yithemes.com>\n"
@@ -13,7 +13,7 @@ msgstr ""
13
  "MIME-Version: 1.0\n"
14
  "Content-Type: text/plain; charset=utf-8\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
- "X-Generator: Poedit 1.8.8\n"
17
  "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;"
18
  "_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;"
19
  "esc_html_x:1,2c\n"
@@ -128,7 +128,7 @@ msgid "%s Settings"
128
  msgstr ""
129
 
130
  #: lib/yit-cpt-unlimited.php:1048 lib/yit-cpt-unlimited.php:1196
131
- #: lib/yit-cpt-unlimited.php:1202 lib/yit-plugin-panel.php:74
132
  msgid "Settings"
133
  msgstr ""
134
 
@@ -220,81 +220,73 @@ msgstr ""
220
  msgid "Upload multiple files"
221
  msgstr ""
222
 
223
- #: lib/yit-plugin-panel-sidebar.php:421 templates/panel/sidebar/sidebar.php:3
224
- msgid "Hide sidebar"
225
- msgstr ""
226
-
227
- #: lib/yit-plugin-panel-sidebar.php:422 templates/panel/sidebar/sidebar.php:3
228
- msgid "Show sidebar"
229
- msgstr ""
230
-
231
- #: lib/yit-plugin-panel-wc.php:374
232
  msgid "The changes you have made will be lost if you leave this page."
233
  msgstr ""
234
 
235
- #: lib/yit-plugin-panel.php:73
236
  msgid "Plugin Settings"
237
  msgstr ""
238
 
239
- #: lib/yit-plugin-panel.php:297 lib/yit-plugin-panel.php:300
240
  msgid "How to install premium version"
241
  msgstr ""
242
 
243
- #: lib/yit-plugin-panel.php:352 lib/yit-plugin-subpanel.php:146
244
  #: templates/panel/woocommerce/woocommerce-form.php:11
245
  msgid "Save Changes"
246
  msgstr ""
247
 
248
- #: lib/yit-plugin-panel.php:355 templates/panel/woocommerce/woocommerce-form.php:14
249
  msgid "If you continue with this action, you will reset all options in this page."
250
  msgstr ""
251
 
252
- #: lib/yit-plugin-panel.php:357 lib/yit-plugin-subpanel.php:151
253
  msgid "Reset to default"
254
  msgstr ""
255
 
256
- #: lib/yit-plugin-panel.php:357 lib/yit-plugin-subpanel.php:151
257
  #: templates/panel/woocommerce/woocommerce-form.php:18
258
  msgid "Are you sure?"
259
  msgstr ""
260
 
261
- #: lib/yit-plugin-panel.php:553
262
  msgid "The element you have entered already exists. Please, enter another name."
263
  msgstr ""
264
 
265
- #: lib/yit-plugin-panel.php:554
266
  msgid "Settings saved"
267
  msgstr ""
268
 
269
- #: lib/yit-plugin-panel.php:555
270
  msgid "Settings reset"
271
  msgstr ""
272
 
273
- #: lib/yit-plugin-panel.php:556
274
  msgid "Element deleted correctly."
275
  msgstr ""
276
 
277
- #: lib/yit-plugin-panel.php:557 lib/yit-plugin-panel.php:558
278
  msgid "Element updated correctly."
279
  msgstr ""
280
 
281
- #: lib/yit-plugin-panel.php:559
282
  msgid "Database imported correctly."
283
  msgstr ""
284
 
285
- #: lib/yit-plugin-panel.php:560
286
  msgid "An error has occurred during import. Please try again."
287
  msgstr ""
288
 
289
- #: lib/yit-plugin-panel.php:561
290
  msgid "The added file is not valid."
291
  msgstr ""
292
 
293
- #: lib/yit-plugin-panel.php:562
294
  msgid "Sorry, import is disabled."
295
  msgstr ""
296
 
297
- #: lib/yit-plugin-panel.php:563
298
  msgid "Sorting successful."
299
  msgstr ""
300
 
@@ -309,9 +301,9 @@ msgstr ""
309
 
310
  #: lib/yit-pointers.php:71
311
  msgid ""
312
- "From now on, you can find all plugin options in YIT Plugin menu.\n"
313
- " For each plugin installed, customization "
314
- "settings will be available as a new entry in YIT Plugin menu."
315
  msgstr ""
316
 
317
  #: lib/yit-pointers.php:73 lib/yit-pointers.php:89
@@ -328,13 +320,13 @@ msgstr ""
328
 
329
  #: lib/yit-pointers.php:85
330
  msgid ""
331
- "From now on, you can find all options of your plugins in YIT Plugin menu.\n"
332
- " Any time one of our plugins is updated, a new "
333
  "entry will be added to this menu.\n"
334
  " For example, after the update, plugin options "
335
  "(such as for YITH WooCommerce Wishlist, YITH WooCommerce Ajax Search, etc.)\n"
336
- " will be moved from previous location to YIT "
337
- "Plugin tab."
338
  msgstr ""
339
 
340
  #: lib/yit-upgrade.php:135
@@ -369,67 +361,68 @@ msgstr ""
369
  msgid "Could not create Temporary file."
370
  msgstr ""
371
 
372
- #: lib/yit-upgrade.php:439
373
  #, php-format
374
  msgid ""
375
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
376
- "changelog-button\" title=\"%3$s\">View version %4$s details</a>."
 
377
  msgstr ""
378
 
379
- #: lib/yit-upgrade.php:441
380
  #, php-format
381
  msgid ""
382
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
383
- "changelog-button\" title=\"%3$s\">View version %4$s details</a>. <em>You have to "
384
- "activate the plugin on a single site of the network to benefit from automatic "
385
- "updates.</em>"
386
  msgstr ""
387
 
388
- #: lib/yit-upgrade.php:443
389
  #, php-format
390
  msgid ""
391
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
392
- "changelog-button\" title=\"%3$s\">View version %4$s details</a>. <em>Automatic "
393
- "update is unavailable for this plugin, please <a href=\"%5$s\" title=\"License "
394
- "activation\">activate</a> your copy of %6s.</em>"
395
  msgstr ""
396
 
397
- #: lib/yit-upgrade.php:445
398
  #, php-format
399
  msgid ""
400
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
401
- "changelog-button\" title=\"%3$s\">View version %4$s details</a> or <a href=\"%5$s"
402
- "\">update now</a>."
403
  msgstr ""
404
 
405
- #: lib/yit-upgrade.php:517
406
  msgid "You can't update the plugins for this site."
407
  msgstr ""
408
 
409
- #: lib/yit-upgrade.php:521
410
  msgid "You do not have sufficient permissions to update the plugins for this site."
411
  msgstr ""
412
 
413
- #: lib/yit-upgrade.php:528
414
  msgid "Update Plugin"
415
  msgstr ""
416
 
417
- #: licence/lib/yit-licence.php:182
418
  #, php-format
419
  msgctxt "%s = field name"
420
  msgid "%s field cannot be empty"
421
  msgstr ""
422
 
423
- #: licence/lib/yit-licence.php:183
424
  #, php-format
425
  msgid "%s and %s fields cannot be empty"
426
  msgstr ""
427
 
428
- #: licence/lib/yit-licence.php:184
429
  msgid "Unable to contact the remote server, please try again later. Thanks!"
430
  msgstr ""
431
 
432
- #: licence/lib/yit-licence.php:185
433
  #: licence/templates/panel/activation/activation-panel.php:88
434
  #: licence/templates/panel/activation/activation-panel.php:166
435
  #: licence/templates/panel/activation/activation-panel.php:197
@@ -438,62 +431,62 @@ msgstr ""
438
  msgid "Email"
439
  msgstr ""
440
 
441
- #: licence/lib/yit-licence.php:186
442
  #: licence/templates/panel/activation/activation-panel.php:89
443
  #: licence/templates/panel/activation/activation-panel.php:167
444
  #: licence/templates/panel/activation/activation-panel.php:198
445
  msgid "License Key"
446
  msgstr ""
447
 
448
- #: licence/lib/yit-licence.php:187
449
  msgid "Are you sure you want to deactivate the license for current site?"
450
  msgstr ""
451
 
452
- #: licence/lib/yit-licence.php:667
453
  msgid "Invalid Request"
454
  msgstr ""
455
 
456
- #: licence/lib/yit-licence.php:668
457
  msgid "Invalid license key"
458
  msgstr ""
459
 
460
- #: licence/lib/yit-licence.php:669
461
  msgid "Software has been deactivated"
462
  msgstr ""
463
 
464
- #: licence/lib/yit-licence.php:670
465
  msgid "Maximum number of activations exceeded"
466
  msgstr ""
467
 
468
- #: licence/lib/yit-licence.php:671
469
  msgid "Invalid instance ID"
470
  msgstr ""
471
 
472
- #: licence/lib/yit-licence.php:672
473
  msgid "Invalid security key"
474
  msgstr ""
475
 
476
- #: licence/lib/yit-licence.php:673
477
  msgid "License key has expired"
478
  msgstr ""
479
 
480
- #: licence/lib/yit-licence.php:674
481
  msgid "License key has been banned"
482
  msgstr ""
483
 
484
- #: licence/lib/yit-licence.php:675
485
  msgid "Current product is not included in your YITH Club Subscription key"
486
  msgstr ""
487
 
488
- #: licence/lib/yit-licence.php:676
489
  msgid "Great"
490
  msgstr ""
491
 
492
- #: licence/lib/yit-licence.php:676
493
  msgid "License successfully activated"
494
  msgstr ""
495
 
496
- #: licence/lib/yit-licence.php:677
497
  msgid "License key deactivated for website"
498
  msgstr ""
499
 
@@ -969,22 +962,6 @@ msgstr ""
969
  msgid "Italic bold"
970
  msgstr ""
971
 
972
- #: templates/panel/sidebar/widgets/widgets.php:17
973
- msgid "Join the club"
974
- msgstr ""
975
-
976
- #: templates/panel/sidebar/widgets/widgets.php:24
977
- msgid "Despacho Theme - 100% FREE"
978
- msgstr ""
979
-
980
- #: templates/panel/sidebar/widgets/widgets.php:28
981
- msgid "FREE!"
982
- msgstr ""
983
-
984
- #: templates/panel/sidebar/widgets/widgets.php:34
985
- msgid "Important Links"
986
- msgstr ""
987
-
988
  #: templates/panel/types/upload.php:32
989
  msgid "Reset"
990
  msgstr ""
5
  msgstr ""
6
  "Project-Id-Version: YITH Plugin Starter 1.0.0 Plugin FW\n"
7
  "Report-Msgid-Bugs-To: Your Inspiration Themes <plugins@yithemes.com>\n"
8
+ "POT-Creation-Date: 2017-09-27 13:39+0200\n"
9
  "PO-Revision-Date: 2015-05-05 10:38+0100\n"
10
  "Last-Translator: \n"
11
  "Language-Team: Your Inspiration Themes <info@yithemes.com>\n"
13
  "MIME-Version: 1.0\n"
14
  "Content-Type: text/plain; charset=utf-8\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
+ "X-Generator: Poedit 1.8.9\n"
17
  "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;"
18
  "_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;"
19
  "esc_html_x:1,2c\n"
128
  msgstr ""
129
 
130
  #: lib/yit-cpt-unlimited.php:1048 lib/yit-cpt-unlimited.php:1196
131
+ #: lib/yit-cpt-unlimited.php:1202 lib/yit-plugin-panel.php:69
132
  msgid "Settings"
133
  msgstr ""
134
 
220
  msgid "Upload multiple files"
221
  msgstr ""
222
 
223
+ #: lib/yit-plugin-panel-wc.php:372
 
 
 
 
 
 
 
 
224
  msgid "The changes you have made will be lost if you leave this page."
225
  msgstr ""
226
 
227
+ #: lib/yit-plugin-panel.php:68
228
  msgid "Plugin Settings"
229
  msgstr ""
230
 
231
+ #: lib/yit-plugin-panel.php:291 lib/yit-plugin-panel.php:294
232
  msgid "How to install premium version"
233
  msgstr ""
234
 
235
+ #: lib/yit-plugin-panel.php:345 lib/yit-plugin-subpanel.php:146
236
  #: templates/panel/woocommerce/woocommerce-form.php:11
237
  msgid "Save Changes"
238
  msgstr ""
239
 
240
+ #: lib/yit-plugin-panel.php:348 templates/panel/woocommerce/woocommerce-form.php:14
241
  msgid "If you continue with this action, you will reset all options in this page."
242
  msgstr ""
243
 
244
+ #: lib/yit-plugin-panel.php:350 lib/yit-plugin-subpanel.php:151
245
  msgid "Reset to default"
246
  msgstr ""
247
 
248
+ #: lib/yit-plugin-panel.php:350 lib/yit-plugin-subpanel.php:151
249
  #: templates/panel/woocommerce/woocommerce-form.php:18
250
  msgid "Are you sure?"
251
  msgstr ""
252
 
253
+ #: lib/yit-plugin-panel.php:487
254
  msgid "The element you have entered already exists. Please, enter another name."
255
  msgstr ""
256
 
257
+ #: lib/yit-plugin-panel.php:488
258
  msgid "Settings saved"
259
  msgstr ""
260
 
261
+ #: lib/yit-plugin-panel.php:489
262
  msgid "Settings reset"
263
  msgstr ""
264
 
265
+ #: lib/yit-plugin-panel.php:490
266
  msgid "Element deleted correctly."
267
  msgstr ""
268
 
269
+ #: lib/yit-plugin-panel.php:491 lib/yit-plugin-panel.php:492
270
  msgid "Element updated correctly."
271
  msgstr ""
272
 
273
+ #: lib/yit-plugin-panel.php:493
274
  msgid "Database imported correctly."
275
  msgstr ""
276
 
277
+ #: lib/yit-plugin-panel.php:494
278
  msgid "An error has occurred during import. Please try again."
279
  msgstr ""
280
 
281
+ #: lib/yit-plugin-panel.php:495
282
  msgid "The added file is not valid."
283
  msgstr ""
284
 
285
+ #: lib/yit-plugin-panel.php:496
286
  msgid "Sorry, import is disabled."
287
  msgstr ""
288
 
289
+ #: lib/yit-plugin-panel.php:497
290
  msgid "Sorting successful."
291
  msgstr ""
292
 
301
 
302
  #: lib/yit-pointers.php:71
303
  msgid ""
304
+ "From now on, you can find all plugin options in YITH Plugins menu.\n"
305
+ " Plugin customization settings will be "
306
+ "available as a new entry in YITH Plugins menu."
307
  msgstr ""
308
 
309
  #: lib/yit-pointers.php:73 lib/yit-pointers.php:89
320
 
321
  #: lib/yit-pointers.php:85
322
  msgid ""
323
+ "From now on, you can find the option panel of YITH plugins in YITH Plugins menu.\n"
324
+ " Every time one of our plugins is added, a new "
325
  "entry will be added to this menu.\n"
326
  " For example, after the update, plugin options "
327
  "(such as for YITH WooCommerce Wishlist, YITH WooCommerce Ajax Search, etc.)\n"
328
+ " will be moved from previous location to YITH "
329
+ "Plugins tab."
330
  msgstr ""
331
 
332
  #: lib/yit-upgrade.php:135
361
  msgid "Could not create Temporary file."
362
  msgstr ""
363
 
364
+ #: lib/yit-upgrade.php:446
365
  #, php-format
366
  msgid ""
367
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
368
+ "changelog-button open-plugin-details-modal\" title=\"%3$s\">View version %4$s "
369
+ "details</a>."
370
  msgstr ""
371
 
372
+ #: lib/yit-upgrade.php:448
373
  #, php-format
374
  msgid ""
375
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
376
+ "changelog-button open-plugin-details-modal\" title=\"%3$s\">View version %4$s "
377
+ "details</a>. <em>You have to activate the plugin on a single site of the network "
378
+ "to benefit from automatic updates.</em>"
379
  msgstr ""
380
 
381
+ #: lib/yit-upgrade.php:450
382
  #, php-format
383
  msgid ""
384
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
385
+ "changelog-button open-plugin-details-modal\" title=\"%3$s\">View version %4$s "
386
+ "details</a>. <em>Automatic update is unavailable for this plugin, please <a href="
387
+ "\"%5$s\" title=\"License activation\">activate</a> your copy of %6s.</em>"
388
  msgstr ""
389
 
390
+ #: lib/yit-upgrade.php:452
391
  #, php-format
392
  msgid ""
393
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
394
+ "changelog-button open-plugin-details-modal\" title=\"%3$s\">View version %4$s "
395
+ "details</a> or <a href=\"%5$s\">update now</a>."
396
  msgstr ""
397
 
398
+ #: lib/yit-upgrade.php:526
399
  msgid "You can't update the plugins for this site."
400
  msgstr ""
401
 
402
+ #: lib/yit-upgrade.php:530
403
  msgid "You do not have sufficient permissions to update the plugins for this site."
404
  msgstr ""
405
 
406
+ #: lib/yit-upgrade.php:537
407
  msgid "Update Plugin"
408
  msgstr ""
409
 
410
+ #: licence/lib/yit-licence.php:183
411
  #, php-format
412
  msgctxt "%s = field name"
413
  msgid "%s field cannot be empty"
414
  msgstr ""
415
 
416
+ #: licence/lib/yit-licence.php:184
417
  #, php-format
418
  msgid "%s and %s fields cannot be empty"
419
  msgstr ""
420
 
421
+ #: licence/lib/yit-licence.php:185
422
  msgid "Unable to contact the remote server, please try again later. Thanks!"
423
  msgstr ""
424
 
425
+ #: licence/lib/yit-licence.php:186
426
  #: licence/templates/panel/activation/activation-panel.php:88
427
  #: licence/templates/panel/activation/activation-panel.php:166
428
  #: licence/templates/panel/activation/activation-panel.php:197
431
  msgid "Email"
432
  msgstr ""
433
 
434
+ #: licence/lib/yit-licence.php:187
435
  #: licence/templates/panel/activation/activation-panel.php:89
436
  #: licence/templates/panel/activation/activation-panel.php:167
437
  #: licence/templates/panel/activation/activation-panel.php:198
438
  msgid "License Key"
439
  msgstr ""
440
 
441
+ #: licence/lib/yit-licence.php:188
442
  msgid "Are you sure you want to deactivate the license for current site?"
443
  msgstr ""
444
 
445
+ #: licence/lib/yit-licence.php:668
446
  msgid "Invalid Request"
447
  msgstr ""
448
 
449
+ #: licence/lib/yit-licence.php:669
450
  msgid "Invalid license key"
451
  msgstr ""
452
 
453
+ #: licence/lib/yit-licence.php:670
454
  msgid "Software has been deactivated"
455
  msgstr ""
456
 
457
+ #: licence/lib/yit-licence.php:671
458
  msgid "Maximum number of activations exceeded"
459
  msgstr ""
460
 
461
+ #: licence/lib/yit-licence.php:672
462
  msgid "Invalid instance ID"
463
  msgstr ""
464
 
465
+ #: licence/lib/yit-licence.php:673
466
  msgid "Invalid security key"
467
  msgstr ""
468
 
469
+ #: licence/lib/yit-licence.php:674
470
  msgid "License key has expired"
471
  msgstr ""
472
 
473
+ #: licence/lib/yit-licence.php:675
474
  msgid "License key has been banned"
475
  msgstr ""
476
 
477
+ #: licence/lib/yit-licence.php:676
478
  msgid "Current product is not included in your YITH Club Subscription key"
479
  msgstr ""
480
 
481
+ #: licence/lib/yit-licence.php:677
482
  msgid "Great"
483
  msgstr ""
484
 
485
+ #: licence/lib/yit-licence.php:677
486
  msgid "License successfully activated"
487
  msgstr ""
488
 
489
+ #: licence/lib/yit-licence.php:678
490
  msgid "License key deactivated for website"
491
  msgstr ""
492
 
962
  msgid "Italic bold"
963
  msgstr ""
964
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
965
  #: templates/panel/types/upload.php:32
966
  msgid "Reset"
967
  msgstr ""
plugin-fw/lib/yit-ajax.php CHANGED
@@ -32,17 +32,7 @@ if ( !class_exists( 'YIT_Ajax' ) ) {
32
  * @since 1.0
33
  */
34
  protected static $_instance = null;
35
-
36
- /**
37
- * Constructor
38
- *
39
- * @since 1.0
40
- * @author Leanza Francesco <leanzafrancesco@gmail.com>
41
- */
42
- private function __construct() {
43
- add_action( 'wp_ajax_yith_plugin_panel_sidebar_set_collapse_option', array( $this, 'set_ajax_sidebar_collapse_option' ) );
44
- }
45
-
46
  /**
47
  * get single instance
48
  *
@@ -61,14 +51,214 @@ if ( !class_exists( 'YIT_Ajax' ) ) {
61
  }
62
 
63
  /**
64
- * Set Sidebar collapse option [AJAX]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
65
  */
66
- public function set_ajax_sidebar_collapse_option() {
67
- if ( isset( $_REQUEST[ 'option' ] ) ) {
68
- $option = $_REQUEST[ 'option' ];
69
- update_option( YIT_Plugin_Panel_Sidebar::$collapse_option, $option );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
70
  }
71
- die();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
  }
73
  }
74
  }
32
  * @since 1.0
33
  */
34
  protected static $_instance = null;
35
+
 
 
 
 
 
 
 
 
 
 
36
  /**
37
  * get single instance
38
  *
51
  }
52
 
53
  /**
54
+ * Constructor
55
+ *
56
+ * @since 1.0
57
+ * @author Leanza Francesco <leanzafrancesco@gmail.com>
58
+ */
59
+ private function __construct() {
60
+ $ajax_actions = array(
61
+ 'json_search_posts',
62
+ 'json_search_products',
63
+ 'json_search_orders',
64
+ 'json_search_terms'
65
+ );
66
+
67
+ foreach ( $ajax_actions as $ajax_action ) {
68
+ add_action( 'wp_ajax_yith_plugin_fw_' . $ajax_action, array( $this, $ajax_action ) );
69
+ add_action( 'wp_ajax_nopriv_yith_plugin_fw_' . $ajax_action, array( $this, $ajax_action ) );
70
+ }
71
+ }
72
+
73
+ /**
74
+ * Post Search
75
+ *
76
+ * @param bool|array $request
77
+ */
78
+ public function json_search_posts( $request = false ) {
79
+ ob_start();
80
+
81
+ if ( !$request )
82
+ check_ajax_referer( 'search-posts', 'security' );
83
+
84
+ $request = $request ? $request : $_REQUEST;
85
+
86
+ $term = (string) wc_clean( stripslashes( $request[ 'term' ] ) );
87
+ if ( empty( $term ) ) {
88
+ die();
89
+ }
90
+
91
+ $found_posts = array();
92
+
93
+ $args = array(
94
+ 'post_type' => 'post',
95
+ 'post_status' => 'publish',
96
+ 'numberposts' => -1,
97
+ 'orderby' => 'title',
98
+ 'order' => 'asc',
99
+ 'post_parent' => 0,
100
+ 'suppress_filters' => 0,
101
+ 'include' => '',
102
+ 'exclude' => '',
103
+ );
104
+
105
+ foreach ( $args as $key => $default_value ) {
106
+ if ( !empty( $request[ $key ] ) ) {
107
+ $args[ $key ] = $request[ $key ];
108
+ }
109
+ }
110
+
111
+ $show_id = isset( $request[ 'show_id' ] ) && $request[ 'show_id' ];
112
+
113
+ $args[ 's' ] = $term;
114
+ $args[ 'fields' ] = 'ids';
115
+
116
+ $posts = get_posts( $args );
117
+
118
+ if ( !empty( $posts ) ) {
119
+ foreach ( $posts as $post_id ) {
120
+ if ( !current_user_can( 'read_product', $post_id ) ) {
121
+ continue;
122
+ }
123
+ $title = get_the_title( $post_id ) . ( $show_id ? " (#{$post_id})" : '' );
124
+ $found_posts[ $post_id ] = apply_filters( 'yith_plugin_fw_json_search_found_post_title', rawurldecode( $title ), $post_id, $request );
125
+ }
126
+ }
127
+ $found_posts = apply_filters( 'yith_plugin_fw_json_search_found_posts', $found_posts, $request );
128
+
129
+ wp_send_json( $found_posts );
130
+ }
131
+
132
+ /**
133
+ * Product Search
134
+ */
135
+ public function json_search_products() {
136
+ check_ajax_referer( 'search-posts', 'security' );
137
+
138
+ $term = (string) wc_clean( stripslashes( $_REQUEST[ 'term' ] ) );
139
+ if ( empty( $term ) ) {
140
+ die();
141
+ }
142
+
143
+ $request = $_REQUEST;
144
+ $request[ 'post_type' ] = 'product';
145
+
146
+ $request_include = isset( $request[ 'include' ] ) && !is_array( $request[ 'include' ] ) ? explode( ',', $request[ 'include' ] ) : array();
147
+
148
+ if ( !empty( $request[ 'product_type' ] ) ) {
149
+ if ( $product_type_term = get_term_by( 'slug', $request[ 'product_type' ], 'product_type' ) ) {
150
+ $posts_in = array_unique( (array) get_objects_in_term( $product_type_term->term_id, 'product_type' ) );
151
+ if ( !!$request_include )
152
+ $posts_in = array_intersect( $posts_in, $request_include );
153
+
154
+ if ( !!$posts_in ) {
155
+ $request[ 'include' ] = implode( ',', $posts_in );
156
+ } else {
157
+ $request[ 'include' ] = '-1';
158
+ }
159
+ }
160
+ }
161
+
162
+ $request = apply_filters( 'yith_plugin_fw_json_search_products_request', $request );
163
+
164
+ $this->json_search_posts( $request );
165
+ }
166
+
167
+ /**
168
+ * Order Search
169
  */
170
+ public function json_search_orders() {
171
+ global $wpdb;
172
+ ob_start();
173
+
174
+ check_ajax_referer( 'search-posts', 'security' );
175
+
176
+ $term = wc_clean( stripslashes( $_REQUEST[ 'term' ] ) );
177
+
178
+ if ( empty( $term ) ) {
179
+ die();
180
+ }
181
+
182
+ $found_orders = array();
183
+
184
+ $term = apply_filters( 'yith_plugin_fw_json_search_order_number', $term );
185
+
186
+ $query_orders = $wpdb->get_results( $wpdb->prepare( "
187
+ SELECT ID, post_title FROM {$wpdb->posts} AS posts
188
+ WHERE posts.post_type = 'shop_order'
189
+ AND posts.ID LIKE %s
190
+ ", '%' . $term . '%' ) );
191
+
192
+ if ( $query_orders ) {
193
+ foreach ( $query_orders as $item ) {
194
+ $order_number = apply_filters( 'yith_plugin_fw_order_number', '#' . $item->ID, $item->ID );
195
+ $found_orders[ $item->ID ] = $order_number . ' &ndash; ' . esc_html( $item->post_title );
196
+ }
197
  }
198
+
199
+ wp_send_json( $found_orders );
200
+ }
201
+
202
+ /**
203
+ * Order Search
204
+ */
205
+ public function json_search_terms() {
206
+ global $wpdb;
207
+ ob_start();
208
+
209
+ check_ajax_referer( 'search-terms', 'security' );
210
+
211
+ $term = (string) wc_clean( stripslashes( $_REQUEST[ 'term' ] ) );
212
+
213
+ if ( empty( $term ) ) {
214
+ die();
215
+ }
216
+
217
+ $request = $_REQUEST;
218
+
219
+ $args = array(
220
+ 'taxonomy' => 'category',
221
+ 'hide_empty' => false,
222
+ 'order' => 'ASC',
223
+ 'orderby' => 'name',
224
+ 'include' => '',
225
+ 'exclude' => '',
226
+ 'exclude_tree' => '',
227
+ 'number' => '',
228
+ 'hierarchical' => true,
229
+ 'child_of' => 0,
230
+ 'parent' => '',
231
+ 'term_field' => 'id'
232
+ );
233
+
234
+ $args = apply_filters( 'yith_plugin_fw_json_search_terms_default_args', $args, $request );
235
+
236
+ foreach ( $args as $key => $default_value ) {
237
+ if ( !empty( $request[ $key ] ) ) {
238
+ $args[ $key ] = $request[ $key ];
239
+ }
240
+ }
241
+
242
+ $args = apply_filters( 'yith_plugin_fw_json_search_terms_args', $args, $request );
243
+
244
+ $args[ 'name__like' ] = $term;
245
+ $args[ 'fields' ] = 'id=>name';
246
+
247
+ if ( !taxonomy_exists( $args[ 'taxonomy' ] ) )
248
+ die();
249
+
250
+ $terms = yith_get_terms( $args );
251
+
252
+ if ( $args[ 'term_field' ] !== 'id' ) {
253
+ $temp_terms = $terms;
254
+ $terms = array();
255
+ foreach ( $temp_terms as $term_id => $term_name ) {
256
+ $current_term_field = get_term_field( $args[ 'term_field' ], $term_id, $args[ 'taxonomy' ] );
257
+ $terms[ $current_term_field ] = $term_name;
258
+ }
259
+ }
260
+
261
+ wp_send_json( $terms );
262
  }
263
  }
264
  }
plugin-fw/lib/yit-assets.php ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * This file belongs to the YIT Plugin Framework.
4
+ *
5
+ * This source file is subject to the GNU GENERAL PUBLIC LICENSE (GPL 3.0)
6
+ * that is bundled with this package in the file LICENSE.txt.
7
+ * It is also available through the world-wide-web at this URL:
8
+ * http://www.gnu.org/licenses/gpl-3.0.txt
9
+ */
10
+
11
+ !defined( 'ABSPATH' ) && exit; // Exit if accessed directly
12
+
13
+ if ( !class_exists( 'YIT_Assets' ) ) {
14
+ /**
15
+ * YIT Assets
16
+ *
17
+ * @class YIT_Assets
18
+ * @package Yithemes
19
+ * @since 3.0.0
20
+ * @author Leanza Francesco <leanzafrancesco@gmail.com>
21
+ */
22
+ class YIT_Assets {
23
+ /** @var string */
24
+ public $version = '1.0.0';
25
+
26
+ /** @var YIT_Assets */
27
+ private static $_instance;
28
+
29
+ /** @return YIT_Assets */
30
+ public static function instance() {
31
+ return !is_null( self::$_instance ) ? self::$_instance : self::$_instance = new self();
32
+ }
33
+
34
+ /**
35
+ * Constructor
36
+ *
37
+ * @since 1.0
38
+ * @author Leanza Francesco <leanzafrancesco@gmail.com>
39
+ */
40
+ private function __construct() {
41
+ add_action( 'admin_enqueue_scripts', array( $this, 'register_styles_and_scripts' ) );
42
+ }
43
+
44
+ /**
45
+ * Register styles and scripts
46
+ */
47
+ public function register_styles_and_scripts() {
48
+ global $wp_scripts, $woocommerce;
49
+
50
+ $suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';
51
+
52
+ //scripts
53
+ wp_register_script( 'yith-plugin-fw-fields', YIT_CORE_PLUGIN_URL . '/assets/js/yith-fields' . $suffix . '.js', array( 'jquery', 'jquery-ui-datepicker', 'wp-color-picker', 'codemirror', 'codemirror-javascript', 'jquery-ui-slider' ), $this->version, true );
54
+ wp_register_script( 'yit-metabox', YIT_CORE_PLUGIN_URL . '/assets/js/metabox' . $suffix . '.js', array( 'jquery', 'wp-color-picker' ), '1.0.0', true );
55
+ wp_register_script( 'yit-plugin-panel', YIT_CORE_PLUGIN_URL . '/assets/js/yit-plugin-panel' . $suffix . '.js', array( 'jquery', 'wp-color-picker', 'jquery-ui-sortable' ), $this->version, true );
56
+ wp_register_script( 'codemirror', YIT_CORE_PLUGIN_URL . '/assets/js/codemirror/codemirror.js', array( 'jquery' ), $this->version, true );
57
+ wp_register_script( 'codemirror-javascript', YIT_CORE_PLUGIN_URL . '/assets/js/codemirror/javascript.js', array( 'jquery', 'codemirror' ), $this->version, true );
58
+ wp_register_script( 'colorbox', YIT_CORE_PLUGIN_URL . '/assets/js/jquery.colorbox' . $suffix . '.js', array( 'jquery' ), '1.6.3', true );
59
+ wp_register_script( 'yith_how_to', YIT_CORE_PLUGIN_URL . '/assets/js/how-to' . $suffix . '.js', array( 'jquery' ), $this->version, true );
60
+
61
+ //styles
62
+ $jquery_version = isset( $wp_scripts->registered[ 'jquery-ui-core' ]->ver ) ? $wp_scripts->registered[ 'jquery-ui-core' ]->ver : '1.9.2';
63
+ wp_register_style( 'codemirror', YIT_CORE_PLUGIN_URL . '/assets/css/codemirror/codemirror.css' );
64
+ wp_register_style( 'yit-plugin-style', YIT_CORE_PLUGIN_URL . '/assets/css/yit-plugin-panel.css', array(), $this->version );
65
+ wp_register_style( 'raleway-font', '//fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,100,200,300,900' );
66
+ wp_register_style( 'yit-jquery-ui-style', '//code.jquery.com/ui/' . $jquery_version . '/themes/smoothness/jquery-ui.css', array(), $jquery_version );
67
+ wp_register_style( 'colorbox', YIT_CORE_PLUGIN_URL . '/assets/css/colorbox.css', array(), $this->version );
68
+ wp_register_style( 'yit-upgrade-to-pro', YIT_CORE_PLUGIN_URL . '/assets/css/yit-upgrade-to-pro.css', array( 'colorbox' ), $this->version );
69
+ wp_register_style( 'yit-plugin-metaboxes', YIT_CORE_PLUGIN_URL . '/assets/css/metaboxes.css' );
70
+ wp_register_style( 'yith-plugin-fw-fields', YIT_CORE_PLUGIN_URL . '/assets/css/yith-fields.css', false, $this->version );
71
+
72
+ if ( function_exists( 'WC' ) || !empty( $woocommerce ) ) {
73
+ $woocommerce_version = function_exists( 'WC' ) ? WC()->version : $woocommerce->version;
74
+ $wc_version_suffix = version_compare( $woocommerce_version, '3.0.0', '>=' ) ? '' : '-wc-2.6';
75
+
76
+ wp_register_style( 'woocommerce_admin_styles', $woocommerce->plugin_url() . '/assets/css/admin.css', array(), $woocommerce_version );
77
+
78
+ wp_register_script( 'yith-enhanced-select', YIT_CORE_PLUGIN_URL . '/assets/js/yith-enhanced-select' . $wc_version_suffix . $suffix . '.js', array( 'jquery', 'select2', 'woocommerce_admin' ), '1.0.0', true );
79
+ wp_localize_script( 'yith-enhanced-select', 'yith_framework_enhanced_select_params', array(
80
+ 'ajax_url' => admin_url( 'admin-ajax.php' ),
81
+ 'search_posts_nonce' => wp_create_nonce( 'search-posts' ),
82
+ 'search_terms_nonce' => wp_create_nonce( 'search-terms' ),
83
+ ) );
84
+ }
85
+
86
+ wp_enqueue_style( 'yith-plugin-fw-admin', YIT_CORE_PLUGIN_URL . '/assets/css/admin.css', array(), $this->version );
87
+
88
+ }
89
+ }
90
+ }
91
+
92
+ YIT_Assets::instance();
plugin-fw/lib/yit-debug.php ADDED
@@ -0,0 +1,270 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * This file belongs to the YIT Framework.
4
+ *
5
+ * This source file is subject to the GNU GENERAL PUBLIC LICENSE (GPL 3.0)
6
+ * that is bundled with this package in the file LICENSE.txt.
7
+ * It is also available through the world-wide-web at this URL:
8
+ * http://www.gnu.org/licenses/gpl-3.0.txt
9
+ */
10
+
11
+ !defined( 'ABSPATH' ) && exit; // Exit if accessed directly
12
+
13
+ if ( !class_exists( 'YITH_Debug' ) ) {
14
+ /**
15
+ * YITH_Debug
16
+ *
17
+ * manages debug
18
+ *
19
+ * @class YITH_Debug
20
+ * @package Yithemes
21
+ * @since 1.0.0
22
+ * @author Leanza Francesco <leanzafrancesco@gmail.com>
23
+ *
24
+ */
25
+ class YITH_Debug {
26
+
27
+ /** @var YITH_Debug */
28
+ private static $_instance;
29
+
30
+ public static function get_instance() {
31
+ return isset( self::$_instance ) ? self::$_instance : self::$_instance = new self();
32
+ }
33
+
34
+ /**
35
+ * @access private
36
+ * @author Leanza Francesco <leanzafrancesco@gmail.com>
37
+ */
38
+ private function __construct() {
39
+ add_action( 'init', array( $this, 'init' ) );
40
+ }
41
+
42
+ /**
43
+ * fired on init
44
+ */
45
+ public function init() {
46
+ if ( !is_admin() || defined( 'DOING_AJAX' ) )
47
+ return;
48
+
49
+ $is_debug = apply_filters( 'yith_plugin_fw_is_debug', isset( $_GET[ 'yith-debug' ] ) );
50
+
51
+ if ( $is_debug ) {
52
+ add_action( 'admin_bar_menu', array( $this, 'add_debug_in_admin_bar' ), 99 );
53
+ }
54
+ }
55
+
56
+ /**
57
+ * add debug node in admin bar
58
+ *
59
+ * @param $wp_admin_bar
60
+ */
61
+ public function add_debug_in_admin_bar( $wp_admin_bar ) {
62
+ $args = array(
63
+ 'id' => 'yith-debug-admin-bar',
64
+ 'title' => 'YITH Debug',
65
+ 'href' => '',
66
+ 'meta' => array(
67
+ 'class' => 'yith-debug-admin-bar'
68
+ )
69
+ );
70
+ $wp_admin_bar->add_node( $args );
71
+
72
+ $subnodes = array();
73
+
74
+ foreach ( $this->get_debug_information() as $key => $information ) {
75
+ $label = $information[ 'label' ];
76
+ $value = $information[ 'value' ];
77
+ $url = !empty( $information[ 'url' ] ) ? $information[ 'url' ] : '';
78
+
79
+ if ( !!$value ) {
80
+ $title = "<strong>$label:</strong> $value";
81
+ } else {
82
+ $title = "<strong>$label</strong>";
83
+ }
84
+
85
+ $subnodes[] = array(
86
+ 'id' => 'yith-debug-admin-bar-' . $key,
87
+ 'parent' => 'yith-debug-admin-bar',
88
+ 'title' => $title,
89
+ 'href' => $url,
90
+ 'meta' => array(
91
+ 'class' => 'yith-debug-admin-bar-' . $key
92
+ )
93
+ );
94
+
95
+ if ( isset( $information[ 'subsub' ] ) ) {
96
+ foreach ( $information[ 'subsub' ] as $sub_key => $sub_value ) {
97
+ $title = isset( $sub_value[ 'title' ] ) ? $sub_value[ 'title' ] : '';
98
+ $html = isset( $sub_value[ 'html' ] ) ? $sub_value[ 'html' ] : '';
99
+ $subnodes[] = array(
100
+ 'id' => 'yith-debug-admin-bar-' . $key . '-' . $sub_key,
101
+ 'parent' => 'yith-debug-admin-bar-' . $key,
102
+ 'title' => $title,
103
+ 'href' => '',
104
+ 'meta' => array(
105
+ 'class' => 'yith-debug-admin-bar-' . $key . '-' . $sub_key,
106
+ 'html' => $html,
107
+ )
108
+ );
109
+ }
110
+ }
111
+ }
112
+
113
+ foreach ( $subnodes as $subnode ) {
114
+ $wp_admin_bar->add_node( $subnode );
115
+ }
116
+ }
117
+
118
+
119
+ /**
120
+ * return an array of debug information
121
+ *
122
+ * @return array
123
+ */
124
+ public function get_debug_information() {
125
+ $debug = array(
126
+ 'plugin-fw-info' => array(
127
+ 'label' => 'Framework',
128
+ 'value' => $this->get_plugin_framework_info()
129
+ ),
130
+ 'yith-premium-plugins' => array(
131
+ 'label' => 'YITH Premium Plugins',
132
+ 'value' => '',
133
+ 'subsub' => $this->get_premium_plugins_info()
134
+ ),
135
+ 'wc-version' => array(
136
+ 'label' => 'WooCommerce',
137
+ 'value' => $this->get_woocommerce_version_info()
138
+ ),
139
+ 'theme' => array(
140
+ 'label' => 'Theme',
141
+ 'value' => $this->get_theme_info()
142
+ ),
143
+ 'screen-id' => array(
144
+ 'label' => 'Screen ID',
145
+ 'value' => $this->get_current_screen_info()
146
+ ),
147
+ 'post-meta' => array(
148
+ 'label' => 'Post Meta',
149
+ 'value' => '',
150
+ 'url' => add_query_arg( array( 'yith-debug-post-meta' => 'all' ) )
151
+ ),
152
+ 'option' => array(
153
+ 'label' => 'Option',
154
+ 'value' => '',
155
+ 'url' => add_query_arg( array( 'yith-debug-option' => '' ) )
156
+ ),
157
+ );
158
+
159
+ // Post Meta debug -------------
160
+ global $post;
161
+ if ( !empty( $_GET[ 'yith-debug-post-meta' ] ) && $post ) {
162
+ $meta_key = $_GET[ 'yith-debug-post-meta' ];
163
+ $meta_value = 'all' !== $meta_key ? get_post_meta( $post->ID, $meta_key, true ) : get_post_meta( $post->ID );
164
+
165
+ ob_start();
166
+ echo '<pre>';
167
+ var_dump( $meta_value );
168
+ echo '</pre>';
169
+ $meta_value_html = ob_get_clean();
170
+
171
+ $debug[ 'post-meta' ][ 'value' ] = $meta_key;
172
+ $debug[ 'post-meta' ][ 'subsub' ] = array( array( 'html' => $meta_value_html ) );
173
+ }
174
+
175
+ // Option debug -------------
176
+
177
+ if ( !empty( $_GET[ 'yith-debug-option' ] ) ) {
178
+ $option_key = $_GET[ 'yith-debug-option' ];
179
+ $option_value = get_option( $option_key );
180
+
181
+ ob_start();
182
+ echo '<pre>';
183
+ var_dump( $option_value );
184
+ echo '</pre>';
185
+ $option_value_html = ob_get_clean();
186
+
187
+ $debug[ 'option' ][ 'value' ] = $option_key;
188
+ $debug[ 'option' ][ 'subsub' ] = array( array( 'html' => $option_value_html ) );
189
+ }
190
+
191
+ return $debug;
192
+ }
193
+
194
+ /** -----------------------------------------------------------
195
+ * GETTER INFO
196
+ * -----------------------------------------------------------
197
+ */
198
+
199
+
200
+ /**
201
+ * return the current screen id
202
+ *
203
+ * @return string
204
+ */
205
+ public function get_current_screen_info() {
206
+ $screen = function_exists( 'get_current_screen' ) ? get_current_screen() : false;
207
+
208
+ return !!$screen ? $screen->id : 'null';
209
+ }
210
+
211
+ /**
212
+ * return the current theme name and version
213
+ *
214
+ * @return string
215
+ */
216
+ public function get_theme_info() {
217
+ $theme = function_exists( 'wp_get_theme' ) ? wp_get_theme() : false;
218
+
219
+ return !!$theme ? $theme->get( 'Name' ) . ' (' . $theme->get( 'Version' ) . ')' : 'null';
220
+ }
221
+
222
+ /**
223
+ * return the WooCommerce version if active
224
+ *
225
+ * @return string
226
+ */
227
+ public function get_woocommerce_version_info() {
228
+ return function_exists( 'WC' ) ? WC()->version : 'not active';
229
+ }
230
+
231
+ /**
232
+ * return plugin framework information (version and loaded_by)
233
+ *
234
+ * @return string
235
+ */
236
+ public function get_plugin_framework_info() {
237
+ $plugin_fw_version = get_file_data( trailingslashit( YIT_CORE_PLUGIN_PATH ) . 'init.php', array( 'Version' => 'Version' ) )[ 'Version' ];
238
+ $plugin_fw_loaded_by = basename( dirname( YIT_CORE_PLUGIN_PATH ) );
239
+
240
+ return "$plugin_fw_version (by $plugin_fw_loaded_by)";
241
+ }
242
+
243
+ /**
244
+ * return premium plugins list with versions
245
+ *
246
+ * @return array
247
+ */
248
+ public function get_premium_plugins_info() {
249
+ $plugins = YIT_Plugin_Licence()->get_products();
250
+ $plugins_info = array();
251
+
252
+ if ( !!$plugins ) {
253
+ foreach ( $plugins as $plugin ) {
254
+ $plugins_info[ $plugin[ 'product_id' ] ] = array( 'title' => $plugin[ 'Name' ] . ' (' . $plugin[ 'Version' ] . ')' );
255
+ }
256
+
257
+ sort( $plugins_info );
258
+ }
259
+
260
+ return $plugins_info;
261
+ }
262
+ }
263
+ }
264
+ if ( !function_exists( 'YITH_Debug' ) ) {
265
+ function YITH_Debug() {
266
+ return YITH_Debug::get_instance();
267
+ }
268
+
269
+ YITH_Debug();
270
+ }
plugin-fw/lib/yit-icons.php ADDED
@@ -0,0 +1,1143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * This file belongs to the YIT Framework.
4
+ *
5
+ * This source file is subject to the GNU GENERAL PUBLIC LICENSE (GPL 3.0)
6
+ * that is bundled with this package in the file LICENSE.txt.
7
+ * It is also available through the world-wide-web at this URL:
8
+ * http://www.gnu.org/licenses/gpl-3.0.txt
9
+ */
10
+
11
+
12
+ if ( !defined( 'ABSPATH' ) ) {
13
+ exit;
14
+ } // Exit if accessed directly
15
+
16
+ if ( !class_exists( 'YIT_Icons' ) ) {
17
+ /**
18
+ * YIT Icons
19
+ *
20
+ * Class to manage icons
21
+ *
22
+ * @class YIT_Icons
23
+ * @package Yithemes
24
+ * @since 1.0.0
25
+ * @author Leanza Francesco <leanzafrancesco@gmail.com>
26
+ *
27
+ */
28
+ class YIT_Icons {
29
+
30
+ /**
31
+ * Single instance of the class
32
+ *
33
+ * @var YIT_Icons
34
+ */
35
+ private static $_instance;
36
+
37
+ /**
38
+ * @var array
39
+ */
40
+ private $_data
41
+ = array(
42
+ 'font_awesome_version' => '4.6.3',
43
+ 'icons' => array(
44
+ 'FontAwesome' => array(
45
+ '\f000' => 'glass',
46
+ '\f001' => 'music',
47
+ '\f002' => 'search',
48
+ '\f003' => 'envelope-o',
49
+ '\f004' => 'heart',
50
+ '\f005' => 'star',
51
+ '\f006' => 'star-o',
52
+ '\f007' => 'user',
53
+ '\f008' => 'film',
54
+ '\f009' => 'th-large',
55
+ '\f00a' => 'th',
56
+ '\f00b' => 'th-list',
57
+ '\f00c' => 'check',
58
+ '\f00d' => 'times',
59
+ '\f00e' => 'search-plus',
60
+ '\f010' => 'search-minus',
61
+ '\f011' => 'power-off',
62
+ '\f012' => 'signal',
63
+ '\f013' => 'cog',
64
+ '\f014' => 'trash-o',
65
+ '\f015' => 'home',
66
+ '\f016' => 'file-o',
67
+ '\f017' => 'clock-o',
68
+ '\f018' => 'road',
69
+ '\f019' => 'download',
70
+ '\f01a' => 'arrow-circle-o-down',
71
+ '\f01b' => 'arrow-circle-o-up',
72
+ '\f01c' => 'inbox',
73
+ '\f01d' => 'play-circle-o',
74
+ '\f01e' => 'repeat',
75
+ '\f021' => 'refresh',
76
+ '\f022' => 'list-alt',
77
+ '\f023' => 'lock',
78
+ '\f024' => 'flag',
79
+ '\f025' => 'headphones',
80
+ '\f026' => 'volume-off',
81
+ '\f027' => 'volume-down',
82
+ '\f028' => 'volume-up',
83
+ '\f029' => 'qrcode',
84
+ '\f02a' => 'barcode',
85
+ '\f02b' => 'tag',
86
+ '\f02c' => 'tags',
87
+ '\f02d' => 'book',
88
+ '\f02e' => 'bookmark',
89
+ '\f02f' => 'print',
90
+ '\f030' => 'camera',
91
+ '\f031' => 'font',
92
+ '\f032' => 'bold',
93
+ '\f033' => 'italic',
94
+ '\f034' => 'text-height',
95
+ '\f035' => 'text-width',
96
+ '\f036' => 'align-left',
97
+ '\f037' => 'align-center',
98
+ '\f038' => 'align-right',
99
+ '\f039' => 'align-justify',
100
+ '\f03a' => 'list',
101
+ '\f03b' => 'outdent',
102
+ '\f03c' => 'indent',
103
+ '\f03d' => 'video-camera',
104
+ '\f03e' => 'picture-o',
105
+ '\f040' => 'pencil',
106
+ '\f041' => 'map-marker',
107
+ '\f042' => 'adjust',
108
+ '\f043' => 'tint',
109
+ '\f044' => 'pencil-square-o',
110
+ '\f045' => 'share-square-o',
111
+ '\f046' => 'check-square-o',
112
+ '\f047' => 'arrows',
113
+ '\f048' => 'step-backward',
114
+ '\f049' => 'fast-backward',
115
+ '\f04a' => 'backward',
116
+ '\f04b' => 'play',
117
+ '\f04c' => 'pause',
118
+ '\f04d' => 'stop',
119
+ '\f04e' => 'forward',
120
+ '\f050' => 'fast-forward',
121
+ '\f051' => 'step-forward',
122
+ '\f052' => 'eject',
123
+ '\f053' => 'chevron-left',
124
+ '\f054' => 'chevron-right',
125
+ '\f055' => 'plus-circle',
126
+ '\f056' => 'minus-circle',
127
+ '\f057' => 'times-circle',
128
+ '\f058' => 'check-circle',
129
+ '\f059' => 'question-circle',
130
+ '\f05a' => 'info-circle',
131
+ '\f05b' => 'crosshairs',
132
+ '\f05c' => 'times-circle-o',
133
+ '\f05d' => 'check-circle-o',
134
+ '\f05e' => 'ban',
135
+ '\f060' => 'arrow-left',
136
+ '\f061' => 'arrow-right',
137
+ '\f062' => 'arrow-up',
138
+ '\f063' => 'arrow-down',
139
+ '\f064' => 'share',
140
+ '\f065' => 'expand',
141
+ '\f066' => 'compress',
142
+ '\f067' => 'plus',
143
+ '\f068' => 'minus',
144
+ '\f069' => 'asterisk',
145
+ '\f06a' => 'exclamation-circle',
146
+ '\f06b' => 'gift',
147
+ '\f06c' => 'leaf',
148
+ '\f06d' => 'fire',
149
+ '\f06e' => 'eye',
150
+ '\f070' => 'eye-slash',
151
+ '\f071' => 'exclamation-triangle',
152
+ '\f072' => 'plane',
153
+ '\f073' => 'calendar',
154
+ '\f074' => 'random',
155
+ '\f075' => 'comment',
156
+ '\f076' => 'magnet',
157
+ '\f077' => 'chevron-up',
158
+ '\f078' => 'chevron-down',
159
+ '\f079' => 'retweet',
160
+ '\f07a' => 'shopping-cart',
161
+ '\f07b' => 'folder',
162
+ '\f07c' => 'folder-open',
163
+ '\f07d' => 'arrows-v',
164
+ '\f07e' => 'arrows-h',
165
+ '\f080' => 'bar-chart',
166
+ '\f081' => 'twitter-square',
167
+ '\f082' => 'facebook-square',
168
+ '\f083' => 'camera-retro',
169
+ '\f084' => 'key',
170
+ '\f085' => 'cogs',
171
+ '\f086' => 'comments',
172
+ '\f087' => 'thumbs-o-up',
173
+ '\f088' => 'thumbs-o-down',
174
+ '\f089' => 'star-half',
175
+ '\f08a' => 'heart-o',
176
+ '\f08b' => 'sign-out',
177
+ '\f08c' => 'linkedin-square',
178
+ '\f08d' => 'thumb-tack',
179
+ '\f08e' => 'external-link',
180
+ '\f090' => 'sign-in',
181
+ '\f091' => 'trophy',
182
+ '\f092' => 'github-square',
183
+ '\f093' => 'upload',
184
+ '\f094' => 'lemon-o',
185
+ '\f095' => 'phone',
186
+ '\f096' => 'square-o',
187
+ '\f097' => 'bookmark-o',
188
+ '\f098' => 'phone-square',
189
+ '\f099' => 'twitter',
190
+ '\f09a' => 'facebook',
191
+ '\f09b' => 'github',
192
+ '\f09c' => 'unlock',
193
+ '\f09d' => 'credit-card',
194
+ '\f09e' => 'rss',
195
+ '\f0a0' => 'hdd-o',
196
+ '\f0a1' => 'bullhorn',
197
+ '\f0a2' => 'bell-o',
198
+ '\f0a3' => 'certificate',
199
+ '\f0a4' => 'hand-o-right',
200
+ '\f0a5' => 'hand-o-left',
201
+ '\f0a6' => 'hand-o-up',
202
+ '\f0a7' => 'hand-o-down',
203
+ '\f0a8' => 'arrow-circle-left',
204
+ '\f0a9' => 'arrow-circle-right',
205
+ '\f0aa' => 'arrow-circle-up',
206
+ '\f0ab' => 'arrow-circle-down',
207
+ '\f0ac' => 'globe',
208
+ '\f0ad' => 'wrench',
209
+ '\f0ae' => 'tasks',
210
+ '\f0b0' => 'filter',
211
+ '\f0b1' => 'briefcase',
212
+ '\f0b2' => 'arrows-alt',
213
+ '\f0c0' => 'users',
214
+ '\f0c1' => 'link',
215
+ '\f0c2' => 'cloud',
216
+ '\f0c3' => 'flask',
217
+ '\f0c4' => 'scissors',
218
+ '\f0c5' => 'files-o',
219
+ '\f0c6' => 'paperclip',
220
+ '\f0c7' => 'floppy-o',
221
+ '\f0c8' => 'square',
222
+ '\f0c9' => 'bars',
223
+ '\f0ca' => 'list-ul',
224
+ '\f0cb' => 'list-ol',
225
+ '\f0cc' => 'strikethrough',
226
+ '\f0cd' => 'underline',
227
+ '\f0ce' => 'table',
228
+ '\f0d0' => 'magic',
229
+ '\f0d1' => 'truck',
230
+ '\f0d2' => 'pinterest',
231
+ '\f0d3' => 'pinterest-square',
232
+ '\f0d4' => 'google-plus-square',
233
+ '\f0d5' => 'google-plus',
234
+ '\f0d6' => 'money',
235
+ '\f0d7' => 'caret-down',
236
+ '\f0d8' => 'caret-up',
237
+ '\f0d9' => 'caret-left',
238
+ '\f0da' => 'caret-right',
239
+ '\f0db' => 'columns',
240
+ '\f0dc' => 'sort',
241
+ '\f0dd' => 'sort-desc',
242
+ '\f0de' => 'sort-asc',
243
+ '\f0e0' => 'envelope',
244
+ '\f0e1' => 'linkedin',
245
+ '\f0e2' => 'undo',
246
+ '\f0e3' => 'gavel',
247
+ '\f0e4' => 'tachometer',
248
+ '\f0e5' => 'comment-o',
249
+ '\f0e6' => 'comments-o',
250
+ '\f0e7' => 'bolt',
251
+ '\f0e8' => 'sitemap',
252
+ '\f0e9' => 'umbrella',
253
+ '\f0ea' => 'clipboard',
254
+ '\f0eb' => 'lightbulb-o',
255
+ '\f0ec' => 'exchange',
256
+ '\f0ed' => 'cloud-download',
257
+ '\f0ee' => 'cloud-upload',
258
+ '\f0f0' => 'user-md',
259
+ '\f0f1' => 'stethoscope',
260
+ '\f0f2' => 'suitcase',
261
+ '\f0f3' => 'bell',
262
+ '\f0f4' => 'coffee',
263
+ '\f0f5' => 'cutlery',
264
+ '\f0f6' => 'file-text-o',
265
+ '\f0f7' => 'building-o',
266
+ '\f0f8' => 'hospital-o',
267
+ '\f0f9' => 'ambulance',
268
+ '\f0fa' => 'medkit',
269
+ '\f0fb' => 'fighter-jet',
270
+ '\f0fc' => 'beer',
271
+ '\f0fd' => 'h-square',
272
+ '\f0fe' => 'plus-square',
273
+ '\f100' => 'angle-double-left',
274
+ '\f101' => 'angle-double-right',
275
+ '\f102' => 'angle-double-up',
276
+ '\f103' => 'angle-double-down',
277
+ '\f104' => 'angle-left',
278
+ '\f105' => 'angle-right',
279
+ '\f106' => 'angle-up',
280
+ '\f107' => 'angle-down',
281
+ '\f108' => 'desktop',
282
+ '\f109' => 'laptop',
283
+ '\f10a' => 'tablet',
284
+ '\f10b' => 'mobile',
285
+ '\f10c' => 'circle-o',
286
+ '\f10d' => 'quote-left',
287
+ '\f10e' => 'quote-right',
288
+ '\f110' => 'spinner',
289
+ '\f111' => 'circle',
290
+ '\f112' => 'reply',
291
+ '\f113' => 'github-alt',
292
+ '\f114' => 'folder-o',
293
+ '\f115' => 'folder-open-o',
294
+ '\f118' => 'smile-o',
295
+ '\f119' => 'frown-o',
296
+ '\f11a' => 'meh-o',
297
+ '\f11b' => 'gamepad',
298
+ '\f11c' => 'keyboard-o',
299
+ '\f11d' => 'flag-o',
300
+ '\f11e' => 'flag-checkered',
301
+ '\f120' => 'terminal',
302
+ '\f121' => 'code',
303
+ '\f122' => 'reply-all',
304
+ '\f123' => 'star-half-o',
305
+ '\f124' => 'location-arrow',
306
+ '\f125' => 'crop',
307
+ '\f126' => 'code-fork',
308
+ '\f127' => 'chain-broken',
309
+ '\f128' => 'question',
310
+ '\f129' => 'info',
311
+ '\f12a' => 'exclamation',
312
+ '\f12b' => 'superscript',
313
+ '\f12c' => 'subscript',
314
+ '\f12d' => 'eraser',
315
+ '\f12e' => 'puzzle-piece',
316
+ '\f130' => 'microphone',
317
+ '\f131' => 'microphone-slash',
318
+ '\f132' => 'shield',
319
+ '\f133' => 'calendar-o',
320
+ '\f134' => 'fire-extinguisher',
321
+ '\f135' => 'rocket',
322
+ '\f136' => 'maxcdn',
323
+ '\f137' => 'chevron-circle-left',
324
+ '\f138' => 'chevron-circle-right',
325
+ '\f139' => 'chevron-circle-up',
326
+ '\f13a' => 'chevron-circle-down',
327
+ '\f13b' => 'html5',
328
+ '\f13c' => 'css3',
329
+ '\f13d' => 'anchor',
330
+ '\f13e' => 'unlock-alt',
331
+ '\f140' => 'bullseye',
332
+ '\f141' => 'ellipsis-h',
333
+ '\f142' => 'ellipsis-v',
334
+ '\f143' => 'rss-square',
335
+ '\f144' => 'play-circle',
336
+ '\f145' => 'ticket',
337
+ '\f146' => 'minus-square',
338
+ '\f147' => 'minus-square-o',
339
+ '\f148' => 'level-up',
340
+ '\f149' => 'level-down',
341
+ '\f14a' => 'check-square',
342
+ '\f14b' => 'pencil-square',
343
+ '\f14c' => 'external-link-square',
344
+ '\f14d' => 'share-square',
345
+ '\f14e' => 'compass',
346
+ '\f150' => 'caret-square-o-down',
347
+ '\f151' => 'caret-square-o-up',
348
+ '\f152' => 'caret-square-o-right',
349
+ '\f153' => 'eur',
350
+ '\f154' => 'gbp',
351
+ '\f155' => 'usd',
352
+ '\f156' => 'inr',
353
+ '\f157' => 'jpy',
354
+ '\f158' => 'rub',
355
+ '\f159' => 'krw',
356
+ '\f15a' => 'btc',
357
+ '\f15b' => 'file',
358
+ '\f15c' => 'file-text',
359
+ '\f15d' => 'sort-alpha-asc',
360
+ '\f15e' => 'sort-alpha-desc',
361
+ '\f160' => 'sort-amount-asc',
362
+ '\f161' => 'sort-amount-desc',
363
+ '\f162' => 'sort-numeric-asc',
364
+ '\f163' => 'sort-numeric-desc',
365
+ '\f164' => 'thumbs-up',
366
+ '\f165' => 'thumbs-down',
367
+ '\f166' => 'youtube-square',
368
+ '\f167' => 'youtube',
369
+ '\f168' => 'xing',
370
+ '\f169' => 'xing-square',
371
+ '\f16a' => 'youtube-play',
372
+ '\f16b' => 'dropbox',
373
+ '\f16c' => 'stack-overflow',
374
+ '\f16d' => 'instagram',
375
+ '\f16e' => 'flickr',
376
+ '\f170' => 'adn',
377
+ '\f171' => 'bitbucket',
378
+ '\f172' => 'bitbucket-square',
379
+ '\f173' => 'tumblr',
380
+ '\f174' => 'tumblr-square',
381
+ '\f175' => 'long-arrow-down',
382
+ '\f176' => 'long-arrow-up',
383
+ '\f177' => 'long-arrow-left',
384
+ '\f178' => 'long-arrow-right',
385
+ '\f179' => 'apple',
386
+ '\f17a' => 'windows',
387
+ '\f17b' => 'android',
388
+ '\f17c' => 'linux',
389
+ '\f17d' => 'dribbble',
390
+ '\f17e' => 'skype',
391
+ '\f180' => 'foursquare',
392
+ '\f181' => 'trello',
393
+ '\f182' => 'female',
394
+ '\f183' => 'male',
395
+ '\f184' => 'gratipay',
396
+ '\f185' => 'sun-o',
397
+ '\f186' => 'moon-o',
398
+ '\f187' => 'archive',
399
+ '\f188' => 'bug',
400
+ '\f189' => 'vk',
401
+ '\f18a' => 'weibo',
402
+ '\f18b' => 'renren',
403
+ '\f18c' => 'pagelines',
404
+ '\f18d' => 'stack-exchange',
405
+ '\f18e' => 'arrow-circle-o-right',
406
+ '\f190' => 'arrow-circle-o-left',
407
+ '\f191' => 'caret-square-o-left',
408
+ '\f192' => 'dot-circle-o',
409
+ '\f193' => 'wheelchair',
410
+ '\f194' => 'vimeo-square',
411
+ '\f195' => 'try',
412
+ '\f196' => 'plus-square-o',
413
+ '\f197' => 'space-shuttle',
414
+ '\f198' => 'slack',
415
+ '\f199' => 'envelope-square',
416
+ '\f19a' => 'wordpress',
417
+ '\f19b' => 'openid',
418
+ '\f19c' => 'university',
419
+ '\f19d' => 'graduation-cap',
420
+ '\f19e' => 'yahoo',
421
+ '\f1a0' => 'google',
422
+ '\f1a1' => 'reddit',
423
+ '\f1a2' => 'reddit-square',
424
+ '\f1a3' => 'stumbleupon-circle',
425
+ '\f1a4' => 'stumbleupon',
426
+ '\f1a5' => 'delicious',
427
+ '\f1a6' => 'digg',
428
+ '\f1a7' => 'pied-piper-pp',
429
+ '\f1a8' => 'pied-piper-alt',
430
+ '\f1a9' => 'drupal',
431
+ '\f1aa' => 'joomla',
432
+ '\f1ab' => 'language',
433
+ '\f1ac' => 'fax',
434
+ '\f1ad' => 'building',
435
+ '\f1ae' => 'child',
436
+ '\f1b0' => 'paw',
437
+ '\f1b1' => 'spoon',
438
+ '\f1b2' => 'cube',
439
+ '\f1b3' => 'cubes',
440
+ '\f1b4' => 'behance',
441
+ '\f1b5' => 'behance-square',
442
+ '\f1b6' => 'steam',
443
+ '\f1b7' => 'steam-square',
444
+ '\f1b8' => 'recycle',
445
+ '\f1b9' => 'car',
446
+ '\f1ba' => 'taxi',
447
+ '\f1bb' => 'tree',
448
+ '\f1bc' => 'spotify',
449
+ '\f1bd' => 'deviantart',
450
+ '\f1be' => 'soundcloud',
451
+ '\f1c0' => 'database',
452
+ '\f1c1' => 'file-pdf-o',
453
+ '\f1c2' => 'file-word-o',
454
+ '\f1c3' => 'file-excel-o',
455
+ '\f1c4' => 'file-powerpoint-o',
456
+ '\f1c5' => 'file-image-o',
457
+ '\f1c6' => 'file-archive-o',
458
+ '\f1c7' => 'file-audio-o',
459
+ '\f1c8' => 'file-video-o',
460
+ '\f1c9' => 'file-code-o',
461
+ '\f1ca' => 'vine',
462
+ '\f1cb' => 'codepen',
463
+ '\f1cc' => 'jsfiddle',
464
+ '\f1cd' => 'life-ring',
465
+ '\f1ce' => 'circle-o-notch',
466
+ '\f1d0' => 'rebel',
467
+ '\f1d1' => 'empire',
468
+ '\f1d2' => 'git-square',
469
+ '\f1d3' => 'git',
470
+ '\f1d4' => 'hacker-news',
471
+ '\f1d5' => 'tencent-weibo',
472
+ '\f1d6' => 'qq',
473
+ '\f1d7' => 'weixin',
474
+ '\f1d8' => 'paper-plane',
475
+ '\f1d9' => 'paper-plane-o',
476
+ '\f1da' => 'history',
477
+ '\f1db' => 'circle-thin',
478
+ '\f1dc' => 'header',
479
+ '\f1dd' => 'paragraph',
480
+ '\f1de' => 'sliders',
481
+ '\f1e0' => 'share-alt',
482
+ '\f1e1' => 'share-alt-square',
483
+ '\f1e2' => 'bomb',
484
+ '\f1e3' => 'futbol-o',
485
+ '\f1e4' => 'tty',
486
+ '\f1e5' => 'binoculars',
487
+ '\f1e6' => 'plug',
488
+ '\f1e7' => 'slideshare',
489
+ '\f1e8' => 'twitch',
490
+ '\f1e9' => 'yelp',
491
+ '\f1ea' => 'newspaper-o',
492
+ '\f1eb' => 'wifi',
493
+ '\f1ec' => 'calculator',
494
+ '\f1ed' => 'paypal',
495
+ '\f1ee' => 'google-wallet',
496
+ '\f1f0' => 'cc-visa',
497
+ '\f1f1' => 'cc-mastercard',
498
+ '\f1f2' => 'cc-discover',
499
+ '\f1f3' => 'cc-amex',
500
+ '\f1f4' => 'cc-paypal',
501
+ '\f1f5' => 'cc-stripe',
502
+ '\f1f6' => 'bell-slash',
503
+ '\f1f7' => 'bell-slash-o',
504
+ '\f1f8' => 'trash',
505
+ '\f1f9' => 'copyright',
506
+ '\f1fa' => 'at',
507
+ '\f1fb' => 'eyedropper',
508
+ '\f1fc' => 'paint-brush',
509
+ '\f1fd' => 'birthday-cake',
510
+ '\f1fe' => 'area-chart',
511
+ '\f200' => 'pie-chart',
512
+ '\f201' => 'line-chart',
513
+ '\f202' => 'lastfm',
514
+ '\f203' => 'lastfm-square',
515
+ '\f204' => 'toggle-off',
516
+ '\f205' => 'toggle-on',
517
+ '\f206' => 'bicycle',
518
+ '\f207' => 'bus',
519
+ '\f208' => 'ioxhost',
520
+ '\f209' => 'angellist',
521
+ '\f20a' => 'cc',
522
+ '\f20b' => 'ils',
523
+ '\f20c' => 'meanpath',
524
+ '\f20d' => 'buysellads',
525
+ '\f20e' => 'connectdevelop',
526
+ '\f210' => 'dashcube',
527
+ '\f211' => 'forumbee',
528
+ '\f212' => 'leanpub',
529
+ '\f213' => 'sellsy',
530
+ '\f214' => 'shirtsinbulk',
531
+ '\f215' => 'simplybuilt',
532
+ '\f216' => 'skyatlas',
533
+ '\f217' => 'cart-plus',
534
+ '\f218' => 'cart-arrow-down',
535
+ '\f219' => 'diamond',
536
+ '\f21a' => 'ship',
537
+ '\f21b' => 'user-secret',
538
+ '\f21c' => 'motorcycle',
539
+ '\f21d' => 'street-view',
540
+ '\f21e' => 'heartbeat',
541
+ '\f221' => 'venus',
542
+ '\f222' => 'mars',
543
+ '\f223' => 'mercury',
544
+ '\f224' => 'transgender',
545
+ '\f225' => 'transgender-alt',
546
+ '\f226' => 'venus-double',
547
+ '\f227' => 'mars-double',
548
+ '\f228' => 'venus-mars',
549
+ '\f229' => 'mars-stroke',
550
+ '\f22a' => 'mars-stroke-v',
551
+ '\f22b' => 'mars-stroke-h',
552
+ '\f22c' => 'neuter',
553
+ '\f22d' => 'genderless',
554
+ '\f230' => 'facebook-official',
555
+ '\f231' => 'pinterest-p',
556
+ '\f232' => 'whatsapp',
557
+ '\f233' => 'server',
558
+ '\f234' => 'user-plus',
559
+ '\f235' => 'user-times',
560
+ '\f236' => 'bed',
561
+ '\f237' => 'viacoin',
562
+ '\f238' => 'train',
563
+ '\f239' => 'subway',
564
+ '\f23a' => 'medium',
565
+ '\f23b' => 'y-combinator',
566
+ '\f23c' => 'optin-monster',
567
+ '\f23d' => 'opencart',
568
+ '\f23e' => 'expeditedssl',
569
+ '\f240' => 'battery-full',
570
+ '\f241' => 'battery-three-quarters',
571
+ '\f242' => 'battery-half',
572
+ '\f243' => 'battery-quarter',
573
+ '\f244' => 'battery-empty',
574
+ '\f245' => 'mouse-pointer',
575
+ '\f246' => 'i-cursor',
576
+ '\f247' => 'object-group',
577
+ '\f248' => 'object-ungroup',
578
+ '\f249' => 'sticky-note',
579
+ '\f24a' => 'sticky-note-o',
580
+ '\f24b' => 'cc-jcb',
581
+ '\f24c' => 'cc-diners-club',
582
+ '\f24d' => 'clone',
583
+ '\f24e' => 'balance-scale',
584
+ '\f250' => 'hourglass-o',
585
+ '\f251' => 'hourglass-start',
586
+ '\f252' => 'hourglass-half',
587
+ '\f253' => 'hourglass-end',
588
+ '\f254' => 'hourglass',
589
+ '\f255' => 'hand-rock-o',
590
+ '\f256' => 'hand-paper-o',
591
+ '\f257' => 'hand-scissors-o',
592
+ '\f258' => 'hand-lizard-o',
593
+ '\f259' => 'hand-spock-o',
594
+ '\f25a' => 'hand-pointer-o',
595
+ '\f25b' => 'hand-peace-o',
596
+ '\f25c' => 'trademark',
597
+ '\f25d' => 'registered',
598
+ '\f25e' => 'creative-commons',
599
+ '\f260' => 'gg',
600
+ '\f261' => 'gg-circle',
601
+ '\f262' => 'tripadvisor',
602
+ '\f263' => 'odnoklassniki',
603
+ '\f264' => 'odnoklassniki-square',
604
+ '\f265' => 'get-pocket',
605
+ '\f266' => 'wikipedia-w',
606
+ '\f267' => 'safari',
607
+ '\f268' => 'chrome',
608
+ '\f269' => 'firefox',
609
+ '\f26a' => 'opera',
610
+ '\f26b' => 'internet-explorer',
611
+ '\f26c' => 'television',
612
+ '\f26d' => 'contao',
613
+ '\f26e' => '500px',
614
+ '\f270' => 'amazon',
615
+ '\f271' => 'calendar-plus-o',
616
+ '\f272' => 'calendar-minus-o',
617
+ '\f273' => 'calendar-times-o',
618
+ '\f274' => 'calendar-check-o',
619
+ '\f275' => 'industry',
620
+ '\f276' => 'map-pin',
621
+ '\f277' => 'map-signs',
622
+ '\f278' => 'map-o',
623
+ '\f279' => 'map',
624
+ '\f27a' => 'commenting',
625
+ '\f27b' => 'commenting-o',
626
+ '\f27c' => 'houzz',
627
+ '\f27d' => 'vimeo',
628
+ '\f27e' => 'black-tie',
629
+ '\f280' => 'fonticons',
630
+ '\f281' => 'reddit-alien',
631
+ '\f282' => 'edge',
632
+ '\f283' => 'credit-card-alt',
633
+ '\f284' => 'codiepie',
634
+ '\f285' => 'modx',
635
+ '\f286' => 'fort-awesome',
636
+ '\f287' => 'usb',
637
+ '\f288' => 'product-hunt',
638
+ '\f289' => 'mixcloud',
639
+ '\f28a' => 'scribd',
640
+ '\f28b' => 'pause-circle',
641
+ '\f28c' => 'pause-circle-o',
642
+ '\f28d' => 'stop-circle',
643
+ '\f28e' => 'stop-circle-o',
644
+ '\f290' => 'shopping-bag',
645
+ '\f291' => 'shopping-basket',
646
+ '\f292' => 'hashtag',
647
+ '\f293' => 'bluetooth',
648
+ '\f294' => 'bluetooth-b',
649
+ '\f295' => 'percent',
650
+ '\f296' => 'gitlab',
651
+ '\f297' => 'wpbeginner',
652
+ '\f298' => 'wpforms',
653
+ '\f299' => 'envira',
654
+ '\f29a' => 'universal-access',
655
+ '\f29b' => 'wheelchair-alt',
656
+ '\f29c' => 'question-circle-o',
657
+ '\f29d' => 'blind',
658
+ '\f29e' => 'audio-description',
659
+ '\f2a0' => 'volume-control-phone',
660
+ '\f2a1' => 'braille',
661
+ '\f2a2' => 'assistive-listening-systems',
662
+ '\f2a3' => 'american-sign-language-interpreting',
663
+ '\f2a4' => 'deaf',
664
+ '\f2a5' => 'glide',
665
+ '\f2a6' => 'glide-g',
666
+ '\f2a7' => 'sign-language',
667
+ '\f2a8' => 'low-vision',
668
+ '\f2a9' => 'viadeo',
669
+ '\f2aa' => 'viadeo-square',
670
+ '\f2ab' => 'snapchat',
671
+ '\f2ac' => 'snapchat-ghost',
672
+ '\f2ad' => 'snapchat-square',
673
+ '\f2ae' => 'pied-piper',
674
+ '\f2b0' => 'first-order',
675
+ '\f2b1' => 'yoast',
676
+ '\f2b2' => 'themeisle',
677
+ '\f2b3' => 'google-plus-official',
678
+ '\f2b4' => 'font-awesome',
679
+ ),
680
+ 'Dashicons' => array(
681
+ '\f100' => 'admin-appearance',
682
+ '\f101' => 'admin-comments',
683
+ '\f102' => 'admin-home',
684
+ '\f104' => 'admin-media',
685
+ '\f105' => 'admin-page',
686
+ '\f106' => 'admin-plugins',
687
+ '\f107' => 'admin-tools',
688
+ '\f108' => 'admin-settings',
689
+ '\f110' => 'admin-users',
690
+ '\f111' => 'admin-generic',
691
+ '\f112' => 'admin-network',
692
+ '\f115' => 'welcome-view-site',
693
+ '\f116' => 'welcome-widgets-menus',
694
+ '\f117' => 'welcome-comments',
695
+ '\f118' => 'welcome-learn-more',
696
+ '\f120' => 'wordpress',
697
+ '\f122' => 'format-quote',
698
+ '\f123' => 'format-aside',
699
+ '\f125' => 'format-chat',
700
+ '\f126' => 'format-video',
701
+ '\f127' => 'format-audio',
702
+ '\f128' => 'format-image',
703
+ '\f130' => 'format-status',
704
+ '\f132' => 'plus',
705
+ '\f133' => 'welcome-add-page',
706
+ '\f134' => 'align-center',
707
+ '\f135' => 'align-left',
708
+ '\f136' => 'align-right',
709
+ '\f138' => 'align-none',
710
+ '\f139' => 'arrow-right',
711
+ '\f140' => 'arrow-down',
712
+ '\f141' => 'arrow-left',
713
+ '\f142' => 'arrow-up',
714
+ '\f145' => 'calendar',
715
+ '\f147' => 'yes',
716
+ '\f148' => 'admin-collapse',
717
+ '\f153' => 'dismiss',
718
+ '\f154' => 'star-empty',
719
+ '\f155' => 'star-filled',
720
+ '\f156' => 'sort',
721
+ '\f157' => 'pressthis',
722
+ '\f158' => 'no',
723
+ '\f159' => 'marker',
724
+ '\f160' => 'lock',
725
+ '\f161' => 'format-gallery',
726
+ '\f163' => 'list-view',
727
+ '\f165' => 'image-crop',
728
+ '\f166' => 'image-rotate-left',
729
+ '\f167' => 'image-rotate-right',
730
+ '\f168' => 'image-flip-vertical',
731
+ '\f169' => 'image-flip-horizontal',
732
+ '\f171' => 'undo',
733
+ '\f172' => 'redo',
734
+ '\f173' => 'post-status',
735
+ '\f174' => 'cart',
736
+ '\f175' => 'feedback',
737
+ '\f176' => 'cloud',
738
+ '\f177' => 'visibility',
739
+ '\f178' => 'vault',
740
+ '\f179' => 'search',
741
+ '\f180' => 'screenoptions',
742
+ '\f181' => 'slides',
743
+ '\f183' => 'analytics',
744
+ '\f184' => 'chart-pie',
745
+ '\f185' => 'chart-bar',
746
+ '\f200' => 'editor-bold',
747
+ '\f201' => 'editor-italic',
748
+ '\f203' => 'editor-ul',
749
+ '\f204' => 'editor-ol',
750
+ '\f205' => 'editor-quote',
751
+ '\f206' => 'editor-alignleft',
752
+ '\f207' => 'editor-aligncenter',
753
+ '\f208' => 'editor-alignright',
754
+ '\f209' => 'editor-insertmore',
755
+ '\f210' => 'editor-spellcheck',
756
+ '\f212' => 'editor-kitchensink',
757
+ '\f213' => 'editor-underline',
758
+ '\f214' => 'editor-justify',
759
+ '\f215' => 'editor-textcolor',
760
+ '\f216' => 'editor-paste-word',
761
+ '\f217' => 'editor-paste-text',
762
+ '\f218' => 'editor-removeformatting',
763
+ '\f219' => 'editor-video',
764
+ '\f220' => 'editor-customchar',
765
+ '\f221' => 'editor-outdent',
766
+ '\f222' => 'editor-indent',
767
+ '\f223' => 'editor-help',
768
+ '\f224' => 'editor-strikethrough',
769
+ '\f225' => 'editor-unlink',
770
+ '\f226' => 'dashboard',
771
+ '\f227' => 'flag',
772
+ '\f229' => 'leftright',
773
+ '\f230' => 'location',
774
+ '\f231' => 'location-alt',
775
+ '\f232' => 'images-alt',
776
+ '\f233' => 'images-alt2',
777
+ '\f234' => 'video-alt',
778
+ '\f235' => 'video-alt2',
779
+ '\f236' => 'video-alt3',
780
+ '\f237' => 'share1',
781
+ '\f238' => 'chart-line',
782
+ '\f239' => 'chart-area',
783
+ '\f240' => 'share-alt',
784
+ '\f242' => 'share-alt2',
785
+ '\f301' => 'twitter',
786
+ '\f303' => 'rss',
787
+ '\f304' => 'facebook',
788
+ '\f305' => 'facebook-alt',
789
+ '\f306' => 'camera',
790
+ '\f307' => 'groups',
791
+ '\f308' => 'hammer',
792
+ '\f309' => 'art',
793
+ '\f310' => 'migrate',
794
+ '\f311' => 'performance',
795
+ '\f312' => 'products',
796
+ '\f313' => 'awards',
797
+ '\f314' => 'forms',
798
+ '\f316' => 'download',
799
+ '\f317' => 'upload',
800
+ '\f318' => 'category',
801
+ '\f319' => 'admin-site',
802
+ '\f320' => 'editor-rtl',
803
+ '\f321' => 'backup',
804
+ '\f322' => 'portfolio',
805
+ '\f323' => 'tag',
806
+ '\f324' => 'wordpress-alt',
807
+ '\f325' => 'networking',
808
+ '\f326' => 'translation',
809
+ '\f328' => 'smiley',
810
+ '\f330' => 'book',
811
+ '\f331' => 'book-alt',
812
+ '\f332' => 'shield',
813
+ '\f333' => 'menu',
814
+ '\f334' => 'shield-alt',
815
+ '\f335' => 'no-alt',
816
+ '\f336' => 'id',
817
+ '\f337' => 'id-alt',
818
+ '\f338' => 'businessman',
819
+ '\f339' => 'lightbulb',
820
+ '\f340' => 'arrow-left-alt',
821
+ '\f341' => 'arrow-left-alt2',
822
+ '\f342' => 'arrow-up-alt',
823
+ '\f343' => 'arrow-up-alt2',
824
+ '\f344' => 'arrow-right-alt',
825
+ '\f345' => 'arrow-right-alt2',
826
+ '\f346' => 'arrow-down-alt',
827
+ '\f347' => 'arrow-down-alt2',
828
+ '\f348' => 'info',
829
+ '\f459' => 'star-half',
830
+ '\f460' => 'minus',
831
+ '\f462' => 'googleplus',
832
+ '\f463' => 'update',
833
+ '\f464' => 'edit',
834
+ '\f465' => 'email',
835
+ '\f466' => 'email-alt',
836
+ '\f468' => 'sos',
837
+ '\f469' => 'clock',
838
+ '\f470' => 'smartphone',
839
+ '\f471' => 'tablet',
840
+ '\f472' => 'desktop',
841
+ '\f473' => 'testimonial',
842
+ '\f474' => 'editor-break',
843
+ '\f475' => 'editor-code',
844
+ '\f476' => 'editor-paragraph',
845
+ '\f478' => 'text',
846
+ '\f479' => 'tagcloud',
847
+ '\f480' => 'archive',
848
+ '\f481' => 'clipboard',
849
+ '\f482' => 'microphone',
850
+ '\f483' => 'universal-access',
851
+ '\f484' => 'nametag',
852
+ '\f486' => 'tickets',
853
+ '\f487' => 'heart',
854
+ '\f488' => 'megaphone',
855
+ '\f489' => 'schedule',
856
+ '\f490' => 'media-video',
857
+ '\f491' => 'media-text',
858
+ '\f492' => 'playlist-audio',
859
+ '\f493' => 'playlist-video',
860
+ '\f495' => 'media-spreadsheet',
861
+ '\f496' => 'media-interactive',
862
+ '\f497' => 'media-document',
863
+ '\f498' => 'media-default',
864
+ '\f499' => 'media-code',
865
+ '\f500' => 'media-audio',
866
+ '\f501' => 'media-archive',
867
+ '\f502' => 'plus-alt',
868
+ '\f503' => 'randomize',
869
+ '\f504' => 'external',
870
+ '\f506' => 'editor-contract',
871
+ '\f507' => 'universal-access-alt',
872
+ '\f508' => 'calendar-alt',
873
+ '\f509' => 'grid-view',
874
+ '\f510' => 'index-card',
875
+ '\f511' => 'carrot',
876
+ '\f512' => 'building',
877
+ '\f513' => 'store',
878
+ '\f514' => 'album',
879
+ '\f515' => 'controls-repeat',
880
+ '\f516' => 'controls-skipback',
881
+ '\f517' => 'controls-skipforward',
882
+ '\f518' => 'controls-back',
883
+ '\f519' => 'controls-forward',
884
+ '\f520' => 'controls-volumeoff',
885
+ '\f521' => 'controls-volumeon',
886
+ '\f522' => 'controls-play',
887
+ '\f523' => 'controls-pause',
888
+ '\f524' => 'tickets-alt',
889
+ '\f525' => 'phone',
890
+ '\f526' => 'money',
891
+ '\f527' => 'palmtree',
892
+ '\f528' => 'unlock',
893
+ '\f529' => 'thumbs-up',
894
+ '\f530' => 'hidden',
895
+ '\f531' => 'image-rotate',
896
+ '\f533' => 'image-filter',
897
+ '\f534' => 'warning',
898
+ '\f535' => 'editor-table',
899
+ '\f536' => 'filter',
900
+ '\f537' => 'sticky',
901
+ '\f538' => 'layout',
902
+ '\f540' => 'admin-customizer',
903
+ '\f541' => 'admin-multisite',
904
+ '\f542' => 'thumbs-down',
905
+ '\f543' => 'plus-alt2',
906
+ '\f545' => 'move',
907
+ '\f546' => 'paperclip',
908
+ '\f547' => 'laptop',
909
+ ),
910
+ )
911
+ );
912
+
913
+
914
+ /**
915
+ * Returns single instance of the class
916
+ *
917
+ * @return YIT_Icons
918
+ * @since 1.0.0
919
+ * @author Leanza Francesco <leanzafrancesco@gmail.com>
920
+ */
921
+ public static function get_instance() {
922
+ return isset( self::$_instance ) ? self::$_instance : self::$_instance = new self();
923
+ }
924
+
925
+ /**
926
+ * @since 1.0.0
927
+ * @access protected
928
+ * @author Leanza Francesco <leanzafrancesco@gmail.com>
929
+ */
930
+ private function __construct() {
931
+ add_action( 'admin_enqueue_scripts', array( $this, 'enqueue_scripts' ), 99 );
932
+ add_action( 'wp_enqueue_scripts', array( $this, 'enqueue_scripts' ), 99 );
933
+ }
934
+
935
+ /**
936
+ * __get function.
937
+ *
938
+ * @param string $key
939
+ *
940
+ * @return mixed
941
+ */
942
+ public function __get( $key ) {
943
+ $value = isset( $this->_data[ $key ] ) ? $this->_data[ $key ] : false;
944
+
945
+ return $value;
946
+ }
947
+
948
+ /**
949
+ * __isset function.
950
+ *
951
+ * @param string $key
952
+ *
953
+ * @return bool
954
+ */
955
+ public function __isset( $key ) {
956
+ return isset( $this->_data[ $key ] );
957
+ }
958
+
959
+ public function get_icons( $filter_icons = '' ) {
960
+ $icons = $this->icons;
961
+ if ( !empty( $filter_icons ) ) {
962
+ $icons = apply_filters( 'yith_plugin_fw_icons_field_icons_' . sanitize_key( $filter_icons ), $icons );
963
+ }
964
+
965
+ return $icons;
966
+ }
967
+
968
+ /**
969
+ * @param $icon_string
970
+ *
971
+ * @param string $filter_icons
972
+ *
973
+ * @return string
974
+ */
975
+ public function get_icon_data( $icon_string, $filter_icons = '' ) {
976
+ $icon_data = '';
977
+ if ( $icon_string ) {
978
+ $icon_array = explode( ':', $icon_string );
979
+
980
+ if ( count( $icon_array ) < 2 ) {
981
+ return $icon_data;
982
+ }
983
+
984
+ $font_name = $icon_array[ 0 ];
985
+ $icon_name = $icon_array[ 1 ];
986
+
987
+ $icons = $this->get_icons( $filter_icons );
988
+ if ( array_key_exists( $font_name, $icons ) ) {
989
+ $icon_key = array_search( $icon_name, $icons[ $font_name ] );
990
+ $icon_code = '&#x' . str_replace( '\\', '', $icon_key );
991
+
992
+ $icon_data = 'data-font="' . esc_attr( $font_name ) . '" data-name="' . esc_attr( $icon_name ) . '" data-key="' . esc_attr( $icon_key ) . '" data-icon="' . $icon_code . '"';
993
+ }
994
+ }
995
+
996
+ return $icon_data;
997
+ }
998
+
999
+ /**
1000
+ * Retrieves the font awesome array
1001
+ * the first time retrieves the array by the Font Awesome CSS
1002
+ * [utility method]
1003
+ *
1004
+ * @return array
1005
+ */
1006
+ private function _get_font_awesome_array() {
1007
+ $font_awesome_list = get_option( 'yit_font_awesome_list', array() );
1008
+ $font_awesome_version = $this->font_awesome_version;
1009
+
1010
+ $font_awesome_array = array();
1011
+
1012
+ if ( !empty( $font_awesome_list[ $font_awesome_version ] ) ) {
1013
+ $font_awesome_array = $font_awesome_list[ $font_awesome_version ];
1014
+ } else {
1015
+ // Create the array by css
1016
+ $font_awesome_file = "https://maxcdn.bootstrapcdn.com/font-awesome/{$font_awesome_version}/css/font-awesome.min.css";
1017
+
1018
+ $pattern = '/\.(fa-(?:\w+(?:-)?)+):before{content:"\\\\(....)"}/';
1019
+ $subject = file_get_contents( $font_awesome_file );
1020
+ preg_match_all( $pattern, $subject, $matches, PREG_SET_ORDER );
1021
+ foreach ( $matches as $match ) {
1022
+ $font_awesome_array[ $match[ 2 ] ] = $match[ 1 ];
1023
+ }
1024
+ ksort( $font_awesome_array );
1025
+
1026
+ $font_awesome_list[ $font_awesome_version ] = $font_awesome_array;
1027
+ update_option( 'yit_font_awesome_list', $font_awesome_list );
1028
+ }
1029
+
1030
+ return $font_awesome_array;
1031
+ }
1032
+
1033
+ /**
1034
+ * Retrieves the dashicons array
1035
+ * the first time retrieves the array by the Dashicons CSS
1036
+ * [utility method]
1037
+ *
1038
+ * @return array
1039
+ */
1040
+ private function _get_dashicons_array() {
1041
+ $dashicons_list = get_option( 'yit_dashicons_list', array() );
1042
+
1043
+ $dashicons_array = array();
1044
+ if ( false && !empty( $dashicons_list ) ) {
1045
+ $dashicons_array = $dashicons_list;
1046
+ } else {
1047
+ // Create the array by css
1048
+ $file = "https://s.w.org/wp-includes/css/dashicons.min.css";
1049
+
1050
+ $pattern = '/\.dashicons-((?:\w+(?:-)?)+):before{content:"\\\\(....)"/';
1051
+ $pattern = '/\.dashicons-((?:\w+(?:-)?)+):before.............../';
1052
+ $subject = file_get_contents( $file );
1053
+ preg_match_all( $pattern, $subject, $matches, PREG_SET_ORDER );
1054
+
1055
+ foreach ( $matches as $match ) {
1056
+ $code = str_replace( '.dashicons-' . $match[ 1 ] . ':before{content:"\\', '', $match[ 0 ] );
1057
+ if ( strlen( $code ) == 4 )
1058
+ $dashicons_array[ $code ] = $match[ 1 ];
1059
+ }
1060
+ ksort( $dashicons_array );
1061
+ }
1062
+
1063
+ return $dashicons_array;
1064
+ }
1065
+
1066
+ /**
1067
+ * Enqueue Scripts
1068
+ *
1069
+ * @author Leanza Francesco <leanzafrancesco@gmail.com>
1070
+ */
1071
+ public function enqueue_scripts() {
1072
+ wp_register_style( 'font-awesome', "https://maxcdn.bootstrapcdn.com/font-awesome/{$this->font_awesome_version}/css/font-awesome.min.css", array(), $this->font_awesome_version );
1073
+
1074
+ $font_awesome_inline = $this->get_inline_scripts( 'font-awesome' );
1075
+ wp_add_inline_style( 'font-awesome', $font_awesome_inline );
1076
+
1077
+ $dashicons_inline = $this->get_inline_scripts( 'dashicons' );
1078
+ wp_add_inline_style( 'dashicons', $dashicons_inline );
1079
+ }
1080
+
1081
+ /**
1082
+ * Return the icon HTML from icon_string passed
1083
+ *
1084
+ * @param string|array $icon
1085
+ * @param array $args
1086
+ *
1087
+ * @return string
1088
+ */
1089
+ public function get_icon( $icon = '', $args = array() ) {
1090
+ $icon = is_array( $icon ) && isset( $icon[ 'icon' ] ) ? $icon[ 'icon' ] : $icon;
1091
+ $icon_html = "";
1092
+ if ( $icon ) {
1093
+ $default_args = array(
1094
+ 'html_tag' => 'span',
1095
+ 'class' => '',
1096
+ 'style' => '',
1097
+ 'filter_icons' => ''
1098
+ );
1099
+ $args = wp_parse_args( $args, $default_args );
1100
+ /**
1101
+ * @var string $html_tag
1102
+ * @var string $class
1103
+ * @var string $style
1104
+ * @var string $filter_icons
1105
+ */
1106
+ extract( $args );
1107
+
1108
+ if ( $icon_data = $this->get_icon_data( $icon, $filter_icons ) ) {
1109
+ $icon_html = "<$html_tag class=\"$class\" style=\"$style\" $icon_data></$html_tag>";
1110
+ }
1111
+
1112
+ }
1113
+
1114
+ return $icon_html;
1115
+ }
1116
+
1117
+ /**
1118
+ * Get inline scripts
1119
+ *
1120
+ * @param $slug
1121
+ *
1122
+ * @return string
1123
+ */
1124
+ public function get_inline_scripts( $slug ) {
1125
+ $css = '';
1126
+ switch ( $slug ) {
1127
+ case 'font-awesome':
1128
+ $css = '[data-font="FontAwesome"]:before {font-family: \'FontAwesome\' !important;content: attr(data-icon) !important;speak: none !important;font-weight: normal !important;font-variant: normal !important;text-transform: none !important;line-height: 1 !important;font-style: normal !important;-webkit-font-smoothing: antialiased !important;-moz-osx-font-smoothing: grayscale !important;}';
1129
+ break;
1130
+ case 'dashicons':
1131
+ $css = '[data-font="Dashicons"]:before {font-family: \'Dashicons\' !important;content: attr(data-icon) !important;speak: none !important;font-weight: normal !important;font-variant: normal !important;text-transform: none !important;line-height: 1 !important;font-style: normal !important;-webkit-font-smoothing: antialiased !important;-moz-osx-font-smoothing: grayscale !important;}';
1132
+ }
1133
+
1134
+ return $css;
1135
+ }
1136
+
1137
+ }
1138
+ }
1139
+ function YIT_Icons() {
1140
+ return YIT_Icons::get_instance();
1141
+ }
1142
+
1143
+ YIT_Icons();
plugin-fw/lib/yit-metabox.php CHANGED
@@ -9,11 +9,11 @@
9
  */
10
 
11
 
12
- if (!defined('ABSPATH')) {
13
  exit;
14
  } // Exit if accessed directly
15
 
16
- if (!class_exists('YIT_Metabox')) {
17
  /**
18
  * YIT Metabox
19
  *
@@ -48,8 +48,7 @@ if (!class_exists('YIT_Metabox')) {
48
  * @author Emanuela Castorina <emanuela.castorina@yithemes.com>
49
  *
50
  */
51
- class YIT_Metabox
52
- {
53
 
54
  /**
55
  * @var string the id of metabox
@@ -91,12 +90,12 @@ if (!class_exists('YIT_Metabox')) {
91
  * @since 1.0
92
  * @author Antonino Scarfi' <antonino.scarfi@yithemes.com>
93
  */
94
- public static function instance($id)
95
- {
96
- if (!isset(self::$_instance[$id])) {
97
- self::$_instance[$id] = new self($id);
98
  }
99
- return self::$_instance[$id];
 
100
  }
101
 
102
  /**
@@ -108,8 +107,7 @@ if (!class_exists('YIT_Metabox')) {
108
  * @since 1.0
109
  * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
110
  */
111
- function __construct($id = '')
112
- {
113
  $this->id = $id;
114
 
115
  }
@@ -126,17 +124,27 @@ if (!class_exists('YIT_Metabox')) {
126
  * @since 1.0
127
  * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
128
  */
129
- public function init($options = array())
130
- {
131
 
132
- $this->set_options($options);
133
  $this->set_tabs();
134
 
 
 
 
135
 
136
- add_action('add_meta_boxes', array($this, 'register_metabox'),99);
137
- add_action('save_post', array($this, 'save_postdata'));
138
- add_action('admin_enqueue_scripts', array($this, 'enqueue'), 15);
139
 
 
 
 
 
 
 
 
 
 
140
  }
141
 
142
  /**
@@ -147,20 +155,27 @@ if (!class_exists('YIT_Metabox')) {
147
  * @return void
148
  * @since 1.0
149
  * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
 
150
  */
151
- public function enqueue()
152
- {
153
-
154
- wp_enqueue_media();
155
- wp_enqueue_style('wp-color-picker');
156
- wp_enqueue_style('yit-plugin-metaboxes', YIT_CORE_PLUGIN_URL . '/assets/css/metaboxes.css');
157
- wp_enqueue_style('jquery-chosen', YIT_CORE_PLUGIN_URL . '/assets/css/chosen/chosen.css');
158
- wp_enqueue_script('jquery-ui-datepicker');
159
- wp_enqueue_script('yit-spinner', YIT_CORE_PLUGIN_URL . '/assets/js/panel.spinner.js', array('jquery'), '0.0.1', true);
160
- wp_enqueue_script('jquery-chosen', YIT_CORE_PLUGIN_URL . '/assets/js/chosen/chosen.jquery.js', array('jquery'), '1.1.0', true);
161
- wp_enqueue_script('ajax-chosen', YIT_CORE_PLUGIN_URL . '/assets/js/chosen/'.yit_load_js_file('ajax-chosen.jquery.js'), array('jquery'), '1.1.0', true);
162
- wp_enqueue_script('yit-metabox', YIT_CORE_PLUGIN_URL . '/assets/js/metabox.js', array('jquery', 'wp-color-picker'), '1.0.0', true);
163
- wp_enqueue_style('jquery-ui-overcast', YIT_CORE_PLUGIN_URL . '/assets/css/overcast/jquery-ui-custom/jquery-ui-1.8.9.custom.css', false, '1.8.9', 'all');
 
 
 
 
 
 
164
  }
165
 
166
  /**
@@ -174,8 +189,7 @@ if (!class_exists('YIT_Metabox')) {
174
  * @since 1.0
175
  * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
176
  */
177
- public function set_options($options = array())
178
- {
179
  $this->options = $options;
180
 
181
  }
@@ -191,14 +205,13 @@ if (!class_exists('YIT_Metabox')) {
191
  * @since 1.0
192
  * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
193
  */
194
- public function set_tabs()
195
- {
196
- if (!isset($this->options['tabs'])) {
197
  return;
198
  }
199
- $this->tabs = $this->options['tabs'];
200
- if (isset($this->tabs['settings']['fields'])) {
201
- $this->tabs['settings']['fields'] = array_filter($this->tabs['settings']['fields']);
202
  }
203
  }
204
 
@@ -210,31 +223,30 @@ if (!class_exists('YIT_Metabox')) {
210
  *
211
  * @internal param array $tabs
212
  *
213
- * @param array $tab the new tab to add to the metabox
214
  * @param string $where tell where insert the tab if after or before a $refer
215
- * @param null $refer an existent tab inside metabox
216
  *
217
  * @return void
218
  * @since 1.0
219
  * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
220
  */
221
- public function add_tab($tab, $where = 'after', $refer = null)
222
- {
223
- if (!is_null($refer)) {
224
- $ref_pos = array_search($refer, array_keys($this->tabs));
225
- if ($ref_pos !== false) {
226
- if ($where == 'after') {
227
- $this->tabs = array_slice($this->tabs, 0, $ref_pos + 1, true) +
228
- $tab +
229
- array_slice($this->tabs, $ref_pos + 1, count($this->tabs) - 1, true);
230
  } else {
231
- $this->tabs = array_slice($this->tabs, 0, $ref_pos, true) +
232
- $tab +
233
- array_slice($this->tabs, $ref_pos, count($this->tabs), true);
234
  }
235
  }
236
  } else {
237
- $this->tabs = array_merge($tab, $this->tabs);
238
  }
239
 
240
  }
@@ -252,10 +264,9 @@ if (!class_exists('YIT_Metabox')) {
252
  * @since 1.0
253
  * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
254
  */
255
- public function remove_tab($id_tab)
256
- {
257
- if (isset($this->tabs[$id_tab])) {
258
- unset ($this->tabs[$id_tab]);
259
  }
260
  }
261
 
@@ -268,40 +279,39 @@ if (!class_exists('YIT_Metabox')) {
268
  * @internal param array $tabs
269
  *
270
  * @param string $tab_id the id of the tabs where add the field
271
- * @param array $args the field to add
272
  * @param string $where tell where insert the field if after or before a $refer
273
- * @param null $refer an existent field inside tab
274
  *
275
  * @return void
276
  * @since 1.0
277
  * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
278
  */
279
- public function add_field($tab_id, $args, $where = 'after', $refer = null)
280
- {
281
- if (isset($this->tabs[$tab_id])) {
282
-
283
- $cf = $this->tabs[$tab_id]['fields'];
284
- if (!is_null($refer)) {
285
- $ref_pos = array_search($refer, array_keys($cf));
286
- if ($ref_pos !== false) {
287
- if ($where == 'after') {
288
- $this->tabs[$tab_id]['fields'] = array_slice($cf, 0, $ref_pos + 1, true) +
289
- $args +
290
- array_slice($cf, $ref_pos, count($cf) - 1, true);
291
-
292
- } elseif ($where == 'before') {
293
- $this->tabs[$tab_id]['fields'] = array_slice($cf, 0, $ref_pos, true) +
294
- $args +
295
- array_slice($cf, $ref_pos, count($cf), true);
296
 
297
  }
298
  }
299
  } else {
300
- if ($where == 'first') {
301
- $this->tabs[$tab_id]['fields'] = $args + $cf;
302
 
303
  } else {
304
- $this->tabs[$tab_id]['fields'] = array_merge($this->tabs[$tab_id]['fields'], $args);
305
  }
306
  }
307
 
@@ -321,11 +331,10 @@ if (!class_exists('YIT_Metabox')) {
321
  * @since 1.0
322
  * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
323
  */
324
- public function remove_field($id_field)
325
- {
326
- foreach ($this->tabs as $tab_name => $tab) {
327
- if (isset($tab['fields'][$id_field])) {
328
- unset ($this->tabs[$tab_name]['fields'][$id_field]);
329
  }
330
  }
331
  }
@@ -341,13 +350,14 @@ if (!class_exists('YIT_Metabox')) {
341
  * @since 1.0
342
  * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
343
  */
344
- public function reorder_tabs()
345
- {
346
- foreach ($this->tabs as $tab_name => $tab) {
347
- foreach ($tab['fields'] as $id_field => $field) {
348
- $this->tabs[$tab_name]['fields'][$id_field]['private'] = (isset($field['private'])) ? $field['private'] : true;
349
- $this->tabs[$tab_name]['fields'][$id_field]['id'] = $this->get_option_metabox_id($id_field, $this->tabs[$tab_name]['fields'][$id_field]['private']);
350
- $this->tabs[$tab_name]['fields'][$id_field]['name'] = $this->get_option_metabox_name($this->tabs[$tab_name]['fields'][$id_field]['id']);
 
351
  }
352
  }
353
 
@@ -360,15 +370,14 @@ if (!class_exists('YIT_Metabox')) {
360
  * return the id of the field
361
  *
362
  * @param string $id_field
363
- * @param bool $private if private add an _befor the id
364
  *
365
  * @return string
366
  * @since 1.0
367
  * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
368
  */
369
- public function get_option_metabox_id($id_field, $private = true)
370
- {
371
- if ($private) {
372
  return '_' . $id_field;
373
  } else {
374
  return $id_field;
@@ -381,23 +390,22 @@ if (!class_exists('YIT_Metabox')) {
381
  * return the name of the field, this name will be used as attribute name of the input field
382
  *
383
  * @param string $id_field
384
- * @param bool $private if private add an _befor the id
385
  *
386
  * @return string
387
  * @since 1.0
388
  * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
389
  */
390
- public function get_option_metabox_name($id_field, $private = true)
391
- {
392
- $db_name = apply_filters('yit_metaboxes_option_main_name', 'yit_metaboxes');
393
- $return = $db_name . '[';
394
 
395
- if (!strpos($id_field, '[')) {
396
  return $return . $id_field . ']';
397
  }
398
- $return .= substr($id_field, 0, strpos($id_field, '['));
399
  $return .= ']';
400
- $return .= substr($id_field, strpos($id_field, '['));
401
 
402
  return $return;
403
  }
@@ -412,11 +420,10 @@ if (!class_exists('YIT_Metabox')) {
412
  * @since 1.0
413
  * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
414
  */
415
- public function register_metabox($post_type)
416
- {
417
 
418
- if (in_array($post_type, (array)$this->options['pages'])) {
419
- add_meta_box($this->id, $this->options['label'], array($this, 'show'), $post_type, $this->options['context'], $this->options['priority']);
420
  }
421
  }
422
 
@@ -430,11 +437,10 @@ if (!class_exists('YIT_Metabox')) {
430
  * @since 1.0
431
  * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
432
  */
433
- public function show()
434
- {
435
  $this->reorder_tabs();
436
 
437
- yit_plugin_get_template(YIT_CORE_PLUGIN_PATH, 'metaboxes/tab.php', array('tabs' => $this->tabs));
438
  }
439
 
440
  /**
@@ -448,31 +454,30 @@ if (!class_exists('YIT_Metabox')) {
448
  * @since 1.0
449
  * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
450
  */
451
- public function save_postdata($post_id)
452
- {
453
 
454
 
455
- if (!isset($_POST['yit_metaboxes_nonce']) || !wp_verify_nonce($_POST['yit_metaboxes_nonce'], 'metaboxes-fields-nonce')) {
456
  return $post_id;
457
  }
458
 
459
 
460
- if ((defined('DOING_AUTOSAVE') && DOING_AUTOSAVE) || (defined('DOING_AJAX') && DOING_AJAX)) {
461
  return $post_id;
462
  }
463
 
464
- if (isset($_POST['post_type'])) {
465
- $post_type = $_POST['post_type'];
466
  } else {
467
  return $post_id;
468
  }
469
 
470
- if ('page' == $post_type) {
471
- if (!current_user_can('edit_page', $post_id)) {
472
  return $post_id;
473
  }
474
  } else {
475
- if (!current_user_can('edit_post', $post_id)) {
476
  return $post_id;
477
  }
478
  }
@@ -483,16 +488,15 @@ if (!class_exists('YIT_Metabox')) {
483
 
484
  $this->reorder_tabs();
485
 
486
- if(isset($_POST['yit_metaboxes'])) {
487
- $yit_metabox_data = $_POST['yit_metaboxes'];
488
 
489
- if(is_array($yit_metabox_data)) {
490
 
491
- foreach ($yit_metabox_data as $field_name => $field_value) {
492
 
493
- if(! add_post_meta($post_id, $field_name, $field_value, true) )
494
- {
495
- update_post_meta($post_id, $field_name, $field_value);
496
  }
497
 
498
 
@@ -503,25 +507,29 @@ if (!class_exists('YIT_Metabox')) {
503
 
504
  }
505
 
506
- foreach ($this->tabs as $tab) {
507
 
508
- foreach ($tab['fields'] as $field) {
509
 
510
- if (in_array($field['type'], array('title'))) {
511
  continue;
512
  }
513
 
514
- if (isset($_POST['yit_metaboxes'][$field['id']])) {
515
 
516
- add_post_meta($post_id, $field['id'], $_POST['yit_metaboxes'][$field['id']], true) || update_post_meta($post_id, $field['id'], $_POST['yit_metaboxes'][$field['id']]);
517
- } elseif (in_array($field['type'], array('onoff', 'checkbox'))) {
518
- update_post_meta($post_id, $field['id'], '0');
 
 
 
 
519
  } else {
520
- delete_post_meta($post_id, $field['id']);
521
  }
522
  }
523
  }
524
-
525
  }
526
 
527
  /**
@@ -535,16 +543,15 @@ if (!class_exists('YIT_Metabox')) {
535
  * @since 2.0.0
536
  * @author Andrea Grillo <andrea.grillo@yithemes.com>
537
  */
538
- public function remove_fields($id_fields)
539
- {
540
- foreach ($id_fields as $k => $field) {
541
- $this->remove_field($field);
542
  }
543
  }
544
  }
545
  }
546
 
547
- if (!function_exists('YIT_Metabox')) {
548
 
549
  /**
550
  * Main instance of plugin
@@ -557,9 +564,8 @@ if (!function_exists('YIT_Metabox')) {
557
  */
558
 
559
 
560
- function YIT_Metabox($id)
561
- {
562
- return YIT_Metabox::instance($id);
563
  }
564
  }
565
 
9
  */
10
 
11
 
12
+ if ( !defined( 'ABSPATH' ) ) {
13
  exit;
14
  } // Exit if accessed directly
15
 
16
+ if ( !class_exists( 'YIT_Metabox' ) ) {
17
  /**
18
  * YIT Metabox
19
  *
48
  * @author Emanuela Castorina <emanuela.castorina@yithemes.com>
49
  *
50
  */
51
+ class YIT_Metabox {
 
52
 
53
  /**
54
  * @var string the id of metabox
90
  * @since 1.0
91
  * @author Antonino Scarfi' <antonino.scarfi@yithemes.com>
92
  */
93
+ public static function instance( $id ) {
94
+ if ( !isset( self::$_instance[ $id ] ) ) {
95
+ self::$_instance[ $id ] = new self( $id );
 
96
  }
97
+
98
+ return self::$_instance[ $id ];
99
  }
100
 
101
  /**
107
  * @since 1.0
108
  * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
109
  */
110
+ function __construct( $id = '' ) {
 
111
  $this->id = $id;
112
 
113
  }
124
  * @since 1.0
125
  * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
126
  */
127
+ public function init( $options = array() ) {
 
128
 
129
+ $this->set_options( $options );
130
  $this->set_tabs();
131
 
132
+ add_action( 'add_meta_boxes', array( $this, 'register_metabox' ), 99 );
133
+ add_action( 'save_post', array( $this, 'save_postdata' ) );
134
+ add_action( 'admin_enqueue_scripts', array( $this, 'enqueue' ), 15 );
135
 
136
+ add_filter( 'yit_icons_screen_ids', array( $this, 'add_screen_ids_for_icons' ) );
137
+ }
 
138
 
139
+ /**
140
+ * Add Screen ids to include icons
141
+ *
142
+ * @param $screen_ids
143
+ *
144
+ * @return array
145
+ */
146
+ public function add_screen_ids_for_icons( $screen_ids ) {
147
+ return array_unique( array_merge( $screen_ids, (array) $this->options[ 'pages' ] ) );
148
  }
149
 
150
  /**
155
  * @return void
156
  * @since 1.0
157
  * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
158
+ * @author Leanza Francesco <leanzafrancesco@gmail.com>
159
  */
160
+ public function enqueue() {
161
+ $enqueue = function_exists( 'get_current_screen' ) && get_current_screen() && in_array( get_current_screen()->id, (array) $this->options[ 'pages' ] );
162
+ $enqueue = apply_filters( 'yith_plugin_fw_metabox_enqueue_styles_and_scripts', $enqueue, $this );
163
+
164
+ // load scripts and styles only where the metabox is displayed
165
+ if ( $enqueue ) {
166
+ wp_enqueue_media();
167
+
168
+ wp_enqueue_style( 'woocommerce_admin_styles' );
169
+
170
+ wp_enqueue_style( 'yith-plugin-fw-fields' );
171
+ wp_enqueue_style( 'wp-color-picker' );
172
+ wp_enqueue_style( 'yit-plugin-metaboxes' );
173
+ wp_enqueue_style( 'yit-jquery-ui-style' );
174
+
175
+ wp_enqueue_script( 'yit-metabox' );
176
+
177
+ wp_enqueue_script( 'yith-plugin-fw-fields' );
178
+ }
179
  }
180
 
181
  /**
189
  * @since 1.0
190
  * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
191
  */
192
+ public function set_options( $options = array() ) {
 
193
  $this->options = $options;
194
 
195
  }
205
  * @since 1.0
206
  * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
207
  */
208
+ public function set_tabs() {
209
+ if ( !isset( $this->options[ 'tabs' ] ) ) {
 
210
  return;
211
  }
212
+ $this->tabs = $this->options[ 'tabs' ];
213
+ if ( isset( $this->tabs[ 'settings' ][ 'fields' ] ) ) {
214
+ $this->tabs[ 'settings' ][ 'fields' ] = array_filter( $this->tabs[ 'settings' ][ 'fields' ] );
215
  }
216
  }
217
 
223
  *
224
  * @internal param array $tabs
225
  *
226
+ * @param array $tab the new tab to add to the metabox
227
  * @param string $where tell where insert the tab if after or before a $refer
228
+ * @param null $refer an existent tab inside metabox
229
  *
230
  * @return void
231
  * @since 1.0
232
  * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
233
  */
234
+ public function add_tab( $tab, $where = 'after', $refer = null ) {
235
+ if ( !is_null( $refer ) ) {
236
+ $ref_pos = array_search( $refer, array_keys( $this->tabs ) );
237
+ if ( $ref_pos !== false ) {
238
+ if ( $where == 'after' ) {
239
+ $this->tabs = array_slice( $this->tabs, 0, $ref_pos + 1, true ) +
240
+ $tab +
241
+ array_slice( $this->tabs, $ref_pos + 1, count( $this->tabs ) - 1, true );
 
242
  } else {
243
+ $this->tabs = array_slice( $this->tabs, 0, $ref_pos, true ) +
244
+ $tab +
245
+ array_slice( $this->tabs, $ref_pos, count( $this->tabs ), true );
246
  }
247
  }
248
  } else {
249
+ $this->tabs = array_merge( $tab, $this->tabs );
250
  }
251
 
252
  }
264
  * @since 1.0
265
  * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
266
  */
267
+ public function remove_tab( $id_tab ) {
268
+ if ( isset( $this->tabs[ $id_tab ] ) ) {
269
+ unset ( $this->tabs[ $id_tab ] );
 
270
  }
271
  }
272
 
279
  * @internal param array $tabs
280
  *
281
  * @param string $tab_id the id of the tabs where add the field
282
+ * @param array $args the field to add
283
  * @param string $where tell where insert the field if after or before a $refer
284
+ * @param null $refer an existent field inside tab
285
  *
286
  * @return void
287
  * @since 1.0
288
  * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
289
  */
290
+ public function add_field( $tab_id, $args, $where = 'after', $refer = null ) {
291
+ if ( isset( $this->tabs[ $tab_id ] ) ) {
292
+
293
+ $cf = $this->tabs[ $tab_id ][ 'fields' ];
294
+ if ( !is_null( $refer ) ) {
295
+ $ref_pos = array_search( $refer, array_keys( $cf ) );
296
+ if ( $ref_pos !== false ) {
297
+ if ( $where == 'after' ) {
298
+ $this->tabs[ $tab_id ][ 'fields' ] = array_slice( $cf, 0, $ref_pos + 1, true ) +
299
+ $args +
300
+ array_slice( $cf, $ref_pos, count( $cf ) - 1, true );
301
+
302
+ } elseif ( $where == 'before' ) {
303
+ $this->tabs[ $tab_id ][ 'fields' ] = array_slice( $cf, 0, $ref_pos, true ) +
304
+ $args +
305
+ array_slice( $cf, $ref_pos, count( $cf ), true );
 
306
 
307
  }
308
  }
309
  } else {
310
+ if ( $where == 'first' ) {
311
+ $this->tabs[ $tab_id ][ 'fields' ] = $args + $cf;
312
 
313
  } else {
314
+ $this->tabs[ $tab_id ][ 'fields' ] = array_merge( $this->tabs[ $tab_id ][ 'fields' ], $args );
315
  }
316
  }
317
 
331
  * @since 1.0
332
  * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
333
  */
334
+ public function remove_field( $id_field ) {
335
+ foreach ( $this->tabs as $tab_name => $tab ) {
336
+ if ( isset( $tab[ 'fields' ][ $id_field ] ) ) {
337
+ unset ( $this->tabs[ $tab_name ][ 'fields' ][ $id_field ] );
 
338
  }
339
  }
340
  }
350
  * @since 1.0
351
  * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
352
  */
353
+ public function reorder_tabs() {
354
+ foreach ( $this->tabs as $tab_name => $tab ) {
355
+ foreach ( $tab[ 'fields' ] as $id_field => $field ) {
356
+ $this->tabs[ $tab_name ][ 'fields' ][ $id_field ][ 'private' ] = ( isset( $field[ 'private' ] ) ) ? $field[ 'private' ] : true;
357
+ if ( empty( $this->tabs[ $tab_name ][ 'fields' ][ $id_field ][ 'id' ] ) )
358
+ $this->tabs[ $tab_name ][ 'fields' ][ $id_field ][ 'id' ] = $this->get_option_metabox_id( $id_field, $this->tabs[ $tab_name ][ 'fields' ][ $id_field ][ 'private' ] );
359
+ if ( empty( $this->tabs[ $tab_name ][ 'fields' ][ $id_field ][ 'name' ] ) )
360
+ $this->tabs[ $tab_name ][ 'fields' ][ $id_field ][ 'name' ] = $this->get_option_metabox_name( $this->tabs[ $tab_name ][ 'fields' ][ $id_field ][ 'id' ] );
361
  }
362
  }
363
 
370
  * return the id of the field
371
  *
372
  * @param string $id_field
373
+ * @param bool $private if private add an _befor the id
374
  *
375
  * @return string
376
  * @since 1.0
377
  * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
378
  */
379
+ public function get_option_metabox_id( $id_field, $private = true ) {
380
+ if ( $private ) {
 
381
  return '_' . $id_field;
382
  } else {
383
  return $id_field;
390
  * return the name of the field, this name will be used as attribute name of the input field
391
  *
392
  * @param string $id_field
393
+ * @param bool $private if private add an _befor the id
394
  *
395
  * @return string
396
  * @since 1.0
397
  * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
398
  */
399
+ public function get_option_metabox_name( $id_field, $private = true ) {
400
+ $db_name = apply_filters( 'yit_metaboxes_option_main_name', 'yit_metaboxes' );
401
+ $return = $db_name . '[';
 
402
 
403
+ if ( !strpos( $id_field, '[' ) ) {
404
  return $return . $id_field . ']';
405
  }
406
+ $return .= substr( $id_field, 0, strpos( $id_field, '[' ) );
407
  $return .= ']';
408
+ $return .= substr( $id_field, strpos( $id_field, '[' ) );
409
 
410
  return $return;
411
  }
420
  * @since 1.0
421
  * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
422
  */
423
+ public function register_metabox( $post_type ) {
 
424
 
425
+ if ( in_array( $post_type, (array) $this->options[ 'pages' ] ) ) {
426
+ add_meta_box( $this->id, $this->options[ 'label' ], array( $this, 'show' ), $post_type, $this->options[ 'context' ], $this->options[ 'priority' ] );
427
  }
428
  }
429
 
437
  * @since 1.0
438
  * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
439
  */
440
+ public function show() {
 
441
  $this->reorder_tabs();
442
 
443
+ yit_plugin_get_template( YIT_CORE_PLUGIN_PATH, 'metaboxes/tab.php', array( 'tabs' => $this->tabs ) );
444
  }
445
 
446
  /**
454
  * @since 1.0
455
  * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
456
  */
457
+ public function save_postdata( $post_id ) {
 
458
 
459
 
460
+ if ( !isset( $_POST[ 'yit_metaboxes_nonce' ] ) || !wp_verify_nonce( $_POST[ 'yit_metaboxes_nonce' ], 'metaboxes-fields-nonce' ) ) {
461
  return $post_id;
462
  }
463
 
464
 
465
+ if ( ( defined( 'DOING_AUTOSAVE' ) && DOING_AUTOSAVE ) || ( defined( 'DOING_AJAX' ) && DOING_AJAX ) ) {
466
  return $post_id;
467
  }
468
 
469
+ if ( isset( $_POST[ 'post_type' ] ) ) {
470
+ $post_type = $_POST[ 'post_type' ];
471
  } else {
472
  return $post_id;
473
  }
474
 
475
+ if ( 'page' == $post_type ) {
476
+ if ( !current_user_can( 'edit_page', $post_id ) ) {
477
  return $post_id;
478
  }
479
  } else {
480
+ if ( !current_user_can( 'edit_post', $post_id ) ) {
481
  return $post_id;
482
  }
483
  }
488
 
489
  $this->reorder_tabs();
490
 
491
+ if ( isset( $_POST[ 'yit_metaboxes' ] ) ) {
492
+ $yit_metabox_data = $_POST[ 'yit_metaboxes' ];
493
 
494
+ if ( is_array( $yit_metabox_data ) ) {
495
 
496
+ foreach ( $yit_metabox_data as $field_name => $field_value ) {
497
 
498
+ if ( !add_post_meta( $post_id, $field_name, $field_value, true ) ) {
499
+ update_post_meta( $post_id, $field_name, $field_value );
 
500
  }
501
 
502
 
507
 
508
  }
509
 
510
+ foreach ( $this->tabs as $tab ) {
511
 
512
+ foreach ( $tab[ 'fields' ] as $field ) {
513
 
514
+ if ( in_array( $field[ 'type' ], array( 'title' ) ) ) {
515
  continue;
516
  }
517
 
518
+ if ( isset( $_POST[ 'yit_metaboxes' ][ $field[ 'id' ] ] ) ) {
519
 
520
+ if ( in_array( $field[ 'type' ], array( 'onoff', 'checkbox' ) ) ) {
521
+ update_post_meta( $post_id, $field[ 'id' ], '1' );
522
+ } else {
523
+ add_post_meta( $post_id, $field[ 'id' ], $_POST[ 'yit_metaboxes' ][ $field[ 'id' ] ], true ) || update_post_meta( $post_id, $field[ 'id' ], $_POST[ 'yit_metaboxes' ][ $field[ 'id' ] ] );
524
+ }
525
+ } elseif ( in_array( $field[ 'type' ], array( 'onoff', 'checkbox' ) ) ) {
526
+ update_post_meta( $post_id, $field[ 'id' ], '0' );
527
  } else {
528
+ delete_post_meta( $post_id, $field[ 'id' ] );
529
  }
530
  }
531
  }
532
+
533
  }
534
 
535
  /**
543
  * @since 2.0.0
544
  * @author Andrea Grillo <andrea.grillo@yithemes.com>
545
  */
546
+ public function remove_fields( $id_fields ) {
547
+ foreach ( $id_fields as $k => $field ) {
548
+ $this->remove_field( $field );
 
549
  }
550
  }
551
  }
552
  }
553
 
554
+ if ( !function_exists( 'YIT_Metabox' ) ) {
555
 
556
  /**
557
  * Main instance of plugin
564
  */
565
 
566
 
567
+ function YIT_Metabox( $id ) {
568
+ return YIT_Metabox::instance( $id );
 
569
  }
570
  }
571
 
plugin-fw/lib/yit-plugin-common.php CHANGED
@@ -1129,7 +1129,7 @@ class YIT_Plugin_Common {
1129
  'easeInBounce' => 'easeInBounce',
1130
  'easeOutBounce' => 'easeOutBounce',
1131
  'easeInOutBounce' => 'easeInOutBounce'
1132
- )
1133
  );
1134
 
1135
  /**
1129
  'easeInBounce' => 'easeInBounce',
1130
  'easeOutBounce' => 'easeOutBounce',
1131
  'easeInOutBounce' => 'easeInOutBounce'
1132
+ ),
1133
  );
1134
 
1135
  /**
plugin-fw/lib/{yit-plugin-panel-sidebar.php → yit-plugin-panel-} RENAMED
File without changes